Icons are now components so we can control the color
This commit is contained in:
75
components/icons/Firewall.tsx
Normal file
75
components/icons/Firewall.tsx
Normal file
@@ -0,0 +1,75 @@
|
||||
const Firewall = () => (
|
||||
<svg
|
||||
width="66"
|
||||
height="32"
|
||||
viewBox="0 0 66 32"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
d="M33 13V7"
|
||||
stroke="#EDEDEF"
|
||||
strokeWidth="1.5"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
<path
|
||||
d="M27 19V13"
|
||||
stroke="#EDEDEF"
|
||||
strokeWidth="1.5"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
<path
|
||||
d="M39 19V13"
|
||||
stroke="#EDEDEF"
|
||||
strokeWidth="1.5"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
<path
|
||||
d="M33 25V19"
|
||||
stroke="#EDEDEF"
|
||||
strokeWidth="1.5"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
<path
|
||||
d="M21 13H45"
|
||||
stroke="#EDEDEF"
|
||||
strokeWidth="1.5"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
<path
|
||||
d="M21 19H45"
|
||||
stroke="#EDEDEF"
|
||||
strokeWidth="1.5"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
<path
|
||||
d="M45 7H21V25H45V7Z"
|
||||
stroke="#EDEDEF"
|
||||
strokeWidth="1.5"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
<path
|
||||
className="angle"
|
||||
fillRule="evenodd"
|
||||
clipRule="evenodd"
|
||||
d="M-1.14441e-05 4.875L8.94099 15.9375L4.00543e-05 27H2.27587L10.5015 16.8225H16.5938V15.0525H10.5015L2.27582 4.875H-1.14441e-05Z"
|
||||
fill="#EDEDEF"
|
||||
/>
|
||||
<path
|
||||
className="angle"
|
||||
fillRule="evenodd"
|
||||
clipRule="evenodd"
|
||||
d="M66 4.875L57.059 15.9375L66 27H63.7241L55.4985 16.8225H49.4062V15.0525H55.4985L63.7242 4.875H66Z"
|
||||
fill="#EDEDEF"
|
||||
/>
|
||||
</svg>
|
||||
);
|
||||
|
||||
export default Firewall;
|
||||
Reference in New Issue
Block a user