@tabler/icons-svelte 3.45.0 → 3.46.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/index.d.ts +18 -0
- package/dist/icons/index.js +18 -0
- package/dist/icons/play-bug.svelte +6 -0
- package/dist/icons/play-bug.svelte.d.ts +17 -0
- package/dist/icons/play-bugs.svelte +6 -0
- package/dist/icons/play-bugs.svelte.d.ts +17 -0
- package/dist/icons/remote-control.svelte +6 -0
- package/dist/icons/remote-control.svelte.d.ts +17 -0
- package/dist/icons/rocking-chair.svelte +6 -0
- package/dist/icons/rocking-chair.svelte.d.ts +17 -0
- package/dist/icons/run-sprint.svelte +6 -0
- package/dist/icons/run-sprint.svelte.d.ts +17 -0
- package/dist/icons/server-bolt.svelte +1 -1
- package/dist/icons/server.svelte +1 -1
- package/dist/icons/sparkles-2-off.svelte +6 -0
- package/dist/icons/sparkles-2-off.svelte.d.ts +17 -0
- package/dist/icons/sparkles-2.svelte +1 -1
- package/dist/icons/tabs.svelte +6 -0
- package/dist/icons/tabs.svelte.d.ts +17 -0
- package/dist/icons/tags-chevron-down.svelte +6 -0
- package/dist/icons/tags-chevron-down.svelte.d.ts +17 -0
- package/dist/icons/tags-chevron-left.svelte +6 -0
- package/dist/icons/tags-chevron-left.svelte.d.ts +17 -0
- package/dist/icons/tags-chevron-right.svelte +6 -0
- package/dist/icons/tags-chevron-right.svelte.d.ts +17 -0
- package/dist/icons/tags-chevron-up.svelte +6 -0
- package/dist/icons/tags-chevron-up.svelte.d.ts +17 -0
- package/dist/icons/thinking-high.svelte +6 -0
- package/dist/icons/thinking-high.svelte.d.ts +17 -0
- package/dist/icons/thinking-low.svelte +6 -0
- package/dist/icons/thinking-low.svelte.d.ts +17 -0
- package/dist/icons/thinking-medium.svelte +6 -0
- package/dist/icons/thinking-medium.svelte.d.ts +17 -0
- package/dist/icons/treasure-chest.svelte +6 -0
- package/dist/icons/treasure-chest.svelte.d.ts +17 -0
- package/dist/icons/twig.svelte +6 -0
- package/dist/icons/twig.svelte.d.ts +17 -0
- package/dist/icons/vault.svelte +6 -0
- package/dist/icons/vault.svelte.d.ts +17 -0
- package/dist/icons/yarn.svelte +6 -0
- package/dist/icons/yarn.svelte.d.ts +17 -0
- package/dist/icons-list.js +18 -0
- package/package.json +5 -2
package/dist/icons/index.d.ts
CHANGED
|
@@ -3868,6 +3868,8 @@ export { default as IconPlant2 } from './plant-2.svelte';
|
|
|
3868
3868
|
export { default as IconPlantOff } from './plant-off.svelte';
|
|
3869
3869
|
export { default as IconPlant } from './plant.svelte';
|
|
3870
3870
|
export { default as IconPlayBasketball } from './play-basketball.svelte';
|
|
3871
|
+
export { default as IconPlayBug } from './play-bug.svelte';
|
|
3872
|
+
export { default as IconPlayBugs } from './play-bugs.svelte';
|
|
3871
3873
|
export { default as IconPlayCard1 } from './play-card-1.svelte';
|
|
3872
3874
|
export { default as IconPlayCard10 } from './play-card-10.svelte';
|
|
3873
3875
|
export { default as IconPlayCard2 } from './play-card-2.svelte';
|
|
@@ -4049,6 +4051,7 @@ export { default as IconRelationManyToMany } from './relation-many-to-many.svelt
|
|
|
4049
4051
|
export { default as IconRelationOneToMany } from './relation-one-to-many.svelte';
|
|
4050
4052
|
export { default as IconRelationOneToOne } from './relation-one-to-one.svelte';
|
|
4051
4053
|
export { default as IconReload } from './reload.svelte';
|
|
4054
|
+
export { default as IconRemoteControl } from './remote-control.svelte';
|
|
4052
4055
|
export { default as IconReorder } from './reorder.svelte';
|
|
4053
4056
|
export { default as IconRepeatOff } from './repeat-off.svelte';
|
|
4054
4057
|
export { default as IconRepeatOnce } from './repeat-once.svelte';
|
|
@@ -4095,6 +4098,7 @@ export { default as IconRobotOff } from './robot-off.svelte';
|
|
|
4095
4098
|
export { default as IconRobot } from './robot.svelte';
|
|
4096
4099
|
export { default as IconRocketOff } from './rocket-off.svelte';
|
|
4097
4100
|
export { default as IconRocket } from './rocket.svelte';
|
|
4101
|
+
export { default as IconRockingChair } from './rocking-chair.svelte';
|
|
4098
4102
|
export { default as IconRollerSkating } from './roller-skating.svelte';
|
|
4099
4103
|
export { default as IconRollercoasterOff } from './rollercoaster-off.svelte';
|
|
4100
4104
|
export { default as IconRollercoaster } from './rollercoaster.svelte';
|
|
@@ -4149,6 +4153,7 @@ export { default as IconRulerMeasure2 } from './ruler-measure-2.svelte';
|
|
|
4149
4153
|
export { default as IconRulerMeasure } from './ruler-measure.svelte';
|
|
4150
4154
|
export { default as IconRulerOff } from './ruler-off.svelte';
|
|
4151
4155
|
export { default as IconRuler } from './ruler.svelte';
|
|
4156
|
+
export { default as IconRunSprint } from './run-sprint.svelte';
|
|
4152
4157
|
export { default as IconRun } from './run.svelte';
|
|
4153
4158
|
export { default as IconRvTruck } from './rv-truck.svelte';
|
|
4154
4159
|
export { default as IconSTurnDown } from './s-turn-down.svelte';
|
|
@@ -4404,6 +4409,7 @@ export { default as IconSpade } from './spade.svelte';
|
|
|
4404
4409
|
export { default as IconSparkle2 } from './sparkle-2.svelte';
|
|
4405
4410
|
export { default as IconSparkleHighlight } from './sparkle-highlight.svelte';
|
|
4406
4411
|
export { default as IconSparkle } from './sparkle.svelte';
|
|
4412
|
+
export { default as IconSparkles2Off } from './sparkles-2-off.svelte';
|
|
4407
4413
|
export { default as IconSparkles2 } from './sparkles-2.svelte';
|
|
4408
4414
|
export { default as IconSparkles } from './sparkles.svelte';
|
|
4409
4415
|
export { default as IconSpeakerphone } from './speakerphone.svelte';
|
|
@@ -4653,11 +4659,16 @@ export { default as IconTableShare } from './table-share.svelte';
|
|
|
4653
4659
|
export { default as IconTableShortcut } from './table-shortcut.svelte';
|
|
4654
4660
|
export { default as IconTableSpark } from './table-spark.svelte';
|
|
4655
4661
|
export { default as IconTable } from './table.svelte';
|
|
4662
|
+
export { default as IconTabs } from './tabs.svelte';
|
|
4656
4663
|
export { default as IconTagMinus } from './tag-minus.svelte';
|
|
4657
4664
|
export { default as IconTagOff } from './tag-off.svelte';
|
|
4658
4665
|
export { default as IconTagPlus } from './tag-plus.svelte';
|
|
4659
4666
|
export { default as IconTagStarred } from './tag-starred.svelte';
|
|
4660
4667
|
export { default as IconTag } from './tag.svelte';
|
|
4668
|
+
export { default as IconTagsChevronDown } from './tags-chevron-down.svelte';
|
|
4669
|
+
export { default as IconTagsChevronLeft } from './tags-chevron-left.svelte';
|
|
4670
|
+
export { default as IconTagsChevronRight } from './tags-chevron-right.svelte';
|
|
4671
|
+
export { default as IconTagsChevronUp } from './tags-chevron-up.svelte';
|
|
4661
4672
|
export { default as IconTagsOff } from './tags-off.svelte';
|
|
4662
4673
|
export { default as IconTags } from './tags.svelte';
|
|
4663
4674
|
export { default as IconTaiwanDollar } from './taiwan-dollar.svelte';
|
|
@@ -4722,6 +4733,9 @@ export { default as IconTextWrap } from './text-wrap.svelte';
|
|
|
4722
4733
|
export { default as IconTexture } from './texture.svelte';
|
|
4723
4734
|
export { default as IconTheater } from './theater.svelte';
|
|
4724
4735
|
export { default as IconThermometer } from './thermometer.svelte';
|
|
4736
|
+
export { default as IconThinkingHigh } from './thinking-high.svelte';
|
|
4737
|
+
export { default as IconThinkingLow } from './thinking-low.svelte';
|
|
4738
|
+
export { default as IconThinkingMedium } from './thinking-medium.svelte';
|
|
4725
4739
|
export { default as IconThumbDownOff } from './thumb-down-off.svelte';
|
|
4726
4740
|
export { default as IconThumbDown } from './thumb-down.svelte';
|
|
4727
4741
|
export { default as IconThumbUpOff } from './thumb-up-off.svelte';
|
|
@@ -4819,6 +4833,7 @@ export { default as IconTrashOff } from './trash-off.svelte';
|
|
|
4819
4833
|
export { default as IconTrashX } from './trash-x.svelte';
|
|
4820
4834
|
export { default as IconTrash } from './trash.svelte';
|
|
4821
4835
|
export { default as IconTreadmill } from './treadmill.svelte';
|
|
4836
|
+
export { default as IconTreasureChest } from './treasure-chest.svelte';
|
|
4822
4837
|
export { default as IconTree } from './tree.svelte';
|
|
4823
4838
|
export { default as IconTrees } from './trees.svelte';
|
|
4824
4839
|
export { default as IconTrekking } from './trekking.svelte';
|
|
@@ -4848,6 +4863,7 @@ export { default as IconTruckLoading } from './truck-loading.svelte';
|
|
|
4848
4863
|
export { default as IconTruckOff } from './truck-off.svelte';
|
|
4849
4864
|
export { default as IconTruckReturn } from './truck-return.svelte';
|
|
4850
4865
|
export { default as IconTruck } from './truck.svelte';
|
|
4866
|
+
export { default as IconTwig } from './twig.svelte';
|
|
4851
4867
|
export { default as IconTxt } from './txt.svelte';
|
|
4852
4868
|
export { default as IconTypeface } from './typeface.svelte';
|
|
4853
4869
|
export { default as IconTypographyOff } from './typography-off.svelte';
|
|
@@ -4917,6 +4933,7 @@ export { default as IconVariableMinus } from './variable-minus.svelte';
|
|
|
4917
4933
|
export { default as IconVariableOff } from './variable-off.svelte';
|
|
4918
4934
|
export { default as IconVariablePlus } from './variable-plus.svelte';
|
|
4919
4935
|
export { default as IconVariable } from './variable.svelte';
|
|
4936
|
+
export { default as IconVault } from './vault.svelte';
|
|
4920
4937
|
export { default as IconVectorBezier2 } from './vector-bezier-2.svelte';
|
|
4921
4938
|
export { default as IconVectorBezierArc } from './vector-bezier-arc.svelte';
|
|
4922
4939
|
export { default as IconVectorBezierCircle } from './vector-bezier-circle.svelte';
|
|
@@ -5075,6 +5092,7 @@ export { default as IconXboxX } from './xbox-x.svelte';
|
|
|
5075
5092
|
export { default as IconXboxY } from './xbox-y.svelte';
|
|
5076
5093
|
export { default as IconXd } from './xd.svelte';
|
|
5077
5094
|
export { default as IconXxx } from './xxx.svelte';
|
|
5095
|
+
export { default as IconYarn } from './yarn.svelte';
|
|
5078
5096
|
export { default as IconYinYang } from './yin-yang.svelte';
|
|
5079
5097
|
export { default as IconYoga } from './yoga.svelte';
|
|
5080
5098
|
export { default as IconZeppelinOff } from './zeppelin-off.svelte';
|
package/dist/icons/index.js
CHANGED
|
@@ -3868,6 +3868,8 @@ export { default as IconPlant2 } from './plant-2.svelte';
|
|
|
3868
3868
|
export { default as IconPlantOff } from './plant-off.svelte';
|
|
3869
3869
|
export { default as IconPlant } from './plant.svelte';
|
|
3870
3870
|
export { default as IconPlayBasketball } from './play-basketball.svelte';
|
|
3871
|
+
export { default as IconPlayBug } from './play-bug.svelte';
|
|
3872
|
+
export { default as IconPlayBugs } from './play-bugs.svelte';
|
|
3871
3873
|
export { default as IconPlayCard1 } from './play-card-1.svelte';
|
|
3872
3874
|
export { default as IconPlayCard10 } from './play-card-10.svelte';
|
|
3873
3875
|
export { default as IconPlayCard2 } from './play-card-2.svelte';
|
|
@@ -4049,6 +4051,7 @@ export { default as IconRelationManyToMany } from './relation-many-to-many.svelt
|
|
|
4049
4051
|
export { default as IconRelationOneToMany } from './relation-one-to-many.svelte';
|
|
4050
4052
|
export { default as IconRelationOneToOne } from './relation-one-to-one.svelte';
|
|
4051
4053
|
export { default as IconReload } from './reload.svelte';
|
|
4054
|
+
export { default as IconRemoteControl } from './remote-control.svelte';
|
|
4052
4055
|
export { default as IconReorder } from './reorder.svelte';
|
|
4053
4056
|
export { default as IconRepeatOff } from './repeat-off.svelte';
|
|
4054
4057
|
export { default as IconRepeatOnce } from './repeat-once.svelte';
|
|
@@ -4095,6 +4098,7 @@ export { default as IconRobotOff } from './robot-off.svelte';
|
|
|
4095
4098
|
export { default as IconRobot } from './robot.svelte';
|
|
4096
4099
|
export { default as IconRocketOff } from './rocket-off.svelte';
|
|
4097
4100
|
export { default as IconRocket } from './rocket.svelte';
|
|
4101
|
+
export { default as IconRockingChair } from './rocking-chair.svelte';
|
|
4098
4102
|
export { default as IconRollerSkating } from './roller-skating.svelte';
|
|
4099
4103
|
export { default as IconRollercoasterOff } from './rollercoaster-off.svelte';
|
|
4100
4104
|
export { default as IconRollercoaster } from './rollercoaster.svelte';
|
|
@@ -4149,6 +4153,7 @@ export { default as IconRulerMeasure2 } from './ruler-measure-2.svelte';
|
|
|
4149
4153
|
export { default as IconRulerMeasure } from './ruler-measure.svelte';
|
|
4150
4154
|
export { default as IconRulerOff } from './ruler-off.svelte';
|
|
4151
4155
|
export { default as IconRuler } from './ruler.svelte';
|
|
4156
|
+
export { default as IconRunSprint } from './run-sprint.svelte';
|
|
4152
4157
|
export { default as IconRun } from './run.svelte';
|
|
4153
4158
|
export { default as IconRvTruck } from './rv-truck.svelte';
|
|
4154
4159
|
export { default as IconSTurnDown } from './s-turn-down.svelte';
|
|
@@ -4404,6 +4409,7 @@ export { default as IconSpade } from './spade.svelte';
|
|
|
4404
4409
|
export { default as IconSparkle2 } from './sparkle-2.svelte';
|
|
4405
4410
|
export { default as IconSparkleHighlight } from './sparkle-highlight.svelte';
|
|
4406
4411
|
export { default as IconSparkle } from './sparkle.svelte';
|
|
4412
|
+
export { default as IconSparkles2Off } from './sparkles-2-off.svelte';
|
|
4407
4413
|
export { default as IconSparkles2 } from './sparkles-2.svelte';
|
|
4408
4414
|
export { default as IconSparkles } from './sparkles.svelte';
|
|
4409
4415
|
export { default as IconSpeakerphone } from './speakerphone.svelte';
|
|
@@ -4653,11 +4659,16 @@ export { default as IconTableShare } from './table-share.svelte';
|
|
|
4653
4659
|
export { default as IconTableShortcut } from './table-shortcut.svelte';
|
|
4654
4660
|
export { default as IconTableSpark } from './table-spark.svelte';
|
|
4655
4661
|
export { default as IconTable } from './table.svelte';
|
|
4662
|
+
export { default as IconTabs } from './tabs.svelte';
|
|
4656
4663
|
export { default as IconTagMinus } from './tag-minus.svelte';
|
|
4657
4664
|
export { default as IconTagOff } from './tag-off.svelte';
|
|
4658
4665
|
export { default as IconTagPlus } from './tag-plus.svelte';
|
|
4659
4666
|
export { default as IconTagStarred } from './tag-starred.svelte';
|
|
4660
4667
|
export { default as IconTag } from './tag.svelte';
|
|
4668
|
+
export { default as IconTagsChevronDown } from './tags-chevron-down.svelte';
|
|
4669
|
+
export { default as IconTagsChevronLeft } from './tags-chevron-left.svelte';
|
|
4670
|
+
export { default as IconTagsChevronRight } from './tags-chevron-right.svelte';
|
|
4671
|
+
export { default as IconTagsChevronUp } from './tags-chevron-up.svelte';
|
|
4661
4672
|
export { default as IconTagsOff } from './tags-off.svelte';
|
|
4662
4673
|
export { default as IconTags } from './tags.svelte';
|
|
4663
4674
|
export { default as IconTaiwanDollar } from './taiwan-dollar.svelte';
|
|
@@ -4722,6 +4733,9 @@ export { default as IconTextWrap } from './text-wrap.svelte';
|
|
|
4722
4733
|
export { default as IconTexture } from './texture.svelte';
|
|
4723
4734
|
export { default as IconTheater } from './theater.svelte';
|
|
4724
4735
|
export { default as IconThermometer } from './thermometer.svelte';
|
|
4736
|
+
export { default as IconThinkingHigh } from './thinking-high.svelte';
|
|
4737
|
+
export { default as IconThinkingLow } from './thinking-low.svelte';
|
|
4738
|
+
export { default as IconThinkingMedium } from './thinking-medium.svelte';
|
|
4725
4739
|
export { default as IconThumbDownOff } from './thumb-down-off.svelte';
|
|
4726
4740
|
export { default as IconThumbDown } from './thumb-down.svelte';
|
|
4727
4741
|
export { default as IconThumbUpOff } from './thumb-up-off.svelte';
|
|
@@ -4819,6 +4833,7 @@ export { default as IconTrashOff } from './trash-off.svelte';
|
|
|
4819
4833
|
export { default as IconTrashX } from './trash-x.svelte';
|
|
4820
4834
|
export { default as IconTrash } from './trash.svelte';
|
|
4821
4835
|
export { default as IconTreadmill } from './treadmill.svelte';
|
|
4836
|
+
export { default as IconTreasureChest } from './treasure-chest.svelte';
|
|
4822
4837
|
export { default as IconTree } from './tree.svelte';
|
|
4823
4838
|
export { default as IconTrees } from './trees.svelte';
|
|
4824
4839
|
export { default as IconTrekking } from './trekking.svelte';
|
|
@@ -4848,6 +4863,7 @@ export { default as IconTruckLoading } from './truck-loading.svelte';
|
|
|
4848
4863
|
export { default as IconTruckOff } from './truck-off.svelte';
|
|
4849
4864
|
export { default as IconTruckReturn } from './truck-return.svelte';
|
|
4850
4865
|
export { default as IconTruck } from './truck.svelte';
|
|
4866
|
+
export { default as IconTwig } from './twig.svelte';
|
|
4851
4867
|
export { default as IconTxt } from './txt.svelte';
|
|
4852
4868
|
export { default as IconTypeface } from './typeface.svelte';
|
|
4853
4869
|
export { default as IconTypographyOff } from './typography-off.svelte';
|
|
@@ -4917,6 +4933,7 @@ export { default as IconVariableMinus } from './variable-minus.svelte';
|
|
|
4917
4933
|
export { default as IconVariableOff } from './variable-off.svelte';
|
|
4918
4934
|
export { default as IconVariablePlus } from './variable-plus.svelte';
|
|
4919
4935
|
export { default as IconVariable } from './variable.svelte';
|
|
4936
|
+
export { default as IconVault } from './vault.svelte';
|
|
4920
4937
|
export { default as IconVectorBezier2 } from './vector-bezier-2.svelte';
|
|
4921
4938
|
export { default as IconVectorBezierArc } from './vector-bezier-arc.svelte';
|
|
4922
4939
|
export { default as IconVectorBezierCircle } from './vector-bezier-circle.svelte';
|
|
@@ -5075,6 +5092,7 @@ export { default as IconXboxX } from './xbox-x.svelte';
|
|
|
5075
5092
|
export { default as IconXboxY } from './xbox-y.svelte';
|
|
5076
5093
|
export { default as IconXd } from './xd.svelte';
|
|
5077
5094
|
export { default as IconXxx } from './xxx.svelte';
|
|
5095
|
+
export { default as IconYarn } from './yarn.svelte';
|
|
5078
5096
|
export { default as IconYinYang } from './yin-yang.svelte';
|
|
5079
5097
|
export { default as IconYoga } from './yoga.svelte';
|
|
5080
5098
|
export { default as IconZeppelinOff } from './zeppelin-off.svelte';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3.5 18a2.5 3 0 1 0 5 0a2.5 3 0 1 0 -5 0" }], ["path", { "d": "M2 18h1.5" }], ["path", { "d": "M8.5 18h1.5" }], ["path", { "d": "M9.5 14.5l-1.5 1.5" }], ["path", { "d": "M2.5 14.5l1.5 1.5" }], ["path", { "d": "M2.5 21.5l1.5 -1.5" }], ["path", { "d": "M8 20l1.5 1.5" }], ["path", { "d": "M13 16l8 -5l-13 -8v8" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="play-bug" {...$$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 PlayBugProps = typeof __propDef.props;
|
|
13
|
+
export type PlayBugEvents = typeof __propDef.events;
|
|
14
|
+
export type PlayBugSlots = typeof __propDef.slots;
|
|
15
|
+
export default class PlayBug extends SvelteComponentTyped<PlayBugProps, PlayBugEvents, PlayBugSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3.5 18a2.5 3 0 1 0 5 0a2.5 3 0 1 0 -5 0" }], ["path", { "d": "M2 17.5h1.5" }], ["path", { "d": "M8.5 17.5h1.5" }], ["path", { "d": "M9.5 14.5l-1.5 1.5" }], ["path", { "d": "M2.5 14.5l1.5 1.5" }], ["path", { "d": "M2.5 21.5l1.5 -1.5" }], ["path", { "d": "M8 20l1.5 1.5" }], ["path", { "d": "M15.5 16l6.5 -5l-11 -8" }], ["path", { "d": "M13 12.5l2 -1.5l-11 -8v8" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="play-bugs" {...$$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 PlayBugsProps = typeof __propDef.props;
|
|
13
|
+
export type PlayBugsEvents = typeof __propDef.events;
|
|
14
|
+
export type PlayBugsSlots = typeof __propDef.slots;
|
|
15
|
+
export default class PlayBugs extends SvelteComponentTyped<PlayBugsProps, PlayBugsEvents, PlayBugsSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M9 14a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v5a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2v-5" }], ["path", { "d": "M20 9c-.914 -3.455 -4.15 -6 -8 -6c-3.853 0 -7.089 2.542 -8 6" }], ["path", { "d": "M15 9c-.69 -1.2 -1.517 -2 -3 -2s-2.31 .801 -3 2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="remote-control" {...$$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 RemoteControlProps = typeof __propDef.props;
|
|
13
|
+
export type RemoteControlEvents = typeof __propDef.events;
|
|
14
|
+
export type RemoteControlSlots = typeof __propDef.slots;
|
|
15
|
+
export default class RemoteControl extends SvelteComponentTyped<RemoteControlProps, RemoteControlEvents, RemoteControlSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M4 3l1.478 6.65a3 3 0 0 0 2.929 2.35h9.593" }], ["path", { "d": "M10 12l-3.5 7.5" }], ["path", { "d": "M14 12l3.5 7.5" }], ["path", { "d": "M3 16c1.966 2.992 4.75 5 9 5s7.035 -2.002 9 -5" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="rocking-chair" {...$$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 RockingChairProps = typeof __propDef.props;
|
|
13
|
+
export type RockingChairEvents = typeof __propDef.events;
|
|
14
|
+
export type RockingChairSlots = typeof __propDef.slots;
|
|
15
|
+
export default class RockingChair extends SvelteComponentTyped<RockingChairProps, RockingChairEvents, RockingChairSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M14.007 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }], ["path", { "d": "M7 17l5 1l.75 -1.5" }], ["path", { "d": "M18 21v-4l-4 -3l1 -6" }], ["path", { "d": "M10 12v-3l5 -1l3 3l3 1" }], ["path", { "d": "M10 5h-4" }], ["path", { "d": "M6 10h-4" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="run-sprint" {...$$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 RunSprintProps = typeof __propDef.props;
|
|
13
|
+
export type RunSprintEvents = typeof __propDef.events;
|
|
14
|
+
export type RunSprintSlots = typeof __propDef.slots;
|
|
15
|
+
export default class RunSprint extends SvelteComponentTyped<RunSprintProps, RunSprintEvents, RunSprintSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<script>import Icon from '../Icon.svelte';
|
|
2
|
-
const iconNode = [["path", { "d": "M3 7a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -
|
|
2
|
+
const iconNode = [["path", { "d": "M3 7a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-2" }], ["path", { "d": "M15 20h-9a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3h12" }], ["path", { "d": "M7 8v.01" }], ["path", { "d": "M7 16v.01" }], ["path", { "d": "M20 15l-2 3h3l-2 3" }]];
|
|
3
3
|
</script>
|
|
4
4
|
<Icon type="outline" name="server-bolt" {...$$props} iconNode={iconNode}>
|
|
5
5
|
<slot/>
|
package/dist/icons/server.svelte
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<script>import Icon from '../Icon.svelte';
|
|
2
|
-
const iconNode = [["path", { "d": "M3 7a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -
|
|
2
|
+
const iconNode = [["path", { "d": "M3 7a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-2" }], ["path", { "d": "M3 15a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3l0 -2" }], ["path", { "d": "M7 8l0 .01" }], ["path", { "d": "M7 16l0 .01" }]];
|
|
3
3
|
</script>
|
|
4
4
|
<Icon type="outline" name="server" {...$$props} iconNode={iconNode}>
|
|
5
5
|
<slot/>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M14 6a9.3 9.3 0 0 0 1.516 -.546c.911 -.438 1.494 -1.015 1.937 -1.932c.207 -.428 .382 -.928 .547 -1.522c.165 .595 .34 1.095 .547 1.521c.443 .918 1.026 1.495 1.937 1.933c.426 .205 .925 .38 1.516 .546a9.3 9.3 0 0 0 -1.516 .547c-.911 .438 -1.494 1.015 -1.937 1.932a9 9 0 0 0 -.547 1.521c-.165 -.594 -.34 -1.095 -.547 -1.521c-.443 -.918 -1.026 -1.494 -1.937 -1.932a9 9 0 0 0 -1.516 -.547" }], ["path", { "d": "M14.756 14.77c-2.16 .93 -3.34 2.207 -4.224 4.568a20 20 0 0 0 -.532 1.662a20 20 0 0 0 -.532 -1.662c-.963 -2.568 -2.275 -3.853 -4.816 -4.806a21 21 0 0 0 -1.652 -.532a21 21 0 0 0 1.652 -.532c2.345 -.879 3.642 -2.04 4.585 -4.23" }], ["path", { "d": "M3 3l18 18" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="sparkles-2-off" {...$$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 Sparkles2OffProps = typeof __propDef.props;
|
|
13
|
+
export type Sparkles2OffEvents = typeof __propDef.events;
|
|
14
|
+
export type Sparkles2OffSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Sparkles2Off extends SvelteComponentTyped<Sparkles2OffProps, Sparkles2OffEvents, Sparkles2OffSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<script>import Icon from '../Icon.svelte';
|
|
2
|
-
const iconNode = [["path", { "d": "
|
|
2
|
+
const iconNode = [["path", { "d": "M14 6a9.3 9.3 0 0 0 1.516 -.546c.911 -.438 1.494 -1.015 1.937 -1.932c.207 -.428 .382 -.928 .547 -1.522c.165 .595 .34 1.095 .547 1.521c.443 .918 1.026 1.495 1.937 1.933c.426 .205 .925 .38 1.516 .546a9.3 9.3 0 0 0 -1.516 .547c-.911 .438 -1.494 1.015 -1.937 1.932a9 9 0 0 0 -.547 1.521c-.165 -.594 -.34 -1.095 -.547 -1.521c-.443 -.918 -1.026 -1.494 -1.937 -1.932a9 9 0 0 0 -1.516 -.547" }], ["path", { "d": "M3 14a21 21 0 0 0 1.652 -.532c2.542 -.953 3.853 -2.238 4.816 -4.806a20 20 0 0 0 .532 -1.662a20 20 0 0 0 .532 1.662c.963 2.567 2.275 3.853 4.816 4.806q .75 .28 1.652 .532a21 21 0 0 0 -1.652 .532c-2.542 .953 -3.854 2.238 -4.816 4.806a20 20 0 0 0 -.532 1.662a20 20 0 0 0 -.532 -1.662c-.963 -2.568 -2.275 -3.853 -4.816 -4.806a21 21 0 0 0 -1.652 -.532" }]];
|
|
3
3
|
</script>
|
|
4
4
|
<Icon type="outline" name="sparkles-2" {...$$props} iconNode={iconNode}>
|
|
5
5
|
<slot/>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10" }], ["path", { "d": "M6.36 5a2 2 0 0 1 1.962 1.608l.356 1.784a2 2 0 0 0 1.962 1.608h8.36a2 2 0 0 1 2 2" }], ["path", { "d": "M12.36 5a2 2 0 0 1 1.962 1.608l.356 1.784a2 2 0 0 0 1.962 1.608" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="tabs" {...$$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 TabsProps = typeof __propDef.props;
|
|
13
|
+
export type TabsEvents = typeof __propDef.events;
|
|
14
|
+
export type TabsSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Tabs extends SvelteComponentTyped<TabsProps, TabsEvents, TabsSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M5 3v13.446c0 .345 .155 .665 .411 .848l6.125 4.375a.78 .78 0 0 0 .928 0l6.125 -4.375a1.04 1.04 0 0 0 .411 -.848v-13.446l-7 5l-7 -5" }], ["path", { "d": "M5 10l6.536 4.669a.78 .78 0 0 0 .928 0l6.536 -4.669" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="tags-chevron-down" {...$$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 TagsChevronDownProps = typeof __propDef.props;
|
|
13
|
+
export type TagsChevronDownEvents = typeof __propDef.events;
|
|
14
|
+
export type TagsChevronDownSlots = typeof __propDef.slots;
|
|
15
|
+
export default class TagsChevronDown extends SvelteComponentTyped<TagsChevronDownProps, TagsChevronDownEvents, TagsChevronDownSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M20.59 19h-12.86a.98 .98 0 0 1 -.81 -.411l-4.185 -6.125a.81 .81 0 0 1 0 -.928l4.184 -6.125a.98 .98 0 0 1 .811 -.411h12.86l-4.782 7l4.782 7" }], ["path", { "d": "M13.895 19l-4.465 -6.536a.81 .81 0 0 1 0 -.928l4.465 -6.536" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="tags-chevron-left" {...$$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 TagsChevronLeftProps = typeof __propDef.props;
|
|
13
|
+
export type TagsChevronLeftEvents = typeof __propDef.events;
|
|
14
|
+
export type TagsChevronLeftSlots = typeof __propDef.slots;
|
|
15
|
+
export default class TagsChevronLeft extends SvelteComponentTyped<TagsChevronLeftProps, TagsChevronLeftEvents, TagsChevronLeftSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 19h13.485a1 1 0 0 0 .814 -.419l4.286 -6a1 1 0 0 0 0 -1.162l-4.286 -6a1 1 0 0 0 -.814 -.419h-13.485l5 7l-5 7" }], ["path", { "d": "M10 19l4.585 -6.419a1 1 0 0 0 0 -1.162l-4.585 -6.419" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="tags-chevron-right" {...$$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 TagsChevronRightProps = typeof __propDef.props;
|
|
13
|
+
export type TagsChevronRightEvents = typeof __propDef.events;
|
|
14
|
+
export type TagsChevronRightSlots = typeof __propDef.slots;
|
|
15
|
+
export default class TagsChevronRight extends SvelteComponentTyped<TagsChevronRightProps, TagsChevronRightEvents, TagsChevronRightSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M5 21v-13.446c0 -.345 .155 -.665 .411 -.848l6.125 -4.375a.78 .78 0 0 1 .928 0l6.125 4.375c.256 .183 .411 .503 .411 .848v13.446l-7 -5l-7 5" }], ["path", { "d": "M5 14l6.536 -4.669a.78 .78 0 0 1 .928 0l6.536 4.669" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="tags-chevron-up" {...$$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 TagsChevronUpProps = typeof __propDef.props;
|
|
13
|
+
export type TagsChevronUpEvents = typeof __propDef.events;
|
|
14
|
+
export type TagsChevronUpSlots = typeof __propDef.slots;
|
|
15
|
+
export default class TagsChevronUp extends SvelteComponentTyped<TagsChevronUpProps, TagsChevronUpEvents, TagsChevronUpSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 21v-1.25c0 -2.311 .778 -1.92 2.244 -3.749a8 8 0 1 0 -14.244 -5.001q 0 .25 -1.876 3.518a1 1 0 0 0 .876 1.482h2v3a2 2 0 0 0 2 2h3" }], ["path", { "d": "M9 11a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="thinking-high" {...$$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 ThinkingHighProps = typeof __propDef.props;
|
|
13
|
+
export type ThinkingHighEvents = typeof __propDef.events;
|
|
14
|
+
export type ThinkingHighSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ThinkingHigh extends SvelteComponentTyped<ThinkingHighProps, ThinkingHighEvents, ThinkingHighSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 21v-1.25c0 -2.311 .778 -1.92 2.244 -3.749a8 8 0 1 0 -14.244 -5.001q 0 .25 -1.876 3.518a1 1 0 0 0 .876 1.482h2v3a2 2 0 0 0 2 2h3" }], ["path", { "d": "M12 11a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="thinking-low" {...$$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 ThinkingLowProps = typeof __propDef.props;
|
|
13
|
+
export type ThinkingLowEvents = typeof __propDef.events;
|
|
14
|
+
export type ThinkingLowSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ThinkingLow extends SvelteComponentTyped<ThinkingLowProps, ThinkingLowEvents, ThinkingLowSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M17 21v-1.25c0 -2.311 .778 -1.92 2.244 -3.749a8 8 0 1 0 -14.244 -5.001q 0 .25 -1.876 3.518a1 1 0 0 0 .876 1.482h2v3a2 2 0 0 0 2 2h3" }], ["path", { "d": "M11 11a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="thinking-medium" {...$$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 ThinkingMediumProps = typeof __propDef.props;
|
|
13
|
+
export type ThinkingMediumEvents = typeof __propDef.events;
|
|
14
|
+
export type ThinkingMediumSlots = typeof __propDef.slots;
|
|
15
|
+
export default class ThinkingMedium extends SvelteComponentTyped<ThinkingMediumProps, ThinkingMediumEvents, ThinkingMediumSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M4 19h16a1 1 0 0 0 1 -1v-9a4 4 0 0 0 -4 -4h-10a4 4 0 0 0 -4 4v9a1 1 0 0 0 1 1" }], ["path", { "d": "M3 11h18" }], ["path", { "d": "M16 5v14" }], ["path", { "d": "M8 5v14" }], ["path", { "d": "M12 11v2" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="treasure-chest" {...$$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 TreasureChestProps = typeof __propDef.props;
|
|
13
|
+
export type TreasureChestEvents = typeof __propDef.events;
|
|
14
|
+
export type TreasureChestSlots = typeof __propDef.slots;
|
|
15
|
+
export default class TreasureChest extends SvelteComponentTyped<TreasureChestProps, TreasureChestEvents, TreasureChestSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 21l5 -4l3 -5l5 -2l5 -7" }], ["path", { "d": "M16 10h5" }], ["path", { "d": "M11 12v-8" }], ["path", { "d": "M8 17h7" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="twig" {...$$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 TwigProps = typeof __propDef.props;
|
|
13
|
+
export type TwigEvents = typeof __propDef.events;
|
|
14
|
+
export type TwigSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Twig extends SvelteComponentTyped<TwigProps, TwigEvents, TwigSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" }], ["path", { "d": "M9.75 9.75l-1.75 -1.75" }], ["path", { "d": "M14.25 9.75l1.75 -1.75" }], ["path", { "d": "M14.25 14.25l1.75 1.75" }], ["path", { "d": "M9.75 14.25l-1.75 1.75" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="vault" {...$$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 VaultProps = typeof __propDef.props;
|
|
13
|
+
export type VaultEvents = typeof __propDef.events;
|
|
14
|
+
export type VaultSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Vault extends SvelteComponentTyped<VaultProps, VaultEvents, VaultSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<script>import Icon from '../Icon.svelte';
|
|
2
|
+
const iconNode = [["path", { "d": "M7.5 19.794a9 9 0 1 0 9 -15.588a9 9 0 0 0 -9 15.588" }], ["path", { "d": "M20.997 12a9 9 0 0 0 -8.997 9" }], ["path", { "d": "M9.662 12.778a9 9 0 0 0 -6.643 -.27" }], ["path", { "d": "M19.527 7.078a14 14 0 0 0 -12.45 12.458" }], ["path", { "d": "M13.503 9.18a14 14 0 0 0 -9.033 -2.097" }]];
|
|
3
|
+
</script>
|
|
4
|
+
<Icon type="outline" name="yarn" {...$$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 YarnProps = typeof __propDef.props;
|
|
13
|
+
export type YarnEvents = typeof __propDef.events;
|
|
14
|
+
export type YarnSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Yarn extends SvelteComponentTyped<YarnProps, YarnEvents, YarnSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
package/dist/icons-list.js
CHANGED
|
@@ -3869,6 +3869,8 @@ export default [
|
|
|
3869
3869
|
"plant-off",
|
|
3870
3870
|
"plant",
|
|
3871
3871
|
"play-basketball",
|
|
3872
|
+
"play-bug",
|
|
3873
|
+
"play-bugs",
|
|
3872
3874
|
"play-card-1",
|
|
3873
3875
|
"play-card-10",
|
|
3874
3876
|
"play-card-2",
|
|
@@ -4050,6 +4052,7 @@ export default [
|
|
|
4050
4052
|
"relation-one-to-many",
|
|
4051
4053
|
"relation-one-to-one",
|
|
4052
4054
|
"reload",
|
|
4055
|
+
"remote-control",
|
|
4053
4056
|
"reorder",
|
|
4054
4057
|
"repeat-off",
|
|
4055
4058
|
"repeat-once",
|
|
@@ -4096,6 +4099,7 @@ export default [
|
|
|
4096
4099
|
"robot",
|
|
4097
4100
|
"rocket-off",
|
|
4098
4101
|
"rocket",
|
|
4102
|
+
"rocking-chair",
|
|
4099
4103
|
"roller-skating",
|
|
4100
4104
|
"rollercoaster-off",
|
|
4101
4105
|
"rollercoaster",
|
|
@@ -4150,6 +4154,7 @@ export default [
|
|
|
4150
4154
|
"ruler-measure",
|
|
4151
4155
|
"ruler-off",
|
|
4152
4156
|
"ruler",
|
|
4157
|
+
"run-sprint",
|
|
4153
4158
|
"run",
|
|
4154
4159
|
"rv-truck",
|
|
4155
4160
|
"s-turn-down",
|
|
@@ -4405,6 +4410,7 @@ export default [
|
|
|
4405
4410
|
"sparkle-2",
|
|
4406
4411
|
"sparkle-highlight",
|
|
4407
4412
|
"sparkle",
|
|
4413
|
+
"sparkles-2-off",
|
|
4408
4414
|
"sparkles-2",
|
|
4409
4415
|
"sparkles",
|
|
4410
4416
|
"speakerphone",
|
|
@@ -4654,11 +4660,16 @@ export default [
|
|
|
4654
4660
|
"table-shortcut",
|
|
4655
4661
|
"table-spark",
|
|
4656
4662
|
"table",
|
|
4663
|
+
"tabs",
|
|
4657
4664
|
"tag-minus",
|
|
4658
4665
|
"tag-off",
|
|
4659
4666
|
"tag-plus",
|
|
4660
4667
|
"tag-starred",
|
|
4661
4668
|
"tag",
|
|
4669
|
+
"tags-chevron-down",
|
|
4670
|
+
"tags-chevron-left",
|
|
4671
|
+
"tags-chevron-right",
|
|
4672
|
+
"tags-chevron-up",
|
|
4662
4673
|
"tags-off",
|
|
4663
4674
|
"tags",
|
|
4664
4675
|
"taiwan-dollar",
|
|
@@ -4723,6 +4734,9 @@ export default [
|
|
|
4723
4734
|
"texture",
|
|
4724
4735
|
"theater",
|
|
4725
4736
|
"thermometer",
|
|
4737
|
+
"thinking-high",
|
|
4738
|
+
"thinking-low",
|
|
4739
|
+
"thinking-medium",
|
|
4726
4740
|
"thumb-down-off",
|
|
4727
4741
|
"thumb-down",
|
|
4728
4742
|
"thumb-up-off",
|
|
@@ -4820,6 +4834,7 @@ export default [
|
|
|
4820
4834
|
"trash-x",
|
|
4821
4835
|
"trash",
|
|
4822
4836
|
"treadmill",
|
|
4837
|
+
"treasure-chest",
|
|
4823
4838
|
"tree",
|
|
4824
4839
|
"trees",
|
|
4825
4840
|
"trekking",
|
|
@@ -4849,6 +4864,7 @@ export default [
|
|
|
4849
4864
|
"truck-off",
|
|
4850
4865
|
"truck-return",
|
|
4851
4866
|
"truck",
|
|
4867
|
+
"twig",
|
|
4852
4868
|
"txt",
|
|
4853
4869
|
"typeface",
|
|
4854
4870
|
"typography-off",
|
|
@@ -4918,6 +4934,7 @@ export default [
|
|
|
4918
4934
|
"variable-off",
|
|
4919
4935
|
"variable-plus",
|
|
4920
4936
|
"variable",
|
|
4937
|
+
"vault",
|
|
4921
4938
|
"vector-bezier-2",
|
|
4922
4939
|
"vector-bezier-arc",
|
|
4923
4940
|
"vector-bezier-circle",
|
|
@@ -5076,6 +5093,7 @@ export default [
|
|
|
5076
5093
|
"xbox-y",
|
|
5077
5094
|
"xd",
|
|
5078
5095
|
"xxx",
|
|
5096
|
+
"yarn",
|
|
5079
5097
|
"yin-yang",
|
|
5080
5098
|
"yoga",
|
|
5081
5099
|
"zeppelin-off",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-svelte",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "codecalm",
|
|
6
6
|
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
|
|
@@ -17,6 +17,9 @@
|
|
|
17
17
|
"url": "git+https://github.com/tabler/tabler-icons.git",
|
|
18
18
|
"directory": "packages/icons-svelte"
|
|
19
19
|
},
|
|
20
|
+
"publishConfig": {
|
|
21
|
+
"access": "public"
|
|
22
|
+
},
|
|
20
23
|
"svelte": "./dist/tabler-icons-svelte.js",
|
|
21
24
|
"types": "./dist/tabler-icons-svelte.d.ts",
|
|
22
25
|
"type": "module",
|
|
@@ -41,7 +44,7 @@
|
|
|
41
44
|
"dist"
|
|
42
45
|
],
|
|
43
46
|
"dependencies": {
|
|
44
|
-
"@tabler/icons": "3.
|
|
47
|
+
"@tabler/icons": "3.46.0"
|
|
45
48
|
},
|
|
46
49
|
"devDependencies": {
|
|
47
50
|
"@sveltejs/package": "^2.2.7",
|