diff options
Diffstat (limited to 'icons-react')
23 files changed, 135 insertions, 2 deletions
diff --git a/icons-react/icons-js/ball-tennis.js b/icons-react/icons-js/ball-tennis.js index 73482f05..5ea072e8 100644 --- a/icons-react/icons-js/ball-tennis.js +++ b/icons-react/icons-js/ball-tennis.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBallTennis = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-ball-tennis" 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={12} r={9} /><path d="M6 5.3a9 9 0 0 1 0 13.4" /><path d="M6 5.3a9 9 0 0 1 0 13.4" transform="rotate(180 12 12)" /></svg>; +const IconBallTennis = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-ball-tennis" 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={12} r={9} /><path d="M6 5.3a9 9 0 0 1 0 13.4" /><path d="M18 5.3a9 9 0 0 0 0 13.4" /></svg>; export default IconBallTennis;
\ No newline at end of file diff --git a/icons-react/icons-js/bell-ringing.js b/icons-react/icons-js/bell-ringing.js new file mode 100644 index 00000000..7b32f7c3 --- /dev/null +++ b/icons-react/icons-js/bell-ringing.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBellRinging = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-bell-ringing" 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 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /><path d="M9 17v1a3 3 0 0 0 6 0v-1" /><path d="M21 6.727a11.05 11.05 0 0 0 -2.794 -3.727" /><path d="M3 6.727a11.05 11.05 0 0 1 2.792 -3.727" /></svg>; + +export default IconBellRinging;
\ No newline at end of file diff --git a/icons-react/icons-js/bookmarks.js b/icons-react/icons-js/bookmarks.js new file mode 100644 index 00000000..ca7444bc --- /dev/null +++ b/icons-react/icons-js/bookmarks.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBookmarks = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-bookmarks" 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="M13 7a2 2 0 0 1 2 2v12l-5 -3l-5 3v-12a2 2 0 0 1 2 -2h6z" /><path d="M9.265 4a2 2 0 0 1 1.735 -1h6a2 2 0 0 1 2 2v12l-1 -.6" /></svg>; + +export default IconBookmarks;
\ No newline at end of file diff --git a/icons-react/icons-js/chevron-down-left.js b/icons-react/icons-js/chevron-down-left.js new file mode 100644 index 00000000..5a97d4af --- /dev/null +++ b/icons-react/icons-js/chevron-down-left.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronDownLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-chevron-down-left" 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 8v8h8" /></svg>; + +export default IconChevronDownLeft;
\ No newline at end of file diff --git a/icons-react/icons-js/chevron-down-right.js b/icons-react/icons-js/chevron-down-right.js new file mode 100644 index 00000000..d8c9f578 --- /dev/null +++ b/icons-react/icons-js/chevron-down-right.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronDownRight = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-chevron-down-right" 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 8v8h-8" /></svg>; + +export default IconChevronDownRight;
\ No newline at end of file diff --git a/icons-react/icons-js/chevron-up-left.js b/icons-react/icons-js/chevron-up-left.js new file mode 100644 index 00000000..e86c582a --- /dev/null +++ b/icons-react/icons-js/chevron-up-left.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronUpLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-chevron-up-left" 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 16v-8h8" /></svg>; + +export default IconChevronUpLeft;
\ No newline at end of file diff --git a/icons-react/icons-js/chevron-up-right.js b/icons-react/icons-js/chevron-up-right.js new file mode 100644 index 00000000..e19f0e26 --- /dev/null +++ b/icons-react/icons-js/chevron-up-right.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronUpRight = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-chevron-up-right" 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 8h8v8" /></svg>; + +export default IconChevronUpRight;
\ No newline at end of file diff --git a/icons-react/icons-js/chevrons-down-left.js b/icons-react/icons-js/chevrons-down-left.js new file mode 100644 index 00000000..af52ba99 --- /dev/null +++ b/icons-react/icons-js/chevrons-down-left.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronsDownLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-chevrons-down-left" 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 5v8h8" /><path d="M7 9v8h8" /></svg>; + +export default IconChevronsDownLeft;
\ No newline at end of file diff --git a/icons-react/icons-js/chevrons-down-right.js b/icons-react/icons-js/chevrons-down-right.js new file mode 100644 index 00000000..afeb2be1 --- /dev/null +++ b/icons-react/icons-js/chevrons-down-right.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronsDownRight = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-chevrons-down-right" 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="M13 5v8h-8" /><path d="M17 9v8h-8" /></svg>; + +export default IconChevronsDownRight;
\ No newline at end of file diff --git a/icons-react/icons-js/chevrons-up-left.js b/icons-react/icons-js/chevrons-up-left.js new file mode 100644 index 00000000..9e6047c5 --- /dev/null +++ b/icons-react/icons-js/chevrons-up-left.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronsUpLeft = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-chevrons-up-left" 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="M7 15v-8h8" /><path d="M11 19v-8h8" /></svg>; + +export default IconChevronsUpLeft;
\ No newline at end of file diff --git a/icons-react/icons-js/chevrons-up-right.js b/icons-react/icons-js/chevrons-up-right.js new file mode 100644 index 00000000..58019aba --- /dev/null +++ b/icons-react/icons-js/chevrons-up-right.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChevronsUpRight = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-chevrons-up-right" 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="M9 7h8v8" /><path d="M5 11h8v8" /></svg>; + +export default IconChevronsUpRight;
\ No newline at end of file diff --git a/icons-react/icons-js/compass.js b/icons-react/icons-js/compass.js index af6ab07a..6e9a2d7a 100644 --- a/icons-react/icons-js/compass.js +++ b/icons-react/icons-js/compass.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconCompass = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-compass" 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" /><polyline points="8 16 10 10 16 8 14 14 8 16" /><circle cx={12} cy={12} r={9} /></svg>; +const IconCompass = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-compass" 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" /><polyline points="8 16 10 10 16 8 14 14 8 16" /><circle cx={12} cy={12} r={9} /><line x1={12} y1={3} x2={12} y2={5} /><line x1={12} y1={19} x2={12} y2={21} /><line x1={3} y1={12} x2={5} y2={12} /><line x1={19} y1={12} x2={21} y2={12} /></svg>; export default IconCompass;
\ No newline at end of file diff --git a/icons-react/icons-js/credit-card-off.js b/icons-react/icons-js/credit-card-off.js new file mode 100644 index 00000000..dab5bcd2 --- /dev/null +++ b/icons-react/icons-js/credit-card-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCreditCardOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-credit-card-off" 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" /><line x1={3} y1={3} x2={21} y2={21} /><path d="M9 5h9a3 3 0 0 1 3 3v8a3 3 0 0 1 -.128.87 1" /><path d="M18.87 18.872a3 3 0 0 1 -.87 .128h-12a3 3 0 0 1 -3 -3v-8c0 -1.352 .894 -2.495 2.124 -2.87" /><line x1={3} y1={11} x2={11} y2={11} /><line x1={15} y1={11} x2={21} y2={11} /><line x1={7} y1={15} x2={7.01} y2={15} /><line x1={11} y1={15} x2={13} y2={15} /></svg>; + +export default IconCreditCardOff;
\ No newline at end of file diff --git a/icons-react/icons-js/crown.js b/icons-react/icons-js/crown.js new file mode 100644 index 00000000..0b874ef8 --- /dev/null +++ b/icons-react/icons-js/crown.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCrown = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-crown" 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="M12 6l4 6l5 -4l-2 10h-14l-2 -10l5 4z" /></svg>; + +export default IconCrown;
\ No newline at end of file diff --git a/icons-react/icons-js/float-none.js b/icons-react/icons-js/float-none.js new file mode 100644 index 00000000..413a18b3 --- /dev/null +++ b/icons-react/icons-js/float-none.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFloatNone = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-float-none" 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" /><rect width={6} height={6} x={4} y={5} rx={1} /><line x1={4} y1={15} x2={20} y2={15} /><line x1={4} y1={19} x2={20} y2={19} /></svg>; + +export default IconFloatNone;
\ No newline at end of file diff --git a/icons-react/icons-js/folder-off.js b/icons-react/icons-js/folder-off.js new file mode 100644 index 00000000..251908e1 --- /dev/null +++ b/icons-react/icons-js/folder-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFolderOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-folder-off" 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" /><line x1={3} y1={3} x2={21} y2={21} /><path d="M19 19h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 1.172 -1.821m3.828 -.179h1l3 3h7a2 2 0 0 1 2 2v8" /></svg>; + +export default IconFolderOff;
\ No newline at end of file diff --git a/icons-react/icons-js/hand-off.js b/icons-react/icons-js/hand-off.js new file mode 100644 index 00000000..5cf704bb --- /dev/null +++ b/icons-react/icons-js/hand-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconHandOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-hand-off" 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" /><line x1={3} y1={3} x2={21} y2={21} /><path d="M8 13.5v-5.5m.44 -3.562a1.5 1.5 0 0 1 2.56 1.062v1.5m0 4.008v.992m0 -6.5v-2a1.5 1.5 0 1 1 3 0v6.5m0 -4.5a1.5 1.5 0 0 1 3 0v6.5m0 -4.5a1.5 1.5 0 0 1 3 0v8.5a6 6 0 0 1 -6 6h-2c-2.114 -.292 -3.956 -1.397 -5 -3l-2.7 -5.25a1.7 1.7 0 0 1 2.75 -2l.9 1.75" /></svg>; + +export default IconHandOff;
\ No newline at end of file diff --git a/icons-react/icons-js/microphone-off.js b/icons-react/icons-js/microphone-off.js new file mode 100644 index 00000000..9cade5db --- /dev/null +++ b/icons-react/icons-js/microphone-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconMicrophoneOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-microphone-off" 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" /><line x1={3} y1={3} x2={21} y2={21} /><path d="M9 5a3 3 0 0 1 6 0v5a3 3 0 0 1 -.13 .874m-2 2a3 3 0 0 1 -3.87 -2.872v-1" /><path d="M5 10a7 7 0 0 0 10.846 5.85m2.002 -2a6.967 6.967 0 0 0 1.152 -3.85" /><line x1={8} y1={21} x2={16} y2={21} /><line x1={12} y1={17} x2={12} y2={21} /></svg>; + +export default IconMicrophoneOff;
\ No newline at end of file diff --git a/icons-react/icons-js/screen-share-off.js b/icons-react/icons-js/screen-share-off.js new file mode 100644 index 00000000..c595fef2 --- /dev/null +++ b/icons-react/icons-js/screen-share-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconScreenShareOff = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-screen-share-off" 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 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9" /><line x1={7} y1={20} x2={17} y2={20} /><line x1={9} y1={16} x2={9} y2={20} /><line x1={15} y1={16} x2={15} y2={20} /><path d="M17 8l4 -4m-4 0l4 4" /></svg>; + +export default IconScreenShareOff;
\ No newline at end of file diff --git a/icons-react/icons-js/screen-share.js b/icons-react/icons-js/screen-share.js new file mode 100644 index 00000000..67725085 --- /dev/null +++ b/icons-react/icons-js/screen-share.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconScreenShare = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-screen-share" 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 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9" /><line x1={7} y1={20} x2={17} y2={20} /><line x1={9} y1={16} x2={9} y2={20} /><line x1={15} y1={16} x2={15} y2={20} /><path d="M17 4h4v4" /><path d="M16 9l5-5" /></svg>; + +export default IconScreenShare;
\ No newline at end of file diff --git a/icons-react/icons-js/star-half.js b/icons-react/icons-js/star-half.js new file mode 100644 index 00000000..71a0b749 --- /dev/null +++ b/icons-react/icons-js/star-half.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconStarHalf = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-star-half" 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="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253z" /></svg>; + +export default IconStarHalf;
\ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 62920bfa..a5f246b9 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -92,6 +92,7 @@ export const IconBatteryCharging: TablerIcon; export const IconBattery: TablerIcon; export const IconBed: TablerIcon; export const IconBellOff: TablerIcon; +export const IconBellRinging: TablerIcon; export const IconBell: TablerIcon; export const IconBike: TablerIcon; export const IconBiohazard: TablerIcon; @@ -104,6 +105,7 @@ export const IconBolt: TablerIcon; export const IconBook: TablerIcon; export const IconBookmarkOff: TablerIcon; export const IconBookmark: TablerIcon; +export const IconBookmarks: TablerIcon; export const IconBorderAll: TablerIcon; export const IconBorderBottom: TablerIcon; export const IconBorderHorizontal: TablerIcon; @@ -216,13 +218,21 @@ export const IconChartPie: TablerIcon; export const IconCheck: TablerIcon; export const IconCheckbox: TablerIcon; export const IconChecks: TablerIcon; +export const IconChevronDownLeft: TablerIcon; +export const IconChevronDownRight: TablerIcon; export const IconChevronDown: TablerIcon; export const IconChevronLeft: TablerIcon; export const IconChevronRight: TablerIcon; +export const IconChevronUpLeft: TablerIcon; +export const IconChevronUpRight: TablerIcon; export const IconChevronUp: TablerIcon; +export const IconChevronsDownLeft: TablerIcon; +export const IconChevronsDownRight: TablerIcon; export const IconChevronsDown: TablerIcon; export const IconChevronsLeft: TablerIcon; export const IconChevronsRight: TablerIcon; +export const IconChevronsUpLeft: TablerIcon; +export const IconChevronsUpRight: TablerIcon; export const IconChevronsUp: TablerIcon; export const IconCircleCheck: TablerIcon; export const IconCircleMinus: TablerIcon; @@ -265,9 +275,11 @@ export const IconCornerRightDown: TablerIcon; export const IconCornerRightUp: TablerIcon; export const IconCornerUpLeft: TablerIcon; export const IconCornerUpRight: TablerIcon; +export const IconCreditCardOff: TablerIcon; export const IconCreditCard: TablerIcon; export const IconCrop: TablerIcon; export const IconCrosshair: TablerIcon; +export const IconCrown: TablerIcon; export const IconCurlyLoop: TablerIcon; export const IconCurrencyBitcoin: TablerIcon; export const IconCurrencyDollar: TablerIcon; @@ -347,10 +359,12 @@ export const IconFlipHorizontal: TablerIcon; export const IconFlipVertical: TablerIcon; export const IconFloatCenter: TablerIcon; export const IconFloatLeft: TablerIcon; +export const IconFloatNone: TablerIcon; export const IconFloatRight: TablerIcon; export const IconFocus2: TablerIcon; export const IconFocus: TablerIcon; export const IconFolderMinus: TablerIcon; +export const IconFolderOff: TablerIcon; export const IconFolderPlus: TablerIcon; export const IconFolderX: TablerIcon; export const IconFolder: TablerIcon; @@ -384,6 +398,7 @@ export const IconH4: TablerIcon; export const IconH5: TablerIcon; export const IconH6: TablerIcon; export const IconHandMiddleFinger: TablerIcon; +export const IconHandOff: TablerIcon; export const IconHandStop: TablerIcon; export const IconHash: TablerIcon; export const IconHeadphones: TablerIcon; @@ -500,6 +515,7 @@ export const IconMessagePlus: TablerIcon; export const IconMessageReport: TablerIcon; export const IconMessage: TablerIcon; export const IconMessages: TablerIcon; +export const IconMicrophoneOff: TablerIcon; export const IconMicrophone: TablerIcon; export const IconMinimize: TablerIcon; export const IconMinus: TablerIcon; @@ -598,6 +614,8 @@ export const IconSchool: TablerIcon; export const IconScissors: TablerIcon; export const IconScooterElectric: TablerIcon; export const IconScooter: TablerIcon; +export const IconScreenShareOff: TablerIcon; +export const IconScreenShare: TablerIcon; export const IconSearch: TablerIcon; export const IconSelect: TablerIcon; export const IconSelector: TablerIcon; @@ -641,6 +659,7 @@ export const IconStack: TablerIcon; export const IconStairsDown: TablerIcon; export const IconStairsUp: TablerIcon; export const IconStairs: TablerIcon; +export const IconStarHalf: TablerIcon; export const IconStar: TablerIcon; export const IconSteeringWheel: TablerIcon; export const IconStepInto: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index 7e5ceea9..908f62ee 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -86,6 +86,7 @@ export { default as IconBatteryCharging } from './icons-js/battery-charging.js'; export { default as IconBattery } from './icons-js/battery.js'; export { default as IconBed } from './icons-js/bed.js'; export { default as IconBellOff } from './icons-js/bell-off.js'; +export { default as IconBellRinging } from './icons-js/bell-ringing.js'; export { default as IconBell } from './icons-js/bell.js'; export { default as IconBike } from './icons-js/bike.js'; export { default as IconBiohazard } from './icons-js/biohazard.js'; @@ -98,6 +99,7 @@ export { default as IconBolt } from './icons-js/bolt.js'; export { default as IconBook } from './icons-js/book.js'; export { default as IconBookmarkOff } from './icons-js/bookmark-off.js'; export { default as IconBookmark } from './icons-js/bookmark.js'; +export { default as IconBookmarks } from './icons-js/bookmarks.js'; export { default as IconBorderAll } from './icons-js/border-all.js'; export { default as IconBorderBottom } from './icons-js/border-bottom.js'; export { default as IconBorderHorizontal } from './icons-js/border-horizontal.js'; @@ -210,13 +212,21 @@ export { default as IconChartPie } from './icons-js/chart-pie.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 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'; export { default as IconChevronLeft } from './icons-js/chevron-left.js'; export { default as IconChevronRight } from './icons-js/chevron-right.js'; +export { default as IconChevronUpLeft } from './icons-js/chevron-up-left.js'; +export { default as IconChevronUpRight } from './icons-js/chevron-up-right.js'; export { default as IconChevronUp } from './icons-js/chevron-up.js'; +export { default as IconChevronsDownLeft } from './icons-js/chevrons-down-left.js'; +export { default as IconChevronsDownRight } from './icons-js/chevrons-down-right.js'; export { default as IconChevronsDown } from './icons-js/chevrons-down.js'; export { default as IconChevronsLeft } from './icons-js/chevrons-left.js'; export { default as IconChevronsRight } from './icons-js/chevrons-right.js'; +export { default as IconChevronsUpLeft } from './icons-js/chevrons-up-left.js'; +export { default as IconChevronsUpRight } from './icons-js/chevrons-up-right.js'; export { default as IconChevronsUp } from './icons-js/chevrons-up.js'; export { default as IconCircleCheck } from './icons-js/circle-check.js'; export { default as IconCircleMinus } from './icons-js/circle-minus.js'; @@ -259,9 +269,11 @@ export { default as IconCornerRightDown } from './icons-js/corner-right-down.js' export { default as IconCornerRightUp } from './icons-js/corner-right-up.js'; export { default as IconCornerUpLeft } from './icons-js/corner-up-left.js'; export { default as IconCornerUpRight } from './icons-js/corner-up-right.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 IconCrown } from './icons-js/crown.js'; export { default as IconCurlyLoop } from './icons-js/curly-loop.js'; export { default as IconCurrencyBitcoin } from './icons-js/currency-bitcoin.js'; export { default as IconCurrencyDollar } from './icons-js/currency-dollar.js'; @@ -341,10 +353,12 @@ export { default as IconFlipHorizontal } from './icons-js/flip-horizontal.js'; export { default as IconFlipVertical } from './icons-js/flip-vertical.js'; export { default as IconFloatCenter } from './icons-js/float-center.js'; export { default as IconFloatLeft } from './icons-js/float-left.js'; +export { default as IconFloatNone } from './icons-js/float-none.js'; export { default as IconFloatRight } from './icons-js/float-right.js'; export { default as IconFocus2 } from './icons-js/focus-2.js'; export { default as IconFocus } from './icons-js/focus.js'; export { default as IconFolderMinus } from './icons-js/folder-minus.js'; +export { default as IconFolderOff } from './icons-js/folder-off.js'; export { default as IconFolderPlus } from './icons-js/folder-plus.js'; export { default as IconFolderX } from './icons-js/folder-x.js'; export { default as IconFolder } from './icons-js/folder.js'; @@ -378,6 +392,7 @@ export { default as IconH4 } from './icons-js/h-4.js'; export { default as IconH5 } from './icons-js/h-5.js'; export { default as IconH6 } from './icons-js/h-6.js'; export { default as IconHandMiddleFinger } from './icons-js/hand-middle-finger.js'; +export { default as IconHandOff } from './icons-js/hand-off.js'; export { default as IconHandStop } from './icons-js/hand-stop.js'; export { default as IconHash } from './icons-js/hash.js'; export { default as IconHeadphones } from './icons-js/headphones.js'; @@ -494,6 +509,7 @@ export { default as IconMessagePlus } from './icons-js/message-plus.js'; export { default as IconMessageReport } from './icons-js/message-report.js'; export { default as IconMessage } from './icons-js/message.js'; export { default as IconMessages } from './icons-js/messages.js'; +export { default as IconMicrophoneOff } from './icons-js/microphone-off.js'; export { default as IconMicrophone } from './icons-js/microphone.js'; export { default as IconMinimize } from './icons-js/minimize.js'; export { default as IconMinus } from './icons-js/minus.js'; @@ -592,6 +608,8 @@ export { default as IconSchool } from './icons-js/school.js'; export { default as IconScissors } from './icons-js/scissors.js'; export { default as IconScooterElectric } from './icons-js/scooter-electric.js'; export { default as IconScooter } from './icons-js/scooter.js'; +export { default as IconScreenShareOff } from './icons-js/screen-share-off.js'; +export { default as IconScreenShare } from './icons-js/screen-share.js'; export { default as IconSearch } from './icons-js/search.js'; export { default as IconSelect } from './icons-js/select.js'; export { default as IconSelector } from './icons-js/selector.js'; @@ -635,6 +653,7 @@ export { default as IconStack } from './icons-js/stack.js'; export { default as IconStairsDown } from './icons-js/stairs-down.js'; export { default as IconStairsUp } from './icons-js/stairs-up.js'; export { default as IconStairs } from './icons-js/stairs.js'; +export { default as IconStarHalf } from './icons-js/star-half.js'; export { default as IconStar } from './icons-js/star.js'; export { default as IconSteeringWheel } from './icons-js/steering-wheel.js'; export { default as IconStepInto } from './icons-js/step-into.js'; |