@iconify-svelte/openmoji 1.0.7 → 1.0.8
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/anguished-face.svelte +7 -6
- package/components/a/astonished-face.svelte +6 -5
- package/components/d/disappointed-face.svelte +5 -5
- package/components/f/flag-south-korea.svelte +7 -3
- package/css/b/b8hzzl.css +3 -0
- package/css/b/b9997hm.css +3 -0
- package/css/d/di9fd7p.css +9 -0
- package/css/g/g3myr9q.css +3 -0
- package/css/g/g5-jgz.css +3 -0
- package/css/j/jhf76n.css +3 -0
- package/css/k/kzygc9b.css +4 -0
- package/css/s/selamdb.css +7 -0
- package/css/y/yfxshk.css +4 -0
- package/css/z/zfatfyb.css +7 -0
- package/css/z/zfrggyl.css +8 -0
- package/css/z/zsll00b.css +5 -0
- package/css/z/zx8vt0b.css +10 -0
- package/iconify.json +1 -1
- package/package.json +1 -1
- package/css/b/bw4j7hb.css +0 -4
- package/css/f/fcrq95br.css +0 -9
- package/css/g/g9iinks.css +0 -4
- package/css/j/j15oe1u.css +0 -3
- package/css/k/k291hmb.css +0 -3
- package/css/n/n2eyhcue.css +0 -9
- package/css/q/q89kf2bo.css +0 -9
- package/css/r/rq5cntbg.css +0 -7
- package/css/w/wdesev.css +0 -4
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
6
|
-
import '../../css/
|
|
7
|
-
import '../../css/
|
|
3
|
+
import '../../css/b/b9997hm.css';
|
|
4
|
+
import '../../css/w/wstmnn.css';
|
|
5
|
+
import '../../css/z/zfrggyl.css';
|
|
6
|
+
import '../../css/e/ergt1xb.css';
|
|
7
|
+
import '../../css/s/selamdb.css';
|
|
8
|
+
import '../../css/c/cwa8rj.css';
|
|
8
9
|
|
|
9
10
|
/** @type {{width?: string; height?: string;}} */
|
|
10
11
|
let {width, height, ...props} = $props();
|
|
11
12
|
|
|
12
13
|
const viewBox = {"width":72,"height":72};
|
|
13
|
-
const content = `<path class="
|
|
14
|
+
const content = `<defs><path id="SVGopWTHdnm" class="b9997hm"/></defs><use href="#SVGopWTHdnm"/><path class="wstmnn"/><use href="#SVGopWTHdnm"/><path class="zfrggyl"/><circle class="ergt1xb"/><path class="selamdb"/><path class="cwa8rj"/>`;
|
|
14
15
|
</script>
|
|
15
16
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="openmoji:anguished-face" {...props}></Icon>
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
3
|
import '../../css/t/te29go.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
4
|
+
import '../../css/v/vo7mfyb.css';
|
|
5
|
+
import '../../css/u/uj0zxm.css';
|
|
6
6
|
import '../../css/j/ju8jryr.css';
|
|
7
|
-
import '../../css/
|
|
8
|
-
import '../../css/
|
|
7
|
+
import '../../css/d/di9fd7p.css';
|
|
8
|
+
import '../../css/c/c9mfofi.css';
|
|
9
|
+
import '../../css/z/zx8vt0b.css';
|
|
9
10
|
|
|
10
11
|
/** @type {{width?: string; height?: string;}} */
|
|
11
12
|
let {width, height, ...props} = $props();
|
|
12
13
|
|
|
13
14
|
const viewBox = {"width":72,"height":72};
|
|
14
|
-
const content = `<circle class="te29go"/><path class="
|
|
15
|
+
const content = `<circle class="te29go"/><path class="vo7mfyb"/><path class="uj0zxm"/><circle class="ju8jryr"/><path class="di9fd7p"/><path class="c9mfofi"/><circle class="zx8vt0b"/>`;
|
|
15
16
|
</script>
|
|
16
17
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="openmoji:astonished-face" {...props}></Icon>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
6
|
-
import '../../css/
|
|
3
|
+
import '../../css/y/yfxshk.css';
|
|
4
|
+
import '../../css/g/gjt6dl.css';
|
|
5
|
+
import '../../css/w/wplkhh.css';
|
|
6
|
+
import '../../css/z/zsll00b.css';
|
|
7
7
|
|
|
8
8
|
/** @type {{width?: string; height?: string;}} */
|
|
9
9
|
let {width, height, ...props} = $props();
|
|
10
10
|
|
|
11
11
|
const viewBox = {"width":72,"height":72};
|
|
12
|
-
const content = `<path class="
|
|
12
|
+
const content = `<path class="yfxshk"/><g class="gjt6dl"><circle class="wplkhh"/><path class="zsll00b"/></g>`;
|
|
13
13
|
</script>
|
|
14
14
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="openmoji:disappointed-face" {...props}></Icon>
|
|
@@ -2,14 +2,18 @@
|
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
3
|
import '../../css/p/poqsfy.css';
|
|
4
4
|
import '../../css/j/jzn3dp.css';
|
|
5
|
-
import '../../css/
|
|
6
|
-
import '../../css/
|
|
5
|
+
import '../../css/k/kzygc9b.css';
|
|
6
|
+
import '../../css/z/zfatfyb.css';
|
|
7
|
+
import '../../css/b/b8hzzl.css';
|
|
8
|
+
import '../../css/g/g3myr9q.css';
|
|
9
|
+
import '../../css/g/g5-jgz.css';
|
|
10
|
+
import '../../css/j/jhf76n.css';
|
|
7
11
|
import '../../css/d/d9ol6jr.css';
|
|
8
12
|
|
|
9
13
|
/** @type {{width?: string; height?: string;}} */
|
|
10
14
|
let {width, height, ...props} = $props();
|
|
11
15
|
|
|
12
16
|
const viewBox = {"width":72,"height":72};
|
|
13
|
-
const content = `<path class="poqsfy"/><circle class="jzn3dp"/><path class="
|
|
17
|
+
const content = `<path class="poqsfy"/><g transform="translate(.002 -.016)"><circle class="jzn3dp"/><path class="kzygc9b"/></g><g class="zfatfyb"><path transform="matrix(1.504 0 0 1.32 -15.913 -15.25)" class="b8hzzl"/><path transform="matrix(1.504 0 0 1.32 -18.93 -14.766)" class="g3myr9q"/><path transform="matrix(1.504 0 0 1.32 -15.913 -8.327)" class="g5-jgz"/><path transform="matrix(1.504 0 0 1.32 -20.535 -8.327)" class="jhf76n"/></g><path class="d9ol6jr"/>`;
|
|
14
18
|
</script>
|
|
15
19
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="openmoji:flag-south-korea" {...props}></Icon>
|
package/css/b/b8hzzl.css
ADDED
package/css/g/g5-jgz.css
ADDED
package/css/j/jhf76n.css
ADDED
package/css/y/yfxshk.css
ADDED
package/iconify.json
CHANGED
package/package.json
CHANGED
package/css/b/bw4j7hb.css
DELETED
package/css/f/fcrq95br.css
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
.fcrq95br {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: #000;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-miterlimit: 10;
|
|
7
|
-
stroke-width: 2px;
|
|
8
|
-
d: path("M26.5 46c1.877-2.55 5.824-4.123 10-3.992c3.834.12 7.293 1.658 9 3.992m-23-22.923c.413.344 2.246 1.792 4.91 1.637c2.16-.126 3.61-1.233 4.09-1.637m9 0c.413.344 2.246 1.792 4.91 1.637c2.16-.126 3.61-1.233 4.09-1.637");
|
|
9
|
-
}
|
package/css/g/g9iinks.css
DELETED
package/css/j/j15oe1u.css
DELETED
package/css/k/k291hmb.css
DELETED
package/css/n/n2eyhcue.css
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
.n2eyhcue {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: #000;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-miterlimit: 10;
|
|
7
|
-
stroke-width: 2px;
|
|
8
|
-
d: path("M43.18 51.87H28.81c0-4 2.39-7.18 7.18-7.18s7.21 3.19 7.21 7.18M20.28 27.2a6.3 6.3 0 0 1 3.39-3a6.3 6.3 0 0 1 4.53-.42m22.69 3.42a7.19 7.19 0 0 0-7.91-3.43");
|
|
9
|
-
}
|
package/css/q/q89kf2bo.css
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
.q89kf2bo {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: #000;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-miterlimit: 10;
|
|
7
|
-
stroke-width: 2px;
|
|
8
|
-
d: path("M28 46s-.12-2.904 0-3c1.369-.73 3.965-1 8-1c4 0 6.652.28 8 1c.088.057 0 3 0 3zm-4.852-21.75c.487.228 2.628 1.16 5.164.333c2.058-.672 3.177-2.112 3.54-2.624m17 2.291c-.487.228-2.628 1.16-5.164.333c-2.058-.672-3.177-2.112-3.54-2.624");
|
|
9
|
-
}
|
package/css/r/rq5cntbg.css
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
.rq5cntbg {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: #000;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
d: path("m24.232 41.902l3 5.196m-6.464-3.196l3 5.196M22.5 42.902l1 1.732m1 1.732l1 1.732m20 0l1-1.732m1-1.732l1-1.732m-1.268 6.196l1-1.732m1-1.732l1-1.732m-6.464 3.196l1-1.732m1-1.732l1-1.732m-26-13.804l3-5.196M22.5 29.098l3-5.196m-1.268 6.196l3-5.196m17.536 0l1 1.732m1 1.732l1 1.732m.464-7.196l1 1.732m1 1.732l1 1.732M46.5 23.902l3 5.196");
|
|
7
|
-
}
|
package/css/w/wdesev.css
DELETED