@iconify-solid/thesvg-color 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/b/brevitas.jsx +15 -0
- package/components/s/sive.jsx +16 -0
- package/components/w/weavefox.jsx +36 -0
- package/components/z/zod.jsx +3 -7
- package/css/a/aabfn_bck.css +3 -0
- package/css/a/ad-bbm-to.css +3 -0
- package/css/b/by68vlb8y.css +3 -0
- package/css/c/c5c-3sjfs.css +8 -0
- package/css/c/c5wroni-h.css +3 -0
- package/css/c/c7ay79cqv.css +3 -0
- package/css/f/f4eluulkv.css +3 -0
- package/css/f/f51ipzb9y.css +4 -0
- package/css/h/hn8slqgmi.css +3 -0
- package/css/i/iocf72bsz.css +3 -0
- package/css/j/j4rh5cb3d.css +3 -0
- package/css/j/juswp_bbs.css +3 -0
- package/css/k/kgnix1bqb.css +3 -0
- package/css/o/oj0ov4bup.css +3 -0
- package/css/p/pxk95un2k.css +3 -0
- package/css/s/s9t-vws4d.css +4 -0
- package/css/s/sobc66m1t.css +3 -0
- package/css/s/spym0mbjr.css +3 -0
- package/css/t/t_a-nkbit.css +3 -0
- package/css/v/vfnku0blr.css +3 -0
- package/css/v/vgbudibsr.css +3 -0
- package/css/v/vp_bqbcum.css +3 -0
- package/css/w/wstf99-ja.css +3 -0
- package/css/x/xg9348scf.css +3 -0
- package/css/x/xyvpws8kz.css +3 -0
- package/css/y/y54fqcc0f.css +3 -0
- package/iconify.json +2 -2
- package/package.json +13 -1
- package/css/d/d-p01wmoj.css +0 -3
- package/css/g/gfkzgdtls.css +0 -4
- package/css/i/i00l3mbel.css +0 -4
- package/css/n/nme8pnbdo.css +0 -4
- package/css/x/xyhcn3bre.css +0 -4
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/c/c5c-3sjfs.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":240,"height":240};
|
|
6
|
+
const content = `<path class="c5c-3sjfs"/>`;
|
|
7
|
+
|
|
8
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
9
|
+
function Component(props) {
|
|
10
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
11
|
+
|
|
12
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"thesvg-color:brevitas"} {...others} />);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export default Component;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/v/vp_bqbcum.css';
|
|
4
|
+
import '../../css/s/s9t-vws4d.css';
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":64,"height":64};
|
|
7
|
+
const content = `<path class="vp_bqbcum"/><path class="s9t-vws4d"/>`;
|
|
8
|
+
|
|
9
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
10
|
+
function Component(props) {
|
|
11
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
12
|
+
|
|
13
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"thesvg-color:sive"} {...others} />);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export default Component;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/c/c7ay79cqv.css';
|
|
4
|
+
import '../../css/f/f4eluulkv.css';
|
|
5
|
+
import '../../css/s/sobc66m1t.css';
|
|
6
|
+
import '../../css/a/aabfn_bck.css';
|
|
7
|
+
import '../../css/y/y54fqcc0f.css';
|
|
8
|
+
import '../../css/x/xyvpws8kz.css';
|
|
9
|
+
import '../../css/s/spym0mbjr.css';
|
|
10
|
+
import '../../css/p/pxk95un2k.css';
|
|
11
|
+
import '../../css/b/by68vlb8y.css';
|
|
12
|
+
import '../../css/a/ad-bbm-to.css';
|
|
13
|
+
import '../../css/j/juswp_bbs.css';
|
|
14
|
+
import '../../css/i/iocf72bsz.css';
|
|
15
|
+
import '../../css/x/xg9348scf.css';
|
|
16
|
+
import '../../css/o/oj0ov4bup.css';
|
|
17
|
+
import '../../css/v/vfnku0blr.css';
|
|
18
|
+
import '../../css/j/j4rh5cb3d.css';
|
|
19
|
+
import '../../css/w/wstf99-ja.css';
|
|
20
|
+
import '../../css/v/vgbudibsr.css';
|
|
21
|
+
import '../../css/h/hn8slqgmi.css';
|
|
22
|
+
import '../../css/k/kgnix1bqb.css';
|
|
23
|
+
import '../../css/c/c5wroni-h.css';
|
|
24
|
+
import '../../css/t/t_a-nkbit.css';
|
|
25
|
+
|
|
26
|
+
const viewBox = {"width":1000,"height":1000};
|
|
27
|
+
const content = `<defs><linearGradient id="SVGXMvH1dgZ" x1="0%" x2="100%" y1="50%" y2="50%" color-interpolation="sRGB"><stop offset="0%" class="c7ay79cqv"/><stop offset="27%" class="f4eluulkv"/><stop offset="52%" class="sobc66m1t"/><stop offset="74%" class="aabfn_bck"/><stop offset="100%" class="y54fqcc0f"/></linearGradient><linearGradient id="SVGvfq1ie1c" x1="0%" x2="100%" y1="46%" y2="54%" color-interpolation="sRGB"><stop offset="0%" class="xyvpws8kz"/><stop offset="10%" class="spym0mbjr"/><stop offset="23%" class="pxk95un2k"/><stop offset="37%" class="by68vlb8y"/><stop offset="51%" class="ad-bbm-to"/><stop offset="66%" class="juswp_bbs"/><stop offset="100%" class="iocf72bsz"/></linearGradient><radialGradient id="SVGD10T1dqV" cx="740" cy="180" r="310" color-interpolation="sRGB" fx="740" fy="180" gradientTransform="matrix(1.2 0 0 1 -148 0)" gradientUnits="userSpaceOnUse"><stop offset="0%" class="xg9348scf"/><stop offset="18%" class="oj0ov4bup"/><stop offset="35%" class="vfnku0blr"/><stop offset="46%" class="j4rh5cb3d"/><stop offset="55%" class="wstf99-ja"/><stop offset="72%" class="vgbudibsr"/><stop offset="100%" class="hn8slqgmi"/></radialGradient></defs><path fill="url(#SVGD10T1dqV)" class="kgnix1bqb"/><path fill="url(#SVGXMvH1dgZ)" class="c5wroni-h"/><path fill="url(#SVGvfq1ie1c)" class="t_a-nkbit"/>`;
|
|
28
|
+
|
|
29
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
30
|
+
function Component(props) {
|
|
31
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
32
|
+
|
|
33
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"thesvg-color:weavefox"} {...others} />);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export default Component;
|
package/components/z/zod.jsx
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
import { Icon } from '@iconify/css-solid';
|
|
2
2
|
import { splitProps } from 'solid-js';
|
|
3
|
-
import '../../css/
|
|
4
|
-
import '../../css/i/i00l3mbel.css';
|
|
5
|
-
import '../../css/g/gfkzgdtls.css';
|
|
6
|
-
import '../../css/x/xyhcn3bre.css';
|
|
7
|
-
import '../../css/d/d-p01wmoj.css';
|
|
3
|
+
import '../../css/f/f51ipzb9y.css';
|
|
8
4
|
|
|
9
|
-
const viewBox = {"width":
|
|
10
|
-
const content = `<
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
const content = `<path class="f51ipzb9y"/>`;
|
|
11
7
|
|
|
12
8
|
/** @param props {{width?: string; height?: string;}} */
|
|
13
9
|
function Component(props) {
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.c5wroni-h {
|
|
2
|
+
d: path("M198.049 174.176c-5.701 7.437-8.721 17.122-7.256 27.835l19.161 140.156l44.353 324.407l54.167-31.262l204.648-118.11l177.343-102.35l-109.286-61.711l-57.339-32.376q-66.77-37.701-133.541-75.405l-143.768-81.181c-3.6-2.032-7.305-3.4-11.008-4.171a36.5 36.5 0 0 0-7.451-.769c-11.834-.001-22.975 5.749-30.023 14.937");
|
|
3
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.f51ipzb9y {
|
|
2
|
+
fill: var(--svg-color--408aff, #408aff);
|
|
3
|
+
d: path("M2.584 3.582a2.25 2.25 0 0 1 2.112-1.479h14.617c.948 0 1.794.595 2.115 1.487l2.44 6.777a2.25 2.25 0 0 1-.624 2.443l-9.61 8.52a2.25 2.25 0 0 1-2.963.018L.776 12.773a2.25 2.25 0 0 1-.64-2.467Zm12.038 4.887l-9.11 5.537l5.74 5.007a1.206 1.206 0 0 0 1.593-.006l5.643-5.001H14.4l6.239-3.957c.488-.328.69-.947.491-1.5l-1.24-3.446a1.535 1.535 0 0 0-1.456-1.015H5.545a1.535 1.535 0 0 0-1.431 1.01l-1.228 3.37z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.kgnix1bqb {
|
|
2
|
+
d: path("M735.304 161.057c-3.708.753-7.419 2.103-11.029 4.117q-72.08 40.243-144.161 80.483l-133.906 74.754l-57.495 32.098l-109.584 61.178l176.842 103.211l204.071 119.103q27.01 15.763 54.016 31.526l45.929-324.189l19.841-140.059c1.518-10.706-1.456-20.408-7.12-27.871c-7.039-9.269-18.227-15.085-30.127-15.084c-2.406 0-4.842.238-7.277.733");
|
|
3
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.s9t-vws4d {
|
|
2
|
+
fill-rule: evenodd;
|
|
3
|
+
d: path("M61.7 31.3c-.1-10.94-5.56-21.54-15.03-27.25c-9.14-5.53-20.98-5.39-29.97.39c-9.18 5.9-14.54 16.49-14.39 27.34c.07 5.67 3.03 11.06 8.28 13.53c2.91 1.37 5.7 1.53 8.84 1.2c3.41-.36 6.82-.69 10.24-.82c3.82-.14 7.63.04 11.42.43c3.38.34 6.71 1.06 10.06.08c3.12-.91 5.81-2.84 7.75-5.43c2.05-2.75 2.77-5.96 2.8-9.33v-.05l-.01-.05zm-12.26 9.43c-2.35.64-4.82.04-7.19-.22c-2.86-.31-5.72-.55-8.6-.59c-3.17-.05-6.33.13-9.49.4c-1.42.12-2.84.26-4.26.41c-1.31.14-2.66.41-3.97.27c-3.97-.42-7.24-3.66-7.81-7.59c-.6-4.16.42-8.95 2.08-12.77c1.72-3.96 4.42-7.57 7.86-10.2C24.7 5.37 33.91 4.15 41.5 7.77c9.06 4.31 14.4 13.71 14.46 23.61c.03 4.31-2.08 8.14-6.46 9.35zm-21.49-9.16c1.47.04 2.67-1.14 2.67-2.59c0-.46-.16-.92-.47-1.27c-.41-.48-.92-.85-1.51-1.11a.36.36 0 0 1 0-.66c.58-.25 1.1-.64 1.51-1.11c.31-.35.47-.8.47-1.27c0-.71-.29-1.36-.76-1.83s-1.11-.76-1.83-.76a2.59 2.59 0 0 0-2.59 2.59v5.3c0 1.42 1.09 2.66 2.51 2.7zm14.2 0c1.47.04 2.67-1.14 2.67-2.59c0-.46-.16-.92-.47-1.27c-.41-.48-.92-.85-1.51-1.11a.36.36 0 0 1 0-.66c.58-.25 1.1-.64 1.51-1.11c.31-.35.47-.8.47-1.27c0-.71-.29-1.36-.76-1.83s-1.11-.76-1.83-.76a2.59 2.59 0 0 0-2.59 2.59v5.3c0 1.42 1.09 2.66 2.51 2.7z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.t_a-nkbit {
|
|
2
|
+
d: path("M66.309 428.24c-35.986 61.172-52.863 133.78-40.413 202.27c6.057 33.323 18.713 65.465 38.643 94.329c16.63 24.084 38.327 45.89 65.481 64.194c72.249 48.706 175.558 79.954 302.206 43.025c92.83-27.068 161.078-74.466 236.624-111.99c14.677-7.291 29.628-14.209 45.09-20.531c101.104-41.351 200.298-54.099 269.732-10.34c-.536-6.383-1.592-14.817-3.342-24.776c-3.595-20.465-10.124-47.371-21.11-76.137c-8.049-21.068-18.489-43.132-31.92-64.394c-28.588-45.247-70.725-86.857-132.204-107.492c-60.159-20.193-111.811-23.366-158.347-17.727c-109.062 13.223-188.329 72.071-286.554 79.32c-137.49 10.146-212.886-45.601-206.875-125.454c-26.618 12.879-59.246 45.507-77.011 75.703");
|
|
3
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.vp_bqbcum {
|
|
2
|
+
d: path("M29.13 43.91v17.32c0 3.69 5.73 3.7 5.73 0V43.91c0-3.69-5.73-3.69-5.73 0m-11.46 0c0 2.19.31 4.65-.06 6.79c-.29 1.64-1.55 2.98-3.14 3.42c-1.15.32-2.5.14-2.5-1.19c0-3.69-5.73-3.7-5.73 0c0 3.58 2.78 6.61 6.31 7.01c3.27.37 6.6-1.18 8.62-3.73c2.81-3.55 2.23-8.06 2.23-12.3c0-3.69-5.73-3.69-5.73 0m22.75 0c0 4.3-.42 8.6 2.7 12.06c2.09 2.31 5.45 3.59 8.54 3.11c3.36-.53 5.93-3.54 5.93-6.95c0-3.69-5.73-3.7-5.73 0c0 1.04-.96 1.45-1.94 1.31c-1.59-.22-2.94-1.33-3.5-2.81c-.39-1.03-.27-2.2-.27-3.3v-3.41c0-3.69-5.73-3.69-5.73 0z");
|
|
3
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "thesvg-color",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "theSVG Color",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 4845,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "thesvg.org",
|
|
8
8
|
"url": "https://github.com/glincker/thesvg"
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"category": "Logos",
|
|
24
24
|
"palette": true
|
|
25
25
|
},
|
|
26
|
-
"lastModified":
|
|
26
|
+
"lastModified": 1787373047
|
|
27
27
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-solid/thesvg-color",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.3",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/thesvg-color/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -2314,6 +2314,10 @@
|
|
|
2314
2314
|
"types": "./types/vn2rmosy.d.ts",
|
|
2315
2315
|
"default": "./components/b/brenntag.jsx"
|
|
2316
2316
|
},
|
|
2317
|
+
"./brevitas": {
|
|
2318
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
2319
|
+
"default": "./components/b/brevitas.jsx"
|
|
2320
|
+
},
|
|
2317
2321
|
"./brevo": {
|
|
2318
2322
|
"types": "./types/vn2rmosy.d.ts",
|
|
2319
2323
|
"default": "./components/b/brevo.jsx"
|
|
@@ -15374,6 +15378,10 @@
|
|
|
15374
15378
|
"types": "./types/vn2rmosy.d.ts",
|
|
15375
15379
|
"default": "./components/s/sitepoint.jsx"
|
|
15376
15380
|
},
|
|
15381
|
+
"./sive": {
|
|
15382
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
15383
|
+
"default": "./components/s/sive.jsx"
|
|
15384
|
+
},
|
|
15377
15385
|
"./siyuan": {
|
|
15378
15386
|
"types": "./types/vn2rmosy.d.ts",
|
|
15379
15387
|
"default": "./components/s/siyuan.jsx"
|
|
@@ -18422,6 +18430,10 @@
|
|
|
18422
18430
|
"types": "./types/vn2rmosy.d.ts",
|
|
18423
18431
|
"default": "./components/w/weasyl.jsx"
|
|
18424
18432
|
},
|
|
18433
|
+
"./weavefox": {
|
|
18434
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
18435
|
+
"default": "./components/w/weavefox.jsx"
|
|
18436
|
+
},
|
|
18425
18437
|
"./weaviate": {
|
|
18426
18438
|
"types": "./types/vn2rmosy.d.ts",
|
|
18427
18439
|
"default": "./components/w/weaviate.jsx"
|
package/css/d/d-p01wmoj.css
DELETED
package/css/g/gfkzgdtls.css
DELETED
package/css/i/i00l3mbel.css
DELETED
package/css/n/nme8pnbdo.css
DELETED
package/css/x/xyhcn3bre.css
DELETED