diff options
Diffstat (limited to 'icons-react/icons-js')
-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 |
13 files changed, 49 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 |