@tabler/icons-svelte 3.4.0 → 3.6.0
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/dist/icons/align-left-2.svelte +6 -0
- package/dist/icons/align-left-2.svelte.d.ts +17 -0
- package/dist/icons/align-right-2.svelte +6 -0
- package/dist/icons/align-right-2.svelte.d.ts +17 -0
- package/dist/icons/automation.svelte +6 -0
- package/dist/icons/automation.svelte.d.ts +17 -0
- package/dist/icons/battery-automotive.svelte +1 -1
- package/dist/icons/binoculars-filled.svelte +6 -0
- package/dist/icons/binoculars-filled.svelte.d.ts +17 -0
- package/dist/icons/binoculars.svelte +6 -0
- package/dist/icons/binoculars.svelte.d.ts +17 -0
- package/dist/icons/building-off.svelte +6 -0
- package/dist/icons/building-off.svelte.d.ts +17 -0
- package/dist/icons/chart-bar-popular.svelte +6 -0
- package/dist/icons/chart-bar-popular.svelte.d.ts +17 -0
- package/dist/icons/chart-bar.svelte +1 -1
- package/dist/icons/chart-cohort.svelte +6 -0
- package/dist/icons/chart-cohort.svelte.d.ts +17 -0
- package/dist/icons/chart-funnel.svelte +6 -0
- package/dist/icons/chart-funnel.svelte.d.ts +17 -0
- package/dist/icons/circle-plus-filled.svelte +6 -0
- package/dist/icons/circle-plus-filled.svelte.d.ts +17 -0
- package/dist/icons/cliff-jumping.svelte +6 -0
- package/dist/icons/cliff-jumping.svelte.d.ts +17 -0
- package/dist/icons/contract.svelte +6 -0
- package/dist/icons/contract.svelte.d.ts +17 -0
- package/dist/icons/device-unknown.svelte +6 -0
- package/dist/icons/device-unknown.svelte.d.ts +17 -0
- package/dist/icons/file-excel.svelte +6 -0
- package/dist/icons/file-excel.svelte.d.ts +17 -0
- package/dist/icons/file-word.svelte +6 -0
- package/dist/icons/file-word.svelte.d.ts +17 -0
- package/dist/icons/index.d.ts +36 -0
- package/dist/icons/index.js +36 -0
- package/dist/icons/mood-angry-filled.svelte +6 -0
- package/dist/icons/mood-angry-filled.svelte.d.ts +17 -0
- package/dist/icons/mood-crazy-happy-filled.svelte +6 -0
- package/dist/icons/mood-crazy-happy-filled.svelte.d.ts +17 -0
- package/dist/icons/mood-wrrr-filled.svelte +6 -0
- package/dist/icons/mood-wrrr-filled.svelte.d.ts +17 -0
- package/dist/icons/object-scan.svelte +6 -0
- package/dist/icons/object-scan.svelte.d.ts +17 -0
- package/dist/icons/pill-filled.svelte +6 -0
- package/dist/icons/pill-filled.svelte.d.ts +17 -0
- package/dist/icons/receipt-filled.svelte +6 -0
- package/dist/icons/receipt-filled.svelte.d.ts +17 -0
- package/dist/icons/rosette-discount-filled.svelte +6 -0
- package/dist/icons/rosette-discount-filled.svelte.d.ts +17 -0
- package/dist/icons/scuba-diving-tank-filled.svelte +6 -0
- package/dist/icons/scuba-diving-tank-filled.svelte.d.ts +17 -0
- package/dist/icons/scuba-diving-tank.svelte +6 -0
- package/dist/icons/scuba-diving-tank.svelte.d.ts +17 -0
- package/dist/icons/steering-wheel-filled.svelte +6 -0
- package/dist/icons/steering-wheel-filled.svelte.d.ts +17 -0
- package/dist/icons/tag-filled.svelte +6 -0
- package/dist/icons/tag-filled.svelte.d.ts +17 -0
- package/dist/icons/tags-filled.svelte +6 -0
- package/dist/icons/tags-filled.svelte.d.ts +17 -0
- package/dist/icons/tax-euro.svelte +6 -0
- package/dist/icons/tax-euro.svelte.d.ts +17 -0
- package/dist/icons/tax-pound.svelte +6 -0
- package/dist/icons/tax-pound.svelte.d.ts +17 -0
- package/dist/icons/tax.svelte +6 -0
- package/dist/icons/tax.svelte.d.ts +17 -0
- package/dist/icons/timezone.svelte +6 -0
- package/dist/icons/timezone.svelte.d.ts +17 -0
- package/dist/icons/tip-jar-euro.svelte +6 -0
- package/dist/icons/tip-jar-euro.svelte.d.ts +17 -0
- package/dist/icons/tip-jar-pound.svelte +6 -0
- package/dist/icons/tip-jar-pound.svelte.d.ts +17 -0
- package/dist/icons/tip-jar.svelte +6 -0
- package/dist/icons/tip-jar.svelte.d.ts +17 -0
- package/dist/icons/viewport-narrow.svelte +1 -1
- package/dist/icons/viewport-short.svelte +6 -0
- package/dist/icons/viewport-short.svelte.d.ts +17 -0
- package/dist/icons/viewport-tall.svelte +6 -0
- package/dist/icons/viewport-tall.svelte.d.ts +17 -0
- package/dist/icons/viewport-wide.svelte +1 -1
- package/dist/icons-list.js +36 -0
- package/package.json +146 -2
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type TimezoneProps = typeof __propDef.props;
|
|
13
|
+
export type TimezoneEvents = typeof __propDef.events;
|
|
14
|
+
export type TimezoneSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Timezone extends SvelteComponentTyped<TimezoneProps, TimezoneEvents, TimezoneSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 4v1.882c0 .685 .387 1.312 1 1.618s1 .933 1 1.618v8.882a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3v-8.882c0 -.685 .387 -1.312 1 -1.618s1 -.933 1 -1.618v-1.882" }], ["path", { "d": "M6 4h12z" }], ["path", { "d": "M12 13h-3" }], ["path", { "d": "M14 10.172a3 3 0 1 0 0 5.656" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="tip-jar-euro" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type TipJarEuroProps = typeof __propDef.props;
|
|
13
|
+
export type TipJarEuroEvents = typeof __propDef.events;
|
|
14
|
+
export type TipJarEuroSlots = typeof __propDef.slots;
|
|
15
|
+
export default class TipJarEuro extends SvelteComponentTyped<TipJarEuroProps, TipJarEuroEvents, TipJarEuroSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 4v1.882c0 .685 .387 1.312 1 1.618s1 .933 1 1.618v8.882a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3v-8.882c0 -.685 .387 -1.312 1 -1.618s1 -.933 1 -1.618v-1.882" }], ["path", { "d": "M6 4h12z" }], ["path", { "d": "M14 10h-1a2 2 0 0 0 -2 2v2c0 1.105 -.395 2 -1.5 2h4.5" }], ["path", { "d": "M10 13h3" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="tip-jar-pound" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type TipJarPoundProps = typeof __propDef.props;
|
|
13
|
+
export type TipJarPoundEvents = typeof __propDef.events;
|
|
14
|
+
export type TipJarPoundSlots = typeof __propDef.slots;
|
|
15
|
+
export default class TipJarPound extends SvelteComponentTyped<TipJarPoundProps, TipJarPoundEvents, TipJarPoundSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M14 10h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" }], ["path", { "d": "M12 9v1" }], ["path", { "d": "M12 16v1" }], ["path", { "d": "M17 4v1.882c0 .685 .387 1.312 1 1.618s1 .933 1 1.618v8.882a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3v-8.882c0 -.685 .387 -1.312 1 -1.618s1 -.933 1 -1.618v-1.882" }], ["path", { "d": "M6 4h12z" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="tip-jar" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type TipJarProps = typeof __propDef.props;
|
|
13
|
+
export type TipJarEvents = typeof __propDef.events;
|
|
14
|
+
export type TipJarSlots = typeof __propDef.slots;
|
|
15
|
+
export default class TipJar extends SvelteComponentTyped<TipJarProps, TipJarEvents, TipJarSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<script>import Icon from '../Icon.svelte';
|
|
2
|
-
const iconNode = [["path", { "d": "M3 12h7l-3 -
|
|
2
|
+
const iconNode = [["path", { "d": "M3 12h7l-3 -3" }], ["path", { "d": "M7 15l3 -3" }], ["path", { "d": "M21 12h-7l3 -3" }], ["path", { "d": "M17 15l-3 -3" }], ["path", { "d": "M9 6v-1a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1" }], ["path", { "d": "M9 18v1a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-1" }]];
|
|
3
3
|
</script>
|
|
4
4
|
<Icon type="outline" name="viewport-narrow" {...$$props} iconNode={iconNode}>
|
|
5
5
|
<slot/>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 3v7l3 -3" }], ["path", { "d": "M9 7l3 3" }], ["path", { "d": "M12 21v-7l3 3" }], ["path", { "d": "M9 17l3 -3" }], ["path", { "d": "M18 9h1a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-1" }], ["path", { "d": "M6 9h-1a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h1" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="viewport-short" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type ViewportShortProps = typeof __propDef.props;
|
|
13
|
+
export type ViewportShortEvents = typeof __propDef.events;
|
|
14
|
+
export type ViewportShortSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ViewportShort extends SvelteComponentTyped<ViewportShortProps, ViewportShortEvents, ViewportShortSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M12 10v-7l3 3" }], ["path", { "d": "M9 6l3 -3" }], ["path", { "d": "M12 14v7l3 -3" }], ["path", { "d": "M9 18l3 3" }], ["path", { "d": "M18 3h1a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-1" }], ["path", { "d": "M6 3h-1a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h1" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="viewport-tall" {...$$props} iconNode={iconNode}>
|
|
5
|
+
<slot/>
|
|
6
|
+
</Icon>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { IconProps } from '../types.js';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: IconProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type ViewportTallProps = typeof __propDef.props;
|
|
13
|
+
export type ViewportTallEvents = typeof __propDef.events;
|
|
14
|
+
export type ViewportTallSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ViewportTall extends SvelteComponentTyped<ViewportTallProps, ViewportTallEvents, ViewportTallSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<script>import Icon from '../Icon.svelte';
|
|
2
|
-
const iconNode = [["path", { "d": "M10 12h-7l3 -
|
|
2
|
+
const iconNode = [["path", { "d": "M10 12h-7l3 -3" }], ["path", { "d": "M6 15l-3 -3" }], ["path", { "d": "M14 12h7l-3 -3" }], ["path", { "d": "M18 15l3 -3" }], ["path", { "d": "M3 6v-1a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v1" }], ["path", { "d": "M3 18v1a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-1" }]];
|
|
3
3
|
</script>
|
|
4
4
|
<Icon type="outline" name="viewport-wide" {...$$props} iconNode={iconNode}>
|
|
5
5
|
<slot/>
|
package/dist/icons-list.js
CHANGED
|
@@ -89,7 +89,9 @@ export default [
|
|
|
89
89
|
"align-box-top-right",
|
|
90
90
|
"align-center",
|
|
91
91
|
"align-justified",
|
|
92
|
+
"align-left-2",
|
|
92
93
|
"align-left",
|
|
94
|
+
"align-right-2",
|
|
93
95
|
"align-right",
|
|
94
96
|
"alpha",
|
|
95
97
|
"alphabet-cyrillic",
|
|
@@ -323,6 +325,7 @@ export default [
|
|
|
323
325
|
"augmented-reality",
|
|
324
326
|
"auth-2fa",
|
|
325
327
|
"automatic-gearbox",
|
|
328
|
+
"automation",
|
|
326
329
|
"avocado",
|
|
327
330
|
"award-off",
|
|
328
331
|
"award",
|
|
@@ -458,6 +461,7 @@ export default [
|
|
|
458
461
|
"binary-tree-2",
|
|
459
462
|
"binary-tree",
|
|
460
463
|
"binary",
|
|
464
|
+
"binoculars",
|
|
461
465
|
"biohazard-off",
|
|
462
466
|
"biohazard",
|
|
463
467
|
"blade",
|
|
@@ -978,6 +982,7 @@ export default [
|
|
|
978
982
|
"building-lighthouse",
|
|
979
983
|
"building-monument",
|
|
980
984
|
"building-mosque",
|
|
985
|
+
"building-off",
|
|
981
986
|
"building-pavilion",
|
|
982
987
|
"building-skyscraper",
|
|
983
988
|
"building-stadium",
|
|
@@ -1132,10 +1137,12 @@ export default [
|
|
|
1132
1137
|
"chart-arrows-vertical",
|
|
1133
1138
|
"chart-arrows",
|
|
1134
1139
|
"chart-bar-off",
|
|
1140
|
+
"chart-bar-popular",
|
|
1135
1141
|
"chart-bar",
|
|
1136
1142
|
"chart-bubble",
|
|
1137
1143
|
"chart-candle",
|
|
1138
1144
|
"chart-circles",
|
|
1145
|
+
"chart-cohort",
|
|
1139
1146
|
"chart-donut-2",
|
|
1140
1147
|
"chart-donut-3",
|
|
1141
1148
|
"chart-donut-4",
|
|
@@ -1143,6 +1150,7 @@ export default [
|
|
|
1143
1150
|
"chart-dots-2",
|
|
1144
1151
|
"chart-dots-3",
|
|
1145
1152
|
"chart-dots",
|
|
1153
|
+
"chart-funnel",
|
|
1146
1154
|
"chart-grid-dots",
|
|
1147
1155
|
"chart-histogram",
|
|
1148
1156
|
"chart-infographic",
|
|
@@ -1314,6 +1322,7 @@ export default [
|
|
|
1314
1322
|
"clear-all",
|
|
1315
1323
|
"clear-formatting",
|
|
1316
1324
|
"click",
|
|
1325
|
+
"cliff-jumping",
|
|
1317
1326
|
"clipboard-check",
|
|
1318
1327
|
"clipboard-copy",
|
|
1319
1328
|
"clipboard-data",
|
|
@@ -1455,6 +1464,7 @@ export default [
|
|
|
1455
1464
|
"confucius",
|
|
1456
1465
|
"container-off",
|
|
1457
1466
|
"container",
|
|
1467
|
+
"contract",
|
|
1458
1468
|
"contrast-2-off",
|
|
1459
1469
|
"contrast-2",
|
|
1460
1470
|
"contrast-off",
|
|
@@ -1801,6 +1811,7 @@ export default [
|
|
|
1801
1811
|
"device-tv-off",
|
|
1802
1812
|
"device-tv-old",
|
|
1803
1813
|
"device-tv",
|
|
1814
|
+
"device-unknown",
|
|
1804
1815
|
"device-usb",
|
|
1805
1816
|
"device-vision-pro",
|
|
1806
1817
|
"device-watch-bolt",
|
|
@@ -2046,6 +2057,7 @@ export default [
|
|
|
2046
2057
|
"file-dots",
|
|
2047
2058
|
"file-download",
|
|
2048
2059
|
"file-euro",
|
|
2060
|
+
"file-excel",
|
|
2049
2061
|
"file-export",
|
|
2050
2062
|
"file-function",
|
|
2051
2063
|
"file-horizontal",
|
|
@@ -2109,6 +2121,7 @@ export default [
|
|
|
2109
2121
|
"file-unknown",
|
|
2110
2122
|
"file-upload",
|
|
2111
2123
|
"file-vector",
|
|
2124
|
+
"file-word",
|
|
2112
2125
|
"file-x",
|
|
2113
2126
|
"file-zip",
|
|
2114
2127
|
"file",
|
|
@@ -3255,6 +3268,7 @@ export default [
|
|
|
3255
3268
|
"numbers",
|
|
3256
3269
|
"nurse",
|
|
3257
3270
|
"nut",
|
|
3271
|
+
"object-scan",
|
|
3258
3272
|
"octagon-minus-2",
|
|
3259
3273
|
"octagon-minus",
|
|
3260
3274
|
"octagon-off",
|
|
@@ -3746,6 +3760,7 @@ export default [
|
|
|
3746
3760
|
"script-plus",
|
|
3747
3761
|
"script-x",
|
|
3748
3762
|
"script",
|
|
3763
|
+
"scuba-diving-tank",
|
|
3749
3764
|
"scuba-diving",
|
|
3750
3765
|
"scuba-mask-off",
|
|
3751
3766
|
"scuba-mask",
|
|
@@ -4193,6 +4208,9 @@ export default [
|
|
|
4193
4208
|
"target-arrow",
|
|
4194
4209
|
"target-off",
|
|
4195
4210
|
"target",
|
|
4211
|
+
"tax-euro",
|
|
4212
|
+
"tax-pound",
|
|
4213
|
+
"tax",
|
|
4196
4214
|
"teapot",
|
|
4197
4215
|
"telescope-off",
|
|
4198
4216
|
"telescope",
|
|
@@ -4261,6 +4279,10 @@ export default [
|
|
|
4261
4279
|
"timeline-event-x",
|
|
4262
4280
|
"timeline-event",
|
|
4263
4281
|
"timeline",
|
|
4282
|
+
"timezone",
|
|
4283
|
+
"tip-jar-euro",
|
|
4284
|
+
"tip-jar-pound",
|
|
4285
|
+
"tip-jar",
|
|
4264
4286
|
"tir",
|
|
4265
4287
|
"toggle-left",
|
|
4266
4288
|
"toggle-right",
|
|
@@ -4439,6 +4461,8 @@ export default [
|
|
|
4439
4461
|
"viewfinder-off",
|
|
4440
4462
|
"viewfinder",
|
|
4441
4463
|
"viewport-narrow",
|
|
4464
|
+
"viewport-short",
|
|
4465
|
+
"viewport-tall",
|
|
4442
4466
|
"viewport-wide",
|
|
4443
4467
|
"vinyl",
|
|
4444
4468
|
"vip-off",
|
|
@@ -4691,6 +4715,7 @@ export default [
|
|
|
4691
4715
|
"bell-x-filled",
|
|
4692
4716
|
"bell-z-filled",
|
|
4693
4717
|
"bell-filled",
|
|
4718
|
+
"binoculars-filled",
|
|
4694
4719
|
"biohazard-filled",
|
|
4695
4720
|
"blade-filled",
|
|
4696
4721
|
"blob-filled",
|
|
@@ -4822,6 +4847,7 @@ export default [
|
|
|
4822
4847
|
"circle-number-8-filled",
|
|
4823
4848
|
"circle-number-9-filled",
|
|
4824
4849
|
"circle-percentage-filled",
|
|
4850
|
+
"circle-plus-filled",
|
|
4825
4851
|
"circle-x-filled",
|
|
4826
4852
|
"circle-filled",
|
|
4827
4853
|
"circles-filled",
|
|
@@ -5036,13 +5062,16 @@ export default [
|
|
|
5036
5062
|
"mickey-filled",
|
|
5037
5063
|
"microphone-filled",
|
|
5038
5064
|
"microwave-filled",
|
|
5065
|
+
"mood-angry-filled",
|
|
5039
5066
|
"mood-confuzed-filled",
|
|
5067
|
+
"mood-crazy-happy-filled",
|
|
5040
5068
|
"mood-empty-filled",
|
|
5041
5069
|
"mood-happy-filled",
|
|
5042
5070
|
"mood-kid-filled",
|
|
5043
5071
|
"mood-neutral-filled",
|
|
5044
5072
|
"mood-sad-filled",
|
|
5045
5073
|
"mood-smile-filled",
|
|
5074
|
+
"mood-wrrr-filled",
|
|
5046
5075
|
"moon-filled",
|
|
5047
5076
|
"mouse-filled",
|
|
5048
5077
|
"mushroom-filled",
|
|
@@ -5062,6 +5091,7 @@ export default [
|
|
|
5062
5091
|
"photo-filled",
|
|
5063
5092
|
"picture-in-picture-top-filled",
|
|
5064
5093
|
"picture-in-picture-filled",
|
|
5094
|
+
"pill-filled",
|
|
5065
5095
|
"pin-filled",
|
|
5066
5096
|
"pinned-filled",
|
|
5067
5097
|
"player-eject-filled",
|
|
@@ -5080,6 +5110,7 @@ export default [
|
|
|
5080
5110
|
"puzzle-filled",
|
|
5081
5111
|
"radar-filled",
|
|
5082
5112
|
"radioactive-filled",
|
|
5113
|
+
"receipt-filled",
|
|
5083
5114
|
"rectangle-vertical-filled",
|
|
5084
5115
|
"rectangle-filled",
|
|
5085
5116
|
"relation-many-to-many-filled",
|
|
@@ -5087,7 +5118,9 @@ export default [
|
|
|
5087
5118
|
"relation-one-to-one-filled",
|
|
5088
5119
|
"replace-filled",
|
|
5089
5120
|
"rosette-discount-check-filled",
|
|
5121
|
+
"rosette-discount-filled",
|
|
5090
5122
|
"rosette-filled",
|
|
5123
|
+
"scuba-diving-tank-filled",
|
|
5091
5124
|
"section-filled",
|
|
5092
5125
|
"settings-filled",
|
|
5093
5126
|
"shield-check-filled",
|
|
@@ -5226,9 +5259,12 @@ export default [
|
|
|
5226
5259
|
"star-half-filled",
|
|
5227
5260
|
"star-filled",
|
|
5228
5261
|
"stars-filled",
|
|
5262
|
+
"steering-wheel-filled",
|
|
5229
5263
|
"sun-filled",
|
|
5230
5264
|
"sunglasses-filled",
|
|
5231
5265
|
"table-filled",
|
|
5266
|
+
"tag-filled",
|
|
5267
|
+
"tags-filled",
|
|
5232
5268
|
"thumb-down-filled",
|
|
5233
5269
|
"thumb-up-filled",
|
|
5234
5270
|
"tilt-shift-filled",
|