Skip to content

Commit f2c2742

Browse files
authored
Remove duplicate svgs (#2012)
Cleaned up the icons on the landing page so that they are responsive to theme changes, rather than swapping out the whole svg.
1 parent 772cd63 commit f2c2742

12 files changed

+632
-1569
lines changed
Lines changed: 37 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,41 @@
11
export function _3DTransformsIcon() {
22
return (
3-
<>
4-
<svg
5-
className="dark:hidden"
6-
width={112}
7-
height={72}
8-
viewBox="0 0 112 72"
9-
fill="none"
10-
xmlns="http://www.w3.org/2000/svg"
11-
>
12-
<g clipPath="url(#clip0_408_5745)">
13-
<rect
14-
width={63}
15-
height={63}
16-
rx={4}
17-
transform="matrix(0.866025 -0.5 0.866025 0.5 1.92969 39.814)"
18-
stroke="#030712"
19-
strokeDasharray="3 3"
20-
/>
21-
<path
22-
d="M6.82052 32.0748C4.71896 30.8759 4.9198 28.8839 7.24809 27.8339L42.7856 11.8071C44.6906 10.948 47.3962 11.0195 49.1572 11.9756L100.957 40.0964C102.762 41.0766 103.015 42.6809 101.546 43.8334L73.7036 65.6789C71.933 67.0682 68.4396 67.2268 66.3145 66.0145L6.82052 32.0748Z"
23-
fill="#030712"
24-
fillOpacity="0.3"
25-
/>
26-
<path
27-
d="M74.1457 62.6688L101.618 43.5542C102.344 43.0493 102.721 42.4339 102.745 41.8139V38.6818C102.722 38.0961 102.384 37.5131 101.729 37.0222L56.8938 3.4116C55.3193 2.23135 52.4292 1.95847 50.2856 2.78769L13.3287 17.0838C11.9732 17.6082 11.2255 18.4488 11.1608 19.3139V22.3139C11.1111 22.9798 11.4661 23.6601 12.2601 24.2219L66.5802 62.651C68.5301 64.0305 72.1763 64.0391 74.1457 62.6688Z"
28-
fill="white"
29-
/>
30-
<path
31-
d="M102.745 38.6818C102.722 38.0961 102.384 37.5131 101.729 37.0222L56.8938 3.4116C55.3193 2.23135 52.4292 1.95847 50.2856 2.78769L13.3287 17.0838C11.9732 17.6082 11.2255 18.4488 11.1608 19.3139M102.745 38.6818C102.772 39.3459 102.395 40.0135 101.618 40.5542L74.1457 59.6688C72.1763 61.0391 68.5301 61.0305 66.5802 59.651L12.2601 21.2219C11.4661 20.6601 11.1111 19.9798 11.1608 19.3139M102.745 38.6818V41.8139C102.721 42.4339 102.344 43.0493 101.618 43.5542L74.1457 62.6688C72.1763 64.0391 68.5301 64.0305 66.5802 62.651L12.2601 24.2219C11.4661 23.6601 11.1111 22.9798 11.1608 22.3139V19.3139"
32-
stroke="#030712"
33-
/>
34-
</g>
35-
<defs>
36-
<clipPath id="clip0_408_5745">
37-
<rect width={112} height={72} fill="white" />
38-
</clipPath>
39-
</defs>
40-
</svg>
41-
42-
<svg
43-
className="hidden dark:block"
44-
width={112}
45-
height={72}
46-
viewBox="0 0 112 72"
47-
fill="none"
48-
xmlns="http://www.w3.org/2000/svg"
49-
>
50-
<g clipPath="url(#clip0_408_6105)">
51-
<rect
52-
width={63}
53-
height={63}
54-
rx={4}
55-
transform="matrix(0.866025 -0.5 0.866025 0.5 1.92969 39.814)"
56-
stroke="white"
57-
strokeDasharray="3 3"
58-
/>
59-
<path
60-
d="M74.1457 62.6688L101.618 43.5542C102.344 43.0493 102.721 42.4339 102.745 41.8139V38.6818C102.722 38.0961 102.384 37.5131 101.729 37.0222L56.8938 3.4116C55.3193 2.23135 52.4292 1.95847 50.2856 2.78769L13.3287 17.0838C11.9732 17.6082 11.2255 18.4488 11.1608 19.3139V22.3139C11.1111 22.9798 11.4661 23.6601 12.2601 24.2219L66.5802 62.651C68.5301 64.0305 72.1763 64.0391 74.1457 62.6688Z"
61-
fill="#030712"
62-
/>
63-
<path
64-
d="M102.745 38.6818C102.722 38.0961 102.384 37.5131 101.729 37.0222L56.8938 3.4116C55.3193 2.23135 52.4292 1.95847 50.2856 2.78769L13.3287 17.0838C11.9732 17.6082 11.2255 18.4488 11.1608 19.3139M102.745 38.6818C102.772 39.3459 102.395 40.0135 101.618 40.5542L74.1457 59.6688C72.1763 61.0391 68.5301 61.0305 66.5802 59.651L12.2601 21.2219C11.4661 20.6601 11.1111 19.9798 11.1608 19.3139M102.745 38.6818V41.8139C102.721 42.4339 102.344 43.0493 101.618 43.5542L74.1457 62.6688C72.1763 64.0391 68.5301 64.0305 66.5802 62.651L12.2601 24.2219C11.4661 23.6601 11.1111 22.9798 11.1608 22.3139V19.3139"
65-
stroke="white"
66-
/>
67-
</g>
68-
<defs>
69-
<clipPath id="clip0_408_6105">
70-
<rect width={112} height={72} fill="white" />
71-
</clipPath>
72-
</defs>
73-
</svg>
74-
</>
3+
<svg
4+
className="text-gray-950 [--site-background:var(--color-white)] dark:text-white dark:[--site-background:var(--color-gray-950)]"
5+
width={112}
6+
height={72}
7+
viewBox="0 0 112 72"
8+
fill="none"
9+
xmlns="http://www.w3.org/2000/svg"
10+
>
11+
<g clipPath="url(#clip0_408_5745)">
12+
<rect
13+
width={63}
14+
height={63}
15+
rx={4}
16+
transform="matrix(0.866025 -0.5 0.866025 0.5 1.92969 39.814)"
17+
stroke="currentColor"
18+
strokeDasharray="3 3"
19+
/>
20+
<path
21+
d="M6.82052 32.0748C4.71896 30.8759 4.9198 28.8839 7.24809 27.8339L42.7856 11.8071C44.6906 10.948 47.3962 11.0195 49.1572 11.9756L100.957 40.0964C102.762 41.0766 103.015 42.6809 101.546 43.8334L73.7036 65.6789C71.933 67.0682 68.4396 67.2268 66.3145 66.0145L6.82052 32.0748Z"
22+
fill="currentColor"
23+
fillOpacity="0.3"
24+
/>
25+
<path
26+
d="M74.1457 62.6688L101.618 43.5542C102.344 43.0493 102.721 42.4339 102.745 41.8139V38.6818C102.722 38.0961 102.384 37.5131 101.729 37.0222L56.8938 3.4116C55.3193 2.23135 52.4292 1.95847 50.2856 2.78769L13.3287 17.0838C11.9732 17.6082 11.2255 18.4488 11.1608 19.3139V22.3139C11.1111 22.9798 11.4661 23.6601 12.2601 24.2219L66.5802 62.651C68.5301 64.0305 72.1763 64.0391 74.1457 62.6688Z"
27+
fill="var(--site-background)"
28+
/>
29+
<path
30+
d="M102.745 38.6818C102.722 38.0961 102.384 37.5131 101.729 37.0222L56.8938 3.4116C55.3193 2.23135 52.4292 1.95847 50.2856 2.78769L13.3287 17.0838C11.9732 17.6082 11.2255 18.4488 11.1608 19.3139M102.745 38.6818C102.772 39.3459 102.395 40.0135 101.618 40.5542L74.1457 59.6688C72.1763 61.0391 68.5301 61.0305 66.5802 59.651L12.2601 21.2219C11.4661 20.6601 11.1111 19.9798 11.1608 19.3139M102.745 38.6818V41.8139C102.721 42.4339 102.344 43.0493 101.618 43.5542L74.1457 62.6688C72.1763 64.0391 68.5301 64.0305 66.5802 62.651L12.2601 24.2219C11.4661 23.6601 11.1111 22.9798 11.1608 22.3139V19.3139"
31+
stroke="currentColor"
32+
/>
33+
</g>
34+
<defs>
35+
<clipPath id="clip0_408_5745">
36+
<rect width={112} height={72} fill="var(--site-background)" />
37+
</clipPath>
38+
</defs>
39+
</svg>
7540
);
7641
}

src/components/home/icons/cascade-layers-icon.tsx

Lines changed: 6 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export function CascadeLayersIcon() {
22
return (
33
<>
44
<svg
5-
className="dark:hidden"
5+
className="text-gray-950 [--site-background:var(--color-white)] dark:text-white dark:[--site-background:var(--color-gray-950)]"
66
width={112}
77
height={72}
88
viewBox="0 0 112 72"
@@ -12,56 +12,24 @@ export function CascadeLayersIcon() {
1212
<g clipPath="url(#clip0_408_5751)">
1313
<path
1414
d="M52.0956 7.50006L4.4642 35.0001C3.51163 35.55 3.03334 36.2701 3.02935 36.9909V40.0129C3.03497 40.7325 3.51324 41.451 4.46417 42.0001L52.0956 69.5001C54.0087 70.6046 57.1106 70.6046 59.0238 69.5001L106.655 42.0001C107.612 41.4478 108.09 40.7239 108.09 40.0001V36.9909C108.086 36.2701 107.608 35.55 106.655 35.0001L59.0238 7.50006C57.1106 6.39549 54.0088 6.39549 52.0956 7.50006Z"
15-
fill="white"
15+
fill="var(--site-background)"
1616
/>
1717
<path
1818
d="M108.09 36.9909C108.086 36.2701 107.608 35.55 106.655 35.0001L59.0238 7.50006C57.1106 6.39549 54.0088 6.39549 52.0956 7.50006L4.4642 35.0001C3.51163 35.55 3.03334 36.2701 3.02935 36.9909M108.09 36.9909C108.094 37.7178 107.616 38.4455 106.655 39.0001L59.0238 66.5001C57.1106 67.6046 54.0088 67.6046 52.0956 66.5001L4.4642 39.0001C3.5036 38.4455 3.02532 37.7178 3.02935 36.9909M108.09 36.9909V40.0001C108.09 40.7239 107.612 41.4478 106.655 42.0001L59.0238 69.5001C57.1106 70.6046 54.0087 70.6046 52.0956 69.5001L4.46417 42.0001C3.51324 41.451 3.03497 40.7325 3.02935 40.0129V36.9909"
19-
stroke="#030712"
19+
stroke="currentColor"
2020
/>
2121
<path
2222
d="M16.8848 33.9903C16.8891 33.2697 17.3674 32.5499 18.3196 32.0001L52.0946 12.5001C54.0078 11.3955 57.1097 11.3955 59.0228 12.5001L92.7978 32.0001C93.7501 32.5499 94.2284 33.2697 94.2327 33.9903M16.8848 33.9903C16.8805 34.7174 17.3588 35.4453 18.3196 36.0001L52.0946 55.5001C54.0078 56.6046 57.1097 56.6046 59.0228 55.5001L92.7978 36.0001C93.7587 35.4453 94.237 34.7174 94.2327 33.9903M16.8848 33.9903V37.0001C16.8848 37.7239 17.3631 38.4478 18.3197 39.0001L52.0947 58.5001C54.0078 59.6046 57.1097 59.6046 59.0229 58.5001L92.7979 39.0001C93.7544 38.4478 94.2327 37.7239 94.2327 37.0001L94.2327 33.9903"
23-
stroke="#030712"
23+
stroke="currentColor"
2424
/>
2525
<path
2626
d="M30.7422 30.9998C30.7422 30.2759 31.2205 29.5521 32.1771 28.9998L52.0956 17.4998C54.0088 16.3952 57.1107 16.3952 59.0238 17.4998L78.9424 28.9998C79.899 29.5521 80.3773 30.2759 80.3773 30.9998M30.7422 30.9998C30.7422 31.7237 31.2205 32.4475 32.1771 32.9998L52.0956 44.4998C54.0088 45.6044 57.1107 45.6044 59.0238 44.4998L78.9424 32.9998C79.899 32.4475 80.3773 31.7237 80.3773 30.9998M30.7422 30.9998V33.9998C30.7422 34.7237 31.2205 35.4475 32.1771 35.9998L52.0956 47.4998C54.0088 48.6044 57.1107 48.6044 59.0238 47.4998L78.9424 35.9998C79.899 35.4475 80.3773 34.7237 80.3773 33.9998V30.9998"
27-
stroke="#030712"
27+
stroke="currentColor"
2828
/>
2929
</g>
3030
<defs>
3131
<clipPath id="clip0_408_5751">
32-
<rect width={112} height={72} fill="white" />
33-
</clipPath>
34-
</defs>
35-
</svg>
36-
<svg
37-
className="hidden dark:block"
38-
width={112}
39-
height={72}
40-
viewBox="0 0 112 72"
41-
fill="none"
42-
xmlns="http://www.w3.org/2000/svg"
43-
>
44-
<g clipPath="url(#clip0_408_6099)">
45-
<path
46-
d="M52.0956 7.50006L4.4642 35.0001C3.51163 35.55 3.03334 36.2701 3.02935 36.9909V40.0129C3.03497 40.7325 3.51324 41.451 4.46417 42.0001L52.0956 69.5001C54.0087 70.6046 57.1106 70.6046 59.0238 69.5001L106.655 42.0001C107.612 41.4478 108.09 40.7239 108.09 40.0001V36.9909C108.086 36.2701 107.608 35.55 106.655 35.0001L59.0238 7.50006C57.1106 6.39549 54.0088 6.39549 52.0956 7.50006Z"
47-
fill="#030712"
48-
/>
49-
<path
50-
d="M108.09 36.9909C108.086 36.2701 107.608 35.55 106.655 35.0001L59.0238 7.50006C57.1106 6.39549 54.0088 6.39549 52.0956 7.50006L4.4642 35.0001C3.51163 35.55 3.03334 36.2701 3.02935 36.9909M108.09 36.9909C108.094 37.7178 107.616 38.4455 106.655 39.0001L59.0238 66.5001C57.1106 67.6046 54.0088 67.6046 52.0956 66.5001L4.4642 39.0001C3.5036 38.4455 3.02532 37.7178 3.02935 36.9909M108.09 36.9909V40.0001C108.09 40.7239 107.612 41.4478 106.655 42.0001L59.0238 69.5001C57.1106 70.6046 54.0087 70.6046 52.0956 69.5001L4.46417 42.0001C3.51324 41.451 3.03497 40.7325 3.02935 40.0129V36.9909"
51-
stroke="white"
52-
/>
53-
<path
54-
d="M16.8848 33.9903C16.8891 33.2697 17.3674 32.5499 18.3196 32.0001L52.0946 12.5001C54.0078 11.3955 57.1097 11.3955 59.0228 12.5001L92.7978 32.0001C93.7501 32.5499 94.2284 33.2697 94.2327 33.9903M16.8848 33.9903C16.8805 34.7174 17.3588 35.4453 18.3196 36.0001L52.0946 55.5001C54.0078 56.6046 57.1097 56.6046 59.0228 55.5001L92.7978 36.0001C93.7587 35.4453 94.237 34.7174 94.2327 33.9903M16.8848 33.9903V37.0001C16.8848 37.7239 17.3631 38.4478 18.3197 39.0001L52.0947 58.5001C54.0078 59.6046 57.1097 59.6046 59.0229 58.5001L92.7979 39.0001C93.7544 38.4478 94.2327 37.7239 94.2327 37.0001L94.2327 33.9903"
55-
stroke="white"
56-
/>
57-
<path
58-
d="M30.7422 30.9998C30.7422 30.2759 31.2205 29.5521 32.1771 28.9998L52.0956 17.4998C54.0088 16.3952 57.1107 16.3952 59.0238 17.4998L78.9424 28.9998C79.899 29.5521 80.3773 30.2759 80.3773 30.9998M30.7422 30.9998C30.7422 31.7237 31.2205 32.4475 32.1771 32.9998L52.0956 44.4998C54.0088 45.6044 57.1107 45.6044 59.0238 44.4998L78.9424 32.9998C79.899 32.4475 80.3773 31.7237 80.3773 30.9998M30.7422 30.9998V33.9998C30.7422 34.7237 31.2205 35.4475 32.1771 35.9998L52.0956 47.4998C54.0088 48.6044 57.1107 48.6044 59.0238 47.4998L78.9424 35.9998C79.899 35.4475 80.3773 34.7237 80.3773 33.9998V30.9998"
59-
stroke="white"
60-
/>
61-
</g>
62-
<defs>
63-
<clipPath id="clip0_408_6099">
64-
<rect width={112} height={72} fill="white" />
32+
<rect width={112} height={72} fill="var(--site-background)" />
6533
</clipPath>
6634
</defs>
6735
</svg>
Lines changed: 51 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,55 @@
11
export function ContainerQueriesIcon() {
22
return (
3-
<>
4-
<svg
5-
className="dark:hidden"
6-
width={112}
7-
height={72}
8-
viewBox="0 0 112 72"
9-
fill="none"
10-
xmlns="http://www.w3.org/2000/svg"
11-
>
12-
<g clipPath="url(#clip0_408_5756)">
13-
<path
14-
d="M52.9631 4.99998L3.59961 33.5C2.88216 33.9142 2.52344 34.4571 2.52345 35L2.52344 38C2.52344 38.5429 2.88215 39.0858 3.59958 39.5L52.963 68C54.3979 68.8284 56.7243 68.8284 58.1592 68L107.523 39.5C108.24 39.0858 108.599 38.5429 108.599 38V34.9952C108.597 34.4539 108.238 33.913 107.523 33.5L58.1592 4.99998C56.7243 4.17156 54.3979 4.17156 52.9631 4.99998Z"
15-
fill="white"
16-
/>
17-
<path
18-
d="M108.599 34.9952C108.597 34.4539 108.238 33.913 107.523 33.5L58.1592 4.99998C56.7243 4.17156 54.3979 4.17156 52.9631 4.99998L3.59961 33.5C2.88216 33.9142 2.52344 34.4571 2.52345 35M108.599 34.9952C108.601 35.5397 108.242 36.0845 107.523 36.5L58.1592 65C56.7243 65.8284 54.3979 65.8284 52.9631 65L3.59961 36.5C2.88218 36.0858 2.52346 35.5429 2.52345 35M108.599 34.9952V38C108.599 38.5429 108.24 39.0858 107.523 39.5L58.1592 68C56.7243 68.8284 54.3979 68.8284 52.963 68L3.59958 39.5C2.88215 39.0858 2.52344 38.5429 2.52344 38L2.52345 35"
19-
stroke="#030712"
20-
/>
21-
<rect
22-
width={47}
23-
height={47}
24-
rx={3}
25-
transform="matrix(0.866025 -0.5 0.866025 0.5 1 35)"
26-
stroke="#030712"
27-
strokeOpacity="0.3"
28-
strokeDasharray="3 3"
29-
/>
30-
<rect
31-
width={31}
32-
height={31}
33-
rx={3}
34-
transform="matrix(0.866025 -0.5 0.866025 0.5 1 35)"
35-
stroke="#030712"
36-
strokeOpacity="0.3"
37-
strokeDasharray="3 3"
38-
/>
39-
<rect
40-
width={15}
41-
height={15}
42-
rx={3}
43-
transform="matrix(0.866025 -0.5 0.866025 0.5 1 35)"
44-
stroke="#030712"
45-
strokeOpacity="0.3"
46-
strokeDasharray="3 3"
47-
/>
48-
</g>
49-
<defs>
50-
<clipPath id="clip0_408_5756">
51-
<rect width={112} height={72} fill="white" />
52-
</clipPath>
53-
</defs>
54-
</svg>
55-
56-
<svg
57-
className="hidden dark:block"
58-
width={112}
59-
height={72}
60-
viewBox="0 0 112 72"
61-
fill="none"
62-
xmlns="http://www.w3.org/2000/svg"
63-
>
64-
<g clipPath="url(#clip0_408_6092)">
65-
<path
66-
d="M52.9631 4.99998L3.59961 33.5C2.88216 33.9142 2.52344 34.4571 2.52345 35L2.52344 38C2.52344 38.5429 2.88215 39.0858 3.59958 39.5L52.963 68C54.3979 68.8284 56.7243 68.8284 58.1592 68L107.523 39.5C108.24 39.0858 108.599 38.5429 108.599 38V34.9952C108.597 34.4539 108.238 33.913 107.523 33.5L58.1592 4.99998C56.7243 4.17156 54.3979 4.17156 52.9631 4.99998Z"
67-
fill="#030712"
68-
/>
69-
<path
70-
d="M108.599 34.9952C108.597 34.4539 108.238 33.913 107.523 33.5L58.1592 4.99998C56.7243 4.17156 54.3979 4.17156 52.9631 4.99998L3.59961 33.5C2.88216 33.9142 2.52344 34.4571 2.52345 35M108.599 34.9952C108.601 35.5397 108.242 36.0845 107.523 36.5L58.1592 65C56.7243 65.8284 54.3979 65.8284 52.9631 65L3.59961 36.5C2.88218 36.0858 2.52346 35.5429 2.52345 35M108.599 34.9952V38C108.599 38.5429 108.24 39.0858 107.523 39.5L58.1592 68C56.7243 68.8284 54.3979 68.8284 52.963 68L3.59958 39.5C2.88215 39.0858 2.52344 38.5429 2.52344 38L2.52345 35"
71-
stroke="white"
72-
/>
73-
<rect
74-
width={47}
75-
height={47}
76-
rx={3}
77-
transform="matrix(0.866025 -0.5 0.866025 0.5 1 35)"
78-
stroke="white"
79-
strokeOpacity="0.5"
80-
strokeDasharray="3 3"
81-
/>
82-
<rect
83-
width={31}
84-
height={31}
85-
rx={3}
86-
transform="matrix(0.866025 -0.5 0.866025 0.5 1 35)"
87-
stroke="white"
88-
strokeOpacity="0.5"
89-
strokeDasharray="3 3"
90-
/>
91-
<rect
92-
width={15}
93-
height={15}
94-
rx={3}
95-
transform="matrix(0.866025 -0.5 0.866025 0.5 1 35)"
96-
stroke="white"
97-
strokeOpacity="0.5"
98-
strokeDasharray="3 3"
99-
/>
100-
</g>
101-
<defs>
102-
<clipPath id="clip0_408_6092">
103-
<rect width={112} height={72} fill="white" />
104-
</clipPath>
105-
</defs>
106-
</svg>
107-
</>
3+
<svg
4+
className="text-gray-950 [--site-background:var(--color-white)] dark:text-white dark:[--site-background:var(--color-gray-950)]"
5+
width={112}
6+
height={72}
7+
viewBox="0 0 112 72"
8+
fill="none"
9+
xmlns="http://www.w3.org/2000/svg"
10+
>
11+
<g clipPath="url(#clip0_408_5756)">
12+
<path
13+
d="M52.9631 4.99998L3.59961 33.5C2.88216 33.9142 2.52344 34.4571 2.52345 35L2.52344 38C2.52344 38.5429 2.88215 39.0858 3.59958 39.5L52.963 68C54.3979 68.8284 56.7243 68.8284 58.1592 68L107.523 39.5C108.24 39.0858 108.599 38.5429 108.599 38V34.9952C108.597 34.4539 108.238 33.913 107.523 33.5L58.1592 4.99998C56.7243 4.17156 54.3979 4.17156 52.9631 4.99998Z"
14+
fill="var(--site-background)"
15+
/>
16+
<path
17+
d="M108.599 34.9952C108.597 34.4539 108.238 33.913 107.523 33.5L58.1592 4.99998C56.7243 4.17156 54.3979 4.17156 52.9631 4.99998L3.59961 33.5C2.88216 33.9142 2.52344 34.4571 2.52345 35M108.599 34.9952C108.601 35.5397 108.242 36.0845 107.523 36.5L58.1592 65C56.7243 65.8284 54.3979 65.8284 52.9631 65L3.59961 36.5C2.88218 36.0858 2.52346 35.5429 2.52345 35M108.599 34.9952V38C108.599 38.5429 108.24 39.0858 107.523 39.5L58.1592 68C56.7243 68.8284 54.3979 68.8284 52.963 68L3.59958 39.5C2.88215 39.0858 2.52344 38.5429 2.52344 38L2.52345 35"
18+
stroke="currentColor"
19+
/>
20+
<rect
21+
width={47}
22+
height={47}
23+
rx={3}
24+
transform="matrix(0.866025 -0.5 0.866025 0.5 1 35)"
25+
stroke="currentColor"
26+
strokeOpacity="0.3"
27+
strokeDasharray="3 3"
28+
/>
29+
<rect
30+
width={31}
31+
height={31}
32+
rx={3}
33+
transform="matrix(0.866025 -0.5 0.866025 0.5 1 35)"
34+
stroke="currentColor"
35+
strokeOpacity="0.3"
36+
strokeDasharray="3 3"
37+
/>
38+
<rect
39+
width={15}
40+
height={15}
41+
rx={3}
42+
transform="matrix(0.866025 -0.5 0.866025 0.5 1 35)"
43+
stroke="currentColor"
44+
strokeOpacity="0.3"
45+
strokeDasharray="3 3"
46+
/>
47+
</g>
48+
<defs>
49+
<clipPath id="clip0_408_5756">
50+
<rect width={112} height={72} fill="var(--site-background)" />
51+
</clipPath>
52+
</defs>
53+
</svg>
10854
);
10955
}

0 commit comments

Comments
 (0)