diff options
author | codecalm <codecalm@gmail.com> | 2020-09-29 11:44:57 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-29 11:44:57 +0200 |
commit | 7173695acc0d75b498ede15cdc935d567a240f21 (patch) | |
tree | 63471dbcaf98a6351650b266b1ef1fee13126f87 /icons-react | |
parent | 3 new icons: `fold-down`, `fold-up`, `fold` (diff) | |
download | tabler-icons-7173695acc0d75b498ede15cdc935d567a240f21.tar.xz |
Release 1.30.0v1.30.0
Diffstat (limited to 'icons-react')
-rw-r--r-- | icons-react/icons-js/file-certificate.js | 2 | ||||
-rw-r--r-- | icons-react/icons-js/file-dislike.js | 2 | ||||
-rw-r--r-- | icons-react/icons-js/file-like.js | 2 | ||||
-rw-r--r-- | icons-react/icons-js/file-symlink.js | 5 | ||||
-rw-r--r-- | icons-react/icons-js/fold-down.js | 5 | ||||
-rw-r--r-- | icons-react/icons-js/fold-up.js | 5 | ||||
-rw-r--r-- | icons-react/icons-js/fold.js | 5 | ||||
-rw-r--r-- | icons-react/icons-js/refresh-alert.js | 5 | ||||
-rw-r--r-- | icons-react/icons-js/refresh.js | 2 | ||||
-rw-r--r-- | icons-react/icons-js/shield-lock.js | 5 | ||||
-rw-r--r-- | icons-react/icons-js/square-dot.js | 5 | ||||
-rw-r--r-- | icons-react/icons-js/square-forbid-2.js | 5 | ||||
-rw-r--r-- | icons-react/icons-js/square-forbid.js | 5 | ||||
-rw-r--r-- | icons-react/index.d.ts | 9 | ||||
-rw-r--r-- | icons-react/index.js | 9 |
15 files changed, 67 insertions, 4 deletions
diff --git a/icons-react/icons-js/file-certificate.js b/icons-react/icons-js/file-certificate.js index a7f1065c..1be30b11 100644 --- a/icons-react/icons-js/file-certificate.js +++ b/icons-react/icons-js/file-certificate.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconFileCertificate = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-file-certificate" 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 3v4a1 1 0 0 0 1 1h4" /><path d="M6 8v-3a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-5" /><circle cx={7} cy={14} r={3} /><path d="M5.5 17l-1.5 5l3 -1.5l3 1.5l-1.5 -5" /></svg>; +const IconFileCertificate = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-file-certificate" 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 3v4a1 1 0 0 0 1 1h4" /><path d="M5 8v-3a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-5" /><circle cx={6} cy={14} r={3} /><path d="M4.5 17l-1.5 5l3 -1.5l3 1.5l-1.5 -5" /></svg>; export default IconFileCertificate;
\ No newline at end of file diff --git a/icons-react/icons-js/file-dislike.js b/icons-react/icons-js/file-dislike.js index 0b70e42d..3713717a 100644 --- a/icons-react/icons-js/file-dislike.js +++ b/icons-react/icons-js/file-dislike.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconFileDislike = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-file-dislike" 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={14} width={3} height={5} rx={1} /><path d="M7 15a1 1 0 0 1 1 -1h3.756a1 1 0 0 1 .958 .713l1.2 3c.09 .303 .133 .63 -.056 .884c-.188 .254 -.542 .403 -.858 .403h-2v2.467a1.1 1.1 0 0 1 -2.015 .61l-1.985 -3.077v-4z" /><path d="M15 3v4a1 1 0 0 0 1 1h4" /><path d="M6 11v-6a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-2.5" /></svg>; +const IconFileDislike = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-file-dislike" 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={3} y={14} width={3} height={5} rx={1} /><path d="M6 15a1 1 0 0 1 1 -1h3.756a1 1 0 0 1 .958 .713l1.2 3c.09 .303 .133 .63 -.056 .884c-.188 .254 -.542 .403 -.858 .403h-2v2.467a1.1 1.1 0 0 1 -2.015 .61l-1.985 -3.077v-4z" /><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M5 11v-6a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-2.5" /></svg>; export default IconFileDislike;
\ No newline at end of file diff --git a/icons-react/icons-js/file-like.js b/icons-react/icons-js/file-like.js index 8dfc821d..a48ac55f 100644 --- a/icons-react/icons-js/file-like.js +++ b/icons-react/icons-js/file-like.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconFileLike = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-file-like" 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={16} width={3} height={5} rx={1} /><path d="M7 20a1 1 0 0 0 1 1h3.756a1 1 0 0 0 .958 -.713l1.2 -3c.09 -.303 .133 -.63 -.056 -.884c-.188 -.254 -.542 -.403 -.858 -.403h-2v-2.467a1.1 1.1 0 0 0 -2.015 -.61l-1.985 3.077v4z" /><path d="M15 3v4a1 1 0 0 0 1 1h4" /><path d="M6 12.1v-7.1a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-2.3" /></svg>; +const IconFileLike = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-file-like" 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={3} y={16} width={3} height={5} rx={1} /><path d="M6 20a1 1 0 0 0 1 1h3.756a1 1 0 0 0 .958 -.713l1.2 -3c.09 -.303 .133 -.63 -.056 -.884c-.188 -.254 -.542 -.403 -.858 -.403h-2v-2.467a1.1 1.1 0 0 0 -2.015 -.61l-1.985 3.077v4z" /><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M5 12.1v-7.1a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-2.3" /></svg>; export default IconFileLike;
\ No newline at end of file diff --git a/icons-react/icons-js/file-symlink.js b/icons-react/icons-js/file-symlink.js new file mode 100644 index 00000000..b2ea13c1 --- /dev/null +++ b/icons-react/icons-js/file-symlink.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFileSymlink = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-file-symlink" 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 21v-4a3 3 0 0 1 3 -3h5" /><path d="M9 17l3-3-3-3" /><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M5 11v-6a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-9.5" /></svg>; + +export default IconFileSymlink;
\ No newline at end of file diff --git a/icons-react/icons-js/fold-down.js b/icons-react/icons-js/fold-down.js new file mode 100644 index 00000000..8e1be60c --- /dev/null +++ b/icons-react/icons-js/fold-down.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFoldDown = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-fold-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 11v8l3 -3m-6 0l3 3" /><line x1={9} y1={7} x2={10} y2={7} /><line x1={14} y1={7} x2={15} y2={7} /><line x1={19} y1={7} x2={20} y2={7} /><line x1={4} y1={7} x2={5} y2={7} /></svg>; + +export default IconFoldDown;
\ No newline at end of file diff --git a/icons-react/icons-js/fold-up.js b/icons-react/icons-js/fold-up.js new file mode 100644 index 00000000..7fd4e320 --- /dev/null +++ b/icons-react/icons-js/fold-up.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFoldUp = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-fold-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 13v-8l-3 3m6 0l-3 -3" /><line x1={9} y1={17} x2={10} y2={17} /><line x1={14} y1={17} x2={15} y2={17} /><line x1={19} y1={17} x2={20} y2={17} /><line x1={4} y1={17} x2={5} y2={17} /></svg>; + +export default IconFoldUp;
\ No newline at end of file diff --git a/icons-react/icons-js/fold.js b/icons-react/icons-js/fold.js new file mode 100644 index 00000000..dcfcb5e5 --- /dev/null +++ b/icons-react/icons-js/fold.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFold = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-fold" 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 3v6l3 -3m-6 0l3 3" /><path d="M12 21v-6l3 3m-6 0l3 -3" /><line x1={4} y1={12} x2={5} y2={12} /><line x1={9} y1={12} x2={10} y2={12} /><line x1={14} y1={12} x2={15} y2={12} /><line x1={19} y1={12} x2={20} y2={12} /></svg>; + +export default IconFold;
\ No newline at end of file diff --git a/icons-react/icons-js/refresh-alert.js b/icons-react/icons-js/refresh-alert.js new file mode 100644 index 00000000..6ee18ece --- /dev/null +++ b/icons-react/icons-js/refresh-alert.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconRefreshAlert = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-refresh-alert" 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 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4" /><path d="M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4" /><line x1={12} y1={9} x2={12} y2={12} /><line x1={12} y1={15} x2={12.01} y2={15} /></svg>; + +export default IconRefreshAlert;
\ No newline at end of file diff --git a/icons-react/icons-js/refresh.js b/icons-react/icons-js/refresh.js index e656f483..478b75ca 100644 --- a/icons-react/icons-js/refresh.js +++ b/icons-react/icons-js/refresh.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconRefresh = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-refresh" 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 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -5v5h5" /><path d="M4 13a8.1 8.1 0 0 0 15.5 2m.5 5v-5h-5" /></svg>; +const IconRefresh = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-refresh" 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 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4" /><path d="M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4" /></svg>; export default IconRefresh;
\ No newline at end of file diff --git a/icons-react/icons-js/shield-lock.js b/icons-react/icons-js/shield-lock.js new file mode 100644 index 00000000..503a223c --- /dev/null +++ b/icons-react/icons-js/shield-lock.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconShieldLock = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-shield-lock" 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 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3" /><circle cx={12} cy={11} r={1} /><line x1={12} y1={12} x2={12} y2={14.5} /></svg>; + +export default IconShieldLock;
\ No newline at end of file diff --git a/icons-react/icons-js/square-dot.js b/icons-react/icons-js/square-dot.js new file mode 100644 index 00000000..48bd6559 --- /dev/null +++ b/icons-react/icons-js/square-dot.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconSquareDot = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-square-dot" 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} /><circle cx={12} cy={12} r={1} /></svg>; + +export default IconSquareDot;
\ No newline at end of file diff --git a/icons-react/icons-js/square-forbid-2.js b/icons-react/icons-js/square-forbid-2.js new file mode 100644 index 00000000..e9f8b774 --- /dev/null +++ b/icons-react/icons-js/square-forbid-2.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconSquareForbid2 = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-square-forbid-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} /><line x1={9} y1={15} x2={15} y2={9} /></svg>; + +export default IconSquareForbid2;
\ No newline at end of file diff --git a/icons-react/icons-js/square-forbid.js b/icons-react/icons-js/square-forbid.js new file mode 100644 index 00000000..6a9f1174 --- /dev/null +++ b/icons-react/icons-js/square-forbid.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconSquareForbid = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-square-forbid" 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} /><line x1={9} y1={9} x2={15} y2={15} /></svg>; + +export default IconSquareForbid;
\ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 8f73af5c..84b8c437 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -362,6 +362,7 @@ export const IconFileOff: TablerIcon; export const IconFilePhone: TablerIcon; export const IconFilePlus: TablerIcon; export const IconFileShredder: TablerIcon; +export const IconFileSymlink: TablerIcon; export const IconFileText: TablerIcon; export const IconFileUpload: TablerIcon; export const IconFileX: TablerIcon; @@ -382,6 +383,9 @@ export const IconFloatNone: TablerIcon; export const IconFloatRight: TablerIcon; export const IconFocus2: TablerIcon; export const IconFocus: TablerIcon; +export const IconFoldDown: TablerIcon; +export const IconFoldUp: TablerIcon; +export const IconFold: TablerIcon; export const IconFolderMinus: TablerIcon; export const IconFolderOff: TablerIcon; export const IconFolderPlus: TablerIcon; @@ -632,6 +636,7 @@ export const IconRecordMail: TablerIcon; export const IconRectangleVertical: TablerIcon; export const IconRectangle: TablerIcon; export const IconRecycle: TablerIcon; +export const IconRefreshAlert: TablerIcon; export const IconRefresh: TablerIcon; export const IconRegistered: TablerIcon; export const IconRepeatOnce: TablerIcon; @@ -672,6 +677,7 @@ export const IconSettings: TablerIcon; export const IconShape: TablerIcon; export const IconShare: TablerIcon; export const IconShieldCheck: TablerIcon; +export const IconShieldLock: TablerIcon; export const IconShieldOff: TablerIcon; export const IconShieldX: TablerIcon; export const IconShield: TablerIcon; @@ -691,6 +697,9 @@ export const IconSortAscending: TablerIcon; export const IconSortDescending: TablerIcon; export const IconSpace: TablerIcon; export const IconSquareCheck: TablerIcon; +export const IconSquareDot: TablerIcon; +export const IconSquareForbid2: TablerIcon; +export const IconSquareForbid: TablerIcon; export const IconSquareMinus: TablerIcon; export const IconSquarePlus: TablerIcon; export const IconSquareRotated: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index abdfd779..e68b3a4d 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -356,6 +356,7 @@ export { default as IconFileOff } from './icons-js/file-off.js'; export { default as IconFilePhone } from './icons-js/file-phone.js'; export { default as IconFilePlus } from './icons-js/file-plus.js'; export { default as IconFileShredder } from './icons-js/file-shredder.js'; +export { default as IconFileSymlink } from './icons-js/file-symlink.js'; export { default as IconFileText } from './icons-js/file-text.js'; export { default as IconFileUpload } from './icons-js/file-upload.js'; export { default as IconFileX } from './icons-js/file-x.js'; @@ -376,6 +377,9 @@ 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 IconFoldDown } from './icons-js/fold-down.js'; +export { default as IconFoldUp } from './icons-js/fold-up.js'; +export { default as IconFold } from './icons-js/fold.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'; @@ -626,6 +630,7 @@ export { default as IconRecordMail } from './icons-js/record-mail.js'; export { default as IconRectangleVertical } from './icons-js/rectangle-vertical.js'; export { default as IconRectangle } from './icons-js/rectangle.js'; export { default as IconRecycle } from './icons-js/recycle.js'; +export { default as IconRefreshAlert } from './icons-js/refresh-alert.js'; export { default as IconRefresh } from './icons-js/refresh.js'; export { default as IconRegistered } from './icons-js/registered.js'; export { default as IconRepeatOnce } from './icons-js/repeat-once.js'; @@ -666,6 +671,7 @@ export { default as IconSettings } from './icons-js/settings.js'; export { default as IconShape } from './icons-js/shape.js'; export { default as IconShare } from './icons-js/share.js'; export { default as IconShieldCheck } from './icons-js/shield-check.js'; +export { default as IconShieldLock } from './icons-js/shield-lock.js'; export { default as IconShieldOff } from './icons-js/shield-off.js'; export { default as IconShieldX } from './icons-js/shield-x.js'; export { default as IconShield } from './icons-js/shield.js'; @@ -685,6 +691,9 @@ export { default as IconSortAscending } from './icons-js/sort-ascending.js'; export { default as IconSortDescending } from './icons-js/sort-descending.js'; export { default as IconSpace } from './icons-js/space.js'; export { default as IconSquareCheck } from './icons-js/square-check.js'; +export { default as IconSquareDot } from './icons-js/square-dot.js'; +export { default as IconSquareForbid2 } from './icons-js/square-forbid-2.js'; +export { default as IconSquareForbid } from './icons-js/square-forbid.js'; export { default as IconSquareMinus } from './icons-js/square-minus.js'; export { default as IconSquarePlus } from './icons-js/square-plus.js'; export { default as IconSquareRotated } from './icons-js/square-rotated.js'; |