@aliimam/logos 0.0.0 → 0.1.0
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/cjs/icon/ai/HuggingFace.d.ts +3 -0
- package/dist/cjs/icon/ai/HuggingFace.js +50 -0
- package/dist/cjs/icon/ai/Hume.d.ts +3 -0
- package/dist/cjs/icon/ai/Hume.js +50 -0
- package/dist/cjs/icon/ai/Lovable.d.ts +3 -0
- package/dist/cjs/icon/ai/Lovable.js +50 -0
- package/dist/cjs/icon/ai/Midday.d.ts +3 -0
- package/dist/cjs/icon/ai/Midday.js +50 -0
- package/dist/cjs/icon/ai/XAiGrok.d.ts +3 -0
- package/dist/cjs/icon/{design/D.js → ai/XAiGrok.js} +11 -11
- package/dist/cjs/icon/ai/index.d.ts +5 -0
- package/dist/cjs/icon/ai/index.js +16 -0
- package/dist/cjs/icon/google/GoogleCloud.d.ts +3 -0
- package/dist/cjs/icon/google/GoogleCloud.js +50 -0
- package/dist/cjs/icon/google/GoogleMaps.d.ts +3 -0
- package/dist/cjs/icon/google/GoogleMaps.js +50 -0
- package/dist/cjs/icon/google/index.d.ts +2 -0
- package/dist/cjs/icon/google/index.js +10 -0
- package/dist/cjs/icon/software/Figma.d.ts +6 -0
- package/dist/cjs/icon/software/Figma.js +57 -0
- package/dist/cjs/icon/software/Photoshop.d.ts +6 -0
- package/dist/cjs/icon/software/Photoshop.js +57 -0
- package/dist/cjs/icon/software/index.d.ts +2 -0
- package/dist/cjs/icon/software/index.js +10 -0
- package/dist/cjs/index.d.ts +4 -1
- package/dist/cjs/index.js +4 -1
- package/dist/cjs/types.d.ts +4 -4
- package/dist/cjs/wordmark/ai/ClaudeAi.d.ts +6 -0
- package/dist/cjs/wordmark/ai/ClaudeAi.js +57 -0
- package/dist/cjs/wordmark/ai/DeepSeek.d.ts +6 -0
- package/dist/cjs/wordmark/ai/DeepSeek.js +57 -0
- package/dist/cjs/wordmark/ai/Gemini.d.ts +6 -0
- package/dist/cjs/wordmark/ai/Gemini.js +57 -0
- package/dist/cjs/wordmark/ai/Google.d.ts +6 -0
- package/dist/cjs/wordmark/ai/Google.js +57 -0
- package/dist/cjs/wordmark/ai/Grok.d.ts +6 -0
- package/dist/cjs/wordmark/ai/Grok.js +57 -0
- package/dist/cjs/wordmark/ai/OpenAi.d.ts +6 -0
- package/dist/cjs/wordmark/ai/OpenAi.js +57 -0
- package/dist/cjs/wordmark/ai/Replicate.d.ts +6 -0
- package/dist/cjs/wordmark/ai/Replicate.js +57 -0
- package/dist/cjs/wordmark/ai/index.d.ts +7 -4
- package/dist/cjs/wordmark/ai/index.js +15 -9
- package/dist/cjs/wordmark/software/Cursor.d.ts +6 -0
- package/dist/cjs/wordmark/software/Cursor.js +57 -0
- package/dist/cjs/wordmark/software/GitHub.d.ts +6 -0
- package/dist/cjs/wordmark/software/GitHub.js +57 -0
- package/dist/cjs/wordmark/software/index.d.ts +2 -0
- package/dist/cjs/wordmark/software/index.js +10 -0
- package/dist/icon/ai/HuggingFace.d.ts +3 -0
- package/dist/icon/ai/HuggingFace.js +14 -0
- package/dist/icon/ai/Hume.d.ts +3 -0
- package/dist/icon/ai/Hume.js +14 -0
- package/dist/icon/ai/Lovable.d.ts +3 -0
- package/dist/icon/ai/Lovable.js +14 -0
- package/dist/icon/ai/Midday.d.ts +3 -0
- package/dist/icon/ai/Midday.js +14 -0
- package/dist/icon/ai/XAiGrok.d.ts +3 -0
- package/dist/icon/ai/XAiGrok.js +14 -0
- package/dist/icon/ai/index.d.ts +5 -0
- package/dist/icon/ai/index.js +5 -0
- package/dist/icon/google/GoogleCloud.d.ts +3 -0
- package/dist/icon/google/GoogleCloud.js +14 -0
- package/dist/icon/google/GoogleMaps.d.ts +3 -0
- package/dist/icon/google/GoogleMaps.js +14 -0
- package/dist/icon/google/index.d.ts +2 -0
- package/dist/icon/google/index.js +2 -0
- package/dist/icon/software/Figma.d.ts +6 -0
- package/dist/icon/software/Figma.js +21 -0
- package/dist/icon/software/Photoshop.d.ts +6 -0
- package/dist/icon/software/Photoshop.js +21 -0
- package/dist/icon/software/index.d.ts +2 -0
- package/dist/icon/software/index.js +2 -0
- package/dist/index.d.ts +4 -1
- package/dist/index.js +4 -1
- package/dist/types.d.ts +4 -4
- package/dist/wordmark/ai/ClaudeAi.d.ts +6 -0
- package/dist/wordmark/ai/ClaudeAi.js +21 -0
- package/dist/wordmark/ai/DeepSeek.d.ts +6 -0
- package/dist/wordmark/ai/DeepSeek.js +21 -0
- package/dist/wordmark/ai/Gemini.d.ts +6 -0
- package/dist/wordmark/ai/Gemini.js +21 -0
- package/dist/wordmark/ai/Google.d.ts +6 -0
- package/dist/wordmark/ai/Google.js +21 -0
- package/dist/wordmark/ai/Grok.d.ts +6 -0
- package/dist/wordmark/ai/Grok.js +21 -0
- package/dist/wordmark/ai/OpenAi.d.ts +6 -0
- package/dist/wordmark/ai/OpenAi.js +21 -0
- package/dist/wordmark/ai/Replicate.d.ts +6 -0
- package/dist/wordmark/ai/Replicate.js +21 -0
- package/dist/wordmark/ai/index.d.ts +7 -4
- package/dist/wordmark/ai/index.js +7 -4
- package/dist/wordmark/software/Cursor.d.ts +6 -0
- package/dist/wordmark/software/Cursor.js +21 -0
- package/dist/wordmark/software/GitHub.d.ts +6 -0
- package/dist/wordmark/software/GitHub.js +21 -0
- package/dist/wordmark/software/index.d.ts +2 -0
- package/dist/wordmark/software/index.js +2 -0
- package/icons/icon/ai/claude-ai.svg +1 -0
- package/icons/icon/ai/deepseek.svg +1 -0
- package/icons/icon/ai/gemini.svg +1 -0
- package/icons/icon/ai/google.svg +1 -0
- package/icons/icon/ai/grok.svg +1 -0
- package/icons/icon/ai/hugging-face.svg +1 -0
- package/icons/icon/ai/hume.svg +1 -0
- package/icons/icon/ai/lovable.svg +1 -0
- package/icons/icon/ai/midday.svg +1 -0
- package/icons/icon/ai/openai.svg +1 -0
- package/icons/icon/ai/replicate.svg +1 -0
- package/icons/icon/ai/xai-grok.svg +1 -0
- package/icons/icon/ali/ai-black.svg +1 -0
- package/icons/icon/ali/ai-white.svg +1 -0
- package/icons/icon/ali/ai.svg +1 -0
- package/icons/icon/design/c.svg +1 -1
- package/icons/icon/design/figma.svg +1 -0
- package/icons/icon/design/photoshop.svg +1 -0
- package/icons/icon/google/google-cloud.svg +1 -0
- package/icons/icon/google/google-maps.svg +1 -0
- package/icons/icon/google/google.svg +1 -0
- package/icons/icon/software/cursor.svg +1 -0
- package/icons/icon/software/figma.svg +1 -0
- package/icons/icon/software/github.svg +1 -0
- package/icons/icon/software/photoshop.svg +1 -0
- package/icons/wordmark/ai/asfsbfd.svg +1 -1
- package/icons/wordmark/ai/claude-ai.svg +1 -0
- package/icons/wordmark/ai/deepseek.svg +1 -0
- package/icons/wordmark/ai/gemini.svg +1 -0
- package/icons/wordmark/ai/google.svg +1 -0
- package/icons/wordmark/ai/grok.svg +1 -0
- package/icons/wordmark/ai/openai.svg +1 -0
- package/icons/wordmark/ai/replicate.svg +1 -0
- package/icons/wordmark/software/cursor.svg +1 -0
- package/icons/wordmark/software/github.svg +1 -0
- package/package.json +1 -1
- package/src/icon/ai/HuggingFace.tsx +92 -0
- package/src/icon/ai/Hume.tsx +92 -0
- package/src/icon/ai/Lovable.tsx +171 -0
- package/src/icon/ai/Midday.tsx +68 -0
- package/src/icon/ai/XAiGrok.tsx +56 -0
- package/src/icon/ai/index.ts +5 -0
- package/src/icon/google/GoogleCloud.tsx +68 -0
- package/src/icon/google/GoogleMaps.tsx +72 -0
- package/src/icon/google/index.ts +2 -0
- package/src/icon/software/Figma.tsx +123 -0
- package/src/icon/software/Photoshop.tsx +99 -0
- package/src/icon/software/index.ts +2 -0
- package/src/index.tsx +4 -1
- package/src/types.tsx +4 -4
- package/src/wordmark/ai/ClaudeAi.tsx +109 -0
- package/src/wordmark/ai/DeepSeek.tsx +105 -0
- package/src/wordmark/ai/Gemini.tsx +324 -0
- package/src/wordmark/ai/Google.tsx +137 -0
- package/src/wordmark/ai/Grok.tsx +91 -0
- package/src/wordmark/ai/OpenAi.tsx +91 -0
- package/src/wordmark/ai/Replicate.tsx +103 -0
- package/src/wordmark/ai/index.ts +7 -4
- package/src/wordmark/software/Cursor.tsx +91 -0
- package/src/wordmark/software/GitHub.tsx +107 -0
- package/src/wordmark/software/index.ts +2 -0
- package/dist/cjs/icon/design/A.d.ts +0 -3
- package/dist/cjs/icon/design/A.js +0 -50
- package/dist/cjs/icon/design/C.d.ts +0 -3
- package/dist/cjs/icon/design/C.js +0 -50
- package/dist/cjs/icon/design/D.d.ts +0 -3
- package/dist/cjs/icon/design/index.d.ts +0 -3
- package/dist/cjs/icon/design/index.js +0 -12
- package/dist/cjs/wordmark/ai/Asfsbfd.d.ts +0 -3
- package/dist/cjs/wordmark/ai/Asfsbfd.js +0 -50
- package/dist/cjs/wordmark/ai/Erfg.d.ts +0 -3
- package/dist/cjs/wordmark/ai/Erfg.js +0 -50
- package/dist/cjs/wordmark/ai/Layes.d.ts +0 -3
- package/dist/cjs/wordmark/ai/Layes.js +0 -50
- package/dist/cjs/wordmark/ai/Save.d.ts +0 -3
- package/dist/cjs/wordmark/ai/Save.js +0 -50
- package/dist/icon/design/A.d.ts +0 -3
- package/dist/icon/design/A.js +0 -14
- package/dist/icon/design/C.d.ts +0 -3
- package/dist/icon/design/C.js +0 -14
- package/dist/icon/design/D.d.ts +0 -3
- package/dist/icon/design/D.js +0 -14
- package/dist/icon/design/index.d.ts +0 -3
- package/dist/icon/design/index.js +0 -3
- package/dist/wordmark/ai/Asfsbfd.d.ts +0 -3
- package/dist/wordmark/ai/Asfsbfd.js +0 -14
- package/dist/wordmark/ai/Erfg.d.ts +0 -3
- package/dist/wordmark/ai/Erfg.js +0 -14
- package/dist/wordmark/ai/Layes.d.ts +0 -3
- package/dist/wordmark/ai/Layes.js +0 -14
- package/dist/wordmark/ai/Save.d.ts +0 -3
- package/dist/wordmark/ai/Save.js +0 -14
- package/src/icon/design/A.tsx +0 -54
- package/src/icon/design/C.tsx +0 -66
- package/src/icon/design/D.tsx +0 -51
- package/src/icon/design/index.ts +0 -3
- package/src/wordmark/ai/Asfsbfd.tsx +0 -67
- package/src/wordmark/ai/Erfg.tsx +0 -51
- package/src/wordmark/ai/Layes.tsx +0 -54
- package/src/wordmark/ai/Save.tsx +0 -54
package/dist/types.d.ts
CHANGED
|
@@ -3,14 +3,14 @@ export interface IconProps extends React.SVGAttributes<SVGElement> {
|
|
|
3
3
|
children?: never;
|
|
4
4
|
color?: string;
|
|
5
5
|
fill?: string;
|
|
6
|
-
size?: number;
|
|
7
|
-
strokeWidth?: number;
|
|
6
|
+
size?: 20 | number;
|
|
7
|
+
strokeWidth?: 2 | number;
|
|
8
8
|
strokeLinecap?: "butt" | "round" | "square";
|
|
9
9
|
strokeLinejoin?: "round" | "miter" | "bevel";
|
|
10
10
|
strokeDasharray?: string;
|
|
11
11
|
opacity?: number;
|
|
12
12
|
className?: string;
|
|
13
|
-
type?: string;
|
|
13
|
+
type?: "stroke" | "icon" | string;
|
|
14
14
|
}
|
|
15
15
|
export interface IconMetadata {
|
|
16
16
|
name: string;
|
|
@@ -19,7 +19,7 @@ export interface IconMetadata {
|
|
|
19
19
|
description?: string;
|
|
20
20
|
author?: string;
|
|
21
21
|
created?: string;
|
|
22
|
-
type
|
|
22
|
+
type?: ("stroke" | "icon")[];
|
|
23
23
|
}
|
|
24
24
|
export type IconComponent<P extends IconProps = IconProps> = React.ForwardRefExoticComponent<P & React.RefAttributes<SVGSVGElement>> & {
|
|
25
25
|
metadata?: IconMetadata;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const ClaudeAi = React.forwardRef(function ClaudeAi({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "icon", ...props }, forwardedRef) {
|
|
4
|
+
if (type === "wordmark") {
|
|
5
|
+
return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 112 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [_jsxs("g", { clipPath: "url(#undefined-clip0_2011_437)", children: [_jsx("path", { d: "M4.71712 15.9541L9.4465 13.3071L9.52547 13.0765L9.4465 12.9491H9.21506L8.42384 12.9004L5.72141 12.8276L3.37816 12.7305L1.10775 12.6092L0.535719 12.4876L0 11.7833L0.0546875 11.4314L0.535719 11.1096L1.22347 11.1703L2.74509 11.2735L5.02753 11.4314L6.68303 11.5285L9.13609 11.7833H9.52547L9.58016 11.6256L9.4465 11.5285L9.34303 11.4314L6.98141 9.83476L4.42488 8.14713L3.08612 7.17578L2.36162 6.684L1.99631 6.22255L1.83816 5.21476L2.4955 4.49258L3.37816 4.55302L3.60347 4.61389L4.49816 5.29985L6.40916 6.77498L8.90466 8.60836L9.26997 8.91185L9.41609 8.80865L9.43425 8.736L9.26997 8.46262L7.91263 6.01615L6.46406 3.52713L5.81875 2.49513L5.64834 1.87593C5.58753 1.62087 5.54488 1.40836 5.54488 1.1472L6.29366 0.133745L6.70753 0L7.70569 0.133527L8.12569 0.497891L8.7465 1.91236L9.75078 4.14022L11.3089 7.16967L11.7655 8.06815L12.0089 8.89985L12.1002 9.15469H12.2585V9.00916L12.3863 7.3032L12.6236 5.20865L12.8551 2.51324L12.934 1.7544L13.3114 0.843927L14.0602 0.352145L14.6442 0.631418L15.1255 1.31738L15.0583 1.76051L14.7722 3.61222L14.2122 6.51404L13.8469 8.45673H14.0602L14.3036 8.21389L15.2895 6.90851L16.9452 4.84451L17.6757 4.02502L18.5277 3.12044L19.0754 2.68931H20.1101L20.8709 3.81862L20.5301 4.98415L19.465 6.33185L18.5824 7.47316L17.3165 9.1728L16.5252 10.5329L16.5983 10.642L16.7869 10.6239L19.6477 10.0169L21.1936 9.73767L23.0379 9.42196L23.8717 9.81033L23.963 10.2052L23.6344 11.0125L21.6624 11.4982L19.3493 11.9594L15.9044 12.773L15.8618 12.8033L15.9103 12.864L17.4626 13.0097L18.1261 13.0462H19.7512L22.7763 13.2709L23.5675 13.7928L24.0422 14.4303L23.963 14.916L22.7456 15.5352L21.1024 15.1468L17.2677 14.2361L15.953 13.9082H15.7703V14.0173L16.8661 15.086L18.8746 16.8951L21.3885 19.2262L21.5163 19.8031L21.1936 20.2584L20.8528 20.2097L18.6434 18.5524L17.7912 17.8056L15.8618 16.1847H15.734V16.3549L16.1781 17.0044L18.5277 20.5255L18.6493 21.6061L18.4789 21.958L17.8703 22.1705L17.201 22.0492L15.825 20.1249L14.4071 17.9575L13.2628 16.0148L13.1228 16.0937L12.4471 23.3483L12.1306 23.7188L11.4002 23.998L10.7916 23.5366L10.4689 22.7897L10.7916 21.3148L11.181 19.3903L11.4977 17.8604L11.7836 15.96L11.9542 15.3288L11.942 15.2863L11.802 15.3046L10.3655 17.2715L8.18038 20.2159L6.45181 22.0615L6.03794 22.2251L5.31978 21.8548L5.38672 21.1933L5.78834 20.6042L8.18038 17.5689L9.62303 15.6871L10.5543 14.6005L10.5481 14.4425H10.4934L4.13875 18.5585L3.00672 18.7043L2.51978 18.2489L2.58081 17.5021L2.81203 17.2593L4.72325 15.948L4.71712 15.9541Z", fill: "#d97757" }), _jsx("path", { d: "M39.2466 20.3676C36.1911 20.3676 34.1033 18.6679 33.1172 16.0513C32.6024 14.6879 32.3484 13.2403 32.3686 11.7836C32.3686 7.39425 34.3407 4.34669 38.6988 4.34669C41.6264 4.34669 43.4341 5.62174 44.4629 8.6632H45.7166L45.5462 4.46822C43.7933 3.33913 41.6021 2.76836 38.9362 2.76836C35.1807 2.76836 31.9852 4.444 30.2081 7.46712C29.29 9.06352 28.823 10.8783 28.8566 12.7183C28.8566 16.0755 30.4454 19.0504 33.4278 20.7016C35.0601 21.5715 36.8913 22.0026 38.7413 21.9522C41.6506 21.9522 43.9576 21.3998 46.0027 20.4345L46.5321 15.8084H45.2541C44.4872 17.9211 43.5741 19.1898 42.0586 19.8638C41.316 20.1976 40.3786 20.3676 39.2466 20.3676ZM52.4241 4.34669L52.5459 2.28269H51.6814L47.8347 3.43622V4.06153L49.539 4.85069V19.2871C49.539 20.2705 49.0337 20.4891 47.7131 20.6529V21.7094H54.2561V20.6529C52.9294 20.4891 52.4302 20.2705 52.4302 19.2871V4.3528L52.4241 4.34669ZM78.4444 21.9522H78.9497L83.3746 21.1144V20.0335L82.7538 19.9851C81.7191 19.8878 81.4511 19.6753 81.4511 18.8316V11.1339L81.573 8.6632H80.873L76.6916 9.26407V10.3205L77.0993 10.3934C78.2313 10.557 78.5662 10.8729 78.5662 11.6621V18.5222C77.4828 19.36 76.4481 19.888 75.2185 19.888C73.855 19.888 73.0091 19.1959 73.0091 17.5812V11.14L73.1307 8.66909H72.4126L68.2251 9.27018V10.3266L68.6571 10.3993C69.7893 10.5633 70.124 10.8791 70.124 11.6682V17.9999C70.124 20.6835 71.6456 21.9581 74.0681 21.9581C75.9185 21.9581 77.434 20.9748 78.5722 19.6087L78.4505 21.9581L78.4444 21.9522ZM66.2834 13.4104C66.2834 9.98058 64.4573 8.6632 61.1583 8.6632C58.249 8.6632 56.1369 9.86516 56.1369 11.8563C56.1369 12.4513 56.35 12.9066 56.7822 13.2221L58.9977 12.9308C58.9002 12.2632 58.8516 11.8563 58.8516 11.6863C58.8516 10.5572 59.4541 9.98669 60.6775 9.98669C62.4853 9.98669 63.3983 11.2554 63.3983 13.2952V13.9628L58.8332 15.3289C57.3116 15.7417 56.4473 16.0999 55.8692 16.9377C55.5627 17.4502 55.4145 18.0414 55.4431 18.6374C55.4431 20.5801 56.782 21.9522 59.0706 21.9522C60.7263 21.9522 62.1932 21.2054 63.4714 19.7909C63.9279 21.2054 64.6277 21.9522 65.8755 21.9522C66.8861 21.9522 67.7989 21.5453 68.6144 20.75L68.371 19.9122C68.0284 20.0086 67.6741 20.0577 67.3181 20.058C66.6181 20.058 66.2834 19.5055 66.2834 18.4251V13.4104ZM60.4402 20.0095C59.1924 20.0095 58.4194 19.2871 58.4194 18.0182C58.4194 17.1564 58.8273 16.6524 59.6975 16.3609L63.3983 15.1892V18.7347C62.2175 19.6271 61.5237 20.0095 60.4402 20.0095ZM98.9686 21.1144V20.0335L98.3417 19.9851C97.307 19.8878 97.0452 19.6753 97.0452 18.8316V4.34647L97.167 2.28247H96.2964L92.4497 3.436V4.06131L94.1539 4.85047V9.59789C93.1946 8.9417 92.0478 8.61365 90.8856 8.66298C87.0631 8.66298 84.0807 11.5648 84.0807 15.9053C84.0807 19.4813 86.2231 21.952 89.7533 21.952C91.5795 21.952 93.168 21.0655 94.1539 19.6936L94.0323 21.9518H94.5435L98.9686 21.114V21.1144ZM90.9584 10.1019C92.7846 10.1019 94.1539 11.1583 94.1539 13.1008V18.5647C93.738 18.9783 93.243 19.3043 92.6982 19.5233C92.1535 19.7423 91.5702 19.8498 90.9829 19.8396C88.3656 19.8396 87.0389 17.7756 87.0389 15.0193C87.0389 11.9233 88.5544 10.1019 90.9584 10.1019ZM108.324 12.8337C107.983 11.231 106.997 10.3203 105.627 10.3203C103.582 10.3203 102.164 11.8563 102.164 14.0599C102.164 17.3202 103.893 19.4327 106.686 19.4327C107.602 19.4235 108.5 19.1748 109.289 18.7114C110.078 18.248 110.732 17.5862 111.184 16.792L112 17.0104C111.635 19.8396 109.066 21.9522 105.913 21.9522C102.213 21.9522 99.6625 19.2204 99.6625 15.3348C99.6625 11.4193 102.432 8.6632 106.132 8.6632C108.896 8.6632 110.843 10.3205 111.47 13.1981L101.829 16.1484V14.8495L108.324 12.8401V12.8337Z", fill: "currentColor" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "undefined-clip0_2011_437", children: _jsx("path", { fill: "#fff", d: "M0 0H112V24H0z" }) }) })] }));
|
|
6
|
+
}
|
|
7
|
+
if (type === "icon") {
|
|
8
|
+
return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [_jsx("g", { clipPath: "url(#undefined-clip0_2011_421)", children: _jsx("path", { d: "M4.70888 15.9055L9.42984 13.2667L9.50887 13.0367L9.42984 12.9096H9.19903L8.40909 12.8612L5.71144 12.7885L3.37219 12.6917L1.10578 12.5707L0.534656 12.4496L0 11.7475L0.0546563 11.3965L0.534656 11.0758L1.22128 11.1363L2.74022 11.2391L5.01872 11.3965L6.67144 11.4933L9.12 11.7475H9.50887L9.56353 11.5901L9.42984 11.4933L9.32662 11.3965L6.96909 9.8047L4.41722 8.12218L3.08053 7.15378L2.35744 6.6635L1.99294 6.20358L1.83497 5.19894L2.49122 4.47866L3.37219 4.53927L3.597 4.59978L4.49016 5.28364L6.39797 6.75446L8.88909 8.5821L9.25369 8.88467L9.39947 8.78176L9.41775 8.7092L9.25369 8.43679L7.89872 5.99776L6.45263 3.51633L5.80856 2.48741L5.6385 1.87013C5.57775 1.61584 5.53519 1.40405 5.53519 1.14378L6.28256 0.133074L6.69562 0L7.69219 0.133167L8.11144 0.496249L8.73112 1.90646L9.73369 4.12772L11.2891 7.1478L11.7448 8.04355L11.9878 8.87272L12.079 9.12691H12.237V8.9816L12.3645 7.28097L12.6015 5.19287L12.8324 2.50562L12.9114 1.7492L13.2881 0.841307L14.0354 0.351035L14.6187 0.629416L15.0987 1.31337L15.0319 1.75508L14.7463 3.60112L14.1874 6.49419L13.8228 8.43091H14.0354L14.2785 8.18876L15.2628 6.88753L16.9154 4.8297L17.6446 4.01267L18.4952 3.11085L19.042 2.68118H20.075L20.8343 3.80694L20.4942 4.96893L19.4309 6.31256L18.5498 7.45037L17.2861 9.14503L16.4962 10.5008L16.5691 10.6097L16.7575 10.5916L19.6132 9.98633L21.1565 9.70786L22.9974 9.39315L23.8299 9.78051L23.921 10.1739L23.5928 10.9789L21.6243 11.463L19.3154 11.9231L15.8765 12.7341L15.8339 12.7644L15.8826 12.8249L17.4319 12.9701L18.0942 13.0064H19.7165L22.7362 13.2304L23.5261 13.7509L24 14.3864L23.921 14.8705L22.7058 15.4878L21.0653 15.1005L17.2375 14.1927L15.925 13.8658H15.7428V13.9748L16.8365 15.04L18.8415 16.8436L21.3509 19.1677L21.4784 19.7427L21.1565 20.1965L20.8162 20.1481L18.6106 18.4959L17.76 17.7514L15.8339 16.1355H15.7064V16.3049L16.1498 16.9525L18.4952 20.4628L18.6167 21.5401L18.4466 21.8913L17.839 22.1031L17.1706 21.9819L15.7974 20.0634L14.3818 17.9027L13.2395 15.966L13.0998 16.0447L12.4253 23.2772L12.1094 23.6464L11.3802 23.9247L10.7727 23.4648L10.4506 22.7203L10.7726 21.2496L11.1615 19.3311L11.4774 17.8059L11.763 15.9115L11.9332 15.2821L11.921 15.2397L11.7813 15.2578L10.3474 17.2188L8.16609 20.1542L6.44053 21.9941L6.02738 22.1575L5.31038 21.7883L5.37722 21.1286L5.77819 20.5416L8.166 17.5154L9.606 15.6391L10.5357 14.5559L10.5296 14.3984H10.475L4.13156 18.5019L3.00141 18.6472L2.51531 18.1933L2.57606 17.4488L2.80697 17.2067L4.71478 15.8994L4.70888 15.9055Z", fill: "#d97757" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "undefined-clip0_2011_421", children: _jsx("path", { fill: "#fff", d: "M0 0H24V24H0z" }) }) })] }));
|
|
9
|
+
}
|
|
10
|
+
console.error(`ClaudeAi doesn't support ${type}`);
|
|
11
|
+
return null;
|
|
12
|
+
});
|
|
13
|
+
ClaudeAi.displayName = "ClaudeAi";
|
|
14
|
+
ClaudeAi.metadata = {
|
|
15
|
+
name: "ClaudeAi",
|
|
16
|
+
category: "wordmark/ai",
|
|
17
|
+
tags: ["claude", "ai", "icon"],
|
|
18
|
+
description: "ClaudeAi icon from wordmark/ai category",
|
|
19
|
+
type: ["stroke", "icon"],
|
|
20
|
+
};
|
|
21
|
+
export default ClaudeAi;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const DeepSeek = React.forwardRef(function DeepSeek({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "icon", ...props }, forwardedRef) {
|
|
4
|
+
if (type === "wordmark") {
|
|
5
|
+
return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 131 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [_jsx("g", { clipPath: "url(#undefined-clip0_2011_436)", children: _jsx("path", { d: "M31.1192 1.98536C30.7876 1.81627 30.6408 2.13263 30.4451 2.29627C30.3799 2.34536 30.3256 2.41627 30.2658 2.47627C29.782 3.01081 29.2112 3.35991 28.4666 3.31627C27.3849 3.25627 26.4553 3.60536 25.6346 4.45082C25.4606 3.40354 24.879 2.78172 23.9984 2.37809C23.5364 2.17081 23.0744 1.96354 22.7482 1.51082C22.5253 1.18354 22.4601 0.823542 22.3514 0.468997C22.2753 0.25627 22.2046 0.0380877 21.9655 -9.41255e-05C21.7046 -0.0382759 21.6013 0.18536 21.498 0.370815C21.0903 1.13991 20.9273 1.98536 20.9436 2.83627C20.9816 4.76172 21.7752 6.29445 23.3516 7.38536C23.531 7.50536 23.5799 7.63082 23.5201 7.81627C23.4168 8.19263 23.2863 8.55263 23.1722 8.929C23.1015 9.169 22.9928 9.22354 22.7428 9.11991C21.8785 8.749 21.1284 8.20354 20.4652 7.53809C19.3455 6.43081 18.329 5.20354 17.0625 4.24354C16.769 4.01991 16.47 3.81263 16.1602 3.61627C14.8719 2.33445 16.3341 1.28172 16.6711 1.15627C17.0244 1.02536 16.7907 0.578088 15.6492 0.578088C14.5077 0.583542 13.4641 0.97627 12.1269 1.49991C11.9366 1.57627 11.7301 1.63627 11.5181 1.67991C10.3114 1.44536 9.05573 1.39627 7.74029 1.54354C5.27249 1.82718 3.29934 3.02172 1.84801 5.05627C0.103153 7.50536 -0.304523 10.2926 0.19556 13.1945C0.722821 16.2545 2.25025 18.7854 4.59846 20.7654C7.03365 22.8217 9.83846 23.8254 13.0346 23.6345C14.9806 23.5199 17.144 23.2526 19.5792 21.1417C20.1989 21.4526 20.8403 21.5781 21.9111 21.6763C22.7373 21.7526 23.531 21.6326 24.1506 21.5017C25.1127 21.2945 25.0475 20.3835 24.6942 20.2145C21.8731 18.8726 22.4927 19.4181 21.9274 18.9763C23.3624 17.2363 25.5258 15.4363 26.3738 9.59445C26.439 9.13082 26.3847 8.83627 26.3738 8.45991C26.3684 8.23081 26.4173 8.14354 26.6728 8.11627C27.3849 8.03445 28.0697 7.83809 28.7003 7.48354C30.5267 6.45809 31.2659 4.78354 31.4399 2.77081C31.4671 2.45991 31.4344 2.14354 31.1192 1.98536ZM15.1709 20.089C12.4367 17.8908 11.1104 17.1654 10.5614 17.1981C10.0505 17.2308 10.1374 17.8254 10.2516 18.2181C10.3712 18.6054 10.5234 18.8726 10.7408 19.2108C10.8876 19.4345 10.9908 19.7672 10.5886 20.0181C9.70801 20.5745 8.17514 19.8272 8.10448 19.7945C6.32158 18.7199 4.8322 17.3017 3.77768 15.3599C2.76664 13.4945 2.17415 11.4926 2.07631 9.35991C2.05456 8.84172 2.20133 8.66172 2.70141 8.56354C3.36456 8.44354 4.04402 8.41627 4.70718 8.51445C7.50112 8.929 9.87651 10.2054 11.8714 12.229C13.0129 13.3799 13.8717 14.7599 14.7578 16.1017C15.7036 17.5308 16.7146 18.889 18.0083 20.0072C18.4649 20.3999 18.8291 20.6945 19.177 20.9126C18.1279 21.0326 16.3722 21.0599 15.1709 20.089ZM16.4863 11.4654C16.4863 11.2363 16.6657 11.0508 16.8885 11.0508C16.9429 11.0508 16.9864 11.0617 17.0299 11.0781C17.0842 11.0999 17.1386 11.1326 17.1766 11.1763C17.2473 11.2526 17.2908 11.3563 17.2908 11.4654C17.2908 11.6945 17.1114 11.8745 16.8831 11.8745C16.6602 11.8745 16.4863 11.6945 16.4863 11.4654ZM20.5576 13.5981C20.2967 13.7126 20.0358 13.8054 19.7858 13.8163C19.3944 13.8326 18.9704 13.6745 18.7421 13.4781C18.3834 13.1672 18.1279 12.9981 18.0192 12.4581C17.9702 12.229 17.9974 11.8745 18.0409 11.6726C18.1333 11.2363 18.03 10.9526 17.7256 10.6963C17.481 10.489 17.1658 10.429 16.8233 10.429C16.6983 10.429 16.5787 10.3745 16.4917 10.3254C16.345 10.2545 16.2308 10.0745 16.3395 9.84536C16.3776 9.77445 16.5515 9.59991 16.595 9.56718C17.0571 9.29445 17.5952 9.38172 18.0953 9.589C18.5573 9.77991 18.9052 10.1345 19.4053 10.6363C19.9217 11.2417 20.0141 11.4054 20.3022 11.8581C20.5359 12.2126 20.7424 12.5781 20.8892 12.9981C20.9762 13.2545 20.862 13.4726 20.5576 13.5981ZM77.9041 18.6708H76.5506V16.5654H77.9041C78.7412 16.5654 79.5892 16.3581 80.1382 15.7745C80.6872 15.1908 80.8883 14.2963 80.8883 13.4017C80.8883 12.5126 80.6872 11.6181 80.1382 11.0345C79.5892 10.4508 78.7412 10.2435 77.9041 10.2435C77.0616 10.2435 76.219 10.4508 75.67 11.0345C75.1156 11.6181 74.9199 12.5126 74.9199 13.4017V22.0581H72.5445V8.13809H74.9199V9.02173H75.3548C75.3983 8.97263 75.4472 8.92354 75.5015 8.87445C76.094 8.329 77.0018 8.13809 77.9041 8.13809C79.3011 8.13809 80.7089 8.48718 81.6275 9.45809C82.5407 10.429 82.8723 11.9235 82.8723 13.4072C82.8723 14.8854 82.5407 16.3799 81.6275 17.3508C80.7089 18.3272 79.3011 18.6708 77.9041 18.6708ZM41.7405 8.50354H43.094V10.609H41.7405C40.9034 10.609 40.0554 10.8163 39.5064 11.4054C38.9574 11.989 38.7563 12.8835 38.7563 13.7726C38.7563 14.6617 38.9574 15.5563 39.5064 16.1399C40.0554 16.7235 40.9034 16.9363 41.7405 16.9363C42.583 16.9363 43.4256 16.7235 43.9746 16.1399C44.529 15.5563 44.7247 14.6617 44.7247 13.7726V5.12172H47.1001V19.0417H44.7247V18.1526H44.2898C44.2463 18.2072 44.1974 18.2563 44.1431 18.2999C43.5506 18.8454 42.6428 19.0417 41.7405 19.0417C40.3435 19.0417 38.9357 18.6926 38.0171 17.7163C37.1039 16.7454 36.7723 15.2563 36.7723 13.7726C36.7723 12.289 37.1039 10.7999 38.0171 9.82354C38.9357 8.85263 40.3435 8.50354 41.7405 8.50354ZM59.026 13.5872V14.4326H52.6988V12.7417H56.8952C56.7973 12.1254 56.5745 11.5526 56.1831 11.1381C55.6069 10.5326 54.7318 10.3145 53.8566 10.3145C52.9869 10.3145 52.1063 10.5326 51.5356 11.1381C50.9649 11.7381 50.7583 12.6654 50.7583 13.5872C50.7583 14.509 50.9649 15.4363 51.5356 16.0417C52.1063 16.6472 52.9869 16.8599 53.8566 16.8599C54.7318 16.8599 55.6069 16.6472 56.1831 16.0417C56.2646 15.9545 56.3353 15.8617 56.4005 15.7635H58.7488C58.5476 16.4945 58.2161 17.1545 57.7268 17.6726C56.7756 18.6817 55.308 19.0417 53.8566 19.0417C52.4053 19.0417 50.9431 18.6817 49.9919 17.6726C49.0352 16.6635 48.6927 15.1199 48.6927 13.5872C48.6927 12.0545 49.0352 10.5108 49.9919 9.50173C50.9431 8.49809 52.4053 8.13809 53.8566 8.13809C55.308 8.13809 56.7756 8.49809 57.7268 9.50173C58.6835 10.5108 59.026 12.0545 59.026 13.5872ZM70.9464 13.5872V14.4326H64.6193V12.7417H68.8211C68.7232 12.1254 68.5004 11.5526 68.1036 11.1381C67.5328 10.5326 66.6577 10.3145 65.7825 10.3145C64.9128 10.3145 64.0322 10.5326 63.4615 11.1381C62.8907 11.7381 62.6842 12.6654 62.6842 13.5872C62.6842 14.509 62.8907 15.4363 63.4615 16.0417C64.0322 16.6472 64.9128 16.8599 65.7825 16.8599C66.6577 16.8599 67.5328 16.6472 68.1036 16.0417C68.1851 15.9545 68.2612 15.8617 68.3264 15.7635H70.6746C70.4681 16.4945 70.1419 17.1545 69.6527 17.6726C68.696 18.6817 67.2339 19.0417 65.7825 19.0417C64.3312 19.0417 62.869 18.6817 61.9123 17.6726C60.9611 16.6635 60.6186 15.1199 60.6186 13.5872C60.6186 12.0545 60.9611 10.5108 61.9123 9.50173C62.869 8.49809 64.3312 8.13809 65.7825 8.13809C67.2339 8.13809 68.696 8.49809 69.6527 9.50173C70.604 10.5108 70.9464 12.0545 70.9464 13.5872ZM89.6343 19.0417C91.0856 19.0417 92.5478 18.829 93.4991 18.2345C94.4558 17.6399 94.7982 16.729 94.7982 15.8235C94.7982 14.9181 94.4558 14.0072 93.4991 13.4126C92.5478 12.8181 91.0856 12.6054 89.6343 12.6054H89.6832C89.0636 12.6054 88.4385 12.5235 88.0362 12.289C87.6285 12.0599 87.4818 11.7054 87.4818 11.3563C87.4818 11.0017 87.6285 10.6526 88.0362 10.4181C88.4385 10.189 89.0636 10.1072 89.6832 10.1072C90.3029 10.1072 90.928 10.189 91.3357 10.4181C91.7434 10.6526 91.8847 11.0017 91.8847 11.3563H94.3036C94.3036 10.4508 93.9937 9.53991 93.1349 8.94536C92.2706 8.35082 90.9497 8.13809 89.6343 8.13809C88.3189 8.13809 86.998 8.35082 86.1337 8.94536C85.2695 9.53991 84.9596 10.4508 84.9596 11.3563C84.9596 12.2617 85.2695 13.1726 86.1337 13.7672C86.998 14.3617 88.3189 14.5745 89.6343 14.5745C90.3192 14.5745 91.0639 14.6563 91.5151 14.8854C91.9662 15.1145 92.1238 15.469 92.1238 15.8235C92.1238 16.1726 91.9662 16.5272 91.5151 16.7563C91.0639 16.9854 90.3736 17.0726 89.6887 17.0726C89.0038 17.0726 88.3134 16.9854 87.8677 16.7563C87.4165 16.5272 87.2535 16.1726 87.2535 15.8235H84.4704C84.4704 16.729 84.8129 17.6399 85.7641 18.2345C86.7153 18.829 88.1775 19.0417 89.6343 19.0417ZM106.719 13.5872V14.4326H100.392V12.7417H104.593C104.495 12.1254 104.273 11.5526 103.876 11.1381C103.305 10.5326 102.43 10.3145 101.555 10.3145C100.685 10.3145 99.8045 10.5326 99.2337 11.1381C98.663 11.7381 98.4564 12.6654 98.4564 13.5872C98.4564 14.509 98.663 15.4363 99.2337 16.0417C99.8045 16.6472 100.685 16.8599 101.555 16.8599C102.43 16.8599 103.305 16.6472 103.876 16.0417C103.957 15.9545 104.033 15.8617 104.099 15.7635H106.447C106.24 16.4945 105.914 17.1545 105.425 17.6726C104.468 18.6817 103.006 19.0417 101.555 19.0417C100.103 19.0417 98.6412 18.6817 97.6846 17.6726C96.7333 16.6635 96.3909 15.1199 96.3909 13.5872C96.3909 12.0545 96.7333 10.5108 97.6846 9.50173C98.6412 8.49809 100.103 8.13809 101.555 8.13809C103.006 8.13809 104.468 8.49809 105.425 9.50173C106.376 10.5108 106.719 12.0545 106.719 13.5872ZM118.645 13.5872V14.4326H112.317V12.7417H116.519C116.416 12.1254 116.198 11.5526 115.802 11.1381C115.231 10.5326 114.35 10.3145 113.481 10.3145C112.611 10.3145 111.73 10.5326 111.16 11.1381C110.583 11.7381 110.382 12.6654 110.382 13.5872C110.382 14.509 110.583 15.4363 111.16 16.0417C111.73 16.6472 112.611 16.8599 113.481 16.8599C114.35 16.8599 115.231 16.6472 115.802 16.0417C115.883 15.9545 115.954 15.8617 116.025 15.7635H118.373C118.166 16.4945 117.84 17.1545 117.345 17.6726C116.394 18.6817 114.932 19.0417 113.481 19.0417C112.029 19.0417 110.562 18.6817 109.61 17.6726C108.659 16.6635 108.317 15.1199 108.317 13.5872C108.317 12.0545 108.659 10.5108 109.61 9.50173C110.562 8.49809 112.029 8.13809 113.481 8.13809C114.932 8.13809 116.394 8.49809 117.345 9.50173C118.302 10.5108 118.645 12.0545 118.645 13.5872ZM120.243 4.63627H122.619V19.045H120.243V4.63627ZM126.673 13.2599L130.57 19.0417H127.624L123.727 13.2599L127.624 8.62354H130.57L126.673 13.2599Z", fill: "#4d6bfe" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "undefined-clip0_2011_436", children: _jsx("path", { fill: "#fff", d: "M0 0H131V24H0z" }) }) })] }));
|
|
6
|
+
}
|
|
7
|
+
if (type === "icon") {
|
|
8
|
+
return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [_jsx("g", { clipPath: "url(#undefined-clip0_2011_420)", children: _jsx("path", { d: "M23.748 4.482C23.494 4.358 23.384 4.595 23.236 4.716C23.185 4.755 23.142 4.806 23.099 4.852C22.727 5.249 22.293 5.509 21.726 5.478C20.897 5.432 20.189 5.692 19.563 6.326C19.43 5.544 18.988 5.078 18.316 4.778C17.964 4.622 17.608 4.467 17.361 4.128C17.189 3.887 17.142 3.618 17.056 3.354C17.001 3.194 16.946 3.031 16.763 3.004C16.563 2.973 16.485 3.14 16.407 3.28C16.094 3.852 15.973 4.482 15.985 5.12C16.012 6.556 16.618 7.7 17.823 8.513C17.96 8.606 17.995 8.7 17.952 8.836C17.87 9.116 17.772 9.388 17.686 9.669C17.631 9.848 17.549 9.886 17.357 9.809C16.7083 9.53019 16.119 9.12963 15.621 8.629C14.764 7.801 13.99 6.887 13.024 6.171C12.8002 6.00562 12.5704 5.84851 12.335 5.7C11.35 4.743 12.465 3.957 12.723 3.864C12.993 3.766 12.816 3.432 11.944 3.436C11.072 3.44 10.274 3.731 9.257 4.12C9.10588 4.17791 8.95039 4.22372 8.792 4.257C7.84163 4.07793 6.86965 4.04355 5.909 4.155C4.024 4.365 2.519 5.257 1.412 6.778C0.082003 8.606 -0.230997 10.684 0.152003 12.85C0.555003 15.134 1.721 17.025 3.512 18.503C5.37 20.036 7.509 20.787 9.95 20.643C11.432 20.558 13.083 20.359 14.944 18.783C15.414 19.017 15.906 19.11 16.724 19.18C17.354 19.239 17.96 19.15 18.429 19.052C19.164 18.896 19.113 18.215 18.848 18.091C16.693 17.087 17.166 17.496 16.735 17.165C17.831 15.869 19.481 14.523 20.127 10.162C20.177 9.815 20.134 9.597 20.127 9.317C20.123 9.147 20.162 9.08 20.357 9.061C20.898 9.00487 21.4229 8.84351 21.902 8.586C23.298 7.823 23.862 6.571 23.995 5.069C24.015 4.839 23.991 4.603 23.748 4.482ZM11.581 18C9.492 16.358 8.479 15.817 8.061 15.84C7.669 15.864 7.74 16.311 7.826 16.603C7.916 16.891 8.033 17.089 8.197 17.342C8.311 17.509 8.389 17.758 8.084 17.945C7.411 18.361 6.242 17.805 6.187 17.778C4.826 16.976 3.687 15.918 2.886 14.471C2.112 13.078 1.662 11.584 1.588 9.989C1.568 9.603 1.681 9.467 2.065 9.397C2.56911 9.30053 3.08563 9.28735 3.594 9.358C5.726 9.67 7.54 10.623 9.062 12.132C9.93 12.992 10.587 14.019 11.264 15.023C11.984 16.089 12.758 17.105 13.744 17.937C14.092 18.229 14.369 18.451 14.635 18.614C13.833 18.704 12.495 18.724 11.581 18ZM12.581 11.56C12.5808 11.5103 12.5928 11.4614 12.6157 11.4173C12.6387 11.3733 12.6721 11.3355 12.7129 11.3072C12.7538 11.279 12.8009 11.2611 12.8502 11.2551C12.8996 11.2492 12.9496 11.2553 12.996 11.273C13.0552 11.2942 13.1062 11.3334 13.1421 11.385C13.1779 11.4366 13.1968 11.4982 13.196 11.561C13.1961 11.6016 13.1882 11.6418 13.1726 11.6793C13.1571 11.7168 13.1342 11.7509 13.1053 11.7795C13.0765 11.808 13.0422 11.8306 13.0046 11.8458C12.9669 11.861 12.9266 11.8685 12.886 11.868C12.8457 11.8681 12.8058 11.8602 12.7686 11.8448C12.7314 11.8293 12.6976 11.8065 12.6693 11.7779C12.641 11.7492 12.6187 11.7151 12.6037 11.6777C12.5887 11.6403 12.5803 11.6003 12.581 11.56ZM15.691 13.156C15.491 13.237 15.292 13.307 15.101 13.316C14.8137 13.326 14.5317 13.2363 14.303 13.062C14.029 12.832 13.833 12.704 13.751 12.304C13.7227 12.1085 13.7281 11.9096 13.767 11.716C13.837 11.389 13.759 11.179 13.528 10.989C13.341 10.833 13.102 10.79 12.84 10.79C12.7503 10.7848 12.6632 10.758 12.586 10.712C12.5537 10.6974 12.5249 10.6761 12.5014 10.6497C12.4779 10.6232 12.4602 10.5921 12.4494 10.5583C12.4387 10.5246 12.4351 10.489 12.439 10.4538C12.4429 10.4186 12.4541 10.3846 12.472 10.354C12.5 10.3 12.632 10.168 12.664 10.144C13.02 9.942 13.431 10.008 13.81 10.16C14.162 10.304 14.428 10.568 14.811 10.942C15.202 11.393 15.273 11.518 15.496 11.856C15.672 12.121 15.832 12.393 15.941 12.704C16.008 12.899 15.922 13.058 15.691 13.156Z", fill: "#4d6bfe" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "undefined-clip0_2011_420", children: _jsx("path", { fill: "#fff", d: "M0 0H24V24H0z" }) }) })] }));
|
|
9
|
+
}
|
|
10
|
+
console.error(`DeepSeek doesn't support ${type}`);
|
|
11
|
+
return null;
|
|
12
|
+
});
|
|
13
|
+
DeepSeek.displayName = "DeepSeek";
|
|
14
|
+
DeepSeek.metadata = {
|
|
15
|
+
name: "DeepSeek",
|
|
16
|
+
category: "wordmark/ai",
|
|
17
|
+
tags: ["deepseek", "icon"],
|
|
18
|
+
description: "DeepSeek icon from wordmark/ai category",
|
|
19
|
+
type: ["stroke", "icon"],
|
|
20
|
+
};
|
|
21
|
+
export default DeepSeek;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const Gemini = React.forwardRef(function Gemini({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "icon", ...props }, forwardedRef) {
|
|
4
|
+
if (type === "wordmark") {
|
|
5
|
+
return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 65 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [_jsxs("g", { clipPath: "url(#undefined-clip0_2011_435)", children: [_jsx("mask", { id: "undefined-mask0_2011_435", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: size, height: size, children: _jsx("path", { d: "M44.2384 7.78961C44.4965 8.37827 44.6255 9.00737 44.6255 9.67673C44.6255 9.00737 44.7504 8.37846 45.0004 7.78961C45.2583 7.20095 45.6051 6.68901 46.0404 6.25361C46.4759 5.81802 46.9878 5.4754 47.5764 5.22539C48.165 4.96724 48.794 4.83836 49.4631 4.83836C48.794 4.83836 48.165 4.71326 47.5764 4.46324C46.9878 4.20529 46.4759 3.85852 46.0404 3.42312C45.6051 2.98772 45.2583 2.47559 45.0004 1.88693C44.7504 1.29827 44.6255 0.669354 44.6255 0C44.6255 0.669354 44.4965 1.29827 44.2384 1.88693C43.9886 2.47559 43.6458 2.98772 43.2104 3.42312C42.7751 3.85852 42.263 4.20548 41.6744 4.46343C41.0859 4.71326 40.457 4.83836 39.7877 4.83836C40.457 4.83836 41.0859 4.96724 41.6744 5.22539C42.263 5.4754 42.7751 5.81802 43.2104 6.25342C43.6458 6.68901 43.9886 7.20076 44.2384 7.78961ZM4.9417 23.2706C5.9286 23.677 6.98089 23.8802 8.09836 23.8802C9.23038 23.8802 10.2607 23.6988 11.1896 23.3359C12.1185 22.9731 12.924 22.4578 13.6062 21.7901C14.2883 21.1225 14.8179 20.3314 15.1953 19.4169C15.5726 18.4879 15.7614 17.4718 15.7614 16.3688V16.347C15.7614 16.1439 15.7468 15.9551 15.7179 15.7809C15.7024 15.5987 15.6806 15.4172 15.6525 15.2366H8.14201V17.0438H13.8021C13.7439 17.9146 13.5408 18.6694 13.1925 19.3081C12.8587 19.9323 12.4305 20.4474 11.908 20.8539C11.4001 21.2602 10.8123 21.565 10.1447 21.7684C9.4917 21.957 8.80958 22.0515 8.09836 22.0515C7.31458 22.0515 6.55272 21.9061 5.81259 21.6159C5.07622 21.3281 4.40321 20.8992 3.83141 20.3531C3.26549 19.8015 2.8156 19.141 2.48172 18.3719C2.14802 17.588 1.98099 16.7099 1.98099 15.7374C1.98099 14.7649 2.14065 13.8939 2.45999 13.1246C2.79387 12.3409 3.24376 11.6804 3.80968 11.1434C4.37113 10.5948 5.03761 10.1653 5.76913 9.88063C6.5119 9.59258 7.3017 9.44494 8.09836 9.44523C8.69356 9.44523 9.25948 9.52498 9.79648 9.68466C10.3335 9.8298 10.8268 10.0403 11.2767 10.316C11.7412 10.5919 12.1403 10.9257 12.4741 11.3176L13.8238 9.9241C13.1708 9.18387 12.3362 8.61052 11.3202 8.20403C10.3188 7.79773 9.24493 7.59458 8.09836 7.59458C6.99544 7.59458 5.95033 7.79773 4.96362 8.20403C3.99787 8.60607 3.1184 9.19002 2.37307 9.9241C1.63275 10.6643 1.05228 11.5279 0.631294 12.515C0.210494 13.502 0 14.5761 0 15.7376C0 16.899 0.210494 17.9728 0.631294 18.9598C1.05228 19.9468 1.63275 20.8105 2.37288 21.5509C3.10772 22.2875 3.98066 22.8718 4.9417 23.2706ZM19.6621 23.1182C20.5037 23.6262 21.4617 23.8802 22.5357 23.8802C23.7547 23.8802 24.7778 23.6045 25.6053 23.0529C26.4325 22.5014 27.0638 21.8047 27.4992 20.9628L25.8447 20.1789C25.5399 20.7305 25.1189 21.195 24.5821 21.5724C24.0594 21.9498 23.4064 22.1384 22.6226 22.1384C22.0131 22.1384 21.4254 21.9861 20.8593 21.6813C20.2934 21.3764 19.829 20.9191 19.4662 20.3097C19.1527 19.7828 18.9745 19.1369 18.932 18.3719H27.6734C27.6879 18.2993 27.6951 18.2049 27.6951 18.0888C27.7097 17.9726 27.7168 17.8639 27.7168 17.7623C27.7168 16.659 27.4992 15.6794 27.0638 14.8229C26.6428 13.9665 26.0333 13.2988 25.2351 12.8198C24.4368 12.3264 23.4864 12.0796 22.3832 12.0796C21.2947 12.0796 20.3442 12.3555 19.5314 12.9069C18.7187 13.444 18.0874 14.1625 17.6375 15.0624C17.2019 15.9623 16.9843 16.9421 16.9843 18.0017C16.9843 19.1339 17.2167 20.1426 17.6809 21.0282C18.1599 21.9135 18.8203 22.6103 19.6621 23.1182ZM19.0429 16.7824C19.1113 16.4593 19.209 16.1545 19.3354 15.868C19.6113 15.2438 20.0104 14.7504 20.5328 14.3875C21.0698 14.0101 21.6939 13.8214 22.405 13.8214C23 13.8214 23.5007 13.923 23.9072 14.1262C24.3136 14.315 24.6473 14.5616 24.9086 14.8664C25.1697 15.1712 25.3585 15.498 25.4745 15.8462C25.5907 16.1802 25.6559 16.4922 25.6705 16.7824H19.0429ZM29.3817 12.428V23.5319H31.341V17.3486C31.341 16.739 31.4643 16.1656 31.7111 15.6285C31.9579 15.0915 32.299 14.6632 32.7343 14.3439C33.1697 14.0101 33.6632 13.8431 34.2146 13.8431C34.9838 13.8431 35.5788 14.0682 35.9998 14.5181C36.4351 14.9535 36.6528 15.7011 36.6528 16.7607V23.5319H38.5903V17.3051C38.5903 16.6953 38.7137 16.1293 38.9605 15.6068C39.2071 15.0697 39.5482 14.6415 39.9837 14.3221C40.419 14.0028 40.9124 13.8431 41.464 13.8431C42.2477 13.8431 42.8499 14.061 43.2709 14.4964C43.7063 14.9318 43.9239 15.6794 43.9239 16.739V23.5319H45.8615V16.4124C45.8615 15.1206 45.5421 14.0753 44.9037 13.2771C44.2795 12.4789 43.2998 12.0796 41.9647 12.0796C41.0794 12.0796 40.3174 12.2827 39.6789 12.6892C39.0402 13.0955 38.5323 13.6108 38.155 14.235C37.8937 13.5963 37.4655 13.0811 36.8705 12.6892C36.29 12.2829 35.5862 12.0796 34.7589 12.0796C34.2945 12.0796 33.83 12.174 33.3656 12.3626C32.9157 12.5369 32.5166 12.7763 32.1682 13.0811C31.82 13.3714 31.5443 13.698 31.341 14.061H31.2539V12.428H29.3817ZM47.6248 12.428V23.5319H49.5623V12.428H47.6248ZM47.6031 10.0766C47.8787 10.3378 48.2054 10.4683 48.5828 10.4683C48.9745 10.4683 49.3012 10.338 49.5623 10.0766C49.8236 9.80069 49.9542 9.47414 49.9542 9.09676C49.9542 8.70482 49.8236 8.37827 49.5623 8.1171C49.3012 7.8412 48.9745 7.70324 48.5828 7.70324C48.2054 7.70324 47.8787 7.8412 47.6031 8.1171C47.3417 8.37827 47.2112 8.70482 47.2112 9.09676C47.2112 9.47414 47.3417 9.80069 47.6031 10.0766ZM51.3819 12.428V23.5319H53.3412V17.3486C53.3412 16.7533 53.4646 16.1945 53.7113 15.672C53.9727 15.1349 54.3281 14.6995 54.778 14.3658C55.2279 14.0173 55.7577 13.8431 56.3673 13.8431C57.18 13.8431 57.8332 14.0682 58.3265 14.5181C58.8199 14.9535 59.0667 15.7011 59.0667 16.7607V23.5319H61.0259V16.4124C61.0259 15.106 60.6777 14.061 59.981 13.2771C59.2843 12.4789 58.2612 12.0796 56.9115 12.0796C56.1133 12.0796 55.3876 12.2755 54.7345 12.6675C54.0815 13.0594 53.6097 13.5239 53.3195 14.061H53.2324V12.428H51.3819ZM62.6706 12.428V23.5319H64.6081V12.428H62.6706ZM62.6489 10.0766C62.9245 10.3378 63.2512 10.4683 63.6286 10.4683C64.0203 10.4683 64.347 10.338 64.6081 10.0766C64.8694 9.80069 65 9.47414 65 9.09676C65 8.70482 64.8694 8.37827 64.6081 8.1171C64.347 7.8412 64.0203 7.70324 63.6286 7.70324C63.2512 7.70324 62.9245 7.8412 62.6489 8.1171C62.3877 8.37827 62.257 8.70482 62.257 9.09676C62.257 9.47414 62.3877 9.80069 62.6489 10.0766Z", fill: "#fff", fillRule: "evenodd", clipRule: "evenodd" }) }), _jsx("g", { mask: "url(#undefined-mask0_2011_435)", children: _jsx("path", { d: "M-29.9019 -86.0679H127.324V43.4422H-29.9019V-86.0679Z", fill: "url(#undefined-paint0_linear_2011_435)" }) })] }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: "undefined-paint0_linear_2011_435", x1: "-10.847", y1: "24.65", x2: "67.074", y2: "5.743", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#439ddf" }), _jsx("stop", { offset: ".524", stopColor: "#4f87ed" }), _jsx("stop", { offset: ".781", stopColor: "#9476c5" }), _jsx("stop", { offset: ".888", stopColor: "#bc688e" }), _jsx("stop", { offset: "1", stopColor: "#d6645d" })] }), _jsx("clipPath", { id: "undefined-clip0_2011_435", children: _jsx("path", { fill: "#fff", d: "M0 0H65V24H0z" }) })] })] }));
|
|
6
|
+
}
|
|
7
|
+
if (type === "icon") {
|
|
8
|
+
return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [_jsx("mask", { id: "undefined-mask0_2011_419", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: size, height: size, children: _jsx("path", { d: "M11.3567 0.39351C11.5405 -0.103402 12.246 -0.0954292 12.4185 0.40543L12.9005 1.80436C13.6205 3.89411 14.7989 5.79634 16.3493 7.37171C17.8997 8.94707 19.7828 10.1557 21.8608 10.909L23.4155 11.4725C23.9103 11.6518 23.9113 12.3511 23.4171 12.532L21.8587 13.1023C19.8372 13.8421 18.0011 15.0134 16.4782 16.5348C14.9553 18.0562 13.7822 19.8911 13.0403 21.9118L12.4304 23.5732C12.25 24.0649 11.5551 24.0662 11.3727 23.5753L10.7359 21.8601C9.99099 19.854 8.82048 18.0331 7.30481 16.5224C5.78915 15.0118 3.96429 13.8474 1.95573 13.1092L0.369313 12.5262C-0.122123 12.3455 -0.123412 11.651 0.3673 11.4685L1.98472 10.8672C3.9849 10.1235 5.80088 8.95667 7.30845 7.44638C8.81603 5.9361 9.97963 4.11803 10.7197 2.11652L11.3567 0.39351Z", fill: "#3186ff" }) }), _jsxs("g", { mask: "url(#undefined-mask0_2011_419)", children: [_jsx("g", { filter: "url(#undefined-filter0_f_2011_419)", children: _jsx("path", { d: "M13.1124 24.8053C21.8303 24.8053 28.8976 19.0722 28.8976 11.9999C28.8976 4.92774 21.8303 -0.80542 13.1124 -0.80542C4.39441 -0.80542 -2.67288 4.92774 -2.67288 11.9999C-2.67288 19.0722 4.39441 24.8053 13.1124 24.8053Z", fill: "#3689ff" }) }), _jsx("g", { filter: "url(#undefined-filter1_f_2011_419)", children: _jsx("path", { d: "M2.68283 17.3154C5.72966 17.3154 8.1996 14.7013 8.1996 11.4765C8.1996 8.25175 5.72966 5.63757 2.68283 5.63757C-0.364008 5.63757 -2.83395 8.25175 -2.83395 11.4765C-2.83395 14.7013 -0.364008 17.3154 2.68283 17.3154Z", fill: "#f6c013" }) }), _jsx("g", { filter: "url(#undefined-filter2_f_2011_419)", children: _jsx("path", { d: "M1.55531 17.7986C4.60214 17.7986 7.07209 15.1844 7.07209 11.9597C7.07209 8.7349 4.60214 6.12073 1.55531 6.12073C-1.49153 6.12073 -3.96147 8.7349 -3.96147 11.9597C-3.96147 15.1844 -1.49153 17.7986 1.55531 17.7986Z", fill: "#f6c013" }) }), _jsx("g", { filter: "url(#undefined-filter3_f_2011_419)", children: _jsx("path", { d: "M15.609 0.845644C13.8372 6.6443 5.26001 10.8188 1.79692 10.8725L11.5822 -5.31543L15.609 0.845644Z", fill: "#fa4340" }) }), _jsx("g", { filter: "url(#undefined-filter4_f_2011_419)", children: _jsx("path", { d: "M15.3271 -1.00677C13.5553 4.79189 4.97812 8.96636 1.51504 9.02007L11.3003 -7.16785L15.3271 -1.00677Z", fill: "#fa4340" }) }), _jsx("g", { filter: "url(#undefined-filter5_f_2011_419)", children: _jsx("path", { d: "M15.6493 22.51C13.8775 16.7113 5.30028 12.5369 1.83719 12.4832L11.6224 28.6711L15.6493 22.51Z", fill: "#14bb69" }) }), _jsx("g", { filter: "url(#undefined-filter6_f_2011_419)", children: _jsx("path", { d: "M15.8103 25.812C14.0385 20.0133 5.46135 15.8389 1.99826 15.7852L11.7835 31.9731L15.8103 25.812Z", fill: "#14bb69" }) })] }), _jsxs("defs", { children: [_jsxs("filter", { id: "undefined-filter0_f_2011_419", x: "-5.572", y: "-3.705", width: size, height: size, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }), _jsx("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "1.45", result: "effect1_foregroundBlur_2011_419" })] }), _jsxs("filter", { id: "undefined-filter1_f_2011_419", x: "-7.988", y: ".483", width: size, height: size, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }), _jsx("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "2.577", result: "effect1_foregroundBlur_2011_419" })] }), _jsxs("filter", { id: "undefined-filter2_f_2011_419", x: "-9.116", y: ".966", width: size, height: size, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }), _jsx("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "2.577", result: "effect1_foregroundBlur_2011_419" })] }), _jsxs("filter", { id: "undefined-filter3_f_2011_419", x: "-3.357", y: "-10.47", width: size, height: size, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }), _jsx("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "2.577", result: "effect1_foregroundBlur_2011_419" })] }), _jsxs("filter", { id: "undefined-filter4_f_2011_419", x: "-3.639", y: "-12.322", width: size, height: size, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }), _jsx("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "2.577", result: "effect1_foregroundBlur_2011_419" })] }), _jsxs("filter", { id: "undefined-filter5_f_2011_419", x: "-3.317", y: "7.329", width: size, height: size, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }), _jsx("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "2.577", result: "effect1_foregroundBlur_2011_419" })] }), _jsxs("filter", { id: "undefined-filter6_f_2011_419", x: "-3.156", y: "10.631", width: size, height: size, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }), _jsx("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), _jsx("feGaussianBlur", { stdDeviation: "2.577", result: "effect1_foregroundBlur_2011_419" })] })] })] }));
|
|
9
|
+
}
|
|
10
|
+
console.error(`Gemini doesn't support ${type}`);
|
|
11
|
+
return null;
|
|
12
|
+
});
|
|
13
|
+
Gemini.displayName = "Gemini";
|
|
14
|
+
Gemini.metadata = {
|
|
15
|
+
name: "Gemini",
|
|
16
|
+
category: "wordmark/ai",
|
|
17
|
+
tags: ["gemini", "icon"],
|
|
18
|
+
description: "Gemini icon from wordmark/ai category",
|
|
19
|
+
type: ["stroke", "icon"],
|
|
20
|
+
};
|
|
21
|
+
export default Gemini;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const Google = React.forwardRef(function Google({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "icon", ...props }, forwardedRef) {
|
|
4
|
+
if (type === "wordmark") {
|
|
5
|
+
return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 71 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [_jsxs("g", { clipPath: "url(#undefined-clip0_2011_434)", children: [_jsx("path", { d: "M30.1955 12.3077C30.1955 15.639 27.5894 18.0938 24.3912 18.0938C21.193 18.0938 18.5869 15.639 18.5869 12.3077C18.5869 8.95296 21.193 6.52166 24.3912 6.52166C27.5894 6.52166 30.1955 8.95296 30.1955 12.3077ZM27.6547 12.3077C27.6547 10.226 26.1442 8.80165 24.3912 8.80165C22.6382 8.80165 21.1277 10.226 21.1277 12.3077C21.1277 14.3686 22.6382 15.8138 24.3912 15.8138C26.1442 15.8138 27.6547 14.366 27.6547 12.3077Z", fill: "#ea4335" }), _jsx("path", { d: "M42.7172 12.3077C42.7172 15.639 40.1111 18.0938 36.9129 18.0938C33.7146 18.0938 31.1086 15.639 31.1086 12.3077C31.1086 8.95556 33.7146 6.52166 36.9129 6.52166C40.1111 6.52166 42.7172 8.95296 42.7172 12.3077ZM40.1764 12.3077C40.1764 10.226 38.6659 8.80165 36.9129 8.80165C35.1599 8.80165 33.6494 10.226 33.6494 12.3077C33.6494 14.3686 35.1599 15.8138 36.9129 15.8138C38.6659 15.8138 40.1764 14.366 40.1764 12.3077Z", fill: "#fbbc05" }), _jsx("path", { d: "M54.7172 6.87123V17.259C54.7172 21.532 52.1972 23.2772 49.2181 23.2772C46.4137 23.2772 44.7259 21.4016 44.0894 19.8677L46.3016 18.9468C46.6955 19.8886 47.6607 20.9999 49.2155 20.9999C51.1224 20.9999 52.3041 19.8233 52.3041 17.6086V16.7764H52.2154C51.6468 17.4781 50.5511 18.0912 49.1685 18.0912C46.2755 18.0912 43.625 15.5712 43.625 12.3286C43.625 9.06252 46.2755 6.52166 49.1685 6.52166C50.5485 6.52166 51.6441 7.1347 52.2154 7.81557H52.3041V6.87383H54.7172V6.87123ZM52.4841 12.3286C52.4841 10.2912 51.125 8.80165 49.3955 8.80165C47.6424 8.80165 46.1737 10.2912 46.1737 12.3286C46.1737 14.3451 47.6424 15.8138 49.3955 15.8138C51.125 15.8138 52.4841 14.3451 52.4841 12.3286Z", fill: "#4285f4" }), _jsx("path", { d: "M58.6954 0.782707V17.7392H56.2171V0.782707H58.6954Z", fill: "#34a853" }), _jsx("path", { d: "M68.3528 14.2122L70.3249 15.527C69.6884 16.4687 68.1545 18.0913 65.5041 18.0913C62.2171 18.0913 59.7624 15.5505 59.7624 12.3053C59.7624 8.86443 62.238 6.51922 65.2197 6.51922C68.2223 6.51922 69.691 8.90878 70.171 10.2001L70.4345 10.8575L62.6997 14.0609C63.2919 15.2218 64.2128 15.814 65.5041 15.814C66.798 15.814 67.6954 15.1774 68.3528 14.2122ZM62.2824 12.1305L67.4528 9.98355C67.1684 9.26095 66.3128 8.75747 65.3058 8.75747C64.0145 8.75747 62.2171 9.89747 62.2824 12.1305Z", fill: "#ea4335" }), _jsx("path", { d: "M9.20605 10.8025V8.34774H17.4782C17.5591 8.77556 17.6008 9.28165 17.6008 9.82947C17.6008 11.6712 17.0973 13.9486 15.4747 15.5712C13.8965 17.2147 11.88 18.0912 9.20866 18.0912C4.25738 18.0912 0.0939169 14.0582 0.0939169 9.10687C0.0939169 4.15558 4.25738 0.122557 9.20866 0.122557C11.9478 0.122557 13.8991 1.19734 15.3652 2.5982L13.633 4.33037C12.5817 3.34428 11.1573 2.57733 9.20605 2.57733C5.59042 2.57733 2.7626 5.49123 2.7626 9.10687C2.7626 12.7225 5.59042 15.6364 9.20605 15.6364C11.5513 15.6364 12.8869 14.6947 13.7426 13.839C14.4365 13.1451 14.893 12.1538 15.073 10.7999L9.20605 10.8025Z", fill: "#4285f4" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "undefined-clip0_2011_434", children: _jsx("path", { fill: "#fff", d: "M0 0H70.957V24H0z" }) }) })] }));
|
|
6
|
+
}
|
|
7
|
+
if (type === "icon") {
|
|
8
|
+
return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [_jsxs("g", { clipPath: "url(#undefined-clip0_2008_255)", children: [_jsx("path", { d: "M22.9891 12.2245C22.9891 11.2413 22.9108 10.5238 22.7415 9.77966H11.7291V14.2176H18.1931C18.0628 15.3205 17.3591 16.9815 15.7952 18.0976L15.7733 18.2462L19.2552 20.9964L19.4964 21.0209C21.7118 18.9347 22.9891 15.8653 22.9891 12.2245Z", fill: "#4285f4" }), _jsx("path", { d: "M11.7291 23.9176C14.8959 23.9176 17.5545 22.8545 19.4964 21.0209L15.7952 18.0976C14.8047 18.8018 13.4754 19.2934 11.7291 19.2934C8.62745 19.2934 5.99494 17.2074 5.05652 14.324L4.91897 14.3359L1.29845 17.1927L1.2511 17.3269C3.17986 21.2334 7.1417 23.9176 11.7291 23.9176Z", fill: "#34a853" }), _jsx("path", { d: "M5.0565 14.3239C4.80889 13.5798 4.66559 12.7825 4.66559 11.9587C4.66559 11.1349 4.80889 10.3376 5.04347 9.59354L5.03691 9.43507L1.37102 6.53235L1.25107 6.59052C0.456137 8.21162 0 10.032 0 11.9587C0 13.8854 0.456137 15.7058 1.25107 17.3269L5.0565 14.3239Z", fill: "#fbbc05" }), _jsx("path", { d: "M11.7291 4.62403C13.9316 4.62403 15.4172 5.59402 16.2643 6.40461L19.5746 3.10928C17.5416 1.1826 14.8959 0 11.7291 0C7.1417 0 3.17986 2.68406 1.2511 6.59056L5.04349 9.59359C5.99494 6.7102 8.62745 4.62403 11.7291 4.62403Z", fill: "#eb4335" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "undefined-clip0_2008_255", children: _jsx("path", { fill: "#fff", d: "M0 0H23V24H0z" }) }) })] }));
|
|
9
|
+
}
|
|
10
|
+
console.error(`Google doesn't support ${type}`);
|
|
11
|
+
return null;
|
|
12
|
+
});
|
|
13
|
+
Google.displayName = "Google";
|
|
14
|
+
Google.metadata = {
|
|
15
|
+
name: "Google",
|
|
16
|
+
category: "wordmark/ai",
|
|
17
|
+
tags: ["google", "icon"],
|
|
18
|
+
description: "Google icon from wordmark/ai category",
|
|
19
|
+
type: ["stroke", "icon"],
|
|
20
|
+
};
|
|
21
|
+
export default Google;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const Grok = React.forwardRef(function Grok({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "icon", ...props }, forwardedRef) {
|
|
4
|
+
if (type === "wordmark") {
|
|
5
|
+
return (_jsx("svg", { width: size, height: size, viewBox: "0 0 62 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M52.707 17.571V6.513H54.454V13.811L58.15 9.564H60.269L56.944 13.204 60.3 17.571H58.212L55.494 13.818 54.454 13.811V17.571H52.707ZM47.407 17.757C44.809 17.757 43.402 15.914 43.402 13.56 43.402 11.19 44.809 9.363 47.407 9.363 50.021 9.363 51.413 11.19 51.413 13.56 51.413 15.914 50.021 17.757 47.407 17.757ZM45.227 13.56C45.227 15.387 46.216 16.301 47.407 16.301 48.613 16.301 49.588 15.387 49.588 13.56 49.588 11.732 48.613 10.803 47.407 10.803 46.216 10.803 45.227 11.732 45.227 13.56ZM38.538 17.571V10.834L40.007 9.564H43.131V11.051H40.286V17.571H38.538ZM31.856 17.775C28.525 17.775 26.54 15.356 26.54 12.057 26.54 8.728 28.596 6.25 31.921 6.25 34.519 6.25 36.422 7.581 36.87 10.06H34.875C34.581 8.65 33.406 7.86 31.921 7.86 29.524 7.86 28.473 9.936 28.473 12.057 28.473 14.179 29.524 16.239 31.921 16.239 34.21 16.239 35.215 14.582 35.293 13.203H31.844V11.6H37.056L37.047 12.438C37.047 15.554 35.778 17.775 31.856 17.775ZM9.815 15.082 17.335 9.523C17.704 9.25 18.231 9.357 18.406 9.78 19.331 12.012 18.918 14.695 17.078 16.537 15.239 18.38 12.68 18.783 10.34 17.863L7.785 19.048C11.45 21.557 15.901 20.937 18.682 18.149 20.888 15.94 21.571 12.929 20.933 10.213L20.938 10.219C20.012 6.229 21.166 4.635 23.53 1.374 23.586 1.296 23.642 1.219 23.698 1.14L20.587 4.256V4.246L9.814 15.084M8.264 16.433C5.633 13.916 6.087 10.022 8.331 7.776 9.991 6.113 12.711 5.435 15.085 6.432L17.634 5.253C17.175 4.921 16.586 4.563 15.911 4.312 12.857 3.053 9.202 3.68 6.72 6.164 4.332 8.555 3.581 12.231 4.871 15.368 5.834 17.713 4.255 19.371 2.665 21.045 2.101 21.638 1.536 22.232 1.08 22.86L8.262 16.435", fill: "currentColor" }) }));
|
|
6
|
+
}
|
|
7
|
+
if (type === "icon") {
|
|
8
|
+
return (_jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M10.042 15.026 17.602 9.035C17.973 8.741 18.502 8.855 18.679 9.312 19.609 11.718 19.193 14.609 17.344 16.594 15.495 18.58 12.921 19.015 10.569 18.023L8 19.3C11.685 22.004 16.16 21.336 18.957 18.332 21.175 15.951 21.862 12.705 21.219 9.778L21.225 9.784C20.294 5.485 21.454 3.766 23.831.252 23.887.169 23.944.085 24 0L20.872 3.358V3.348L10.04 15.028M8.245 16.963C5.226 14.207 5.746 9.943 8.323 7.484 10.228 5.664 13.349 4.921 16.074 6.013L19 4.722C18.473 4.358 17.797 3.966 17.022 3.691 13.517 2.313 9.322 2.999 6.473 5.719 3.733 8.337 2.871 12.362 4.351 15.797 5.456 18.364 3.644 20.18 1.819 22.013 1.172 22.662.523 23.312 0 24L8.243 16.965", fill: "currentColor" }) }));
|
|
9
|
+
}
|
|
10
|
+
console.error(`Grok doesn't support ${type}`);
|
|
11
|
+
return null;
|
|
12
|
+
});
|
|
13
|
+
Grok.displayName = "Grok";
|
|
14
|
+
Grok.metadata = {
|
|
15
|
+
name: "Grok",
|
|
16
|
+
category: "wordmark/ai",
|
|
17
|
+
tags: ["grok", "icon"],
|
|
18
|
+
description: "Grok icon from wordmark/ai category",
|
|
19
|
+
type: ["stroke", "icon"],
|
|
20
|
+
};
|
|
21
|
+
export default Grok;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const OpenAi = React.forwardRef(function OpenAi({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "icon", ...props }, forwardedRef) {
|
|
4
|
+
if (type === "wordmark") {
|
|
5
|
+
return (_jsx("svg", { width: size, height: size, viewBox: "0 0 87 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M27.3615 11.5384C27.3615 15.4624 29.8781 18.1985 33.3654 18.1985C36.8527 18.1985 39.3693 15.4624 39.3693 11.5384C39.3693 7.61427 36.8527 4.87822 33.3654 4.87822C29.8781 4.87822 27.3615 7.61427 27.3615 11.5384ZM37.0684 11.5384C37.0684 14.3464 35.5405 16.1645 33.3654 16.1645C31.1903 16.1645 29.6624 14.3464 29.6624 11.5384C29.6624 8.7303 31.1903 6.91226 33.3654 6.91226C35.5405 6.91226 37.0684 8.7303 37.0684 11.5384ZM45.8489 18.1985C48.4913 18.1985 50.0013 15.9665 50.0013 13.2844C50.0013 10.6023 48.4913 8.37029 45.8489 8.37029C44.6265 8.37029 43.7277 8.8563 43.1345 9.55832V8.55029H40.9774V21.2406H43.1345V17.0105C43.7277 17.7125 44.6265 18.1985 45.8489 18.1985ZM43.0806 13.0144C43.0806 11.2324 44.0872 10.2603 45.4174 10.2603C46.9813 10.2603 47.8262 11.4844 47.8262 13.2844C47.8262 15.0844 46.9813 16.3085 45.4174 16.3085C44.0872 16.3085 43.0806 15.3184 43.0806 13.5724V13.0144ZM55.8389 18.1985C57.7264 18.1985 59.2184 17.2085 59.8835 15.5524L58.032 14.8504C57.7444 15.8224 56.8995 16.3625 55.8389 16.3625C54.4548 16.3625 53.4841 15.3724 53.3223 13.7524H59.9374V13.0324C59.9374 10.4403 58.4814 8.37029 55.749 8.37029C53.0167 8.37029 51.2551 10.5123 51.2551 13.2844C51.2551 16.2005 53.1425 18.1985 55.8389 18.1985ZM55.7311 10.1883C57.0972 10.1883 57.7444 11.0883 57.7623 12.1324H53.4302C53.7537 10.8543 54.6166 10.1883 55.7311 10.1883ZM61.556 18.0005H63.7131V12.4564C63.7131 11.1063 64.7017 10.3863 65.6724 10.3863C66.8588 10.3863 67.3262 11.2324 67.3262 12.4024V18.0005H69.4833V11.7724C69.4833 9.73832 68.2969 8.37029 66.3196 8.37029C65.0972 8.37029 64.2523 8.9283 63.7131 9.55832V8.55029H61.556V18.0005ZM75.8011 5.07622L70.9116 18.0005H73.1946L74.2911 15.0484H79.8636L80.9781 18.0005H83.297L78.4076 5.07622H75.8011ZM77.0594 7.63227L79.1086 13.0324H75.0461L77.0594 7.63227ZM87 5.11372H84.6991V18.038H87V5.11372ZM22.0901 9.82307C22.3588 9.0151 22.452 8.15897 22.3635 7.312C22.275 6.46502 22.0069 5.64675 21.577 4.91197C20.2693 2.63192 17.6403 1.45889 15.0727 2.0109C14.5083 1.37401 13.8145 0.865167 13.0378 0.518395C12.2611 0.171623 11.4194 -0.00507782 10.5691 0.000111054C7.94458 -0.00588907 5.61596 1.68615 4.80855 4.1867C3.97514 4.35756 3.18779 4.70469 2.49918 5.20487C1.81058 5.70506 1.2366 6.34675 0.815668 7.08701C-0.50181 9.36106 -0.201464 12.2276 1.55867 14.1777C1.28996 14.9856 1.19672 15.8418 1.2852 16.6887C1.37369 17.5357 1.64185 18.354 2.07173 19.0888C3.37947 21.3688 6.00843 22.5418 8.57598 21.9898C9.14035 22.6268 9.83413 23.1357 10.6109 23.4823C11.3876 23.829 12.2293 24.0054 13.0797 23.9999C15.7056 24.0066 18.035 22.3131 18.8424 19.8103C19.6758 19.6394 20.4632 19.2923 21.1518 18.7921C21.8404 18.2919 22.4144 17.6502 22.8353 16.91C24.1513 14.6359 23.8502 11.7716 22.0908 9.82157L22.0901 9.82307ZM13.0812 22.4316C12.0304 22.4333 11.0125 22.0647 10.2058 21.3906C10.2425 21.3711 10.3062 21.3358 10.3473 21.3103L15.1199 18.5503C15.2398 18.482 15.3394 18.383 15.4083 18.2635C15.4773 18.1439 15.5132 18.0081 15.5124 17.87V11.1326L17.5294 12.2989C17.5512 12.3094 17.5654 12.3304 17.5684 12.3544V17.9337C17.5654 20.4148 15.5588 22.4263 13.0812 22.4316ZM3.43115 18.3043C2.90472 17.3939 2.71513 16.327 2.89562 15.2907C2.93082 15.3117 2.99299 15.3499 3.03718 15.3754L7.80976 18.1355C8.05169 18.2773 8.35128 18.2773 8.59396 18.1355L14.4204 14.7664V17.099C14.4219 17.123 14.4106 17.1462 14.3919 17.1612L9.56765 19.9505C7.41879 21.1896 4.67448 20.453 3.4319 18.3043H3.43115ZM2.17509 7.87228C2.69938 6.96026 3.52702 6.26274 4.5127 5.90049C4.5127 5.94174 4.51045 6.01449 4.51045 6.06549V11.5864C4.50895 11.8669 4.65875 12.1271 4.90217 12.2659L10.7286 15.6342L8.71155 16.8005C8.69133 16.814 8.66586 16.8162 8.64339 16.8065L3.81838 14.0149C1.67401 12.7714 0.938503 10.0241 2.17434 7.87303L2.17509 7.87228ZM18.7473 11.7341L12.9209 8.36504L14.9379 7.19951C14.9581 7.18601 14.9836 7.18376 15.0061 7.19352L19.8311 9.98283C21.9792 11.2256 22.7155 13.9774 21.4744 16.1285C20.9495 17.0389 20.1227 17.7363 19.1375 18.0995V12.4136C19.1398 12.1331 18.9907 11.8736 18.7481 11.7341H18.7473ZM20.7546 8.70855C20.7194 8.6868 20.6572 8.6493 20.613 8.6238L15.8405 5.86374C15.7215 5.79411 15.5862 5.75742 15.4484 5.75742C15.3106 5.75742 15.1752 5.79411 15.0563 5.86374L9.22985 9.23281V6.90026C9.22835 6.87626 9.23959 6.85301 9.25831 6.83801L14.0826 4.05095C16.2314 2.80967 18.9787 3.54844 20.2176 5.70098C20.7411 6.61019 20.9306 7.67416 20.7531 8.70855H20.7546ZM8.13333 12.8659L6.11554 11.6996C6.10492 11.6944 6.09579 11.6865 6.08899 11.6768C6.08218 11.6671 6.07792 11.6559 6.07659 11.6441V6.06474C6.07809 3.58069 8.09063 1.56764 10.5713 1.56914C11.6206 1.56914 12.6363 1.93815 13.4429 2.61017C13.4062 2.62967 13.3433 2.66492 13.3014 2.69042L8.52879 5.45048C8.40894 5.51856 8.30939 5.61742 8.2404 5.73686C8.17141 5.85631 8.13549 5.99201 8.13632 6.12999L8.13333 12.8644V12.8659ZM9.2291 10.5003L11.8244 8.99955L14.4196 10.4996V13.5004L11.8244 15.0004L9.2291 13.5004V10.5003Z", fill: "currentColor" }) }));
|
|
6
|
+
}
|
|
7
|
+
if (type === "icon") {
|
|
8
|
+
return (_jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M22.4235 9.82112C22.6956 9.013 22.7897 8.15692 22.6995 7.31007C22.6094 6.46321 22.3371 5.64508 21.9008 4.91033C20.5737 2.63162 17.9063 1.45948 15.3012 2.01027C14.58 1.21884 13.6602 0.628557 12.6345 0.298698C11.6087 -0.0311621 10.5131 -0.0889845 9.4575 0.131038C8.40192 0.35106 7.42362 0.84118 6.62084 1.55218C5.81806 2.26317 5.21907 3.17001 4.88402 4.18162C4.03818 4.35271 3.2391 4.69991 2.54019 5.20003C1.84128 5.70015 1.25864 6.34166 0.831207 7.08168C-0.510356 9.35679 -0.205762 12.2265 1.5843 14.1783C1.31125 14.9861 1.21621 15.842 1.30553 16.6889C1.39486 17.5358 1.6665 18.3541 2.10227 19.089C3.43108 21.3686 6.10015 22.5406 8.70659 21.9891C9.27965 22.6256 9.98378 23.1343 10.772 23.481C11.5602 23.8278 12.4143 24.0047 13.2773 23.9999C15.9474 24.0022 18.313 22.3019 19.1286 19.794C19.9743 19.6226 20.7732 19.2753 21.4721 18.7752C22.1709 18.2751 22.7536 17.6337 23.1813 16.8939C24.5067 14.6229 24.2008 11.7687 22.4235 9.82112ZM13.2773 22.4292C12.2115 22.4309 11.1791 22.0624 10.3612 21.3884L10.5051 21.3079L15.3492 18.5498C15.4697 18.4801 15.5698 18.3806 15.6396 18.2611C15.7094 18.1417 15.7465 18.0064 15.7473 17.8685V11.1316L17.7953 12.3001C17.8157 12.3104 17.83 12.3297 17.8336 12.3522V17.9347C17.8284 20.4148 15.7915 22.424 13.2773 22.4292ZM3.48358 18.3038C2.94909 17.3934 2.75718 16.3263 2.94161 15.2901L3.08543 15.3753L7.93437 18.1335C8.05434 18.2029 8.19093 18.2395 8.33004 18.2395C8.46915 18.2395 8.60574 18.2029 8.72571 18.1335L14.6489 14.765V17.0974C14.6484 17.1094 14.6451 17.1212 14.6393 17.1319C14.6335 17.1425 14.6253 17.1518 14.6154 17.1589L9.70896 19.9502C7.52862 21.1892 4.74302 20.4524 3.48358 18.3038ZM2.20774 7.89548C2.74595 6.97924 3.59545 6.28039 4.60587 5.92267V11.5998C4.60404 11.737 4.63957 11.8721 4.70875 11.9911C4.77792 12.1101 4.87821 12.2086 4.99915 12.2764L10.8936 15.6307L8.84562 16.7992C8.83454 16.805 8.8222 16.808 8.80966 16.808C8.79713 16.808 8.78479 16.805 8.77371 16.7992L3.87686 14.0128C1.70083 12.7686 0.954582 10.023 2.20774 7.8719V7.89548ZM19.0327 11.7513L13.1189 8.36387L15.1622 7.20005C15.1733 7.19425 15.1857 7.19121 15.1982 7.19121C15.2108 7.19121 15.2231 7.19425 15.2342 7.20005L20.1311 9.99137C20.8798 10.4175 21.4902 11.045 21.8909 11.8005C22.2917 12.556 22.4663 13.4084 22.3944 14.2581C22.3225 15.1078 22.007 15.9198 21.4848 16.5993C20.9626 17.2788 20.2552 17.7978 19.4452 18.0956V12.4183C19.4409 12.2814 19.4007 12.1479 19.3284 12.031C19.2561 11.914 19.1542 11.8177 19.0327 11.7513ZM21.071 8.72823L20.9271 8.64297L16.0878 5.86118C15.9671 5.79132 15.8297 5.75448 15.6897 5.75448C15.5498 5.75448 15.4124 5.79132 15.2917 5.86118L9.37315 9.22973V6.89738C9.37189 6.88552 9.3739 6.87355 9.37896 6.86272C9.38403 6.8519 9.39197 6.84263 9.40193 6.83588L14.2988 4.04928C15.0493 3.62281 15.9074 3.41593 16.7727 3.45285C17.638 3.48978 18.4748 3.76897 19.1852 4.25778C19.8955 4.74659 20.4501 5.42481 20.784 6.21312C21.118 7.00143 21.2175 7.86723 21.0709 8.70927V8.72823H21.071ZM8.25574 12.863L6.20777 11.6992C6.19754 11.6931 6.18879 11.6849 6.18214 11.6751C6.1755 11.6652 6.17113 11.6541 6.16934 11.6424V6.07415C6.17047 5.21993 6.41811 4.38369 6.8833 3.66318C7.34849 2.94268 8.012 2.36769 8.79626 2.00545C9.58053 1.64321 10.4531 1.50868 11.312 1.6176C12.171 1.72652 12.9807 2.07439 13.6466 2.62052L13.5027 2.70097L8.65859 5.45909C8.53804 5.52884 8.43795 5.62833 8.36817 5.74777C8.29838 5.86721 8.26128 6.00251 8.26052 6.14036L8.25574 12.8631V12.863ZM9.36837 10.4975L12.0063 8.9978L14.6489 10.4976V13.497L12.0159 14.9968L9.37324 13.497L9.36837 10.4975Z", fill: "currentColor" }) }));
|
|
9
|
+
}
|
|
10
|
+
console.error(`OpenAi doesn't support ${type}`);
|
|
11
|
+
return null;
|
|
12
|
+
});
|
|
13
|
+
OpenAi.displayName = "OpenAi";
|
|
14
|
+
OpenAi.metadata = {
|
|
15
|
+
name: "OpenAi",
|
|
16
|
+
category: "wordmark/ai",
|
|
17
|
+
tags: ["openai", "icon"],
|
|
18
|
+
description: "OpenAi icon from wordmark/ai category",
|
|
19
|
+
type: ["stroke", "icon"],
|
|
20
|
+
};
|
|
21
|
+
export default OpenAi;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const Replicate = React.forwardRef(function Replicate({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "icon", ...props }, forwardedRef) {
|
|
4
|
+
if (type === "wordmark") {
|
|
5
|
+
return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 105 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [_jsxs("g", { fill: "currentColor", clipPath: "url(#undefined-clip0_2011_438)", children: [_jsx("path", { d: "M24.93 8.025C27.861 8.025 30.325 9.95 30.325 13.525 30.325 13.762 30.325 13.962 30.3 14.325H21.493C21.607 16.137 23.085 17.337 24.942 17.337 26.509 17.337 27.558 16.625 28.139 15.65L30.022 16.975C29.011 18.55 27.267 19.55 24.917 19.55 21.518 19.55 19.067 17.162 19.067 13.787 19.079 10.525 21.531 8.025 24.93 8.025ZM21.619 12.537H27.848C27.583 10.937 26.282 10.075 24.841 10.075 23.401 10.075 21.948 10.9 21.619 12.537ZM32.827 8.237H35.291V9.725C35.922 8.837 37.287 8.025 38.892 8.025 41.962 8.025 44.287 10.612 44.287 13.787 44.287 16.95 41.962 19.55 38.892 19.55 37.274 19.55 35.91 18.725 35.291 17.837V23.95H32.827V8.237ZM38.45 10.237C36.453 10.237 35.089 11.787 35.089 13.787 35.089 15.787 36.453 17.337 38.45 17.337 40.421 17.337 41.785 15.787 41.785 13.787 41.785 11.787 40.421 10.237 38.45 10.237ZM49.265 2.7H46.802V19.313H49.265V2.7ZM53.814 5.825C52.917 5.825 52.159 5.1 52.159 4.187 52.159 3.3 52.917 2.575 53.814 2.575 54.737 2.575 55.444 3.312 55.444 4.187 55.444 5.1 54.737 5.825 53.814 5.825ZM52.589 8.237H55.052V19.313H52.589V8.237ZM63.468 19.538C60.107 19.538 57.554 17.05 57.554 13.775 57.554 10.5 60.107 8.012 63.468 8.012 65.78 8.012 67.726 9.237 68.686 11.075L66.538 12.225C65.995 11.1 64.908 10.275 63.468 10.275 61.471 10.275 60.069 11.8 60.069 13.775 60.069 15.75 61.484 17.275 63.468 17.275 64.895 17.275 65.995 16.45 66.538 15.325L68.686 16.475C67.726 18.325 65.767 19.538 63.468 19.538ZM75.534 8.025C77.152 8.025 78.491 8.85 79.123 9.725V8.237H81.587V19.312H79.123V17.825C78.491 18.712 77.152 19.537 75.534 19.537 72.464 19.537 70.139 16.95 70.139 13.775 70.139 10.612 72.464 8.025 75.534 8.025ZM75.989 10.237C73.993 10.237 72.653 11.787 72.653 13.787 72.653 15.787 73.993 17.337 75.989 17.337 77.986 17.337 79.325 15.787 79.325 13.787 79.325 11.787 77.973 10.237 75.989 10.237ZM85.807 19.325V10.413H83.469V8.238H85.807V5.163H88.271V8.238H92.516V10.413H88.271V17.138H92.516V19.325H85.807ZM17.917 8.238V10.425H11.877V19.325H9.413V8.238H17.917Z" }), _jsx("path", { d: "M17.917 4.125V6.3H7.22745V19.325H4.76355V4.125H17.917Z" }), _jsx("path", { d: "M17.917 0V2.175H2.578V19.325H.114V0H17.917ZM99.542 8.025C102.473 8.025 104.937 9.95 104.937 13.525 104.937 13.762 104.937 13.962 104.912 14.325H96.105C96.218 16.137 97.697 17.337 99.554 17.337 101.121 17.337 102.17 16.625 102.751 15.65L104.634 16.975C103.623 18.55 101.879 19.55 99.529 19.55 96.13 19.55 93.679 17.162 93.679 13.787 93.704 10.525 96.143 8.025 99.542 8.025ZM96.231 12.537H102.46C102.195 10.937 100.894 10.075 99.453 10.075 98.025 10.075 96.572 10.9 96.231 12.537Z" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "undefined-clip0_2011_438", children: _jsx("path", { fill: "#fff", d: "M0 0H105V24H0z" }) }) })] }));
|
|
6
|
+
}
|
|
7
|
+
if (type === "icon") {
|
|
8
|
+
return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [_jsxs("g", { fill: "currentColor", clipPath: "url(#undefined-clip0_2011_424)", children: [_jsx("path", { d: "M24 10.2625V12.9745H14.4816V24H11.448V10.2625H24Z" }), _jsx("path", { d: "M24 5.13123V7.84802H8.75521V24H5.72159V5.13123H24Z" }), _jsx("path", { d: "M24 0V2.7168H3.0336V24H0V0H24Z" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "undefined-clip0_2011_424", children: _jsx("path", { fill: "#fff", d: "M0 0H24V24H0z" }) }) })] }));
|
|
9
|
+
}
|
|
10
|
+
console.error(`Replicate doesn't support ${type}`);
|
|
11
|
+
return null;
|
|
12
|
+
});
|
|
13
|
+
Replicate.displayName = "Replicate";
|
|
14
|
+
Replicate.metadata = {
|
|
15
|
+
name: "Replicate",
|
|
16
|
+
category: "wordmark/ai",
|
|
17
|
+
tags: ["replicate", "icon"],
|
|
18
|
+
description: "Replicate icon from wordmark/ai category",
|
|
19
|
+
type: ["stroke", "icon"],
|
|
20
|
+
};
|
|
21
|
+
export default Replicate;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as
|
|
1
|
+
export { default as OpenAi } from "./OpenAi";
|
|
2
|
+
export { default as Grok } from "./Grok";
|
|
3
|
+
export { default as Google } from "./Google";
|
|
4
|
+
export { default as Gemini } from "./Gemini";
|
|
5
|
+
export { default as DeepSeek } from "./DeepSeek";
|
|
6
|
+
export { default as ClaudeAi } from "./ClaudeAi";
|
|
7
|
+
export { default as Replicate } from "./Replicate";
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as
|
|
1
|
+
export { default as OpenAi } from "./OpenAi";
|
|
2
|
+
export { default as Grok } from "./Grok";
|
|
3
|
+
export { default as Google } from "./Google";
|
|
4
|
+
export { default as Gemini } from "./Gemini";
|
|
5
|
+
export { default as DeepSeek } from "./DeepSeek";
|
|
6
|
+
export { default as ClaudeAi } from "./ClaudeAi";
|
|
7
|
+
export { default as Replicate } from "./Replicate";
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const Cursor = React.forwardRef(function Cursor({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "icon", ...props }, forwardedRef) {
|
|
4
|
+
if (type === "wordmark") {
|
|
5
|
+
return (_jsx("svg", { width: size, height: size, viewBox: "0 0 142 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M11.927.397H19.702V4.694H12.19C8.138 4.694 4.975 7.042 4.975 12 4.975 16.959 8.138 19.306 12.19 19.306H19.702V23.604H11.597C4.81 23.604 0 19.603 0 12 0 4.396 5.139.397 11.927.397ZM23.655.397H28.465V14.578C28.465 18.115 30.08 19.769 33.869 19.769 37.658 19.769 39.273 18.116 39.273 14.578V.397H44.083V15.57C44.083 20.727 40.821 24 33.869 24 26.917 24 23.655 20.694 23.655 15.537V.397ZM69.22 6.975C69.22 9.554 67.738 11.537 65.761 12.397V12.463C67.837 12.761 68.891 14.249 68.924 16.265L69.022 23.604H64.212L64.114 17.059C64.081 15.604 63.224 14.712 61.511 14.712H53.505V23.604H48.695V.397H61.972C66.322.397 69.22 2.611 69.22 6.975ZM64.378 7.636C64.378 5.653 63.324 4.562 61.347 4.562H53.505V10.71H61.412C63.224 10.71 64.378 9.62 64.378 7.636V7.636ZM87.407 16.827C87.407 15.174 86.353 14.479 84.772 14.348L79.434 13.852C74.821 13.422 72.416 11.604 72.416 7.207 72.416 2.81 75.381.397 79.631.397H91.426V4.562H79.961C78.314 4.562 77.259 5.422 77.259 7.074 77.259 8.727 78.346 9.521 79.994 9.653L85.43 10.116C89.549 10.479 92.25 12.365 92.25 16.794 92.25 21.223 89.384 23.604 85.332 23.604H73.009V19.439H84.87C86.419 19.439 87.407 18.381 87.407 16.827V16.827ZM106.318 0C113.566 0 118.146 4.661 118.146 11.967 118.146 19.273 113.369 24 106.121 24 98.873 24 94.293 19.273 94.293 11.967 94.293 4.661 99.07 0 106.318 0ZM113.172 12C113.172 7.107 110.338 4.231 106.22 4.231 102.101 4.231 99.268 7.107 99.268 12 99.268 16.892 102.101 19.768 106.22 19.768 110.338 19.768 113.172 16.892 113.172 12ZM142 6.975C142 9.554 140.518 11.537 138.54 12.397V12.463C140.616 12.761 141.671 14.249 141.703 16.265L141.802 23.604H136.992L136.893 17.059C136.861 15.604 136.004 14.712 134.29 14.712H126.284V23.604H121.474V.397H134.752C139.101.397 142 2.611 142 6.975ZM137.157 7.636C137.157 5.653 136.102 4.562 134.126 4.562H126.284V10.71H134.191C136.003 10.71 137.157 9.62 137.157 7.636V7.636Z", fill: "currentColor" }) }));
|
|
6
|
+
}
|
|
7
|
+
if (type === "icon") {
|
|
8
|
+
return (_jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M21.5812 5.68057L11.9972 0.133622C11.6895 -0.0445407 11.3097 -0.0445407 11.002 0.133622L1.41842 5.68057C1.15971 5.83032 0.999985 6.10726 0.999985 6.4072V17.5927C0.999985 17.8926 1.15971 18.1695 1.41842 18.3193L11.0024 23.8662C11.3102 24.0444 11.6899 24.0444 11.9977 23.8662L21.5817 18.3193C21.8404 18.1695 22.0001 17.8926 22.0001 17.5927V6.4072C22.0001 6.10726 21.8404 5.83032 21.5817 5.68057H21.5812ZM20.9792 6.85554L11.7273 22.9199C11.6647 23.0282 11.4996 22.984 11.4996 22.8586V12.3398C11.4996 12.1296 11.3876 11.9352 11.2058 11.8297L2.11897 6.57048C2.01098 6.50778 2.05508 6.34225 2.18016 6.34225H20.6841C20.9468 6.34225 21.111 6.62776 20.9797 6.85599H20.9792V6.85554Z", fill: "currentColor" }) }));
|
|
9
|
+
}
|
|
10
|
+
console.error(`Cursor doesn't support ${type}`);
|
|
11
|
+
return null;
|
|
12
|
+
});
|
|
13
|
+
Cursor.displayName = "Cursor";
|
|
14
|
+
Cursor.metadata = {
|
|
15
|
+
name: "Cursor",
|
|
16
|
+
category: "wordmark/software",
|
|
17
|
+
tags: ["cursor", "icon"],
|
|
18
|
+
description: "Cursor icon from wordmark/software category",
|
|
19
|
+
type: ["stroke", "icon"],
|
|
20
|
+
};
|
|
21
|
+
export default Cursor;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export const GitHub = React.forwardRef(function GitHub({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "icon", ...props }, forwardedRef) {
|
|
4
|
+
if (type === "wordmark") {
|
|
5
|
+
return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 88 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [_jsx("g", { clipPath: "url(#undefined-clip0_2011_440)", children: _jsx("path", { d: "M36.5283 19.8753H36.493C36.493 19.8753 36.493 19.9108 36.5283 19.8753ZM36.5283 19.9108C36.3517 19.9108 35.8924 20.0175 35.3978 20.0175C33.8434 20.0175 33.3135 19.3064 33.3135 18.3819V12.1597H36.4576C36.6343 12.1597 36.7756 12.0175 36.7756 11.7686V8.39081C36.7756 8.21303 36.6343 8.07081 36.4576 8.07081H33.3135V3.87526C33.3135 3.73303 33.2075 3.62637 33.0309 3.62637H28.7917C28.615 3.62637 28.509 3.73303 28.509 3.87526V8.17748C28.509 8.17748 26.3541 8.71081 26.2128 8.74637C26.0715 8.78192 25.9655 8.92415 25.9655 9.06637V11.7686C25.9655 11.9819 26.1068 12.1597 26.2834 12.1597H28.4737V18.6664C28.4737 23.5019 31.8298 23.9997 34.1261 23.9997C35.1859 23.9997 36.4223 23.6797 36.6343 23.573C36.7403 23.5375 36.8109 23.3953 36.8109 23.253V20.2664C36.8109 20.0886 36.6696 19.9464 36.5283 19.9108ZM83.1955 15.5375C83.1955 11.9464 81.7471 11.4841 80.228 11.6264C79.0622 11.6975 78.1084 12.3019 78.1084 12.3019V19.2708C78.1084 19.2708 79.0622 19.9464 80.5106 19.9819C82.5596 20.053 83.1955 19.3419 83.1955 15.5375ZM88 15.2175C88 22.0086 85.8097 23.9641 81.9944 23.9641C78.7796 23.9641 77.0133 22.3286 77.0133 22.3286C77.0133 22.3286 76.9426 23.253 76.8366 23.3597C76.766 23.4664 76.6953 23.5019 76.554 23.5019H73.6218C73.4099 23.5019 73.2332 23.3597 73.2332 23.1819L73.2686 1.13748C73.2686 0.959701 73.4099 0.817479 73.5865 0.817479H77.7904C77.9671 0.817479 78.1084 0.959701 78.1084 1.13748L78.0731 8.56859C78.0731 8.56859 79.6981 7.50192 82.065 7.50192H82.1004C84.5026 7.53748 88 8.42637 88 15.2175ZM70.831 8.07081H66.6977C66.4857 8.07081 66.3798 8.21303 66.3798 8.46192V19.2353C66.3798 19.2353 65.2846 20.0175 63.8009 20.0175C62.3171 20.0175 61.8932 19.3419 61.8932 17.8486V8.42637C61.8932 8.24859 61.7519 8.10637 61.5753 8.10637H57.3713C57.1947 8.10637 57.0534 8.24859 57.0534 8.42637V18.5597C57.0534 22.933 59.491 23.9997 62.8117 23.9997C65.5672 23.9997 67.7929 22.4708 67.7929 22.4708C67.7929 22.4708 67.8988 23.253 67.9342 23.3597C67.9695 23.4664 68.1108 23.5375 68.2521 23.5375H70.9016C71.1136 23.5375 71.2196 23.3953 71.2196 23.2175L71.2549 8.39081C71.1843 8.21303 71.043 8.07081 70.831 8.07081ZM24.1285 8.03526H19.9245C19.7479 8.03526 19.6066 8.21303 19.6066 8.42637V22.9686C19.6066 23.3597 19.8539 23.5019 20.2071 23.5019H23.9872C24.3758 23.5019 24.4817 23.3241 24.4817 22.9686V8.39081C24.4464 8.21303 24.3051 8.03526 24.1285 8.03526ZM22.0442 1.35081C20.5251 1.35081 19.324 2.5597 19.324 4.08859C19.324 5.61748 20.5251 6.82637 22.0442 6.82637C23.5279 6.82637 24.729 5.61748 24.729 4.08859C24.729 2.5597 23.5279 1.35081 22.0442 1.35081ZM54.5452 0.853035H50.3766C50.1999 0.853035 50.0586 0.995257 50.0586 1.17303V9.2797H43.5231V1.17303C43.5231 0.995257 43.3818 0.853035 43.2051 0.853035H39.0012C38.8246 0.853035 38.6833 0.995257 38.6833 1.17303V23.2175C38.6833 23.3953 38.8599 23.5375 39.0012 23.5375H43.2051C43.3818 23.5375 43.5231 23.3953 43.5231 23.2175V13.7953H50.0586L50.0233 23.2175C50.0233 23.3953 50.1646 23.5375 50.3412 23.5375H54.5452C54.7218 23.5375 54.8631 23.3953 54.8631 23.2175V1.17303C54.8631 0.995257 54.7218 0.853035 54.5452 0.853035ZM17.3456 10.5953V21.973C17.3456 22.0441 17.3103 22.1864 17.2397 22.2219C17.2397 22.2219 14.7668 23.9997 10.7041 23.9997C5.82898 23.9997 0 22.4708 0 12.2664C0 2.09748 5.08711 -0.035854 10.0329 -0.000298442C14.3428 -0.000298442 16.0739 0.959701 16.3212 1.13748C16.3918 1.24415 16.4271 1.31526 16.4271 1.42192L15.6146 4.94192C15.6146 5.1197 15.438 5.33303 15.226 5.26192C14.5195 5.04859 13.4597 4.62192 10.9514 4.62192C8.0546 4.62192 4.94581 5.4397 4.94581 12.0175C4.94581 18.5953 7.91329 19.3419 10.0329 19.3419C11.8346 19.3419 12.5058 19.1286 12.5058 19.1286V14.613H9.60899C9.39703 14.613 9.22039 14.4708 9.22039 14.293V10.5953C9.22039 10.4175 9.3617 10.2753 9.60899 10.2753H16.9924C17.2043 10.2753 17.3456 10.4175 17.3456 10.5953Z", fill: "currentColor" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "undefined-clip0_2011_440", children: _jsx("path", { fill: "#fff", d: "M0 0H88V24H0z" }) }) })] }));
|
|
6
|
+
}
|
|
7
|
+
if (type === "icon") {
|
|
8
|
+
return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [_jsx("g", { clipPath: "url(#undefined-clip0_2011_431)", children: _jsx("path", { d: "M12 0C5.37 0 0 5.37 0 12C0 17.31 3.435 21.795 8.205 23.385C8.805 23.49 9.03 23.13 9.03 22.815C9.03 22.53 9.015 21.585 9.015 20.58C6 21.135 5.22 19.845 4.98 19.17C4.845 18.825 4.26 17.76 3.75 17.475C3.33 17.25 2.73 16.695 3.735 16.68C4.68 16.665 5.355 17.55 5.58 17.91C6.66 19.725 8.385 19.215 9.075 18.9C9.18 18.12 9.495 17.595 9.84 17.295C7.17 16.995 4.38 15.96 4.38 11.37C4.38 10.065 4.845 8.985 5.61 8.145C5.49 7.845 5.07 6.615 5.73 4.965C5.73 4.965 6.735 4.65 9.03 6.195C9.99 5.925 11.01 5.79 12.03 5.79C13.05 5.79 14.07 5.925 15.03 6.195C17.325 4.635 18.33 4.965 18.33 4.965C18.99 6.615 18.57 7.845 18.45 8.145C19.215 8.985 19.68 10.05 19.68 11.37C19.68 15.975 16.875 16.995 14.205 17.295C14.64 17.67 15.015 18.39 15.015 19.515C15.015 21.12 15 22.41 15 22.815C15 23.13 15.225 23.505 15.825 23.385C20.565 21.795 24 17.295 24 12C24 5.37 18.63 0 12 0Z", fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "undefined-clip0_2011_431", children: _jsx("path", { fill: "#fff", d: "M0 0H24V24H0z" }) }) })] }));
|
|
9
|
+
}
|
|
10
|
+
console.error(`GitHub doesn't support ${type}`);
|
|
11
|
+
return null;
|
|
12
|
+
});
|
|
13
|
+
GitHub.displayName = "GitHub";
|
|
14
|
+
GitHub.metadata = {
|
|
15
|
+
name: "GitHub",
|
|
16
|
+
category: "wordmark/software",
|
|
17
|
+
tags: ["github", "icon"],
|
|
18
|
+
description: "GitHub icon from wordmark/software category",
|
|
19
|
+
type: ["stroke", "icon"],
|
|
20
|
+
};
|
|
21
|
+
export default GitHub;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_2011_421)"><path d="M4.70888 15.9055L9.42984 13.2667L9.50887 13.0367L9.42984 12.9096H9.19903L8.40909 12.8612L5.71144 12.7885L3.37219 12.6917L1.10578 12.5707L0.534656 12.4496L0 11.7475L0.0546563 11.3965L0.534656 11.0758L1.22128 11.1363L2.74022 11.2391L5.01872 11.3965L6.67144 11.4933L9.12 11.7475H9.50887L9.56353 11.5901L9.42984 11.4933L9.32662 11.3965L6.96909 9.8047L4.41722 8.12218L3.08053 7.15378L2.35744 6.6635L1.99294 6.20358L1.83497 5.19894L2.49122 4.47866L3.37219 4.53927L3.597 4.59978L4.49016 5.28364L6.39797 6.75446L8.88909 8.5821L9.25369 8.88467L9.39947 8.78176L9.41775 8.7092L9.25369 8.43679L7.89872 5.99776L6.45263 3.51633L5.80856 2.48741L5.6385 1.87013C5.57775 1.61584 5.53519 1.40405 5.53519 1.14378L6.28256 0.133074L6.69562 0L7.69219 0.133167L8.11144 0.496249L8.73112 1.90646L9.73369 4.12772L11.2891 7.1478L11.7448 8.04355L11.9878 8.87272L12.079 9.12691H12.237V8.9816L12.3645 7.28097L12.6015 5.19287L12.8324 2.50562L12.9114 1.7492L13.2881 0.841307L14.0354 0.351035L14.6187 0.629416L15.0987 1.31337L15.0319 1.75508L14.7463 3.60112L14.1874 6.49419L13.8228 8.43091H14.0354L14.2785 8.18876L15.2628 6.88753L16.9154 4.8297L17.6446 4.01267L18.4952 3.11085L19.042 2.68118H20.075L20.8343 3.80694L20.4942 4.96893L19.4309 6.31256L18.5498 7.45037L17.2861 9.14503L16.4962 10.5008L16.5691 10.6097L16.7575 10.5916L19.6132 9.98633L21.1565 9.70786L22.9974 9.39315L23.8299 9.78051L23.921 10.1739L23.5928 10.9789L21.6243 11.463L19.3154 11.9231L15.8765 12.7341L15.8339 12.7644L15.8826 12.8249L17.4319 12.9701L18.0942 13.0064H19.7165L22.7362 13.2304L23.5261 13.7509L24 14.3864L23.921 14.8705L22.7058 15.4878L21.0653 15.1005L17.2375 14.1927L15.925 13.8658H15.7428V13.9748L16.8365 15.04L18.8415 16.8436L21.3509 19.1677L21.4784 19.7427L21.1565 20.1965L20.8162 20.1481L18.6106 18.4959L17.76 17.7514L15.8339 16.1355H15.7064V16.3049L16.1498 16.9525L18.4952 20.4628L18.6167 21.5401L18.4466 21.8913L17.839 22.1031L17.1706 21.9819L15.7974 20.0634L14.3818 17.9027L13.2395 15.966L13.0998 16.0447L12.4253 23.2772L12.1094 23.6464L11.3802 23.9247L10.7727 23.4648L10.4506 22.7203L10.7726 21.2496L11.1615 19.3311L11.4774 17.8059L11.763 15.9115L11.9332 15.2821L11.921 15.2397L11.7813 15.2578L10.3474 17.2188L8.16609 20.1542L6.44053 21.9941L6.02738 22.1575L5.31038 21.7883L5.37722 21.1286L5.77819 20.5416L8.166 17.5154L9.606 15.6391L10.5357 14.5559L10.5296 14.3984H10.475L4.13156 18.5019L3.00141 18.6472L2.51531 18.1933L2.57606 17.4488L2.80697 17.2067L4.71478 15.8994L4.70888 15.9055Z" fill="#d97757"/></g><defs><clipPath id="clip0_2011_421"><path fill="#fff" d="M0 0H24V24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_2011_420)"><path d="M23.748 4.482C23.494 4.358 23.384 4.595 23.236 4.716C23.185 4.755 23.142 4.806 23.099 4.852C22.727 5.249 22.293 5.509 21.726 5.478C20.897 5.432 20.189 5.692 19.563 6.326C19.43 5.544 18.988 5.078 18.316 4.778C17.964 4.622 17.608 4.467 17.361 4.128C17.189 3.887 17.142 3.618 17.056 3.354C17.001 3.194 16.946 3.031 16.763 3.004C16.563 2.973 16.485 3.14 16.407 3.28C16.094 3.852 15.973 4.482 15.985 5.12C16.012 6.556 16.618 7.7 17.823 8.513C17.96 8.606 17.995 8.7 17.952 8.836C17.87 9.116 17.772 9.388 17.686 9.669C17.631 9.848 17.549 9.886 17.357 9.809C16.7083 9.53019 16.119 9.12963 15.621 8.629C14.764 7.801 13.99 6.887 13.024 6.171C12.8002 6.00562 12.5704 5.84851 12.335 5.7C11.35 4.743 12.465 3.957 12.723 3.864C12.993 3.766 12.816 3.432 11.944 3.436C11.072 3.44 10.274 3.731 9.257 4.12C9.10588 4.17791 8.95039 4.22372 8.792 4.257C7.84163 4.07793 6.86965 4.04355 5.909 4.155C4.024 4.365 2.519 5.257 1.412 6.778C0.082003 8.606 -0.230997 10.684 0.152003 12.85C0.555003 15.134 1.721 17.025 3.512 18.503C5.37 20.036 7.509 20.787 9.95 20.643C11.432 20.558 13.083 20.359 14.944 18.783C15.414 19.017 15.906 19.11 16.724 19.18C17.354 19.239 17.96 19.15 18.429 19.052C19.164 18.896 19.113 18.215 18.848 18.091C16.693 17.087 17.166 17.496 16.735 17.165C17.831 15.869 19.481 14.523 20.127 10.162C20.177 9.815 20.134 9.597 20.127 9.317C20.123 9.147 20.162 9.08 20.357 9.061C20.898 9.00487 21.4229 8.84351 21.902 8.586C23.298 7.823 23.862 6.571 23.995 5.069C24.015 4.839 23.991 4.603 23.748 4.482ZM11.581 18C9.492 16.358 8.479 15.817 8.061 15.84C7.669 15.864 7.74 16.311 7.826 16.603C7.916 16.891 8.033 17.089 8.197 17.342C8.311 17.509 8.389 17.758 8.084 17.945C7.411 18.361 6.242 17.805 6.187 17.778C4.826 16.976 3.687 15.918 2.886 14.471C2.112 13.078 1.662 11.584 1.588 9.989C1.568 9.603 1.681 9.467 2.065 9.397C2.56911 9.30053 3.08563 9.28735 3.594 9.358C5.726 9.67 7.54 10.623 9.062 12.132C9.93 12.992 10.587 14.019 11.264 15.023C11.984 16.089 12.758 17.105 13.744 17.937C14.092 18.229 14.369 18.451 14.635 18.614C13.833 18.704 12.495 18.724 11.581 18ZM12.581 11.56C12.5808 11.5103 12.5928 11.4614 12.6157 11.4173C12.6387 11.3733 12.6721 11.3355 12.7129 11.3072C12.7538 11.279 12.8009 11.2611 12.8502 11.2551C12.8996 11.2492 12.9496 11.2553 12.996 11.273C13.0552 11.2942 13.1062 11.3334 13.1421 11.385C13.1779 11.4366 13.1968 11.4982 13.196 11.561C13.1961 11.6016 13.1882 11.6418 13.1726 11.6793C13.1571 11.7168 13.1342 11.7509 13.1053 11.7795C13.0765 11.808 13.0422 11.8306 13.0046 11.8458C12.9669 11.861 12.9266 11.8685 12.886 11.868C12.8457 11.8681 12.8058 11.8602 12.7686 11.8448C12.7314 11.8293 12.6976 11.8065 12.6693 11.7779C12.641 11.7492 12.6187 11.7151 12.6037 11.6777C12.5887 11.6403 12.5803 11.6003 12.581 11.56ZM15.691 13.156C15.491 13.237 15.292 13.307 15.101 13.316C14.8137 13.326 14.5317 13.2363 14.303 13.062C14.029 12.832 13.833 12.704 13.751 12.304C13.7227 12.1085 13.7281 11.9096 13.767 11.716C13.837 11.389 13.759 11.179 13.528 10.989C13.341 10.833 13.102 10.79 12.84 10.79C12.7503 10.7848 12.6632 10.758 12.586 10.712C12.5537 10.6974 12.5249 10.6761 12.5014 10.6497C12.4779 10.6232 12.4602 10.5921 12.4494 10.5583C12.4387 10.5246 12.4351 10.489 12.439 10.4538C12.4429 10.4186 12.4541 10.3846 12.472 10.354C12.5 10.3 12.632 10.168 12.664 10.144C13.02 9.942 13.431 10.008 13.81 10.16C14.162 10.304 14.428 10.568 14.811 10.942C15.202 11.393 15.273 11.518 15.496 11.856C15.672 12.121 15.832 12.393 15.941 12.704C16.008 12.899 15.922 13.058 15.691 13.156Z" fill="#4d6bfe"/></g><defs><clipPath id="clip0_2011_420"><path fill="#fff" d="M0 0H24V24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2011_419" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><path d="M11.3567 0.39351C11.5405 -0.103402 12.246 -0.0954292 12.4185 0.40543L12.9005 1.80436C13.6205 3.89411 14.7989 5.79634 16.3493 7.37171C17.8997 8.94707 19.7828 10.1557 21.8608 10.909L23.4155 11.4725C23.9103 11.6518 23.9113 12.3511 23.4171 12.532L21.8587 13.1023C19.8372 13.8421 18.0011 15.0134 16.4782 16.5348C14.9553 18.0562 13.7822 19.8911 13.0403 21.9118L12.4304 23.5732C12.25 24.0649 11.5551 24.0662 11.3727 23.5753L10.7359 21.8601C9.99099 19.854 8.82048 18.0331 7.30481 16.5224C5.78915 15.0118 3.96429 13.8474 1.95573 13.1092L0.369313 12.5262C-0.122123 12.3455 -0.123412 11.651 0.3673 11.4685L1.98472 10.8672C3.9849 10.1235 5.80088 8.95667 7.30845 7.44638C8.81603 5.9361 9.97963 4.11803 10.7197 2.11652L11.3567 0.39351Z" fill="#3186ff"/></mask><g mask="url(#mask0_2011_419)"><g filter="url(#filter0_f_2011_419)"><path d="M13.1124 24.8053C21.8303 24.8053 28.8976 19.0722 28.8976 11.9999C28.8976 4.92774 21.8303 -0.80542 13.1124 -0.80542C4.39441 -0.80542 -2.67288 4.92774 -2.67288 11.9999C-2.67288 19.0722 4.39441 24.8053 13.1124 24.8053Z" fill="#3689ff"/></g><g filter="url(#filter1_f_2011_419)"><path d="M2.68283 17.3154C5.72966 17.3154 8.1996 14.7013 8.1996 11.4765C8.1996 8.25175 5.72966 5.63757 2.68283 5.63757C-0.364008 5.63757 -2.83395 8.25175 -2.83395 11.4765C-2.83395 14.7013 -0.364008 17.3154 2.68283 17.3154Z" fill="#f6c013"/></g><g filter="url(#filter2_f_2011_419)"><path d="M1.55531 17.7986C4.60214 17.7986 7.07209 15.1844 7.07209 11.9597C7.07209 8.7349 4.60214 6.12073 1.55531 6.12073C-1.49153 6.12073 -3.96147 8.7349 -3.96147 11.9597C-3.96147 15.1844 -1.49153 17.7986 1.55531 17.7986Z" fill="#f6c013"/></g><g filter="url(#filter3_f_2011_419)"><path d="M15.609 0.845644C13.8372 6.6443 5.26001 10.8188 1.79692 10.8725L11.5822 -5.31543L15.609 0.845644Z" fill="#fa4340"/></g><g filter="url(#filter4_f_2011_419)"><path d="M15.3271 -1.00677C13.5553 4.79189 4.97812 8.96636 1.51504 9.02007L11.3003 -7.16785L15.3271 -1.00677Z" fill="#fa4340"/></g><g filter="url(#filter5_f_2011_419)"><path d="M15.6493 22.51C13.8775 16.7113 5.30028 12.5369 1.83719 12.4832L11.6224 28.6711L15.6493 22.51Z" fill="#14bb69"/></g><g filter="url(#filter6_f_2011_419)"><path d="M15.8103 25.812C14.0385 20.0133 5.46135 15.8389 1.99826 15.7852L11.7835 31.9731L15.8103 25.812Z" fill="#14bb69"/></g></g><defs><filter id="filter0_f_2011_419" x="-5.572" y="-3.705" width="37.369" height="31.409" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1.45" result="effect1_foregroundBlur_2011_419"/></filter><filter id="filter1_f_2011_419" x="-7.988" y=".483" width="21.342" height="21.987" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2.577" result="effect1_foregroundBlur_2011_419"/></filter><filter id="filter2_f_2011_419" x="-9.116" y=".966" width="21.342" height="21.987" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2.577" result="effect1_foregroundBlur_2011_419"/></filter><filter id="filter3_f_2011_419" x="-3.357" y="-10.47" width="24.121" height="26.497" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2.577" result="effect1_foregroundBlur_2011_419"/></filter><filter id="filter4_f_2011_419" x="-3.639" y="-12.322" width="24.121" height="26.497" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2.577" result="effect1_foregroundBlur_2011_419"/></filter><filter id="filter5_f_2011_419" x="-3.317" y="7.329" width="24.121" height="26.497" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2.577" result="effect1_foregroundBlur_2011_419"/></filter><filter id="filter6_f_2011_419" x="-3.156" y="10.631" width="24.121" height="26.497" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2.577" result="effect1_foregroundBlur_2011_419"/></filter></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M23.9886 12.511C23.9886 11.5047 23.9069 10.7703 23.7302 10.0088H12.2391V14.5508H18.9841C18.8482 15.6795 18.1138 17.3794 16.4819 18.5217L16.459 18.6737L20.0923 21.4884L20.344 21.5135C22.6558 19.3784 23.9886 16.2371 23.9886 12.511Z" fill="#4285f4"/><path d="M12.2391 24.4781C15.5436 24.4781 18.3177 23.3901 20.344 21.5135L16.4819 18.5217C15.4484 19.2424 14.0613 19.7456 12.2391 19.7456C9.00253 19.7456 6.25556 17.6106 5.27634 14.6597L5.13281 14.6719L1.35487 17.5956L1.30547 17.733C3.31809 21.731 7.45218 24.4781 12.2391 24.4781Z" fill="#34a853"/><path d="M5.27634 14.6597C5.01797 13.8982 4.86844 13.0822 4.86844 12.2391C4.86844 11.3959 5.01797 10.58 5.26275 9.81849L5.25591 9.6563L1.43062 6.68555L1.30547 6.74508C0.475969 8.40417 0 10.2673 0 12.2391C0 14.211 0.475969 16.074 1.30547 17.733L5.27634 14.6597Z" fill="#fbbc05"/><path d="M12.2391 4.73241C14.5372 4.73241 16.0875 5.72512 16.9715 6.55472L20.4256 3.18216C18.3042 1.21031 15.5436 0 12.2391 0C7.45218 0 3.31809 2.74697 1.30547 6.74503L5.26275 9.81844C6.25556 6.86747 9.00253 4.73241 12.2391 4.73241Z" fill="#eb4335"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0H24V24.563H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.042 15.026 17.602 9.035C17.973 8.741 18.502 8.855 18.679 9.312 19.609 11.718 19.193 14.609 17.344 16.594 15.495 18.58 12.921 19.015 10.569 18.023L8 19.3C11.685 22.004 16.16 21.336 18.957 18.332 21.175 15.951 21.862 12.705 21.219 9.778L21.225 9.784C20.294 5.485 21.454 3.766 23.831.252 23.887.169 23.944.085 24 0L20.872 3.358V3.348L10.04 15.028M8.245 16.963C5.226 14.207 5.746 9.943 8.323 7.484 10.228 5.664 13.349 4.921 16.074 6.013L19 4.722C18.473 4.358 17.797 3.966 17.022 3.691 13.517 2.313 9.322 2.999 6.473 5.719 3.733 8.337 2.871 12.362 4.351 15.797 5.456 18.364 3.644 20.18 1.819 22.013 1.172 22.662.523 23.312 0 24L8.243 16.965" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.6951 18.52C23.8846 19.06 23.8391 19.635 23.5865 20.135C23.4046 20.5 23.1443 20.7825 22.826 21.035C22.442 21.335 21.9646 21.59 21.3886 21.835C20.7014 22.125 19.8627 22.3975 19.4787 22.4975C18.4959 22.75 17.5511 22.91 16.5936 22.9175C15.2243 22.93 14.0446 22.61 13.2058 21.7925C12.7713 21.845 12.3317 21.875 11.8896 21.875C11.4702 21.875 11.0559 21.85 10.6441 21.8C9.80287 22.6125 8.62814 22.93 7.26393 22.9175C6.30645 22.91 5.36161 22.75 4.37635 22.4975C3.99487 22.3975 3.15614 22.125 2.46898 21.835C1.89298 21.59 1.4155 21.335 1.03403 21.035C0.713189 20.7825 0.452979 20.5 0.271084 20.135C0.0209786 19.635 -0.0270214 19.06 0.164979 18.52C-0.0118635 18.1075 -0.0573372 17.635 0.0816102 17.1125C0.144768 16.875 0.248347 16.655 0.379715 16.46C0.351926 16.3575 0.329189 16.2525 0.314031 16.1375C0.218031 15.4525 0.458031 14.8275 0.910242 14.3425C1.13256 14.1 1.37256 13.9325 1.62266 13.825C1.43824 13.05 1.34224 12.2525 1.34224 11.4375C1.34224 5.6725 6.06393 1 11.8896 1C13.8905 1 15.7625 1.55 17.3591 2.51C17.6471 2.685 17.93 2.8725 18.2003 3.0725C18.3342 3.1725 18.4681 3.275 18.597 3.3825C18.7283 3.4875 18.8572 3.5975 18.981 3.71C19.3549 4.0475 19.706 4.41 20.0269 4.7975C20.1355 4.925 20.2391 5.0575 20.3401 5.1925C20.5448 5.46 20.7342 5.7375 20.9086 6.025C21.1738 6.455 21.4062 6.905 21.6083 7.3725C21.7422 7.685 21.8585 8.005 21.962 8.3325C22.1161 8.8225 22.2349 9.3275 22.3157 9.8475C22.341 10.02 22.3637 10.195 22.3814 10.37C22.4168 10.72 22.437 11.075 22.437 11.4375C22.437 12.2425 22.341 13.0325 22.1616 13.795C22.4395 13.9025 22.7022 14.0775 22.9473 14.3425C23.3995 14.8275 23.6395 15.455 23.5435 16.14C23.5283 16.2525 23.5056 16.3575 23.4778 16.46C23.6092 16.655 23.7128 16.875 23.7759 17.1125C23.9149 17.635 23.8694 18.1075 23.6951 18.52Z" fill="#fff"/><path d="M11.8105 20.125C16.659 20.125 20.5895 16.2355 20.5895 11.4375C20.5895 6.63953 16.659 2.75 11.8105 2.75C6.96205 2.75 3.03158 6.63953 3.03158 11.4375C3.03158 16.2355 6.96205 20.125 11.8105 20.125Z" fill="#ffd21e"/><path d="M20.5895 11.4375C20.5895 6.63953 16.659 2.75 11.8105 2.75C6.96204 2.75 3.03158 6.63953 3.03158 11.4375C3.03158 16.2355 6.96204 20.125 11.8105 20.125C16.659 20.125 20.5895 16.2355 20.5895 11.4375ZM2.02105 11.4375C2.02105 6.08724 6.40395 1.75 11.8105 1.75C17.2171 1.75 21.6 6.08724 21.6 11.4375C21.6 16.7878 17.2171 21.125 11.8105 21.125C6.40395 21.125 2.02105 16.7878 2.02105 11.4375Z" fill="#ffac03"/><path d="M14.663 9.073C14.985 9.185 15.113 9.84 15.438 9.669 16.054 9.345 16.288 8.588 15.961 7.979 15.633 7.369 14.868 7.138 14.252 7.462 13.636 7.786 13.402 8.543 13.73 9.152 13.884 9.44 14.375 8.972 14.663 9.073ZM8.712 9.073C8.39 9.185 8.262 9.84 7.936 9.669 7.32 9.345 7.087 8.588 7.414 7.979 7.742 7.369 8.506 7.138 9.122 7.462 9.738 7.786 9.972 8.543 9.645 9.152 9.49 9.44 8.999 8.972 8.712 9.073ZM11.747 15.072C14.23 15.072 15.032 12.882 15.032 11.757 15.032 11.172 14.634 11.356 13.998 11.668 13.41 11.956 12.619 12.353 11.747 12.353 9.934 12.353 8.463 10.632 8.463 11.757 8.463 12.882 9.264 15.072 11.747 15.072Z" fill="#3a3b45"/><path d="M11.8105 17.625C13.0206 17.625 14.0016 16.6542 14.0016 15.4568C14.0016 14.5241 13.4065 13.7289 12.5715 13.4229C12.5407 13.4116 12.5097 13.401 12.4783 13.3911C12.2678 13.3245 12.0434 14.0406 11.8105 14.0406C11.5929 14.0406 11.3827 13.3199 11.1843 13.3784C10.2794 13.645 9.61947 14.4746 9.61947 15.4568C9.61947 16.6542 10.6004 17.625 11.8105 17.625Z" fill="#ef4e4e"/><path d="M17.747 10.25C18.201 10.25 18.568 9.886 18.568 9.438 18.568 8.989 18.201 8.625 17.747 8.625 17.294 8.625 16.926 8.989 16.926 9.438 16.926 9.886 17.294 10.25 17.747 10.25ZM6 10.25C6.453 10.25 6.821 9.886 6.821 9.438 6.821 8.989 6.453 8.625 6 8.625 5.547 8.625 5.179 8.989 5.179 9.438 5.179 9.886 5.547 10.25 6 10.25Z" fill="#ffd21e" style="mix-blend-mode:multiply"/><path d="M4.31039 13C3.90138 13 3.53582 13.1663 3.28091 13.4678C3.12327 13.6545 2.95856 13.9555 2.94517 14.4062C2.77363 14.3575 2.60866 14.3303 2.45456 14.3303C2.06298 14.3303 1.70929 14.4787 1.45919 14.7485C1.13784 15.0947 0.995104 15.5203 1.05725 15.946C1.08681 16.1488 1.15527 16.3305 1.25759 16.4987C1.04184 16.6715 0.882935 16.912 0.806135 17.2013C0.746009 17.428 0.684367 17.9003 1.00622 18.3868C0.985756 18.4185 0.966556 18.4515 0.948619 18.4852C0.755104 18.8488 0.742725 19.2595 0.913504 19.642C1.17245 20.2218 1.8159 20.6785 3.06542 21.1687C3.84277 21.4738 4.55392 21.6687 4.56024 21.6705C5.58795 21.9342 6.51738 22.0682 7.32201 22.0682C8.80091 22.0682 9.85969 21.62 10.469 20.736C11.4498 19.3125 11.3095 18.0105 10.0406 16.7555C9.33826 16.061 8.8714 15.037 8.77414 14.8123C8.57809 14.1467 8.05969 13.407 7.19797 13.407C7.12546 13.407 7.05195 13.4128 6.97969 13.424C6.60226 13.4827 6.27232 13.6977 6.03662 14.0213C5.78222 13.7083 5.53515 13.4592 5.31157 13.3187C4.97456 13.1072 4.6378 13 4.31039 13ZM4.31039 14C4.43923 14 4.59662 14.0543 4.77018 14.1632C5.30904 14.5015 6.34887 16.2703 6.72959 16.9583C6.85717 17.1888 7.07519 17.2863 7.27148 17.2863C7.66104 17.2863 7.96521 16.903 7.3071 16.416C6.31755 15.6832 6.66466 14.4855 7.13708 14.4117C7.1578 14.4085 7.17826 14.407 7.19797 14.407C7.62744 14.407 7.81691 15.1395 7.81691 15.1395C7.81691 15.1395 8.3722 16.5195 9.32614 17.4627C10.2801 18.4062 10.3293 19.1635 9.63409 20.1725C9.1599 20.8605 8.2522 21.0682 7.32201 21.0682C6.35721 21.0682 5.36816 20.8447 4.81388 20.7025C4.7866 20.6955 1.41574 19.7533 1.84268 18.9513C1.91443 18.8165 2.03266 18.7625 2.18146 18.7625C2.78272 18.7625 3.87637 19.648 4.34651 19.648C4.45161 19.648 4.52563 19.6037 4.55595 19.4957C4.75628 18.7845 1.50997 18.4855 1.78357 17.4552C1.83182 17.273 1.96268 17.199 2.1466 17.1993C2.94112 17.1993 4.72369 18.582 5.09733 18.582C5.12588 18.582 5.14635 18.5738 5.15746 18.5563C5.34466 18.2573 5.24209 18.0485 3.9226 17.2583C2.6031 16.4678 1.67696 15.9922 2.20369 15.4248C2.26432 15.3593 2.35022 15.3303 2.45456 15.3303C3.25565 15.3305 5.14837 17.035 5.14837 17.035C5.14837 17.035 5.65919 17.5608 5.96816 17.5608C6.03915 17.5608 6.09952 17.533 6.14045 17.4645C6.35948 17.099 4.10601 15.409 3.97894 14.7118C3.89279 14.2393 4.03931 14 4.31039 14Z" fill="#ffac03"/><path d="M9.63406 20.1725C10.3293 19.1635 10.28 18.4063 9.3261 17.4628C8.37216 16.5195 7.81688 15.1395 7.81688 15.1395C7.81688 15.1395 7.60947 14.338 7.13705 14.4118C6.66462 14.4855 6.31776 15.6833 7.30732 16.416C8.29688 17.1485 7.11027 17.6463 6.72955 16.9583C6.34884 16.2703 5.30926 14.5015 4.77014 14.1633C4.23128 13.825 3.85182 14.0145 3.9789 14.7118C4.10597 15.409 6.3597 17.099 6.14041 17.4648C5.92113 17.8303 5.14833 17.035 5.14833 17.035C5.14833 17.035 2.73014 14.8573 2.20366 15.4248C1.67717 15.9923 2.60307 16.4678 3.92256 17.2583C5.24231 18.0485 5.34462 18.2573 5.15742 18.5563C4.96997 18.8553 2.05713 16.425 1.78353 17.4553C1.51018 18.4855 4.75625 18.7845 4.55591 19.4958C4.35557 20.2073 2.26934 18.1495 1.84265 18.9513C1.4157 19.7533 4.78656 20.6955 4.81385 20.7025C5.90269 20.982 8.66799 21.5743 9.63406 20.1725Z" fill="#ffd21e"/><path d="M19.437 13C19.846 13 20.2115 13.1663 20.4665 13.4678C20.6241 13.6545 20.7888 13.9555 20.8022 14.4062C20.9737 14.3575 21.1387 14.3303 21.2928 14.3303C21.6844 14.3303 22.0381 14.4787 22.2882 14.7485C22.6095 15.0947 22.7523 15.5203 22.6901 15.946C22.6606 16.1488 22.5921 16.3305 22.4898 16.4987C22.7055 16.6715 22.8644 16.912 22.9412 17.2013C23.0014 17.428 23.063 17.9003 22.7411 18.3868C22.7616 18.4185 22.7808 18.4515 22.7987 18.4852C22.9923 18.8488 23.0046 19.2595 22.8339 19.642C22.5749 20.2218 21.9315 20.6785 20.6819 21.1687C19.9046 21.4738 19.1934 21.6687 19.1871 21.6705C18.1594 21.9342 17.23 22.0682 16.4254 22.0682C14.9465 22.0682 13.8877 21.62 13.2783 20.736C12.2976 19.3125 12.4378 18.0105 13.7068 16.7555C14.4091 16.061 14.876 15.037 14.9732 14.8123C15.1693 14.1467 15.6877 13.407 16.5494 13.407C16.6219 13.407 16.6954 13.4128 16.7677 13.424C17.1451 13.4827 17.475 13.6977 17.7107 14.0213C17.9651 13.7083 18.2122 13.4592 18.4358 13.3187C18.7728 13.1072 19.1096 13 19.437 13ZM19.437 14C19.3081 14 19.1507 14.0543 18.9772 14.1632C18.4383 14.5015 17.3985 16.2703 17.0178 16.9583C16.8902 17.1888 16.6722 17.2863 16.4759 17.2863C16.0863 17.2863 15.7822 16.903 16.4403 16.416C17.4298 15.6832 17.0827 14.4855 16.6103 14.4117C16.5896 14.4085 16.5691 14.407 16.5494 14.407C16.1199 14.407 15.9305 15.1395 15.9305 15.1395C15.9305 15.1395 15.3752 16.5195 14.4212 17.4627C13.4673 18.4062 13.418 19.1635 14.1133 20.1725C14.5875 20.8605 15.4952 21.0682 16.4254 21.0682C17.3902 21.0682 18.3792 20.8447 18.9335 20.7025C18.9608 20.6955 22.3316 19.7533 21.9047 18.9513C21.8329 18.8165 21.7147 18.7625 21.5659 18.7625C20.9646 18.7625 19.871 19.648 19.4009 19.648C19.2958 19.648 19.2217 19.6037 19.1914 19.4957C18.9911 18.7845 22.2374 18.4855 21.9638 17.4552C21.9155 17.273 21.7847 17.199 21.6008 17.1993C20.8062 17.1993 19.0237 18.582 18.65 18.582C18.6215 18.582 18.601 18.5738 18.5899 18.5563C18.4027 18.2573 18.5053 18.0485 19.8248 17.2583C21.1443 16.4678 22.0704 15.9922 21.5437 15.4248C21.483 15.3593 21.3971 15.3303 21.2928 15.3303C20.4917 15.3305 18.599 17.035 18.599 17.035C18.599 17.035 18.0882 17.5608 17.7792 17.5608C17.7082 17.5608 17.6478 17.533 17.6069 17.4645C17.3879 17.099 19.6414 15.409 19.7684 14.7118C19.8546 14.2393 19.7081 14 19.437 14Z" fill="#ffac03"/><path d="M14.1133 20.1725C13.4181 19.1635 13.4673 18.4063 14.4213 17.4628C15.3752 16.5195 15.9305 15.1395 15.9305 15.1395C15.9305 15.1395 16.1379 14.338 16.6103 14.4118C17.0827 14.4855 17.4296 15.6833 16.44 16.416C15.4505 17.1485 16.6371 17.6463 17.0178 16.9583C17.3985 16.2703 18.4381 14.5015 18.9772 14.1633C19.5161 13.825 19.8955 14.0145 19.7685 14.7118C19.6414 15.409 17.3877 17.099 17.607 17.4648C17.8262 17.8303 18.599 17.035 18.599 17.035C18.599 17.035 21.0172 14.8573 21.5437 15.4248C22.0702 15.9923 21.1443 16.4678 19.8248 17.2583C18.5051 18.0485 18.4027 18.2573 18.5899 18.5563C18.7774 18.8553 21.6902 16.425 21.9638 17.4553C22.2372 18.4855 18.9911 18.7845 19.1915 19.4958C19.3918 20.2073 21.478 18.1495 21.9047 18.9513C22.3317 19.7533 18.9608 20.6955 18.9335 20.7025C17.8447 20.982 15.0794 21.5743 14.1133 20.1725Z" fill="#ffd21e"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.85887 12.0949C4.02155 12.2871 3.50049 13.079 3.70413 13.9277C3.89641 14.7764 4.71097 15.2747 5.53693 15.0824C6.37425 14.8902 6.88393 14.0983 6.69165 13.2496C6.49939 12.3998 5.68483 11.9026 4.85887 12.0949Z" fill="#ffb5d6"/><path d="M5.58186 8.89196C6.24968 9.42438 7.18826 9.33338 7.73206 8.65418C8.27472 7.97498 8.15072 7.03642 7.4943 6.50398C6.83786 5.97156 5.88676 6.06256 5.3441 6.74176C4.80142 7.42094 4.92544 8.35952 5.58186 8.89196Z" fill="#d2a7e9"/><path d="M9.63371 16.9382C8.85327 16.5651 7.95905 16.8814 7.58591 17.6516C7.21275 18.4206 7.51765 19.3149 8.29923 19.6994C9.07967 20.0726 9.97387 19.7563 10.347 18.9861C10.7088 18.2056 10.4153 17.3114 9.63371 16.9382Z" fill="#ffdcdc"/><path d="M14.3409 16.9375C13.5605 17.3107 13.2544 18.2163 13.6276 18.9853C14.0007 19.7544 14.8836 20.0832 15.6754 19.6987C16.4559 19.3255 16.7619 18.4199 16.3887 17.6509C16.0155 16.8818 15.1225 16.553 14.3409 16.9375Z" fill="#ffd1a4"/><path d="M19.1173 12.0948C18.28 11.9026 17.4768 12.4009 17.2846 13.2496C17.0923 14.0983 17.6019 14.9014 18.4393 15.0823C19.2766 15.2746 20.0798 14.7763 20.272 13.9276C20.4644 13.079 19.9546 12.2871 19.1173 12.0948Z" fill="url(#paint0_linear_2011_422)"/><path d="M18.6078 8.89332C19.2756 8.36088 19.3882 7.4223 18.8456 6.7431C18.3029 6.06392 17.3632 5.97404 16.6954 6.50534C16.0275 7.03778 15.9149 7.97634 16.4576 8.65554C17.0014 9.33472 17.94 9.4246 18.6078 8.89332Z" fill="#a0b0f6"/><path d="M11.9877 3.54004C11.1048 3.54004 10.4484 4.21922 10.4484 5.0793C10.4484 5.93938 11.1048 6.61858 11.9877 6.61858C12.8591 6.61858 13.5269 5.93938 13.5269 5.0793C13.5258 4.21808 12.8591 3.54004 11.9877 3.54004Z" fill="#bbabed"/><defs><linearGradient id="paint0_linear_2011_422" x1="18.34" y1="15.063" x2="19.19" y2="12.203" gradientUnits="userSpaceOnUse"><stop offset=".266" stop-color="#ffb7b2"/><stop offset=".578" stop-color="#ab9efc"/></linearGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2011_417" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.0955 0C11.0142 0 14.1908 3.17802 14.1908 7.09845V9.79608H16.5522C20.4709 9.79608 23.6477 12.9743 23.6477 16.8945C23.6477 20.8148 20.4709 23.9928 16.5522 23.9928H0V7.09845C0 3.17802 3.17664 0 7.0955 0Z" fill="url(#paint0_linear_2011_417)"/></mask><g mask="url(#mask0_2011_417)"><g filter="url(#filter0_f_2011_417)"><path d="M10.3746 28.779C19.2155 28.779 26.3824 21.628 26.3824 12.8068C26.3824 3.98569 19.2155 -3.16527 10.3746 -3.16527C1.53383 -3.16527 -5.63307 3.98569 -5.63307 12.8068C-5.63307 21.628 1.53383 28.779 10.3746 28.779Z" fill="#4b73ff"/></g><g filter="url(#filter1_f_2011_417)"><path d="M12.1323 20.0142C23.4549 20.0142 32.6337 12.8633 32.6337 4.04212C32.6337 -4.77904 23.4549 -11.93 12.1323 -11.93C0.809723 -11.93 -8.36907 -4.77904 -8.36907 4.04212C-8.36907 12.8633 0.809723 20.0142 12.1323 20.0142Z" fill="#ff66f4"/></g><g filter="url(#filter2_f_2011_417)"><path d="M15.4752 15.0635C24.316 15.0635 31.4829 8.78339 31.4829 1.03653C31.4829 -6.71034 24.316 -12.9904 15.4752 -12.9904C6.63437 -12.9904 -0.532529 -6.71034 -0.532529 1.03653C-0.532529 8.78339 6.63437 15.0635 15.4752 15.0635Z" fill="#ff0105"/></g><g filter="url(#filter3_f_2011_417)"><path d="M12.4172 13.6438C17.734 13.6438 22.0441 9.34324 22.0441 4.03818C22.0441 -1.26688 17.734 -5.56748 12.4172 -5.56748C7.10039 -5.56748 2.79028 -1.26688 2.79028 4.03818C2.79028 9.34324 7.10039 13.6438 12.4172 13.6438Z" fill="#fe7b02"/></g></g><defs><filter id="filter0_f_2011_417" x="-12.791" y="-10.323" width="46.332" height="46.261" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="3.579" result="effect1_foregroundBlur_2011_417"/></filter><filter id="filter1_f_2011_417" x="-15.527" y="-19.088" width="55.319" height="46.261" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="3.579" result="effect1_foregroundBlur_2011_417"/></filter><filter id="filter2_f_2011_417" x="-7.691" y="-20.149" width="46.332" height="42.37" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="3.579" result="effect1_foregroundBlur_2011_417"/></filter><filter id="filter3_f_2011_417" x="-4.368" y="-12.726" width="33.57" height="33.528" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="3.579" result="effect1_foregroundBlur_2011_417"/></filter><linearGradient id="paint0_linear_2011_417" x1="7.958" y1="4.216" x2="15.134" y2="23.994" gradientUnits="userSpaceOnUse"><stop offset=".025" stop-color="#ff8e63"/><stop offset=".56" stop-color="#ff7eb0"/><stop offset=".95" stop-color="#4b73ff"/></linearGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_2011_425)"><path d="M20.4 0H3.6C1.61177 0 0 1.61177 0 3.6V20.4C0 22.3882 1.61177 24 3.6 24H20.4C22.3882 24 24 22.3882 24 20.4V3.6C24 1.61177 22.3882 0 20.4 0Z" fill="#141414"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.6139 3.83997C10.3804 3.89271 9.21756 4.21797 8.18394 4.75719L11.6139 10.698V3.83997ZM11.6139 13.3623L8.18412 19.3029C9.21768 19.842 10.3805 20.1672 11.6139 20.22V13.3623ZM12.3268 20.2199V13.3583L15.7582 19.3017C14.7242 19.8414 13.5608 20.1671 12.3268 20.2199ZM12.3268 10.702V3.83997C13.5609 3.89283 14.7244 4.21857 15.7583 4.75827L12.3268 10.702ZM5.05536 16.435L10.9974 13.0044L7.56708 18.946C6.5573 18.3015 5.70016 17.4446 5.05536 16.435ZM18.886 7.62687L12.9449 11.0569L16.3753 5.11539C17.3847 5.76015 18.2415 6.6172 18.886 7.62687ZM5.0547 7.62597C5.69953 6.61599 6.55684 5.75878 7.5669 5.11407L10.9984 11.0575L5.0547 7.62597ZM4.6977 8.24301C4.15812 9.27711 3.83256 10.4407 3.78 11.6749H10.642L4.6977 8.24301ZM4.6983 15.8181C4.15872 14.7844 3.8331 13.6214 3.78012 12.3877H10.6398L4.6983 15.8181ZM13.3001 11.6749H20.1601C20.1075 10.441 19.7822 9.27777 19.2428 8.24391L13.3001 11.6749ZM19.2422 15.8172L13.3024 12.3877H20.1599C20.107 13.621 19.7815 14.7838 19.2422 15.8172ZM12.9459 13.0051L16.3751 18.9446C17.3843 18.3001 18.2409 17.4434 18.8852 16.4341L12.9459 13.0051Z" fill="#fff"/></g><defs><clipPath id="clip0_2011_425"><path fill="#fff" d="M0 0H24V24H0z"/></clipPath></defs></svg>
|