chromia 0.1.15 → 0.1.16
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/NoFolder.svelte +21 -22
- package/dist/icons/Stopwatch.svelte +84 -0
- package/dist/icons/Stopwatch.svelte.d.ts +27 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
|
@@ -4,7 +4,8 @@ export let gradient = {
|
|
|
4
4
|
direction: "bottom"
|
|
5
5
|
};
|
|
6
6
|
export let size = "1rem";
|
|
7
|
-
export let
|
|
7
|
+
export let fill = "none";
|
|
8
|
+
export let weight = 1;
|
|
8
9
|
const getGradientDirection = (direction) => {
|
|
9
10
|
switch (direction) {
|
|
10
11
|
case "top":
|
|
@@ -27,32 +28,31 @@ export { className as class };
|
|
|
27
28
|
<svg
|
|
28
29
|
xmlns="http://www.w3.org/2000/svg"
|
|
29
30
|
class={className}
|
|
30
|
-
style="width: {size}; height: {size}; {!className
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
style="width: {size}; height: {size}; {!className
|
|
32
|
+
? `color: ${color};`
|
|
33
|
+
: ''}"
|
|
34
|
+
viewBox="0 0 51 49"
|
|
35
|
+
{fill}
|
|
33
36
|
>
|
|
34
|
-
<g id="
|
|
37
|
+
<g id="id_NoFolder">
|
|
35
38
|
<path
|
|
36
|
-
d="
|
|
37
|
-
|
|
38
|
-
stroke="url(#grad-FolderX)"
|
|
39
|
+
d="M45.2368 19.8565V11.9232C45.2368 10.2664 43.8937 8.92321 42.2368 8.92321H25.4603C24.6449 8.92321 23.8647 8.59131 23.2991 8.00392L19.8061 4.37583C19.2406 3.78844 18.4603 3.45654 17.645 3.45654H3.5C1.84315 3.45654 0.5 4.79969 0.5 6.45654V41.4565C0.5 43.1134 1.84315 44.4565 3.5 44.4565H6.06848C7.35323 44.4565 8.39474 43.415 8.39474 42.1303C8.39474 41.8609 8.44151 41.5937 8.53297 41.3403L15.5742 21.8378C16.0034 20.6489 17.1318 19.8565 18.3959 19.8565H46.3865C48.4201 19.8565 49.8644 21.837 49.243 23.7733L43.2738 42.3733C42.8755 43.6146 41.721 44.4565 40.4173 44.4565H5.76316"
|
|
40
|
+
stroke="url(#grad-NoFolder)"
|
|
39
41
|
stroke-width={weight}
|
|
40
42
|
stroke-linecap="round"
|
|
41
43
|
stroke-linejoin="round"
|
|
42
44
|
/>
|
|
43
45
|
<path
|
|
44
|
-
d="
|
|
45
|
-
|
|
46
|
-
stroke="url(#grad-FolderX)"
|
|
46
|
+
d="M24.5 27.4565L35.5 39.4565M35.5 27.4565L24.5 39.4565"
|
|
47
|
+
stroke="url(#grad-NoFolder)"
|
|
47
48
|
stroke-width={weight}
|
|
48
|
-
stroke-linecap="round"
|
|
49
49
|
stroke-linejoin="round"
|
|
50
50
|
/>
|
|
51
51
|
</g>
|
|
52
52
|
|
|
53
53
|
<defs>
|
|
54
54
|
<linearGradient
|
|
55
|
-
id="grad-
|
|
55
|
+
id="grad-NoFolder"
|
|
56
56
|
x1={getGradientDirection(gradient.direction).x1}
|
|
57
57
|
y1={getGradientDirection(gradient.direction).y1}
|
|
58
58
|
x2={getGradientDirection(gradient.direction).x2}
|
|
@@ -73,25 +73,24 @@ export { className as class };
|
|
|
73
73
|
<svg
|
|
74
74
|
xmlns="http://www.w3.org/2000/svg"
|
|
75
75
|
class={className}
|
|
76
|
-
style="width: {size}; height: {size}; {!className
|
|
77
|
-
|
|
78
|
-
|
|
76
|
+
style="width: {size}; height: {size}; {!className
|
|
77
|
+
? `color: ${color};`
|
|
78
|
+
: ''}"
|
|
79
|
+
viewBox="0 0 51 49"
|
|
80
|
+
{fill}
|
|
79
81
|
>
|
|
80
|
-
<g id="
|
|
82
|
+
<g id="id_NoFolder">
|
|
81
83
|
<path
|
|
82
|
-
d="
|
|
83
|
-
id="icon_FolderX"
|
|
84
|
+
d="M45.2368 19.8565V11.9232C45.2368 10.2664 43.8937 8.92321 42.2368 8.92321H25.4603C24.6449 8.92321 23.8647 8.59131 23.2991 8.00392L19.8061 4.37583C19.2406 3.78844 18.4603 3.45654 17.645 3.45654H3.5C1.84315 3.45654 0.5 4.79969 0.5 6.45654V41.4565C0.5 43.1134 1.84315 44.4565 3.5 44.4565H6.06848C7.35323 44.4565 8.39474 43.415 8.39474 42.1303C8.39474 41.8609 8.44151 41.5937 8.53297 41.3403L15.5742 21.8378C16.0034 20.6489 17.1318 19.8565 18.3959 19.8565H46.3865C48.4201 19.8565 49.8644 21.837 49.243 23.7733L43.2738 42.3733C42.8755 43.6146 41.721 44.4565 40.4173 44.4565H5.76316"
|
|
84
85
|
stroke={color}
|
|
85
86
|
stroke-width={weight}
|
|
86
87
|
stroke-linecap="round"
|
|
87
88
|
stroke-linejoin="round"
|
|
88
89
|
/>
|
|
89
90
|
<path
|
|
90
|
-
d="
|
|
91
|
-
id="icon_FolderX"
|
|
91
|
+
d="M24.5 27.4565L35.5 39.4565M35.5 27.4565L24.5 39.4565"
|
|
92
92
|
stroke={color}
|
|
93
93
|
stroke-width={weight}
|
|
94
|
-
stroke-linecap="round"
|
|
95
94
|
stroke-linejoin="round"
|
|
96
95
|
/>
|
|
97
96
|
</g>
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
<script>export let color = "currentColor";
|
|
2
|
+
export let gradient = {
|
|
3
|
+
colors: ["", ""],
|
|
4
|
+
direction: "bottom"
|
|
5
|
+
};
|
|
6
|
+
export let size = "1rem";
|
|
7
|
+
export let fill = "none";
|
|
8
|
+
export let weight = 1;
|
|
9
|
+
const getGradientDirection = (direction) => {
|
|
10
|
+
switch (direction) {
|
|
11
|
+
case "top":
|
|
12
|
+
return { x1: "0%", y1: "100%", x2: "0%", y2: "0%" };
|
|
13
|
+
case "right":
|
|
14
|
+
return { x1: "0%", y1: "0%", x2: "100%", y2: "0%" };
|
|
15
|
+
case "bottom":
|
|
16
|
+
return { x1: "0%", y1: "0%", x2: "0%", y2: "100%" };
|
|
17
|
+
case "left":
|
|
18
|
+
return { x1: "100%", y1: "0%", x2: "0%", y2: "0%" };
|
|
19
|
+
default:
|
|
20
|
+
return { x1: "0%", y1: "0%", x2: "0%", y2: "100%" };
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
let className = "";
|
|
24
|
+
export { className as class };
|
|
25
|
+
</script>
|
|
26
|
+
|
|
27
|
+
{#if gradient.colors[1] !== ""}
|
|
28
|
+
<svg
|
|
29
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
30
|
+
class={className}
|
|
31
|
+
style="width: {size}; height: {size}; {!className
|
|
32
|
+
? `color: ${color};`
|
|
33
|
+
: ''}"
|
|
34
|
+
viewBox="0 0 24 24"
|
|
35
|
+
{fill}
|
|
36
|
+
>
|
|
37
|
+
<g id="id_Stopwatch">
|
|
38
|
+
<path
|
|
39
|
+
d="M9.60005 9.68699L12.1827 13.3044H16.2M9.40005 1.28699H14.687M19.6957 3.51307L22.2 6.01742M1.80005 6.19128L4.3044 3.68694M21.3653 13.5305C21.3653 18.6019 17.2541 22.7131 12.1827 22.7131C7.11124 22.7131 3.00005 18.6019 3.00005 13.5305C3.00005 8.45905 7.11124 4.34786 12.1827 4.34786C17.2541 4.34786 21.3653 8.45905 21.3653 13.5305Z"
|
|
40
|
+
stroke="url(#grad-Stopwatch)"
|
|
41
|
+
stroke-width={weight}
|
|
42
|
+
stroke-linejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
</g>
|
|
45
|
+
|
|
46
|
+
<defs>
|
|
47
|
+
<linearGradient
|
|
48
|
+
id="grad-Stopwatch"
|
|
49
|
+
x1={getGradientDirection(gradient.direction).x1}
|
|
50
|
+
y1={getGradientDirection(gradient.direction).y1}
|
|
51
|
+
x2={getGradientDirection(gradient.direction).x2}
|
|
52
|
+
y2={getGradientDirection(gradient.direction).y2}
|
|
53
|
+
>
|
|
54
|
+
<stop
|
|
55
|
+
offset="0%"
|
|
56
|
+
style="stop-color:{gradient.colors[0]};stop-opacity:1"
|
|
57
|
+
/>
|
|
58
|
+
<stop
|
|
59
|
+
offset="100%"
|
|
60
|
+
style="stop-color:{gradient.colors[1]};stop-opacity:1"
|
|
61
|
+
/>
|
|
62
|
+
</linearGradient>
|
|
63
|
+
</defs>
|
|
64
|
+
</svg>
|
|
65
|
+
{:else}
|
|
66
|
+
<svg
|
|
67
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
68
|
+
class={className}
|
|
69
|
+
style="width: {size}; height: {size}; {!className
|
|
70
|
+
? `color: ${color};`
|
|
71
|
+
: ''}"
|
|
72
|
+
viewBox="0 0 24 24"
|
|
73
|
+
{fill}
|
|
74
|
+
>
|
|
75
|
+
<g id="id_Stopwatch">
|
|
76
|
+
<path
|
|
77
|
+
d="M9.60005 9.68699L12.1827 13.3044H16.2M9.40005 1.28699H14.687M19.6957 3.51307L22.2 6.01742M1.80005 6.19128L4.3044 3.68694M21.3653 13.5305C21.3653 18.6019 17.2541 22.7131 12.1827 22.7131C7.11124 22.7131 3.00005 18.6019 3.00005 13.5305C3.00005 8.45905 7.11124 4.34786 12.1827 4.34786C17.2541 4.34786 21.3653 8.45905 21.3653 13.5305Z"
|
|
78
|
+
stroke={color}
|
|
79
|
+
stroke-width={weight}
|
|
80
|
+
stroke-linejoin="round"
|
|
81
|
+
/>
|
|
82
|
+
</g>
|
|
83
|
+
</svg>
|
|
84
|
+
{/if}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
fill?: string | undefined;
|
|
6
|
+
gradient?: {
|
|
7
|
+
colors: [string, string];
|
|
8
|
+
direction: "top" | "right" | "bottom" | "left";
|
|
9
|
+
} | undefined;
|
|
10
|
+
size?: string | undefined;
|
|
11
|
+
weight?: number | undefined;
|
|
12
|
+
class?: string | undefined;
|
|
13
|
+
};
|
|
14
|
+
events: {
|
|
15
|
+
[evt: string]: CustomEvent<any>;
|
|
16
|
+
};
|
|
17
|
+
slots: {};
|
|
18
|
+
};
|
|
19
|
+
export type StopwatchProps = typeof __propDef.props;
|
|
20
|
+
export type StopwatchEvents = typeof __propDef.events;
|
|
21
|
+
export type StopwatchSlots = typeof __propDef.slots;
|
|
22
|
+
/**
|
|
23
|
+
* 
|
|
24
|
+
*/
|
|
25
|
+
export default class Stopwatch extends SvelteComponent<StopwatchProps, StopwatchEvents, StopwatchSlots> {
|
|
26
|
+
}
|
|
27
|
+
export {};
|
package/dist/index.d.ts
CHANGED
|
@@ -316,6 +316,7 @@ import ArrowUpLeftSmIcon from "./icons/ArrowUpLeftSmIcon.svelte";
|
|
|
316
316
|
import ArrowDownRightSmIcon from "./icons/ArrowDownRightSmIcon.svelte";
|
|
317
317
|
import ArrowDownLeftSmIcon from "./icons/ArrowDownLeftSmIcon.svelte";
|
|
318
318
|
import ArrowUpRightSmIcon from "./icons/ArrowUpRightSmIcon.svelte";
|
|
319
|
+
import Stopwatch from "./icons/Stopwatch.svelte";
|
|
319
320
|
import type IconProps from "./types/IconProps.ts";
|
|
320
|
-
export { AddImageIcon, AddSquareIcon, AlertCircleIcon, AnnotationXIcon, ArrowCalendarIcon, ArrowLeftIcon, ArrowSwitchIcon, ArrowUpIcon, BackArrowIcon, BellIcon, PinnedIcon, BezierIcon, BoxIcon, BrandIcon, CalendarIcon, CameraIcon, CategoryIcon, CertificateIcon, ChartTrendUp, CheckCircleIcon, CheckIcon, ChevronDownIcon, ChevronUpIcon, ClockIcon, CloseIcon, CollectionIcon, ColumnHorizontal, CopyIcon, CrownIcon, DarkIcon, DownloadCloudIcon, DownloadIcon, EditIcon, EyeClosedIcon, EyeOpenIcon, FavoriteIcon, FilterIcon, FlameIcon, FlipLeftIcon, FolderIcon, FolderPlusIcon, GridIcon, HeartIcon, HomeIcon, HourglassIcon, Icon, LightBulb01Icon, LightIcon, LockIcon, LogoutIcon, MaterialIcon, MenuIcon, MinimizeIcon, NoFolder, NotificationIcon, OverlapIcon, PinIcon, PlayIcon, ReloadIcon, ReportIcon, SearchIcon, SendIcon, SettingsIcon, StarIcon, TeamUserIcon, TextureIcon, TrashIcon, TrendUpIcon, UpgradeIcon, UploadIcon, UserProfileIcon, ViewModeIcon, ZoomIcon, ZoomSliderIcon, Edit01Icon, CheckSemiCircleIcon, EmailIcon, CircleLockIcon, SparkleIcon, ActivityIcon, AddSquare01Icon, AddSquare02Icon, AddSquare03Icon, AddSquare04Icon, Calendar01Icon, Calendar02Icon, Calendar03Icon, CancelLeftIcon, CancelRightIcon, CheckBrokenIcon, CheckContainedIcon, CheckSquareBrokenIcon, CheckSquareContainedIcon, CopyLeftIcon, CopyRightIcon, ComponentIcon, DashIcon, DeliveryIcon, Download01Icon, Download02Icon, DotHorizontalIcon, DotVerticalIcon, Edit02Icon, Edit03Icon, Edit04Icon, EditContainedIcon, EmbedIcon, EqualsIcon, EqualsNotIcon, ExpandIcon, Expand02Icon, FileIcon, GearIcon, GlobeIcon, Hash01Icon, Hash02Icon, HelpIcon, HelpCircleContainedIcon, HelpSquareContainedIcon, Home01Icon, Home03Icon, Home04Icon, Home05Icon, ImageIcon, InformationCircleContainedIcon, InformationSquareContainedIcon, LightningCircleContainedIcon, LightningFilledIcon, LightningSquareContainedIcon, LinkIcon, LinkAngledIcon, LinkBrokenIcon, LinkExternalIcon, Loader01Icon, Loader02Icon, Logout01Icon, Logout02Icon, Logout03Icon, Logout04Icon, Login01Icon, Menu01Icon, Menu02Icon, Menu03Icon, Menu04Icon, Menu05Icon, MinusCircleContainedIcon, MinusSquareContainedIcon, Percent01Icon, Percent02Icon, Percent03Icon, Plus01Icon, Plus02Icon, Plus03Icon, PaperclipIcon, ProgressIcon, QuoteIcon, Save01Icon, Save02Icon, Search01Icon, Search02Icon, ShareIcon, ArrowRotateLeftIcon, SlashBackwardIcon, SlashForwardIcon, SortHorizontalIcon, SortVertical01Icon, SortVertical02Icon, Target01Icon, Target02Icon, Target03Icon, Target04Icon, ToggleRightIcon, ToggleLeftIcon, Trash01Icon, Trash02Icon, Trash03Icon, Trash04Icon, Upload01Icon, Upload02Icon, Upload03Icon, Upload04Icon, VariantIcon, X01Icon, X02Icon, X03Icon, XCircleContainedIcon, XSquareContainedIcon, Pin1Icon, Pin2Icon, CoinsRotateIcon, Bag01Icon, Bag02Icon, Bag03Icon, Bag04Icon, Bag05Icon, BankIcon, BankNote01Icon, BankNote02Icon, BankNote03Icon, BankNote04Icon, BankNote05Icon, BankNote06Icon, Card01Icon, Card02Icon, CardAddIcon, CardCheckIcon, CardDownIcon, CardEditIcon, CardLockIcon, CardMinusIcon, CardNumberIcon, CardShieldIcon, CardUpIcon, CardXIcon, CartIcon, CoinsIcon, CoinBrokenIcon, CoinHandIcon, CoinNumberIcon, CoinUnbrokenIcon, CurrencyBathIcon, CurrencyBitcoinIcon, CurrencyCentIcon, CurrencyCoinBathIcon, CurrencyCoinBitcoinIcon, CurrencyCoinCentIcon, CurrencyCoinDollarIcon, CurrencyCoinEuroIcon, CurrencyCoinPoundIcon, CurrencyCoinRubelIcon, CurrencyCoinRupeeIcon, CurrencyCoinYenIcon, CurrencyDollarIcon, CurrencyEuroIcon, CurrencyPoundIcon, CurrencyRubelIcon, CurrencyRupeeIcon, CurrencyYenIcon, DiamondIcon, DiscountCircleIcon, DiscountSquareIcon, DiscountStar01Icon, DiscountStar02Icon, DiscountStar03Icon, Gift01Icon, Gift02Icon, ReceiptIcon, ReceiptLinesIcon, TagIcon, Wallet01Icon, Wallet02Icon, Wallet03Icon, Wallet04Icon, Story01Icon, ArrowCurveLeftDownIcon, ArrowCurveLeftRightIcon, ArrowDownLeftIcon, ArrowCurveUpLeftIcon, ArrowCurveRightUpIcon, ArrowLeftSquareContainedIcon, ArrowRightSquareContainedIcon, ArrowUpSquareContainedIcon, ArrowDownSquareContainedIcon, ArrowDownLeftSquareContainedIcon, ArrowUpRightSquareContainedIcon, ArrowDownRightSquareContainedIcon, ArrowUpLeftSquareContainedIcon, ArrowLeftContained02Icon, ArrowUpLeftContainedIcon, ArrowDownLeftContainedIcon, ArrowDownRightContainedIcon, ArrowUpRightContainedIcon, ArrowRightContained02Icon, ArrowUpContained02Icon, ArrowDownContained02Icon, ArrowLeftContained01Icon, ArrowUpContained01Icon, ArrowRightContained01Icon, ArrowDownContained01Icon, ArrowExpand01Icon, ArrowExpand02Icon, ArrowExpand03Icon, ArrowExpand04Icon, DownArrowIcon, ArrowRightIcon, ArrowUpLeftIcon, ArrowDownRightIcon, ArrowDownLeft02Icon, ArrowUpRightIcon, ArrowDownRight02Icon, ArrowCurveUpRightIcon, ArrowSwitchHorizontalIcon, ArrowSwitchVerticalIcon, ArrowRefresh01Icon, ArrowRefresh02Icon, ArrowRefresh03Icon, ArrowRefresh04Icon, ArrowRefresh05Icon, ArrowRefresh06Icon, ArrowRotateLeft01Icon, ArrowRotateLeft02Icon, ArrowRotateRight01Icon, ArrowRotateRight02Icon, ChevronDoubleDownIcon, ChevronDoubleLeftIcon, ChevronDoubleRightIcon, ChevronDoubleUpIcon, ChevronLeftIcon, ChevronRightIcon, FlipRightIcon, ArrowUpSmIcon, DownArrowSmIcon, ArrowRightSmIcon, ArrowLeftSmIcon, ArrowUpLeftSmIcon, ArrowDownRightSmIcon, ArrowDownLeftSmIcon, ArrowUpRightSmIcon, };
|
|
321
|
+
export { AddImageIcon, AddSquareIcon, AlertCircleIcon, AnnotationXIcon, ArrowCalendarIcon, ArrowLeftIcon, ArrowSwitchIcon, ArrowUpIcon, BackArrowIcon, BellIcon, PinnedIcon, BezierIcon, BoxIcon, BrandIcon, CalendarIcon, CameraIcon, CategoryIcon, CertificateIcon, ChartTrendUp, CheckCircleIcon, CheckIcon, ChevronDownIcon, ChevronUpIcon, ClockIcon, CloseIcon, CollectionIcon, ColumnHorizontal, CopyIcon, CrownIcon, DarkIcon, DownloadCloudIcon, DownloadIcon, EditIcon, EyeClosedIcon, EyeOpenIcon, FavoriteIcon, FilterIcon, FlameIcon, FlipLeftIcon, FolderIcon, FolderPlusIcon, GridIcon, HeartIcon, HomeIcon, HourglassIcon, Icon, LightBulb01Icon, LightIcon, LockIcon, LogoutIcon, MaterialIcon, MenuIcon, MinimizeIcon, NoFolder, NotificationIcon, OverlapIcon, PinIcon, PlayIcon, ReloadIcon, ReportIcon, SearchIcon, SendIcon, SettingsIcon, StarIcon, TeamUserIcon, TextureIcon, TrashIcon, TrendUpIcon, UpgradeIcon, UploadIcon, UserProfileIcon, ViewModeIcon, ZoomIcon, ZoomSliderIcon, Edit01Icon, CheckSemiCircleIcon, EmailIcon, CircleLockIcon, SparkleIcon, ActivityIcon, AddSquare01Icon, AddSquare02Icon, AddSquare03Icon, AddSquare04Icon, Calendar01Icon, Calendar02Icon, Calendar03Icon, CancelLeftIcon, CancelRightIcon, CheckBrokenIcon, CheckContainedIcon, CheckSquareBrokenIcon, CheckSquareContainedIcon, CopyLeftIcon, CopyRightIcon, ComponentIcon, DashIcon, DeliveryIcon, Download01Icon, Download02Icon, DotHorizontalIcon, DotVerticalIcon, Edit02Icon, Edit03Icon, Edit04Icon, EditContainedIcon, EmbedIcon, EqualsIcon, EqualsNotIcon, ExpandIcon, Expand02Icon, FileIcon, GearIcon, GlobeIcon, Hash01Icon, Hash02Icon, HelpIcon, HelpCircleContainedIcon, HelpSquareContainedIcon, Home01Icon, Home03Icon, Home04Icon, Home05Icon, ImageIcon, InformationCircleContainedIcon, InformationSquareContainedIcon, LightningCircleContainedIcon, LightningFilledIcon, LightningSquareContainedIcon, LinkIcon, LinkAngledIcon, LinkBrokenIcon, LinkExternalIcon, Loader01Icon, Loader02Icon, Logout01Icon, Logout02Icon, Logout03Icon, Logout04Icon, Login01Icon, Menu01Icon, Menu02Icon, Menu03Icon, Menu04Icon, Menu05Icon, MinusCircleContainedIcon, MinusSquareContainedIcon, Percent01Icon, Percent02Icon, Percent03Icon, Plus01Icon, Plus02Icon, Plus03Icon, PaperclipIcon, ProgressIcon, QuoteIcon, Save01Icon, Save02Icon, Search01Icon, Search02Icon, ShareIcon, ArrowRotateLeftIcon, SlashBackwardIcon, SlashForwardIcon, SortHorizontalIcon, SortVertical01Icon, SortVertical02Icon, Target01Icon, Target02Icon, Target03Icon, Target04Icon, ToggleRightIcon, ToggleLeftIcon, Trash01Icon, Trash02Icon, Trash03Icon, Trash04Icon, Upload01Icon, Upload02Icon, Upload03Icon, Upload04Icon, VariantIcon, X01Icon, X02Icon, X03Icon, XCircleContainedIcon, XSquareContainedIcon, Pin1Icon, Pin2Icon, CoinsRotateIcon, Bag01Icon, Bag02Icon, Bag03Icon, Bag04Icon, Bag05Icon, BankIcon, BankNote01Icon, BankNote02Icon, BankNote03Icon, BankNote04Icon, BankNote05Icon, BankNote06Icon, Card01Icon, Card02Icon, CardAddIcon, CardCheckIcon, CardDownIcon, CardEditIcon, CardLockIcon, CardMinusIcon, CardNumberIcon, CardShieldIcon, CardUpIcon, CardXIcon, CartIcon, CoinsIcon, CoinBrokenIcon, CoinHandIcon, CoinNumberIcon, CoinUnbrokenIcon, CurrencyBathIcon, CurrencyBitcoinIcon, CurrencyCentIcon, CurrencyCoinBathIcon, CurrencyCoinBitcoinIcon, CurrencyCoinCentIcon, CurrencyCoinDollarIcon, CurrencyCoinEuroIcon, CurrencyCoinPoundIcon, CurrencyCoinRubelIcon, CurrencyCoinRupeeIcon, CurrencyCoinYenIcon, CurrencyDollarIcon, CurrencyEuroIcon, CurrencyPoundIcon, CurrencyRubelIcon, CurrencyRupeeIcon, CurrencyYenIcon, DiamondIcon, DiscountCircleIcon, DiscountSquareIcon, DiscountStar01Icon, DiscountStar02Icon, DiscountStar03Icon, Gift01Icon, Gift02Icon, ReceiptIcon, ReceiptLinesIcon, TagIcon, Wallet01Icon, Wallet02Icon, Wallet03Icon, Wallet04Icon, Story01Icon, ArrowCurveLeftDownIcon, ArrowCurveLeftRightIcon, ArrowDownLeftIcon, ArrowCurveUpLeftIcon, ArrowCurveRightUpIcon, ArrowLeftSquareContainedIcon, ArrowRightSquareContainedIcon, ArrowUpSquareContainedIcon, ArrowDownSquareContainedIcon, ArrowDownLeftSquareContainedIcon, ArrowUpRightSquareContainedIcon, ArrowDownRightSquareContainedIcon, ArrowUpLeftSquareContainedIcon, ArrowLeftContained02Icon, ArrowUpLeftContainedIcon, ArrowDownLeftContainedIcon, ArrowDownRightContainedIcon, ArrowUpRightContainedIcon, ArrowRightContained02Icon, ArrowUpContained02Icon, ArrowDownContained02Icon, ArrowLeftContained01Icon, ArrowUpContained01Icon, ArrowRightContained01Icon, ArrowDownContained01Icon, ArrowExpand01Icon, ArrowExpand02Icon, ArrowExpand03Icon, ArrowExpand04Icon, DownArrowIcon, ArrowRightIcon, ArrowUpLeftIcon, ArrowDownRightIcon, ArrowDownLeft02Icon, ArrowUpRightIcon, ArrowDownRight02Icon, ArrowCurveUpRightIcon, ArrowSwitchHorizontalIcon, ArrowSwitchVerticalIcon, ArrowRefresh01Icon, ArrowRefresh02Icon, ArrowRefresh03Icon, ArrowRefresh04Icon, ArrowRefresh05Icon, ArrowRefresh06Icon, ArrowRotateLeft01Icon, ArrowRotateLeft02Icon, ArrowRotateRight01Icon, ArrowRotateRight02Icon, ChevronDoubleDownIcon, ChevronDoubleLeftIcon, ChevronDoubleRightIcon, ChevronDoubleUpIcon, ChevronLeftIcon, ChevronRightIcon, FlipRightIcon, ArrowUpSmIcon, DownArrowSmIcon, ArrowRightSmIcon, ArrowLeftSmIcon, ArrowUpLeftSmIcon, ArrowDownRightSmIcon, ArrowDownLeftSmIcon, ArrowUpRightSmIcon, Stopwatch, };
|
|
321
322
|
export type { IconProps };
|
package/dist/index.js
CHANGED
|
@@ -316,4 +316,5 @@ import ArrowUpLeftSmIcon from "./icons/ArrowUpLeftSmIcon.svelte";
|
|
|
316
316
|
import ArrowDownRightSmIcon from "./icons/ArrowDownRightSmIcon.svelte";
|
|
317
317
|
import ArrowDownLeftSmIcon from "./icons/ArrowDownLeftSmIcon.svelte";
|
|
318
318
|
import ArrowUpRightSmIcon from "./icons/ArrowUpRightSmIcon.svelte";
|
|
319
|
-
|
|
319
|
+
import Stopwatch from "./icons/Stopwatch.svelte";
|
|
320
|
+
export { AddImageIcon, AddSquareIcon, AlertCircleIcon, AnnotationXIcon, ArrowCalendarIcon, ArrowLeftIcon, ArrowSwitchIcon, ArrowUpIcon, BackArrowIcon, BellIcon, PinnedIcon, BezierIcon, BoxIcon, BrandIcon, CalendarIcon, CameraIcon, CategoryIcon, CertificateIcon, ChartTrendUp, CheckCircleIcon, CheckIcon, ChevronDownIcon, ChevronUpIcon, ClockIcon, CloseIcon, CollectionIcon, ColumnHorizontal, CopyIcon, CrownIcon, DarkIcon, DownloadCloudIcon, DownloadIcon, EditIcon, EyeClosedIcon, EyeOpenIcon, FavoriteIcon, FilterIcon, FlameIcon, FlipLeftIcon, FolderIcon, FolderPlusIcon, GridIcon, HeartIcon, HomeIcon, HourglassIcon, Icon, LightBulb01Icon, LightIcon, LockIcon, LogoutIcon, MaterialIcon, MenuIcon, MinimizeIcon, NoFolder, NotificationIcon, OverlapIcon, PinIcon, PlayIcon, ReloadIcon, ReportIcon, SearchIcon, SendIcon, SettingsIcon, StarIcon, TeamUserIcon, TextureIcon, TrashIcon, TrendUpIcon, UpgradeIcon, UploadIcon, UserProfileIcon, ViewModeIcon, ZoomIcon, ZoomSliderIcon, Edit01Icon, CheckSemiCircleIcon, EmailIcon, CircleLockIcon, SparkleIcon, ActivityIcon, AddSquare01Icon, AddSquare02Icon, AddSquare03Icon, AddSquare04Icon, Calendar01Icon, Calendar02Icon, Calendar03Icon, CancelLeftIcon, CancelRightIcon, CheckBrokenIcon, CheckContainedIcon, CheckSquareBrokenIcon, CheckSquareContainedIcon, CopyLeftIcon, CopyRightIcon, ComponentIcon, DashIcon, DeliveryIcon, Download01Icon, Download02Icon, DotHorizontalIcon, DotVerticalIcon, Edit02Icon, Edit03Icon, Edit04Icon, EditContainedIcon, EmbedIcon, EqualsIcon, EqualsNotIcon, ExpandIcon, Expand02Icon, FileIcon, GearIcon, GlobeIcon, Hash01Icon, Hash02Icon, HelpIcon, HelpCircleContainedIcon, HelpSquareContainedIcon, Home01Icon, Home03Icon, Home04Icon, Home05Icon, ImageIcon, InformationCircleContainedIcon, InformationSquareContainedIcon, LightningCircleContainedIcon, LightningFilledIcon, LightningSquareContainedIcon, LinkIcon, LinkAngledIcon, LinkBrokenIcon, LinkExternalIcon, Loader01Icon, Loader02Icon, Logout01Icon, Logout02Icon, Logout03Icon, Logout04Icon, Login01Icon, Menu01Icon, Menu02Icon, Menu03Icon, Menu04Icon, Menu05Icon, MinusCircleContainedIcon, MinusSquareContainedIcon, Percent01Icon, Percent02Icon, Percent03Icon, Plus01Icon, Plus02Icon, Plus03Icon, PaperclipIcon, ProgressIcon, QuoteIcon, Save01Icon, Save02Icon, Search01Icon, Search02Icon, ShareIcon, ArrowRotateLeftIcon, SlashBackwardIcon, SlashForwardIcon, SortHorizontalIcon, SortVertical01Icon, SortVertical02Icon, Target01Icon, Target02Icon, Target03Icon, Target04Icon, ToggleRightIcon, ToggleLeftIcon, Trash01Icon, Trash02Icon, Trash03Icon, Trash04Icon, Upload01Icon, Upload02Icon, Upload03Icon, Upload04Icon, VariantIcon, X01Icon, X02Icon, X03Icon, XCircleContainedIcon, XSquareContainedIcon, Pin1Icon, Pin2Icon, CoinsRotateIcon, Bag01Icon, Bag02Icon, Bag03Icon, Bag04Icon, Bag05Icon, BankIcon, BankNote01Icon, BankNote02Icon, BankNote03Icon, BankNote04Icon, BankNote05Icon, BankNote06Icon, Card01Icon, Card02Icon, CardAddIcon, CardCheckIcon, CardDownIcon, CardEditIcon, CardLockIcon, CardMinusIcon, CardNumberIcon, CardShieldIcon, CardUpIcon, CardXIcon, CartIcon, CoinsIcon, CoinBrokenIcon, CoinHandIcon, CoinNumberIcon, CoinUnbrokenIcon, CurrencyBathIcon, CurrencyBitcoinIcon, CurrencyCentIcon, CurrencyCoinBathIcon, CurrencyCoinBitcoinIcon, CurrencyCoinCentIcon, CurrencyCoinDollarIcon, CurrencyCoinEuroIcon, CurrencyCoinPoundIcon, CurrencyCoinRubelIcon, CurrencyCoinRupeeIcon, CurrencyCoinYenIcon, CurrencyDollarIcon, CurrencyEuroIcon, CurrencyPoundIcon, CurrencyRubelIcon, CurrencyRupeeIcon, CurrencyYenIcon, DiamondIcon, DiscountCircleIcon, DiscountSquareIcon, DiscountStar01Icon, DiscountStar02Icon, DiscountStar03Icon, Gift01Icon, Gift02Icon, ReceiptIcon, ReceiptLinesIcon, TagIcon, Wallet01Icon, Wallet02Icon, Wallet03Icon, Wallet04Icon, Story01Icon, ArrowCurveLeftDownIcon, ArrowCurveLeftRightIcon, ArrowDownLeftIcon, ArrowCurveUpLeftIcon, ArrowCurveRightUpIcon, ArrowLeftSquareContainedIcon, ArrowRightSquareContainedIcon, ArrowUpSquareContainedIcon, ArrowDownSquareContainedIcon, ArrowDownLeftSquareContainedIcon, ArrowUpRightSquareContainedIcon, ArrowDownRightSquareContainedIcon, ArrowUpLeftSquareContainedIcon, ArrowLeftContained02Icon, ArrowUpLeftContainedIcon, ArrowDownLeftContainedIcon, ArrowDownRightContainedIcon, ArrowUpRightContainedIcon, ArrowRightContained02Icon, ArrowUpContained02Icon, ArrowDownContained02Icon, ArrowLeftContained01Icon, ArrowUpContained01Icon, ArrowRightContained01Icon, ArrowDownContained01Icon, ArrowExpand01Icon, ArrowExpand02Icon, ArrowExpand03Icon, ArrowExpand04Icon, DownArrowIcon, ArrowRightIcon, ArrowUpLeftIcon, ArrowDownRightIcon, ArrowDownLeft02Icon, ArrowUpRightIcon, ArrowDownRight02Icon, ArrowCurveUpRightIcon, ArrowSwitchHorizontalIcon, ArrowSwitchVerticalIcon, ArrowRefresh01Icon, ArrowRefresh02Icon, ArrowRefresh03Icon, ArrowRefresh04Icon, ArrowRefresh05Icon, ArrowRefresh06Icon, ArrowRotateLeft01Icon, ArrowRotateLeft02Icon, ArrowRotateRight01Icon, ArrowRotateRight02Icon, ChevronDoubleDownIcon, ChevronDoubleLeftIcon, ChevronDoubleRightIcon, ChevronDoubleUpIcon, ChevronLeftIcon, ChevronRightIcon, FlipRightIcon, ArrowUpSmIcon, DownArrowSmIcon, ArrowRightSmIcon, ArrowLeftSmIcon, ArrowUpLeftSmIcon, ArrowDownRightSmIcon, ArrowDownLeftSmIcon, ArrowUpRightSmIcon, Stopwatch, };
|