diff options
Diffstat (limited to 'icons-react')
-rw-r--r-- | icons-react/icons-js/brand-notion.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/device-watch-stats-2.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/device-watch-stats.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/engine.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/git-pull-request-closed.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/hotel-service.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/lemon-2.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/map-search.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/puzzle-2.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/report-search.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/rotate-360.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/tag.js | 2 | ||||
-rw-r--r-- | icons-react/icons-js/tags.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/text-resize.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/trash-x.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/user-search.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/world-download.js | 12 | ||||
-rw-r--r-- | icons-react/icons-js/world-upload.js | 12 | ||||
-rw-r--r-- | icons-react/index.d.ts | 17 | ||||
-rw-r--r-- | icons-react/index.js | 17 |
20 files changed, 239 insertions, 1 deletions
diff --git a/icons-react/icons-js/brand-notion.js b/icons-react/icons-js/brand-notion.js new file mode 100644 index 00000000..92b2e4b0 --- /dev/null +++ b/icons-react/icons-js/brand-notion.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandNotion({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-notion" 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 x={4} y={4} width={16} height={16} rx={2} /><path d="M7 7h3l6 6" /><path d="M8 7v10" /><path d="M7 17h2" /><path d="M15 7h2" /><path d="M16 7v10h-1l-7 -7" /></svg>; +} + +export default IconBrandNotion;
\ No newline at end of file diff --git a/icons-react/icons-js/device-watch-stats-2.js b/icons-react/icons-js/device-watch-stats-2.js new file mode 100644 index 00000000..3512b48f --- /dev/null +++ b/icons-react/icons-js/device-watch-stats-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceWatchStats2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-device-watch-stats-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" /><rect x={6} y={6} width={12} height={12} rx={3} /><path d="M9 18v3h6v-3" /><path d="M9 6v-3h6v3" /><path d="M12 10a2 2 0 1 0 2 2" /></svg>; +} + +export default IconDeviceWatchStats2;
\ No newline at end of file diff --git a/icons-react/icons-js/device-watch-stats.js b/icons-react/icons-js/device-watch-stats.js new file mode 100644 index 00000000..434fbfd9 --- /dev/null +++ b/icons-react/icons-js/device-watch-stats.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceWatchStats({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-device-watch-stats" 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 x={6} y={6} width={12} height={12} rx={3} /><path d="M9 18v3h6v-3" /><path d="M9 6v-3h6v3" /><path d="M9 14v-4" /><path d="M12 14v-1" /><path d="M15 14v-3" /></svg>; +} + +export default IconDeviceWatchStats;
\ No newline at end of file diff --git a/icons-react/icons-js/engine.js b/icons-react/icons-js/engine.js new file mode 100644 index 00000000..93e12ca4 --- /dev/null +++ b/icons-react/icons-js/engine.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconEngine({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-engine" 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 10v6" /><path d="M12 5v3" /><path d="M10 5h4" /><path d="M5 13h-2" /><path d="M6 10h2l2 -2h3.382a1 1 0 0 1 .894 .553l1.448 2.894a1 1 0 0 0 .894 .553h1.382v-2h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-2v-2h-3v2a1 1 0 0 1 -1 1h-3.465a1 1 0 0 1 -.832 -.445l-1.703 -2.555h-2v-6z" /></svg>; +} + +export default IconEngine;
\ No newline at end of file diff --git a/icons-react/icons-js/git-pull-request-closed.js b/icons-react/icons-js/git-pull-request-closed.js new file mode 100644 index 00000000..22072e13 --- /dev/null +++ b/icons-react/icons-js/git-pull-request-closed.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconGitPullRequestClosed({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-git-pull-request-closed" 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={6} cy={18} r={2} /><circle cx={6} cy={6} r={2} /><circle cx={18} cy={18} r={2} /><path d="M6 8v8" /><path d="M18 11v5" /><path d="M16 4l4 4m0 -4l-4 4" /></svg>; +} + +export default IconGitPullRequestClosed;
\ No newline at end of file diff --git a/icons-react/icons-js/hotel-service.js b/icons-react/icons-js/hotel-service.js new file mode 100644 index 00000000..9a19daff --- /dev/null +++ b/icons-react/icons-js/hotel-service.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHotelService({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-hotel-service" 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.5 10a1.5 1.5 0 0 1 -1.5 -1.5a5.5 5.5 0 0 1 11 0v10.5a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-2c0 -1.38 .71 -2.444 1.88 -3.175l4.424 -2.765c1.055 -.66 1.696 -1.316 1.696 -2.56a2.5 2.5 0 1 0 -5 0a1.5 1.5 0 0 1 -1.5 1.5z" /></svg>; +} + +export default IconHotelService;
\ No newline at end of file diff --git a/icons-react/icons-js/lemon-2.js b/icons-react/icons-js/lemon-2.js new file mode 100644 index 00000000..f65a0c95 --- /dev/null +++ b/icons-react/icons-js/lemon-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLemon2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-lemon-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="M18 4a2 2 0 0 1 1.185 3.611c1.55 2.94 .873 6.917 -1.892 9.682c-2.765 2.765 -6.743 3.442 -9.682 1.892a2 2 0 1 1 -2.796 -2.796c-1.55 -2.94 -.873 -6.917 1.892 -9.682c2.765 -2.765 6.743 -3.442 9.682 -1.892a1.999 1.999 0 0 1 1.611 -.815z" /></svg>; +} + +export default IconLemon2;
\ No newline at end of file diff --git a/icons-react/icons-js/map-search.js b/icons-react/icons-js/map-search.js new file mode 100644 index 00000000..eef88041 --- /dev/null +++ b/icons-react/icons-js/map-search.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMapSearch({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-map-search" 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 18l-2 -1l-6 3v-13l6 -3l6 3l6 -3v10" /><path d="M9 4v13" /><path d="M15 7v5" /><circle cx={16.5} cy={17.5} r={2.5} /><path d="M18.5 19.5l2.5 2.5" /></svg>; +} + +export default IconMapSearch;
\ No newline at end of file diff --git a/icons-react/icons-js/puzzle-2.js b/icons-react/icons-js/puzzle-2.js new file mode 100644 index 00000000..ad419fdd --- /dev/null +++ b/icons-react/icons-js/puzzle-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPuzzle2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-puzzle-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" /><rect x={4} y={4} width={16} height={16} rx={2} /><path d="M12 4v2.5a0.5 .5 0 0 1 -.5 .5a1.5 1.5 0 0 0 0 3a0.5 .5 0 0 1 .5 .5v1.5" /><path d="M12 12v1.5a0.5 .5 0 0 0 .5 .5a1.5 1.5 0 0 1 0 3a0.5 .5 0 0 0 -.5 .5v2.5" /><path d="M20 12h-2.5a0.5 .5 0 0 1 -.5 -.5a1.5 1.5 0 0 0 -3 0a0.5 .5 0 0 1 -.5 .5h-1.5" /><path d="M12 12h-1.5a0.5 .5 0 0 0 -.5 .5a1.5 1.5 0 0 1 -3 0a0.5 .5 0 0 0 -.5 -.5h-2.5" /></svg>; +} + +export default IconPuzzle2;
\ No newline at end of file diff --git a/icons-react/icons-js/report-search.js b/icons-react/icons-js/report-search.js new file mode 100644 index 00000000..1d3c032b --- /dev/null +++ b/icons-react/icons-js/report-search.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconReportSearch({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-report-search" 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 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h5.697" /><path d="M18 12v-5a2 2 0 0 0 -2 -2h-2" /><rect x={8} y={3} width={6} height={4} rx={2} /><path d="M8 11h4" /><path d="M8 15h3" /><circle cx={16.5} cy={17.5} r={2.5} /><path d="M18.5 19.5l2.5 2.5" /></svg>; +} + +export default IconReportSearch;
\ No newline at end of file diff --git a/icons-react/icons-js/rotate-360.js b/icons-react/icons-js/rotate-360.js new file mode 100644 index 00000000..6bfffb12 --- /dev/null +++ b/icons-react/icons-js/rotate-360.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRotate360({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-rotate-360" 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 16h4v4" /><path d="M19.458 11.042c.86 -2.366 .722 -4.58 -.6 -5.9c-2.272 -2.274 -7.185 -1.045 -10.973 2.743c-3.788 3.788 -5.017 8.701 -2.744 10.974c2.227 2.226 6.987 1.093 10.74 -2.515" /></svg>; +} + +export default IconRotate360;
\ No newline at end of file diff --git a/icons-react/icons-js/tag.js b/icons-react/icons-js/tag.js index 6a42a7ca..098d5d24 100644 --- a/icons-react/icons-js/tag.js +++ b/icons-react/icons-js/tag.js @@ -6,7 +6,7 @@ function IconTag({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-tag" 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 3l9 9a1.5 1.5 0 0 1 0 2l-6 6a1.5 1.5 0 0 1 -2 0l-9 -9v-4a4 4 0 0 1 4 -4h4" /><circle cx={9} cy={9} r={2} /></svg>; + return <svg className="icon icon-tabler icon-tabler-tag" 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={8.5} cy={8.5} r={1} fill="currentColor" /><path d="M4 7v3.859c0 .537 .213 1.052 .593 1.432l8.116 8.116a2.025 2.025 0 0 0 2.864 0l4.834 -4.834a2.025 2.025 0 0 0 0 -2.864l-8.117 -8.116a2.025 2.025 0 0 0 -1.431 -.593h-3.859a3 3 0 0 0 -3 3z" /></svg>; } export default IconTag;
\ No newline at end of file diff --git a/icons-react/icons-js/tags.js b/icons-react/icons-js/tags.js new file mode 100644 index 00000000..0b76bf57 --- /dev/null +++ b/icons-react/icons-js/tags.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTags({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-tags" 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.859 6h-2.834a2.025 2.025 0 0 0 -2.025 2.025v2.834c0 .537 .213 1.052 .593 1.432l6.116 6.116a2.025 2.025 0 0 0 2.864 0l2.834 -2.834a2.025 2.025 0 0 0 0 -2.864l-6.117 -6.116a2.025 2.025 0 0 0 -1.431 -.593z" /><path d="M17.573 18.407l2.834 -2.834a2.025 2.025 0 0 0 0 -2.864l-7.117 -7.116" /><path d="M6 9h-.01" /></svg>; +} + +export default IconTags;
\ No newline at end of file diff --git a/icons-react/icons-js/text-resize.js b/icons-react/icons-js/text-resize.js new file mode 100644 index 00000000..6dc4db70 --- /dev/null +++ b/icons-react/icons-js/text-resize.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTextResize({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-text-resize" 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={5} r={2} /><circle cx={19} cy={5} r={2} /><circle cx={5} cy={19} r={2} /><circle cx={19} cy={19} r={2} /><path d="M5 7v10" /><path d="M7 5h10" /><path d="M7 19h10" /><path d="M19 7v10" /><path d="M10 10h4" /><path d="M12 14v-4" /></svg>; +} + +export default IconTextResize;
\ No newline at end of file diff --git a/icons-react/icons-js/trash-x.js b/icons-react/icons-js/trash-x.js new file mode 100644 index 00000000..fe0260ac --- /dev/null +++ b/icons-react/icons-js/trash-x.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTrashX({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-trash-x" 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 7h16" /><path d="M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12" /><path d="M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3" /><path d="M10 12l4 4m0 -4l-4 4" /></svg>; +} + +export default IconTrashX;
\ No newline at end of file diff --git a/icons-react/icons-js/user-search.js b/icons-react/icons-js/user-search.js new file mode 100644 index 00000000..21b56680 --- /dev/null +++ b/icons-react/icons-js/user-search.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconUserSearch({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-user-search" 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={7} r={4} /><path d="M6 21v-2a4 4 0 0 1 4 -4h1" /><circle cx={16.5} cy={17.5} r={2.5} /><path d="M18.5 19.5l2.5 2.5" /></svg>; +} + +export default IconUserSearch;
\ No newline at end of file diff --git a/icons-react/icons-js/world-download.js b/icons-react/icons-js/world-download.js new file mode 100644 index 00000000..b4330afa --- /dev/null +++ b/icons-react/icons-js/world-download.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconWorldDownload({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-world-download" 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 12a9 9 0 1 0 -9 9" /><path d="M3.6 9h16.8" /><path d="M3.6 15h8.4" /><path d="M11.578 3a17 17 0 0 0 0 18" /><path d="M12.5 3c1.719 2.755 2.5 5.876 2.5 9" /><path d="M18 14v7m-3 -3l3 3l3 -3" /></svg>; +} + +export default IconWorldDownload;
\ No newline at end of file diff --git a/icons-react/icons-js/world-upload.js b/icons-react/icons-js/world-upload.js new file mode 100644 index 00000000..b373271f --- /dev/null +++ b/icons-react/icons-js/world-upload.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconWorldUpload({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-world-upload" 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 12a9 9 0 1 0 -9 9" /><path d="M3.6 9h16.8" /><path d="M3.6 15h8.4" /><path d="M11.578 3a17 17 0 0 0 0 18" /><path d="M12.5 3c1.719 2.755 2.5 5.876 2.5 9" /><path d="M18 21v-7m3 3l-3 -3l-3 3" /></svg>; +} + +export default IconWorldUpload;
\ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 7eb7b2ad..0d19b125 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -277,6 +277,7 @@ export const IconBrandMedium: TablerIcon; export const IconBrandMessenger: TablerIcon; export const IconBrandNetbeans: TablerIcon; export const IconBrandNetflix: TablerIcon; +export const IconBrandNotion: TablerIcon; export const IconBrandOpenSource: TablerIcon; export const IconBrandOpera: TablerIcon; export const IconBrandPagekit: TablerIcon; @@ -579,6 +580,8 @@ export const IconDeviceMobile: TablerIcon; export const IconDeviceSpeaker: TablerIcon; export const IconDeviceTablet: TablerIcon; export const IconDeviceTv: TablerIcon; +export const IconDeviceWatchStats2: TablerIcon; +export const IconDeviceWatchStats: TablerIcon; export const IconDeviceWatch: TablerIcon; export const IconDevices2: TablerIcon; export const IconDevicesPc: TablerIcon; @@ -624,6 +627,7 @@ export const IconEdit: TablerIcon; export const IconEgg: TablerIcon; export const IconEmergencyBed: TablerIcon; export const IconEmphasis: TablerIcon; +export const IconEngine: TablerIcon; export const IconEqualNot: TablerIcon; export const IconEqual: TablerIcon; export const IconEraser: TablerIcon; @@ -717,6 +721,7 @@ export const IconGitCommit: TablerIcon; export const IconGitCompare: TablerIcon; export const IconGitFork: TablerIcon; export const IconGitMerge: TablerIcon; +export const IconGitPullRequestClosed: TablerIcon; export const IconGitPullRequest: TablerIcon; export const IconGlassFull: TablerIcon; export const IconGlassOff: TablerIcon; @@ -766,6 +771,7 @@ export const IconHighlight: TablerIcon; export const IconHistory: TablerIcon; export const IconHome2: TablerIcon; export const IconHome: TablerIcon; +export const IconHotelService: TablerIcon; export const IconIceCream2: TablerIcon; export const IconIceCream: TablerIcon; export const IconId: TablerIcon; @@ -814,6 +820,7 @@ export const IconLayoutSidebar: TablerIcon; export const IconLayout: TablerIcon; export const IconLeaf: TablerIcon; export const IconLego: TablerIcon; +export const IconLemon2: TablerIcon; export const IconLemon: TablerIcon; export const IconLetterA: TablerIcon; export const IconLetterB: TablerIcon; @@ -884,6 +891,7 @@ export const IconMap2: TablerIcon; export const IconMapPinOff: TablerIcon; export const IconMapPin: TablerIcon; export const IconMapPins: TablerIcon; +export const IconMapSearch: TablerIcon; export const IconMap: TablerIcon; export const IconMarkdown: TablerIcon; export const IconMarquee2: TablerIcon; @@ -1043,6 +1051,7 @@ export const IconPrinter: TablerIcon; export const IconPrison: TablerIcon; export const IconPrompt: TablerIcon; export const IconPropeller: TablerIcon; +export const IconPuzzle2: TablerIcon; export const IconPuzzle: TablerIcon; export const IconPyramid: TablerIcon; export const IconQrcode: TablerIcon; @@ -1076,12 +1085,14 @@ export const IconReplace: TablerIcon; export const IconReportAnalytics: TablerIcon; export const IconReportMedical: TablerIcon; export const IconReportMoney: TablerIcon; +export const IconReportSearch: TablerIcon; export const IconReport: TablerIcon; export const IconResize: TablerIcon; export const IconRipple: TablerIcon; export const IconRoadSign: TablerIcon; export const IconRocket: TablerIcon; export const IconRotate2: TablerIcon; +export const IconRotate360: TablerIcon; export const IconRotateClockwise2: TablerIcon; export const IconRotateClockwise: TablerIcon; export const IconRotateRectangle: TablerIcon; @@ -1229,6 +1240,7 @@ export const IconTableImport: TablerIcon; export const IconTableOff: TablerIcon; export const IconTable: TablerIcon; export const IconTag: TablerIcon; +export const IconTags: TablerIcon; export const IconTallymark1: TablerIcon; export const IconTallymark2: TablerIcon; export const IconTallymark3: TablerIcon; @@ -1248,6 +1260,7 @@ export const IconTerminal: TablerIcon; export const IconTestPipe: TablerIcon; export const IconTextDirectionLtr: TablerIcon; export const IconTextDirectionRtl: TablerIcon; +export const IconTextResize: TablerIcon; export const IconTextWrapDisabled: TablerIcon; export const IconTextWrap: TablerIcon; export const IconThermometer: TablerIcon; @@ -1273,6 +1286,7 @@ export const IconTrain: TablerIcon; export const IconTransferIn: TablerIcon; export const IconTransferOut: TablerIcon; export const IconTrashOff: TablerIcon; +export const IconTrashX: TablerIcon; export const IconTrash: TablerIcon; export const IconTree: TablerIcon; export const IconTrees: TablerIcon; @@ -1303,6 +1317,7 @@ export const IconUserExclamation: TablerIcon; export const IconUserMinus: TablerIcon; export const IconUserOff: TablerIcon; export const IconUserPlus: TablerIcon; +export const IconUserSearch: TablerIcon; export const IconUserX: TablerIcon; export const IconUser: TablerIcon; export const IconUsers: TablerIcon; @@ -1349,8 +1364,10 @@ export const IconWindow: TablerIcon; export const IconWiperWash: TablerIcon; export const IconWiper: TablerIcon; export const IconWoman: TablerIcon; +export const IconWorldDownload: TablerIcon; export const IconWorldLatitude: TablerIcon; export const IconWorldLongitude: TablerIcon; +export const IconWorldUpload: TablerIcon; export const IconWorld: TablerIcon; export const IconWreckingBall: TablerIcon; export const IconWritingSign: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index dff911cf..b493a53e 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -271,6 +271,7 @@ export { default as IconBrandMedium } from './icons-js/brand-medium.js'; export { default as IconBrandMessenger } from './icons-js/brand-messenger.js'; export { default as IconBrandNetbeans } from './icons-js/brand-netbeans.js'; export { default as IconBrandNetflix } from './icons-js/brand-netflix.js'; +export { default as IconBrandNotion } from './icons-js/brand-notion.js'; export { default as IconBrandOpenSource } from './icons-js/brand-open-source.js'; export { default as IconBrandOpera } from './icons-js/brand-opera.js'; export { default as IconBrandPagekit } from './icons-js/brand-pagekit.js'; @@ -573,6 +574,8 @@ export { default as IconDeviceMobile } from './icons-js/device-mobile.js'; export { default as IconDeviceSpeaker } from './icons-js/device-speaker.js'; export { default as IconDeviceTablet } from './icons-js/device-tablet.js'; export { default as IconDeviceTv } from './icons-js/device-tv.js'; +export { default as IconDeviceWatchStats2 } from './icons-js/device-watch-stats-2.js'; +export { default as IconDeviceWatchStats } from './icons-js/device-watch-stats.js'; export { default as IconDeviceWatch } from './icons-js/device-watch.js'; export { default as IconDevices2 } from './icons-js/devices-2.js'; export { default as IconDevicesPc } from './icons-js/devices-pc.js'; @@ -618,6 +621,7 @@ export { default as IconEdit } from './icons-js/edit.js'; export { default as IconEgg } from './icons-js/egg.js'; export { default as IconEmergencyBed } from './icons-js/emergency-bed.js'; export { default as IconEmphasis } from './icons-js/emphasis.js'; +export { default as IconEngine } from './icons-js/engine.js'; export { default as IconEqualNot } from './icons-js/equal-not.js'; export { default as IconEqual } from './icons-js/equal.js'; export { default as IconEraser } from './icons-js/eraser.js'; @@ -711,6 +715,7 @@ export { default as IconGitCommit } from './icons-js/git-commit.js'; export { default as IconGitCompare } from './icons-js/git-compare.js'; export { default as IconGitFork } from './icons-js/git-fork.js'; export { default as IconGitMerge } from './icons-js/git-merge.js'; +export { default as IconGitPullRequestClosed } from './icons-js/git-pull-request-closed.js'; export { default as IconGitPullRequest } from './icons-js/git-pull-request.js'; export { default as IconGlassFull } from './icons-js/glass-full.js'; export { default as IconGlassOff } from './icons-js/glass-off.js'; @@ -760,6 +765,7 @@ export { default as IconHighlight } from './icons-js/highlight.js'; export { default as IconHistory } from './icons-js/history.js'; export { default as IconHome2 } from './icons-js/home-2.js'; export { default as IconHome } from './icons-js/home.js'; +export { default as IconHotelService } from './icons-js/hotel-service.js'; export { default as IconIceCream2 } from './icons-js/ice-cream-2.js'; export { default as IconIceCream } from './icons-js/ice-cream.js'; export { default as IconId } from './icons-js/id.js'; @@ -808,6 +814,7 @@ export { default as IconLayoutSidebar } from './icons-js/layout-sidebar.js'; export { default as IconLayout } from './icons-js/layout.js'; export { default as IconLeaf } from './icons-js/leaf.js'; export { default as IconLego } from './icons-js/lego.js'; +export { default as IconLemon2 } from './icons-js/lemon-2.js'; export { default as IconLemon } from './icons-js/lemon.js'; export { default as IconLetterA } from './icons-js/letter-a.js'; export { default as IconLetterB } from './icons-js/letter-b.js'; @@ -878,6 +885,7 @@ export { default as IconMap2 } from './icons-js/map-2.js'; export { default as IconMapPinOff } from './icons-js/map-pin-off.js'; export { default as IconMapPin } from './icons-js/map-pin.js'; export { default as IconMapPins } from './icons-js/map-pins.js'; +export { default as IconMapSearch } from './icons-js/map-search.js'; export { default as IconMap } from './icons-js/map.js'; export { default as IconMarkdown } from './icons-js/markdown.js'; export { default as IconMarquee2 } from './icons-js/marquee-2.js'; @@ -1037,6 +1045,7 @@ export { default as IconPrinter } from './icons-js/printer.js'; export { default as IconPrison } from './icons-js/prison.js'; export { default as IconPrompt } from './icons-js/prompt.js'; export { default as IconPropeller } from './icons-js/propeller.js'; +export { default as IconPuzzle2 } from './icons-js/puzzle-2.js'; 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'; @@ -1070,12 +1079,14 @@ export { default as IconReplace } from './icons-js/replace.js'; export { default as IconReportAnalytics } from './icons-js/report-analytics.js'; export { default as IconReportMedical } from './icons-js/report-medical.js'; export { default as IconReportMoney } from './icons-js/report-money.js'; +export { default as IconReportSearch } from './icons-js/report-search.js'; export { default as IconReport } from './icons-js/report.js'; export { default as IconResize } from './icons-js/resize.js'; export { default as IconRipple } from './icons-js/ripple.js'; export { default as IconRoadSign } from './icons-js/road-sign.js'; export { default as IconRocket } from './icons-js/rocket.js'; export { default as IconRotate2 } from './icons-js/rotate-2.js'; +export { default as IconRotate360 } from './icons-js/rotate-360.js'; export { default as IconRotateClockwise2 } from './icons-js/rotate-clockwise-2.js'; export { default as IconRotateClockwise } from './icons-js/rotate-clockwise.js'; export { default as IconRotateRectangle } from './icons-js/rotate-rectangle.js'; @@ -1223,6 +1234,7 @@ export { default as IconTableImport } from './icons-js/table-import.js'; export { default as IconTableOff } from './icons-js/table-off.js'; export { default as IconTable } from './icons-js/table.js'; export { default as IconTag } from './icons-js/tag.js'; +export { default as IconTags } from './icons-js/tags.js'; export { default as IconTallymark1 } from './icons-js/tallymark-1.js'; export { default as IconTallymark2 } from './icons-js/tallymark-2.js'; export { default as IconTallymark3 } from './icons-js/tallymark-3.js'; @@ -1242,6 +1254,7 @@ export { default as IconTerminal } from './icons-js/terminal.js'; export { default as IconTestPipe } from './icons-js/test-pipe.js'; export { default as IconTextDirectionLtr } from './icons-js/text-direction-ltr.js'; export { default as IconTextDirectionRtl } from './icons-js/text-direction-rtl.js'; +export { default as IconTextResize } from './icons-js/text-resize.js'; export { default as IconTextWrapDisabled } from './icons-js/text-wrap-disabled.js'; export { default as IconTextWrap } from './icons-js/text-wrap.js'; export { default as IconThermometer } from './icons-js/thermometer.js'; @@ -1267,6 +1280,7 @@ 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 IconTrashX } from './icons-js/trash-x.js'; export { default as IconTrash } from './icons-js/trash.js'; export { default as IconTree } from './icons-js/tree.js'; export { default as IconTrees } from './icons-js/trees.js'; @@ -1297,6 +1311,7 @@ export { default as IconUserExclamation } from './icons-js/user-exclamation.js'; export { default as IconUserMinus } from './icons-js/user-minus.js'; export { default as IconUserOff } from './icons-js/user-off.js'; export { default as IconUserPlus } from './icons-js/user-plus.js'; +export { default as IconUserSearch } from './icons-js/user-search.js'; export { default as IconUserX } from './icons-js/user-x.js'; export { default as IconUser } from './icons-js/user.js'; export { default as IconUsers } from './icons-js/users.js'; @@ -1343,8 +1358,10 @@ export { default as IconWindow } from './icons-js/window.js'; export { default as IconWiperWash } from './icons-js/wiper-wash.js'; export { default as IconWiper } from './icons-js/wiper.js'; export { default as IconWoman } from './icons-js/woman.js'; +export { default as IconWorldDownload } from './icons-js/world-download.js'; export { default as IconWorldLatitude } from './icons-js/world-latitude.js'; export { default as IconWorldLongitude } from './icons-js/world-longitude.js'; +export { default as IconWorldUpload } from './icons-js/world-upload.js'; export { default as IconWorld } from './icons-js/world.js'; export { default as IconWreckingBall } from './icons-js/wrecking-ball.js'; export { default as IconWritingSign } from './icons-js/writing-sign.js'; |