@ng-icons/tabler-icons 32.3.0 → 33.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/fesm2022/ng-icons-tabler-icons-fill.mjs +19 -1
- package/fesm2022/ng-icons-tabler-icons-fill.mjs.map +1 -1
- package/fesm2022/ng-icons-tabler-icons.mjs +4 -3
- package/fesm2022/ng-icons-tabler-icons.mjs.map +1 -1
- package/package.json +4 -4
- package/{fill/index.d.ts → types/ng-icons-tabler-icons-fill.d.ts} +19 -1
- package/{index.d.ts → types/ng-icons-tabler-icons.d.ts} +4 -3
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
# Ng Icons
|
|
10
10
|
|
|
11
11
|
The all-in-one icon library for Angular. This allows you to use icons from multiple icon sets with a single icon component.
|
|
12
|
-
Containing over
|
|
12
|
+
Containing over 100,000 icons for you to use in your projects.
|
|
13
13
|
|
|
14
14
|
Currently, we support the following libraries:
|
|
15
15
|
|
|
@@ -72,6 +72,7 @@ Ng Icons is an MIT-licensed open source project with its ongoing development mad
|
|
|
72
72
|
| 18.x.x | 28.x.x - 29.x.x |
|
|
73
73
|
| 19.x.x | 30.x.x - 31.x.x |
|
|
74
74
|
| 20.x.x | 32.x.x |
|
|
75
|
+
| 21.x.x | 33.x.x |
|
|
75
76
|
|
|
76
77
|
> **Note**: Ng Icons relies on modern browser features and is designed to work on evergreen browsers. We do not support older browsers such as IE11.
|
|
77
78
|
|
|
@@ -398,6 +398,7 @@ const tablerDashboardFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0
|
|
|
398
398
|
const tablerDeviceCctvFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M20 8v6a8 8 0 1 1 -16 0v-6zm-8 2a4 4 0 0 0 -3.996 3.826l-.004 .174a4 4 0 1 0 4 -4m.01 3a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993zm-10.01 -8v-1a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2"></path></svg>`;
|
|
399
399
|
const tablerDeviceDesktopFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M7 21a1 1 0 0 1 0 -2h1v-2h-4a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-4v2h1a1 1 0 0 1 0 2zm7 -4h-4v2h4z"></path></svg>`;
|
|
400
400
|
const tablerDeviceGamepad3Fill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12.707 14.293l3 3a1 1 0 0 1 .293 .707v2a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-2a1 1 0 0 1 .293 -.707l3 -3a1 1 0 0 1 1.414 0m-6.707 -6.293a1 1 0 0 1 .707 .293l3 3a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1 -.707 .293h-2a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2zm14 0a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-2a1 1 0 0 1 -.707 -.293l-3 -3a1 1 0 0 1 0 -1.414l3 -3a1 1 0 0 1 .707 -.293zm-6 -6a2 2 0 0 1 2 2v2a1 1 0 0 1 -.293 .707l-3 3a1 1 0 0 1 -1.414 0l-3 -3a1 1 0 0 1 -.293 -.707v-2a2 2 0 0 1 2 -2z"></path></svg>`;
|
|
401
|
+
const tablerDeviceGamepadFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M20 5a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-16a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3zm-12 4l-.117 .007a1 1 0 0 0 -.883 .993v1h-1a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883h1v1a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-1h1a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-1v-1a1 1 0 0 0 -1 -1m10 3a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m-3 -2a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1"></path></svg>`;
|
|
401
402
|
const tablerDeviceHeartMonitorFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm-4 13a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm-6 -6.764l-.106 .211a1 1 0 0 1 -.77 .545l-.124 .008l-5 -.001v3.001h14v-3.001l-4.382 .001l-.724 1.447a1 1 0 0 1 -1.725 .11l-.063 -.11l-1.106 -2.211zm7 -4.236h-12a1 1 0 0 0 -.993 .883l-.007 .117v1.999l4.381 .001l.725 -1.447a1 1 0 0 1 1.725 -.11l.063 .11l1.106 2.21l.106 -.21a1 1 0 0 1 .77 -.545l.124 -.008l5 -.001v-1.999a1 1 0 0 0 -.883 -.993l-.117 -.007z"></path></svg>`;
|
|
402
403
|
const tablerDeviceImacFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M8 22a1 1 0 0 1 0 -2h.616l.25 -2h-4.866a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-4.867l.25 2h.617a1 1 0 0 1 0 2zm5.116 -4h-2.233l-.25 2h2.733z"></path></svg>`;
|
|
403
404
|
const tablerDeviceIpadFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M18 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-3 16h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2"></path></svg>`;
|
|
@@ -467,26 +468,38 @@ const tablerFileDeltaFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0
|
|
|
467
468
|
const tablerFileDescriptionFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm3 14h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m0 -4h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
468
469
|
const tablerFileDiffFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm2 15h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2m-2 -7a1 1 0 0 0 -1 1v1h-1a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 0 -2h-1v-1a1 1 0 0 0 -1 -1"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
469
470
|
const tablerFileDigitFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-1 9h-1a2 2 0 0 0 -2 2v3a2 2 0 0 0 2 2h1a2 2 0 0 0 2 -2v-3a2 2 0 0 0 -2 -2m4 0a1 1 0 0 0 -1 1v5a1 1 0 0 0 2 0v-5a1 1 0 0 0 -1 -1m-4 2v3h-1v-3z"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
471
|
+
const tablerFileDollarFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm0 8a1 1 0 0 0 -1 1v.05a2.5 2.5 0 0 0 .5 4.95h1a.5 .5 0 1 1 0 1h-2.5a1 1 0 0 0 0 2h1a1 1 0 0 0 2 0v-.05a2.5 2.5 0 0 0 -.5 -4.95h-1a.5 .5 0 1 1 0 -1h2.5a1 1 0 0 0 0 -2h-1a1 1 0 0 0 -1 -1"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
470
472
|
const tablerFileDotsFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-3 12a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1m3 0a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1m3 0a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
471
473
|
const tablerFileDownloadFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm0 8a1 1 0 0 0 -1 1v3.585l-.793 -.792a1 1 0 0 0 -1.32 -.083l-.094 .083a1 1 0 0 0 0 1.414l2.5 2.5l.044 .042l.068 .055l.11 .071l.114 .054l.105 .035l.15 .03l.116 .006l.117 -.007l.117 -.02l.108 -.033l.081 -.034l.098 -.052l.092 -.064l.094 -.083l2.5 -2.5a1 1 0 0 0 0 -1.414l-.094 -.083a1 1 0 0 0 -1.32 .083l-.793 .791v-3.584a1 1 0 0 0 -.883 -.993zm2.999 -7.001l4.001 4.001h-4z"></path></svg>`;
|
|
474
|
+
const tablerFileEuroFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm2.334 9.23a4 4 0 0 0 -5.208 2.77h-.126a1 1 0 0 0 0 2h.126a4 4 0 0 0 5.208 2.77a1 1 0 0 0 -.668 -1.885l-.156 .049a2 2 0 0 1 -2.243 -.934h.733a1 1 0 0 0 0 -2h-.733q .056 -.097 .124 -.19a2 2 0 0 1 2.275 -.695l.112 .032a1 1 0 0 0 .556 -1.918"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
472
475
|
const tablerFileFunctionFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm1.5 9h-.333l-.16 .006c-.895 .07 -1.65 .732 -1.75 1.63l-.152 1.364h-.605a1 1 0 0 0 0 2h.382l-.111 1h-.271a1 1 0 0 0 0 2h.333l.16 -.006c.896 -.071 1.652 -.733 1.75 -1.632l.151 -1.362h.606a1 1 0 0 0 0 -2h-.383l.111 -1h.272a1 1 0 0 0 0 -2"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
473
476
|
const tablerFileHorizontalFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M22 12l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007h-4l-.15 -.005a2 2 0 0 1 -1.844 -1.838l-.006 -.157v-4l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007h-9a3 3 0 0 0 -2.995 2.824l-.005 .176v10a3 3 0 0 0 2.824 2.995l.176 .005h14a3 3 0 0 0 2.995 -2.824l.005 -.176z"></path><path d="M17 5v4l4.001 .001z"></path></svg>`;
|
|
474
477
|
const tablerFileInfoFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm0 12h-1a1 1 0 0 0 0 2v3a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007v-3a1 1 0 0 0 -1 -1m.01 -3h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
475
478
|
const tablerFileInvoiceFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm4 15h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2m0 -4h-8a1 1 0 0 0 0 2h8a1 1 0 0 0 0 -2m-7 -7h-1a1 1 0 1 0 0 2h1a1 1 0 1 0 0 -2"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
476
479
|
const tablerFileLambdaFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-2 8a1 1 0 0 0 -.117 1.993l.117 .007c.342 0 .662 .362 1.166 1.445l-1.998 3a1 1 0 0 0 1.664 1.11l1.29 -1.934c.825 1.738 1.508 2.379 2.878 2.379a1 1 0 0 0 .117 -1.993l-.117 -.007c-.39 0 -.75 -.47 -1.387 -1.938l-.415 -.976c-.985 -2.274 -1.656 -3.086 -3.198 -3.086m4.999 -7.001l4.001 4.001h-4z"></path></svg>`;
|
|
477
480
|
const tablerFileMinusFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm3 11h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
481
|
+
const tablerFileMusicFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm.447 9.106a1 1 0 0 0 -1.447 .894v3a2 2 0 0 0 -1.995 1.85l-.005 .15a2 2 0 1 0 4 0v-3.382l.553 .276a1 1 0 0 0 .894 -1.788z"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
478
482
|
const tablerFileNeutralFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm2 14h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2m-3.995 -4h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m4 0h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
483
|
+
const tablerFilePencilFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm1 10l-5 5v2h2l5 -5a1.414 1.414 0 0 0 -2 -2"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
479
484
|
const tablerFilePercentFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm2.01 14h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m.697 -3.707a1 1 0 0 0 -1.414 0l-4 4a1 1 0 0 0 1.414 1.414l4 -4a1 1 0 0 0 0 -1.414m-4.697 -.293h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m4.989 -9.001l4.001 4.001h-4z"></path></svg>`;
|
|
480
485
|
const tablerFilePhoneFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-2.5 7.5a1.5 1.5 0 0 0 -1.5 1.5v1a6 6 0 0 0 6 6h1a1.5 1.5 0 0 0 0 -3h-1l-.144 .007a1.5 1.5 0 0 0 -1.128 .697l-.042 .074l-.022 -.007a4.01 4.01 0 0 1 -2.435 -2.435l-.008 -.023l.075 -.041a1.5 1.5 0 0 0 .704 -1.272v-1a1.5 1.5 0 0 0 -1.5 -1.5m5.499 -6.501l4.001 4.001h-4z"></path></svg>`;
|
|
481
486
|
const tablerFilePowerFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm.555 9.168a1 1 0 0 0 -1.387 .277l-2 3l-.057 .097a1 1 0 0 0 .889 1.458h2.13l-.962 1.445a1 1 0 1 0 1.664 1.11l2 -3l.057 -.097a1 1 0 0 0 -.889 -1.458h-2.132l.964 -1.445a1 1 0 0 0 -.277 -1.387"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
482
487
|
const tablerFileRssFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-3 11a1 1 0 0 0 0 2a2 2 0 0 1 1.995 1.85l.005 .15a1 1 0 0 0 2 0a4 4 0 0 0 -4 -4m0 -3a1 1 0 0 0 0 2a5 5 0 0 1 5 5a1 1 0 0 0 2 0a7 7 0 0 0 -7 -7m.01 6h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m5.989 -13.001l4.001 4.001h-4z"></path></svg>`;
|
|
483
488
|
const tablerFileSadFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm2.571 15.18a4.5 4.5 0 0 0 -5.142 0a1 1 0 1 0 1.142 1.64a2.5 2.5 0 0 1 2.858 0a1 1 0 0 0 1.142 -1.64m-4.565 -5.18h-.011a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m4 0h-.011a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
489
|
+
const tablerFileScissorsFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-2.293 9.293a1 1 0 1 0 -1.414 1.414l2.292 2.293l-1.068 1.067a2.003 2.003 0 0 0 -2.512 1.784l-.005 .149a2 2 0 1 0 3.933 -.516l1.067 -1.069l1.067 1.068a2 2 0 0 0 -.062 .368l-.005 .149a2 2 0 1 0 1.484 -1.933l-1.069 -1.067l2.292 -2.293a1 1 0 0 0 -1.414 -1.414l-2.293 2.292z"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
490
|
+
const tablerFileSettingsFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm0 8.5a1 1 0 0 0 -1 1v.67a3 3 0 0 0 -.909 .516l-.576 -.346a1 1 0 0 0 -1.03 1.714l.575 .346q -.043 .207 -.055 .424l-.005 .176q 0 .28 .05 .548l-.582 .336a1 1 0 0 0 1 1.732l.583 -.336c.277 .238 .598 .425 .95 .55l-.001 .67a1 1 0 0 0 2 0v-.671c.335 -.118 .641 -.294 .909 -.514l.576 .345a1 1 0 0 0 1.03 -1.714l-.575 -.346a3 3 0 0 0 .01 -1.148l.581 -.336a1 1 0 0 0 -1 -1.732l-.582 .335a3 3 0 0 0 -.948 -.548l-.001 -.671a1 1 0 0 0 -1 -1m0 3.5a1 1 0 1 1 0 2a1 1 0 0 1 0 -2"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
491
|
+
const tablerFileSignalFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-1.768 9.818a1 1 0 0 0 -1.414 0a4.5 4.5 0 0 0 0 6.364a1 1 0 0 0 1.414 -1.414a2.5 2.5 0 0 1 0 -3.536a1 1 0 0 0 0 -1.414m4.95 0a1 1 0 0 0 -1.414 1.414a2.5 2.5 0 0 1 0 3.536a1 1 0 0 0 1.414 1.414a4.5 4.5 0 0 0 0 -6.364m-3.182 2.182a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
484
492
|
const tablerFileSmileFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm2.82 14.429a1 1 0 0 0 -1.391 -.25a2.5 2.5 0 0 1 -2.858 0a1 1 0 0 0 -1.142 1.642a4.5 4.5 0 0 0 5.142 0a1 1 0 0 0 .25 -1.392m-4.815 -4.429h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m4 0h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
485
493
|
const tablerFileStarFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm-.2 9a.39 .39 0 0 0 -.351 .217l-1.086 2.193l-2.428 .352a.389 .389 0 0 0 -.217 .665l1.757 1.707l-.415 2.411a.392 .392 0 0 0 .568 .41l2.172 -1.138l2.172 1.138a.39 .39 0 0 0 .567 -.411l-.414 -2.41l1.757 -1.707a.39 .39 0 0 0 -.217 -.665l-2.428 -.352l-1.086 -2.193a.39 .39 0 0 0 -.351 -.217"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
486
494
|
const tablerFileTextFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm3 14h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m0 -4h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m-5 -4h-1a1 1 0 1 0 0 2h1a1 1 0 0 0 0 -2"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
495
|
+
const tablerFileTimeFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm0 8a5 5 0 0 0 -4.995 4.783l-.005 .217a5 5 0 1 0 5 -5m0 2a3 3 0 1 1 0 6a3 3 0 0 1 0 -6m0 .496a1 1 0 0 0 -1 1v1.504a1 1 0 0 0 .293 .707l1 1a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-.707 -.708v-1.089a1 1 0 0 0 -1 -1"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
487
496
|
const tablerFileTypographyFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm3 9h-6a1 1 0 0 0 -1 1v1a1 1 0 0 0 2 0h1v5a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2v-5h1a1 1 0 0 0 2 0v-1a1 1 0 0 0 -1 -1"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
497
|
+
const tablerFileUnknownFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm0 15a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1m1.136 -5.727a2.5 2.5 0 0 0 -3.037 .604a1 1 0 0 0 1.434 1.389l.088 -.09a.5 .5 0 1 1 .379 .824a1 1 0 0 0 -.002 2a2.5 2.5 0 0 0 1.137 -4.727"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
498
|
+
const tablerFileUploadFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm0 9l-.09 .004l-.058 .007l-.118 .025l-.105 .035l-.113 .054l-.111 .071a1 1 0 0 0 -.112 .097l-2.5 2.5a1 1 0 0 0 0 1.414l.094 .083a1 1 0 0 0 1.32 -.083l.793 -.793v3.586a1 1 0 0 0 2 0v-3.585l.793 .792a1 1 0 0 0 1.414 -1.414l-2.5 -2.5l-.082 -.073l-.104 -.074l-.098 -.052l-.11 -.044l-.112 -.03l-.126 -.017z"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
499
|
+
const tablerFileVectorFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005zm2.5 9a2.5 2.5 0 0 0 -2.292 1.5h-.208a3.5 3.5 0 0 0 -3.399 2.666a2.5 2.5 0 0 0 -1.596 2.17l-.005 .164a2.5 2.5 0 1 0 3.676 -2.206a1.5 1.5 0 0 1 1.324 -.794h.208a2.5 2.5 0 1 0 2.292 -3.5m-5 6a.5 .5 0 1 1 0 1a.5 .5 0 0 1 0 -1m5 -4a.5 .5 0 1 1 0 1a.5 .5 0 0 1 0 -1"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
488
500
|
const tablerFileXFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h5zm-1.489 9.14a1 1 0 0 0 -1.301 1.473l.083 .094l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.403 1.403l.094 -.083l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.403 -1.403l-.094 .083l-1.293 1.292l-1.293 -1.292l-.094 -.083l-.102 -.07z"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
489
501
|
const tablerFileFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h5z"></path><path d="M19 7h-4l-.001 -4.001z"></path></svg>`;
|
|
502
|
+
const tablerFilesFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M11 2l3 .001v5.999a1 1 0 0 0 .883 .993l.117 .007h6v6a3 3 0 0 1 -3 3h-1v1a3 3 0 0 1 -3 3h-7a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3h1v-1a3 3 0 0 1 3 -3m-3 6h-1a1 1 0 0 0 -1 1v10a1 1 0 0 0 1 1h7a1 1 0 0 0 1 -1v-1h-4a3 3 0 0 1 -3 -3zm12.415 -1h-4.415v-4.415z"></path></svg>`;
|
|
490
503
|
const tablerFilterFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M20 3h-16a1 1 0 0 0 -1 1v2.227l.008 .223a3 3 0 0 0 .772 1.795l4.22 4.641v8.114a1 1 0 0 0 1.316 .949l6 -2l.108 -.043a1 1 0 0 0 .576 -.906v-6.586l4.121 -4.12a3 3 0 0 0 .879 -2.123v-2.171a1 1 0 0 0 -1 -1z"></path></svg>`;
|
|
491
504
|
const tablerFiltersFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M19.396 11.056a6 6 0 0 1 -5.647 10.506q .206 -.21 .396 -.44a8 8 0 0 0 1.789 -6.155a8.02 8.02 0 0 0 3.462 -3.911"></path><path d="M4.609 11.051a7.99 7.99 0 0 0 9.386 4.698a6 6 0 1 1 -9.534 -4.594z"></path><path d="M12 2a6 6 0 1 1 -6 6l.004 -.225a6 6 0 0 1 5.996 -5.775"></path></svg>`;
|
|
492
505
|
const tablerFishBoneFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M16.675 6.44l.118 .005a1 1 0 0 1 .232 .052l.032 .015l.273 .103c1.936 .771 3.69 2.27 5.253 4.476l.245 .355a1 1 0 0 1 0 1.12c-1.702 2.519 -3.636 4.176 -5.792 4.947a1 1 0 0 1 -1.093 -.288a7.97 7.97 0 0 1 -1.883 -4.225h-2.06v3a1 1 0 0 1 -2 0v-3h-2v1a1 1 0 0 1 -2 0v-1h-1.166l-.335 .324a39 39 0 0 0 -1.751 1.846a1 1 0 0 1 -1.496 -1.328q .593 -.667 1.214 -1.308l.522 -.528l-.523 -.529a42 42 0 0 1 -.613 -.648l-.6 -.661a1 1 0 1 1 1.496 -1.328a40 40 0 0 0 2.069 2.161l1.183 -.001v-1a1 1 0 1 1 2 0v1h2v-3a1 1 0 0 1 2 0v3h2.062a7.97 7.97 0 0 1 1.656 -3.953l.196 -.24l.075 -.081l.105 -.088l.068 -.048l.097 -.052l.069 -.03l.138 -.042l.091 -.017q .059 -.007 .118 -.009m1.325 3.56a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1"></path></svg>`;
|
|
@@ -757,6 +770,7 @@ const tablerReceiptYuanFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="
|
|
|
757
770
|
const tablerReceiptFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M17 2a3 3 0 0 1 3 3v16a1 1 0 0 1 -1.555 .832l-2.318 -1.545l-1.42 1.42a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.293 -1.292l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.421 -1.42l-2.317 1.545l-.019 .012l-.054 .03l-.028 .017l-.054 .023l-.05 .023l-.049 .015l-.06 .019l-.052 .009l-.057 .011l-.084 .006l-.026 .003h-.022l-.049 -.003h-.039l-.013 -.003h-.016l-.041 -.008l-.038 -.005l-.015 -.005l-.018 -.002l-.034 -.011l-.04 -.01l-.019 -.007l-.015 -.004l-.029 -.013l-.04 -.015l-.021 -.011l-.013 -.005l-.028 -.016l-.036 -.018l-.014 -.01l-.018 -.01l-.038 -.027l-.022 -.014l-.01 -.009l-.02 -.014l-.045 -.041l-.012 -.008l-.024 -.024l-.035 -.039l-.02 -.02l-.007 -.011l-.011 -.012l-.032 -.045l-.02 -.025l-.012 -.019l-.03 -.054l-.017 -.028l-.023 -.054l-.023 -.05a1 1 0 0 1 -.034 -.108l-.01 -.057l-.01 -.053l-.009 -.132v-16a3 3 0 0 1 3 -3zm-2 12h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2m0 -4h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m0 -4h-6a1 1 0 1 0 0 2h6a1 1 0 0 0 0 -2"></path></svg>`;
|
|
758
771
|
const tablerRectangleVerticalFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M17 2h-10a3 3 0 0 0 -3 3v14a3 3 0 0 0 3 3h10a3 3 0 0 0 3 -3v-14a3 3 0 0 0 -3 -3z"></path></svg>`;
|
|
759
772
|
const tablerRectangleFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M19 4h-14a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3 -3v-10a3 3 0 0 0 -3 -3z"></path></svg>`;
|
|
773
|
+
const tablerRegisteredFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-5 4.66h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-1h.585l1.708 1.707a1 1 0 0 0 1.414 -1.414l-.9 -.899a3 3 0 0 0 -1.807 -5.394m0 2a1 1 0 0 1 0 2h-1v-2z"></path></svg>`;
|
|
760
774
|
const tablerRelationManyToManyFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-3.2 5.4c-.577 -.769 -1.8 -.361 -1.8 .6v4a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-1l1.2 1.6c.577 .769 1.8 .361 1.8 -.6v-4a1 1 0 0 0 -1 -1l-.117 .007a1 1 0 0 0 -.883 .993v1zm-9 0c-.577 -.769 -1.8 -.361 -1.8 .6v4a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-1l1.2 1.6c.577 .769 1.8 .361 1.8 -.6v-4a1 1 0 0 0 -1 -1l-.117 .007a1 1 0 0 0 -.883 .993v1zm5.2 3.1a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m0 -3a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1"></path></svg>`;
|
|
761
775
|
const tablerRelationOneToManyFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-4.2 5.4c-.577 -.769 -1.8 -.361 -1.8 .6v4a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-1l1.2 1.6c.577 .769 1.8 .361 1.8 -.6v-4a1 1 0 0 0 -1 -1l-.117 .007a1 1 0 0 0 -.883 .993v1zm-6.8 -.4h-1a1 1 0 1 0 0 2v3a1 1 0 0 0 2 0v-4a1 1 0 0 0 -1 -1m3 3.5a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m0 -3a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1"></path></svg>`;
|
|
762
776
|
const tablerRelationOneToOneFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-10 5h-1a1 1 0 1 0 0 2v3a1 1 0 0 0 2 0v-4a1 1 0 0 0 -1 -1m7 0h-1a1 1 0 0 0 0 2v3a1 1 0 0 0 2 0v-4a1 1 0 0 0 -1 -1m-4 3.5a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1m0 -3a1 1 0 0 0 -1 1v.01a1 1 0 0 0 2 0v-.01a1 1 0 0 0 -1 -1"></path></svg>`;
|
|
@@ -956,10 +970,14 @@ const tablerUfoFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 2
|
|
|
956
970
|
const tablerUmbrellaFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 3a9 9 0 0 1 9 9a1 1 0 0 1 -.883 .993l-.117 .007h-7v5a1 1 0 0 0 1.993 .117l.007 -.117a1 1 0 0 1 2 0a3 3 0 0 1 -5.995 .176l-.005 -.176v-5h-7a1 1 0 0 1 -.993 -.883l-.007 -.117a9 9 0 0 1 9 -9z"></path></svg>`;
|
|
957
971
|
const tablerUserFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2a5 5 0 1 1 -5 5l.005 -.217a5 5 0 0 1 4.995 -4.783z"></path><path d="M14 14a5 5 0 0 1 5 5v1a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-1a5 5 0 0 1 5 -5h4z"></path></svg>`;
|
|
958
972
|
const tablerVersionsFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M18 4h-6a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h6a3 3 0 0 0 3 -3v-10a3 3 0 0 0 -3 -3z"></path><path d="M7 6a1 1 0 0 1 .993 .883l.007 .117v10a1 1 0 0 1 -1.993 .117l-.007 -.117v-10a1 1 0 0 1 1 -1z"></path><path d="M4 7a1 1 0 0 1 .993 .883l.007 .117v8a1 1 0 0 1 -1.993 .117l-.007 -.117v-8a1 1 0 0 1 1 -1z"></path></svg>`;
|
|
973
|
+
const tablerVideoMinusFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M13 5a3 3 0 0 1 3 3v.381l3.106 -1.552a2 2 0 0 1 2.894 1.789v6.765a2 2 0 0 1 -2.894 1.787l-3.106 -1.552v.382a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3zm-2 6h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2"></path></svg>`;
|
|
974
|
+
const tablerVideoPlusFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M13 5a3 3 0 0 1 3 3v.381l3.106 -1.552a2 2 0 0 1 2.894 1.789v6.765a2 2 0 0 1 -2.894 1.787l-3.106 -1.552v.382a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3zm-4 4a1 1 0 0 0 -1 1v1h-1a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 0 -2h-1v-1a1 1 0 0 0 -1 -1"></path></svg>`;
|
|
959
975
|
const tablerVideoFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M20.117 7.625a1 1 0 0 0 -.564 .1l-4.553 2.275v4l4.553 2.275a1 1 0 0 0 1.447 -.892v-6.766a1 1 0 0 0 -.883 -.992z"></path><path d="M5 5c-1.645 0 -3 1.355 -3 3v8c0 1.645 1.355 3 3 3h8c1.645 0 3 -1.355 3 -3v-8c0 -1.645 -1.355 -3 -3 -3z"></path></svg>`;
|
|
960
976
|
const tablerWindmillFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2c3.292 0 6 2.435 6 5.5c0 1.337 -.515 2.554 -1.369 3.5h4.369a1 1 0 0 1 1 1c0 3.292 -2.435 6 -5.5 6c-1.336 0 -2.553 -.515 -3.5 -1.368v4.368a1 1 0 0 1 -1 1c-3.292 0 -6 -2.435 -6 -5.5c0 -1.336 .515 -2.553 1.368 -3.5h-4.368a1 1 0 0 1 -1 -1c0 -3.292 2.435 -6 5.5 -6c1.337 0 2.554 .515 3.5 1.369v-4.369a1 1 0 0 1 1 -1z"></path></svg>`;
|
|
961
977
|
const tablerWindsockFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M6 2a1 1 0 0 1 1 1v1.079l11.083 .924a1 1 0 0 1 .917 .997v4a1 1 0 0 1 -.917 .997l-11.083 .923v8.08h1a1 1 0 0 1 0 2h-4a1 1 0 0 1 0 -2h1v-17a1 1 0 0 1 1 -1m1 4.086v3.827l3 -.25v-3.327zm7 .584v2.659l3 -.25v-2.159z"></path></svg>`;
|
|
962
978
|
const tablerWomanFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M14 8c1.91 0 3.79 .752 5.625 2.219a1 1 0 1 1 -1.25 1.562c-1.019 -.815 -2.016 -1.345 -2.997 -1.6l1.584 5.544a1 1 0 0 1 -.962 1.275h-1v4a1 1 0 0 1 -2 0v-4h-2v4a1 1 0 0 1 -2 0v-4h-1a1 1 0 0 1 -.962 -1.275l1.584 -5.545c-.98 .256 -1.978 .786 -2.997 1.601a1 1 0 1 1 -1.25 -1.562c1.733 -1.386 3.506 -2.133 5.307 -2.212l.335 -.007z"></path><path d="M12 1a3 3 0 1 1 -3 3l.005 -.176a3 3 0 0 1 2.995 -2.824"></path></svg>`;
|
|
979
|
+
const tablerWritingSignFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M6 11c-.483 0 -1.021 .725 -1 1.983c.013 .783 .29 1.3 1.035 2.07l.107 .107l.101 -.134c.466 -.643 .714 -1.266 .752 -1.864l.005 -.162l-.003 -.563c-.017 -1.284 -.13 -1.422 -.807 -1.436zm12 -9c1.673 0 3 1.327 3 3v1h-6v-1c0 -1.673 1.327 -3 3 -3m2.707 15.707l-2 2l-.08 .071l-.043 .034l-.084 .054l-.103 .052l-.084 .032l-.08 .023l-.143 .023l-.071 .004h-2.519c-1.616 0 -2.954 -.83 -4.004 -2.393l-.026 -.04l-.273 .431l-.365 .557c-1.356 2.034 -2.942 1.691 -4.7 -.41l-.064 -.076l-.176 .147q -.897 .727 -2.045 1.438l-.332 .203a1 1 0 1 1 -1.03 -1.714a19 19 0 0 0 2.17 -1.498l.078 -.065l-.147 -.15c-.998 -1.033 -1.498 -1.904 -1.576 -3.157l-.01 -.256c-.038 -2.273 1.257 -4.017 3 -4.017c2.052 0 3 .948 3 4c0 1.218 -.47 2.392 -1.392 3.532l-.11 .13l.28 .36c.784 .985 .994 .992 1.343 .492l.047 -.069q .97 -1.456 1.437 -2.392a1 1 0 0 1 1.814 .053c.858 2.002 1.878 2.894 3.081 2.894l.085 -.001l-.292 -.292a1 1 0 0 1 -.293 -.707v-9h6v9a1 1 0 0 1 -.293 .707"></path></svg>`;
|
|
980
|
+
const tablerWritingFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M21 8v9a1 1 0 0 1 -.293 .707l-2 2a1 1 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006h-13a3 3 0 0 1 0 -6h4a1 1 0 0 0 0 -2h-3a1 1 0 0 1 0 -2h3a3 3 0 0 1 0 6h-4a1 1 0 0 0 0 2h10.585l-.292 -.293a1 1 0 0 1 -.293 -.707v-9zm-3 -6c1.673 0 3 1.327 3 3v1h-6v-1c0 -1.673 1.327 -3 3 -3"></path></svg>`;
|
|
963
981
|
const tablerXboxAFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m.936 5.649c-.324 -.865 -1.548 -.865 -1.872 0l-3 8a1 1 0 0 0 .585 1.287l.111 .035a1 1 0 0 0 1.176 -.62l.507 -1.351h3.114l.507 1.351a1 1 0 1 0 1.872 -.702zm-.936 3.199l.807 2.152h-1.614z"></path></svg>`;
|
|
964
982
|
const tablerXboxBFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m1 5h-3a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h3a3 3 0 0 0 2.235 -5a3 3 0 0 0 -2.235 -5m0 6a1 1 0 0 1 1 1l-.007 .117a1 1 0 0 1 -.993 .883h-2v-2zm0 -4a1 1 0 0 1 0 2h-2v-2z"></path></svg>`;
|
|
965
983
|
const tablerXboxXFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10m3.6 5.2a1 1 0 0 0 -1.4 .2l-2.2 2.933l-2.2 -2.933a1 1 0 1 0 -1.6 1.2l2.55 3.4l-2.55 3.4a1 1 0 1 0 1.6 1.2l2.2 -2.933l2.2 2.933a1 1 0 0 0 1.6 -1.2l-2.55 -3.4l2.55 -3.4a1 1 0 0 0 -.2 -1.4"></path></svg>`;
|
|
@@ -984,5 +1002,5 @@ const tablerZoomFill = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24
|
|
|
984
1002
|
* Generated bundle index. Do not edit.
|
|
985
1003
|
*/
|
|
986
1004
|
|
|
987
|
-
export { tablerAccessibleFill, tablerAdCircleFill, tablerAdFill, tablerAdjustmentsFill, tablerAerialLiftFill, tablerAffiliateFill, tablerAirBalloonFill, tablerAlarmFill, tablerAlarmMinusFill, tablerAlarmPlusFill, tablerAlarmSnoozeFill, tablerAlertCircleFill, tablerAlertHexagonFill, tablerAlertOctagonFill, tablerAlertSquareFill, tablerAlertSquareRoundedFill, tablerAlertTriangleFill, tablerAlienFill, tablerAlignBoxBottomCenterFill, tablerAlignBoxBottomLeftFill, tablerAlignBoxBottomRightFill, tablerAlignBoxCenterMiddleFill, tablerAlignBoxLeftBottomFill, tablerAlignBoxLeftMiddleFill, tablerAlignBoxLeftTopFill, tablerAlignBoxRightBottomFill, tablerAlignBoxRightMiddleFill, tablerAlignBoxRightTopFill, tablerAlignBoxTopCenterFill, tablerAlignBoxTopLeftFill, tablerAlignBoxTopRightFill, tablerAnalyzeFill, tablerAppWindowFill, tablerAppleFill, tablerAppsFill, tablerArchiveFill, tablerArrowAutofitContentFill, tablerArrowAutofitDownFill, tablerArrowAutofitHeightFill, tablerArrowAutofitLeftFill, tablerArrowAutofitRightFill, tablerArrowAutofitUpFill, tablerArrowAutofitWidthFill, tablerArrowBadgeDownFill, tablerArrowBadgeLeftFill, tablerArrowBadgeRightFill, tablerArrowBadgeUpFill, tablerArrowBigDownFill, tablerArrowBigDownLineFill, tablerArrowBigDownLinesFill, tablerArrowBigLeftFill, tablerArrowBigLeftLineFill, tablerArrowBigLeftLinesFill, tablerArrowBigRightFill, tablerArrowBigRightLineFill, tablerArrowBigRightLinesFill, tablerArrowBigUpFill, tablerArrowBigUpLineFill, tablerArrowBigUpLinesFill, tablerArrowDownCircleFill, tablerArrowDownRhombusFill, tablerArrowDownSquareFill, tablerArrowGuideFill, tablerArrowLeftCircleFill, tablerArrowLeftRhombusFill, tablerArrowLeftSquareFill, tablerArrowMoveDownFill, tablerArrowMoveLeftFill, tablerArrowMoveRightFill, tablerArrowMoveUpFill, tablerArrowRightCircleFill, tablerArrowRightRhombusFill, tablerArrowRightSquareFill, tablerArrowUpCircleFill, tablerArrowUpRhombusFill, tablerArrowUpSquareFill, tablerArtboardFill, tablerArticleFill, tablerAspectRatioFill, tablerAssemblyFill, tablerAssetFill, tablerAtom2Fill, tablerAutomaticGearboxFill, tablerAwardFill, tablerBabyCarriageFill, tablerBackspaceFill, tablerBadge3dFill, tablerBadge4kFill, tablerBadge8kFill, tablerBadgeAdFill, tablerBadgeArFill, tablerBadgeCcFill, tablerBadgeFill, tablerBadgeHdFill, tablerBadgeSdFill, tablerBadgeTmFill, tablerBadgeVoFill, tablerBadgeVrFill, tablerBadgeWcFill, tablerBadgesFill, tablerBalloonFill, tablerBallpenFill, tablerBandageFill, tablerBarbellFill, tablerBarrierBlockFill, tablerBasketFill, tablerBathFill, tablerBattery1Fill, tablerBattery2Fill, tablerBattery3Fill, tablerBattery4Fill, tablerBatteryAutomotiveFill, tablerBatteryFill, tablerBatteryVertical1Fill, tablerBatteryVertical2Fill, tablerBatteryVertical3Fill, tablerBatteryVertical4Fill, tablerBatteryVerticalFill, tablerBedFill, tablerBedFlatFill, tablerBeerFill, tablerBellFill, tablerBellMinusFill, tablerBellPlusFill, tablerBellRinging2Fill, tablerBellRingingFill, tablerBellXFill, tablerBellZFill, tablerBikeFill, tablerBinaryTree2Fill, tablerBinaryTreeFill, tablerBinocularsFill, tablerBiohazardFill, tablerBladeFill, tablerBlenderFill, tablerBlobFill, tablerBoltFill, tablerBombFill, tablerBoneFill, tablerBongFill, tablerBookFill, tablerBookmarkFill, tablerBookmarksFill, tablerBoomFill, tablerBottleFill, tablerBounceLeftFill, tablerBounceRightFill, tablerBowFill, tablerBowlChopsticksFill, tablerBowlFill, tablerBowlSpoonFill, tablerBoxAlignBottomFill, tablerBoxAlignBottomLeftFill, tablerBoxAlignBottomRightFill, tablerBoxAlignLeftFill, tablerBoxAlignRightFill, tablerBoxAlignTopFill, tablerBoxAlignTopLeftFill, tablerBoxAlignTopRightFill, tablerBoxMultipleFill, tablerBrandAngularFill, tablerBrandAppleFill, tablerBrandBitbucketFill, tablerBrandDiscordFill, tablerBrandDribbbleFill, tablerBrandFacebookFill, tablerBrandGithubFill, tablerBrandGoogleFill, tablerBrandInstagramFill, tablerBrandKickFill, tablerBrandLinkedinFill, tablerBrandMessengerFill, tablerBrandOpenSourceFill, tablerBrandOperaFill, tablerBrandPatreonFill, tablerBrandPaypalFill, tablerBrandPinterestFill, tablerBrandSketchFill, tablerBrandSnapchatFill, tablerBrandSpotifyFill, tablerBrandSteamFill, tablerBrandStripeFill, tablerBrandTablerFill, tablerBrandTiktokFill, tablerBrandTinderFill, tablerBrandTumblrFill, tablerBrandTwitterFill, tablerBrandVercelFill, tablerBrandVimeoFill, tablerBrandWeiboFill, tablerBrandWhatsappFill, tablerBrandWindowsFill, tablerBrandXFill, tablerBrandYoutubeFill, tablerBreadFill, tablerBriefcase2Fill, tablerBriefcaseFill, tablerBrightnessAutoFill, tablerBrightnessDownFill, tablerBrightnessFill, tablerBrightnessUpFill, tablerBubbleFill, tablerBubbleTextFill, tablerBugFill, tablerBuildingBridge2Fill, tablerBuildingBroadcastTowerFill, tablerBulbFill, tablerBusFill, tablerButterflyFill, tablerCactusFill, tablerCalculatorFill, tablerCalendarEventFill, tablerCalendarFill, tablerCalendarMonthFill, tablerCalendarWeekFill, tablerCameraFill, tablerCampfireFill, tablerCandleFill, tablerCannabisFill, tablerCapsuleFill, tablerCapsuleHorizontalFill, tablerCaptureFill, tablerCar4wdFill, tablerCarCraneFill, tablerCarFanFill, tablerCarFill, tablerCarSuvFill, tablerCarambolaFill, tablerCaravanFill, tablerCardboardsFill, tablerCardsFill, tablerCaretDownFill, tablerCaretLeftFill, tablerCaretLeftRightFill, tablerCaretRightFill, tablerCaretUpDownFill, tablerCaretUpFill, tablerCarouselHorizontalFill, tablerCarouselVerticalFill, tablerCashBanknoteFill, tablerCategoryFill, tablerChargingPileFill, tablerChartAreaFill, tablerChartAreaLineFill, tablerChartBubbleFill, tablerChartCandleFill, tablerChartDonutFill, tablerChartDots2Fill, tablerChartDots3Fill, tablerChartDotsFill, tablerChartFunnelFill, tablerChartGridDotsFill, tablerChartPie2Fill, tablerChartPie3Fill, tablerChartPie4Fill, tablerChartPieFill, tablerChefHatFill, tablerCherryFill, tablerChessBishopFill, tablerChessFill, tablerChessKingFill, tablerChessKnightFill, tablerChessQueenFill, tablerChessRookFill, tablerChristmasTreeFill, tablerCircleArrowDownFill, tablerCircleArrowDownLeftFill, tablerCircleArrowDownRightFill, tablerCircleArrowLeftFill, tablerCircleArrowRightFill, tablerCircleArrowUpFill, tablerCircleArrowUpLeftFill, tablerCircleArrowUpRightFill, tablerCircleCaretDownFill, tablerCircleCaretLeftFill, tablerCircleCaretRightFill, tablerCircleCaretUpFill, tablerCircleCheckFill, tablerCircleChevronDownFill, tablerCircleChevronLeftFill, tablerCircleChevronRightFill, tablerCircleChevronUpFill, tablerCircleChevronsDownFill, tablerCircleChevronsLeftFill, tablerCircleChevronsRightFill, tablerCircleChevronsUpFill, tablerCircleDotFill, tablerCircleFill, tablerCircleKeyFill, tablerCircleLetterAFill, tablerCircleLetterBFill, tablerCircleLetterCFill, tablerCircleLetterDFill, tablerCircleLetterEFill, tablerCircleLetterFFill, tablerCircleLetterGFill, tablerCircleLetterHFill, tablerCircleLetterIFill, tablerCircleLetterJFill, tablerCircleLetterKFill, tablerCircleLetterLFill, tablerCircleLetterMFill, tablerCircleLetterNFill, tablerCircleLetterOFill, tablerCircleLetterPFill, tablerCircleLetterQFill, tablerCircleLetterRFill, tablerCircleLetterSFill, tablerCircleLetterTFill, tablerCircleLetterUFill, tablerCircleLetterVFill, tablerCircleLetterWFill, tablerCircleLetterXFill, tablerCircleLetterYFill, tablerCircleLetterZFill, tablerCircleNumber0Fill, tablerCircleNumber1Fill, tablerCircleNumber2Fill, tablerCircleNumber3Fill, tablerCircleNumber4Fill, tablerCircleNumber5Fill, tablerCircleNumber6Fill, tablerCircleNumber7Fill, tablerCircleNumber8Fill, tablerCircleNumber9Fill, tablerCirclePercentageFill, tablerCirclePlusFill, tablerCircleRectangleFill, tablerCircleXFill, tablerCirclesFill, tablerClipboardCheckFill, tablerClipboardDataFill, tablerClipboardFill, tablerClipboardListFill, tablerClipboardPlusFill, tablerClipboardSmileFill, tablerClipboardTextFill, tablerClipboardTypographyFill, tablerClipboardXFill, tablerClockFill, tablerClockHour10Fill, tablerClockHour11Fill, tablerClockHour12Fill, tablerClockHour1Fill, tablerClockHour2Fill, tablerClockHour3Fill, tablerClockHour4Fill, tablerClockHour5Fill, tablerClockHour6Fill, tablerClockHour7Fill, tablerClockHour8Fill, tablerClockHour9Fill, tablerCloudComputingFill, tablerCloudDataConnectionFill, tablerCloudFill, tablerCloverFill, tablerClubsFill, tablerCodeCircle2Fill, tablerCodeCircleFill, tablerCoinBitcoinFill, tablerCoinEuroFill, tablerCoinFill, tablerCoinMoneroFill, tablerCoinPoundFill, tablerCoinRupeeFill, tablerCoinTakaFill, tablerCoinYenFill, tablerCoinYuanFill, tablerColumns1Fill, tablerColumns2Fill, tablerColumns3Fill, tablerCompassFill, tablerCone2Fill, tablerConeFill, tablerConfettiFill, tablerContainerFill, tablerContrast2Fill, tablerContrastFill, tablerCookieFill, tablerCookieManFill, tablerCopyCheckFill, tablerCopyMinusFill, tablerCopyPlusFill, tablerCopyXFill, tablerCopyleftFill, tablerCopyrightFill, tablerCreditCardFill, tablerCrop11Fill, tablerCrop169Fill, tablerCrop32Fill, tablerCrop54Fill, tablerCrop75Fill, tablerCropLandscapeFill, tablerCropPortraitFill, tablerCrossFill, tablerCurrentLocationFill, tablerDashboardFill, tablerDeviceCctvFill, tablerDeviceDesktopFill, tablerDeviceGamepad3Fill, tablerDeviceHeartMonitorFill, tablerDeviceImacFill, tablerDeviceIpadFill, tablerDeviceMobileFill, tablerDeviceRemoteFill, tablerDeviceSpeakerFill, tablerDeviceTabletFill, tablerDeviceTvFill, tablerDeviceTvOldFill, tablerDeviceUnknownFill, tablerDeviceUsbFill, tablerDeviceVisionProFill, tablerDeviceWatchFill, tablerDialpadFill, tablerDiamondFill, tablerDiamondsFill, tablerDice1Fill, tablerDice2Fill, tablerDice3Fill, tablerDice4Fill, tablerDice5Fill, tablerDice6Fill, tablerDiceFill, tablerDirectionArrowsFill, tablerDirectionSignFill, tablerDirectionsFill, tablerDiscFill, tablerDiscountFill, tablerDropCircleFill, tablerDropletFill, tablerDropletHalf2Fill, tablerDropletHalfFill, tablerDropletsFill, tablerDualScreenFill, tablerDumplingFill, tablerEaseInControlPointFill, tablerEaseInOutControlPointsFill, tablerEaseOutControlPointFill, tablerEggCrackedFill, tablerEggFill, tablerEggFriedFill, tablerElevatorFill, tablerEngineFill, tablerEscalatorDownFill, tablerEscalatorFill, tablerEscalatorUpFill, tablerExchangeFill, tablerExclamationCircleFill, tablerExplicitFill, tablerExposureFill, tablerEyeFill, tablerEyeTableFill, tablerEyeglass2Fill, tablerEyeglassFill, tablerFaceMaskFill, tablerFaviconFill, tablerFeatherFill, tablerFenceFill, tablerFerryFill, tablerFidgetSpinnerFill, tablerFileAnalyticsFill, tablerFileCheckFill, tablerFileCode2Fill, tablerFileCodeFill, tablerFileCvFill, tablerFileDeltaFill, tablerFileDescriptionFill, tablerFileDiffFill, tablerFileDigitFill, tablerFileDotsFill, tablerFileDownloadFill, tablerFileFill, tablerFileFunctionFill, tablerFileHorizontalFill, tablerFileInfoFill, tablerFileInvoiceFill, tablerFileLambdaFill, tablerFileMinusFill, tablerFileNeutralFill, tablerFilePercentFill, tablerFilePhoneFill, tablerFilePowerFill, tablerFileRssFill, tablerFileSadFill, tablerFileSmileFill, tablerFileStarFill, tablerFileTextFill, tablerFileTypographyFill, tablerFileXFill, tablerFilterFill, tablerFiltersFill, tablerFishBoneFill, tablerFlag2Fill, tablerFlag3Fill, tablerFlagFill, tablerFlameFill, tablerFlareFill, tablerFlask2Fill, tablerFlaskFill, tablerFlowerFill, tablerFolderFill, tablerFoldersFill, tablerForbid2Fill, tablerForbidFill, tablerFountainFill, tablerFunctionFill, tablerGardenCartFill, tablerGasStationFill, tablerGaugeFill, tablerGhost2Fill, tablerGhost3Fill, tablerGhostFill, tablerGiftCardFill, tablerGiftFill, tablerGlassFill, tablerGlassFullFill, tablerGlobeFill, tablerGolfFill, tablerGpsFill, tablerGraphFill, tablerGridPatternFill, tablerGuitarPickFill, tablerHanger2Fill, tablerHeadphonesFill, tablerHeartBrokenFill, tablerHeartFill, tablerHelicopterFill, tablerHelicopterLandingFill, tablerHelpCircleFill, tablerHelpHexagonFill, tablerHelpOctagonFill, tablerHelpSquareFill, tablerHelpSquareRoundedFill, tablerHelpTriangleFill, tablerHexagonFill, tablerHexagonLetterAFill, tablerHexagonLetterBFill, tablerHexagonLetterCFill, tablerHexagonLetterDFill, tablerHexagonLetterEFill, tablerHexagonLetterFFill, tablerHexagonLetterGFill, tablerHexagonLetterHFill, tablerHexagonLetterIFill, tablerHexagonLetterJFill, tablerHexagonLetterKFill, tablerHexagonLetterLFill, tablerHexagonLetterMFill, tablerHexagonLetterNFill, tablerHexagonLetterOFill, tablerHexagonLetterPFill, tablerHexagonLetterQFill, tablerHexagonLetterRFill, tablerHexagonLetterSFill, tablerHexagonLetterTFill, tablerHexagonLetterUFill, tablerHexagonLetterVFill, tablerHexagonLetterWFill, tablerHexagonLetterXFill, tablerHexagonLetterYFill, tablerHexagonLetterZFill, tablerHexagonMinusFill, tablerHexagonNumber0Fill, tablerHexagonNumber1Fill, tablerHexagonNumber2Fill, tablerHexagonNumber3Fill, tablerHexagonNumber4Fill, tablerHexagonNumber5Fill, tablerHexagonNumber6Fill, tablerHexagonNumber7Fill, tablerHexagonNumber8Fill, tablerHexagonNumber9Fill, tablerHexagonPlusFill, tablerHomeFill, tablerHospitalCircleFill, tablerHourglassFill, tablerIconsFill, tablerInfoCircleFill, tablerInfoHexagonFill, tablerInfoOctagonFill, tablerInfoSquareFill, tablerInfoSquareRoundedFill, tablerInfoTriangleFill, tablerInnerShadowBottomFill, tablerInnerShadowBottomLeftFill, tablerInnerShadowBottomRightFill, tablerInnerShadowLeftFill, tablerInnerShadowRightFill, tablerInnerShadowTopFill, tablerInnerShadowTopLeftFill, tablerInnerShadowTopRightFill, tablerIroning1Fill, tablerIroning2Fill, tablerIroning3Fill, tablerIroningFill, tablerIroningSteamFill, tablerJetpackFill, tablerJewishStarFill, tablerKeyFill, tablerKeyboardFill, tablerKeyframeAlignCenterFill, tablerKeyframeAlignHorizontalFill, tablerKeyframeAlignVerticalFill, tablerKeyframeFill, tablerKeyframesFill, tablerLabelFill, tablerLabelImportantFill, tablerLassoPolygonFill, tablerLaurelWreath1Fill, tablerLaurelWreath2Fill, tablerLaurelWreath3Fill, tablerLaurelWreathFill, tablerLayout2Fill, tablerLayoutAlignBottomFill, tablerLayoutAlignCenterFill, tablerLayoutAlignLeftFill, tablerLayoutAlignMiddleFill, tablerLayoutAlignRightFill, tablerLayoutAlignTopFill, tablerLayoutBoardFill, tablerLayoutBoardSplitFill, tablerLayoutBottombarCollapseFill, tablerLayoutBottombarExpandFill, tablerLayoutBottombarFill, tablerLayoutCardsFill, tablerLayoutDashboardFill, tablerLayoutDistributeHorizontalFill, tablerLayoutDistributeVerticalFill, tablerLayoutFill, tablerLayoutGridFill, tablerLayoutKanbanFill, tablerLayoutListFill, tablerLayoutNavbarCollapseFill, tablerLayoutNavbarExpandFill, tablerLayoutNavbarFill, tablerLayoutSidebarFill, tablerLayoutSidebarLeftCollapseFill, tablerLayoutSidebarLeftExpandFill, tablerLayoutSidebarRightCollapseFill, tablerLayoutSidebarRightExpandFill, tablerLayoutSidebarRightFill, tablerLegoFill, tablerLemon2Fill, tablerLibraryFill, tablerLibraryPlusFill, tablerLifebuoyFill, tablerLivePhotoFill, tablerLiveViewFill, tablerLocationFill, tablerLockFill, tablerLockSquareRoundedFill, tablerLungsFill, tablerMacroFill, tablerMagnetFill, tablerMailFill, tablerMailOpenedFill, tablerManFill, tablerManualGearboxFill, tablerMapPinFill, tablerMedicalCrossFill, tablerMeepleFill, tablerMelonFill, tablerMessage2Fill, tablerMessageChatbotFill, tablerMessageCircleFill, tablerMessageFill, tablerMessageReportFill, tablerMeteorFill, tablerMichelinStarFill, tablerMickeyFill, tablerMicrophoneFill, tablerMicroscopeFill, tablerMicrowaveFill, tablerMilitaryRankFill, tablerMilkFill, tablerMoodAngryFill, tablerMoodConfuzedFill, tablerMoodCrazyHappyFill, tablerMoodEmptyFill, tablerMoodHappyFill, tablerMoodKidFill, tablerMoodNeutralFill, tablerMoodSadFill, tablerMoodSmileFill, tablerMoodWrrrFill, tablerMoonFill, tablerMotorbikeFill, tablerMountainFill, tablerMouseFill, tablerMugFill, tablerMushroomFill, tablerNavigationFill, tablerNurseFill, tablerOctagonFill, tablerOctagonMinusFill, tablerOctagonPlusFill, tablerOvalFill, tablerOvalVerticalFill, tablerPaintFill, tablerPaletteFill, tablerPanoramaHorizontalFill, tablerPanoramaVerticalFill, tablerParkingCircleFill, tablerPawFill, tablerPennant2Fill, tablerPennantFill, tablerPentagonFill, tablerPhoneFill, tablerPhotoFill, tablerPictureInPictureFill, tablerPictureInPictureTopFill, tablerPigFill, tablerPillFill, tablerPinFill, tablerPinnedFill, tablerPizzaFill, tablerPlayCard10Fill, tablerPlayCard1Fill, tablerPlayCard2Fill, tablerPlayCard3Fill, tablerPlayCard4Fill, tablerPlayCard5Fill, tablerPlayCard6Fill, tablerPlayCard7Fill, tablerPlayCard8Fill, tablerPlayCard9Fill, tablerPlayCardAFill, tablerPlayCardJFill, tablerPlayCardKFill, tablerPlayCardQFill, tablerPlayCardStarFill, tablerPlayerEjectFill, tablerPlayerPauseFill, tablerPlayerPlayFill, tablerPlayerRecordFill, tablerPlayerSkipBackFill, tablerPlayerSkipForwardFill, tablerPlayerStopFill, tablerPlayerTrackNextFill, tablerPlayerTrackPrevFill, tablerPointFill, tablerPointerFill, tablerPolaroidFill, tablerPooFill, tablerPresentationAnalyticsFill, tablerPresentationFill, tablerPuzzleFill, tablerQuoteFill, tablerRadarFill, tablerRadioactiveFill, tablerReceiptDollarFill, tablerReceiptEuroFill, tablerReceiptFill, tablerReceiptPoundFill, tablerReceiptRupeeFill, tablerReceiptYenFill, tablerReceiptYuanFill, tablerRectangleFill, tablerRectangleVerticalFill, tablerRelationManyToManyFill, tablerRelationOneToManyFill, tablerRelationOneToOneFill, tablerReplaceFill, tablerRollercoasterFill, tablerRosetteDiscountCheckFill, tablerRosetteDiscountFill, tablerRosetteFill, tablerSaladFill, tablerScubaDivingTankFill, tablerSectionFill, tablerSeedlingFill, tablerSettingsFill, tablerShieldCheckFill, tablerShieldCheckeredFill, tablerShieldFill, tablerShieldHalfFill, tablerShieldLockFill, tablerShirtFill, tablerShoppingCartFill, tablerSignLeftFill, tablerSignRightFill, tablerSitemapFill, tablerSortAscending2Fill, tablerSortAscendingShapesFill, tablerSortDescending2Fill, tablerSortDescendingShapesFill, tablerSoupFill, tablerSpadeFill, tablerSpeedboatFill, tablerSpiderFill, tablerSquareArrowDownFill, tablerSquareArrowLeftFill, tablerSquareArrowRightFill, tablerSquareArrowUpFill, tablerSquareAsteriskFill, tablerSquareCheckFill, tablerSquareChevronDownFill, tablerSquareChevronLeftFill, tablerSquareChevronRightFill, tablerSquareChevronUpFill, tablerSquareChevronsDownFill, tablerSquareChevronsLeftFill, tablerSquareChevronsRightFill, tablerSquareChevronsUpFill, tablerSquareDotFill, tablerSquareF0Fill, tablerSquareF1Fill, tablerSquareF2Fill, tablerSquareF3Fill, tablerSquareF4Fill, tablerSquareF5Fill, tablerSquareF6Fill, tablerSquareF7Fill, tablerSquareF8Fill, tablerSquareF9Fill, tablerSquareFill, tablerSquareLetterAFill, tablerSquareLetterBFill, tablerSquareLetterCFill, tablerSquareLetterDFill, tablerSquareLetterEFill, tablerSquareLetterFFill, tablerSquareLetterGFill, tablerSquareLetterHFill, tablerSquareLetterIFill, tablerSquareLetterJFill, tablerSquareLetterKFill, tablerSquareLetterLFill, tablerSquareLetterMFill, tablerSquareLetterNFill, tablerSquareLetterOFill, tablerSquareLetterPFill, tablerSquareLetterQFill, tablerSquareLetterRFill, tablerSquareLetterSFill, tablerSquareLetterTFill, tablerSquareLetterUFill, tablerSquareLetterVFill, tablerSquareLetterWFill, tablerSquareLetterXFill, tablerSquareLetterYFill, tablerSquareLetterZFill, tablerSquareMinusFill, tablerSquareNumber0Fill, tablerSquareNumber1Fill, tablerSquareNumber2Fill, tablerSquareNumber3Fill, tablerSquareNumber4Fill, tablerSquareNumber5Fill, tablerSquareNumber6Fill, tablerSquareNumber7Fill, tablerSquareNumber8Fill, tablerSquareNumber9Fill, tablerSquareRotatedFill, tablerSquareRoundedArrowDownFill, tablerSquareRoundedArrowLeftFill, tablerSquareRoundedArrowRightFill, tablerSquareRoundedArrowUpFill, tablerSquareRoundedCheckFill, tablerSquareRoundedChevronDownFill, tablerSquareRoundedChevronLeftFill, tablerSquareRoundedChevronRightFill, tablerSquareRoundedChevronUpFill, tablerSquareRoundedChevronsDownFill, tablerSquareRoundedChevronsLeftFill, tablerSquareRoundedChevronsRightFill, tablerSquareRoundedChevronsUpFill, tablerSquareRoundedFill, tablerSquareRoundedLetterAFill, tablerSquareRoundedLetterBFill, tablerSquareRoundedLetterCFill, tablerSquareRoundedLetterDFill, tablerSquareRoundedLetterEFill, tablerSquareRoundedLetterFFill, tablerSquareRoundedLetterGFill, tablerSquareRoundedLetterHFill, tablerSquareRoundedLetterIFill, tablerSquareRoundedLetterJFill, tablerSquareRoundedLetterKFill, tablerSquareRoundedLetterLFill, tablerSquareRoundedLetterMFill, tablerSquareRoundedLetterNFill, tablerSquareRoundedLetterOFill, tablerSquareRoundedLetterPFill, tablerSquareRoundedLetterQFill, tablerSquareRoundedLetterRFill, tablerSquareRoundedLetterSFill, tablerSquareRoundedLetterTFill, tablerSquareRoundedLetterUFill, tablerSquareRoundedLetterVFill, tablerSquareRoundedLetterWFill, tablerSquareRoundedLetterXFill, tablerSquareRoundedLetterYFill, tablerSquareRoundedLetterZFill, tablerSquareRoundedMinusFill, tablerSquareRoundedNumber0Fill, tablerSquareRoundedNumber1Fill, tablerSquareRoundedNumber2Fill, tablerSquareRoundedNumber3Fill, tablerSquareRoundedNumber4Fill, tablerSquareRoundedNumber5Fill, tablerSquareRoundedNumber6Fill, tablerSquareRoundedNumber7Fill, tablerSquareRoundedNumber8Fill, tablerSquareRoundedNumber9Fill, tablerSquareRoundedPlusFill, tablerSquareRoundedXFill, tablerSquareXFill, tablerSquaresFill, tablerStack2Fill, tablerStack3Fill, tablerStackFill, tablerStarFill, tablerStarHalfFill, tablerStarsFill, tablerSteeringWheelFill, tablerSunFill, tablerSunHighFill, tablerSunLowFill, tablerSunglassesFill, tablerSunriseFill, tablerSunset2Fill, tablerSunsetFill, tablerSwipeDownFill, tablerSwipeLeftFill, tablerSwipeRightFill, tablerSwipeUpFill, tablerTableFill, tablerTagFill, tablerTagsFill, tablerTemperatureMinusFill, tablerTemperaturePlusFill, tablerTemplateFill, tablerTestPipe2Fill, tablerThumbDownFill, tablerThumbUpFill, tablerTiltShiftFill, tablerTimelineEventFill, tablerToggleLeftFill, tablerToggleRightFill, tablerTrainFill, tablerTransformFill, tablerTransitionBottomFill, tablerTransitionLeftFill, tablerTransitionRightFill, tablerTransitionTopFill, tablerTrashFill, tablerTrashXFill, tablerTriangleFill, tablerTriangleInvertedFill, tablerTriangleSquareCircleFill, tablerTrolleyFill, tablerTrophyFill, tablerTruckFill, tablerUfoFill, tablerUmbrellaFill, tablerUserFill, tablerVersionsFill, tablerVideoFill, tablerWindmillFill, tablerWindsockFill, tablerWomanFill, tablerXboxAFill, tablerXboxBFill, tablerXboxXFill, tablerXboxYFill, tablerYinYangFill, tablerZeppelinFill, tablerZoomCancelFill, tablerZoomCheckFill, tablerZoomCodeFill, tablerZoomExclamationFill, tablerZoomFill, tablerZoomInAreaFill, tablerZoomInFill, tablerZoomMoneyFill, tablerZoomOutAreaFill, tablerZoomOutFill, tablerZoomPanFill, tablerZoomQuestionFill, tablerZoomScanFill };
|
|
1005
|
+
export { tablerAccessibleFill, tablerAdCircleFill, tablerAdFill, tablerAdjustmentsFill, tablerAerialLiftFill, tablerAffiliateFill, tablerAirBalloonFill, tablerAlarmFill, tablerAlarmMinusFill, tablerAlarmPlusFill, tablerAlarmSnoozeFill, tablerAlertCircleFill, tablerAlertHexagonFill, tablerAlertOctagonFill, tablerAlertSquareFill, tablerAlertSquareRoundedFill, tablerAlertTriangleFill, tablerAlienFill, tablerAlignBoxBottomCenterFill, tablerAlignBoxBottomLeftFill, tablerAlignBoxBottomRightFill, tablerAlignBoxCenterMiddleFill, tablerAlignBoxLeftBottomFill, tablerAlignBoxLeftMiddleFill, tablerAlignBoxLeftTopFill, tablerAlignBoxRightBottomFill, tablerAlignBoxRightMiddleFill, tablerAlignBoxRightTopFill, tablerAlignBoxTopCenterFill, tablerAlignBoxTopLeftFill, tablerAlignBoxTopRightFill, tablerAnalyzeFill, tablerAppWindowFill, tablerAppleFill, tablerAppsFill, tablerArchiveFill, tablerArrowAutofitContentFill, tablerArrowAutofitDownFill, tablerArrowAutofitHeightFill, tablerArrowAutofitLeftFill, tablerArrowAutofitRightFill, tablerArrowAutofitUpFill, tablerArrowAutofitWidthFill, tablerArrowBadgeDownFill, tablerArrowBadgeLeftFill, tablerArrowBadgeRightFill, tablerArrowBadgeUpFill, tablerArrowBigDownFill, tablerArrowBigDownLineFill, tablerArrowBigDownLinesFill, tablerArrowBigLeftFill, tablerArrowBigLeftLineFill, tablerArrowBigLeftLinesFill, tablerArrowBigRightFill, tablerArrowBigRightLineFill, tablerArrowBigRightLinesFill, tablerArrowBigUpFill, tablerArrowBigUpLineFill, tablerArrowBigUpLinesFill, tablerArrowDownCircleFill, tablerArrowDownRhombusFill, tablerArrowDownSquareFill, tablerArrowGuideFill, tablerArrowLeftCircleFill, tablerArrowLeftRhombusFill, tablerArrowLeftSquareFill, tablerArrowMoveDownFill, tablerArrowMoveLeftFill, tablerArrowMoveRightFill, tablerArrowMoveUpFill, tablerArrowRightCircleFill, tablerArrowRightRhombusFill, tablerArrowRightSquareFill, tablerArrowUpCircleFill, tablerArrowUpRhombusFill, tablerArrowUpSquareFill, tablerArtboardFill, tablerArticleFill, tablerAspectRatioFill, tablerAssemblyFill, tablerAssetFill, tablerAtom2Fill, tablerAutomaticGearboxFill, tablerAwardFill, tablerBabyCarriageFill, tablerBackspaceFill, tablerBadge3dFill, tablerBadge4kFill, tablerBadge8kFill, tablerBadgeAdFill, tablerBadgeArFill, tablerBadgeCcFill, tablerBadgeFill, tablerBadgeHdFill, tablerBadgeSdFill, tablerBadgeTmFill, tablerBadgeVoFill, tablerBadgeVrFill, tablerBadgeWcFill, tablerBadgesFill, tablerBalloonFill, tablerBallpenFill, tablerBandageFill, tablerBarbellFill, tablerBarrierBlockFill, tablerBasketFill, tablerBathFill, tablerBattery1Fill, tablerBattery2Fill, tablerBattery3Fill, tablerBattery4Fill, tablerBatteryAutomotiveFill, tablerBatteryFill, tablerBatteryVertical1Fill, tablerBatteryVertical2Fill, tablerBatteryVertical3Fill, tablerBatteryVertical4Fill, tablerBatteryVerticalFill, tablerBedFill, tablerBedFlatFill, tablerBeerFill, tablerBellFill, tablerBellMinusFill, tablerBellPlusFill, tablerBellRinging2Fill, tablerBellRingingFill, tablerBellXFill, tablerBellZFill, tablerBikeFill, tablerBinaryTree2Fill, tablerBinaryTreeFill, tablerBinocularsFill, tablerBiohazardFill, tablerBladeFill, tablerBlenderFill, tablerBlobFill, tablerBoltFill, tablerBombFill, tablerBoneFill, tablerBongFill, tablerBookFill, tablerBookmarkFill, tablerBookmarksFill, tablerBoomFill, tablerBottleFill, tablerBounceLeftFill, tablerBounceRightFill, tablerBowFill, tablerBowlChopsticksFill, tablerBowlFill, tablerBowlSpoonFill, tablerBoxAlignBottomFill, tablerBoxAlignBottomLeftFill, tablerBoxAlignBottomRightFill, tablerBoxAlignLeftFill, tablerBoxAlignRightFill, tablerBoxAlignTopFill, tablerBoxAlignTopLeftFill, tablerBoxAlignTopRightFill, tablerBoxMultipleFill, tablerBrandAngularFill, tablerBrandAppleFill, tablerBrandBitbucketFill, tablerBrandDiscordFill, tablerBrandDribbbleFill, tablerBrandFacebookFill, tablerBrandGithubFill, tablerBrandGoogleFill, tablerBrandInstagramFill, tablerBrandKickFill, tablerBrandLinkedinFill, tablerBrandMessengerFill, tablerBrandOpenSourceFill, tablerBrandOperaFill, tablerBrandPatreonFill, tablerBrandPaypalFill, tablerBrandPinterestFill, tablerBrandSketchFill, tablerBrandSnapchatFill, tablerBrandSpotifyFill, tablerBrandSteamFill, tablerBrandStripeFill, tablerBrandTablerFill, tablerBrandTiktokFill, tablerBrandTinderFill, tablerBrandTumblrFill, tablerBrandTwitterFill, tablerBrandVercelFill, tablerBrandVimeoFill, tablerBrandWeiboFill, tablerBrandWhatsappFill, tablerBrandWindowsFill, tablerBrandXFill, tablerBrandYoutubeFill, tablerBreadFill, tablerBriefcase2Fill, tablerBriefcaseFill, tablerBrightnessAutoFill, tablerBrightnessDownFill, tablerBrightnessFill, tablerBrightnessUpFill, tablerBubbleFill, tablerBubbleTextFill, tablerBugFill, tablerBuildingBridge2Fill, tablerBuildingBroadcastTowerFill, tablerBulbFill, tablerBusFill, tablerButterflyFill, tablerCactusFill, tablerCalculatorFill, tablerCalendarEventFill, tablerCalendarFill, tablerCalendarMonthFill, tablerCalendarWeekFill, tablerCameraFill, tablerCampfireFill, tablerCandleFill, tablerCannabisFill, tablerCapsuleFill, tablerCapsuleHorizontalFill, tablerCaptureFill, tablerCar4wdFill, tablerCarCraneFill, tablerCarFanFill, tablerCarFill, tablerCarSuvFill, tablerCarambolaFill, tablerCaravanFill, tablerCardboardsFill, tablerCardsFill, tablerCaretDownFill, tablerCaretLeftFill, tablerCaretLeftRightFill, tablerCaretRightFill, tablerCaretUpDownFill, tablerCaretUpFill, tablerCarouselHorizontalFill, tablerCarouselVerticalFill, tablerCashBanknoteFill, tablerCategoryFill, tablerChargingPileFill, tablerChartAreaFill, tablerChartAreaLineFill, tablerChartBubbleFill, tablerChartCandleFill, tablerChartDonutFill, tablerChartDots2Fill, tablerChartDots3Fill, tablerChartDotsFill, tablerChartFunnelFill, tablerChartGridDotsFill, tablerChartPie2Fill, tablerChartPie3Fill, tablerChartPie4Fill, tablerChartPieFill, tablerChefHatFill, tablerCherryFill, tablerChessBishopFill, tablerChessFill, tablerChessKingFill, tablerChessKnightFill, tablerChessQueenFill, tablerChessRookFill, tablerChristmasTreeFill, tablerCircleArrowDownFill, tablerCircleArrowDownLeftFill, tablerCircleArrowDownRightFill, tablerCircleArrowLeftFill, tablerCircleArrowRightFill, tablerCircleArrowUpFill, tablerCircleArrowUpLeftFill, tablerCircleArrowUpRightFill, tablerCircleCaretDownFill, tablerCircleCaretLeftFill, tablerCircleCaretRightFill, tablerCircleCaretUpFill, tablerCircleCheckFill, tablerCircleChevronDownFill, tablerCircleChevronLeftFill, tablerCircleChevronRightFill, tablerCircleChevronUpFill, tablerCircleChevronsDownFill, tablerCircleChevronsLeftFill, tablerCircleChevronsRightFill, tablerCircleChevronsUpFill, tablerCircleDotFill, tablerCircleFill, tablerCircleKeyFill, tablerCircleLetterAFill, tablerCircleLetterBFill, tablerCircleLetterCFill, tablerCircleLetterDFill, tablerCircleLetterEFill, tablerCircleLetterFFill, tablerCircleLetterGFill, tablerCircleLetterHFill, tablerCircleLetterIFill, tablerCircleLetterJFill, tablerCircleLetterKFill, tablerCircleLetterLFill, tablerCircleLetterMFill, tablerCircleLetterNFill, tablerCircleLetterOFill, tablerCircleLetterPFill, tablerCircleLetterQFill, tablerCircleLetterRFill, tablerCircleLetterSFill, tablerCircleLetterTFill, tablerCircleLetterUFill, tablerCircleLetterVFill, tablerCircleLetterWFill, tablerCircleLetterXFill, tablerCircleLetterYFill, tablerCircleLetterZFill, tablerCircleNumber0Fill, tablerCircleNumber1Fill, tablerCircleNumber2Fill, tablerCircleNumber3Fill, tablerCircleNumber4Fill, tablerCircleNumber5Fill, tablerCircleNumber6Fill, tablerCircleNumber7Fill, tablerCircleNumber8Fill, tablerCircleNumber9Fill, tablerCirclePercentageFill, tablerCirclePlusFill, tablerCircleRectangleFill, tablerCircleXFill, tablerCirclesFill, tablerClipboardCheckFill, tablerClipboardDataFill, tablerClipboardFill, tablerClipboardListFill, tablerClipboardPlusFill, tablerClipboardSmileFill, tablerClipboardTextFill, tablerClipboardTypographyFill, tablerClipboardXFill, tablerClockFill, tablerClockHour10Fill, tablerClockHour11Fill, tablerClockHour12Fill, tablerClockHour1Fill, tablerClockHour2Fill, tablerClockHour3Fill, tablerClockHour4Fill, tablerClockHour5Fill, tablerClockHour6Fill, tablerClockHour7Fill, tablerClockHour8Fill, tablerClockHour9Fill, tablerCloudComputingFill, tablerCloudDataConnectionFill, tablerCloudFill, tablerCloverFill, tablerClubsFill, tablerCodeCircle2Fill, tablerCodeCircleFill, tablerCoinBitcoinFill, tablerCoinEuroFill, tablerCoinFill, tablerCoinMoneroFill, tablerCoinPoundFill, tablerCoinRupeeFill, tablerCoinTakaFill, tablerCoinYenFill, tablerCoinYuanFill, tablerColumns1Fill, tablerColumns2Fill, tablerColumns3Fill, tablerCompassFill, tablerCone2Fill, tablerConeFill, tablerConfettiFill, tablerContainerFill, tablerContrast2Fill, tablerContrastFill, tablerCookieFill, tablerCookieManFill, tablerCopyCheckFill, tablerCopyMinusFill, tablerCopyPlusFill, tablerCopyXFill, tablerCopyleftFill, tablerCopyrightFill, tablerCreditCardFill, tablerCrop11Fill, tablerCrop169Fill, tablerCrop32Fill, tablerCrop54Fill, tablerCrop75Fill, tablerCropLandscapeFill, tablerCropPortraitFill, tablerCrossFill, tablerCurrentLocationFill, tablerDashboardFill, tablerDeviceCctvFill, tablerDeviceDesktopFill, tablerDeviceGamepad3Fill, tablerDeviceGamepadFill, tablerDeviceHeartMonitorFill, tablerDeviceImacFill, tablerDeviceIpadFill, tablerDeviceMobileFill, tablerDeviceRemoteFill, tablerDeviceSpeakerFill, tablerDeviceTabletFill, tablerDeviceTvFill, tablerDeviceTvOldFill, tablerDeviceUnknownFill, tablerDeviceUsbFill, tablerDeviceVisionProFill, tablerDeviceWatchFill, tablerDialpadFill, tablerDiamondFill, tablerDiamondsFill, tablerDice1Fill, tablerDice2Fill, tablerDice3Fill, tablerDice4Fill, tablerDice5Fill, tablerDice6Fill, tablerDiceFill, tablerDirectionArrowsFill, tablerDirectionSignFill, tablerDirectionsFill, tablerDiscFill, tablerDiscountFill, tablerDropCircleFill, tablerDropletFill, tablerDropletHalf2Fill, tablerDropletHalfFill, tablerDropletsFill, tablerDualScreenFill, tablerDumplingFill, tablerEaseInControlPointFill, tablerEaseInOutControlPointsFill, tablerEaseOutControlPointFill, tablerEggCrackedFill, tablerEggFill, tablerEggFriedFill, tablerElevatorFill, tablerEngineFill, tablerEscalatorDownFill, tablerEscalatorFill, tablerEscalatorUpFill, tablerExchangeFill, tablerExclamationCircleFill, tablerExplicitFill, tablerExposureFill, tablerEyeFill, tablerEyeTableFill, tablerEyeglass2Fill, tablerEyeglassFill, tablerFaceMaskFill, tablerFaviconFill, tablerFeatherFill, tablerFenceFill, tablerFerryFill, tablerFidgetSpinnerFill, tablerFileAnalyticsFill, tablerFileCheckFill, tablerFileCode2Fill, tablerFileCodeFill, tablerFileCvFill, tablerFileDeltaFill, tablerFileDescriptionFill, tablerFileDiffFill, tablerFileDigitFill, tablerFileDollarFill, tablerFileDotsFill, tablerFileDownloadFill, tablerFileEuroFill, tablerFileFill, tablerFileFunctionFill, tablerFileHorizontalFill, tablerFileInfoFill, tablerFileInvoiceFill, tablerFileLambdaFill, tablerFileMinusFill, tablerFileMusicFill, tablerFileNeutralFill, tablerFilePencilFill, tablerFilePercentFill, tablerFilePhoneFill, tablerFilePowerFill, tablerFileRssFill, tablerFileSadFill, tablerFileScissorsFill, tablerFileSettingsFill, tablerFileSignalFill, tablerFileSmileFill, tablerFileStarFill, tablerFileTextFill, tablerFileTimeFill, tablerFileTypographyFill, tablerFileUnknownFill, tablerFileUploadFill, tablerFileVectorFill, tablerFileXFill, tablerFilesFill, tablerFilterFill, tablerFiltersFill, tablerFishBoneFill, tablerFlag2Fill, tablerFlag3Fill, tablerFlagFill, tablerFlameFill, tablerFlareFill, tablerFlask2Fill, tablerFlaskFill, tablerFlowerFill, tablerFolderFill, tablerFoldersFill, tablerForbid2Fill, tablerForbidFill, tablerFountainFill, tablerFunctionFill, tablerGardenCartFill, tablerGasStationFill, tablerGaugeFill, tablerGhost2Fill, tablerGhost3Fill, tablerGhostFill, tablerGiftCardFill, tablerGiftFill, tablerGlassFill, tablerGlassFullFill, tablerGlobeFill, tablerGolfFill, tablerGpsFill, tablerGraphFill, tablerGridPatternFill, tablerGuitarPickFill, tablerHanger2Fill, tablerHeadphonesFill, tablerHeartBrokenFill, tablerHeartFill, tablerHelicopterFill, tablerHelicopterLandingFill, tablerHelpCircleFill, tablerHelpHexagonFill, tablerHelpOctagonFill, tablerHelpSquareFill, tablerHelpSquareRoundedFill, tablerHelpTriangleFill, tablerHexagonFill, tablerHexagonLetterAFill, tablerHexagonLetterBFill, tablerHexagonLetterCFill, tablerHexagonLetterDFill, tablerHexagonLetterEFill, tablerHexagonLetterFFill, tablerHexagonLetterGFill, tablerHexagonLetterHFill, tablerHexagonLetterIFill, tablerHexagonLetterJFill, tablerHexagonLetterKFill, tablerHexagonLetterLFill, tablerHexagonLetterMFill, tablerHexagonLetterNFill, tablerHexagonLetterOFill, tablerHexagonLetterPFill, tablerHexagonLetterQFill, tablerHexagonLetterRFill, tablerHexagonLetterSFill, tablerHexagonLetterTFill, tablerHexagonLetterUFill, tablerHexagonLetterVFill, tablerHexagonLetterWFill, tablerHexagonLetterXFill, tablerHexagonLetterYFill, tablerHexagonLetterZFill, tablerHexagonMinusFill, tablerHexagonNumber0Fill, tablerHexagonNumber1Fill, tablerHexagonNumber2Fill, tablerHexagonNumber3Fill, tablerHexagonNumber4Fill, tablerHexagonNumber5Fill, tablerHexagonNumber6Fill, tablerHexagonNumber7Fill, tablerHexagonNumber8Fill, tablerHexagonNumber9Fill, tablerHexagonPlusFill, tablerHomeFill, tablerHospitalCircleFill, tablerHourglassFill, tablerIconsFill, tablerInfoCircleFill, tablerInfoHexagonFill, tablerInfoOctagonFill, tablerInfoSquareFill, tablerInfoSquareRoundedFill, tablerInfoTriangleFill, tablerInnerShadowBottomFill, tablerInnerShadowBottomLeftFill, tablerInnerShadowBottomRightFill, tablerInnerShadowLeftFill, tablerInnerShadowRightFill, tablerInnerShadowTopFill, tablerInnerShadowTopLeftFill, tablerInnerShadowTopRightFill, tablerIroning1Fill, tablerIroning2Fill, tablerIroning3Fill, tablerIroningFill, tablerIroningSteamFill, tablerJetpackFill, tablerJewishStarFill, tablerKeyFill, tablerKeyboardFill, tablerKeyframeAlignCenterFill, tablerKeyframeAlignHorizontalFill, tablerKeyframeAlignVerticalFill, tablerKeyframeFill, tablerKeyframesFill, tablerLabelFill, tablerLabelImportantFill, tablerLassoPolygonFill, tablerLaurelWreath1Fill, tablerLaurelWreath2Fill, tablerLaurelWreath3Fill, tablerLaurelWreathFill, tablerLayout2Fill, tablerLayoutAlignBottomFill, tablerLayoutAlignCenterFill, tablerLayoutAlignLeftFill, tablerLayoutAlignMiddleFill, tablerLayoutAlignRightFill, tablerLayoutAlignTopFill, tablerLayoutBoardFill, tablerLayoutBoardSplitFill, tablerLayoutBottombarCollapseFill, tablerLayoutBottombarExpandFill, tablerLayoutBottombarFill, tablerLayoutCardsFill, tablerLayoutDashboardFill, tablerLayoutDistributeHorizontalFill, tablerLayoutDistributeVerticalFill, tablerLayoutFill, tablerLayoutGridFill, tablerLayoutKanbanFill, tablerLayoutListFill, tablerLayoutNavbarCollapseFill, tablerLayoutNavbarExpandFill, tablerLayoutNavbarFill, tablerLayoutSidebarFill, tablerLayoutSidebarLeftCollapseFill, tablerLayoutSidebarLeftExpandFill, tablerLayoutSidebarRightCollapseFill, tablerLayoutSidebarRightExpandFill, tablerLayoutSidebarRightFill, tablerLegoFill, tablerLemon2Fill, tablerLibraryFill, tablerLibraryPlusFill, tablerLifebuoyFill, tablerLivePhotoFill, tablerLiveViewFill, tablerLocationFill, tablerLockFill, tablerLockSquareRoundedFill, tablerLungsFill, tablerMacroFill, tablerMagnetFill, tablerMailFill, tablerMailOpenedFill, tablerManFill, tablerManualGearboxFill, tablerMapPinFill, tablerMedicalCrossFill, tablerMeepleFill, tablerMelonFill, tablerMessage2Fill, tablerMessageChatbotFill, tablerMessageCircleFill, tablerMessageFill, tablerMessageReportFill, tablerMeteorFill, tablerMichelinStarFill, tablerMickeyFill, tablerMicrophoneFill, tablerMicroscopeFill, tablerMicrowaveFill, tablerMilitaryRankFill, tablerMilkFill, tablerMoodAngryFill, tablerMoodConfuzedFill, tablerMoodCrazyHappyFill, tablerMoodEmptyFill, tablerMoodHappyFill, tablerMoodKidFill, tablerMoodNeutralFill, tablerMoodSadFill, tablerMoodSmileFill, tablerMoodWrrrFill, tablerMoonFill, tablerMotorbikeFill, tablerMountainFill, tablerMouseFill, tablerMugFill, tablerMushroomFill, tablerNavigationFill, tablerNurseFill, tablerOctagonFill, tablerOctagonMinusFill, tablerOctagonPlusFill, tablerOvalFill, tablerOvalVerticalFill, tablerPaintFill, tablerPaletteFill, tablerPanoramaHorizontalFill, tablerPanoramaVerticalFill, tablerParkingCircleFill, tablerPawFill, tablerPennant2Fill, tablerPennantFill, tablerPentagonFill, tablerPhoneFill, tablerPhotoFill, tablerPictureInPictureFill, tablerPictureInPictureTopFill, tablerPigFill, tablerPillFill, tablerPinFill, tablerPinnedFill, tablerPizzaFill, tablerPlayCard10Fill, tablerPlayCard1Fill, tablerPlayCard2Fill, tablerPlayCard3Fill, tablerPlayCard4Fill, tablerPlayCard5Fill, tablerPlayCard6Fill, tablerPlayCard7Fill, tablerPlayCard8Fill, tablerPlayCard9Fill, tablerPlayCardAFill, tablerPlayCardJFill, tablerPlayCardKFill, tablerPlayCardQFill, tablerPlayCardStarFill, tablerPlayerEjectFill, tablerPlayerPauseFill, tablerPlayerPlayFill, tablerPlayerRecordFill, tablerPlayerSkipBackFill, tablerPlayerSkipForwardFill, tablerPlayerStopFill, tablerPlayerTrackNextFill, tablerPlayerTrackPrevFill, tablerPointFill, tablerPointerFill, tablerPolaroidFill, tablerPooFill, tablerPresentationAnalyticsFill, tablerPresentationFill, tablerPuzzleFill, tablerQuoteFill, tablerRadarFill, tablerRadioactiveFill, tablerReceiptDollarFill, tablerReceiptEuroFill, tablerReceiptFill, tablerReceiptPoundFill, tablerReceiptRupeeFill, tablerReceiptYenFill, tablerReceiptYuanFill, tablerRectangleFill, tablerRectangleVerticalFill, tablerRegisteredFill, tablerRelationManyToManyFill, tablerRelationOneToManyFill, tablerRelationOneToOneFill, tablerReplaceFill, tablerRollercoasterFill, tablerRosetteDiscountCheckFill, tablerRosetteDiscountFill, tablerRosetteFill, tablerSaladFill, tablerScubaDivingTankFill, tablerSectionFill, tablerSeedlingFill, tablerSettingsFill, tablerShieldCheckFill, tablerShieldCheckeredFill, tablerShieldFill, tablerShieldHalfFill, tablerShieldLockFill, tablerShirtFill, tablerShoppingCartFill, tablerSignLeftFill, tablerSignRightFill, tablerSitemapFill, tablerSortAscending2Fill, tablerSortAscendingShapesFill, tablerSortDescending2Fill, tablerSortDescendingShapesFill, tablerSoupFill, tablerSpadeFill, tablerSpeedboatFill, tablerSpiderFill, tablerSquareArrowDownFill, tablerSquareArrowLeftFill, tablerSquareArrowRightFill, tablerSquareArrowUpFill, tablerSquareAsteriskFill, tablerSquareCheckFill, tablerSquareChevronDownFill, tablerSquareChevronLeftFill, tablerSquareChevronRightFill, tablerSquareChevronUpFill, tablerSquareChevronsDownFill, tablerSquareChevronsLeftFill, tablerSquareChevronsRightFill, tablerSquareChevronsUpFill, tablerSquareDotFill, tablerSquareF0Fill, tablerSquareF1Fill, tablerSquareF2Fill, tablerSquareF3Fill, tablerSquareF4Fill, tablerSquareF5Fill, tablerSquareF6Fill, tablerSquareF7Fill, tablerSquareF8Fill, tablerSquareF9Fill, tablerSquareFill, tablerSquareLetterAFill, tablerSquareLetterBFill, tablerSquareLetterCFill, tablerSquareLetterDFill, tablerSquareLetterEFill, tablerSquareLetterFFill, tablerSquareLetterGFill, tablerSquareLetterHFill, tablerSquareLetterIFill, tablerSquareLetterJFill, tablerSquareLetterKFill, tablerSquareLetterLFill, tablerSquareLetterMFill, tablerSquareLetterNFill, tablerSquareLetterOFill, tablerSquareLetterPFill, tablerSquareLetterQFill, tablerSquareLetterRFill, tablerSquareLetterSFill, tablerSquareLetterTFill, tablerSquareLetterUFill, tablerSquareLetterVFill, tablerSquareLetterWFill, tablerSquareLetterXFill, tablerSquareLetterYFill, tablerSquareLetterZFill, tablerSquareMinusFill, tablerSquareNumber0Fill, tablerSquareNumber1Fill, tablerSquareNumber2Fill, tablerSquareNumber3Fill, tablerSquareNumber4Fill, tablerSquareNumber5Fill, tablerSquareNumber6Fill, tablerSquareNumber7Fill, tablerSquareNumber8Fill, tablerSquareNumber9Fill, tablerSquareRotatedFill, tablerSquareRoundedArrowDownFill, tablerSquareRoundedArrowLeftFill, tablerSquareRoundedArrowRightFill, tablerSquareRoundedArrowUpFill, tablerSquareRoundedCheckFill, tablerSquareRoundedChevronDownFill, tablerSquareRoundedChevronLeftFill, tablerSquareRoundedChevronRightFill, tablerSquareRoundedChevronUpFill, tablerSquareRoundedChevronsDownFill, tablerSquareRoundedChevronsLeftFill, tablerSquareRoundedChevronsRightFill, tablerSquareRoundedChevronsUpFill, tablerSquareRoundedFill, tablerSquareRoundedLetterAFill, tablerSquareRoundedLetterBFill, tablerSquareRoundedLetterCFill, tablerSquareRoundedLetterDFill, tablerSquareRoundedLetterEFill, tablerSquareRoundedLetterFFill, tablerSquareRoundedLetterGFill, tablerSquareRoundedLetterHFill, tablerSquareRoundedLetterIFill, tablerSquareRoundedLetterJFill, tablerSquareRoundedLetterKFill, tablerSquareRoundedLetterLFill, tablerSquareRoundedLetterMFill, tablerSquareRoundedLetterNFill, tablerSquareRoundedLetterOFill, tablerSquareRoundedLetterPFill, tablerSquareRoundedLetterQFill, tablerSquareRoundedLetterRFill, tablerSquareRoundedLetterSFill, tablerSquareRoundedLetterTFill, tablerSquareRoundedLetterUFill, tablerSquareRoundedLetterVFill, tablerSquareRoundedLetterWFill, tablerSquareRoundedLetterXFill, tablerSquareRoundedLetterYFill, tablerSquareRoundedLetterZFill, tablerSquareRoundedMinusFill, tablerSquareRoundedNumber0Fill, tablerSquareRoundedNumber1Fill, tablerSquareRoundedNumber2Fill, tablerSquareRoundedNumber3Fill, tablerSquareRoundedNumber4Fill, tablerSquareRoundedNumber5Fill, tablerSquareRoundedNumber6Fill, tablerSquareRoundedNumber7Fill, tablerSquareRoundedNumber8Fill, tablerSquareRoundedNumber9Fill, tablerSquareRoundedPlusFill, tablerSquareRoundedXFill, tablerSquareXFill, tablerSquaresFill, tablerStack2Fill, tablerStack3Fill, tablerStackFill, tablerStarFill, tablerStarHalfFill, tablerStarsFill, tablerSteeringWheelFill, tablerSunFill, tablerSunHighFill, tablerSunLowFill, tablerSunglassesFill, tablerSunriseFill, tablerSunset2Fill, tablerSunsetFill, tablerSwipeDownFill, tablerSwipeLeftFill, tablerSwipeRightFill, tablerSwipeUpFill, tablerTableFill, tablerTagFill, tablerTagsFill, tablerTemperatureMinusFill, tablerTemperaturePlusFill, tablerTemplateFill, tablerTestPipe2Fill, tablerThumbDownFill, tablerThumbUpFill, tablerTiltShiftFill, tablerTimelineEventFill, tablerToggleLeftFill, tablerToggleRightFill, tablerTrainFill, tablerTransformFill, tablerTransitionBottomFill, tablerTransitionLeftFill, tablerTransitionRightFill, tablerTransitionTopFill, tablerTrashFill, tablerTrashXFill, tablerTriangleFill, tablerTriangleInvertedFill, tablerTriangleSquareCircleFill, tablerTrolleyFill, tablerTrophyFill, tablerTruckFill, tablerUfoFill, tablerUmbrellaFill, tablerUserFill, tablerVersionsFill, tablerVideoFill, tablerVideoMinusFill, tablerVideoPlusFill, tablerWindmillFill, tablerWindsockFill, tablerWomanFill, tablerWritingFill, tablerWritingSignFill, tablerXboxAFill, tablerXboxBFill, tablerXboxXFill, tablerXboxYFill, tablerYinYangFill, tablerZeppelinFill, tablerZoomCancelFill, tablerZoomCheckFill, tablerZoomCodeFill, tablerZoomExclamationFill, tablerZoomFill, tablerZoomInAreaFill, tablerZoomInFill, tablerZoomMoneyFill, tablerZoomOutAreaFill, tablerZoomOutFill, tablerZoomPanFill, tablerZoomQuestionFill, tablerZoomScanFill };
|
|
988
1006
|
//# sourceMappingURL=ng-icons-tabler-icons-fill.mjs.map
|