diff options
Diffstat (limited to 'icons-react')
22 files changed, 280 insertions, 0 deletions
diff --git a/icons-react/icons-js/arrow-autofit-content.js b/icons-react/icons-js/arrow-autofit-content.js new file mode 100644 index 00000000..c761a778 --- /dev/null +++ b/icons-react/icons-js/arrow-autofit-content.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowAutofitContent({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-autofit-content" 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 4l-3 3l3 3" /><path d="M18 4l3 3l-3 3" /><rect x={4} y={14} width={16} height={6} rx={2} /><path d="M10 7h-7" /><path d="M21 7h-7" /></svg>; +} + +export default IconArrowAutofitContent;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-autofit-down.js b/icons-react/icons-js/arrow-autofit-down.js new file mode 100644 index 00000000..cf591df8 --- /dev/null +++ b/icons-react/icons-js/arrow-autofit-down.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowAutofitDown({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-autofit-down" 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 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8" /><path d="M18 4v17" /><path d="M15 18l3 3l3 -3" /></svg>; +} + +export default IconArrowAutofitDown;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-autofit-height.js b/icons-react/icons-js/arrow-autofit-height.js new file mode 100644 index 00000000..3093f611 --- /dev/null +++ b/icons-react/icons-js/arrow-autofit-height.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowAutofitHeight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-autofit-height" 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 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h6" /><path d="M18 14v7" /><path d="M18 3v7" /><path d="M15 18l3 3l3 -3" /><path d="M15 6l3 -3l3 3" /></svg>; +} + +export default IconArrowAutofitHeight;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-autofit-left.js b/icons-react/icons-js/arrow-autofit-left.js new file mode 100644 index 00000000..9350dd5c --- /dev/null +++ b/icons-react/icons-js/arrow-autofit-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowAutofitLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-autofit-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="M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8" /><path d="M20 18h-17" /><path d="M6 15l-3 3l3 3" /></svg>; +} + +export default IconArrowAutofitLeft;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-autofit-right.js b/icons-react/icons-js/arrow-autofit-right.js new file mode 100644 index 00000000..75f65309 --- /dev/null +++ b/icons-react/icons-js/arrow-autofit-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowAutofitRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-autofit-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="M20 12v-6a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v8" /><path d="M4 18h17" /><path d="M18 15l3 3l-3 3" /></svg>; +} + +export default IconArrowAutofitRight;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-autofit-up.js b/icons-react/icons-js/arrow-autofit-up.js new file mode 100644 index 00000000..91e35b77 --- /dev/null +++ b/icons-react/icons-js/arrow-autofit-up.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowAutofitUp({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-autofit-up" 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 4h-6a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h8" /><path d="M18 20v-17" /><path d="M15 6l3 -3l3 3" /></svg>; +} + +export default IconArrowAutofitUp;
\ No newline at end of file diff --git a/icons-react/icons-js/arrow-autofit-width.js b/icons-react/icons-js/arrow-autofit-width.js new file mode 100644 index 00000000..8121eb6b --- /dev/null +++ b/icons-react/icons-js/arrow-autofit-width.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowAutofitWidth({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrow-autofit-width" 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 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" /><path d="M10 18h-7" /><path d="M21 18h-7" /><path d="M6 15l-3 3l3 3" /><path d="M18 15l3 3l-3 3" /></svg>; +} + +export default IconArrowAutofitWidth;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-diagonal-minimize-2.js b/icons-react/icons-js/arrows-diagonal-minimize-2.js new file mode 100644 index 00000000..82a6aff5 --- /dev/null +++ b/icons-react/icons-js/arrows-diagonal-minimize-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsDiagonalMinimize2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-diagonal-minimize-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 10h-4v-4" /><path d="M20 4l-6 6" /><path d="M6 14h4v4" /><path d="M10 14l-6 6" /></svg>; +} + +export default IconArrowsDiagonalMinimize2;
\ No newline at end of file diff --git a/icons-react/icons-js/arrows-diagonal-minimize.js b/icons-react/icons-js/arrows-diagonal-minimize.js new file mode 100644 index 00000000..9d21d598 --- /dev/null +++ b/icons-react/icons-js/arrows-diagonal-minimize.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowsDiagonalMinimize({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-arrows-diagonal-minimize" 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 10h4v-4" /><path d="M4 4l6 6" /><path d="M18 14h-4v4" /><path d="M14 14l6 6" /></svg>; +} + +export default IconArrowsDiagonalMinimize;
\ No newline at end of file diff --git a/icons-react/icons-js/ballon.js b/icons-react/icons-js/ballon.js new file mode 100644 index 00000000..6de3c2a7 --- /dev/null +++ b/icons-react/icons-js/ballon.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBallon({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-ballon" 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 8a2 2 0 0 0 -2 -2" /><path d="M6 8a6 6 0 1 1 12 0c0 4.97 -2.686 9 -6 9s-6 -4.03 -6 -9" /><path d="M12 17v1a2 2 0 0 1 -2 2h-3a2 2 0 0 0 -2 2" /></svg>; +} + +export default IconBallon;
\ No newline at end of file diff --git a/icons-react/icons-js/battery-charging-2.js b/icons-react/icons-js/battery-charging-2.js new file mode 100644 index 00000000..5e49e12c --- /dev/null +++ b/icons-react/icons-js/battery-charging-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBatteryCharging2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-battery-charging-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 9a2 2 0 0 1 2 -2h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-4.5" /><path d="M3 15h6v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2v-2z" /><path d="M6 22v-3" /><path d="M4 15v-2.5" /><path d="M8 15v-2.5" /></svg>; +} + +export default IconBatteryCharging2;
\ No newline at end of file diff --git a/icons-react/icons-js/battery-eco.js b/icons-react/icons-js/battery-eco.js new file mode 100644 index 00000000..b7e7a8f3 --- /dev/null +++ b/icons-react/icons-js/battery-eco.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBatteryEco({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-battery-eco" 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 9a2 2 0 0 1 2 -2h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-5.5" /><path d="M3 16.143c0 -2.84 2.09 -5.143 4.667 -5.143h2.333v.857c0 2.84 -2.09 5.143 -4.667 5.143h-2.333v-.857z" /><path d="M3 20v-3" /></svg>; +} + +export default IconBatteryEco;
\ No newline at end of file diff --git a/icons-react/icons-js/beach.js b/icons-react/icons-js/beach.js new file mode 100644 index 00000000..dfc57cec --- /dev/null +++ b/icons-react/icons-js/beach.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBeach({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-beach" 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="M17.553 16.75a7.5 7.5 0 0 0 -10.606 0" /><path d="M18 3.804a6 6 0 0 0 -8.196 2.196l10.392 6a6 6 0 0 0 -2.196 -8.196z" /><path d="M16.732 10c1.658 -2.87 2.225 -5.644 1.268 -6.196c-.957 -.552 -3.075 1.326 -4.732 4.196" /><path d="M15 9l-3 5.196" /><path d="M3 19.25a2.4 2.4 0 0 1 1 -.25a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 1 .25" /></svg>; +} + +export default IconBeach;
\ No newline at end of file diff --git a/icons-react/icons-js/brand-bootstrap.js b/icons-react/icons-js/brand-bootstrap.js new file mode 100644 index 00000000..853f6218 --- /dev/null +++ b/icons-react/icons-js/brand-bootstrap.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandBootstrap({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-bootstrap" 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="M2 12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2" /><path d="M2 12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2" /><path d="M9 16v-8h3.5a2 2 0 1 1 0 4h-3.5h4a2 2 0 1 1 0 4h-4z" /></svg>; +} + +export default IconBrandBootstrap;
\ No newline at end of file diff --git a/icons-react/icons-js/highlight.js b/icons-react/icons-js/highlight.js new file mode 100644 index 00000000..dc8f5c80 --- /dev/null +++ b/icons-react/icons-js/highlight.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHighlight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-highlight" 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 19h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" /><path d="M12.5 5.5l4 4" /><path d="M4.5 13.5l4 4" /><path d="M21 15v4h-8l4 -4z" /></svg>; +} + +export default IconHighlight;
\ No newline at end of file diff --git a/icons-react/icons-js/list-details.js b/icons-react/icons-js/list-details.js new file mode 100644 index 00000000..5283f08e --- /dev/null +++ b/icons-react/icons-js/list-details.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconListDetails({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-list-details" 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 5h8" /><path d="M13 9h5" /><path d="M13 15h8" /><path d="M13 19h5" /><rect x={3} y={4} width={6} height={6} rx={1} /><rect x={3} y={14} width={6} height={6} rx={1} /></svg>; +} + +export default IconListDetails;
\ No newline at end of file diff --git a/icons-react/icons-js/multiplier-0-5x.js b/icons-react/icons-js/multiplier-0-5x.js new file mode 100644 index 00000000..5ce6aa82 --- /dev/null +++ b/icons-react/icons-js/multiplier-0-5x.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMultiplier05x({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-multiplier-0-5x" 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 16h2a2 2 0 1 0 0 -4h-2v-4h4" /><path d="M5 16v.01" /><path d="M15 16l4 -4" /><path d="M19 16l-4 -4" /></svg>; +} + +export default IconMultiplier05x;
\ No newline at end of file diff --git a/icons-react/icons-js/multiplier-1-5x.js b/icons-react/icons-js/multiplier-1-5x.js new file mode 100644 index 00000000..67c1c458 --- /dev/null +++ b/icons-react/icons-js/multiplier-1-5x.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMultiplier15x({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-multiplier-1-5x" 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 16v-8l-2 2" /><path d="M10 16h2a2 2 0 1 0 0 -4h-2v-4h4" /><path d="M7 16v.01" /><path d="M17 16l4 -4" /><path d="M21 16l-4 -4" /></svg>; +} + +export default IconMultiplier15x;
\ No newline at end of file diff --git a/icons-react/icons-js/multiplier-1x.js b/icons-react/icons-js/multiplier-1x.js new file mode 100644 index 00000000..ff464fb9 --- /dev/null +++ b/icons-react/icons-js/multiplier-1x.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMultiplier1x({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-multiplier-1x" 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 16v-8l-2 2" /><path d="M13 16l4 -4" /><path d="M17 16l-4 -4" /></svg>; +} + +export default IconMultiplier1x;
\ No newline at end of file diff --git a/icons-react/icons-js/multiplier-2x.js b/icons-react/icons-js/multiplier-2x.js new file mode 100644 index 00000000..0c0b870b --- /dev/null +++ b/icons-react/icons-js/multiplier-2x.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMultiplier2x({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-multiplier-2x" 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 16l4 -4" /><path d="M18 16l-4 -4" /><path d="M6 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001" /></svg>; +} + +export default IconMultiplier2x;
\ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 04987582..8fffac1a 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -39,6 +39,13 @@ export const IconAperture: TablerIcon; export const IconApple: TablerIcon; export const IconApps: TablerIcon; export const IconArchive: TablerIcon; +export const IconArrowAutofitContent: TablerIcon; +export const IconArrowAutofitDown: TablerIcon; +export const IconArrowAutofitHeight: TablerIcon; +export const IconArrowAutofitLeft: TablerIcon; +export const IconArrowAutofitRight: TablerIcon; +export const IconArrowAutofitUp: TablerIcon; +export const IconArrowAutofitWidth: TablerIcon; export const IconArrowBackUp: TablerIcon; export const IconArrowBack: TablerIcon; export const IconArrowBarDown: TablerIcon; @@ -98,6 +105,8 @@ export const IconArrowWaveLeftUp: TablerIcon; export const IconArrowWaveRightDown: TablerIcon; export const IconArrowWaveRightUp: TablerIcon; export const IconArrowsDiagonal2: TablerIcon; +export const IconArrowsDiagonalMinimize2: TablerIcon; +export const IconArrowsDiagonalMinimize: TablerIcon; export const IconArrowsDiagonal: TablerIcon; export const IconArrowsDoubleNeSw: TablerIcon; export const IconArrowsDoubleNwSe: TablerIcon; @@ -139,6 +148,7 @@ export const IconBallFootballOff: TablerIcon; export const IconBallFootball: TablerIcon; export const IconBallTennis: TablerIcon; export const IconBallVolleyball: TablerIcon; +export const IconBallon: TablerIcon; export const IconBan: TablerIcon; export const IconBandage: TablerIcon; export const IconBarcode: TablerIcon; @@ -148,9 +158,12 @@ export const IconBattery2: TablerIcon; export const IconBattery3: TablerIcon; export const IconBattery4: TablerIcon; export const IconBatteryAutomotive: TablerIcon; +export const IconBatteryCharging2: TablerIcon; export const IconBatteryCharging: TablerIcon; +export const IconBatteryEco: TablerIcon; export const IconBatteryOff: TablerIcon; export const IconBattery: TablerIcon; +export const IconBeach: TablerIcon; export const IconBed: TablerIcon; export const IconBellMinus: TablerIcon; export const IconBellOff: TablerIcon; @@ -216,6 +229,7 @@ export const IconBrandBehance: TablerIcon; export const IconBrandBing: TablerIcon; export const IconBrandBitbucket: TablerIcon; export const IconBrandBooking: TablerIcon; +export const IconBrandBootstrap: TablerIcon; export const IconBrandChrome: TablerIcon; export const IconBrandCodepen: TablerIcon; export const IconBrandCodesandbox: TablerIcon; @@ -713,6 +727,7 @@ export const IconHexagonOff: TablerIcon; export const IconHexagon: TablerIcon; export const IconHierarchy2: TablerIcon; export const IconHierarchy: TablerIcon; +export const IconHighlight: TablerIcon; export const IconHistory: TablerIcon; export const IconHome2: TablerIcon; export const IconHome: TablerIcon; @@ -803,6 +818,7 @@ export const IconLineHeight: TablerIcon; export const IconLine: TablerIcon; export const IconLink: TablerIcon; export const IconListCheck: TablerIcon; +export const IconListDetails: TablerIcon; export const IconListNumbers: TablerIcon; export const IconListSearch: TablerIcon; export const IconList: TablerIcon; @@ -885,6 +901,10 @@ export const IconMotorbike: TablerIcon; export const IconMouse: TablerIcon; export const IconMovie: TablerIcon; export const IconMug: TablerIcon; +export const IconMultiplier05x: TablerIcon; +export const IconMultiplier15x: TablerIcon; +export const IconMultiplier1x: TablerIcon; +export const IconMultiplier2x: TablerIcon; export const IconMushroom: TablerIcon; export const IconMusic: TablerIcon; export const IconNewSection: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index bebf5699..851cc05c 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -33,6 +33,13 @@ 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 IconArrowAutofitContent } from './icons-js/arrow-autofit-content.js'; +export { default as IconArrowAutofitDown } from './icons-js/arrow-autofit-down.js'; +export { default as IconArrowAutofitHeight } from './icons-js/arrow-autofit-height.js'; +export { default as IconArrowAutofitLeft } from './icons-js/arrow-autofit-left.js'; +export { default as IconArrowAutofitRight } from './icons-js/arrow-autofit-right.js'; +export { default as IconArrowAutofitUp } from './icons-js/arrow-autofit-up.js'; +export { default as IconArrowAutofitWidth } from './icons-js/arrow-autofit-width.js'; export { default as IconArrowBackUp } from './icons-js/arrow-back-up.js'; export { default as IconArrowBack } from './icons-js/arrow-back.js'; export { default as IconArrowBarDown } from './icons-js/arrow-bar-down.js'; @@ -92,6 +99,8 @@ export { default as IconArrowWaveLeftUp } from './icons-js/arrow-wave-left-up.js export { default as IconArrowWaveRightDown } from './icons-js/arrow-wave-right-down.js'; export { default as IconArrowWaveRightUp } from './icons-js/arrow-wave-right-up.js'; export { default as IconArrowsDiagonal2 } from './icons-js/arrows-diagonal-2.js'; +export { default as IconArrowsDiagonalMinimize2 } from './icons-js/arrows-diagonal-minimize-2.js'; +export { default as IconArrowsDiagonalMinimize } from './icons-js/arrows-diagonal-minimize.js'; export { default as IconArrowsDiagonal } from './icons-js/arrows-diagonal.js'; export { default as IconArrowsDoubleNeSw } from './icons-js/arrows-double-ne-sw.js'; export { default as IconArrowsDoubleNwSe } from './icons-js/arrows-double-nw-se.js'; @@ -133,6 +142,7 @@ export { default as IconBallFootballOff } from './icons-js/ball-football-off.js' export { default as IconBallFootball } from './icons-js/ball-football.js'; export { default as IconBallTennis } from './icons-js/ball-tennis.js'; export { default as IconBallVolleyball } from './icons-js/ball-volleyball.js'; +export { default as IconBallon } from './icons-js/ballon.js'; export { default as IconBan } from './icons-js/ban.js'; export { default as IconBandage } from './icons-js/bandage.js'; export { default as IconBarcode } from './icons-js/barcode.js'; @@ -142,9 +152,12 @@ export { default as IconBattery2 } from './icons-js/battery-2.js'; export { default as IconBattery3 } from './icons-js/battery-3.js'; export { default as IconBattery4 } from './icons-js/battery-4.js'; export { default as IconBatteryAutomotive } from './icons-js/battery-automotive.js'; +export { default as IconBatteryCharging2 } from './icons-js/battery-charging-2.js'; export { default as IconBatteryCharging } from './icons-js/battery-charging.js'; +export { default as IconBatteryEco } from './icons-js/battery-eco.js'; export { default as IconBatteryOff } from './icons-js/battery-off.js'; export { default as IconBattery } from './icons-js/battery.js'; +export { default as IconBeach } from './icons-js/beach.js'; export { default as IconBed } from './icons-js/bed.js'; export { default as IconBellMinus } from './icons-js/bell-minus.js'; export { default as IconBellOff } from './icons-js/bell-off.js'; @@ -210,6 +223,7 @@ export { default as IconBrandBehance } from './icons-js/brand-behance.js'; export { default as IconBrandBing } from './icons-js/brand-bing.js'; export { default as IconBrandBitbucket } from './icons-js/brand-bitbucket.js'; export { default as IconBrandBooking } from './icons-js/brand-booking.js'; +export { default as IconBrandBootstrap } from './icons-js/brand-bootstrap.js'; export { default as IconBrandChrome } from './icons-js/brand-chrome.js'; export { default as IconBrandCodepen } from './icons-js/brand-codepen.js'; export { default as IconBrandCodesandbox } from './icons-js/brand-codesandbox.js'; @@ -707,6 +721,7 @@ export { default as IconHexagonOff } from './icons-js/hexagon-off.js'; export { default as IconHexagon } from './icons-js/hexagon.js'; export { default as IconHierarchy2 } from './icons-js/hierarchy-2.js'; export { default as IconHierarchy } from './icons-js/hierarchy.js'; +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'; @@ -797,6 +812,7 @@ export { default as IconLineHeight } from './icons-js/line-height.js'; export { default as IconLine } from './icons-js/line.js'; export { default as IconLink } from './icons-js/link.js'; export { default as IconListCheck } from './icons-js/list-check.js'; +export { default as IconListDetails } from './icons-js/list-details.js'; export { default as IconListNumbers } from './icons-js/list-numbers.js'; export { default as IconListSearch } from './icons-js/list-search.js'; export { default as IconList } from './icons-js/list.js'; @@ -879,6 +895,10 @@ export { default as IconMotorbike } from './icons-js/motorbike.js'; export { default as IconMouse } from './icons-js/mouse.js'; export { default as IconMovie } from './icons-js/movie.js'; export { default as IconMug } from './icons-js/mug.js'; +export { default as IconMultiplier05x } from './icons-js/multiplier-0-5x.js'; +export { default as IconMultiplier15x } from './icons-js/multiplier-1-5x.js'; +export { default as IconMultiplier1x } from './icons-js/multiplier-1x.js'; +export { default as IconMultiplier2x } from './icons-js/multiplier-2x.js'; export { default as IconMushroom } from './icons-js/mushroom.js'; export { default as IconMusic } from './icons-js/music.js'; export { default as IconNewSection } from './icons-js/new-section.js'; |