@iconify-react/ant-design 1.0.2 → 1.0.3
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/components/a/anthropic-filled.jsx +19 -0
- package/components/c/claude-filled.jsx +19 -0
- package/components/d/deep-seek-filled.jsx +19 -0
- package/components/e/eleven-labs-filled.jsx +19 -0
- package/components/g/gemini-filled.jsx +19 -0
- package/components/h/hugging-face-filled.jsx +19 -0
- package/components/m/mastodon-filled.jsx +19 -0
- package/components/m/mistral-filled.jsx +19 -0
- package/components/o/ollama-filled.jsx +19 -0
- package/components/p/perplexity-filled.jsx +19 -0
- package/components/q/qwen-filled.jsx +19 -0
- package/components/r/replicate-filled.jsx +19 -0
- package/components/s/snapchat-filled.jsx +19 -0
- package/components/t/telegram-filled.jsx +19 -0
- package/components/t/threads-filled.jsx +19 -0
- package/css/a/ax9gbu_0p.css +4 -0
- package/css/f/ftij1dlzv.css +4 -0
- package/css/g/gtx0be1eg.css +4 -0
- package/css/h/hd57gbbou.css +4 -0
- package/css/j/j3jb4gb8z.css +4 -0
- package/css/k/kqtsj--xx.css +4 -0
- package/css/l/l4p5sgccu.css +4 -0
- package/css/m/m1a2adbha.css +4 -0
- package/css/q/qyz5hkbaw.css +4 -0
- package/css/u/unmtxeb2j.css +4 -0
- package/css/v/v5zngn6ow.css +4 -0
- package/css/w/w1sol0n2q.css +4 -0
- package/css/w/w5172_-am.css +4 -0
- package/css/y/yln92w6ab.css +4 -0
- package/css/y/ymg_n841n.css +4 -0
- package/iconify.json +3 -3
- package/package.json +61 -1
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/y/yln92w6ab.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":1024,"height":1024};
|
|
6
|
+
|
|
7
|
+
/** @param {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="yln92w6ab"/>`,
|
|
15
|
+
"fallback": "ant-design:anthropic-filled",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/f/ftij1dlzv.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":1024,"height":1024};
|
|
6
|
+
|
|
7
|
+
/** @param {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="ftij1dlzv"/>`,
|
|
15
|
+
"fallback": "ant-design:claude-filled",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/q/qyz5hkbaw.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":1024,"height":1024};
|
|
6
|
+
|
|
7
|
+
/** @param {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="qyz5hkbaw"/>`,
|
|
15
|
+
"fallback": "ant-design:deep-seek-filled",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/j/j3jb4gb8z.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":1024,"height":1024};
|
|
6
|
+
|
|
7
|
+
/** @param {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="j3jb4gb8z"/>`,
|
|
15
|
+
"fallback": "ant-design:eleven-labs-filled",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/g/gtx0be1eg.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":1024,"height":1024};
|
|
6
|
+
|
|
7
|
+
/** @param {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="gtx0be1eg"/>`,
|
|
15
|
+
"fallback": "ant-design:gemini-filled",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/v/v5zngn6ow.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":1024,"height":1024};
|
|
6
|
+
|
|
7
|
+
/** @param {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="v5zngn6ow"/>`,
|
|
15
|
+
"fallback": "ant-design:hugging-face-filled",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/a/ax9gbu_0p.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":1024,"height":1024};
|
|
6
|
+
|
|
7
|
+
/** @param {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="ax9gbu_0p"/>`,
|
|
15
|
+
"fallback": "ant-design:mastodon-filled",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/h/hd57gbbou.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":1024,"height":1024};
|
|
6
|
+
|
|
7
|
+
/** @param {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="hd57gbbou"/>`,
|
|
15
|
+
"fallback": "ant-design:mistral-filled",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/u/unmtxeb2j.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":1024,"height":1024};
|
|
6
|
+
|
|
7
|
+
/** @param {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="unmtxeb2j"/>`,
|
|
15
|
+
"fallback": "ant-design:ollama-filled",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/w/w5172_-am.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":1024,"height":1024};
|
|
6
|
+
|
|
7
|
+
/** @param {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="w5172_-am"/>`,
|
|
15
|
+
"fallback": "ant-design:perplexity-filled",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/l/l4p5sgccu.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":1024,"height":1024};
|
|
6
|
+
|
|
7
|
+
/** @param {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="l4p5sgccu"/>`,
|
|
15
|
+
"fallback": "ant-design:qwen-filled",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/y/ymg_n841n.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":1024,"height":1024};
|
|
6
|
+
|
|
7
|
+
/** @param {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="ymg_n841n"/>`,
|
|
15
|
+
"fallback": "ant-design:replicate-filled",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/k/kqtsj--xx.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":1024,"height":1024};
|
|
6
|
+
|
|
7
|
+
/** @param {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="kqtsj--xx"/>`,
|
|
15
|
+
"fallback": "ant-design:snapchat-filled",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/m/m1a2adbha.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":1024,"height":1024};
|
|
6
|
+
|
|
7
|
+
/** @param {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="m1a2adbha"/>`,
|
|
15
|
+
"fallback": "ant-design:telegram-filled",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/w/w1sol0n2q.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":1024,"height":1024};
|
|
6
|
+
|
|
7
|
+
/** @param {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="w1sol0n2q"/>`,
|
|
15
|
+
"fallback": "ant-design:threads-filled",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ax9gbu_0p {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M932.672 262.352C919.605 166.107 834.97 90.245 734.656 75.536C717.706 73.035 653.568 64 505.019 64h-1.12c-148.587 0-180.507 9.035-197.419 11.536c-97.552 14.299-186.63 82.47-208.245 179.872c-10.342 47.973-11.462 101.173-9.558 149.93c2.763 69.963 3.286 139.814 9.707 209.478a967 967 0 0 0 23.147 137.387c20.533 83.514 103.674 152.992 185.173 181.328c87.21 29.568 181.03 34.458 270.89 14.186a396 396 0 0 0 29.345-7.952c21.84-6.87 47.413-14.56 66.229-28.112a2.13 2.13 0 0 0 .859-1.605v-67.536a1.94 1.94 0 0 0-.747-1.53a1.98 1.98 0 0 0-1.717-.374a757.2 757.2 0 0 1-175.803 20.347c-101.92 0-129.285-47.936-137.163-67.872a208.8 208.8 0 0 1-11.909-53.5a1.98 1.98 0 0 1 2.464-2.015a743 743 0 0 0 172.928 20.384c14.037 0 28 0 42-.373c58.613-1.643 120.363-4.63 178.005-15.755c1.419-.299 2.875-.56 4.107-.896c90.907-17.323 177.445-71.68 186.256-209.216c.299-5.413 1.12-56.747 1.12-62.347c.075-19.114 6.235-135.52-.896-207.013m-139.925 343.28h-95.611V373.493c0-48.869-20.533-73.77-62.347-73.77c-45.92 0-68.917 29.493-68.917 87.733v127.045h-95.05V387.42c0-58.24-23.035-87.734-68.993-87.734c-41.514 0-62.272 24.939-62.346 73.808v232.139H244.02V366.475q0-73.36 37.744-116.48c25.984-28.747 60.032-43.456 102.294-43.456c48.944 0 85.941 18.666 110.581 55.925l23.819 39.573l23.818-39.573c24.64-37.296 61.6-55.925 110.507-55.925c42.187 0 76.272 14.746 102.293 43.456c25.2 28.746 37.782 67.573 37.782 116.48z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ftij1dlzv {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m240.004 659.672l176.117-98.825l2.949-8.613l-2.95-4.76h-8.612l-29.467-1.814l-100.636-2.722l-87.267-3.625l-84.545-4.532l-21.306-4.536l-19.947-26.29l2.038-13.15l17.909-12.013l25.61 2.27l56.669 3.853l84.997 5.89l61.652 3.63l91.347 9.52h14.508l2.038-5.895l-4.987-3.625l-3.853-3.63l-87.943-59.61l-95.2-63.014l-49.862-36.266l-26.973-18.36l-13.6-17.226l-5.892-37.624l24.48-26.974l32.864 2.266l8.385 2.266l33.32 25.611l71.172 55.082l92.934 68.454l13.6 11.33l5.44-3.852l.68-2.718l-6.123-10.203l-50.546-91.344l-53.946-92.933l-24.024-38.528l-6.347-23.125c-2.266-9.52-3.853-17.45-3.853-27.197l27.88-37.856L314.123 64l37.173 4.988l15.643 13.597l23.116 52.815l37.4 83.186l58.028 113.105l16.998 33.544l9.068 31.054l3.398 9.52h5.894v-5.44l4.76-63.69l8.841-78.202l8.613-100.64L546 129.505l14.053-34l27.88-18.36l21.758 10.427l17.909 25.61l-2.494 16.55l-10.651 69.13L593.6 307.208L580 379.743h7.933l9.068-9.068l36.718-48.732l61.652-77.067l27.201-30.598l31.733-33.772l20.4-16.094h38.531l28.336 42.16l-12.693 43.52l-39.667 50.318l-32.868 42.612l-47.145 63.467l-29.467 50.773l2.722 4.08l7.026-.683l106.53-22.661l57.572-10.431l68.679-11.786l31.054 14.508l3.397 14.731l-12.238 30.147l-73.435 18.133l-86.135 17.225L656.61 540.9l-1.587 1.135l1.814 2.266l57.8 5.44l24.707 1.358h60.517l112.654 8.389l29.463 19.488l17.681 23.804l-2.95 18.132l-45.33 23.121l-61.2-14.508l-142.8-34l-48.955-12.24h-6.802v4.08l40.801 39.894l74.798 67.544l93.613 87.039l4.76 21.533l-12.014 17.002l-12.693-1.814l-82.279-61.88l-31.733-27.88l-71.852-60.518h-4.76v6.346l16.546 24.252l87.494 131.466l4.533 40.346l-6.347 13.145l-22.665 7.933l-24.935-4.532l-51.225-71.852l-52.812-80.92l-42.612-72.53l-5.215 2.948l-25.163 270.861l-11.783 13.825L488.88 960l-22.666-17.226l-12.014-27.88l12.014-55.078l14.508-71.852l11.786-57.12l10.651-70.948l6.347-23.572l-.452-1.587l-5.215.68l-53.491 73.442l-81.372 109.931l-64.374 68.903l-15.411 6.122l-26.746-13.828l2.49-24.707l14.964-21.986l89.077-113.332l53.719-70.262l34.683-40.574l-.232-5.895h-2.038L218.47 756.911l-42.16 5.439l-18.133-17.002l2.27-27.877l8.613-9.068l71.172-48.959Z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.gtx0be1eg {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M476.16 785.28Q512 867.04 512 960q0-92.96 34.72-174.72q35.84-81.76 96.32-142.24t142.24-95.2Q867.04 512 960 512q-92.96 0-174.72-34.72a459.2 459.2 0 0 1-142.24-96.32a459.2 459.2 0 0 1-96.32-142.24Q512 156.96 512 64q0 92.96-35.84 174.72q-34.72 81.76-95.2 142.24a459.2 459.2 0 0 1-142.24 96.32Q156.96 512 64 512q92.96 0 174.72 35.84q81.76 34.72 142.24 95.2t95.2 142.24");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.kqtsj--xx {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M519.69 93.605c36.96 0 162.289 10.304 221.387 142.651c19.75 44.539 15.046 120.176 11.163 180.955l-.112 2.24c-.448 6.72-.821 12.88-1.12 19.04c2.8 1.68 7.579 3.36 14.97 3.36c11.2-.598 24.603-4.48 38.566-11.238c6.16-3.285 12.843-3.882 17.323-3.882c6.794 0 13.402 1.082 19.002 3.36c16.8 5.562 27.403 17.882 27.403 31.285c.56 16.763-14.56 31.323-45.285 43.605c-3.323 1.083-7.803 2.8-12.843 4.443c-16.8 5.04-42.523 13.44-49.765 30.24c-3.36 8.363-2.278 19.563 4.48 32.405l.56.56c2.24 5.078 56.97 129.734 178.864 149.856c9.52 1.643 16.24 10.08 15.68 19.003c0 2.8-.56 5.563-1.68 8.4c-8.96 21.243-47.526 36.885-117.451 47.45c-2.203 3.398-4.48 14-6.123 21.28c-1.082 6.683-2.762 13.44-5.002 20.646c-2.838 10.117-10.08 15.12-20.72 15.12h-1.12c-5.04 0-11.686-1.157-20.086-2.763c-13.44-2.8-28.56-5.04-47.525-5.04c-11.2 0-22.363.56-34.085 2.763c-22.4 3.883-41.926 17.323-64.326 33.003c-31.845 22.362-68.17 48.085-122.976 48.085c-2.24 0-4.442-.56-6.72-.56h-5.562c-54.806 0-90.608-25.2-122.416-48.085c-22.363-15.68-41.328-29.083-63.728-33.003c-11.723-1.68-23.483-2.763-34.646-2.763c-20.16 0-35.765 3.323-47.488 5.563c-7.877 1.605-14.597 2.763-20.16 2.763c-13.962 0-19.525-8.363-21.765-15.68c-2.277-7.168-3.36-14.523-5.04-21.168c-1.717-6.758-3.92-18.443-6.197-21.28C113.54 787.93 75.013 772.25 66.09 750.448c-1.158-2.352-1.942-5.6-2.054-8.4c-.56-9.072 6.16-17.36 15.68-19.003c121.856-20.16 176.587-144.816 178.864-150.08l.598-1.082c6.72-12.88 8.362-24.08 4.442-32.443c-7.28-16.203-33.002-24.565-49.728-30.203c-4.517-1.082-8.96-2.762-12.917-4.442c-41.328-16.24-46.928-34.72-44.688-47.526c3.36-17.882 25.163-29.605 43.605-29.605c5.451 0 10.08 1.083 14.299 2.763c15.68 7.242 29.456 11.2 41.216 11.2c8.736 0 14.336-2.24 17.36-3.92l-1.717-21.243c-3.659-60.704-8.4-136.304 11.461-180.581c57.456-131.675 182.41-141.755 219.296-141.755l15.643-.56h2.24z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.l4p5sgccu {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M956.976 607.013L841.168 406.347l54.88-94.976a20.91 20.91 0 0 0 0-21.131l-60.965-105.653a21.28 21.28 0 0 0-18.294-10.566H585.061l-54.88-95.013a21.28 21.28 0 0 0-18.293-10.603H389.995A20.91 20.91 0 0 0 371.7 79.008L255.856 279.6h-109.76a20.91 20.91 0 0 0-18.293 10.603L66.875 395.78a20.91 20.91 0 0 0 0 21.168L182.72 617.653l-54.88 95.014a20.91 20.91 0 0 0 0 21.13l61.003 105.654a21.28 21.28 0 0 0 18.293 10.565h231.653l54.88 95.013a21.28 21.28 0 0 0 18.294 10.603h121.93a21.28 21.28 0 0 0 18.294-10.603l115.882-200.666h109.76a21.28 21.28 0 0 0 18.294-10.566l61.002-105.578a20.53 20.53 0 0 0-.15-21.206M390.033 89.611l61.003 105.578l-61.003 105.579h487.835L816.79 406.347H341.2L274.187 290.24Zm48.757 739.237l-231.653-.075L268.14 723.12h121.893L146.171 300.843h121.968Q386.933 506.81 505.84 712.703zM816.752 617.54L755.787 512L511.925 934.427l-61.002-105.654c79.482-137.125 158.666-274.437 237.925-411.712h134.101l115.808 200.63z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.m1a2adbha {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M509.91 64A448 448 0 0 0 64 512a448 448 0 0 0 448 448a448 448 0 0 0 448-448A448 448 0 0 0 512 64a448 448 0 0 0-2.09 0m185.247 269.696c3.734-.075 11.984.859 17.36 5.227a18.9 18.9 0 0 1 6.384 12.133c.598 3.472 1.344 11.424.747 17.621c-6.72 70.859-35.915 242.742-50.773 322.075c-6.272 33.6-18.63 44.837-30.614 45.92c-25.984 2.427-45.733-17.173-70.933-33.675c-39.424-25.872-61.712-41.962-99.979-67.2c-44.24-29.12-15.568-45.173 9.632-71.306c6.608-6.87 121.222-111.142 123.462-120.587c.261-1.195.522-5.6-2.091-7.915s-6.496-1.53-9.296-.896c-3.957.896-66.939 42.56-188.944 124.88c-17.92 12.32-34.085 18.294-48.608 17.92c-15.979-.298-46.741-8.997-69.627-16.426c-28.074-9.147-50.362-13.963-48.421-29.456c1.008-8.064 12.133-16.315 33.339-24.752c130.592-56.896 217.653-94.416 261.258-112.523c124.395-51.744 150.267-60.741 167.104-61.04");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.qyz5hkbaw {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M950.592 237.637c-9.483-4.629-13.59 4.219-19.115 8.699c-1.904 1.493-3.51 3.36-5.114 5.115c-13.888 14.821-30.091 24.528-51.26 23.37c-30.948-1.717-57.38 7.99-80.751 31.659c-4.965-29.195-21.467-46.592-46.555-57.792c-13.141-5.787-26.432-11.61-35.653-24.267c-6.421-8.96-8.176-19.002-11.387-28.896c-2.053-5.973-4.106-12.058-10.938-13.066c-7.467-1.158-10.38 5.077-13.291 10.304c-11.685 21.354-16.203 44.874-15.755 68.693c1.008 53.61 23.632 96.32 68.619 126.672c5.115 3.51 6.421 6.981 4.816 12.059c-3.061 10.453-6.72 20.645-9.93 31.098c-2.054 6.683-5.115 8.139-12.246 5.227a205.3 205.3 0 0 1-64.848-44.016c-31.995-30.912-60.89-65.072-96.955-91.84a448 448 0 0 0-25.722-17.547c-36.774-35.728 4.853-65.072 14.448-68.544c10.08-3.658 3.509-16.165-29.046-15.978c-32.554.112-62.346 11.013-100.314 25.573a112 112 0 0 1-17.36 5.077a358.4 358.4 0 0 0-107.632-3.77c-70.374 7.84-126.56 41.066-167.888 97.888c-49.654 68.282-61.339 145.861-47.04 226.725c15.045 85.27 58.538 155.867 125.44 211.045c69.328 57.232 149.221 85.27 240.352 79.894c55.328-3.174 116.928-10.603 186.442-69.44c17.547 8.736 35.915 12.245 66.454 14.858c23.482 2.166 46.106-1.157 63.653-4.816c27.44-5.786 25.536-31.21 15.605-35.877c-80.453-37.483-62.794-22.213-78.848-34.57c40.88-48.347 103.339-134.326 122.603-251.366c1.867-12.917 4.293-31.136 4.032-41.59c-.15-6.383 1.307-8.885 8.587-9.594a156.8 156.8 0 0 0 57.68-17.733c52.154-28.486 73.173-75.264 78.138-131.302c.747-8.586-.15-17.434-9.221-21.952M496.32 742.272c-77.952-61.301-115.77-81.499-131.413-80.64c-14.56.896-11.947 17.621-8.736 28.485c3.36 10.752 7.728 18.182 13.85 27.627c4.256 6.235 7.168 15.53-4.218 22.512c-25.126 15.53-68.768-5.227-70.822-6.272c-50.81-29.904-93.333-69.44-123.237-123.424c-28.933-52.005-45.733-107.819-48.496-167.328c-.747-14.373 3.51-19.488 17.808-22.101a175.5 175.5 0 0 1 57.12-1.419c79.557 11.61 147.317 47.19 204.101 103.563c32.406 32.106 56.934 70.448 82.208 107.893c26.88 39.797 55.776 77.728 92.587 108.827c12.992 10.864 23.37 19.152 33.301 25.274c-29.941 3.36-79.893 4.07-114.053-22.96zm37.37-240.427a11.424 11.424 0 0 1 15.494-10.714a11.2 11.2 0 0 1 4.219 2.762a11.2 11.2 0 0 1 3.21 7.99c0 6.346-5.077 11.461-11.498 11.461a11.31 11.31 0 0 1-11.424-11.461m116.106 59.584c-7.466 3.024-14.933 5.637-22.064 5.973a46.67 46.67 0 0 1-29.792-9.483c-10.229-8.586-17.546-13.365-20.57-28.298a63.5 63.5 0 0 1 .56-21.952c2.613-12.208-.262-20.048-8.886-27.142c-7.018-5.824-15.904-7.429-25.722-7.429a22.4 22.4 0 0 1-9.483-2.912a9.445 9.445 0 0 1-4.256-13.365a37.3 37.3 0 0 1 7.168-7.84c13.29-7.542 28.635-5.078 42.784.597c13.141 5.376 23.072 15.232 37.37 29.195c14.635 16.837 17.249 21.504 25.574 34.16c6.57 9.856 12.544 20.01 16.65 31.658c2.465 7.243-.746 13.179-9.333 16.8");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.unmtxeb2j {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M674.81 447.04a33.38 33.38 0 0 0-20.831 17.547l-2.688 5.525l.037 7.728c0 7.205.15 8.101 2.203 13.179c2.837 7.205 5.674 11.648 10.864 16.725c8.96 8.885 19.04 11.2 32.554 7.653a32.1 32.1 0 0 0 19.302-16.277a28.08 28.08 0 0 0 2.986-18.592c-2.39-16.912-12.32-29.195-27.03-33.488a39.6 39.6 0 0 0-17.396 0m-343.578.187c-11.387 3.584-19.899 11.946-24.267 23.856a44.3 44.3 0 0 0-2.24 19.413c2.128 11.536 11.574 22.027 22.326 24.901c13.514 3.547 23.594 1.232 32.554-7.653c5.227-5.077 8.027-9.52 10.864-16.725c2.054-5.078 2.203-5.974 2.203-13.179l.037-7.728l-2.688-5.525a33.38 33.38 0 0 0-21.093-17.622a38.1 38.1 0 0 0-17.696.262m156.203 74.666c-4.891 2.651-8.326 9.334-7.28 14.299c1.157 5.339 5.861 10.752 13.178 15.195c3.92 2.352 4.182 2.688 4.368 5.077c.15 1.419-.373 5.45-1.082 9.072c-.747 3.51-1.344 7.243-1.344 8.288c.074 2.763 2.613 7.28 5.338 9.445c2.39 1.942 2.838 2.016 9.52 2.203c6.123.187 7.392.037 9.856-1.12c6.31-3.061 7.915-8.736 5.6-19.6c-1.941-9.072-1.568-10.453 3.248-13.253c5.115-2.987 10.491-8.176 12.096-11.723a13.627 13.627 0 0 0-6.533-17.92a14.7 14.7 0 0 0-6.757-1.232c-4.704 0-7.728 1.12-13.254 4.63l-3.173 1.978l-1.979-1.195c-8.176-4.853-9.669-5.413-14.597-5.338a14.8 14.8 0 0 0-7.205 1.194m14.56-81.946c-13.926 1.344-17.734 1.866-24.416 3.21c-10.864 2.24-25.387 7.28-35.504 12.246c-35.094 17.173-59.323 45.77-66.715 78.922c-1.493 6.571-1.68 8.736-1.68 19.787c0 10.976.187 13.328 1.605 19.563c9.856 43.306 49.728 75.3 101.323 81.125c11.2 1.232 59.584 1.232 70.784 0c41.44-4.667 77.056-27.141 93.072-58.65c4.256-8.438 6.31-13.889 8.213-22.475c1.456-6.235 1.643-8.587 1.643-19.526c0-11.088-.187-13.253-1.68-19.824c-10.752-48.16-57.456-86.016-114.688-93.221a257 257 0 0 0-31.92-1.157zm24.08 34.981a122.6 122.6 0 0 1 53.76 19.19c8.325 5.525 20.048 17.098 25.05 24.714c6.198 9.37 9.707 18.965 11.312 30.613c.747 5.339.374 9.371-1.605 17.995c-2.987 12.88-12.395 26.32-25.088 35.728a116.3 116.3 0 0 1-25.723 12.992c-14.261 4.555-23.594 5.376-56.933 5.152c-21.728-.224-25.61-.373-31.845-1.568c-21.28-3.995-38.155-12.47-50.4-25.387c-9.856-10.453-14.374-19.973-16.8-35.317c-1.12-7.168.933-19.003 5.114-28.97c5.078-12.171 18.219-27.254 31.211-35.953c15.045-10.042 34.87-17.173 53.088-19.114c6.981-.747 21.877-.747 28.859-.075M320.629 64.261a61.7 61.7 0 0 0-25.498 11.126c-21.43 16.24-38.006 50.81-45.024 93.856c-2.614 16.277-4.443 38.826-4.443 56.112c0 20.309 2.39 46.293 5.787 64.25c.746 3.995 1.157 7.542.858 7.766a303 303 0 0 1-6.981 5.674a198.8 198.8 0 0 0-35.43 38.08a204.96 204.96 0 0 0-35.093 87.323a247.3 247.3 0 0 0-.858 50.661c3.397 29.12 12.133 53.686 27.141 76.16l4.853 7.28l-1.381 2.39c-10.043 16.874-18.592 41.253-22.587 64.66c-3.136 18.518-3.546 23.484-3.546 48.31c0 25.014.336 29.979 3.285 47.264c3.547 20.72 10.752 42.672 18.779 57.27c2.65 4.778 9.072 14.672 9.856 15.194c.261.112-.523 2.502-1.718 5.264a276.5 276.5 0 0 0-20.458 69.926c-2.315 15.568-2.651 20.608-2.651 36.997c0 20.907 1.157 31.061 5.525 47.75l.635 2.426h55.179l-1.867-3.397c-11.088-20.608-12.133-58.8-2.539-96.955c4.368-17.621 9.334-30.576 18.592-48.384l5.526-10.827v-6.608c0-6.16-.112-6.87-2.128-10.938a34.2 34.2 0 0 0-7.243-9.334a65 65 0 0 1-14.373-20.272c-15.83-34.346-18.891-85.344-7.766-128.837c4.63-18.144 12.283-34.272 20.31-43.083a29.38 29.38 0 0 0 8.325-19.824c0-7.28-2.613-13.253-8.363-19.488a117.1 117.1 0 0 1-30.501-64.549c-5.227-35.84 4.256-74.853 25.76-105.803c21.019-30.389 50.512-49.877 83.515-55.066c7.429-1.232 21.28-1.046 28.97.373c8.438 1.493 13.702 1.045 19.115-1.53c6.683-3.174 10.005-7.094 13.963-16.091c3.472-8.027 6.16-12.432 13.44-21.504c8.736-10.827 17.173-18.256 30.688-27.216c15.418-10.08 33.002-17.435 50.474-20.944c6.347-1.307 9.334-1.494 21.243-1.494c11.91 0 14.859.187 21.243 1.494a151.95 151.95 0 0 1 71.456 37.221c4.368 4.07 14.858 17.061 18.218 22.475c1.27 2.128 3.547 6.608 4.928 9.968c3.92 8.997 7.28 12.917 13.963 16.053c5.227 2.539 10.677 3.061 18.779 1.68c12.805-2.165 22.66-1.979 35.205.597c42.71 8.587 79.893 43.792 96.357 90.982c14.374 41.365 10.304 84.634-11.05 117.712c-3.622 5.6-7.206 10.08-12.432 15.642c-11.238 12.022-11.238 26.955-.038 39.312c18.406 20.123 29.904 69.664 26.432 113.344c-2.314 28.822-9.706 54.619-19.898 69.216a78 78 0 0 1-8.363 9.632a34.2 34.2 0 0 0-7.243 9.334c-2.016 4.069-2.128 4.778-2.128 10.938v6.646l5.526 10.826c9.258 17.77 14.186 30.726 18.592 48.347c9.445 37.632 8.624 75.04-2.203 96.357a32 32 0 0 0-1.643 3.659c0 .224 12.283.336 27.328.336h27.254l.746-2.763l1.344-5.002c.71-2.838 2.128-11.2 3.286-19.264c1.082-8.102 1.082-37.931 0-46.966c-4.107-32.666-11.014-58.613-22.288-83.104c-1.195-2.762-1.98-5.152-1.718-5.264c.299-.186 2.128-2.762 4.032-5.674c14.038-21.243 22.662-47.936 27.03-83.18c1.157-9.706 1.157-51.444 0-60.778c-3.1-24.08-6.795-40.394-12.992-56.933a227 227 0 0 0-12.283-26.133l-1.419-2.39l4.89-7.242c15.009-22.55 23.745-47.115 27.142-76.16a247.3 247.3 0 0 0-.896-50.699a205.8 205.8 0 0 0-35.056-87.323a198.8 198.8 0 0 0-35.466-38.08a302 302 0 0 1-6.944-5.674a25.8 25.8 0 0 1 .858-7.766c7.766-40.581 7.504-91.205-.634-130.778c-7.094-34.496-19.974-61.899-36.587-77.728c-13.216-12.619-26.73-17.995-42.933-16.987c-37.184 2.203-67.2 44.987-78.998 112.373a254 254 0 0 0-3.621 27.104c0 1.344-.261 2.464-.56 2.464a36 36 0 0 1-5.563-2.912A181.33 181.33 0 0 0 512 177.12c-31.061 0-62.981 9.072-91.69 26.059a36 36 0 0 1-5.526 2.912c-.299 0-.56-1.12-.56-2.464a251 251 0 0 0-3.621-27.067c-10.715-60.592-35.355-100.65-68.096-110.768a78.3 78.3 0 0 0-21.84-1.53Zm10.939 52.342c9.259 7.354 19.525 28.336 25.461 51.818c1.12 4.219 2.24 9.11 2.576 10.902c.262 1.754.971 5.674 1.531 8.698c2.501 13.627 3.659 28.374 3.808 46.294l.075 17.733l-4.48 6.533l-4.406 6.646h-10.378c-12.096 0-24.118 1.53-35.616 4.629l-8.886 2.24c-1.232.261-1.418-.112-2.128-5.376a315 315 0 0 1 .598-86.725c4.629-29.419 15.418-56.038 25.984-63.878c2.501-1.866 2.949-1.829 5.861.486m366.8-.448c6.347 4.704 13.365 17.173 18.592 33.152c10.453 31.882 13.44 75.712 7.915 117.413c-.71 5.227-.896 5.637-2.128 5.376l-8.886-2.24a138 138 0 0 0-35.616-4.63h-10.378l-4.443-6.645l-4.443-6.533l.075-17.696c.15-24.976 2.464-44.427 7.99-66.155c5.86-23.258 16.202-44.24 25.386-51.594c2.912-2.315 3.36-2.352 5.936-.448");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.v5zngn6ow {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M512.933 106.187c-215.413 0-390.096 173.488-390.096 387.445c0 41.515 6.646 81.424 18.779 118.907c2.39-8.288 7.579-16.576 15.53-21.542a35.84 35.84 0 0 1 19.563-5.6c10.939 0 21.803 4.63 31.36 10.603c10.379 6.459 17.92 15.232 26.507 25.91c8.437 10.527 17.099 22.81 25.536 35.503v-.522c.635-12.096 3.957-23.222 9.856-32.63s15.045-18.181 28.448-20.272c11.2-1.754 22.25 2.24 29.381 7.579s11.574 11.685 14.934 17.435c5.6 9.594 7.914 17.472 8.698 20.234c.374.97 24.379 57.942 61.862 94.827c22.997 22.587 37.706 45.659 40.394 71.381c2.054 20.048-3.584 39.536-14.186 58.688c23.781 4.518 48.309 6.982 73.434 6.982c24.528 0 48.459-2.352 71.718-6.646c-10.715-19.301-16.427-38.864-14.336-59.024c2.613-25.76 17.36-48.794 40.357-71.418c37.483-36.848 61.488-93.82 61.861-94.79c.784-2.762 3.099-10.64 8.699-20.234c3.36-5.75 7.765-12.059 14.933-17.435a40.32 40.32 0 0 1 29.382-7.579c13.402 2.091 22.549 10.827 28.448 20.272s9.22 20.534 9.893 32.63v.56c8.4-12.694 17.061-25.014 25.499-35.542c8.586-10.677 16.128-19.413 26.506-25.909c9.595-5.973 20.422-10.603 31.36-10.64a36.2 36.2 0 0 1 19.563 5.637c8.512 5.339 13.925 14.486 16.053 23.334l.224 1.493a384.5 384.5 0 0 0 19.936-122.192c0-213.957-174.645-387.445-390.096-387.445M374.875 309.765a56 56 0 0 1 26.618 6.496a55.515 55.515 0 0 1 23.035 75.152c-6.832 12.806-28.448-7.989-41.141-3.509c-14.187 5.003-19.862 34.123-34.235 26.507a55.515 55.515 0 0 1 25.76-104.646m279.477 0a55.515 55.515 0 0 1 25.723 104.646c-14.373 7.616-20.01-21.504-34.197-26.507c-12.694-4.48-34.347 16.315-41.179 3.51a55.515 55.515 0 0 1 23.035-75.153a56 56 0 0 1 26.618-6.496m-398.72 57.867a35.859 35.859 0 1 1 0 71.717a35.84 35.84 0 0 1 0-71.68m516.619 0a35.84 35.84 0 1 1 0 71.68a35.84 35.84 0 0 1 0-71.68M380.923 491.765c21.952.374 73.36 43.195 133.354 43.456c59.995-.261 111.403-43.12 133.355-43.456c7.317-.112 11.387 4.48 11.387 16.95c0 33.077-15.83 86.912-58.352 119.54c-8.214-28.223-52.118-50.996-60.854-49.279q-.41.037-.746.224l-1.643.97l-.373.3l-1.12.895q-.672.635-1.307 1.344l-1.195 1.494a37 37 0 0 0-2.165 3.36l-.523.933q-1.829 3.285-4.106 7.093a37 37 0 0 1-3.099 4.331a44.8 44.8 0 0 1-6.459 6.72q-1.306 1.083-2.8 2.165a48.5 48.5 0 0 1-9.37-9.072a37 37 0 0 1-2.838-3.994c-4.629-7.206-6.608-13.552-12.581-16.576c-1.27-.598-3.883-.299-7.467.821q-3.509 1.12-8.064 3.248q-2.24 1.045-4.666 2.352l-4.854 2.763q-2.501 1.493-5.077 3.21a112 112 0 0 0-5.04 3.584a112 112 0 0 0-9.707 8.176a75 75 0 0 0-4.48 4.518a75 75 0 0 0-3.957 4.778l-.075.075a75 75 0 0 0-3.36 4.928l-.037.037a45 45 0 0 0-3.92 7.915q-.485 1.344-.896 2.725c-42.523-32.666-58.352-86.501-58.352-119.578c0-12.47 4.07-17.062 11.387-16.95m31.21 386.55c30.763-44.427 28.598-77.728-13.626-119.243c-42.187-41.515-66.79-102.219-66.79-102.219s-9.184-35.28-30.09-32.032s-36.214 55.963 7.541 88.182c43.792 32.256-8.699 54.133-25.573 23.893c-16.8-30.315-62.832-108.117-86.688-123.013s-40.656-6.534-35.019 24.154s105.355 105.019 95.648 121.11s-43.904-18.891-43.904-18.891s-106.997-95.835-130.293-70.859s17.658 45.92 76.048 80.64c58.389 34.795 62.944 43.979 54.656 57.12s-137.2-93.744-149.334-48.421c-12.058 45.323 131.563 58.501 122.715 89.787c-8.885 31.322-101.173-59.248-120.064-23.968c-18.89 35.317 130.293 76.757 131.488 77.056c48.16 12.32 170.539 38.378 213.285-23.296m199.696 0c-30.762-44.427-28.597-77.728 13.627-119.243c42.187-41.515 66.79-102.219 66.79-102.219s9.183-35.28 30.09-32.032s36.213 55.963-7.541 88.182c-43.792 32.256 8.698 54.133 25.573 23.893c16.837-30.315 62.832-108.117 86.688-123.013s40.656-6.534 35.019 24.154s-105.355 105.019-95.648 121.11s43.904-18.891 43.904-18.891s106.997-95.835 130.293-70.859s-17.659 45.92-76.048 80.64c-58.39 34.795-62.944 43.979-54.656 57.12s137.2-93.744 149.333-48.421c12.059 45.323-131.562 58.501-122.714 89.787c8.885 31.322 101.173-59.248 120.064-23.968c18.89 35.317-130.294 76.757-131.488 77.056c-48.16 12.32-170.54 38.378-213.286-23.296");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.w1sol0n2q {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M518.944 960h-.261c-133.691-.896-236.47-44.987-305.536-131.003c-61.414-76.57-93.147-183.12-94.192-316.624v-.634c1.12-133.616 32.816-240.054 94.266-316.662C282.213 108.987 385.067 64.896 518.72 64h.523c102.517.747 188.272 27.067 254.837 78.325c62.608 48.16 106.699 116.854 131.003 204.102l-76.16 21.242c-41.216-147.84-145.526-223.402-310.016-224.56c-108.64.822-190.774 34.944-244.16 101.435c-49.952 62.272-75.75 152.245-76.758 267.456c1.008 115.21 26.806 205.184 76.795 267.456c53.387 66.565 135.557 100.725 244.16 101.435c97.925-.747 162.699-23.558 216.533-76.347c61.488-60.219 60.406-134.139 40.694-179.125c-11.574-26.507-32.592-48.534-61.003-65.334c-7.168 50.475-23.221 91.318-47.936 122.155c-33.077 41.141-79.893 63.616-139.253 66.827c-44.875 2.426-88.144-8.14-121.67-29.904c-39.685-25.723-62.906-64.96-65.408-110.656c-2.426-44.427 15.232-85.307 49.654-115.062c32.853-28.373 79.109-45.061 133.765-48.197a517.2 517.2 0 0 1 112.747 5.301c-4.704-27.701-14-49.728-28-65.594c-19.152-21.878-48.832-32.966-88.07-33.227h-1.082c-31.51 0-74.368 8.661-101.584 49.28l-65.595-44.053c36.587-54.283 95.872-84.224 167.179-84.224h1.642c119.243.746 190.288 73.733 197.382 201.152a504 504 0 0 1 11.984 5.301c55.626 26.133 96.32 65.744 117.749 114.613c29.755 67.947 32.517 178.827-57.792 267.232c-69.067 67.574-152.843 98.112-271.675 98.934Zm37.445-436.427c-9.034 0-18.181.262-27.589.784c-68.544 3.846-111.253 35.318-108.864 80.006c2.501 46.89 54.208 68.656 103.936 65.968c45.696-2.427 105.205-20.272 115.21-138.507a392 392 0 0 0-82.693-8.25");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.w5172_-am {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M900.18 328.678h-86.262V66.524l-280.35 237.223V69.887h-43.136v231.34L231.642 64v264.678H123.819v388.177h107.826V960L490.44 722.594v231.485h43.135V728.328l258.787 230.746V716.86h107.826V328.68zM770.796 159.521v169.157h-199.92zm-496.018 2.524l181.78 166.633h-181.78zM166.95 673.728V371.813h292.977l-228.29 228.282v73.633zm107.827 188.175V716.855h.003v-98.888l215.65-215.652v261.747zm474.454.926l-215.66-192.3V402.306l215.66 215.66zm107.826-189.101h-64.699v-73.633L564.072 371.813h292.985z");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "ant-design",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Ant Design Icons",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "4.
|
|
5
|
+
"total": 845,
|
|
6
|
+
"version": "4.5.0",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "HeskeyBaozi",
|
|
9
9
|
"url": "https://github.com/ant-design/ant-design-icons"
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
],
|
|
29
29
|
"palette": false
|
|
30
30
|
},
|
|
31
|
-
"lastModified":
|
|
31
|
+
"lastModified": 1782538288
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-react/ant-design",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.3",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/ant-design/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -106,6 +106,10 @@
|
|
|
106
106
|
"types": "./types/hqrkovbr.d.ts",
|
|
107
107
|
"default": "./components/a/ant-design-outlined.jsx"
|
|
108
108
|
},
|
|
109
|
+
"./anthropic-filled": {
|
|
110
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
111
|
+
"default": "./components/a/anthropic-filled.jsx"
|
|
112
|
+
},
|
|
109
113
|
"./apartment-outlined": {
|
|
110
114
|
"types": "./types/hqrkovbr.d.ts",
|
|
111
115
|
"default": "./components/a/apartment-outlined.jsx"
|
|
@@ -526,6 +530,10 @@
|
|
|
526
530
|
"types": "./types/hqrkovbr.d.ts",
|
|
527
531
|
"default": "./components/c/ci-twotone.jsx"
|
|
528
532
|
},
|
|
533
|
+
"./claude-filled": {
|
|
534
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
535
|
+
"default": "./components/c/claude-filled.jsx"
|
|
536
|
+
},
|
|
529
537
|
"./clear-outlined": {
|
|
530
538
|
"types": "./types/hqrkovbr.d.ts",
|
|
531
539
|
"default": "./components/c/clear-outlined.jsx"
|
|
@@ -810,6 +818,10 @@
|
|
|
810
818
|
"types": "./types/hqrkovbr.d.ts",
|
|
811
819
|
"default": "./components/d/database-twotone.jsx"
|
|
812
820
|
},
|
|
821
|
+
"./deep-seek-filled": {
|
|
822
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
823
|
+
"default": "./components/d/deep-seek-filled.jsx"
|
|
824
|
+
},
|
|
813
825
|
"./delete-column-outlined": {
|
|
814
826
|
"types": "./types/hqrkovbr.d.ts",
|
|
815
827
|
"default": "./components/d/delete-column-outlined.jsx"
|
|
@@ -1010,6 +1022,10 @@
|
|
|
1010
1022
|
"types": "./types/hqrkovbr.d.ts",
|
|
1011
1023
|
"default": "./components/e/edit-twotone.jsx"
|
|
1012
1024
|
},
|
|
1025
|
+
"./eleven-labs-filled": {
|
|
1026
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
1027
|
+
"default": "./components/e/eleven-labs-filled.jsx"
|
|
1028
|
+
},
|
|
1013
1029
|
"./ellipsis-outlined": {
|
|
1014
1030
|
"types": "./types/hqrkovbr.d.ts",
|
|
1015
1031
|
"default": "./components/e/ellipsis-outlined.jsx"
|
|
@@ -1498,6 +1514,10 @@
|
|
|
1498
1514
|
"types": "./types/hqrkovbr.d.ts",
|
|
1499
1515
|
"default": "./components/g/gateway-outlined.jsx"
|
|
1500
1516
|
},
|
|
1517
|
+
"./gemini-filled": {
|
|
1518
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
1519
|
+
"default": "./components/g/gemini-filled.jsx"
|
|
1520
|
+
},
|
|
1501
1521
|
"./gif-outlined": {
|
|
1502
1522
|
"types": "./types/hqrkovbr.d.ts",
|
|
1503
1523
|
"default": "./components/g/gif-outlined.jsx"
|
|
@@ -1666,6 +1686,10 @@
|
|
|
1666
1686
|
"types": "./types/hqrkovbr.d.ts",
|
|
1667
1687
|
"default": "./components/h/html5-twotone.jsx"
|
|
1668
1688
|
},
|
|
1689
|
+
"./hugging-face-filled": {
|
|
1690
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
1691
|
+
"default": "./components/h/hugging-face-filled.jsx"
|
|
1692
|
+
},
|
|
1669
1693
|
"./idcard-filled": {
|
|
1670
1694
|
"types": "./types/hqrkovbr.d.ts",
|
|
1671
1695
|
"default": "./components/i/idcard-filled.jsx"
|
|
@@ -1922,6 +1946,10 @@
|
|
|
1922
1946
|
"types": "./types/hqrkovbr.d.ts",
|
|
1923
1947
|
"default": "./components/m/man-outlined.jsx"
|
|
1924
1948
|
},
|
|
1949
|
+
"./mastodon-filled": {
|
|
1950
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
1951
|
+
"default": "./components/m/mastodon-filled.jsx"
|
|
1952
|
+
},
|
|
1925
1953
|
"./medicine-box-filled": {
|
|
1926
1954
|
"types": "./types/hqrkovbr.d.ts",
|
|
1927
1955
|
"default": "./components/m/medicine-box-filled.jsx"
|
|
@@ -2026,6 +2054,10 @@
|
|
|
2026
2054
|
"types": "./types/hqrkovbr.d.ts",
|
|
2027
2055
|
"default": "./components/m/minus-square-twotone.jsx"
|
|
2028
2056
|
},
|
|
2057
|
+
"./mistral-filled": {
|
|
2058
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
2059
|
+
"default": "./components/m/mistral-filled.jsx"
|
|
2060
|
+
},
|
|
2029
2061
|
"./mobile-filled": {
|
|
2030
2062
|
"types": "./types/hqrkovbr.d.ts",
|
|
2031
2063
|
"default": "./components/m/mobile-filled.jsx"
|
|
@@ -2102,6 +2134,10 @@
|
|
|
2102
2134
|
"types": "./types/hqrkovbr.d.ts",
|
|
2103
2135
|
"default": "./components/n/number-outlined.jsx"
|
|
2104
2136
|
},
|
|
2137
|
+
"./ollama-filled": {
|
|
2138
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
2139
|
+
"default": "./components/o/ollama-filled.jsx"
|
|
2140
|
+
},
|
|
2105
2141
|
"./one-to-one-outlined": {
|
|
2106
2142
|
"types": "./types/hqrkovbr.d.ts",
|
|
2107
2143
|
"default": "./components/o/one-to-one-outlined.jsx"
|
|
@@ -2154,6 +2190,10 @@
|
|
|
2154
2190
|
"types": "./types/hqrkovbr.d.ts",
|
|
2155
2191
|
"default": "./components/p/percentage-outlined.jsx"
|
|
2156
2192
|
},
|
|
2193
|
+
"./perplexity-filled": {
|
|
2194
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
2195
|
+
"default": "./components/p/perplexity-filled.jsx"
|
|
2196
|
+
},
|
|
2157
2197
|
"./phone-filled": {
|
|
2158
2198
|
"types": "./types/hqrkovbr.d.ts",
|
|
2159
2199
|
"default": "./components/p/phone-filled.jsx"
|
|
@@ -2390,6 +2430,10 @@
|
|
|
2390
2430
|
"types": "./types/hqrkovbr.d.ts",
|
|
2391
2431
|
"default": "./components/q/question-outlined.jsx"
|
|
2392
2432
|
},
|
|
2433
|
+
"./qwen-filled": {
|
|
2434
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
2435
|
+
"default": "./components/q/qwen-filled.jsx"
|
|
2436
|
+
},
|
|
2393
2437
|
"./radar-chart-outlined": {
|
|
2394
2438
|
"types": "./types/hqrkovbr.d.ts",
|
|
2395
2439
|
"default": "./components/r/radar-chart-outlined.jsx"
|
|
@@ -2466,6 +2510,10 @@
|
|
|
2466
2510
|
"types": "./types/hqrkovbr.d.ts",
|
|
2467
2511
|
"default": "./components/r/reload-outlined.jsx"
|
|
2468
2512
|
},
|
|
2513
|
+
"./replicate-filled": {
|
|
2514
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
2515
|
+
"default": "./components/r/replicate-filled.jsx"
|
|
2516
|
+
},
|
|
2469
2517
|
"./rest-filled": {
|
|
2470
2518
|
"types": "./types/hqrkovbr.d.ts",
|
|
2471
2519
|
"default": "./components/r/rest-filled.jsx"
|
|
@@ -2766,6 +2814,10 @@
|
|
|
2766
2814
|
"types": "./types/hqrkovbr.d.ts",
|
|
2767
2815
|
"default": "./components/s/smile-twotone.jsx"
|
|
2768
2816
|
},
|
|
2817
|
+
"./snapchat-filled": {
|
|
2818
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
2819
|
+
"default": "./components/s/snapchat-filled.jsx"
|
|
2820
|
+
},
|
|
2769
2821
|
"./snippets-filled": {
|
|
2770
2822
|
"types": "./types/hqrkovbr.d.ts",
|
|
2771
2823
|
"default": "./components/s/snippets-filled.jsx"
|
|
@@ -2962,6 +3014,14 @@
|
|
|
2962
3014
|
"types": "./types/hqrkovbr.d.ts",
|
|
2963
3015
|
"default": "./components/t/team-outlined.jsx"
|
|
2964
3016
|
},
|
|
3017
|
+
"./telegram-filled": {
|
|
3018
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
3019
|
+
"default": "./components/t/telegram-filled.jsx"
|
|
3020
|
+
},
|
|
3021
|
+
"./threads-filled": {
|
|
3022
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
3023
|
+
"default": "./components/t/threads-filled.jsx"
|
|
3024
|
+
},
|
|
2965
3025
|
"./thunderbolt-filled": {
|
|
2966
3026
|
"types": "./types/hqrkovbr.d.ts",
|
|
2967
3027
|
"default": "./components/t/thunderbolt-filled.jsx"
|