artode-icons 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +7 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.js +69 -26
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +68 -26
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -23,6 +23,8 @@ interface ArtodeIconProps {
|
|
|
23
23
|
width: number;
|
|
24
24
|
height: number;
|
|
25
25
|
};
|
|
26
|
+
/** Custom viewBox size of the SVG path. Defaults to 24. */
|
|
27
|
+
viewBoxSize?: number;
|
|
26
28
|
}
|
|
27
29
|
declare const ArtodeIcon: React.FC<ArtodeIconProps>;
|
|
28
30
|
|
|
@@ -270,6 +272,10 @@ declare const WhatsAppIcon: ({ className, size, drawType, ...props }: Omit<Artod
|
|
|
270
272
|
drawType?: "fill" | "stroke";
|
|
271
273
|
}) => react_jsx_runtime.JSX.Element;
|
|
272
274
|
|
|
275
|
+
declare const LinkedInIcon: ({ className, size, drawType, ...props }: Omit<ArtodeIconProps, "path" | "drawType"> & {
|
|
276
|
+
drawType?: "fill" | "stroke";
|
|
277
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
278
|
+
|
|
273
279
|
declare const XIcon: ({ className, size, drawType, ...props }: Omit<ArtodeIconProps, "path" | "drawType"> & {
|
|
274
280
|
drawType?: "fill" | "stroke";
|
|
275
281
|
}) => react_jsx_runtime.JSX.Element;
|
|
@@ -278,4 +284,4 @@ declare const YouTubeIcon: ({ className, size, drawType, ...props }: Omit<Artode
|
|
|
278
284
|
drawType?: "fill" | "stroke";
|
|
279
285
|
}) => react_jsx_runtime.JSX.Element;
|
|
280
286
|
|
|
281
|
-
export { AWSIcon, AngularIcon, AppleIcon, ArtodeIcon, type ArtodeIconProps, AstroIcon, AzureIcon, BehanceIcon, BunIcon, CPlusPlusIcon, CSharpIcon, DiscordIcon, DjangoIcon, DockerIcon, FigmaIcon, FirebaseIcon, FlutterIcon, GCPIcon, GitHubIcon, GitIcon, GitLabIcon, GoIcon, GoogleIcon, GraphQLIcon, InstagramIcon, IntelliJIcon, JavaIcon, JavaScriptIcon, KotlinIcon, KubernetesIcon, LaravelIcon, LinuxIcon, MediumIcon, MongoDBIcon, MySQLIcon, NextjsIcon, NodejsIcon, PHPIcon, PNPMIcon, PinterestIcon, PostgreSQLIcon, PostmanIcon, PythonIcon, ReactIcon, RedditIcon, RedisIcon, RubyIcon, RustIcon, SQLiteIcon, SpringIcon, SupabaseIcon, SvelteIcon, SwiftIcon, TailwindIcon, TelegramIcon, TikTokIcon, TwitchIcon, TwitterIcon, TypeScriptIcon, VercelIcon, VuejsIcon, WhatsAppIcon, XIcon, YouTubeIcon, npmIcon };
|
|
287
|
+
export { AWSIcon, AngularIcon, AppleIcon, ArtodeIcon, type ArtodeIconProps, AstroIcon, AzureIcon, BehanceIcon, BunIcon, CPlusPlusIcon, CSharpIcon, DiscordIcon, DjangoIcon, DockerIcon, FigmaIcon, FirebaseIcon, FlutterIcon, GCPIcon, GitHubIcon, GitIcon, GitLabIcon, GoIcon, GoogleIcon, GraphQLIcon, InstagramIcon, IntelliJIcon, JavaIcon, JavaScriptIcon, KotlinIcon, KubernetesIcon, LaravelIcon, LinkedInIcon, LinuxIcon, MediumIcon, MongoDBIcon, MySQLIcon, NextjsIcon, NodejsIcon, PHPIcon, PNPMIcon, PinterestIcon, PostgreSQLIcon, PostmanIcon, PythonIcon, ReactIcon, RedditIcon, RedisIcon, RubyIcon, RustIcon, SQLiteIcon, SpringIcon, SupabaseIcon, SvelteIcon, SwiftIcon, TailwindIcon, TelegramIcon, TikTokIcon, TwitchIcon, TwitterIcon, TypeScriptIcon, VercelIcon, VuejsIcon, WhatsAppIcon, XIcon, YouTubeIcon, npmIcon };
|
package/dist/index.d.ts
CHANGED
|
@@ -23,6 +23,8 @@ interface ArtodeIconProps {
|
|
|
23
23
|
width: number;
|
|
24
24
|
height: number;
|
|
25
25
|
};
|
|
26
|
+
/** Custom viewBox size of the SVG path. Defaults to 24. */
|
|
27
|
+
viewBoxSize?: number;
|
|
26
28
|
}
|
|
27
29
|
declare const ArtodeIcon: React.FC<ArtodeIconProps>;
|
|
28
30
|
|
|
@@ -270,6 +272,10 @@ declare const WhatsAppIcon: ({ className, size, drawType, ...props }: Omit<Artod
|
|
|
270
272
|
drawType?: "fill" | "stroke";
|
|
271
273
|
}) => react_jsx_runtime.JSX.Element;
|
|
272
274
|
|
|
275
|
+
declare const LinkedInIcon: ({ className, size, drawType, ...props }: Omit<ArtodeIconProps, "path" | "drawType"> & {
|
|
276
|
+
drawType?: "fill" | "stroke";
|
|
277
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
278
|
+
|
|
273
279
|
declare const XIcon: ({ className, size, drawType, ...props }: Omit<ArtodeIconProps, "path" | "drawType"> & {
|
|
274
280
|
drawType?: "fill" | "stroke";
|
|
275
281
|
}) => react_jsx_runtime.JSX.Element;
|
|
@@ -278,4 +284,4 @@ declare const YouTubeIcon: ({ className, size, drawType, ...props }: Omit<Artode
|
|
|
278
284
|
drawType?: "fill" | "stroke";
|
|
279
285
|
}) => react_jsx_runtime.JSX.Element;
|
|
280
286
|
|
|
281
|
-
export { AWSIcon, AngularIcon, AppleIcon, ArtodeIcon, type ArtodeIconProps, AstroIcon, AzureIcon, BehanceIcon, BunIcon, CPlusPlusIcon, CSharpIcon, DiscordIcon, DjangoIcon, DockerIcon, FigmaIcon, FirebaseIcon, FlutterIcon, GCPIcon, GitHubIcon, GitIcon, GitLabIcon, GoIcon, GoogleIcon, GraphQLIcon, InstagramIcon, IntelliJIcon, JavaIcon, JavaScriptIcon, KotlinIcon, KubernetesIcon, LaravelIcon, LinuxIcon, MediumIcon, MongoDBIcon, MySQLIcon, NextjsIcon, NodejsIcon, PHPIcon, PNPMIcon, PinterestIcon, PostgreSQLIcon, PostmanIcon, PythonIcon, ReactIcon, RedditIcon, RedisIcon, RubyIcon, RustIcon, SQLiteIcon, SpringIcon, SupabaseIcon, SvelteIcon, SwiftIcon, TailwindIcon, TelegramIcon, TikTokIcon, TwitchIcon, TwitterIcon, TypeScriptIcon, VercelIcon, VuejsIcon, WhatsAppIcon, XIcon, YouTubeIcon, npmIcon };
|
|
287
|
+
export { AWSIcon, AngularIcon, AppleIcon, ArtodeIcon, type ArtodeIconProps, AstroIcon, AzureIcon, BehanceIcon, BunIcon, CPlusPlusIcon, CSharpIcon, DiscordIcon, DjangoIcon, DockerIcon, FigmaIcon, FirebaseIcon, FlutterIcon, GCPIcon, GitHubIcon, GitIcon, GitLabIcon, GoIcon, GoogleIcon, GraphQLIcon, InstagramIcon, IntelliJIcon, JavaIcon, JavaScriptIcon, KotlinIcon, KubernetesIcon, LaravelIcon, LinkedInIcon, LinuxIcon, MediumIcon, MongoDBIcon, MySQLIcon, NextjsIcon, NodejsIcon, PHPIcon, PNPMIcon, PinterestIcon, PostgreSQLIcon, PostmanIcon, PythonIcon, ReactIcon, RedditIcon, RedisIcon, RubyIcon, RustIcon, SQLiteIcon, SpringIcon, SupabaseIcon, SvelteIcon, SwiftIcon, TailwindIcon, TelegramIcon, TikTokIcon, TwitchIcon, TwitterIcon, TypeScriptIcon, VercelIcon, VuejsIcon, WhatsAppIcon, XIcon, YouTubeIcon, npmIcon };
|
package/dist/index.js
CHANGED
|
@@ -86,6 +86,7 @@ __export(index_exports, {
|
|
|
86
86
|
KotlinIcon: () => KotlinIcon,
|
|
87
87
|
KubernetesIcon: () => KubernetesIcon,
|
|
88
88
|
LaravelIcon: () => LaravelIcon,
|
|
89
|
+
LinkedInIcon: () => LinkedInIcon,
|
|
89
90
|
LinuxIcon: () => LinuxIcon,
|
|
90
91
|
MediumIcon: () => MediumIcon,
|
|
91
92
|
MongoDBIcon: () => MongoDBIcon,
|
|
@@ -141,18 +142,30 @@ var import_jsx_runtime = require("react/jsx-runtime");
|
|
|
141
142
|
var InteractiveArtodeIcon = ({
|
|
142
143
|
path,
|
|
143
144
|
size = 32,
|
|
144
|
-
color = "
|
|
145
|
+
color = "currentColor",
|
|
145
146
|
className,
|
|
146
147
|
forceHover = false,
|
|
147
148
|
globalMouse = false,
|
|
148
|
-
customCanvasSize
|
|
149
|
+
customCanvasSize,
|
|
150
|
+
viewBoxSize = 24
|
|
149
151
|
}) => {
|
|
150
152
|
var _a, _b;
|
|
151
153
|
const canvasRef = (0, import_react.useRef)(null);
|
|
152
154
|
const [internalHover, setInternalHover] = (0, import_react.useState)(false);
|
|
155
|
+
const [resolvedColor, setResolvedColor] = (0, import_react.useState)(color === "currentColor" ? "#D80018" : color);
|
|
153
156
|
const isHovered = forceHover || internalHover || globalMouse;
|
|
154
157
|
const width = (_a = customCanvasSize == null ? void 0 : customCanvasSize.width) != null ? _a : size;
|
|
155
158
|
const height = (_b = customCanvasSize == null ? void 0 : customCanvasSize.height) != null ? _b : size;
|
|
159
|
+
(0, import_react.useEffect)(() => {
|
|
160
|
+
if (color !== "currentColor") {
|
|
161
|
+
setResolvedColor(color);
|
|
162
|
+
return;
|
|
163
|
+
}
|
|
164
|
+
const canvas = canvasRef.current;
|
|
165
|
+
if (!canvas) return;
|
|
166
|
+
const computedColor = window.getComputedStyle(canvas).color;
|
|
167
|
+
setResolvedColor(computedColor || "#D80018");
|
|
168
|
+
}, [color, className]);
|
|
156
169
|
const isHoveredRef = (0, import_react.useRef)(isHovered);
|
|
157
170
|
(0, import_react.useEffect)(() => {
|
|
158
171
|
isHoveredRef.current = isHovered;
|
|
@@ -200,7 +213,7 @@ var InteractiveArtodeIcon = ({
|
|
|
200
213
|
const p = new Path2D(path);
|
|
201
214
|
tCtx.save();
|
|
202
215
|
tCtx.translate(px, py);
|
|
203
|
-
const scale = iconSize /
|
|
216
|
+
const scale = iconSize / viewBoxSize;
|
|
204
217
|
tCtx.scale(scale, scale);
|
|
205
218
|
tCtx.fillStyle = "#000";
|
|
206
219
|
tCtx.fill(p, "evenodd");
|
|
@@ -235,7 +248,7 @@ var InteractiveArtodeIcon = ({
|
|
|
235
248
|
let animId;
|
|
236
249
|
const render = () => {
|
|
237
250
|
ctx.clearRect(0, 0, width, height);
|
|
238
|
-
ctx.fillStyle =
|
|
251
|
+
ctx.fillStyle = resolvedColor;
|
|
239
252
|
if (isHoveredRef.current) {
|
|
240
253
|
particles.forEach((p) => {
|
|
241
254
|
const tx = mouseRef.current.x + p.swarmOffset.x;
|
|
@@ -264,7 +277,7 @@ var InteractiveArtodeIcon = ({
|
|
|
264
277
|
return () => {
|
|
265
278
|
if (animId) cancelAnimationFrame(animId);
|
|
266
279
|
};
|
|
267
|
-
}, [path, size,
|
|
280
|
+
}, [path, size, resolvedColor, width, height]);
|
|
268
281
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
269
282
|
"canvas",
|
|
270
283
|
{
|
|
@@ -283,31 +296,44 @@ var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
|
283
296
|
var ArtodeIcon = ({
|
|
284
297
|
path: pathString,
|
|
285
298
|
size = 32,
|
|
286
|
-
color = "
|
|
299
|
+
color = "currentColor",
|
|
287
300
|
className,
|
|
288
301
|
forceHover = false,
|
|
289
302
|
drawType = "fill",
|
|
290
303
|
interactive = false,
|
|
291
304
|
globalMouse = false,
|
|
292
|
-
customCanvasSize
|
|
305
|
+
customCanvasSize,
|
|
306
|
+
viewBoxSize = 24
|
|
293
307
|
}) => {
|
|
308
|
+
const canvasRef = (0, import_react2.useRef)(null);
|
|
309
|
+
const [internalHover, setInternalHover] = import_react2.default.useState(false);
|
|
310
|
+
const [resolvedColor, setResolvedColor] = import_react2.default.useState(color === "currentColor" ? "#D80018" : color);
|
|
311
|
+
const isHovered = forceHover || internalHover;
|
|
312
|
+
(0, import_react2.useEffect)(() => {
|
|
313
|
+
if (color !== "currentColor") {
|
|
314
|
+
setResolvedColor(color);
|
|
315
|
+
return;
|
|
316
|
+
}
|
|
317
|
+
const canvas = canvasRef.current;
|
|
318
|
+
if (!canvas) return;
|
|
319
|
+
const computedColor = window.getComputedStyle(canvas).color;
|
|
320
|
+
setResolvedColor(computedColor || "#D80018");
|
|
321
|
+
}, [color, className]);
|
|
294
322
|
if (interactive) {
|
|
295
323
|
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
296
324
|
InteractiveArtodeIcon,
|
|
297
325
|
{
|
|
298
326
|
path: pathString,
|
|
299
327
|
size,
|
|
300
|
-
color,
|
|
328
|
+
color: resolvedColor,
|
|
301
329
|
className,
|
|
302
330
|
forceHover,
|
|
303
331
|
globalMouse,
|
|
304
|
-
customCanvasSize
|
|
332
|
+
customCanvasSize,
|
|
333
|
+
viewBoxSize
|
|
305
334
|
}
|
|
306
335
|
);
|
|
307
336
|
}
|
|
308
|
-
const canvasRef = (0, import_react2.useRef)(null);
|
|
309
|
-
const [internalHover, setInternalHover] = import_react2.default.useState(false);
|
|
310
|
-
const isHovered = forceHover || internalHover;
|
|
311
337
|
(0, import_react2.useEffect)(() => {
|
|
312
338
|
const canvas = canvasRef.current;
|
|
313
339
|
if (!canvas) return;
|
|
@@ -330,7 +356,7 @@ var ArtodeIcon = ({
|
|
|
330
356
|
maskCtx.fillStyle = "#000";
|
|
331
357
|
maskCtx.strokeStyle = "#000";
|
|
332
358
|
maskCtx.lineWidth = 2;
|
|
333
|
-
const scale = size /
|
|
359
|
+
const scale = size / viewBoxSize;
|
|
334
360
|
maskCtx.scale(scale, scale);
|
|
335
361
|
if (drawType === "stroke") {
|
|
336
362
|
maskCtx.stroke(path);
|
|
@@ -352,7 +378,7 @@ var ArtodeIcon = ({
|
|
|
352
378
|
time = 1;
|
|
353
379
|
}
|
|
354
380
|
ctx.clearRect(0, 0, size, size);
|
|
355
|
-
ctx.fillStyle =
|
|
381
|
+
ctx.fillStyle = resolvedColor;
|
|
356
382
|
for (let y = 0; y < size; y++) {
|
|
357
383
|
for (let x = 0; x < size; x++) {
|
|
358
384
|
const index = (y * size + x) * 4;
|
|
@@ -386,7 +412,7 @@ var ArtodeIcon = ({
|
|
|
386
412
|
return () => {
|
|
387
413
|
if (animId) cancelAnimationFrame(animId);
|
|
388
414
|
};
|
|
389
|
-
}, [pathString, size,
|
|
415
|
+
}, [pathString, size, resolvedColor, isHovered, drawType, viewBoxSize]);
|
|
390
416
|
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
391
417
|
"canvas",
|
|
392
418
|
{
|
|
@@ -449,7 +475,7 @@ var AstroIcon = (_a) => {
|
|
|
449
475
|
|
|
450
476
|
// icons/aws.tsx
|
|
451
477
|
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
452
|
-
var PATH4 = "
|
|
478
|
+
var PATH4 = "M19.634 14.832c0.845 -0.103 2.708 -0.324 3.040 0.103 0.332 0.419 -0.371 2.184 -0.687 2.967 -0.095 0.237 0.111 0.332 0.324 0.150 1.389 -1.171 1.753 -3.616 1.468 -3.972 -0.284 -0.348 -2.724 -0.649 -4.208 0.396 -0.229 0.166 -0.189 0.388 0.063 0.356z M11.976 19.113c3.245 0 7.018 -1.021 9.616 -2.943 0.426 -0.316 0.055 -0.799 -0.379 -0.601 -2.913 1.234 -6.079 1.836 -8.960 1.836 -4.271 0 -8.400 -1.179 -11.747 -3.125 -0.292 -0.174 -0.513 0.127 -0.269 0.348 3.095 2.801 7.192 4.486 11.740 4.486z M6.821 10.054c0 0.293 0.032 0.530 0.087 0.704a4.241 4.241 0 1.580 3.560 NaN NaNc0.039 0.063 0.055 0.127 0.055 0.182 0 0.079 -0.047 0.158 -0.150 0.237l-0.497 0.332c-0.071 0.047 -0.142 0.071 -0.205 0.071 -0.079 0 -0.158 -0.040 -0.237 -0.111a2.446 2.446 0 1 -1.777 -0.372 6.125 6.125 0 1 -1.530 -2.918 NaN NaNc-0.616 0.728 -1.389 1.092 -2.321 1.092 -0.663 0 -1.192 -0.190 -1.579 -0.570 -0.387 -0.380 -0.584 -0.886 -0.584 -1.519 0 -0.673 0.237 -1.219 0.718 -1.630 0.482 -0.412 1.121 -0.617 1.934 -0.617 0.268 0 0.545 0.024 0.837 0.063 0.292 0.040 0.592 0.103 0.908 0.174v-0.578c0 -0.601 -0.126 -1.021 -0.371 -1.266 -0.252 -0.245 -0.679 -0.364 -1.287 -0.364 -0.276 0 -0.560 0.032 -0.853 0.103a6.280 6.280 0 0 -5.329 0.269 2.262 2.262 0 1 -1.727 0.643 NaN NaNc-0.055 0.016 -0.095 0.024 -0.126 0.024 -0.110 0 -0.166 -0.079 -0.166 -0.245V5.852c0 -0.127 0.016 -0.222 0.055 -0.277 0.039 -0.056 0.110 -0.111 0.221 -0.166 0.276 -0.142 0.608 -0.261 0.995 -0.356C3.237 4.950 3.648 4.903 4.082 4.903c0.940 0 1.626 0.214 2.068 0.641 0.434 0.427 0.655 1.076 0.655 1.946v2.564h0.016zm-3.205 1.203c0.260 0 0.529 -0.048 0.813 -0.142 0.284 -0.095 0.537 -0.269 0.750 -0.506 0.126 -0.150 0.221 -0.316 0.268 -0.506 0.047 -0.190 0.079 -0.419 0.079 -0.688v-0.332a6.582 6.582 0 0 -4.539 -0.134 5.936 5.936 0 0 -4.638 -0.298 NaN NaNc-0.529 0 -0.916 0.103 -1.176 0.316 -0.260 0.214 -0.387 0.514 -0.387 0.910 0 0.372 0.095 0.649 0.292 0.839 0.189 0.198 0.466 0.293 0.829 0.293zm6.339 0.854c-0.142 0 -0.237 -0.024 -0.300 -0.079 -0.063 -0.048 -0.118 -0.158 -0.166 -0.309L7.634 5.607c-0.047 -0.158 -0.071 -0.261 -0.071 -0.316 0 -0.127 0.063 -0.198 0.189 -0.198h0.774c0.150 0 0.253 0.024 0.308 0.079 0.063 0.048 0.110 0.158 0.158 0.309l1.326 5.238 1.232 -5.238c0.039 -0.158 0.087 -0.261 0.150 -0.309 0.063 -0.048 0.174 -0.079 0.316 -0.079h0.632c0.150 0 0.253 0.024 0.316 0.079 0.063 0.048 0.118 0.158 0.150 0.309l1.247 5.301L15.726 5.480c0.047 -0.158 0.102 -0.261 0.158 -0.309 0.063 -0.048 0.166 -0.079 0.308 -0.079h0.734c0.126 0 0.197 0.063 0.197 0.198 0 0.040 -0.008 0.079 -0.016 0.127a1.127 1.127 0 1 -0.345 0.198 NaNL15.150 11.731c-0.048 0.158 -0.103 0.261 -0.166 0.308 -0.063 0.048 -0.166 0.079 -0.300 0.079h-0.679c-0.150 0 -0.253 -0.024 -0.316 -0.079 -0.063 -0.055 -0.118 -0.158 -0.150 -0.316l-1.224 -5.103 -1.216 5.095c-0.040 0.158 -0.087 0.261 -0.150 0.316 -0.063 0.055 -0.174 0.079 -0.316 0.079H9.955zm10.145 0.214c-0.411 0 -0.821 -0.048 -1.216 -0.142 -0.395 -0.095 -0.703 -0.198 -0.908 -0.317 -0.126 -0.071 -0.213 -0.150 -0.245 -0.221a0.560 0.560 0 1 -0.296 -0.222 NaNv-0.404c0 -0.166 0.063 -0.245 0.182 -0.245 0.047 0 0.095 0.008 0.142 0.024 0.047 0.016 0.118 0.048 0.197 0.079a4.287 4.287 0 5.428 1.730 NaN NaNc0.316 0.063 0.624 0.095 0.939 0.095 0.497 0 0.884 -0.087 1.153 -0.261 0.268 -0.174 0.411 -0.427 0.411 -0.752 0 -0.221 -0.071 -0.403 -0.213 -0.554 -0.142 -0.150 -0.411 -0.285 -0.797 -0.411l-1.145 -0.356c-0.576 -0.182 -1.003 -0.451 -1.263 -0.807 -0.260 -0.348 -0.395 -0.736 -0.395 -1.147 0 -0.332 0.071 -0.625 0.213 -0.878 0.142 -0.253 0.332 -0.475 0.568 -0.649 0.237 -0.182 0.505 -0.316 0.821 -0.411 0.316 -0.095 0.647 -0.135 0.995 -0.135 0.174 0 0.355 0.008 0.529 0.032 0.182 0.024 0.347 0.055 0.513 0.087 0.158 0.040 0.308 0.079 0.450 0.126 0.142 0.048 0.253 0.095 0.332 0.143 0.111 0.063 0.190 0.127 0.237 0.198 0.047 0.063 0.071 0.150 0.071 0.261V6.106c0 0.166 -0.063 0.253 -0.182 0.253 -0.063 0 -0.166 -0.032 -0.300 -0.095 -0.450 -0.206 -0.955 -0.308 -1.516 -0.308 -0.450 0 -0.805 0.071 -1.050 0.221 -0.245 0.150 -0.371 0.380 -0.371 0.704 0 0.221 0.079 0.411 0.237 0.562s0.450 0.301 0.868 0.435l1.121 0.356c0.568 0.182 0.979 0.435 1.224 0.760 0.245 0.324 0.363 0.696 0.363 1.108 0 0.340 -0.071 0.649 -0.205 0.918 -0.142 0.269 -0.332 0.506 -0.576 0.696 -0.245 0.198 -0.537 0.340 -0.876 0.443 -0.355 0.111 -0.726 0.166 -1.129 0.166z";
|
|
453
479
|
var AWSIcon = (_a) => {
|
|
454
480
|
var _b = _a, { className, size, drawType = "fill" } = _b, props = __objRest(_b, ["className", "size", "drawType"]);
|
|
455
481
|
return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
@@ -465,7 +491,7 @@ var AWSIcon = (_a) => {
|
|
|
465
491
|
|
|
466
492
|
// icons/azure.tsx
|
|
467
493
|
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
468
|
-
var PATH5 = "
|
|
494
|
+
var PATH5 = "M 23.076 23.142 a 1.588 1.588 0 0 0 1.506 -2.098 L 18.144 1.982 A 1.588 1.588 0 0 0 16.642 0.9 H 9.158 a 1.588 1.588 0 0 0 -1.504 1.082 L 1.218 21.044 a 1.588 1.588 0 0 0 1.506 2.098 h 4.648 a 1.588 1.588 0 0 0 1.506 -1.082 l 0.958 -2.836 4.85 3.604 a 1.586 1.586 0 0 0 0.948 0.314 M 12.61 10.856 16.162 21.384 a 0.53 0.53 0 0 1 -0.5 0.698 h -0.03 a 0.53 0.53 0 0 1 -0.316 -0.104 L 6.212 15.214 h 4.758 m 6.188 6.87 a 1.572 1.572 0 0 0 0.008 -1.038 L 10.732 1.982 l -0.008 -0.02 h 5.916 a 0.53 0.53 0 0 1 0.502 0.36 L 23.578 21.384 a 0.53 0.53 0 0 1 -0.332 0.67";
|
|
469
495
|
var AzureIcon = (_a) => {
|
|
470
496
|
var _b = _a, { className, size, drawType = "fill" } = _b, props = __objRest(_b, ["className", "size", "drawType"]);
|
|
471
497
|
return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
@@ -529,7 +555,7 @@ var CPlusPlusIcon = (_a) => {
|
|
|
529
555
|
|
|
530
556
|
// icons/csharp.tsx
|
|
531
557
|
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
532
|
-
var PATH9 = "
|
|
558
|
+
var PATH9 = "M16.000 12.800V11.200H17.600V12.800H16.000Z M12.000 0.674L22.400 6.740V17.260L12.000 23.326L1.600 17.260V6.740L12.000 0.674ZM10.130 6.400C7.187 6.400 4.800 8.787 4.800 11.730V12.270C4.800 15.213 7.187 17.600 10.130 17.600C10.958 17.600 11.774 17.407 12.514 17.037L13.158 16.716L12.442 15.284L11.799 15.606C11.281 15.865 10.710 16.000 10.130 16.000C8.070 16.000 6.400 14.330 6.400 12.270V11.730C6.400 9.670 8.070 8.000 10.130 8.000C10.710 8.000 11.281 8.135 11.799 8.394L12.442 8.716L13.158 7.284L12.514 6.963C11.774 6.593 10.958 6.400 10.130 6.400ZM14.400 8.000V9.600H12.800V11.200H14.400V12.800H12.800V14.400H14.400V16.000H16.000V14.400H17.600V16.000H19.200V14.400H20.800V12.800H19.200V11.200H20.800V9.600H19.200V8.000H17.600V9.600H16.000V8.000H14.400Z";
|
|
533
559
|
var CSharpIcon = (_a) => {
|
|
534
560
|
var _b = _a, { className, size, drawType = "fill" } = _b, props = __objRest(_b, ["className", "size", "drawType"]);
|
|
535
561
|
return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
@@ -785,7 +811,7 @@ var IntelliJIcon = (_a) => {
|
|
|
785
811
|
|
|
786
812
|
// icons/java.tsx
|
|
787
813
|
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
788
|
-
var PATH25 = "
|
|
814
|
+
var PATH25 = "M9.090 9.767 c-0.222 -0.490 -0.321 -1.062 -0.152 -1.581 c0.169 -0.531 0.549 -0.957 0.928 -1.354 c1.056 -1.056 2.357 -1.832 3.390 -2.906 c0.572 -0.589 1.044 -1.295 1.208 -2.106 c0.134 -0.595 0.070 -1.208 -0.052 -1.797 c0.548 0.624 0.729 1.517 0.572 2.322 c-0.169 0.904 -0.671 1.704 -1.260 2.392 c-0.473 0.554 -1.015 1.044 -1.581 1.500 c-0.659 0.531 -1.307 1.103 -1.721 1.850 c-0.350 0.607 -0.432 1.354 -0.193 2.013 c0.391 1.132 1.301 1.972 1.797 3.040 c-0.549 -0.484 -1.085 -0.986 -1.587 -1.517 C9.913 11.063 9.417 10.468 9.090 9.767 z M12.066 8.880 c-0.099 0.928 0.385 1.803 0.963 2.491 c0.280 0.309 0.519 0.688 0.531 1.120 c0.012 0.577 -0.315 1.114 -0.735 1.493 c0.099 -0.012 0.169 -0.099 0.251 -0.146 c0.630 -0.403 1.237 -0.910 1.546 -1.604 c0.204 -0.473 0.158 -1.033 -0.111 -1.471 c-0.315 -0.513 -0.729 -0.969 -0.974 -1.529 c-0.134 -0.315 -0.181 -0.683 -0.070 -1.015 c0.146 -0.449 0.461 -0.817 0.794 -1.138 c0.916 -0.869 2.024 -1.488 3.086 -2.165 c-1.342 0.385 -2.666 0.916 -3.798 1.750 C12.830 7.206 12.165 7.953 12.066 8.880 z M18.443 13.268 c0.636 0.035 1.260 0.502 1.377 1.144 c0.111 0.554 -0.157 1.103 -0.502 1.523 c-0.566 0.677 -1.330 1.161 -2.100 1.575 c-0.076 0.046 -0.140 0.105 -0.199 0.169 c1.015 -0.257 2.030 -0.642 2.853 -1.301 c0.455 -0.379 0.858 -0.881 0.945 -1.482 c0.082 -0.519 -0.134 -1.056 -0.519 -1.400 c-0.467 -0.426 -1.126 -0.584 -1.745 -0.502 c-0.356 0.047 -0.747 0.122 -0.992 0.420 C17.854 13.356 18.139 13.239 18.443 13.268 z M5.776 14.937 c0.764 0.204 1.552 0.263 2.334 0.315 c0.700 0.047 1.400 0.058 2.106 0.053 c1.820 -0.029 3.652 -0.152 5.438 -0.548 c0.169 -0.041 0.356 -0.070 0.508 -0.175 c0.298 -0.193 0.624 -0.344 0.945 -0.496 c-1.453 0.233 -2.912 0.432 -4.382 0.525 c-1.488 0.093 -2.987 0.152 -4.481 0.053 c-0.426 -0.041 -0.864 -0.064 -1.260 -0.228 c-0.093 -0.041 -0.222 -0.122 -0.175 -0.245 c0.088 -0.158 0.263 -0.233 0.414 -0.315 c0.642 -0.303 1.342 -0.473 2.025 -0.671 c-1.173 -0.018 -2.340 0.280 -3.413 0.741 c-0.239 0.117 -0.508 0.210 -0.700 0.408 c-0.076 0.082 -0.076 0.222 0.012 0.292 C5.321 14.803 5.554 14.872 5.776 14.937 z M15.228 16.541 c-1.021 0.181 -2.048 0.350 -3.081 0.403 c-1.132 0.076 -2.264 0.012 -3.384 -0.105 c-0.216 -0.029 -0.432 -0.064 -0.624 -0.163 c-0.099 -0.058 -0.198 -0.152 -0.192 -0.274 c0.012 -0.192 0.175 -0.327 0.292 -0.467 c-0.362 0.128 -0.723 0.262 -1.027 0.502 c-0.129 0.099 -0.257 0.257 -0.222 0.432 c0.053 0.204 0.251 0.327 0.426 0.420 c0.432 0.222 0.916 0.321 1.389 0.408 c1.196 0.193 2.415 0.199 3.617 0.117 c1.272 -0.099 2.538 -0.309 3.769 -0.671 C15.841 16.985 15.508 16.804 15.228 16.541 z M8.816 18.560 c-0.327 0.093 -0.659 0.204 -0.928 0.420 c-0.134 0.105 -0.239 0.286 -0.175 0.455 c0.082 0.216 0.286 0.344 0.478 0.455 c0.502 0.274 1.068 0.403 1.622 0.502 c1.255 0.198 2.544 0.169 3.793 -0.053 c0.741 -0.140 1.482 -0.338 2.170 -0.648 c-0.449 -0.187 -0.887 -0.397 -1.307 -0.642 c-0.729 0.128 -1.465 0.263 -2.211 0.309 c-0.986 0.076 -1.984 -0.006 -2.970 -0.128 c-0.233 -0.053 -0.525 -0.076 -0.683 -0.280 C8.524 18.782 8.711 18.659 8.816 18.560 z M16.797 22.312 c0.817 -0.169 1.640 -0.362 2.386 -0.741 c0.233 -0.134 0.519 -0.280 0.595 -0.560 c0.041 -0.268 -0.239 -0.408 -0.438 -0.519 c0.122 0.140 0.204 0.344 0.082 0.508 c-0.204 0.274 -0.554 0.379 -0.863 0.484 c-0.968 0.274 -1.972 0.385 -2.970 0.496 c-2.643 0.239 -5.304 0.298 -7.947 0.076 c-0.887 -0.093 -1.791 -0.193 -2.637 -0.508 c-0.134 -0.058 -0.338 -0.117 -0.338 -0.298 c0.052 -0.157 0.204 -0.245 0.338 -0.321 c0.607 -0.309 1.284 -0.478 1.960 -0.519 c-0.198 -0.117 -0.432 -0.128 -0.659 -0.122 c-0.566 0.017 -1.120 0.163 -1.657 0.344 c-0.461 0.169 -0.934 0.356 -1.301 0.694 c-0.146 0.128 -0.280 0.373 -0.128 0.548 c0.233 0.251 0.595 0.315 0.916 0.391 c1.797 0.309 3.617 0.484 5.438 0.548 C11.990 22.884 14.423 22.779 16.797 22.312 z M19.190 22.627 c-1.097 0.350 -2.235 0.543 -3.367 0.700 c-1.954 0.245 -3.927 0.321 -5.893 0.263 c-1.196 -0.047 -2.392 -0.128 -3.571 -0.327 c0.274 0.187 0.613 0.245 0.928 0.333 c1.325 0.280 2.684 0.333 4.032 0.373 c1.978 0.035 3.956 -0.041 5.904 -0.350 c0.922 -0.163 1.850 -0.362 2.678 -0.793 c0.432 -0.228 0.870 -0.578 0.945 -1.085 C20.409 22.207 19.779 22.423 19.190 22.627 z";
|
|
789
815
|
var JavaIcon = (_a) => {
|
|
790
816
|
var _b = _a, { className, size, drawType = "fill" } = _b, props = __objRest(_b, ["className", "size", "drawType"]);
|
|
791
817
|
return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
@@ -1361,7 +1387,7 @@ var VuejsIcon = (_a) => {
|
|
|
1361
1387
|
|
|
1362
1388
|
// icons/whatsapp.tsx
|
|
1363
1389
|
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
1364
|
-
var PATH61 = "
|
|
1390
|
+
var PATH61 = "M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z";
|
|
1365
1391
|
var WhatsAppIcon = (_a) => {
|
|
1366
1392
|
var _b = _a, { className, size, drawType = "fill" } = _b, props = __objRest(_b, ["className", "size", "drawType"]);
|
|
1367
1393
|
return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
@@ -1375,10 +1401,10 @@ var WhatsAppIcon = (_a) => {
|
|
|
1375
1401
|
);
|
|
1376
1402
|
};
|
|
1377
1403
|
|
|
1378
|
-
// icons/
|
|
1404
|
+
// icons/linkedin.tsx
|
|
1379
1405
|
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
1380
|
-
var PATH62 = "
|
|
1381
|
-
var
|
|
1406
|
+
var PATH62 = "M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z";
|
|
1407
|
+
var LinkedInIcon = (_a) => {
|
|
1382
1408
|
var _b = _a, { className, size, drawType = "fill" } = _b, props = __objRest(_b, ["className", "size", "drawType"]);
|
|
1383
1409
|
return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1384
1410
|
ArtodeIcon,
|
|
@@ -1391,10 +1417,10 @@ var XIcon = (_a) => {
|
|
|
1391
1417
|
);
|
|
1392
1418
|
};
|
|
1393
1419
|
|
|
1394
|
-
// icons/
|
|
1420
|
+
// icons/x.tsx
|
|
1395
1421
|
var import_jsx_runtime65 = require("react/jsx-runtime");
|
|
1396
|
-
var PATH63 = "
|
|
1397
|
-
var
|
|
1422
|
+
var PATH63 = "M 21.333 24 H 2.667 c -1.473 0 -2.667 -1.194 -2.667 -2.667 V 2.667 c 0 -1.473 1.194 -2.667 2.667 -2.667 h 18.667 c 1.473 0 2.667 1.194 2.667 2.667 v 18.667 C 24 22.806 22.806 24 21.333 24 z M 18.838 18.667 h -4.291 L 5.219 5.333 h 4.291 L 18.838 18.667 z M 15.058 17.536 h 1.709 L 8.999 6.464 h -1.709 L 15.058 17.536 z M 6.577 18.667 L 11.379 13.104 L 10.751 12.271 L 5.215 18.667 Z M 12.3 10.481 L 12.903 11.34 L 18.091 5.333 L 16.757 5.333 Z";
|
|
1423
|
+
var XIcon = (_a) => {
|
|
1398
1424
|
var _b = _a, { className, size, drawType = "fill" } = _b, props = __objRest(_b, ["className", "size", "drawType"]);
|
|
1399
1425
|
return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1400
1426
|
ArtodeIcon,
|
|
@@ -1406,6 +1432,22 @@ var YouTubeIcon = (_a) => {
|
|
|
1406
1432
|
}, props)
|
|
1407
1433
|
);
|
|
1408
1434
|
};
|
|
1435
|
+
|
|
1436
|
+
// icons/youtube.tsx
|
|
1437
|
+
var import_jsx_runtime66 = require("react/jsx-runtime");
|
|
1438
|
+
var PATH64 = "M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z";
|
|
1439
|
+
var YouTubeIcon = (_a) => {
|
|
1440
|
+
var _b = _a, { className, size, drawType = "fill" } = _b, props = __objRest(_b, ["className", "size", "drawType"]);
|
|
1441
|
+
return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
1442
|
+
ArtodeIcon,
|
|
1443
|
+
__spreadValues({
|
|
1444
|
+
path: PATH64,
|
|
1445
|
+
className,
|
|
1446
|
+
size,
|
|
1447
|
+
drawType
|
|
1448
|
+
}, props)
|
|
1449
|
+
);
|
|
1450
|
+
};
|
|
1409
1451
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1410
1452
|
0 && (module.exports = {
|
|
1411
1453
|
AWSIcon,
|
|
@@ -1438,6 +1480,7 @@ var YouTubeIcon = (_a) => {
|
|
|
1438
1480
|
KotlinIcon,
|
|
1439
1481
|
KubernetesIcon,
|
|
1440
1482
|
LaravelIcon,
|
|
1483
|
+
LinkedInIcon,
|
|
1441
1484
|
LinuxIcon,
|
|
1442
1485
|
MediumIcon,
|
|
1443
1486
|
MongoDBIcon,
|