@iconify-solid/thesvg-color 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/b/brevitas.jsx +15 -0
- package/components/o/orildo.jsx +17 -0
- package/components/s/sive.jsx +16 -0
- package/components/w/weavefox.jsx +36 -0
- package/components/z/zero.jsx +18 -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/bl2413pzu.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/h/hz_za5x5c.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/l/l5zk7vk6d.css +3 -0
- package/css/m/m5vqg1b3x.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/css/z/zop9rmbjf.css +3 -0
- package/iconify.json +2 -2
- package/package.json +21 -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,17 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/n/n1mjunbsu.css';
|
|
4
|
+
import '../../css/b/bl2413pzu.css';
|
|
5
|
+
import '../../css/m/m5vqg1b3x.css';
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":576,"height":619};
|
|
8
|
+
const content = `<g class="n1mjunbsu"><path class="bl2413pzu"/><path class="m5vqg1b3x"/></g>`;
|
|
9
|
+
|
|
10
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
11
|
+
function Component(props) {
|
|
12
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
13
|
+
|
|
14
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"thesvg-color:orildo"} {...others} />);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
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;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/d/d2kvgvbvc.css';
|
|
4
|
+
import '../../css/l/l5zk7vk6d.css';
|
|
5
|
+
import '../../css/z/zop9rmbjf.css';
|
|
6
|
+
import '../../css/h/hz_za5x5c.css';
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":242,"height":241};
|
|
9
|
+
const content = `<g clip-rule="evenodd" class="d2kvgvbvc"><path class="l5zk7vk6d"/><path class="zop9rmbjf"/><path class="hz_za5x5c"/></g>`;
|
|
10
|
+
|
|
11
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
12
|
+
function Component(props) {
|
|
13
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
14
|
+
|
|
15
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"thesvg-color:zero"} {...others} />);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
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
|
+
.bl2413pzu {
|
|
2
|
+
d: path("M299.807.033c9.554-.084 27.33-.077 39.998.883c9.48.719 21.628 2.401 31.177 3.865c5.355.821 7.965 6.97 4.806 11.477l-9.854 14.06c-1.682 2.399-4.624 3.613-7.553 3.121c-3.563-.597-8.025-1.3-11.582-1.716c-5.066-.593-12.196-1.07-15.729-1.287a5.48 5.48 0 0 0-5.462 3.541l-3.316 8.798c-1.302 3.455 1.095 7.143 4.719 7.455c43.718 3.755 91.425 18.962 132.583 49.663a287.7 287.7 0 0 1 112.015 184.876a287.73 287.73 0 0 1-48.33 210.703a287.63 287.63 0 0 1-181.385 117.553a287.6 287.6 0 0 1-212.023-41.971l-2.248-1.49a287 287 0 0 1-31.735-24.622a.48.48 0 0 1-.132-.506l14.052-43.733a.54.54 0 0 1 .901-.19c12.395 12.697 27.363 25.778 42.154 35.482a245.68 245.68 0 0 0 181.123 35.853a245.7 245.7 0 0 0 154.95-100.42a245.8 245.8 0 0 0 41.285-179.991a245.77 245.77 0 0 0-95.689-157.933c-49.956-37.265-111.268-50.587-172.87-43.637a.542.542 0 0 1-.585-.701l13.964-38.943l17.984-45.496c1.113-2.816 3.787-4.667 6.782-4.694m-86.343 56.094a.462.462 0 0 1 .552.6l-14.488 46.981a.51.51 0 0 1-.346.35c-30.944 9.845-88.079 44.3-120.97 97.905a245.79 245.79 0 0 0-.857 255.677c.06.097.084.207.076.311l-.018.102l-14.599 50.718a.452.452 0 0 1-.792.182A287.73 287.73 0 0 1 42.484 180.03C80.63 117.861 143.013 75.35 213.464 56.127");
|
|
3
|
+
}
|
|
@@ -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
|
+
.hz_za5x5c {
|
|
2
|
+
d: path("M87.929 170.333c-6.347-.111-11.05-3.011-13.785-8.664c-2.996-6.198-1.933-12.048 2.832-16.925c9.695-9.924 19.555-19.69 29.376-29.491c13.331-13.302 26.663-26.603 40.048-39.851c4.988-4.936 10.872-6.401 17.468-3.603c5.79 2.456 9.243 8.382 8.932 14.813c-.193 3.96-1.892 7.239-4.644 9.983a103080 103080 0 0 1-69.098 68.83c-3.06 3.047-6.664 4.942-11.13 4.908");
|
|
3
|
+
}
|
|
@@ -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,3 @@
|
|
|
1
|
+
.l5zk7vk6d {
|
|
2
|
+
d: path("M138.969 1.168a100.5 100.5 0 0 1 16.5 3.675c15.485 4.843 30.121 12.485 42.686 22.778a117 117 0 0 1 11.098 10.358c17.745 18.876 29.085 43.394 31.901 69.154c2.129 19.473-.658 39.3-7.759 57.539c-1.678 4.308-3.787 5.972-8.631 5.93c-31.215-.27-62.433-.174-93.65-.197c-1.516-.002-3.031-.001-4.903-.001c.568-2.442 2.266-3.274 3.441-4.442c17.585-17.48 35.207-34.924 52.822-52.377c12.175-12.062 16.271-26.216 9.6-42.241c-6.693-16.082-19.839-22.949-36.916-22.993c-40.96-.104-81.918-.173-122.876-.256c-2.163-.004-4.325-.001-6.32-.001c-1.13-2.062.526-2.825 1.29-3.763c9.075-11.148 19.969-20.792 32.39-28.061C83.133 2.529 111.887-2.52 138.97 1.168");
|
|
3
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.m5vqg1b3x {
|
|
2
|
+
d: path("M478.773 330.239c0 105.792-85.746 191.553-191.519 191.553c-105.772 0-191.518-85.761-191.518-191.553s85.746-191.553 191.518-191.553s191.519 85.761 191.519 191.553m-354.003 0c0 89.754 72.747 162.514 162.484 162.514s162.484-72.76 162.484-162.514s-72.746-162.514-162.484-162.514c-89.737 0-162.484 72.76-162.484 162.514");
|
|
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
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.zop9rmbjf {
|
|
2
|
+
d: path("M217.447 192.658c-9.652 12.908-20.388 22.992-33.26 30.637c-72.578 43.107-170.306 3.599-182.968-87.228c-2.89-20.723-.773-41.505 7.767-61.158c1.183-2.723 2.175-4.663 5.808-4.65c34.213.127 68.428.065 102.64.085c.497 0 .993.337 1.568.546c-.53 2.3-2.458 3.187-3.783 4.507c-17.853 17.79-35.87 35.419-53.607 53.322c-10.525 10.623-13.763 23.539-9.37 37.769c4.123 13.348 13.542 21.904 27.244 24.75c9.75 2.025 19.835.779 29.768.865c34.408.298 68.818.388 103.228.555c1.309.006 2.619 0 4.965 0");
|
|
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": 4847,
|
|
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": 1787805547
|
|
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.4",
|
|
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"
|
|
@@ -12282,6 +12286,10 @@
|
|
|
12282
12286
|
"types": "./types/vn2rmosy.d.ts",
|
|
12283
12287
|
"default": "./components/o/origin.jsx"
|
|
12284
12288
|
},
|
|
12289
|
+
"./orildo": {
|
|
12290
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
12291
|
+
"default": "./components/o/orildo.jsx"
|
|
12292
|
+
},
|
|
12285
12293
|
"./orshot": {
|
|
12286
12294
|
"types": "./types/vn2rmosy.d.ts",
|
|
12287
12295
|
"default": "./components/o/orshot.jsx"
|
|
@@ -15374,6 +15382,10 @@
|
|
|
15374
15382
|
"types": "./types/vn2rmosy.d.ts",
|
|
15375
15383
|
"default": "./components/s/sitepoint.jsx"
|
|
15376
15384
|
},
|
|
15385
|
+
"./sive": {
|
|
15386
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
15387
|
+
"default": "./components/s/sive.jsx"
|
|
15388
|
+
},
|
|
15377
15389
|
"./siyuan": {
|
|
15378
15390
|
"types": "./types/vn2rmosy.d.ts",
|
|
15379
15391
|
"default": "./components/s/siyuan.jsx"
|
|
@@ -18422,6 +18434,10 @@
|
|
|
18422
18434
|
"types": "./types/vn2rmosy.d.ts",
|
|
18423
18435
|
"default": "./components/w/weasyl.jsx"
|
|
18424
18436
|
},
|
|
18437
|
+
"./weavefox": {
|
|
18438
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
18439
|
+
"default": "./components/w/weavefox.jsx"
|
|
18440
|
+
},
|
|
18425
18441
|
"./weaviate": {
|
|
18426
18442
|
"types": "./types/vn2rmosy.d.ts",
|
|
18427
18443
|
"default": "./components/w/weaviate.jsx"
|
|
@@ -19258,6 +19274,10 @@
|
|
|
19258
19274
|
"types": "./types/vn2rmosy.d.ts",
|
|
19259
19275
|
"default": "./components/z/zephyr.jsx"
|
|
19260
19276
|
},
|
|
19277
|
+
"./zero": {
|
|
19278
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
19279
|
+
"default": "./components/z/zero.jsx"
|
|
19280
|
+
},
|
|
19261
19281
|
"./zerodha": {
|
|
19262
19282
|
"types": "./types/vn2rmosy.d.ts",
|
|
19263
19283
|
"default": "./components/z/zerodha.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