Skip to content

Commit b6b0dcf

Browse files
authored
Merge pull request #32 from pheralb/next
🚀 v1.2.4
2 parents efc362b + 9ae9b77 commit b6b0dcf

20 files changed

+2524
-1257
lines changed

library/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-symbols/icons",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Symbols icons by Miguel Solorio for React",
55
"keywords": [
66
"react",
@@ -41,15 +41,15 @@
4141
"typecheck": "tsc --noEmit"
4242
},
4343
"devDependencies": {
44-
"@swc/cli": "0.1.62",
45-
"@swc/core": "1.3.93",
44+
"@swc/cli": "0.1.63",
45+
"@swc/core": "1.3.102",
4646
"@types/node": "18.16.3",
47-
"@types/react": "18.2.29",
48-
"@types/react-dom": "18.2.13",
47+
"@types/react": "18.2.46",
48+
"@types/react-dom": "18.2.18",
4949
"react": "18.2.0",
5050
"react-dom": "18.2.0",
51-
"tsup": "7.2.0",
52-
"typescript": "5.2.2"
51+
"tsup": "8.0.1",
52+
"typescript": "5.3.3"
5353
},
5454
"peerDependencies": {
5555
"react": ">=16.8.0",

library/src/index.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,15 @@ export { default as Lock } from "./library/lock.js"
148148
export { default as OCalm } from "./library/ocalm.js"
149149
export { default as Razor } from "./library/razor.js"
150150
export { default as Stylelint } from "./library/stylelint.js"
151+
export { default as Earthfile } from "./library/earthfile.js"
152+
export { default as Gatsbyjs } from "./library/gatsbyjs.js"
153+
export { default as Keystatic } from "./library/keystatic.js"
154+
export { default as Knip } from "./library/knip.js"
155+
export { default as PandaCSS } from "./library/pandacss.js"
156+
export { default as Sanity } from "./library/sanity.js"
157+
export { default as Serverless } from "./library/serverless.js"
158+
export { default as Solidity } from "./library/solidity.js"
159+
export { default as UnoCSS } from "./library/unocss.js"
151160

152161
// Folders =>
153162

@@ -190,3 +199,6 @@ export { default as FolderIOS } from "./library/folders/folderIOS.js"
190199
export { default as FolderTarget } from "./library/folders/folderTarget.js"
191200
export { default as FolderTina } from "./library/folders/folderTina.js"
192201
export { default as FolderVercel } from "./library/folders/folderVercel.js"
202+
export { default as FolderFirebase } from "./library/folders/folderFirebase.js"
203+
export { default as FolderGithub } from "./library/folders/folderGithub.js"
204+
export { default as FolderSupabase } from "./library/folders/folderSupabase.js"

library/src/library/angular.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ const Angular: FC<ComponentProps<"svg">> = (props) => (
99
>
1010
<path
1111
fill="#F87171"
12-
fillRule="evenodd"
13-
d="M12.379 3L4 5.988l1.278 11.079L12.379 21l7.101-3.933 1.278-11.079L12.379 3zM7.141 16.734l5.238-11.745 5.22 11.745h-1.953l-1.053-2.628h-4.446l-1.053 2.628H7.141zm5.238-7.929l-1.53 3.681h3.06l-1.53-3.681z"
14-
clipRule="evenodd"
12+
d="M20.03 5.97l-.614 9.642-5.87-12.643 6.484 3zm-4.066 12.467l-4.436 2.532-4.436-2.532.902-2.186h7.068l.902 2.186zm-4.436-10.67l2.324 5.652H9.203l2.325-5.651zm-7.895 7.845L3.026 5.97 9.51 2.969 3.633 15.612z"
1513
></path>
1614
</svg>
1715
)

library/src/library/earthfile.tsx

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
import type { ComponentProps, FC } from "react"
2+
3+
const Earthfile: FC<ComponentProps<"svg">> = (props) => (
4+
<svg
5+
xmlns="http://www.w3.org/2000/svg"
6+
fill="none"
7+
viewBox="0 0 24 24"
8+
{...props}
9+
>
10+
<path
11+
fill="#83FF50"
12+
stroke="#83FF50"
13+
strokeMiterlimit="5.333"
14+
strokeWidth="0.071"
15+
d="M12.51 8.294l-2.095 3.635h-.014l-2.073-3.6 4.181-.035z"
16+
></path>
17+
<mask
18+
id="mask0_24687_397"
19+
style={{ maskType: "luminance" }}
20+
width="12"
21+
height="5"
22+
x="2"
23+
y="4"
24+
maskUnits="userSpaceOnUse"
25+
>
26+
<path fill="#fff" d="M13.935 8.948H2.69V4h11.245v4.948z"></path>
27+
</mask>
28+
<g mask="url(#mask0_24687_397)">
29+
<path
30+
fill="#96FF5B"
31+
fillOpacity="0.647"
32+
d="M12.528 8.274l-.008.014h-.007v.007l-4.188.036v-.008H4.129l-.028-.05 2.108-3.648h4.217l2.102 3.649z"
33+
opacity="0.83"
34+
></path>
35+
</g>
36+
<path
37+
fill="#fff"
38+
d="M12.519 8.289l-2.094 3.635h-.008l2.095-3.635h.007z"
39+
></path>
40+
<path
41+
fill="#00D6FF"
42+
stroke="#00D6FF"
43+
strokeMiterlimit="5.333"
44+
strokeWidth="0.071"
45+
d="M10.427 11.976l-.007.014-2.102 3.635h-4.21L2 11.976l2.109-3.65h.02l2.074 3.6h4.196l.028.05z"
46+
></path>
47+
<path
48+
fill="#7DFFFF"
49+
stroke="#7DFFFF"
50+
strokeMiterlimit="5.333"
51+
strokeWidth="0.071"
52+
d="M10.398 11.926H6.209l-2.08-3.6h4.196l2.073 3.6z"
53+
></path>
54+
<path
55+
fill="#32E6FF"
56+
stroke="#32E6FF"
57+
strokeMiterlimit="5.333"
58+
strokeWidth="0.071"
59+
d="M12.54 15.535l.036.057h-.064l-1.598.014-2.59.022 2.1-3.635h4.168l-2.052 3.542z"
60+
></path>
61+
<mask
62+
id="mask1_24687_397"
63+
style={{ maskType: "luminance" }}
64+
width="9"
65+
height="11"
66+
x="7"
67+
y="10"
68+
maskUnits="userSpaceOnUse"
69+
>
70+
<path fill="#fff" d="M15.752 20.513H7.24v-9.74h8.512v9.74z"></path>
71+
</mask>
72+
<g mask="url(#mask1_24687_397)">
73+
<path
74+
fill="#00D5FF"
75+
fillOpacity="0.545"
76+
d="M14.69 19.187l-.064.107h-4.21l-2.109-3.65.008-.013 2.101-3.635h.007l-2.101 3.627 2.591-.02 1.604-.015h.064l2.066 3.6h.043z"
77+
opacity="0.86"
78+
></path>
79+
</g>
80+
<path
81+
fill="#20E6FF"
82+
stroke="#20E6FF"
83+
strokeMiterlimit="5.333"
84+
strokeWidth="0.071"
85+
d="M12.54 15.535l.036.057h-.064l-2.073-3.6h4.153l-2.052 3.543z"
86+
></path>
87+
<path
88+
fill="#2AF0FF"
89+
stroke="#2AF0FF"
90+
strokeMiterlimit="5.333"
91+
strokeWidth="0.071"
92+
d="M16.707 15.592h-4.132l-.035-.057 2.044-3.543h.043l2.08 3.6z"
93+
></path>
94+
<mask
95+
id="mask2_24687_397"
96+
style={{ maskType: "luminance" }}
97+
width="7"
98+
height="6"
99+
x="11"
100+
y="14"
101+
maskUnits="userSpaceOnUse"
102+
>
103+
<path fill="#fff" d="M17.435 19.79h-5.552v-4.793h5.552v4.792z"></path>
104+
</mask>
105+
<g mask="url(#mask2_24687_397)">
106+
<path
107+
fill="#29EFFF"
108+
fillOpacity="0.8"
109+
d="M16.736 15.642l-2.045 3.543h-.042l-2.073-3.593h4.132l.028.05z"
110+
opacity="0.95"
111+
></path>
112+
</g>
113+
<path
114+
fill="#32F8B9"
115+
stroke="#32F8B9"
116+
strokeMiterlimit="5.333"
117+
strokeWidth="0.071"
118+
d="M18.836 11.94l-2.108 3.65h-.021l-2.073-3.6h-4.196l-.029-.05.007-.013 2.095-3.635v-.007h4.217l2.073 3.592.035.064z"
119+
></path>
120+
<mask
121+
id="mask3_24687_397"
122+
style={{ maskType: "luminance" }}
123+
width="9"
124+
height="11"
125+
x="13"
126+
y="10"
127+
maskUnits="userSpaceOnUse"
128+
>
129+
<path fill="#fff" d="M22 20.513h-8.427V10.71H22v9.804z"></path>
130+
</mask>
131+
<g mask="url(#mask3_24687_397)">
132+
<path
133+
fill="#32F6B8"
134+
fillOpacity="0.565"
135+
d="M20.942 15.587l-2.109 3.649-4.21.057 2.087-3.6-.028-.05h.021l2.109-3.649-.036-.056h.064l2.102 3.649z"
136+
opacity="0.85"
137+
></path>
138+
</g>
139+
</svg>
140+
)
141+
142+
export default Earthfile

library/src/library/folders/folderFirebase.tsx

Lines changed: 126 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
import type { ComponentProps, FC } from "react"
2+
3+
const FolderGithub: FC<ComponentProps<"svg">> = (props) => (
4+
<svg
5+
xmlns="http://www.w3.org/2000/svg"
6+
fill="none"
7+
viewBox="0 0 24 24"
8+
{...props}
9+
>
10+
<path
11+
fill="#A1A1AA"
12+
fillRule="evenodd"
13+
d="M18.5 11.42c-2.486 0-4.5 2.101-4.5 4.696 0 2.078 1.288 3.833 3.077 4.455.225.04.31-.1.31-.223 0-.112-.006-.482-.006-.875-1.131.217-1.424-.287-1.514-.551-.05-.136-.27-.552-.46-.664-.158-.088-.383-.305-.006-.31.354-.007.607.34.692.48.404.71 1.051.511 1.31.388.04-.305.158-.51.287-.628-1.001-.118-2.048-.523-2.048-2.319 0-.51.175-.933.462-1.262-.045-.117-.203-.598.045-1.244 0 0 .377-.123 1.237.481.36-.105.743-.158 1.125-.158.383 0 .765.053 1.125.158.86-.61 1.238-.481 1.238-.481.247.646.09 1.127.045 1.244.287.329.461.746.461 1.262 0 1.802-1.052 2.201-2.053 2.319.163.146.304.428.304.869 0 .628-.006 1.132-.006 1.29 0 .124.084.27.31.224a4.528 4.528 0 002.219-1.713c.55-.8.846-1.758.846-2.742 0-2.595-2.014-4.696-4.5-4.696z"
14+
clipRule="evenodd"
15+
></path>
16+
<path
17+
fill="#64748B"
18+
fillRule="evenodd"
19+
d="M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z"
20+
clipRule="evenodd"
21+
></path>
22+
</svg>
23+
)
24+
25+
export default FolderGithub
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
import type { ComponentProps, FC } from "react"
2+
3+
const FolderSupabase: FC<ComponentProps<"svg">> = (props) => (
4+
<svg
5+
xmlns="http://www.w3.org/2000/svg"
6+
fill="none"
7+
viewBox="0 0 24 24"
8+
{...props}
9+
>
10+
<path
11+
fill="url(#paint0_linear_24689_562)"
12+
d="M19.262 20.07c-.236.275-.716.125-.721-.227l-.083-5.144h3.734c.677 0 1.054.724.633 1.213l-3.563 4.157z"
13+
></path>
14+
<path
15+
fill="url(#paint1_linear_24689_562)"
16+
d="M19.262 20.07c-.236.275-.716.125-.721-.227l-.083-5.144h3.734c.677 0 1.054.724.633 1.213l-3.563 4.157z"
17+
></path>
18+
<path
19+
fill="#3ECF8E"
20+
d="M17.743 11.794c.237-.275.715-.125.72.227l.037 5.143h-3.688c-.677 0-1.054-.724-.633-1.213l3.564-4.157z"
21+
></path>
22+
<path
23+
fill="#64748B"
24+
fillRule="evenodd"
25+
d="M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z"
26+
clipRule="evenodd"
27+
></path>
28+
<defs>
29+
<linearGradient
30+
id="paint0_linear_24689_562"
31+
x1="18.458"
32+
x2="21.697"
33+
y1="15.84"
34+
y2="17.306"
35+
gradientUnits="userSpaceOnUse"
36+
>
37+
<stop stopColor="#249361"></stop>
38+
<stop offset="1" stopColor="#3ECF8E"></stop>
39+
</linearGradient>
40+
<linearGradient
41+
id="paint1_linear_24689_562"
42+
x1="16.986"
43+
x2="18.326"
44+
y1="13.974"
45+
y2="16.698"
46+
gradientUnits="userSpaceOnUse"
47+
>
48+
<stop stopOpacity="0.2"></stop>
49+
<stop offset="1" stopOpacity="0"></stop>
50+
</linearGradient>
51+
</defs>
52+
</svg>
53+
)
54+
55+
export default FolderSupabase

library/src/library/gatsbyjs.tsx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
import type { ComponentProps, FC } from "react"
2+
3+
const Gatsbyjs: FC<ComponentProps<"svg">> = (props) => (
4+
<svg
5+
xmlns="http://www.w3.org/2000/svg"
6+
fill="none"
7+
viewBox="0 0 24 24"
8+
{...props}
9+
>
10+
<path
11+
fill="#A855F7"
12+
fillRule="evenodd"
13+
d="M3 12c0-4.95 4.05-9 9-9s9 4.05 9 9-4.05 9-9 9-9-4.05-9-9zm1.878-1.597C5.609 7.142 8.536 4.678 12 4.678c2.463 0 4.593 1.2 5.922 2.995l.138.186-1.343 1.164-.161-.217c-1.05-1.42-2.713-2.342-4.556-2.342-2.346 0-4.396 1.47-5.176 3.543l7.169 7.168c1.61-.608 2.851-1.98 3.34-3.64H14.32V11.75h5V12c0 3.463-2.462 6.387-5.653 7.186l-.138.034-8.682-8.683.03-.134zm-.2 1.058l7.797 7.796h-.604c-1.802 0-3.666-.734-5.062-2.13-1.396-1.396-2.13-3.195-2.13-5.062v-.604z"
14+
clipRule="evenodd"
15+
></path>
16+
</svg>
17+
)
18+
19+
export default Gatsbyjs

library/src/library/keystatic.tsx

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
import type { ComponentProps, FC } from "react"
2+
3+
const Keystatic: FC<ComponentProps<"svg">> = (props) => (
4+
<svg
5+
xmlns="http://www.w3.org/2000/svg"
6+
fill="none"
7+
viewBox="0 0 24 24"
8+
{...props}
9+
>
10+
<path
11+
fill="#64748B"
12+
d="M1 13.5L14.5 0 13 6l9 4.5L8.5 24l1.5-6-9-4.5z"
13+
></path>
14+
<path
15+
fill="url(#paint0_linear_24673_123)"
16+
d="M13 6L1 13.5l9 4.5 3-12z"
17+
></path>
18+
<defs>
19+
<linearGradient
20+
id="paint0_linear_24673_123"
21+
x1="1"
22+
x2="14.5"
23+
y1="13.5"
24+
y2="10.5"
25+
gradientUnits="userSpaceOnUse"
26+
>
27+
<stop stopColor="#94A3B8"></stop>
28+
<stop offset="1" stopColor="#475569"></stop>
29+
</linearGradient>
30+
</defs>
31+
</svg>
32+
)
33+
34+
export default Keystatic

library/src/library/knip.tsx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
import type { ComponentProps, FC } from "react"
2+
3+
const Knip: FC<ComponentProps<"svg">> = (props) => (
4+
<svg
5+
xmlns="http://www.w3.org/2000/svg"
6+
fill="none"
7+
viewBox="0 0 24 24"
8+
{...props}
9+
>
10+
<path
11+
fill="#FB923C"
12+
fillRule="evenodd"
13+
d="M6.388 3h11.224A3.388 3.388 0 0121 6.388v11.224A3.388 3.388 0 0117.612 21H6.388A3.388 3.388 0 013 17.612V6.388A3.388 3.388 0 016.388 3zm9.91 1.916c-.994-.068-1.89.442-2.666 1.566l-3.88 6.83-.072-.068-.74 1.854a8.273 8.273 0 00-.724 1.42c-.263.736-.27 1.486.135 2.18.264.453.69.74 1.312.823.96.014 1.796-.378 2.396-1.507.545-.959.52-1.791.13-2.546a2.012 2.012 0 00-.507-.55 1.728 1.728 0 00-.657-.285c-.273.01-.48-.043-.588-.186-.144-.188-.079-.38-.013-.573.01-.029.02-.057.028-.085l.078-.248a.81.81 0 01.468-.403c.077-.027.142-.044.203-.059.119-.03.224-.055.373-.154.246-.172.431-.416.532-.699l4.192-7.31zm3.748 6.436c-.43.898-1.317 1.426-2.677 1.546l-5.175.004.888-1.517 6.964-.033zm-10.345.763a.83.83 0 00.29-.04l-.462.83-.016-.002.004.021-.038.068-1.92-.264a8.2 8.2 0 01-1.592-.071c-.769-.133-1.427-.502-1.83-1.193-.261-.45-.302-.965-.063-1.545.461-.841 1.217-1.37 2.489-1.341 1.102-.003 1.814.431 2.279 1.142.118.22.194.46.225.708.026.241.002.486-.072.718-.144.231-.2.437-.129.602.093.218.293.256.493.295l.088.017.254.055zM7.823 9.819c.371.316.576.756.34 1.225-.158.29-.417.514-.727.628-.278.11-.572.173-.87.188a1.918 1.918 0 01-1.107-.255c-.726-.431-1-1.25-.224-1.801a2.4 2.4 0 011.398-.395c.492.02.892.155 1.19.41zm3.834 2.397a.403.403 0 10-.804-.05.403.403 0 00.804.05zm-.056 4.089c-.093-.48-.374-.873-.898-.9v-.002c-.332-.005-.653.11-.906.323a2.69 2.69 0 00-.593.664c-.216.321-.33.7-.325 1.088.017.844.594 1.485 1.457 1.084a2.408 2.408 0 001.036-1.015c.224-.443.303-.857.229-1.242z"
14+
clipRule="evenodd"
15+
></path>
16+
</svg>
17+
)
18+
19+
export default Knip

0 commit comments

Comments
 (0)