@iconify-svelte/openmoji 1.0.8 → 1.0.9
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/e/ecosia-browser.svelte +17 -0
- package/components/f/facetime.svelte +18 -0
- package/components/f/fight-cloud.svelte +21 -0
- package/components/h/hairy-creature.svelte +21 -0
- package/components/t/treasure-chest.svelte +20 -0
- package/components/w/washington-dc-flag.svelte +13 -0
- package/css/a/a2nm04bw.css +3 -0
- package/css/a/akerkdb.css +4 -0
- package/css/a/at1-vo.css +3 -0
- package/css/c/c-12pubi.css +4 -0
- package/css/c/c482gxp.css +3 -0
- package/css/c/c5z9ggb.css +4 -0
- package/css/c/cgzc74bf.css +4 -0
- package/css/e/eq2n3hbw.css +8 -0
- package/css/g/gx25rb.css +6 -0
- package/css/i/i1xhz8lc.css +8 -0
- package/css/i/ittlynbg.css +3 -0
- package/css/i/iwiwxf.css +6 -0
- package/css/j/jabjai4z.css +3 -0
- package/css/j/jji_bgt.css +9 -0
- package/css/k/ktfl9fbg.css +3 -0
- package/css/n/ngo6wy.css +5 -0
- package/css/n/njd1auez.css +5 -0
- package/css/n/no5n7upn.css +4 -0
- package/css/o/o2l9vwb.css +3 -0
- package/css/o/oa5p_jy.css +4 -0
- package/css/o/oq0rft.css +6 -0
- package/css/p/p5swwyb.css +3 -0
- package/css/p/pt5-l2bg.css +4 -0
- package/css/p/pvp368f.css +4 -0
- package/css/q/qc54xeb.css +6 -0
- package/css/q/qjwza77u.css +4 -0
- package/css/r/r2ch53yf.css +3 -0
- package/css/r/r3mjyfb.css +9 -0
- package/css/r/rl_g63vq.css +3 -0
- package/css/s/s-qubg.css +4 -0
- package/css/s/scnjzh2c.css +3 -0
- package/css/s/socvfylg.css +5 -0
- package/css/t/t3zomu.css +3 -0
- package/css/t/t7t4i12m.css +4 -0
- package/css/t/tsgyxcu.css +4 -0
- package/css/u/u5m82bc.css +3 -0
- package/css/v/v_i4y1k.css +6 -0
- package/css/v/vsbco_b.css +3 -0
- package/css/z/z1h0_2f.css +4 -0
- package/css/z/zxk4oab.css +8 -0
- package/iconify.json +2 -2
- package/package.json +27 -3
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/j/jji_bgt.css';
|
|
4
|
+
import '../../css/o/oq0rft.css';
|
|
5
|
+
import '../../css/p/pt5-l2bg.css';
|
|
6
|
+
import '../../css/r/r3mjyfb.css';
|
|
7
|
+
import '../../css/w/w06t6f.css';
|
|
8
|
+
import '../../css/u/usozxz.css';
|
|
9
|
+
import '../../css/c/cgzc74bf.css';
|
|
10
|
+
|
|
11
|
+
/** @type {{width?: string; height?: string;}} */
|
|
12
|
+
let {width, height, ...props} = $props();
|
|
13
|
+
|
|
14
|
+
const viewBox = {"width":72,"height":72};
|
|
15
|
+
const content = `<path clip-rule="evenodd" class="jji_bgt"/><circle class="oq0rft"/><path class="pt5-l2bg"/><path clip-rule="evenodd" class="r3mjyfb"/><g class="w06t6f"><circle class="usozxz"/><path class="cgzc74bf"/></g>`;
|
|
16
|
+
</script>
|
|
17
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="openmoji:ecosia-browser" {...props}></Icon>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/g/gx25rb.css';
|
|
4
|
+
import '../../css/z/z1h0_2f.css';
|
|
5
|
+
import '../../css/a/akerkdb.css';
|
|
6
|
+
import '../../css/c/c5z9ggb.css';
|
|
7
|
+
import '../../css/n/no5n7upn.css';
|
|
8
|
+
import '../../css/r/rl_g63vq.css';
|
|
9
|
+
import '../../css/q/qc54xeb.css';
|
|
10
|
+
import '../../css/v/v_i4y1k.css';
|
|
11
|
+
|
|
12
|
+
/** @type {{width?: string; height?: string;}} */
|
|
13
|
+
let {width, height, ...props} = $props();
|
|
14
|
+
|
|
15
|
+
const viewBox = {"width":72,"height":72};
|
|
16
|
+
const content = `<g clip-rule="evenodd" class="gx25rb"><path class="z1h0_2f"/><path class="akerkdb"/><path class="c5z9ggb"/><path class="no5n7upn"/></g><g clip-rule="evenodd" class="gx25rb"><path class="rl_g63vq"/><path class="qc54xeb"/><path class="v_i4y1k"/></g>`;
|
|
17
|
+
</script>
|
|
18
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="openmoji:facetime" {...props}></Icon>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/i/ip0x0h.css';
|
|
4
|
+
import '../../css/o/o2l9vwb.css';
|
|
5
|
+
import '../../css/o/oa5p_jy.css';
|
|
6
|
+
import '../../css/c/c-12pubi.css';
|
|
7
|
+
import '../../css/t/t7t4i12m.css';
|
|
8
|
+
import '../../css/q/qjwza77u.css';
|
|
9
|
+
import '../../css/i/i1xhz8lc.css';
|
|
10
|
+
import '../../css/q/q3qyoep.css';
|
|
11
|
+
import '../../css/r/r2ch53yf.css';
|
|
12
|
+
import '../../css/j/jabjai4z.css';
|
|
13
|
+
import '../../css/i/ittlynbg.css';
|
|
14
|
+
|
|
15
|
+
/** @type {{width?: string; height?: string;}} */
|
|
16
|
+
let {width, height, ...props} = $props();
|
|
17
|
+
|
|
18
|
+
const viewBox = {"width":72,"height":72};
|
|
19
|
+
const content = `<g class="ip0x0h"><path class="o2l9vwb"/><path class="oa5p_jy"/></g><path class="c-12pubi"/><path class="t7t4i12m"/><path class="qjwza77u"/><path class="i1xhz8lc"/><g class="q3qyoep"><path class="r2ch53yf"/><path class="jabjai4z"/><path class="ittlynbg"/></g>`;
|
|
20
|
+
</script>
|
|
21
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="openmoji:fight-cloud" {...props}></Icon>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/i/ip0x0h.css';
|
|
4
|
+
import '../../css/n/njd1auez.css';
|
|
5
|
+
import '../../css/s/socvfylg.css';
|
|
6
|
+
import '../../css/q/q3qyoep.css';
|
|
7
|
+
import '../../css/a/at1-vo.css';
|
|
8
|
+
import '../../css/s/scnjzh2c.css';
|
|
9
|
+
import '../../css/v/vsbco_b.css';
|
|
10
|
+
import '../../css/t/t3zomu.css';
|
|
11
|
+
import '../../css/c/c482gxp.css';
|
|
12
|
+
import '../../css/u/u5m82bc.css';
|
|
13
|
+
import '../../css/a/a2nm04bw.css';
|
|
14
|
+
|
|
15
|
+
/** @type {{width?: string; height?: string;}} */
|
|
16
|
+
let {width, height, ...props} = $props();
|
|
17
|
+
|
|
18
|
+
const viewBox = {"width":72,"height":72};
|
|
19
|
+
const content = `<g class="ip0x0h"><path class="njd1auez"/><path class="socvfylg"/></g><g class="q3qyoep"><path class="at1-vo"/><path class="scnjzh2c"/><path class="vsbco_b"/><path class="t3zomu"/><path class="c482gxp"/><path class="u5m82bc"/><path class="a2nm04bw"/></g>`;
|
|
20
|
+
</script>
|
|
21
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="openmoji:hairy-creature" {...props}></Icon>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/s/s-qubg.css';
|
|
4
|
+
import '../../css/z/zxk4oab.css';
|
|
5
|
+
import '../../css/e/eq2n3hbw.css';
|
|
6
|
+
import '../../css/p/pvp368f.css';
|
|
7
|
+
import '../../css/t/tsgyxcu.css';
|
|
8
|
+
import '../../css/i/iwiwxf.css';
|
|
9
|
+
import '../../css/q/q3qyoep.css';
|
|
10
|
+
import '../../css/k/ktfl9fbg.css';
|
|
11
|
+
import '../../css/p/p5swwyb.css';
|
|
12
|
+
import '../../css/n/ngo6wy.css';
|
|
13
|
+
|
|
14
|
+
/** @type {{width?: string; height?: string;}} */
|
|
15
|
+
let {width, height, ...props} = $props();
|
|
16
|
+
|
|
17
|
+
const viewBox = {"width":72,"height":72};
|
|
18
|
+
const content = `<path class="s-qubg"/><path class="zxk4oab"/><path class="eq2n3hbw"/><path class="pvp368f"/><path class="tsgyxcu"/><circle class="iwiwxf"/><g class="q3qyoep"><path class="ktfl9fbg"/><path class="p5swwyb"/><circle class="ngo6wy"/></g>`;
|
|
19
|
+
</script>
|
|
20
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="openmoji:treasure-chest" {...props}></Icon>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/p/poqsfy.css';
|
|
4
|
+
import '../../css/b/bbds5sbs.css';
|
|
5
|
+
import '../../css/d/d9ol6jr.css';
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
let {width, height, ...props} = $props();
|
|
9
|
+
|
|
10
|
+
const viewBox = {"width":72,"height":72};
|
|
11
|
+
const content = `<path class="poqsfy"/><path class="bbds5sbs"/><path class="d9ol6jr"/>`;
|
|
12
|
+
</script>
|
|
13
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="openmoji:washington-dc-flag" {...props}></Icon>
|
package/css/a/at1-vo.css
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.c-12pubi {
|
|
2
|
+
fill: #d0cfce;
|
|
3
|
+
d: path("M18.439 26.804c-2.815 2.235-5.602 4.888-4.69 9.925c0 0 .423 1.942.6 2.53c.375 1.248 1.055 2.978 1.055 2.978c-.339.789-.292 3.03.308 4.763c.69 1.99 3.942 2.678 4.063 2.894l.002.002l.002.006v.01l-.002.002c-.005.073-.502 2.494.015 4.371c.597 2.163 2.297 3.854 3.655 4.49c1.781.836 4.976 1.973 7.065 1.852c.452-.026-.309-.817.154-.893c1.504-.246 2.034.23 3.196.172c1.14-.057 2.925-.648 3.03-.589c.638.36 2.574 1.098 4.28 1.126c1.976.033 3.865-.744 6.613-1.916c2.05-.874 3.42-3.124 4.291-5.165l.974.127l.695-2.723l2.345-1.496l-.517-.754c.545-.336 1.885 2.488 5.228-6.252c.165-.432-1.052.08-1-.225c.498-2.957-.165-5.054-1.187-6.53c-1.026-2.248-2.261-3.615-3.898-4.927c.097-8.381-8.01-5.335-8.207-5.344h-.002v-.002c-.177-2.6-1.778-5.184-4.412-5.621a14 14 0 0 0-1.552-.174c-7.207-.394-9.153 5.555-9.348 5.803l-.008.006v.002h-.004c-1.912-.922-4.204-1.246-6.468-.982c-.517.15.34-1.147-.443-.89c-4.38 1.445-4.935 2.011-5.888 2.446c-.618.282.657.62.055.978");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.cgzc74bf {
|
|
2
|
+
stroke-linecap: round;
|
|
3
|
+
d: path("m32.623 49.319l-.768 6.94h7.358l-1.234-6.579c.514-.263 7.5.211 11.866-2.74c4.398-2.974 6.52-9.983-1.597-11.033c.344.196 6.05-4.117 4.188-7.602c-2.797-5.234-7.03-1.806-7.03-1.806c1.817-15.024-26.946-16.557-20.025 6.24c0 0-4.489-2.752-6.873 3.066c-1.412 3.443.186 9.293 3.803 11.71c4.07 2.722 10.312 1.804 10.312 1.804");
|
|
4
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.eq2n3hbw {
|
|
2
|
+
fill: #fcea2b;
|
|
3
|
+
stroke: #fcea2b;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M46 38a5 5 0 0 0-5-5a4.94 4.94 0 0 0-2.367.622c-.696-.754-1.598-1.312-2.643-1.522c.001-.034.01-.066.01-.1a3 3 0 1 0-6 0l.003.025A4.96 4.96 0 0 0 27 31a5 5 0 0 0-5 5a3 3 0 1 0-6 0v4h30z");
|
|
8
|
+
}
|
package/css/g/gx25rb.css
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.i1xhz8lc {
|
|
2
|
+
fill: #d22f27;
|
|
3
|
+
stroke: #d22f27;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M35.875 54.656L37.188 65l2.78-12.094zm-6.044-10.594l-3.845 6.872l6.762-3.778m-2.904-22.953l-.687-6.266l2.812 5.438m20.711 1.541l7.843-6.005l-6.63 8.025l6.381-1.972l-5.804 4.418m-7.492-6.18l2.077-3.58l-1.127 4.508");
|
|
8
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.ittlynbg {
|
|
2
|
+
d: path("M45.034 36.504a10 10 0 0 1-.422 1.749m-3.455 3.572c-.5.226-1.012.425-1.515.645m-13.58-2.251c.941 2.928 2.726 3.243 4.981 3.052c.963 4.626 4.222 5.139 7.903 3.41m-16.54-14.619c-1.017 1.339-1.461 2.547-1.562 3.67m1.334 5.244c.18.425.168.382.322.805m-1.502 10.614a3.293 3.337 0 0 0-1.816.64a4.121 3.977 0 0 0-1.96-.396a4.121 3.977 0 0 0-3.962 4.076a4.121 3.977 0 0 0 4.172 3.875a4.121 3.977 0 0 0 .166-.006a2.707 2.674 0 0 0 2.18 1.045a2.707 2.674 0 0 0 2.673-2.673l-.004-.137a2.707 2.674 0 0 0-.002-.033a3.293 3.337 0 0 0 1.973-3.057l-.006-.17a3.293 3.337 0 0 0-3.414-3.164m34.819-8.886l5.79 1.856l-2.078 2.1l5.657 2.032M6.469 35.25l4.125 1.563l-.344-2.876l6.313 2.532m9.062 26.937l5.781-10.594M50.594 6.844l-5.062 11.53m12.343-4.468l-5.625 7.063M33.433 10.253c-.63 5.141 3.86 7.691 6.905 5.765c1.557-.985 3.3-4.097-.024-6.197c-.573-.363-3.1-1.196-4.302.997c-.076.139-.803 1.705.568 3.052c.167.165 1.699 1.371 3.16-.37c.4-.475-.008-2.636-1.678-1.38");
|
|
3
|
+
}
|
package/css/i/iwiwxf.css
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.jabjai4z {
|
|
2
|
+
d: path("M12.816 30.494c-6.03-13.888 9.696-6.65 24.092 4.797c16.134 12.83 30.8 30.607 15.329 23.133m-39.264-12.12c-6.644-2.284.276-6.318 15.142-9.472c1.8-.382 3.165-.639 5.143-.982m7.286-1.228c14.891-2.086 29.232-2.19 21.89 3.225M37.359 26.484c4.192-.494 5.54 1.468 6.75 3.547");
|
|
3
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.ktfl9fbg {
|
|
2
|
+
d: path("M14 40h20v15H16a2 2 0 0 1-2-2zm20 0h20v13a2 2 0 0 1-2 2H34zm7.858-17.142c1.953-1.953 4.512-2.929 7.071-2.929s5.119.976 7.071 2.929s2.93 4.512 2.93 7.071S57.952 35.048 56 37l-2 2l-14.142-14.142zm-19 5l-3-3m2-2a9.97 9.97 0 0 1 7.071-2.929m0 0h20m-29.071 4.929h20m-18-2l-2 2");
|
|
3
|
+
}
|
package/css/n/ngo6wy.css
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
.njd1auez {
|
|
2
|
+
fill: #a57939;
|
|
3
|
+
stroke: #a57939;
|
|
4
|
+
d: path("M46.202 39.731c-.733 1.276-1.378 3.19-.986 5.687c.632 5.986 6.817 6.219 6.762 12.26c-.962 2.37-5.763 3.888-7.805 3.88c-2.116-1.83-1.186-4.602 0-6.883l-.035-.015c-1.058-.388-2.316-.687-3.688-2.026c-2.273-2.216-2.607-4.654-3.336-6.569zM21.926 36.1c-.394.693-1.517 1.616-2.79 2.102c-4.152-7.766 9.273-16.218 9.273-16.218l1.8 9.434c-3.826.465-6.803 1.797-7.188 6c-.357-.335-.787-.752-1.095-1.317z");
|
|
5
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.no5n7upn {
|
|
2
|
+
fill: #d0cfce;
|
|
3
|
+
d: path("M41.952 28.297c-.089 3.97-.056 13.953-.056 13.953s-.059 3.188-.938 4.16c-1.2 1.327-6.332.994-6.332.994l-12.867.008s18.51-17.808 20.194-19.115zm3.707 2.58l7.317-4.79s.98-.34 1.753.093c.751.421 1.049 1.283 1.049 1.283L55.67 44.81s-.017.883-.764 1.348c-.772.48-1.3.105-1.3.105l-7.966-3.956z");
|
|
4
|
+
}
|
package/css/o/oq0rft.css
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.pt5-l2bg {
|
|
2
|
+
fill: #fff;
|
|
3
|
+
d: path("m32.624 49.32l-.768 6.94h7.358l-1.234-6.58c.514-.263 7.5.211 11.866-2.74c4.398-2.974 6.52-9.983-1.597-11.033c.344.196 6.05-4.117 4.188-7.602c-2.797-5.234-7.03-1.806-7.03-1.806c1.817-15.024-26.946-16.557-20.025 6.24c0 0-4.489-2.752-6.873 3.066c-1.412 3.443.186 9.293 3.803 11.71c4.07 2.722 10.312 1.804 10.312 1.804z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.qjwza77u {
|
|
2
|
+
fill: #fcea2b;
|
|
3
|
+
d: path("m13.966 52.724l-2.856.248l-1.415 2.493l-1.118-2.64l-2.809-.575l2.165-1.88l-.32-2.848L10.069 49l2.61-1.185l-.647 2.793zm10.699-37.88l-2.264 1.758l-2.732-.869l.972 2.697l-1.67 2.33l2.865-.091l1.7 2.308l.798-2.753l2.72-.903l-2.37-1.61z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.r2ch53yf {
|
|
2
|
+
d: path("M55.573 48.516c.8-.494 1.34-.992 1.884-1.642m2.344-4.835c.498-2.957-.165-5.054-1.187-6.53m-4.294-4.88c.098-8.382-7.614-5.383-7.81-5.391h-.003v-.002c-.177-2.6-1.778-5.185-4.412-5.621a14 14 0 0 0-1.552-.174h0c-7.207-.394-9.153 5.554-9.348 5.803l-.008.006v.002h-.004c-1.912-.922-4.204-1.246-6.468-.982m-6.276 2.534c-1.726 1.37-3.047 3.274-3.6 5.702m1.217 10.312c-.339.79-.944 2.449-.343 4.182c.69 1.99 3.941 2.678 4.062 2.894m10.891 9.84c1.12-.183 2.244-.49 3.22-.796m7.578.511c1.817.212 3.998.069 6.321-.922c2.05-.874 3.42-3.124 4.291-5.165");
|
|
3
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.rl_g63vq {
|
|
2
|
+
d: path("m45.111 30.04l7.317-4.79q.103-.066.22-.108s1.436-.47 2.57.166c1.074.603 1.505 1.83 1.505 1.83a1 1 0 0 1 .054.332l-.107 17.348v.013s-.028 1.426-1.235 2.177c-1.23.766-2.13.263-2.348.115l-7.891-3.919a1 1 0 0 1-.555-.897l.018-11.431c0-.338.17-.652.452-.836m8.999 15.362a.7.7 0 0 0 .268-.092c.271-.168.29-.481.292-.514l.105-17.14c-.08-.164-.248-.442-.536-.604c-.295-.166-.649-.104-.827-.054l-6.754 4.42l-.016 10.272l7.41 3.68q.03.014.058.032");
|
|
3
|
+
}
|
package/css/s/s-qubg.css
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.scnjzh2c {
|
|
2
|
+
d: path("M35.351 15.201c2.47 1.213 6.942.434 9.803 3.622c2.111 2.353 2.216 8.263 6.507 8.595m-12.349-2.601c2.493.348 6.07 1.712 6.452 6.325c.467 5.635 3.732 7.355 6.682 6.874M28.409 21.984s-13.424 8.453-9.273 16.218m10.985-6.784c-3.826.465-6.715 1.796-7.1 6");
|
|
3
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
.socvfylg {
|
|
2
|
+
fill: #f1b31c;
|
|
3
|
+
stroke: #f1b31c;
|
|
4
|
+
d: path("M48.768 25.866c-1.64-1.999-2.134-5.395-3.614-7.044c-2.86-3.187-7.333-2.408-9.803-3.621c-1.14-4.132-1.55-7.332-5.178-7.345c-2.827-.01-4.167 2.393-3.968 4.713c.364 4.26 4.919 7.332 3.337 13.683c-.717 3.213.929 7.574 3.53 11.84l.035.065c-1.73 1.455-4.042 2.608-5.414 4.26c-1.448 1.744-2.563 5.641-2.263 9.856c.151 1.613.658 2.978 1.316 3.96c-1.861 1.33-4.515 2.189-5.224 6.736c3.858 1.454 8.33 1.926 9.908-.762c4.42-7.533 1.148-10.292 2.292-15.098c3.701-1.76 9.516-3.169 11.696-5.743c1.081-1.276 1.934-2.889 2.432-4.798c1.449 1.481 3.413 1.792 5.181 1.323c1.315-.397 1.706-1.19 2.63-1.473c-5.128-2.907-6.592-5.58-6.893-10.552");
|
|
5
|
+
}
|
package/css/t/t3zomu.css
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.t7t4i12m {
|
|
2
|
+
fill: #d0cfce;
|
|
3
|
+
d: path("M20.998 52.394a3.293 3.337 0 0 0-1.817.64a4.121 3.977 0 0 0-1.959-.396a4.121 3.977 0 0 0-3.963 4.076a4.121 3.977 0 0 0 4.172 3.875a4.121 3.977 0 0 0 .166-.006a2.707 2.674 0 0 0 2.18 1.045a2.707 2.674 0 0 0 2.674-2.673l-.004-.137a2.707 2.674 0 0 0-.002-.033a3.293 3.337 0 0 0 1.973-3.057l-.006-.17a3.293 3.337 0 0 0-3.414-3.164");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "openmoji",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "OpenMoji",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 4475,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "OpenMoji",
|
|
8
8
|
"url": "https://github.com/hfg-gmuend/openmoji"
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
],
|
|
31
31
|
"palette": true
|
|
32
32
|
},
|
|
33
|
-
"lastModified":
|
|
33
|
+
"lastModified": 1776313541
|
|
34
34
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-svelte/openmoji",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.9",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/openmoji/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "CC-BY-SA-4.0",
|
|
@@ -2906,6 +2906,10 @@
|
|
|
2906
2906
|
"types": "./types/gfwqskkx.d.ts",
|
|
2907
2907
|
"svelte": "./components/e/ecg-waves.svelte"
|
|
2908
2908
|
},
|
|
2909
|
+
"./ecosia-browser": {
|
|
2910
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2911
|
+
"svelte": "./components/e/ecosia-browser.svelte"
|
|
2912
|
+
},
|
|
2909
2913
|
"./edge": {
|
|
2910
2914
|
"types": "./types/gfwqskkx.d.ts",
|
|
2911
2915
|
"svelte": "./components/e/edge.svelte"
|
|
@@ -3234,6 +3238,10 @@
|
|
|
3234
3238
|
"types": "./types/gfwqskkx.d.ts",
|
|
3235
3239
|
"svelte": "./components/f/facebook.svelte"
|
|
3236
3240
|
},
|
|
3241
|
+
"./facetime": {
|
|
3242
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3243
|
+
"svelte": "./components/f/facetime.svelte"
|
|
3244
|
+
},
|
|
3237
3245
|
"./factory": {
|
|
3238
3246
|
"types": "./types/gfwqskkx.d.ts",
|
|
3239
3247
|
"svelte": "./components/f/factory.svelte"
|
|
@@ -3490,6 +3498,10 @@
|
|
|
3490
3498
|
"types": "./types/gfwqskkx.d.ts",
|
|
3491
3499
|
"svelte": "./components/f/field-hockey.svelte"
|
|
3492
3500
|
},
|
|
3501
|
+
"./fight-cloud": {
|
|
3502
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3503
|
+
"svelte": "./components/f/fight-cloud.svelte"
|
|
3504
|
+
},
|
|
3493
3505
|
"./file-cabinet": {
|
|
3494
3506
|
"types": "./types/gfwqskkx.d.ts",
|
|
3495
3507
|
"svelte": "./components/f/file-cabinet.svelte"
|
|
@@ -5266,6 +5278,10 @@
|
|
|
5266
5278
|
"types": "./types/gfwqskkx.d.ts",
|
|
5267
5279
|
"svelte": "./components/h/hair-pick.svelte"
|
|
5268
5280
|
},
|
|
5281
|
+
"./hairy-creature": {
|
|
5282
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
5283
|
+
"svelte": "./components/h/hairy-creature.svelte"
|
|
5284
|
+
},
|
|
5269
5285
|
"./hal-9000": {
|
|
5270
5286
|
"types": "./types/gfwqskkx.d.ts",
|
|
5271
5287
|
"svelte": "./components/h/hal-9000.svelte"
|
|
@@ -14922,6 +14938,10 @@
|
|
|
14922
14938
|
"types": "./types/gfwqskkx.d.ts",
|
|
14923
14939
|
"svelte": "./components/t/transmission.svelte"
|
|
14924
14940
|
},
|
|
14941
|
+
"./treasure-chest": {
|
|
14942
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
14943
|
+
"svelte": "./components/t/treasure-chest.svelte"
|
|
14944
|
+
},
|
|
14925
14945
|
"./triangular-flag": {
|
|
14926
14946
|
"types": "./types/gfwqskkx.d.ts",
|
|
14927
14947
|
"svelte": "./components/t/triangular-flag.svelte"
|
|
@@ -15282,9 +15302,9 @@
|
|
|
15282
15302
|
"types": "./types/gfwqskkx.d.ts",
|
|
15283
15303
|
"svelte": "./components/w/washing-machine.svelte"
|
|
15284
15304
|
},
|
|
15285
|
-
"./washington-dc": {
|
|
15305
|
+
"./washington-dc-flag": {
|
|
15286
15306
|
"types": "./types/gfwqskkx.d.ts",
|
|
15287
|
-
"svelte": "./components/w/washington-dc.svelte"
|
|
15307
|
+
"svelte": "./components/w/washington-dc-flag.svelte"
|
|
15288
15308
|
},
|
|
15289
15309
|
"./wastebasket": {
|
|
15290
15310
|
"types": "./types/gfwqskkx.d.ts",
|
|
@@ -18286,6 +18306,10 @@
|
|
|
18286
18306
|
"types": "./types/gfwqskkx.d.ts",
|
|
18287
18307
|
"svelte": "./components/u/united-federation-of-planets-flag.svelte"
|
|
18288
18308
|
},
|
|
18309
|
+
"./washington-dc": {
|
|
18310
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
18311
|
+
"svelte": "./components/w/washington-dc.svelte"
|
|
18312
|
+
},
|
|
18289
18313
|
"./woman-with-probing-cane": {
|
|
18290
18314
|
"types": "./types/gfwqskkx.d.ts",
|
|
18291
18315
|
"svelte": "./components/w/woman-with-probing-cane.svelte"
|