diff options
Diffstat (limited to 'icons-react')
-rw-r--r-- | icons-react/icons-js/ad-2.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/angle.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/apple.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/border-style-2.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/box-model-2.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/brand-vercel.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/car-crane.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/cheese.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/crane.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/cup.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/dog-bowl.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/fence.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/fish.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/microphone-2.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/radio.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/soup.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/transfer-in.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/transfer-out.js | 12 | ||||
-rw-r--r-- | icons-react/index.d.ts | 18 | ||||
-rw-r--r-- | icons-react/index.js | 18 |
20 files changed, 252 insertions, 0 deletions
diff --git a/icons-react/icons-js/ad-2.js b/icons-react/icons-js/ad-2.js new file mode 100644 index 00000000..a95a6d2f --- /dev/null +++ b/icons-react/icons-js/ad-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAd2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-ad-2" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M11.933 5h-6.933v16h13v-8" /><path d="M14 17h-5" /><path d="M9 13h5v-4h-5z" /><path d="M15 5v-2" /><path d="M18 6l2 -2" /><path d="M19 9h2" /></svg>; +} + +export default IconAd2;
\ No newline at end of file diff --git a/icons-react/icons-js/angle.js b/icons-react/icons-js/angle.js new file mode 100644 index 00000000..e6e087ad --- /dev/null +++ b/icons-react/icons-js/angle.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconAngle({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-angle" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M21 19h-18l9 -15" /><path d="M20.615 15.171h.015" /><path d="M19.515 11.771h.015" /><path d="M17.715 8.671h.015" /><path d="M15.415 5.971h.015" /></svg>; +} + +export default IconAngle;
\ No newline at end of file diff --git a/icons-react/icons-js/apple.js b/icons-react/icons-js/apple.js new file mode 100644 index 00000000..16901826 --- /dev/null +++ b/icons-react/icons-js/apple.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconApple({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-apple" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={12} cy={14} r={7} /><path d="M12 11v-6a2 2 0 0 1 2 -2h2v1a2 2 0 0 1 -2 2h-2" /><path d="M10 10.5c1.333 .667 2.667 .667 4 0" /></svg>; +} + +export default IconApple;
\ No newline at end of file diff --git a/icons-react/icons-js/border-style-2.js b/icons-react/icons-js/border-style-2.js new file mode 100644 index 00000000..76dac177 --- /dev/null +++ b/icons-react/icons-js/border-style-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBorderStyle2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-border-style-2" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4 18v.01" /><path d="M8 18v.01" /><path d="M12 18v.01" /><path d="M16 18v.01" /><path d="M20 18v.01" /><path d="M18 12h2" /><path d="M11 12h2" /><path d="M4 12h2" /><path d="M4 6h16" /></svg>; +} + +export default IconBorderStyle2;
\ No newline at end of file diff --git a/icons-react/icons-js/box-model-2.js b/icons-react/icons-js/box-model-2.js new file mode 100644 index 00000000..1ecd54c7 --- /dev/null +++ b/icons-react/icons-js/box-model-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBoxModel2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-box-model-2" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8 8h8v8h-8z" /><rect x={4} y={4} width={16} height={16} rx={2} /></svg>; +} + +export default IconBoxModel2;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-vercel.js b/icons-react/icons-js/brand-vercel.js new file mode 100644 index 00000000..74b96f83 --- /dev/null +++ b/icons-react/icons-js/brand-vercel.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandVercel({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-vercel" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M3 19h18l-9 -15z" /></svg>; +} + +export default IconBrandVercel;
\ No newline at end of file diff --git a/icons-react/icons-js/car-crane.js b/icons-react/icons-js/car-crane.js new file mode 100644 index 00000000..71db0035 --- /dev/null +++ b/icons-react/icons-js/car-crane.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCarCrane({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-car-crane" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={5} cy={17} r={2} /><circle cx={17} cy={17} r={2} /><path d="M7 18h8m4 0h2v-6a5 5 0 0 0 -5 -5h-1l1.5 5h4.5" /><path d="M12 18v-11h3" /><path d="M3 17v-5h9" /><path d="M4 12v-6l18 -3v2" /><path d="M8 12v-4l-4 -2" /></svg>; +} + +export default IconCarCrane;
\ No newline at end of file diff --git a/icons-react/icons-js/cheese.js b/icons-react/icons-js/cheese.js new file mode 100644 index 00000000..94cc54d8 --- /dev/null +++ b/icons-react/icons-js/cheese.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCheese({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-cheese" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4.519 20.008l16.481 -.008v-3.5a2 2 0 1 1 0 -4v-3.5h-16.722" /><path d="M21 9l-9.385 -4.992c-2.512 .12 -4.758 1.42 -6.327 3.425c-1.423 1.82 -2.288 4.221 -2.288 6.854c0 2.117 .56 4.085 1.519 5.721" /><path d="M15 13v.01" /><path d="M8 13v.01" /><path d="M11 16v.01" /></svg>; +} + +export default IconCheese;
\ No newline at end of file diff --git a/icons-react/icons-js/crane.js b/icons-react/icons-js/crane.js new file mode 100644 index 00000000..eccdd543 --- /dev/null +++ b/icons-react/icons-js/crane.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCrane({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-crane" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 21h6" /><path d="M9 21v-18l-6 6h18" /><path d="M9 3l10 6" /><path d="M17 9v4a2 2 0 1 1 -2 2" /></svg>; +} + +export default IconCrane;
\ No newline at end of file diff --git a/icons-react/icons-js/cup.js b/icons-react/icons-js/cup.js new file mode 100644 index 00000000..d420b66a --- /dev/null +++ b/icons-react/icons-js/cup.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCup({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-cup" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M5 11h14v-3h-14z" /><path d="M17.5 11l-1.5 10h-8l-1.5 -10" /><path d="M6 8v-1a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v1" /><path d="M15 5v-2" /></svg>; +} + +export default IconCup;
\ No newline at end of file diff --git a/icons-react/icons-js/dog-bowl.js b/icons-react/icons-js/dog-bowl.js new file mode 100644 index 00000000..aab95c2f --- /dev/null +++ b/icons-react/icons-js/dog-bowl.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDogBowl({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-dog-bowl" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10 15l5.586 -5.585a2 2 0 1 1 3.414 -1.415a2 2 0 1 1 -1.413 3.414l-3.587 3.586" /><path d="M12 13l-3.586 -3.585a2 2 0 1 0 -3.414 -1.415a2 2 0 1 0 1.413 3.414l3.587 3.586" /><path d="M3 20h18c-.175 -1.671 -.046 -3.345 -2 -5h-14c-1.333 1 -2 2.667 -2 5z" /></svg>; +} + +export default IconDogBowl;
\ No newline at end of file diff --git a/icons-react/icons-js/fence.js b/icons-react/icons-js/fence.js new file mode 100644 index 00000000..9b1bb9bf --- /dev/null +++ b/icons-react/icons-js/fence.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFence({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-fence" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4 12v4h16v-4z" /><path d="M6 16v4h4v-4m0 -4v-6l-2 -2l-2 2v6" /><path d="M14 16v4h4v-4m0 -4v-6l-2 -2l-2 2v6" /></svg>; +} + +export default IconFence;
\ No newline at end of file diff --git a/icons-react/icons-js/fish.js b/icons-react/icons-js/fish.js new file mode 100644 index 00000000..c85476ab --- /dev/null +++ b/icons-react/icons-js/fish.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFish({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-fish" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M16.69 7.44a6.973 6.973 0 0 0 -1.69 4.56c0 1.747 .64 3.345 1.699 4.571" /><path d="M2 9.504c7.715 8.647 14.75 10.265 20 2.498c-5.25 -7.761 -12.285 -6.142 -20 2.504" /><path d="M18 11v.01" /><path d="M11.5 10.5c-.667 1 -.667 2 0 3" /></svg>; +} + +export default IconFish;
\ No newline at end of file diff --git a/icons-react/icons-js/microphone-2.js b/icons-react/icons-js/microphone-2.js new file mode 100644 index 00000000..e31597fe --- /dev/null +++ b/icons-react/icons-js/microphone-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMicrophone2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-microphone-2" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M15.002 12.9a5 5 0 1 0 -3.902 -3.9" /><path d="M15.002 12.9l-3.902 -3.899l-7.513 8.584a2 2 0 1 0 2.827 2.83l8.588 -7.515z" /></svg>; +} + +export default IconMicrophone2;
\ No newline at end of file diff --git a/icons-react/icons-js/radio.js b/icons-react/icons-js/radio.js new file mode 100644 index 00000000..a03c6caf --- /dev/null +++ b/icons-react/icons-js/radio.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRadio({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-radio" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M14 3l-9.371 3.749a1 1 0 0 0 -.629 .928v11.323a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-11a1 1 0 0 0 -1 -1h-14.5" /><path d="M4 12h16" /><path d="M7 12v-2" /><path d="M17 16v.01" /><path d="M13 16v.01" /></svg>; +} + +export default IconRadio;
\ No newline at end of file diff --git a/icons-react/icons-js/soup.js b/icons-react/icons-js/soup.js new file mode 100644 index 00000000..b443abbe --- /dev/null +++ b/icons-react/icons-js/soup.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSoup({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-soup" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M3 19h18" /><path d="M3 11h18a8 8 0 0 1 -8 8h-2a8 8 0 0 1 -8 -8z" /><path d="M9 8v-3" /><path d="M12 5v3" /><path d="M15 5v3" /></svg>; +} + +export default IconSoup;
\ No newline at end of file diff --git a/icons-react/icons-js/transfer-in.js b/icons-react/icons-js/transfer-in.js new file mode 100644 index 00000000..b96f1d91 --- /dev/null +++ b/icons-react/icons-js/transfer-in.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTransferIn({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-transfer-in" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4 18v3h16v-14l-8 -4l-8 4v3" /><path d="M4 14h9" /><path d="M10 11l3 3l-3 3" /></svg>; +} + +export default IconTransferIn;
\ No newline at end of file diff --git a/icons-react/icons-js/transfer-out.js b/icons-react/icons-js/transfer-out.js new file mode 100644 index 00000000..ebd7feb8 --- /dev/null +++ b/icons-react/icons-js/transfer-out.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTransferOut({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-transfer-out" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4 19v2h16v-14l-8 -4l-8 4v2" /><path d="M13 14h-9" /><path d="M7 11l-3 3l3 3" /></svg>; +} + +export default IconTransferOut;
\ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index c4fbaf0b..04987582 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -11,6 +11,7 @@ export const IconAccessPointOff: TablerIcon; export const IconAccessPoint: TablerIcon; export const IconAccessible: TablerIcon; export const IconActivity: TablerIcon; +export const IconAd2: TablerIcon; export const IconAd: TablerIcon; export const IconAdjustmentsAlt: TablerIcon; export const IconAdjustmentsHorizontal: TablerIcon; @@ -28,12 +29,14 @@ export const IconAlignLeft: TablerIcon; export const IconAlignRight: TablerIcon; export const IconAmbulance: TablerIcon; export const IconAnchor: TablerIcon; +export const IconAngle: TablerIcon; export const IconAntennaBars1: TablerIcon; export const IconAntennaBars2: TablerIcon; export const IconAntennaBars3: TablerIcon; export const IconAntennaBars4: TablerIcon; export const IconAntennaBars5: TablerIcon; export const IconAperture: TablerIcon; +export const IconApple: TablerIcon; export const IconApps: TablerIcon; export const IconArchive: TablerIcon; export const IconArrowBackUp: TablerIcon; @@ -180,11 +183,13 @@ export const IconBorderNone: TablerIcon; export const IconBorderOuter: TablerIcon; export const IconBorderRadius: TablerIcon; export const IconBorderRight: TablerIcon; +export const IconBorderStyle2: TablerIcon; export const IconBorderStyle: TablerIcon; export const IconBorderTop: TablerIcon; export const IconBorderVertical: TablerIcon; export const IconBottle: TablerIcon; export const IconBoxMargin: TablerIcon; +export const IconBoxModel2: TablerIcon; export const IconBoxModel: TablerIcon; export const IconBoxMultiple0: TablerIcon; export const IconBoxMultiple1: TablerIcon; @@ -276,6 +281,7 @@ export const IconBrandTumblr: TablerIcon; export const IconBrandTwitch: TablerIcon; export const IconBrandTwitter: TablerIcon; export const IconBrandUnsplash: TablerIcon; +export const IconBrandVercel: TablerIcon; export const IconBrandVimeo: TablerIcon; export const IconBrandVk: TablerIcon; export const IconBrandWhatsapp: TablerIcon; @@ -333,6 +339,7 @@ export const IconCameraSelfie: TablerIcon; export const IconCamera: TablerIcon; export const IconCandy: TablerIcon; export const IconCapture: TablerIcon; +export const IconCarCrane: TablerIcon; export const IconCar: TablerIcon; export const IconCaravan: TablerIcon; export const IconCardboards: TablerIcon; @@ -372,6 +379,7 @@ export const IconChartRadar: TablerIcon; export const IconCheck: TablerIcon; export const IconCheckbox: TablerIcon; export const IconChecks: TablerIcon; +export const IconCheese: TablerIcon; export const IconChevronDownLeft: TablerIcon; export const IconChevronDownRight: TablerIcon; export const IconChevronDown: TablerIcon; @@ -463,12 +471,14 @@ export const IconCornerUpLeftDouble: TablerIcon; export const IconCornerUpLeft: TablerIcon; export const IconCornerUpRightDouble: TablerIcon; export const IconCornerUpRight: TablerIcon; +export const IconCrane: TablerIcon; export const IconCreditCardOff: TablerIcon; export const IconCreditCard: TablerIcon; export const IconCrop: TablerIcon; export const IconCrosshair: TablerIcon; export const IconCrownOff: TablerIcon; export const IconCrown: TablerIcon; +export const IconCup: TablerIcon; export const IconCurlyLoop: TablerIcon; export const IconCurrencyBahraini: TablerIcon; export const IconCurrencyBath: TablerIcon; @@ -548,6 +558,7 @@ export const IconDiscount2: TablerIcon; export const IconDiscount: TablerIcon; export const IconDivide: TablerIcon; export const IconDna: TablerIcon; +export const IconDogBowl: TablerIcon; export const IconDotsCircleHorizontal: TablerIcon; export const IconDotsDiagonal2: TablerIcon; export const IconDotsDiagonal: TablerIcon; @@ -584,6 +595,7 @@ export const IconEyeglass: TablerIcon; export const IconFaceId: TablerIcon; export const IconFall: TablerIcon; export const IconFeather: TablerIcon; +export const IconFence: TablerIcon; export const IconFileAlert: TablerIcon; export const IconFileAnalytics: TablerIcon; export const IconFileCertificate: TablerIcon; @@ -619,6 +631,7 @@ export const IconFilterOff: TablerIcon; export const IconFilter: TablerIcon; export const IconFingerprint: TablerIcon; export const IconFiretruck: TablerIcon; +export const IconFish: TablerIcon; export const IconFlag2: TablerIcon; export const IconFlag3: TablerIcon; export const IconFlag: TablerIcon; @@ -844,6 +857,7 @@ export const IconMessageReport: TablerIcon; export const IconMessage: TablerIcon; export const IconMessagesOff: TablerIcon; export const IconMessages: TablerIcon; +export const IconMicrophone2: TablerIcon; export const IconMicrophoneOff: TablerIcon; export const IconMicrophone: TablerIcon; export const IconMilk: TablerIcon; @@ -968,6 +982,7 @@ export const IconPuzzle: TablerIcon; export const IconPyramid: TablerIcon; export const IconQrcode: TablerIcon; export const IconQuestionMark: TablerIcon; +export const IconRadio: TablerIcon; export const IconRadioactive: TablerIcon; export const IconRadiusBottomLeft: TablerIcon; export const IconRadiusBottomRight: TablerIcon; @@ -1079,6 +1094,7 @@ export const IconSortDescending2: TablerIcon; export const IconSortDescendingLetters: TablerIcon; export const IconSortDescendingNumbers: TablerIcon; export const IconSortDescending: TablerIcon; +export const IconSoup: TablerIcon; export const IconSpace: TablerIcon; export const IconSpeakerphone: TablerIcon; export const IconSpeedboat: TablerIcon; @@ -1185,6 +1201,8 @@ export const IconTrademark: TablerIcon; export const IconTrafficCone: TablerIcon; export const IconTrafficLights: TablerIcon; export const IconTrain: TablerIcon; +export const IconTransferIn: TablerIcon; +export const IconTransferOut: TablerIcon; export const IconTrashOff: TablerIcon; export const IconTrash: TablerIcon; export const IconTree: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index 45bd021e..bebf5699 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -5,6 +5,7 @@ export { default as IconAccessPointOff } from './icons-js/access-point-off.js'; export { default as IconAccessPoint } from './icons-js/access-point.js'; export { default as IconAccessible } from './icons-js/accessible.js'; export { default as IconActivity } from './icons-js/activity.js'; +export { default as IconAd2 } from './icons-js/ad-2.js'; export { default as IconAd } from './icons-js/ad.js'; export { default as IconAdjustmentsAlt } from './icons-js/adjustments-alt.js'; export { default as IconAdjustmentsHorizontal } from './icons-js/adjustments-horizontal.js'; @@ -22,12 +23,14 @@ export { default as IconAlignLeft } from './icons-js/align-left.js'; export { default as IconAlignRight } from './icons-js/align-right.js'; export { default as IconAmbulance } from './icons-js/ambulance.js'; export { default as IconAnchor } from './icons-js/anchor.js'; +export { default as IconAngle } from './icons-js/angle.js'; export { default as IconAntennaBars1 } from './icons-js/antenna-bars-1.js'; export { default as IconAntennaBars2 } from './icons-js/antenna-bars-2.js'; export { default as IconAntennaBars3 } from './icons-js/antenna-bars-3.js'; export { default as IconAntennaBars4 } from './icons-js/antenna-bars-4.js'; export { default as IconAntennaBars5 } from './icons-js/antenna-bars-5.js'; export { default as IconAperture } from './icons-js/aperture.js'; +export { default as IconApple } from './icons-js/apple.js'; export { default as IconApps } from './icons-js/apps.js'; export { default as IconArchive } from './icons-js/archive.js'; export { default as IconArrowBackUp } from './icons-js/arrow-back-up.js'; @@ -174,11 +177,13 @@ export { default as IconBorderNone } from './icons-js/border-none.js'; export { default as IconBorderOuter } from './icons-js/border-outer.js'; export { default as IconBorderRadius } from './icons-js/border-radius.js'; export { default as IconBorderRight } from './icons-js/border-right.js'; +export { default as IconBorderStyle2 } from './icons-js/border-style-2.js'; export { default as IconBorderStyle } from './icons-js/border-style.js'; export { default as IconBorderTop } from './icons-js/border-top.js'; export { default as IconBorderVertical } from './icons-js/border-vertical.js'; export { default as IconBottle } from './icons-js/bottle.js'; export { default as IconBoxMargin } from './icons-js/box-margin.js'; +export { default as IconBoxModel2 } from './icons-js/box-model-2.js'; export { default as IconBoxModel } from './icons-js/box-model.js'; export { default as IconBoxMultiple0 } from './icons-js/box-multiple-0.js'; export { default as IconBoxMultiple1 } from './icons-js/box-multiple-1.js'; @@ -270,6 +275,7 @@ export { default as IconBrandTumblr } from './icons-js/brand-tumblr.js'; export { default as IconBrandTwitch } from './icons-js/brand-twitch.js'; export { default as IconBrandTwitter } from './icons-js/brand-twitter.js'; export { default as IconBrandUnsplash } from './icons-js/brand-unsplash.js'; +export { default as IconBrandVercel } from './icons-js/brand-vercel.js'; export { default as IconBrandVimeo } from './icons-js/brand-vimeo.js'; export { default as IconBrandVk } from './icons-js/brand-vk.js'; export { default as IconBrandWhatsapp } from './icons-js/brand-whatsapp.js'; @@ -327,6 +333,7 @@ export { default as IconCameraSelfie } from './icons-js/camera-selfie.js'; export { default as IconCamera } from './icons-js/camera.js'; export { default as IconCandy } from './icons-js/candy.js'; export { default as IconCapture } from './icons-js/capture.js'; +export { default as IconCarCrane } from './icons-js/car-crane.js'; export { default as IconCar } from './icons-js/car.js'; export { default as IconCaravan } from './icons-js/caravan.js'; export { default as IconCardboards } from './icons-js/cardboards.js'; @@ -366,6 +373,7 @@ export { default as IconChartRadar } from './icons-js/chart-radar.js'; export { default as IconCheck } from './icons-js/check.js'; export { default as IconCheckbox } from './icons-js/checkbox.js'; export { default as IconChecks } from './icons-js/checks.js'; +export { default as IconCheese } from './icons-js/cheese.js'; export { default as IconChevronDownLeft } from './icons-js/chevron-down-left.js'; export { default as IconChevronDownRight } from './icons-js/chevron-down-right.js'; export { default as IconChevronDown } from './icons-js/chevron-down.js'; @@ -457,12 +465,14 @@ export { default as IconCornerUpLeftDouble } from './icons-js/corner-up-left-dou export { default as IconCornerUpLeft } from './icons-js/corner-up-left.js'; export { default as IconCornerUpRightDouble } from './icons-js/corner-up-right-double.js'; export { default as IconCornerUpRight } from './icons-js/corner-up-right.js'; +export { default as IconCrane } from './icons-js/crane.js'; export { default as IconCreditCardOff } from './icons-js/credit-card-off.js'; export { default as IconCreditCard } from './icons-js/credit-card.js'; export { default as IconCrop } from './icons-js/crop.js'; export { default as IconCrosshair } from './icons-js/crosshair.js'; export { default as IconCrownOff } from './icons-js/crown-off.js'; export { default as IconCrown } from './icons-js/crown.js'; +export { default as IconCup } from './icons-js/cup.js'; export { default as IconCurlyLoop } from './icons-js/curly-loop.js'; export { default as IconCurrencyBahraini } from './icons-js/currency-bahraini.js'; export { default as IconCurrencyBath } from './icons-js/currency-bath.js'; @@ -542,6 +552,7 @@ export { default as IconDiscount2 } from './icons-js/discount-2.js'; export { default as IconDiscount } from './icons-js/discount.js'; export { default as IconDivide } from './icons-js/divide.js'; export { default as IconDna } from './icons-js/dna.js'; +export { default as IconDogBowl } from './icons-js/dog-bowl.js'; export { default as IconDotsCircleHorizontal } from './icons-js/dots-circle-horizontal.js'; export { default as IconDotsDiagonal2 } from './icons-js/dots-diagonal-2.js'; export { default as IconDotsDiagonal } from './icons-js/dots-diagonal.js'; @@ -578,6 +589,7 @@ export { default as IconEyeglass } from './icons-js/eyeglass.js'; export { default as IconFaceId } from './icons-js/face-id.js'; export { default as IconFall } from './icons-js/fall.js'; export { default as IconFeather } from './icons-js/feather.js'; +export { default as IconFence } from './icons-js/fence.js'; export { default as IconFileAlert } from './icons-js/file-alert.js'; export { default as IconFileAnalytics } from './icons-js/file-analytics.js'; export { default as IconFileCertificate } from './icons-js/file-certificate.js'; @@ -613,6 +625,7 @@ export { default as IconFilterOff } from './icons-js/filter-off.js'; export { default as IconFilter } from './icons-js/filter.js'; export { default as IconFingerprint } from './icons-js/fingerprint.js'; export { default as IconFiretruck } from './icons-js/firetruck.js'; +export { default as IconFish } from './icons-js/fish.js'; export { default as IconFlag2 } from './icons-js/flag-2.js'; export { default as IconFlag3 } from './icons-js/flag-3.js'; export { default as IconFlag } from './icons-js/flag.js'; @@ -838,6 +851,7 @@ export { default as IconMessageReport } from './icons-js/message-report.js'; export { default as IconMessage } from './icons-js/message.js'; export { default as IconMessagesOff } from './icons-js/messages-off.js'; export { default as IconMessages } from './icons-js/messages.js'; +export { default as IconMicrophone2 } from './icons-js/microphone-2.js'; export { default as IconMicrophoneOff } from './icons-js/microphone-off.js'; export { default as IconMicrophone } from './icons-js/microphone.js'; export { default as IconMilk } from './icons-js/milk.js'; @@ -962,6 +976,7 @@ export { default as IconPuzzle } from './icons-js/puzzle.js'; export { default as IconPyramid } from './icons-js/pyramid.js'; export { default as IconQrcode } from './icons-js/qrcode.js'; export { default as IconQuestionMark } from './icons-js/question-mark.js'; +export { default as IconRadio } from './icons-js/radio.js'; export { default as IconRadioactive } from './icons-js/radioactive.js'; export { default as IconRadiusBottomLeft } from './icons-js/radius-bottom-left.js'; export { default as IconRadiusBottomRight } from './icons-js/radius-bottom-right.js'; @@ -1073,6 +1088,7 @@ export { default as IconSortDescending2 } from './icons-js/sort-descending-2.js' export { default as IconSortDescendingLetters } from './icons-js/sort-descending-letters.js'; export { default as IconSortDescendingNumbers } from './icons-js/sort-descending-numbers.js'; export { default as IconSortDescending } from './icons-js/sort-descending.js'; +export { default as IconSoup } from './icons-js/soup.js'; export { default as IconSpace } from './icons-js/space.js'; export { default as IconSpeakerphone } from './icons-js/speakerphone.js'; export { default as IconSpeedboat } from './icons-js/speedboat.js'; @@ -1179,6 +1195,8 @@ export { default as IconTrademark } from './icons-js/trademark.js'; export { default as IconTrafficCone } from './icons-js/traffic-cone.js'; export { default as IconTrafficLights } from './icons-js/traffic-lights.js'; export { default as IconTrain } from './icons-js/train.js'; +export { default as IconTransferIn } from './icons-js/transfer-in.js'; +export { default as IconTransferOut } from './icons-js/transfer-out.js'; export { default as IconTrashOff } from './icons-js/trash-off.js'; export { default as IconTrash } from './icons-js/trash.js'; export { default as IconTree } from './icons-js/tree.js'; |