Skip to content

Commit

Permalink
Release 2.16.0 (sync with @tabler/icons v1.108.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-oleshkevich committed Oct 29, 2022
1 parent bc886e1 commit f8825ed
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export const ArrowForkIcon: TablerIconComponent;
export const ArrowForwardUpIcon: TablerIconComponent;
export const ArrowForwardIcon: TablerIconComponent;
export const ArrowGuideIcon: TablerIconComponent;
export const ArrowIterationIcon: TablerIconComponent;
export const ArrowLeftBarIcon: TablerIconComponent;
export const ArrowLeftCircleIcon: TablerIconComponent;
export const ArrowLeftRightIcon: TablerIconComponent;
Expand Down Expand Up @@ -1008,6 +1009,7 @@ export const CodePlusIcon: TablerIconComponent;
export const CodeIcon: TablerIconComponent;
export const CoffeeOffIcon: TablerIconComponent;
export const CoffeeIcon: TablerIconComponent;
export const CoffinIcon: TablerIconComponent;
export const CoinBitcoinIcon: TablerIconComponent;
export const CoinEuroIcon: TablerIconComponent;
export const CoinMoneroIcon: TablerIconComponent;
Expand Down Expand Up @@ -1043,6 +1045,7 @@ export const Contrast2OffIcon: TablerIconComponent;
export const Contrast2Icon: TablerIconComponent;
export const ContrastOffIcon: TablerIconComponent;
export const ContrastIcon: TablerIconComponent;
export const CookerIcon: TablerIconComponent;
export const CookieManIcon: TablerIconComponent;
export const CookieOffIcon: TablerIconComponent;
export const CookieIcon: TablerIconComponent;
Expand Down Expand Up @@ -1091,6 +1094,7 @@ export const CrownOffIcon: TablerIconComponent;
export const CrownIcon: TablerIconComponent;
export const CrutchesOffIcon: TablerIconComponent;
export const CrutchesIcon: TablerIconComponent;
export const CrystalBallIcon: TablerIconComponent;
export const CupOffIcon: TablerIconComponent;
export const CupIcon: TablerIconComponent;
export const CurlingIcon: TablerIconComponent;
Expand Down Expand Up @@ -1494,13 +1498,16 @@ export const GenderThirdIcon: TablerIconComponent;
export const GenderTransgenderIcon: TablerIconComponent;
export const GenderTrasvestiIcon: TablerIconComponent;
export const GeometryIcon: TablerIconComponent;
export const Ghost2Icon: TablerIconComponent;
export const GhostOffIcon: TablerIconComponent;
export const GhostIcon: TablerIconComponent;
export const GifIcon: TablerIconComponent;
export const GiftCardIcon: TablerIconComponent;
export const GiftOffIcon: TablerIconComponent;
export const GiftIcon: TablerIconComponent;
export const GitBranchDeletedIcon: TablerIconComponent;
export const GitBranchIcon: TablerIconComponent;
export const GitCherryPickIcon: TablerIconComponent;
export const GitCommitIcon: TablerIconComponent;
export const GitCompareIcon: TablerIconComponent;
export const GitForkIcon: TablerIconComponent;
Expand All @@ -1522,6 +1529,8 @@ export const GradienterIcon: TablerIconComponent;
export const GrainIcon: TablerIconComponent;
export const GraphOffIcon: TablerIconComponent;
export const GraphIcon: TablerIconComponent;
export const Grave2Icon: TablerIconComponent;
export const GraveIcon: TablerIconComponent;
export const GridDotsIcon: TablerIconComponent;
export const GridPatternIcon: TablerIconComponent;
export const GrillForkIcon: TablerIconComponent;
Expand Down Expand Up @@ -1703,6 +1712,7 @@ export const IroningOffIcon: TablerIconComponent;
export const IroningSteamOffIcon: TablerIconComponent;
export const IroningSteamIcon: TablerIconComponent;
export const ItalicIcon: TablerIconComponent;
export const JetpackIcon: TablerIconComponent;
export const JewishStarIcon: TablerIconComponent;
export const JpgIcon: TablerIconComponent;
export const JumpRopeIcon: TablerIconComponent;
Expand All @@ -1715,7 +1725,11 @@ export const KeyboardHideIcon: TablerIconComponent;
export const KeyboardOffIcon: TablerIconComponent;
export const KeyboardShowIcon: TablerIconComponent;
export const KeyboardIcon: TablerIconComponent;
export const KeyframeAlignCenterIcon: TablerIconComponent;
export const KeyframeAlignHorizontalIcon: TablerIconComponent;
export const KeyframeAlignVerticalIcon: TablerIconComponent;
export const KeyframeIcon: TablerIconComponent;
export const KeyframesIcon: TablerIconComponent;
export const LadderOffIcon: TablerIconComponent;
export const LadderIcon: TablerIconComponent;
export const LambdaIcon: TablerIconComponent;
Expand Down Expand Up @@ -2114,6 +2128,7 @@ export const PennantOffIcon: TablerIconComponent;
export const PennantIcon: TablerIconComponent;
export const PentagonOffIcon: TablerIconComponent;
export const PentagonIcon: TablerIconComponent;
export const PentagramIcon: TablerIconComponent;
export const PepperOffIcon: TablerIconComponent;
export const PepperIcon: TablerIconComponent;
export const PercentageIcon: TablerIconComponent;
Expand Down Expand Up @@ -2226,6 +2241,7 @@ export const PrisonIcon: TablerIconComponent;
export const PromptIcon: TablerIconComponent;
export const PropellerOffIcon: TablerIconComponent;
export const PropellerIcon: TablerIconComponent;
export const PumpkinScaryIcon: TablerIconComponent;
export const Puzzle2Icon: TablerIconComponent;
export const PuzzleOffIcon: TablerIconComponent;
export const PuzzleIcon: TablerIconComponent;
Expand Down Expand Up @@ -2430,6 +2446,7 @@ export const SkateboardOffIcon: TablerIconComponent;
export const SkateboardIcon: TablerIconComponent;
export const SkullIcon: TablerIconComponent;
export const SlashIcon: TablerIconComponent;
export const SlashesIcon: TablerIconComponent;
export const SleighIcon: TablerIconComponent;
export const SliceIcon: TablerIconComponent;
export const SlideshowIcon: TablerIconComponent;
Expand Down Expand Up @@ -2834,6 +2851,7 @@ export const WaveSineIcon: TablerIconComponent;
export const WaveSquareIcon: TablerIconComponent;
export const WebhookOffIcon: TablerIconComponent;
export const WebhookIcon: TablerIconComponent;
export const WeightIcon: TablerIconComponent;
export const WheelchairOffIcon: TablerIconComponent;
export const WheelchairIcon: TablerIconComponent;
export const WhirlIcon: TablerIconComponent;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-tabler-icons",
"version": "2.15.0",
"version": "2.16.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1033,9 +1033,9 @@
picomatch "^2.2.2"

"@tabler/icons@^1.86.0":
version "1.107.0"
resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-1.107.0.tgz#ad1ecd20a3a478a9f2e8f9c5000a54662a854ec3"
integrity sha512-HlNN5uXPr9NUD2IqTNv5HfL2P3P8RT8VzYip3CBSiB4t9n7ZNFj/9gJRKgy9ONn9AN+hqACRaisu7M+koLAZzA==
version "1.108.0"
resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-1.108.0.tgz#95f20eed2d32aa60a0e992ad08f6e2fa213e6161"
integrity sha512-g5omegUgM1aaS+ICoJNNlFpxBGHPQq92Hs0w0pZLn1LzvMRc2H/3NO7A+G4idJwrJ6Nk8V7rnA9T8X2m4aGSaQ==

"@types/buble@^0.19.2":
version "0.19.2"
Expand Down

0 comments on commit f8825ed

Please sign in to comment.