users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/tor-browser.jsx

0ce4331f742863ec03c711c27b0a0dee7e8cc187 · 602 B · 15 lines raw

1 import Icon from "../icon.jsx";
2
3 export default function TorBrowser(props) {
4 return (
5 <Icon {...props}>
6 <path
7 fillRule="evenodd"
8 clipRule="evenodd"
9 d="M12.02 21.82v-1.46a8.36 8.36 0 0 0 0-16.72V2.18a9.82 9.82 0 0 1 0 19.64Zm0-5.1a4.73 4.73 0 0 0 0-9.45V5.82a6.18 6.18 0 0 1 0 12.36v-1.45Zm0-7.26a2.54 2.54 0 0 1 0 5.08V9.46ZM0 12a12 12 0 1 0 24 0 12 12 0 0 0-24 0Z"
10 />
11 <path d="M12 1.36A10.8 10.8 0 0 0 1.17 12.14 10.8 10.8 0 0 0 12 22.92V1.36Z" />
12 <path d="M12 1.36A10.8 10.8 0 0 0 1.17 12.14 10.8 10.8 0 0 0 12 22.92V1.36Z" />
13 </Icon>
14 );
15 }