Icons are now components so we can control the color
This commit is contained in:
40
components/icons/Carbon.tsx
Normal file
40
components/icons/Carbon.tsx
Normal file
@@ -0,0 +1,40 @@
|
||||
const Carbon = () => (
|
||||
<svg
|
||||
width="66"
|
||||
height="32"
|
||||
viewBox="0 0 66 32"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
d="M33 2L23 15H28L21 24H45L38 15H43L33 2Z"
|
||||
stroke="#EDEDEF"
|
||||
strokeWidth="1.5"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
<path
|
||||
d="M33 24V30"
|
||||
stroke="#EDEDEF"
|
||||
strokeWidth="1.5"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
/>
|
||||
<path
|
||||
className="angle"
|
||||
fillRule="evenodd"
|
||||
clipRule="evenodd"
|
||||
d="M-1.14441e-05 4L8.94099 15.0625L4.00543e-05 26.125H2.27587L10.5015 15.9475H16.5938V14.1775H10.5015L2.27582 4H-1.14441e-05Z"
|
||||
fill="#EDEDEF"
|
||||
/>
|
||||
<path
|
||||
className="angle"
|
||||
fillRule="evenodd"
|
||||
clipRule="evenodd"
|
||||
d="M66 4L57.059 15.0625L66 26.125H63.7241L55.4985 15.9475H49.4062V14.1775H55.4985L63.7242 4H66Z"
|
||||
fill="#EDEDEF"
|
||||
/>
|
||||
</svg>
|
||||
);
|
||||
|
||||
export default Carbon;
|
||||
Reference in New Issue
Block a user