diff --git a/.gitignore b/.gitignore index 3e1ec4ea5..28083f73f 100644 --- a/.gitignore +++ b/.gitignore @@ -34,4 +34,6 @@ packages/icons*/stats/* packages/icons*/icons/* .turbo -.sass-cache \ No newline at end of file +.sass-cache + +!/**/.gitkeep \ No newline at end of file diff --git a/icons/code-asterix.svg b/icons/code-asterisk.svg similarity index 73% rename from icons/code-asterix.svg rename to icons/code-asterisk.svg index a7d3b6431..a3e228cc4 100644 --- a/icons/code-asterix.svg +++ b/icons/code-asterisk.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/discount-2-off.svg b/icons/discount-2-off.svg deleted file mode 100644 index 8552d74af..000000000 --- a/icons/discount-2-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/icons/discount-2.svg b/icons/discount-2.svg deleted file mode 100644 index 3aadb1fab..000000000 --- a/icons/discount-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/icons/discount-check-filled.svg b/icons/discount-check-filled.svg deleted file mode 100644 index b2a1db32e..000000000 --- a/icons/discount-check-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/icons/discount-check.svg b/icons/discount-check.svg deleted file mode 100644 index 3b0a4504f..000000000 --- a/icons/discount-check.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/gestures/hand-rock.svg b/icons/hand-love-you.svg similarity index 74% rename from packages/icons/categories/gestures/hand-rock.svg rename to icons/hand-love-you.svg index 0ad1e0f2d..36b42e141 100644 --- a/packages/icons/categories/gestures/hand-rock.svg +++ b/icons/hand-love-you.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/hand-rock.svg b/icons/hand-rock.svg deleted file mode 100644 index 0ad1e0f2d..000000000 --- a/icons/hand-rock.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/filled/discount-check-filled.svg b/icons/rosette-discount-check-filled.svg similarity index 85% rename from packages/icons/categories/filled/discount-check-filled.svg rename to icons/rosette-discount-check-filled.svg index b2a1db32e..e79b6206d 100644 --- a/packages/icons/categories/filled/discount-check-filled.svg +++ b/icons/rosette-discount-check-filled.svg @@ -1,4 +1,4 @@ - + diff --git a/packages/icons/categories/e-commerce/discount-check.svg b/icons/rosette-discount-check.svg similarity index 77% rename from packages/icons/categories/e-commerce/discount-check.svg rename to icons/rosette-discount-check.svg index 3b0a4504f..3bd1d63e6 100644 --- a/packages/icons/categories/e-commerce/discount-check.svg +++ b/icons/rosette-discount-check.svg @@ -1,4 +1,4 @@ - + diff --git a/packages/icons/categories/e-commerce/discount-2-off.svg b/icons/rosette-discount-off.svg similarity index 82% rename from packages/icons/categories/e-commerce/discount-2-off.svg rename to icons/rosette-discount-off.svg index 8552d74af..ab74d1c20 100644 --- a/packages/icons/categories/e-commerce/discount-2-off.svg +++ b/icons/rosette-discount-off.svg @@ -1,4 +1,4 @@ - + diff --git a/packages/icons/categories/e-commerce/discount-2.svg b/icons/rosette-discount.svg similarity index 81% rename from packages/icons/categories/e-commerce/discount-2.svg rename to icons/rosette-discount.svg index 3aadb1fab..1322d1096 100644 --- a/packages/icons/categories/e-commerce/discount-2.svg +++ b/icons/rosette-discount.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/sort-deacending-small-big.svg b/icons/sort-deacending-small-big.svg deleted file mode 100644 index 8ad6f0d96..000000000 --- a/icons/sort-deacending-small-big.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/sort-deacending-small-big.svg b/icons/sort-descending-small-big.svg similarity index 90% rename from packages/icons/categories/other/sort-deacending-small-big.svg rename to icons/sort-descending-small-big.svg index 8ad6f0d96..c5888010f 100644 --- a/packages/icons/categories/other/sort-deacending-small-big.svg +++ b/icons/sort-descending-small-big.svg @@ -1,4 +1,4 @@ - + diff --git a/package.json b/package.json index 253db7f56..f637bbde8 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,9 @@ "build:jekyll": "bundle exec jekyll build --config _config.yml,_config-build.yml", "build:copy": "rm -rf ./icons && mkdir ./icons && cp ./_site/tags.json tags.json && cp ./_site/icons/* ./icons/ && rm -rf ./_site/", "build:icons": "pnpm --filter @tabler/icons build", - "build:packages": "pnpm run build:react && pnpm run build:preact && pnpm run build:solidjs && pnpm run build:svelte && pnpm run build:vue && pnpm run build:png && pnpm run build:pdf && pnpm run build:esp && pnpm run build:webfont", + "build:packages": "pnpm run build:react && pnpm run build:react-native && pnpm run build:preact && pnpm run build:solidjs && pnpm run build:svelte && pnpm run build:vue && pnpm run build:png && pnpm run build:pdf && pnpm run build:esp && pnpm run build:webfont", "build:react": "pnpm --filter @tabler/icons-react build", + "build:react-native": "pnpm --filter @tabler/icons-react-native build", "build:preact": "pnpm --filter @tabler/icons-preact build", "build:solidjs": "pnpm --filter @tabler/icons-solidjs build", "build:svelte": "pnpm --filter @tabler/icons-svelte build", @@ -121,4 +122,4 @@ "dependencies": { "crypto-js": "^4.2.0" } -} +} \ No newline at end of file diff --git a/packages/icons-preact/.gitignore b/packages/icons-preact/.gitignore new file mode 100644 index 000000000..500cce193 --- /dev/null +++ b/packages/icons-preact/.gitignore @@ -0,0 +1 @@ +src/aliases.ts \ No newline at end of file diff --git a/packages/icons-preact/src/aliases.ts b/packages/icons-preact/src/aliases.ts deleted file mode 100644 index e62d20b61..000000000 --- a/packages/icons-preact/src/aliases.ts +++ /dev/null @@ -1,3 +0,0 @@ -export { default as IconAaa } from './icons/IconCircle'; -export { default as IconBbb } from './icons/IconSquare'; -export { default as IconCcc } from './icons/IconSquare'; diff --git a/packages/icons-react-native/.gitignore b/packages/icons-react-native/.gitignore new file mode 100644 index 000000000..500cce193 --- /dev/null +++ b/packages/icons-react-native/.gitignore @@ -0,0 +1 @@ +src/aliases.ts \ No newline at end of file diff --git a/packages/icons-react-native/src/aliases.ts b/packages/icons-react-native/src/aliases.ts deleted file mode 100644 index 54e2932fa..000000000 --- a/packages/icons-react-native/src/aliases.ts +++ /dev/null @@ -1,7 +0,0 @@ -export { default as IconCodeAsterix } from './icons/IconCodeAsterisk'; -export { default as IconDiscount2 } from './icons/IconRosetteDiscount'; -export { default as IconDiscount2Off } from './icons/IconRosetteDiscountOff'; -export { default as IconDiscountCheck } from './icons/IconRosetteDiscountCheck'; -export { default as IconDiscountCheckFilled } from './icons/IconRosetteDiscountCheckFilled'; -export { default as IconHandRock } from './icons/IconHandLoveYou'; -export { default as IconSortDeacendingSmallBig } from './icons/IconSortDescendingSmallBig'; diff --git a/packages/icons-react-native/src/icons/.gitkeep b/packages/icons-react-native/src/icons/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/packages/icons-react/.gitignore b/packages/icons-react/.gitignore new file mode 100644 index 000000000..500cce193 --- /dev/null +++ b/packages/icons-react/.gitignore @@ -0,0 +1 @@ +src/aliases.ts \ No newline at end of file diff --git a/packages/icons-react/src/aliases.ts b/packages/icons-react/src/aliases.ts deleted file mode 100644 index e62d20b61..000000000 --- a/packages/icons-react/src/aliases.ts +++ /dev/null @@ -1,3 +0,0 @@ -export { default as IconAaa } from './icons/IconCircle'; -export { default as IconBbb } from './icons/IconSquare'; -export { default as IconCcc } from './icons/IconSquare'; diff --git a/packages/icons-solidjs/.gitignore b/packages/icons-solidjs/.gitignore new file mode 100644 index 000000000..500cce193 --- /dev/null +++ b/packages/icons-solidjs/.gitignore @@ -0,0 +1 @@ +src/aliases.ts \ No newline at end of file diff --git a/packages/icons-solidjs/src/aliases.ts b/packages/icons-solidjs/src/aliases.ts deleted file mode 100644 index e62d20b61..000000000 --- a/packages/icons-solidjs/src/aliases.ts +++ /dev/null @@ -1,3 +0,0 @@ -export { default as IconAaa } from './icons/IconCircle'; -export { default as IconBbb } from './icons/IconSquare'; -export { default as IconCcc } from './icons/IconSquare'; diff --git a/packages/icons-svelte/.gitignore b/packages/icons-svelte/.gitignore index f550ccc4b..c7de4a0fd 100644 --- a/packages/icons-svelte/.gitignore +++ b/packages/icons-svelte/.gitignore @@ -1,2 +1,3 @@ src/icons/*.svelte -.svelte-kit \ No newline at end of file +.svelte-kit +src/aliases.ts \ No newline at end of file diff --git a/packages/icons-svelte/src/aliases.ts b/packages/icons-svelte/src/aliases.ts deleted file mode 100644 index 588b6546a..000000000 --- a/packages/icons-svelte/src/aliases.ts +++ /dev/null @@ -1,3 +0,0 @@ -export { default as IconAaa } from './icons/circle.svelte'; -export { default as IconBbb } from './icons/square.svelte'; -export { default as IconCcc } from './icons/square.svelte'; diff --git a/packages/icons-vue/.gitignore b/packages/icons-vue/.gitignore new file mode 100644 index 000000000..500cce193 --- /dev/null +++ b/packages/icons-vue/.gitignore @@ -0,0 +1 @@ +src/aliases.ts \ No newline at end of file diff --git a/packages/icons-vue/src/aliases.ts b/packages/icons-vue/src/aliases.ts deleted file mode 100644 index e62d20b61..000000000 --- a/packages/icons-vue/src/aliases.ts +++ /dev/null @@ -1,3 +0,0 @@ -export { default as IconAaa } from './icons/IconCircle'; -export { default as IconBbb } from './icons/IconSquare'; -export { default as IconCcc } from './icons/IconSquare'; diff --git a/packages/icons-webfont/.gitignore b/packages/icons-webfont/.gitignore new file mode 100644 index 000000000..1f984be98 --- /dev/null +++ b/packages/icons-webfont/.gitignore @@ -0,0 +1,2 @@ +tabler-icons.* +fonts/* \ No newline at end of file diff --git a/packages/icons-webfont/fonts/tabler-icons.eot b/packages/icons-webfont/fonts/tabler-icons.eot deleted file mode 100644 index 7a9fcbaff..000000000 Binary files a/packages/icons-webfont/fonts/tabler-icons.eot and /dev/null differ diff --git a/packages/icons-webfont/fonts/tabler-icons.ttf b/packages/icons-webfont/fonts/tabler-icons.ttf deleted file mode 100644 index 2ce84500c..000000000 Binary files a/packages/icons-webfont/fonts/tabler-icons.ttf and /dev/null differ diff --git a/packages/icons-webfont/fonts/tabler-icons.woff b/packages/icons-webfont/fonts/tabler-icons.woff deleted file mode 100644 index 83a365fda..000000000 Binary files a/packages/icons-webfont/fonts/tabler-icons.woff and /dev/null differ diff --git a/packages/icons-webfont/fonts/tabler-icons.woff2 b/packages/icons-webfont/fonts/tabler-icons.woff2 deleted file mode 100644 index ef6bafb56..000000000 Binary files a/packages/icons-webfont/fonts/tabler-icons.woff2 and /dev/null differ diff --git a/packages/icons-webfont/tabler-icons.css b/packages/icons-webfont/tabler-icons.css deleted file mode 100644 index c6e65f892..000000000 --- a/packages/icons-webfont/tabler-icons.css +++ /dev/null @@ -1,19885 +0,0 @@ -/*! - * Tabler Icons 3.0.0-alpha.0 by tabler - https://tabler.io - * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE - */ -@font-face { - font-family: "tabler-icons"; - font-style: normal; - font-weight: 400; - src: url("./fonts/tabler-icons.eot?v3.0.0-alpha.0"); - src: url("./fonts/tabler-icons.eot?#iefix-v3.0.0-alpha.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v3.0.0-alpha.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v3.0.0-alpha.0") format("truetype"); -} -.ti { - font-family: "tabler-icons" !important; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - /* Better Font Rendering */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.ti-12-hours:before { - content: "\fc53"; -} - -.ti-123:before { - content: "\f554"; -} - -.ti-24-hours:before { - content: "\f5e7"; -} - -.ti-2fa:before { - content: "\eca0"; -} - -.ti-360:before { - content: "\f62f"; -} - -.ti-360-view:before { - content: "\f566"; -} - -.ti-3d-cube-sphere:before { - content: "\ecd7"; -} - -.ti-3d-cube-sphere-off:before { - content: "\f3b5"; -} - -.ti-3d-rotate:before { - content: "\f020"; -} - -.ti-a-b:before { - content: "\ec36"; -} - -.ti-a-b-2:before { - content: "\f25f"; -} - -.ti-a-b-off:before { - content: "\f0a6"; -} - -.ti-abacus:before { - content: "\f05c"; -} - -.ti-abacus-off:before { - content: "\f3b6"; -} - -.ti-abc:before { - content: "\f567"; -} - -.ti-access-point:before { - content: "\ed1b"; -} - -.ti-access-point-off:before { - content: "\ed1a"; -} - -.ti-accessible:before { - content: "\eba9"; -} - -.ti-accessible-off:before { - content: "\f0a7"; -} - -.ti-accessible-off-filled:before { - content: "\f6ea"; -} - -.ti-activity:before { - content: "\ed23"; -} - -.ti-activity-heartbeat:before { - content: "\f0db"; -} - -.ti-ad:before { - content: "\ea02"; -} - -.ti-ad-2:before { - content: "\ef1f"; -} - -.ti-ad-circle:before { - content: "\f79e"; -} - -.ti-ad-circle-filled:before { - content: "\f7d3"; -} - -.ti-ad-circle-off:before { - content: "\f79d"; -} - -.ti-ad-filled:before { - content: "\f6eb"; -} - -.ti-ad-off:before { - content: "\f3b7"; -} - -.ti-address-book:before { - content: "\f021"; -} - -.ti-address-book-off:before { - content: "\f3b8"; -} - -.ti-adjustments:before { - content: "\ea03"; -} - -.ti-adjustments-alt:before { - content: "\ec37"; -} - -.ti-adjustments-bolt:before { - content: "\f7fb"; -} - -.ti-adjustments-cancel:before { - content: "\f7fc"; -} - -.ti-adjustments-check:before { - content: "\f7fd"; -} - -.ti-adjustments-code:before { - content: "\f7fe"; -} - -.ti-adjustments-cog:before { - content: "\f7ff"; -} - -.ti-adjustments-dollar:before { - content: "\f800"; -} - -.ti-adjustments-down:before { - content: "\f801"; -} - -.ti-adjustments-exclamation:before { - content: "\f802"; -} - -.ti-adjustments-filled:before { - content: "\f6ec"; -} - -.ti-adjustments-heart:before { - content: "\f803"; -} - -.ti-adjustments-horizontal:before { - content: "\ec38"; -} - -.ti-adjustments-minus:before { - content: "\f804"; -} - -.ti-adjustments-off:before { - content: "\f0a8"; -} - -.ti-adjustments-pause:before { - content: "\f805"; -} - -.ti-adjustments-pin:before { - content: "\f806"; -} - -.ti-adjustments-plus:before { - content: "\f807"; -} - -.ti-adjustments-question:before { - content: "\f808"; -} - -.ti-adjustments-search:before { - content: "\f809"; -} - -.ti-adjustments-share:before { - content: "\f80a"; -} - -.ti-adjustments-star:before { - content: "\f80b"; -} - -.ti-adjustments-up:before { - content: "\f80c"; -} - -.ti-adjustments-x:before { - content: "\f80d"; -} - -.ti-aerial-lift:before { - content: "\edfe"; -} - -.ti-affiliate:before { - content: "\edff"; -} - -.ti-affiliate-filled:before { - content: "\f6ed"; -} - -.ti-air-balloon:before { - content: "\f4a6"; -} - -.ti-air-conditioning:before { - content: "\f3a2"; -} - -.ti-air-conditioning-disabled:before { - content: "\f542"; -} - -.ti-air-traffic-control:before { - content: "\fb01"; -} - -.ti-alarm:before { - content: "\ea04"; -} - -.ti-alarm-average:before { - content: "\fc9e"; -} - -.ti-alarm-filled:before { - content: "\f709"; -} - -.ti-alarm-minus:before { - content: "\f630"; -} - -.ti-alarm-minus-filled:before { - content: "\f70a"; -} - -.ti-alarm-off:before { - content: "\f0a9"; -} - -.ti-alarm-plus:before { - content: "\f631"; -} - -.ti-alarm-plus-filled:before { - content: "\f70b"; -} - -.ti-alarm-snooze:before { - content: "\f632"; -} - -.ti-alarm-snooze-filled:before { - content: "\f70c"; -} - -.ti-album:before { - content: "\f022"; -} - -.ti-album-off:before { - content: "\f3b9"; -} - -.ti-alert-circle:before { - content: "\ea05"; -} - -.ti-alert-circle-filled:before { - content: "\f6ee"; -} - -.ti-alert-circle-off:before { - content: "\fc65"; -} - -.ti-alert-hexagon:before { - content: "\f80e"; -} - -.ti-alert-hexagon-filled:before { - content: "\fa34"; -} - -.ti-alert-hexagon-off:before { - content: "\fc66"; -} - -.ti-alert-octagon:before { - content: "\ecc6"; -} - -.ti-alert-octagon-filled:before { - content: "\f6ef"; -} - -.ti-alert-small:before { - content: "\f80f"; -} - -.ti-alert-small-off:before { - content: "\fc67"; -} - -.ti-alert-square:before { - content: "\f811"; -} - -.ti-alert-square-filled:before { - content: "\fa35"; -} - -.ti-alert-square-rounded:before { - content: "\f810"; -} - -.ti-alert-square-rounded-filled:before { - content: "\fa36"; -} - -.ti-alert-square-rounded-off:before { - content: "\fc68"; -} - -.ti-alert-triangle:before { - content: "\ea06"; -} - -.ti-alert-triangle-filled:before { - content: "\f6f0"; -} - -.ti-alert-triangle-off:before { - content: "\fc69"; -} - -.ti-alien:before { - content: "\ebde"; -} - -.ti-alien-filled:before { - content: "\f70d"; -} - -.ti-align-box-bottom-center:before { - content: "\f530"; -} - -.ti-align-box-bottom-center-filled:before { - content: "\f70e"; -} - -.ti-align-box-bottom-left:before { - content: "\f531"; -} - -.ti-align-box-bottom-left-filled:before { - content: "\f70f"; -} - -.ti-align-box-bottom-right:before { - content: "\f532"; -} - -.ti-align-box-bottom-right-filled:before { - content: "\f710"; -} - -.ti-align-box-center-bottom:before { - content: "\facb"; -} - -.ti-align-box-center-middle:before { - content: "\f79f"; -} - -.ti-align-box-center-middle-filled:before { - content: "\f7d4"; -} - -.ti-align-box-center-stretch:before { - content: "\facc"; -} - -.ti-align-box-center-top:before { - content: "\facd"; -} - -.ti-align-box-left-bottom:before { - content: "\f533"; -} - -.ti-align-box-left-bottom-filled:before { - content: "\f711"; -} - -.ti-align-box-left-middle:before { - content: "\f534"; -} - -.ti-align-box-left-middle-filled:before { - content: "\f712"; -} - -.ti-align-box-left-stretch:before { - content: "\face"; -} - -.ti-align-box-left-top:before { - content: "\f535"; -} - -.ti-align-box-left-top-filled:before { - content: "\f713"; -} - -.ti-align-box-right-bottom:before { - content: "\f536"; -} - -.ti-align-box-right-bottom-filled:before { - content: "\f714"; -} - -.ti-align-box-right-middle:before { - content: "\f537"; -} - -.ti-align-box-right-middle-filled:before { - content: "\f7d5"; -} - -.ti-align-box-right-stretch:before { - content: "\facf"; -} - -.ti-align-box-right-top:before { - content: "\f538"; -} - -.ti-align-box-right-top-filled:before { - content: "\f715"; -} - -.ti-align-box-top-center:before { - content: "\f539"; -} - -.ti-align-box-top-center-filled:before { - content: "\f716"; -} - -.ti-align-box-top-left:before { - content: "\f53a"; -} - -.ti-align-box-top-left-filled:before { - content: "\f717"; -} - -.ti-align-box-top-right:before { - content: "\f53b"; -} - -.ti-align-box-top-right-filled:before { - content: "\f718"; -} - -.ti-align-center:before { - content: "\ea07"; -} - -.ti-align-justified:before { - content: "\ea08"; -} - -.ti-align-left:before { - content: "\ea09"; -} - -.ti-align-right:before { - content: "\ea0a"; -} - -.ti-alpha:before { - content: "\f543"; -} - -.ti-alphabet-cyrillic:before { - content: "\f1df"; -} - -.ti-alphabet-greek:before { - content: "\f1e0"; -} - -.ti-alphabet-latin:before { - content: "\f1e1"; -} - -.ti-alt:before { - content: "\fc54"; -} - -.ti-ambulance:before { - content: "\ebf5"; -} - -.ti-ampersand:before { - content: "\f229"; -} - -.ti-analyze:before { - content: "\f3a3"; -} - -.ti-analyze-filled:before { - content: "\f719"; -} - -.ti-analyze-off:before { - content: "\f3ba"; -} - -.ti-anchor:before { - content: "\eb76"; -} - -.ti-anchor-off:before { - content: "\f0f7"; -} - -.ti-angle:before { - content: "\ef20"; -} - -.ti-ankh:before { - content: "\f1cd"; -} - -.ti-antenna:before { - content: "\f094"; -} - -.ti-antenna-bars-1:before { - content: "\ecc7"; -} - -.ti-antenna-bars-2:before { - content: "\ecc8"; -} - -.ti-antenna-bars-3:before { - content: "\ecc9"; -} - -.ti-antenna-bars-4:before { - content: "\ecca"; -} - -.ti-antenna-bars-5:before { - content: "\eccb"; -} - -.ti-antenna-bars-off:before { - content: "\f0aa"; -} - -.ti-antenna-off:before { - content: "\f3bb"; -} - -.ti-aperture:before { - content: "\eb58"; -} - -.ti-aperture-off:before { - content: "\f3bc"; -} - -.ti-api:before { - content: "\effd"; -} - -.ti-api-app:before { - content: "\effc"; -} - -.ti-api-app-off:before { - content: "\f0ab"; -} - -.ti-api-off:before { - content: "\f0f8"; -} - -.ti-app-window:before { - content: "\efe6"; -} - -.ti-app-window-filled:before { - content: "\f71a"; -} - -.ti-apple:before { - content: "\ef21"; -} - -.ti-apps:before { - content: "\ebb6"; -} - -.ti-apps-filled:before { - content: "\f6f1"; -} - -.ti-apps-off:before { - content: "\f0ac"; -} - -.ti-archery-arrow:before { - content: "\fc55"; -} - -.ti-archive:before { - content: "\ea0b"; -} - -.ti-archive-filled:before { - content: "\fa82"; -} - -.ti-archive-off:before { - content: "\f0ad"; -} - -.ti-armchair:before { - content: "\ef9e"; -} - -.ti-armchair-2:before { - content: "\efe7"; -} - -.ti-armchair-2-off:before { - content: "\f3bd"; -} - -.ti-armchair-off:before { - content: "\f3be"; -} - -.ti-arrow-autofit-content:before { - content: "\ef31"; -} - -.ti-arrow-autofit-content-filled:before { - content: "\f6f2"; -} - -.ti-arrow-autofit-down:before { - content: "\ef32"; -} - -.ti-arrow-autofit-height:before { - content: "\ef33"; -} - -.ti-arrow-autofit-left:before { - content: "\ef34"; -} - -.ti-arrow-autofit-right:before { - content: "\ef35"; -} - -.ti-arrow-autofit-up:before { - content: "\ef36"; -} - -.ti-arrow-autofit-width:before { - content: "\ef37"; -} - -.ti-arrow-back:before { - content: "\ea0c"; -} - -.ti-arrow-back-up:before { - content: "\eb77"; -} - -.ti-arrow-back-up-double:before { - content: "\f9ec"; -} - -.ti-arrow-badge-down:before { - content: "\f60b"; -} - -.ti-arrow-badge-down-filled:before { - content: "\f7d6"; -} - -.ti-arrow-badge-left:before { - content: "\f60c"; -} - -.ti-arrow-badge-left-filled:before { - content: "\f7d7"; -} - -.ti-arrow-badge-right:before { - content: "\f60d"; -} - -.ti-arrow-badge-right-filled:before { - content: "\f7d8"; -} - -.ti-arrow-badge-up:before { - content: "\f60e"; -} - -.ti-arrow-badge-up-filled:before { - content: "\f7d9"; -} - -.ti-arrow-bar-both:before { - content: "\fadd"; -} - -.ti-arrow-bar-down:before { - content: "\ea0d"; -} - -.ti-arrow-bar-left:before { - content: "\ea0e"; -} - -.ti-arrow-bar-right:before { - content: "\ea0f"; -} - -.ti-arrow-bar-to-down:before { - content: "\ec88"; -} - -.ti-arrow-bar-to-left:before { - content: "\ec89"; -} - -.ti-arrow-bar-to-right:before { - content: "\ec8a"; -} - -.ti-arrow-bar-to-up:before { - content: "\ec8b"; -} - -.ti-arrow-bar-up:before { - content: "\ea10"; -} - -.ti-arrow-bear-left:before { - content: "\f045"; -} - -.ti-arrow-bear-left-2:before { - content: "\f044"; -} - -.ti-arrow-bear-right:before { - content: "\f047"; -} - -.ti-arrow-bear-right-2:before { - content: "\f046"; -} - -.ti-arrow-big-down:before { - content: "\edda"; -} - -.ti-arrow-big-down-filled:before { - content: "\f6c6"; -} - -.ti-arrow-big-down-line:before { - content: "\efe8"; -} - -.ti-arrow-big-down-line-filled:before { - content: "\f6c7"; -} - -.ti-arrow-big-down-lines:before { - content: "\efe9"; -} - -.ti-arrow-big-down-lines-filled:before { - content: "\f6c8"; -} - -.ti-arrow-big-left:before { - content: "\eddb"; -} - -.ti-arrow-big-left-filled:before { - content: "\f6c9"; -} - -.ti-arrow-big-left-line:before { - content: "\efea"; -} - -.ti-arrow-big-left-line-filled:before { - content: "\f6ca"; -} - -.ti-arrow-big-left-lines:before { - content: "\efeb"; -} - -.ti-arrow-big-left-lines-filled:before { - content: "\f6cb"; -} - -.ti-arrow-big-right:before { - content: "\eddc"; -} - -.ti-arrow-big-right-filled:before { - content: "\f6cc"; -} - -.ti-arrow-big-right-line:before { - content: "\efec"; -} - -.ti-arrow-big-right-line-filled:before { - content: "\f6cd"; -} - -.ti-arrow-big-right-lines:before { - content: "\efed"; -} - -.ti-arrow-big-right-lines-filled:before { - content: "\f6ce"; -} - -.ti-arrow-big-up:before { - content: "\eddd"; -} - -.ti-arrow-big-up-filled:before { - content: "\f6cf"; -} - -.ti-arrow-big-up-line:before { - content: "\efee"; -} - -.ti-arrow-big-up-line-filled:before { - content: "\f6d0"; -} - -.ti-arrow-big-up-lines:before { - content: "\efef"; -} - -.ti-arrow-big-up-lines-filled:before { - content: "\f6d1"; -} - -.ti-arrow-bounce:before { - content: "\f3a4"; -} - -.ti-arrow-capsule:before { - content: "\fade"; -} - -.ti-arrow-curve-left:before { - content: "\f048"; -} - -.ti-arrow-curve-right:before { - content: "\f049"; -} - -.ti-arrow-down:before { - content: "\ea16"; -} - -.ti-arrow-down-bar:before { - content: "\ed98"; -} - -.ti-arrow-down-circle:before { - content: "\ea11"; -} - -.ti-arrow-down-from-arc:before { - content: "\fd86"; -} - -.ti-arrow-down-left:before { - content: "\ea13"; -} - -.ti-arrow-down-left-circle:before { - content: "\ea12"; -} - -.ti-arrow-down-rhombus:before { - content: "\f61d"; -} - -.ti-arrow-down-right:before { - content: "\ea15"; -} - -.ti-arrow-down-right-circle:before { - content: "\ea14"; -} - -.ti-arrow-down-square:before { - content: "\ed9a"; -} - -.ti-arrow-down-tail:before { - content: "\ed9b"; -} - -.ti-arrow-down-to-arc:before { - content: "\fd87"; -} - -.ti-arrow-elbow-left:before { - content: "\f9ed"; -} - -.ti-arrow-elbow-right:before { - content: "\f9ee"; -} - -.ti-arrow-fork:before { - content: "\f04a"; -} - -.ti-arrow-forward:before { - content: "\ea17"; -} - -.ti-arrow-forward-up:before { - content: "\eb78"; -} - -.ti-arrow-forward-up-double:before { - content: "\f9ef"; -} - -.ti-arrow-guide:before { - content: "\f22a"; -} - -.ti-arrow-iteration:before { - content: "\f578"; -} - -.ti-arrow-left:before { - content: "\ea19"; -} - -.ti-arrow-left-bar:before { - content: "\ed9c"; -} - -.ti-arrow-left-circle:before { - content: "\ea18"; -} - -.ti-arrow-left-from-arc:before { - content: "\fd88"; -} - -.ti-arrow-left-rhombus:before { - content: "\f61e"; -} - -.ti-arrow-left-right:before { - content: "\f04b"; -} - -.ti-arrow-left-square:before { - content: "\ed9d"; -} - -.ti-arrow-left-tail:before { - content: "\ed9e"; -} - -.ti-arrow-left-to-arc:before { - content: "\fd89"; -} - -.ti-arrow-loop-left:before { - content: "\ed9f"; -} - -.ti-arrow-loop-left-2:before { - content: "\f04c"; -} - -.ti-arrow-loop-right:before { - content: "\eda0"; -} - -.ti-arrow-loop-right-2:before { - content: "\f04d"; -} - -.ti-arrow-merge:before { - content: "\f04e"; -} - -.ti-arrow-merge-alt-left:before { - content: "\fc9f"; -} - -.ti-arrow-merge-alt-right:before { - content: "\fca0"; -} - -.ti-arrow-merge-both:before { - content: "\f23b"; -} - -.ti-arrow-merge-left:before { - content: "\f23c"; -} - -.ti-arrow-merge-right:before { - content: "\f23d"; -} - -.ti-arrow-move-down:before { - content: "\f2ba"; -} - -.ti-arrow-move-left:before { - content: "\f2bb"; -} - -.ti-arrow-move-right:before { - content: "\f2bc"; -} - -.ti-arrow-move-up:before { - content: "\f2bd"; -} - -.ti-arrow-narrow-down:before { - content: "\ea1a"; -} - -.ti-arrow-narrow-left:before { - content: "\ea1b"; -} - -.ti-arrow-narrow-right:before { - content: "\ea1c"; -} - -.ti-arrow-narrow-up:before { - content: "\ea1d"; -} - -.ti-arrow-ramp-left:before { - content: "\ed3c"; -} - -.ti-arrow-ramp-left-2:before { - content: "\f04f"; -} - -.ti-arrow-ramp-left-3:before { - content: "\f050"; -} - -.ti-arrow-ramp-right:before { - content: "\ed3d"; -} - -.ti-arrow-ramp-right-2:before { - content: "\f051"; -} - -.ti-arrow-ramp-right-3:before { - content: "\f052"; -} - -.ti-arrow-right:before { - content: "\ea1f"; -} - -.ti-arrow-right-bar:before { - content: "\eda1"; -} - -.ti-arrow-right-circle:before { - content: "\ea1e"; -} - -.ti-arrow-right-from-arc:before { - content: "\fd8a"; -} - -.ti-arrow-right-rhombus:before { - content: "\f61f"; -} - -.ti-arrow-right-square:before { - content: "\eda2"; -} - -.ti-arrow-right-tail:before { - content: "\eda3"; -} - -.ti-arrow-right-to-arc:before { - content: "\fd8b"; -} - -.ti-arrow-rotary-first-left:before { - content: "\f053"; -} - -.ti-arrow-rotary-first-right:before { - content: "\f054"; -} - -.ti-arrow-rotary-last-left:before { - content: "\f055"; -} - -.ti-arrow-rotary-last-right:before { - content: "\f056"; -} - -.ti-arrow-rotary-left:before { - content: "\f057"; -} - -.ti-arrow-rotary-right:before { - content: "\f058"; -} - -.ti-arrow-rotary-straight:before { - content: "\f059"; -} - -.ti-arrow-roundabout-left:before { - content: "\f22b"; -} - -.ti-arrow-roundabout-right:before { - content: "\f22c"; -} - -.ti-arrow-sharp-turn-left:before { - content: "\f05a"; -} - -.ti-arrow-sharp-turn-right:before { - content: "\f05b"; -} - -.ti-arrow-up:before { - content: "\ea25"; -} - -.ti-arrow-up-bar:before { - content: "\eda4"; -} - -.ti-arrow-up-circle:before { - content: "\ea20"; -} - -.ti-arrow-up-from-arc:before { - content: "\fd8c"; -} - -.ti-arrow-up-left:before { - content: "\ea22"; -} - -.ti-arrow-up-left-circle:before { - content: "\ea21"; -} - -.ti-arrow-up-rhombus:before { - content: "\f620"; -} - -.ti-arrow-up-right:before { - content: "\ea24"; -} - -.ti-arrow-up-right-circle:before { - content: "\ea23"; -} - -.ti-arrow-up-square:before { - content: "\eda6"; -} - -.ti-arrow-up-tail:before { - content: "\eda7"; -} - -.ti-arrow-up-to-arc:before { - content: "\fd8d"; -} - -.ti-arrow-wave-left-down:before { - content: "\eda8"; -} - -.ti-arrow-wave-left-up:before { - content: "\eda9"; -} - -.ti-arrow-wave-right-down:before { - content: "\edaa"; -} - -.ti-arrow-wave-right-up:before { - content: "\edab"; -} - -.ti-arrow-zig-zag:before { - content: "\f4a7"; -} - -.ti-arrows-cross:before { - content: "\effe"; -} - -.ti-arrows-diagonal:before { - content: "\ea27"; -} - -.ti-arrows-diagonal-2:before { - content: "\ea26"; -} - -.ti-arrows-diagonal-minimize:before { - content: "\ef39"; -} - -.ti-arrows-diagonal-minimize-2:before { - content: "\ef38"; -} - -.ti-arrows-diff:before { - content: "\f296"; -} - -.ti-arrows-double-ne-sw:before { - content: "\edde"; -} - -.ti-arrows-double-nw-se:before { - content: "\eddf"; -} - -.ti-arrows-double-se-nw:before { - content: "\ede0"; -} - -.ti-arrows-double-sw-ne:before { - content: "\ede1"; -} - -.ti-arrows-down:before { - content: "\edad"; -} - -.ti-arrows-down-up:before { - content: "\edac"; -} - -.ti-arrows-exchange:before { - content: "\f1f4"; -} - -.ti-arrows-exchange-2:before { - content: "\f1f3"; -} - -.ti-arrows-horizontal:before { - content: "\eb59"; -} - -.ti-arrows-join:before { - content: "\edaf"; -} - -.ti-arrows-join-2:before { - content: "\edae"; -} - -.ti-arrows-left:before { - content: "\edb1"; -} - -.ti-arrows-left-down:before { - content: "\ee00"; -} - -.ti-arrows-left-right:before { - content: "\edb0"; -} - -.ti-arrows-maximize:before { - content: "\ea28"; -} - -.ti-arrows-minimize:before { - content: "\ea29"; -} - -.ti-arrows-move:before { - content: "\f22f"; -} - -.ti-arrows-move-horizontal:before { - content: "\f22d"; -} - -.ti-arrows-move-vertical:before { - content: "\f22e"; -} - -.ti-arrows-random:before { - content: "\f095"; -} - -.ti-arrows-right:before { - content: "\edb3"; -} - -.ti-arrows-right-down:before { - content: "\ee01"; -} - -.ti-arrows-right-left:before { - content: "\edb2"; -} - -.ti-arrows-shuffle:before { - content: "\f000"; -} - -.ti-arrows-shuffle-2:before { - content: "\efff"; -} - -.ti-arrows-sort:before { - content: "\eb5a"; -} - -.ti-arrows-split:before { - content: "\edb5"; -} - -.ti-arrows-split-2:before { - content: "\edb4"; -} - -.ti-arrows-transfer-down:before { - content: "\f2cc"; -} - -.ti-arrows-transfer-up:before { - content: "\f2cd"; -} - -.ti-arrows-up:before { - content: "\edb7"; -} - -.ti-arrows-up-down:before { - content: "\edb6"; -} - -.ti-arrows-up-left:before { - content: "\ee02"; -} - -.ti-arrows-up-right:before { - content: "\ee03"; -} - -.ti-arrows-vertical:before { - content: "\eb5b"; -} - -.ti-artboard:before { - content: "\ea2a"; -} - -.ti-artboard-filled:before { - content: "\fa83"; -} - -.ti-artboard-off:before { - content: "\f0ae"; -} - -.ti-article:before { - content: "\f1e2"; -} - -.ti-article-filled-filled:before { - content: "\f7da"; -} - -.ti-article-off:before { - content: "\f3bf"; -} - -.ti-aspect-ratio:before { - content: "\ed30"; -} - -.ti-aspect-ratio-filled:before { - content: "\f7db"; -} - -.ti-aspect-ratio-off:before { - content: "\f0af"; -} - -.ti-assembly:before { - content: "\f24d"; -} - -.ti-assembly-off:before { - content: "\f3c0"; -} - -.ti-asset:before { - content: "\f1ce"; -} - -.ti-asterisk:before { - content: "\efd5"; -} - -.ti-asterisk-simple:before { - content: "\efd4"; -} - -.ti-at:before { - content: "\ea2b"; -} - -.ti-at-off:before { - content: "\f0b0"; -} - -.ti-atom:before { - content: "\eb79"; -} - -.ti-atom-2:before { - content: "\ebdf"; -} - -.ti-atom-2-filled:before { - content: "\f71b"; -} - -.ti-atom-off:before { - content: "\f0f9"; -} - -.ti-augmented-reality:before { - content: "\f023"; -} - -.ti-augmented-reality-2:before { - content: "\f37e"; -} - -.ti-augmented-reality-off:before { - content: "\f3c1"; -} - -.ti-automatic-gearbox:before { - content: "\fc89"; -} - -.ti-avocado:before { - content: "\fd8e"; -} - -.ti-award:before { - content: "\ea2c"; -} - -.ti-award-filled:before { - content: "\f71c"; -} - -.ti-award-off:before { - content: "\f0fa"; -} - -.ti-axe:before { - content: "\ef9f"; -} - -.ti-axis-x:before { - content: "\ef45"; -} - -.ti-axis-y:before { - content: "\ef46"; -} - -.ti-baby-bottle:before { - content: "\f5d2"; -} - -.ti-baby-carriage:before { - content: "\f05d"; -} - -.ti-background:before { - content: "\fd2c"; -} - -.ti-backhoe:before { - content: "\ed86"; -} - -.ti-backpack:before { - content: "\ef47"; -} - -.ti-backpack-off:before { - content: "\f3c2"; -} - -.ti-backslash:before { - content: "\fab9"; -} - -.ti-backspace:before { - content: "\ea2d"; -} - -.ti-backspace-filled:before { - content: "\f7dc"; -} - -.ti-badge:before { - content: "\efc2"; -} - -.ti-badge-3d:before { - content: "\f555"; -} - -.ti-badge-4k:before { - content: "\f556"; -} - -.ti-badge-8k:before { - content: "\f557"; -} - -.ti-badge-ad:before { - content: "\f558"; -} - -.ti-badge-ad-off:before { - content: "\fd8f"; -} - -.ti-badge-ar:before { - content: "\f559"; -} - -.ti-badge-cc:before { - content: "\f55a"; -} - -.ti-badge-filled:before { - content: "\f667"; -} - -.ti-badge-hd:before { - content: "\f55b"; -} - -.ti-badge-off:before { - content: "\f0fb"; -} - -.ti-badge-sd:before { - content: "\f55c"; -} - -.ti-badge-tm:before { - content: "\f55d"; -} - -.ti-badge-vo:before { - content: "\f55e"; -} - -.ti-badge-vr:before { - content: "\f55f"; -} - -.ti-badge-wc:before { - content: "\f560"; -} - -.ti-badges:before { - content: "\efc3"; -} - -.ti-badges-filled:before { - content: "\f7dd"; -} - -.ti-badges-off:before { - content: "\f0fc"; -} - -.ti-baguette:before { - content: "\f3a5"; -} - -.ti-ball-american-football:before { - content: "\ee04"; -} - -.ti-ball-american-football-off:before { - content: "\f3c3"; -} - -.ti-ball-baseball:before { - content: "\efa0"; -} - -.ti-ball-basketball:before { - content: "\ec28"; -} - -.ti-ball-bowling:before { - content: "\ec29"; -} - -.ti-ball-football:before { - content: "\ee06"; -} - -.ti-ball-football-off:before { - content: "\ee05"; -} - -.ti-ball-tennis:before { - content: "\ec2a"; -} - -.ti-ball-volleyball:before { - content: "\ec2b"; -} - -.ti-balloon:before { - content: "\ef3a"; -} - -.ti-balloon-filled:before { - content: "\fa84"; -} - -.ti-balloon-off:before { - content: "\f0fd"; -} - -.ti-ballpen:before { - content: "\f06e"; -} - -.ti-ballpen-filled:before { - content: "\fa85"; -} - -.ti-ballpen-off:before { - content: "\f0b1"; -} - -.ti-ban:before { - content: "\ea2e"; -} - -.ti-bandage:before { - content: "\eb7a"; -} - -.ti-bandage-filled:before { - content: "\f7de"; -} - -.ti-bandage-off:before { - content: "\f3c4"; -} - -.ti-barbell:before { - content: "\eff0"; -} - -.ti-barbell-off:before { - content: "\f0b2"; -} - -.ti-barcode:before { - content: "\ebc6"; -} - -.ti-barcode-off:before { - content: "\f0b3"; -} - -.ti-barrel:before { - content: "\f0b4"; -} - -.ti-barrel-off:before { - content: "\f0fe"; -} - -.ti-barrier-block:before { - content: "\f00e"; -} - -.ti-barrier-block-off:before { - content: "\f0b5"; -} - -.ti-baseline:before { - content: "\f024"; -} - -.ti-baseline-density-large:before { - content: "\f9f0"; -} - -.ti-baseline-density-medium:before { - content: "\f9f1"; -} - -.ti-baseline-density-small:before { - content: "\f9f2"; -} - -.ti-basket:before { - content: "\ebe1"; -} - -.ti-basket-bolt:before { - content: "\fb43"; -} - -.ti-basket-cancel:before { - content: "\fb44"; -} - -.ti-basket-check:before { - content: "\fb45"; -} - -.ti-basket-code:before { - content: "\fb46"; -} - -.ti-basket-cog:before { - content: "\fb47"; -} - -.ti-basket-discount:before { - content: "\fb48"; -} - -.ti-basket-dollar:before { - content: "\fb49"; -} - -.ti-basket-down:before { - content: "\fb4a"; -} - -.ti-basket-exclamation:before { - content: "\fb4b"; -} - -.ti-basket-filled:before { - content: "\f7df"; -} - -.ti-basket-heart:before { - content: "\fb4c"; -} - -.ti-basket-minus:before { - content: "\fb4d"; -} - -.ti-basket-off:before { - content: "\f0b6"; -} - -.ti-basket-pause:before { - content: "\fb4e"; -} - -.ti-basket-pin:before { - content: "\fb4f"; -} - -.ti-basket-plus:before { - content: "\fb50"; -} - -.ti-basket-question:before { - content: "\fb51"; -} - -.ti-basket-search:before { - content: "\fb52"; -} - -.ti-basket-share:before { - content: "\fb53"; -} - -.ti-basket-star:before { - content: "\fb54"; -} - -.ti-basket-up:before { - content: "\fb55"; -} - -.ti-basket-x:before { - content: "\fb56"; -} - -.ti-bat:before { - content: "\f284"; -} - -.ti-bath:before { - content: "\ef48"; -} - -.ti-bath-filled:before { - content: "\f71d"; -} - -.ti-bath-off:before { - content: "\f0ff"; -} - -.ti-battery:before { - content: "\ea34"; -} - -.ti-battery-1:before { - content: "\ea2f"; -} - -.ti-battery-1-filled:before { - content: "\f71e"; -} - -.ti-battery-2:before { - content: "\ea30"; -} - -.ti-battery-2-filled:before { - content: "\f71f"; -} - -.ti-battery-3:before { - content: "\ea31"; -} - -.ti-battery-3-filled:before { - content: "\f720"; -} - -.ti-battery-4:before { - content: "\ea32"; -} - -.ti-battery-4-filled:before { - content: "\f721"; -} - -.ti-battery-automotive:before { - content: "\ee07"; -} - -.ti-battery-charging:before { - content: "\ea33"; -} - -.ti-battery-charging-2:before { - content: "\ef3b"; -} - -.ti-battery-eco:before { - content: "\ef3c"; -} - -.ti-battery-filled:before { - content: "\f668"; -} - -.ti-battery-off:before { - content: "\ed1c"; -} - -.ti-beach:before { - content: "\ef3d"; -} - -.ti-beach-off:before { - content: "\f0b7"; -} - -.ti-bed:before { - content: "\eb5c"; -} - -.ti-bed-filled:before { - content: "\f7e0"; -} - -.ti-bed-flat:before { - content: "\fca1"; -} - -.ti-bed-off:before { - content: "\f100"; -} - -.ti-beer:before { - content: "\efa1"; -} - -.ti-beer-filled:before { - content: "\f7e1"; -} - -.ti-beer-off:before { - content: "\f101"; -} - -.ti-bell:before { - content: "\ea35"; -} - -.ti-bell-bolt:before { - content: "\f812"; -} - -.ti-bell-cancel:before { - content: "\f813"; -} - -.ti-bell-check:before { - content: "\f814"; -} - -.ti-bell-code:before { - content: "\f815"; -} - -.ti-bell-cog:before { - content: "\f816"; -} - -.ti-bell-dollar:before { - content: "\f817"; -} - -.ti-bell-down:before { - content: "\f818"; -} - -.ti-bell-exclamation:before { - content: "\f819"; -} - -.ti-bell-filled:before { - content: "\f669"; -} - -.ti-bell-heart:before { - content: "\f81a"; -} - -.ti-bell-minus:before { - content: "\ede2"; -} - -.ti-bell-minus-filled:before { - content: "\f722"; -} - -.ti-bell-off:before { - content: "\ece9"; -} - -.ti-bell-pause:before { - content: "\f81b"; -} - -.ti-bell-pin:before { - content: "\f81c"; -} - -.ti-bell-plus:before { - content: "\ede3"; -} - -.ti-bell-plus-filled:before { - content: "\f723"; -} - -.ti-bell-question:before { - content: "\f81d"; -} - -.ti-bell-ringing:before { - content: "\ed07"; -} - -.ti-bell-ringing-2:before { - content: "\ede4"; -} - -.ti-bell-ringing-2-filled:before { - content: "\f724"; -} - -.ti-bell-ringing-filled:before { - content: "\f725"; -} - -.ti-bell-school:before { - content: "\f05e"; -} - -.ti-bell-search:before { - content: "\f81e"; -} - -.ti-bell-share:before { - content: "\f81f"; -} - -.ti-bell-star:before { - content: "\f820"; -} - -.ti-bell-up:before { - content: "\f821"; -} - -.ti-bell-x:before { - content: "\ede5"; -} - -.ti-bell-x-filled:before { - content: "\f726"; -} - -.ti-bell-z:before { - content: "\eff1"; -} - -.ti-bell-z-filled:before { - content: "\f727"; -} - -.ti-beta:before { - content: "\f544"; -} - -.ti-bible:before { - content: "\efc4"; -} - -.ti-bike:before { - content: "\ea36"; -} - -.ti-bike-off:before { - content: "\f0b8"; -} - -.ti-binary:before { - content: "\ee08"; -} - -.ti-binary-off:before { - content: "\f3c5"; -} - -.ti-binary-tree:before { - content: "\f5d4"; -} - -.ti-binary-tree-2:before { - content: "\f5d3"; -} - -.ti-biohazard:before { - content: "\ecb8"; -} - -.ti-biohazard-off:before { - content: "\f0b9"; -} - -.ti-blade:before { - content: "\f4bd"; -} - -.ti-blade-filled:before { - content: "\f7e2"; -} - -.ti-bleach:before { - content: "\f2f3"; -} - -.ti-bleach-chlorine:before { - content: "\f2f0"; -} - -.ti-bleach-no-chlorine:before { - content: "\f2f1"; -} - -.ti-bleach-off:before { - content: "\f2f2"; -} - -.ti-blender:before { - content: "\fca2"; -} - -.ti-blockquote:before { - content: "\ee09"; -} - -.ti-bluetooth:before { - content: "\ea37"; -} - -.ti-bluetooth-connected:before { - content: "\ecea"; -} - -.ti-bluetooth-off:before { - content: "\eceb"; -} - -.ti-bluetooth-x:before { - content: "\f081"; -} - -.ti-blur:before { - content: "\ef8c"; -} - -.ti-blur-off:before { - content: "\f3c6"; -} - -.ti-bmp:before { - content: "\f3a6"; -} - -.ti-body-scan:before { - content: "\fca3"; -} - -.ti-bold:before { - content: "\eb7b"; -} - -.ti-bold-off:before { - content: "\f0ba"; -} - -.ti-bolt:before { - content: "\ea38"; -} - -.ti-bolt-off:before { - content: "\ecec"; -} - -.ti-bomb:before { - content: "\f59c"; -} - -.ti-bomb-filled:before { - content: "\fa86"; -} - -.ti-bone:before { - content: "\edb8"; -} - -.ti-bone-off:before { - content: "\f0bb"; -} - -.ti-bong:before { - content: "\f3a7"; -} - -.ti-bong-off:before { - content: "\f3c7"; -} - -.ti-book:before { - content: "\ea39"; -} - -.ti-book-2:before { - content: "\efc5"; -} - -.ti-book-download:before { - content: "\f070"; -} - -.ti-book-filled:before { - content: "\fa87"; -} - -.ti-book-off:before { - content: "\f0bc"; -} - -.ti-book-upload:before { - content: "\f071"; -} - -.ti-bookmark:before { - content: "\ea3a"; -} - -.ti-bookmark-ai:before { - content: "\fc8a"; -} - -.ti-bookmark-edit:before { - content: "\fa5e"; -} - -.ti-bookmark-filled:before { - content: "\fa88"; -} - -.ti-bookmark-minus:before { - content: "\fa5f"; -} - -.ti-bookmark-off:before { - content: "\eced"; -} - -.ti-bookmark-plus:before { - content: "\fa60"; -} - -.ti-bookmark-question:before { - content: "\fa61"; -} - -.ti-bookmarks:before { - content: "\ed08"; -} - -.ti-bookmarks-filled:before { - content: "\fb1f"; -} - -.ti-bookmarks-off:before { - content: "\f0bd"; -} - -.ti-books:before { - content: "\eff2"; -} - -.ti-books-off:before { - content: "\f0be"; -} - -.ti-border-all:before { - content: "\ea3b"; -} - -.ti-border-bottom:before { - content: "\ea3c"; -} - -.ti-border-corner-ios:before { - content: "\fd98"; -} - -.ti-border-corner-pill:before { - content: "\fd62"; -} - -.ti-border-corner-rounded:before { - content: "\fd63"; -} - -.ti-border-corner-square:before { - content: "\fd64"; -} - -.ti-border-corners:before { - content: "\f7a0"; -} - -.ti-border-horizontal:before { - content: "\ea3d"; -} - -.ti-border-inner:before { - content: "\ea3e"; -} - -.ti-border-left:before { - content: "\ea3f"; -} - -.ti-border-none:before { - content: "\ea40"; -} - -.ti-border-outer:before { - content: "\ea41"; -} - -.ti-border-radius:before { - content: "\eb7c"; -} - -.ti-border-right:before { - content: "\ea42"; -} - -.ti-border-sides:before { - content: "\f7a1"; -} - -.ti-border-style:before { - content: "\ee0a"; -} - -.ti-border-style-2:before { - content: "\ef22"; -} - -.ti-border-top:before { - content: "\ea43"; -} - -.ti-border-vertical:before { - content: "\ea44"; -} - -.ti-bottle:before { - content: "\ef0b"; -} - -.ti-bottle-filled:before { - content: "\fa89"; -} - -.ti-bottle-off:before { - content: "\f3c8"; -} - -.ti-bounce-left:before { - content: "\f59d"; -} - -.ti-bounce-left-filled:before { - content: "\fb20"; -} - -.ti-bounce-right:before { - content: "\f59e"; -} - -.ti-bounce-right-filled:before { - content: "\fb21"; -} - -.ti-bow:before { - content: "\f096"; -} - -.ti-bowl:before { - content: "\f4fa"; -} - -.ti-bowl-chopsticks:before { - content: "\fd90"; -} - -.ti-bowl-filled:before { - content: "\fb22"; -} - -.ti-bowl-spoon:before { - content: "\fd91"; -} - -.ti-box:before { - content: "\ea45"; -} - -.ti-box-align-bottom:before { - content: "\f2a8"; -} - -.ti-box-align-bottom-filled:before { - content: "\fa8a"; -} - -.ti-box-align-bottom-left:before { - content: "\f2ce"; -} - -.ti-box-align-bottom-left-filled:before { - content: "\fa8b"; -} - -.ti-box-align-bottom-right:before { - content: "\f2cf"; -} - -.ti-box-align-bottom-right-filled:before { - content: "\fa8c"; -} - -.ti-box-align-left:before { - content: "\f2a9"; -} - -.ti-box-align-left-filled:before { - content: "\fa8d"; -} - -.ti-box-align-right:before { - content: "\f2aa"; -} - -.ti-box-align-right-filled:before { - content: "\fa8e"; -} - -.ti-box-align-top:before { - content: "\f2ab"; -} - -.ti-box-align-top-filled:before { - content: "\fa8f"; -} - -.ti-box-align-top-left:before { - content: "\f2d0"; -} - -.ti-box-align-top-left-filled:before { - content: "\fa90"; -} - -.ti-box-align-top-right:before { - content: "\f2d1"; -} - -.ti-box-align-top-right-filled:before { - content: "\fa91"; -} - -.ti-box-margin:before { - content: "\ee0b"; -} - -.ti-box-model:before { - content: "\ee0c"; -} - -.ti-box-model-2:before { - content: "\ef23"; -} - -.ti-box-model-2-off:before { - content: "\f3c9"; -} - -.ti-box-model-off:before { - content: "\f3ca"; -} - -.ti-box-multiple:before { - content: "\ee17"; -} - -.ti-box-multiple-0:before { - content: "\ee0d"; -} - -.ti-box-multiple-1:before { - content: "\ee0e"; -} - -.ti-box-multiple-2:before { - content: "\ee0f"; -} - -.ti-box-multiple-3:before { - content: "\ee10"; -} - -.ti-box-multiple-4:before { - content: "\ee11"; -} - -.ti-box-multiple-5:before { - content: "\ee12"; -} - -.ti-box-multiple-6:before { - content: "\ee13"; -} - -.ti-box-multiple-7:before { - content: "\ee14"; -} - -.ti-box-multiple-8:before { - content: "\ee15"; -} - -.ti-box-multiple-9:before { - content: "\ee16"; -} - -.ti-box-off:before { - content: "\f102"; -} - -.ti-box-padding:before { - content: "\ee18"; -} - -.ti-box-seam:before { - content: "\f561"; -} - -.ti-braces:before { - content: "\ebcc"; -} - -.ti-braces-off:before { - content: "\f0bf"; -} - -.ti-brackets:before { - content: "\ebcd"; -} - -.ti-brackets-angle:before { - content: "\fcb2"; -} - -.ti-brackets-angle-off:before { - content: "\fcb1"; -} - -.ti-brackets-contain:before { - content: "\f1e5"; -} - -.ti-brackets-contain-end:before { - content: "\f1e3"; -} - -.ti-brackets-contain-start:before { - content: "\f1e4"; -} - -.ti-brackets-off:before { - content: "\f0c0"; -} - -.ti-braille:before { - content: "\f545"; -} - -.ti-brain:before { - content: "\f59f"; -} - -.ti-brand-4chan:before { - content: "\f494"; -} - -.ti-brand-abstract:before { - content: "\f495"; -} - -.ti-brand-adobe:before { - content: "\f0dc"; -} - -.ti-brand-adonis-js:before { - content: "\f496"; -} - -.ti-brand-airbnb:before { - content: "\ed68"; -} - -.ti-brand-airtable:before { - content: "\ef6a"; -} - -.ti-brand-algolia:before { - content: "\f390"; -} - -.ti-brand-alipay:before { - content: "\f7a2"; -} - -.ti-brand-alpine-js:before { - content: "\f324"; -} - -.ti-brand-amazon:before { - content: "\f230"; -} - -.ti-brand-amd:before { - content: "\f653"; -} - -.ti-brand-amigo:before { - content: "\f5f9"; -} - -.ti-brand-among-us:before { - content: "\f205"; -} - -.ti-brand-android:before { - content: "\ec16"; -} - -.ti-brand-angular:before { - content: "\ef6b"; -} - -.ti-brand-ansible:before { - content: "\fa70"; -} - -.ti-brand-ao3:before { - content: "\f5e8"; -} - -.ti-brand-appgallery:before { - content: "\f231"; -} - -.ti-brand-apple:before { - content: "\ec17"; -} - -.ti-brand-apple-arcade:before { - content: "\ed69"; -} - -.ti-brand-apple-filled:before { - content: "\fd74"; -} - -.ti-brand-apple-podcast:before { - content: "\f1e6"; -} - -.ti-brand-appstore:before { - content: "\ed24"; -} - -.ti-brand-asana:before { - content: "\edc5"; -} - -.ti-brand-auth0:before { - content: "\fcb3"; -} - -.ti-brand-aws:before { - content: "\fa4c"; -} - -.ti-brand-azure:before { - content: "\fa4d"; -} - -.ti-brand-backbone:before { - content: "\f325"; -} - -.ti-brand-badoo:before { - content: "\f206"; -} - -.ti-brand-baidu:before { - content: "\f5e9"; -} - -.ti-brand-bandcamp:before { - content: "\f207"; -} - -.ti-brand-bandlab:before { - content: "\f5fa"; -} - -.ti-brand-beats:before { - content: "\f208"; -} - -.ti-brand-behance:before { - content: "\ec6e"; -} - -.ti-brand-bilibili:before { - content: "\f6d2"; -} - -.ti-brand-binance:before { - content: "\f5a0"; -} - -.ti-brand-bing:before { - content: "\edc6"; -} - -.ti-brand-bitbucket:before { - content: "\edc7"; -} - -.ti-brand-blackberry:before { - content: "\f568"; -} - -.ti-brand-blender:before { - content: "\f326"; -} - -.ti-brand-blogger:before { - content: "\f35a"; -} - -.ti-brand-bluesky:before { - content: "\fd75"; -} - -.ti-brand-booking:before { - content: "\edc8"; -} - -.ti-brand-bootstrap:before { - content: "\ef3e"; -} - -.ti-brand-bulma:before { - content: "\f327"; -} - -.ti-brand-bumble:before { - content: "\f5fb"; -} - -.ti-brand-bunpo:before { - content: "\f4cf"; -} - -.ti-brand-c-sharp:before { - content: "\f003"; -} - -.ti-brand-cake:before { - content: "\f7a3"; -} - -.ti-brand-cakephp:before { - content: "\f7af"; -} - -.ti-brand-campaignmonitor:before { - content: "\f328"; -} - -.ti-brand-carbon:before { - content: "\f348"; -} - -.ti-brand-cashapp:before { - content: "\f391"; -} - -.ti-brand-chrome:before { - content: "\ec18"; -} - -.ti-brand-cinema-4d:before { - content: "\fa71"; -} - -.ti-brand-citymapper:before { - content: "\f5fc"; -} - -.ti-brand-cloudflare:before { - content: "\fa4e"; -} - -.ti-brand-codecov:before { - content: "\f329"; -} - -.ti-brand-codepen:before { - content: "\ec6f"; -} - -.ti-brand-codesandbox:before { - content: "\ed6a"; -} - -.ti-brand-cohost:before { - content: "\f5d5"; -} - -.ti-brand-coinbase:before { - content: "\f209"; -} - -.ti-brand-comedy-central:before { - content: "\f217"; -} - -.ti-brand-coreos:before { - content: "\f5fd"; -} - -.ti-brand-couchdb:before { - content: "\f60f"; -} - -.ti-brand-couchsurfing:before { - content: "\f392"; -} - -.ti-brand-cpp:before { - content: "\f5fe"; -} - -.ti-brand-craft:before { - content: "\fa72"; -} - -.ti-brand-crunchbase:before { - content: "\f7e3"; -} - -.ti-brand-css3:before { - content: "\ed6b"; -} - -.ti-brand-ctemplar:before { - content: "\f4d0"; -} - -.ti-brand-cucumber:before { - content: "\ef6c"; -} - -.ti-brand-cupra:before { - content: "\f4d1"; -} - -.ti-brand-cypress:before { - content: "\f333"; -} - -.ti-brand-d3:before { - content: "\f24e"; -} - -.ti-brand-databricks:before { - content: "\fc41"; -} - -.ti-brand-days-counter:before { - content: "\f4d2"; -} - -.ti-brand-dcos:before { - content: "\f32a"; -} - -.ti-brand-debian:before { - content: "\ef57"; -} - -.ti-brand-deezer:before { - content: "\f78b"; -} - -.ti-brand-deliveroo:before { - content: "\f4d3"; -} - -.ti-brand-deno:before { - content: "\f24f"; -} - -.ti-brand-denodo:before { - content: "\f610"; -} - -.ti-brand-deviantart:before { - content: "\ecfb"; -} - -.ti-brand-digg:before { - content: "\fa73"; -} - -.ti-brand-dingtalk:before { - content: "\f5ea"; -} - -.ti-brand-discord:before { - content: "\ece3"; -} - -.ti-brand-discord-filled:before { - content: "\f7e4"; -} - -.ti-brand-disney:before { - content: "\f20a"; -} - -.ti-brand-disqus:before { - content: "\edc9"; -} - -.ti-brand-django:before { - content: "\f349"; -} - -.ti-brand-docker:before { - content: "\edca"; -} - -.ti-brand-doctrine:before { - content: "\ef6d"; -} - -.ti-brand-dolby-digital:before { - content: "\f4d4"; -} - -.ti-brand-douban:before { - content: "\f5ff"; -} - -.ti-brand-dribbble:before { - content: "\ec19"; -} - -.ti-brand-dribbble-filled:before { - content: "\f7e5"; -} - -.ti-brand-drops:before { - content: "\f4d5"; -} - -.ti-brand-drupal:before { - content: "\f393"; -} - -.ti-brand-edge:before { - content: "\ecfc"; -} - -.ti-brand-elastic:before { - content: "\f611"; -} - -.ti-brand-electronic-arts:before { - content: "\fa74"; -} - -.ti-brand-ember:before { - content: "\f497"; -} - -.ti-brand-envato:before { - content: "\f394"; -} - -.ti-brand-etsy:before { - content: "\f654"; -} - -.ti-brand-evernote:before { - content: "\f600"; -} - -.ti-brand-facebook:before { - content: "\ec1a"; -} - -.ti-brand-facebook-filled:before { - content: "\f7e6"; -} - -.ti-brand-feedly:before { - content: "\fa75"; -} - -.ti-brand-figma:before { - content: "\ec93"; -} - -.ti-brand-filezilla:before { - content: "\fa76"; -} - -.ti-brand-finder:before { - content: "\f218"; -} - -.ti-brand-firebase:before { - content: "\ef6e"; -} - -.ti-brand-firefox:before { - content: "\ecfd"; -} - -.ti-brand-fiverr:before { - content: "\f7a4"; -} - -.ti-brand-flickr:before { - content: "\ecfe"; -} - -.ti-brand-flightradar24:before { - content: "\f4d6"; -} - -.ti-brand-flipboard:before { - content: "\f20b"; -} - -.ti-brand-flutter:before { - content: "\f395"; -} - -.ti-brand-fortnite:before { - content: "\f260"; -} - -.ti-brand-foursquare:before { - content: "\ecff"; -} - -.ti-brand-framer:before { - content: "\ec1b"; -} - -.ti-brand-framer-motion:before { - content: "\f78c"; -} - -.ti-brand-funimation:before { - content: "\f655"; -} - -.ti-brand-gatsby:before { - content: "\f396"; -} - -.ti-brand-git:before { - content: "\ef6f"; -} - -.ti-brand-github:before { - content: "\ec1c"; -} - -.ti-brand-github-copilot:before { - content: "\f4a8"; -} - -.ti-brand-github-filled:before { - content: "\f7e7"; -} - -.ti-brand-gitlab:before { - content: "\ec1d"; -} - -.ti-brand-gmail:before { - content: "\efa2"; -} - -.ti-brand-golang:before { - content: "\f78d"; -} - -.ti-brand-google:before { - content: "\ec1f"; -} - -.ti-brand-google-analytics:before { - content: "\edcb"; -} - -.ti-brand-google-big-query:before { - content: "\f612"; -} - -.ti-brand-google-drive:before { - content: "\ec1e"; -} - -.ti-brand-google-filled:before { - content: "\fd1a"; -} - -.ti-brand-google-fit:before { - content: "\f297"; -} - -.ti-brand-google-home:before { - content: "\f601"; -} - -.ti-brand-google-maps:before { - content: "\fa4f"; -} - -.ti-brand-google-one:before { - content: "\f232"; -} - -.ti-brand-google-photos:before { - content: "\f20c"; -} - -.ti-brand-google-play:before { - content: "\ed25"; -} - -.ti-brand-google-podcasts:before { - content: "\f656"; -} - -.ti-brand-grammarly:before { - content: "\f32b"; -} - -.ti-brand-graphql:before { - content: "\f32c"; -} - -.ti-brand-gravatar:before { - content: "\edcc"; -} - -.ti-brand-grindr:before { - content: "\f20d"; -} - -.ti-brand-guardian:before { - content: "\f4fb"; -} - -.ti-brand-gumroad:before { - content: "\f5d6"; -} - -.ti-brand-hbo:before { - content: "\f657"; -} - -.ti-brand-headlessui:before { - content: "\f32d"; -} - -.ti-brand-hexo:before { - content: "\fa50"; -} - -.ti-brand-hipchat:before { - content: "\edcd"; -} - -.ti-brand-html5:before { - content: "\ed6c"; -} - -.ti-brand-inertia:before { - content: "\f34a"; -} - -.ti-brand-instagram:before { - content: "\ec20"; -} - -.ti-brand-intercom:before { - content: "\f1cf"; -} - -.ti-brand-itch:before { - content: "\fa22"; -} - -.ti-brand-javascript:before { - content: "\ef0c"; -} - -.ti-brand-juejin:before { - content: "\f7b0"; -} - -.ti-brand-kako-talk:before { - content: "\fd2d"; -} - -.ti-brand-kbin:before { - content: "\fad0"; -} - -.ti-brand-kick:before { - content: "\fa23"; -} - -.ti-brand-kickstarter:before { - content: "\edce"; -} - -.ti-brand-kotlin:before { - content: "\ed6d"; -} - -.ti-brand-laravel:before { - content: "\f34b"; -} - -.ti-brand-lastfm:before { - content: "\f001"; -} - -.ti-brand-leetcode:before { - content: "\fa51"; -} - -.ti-brand-letterboxd:before { - content: "\fa24"; -} - -.ti-brand-line:before { - content: "\f7e8"; -} - -.ti-brand-linkedin:before { - content: "\ec8c"; -} - -.ti-brand-linktree:before { - content: "\f1e7"; -} - -.ti-brand-linqpad:before { - content: "\f562"; -} - -.ti-brand-livewire:before { - content: "\fd76"; -} - -.ti-brand-loom:before { - content: "\ef70"; -} - -.ti-brand-mailgun:before { - content: "\f32e"; -} - -.ti-brand-mantine:before { - content: "\f32f"; -} - -.ti-brand-mastercard:before { - content: "\ef49"; -} - -.ti-brand-mastodon:before { - content: "\f250"; -} - -.ti-brand-matrix:before { - content: "\f5eb"; -} - -.ti-brand-mcdonalds:before { - content: "\f251"; -} - -.ti-brand-medium:before { - content: "\ec70"; -} - -.ti-brand-meetup:before { - content: "\fc6a"; -} - -.ti-brand-mercedes:before { - content: "\f072"; -} - -.ti-brand-messenger:before { - content: "\ec71"; -} - -.ti-brand-meta:before { - content: "\efb0"; -} - -.ti-brand-minecraft:before { - content: "\faef"; -} - -.ti-brand-miniprogram:before { - content: "\f602"; -} - -.ti-brand-mixpanel:before { - content: "\f397"; -} - -.ti-brand-monday:before { - content: "\f219"; -} - -.ti-brand-mongodb:before { - content: "\f613"; -} - -.ti-brand-my-oppo:before { - content: "\f4d7"; -} - -.ti-brand-mysql:before { - content: "\f614"; -} - -.ti-brand-national-geographic:before { - content: "\f603"; -} - -.ti-brand-nem:before { - content: "\f5a1"; -} - -.ti-brand-netbeans:before { - content: "\ef71"; -} - -.ti-brand-netease-music:before { - content: "\f604"; -} - -.ti-brand-netflix:before { - content: "\edcf"; -} - -.ti-brand-nexo:before { - content: "\f5a2"; -} - -.ti-brand-nextcloud:before { - content: "\f4d8"; -} - -.ti-brand-nextjs:before { - content: "\f0dd"; -} - -.ti-brand-nodejs:before { - content: "\fae0"; -} - -.ti-brand-nord-vpn:before { - content: "\f37f"; -} - -.ti-brand-notion:before { - content: "\ef7b"; -} - -.ti-brand-npm:before { - content: "\f569"; -} - -.ti-brand-nuxt:before { - content: "\f0de"; -} - -.ti-brand-nytimes:before { - content: "\ef8d"; -} - -.ti-brand-oauth:before { - content: "\fa52"; -} - -.ti-brand-office:before { - content: "\f398"; -} - -.ti-brand-ok-ru:before { - content: "\f399"; -} - -.ti-brand-onedrive:before { - content: "\f5d7"; -} - -.ti-brand-onlyfans:before { - content: "\f605"; -} - -.ti-brand-open-source:before { - content: "\edd0"; -} - -.ti-brand-openai:before { - content: "\f78e"; -} - -.ti-brand-openvpn:before { - content: "\f39a"; -} - -.ti-brand-opera:before { - content: "\ec21"; -} - -.ti-brand-pagekit:before { - content: "\edd1"; -} - -.ti-brand-parsinta:before { - content: "\fc42"; -} - -.ti-brand-patreon:before { - content: "\edd2"; -} - -.ti-brand-patreon-filled:before { - content: "\fcff"; -} - -.ti-brand-paypal:before { - content: "\ec22"; -} - -.ti-brand-paypal-filled:before { - content: "\f7e9"; -} - -.ti-brand-paypay:before { - content: "\f5ec"; -} - -.ti-brand-peanut:before { - content: "\f39b"; -} - -.ti-brand-pepsi:before { - content: "\f261"; -} - -.ti-brand-php:before { - content: "\ef72"; -} - -.ti-brand-picsart:before { - content: "\f4d9"; -} - -.ti-brand-pinterest:before { - content: "\ec8d"; -} - -.ti-brand-planetscale:before { - content: "\f78f"; -} - -.ti-brand-pnpm:before { - content: "\fd77"; -} - -.ti-brand-pocket:before { - content: "\ed00"; -} - -.ti-brand-polymer:before { - content: "\f498"; -} - -.ti-brand-powershell:before { - content: "\f5ed"; -} - -.ti-brand-printables:before { - content: "\fd1b"; -} - -.ti-brand-prisma:before { - content: "\f499"; -} - -.ti-brand-producthunt:before { - content: "\edd3"; -} - -.ti-brand-pushbullet:before { - content: "\f330"; -} - -.ti-brand-pushover:before { - content: "\f20e"; -} - -.ti-brand-python:before { - content: "\ed01"; -} - -.ti-brand-qq:before { - content: "\f606"; -} - -.ti-brand-radix-ui:before { - content: "\f790"; -} - -.ti-brand-react:before { - content: "\f34c"; -} - -.ti-brand-react-native:before { - content: "\ef73"; -} - -.ti-brand-reason:before { - content: "\f49a"; -} - -.ti-brand-reddit:before { - content: "\ec8e"; -} - -.ti-brand-redhat:before { - content: "\f331"; -} - -.ti-brand-redux:before { - content: "\f3a8"; -} - -.ti-brand-revolut:before { - content: "\f4da"; -} - -.ti-brand-rumble:before { - content: "\fad1"; -} - -.ti-brand-rust:before { - content: "\fa53"; -} - -.ti-brand-safari:before { - content: "\ec23"; -} - -.ti-brand-samsungpass:before { - content: "\f4db"; -} - -.ti-brand-sass:before { - content: "\edd4"; -} - -.ti-brand-sentry:before { - content: "\edd5"; -} - -.ti-brand-sharik:before { - content: "\f4dc"; -} - -.ti-brand-shazam:before { - content: "\edd6"; -} - -.ti-brand-shopee:before { - content: "\f252"; -} - -.ti-brand-sketch:before { - content: "\ec24"; -} - -.ti-brand-skype:before { - content: "\ed02"; -} - -.ti-brand-slack:before { - content: "\ec72"; -} - -.ti-brand-snapchat:before { - content: "\ec25"; -} - -.ti-brand-snapseed:before { - content: "\f253"; -} - -.ti-brand-snowflake:before { - content: "\f615"; -} - -.ti-brand-socket-io:before { - content: "\f49b"; -} - -.ti-brand-solidjs:before { - content: "\f5ee"; -} - -.ti-brand-soundcloud:before { - content: "\ed6e"; -} - -.ti-brand-spacehey:before { - content: "\f4fc"; -} - -.ti-brand-speedtest:before { - content: "\fa77"; -} - -.ti-brand-spotify:before { - content: "\ed03"; -} - -.ti-brand-stackoverflow:before { - content: "\ef58"; -} - -.ti-brand-stackshare:before { - content: "\f607"; -} - -.ti-brand-steam:before { - content: "\ed6f"; -} - -.ti-brand-stocktwits:before { - content: "\fd78"; -} - -.ti-brand-storj:before { - content: "\fa54"; -} - -.ti-brand-storybook:before { - content: "\f332"; -} - -.ti-brand-storytel:before { - content: "\f608"; -} - -.ti-brand-strava:before { - content: "\f254"; -} - -.ti-brand-stripe:before { - content: "\edd7"; -} - -.ti-brand-sublime-text:before { - content: "\ef74"; -} - -.ti-brand-sugarizer:before { - content: "\f7a5"; -} - -.ti-brand-supabase:before { - content: "\f6d3"; -} - -.ti-brand-superhuman:before { - content: "\f50c"; -} - -.ti-brand-supernova:before { - content: "\f49c"; -} - -.ti-brand-surfshark:before { - content: "\f255"; -} - -.ti-brand-svelte:before { - content: "\f0df"; -} - -.ti-brand-swift:before { - content: "\fa55"; -} - -.ti-brand-symfony:before { - content: "\f616"; -} - -.ti-brand-tabler:before { - content: "\ec8f"; -} - -.ti-brand-tailwind:before { - content: "\eca1"; -} - -.ti-brand-taobao:before { - content: "\f5ef"; -} - -.ti-brand-teams:before { - content: "\fadf"; -} - -.ti-brand-ted:before { - content: "\f658"; -} - -.ti-brand-telegram:before { - content: "\ec26"; -} - -.ti-brand-terraform:before { - content: "\fa56"; -} - -.ti-brand-tether:before { - content: "\f5a3"; -} - -.ti-brand-thingiverse:before { - content: "\fd1c"; -} - -.ti-brand-threads:before { - content: "\fb02"; -} - -.ti-brand-threejs:before { - content: "\f5f0"; -} - -.ti-brand-tidal:before { - content: "\ed70"; -} - -.ti-brand-tiktok:before { - content: "\ec73"; -} - -.ti-brand-tiktok-filled:before { - content: "\f7ea"; -} - -.ti-brand-tinder:before { - content: "\ed71"; -} - -.ti-brand-topbuzz:before { - content: "\f50d"; -} - -.ti-brand-torchain:before { - content: "\f5a4"; -} - -.ti-brand-toyota:before { - content: "\f262"; -} - -.ti-brand-trello:before { - content: "\f39d"; -} - -.ti-brand-tripadvisor:before { - content: "\f002"; -} - -.ti-brand-tumblr:before { - content: "\ed04"; -} - -.ti-brand-twilio:before { - content: "\f617"; -} - -.ti-brand-twitch:before { - content: "\ed05"; -} - -.ti-brand-twitter:before { - content: "\ec27"; -} - -.ti-brand-twitter-filled:before { - content: "\f7eb"; -} - -.ti-brand-typescript:before { - content: "\f5f1"; -} - -.ti-brand-uber:before { - content: "\ef75"; -} - -.ti-brand-ubuntu:before { - content: "\ef59"; -} - -.ti-brand-unity:before { - content: "\f49d"; -} - -.ti-brand-unsplash:before { - content: "\edd8"; -} - -.ti-brand-upwork:before { - content: "\f39e"; -} - -.ti-brand-valorant:before { - content: "\f39f"; -} - -.ti-brand-vercel:before { - content: "\ef24"; -} - -.ti-brand-vimeo:before { - content: "\ed06"; -} - -.ti-brand-vinted:before { - content: "\f20f"; -} - -.ti-brand-visa:before { - content: "\f380"; -} - -.ti-brand-visual-studio:before { - content: "\ef76"; -} - -.ti-brand-vite:before { - content: "\f5f2"; -} - -.ti-brand-vivaldi:before { - content: "\f210"; -} - -.ti-brand-vk:before { - content: "\ed72"; -} - -.ti-brand-vlc:before { - content: "\fa78"; -} - -.ti-brand-volkswagen:before { - content: "\f50e"; -} - -.ti-brand-vsco:before { - content: "\f334"; -} - -.ti-brand-vscode:before { - content: "\f3a0"; -} - -.ti-brand-vue:before { - content: "\f0e0"; -} - -.ti-brand-walmart:before { - content: "\f211"; -} - -.ti-brand-waze:before { - content: "\f5d8"; -} - -.ti-brand-webflow:before { - content: "\f2d2"; -} - -.ti-brand-wechat:before { - content: "\f5f3"; -} - -.ti-brand-weibo:before { - content: "\f609"; -} - -.ti-brand-whatsapp:before { - content: "\ec74"; -} - -.ti-brand-wikipedia:before { - content: "\fa79"; -} - -.ti-brand-windows:before { - content: "\ecd8"; -} - -.ti-brand-windy:before { - content: "\f4dd"; -} - -.ti-brand-wish:before { - content: "\f212"; -} - -.ti-brand-wix:before { - content: "\f3a1"; -} - -.ti-brand-wordpress:before { - content: "\f2d3"; -} - -.ti-brand-x:before { - content: "\fc0f"; -} - -.ti-brand-x-filled:before { - content: "\fc21"; -} - -.ti-brand-xamarin:before { - content: "\fa7a"; -} - -.ti-brand-xbox:before { - content: "\f298"; -} - -.ti-brand-xdeep:before { - content: "\fc10"; -} - -.ti-brand-xing:before { - content: "\f21a"; -} - -.ti-brand-yahoo:before { - content: "\ed73"; -} - -.ti-brand-yandex:before { - content: "\fae1"; -} - -.ti-brand-yarn:before { - content: "\fd79"; -} - -.ti-brand-yatse:before { - content: "\f213"; -} - -.ti-brand-ycombinator:before { - content: "\edd9"; -} - -.ti-brand-youtube:before { - content: "\ec90"; -} - -.ti-brand-youtube-filled:before { - content: "\fc22"; -} - -.ti-brand-youtube-kids:before { - content: "\f214"; -} - -.ti-brand-zalando:before { - content: "\f49e"; -} - -.ti-brand-zapier:before { - content: "\f49f"; -} - -.ti-brand-zeit:before { - content: "\f335"; -} - -.ti-brand-zhihu:before { - content: "\f60a"; -} - -.ti-brand-zoom:before { - content: "\f215"; -} - -.ti-brand-zulip:before { - content: "\f4de"; -} - -.ti-brand-zwift:before { - content: "\f216"; -} - -.ti-bread:before { - content: "\efa3"; -} - -.ti-bread-off:before { - content: "\f3cb"; -} - -.ti-briefcase:before { - content: "\ea46"; -} - -.ti-briefcase-2:before { - content: "\fb03"; -} - -.ti-briefcase-filled:before { - content: "\fd00"; -} - -.ti-briefcase-off:before { - content: "\f3cc"; -} - -.ti-brightness:before { - content: "\eb7f"; -} - -.ti-brightness-2:before { - content: "\ee19"; -} - -.ti-brightness-auto:before { - content: "\fd99"; -} - -.ti-brightness-down:before { - content: "\eb7d"; -} - -.ti-brightness-down-filled:before { - content: "\fb23"; -} - -.ti-brightness-half:before { - content: "\ee1a"; -} - -.ti-brightness-off:before { - content: "\f3cd"; -} - -.ti-brightness-up:before { - content: "\eb7e"; -} - -.ti-brightness-up-filled:before { - content: "\fb24"; -} - -.ti-broadcast:before { - content: "\f1e9"; -} - -.ti-broadcast-off:before { - content: "\f1e8"; -} - -.ti-browser:before { - content: "\ebb7"; -} - -.ti-browser-check:before { - content: "\efd6"; -} - -.ti-browser-off:before { - content: "\f0c1"; -} - -.ti-browser-plus:before { - content: "\efd7"; -} - -.ti-browser-x:before { - content: "\efd8"; -} - -.ti-brush:before { - content: "\ebb8"; -} - -.ti-brush-off:before { - content: "\f0c2"; -} - -.ti-bucket:before { - content: "\ea47"; -} - -.ti-bucket-droplet:before { - content: "\f56a"; -} - -.ti-bucket-off:before { - content: "\f103"; -} - -.ti-bug:before { - content: "\ea48"; -} - -.ti-bug-filled:before { - content: "\fd01"; -} - -.ti-bug-off:before { - content: "\f0c3"; -} - -.ti-building:before { - content: "\ea4f"; -} - -.ti-building-arch:before { - content: "\ea49"; -} - -.ti-building-bank:before { - content: "\ebe2"; -} - -.ti-building-bridge:before { - content: "\ea4b"; -} - -.ti-building-bridge-2:before { - content: "\ea4a"; -} - -.ti-building-broadcast-tower:before { - content: "\f4be"; -} - -.ti-building-carousel:before { - content: "\ed87"; -} - -.ti-building-castle:before { - content: "\ed88"; -} - -.ti-building-church:before { - content: "\ea4c"; -} - -.ti-building-circus:before { - content: "\f4bf"; -} - -.ti-building-community:before { - content: "\ebf6"; -} - -.ti-building-cottage:before { - content: "\ee1b"; -} - -.ti-building-estate:before { - content: "\f5a5"; -} - -.ti-building-factory:before { - content: "\ee1c"; -} - -.ti-building-factory-2:before { - content: "\f082"; -} - -.ti-building-fortress:before { - content: "\ed89"; -} - -.ti-building-hospital:before { - content: "\ea4d"; -} - -.ti-building-lighthouse:before { - content: "\ed8a"; -} - -.ti-building-monument:before { - content: "\ed26"; -} - -.ti-building-mosque:before { - content: "\fa57"; -} - -.ti-building-pavilion:before { - content: "\ebf7"; -} - -.ti-building-skyscraper:before { - content: "\ec39"; -} - -.ti-building-stadium:before { - content: "\f641"; -} - -.ti-building-store:before { - content: "\ea4e"; -} - -.ti-building-tunnel:before { - content: "\f5a6"; -} - -.ti-building-warehouse:before { - content: "\ebe3"; -} - -.ti-building-wind-turbine:before { - content: "\f4c0"; -} - -.ti-bulb:before { - content: "\ea51"; -} - -.ti-bulb-filled:before { - content: "\f66a"; -} - -.ti-bulb-off:before { - content: "\ea50"; -} - -.ti-bulldozer:before { - content: "\ee1d"; -} - -.ti-burger:before { - content: "\fcb4"; -} - -.ti-bus:before { - content: "\ebe4"; -} - -.ti-bus-off:before { - content: "\f3ce"; -} - -.ti-bus-stop:before { - content: "\f2d4"; -} - -.ti-businessplan:before { - content: "\ee1e"; -} - -.ti-butterfly:before { - content: "\efd9"; -} - -.ti-cactus:before { - content: "\f21b"; -} - -.ti-cactus-filled:before { - content: "\fb25"; -} - -.ti-cactus-off:before { - content: "\f3cf"; -} - -.ti-cake:before { - content: "\f00f"; -} - -.ti-cake-off:before { - content: "\f104"; -} - -.ti-calculator:before { - content: "\eb80"; -} - -.ti-calculator-filled:before { - content: "\fb26"; -} - -.ti-calculator-off:before { - content: "\f0c4"; -} - -.ti-calendar:before { - content: "\ea53"; -} - -.ti-calendar-bolt:before { - content: "\f822"; -} - -.ti-calendar-cancel:before { - content: "\f823"; -} - -.ti-calendar-check:before { - content: "\f824"; -} - -.ti-calendar-clock:before { - content: "\fd2e"; -} - -.ti-calendar-code:before { - content: "\f825"; -} - -.ti-calendar-cog:before { - content: "\f826"; -} - -.ti-calendar-dollar:before { - content: "\f827"; -} - -.ti-calendar-dot:before { - content: "\fd3e"; -} - -.ti-calendar-down:before { - content: "\f828"; -} - -.ti-calendar-due:before { - content: "\f621"; -} - -.ti-calendar-event:before { - content: "\ea52"; -} - -.ti-calendar-exclamation:before { - content: "\f829"; -} - -.ti-calendar-filled:before { - content: "\fb27"; -} - -.ti-calendar-heart:before { - content: "\f82a"; -} - -.ti-calendar-minus:before { - content: "\ebb9"; -} - -.ti-calendar-month:before { - content: "\fd2f"; -} - -.ti-calendar-off:before { - content: "\ee1f"; -} - -.ti-calendar-pause:before { - content: "\f82b"; -} - -.ti-calendar-pin:before { - content: "\f82c"; -} - -.ti-calendar-plus:before { - content: "\ebba"; -} - -.ti-calendar-question:before { - content: "\f82d"; -} - -.ti-calendar-repeat:before { - content: "\fad2"; -} - -.ti-calendar-sad:before { - content: "\fd1d"; -} - -.ti-calendar-search:before { - content: "\f82e"; -} - -.ti-calendar-share:before { - content: "\f82f"; -} - -.ti-calendar-smile:before { - content: "\fd1e"; -} - -.ti-calendar-star:before { - content: "\f830"; -} - -.ti-calendar-stats:before { - content: "\ee20"; -} - -.ti-calendar-time:before { - content: "\ee21"; -} - -.ti-calendar-up:before { - content: "\f831"; -} - -.ti-calendar-user:before { - content: "\fd1f"; -} - -.ti-calendar-week:before { - content: "\fd30"; -} - -.ti-calendar-x:before { - content: "\f832"; -} - -.ti-camera:before { - content: "\ea54"; -} - -.ti-camera-bolt:before { - content: "\f833"; -} - -.ti-camera-cancel:before { - content: "\f834"; -} - -.ti-camera-check:before { - content: "\f835"; -} - -.ti-camera-code:before { - content: "\f836"; -} - -.ti-camera-cog:before { - content: "\f837"; -} - -.ti-camera-dollar:before { - content: "\f838"; -} - -.ti-camera-down:before { - content: "\f839"; -} - -.ti-camera-exclamation:before { - content: "\f83a"; -} - -.ti-camera-filled:before { - content: "\fa37"; -} - -.ti-camera-heart:before { - content: "\f83b"; -} - -.ti-camera-minus:before { - content: "\ec3a"; -} - -.ti-camera-off:before { - content: "\ecee"; -} - -.ti-camera-pause:before { - content: "\f83c"; -} - -.ti-camera-pin:before { - content: "\f83d"; -} - -.ti-camera-plus:before { - content: "\ec3b"; -} - -.ti-camera-question:before { - content: "\f83e"; -} - -.ti-camera-rotate:before { - content: "\ee22"; -} - -.ti-camera-search:before { - content: "\f83f"; -} - -.ti-camera-selfie:before { - content: "\ee23"; -} - -.ti-camera-share:before { - content: "\f840"; -} - -.ti-camera-star:before { - content: "\f841"; -} - -.ti-camera-up:before { - content: "\f842"; -} - -.ti-camera-x:before { - content: "\f843"; -} - -.ti-camper:before { - content: "\fa25"; -} - -.ti-campfire:before { - content: "\f5a7"; -} - -.ti-campfire-filled:before { - content: "\fb28"; -} - -.ti-candle:before { - content: "\efc6"; -} - -.ti-candle-filled:before { - content: "\fc23"; -} - -.ti-candy:before { - content: "\ef0d"; -} - -.ti-candy-off:before { - content: "\f0c5"; -} - -.ti-cane:before { - content: "\f50f"; -} - -.ti-cannabis:before { - content: "\f4c1"; -} - -.ti-capsule:before { - content: "\fae3"; -} - -.ti-capsule-filled:before { - content: "\fc24"; -} - -.ti-capsule-horizontal:before { - content: "\fae2"; -} - -.ti-capsule-horizontal-filled:before { - content: "\fc25"; -} - -.ti-capture:before { - content: "\ec3c"; -} - -.ti-capture-filled:before { - content: "\fb29"; -} - -.ti-capture-off:before { - content: "\f0c6"; -} - -.ti-car:before { - content: "\ebbb"; -} - -.ti-car-crane:before { - content: "\ef25"; -} - -.ti-car-crash:before { - content: "\efa4"; -} - -.ti-car-garage:before { - content: "\fc77"; -} - -.ti-car-off:before { - content: "\f0c7"; -} - -.ti-car-suv:before { - content: "\fc8b"; -} - -.ti-car-turbine:before { - content: "\f4fd"; -} - -.ti-caravan:before { - content: "\ec7c"; -} - -.ti-cardboards:before { - content: "\ed74"; -} - -.ti-cardboards-off:before { - content: "\f0c8"; -} - -.ti-cards:before { - content: "\f510"; -} - -.ti-cards-filled:before { - content: "\fc26"; -} - -.ti-caret-down:before { - content: "\eb5d"; -} - -.ti-caret-down-filled:before { - content: "\fb2a"; -} - -.ti-caret-left:before { - content: "\eb5e"; -} - -.ti-caret-left-filled:before { - content: "\fb2b"; -} - -.ti-caret-left-right:before { - content: "\fc43"; -} - -.ti-caret-left-right-filled:before { - content: "\fd02"; -} - -.ti-caret-right:before { - content: "\eb5f"; -} - -.ti-caret-right-filled:before { - content: "\fb2c"; -} - -.ti-caret-up:before { - content: "\eb60"; -} - -.ti-caret-up-down:before { - content: "\fc44"; -} - -.ti-caret-up-down-filled:before { - content: "\fd03"; -} - -.ti-caret-up-filled:before { - content: "\fb2d"; -} - -.ti-carousel-horizontal:before { - content: "\f659"; -} - -.ti-carousel-horizontal-filled:before { - content: "\fa92"; -} - -.ti-carousel-vertical:before { - content: "\f65a"; -} - -.ti-carousel-vertical-filled:before { - content: "\fa93"; -} - -.ti-carrot:before { - content: "\f21c"; -} - -.ti-carrot-off:before { - content: "\f3d0"; -} - -.ti-cash:before { - content: "\ea55"; -} - -.ti-cash-banknote:before { - content: "\ee25"; -} - -.ti-cash-banknote-off:before { - content: "\ee24"; -} - -.ti-cash-off:before { - content: "\f105"; -} - -.ti-cast:before { - content: "\ea56"; -} - -.ti-cast-off:before { - content: "\f0c9"; -} - -.ti-cat:before { - content: "\f65b"; -} - -.ti-category:before { - content: "\f1f6"; -} - -.ti-category-2:before { - content: "\f1f5"; -} - -.ti-category-filled:before { - content: "\fb2e"; -} - -.ti-category-minus:before { - content: "\fd20"; -} - -.ti-category-plus:before { - content: "\fd21"; -} - -.ti-ce:before { - content: "\ed75"; -} - -.ti-ce-off:before { - content: "\f0ca"; -} - -.ti-cell:before { - content: "\f05f"; -} - -.ti-cell-signal-1:before { - content: "\f083"; -} - -.ti-cell-signal-2:before { - content: "\f084"; -} - -.ti-cell-signal-3:before { - content: "\f085"; -} - -.ti-cell-signal-4:before { - content: "\f086"; -} - -.ti-cell-signal-5:before { - content: "\f087"; -} - -.ti-cell-signal-off:before { - content: "\f088"; -} - -.ti-certificate:before { - content: "\ed76"; -} - -.ti-certificate-2:before { - content: "\f073"; -} - -.ti-certificate-2-off:before { - content: "\f0cb"; -} - -.ti-certificate-off:before { - content: "\f0cc"; -} - -.ti-chair-director:before { - content: "\f2d5"; -} - -.ti-chalkboard:before { - content: "\f34d"; -} - -.ti-chalkboard-off:before { - content: "\f3d1"; -} - -.ti-charging-pile:before { - content: "\ee26"; -} - -.ti-chart-arcs:before { - content: "\ee28"; -} - -.ti-chart-arcs-3:before { - content: "\ee27"; -} - -.ti-chart-area:before { - content: "\ea58"; -} - -.ti-chart-area-filled:before { - content: "\f66b"; -} - -.ti-chart-area-line:before { - content: "\ea57"; -} - -.ti-chart-area-line-filled:before { - content: "\f66c"; -} - -.ti-chart-arrows:before { - content: "\ee2a"; -} - -.ti-chart-arrows-vertical:before { - content: "\ee29"; -} - -.ti-chart-bar:before { - content: "\ea59"; -} - -.ti-chart-bar-off:before { - content: "\f3d2"; -} - -.ti-chart-bubble:before { - content: "\ec75"; -} - -.ti-chart-bubble-filled:before { - content: "\f66d"; -} - -.ti-chart-candle:before { - content: "\ea5a"; -} - -.ti-chart-candle-filled:before { - content: "\f66e"; -} - -.ti-chart-circles:before { - content: "\ee2b"; -} - -.ti-chart-donut:before { - content: "\ea5b"; -} - -.ti-chart-donut-2:before { - content: "\ee2c"; -} - -.ti-chart-donut-3:before { - content: "\ee2d"; -} - -.ti-chart-donut-4:before { - content: "\ee2e"; -} - -.ti-chart-donut-filled:before { - content: "\f66f"; -} - -.ti-chart-dots:before { - content: "\ee2f"; -} - -.ti-chart-dots-2:before { - content: "\f097"; -} - -.ti-chart-dots-3:before { - content: "\f098"; -} - -.ti-chart-dots-filled:before { - content: "\fd04"; -} - -.ti-chart-grid-dots:before { - content: "\f4c2"; -} - -.ti-chart-grid-dots-filled:before { - content: "\fd05"; -} - -.ti-chart-histogram:before { - content: "\f65c"; -} - -.ti-chart-infographic:before { - content: "\ee30"; -} - -.ti-chart-line:before { - content: "\ea5c"; -} - -.ti-chart-pie:before { - content: "\ea5d"; -} - -.ti-chart-pie-2:before { - content: "\ee31"; -} - -.ti-chart-pie-3:before { - content: "\ee32"; -} - -.ti-chart-pie-4:before { - content: "\ee33"; -} - -.ti-chart-pie-filled:before { - content: "\f670"; -} - -.ti-chart-pie-off:before { - content: "\f3d3"; -} - -.ti-chart-ppf:before { - content: "\f618"; -} - -.ti-chart-radar:before { - content: "\ed77"; -} - -.ti-chart-sankey:before { - content: "\f619"; -} - -.ti-chart-scatter:before { - content: "\fd93"; -} - -.ti-chart-scatter-3d:before { - content: "\fd92"; -} - -.ti-chart-treemap:before { - content: "\f381"; -} - -.ti-check:before { - content: "\ea5e"; -} - -.ti-checkbox:before { - content: "\eba6"; -} - -.ti-checklist:before { - content: "\f074"; -} - -.ti-checks:before { - content: "\ebaa"; -} - -.ti-checkup-list:before { - content: "\ef5a"; -} - -.ti-cheese:before { - content: "\ef26"; -} - -.ti-chef-hat:before { - content: "\f21d"; -} - -.ti-chef-hat-off:before { - content: "\f3d4"; -} - -.ti-cherry:before { - content: "\f511"; -} - -.ti-cherry-filled:before { - content: "\f728"; -} - -.ti-chess:before { - content: "\f382"; -} - -.ti-chess-bishop:before { - content: "\f56b"; -} - -.ti-chess-bishop-filled:before { - content: "\f729"; -} - -.ti-chess-filled:before { - content: "\f72a"; -} - -.ti-chess-king:before { - content: "\f56c"; -} - -.ti-chess-king-filled:before { - content: "\f72b"; -} - -.ti-chess-knight:before { - content: "\f56d"; -} - -.ti-chess-knight-filled:before { - content: "\f72c"; -} - -.ti-chess-queen:before { - content: "\f56e"; -} - -.ti-chess-queen-filled:before { - content: "\f72d"; -} - -.ti-chess-rook:before { - content: "\f56f"; -} - -.ti-chess-rook-filled:before { - content: "\f72e"; -} - -.ti-chevron-compact-down:before { - content: "\faf0"; -} - -.ti-chevron-compact-left:before { - content: "\faf1"; -} - -.ti-chevron-compact-right:before { - content: "\faf2"; -} - -.ti-chevron-compact-up:before { - content: "\faf3"; -} - -.ti-chevron-down:before { - content: "\ea5f"; -} - -.ti-chevron-down-left:before { - content: "\ed09"; -} - -.ti-chevron-down-right:before { - content: "\ed0a"; -} - -.ti-chevron-left:before { - content: "\ea60"; -} - -.ti-chevron-left-pipe:before { - content: "\fae4"; -} - -.ti-chevron-right:before { - content: "\ea61"; -} - -.ti-chevron-right-pipe:before { - content: "\fae5"; -} - -.ti-chevron-up:before { - content: "\ea62"; -} - -.ti-chevron-up-left:before { - content: "\ed0b"; -} - -.ti-chevron-up-right:before { - content: "\ed0c"; -} - -.ti-chevrons-down:before { - content: "\ea63"; -} - -.ti-chevrons-down-left:before { - content: "\ed0d"; -} - -.ti-chevrons-down-right:before { - content: "\ed0e"; -} - -.ti-chevrons-left:before { - content: "\ea64"; -} - -.ti-chevrons-right:before { - content: "\ea65"; -} - -.ti-chevrons-up:before { - content: "\ea66"; -} - -.ti-chevrons-up-left:before { - content: "\ed0f"; -} - -.ti-chevrons-up-right:before { - content: "\ed10"; -} - -.ti-chisel:before { - content: "\f383"; -} - -.ti-christmas-ball:before { - content: "\fd31"; -} - -.ti-christmas-tree:before { - content: "\ed78"; -} - -.ti-christmas-tree-off:before { - content: "\f3d5"; -} - -.ti-circle:before { - content: "\ea6b"; -} - -.ti-circle-0-filled:before { - content: "\f72f"; -} - -.ti-circle-1-filled:before { - content: "\f730"; -} - -.ti-circle-2-filled:before { - content: "\f731"; -} - -.ti-circle-3-filled:before { - content: "\f732"; -} - -.ti-circle-4-filled:before { - content: "\f733"; -} - -.ti-circle-5-filled:before { - content: "\f734"; -} - -.ti-circle-6-filled:before { - content: "\f735"; -} - -.ti-circle-7-filled:before { - content: "\f736"; -} - -.ti-circle-8-filled:before { - content: "\f737"; -} - -.ti-circle-9-filled:before { - content: "\f738"; -} - -.ti-circle-arrow-down:before { - content: "\f6f9"; -} - -.ti-circle-arrow-down-filled:before { - content: "\f6f4"; -} - -.ti-circle-arrow-down-left:before { - content: "\f6f6"; -} - -.ti-circle-arrow-down-left-filled:before { - content: "\f6f5"; -} - -.ti-circle-arrow-down-right:before { - content: "\f6f8"; -} - -.ti-circle-arrow-down-right-filled:before { - content: "\f6f7"; -} - -.ti-circle-arrow-left:before { - content: "\f6fb"; -} - -.ti-circle-arrow-left-filled:before { - content: "\f6fa"; -} - -.ti-circle-arrow-right:before { - content: "\f6fd"; -} - -.ti-circle-arrow-right-filled:before { - content: "\f6fc"; -} - -.ti-circle-arrow-up:before { - content: "\f703"; -} - -.ti-circle-arrow-up-filled:before { - content: "\f6fe"; -} - -.ti-circle-arrow-up-left:before { - content: "\f700"; -} - -.ti-circle-arrow-up-left-filled:before { - content: "\f6ff"; -} - -.ti-circle-arrow-up-right:before { - content: "\f702"; -} - -.ti-circle-arrow-up-right-filled:before { - content: "\f701"; -} - -.ti-circle-caret-down:before { - content: "\f4a9"; -} - -.ti-circle-caret-left:before { - content: "\f4aa"; -} - -.ti-circle-caret-right:before { - content: "\f4ab"; -} - -.ti-circle-caret-up:before { - content: "\f4ac"; -} - -.ti-circle-check:before { - content: "\ea67"; -} - -.ti-circle-check-filled:before { - content: "\f704"; -} - -.ti-circle-chevron-down:before { - content: "\f622"; -} - -.ti-circle-chevron-left:before { - content: "\f623"; -} - -.ti-circle-chevron-right:before { - content: "\f624"; -} - -.ti-circle-chevron-up:before { - content: "\f625"; -} - -.ti-circle-chevrons-down:before { - content: "\f642"; -} - -.ti-circle-chevrons-left:before { - content: "\f643"; -} - -.ti-circle-chevrons-right:before { - content: "\f644"; -} - -.ti-circle-chevrons-up:before { - content: "\f645"; -} - -.ti-circle-dashed:before { - content: "\ed27"; -} - -.ti-circle-dashed-number-0:before { - content: "\fc6b"; -} - -.ti-circle-dashed-number-1:before { - content: "\fc6c"; -} - -.ti-circle-dashed-number-2:before { - content: "\fc6d"; -} - -.ti-circle-dashed-number-3:before { - content: "\fc6e"; -} - -.ti-circle-dashed-number-4:before { - content: "\fc6f"; -} - -.ti-circle-dashed-number-5:before { - content: "\fc70"; -} - -.ti-circle-dashed-number-6:before { - content: "\fc71"; -} - -.ti-circle-dashed-number-7:before { - content: "\fc72"; -} - -.ti-circle-dashed-number-8:before { - content: "\fc73"; -} - -.ti-circle-dashed-number-9:before { - content: "\fc74"; -} - -.ti-circle-dashed-percentage:before { - content: "\fd7a"; -} - -.ti-circle-dashed-x:before { - content: "\fc75"; -} - -.ti-circle-dot:before { - content: "\efb1"; -} - -.ti-circle-dot-filled:before { - content: "\f705"; -} - -.ti-circle-dotted:before { - content: "\ed28"; -} - -.ti-circle-filled:before { - content: "\f671"; -} - -.ti-circle-half:before { - content: "\ee3f"; -} - -.ti-circle-half-2:before { - content: "\eff3"; -} - -.ti-circle-half-vertical:before { - content: "\ee3e"; -} - -.ti-circle-key:before { - content: "\f633"; -} - -.ti-circle-key-filled:before { - content: "\f706"; -} - -.ti-circle-letter-a:before { - content: "\f441"; -} - -.ti-circle-letter-b:before { - content: "\f442"; -} - -.ti-circle-letter-c:before { - content: "\f443"; -} - -.ti-circle-letter-d:before { - content: "\f444"; -} - -.ti-circle-letter-e:before { - content: "\f445"; -} - -.ti-circle-letter-f:before { - content: "\f446"; -} - -.ti-circle-letter-g:before { - content: "\f447"; -} - -.ti-circle-letter-h:before { - content: "\f448"; -} - -.ti-circle-letter-i:before { - content: "\f449"; -} - -.ti-circle-letter-j:before { - content: "\f44a"; -} - -.ti-circle-letter-k:before { - content: "\f44b"; -} - -.ti-circle-letter-l:before { - content: "\f44c"; -} - -.ti-circle-letter-m:before { - content: "\f44d"; -} - -.ti-circle-letter-n:before { - content: "\f44e"; -} - -.ti-circle-letter-o:before { - content: "\f44f"; -} - -.ti-circle-letter-p:before { - content: "\f450"; -} - -.ti-circle-letter-q:before { - content: "\f451"; -} - -.ti-circle-letter-r:before { - content: "\f452"; -} - -.ti-circle-letter-s:before { - content: "\f453"; -} - -.ti-circle-letter-t:before { - content: "\f454"; -} - -.ti-circle-letter-u:before { - content: "\f455"; -} - -.ti-circle-letter-v:before { - content: "\f4ad"; -} - -.ti-circle-letter-w:before { - content: "\f456"; -} - -.ti-circle-letter-x:before { - content: "\f4ae"; -} - -.ti-circle-letter-y:before { - content: "\f457"; -} - -.ti-circle-letter-z:before { - content: "\f458"; -} - -.ti-circle-minus:before { - content: "\ea68"; -} - -.ti-circle-minus-2:before { - content: "\fc8c"; -} - -.ti-circle-number-0:before { - content: "\ee34"; -} - -.ti-circle-number-1:before { - content: "\ee35"; -} - -.ti-circle-number-2:before { - content: "\ee36"; -} - -.ti-circle-number-3:before { - content: "\ee37"; -} - -.ti-circle-number-4:before { - content: "\ee38"; -} - -.ti-circle-number-5:before { - content: "\ee39"; -} - -.ti-circle-number-6:before { - content: "\ee3a"; -} - -.ti-circle-number-7:before { - content: "\ee3b"; -} - -.ti-circle-number-8:before { - content: "\ee3c"; -} - -.ti-circle-number-9:before { - content: "\ee3d"; -} - -.ti-circle-off:before { - content: "\ee40"; -} - -.ti-circle-percentage:before { - content: "\fd7b"; -} - -.ti-circle-plus:before { - content: "\ea69"; -} - -.ti-circle-plus-2:before { - content: "\fc8d"; -} - -.ti-circle-rectangle:before { - content: "\f010"; -} - -.ti-circle-rectangle-off:before { - content: "\f0cd"; -} - -.ti-circle-square:before { - content: "\ece4"; -} - -.ti-circle-triangle:before { - content: "\f011"; -} - -.ti-circle-x:before { - content: "\ea6a"; -} - -.ti-circle-x-filled:before { - content: "\f739"; -} - -.ti-circles:before { - content: "\ece5"; -} - -.ti-circles-filled:before { - content: "\f672"; -} - -.ti-circles-relation:before { - content: "\f4c3"; -} - -.ti-circuit-ammeter:before { - content: "\f271"; -} - -.ti-circuit-battery:before { - content: "\f272"; -} - -.ti-circuit-bulb:before { - content: "\f273"; -} - -.ti-circuit-capacitor:before { - content: "\f275"; -} - -.ti-circuit-capacitor-polarized:before { - content: "\f274"; -} - -.ti-circuit-cell:before { - content: "\f277"; -} - -.ti-circuit-cell-plus:before { - content: "\f276"; -} - -.ti-circuit-changeover:before { - content: "\f278"; -} - -.ti-circuit-diode:before { - content: "\f27a"; -} - -.ti-circuit-diode-zener:before { - content: "\f279"; -} - -.ti-circuit-ground:before { - content: "\f27c"; -} - -.ti-circuit-ground-digital:before { - content: "\f27b"; -} - -.ti-circuit-inductor:before { - content: "\f27d"; -} - -.ti-circuit-motor:before { - content: "\f27e"; -} - -.ti-circuit-pushbutton:before { - content: "\f27f"; -} - -.ti-circuit-resistor:before { - content: "\f280"; -} - -.ti-circuit-switch-closed:before { - content: "\f281"; -} - -.ti-circuit-switch-open:before { - content: "\f282"; -} - -.ti-circuit-voltmeter:before { - content: "\f283"; -} - -.ti-clear-all:before { - content: "\ee41"; -} - -.ti-clear-formatting:before { - content: "\ebe5"; -} - -.ti-click:before { - content: "\ebbc"; -} - -.ti-clipboard:before { - content: "\ea6f"; -} - -.ti-clipboard-check:before { - content: "\ea6c"; -} - -.ti-clipboard-copy:before { - content: "\f299"; -} - -.ti-clipboard-data:before { - content: "\f563"; -} - -.ti-clipboard-heart:before { - content: "\f34e"; -} - -.ti-clipboard-list:before { - content: "\ea6d"; -} - -.ti-clipboard-off:before { - content: "\f0ce"; -} - -.ti-clipboard-plus:before { - content: "\efb2"; -} - -.ti-clipboard-smile:before { - content: "\fd9a"; -} - -.ti-clipboard-text:before { - content: "\f089"; -} - -.ti-clipboard-typography:before { - content: "\f34f"; -} - -.ti-clipboard-x:before { - content: "\ea6e"; -} - -.ti-clock:before { - content: "\ea70"; -} - -.ti-clock-12:before { - content: "\fc56"; -} - -.ti-clock-2:before { - content: "\f099"; -} - -.ti-clock-24:before { - content: "\fc57"; -} - -.ti-clock-bolt:before { - content: "\f844"; -} - -.ti-clock-cancel:before { - content: "\f546"; -} - -.ti-clock-check:before { - content: "\f7c1"; -} - -.ti-clock-code:before { - content: "\f845"; -} - -.ti-clock-cog:before { - content: "\f7c2"; -} - -.ti-clock-dollar:before { - content: "\f846"; -} - -.ti-clock-down:before { - content: "\f7c3"; -} - -.ti-clock-edit:before { - content: "\f547"; -} - -.ti-clock-exclamation:before { - content: "\f847"; -} - -.ti-clock-filled:before { - content: "\f73a"; -} - -.ti-clock-heart:before { - content: "\f7c4"; -} - -.ti-clock-hour-1:before { - content: "\f313"; -} - -.ti-clock-hour-10:before { - content: "\f314"; -} - -.ti-clock-hour-11:before { - content: "\f315"; -} - -.ti-clock-hour-12:before { - content: "\f316"; -} - -.ti-clock-hour-2:before { - content: "\f317"; -} - -.ti-clock-hour-3:before { - content: "\f318"; -} - -.ti-clock-hour-4:before { - content: "\f319"; -} - -.ti-clock-hour-5:before { - content: "\f31a"; -} - -.ti-clock-hour-6:before { - content: "\f31b"; -} - -.ti-clock-hour-7:before { - content: "\f31c"; -} - -.ti-clock-hour-8:before { - content: "\f31d"; -} - -.ti-clock-hour-9:before { - content: "\f31e"; -} - -.ti-clock-minus:before { - content: "\f848"; -} - -.ti-clock-off:before { - content: "\f0cf"; -} - -.ti-clock-pause:before { - content: "\f548"; -} - -.ti-clock-pin:before { - content: "\f849"; -} - -.ti-clock-play:before { - content: "\f549"; -} - -.ti-clock-plus:before { - content: "\f7c5"; -} - -.ti-clock-question:before { - content: "\f7c6"; -} - -.ti-clock-record:before { - content: "\f54a"; -} - -.ti-clock-search:before { - content: "\f7c7"; -} - -.ti-clock-share:before { - content: "\f84a"; -} - -.ti-clock-shield:before { - content: "\f7c8"; -} - -.ti-clock-star:before { - content: "\f7c9"; -} - -.ti-clock-stop:before { - content: "\f54b"; -} - -.ti-clock-up:before { - content: "\f7ca"; -} - -.ti-clock-x:before { - content: "\f7cb"; -} - -.ti-clothes-rack:before { - content: "\f285"; -} - -.ti-clothes-rack-off:before { - content: "\f3d6"; -} - -.ti-cloud:before { - content: "\ea76"; -} - -.ti-cloud-bolt:before { - content: "\f84b"; -} - -.ti-cloud-cancel:before { - content: "\f84c"; -} - -.ti-cloud-check:before { - content: "\f84d"; -} - -.ti-cloud-code:before { - content: "\f84e"; -} - -.ti-cloud-cog:before { - content: "\f84f"; -} - -.ti-cloud-computing:before { - content: "\f1d0"; -} - -.ti-cloud-data-connection:before { - content: "\f1d1"; -} - -.ti-cloud-dollar:before { - content: "\f850"; -} - -.ti-cloud-down:before { - content: "\f851"; -} - -.ti-cloud-download:before { - content: "\ea71"; -} - -.ti-cloud-exclamation:before { - content: "\f852"; -} - -.ti-cloud-filled:before { - content: "\f673"; -} - -.ti-cloud-fog:before { - content: "\ecd9"; -} - -.ti-cloud-heart:before { - content: "\f853"; -} - -.ti-cloud-lock:before { - content: "\efdb"; -} - -.ti-cloud-lock-open:before { - content: "\efda"; -} - -.ti-cloud-minus:before { - content: "\f854"; -} - -.ti-cloud-network:before { - content: "\fc78"; -} - -.ti-cloud-off:before { - content: "\ed3e"; -} - -.ti-cloud-pause:before { - content: "\f855"; -} - -.ti-cloud-pin:before { - content: "\f856"; -} - -.ti-cloud-plus:before { - content: "\f857"; -} - -.ti-cloud-question:before { - content: "\f858"; -} - -.ti-cloud-rain:before { - content: "\ea72"; -} - -.ti-cloud-search:before { - content: "\f859"; -} - -.ti-cloud-share:before { - content: "\f85a"; -} - -.ti-cloud-snow:before { - content: "\ea73"; -} - -.ti-cloud-star:before { - content: "\f85b"; -} - -.ti-cloud-storm:before { - content: "\ea74"; -} - -.ti-cloud-up:before { - content: "\f85c"; -} - -.ti-cloud-upload:before { - content: "\ea75"; -} - -.ti-cloud-x:before { - content: "\f85d"; -} - -.ti-clover:before { - content: "\f1ea"; -} - -.ti-clover-2:before { - content: "\f21e"; -} - -.ti-clubs:before { - content: "\eff4"; -} - -.ti-clubs-filled:before { - content: "\f674"; -} - -.ti-code:before { - content: "\ea77"; -} - -.ti-code-asterix:before { - content: "\f312"; -} - -.ti-code-circle:before { - content: "\f4ff"; -} - -.ti-code-circle-2:before { - content: "\f4fe"; -} - -.ti-code-dots:before { - content: "\f61a"; -} - -.ti-code-minus:before { - content: "\ee42"; -} - -.ti-code-off:before { - content: "\f0d0"; -} - -.ti-code-plus:before { - content: "\ee43"; -} - -.ti-coffee:before { - content: "\ef0e"; -} - -.ti-coffee-off:before { - content: "\f106"; -} - -.ti-coffin:before { - content: "\f579"; -} - -.ti-coin:before { - content: "\eb82"; -} - -.ti-coin-bitcoin:before { - content: "\f2be"; -} - -.ti-coin-bitcoin-filled:before { - content: "\fd06"; -} - -.ti-coin-euro:before { - content: "\f2bf"; -} - -.ti-coin-euro-filled:before { - content: "\fd07"; -} - -.ti-coin-filled:before { - content: "\fd08"; -} - -.ti-coin-monero:before { - content: "\f4a0"; -} - -.ti-coin-monero-filled:before { - content: "\fd09"; -} - -.ti-coin-off:before { - content: "\f0d1"; -} - -.ti-coin-pound:before { - content: "\f2c0"; -} - -.ti-coin-pound-filled:before { - content: "\fd0a"; -} - -.ti-coin-rupee:before { - content: "\f2c1"; -} - -.ti-coin-rupee-filled:before { - content: "\fd0b"; -} - -.ti-coin-taka:before { - content: "\fd0d"; -} - -.ti-coin-taka-filled:before { - content: "\fd0c"; -} - -.ti-coin-yen:before { - content: "\f2c2"; -} - -.ti-coin-yen-filled:before { - content: "\fd0e"; -} - -.ti-coin-yuan:before { - content: "\f2c3"; -} - -.ti-coin-yuan-filled:before { - content: "\fd0f"; -} - -.ti-coins:before { - content: "\f65d"; -} - -.ti-color-filter:before { - content: "\f5a8"; -} - -.ti-color-picker:before { - content: "\ebe6"; -} - -.ti-color-picker-off:before { - content: "\f0d2"; -} - -.ti-color-swatch:before { - content: "\eb61"; -} - -.ti-color-swatch-off:before { - content: "\f0d3"; -} - -.ti-column-insert-left:before { - content: "\ee44"; -} - -.ti-column-insert-right:before { - content: "\ee45"; -} - -.ti-column-remove:before { - content: "\faf4"; -} - -.ti-columns:before { - content: "\eb83"; -} - -.ti-columns-1:before { - content: "\f6d4"; -} - -.ti-columns-2:before { - content: "\f6d5"; -} - -.ti-columns-3:before { - content: "\f6d6"; -} - -.ti-columns-off:before { - content: "\f0d4"; -} - -.ti-comet:before { - content: "\ec76"; -} - -.ti-command:before { - content: "\ea78"; -} - -.ti-command-off:before { - content: "\f3d7"; -} - -.ti-compass:before { - content: "\ea79"; -} - -.ti-compass-filled:before { - content: "\fd10"; -} - -.ti-compass-off:before { - content: "\f0d5"; -} - -.ti-components:before { - content: "\efa5"; -} - -.ti-components-off:before { - content: "\f0d6"; -} - -.ti-cone:before { - content: "\efdd"; -} - -.ti-cone-2:before { - content: "\efdc"; -} - -.ti-cone-off:before { - content: "\f3d8"; -} - -.ti-cone-plus:before { - content: "\fa94"; -} - -.ti-confetti:before { - content: "\ee46"; -} - -.ti-confetti-off:before { - content: "\f3d9"; -} - -.ti-confucius:before { - content: "\f58a"; -} - -.ti-container:before { - content: "\ee47"; -} - -.ti-container-off:before { - content: "\f107"; -} - -.ti-contrast:before { - content: "\ec4e"; -} - -.ti-contrast-2:before { - content: "\efc7"; -} - -.ti-contrast-2-off:before { - content: "\f3da"; -} - -.ti-contrast-off:before { - content: "\f3db"; -} - -.ti-cooker:before { - content: "\f57a"; -} - -.ti-cookie:before { - content: "\ef0f"; -} - -.ti-cookie-man:before { - content: "\f4c4"; -} - -.ti-cookie-off:before { - content: "\f0d7"; -} - -.ti-copy:before { - content: "\ea7a"; -} - -.ti-copy-check:before { - content: "\fd3f"; -} - -.ti-copy-minus:before { - content: "\fd40"; -} - -.ti-copy-off:before { - content: "\f0d8"; -} - -.ti-copy-plus:before { - content: "\fd41"; -} - -.ti-copy-x:before { - content: "\fd42"; -} - -.ti-copyleft:before { - content: "\ec3d"; -} - -.ti-copyleft-filled:before { - content: "\f73b"; -} - -.ti-copyleft-off:before { - content: "\f0d9"; -} - -.ti-copyright:before { - content: "\ea7b"; -} - -.ti-copyright-filled:before { - content: "\f73c"; -} - -.ti-copyright-off:before { - content: "\f0da"; -} - -.ti-corner-down-left:before { - content: "\ea7c"; -} - -.ti-corner-down-left-double:before { - content: "\ee48"; -} - -.ti-corner-down-right:before { - content: "\ea7d"; -} - -.ti-corner-down-right-double:before { - content: "\ee49"; -} - -.ti-corner-left-down:before { - content: "\ea7e"; -} - -.ti-corner-left-down-double:before { - content: "\ee4a"; -} - -.ti-corner-left-up:before { - content: "\ea7f"; -} - -.ti-corner-left-up-double:before { - content: "\ee4b"; -} - -.ti-corner-right-down:before { - content: "\ea80"; -} - -.ti-corner-right-down-double:before { - content: "\ee4c"; -} - -.ti-corner-right-up:before { - content: "\ea81"; -} - -.ti-corner-right-up-double:before { - content: "\ee4d"; -} - -.ti-corner-up-left:before { - content: "\ea82"; -} - -.ti-corner-up-left-double:before { - content: "\ee4e"; -} - -.ti-corner-up-right:before { - content: "\ea83"; -} - -.ti-corner-up-right-double:before { - content: "\ee4f"; -} - -.ti-cpu:before { - content: "\ef8e"; -} - -.ti-cpu-2:before { - content: "\f075"; -} - -.ti-cpu-off:before { - content: "\f108"; -} - -.ti-crane:before { - content: "\ef27"; -} - -.ti-crane-off:before { - content: "\f109"; -} - -.ti-creative-commons:before { - content: "\efb3"; -} - -.ti-creative-commons-by:before { - content: "\f21f"; -} - -.ti-creative-commons-nc:before { - content: "\f220"; -} - -.ti-creative-commons-nd:before { - content: "\f221"; -} - -.ti-creative-commons-off:before { - content: "\f10a"; -} - -.ti-creative-commons-sa:before { - content: "\f222"; -} - -.ti-creative-commons-zero:before { - content: "\f223"; -} - -.ti-credit-card:before { - content: "\ea84"; -} - -.ti-credit-card-filled:before { - content: "\fd11"; -} - -.ti-credit-card-off:before { - content: "\ed11"; -} - -.ti-credit-card-pay:before { - content: "\fd32"; -} - -.ti-credit-card-refund:before { - content: "\fd33"; -} - -.ti-cricket:before { - content: "\f09a"; -} - -.ti-crop:before { - content: "\ea85"; -} - -.ti-crop-1-1:before { - content: "\fd50"; -} - -.ti-crop-16-9:before { - content: "\fd51"; -} - -.ti-crop-3-2:before { - content: "\fd52"; -} - -.ti-crop-5-4:before { - content: "\fd53"; -} - -.ti-crop-7-5:before { - content: "\fd54"; -} - -.ti-crop-landscape:before { - content: "\fd55"; -} - -.ti-crop-portrait:before { - content: "\fd56"; -} - -.ti-cross:before { - content: "\ef8f"; -} - -.ti-cross-filled:before { - content: "\f675"; -} - -.ti-cross-off:before { - content: "\f10b"; -} - -.ti-crosshair:before { - content: "\ec3e"; -} - -.ti-crown:before { - content: "\ed12"; -} - -.ti-crown-off:before { - content: "\ee50"; -} - -.ti-crutches:before { - content: "\ef5b"; -} - -.ti-crutches-off:before { - content: "\f10c"; -} - -.ti-crystal-ball:before { - content: "\f57b"; -} - -.ti-csv:before { - content: "\f791"; -} - -.ti-cube:before { - content: "\fa97"; -} - -.ti-cube-off:before { - content: "\fa95"; -} - -.ti-cube-plus:before { - content: "\fa96"; -} - -.ti-cube-send:before { - content: "\f61b"; -} - -.ti-cube-unfolded:before { - content: "\f61c"; -} - -.ti-cup:before { - content: "\ef28"; -} - -.ti-cup-off:before { - content: "\f10d"; -} - -.ti-curling:before { - content: "\efc8"; -} - -.ti-curly-loop:before { - content: "\ecda"; -} - -.ti-currency:before { - content: "\efa6"; -} - -.ti-currency-afghani:before { - content: "\f65e"; -} - -.ti-currency-bahraini:before { - content: "\ee51"; -} - -.ti-currency-baht:before { - content: "\f08a"; -} - -.ti-currency-bitcoin:before { - content: "\ebab"; -} - -.ti-currency-cent:before { - content: "\ee53"; -} - -.ti-currency-dinar:before { - content: "\ee54"; -} - -.ti-currency-dirham:before { - content: "\ee55"; -} - -.ti-currency-dogecoin:before { - content: "\ef4b"; -} - -.ti-currency-dollar:before { - content: "\eb84"; -} - -.ti-currency-dollar-australian:before { - content: "\ee56"; -} - -.ti-currency-dollar-brunei:before { - content: "\f36c"; -} - -.ti-currency-dollar-canadian:before { - content: "\ee57"; -} - -.ti-currency-dollar-guyanese:before { - content: "\f36d"; -} - -.ti-currency-dollar-off:before { - content: "\f3dc"; -} - -.ti-currency-dollar-singapore:before { - content: "\ee58"; -} - -.ti-currency-dollar-zimbabwean:before { - content: "\f36e"; -} - -.ti-currency-dong:before { - content: "\f36f"; -} - -.ti-currency-dram:before { - content: "\f370"; -} - -.ti-currency-ethereum:before { - content: "\ee59"; -} - -.ti-currency-euro:before { - content: "\eb85"; -} - -.ti-currency-euro-off:before { - content: "\f3dd"; -} - -.ti-currency-florin:before { - content: "\faf5"; -} - -.ti-currency-forint:before { - content: "\ee5a"; -} - -.ti-currency-frank:before { - content: "\ee5b"; -} - -.ti-currency-guarani:before { - content: "\f371"; -} - -.ti-currency-hryvnia:before { - content: "\f372"; -} - -.ti-currency-iranian-rial:before { - content: "\fa58"; -} - -.ti-currency-kip:before { - content: "\f373"; -} - -.ti-currency-krone-czech:before { - content: "\ee5c"; -} - -.ti-currency-krone-danish:before { - content: "\ee5d"; -} - -.ti-currency-krone-swedish:before { - content: "\ee5e"; -} - -.ti-currency-lari:before { - content: "\f374"; -} - -.ti-currency-leu:before { - content: "\ee5f"; -} - -.ti-currency-lira:before { - content: "\ee60"; -} - -.ti-currency-litecoin:before { - content: "\ee61"; -} - -.ti-currency-lyd:before { - content: "\f375"; -} - -.ti-currency-manat:before { - content: "\f376"; -} - -.ti-currency-monero:before { - content: "\f377"; -} - -.ti-currency-naira:before { - content: "\ee62"; -} - -.ti-currency-nano:before { - content: "\f7a6"; -} - -.ti-currency-off:before { - content: "\f3de"; -} - -.ti-currency-paanga:before { - content: "\f378"; -} - -.ti-currency-peso:before { - content: "\f65f"; -} - -.ti-currency-pound:before { - content: "\ebac"; -} - -.ti-currency-pound-off:before { - content: "\f3df"; -} - -.ti-currency-quetzal:before { - content: "\f379"; -} - -.ti-currency-real:before { - content: "\ee63"; -} - -.ti-currency-renminbi:before { - content: "\ee64"; -} - -.ti-currency-ripple:before { - content: "\ee65"; -} - -.ti-currency-riyal:before { - content: "\ee66"; -} - -.ti-currency-rubel:before { - content: "\ee67"; -} - -.ti-currency-rufiyaa:before { - content: "\f37a"; -} - -.ti-currency-rupee:before { - content: "\ebad"; -} - -.ti-currency-rupee-nepalese:before { - content: "\f37b"; -} - -.ti-currency-shekel:before { - content: "\ee68"; -} - -.ti-currency-solana:before { - content: "\f4a1"; -} - -.ti-currency-som:before { - content: "\f37c"; -} - -.ti-currency-taka:before { - content: "\ee69"; -} - -.ti-currency-tenge:before { - content: "\f37d"; -} - -.ti-currency-tugrik:before { - content: "\ee6a"; -} - -.ti-currency-won:before { - content: "\ee6b"; -} - -.ti-currency-xrp:before { - content: "\fd34"; -} - -.ti-currency-yen:before { - content: "\ebae"; -} - -.ti-currency-yen-off:before { - content: "\f3e0"; -} - -.ti-currency-yuan:before { - content: "\f29a"; -} - -.ti-currency-zloty:before { - content: "\ee6c"; -} - -.ti-current-location:before { - content: "\ecef"; -} - -.ti-current-location-off:before { - content: "\f10e"; -} - -.ti-cursor-off:before { - content: "\f10f"; -} - -.ti-cursor-text:before { - content: "\ee6d"; -} - -.ti-cut:before { - content: "\ea86"; -} - -.ti-cylinder:before { - content: "\f54c"; -} - -.ti-cylinder-off:before { - content: "\fa98"; -} - -.ti-cylinder-plus:before { - content: "\fa99"; -} - -.ti-dashboard:before { - content: "\ea87"; -} - -.ti-dashboard-off:before { - content: "\f3e1"; -} - -.ti-database:before { - content: "\ea88"; -} - -.ti-database-cog:before { - content: "\fa10"; -} - -.ti-database-dollar:before { - content: "\fa11"; -} - -.ti-database-edit:before { - content: "\fa12"; -} - -.ti-database-exclamation:before { - content: "\fa13"; -} - -.ti-database-export:before { - content: "\ee6e"; -} - -.ti-database-heart:before { - content: "\fa14"; -} - -.ti-database-import:before { - content: "\ee6f"; -} - -.ti-database-leak:before { - content: "\fa15"; -} - -.ti-database-minus:before { - content: "\fa16"; -} - -.ti-database-off:before { - content: "\ee70"; -} - -.ti-database-plus:before { - content: "\fa17"; -} - -.ti-database-search:before { - content: "\fa18"; -} - -.ti-database-share:before { - content: "\fa19"; -} - -.ti-database-smile:before { - content: "\fd9b"; -} - -.ti-database-star:before { - content: "\fa1a"; -} - -.ti-database-x:before { - content: "\fa1b"; -} - -.ti-decimal:before { - content: "\fa26"; -} - -.ti-deer:before { - content: "\f4c5"; -} - -.ti-delta:before { - content: "\f53c"; -} - -.ti-dental:before { - content: "\f025"; -} - -.ti-dental-broken:before { - content: "\f286"; -} - -.ti-dental-off:before { - content: "\f110"; -} - -.ti-deselect:before { - content: "\f9f3"; -} - -.ti-desk:before { - content: "\fd35"; -} - -.ti-details:before { - content: "\ee71"; -} - -.ti-details-off:before { - content: "\f3e2"; -} - -.ti-device-airpods:before { - content: "\f5a9"; -} - -.ti-device-airpods-case:before { - content: "\f646"; -} - -.ti-device-airtag:before { - content: "\fae6"; -} - -.ti-device-analytics:before { - content: "\ee72"; -} - -.ti-device-audio-tape:before { - content: "\ee73"; -} - -.ti-device-camera-phone:before { - content: "\f233"; -} - -.ti-device-cctv:before { - content: "\ee74"; -} - -.ti-device-cctv-off:before { - content: "\f3e3"; -} - -.ti-device-computer-camera:before { - content: "\ee76"; -} - -.ti-device-computer-camera-off:before { - content: "\ee75"; -} - -.ti-device-desktop:before { - content: "\ea89"; -} - -.ti-device-desktop-analytics:before { - content: "\ee77"; -} - -.ti-device-desktop-bolt:before { - content: "\f85e"; -} - -.ti-device-desktop-cancel:before { - content: "\f85f"; -} - -.ti-device-desktop-check:before { - content: "\f860"; -} - -.ti-device-desktop-code:before { - content: "\f861"; -} - -.ti-device-desktop-cog:before { - content: "\f862"; -} - -.ti-device-desktop-dollar:before { - content: "\f863"; -} - -.ti-device-desktop-down:before { - content: "\f864"; -} - -.ti-device-desktop-exclamation:before { - content: "\f865"; -} - -.ti-device-desktop-heart:before { - content: "\f866"; -} - -.ti-device-desktop-minus:before { - content: "\f867"; -} - -.ti-device-desktop-off:before { - content: "\ee78"; -} - -.ti-device-desktop-pause:before { - content: "\f868"; -} - -.ti-device-desktop-pin:before { - content: "\f869"; -} - -.ti-device-desktop-plus:before { - content: "\f86a"; -} - -.ti-device-desktop-question:before { - content: "\f86b"; -} - -.ti-device-desktop-search:before { - content: "\f86c"; -} - -.ti-device-desktop-share:before { - content: "\f86d"; -} - -.ti-device-desktop-star:before { - content: "\f86e"; -} - -.ti-device-desktop-up:before { - content: "\f86f"; -} - -.ti-device-desktop-x:before { - content: "\f870"; -} - -.ti-device-floppy:before { - content: "\eb62"; -} - -.ti-device-gamepad:before { - content: "\eb63"; -} - -.ti-device-gamepad-2:before { - content: "\f1d2"; -} - -.ti-device-gamepad-3:before { - content: "\fc58"; -} - -.ti-device-heart-monitor:before { - content: "\f060"; -} - -.ti-device-heart-monitor-filled:before { - content: "\fa38"; -} - -.ti-device-imac:before { - content: "\f7a7"; -} - -.ti-device-imac-bolt:before { - content: "\f871"; -} - -.ti-device-imac-cancel:before { - content: "\f872"; -} - -.ti-device-imac-check:before { - content: "\f873"; -} - -.ti-device-imac-code:before { - content: "\f874"; -} - -.ti-device-imac-cog:before { - content: "\f875"; -} - -.ti-device-imac-dollar:before { - content: "\f876"; -} - -.ti-device-imac-down:before { - content: "\f877"; -} - -.ti-device-imac-exclamation:before { - content: "\f878"; -} - -.ti-device-imac-heart:before { - content: "\f879"; -} - -.ti-device-imac-minus:before { - content: "\f87a"; -} - -.ti-device-imac-off:before { - content: "\f87b"; -} - -.ti-device-imac-pause:before { - content: "\f87c"; -} - -.ti-device-imac-pin:before { - content: "\f87d"; -} - -.ti-device-imac-plus:before { - content: "\f87e"; -} - -.ti-device-imac-question:before { - content: "\f87f"; -} - -.ti-device-imac-search:before { - content: "\f880"; -} - -.ti-device-imac-share:before { - content: "\f881"; -} - -.ti-device-imac-star:before { - content: "\f882"; -} - -.ti-device-imac-up:before { - content: "\f883"; -} - -.ti-device-imac-x:before { - content: "\f884"; -} - -.ti-device-ipad:before { - content: "\f648"; -} - -.ti-device-ipad-bolt:before { - content: "\f885"; -} - -.ti-device-ipad-cancel:before { - content: "\f886"; -} - -.ti-device-ipad-check:before { - content: "\f887"; -} - -.ti-device-ipad-code:before { - content: "\f888"; -} - -.ti-device-ipad-cog:before { - content: "\f889"; -} - -.ti-device-ipad-dollar:before { - content: "\f88a"; -} - -.ti-device-ipad-down:before { - content: "\f88b"; -} - -.ti-device-ipad-exclamation:before { - content: "\f88c"; -} - -.ti-device-ipad-heart:before { - content: "\f88d"; -} - -.ti-device-ipad-horizontal:before { - content: "\f647"; -} - -.ti-device-ipad-horizontal-bolt:before { - content: "\f88e"; -} - -.ti-device-ipad-horizontal-cancel:before { - content: "\f88f"; -} - -.ti-device-ipad-horizontal-check:before { - content: "\f890"; -} - -.ti-device-ipad-horizontal-code:before { - content: "\f891"; -} - -.ti-device-ipad-horizontal-cog:before { - content: "\f892"; -} - -.ti-device-ipad-horizontal-dollar:before { - content: "\f893"; -} - -.ti-device-ipad-horizontal-down:before { - content: "\f894"; -} - -.ti-device-ipad-horizontal-exclamation:before { - content: "\f895"; -} - -.ti-device-ipad-horizontal-heart:before { - content: "\f896"; -} - -.ti-device-ipad-horizontal-minus:before { - content: "\f897"; -} - -.ti-device-ipad-horizontal-off:before { - content: "\f898"; -} - -.ti-device-ipad-horizontal-pause:before { - content: "\f899"; -} - -.ti-device-ipad-horizontal-pin:before { - content: "\f89a"; -} - -.ti-device-ipad-horizontal-plus:before { - content: "\f89b"; -} - -.ti-device-ipad-horizontal-question:before { - content: "\f89c"; -} - -.ti-device-ipad-horizontal-search:before { - content: "\f89d"; -} - -.ti-device-ipad-horizontal-share:before { - content: "\f89e"; -} - -.ti-device-ipad-horizontal-star:before { - content: "\f89f"; -} - -.ti-device-ipad-horizontal-up:before { - content: "\f8a0"; -} - -.ti-device-ipad-horizontal-x:before { - content: "\f8a1"; -} - -.ti-device-ipad-minus:before { - content: "\f8a2"; -} - -.ti-device-ipad-off:before { - content: "\f8a3"; -} - -.ti-device-ipad-pause:before { - content: "\f8a4"; -} - -.ti-device-ipad-pin:before { - content: "\f8a5"; -} - -.ti-device-ipad-plus:before { - content: "\f8a6"; -} - -.ti-device-ipad-question:before { - content: "\f8a7"; -} - -.ti-device-ipad-search:before { - content: "\f8a8"; -} - -.ti-device-ipad-share:before { - content: "\f8a9"; -} - -.ti-device-ipad-star:before { - content: "\f8aa"; -} - -.ti-device-ipad-up:before { - content: "\f8ab"; -} - -.ti-device-ipad-x:before { - content: "\f8ac"; -} - -.ti-device-landline-phone:before { - content: "\f649"; -} - -.ti-device-laptop:before { - content: "\eb64"; -} - -.ti-device-laptop-off:before { - content: "\f061"; -} - -.ti-device-mobile:before { - content: "\ea8a"; -} - -.ti-device-mobile-bolt:before { - content: "\f8ad"; -} - -.ti-device-mobile-cancel:before { - content: "\f8ae"; -} - -.ti-device-mobile-charging:before { - content: "\f224"; -} - -.ti-device-mobile-check:before { - content: "\f8af"; -} - -.ti-device-mobile-code:before { - content: "\f8b0"; -} - -.ti-device-mobile-cog:before { - content: "\f8b1"; -} - -.ti-device-mobile-dollar:before { - content: "\f8b2"; -} - -.ti-device-mobile-down:before { - content: "\f8b3"; -} - -.ti-device-mobile-exclamation:before { - content: "\f8b4"; -} - -.ti-device-mobile-filled:before { - content: "\fa39"; -} - -.ti-device-mobile-heart:before { - content: "\f8b5"; -} - -.ti-device-mobile-message:before { - content: "\ee79"; -} - -.ti-device-mobile-minus:before { - content: "\f8b6"; -} - -.ti-device-mobile-off:before { - content: "\f062"; -} - -.ti-device-mobile-pause:before { - content: "\f8b7"; -} - -.ti-device-mobile-pin:before { - content: "\f8b8"; -} - -.ti-device-mobile-plus:before { - content: "\f8b9"; -} - -.ti-device-mobile-question:before { - content: "\f8ba"; -} - -.ti-device-mobile-rotated:before { - content: "\ecdb"; -} - -.ti-device-mobile-search:before { - content: "\f8bb"; -} - -.ti-device-mobile-share:before { - content: "\f8bc"; -} - -.ti-device-mobile-star:before { - content: "\f8bd"; -} - -.ti-device-mobile-up:before { - content: "\f8be"; -} - -.ti-device-mobile-vibration:before { - content: "\eb86"; -} - -.ti-device-mobile-x:before { - content: "\f8bf"; -} - -.ti-device-nintendo:before { - content: "\f026"; -} - -.ti-device-nintendo-off:before { - content: "\f111"; -} - -.ti-device-projector:before { - content: "\fc11"; -} - -.ti-device-remote:before { - content: "\f792"; -} - -.ti-device-sd-card:before { - content: "\f384"; -} - -.ti-device-sim:before { - content: "\f4b2"; -} - -.ti-device-sim-1:before { - content: "\f4af"; -} - -.ti-device-sim-2:before { - content: "\f4b0"; -} - -.ti-device-sim-3:before { - content: "\f4b1"; -} - -.ti-device-speaker:before { - content: "\ea8b"; -} - -.ti-device-speaker-off:before { - content: "\f112"; -} - -.ti-device-tablet:before { - content: "\ea8c"; -} - -.ti-device-tablet-bolt:before { - content: "\f8c0"; -} - -.ti-device-tablet-cancel:before { - content: "\f8c1"; -} - -.ti-device-tablet-check:before { - content: "\f8c2"; -} - -.ti-device-tablet-code:before { - content: "\f8c3"; -} - -.ti-device-tablet-cog:before { - content: "\f8c4"; -} - -.ti-device-tablet-dollar:before { - content: "\f8c5"; -} - -.ti-device-tablet-down:before { - content: "\f8c6"; -} - -.ti-device-tablet-exclamation:before { - content: "\f8c7"; -} - -.ti-device-tablet-filled:before { - content: "\fa3a"; -} - -.ti-device-tablet-heart:before { - content: "\f8c8"; -} - -.ti-device-tablet-minus:before { - content: "\f8c9"; -} - -.ti-device-tablet-off:before { - content: "\f063"; -} - -.ti-device-tablet-pause:before { - content: "\f8ca"; -} - -.ti-device-tablet-pin:before { - content: "\f8cb"; -} - -.ti-device-tablet-plus:before { - content: "\f8cc"; -} - -.ti-device-tablet-question:before { - content: "\f8cd"; -} - -.ti-device-tablet-search:before { - content: "\f8ce"; -} - -.ti-device-tablet-share:before { - content: "\f8cf"; -} - -.ti-device-tablet-star:before { - content: "\f8d0"; -} - -.ti-device-tablet-up:before { - content: "\f8d1"; -} - -.ti-device-tablet-x:before { - content: "\f8d2"; -} - -.ti-device-tv:before { - content: "\ea8d"; -} - -.ti-device-tv-off:before { - content: "\f064"; -} - -.ti-device-tv-old:before { - content: "\f1d3"; -} - -.ti-device-usb:before { - content: "\fc59"; -} - -.ti-device-vision-pro:before { - content: "\fae7"; -} - -.ti-device-watch:before { - content: "\ebf9"; -} - -.ti-device-watch-bolt:before { - content: "\f8d3"; -} - -.ti-device-watch-cancel:before { - content: "\f8d4"; -} - -.ti-device-watch-check:before { - content: "\f8d5"; -} - -.ti-device-watch-code:before { - content: "\f8d6"; -} - -.ti-device-watch-cog:before { - content: "\f8d7"; -} - -.ti-device-watch-dollar:before { - content: "\f8d8"; -} - -.ti-device-watch-down:before { - content: "\f8d9"; -} - -.ti-device-watch-exclamation:before { - content: "\f8da"; -} - -.ti-device-watch-heart:before { - content: "\f8db"; -} - -.ti-device-watch-minus:before { - content: "\f8dc"; -} - -.ti-device-watch-off:before { - content: "\f065"; -} - -.ti-device-watch-pause:before { - content: "\f8dd"; -} - -.ti-device-watch-pin:before { - content: "\f8de"; -} - -.ti-device-watch-plus:before { - content: "\f8df"; -} - -.ti-device-watch-question:before { - content: "\f8e0"; -} - -.ti-device-watch-search:before { - content: "\f8e1"; -} - -.ti-device-watch-share:before { - content: "\f8e2"; -} - -.ti-device-watch-star:before { - content: "\f8e3"; -} - -.ti-device-watch-stats:before { - content: "\ef7d"; -} - -.ti-device-watch-stats-2:before { - content: "\ef7c"; -} - -.ti-device-watch-up:before { - content: "\f8e4"; -} - -.ti-device-watch-x:before { - content: "\f8e5"; -} - -.ti-devices:before { - content: "\eb87"; -} - -.ti-devices-2:before { - content: "\ed29"; -} - -.ti-devices-bolt:before { - content: "\f8e6"; -} - -.ti-devices-cancel:before { - content: "\f8e7"; -} - -.ti-devices-check:before { - content: "\f8e8"; -} - -.ti-devices-code:before { - content: "\f8e9"; -} - -.ti-devices-cog:before { - content: "\f8ea"; -} - -.ti-devices-dollar:before { - content: "\f8eb"; -} - -.ti-devices-down:before { - content: "\f8ec"; -} - -.ti-devices-exclamation:before { - content: "\f8ed"; -} - -.ti-devices-heart:before { - content: "\f8ee"; -} - -.ti-devices-minus:before { - content: "\f8ef"; -} - -.ti-devices-off:before { - content: "\f3e4"; -} - -.ti-devices-pause:before { - content: "\f8f0"; -} - -.ti-devices-pc:before { - content: "\ee7a"; -} - -.ti-devices-pc-off:before { - content: "\f113"; -} - -.ti-devices-pin:before { - content: "\f8f1"; -} - -.ti-devices-plus:before { - content: "\f8f2"; -} - -.ti-devices-question:before { - content: "\f8f3"; -} - -.ti-devices-search:before { - content: "\f8f4"; -} - -.ti-devices-share:before { - content: "\f8f5"; -} - -.ti-devices-star:before { - content: "\f8f6"; -} - -.ti-devices-up:before { - content: "\f8f7"; -} - -.ti-devices-x:before { - content: "\f8f8"; -} - -.ti-diabolo:before { - content: "\fa9c"; -} - -.ti-diabolo-off:before { - content: "\fa9a"; -} - -.ti-diabolo-plus:before { - content: "\fa9b"; -} - -.ti-dialpad:before { - content: "\f067"; -} - -.ti-dialpad-filled:before { - content: "\fa3b"; -} - -.ti-dialpad-off:before { - content: "\f114"; -} - -.ti-diamond:before { - content: "\eb65"; -} - -.ti-diamond-filled:before { - content: "\f73d"; -} - -.ti-diamond-off:before { - content: "\f115"; -} - -.ti-diamonds:before { - content: "\eff5"; -} - -.ti-diamonds-filled:before { - content: "\f676"; -} - -.ti-dice:before { - content: "\eb66"; -} - -.ti-dice-1:before { - content: "\f08b"; -} - -.ti-dice-1-filled:before { - content: "\f73e"; -} - -.ti-dice-2:before { - content: "\f08c"; -} - -.ti-dice-2-filled:before { - content: "\f73f"; -} - -.ti-dice-3:before { - content: "\f08d"; -} - -.ti-dice-3-filled:before { - content: "\f740"; -} - -.ti-dice-4:before { - content: "\f08e"; -} - -.ti-dice-4-filled:before { - content: "\f741"; -} - -.ti-dice-5:before { - content: "\f08f"; -} - -.ti-dice-5-filled:before { - content: "\f742"; -} - -.ti-dice-6:before { - content: "\f090"; -} - -.ti-dice-6-filled:before { - content: "\f743"; -} - -.ti-dice-filled:before { - content: "\f744"; -} - -.ti-dimensions:before { - content: "\ee7b"; -} - -.ti-direction:before { - content: "\ebfb"; -} - -.ti-direction-arrows:before { - content: "\fd36"; -} - -.ti-direction-horizontal:before { - content: "\ebfa"; -} - -.ti-direction-sign:before { - content: "\f1f7"; -} - -.ti-direction-sign-filled:before { - content: "\f745"; -} - -.ti-direction-sign-off:before { - content: "\f3e5"; -} - -.ti-directions:before { - content: "\ea8e"; -} - -.ti-directions-off:before { - content: "\f116"; -} - -.ti-disabled:before { - content: "\ea8f"; -} - -.ti-disabled-2:before { - content: "\ebaf"; -} - -.ti-disabled-off:before { - content: "\f117"; -} - -.ti-disc:before { - content: "\ea90"; -} - -.ti-disc-golf:before { - content: "\f385"; -} - -.ti-disc-off:before { - content: "\f118"; -} - -.ti-discount:before { - content: "\ebbd"; -} - -.ti-discount-2:before { - content: "\ee7c"; -} - -.ti-discount-2-off:before { - content: "\f3e6"; -} - -.ti-discount-check:before { - content: "\f1f8"; -} - -.ti-discount-check-filled:before { - content: "\f746"; -} - -.ti-discount-off:before { - content: "\f3e7"; -} - -.ti-divide:before { - content: "\ed5c"; -} - -.ti-dna:before { - content: "\ee7d"; -} - -.ti-dna-2:before { - content: "\ef5c"; -} - -.ti-dna-2-off:before { - content: "\f119"; -} - -.ti-dna-off:before { - content: "\f11a"; -} - -.ti-dog:before { - content: "\f660"; -} - -.ti-dog-bowl:before { - content: "\ef29"; -} - -.ti-door:before { - content: "\ef4e"; -} - -.ti-door-enter:before { - content: "\ef4c"; -} - -.ti-door-exit:before { - content: "\ef4d"; -} - -.ti-door-off:before { - content: "\f11b"; -} - -.ti-dots:before { - content: "\ea95"; -} - -.ti-dots-circle-horizontal:before { - content: "\ea91"; -} - -.ti-dots-diagonal:before { - content: "\ea93"; -} - -.ti-dots-diagonal-2:before { - content: "\ea92"; -} - -.ti-dots-vertical:before { - content: "\ea94"; -} - -.ti-download:before { - content: "\ea96"; -} - -.ti-download-off:before { - content: "\f11c"; -} - -.ti-drag-drop:before { - content: "\eb89"; -} - -.ti-drag-drop-2:before { - content: "\eb88"; -} - -.ti-drone:before { - content: "\ed79"; -} - -.ti-drone-off:before { - content: "\ee7e"; -} - -.ti-drop-circle:before { - content: "\efde"; -} - -.ti-droplet:before { - content: "\ea97"; -} - -.ti-droplet-bolt:before { - content: "\f8f9"; -} - -.ti-droplet-cancel:before { - content: "\f8fa"; -} - -.ti-droplet-check:before { - content: "\f8fb"; -} - -.ti-droplet-code:before { - content: "\f8fc"; -} - -.ti-droplet-cog:before { - content: "\f8fd"; -} - -.ti-droplet-dollar:before { - content: "\f8fe"; -} - -.ti-droplet-down:before { - content: "\f8ff"; -} - -.ti-droplet-exclamation:before { - content: "\f900"; -} - -.ti-droplet-filled:before { - content: "\ee80"; -} - -.ti-droplet-half:before { - content: "\ee82"; -} - -.ti-droplet-half-2:before { - content: "\ee81"; -} - -.ti-droplet-half-2-filled:before { - content: "\fb6c"; -} - -.ti-droplet-half-filled:before { - content: "\f6c5"; -} - -.ti-droplet-heart:before { - content: "\f901"; -} - -.ti-droplet-minus:before { - content: "\f902"; -} - -.ti-droplet-off:before { - content: "\ee83"; -} - -.ti-droplet-pause:before { - content: "\f903"; -} - -.ti-droplet-pin:before { - content: "\f904"; -} - -.ti-droplet-plus:before { - content: "\f905"; -} - -.ti-droplet-question:before { - content: "\f906"; -} - -.ti-droplet-search:before { - content: "\f907"; -} - -.ti-droplet-share:before { - content: "\f908"; -} - -.ti-droplet-star:before { - content: "\f909"; -} - -.ti-droplet-up:before { - content: "\f90a"; -} - -.ti-droplet-x:before { - content: "\f90b"; -} - -.ti-droplets:before { - content: "\fc12"; -} - -.ti-dual-screen:before { - content: "\fa59"; -} - -.ti-e-passport:before { - content: "\f4df"; -} - -.ti-ear:before { - content: "\ebce"; -} - -.ti-ear-off:before { - content: "\ee84"; -} - -.ti-ear-scan:before { - content: "\fd57"; -} - -.ti-ease-in:before { - content: "\f573"; -} - -.ti-ease-in-control-point:before { - content: "\f570"; -} - -.ti-ease-in-out:before { - content: "\f572"; -} - -.ti-ease-in-out-control-points:before { - content: "\f571"; -} - -.ti-ease-out:before { - content: "\f575"; -} - -.ti-ease-out-control-point:before { - content: "\f574"; -} - -.ti-edit:before { - content: "\ea98"; -} - -.ti-edit-circle:before { - content: "\ee85"; -} - -.ti-edit-circle-off:before { - content: "\f11d"; -} - -.ti-edit-off:before { - content: "\f11e"; -} - -.ti-egg:before { - content: "\eb8a"; -} - -.ti-egg-cracked:before { - content: "\f2d6"; -} - -.ti-egg-filled:before { - content: "\f678"; -} - -.ti-egg-fried:before { - content: "\f386"; -} - -.ti-egg-off:before { - content: "\f11f"; -} - -.ti-eggs:before { - content: "\f500"; -} - -.ti-elevator:before { - content: "\efdf"; -} - -.ti-elevator-off:before { - content: "\f3e8"; -} - -.ti-emergency-bed:before { - content: "\ef5d"; -} - -.ti-empathize:before { - content: "\f29b"; -} - -.ti-empathize-off:before { - content: "\f3e9"; -} - -.ti-emphasis:before { - content: "\ebcf"; -} - -.ti-engine:before { - content: "\ef7e"; -} - -.ti-engine-off:before { - content: "\f120"; -} - -.ti-equal:before { - content: "\ee87"; -} - -.ti-equal-double:before { - content: "\f4e1"; -} - -.ti-equal-not:before { - content: "\ee86"; -} - -.ti-eraser:before { - content: "\eb8b"; -} - -.ti-eraser-off:before { - content: "\f121"; -} - -.ti-error-404:before { - content: "\f027"; -} - -.ti-error-404-off:before { - content: "\f122"; -} - -.ti-escalator:before { - content: "\fb06"; -} - -.ti-escalator-down:before { - content: "\fb04"; -} - -.ti-escalator-up:before { - content: "\fb05"; -} - -.ti-exchange:before { - content: "\ebe7"; -} - -.ti-exchange-off:before { - content: "\f123"; -} - -.ti-exclamation-circle:before { - content: "\f634"; -} - -.ti-exclamation-mark:before { - content: "\efb4"; -} - -.ti-exclamation-mark-off:before { - content: "\f124"; -} - -.ti-explicit:before { - content: "\f256"; -} - -.ti-explicit-off:before { - content: "\f3ea"; -} - -.ti-exposure:before { - content: "\eb8c"; -} - -.ti-exposure-0:before { - content: "\f29c"; -} - -.ti-exposure-minus-1:before { - content: "\f29d"; -} - -.ti-exposure-minus-2:before { - content: "\f29e"; -} - -.ti-exposure-off:before { - content: "\f3eb"; -} - -.ti-exposure-plus-1:before { - content: "\f29f"; -} - -.ti-exposure-plus-2:before { - content: "\f2a0"; -} - -.ti-external-link:before { - content: "\ea99"; -} - -.ti-external-link-off:before { - content: "\f125"; -} - -.ti-eye:before { - content: "\ea9a"; -} - -.ti-eye-bolt:before { - content: "\fb6d"; -} - -.ti-eye-cancel:before { - content: "\fb6e"; -} - -.ti-eye-check:before { - content: "\ee88"; -} - -.ti-eye-closed:before { - content: "\f7ec"; -} - -.ti-eye-code:before { - content: "\fb6f"; -} - -.ti-eye-cog:before { - content: "\f7ed"; -} - -.ti-eye-discount:before { - content: "\fb70"; -} - -.ti-eye-dollar:before { - content: "\fb71"; -} - -.ti-eye-down:before { - content: "\fb72"; -} - -.ti-eye-edit:before { - content: "\f7ee"; -} - -.ti-eye-exclamation:before { - content: "\f7ef"; -} - -.ti-eye-filled:before { - content: "\f679"; -} - -.ti-eye-heart:before { - content: "\f7f0"; -} - -.ti-eye-minus:before { - content: "\fb73"; -} - -.ti-eye-off:before { - content: "\ecf0"; -} - -.ti-eye-pause:before { - content: "\fb74"; -} - -.ti-eye-pin:before { - content: "\fb75"; -} - -.ti-eye-plus:before { - content: "\fb76"; -} - -.ti-eye-question:before { - content: "\fb77"; -} - -.ti-eye-search:before { - content: "\fb78"; -} - -.ti-eye-share:before { - content: "\fb79"; -} - -.ti-eye-star:before { - content: "\fb7a"; -} - -.ti-eye-table:before { - content: "\ef5e"; -} - -.ti-eye-up:before { - content: "\fb7b"; -} - -.ti-eye-x:before { - content: "\f7f1"; -} - -.ti-eyeglass:before { - content: "\ee8a"; -} - -.ti-eyeglass-2:before { - content: "\ee89"; -} - -.ti-eyeglass-off:before { - content: "\f126"; -} - -.ti-face-id:before { - content: "\ea9b"; -} - -.ti-face-id-error:before { - content: "\efa7"; -} - -.ti-face-mask:before { - content: "\efb5"; -} - -.ti-face-mask-off:before { - content: "\f127"; -} - -.ti-fall:before { - content: "\ecb9"; -} - -.ti-favicon:before { - content: "\fd65"; -} - -.ti-feather:before { - content: "\ee8b"; -} - -.ti-feather-off:before { - content: "\f128"; -} - -.ti-fence:before { - content: "\ef2a"; -} - -.ti-fence-off:before { - content: "\f129"; -} - -.ti-fidget-spinner:before { - content: "\f068"; -} - -.ti-file:before { - content: "\eaa4"; -} - -.ti-file-3d:before { - content: "\f032"; -} - -.ti-file-alert:before { - content: "\ede6"; -} - -.ti-file-analytics:before { - content: "\ede7"; -} - -.ti-file-arrow-left:before { - content: "\f033"; -} - -.ti-file-arrow-right:before { - content: "\f034"; -} - -.ti-file-barcode:before { - content: "\f035"; -} - -.ti-file-broken:before { - content: "\f501"; -} - -.ti-file-certificate:before { - content: "\ed4d"; -} - -.ti-file-chart:before { - content: "\f036"; -} - -.ti-file-check:before { - content: "\ea9c"; -} - -.ti-file-code:before { - content: "\ebd0"; -} - -.ti-file-code-2:before { - content: "\ede8"; -} - -.ti-file-cv:before { - content: "\fa5a"; -} - -.ti-file-database:before { - content: "\f037"; -} - -.ti-file-delta:before { - content: "\f53d"; -} - -.ti-file-description:before { - content: "\f028"; -} - -.ti-file-diff:before { - content: "\ecf1"; -} - -.ti-file-digit:before { - content: "\efa8"; -} - -.ti-file-dislike:before { - content: "\ed2a"; -} - -.ti-file-dollar:before { - content: "\efe0"; -} - -.ti-file-dots:before { - content: "\f038"; -} - -.ti-file-download:before { - content: "\ea9d"; -} - -.ti-file-euro:before { - content: "\efe1"; -} - -.ti-file-export:before { - content: "\ede9"; -} - -.ti-file-filled:before { - content: "\f747"; -} - -.ti-file-function:before { - content: "\f53e"; -} - -.ti-file-horizontal:before { - content: "\ebb0"; -} - -.ti-file-import:before { - content: "\edea"; -} - -.ti-file-infinity:before { - content: "\f502"; -} - -.ti-file-info:before { - content: "\edec"; -} - -.ti-file-invoice:before { - content: "\eb67"; -} - -.ti-file-lambda:before { - content: "\f53f"; -} - -.ti-file-like:before { - content: "\ed2b"; -} - -.ti-file-minus:before { - content: "\ea9e"; -} - -.ti-file-music:before { - content: "\ea9f"; -} - -.ti-file-neutral:before { - content: "\fd22"; -} - -.ti-file-off:before { - content: "\ecf2"; -} - -.ti-file-orientation:before { - content: "\f2a1"; -} - -.ti-file-pencil:before { - content: "\f039"; -} - -.ti-file-percent:before { - content: "\f540"; -} - -.ti-file-phone:before { - content: "\ecdc"; -} - -.ti-file-plus:before { - content: "\eaa0"; -} - -.ti-file-power:before { - content: "\f03a"; -} - -.ti-file-report:before { - content: "\eded"; -} - -.ti-file-rss:before { - content: "\f03b"; -} - -.ti-file-sad:before { - content: "\fd23"; -} - -.ti-file-scissors:before { - content: "\f03c"; -} - -.ti-file-search:before { - content: "\ed5d"; -} - -.ti-file-settings:before { - content: "\f029"; -} - -.ti-file-shredder:before { - content: "\eaa1"; -} - -.ti-file-signal:before { - content: "\f03d"; -} - -.ti-file-smile:before { - content: "\fd24"; -} - -.ti-file-spreadsheet:before { - content: "\f03e"; -} - -.ti-file-stack:before { - content: "\f503"; -} - -.ti-file-star:before { - content: "\f03f"; -} - -.ti-file-symlink:before { - content: "\ed53"; -} - -.ti-file-text:before { - content: "\eaa2"; -} - -.ti-file-text-ai:before { - content: "\fa27"; -} - -.ti-file-time:before { - content: "\f040"; -} - -.ti-file-type-bmp:before { - content: "\fb07"; -} - -.ti-file-type-css:before { - content: "\fb08"; -} - -.ti-file-type-csv:before { - content: "\fb09"; -} - -.ti-file-type-doc:before { - content: "\fb0a"; -} - -.ti-file-type-docx:before { - content: "\fb0b"; -} - -.ti-file-type-html:before { - content: "\fb0c"; -} - -.ti-file-type-jpg:before { - content: "\fb0d"; -} - -.ti-file-type-js:before { - content: "\fb0e"; -} - -.ti-file-type-jsx:before { - content: "\fb0f"; -} - -.ti-file-type-pdf:before { - content: "\fb10"; -} - -.ti-file-type-php:before { - content: "\fb11"; -} - -.ti-file-type-png:before { - content: "\fb12"; -} - -.ti-file-type-ppt:before { - content: "\fb13"; -} - -.ti-file-type-rs:before { - content: "\fb14"; -} - -.ti-file-type-sql:before { - content: "\fb15"; -} - -.ti-file-type-svg:before { - content: "\fb16"; -} - -.ti-file-type-ts:before { - content: "\fb17"; -} - -.ti-file-type-tsx:before { - content: "\fb18"; -} - -.ti-file-type-txt:before { - content: "\fb19"; -} - -.ti-file-type-vue:before { - content: "\fb1a"; -} - -.ti-file-type-xls:before { - content: "\fb1b"; -} - -.ti-file-type-xml:before { - content: "\fb1c"; -} - -.ti-file-type-zip:before { - content: "\fb1d"; -} - -.ti-file-typography:before { - content: "\f041"; -} - -.ti-file-unknown:before { - content: "\f042"; -} - -.ti-file-upload:before { - content: "\ec91"; -} - -.ti-file-vector:before { - content: "\f043"; -} - -.ti-file-x:before { - content: "\eaa3"; -} - -.ti-file-x-filled:before { - content: "\f748"; -} - -.ti-file-zip:before { - content: "\ed4e"; -} - -.ti-files:before { - content: "\edef"; -} - -.ti-files-off:before { - content: "\edee"; -} - -.ti-filter:before { - content: "\eaa5"; -} - -.ti-filter-bolt:before { - content: "\fb7c"; -} - -.ti-filter-cancel:before { - content: "\fb7d"; -} - -.ti-filter-check:before { - content: "\fb7e"; -} - -.ti-filter-code:before { - content: "\fb7f"; -} - -.ti-filter-cog:before { - content: "\f9fe"; -} - -.ti-filter-discount:before { - content: "\fb80"; -} - -.ti-filter-dollar:before { - content: "\f9ff"; -} - -.ti-filter-down:before { - content: "\fb81"; -} - -.ti-filter-edit:before { - content: "\fa00"; -} - -.ti-filter-exclamation:before { - content: "\fb82"; -} - -.ti-filter-filled:before { - content: "\fc27"; -} - -.ti-filter-heart:before { - content: "\fb83"; -} - -.ti-filter-minus:before { - content: "\fa01"; -} - -.ti-filter-off:before { - content: "\ed2c"; -} - -.ti-filter-pause:before { - content: "\fb84"; -} - -.ti-filter-pin:before { - content: "\fb85"; -} - -.ti-filter-plus:before { - content: "\fa02"; -} - -.ti-filter-question:before { - content: "\fb86"; -} - -.ti-filter-search:before { - content: "\fb87"; -} - -.ti-filter-share:before { - content: "\fb88"; -} - -.ti-filter-star:before { - content: "\fa03"; -} - -.ti-filter-up:before { - content: "\fb89"; -} - -.ti-filter-x:before { - content: "\fa04"; -} - -.ti-filters:before { - content: "\f793"; -} - -.ti-fingerprint:before { - content: "\ebd1"; -} - -.ti-fingerprint-off:before { - content: "\f12a"; -} - -.ti-fingerprint-scan:before { - content: "\fcb5"; -} - -.ti-fire-extinguisher:before { - content: "\faf6"; -} - -.ti-fire-hydrant:before { - content: "\f3a9"; -} - -.ti-fire-hydrant-off:before { - content: "\f3ec"; -} - -.ti-firetruck:before { - content: "\ebe8"; -} - -.ti-first-aid-kit:before { - content: "\ef5f"; -} - -.ti-first-aid-kit-off:before { - content: "\f3ed"; -} - -.ti-fish:before { - content: "\ef2b"; -} - -.ti-fish-bone:before { - content: "\f287"; -} - -.ti-fish-christianity:before { - content: "\f58b"; -} - -.ti-fish-hook:before { - content: "\f1f9"; -} - -.ti-fish-hook-off:before { - content: "\f3ee"; -} - -.ti-fish-off:before { - content: "\f12b"; -} - -.ti-flag:before { - content: "\eaa6"; -} - -.ti-flag-2:before { - content: "\ee8c"; -} - -.ti-flag-2-filled:before { - content: "\f707"; -} - -.ti-flag-2-off:before { - content: "\f12c"; -} - -.ti-flag-3:before { - content: "\ee8d"; -} - -.ti-flag-3-filled:before { - content: "\f708"; -} - -.ti-flag-bolt:before { - content: "\fb8a"; -} - -.ti-flag-cancel:before { - content: "\fb8b"; -} - -.ti-flag-check:before { - content: "\fb8c"; -} - -.ti-flag-code:before { - content: "\fb8d"; -} - -.ti-flag-cog:before { - content: "\fb8e"; -} - -.ti-flag-discount:before { - content: "\fb8f"; -} - -.ti-flag-dollar:before { - content: "\fb90"; -} - -.ti-flag-down:before { - content: "\fb91"; -} - -.ti-flag-exclamation:before { - content: "\fb92"; -} - -.ti-flag-filled:before { - content: "\f67a"; -} - -.ti-flag-heart:before { - content: "\fb93"; -} - -.ti-flag-minus:before { - content: "\fb94"; -} - -.ti-flag-off:before { - content: "\f12d"; -} - -.ti-flag-pause:before { - content: "\fb95"; -} - -.ti-flag-pin:before { - content: "\fb96"; -} - -.ti-flag-plus:before { - content: "\fb97"; -} - -.ti-flag-question:before { - content: "\fb98"; -} - -.ti-flag-search:before { - content: "\fb99"; -} - -.ti-flag-share:before { - content: "\fb9a"; -} - -.ti-flag-star:before { - content: "\fb9b"; -} - -.ti-flag-up:before { - content: "\fb9c"; -} - -.ti-flag-x:before { - content: "\fb9d"; -} - -.ti-flame:before { - content: "\ec2c"; -} - -.ti-flame-off:before { - content: "\f12e"; -} - -.ti-flare:before { - content: "\ee8e"; -} - -.ti-flask:before { - content: "\ebd2"; -} - -.ti-flask-2:before { - content: "\ef60"; -} - -.ti-flask-2-filled:before { - content: "\fd12"; -} - -.ti-flask-2-off:before { - content: "\f12f"; -} - -.ti-flask-filled:before { - content: "\fd13"; -} - -.ti-flask-off:before { - content: "\f130"; -} - -.ti-flip-flops:before { - content: "\f564"; -} - -.ti-flip-horizontal:before { - content: "\eaa7"; -} - -.ti-flip-vertical:before { - content: "\eaa8"; -} - -.ti-float-center:before { - content: "\ebb1"; -} - -.ti-float-left:before { - content: "\ebb2"; -} - -.ti-float-none:before { - content: "\ed13"; -} - -.ti-float-right:before { - content: "\ebb3"; -} - -.ti-flower:before { - content: "\eff6"; -} - -.ti-flower-off:before { - content: "\f131"; -} - -.ti-focus:before { - content: "\eb8d"; -} - -.ti-focus-2:before { - content: "\ebd3"; -} - -.ti-focus-auto:before { - content: "\fa62"; -} - -.ti-focus-centered:before { - content: "\f02a"; -} - -.ti-fold:before { - content: "\ed56"; -} - -.ti-fold-down:before { - content: "\ed54"; -} - -.ti-fold-up:before { - content: "\ed55"; -} - -.ti-folder:before { - content: "\eaad"; -} - -.ti-folder-bolt:before { - content: "\f90c"; -} - -.ti-folder-cancel:before { - content: "\f90d"; -} - -.ti-folder-check:before { - content: "\f90e"; -} - -.ti-folder-code:before { - content: "\f90f"; -} - -.ti-folder-cog:before { - content: "\f910"; -} - -.ti-folder-dollar:before { - content: "\f911"; -} - -.ti-folder-down:before { - content: "\f912"; -} - -.ti-folder-exclamation:before { - content: "\f913"; -} - -.ti-folder-filled:before { - content: "\f749"; -} - -.ti-folder-heart:before { - content: "\f914"; -} - -.ti-folder-minus:before { - content: "\eaaa"; -} - -.ti-folder-off:before { - content: "\ed14"; -} - -.ti-folder-open:before { - content: "\faf7"; -} - -.ti-folder-pause:before { - content: "\f915"; -} - -.ti-folder-pin:before { - content: "\f916"; -} - -.ti-folder-plus:before { - content: "\eaab"; -} - -.ti-folder-question:before { - content: "\f917"; -} - -.ti-folder-root:before { - content: "\fd43"; -} - -.ti-folder-search:before { - content: "\f918"; -} - -.ti-folder-share:before { - content: "\f919"; -} - -.ti-folder-star:before { - content: "\f91a"; -} - -.ti-folder-symlink:before { - content: "\f91b"; -} - -.ti-folder-up:before { - content: "\f91c"; -} - -.ti-folder-x:before { - content: "\eaac"; -} - -.ti-folders:before { - content: "\eaae"; -} - -.ti-folders-off:before { - content: "\f133"; -} - -.ti-forbid:before { - content: "\ebd5"; -} - -.ti-forbid-2:before { - content: "\ebd4"; -} - -.ti-forbid-2-filled:before { - content: "\fc28"; -} - -.ti-forbid-filled:before { - content: "\fc29"; -} - -.ti-forklift:before { - content: "\ebe9"; -} - -.ti-forms:before { - content: "\ee8f"; -} - -.ti-fountain:before { - content: "\f09b"; -} - -.ti-fountain-filled:before { - content: "\fc2a"; -} - -.ti-fountain-off:before { - content: "\f134"; -} - -.ti-frame:before { - content: "\eaaf"; -} - -.ti-frame-off:before { - content: "\f135"; -} - -.ti-free-rights:before { - content: "\efb6"; -} - -.ti-freeze-column:before { - content: "\fa63"; -} - -.ti-freeze-row:before { - content: "\fa65"; -} - -.ti-freeze-row-column:before { - content: "\fa64"; -} - -.ti-fridge:before { - content: "\f1fa"; -} - -.ti-fridge-off:before { - content: "\f3ef"; -} - -.ti-friends:before { - content: "\eab0"; -} - -.ti-friends-off:before { - content: "\f136"; -} - -.ti-frustum:before { - content: "\fa9f"; -} - -.ti-frustum-off:before { - content: "\fa9d"; -} - -.ti-frustum-plus:before { - content: "\fa9e"; -} - -.ti-function:before { - content: "\f225"; -} - -.ti-function-filled:before { - content: "\fc2b"; -} - -.ti-function-off:before { - content: "\f3f0"; -} - -.ti-galaxy:before { - content: "\fcb6"; -} - -.ti-garden-cart:before { - content: "\f23e"; -} - -.ti-garden-cart-off:before { - content: "\f3f1"; -} - -.ti-gas-station:before { - content: "\ec7d"; -} - -.ti-gas-station-off:before { - content: "\f137"; -} - -.ti-gauge:before { - content: "\eab1"; -} - -.ti-gauge-filled:before { - content: "\fc2c"; -} - -.ti-gauge-off:before { - content: "\f138"; -} - -.ti-gavel:before { - content: "\ef90"; -} - -.ti-gender-agender:before { - content: "\f0e1"; -} - -.ti-gender-androgyne:before { - content: "\f0e2"; -} - -.ti-gender-bigender:before { - content: "\f0e3"; -} - -.ti-gender-demiboy:before { - content: "\f0e4"; -} - -.ti-gender-demigirl:before { - content: "\f0e5"; -} - -.ti-gender-epicene:before { - content: "\f0e6"; -} - -.ti-gender-female:before { - content: "\f0e7"; -} - -.ti-gender-femme:before { - content: "\f0e8"; -} - -.ti-gender-genderfluid:before { - content: "\f0e9"; -} - -.ti-gender-genderless:before { - content: "\f0ea"; -} - -.ti-gender-genderqueer:before { - content: "\f0eb"; -} - -.ti-gender-hermaphrodite:before { - content: "\f0ec"; -} - -.ti-gender-intergender:before { - content: "\f0ed"; -} - -.ti-gender-male:before { - content: "\f0ee"; -} - -.ti-gender-neutrois:before { - content: "\f0ef"; -} - -.ti-gender-third:before { - content: "\f0f0"; -} - -.ti-gender-transgender:before { - content: "\f0f1"; -} - -.ti-gender-trasvesti:before { - content: "\f0f2"; -} - -.ti-geometry:before { - content: "\ee90"; -} - -.ti-ghost:before { - content: "\eb8e"; -} - -.ti-ghost-2:before { - content: "\f57c"; -} - -.ti-ghost-2-filled:before { - content: "\f74a"; -} - -.ti-ghost-3:before { - content: "\fc13"; -} - -.ti-ghost-filled:before { - content: "\f74b"; -} - -.ti-ghost-off:before { - content: "\f3f2"; -} - -.ti-gif:before { - content: "\f257"; -} - -.ti-gift:before { - content: "\eb68"; -} - -.ti-gift-card:before { - content: "\f3aa"; -} - -.ti-gift-card-filled:before { - content: "\fc2d"; -} - -.ti-gift-filled:before { - content: "\fd14"; -} - -.ti-gift-off:before { - content: "\f3f3"; -} - -.ti-git-branch:before { - content: "\eab2"; -} - -.ti-git-branch-deleted:before { - content: "\f57d"; -} - -.ti-git-cherry-pick:before { - content: "\f57e"; -} - -.ti-git-commit:before { - content: "\eab3"; -} - -.ti-git-compare:before { - content: "\eab4"; -} - -.ti-git-fork:before { - content: "\eb8f"; -} - -.ti-git-merge:before { - content: "\eab5"; -} - -.ti-git-pull-request:before { - content: "\eab6"; -} - -.ti-git-pull-request-closed:before { - content: "\ef7f"; -} - -.ti-git-pull-request-draft:before { - content: "\efb7"; -} - -.ti-gizmo:before { - content: "\f02b"; -} - -.ti-glass:before { - content: "\eab8"; -} - -.ti-glass-champagne:before { - content: "\fd9c"; -} - -.ti-glass-cocktail:before { - content: "\fd9d"; -} - -.ti-glass-full:before { - content: "\eab7"; -} - -.ti-glass-full-filled:before { - content: "\fc2e"; -} - -.ti-glass-gin:before { - content: "\fd9e"; -} - -.ti-glass-off:before { - content: "\ee91"; -} - -.ti-globe:before { - content: "\eab9"; -} - -.ti-globe-filled:before { - content: "\fc2f"; -} - -.ti-globe-off:before { - content: "\f139"; -} - -.ti-go-game:before { - content: "\f512"; -} - -.ti-golf:before { - content: "\ed8c"; -} - -.ti-golf-off:before { - content: "\f13a"; -} - -.ti-gps:before { - content: "\ed7a"; -} - -.ti-gradienter:before { - content: "\f3ab"; -} - -.ti-grain:before { - content: "\ee92"; -} - -.ti-graph:before { - content: "\f288"; -} - -.ti-graph-filled:before { - content: "\fd15"; -} - -.ti-graph-off:before { - content: "\f3f4"; -} - -.ti-grave:before { - content: "\f580"; -} - -.ti-grave-2:before { - content: "\f57f"; -} - -.ti-grid-3x3:before { - content: "\fca4"; -} - -.ti-grid-4x4:before { - content: "\fca5"; -} - -.ti-grid-dots:before { - content: "\eaba"; -} - -.ti-grid-goldenratio:before { - content: "\fca6"; -} - -.ti-grid-pattern:before { - content: "\efc9"; -} - -.ti-grid-scan:before { - content: "\fca7"; -} - -.ti-grill:before { - content: "\efa9"; -} - -.ti-grill-fork:before { - content: "\f35b"; -} - -.ti-grill-off:before { - content: "\f3f5"; -} - -.ti-grill-spatula:before { - content: "\f35c"; -} - -.ti-grip-horizontal:before { - content: "\ec00"; -} - -.ti-grip-vertical:before { - content: "\ec01"; -} - -.ti-growth:before { - content: "\ee93"; -} - -.ti-guitar-pick:before { - content: "\f4c6"; -} - -.ti-guitar-pick-filled:before { - content: "\f67b"; -} - -.ti-gymnastics:before { - content: "\fd44"; -} - -.ti-h-1:before { - content: "\ec94"; -} - -.ti-h-2:before { - content: "\ec95"; -} - -.ti-h-3:before { - content: "\ec96"; -} - -.ti-h-4:before { - content: "\ec97"; -} - -.ti-h-5:before { - content: "\ec98"; -} - -.ti-h-6:before { - content: "\ec99"; -} - -.ti-hammer:before { - content: "\ef91"; -} - -.ti-hammer-off:before { - content: "\f13c"; -} - -.ti-hand-click:before { - content: "\ef4f"; -} - -.ti-hand-finger:before { - content: "\ee94"; -} - -.ti-hand-finger-off:before { - content: "\f13d"; -} - -.ti-hand-grab:before { - content: "\f091"; -} - -.ti-hand-little-finger:before { - content: "\ee95"; -} - -.ti-hand-middle-finger:before { - content: "\ec2d"; -} - -.ti-hand-move:before { - content: "\ef50"; -} - -.ti-hand-off:before { - content: "\ed15"; -} - -.ti-hand-ring-finger:before { - content: "\ee96"; -} - -.ti-hand-rock:before { - content: "\ee97"; -} - -.ti-hand-sanitizer:before { - content: "\f5f4"; -} - -.ti-hand-stop:before { - content: "\ec2e"; -} - -.ti-hand-three-fingers:before { - content: "\ee98"; -} - -.ti-hand-two-fingers:before { - content: "\ee99"; -} - -.ti-hanger:before { - content: "\ee9a"; -} - -.ti-hanger-2:before { - content: "\f09c"; -} - -.ti-hanger-off:before { - content: "\f13e"; -} - -.ti-hash:before { - content: "\eabc"; -} - -.ti-haze:before { - content: "\efaa"; -} - -.ti-haze-moon:before { - content: "\faf8"; -} - -.ti-hdr:before { - content: "\fa7b"; -} - -.ti-heading:before { - content: "\ee9b"; -} - -.ti-heading-off:before { - content: "\f13f"; -} - -.ti-headphones:before { - content: "\eabd"; -} - -.ti-headphones-filled:before { - content: "\fa3c"; -} - -.ti-headphones-off:before { - content: "\ed1d"; -} - -.ti-headset:before { - content: "\eb90"; -} - -.ti-headset-off:before { - content: "\f3f6"; -} - -.ti-health-recognition:before { - content: "\f1fb"; -} - -.ti-heart:before { - content: "\eabe"; -} - -.ti-heart-bolt:before { - content: "\fb9e"; -} - -.ti-heart-broken:before { - content: "\ecba"; -} - -.ti-heart-cancel:before { - content: "\fb9f"; -} - -.ti-heart-check:before { - content: "\fba0"; -} - -.ti-heart-code:before { - content: "\fba1"; -} - -.ti-heart-cog:before { - content: "\fba2"; -} - -.ti-heart-discount:before { - content: "\fba3"; -} - -.ti-heart-dollar:before { - content: "\fba4"; -} - -.ti-heart-down:before { - content: "\fba5"; -} - -.ti-heart-exclamation:before { - content: "\fba6"; -} - -.ti-heart-filled:before { - content: "\f67c"; -} - -.ti-heart-handshake:before { - content: "\f0f3"; -} - -.ti-heart-minus:before { - content: "\f140"; -} - -.ti-heart-off:before { - content: "\f141"; -} - -.ti-heart-pause:before { - content: "\fba7"; -} - -.ti-heart-pin:before { - content: "\fba8"; -} - -.ti-heart-plus:before { - content: "\f142"; -} - -.ti-heart-question:before { - content: "\fba9"; -} - -.ti-heart-rate-monitor:before { - content: "\ef61"; -} - -.ti-heart-search:before { - content: "\fbaa"; -} - -.ti-heart-share:before { - content: "\fbab"; -} - -.ti-heart-star:before { - content: "\fbac"; -} - -.ti-heart-up:before { - content: "\fbad"; -} - -.ti-heart-x:before { - content: "\fbae"; -} - -.ti-heartbeat:before { - content: "\ef92"; -} - -.ti-hearts:before { - content: "\f387"; -} - -.ti-hearts-off:before { - content: "\f3f7"; -} - -.ti-helicopter:before { - content: "\ed8e"; -} - -.ti-helicopter-landing:before { - content: "\ed8d"; -} - -.ti-helmet:before { - content: "\efca"; -} - -.ti-helmet-off:before { - content: "\f143"; -} - -.ti-help:before { - content: "\eabf"; -} - -.ti-help-circle:before { - content: "\f91d"; -} - -.ti-help-circle-filled:before { - content: "\fa3d"; -} - -.ti-help-hexagon:before { - content: "\f7a8"; -} - -.ti-help-hexagon-filled:before { - content: "\fa3e"; -} - -.ti-help-octagon:before { - content: "\f7a9"; -} - -.ti-help-octagon-filled:before { - content: "\fa3f"; -} - -.ti-help-off:before { - content: "\f3f8"; -} - -.ti-help-small:before { - content: "\f91e"; -} - -.ti-help-square:before { - content: "\f920"; -} - -.ti-help-square-filled:before { - content: "\fa40"; -} - -.ti-help-square-rounded:before { - content: "\f91f"; -} - -.ti-help-square-rounded-filled:before { - content: "\fa41"; -} - -.ti-help-triangle:before { - content: "\f921"; -} - -.ti-help-triangle-filled:before { - content: "\fa42"; -} - -.ti-hemisphere:before { - content: "\faa2"; -} - -.ti-hemisphere-off:before { - content: "\faa0"; -} - -.ti-hemisphere-plus:before { - content: "\faa1"; -} - -.ti-hexagon:before { - content: "\ec02"; -} - -.ti-hexagon-0-filled:before { - content: "\f74c"; -} - -.ti-hexagon-1-filled:before { - content: "\f74d"; -} - -.ti-hexagon-2-filled:before { - content: "\f74e"; -} - -.ti-hexagon-3-filled:before { - content: "\f74f"; -} - -.ti-hexagon-3d:before { - content: "\f4c7"; -} - -.ti-hexagon-4-filled:before { - content: "\f750"; -} - -.ti-hexagon-5-filled:before { - content: "\f751"; -} - -.ti-hexagon-6-filled:before { - content: "\f752"; -} - -.ti-hexagon-7-filled:before { - content: "\f753"; -} - -.ti-hexagon-8-filled:before { - content: "\f754"; -} - -.ti-hexagon-9-filled:before { - content: "\f755"; -} - -.ti-hexagon-filled:before { - content: "\f67d"; -} - -.ti-hexagon-letter-a:before { - content: "\f463"; -} - -.ti-hexagon-letter-b:before { - content: "\f464"; -} - -.ti-hexagon-letter-c:before { - content: "\f465"; -} - -.ti-hexagon-letter-d:before { - content: "\f466"; -} - -.ti-hexagon-letter-e:before { - content: "\f467"; -} - -.ti-hexagon-letter-f:before { - content: "\f468"; -} - -.ti-hexagon-letter-g:before { - content: "\f469"; -} - -.ti-hexagon-letter-h:before { - content: "\f46a"; -} - -.ti-hexagon-letter-i:before { - content: "\f46b"; -} - -.ti-hexagon-letter-j:before { - content: "\f46c"; -} - -.ti-hexagon-letter-k:before { - content: "\f46d"; -} - -.ti-hexagon-letter-l:before { - content: "\f46e"; -} - -.ti-hexagon-letter-m:before { - content: "\f46f"; -} - -.ti-hexagon-letter-n:before { - content: "\f470"; -} - -.ti-hexagon-letter-o:before { - content: "\f471"; -} - -.ti-hexagon-letter-p:before { - content: "\f472"; -} - -.ti-hexagon-letter-q:before { - content: "\f473"; -} - -.ti-hexagon-letter-r:before { - content: "\f474"; -} - -.ti-hexagon-letter-s:before { - content: "\f475"; -} - -.ti-hexagon-letter-t:before { - content: "\f476"; -} - -.ti-hexagon-letter-u:before { - content: "\f477"; -} - -.ti-hexagon-letter-v:before { - content: "\f4b3"; -} - -.ti-hexagon-letter-w:before { - content: "\f478"; -} - -.ti-hexagon-letter-x:before { - content: "\f479"; -} - -.ti-hexagon-letter-y:before { - content: "\f47a"; -} - -.ti-hexagon-letter-z:before { - content: "\f47b"; -} - -.ti-hexagon-minus:before { - content: "\fc8f"; -} - -.ti-hexagon-minus-2:before { - content: "\fc8e"; -} - -.ti-hexagon-number-0:before { - content: "\f459"; -} - -.ti-hexagon-number-1:before { - content: "\f45a"; -} - -.ti-hexagon-number-2:before { - content: "\f45b"; -} - -.ti-hexagon-number-3:before { - content: "\f45c"; -} - -.ti-hexagon-number-4:before { - content: "\f45d"; -} - -.ti-hexagon-number-5:before { - content: "\f45e"; -} - -.ti-hexagon-number-6:before { - content: "\f45f"; -} - -.ti-hexagon-number-7:before { - content: "\f460"; -} - -.ti-hexagon-number-8:before { - content: "\f461"; -} - -.ti-hexagon-number-9:before { - content: "\f462"; -} - -.ti-hexagon-off:before { - content: "\ee9c"; -} - -.ti-hexagon-plus:before { - content: "\fc45"; -} - -.ti-hexagon-plus-2:before { - content: "\fc90"; -} - -.ti-hexagonal-prism:before { - content: "\faa5"; -} - -.ti-hexagonal-prism-off:before { - content: "\faa3"; -} - -.ti-hexagonal-prism-plus:before { - content: "\faa4"; -} - -.ti-hexagonal-pyramid:before { - content: "\faa8"; -} - -.ti-hexagonal-pyramid-off:before { - content: "\faa6"; -} - -.ti-hexagonal-pyramid-plus:before { - content: "\faa7"; -} - -.ti-hexagons:before { - content: "\f09d"; -} - -.ti-hexagons-off:before { - content: "\f3f9"; -} - -.ti-hierarchy:before { - content: "\ee9e"; -} - -.ti-hierarchy-2:before { - content: "\ee9d"; -} - -.ti-hierarchy-3:before { - content: "\f289"; -} - -.ti-hierarchy-off:before { - content: "\f3fa"; -} - -.ti-highlight:before { - content: "\ef3f"; -} - -.ti-highlight-off:before { - content: "\f144"; -} - -.ti-history:before { - content: "\ebea"; -} - -.ti-history-off:before { - content: "\f3fb"; -} - -.ti-history-toggle:before { - content: "\f1fc"; -} - -.ti-home:before { - content: "\eac1"; -} - -.ti-home-2:before { - content: "\eac0"; -} - -.ti-home-bolt:before { - content: "\f336"; -} - -.ti-home-cancel:before { - content: "\f350"; -} - -.ti-home-check:before { - content: "\f337"; -} - -.ti-home-cog:before { - content: "\f338"; -} - -.ti-home-dollar:before { - content: "\f339"; -} - -.ti-home-dot:before { - content: "\f33a"; -} - -.ti-home-down:before { - content: "\f33b"; -} - -.ti-home-eco:before { - content: "\f351"; -} - -.ti-home-edit:before { - content: "\f352"; -} - -.ti-home-exclamation:before { - content: "\f33c"; -} - -.ti-home-hand:before { - content: "\f504"; -} - -.ti-home-heart:before { - content: "\f353"; -} - -.ti-home-infinity:before { - content: "\f505"; -} - -.ti-home-link:before { - content: "\f354"; -} - -.ti-home-minus:before { - content: "\f33d"; -} - -.ti-home-move:before { - content: "\f33e"; -} - -.ti-home-off:before { - content: "\f145"; -} - -.ti-home-plus:before { - content: "\f33f"; -} - -.ti-home-question:before { - content: "\f340"; -} - -.ti-home-ribbon:before { - content: "\f355"; -} - -.ti-home-search:before { - content: "\f341"; -} - -.ti-home-share:before { - content: "\f342"; -} - -.ti-home-shield:before { - content: "\f343"; -} - -.ti-home-signal:before { - content: "\f356"; -} - -.ti-home-star:before { - content: "\f344"; -} - -.ti-home-stats:before { - content: "\f345"; -} - -.ti-home-up:before { - content: "\f346"; -} - -.ti-home-x:before { - content: "\f347"; -} - -.ti-horse:before { - content: "\fc46"; -} - -.ti-horse-toy:before { - content: "\f28a"; -} - -.ti-horseshoe:before { - content: "\fcb7"; -} - -.ti-hospital:before { - content: "\fd59"; -} - -.ti-hospital-circle:before { - content: "\fd58"; -} - -.ti-hotel-service:before { - content: "\ef80"; -} - -.ti-hourglass:before { - content: "\ef93"; -} - -.ti-hourglass-empty:before { - content: "\f146"; -} - -.ti-hourglass-filled:before { - content: "\f756"; -} - -.ti-hourglass-high:before { - content: "\f092"; -} - -.ti-hourglass-low:before { - content: "\f093"; -} - -.ti-hourglass-off:before { - content: "\f147"; -} - -.ti-html:before { - content: "\f7b1"; -} - -.ti-http-connect:before { - content: "\fa28"; -} - -.ti-http-delete:before { - content: "\fa29"; -} - -.ti-http-get:before { - content: "\fa2a"; -} - -.ti-http-head:before { - content: "\fa2b"; -} - -.ti-http-options:before { - content: "\fa2c"; -} - -.ti-http-patch:before { - content: "\fa2d"; -} - -.ti-http-post:before { - content: "\fa2e"; -} - -.ti-http-put:before { - content: "\fa2f"; -} - -.ti-http-que:before { - content: "\fa5b"; -} - -.ti-http-trace:before { - content: "\fa30"; -} - -.ti-ice-cream:before { - content: "\eac2"; -} - -.ti-ice-cream-2:before { - content: "\ee9f"; -} - -.ti-ice-cream-off:before { - content: "\f148"; -} - -.ti-ice-skating:before { - content: "\efcb"; -} - -.ti-icons:before { - content: "\f1d4"; -} - -.ti-icons-off:before { - content: "\f3fc"; -} - -.ti-id:before { - content: "\eac3"; -} - -.ti-id-badge:before { - content: "\eff7"; -} - -.ti-id-badge-2:before { - content: "\f076"; -} - -.ti-id-badge-off:before { - content: "\f3fd"; -} - -.ti-id-off:before { - content: "\f149"; -} - -.ti-image-in-picture:before { - content: "\fd9f"; -} - -.ti-inbox:before { - content: "\eac4"; -} - -.ti-inbox-off:before { - content: "\f14a"; -} - -.ti-indent-decrease:before { - content: "\eb91"; -} - -.ti-indent-increase:before { - content: "\eb92"; -} - -.ti-infinity:before { - content: "\eb69"; -} - -.ti-infinity-off:before { - content: "\f3fe"; -} - -.ti-info-circle:before { - content: "\eac5"; -} - -.ti-info-circle-filled:before { - content: "\f6d8"; -} - -.ti-info-hexagon:before { - content: "\f7aa"; -} - -.ti-info-hexagon-filled:before { - content: "\fa43"; -} - -.ti-info-octagon:before { - content: "\f7ab"; -} - -.ti-info-octagon-filled:before { - content: "\fa44"; -} - -.ti-info-small:before { - content: "\f922"; -} - -.ti-info-square:before { - content: "\eac6"; -} - -.ti-info-square-filled:before { - content: "\fa45"; -} - -.ti-info-square-rounded:before { - content: "\f635"; -} - -.ti-info-square-rounded-filled:before { - content: "\f6d9"; -} - -.ti-info-triangle:before { - content: "\f923"; -} - -.ti-info-triangle-filled:before { - content: "\fa46"; -} - -.ti-inner-shadow-bottom:before { - content: "\f520"; -} - -.ti-inner-shadow-bottom-filled:before { - content: "\f757"; -} - -.ti-inner-shadow-bottom-left:before { - content: "\f51e"; -} - -.ti-inner-shadow-bottom-left-filled:before { - content: "\f758"; -} - -.ti-inner-shadow-bottom-right:before { - content: "\f51f"; -} - -.ti-inner-shadow-bottom-right-filled:before { - content: "\f759"; -} - -.ti-inner-shadow-left:before { - content: "\f521"; -} - -.ti-inner-shadow-left-filled:before { - content: "\f75a"; -} - -.ti-inner-shadow-right:before { - content: "\f522"; -} - -.ti-inner-shadow-right-filled:before { - content: "\f75b"; -} - -.ti-inner-shadow-top:before { - content: "\f525"; -} - -.ti-inner-shadow-top-filled:before { - content: "\f75c"; -} - -.ti-inner-shadow-top-left:before { - content: "\f523"; -} - -.ti-inner-shadow-top-left-filled:before { - content: "\f75d"; -} - -.ti-inner-shadow-top-right:before { - content: "\f524"; -} - -.ti-inner-shadow-top-right-filled:before { - content: "\f75e"; -} - -.ti-input-ai:before { - content: "\fc5a"; -} - -.ti-input-check:before { - content: "\fc5b"; -} - -.ti-input-search:before { - content: "\f2a2"; -} - -.ti-input-x:before { - content: "\fc5c"; -} - -.ti-ironing:before { - content: "\fa7c"; -} - -.ti-ironing-1:before { - content: "\f2f4"; -} - -.ti-ironing-2:before { - content: "\f2f5"; -} - -.ti-ironing-3:before { - content: "\f2f6"; -} - -.ti-ironing-off:before { - content: "\f2f7"; -} - -.ti-ironing-steam:before { - content: "\f2f9"; -} - -.ti-ironing-steam-off:before { - content: "\f2f8"; -} - -.ti-irregular-polyhedron:before { - content: "\faab"; -} - -.ti-irregular-polyhedron-off:before { - content: "\faa9"; -} - -.ti-irregular-polyhedron-plus:before { - content: "\faaa"; -} - -.ti-italic:before { - content: "\eb93"; -} - -.ti-jacket:before { - content: "\f661"; -} - -.ti-jetpack:before { - content: "\f581"; -} - -.ti-jewish-star:before { - content: "\f3ff"; -} - -.ti-jewish-star-filled:before { - content: "\f67e"; -} - -.ti-jpg:before { - content: "\f3ac"; -} - -.ti-json:before { - content: "\f7b2"; -} - -.ti-jump-rope:before { - content: "\ed8f"; -} - -.ti-karate:before { - content: "\ed32"; -} - -.ti-kayak:before { - content: "\f1d6"; -} - -.ti-kering:before { - content: "\efb8"; -} - -.ti-key:before { - content: "\eac7"; -} - -.ti-key-off:before { - content: "\f14b"; -} - -.ti-keyboard:before { - content: "\ebd6"; -} - -.ti-keyboard-hide:before { - content: "\ec7e"; -} - -.ti-keyboard-off:before { - content: "\eea0"; -} - -.ti-keyboard-show:before { - content: "\ec7f"; -} - -.ti-keyframe:before { - content: "\f576"; -} - -.ti-keyframe-align-center:before { - content: "\f582"; -} - -.ti-keyframe-align-center-filled:before { - content: "\fc30"; -} - -.ti-keyframe-align-horizontal:before { - content: "\f583"; -} - -.ti-keyframe-align-horizontal-filled:before { - content: "\fc31"; -} - -.ti-keyframe-align-vertical:before { - content: "\f584"; -} - -.ti-keyframe-align-vertical-filled:before { - content: "\fc32"; -} - -.ti-keyframe-filled:before { - content: "\fc33"; -} - -.ti-keyframes:before { - content: "\f585"; -} - -.ti-keyframes-filled:before { - content: "\fc34"; -} - -.ti-ladder:before { - content: "\efe2"; -} - -.ti-ladder-off:before { - content: "\f14c"; -} - -.ti-ladle:before { - content: "\fc14"; -} - -.ti-lambda:before { - content: "\f541"; -} - -.ti-lamp:before { - content: "\efab"; -} - -.ti-lamp-2:before { - content: "\f09e"; -} - -.ti-lamp-off:before { - content: "\f14d"; -} - -.ti-lane:before { - content: "\faf9"; -} - -.ti-language:before { - content: "\ebbe"; -} - -.ti-language-hiragana:before { - content: "\ef77"; -} - -.ti-language-katakana:before { - content: "\ef78"; -} - -.ti-language-off:before { - content: "\f14e"; -} - -.ti-lasso:before { - content: "\efac"; -} - -.ti-lasso-off:before { - content: "\f14f"; -} - -.ti-lasso-polygon:before { - content: "\f388"; -} - -.ti-layers-difference:before { - content: "\eac8"; -} - -.ti-layers-intersect:before { - content: "\eac9"; -} - -.ti-layers-intersect-2:before { - content: "\eff8"; -} - -.ti-layers-linked:before { - content: "\eea1"; -} - -.ti-layers-off:before { - content: "\f150"; -} - -.ti-layers-subtract:before { - content: "\eaca"; -} - -.ti-layers-union:before { - content: "\eacb"; -} - -.ti-layout:before { - content: "\eadb"; -} - -.ti-layout-2:before { - content: "\eacc"; -} - -.ti-layout-align-bottom:before { - content: "\eacd"; -} - -.ti-layout-align-center:before { - content: "\eace"; -} - -.ti-layout-align-left:before { - content: "\eacf"; -} - -.ti-layout-align-middle:before { - content: "\ead0"; -} - -.ti-layout-align-right:before { - content: "\ead1"; -} - -.ti-layout-align-top:before { - content: "\ead2"; -} - -.ti-layout-board:before { - content: "\ef95"; -} - -.ti-layout-board-split:before { - content: "\ef94"; -} - -.ti-layout-bottombar:before { - content: "\ead3"; -} - -.ti-layout-bottombar-collapse:before { - content: "\f28b"; -} - -.ti-layout-bottombar-collapse-filled:before { - content: "\fc35"; -} - -.ti-layout-bottombar-expand:before { - content: "\f28c"; -} - -.ti-layout-bottombar-expand-filled:before { - content: "\fc36"; -} - -.ti-layout-bottombar-filled:before { - content: "\fc37"; -} - -.ti-layout-bottombar-inactive:before { - content: "\fd45"; -} - -.ti-layout-cards:before { - content: "\ec13"; -} - -.ti-layout-collage:before { - content: "\f389"; -} - -.ti-layout-columns:before { - content: "\ead4"; -} - -.ti-layout-dashboard:before { - content: "\f02c"; -} - -.ti-layout-distribute-horizontal:before { - content: "\ead5"; -} - -.ti-layout-distribute-vertical:before { - content: "\ead6"; -} - -.ti-layout-grid:before { - content: "\edba"; -} - -.ti-layout-grid-add:before { - content: "\edb9"; -} - -.ti-layout-grid-remove:before { - content: "\fa7d"; -} - -.ti-layout-kanban:before { - content: "\ec3f"; -} - -.ti-layout-list:before { - content: "\ec14"; -} - -.ti-layout-navbar:before { - content: "\ead7"; -} - -.ti-layout-navbar-collapse:before { - content: "\f28d"; -} - -.ti-layout-navbar-collapse-filled:before { - content: "\fc38"; -} - -.ti-layout-navbar-expand:before { - content: "\f28e"; -} - -.ti-layout-navbar-expand-filled:before { - content: "\fc39"; -} - -.ti-layout-navbar-filled:before { - content: "\fc3a"; -} - -.ti-layout-navbar-inactive:before { - content: "\fd46"; -} - -.ti-layout-off:before { - content: "\f151"; -} - -.ti-layout-rows:before { - content: "\ead8"; -} - -.ti-layout-sidebar:before { - content: "\eada"; -} - -.ti-layout-sidebar-inactive:before { - content: "\fd47"; -} - -.ti-layout-sidebar-left-collapse:before { - content: "\f004"; -} - -.ti-layout-sidebar-left-collapse-filled:before { - content: "\fc3b"; -} - -.ti-layout-sidebar-left-expand:before { - content: "\f005"; -} - -.ti-layout-sidebar-left-expand-filled:before { - content: "\fc3c"; -} - -.ti-layout-sidebar-right:before { - content: "\ead9"; -} - -.ti-layout-sidebar-right-collapse:before { - content: "\f006"; -} - -.ti-layout-sidebar-right-collapse-filled:before { - content: "\fc3d"; -} - -.ti-layout-sidebar-right-expand:before { - content: "\f007"; -} - -.ti-layout-sidebar-right-expand-filled:before { - content: "\fc3e"; -} - -.ti-layout-sidebar-right-inactive:before { - content: "\fd48"; -} - -.ti-leaf:before { - content: "\ed4f"; -} - -.ti-leaf-off:before { - content: "\f400"; -} - -.ti-lego:before { - content: "\eadc"; -} - -.ti-lego-off:before { - content: "\f401"; -} - -.ti-lemon:before { - content: "\ef10"; -} - -.ti-lemon-2:before { - content: "\ef81"; -} - -.ti-letter-a:before { - content: "\ec50"; -} - -.ti-letter-a-small:before { - content: "\fcc7"; -} - -.ti-letter-b:before { - content: "\ec51"; -} - -.ti-letter-b-small:before { - content: "\fcc8"; -} - -.ti-letter-c:before { - content: "\ec52"; -} - -.ti-letter-c-small:before { - content: "\fcc9"; -} - -.ti-letter-case:before { - content: "\eea5"; -} - -.ti-letter-case-lower:before { - content: "\eea2"; -} - -.ti-letter-case-toggle:before { - content: "\eea3"; -} - -.ti-letter-case-upper:before { - content: "\eea4"; -} - -.ti-letter-d:before { - content: "\ec53"; -} - -.ti-letter-d-small:before { - content: "\fcca"; -} - -.ti-letter-e:before { - content: "\ec54"; -} - -.ti-letter-e-small:before { - content: "\fccb"; -} - -.ti-letter-f:before { - content: "\ec55"; -} - -.ti-letter-f-small:before { - content: "\fccc"; -} - -.ti-letter-g:before { - content: "\ec56"; -} - -.ti-letter-g-small:before { - content: "\fccd"; -} - -.ti-letter-h:before { - content: "\ec57"; -} - -.ti-letter-h-small:before { - content: "\fcce"; -} - -.ti-letter-i:before { - content: "\ec58"; -} - -.ti-letter-i-small:before { - content: "\fccf"; -} - -.ti-letter-j:before { - content: "\ec59"; -} - -.ti-letter-j-small:before { - content: "\fcd0"; -} - -.ti-letter-k:before { - content: "\ec5a"; -} - -.ti-letter-k-small:before { - content: "\fcd1"; -} - -.ti-letter-l:before { - content: "\ec5b"; -} - -.ti-letter-l-small:before { - content: "\fcd2"; -} - -.ti-letter-m:before { - content: "\ec5c"; -} - -.ti-letter-m-small:before { - content: "\fcd3"; -} - -.ti-letter-n:before { - content: "\ec5d"; -} - -.ti-letter-n-small:before { - content: "\fcd4"; -} - -.ti-letter-o:before { - content: "\ec5e"; -} - -.ti-letter-o-small:before { - content: "\fcd5"; -} - -.ti-letter-p:before { - content: "\ec5f"; -} - -.ti-letter-p-small:before { - content: "\fcd6"; -} - -.ti-letter-q:before { - content: "\ec60"; -} - -.ti-letter-q-small:before { - content: "\fcd7"; -} - -.ti-letter-r:before { - content: "\ec61"; -} - -.ti-letter-r-small:before { - content: "\fcd8"; -} - -.ti-letter-s:before { - content: "\ec62"; -} - -.ti-letter-s-small:before { - content: "\fcd9"; -} - -.ti-letter-spacing:before { - content: "\eea6"; -} - -.ti-letter-t:before { - content: "\ec63"; -} - -.ti-letter-t-small:before { - content: "\fcda"; -} - -.ti-letter-u:before { - content: "\ec64"; -} - -.ti-letter-u-small:before { - content: "\fcdb"; -} - -.ti-letter-v:before { - content: "\ec65"; -} - -.ti-letter-v-small:before { - content: "\fcdc"; -} - -.ti-letter-w:before { - content: "\ec66"; -} - -.ti-letter-w-small:before { - content: "\fcdd"; -} - -.ti-letter-x:before { - content: "\ec67"; -} - -.ti-letter-x-small:before { - content: "\fcde"; -} - -.ti-letter-y:before { - content: "\ec68"; -} - -.ti-letter-y-small:before { - content: "\fcdf"; -} - -.ti-letter-z:before { - content: "\ec69"; -} - -.ti-letter-z-small:before { - content: "\fce0"; -} - -.ti-library:before { - content: "\fd4c"; -} - -.ti-library-minus:before { - content: "\fd49"; -} - -.ti-library-photo:before { - content: "\fd4a"; -} - -.ti-library-plus:before { - content: "\fd4b"; -} - -.ti-license:before { - content: "\ebc0"; -} - -.ti-license-off:before { - content: "\f153"; -} - -.ti-lifebuoy:before { - content: "\eadd"; -} - -.ti-lifebuoy-off:before { - content: "\f154"; -} - -.ti-lighter:before { - content: "\f794"; -} - -.ti-line:before { - content: "\ec40"; -} - -.ti-line-dashed:before { - content: "\eea7"; -} - -.ti-line-dotted:before { - content: "\eea8"; -} - -.ti-line-height:before { - content: "\eb94"; -} - -.ti-line-scan:before { - content: "\fcb8"; -} - -.ti-link:before { - content: "\eade"; -} - -.ti-link-minus:before { - content: "\fd16"; -} - -.ti-link-off:before { - content: "\f402"; -} - -.ti-link-plus:before { - content: "\fd17"; -} - -.ti-list:before { - content: "\eb6b"; -} - -.ti-list-check:before { - content: "\eb6a"; -} - -.ti-list-details:before { - content: "\ef40"; -} - -.ti-list-letters:before { - content: "\fc47"; -} - -.ti-list-numbers:before { - content: "\ef11"; -} - -.ti-list-search:before { - content: "\eea9"; -} - -.ti-list-tree:before { - content: "\fafa"; -} - -.ti-live-photo:before { - content: "\eadf"; -} - -.ti-live-photo-off:before { - content: "\f403"; -} - -.ti-live-view:before { - content: "\ec6b"; -} - -.ti-load-balancer:before { - content: "\fa5c"; -} - -.ti-loader:before { - content: "\eca3"; -} - -.ti-loader-2:before { - content: "\f226"; -} - -.ti-loader-3:before { - content: "\f513"; -} - -.ti-loader-quarter:before { - content: "\eca2"; -} - -.ti-location:before { - content: "\eae0"; -} - -.ti-location-bolt:before { - content: "\fbaf"; -} - -.ti-location-broken:before { - content: "\f2c4"; -} - -.ti-location-cancel:before { - content: "\fbb0"; -} - -.ti-location-check:before { - content: "\fbb1"; -} - -.ti-location-code:before { - content: "\fbb2"; -} - -.ti-location-cog:before { - content: "\fbb3"; -} - -.ti-location-discount:before { - content: "\fbb4"; -} - -.ti-location-dollar:before { - content: "\fbb5"; -} - -.ti-location-down:before { - content: "\fbb6"; -} - -.ti-location-exclamation:before { - content: "\fbb7"; -} - -.ti-location-filled:before { - content: "\f67f"; -} - -.ti-location-heart:before { - content: "\fbb8"; -} - -.ti-location-minus:before { - content: "\fbb9"; -} - -.ti-location-off:before { - content: "\f155"; -} - -.ti-location-pause:before { - content: "\fbba"; -} - -.ti-location-pin:before { - content: "\fbbb"; -} - -.ti-location-plus:before { - content: "\fbbc"; -} - -.ti-location-question:before { - content: "\fbbd"; -} - -.ti-location-search:before { - content: "\fbbe"; -} - -.ti-location-share:before { - content: "\fbbf"; -} - -.ti-location-star:before { - content: "\fbc0"; -} - -.ti-location-up:before { - content: "\fbc1"; -} - -.ti-location-x:before { - content: "\fbc2"; -} - -.ti-lock:before { - content: "\eae2"; -} - -.ti-lock-access:before { - content: "\eeaa"; -} - -.ti-lock-access-off:before { - content: "\f404"; -} - -.ti-lock-bolt:before { - content: "\f924"; -} - -.ti-lock-cancel:before { - content: "\f925"; -} - -.ti-lock-check:before { - content: "\f926"; -} - -.ti-lock-code:before { - content: "\f927"; -} - -.ti-lock-cog:before { - content: "\f928"; -} - -.ti-lock-dollar:before { - content: "\f929"; -} - -.ti-lock-down:before { - content: "\f92a"; -} - -.ti-lock-exclamation:before { - content: "\f92b"; -} - -.ti-lock-heart:before { - content: "\f92c"; -} - -.ti-lock-minus:before { - content: "\f92d"; -} - -.ti-lock-off:before { - content: "\ed1e"; -} - -.ti-lock-open:before { - content: "\eae1"; -} - -.ti-lock-open-off:before { - content: "\f156"; -} - -.ti-lock-pause:before { - content: "\f92e"; -} - -.ti-lock-pin:before { - content: "\f92f"; -} - -.ti-lock-plus:before { - content: "\f930"; -} - -.ti-lock-question:before { - content: "\f931"; -} - -.ti-lock-search:before { - content: "\f932"; -} - -.ti-lock-share:before { - content: "\f933"; -} - -.ti-lock-square:before { - content: "\ef51"; -} - -.ti-lock-square-rounded:before { - content: "\f636"; -} - -.ti-lock-square-rounded-filled:before { - content: "\f6da"; -} - -.ti-lock-star:before { - content: "\f934"; -} - -.ti-lock-up:before { - content: "\f935"; -} - -.ti-lock-x:before { - content: "\f936"; -} - -.ti-logic-and:before { - content: "\f240"; -} - -.ti-logic-buffer:before { - content: "\f241"; -} - -.ti-logic-nand:before { - content: "\f242"; -} - -.ti-logic-nor:before { - content: "\f243"; -} - -.ti-logic-not:before { - content: "\f244"; -} - -.ti-logic-or:before { - content: "\f245"; -} - -.ti-logic-xnor:before { - content: "\f246"; -} - -.ti-logic-xor:before { - content: "\f247"; -} - -.ti-login:before { - content: "\eba7"; -} - -.ti-login-2:before { - content: "\fc76"; -} - -.ti-logout:before { - content: "\eba8"; -} - -.ti-logout-2:before { - content: "\fa7e"; -} - -.ti-lollipop:before { - content: "\efcc"; -} - -.ti-lollipop-off:before { - content: "\f157"; -} - -.ti-luggage:before { - content: "\efad"; -} - -.ti-luggage-off:before { - content: "\f158"; -} - -.ti-lungs:before { - content: "\ef62"; -} - -.ti-lungs-off:before { - content: "\f405"; -} - -.ti-macro:before { - content: "\eeab"; -} - -.ti-macro-off:before { - content: "\f406"; -} - -.ti-magnet:before { - content: "\eae3"; -} - -.ti-magnet-off:before { - content: "\f159"; -} - -.ti-magnetic:before { - content: "\fcb9"; -} - -.ti-mail:before { - content: "\eae5"; -} - -.ti-mail-ai:before { - content: "\fa31"; -} - -.ti-mail-bolt:before { - content: "\f937"; -} - -.ti-mail-cancel:before { - content: "\f938"; -} - -.ti-mail-check:before { - content: "\f939"; -} - -.ti-mail-code:before { - content: "\f93a"; -} - -.ti-mail-cog:before { - content: "\f93b"; -} - -.ti-mail-dollar:before { - content: "\f93c"; -} - -.ti-mail-down:before { - content: "\f93d"; -} - -.ti-mail-exclamation:before { - content: "\f93e"; -} - -.ti-mail-fast:before { - content: "\f069"; -} - -.ti-mail-filled:before { - content: "\fa47"; -} - -.ti-mail-forward:before { - content: "\eeac"; -} - -.ti-mail-heart:before { - content: "\f93f"; -} - -.ti-mail-minus:before { - content: "\f940"; -} - -.ti-mail-off:before { - content: "\f15a"; -} - -.ti-mail-opened:before { - content: "\eae4"; -} - -.ti-mail-opened-filled:before { - content: "\fa48"; -} - -.ti-mail-pause:before { - content: "\f941"; -} - -.ti-mail-pin:before { - content: "\f942"; -} - -.ti-mail-plus:before { - content: "\f943"; -} - -.ti-mail-question:before { - content: "\f944"; -} - -.ti-mail-search:before { - content: "\f945"; -} - -.ti-mail-share:before { - content: "\f946"; -} - -.ti-mail-star:before { - content: "\f947"; -} - -.ti-mail-up:before { - content: "\f948"; -} - -.ti-mail-x:before { - content: "\f949"; -} - -.ti-mailbox:before { - content: "\eead"; -} - -.ti-mailbox-off:before { - content: "\f15b"; -} - -.ti-man:before { - content: "\eae6"; -} - -.ti-manual-gearbox:before { - content: "\ed7b"; -} - -.ti-map:before { - content: "\eae9"; -} - -.ti-map-2:before { - content: "\eae7"; -} - -.ti-map-bolt:before { - content: "\fbc3"; -} - -.ti-map-cancel:before { - content: "\fbc4"; -} - -.ti-map-check:before { - content: "\fbc5"; -} - -.ti-map-code:before { - content: "\fbc6"; -} - -.ti-map-cog:before { - content: "\fbc7"; -} - -.ti-map-discount:before { - content: "\fbc8"; -} - -.ti-map-dollar:before { - content: "\fbc9"; -} - -.ti-map-down:before { - content: "\fbca"; -} - -.ti-map-east:before { - content: "\fc5d"; -} - -.ti-map-exclamation:before { - content: "\fbcb"; -} - -.ti-map-heart:before { - content: "\fbcc"; -} - -.ti-map-minus:before { - content: "\fbcd"; -} - -.ti-map-north:before { - content: "\fc5e"; -} - -.ti-map-off:before { - content: "\f15c"; -} - -.ti-map-pause:before { - content: "\fbce"; -} - -.ti-map-pin:before { - content: "\eae8"; -} - -.ti-map-pin-2:before { - content: "\fc48"; -} - -.ti-map-pin-bolt:before { - content: "\f94a"; -} - -.ti-map-pin-cancel:before { - content: "\f94b"; -} - -.ti-map-pin-check:before { - content: "\f94c"; -} - -.ti-map-pin-code:before { - content: "\f94d"; -} - -.ti-map-pin-cog:before { - content: "\f94e"; -} - -.ti-map-pin-dollar:before { - content: "\f94f"; -} - -.ti-map-pin-down:before { - content: "\f950"; -} - -.ti-map-pin-exclamation:before { - content: "\f951"; -} - -.ti-map-pin-filled:before { - content: "\f680"; -} - -.ti-map-pin-heart:before { - content: "\f952"; -} - -.ti-map-pin-minus:before { - content: "\f953"; -} - -.ti-map-pin-off:before { - content: "\ecf3"; -} - -.ti-map-pin-pause:before { - content: "\f954"; -} - -.ti-map-pin-pin:before { - content: "\f955"; -} - -.ti-map-pin-plus:before { - content: "\f956"; -} - -.ti-map-pin-question:before { - content: "\f957"; -} - -.ti-map-pin-search:before { - content: "\f958"; -} - -.ti-map-pin-share:before { - content: "\f795"; -} - -.ti-map-pin-star:before { - content: "\f959"; -} - -.ti-map-pin-up:before { - content: "\f95a"; -} - -.ti-map-pin-x:before { - content: "\f95b"; -} - -.ti-map-pins:before { - content: "\ed5e"; -} - -.ti-map-plus:before { - content: "\fbcf"; -} - -.ti-map-question:before { - content: "\fbd0"; -} - -.ti-map-route:before { - content: "\fc79"; -} - -.ti-map-search:before { - content: "\ef82"; -} - -.ti-map-share:before { - content: "\fbd1"; -} - -.ti-map-south:before { - content: "\fc5f"; -} - -.ti-map-star:before { - content: "\fbd2"; -} - -.ti-map-up:before { - content: "\fbd3"; -} - -.ti-map-west:before { - content: "\fc60"; -} - -.ti-map-x:before { - content: "\fbd4"; -} - -.ti-markdown:before { - content: "\ec41"; -} - -.ti-markdown-off:before { - content: "\f407"; -} - -.ti-marquee:before { - content: "\ec77"; -} - -.ti-marquee-2:before { - content: "\eeae"; -} - -.ti-marquee-off:before { - content: "\f15d"; -} - -.ti-mars:before { - content: "\ec80"; -} - -.ti-mask:before { - content: "\eeb0"; -} - -.ti-mask-off:before { - content: "\eeaf"; -} - -.ti-masks-theater:before { - content: "\f263"; -} - -.ti-masks-theater-off:before { - content: "\f408"; -} - -.ti-massage:before { - content: "\eeb1"; -} - -.ti-matchstick:before { - content: "\f577"; -} - -.ti-math:before { - content: "\ebeb"; -} - -.ti-math-1-divide-2:before { - content: "\f4e2"; -} - -.ti-math-1-divide-3:before { - content: "\f4e3"; -} - -.ti-math-avg:before { - content: "\f0f4"; -} - -.ti-math-equal-greater:before { - content: "\f4e4"; -} - -.ti-math-equal-lower:before { - content: "\f4e5"; -} - -.ti-math-function:before { - content: "\eeb2"; -} - -.ti-math-function-off:before { - content: "\f15e"; -} - -.ti-math-function-y:before { - content: "\f4e6"; -} - -.ti-math-greater:before { - content: "\f4e7"; -} - -.ti-math-integral:before { - content: "\f4e9"; -} - -.ti-math-integral-x:before { - content: "\f4e8"; -} - -.ti-math-integrals:before { - content: "\f4ea"; -} - -.ti-math-lower:before { - content: "\f4eb"; -} - -.ti-math-max:before { - content: "\f0f5"; -} - -.ti-math-max-min:before { - content: "\fda0"; -} - -.ti-math-min:before { - content: "\f0f6"; -} - -.ti-math-not:before { - content: "\f4ec"; -} - -.ti-math-off:before { - content: "\f409"; -} - -.ti-math-pi:before { - content: "\f4ee"; -} - -.ti-math-pi-divide-2:before { - content: "\f4ed"; -} - -.ti-math-symbols:before { - content: "\eeb3"; -} - -.ti-math-x-divide-2:before { - content: "\f4ef"; -} - -.ti-math-x-divide-y:before { - content: "\f4f1"; -} - -.ti-math-x-divide-y-2:before { - content: "\f4f0"; -} - -.ti-math-x-minus-x:before { - content: "\f4f2"; -} - -.ti-math-x-minus-y:before { - content: "\f4f3"; -} - -.ti-math-x-plus-x:before { - content: "\f4f4"; -} - -.ti-math-x-plus-y:before { - content: "\f4f5"; -} - -.ti-math-xy:before { - content: "\f4f6"; -} - -.ti-math-y-minus-y:before { - content: "\f4f7"; -} - -.ti-math-y-plus-y:before { - content: "\f4f8"; -} - -.ti-maximize:before { - content: "\eaea"; -} - -.ti-maximize-off:before { - content: "\f15f"; -} - -.ti-meat:before { - content: "\ef12"; -} - -.ti-meat-off:before { - content: "\f40a"; -} - -.ti-medal:before { - content: "\ec78"; -} - -.ti-medal-2:before { - content: "\efcd"; -} - -.ti-medical-cross:before { - content: "\ec2f"; -} - -.ti-medical-cross-circle:before { - content: "\fae8"; -} - -.ti-medical-cross-filled:before { - content: "\f681"; -} - -.ti-medical-cross-off:before { - content: "\f160"; -} - -.ti-medicine-syrup:before { - content: "\ef63"; -} - -.ti-meeple:before { - content: "\f514"; -} - -.ti-melon:before { - content: "\fc7a"; -} - -.ti-menorah:before { - content: "\f58c"; -} - -.ti-menu:before { - content: "\eaeb"; -} - -.ti-menu-2:before { - content: "\ec42"; -} - -.ti-menu-deep:before { - content: "\fafb"; -} - -.ti-menu-order:before { - content: "\f5f5"; -} - -.ti-message:before { - content: "\eaef"; -} - -.ti-message-2:before { - content: "\eaec"; -} - -.ti-message-2-bolt:before { - content: "\f95c"; -} - -.ti-message-2-cancel:before { - content: "\f95d"; -} - -.ti-message-2-check:before { - content: "\f95e"; -} - -.ti-message-2-code:before { - content: "\f012"; -} - -.ti-message-2-cog:before { - content: "\f95f"; -} - -.ti-message-2-dollar:before { - content: "\f960"; -} - -.ti-message-2-down:before { - content: "\f961"; -} - -.ti-message-2-exclamation:before { - content: "\f962"; -} - -.ti-message-2-heart:before { - content: "\f963"; -} - -.ti-message-2-minus:before { - content: "\f964"; -} - -.ti-message-2-off:before { - content: "\f40b"; -} - -.ti-message-2-pause:before { - content: "\f965"; -} - -.ti-message-2-pin:before { - content: "\f966"; -} - -.ti-message-2-plus:before { - content: "\f967"; -} - -.ti-message-2-question:before { - content: "\f968"; -} - -.ti-message-2-search:before { - content: "\f969"; -} - -.ti-message-2-share:before { - content: "\f077"; -} - -.ti-message-2-star:before { - content: "\f96a"; -} - -.ti-message-2-up:before { - content: "\f96b"; -} - -.ti-message-2-x:before { - content: "\f96c"; -} - -.ti-message-bolt:before { - content: "\f96d"; -} - -.ti-message-cancel:before { - content: "\f96e"; -} - -.ti-message-chatbot:before { - content: "\f38a"; -} - -.ti-message-check:before { - content: "\f96f"; -} - -.ti-message-circle:before { - content: "\eaed"; -} - -.ti-message-circle-2:before { - content: "\ed3f"; -} - -.ti-message-circle-2-filled:before { - content: "\f682"; -} - -.ti-message-circle-bolt:before { - content: "\f970"; -} - -.ti-message-circle-cancel:before { - content: "\f971"; -} - -.ti-message-circle-check:before { - content: "\f972"; -} - -.ti-message-circle-code:before { - content: "\f973"; -} - -.ti-message-circle-cog:before { - content: "\f974"; -} - -.ti-message-circle-dollar:before { - content: "\f975"; -} - -.ti-message-circle-down:before { - content: "\f976"; -} - -.ti-message-circle-exclamation:before { - content: "\f977"; -} - -.ti-message-circle-heart:before { - content: "\f978"; -} - -.ti-message-circle-minus:before { - content: "\f979"; -} - -.ti-message-circle-off:before { - content: "\ed40"; -} - -.ti-message-circle-pause:before { - content: "\f97a"; -} - -.ti-message-circle-pin:before { - content: "\f97b"; -} - -.ti-message-circle-plus:before { - content: "\f97c"; -} - -.ti-message-circle-question:before { - content: "\f97d"; -} - -.ti-message-circle-search:before { - content: "\f97e"; -} - -.ti-message-circle-share:before { - content: "\f97f"; -} - -.ti-message-circle-star:before { - content: "\f980"; -} - -.ti-message-circle-up:before { - content: "\f981"; -} - -.ti-message-circle-x:before { - content: "\f982"; -} - -.ti-message-code:before { - content: "\f013"; -} - -.ti-message-cog:before { - content: "\f983"; -} - -.ti-message-dollar:before { - content: "\f984"; -} - -.ti-message-dots:before { - content: "\eaee"; -} - -.ti-message-down:before { - content: "\f985"; -} - -.ti-message-exclamation:before { - content: "\f986"; -} - -.ti-message-forward:before { - content: "\f28f"; -} - -.ti-message-heart:before { - content: "\f987"; -} - -.ti-message-language:before { - content: "\efae"; -} - -.ti-message-minus:before { - content: "\f988"; -} - -.ti-message-off:before { - content: "\ed41"; -} - -.ti-message-pause:before { - content: "\f989"; -} - -.ti-message-pin:before { - content: "\f98a"; -} - -.ti-message-plus:before { - content: "\ec9a"; -} - -.ti-message-question:before { - content: "\f98b"; -} - -.ti-message-reply:before { - content: "\fd4d"; -} - -.ti-message-report:before { - content: "\ec9b"; -} - -.ti-message-search:before { - content: "\f98c"; -} - -.ti-message-share:before { - content: "\f078"; -} - -.ti-message-star:before { - content: "\f98d"; -} - -.ti-message-up:before { - content: "\f98e"; -} - -.ti-message-x:before { - content: "\f98f"; -} - -.ti-messages:before { - content: "\eb6c"; -} - -.ti-messages-off:before { - content: "\ed42"; -} - -.ti-meteor:before { - content: "\f1fd"; -} - -.ti-meteor-off:before { - content: "\f40c"; -} - -.ti-meter-cube:before { - content: "\fd7c"; -} - -.ti-meter-square:before { - content: "\fd7d"; -} - -.ti-metronome:before { - content: "\fd25"; -} - -.ti-michelin-bib-gourmand:before { - content: "\fae9"; -} - -.ti-michelin-star:before { - content: "\faeb"; -} - -.ti-michelin-star-green:before { - content: "\faea"; -} - -.ti-mickey:before { - content: "\f2a3"; -} - -.ti-mickey-filled:before { - content: "\f683"; -} - -.ti-microphone:before { - content: "\eaf0"; -} - -.ti-microphone-2:before { - content: "\ef2c"; -} - -.ti-microphone-2-off:before { - content: "\f40d"; -} - -.ti-microphone-off:before { - content: "\ed16"; -} - -.ti-microscope:before { - content: "\ef64"; -} - -.ti-microscope-off:before { - content: "\f40e"; -} - -.ti-microwave:before { - content: "\f248"; -} - -.ti-microwave-off:before { - content: "\f264"; -} - -.ti-military-award:before { - content: "\f079"; -} - -.ti-military-rank:before { - content: "\efcf"; -} - -.ti-milk:before { - content: "\ef13"; -} - -.ti-milk-off:before { - content: "\f40f"; -} - -.ti-milkshake:before { - content: "\f4c8"; -} - -.ti-minimize:before { - content: "\eaf1"; -} - -.ti-minus:before { - content: "\eaf2"; -} - -.ti-minus-vertical:before { - content: "\eeb4"; -} - -.ti-mist:before { - content: "\ec30"; -} - -.ti-mist-off:before { - content: "\f410"; -} - -.ti-mobiledata:before { - content: "\f9f5"; -} - -.ti-mobiledata-off:before { - content: "\f9f4"; -} - -.ti-moneybag:before { - content: "\f506"; -} - -.ti-mood-angry:before { - content: "\f2de"; -} - -.ti-mood-annoyed:before { - content: "\f2e0"; -} - -.ti-mood-annoyed-2:before { - content: "\f2df"; -} - -.ti-mood-boy:before { - content: "\ed2d"; -} - -.ti-mood-check:before { - content: "\f7b3"; -} - -.ti-mood-cog:before { - content: "\f7b4"; -} - -.ti-mood-confuzed:before { - content: "\eaf3"; -} - -.ti-mood-confuzed-filled:before { - content: "\f7f2"; -} - -.ti-mood-crazy-happy:before { - content: "\ed90"; -} - -.ti-mood-cry:before { - content: "\ecbb"; -} - -.ti-mood-dollar:before { - content: "\f7b5"; -} - -.ti-mood-edit:before { - content: "\fa05"; -} - -.ti-mood-empty:before { - content: "\eeb5"; -} - -.ti-mood-empty-filled:before { - content: "\f7f3"; -} - -.ti-mood-happy:before { - content: "\eaf4"; -} - -.ti-mood-happy-filled:before { - content: "\f7f4"; -} - -.ti-mood-heart:before { - content: "\f7b6"; -} - -.ti-mood-kid:before { - content: "\ec03"; -} - -.ti-mood-kid-filled:before { - content: "\f7f5"; -} - -.ti-mood-look-down:before { - content: "\fd37"; -} - -.ti-mood-look-left:before { - content: "\f2c5"; -} - -.ti-mood-look-right:before { - content: "\f2c6"; -} - -.ti-mood-look-up:before { - content: "\fd38"; -} - -.ti-mood-minus:before { - content: "\f7b7"; -} - -.ti-mood-nerd:before { - content: "\f2e1"; -} - -.ti-mood-nervous:before { - content: "\ef96"; -} - -.ti-mood-neutral:before { - content: "\eaf5"; -} - -.ti-mood-neutral-filled:before { - content: "\f7f6"; -} - -.ti-mood-off:before { - content: "\f161"; -} - -.ti-mood-pin:before { - content: "\f7b8"; -} - -.ti-mood-plus:before { - content: "\f7b9"; -} - -.ti-mood-puzzled:before { - content: "\fd39"; -} - -.ti-mood-sad:before { - content: "\eaf6"; -} - -.ti-mood-sad-2:before { - content: "\f2e2"; -} - -.ti-mood-sad-dizzy:before { - content: "\f2e3"; -} - -.ti-mood-sad-filled:before { - content: "\f7f7"; -} - -.ti-mood-sad-squint:before { - content: "\f2e4"; -} - -.ti-mood-search:before { - content: "\f7ba"; -} - -.ti-mood-share:before { - content: "\fa06"; -} - -.ti-mood-sick:before { - content: "\f2e5"; -} - -.ti-mood-silence:before { - content: "\f2e6"; -} - -.ti-mood-sing:before { - content: "\f2c7"; -} - -.ti-mood-smile:before { - content: "\eaf7"; -} - -.ti-mood-smile-beam:before { - content: "\f2e7"; -} - -.ti-mood-smile-dizzy:before { - content: "\f2e8"; -} - -.ti-mood-smile-filled:before { - content: "\f7f8"; -} - -.ti-mood-suprised:before { - content: "\ec04"; -} - -.ti-mood-tongue:before { - content: "\eb95"; -} - -.ti-mood-tongue-wink:before { - content: "\f2ea"; -} - -.ti-mood-tongue-wink-2:before { - content: "\f2e9"; -} - -.ti-mood-unamused:before { - content: "\f2eb"; -} - -.ti-mood-up:before { - content: "\f7bb"; -} - -.ti-mood-wink:before { - content: "\f2ed"; -} - -.ti-mood-wink-2:before { - content: "\f2ec"; -} - -.ti-mood-wrrr:before { - content: "\f2ee"; -} - -.ti-mood-x:before { - content: "\f7bc"; -} - -.ti-mood-xd:before { - content: "\f2ef"; -} - -.ti-moon:before { - content: "\eaf8"; -} - -.ti-moon-2:before { - content: "\ece6"; -} - -.ti-moon-filled:before { - content: "\f684"; -} - -.ti-moon-off:before { - content: "\f162"; -} - -.ti-moon-stars:before { - content: "\ece7"; -} - -.ti-moped:before { - content: "\ecbc"; -} - -.ti-motorbike:before { - content: "\eeb6"; -} - -.ti-mountain:before { - content: "\ef97"; -} - -.ti-mountain-off:before { - content: "\f411"; -} - -.ti-mouse:before { - content: "\eaf9"; -} - -.ti-mouse-2:before { - content: "\f1d7"; -} - -.ti-mouse-filled:before { - content: "\fb2f"; -} - -.ti-mouse-off:before { - content: "\f163"; -} - -.ti-moustache:before { - content: "\f4c9"; -} - -.ti-movie:before { - content: "\eafa"; -} - -.ti-movie-off:before { - content: "\f164"; -} - -.ti-mug:before { - content: "\eafb"; -} - -.ti-mug-off:before { - content: "\f165"; -} - -.ti-multiplier-0-5x:before { - content: "\ef41"; -} - -.ti-multiplier-1-5x:before { - content: "\ef42"; -} - -.ti-multiplier-1x:before { - content: "\ef43"; -} - -.ti-multiplier-2x:before { - content: "\ef44"; -} - -.ti-mushroom:before { - content: "\ef14"; -} - -.ti-mushroom-filled:before { - content: "\f7f9"; -} - -.ti-mushroom-off:before { - content: "\f412"; -} - -.ti-music:before { - content: "\eafc"; -} - -.ti-music-bolt:before { - content: "\fbd5"; -} - -.ti-music-cancel:before { - content: "\fbd6"; -} - -.ti-music-check:before { - content: "\fbd7"; -} - -.ti-music-code:before { - content: "\fbd8"; -} - -.ti-music-cog:before { - content: "\fbd9"; -} - -.ti-music-discount:before { - content: "\fbda"; -} - -.ti-music-dollar:before { - content: "\fbdb"; -} - -.ti-music-down:before { - content: "\fbdc"; -} - -.ti-music-exclamation:before { - content: "\fbdd"; -} - -.ti-music-heart:before { - content: "\fbde"; -} - -.ti-music-minus:before { - content: "\fbdf"; -} - -.ti-music-off:before { - content: "\f166"; -} - -.ti-music-pause:before { - content: "\fbe0"; -} - -.ti-music-pin:before { - content: "\fbe1"; -} - -.ti-music-plus:before { - content: "\fbe2"; -} - -.ti-music-question:before { - content: "\fbe3"; -} - -.ti-music-search:before { - content: "\fbe4"; -} - -.ti-music-share:before { - content: "\fbe5"; -} - -.ti-music-star:before { - content: "\fbe6"; -} - -.ti-music-up:before { - content: "\fbe7"; -} - -.ti-music-x:before { - content: "\fbe8"; -} - -.ti-navigation:before { - content: "\f2c8"; -} - -.ti-navigation-bolt:before { - content: "\fbe9"; -} - -.ti-navigation-cancel:before { - content: "\fbea"; -} - -.ti-navigation-check:before { - content: "\fbeb"; -} - -.ti-navigation-code:before { - content: "\fbec"; -} - -.ti-navigation-cog:before { - content: "\fbed"; -} - -.ti-navigation-discount:before { - content: "\fbee"; -} - -.ti-navigation-dollar:before { - content: "\fbef"; -} - -.ti-navigation-down:before { - content: "\fbf0"; -} - -.ti-navigation-east:before { - content: "\fcba"; -} - -.ti-navigation-exclamation:before { - content: "\fbf1"; -} - -.ti-navigation-filled:before { - content: "\f685"; -} - -.ti-navigation-heart:before { - content: "\fbf2"; -} - -.ti-navigation-minus:before { - content: "\fbf3"; -} - -.ti-navigation-north:before { - content: "\fcbb"; -} - -.ti-navigation-off:before { - content: "\f413"; -} - -.ti-navigation-pause:before { - content: "\fbf4"; -} - -.ti-navigation-pin:before { - content: "\fbf5"; -} - -.ti-navigation-plus:before { - content: "\fbf6"; -} - -.ti-navigation-question:before { - content: "\fbf7"; -} - -.ti-navigation-search:before { - content: "\fbf8"; -} - -.ti-navigation-share:before { - content: "\fbf9"; -} - -.ti-navigation-south:before { - content: "\fcbc"; -} - -.ti-navigation-star:before { - content: "\fbfa"; -} - -.ti-navigation-top:before { - content: "\faec"; -} - -.ti-navigation-up:before { - content: "\fbfb"; -} - -.ti-navigation-west:before { - content: "\fcbd"; -} - -.ti-navigation-x:before { - content: "\fbfc"; -} - -.ti-needle:before { - content: "\f508"; -} - -.ti-needle-thread:before { - content: "\f507"; -} - -.ti-network:before { - content: "\f09f"; -} - -.ti-network-off:before { - content: "\f414"; -} - -.ti-new-section:before { - content: "\ebc1"; -} - -.ti-news:before { - content: "\eafd"; -} - -.ti-news-off:before { - content: "\f167"; -} - -.ti-nfc:before { - content: "\eeb7"; -} - -.ti-nfc-off:before { - content: "\f168"; -} - -.ti-no-copyright:before { - content: "\efb9"; -} - -.ti-no-creative-commons:before { - content: "\efba"; -} - -.ti-no-derivatives:before { - content: "\efbb"; -} - -.ti-north-star:before { - content: "\f014"; -} - -.ti-note:before { - content: "\eb6d"; -} - -.ti-note-off:before { - content: "\f169"; -} - -.ti-notebook:before { - content: "\eb96"; -} - -.ti-notebook-off:before { - content: "\f415"; -} - -.ti-notes:before { - content: "\eb6e"; -} - -.ti-notes-off:before { - content: "\f16a"; -} - -.ti-notification:before { - content: "\eafe"; -} - -.ti-notification-off:before { - content: "\f16b"; -} - -.ti-number:before { - content: "\f1fe"; -} - -.ti-number-0:before { - content: "\edf0"; -} - -.ti-number-0-small:before { - content: "\fce1"; -} - -.ti-number-1:before { - content: "\edf1"; -} - -.ti-number-1-small:before { - content: "\fce2"; -} - -.ti-number-10-small:before { - content: "\fce3"; -} - -.ti-number-11-small:before { - content: "\fce4"; -} - -.ti-number-12-small:before { - content: "\fce5"; -} - -.ti-number-13-small:before { - content: "\fce6"; -} - -.ti-number-14-small:before { - content: "\fce7"; -} - -.ti-number-15-small:before { - content: "\fce8"; -} - -.ti-number-16-small:before { - content: "\fce9"; -} - -.ti-number-17-small:before { - content: "\fcea"; -} - -.ti-number-18-small:before { - content: "\fceb"; -} - -.ti-number-19-small:before { - content: "\fcec"; -} - -.ti-number-2:before { - content: "\edf2"; -} - -.ti-number-2-small:before { - content: "\fced"; -} - -.ti-number-20-small:before { - content: "\fcee"; -} - -.ti-number-21-small:before { - content: "\fcef"; -} - -.ti-number-22-small:before { - content: "\fcf0"; -} - -.ti-number-23-small:before { - content: "\fcf1"; -} - -.ti-number-24-small:before { - content: "\fcf2"; -} - -.ti-number-25-small:before { - content: "\fcf3"; -} - -.ti-number-26-small:before { - content: "\fcf4"; -} - -.ti-number-27-small:before { - content: "\fcf5"; -} - -.ti-number-28-small:before { - content: "\fcf6"; -} - -.ti-number-29-small:before { - content: "\fcf7"; -} - -.ti-number-3:before { - content: "\edf3"; -} - -.ti-number-3-small:before { - content: "\fcf8"; -} - -.ti-number-4:before { - content: "\edf4"; -} - -.ti-number-4-small:before { - content: "\fcf9"; -} - -.ti-number-5:before { - content: "\edf5"; -} - -.ti-number-5-small:before { - content: "\fcfa"; -} - -.ti-number-6:before { - content: "\edf6"; -} - -.ti-number-6-small:before { - content: "\fcfb"; -} - -.ti-number-7:before { - content: "\edf7"; -} - -.ti-number-7-small:before { - content: "\fcfc"; -} - -.ti-number-8:before { - content: "\edf8"; -} - -.ti-number-8-small:before { - content: "\fcfd"; -} - -.ti-number-9:before { - content: "\edf9"; -} - -.ti-number-9-small:before { - content: "\fcfe"; -} - -.ti-numbers:before { - content: "\f015"; -} - -.ti-nurse:before { - content: "\ef65"; -} - -.ti-nut:before { - content: "\fc61"; -} - -.ti-octagon:before { - content: "\ecbd"; -} - -.ti-octagon-filled:before { - content: "\f686"; -} - -.ti-octagon-minus:before { - content: "\fc92"; -} - -.ti-octagon-minus-2:before { - content: "\fc91"; -} - -.ti-octagon-off:before { - content: "\eeb8"; -} - -.ti-octagon-plus:before { - content: "\fc94"; -} - -.ti-octagon-plus-2:before { - content: "\fc93"; -} - -.ti-octahedron:before { - content: "\faae"; -} - -.ti-octahedron-off:before { - content: "\faac"; -} - -.ti-octahedron-plus:before { - content: "\faad"; -} - -.ti-old:before { - content: "\eeb9"; -} - -.ti-olympics:before { - content: "\eeba"; -} - -.ti-olympics-off:before { - content: "\f416"; -} - -.ti-om:before { - content: "\f58d"; -} - -.ti-omega:before { - content: "\eb97"; -} - -.ti-outbound:before { - content: "\f249"; -} - -.ti-outlet:before { - content: "\ebd7"; -} - -.ti-oval:before { - content: "\f02e"; -} - -.ti-oval-filled:before { - content: "\f687"; -} - -.ti-oval-vertical:before { - content: "\f02d"; -} - -.ti-oval-vertical-filled:before { - content: "\f688"; -} - -.ti-overline:before { - content: "\eebb"; -} - -.ti-package:before { - content: "\eaff"; -} - -.ti-package-export:before { - content: "\f07a"; -} - -.ti-package-import:before { - content: "\f07b"; -} - -.ti-package-off:before { - content: "\f16c"; -} - -.ti-packages:before { - content: "\f2c9"; -} - -.ti-pacman:before { - content: "\eebc"; -} - -.ti-page-break:before { - content: "\ec81"; -} - -.ti-paint:before { - content: "\eb00"; -} - -.ti-paint-filled:before { - content: "\f75f"; -} - -.ti-paint-off:before { - content: "\f16d"; -} - -.ti-palette:before { - content: "\eb01"; -} - -.ti-palette-off:before { - content: "\f16e"; -} - -.ti-panorama-horizontal:before { - content: "\ed33"; -} - -.ti-panorama-horizontal-off:before { - content: "\f417"; -} - -.ti-panorama-vertical:before { - content: "\ed34"; -} - -.ti-panorama-vertical-off:before { - content: "\f418"; -} - -.ti-paper-bag:before { - content: "\f02f"; -} - -.ti-paper-bag-off:before { - content: "\f16f"; -} - -.ti-paperclip:before { - content: "\eb02"; -} - -.ti-parachute:before { - content: "\ed7c"; -} - -.ti-parachute-off:before { - content: "\f170"; -} - -.ti-parentheses:before { - content: "\ebd8"; -} - -.ti-parentheses-off:before { - content: "\f171"; -} - -.ti-parking:before { - content: "\eb03"; -} - -.ti-parking-circle:before { - content: "\fd5a"; -} - -.ti-parking-off:before { - content: "\f172"; -} - -.ti-password:before { - content: "\f4ca"; -} - -.ti-password-fingerprint:before { - content: "\fc7b"; -} - -.ti-password-mobile-phone:before { - content: "\fc7c"; -} - -.ti-password-user:before { - content: "\fc7d"; -} - -.ti-paw:before { - content: "\eff9"; -} - -.ti-paw-filled:before { - content: "\f689"; -} - -.ti-paw-off:before { - content: "\f419"; -} - -.ti-paywall:before { - content: "\fd7e"; -} - -.ti-pdf:before { - content: "\f7ac"; -} - -.ti-peace:before { - content: "\ecbe"; -} - -.ti-pencil:before { - content: "\eb04"; -} - -.ti-pencil-bolt:before { - content: "\fbfd"; -} - -.ti-pencil-cancel:before { - content: "\fbfe"; -} - -.ti-pencil-check:before { - content: "\fbff"; -} - -.ti-pencil-code:before { - content: "\fc00"; -} - -.ti-pencil-cog:before { - content: "\fc01"; -} - -.ti-pencil-discount:before { - content: "\fc02"; -} - -.ti-pencil-dollar:before { - content: "\fc03"; -} - -.ti-pencil-down:before { - content: "\fc04"; -} - -.ti-pencil-exclamation:before { - content: "\fc05"; -} - -.ti-pencil-heart:before { - content: "\fc06"; -} - -.ti-pencil-minus:before { - content: "\f1eb"; -} - -.ti-pencil-off:before { - content: "\f173"; -} - -.ti-pencil-pause:before { - content: "\fc07"; -} - -.ti-pencil-pin:before { - content: "\fc08"; -} - -.ti-pencil-plus:before { - content: "\f1ec"; -} - -.ti-pencil-question:before { - content: "\fc09"; -} - -.ti-pencil-search:before { - content: "\fc0a"; -} - -.ti-pencil-share:before { - content: "\fc0b"; -} - -.ti-pencil-star:before { - content: "\fc0c"; -} - -.ti-pencil-up:before { - content: "\fc0d"; -} - -.ti-pencil-x:before { - content: "\fc0e"; -} - -.ti-pennant:before { - content: "\ed7d"; -} - -.ti-pennant-2:before { - content: "\f06a"; -} - -.ti-pennant-2-filled:before { - content: "\f68a"; -} - -.ti-pennant-filled:before { - content: "\f68b"; -} - -.ti-pennant-off:before { - content: "\f174"; -} - -.ti-pentagon:before { - content: "\efe3"; -} - -.ti-pentagon-filled:before { - content: "\f68c"; -} - -.ti-pentagon-number-0:before { - content: "\fc7e"; -} - -.ti-pentagon-number-1:before { - content: "\fc7f"; -} - -.ti-pentagon-number-2:before { - content: "\fc80"; -} - -.ti-pentagon-number-3:before { - content: "\fc81"; -} - -.ti-pentagon-number-4:before { - content: "\fc82"; -} - -.ti-pentagon-number-5:before { - content: "\fc83"; -} - -.ti-pentagon-number-6:before { - content: "\fc84"; -} - -.ti-pentagon-number-7:before { - content: "\fc85"; -} - -.ti-pentagon-number-8:before { - content: "\fc86"; -} - -.ti-pentagon-number-9:before { - content: "\fc87"; -} - -.ti-pentagon-off:before { - content: "\f41a"; -} - -.ti-pentagon-plus:before { - content: "\fc49"; -} - -.ti-pentagon-x:before { - content: "\fc88"; -} - -.ti-pentagram:before { - content: "\f586"; -} - -.ti-pepper:before { - content: "\ef15"; -} - -.ti-pepper-off:before { - content: "\f175"; -} - -.ti-percentage:before { - content: "\ecf4"; -} - -.ti-perfume:before { - content: "\f509"; -} - -.ti-perspective:before { - content: "\eebd"; -} - -.ti-perspective-off:before { - content: "\f176"; -} - -.ti-phone:before { - content: "\eb09"; -} - -.ti-phone-call:before { - content: "\eb05"; -} - -.ti-phone-calling:before { - content: "\ec43"; -} - -.ti-phone-check:before { - content: "\ec05"; -} - -.ti-phone-filled:before { - content: "\fa49"; -} - -.ti-phone-incoming:before { - content: "\eb06"; -} - -.ti-phone-off:before { - content: "\ecf5"; -} - -.ti-phone-outgoing:before { - content: "\eb07"; -} - -.ti-phone-pause:before { - content: "\eb08"; -} - -.ti-phone-plus:before { - content: "\ec06"; -} - -.ti-phone-x:before { - content: "\ec07"; -} - -.ti-photo:before { - content: "\eb0a"; -} - -.ti-photo-ai:before { - content: "\fa32"; -} - -.ti-photo-bolt:before { - content: "\f990"; -} - -.ti-photo-cancel:before { - content: "\f35d"; -} - -.ti-photo-check:before { - content: "\f35e"; -} - -.ti-photo-circle:before { - content: "\fc4a"; -} - -.ti-photo-circle-minus:before { - content: "\fc62"; -} - -.ti-photo-circle-plus:before { - content: "\fc63"; -} - -.ti-photo-code:before { - content: "\f991"; -} - -.ti-photo-cog:before { - content: "\f992"; -} - -.ti-photo-dollar:before { - content: "\f993"; -} - -.ti-photo-down:before { - content: "\f35f"; -} - -.ti-photo-edit:before { - content: "\f360"; -} - -.ti-photo-exclamation:before { - content: "\f994"; -} - -.ti-photo-filled:before { - content: "\fa4a"; -} - -.ti-photo-heart:before { - content: "\f361"; -} - -.ti-photo-hexagon:before { - content: "\fc4b"; -} - -.ti-photo-minus:before { - content: "\f362"; -} - -.ti-photo-off:before { - content: "\ecf6"; -} - -.ti-photo-pause:before { - content: "\f995"; -} - -.ti-photo-pentagon:before { - content: "\fc4c"; -} - -.ti-photo-pin:before { - content: "\f996"; -} - -.ti-photo-plus:before { - content: "\f363"; -} - -.ti-photo-question:before { - content: "\f997"; -} - -.ti-photo-scan:before { - content: "\fca8"; -} - -.ti-photo-search:before { - content: "\f364"; -} - -.ti-photo-sensor:before { - content: "\f798"; -} - -.ti-photo-sensor-2:before { - content: "\f796"; -} - -.ti-photo-sensor-3:before { - content: "\f797"; -} - -.ti-photo-share:before { - content: "\f998"; -} - -.ti-photo-shield:before { - content: "\f365"; -} - -.ti-photo-square-rounded:before { - content: "\fc4d"; -} - -.ti-photo-star:before { - content: "\f366"; -} - -.ti-photo-up:before { - content: "\f38b"; -} - -.ti-photo-video:before { - content: "\fc95"; -} - -.ti-photo-x:before { - content: "\f367"; -} - -.ti-physotherapist:before { - content: "\eebe"; -} - -.ti-piano:before { - content: "\fad3"; -} - -.ti-pick:before { - content: "\fafc"; -} - -.ti-picture-in-picture:before { - content: "\ed35"; -} - -.ti-picture-in-picture-off:before { - content: "\ed43"; -} - -.ti-picture-in-picture-on:before { - content: "\ed44"; -} - -.ti-picture-in-picture-top:before { - content: "\efe4"; -} - -.ti-pig:before { - content: "\ef52"; -} - -.ti-pig-money:before { - content: "\f38c"; -} - -.ti-pig-off:before { - content: "\f177"; -} - -.ti-pilcrow:before { - content: "\f5f6"; -} - -.ti-pilcrow-left:before { - content: "\fd7f"; -} - -.ti-pilcrow-right:before { - content: "\fd80"; -} - -.ti-pill:before { - content: "\ec44"; -} - -.ti-pill-off:before { - content: "\f178"; -} - -.ti-pills:before { - content: "\ef66"; -} - -.ti-pin:before { - content: "\ec9c"; -} - -.ti-pin-end:before { - content: "\fd5b"; -} - -.ti-pin-filled:before { - content: "\f68d"; -} - -.ti-pin-invoke:before { - content: "\fd5c"; -} - -.ti-ping-pong:before { - content: "\f38d"; -} - -.ti-pinned:before { - content: "\ed60"; -} - -.ti-pinned-filled:before { - content: "\f68e"; -} - -.ti-pinned-off:before { - content: "\ed5f"; -} - -.ti-pizza:before { - content: "\edbb"; -} - -.ti-pizza-off:before { - content: "\f179"; -} - -.ti-placeholder:before { - content: "\f626"; -} - -.ti-plane:before { - content: "\eb6f"; -} - -.ti-plane-arrival:before { - content: "\eb99"; -} - -.ti-plane-departure:before { - content: "\eb9a"; -} - -.ti-plane-inflight:before { - content: "\ef98"; -} - -.ti-plane-off:before { - content: "\f17a"; -} - -.ti-plane-tilt:before { - content: "\f1ed"; -} - -.ti-planet:before { - content: "\ec08"; -} - -.ti-planet-off:before { - content: "\f17b"; -} - -.ti-plant:before { - content: "\ed50"; -} - -.ti-plant-2:before { - content: "\ed7e"; -} - -.ti-plant-2-off:before { - content: "\f17c"; -} - -.ti-plant-off:before { - content: "\f17d"; -} - -.ti-play-basketball:before { - content: "\fa66"; -} - -.ti-play-card:before { - content: "\eebf"; -} - -.ti-play-card-off:before { - content: "\f17e"; -} - -.ti-play-football:before { - content: "\fa67"; -} - -.ti-play-handball:before { - content: "\fa68"; -} - -.ti-play-volleyball:before { - content: "\fa69"; -} - -.ti-player-eject:before { - content: "\efbc"; -} - -.ti-player-eject-filled:before { - content: "\f68f"; -} - -.ti-player-pause:before { - content: "\ed45"; -} - -.ti-player-pause-filled:before { - content: "\f690"; -} - -.ti-player-play:before { - content: "\ed46"; -} - -.ti-player-play-filled:before { - content: "\f691"; -} - -.ti-player-record:before { - content: "\ed47"; -} - -.ti-player-record-filled:before { - content: "\f692"; -} - -.ti-player-skip-back:before { - content: "\ed48"; -} - -.ti-player-skip-back-filled:before { - content: "\f693"; -} - -.ti-player-skip-forward:before { - content: "\ed49"; -} - -.ti-player-skip-forward-filled:before { - content: "\f694"; -} - -.ti-player-stop:before { - content: "\ed4a"; -} - -.ti-player-stop-filled:before { - content: "\f695"; -} - -.ti-player-track-next:before { - content: "\ed4b"; -} - -.ti-player-track-next-filled:before { - content: "\f696"; -} - -.ti-player-track-prev:before { - content: "\ed4c"; -} - -.ti-player-track-prev-filled:before { - content: "\f697"; -} - -.ti-playlist:before { - content: "\eec0"; -} - -.ti-playlist-add:before { - content: "\f008"; -} - -.ti-playlist-off:before { - content: "\f17f"; -} - -.ti-playlist-x:before { - content: "\f009"; -} - -.ti-playstation-circle:before { - content: "\f2ad"; -} - -.ti-playstation-square:before { - content: "\f2ae"; -} - -.ti-playstation-triangle:before { - content: "\f2af"; -} - -.ti-playstation-x:before { - content: "\f2b0"; -} - -.ti-plug:before { - content: "\ebd9"; -} - -.ti-plug-connected:before { - content: "\f00a"; -} - -.ti-plug-connected-x:before { - content: "\f0a0"; -} - -.ti-plug-off:before { - content: "\f180"; -} - -.ti-plug-x:before { - content: "\f0a1"; -} - -.ti-plus:before { - content: "\eb0b"; -} - -.ti-plus-equal:before { - content: "\f7ad"; -} - -.ti-plus-minus:before { - content: "\f7ae"; -} - -.ti-png:before { - content: "\f3ad"; -} - -.ti-podium:before { - content: "\f1d8"; -} - -.ti-podium-off:before { - content: "\f41b"; -} - -.ti-point:before { - content: "\eb0c"; -} - -.ti-point-filled:before { - content: "\f698"; -} - -.ti-point-off:before { - content: "\f181"; -} - -.ti-pointer:before { - content: "\f265"; -} - -.ti-pointer-bolt:before { - content: "\f999"; -} - -.ti-pointer-cancel:before { - content: "\f99a"; -} - -.ti-pointer-check:before { - content: "\f99b"; -} - -.ti-pointer-code:before { - content: "\f99c"; -} - -.ti-pointer-cog:before { - content: "\f99d"; -} - -.ti-pointer-dollar:before { - content: "\f99e"; -} - -.ti-pointer-down:before { - content: "\f99f"; -} - -.ti-pointer-exclamation:before { - content: "\f9a0"; -} - -.ti-pointer-filled:before { - content: "\fb30"; -} - -.ti-pointer-heart:before { - content: "\f9a1"; -} - -.ti-pointer-minus:before { - content: "\f9a2"; -} - -.ti-pointer-off:before { - content: "\f9a3"; -} - -.ti-pointer-pause:before { - content: "\f9a4"; -} - -.ti-pointer-pin:before { - content: "\f9a5"; -} - -.ti-pointer-plus:before { - content: "\f9a6"; -} - -.ti-pointer-question:before { - content: "\f9a7"; -} - -.ti-pointer-search:before { - content: "\f9a8"; -} - -.ti-pointer-share:before { - content: "\f9a9"; -} - -.ti-pointer-star:before { - content: "\f9aa"; -} - -.ti-pointer-up:before { - content: "\f9ab"; -} - -.ti-pointer-x:before { - content: "\f9ac"; -} - -.ti-pokeball:before { - content: "\eec1"; -} - -.ti-pokeball-off:before { - content: "\f41c"; -} - -.ti-poker-chip:before { - content: "\f515"; -} - -.ti-polaroid:before { - content: "\eec2"; -} - -.ti-polaroid-filled:before { - content: "\fa4b"; -} - -.ti-polygon:before { - content: "\efd0"; -} - -.ti-polygon-off:before { - content: "\f182"; -} - -.ti-poo:before { - content: "\f258"; -} - -.ti-pool:before { - content: "\ed91"; -} - -.ti-pool-off:before { - content: "\f41d"; -} - -.ti-power:before { - content: "\eb0d"; -} - -.ti-pray:before { - content: "\ecbf"; -} - -.ti-premium-rights:before { - content: "\efbd"; -} - -.ti-prescription:before { - content: "\ef99"; -} - -.ti-presentation:before { - content: "\eb70"; -} - -.ti-presentation-analytics:before { - content: "\eec3"; -} - -.ti-presentation-off:before { - content: "\f183"; -} - -.ti-printer:before { - content: "\eb0e"; -} - -.ti-printer-off:before { - content: "\f184"; -} - -.ti-prism:before { - content: "\fab1"; -} - -.ti-prism-off:before { - content: "\faaf"; -} - -.ti-prism-plus:before { - content: "\fab0"; -} - -.ti-prison:before { - content: "\ef79"; -} - -.ti-progress:before { - content: "\fa0d"; -} - -.ti-progress-alert:before { - content: "\fa07"; -} - -.ti-progress-bolt:before { - content: "\fa08"; -} - -.ti-progress-check:before { - content: "\fa09"; -} - -.ti-progress-down:before { - content: "\fa0a"; -} - -.ti-progress-help:before { - content: "\fa0b"; -} - -.ti-progress-x:before { - content: "\fa0c"; -} - -.ti-prompt:before { - content: "\eb0f"; -} - -.ti-prong:before { - content: "\fda1"; -} - -.ti-propeller:before { - content: "\eec4"; -} - -.ti-propeller-off:before { - content: "\f185"; -} - -.ti-protocol:before { - content: "\fd81"; -} - -.ti-pumpkin-scary:before { - content: "\f587"; -} - -.ti-puzzle:before { - content: "\eb10"; -} - -.ti-puzzle-2:before { - content: "\ef83"; -} - -.ti-puzzle-filled:before { - content: "\f699"; -} - -.ti-puzzle-off:before { - content: "\f186"; -} - -.ti-pyramid:before { - content: "\eec5"; -} - -.ti-pyramid-off:before { - content: "\f187"; -} - -.ti-pyramid-plus:before { - content: "\fab2"; -} - -.ti-qrcode:before { - content: "\eb11"; -} - -.ti-qrcode-off:before { - content: "\f41e"; -} - -.ti-question-mark:before { - content: "\ec9d"; -} - -.ti-quote:before { - content: "\efbe"; -} - -.ti-quote-off:before { - content: "\f188"; -} - -.ti-quotes:before { - content: "\fb1e"; -} - -.ti-radar:before { - content: "\f017"; -} - -.ti-radar-2:before { - content: "\f016"; -} - -.ti-radar-off:before { - content: "\f41f"; -} - -.ti-radio:before { - content: "\ef2d"; -} - -.ti-radio-off:before { - content: "\f420"; -} - -.ti-radioactive:before { - content: "\ecc0"; -} - -.ti-radioactive-filled:before { - content: "\f760"; -} - -.ti-radioactive-off:before { - content: "\f189"; -} - -.ti-radius-bottom-left:before { - content: "\eec6"; -} - -.ti-radius-bottom-right:before { - content: "\eec7"; -} - -.ti-radius-top-left:before { - content: "\eec8"; -} - -.ti-radius-top-right:before { - content: "\eec9"; -} - -.ti-rainbow:before { - content: "\edbc"; -} - -.ti-rainbow-off:before { - content: "\f18a"; -} - -.ti-rating-12-plus:before { - content: "\f266"; -} - -.ti-rating-14-plus:before { - content: "\f267"; -} - -.ti-rating-16-plus:before { - content: "\f268"; -} - -.ti-rating-18-plus:before { - content: "\f269"; -} - -.ti-rating-21-plus:before { - content: "\f26a"; -} - -.ti-razor:before { - content: "\f4b5"; -} - -.ti-razor-electric:before { - content: "\f4b4"; -} - -.ti-receipt:before { - content: "\edfd"; -} - -.ti-receipt-2:before { - content: "\edfa"; -} - -.ti-receipt-bitcoin:before { - content: "\fd66"; -} - -.ti-receipt-dollar:before { - content: "\fd67"; -} - -.ti-receipt-euro:before { - content: "\fd68"; -} - -.ti-receipt-off:before { - content: "\edfb"; -} - -.ti-receipt-pound:before { - content: "\fd69"; -} - -.ti-receipt-refund:before { - content: "\edfc"; -} - -.ti-receipt-rupee:before { - content: "\fd82"; -} - -.ti-receipt-tax:before { - content: "\edbd"; -} - -.ti-receipt-yen:before { - content: "\fd6a"; -} - -.ti-receipt-yuan:before { - content: "\fd6b"; -} - -.ti-recharging:before { - content: "\eeca"; -} - -.ti-record-mail:before { - content: "\eb12"; -} - -.ti-record-mail-off:before { - content: "\f18b"; -} - -.ti-rectangle:before { - content: "\ed37"; -} - -.ti-rectangle-filled:before { - content: "\f69a"; -} - -.ti-rectangle-rounded-bottom:before { - content: "\faed"; -} - -.ti-rectangle-rounded-top:before { - content: "\faee"; -} - -.ti-rectangle-vertical:before { - content: "\ed36"; -} - -.ti-rectangle-vertical-filled:before { - content: "\f69b"; -} - -.ti-rectangular-prism:before { - content: "\fab5"; -} - -.ti-rectangular-prism-off:before { - content: "\fab3"; -} - -.ti-rectangular-prism-plus:before { - content: "\fab4"; -} - -.ti-recycle:before { - content: "\eb9b"; -} - -.ti-recycle-off:before { - content: "\f18c"; -} - -.ti-refresh:before { - content: "\eb13"; -} - -.ti-refresh-alert:before { - content: "\ed57"; -} - -.ti-refresh-dot:before { - content: "\efbf"; -} - -.ti-refresh-off:before { - content: "\f18d"; -} - -.ti-regex:before { - content: "\f31f"; -} - -.ti-regex-off:before { - content: "\f421"; -} - -.ti-registered:before { - content: "\eb14"; -} - -.ti-relation-many-to-many:before { - content: "\ed7f"; -} - -.ti-relation-one-to-many:before { - content: "\ed80"; -} - -.ti-relation-one-to-one:before { - content: "\ed81"; -} - -.ti-reload:before { - content: "\f3ae"; -} - -.ti-reorder:before { - content: "\fc15"; -} - -.ti-repeat:before { - content: "\eb72"; -} - -.ti-repeat-off:before { - content: "\f18e"; -} - -.ti-repeat-once:before { - content: "\eb71"; -} - -.ti-replace:before { - content: "\ebc7"; -} - -.ti-replace-filled:before { - content: "\f69c"; -} - -.ti-replace-off:before { - content: "\f422"; -} - -.ti-report:before { - content: "\eece"; -} - -.ti-report-analytics:before { - content: "\eecb"; -} - -.ti-report-medical:before { - content: "\eecc"; -} - -.ti-report-money:before { - content: "\eecd"; -} - -.ti-report-off:before { - content: "\f18f"; -} - -.ti-report-search:before { - content: "\ef84"; -} - -.ti-reserved-line:before { - content: "\f9f6"; -} - -.ti-resize:before { - content: "\eecf"; -} - -.ti-restore:before { - content: "\fafd"; -} - -.ti-rewind-backward-10:before { - content: "\faba"; -} - -.ti-rewind-backward-15:before { - content: "\fabb"; -} - -.ti-rewind-backward-20:before { - content: "\fabc"; -} - -.ti-rewind-backward-30:before { - content: "\fabd"; -} - -.ti-rewind-backward-40:before { - content: "\fabe"; -} - -.ti-rewind-backward-5:before { - content: "\fabf"; -} - -.ti-rewind-backward-50:before { - content: "\fac0"; -} - -.ti-rewind-backward-60:before { - content: "\fac1"; -} - -.ti-rewind-forward-10:before { - content: "\fac2"; -} - -.ti-rewind-forward-15:before { - content: "\fac3"; -} - -.ti-rewind-forward-20:before { - content: "\fac4"; -} - -.ti-rewind-forward-30:before { - content: "\fac5"; -} - -.ti-rewind-forward-40:before { - content: "\fac6"; -} - -.ti-rewind-forward-5:before { - content: "\fac7"; -} - -.ti-rewind-forward-50:before { - content: "\fac8"; -} - -.ti-rewind-forward-60:before { - content: "\fac9"; -} - -.ti-ribbon-health:before { - content: "\f58e"; -} - -.ti-rings:before { - content: "\fa6a"; -} - -.ti-ripple:before { - content: "\ed82"; -} - -.ti-ripple-off:before { - content: "\f190"; -} - -.ti-road:before { - content: "\f018"; -} - -.ti-road-off:before { - content: "\f191"; -} - -.ti-road-sign:before { - content: "\ecdd"; -} - -.ti-robot:before { - content: "\f00b"; -} - -.ti-robot-face:before { - content: "\fcbe"; -} - -.ti-robot-off:before { - content: "\f192"; -} - -.ti-rocket:before { - content: "\ec45"; -} - -.ti-rocket-off:before { - content: "\f193"; -} - -.ti-roller-skating:before { - content: "\efd1"; -} - -.ti-rollercoaster:before { - content: "\f0a2"; -} - -.ti-rollercoaster-off:before { - content: "\f423"; -} - -.ti-rosette:before { - content: "\f599"; -} - -.ti-rosette-filled:before { - content: "\f69d"; -} - -.ti-rosette-number-0:before { - content: "\f58f"; -} - -.ti-rosette-number-1:before { - content: "\f590"; -} - -.ti-rosette-number-2:before { - content: "\f591"; -} - -.ti-rosette-number-3:before { - content: "\f592"; -} - -.ti-rosette-number-4:before { - content: "\f593"; -} - -.ti-rosette-number-5:before { - content: "\f594"; -} - -.ti-rosette-number-6:before { - content: "\f595"; -} - -.ti-rosette-number-7:before { - content: "\f596"; -} - -.ti-rosette-number-8:before { - content: "\f597"; -} - -.ti-rosette-number-9:before { - content: "\f598"; -} - -.ti-rotate:before { - content: "\eb16"; -} - -.ti-rotate-2:before { - content: "\ebb4"; -} - -.ti-rotate-360:before { - content: "\ef85"; -} - -.ti-rotate-clockwise:before { - content: "\eb15"; -} - -.ti-rotate-clockwise-2:before { - content: "\ebb5"; -} - -.ti-rotate-dot:before { - content: "\efe5"; -} - -.ti-rotate-rectangle:before { - content: "\ec15"; -} - -.ti-route:before { - content: "\eb17"; -} - -.ti-route-2:before { - content: "\f4b6"; -} - -.ti-route-alt-left:before { - content: "\fca9"; -} - -.ti-route-alt-right:before { - content: "\fcaa"; -} - -.ti-route-off:before { - content: "\f194"; -} - -.ti-route-scan:before { - content: "\fcbf"; -} - -.ti-route-square:before { - content: "\fcac"; -} - -.ti-route-square-2:before { - content: "\fcab"; -} - -.ti-route-x:before { - content: "\fcae"; -} - -.ti-route-x-2:before { - content: "\fcad"; -} - -.ti-router:before { - content: "\eb18"; -} - -.ti-router-off:before { - content: "\f424"; -} - -.ti-row-insert-bottom:before { - content: "\eed0"; -} - -.ti-row-insert-top:before { - content: "\eed1"; -} - -.ti-row-remove:before { - content: "\fafe"; -} - -.ti-rss:before { - content: "\eb19"; -} - -.ti-rubber-stamp:before { - content: "\f5ab"; -} - -.ti-rubber-stamp-off:before { - content: "\f5aa"; -} - -.ti-ruler:before { - content: "\eb1a"; -} - -.ti-ruler-2:before { - content: "\eed2"; -} - -.ti-ruler-2-off:before { - content: "\f195"; -} - -.ti-ruler-3:before { - content: "\f290"; -} - -.ti-ruler-measure:before { - content: "\f291"; -} - -.ti-ruler-off:before { - content: "\f196"; -} - -.ti-run:before { - content: "\ec82"; -} - -.ti-rv-truck:before { - content: "\fcc0"; -} - -.ti-s-turn-down:before { - content: "\f516"; -} - -.ti-s-turn-left:before { - content: "\f517"; -} - -.ti-s-turn-right:before { - content: "\f518"; -} - -.ti-s-turn-up:before { - content: "\f519"; -} - -.ti-sailboat:before { - content: "\ec83"; -} - -.ti-sailboat-2:before { - content: "\f5f7"; -} - -.ti-sailboat-off:before { - content: "\f425"; -} - -.ti-salad:before { - content: "\f50a"; -} - -.ti-salt:before { - content: "\ef16"; -} - -.ti-sandbox:before { - content: "\fd6c"; -} - -.ti-satellite:before { - content: "\eed3"; -} - -.ti-satellite-off:before { - content: "\f197"; -} - -.ti-sausage:before { - content: "\ef17"; -} - -.ti-scale:before { - content: "\ebc2"; -} - -.ti-scale-off:before { - content: "\f198"; -} - -.ti-scale-outline:before { - content: "\ef53"; -} - -.ti-scale-outline-off:before { - content: "\f199"; -} - -.ti-scan:before { - content: "\ebc8"; -} - -.ti-scan-eye:before { - content: "\f1ff"; -} - -.ti-schema:before { - content: "\f200"; -} - -.ti-schema-off:before { - content: "\f426"; -} - -.ti-school:before { - content: "\ecf7"; -} - -.ti-school-bell:before { - content: "\f64a"; -} - -.ti-school-off:before { - content: "\f19a"; -} - -.ti-scissors:before { - content: "\eb1b"; -} - -.ti-scissors-off:before { - content: "\f19b"; -} - -.ti-scooter:before { - content: "\ec6c"; -} - -.ti-scooter-electric:before { - content: "\ecc1"; -} - -.ti-scoreboard:before { - content: "\fa6b"; -} - -.ti-screen-share:before { - content: "\ed18"; -} - -.ti-screen-share-off:before { - content: "\ed17"; -} - -.ti-screenshot:before { - content: "\f201"; -} - -.ti-scribble:before { - content: "\f0a3"; -} - -.ti-scribble-off:before { - content: "\f427"; -} - -.ti-script:before { - content: "\f2da"; -} - -.ti-script-minus:before { - content: "\f2d7"; -} - -.ti-script-plus:before { - content: "\f2d8"; -} - -.ti-script-x:before { - content: "\f2d9"; -} - -.ti-scuba-diving:before { - content: "\fd4e"; -} - -.ti-scuba-mask:before { - content: "\eed4"; -} - -.ti-scuba-mask-off:before { - content: "\f428"; -} - -.ti-sdk:before { - content: "\f3af"; -} - -.ti-search:before { - content: "\eb1c"; -} - -.ti-search-off:before { - content: "\f19c"; -} - -.ti-section:before { - content: "\eed5"; -} - -.ti-section-sign:before { - content: "\f019"; -} - -.ti-seeding:before { - content: "\ed51"; -} - -.ti-seeding-off:before { - content: "\f19d"; -} - -.ti-select:before { - content: "\ec9e"; -} - -.ti-select-all:before { - content: "\f9f7"; -} - -.ti-selector:before { - content: "\eb1d"; -} - -.ti-send:before { - content: "\eb1e"; -} - -.ti-send-2:before { - content: "\fd5d"; -} - -.ti-send-off:before { - content: "\f429"; -} - -.ti-seo:before { - content: "\f26b"; -} - -.ti-separator:before { - content: "\ebda"; -} - -.ti-separator-horizontal:before { - content: "\ec79"; -} - -.ti-separator-vertical:before { - content: "\ec7a"; -} - -.ti-server:before { - content: "\eb1f"; -} - -.ti-server-2:before { - content: "\f07c"; -} - -.ti-server-bolt:before { - content: "\f320"; -} - -.ti-server-cog:before { - content: "\f321"; -} - -.ti-server-off:before { - content: "\f19e"; -} - -.ti-servicemark:before { - content: "\ec09"; -} - -.ti-settings:before { - content: "\eb20"; -} - -.ti-settings-2:before { - content: "\f5ac"; -} - -.ti-settings-automation:before { - content: "\eed6"; -} - -.ti-settings-bolt:before { - content: "\f9ad"; -} - -.ti-settings-cancel:before { - content: "\f9ae"; -} - -.ti-settings-check:before { - content: "\f9af"; -} - -.ti-settings-code:before { - content: "\f9b0"; -} - -.ti-settings-cog:before { - content: "\f9b1"; -} - -.ti-settings-dollar:before { - content: "\f9b2"; -} - -.ti-settings-down:before { - content: "\f9b3"; -} - -.ti-settings-exclamation:before { - content: "\f9b4"; -} - -.ti-settings-filled:before { - content: "\f69e"; -} - -.ti-settings-heart:before { - content: "\f9b5"; -} - -.ti-settings-minus:before { - content: "\f9b6"; -} - -.ti-settings-off:before { - content: "\f19f"; -} - -.ti-settings-pause:before { - content: "\f9b7"; -} - -.ti-settings-pin:before { - content: "\f9b8"; -} - -.ti-settings-plus:before { - content: "\f9b9"; -} - -.ti-settings-question:before { - content: "\f9ba"; -} - -.ti-settings-search:before { - content: "\f9bb"; -} - -.ti-settings-share:before { - content: "\f9bc"; -} - -.ti-settings-star:before { - content: "\f9bd"; -} - -.ti-settings-up:before { - content: "\f9be"; -} - -.ti-settings-x:before { - content: "\f9bf"; -} - -.ti-shadow:before { - content: "\eed8"; -} - -.ti-shadow-off:before { - content: "\eed7"; -} - -.ti-shape:before { - content: "\eb9c"; -} - -.ti-shape-2:before { - content: "\eed9"; -} - -.ti-shape-3:before { - content: "\eeda"; -} - -.ti-shape-off:before { - content: "\f1a0"; -} - -.ti-share:before { - content: "\eb21"; -} - -.ti-share-2:before { - content: "\f799"; -} - -.ti-share-3:before { - content: "\f7bd"; -} - -.ti-share-off:before { - content: "\f1a1"; -} - -.ti-shi-jumping:before { - content: "\fa6c"; -} - -.ti-shield:before { - content: "\eb24"; -} - -.ti-shield-bolt:before { - content: "\f9c0"; -} - -.ti-shield-cancel:before { - content: "\f9c1"; -} - -.ti-shield-check:before { - content: "\eb22"; -} - -.ti-shield-check-filled:before { - content: "\f761"; -} - -.ti-shield-checkered:before { - content: "\ef9a"; -} - -.ti-shield-checkered-filled:before { - content: "\f762"; -} - -.ti-shield-chevron:before { - content: "\ef9b"; -} - -.ti-shield-code:before { - content: "\f9c2"; -} - -.ti-shield-cog:before { - content: "\f9c3"; -} - -.ti-shield-dollar:before { - content: "\f9c4"; -} - -.ti-shield-down:before { - content: "\f9c5"; -} - -.ti-shield-exclamation:before { - content: "\f9c6"; -} - -.ti-shield-filled:before { - content: "\f69f"; -} - -.ti-shield-half:before { - content: "\f358"; -} - -.ti-shield-half-filled:before { - content: "\f357"; -} - -.ti-shield-heart:before { - content: "\f9c7"; -} - -.ti-shield-lock:before { - content: "\ed58"; -} - -.ti-shield-lock-filled:before { - content: "\f763"; -} - -.ti-shield-minus:before { - content: "\f9c8"; -} - -.ti-shield-off:before { - content: "\ecf8"; -} - -.ti-shield-pause:before { - content: "\f9c9"; -} - -.ti-shield-pin:before { - content: "\f9ca"; -} - -.ti-shield-plus:before { - content: "\f9cb"; -} - -.ti-shield-question:before { - content: "\f9cc"; -} - -.ti-shield-search:before { - content: "\f9cd"; -} - -.ti-shield-share:before { - content: "\f9ce"; -} - -.ti-shield-star:before { - content: "\f9cf"; -} - -.ti-shield-up:before { - content: "\f9d0"; -} - -.ti-shield-x:before { - content: "\eb23"; -} - -.ti-ship:before { - content: "\ec84"; -} - -.ti-ship-off:before { - content: "\f42a"; -} - -.ti-shirt:before { - content: "\ec0a"; -} - -.ti-shirt-filled:before { - content: "\f6a0"; -} - -.ti-shirt-off:before { - content: "\f1a2"; -} - -.ti-shirt-sport:before { - content: "\f26c"; -} - -.ti-shoe:before { - content: "\efd2"; -} - -.ti-shoe-off:before { - content: "\f1a4"; -} - -.ti-shopping-bag:before { - content: "\f5f8"; -} - -.ti-shopping-bag-check:before { - content: "\fc16"; -} - -.ti-shopping-bag-discount:before { - content: "\fc17"; -} - -.ti-shopping-bag-edit:before { - content: "\fc18"; -} - -.ti-shopping-bag-exclamation:before { - content: "\fc19"; -} - -.ti-shopping-bag-heart:before { - content: "\fda2"; -} - -.ti-shopping-bag-minus:before { - content: "\fc1a"; -} - -.ti-shopping-bag-plus:before { - content: "\fc1b"; -} - -.ti-shopping-bag-search:before { - content: "\fc1c"; -} - -.ti-shopping-bag-x:before { - content: "\fc1d"; -} - -.ti-shopping-cart:before { - content: "\eb25"; -} - -.ti-shopping-cart-bolt:before { - content: "\fb57"; -} - -.ti-shopping-cart-cancel:before { - content: "\fb58"; -} - -.ti-shopping-cart-check:before { - content: "\fb59"; -} - -.ti-shopping-cart-code:before { - content: "\fb5a"; -} - -.ti-shopping-cart-cog:before { - content: "\fb5b"; -} - -.ti-shopping-cart-copy:before { - content: "\fb5c"; -} - -.ti-shopping-cart-discount:before { - content: "\fb5d"; -} - -.ti-shopping-cart-dollar:before { - content: "\fb5e"; -} - -.ti-shopping-cart-down:before { - content: "\fb5f"; -} - -.ti-shopping-cart-exclamation:before { - content: "\fb60"; -} - -.ti-shopping-cart-filled:before { - content: "\fc3f"; -} - -.ti-shopping-cart-heart:before { - content: "\fb61"; -} - -.ti-shopping-cart-minus:before { - content: "\fb62"; -} - -.ti-shopping-cart-off:before { - content: "\eedc"; -} - -.ti-shopping-cart-pause:before { - content: "\fb63"; -} - -.ti-shopping-cart-pin:before { - content: "\fb64"; -} - -.ti-shopping-cart-plus:before { - content: "\fb65"; -} - -.ti-shopping-cart-question:before { - content: "\fb66"; -} - -.ti-shopping-cart-search:before { - content: "\fb67"; -} - -.ti-shopping-cart-share:before { - content: "\fb68"; -} - -.ti-shopping-cart-star:before { - content: "\fb69"; -} - -.ti-shopping-cart-up:before { - content: "\fb6a"; -} - -.ti-shopping-cart-x:before { - content: "\fb6b"; -} - -.ti-shovel:before { - content: "\f1d9"; -} - -.ti-shovel-pitchforks:before { - content: "\fd3a"; -} - -.ti-shredder:before { - content: "\eedf"; -} - -.ti-sign-left:before { - content: "\f06b"; -} - -.ti-sign-left-filled:before { - content: "\f6a1"; -} - -.ti-sign-right:before { - content: "\f06c"; -} - -.ti-sign-right-filled:before { - content: "\f6a2"; -} - -.ti-signal-2g:before { - content: "\f79a"; -} - -.ti-signal-3g:before { - content: "\f1ee"; -} - -.ti-signal-4g:before { - content: "\f1ef"; -} - -.ti-signal-4g-plus:before { - content: "\f259"; -} - -.ti-signal-5g:before { - content: "\f1f0"; -} - -.ti-signal-6g:before { - content: "\f9f8"; -} - -.ti-signal-e:before { - content: "\f9f9"; -} - -.ti-signal-g:before { - content: "\f9fa"; -} - -.ti-signal-h:before { - content: "\f9fc"; -} - -.ti-signal-h-plus:before { - content: "\f9fb"; -} - -.ti-signal-lte:before { - content: "\f9fd"; -} - -.ti-signature:before { - content: "\eee0"; -} - -.ti-signature-off:before { - content: "\f1a5"; -} - -.ti-sitemap:before { - content: "\eb9d"; -} - -.ti-sitemap-off:before { - content: "\f1a6"; -} - -.ti-skateboard:before { - content: "\ecc2"; -} - -.ti-skateboard-off:before { - content: "\f42b"; -} - -.ti-skateboarding:before { - content: "\faca"; -} - -.ti-skew-x:before { - content: "\fd3b"; -} - -.ti-skew-y:before { - content: "\fd3c"; -} - -.ti-skull:before { - content: "\f292"; -} - -.ti-slash:before { - content: "\f4f9"; -} - -.ti-slashes:before { - content: "\f588"; -} - -.ti-sleigh:before { - content: "\ef9c"; -} - -.ti-slice:before { - content: "\ebdb"; -} - -.ti-slideshow:before { - content: "\ebc9"; -} - -.ti-smart-home:before { - content: "\ecde"; -} - -.ti-smart-home-off:before { - content: "\f1a7"; -} - -.ti-smoking:before { - content: "\ecc4"; -} - -.ti-smoking-no:before { - content: "\ecc3"; -} - -.ti-snowboarding:before { - content: "\fd4f"; -} - -.ti-snowflake:before { - content: "\ec0b"; -} - -.ti-snowflake-off:before { - content: "\f1a8"; -} - -.ti-snowman:before { - content: "\f26d"; -} - -.ti-soccer-field:before { - content: "\ed92"; -} - -.ti-social:before { - content: "\ebec"; -} - -.ti-social-off:before { - content: "\f1a9"; -} - -.ti-sock:before { - content: "\eee1"; -} - -.ti-sofa:before { - content: "\efaf"; -} - -.ti-sofa-off:before { - content: "\f42c"; -} - -.ti-solar-electricity:before { - content: "\fcc1"; -} - -.ti-solar-panel:before { - content: "\f7bf"; -} - -.ti-solar-panel-2:before { - content: "\f7be"; -} - -.ti-sort-0-9:before { - content: "\f54d"; -} - -.ti-sort-9-0:before { - content: "\f54e"; -} - -.ti-sort-a-z:before { - content: "\f54f"; -} - -.ti-sort-ascending:before { - content: "\eb26"; -} - -.ti-sort-ascending-2:before { - content: "\eee2"; -} - -.ti-sort-ascending-letters:before { - content: "\ef18"; -} - -.ti-sort-ascending-numbers:before { - content: "\ef19"; -} - -.ti-sort-ascending-shapes:before { - content: "\fd94"; -} - -.ti-sort-ascending-small-big:before { - content: "\fd95"; -} - -.ti-sort-deacending-small-big:before { - content: "\fd96"; -} - -.ti-sort-descending:before { - content: "\eb27"; -} - -.ti-sort-descending-2:before { - content: "\eee3"; -} - -.ti-sort-descending-letters:before { - content: "\ef1a"; -} - -.ti-sort-descending-numbers:before { - content: "\ef1b"; -} - -.ti-sort-descending-shapes:before { - content: "\fd97"; -} - -.ti-sort-z-a:before { - content: "\f550"; -} - -.ti-sos:before { - content: "\f24a"; -} - -.ti-soup:before { - content: "\ef2e"; -} - -.ti-soup-off:before { - content: "\f42d"; -} - -.ti-source-code:before { - content: "\f4a2"; -} - -.ti-space:before { - content: "\ec0c"; -} - -.ti-space-off:before { - content: "\f1aa"; -} - -.ti-spacing-horizontal:before { - content: "\ef54"; -} - -.ti-spacing-vertical:before { - content: "\ef55"; -} - -.ti-spade:before { - content: "\effa"; -} - -.ti-spade-filled:before { - content: "\f6a3"; -} - -.ti-sparkles:before { - content: "\f6d7"; -} - -.ti-speakerphone:before { - content: "\ed61"; -} - -.ti-speedboat:before { - content: "\ed93"; -} - -.ti-sphere:before { - content: "\fab8"; -} - -.ti-sphere-off:before { - content: "\fab6"; -} - -.ti-sphere-plus:before { - content: "\fab7"; -} - -.ti-spider:before { - content: "\f293"; -} - -.ti-spiral:before { - content: "\f294"; -} - -.ti-spiral-off:before { - content: "\f42e"; -} - -.ti-sport-billard:before { - content: "\eee4"; -} - -.ti-spray:before { - content: "\f50b"; -} - -.ti-spy:before { - content: "\f227"; -} - -.ti-spy-off:before { - content: "\f42f"; -} - -.ti-sql:before { - content: "\f7c0"; -} - -.ti-square:before { - content: "\eb2c"; -} - -.ti-square-0-filled:before { - content: "\f764"; -} - -.ti-square-1-filled:before { - content: "\f765"; -} - -.ti-square-2-filled:before { - content: "\f7fa"; -} - -.ti-square-3-filled:before { - content: "\f766"; -} - -.ti-square-4-filled:before { - content: "\f767"; -} - -.ti-square-5-filled:before { - content: "\f768"; -} - -.ti-square-6-filled:before { - content: "\f769"; -} - -.ti-square-7-filled:before { - content: "\f76a"; -} - -.ti-square-8-filled:before { - content: "\f76b"; -} - -.ti-square-9-filled:before { - content: "\f76c"; -} - -.ti-square-arrow-down:before { - content: "\f4b7"; -} - -.ti-square-arrow-down-filled:before { - content: "\fb31"; -} - -.ti-square-arrow-left:before { - content: "\f4b8"; -} - -.ti-square-arrow-left-filled:before { - content: "\fb32"; -} - -.ti-square-arrow-right:before { - content: "\f4b9"; -} - -.ti-square-arrow-right-filled:before { - content: "\fb33"; -} - -.ti-square-arrow-up:before { - content: "\f4ba"; -} - -.ti-square-arrow-up-filled:before { - content: "\fb34"; -} - -.ti-square-asterisk:before { - content: "\f01a"; -} - -.ti-square-asterisk-filled:before { - content: "\fb35"; -} - -.ti-square-check:before { - content: "\eb28"; -} - -.ti-square-check-filled:before { - content: "\f76d"; -} - -.ti-square-chevron-down:before { - content: "\f627"; -} - -.ti-square-chevron-down-filled:before { - content: "\fb36"; -} - -.ti-square-chevron-left:before { - content: "\f628"; -} - -.ti-square-chevron-left-filled:before { - content: "\fb37"; -} - -.ti-square-chevron-right:before { - content: "\f629"; -} - -.ti-square-chevron-right-filled:before { - content: "\fb38"; -} - -.ti-square-chevron-up:before { - content: "\f62a"; -} - -.ti-square-chevron-up-filled:before { - content: "\fb39"; -} - -.ti-square-chevrons-down:before { - content: "\f64b"; -} - -.ti-square-chevrons-down-filled:before { - content: "\fb3a"; -} - -.ti-square-chevrons-left:before { - content: "\f64c"; -} - -.ti-square-chevrons-left-filled:before { - content: "\fb3b"; -} - -.ti-square-chevrons-right:before { - content: "\f64d"; -} - -.ti-square-chevrons-right-filled:before { - content: "\fb3c"; -} - -.ti-square-chevrons-up:before { - content: "\f64e"; -} - -.ti-square-chevrons-up-filled:before { - content: "\fb3d"; -} - -.ti-square-dot:before { - content: "\ed59"; -} - -.ti-square-dot-filled:before { - content: "\fb3e"; -} - -.ti-square-f0:before { - content: "\f526"; -} - -.ti-square-f0-filled:before { - content: "\f76e"; -} - -.ti-square-f1:before { - content: "\f527"; -} - -.ti-square-f1-filled:before { - content: "\f76f"; -} - -.ti-square-f2:before { - content: "\f528"; -} - -.ti-square-f2-filled:before { - content: "\f770"; -} - -.ti-square-f3:before { - content: "\f529"; -} - -.ti-square-f3-filled:before { - content: "\f771"; -} - -.ti-square-f4:before { - content: "\f52a"; -} - -.ti-square-f4-filled:before { - content: "\f772"; -} - -.ti-square-f5:before { - content: "\f52b"; -} - -.ti-square-f5-filled:before { - content: "\f773"; -} - -.ti-square-f6:before { - content: "\f52c"; -} - -.ti-square-f6-filled:before { - content: "\f774"; -} - -.ti-square-f7:before { - content: "\f52d"; -} - -.ti-square-f7-filled:before { - content: "\f775"; -} - -.ti-square-f8:before { - content: "\f52e"; -} - -.ti-square-f8-filled:before { - content: "\f776"; -} - -.ti-square-f9:before { - content: "\f52f"; -} - -.ti-square-f9-filled:before { - content: "\f777"; -} - -.ti-square-filled:before { - content: "\fc40"; -} - -.ti-square-forbid:before { - content: "\ed5b"; -} - -.ti-square-forbid-2:before { - content: "\ed5a"; -} - -.ti-square-half:before { - content: "\effb"; -} - -.ti-square-key:before { - content: "\f638"; -} - -.ti-square-letter-a:before { - content: "\f47c"; -} - -.ti-square-letter-b:before { - content: "\f47d"; -} - -.ti-square-letter-c:before { - content: "\f47e"; -} - -.ti-square-letter-d:before { - content: "\f47f"; -} - -.ti-square-letter-e:before { - content: "\f480"; -} - -.ti-square-letter-f:before { - content: "\f481"; -} - -.ti-square-letter-g:before { - content: "\f482"; -} - -.ti-square-letter-h:before { - content: "\f483"; -} - -.ti-square-letter-i:before { - content: "\f484"; -} - -.ti-square-letter-j:before { - content: "\f485"; -} - -.ti-square-letter-k:before { - content: "\f486"; -} - -.ti-square-letter-l:before { - content: "\f487"; -} - -.ti-square-letter-m:before { - content: "\f488"; -} - -.ti-square-letter-n:before { - content: "\f489"; -} - -.ti-square-letter-o:before { - content: "\f48a"; -} - -.ti-square-letter-p:before { - content: "\f48b"; -} - -.ti-square-letter-q:before { - content: "\f48c"; -} - -.ti-square-letter-r:before { - content: "\f48d"; -} - -.ti-square-letter-s:before { - content: "\f48e"; -} - -.ti-square-letter-t:before { - content: "\f48f"; -} - -.ti-square-letter-u:before { - content: "\f490"; -} - -.ti-square-letter-v:before { - content: "\f4bb"; -} - -.ti-square-letter-w:before { - content: "\f491"; -} - -.ti-square-letter-x:before { - content: "\f4bc"; -} - -.ti-square-letter-y:before { - content: "\f492"; -} - -.ti-square-letter-z:before { - content: "\f493"; -} - -.ti-square-minus:before { - content: "\eb29"; -} - -.ti-square-minus-filled:before { - content: "\fb3f"; -} - -.ti-square-number-0:before { - content: "\eee5"; -} - -.ti-square-number-1:before { - content: "\eee6"; -} - -.ti-square-number-2:before { - content: "\eee7"; -} - -.ti-square-number-3:before { - content: "\eee8"; -} - -.ti-square-number-4:before { - content: "\eee9"; -} - -.ti-square-number-5:before { - content: "\eeea"; -} - -.ti-square-number-6:before { - content: "\eeeb"; -} - -.ti-square-number-7:before { - content: "\eeec"; -} - -.ti-square-number-8:before { - content: "\eeed"; -} - -.ti-square-number-9:before { - content: "\eeee"; -} - -.ti-square-off:before { - content: "\eeef"; -} - -.ti-square-percentage:before { - content: "\fd83"; -} - -.ti-square-plus:before { - content: "\eb2a"; -} - -.ti-square-plus-2:before { - content: "\fc96"; -} - -.ti-square-root:before { - content: "\eef1"; -} - -.ti-square-root-2:before { - content: "\eef0"; -} - -.ti-square-rotated:before { - content: "\ecdf"; -} - -.ti-square-rotated-filled:before { - content: "\f6a4"; -} - -.ti-square-rotated-forbid:before { - content: "\f01c"; -} - -.ti-square-rotated-forbid-2:before { - content: "\f01b"; -} - -.ti-square-rotated-off:before { - content: "\eef2"; -} - -.ti-square-rounded:before { - content: "\f59a"; -} - -.ti-square-rounded-arrow-down:before { - content: "\f639"; -} - -.ti-square-rounded-arrow-down-filled:before { - content: "\f6db"; -} - -.ti-square-rounded-arrow-left:before { - content: "\f63a"; -} - -.ti-square-rounded-arrow-left-filled:before { - content: "\f6dc"; -} - -.ti-square-rounded-arrow-right:before { - content: "\f63b"; -} - -.ti-square-rounded-arrow-right-filled:before { - content: "\f6dd"; -} - -.ti-square-rounded-arrow-up:before { - content: "\f63c"; -} - -.ti-square-rounded-arrow-up-filled:before { - content: "\f6de"; -} - -.ti-square-rounded-check:before { - content: "\f63d"; -} - -.ti-square-rounded-check-filled:before { - content: "\f6df"; -} - -.ti-square-rounded-chevron-down:before { - content: "\f62b"; -} - -.ti-square-rounded-chevron-down-filled:before { - content: "\f6e0"; -} - -.ti-square-rounded-chevron-left:before { - content: "\f62c"; -} - -.ti-square-rounded-chevron-left-filled:before { - content: "\f6e1"; -} - -.ti-square-rounded-chevron-right:before { - content: "\f62d"; -} - -.ti-square-rounded-chevron-right-filled:before { - content: "\f6e2"; -} - -.ti-square-rounded-chevron-up:before { - content: "\f62e"; -} - -.ti-square-rounded-chevron-up-filled:before { - content: "\f6e3"; -} - -.ti-square-rounded-chevrons-down:before { - content: "\f64f"; -} - -.ti-square-rounded-chevrons-down-filled:before { - content: "\f6e4"; -} - -.ti-square-rounded-chevrons-left:before { - content: "\f650"; -} - -.ti-square-rounded-chevrons-left-filled:before { - content: "\f6e5"; -} - -.ti-square-rounded-chevrons-right:before { - content: "\f651"; -} - -.ti-square-rounded-chevrons-right-filled:before { - content: "\f6e6"; -} - -.ti-square-rounded-chevrons-up:before { - content: "\f652"; -} - -.ti-square-rounded-chevrons-up-filled:before { - content: "\f6e7"; -} - -.ti-square-rounded-filled:before { - content: "\f6a5"; -} - -.ti-square-rounded-letter-a:before { - content: "\f5ae"; -} - -.ti-square-rounded-letter-b:before { - content: "\f5af"; -} - -.ti-square-rounded-letter-c:before { - content: "\f5b0"; -} - -.ti-square-rounded-letter-d:before { - content: "\f5b1"; -} - -.ti-square-rounded-letter-e:before { - content: "\f5b2"; -} - -.ti-square-rounded-letter-f:before { - content: "\f5b3"; -} - -.ti-square-rounded-letter-g:before { - content: "\f5b4"; -} - -.ti-square-rounded-letter-h:before { - content: "\f5b5"; -} - -.ti-square-rounded-letter-i:before { - content: "\f5b6"; -} - -.ti-square-rounded-letter-j:before { - content: "\f5b7"; -} - -.ti-square-rounded-letter-k:before { - content: "\f5b8"; -} - -.ti-square-rounded-letter-l:before { - content: "\f5b9"; -} - -.ti-square-rounded-letter-m:before { - content: "\f5ba"; -} - -.ti-square-rounded-letter-n:before { - content: "\f5bb"; -} - -.ti-square-rounded-letter-o:before { - content: "\f5bc"; -} - -.ti-square-rounded-letter-p:before { - content: "\f5bd"; -} - -.ti-square-rounded-letter-q:before { - content: "\f5be"; -} - -.ti-square-rounded-letter-r:before { - content: "\f5bf"; -} - -.ti-square-rounded-letter-s:before { - content: "\f5c0"; -} - -.ti-square-rounded-letter-t:before { - content: "\f5c1"; -} - -.ti-square-rounded-letter-u:before { - content: "\f5c2"; -} - -.ti-square-rounded-letter-v:before { - content: "\f5c3"; -} - -.ti-square-rounded-letter-w:before { - content: "\f5c4"; -} - -.ti-square-rounded-letter-x:before { - content: "\f5c5"; -} - -.ti-square-rounded-letter-y:before { - content: "\f5c6"; -} - -.ti-square-rounded-letter-z:before { - content: "\f5c7"; -} - -.ti-square-rounded-minus:before { - content: "\f63e"; -} - -.ti-square-rounded-minus-2:before { - content: "\fc97"; -} - -.ti-square-rounded-minus-filled:before { - content: "\fb40"; -} - -.ti-square-rounded-number-0:before { - content: "\f5c8"; -} - -.ti-square-rounded-number-0-filled:before { - content: "\f778"; -} - -.ti-square-rounded-number-1:before { - content: "\f5c9"; -} - -.ti-square-rounded-number-1-filled:before { - content: "\f779"; -} - -.ti-square-rounded-number-2:before { - content: "\f5ca"; -} - -.ti-square-rounded-number-2-filled:before { - content: "\f77a"; -} - -.ti-square-rounded-number-3:before { - content: "\f5cb"; -} - -.ti-square-rounded-number-3-filled:before { - content: "\f77b"; -} - -.ti-square-rounded-number-4:before { - content: "\f5cc"; -} - -.ti-square-rounded-number-4-filled:before { - content: "\f77c"; -} - -.ti-square-rounded-number-5:before { - content: "\f5cd"; -} - -.ti-square-rounded-number-5-filled:before { - content: "\f77d"; -} - -.ti-square-rounded-number-6:before { - content: "\f5ce"; -} - -.ti-square-rounded-number-6-filled:before { - content: "\f77e"; -} - -.ti-square-rounded-number-7:before { - content: "\f5cf"; -} - -.ti-square-rounded-number-7-filled:before { - content: "\f77f"; -} - -.ti-square-rounded-number-8:before { - content: "\f5d0"; -} - -.ti-square-rounded-number-8-filled:before { - content: "\f780"; -} - -.ti-square-rounded-number-9:before { - content: "\f5d1"; -} - -.ti-square-rounded-number-9-filled:before { - content: "\f781"; -} - -.ti-square-rounded-percentage:before { - content: "\fd84"; -} - -.ti-square-rounded-plus:before { - content: "\f63f"; -} - -.ti-square-rounded-plus-2:before { - content: "\fc98"; -} - -.ti-square-rounded-plus-filled:before { - content: "\f6e8"; -} - -.ti-square-rounded-x:before { - content: "\f640"; -} - -.ti-square-rounded-x-filled:before { - content: "\f6e9"; -} - -.ti-square-toggle:before { - content: "\eef4"; -} - -.ti-square-toggle-horizontal:before { - content: "\eef3"; -} - -.ti-square-x:before { - content: "\eb2b"; -} - -.ti-square-x-filled:before { - content: "\fb41"; -} - -.ti-squares-diagonal:before { - content: "\eef5"; -} - -.ti-squares-filled:before { - content: "\eef6"; -} - -.ti-stack:before { - content: "\eb2d"; -} - -.ti-stack-2:before { - content: "\eef7"; -} - -.ti-stack-3:before { - content: "\ef9d"; -} - -.ti-stack-back:before { - content: "\fd26"; -} - -.ti-stack-backward:before { - content: "\fd27"; -} - -.ti-stack-forward:before { - content: "\fd28"; -} - -.ti-stack-front:before { - content: "\fd29"; -} - -.ti-stack-middle:before { - content: "\fd2a"; -} - -.ti-stack-pop:before { - content: "\f234"; -} - -.ti-stack-push:before { - content: "\f235"; -} - -.ti-stairs:before { - content: "\eca6"; -} - -.ti-stairs-down:before { - content: "\eca4"; -} - -.ti-stairs-up:before { - content: "\eca5"; -} - -.ti-star:before { - content: "\eb2e"; -} - -.ti-star-filled:before { - content: "\f6a6"; -} - -.ti-star-half:before { - content: "\ed19"; -} - -.ti-star-half-filled:before { - content: "\f6a7"; -} - -.ti-star-off:before { - content: "\ed62"; -} - -.ti-stars:before { - content: "\ed38"; -} - -.ti-stars-filled:before { - content: "\f6a8"; -} - -.ti-stars-off:before { - content: "\f430"; -} - -.ti-status-change:before { - content: "\f3b0"; -} - -.ti-steam:before { - content: "\f24b"; -} - -.ti-steering-wheel:before { - content: "\ec7b"; -} - -.ti-steering-wheel-off:before { - content: "\f431"; -} - -.ti-step-into:before { - content: "\ece0"; -} - -.ti-step-out:before { - content: "\ece1"; -} - -.ti-stereo-glasses:before { - content: "\f4cb"; -} - -.ti-stethoscope:before { - content: "\edbe"; -} - -.ti-stethoscope-off:before { - content: "\f432"; -} - -.ti-sticker:before { - content: "\eb2f"; -} - -.ti-sticker-2:before { - content: "\fd3d"; -} - -.ti-storm:before { - content: "\f24c"; -} - -.ti-storm-off:before { - content: "\f433"; -} - -.ti-stretching:before { - content: "\f2db"; -} - -.ti-stretching-2:before { - content: "\fa6d"; -} - -.ti-strikethrough:before { - content: "\eb9e"; -} - -.ti-submarine:before { - content: "\ed94"; -} - -.ti-subscript:before { - content: "\eb9f"; -} - -.ti-subtask:before { - content: "\ec9f"; -} - -.ti-sum:before { - content: "\eb73"; -} - -.ti-sum-off:before { - content: "\f1ab"; -} - -.ti-sun:before { - content: "\eb30"; -} - -.ti-sun-electricity:before { - content: "\fcc2"; -} - -.ti-sun-filled:before { - content: "\f6a9"; -} - -.ti-sun-high:before { - content: "\f236"; -} - -.ti-sun-low:before { - content: "\f237"; -} - -.ti-sun-moon:before { - content: "\f4a3"; -} - -.ti-sun-off:before { - content: "\ed63"; -} - -.ti-sun-wind:before { - content: "\f238"; -} - -.ti-sunglasses:before { - content: "\f239"; -} - -.ti-sunrise:before { - content: "\ef1c"; -} - -.ti-sunset:before { - content: "\ec31"; -} - -.ti-sunset-2:before { - content: "\f23a"; -} - -.ti-superscript:before { - content: "\eba0"; -} - -.ti-svg:before { - content: "\f25a"; -} - -.ti-swimming:before { - content: "\ec92"; -} - -.ti-swipe:before { - content: "\f551"; -} - -.ti-swipe-down:before { - content: "\fd5e"; -} - -.ti-swipe-left:before { - content: "\fd5f"; -} - -.ti-swipe-right:before { - content: "\fd60"; -} - -.ti-swipe-up:before { - content: "\fd61"; -} - -.ti-switch:before { - content: "\eb33"; -} - -.ti-switch-2:before { - content: "\edbf"; -} - -.ti-switch-3:before { - content: "\edc0"; -} - -.ti-switch-horizontal:before { - content: "\eb31"; -} - -.ti-switch-vertical:before { - content: "\eb32"; -} - -.ti-sword:before { - content: "\f030"; -} - -.ti-sword-off:before { - content: "\f434"; -} - -.ti-swords:before { - content: "\f132"; -} - -.ti-table:before { - content: "\eba1"; -} - -.ti-table-alias:before { - content: "\f25b"; -} - -.ti-table-column:before { - content: "\faff"; -} - -.ti-table-down:before { - content: "\fa1c"; -} - -.ti-table-export:before { - content: "\eef8"; -} - -.ti-table-filled:before { - content: "\f782"; -} - -.ti-table-heart:before { - content: "\fa1d"; -} - -.ti-table-import:before { - content: "\eef9"; -} - -.ti-table-minus:before { - content: "\fa1e"; -} - -.ti-table-off:before { - content: "\eefa"; -} - -.ti-table-options:before { - content: "\f25c"; -} - -.ti-table-plus:before { - content: "\fa1f"; -} - -.ti-table-row:before { - content: "\fb00"; -} - -.ti-table-share:before { - content: "\fa20"; -} - -.ti-table-shortcut:before { - content: "\f25d"; -} - -.ti-tag:before { - content: "\eb34"; -} - -.ti-tag-off:before { - content: "\efc0"; -} - -.ti-tag-starred:before { - content: "\fc99"; -} - -.ti-tags:before { - content: "\ef86"; -} - -.ti-tags-off:before { - content: "\efc1"; -} - -.ti-tallymark-1:before { - content: "\ec46"; -} - -.ti-tallymark-2:before { - content: "\ec47"; -} - -.ti-tallymark-3:before { - content: "\ec48"; -} - -.ti-tallymark-4:before { - content: "\ec49"; -} - -.ti-tallymarks:before { - content: "\ec4a"; -} - -.ti-tank:before { - content: "\ed95"; -} - -.ti-target:before { - content: "\eb35"; -} - -.ti-target-arrow:before { - content: "\f51a"; -} - -.ti-target-off:before { - content: "\f1ad"; -} - -.ti-teapot:before { - content: "\f552"; -} - -.ti-telescope:before { - content: "\f07d"; -} - -.ti-telescope-off:before { - content: "\f1ae"; -} - -.ti-temperature:before { - content: "\eb38"; -} - -.ti-temperature-celsius:before { - content: "\eb36"; -} - -.ti-temperature-fahrenheit:before { - content: "\eb37"; -} - -.ti-temperature-minus:before { - content: "\ebed"; -} - -.ti-temperature-off:before { - content: "\f1af"; -} - -.ti-temperature-plus:before { - content: "\ebee"; -} - -.ti-temperature-snow:before { - content: "\fda3"; -} - -.ti-temperature-sun:before { - content: "\fda4"; -} - -.ti-template:before { - content: "\eb39"; -} - -.ti-template-off:before { - content: "\f1b0"; -} - -.ti-tent:before { - content: "\eefb"; -} - -.ti-tent-off:before { - content: "\f435"; -} - -.ti-terminal:before { - content: "\ebdc"; -} - -.ti-terminal-2:before { - content: "\ebef"; -} - -.ti-test-pipe:before { - content: "\eb3a"; -} - -.ti-test-pipe-2:before { - content: "\f0a4"; -} - -.ti-test-pipe-off:before { - content: "\f1b1"; -} - -.ti-tex:before { - content: "\f4e0"; -} - -.ti-text-caption:before { - content: "\f4a4"; -} - -.ti-text-color:before { - content: "\f2dc"; -} - -.ti-text-decrease:before { - content: "\f202"; -} - -.ti-text-direction-ltr:before { - content: "\eefc"; -} - -.ti-text-direction-rtl:before { - content: "\eefd"; -} - -.ti-text-grammar:before { - content: "\fd6d"; -} - -.ti-text-increase:before { - content: "\f203"; -} - -.ti-text-orientation:before { - content: "\f2a4"; -} - -.ti-text-plus:before { - content: "\f2a5"; -} - -.ti-text-recognition:before { - content: "\f204"; -} - -.ti-text-resize:before { - content: "\ef87"; -} - -.ti-text-scan-2:before { - content: "\fcc3"; -} - -.ti-text-size:before { - content: "\f2b1"; -} - -.ti-text-spellcheck:before { - content: "\f2a6"; -} - -.ti-text-wrap:before { - content: "\ebdd"; -} - -.ti-text-wrap-disabled:before { - content: "\eca7"; -} - -.ti-texture:before { - content: "\f51b"; -} - -.ti-theater:before { - content: "\f79b"; -} - -.ti-thermometer:before { - content: "\ef67"; -} - -.ti-thumb-down:before { - content: "\eb3b"; -} - -.ti-thumb-down-filled:before { - content: "\f6aa"; -} - -.ti-thumb-down-off:before { - content: "\f436"; -} - -.ti-thumb-up:before { - content: "\eb3c"; -} - -.ti-thumb-up-filled:before { - content: "\f6ab"; -} - -.ti-thumb-up-off:before { - content: "\f437"; -} - -.ti-tic-tac:before { - content: "\f51c"; -} - -.ti-ticket:before { - content: "\eb3d"; -} - -.ti-ticket-off:before { - content: "\f1b2"; -} - -.ti-tie:before { - content: "\f07e"; -} - -.ti-tilde:before { - content: "\f4a5"; -} - -.ti-tilt-shift:before { - content: "\eefe"; -} - -.ti-tilt-shift-off:before { - content: "\f1b3"; -} - -.ti-time-duration-0:before { - content: "\fad4"; -} - -.ti-time-duration-10:before { - content: "\fad5"; -} - -.ti-time-duration-15:before { - content: "\fad6"; -} - -.ti-time-duration-30:before { - content: "\fad7"; -} - -.ti-time-duration-45:before { - content: "\fad8"; -} - -.ti-time-duration-5:before { - content: "\fad9"; -} - -.ti-time-duration-60:before { - content: "\fada"; -} - -.ti-time-duration-90:before { - content: "\fadb"; -} - -.ti-time-duration-off:before { - content: "\fadc"; -} - -.ti-timeline:before { - content: "\f031"; -} - -.ti-timeline-event:before { - content: "\f553"; -} - -.ti-timeline-event-exclamation:before { - content: "\f662"; -} - -.ti-timeline-event-filled:before { - content: "\fd18"; -} - -.ti-timeline-event-minus:before { - content: "\f663"; -} - -.ti-timeline-event-plus:before { - content: "\f664"; -} - -.ti-timeline-event-text:before { - content: "\f665"; -} - -.ti-timeline-event-x:before { - content: "\f666"; -} - -.ti-tir:before { - content: "\ebf0"; -} - -.ti-toggle-left:before { - content: "\eb3e"; -} - -.ti-toggle-right:before { - content: "\eb3f"; -} - -.ti-toilet-paper:before { - content: "\efd3"; -} - -.ti-toilet-paper-off:before { - content: "\f1b4"; -} - -.ti-toml:before { - content: "\fa5d"; -} - -.ti-tool:before { - content: "\eb40"; -} - -.ti-tools:before { - content: "\ebca"; -} - -.ti-tools-kitchen:before { - content: "\ed64"; -} - -.ti-tools-kitchen-2:before { - content: "\eeff"; -} - -.ti-tools-kitchen-2-off:before { - content: "\f1b5"; -} - -.ti-tools-kitchen-3:before { - content: "\fd2b"; -} - -.ti-tools-kitchen-off:before { - content: "\f1b6"; -} - -.ti-tools-off:before { - content: "\f1b7"; -} - -.ti-tooltip:before { - content: "\f2dd"; -} - -.ti-topology-bus:before { - content: "\f5d9"; -} - -.ti-topology-complex:before { - content: "\f5da"; -} - -.ti-topology-full:before { - content: "\f5dc"; -} - -.ti-topology-full-hierarchy:before { - content: "\f5db"; -} - -.ti-topology-ring:before { - content: "\f5df"; -} - -.ti-topology-ring-2:before { - content: "\f5dd"; -} - -.ti-topology-ring-3:before { - content: "\f5de"; -} - -.ti-topology-star:before { - content: "\f5e5"; -} - -.ti-topology-star-2:before { - content: "\f5e0"; -} - -.ti-topology-star-3:before { - content: "\f5e1"; -} - -.ti-topology-star-ring:before { - content: "\f5e4"; -} - -.ti-topology-star-ring-2:before { - content: "\f5e2"; -} - -.ti-topology-star-ring-3:before { - content: "\f5e3"; -} - -.ti-torii:before { - content: "\f59b"; -} - -.ti-tornado:before { - content: "\ece2"; -} - -.ti-tournament:before { - content: "\ecd0"; -} - -.ti-tower:before { - content: "\f2cb"; -} - -.ti-tower-off:before { - content: "\f2ca"; -} - -.ti-track:before { - content: "\ef00"; -} - -.ti-tractor:before { - content: "\ec0d"; -} - -.ti-trademark:before { - content: "\ec0e"; -} - -.ti-traffic-cone:before { - content: "\ec0f"; -} - -.ti-traffic-cone-off:before { - content: "\f1b8"; -} - -.ti-traffic-lights:before { - content: "\ed39"; -} - -.ti-traffic-lights-off:before { - content: "\f1b9"; -} - -.ti-train:before { - content: "\ed96"; -} - -.ti-transaction-bitcoin:before { - content: "\fd6e"; -} - -.ti-transaction-dollar:before { - content: "\fd6f"; -} - -.ti-transaction-euro:before { - content: "\fd70"; -} - -.ti-transaction-pound:before { - content: "\fd71"; -} - -.ti-transaction-rupee:before { - content: "\fd85"; -} - -.ti-transaction-yen:before { - content: "\fd72"; -} - -.ti-transaction-yuan:before { - content: "\fd73"; -} - -.ti-transfer:before { - content: "\fc1f"; -} - -.ti-transfer-in:before { - content: "\ef2f"; -} - -.ti-transfer-out:before { - content: "\ef30"; -} - -.ti-transfer-vertical:before { - content: "\fc1e"; -} - -.ti-transform:before { - content: "\f38e"; -} - -.ti-transform-filled:before { - content: "\f6ac"; -} - -.ti-transform-point:before { - content: "\fda9"; -} - -.ti-transform-point-bottom-left:before { - content: "\fda5"; -} - -.ti-transform-point-bottom-right:before { - content: "\fda6"; -} - -.ti-transform-point-top-left:before { - content: "\fda7"; -} - -.ti-transform-point-top-right:before { - content: "\fda8"; -} - -.ti-transition-bottom:before { - content: "\f2b2"; -} - -.ti-transition-left:before { - content: "\f2b3"; -} - -.ti-transition-right:before { - content: "\f2b4"; -} - -.ti-transition-top:before { - content: "\f2b5"; -} - -.ti-trash:before { - content: "\eb41"; -} - -.ti-trash-filled:before { - content: "\f783"; -} - -.ti-trash-off:before { - content: "\ed65"; -} - -.ti-trash-x:before { - content: "\ef88"; -} - -.ti-trash-x-filled:before { - content: "\f784"; -} - -.ti-treadmill:before { - content: "\fa6e"; -} - -.ti-tree:before { - content: "\ef01"; -} - -.ti-trees:before { - content: "\ec10"; -} - -.ti-trekking:before { - content: "\f5ad"; -} - -.ti-trending-down:before { - content: "\eb42"; -} - -.ti-trending-down-2:before { - content: "\edc1"; -} - -.ti-trending-down-3:before { - content: "\edc2"; -} - -.ti-trending-up:before { - content: "\eb43"; -} - -.ti-trending-up-2:before { - content: "\edc3"; -} - -.ti-trending-up-3:before { - content: "\edc4"; -} - -.ti-triangle:before { - content: "\eb44"; -} - -.ti-triangle-filled:before { - content: "\f6ad"; -} - -.ti-triangle-inverted:before { - content: "\f01d"; -} - -.ti-triangle-inverted-filled:before { - content: "\f6ae"; -} - -.ti-triangle-minus:before { - content: "\fc9b"; -} - -.ti-triangle-minus-2:before { - content: "\fc9a"; -} - -.ti-triangle-off:before { - content: "\ef02"; -} - -.ti-triangle-plus:before { - content: "\fc9d"; -} - -.ti-triangle-plus-2:before { - content: "\fc9c"; -} - -.ti-triangle-square-circle:before { - content: "\ece8"; -} - -.ti-triangle-square-circle-filled:before { - content: "\fb42"; -} - -.ti-triangles:before { - content: "\f0a5"; -} - -.ti-trident:before { - content: "\ecc5"; -} - -.ti-trolley:before { - content: "\f4cc"; -} - -.ti-trophy:before { - content: "\eb45"; -} - -.ti-trophy-filled:before { - content: "\f6af"; -} - -.ti-trophy-off:before { - content: "\f438"; -} - -.ti-trowel:before { - content: "\f368"; -} - -.ti-truck:before { - content: "\ebc4"; -} - -.ti-truck-delivery:before { - content: "\ec4b"; -} - -.ti-truck-loading:before { - content: "\f1da"; -} - -.ti-truck-off:before { - content: "\ef03"; -} - -.ti-truck-return:before { - content: "\ec4c"; -} - -.ti-txt:before { - content: "\f3b1"; -} - -.ti-typography:before { - content: "\ebc5"; -} - -.ti-typography-off:before { - content: "\f1ba"; -} - -.ti-ufo:before { - content: "\f26f"; -} - -.ti-ufo-off:before { - content: "\f26e"; -} - -.ti-umbrella:before { - content: "\ebf1"; -} - -.ti-umbrella-filled:before { - content: "\f6b0"; -} - -.ti-umbrella-off:before { - content: "\f1bb"; -} - -.ti-underline:before { - content: "\eba2"; -} - -.ti-universe:before { - content: "\fcc4"; -} - -.ti-unlink:before { - content: "\eb46"; -} - -.ti-upload:before { - content: "\eb47"; -} - -.ti-urgent:before { - content: "\eb48"; -} - -.ti-usb:before { - content: "\f00c"; -} - -.ti-user:before { - content: "\eb4d"; -} - -.ti-user-bolt:before { - content: "\f9d1"; -} - -.ti-user-cancel:before { - content: "\f9d2"; -} - -.ti-user-check:before { - content: "\eb49"; -} - -.ti-user-circle:before { - content: "\ef68"; -} - -.ti-user-code:before { - content: "\f9d3"; -} - -.ti-user-cog:before { - content: "\f9d4"; -} - -.ti-user-dollar:before { - content: "\f9d5"; -} - -.ti-user-down:before { - content: "\f9d6"; -} - -.ti-user-edit:before { - content: "\f7cc"; -} - -.ti-user-exclamation:before { - content: "\ec12"; -} - -.ti-user-filled:before { - content: "\fd19"; -} - -.ti-user-heart:before { - content: "\f7cd"; -} - -.ti-user-hexagon:before { - content: "\fc4e"; -} - -.ti-user-minus:before { - content: "\eb4a"; -} - -.ti-user-off:before { - content: "\ecf9"; -} - -.ti-user-pause:before { - content: "\f9d7"; -} - -.ti-user-pentagon:before { - content: "\fc4f"; -} - -.ti-user-pin:before { - content: "\f7ce"; -} - -.ti-user-plus:before { - content: "\eb4b"; -} - -.ti-user-question:before { - content: "\f7cf"; -} - -.ti-user-scan:before { - content: "\fcaf"; -} - -.ti-user-search:before { - content: "\ef89"; -} - -.ti-user-share:before { - content: "\f9d8"; -} - -.ti-user-shield:before { - content: "\f7d0"; -} - -.ti-user-square:before { - content: "\fc51"; -} - -.ti-user-square-rounded:before { - content: "\fc50"; -} - -.ti-user-star:before { - content: "\f7d1"; -} - -.ti-user-up:before { - content: "\f7d2"; -} - -.ti-user-x:before { - content: "\eb4c"; -} - -.ti-users:before { - content: "\ebf2"; -} - -.ti-users-group:before { - content: "\fa21"; -} - -.ti-users-minus:before { - content: "\fa0e"; -} - -.ti-users-plus:before { - content: "\fa0f"; -} - -.ti-uv-index:before { - content: "\f3b2"; -} - -.ti-ux-circle:before { - content: "\f369"; -} - -.ti-vaccine:before { - content: "\ef04"; -} - -.ti-vaccine-bottle:before { - content: "\ef69"; -} - -.ti-vaccine-bottle-off:before { - content: "\f439"; -} - -.ti-vaccine-off:before { - content: "\f1bc"; -} - -.ti-vacuum-cleaner:before { - content: "\f5e6"; -} - -.ti-variable:before { - content: "\ef05"; -} - -.ti-variable-minus:before { - content: "\f36a"; -} - -.ti-variable-off:before { - content: "\f1bd"; -} - -.ti-variable-plus:before { - content: "\f36b"; -} - -.ti-vector:before { - content: "\eca9"; -} - -.ti-vector-bezier:before { - content: "\ef1d"; -} - -.ti-vector-bezier-2:before { - content: "\f1a3"; -} - -.ti-vector-bezier-arc:before { - content: "\f4cd"; -} - -.ti-vector-bezier-circle:before { - content: "\f4ce"; -} - -.ti-vector-off:before { - content: "\f1be"; -} - -.ti-vector-spline:before { - content: "\f565"; -} - -.ti-vector-triangle:before { - content: "\eca8"; -} - -.ti-vector-triangle-off:before { - content: "\f1bf"; -} - -.ti-venus:before { - content: "\ec86"; -} - -.ti-versions:before { - content: "\ed52"; -} - -.ti-versions-filled:before { - content: "\f6b1"; -} - -.ti-versions-off:before { - content: "\f1c0"; -} - -.ti-video:before { - content: "\ed22"; -} - -.ti-video-minus:before { - content: "\ed1f"; -} - -.ti-video-off:before { - content: "\ed20"; -} - -.ti-video-plus:before { - content: "\ed21"; -} - -.ti-view-360:before { - content: "\ed84"; -} - -.ti-view-360-off:before { - content: "\f1c1"; -} - -.ti-viewfinder:before { - content: "\eb4e"; -} - -.ti-viewfinder-off:before { - content: "\f1c2"; -} - -.ti-viewport-narrow:before { - content: "\ebf3"; -} - -.ti-viewport-wide:before { - content: "\ebf4"; -} - -.ti-vinyl:before { - content: "\f00d"; -} - -.ti-vip:before { - content: "\f3b3"; -} - -.ti-vip-off:before { - content: "\f43a"; -} - -.ti-virus:before { - content: "\eb74"; -} - -.ti-virus-off:before { - content: "\ed66"; -} - -.ti-virus-search:before { - content: "\ed67"; -} - -.ti-vocabulary:before { - content: "\ef1e"; -} - -.ti-vocabulary-off:before { - content: "\f43b"; -} - -.ti-volcano:before { - content: "\f79c"; -} - -.ti-volume:before { - content: "\eb51"; -} - -.ti-volume-2:before { - content: "\eb4f"; -} - -.ti-volume-3:before { - content: "\eb50"; -} - -.ti-volume-off:before { - content: "\f1c3"; -} - -.ti-vs:before { - content: "\fc52"; -} - -.ti-walk:before { - content: "\ec87"; -} - -.ti-wall:before { - content: "\ef7a"; -} - -.ti-wall-off:before { - content: "\f43c"; -} - -.ti-wallet:before { - content: "\eb75"; -} - -.ti-wallet-off:before { - content: "\f1c4"; -} - -.ti-wallpaper:before { - content: "\ef56"; -} - -.ti-wallpaper-off:before { - content: "\f1c5"; -} - -.ti-wand:before { - content: "\ebcb"; -} - -.ti-wand-off:before { - content: "\f1c6"; -} - -.ti-wash:before { - content: "\f311"; -} - -.ti-wash-dry:before { - content: "\f304"; -} - -.ti-wash-dry-1:before { - content: "\f2fa"; -} - -.ti-wash-dry-2:before { - content: "\f2fb"; -} - -.ti-wash-dry-3:before { - content: "\f2fc"; -} - -.ti-wash-dry-a:before { - content: "\f2fd"; -} - -.ti-wash-dry-dip:before { - content: "\f2fe"; -} - -.ti-wash-dry-f:before { - content: "\f2ff"; -} - -.ti-wash-dry-flat:before { - content: "\fa7f"; -} - -.ti-wash-dry-hang:before { - content: "\f300"; -} - -.ti-wash-dry-off:before { - content: "\f301"; -} - -.ti-wash-dry-p:before { - content: "\f302"; -} - -.ti-wash-dry-shade:before { - content: "\f303"; -} - -.ti-wash-dry-w:before { - content: "\f322"; -} - -.ti-wash-dryclean:before { - content: "\f305"; -} - -.ti-wash-dryclean-off:before { - content: "\f323"; -} - -.ti-wash-eco:before { - content: "\fa80"; -} - -.ti-wash-gentle:before { - content: "\f306"; -} - -.ti-wash-hand:before { - content: "\fa81"; -} - -.ti-wash-machine:before { - content: "\f25e"; -} - -.ti-wash-off:before { - content: "\f307"; -} - -.ti-wash-press:before { - content: "\f308"; -} - -.ti-wash-temperature-1:before { - content: "\f309"; -} - -.ti-wash-temperature-2:before { - content: "\f30a"; -} - -.ti-wash-temperature-3:before { - content: "\f30b"; -} - -.ti-wash-temperature-4:before { - content: "\f30c"; -} - -.ti-wash-temperature-5:before { - content: "\f30d"; -} - -.ti-wash-temperature-6:before { - content: "\f30e"; -} - -.ti-wash-tumble-dry:before { - content: "\f30f"; -} - -.ti-wash-tumble-off:before { - content: "\f310"; -} - -.ti-waterpolo:before { - content: "\fa6f"; -} - -.ti-wave-saw-tool:before { - content: "\ecd3"; -} - -.ti-wave-sine:before { - content: "\ecd4"; -} - -.ti-wave-square:before { - content: "\ecd5"; -} - -.ti-waves-electricity:before { - content: "\fcc5"; -} - -.ti-webhook:before { - content: "\f01e"; -} - -.ti-webhook-off:before { - content: "\f43d"; -} - -.ti-weight:before { - content: "\f589"; -} - -.ti-wheel:before { - content: "\fc64"; -} - -.ti-wheelchair:before { - content: "\f1db"; -} - -.ti-wheelchair-off:before { - content: "\f43e"; -} - -.ti-whirl:before { - content: "\f51d"; -} - -.ti-wifi:before { - content: "\eb52"; -} - -.ti-wifi-0:before { - content: "\eba3"; -} - -.ti-wifi-1:before { - content: "\eba4"; -} - -.ti-wifi-2:before { - content: "\eba5"; -} - -.ti-wifi-off:before { - content: "\ecfa"; -} - -.ti-wind:before { - content: "\ec34"; -} - -.ti-wind-electricity:before { - content: "\fcc6"; -} - -.ti-wind-off:before { - content: "\f1c7"; -} - -.ti-windmill:before { - content: "\ed85"; -} - -.ti-windmill-filled:before { - content: "\f6b2"; -} - -.ti-windmill-off:before { - content: "\f1c8"; -} - -.ti-window:before { - content: "\ef06"; -} - -.ti-window-maximize:before { - content: "\f1f1"; -} - -.ti-window-minimize:before { - content: "\f1f2"; -} - -.ti-window-off:before { - content: "\f1c9"; -} - -.ti-windsock:before { - content: "\f06d"; -} - -.ti-wiper:before { - content: "\ecab"; -} - -.ti-wiper-wash:before { - content: "\ecaa"; -} - -.ti-woman:before { - content: "\eb53"; -} - -.ti-wood:before { - content: "\f359"; -} - -.ti-world:before { - content: "\eb54"; -} - -.ti-world-bolt:before { - content: "\f9d9"; -} - -.ti-world-cancel:before { - content: "\f9da"; -} - -.ti-world-check:before { - content: "\f9db"; -} - -.ti-world-code:before { - content: "\f9dc"; -} - -.ti-world-cog:before { - content: "\f9dd"; -} - -.ti-world-dollar:before { - content: "\f9de"; -} - -.ti-world-down:before { - content: "\f9df"; -} - -.ti-world-download:before { - content: "\ef8a"; -} - -.ti-world-exclamation:before { - content: "\f9e0"; -} - -.ti-world-heart:before { - content: "\f9e1"; -} - -.ti-world-latitude:before { - content: "\ed2e"; -} - -.ti-world-longitude:before { - content: "\ed2f"; -} - -.ti-world-minus:before { - content: "\f9e2"; -} - -.ti-world-off:before { - content: "\f1ca"; -} - -.ti-world-pause:before { - content: "\f9e3"; -} - -.ti-world-pin:before { - content: "\f9e4"; -} - -.ti-world-plus:before { - content: "\f9e5"; -} - -.ti-world-question:before { - content: "\f9e6"; -} - -.ti-world-search:before { - content: "\f9e7"; -} - -.ti-world-share:before { - content: "\f9e8"; -} - -.ti-world-star:before { - content: "\f9e9"; -} - -.ti-world-up:before { - content: "\f9ea"; -} - -.ti-world-upload:before { - content: "\ef8b"; -} - -.ti-world-www:before { - content: "\f38f"; -} - -.ti-world-x:before { - content: "\f9eb"; -} - -.ti-wrecking-ball:before { - content: "\ed97"; -} - -.ti-writing:before { - content: "\ef08"; -} - -.ti-writing-off:before { - content: "\f1cb"; -} - -.ti-writing-sign:before { - content: "\ef07"; -} - -.ti-writing-sign-off:before { - content: "\f1cc"; -} - -.ti-x:before { - content: "\eb55"; -} - -.ti-xbox-a:before { - content: "\f2b6"; -} - -.ti-xbox-b:before { - content: "\f2b7"; -} - -.ti-xbox-x:before { - content: "\f2b8"; -} - -.ti-xbox-y:before { - content: "\f2b9"; -} - -.ti-xd:before { - content: "\fa33"; -} - -.ti-xxx:before { - content: "\fc20"; -} - -.ti-yin-yang:before { - content: "\ec35"; -} - -.ti-yin-yang-filled:before { - content: "\f785"; -} - -.ti-yoga:before { - content: "\f01f"; -} - -.ti-zeppelin:before { - content: "\f270"; -} - -.ti-zeppelin-off:before { - content: "\f43f"; -} - -.ti-zip:before { - content: "\f3b4"; -} - -.ti-zodiac-aquarius:before { - content: "\ecac"; -} - -.ti-zodiac-aries:before { - content: "\ecad"; -} - -.ti-zodiac-cancer:before { - content: "\ecae"; -} - -.ti-zodiac-capricorn:before { - content: "\ecaf"; -} - -.ti-zodiac-gemini:before { - content: "\ecb0"; -} - -.ti-zodiac-leo:before { - content: "\ecb1"; -} - -.ti-zodiac-libra:before { - content: "\ecb2"; -} - -.ti-zodiac-pisces:before { - content: "\ecb3"; -} - -.ti-zodiac-sagittarius:before { - content: "\ecb4"; -} - -.ti-zodiac-scorpio:before { - content: "\ecb5"; -} - -.ti-zodiac-taurus:before { - content: "\ecb6"; -} - -.ti-zodiac-virgo:before { - content: "\ecb7"; -} - -.ti-zoom-cancel:before { - content: "\ec4d"; -} - -.ti-zoom-check:before { - content: "\ef09"; -} - -.ti-zoom-check-filled:before { - content: "\f786"; -} - -.ti-zoom-code:before { - content: "\f07f"; -} - -.ti-zoom-exclamation:before { - content: "\f080"; -} - -.ti-zoom-filled:before { - content: "\f787"; -} - -.ti-zoom-in:before { - content: "\eb56"; -} - -.ti-zoom-in-area:before { - content: "\f1dc"; -} - -.ti-zoom-in-area-filled:before { - content: "\f788"; -} - -.ti-zoom-in-filled:before { - content: "\f789"; -} - -.ti-zoom-money:before { - content: "\ef0a"; -} - -.ti-zoom-out:before { - content: "\eb57"; -} - -.ti-zoom-out-area:before { - content: "\f1dd"; -} - -.ti-zoom-out-filled:before { - content: "\f78a"; -} - -.ti-zoom-pan:before { - content: "\f1de"; -} - -.ti-zoom-question:before { - content: "\edeb"; -} - -.ti-zoom-replace:before { - content: "\f2a7"; -} - -.ti-zoom-reset:before { - content: "\f295"; -} - -.ti-zoom-scan:before { - content: "\fcb0"; -} - -.ti-zzz:before { - content: "\f228"; -} - -.ti-zzz-off:before { - content: "\f440"; -} - -.ti-aaa:before { - content: "\ea6b"; -} - -.ti-bbb:before { - content: "\eb2c"; -} - -.ti-ccc:before { - content: "\eb2c"; -} - -/*# sourceMappingURL=tabler-icons.css.map */ diff --git a/packages/icons-webfont/tabler-icons.css.map b/packages/icons-webfont/tabler-icons.css.map deleted file mode 100644 index b2010fb46..000000000 --- a/packages/icons-webfont/tabler-icons.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sourceRoot":"","sources":["tabler-icons.scss"],"names":[],"mappings":"AACA;AAAA;AAAA;AAAA;AASA;EACE,aANe;EAOf;EACA;EAEA;EACA;;AAMF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;AAEA;EACA;EACA;;;AA42JF;EAAiC,SAp2Jd;;;AAq2JnB;EAA4B,SAp2Jd;;;AAq2Jd;EAAiC,SAp2Jd;;;AAq2JnB;EAA4B,SAp2Jd;;;AAq2Jd;EAA4B,SAp2Jd;;;AAq2Jd;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAA2C,SAp2Jd;;;AAq2J7B;EAAkC,SAp2Jd;;;AAq2JpB;EAA4B,SAp2Jd;;;AAq2Jd;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAA4B,SAp2Jd;;;AAq2Jd;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAA8C,SAp2Jd;;;AAq2JhC;EAAiC,SAp2Jd;;;AAq2JnB;EAA2C,SAp2Jd;;;AAq2J7B;EAA2B,SAp2Jd;;;AAq2Jb;EAA6B,SAp2Jd;;;AAq2Jf;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAA2C,SAp2Jd;;;AAq2J7B;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAAwC,SAp2Jd;;;AAq2J1B;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAAgD,SAp2Jd;;;AAq2JlC;EAA2C,SAp2Jd;;;AAq2J7B;EAA0C,SAp2Jd;;;AAq2J5B;EAA+C,SAp2Jd;;;AAq2JjC;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAA6C,SAp2Jd;;;AAq2J/B;EAA2C,SAp2Jd;;;AAq2J7B;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAoC,SAp2Jd;;;AAq2JtB;EAAyC,SAp2Jd;;;AAq2J3B;EAAkD,SAp2Jd;;;AAq2JpC;EAA4C,SAp2Jd;;;AAq2J9B;EAA8B,SAp2Jd;;;AAq2JhB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAA0C,SAp2Jd;;;AAq2J5B;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAA6C,SAp2Jd;;;AAq2J/B;EAAoD,SAp2Jd;;;AAq2JtC;EAAiD,SAp2Jd;;;AAq2JnC;EAAuC,SAp2Jd;;;AAq2JzB;EAA8C,SAp2Jd;;;AAq2JhC;EAA2C,SAp2Jd;;;AAq2J7B;EAA8B,SAp2Jd;;;AAq2JhB;EAAqC,SAp2Jd;;;AAq2JvB;EAAgD,SAp2Jd;;;AAq2JlC;EAAuD,SAp2Jd;;;AAq2JzC;EAA8C,SAp2Jd;;;AAq2JhC;EAAqD,SAp2Jd;;;AAq2JvC;EAA+C,SAp2Jd;;;AAq2JjC;EAAsD,SAp2Jd;;;AAq2JxC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAuD,SAp2Jd;;;AAq2JzC;EAAiD,SAp2Jd;;;AAq2JnC;EAA6C,SAp2Jd;;;AAq2J/B;EAA8C,SAp2Jd;;;AAq2JhC;EAAqD,SAp2Jd;;;AAq2JvC;EAA8C,SAp2Jd;;;AAq2JhC;EAAqD,SAp2Jd;;;AAq2JvC;EAA+C,SAp2Jd;;;AAq2JjC;EAA2C,SAp2Jd;;;AAq2J7B;EAAkD,SAp2Jd;;;AAq2JpC;EAA+C,SAp2Jd;;;AAq2JjC;EAAsD,SAp2Jd;;;AAq2JxC;EAA+C,SAp2Jd;;;AAq2JjC;EAAsD,SAp2Jd;;;AAq2JxC;EAAgD,SAp2Jd;;;AAq2JlC;EAA4C,SAp2Jd;;;AAq2J9B;EAAmD,SAp2Jd;;;AAq2JrC;EAA6C,SAp2Jd;;;AAq2J/B;EAAoD,SAp2Jd;;;AAq2JtC;EAA2C,SAp2Jd;;;AAq2J7B;EAAkD,SAp2Jd;;;AAq2JpC;EAA4C,SAp2Jd;;;AAq2J9B;EAAmD,SAp2Jd;;;AAq2JrC;EAAqC,SAp2Jd;;;AAq2JvB;EAAwC,SAp2Jd;;;AAq2J1B;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAA8B,SAp2Jd;;;AAq2JhB;EAA0C,SAp2Jd;;;AAq2J5B;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAA4B,SAp2Jd;;;AAq2Jd;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAA8B,SAp2Jd;;;AAq2JhB;EAA6B,SAp2Jd;;;AAq2Jf;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAyC,SAp2Jd;;;AAq2J3B;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAA4B,SAp2Jd;;;AAq2Jd;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAgC,SAp2Jd;;;AAq2JlB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAA8B,SAp2Jd;;;AAq2JhB;EAA6B,SAp2Jd;;;AAq2Jf;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAAsC,SAp2Jd;;;AAq2JxB;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAA8C,SAp2Jd;;;AAq2JhC;EAAqD,SAp2Jd;;;AAq2JvC;EAA2C,SAp2Jd;;;AAq2J7B;EAA6C,SAp2Jd;;;AAq2J/B;EAA2C,SAp2Jd;;;AAq2J7B;EAA4C,SAp2Jd;;;AAq2J9B;EAAyC,SAp2Jd;;;AAq2J3B;EAA4C,SAp2Jd;;;AAq2J9B;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAAyC,SAp2Jd;;;AAq2J3B;EAAgD,SAp2Jd;;;AAq2JlC;EAAyC,SAp2Jd;;;AAq2J3B;EAAgD,SAp2Jd;;;AAq2JlC;EAA0C,SAp2Jd;;;AAq2J5B;EAAiD,SAp2Jd;;;AAq2JnC;EAAuC,SAp2Jd;;;AAq2JzB;EAA8C,SAp2Jd;;;AAq2JhC;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAA2C,SAp2Jd;;;AAq2J7B;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAA2C,SAp2Jd;;;AAq2J7B;EAAuC,SAp2Jd;;;AAq2JzB;EAA8C,SAp2Jd;;;AAq2JhC;EAA4C,SAp2Jd;;;AAq2J9B;EAAmD,SAp2Jd;;;AAq2JrC;EAA6C,SAp2Jd;;;AAq2J/B;EAAoD,SAp2Jd;;;AAq2JtC;EAAuC,SAp2Jd;;;AAq2JzB;EAA8C,SAp2Jd;;;AAq2JhC;EAA4C,SAp2Jd;;;AAq2J9B;EAAmD,SAp2Jd;;;AAq2JrC;EAA6C,SAp2Jd;;;AAq2J/B;EAAoD,SAp2Jd;;;AAq2JtC;EAAwC,SAp2Jd;;;AAq2J1B;EAA+C,SAp2Jd;;;AAq2JjC;EAA6C,SAp2Jd;;;AAq2J/B;EAAoD,SAp2Jd;;;AAq2JtC;EAA8C,SAp2Jd;;;AAq2JhC;EAAqD,SAp2Jd;;;AAq2JvC;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAA0C,SAp2Jd;;;AAq2J5B;EAAiD,SAp2Jd;;;AAq2JnC;EAA2C,SAp2Jd;;;AAq2J7B;EAAkD,SAp2Jd;;;AAq2JpC;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAyC,SAp2Jd;;;AAq2J3B;EAA0C,SAp2Jd;;;AAq2J5B;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAA0C,SAp2Jd;;;AAq2J5B;EAA4C,SAp2Jd;;;AAq2J9B;EAAwC,SAp2Jd;;;AAq2J1B;EAA+C,SAp2Jd;;;AAq2JjC;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAAgD,SAp2Jd;;;AAq2JlC;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAA0C,SAp2Jd;;;AAq2J5B;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAAyC,SAp2Jd;;;AAq2J3B;EAAgD,SAp2Jd;;;AAq2JlC;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAA0C,SAp2Jd;;;AAq2J5B;EAA4C,SAp2Jd;;;AAq2J9B;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAA2C,SAp2Jd;;;AAq2J7B;EAAoC,SAp2Jd;;;AAq2JtB;EAA6C,SAp2Jd;;;AAq2J/B;EAA8C,SAp2Jd;;;AAq2JhC;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAA2C,SAp2Jd;;;AAq2J7B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAA2C,SAp2Jd;;;AAq2J7B;EAA2C,SAp2Jd;;;AAq2J7B;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAA2C,SAp2Jd;;;AAq2J7B;EAA6C,SAp2Jd;;;AAq2J/B;EAA4C,SAp2Jd;;;AAq2J9B;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAA2C,SAp2Jd;;;AAq2J7B;EAAgD,SAp2Jd;;;AAq2JlC;EAAiD,SAp2Jd;;;AAq2JnC;EAA+C,SAp2Jd;;;AAq2JjC;EAAgD,SAp2Jd;;;AAq2JlC;EAA0C,SAp2Jd;;;AAq2J5B;EAA2C,SAp2Jd;;;AAq2J7B;EAA8C,SAp2Jd;;;AAq2JhC;EAA8C,SAp2Jd;;;AAq2JhC;EAA+C,SAp2Jd;;;AAq2JjC;EAA8C,SAp2Jd;;;AAq2JhC;EAA+C,SAp2Jd;;;AAq2JjC;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAA8C,SAp2Jd;;;AAq2JhC;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAA6C,SAp2Jd;;;AAq2J/B;EAA2C,SAp2Jd;;;AAq2J7B;EAA8C,SAp2Jd;;;AAq2JhC;EAA4C,SAp2Jd;;;AAq2J9B;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAiD,SAp2Jd;;;AAq2JnC;EAAmD,SAp2Jd;;;AAq2JrC;EAAoC,SAp2Jd;;;AAq2JtB;EAA4C,SAp2Jd;;;AAq2J9B;EAA4C,SAp2Jd;;;AAq2J9B;EAA4C,SAp2Jd;;;AAq2J9B;EAA4C,SAp2Jd;;;AAq2J9B;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAyC,SAp2Jd;;;AAq2J3B;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAoC,SAp2Jd;;;AAq2JtB;EAA+C,SAp2Jd;;;AAq2JjC;EAA6C,SAp2Jd;;;AAq2J/B;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAAuC,SAp2Jd;;;AAq2JzB;EAAyC,SAp2Jd;;;AAq2J3B;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAA6C,SAp2Jd;;;AAq2J/B;EAA2C,SAp2Jd;;;AAq2J7B;EAAkC,SAp2Jd;;;AAq2JpB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAgC,SAp2Jd;;;AAq2JlB;EAA8C,SAp2Jd;;;AAq2JhC;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAyC,SAp2Jd;;;AAq2J3B;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAA8B,SAp2Jd;;;AAq2JhB;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAA2B,SAp2Jd;;;AAq2Jb;EAA+B,SAp2Jd;;;AAq2JjB;EAA6B,SAp2Jd;;;AAq2Jf;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAAiC,SAp2Jd;;;AAq2JnB;EAA0C,SAp2Jd;;;AAq2J5B;EAA4C,SAp2Jd;;;AAq2J9B;EAA8C,SAp2Jd;;;AAq2JhC;EAA0C,SAp2Jd;;;AAq2J5B;EAAgC,SAp2Jd;;;AAq2JlB;EAA8B,SAp2Jd;;;AAq2JhB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAA4B,SAp2Jd;;;AAq2Jd;EAA+B,SAp2Jd;;;AAq2JjB;EAA+B,SAp2Jd;;;AAq2JjB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAgC,SAp2Jd;;;AAq2JlB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAA8B,SAp2Jd;;;AAq2JhB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAA+C,SAp2Jd;;;AAq2JjC;EAAmD,SAp2Jd;;;AAq2JrC;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAA4B,SAp2Jd;;;AAq2Jd;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAAiC,SAp2Jd;;;AAq2JnB;EAA+C,SAp2Jd;;;AAq2JjC;EAAgD,SAp2Jd;;;AAq2JlC;EAA+C,SAp2Jd;;;AAq2JjC;EAA+B,SAp2Jd;;;AAq2JjB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAA4B,SAp2Jd;;;AAq2Jd;EAA6B,SAp2Jd;;;AAq2Jf;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAA2C,SAp2Jd;;;AAq2J7B;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAA4B,SAp2Jd;;;AAq2Jd;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAgC,SAp2Jd;;;AAq2JlB;EAA6B,SAp2Jd;;;AAq2Jf;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAA6B,SAp2Jd;;;AAq2Jf;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAA8C,SAp2Jd;;;AAq2JhC;EAA4C,SAp2Jd;;;AAq2J9B;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAA6B,SAp2Jd;;;AAq2Jf;EAA8B,SAp2Jd;;;AAq2JhB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAA8B,SAp2Jd;;;AAq2JhB;EAAqC,SAp2Jd;;;AAq2JvB;EAA+B,SAp2Jd;;;AAq2JjB;EAAwC,SAp2Jd;;;AAq2J1B;EAA2C,SAp2Jd;;;AAq2J7B;EAAmC,SAp2Jd;;;AAq2JrB;EAAgC,SAp2Jd;;;AAq2JlB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAA4C,SAp2Jd;;;AAq2J9B;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAA4B,SAp2Jd;;;AAq2Jd;EAAkC,SAp2Jd;;;AAq2JpB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAA6B,SAp2Jd;;;AAq2Jf;EAAoC,SAp2Jd;;;AAq2JtB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAA6B,SAp2Jd;;;AAq2Jf;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAA2C,SAp2Jd;;;AAq2J7B;EAA8C,SAp2Jd;;;AAq2JhC;EAA6C,SAp2Jd;;;AAq2J/B;EAAuC,SAp2Jd;;;AAq2JzB;EAA0C,SAp2Jd;;;AAq2J5B;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAmC,SAp2Jd;;;AAq2JrB;EAAwC,SAp2Jd;;;AAq2J1B;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAA4B,SAp2Jd;;;AAq2Jd;EAA6B,SAp2Jd;;;AAq2Jf;EAAwC,SAp2Jd;;;AAq2J1B;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAA4B,SAp2Jd;;;AAq2Jd;EAAyC,SAp2Jd;;;AAq2J3B;EAAgD,SAp2Jd;;;AAq2JlC;EAA8C,SAp2Jd;;;AAq2JhC;EAAqD,SAp2Jd;;;AAq2JvC;EAA+C,SAp2Jd;;;AAq2JjC;EAAsD,SAp2Jd;;;AAq2JxC;EAAuC,SAp2Jd;;;AAq2JzB;EAA8C,SAp2Jd;;;AAq2JhC;EAAwC,SAp2Jd;;;AAq2J1B;EAA+C,SAp2Jd;;;AAq2JjC;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAA2C,SAp2Jd;;;AAq2J7B;EAAkD,SAp2Jd;;;AAq2JpC;EAA4C,SAp2Jd;;;AAq2J9B;EAAmD,SAp2Jd;;;AAq2JrC;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAA6C,SAp2Jd;;;AAq2J/B;EAA+C,SAp2Jd;;;AAq2JjC;EAAqC,SAp2Jd;;;AAq2JvB;EAAgC,SAp2Jd;;;AAq2JlB;EAA8B,SAp2Jd;;;AAq2JhB;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAA2C,SAp2Jd;;;AAq2J7B;EAA4C,SAp2Jd;;;AAq2J9B;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAA8C,SAp2Jd;;;AAq2JhC;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAA6C,SAp2Jd;;;AAq2J/B;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAA2C,SAp2Jd;;;AAq2J7B;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAyC,SAp2Jd;;;AAq2J3B;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAiC,SAp2Jd;;;AAq2JnB;EAAyC,SAp2Jd;;;AAq2J3B;EAA2C,SAp2Jd;;;AAq2J7B;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAwC,SAp2Jd;;;AAq2J1B;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAA4C,SAp2Jd;;;AAq2J9B;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAA8C,SAp2Jd;;;AAq2JhC;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAA8C,SAp2Jd;;;AAq2JhC;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAA8C,SAp2Jd;;;AAq2JhC;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAyC,SAp2Jd;;;AAq2J3B;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAyC,SAp2Jd;;;AAq2J3B;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAqC,SAp2Jd;;;AAq2JvB;EAA6C,SAp2Jd;;;AAq2J/B;EAA4C,SAp2Jd;;;AAq2J9B;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAA+C,SAp2Jd;;;AAq2JjC;EAA+C,SAp2Jd;;;AAq2JjC;EAA2C,SAp2Jd;;;AAq2J7B;EAA4C,SAp2Jd;;;AAq2J9B;EAAyC,SAp2Jd;;;AAq2J3B;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAA4C,SAp2Jd;;;AAq2J9B;EAA0C,SAp2Jd;;;AAq2J5B;EAA8C,SAp2Jd;;;AAq2JhC;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAmC,SAp2Jd;;;AAq2JrB;EAAyC,SAp2Jd;;;AAq2J3B;EAAqC,SAp2Jd;;;AAq2JvB;EAAwC,SAp2Jd;;;AAq2J1B;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAyC,SAp2Jd;;;AAq2J3B;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAmC,SAp2Jd;;;AAq2JrB;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkD,SAp2Jd;;;AAq2JpC;EAAkC,SAp2Jd;;;AAq2JpB;EAAuC,SAp2Jd;;;AAq2JzB;EAA4C,SAp2Jd;;;AAq2J9B;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAA0C,SAp2Jd;;;AAq2J5B;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAqC,SAp2Jd;;;AAq2JvB;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAA0C,SAp2Jd;;;AAq2J5B;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAA4C,SAp2Jd;;;AAq2J9B;EAAyC,SAp2Jd;;;AAq2J3B;EAAoC,SAp2Jd;;;AAq2JtB;EAAyC,SAp2Jd;;;AAq2J3B;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAA2C,SAp2Jd;;;AAq2J7B;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAyC,SAp2Jd;;;AAq2J3B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAA0C,SAp2Jd;;;AAq2J5B;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAA0C,SAp2Jd;;;AAq2J5B;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAAyC,SAp2Jd;;;AAq2J3B;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAA4C,SAp2Jd;;;AAq2J9B;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAwC,SAp2Jd;;;AAq2J1B;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAA0C,SAp2Jd;;;AAq2J5B;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAA2C,SAp2Jd;;;AAq2J7B;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAA+C,SAp2Jd;;;AAq2JjC;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAgC,SAp2Jd;;;AAq2JlB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAAuC,SAp2Jd;;;AAq2JzB;EAAmC,SAp2Jd;;;AAq2JrB;EAA4B,SAp2Jd;;;AAq2Jd;EAAmC,SAp2Jd;;;AAq2JrB;EAAgC,SAp2Jd;;;AAq2JlB;EAAiC,SAp2Jd;;;AAq2JnB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAiD,SAp2Jd;;;AAq2JnC;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAA2C,SAp2Jd;;;AAq2J7B;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAA4C,SAp2Jd;;;AAq2J9B;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAA4C,SAp2Jd;;;AAq2J9B;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAA2C,SAp2Jd;;;AAq2J7B;EAA8C,SAp2Jd;;;AAq2JhC;EAA6B,SAp2Jd;;;AAq2Jf;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAA4B,SAp2Jd;;;AAq2Jd;EAAgC,SAp2Jd;;;AAq2JlB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAA6C,SAp2Jd;;;AAq2J/B;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAA+B,SAp2Jd;;;AAq2JjB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAA2C,SAp2Jd;;;AAq2J7B;EAAkD,SAp2Jd;;;AAq2JpC;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAA4B,SAp2Jd;;;AAq2Jd;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAgC,SAp2Jd;;;AAq2JlB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAgC,SAp2Jd;;;AAq2JlB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAA8B,SAp2Jd;;;AAq2JhB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAAgD,SAp2Jd;;;AAq2JlC;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAiC,SAp2Jd;;;AAq2JnB;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAAwC,SAp2Jd;;;AAq2J1B;EAA4C,SAp2Jd;;;AAq2J9B;EAAmD,SAp2Jd;;;AAq2JrC;EAA0C,SAp2Jd;;;AAq2J5B;EAAiD,SAp2Jd;;;AAq2JnC;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAA6B,SAp2Jd;;;AAq2Jf;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAAiC,SAp2Jd;;;AAq2JnB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAA4B,SAp2Jd;;;AAq2Jd;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAA2B,SAp2Jd;;;AAq2Jb;EAA+B,SAp2Jd;;;AAq2JjB;EAA6B,SAp2Jd;;;AAq2Jf;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAA+C,SAp2Jd;;;AAq2JjC;EAAqC,SAp2Jd;;;AAq2JvB;EAA8C,SAp2Jd;;;AAq2JhC;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAA2C,SAp2Jd;;;AAq2J7B;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAA+C,SAp2Jd;;;AAq2JjC;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAA8B,SAp2Jd;;;AAq2JhB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAAqC,SAp2Jd;;;AAq2JvB;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAA8B,SAp2Jd;;;AAq2JhB;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAA6C,SAp2Jd;;;AAq2J/B;EAA6C,SAp2Jd;;;AAq2J/B;EAA8C,SAp2Jd;;;AAq2JhC;EAA2C,SAp2Jd;;;AAq2J7B;EAAqC,SAp2Jd;;;AAq2JvB;EAA0C,SAp2Jd;;;AAq2J5B;EAA2C,SAp2Jd;;;AAq2J7B;EAAqC,SAp2Jd;;;AAq2JvB;EAA0C,SAp2Jd;;;AAq2J5B;EAAsC,SAp2Jd;;;AAq2JxB;EAA2C,SAp2Jd;;;AAq2J7B;EAAmC,SAp2Jd;;;AAq2JrB;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAA2C,SAp2Jd;;;AAq2J7B;EAA4C,SAp2Jd;;;AAq2J9B;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAAyC,SAp2Jd;;;AAq2J3B;EAA0C,SAp2Jd;;;AAq2J5B;EAA+B,SAp2Jd;;;AAq2JjB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAA2C,SAp2Jd;;;AAq2J7B;EAA+B,SAp2Jd;;;AAq2JjB;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAiD,SAp2Jd;;;AAq2JnC;EAA+C,SAp2Jd;;;AAq2JjC;EAAsD,SAp2Jd;;;AAq2JxC;EAAgD,SAp2Jd;;;AAq2JlC;EAAuD,SAp2Jd;;;AAq2JzC;EAA0C,SAp2Jd;;;AAq2J5B;EAAiD,SAp2Jd;;;AAq2JnC;EAA2C,SAp2Jd;;;AAq2J7B;EAAkD,SAp2Jd;;;AAq2JpC;EAAwC,SAp2Jd;;;AAq2J1B;EAA+C,SAp2Jd;;;AAq2JjC;EAA6C,SAp2Jd;;;AAq2J/B;EAAoD,SAp2Jd;;;AAq2JtC;EAA8C,SAp2Jd;;;AAq2JhC;EAAqD,SAp2Jd;;;AAq2JvC;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAA2C,SAp2Jd;;;AAq2J7B;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAA4C,SAp2Jd;;;AAq2J9B;EAA4C,SAp2Jd;;;AAq2J9B;EAA6C,SAp2Jd;;;AAq2J/B;EAA0C,SAp2Jd;;;AAq2J5B;EAA6C,SAp2Jd;;;AAq2J/B;EAA6C,SAp2Jd;;;AAq2J/B;EAA8C,SAp2Jd;;;AAq2JhC;EAA2C,SAp2Jd;;;AAq2J7B;EAAsC,SAp2Jd;;;AAq2JxB;EAA+C,SAp2Jd;;;AAq2JjC;EAA+C,SAp2Jd;;;AAq2JjC;EAA+C,SAp2Jd;;;AAq2JjC;EAA+C,SAp2Jd;;;AAq2JjC;EAA+C,SAp2Jd;;;AAq2JjC;EAA+C,SAp2Jd;;;AAq2JjC;EAA+C,SAp2Jd;;;AAq2JjC;EAA+C,SAp2Jd;;;AAq2JjC;EAA+C,SAp2Jd;;;AAq2JjC;EAA+C,SAp2Jd;;;AAq2JjC;EAAiD,SAp2Jd;;;AAq2JnC;EAAwC,SAp2Jd;;;AAq2J1B;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAyC,SAp2Jd;;;AAq2J3B;EAA6C,SAp2Jd;;;AAq2J/B;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAyC,SAp2Jd;;;AAq2J3B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAA0C,SAp2Jd;;;AAq2J5B;EAAoD,SAp2Jd;;;AAq2JtC;EAAqC,SAp2Jd;;;AAq2JvB;EAA0C,SAp2Jd;;;AAq2J5B;EAA2C,SAp2Jd;;;AAq2J7B;EAAsC,SAp2Jd;;;AAq2JxB;EAA4C,SAp2Jd;;;AAq2J9B;EAAuC,SAp2Jd;;;AAq2JzB;EAA+C,SAp2Jd;;;AAq2JjC;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAA8C,SAp2Jd;;;AAq2JhC;EAA4C,SAp2Jd;;;AAq2J9B;EAA0C,SAp2Jd;;;AAq2J5B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAA6C,SAp2Jd;;;AAq2J/B;EAAoC,SAp2Jd;;;AAq2JtB;EAA8B,SAp2Jd;;;AAq2JhB;EAAiC,SAp2Jd;;;AAq2JnB;EAAgC,SAp2Jd;;;AAq2JlB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAgC,SAp2Jd;;;AAq2JlB;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAA8B,SAp2Jd;;;AAq2JhB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAwC,SAp2Jd;;;AAq2J1B;EAA8C,SAp2Jd;;;AAq2JhC;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAA0C,SAp2Jd;;;AAq2J5B;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAwC,SAp2Jd;;;AAq2J1B;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAgC,SAp2Jd;;;AAq2JlB;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAA8B,SAp2Jd;;;AAq2JhB;EAAqC,SAp2Jd;;;AAq2JvB;EAA6B,SAp2Jd;;;AAq2Jf;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAA+B,SAp2Jd;;;AAq2JjB;EAA6B,SAp2Jd;;;AAq2Jf;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAA8B,SAp2Jd;;;AAq2JhB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAA2C,SAp2Jd;;;AAq2J7B;EAA4C,SAp2Jd;;;AAq2J9B;EAAsC,SAp2Jd;;;AAq2JxB;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAA6B,SAp2Jd;;;AAq2Jf;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAA+B,SAp2Jd;;;AAq2JjB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAA6B,SAp2Jd;;;AAq2Jf;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAAyC,SAp2Jd;;;AAq2J3B;EAAgD,SAp2Jd;;;AAq2JlC;EAA0C,SAp2Jd;;;AAq2J5B;EAAiD,SAp2Jd;;;AAq2JnC;EAAyC,SAp2Jd;;;AAq2J3B;EAAgD,SAp2Jd;;;AAq2JlC;EAAuC,SAp2Jd;;;AAq2JzB;EAA8C,SAp2Jd;;;AAq2JhC;EAA0C,SAp2Jd;;;AAq2J5B;EAAiD,SAp2Jd;;;AAq2JnC;EAAwC,SAp2Jd;;;AAq2J1B;EAA+C,SAp2Jd;;;AAq2JjC;EAAuC,SAp2Jd;;;AAq2JzB;EAA8C,SAp2Jd;;;AAq2JhC;EAAwC,SAp2Jd;;;AAq2J1B;EAA+C,SAp2Jd;;;AAq2JjC;EAA4B,SAp2Jd;;;AAq2Jd;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAA4C,SAp2Jd;;;AAq2J9B;EAA4C,SAp2Jd;;;AAq2J9B;EAA4C,SAp2Jd;;;AAq2J9B;EAA6C,SAp2Jd;;;AAq2J/B;EAA4C,SAp2Jd;;;AAq2J9B;EAA8C,SAp2Jd;;;AAq2JhC;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAA2C,SAp2Jd;;;AAq2J7B;EAAgC,SAp2Jd;;;AAq2JlB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAA8B,SAp2Jd;;;AAq2JhB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAA4B,SAp2Jd;;;AAq2Jd;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAA4B,SAp2Jd;;;AAq2Jd;EAAgC,SAp2Jd;;;AAq2JlB;EAAgC,SAp2Jd;;;AAq2JlB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAyC,SAp2Jd;;;AAq2J3B;EAA0C,SAp2Jd;;;AAq2J5B;EAAsC,SAp2Jd;;;AAq2JxB;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAAmD,SAp2Jd;;;AAq2JrC;EAA+C,SAp2Jd;;;AAq2JjC;EAAiD,SAp2Jd;;;AAq2JnC;EAAiD,SAp2Jd;;;AAq2JnC;EAA4C,SAp2Jd;;;AAq2J9B;EAAkD,SAp2Jd;;;AAq2JpC;EAAmD,SAp2Jd;;;AAq2JrC;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAA8C,SAp2Jd;;;AAq2JhC;EAAqC,SAp2Jd;;;AAq2JvB;EAA6C,SAp2Jd;;;AAq2J/B;EAA8C,SAp2Jd;;;AAq2JhC;EAA+C,SAp2Jd;;;AAq2JjC;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAAgD,SAp2Jd;;;AAq2JlC;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAyC,SAp2Jd;;;AAq2J3B;EAA6C,SAp2Jd;;;AAq2J/B;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAA4B,SAp2Jd;;;AAq2Jd;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAgC,SAp2Jd;;;AAq2JlB;EAA6B,SAp2Jd;;;AAq2Jf;EAA8B,SAp2Jd;;;AAq2JhB;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAA6B,SAp2Jd;;;AAq2Jf;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAA4C,SAp2Jd;;;AAq2J9B;EAAsC,SAp2Jd;;;AAq2JxB;EAAyC,SAp2Jd;;;AAq2J3B;EAA0C,SAp2Jd;;;AAq2J5B;EAA4C,SAp2Jd;;;AAq2J9B;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAA+C,SAp2Jd;;;AAq2JjC;EAAmD,SAp2Jd;;;AAq2JrC;EAAuC,SAp2Jd;;;AAq2JzB;EAAiD,SAp2Jd;;;AAq2JnC;EAA4C,SAp2Jd;;;AAq2J9B;EAA8C,SAp2Jd;;;AAq2JhC;EAA6C,SAp2Jd;;;AAq2J/B;EAA4C,SAp2Jd;;;AAq2J9B;EAA2C,SAp2Jd;;;AAq2J7B;EAA8C,SAp2Jd;;;AAq2JhC;EAA4C,SAp2Jd;;;AAq2J9B;EAAmD,SAp2Jd;;;AAq2JrC;EAA6C,SAp2Jd;;;AAq2J/B;EAA6C,SAp2Jd;;;AAq2J/B;EAA2C,SAp2Jd;;;AAq2J7B;EAA6C,SAp2Jd;;;AAq2J/B;EAA2C,SAp2Jd;;;AAq2J7B;EAA4C,SAp2Jd;;;AAq2J9B;EAAgD,SAp2Jd;;;AAq2JlC;EAA8C,SAp2Jd;;;AAq2JhC;EAA6C,SAp2Jd;;;AAq2J/B;EAA4C,SAp2Jd;;;AAq2J9B;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAA6C,SAp2Jd;;;AAq2J/B;EAAoD,SAp2Jd;;;AAq2JtC;EAAoC,SAp2Jd;;;AAq2JtB;EAAyC,SAp2Jd;;;AAq2J3B;EAA2C,SAp2Jd;;;AAq2J7B;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAAwC,SAp2Jd;;;AAq2J1B;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAAgD,SAp2Jd;;;AAq2JlC;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAA6C,SAp2Jd;;;AAq2J/B;EAA2C,SAp2Jd;;;AAq2J7B;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAyC,SAp2Jd;;;AAq2J3B;EAA2C,SAp2Jd;;;AAq2J7B;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAAwC,SAp2Jd;;;AAq2J1B;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAAgD,SAp2Jd;;;AAq2JlC;EAA0C,SAp2Jd;;;AAq2J5B;EAA+C,SAp2Jd;;;AAq2JjC;EAAoD,SAp2Jd;;;AAq2JtC;EAAsD,SAp2Jd;;;AAq2JxC;EAAqD,SAp2Jd;;;AAq2JvC;EAAoD,SAp2Jd;;;AAq2JtC;EAAmD,SAp2Jd;;;AAq2JrC;EAAsD,SAp2Jd;;;AAq2JxC;EAAoD,SAp2Jd;;;AAq2JtC;EAA2D,SAp2Jd;;;AAq2J7C;EAAqD,SAp2Jd;;;AAq2JvC;EAAqD,SAp2Jd;;;AAq2JvC;EAAmD,SAp2Jd;;;AAq2JrC;EAAqD,SAp2Jd;;;AAq2JvC;EAAmD,SAp2Jd;;;AAq2JrC;EAAoD,SAp2Jd;;;AAq2JtC;EAAwD,SAp2Jd;;;AAq2J1C;EAAsD,SAp2Jd;;;AAq2JxC;EAAqD,SAp2Jd;;;AAq2JvC;EAAoD,SAp2Jd;;;AAq2JtC;EAAkD,SAp2Jd;;;AAq2JpC;EAAiD,SAp2Jd;;;AAq2JnC;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAA6C,SAp2Jd;;;AAq2J/B;EAA2C,SAp2Jd;;;AAq2J7B;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAA8C,SAp2Jd;;;AAq2JhC;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAAsC,SAp2Jd;;;AAq2JxB;EAA2C,SAp2Jd;;;AAq2J7B;EAA6C,SAp2Jd;;;AAq2J/B;EAA+C,SAp2Jd;;;AAq2JjC;EAA4C,SAp2Jd;;;AAq2J9B;EAA2C,SAp2Jd;;;AAq2J7B;EAA0C,SAp2Jd;;;AAq2J5B;EAA6C,SAp2Jd;;;AAq2J/B;EAA2C,SAp2Jd;;;AAq2J7B;EAAkD,SAp2Jd;;;AAq2JpC;EAA6C,SAp2Jd;;;AAq2J/B;EAA4C,SAp2Jd;;;AAq2J9B;EAA8C,SAp2Jd;;;AAq2JhC;EAA4C,SAp2Jd;;;AAq2J9B;EAA0C,SAp2Jd;;;AAq2J5B;EAA4C,SAp2Jd;;;AAq2J9B;EAA0C,SAp2Jd;;;AAq2J5B;EAA2C,SAp2Jd;;;AAq2J7B;EAA+C,SAp2Jd;;;AAq2JjC;EAA8C,SAp2Jd;;;AAq2JhC;EAA6C,SAp2Jd;;;AAq2J/B;EAA4C,SAp2Jd;;;AAq2J9B;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAAgD,SAp2Jd;;;AAq2JlC;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAA4C,SAp2Jd;;;AAq2J9B;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAA2C,SAp2Jd;;;AAq2J7B;EAAsC,SAp2Jd;;;AAq2JxB;EAA2C,SAp2Jd;;;AAq2J7B;EAA6C,SAp2Jd;;;AAq2J/B;EAA4C,SAp2Jd;;;AAq2J9B;EAA2C,SAp2Jd;;;AAq2J7B;EAA0C,SAp2Jd;;;AAq2J5B;EAA6C,SAp2Jd;;;AAq2J/B;EAA2C,SAp2Jd;;;AAq2J7B;EAAkD,SAp2Jd;;;AAq2JpC;EAA6C,SAp2Jd;;;AAq2J/B;EAA4C,SAp2Jd;;;AAq2J9B;EAA4C,SAp2Jd;;;AAq2J9B;EAA0C,SAp2Jd;;;AAq2J5B;EAA4C,SAp2Jd;;;AAq2J9B;EAA0C,SAp2Jd;;;AAq2J5B;EAA2C,SAp2Jd;;;AAq2J7B;EAA+C,SAp2Jd;;;AAq2JjC;EAA6C,SAp2Jd;;;AAq2J/B;EAA4C,SAp2Jd;;;AAq2J9B;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAAwC,SAp2Jd;;;AAq2J1B;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAqC,SAp2Jd;;;AAq2JvB;EAA0C,SAp2Jd;;;AAq2J5B;EAA4C,SAp2Jd;;;AAq2J9B;EAA2C,SAp2Jd;;;AAq2J7B;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAA4C,SAp2Jd;;;AAq2J9B;EAA0C,SAp2Jd;;;AAq2J5B;EAAiD,SAp2Jd;;;AAq2JnC;EAA2C,SAp2Jd;;;AAq2J7B;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAA0C,SAp2Jd;;;AAq2J5B;EAA8C,SAp2Jd;;;AAq2JhC;EAA4C,SAp2Jd;;;AAq2J9B;EAA2C,SAp2Jd;;;AAq2J7B;EAA0C,SAp2Jd;;;AAq2J5B;EAA2C,SAp2Jd;;;AAq2J7B;EAA6C,SAp2Jd;;;AAq2J/B;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAA6B,SAp2Jd;;;AAq2Jf;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAA6C,SAp2Jd;;;AAq2J/B;EAAuC,SAp2Jd;;;AAq2JzB;EAA8C,SAp2Jd;;;AAq2JhC;EAA2C,SAp2Jd;;;AAq2J7B;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAA6B,SAp2Jd;;;AAq2Jf;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAA8C,SAp2Jd;;;AAq2JhC;EAAqC,SAp2Jd;;;AAq2JvB;EAA+B,SAp2Jd;;;AAq2JjB;EAA4B,SAp2Jd;;;AAq2Jd;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAA4B,SAp2Jd;;;AAq2Jd;EAAiC,SAp2Jd;;;AAq2JnB;EAA6B,SAp2Jd;;;AAq2Jf;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAA6B,SAp2Jd;;;AAq2Jf;EAA+C,SAp2Jd;;;AAq2JjC;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAgC,SAp2Jd;;;AAq2JlB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAA8C,SAp2Jd;;;AAq2JhC;EAA4C,SAp2Jd;;;AAq2J9B;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAA4B,SAp2Jd;;;AAq2Jd;EAAgC,SAp2Jd;;;AAq2JlB;EAAiC,SAp2Jd;;;AAq2JnB;EAAgC,SAp2Jd;;;AAq2JlB;EAA8C,SAp2Jd;;;AAq2JhC;EAAoC,SAp2Jd;;;AAq2JtB;EAAmD,SAp2Jd;;;AAq2JrC;EAAiC,SAp2Jd;;;AAq2JnB;EAA+C,SAp2Jd;;;AAq2JjC;EAA6B,SAp2Jd;;;AAq2Jf;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAiC,SAp2Jd;;;AAq2JnB;EAA4B,SAp2Jd;;;AAq2Jd;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAiC,SAp2Jd;;;AAq2JnB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAA8B,SAp2Jd;;;AAq2JhB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAA6C,SAp2Jd;;;AAq2J/B;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAqC,SAp2Jd;;;AAq2JvB;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAA4B,SAp2Jd;;;AAq2Jd;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAgC,SAp2Jd;;;AAq2JlB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAA8B,SAp2Jd;;;AAq2JhB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAgC,SAp2Jd;;;AAq2JlB;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAA6B,SAp2Jd;;;AAq2Jf;EAAgC,SAp2Jd;;;AAq2JlB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAuC,SAp2Jd;;;AAq2JzB;EAA6B,SAp2Jd;;;AAq2Jf;EAAgC,SAp2Jd;;;AAq2JlB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAyC,SAp2Jd;;;AAq2J3B;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAgC,SAp2Jd;;;AAq2JlB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAyC,SAp2Jd;;;AAq2J3B;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAiC,SAp2Jd;;;AAq2JnB;EAAyC,SAp2Jd;;;AAq2J3B;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAyC,SAp2Jd;;;AAq2J3B;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAAiC,SAp2Jd;;;AAq2JnB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAA0C,SAp2Jd;;;AAq2J5B;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAA6B,SAp2Jd;;;AAq2Jf;EAAkC,SAp2Jd;;;AAq2JpB;EAA0C,SAp2Jd;;;AAq2J5B;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAiC,SAp2Jd;;;AAq2JnB;EAA6B,SAp2Jd;;;AAq2Jf;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAA+B,SAp2Jd;;;AAq2JjB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAA8B,SAp2Jd;;;AAq2JhB;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAA6B,SAp2Jd;;;AAq2Jf;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAA+B,SAp2Jd;;;AAq2JjB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAiC,SAp2Jd;;;AAq2JnB;EAA8B,SAp2Jd;;;AAq2JhB;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAA+B,SAp2Jd;;;AAq2JjB;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAA8B,SAp2Jd;;;AAq2JhB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAA8B,SAp2Jd;;;AAq2JhB;EAAuC,SAp2Jd;;;AAq2JzB;EAAyC,SAp2Jd;;;AAq2J3B;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAA2C,SAp2Jd;;;AAq2J7B;EAA0C,SAp2Jd;;;AAq2J5B;EAA2C,SAp2Jd;;;AAq2J7B;EAA6C,SAp2Jd;;;AAq2J/B;EAA2C,SAp2Jd;;;AAq2J7B;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAAiC,SAp2Jd;;;AAq2JnB;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAgC,SAp2Jd;;;AAq2JlB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAA4B,SAp2Jd;;;AAq2Jd;EAA6B,SAp2Jd;;;AAq2Jf;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAA2C,SAp2Jd;;;AAq2J7B;EAAwC,SAp2Jd;;;AAq2J1B;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAgD,SAp2Jd;;;AAq2JlC;EAA+C,SAp2Jd;;;AAq2JjC;EAA8B,SAp2Jd;;;AAq2JhB;EAA8B,SAp2Jd;;;AAq2JhB;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAA8B,SAp2Jd;;;AAq2JhB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAA4B,SAp2Jd;;;AAq2Jd;EAAmC,SAp2Jd;;;AAq2JrB;EAA8B,SAp2Jd;;;AAq2JhB;EAA8B,SAp2Jd;;;AAq2JhB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAA8B,SAp2Jd;;;AAq2JhB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAA+B,SAp2Jd;;;AAq2JjB;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAmC,SAp2Jd;;;AAq2JrB;EAA4B,SAp2Jd;;;AAq2Jd;EAA4B,SAp2Jd;;;AAq2Jd;EAA4B,SAp2Jd;;;AAq2Jd;EAA4B,SAp2Jd;;;AAq2Jd;EAA4B,SAp2Jd;;;AAq2Jd;EAA4B,SAp2Jd;;;AAq2Jd;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAkC,SAp2Jd;;;AAq2JpB;EAA2C,SAp2Jd;;;AAq2J7B;EAA2C,SAp2Jd;;;AAq2J7B;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAyC,SAp2Jd;;;AAq2J3B;EAAkC,SAp2Jd;;;AAq2JpB;EAAuC,SAp2Jd;;;AAq2JzB;EAAkC,SAp2Jd;;;AAq2JpB;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAA6B,SAp2Jd;;;AAq2Jf;EAA6B,SAp2Jd;;;AAq2Jf;EAAkC,SAp2Jd;;;AAq2JpB;EAA4B,SAp2Jd;;;AAq2Jd;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAuC,SAp2Jd;;;AAq2JzB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAA8B,SAp2Jd;;;AAq2JhB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAqC,SAp2Jd;;;AAq2JvB;EAAwC,SAp2Jd;;;AAq2J1B;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAA2C,SAp2Jd;;;AAq2J7B;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAA2C,SAp2Jd;;;AAq2J7B;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAA6B,SAp2Jd;;;AAq2Jf;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAA4C,SAp2Jd;;;AAq2J9B;EAAmD,SAp2Jd;;;AAq2JrC;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAgC,SAp2Jd;;;AAq2JlB;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAmC,SAp2Jd;;;AAq2JrB;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAA4C,SAp2Jd;;;AAq2J9B;EAA6C,SAp2Jd;;;AAq2J/B;EAA0C,SAp2Jd;;;AAq2J5B;EAA8C,SAp2Jd;;;AAq2JhC;EAA+C,SAp2Jd;;;AAq2JjC;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAA6B,SAp2Jd;;;AAq2Jf;EAA+B,SAp2Jd;;;AAq2JjB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAgC,SAp2Jd;;;AAq2JlB;EAA+B,SAp2Jd;;;AAq2JjB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAA6B,SAp2Jd;;;AAq2Jf;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAA2B,SAp2Jd;;;AAq2Jb;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAA+B,SAp2Jd;;;AAq2JjB;EAAyC,SAp2Jd;;;AAq2J3B;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAA4C,SAp2Jd;;;AAq2J9B;EAAmD,SAp2Jd;;;AAq2JrC;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAA4C,SAp2Jd;;;AAq2J9B;EAAmD,SAp2Jd;;;AAq2JrC;EAAiD,SAp2Jd;;;AAq2JnC;EAAwD,SAp2Jd;;;AAq2J1C;EAAkD,SAp2Jd;;;AAq2JpC;EAAyD,SAp2Jd;;;AAq2J3C;EAA0C,SAp2Jd;;;AAq2J5B;EAAiD,SAp2Jd;;;AAq2JnC;EAA2C,SAp2Jd;;;AAq2J7B;EAAkD,SAp2Jd;;;AAq2JpC;EAAyC,SAp2Jd;;;AAq2J3B;EAAgD,SAp2Jd;;;AAq2JlC;EAA8C,SAp2Jd;;;AAq2JhC;EAAqD,SAp2Jd;;;AAq2JvC;EAA+C,SAp2Jd;;;AAq2JjC;EAAsD,SAp2Jd;;;AAq2JxC;EAAiC,SAp2Jd;;;AAq2JnB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAgC,SAp2Jd;;;AAq2JlB;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAA6C,SAp2Jd;;;AAq2J/B;EAAiD,SAp2Jd;;;AAq2JnC;EAAkD,SAp2Jd;;;AAq2JpC;EAA+B,SAp2Jd;;;AAq2JjB;EAA+B,SAp2Jd;;;AAq2JjB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAA4B,SAp2Jd;;;AAq2Jd;EAA6B,SAp2Jd;;;AAq2Jf;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAA8B,SAp2Jd;;;AAq2JhB;EAA+B,SAp2Jd;;;AAq2JjB;EAA4B,SAp2Jd;;;AAq2Jd;EAAgC,SAp2Jd;;;AAq2JlB;EAAiC,SAp2Jd;;;AAq2JnB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAiC,SAp2Jd;;;AAq2JnB;EAA8C,SAp2Jd;;;AAq2JhC;EAAqD,SAp2Jd;;;AAq2JvC;EAAkD,SAp2Jd;;;AAq2JpC;EAAyD,SAp2Jd;;;AAq2J3C;EAAgD,SAp2Jd;;;AAq2JlC;EAAuD,SAp2Jd;;;AAq2JzC;EAAwC,SAp2Jd;;;AAq2J1B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAA8B,SAp2Jd;;;AAq2JhB;EAA+B,SAp2Jd;;;AAq2JjB;EAA6B,SAp2Jd;;;AAq2Jf;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAAqC,SAp2Jd;;;AAq2JvB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAA2C,SAp2Jd;;;AAq2J7B;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAA4C,SAp2Jd;;;AAq2J9B;EAA4C,SAp2Jd;;;AAq2J9B;EAA0C,SAp2Jd;;;AAq2J5B;EAA4C,SAp2Jd;;;AAq2J9B;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAAqC,SAp2Jd;;;AAq2JvB;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAAkD,SAp2Jd;;;AAq2JpC;EAAyD,SAp2Jd;;;AAq2J3C;EAAgD,SAp2Jd;;;AAq2JlC;EAAuD,SAp2Jd;;;AAq2JzC;EAAgD,SAp2Jd;;;AAq2JlC;EAAkD,SAp2Jd;;;AAq2JpC;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAyC,SAp2Jd;;;AAq2J3B;EAAqD,SAp2Jd;;;AAq2JvC;EAAmD,SAp2Jd;;;AAq2JrC;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAA2C,SAp2Jd;;;AAq2J7B;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAA+C,SAp2Jd;;;AAq2JjC;EAAsD,SAp2Jd;;;AAq2JxC;EAA6C,SAp2Jd;;;AAq2J/B;EAAoD,SAp2Jd;;;AAq2JtC;EAA6C,SAp2Jd;;;AAq2J/B;EAA+C,SAp2Jd;;;AAq2JjC;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAgD,SAp2Jd;;;AAq2JlC;EAAqD,SAp2Jd;;;AAq2JvC;EAA4D,SAp2Jd;;;AAq2J9C;EAAmD,SAp2Jd;;;AAq2JrC;EAA0D,SAp2Jd;;;AAq2J5C;EAA6C,SAp2Jd;;;AAq2J/B;EAAsD,SAp2Jd;;;AAq2JxC;EAA6D,SAp2Jd;;;AAq2J/C;EAAoD,SAp2Jd;;;AAq2JtC;EAA2D,SAp2Jd;;;AAq2J7C;EAAsD,SAp2Jd;;;AAq2JxC;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAA0C,SAp2Jd;;;AAq2J5B;EAA2C,SAp2Jd;;;AAq2J7B;EAA0C,SAp2Jd;;;AAq2J5B;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAgC,SAp2Jd;;;AAq2JlB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAgC,SAp2Jd;;;AAq2JlB;EAA6B,SAp2Jd;;;AAq2Jf;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAA6B,SAp2Jd;;;AAq2Jf;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAA6B,SAp2Jd;;;AAq2Jf;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAA6B,SAp2Jd;;;AAq2Jf;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAA4C,SAp2Jd;;;AAq2J9B;EAAmD,SAp2Jd;;;AAq2JrC;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAA+B,SAp2Jd;;;AAq2JjB;EAAkC,SAp2Jd;;;AAq2JpB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAA6B,SAp2Jd;;;AAq2Jf;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAA+B,SAp2Jd;;;AAq2JjB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAA4B,SAp2Jd;;;AAq2Jd;EAAuC,SAp2Jd;;;AAq2JzB;EAA4B,SAp2Jd;;;AAq2Jd;EAA8B,SAp2Jd;;;AAq2JhB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAgC,SAp2Jd;;;AAq2JlB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAA8B,SAp2Jd;;;AAq2JhB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAA6B,SAp2Jd;;;AAq2Jf;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAAgC,SAp2Jd;;;AAq2JlB;EAAmC,SAp2Jd;;;AAq2JrB;EAA6B,SAp2Jd;;;AAq2Jf;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAiC,SAp2Jd;;;AAq2JnB;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAgC,SAp2Jd;;;AAq2JlB;EAAyC,SAp2Jd;;;AAq2J3B;EAAqC,SAp2Jd;;;AAq2JvB;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAA6C,SAp2Jd;;;AAq2J/B;EAA0C,SAp2Jd;;;AAq2J5B;EAAuC,SAp2Jd;;;AAq2JzB;EAA+B,SAp2Jd;;;AAq2JjB;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAA6B,SAp2Jd;;;AAq2Jf;EAA+B,SAp2Jd;;;AAq2JjB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAAuC,SAp2Jd;;;AAq2JzB;EAAyC,SAp2Jd;;;AAq2J3B;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAA8C,SAp2Jd;;;AAq2JhC;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAyC,SAp2Jd;;;AAq2J3B;EAAgD,SAp2Jd;;;AAq2JlC;EAA4C,SAp2Jd;;;AAq2J9B;EAA8C,SAp2Jd;;;AAq2JhC;EAA6C,SAp2Jd;;;AAq2J/B;EAA4C,SAp2Jd;;;AAq2J9B;EAA2C,SAp2Jd;;;AAq2J7B;EAA8C,SAp2Jd;;;AAq2JhC;EAA4C,SAp2Jd;;;AAq2J9B;EAAmD,SAp2Jd;;;AAq2JrC;EAA6C,SAp2Jd;;;AAq2J/B;EAA6C,SAp2Jd;;;AAq2J/B;EAA2C,SAp2Jd;;;AAq2J7B;EAA6C,SAp2Jd;;;AAq2J/B;EAA2C,SAp2Jd;;;AAq2J7B;EAA4C,SAp2Jd;;;AAq2J9B;EAAgD,SAp2Jd;;;AAq2JlC;EAA8C,SAp2Jd;;;AAq2JhC;EAA6C,SAp2Jd;;;AAq2J/B;EAA4C,SAp2Jd;;;AAq2J9B;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAA8C,SAp2Jd;;;AAq2JhC;EAAsC,SAp2Jd;;;AAq2JxB;EAA4C,SAp2Jd;;;AAq2J9B;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAA8B,SAp2Jd;;;AAq2JhB;EAAuC,SAp2Jd;;;AAq2JzB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAAyC,SAp2Jd;;;AAq2J3B;EAAiC,SAp2Jd;;;AAq2JnB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAqC,SAp2Jd;;;AAq2JvB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAA0C,SAp2Jd;;;AAq2J5B;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAyC,SAp2Jd;;;AAq2J3B;EAA2C,SAp2Jd;;;AAq2J7B;EAAsC,SAp2Jd;;;AAq2JxB;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAAgC,SAp2Jd;;;AAq2JlB;EAA6B,SAp2Jd;;;AAq2Jf;EAA+B,SAp2Jd;;;AAq2JjB;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAA4B,SAp2Jd;;;AAq2Jd;EAAgC,SAp2Jd;;;AAq2JlB;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAA8B,SAp2Jd;;;AAq2JhB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAgC,SAp2Jd;;;AAq2JlB;EAAmC,SAp2Jd;;;AAq2JrB;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAA4C,SAp2Jd;;;AAq2J9B;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAA+C,SAp2Jd;;;AAq2JjC;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAA4C,SAp2Jd;;;AAq2J9B;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAA4B,SAp2Jd;;;AAq2Jd;EAAgC,SAp2Jd;;;AAq2JlB;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAuC,SAp2Jd;;;AAq2JzB;EAAmC,SAp2Jd;;;AAq2JrB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAgC,SAp2Jd;;;AAq2JlB;EAA8B,SAp2Jd;;;AAq2JhB;EAA4B,SAp2Jd;;;AAq2Jd;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAA4B,SAp2Jd;;;AAq2Jd;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAA2B,SAp2Jd;;;AAq2Jb;EAA8B,SAp2Jd;;;AAq2JhB;EAAiC,SAp2Jd;;;AAq2JnB;EAA+B,SAp2Jd;;;AAq2JjB;EAA6B,SAp2Jd;;;AAq2Jf;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAAiC,SAp2Jd;;;AAq2JnB;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAA8B,SAp2Jd;;;AAq2JhB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAA4C,SAp2Jd;;;AAq2J9B;EAAgD,SAp2Jd;;;AAq2JlC;EAA0C,SAp2Jd;;;AAq2J5B;EAA8C,SAp2Jd;;;AAq2JhC;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAA6C,SAp2Jd;;;AAq2J/B;EAA8C,SAp2Jd;;;AAq2JhC;EAAsC,SAp2Jd;;;AAq2JxB;EAA4B,SAp2Jd;;;AAq2Jd;EAAmC,SAp2Jd;;;AAq2JrB;EAAgC,SAp2Jd;;;AAq2JlB;EAAgC,SAp2Jd;;;AAq2JlB;EAA4B,SAp2Jd;;;AAq2Jd;EAA8B,SAp2Jd;;;AAq2JhB;EAA+B,SAp2Jd;;;AAq2JjB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAA8B,SAp2Jd;;;AAq2JhB;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAkC,SAp2Jd;;;AAq2JpB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAgC,SAp2Jd;;;AAq2JlB;EAA8B,SAp2Jd;;;AAq2JhB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAA2C,SAp2Jd;;;AAq2J7B;EAA0C,SAp2Jd;;;AAq2J5B;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAA6C,SAp2Jd;;;AAq2J/B;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAoC,SAp2Jd;;;AAq2JtB;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAA8B,SAp2Jd;;;AAq2JhB;EAA6B,SAp2Jd;;;AAq2Jf;EAA2C,SAp2Jd;;;AAq2J7B;EAA+C,SAp2Jd;;;AAq2JjC;EAA8C,SAp2Jd;;;AAq2JhC;EAA+C,SAp2Jd;;;AAq2JjC;EAA4B,SAp2Jd;;;AAq2Jd;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAAgC,SAp2Jd;;;AAq2JlB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAA8B,SAp2Jd;;;AAq2JhB;EAA4B,SAp2Jd;;;AAq2Jd;EAAgC,SAp2Jd;;;AAq2JlB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAA8B,SAp2Jd;;;AAq2JhB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAwC,SAp2Jd;;;AAq2J1B;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAAyC,SAp2Jd;;;AAq2J3B;EAAgD,SAp2Jd;;;AAq2JlC;EAA4C,SAp2Jd;;;AAq2J9B;EAAmD,SAp2Jd;;;AAq2JrC;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAA0C,SAp2Jd;;;AAq2J5B;EAAiD,SAp2Jd;;;AAq2JnC;EAA0C,SAp2Jd;;;AAq2J5B;EAAiD,SAp2Jd;;;AAq2JnC;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAA2C,SAp2Jd;;;AAq2J7B;EAA2C,SAp2Jd;;;AAq2J7B;EAA6C,SAp2Jd;;;AAq2J/B;EAAsC,SAp2Jd;;;AAq2JxB;EAA6B,SAp2Jd;;;AAq2Jf;EAAuC,SAp2Jd;;;AAq2JzB;EAAyC,SAp2Jd;;;AAq2J3B;EAAiC,SAp2Jd;;;AAq2JnB;EAA+B,SAp2Jd;;;AAq2JjB;EAA6B,SAp2Jd;;;AAq2Jf;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAA4B,SAp2Jd;;;AAq2Jd;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAA8B,SAp2Jd;;;AAq2JhB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAA4B,SAp2Jd;;;AAq2Jd;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAA8B,SAp2Jd;;;AAq2JhB;EAA6B,SAp2Jd;;;AAq2Jf;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAA+C,SAp2Jd;;;AAq2JjC;EAAyC,SAp2Jd;;;AAq2J3B;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAA+B,SAp2Jd;;;AAq2JjB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAiC,SAp2Jd;;;AAq2JnB;EAAsC,SAp2Jd;;;AAq2JxB;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAwC,SAp2Jd;;;AAq2J1B;EAA2C,SAp2Jd;;;AAq2J7B;EAA4C,SAp2Jd;;;AAq2J9B;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAA8B,SAp2Jd;;;AAq2JhB;EAAuC,SAp2Jd;;;AAq2JzB;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAiD,SAp2Jd;;;AAq2JnC;EAA8C,SAp2Jd;;;AAq2JhC;EAA2C,SAp2Jd;;;AAq2J7B;EAAkD,SAp2Jd;;;AAq2JpC;EAA0C,SAp2Jd;;;AAq2J5B;EAA8C,SAp2Jd;;;AAq2JhC;EAA+C,SAp2Jd;;;AAq2JjC;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAgC,SAp2Jd;;;AAq2JlB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAA8C,SAp2Jd;;;AAq2JhC;EAA6C,SAp2Jd;;;AAq2J/B;EAA4C,SAp2Jd;;;AAq2J9B;EAA+B,SAp2Jd;;;AAq2JjB;EAAgC,SAp2Jd;;;AAq2JlB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAA+B,SAp2Jd;;;AAq2JjB;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAA+B,SAp2Jd;;;AAq2JjB;EAAgC,SAp2Jd;;;AAq2JlB;EAA2C,SAp2Jd;;;AAq2J7B;EAA2C,SAp2Jd;;;AAq2J7B;EAA2C,SAp2Jd;;;AAq2J7B;EAA2C,SAp2Jd;;;AAq2J7B;EAA2C,SAp2Jd;;;AAq2J7B;EAA0C,SAp2Jd;;;AAq2J5B;EAA2C,SAp2Jd;;;AAq2J7B;EAA2C,SAp2Jd;;;AAq2J7B;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAAyC,SAp2Jd;;;AAq2J3B;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAAsC,SAp2Jd;;;AAq2JxB;EAA8B,SAp2Jd;;;AAq2JhB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAA8B,SAp2Jd;;;AAq2JhB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAyC,SAp2Jd;;;AAq2J3B;EAA2C,SAp2Jd;;;AAq2J7B;EAAmC,SAp2Jd;;;AAq2JrB;EAAyC,SAp2Jd;;;AAq2J3B;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAuC,SAp2Jd;;;AAq2JzB;EAAmC,SAp2Jd;;;AAq2JrB;EAA4B,SAp2Jd;;;AAq2Jd;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAgC,SAp2Jd;;;AAq2JlB;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAA4B,SAp2Jd;;;AAq2Jd;EAAiC,SAp2Jd;;;AAq2JnB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAA8B,SAp2Jd;;;AAq2JhB;EAA6B,SAp2Jd;;;AAq2Jf;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAgC,SAp2Jd;;;AAq2JlB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAA+B,SAp2Jd;;;AAq2JjB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAgC,SAp2Jd;;;AAq2JlB;EAAyC,SAp2Jd;;;AAq2J3B;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAA+B,SAp2Jd;;;AAq2JjB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAA4B,SAp2Jd;;;AAq2Jd;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAAgC,SAp2Jd;;;AAq2JlB;EAAqC,SAp2Jd;;;AAq2JvB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAA6B,SAp2Jd;;;AAq2Jf;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAA4B,SAp2Jd;;;AAq2Jd;EAAkC,SAp2Jd;;;AAq2JpB;EAA6C,SAp2Jd;;;AAq2J/B;EAA2C,SAp2Jd;;;AAq2J7B;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAA4C,SAp2Jd;;;AAq2J9B;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAA6C,SAp2Jd;;;AAq2J/B;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAA+B,SAp2Jd;;;AAq2JjB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAyC,SAp2Jd;;;AAq2J3B;EAAgD,SAp2Jd;;;AAq2JlC;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAA2C,SAp2Jd;;;AAq2J7B;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAA8B,SAp2Jd;;;AAq2JhB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAA2C,SAp2Jd;;;AAq2J7B;EAA8C,SAp2Jd;;;AAq2JhC;EAA0C,SAp2Jd;;;AAq2J5B;EAAiD,SAp2Jd;;;AAq2JnC;EAA2C,SAp2Jd;;;AAq2J7B;EAA2C,SAp2Jd;;;AAq2J7B;EAA0C,SAp2Jd;;;AAq2J5B;EAA4C,SAp2Jd;;;AAq2J9B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAA2C,SAp2Jd;;;AAq2J7B;EAA6C,SAp2Jd;;;AAq2J/B;EAA4C,SAp2Jd;;;AAq2J9B;EAA2C,SAp2Jd;;;AAq2J7B;EAA0C,SAp2Jd;;;AAq2J5B;EAA2C,SAp2Jd;;;AAq2J7B;EAA+C,SAp2Jd;;;AAq2JjC;EAA6C,SAp2Jd;;;AAq2J/B;EAA2C,SAp2Jd;;;AAq2J7B;EAAkD,SAp2Jd;;;AAq2JpC;EAA6C,SAp2Jd;;;AAq2J/B;EAA4C,SAp2Jd;;;AAq2J9B;EAA4C,SAp2Jd;;;AAq2J9B;EAA0C,SAp2Jd;;;AAq2J5B;EAA4C,SAp2Jd;;;AAq2J9B;EAA0C,SAp2Jd;;;AAq2J5B;EAA2C,SAp2Jd;;;AAq2J7B;EAA+C,SAp2Jd;;;AAq2JjC;EAA6C,SAp2Jd;;;AAq2J/B;EAA4C,SAp2Jd;;;AAq2J9B;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAAwC,SAp2Jd;;;AAq2J1B;EAA+B,SAp2Jd;;;AAq2JjB;EAA0C,SAp2Jd;;;AAq2J5B;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAuC,SAp2Jd;;;AAq2JzB;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAA+B,SAp2Jd;;;AAq2JjB;EAA+B,SAp2Jd;;;AAq2JjB;EAA8B,SAp2Jd;;;AAq2JhB;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAA+B,SAp2Jd;;;AAq2JjB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAgC,SAp2Jd;;;AAq2JlB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAgC,SAp2Jd;;;AAq2JlB;EAAqC,SAp2Jd;;;AAq2JvB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAA6B,SAp2Jd;;;AAq2Jf;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAA0C,SAp2Jd;;;AAq2J5B;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAyC,SAp2Jd;;;AAq2J3B;EAA+C,SAp2Jd;;;AAq2JjC;EAA+C,SAp2Jd;;;AAq2JjC;EAA8C,SAp2Jd;;;AAq2JhC;EAAiD,SAp2Jd;;;AAq2JnC;EAAkD,SAp2Jd;;;AAq2JpC;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAA+C,SAp2Jd;;;AAq2JjC;EAAiC,SAp2Jd;;;AAq2JnB;EAA4B,SAp2Jd;;;AAq2Jd;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAAoC,SAp2Jd;;;AAq2JtB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAA8B,SAp2Jd;;;AAq2JhB;EAAqC,SAp2Jd;;;AAq2JvB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAA+B,SAp2Jd;;;AAq2JjB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAA8B,SAp2Jd;;;AAq2JhB;EAA4B,SAp2Jd;;;AAq2Jd;EAAgC,SAp2Jd;;;AAq2JlB;EAA4B,SAp2Jd;;;AAq2Jd;EAA+B,SAp2Jd;;;AAq2JjB;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAiD,SAp2Jd;;;AAq2JnC;EAA0C,SAp2Jd;;;AAq2J5B;EAAiD,SAp2Jd;;;AAq2JnC;EAA2C,SAp2Jd;;;AAq2J7B;EAAkD,SAp2Jd;;;AAq2JpC;EAAwC,SAp2Jd;;;AAq2J1B;EAA+C,SAp2Jd;;;AAq2JjC;EAAwC,SAp2Jd;;;AAq2J1B;EAA+C,SAp2Jd;;;AAq2JjC;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAA4C,SAp2Jd;;;AAq2J9B;EAAmD,SAp2Jd;;;AAq2JrC;EAA4C,SAp2Jd;;;AAq2J9B;EAAmD,SAp2Jd;;;AAq2JrC;EAA6C,SAp2Jd;;;AAq2J/B;EAAoD,SAp2Jd;;;AAq2JtC;EAA0C,SAp2Jd;;;AAq2J5B;EAAiD,SAp2Jd;;;AAq2JnC;EAA6C,SAp2Jd;;;AAq2J/B;EAAoD,SAp2Jd;;;AAq2JtC;EAA6C,SAp2Jd;;;AAq2J/B;EAAoD,SAp2Jd;;;AAq2JtC;EAA8C,SAp2Jd;;;AAq2JhC;EAAqD,SAp2Jd;;;AAq2JvC;EAA2C,SAp2Jd;;;AAq2J7B;EAAkD,SAp2Jd;;;AAq2JpC;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAuC,SAp2Jd;;;AAq2JzB;EAA8C,SAp2Jd;;;AAq2JhC;EAA8C,SAp2Jd;;;AAq2JhC;EAAgD,SAp2Jd;;;AAq2JlC;EAA2C,SAp2Jd;;;AAq2J7B;EAAuC,SAp2Jd;;;AAq2JzB;EAAkD,SAp2Jd;;;AAq2JpC;EAAyD,SAp2Jd;;;AAq2J3C;EAAkD,SAp2Jd;;;AAq2JpC;EAAyD,SAp2Jd;;;AAq2J3C;EAAmD,SAp2Jd;;;AAq2JrC;EAA0D,SAp2Jd;;;AAq2J5C;EAAgD,SAp2Jd;;;AAq2JlC;EAAuD,SAp2Jd;;;AAq2JzC;EAA6C,SAp2Jd;;;AAq2J/B;EAAoD,SAp2Jd;;;AAq2JtC;EAAoD,SAp2Jd;;;AAq2JtC;EAA2D,SAp2Jd;;;AAq2J7C;EAAoD,SAp2Jd;;;AAq2JtC;EAA2D,SAp2Jd;;;AAq2J7C;EAAqD,SAp2Jd;;;AAq2JvC;EAA4D,SAp2Jd;;;AAq2J9C;EAAkD,SAp2Jd;;;AAq2JpC;EAAyD,SAp2Jd;;;AAq2J3C;EAAqD,SAp2Jd;;;AAq2JvC;EAA4D,SAp2Jd;;;AAq2J9C;EAAqD,SAp2Jd;;;AAq2JvC;EAA4D,SAp2Jd;;;AAq2J9C;EAAsD,SAp2Jd;;;AAq2JxC;EAA6D,SAp2Jd;;;AAq2J/C;EAAmD,SAp2Jd;;;AAq2JrC;EAA0D,SAp2Jd;;;AAq2J5C;EAA8C,SAp2Jd;;;AAq2JhC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAAgD,SAp2Jd;;;AAq2JlC;EAA6C,SAp2Jd;;;AAq2J/B;EAA+C,SAp2Jd;;;AAq2JjC;EAAoD,SAp2Jd;;;AAq2JtC;EAAgD,SAp2Jd;;;AAq2JlC;EAAuD,SAp2Jd;;;AAq2JzC;EAAgD,SAp2Jd;;;AAq2JlC;EAAuD,SAp2Jd;;;AAq2JzC;EAAgD,SAp2Jd;;;AAq2JlC;EAAuD,SAp2Jd;;;AAq2JzC;EAAgD,SAp2Jd;;;AAq2JlC;EAAuD,SAp2Jd;;;AAq2JzC;EAAgD,SAp2Jd;;;AAq2JlC;EAAuD,SAp2Jd;;;AAq2JzC;EAAgD,SAp2Jd;;;AAq2JlC;EAAuD,SAp2Jd;;;AAq2JzC;EAAgD,SAp2Jd;;;AAq2JlC;EAAuD,SAp2Jd;;;AAq2JzC;EAAgD,SAp2Jd;;;AAq2JlC;EAAuD,SAp2Jd;;;AAq2JzC;EAAgD,SAp2Jd;;;AAq2JlC;EAAuD,SAp2Jd;;;AAq2JzC;EAAgD,SAp2Jd;;;AAq2JlC;EAAuD,SAp2Jd;;;AAq2JzC;EAAkD,SAp2Jd;;;AAq2JpC;EAA4C,SAp2Jd;;;AAq2J9B;EAA8C,SAp2Jd;;;AAq2JhC;EAAmD,SAp2Jd;;;AAq2JrC;EAAyC,SAp2Jd;;;AAq2J3B;EAAgD,SAp2Jd;;;AAq2JlC;EAAsC,SAp2Jd;;;AAq2JxB;EAAiD,SAp2Jd;;;AAq2JnC;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAAgC,SAp2Jd;;;AAq2JlB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAA+B,SAp2Jd;;;AAq2JjB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAA6B,SAp2Jd;;;AAq2Jf;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAiC,SAp2Jd;;;AAq2JnB;EAA8B,SAp2Jd;;;AAq2JhB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAA8B,SAp2Jd;;;AAq2JhB;EAAuC,SAp2Jd;;;AAq2JzB;EAA2C,SAp2Jd;;;AAq2J7B;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAoC,SAp2Jd;;;AAq2JtB;EAAwC,SAp2Jd;;;AAq2J1B;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAA4B,SAp2Jd;;;AAq2Jd;EAAgC,SAp2Jd;;;AAq2JlB;EAA4B,SAp2Jd;;;AAq2Jd;EAAwC,SAp2Jd;;;AAq2J1B;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAgC,SAp2Jd;;;AAq2JlB;EAAiC,SAp2Jd;;;AAq2JnB;EAAgC,SAp2Jd;;;AAq2JlB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAgC,SAp2Jd;;;AAq2JlB;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAAoC,SAp2Jd;;;AAq2JtB;EAA4B,SAp2Jd;;;AAq2Jd;EAAiC,SAp2Jd;;;AAq2JnB;EAA8B,SAp2Jd;;;AAq2JhB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAiC,SAp2Jd;;;AAq2JnB;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAA+B,SAp2Jd;;;AAq2JjB;EAA8B,SAp2Jd;;;AAq2JhB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAA4B,SAp2Jd;;;AAq2Jd;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAA6B,SAp2Jd;;;AAq2Jf;EAA+B,SAp2Jd;;;AAq2JjB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAA+B,SAp2Jd;;;AAq2JjB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAoC,SAp2Jd;;;AAq2JtB;EAA4C,SAp2Jd;;;AAq2J9B;EAA+C,SAp2Jd;;;AAq2JjC;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAwC,SAp2Jd;;;AAq2J1B;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAA4B,SAp2Jd;;;AAq2Jd;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAA2C,SAp2Jd;;;AAq2J7B;EAA2C,SAp2Jd;;;AAq2J7B;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAyC,SAp2Jd;;;AAq2J3B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAwC,SAp2Jd;;;AAq2J1B;EAAkC,SAp2Jd;;;AAq2JpB;EAA2C,SAp2Jd;;;AAq2J7B;EAAgC,SAp2Jd;;;AAq2JlB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAgC,SAp2Jd;;;AAq2JlB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAA4B,SAp2Jd;;;AAq2Jd;EAA8B,SAp2Jd;;;AAq2JhB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAAyC,SAp2Jd;;;AAq2J3B;EAA0C,SAp2Jd;;;AAq2J5B;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAmD,SAp2Jd;;;AAq2JrC;EAA8C,SAp2Jd;;;AAq2JhC;EAA6C,SAp2Jd;;;AAq2J/B;EAA4C,SAp2Jd;;;AAq2J9B;EAA4C,SAp2Jd;;;AAq2J9B;EAAyC,SAp2Jd;;;AAq2J3B;EAA4B,SAp2Jd;;;AAq2Jd;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAA6B,SAp2Jd;;;AAq2Jf;EAA6B,SAp2Jd;;;AAq2Jf;EAA8B,SAp2Jd;;;AAq2JhB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAA4C,SAp2Jd;;;AAq2J9B;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAAgD,SAp2Jd;;;AAq2JlC;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAA2C,SAp2Jd;;;AAq2J7B;EAA6C,SAp2Jd;;;AAq2J/B;EAA6C,SAp2Jd;;;AAq2J/B;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAAmC,SAp2Jd;;;AAq2JrB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAA8B,SAp2Jd;;;AAq2JhB;EAAgC,SAp2Jd;;;AAq2JlB;EAAkC,SAp2Jd;;;AAq2JpB;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAA2C,SAp2Jd;;;AAq2J7B;EAA8B,SAp2Jd;;;AAq2JhB;EAA4C,SAp2Jd;;;AAq2J9B;EAA2C,SAp2Jd;;;AAq2J7B;EAAyC,SAp2Jd;;;AAq2J3B;EAA0C,SAp2Jd;;;AAq2J5B;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAAiC,SAp2Jd;;;AAq2JnB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAA0C,SAp2Jd;;;AAq2J5B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAwC,SAp2Jd;;;AAq2J1B;EAAoD,SAp2Jd;;;AAq2JtC;EAAqD,SAp2Jd;;;AAq2JvC;EAAiD,SAp2Jd;;;AAq2JnC;EAAkD,SAp2Jd;;;AAq2JpC;EAA0C,SAp2Jd;;;AAq2J5B;EAAwC,SAp2Jd;;;AAq2J1B;EAAyC,SAp2Jd;;;AAq2J3B;EAAuC,SAp2Jd;;;AAq2JzB;EAA8B,SAp2Jd;;;AAq2JhB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAAkC,SAp2Jd;;;AAq2JpB;EAA6B,SAp2Jd;;;AAq2Jf;EAA8B,SAp2Jd;;;AAq2JhB;EAAiC,SAp2Jd;;;AAq2JnB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAoC,SAp2Jd;;;AAq2JtB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAAiD,SAp2Jd;;;AAq2JnC;EAAuC,SAp2Jd;;;AAq2JzB;EAAyC,SAp2Jd;;;AAq2J3B;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAA+C,SAp2Jd;;;AAq2JjC;EAAsD,SAp2Jd;;;AAq2JxC;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAAgC,SAp2Jd;;;AAq2JlB;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAA+B,SAp2Jd;;;AAq2JjB;EAA8B,SAp2Jd;;;AAq2JhB;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAqC,SAp2Jd;;;AAq2JvB;EAA4B,SAp2Jd;;;AAq2Jd;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAA4B,SAp2Jd;;;AAq2Jd;EAAgC,SAp2Jd;;;AAq2JlB;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAA+B,SAp2Jd;;;AAq2JjB;EAA+B,SAp2Jd;;;AAq2JjB;EAA+B,SAp2Jd;;;AAq2JjB;EAA4B,SAp2Jd;;;AAq2Jd;EAA6B,SAp2Jd;;;AAq2Jf;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAiC,SAp2Jd;;;AAq2JnB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAA4C,SAp2Jd;;;AAq2J9B;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAA+B,SAp2Jd;;;AAq2JjB;EAA8B,SAp2Jd;;;AAq2JhB;EAAoC,SAp2Jd;;;AAq2JtB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAAuC,SAp2Jd;;;AAq2JzB;EAA2C,SAp2Jd;;;AAq2J7B;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAiC,SAp2Jd;;;AAq2JnB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAA+B,SAp2Jd;;;AAq2JjB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAA0C,SAp2Jd;;;AAq2J5B;EAA6C,SAp2Jd;;;AAq2J/B;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAA4C,SAp2Jd;;;AAq2J9B;EAA8B,SAp2Jd;;;AAq2JhB;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAA8B,SAp2Jd;;;AAq2JhB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAsC,SAp2Jd;;;AAq2JxB;EAA8B,SAp2Jd;;;AAq2JhB;EAA4B,SAp2Jd;;;AAq2Jd;EAAgC,SAp2Jd;;;AAq2JlB;EAA8B,SAp2Jd;;;AAq2JhB;EAAkC,SAp2Jd;;;AAq2JpB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAgC,SAp2Jd;;;AAq2JlB;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAA2B,SAp2Jd;;;AAq2Jb;EAA6B,SAp2Jd;;;AAq2Jf;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAA+B,SAp2Jd;;;AAq2JjB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAmC,SAp2Jd;;;AAq2JrB;EAAsC,SAp2Jd;;;AAq2JxB;EAA0C,SAp2Jd;;;AAq2J5B;EAAiC,SAp2Jd;;;AAq2JnB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAqC,SAp2Jd;;;AAq2JvB;EAAiC,SAp2Jd;;;AAq2JnB;EAAmC,SAp2Jd;;;AAq2JrB;EAA2C,SAp2Jd;;;AAq2J7B;EAA2C,SAp2Jd;;;AAq2J7B;EAA2C,SAp2Jd;;;AAq2J7B;EAA2C,SAp2Jd;;;AAq2J7B;EAA2C,SAp2Jd;;;AAq2J7B;EAA2C,SAp2Jd;;;AAq2J7B;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAkC,SAp2Jd;;;AAq2JpB;EAAsC,SAp2Jd;;;AAq2JxB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAA0C,SAp2Jd;;;AAq2J5B;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAA+B,SAp2Jd;;;AAq2JjB;EAA8B,SAp2Jd;;;AAq2JhB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAA8B,SAp2Jd;;;AAq2JhB;EAA6B,SAp2Jd;;;AAq2Jf;EAA+B,SAp2Jd;;;AAq2JjB;EAA+B,SAp2Jd;;;AAq2JjB;EAA+B,SAp2Jd;;;AAq2JjB;EAAiC,SAp2Jd;;;AAq2JnB;EAA6B,SAp2Jd;;;AAq2Jf;EAAyC,SAp2Jd;;;AAq2J3B;EAAiC,SAp2Jd;;;AAq2JnB;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAA+B,SAp2Jd;;;AAq2JjB;EAAwC,SAp2Jd;;;AAq2J1B;EAAwC,SAp2Jd;;;AAq2J1B;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAA8B,SAp2Jd;;;AAq2JhB;EAAmC,SAp2Jd;;;AAq2JrB;EAA8B,SAp2Jd;;;AAq2JhB;EAA6B,SAp2Jd;;;AAq2Jf;EAA8B,SAp2Jd;;;AAq2JhB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAA0C,SAp2Jd;;;AAq2J5B;EAAoC,SAp2Jd;;;AAq2JtB;EAAuC,SAp2Jd;;;AAq2JzB;EAAwC,SAp2Jd;;;AAq2J1B;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAoC,SAp2Jd;;;AAq2JtB;EAAkC,SAp2Jd;;;AAq2JpB;EAAmC,SAp2Jd;;;AAq2JrB;EAAuC,SAp2Jd;;;AAq2JzB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAAkC,SAp2Jd;;;AAq2JpB;EAAgC,SAp2Jd;;;AAq2JlB;EAAsC,SAp2Jd;;;AAq2JxB;EAAgC,SAp2Jd;;;AAq2JlB;EAAoC,SAp2Jd;;;AAq2JtB;EAAqC,SAp2Jd;;;AAq2JvB;EAAyC,SAp2Jd;;;AAq2J3B;EAA0B,SAp2Jd;;;AAq2JZ;EAA+B,SAp2Jd;;;AAq2JjB;EAA+B,SAp2Jd;;;AAq2JjB;EAA+B,SAp2Jd;;;AAq2JjB;EAA+B,SAp2Jd;;;AAq2JjB;EAA2B,SAp2Jd;;;AAq2Jb;EAA4B,SAp2Jd;;;AAq2Jd;EAAiC,SAp2Jd;;;AAq2JnB;EAAwC,SAp2Jd;;;AAq2J1B;EAA6B,SAp2Jd;;;AAq2Jf;EAAiC,SAp2Jd;;;AAq2JnB;EAAqC,SAp2Jd;;;AAq2JvB;EAA4B,SAp2Jd;;;AAq2Jd;EAAwC,SAp2Jd;;;AAq2J1B;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAAyC,SAp2Jd;;;AAq2J3B;EAAsC,SAp2Jd;;;AAq2JxB;EAAmC,SAp2Jd;;;AAq2JrB;EAAqC,SAp2Jd;;;AAq2JvB;EAAsC,SAp2Jd;;;AAq2JxB;EAA2C,SAp2Jd;;;AAq2J7B;EAAuC,SAp2Jd;;;AAq2JzB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAoC,SAp2Jd;;;AAq2JtB;EAAmC,SAp2Jd;;;AAq2JrB;EAA0C,SAp2Jd;;;AAq2J5B;EAAkC,SAp2Jd;;;AAq2JpB;EAAyC,SAp2Jd;;;AAq2J3B;EAAoC,SAp2Jd;;;AAq2JtB;EAAgC,SAp2Jd;;;AAq2JlB;EAAqC,SAp2Jd;;;AAq2JvB;EAA4C,SAp2Jd;;;AAq2J9B;EAAuC,SAp2Jd;;;AAq2JzB;EAAmC,SAp2Jd;;;AAq2JrB;EAAiC,SAp2Jd;;;AAq2JnB;EAAsC,SAp2Jd;;;AAq2JxB;EAAwC,SAp2Jd;;;AAq2J1B;EAAiC,SAp2Jd;;;AAq2JnB;EAAsC,SAp2Jd;;;AAq2JxB;EAAqC,SAp2Jd;;;AAq2JvB;EAAmC,SAp2Jd;;;AAq2JrB;EAAkC,SAp2Jd;;;AAq2JpB;EAA4B,SAp2Jd;;;AAq2Jd;EAAgC,SAp2Jd;;;AAu2JlB;EAA4B,SAr5QX;;;AAs5QjB;EAA4B,SArjLX;;;AAsjLjB;EAA4B,SAtjLX","file":"tabler-icons.css"} \ No newline at end of file diff --git a/packages/icons-webfont/tabler-icons.html b/packages/icons-webfont/tabler-icons.html deleted file mode 100644 index 0b310bfe2..000000000 --- a/packages/icons-webfont/tabler-icons.html +++ /dev/null @@ -1,44812 +0,0 @@ - - - - - - - Tabler Icons - version 3.0.0-alpha.0 - - - - - - - - - -
-
-

- Tabler Icons -

-

version 3.0.0-alpha.0

-
- - - -
-
- -
- - 12-hours -
- ti ti-12-hours
- \fc53 -
-
- -
- - 123 -
- ti ti-123
- \f554 -
-
- -
- - 24-hours -
- ti ti-24-hours
- \f5e7 -
-
- -
- - 2fa -
- ti ti-2fa
- \eca0 -
-
- -
- - 360 -
- ti ti-360
- \f62f -
-
- -
- - 360-view -
- ti ti-360-view
- \f566 -
-
- -
- - 3d-cube-sphere -
- ti ti-3d-cube-sphere
- \ecd7 -
-
- -
- - 3d-cube-sphere-off -
- ti ti-3d-cube-sphere-off
- \f3b5 -
-
- -
- - 3d-rotate -
- ti ti-3d-rotate
- \f020 -
-
- -
- - a-b -
- ti ti-a-b
- \ec36 -
-
- -
- - a-b-2 -
- ti ti-a-b-2
- \f25f -
-
- -
- - a-b-off -
- ti ti-a-b-off
- \f0a6 -
-
- -
- - abacus -
- ti ti-abacus
- \f05c -
-
- -
- - abacus-off -
- ti ti-abacus-off
- \f3b6 -
-
- -
- - abc -
- ti ti-abc
- \f567 -
-
- -
- - access-point -
- ti ti-access-point
- \ed1b -
-
- -
- - access-point-off -
- ti ti-access-point-off
- \ed1a -
-
- -
- - accessible -
- ti ti-accessible
- \eba9 -
-
- -
- - accessible-off -
- ti ti-accessible-off
- \f0a7 -
-
- -
- - accessible-off-filled -
- ti ti-accessible-off-filled
- \f6ea -
-
- -
- - activity -
- ti ti-activity
- \ed23 -
-
- -
- - activity-heartbeat -
- ti ti-activity-heartbeat
- \f0db -
-
- -
- - ad -
- ti ti-ad
- \ea02 -
-
- -
- - ad-2 -
- ti ti-ad-2
- \ef1f -
-
- -
- - ad-circle -
- ti ti-ad-circle
- \f79e -
-
- -
- - ad-circle-filled -
- ti ti-ad-circle-filled
- \f7d3 -
-
- -
- - ad-circle-off -
- ti ti-ad-circle-off
- \f79d -
-
- -
- - ad-filled -
- ti ti-ad-filled
- \f6eb -
-
- -
- - ad-off -
- ti ti-ad-off
- \f3b7 -
-
- -
- - address-book -
- ti ti-address-book
- \f021 -
-
- -
- - address-book-off -
- ti ti-address-book-off
- \f3b8 -
-
- -
- - adjustments -
- ti ti-adjustments
- \ea03 -
-
- -
- - adjustments-alt -
- ti ti-adjustments-alt
- \ec37 -
-
- -
- - adjustments-bolt -
- ti ti-adjustments-bolt
- \f7fb -
-
- -
- - adjustments-cancel -
- ti ti-adjustments-cancel
- \f7fc -
-
- -
- - adjustments-check -
- ti ti-adjustments-check
- \f7fd -
-
- -
- - adjustments-code -
- ti ti-adjustments-code
- \f7fe -
-
- -
- - adjustments-cog -
- ti ti-adjustments-cog
- \f7ff -
-
- -
- - adjustments-dollar -
- ti ti-adjustments-dollar
- \f800 -
-
- -
- - adjustments-down -
- ti ti-adjustments-down
- \f801 -
-
- -
- - adjustments-exclamation -
- ti ti-adjustments-exclamation
- \f802 -
-
- -
- - adjustments-filled -
- ti ti-adjustments-filled
- \f6ec -
-
- -
- - adjustments-heart -
- ti ti-adjustments-heart
- \f803 -
-
- -
- - adjustments-horizontal -
- ti ti-adjustments-horizontal
- \ec38 -
-
- -
- - adjustments-minus -
- ti ti-adjustments-minus
- \f804 -
-
- -
- - adjustments-off -
- ti ti-adjustments-off
- \f0a8 -
-
- -
- - adjustments-pause -
- ti ti-adjustments-pause
- \f805 -
-
- -
- - adjustments-pin -
- ti ti-adjustments-pin
- \f806 -
-
- -
- - adjustments-plus -
- ti ti-adjustments-plus
- \f807 -
-
- -
- - adjustments-question -
- ti ti-adjustments-question
- \f808 -
-
- -
- - adjustments-search -
- ti ti-adjustments-search
- \f809 -
-
- -
- - adjustments-share -
- ti ti-adjustments-share
- \f80a -
-
- -
- - adjustments-star -
- ti ti-adjustments-star
- \f80b -
-
- -
- - adjustments-up -
- ti ti-adjustments-up
- \f80c -
-
- -
- - adjustments-x -
- ti ti-adjustments-x
- \f80d -
-
- -
- - aerial-lift -
- ti ti-aerial-lift
- \edfe -
-
- -
- - affiliate -
- ti ti-affiliate
- \edff -
-
- -
- - affiliate-filled -
- ti ti-affiliate-filled
- \f6ed -
-
- -
- - air-balloon -
- ti ti-air-balloon
- \f4a6 -
-
- -
- - air-conditioning -
- ti ti-air-conditioning
- \f3a2 -
-
- -
- - air-conditioning-disabled -
- ti ti-air-conditioning-disabled
- \f542 -
-
- -
- - air-traffic-control -
- ti ti-air-traffic-control
- \fb01 -
-
- -
- - alarm -
- ti ti-alarm
- \ea04 -
-
- -
- - alarm-average -
- ti ti-alarm-average
- \fc9e -
-
- -
- - alarm-filled -
- ti ti-alarm-filled
- \f709 -
-
- -
- - alarm-minus -
- ti ti-alarm-minus
- \f630 -
-
- -
- - alarm-minus-filled -
- ti ti-alarm-minus-filled
- \f70a -
-
- -
- - alarm-off -
- ti ti-alarm-off
- \f0a9 -
-
- -
- - alarm-plus -
- ti ti-alarm-plus
- \f631 -
-
- -
- - alarm-plus-filled -
- ti ti-alarm-plus-filled
- \f70b -
-
- -
- - alarm-snooze -
- ti ti-alarm-snooze
- \f632 -
-
- -
- - alarm-snooze-filled -
- ti ti-alarm-snooze-filled
- \f70c -
-
- -
- - album -
- ti ti-album
- \f022 -
-
- -
- - album-off -
- ti ti-album-off
- \f3b9 -
-
- -
- - alert-circle -
- ti ti-alert-circle
- \ea05 -
-
- -
- - alert-circle-filled -
- ti ti-alert-circle-filled
- \f6ee -
-
- -
- - alert-circle-off -
- ti ti-alert-circle-off
- \fc65 -
-
- -
- - alert-hexagon -
- ti ti-alert-hexagon
- \f80e -
-
- -
- - alert-hexagon-filled -
- ti ti-alert-hexagon-filled
- \fa34 -
-
- -
- - alert-hexagon-off -
- ti ti-alert-hexagon-off
- \fc66 -
-
- -
- - alert-octagon -
- ti ti-alert-octagon
- \ecc6 -
-
- -
- - alert-octagon-filled -
- ti ti-alert-octagon-filled
- \f6ef -
-
- -
- - alert-small -
- ti ti-alert-small
- \f80f -
-
- -
- - alert-small-off -
- ti ti-alert-small-off
- \fc67 -
-
- -
- - alert-square -
- ti ti-alert-square
- \f811 -
-
- -
- - alert-square-filled -
- ti ti-alert-square-filled
- \fa35 -
-
- -
- - alert-square-rounded -
- ti ti-alert-square-rounded
- \f810 -
-
- -
- - alert-square-rounded-filled -
- ti ti-alert-square-rounded-filled
- \fa36 -
-
- -
- - alert-square-rounded-off -
- ti ti-alert-square-rounded-off
- \fc68 -
-
- -
- - alert-triangle -
- ti ti-alert-triangle
- \ea06 -
-
- -
- - alert-triangle-filled -
- ti ti-alert-triangle-filled
- \f6f0 -
-
- -
- - alert-triangle-off -
- ti ti-alert-triangle-off
- \fc69 -
-
- -
- - alien -
- ti ti-alien
- \ebde -
-
- -
- - alien-filled -
- ti ti-alien-filled
- \f70d -
-
- -
- - align-box-bottom-center -
- ti ti-align-box-bottom-center
- \f530 -
-
- -
- - align-box-bottom-center-filled -
- ti ti-align-box-bottom-center-filled
- \f70e -
-
- -
- - align-box-bottom-left -
- ti ti-align-box-bottom-left
- \f531 -
-
- -
- - align-box-bottom-left-filled -
- ti ti-align-box-bottom-left-filled
- \f70f -
-
- -
- - align-box-bottom-right -
- ti ti-align-box-bottom-right
- \f532 -
-
- -
- - align-box-bottom-right-filled -
- ti ti-align-box-bottom-right-filled
- \f710 -
-
- -
- - align-box-center-bottom -
- ti ti-align-box-center-bottom
- \facb -
-
- -
- - align-box-center-middle -
- ti ti-align-box-center-middle
- \f79f -
-
- -
- - align-box-center-middle-filled -
- ti ti-align-box-center-middle-filled
- \f7d4 -
-
- -
- - align-box-center-stretch -
- ti ti-align-box-center-stretch
- \facc -
-
- -
- - align-box-center-top -
- ti ti-align-box-center-top
- \facd -
-
- -
- - align-box-left-bottom -
- ti ti-align-box-left-bottom
- \f533 -
-
- -
- - align-box-left-bottom-filled -
- ti ti-align-box-left-bottom-filled
- \f711 -
-
- -
- - align-box-left-middle -
- ti ti-align-box-left-middle
- \f534 -
-
- -
- - align-box-left-middle-filled -
- ti ti-align-box-left-middle-filled
- \f712 -
-
- -
- - align-box-left-stretch -
- ti ti-align-box-left-stretch
- \face -
-
- -
- - align-box-left-top -
- ti ti-align-box-left-top
- \f535 -
-
- -
- - align-box-left-top-filled -
- ti ti-align-box-left-top-filled
- \f713 -
-
- -
- - align-box-right-bottom -
- ti ti-align-box-right-bottom
- \f536 -
-
- -
- - align-box-right-bottom-filled -
- ti ti-align-box-right-bottom-filled
- \f714 -
-
- -
- - align-box-right-middle -
- ti ti-align-box-right-middle
- \f537 -
-
- -
- - align-box-right-middle-filled -
- ti ti-align-box-right-middle-filled
- \f7d5 -
-
- -
- - align-box-right-stretch -
- ti ti-align-box-right-stretch
- \facf -
-
- -
- - align-box-right-top -
- ti ti-align-box-right-top
- \f538 -
-
- -
- - align-box-right-top-filled -
- ti ti-align-box-right-top-filled
- \f715 -
-
- -
- - align-box-top-center -
- ti ti-align-box-top-center
- \f539 -
-
- -
- - align-box-top-center-filled -
- ti ti-align-box-top-center-filled
- \f716 -
-
- -
- - align-box-top-left -
- ti ti-align-box-top-left
- \f53a -
-
- -
- - align-box-top-left-filled -
- ti ti-align-box-top-left-filled
- \f717 -
-
- -
- - align-box-top-right -
- ti ti-align-box-top-right
- \f53b -
-
- -
- - align-box-top-right-filled -
- ti ti-align-box-top-right-filled
- \f718 -
-
- -
- - align-center -
- ti ti-align-center
- \ea07 -
-
- -
- - align-justified -
- ti ti-align-justified
- \ea08 -
-
- -
- - align-left -
- ti ti-align-left
- \ea09 -
-
- -
- - align-right -
- ti ti-align-right
- \ea0a -
-
- -
- - alpha -
- ti ti-alpha
- \f543 -
-
- -
- - alphabet-cyrillic -
- ti ti-alphabet-cyrillic
- \f1df -
-
- -
- - alphabet-greek -
- ti ti-alphabet-greek
- \f1e0 -
-
- -
- - alphabet-latin -
- ti ti-alphabet-latin
- \f1e1 -
-
- -
- - alt -
- ti ti-alt
- \fc54 -
-
- -
- - ambulance -
- ti ti-ambulance
- \ebf5 -
-
- -
- - ampersand -
- ti ti-ampersand
- \f229 -
-
- -
- - analyze -
- ti ti-analyze
- \f3a3 -
-
- -
- - analyze-filled -
- ti ti-analyze-filled
- \f719 -
-
- -
- - analyze-off -
- ti ti-analyze-off
- \f3ba -
-
- -
- - anchor -
- ti ti-anchor
- \eb76 -
-
- -
- - anchor-off -
- ti ti-anchor-off
- \f0f7 -
-
- -
- - angle -
- ti ti-angle
- \ef20 -
-
- -
- - ankh -
- ti ti-ankh
- \f1cd -
-
- -
- - antenna -
- ti ti-antenna
- \f094 -
-
- -
- - antenna-bars-1 -
- ti ti-antenna-bars-1
- \ecc7 -
-
- -
- - antenna-bars-2 -
- ti ti-antenna-bars-2
- \ecc8 -
-
- -
- - antenna-bars-3 -
- ti ti-antenna-bars-3
- \ecc9 -
-
- -
- - antenna-bars-4 -
- ti ti-antenna-bars-4
- \ecca -
-
- -
- - antenna-bars-5 -
- ti ti-antenna-bars-5
- \eccb -
-
- -
- - antenna-bars-off -
- ti ti-antenna-bars-off
- \f0aa -
-
- -
- - antenna-off -
- ti ti-antenna-off
- \f3bb -
-
- -
- - aperture -
- ti ti-aperture
- \eb58 -
-
- -
- - aperture-off -
- ti ti-aperture-off
- \f3bc -
-
- -
- - api -
- ti ti-api
- \effd -
-
- -
- - api-app -
- ti ti-api-app
- \effc -
-
- -
- - api-app-off -
- ti ti-api-app-off
- \f0ab -
-
- -
- - api-off -
- ti ti-api-off
- \f0f8 -
-
- -
- - app-window -
- ti ti-app-window
- \efe6 -
-
- -
- - app-window-filled -
- ti ti-app-window-filled
- \f71a -
-
- -
- - apple -
- ti ti-apple
- \ef21 -
-
- -
- - apps -
- ti ti-apps
- \ebb6 -
-
- -
- - apps-filled -
- ti ti-apps-filled
- \f6f1 -
-
- -
- - apps-off -
- ti ti-apps-off
- \f0ac -
-
- -
- - archery-arrow -
- ti ti-archery-arrow
- \fc55 -
-
- -
- - archive -
- ti ti-archive
- \ea0b -
-
- -
- - archive-filled -
- ti ti-archive-filled
- \fa82 -
-
- -
- - archive-off -
- ti ti-archive-off
- \f0ad -
-
- -
- - armchair -
- ti ti-armchair
- \ef9e -
-
- -
- - armchair-2 -
- ti ti-armchair-2
- \efe7 -
-
- -
- - armchair-2-off -
- ti ti-armchair-2-off
- \f3bd -
-
- -
- - armchair-off -
- ti ti-armchair-off
- \f3be -
-
- -
- - arrow-autofit-content -
- ti ti-arrow-autofit-content
- \ef31 -
-
- -
- - arrow-autofit-content-filled -
- ti ti-arrow-autofit-content-filled
- \f6f2 -
-
- -
- - arrow-autofit-down -
- ti ti-arrow-autofit-down
- \ef32 -
-
- -
- - arrow-autofit-height -
- ti ti-arrow-autofit-height
- \ef33 -
-
- -
- - arrow-autofit-left -
- ti ti-arrow-autofit-left
- \ef34 -
-
- -
- - arrow-autofit-right -
- ti ti-arrow-autofit-right
- \ef35 -
-
- -
- - arrow-autofit-up -
- ti ti-arrow-autofit-up
- \ef36 -
-
- -
- - arrow-autofit-width -
- ti ti-arrow-autofit-width
- \ef37 -
-
- -
- - arrow-back -
- ti ti-arrow-back
- \ea0c -
-
- -
- - arrow-back-up -
- ti ti-arrow-back-up
- \eb77 -
-
- -
- - arrow-back-up-double -
- ti ti-arrow-back-up-double
- \f9ec -
-
- -
- - arrow-badge-down -
- ti ti-arrow-badge-down
- \f60b -
-
- -
- - arrow-badge-down-filled -
- ti ti-arrow-badge-down-filled
- \f7d6 -
-
- -
- - arrow-badge-left -
- ti ti-arrow-badge-left
- \f60c -
-
- -
- - arrow-badge-left-filled -
- ti ti-arrow-badge-left-filled
- \f7d7 -
-
- -
- - arrow-badge-right -
- ti ti-arrow-badge-right
- \f60d -
-
- -
- - arrow-badge-right-filled -
- ti ti-arrow-badge-right-filled
- \f7d8 -
-
- -
- - arrow-badge-up -
- ti ti-arrow-badge-up
- \f60e -
-
- -
- - arrow-badge-up-filled -
- ti ti-arrow-badge-up-filled
- \f7d9 -
-
- -
- - arrow-bar-both -
- ti ti-arrow-bar-both
- \fadd -
-
- -
- - arrow-bar-down -
- ti ti-arrow-bar-down
- \ea0d -
-
- -
- - arrow-bar-left -
- ti ti-arrow-bar-left
- \ea0e -
-
- -
- - arrow-bar-right -
- ti ti-arrow-bar-right
- \ea0f -
-
- -
- - arrow-bar-to-down -
- ti ti-arrow-bar-to-down
- \ec88 -
-
- -
- - arrow-bar-to-left -
- ti ti-arrow-bar-to-left
- \ec89 -
-
- -
- - arrow-bar-to-right -
- ti ti-arrow-bar-to-right
- \ec8a -
-
- -
- - arrow-bar-to-up -
- ti ti-arrow-bar-to-up
- \ec8b -
-
- -
- - arrow-bar-up -
- ti ti-arrow-bar-up
- \ea10 -
-
- -
- - arrow-bear-left -
- ti ti-arrow-bear-left
- \f045 -
-
- -
- - arrow-bear-left-2 -
- ti ti-arrow-bear-left-2
- \f044 -
-
- -
- - arrow-bear-right -
- ti ti-arrow-bear-right
- \f047 -
-
- -
- - arrow-bear-right-2 -
- ti ti-arrow-bear-right-2
- \f046 -
-
- -
- - arrow-big-down -
- ti ti-arrow-big-down
- \edda -
-
- -
- - arrow-big-down-filled -
- ti ti-arrow-big-down-filled
- \f6c6 -
-
- -
- - arrow-big-down-line -
- ti ti-arrow-big-down-line
- \efe8 -
-
- -
- - arrow-big-down-line-filled -
- ti ti-arrow-big-down-line-filled
- \f6c7 -
-
- -
- - arrow-big-down-lines -
- ti ti-arrow-big-down-lines
- \efe9 -
-
- -
- - arrow-big-down-lines-filled -
- ti ti-arrow-big-down-lines-filled
- \f6c8 -
-
- -
- - arrow-big-left -
- ti ti-arrow-big-left
- \eddb -
-
- -
- - arrow-big-left-filled -
- ti ti-arrow-big-left-filled
- \f6c9 -
-
- -
- - arrow-big-left-line -
- ti ti-arrow-big-left-line
- \efea -
-
- -
- - arrow-big-left-line-filled -
- ti ti-arrow-big-left-line-filled
- \f6ca -
-
- -
- - arrow-big-left-lines -
- ti ti-arrow-big-left-lines
- \efeb -
-
- -
- - arrow-big-left-lines-filled -
- ti ti-arrow-big-left-lines-filled
- \f6cb -
-
- -
- - arrow-big-right -
- ti ti-arrow-big-right
- \eddc -
-
- -
- - arrow-big-right-filled -
- ti ti-arrow-big-right-filled
- \f6cc -
-
- -
- - arrow-big-right-line -
- ti ti-arrow-big-right-line
- \efec -
-
- -
- - arrow-big-right-line-filled -
- ti ti-arrow-big-right-line-filled
- \f6cd -
-
- -
- - arrow-big-right-lines -
- ti ti-arrow-big-right-lines
- \efed -
-
- -
- - arrow-big-right-lines-filled -
- ti ti-arrow-big-right-lines-filled
- \f6ce -
-
- -
- - arrow-big-up -
- ti ti-arrow-big-up
- \eddd -
-
- -
- - arrow-big-up-filled -
- ti ti-arrow-big-up-filled
- \f6cf -
-
- -
- - arrow-big-up-line -
- ti ti-arrow-big-up-line
- \efee -
-
- -
- - arrow-big-up-line-filled -
- ti ti-arrow-big-up-line-filled
- \f6d0 -
-
- -
- - arrow-big-up-lines -
- ti ti-arrow-big-up-lines
- \efef -
-
- -
- - arrow-big-up-lines-filled -
- ti ti-arrow-big-up-lines-filled
- \f6d1 -
-
- -
- - arrow-bounce -
- ti ti-arrow-bounce
- \f3a4 -
-
- -
- - arrow-capsule -
- ti ti-arrow-capsule
- \fade -
-
- -
- - arrow-curve-left -
- ti ti-arrow-curve-left
- \f048 -
-
- -
- - arrow-curve-right -
- ti ti-arrow-curve-right
- \f049 -
-
- -
- - arrow-down -
- ti ti-arrow-down
- \ea16 -
-
- -
- - arrow-down-bar -
- ti ti-arrow-down-bar
- \ed98 -
-
- -
- - arrow-down-circle -
- ti ti-arrow-down-circle
- \ea11 -
-
- -
- - arrow-down-from-arc -
- ti ti-arrow-down-from-arc
- \fd86 -
-
- -
- - arrow-down-left -
- ti ti-arrow-down-left
- \ea13 -
-
- -
- - arrow-down-left-circle -
- ti ti-arrow-down-left-circle
- \ea12 -
-
- -
- - arrow-down-rhombus -
- ti ti-arrow-down-rhombus
- \f61d -
-
- -
- - arrow-down-right -
- ti ti-arrow-down-right
- \ea15 -
-
- -
- - arrow-down-right-circle -
- ti ti-arrow-down-right-circle
- \ea14 -
-
- -
- - arrow-down-square -
- ti ti-arrow-down-square
- \ed9a -
-
- -
- - arrow-down-tail -
- ti ti-arrow-down-tail
- \ed9b -
-
- -
- - arrow-down-to-arc -
- ti ti-arrow-down-to-arc
- \fd87 -
-
- -
- - arrow-elbow-left -
- ti ti-arrow-elbow-left
- \f9ed -
-
- -
- - arrow-elbow-right -
- ti ti-arrow-elbow-right
- \f9ee -
-
- -
- - arrow-fork -
- ti ti-arrow-fork
- \f04a -
-
- -
- - arrow-forward -
- ti ti-arrow-forward
- \ea17 -
-
- -
- - arrow-forward-up -
- ti ti-arrow-forward-up
- \eb78 -
-
- -
- - arrow-forward-up-double -
- ti ti-arrow-forward-up-double
- \f9ef -
-
- -
- - arrow-guide -
- ti ti-arrow-guide
- \f22a -
-
- -
- - arrow-iteration -
- ti ti-arrow-iteration
- \f578 -
-
- -
- - arrow-left -
- ti ti-arrow-left
- \ea19 -
-
- -
- - arrow-left-bar -
- ti ti-arrow-left-bar
- \ed9c -
-
- -
- - arrow-left-circle -
- ti ti-arrow-left-circle
- \ea18 -
-
- -
- - arrow-left-from-arc -
- ti ti-arrow-left-from-arc
- \fd88 -
-
- -
- - arrow-left-rhombus -
- ti ti-arrow-left-rhombus
- \f61e -
-
- -
- - arrow-left-right -
- ti ti-arrow-left-right
- \f04b -
-
- -
- - arrow-left-square -
- ti ti-arrow-left-square
- \ed9d -
-
- -
- - arrow-left-tail -
- ti ti-arrow-left-tail
- \ed9e -
-
- -
- - arrow-left-to-arc -
- ti ti-arrow-left-to-arc
- \fd89 -
-
- -
- - arrow-loop-left -
- ti ti-arrow-loop-left
- \ed9f -
-
- -
- - arrow-loop-left-2 -
- ti ti-arrow-loop-left-2
- \f04c -
-
- -
- - arrow-loop-right -
- ti ti-arrow-loop-right
- \eda0 -
-
- -
- - arrow-loop-right-2 -
- ti ti-arrow-loop-right-2
- \f04d -
-
- -
- - arrow-merge -
- ti ti-arrow-merge
- \f04e -
-
- -
- - arrow-merge-alt-left -
- ti ti-arrow-merge-alt-left
- \fc9f -
-
- -
- - arrow-merge-alt-right -
- ti ti-arrow-merge-alt-right
- \fca0 -
-
- -
- - arrow-merge-both -
- ti ti-arrow-merge-both
- \f23b -
-
- -
- - arrow-merge-left -
- ti ti-arrow-merge-left
- \f23c -
-
- -
- - arrow-merge-right -
- ti ti-arrow-merge-right
- \f23d -
-
- -
- - arrow-move-down -
- ti ti-arrow-move-down
- \f2ba -
-
- -
- - arrow-move-left -
- ti ti-arrow-move-left
- \f2bb -
-
- -
- - arrow-move-right -
- ti ti-arrow-move-right
- \f2bc -
-
- -
- - arrow-move-up -
- ti ti-arrow-move-up
- \f2bd -
-
- -
- - arrow-narrow-down -
- ti ti-arrow-narrow-down
- \ea1a -
-
- -
- - arrow-narrow-left -
- ti ti-arrow-narrow-left
- \ea1b -
-
- -
- - arrow-narrow-right -
- ti ti-arrow-narrow-right
- \ea1c -
-
- -
- - arrow-narrow-up -
- ti ti-arrow-narrow-up
- \ea1d -
-
- -
- - arrow-ramp-left -
- ti ti-arrow-ramp-left
- \ed3c -
-
- -
- - arrow-ramp-left-2 -
- ti ti-arrow-ramp-left-2
- \f04f -
-
- -
- - arrow-ramp-left-3 -
- ti ti-arrow-ramp-left-3
- \f050 -
-
- -
- - arrow-ramp-right -
- ti ti-arrow-ramp-right
- \ed3d -
-
- -
- - arrow-ramp-right-2 -
- ti ti-arrow-ramp-right-2
- \f051 -
-
- -
- - arrow-ramp-right-3 -
- ti ti-arrow-ramp-right-3
- \f052 -
-
- -
- - arrow-right -
- ti ti-arrow-right
- \ea1f -
-
- -
- - arrow-right-bar -
- ti ti-arrow-right-bar
- \eda1 -
-
- -
- - arrow-right-circle -
- ti ti-arrow-right-circle
- \ea1e -
-
- -
- - arrow-right-from-arc -
- ti ti-arrow-right-from-arc
- \fd8a -
-
- -
- - arrow-right-rhombus -
- ti ti-arrow-right-rhombus
- \f61f -
-
- -
- - arrow-right-square -
- ti ti-arrow-right-square
- \eda2 -
-
- -
- - arrow-right-tail -
- ti ti-arrow-right-tail
- \eda3 -
-
- -
- - arrow-right-to-arc -
- ti ti-arrow-right-to-arc
- \fd8b -
-
- -
- - arrow-rotary-first-left -
- ti ti-arrow-rotary-first-left
- \f053 -
-
- -
- - arrow-rotary-first-right -
- ti ti-arrow-rotary-first-right
- \f054 -
-
- -
- - arrow-rotary-last-left -
- ti ti-arrow-rotary-last-left
- \f055 -
-
- -
- - arrow-rotary-last-right -
- ti ti-arrow-rotary-last-right
- \f056 -
-
- -
- - arrow-rotary-left -
- ti ti-arrow-rotary-left
- \f057 -
-
- -
- - arrow-rotary-right -
- ti ti-arrow-rotary-right
- \f058 -
-
- -
- - arrow-rotary-straight -
- ti ti-arrow-rotary-straight
- \f059 -
-
- -
- - arrow-roundabout-left -
- ti ti-arrow-roundabout-left
- \f22b -
-
- -
- - arrow-roundabout-right -
- ti ti-arrow-roundabout-right
- \f22c -
-
- -
- - arrow-sharp-turn-left -
- ti ti-arrow-sharp-turn-left
- \f05a -
-
- -
- - arrow-sharp-turn-right -
- ti ti-arrow-sharp-turn-right
- \f05b -
-
- -
- - arrow-up -
- ti ti-arrow-up
- \ea25 -
-
- -
- - arrow-up-bar -
- ti ti-arrow-up-bar
- \eda4 -
-
- -
- - arrow-up-circle -
- ti ti-arrow-up-circle
- \ea20 -
-
- -
- - arrow-up-from-arc -
- ti ti-arrow-up-from-arc
- \fd8c -
-
- -
- - arrow-up-left -
- ti ti-arrow-up-left
- \ea22 -
-
- -
- - arrow-up-left-circle -
- ti ti-arrow-up-left-circle
- \ea21 -
-
- -
- - arrow-up-rhombus -
- ti ti-arrow-up-rhombus
- \f620 -
-
- -
- - arrow-up-right -
- ti ti-arrow-up-right
- \ea24 -
-
- -
- - arrow-up-right-circle -
- ti ti-arrow-up-right-circle
- \ea23 -
-
- -
- - arrow-up-square -
- ti ti-arrow-up-square
- \eda6 -
-
- -
- - arrow-up-tail -
- ti ti-arrow-up-tail
- \eda7 -
-
- -
- - arrow-up-to-arc -
- ti ti-arrow-up-to-arc
- \fd8d -
-
- -
- - arrow-wave-left-down -
- ti ti-arrow-wave-left-down
- \eda8 -
-
- -
- - arrow-wave-left-up -
- ti ti-arrow-wave-left-up
- \eda9 -
-
- -
- - arrow-wave-right-down -
- ti ti-arrow-wave-right-down
- \edaa -
-
- -
- - arrow-wave-right-up -
- ti ti-arrow-wave-right-up
- \edab -
-
- -
- - arrow-zig-zag -
- ti ti-arrow-zig-zag
- \f4a7 -
-
- -
- - arrows-cross -
- ti ti-arrows-cross
- \effe -
-
- -
- - arrows-diagonal -
- ti ti-arrows-diagonal
- \ea27 -
-
- -
- - arrows-diagonal-2 -
- ti ti-arrows-diagonal-2
- \ea26 -
-
- -
- - arrows-diagonal-minimize -
- ti ti-arrows-diagonal-minimize
- \ef39 -
-
- -
- - arrows-diagonal-minimize-2 -
- ti ti-arrows-diagonal-minimize-2
- \ef38 -
-
- -
- - arrows-diff -
- ti ti-arrows-diff
- \f296 -
-
- -
- - arrows-double-ne-sw -
- ti ti-arrows-double-ne-sw
- \edde -
-
- -
- - arrows-double-nw-se -
- ti ti-arrows-double-nw-se
- \eddf -
-
- -
- - arrows-double-se-nw -
- ti ti-arrows-double-se-nw
- \ede0 -
-
- -
- - arrows-double-sw-ne -
- ti ti-arrows-double-sw-ne
- \ede1 -
-
- -
- - arrows-down -
- ti ti-arrows-down
- \edad -
-
- -
- - arrows-down-up -
- ti ti-arrows-down-up
- \edac -
-
- -
- - arrows-exchange -
- ti ti-arrows-exchange
- \f1f4 -
-
- -
- - arrows-exchange-2 -
- ti ti-arrows-exchange-2
- \f1f3 -
-
- -
- - arrows-horizontal -
- ti ti-arrows-horizontal
- \eb59 -
-
- -
- - arrows-join -
- ti ti-arrows-join
- \edaf -
-
- -
- - arrows-join-2 -
- ti ti-arrows-join-2
- \edae -
-
- -
- - arrows-left -
- ti ti-arrows-left
- \edb1 -
-
- -
- - arrows-left-down -
- ti ti-arrows-left-down
- \ee00 -
-
- -
- - arrows-left-right -
- ti ti-arrows-left-right
- \edb0 -
-
- -
- - arrows-maximize -
- ti ti-arrows-maximize
- \ea28 -
-
- -
- - arrows-minimize -
- ti ti-arrows-minimize
- \ea29 -
-
- -
- - arrows-move -
- ti ti-arrows-move
- \f22f -
-
- -
- - arrows-move-horizontal -
- ti ti-arrows-move-horizontal
- \f22d -
-
- -
- - arrows-move-vertical -
- ti ti-arrows-move-vertical
- \f22e -
-
- -
- - arrows-random -
- ti ti-arrows-random
- \f095 -
-
- -
- - arrows-right -
- ti ti-arrows-right
- \edb3 -
-
- -
- - arrows-right-down -
- ti ti-arrows-right-down
- \ee01 -
-
- -
- - arrows-right-left -
- ti ti-arrows-right-left
- \edb2 -
-
- -
- - arrows-shuffle -
- ti ti-arrows-shuffle
- \f000 -
-
- -
- - arrows-shuffle-2 -
- ti ti-arrows-shuffle-2
- \efff -
-
- -
- - arrows-sort -
- ti ti-arrows-sort
- \eb5a -
-
- -
- - arrows-split -
- ti ti-arrows-split
- \edb5 -
-
- -
- - arrows-split-2 -
- ti ti-arrows-split-2
- \edb4 -
-
- -
- - arrows-transfer-down -
- ti ti-arrows-transfer-down
- \f2cc -
-
- -
- - arrows-transfer-up -
- ti ti-arrows-transfer-up
- \f2cd -
-
- -
- - arrows-up -
- ti ti-arrows-up
- \edb7 -
-
- -
- - arrows-up-down -
- ti ti-arrows-up-down
- \edb6 -
-
- -
- - arrows-up-left -
- ti ti-arrows-up-left
- \ee02 -
-
- -
- - arrows-up-right -
- ti ti-arrows-up-right
- \ee03 -
-
- -
- - arrows-vertical -
- ti ti-arrows-vertical
- \eb5b -
-
- -
- - artboard -
- ti ti-artboard
- \ea2a -
-
- -
- - artboard-filled -
- ti ti-artboard-filled
- \fa83 -
-
- -
- - artboard-off -
- ti ti-artboard-off
- \f0ae -
-
- -
- - article -
- ti ti-article
- \f1e2 -
-
- -
- - article-filled-filled -
- ti ti-article-filled-filled
- \f7da -
-
- -
- - article-off -
- ti ti-article-off
- \f3bf -
-
- -
- - aspect-ratio -
- ti ti-aspect-ratio
- \ed30 -
-
- -
- - aspect-ratio-filled -
- ti ti-aspect-ratio-filled
- \f7db -
-
- -
- - aspect-ratio-off -
- ti ti-aspect-ratio-off
- \f0af -
-
- -
- - assembly -
- ti ti-assembly
- \f24d -
-
- -
- - assembly-off -
- ti ti-assembly-off
- \f3c0 -
-
- -
- - asset -
- ti ti-asset
- \f1ce -
-
- -
- - asterisk -
- ti ti-asterisk
- \efd5 -
-
- -
- - asterisk-simple -
- ti ti-asterisk-simple
- \efd4 -
-
- -
- - at -
- ti ti-at
- \ea2b -
-
- -
- - at-off -
- ti ti-at-off
- \f0b0 -
-
- -
- - atom -
- ti ti-atom
- \eb79 -
-
- -
- - atom-2 -
- ti ti-atom-2
- \ebdf -
-
- -
- - atom-2-filled -
- ti ti-atom-2-filled
- \f71b -
-
- -
- - atom-off -
- ti ti-atom-off
- \f0f9 -
-
- -
- - augmented-reality -
- ti ti-augmented-reality
- \f023 -
-
- -
- - augmented-reality-2 -
- ti ti-augmented-reality-2
- \f37e -
-
- -
- - augmented-reality-off -
- ti ti-augmented-reality-off
- \f3c1 -
-
- -
- - automatic-gearbox -
- ti ti-automatic-gearbox
- \fc89 -
-
- -
- - avocado -
- ti ti-avocado
- \fd8e -
-
- -
- - award -
- ti ti-award
- \ea2c -
-
- -
- - award-filled -
- ti ti-award-filled
- \f71c -
-
- -
- - award-off -
- ti ti-award-off
- \f0fa -
-
- -
- - axe -
- ti ti-axe
- \ef9f -
-
- -
- - axis-x -
- ti ti-axis-x
- \ef45 -
-
- -
- - axis-y -
- ti ti-axis-y
- \ef46 -
-
- -
- - baby-bottle -
- ti ti-baby-bottle
- \f5d2 -
-
- -
- - baby-carriage -
- ti ti-baby-carriage
- \f05d -
-
- -
- - background -
- ti ti-background
- \fd2c -
-
- -
- - backhoe -
- ti ti-backhoe
- \ed86 -
-
- -
- - backpack -
- ti ti-backpack
- \ef47 -
-
- -
- - backpack-off -
- ti ti-backpack-off
- \f3c2 -
-
- -
- - backslash -
- ti ti-backslash
- \fab9 -
-
- -
- - backspace -
- ti ti-backspace
- \ea2d -
-
- -
- - backspace-filled -
- ti ti-backspace-filled
- \f7dc -
-
- -
- - badge -
- ti ti-badge
- \efc2 -
-
- -
- - badge-3d -
- ti ti-badge-3d
- \f555 -
-
- -
- - badge-4k -
- ti ti-badge-4k
- \f556 -
-
- -
- - badge-8k -
- ti ti-badge-8k
- \f557 -
-
- -
- - badge-ad -
- ti ti-badge-ad
- \f558 -
-
- -
- - badge-ad-off -
- ti ti-badge-ad-off
- \fd8f -
-
- -
- - badge-ar -
- ti ti-badge-ar
- \f559 -
-
- -
- - badge-cc -
- ti ti-badge-cc
- \f55a -
-
- -
- - badge-filled -
- ti ti-badge-filled
- \f667 -
-
- -
- - badge-hd -
- ti ti-badge-hd
- \f55b -
-
- -
- - badge-off -
- ti ti-badge-off
- \f0fb -
-
- -
- - badge-sd -
- ti ti-badge-sd
- \f55c -
-
- -
- - badge-tm -
- ti ti-badge-tm
- \f55d -
-
- -
- - badge-vo -
- ti ti-badge-vo
- \f55e -
-
- -
- - badge-vr -
- ti ti-badge-vr
- \f55f -
-
- -
- - badge-wc -
- ti ti-badge-wc
- \f560 -
-
- -
- - badges -
- ti ti-badges
- \efc3 -
-
- -
- - badges-filled -
- ti ti-badges-filled
- \f7dd -
-
- -
- - badges-off -
- ti ti-badges-off
- \f0fc -
-
- -
- - baguette -
- ti ti-baguette
- \f3a5 -
-
- -
- - ball-american-football -
- ti ti-ball-american-football
- \ee04 -
-
- -
- - ball-american-football-off -
- ti ti-ball-american-football-off
- \f3c3 -
-
- -
- - ball-baseball -
- ti ti-ball-baseball
- \efa0 -
-
- -
- - ball-basketball -
- ti ti-ball-basketball
- \ec28 -
-
- -
- - ball-bowling -
- ti ti-ball-bowling
- \ec29 -
-
- -
- - ball-football -
- ti ti-ball-football
- \ee06 -
-
- -
- - ball-football-off -
- ti ti-ball-football-off
- \ee05 -
-
- -
- - ball-tennis -
- ti ti-ball-tennis
- \ec2a -
-
- -
- - ball-volleyball -
- ti ti-ball-volleyball
- \ec2b -
-
- -
- - balloon -
- ti ti-balloon
- \ef3a -
-
- -
- - balloon-filled -
- ti ti-balloon-filled
- \fa84 -
-
- -
- - balloon-off -
- ti ti-balloon-off
- \f0fd -
-
- -
- - ballpen -
- ti ti-ballpen
- \f06e -
-
- -
- - ballpen-filled -
- ti ti-ballpen-filled
- \fa85 -
-
- -
- - ballpen-off -
- ti ti-ballpen-off
- \f0b1 -
-
- -
- - ban -
- ti ti-ban
- \ea2e -
-
- -
- - bandage -
- ti ti-bandage
- \eb7a -
-
- -
- - bandage-filled -
- ti ti-bandage-filled
- \f7de -
-
- -
- - bandage-off -
- ti ti-bandage-off
- \f3c4 -
-
- -
- - barbell -
- ti ti-barbell
- \eff0 -
-
- -
- - barbell-off -
- ti ti-barbell-off
- \f0b2 -
-
- -
- - barcode -
- ti ti-barcode
- \ebc6 -
-
- -
- - barcode-off -
- ti ti-barcode-off
- \f0b3 -
-
- -
- - barrel -
- ti ti-barrel
- \f0b4 -
-
- -
- - barrel-off -
- ti ti-barrel-off
- \f0fe -
-
- -
- - barrier-block -
- ti ti-barrier-block
- \f00e -
-
- -
- - barrier-block-off -
- ti ti-barrier-block-off
- \f0b5 -
-
- -
- - baseline -
- ti ti-baseline
- \f024 -
-
- -
- - baseline-density-large -
- ti ti-baseline-density-large
- \f9f0 -
-
- -
- - baseline-density-medium -
- ti ti-baseline-density-medium
- \f9f1 -
-
- -
- - baseline-density-small -
- ti ti-baseline-density-small
- \f9f2 -
-
- -
- - basket -
- ti ti-basket
- \ebe1 -
-
- -
- - basket-bolt -
- ti ti-basket-bolt
- \fb43 -
-
- -
- - basket-cancel -
- ti ti-basket-cancel
- \fb44 -
-
- -
- - basket-check -
- ti ti-basket-check
- \fb45 -
-
- -
- - basket-code -
- ti ti-basket-code
- \fb46 -
-
- -
- - basket-cog -
- ti ti-basket-cog
- \fb47 -
-
- -
- - basket-discount -
- ti ti-basket-discount
- \fb48 -
-
- -
- - basket-dollar -
- ti ti-basket-dollar
- \fb49 -
-
- -
- - basket-down -
- ti ti-basket-down
- \fb4a -
-
- -
- - basket-exclamation -
- ti ti-basket-exclamation
- \fb4b -
-
- -
- - basket-filled -
- ti ti-basket-filled
- \f7df -
-
- -
- - basket-heart -
- ti ti-basket-heart
- \fb4c -
-
- -
- - basket-minus -
- ti ti-basket-minus
- \fb4d -
-
- -
- - basket-off -
- ti ti-basket-off
- \f0b6 -
-
- -
- - basket-pause -
- ti ti-basket-pause
- \fb4e -
-
- -
- - basket-pin -
- ti ti-basket-pin
- \fb4f -
-
- -
- - basket-plus -
- ti ti-basket-plus
- \fb50 -
-
- -
- - basket-question -
- ti ti-basket-question
- \fb51 -
-
- -
- - basket-search -
- ti ti-basket-search
- \fb52 -
-
- -
- - basket-share -
- ti ti-basket-share
- \fb53 -
-
- -
- - basket-star -
- ti ti-basket-star
- \fb54 -
-
- -
- - basket-up -
- ti ti-basket-up
- \fb55 -
-
- -
- - basket-x -
- ti ti-basket-x
- \fb56 -
-
- -
- - bat -
- ti ti-bat
- \f284 -
-
- -
- - bath -
- ti ti-bath
- \ef48 -
-
- -
- - bath-filled -
- ti ti-bath-filled
- \f71d -
-
- -
- - bath-off -
- ti ti-bath-off
- \f0ff -
-
- -
- - battery -
- ti ti-battery
- \ea34 -
-
- -
- - battery-1 -
- ti ti-battery-1
- \ea2f -
-
- -
- - battery-1-filled -
- ti ti-battery-1-filled
- \f71e -
-
- -
- - battery-2 -
- ti ti-battery-2
- \ea30 -
-
- -
- - battery-2-filled -
- ti ti-battery-2-filled
- \f71f -
-
- -
- - battery-3 -
- ti ti-battery-3
- \ea31 -
-
- -
- - battery-3-filled -
- ti ti-battery-3-filled
- \f720 -
-
- -
- - battery-4 -
- ti ti-battery-4
- \ea32 -
-
- -
- - battery-4-filled -
- ti ti-battery-4-filled
- \f721 -
-
- -
- - battery-automotive -
- ti ti-battery-automotive
- \ee07 -
-
- -
- - battery-charging -
- ti ti-battery-charging
- \ea33 -
-
- -
- - battery-charging-2 -
- ti ti-battery-charging-2
- \ef3b -
-
- -
- - battery-eco -
- ti ti-battery-eco
- \ef3c -
-
- -
- - battery-filled -
- ti ti-battery-filled
- \f668 -
-
- -
- - battery-off -
- ti ti-battery-off
- \ed1c -
-
- -
- - beach -
- ti ti-beach
- \ef3d -
-
- -
- - beach-off -
- ti ti-beach-off
- \f0b7 -
-
- -
- - bed -
- ti ti-bed
- \eb5c -
-
- -
- - bed-filled -
- ti ti-bed-filled
- \f7e0 -
-
- -
- - bed-flat -
- ti ti-bed-flat
- \fca1 -
-
- -
- - bed-off -
- ti ti-bed-off
- \f100 -
-
- -
- - beer -
- ti ti-beer
- \efa1 -
-
- -
- - beer-filled -
- ti ti-beer-filled
- \f7e1 -
-
- -
- - beer-off -
- ti ti-beer-off
- \f101 -
-
- -
- - bell -
- ti ti-bell
- \ea35 -
-
- -
- - bell-bolt -
- ti ti-bell-bolt
- \f812 -
-
- -
- - bell-cancel -
- ti ti-bell-cancel
- \f813 -
-
- -
- - bell-check -
- ti ti-bell-check
- \f814 -
-
- -
- - bell-code -
- ti ti-bell-code
- \f815 -
-
- -
- - bell-cog -
- ti ti-bell-cog
- \f816 -
-
- -
- - bell-dollar -
- ti ti-bell-dollar
- \f817 -
-
- -
- - bell-down -
- ti ti-bell-down
- \f818 -
-
- -
- - bell-exclamation -
- ti ti-bell-exclamation
- \f819 -
-
- -
- - bell-filled -
- ti ti-bell-filled
- \f669 -
-
- -
- - bell-heart -
- ti ti-bell-heart
- \f81a -
-
- -
- - bell-minus -
- ti ti-bell-minus
- \ede2 -
-
- -
- - bell-minus-filled -
- ti ti-bell-minus-filled
- \f722 -
-
- -
- - bell-off -
- ti ti-bell-off
- \ece9 -
-
- -
- - bell-pause -
- ti ti-bell-pause
- \f81b -
-
- -
- - bell-pin -
- ti ti-bell-pin
- \f81c -
-
- -
- - bell-plus -
- ti ti-bell-plus
- \ede3 -
-
- -
- - bell-plus-filled -
- ti ti-bell-plus-filled
- \f723 -
-
- -
- - bell-question -
- ti ti-bell-question
- \f81d -
-
- -
- - bell-ringing -
- ti ti-bell-ringing
- \ed07 -
-
- -
- - bell-ringing-2 -
- ti ti-bell-ringing-2
- \ede4 -
-
- -
- - bell-ringing-2-filled -
- ti ti-bell-ringing-2-filled
- \f724 -
-
- -
- - bell-ringing-filled -
- ti ti-bell-ringing-filled
- \f725 -
-
- -
- - bell-school -
- ti ti-bell-school
- \f05e -
-
- -
- - bell-search -
- ti ti-bell-search
- \f81e -
-
- -
- - bell-share -
- ti ti-bell-share
- \f81f -
-
- -
- - bell-star -
- ti ti-bell-star
- \f820 -
-
- -
- - bell-up -
- ti ti-bell-up
- \f821 -
-
- -
- - bell-x -
- ti ti-bell-x
- \ede5 -
-
- -
- - bell-x-filled -
- ti ti-bell-x-filled
- \f726 -
-
- -
- - bell-z -
- ti ti-bell-z
- \eff1 -
-
- -
- - bell-z-filled -
- ti ti-bell-z-filled
- \f727 -
-
- -
- - beta -
- ti ti-beta
- \f544 -
-
- -
- - bible -
- ti ti-bible
- \efc4 -
-
- -
- - bike -
- ti ti-bike
- \ea36 -
-
- -
- - bike-off -
- ti ti-bike-off
- \f0b8 -
-
- -
- - binary -
- ti ti-binary
- \ee08 -
-
- -
- - binary-off -
- ti ti-binary-off
- \f3c5 -
-
- -
- - binary-tree -
- ti ti-binary-tree
- \f5d4 -
-
- -
- - binary-tree-2 -
- ti ti-binary-tree-2
- \f5d3 -
-
- -
- - biohazard -
- ti ti-biohazard
- \ecb8 -
-
- -
- - biohazard-off -
- ti ti-biohazard-off
- \f0b9 -
-
- -
- - blade -
- ti ti-blade
- \f4bd -
-
- -
- - blade-filled -
- ti ti-blade-filled
- \f7e2 -
-
- -
- - bleach -
- ti ti-bleach
- \f2f3 -
-
- -
- - bleach-chlorine -
- ti ti-bleach-chlorine
- \f2f0 -
-
- -
- - bleach-no-chlorine -
- ti ti-bleach-no-chlorine
- \f2f1 -
-
- -
- - bleach-off -
- ti ti-bleach-off
- \f2f2 -
-
- -
- - blender -
- ti ti-blender
- \fca2 -
-
- -
- - blockquote -
- ti ti-blockquote
- \ee09 -
-
- -
- - bluetooth -
- ti ti-bluetooth
- \ea37 -
-
- -
- - bluetooth-connected -
- ti ti-bluetooth-connected
- \ecea -
-
- -
- - bluetooth-off -
- ti ti-bluetooth-off
- \eceb -
-
- -
- - bluetooth-x -
- ti ti-bluetooth-x
- \f081 -
-
- -
- - blur -
- ti ti-blur
- \ef8c -
-
- -
- - blur-off -
- ti ti-blur-off
- \f3c6 -
-
- -
- - bmp -
- ti ti-bmp
- \f3a6 -
-
- -
- - body-scan -
- ti ti-body-scan
- \fca3 -
-
- -
- - bold -
- ti ti-bold
- \eb7b -
-
- -
- - bold-off -
- ti ti-bold-off
- \f0ba -
-
- -
- - bolt -
- ti ti-bolt
- \ea38 -
-
- -
- - bolt-off -
- ti ti-bolt-off
- \ecec -
-
- -
- - bomb -
- ti ti-bomb
- \f59c -
-
- -
- - bomb-filled -
- ti ti-bomb-filled
- \fa86 -
-
- -
- - bone -
- ti ti-bone
- \edb8 -
-
- -
- - bone-off -
- ti ti-bone-off
- \f0bb -
-
- -
- - bong -
- ti ti-bong
- \f3a7 -
-
- -
- - bong-off -
- ti ti-bong-off
- \f3c7 -
-
- -
- - book -
- ti ti-book
- \ea39 -
-
- -
- - book-2 -
- ti ti-book-2
- \efc5 -
-
- -
- - book-download -
- ti ti-book-download
- \f070 -
-
- -
- - book-filled -
- ti ti-book-filled
- \fa87 -
-
- -
- - book-off -
- ti ti-book-off
- \f0bc -
-
- -
- - book-upload -
- ti ti-book-upload
- \f071 -
-
- -
- - bookmark -
- ti ti-bookmark
- \ea3a -
-
- -
- - bookmark-ai -
- ti ti-bookmark-ai
- \fc8a -
-
- -
- - bookmark-edit -
- ti ti-bookmark-edit
- \fa5e -
-
- -
- - bookmark-filled -
- ti ti-bookmark-filled
- \fa88 -
-
- -
- - bookmark-minus -
- ti ti-bookmark-minus
- \fa5f -
-
- -
- - bookmark-off -
- ti ti-bookmark-off
- \eced -
-
- -
- - bookmark-plus -
- ti ti-bookmark-plus
- \fa60 -
-
- -
- - bookmark-question -
- ti ti-bookmark-question
- \fa61 -
-
- -
- - bookmarks -
- ti ti-bookmarks
- \ed08 -
-
- -
- - bookmarks-filled -
- ti ti-bookmarks-filled
- \fb1f -
-
- -
- - bookmarks-off -
- ti ti-bookmarks-off
- \f0bd -
-
- -
- - books -
- ti ti-books
- \eff2 -
-
- -
- - books-off -
- ti ti-books-off
- \f0be -
-
- -
- - border-all -
- ti ti-border-all
- \ea3b -
-
- -
- - border-bottom -
- ti ti-border-bottom
- \ea3c -
-
- -
- - border-corner-ios -
- ti ti-border-corner-ios
- \fd98 -
-
- -
- - border-corner-pill -
- ti ti-border-corner-pill
- \fd62 -
-
- -
- - border-corner-rounded -
- ti ti-border-corner-rounded
- \fd63 -
-
- -
- - border-corner-square -
- ti ti-border-corner-square
- \fd64 -
-
- -
- - border-corners -
- ti ti-border-corners
- \f7a0 -
-
- -
- - border-horizontal -
- ti ti-border-horizontal
- \ea3d -
-
- -
- - border-inner -
- ti ti-border-inner
- \ea3e -
-
- -
- - border-left -
- ti ti-border-left
- \ea3f -
-
- -
- - border-none -
- ti ti-border-none
- \ea40 -
-
- -
- - border-outer -
- ti ti-border-outer
- \ea41 -
-
- -
- - border-radius -
- ti ti-border-radius
- \eb7c -
-
- -
- - border-right -
- ti ti-border-right
- \ea42 -
-
- -
- - border-sides -
- ti ti-border-sides
- \f7a1 -
-
- -
- - border-style -
- ti ti-border-style
- \ee0a -
-
- -
- - border-style-2 -
- ti ti-border-style-2
- \ef22 -
-
- -
- - border-top -
- ti ti-border-top
- \ea43 -
-
- -
- - border-vertical -
- ti ti-border-vertical
- \ea44 -
-
- -
- - bottle -
- ti ti-bottle
- \ef0b -
-
- -
- - bottle-filled -
- ti ti-bottle-filled
- \fa89 -
-
- -
- - bottle-off -
- ti ti-bottle-off
- \f3c8 -
-
- -
- - bounce-left -
- ti ti-bounce-left
- \f59d -
-
- -
- - bounce-left-filled -
- ti ti-bounce-left-filled
- \fb20 -
-
- -
- - bounce-right -
- ti ti-bounce-right
- \f59e -
-
- -
- - bounce-right-filled -
- ti ti-bounce-right-filled
- \fb21 -
-
- -
- - bow -
- ti ti-bow
- \f096 -
-
- -
- - bowl -
- ti ti-bowl
- \f4fa -
-
- -
- - bowl-chopsticks -
- ti ti-bowl-chopsticks
- \fd90 -
-
- -
- - bowl-filled -
- ti ti-bowl-filled
- \fb22 -
-
- -
- - bowl-spoon -
- ti ti-bowl-spoon
- \fd91 -
-
- -
- - box -
- ti ti-box
- \ea45 -
-
- -
- - box-align-bottom -
- ti ti-box-align-bottom
- \f2a8 -
-
- -
- - box-align-bottom-filled -
- ti ti-box-align-bottom-filled
- \fa8a -
-
- -
- - box-align-bottom-left -
- ti ti-box-align-bottom-left
- \f2ce -
-
- -
- - box-align-bottom-left-filled -
- ti ti-box-align-bottom-left-filled
- \fa8b -
-
- -
- - box-align-bottom-right -
- ti ti-box-align-bottom-right
- \f2cf -
-
- -
- - box-align-bottom-right-filled -
- ti ti-box-align-bottom-right-filled
- \fa8c -
-
- -
- - box-align-left -
- ti ti-box-align-left
- \f2a9 -
-
- -
- - box-align-left-filled -
- ti ti-box-align-left-filled
- \fa8d -
-
- -
- - box-align-right -
- ti ti-box-align-right
- \f2aa -
-
- -
- - box-align-right-filled -
- ti ti-box-align-right-filled
- \fa8e -
-
- -
- - box-align-top -
- ti ti-box-align-top
- \f2ab -
-
- -
- - box-align-top-filled -
- ti ti-box-align-top-filled
- \fa8f -
-
- -
- - box-align-top-left -
- ti ti-box-align-top-left
- \f2d0 -
-
- -
- - box-align-top-left-filled -
- ti ti-box-align-top-left-filled
- \fa90 -
-
- -
- - box-align-top-right -
- ti ti-box-align-top-right
- \f2d1 -
-
- -
- - box-align-top-right-filled -
- ti ti-box-align-top-right-filled
- \fa91 -
-
- -
- - box-margin -
- ti ti-box-margin
- \ee0b -
-
- -
- - box-model -
- ti ti-box-model
- \ee0c -
-
- -
- - box-model-2 -
- ti ti-box-model-2
- \ef23 -
-
- -
- - box-model-2-off -
- ti ti-box-model-2-off
- \f3c9 -
-
- -
- - box-model-off -
- ti ti-box-model-off
- \f3ca -
-
- -
- - box-multiple -
- ti ti-box-multiple
- \ee17 -
-
- -
- - box-multiple-0 -
- ti ti-box-multiple-0
- \ee0d -
-
- -
- - box-multiple-1 -
- ti ti-box-multiple-1
- \ee0e -
-
- -
- - box-multiple-2 -
- ti ti-box-multiple-2
- \ee0f -
-
- -
- - box-multiple-3 -
- ti ti-box-multiple-3
- \ee10 -
-
- -
- - box-multiple-4 -
- ti ti-box-multiple-4
- \ee11 -
-
- -
- - box-multiple-5 -
- ti ti-box-multiple-5
- \ee12 -
-
- -
- - box-multiple-6 -
- ti ti-box-multiple-6
- \ee13 -
-
- -
- - box-multiple-7 -
- ti ti-box-multiple-7
- \ee14 -
-
- -
- - box-multiple-8 -
- ti ti-box-multiple-8
- \ee15 -
-
- -
- - box-multiple-9 -
- ti ti-box-multiple-9
- \ee16 -
-
- -
- - box-off -
- ti ti-box-off
- \f102 -
-
- -
- - box-padding -
- ti ti-box-padding
- \ee18 -
-
- -
- - box-seam -
- ti ti-box-seam
- \f561 -
-
- -
- - braces -
- ti ti-braces
- \ebcc -
-
- -
- - braces-off -
- ti ti-braces-off
- \f0bf -
-
- -
- - brackets -
- ti ti-brackets
- \ebcd -
-
- -
- - brackets-angle -
- ti ti-brackets-angle
- \fcb2 -
-
- -
- - brackets-angle-off -
- ti ti-brackets-angle-off
- \fcb1 -
-
- -
- - brackets-contain -
- ti ti-brackets-contain
- \f1e5 -
-
- -
- - brackets-contain-end -
- ti ti-brackets-contain-end
- \f1e3 -
-
- -
- - brackets-contain-start -
- ti ti-brackets-contain-start
- \f1e4 -
-
- -
- - brackets-off -
- ti ti-brackets-off
- \f0c0 -
-
- -
- - braille -
- ti ti-braille
- \f545 -
-
- -
- - brain -
- ti ti-brain
- \f59f -
-
- -
- - brand-4chan -
- ti ti-brand-4chan
- \f494 -
-
- -
- - brand-abstract -
- ti ti-brand-abstract
- \f495 -
-
- -
- - brand-adobe -
- ti ti-brand-adobe
- \f0dc -
-
- -
- - brand-adonis-js -
- ti ti-brand-adonis-js
- \f496 -
-
- -
- - brand-airbnb -
- ti ti-brand-airbnb
- \ed68 -
-
- -
- - brand-airtable -
- ti ti-brand-airtable
- \ef6a -
-
- -
- - brand-algolia -
- ti ti-brand-algolia
- \f390 -
-
- -
- - brand-alipay -
- ti ti-brand-alipay
- \f7a2 -
-
- -
- - brand-alpine-js -
- ti ti-brand-alpine-js
- \f324 -
-
- -
- - brand-amazon -
- ti ti-brand-amazon
- \f230 -
-
- -
- - brand-amd -
- ti ti-brand-amd
- \f653 -
-
- -
- - brand-amigo -
- ti ti-brand-amigo
- \f5f9 -
-
- -
- - brand-among-us -
- ti ti-brand-among-us
- \f205 -
-
- -
- - brand-android -
- ti ti-brand-android
- \ec16 -
-
- -
- - brand-angular -
- ti ti-brand-angular
- \ef6b -
-
- -
- - brand-ansible -
- ti ti-brand-ansible
- \fa70 -
-
- -
- - brand-ao3 -
- ti ti-brand-ao3
- \f5e8 -
-
- -
- - brand-appgallery -
- ti ti-brand-appgallery
- \f231 -
-
- -
- - brand-apple -
- ti ti-brand-apple
- \ec17 -
-
- -
- - brand-apple-arcade -
- ti ti-brand-apple-arcade
- \ed69 -
-
- -
- - brand-apple-filled -
- ti ti-brand-apple-filled
- \fd74 -
-
- -
- - brand-apple-podcast -
- ti ti-brand-apple-podcast
- \f1e6 -
-
- -
- - brand-appstore -
- ti ti-brand-appstore
- \ed24 -
-
- -
- - brand-asana -
- ti ti-brand-asana
- \edc5 -
-
- -
- - brand-auth0 -
- ti ti-brand-auth0
- \fcb3 -
-
- -
- - brand-aws -
- ti ti-brand-aws
- \fa4c -
-
- -
- - brand-azure -
- ti ti-brand-azure
- \fa4d -
-
- -
- - brand-backbone -
- ti ti-brand-backbone
- \f325 -
-
- -
- - brand-badoo -
- ti ti-brand-badoo
- \f206 -
-
- -
- - brand-baidu -
- ti ti-brand-baidu
- \f5e9 -
-
- -
- - brand-bandcamp -
- ti ti-brand-bandcamp
- \f207 -
-
- -
- - brand-bandlab -
- ti ti-brand-bandlab
- \f5fa -
-
- -
- - brand-beats -
- ti ti-brand-beats
- \f208 -
-
- -
- - brand-behance -
- ti ti-brand-behance
- \ec6e -
-
- -
- - brand-bilibili -
- ti ti-brand-bilibili
- \f6d2 -
-
- -
- - brand-binance -
- ti ti-brand-binance
- \f5a0 -
-
- -
- - brand-bing -
- ti ti-brand-bing
- \edc6 -
-
- -
- - brand-bitbucket -
- ti ti-brand-bitbucket
- \edc7 -
-
- -
- - brand-blackberry -
- ti ti-brand-blackberry
- \f568 -
-
- -
- - brand-blender -
- ti ti-brand-blender
- \f326 -
-
- -
- - brand-blogger -
- ti ti-brand-blogger
- \f35a -
-
- -
- - brand-bluesky -
- ti ti-brand-bluesky
- \fd75 -
-
- -
- - brand-booking -
- ti ti-brand-booking
- \edc8 -
-
- -
- - brand-bootstrap -
- ti ti-brand-bootstrap
- \ef3e -
-
- -
- - brand-bulma -
- ti ti-brand-bulma
- \f327 -
-
- -
- - brand-bumble -
- ti ti-brand-bumble
- \f5fb -
-
- -
- - brand-bunpo -
- ti ti-brand-bunpo
- \f4cf -
-
- -
- - brand-c-sharp -
- ti ti-brand-c-sharp
- \f003 -
-
- -
- - brand-cake -
- ti ti-brand-cake
- \f7a3 -
-
- -
- - brand-cakephp -
- ti ti-brand-cakephp
- \f7af -
-
- -
- - brand-campaignmonitor -
- ti ti-brand-campaignmonitor
- \f328 -
-
- -
- - brand-carbon -
- ti ti-brand-carbon
- \f348 -
-
- -
- - brand-cashapp -
- ti ti-brand-cashapp
- \f391 -
-
- -
- - brand-chrome -
- ti ti-brand-chrome
- \ec18 -
-
- -
- - brand-cinema-4d -
- ti ti-brand-cinema-4d
- \fa71 -
-
- -
- - brand-citymapper -
- ti ti-brand-citymapper
- \f5fc -
-
- -
- - brand-cloudflare -
- ti ti-brand-cloudflare
- \fa4e -
-
- -
- - brand-codecov -
- ti ti-brand-codecov
- \f329 -
-
- -
- - brand-codepen -
- ti ti-brand-codepen
- \ec6f -
-
- -
- - brand-codesandbox -
- ti ti-brand-codesandbox
- \ed6a -
-
- -
- - brand-cohost -
- ti ti-brand-cohost
- \f5d5 -
-
- -
- - brand-coinbase -
- ti ti-brand-coinbase
- \f209 -
-
- -
- - brand-comedy-central -
- ti ti-brand-comedy-central
- \f217 -
-
- -
- - brand-coreos -
- ti ti-brand-coreos
- \f5fd -
-
- -
- - brand-couchdb -
- ti ti-brand-couchdb
- \f60f -
-
- -
- - brand-couchsurfing -
- ti ti-brand-couchsurfing
- \f392 -
-
- -
- - brand-cpp -
- ti ti-brand-cpp
- \f5fe -
-
- -
- - brand-craft -
- ti ti-brand-craft
- \fa72 -
-
- -
- - brand-crunchbase -
- ti ti-brand-crunchbase
- \f7e3 -
-
- -
- - brand-css3 -
- ti ti-brand-css3
- \ed6b -
-
- -
- - brand-ctemplar -
- ti ti-brand-ctemplar
- \f4d0 -
-
- -
- - brand-cucumber -
- ti ti-brand-cucumber
- \ef6c -
-
- -
- - brand-cupra -
- ti ti-brand-cupra
- \f4d1 -
-
- -
- - brand-cypress -
- ti ti-brand-cypress
- \f333 -
-
- -
- - brand-d3 -
- ti ti-brand-d3
- \f24e -
-
- -
- - brand-databricks -
- ti ti-brand-databricks
- \fc41 -
-
- -
- - brand-days-counter -
- ti ti-brand-days-counter
- \f4d2 -
-
- -
- - brand-dcos -
- ti ti-brand-dcos
- \f32a -
-
- -
- - brand-debian -
- ti ti-brand-debian
- \ef57 -
-
- -
- - brand-deezer -
- ti ti-brand-deezer
- \f78b -
-
- -
- - brand-deliveroo -
- ti ti-brand-deliveroo
- \f4d3 -
-
- -
- - brand-deno -
- ti ti-brand-deno
- \f24f -
-
- -
- - brand-denodo -
- ti ti-brand-denodo
- \f610 -
-
- -
- - brand-deviantart -
- ti ti-brand-deviantart
- \ecfb -
-
- -
- - brand-digg -
- ti ti-brand-digg
- \fa73 -
-
- -
- - brand-dingtalk -
- ti ti-brand-dingtalk
- \f5ea -
-
- -
- - brand-discord -
- ti ti-brand-discord
- \ece3 -
-
- -
- - brand-discord-filled -
- ti ti-brand-discord-filled
- \f7e4 -
-
- -
- - brand-disney -
- ti ti-brand-disney
- \f20a -
-
- -
- - brand-disqus -
- ti ti-brand-disqus
- \edc9 -
-
- -
- - brand-django -
- ti ti-brand-django
- \f349 -
-
- -
- - brand-docker -
- ti ti-brand-docker
- \edca -
-
- -
- - brand-doctrine -
- ti ti-brand-doctrine
- \ef6d -
-
- -
- - brand-dolby-digital -
- ti ti-brand-dolby-digital
- \f4d4 -
-
- -
- - brand-douban -
- ti ti-brand-douban
- \f5ff -
-
- -
- - brand-dribbble -
- ti ti-brand-dribbble
- \ec19 -
-
- -
- - brand-dribbble-filled -
- ti ti-brand-dribbble-filled
- \f7e5 -
-
- -
- - brand-drops -
- ti ti-brand-drops
- \f4d5 -
-
- -
- - brand-drupal -
- ti ti-brand-drupal
- \f393 -
-
- -
- - brand-edge -
- ti ti-brand-edge
- \ecfc -
-
- -
- - brand-elastic -
- ti ti-brand-elastic
- \f611 -
-
- -
- - brand-electronic-arts -
- ti ti-brand-electronic-arts
- \fa74 -
-
- -
- - brand-ember -
- ti ti-brand-ember
- \f497 -
-
- -
- - brand-envato -
- ti ti-brand-envato
- \f394 -
-
- -
- - brand-etsy -
- ti ti-brand-etsy
- \f654 -
-
- -
- - brand-evernote -
- ti ti-brand-evernote
- \f600 -
-
- -
- - brand-facebook -
- ti ti-brand-facebook
- \ec1a -
-
- -
- - brand-facebook-filled -
- ti ti-brand-facebook-filled
- \f7e6 -
-
- -
- - brand-feedly -
- ti ti-brand-feedly
- \fa75 -
-
- -
- - brand-figma -
- ti ti-brand-figma
- \ec93 -
-
- -
- - brand-filezilla -
- ti ti-brand-filezilla
- \fa76 -
-
- -
- - brand-finder -
- ti ti-brand-finder
- \f218 -
-
- -
- - brand-firebase -
- ti ti-brand-firebase
- \ef6e -
-
- -
- - brand-firefox -
- ti ti-brand-firefox
- \ecfd -
-
- -
- - brand-fiverr -
- ti ti-brand-fiverr
- \f7a4 -
-
- -
- - brand-flickr -
- ti ti-brand-flickr
- \ecfe -
-
- -
- - brand-flightradar24 -
- ti ti-brand-flightradar24
- \f4d6 -
-
- -
- - brand-flipboard -
- ti ti-brand-flipboard
- \f20b -
-
- -
- - brand-flutter -
- ti ti-brand-flutter
- \f395 -
-
- -
- - brand-fortnite -
- ti ti-brand-fortnite
- \f260 -
-
- -
- - brand-foursquare -
- ti ti-brand-foursquare
- \ecff -
-
- -
- - brand-framer -
- ti ti-brand-framer
- \ec1b -
-
- -
- - brand-framer-motion -
- ti ti-brand-framer-motion
- \f78c -
-
- -
- - brand-funimation -
- ti ti-brand-funimation
- \f655 -
-
- -
- - brand-gatsby -
- ti ti-brand-gatsby
- \f396 -
-
- -
- - brand-git -
- ti ti-brand-git
- \ef6f -
-
- -
- - brand-github -
- ti ti-brand-github
- \ec1c -
-
- -
- - brand-github-copilot -
- ti ti-brand-github-copilot
- \f4a8 -
-
- -
- - brand-github-filled -
- ti ti-brand-github-filled
- \f7e7 -
-
- -
- - brand-gitlab -
- ti ti-brand-gitlab
- \ec1d -
-
- -
- - brand-gmail -
- ti ti-brand-gmail
- \efa2 -
-
- -
- - brand-golang -
- ti ti-brand-golang
- \f78d -
-
- -
- - brand-google -
- ti ti-brand-google
- \ec1f -
-
- -
- - brand-google-analytics -
- ti ti-brand-google-analytics
- \edcb -
-
- -
- - brand-google-big-query -
- ti ti-brand-google-big-query
- \f612 -
-
- -
- - brand-google-drive -
- ti ti-brand-google-drive
- \ec1e -
-
- -
- - brand-google-filled -
- ti ti-brand-google-filled
- \fd1a -
-
- -
- - brand-google-fit -
- ti ti-brand-google-fit
- \f297 -
-
- -
- - brand-google-home -
- ti ti-brand-google-home
- \f601 -
-
- -
- - brand-google-maps -
- ti ti-brand-google-maps
- \fa4f -
-
- -
- - brand-google-one -
- ti ti-brand-google-one
- \f232 -
-
- -
- - brand-google-photos -
- ti ti-brand-google-photos
- \f20c -
-
- -
- - brand-google-play -
- ti ti-brand-google-play
- \ed25 -
-
- -
- - brand-google-podcasts -
- ti ti-brand-google-podcasts
- \f656 -
-
- -
- - brand-grammarly -
- ti ti-brand-grammarly
- \f32b -
-
- -
- - brand-graphql -
- ti ti-brand-graphql
- \f32c -
-
- -
- - brand-gravatar -
- ti ti-brand-gravatar
- \edcc -
-
- -
- - brand-grindr -
- ti ti-brand-grindr
- \f20d -
-
- -
- - brand-guardian -
- ti ti-brand-guardian
- \f4fb -
-
- -
- - brand-gumroad -
- ti ti-brand-gumroad
- \f5d6 -
-
- -
- - brand-hbo -
- ti ti-brand-hbo
- \f657 -
-
- -
- - brand-headlessui -
- ti ti-brand-headlessui
- \f32d -
-
- -
- - brand-hexo -
- ti ti-brand-hexo
- \fa50 -
-
- -
- - brand-hipchat -
- ti ti-brand-hipchat
- \edcd -
-
- -
- - brand-html5 -
- ti ti-brand-html5
- \ed6c -
-
- -
- - brand-inertia -
- ti ti-brand-inertia
- \f34a -
-
- -
- - brand-instagram -
- ti ti-brand-instagram
- \ec20 -
-
- -
- - brand-intercom -
- ti ti-brand-intercom
- \f1cf -
-
- -
- - brand-itch -
- ti ti-brand-itch
- \fa22 -
-
- -
- - brand-javascript -
- ti ti-brand-javascript
- \ef0c -
-
- -
- - brand-juejin -
- ti ti-brand-juejin
- \f7b0 -
-
- -
- - brand-kako-talk -
- ti ti-brand-kako-talk
- \fd2d -
-
- -
- - brand-kbin -
- ti ti-brand-kbin
- \fad0 -
-
- -
- - brand-kick -
- ti ti-brand-kick
- \fa23 -
-
- -
- - brand-kickstarter -
- ti ti-brand-kickstarter
- \edce -
-
- -
- - brand-kotlin -
- ti ti-brand-kotlin
- \ed6d -
-
- -
- - brand-laravel -
- ti ti-brand-laravel
- \f34b -
-
- -
- - brand-lastfm -
- ti ti-brand-lastfm
- \f001 -
-
- -
- - brand-leetcode -
- ti ti-brand-leetcode
- \fa51 -
-
- -
- - brand-letterboxd -
- ti ti-brand-letterboxd
- \fa24 -
-
- -
- - brand-line -
- ti ti-brand-line
- \f7e8 -
-
- -
- - brand-linkedin -
- ti ti-brand-linkedin
- \ec8c -
-
- -
- - brand-linktree -
- ti ti-brand-linktree
- \f1e7 -
-
- -
- - brand-linqpad -
- ti ti-brand-linqpad
- \f562 -
-
- -
- - brand-livewire -
- ti ti-brand-livewire
- \fd76 -
-
- -
- - brand-loom -
- ti ti-brand-loom
- \ef70 -
-
- -
- - brand-mailgun -
- ti ti-brand-mailgun
- \f32e -
-
- -
- - brand-mantine -
- ti ti-brand-mantine
- \f32f -
-
- -
- - brand-mastercard -
- ti ti-brand-mastercard
- \ef49 -
-
- -
- - brand-mastodon -
- ti ti-brand-mastodon
- \f250 -
-
- -
- - brand-matrix -
- ti ti-brand-matrix
- \f5eb -
-
- -
- - brand-mcdonalds -
- ti ti-brand-mcdonalds
- \f251 -
-
- -
- - brand-medium -
- ti ti-brand-medium
- \ec70 -
-
- -
- - brand-meetup -
- ti ti-brand-meetup
- \fc6a -
-
- -
- - brand-mercedes -
- ti ti-brand-mercedes
- \f072 -
-
- -
- - brand-messenger -
- ti ti-brand-messenger
- \ec71 -
-
- -
- - brand-meta -
- ti ti-brand-meta
- \efb0 -
-
- -
- - brand-minecraft -
- ti ti-brand-minecraft
- \faef -
-
- -
- - brand-miniprogram -
- ti ti-brand-miniprogram
- \f602 -
-
- -
- - brand-mixpanel -
- ti ti-brand-mixpanel
- \f397 -
-
- -
- - brand-monday -
- ti ti-brand-monday
- \f219 -
-
- -
- - brand-mongodb -
- ti ti-brand-mongodb
- \f613 -
-
- -
- - brand-my-oppo -
- ti ti-brand-my-oppo
- \f4d7 -
-
- -
- - brand-mysql -
- ti ti-brand-mysql
- \f614 -
-
- -
- - brand-national-geographic -
- ti ti-brand-national-geographic
- \f603 -
-
- -
- - brand-nem -
- ti ti-brand-nem
- \f5a1 -
-
- -
- - brand-netbeans -
- ti ti-brand-netbeans
- \ef71 -
-
- -
- - brand-netease-music -
- ti ti-brand-netease-music
- \f604 -
-
- -
- - brand-netflix -
- ti ti-brand-netflix
- \edcf -
-
- -
- - brand-nexo -
- ti ti-brand-nexo
- \f5a2 -
-
- -
- - brand-nextcloud -
- ti ti-brand-nextcloud
- \f4d8 -
-
- -
- - brand-nextjs -
- ti ti-brand-nextjs
- \f0dd -
-
- -
- - brand-nodejs -
- ti ti-brand-nodejs
- \fae0 -
-
- -
- - brand-nord-vpn -
- ti ti-brand-nord-vpn
- \f37f -
-
- -
- - brand-notion -
- ti ti-brand-notion
- \ef7b -
-
- -
- - brand-npm -
- ti ti-brand-npm
- \f569 -
-
- -
- - brand-nuxt -
- ti ti-brand-nuxt
- \f0de -
-
- -
- - brand-nytimes -
- ti ti-brand-nytimes
- \ef8d -
-
- -
- - brand-oauth -
- ti ti-brand-oauth
- \fa52 -
-
- -
- - brand-office -
- ti ti-brand-office
- \f398 -
-
- -
- - brand-ok-ru -
- ti ti-brand-ok-ru
- \f399 -
-
- -
- - brand-onedrive -
- ti ti-brand-onedrive
- \f5d7 -
-
- -
- - brand-onlyfans -
- ti ti-brand-onlyfans
- \f605 -
-
- -
- - brand-open-source -
- ti ti-brand-open-source
- \edd0 -
-
- -
- - brand-openai -
- ti ti-brand-openai
- \f78e -
-
- -
- - brand-openvpn -
- ti ti-brand-openvpn
- \f39a -
-
- -
- - brand-opera -
- ti ti-brand-opera
- \ec21 -
-
- -
- - brand-pagekit -
- ti ti-brand-pagekit
- \edd1 -
-
- -
- - brand-parsinta -
- ti ti-brand-parsinta
- \fc42 -
-
- -
- - brand-patreon -
- ti ti-brand-patreon
- \edd2 -
-
- -
- - brand-patreon-filled -
- ti ti-brand-patreon-filled
- \fcff -
-
- -
- - brand-paypal -
- ti ti-brand-paypal
- \ec22 -
-
- -
- - brand-paypal-filled -
- ti ti-brand-paypal-filled
- \f7e9 -
-
- -
- - brand-paypay -
- ti ti-brand-paypay
- \f5ec -
-
- -
- - brand-peanut -
- ti ti-brand-peanut
- \f39b -
-
- -
- - brand-pepsi -
- ti ti-brand-pepsi
- \f261 -
-
- -
- - brand-php -
- ti ti-brand-php
- \ef72 -
-
- -
- - brand-picsart -
- ti ti-brand-picsart
- \f4d9 -
-
- -
- - brand-pinterest -
- ti ti-brand-pinterest
- \ec8d -
-
- -
- - brand-planetscale -
- ti ti-brand-planetscale
- \f78f -
-
- -
- - brand-pnpm -
- ti ti-brand-pnpm
- \fd77 -
-
- -
- - brand-pocket -
- ti ti-brand-pocket
- \ed00 -
-
- -
- - brand-polymer -
- ti ti-brand-polymer
- \f498 -
-
- -
- - brand-powershell -
- ti ti-brand-powershell
- \f5ed -
-
- -
- - brand-printables -
- ti ti-brand-printables
- \fd1b -
-
- -
- - brand-prisma -
- ti ti-brand-prisma
- \f499 -
-
- -
- - brand-producthunt -
- ti ti-brand-producthunt
- \edd3 -
-
- -
- - brand-pushbullet -
- ti ti-brand-pushbullet
- \f330 -
-
- -
- - brand-pushover -
- ti ti-brand-pushover
- \f20e -
-
- -
- - brand-python -
- ti ti-brand-python
- \ed01 -
-
- -
- - brand-qq -
- ti ti-brand-qq
- \f606 -
-
- -
- - brand-radix-ui -
- ti ti-brand-radix-ui
- \f790 -
-
- -
- - brand-react -
- ti ti-brand-react
- \f34c -
-
- -
- - brand-react-native -
- ti ti-brand-react-native
- \ef73 -
-
- -
- - brand-reason -
- ti ti-brand-reason
- \f49a -
-
- -
- - brand-reddit -
- ti ti-brand-reddit
- \ec8e -
-
- -
- - brand-redhat -
- ti ti-brand-redhat
- \f331 -
-
- -
- - brand-redux -
- ti ti-brand-redux
- \f3a8 -
-
- -
- - brand-revolut -
- ti ti-brand-revolut
- \f4da -
-
- -
- - brand-rumble -
- ti ti-brand-rumble
- \fad1 -
-
- -
- - brand-rust -
- ti ti-brand-rust
- \fa53 -
-
- -
- - brand-safari -
- ti ti-brand-safari
- \ec23 -
-
- -
- - brand-samsungpass -
- ti ti-brand-samsungpass
- \f4db -
-
- -
- - brand-sass -
- ti ti-brand-sass
- \edd4 -
-
- -
- - brand-sentry -
- ti ti-brand-sentry
- \edd5 -
-
- -
- - brand-sharik -
- ti ti-brand-sharik
- \f4dc -
-
- -
- - brand-shazam -
- ti ti-brand-shazam
- \edd6 -
-
- -
- - brand-shopee -
- ti ti-brand-shopee
- \f252 -
-
- -
- - brand-sketch -
- ti ti-brand-sketch
- \ec24 -
-
- -
- - brand-skype -
- ti ti-brand-skype
- \ed02 -
-
- -
- - brand-slack -
- ti ti-brand-slack
- \ec72 -
-
- -
- - brand-snapchat -
- ti ti-brand-snapchat
- \ec25 -
-
- -
- - brand-snapseed -
- ti ti-brand-snapseed
- \f253 -
-
- -
- - brand-snowflake -
- ti ti-brand-snowflake
- \f615 -
-
- -
- - brand-socket-io -
- ti ti-brand-socket-io
- \f49b -
-
- -
- - brand-solidjs -
- ti ti-brand-solidjs
- \f5ee -
-
- -
- - brand-soundcloud -
- ti ti-brand-soundcloud
- \ed6e -
-
- -
- - brand-spacehey -
- ti ti-brand-spacehey
- \f4fc -
-
- -
- - brand-speedtest -
- ti ti-brand-speedtest
- \fa77 -
-
- -
- - brand-spotify -
- ti ti-brand-spotify
- \ed03 -
-
- -
- - brand-stackoverflow -
- ti ti-brand-stackoverflow
- \ef58 -
-
- -
- - brand-stackshare -
- ti ti-brand-stackshare
- \f607 -
-
- -
- - brand-steam -
- ti ti-brand-steam
- \ed6f -
-
- -
- - brand-stocktwits -
- ti ti-brand-stocktwits
- \fd78 -
-
- -
- - brand-storj -
- ti ti-brand-storj
- \fa54 -
-
- -
- - brand-storybook -
- ti ti-brand-storybook
- \f332 -
-
- -
- - brand-storytel -
- ti ti-brand-storytel
- \f608 -
-
- -
- - brand-strava -
- ti ti-brand-strava
- \f254 -
-
- -
- - brand-stripe -
- ti ti-brand-stripe
- \edd7 -
-
- -
- - brand-sublime-text -
- ti ti-brand-sublime-text
- \ef74 -
-
- -
- - brand-sugarizer -
- ti ti-brand-sugarizer
- \f7a5 -
-
- -
- - brand-supabase -
- ti ti-brand-supabase
- \f6d3 -
-
- -
- - brand-superhuman -
- ti ti-brand-superhuman
- \f50c -
-
- -
- - brand-supernova -
- ti ti-brand-supernova
- \f49c -
-
- -
- - brand-surfshark -
- ti ti-brand-surfshark
- \f255 -
-
- -
- - brand-svelte -
- ti ti-brand-svelte
- \f0df -
-
- -
- - brand-swift -
- ti ti-brand-swift
- \fa55 -
-
- -
- - brand-symfony -
- ti ti-brand-symfony
- \f616 -
-
- -
- - brand-tabler -
- ti ti-brand-tabler
- \ec8f -
-
- -
- - brand-tailwind -
- ti ti-brand-tailwind
- \eca1 -
-
- -
- - brand-taobao -
- ti ti-brand-taobao
- \f5ef -
-
- -
- - brand-teams -
- ti ti-brand-teams
- \fadf -
-
- -
- - brand-ted -
- ti ti-brand-ted
- \f658 -
-
- -
- - brand-telegram -
- ti ti-brand-telegram
- \ec26 -
-
- -
- - brand-terraform -
- ti ti-brand-terraform
- \fa56 -
-
- -
- - brand-tether -
- ti ti-brand-tether
- \f5a3 -
-
- -
- - brand-thingiverse -
- ti ti-brand-thingiverse
- \fd1c -
-
- -
- - brand-threads -
- ti ti-brand-threads
- \fb02 -
-
- -
- - brand-threejs -
- ti ti-brand-threejs
- \f5f0 -
-
- -
- - brand-tidal -
- ti ti-brand-tidal
- \ed70 -
-
- -
- - brand-tiktok -
- ti ti-brand-tiktok
- \ec73 -
-
- -
- - brand-tiktok-filled -
- ti ti-brand-tiktok-filled
- \f7ea -
-
- -
- - brand-tinder -
- ti ti-brand-tinder
- \ed71 -
-
- -
- - brand-topbuzz -
- ti ti-brand-topbuzz
- \f50d -
-
- -
- - brand-torchain -
- ti ti-brand-torchain
- \f5a4 -
-
- -
- - brand-toyota -
- ti ti-brand-toyota
- \f262 -
-
- -
- - brand-trello -
- ti ti-brand-trello
- \f39d -
-
- -
- - brand-tripadvisor -
- ti ti-brand-tripadvisor
- \f002 -
-
- -
- - brand-tumblr -
- ti ti-brand-tumblr
- \ed04 -
-
- -
- - brand-twilio -
- ti ti-brand-twilio
- \f617 -
-
- -
- - brand-twitch -
- ti ti-brand-twitch
- \ed05 -
-
- -
- - brand-twitter -
- ti ti-brand-twitter
- \ec27 -
-
- -
- - brand-twitter-filled -
- ti ti-brand-twitter-filled
- \f7eb -
-
- -
- - brand-typescript -
- ti ti-brand-typescript
- \f5f1 -
-
- -
- - brand-uber -
- ti ti-brand-uber
- \ef75 -
-
- -
- - brand-ubuntu -
- ti ti-brand-ubuntu
- \ef59 -
-
- -
- - brand-unity -
- ti ti-brand-unity
- \f49d -
-
- -
- - brand-unsplash -
- ti ti-brand-unsplash
- \edd8 -
-
- -
- - brand-upwork -
- ti ti-brand-upwork
- \f39e -
-
- -
- - brand-valorant -
- ti ti-brand-valorant
- \f39f -
-
- -
- - brand-vercel -
- ti ti-brand-vercel
- \ef24 -
-
- -
- - brand-vimeo -
- ti ti-brand-vimeo
- \ed06 -
-
- -
- - brand-vinted -
- ti ti-brand-vinted
- \f20f -
-
- -
- - brand-visa -
- ti ti-brand-visa
- \f380 -
-
- -
- - brand-visual-studio -
- ti ti-brand-visual-studio
- \ef76 -
-
- -
- - brand-vite -
- ti ti-brand-vite
- \f5f2 -
-
- -
- - brand-vivaldi -
- ti ti-brand-vivaldi
- \f210 -
-
- -
- - brand-vk -
- ti ti-brand-vk
- \ed72 -
-
- -
- - brand-vlc -
- ti ti-brand-vlc
- \fa78 -
-
- -
- - brand-volkswagen -
- ti ti-brand-volkswagen
- \f50e -
-
- -
- - brand-vsco -
- ti ti-brand-vsco
- \f334 -
-
- -
- - brand-vscode -
- ti ti-brand-vscode
- \f3a0 -
-
- -
- - brand-vue -
- ti ti-brand-vue
- \f0e0 -
-
- -
- - brand-walmart -
- ti ti-brand-walmart
- \f211 -
-
- -
- - brand-waze -
- ti ti-brand-waze
- \f5d8 -
-
- -
- - brand-webflow -
- ti ti-brand-webflow
- \f2d2 -
-
- -
- - brand-wechat -
- ti ti-brand-wechat
- \f5f3 -
-
- -
- - brand-weibo -
- ti ti-brand-weibo
- \f609 -
-
- -
- - brand-whatsapp -
- ti ti-brand-whatsapp
- \ec74 -
-
- -
- - brand-wikipedia -
- ti ti-brand-wikipedia
- \fa79 -
-
- -
- - brand-windows -
- ti ti-brand-windows
- \ecd8 -
-
- -
- - brand-windy -
- ti ti-brand-windy
- \f4dd -
-
- -
- - brand-wish -
- ti ti-brand-wish
- \f212 -
-
- -
- - brand-wix -
- ti ti-brand-wix
- \f3a1 -
-
- -
- - brand-wordpress -
- ti ti-brand-wordpress
- \f2d3 -
-
- -
- - brand-x -
- ti ti-brand-x
- \fc0f -
-
- -
- - brand-x-filled -
- ti ti-brand-x-filled
- \fc21 -
-
- -
- - brand-xamarin -
- ti ti-brand-xamarin
- \fa7a -
-
- -
- - brand-xbox -
- ti ti-brand-xbox
- \f298 -
-
- -
- - brand-xdeep -
- ti ti-brand-xdeep
- \fc10 -
-
- -
- - brand-xing -
- ti ti-brand-xing
- \f21a -
-
- -
- - brand-yahoo -
- ti ti-brand-yahoo
- \ed73 -
-
- -
- - brand-yandex -
- ti ti-brand-yandex
- \fae1 -
-
- -
- - brand-yarn -
- ti ti-brand-yarn
- \fd79 -
-
- -
- - brand-yatse -
- ti ti-brand-yatse
- \f213 -
-
- -
- - brand-ycombinator -
- ti ti-brand-ycombinator
- \edd9 -
-
- -
- - brand-youtube -
- ti ti-brand-youtube
- \ec90 -
-
- -
- - brand-youtube-filled -
- ti ti-brand-youtube-filled
- \fc22 -
-
- -
- - brand-youtube-kids -
- ti ti-brand-youtube-kids
- \f214 -
-
- -
- - brand-zalando -
- ti ti-brand-zalando
- \f49e -
-
- -
- - brand-zapier -
- ti ti-brand-zapier
- \f49f -
-
- -
- - brand-zeit -
- ti ti-brand-zeit
- \f335 -
-
- -
- - brand-zhihu -
- ti ti-brand-zhihu
- \f60a -
-
- -
- - brand-zoom -
- ti ti-brand-zoom
- \f215 -
-
- -
- - brand-zulip -
- ti ti-brand-zulip
- \f4de -
-
- -
- - brand-zwift -
- ti ti-brand-zwift
- \f216 -
-
- -
- - bread -
- ti ti-bread
- \efa3 -
-
- -
- - bread-off -
- ti ti-bread-off
- \f3cb -
-
- -
- - briefcase -
- ti ti-briefcase
- \ea46 -
-
- -
- - briefcase-2 -
- ti ti-briefcase-2
- \fb03 -
-
- -
- - briefcase-filled -
- ti ti-briefcase-filled
- \fd00 -
-
- -
- - briefcase-off -
- ti ti-briefcase-off
- \f3cc -
-
- -
- - brightness -
- ti ti-brightness
- \eb7f -
-
- -
- - brightness-2 -
- ti ti-brightness-2
- \ee19 -
-
- -
- - brightness-auto -
- ti ti-brightness-auto
- \fd99 -
-
- -
- - brightness-down -
- ti ti-brightness-down
- \eb7d -
-
- -
- - brightness-down-filled -
- ti ti-brightness-down-filled
- \fb23 -
-
- -
- - brightness-half -
- ti ti-brightness-half
- \ee1a -
-
- -
- - brightness-off -
- ti ti-brightness-off
- \f3cd -
-
- -
- - brightness-up -
- ti ti-brightness-up
- \eb7e -
-
- -
- - brightness-up-filled -
- ti ti-brightness-up-filled
- \fb24 -
-
- -
- - broadcast -
- ti ti-broadcast
- \f1e9 -
-
- -
- - broadcast-off -
- ti ti-broadcast-off
- \f1e8 -
-
- -
- - browser -
- ti ti-browser
- \ebb7 -
-
- -
- - browser-check -
- ti ti-browser-check
- \efd6 -
-
- -
- - browser-off -
- ti ti-browser-off
- \f0c1 -
-
- -
- - browser-plus -
- ti ti-browser-plus
- \efd7 -
-
- -
- - browser-x -
- ti ti-browser-x
- \efd8 -
-
- -
- - brush -
- ti ti-brush
- \ebb8 -
-
- -
- - brush-off -
- ti ti-brush-off
- \f0c2 -
-
- -
- - bucket -
- ti ti-bucket
- \ea47 -
-
- -
- - bucket-droplet -
- ti ti-bucket-droplet
- \f56a -
-
- -
- - bucket-off -
- ti ti-bucket-off
- \f103 -
-
- -
- - bug -
- ti ti-bug
- \ea48 -
-
- -
- - bug-filled -
- ti ti-bug-filled
- \fd01 -
-
- -
- - bug-off -
- ti ti-bug-off
- \f0c3 -
-
- -
- - building -
- ti ti-building
- \ea4f -
-
- -
- - building-arch -
- ti ti-building-arch
- \ea49 -
-
- -
- - building-bank -
- ti ti-building-bank
- \ebe2 -
-
- -
- - building-bridge -
- ti ti-building-bridge
- \ea4b -
-
- -
- - building-bridge-2 -
- ti ti-building-bridge-2
- \ea4a -
-
- -
- - building-broadcast-tower -
- ti ti-building-broadcast-tower
- \f4be -
-
- -
- - building-carousel -
- ti ti-building-carousel
- \ed87 -
-
- -
- - building-castle -
- ti ti-building-castle
- \ed88 -
-
- -
- - building-church -
- ti ti-building-church
- \ea4c -
-
- -
- - building-circus -
- ti ti-building-circus
- \f4bf -
-
- -
- - building-community -
- ti ti-building-community
- \ebf6 -
-
- -
- - building-cottage -
- ti ti-building-cottage
- \ee1b -
-
- -
- - building-estate -
- ti ti-building-estate
- \f5a5 -
-
- -
- - building-factory -
- ti ti-building-factory
- \ee1c -
-
- -
- - building-factory-2 -
- ti ti-building-factory-2
- \f082 -
-
- -
- - building-fortress -
- ti ti-building-fortress
- \ed89 -
-
- -
- - building-hospital -
- ti ti-building-hospital
- \ea4d -
-
- -
- - building-lighthouse -
- ti ti-building-lighthouse
- \ed8a -
-
- -
- - building-monument -
- ti ti-building-monument
- \ed26 -
-
- -
- - building-mosque -
- ti ti-building-mosque
- \fa57 -
-
- -
- - building-pavilion -
- ti ti-building-pavilion
- \ebf7 -
-
- -
- - building-skyscraper -
- ti ti-building-skyscraper
- \ec39 -
-
- -
- - building-stadium -
- ti ti-building-stadium
- \f641 -
-
- -
- - building-store -
- ti ti-building-store
- \ea4e -
-
- -
- - building-tunnel -
- ti ti-building-tunnel
- \f5a6 -
-
- -
- - building-warehouse -
- ti ti-building-warehouse
- \ebe3 -
-
- -
- - building-wind-turbine -
- ti ti-building-wind-turbine
- \f4c0 -
-
- -
- - bulb -
- ti ti-bulb
- \ea51 -
-
- -
- - bulb-filled -
- ti ti-bulb-filled
- \f66a -
-
- -
- - bulb-off -
- ti ti-bulb-off
- \ea50 -
-
- -
- - bulldozer -
- ti ti-bulldozer
- \ee1d -
-
- -
- - burger -
- ti ti-burger
- \fcb4 -
-
- -
- - bus -
- ti ti-bus
- \ebe4 -
-
- -
- - bus-off -
- ti ti-bus-off
- \f3ce -
-
- -
- - bus-stop -
- ti ti-bus-stop
- \f2d4 -
-
- -
- - businessplan -
- ti ti-businessplan
- \ee1e -
-
- -
- - butterfly -
- ti ti-butterfly
- \efd9 -
-
- -
- - cactus -
- ti ti-cactus
- \f21b -
-
- -
- - cactus-filled -
- ti ti-cactus-filled
- \fb25 -
-
- -
- - cactus-off -
- ti ti-cactus-off
- \f3cf -
-
- -
- - cake -
- ti ti-cake
- \f00f -
-
- -
- - cake-off -
- ti ti-cake-off
- \f104 -
-
- -
- - calculator -
- ti ti-calculator
- \eb80 -
-
- -
- - calculator-filled -
- ti ti-calculator-filled
- \fb26 -
-
- -
- - calculator-off -
- ti ti-calculator-off
- \f0c4 -
-
- -
- - calendar -
- ti ti-calendar
- \ea53 -
-
- -
- - calendar-bolt -
- ti ti-calendar-bolt
- \f822 -
-
- -
- - calendar-cancel -
- ti ti-calendar-cancel
- \f823 -
-
- -
- - calendar-check -
- ti ti-calendar-check
- \f824 -
-
- -
- - calendar-clock -
- ti ti-calendar-clock
- \fd2e -
-
- -
- - calendar-code -
- ti ti-calendar-code
- \f825 -
-
- -
- - calendar-cog -
- ti ti-calendar-cog
- \f826 -
-
- -
- - calendar-dollar -
- ti ti-calendar-dollar
- \f827 -
-
- -
- - calendar-dot -
- ti ti-calendar-dot
- \fd3e -
-
- -
- - calendar-down -
- ti ti-calendar-down
- \f828 -
-
- -
- - calendar-due -
- ti ti-calendar-due
- \f621 -
-
- -
- - calendar-event -
- ti ti-calendar-event
- \ea52 -
-
- -
- - calendar-exclamation -
- ti ti-calendar-exclamation
- \f829 -
-
- -
- - calendar-filled -
- ti ti-calendar-filled
- \fb27 -
-
- -
- - calendar-heart -
- ti ti-calendar-heart
- \f82a -
-
- -
- - calendar-minus -
- ti ti-calendar-minus
- \ebb9 -
-
- -
- - calendar-month -
- ti ti-calendar-month
- \fd2f -
-
- -
- - calendar-off -
- ti ti-calendar-off
- \ee1f -
-
- -
- - calendar-pause -
- ti ti-calendar-pause
- \f82b -
-
- -
- - calendar-pin -
- ti ti-calendar-pin
- \f82c -
-
- -
- - calendar-plus -
- ti ti-calendar-plus
- \ebba -
-
- -
- - calendar-question -
- ti ti-calendar-question
- \f82d -
-
- -
- - calendar-repeat -
- ti ti-calendar-repeat
- \fad2 -
-
- -
- - calendar-sad -
- ti ti-calendar-sad
- \fd1d -
-
- -
- - calendar-search -
- ti ti-calendar-search
- \f82e -
-
- -
- - calendar-share -
- ti ti-calendar-share
- \f82f -
-
- -
- - calendar-smile -
- ti ti-calendar-smile
- \fd1e -
-
- -
- - calendar-star -
- ti ti-calendar-star
- \f830 -
-
- -
- - calendar-stats -
- ti ti-calendar-stats
- \ee20 -
-
- -
- - calendar-time -
- ti ti-calendar-time
- \ee21 -
-
- -
- - calendar-up -
- ti ti-calendar-up
- \f831 -
-
- -
- - calendar-user -
- ti ti-calendar-user
- \fd1f -
-
- -
- - calendar-week -
- ti ti-calendar-week
- \fd30 -
-
- -
- - calendar-x -
- ti ti-calendar-x
- \f832 -
-
- -
- - camera -
- ti ti-camera
- \ea54 -
-
- -
- - camera-bolt -
- ti ti-camera-bolt
- \f833 -
-
- -
- - camera-cancel -
- ti ti-camera-cancel
- \f834 -
-
- -
- - camera-check -
- ti ti-camera-check
- \f835 -
-
- -
- - camera-code -
- ti ti-camera-code
- \f836 -
-
- -
- - camera-cog -
- ti ti-camera-cog
- \f837 -
-
- -
- - camera-dollar -
- ti ti-camera-dollar
- \f838 -
-
- -
- - camera-down -
- ti ti-camera-down
- \f839 -
-
- -
- - camera-exclamation -
- ti ti-camera-exclamation
- \f83a -
-
- -
- - camera-filled -
- ti ti-camera-filled
- \fa37 -
-
- -
- - camera-heart -
- ti ti-camera-heart
- \f83b -
-
- -
- - camera-minus -
- ti ti-camera-minus
- \ec3a -
-
- -
- - camera-off -
- ti ti-camera-off
- \ecee -
-
- -
- - camera-pause -
- ti ti-camera-pause
- \f83c -
-
- -
- - camera-pin -
- ti ti-camera-pin
- \f83d -
-
- -
- - camera-plus -
- ti ti-camera-plus
- \ec3b -
-
- -
- - camera-question -
- ti ti-camera-question
- \f83e -
-
- -
- - camera-rotate -
- ti ti-camera-rotate
- \ee22 -
-
- -
- - camera-search -
- ti ti-camera-search
- \f83f -
-
- -
- - camera-selfie -
- ti ti-camera-selfie
- \ee23 -
-
- -
- - camera-share -
- ti ti-camera-share
- \f840 -
-
- -
- - camera-star -
- ti ti-camera-star
- \f841 -
-
- -
- - camera-up -
- ti ti-camera-up
- \f842 -
-
- -
- - camera-x -
- ti ti-camera-x
- \f843 -
-
- -
- - camper -
- ti ti-camper
- \fa25 -
-
- -
- - campfire -
- ti ti-campfire
- \f5a7 -
-
- -
- - campfire-filled -
- ti ti-campfire-filled
- \fb28 -
-
- -
- - candle -
- ti ti-candle
- \efc6 -
-
- -
- - candle-filled -
- ti ti-candle-filled
- \fc23 -
-
- -
- - candy -
- ti ti-candy
- \ef0d -
-
- -
- - candy-off -
- ti ti-candy-off
- \f0c5 -
-
- -
- - cane -
- ti ti-cane
- \f50f -
-
- -
- - cannabis -
- ti ti-cannabis
- \f4c1 -
-
- -
- - capsule -
- ti ti-capsule
- \fae3 -
-
- -
- - capsule-filled -
- ti ti-capsule-filled
- \fc24 -
-
- -
- - capsule-horizontal -
- ti ti-capsule-horizontal
- \fae2 -
-
- -
- - capsule-horizontal-filled -
- ti ti-capsule-horizontal-filled
- \fc25 -
-
- -
- - capture -
- ti ti-capture
- \ec3c -
-
- -
- - capture-filled -
- ti ti-capture-filled
- \fb29 -
-
- -
- - capture-off -
- ti ti-capture-off
- \f0c6 -
-
- -
- - car -
- ti ti-car
- \ebbb -
-
- -
- - car-crane -
- ti ti-car-crane
- \ef25 -
-
- -
- - car-crash -
- ti ti-car-crash
- \efa4 -
-
- -
- - car-garage -
- ti ti-car-garage
- \fc77 -
-
- -
- - car-off -
- ti ti-car-off
- \f0c7 -
-
- -
- - car-suv -
- ti ti-car-suv
- \fc8b -
-
- -
- - car-turbine -
- ti ti-car-turbine
- \f4fd -
-
- -
- - caravan -
- ti ti-caravan
- \ec7c -
-
- -
- - cardboards -
- ti ti-cardboards
- \ed74 -
-
- -
- - cardboards-off -
- ti ti-cardboards-off
- \f0c8 -
-
- -
- - cards -
- ti ti-cards
- \f510 -
-
- -
- - cards-filled -
- ti ti-cards-filled
- \fc26 -
-
- -
- - caret-down -
- ti ti-caret-down
- \eb5d -
-
- -
- - caret-down-filled -
- ti ti-caret-down-filled
- \fb2a -
-
- -
- - caret-left -
- ti ti-caret-left
- \eb5e -
-
- -
- - caret-left-filled -
- ti ti-caret-left-filled
- \fb2b -
-
- -
- - caret-left-right -
- ti ti-caret-left-right
- \fc43 -
-
- -
- - caret-left-right-filled -
- ti ti-caret-left-right-filled
- \fd02 -
-
- -
- - caret-right -
- ti ti-caret-right
- \eb5f -
-
- -
- - caret-right-filled -
- ti ti-caret-right-filled
- \fb2c -
-
- -
- - caret-up -
- ti ti-caret-up
- \eb60 -
-
- -
- - caret-up-down -
- ti ti-caret-up-down
- \fc44 -
-
- -
- - caret-up-down-filled -
- ti ti-caret-up-down-filled
- \fd03 -
-
- -
- - caret-up-filled -
- ti ti-caret-up-filled
- \fb2d -
-
- -
- - carousel-horizontal -
- ti ti-carousel-horizontal
- \f659 -
-
- -
- - carousel-horizontal-filled -
- ti ti-carousel-horizontal-filled
- \fa92 -
-
- -
- - carousel-vertical -
- ti ti-carousel-vertical
- \f65a -
-
- -
- - carousel-vertical-filled -
- ti ti-carousel-vertical-filled
- \fa93 -
-
- -
- - carrot -
- ti ti-carrot
- \f21c -
-
- -
- - carrot-off -
- ti ti-carrot-off
- \f3d0 -
-
- -
- - cash -
- ti ti-cash
- \ea55 -
-
- -
- - cash-banknote -
- ti ti-cash-banknote
- \ee25 -
-
- -
- - cash-banknote-off -
- ti ti-cash-banknote-off
- \ee24 -
-
- -
- - cash-off -
- ti ti-cash-off
- \f105 -
-
- -
- - cast -
- ti ti-cast
- \ea56 -
-
- -
- - cast-off -
- ti ti-cast-off
- \f0c9 -
-
- -
- - cat -
- ti ti-cat
- \f65b -
-
- -
- - category -
- ti ti-category
- \f1f6 -
-
- -
- - category-2 -
- ti ti-category-2
- \f1f5 -
-
- -
- - category-filled -
- ti ti-category-filled
- \fb2e -
-
- -
- - category-minus -
- ti ti-category-minus
- \fd20 -
-
- -
- - category-plus -
- ti ti-category-plus
- \fd21 -
-
- -
- - ce -
- ti ti-ce
- \ed75 -
-
- -
- - ce-off -
- ti ti-ce-off
- \f0ca -
-
- -
- - cell -
- ti ti-cell
- \f05f -
-
- -
- - cell-signal-1 -
- ti ti-cell-signal-1
- \f083 -
-
- -
- - cell-signal-2 -
- ti ti-cell-signal-2
- \f084 -
-
- -
- - cell-signal-3 -
- ti ti-cell-signal-3
- \f085 -
-
- -
- - cell-signal-4 -
- ti ti-cell-signal-4
- \f086 -
-
- -
- - cell-signal-5 -
- ti ti-cell-signal-5
- \f087 -
-
- -
- - cell-signal-off -
- ti ti-cell-signal-off
- \f088 -
-
- -
- - certificate -
- ti ti-certificate
- \ed76 -
-
- -
- - certificate-2 -
- ti ti-certificate-2
- \f073 -
-
- -
- - certificate-2-off -
- ti ti-certificate-2-off
- \f0cb -
-
- -
- - certificate-off -
- ti ti-certificate-off
- \f0cc -
-
- -
- - chair-director -
- ti ti-chair-director
- \f2d5 -
-
- -
- - chalkboard -
- ti ti-chalkboard
- \f34d -
-
- -
- - chalkboard-off -
- ti ti-chalkboard-off
- \f3d1 -
-
- -
- - charging-pile -
- ti ti-charging-pile
- \ee26 -
-
- -
- - chart-arcs -
- ti ti-chart-arcs
- \ee28 -
-
- -
- - chart-arcs-3 -
- ti ti-chart-arcs-3
- \ee27 -
-
- -
- - chart-area -
- ti ti-chart-area
- \ea58 -
-
- -
- - chart-area-filled -
- ti ti-chart-area-filled
- \f66b -
-
- -
- - chart-area-line -
- ti ti-chart-area-line
- \ea57 -
-
- -
- - chart-area-line-filled -
- ti ti-chart-area-line-filled
- \f66c -
-
- -
- - chart-arrows -
- ti ti-chart-arrows
- \ee2a -
-
- -
- - chart-arrows-vertical -
- ti ti-chart-arrows-vertical
- \ee29 -
-
- -
- - chart-bar -
- ti ti-chart-bar
- \ea59 -
-
- -
- - chart-bar-off -
- ti ti-chart-bar-off
- \f3d2 -
-
- -
- - chart-bubble -
- ti ti-chart-bubble
- \ec75 -
-
- -
- - chart-bubble-filled -
- ti ti-chart-bubble-filled
- \f66d -
-
- -
- - chart-candle -
- ti ti-chart-candle
- \ea5a -
-
- -
- - chart-candle-filled -
- ti ti-chart-candle-filled
- \f66e -
-
- -
- - chart-circles -
- ti ti-chart-circles
- \ee2b -
-
- -
- - chart-donut -
- ti ti-chart-donut
- \ea5b -
-
- -
- - chart-donut-2 -
- ti ti-chart-donut-2
- \ee2c -
-
- -
- - chart-donut-3 -
- ti ti-chart-donut-3
- \ee2d -
-
- -
- - chart-donut-4 -
- ti ti-chart-donut-4
- \ee2e -
-
- -
- - chart-donut-filled -
- ti ti-chart-donut-filled
- \f66f -
-
- -
- - chart-dots -
- ti ti-chart-dots
- \ee2f -
-
- -
- - chart-dots-2 -
- ti ti-chart-dots-2
- \f097 -
-
- -
- - chart-dots-3 -
- ti ti-chart-dots-3
- \f098 -
-
- -
- - chart-dots-filled -
- ti ti-chart-dots-filled
- \fd04 -
-
- -
- - chart-grid-dots -
- ti ti-chart-grid-dots
- \f4c2 -
-
- -
- - chart-grid-dots-filled -
- ti ti-chart-grid-dots-filled
- \fd05 -
-
- -
- - chart-histogram -
- ti ti-chart-histogram
- \f65c -
-
- -
- - chart-infographic -
- ti ti-chart-infographic
- \ee30 -
-
- -
- - chart-line -
- ti ti-chart-line
- \ea5c -
-
- -
- - chart-pie -
- ti ti-chart-pie
- \ea5d -
-
- -
- - chart-pie-2 -
- ti ti-chart-pie-2
- \ee31 -
-
- -
- - chart-pie-3 -
- ti ti-chart-pie-3
- \ee32 -
-
- -
- - chart-pie-4 -
- ti ti-chart-pie-4
- \ee33 -
-
- -
- - chart-pie-filled -
- ti ti-chart-pie-filled
- \f670 -
-
- -
- - chart-pie-off -
- ti ti-chart-pie-off
- \f3d3 -
-
- -
- - chart-ppf -
- ti ti-chart-ppf
- \f618 -
-
- -
- - chart-radar -
- ti ti-chart-radar
- \ed77 -
-
- -
- - chart-sankey -
- ti ti-chart-sankey
- \f619 -
-
- -
- - chart-scatter -
- ti ti-chart-scatter
- \fd93 -
-
- -
- - chart-scatter-3d -
- ti ti-chart-scatter-3d
- \fd92 -
-
- -
- - chart-treemap -
- ti ti-chart-treemap
- \f381 -
-
- -
- - check -
- ti ti-check
- \ea5e -
-
- -
- - checkbox -
- ti ti-checkbox
- \eba6 -
-
- -
- - checklist -
- ti ti-checklist
- \f074 -
-
- -
- - checks -
- ti ti-checks
- \ebaa -
-
- -
- - checkup-list -
- ti ti-checkup-list
- \ef5a -
-
- -
- - cheese -
- ti ti-cheese
- \ef26 -
-
- -
- - chef-hat -
- ti ti-chef-hat
- \f21d -
-
- -
- - chef-hat-off -
- ti ti-chef-hat-off
- \f3d4 -
-
- -
- - cherry -
- ti ti-cherry
- \f511 -
-
- -
- - cherry-filled -
- ti ti-cherry-filled
- \f728 -
-
- -
- - chess -
- ti ti-chess
- \f382 -
-
- -
- - chess-bishop -
- ti ti-chess-bishop
- \f56b -
-
- -
- - chess-bishop-filled -
- ti ti-chess-bishop-filled
- \f729 -
-
- -
- - chess-filled -
- ti ti-chess-filled
- \f72a -
-
- -
- - chess-king -
- ti ti-chess-king
- \f56c -
-
- -
- - chess-king-filled -
- ti ti-chess-king-filled
- \f72b -
-
- -
- - chess-knight -
- ti ti-chess-knight
- \f56d -
-
- -
- - chess-knight-filled -
- ti ti-chess-knight-filled
- \f72c -
-
- -
- - chess-queen -
- ti ti-chess-queen
- \f56e -
-
- -
- - chess-queen-filled -
- ti ti-chess-queen-filled
- \f72d -
-
- -
- - chess-rook -
- ti ti-chess-rook
- \f56f -
-
- -
- - chess-rook-filled -
- ti ti-chess-rook-filled
- \f72e -
-
- -
- - chevron-compact-down -
- ti ti-chevron-compact-down
- \faf0 -
-
- -
- - chevron-compact-left -
- ti ti-chevron-compact-left
- \faf1 -
-
- -
- - chevron-compact-right -
- ti ti-chevron-compact-right
- \faf2 -
-
- -
- - chevron-compact-up -
- ti ti-chevron-compact-up
- \faf3 -
-
- -
- - chevron-down -
- ti ti-chevron-down
- \ea5f -
-
- -
- - chevron-down-left -
- ti ti-chevron-down-left
- \ed09 -
-
- -
- - chevron-down-right -
- ti ti-chevron-down-right
- \ed0a -
-
- -
- - chevron-left -
- ti ti-chevron-left
- \ea60 -
-
- -
- - chevron-left-pipe -
- ti ti-chevron-left-pipe
- \fae4 -
-
- -
- - chevron-right -
- ti ti-chevron-right
- \ea61 -
-
- -
- - chevron-right-pipe -
- ti ti-chevron-right-pipe
- \fae5 -
-
- -
- - chevron-up -
- ti ti-chevron-up
- \ea62 -
-
- -
- - chevron-up-left -
- ti ti-chevron-up-left
- \ed0b -
-
- -
- - chevron-up-right -
- ti ti-chevron-up-right
- \ed0c -
-
- -
- - chevrons-down -
- ti ti-chevrons-down
- \ea63 -
-
- -
- - chevrons-down-left -
- ti ti-chevrons-down-left
- \ed0d -
-
- -
- - chevrons-down-right -
- ti ti-chevrons-down-right
- \ed0e -
-
- -
- - chevrons-left -
- ti ti-chevrons-left
- \ea64 -
-
- -
- - chevrons-right -
- ti ti-chevrons-right
- \ea65 -
-
- -
- - chevrons-up -
- ti ti-chevrons-up
- \ea66 -
-
- -
- - chevrons-up-left -
- ti ti-chevrons-up-left
- \ed0f -
-
- -
- - chevrons-up-right -
- ti ti-chevrons-up-right
- \ed10 -
-
- -
- - chisel -
- ti ti-chisel
- \f383 -
-
- -
- - christmas-ball -
- ti ti-christmas-ball
- \fd31 -
-
- -
- - christmas-tree -
- ti ti-christmas-tree
- \ed78 -
-
- -
- - christmas-tree-off -
- ti ti-christmas-tree-off
- \f3d5 -
-
- -
- - circle -
- ti ti-circle
- \ea6b -
-
- -
- - circle-0-filled -
- ti ti-circle-0-filled
- \f72f -
-
- -
- - circle-1-filled -
- ti ti-circle-1-filled
- \f730 -
-
- -
- - circle-2-filled -
- ti ti-circle-2-filled
- \f731 -
-
- -
- - circle-3-filled -
- ti ti-circle-3-filled
- \f732 -
-
- -
- - circle-4-filled -
- ti ti-circle-4-filled
- \f733 -
-
- -
- - circle-5-filled -
- ti ti-circle-5-filled
- \f734 -
-
- -
- - circle-6-filled -
- ti ti-circle-6-filled
- \f735 -
-
- -
- - circle-7-filled -
- ti ti-circle-7-filled
- \f736 -
-
- -
- - circle-8-filled -
- ti ti-circle-8-filled
- \f737 -
-
- -
- - circle-9-filled -
- ti ti-circle-9-filled
- \f738 -
-
- -
- - circle-arrow-down -
- ti ti-circle-arrow-down
- \f6f9 -
-
- -
- - circle-arrow-down-filled -
- ti ti-circle-arrow-down-filled
- \f6f4 -
-
- -
- - circle-arrow-down-left -
- ti ti-circle-arrow-down-left
- \f6f6 -
-
- -
- - circle-arrow-down-left-filled -
- ti ti-circle-arrow-down-left-filled
- \f6f5 -
-
- -
- - circle-arrow-down-right -
- ti ti-circle-arrow-down-right
- \f6f8 -
-
- -
- - circle-arrow-down-right-filled -
- ti ti-circle-arrow-down-right-filled
- \f6f7 -
-
- -
- - circle-arrow-left -
- ti ti-circle-arrow-left
- \f6fb -
-
- -
- - circle-arrow-left-filled -
- ti ti-circle-arrow-left-filled
- \f6fa -
-
- -
- - circle-arrow-right -
- ti ti-circle-arrow-right
- \f6fd -
-
- -
- - circle-arrow-right-filled -
- ti ti-circle-arrow-right-filled
- \f6fc -
-
- -
- - circle-arrow-up -
- ti ti-circle-arrow-up
- \f703 -
-
- -
- - circle-arrow-up-filled -
- ti ti-circle-arrow-up-filled
- \f6fe -
-
- -
- - circle-arrow-up-left -
- ti ti-circle-arrow-up-left
- \f700 -
-
- -
- - circle-arrow-up-left-filled -
- ti ti-circle-arrow-up-left-filled
- \f6ff -
-
- -
- - circle-arrow-up-right -
- ti ti-circle-arrow-up-right
- \f702 -
-
- -
- - circle-arrow-up-right-filled -
- ti ti-circle-arrow-up-right-filled
- \f701 -
-
- -
- - circle-caret-down -
- ti ti-circle-caret-down
- \f4a9 -
-
- -
- - circle-caret-left -
- ti ti-circle-caret-left
- \f4aa -
-
- -
- - circle-caret-right -
- ti ti-circle-caret-right
- \f4ab -
-
- -
- - circle-caret-up -
- ti ti-circle-caret-up
- \f4ac -
-
- -
- - circle-check -
- ti ti-circle-check
- \ea67 -
-
- -
- - circle-check-filled -
- ti ti-circle-check-filled
- \f704 -
-
- -
- - circle-chevron-down -
- ti ti-circle-chevron-down
- \f622 -
-
- -
- - circle-chevron-left -
- ti ti-circle-chevron-left
- \f623 -
-
- -
- - circle-chevron-right -
- ti ti-circle-chevron-right
- \f624 -
-
- -
- - circle-chevron-up -
- ti ti-circle-chevron-up
- \f625 -
-
- -
- - circle-chevrons-down -
- ti ti-circle-chevrons-down
- \f642 -
-
- -
- - circle-chevrons-left -
- ti ti-circle-chevrons-left
- \f643 -
-
- -
- - circle-chevrons-right -
- ti ti-circle-chevrons-right
- \f644 -
-
- -
- - circle-chevrons-up -
- ti ti-circle-chevrons-up
- \f645 -
-
- -
- - circle-dashed -
- ti ti-circle-dashed
- \ed27 -
-
- -
- - circle-dashed-number-0 -
- ti ti-circle-dashed-number-0
- \fc6b -
-
- -
- - circle-dashed-number-1 -
- ti ti-circle-dashed-number-1
- \fc6c -
-
- -
- - circle-dashed-number-2 -
- ti ti-circle-dashed-number-2
- \fc6d -
-
- -
- - circle-dashed-number-3 -
- ti ti-circle-dashed-number-3
- \fc6e -
-
- -
- - circle-dashed-number-4 -
- ti ti-circle-dashed-number-4
- \fc6f -
-
- -
- - circle-dashed-number-5 -
- ti ti-circle-dashed-number-5
- \fc70 -
-
- -
- - circle-dashed-number-6 -
- ti ti-circle-dashed-number-6
- \fc71 -
-
- -
- - circle-dashed-number-7 -
- ti ti-circle-dashed-number-7
- \fc72 -
-
- -
- - circle-dashed-number-8 -
- ti ti-circle-dashed-number-8
- \fc73 -
-
- -
- - circle-dashed-number-9 -
- ti ti-circle-dashed-number-9
- \fc74 -
-
- -
- - circle-dashed-percentage -
- ti ti-circle-dashed-percentage
- \fd7a -
-
- -
- - circle-dashed-x -
- ti ti-circle-dashed-x
- \fc75 -
-
- -
- - circle-dot -
- ti ti-circle-dot
- \efb1 -
-
- -
- - circle-dot-filled -
- ti ti-circle-dot-filled
- \f705 -
-
- -
- - circle-dotted -
- ti ti-circle-dotted
- \ed28 -
-
- -
- - circle-filled -
- ti ti-circle-filled
- \f671 -
-
- -
- - circle-half -
- ti ti-circle-half
- \ee3f -
-
- -
- - circle-half-2 -
- ti ti-circle-half-2
- \eff3 -
-
- -
- - circle-half-vertical -
- ti ti-circle-half-vertical
- \ee3e -
-
- -
- - circle-key -
- ti ti-circle-key
- \f633 -
-
- -
- - circle-key-filled -
- ti ti-circle-key-filled
- \f706 -
-
- -
- - circle-letter-a -
- ti ti-circle-letter-a
- \f441 -
-
- -
- - circle-letter-b -
- ti ti-circle-letter-b
- \f442 -
-
- -
- - circle-letter-c -
- ti ti-circle-letter-c
- \f443 -
-
- -
- - circle-letter-d -
- ti ti-circle-letter-d
- \f444 -
-
- -
- - circle-letter-e -
- ti ti-circle-letter-e
- \f445 -
-
- -
- - circle-letter-f -
- ti ti-circle-letter-f
- \f446 -
-
- -
- - circle-letter-g -
- ti ti-circle-letter-g
- \f447 -
-
- -
- - circle-letter-h -
- ti ti-circle-letter-h
- \f448 -
-
- -
- - circle-letter-i -
- ti ti-circle-letter-i
- \f449 -
-
- -
- - circle-letter-j -
- ti ti-circle-letter-j
- \f44a -
-
- -
- - circle-letter-k -
- ti ti-circle-letter-k
- \f44b -
-
- -
- - circle-letter-l -
- ti ti-circle-letter-l
- \f44c -
-
- -
- - circle-letter-m -
- ti ti-circle-letter-m
- \f44d -
-
- -
- - circle-letter-n -
- ti ti-circle-letter-n
- \f44e -
-
- -
- - circle-letter-o -
- ti ti-circle-letter-o
- \f44f -
-
- -
- - circle-letter-p -
- ti ti-circle-letter-p
- \f450 -
-
- -
- - circle-letter-q -
- ti ti-circle-letter-q
- \f451 -
-
- -
- - circle-letter-r -
- ti ti-circle-letter-r
- \f452 -
-
- -
- - circle-letter-s -
- ti ti-circle-letter-s
- \f453 -
-
- -
- - circle-letter-t -
- ti ti-circle-letter-t
- \f454 -
-
- -
- - circle-letter-u -
- ti ti-circle-letter-u
- \f455 -
-
- -
- - circle-letter-v -
- ti ti-circle-letter-v
- \f4ad -
-
- -
- - circle-letter-w -
- ti ti-circle-letter-w
- \f456 -
-
- -
- - circle-letter-x -
- ti ti-circle-letter-x
- \f4ae -
-
- -
- - circle-letter-y -
- ti ti-circle-letter-y
- \f457 -
-
- -
- - circle-letter-z -
- ti ti-circle-letter-z
- \f458 -
-
- -
- - circle-minus -
- ti ti-circle-minus
- \ea68 -
-
- -
- - circle-minus-2 -
- ti ti-circle-minus-2
- \fc8c -
-
- -
- - circle-number-0 -
- ti ti-circle-number-0
- \ee34 -
-
- -
- - circle-number-1 -
- ti ti-circle-number-1
- \ee35 -
-
- -
- - circle-number-2 -
- ti ti-circle-number-2
- \ee36 -
-
- -
- - circle-number-3 -
- ti ti-circle-number-3
- \ee37 -
-
- -
- - circle-number-4 -
- ti ti-circle-number-4
- \ee38 -
-
- -
- - circle-number-5 -
- ti ti-circle-number-5
- \ee39 -
-
- -
- - circle-number-6 -
- ti ti-circle-number-6
- \ee3a -
-
- -
- - circle-number-7 -
- ti ti-circle-number-7
- \ee3b -
-
- -
- - circle-number-8 -
- ti ti-circle-number-8
- \ee3c -
-
- -
- - circle-number-9 -
- ti ti-circle-number-9
- \ee3d -
-
- -
- - circle-off -
- ti ti-circle-off
- \ee40 -
-
- -
- - circle-percentage -
- ti ti-circle-percentage
- \fd7b -
-
- -
- - circle-plus -
- ti ti-circle-plus
- \ea69 -
-
- -
- - circle-plus-2 -
- ti ti-circle-plus-2
- \fc8d -
-
- -
- - circle-rectangle -
- ti ti-circle-rectangle
- \f010 -
-
- -
- - circle-rectangle-off -
- ti ti-circle-rectangle-off
- \f0cd -
-
- -
- - circle-square -
- ti ti-circle-square
- \ece4 -
-
- -
- - circle-triangle -
- ti ti-circle-triangle
- \f011 -
-
- -
- - circle-x -
- ti ti-circle-x
- \ea6a -
-
- -
- - circle-x-filled -
- ti ti-circle-x-filled
- \f739 -
-
- -
- - circles -
- ti ti-circles
- \ece5 -
-
- -
- - circles-filled -
- ti ti-circles-filled
- \f672 -
-
- -
- - circles-relation -
- ti ti-circles-relation
- \f4c3 -
-
- -
- - circuit-ammeter -
- ti ti-circuit-ammeter
- \f271 -
-
- -
- - circuit-battery -
- ti ti-circuit-battery
- \f272 -
-
- -
- - circuit-bulb -
- ti ti-circuit-bulb
- \f273 -
-
- -
- - circuit-capacitor -
- ti ti-circuit-capacitor
- \f275 -
-
- -
- - circuit-capacitor-polarized -
- ti ti-circuit-capacitor-polarized
- \f274 -
-
- -
- - circuit-cell -
- ti ti-circuit-cell
- \f277 -
-
- -
- - circuit-cell-plus -
- ti ti-circuit-cell-plus
- \f276 -
-
- -
- - circuit-changeover -
- ti ti-circuit-changeover
- \f278 -
-
- -
- - circuit-diode -
- ti ti-circuit-diode
- \f27a -
-
- -
- - circuit-diode-zener -
- ti ti-circuit-diode-zener
- \f279 -
-
- -
- - circuit-ground -
- ti ti-circuit-ground
- \f27c -
-
- -
- - circuit-ground-digital -
- ti ti-circuit-ground-digital
- \f27b -
-
- -
- - circuit-inductor -
- ti ti-circuit-inductor
- \f27d -
-
- -
- - circuit-motor -
- ti ti-circuit-motor
- \f27e -
-
- -
- - circuit-pushbutton -
- ti ti-circuit-pushbutton
- \f27f -
-
- -
- - circuit-resistor -
- ti ti-circuit-resistor
- \f280 -
-
- -
- - circuit-switch-closed -
- ti ti-circuit-switch-closed
- \f281 -
-
- -
- - circuit-switch-open -
- ti ti-circuit-switch-open
- \f282 -
-
- -
- - circuit-voltmeter -
- ti ti-circuit-voltmeter
- \f283 -
-
- -
- - clear-all -
- ti ti-clear-all
- \ee41 -
-
- -
- - clear-formatting -
- ti ti-clear-formatting
- \ebe5 -
-
- -
- - click -
- ti ti-click
- \ebbc -
-
- -
- - clipboard -
- ti ti-clipboard
- \ea6f -
-
- -
- - clipboard-check -
- ti ti-clipboard-check
- \ea6c -
-
- -
- - clipboard-copy -
- ti ti-clipboard-copy
- \f299 -
-
- -
- - clipboard-data -
- ti ti-clipboard-data
- \f563 -
-
- -
- - clipboard-heart -
- ti ti-clipboard-heart
- \f34e -
-
- -
- - clipboard-list -
- ti ti-clipboard-list
- \ea6d -
-
- -
- - clipboard-off -
- ti ti-clipboard-off
- \f0ce -
-
- -
- - clipboard-plus -
- ti ti-clipboard-plus
- \efb2 -
-
- -
- - clipboard-smile -
- ti ti-clipboard-smile
- \fd9a -
-
- -
- - clipboard-text -
- ti ti-clipboard-text
- \f089 -
-
- -
- - clipboard-typography -
- ti ti-clipboard-typography
- \f34f -
-
- -
- - clipboard-x -
- ti ti-clipboard-x
- \ea6e -
-
- -
- - clock -
- ti ti-clock
- \ea70 -
-
- -
- - clock-12 -
- ti ti-clock-12
- \fc56 -
-
- -
- - clock-2 -
- ti ti-clock-2
- \f099 -
-
- -
- - clock-24 -
- ti ti-clock-24
- \fc57 -
-
- -
- - clock-bolt -
- ti ti-clock-bolt
- \f844 -
-
- -
- - clock-cancel -
- ti ti-clock-cancel
- \f546 -
-
- -
- - clock-check -
- ti ti-clock-check
- \f7c1 -
-
- -
- - clock-code -
- ti ti-clock-code
- \f845 -
-
- -
- - clock-cog -
- ti ti-clock-cog
- \f7c2 -
-
- -
- - clock-dollar -
- ti ti-clock-dollar
- \f846 -
-
- -
- - clock-down -
- ti ti-clock-down
- \f7c3 -
-
- -
- - clock-edit -
- ti ti-clock-edit
- \f547 -
-
- -
- - clock-exclamation -
- ti ti-clock-exclamation
- \f847 -
-
- -
- - clock-filled -
- ti ti-clock-filled
- \f73a -
-
- -
- - clock-heart -
- ti ti-clock-heart
- \f7c4 -
-
- -
- - clock-hour-1 -
- ti ti-clock-hour-1
- \f313 -
-
- -
- - clock-hour-10 -
- ti ti-clock-hour-10
- \f314 -
-
- -
- - clock-hour-11 -
- ti ti-clock-hour-11
- \f315 -
-
- -
- - clock-hour-12 -
- ti ti-clock-hour-12
- \f316 -
-
- -
- - clock-hour-2 -
- ti ti-clock-hour-2
- \f317 -
-
- -
- - clock-hour-3 -
- ti ti-clock-hour-3
- \f318 -
-
- -
- - clock-hour-4 -
- ti ti-clock-hour-4
- \f319 -
-
- -
- - clock-hour-5 -
- ti ti-clock-hour-5
- \f31a -
-
- -
- - clock-hour-6 -
- ti ti-clock-hour-6
- \f31b -
-
- -
- - clock-hour-7 -
- ti ti-clock-hour-7
- \f31c -
-
- -
- - clock-hour-8 -
- ti ti-clock-hour-8
- \f31d -
-
- -
- - clock-hour-9 -
- ti ti-clock-hour-9
- \f31e -
-
- -
- - clock-minus -
- ti ti-clock-minus
- \f848 -
-
- -
- - clock-off -
- ti ti-clock-off
- \f0cf -
-
- -
- - clock-pause -
- ti ti-clock-pause
- \f548 -
-
- -
- - clock-pin -
- ti ti-clock-pin
- \f849 -
-
- -
- - clock-play -
- ti ti-clock-play
- \f549 -
-
- -
- - clock-plus -
- ti ti-clock-plus
- \f7c5 -
-
- -
- - clock-question -
- ti ti-clock-question
- \f7c6 -
-
- -
- - clock-record -
- ti ti-clock-record
- \f54a -
-
- -
- - clock-search -
- ti ti-clock-search
- \f7c7 -
-
- -
- - clock-share -
- ti ti-clock-share
- \f84a -
-
- -
- - clock-shield -
- ti ti-clock-shield
- \f7c8 -
-
- -
- - clock-star -
- ti ti-clock-star
- \f7c9 -
-
- -
- - clock-stop -
- ti ti-clock-stop
- \f54b -
-
- -
- - clock-up -
- ti ti-clock-up
- \f7ca -
-
- -
- - clock-x -
- ti ti-clock-x
- \f7cb -
-
- -
- - clothes-rack -
- ti ti-clothes-rack
- \f285 -
-
- -
- - clothes-rack-off -
- ti ti-clothes-rack-off
- \f3d6 -
-
- -
- - cloud -
- ti ti-cloud
- \ea76 -
-
- -
- - cloud-bolt -
- ti ti-cloud-bolt
- \f84b -
-
- -
- - cloud-cancel -
- ti ti-cloud-cancel
- \f84c -
-
- -
- - cloud-check -
- ti ti-cloud-check
- \f84d -
-
- -
- - cloud-code -
- ti ti-cloud-code
- \f84e -
-
- -
- - cloud-cog -
- ti ti-cloud-cog
- \f84f -
-
- -
- - cloud-computing -
- ti ti-cloud-computing
- \f1d0 -
-
- -
- - cloud-data-connection -
- ti ti-cloud-data-connection
- \f1d1 -
-
- -
- - cloud-dollar -
- ti ti-cloud-dollar
- \f850 -
-
- -
- - cloud-down -
- ti ti-cloud-down
- \f851 -
-
- -
- - cloud-download -
- ti ti-cloud-download
- \ea71 -
-
- -
- - cloud-exclamation -
- ti ti-cloud-exclamation
- \f852 -
-
- -
- - cloud-filled -
- ti ti-cloud-filled
- \f673 -
-
- -
- - cloud-fog -
- ti ti-cloud-fog
- \ecd9 -
-
- -
- - cloud-heart -
- ti ti-cloud-heart
- \f853 -
-
- -
- - cloud-lock -
- ti ti-cloud-lock
- \efdb -
-
- -
- - cloud-lock-open -
- ti ti-cloud-lock-open
- \efda -
-
- -
- - cloud-minus -
- ti ti-cloud-minus
- \f854 -
-
- -
- - cloud-network -
- ti ti-cloud-network
- \fc78 -
-
- -
- - cloud-off -
- ti ti-cloud-off
- \ed3e -
-
- -
- - cloud-pause -
- ti ti-cloud-pause
- \f855 -
-
- -
- - cloud-pin -
- ti ti-cloud-pin
- \f856 -
-
- -
- - cloud-plus -
- ti ti-cloud-plus
- \f857 -
-
- -
- - cloud-question -
- ti ti-cloud-question
- \f858 -
-
- -
- - cloud-rain -
- ti ti-cloud-rain
- \ea72 -
-
- -
- - cloud-search -
- ti ti-cloud-search
- \f859 -
-
- -
- - cloud-share -
- ti ti-cloud-share
- \f85a -
-
- -
- - cloud-snow -
- ti ti-cloud-snow
- \ea73 -
-
- -
- - cloud-star -
- ti ti-cloud-star
- \f85b -
-
- -
- - cloud-storm -
- ti ti-cloud-storm
- \ea74 -
-
- -
- - cloud-up -
- ti ti-cloud-up
- \f85c -
-
- -
- - cloud-upload -
- ti ti-cloud-upload
- \ea75 -
-
- -
- - cloud-x -
- ti ti-cloud-x
- \f85d -
-
- -
- - clover -
- ti ti-clover
- \f1ea -
-
- -
- - clover-2 -
- ti ti-clover-2
- \f21e -
-
- -
- - clubs -
- ti ti-clubs
- \eff4 -
-
- -
- - clubs-filled -
- ti ti-clubs-filled
- \f674 -
-
- -
- - code -
- ti ti-code
- \ea77 -
-
- -
- - code-asterix -
- ti ti-code-asterix
- \f312 -
-
- -
- - code-circle -
- ti ti-code-circle
- \f4ff -
-
- -
- - code-circle-2 -
- ti ti-code-circle-2
- \f4fe -
-
- -
- - code-dots -
- ti ti-code-dots
- \f61a -
-
- -
- - code-minus -
- ti ti-code-minus
- \ee42 -
-
- -
- - code-off -
- ti ti-code-off
- \f0d0 -
-
- -
- - code-plus -
- ti ti-code-plus
- \ee43 -
-
- -
- - coffee -
- ti ti-coffee
- \ef0e -
-
- -
- - coffee-off -
- ti ti-coffee-off
- \f106 -
-
- -
- - coffin -
- ti ti-coffin
- \f579 -
-
- -
- - coin -
- ti ti-coin
- \eb82 -
-
- -
- - coin-bitcoin -
- ti ti-coin-bitcoin
- \f2be -
-
- -
- - coin-bitcoin-filled -
- ti ti-coin-bitcoin-filled
- \fd06 -
-
- -
- - coin-euro -
- ti ti-coin-euro
- \f2bf -
-
- -
- - coin-euro-filled -
- ti ti-coin-euro-filled
- \fd07 -
-
- -
- - coin-filled -
- ti ti-coin-filled
- \fd08 -
-
- -
- - coin-monero -
- ti ti-coin-monero
- \f4a0 -
-
- -
- - coin-monero-filled -
- ti ti-coin-monero-filled
- \fd09 -
-
- -
- - coin-off -
- ti ti-coin-off
- \f0d1 -
-
- -
- - coin-pound -
- ti ti-coin-pound
- \f2c0 -
-
- -
- - coin-pound-filled -
- ti ti-coin-pound-filled
- \fd0a -
-
- -
- - coin-rupee -
- ti ti-coin-rupee
- \f2c1 -
-
- -
- - coin-rupee-filled -
- ti ti-coin-rupee-filled
- \fd0b -
-
- -
- - coin-taka -
- ti ti-coin-taka
- \fd0d -
-
- -
- - coin-taka-filled -
- ti ti-coin-taka-filled
- \fd0c -
-
- -
- - coin-yen -
- ti ti-coin-yen
- \f2c2 -
-
- -
- - coin-yen-filled -
- ti ti-coin-yen-filled
- \fd0e -
-
- -
- - coin-yuan -
- ti ti-coin-yuan
- \f2c3 -
-
- -
- - coin-yuan-filled -
- ti ti-coin-yuan-filled
- \fd0f -
-
- -
- - coins -
- ti ti-coins
- \f65d -
-
- -
- - color-filter -
- ti ti-color-filter
- \f5a8 -
-
- -
- - color-picker -
- ti ti-color-picker
- \ebe6 -
-
- -
- - color-picker-off -
- ti ti-color-picker-off
- \f0d2 -
-
- -
- - color-swatch -
- ti ti-color-swatch
- \eb61 -
-
- -
- - color-swatch-off -
- ti ti-color-swatch-off
- \f0d3 -
-
- -
- - column-insert-left -
- ti ti-column-insert-left
- \ee44 -
-
- -
- - column-insert-right -
- ti ti-column-insert-right
- \ee45 -
-
- -
- - column-remove -
- ti ti-column-remove
- \faf4 -
-
- -
- - columns -
- ti ti-columns
- \eb83 -
-
- -
- - columns-1 -
- ti ti-columns-1
- \f6d4 -
-
- -
- - columns-2 -
- ti ti-columns-2
- \f6d5 -
-
- -
- - columns-3 -
- ti ti-columns-3
- \f6d6 -
-
- -
- - columns-off -
- ti ti-columns-off
- \f0d4 -
-
- -
- - comet -
- ti ti-comet
- \ec76 -
-
- -
- - command -
- ti ti-command
- \ea78 -
-
- -
- - command-off -
- ti ti-command-off
- \f3d7 -
-
- -
- - compass -
- ti ti-compass
- \ea79 -
-
- -
- - compass-filled -
- ti ti-compass-filled
- \fd10 -
-
- -
- - compass-off -
- ti ti-compass-off
- \f0d5 -
-
- -
- - components -
- ti ti-components
- \efa5 -
-
- -
- - components-off -
- ti ti-components-off
- \f0d6 -
-
- -
- - cone -
- ti ti-cone
- \efdd -
-
- -
- - cone-2 -
- ti ti-cone-2
- \efdc -
-
- -
- - cone-off -
- ti ti-cone-off
- \f3d8 -
-
- -
- - cone-plus -
- ti ti-cone-plus
- \fa94 -
-
- -
- - confetti -
- ti ti-confetti
- \ee46 -
-
- -
- - confetti-off -
- ti ti-confetti-off
- \f3d9 -
-
- -
- - confucius -
- ti ti-confucius
- \f58a -
-
- -
- - container -
- ti ti-container
- \ee47 -
-
- -
- - container-off -
- ti ti-container-off
- \f107 -
-
- -
- - contrast -
- ti ti-contrast
- \ec4e -
-
- -
- - contrast-2 -
- ti ti-contrast-2
- \efc7 -
-
- -
- - contrast-2-off -
- ti ti-contrast-2-off
- \f3da -
-
- -
- - contrast-off -
- ti ti-contrast-off
- \f3db -
-
- -
- - cooker -
- ti ti-cooker
- \f57a -
-
- -
- - cookie -
- ti ti-cookie
- \ef0f -
-
- -
- - cookie-man -
- ti ti-cookie-man
- \f4c4 -
-
- -
- - cookie-off -
- ti ti-cookie-off
- \f0d7 -
-
- -
- - copy -
- ti ti-copy
- \ea7a -
-
- -
- - copy-check -
- ti ti-copy-check
- \fd3f -
-
- -
- - copy-minus -
- ti ti-copy-minus
- \fd40 -
-
- -
- - copy-off -
- ti ti-copy-off
- \f0d8 -
-
- -
- - copy-plus -
- ti ti-copy-plus
- \fd41 -
-
- -
- - copy-x -
- ti ti-copy-x
- \fd42 -
-
- -
- - copyleft -
- ti ti-copyleft
- \ec3d -
-
- -
- - copyleft-filled -
- ti ti-copyleft-filled
- \f73b -
-
- -
- - copyleft-off -
- ti ti-copyleft-off
- \f0d9 -
-
- -
- - copyright -
- ti ti-copyright
- \ea7b -
-
- -
- - copyright-filled -
- ti ti-copyright-filled
- \f73c -
-
- -
- - copyright-off -
- ti ti-copyright-off
- \f0da -
-
- -
- - corner-down-left -
- ti ti-corner-down-left
- \ea7c -
-
- -
- - corner-down-left-double -
- ti ti-corner-down-left-double
- \ee48 -
-
- -
- - corner-down-right -
- ti ti-corner-down-right
- \ea7d -
-
- -
- - corner-down-right-double -
- ti ti-corner-down-right-double
- \ee49 -
-
- -
- - corner-left-down -
- ti ti-corner-left-down
- \ea7e -
-
- -
- - corner-left-down-double -
- ti ti-corner-left-down-double
- \ee4a -
-
- -
- - corner-left-up -
- ti ti-corner-left-up
- \ea7f -
-
- -
- - corner-left-up-double -
- ti ti-corner-left-up-double
- \ee4b -
-
- -
- - corner-right-down -
- ti ti-corner-right-down
- \ea80 -
-
- -
- - corner-right-down-double -
- ti ti-corner-right-down-double
- \ee4c -
-
- -
- - corner-right-up -
- ti ti-corner-right-up
- \ea81 -
-
- -
- - corner-right-up-double -
- ti ti-corner-right-up-double
- \ee4d -
-
- -
- - corner-up-left -
- ti ti-corner-up-left
- \ea82 -
-
- -
- - corner-up-left-double -
- ti ti-corner-up-left-double
- \ee4e -
-
- -
- - corner-up-right -
- ti ti-corner-up-right
- \ea83 -
-
- -
- - corner-up-right-double -
- ti ti-corner-up-right-double
- \ee4f -
-
- -
- - cpu -
- ti ti-cpu
- \ef8e -
-
- -
- - cpu-2 -
- ti ti-cpu-2
- \f075 -
-
- -
- - cpu-off -
- ti ti-cpu-off
- \f108 -
-
- -
- - crane -
- ti ti-crane
- \ef27 -
-
- -
- - crane-off -
- ti ti-crane-off
- \f109 -
-
- -
- - creative-commons -
- ti ti-creative-commons
- \efb3 -
-
- -
- - creative-commons-by -
- ti ti-creative-commons-by
- \f21f -
-
- -
- - creative-commons-nc -
- ti ti-creative-commons-nc
- \f220 -
-
- -
- - creative-commons-nd -
- ti ti-creative-commons-nd
- \f221 -
-
- -
- - creative-commons-off -
- ti ti-creative-commons-off
- \f10a -
-
- -
- - creative-commons-sa -
- ti ti-creative-commons-sa
- \f222 -
-
- -
- - creative-commons-zero -
- ti ti-creative-commons-zero
- \f223 -
-
- -
- - credit-card -
- ti ti-credit-card
- \ea84 -
-
- -
- - credit-card-filled -
- ti ti-credit-card-filled
- \fd11 -
-
- -
- - credit-card-off -
- ti ti-credit-card-off
- \ed11 -
-
- -
- - credit-card-pay -
- ti ti-credit-card-pay
- \fd32 -
-
- -
- - credit-card-refund -
- ti ti-credit-card-refund
- \fd33 -
-
- -
- - cricket -
- ti ti-cricket
- \f09a -
-
- -
- - crop -
- ti ti-crop
- \ea85 -
-
- -
- - crop-1-1 -
- ti ti-crop-1-1
- \fd50 -
-
- -
- - crop-16-9 -
- ti ti-crop-16-9
- \fd51 -
-
- -
- - crop-3-2 -
- ti ti-crop-3-2
- \fd52 -
-
- -
- - crop-5-4 -
- ti ti-crop-5-4
- \fd53 -
-
- -
- - crop-7-5 -
- ti ti-crop-7-5
- \fd54 -
-
- -
- - crop-landscape -
- ti ti-crop-landscape
- \fd55 -
-
- -
- - crop-portrait -
- ti ti-crop-portrait
- \fd56 -
-
- -
- - cross -
- ti ti-cross
- \ef8f -
-
- -
- - cross-filled -
- ti ti-cross-filled
- \f675 -
-
- -
- - cross-off -
- ti ti-cross-off
- \f10b -
-
- -
- - crosshair -
- ti ti-crosshair
- \ec3e -
-
- -
- - crown -
- ti ti-crown
- \ed12 -
-
- -
- - crown-off -
- ti ti-crown-off
- \ee50 -
-
- -
- - crutches -
- ti ti-crutches
- \ef5b -
-
- -
- - crutches-off -
- ti ti-crutches-off
- \f10c -
-
- -
- - crystal-ball -
- ti ti-crystal-ball
- \f57b -
-
- -
- - csv -
- ti ti-csv
- \f791 -
-
- -
- - cube -
- ti ti-cube
- \fa97 -
-
- -
- - cube-off -
- ti ti-cube-off
- \fa95 -
-
- -
- - cube-plus -
- ti ti-cube-plus
- \fa96 -
-
- -
- - cube-send -
- ti ti-cube-send
- \f61b -
-
- -
- - cube-unfolded -
- ti ti-cube-unfolded
- \f61c -
-
- -
- - cup -
- ti ti-cup
- \ef28 -
-
- -
- - cup-off -
- ti ti-cup-off
- \f10d -
-
- -
- - curling -
- ti ti-curling
- \efc8 -
-
- -
- - curly-loop -
- ti ti-curly-loop
- \ecda -
-
- -
- - currency -
- ti ti-currency
- \efa6 -
-
- -
- - currency-afghani -
- ti ti-currency-afghani
- \f65e -
-
- -
- - currency-bahraini -
- ti ti-currency-bahraini
- \ee51 -
-
- -
- - currency-baht -
- ti ti-currency-baht
- \f08a -
-
- -
- - currency-bitcoin -
- ti ti-currency-bitcoin
- \ebab -
-
- -
- - currency-cent -
- ti ti-currency-cent
- \ee53 -
-
- -
- - currency-dinar -
- ti ti-currency-dinar
- \ee54 -
-
- -
- - currency-dirham -
- ti ti-currency-dirham
- \ee55 -
-
- -
- - currency-dogecoin -
- ti ti-currency-dogecoin
- \ef4b -
-
- -
- - currency-dollar -
- ti ti-currency-dollar
- \eb84 -
-
- -
- - currency-dollar-australian -
- ti ti-currency-dollar-australian
- \ee56 -
-
- -
- - currency-dollar-brunei -
- ti ti-currency-dollar-brunei
- \f36c -
-
- -
- - currency-dollar-canadian -
- ti ti-currency-dollar-canadian
- \ee57 -
-
- -
- - currency-dollar-guyanese -
- ti ti-currency-dollar-guyanese
- \f36d -
-
- -
- - currency-dollar-off -
- ti ti-currency-dollar-off
- \f3dc -
-
- -
- - currency-dollar-singapore -
- ti ti-currency-dollar-singapore
- \ee58 -
-
- -
- - currency-dollar-zimbabwean -
- ti ti-currency-dollar-zimbabwean
- \f36e -
-
- -
- - currency-dong -
- ti ti-currency-dong
- \f36f -
-
- -
- - currency-dram -
- ti ti-currency-dram
- \f370 -
-
- -
- - currency-ethereum -
- ti ti-currency-ethereum
- \ee59 -
-
- -
- - currency-euro -
- ti ti-currency-euro
- \eb85 -
-
- -
- - currency-euro-off -
- ti ti-currency-euro-off
- \f3dd -
-
- -
- - currency-florin -
- ti ti-currency-florin
- \faf5 -
-
- -
- - currency-forint -
- ti ti-currency-forint
- \ee5a -
-
- -
- - currency-frank -
- ti ti-currency-frank
- \ee5b -
-
- -
- - currency-guarani -
- ti ti-currency-guarani
- \f371 -
-
- -
- - currency-hryvnia -
- ti ti-currency-hryvnia
- \f372 -
-
- -
- - currency-iranian-rial -
- ti ti-currency-iranian-rial
- \fa58 -
-
- -
- - currency-kip -
- ti ti-currency-kip
- \f373 -
-
- -
- - currency-krone-czech -
- ti ti-currency-krone-czech
- \ee5c -
-
- -
- - currency-krone-danish -
- ti ti-currency-krone-danish
- \ee5d -
-
- -
- - currency-krone-swedish -
- ti ti-currency-krone-swedish
- \ee5e -
-
- -
- - currency-lari -
- ti ti-currency-lari
- \f374 -
-
- -
- - currency-leu -
- ti ti-currency-leu
- \ee5f -
-
- -
- - currency-lira -
- ti ti-currency-lira
- \ee60 -
-
- -
- - currency-litecoin -
- ti ti-currency-litecoin
- \ee61 -
-
- -
- - currency-lyd -
- ti ti-currency-lyd
- \f375 -
-
- -
- - currency-manat -
- ti ti-currency-manat
- \f376 -
-
- -
- - currency-monero -
- ti ti-currency-monero
- \f377 -
-
- -
- - currency-naira -
- ti ti-currency-naira
- \ee62 -
-
- -
- - currency-nano -
- ti ti-currency-nano
- \f7a6 -
-
- -
- - currency-off -
- ti ti-currency-off
- \f3de -
-
- -
- - currency-paanga -
- ti ti-currency-paanga
- \f378 -
-
- -
- - currency-peso -
- ti ti-currency-peso
- \f65f -
-
- -
- - currency-pound -
- ti ti-currency-pound
- \ebac -
-
- -
- - currency-pound-off -
- ti ti-currency-pound-off
- \f3df -
-
- -
- - currency-quetzal -
- ti ti-currency-quetzal
- \f379 -
-
- -
- - currency-real -
- ti ti-currency-real
- \ee63 -
-
- -
- - currency-renminbi -
- ti ti-currency-renminbi
- \ee64 -
-
- -
- - currency-ripple -
- ti ti-currency-ripple
- \ee65 -
-
- -
- - currency-riyal -
- ti ti-currency-riyal
- \ee66 -
-
- -
- - currency-rubel -
- ti ti-currency-rubel
- \ee67 -
-
- -
- - currency-rufiyaa -
- ti ti-currency-rufiyaa
- \f37a -
-
- -
- - currency-rupee -
- ti ti-currency-rupee
- \ebad -
-
- -
- - currency-rupee-nepalese -
- ti ti-currency-rupee-nepalese
- \f37b -
-
- -
- - currency-shekel -
- ti ti-currency-shekel
- \ee68 -
-
- -
- - currency-solana -
- ti ti-currency-solana
- \f4a1 -
-
- -
- - currency-som -
- ti ti-currency-som
- \f37c -
-
- -
- - currency-taka -
- ti ti-currency-taka
- \ee69 -
-
- -
- - currency-tenge -
- ti ti-currency-tenge
- \f37d -
-
- -
- - currency-tugrik -
- ti ti-currency-tugrik
- \ee6a -
-
- -
- - currency-won -
- ti ti-currency-won
- \ee6b -
-
- -
- - currency-xrp -
- ti ti-currency-xrp
- \fd34 -
-
- -
- - currency-yen -
- ti ti-currency-yen
- \ebae -
-
- -
- - currency-yen-off -
- ti ti-currency-yen-off
- \f3e0 -
-
- -
- - currency-yuan -
- ti ti-currency-yuan
- \f29a -
-
- -
- - currency-zloty -
- ti ti-currency-zloty
- \ee6c -
-
- -
- - current-location -
- ti ti-current-location
- \ecef -
-
- -
- - current-location-off -
- ti ti-current-location-off
- \f10e -
-
- -
- - cursor-off -
- ti ti-cursor-off
- \f10f -
-
- -
- - cursor-text -
- ti ti-cursor-text
- \ee6d -
-
- -
- - cut -
- ti ti-cut
- \ea86 -
-
- -
- - cylinder -
- ti ti-cylinder
- \f54c -
-
- -
- - cylinder-off -
- ti ti-cylinder-off
- \fa98 -
-
- -
- - cylinder-plus -
- ti ti-cylinder-plus
- \fa99 -
-
- -
- - dashboard -
- ti ti-dashboard
- \ea87 -
-
- -
- - dashboard-off -
- ti ti-dashboard-off
- \f3e1 -
-
- -
- - database -
- ti ti-database
- \ea88 -
-
- -
- - database-cog -
- ti ti-database-cog
- \fa10 -
-
- -
- - database-dollar -
- ti ti-database-dollar
- \fa11 -
-
- -
- - database-edit -
- ti ti-database-edit
- \fa12 -
-
- -
- - database-exclamation -
- ti ti-database-exclamation
- \fa13 -
-
- -
- - database-export -
- ti ti-database-export
- \ee6e -
-
- -
- - database-heart -
- ti ti-database-heart
- \fa14 -
-
- -
- - database-import -
- ti ti-database-import
- \ee6f -
-
- -
- - database-leak -
- ti ti-database-leak
- \fa15 -
-
- -
- - database-minus -
- ti ti-database-minus
- \fa16 -
-
- -
- - database-off -
- ti ti-database-off
- \ee70 -
-
- -
- - database-plus -
- ti ti-database-plus
- \fa17 -
-
- -
- - database-search -
- ti ti-database-search
- \fa18 -
-
- -
- - database-share -
- ti ti-database-share
- \fa19 -
-
- -
- - database-smile -
- ti ti-database-smile
- \fd9b -
-
- -
- - database-star -
- ti ti-database-star
- \fa1a -
-
- -
- - database-x -
- ti ti-database-x
- \fa1b -
-
- -
- - decimal -
- ti ti-decimal
- \fa26 -
-
- -
- - deer -
- ti ti-deer
- \f4c5 -
-
- -
- - delta -
- ti ti-delta
- \f53c -
-
- -
- - dental -
- ti ti-dental
- \f025 -
-
- -
- - dental-broken -
- ti ti-dental-broken
- \f286 -
-
- -
- - dental-off -
- ti ti-dental-off
- \f110 -
-
- -
- - deselect -
- ti ti-deselect
- \f9f3 -
-
- -
- - desk -
- ti ti-desk
- \fd35 -
-
- -
- - details -
- ti ti-details
- \ee71 -
-
- -
- - details-off -
- ti ti-details-off
- \f3e2 -
-
- -
- - device-airpods -
- ti ti-device-airpods
- \f5a9 -
-
- -
- - device-airpods-case -
- ti ti-device-airpods-case
- \f646 -
-
- -
- - device-airtag -
- ti ti-device-airtag
- \fae6 -
-
- -
- - device-analytics -
- ti ti-device-analytics
- \ee72 -
-
- -
- - device-audio-tape -
- ti ti-device-audio-tape
- \ee73 -
-
- -
- - device-camera-phone -
- ti ti-device-camera-phone
- \f233 -
-
- -
- - device-cctv -
- ti ti-device-cctv
- \ee74 -
-
- -
- - device-cctv-off -
- ti ti-device-cctv-off
- \f3e3 -
-
- -
- - device-computer-camera -
- ti ti-device-computer-camera
- \ee76 -
-
- -
- - device-computer-camera-off -
- ti ti-device-computer-camera-off
- \ee75 -
-
- -
- - device-desktop -
- ti ti-device-desktop
- \ea89 -
-
- -
- - device-desktop-analytics -
- ti ti-device-desktop-analytics
- \ee77 -
-
- -
- - device-desktop-bolt -
- ti ti-device-desktop-bolt
- \f85e -
-
- -
- - device-desktop-cancel -
- ti ti-device-desktop-cancel
- \f85f -
-
- -
- - device-desktop-check -
- ti ti-device-desktop-check
- \f860 -
-
- -
- - device-desktop-code -
- ti ti-device-desktop-code
- \f861 -
-
- -
- - device-desktop-cog -
- ti ti-device-desktop-cog
- \f862 -
-
- -
- - device-desktop-dollar -
- ti ti-device-desktop-dollar
- \f863 -
-
- -
- - device-desktop-down -
- ti ti-device-desktop-down
- \f864 -
-
- -
- - device-desktop-exclamation -
- ti ti-device-desktop-exclamation
- \f865 -
-
- -
- - device-desktop-heart -
- ti ti-device-desktop-heart
- \f866 -
-
- -
- - device-desktop-minus -
- ti ti-device-desktop-minus
- \f867 -
-
- -
- - device-desktop-off -
- ti ti-device-desktop-off
- \ee78 -
-
- -
- - device-desktop-pause -
- ti ti-device-desktop-pause
- \f868 -
-
- -
- - device-desktop-pin -
- ti ti-device-desktop-pin
- \f869 -
-
- -
- - device-desktop-plus -
- ti ti-device-desktop-plus
- \f86a -
-
- -
- - device-desktop-question -
- ti ti-device-desktop-question
- \f86b -
-
- -
- - device-desktop-search -
- ti ti-device-desktop-search
- \f86c -
-
- -
- - device-desktop-share -
- ti ti-device-desktop-share
- \f86d -
-
- -
- - device-desktop-star -
- ti ti-device-desktop-star
- \f86e -
-
- -
- - device-desktop-up -
- ti ti-device-desktop-up
- \f86f -
-
- -
- - device-desktop-x -
- ti ti-device-desktop-x
- \f870 -
-
- -
- - device-floppy -
- ti ti-device-floppy
- \eb62 -
-
- -
- - device-gamepad -
- ti ti-device-gamepad
- \eb63 -
-
- -
- - device-gamepad-2 -
- ti ti-device-gamepad-2
- \f1d2 -
-
- -
- - device-gamepad-3 -
- ti ti-device-gamepad-3
- \fc58 -
-
- -
- - device-heart-monitor -
- ti ti-device-heart-monitor
- \f060 -
-
- -
- - device-heart-monitor-filled -
- ti ti-device-heart-monitor-filled
- \fa38 -
-
- -
- - device-imac -
- ti ti-device-imac
- \f7a7 -
-
- -
- - device-imac-bolt -
- ti ti-device-imac-bolt
- \f871 -
-
- -
- - device-imac-cancel -
- ti ti-device-imac-cancel
- \f872 -
-
- -
- - device-imac-check -
- ti ti-device-imac-check
- \f873 -
-
- -
- - device-imac-code -
- ti ti-device-imac-code
- \f874 -
-
- -
- - device-imac-cog -
- ti ti-device-imac-cog
- \f875 -
-
- -
- - device-imac-dollar -
- ti ti-device-imac-dollar
- \f876 -
-
- -
- - device-imac-down -
- ti ti-device-imac-down
- \f877 -
-
- -
- - device-imac-exclamation -
- ti ti-device-imac-exclamation
- \f878 -
-
- -
- - device-imac-heart -
- ti ti-device-imac-heart
- \f879 -
-
- -
- - device-imac-minus -
- ti ti-device-imac-minus
- \f87a -
-
- -
- - device-imac-off -
- ti ti-device-imac-off
- \f87b -
-
- -
- - device-imac-pause -
- ti ti-device-imac-pause
- \f87c -
-
- -
- - device-imac-pin -
- ti ti-device-imac-pin
- \f87d -
-
- -
- - device-imac-plus -
- ti ti-device-imac-plus
- \f87e -
-
- -
- - device-imac-question -
- ti ti-device-imac-question
- \f87f -
-
- -
- - device-imac-search -
- ti ti-device-imac-search
- \f880 -
-
- -
- - device-imac-share -
- ti ti-device-imac-share
- \f881 -
-
- -
- - device-imac-star -
- ti ti-device-imac-star
- \f882 -
-
- -
- - device-imac-up -
- ti ti-device-imac-up
- \f883 -
-
- -
- - device-imac-x -
- ti ti-device-imac-x
- \f884 -
-
- -
- - device-ipad -
- ti ti-device-ipad
- \f648 -
-
- -
- - device-ipad-bolt -
- ti ti-device-ipad-bolt
- \f885 -
-
- -
- - device-ipad-cancel -
- ti ti-device-ipad-cancel
- \f886 -
-
- -
- - device-ipad-check -
- ti ti-device-ipad-check
- \f887 -
-
- -
- - device-ipad-code -
- ti ti-device-ipad-code
- \f888 -
-
- -
- - device-ipad-cog -
- ti ti-device-ipad-cog
- \f889 -
-
- -
- - device-ipad-dollar -
- ti ti-device-ipad-dollar
- \f88a -
-
- -
- - device-ipad-down -
- ti ti-device-ipad-down
- \f88b -
-
- -
- - device-ipad-exclamation -
- ti ti-device-ipad-exclamation
- \f88c -
-
- -
- - device-ipad-heart -
- ti ti-device-ipad-heart
- \f88d -
-
- -
- - device-ipad-horizontal -
- ti ti-device-ipad-horizontal
- \f647 -
-
- -
- - device-ipad-horizontal-bolt -
- ti ti-device-ipad-horizontal-bolt
- \f88e -
-
- -
- - device-ipad-horizontal-cancel -
- ti ti-device-ipad-horizontal-cancel
- \f88f -
-
- -
- - device-ipad-horizontal-check -
- ti ti-device-ipad-horizontal-check
- \f890 -
-
- -
- - device-ipad-horizontal-code -
- ti ti-device-ipad-horizontal-code
- \f891 -
-
- -
- - device-ipad-horizontal-cog -
- ti ti-device-ipad-horizontal-cog
- \f892 -
-
- -
- - device-ipad-horizontal-dollar -
- ti ti-device-ipad-horizontal-dollar
- \f893 -
-
- -
- - device-ipad-horizontal-down -
- ti ti-device-ipad-horizontal-down
- \f894 -
-
- -
- - device-ipad-horizontal-exclamation -
- ti ti-device-ipad-horizontal-exclamation
- \f895 -
-
- -
- - device-ipad-horizontal-heart -
- ti ti-device-ipad-horizontal-heart
- \f896 -
-
- -
- - device-ipad-horizontal-minus -
- ti ti-device-ipad-horizontal-minus
- \f897 -
-
- -
- - device-ipad-horizontal-off -
- ti ti-device-ipad-horizontal-off
- \f898 -
-
- -
- - device-ipad-horizontal-pause -
- ti ti-device-ipad-horizontal-pause
- \f899 -
-
- -
- - device-ipad-horizontal-pin -
- ti ti-device-ipad-horizontal-pin
- \f89a -
-
- -
- - device-ipad-horizontal-plus -
- ti ti-device-ipad-horizontal-plus
- \f89b -
-
- -
- - device-ipad-horizontal-question -
- ti ti-device-ipad-horizontal-question
- \f89c -
-
- -
- - device-ipad-horizontal-search -
- ti ti-device-ipad-horizontal-search
- \f89d -
-
- -
- - device-ipad-horizontal-share -
- ti ti-device-ipad-horizontal-share
- \f89e -
-
- -
- - device-ipad-horizontal-star -
- ti ti-device-ipad-horizontal-star
- \f89f -
-
- -
- - device-ipad-horizontal-up -
- ti ti-device-ipad-horizontal-up
- \f8a0 -
-
- -
- - device-ipad-horizontal-x -
- ti ti-device-ipad-horizontal-x
- \f8a1 -
-
- -
- - device-ipad-minus -
- ti ti-device-ipad-minus
- \f8a2 -
-
- -
- - device-ipad-off -
- ti ti-device-ipad-off
- \f8a3 -
-
- -
- - device-ipad-pause -
- ti ti-device-ipad-pause
- \f8a4 -
-
- -
- - device-ipad-pin -
- ti ti-device-ipad-pin
- \f8a5 -
-
- -
- - device-ipad-plus -
- ti ti-device-ipad-plus
- \f8a6 -
-
- -
- - device-ipad-question -
- ti ti-device-ipad-question
- \f8a7 -
-
- -
- - device-ipad-search -
- ti ti-device-ipad-search
- \f8a8 -
-
- -
- - device-ipad-share -
- ti ti-device-ipad-share
- \f8a9 -
-
- -
- - device-ipad-star -
- ti ti-device-ipad-star
- \f8aa -
-
- -
- - device-ipad-up -
- ti ti-device-ipad-up
- \f8ab -
-
- -
- - device-ipad-x -
- ti ti-device-ipad-x
- \f8ac -
-
- -
- - device-landline-phone -
- ti ti-device-landline-phone
- \f649 -
-
- -
- - device-laptop -
- ti ti-device-laptop
- \eb64 -
-
- -
- - device-laptop-off -
- ti ti-device-laptop-off
- \f061 -
-
- -
- - device-mobile -
- ti ti-device-mobile
- \ea8a -
-
- -
- - device-mobile-bolt -
- ti ti-device-mobile-bolt
- \f8ad -
-
- -
- - device-mobile-cancel -
- ti ti-device-mobile-cancel
- \f8ae -
-
- -
- - device-mobile-charging -
- ti ti-device-mobile-charging
- \f224 -
-
- -
- - device-mobile-check -
- ti ti-device-mobile-check
- \f8af -
-
- -
- - device-mobile-code -
- ti ti-device-mobile-code
- \f8b0 -
-
- -
- - device-mobile-cog -
- ti ti-device-mobile-cog
- \f8b1 -
-
- -
- - device-mobile-dollar -
- ti ti-device-mobile-dollar
- \f8b2 -
-
- -
- - device-mobile-down -
- ti ti-device-mobile-down
- \f8b3 -
-
- -
- - device-mobile-exclamation -
- ti ti-device-mobile-exclamation
- \f8b4 -
-
- -
- - device-mobile-filled -
- ti ti-device-mobile-filled
- \fa39 -
-
- -
- - device-mobile-heart -
- ti ti-device-mobile-heart
- \f8b5 -
-
- -
- - device-mobile-message -
- ti ti-device-mobile-message
- \ee79 -
-
- -
- - device-mobile-minus -
- ti ti-device-mobile-minus
- \f8b6 -
-
- -
- - device-mobile-off -
- ti ti-device-mobile-off
- \f062 -
-
- -
- - device-mobile-pause -
- ti ti-device-mobile-pause
- \f8b7 -
-
- -
- - device-mobile-pin -
- ti ti-device-mobile-pin
- \f8b8 -
-
- -
- - device-mobile-plus -
- ti ti-device-mobile-plus
- \f8b9 -
-
- -
- - device-mobile-question -
- ti ti-device-mobile-question
- \f8ba -
-
- -
- - device-mobile-rotated -
- ti ti-device-mobile-rotated
- \ecdb -
-
- -
- - device-mobile-search -
- ti ti-device-mobile-search
- \f8bb -
-
- -
- - device-mobile-share -
- ti ti-device-mobile-share
- \f8bc -
-
- -
- - device-mobile-star -
- ti ti-device-mobile-star
- \f8bd -
-
- -
- - device-mobile-up -
- ti ti-device-mobile-up
- \f8be -
-
- -
- - device-mobile-vibration -
- ti ti-device-mobile-vibration
- \eb86 -
-
- -
- - device-mobile-x -
- ti ti-device-mobile-x
- \f8bf -
-
- -
- - device-nintendo -
- ti ti-device-nintendo
- \f026 -
-
- -
- - device-nintendo-off -
- ti ti-device-nintendo-off
- \f111 -
-
- -
- - device-projector -
- ti ti-device-projector
- \fc11 -
-
- -
- - device-remote -
- ti ti-device-remote
- \f792 -
-
- -
- - device-sd-card -
- ti ti-device-sd-card
- \f384 -
-
- -
- - device-sim -
- ti ti-device-sim
- \f4b2 -
-
- -
- - device-sim-1 -
- ti ti-device-sim-1
- \f4af -
-
- -
- - device-sim-2 -
- ti ti-device-sim-2
- \f4b0 -
-
- -
- - device-sim-3 -
- ti ti-device-sim-3
- \f4b1 -
-
- -
- - device-speaker -
- ti ti-device-speaker
- \ea8b -
-
- -
- - device-speaker-off -
- ti ti-device-speaker-off
- \f112 -
-
- -
- - device-tablet -
- ti ti-device-tablet
- \ea8c -
-
- -
- - device-tablet-bolt -
- ti ti-device-tablet-bolt
- \f8c0 -
-
- -
- - device-tablet-cancel -
- ti ti-device-tablet-cancel
- \f8c1 -
-
- -
- - device-tablet-check -
- ti ti-device-tablet-check
- \f8c2 -
-
- -
- - device-tablet-code -
- ti ti-device-tablet-code
- \f8c3 -
-
- -
- - device-tablet-cog -
- ti ti-device-tablet-cog
- \f8c4 -
-
- -
- - device-tablet-dollar -
- ti ti-device-tablet-dollar
- \f8c5 -
-
- -
- - device-tablet-down -
- ti ti-device-tablet-down
- \f8c6 -
-
- -
- - device-tablet-exclamation -
- ti ti-device-tablet-exclamation
- \f8c7 -
-
- -
- - device-tablet-filled -
- ti ti-device-tablet-filled
- \fa3a -
-
- -
- - device-tablet-heart -
- ti ti-device-tablet-heart
- \f8c8 -
-
- -
- - device-tablet-minus -
- ti ti-device-tablet-minus
- \f8c9 -
-
- -
- - device-tablet-off -
- ti ti-device-tablet-off
- \f063 -
-
- -
- - device-tablet-pause -
- ti ti-device-tablet-pause
- \f8ca -
-
- -
- - device-tablet-pin -
- ti ti-device-tablet-pin
- \f8cb -
-
- -
- - device-tablet-plus -
- ti ti-device-tablet-plus
- \f8cc -
-
- -
- - device-tablet-question -
- ti ti-device-tablet-question
- \f8cd -
-
- -
- - device-tablet-search -
- ti ti-device-tablet-search
- \f8ce -
-
- -
- - device-tablet-share -
- ti ti-device-tablet-share
- \f8cf -
-
- -
- - device-tablet-star -
- ti ti-device-tablet-star
- \f8d0 -
-
- -
- - device-tablet-up -
- ti ti-device-tablet-up
- \f8d1 -
-
- -
- - device-tablet-x -
- ti ti-device-tablet-x
- \f8d2 -
-
- -
- - device-tv -
- ti ti-device-tv
- \ea8d -
-
- -
- - device-tv-off -
- ti ti-device-tv-off
- \f064 -
-
- -
- - device-tv-old -
- ti ti-device-tv-old
- \f1d3 -
-
- -
- - device-usb -
- ti ti-device-usb
- \fc59 -
-
- -
- - device-vision-pro -
- ti ti-device-vision-pro
- \fae7 -
-
- -
- - device-watch -
- ti ti-device-watch
- \ebf9 -
-
- -
- - device-watch-bolt -
- ti ti-device-watch-bolt
- \f8d3 -
-
- -
- - device-watch-cancel -
- ti ti-device-watch-cancel
- \f8d4 -
-
- -
- - device-watch-check -
- ti ti-device-watch-check
- \f8d5 -
-
- -
- - device-watch-code -
- ti ti-device-watch-code
- \f8d6 -
-
- -
- - device-watch-cog -
- ti ti-device-watch-cog
- \f8d7 -
-
- -
- - device-watch-dollar -
- ti ti-device-watch-dollar
- \f8d8 -
-
- -
- - device-watch-down -
- ti ti-device-watch-down
- \f8d9 -
-
- -
- - device-watch-exclamation -
- ti ti-device-watch-exclamation
- \f8da -
-
- -
- - device-watch-heart -
- ti ti-device-watch-heart
- \f8db -
-
- -
- - device-watch-minus -
- ti ti-device-watch-minus
- \f8dc -
-
- -
- - device-watch-off -
- ti ti-device-watch-off
- \f065 -
-
- -
- - device-watch-pause -
- ti ti-device-watch-pause
- \f8dd -
-
- -
- - device-watch-pin -
- ti ti-device-watch-pin
- \f8de -
-
- -
- - device-watch-plus -
- ti ti-device-watch-plus
- \f8df -
-
- -
- - device-watch-question -
- ti ti-device-watch-question
- \f8e0 -
-
- -
- - device-watch-search -
- ti ti-device-watch-search
- \f8e1 -
-
- -
- - device-watch-share -
- ti ti-device-watch-share
- \f8e2 -
-
- -
- - device-watch-star -
- ti ti-device-watch-star
- \f8e3 -
-
- -
- - device-watch-stats -
- ti ti-device-watch-stats
- \ef7d -
-
- -
- - device-watch-stats-2 -
- ti ti-device-watch-stats-2
- \ef7c -
-
- -
- - device-watch-up -
- ti ti-device-watch-up
- \f8e4 -
-
- -
- - device-watch-x -
- ti ti-device-watch-x
- \f8e5 -
-
- -
- - devices -
- ti ti-devices
- \eb87 -
-
- -
- - devices-2 -
- ti ti-devices-2
- \ed29 -
-
- -
- - devices-bolt -
- ti ti-devices-bolt
- \f8e6 -
-
- -
- - devices-cancel -
- ti ti-devices-cancel
- \f8e7 -
-
- -
- - devices-check -
- ti ti-devices-check
- \f8e8 -
-
- -
- - devices-code -
- ti ti-devices-code
- \f8e9 -
-
- -
- - devices-cog -
- ti ti-devices-cog
- \f8ea -
-
- -
- - devices-dollar -
- ti ti-devices-dollar
- \f8eb -
-
- -
- - devices-down -
- ti ti-devices-down
- \f8ec -
-
- -
- - devices-exclamation -
- ti ti-devices-exclamation
- \f8ed -
-
- -
- - devices-heart -
- ti ti-devices-heart
- \f8ee -
-
- -
- - devices-minus -
- ti ti-devices-minus
- \f8ef -
-
- -
- - devices-off -
- ti ti-devices-off
- \f3e4 -
-
- -
- - devices-pause -
- ti ti-devices-pause
- \f8f0 -
-
- -
- - devices-pc -
- ti ti-devices-pc
- \ee7a -
-
- -
- - devices-pc-off -
- ti ti-devices-pc-off
- \f113 -
-
- -
- - devices-pin -
- ti ti-devices-pin
- \f8f1 -
-
- -
- - devices-plus -
- ti ti-devices-plus
- \f8f2 -
-
- -
- - devices-question -
- ti ti-devices-question
- \f8f3 -
-
- -
- - devices-search -
- ti ti-devices-search
- \f8f4 -
-
- -
- - devices-share -
- ti ti-devices-share
- \f8f5 -
-
- -
- - devices-star -
- ti ti-devices-star
- \f8f6 -
-
- -
- - devices-up -
- ti ti-devices-up
- \f8f7 -
-
- -
- - devices-x -
- ti ti-devices-x
- \f8f8 -
-
- -
- - diabolo -
- ti ti-diabolo
- \fa9c -
-
- -
- - diabolo-off -
- ti ti-diabolo-off
- \fa9a -
-
- -
- - diabolo-plus -
- ti ti-diabolo-plus
- \fa9b -
-
- -
- - dialpad -
- ti ti-dialpad
- \f067 -
-
- -
- - dialpad-filled -
- ti ti-dialpad-filled
- \fa3b -
-
- -
- - dialpad-off -
- ti ti-dialpad-off
- \f114 -
-
- -
- - diamond -
- ti ti-diamond
- \eb65 -
-
- -
- - diamond-filled -
- ti ti-diamond-filled
- \f73d -
-
- -
- - diamond-off -
- ti ti-diamond-off
- \f115 -
-
- -
- - diamonds -
- ti ti-diamonds
- \eff5 -
-
- -
- - diamonds-filled -
- ti ti-diamonds-filled
- \f676 -
-
- -
- - dice -
- ti ti-dice
- \eb66 -
-
- -
- - dice-1 -
- ti ti-dice-1
- \f08b -
-
- -
- - dice-1-filled -
- ti ti-dice-1-filled
- \f73e -
-
- -
- - dice-2 -
- ti ti-dice-2
- \f08c -
-
- -
- - dice-2-filled -
- ti ti-dice-2-filled
- \f73f -
-
- -
- - dice-3 -
- ti ti-dice-3
- \f08d -
-
- -
- - dice-3-filled -
- ti ti-dice-3-filled
- \f740 -
-
- -
- - dice-4 -
- ti ti-dice-4
- \f08e -
-
- -
- - dice-4-filled -
- ti ti-dice-4-filled
- \f741 -
-
- -
- - dice-5 -
- ti ti-dice-5
- \f08f -
-
- -
- - dice-5-filled -
- ti ti-dice-5-filled
- \f742 -
-
- -
- - dice-6 -
- ti ti-dice-6
- \f090 -
-
- -
- - dice-6-filled -
- ti ti-dice-6-filled
- \f743 -
-
- -
- - dice-filled -
- ti ti-dice-filled
- \f744 -
-
- -
- - dimensions -
- ti ti-dimensions
- \ee7b -
-
- -
- - direction -
- ti ti-direction
- \ebfb -
-
- -
- - direction-arrows -
- ti ti-direction-arrows
- \fd36 -
-
- -
- - direction-horizontal -
- ti ti-direction-horizontal
- \ebfa -
-
- -
- - direction-sign -
- ti ti-direction-sign
- \f1f7 -
-
- -
- - direction-sign-filled -
- ti ti-direction-sign-filled
- \f745 -
-
- -
- - direction-sign-off -
- ti ti-direction-sign-off
- \f3e5 -
-
- -
- - directions -
- ti ti-directions
- \ea8e -
-
- -
- - directions-off -
- ti ti-directions-off
- \f116 -
-
- -
- - disabled -
- ti ti-disabled
- \ea8f -
-
- -
- - disabled-2 -
- ti ti-disabled-2
- \ebaf -
-
- -
- - disabled-off -
- ti ti-disabled-off
- \f117 -
-
- -
- - disc -
- ti ti-disc
- \ea90 -
-
- -
- - disc-golf -
- ti ti-disc-golf
- \f385 -
-
- -
- - disc-off -
- ti ti-disc-off
- \f118 -
-
- -
- - discount -
- ti ti-discount
- \ebbd -
-
- -
- - discount-2 -
- ti ti-discount-2
- \ee7c -
-
- -
- - discount-2-off -
- ti ti-discount-2-off
- \f3e6 -
-
- -
- - discount-check -
- ti ti-discount-check
- \f1f8 -
-
- -
- - discount-check-filled -
- ti ti-discount-check-filled
- \f746 -
-
- -
- - discount-off -
- ti ti-discount-off
- \f3e7 -
-
- -
- - divide -
- ti ti-divide
- \ed5c -
-
- -
- - dna -
- ti ti-dna
- \ee7d -
-
- -
- - dna-2 -
- ti ti-dna-2
- \ef5c -
-
- -
- - dna-2-off -
- ti ti-dna-2-off
- \f119 -
-
- -
- - dna-off -
- ti ti-dna-off
- \f11a -
-
- -
- - dog -
- ti ti-dog
- \f660 -
-
- -
- - dog-bowl -
- ti ti-dog-bowl
- \ef29 -
-
- -
- - door -
- ti ti-door
- \ef4e -
-
- -
- - door-enter -
- ti ti-door-enter
- \ef4c -
-
- -
- - door-exit -
- ti ti-door-exit
- \ef4d -
-
- -
- - door-off -
- ti ti-door-off
- \f11b -
-
- -
- - dots -
- ti ti-dots
- \ea95 -
-
- -
- - dots-circle-horizontal -
- ti ti-dots-circle-horizontal
- \ea91 -
-
- -
- - dots-diagonal -
- ti ti-dots-diagonal
- \ea93 -
-
- -
- - dots-diagonal-2 -
- ti ti-dots-diagonal-2
- \ea92 -
-
- -
- - dots-vertical -
- ti ti-dots-vertical
- \ea94 -
-
- -
- - download -
- ti ti-download
- \ea96 -
-
- -
- - download-off -
- ti ti-download-off
- \f11c -
-
- -
- - drag-drop -
- ti ti-drag-drop
- \eb89 -
-
- -
- - drag-drop-2 -
- ti ti-drag-drop-2
- \eb88 -
-
- -
- - drone -
- ti ti-drone
- \ed79 -
-
- -
- - drone-off -
- ti ti-drone-off
- \ee7e -
-
- -
- - drop-circle -
- ti ti-drop-circle
- \efde -
-
- -
- - droplet -
- ti ti-droplet
- \ea97 -
-
- -
- - droplet-bolt -
- ti ti-droplet-bolt
- \f8f9 -
-
- -
- - droplet-cancel -
- ti ti-droplet-cancel
- \f8fa -
-
- -
- - droplet-check -
- ti ti-droplet-check
- \f8fb -
-
- -
- - droplet-code -
- ti ti-droplet-code
- \f8fc -
-
- -
- - droplet-cog -
- ti ti-droplet-cog
- \f8fd -
-
- -
- - droplet-dollar -
- ti ti-droplet-dollar
- \f8fe -
-
- -
- - droplet-down -
- ti ti-droplet-down
- \f8ff -
-
- -
- - droplet-exclamation -
- ti ti-droplet-exclamation
- \f900 -
-
- -
- - droplet-filled -
- ti ti-droplet-filled
- \ee80 -
-
- -
- - droplet-half -
- ti ti-droplet-half
- \ee82 -
-
- -
- - droplet-half-2 -
- ti ti-droplet-half-2
- \ee81 -
-
- -
- - droplet-half-2-filled -
- ti ti-droplet-half-2-filled
- \fb6c -
-
- -
- - droplet-half-filled -
- ti ti-droplet-half-filled
- \f6c5 -
-
- -
- - droplet-heart -
- ti ti-droplet-heart
- \f901 -
-
- -
- - droplet-minus -
- ti ti-droplet-minus
- \f902 -
-
- -
- - droplet-off -
- ti ti-droplet-off
- \ee83 -
-
- -
- - droplet-pause -
- ti ti-droplet-pause
- \f903 -
-
- -
- - droplet-pin -
- ti ti-droplet-pin
- \f904 -
-
- -
- - droplet-plus -
- ti ti-droplet-plus
- \f905 -
-
- -
- - droplet-question -
- ti ti-droplet-question
- \f906 -
-
- -
- - droplet-search -
- ti ti-droplet-search
- \f907 -
-
- -
- - droplet-share -
- ti ti-droplet-share
- \f908 -
-
- -
- - droplet-star -
- ti ti-droplet-star
- \f909 -
-
- -
- - droplet-up -
- ti ti-droplet-up
- \f90a -
-
- -
- - droplet-x -
- ti ti-droplet-x
- \f90b -
-
- -
- - droplets -
- ti ti-droplets
- \fc12 -
-
- -
- - dual-screen -
- ti ti-dual-screen
- \fa59 -
-
- -
- - e-passport -
- ti ti-e-passport
- \f4df -
-
- -
- - ear -
- ti ti-ear
- \ebce -
-
- -
- - ear-off -
- ti ti-ear-off
- \ee84 -
-
- -
- - ear-scan -
- ti ti-ear-scan
- \fd57 -
-
- -
- - ease-in -
- ti ti-ease-in
- \f573 -
-
- -
- - ease-in-control-point -
- ti ti-ease-in-control-point
- \f570 -
-
- -
- - ease-in-out -
- ti ti-ease-in-out
- \f572 -
-
- -
- - ease-in-out-control-points -
- ti ti-ease-in-out-control-points
- \f571 -
-
- -
- - ease-out -
- ti ti-ease-out
- \f575 -
-
- -
- - ease-out-control-point -
- ti ti-ease-out-control-point
- \f574 -
-
- -
- - edit -
- ti ti-edit
- \ea98 -
-
- -
- - edit-circle -
- ti ti-edit-circle
- \ee85 -
-
- -
- - edit-circle-off -
- ti ti-edit-circle-off
- \f11d -
-
- -
- - edit-off -
- ti ti-edit-off
- \f11e -
-
- -
- - egg -
- ti ti-egg
- \eb8a -
-
- -
- - egg-cracked -
- ti ti-egg-cracked
- \f2d6 -
-
- -
- - egg-filled -
- ti ti-egg-filled
- \f678 -
-
- -
- - egg-fried -
- ti ti-egg-fried
- \f386 -
-
- -
- - egg-off -
- ti ti-egg-off
- \f11f -
-
- -
- - eggs -
- ti ti-eggs
- \f500 -
-
- -
- - elevator -
- ti ti-elevator
- \efdf -
-
- -
- - elevator-off -
- ti ti-elevator-off
- \f3e8 -
-
- -
- - emergency-bed -
- ti ti-emergency-bed
- \ef5d -
-
- -
- - empathize -
- ti ti-empathize
- \f29b -
-
- -
- - empathize-off -
- ti ti-empathize-off
- \f3e9 -
-
- -
- - emphasis -
- ti ti-emphasis
- \ebcf -
-
- -
- - engine -
- ti ti-engine
- \ef7e -
-
- -
- - engine-off -
- ti ti-engine-off
- \f120 -
-
- -
- - equal -
- ti ti-equal
- \ee87 -
-
- -
- - equal-double -
- ti ti-equal-double
- \f4e1 -
-
- -
- - equal-not -
- ti ti-equal-not
- \ee86 -
-
- -
- - eraser -
- ti ti-eraser
- \eb8b -
-
- -
- - eraser-off -
- ti ti-eraser-off
- \f121 -
-
- -
- - error-404 -
- ti ti-error-404
- \f027 -
-
- -
- - error-404-off -
- ti ti-error-404-off
- \f122 -
-
- -
- - escalator -
- ti ti-escalator
- \fb06 -
-
- -
- - escalator-down -
- ti ti-escalator-down
- \fb04 -
-
- -
- - escalator-up -
- ti ti-escalator-up
- \fb05 -
-
- -
- - exchange -
- ti ti-exchange
- \ebe7 -
-
- -
- - exchange-off -
- ti ti-exchange-off
- \f123 -
-
- -
- - exclamation-circle -
- ti ti-exclamation-circle
- \f634 -
-
- -
- - exclamation-mark -
- ti ti-exclamation-mark
- \efb4 -
-
- -
- - exclamation-mark-off -
- ti ti-exclamation-mark-off
- \f124 -
-
- -
- - explicit -
- ti ti-explicit
- \f256 -
-
- -
- - explicit-off -
- ti ti-explicit-off
- \f3ea -
-
- -
- - exposure -
- ti ti-exposure
- \eb8c -
-
- -
- - exposure-0 -
- ti ti-exposure-0
- \f29c -
-
- -
- - exposure-minus-1 -
- ti ti-exposure-minus-1
- \f29d -
-
- -
- - exposure-minus-2 -
- ti ti-exposure-minus-2
- \f29e -
-
- -
- - exposure-off -
- ti ti-exposure-off
- \f3eb -
-
- -
- - exposure-plus-1 -
- ti ti-exposure-plus-1
- \f29f -
-
- -
- - exposure-plus-2 -
- ti ti-exposure-plus-2
- \f2a0 -
-
- -
- - external-link -
- ti ti-external-link
- \ea99 -
-
- -
- - external-link-off -
- ti ti-external-link-off
- \f125 -
-
- -
- - eye -
- ti ti-eye
- \ea9a -
-
- -
- - eye-bolt -
- ti ti-eye-bolt
- \fb6d -
-
- -
- - eye-cancel -
- ti ti-eye-cancel
- \fb6e -
-
- -
- - eye-check -
- ti ti-eye-check
- \ee88 -
-
- -
- - eye-closed -
- ti ti-eye-closed
- \f7ec -
-
- -
- - eye-code -
- ti ti-eye-code
- \fb6f -
-
- -
- - eye-cog -
- ti ti-eye-cog
- \f7ed -
-
- -
- - eye-discount -
- ti ti-eye-discount
- \fb70 -
-
- -
- - eye-dollar -
- ti ti-eye-dollar
- \fb71 -
-
- -
- - eye-down -
- ti ti-eye-down
- \fb72 -
-
- -
- - eye-edit -
- ti ti-eye-edit
- \f7ee -
-
- -
- - eye-exclamation -
- ti ti-eye-exclamation
- \f7ef -
-
- -
- - eye-filled -
- ti ti-eye-filled
- \f679 -
-
- -
- - eye-heart -
- ti ti-eye-heart
- \f7f0 -
-
- -
- - eye-minus -
- ti ti-eye-minus
- \fb73 -
-
- -
- - eye-off -
- ti ti-eye-off
- \ecf0 -
-
- -
- - eye-pause -
- ti ti-eye-pause
- \fb74 -
-
- -
- - eye-pin -
- ti ti-eye-pin
- \fb75 -
-
- -
- - eye-plus -
- ti ti-eye-plus
- \fb76 -
-
- -
- - eye-question -
- ti ti-eye-question
- \fb77 -
-
- -
- - eye-search -
- ti ti-eye-search
- \fb78 -
-
- -
- - eye-share -
- ti ti-eye-share
- \fb79 -
-
- -
- - eye-star -
- ti ti-eye-star
- \fb7a -
-
- -
- - eye-table -
- ti ti-eye-table
- \ef5e -
-
- -
- - eye-up -
- ti ti-eye-up
- \fb7b -
-
- -
- - eye-x -
- ti ti-eye-x
- \f7f1 -
-
- -
- - eyeglass -
- ti ti-eyeglass
- \ee8a -
-
- -
- - eyeglass-2 -
- ti ti-eyeglass-2
- \ee89 -
-
- -
- - eyeglass-off -
- ti ti-eyeglass-off
- \f126 -
-
- -
- - face-id -
- ti ti-face-id
- \ea9b -
-
- -
- - face-id-error -
- ti ti-face-id-error
- \efa7 -
-
- -
- - face-mask -
- ti ti-face-mask
- \efb5 -
-
- -
- - face-mask-off -
- ti ti-face-mask-off
- \f127 -
-
- -
- - fall -
- ti ti-fall
- \ecb9 -
-
- -
- - favicon -
- ti ti-favicon
- \fd65 -
-
- -
- - feather -
- ti ti-feather
- \ee8b -
-
- -
- - feather-off -
- ti ti-feather-off
- \f128 -
-
- -
- - fence -
- ti ti-fence
- \ef2a -
-
- -
- - fence-off -
- ti ti-fence-off
- \f129 -
-
- -
- - fidget-spinner -
- ti ti-fidget-spinner
- \f068 -
-
- -
- - file -
- ti ti-file
- \eaa4 -
-
- -
- - file-3d -
- ti ti-file-3d
- \f032 -
-
- -
- - file-alert -
- ti ti-file-alert
- \ede6 -
-
- -
- - file-analytics -
- ti ti-file-analytics
- \ede7 -
-
- -
- - file-arrow-left -
- ti ti-file-arrow-left
- \f033 -
-
- -
- - file-arrow-right -
- ti ti-file-arrow-right
- \f034 -
-
- -
- - file-barcode -
- ti ti-file-barcode
- \f035 -
-
- -
- - file-broken -
- ti ti-file-broken
- \f501 -
-
- -
- - file-certificate -
- ti ti-file-certificate
- \ed4d -
-
- -
- - file-chart -
- ti ti-file-chart
- \f036 -
-
- -
- - file-check -
- ti ti-file-check
- \ea9c -
-
- -
- - file-code -
- ti ti-file-code
- \ebd0 -
-
- -
- - file-code-2 -
- ti ti-file-code-2
- \ede8 -
-
- -
- - file-cv -
- ti ti-file-cv
- \fa5a -
-
- -
- - file-database -
- ti ti-file-database
- \f037 -
-
- -
- - file-delta -
- ti ti-file-delta
- \f53d -
-
- -
- - file-description -
- ti ti-file-description
- \f028 -
-
- -
- - file-diff -
- ti ti-file-diff
- \ecf1 -
-
- -
- - file-digit -
- ti ti-file-digit
- \efa8 -
-
- -
- - file-dislike -
- ti ti-file-dislike
- \ed2a -
-
- -
- - file-dollar -
- ti ti-file-dollar
- \efe0 -
-
- -
- - file-dots -
- ti ti-file-dots
- \f038 -
-
- -
- - file-download -
- ti ti-file-download
- \ea9d -
-
- -
- - file-euro -
- ti ti-file-euro
- \efe1 -
-
- -
- - file-export -
- ti ti-file-export
- \ede9 -
-
- -
- - file-filled -
- ti ti-file-filled
- \f747 -
-
- -
- - file-function -
- ti ti-file-function
- \f53e -
-
- -
- - file-horizontal -
- ti ti-file-horizontal
- \ebb0 -
-
- -
- - file-import -
- ti ti-file-import
- \edea -
-
- -
- - file-infinity -
- ti ti-file-infinity
- \f502 -
-
- -
- - file-info -
- ti ti-file-info
- \edec -
-
- -
- - file-invoice -
- ti ti-file-invoice
- \eb67 -
-
- -
- - file-lambda -
- ti ti-file-lambda
- \f53f -
-
- -
- - file-like -
- ti ti-file-like
- \ed2b -
-
- -
- - file-minus -
- ti ti-file-minus
- \ea9e -
-
- -
- - file-music -
- ti ti-file-music
- \ea9f -
-
- -
- - file-neutral -
- ti ti-file-neutral
- \fd22 -
-
- -
- - file-off -
- ti ti-file-off
- \ecf2 -
-
- -
- - file-orientation -
- ti ti-file-orientation
- \f2a1 -
-
- -
- - file-pencil -
- ti ti-file-pencil
- \f039 -
-
- -
- - file-percent -
- ti ti-file-percent
- \f540 -
-
- -
- - file-phone -
- ti ti-file-phone
- \ecdc -
-
- -
- - file-plus -
- ti ti-file-plus
- \eaa0 -
-
- -
- - file-power -
- ti ti-file-power
- \f03a -
-
- -
- - file-report -
- ti ti-file-report
- \eded -
-
- -
- - file-rss -
- ti ti-file-rss
- \f03b -
-
- -
- - file-sad -
- ti ti-file-sad
- \fd23 -
-
- -
- - file-scissors -
- ti ti-file-scissors
- \f03c -
-
- -
- - file-search -
- ti ti-file-search
- \ed5d -
-
- -
- - file-settings -
- ti ti-file-settings
- \f029 -
-
- -
- - file-shredder -
- ti ti-file-shredder
- \eaa1 -
-
- -
- - file-signal -
- ti ti-file-signal
- \f03d -
-
- -
- - file-smile -
- ti ti-file-smile
- \fd24 -
-
- -
- - file-spreadsheet -
- ti ti-file-spreadsheet
- \f03e -
-
- -
- - file-stack -
- ti ti-file-stack
- \f503 -
-
- -
- - file-star -
- ti ti-file-star
- \f03f -
-
- -
- - file-symlink -
- ti ti-file-symlink
- \ed53 -
-
- -
- - file-text -
- ti ti-file-text
- \eaa2 -
-
- -
- - file-text-ai -
- ti ti-file-text-ai
- \fa27 -
-
- -
- - file-time -
- ti ti-file-time
- \f040 -
-
- -
- - file-type-bmp -
- ti ti-file-type-bmp
- \fb07 -
-
- -
- - file-type-css -
- ti ti-file-type-css
- \fb08 -
-
- -
- - file-type-csv -
- ti ti-file-type-csv
- \fb09 -
-
- -
- - file-type-doc -
- ti ti-file-type-doc
- \fb0a -
-
- -
- - file-type-docx -
- ti ti-file-type-docx
- \fb0b -
-
- -
- - file-type-html -
- ti ti-file-type-html
- \fb0c -
-
- -
- - file-type-jpg -
- ti ti-file-type-jpg
- \fb0d -
-
- -
- - file-type-js -
- ti ti-file-type-js
- \fb0e -
-
- -
- - file-type-jsx -
- ti ti-file-type-jsx
- \fb0f -
-
- -
- - file-type-pdf -
- ti ti-file-type-pdf
- \fb10 -
-
- -
- - file-type-php -
- ti ti-file-type-php
- \fb11 -
-
- -
- - file-type-png -
- ti ti-file-type-png
- \fb12 -
-
- -
- - file-type-ppt -
- ti ti-file-type-ppt
- \fb13 -
-
- -
- - file-type-rs -
- ti ti-file-type-rs
- \fb14 -
-
- -
- - file-type-sql -
- ti ti-file-type-sql
- \fb15 -
-
- -
- - file-type-svg -
- ti ti-file-type-svg
- \fb16 -
-
- -
- - file-type-ts -
- ti ti-file-type-ts
- \fb17 -
-
- -
- - file-type-tsx -
- ti ti-file-type-tsx
- \fb18 -
-
- -
- - file-type-txt -
- ti ti-file-type-txt
- \fb19 -
-
- -
- - file-type-vue -
- ti ti-file-type-vue
- \fb1a -
-
- -
- - file-type-xls -
- ti ti-file-type-xls
- \fb1b -
-
- -
- - file-type-xml -
- ti ti-file-type-xml
- \fb1c -
-
- -
- - file-type-zip -
- ti ti-file-type-zip
- \fb1d -
-
- -
- - file-typography -
- ti ti-file-typography
- \f041 -
-
- -
- - file-unknown -
- ti ti-file-unknown
- \f042 -
-
- -
- - file-upload -
- ti ti-file-upload
- \ec91 -
-
- -
- - file-vector -
- ti ti-file-vector
- \f043 -
-
- -
- - file-x -
- ti ti-file-x
- \eaa3 -
-
- -
- - file-x-filled -
- ti ti-file-x-filled
- \f748 -
-
- -
- - file-zip -
- ti ti-file-zip
- \ed4e -
-
- -
- - files -
- ti ti-files
- \edef -
-
- -
- - files-off -
- ti ti-files-off
- \edee -
-
- -
- - filter -
- ti ti-filter
- \eaa5 -
-
- -
- - filter-bolt -
- ti ti-filter-bolt
- \fb7c -
-
- -
- - filter-cancel -
- ti ti-filter-cancel
- \fb7d -
-
- -
- - filter-check -
- ti ti-filter-check
- \fb7e -
-
- -
- - filter-code -
- ti ti-filter-code
- \fb7f -
-
- -
- - filter-cog -
- ti ti-filter-cog
- \f9fe -
-
- -
- - filter-discount -
- ti ti-filter-discount
- \fb80 -
-
- -
- - filter-dollar -
- ti ti-filter-dollar
- \f9ff -
-
- -
- - filter-down -
- ti ti-filter-down
- \fb81 -
-
- -
- - filter-edit -
- ti ti-filter-edit
- \fa00 -
-
- -
- - filter-exclamation -
- ti ti-filter-exclamation
- \fb82 -
-
- -
- - filter-filled -
- ti ti-filter-filled
- \fc27 -
-
- -
- - filter-heart -
- ti ti-filter-heart
- \fb83 -
-
- -
- - filter-minus -
- ti ti-filter-minus
- \fa01 -
-
- -
- - filter-off -
- ti ti-filter-off
- \ed2c -
-
- -
- - filter-pause -
- ti ti-filter-pause
- \fb84 -
-
- -
- - filter-pin -
- ti ti-filter-pin
- \fb85 -
-
- -
- - filter-plus -
- ti ti-filter-plus
- \fa02 -
-
- -
- - filter-question -
- ti ti-filter-question
- \fb86 -
-
- -
- - filter-search -
- ti ti-filter-search
- \fb87 -
-
- -
- - filter-share -
- ti ti-filter-share
- \fb88 -
-
- -
- - filter-star -
- ti ti-filter-star
- \fa03 -
-
- -
- - filter-up -
- ti ti-filter-up
- \fb89 -
-
- -
- - filter-x -
- ti ti-filter-x
- \fa04 -
-
- -
- - filters -
- ti ti-filters
- \f793 -
-
- -
- - fingerprint -
- ti ti-fingerprint
- \ebd1 -
-
- -
- - fingerprint-off -
- ti ti-fingerprint-off
- \f12a -
-
- -
- - fingerprint-scan -
- ti ti-fingerprint-scan
- \fcb5 -
-
- -
- - fire-extinguisher -
- ti ti-fire-extinguisher
- \faf6 -
-
- -
- - fire-hydrant -
- ti ti-fire-hydrant
- \f3a9 -
-
- -
- - fire-hydrant-off -
- ti ti-fire-hydrant-off
- \f3ec -
-
- -
- - firetruck -
- ti ti-firetruck
- \ebe8 -
-
- -
- - first-aid-kit -
- ti ti-first-aid-kit
- \ef5f -
-
- -
- - first-aid-kit-off -
- ti ti-first-aid-kit-off
- \f3ed -
-
- -
- - fish -
- ti ti-fish
- \ef2b -
-
- -
- - fish-bone -
- ti ti-fish-bone
- \f287 -
-
- -
- - fish-christianity -
- ti ti-fish-christianity
- \f58b -
-
- -
- - fish-hook -
- ti ti-fish-hook
- \f1f9 -
-
- -
- - fish-hook-off -
- ti ti-fish-hook-off
- \f3ee -
-
- -
- - fish-off -
- ti ti-fish-off
- \f12b -
-
- -
- - flag -
- ti ti-flag
- \eaa6 -
-
- -
- - flag-2 -
- ti ti-flag-2
- \ee8c -
-
- -
- - flag-2-filled -
- ti ti-flag-2-filled
- \f707 -
-
- -
- - flag-2-off -
- ti ti-flag-2-off
- \f12c -
-
- -
- - flag-3 -
- ti ti-flag-3
- \ee8d -
-
- -
- - flag-3-filled -
- ti ti-flag-3-filled
- \f708 -
-
- -
- - flag-bolt -
- ti ti-flag-bolt
- \fb8a -
-
- -
- - flag-cancel -
- ti ti-flag-cancel
- \fb8b -
-
- -
- - flag-check -
- ti ti-flag-check
- \fb8c -
-
- -
- - flag-code -
- ti ti-flag-code
- \fb8d -
-
- -
- - flag-cog -
- ti ti-flag-cog
- \fb8e -
-
- -
- - flag-discount -
- ti ti-flag-discount
- \fb8f -
-
- -
- - flag-dollar -
- ti ti-flag-dollar
- \fb90 -
-
- -
- - flag-down -
- ti ti-flag-down
- \fb91 -
-
- -
- - flag-exclamation -
- ti ti-flag-exclamation
- \fb92 -
-
- -
- - flag-filled -
- ti ti-flag-filled
- \f67a -
-
- -
- - flag-heart -
- ti ti-flag-heart
- \fb93 -
-
- -
- - flag-minus -
- ti ti-flag-minus
- \fb94 -
-
- -
- - flag-off -
- ti ti-flag-off
- \f12d -
-
- -
- - flag-pause -
- ti ti-flag-pause
- \fb95 -
-
- -
- - flag-pin -
- ti ti-flag-pin
- \fb96 -
-
- -
- - flag-plus -
- ti ti-flag-plus
- \fb97 -
-
- -
- - flag-question -
- ti ti-flag-question
- \fb98 -
-
- -
- - flag-search -
- ti ti-flag-search
- \fb99 -
-
- -
- - flag-share -
- ti ti-flag-share
- \fb9a -
-
- -
- - flag-star -
- ti ti-flag-star
- \fb9b -
-
- -
- - flag-up -
- ti ti-flag-up
- \fb9c -
-
- -
- - flag-x -
- ti ti-flag-x
- \fb9d -
-
- -
- - flame -
- ti ti-flame
- \ec2c -
-
- -
- - flame-off -
- ti ti-flame-off
- \f12e -
-
- -
- - flare -
- ti ti-flare
- \ee8e -
-
- -
- - flask -
- ti ti-flask
- \ebd2 -
-
- -
- - flask-2 -
- ti ti-flask-2
- \ef60 -
-
- -
- - flask-2-filled -
- ti ti-flask-2-filled
- \fd12 -
-
- -
- - flask-2-off -
- ti ti-flask-2-off
- \f12f -
-
- -
- - flask-filled -
- ti ti-flask-filled
- \fd13 -
-
- -
- - flask-off -
- ti ti-flask-off
- \f130 -
-
- -
- - flip-flops -
- ti ti-flip-flops
- \f564 -
-
- -
- - flip-horizontal -
- ti ti-flip-horizontal
- \eaa7 -
-
- -
- - flip-vertical -
- ti ti-flip-vertical
- \eaa8 -
-
- -
- - float-center -
- ti ti-float-center
- \ebb1 -
-
- -
- - float-left -
- ti ti-float-left
- \ebb2 -
-
- -
- - float-none -
- ti ti-float-none
- \ed13 -
-
- -
- - float-right -
- ti ti-float-right
- \ebb3 -
-
- -
- - flower -
- ti ti-flower
- \eff6 -
-
- -
- - flower-off -
- ti ti-flower-off
- \f131 -
-
- -
- - focus -
- ti ti-focus
- \eb8d -
-
- -
- - focus-2 -
- ti ti-focus-2
- \ebd3 -
-
- -
- - focus-auto -
- ti ti-focus-auto
- \fa62 -
-
- -
- - focus-centered -
- ti ti-focus-centered
- \f02a -
-
- -
- - fold -
- ti ti-fold
- \ed56 -
-
- -
- - fold-down -
- ti ti-fold-down
- \ed54 -
-
- -
- - fold-up -
- ti ti-fold-up
- \ed55 -
-
- -
- - folder -
- ti ti-folder
- \eaad -
-
- -
- - folder-bolt -
- ti ti-folder-bolt
- \f90c -
-
- -
- - folder-cancel -
- ti ti-folder-cancel
- \f90d -
-
- -
- - folder-check -
- ti ti-folder-check
- \f90e -
-
- -
- - folder-code -
- ti ti-folder-code
- \f90f -
-
- -
- - folder-cog -
- ti ti-folder-cog
- \f910 -
-
- -
- - folder-dollar -
- ti ti-folder-dollar
- \f911 -
-
- -
- - folder-down -
- ti ti-folder-down
- \f912 -
-
- -
- - folder-exclamation -
- ti ti-folder-exclamation
- \f913 -
-
- -
- - folder-filled -
- ti ti-folder-filled
- \f749 -
-
- -
- - folder-heart -
- ti ti-folder-heart
- \f914 -
-
- -
- - folder-minus -
- ti ti-folder-minus
- \eaaa -
-
- -
- - folder-off -
- ti ti-folder-off
- \ed14 -
-
- -
- - folder-open -
- ti ti-folder-open
- \faf7 -
-
- -
- - folder-pause -
- ti ti-folder-pause
- \f915 -
-
- -
- - folder-pin -
- ti ti-folder-pin
- \f916 -
-
- -
- - folder-plus -
- ti ti-folder-plus
- \eaab -
-
- -
- - folder-question -
- ti ti-folder-question
- \f917 -
-
- -
- - folder-root -
- ti ti-folder-root
- \fd43 -
-
- -
- - folder-search -
- ti ti-folder-search
- \f918 -
-
- -
- - folder-share -
- ti ti-folder-share
- \f919 -
-
- -
- - folder-star -
- ti ti-folder-star
- \f91a -
-
- -
- - folder-symlink -
- ti ti-folder-symlink
- \f91b -
-
- -
- - folder-up -
- ti ti-folder-up
- \f91c -
-
- -
- - folder-x -
- ti ti-folder-x
- \eaac -
-
- -
- - folders -
- ti ti-folders
- \eaae -
-
- -
- - folders-off -
- ti ti-folders-off
- \f133 -
-
- -
- - forbid -
- ti ti-forbid
- \ebd5 -
-
- -
- - forbid-2 -
- ti ti-forbid-2
- \ebd4 -
-
- -
- - forbid-2-filled -
- ti ti-forbid-2-filled
- \fc28 -
-
- -
- - forbid-filled -
- ti ti-forbid-filled
- \fc29 -
-
- -
- - forklift -
- ti ti-forklift
- \ebe9 -
-
- -
- - forms -
- ti ti-forms
- \ee8f -
-
- -
- - fountain -
- ti ti-fountain
- \f09b -
-
- -
- - fountain-filled -
- ti ti-fountain-filled
- \fc2a -
-
- -
- - fountain-off -
- ti ti-fountain-off
- \f134 -
-
- -
- - frame -
- ti ti-frame
- \eaaf -
-
- -
- - frame-off -
- ti ti-frame-off
- \f135 -
-
- -
- - free-rights -
- ti ti-free-rights
- \efb6 -
-
- -
- - freeze-column -
- ti ti-freeze-column
- \fa63 -
-
- -
- - freeze-row -
- ti ti-freeze-row
- \fa65 -
-
- -
- - freeze-row-column -
- ti ti-freeze-row-column
- \fa64 -
-
- -
- - fridge -
- ti ti-fridge
- \f1fa -
-
- -
- - fridge-off -
- ti ti-fridge-off
- \f3ef -
-
- -
- - friends -
- ti ti-friends
- \eab0 -
-
- -
- - friends-off -
- ti ti-friends-off
- \f136 -
-
- -
- - frustum -
- ti ti-frustum
- \fa9f -
-
- -
- - frustum-off -
- ti ti-frustum-off
- \fa9d -
-
- -
- - frustum-plus -
- ti ti-frustum-plus
- \fa9e -
-
- -
- - function -
- ti ti-function
- \f225 -
-
- -
- - function-filled -
- ti ti-function-filled
- \fc2b -
-
- -
- - function-off -
- ti ti-function-off
- \f3f0 -
-
- -
- - galaxy -
- ti ti-galaxy
- \fcb6 -
-
- -
- - garden-cart -
- ti ti-garden-cart
- \f23e -
-
- -
- - garden-cart-off -
- ti ti-garden-cart-off
- \f3f1 -
-
- -
- - gas-station -
- ti ti-gas-station
- \ec7d -
-
- -
- - gas-station-off -
- ti ti-gas-station-off
- \f137 -
-
- -
- - gauge -
- ti ti-gauge
- \eab1 -
-
- -
- - gauge-filled -
- ti ti-gauge-filled
- \fc2c -
-
- -
- - gauge-off -
- ti ti-gauge-off
- \f138 -
-
- -
- - gavel -
- ti ti-gavel
- \ef90 -
-
- -
- - gender-agender -
- ti ti-gender-agender
- \f0e1 -
-
- -
- - gender-androgyne -
- ti ti-gender-androgyne
- \f0e2 -
-
- -
- - gender-bigender -
- ti ti-gender-bigender
- \f0e3 -
-
- -
- - gender-demiboy -
- ti ti-gender-demiboy
- \f0e4 -
-
- -
- - gender-demigirl -
- ti ti-gender-demigirl
- \f0e5 -
-
- -
- - gender-epicene -
- ti ti-gender-epicene
- \f0e6 -
-
- -
- - gender-female -
- ti ti-gender-female
- \f0e7 -
-
- -
- - gender-femme -
- ti ti-gender-femme
- \f0e8 -
-
- -
- - gender-genderfluid -
- ti ti-gender-genderfluid
- \f0e9 -
-
- -
- - gender-genderless -
- ti ti-gender-genderless
- \f0ea -
-
- -
- - gender-genderqueer -
- ti ti-gender-genderqueer
- \f0eb -
-
- -
- - gender-hermaphrodite -
- ti ti-gender-hermaphrodite
- \f0ec -
-
- -
- - gender-intergender -
- ti ti-gender-intergender
- \f0ed -
-
- -
- - gender-male -
- ti ti-gender-male
- \f0ee -
-
- -
- - gender-neutrois -
- ti ti-gender-neutrois
- \f0ef -
-
- -
- - gender-third -
- ti ti-gender-third
- \f0f0 -
-
- -
- - gender-transgender -
- ti ti-gender-transgender
- \f0f1 -
-
- -
- - gender-trasvesti -
- ti ti-gender-trasvesti
- \f0f2 -
-
- -
- - geometry -
- ti ti-geometry
- \ee90 -
-
- -
- - ghost -
- ti ti-ghost
- \eb8e -
-
- -
- - ghost-2 -
- ti ti-ghost-2
- \f57c -
-
- -
- - ghost-2-filled -
- ti ti-ghost-2-filled
- \f74a -
-
- -
- - ghost-3 -
- ti ti-ghost-3
- \fc13 -
-
- -
- - ghost-filled -
- ti ti-ghost-filled
- \f74b -
-
- -
- - ghost-off -
- ti ti-ghost-off
- \f3f2 -
-
- -
- - gif -
- ti ti-gif
- \f257 -
-
- -
- - gift -
- ti ti-gift
- \eb68 -
-
- -
- - gift-card -
- ti ti-gift-card
- \f3aa -
-
- -
- - gift-card-filled -
- ti ti-gift-card-filled
- \fc2d -
-
- -
- - gift-filled -
- ti ti-gift-filled
- \fd14 -
-
- -
- - gift-off -
- ti ti-gift-off
- \f3f3 -
-
- -
- - git-branch -
- ti ti-git-branch
- \eab2 -
-
- -
- - git-branch-deleted -
- ti ti-git-branch-deleted
- \f57d -
-
- -
- - git-cherry-pick -
- ti ti-git-cherry-pick
- \f57e -
-
- -
- - git-commit -
- ti ti-git-commit
- \eab3 -
-
- -
- - git-compare -
- ti ti-git-compare
- \eab4 -
-
- -
- - git-fork -
- ti ti-git-fork
- \eb8f -
-
- -
- - git-merge -
- ti ti-git-merge
- \eab5 -
-
- -
- - git-pull-request -
- ti ti-git-pull-request
- \eab6 -
-
- -
- - git-pull-request-closed -
- ti ti-git-pull-request-closed
- \ef7f -
-
- -
- - git-pull-request-draft -
- ti ti-git-pull-request-draft
- \efb7 -
-
- -
- - gizmo -
- ti ti-gizmo
- \f02b -
-
- -
- - glass -
- ti ti-glass
- \eab8 -
-
- -
- - glass-champagne -
- ti ti-glass-champagne
- \fd9c -
-
- -
- - glass-cocktail -
- ti ti-glass-cocktail
- \fd9d -
-
- -
- - glass-full -
- ti ti-glass-full
- \eab7 -
-
- -
- - glass-full-filled -
- ti ti-glass-full-filled
- \fc2e -
-
- -
- - glass-gin -
- ti ti-glass-gin
- \fd9e -
-
- -
- - glass-off -
- ti ti-glass-off
- \ee91 -
-
- -
- - globe -
- ti ti-globe
- \eab9 -
-
- -
- - globe-filled -
- ti ti-globe-filled
- \fc2f -
-
- -
- - globe-off -
- ti ti-globe-off
- \f139 -
-
- -
- - go-game -
- ti ti-go-game
- \f512 -
-
- -
- - golf -
- ti ti-golf
- \ed8c -
-
- -
- - golf-off -
- ti ti-golf-off
- \f13a -
-
- -
- - gps -
- ti ti-gps
- \ed7a -
-
- -
- - gradienter -
- ti ti-gradienter
- \f3ab -
-
- -
- - grain -
- ti ti-grain
- \ee92 -
-
- -
- - graph -
- ti ti-graph
- \f288 -
-
- -
- - graph-filled -
- ti ti-graph-filled
- \fd15 -
-
- -
- - graph-off -
- ti ti-graph-off
- \f3f4 -
-
- -
- - grave -
- ti ti-grave
- \f580 -
-
- -
- - grave-2 -
- ti ti-grave-2
- \f57f -
-
- -
- - grid-3x3 -
- ti ti-grid-3x3
- \fca4 -
-
- -
- - grid-4x4 -
- ti ti-grid-4x4
- \fca5 -
-
- -
- - grid-dots -
- ti ti-grid-dots
- \eaba -
-
- -
- - grid-goldenratio -
- ti ti-grid-goldenratio
- \fca6 -
-
- -
- - grid-pattern -
- ti ti-grid-pattern
- \efc9 -
-
- -
- - grid-scan -
- ti ti-grid-scan
- \fca7 -
-
- -
- - grill -
- ti ti-grill
- \efa9 -
-
- -
- - grill-fork -
- ti ti-grill-fork
- \f35b -
-
- -
- - grill-off -
- ti ti-grill-off
- \f3f5 -
-
- -
- - grill-spatula -
- ti ti-grill-spatula
- \f35c -
-
- -
- - grip-horizontal -
- ti ti-grip-horizontal
- \ec00 -
-
- -
- - grip-vertical -
- ti ti-grip-vertical
- \ec01 -
-
- -
- - growth -
- ti ti-growth
- \ee93 -
-
- -
- - guitar-pick -
- ti ti-guitar-pick
- \f4c6 -
-
- -
- - guitar-pick-filled -
- ti ti-guitar-pick-filled
- \f67b -
-
- -
- - gymnastics -
- ti ti-gymnastics
- \fd44 -
-
- -
- - h-1 -
- ti ti-h-1
- \ec94 -
-
- -
- - h-2 -
- ti ti-h-2
- \ec95 -
-
- -
- - h-3 -
- ti ti-h-3
- \ec96 -
-
- -
- - h-4 -
- ti ti-h-4
- \ec97 -
-
- -
- - h-5 -
- ti ti-h-5
- \ec98 -
-
- -
- - h-6 -
- ti ti-h-6
- \ec99 -
-
- -
- - hammer -
- ti ti-hammer
- \ef91 -
-
- -
- - hammer-off -
- ti ti-hammer-off
- \f13c -
-
- -
- - hand-click -
- ti ti-hand-click
- \ef4f -
-
- -
- - hand-finger -
- ti ti-hand-finger
- \ee94 -
-
- -
- - hand-finger-off -
- ti ti-hand-finger-off
- \f13d -
-
- -
- - hand-grab -
- ti ti-hand-grab
- \f091 -
-
- -
- - hand-little-finger -
- ti ti-hand-little-finger
- \ee95 -
-
- -
- - hand-middle-finger -
- ti ti-hand-middle-finger
- \ec2d -
-
- -
- - hand-move -
- ti ti-hand-move
- \ef50 -
-
- -
- - hand-off -
- ti ti-hand-off
- \ed15 -
-
- -
- - hand-ring-finger -
- ti ti-hand-ring-finger
- \ee96 -
-
- -
- - hand-rock -
- ti ti-hand-rock
- \ee97 -
-
- -
- - hand-sanitizer -
- ti ti-hand-sanitizer
- \f5f4 -
-
- -
- - hand-stop -
- ti ti-hand-stop
- \ec2e -
-
- -
- - hand-three-fingers -
- ti ti-hand-three-fingers
- \ee98 -
-
- -
- - hand-two-fingers -
- ti ti-hand-two-fingers
- \ee99 -
-
- -
- - hanger -
- ti ti-hanger
- \ee9a -
-
- -
- - hanger-2 -
- ti ti-hanger-2
- \f09c -
-
- -
- - hanger-off -
- ti ti-hanger-off
- \f13e -
-
- -
- - hash -
- ti ti-hash
- \eabc -
-
- -
- - haze -
- ti ti-haze
- \efaa -
-
- -
- - haze-moon -
- ti ti-haze-moon
- \faf8 -
-
- -
- - hdr -
- ti ti-hdr
- \fa7b -
-
- -
- - heading -
- ti ti-heading
- \ee9b -
-
- -
- - heading-off -
- ti ti-heading-off
- \f13f -
-
- -
- - headphones -
- ti ti-headphones
- \eabd -
-
- -
- - headphones-filled -
- ti ti-headphones-filled
- \fa3c -
-
- -
- - headphones-off -
- ti ti-headphones-off
- \ed1d -
-
- -
- - headset -
- ti ti-headset
- \eb90 -
-
- -
- - headset-off -
- ti ti-headset-off
- \f3f6 -
-
- -
- - health-recognition -
- ti ti-health-recognition
- \f1fb -
-
- -
- - heart -
- ti ti-heart
- \eabe -
-
- -
- - heart-bolt -
- ti ti-heart-bolt
- \fb9e -
-
- -
- - heart-broken -
- ti ti-heart-broken
- \ecba -
-
- -
- - heart-cancel -
- ti ti-heart-cancel
- \fb9f -
-
- -
- - heart-check -
- ti ti-heart-check
- \fba0 -
-
- -
- - heart-code -
- ti ti-heart-code
- \fba1 -
-
- -
- - heart-cog -
- ti ti-heart-cog
- \fba2 -
-
- -
- - heart-discount -
- ti ti-heart-discount
- \fba3 -
-
- -
- - heart-dollar -
- ti ti-heart-dollar
- \fba4 -
-
- -
- - heart-down -
- ti ti-heart-down
- \fba5 -
-
- -
- - heart-exclamation -
- ti ti-heart-exclamation
- \fba6 -
-
- -
- - heart-filled -
- ti ti-heart-filled
- \f67c -
-
- -
- - heart-handshake -
- ti ti-heart-handshake
- \f0f3 -
-
- -
- - heart-minus -
- ti ti-heart-minus
- \f140 -
-
- -
- - heart-off -
- ti ti-heart-off
- \f141 -
-
- -
- - heart-pause -
- ti ti-heart-pause
- \fba7 -
-
- -
- - heart-pin -
- ti ti-heart-pin
- \fba8 -
-
- -
- - heart-plus -
- ti ti-heart-plus
- \f142 -
-
- -
- - heart-question -
- ti ti-heart-question
- \fba9 -
-
- -
- - heart-rate-monitor -
- ti ti-heart-rate-monitor
- \ef61 -
-
- -
- - heart-search -
- ti ti-heart-search
- \fbaa -
-
- -
- - heart-share -
- ti ti-heart-share
- \fbab -
-
- -
- - heart-star -
- ti ti-heart-star
- \fbac -
-
- -
- - heart-up -
- ti ti-heart-up
- \fbad -
-
- -
- - heart-x -
- ti ti-heart-x
- \fbae -
-
- -
- - heartbeat -
- ti ti-heartbeat
- \ef92 -
-
- -
- - hearts -
- ti ti-hearts
- \f387 -
-
- -
- - hearts-off -
- ti ti-hearts-off
- \f3f7 -
-
- -
- - helicopter -
- ti ti-helicopter
- \ed8e -
-
- -
- - helicopter-landing -
- ti ti-helicopter-landing
- \ed8d -
-
- -
- - helmet -
- ti ti-helmet
- \efca -
-
- -
- - helmet-off -
- ti ti-helmet-off
- \f143 -
-
- -
- - help -
- ti ti-help
- \eabf -
-
- -
- - help-circle -
- ti ti-help-circle
- \f91d -
-
- -
- - help-circle-filled -
- ti ti-help-circle-filled
- \fa3d -
-
- -
- - help-hexagon -
- ti ti-help-hexagon
- \f7a8 -
-
- -
- - help-hexagon-filled -
- ti ti-help-hexagon-filled
- \fa3e -
-
- -
- - help-octagon -
- ti ti-help-octagon
- \f7a9 -
-
- -
- - help-octagon-filled -
- ti ti-help-octagon-filled
- \fa3f -
-
- -
- - help-off -
- ti ti-help-off
- \f3f8 -
-
- -
- - help-small -
- ti ti-help-small
- \f91e -
-
- -
- - help-square -
- ti ti-help-square
- \f920 -
-
- -
- - help-square-filled -
- ti ti-help-square-filled
- \fa40 -
-
- -
- - help-square-rounded -
- ti ti-help-square-rounded
- \f91f -
-
- -
- - help-square-rounded-filled -
- ti ti-help-square-rounded-filled
- \fa41 -
-
- -
- - help-triangle -
- ti ti-help-triangle
- \f921 -
-
- -
- - help-triangle-filled -
- ti ti-help-triangle-filled
- \fa42 -
-
- -
- - hemisphere -
- ti ti-hemisphere
- \faa2 -
-
- -
- - hemisphere-off -
- ti ti-hemisphere-off
- \faa0 -
-
- -
- - hemisphere-plus -
- ti ti-hemisphere-plus
- \faa1 -
-
- -
- - hexagon -
- ti ti-hexagon
- \ec02 -
-
- -
- - hexagon-0-filled -
- ti ti-hexagon-0-filled
- \f74c -
-
- -
- - hexagon-1-filled -
- ti ti-hexagon-1-filled
- \f74d -
-
- -
- - hexagon-2-filled -
- ti ti-hexagon-2-filled
- \f74e -
-
- -
- - hexagon-3-filled -
- ti ti-hexagon-3-filled
- \f74f -
-
- -
- - hexagon-3d -
- ti ti-hexagon-3d
- \f4c7 -
-
- -
- - hexagon-4-filled -
- ti ti-hexagon-4-filled
- \f750 -
-
- -
- - hexagon-5-filled -
- ti ti-hexagon-5-filled
- \f751 -
-
- -
- - hexagon-6-filled -
- ti ti-hexagon-6-filled
- \f752 -
-
- -
- - hexagon-7-filled -
- ti ti-hexagon-7-filled
- \f753 -
-
- -
- - hexagon-8-filled -
- ti ti-hexagon-8-filled
- \f754 -
-
- -
- - hexagon-9-filled -
- ti ti-hexagon-9-filled
- \f755 -
-
- -
- - hexagon-filled -
- ti ti-hexagon-filled
- \f67d -
-
- -
- - hexagon-letter-a -
- ti ti-hexagon-letter-a
- \f463 -
-
- -
- - hexagon-letter-b -
- ti ti-hexagon-letter-b
- \f464 -
-
- -
- - hexagon-letter-c -
- ti ti-hexagon-letter-c
- \f465 -
-
- -
- - hexagon-letter-d -
- ti ti-hexagon-letter-d
- \f466 -
-
- -
- - hexagon-letter-e -
- ti ti-hexagon-letter-e
- \f467 -
-
- -
- - hexagon-letter-f -
- ti ti-hexagon-letter-f
- \f468 -
-
- -
- - hexagon-letter-g -
- ti ti-hexagon-letter-g
- \f469 -
-
- -
- - hexagon-letter-h -
- ti ti-hexagon-letter-h
- \f46a -
-
- -
- - hexagon-letter-i -
- ti ti-hexagon-letter-i
- \f46b -
-
- -
- - hexagon-letter-j -
- ti ti-hexagon-letter-j
- \f46c -
-
- -
- - hexagon-letter-k -
- ti ti-hexagon-letter-k
- \f46d -
-
- -
- - hexagon-letter-l -
- ti ti-hexagon-letter-l
- \f46e -
-
- -
- - hexagon-letter-m -
- ti ti-hexagon-letter-m
- \f46f -
-
- -
- - hexagon-letter-n -
- ti ti-hexagon-letter-n
- \f470 -
-
- -
- - hexagon-letter-o -
- ti ti-hexagon-letter-o
- \f471 -
-
- -
- - hexagon-letter-p -
- ti ti-hexagon-letter-p
- \f472 -
-
- -
- - hexagon-letter-q -
- ti ti-hexagon-letter-q
- \f473 -
-
- -
- - hexagon-letter-r -
- ti ti-hexagon-letter-r
- \f474 -
-
- -
- - hexagon-letter-s -
- ti ti-hexagon-letter-s
- \f475 -
-
- -
- - hexagon-letter-t -
- ti ti-hexagon-letter-t
- \f476 -
-
- -
- - hexagon-letter-u -
- ti ti-hexagon-letter-u
- \f477 -
-
- -
- - hexagon-letter-v -
- ti ti-hexagon-letter-v
- \f4b3 -
-
- -
- - hexagon-letter-w -
- ti ti-hexagon-letter-w
- \f478 -
-
- -
- - hexagon-letter-x -
- ti ti-hexagon-letter-x
- \f479 -
-
- -
- - hexagon-letter-y -
- ti ti-hexagon-letter-y
- \f47a -
-
- -
- - hexagon-letter-z -
- ti ti-hexagon-letter-z
- \f47b -
-
- -
- - hexagon-minus -
- ti ti-hexagon-minus
- \fc8f -
-
- -
- - hexagon-minus-2 -
- ti ti-hexagon-minus-2
- \fc8e -
-
- -
- - hexagon-number-0 -
- ti ti-hexagon-number-0
- \f459 -
-
- -
- - hexagon-number-1 -
- ti ti-hexagon-number-1
- \f45a -
-
- -
- - hexagon-number-2 -
- ti ti-hexagon-number-2
- \f45b -
-
- -
- - hexagon-number-3 -
- ti ti-hexagon-number-3
- \f45c -
-
- -
- - hexagon-number-4 -
- ti ti-hexagon-number-4
- \f45d -
-
- -
- - hexagon-number-5 -
- ti ti-hexagon-number-5
- \f45e -
-
- -
- - hexagon-number-6 -
- ti ti-hexagon-number-6
- \f45f -
-
- -
- - hexagon-number-7 -
- ti ti-hexagon-number-7
- \f460 -
-
- -
- - hexagon-number-8 -
- ti ti-hexagon-number-8
- \f461 -
-
- -
- - hexagon-number-9 -
- ti ti-hexagon-number-9
- \f462 -
-
- -
- - hexagon-off -
- ti ti-hexagon-off
- \ee9c -
-
- -
- - hexagon-plus -
- ti ti-hexagon-plus
- \fc45 -
-
- -
- - hexagon-plus-2 -
- ti ti-hexagon-plus-2
- \fc90 -
-
- -
- - hexagonal-prism -
- ti ti-hexagonal-prism
- \faa5 -
-
- -
- - hexagonal-prism-off -
- ti ti-hexagonal-prism-off
- \faa3 -
-
- -
- - hexagonal-prism-plus -
- ti ti-hexagonal-prism-plus
- \faa4 -
-
- -
- - hexagonal-pyramid -
- ti ti-hexagonal-pyramid
- \faa8 -
-
- -
- - hexagonal-pyramid-off -
- ti ti-hexagonal-pyramid-off
- \faa6 -
-
- -
- - hexagonal-pyramid-plus -
- ti ti-hexagonal-pyramid-plus
- \faa7 -
-
- -
- - hexagons -
- ti ti-hexagons
- \f09d -
-
- -
- - hexagons-off -
- ti ti-hexagons-off
- \f3f9 -
-
- -
- - hierarchy -
- ti ti-hierarchy
- \ee9e -
-
- -
- - hierarchy-2 -
- ti ti-hierarchy-2
- \ee9d -
-
- -
- - hierarchy-3 -
- ti ti-hierarchy-3
- \f289 -
-
- -
- - hierarchy-off -
- ti ti-hierarchy-off
- \f3fa -
-
- -
- - highlight -
- ti ti-highlight
- \ef3f -
-
- -
- - highlight-off -
- ti ti-highlight-off
- \f144 -
-
- -
- - history -
- ti ti-history
- \ebea -
-
- -
- - history-off -
- ti ti-history-off
- \f3fb -
-
- -
- - history-toggle -
- ti ti-history-toggle
- \f1fc -
-
- -
- - home -
- ti ti-home
- \eac1 -
-
- -
- - home-2 -
- ti ti-home-2
- \eac0 -
-
- -
- - home-bolt -
- ti ti-home-bolt
- \f336 -
-
- -
- - home-cancel -
- ti ti-home-cancel
- \f350 -
-
- -
- - home-check -
- ti ti-home-check
- \f337 -
-
- -
- - home-cog -
- ti ti-home-cog
- \f338 -
-
- -
- - home-dollar -
- ti ti-home-dollar
- \f339 -
-
- -
- - home-dot -
- ti ti-home-dot
- \f33a -
-
- -
- - home-down -
- ti ti-home-down
- \f33b -
-
- -
- - home-eco -
- ti ti-home-eco
- \f351 -
-
- -
- - home-edit -
- ti ti-home-edit
- \f352 -
-
- -
- - home-exclamation -
- ti ti-home-exclamation
- \f33c -
-
- -
- - home-hand -
- ti ti-home-hand
- \f504 -
-
- -
- - home-heart -
- ti ti-home-heart
- \f353 -
-
- -
- - home-infinity -
- ti ti-home-infinity
- \f505 -
-
- -
- - home-link -
- ti ti-home-link
- \f354 -
-
- -
- - home-minus -
- ti ti-home-minus
- \f33d -
-
- -
- - home-move -
- ti ti-home-move
- \f33e -
-
- -
- - home-off -
- ti ti-home-off
- \f145 -
-
- -
- - home-plus -
- ti ti-home-plus
- \f33f -
-
- -
- - home-question -
- ti ti-home-question
- \f340 -
-
- -
- - home-ribbon -
- ti ti-home-ribbon
- \f355 -
-
- -
- - home-search -
- ti ti-home-search
- \f341 -
-
- -
- - home-share -
- ti ti-home-share
- \f342 -
-
- -
- - home-shield -
- ti ti-home-shield
- \f343 -
-
- -
- - home-signal -
- ti ti-home-signal
- \f356 -
-
- -
- - home-star -
- ti ti-home-star
- \f344 -
-
- -
- - home-stats -
- ti ti-home-stats
- \f345 -
-
- -
- - home-up -
- ti ti-home-up
- \f346 -
-
- -
- - home-x -
- ti ti-home-x
- \f347 -
-
- -
- - horse -
- ti ti-horse
- \fc46 -
-
- -
- - horse-toy -
- ti ti-horse-toy
- \f28a -
-
- -
- - horseshoe -
- ti ti-horseshoe
- \fcb7 -
-
- -
- - hospital -
- ti ti-hospital
- \fd59 -
-
- -
- - hospital-circle -
- ti ti-hospital-circle
- \fd58 -
-
- -
- - hotel-service -
- ti ti-hotel-service
- \ef80 -
-
- -
- - hourglass -
- ti ti-hourglass
- \ef93 -
-
- -
- - hourglass-empty -
- ti ti-hourglass-empty
- \f146 -
-
- -
- - hourglass-filled -
- ti ti-hourglass-filled
- \f756 -
-
- -
- - hourglass-high -
- ti ti-hourglass-high
- \f092 -
-
- -
- - hourglass-low -
- ti ti-hourglass-low
- \f093 -
-
- -
- - hourglass-off -
- ti ti-hourglass-off
- \f147 -
-
- -
- - html -
- ti ti-html
- \f7b1 -
-
- -
- - http-connect -
- ti ti-http-connect
- \fa28 -
-
- -
- - http-delete -
- ti ti-http-delete
- \fa29 -
-
- -
- - http-get -
- ti ti-http-get
- \fa2a -
-
- -
- - http-head -
- ti ti-http-head
- \fa2b -
-
- -
- - http-options -
- ti ti-http-options
- \fa2c -
-
- -
- - http-patch -
- ti ti-http-patch
- \fa2d -
-
- -
- - http-post -
- ti ti-http-post
- \fa2e -
-
- -
- - http-put -
- ti ti-http-put
- \fa2f -
-
- -
- - http-que -
- ti ti-http-que
- \fa5b -
-
- -
- - http-trace -
- ti ti-http-trace
- \fa30 -
-
- -
- - ice-cream -
- ti ti-ice-cream
- \eac2 -
-
- -
- - ice-cream-2 -
- ti ti-ice-cream-2
- \ee9f -
-
- -
- - ice-cream-off -
- ti ti-ice-cream-off
- \f148 -
-
- -
- - ice-skating -
- ti ti-ice-skating
- \efcb -
-
- -
- - icons -
- ti ti-icons
- \f1d4 -
-
- -
- - icons-off -
- ti ti-icons-off
- \f3fc -
-
- -
- - id -
- ti ti-id
- \eac3 -
-
- -
- - id-badge -
- ti ti-id-badge
- \eff7 -
-
- -
- - id-badge-2 -
- ti ti-id-badge-2
- \f076 -
-
- -
- - id-badge-off -
- ti ti-id-badge-off
- \f3fd -
-
- -
- - id-off -
- ti ti-id-off
- \f149 -
-
- -
- - image-in-picture -
- ti ti-image-in-picture
- \fd9f -
-
- -
- - inbox -
- ti ti-inbox
- \eac4 -
-
- -
- - inbox-off -
- ti ti-inbox-off
- \f14a -
-
- -
- - indent-decrease -
- ti ti-indent-decrease
- \eb91 -
-
- -
- - indent-increase -
- ti ti-indent-increase
- \eb92 -
-
- -
- - infinity -
- ti ti-infinity
- \eb69 -
-
- -
- - infinity-off -
- ti ti-infinity-off
- \f3fe -
-
- -
- - info-circle -
- ti ti-info-circle
- \eac5 -
-
- -
- - info-circle-filled -
- ti ti-info-circle-filled
- \f6d8 -
-
- -
- - info-hexagon -
- ti ti-info-hexagon
- \f7aa -
-
- -
- - info-hexagon-filled -
- ti ti-info-hexagon-filled
- \fa43 -
-
- -
- - info-octagon -
- ti ti-info-octagon
- \f7ab -
-
- -
- - info-octagon-filled -
- ti ti-info-octagon-filled
- \fa44 -
-
- -
- - info-small -
- ti ti-info-small
- \f922 -
-
- -
- - info-square -
- ti ti-info-square
- \eac6 -
-
- -
- - info-square-filled -
- ti ti-info-square-filled
- \fa45 -
-
- -
- - info-square-rounded -
- ti ti-info-square-rounded
- \f635 -
-
- -
- - info-square-rounded-filled -
- ti ti-info-square-rounded-filled
- \f6d9 -
-
- -
- - info-triangle -
- ti ti-info-triangle
- \f923 -
-
- -
- - info-triangle-filled -
- ti ti-info-triangle-filled
- \fa46 -
-
- -
- - inner-shadow-bottom -
- ti ti-inner-shadow-bottom
- \f520 -
-
- -
- - inner-shadow-bottom-filled -
- ti ti-inner-shadow-bottom-filled
- \f757 -
-
- -
- - inner-shadow-bottom-left -
- ti ti-inner-shadow-bottom-left
- \f51e -
-
- -
- - inner-shadow-bottom-left-filled -
- ti ti-inner-shadow-bottom-left-filled
- \f758 -
-
- -
- - inner-shadow-bottom-right -
- ti ti-inner-shadow-bottom-right
- \f51f -
-
- -
- - inner-shadow-bottom-right-filled -
- ti ti-inner-shadow-bottom-right-filled
- \f759 -
-
- -
- - inner-shadow-left -
- ti ti-inner-shadow-left
- \f521 -
-
- -
- - inner-shadow-left-filled -
- ti ti-inner-shadow-left-filled
- \f75a -
-
- -
- - inner-shadow-right -
- ti ti-inner-shadow-right
- \f522 -
-
- -
- - inner-shadow-right-filled -
- ti ti-inner-shadow-right-filled
- \f75b -
-
- -
- - inner-shadow-top -
- ti ti-inner-shadow-top
- \f525 -
-
- -
- - inner-shadow-top-filled -
- ti ti-inner-shadow-top-filled
- \f75c -
-
- -
- - inner-shadow-top-left -
- ti ti-inner-shadow-top-left
- \f523 -
-
- -
- - inner-shadow-top-left-filled -
- ti ti-inner-shadow-top-left-filled
- \f75d -
-
- -
- - inner-shadow-top-right -
- ti ti-inner-shadow-top-right
- \f524 -
-
- -
- - inner-shadow-top-right-filled -
- ti ti-inner-shadow-top-right-filled
- \f75e -
-
- -
- - input-ai -
- ti ti-input-ai
- \fc5a -
-
- -
- - input-check -
- ti ti-input-check
- \fc5b -
-
- -
- - input-search -
- ti ti-input-search
- \f2a2 -
-
- -
- - input-x -
- ti ti-input-x
- \fc5c -
-
- -
- - ironing -
- ti ti-ironing
- \fa7c -
-
- -
- - ironing-1 -
- ti ti-ironing-1
- \f2f4 -
-
- -
- - ironing-2 -
- ti ti-ironing-2
- \f2f5 -
-
- -
- - ironing-3 -
- ti ti-ironing-3
- \f2f6 -
-
- -
- - ironing-off -
- ti ti-ironing-off
- \f2f7 -
-
- -
- - ironing-steam -
- ti ti-ironing-steam
- \f2f9 -
-
- -
- - ironing-steam-off -
- ti ti-ironing-steam-off
- \f2f8 -
-
- -
- - irregular-polyhedron -
- ti ti-irregular-polyhedron
- \faab -
-
- -
- - irregular-polyhedron-off -
- ti ti-irregular-polyhedron-off
- \faa9 -
-
- -
- - irregular-polyhedron-plus -
- ti ti-irregular-polyhedron-plus
- \faaa -
-
- -
- - italic -
- ti ti-italic
- \eb93 -
-
- -
- - jacket -
- ti ti-jacket
- \f661 -
-
- -
- - jetpack -
- ti ti-jetpack
- \f581 -
-
- -
- - jewish-star -
- ti ti-jewish-star
- \f3ff -
-
- -
- - jewish-star-filled -
- ti ti-jewish-star-filled
- \f67e -
-
- -
- - jpg -
- ti ti-jpg
- \f3ac -
-
- -
- - json -
- ti ti-json
- \f7b2 -
-
- -
- - jump-rope -
- ti ti-jump-rope
- \ed8f -
-
- -
- - karate -
- ti ti-karate
- \ed32 -
-
- -
- - kayak -
- ti ti-kayak
- \f1d6 -
-
- -
- - kering -
- ti ti-kering
- \efb8 -
-
- -
- - key -
- ti ti-key
- \eac7 -
-
- -
- - key-off -
- ti ti-key-off
- \f14b -
-
- -
- - keyboard -
- ti ti-keyboard
- \ebd6 -
-
- -
- - keyboard-hide -
- ti ti-keyboard-hide
- \ec7e -
-
- -
- - keyboard-off -
- ti ti-keyboard-off
- \eea0 -
-
- -
- - keyboard-show -
- ti ti-keyboard-show
- \ec7f -
-
- -
- - keyframe -
- ti ti-keyframe
- \f576 -
-
- -
- - keyframe-align-center -
- ti ti-keyframe-align-center
- \f582 -
-
- -
- - keyframe-align-center-filled -
- ti ti-keyframe-align-center-filled
- \fc30 -
-
- -
- - keyframe-align-horizontal -
- ti ti-keyframe-align-horizontal
- \f583 -
-
- -
- - keyframe-align-horizontal-filled -
- ti ti-keyframe-align-horizontal-filled
- \fc31 -
-
- -
- - keyframe-align-vertical -
- ti ti-keyframe-align-vertical
- \f584 -
-
- -
- - keyframe-align-vertical-filled -
- ti ti-keyframe-align-vertical-filled
- \fc32 -
-
- -
- - keyframe-filled -
- ti ti-keyframe-filled
- \fc33 -
-
- -
- - keyframes -
- ti ti-keyframes
- \f585 -
-
- -
- - keyframes-filled -
- ti ti-keyframes-filled
- \fc34 -
-
- -
- - ladder -
- ti ti-ladder
- \efe2 -
-
- -
- - ladder-off -
- ti ti-ladder-off
- \f14c -
-
- -
- - ladle -
- ti ti-ladle
- \fc14 -
-
- -
- - lambda -
- ti ti-lambda
- \f541 -
-
- -
- - lamp -
- ti ti-lamp
- \efab -
-
- -
- - lamp-2 -
- ti ti-lamp-2
- \f09e -
-
- -
- - lamp-off -
- ti ti-lamp-off
- \f14d -
-
- -
- - lane -
- ti ti-lane
- \faf9 -
-
- -
- - language -
- ti ti-language
- \ebbe -
-
- -
- - language-hiragana -
- ti ti-language-hiragana
- \ef77 -
-
- -
- - language-katakana -
- ti ti-language-katakana
- \ef78 -
-
- -
- - language-off -
- ti ti-language-off
- \f14e -
-
- -
- - lasso -
- ti ti-lasso
- \efac -
-
- -
- - lasso-off -
- ti ti-lasso-off
- \f14f -
-
- -
- - lasso-polygon -
- ti ti-lasso-polygon
- \f388 -
-
- -
- - layers-difference -
- ti ti-layers-difference
- \eac8 -
-
- -
- - layers-intersect -
- ti ti-layers-intersect
- \eac9 -
-
- -
- - layers-intersect-2 -
- ti ti-layers-intersect-2
- \eff8 -
-
- -
- - layers-linked -
- ti ti-layers-linked
- \eea1 -
-
- -
- - layers-off -
- ti ti-layers-off
- \f150 -
-
- -
- - layers-subtract -
- ti ti-layers-subtract
- \eaca -
-
- -
- - layers-union -
- ti ti-layers-union
- \eacb -
-
- -
- - layout -
- ti ti-layout
- \eadb -
-
- -
- - layout-2 -
- ti ti-layout-2
- \eacc -
-
- -
- - layout-align-bottom -
- ti ti-layout-align-bottom
- \eacd -
-
- -
- - layout-align-center -
- ti ti-layout-align-center
- \eace -
-
- -
- - layout-align-left -
- ti ti-layout-align-left
- \eacf -
-
- -
- - layout-align-middle -
- ti ti-layout-align-middle
- \ead0 -
-
- -
- - layout-align-right -
- ti ti-layout-align-right
- \ead1 -
-
- -
- - layout-align-top -
- ti ti-layout-align-top
- \ead2 -
-
- -
- - layout-board -
- ti ti-layout-board
- \ef95 -
-
- -
- - layout-board-split -
- ti ti-layout-board-split
- \ef94 -
-
- -
- - layout-bottombar -
- ti ti-layout-bottombar
- \ead3 -
-
- -
- - layout-bottombar-collapse -
- ti ti-layout-bottombar-collapse
- \f28b -
-
- -
- - layout-bottombar-collapse-filled -
- ti ti-layout-bottombar-collapse-filled
- \fc35 -
-
- -
- - layout-bottombar-expand -
- ti ti-layout-bottombar-expand
- \f28c -
-
- -
- - layout-bottombar-expand-filled -
- ti ti-layout-bottombar-expand-filled
- \fc36 -
-
- -
- - layout-bottombar-filled -
- ti ti-layout-bottombar-filled
- \fc37 -
-
- -
- - layout-bottombar-inactive -
- ti ti-layout-bottombar-inactive
- \fd45 -
-
- -
- - layout-cards -
- ti ti-layout-cards
- \ec13 -
-
- -
- - layout-collage -
- ti ti-layout-collage
- \f389 -
-
- -
- - layout-columns -
- ti ti-layout-columns
- \ead4 -
-
- -
- - layout-dashboard -
- ti ti-layout-dashboard
- \f02c -
-
- -
- - layout-distribute-horizontal -
- ti ti-layout-distribute-horizontal
- \ead5 -
-
- -
- - layout-distribute-vertical -
- ti ti-layout-distribute-vertical
- \ead6 -
-
- -
- - layout-grid -
- ti ti-layout-grid
- \edba -
-
- -
- - layout-grid-add -
- ti ti-layout-grid-add
- \edb9 -
-
- -
- - layout-grid-remove -
- ti ti-layout-grid-remove
- \fa7d -
-
- -
- - layout-kanban -
- ti ti-layout-kanban
- \ec3f -
-
- -
- - layout-list -
- ti ti-layout-list
- \ec14 -
-
- -
- - layout-navbar -
- ti ti-layout-navbar
- \ead7 -
-
- -
- - layout-navbar-collapse -
- ti ti-layout-navbar-collapse
- \f28d -
-
- -
- - layout-navbar-collapse-filled -
- ti ti-layout-navbar-collapse-filled
- \fc38 -
-
- -
- - layout-navbar-expand -
- ti ti-layout-navbar-expand
- \f28e -
-
- -
- - layout-navbar-expand-filled -
- ti ti-layout-navbar-expand-filled
- \fc39 -
-
- -
- - layout-navbar-filled -
- ti ti-layout-navbar-filled
- \fc3a -
-
- -
- - layout-navbar-inactive -
- ti ti-layout-navbar-inactive
- \fd46 -
-
- -
- - layout-off -
- ti ti-layout-off
- \f151 -
-
- -
- - layout-rows -
- ti ti-layout-rows
- \ead8 -
-
- -
- - layout-sidebar -
- ti ti-layout-sidebar
- \eada -
-
- -
- - layout-sidebar-inactive -
- ti ti-layout-sidebar-inactive
- \fd47 -
-
- -
- - layout-sidebar-left-collapse -
- ti ti-layout-sidebar-left-collapse
- \f004 -
-
- -
- - layout-sidebar-left-collapse-filled -
- ti ti-layout-sidebar-left-collapse-filled
- \fc3b -
-
- -
- - layout-sidebar-left-expand -
- ti ti-layout-sidebar-left-expand
- \f005 -
-
- -
- - layout-sidebar-left-expand-filled -
- ti ti-layout-sidebar-left-expand-filled
- \fc3c -
-
- -
- - layout-sidebar-right -
- ti ti-layout-sidebar-right
- \ead9 -
-
- -
- - layout-sidebar-right-collapse -
- ti ti-layout-sidebar-right-collapse
- \f006 -
-
- -
- - layout-sidebar-right-collapse-filled -
- ti ti-layout-sidebar-right-collapse-filled
- \fc3d -
-
- -
- - layout-sidebar-right-expand -
- ti ti-layout-sidebar-right-expand
- \f007 -
-
- -
- - layout-sidebar-right-expand-filled -
- ti ti-layout-sidebar-right-expand-filled
- \fc3e -
-
- -
- - layout-sidebar-right-inactive -
- ti ti-layout-sidebar-right-inactive
- \fd48 -
-
- -
- - leaf -
- ti ti-leaf
- \ed4f -
-
- -
- - leaf-off -
- ti ti-leaf-off
- \f400 -
-
- -
- - lego -
- ti ti-lego
- \eadc -
-
- -
- - lego-off -
- ti ti-lego-off
- \f401 -
-
- -
- - lemon -
- ti ti-lemon
- \ef10 -
-
- -
- - lemon-2 -
- ti ti-lemon-2
- \ef81 -
-
- -
- - letter-a -
- ti ti-letter-a
- \ec50 -
-
- -
- - letter-a-small -
- ti ti-letter-a-small
- \fcc7 -
-
- -
- - letter-b -
- ti ti-letter-b
- \ec51 -
-
- -
- - letter-b-small -
- ti ti-letter-b-small
- \fcc8 -
-
- -
- - letter-c -
- ti ti-letter-c
- \ec52 -
-
- -
- - letter-c-small -
- ti ti-letter-c-small
- \fcc9 -
-
- -
- - letter-case -
- ti ti-letter-case
- \eea5 -
-
- -
- - letter-case-lower -
- ti ti-letter-case-lower
- \eea2 -
-
- -
- - letter-case-toggle -
- ti ti-letter-case-toggle
- \eea3 -
-
- -
- - letter-case-upper -
- ti ti-letter-case-upper
- \eea4 -
-
- -
- - letter-d -
- ti ti-letter-d
- \ec53 -
-
- -
- - letter-d-small -
- ti ti-letter-d-small
- \fcca -
-
- -
- - letter-e -
- ti ti-letter-e
- \ec54 -
-
- -
- - letter-e-small -
- ti ti-letter-e-small
- \fccb -
-
- -
- - letter-f -
- ti ti-letter-f
- \ec55 -
-
- -
- - letter-f-small -
- ti ti-letter-f-small
- \fccc -
-
- -
- - letter-g -
- ti ti-letter-g
- \ec56 -
-
- -
- - letter-g-small -
- ti ti-letter-g-small
- \fccd -
-
- -
- - letter-h -
- ti ti-letter-h
- \ec57 -
-
- -
- - letter-h-small -
- ti ti-letter-h-small
- \fcce -
-
- -
- - letter-i -
- ti ti-letter-i
- \ec58 -
-
- -
- - letter-i-small -
- ti ti-letter-i-small
- \fccf -
-
- -
- - letter-j -
- ti ti-letter-j
- \ec59 -
-
- -
- - letter-j-small -
- ti ti-letter-j-small
- \fcd0 -
-
- -
- - letter-k -
- ti ti-letter-k
- \ec5a -
-
- -
- - letter-k-small -
- ti ti-letter-k-small
- \fcd1 -
-
- -
- - letter-l -
- ti ti-letter-l
- \ec5b -
-
- -
- - letter-l-small -
- ti ti-letter-l-small
- \fcd2 -
-
- -
- - letter-m -
- ti ti-letter-m
- \ec5c -
-
- -
- - letter-m-small -
- ti ti-letter-m-small
- \fcd3 -
-
- -
- - letter-n -
- ti ti-letter-n
- \ec5d -
-
- -
- - letter-n-small -
- ti ti-letter-n-small
- \fcd4 -
-
- -
- - letter-o -
- ti ti-letter-o
- \ec5e -
-
- -
- - letter-o-small -
- ti ti-letter-o-small
- \fcd5 -
-
- -
- - letter-p -
- ti ti-letter-p
- \ec5f -
-
- -
- - letter-p-small -
- ti ti-letter-p-small
- \fcd6 -
-
- -
- - letter-q -
- ti ti-letter-q
- \ec60 -
-
- -
- - letter-q-small -
- ti ti-letter-q-small
- \fcd7 -
-
- -
- - letter-r -
- ti ti-letter-r
- \ec61 -
-
- -
- - letter-r-small -
- ti ti-letter-r-small
- \fcd8 -
-
- -
- - letter-s -
- ti ti-letter-s
- \ec62 -
-
- -
- - letter-s-small -
- ti ti-letter-s-small
- \fcd9 -
-
- -
- - letter-spacing -
- ti ti-letter-spacing
- \eea6 -
-
- -
- - letter-t -
- ti ti-letter-t
- \ec63 -
-
- -
- - letter-t-small -
- ti ti-letter-t-small
- \fcda -
-
- -
- - letter-u -
- ti ti-letter-u
- \ec64 -
-
- -
- - letter-u-small -
- ti ti-letter-u-small
- \fcdb -
-
- -
- - letter-v -
- ti ti-letter-v
- \ec65 -
-
- -
- - letter-v-small -
- ti ti-letter-v-small
- \fcdc -
-
- -
- - letter-w -
- ti ti-letter-w
- \ec66 -
-
- -
- - letter-w-small -
- ti ti-letter-w-small
- \fcdd -
-
- -
- - letter-x -
- ti ti-letter-x
- \ec67 -
-
- -
- - letter-x-small -
- ti ti-letter-x-small
- \fcde -
-
- -
- - letter-y -
- ti ti-letter-y
- \ec68 -
-
- -
- - letter-y-small -
- ti ti-letter-y-small
- \fcdf -
-
- -
- - letter-z -
- ti ti-letter-z
- \ec69 -
-
- -
- - letter-z-small -
- ti ti-letter-z-small
- \fce0 -
-
- -
- - library -
- ti ti-library
- \fd4c -
-
- -
- - library-minus -
- ti ti-library-minus
- \fd49 -
-
- -
- - library-photo -
- ti ti-library-photo
- \fd4a -
-
- -
- - library-plus -
- ti ti-library-plus
- \fd4b -
-
- -
- - license -
- ti ti-license
- \ebc0 -
-
- -
- - license-off -
- ti ti-license-off
- \f153 -
-
- -
- - lifebuoy -
- ti ti-lifebuoy
- \eadd -
-
- -
- - lifebuoy-off -
- ti ti-lifebuoy-off
- \f154 -
-
- -
- - lighter -
- ti ti-lighter
- \f794 -
-
- -
- - line -
- ti ti-line
- \ec40 -
-
- -
- - line-dashed -
- ti ti-line-dashed
- \eea7 -
-
- -
- - line-dotted -
- ti ti-line-dotted
- \eea8 -
-
- -
- - line-height -
- ti ti-line-height
- \eb94 -
-
- -
- - line-scan -
- ti ti-line-scan
- \fcb8 -
-
- -
- - link -
- ti ti-link
- \eade -
-
- -
- - link-minus -
- ti ti-link-minus
- \fd16 -
-
- -
- - link-off -
- ti ti-link-off
- \f402 -
-
- -
- - link-plus -
- ti ti-link-plus
- \fd17 -
-
- -
- - list -
- ti ti-list
- \eb6b -
-
- -
- - list-check -
- ti ti-list-check
- \eb6a -
-
- -
- - list-details -
- ti ti-list-details
- \ef40 -
-
- -
- - list-letters -
- ti ti-list-letters
- \fc47 -
-
- -
- - list-numbers -
- ti ti-list-numbers
- \ef11 -
-
- -
- - list-search -
- ti ti-list-search
- \eea9 -
-
- -
- - list-tree -
- ti ti-list-tree
- \fafa -
-
- -
- - live-photo -
- ti ti-live-photo
- \eadf -
-
- -
- - live-photo-off -
- ti ti-live-photo-off
- \f403 -
-
- -
- - live-view -
- ti ti-live-view
- \ec6b -
-
- -
- - load-balancer -
- ti ti-load-balancer
- \fa5c -
-
- -
- - loader -
- ti ti-loader
- \eca3 -
-
- -
- - loader-2 -
- ti ti-loader-2
- \f226 -
-
- -
- - loader-3 -
- ti ti-loader-3
- \f513 -
-
- -
- - loader-quarter -
- ti ti-loader-quarter
- \eca2 -
-
- -
- - location -
- ti ti-location
- \eae0 -
-
- -
- - location-bolt -
- ti ti-location-bolt
- \fbaf -
-
- -
- - location-broken -
- ti ti-location-broken
- \f2c4 -
-
- -
- - location-cancel -
- ti ti-location-cancel
- \fbb0 -
-
- -
- - location-check -
- ti ti-location-check
- \fbb1 -
-
- -
- - location-code -
- ti ti-location-code
- \fbb2 -
-
- -
- - location-cog -
- ti ti-location-cog
- \fbb3 -
-
- -
- - location-discount -
- ti ti-location-discount
- \fbb4 -
-
- -
- - location-dollar -
- ti ti-location-dollar
- \fbb5 -
-
- -
- - location-down -
- ti ti-location-down
- \fbb6 -
-
- -
- - location-exclamation -
- ti ti-location-exclamation
- \fbb7 -
-
- -
- - location-filled -
- ti ti-location-filled
- \f67f -
-
- -
- - location-heart -
- ti ti-location-heart
- \fbb8 -
-
- -
- - location-minus -
- ti ti-location-minus
- \fbb9 -
-
- -
- - location-off -
- ti ti-location-off
- \f155 -
-
- -
- - location-pause -
- ti ti-location-pause
- \fbba -
-
- -
- - location-pin -
- ti ti-location-pin
- \fbbb -
-
- -
- - location-plus -
- ti ti-location-plus
- \fbbc -
-
- -
- - location-question -
- ti ti-location-question
- \fbbd -
-
- -
- - location-search -
- ti ti-location-search
- \fbbe -
-
- -
- - location-share -
- ti ti-location-share
- \fbbf -
-
- -
- - location-star -
- ti ti-location-star
- \fbc0 -
-
- -
- - location-up -
- ti ti-location-up
- \fbc1 -
-
- -
- - location-x -
- ti ti-location-x
- \fbc2 -
-
- -
- - lock -
- ti ti-lock
- \eae2 -
-
- -
- - lock-access -
- ti ti-lock-access
- \eeaa -
-
- -
- - lock-access-off -
- ti ti-lock-access-off
- \f404 -
-
- -
- - lock-bolt -
- ti ti-lock-bolt
- \f924 -
-
- -
- - lock-cancel -
- ti ti-lock-cancel
- \f925 -
-
- -
- - lock-check -
- ti ti-lock-check
- \f926 -
-
- -
- - lock-code -
- ti ti-lock-code
- \f927 -
-
- -
- - lock-cog -
- ti ti-lock-cog
- \f928 -
-
- -
- - lock-dollar -
- ti ti-lock-dollar
- \f929 -
-
- -
- - lock-down -
- ti ti-lock-down
- \f92a -
-
- -
- - lock-exclamation -
- ti ti-lock-exclamation
- \f92b -
-
- -
- - lock-heart -
- ti ti-lock-heart
- \f92c -
-
- -
- - lock-minus -
- ti ti-lock-minus
- \f92d -
-
- -
- - lock-off -
- ti ti-lock-off
- \ed1e -
-
- -
- - lock-open -
- ti ti-lock-open
- \eae1 -
-
- -
- - lock-open-off -
- ti ti-lock-open-off
- \f156 -
-
- -
- - lock-pause -
- ti ti-lock-pause
- \f92e -
-
- -
- - lock-pin -
- ti ti-lock-pin
- \f92f -
-
- -
- - lock-plus -
- ti ti-lock-plus
- \f930 -
-
- -
- - lock-question -
- ti ti-lock-question
- \f931 -
-
- -
- - lock-search -
- ti ti-lock-search
- \f932 -
-
- -
- - lock-share -
- ti ti-lock-share
- \f933 -
-
- -
- - lock-square -
- ti ti-lock-square
- \ef51 -
-
- -
- - lock-square-rounded -
- ti ti-lock-square-rounded
- \f636 -
-
- -
- - lock-square-rounded-filled -
- ti ti-lock-square-rounded-filled
- \f6da -
-
- -
- - lock-star -
- ti ti-lock-star
- \f934 -
-
- -
- - lock-up -
- ti ti-lock-up
- \f935 -
-
- -
- - lock-x -
- ti ti-lock-x
- \f936 -
-
- -
- - logic-and -
- ti ti-logic-and
- \f240 -
-
- -
- - logic-buffer -
- ti ti-logic-buffer
- \f241 -
-
- -
- - logic-nand -
- ti ti-logic-nand
- \f242 -
-
- -
- - logic-nor -
- ti ti-logic-nor
- \f243 -
-
- -
- - logic-not -
- ti ti-logic-not
- \f244 -
-
- -
- - logic-or -
- ti ti-logic-or
- \f245 -
-
- -
- - logic-xnor -
- ti ti-logic-xnor
- \f246 -
-
- -
- - logic-xor -
- ti ti-logic-xor
- \f247 -
-
- -
- - login -
- ti ti-login
- \eba7 -
-
- -
- - login-2 -
- ti ti-login-2
- \fc76 -
-
- -
- - logout -
- ti ti-logout
- \eba8 -
-
- -
- - logout-2 -
- ti ti-logout-2
- \fa7e -
-
- -
- - lollipop -
- ti ti-lollipop
- \efcc -
-
- -
- - lollipop-off -
- ti ti-lollipop-off
- \f157 -
-
- -
- - luggage -
- ti ti-luggage
- \efad -
-
- -
- - luggage-off -
- ti ti-luggage-off
- \f158 -
-
- -
- - lungs -
- ti ti-lungs
- \ef62 -
-
- -
- - lungs-off -
- ti ti-lungs-off
- \f405 -
-
- -
- - macro -
- ti ti-macro
- \eeab -
-
- -
- - macro-off -
- ti ti-macro-off
- \f406 -
-
- -
- - magnet -
- ti ti-magnet
- \eae3 -
-
- -
- - magnet-off -
- ti ti-magnet-off
- \f159 -
-
- -
- - magnetic -
- ti ti-magnetic
- \fcb9 -
-
- -
- - mail -
- ti ti-mail
- \eae5 -
-
- -
- - mail-ai -
- ti ti-mail-ai
- \fa31 -
-
- -
- - mail-bolt -
- ti ti-mail-bolt
- \f937 -
-
- -
- - mail-cancel -
- ti ti-mail-cancel
- \f938 -
-
- -
- - mail-check -
- ti ti-mail-check
- \f939 -
-
- -
- - mail-code -
- ti ti-mail-code
- \f93a -
-
- -
- - mail-cog -
- ti ti-mail-cog
- \f93b -
-
- -
- - mail-dollar -
- ti ti-mail-dollar
- \f93c -
-
- -
- - mail-down -
- ti ti-mail-down
- \f93d -
-
- -
- - mail-exclamation -
- ti ti-mail-exclamation
- \f93e -
-
- -
- - mail-fast -
- ti ti-mail-fast
- \f069 -
-
- -
- - mail-filled -
- ti ti-mail-filled
- \fa47 -
-
- -
- - mail-forward -
- ti ti-mail-forward
- \eeac -
-
- -
- - mail-heart -
- ti ti-mail-heart
- \f93f -
-
- -
- - mail-minus -
- ti ti-mail-minus
- \f940 -
-
- -
- - mail-off -
- ti ti-mail-off
- \f15a -
-
- -
- - mail-opened -
- ti ti-mail-opened
- \eae4 -
-
- -
- - mail-opened-filled -
- ti ti-mail-opened-filled
- \fa48 -
-
- -
- - mail-pause -
- ti ti-mail-pause
- \f941 -
-
- -
- - mail-pin -
- ti ti-mail-pin
- \f942 -
-
- -
- - mail-plus -
- ti ti-mail-plus
- \f943 -
-
- -
- - mail-question -
- ti ti-mail-question
- \f944 -
-
- -
- - mail-search -
- ti ti-mail-search
- \f945 -
-
- -
- - mail-share -
- ti ti-mail-share
- \f946 -
-
- -
- - mail-star -
- ti ti-mail-star
- \f947 -
-
- -
- - mail-up -
- ti ti-mail-up
- \f948 -
-
- -
- - mail-x -
- ti ti-mail-x
- \f949 -
-
- -
- - mailbox -
- ti ti-mailbox
- \eead -
-
- -
- - mailbox-off -
- ti ti-mailbox-off
- \f15b -
-
- -
- - man -
- ti ti-man
- \eae6 -
-
- -
- - manual-gearbox -
- ti ti-manual-gearbox
- \ed7b -
-
- -
- - map -
- ti ti-map
- \eae9 -
-
- -
- - map-2 -
- ti ti-map-2
- \eae7 -
-
- -
- - map-bolt -
- ti ti-map-bolt
- \fbc3 -
-
- -
- - map-cancel -
- ti ti-map-cancel
- \fbc4 -
-
- -
- - map-check -
- ti ti-map-check
- \fbc5 -
-
- -
- - map-code -
- ti ti-map-code
- \fbc6 -
-
- -
- - map-cog -
- ti ti-map-cog
- \fbc7 -
-
- -
- - map-discount -
- ti ti-map-discount
- \fbc8 -
-
- -
- - map-dollar -
- ti ti-map-dollar
- \fbc9 -
-
- -
- - map-down -
- ti ti-map-down
- \fbca -
-
- -
- - map-east -
- ti ti-map-east
- \fc5d -
-
- -
- - map-exclamation -
- ti ti-map-exclamation
- \fbcb -
-
- -
- - map-heart -
- ti ti-map-heart
- \fbcc -
-
- -
- - map-minus -
- ti ti-map-minus
- \fbcd -
-
- -
- - map-north -
- ti ti-map-north
- \fc5e -
-
- -
- - map-off -
- ti ti-map-off
- \f15c -
-
- -
- - map-pause -
- ti ti-map-pause
- \fbce -
-
- -
- - map-pin -
- ti ti-map-pin
- \eae8 -
-
- -
- - map-pin-2 -
- ti ti-map-pin-2
- \fc48 -
-
- -
- - map-pin-bolt -
- ti ti-map-pin-bolt
- \f94a -
-
- -
- - map-pin-cancel -
- ti ti-map-pin-cancel
- \f94b -
-
- -
- - map-pin-check -
- ti ti-map-pin-check
- \f94c -
-
- -
- - map-pin-code -
- ti ti-map-pin-code
- \f94d -
-
- -
- - map-pin-cog -
- ti ti-map-pin-cog
- \f94e -
-
- -
- - map-pin-dollar -
- ti ti-map-pin-dollar
- \f94f -
-
- -
- - map-pin-down -
- ti ti-map-pin-down
- \f950 -
-
- -
- - map-pin-exclamation -
- ti ti-map-pin-exclamation
- \f951 -
-
- -
- - map-pin-filled -
- ti ti-map-pin-filled
- \f680 -
-
- -
- - map-pin-heart -
- ti ti-map-pin-heart
- \f952 -
-
- -
- - map-pin-minus -
- ti ti-map-pin-minus
- \f953 -
-
- -
- - map-pin-off -
- ti ti-map-pin-off
- \ecf3 -
-
- -
- - map-pin-pause -
- ti ti-map-pin-pause
- \f954 -
-
- -
- - map-pin-pin -
- ti ti-map-pin-pin
- \f955 -
-
- -
- - map-pin-plus -
- ti ti-map-pin-plus
- \f956 -
-
- -
- - map-pin-question -
- ti ti-map-pin-question
- \f957 -
-
- -
- - map-pin-search -
- ti ti-map-pin-search
- \f958 -
-
- -
- - map-pin-share -
- ti ti-map-pin-share
- \f795 -
-
- -
- - map-pin-star -
- ti ti-map-pin-star
- \f959 -
-
- -
- - map-pin-up -
- ti ti-map-pin-up
- \f95a -
-
- -
- - map-pin-x -
- ti ti-map-pin-x
- \f95b -
-
- -
- - map-pins -
- ti ti-map-pins
- \ed5e -
-
- -
- - map-plus -
- ti ti-map-plus
- \fbcf -
-
- -
- - map-question -
- ti ti-map-question
- \fbd0 -
-
- -
- - map-route -
- ti ti-map-route
- \fc79 -
-
- -
- - map-search -
- ti ti-map-search
- \ef82 -
-
- -
- - map-share -
- ti ti-map-share
- \fbd1 -
-
- -
- - map-south -
- ti ti-map-south
- \fc5f -
-
- -
- - map-star -
- ti ti-map-star
- \fbd2 -
-
- -
- - map-up -
- ti ti-map-up
- \fbd3 -
-
- -
- - map-west -
- ti ti-map-west
- \fc60 -
-
- -
- - map-x -
- ti ti-map-x
- \fbd4 -
-
- -
- - markdown -
- ti ti-markdown
- \ec41 -
-
- -
- - markdown-off -
- ti ti-markdown-off
- \f407 -
-
- -
- - marquee -
- ti ti-marquee
- \ec77 -
-
- -
- - marquee-2 -
- ti ti-marquee-2
- \eeae -
-
- -
- - marquee-off -
- ti ti-marquee-off
- \f15d -
-
- -
- - mars -
- ti ti-mars
- \ec80 -
-
- -
- - mask -
- ti ti-mask
- \eeb0 -
-
- -
- - mask-off -
- ti ti-mask-off
- \eeaf -
-
- -
- - masks-theater -
- ti ti-masks-theater
- \f263 -
-
- -
- - masks-theater-off -
- ti ti-masks-theater-off
- \f408 -
-
- -
- - massage -
- ti ti-massage
- \eeb1 -
-
- -
- - matchstick -
- ti ti-matchstick
- \f577 -
-
- -
- - math -
- ti ti-math
- \ebeb -
-
- -
- - math-1-divide-2 -
- ti ti-math-1-divide-2
- \f4e2 -
-
- -
- - math-1-divide-3 -
- ti ti-math-1-divide-3
- \f4e3 -
-
- -
- - math-avg -
- ti ti-math-avg
- \f0f4 -
-
- -
- - math-equal-greater -
- ti ti-math-equal-greater
- \f4e4 -
-
- -
- - math-equal-lower -
- ti ti-math-equal-lower
- \f4e5 -
-
- -
- - math-function -
- ti ti-math-function
- \eeb2 -
-
- -
- - math-function-off -
- ti ti-math-function-off
- \f15e -
-
- -
- - math-function-y -
- ti ti-math-function-y
- \f4e6 -
-
- -
- - math-greater -
- ti ti-math-greater
- \f4e7 -
-
- -
- - math-integral -
- ti ti-math-integral
- \f4e9 -
-
- -
- - math-integral-x -
- ti ti-math-integral-x
- \f4e8 -
-
- -
- - math-integrals -
- ti ti-math-integrals
- \f4ea -
-
- -
- - math-lower -
- ti ti-math-lower
- \f4eb -
-
- -
- - math-max -
- ti ti-math-max
- \f0f5 -
-
- -
- - math-max-min -
- ti ti-math-max-min
- \fda0 -
-
- -
- - math-min -
- ti ti-math-min
- \f0f6 -
-
- -
- - math-not -
- ti ti-math-not
- \f4ec -
-
- -
- - math-off -
- ti ti-math-off
- \f409 -
-
- -
- - math-pi -
- ti ti-math-pi
- \f4ee -
-
- -
- - math-pi-divide-2 -
- ti ti-math-pi-divide-2
- \f4ed -
-
- -
- - math-symbols -
- ti ti-math-symbols
- \eeb3 -
-
- -
- - math-x-divide-2 -
- ti ti-math-x-divide-2
- \f4ef -
-
- -
- - math-x-divide-y -
- ti ti-math-x-divide-y
- \f4f1 -
-
- -
- - math-x-divide-y-2 -
- ti ti-math-x-divide-y-2
- \f4f0 -
-
- -
- - math-x-minus-x -
- ti ti-math-x-minus-x
- \f4f2 -
-
- -
- - math-x-minus-y -
- ti ti-math-x-minus-y
- \f4f3 -
-
- -
- - math-x-plus-x -
- ti ti-math-x-plus-x
- \f4f4 -
-
- -
- - math-x-plus-y -
- ti ti-math-x-plus-y
- \f4f5 -
-
- -
- - math-xy -
- ti ti-math-xy
- \f4f6 -
-
- -
- - math-y-minus-y -
- ti ti-math-y-minus-y
- \f4f7 -
-
- -
- - math-y-plus-y -
- ti ti-math-y-plus-y
- \f4f8 -
-
- -
- - maximize -
- ti ti-maximize
- \eaea -
-
- -
- - maximize-off -
- ti ti-maximize-off
- \f15f -
-
- -
- - meat -
- ti ti-meat
- \ef12 -
-
- -
- - meat-off -
- ti ti-meat-off
- \f40a -
-
- -
- - medal -
- ti ti-medal
- \ec78 -
-
- -
- - medal-2 -
- ti ti-medal-2
- \efcd -
-
- -
- - medical-cross -
- ti ti-medical-cross
- \ec2f -
-
- -
- - medical-cross-circle -
- ti ti-medical-cross-circle
- \fae8 -
-
- -
- - medical-cross-filled -
- ti ti-medical-cross-filled
- \f681 -
-
- -
- - medical-cross-off -
- ti ti-medical-cross-off
- \f160 -
-
- -
- - medicine-syrup -
- ti ti-medicine-syrup
- \ef63 -
-
- -
- - meeple -
- ti ti-meeple
- \f514 -
-
- -
- - melon -
- ti ti-melon
- \fc7a -
-
- -
- - menorah -
- ti ti-menorah
- \f58c -
-
- -
- - menu -
- ti ti-menu
- \eaeb -
-
- -
- - menu-2 -
- ti ti-menu-2
- \ec42 -
-
- -
- - menu-deep -
- ti ti-menu-deep
- \fafb -
-
- -
- - menu-order -
- ti ti-menu-order
- \f5f5 -
-
- -
- - message -
- ti ti-message
- \eaef -
-
- -
- - message-2 -
- ti ti-message-2
- \eaec -
-
- -
- - message-2-bolt -
- ti ti-message-2-bolt
- \f95c -
-
- -
- - message-2-cancel -
- ti ti-message-2-cancel
- \f95d -
-
- -
- - message-2-check -
- ti ti-message-2-check
- \f95e -
-
- -
- - message-2-code -
- ti ti-message-2-code
- \f012 -
-
- -
- - message-2-cog -
- ti ti-message-2-cog
- \f95f -
-
- -
- - message-2-dollar -
- ti ti-message-2-dollar
- \f960 -
-
- -
- - message-2-down -
- ti ti-message-2-down
- \f961 -
-
- -
- - message-2-exclamation -
- ti ti-message-2-exclamation
- \f962 -
-
- -
- - message-2-heart -
- ti ti-message-2-heart
- \f963 -
-
- -
- - message-2-minus -
- ti ti-message-2-minus
- \f964 -
-
- -
- - message-2-off -
- ti ti-message-2-off
- \f40b -
-
- -
- - message-2-pause -
- ti ti-message-2-pause
- \f965 -
-
- -
- - message-2-pin -
- ti ti-message-2-pin
- \f966 -
-
- -
- - message-2-plus -
- ti ti-message-2-plus
- \f967 -
-
- -
- - message-2-question -
- ti ti-message-2-question
- \f968 -
-
- -
- - message-2-search -
- ti ti-message-2-search
- \f969 -
-
- -
- - message-2-share -
- ti ti-message-2-share
- \f077 -
-
- -
- - message-2-star -
- ti ti-message-2-star
- \f96a -
-
- -
- - message-2-up -
- ti ti-message-2-up
- \f96b -
-
- -
- - message-2-x -
- ti ti-message-2-x
- \f96c -
-
- -
- - message-bolt -
- ti ti-message-bolt
- \f96d -
-
- -
- - message-cancel -
- ti ti-message-cancel
- \f96e -
-
- -
- - message-chatbot -
- ti ti-message-chatbot
- \f38a -
-
- -
- - message-check -
- ti ti-message-check
- \f96f -
-
- -
- - message-circle -
- ti ti-message-circle
- \eaed -
-
- -
- - message-circle-2 -
- ti ti-message-circle-2
- \ed3f -
-
- -
- - message-circle-2-filled -
- ti ti-message-circle-2-filled
- \f682 -
-
- -
- - message-circle-bolt -
- ti ti-message-circle-bolt
- \f970 -
-
- -
- - message-circle-cancel -
- ti ti-message-circle-cancel
- \f971 -
-
- -
- - message-circle-check -
- ti ti-message-circle-check
- \f972 -
-
- -
- - message-circle-code -
- ti ti-message-circle-code
- \f973 -
-
- -
- - message-circle-cog -
- ti ti-message-circle-cog
- \f974 -
-
- -
- - message-circle-dollar -
- ti ti-message-circle-dollar
- \f975 -
-
- -
- - message-circle-down -
- ti ti-message-circle-down
- \f976 -
-
- -
- - message-circle-exclamation -
- ti ti-message-circle-exclamation
- \f977 -
-
- -
- - message-circle-heart -
- ti ti-message-circle-heart
- \f978 -
-
- -
- - message-circle-minus -
- ti ti-message-circle-minus
- \f979 -
-
- -
- - message-circle-off -
- ti ti-message-circle-off
- \ed40 -
-
- -
- - message-circle-pause -
- ti ti-message-circle-pause
- \f97a -
-
- -
- - message-circle-pin -
- ti ti-message-circle-pin
- \f97b -
-
- -
- - message-circle-plus -
- ti ti-message-circle-plus
- \f97c -
-
- -
- - message-circle-question -
- ti ti-message-circle-question
- \f97d -
-
- -
- - message-circle-search -
- ti ti-message-circle-search
- \f97e -
-
- -
- - message-circle-share -
- ti ti-message-circle-share
- \f97f -
-
- -
- - message-circle-star -
- ti ti-message-circle-star
- \f980 -
-
- -
- - message-circle-up -
- ti ti-message-circle-up
- \f981 -
-
- -
- - message-circle-x -
- ti ti-message-circle-x
- \f982 -
-
- -
- - message-code -
- ti ti-message-code
- \f013 -
-
- -
- - message-cog -
- ti ti-message-cog
- \f983 -
-
- -
- - message-dollar -
- ti ti-message-dollar
- \f984 -
-
- -
- - message-dots -
- ti ti-message-dots
- \eaee -
-
- -
- - message-down -
- ti ti-message-down
- \f985 -
-
- -
- - message-exclamation -
- ti ti-message-exclamation
- \f986 -
-
- -
- - message-forward -
- ti ti-message-forward
- \f28f -
-
- -
- - message-heart -
- ti ti-message-heart
- \f987 -
-
- -
- - message-language -
- ti ti-message-language
- \efae -
-
- -
- - message-minus -
- ti ti-message-minus
- \f988 -
-
- -
- - message-off -
- ti ti-message-off
- \ed41 -
-
- -
- - message-pause -
- ti ti-message-pause
- \f989 -
-
- -
- - message-pin -
- ti ti-message-pin
- \f98a -
-
- -
- - message-plus -
- ti ti-message-plus
- \ec9a -
-
- -
- - message-question -
- ti ti-message-question
- \f98b -
-
- -
- - message-reply -
- ti ti-message-reply
- \fd4d -
-
- -
- - message-report -
- ti ti-message-report
- \ec9b -
-
- -
- - message-search -
- ti ti-message-search
- \f98c -
-
- -
- - message-share -
- ti ti-message-share
- \f078 -
-
- -
- - message-star -
- ti ti-message-star
- \f98d -
-
- -
- - message-up -
- ti ti-message-up
- \f98e -
-
- -
- - message-x -
- ti ti-message-x
- \f98f -
-
- -
- - messages -
- ti ti-messages
- \eb6c -
-
- -
- - messages-off -
- ti ti-messages-off
- \ed42 -
-
- -
- - meteor -
- ti ti-meteor
- \f1fd -
-
- -
- - meteor-off -
- ti ti-meteor-off
- \f40c -
-
- -
- - meter-cube -
- ti ti-meter-cube
- \fd7c -
-
- -
- - meter-square -
- ti ti-meter-square
- \fd7d -
-
- -
- - metronome -
- ti ti-metronome
- \fd25 -
-
- -
- - michelin-bib-gourmand -
- ti ti-michelin-bib-gourmand
- \fae9 -
-
- -
- - michelin-star -
- ti ti-michelin-star
- \faeb -
-
- -
- - michelin-star-green -
- ti ti-michelin-star-green
- \faea -
-
- -
- - mickey -
- ti ti-mickey
- \f2a3 -
-
- -
- - mickey-filled -
- ti ti-mickey-filled
- \f683 -
-
- -
- - microphone -
- ti ti-microphone
- \eaf0 -
-
- -
- - microphone-2 -
- ti ti-microphone-2
- \ef2c -
-
- -
- - microphone-2-off -
- ti ti-microphone-2-off
- \f40d -
-
- -
- - microphone-off -
- ti ti-microphone-off
- \ed16 -
-
- -
- - microscope -
- ti ti-microscope
- \ef64 -
-
- -
- - microscope-off -
- ti ti-microscope-off
- \f40e -
-
- -
- - microwave -
- ti ti-microwave
- \f248 -
-
- -
- - microwave-off -
- ti ti-microwave-off
- \f264 -
-
- -
- - military-award -
- ti ti-military-award
- \f079 -
-
- -
- - military-rank -
- ti ti-military-rank
- \efcf -
-
- -
- - milk -
- ti ti-milk
- \ef13 -
-
- -
- - milk-off -
- ti ti-milk-off
- \f40f -
-
- -
- - milkshake -
- ti ti-milkshake
- \f4c8 -
-
- -
- - minimize -
- ti ti-minimize
- \eaf1 -
-
- -
- - minus -
- ti ti-minus
- \eaf2 -
-
- -
- - minus-vertical -
- ti ti-minus-vertical
- \eeb4 -
-
- -
- - mist -
- ti ti-mist
- \ec30 -
-
- -
- - mist-off -
- ti ti-mist-off
- \f410 -
-
- -
- - mobiledata -
- ti ti-mobiledata
- \f9f5 -
-
- -
- - mobiledata-off -
- ti ti-mobiledata-off
- \f9f4 -
-
- -
- - moneybag -
- ti ti-moneybag
- \f506 -
-
- -
- - mood-angry -
- ti ti-mood-angry
- \f2de -
-
- -
- - mood-annoyed -
- ti ti-mood-annoyed
- \f2e0 -
-
- -
- - mood-annoyed-2 -
- ti ti-mood-annoyed-2
- \f2df -
-
- -
- - mood-boy -
- ti ti-mood-boy
- \ed2d -
-
- -
- - mood-check -
- ti ti-mood-check
- \f7b3 -
-
- -
- - mood-cog -
- ti ti-mood-cog
- \f7b4 -
-
- -
- - mood-confuzed -
- ti ti-mood-confuzed
- \eaf3 -
-
- -
- - mood-confuzed-filled -
- ti ti-mood-confuzed-filled
- \f7f2 -
-
- -
- - mood-crazy-happy -
- ti ti-mood-crazy-happy
- \ed90 -
-
- -
- - mood-cry -
- ti ti-mood-cry
- \ecbb -
-
- -
- - mood-dollar -
- ti ti-mood-dollar
- \f7b5 -
-
- -
- - mood-edit -
- ti ti-mood-edit
- \fa05 -
-
- -
- - mood-empty -
- ti ti-mood-empty
- \eeb5 -
-
- -
- - mood-empty-filled -
- ti ti-mood-empty-filled
- \f7f3 -
-
- -
- - mood-happy -
- ti ti-mood-happy
- \eaf4 -
-
- -
- - mood-happy-filled -
- ti ti-mood-happy-filled
- \f7f4 -
-
- -
- - mood-heart -
- ti ti-mood-heart
- \f7b6 -
-
- -
- - mood-kid -
- ti ti-mood-kid
- \ec03 -
-
- -
- - mood-kid-filled -
- ti ti-mood-kid-filled
- \f7f5 -
-
- -
- - mood-look-down -
- ti ti-mood-look-down
- \fd37 -
-
- -
- - mood-look-left -
- ti ti-mood-look-left
- \f2c5 -
-
- -
- - mood-look-right -
- ti ti-mood-look-right
- \f2c6 -
-
- -
- - mood-look-up -
- ti ti-mood-look-up
- \fd38 -
-
- -
- - mood-minus -
- ti ti-mood-minus
- \f7b7 -
-
- -
- - mood-nerd -
- ti ti-mood-nerd
- \f2e1 -
-
- -
- - mood-nervous -
- ti ti-mood-nervous
- \ef96 -
-
- -
- - mood-neutral -
- ti ti-mood-neutral
- \eaf5 -
-
- -
- - mood-neutral-filled -
- ti ti-mood-neutral-filled
- \f7f6 -
-
- -
- - mood-off -
- ti ti-mood-off
- \f161 -
-
- -
- - mood-pin -
- ti ti-mood-pin
- \f7b8 -
-
- -
- - mood-plus -
- ti ti-mood-plus
- \f7b9 -
-
- -
- - mood-puzzled -
- ti ti-mood-puzzled
- \fd39 -
-
- -
- - mood-sad -
- ti ti-mood-sad
- \eaf6 -
-
- -
- - mood-sad-2 -
- ti ti-mood-sad-2
- \f2e2 -
-
- -
- - mood-sad-dizzy -
- ti ti-mood-sad-dizzy
- \f2e3 -
-
- -
- - mood-sad-filled -
- ti ti-mood-sad-filled
- \f7f7 -
-
- -
- - mood-sad-squint -
- ti ti-mood-sad-squint
- \f2e4 -
-
- -
- - mood-search -
- ti ti-mood-search
- \f7ba -
-
- -
- - mood-share -
- ti ti-mood-share
- \fa06 -
-
- -
- - mood-sick -
- ti ti-mood-sick
- \f2e5 -
-
- -
- - mood-silence -
- ti ti-mood-silence
- \f2e6 -
-
- -
- - mood-sing -
- ti ti-mood-sing
- \f2c7 -
-
- -
- - mood-smile -
- ti ti-mood-smile
- \eaf7 -
-
- -
- - mood-smile-beam -
- ti ti-mood-smile-beam
- \f2e7 -
-
- -
- - mood-smile-dizzy -
- ti ti-mood-smile-dizzy
- \f2e8 -
-
- -
- - mood-smile-filled -
- ti ti-mood-smile-filled
- \f7f8 -
-
- -
- - mood-suprised -
- ti ti-mood-suprised
- \ec04 -
-
- -
- - mood-tongue -
- ti ti-mood-tongue
- \eb95 -
-
- -
- - mood-tongue-wink -
- ti ti-mood-tongue-wink
- \f2ea -
-
- -
- - mood-tongue-wink-2 -
- ti ti-mood-tongue-wink-2
- \f2e9 -
-
- -
- - mood-unamused -
- ti ti-mood-unamused
- \f2eb -
-
- -
- - mood-up -
- ti ti-mood-up
- \f7bb -
-
- -
- - mood-wink -
- ti ti-mood-wink
- \f2ed -
-
- -
- - mood-wink-2 -
- ti ti-mood-wink-2
- \f2ec -
-
- -
- - mood-wrrr -
- ti ti-mood-wrrr
- \f2ee -
-
- -
- - mood-x -
- ti ti-mood-x
- \f7bc -
-
- -
- - mood-xd -
- ti ti-mood-xd
- \f2ef -
-
- -
- - moon -
- ti ti-moon
- \eaf8 -
-
- -
- - moon-2 -
- ti ti-moon-2
- \ece6 -
-
- -
- - moon-filled -
- ti ti-moon-filled
- \f684 -
-
- -
- - moon-off -
- ti ti-moon-off
- \f162 -
-
- -
- - moon-stars -
- ti ti-moon-stars
- \ece7 -
-
- -
- - moped -
- ti ti-moped
- \ecbc -
-
- -
- - motorbike -
- ti ti-motorbike
- \eeb6 -
-
- -
- - mountain -
- ti ti-mountain
- \ef97 -
-
- -
- - mountain-off -
- ti ti-mountain-off
- \f411 -
-
- -
- - mouse -
- ti ti-mouse
- \eaf9 -
-
- -
- - mouse-2 -
- ti ti-mouse-2
- \f1d7 -
-
- -
- - mouse-filled -
- ti ti-mouse-filled
- \fb2f -
-
- -
- - mouse-off -
- ti ti-mouse-off
- \f163 -
-
- -
- - moustache -
- ti ti-moustache
- \f4c9 -
-
- -
- - movie -
- ti ti-movie
- \eafa -
-
- -
- - movie-off -
- ti ti-movie-off
- \f164 -
-
- -
- - mug -
- ti ti-mug
- \eafb -
-
- -
- - mug-off -
- ti ti-mug-off
- \f165 -
-
- -
- - multiplier-0-5x -
- ti ti-multiplier-0-5x
- \ef41 -
-
- -
- - multiplier-1-5x -
- ti ti-multiplier-1-5x
- \ef42 -
-
- -
- - multiplier-1x -
- ti ti-multiplier-1x
- \ef43 -
-
- -
- - multiplier-2x -
- ti ti-multiplier-2x
- \ef44 -
-
- -
- - mushroom -
- ti ti-mushroom
- \ef14 -
-
- -
- - mushroom-filled -
- ti ti-mushroom-filled
- \f7f9 -
-
- -
- - mushroom-off -
- ti ti-mushroom-off
- \f412 -
-
- -
- - music -
- ti ti-music
- \eafc -
-
- -
- - music-bolt -
- ti ti-music-bolt
- \fbd5 -
-
- -
- - music-cancel -
- ti ti-music-cancel
- \fbd6 -
-
- -
- - music-check -
- ti ti-music-check
- \fbd7 -
-
- -
- - music-code -
- ti ti-music-code
- \fbd8 -
-
- -
- - music-cog -
- ti ti-music-cog
- \fbd9 -
-
- -
- - music-discount -
- ti ti-music-discount
- \fbda -
-
- -
- - music-dollar -
- ti ti-music-dollar
- \fbdb -
-
- -
- - music-down -
- ti ti-music-down
- \fbdc -
-
- -
- - music-exclamation -
- ti ti-music-exclamation
- \fbdd -
-
- -
- - music-heart -
- ti ti-music-heart
- \fbde -
-
- -
- - music-minus -
- ti ti-music-minus
- \fbdf -
-
- -
- - music-off -
- ti ti-music-off
- \f166 -
-
- -
- - music-pause -
- ti ti-music-pause
- \fbe0 -
-
- -
- - music-pin -
- ti ti-music-pin
- \fbe1 -
-
- -
- - music-plus -
- ti ti-music-plus
- \fbe2 -
-
- -
- - music-question -
- ti ti-music-question
- \fbe3 -
-
- -
- - music-search -
- ti ti-music-search
- \fbe4 -
-
- -
- - music-share -
- ti ti-music-share
- \fbe5 -
-
- -
- - music-star -
- ti ti-music-star
- \fbe6 -
-
- -
- - music-up -
- ti ti-music-up
- \fbe7 -
-
- -
- - music-x -
- ti ti-music-x
- \fbe8 -
-
- -
- - navigation -
- ti ti-navigation
- \f2c8 -
-
- -
- - navigation-bolt -
- ti ti-navigation-bolt
- \fbe9 -
-
- -
- - navigation-cancel -
- ti ti-navigation-cancel
- \fbea -
-
- -
- - navigation-check -
- ti ti-navigation-check
- \fbeb -
-
- -
- - navigation-code -
- ti ti-navigation-code
- \fbec -
-
- -
- - navigation-cog -
- ti ti-navigation-cog
- \fbed -
-
- -
- - navigation-discount -
- ti ti-navigation-discount
- \fbee -
-
- -
- - navigation-dollar -
- ti ti-navigation-dollar
- \fbef -
-
- -
- - navigation-down -
- ti ti-navigation-down
- \fbf0 -
-
- -
- - navigation-east -
- ti ti-navigation-east
- \fcba -
-
- -
- - navigation-exclamation -
- ti ti-navigation-exclamation
- \fbf1 -
-
- -
- - navigation-filled -
- ti ti-navigation-filled
- \f685 -
-
- -
- - navigation-heart -
- ti ti-navigation-heart
- \fbf2 -
-
- -
- - navigation-minus -
- ti ti-navigation-minus
- \fbf3 -
-
- -
- - navigation-north -
- ti ti-navigation-north
- \fcbb -
-
- -
- - navigation-off -
- ti ti-navigation-off
- \f413 -
-
- -
- - navigation-pause -
- ti ti-navigation-pause
- \fbf4 -
-
- -
- - navigation-pin -
- ti ti-navigation-pin
- \fbf5 -
-
- -
- - navigation-plus -
- ti ti-navigation-plus
- \fbf6 -
-
- -
- - navigation-question -
- ti ti-navigation-question
- \fbf7 -
-
- -
- - navigation-search -
- ti ti-navigation-search
- \fbf8 -
-
- -
- - navigation-share -
- ti ti-navigation-share
- \fbf9 -
-
- -
- - navigation-south -
- ti ti-navigation-south
- \fcbc -
-
- -
- - navigation-star -
- ti ti-navigation-star
- \fbfa -
-
- -
- - navigation-top -
- ti ti-navigation-top
- \faec -
-
- -
- - navigation-up -
- ti ti-navigation-up
- \fbfb -
-
- -
- - navigation-west -
- ti ti-navigation-west
- \fcbd -
-
- -
- - navigation-x -
- ti ti-navigation-x
- \fbfc -
-
- -
- - needle -
- ti ti-needle
- \f508 -
-
- -
- - needle-thread -
- ti ti-needle-thread
- \f507 -
-
- -
- - network -
- ti ti-network
- \f09f -
-
- -
- - network-off -
- ti ti-network-off
- \f414 -
-
- -
- - new-section -
- ti ti-new-section
- \ebc1 -
-
- -
- - news -
- ti ti-news
- \eafd -
-
- -
- - news-off -
- ti ti-news-off
- \f167 -
-
- -
- - nfc -
- ti ti-nfc
- \eeb7 -
-
- -
- - nfc-off -
- ti ti-nfc-off
- \f168 -
-
- -
- - no-copyright -
- ti ti-no-copyright
- \efb9 -
-
- -
- - no-creative-commons -
- ti ti-no-creative-commons
- \efba -
-
- -
- - no-derivatives -
- ti ti-no-derivatives
- \efbb -
-
- -
- - north-star -
- ti ti-north-star
- \f014 -
-
- -
- - note -
- ti ti-note
- \eb6d -
-
- -
- - note-off -
- ti ti-note-off
- \f169 -
-
- -
- - notebook -
- ti ti-notebook
- \eb96 -
-
- -
- - notebook-off -
- ti ti-notebook-off
- \f415 -
-
- -
- - notes -
- ti ti-notes
- \eb6e -
-
- -
- - notes-off -
- ti ti-notes-off
- \f16a -
-
- -
- - notification -
- ti ti-notification
- \eafe -
-
- -
- - notification-off -
- ti ti-notification-off
- \f16b -
-
- -
- - number -
- ti ti-number
- \f1fe -
-
- -
- - number-0 -
- ti ti-number-0
- \edf0 -
-
- -
- - number-0-small -
- ti ti-number-0-small
- \fce1 -
-
- -
- - number-1 -
- ti ti-number-1
- \edf1 -
-
- -
- - number-1-small -
- ti ti-number-1-small
- \fce2 -
-
- -
- - number-10-small -
- ti ti-number-10-small
- \fce3 -
-
- -
- - number-11-small -
- ti ti-number-11-small
- \fce4 -
-
- -
- - number-12-small -
- ti ti-number-12-small
- \fce5 -
-
- -
- - number-13-small -
- ti ti-number-13-small
- \fce6 -
-
- -
- - number-14-small -
- ti ti-number-14-small
- \fce7 -
-
- -
- - number-15-small -
- ti ti-number-15-small
- \fce8 -
-
- -
- - number-16-small -
- ti ti-number-16-small
- \fce9 -
-
- -
- - number-17-small -
- ti ti-number-17-small
- \fcea -
-
- -
- - number-18-small -
- ti ti-number-18-small
- \fceb -
-
- -
- - number-19-small -
- ti ti-number-19-small
- \fcec -
-
- -
- - number-2 -
- ti ti-number-2
- \edf2 -
-
- -
- - number-2-small -
- ti ti-number-2-small
- \fced -
-
- -
- - number-20-small -
- ti ti-number-20-small
- \fcee -
-
- -
- - number-21-small -
- ti ti-number-21-small
- \fcef -
-
- -
- - number-22-small -
- ti ti-number-22-small
- \fcf0 -
-
- -
- - number-23-small -
- ti ti-number-23-small
- \fcf1 -
-
- -
- - number-24-small -
- ti ti-number-24-small
- \fcf2 -
-
- -
- - number-25-small -
- ti ti-number-25-small
- \fcf3 -
-
- -
- - number-26-small -
- ti ti-number-26-small
- \fcf4 -
-
- -
- - number-27-small -
- ti ti-number-27-small
- \fcf5 -
-
- -
- - number-28-small -
- ti ti-number-28-small
- \fcf6 -
-
- -
- - number-29-small -
- ti ti-number-29-small
- \fcf7 -
-
- -
- - number-3 -
- ti ti-number-3
- \edf3 -
-
- -
- - number-3-small -
- ti ti-number-3-small
- \fcf8 -
-
- -
- - number-4 -
- ti ti-number-4
- \edf4 -
-
- -
- - number-4-small -
- ti ti-number-4-small
- \fcf9 -
-
- -
- - number-5 -
- ti ti-number-5
- \edf5 -
-
- -
- - number-5-small -
- ti ti-number-5-small
- \fcfa -
-
- -
- - number-6 -
- ti ti-number-6
- \edf6 -
-
- -
- - number-6-small -
- ti ti-number-6-small
- \fcfb -
-
- -
- - number-7 -
- ti ti-number-7
- \edf7 -
-
- -
- - number-7-small -
- ti ti-number-7-small
- \fcfc -
-
- -
- - number-8 -
- ti ti-number-8
- \edf8 -
-
- -
- - number-8-small -
- ti ti-number-8-small
- \fcfd -
-
- -
- - number-9 -
- ti ti-number-9
- \edf9 -
-
- -
- - number-9-small -
- ti ti-number-9-small
- \fcfe -
-
- -
- - numbers -
- ti ti-numbers
- \f015 -
-
- -
- - nurse -
- ti ti-nurse
- \ef65 -
-
- -
- - nut -
- ti ti-nut
- \fc61 -
-
- -
- - octagon -
- ti ti-octagon
- \ecbd -
-
- -
- - octagon-filled -
- ti ti-octagon-filled
- \f686 -
-
- -
- - octagon-minus -
- ti ti-octagon-minus
- \fc92 -
-
- -
- - octagon-minus-2 -
- ti ti-octagon-minus-2
- \fc91 -
-
- -
- - octagon-off -
- ti ti-octagon-off
- \eeb8 -
-
- -
- - octagon-plus -
- ti ti-octagon-plus
- \fc94 -
-
- -
- - octagon-plus-2 -
- ti ti-octagon-plus-2
- \fc93 -
-
- -
- - octahedron -
- ti ti-octahedron
- \faae -
-
- -
- - octahedron-off -
- ti ti-octahedron-off
- \faac -
-
- -
- - octahedron-plus -
- ti ti-octahedron-plus
- \faad -
-
- -
- - old -
- ti ti-old
- \eeb9 -
-
- -
- - olympics -
- ti ti-olympics
- \eeba -
-
- -
- - olympics-off -
- ti ti-olympics-off
- \f416 -
-
- -
- - om -
- ti ti-om
- \f58d -
-
- -
- - omega -
- ti ti-omega
- \eb97 -
-
- -
- - outbound -
- ti ti-outbound
- \f249 -
-
- -
- - outlet -
- ti ti-outlet
- \ebd7 -
-
- -
- - oval -
- ti ti-oval
- \f02e -
-
- -
- - oval-filled -
- ti ti-oval-filled
- \f687 -
-
- -
- - oval-vertical -
- ti ti-oval-vertical
- \f02d -
-
- -
- - oval-vertical-filled -
- ti ti-oval-vertical-filled
- \f688 -
-
- -
- - overline -
- ti ti-overline
- \eebb -
-
- -
- - package -
- ti ti-package
- \eaff -
-
- -
- - package-export -
- ti ti-package-export
- \f07a -
-
- -
- - package-import -
- ti ti-package-import
- \f07b -
-
- -
- - package-off -
- ti ti-package-off
- \f16c -
-
- -
- - packages -
- ti ti-packages
- \f2c9 -
-
- -
- - pacman -
- ti ti-pacman
- \eebc -
-
- -
- - page-break -
- ti ti-page-break
- \ec81 -
-
- -
- - paint -
- ti ti-paint
- \eb00 -
-
- -
- - paint-filled -
- ti ti-paint-filled
- \f75f -
-
- -
- - paint-off -
- ti ti-paint-off
- \f16d -
-
- -
- - palette -
- ti ti-palette
- \eb01 -
-
- -
- - palette-off -
- ti ti-palette-off
- \f16e -
-
- -
- - panorama-horizontal -
- ti ti-panorama-horizontal
- \ed33 -
-
- -
- - panorama-horizontal-off -
- ti ti-panorama-horizontal-off
- \f417 -
-
- -
- - panorama-vertical -
- ti ti-panorama-vertical
- \ed34 -
-
- -
- - panorama-vertical-off -
- ti ti-panorama-vertical-off
- \f418 -
-
- -
- - paper-bag -
- ti ti-paper-bag
- \f02f -
-
- -
- - paper-bag-off -
- ti ti-paper-bag-off
- \f16f -
-
- -
- - paperclip -
- ti ti-paperclip
- \eb02 -
-
- -
- - parachute -
- ti ti-parachute
- \ed7c -
-
- -
- - parachute-off -
- ti ti-parachute-off
- \f170 -
-
- -
- - parentheses -
- ti ti-parentheses
- \ebd8 -
-
- -
- - parentheses-off -
- ti ti-parentheses-off
- \f171 -
-
- -
- - parking -
- ti ti-parking
- \eb03 -
-
- -
- - parking-circle -
- ti ti-parking-circle
- \fd5a -
-
- -
- - parking-off -
- ti ti-parking-off
- \f172 -
-
- -
- - password -
- ti ti-password
- \f4ca -
-
- -
- - password-fingerprint -
- ti ti-password-fingerprint
- \fc7b -
-
- -
- - password-mobile-phone -
- ti ti-password-mobile-phone
- \fc7c -
-
- -
- - password-user -
- ti ti-password-user
- \fc7d -
-
- -
- - paw -
- ti ti-paw
- \eff9 -
-
- -
- - paw-filled -
- ti ti-paw-filled
- \f689 -
-
- -
- - paw-off -
- ti ti-paw-off
- \f419 -
-
- -
- - paywall -
- ti ti-paywall
- \fd7e -
-
- -
- - pdf -
- ti ti-pdf
- \f7ac -
-
- -
- - peace -
- ti ti-peace
- \ecbe -
-
- -
- - pencil -
- ti ti-pencil
- \eb04 -
-
- -
- - pencil-bolt -
- ti ti-pencil-bolt
- \fbfd -
-
- -
- - pencil-cancel -
- ti ti-pencil-cancel
- \fbfe -
-
- -
- - pencil-check -
- ti ti-pencil-check
- \fbff -
-
- -
- - pencil-code -
- ti ti-pencil-code
- \fc00 -
-
- -
- - pencil-cog -
- ti ti-pencil-cog
- \fc01 -
-
- -
- - pencil-discount -
- ti ti-pencil-discount
- \fc02 -
-
- -
- - pencil-dollar -
- ti ti-pencil-dollar
- \fc03 -
-
- -
- - pencil-down -
- ti ti-pencil-down
- \fc04 -
-
- -
- - pencil-exclamation -
- ti ti-pencil-exclamation
- \fc05 -
-
- -
- - pencil-heart -
- ti ti-pencil-heart
- \fc06 -
-
- -
- - pencil-minus -
- ti ti-pencil-minus
- \f1eb -
-
- -
- - pencil-off -
- ti ti-pencil-off
- \f173 -
-
- -
- - pencil-pause -
- ti ti-pencil-pause
- \fc07 -
-
- -
- - pencil-pin -
- ti ti-pencil-pin
- \fc08 -
-
- -
- - pencil-plus -
- ti ti-pencil-plus
- \f1ec -
-
- -
- - pencil-question -
- ti ti-pencil-question
- \fc09 -
-
- -
- - pencil-search -
- ti ti-pencil-search
- \fc0a -
-
- -
- - pencil-share -
- ti ti-pencil-share
- \fc0b -
-
- -
- - pencil-star -
- ti ti-pencil-star
- \fc0c -
-
- -
- - pencil-up -
- ti ti-pencil-up
- \fc0d -
-
- -
- - pencil-x -
- ti ti-pencil-x
- \fc0e -
-
- -
- - pennant -
- ti ti-pennant
- \ed7d -
-
- -
- - pennant-2 -
- ti ti-pennant-2
- \f06a -
-
- -
- - pennant-2-filled -
- ti ti-pennant-2-filled
- \f68a -
-
- -
- - pennant-filled -
- ti ti-pennant-filled
- \f68b -
-
- -
- - pennant-off -
- ti ti-pennant-off
- \f174 -
-
- -
- - pentagon -
- ti ti-pentagon
- \efe3 -
-
- -
- - pentagon-filled -
- ti ti-pentagon-filled
- \f68c -
-
- -
- - pentagon-number-0 -
- ti ti-pentagon-number-0
- \fc7e -
-
- -
- - pentagon-number-1 -
- ti ti-pentagon-number-1
- \fc7f -
-
- -
- - pentagon-number-2 -
- ti ti-pentagon-number-2
- \fc80 -
-
- -
- - pentagon-number-3 -
- ti ti-pentagon-number-3
- \fc81 -
-
- -
- - pentagon-number-4 -
- ti ti-pentagon-number-4
- \fc82 -
-
- -
- - pentagon-number-5 -
- ti ti-pentagon-number-5
- \fc83 -
-
- -
- - pentagon-number-6 -
- ti ti-pentagon-number-6
- \fc84 -
-
- -
- - pentagon-number-7 -
- ti ti-pentagon-number-7
- \fc85 -
-
- -
- - pentagon-number-8 -
- ti ti-pentagon-number-8
- \fc86 -
-
- -
- - pentagon-number-9 -
- ti ti-pentagon-number-9
- \fc87 -
-
- -
- - pentagon-off -
- ti ti-pentagon-off
- \f41a -
-
- -
- - pentagon-plus -
- ti ti-pentagon-plus
- \fc49 -
-
- -
- - pentagon-x -
- ti ti-pentagon-x
- \fc88 -
-
- -
- - pentagram -
- ti ti-pentagram
- \f586 -
-
- -
- - pepper -
- ti ti-pepper
- \ef15 -
-
- -
- - pepper-off -
- ti ti-pepper-off
- \f175 -
-
- -
- - percentage -
- ti ti-percentage
- \ecf4 -
-
- -
- - perfume -
- ti ti-perfume
- \f509 -
-
- -
- - perspective -
- ti ti-perspective
- \eebd -
-
- -
- - perspective-off -
- ti ti-perspective-off
- \f176 -
-
- -
- - phone -
- ti ti-phone
- \eb09 -
-
- -
- - phone-call -
- ti ti-phone-call
- \eb05 -
-
- -
- - phone-calling -
- ti ti-phone-calling
- \ec43 -
-
- -
- - phone-check -
- ti ti-phone-check
- \ec05 -
-
- -
- - phone-filled -
- ti ti-phone-filled
- \fa49 -
-
- -
- - phone-incoming -
- ti ti-phone-incoming
- \eb06 -
-
- -
- - phone-off -
- ti ti-phone-off
- \ecf5 -
-
- -
- - phone-outgoing -
- ti ti-phone-outgoing
- \eb07 -
-
- -
- - phone-pause -
- ti ti-phone-pause
- \eb08 -
-
- -
- - phone-plus -
- ti ti-phone-plus
- \ec06 -
-
- -
- - phone-x -
- ti ti-phone-x
- \ec07 -
-
- -
- - photo -
- ti ti-photo
- \eb0a -
-
- -
- - photo-ai -
- ti ti-photo-ai
- \fa32 -
-
- -
- - photo-bolt -
- ti ti-photo-bolt
- \f990 -
-
- -
- - photo-cancel -
- ti ti-photo-cancel
- \f35d -
-
- -
- - photo-check -
- ti ti-photo-check
- \f35e -
-
- -
- - photo-circle -
- ti ti-photo-circle
- \fc4a -
-
- -
- - photo-circle-minus -
- ti ti-photo-circle-minus
- \fc62 -
-
- -
- - photo-circle-plus -
- ti ti-photo-circle-plus
- \fc63 -
-
- -
- - photo-code -
- ti ti-photo-code
- \f991 -
-
- -
- - photo-cog -
- ti ti-photo-cog
- \f992 -
-
- -
- - photo-dollar -
- ti ti-photo-dollar
- \f993 -
-
- -
- - photo-down -
- ti ti-photo-down
- \f35f -
-
- -
- - photo-edit -
- ti ti-photo-edit
- \f360 -
-
- -
- - photo-exclamation -
- ti ti-photo-exclamation
- \f994 -
-
- -
- - photo-filled -
- ti ti-photo-filled
- \fa4a -
-
- -
- - photo-heart -
- ti ti-photo-heart
- \f361 -
-
- -
- - photo-hexagon -
- ti ti-photo-hexagon
- \fc4b -
-
- -
- - photo-minus -
- ti ti-photo-minus
- \f362 -
-
- -
- - photo-off -
- ti ti-photo-off
- \ecf6 -
-
- -
- - photo-pause -
- ti ti-photo-pause
- \f995 -
-
- -
- - photo-pentagon -
- ti ti-photo-pentagon
- \fc4c -
-
- -
- - photo-pin -
- ti ti-photo-pin
- \f996 -
-
- -
- - photo-plus -
- ti ti-photo-plus
- \f363 -
-
- -
- - photo-question -
- ti ti-photo-question
- \f997 -
-
- -
- - photo-scan -
- ti ti-photo-scan
- \fca8 -
-
- -
- - photo-search -
- ti ti-photo-search
- \f364 -
-
- -
- - photo-sensor -
- ti ti-photo-sensor
- \f798 -
-
- -
- - photo-sensor-2 -
- ti ti-photo-sensor-2
- \f796 -
-
- -
- - photo-sensor-3 -
- ti ti-photo-sensor-3
- \f797 -
-
- -
- - photo-share -
- ti ti-photo-share
- \f998 -
-
- -
- - photo-shield -
- ti ti-photo-shield
- \f365 -
-
- -
- - photo-square-rounded -
- ti ti-photo-square-rounded
- \fc4d -
-
- -
- - photo-star -
- ti ti-photo-star
- \f366 -
-
- -
- - photo-up -
- ti ti-photo-up
- \f38b -
-
- -
- - photo-video -
- ti ti-photo-video
- \fc95 -
-
- -
- - photo-x -
- ti ti-photo-x
- \f367 -
-
- -
- - physotherapist -
- ti ti-physotherapist
- \eebe -
-
- -
- - piano -
- ti ti-piano
- \fad3 -
-
- -
- - pick -
- ti ti-pick
- \fafc -
-
- -
- - picture-in-picture -
- ti ti-picture-in-picture
- \ed35 -
-
- -
- - picture-in-picture-off -
- ti ti-picture-in-picture-off
- \ed43 -
-
- -
- - picture-in-picture-on -
- ti ti-picture-in-picture-on
- \ed44 -
-
- -
- - picture-in-picture-top -
- ti ti-picture-in-picture-top
- \efe4 -
-
- -
- - pig -
- ti ti-pig
- \ef52 -
-
- -
- - pig-money -
- ti ti-pig-money
- \f38c -
-
- -
- - pig-off -
- ti ti-pig-off
- \f177 -
-
- -
- - pilcrow -
- ti ti-pilcrow
- \f5f6 -
-
- -
- - pilcrow-left -
- ti ti-pilcrow-left
- \fd7f -
-
- -
- - pilcrow-right -
- ti ti-pilcrow-right
- \fd80 -
-
- -
- - pill -
- ti ti-pill
- \ec44 -
-
- -
- - pill-off -
- ti ti-pill-off
- \f178 -
-
- -
- - pills -
- ti ti-pills
- \ef66 -
-
- -
- - pin -
- ti ti-pin
- \ec9c -
-
- -
- - pin-end -
- ti ti-pin-end
- \fd5b -
-
- -
- - pin-filled -
- ti ti-pin-filled
- \f68d -
-
- -
- - pin-invoke -
- ti ti-pin-invoke
- \fd5c -
-
- -
- - ping-pong -
- ti ti-ping-pong
- \f38d -
-
- -
- - pinned -
- ti ti-pinned
- \ed60 -
-
- -
- - pinned-filled -
- ti ti-pinned-filled
- \f68e -
-
- -
- - pinned-off -
- ti ti-pinned-off
- \ed5f -
-
- -
- - pizza -
- ti ti-pizza
- \edbb -
-
- -
- - pizza-off -
- ti ti-pizza-off
- \f179 -
-
- -
- - placeholder -
- ti ti-placeholder
- \f626 -
-
- -
- - plane -
- ti ti-plane
- \eb6f -
-
- -
- - plane-arrival -
- ti ti-plane-arrival
- \eb99 -
-
- -
- - plane-departure -
- ti ti-plane-departure
- \eb9a -
-
- -
- - plane-inflight -
- ti ti-plane-inflight
- \ef98 -
-
- -
- - plane-off -
- ti ti-plane-off
- \f17a -
-
- -
- - plane-tilt -
- ti ti-plane-tilt
- \f1ed -
-
- -
- - planet -
- ti ti-planet
- \ec08 -
-
- -
- - planet-off -
- ti ti-planet-off
- \f17b -
-
- -
- - plant -
- ti ti-plant
- \ed50 -
-
- -
- - plant-2 -
- ti ti-plant-2
- \ed7e -
-
- -
- - plant-2-off -
- ti ti-plant-2-off
- \f17c -
-
- -
- - plant-off -
- ti ti-plant-off
- \f17d -
-
- -
- - play-basketball -
- ti ti-play-basketball
- \fa66 -
-
- -
- - play-card -
- ti ti-play-card
- \eebf -
-
- -
- - play-card-off -
- ti ti-play-card-off
- \f17e -
-
- -
- - play-football -
- ti ti-play-football
- \fa67 -
-
- -
- - play-handball -
- ti ti-play-handball
- \fa68 -
-
- -
- - play-volleyball -
- ti ti-play-volleyball
- \fa69 -
-
- -
- - player-eject -
- ti ti-player-eject
- \efbc -
-
- -
- - player-eject-filled -
- ti ti-player-eject-filled
- \f68f -
-
- -
- - player-pause -
- ti ti-player-pause
- \ed45 -
-
- -
- - player-pause-filled -
- ti ti-player-pause-filled
- \f690 -
-
- -
- - player-play -
- ti ti-player-play
- \ed46 -
-
- -
- - player-play-filled -
- ti ti-player-play-filled
- \f691 -
-
- -
- - player-record -
- ti ti-player-record
- \ed47 -
-
- -
- - player-record-filled -
- ti ti-player-record-filled
- \f692 -
-
- -
- - player-skip-back -
- ti ti-player-skip-back
- \ed48 -
-
- -
- - player-skip-back-filled -
- ti ti-player-skip-back-filled
- \f693 -
-
- -
- - player-skip-forward -
- ti ti-player-skip-forward
- \ed49 -
-
- -
- - player-skip-forward-filled -
- ti ti-player-skip-forward-filled
- \f694 -
-
- -
- - player-stop -
- ti ti-player-stop
- \ed4a -
-
- -
- - player-stop-filled -
- ti ti-player-stop-filled
- \f695 -
-
- -
- - player-track-next -
- ti ti-player-track-next
- \ed4b -
-
- -
- - player-track-next-filled -
- ti ti-player-track-next-filled
- \f696 -
-
- -
- - player-track-prev -
- ti ti-player-track-prev
- \ed4c -
-
- -
- - player-track-prev-filled -
- ti ti-player-track-prev-filled
- \f697 -
-
- -
- - playlist -
- ti ti-playlist
- \eec0 -
-
- -
- - playlist-add -
- ti ti-playlist-add
- \f008 -
-
- -
- - playlist-off -
- ti ti-playlist-off
- \f17f -
-
- -
- - playlist-x -
- ti ti-playlist-x
- \f009 -
-
- -
- - playstation-circle -
- ti ti-playstation-circle
- \f2ad -
-
- -
- - playstation-square -
- ti ti-playstation-square
- \f2ae -
-
- -
- - playstation-triangle -
- ti ti-playstation-triangle
- \f2af -
-
- -
- - playstation-x -
- ti ti-playstation-x
- \f2b0 -
-
- -
- - plug -
- ti ti-plug
- \ebd9 -
-
- -
- - plug-connected -
- ti ti-plug-connected
- \f00a -
-
- -
- - plug-connected-x -
- ti ti-plug-connected-x
- \f0a0 -
-
- -
- - plug-off -
- ti ti-plug-off
- \f180 -
-
- -
- - plug-x -
- ti ti-plug-x
- \f0a1 -
-
- -
- - plus -
- ti ti-plus
- \eb0b -
-
- -
- - plus-equal -
- ti ti-plus-equal
- \f7ad -
-
- -
- - plus-minus -
- ti ti-plus-minus
- \f7ae -
-
- -
- - png -
- ti ti-png
- \f3ad -
-
- -
- - podium -
- ti ti-podium
- \f1d8 -
-
- -
- - podium-off -
- ti ti-podium-off
- \f41b -
-
- -
- - point -
- ti ti-point
- \eb0c -
-
- -
- - point-filled -
- ti ti-point-filled
- \f698 -
-
- -
- - point-off -
- ti ti-point-off
- \f181 -
-
- -
- - pointer -
- ti ti-pointer
- \f265 -
-
- -
- - pointer-bolt -
- ti ti-pointer-bolt
- \f999 -
-
- -
- - pointer-cancel -
- ti ti-pointer-cancel
- \f99a -
-
- -
- - pointer-check -
- ti ti-pointer-check
- \f99b -
-
- -
- - pointer-code -
- ti ti-pointer-code
- \f99c -
-
- -
- - pointer-cog -
- ti ti-pointer-cog
- \f99d -
-
- -
- - pointer-dollar -
- ti ti-pointer-dollar
- \f99e -
-
- -
- - pointer-down -
- ti ti-pointer-down
- \f99f -
-
- -
- - pointer-exclamation -
- ti ti-pointer-exclamation
- \f9a0 -
-
- -
- - pointer-filled -
- ti ti-pointer-filled
- \fb30 -
-
- -
- - pointer-heart -
- ti ti-pointer-heart
- \f9a1 -
-
- -
- - pointer-minus -
- ti ti-pointer-minus
- \f9a2 -
-
- -
- - pointer-off -
- ti ti-pointer-off
- \f9a3 -
-
- -
- - pointer-pause -
- ti ti-pointer-pause
- \f9a4 -
-
- -
- - pointer-pin -
- ti ti-pointer-pin
- \f9a5 -
-
- -
- - pointer-plus -
- ti ti-pointer-plus
- \f9a6 -
-
- -
- - pointer-question -
- ti ti-pointer-question
- \f9a7 -
-
- -
- - pointer-search -
- ti ti-pointer-search
- \f9a8 -
-
- -
- - pointer-share -
- ti ti-pointer-share
- \f9a9 -
-
- -
- - pointer-star -
- ti ti-pointer-star
- \f9aa -
-
- -
- - pointer-up -
- ti ti-pointer-up
- \f9ab -
-
- -
- - pointer-x -
- ti ti-pointer-x
- \f9ac -
-
- -
- - pokeball -
- ti ti-pokeball
- \eec1 -
-
- -
- - pokeball-off -
- ti ti-pokeball-off
- \f41c -
-
- -
- - poker-chip -
- ti ti-poker-chip
- \f515 -
-
- -
- - polaroid -
- ti ti-polaroid
- \eec2 -
-
- -
- - polaroid-filled -
- ti ti-polaroid-filled
- \fa4b -
-
- -
- - polygon -
- ti ti-polygon
- \efd0 -
-
- -
- - polygon-off -
- ti ti-polygon-off
- \f182 -
-
- -
- - poo -
- ti ti-poo
- \f258 -
-
- -
- - pool -
- ti ti-pool
- \ed91 -
-
- -
- - pool-off -
- ti ti-pool-off
- \f41d -
-
- -
- - power -
- ti ti-power
- \eb0d -
-
- -
- - pray -
- ti ti-pray
- \ecbf -
-
- -
- - premium-rights -
- ti ti-premium-rights
- \efbd -
-
- -
- - prescription -
- ti ti-prescription
- \ef99 -
-
- -
- - presentation -
- ti ti-presentation
- \eb70 -
-
- -
- - presentation-analytics -
- ti ti-presentation-analytics
- \eec3 -
-
- -
- - presentation-off -
- ti ti-presentation-off
- \f183 -
-
- -
- - printer -
- ti ti-printer
- \eb0e -
-
- -
- - printer-off -
- ti ti-printer-off
- \f184 -
-
- -
- - prism -
- ti ti-prism
- \fab1 -
-
- -
- - prism-off -
- ti ti-prism-off
- \faaf -
-
- -
- - prism-plus -
- ti ti-prism-plus
- \fab0 -
-
- -
- - prison -
- ti ti-prison
- \ef79 -
-
- -
- - progress -
- ti ti-progress
- \fa0d -
-
- -
- - progress-alert -
- ti ti-progress-alert
- \fa07 -
-
- -
- - progress-bolt -
- ti ti-progress-bolt
- \fa08 -
-
- -
- - progress-check -
- ti ti-progress-check
- \fa09 -
-
- -
- - progress-down -
- ti ti-progress-down
- \fa0a -
-
- -
- - progress-help -
- ti ti-progress-help
- \fa0b -
-
- -
- - progress-x -
- ti ti-progress-x
- \fa0c -
-
- -
- - prompt -
- ti ti-prompt
- \eb0f -
-
- -
- - prong -
- ti ti-prong
- \fda1 -
-
- -
- - propeller -
- ti ti-propeller
- \eec4 -
-
- -
- - propeller-off -
- ti ti-propeller-off
- \f185 -
-
- -
- - protocol -
- ti ti-protocol
- \fd81 -
-
- -
- - pumpkin-scary -
- ti ti-pumpkin-scary
- \f587 -
-
- -
- - puzzle -
- ti ti-puzzle
- \eb10 -
-
- -
- - puzzle-2 -
- ti ti-puzzle-2
- \ef83 -
-
- -
- - puzzle-filled -
- ti ti-puzzle-filled
- \f699 -
-
- -
- - puzzle-off -
- ti ti-puzzle-off
- \f186 -
-
- -
- - pyramid -
- ti ti-pyramid
- \eec5 -
-
- -
- - pyramid-off -
- ti ti-pyramid-off
- \f187 -
-
- -
- - pyramid-plus -
- ti ti-pyramid-plus
- \fab2 -
-
- -
- - qrcode -
- ti ti-qrcode
- \eb11 -
-
- -
- - qrcode-off -
- ti ti-qrcode-off
- \f41e -
-
- -
- - question-mark -
- ti ti-question-mark
- \ec9d -
-
- -
- - quote -
- ti ti-quote
- \efbe -
-
- -
- - quote-off -
- ti ti-quote-off
- \f188 -
-
- -
- - quotes -
- ti ti-quotes
- \fb1e -
-
- -
- - radar -
- ti ti-radar
- \f017 -
-
- -
- - radar-2 -
- ti ti-radar-2
- \f016 -
-
- -
- - radar-off -
- ti ti-radar-off
- \f41f -
-
- -
- - radio -
- ti ti-radio
- \ef2d -
-
- -
- - radio-off -
- ti ti-radio-off
- \f420 -
-
- -
- - radioactive -
- ti ti-radioactive
- \ecc0 -
-
- -
- - radioactive-filled -
- ti ti-radioactive-filled
- \f760 -
-
- -
- - radioactive-off -
- ti ti-radioactive-off
- \f189 -
-
- -
- - radius-bottom-left -
- ti ti-radius-bottom-left
- \eec6 -
-
- -
- - radius-bottom-right -
- ti ti-radius-bottom-right
- \eec7 -
-
- -
- - radius-top-left -
- ti ti-radius-top-left
- \eec8 -
-
- -
- - radius-top-right -
- ti ti-radius-top-right
- \eec9 -
-
- -
- - rainbow -
- ti ti-rainbow
- \edbc -
-
- -
- - rainbow-off -
- ti ti-rainbow-off
- \f18a -
-
- -
- - rating-12-plus -
- ti ti-rating-12-plus
- \f266 -
-
- -
- - rating-14-plus -
- ti ti-rating-14-plus
- \f267 -
-
- -
- - rating-16-plus -
- ti ti-rating-16-plus
- \f268 -
-
- -
- - rating-18-plus -
- ti ti-rating-18-plus
- \f269 -
-
- -
- - rating-21-plus -
- ti ti-rating-21-plus
- \f26a -
-
- -
- - razor -
- ti ti-razor
- \f4b5 -
-
- -
- - razor-electric -
- ti ti-razor-electric
- \f4b4 -
-
- -
- - receipt -
- ti ti-receipt
- \edfd -
-
- -
- - receipt-2 -
- ti ti-receipt-2
- \edfa -
-
- -
- - receipt-bitcoin -
- ti ti-receipt-bitcoin
- \fd66 -
-
- -
- - receipt-dollar -
- ti ti-receipt-dollar
- \fd67 -
-
- -
- - receipt-euro -
- ti ti-receipt-euro
- \fd68 -
-
- -
- - receipt-off -
- ti ti-receipt-off
- \edfb -
-
- -
- - receipt-pound -
- ti ti-receipt-pound
- \fd69 -
-
- -
- - receipt-refund -
- ti ti-receipt-refund
- \edfc -
-
- -
- - receipt-rupee -
- ti ti-receipt-rupee
- \fd82 -
-
- -
- - receipt-tax -
- ti ti-receipt-tax
- \edbd -
-
- -
- - receipt-yen -
- ti ti-receipt-yen
- \fd6a -
-
- -
- - receipt-yuan -
- ti ti-receipt-yuan
- \fd6b -
-
- -
- - recharging -
- ti ti-recharging
- \eeca -
-
- -
- - record-mail -
- ti ti-record-mail
- \eb12 -
-
- -
- - record-mail-off -
- ti ti-record-mail-off
- \f18b -
-
- -
- - rectangle -
- ti ti-rectangle
- \ed37 -
-
- -
- - rectangle-filled -
- ti ti-rectangle-filled
- \f69a -
-
- -
- - rectangle-rounded-bottom -
- ti ti-rectangle-rounded-bottom
- \faed -
-
- -
- - rectangle-rounded-top -
- ti ti-rectangle-rounded-top
- \faee -
-
- -
- - rectangle-vertical -
- ti ti-rectangle-vertical
- \ed36 -
-
- -
- - rectangle-vertical-filled -
- ti ti-rectangle-vertical-filled
- \f69b -
-
- -
- - rectangular-prism -
- ti ti-rectangular-prism
- \fab5 -
-
- -
- - rectangular-prism-off -
- ti ti-rectangular-prism-off
- \fab3 -
-
- -
- - rectangular-prism-plus -
- ti ti-rectangular-prism-plus
- \fab4 -
-
- -
- - recycle -
- ti ti-recycle
- \eb9b -
-
- -
- - recycle-off -
- ti ti-recycle-off
- \f18c -
-
- -
- - refresh -
- ti ti-refresh
- \eb13 -
-
- -
- - refresh-alert -
- ti ti-refresh-alert
- \ed57 -
-
- -
- - refresh-dot -
- ti ti-refresh-dot
- \efbf -
-
- -
- - refresh-off -
- ti ti-refresh-off
- \f18d -
-
- -
- - regex -
- ti ti-regex
- \f31f -
-
- -
- - regex-off -
- ti ti-regex-off
- \f421 -
-
- -
- - registered -
- ti ti-registered
- \eb14 -
-
- -
- - relation-many-to-many -
- ti ti-relation-many-to-many
- \ed7f -
-
- -
- - relation-one-to-many -
- ti ti-relation-one-to-many
- \ed80 -
-
- -
- - relation-one-to-one -
- ti ti-relation-one-to-one
- \ed81 -
-
- -
- - reload -
- ti ti-reload
- \f3ae -
-
- -
- - reorder -
- ti ti-reorder
- \fc15 -
-
- -
- - repeat -
- ti ti-repeat
- \eb72 -
-
- -
- - repeat-off -
- ti ti-repeat-off
- \f18e -
-
- -
- - repeat-once -
- ti ti-repeat-once
- \eb71 -
-
- -
- - replace -
- ti ti-replace
- \ebc7 -
-
- -
- - replace-filled -
- ti ti-replace-filled
- \f69c -
-
- -
- - replace-off -
- ti ti-replace-off
- \f422 -
-
- -
- - report -
- ti ti-report
- \eece -
-
- -
- - report-analytics -
- ti ti-report-analytics
- \eecb -
-
- -
- - report-medical -
- ti ti-report-medical
- \eecc -
-
- -
- - report-money -
- ti ti-report-money
- \eecd -
-
- -
- - report-off -
- ti ti-report-off
- \f18f -
-
- -
- - report-search -
- ti ti-report-search
- \ef84 -
-
- -
- - reserved-line -
- ti ti-reserved-line
- \f9f6 -
-
- -
- - resize -
- ti ti-resize
- \eecf -
-
- -
- - restore -
- ti ti-restore
- \fafd -
-
- -
- - rewind-backward-10 -
- ti ti-rewind-backward-10
- \faba -
-
- -
- - rewind-backward-15 -
- ti ti-rewind-backward-15
- \fabb -
-
- -
- - rewind-backward-20 -
- ti ti-rewind-backward-20
- \fabc -
-
- -
- - rewind-backward-30 -
- ti ti-rewind-backward-30
- \fabd -
-
- -
- - rewind-backward-40 -
- ti ti-rewind-backward-40
- \fabe -
-
- -
- - rewind-backward-5 -
- ti ti-rewind-backward-5
- \fabf -
-
- -
- - rewind-backward-50 -
- ti ti-rewind-backward-50
- \fac0 -
-
- -
- - rewind-backward-60 -
- ti ti-rewind-backward-60
- \fac1 -
-
- -
- - rewind-forward-10 -
- ti ti-rewind-forward-10
- \fac2 -
-
- -
- - rewind-forward-15 -
- ti ti-rewind-forward-15
- \fac3 -
-
- -
- - rewind-forward-20 -
- ti ti-rewind-forward-20
- \fac4 -
-
- -
- - rewind-forward-30 -
- ti ti-rewind-forward-30
- \fac5 -
-
- -
- - rewind-forward-40 -
- ti ti-rewind-forward-40
- \fac6 -
-
- -
- - rewind-forward-5 -
- ti ti-rewind-forward-5
- \fac7 -
-
- -
- - rewind-forward-50 -
- ti ti-rewind-forward-50
- \fac8 -
-
- -
- - rewind-forward-60 -
- ti ti-rewind-forward-60
- \fac9 -
-
- -
- - ribbon-health -
- ti ti-ribbon-health
- \f58e -
-
- -
- - rings -
- ti ti-rings
- \fa6a -
-
- -
- - ripple -
- ti ti-ripple
- \ed82 -
-
- -
- - ripple-off -
- ti ti-ripple-off
- \f190 -
-
- -
- - road -
- ti ti-road
- \f018 -
-
- -
- - road-off -
- ti ti-road-off
- \f191 -
-
- -
- - road-sign -
- ti ti-road-sign
- \ecdd -
-
- -
- - robot -
- ti ti-robot
- \f00b -
-
- -
- - robot-face -
- ti ti-robot-face
- \fcbe -
-
- -
- - robot-off -
- ti ti-robot-off
- \f192 -
-
- -
- - rocket -
- ti ti-rocket
- \ec45 -
-
- -
- - rocket-off -
- ti ti-rocket-off
- \f193 -
-
- -
- - roller-skating -
- ti ti-roller-skating
- \efd1 -
-
- -
- - rollercoaster -
- ti ti-rollercoaster
- \f0a2 -
-
- -
- - rollercoaster-off -
- ti ti-rollercoaster-off
- \f423 -
-
- -
- - rosette -
- ti ti-rosette
- \f599 -
-
- -
- - rosette-filled -
- ti ti-rosette-filled
- \f69d -
-
- -
- - rosette-number-0 -
- ti ti-rosette-number-0
- \f58f -
-
- -
- - rosette-number-1 -
- ti ti-rosette-number-1
- \f590 -
-
- -
- - rosette-number-2 -
- ti ti-rosette-number-2
- \f591 -
-
- -
- - rosette-number-3 -
- ti ti-rosette-number-3
- \f592 -
-
- -
- - rosette-number-4 -
- ti ti-rosette-number-4
- \f593 -
-
- -
- - rosette-number-5 -
- ti ti-rosette-number-5
- \f594 -
-
- -
- - rosette-number-6 -
- ti ti-rosette-number-6
- \f595 -
-
- -
- - rosette-number-7 -
- ti ti-rosette-number-7
- \f596 -
-
- -
- - rosette-number-8 -
- ti ti-rosette-number-8
- \f597 -
-
- -
- - rosette-number-9 -
- ti ti-rosette-number-9
- \f598 -
-
- -
- - rotate -
- ti ti-rotate
- \eb16 -
-
- -
- - rotate-2 -
- ti ti-rotate-2
- \ebb4 -
-
- -
- - rotate-360 -
- ti ti-rotate-360
- \ef85 -
-
- -
- - rotate-clockwise -
- ti ti-rotate-clockwise
- \eb15 -
-
- -
- - rotate-clockwise-2 -
- ti ti-rotate-clockwise-2
- \ebb5 -
-
- -
- - rotate-dot -
- ti ti-rotate-dot
- \efe5 -
-
- -
- - rotate-rectangle -
- ti ti-rotate-rectangle
- \ec15 -
-
- -
- - route -
- ti ti-route
- \eb17 -
-
- -
- - route-2 -
- ti ti-route-2
- \f4b6 -
-
- -
- - route-alt-left -
- ti ti-route-alt-left
- \fca9 -
-
- -
- - route-alt-right -
- ti ti-route-alt-right
- \fcaa -
-
- -
- - route-off -
- ti ti-route-off
- \f194 -
-
- -
- - route-scan -
- ti ti-route-scan
- \fcbf -
-
- -
- - route-square -
- ti ti-route-square
- \fcac -
-
- -
- - route-square-2 -
- ti ti-route-square-2
- \fcab -
-
- -
- - route-x -
- ti ti-route-x
- \fcae -
-
- -
- - route-x-2 -
- ti ti-route-x-2
- \fcad -
-
- -
- - router -
- ti ti-router
- \eb18 -
-
- -
- - router-off -
- ti ti-router-off
- \f424 -
-
- -
- - row-insert-bottom -
- ti ti-row-insert-bottom
- \eed0 -
-
- -
- - row-insert-top -
- ti ti-row-insert-top
- \eed1 -
-
- -
- - row-remove -
- ti ti-row-remove
- \fafe -
-
- -
- - rss -
- ti ti-rss
- \eb19 -
-
- -
- - rubber-stamp -
- ti ti-rubber-stamp
- \f5ab -
-
- -
- - rubber-stamp-off -
- ti ti-rubber-stamp-off
- \f5aa -
-
- -
- - ruler -
- ti ti-ruler
- \eb1a -
-
- -
- - ruler-2 -
- ti ti-ruler-2
- \eed2 -
-
- -
- - ruler-2-off -
- ti ti-ruler-2-off
- \f195 -
-
- -
- - ruler-3 -
- ti ti-ruler-3
- \f290 -
-
- -
- - ruler-measure -
- ti ti-ruler-measure
- \f291 -
-
- -
- - ruler-off -
- ti ti-ruler-off
- \f196 -
-
- -
- - run -
- ti ti-run
- \ec82 -
-
- -
- - rv-truck -
- ti ti-rv-truck
- \fcc0 -
-
- -
- - s-turn-down -
- ti ti-s-turn-down
- \f516 -
-
- -
- - s-turn-left -
- ti ti-s-turn-left
- \f517 -
-
- -
- - s-turn-right -
- ti ti-s-turn-right
- \f518 -
-
- -
- - s-turn-up -
- ti ti-s-turn-up
- \f519 -
-
- -
- - sailboat -
- ti ti-sailboat
- \ec83 -
-
- -
- - sailboat-2 -
- ti ti-sailboat-2
- \f5f7 -
-
- -
- - sailboat-off -
- ti ti-sailboat-off
- \f425 -
-
- -
- - salad -
- ti ti-salad
- \f50a -
-
- -
- - salt -
- ti ti-salt
- \ef16 -
-
- -
- - sandbox -
- ti ti-sandbox
- \fd6c -
-
- -
- - satellite -
- ti ti-satellite
- \eed3 -
-
- -
- - satellite-off -
- ti ti-satellite-off
- \f197 -
-
- -
- - sausage -
- ti ti-sausage
- \ef17 -
-
- -
- - scale -
- ti ti-scale
- \ebc2 -
-
- -
- - scale-off -
- ti ti-scale-off
- \f198 -
-
- -
- - scale-outline -
- ti ti-scale-outline
- \ef53 -
-
- -
- - scale-outline-off -
- ti ti-scale-outline-off
- \f199 -
-
- -
- - scan -
- ti ti-scan
- \ebc8 -
-
- -
- - scan-eye -
- ti ti-scan-eye
- \f1ff -
-
- -
- - schema -
- ti ti-schema
- \f200 -
-
- -
- - schema-off -
- ti ti-schema-off
- \f426 -
-
- -
- - school -
- ti ti-school
- \ecf7 -
-
- -
- - school-bell -
- ti ti-school-bell
- \f64a -
-
- -
- - school-off -
- ti ti-school-off
- \f19a -
-
- -
- - scissors -
- ti ti-scissors
- \eb1b -
-
- -
- - scissors-off -
- ti ti-scissors-off
- \f19b -
-
- -
- - scooter -
- ti ti-scooter
- \ec6c -
-
- -
- - scooter-electric -
- ti ti-scooter-electric
- \ecc1 -
-
- -
- - scoreboard -
- ti ti-scoreboard
- \fa6b -
-
- -
- - screen-share -
- ti ti-screen-share
- \ed18 -
-
- -
- - screen-share-off -
- ti ti-screen-share-off
- \ed17 -
-
- -
- - screenshot -
- ti ti-screenshot
- \f201 -
-
- -
- - scribble -
- ti ti-scribble
- \f0a3 -
-
- -
- - scribble-off -
- ti ti-scribble-off
- \f427 -
-
- -
- - script -
- ti ti-script
- \f2da -
-
- -
- - script-minus -
- ti ti-script-minus
- \f2d7 -
-
- -
- - script-plus -
- ti ti-script-plus
- \f2d8 -
-
- -
- - script-x -
- ti ti-script-x
- \f2d9 -
-
- -
- - scuba-diving -
- ti ti-scuba-diving
- \fd4e -
-
- -
- - scuba-mask -
- ti ti-scuba-mask
- \eed4 -
-
- -
- - scuba-mask-off -
- ti ti-scuba-mask-off
- \f428 -
-
- -
- - sdk -
- ti ti-sdk
- \f3af -
-
- -
- - search -
- ti ti-search
- \eb1c -
-
- -
- - search-off -
- ti ti-search-off
- \f19c -
-
- -
- - section -
- ti ti-section
- \eed5 -
-
- -
- - section-sign -
- ti ti-section-sign
- \f019 -
-
- -
- - seeding -
- ti ti-seeding
- \ed51 -
-
- -
- - seeding-off -
- ti ti-seeding-off
- \f19d -
-
- -
- - select -
- ti ti-select
- \ec9e -
-
- -
- - select-all -
- ti ti-select-all
- \f9f7 -
-
- -
- - selector -
- ti ti-selector
- \eb1d -
-
- -
- - send -
- ti ti-send
- \eb1e -
-
- -
- - send-2 -
- ti ti-send-2
- \fd5d -
-
- -
- - send-off -
- ti ti-send-off
- \f429 -
-
- -
- - seo -
- ti ti-seo
- \f26b -
-
- -
- - separator -
- ti ti-separator
- \ebda -
-
- -
- - separator-horizontal -
- ti ti-separator-horizontal
- \ec79 -
-
- -
- - separator-vertical -
- ti ti-separator-vertical
- \ec7a -
-
- -
- - server -
- ti ti-server
- \eb1f -
-
- -
- - server-2 -
- ti ti-server-2
- \f07c -
-
- -
- - server-bolt -
- ti ti-server-bolt
- \f320 -
-
- -
- - server-cog -
- ti ti-server-cog
- \f321 -
-
- -
- - server-off -
- ti ti-server-off
- \f19e -
-
- -
- - servicemark -
- ti ti-servicemark
- \ec09 -
-
- -
- - settings -
- ti ti-settings
- \eb20 -
-
- -
- - settings-2 -
- ti ti-settings-2
- \f5ac -
-
- -
- - settings-automation -
- ti ti-settings-automation
- \eed6 -
-
- -
- - settings-bolt -
- ti ti-settings-bolt
- \f9ad -
-
- -
- - settings-cancel -
- ti ti-settings-cancel
- \f9ae -
-
- -
- - settings-check -
- ti ti-settings-check
- \f9af -
-
- -
- - settings-code -
- ti ti-settings-code
- \f9b0 -
-
- -
- - settings-cog -
- ti ti-settings-cog
- \f9b1 -
-
- -
- - settings-dollar -
- ti ti-settings-dollar
- \f9b2 -
-
- -
- - settings-down -
- ti ti-settings-down
- \f9b3 -
-
- -
- - settings-exclamation -
- ti ti-settings-exclamation
- \f9b4 -
-
- -
- - settings-filled -
- ti ti-settings-filled
- \f69e -
-
- -
- - settings-heart -
- ti ti-settings-heart
- \f9b5 -
-
- -
- - settings-minus -
- ti ti-settings-minus
- \f9b6 -
-
- -
- - settings-off -
- ti ti-settings-off
- \f19f -
-
- -
- - settings-pause -
- ti ti-settings-pause
- \f9b7 -
-
- -
- - settings-pin -
- ti ti-settings-pin
- \f9b8 -
-
- -
- - settings-plus -
- ti ti-settings-plus
- \f9b9 -
-
- -
- - settings-question -
- ti ti-settings-question
- \f9ba -
-
- -
- - settings-search -
- ti ti-settings-search
- \f9bb -
-
- -
- - settings-share -
- ti ti-settings-share
- \f9bc -
-
- -
- - settings-star -
- ti ti-settings-star
- \f9bd -
-
- -
- - settings-up -
- ti ti-settings-up
- \f9be -
-
- -
- - settings-x -
- ti ti-settings-x
- \f9bf -
-
- -
- - shadow -
- ti ti-shadow
- \eed8 -
-
- -
- - shadow-off -
- ti ti-shadow-off
- \eed7 -
-
- -
- - shape -
- ti ti-shape
- \eb9c -
-
- -
- - shape-2 -
- ti ti-shape-2
- \eed9 -
-
- -
- - shape-3 -
- ti ti-shape-3
- \eeda -
-
- -
- - shape-off -
- ti ti-shape-off
- \f1a0 -
-
- -
- - share -
- ti ti-share
- \eb21 -
-
- -
- - share-2 -
- ti ti-share-2
- \f799 -
-
- -
- - share-3 -
- ti ti-share-3
- \f7bd -
-
- -
- - share-off -
- ti ti-share-off
- \f1a1 -
-
- -
- - shi-jumping -
- ti ti-shi-jumping
- \fa6c -
-
- -
- - shield -
- ti ti-shield
- \eb24 -
-
- -
- - shield-bolt -
- ti ti-shield-bolt
- \f9c0 -
-
- -
- - shield-cancel -
- ti ti-shield-cancel
- \f9c1 -
-
- -
- - shield-check -
- ti ti-shield-check
- \eb22 -
-
- -
- - shield-check-filled -
- ti ti-shield-check-filled
- \f761 -
-
- -
- - shield-checkered -
- ti ti-shield-checkered
- \ef9a -
-
- -
- - shield-checkered-filled -
- ti ti-shield-checkered-filled
- \f762 -
-
- -
- - shield-chevron -
- ti ti-shield-chevron
- \ef9b -
-
- -
- - shield-code -
- ti ti-shield-code
- \f9c2 -
-
- -
- - shield-cog -
- ti ti-shield-cog
- \f9c3 -
-
- -
- - shield-dollar -
- ti ti-shield-dollar
- \f9c4 -
-
- -
- - shield-down -
- ti ti-shield-down
- \f9c5 -
-
- -
- - shield-exclamation -
- ti ti-shield-exclamation
- \f9c6 -
-
- -
- - shield-filled -
- ti ti-shield-filled
- \f69f -
-
- -
- - shield-half -
- ti ti-shield-half
- \f358 -
-
- -
- - shield-half-filled -
- ti ti-shield-half-filled
- \f357 -
-
- -
- - shield-heart -
- ti ti-shield-heart
- \f9c7 -
-
- -
- - shield-lock -
- ti ti-shield-lock
- \ed58 -
-
- -
- - shield-lock-filled -
- ti ti-shield-lock-filled
- \f763 -
-
- -
- - shield-minus -
- ti ti-shield-minus
- \f9c8 -
-
- -
- - shield-off -
- ti ti-shield-off
- \ecf8 -
-
- -
- - shield-pause -
- ti ti-shield-pause
- \f9c9 -
-
- -
- - shield-pin -
- ti ti-shield-pin
- \f9ca -
-
- -
- - shield-plus -
- ti ti-shield-plus
- \f9cb -
-
- -
- - shield-question -
- ti ti-shield-question
- \f9cc -
-
- -
- - shield-search -
- ti ti-shield-search
- \f9cd -
-
- -
- - shield-share -
- ti ti-shield-share
- \f9ce -
-
- -
- - shield-star -
- ti ti-shield-star
- \f9cf -
-
- -
- - shield-up -
- ti ti-shield-up
- \f9d0 -
-
- -
- - shield-x -
- ti ti-shield-x
- \eb23 -
-
- -
- - ship -
- ti ti-ship
- \ec84 -
-
- -
- - ship-off -
- ti ti-ship-off
- \f42a -
-
- -
- - shirt -
- ti ti-shirt
- \ec0a -
-
- -
- - shirt-filled -
- ti ti-shirt-filled
- \f6a0 -
-
- -
- - shirt-off -
- ti ti-shirt-off
- \f1a2 -
-
- -
- - shirt-sport -
- ti ti-shirt-sport
- \f26c -
-
- -
- - shoe -
- ti ti-shoe
- \efd2 -
-
- -
- - shoe-off -
- ti ti-shoe-off
- \f1a4 -
-
- -
- - shopping-bag -
- ti ti-shopping-bag
- \f5f8 -
-
- -
- - shopping-bag-check -
- ti ti-shopping-bag-check
- \fc16 -
-
- -
- - shopping-bag-discount -
- ti ti-shopping-bag-discount
- \fc17 -
-
- -
- - shopping-bag-edit -
- ti ti-shopping-bag-edit
- \fc18 -
-
- -
- - shopping-bag-exclamation -
- ti ti-shopping-bag-exclamation
- \fc19 -
-
- -
- - shopping-bag-heart -
- ti ti-shopping-bag-heart
- \fda2 -
-
- -
- - shopping-bag-minus -
- ti ti-shopping-bag-minus
- \fc1a -
-
- -
- - shopping-bag-plus -
- ti ti-shopping-bag-plus
- \fc1b -
-
- -
- - shopping-bag-search -
- ti ti-shopping-bag-search
- \fc1c -
-
- -
- - shopping-bag-x -
- ti ti-shopping-bag-x
- \fc1d -
-
- -
- - shopping-cart -
- ti ti-shopping-cart
- \eb25 -
-
- -
- - shopping-cart-bolt -
- ti ti-shopping-cart-bolt
- \fb57 -
-
- -
- - shopping-cart-cancel -
- ti ti-shopping-cart-cancel
- \fb58 -
-
- -
- - shopping-cart-check -
- ti ti-shopping-cart-check
- \fb59 -
-
- -
- - shopping-cart-code -
- ti ti-shopping-cart-code
- \fb5a -
-
- -
- - shopping-cart-cog -
- ti ti-shopping-cart-cog
- \fb5b -
-
- -
- - shopping-cart-copy -
- ti ti-shopping-cart-copy
- \fb5c -
-
- -
- - shopping-cart-discount -
- ti ti-shopping-cart-discount
- \fb5d -
-
- -
- - shopping-cart-dollar -
- ti ti-shopping-cart-dollar
- \fb5e -
-
- -
- - shopping-cart-down -
- ti ti-shopping-cart-down
- \fb5f -
-
- -
- - shopping-cart-exclamation -
- ti ti-shopping-cart-exclamation
- \fb60 -
-
- -
- - shopping-cart-filled -
- ti ti-shopping-cart-filled
- \fc3f -
-
- -
- - shopping-cart-heart -
- ti ti-shopping-cart-heart
- \fb61 -
-
- -
- - shopping-cart-minus -
- ti ti-shopping-cart-minus
- \fb62 -
-
- -
- - shopping-cart-off -
- ti ti-shopping-cart-off
- \eedc -
-
- -
- - shopping-cart-pause -
- ti ti-shopping-cart-pause
- \fb63 -
-
- -
- - shopping-cart-pin -
- ti ti-shopping-cart-pin
- \fb64 -
-
- -
- - shopping-cart-plus -
- ti ti-shopping-cart-plus
- \fb65 -
-
- -
- - shopping-cart-question -
- ti ti-shopping-cart-question
- \fb66 -
-
- -
- - shopping-cart-search -
- ti ti-shopping-cart-search
- \fb67 -
-
- -
- - shopping-cart-share -
- ti ti-shopping-cart-share
- \fb68 -
-
- -
- - shopping-cart-star -
- ti ti-shopping-cart-star
- \fb69 -
-
- -
- - shopping-cart-up -
- ti ti-shopping-cart-up
- \fb6a -
-
- -
- - shopping-cart-x -
- ti ti-shopping-cart-x
- \fb6b -
-
- -
- - shovel -
- ti ti-shovel
- \f1d9 -
-
- -
- - shovel-pitchforks -
- ti ti-shovel-pitchforks
- \fd3a -
-
- -
- - shredder -
- ti ti-shredder
- \eedf -
-
- -
- - sign-left -
- ti ti-sign-left
- \f06b -
-
- -
- - sign-left-filled -
- ti ti-sign-left-filled
- \f6a1 -
-
- -
- - sign-right -
- ti ti-sign-right
- \f06c -
-
- -
- - sign-right-filled -
- ti ti-sign-right-filled
- \f6a2 -
-
- -
- - signal-2g -
- ti ti-signal-2g
- \f79a -
-
- -
- - signal-3g -
- ti ti-signal-3g
- \f1ee -
-
- -
- - signal-4g -
- ti ti-signal-4g
- \f1ef -
-
- -
- - signal-4g-plus -
- ti ti-signal-4g-plus
- \f259 -
-
- -
- - signal-5g -
- ti ti-signal-5g
- \f1f0 -
-
- -
- - signal-6g -
- ti ti-signal-6g
- \f9f8 -
-
- -
- - signal-e -
- ti ti-signal-e
- \f9f9 -
-
- -
- - signal-g -
- ti ti-signal-g
- \f9fa -
-
- -
- - signal-h -
- ti ti-signal-h
- \f9fc -
-
- -
- - signal-h-plus -
- ti ti-signal-h-plus
- \f9fb -
-
- -
- - signal-lte -
- ti ti-signal-lte
- \f9fd -
-
- -
- - signature -
- ti ti-signature
- \eee0 -
-
- -
- - signature-off -
- ti ti-signature-off
- \f1a5 -
-
- -
- - sitemap -
- ti ti-sitemap
- \eb9d -
-
- -
- - sitemap-off -
- ti ti-sitemap-off
- \f1a6 -
-
- -
- - skateboard -
- ti ti-skateboard
- \ecc2 -
-
- -
- - skateboard-off -
- ti ti-skateboard-off
- \f42b -
-
- -
- - skateboarding -
- ti ti-skateboarding
- \faca -
-
- -
- - skew-x -
- ti ti-skew-x
- \fd3b -
-
- -
- - skew-y -
- ti ti-skew-y
- \fd3c -
-
- -
- - skull -
- ti ti-skull
- \f292 -
-
- -
- - slash -
- ti ti-slash
- \f4f9 -
-
- -
- - slashes -
- ti ti-slashes
- \f588 -
-
- -
- - sleigh -
- ti ti-sleigh
- \ef9c -
-
- -
- - slice -
- ti ti-slice
- \ebdb -
-
- -
- - slideshow -
- ti ti-slideshow
- \ebc9 -
-
- -
- - smart-home -
- ti ti-smart-home
- \ecde -
-
- -
- - smart-home-off -
- ti ti-smart-home-off
- \f1a7 -
-
- -
- - smoking -
- ti ti-smoking
- \ecc4 -
-
- -
- - smoking-no -
- ti ti-smoking-no
- \ecc3 -
-
- -
- - snowboarding -
- ti ti-snowboarding
- \fd4f -
-
- -
- - snowflake -
- ti ti-snowflake
- \ec0b -
-
- -
- - snowflake-off -
- ti ti-snowflake-off
- \f1a8 -
-
- -
- - snowman -
- ti ti-snowman
- \f26d -
-
- -
- - soccer-field -
- ti ti-soccer-field
- \ed92 -
-
- -
- - social -
- ti ti-social
- \ebec -
-
- -
- - social-off -
- ti ti-social-off
- \f1a9 -
-
- -
- - sock -
- ti ti-sock
- \eee1 -
-
- -
- - sofa -
- ti ti-sofa
- \efaf -
-
- -
- - sofa-off -
- ti ti-sofa-off
- \f42c -
-
- -
- - solar-electricity -
- ti ti-solar-electricity
- \fcc1 -
-
- -
- - solar-panel -
- ti ti-solar-panel
- \f7bf -
-
- -
- - solar-panel-2 -
- ti ti-solar-panel-2
- \f7be -
-
- -
- - sort-0-9 -
- ti ti-sort-0-9
- \f54d -
-
- -
- - sort-9-0 -
- ti ti-sort-9-0
- \f54e -
-
- -
- - sort-a-z -
- ti ti-sort-a-z
- \f54f -
-
- -
- - sort-ascending -
- ti ti-sort-ascending
- \eb26 -
-
- -
- - sort-ascending-2 -
- ti ti-sort-ascending-2
- \eee2 -
-
- -
- - sort-ascending-letters -
- ti ti-sort-ascending-letters
- \ef18 -
-
- -
- - sort-ascending-numbers -
- ti ti-sort-ascending-numbers
- \ef19 -
-
- -
- - sort-ascending-shapes -
- ti ti-sort-ascending-shapes
- \fd94 -
-
- -
- - sort-ascending-small-big -
- ti ti-sort-ascending-small-big
- \fd95 -
-
- -
- - sort-deacending-small-big -
- ti ti-sort-deacending-small-big
- \fd96 -
-
- -
- - sort-descending -
- ti ti-sort-descending
- \eb27 -
-
- -
- - sort-descending-2 -
- ti ti-sort-descending-2
- \eee3 -
-
- -
- - sort-descending-letters -
- ti ti-sort-descending-letters
- \ef1a -
-
- -
- - sort-descending-numbers -
- ti ti-sort-descending-numbers
- \ef1b -
-
- -
- - sort-descending-shapes -
- ti ti-sort-descending-shapes
- \fd97 -
-
- -
- - sort-z-a -
- ti ti-sort-z-a
- \f550 -
-
- -
- - sos -
- ti ti-sos
- \f24a -
-
- -
- - soup -
- ti ti-soup
- \ef2e -
-
- -
- - soup-off -
- ti ti-soup-off
- \f42d -
-
- -
- - source-code -
- ti ti-source-code
- \f4a2 -
-
- -
- - space -
- ti ti-space
- \ec0c -
-
- -
- - space-off -
- ti ti-space-off
- \f1aa -
-
- -
- - spacing-horizontal -
- ti ti-spacing-horizontal
- \ef54 -
-
- -
- - spacing-vertical -
- ti ti-spacing-vertical
- \ef55 -
-
- -
- - spade -
- ti ti-spade
- \effa -
-
- -
- - spade-filled -
- ti ti-spade-filled
- \f6a3 -
-
- -
- - sparkles -
- ti ti-sparkles
- \f6d7 -
-
- -
- - speakerphone -
- ti ti-speakerphone
- \ed61 -
-
- -
- - speedboat -
- ti ti-speedboat
- \ed93 -
-
- -
- - sphere -
- ti ti-sphere
- \fab8 -
-
- -
- - sphere-off -
- ti ti-sphere-off
- \fab6 -
-
- -
- - sphere-plus -
- ti ti-sphere-plus
- \fab7 -
-
- -
- - spider -
- ti ti-spider
- \f293 -
-
- -
- - spiral -
- ti ti-spiral
- \f294 -
-
- -
- - spiral-off -
- ti ti-spiral-off
- \f42e -
-
- -
- - sport-billard -
- ti ti-sport-billard
- \eee4 -
-
- -
- - spray -
- ti ti-spray
- \f50b -
-
- -
- - spy -
- ti ti-spy
- \f227 -
-
- -
- - spy-off -
- ti ti-spy-off
- \f42f -
-
- -
- - sql -
- ti ti-sql
- \f7c0 -
-
- -
- - square -
- ti ti-square
- \eb2c -
-
- -
- - square-0-filled -
- ti ti-square-0-filled
- \f764 -
-
- -
- - square-1-filled -
- ti ti-square-1-filled
- \f765 -
-
- -
- - square-2-filled -
- ti ti-square-2-filled
- \f7fa -
-
- -
- - square-3-filled -
- ti ti-square-3-filled
- \f766 -
-
- -
- - square-4-filled -
- ti ti-square-4-filled
- \f767 -
-
- -
- - square-5-filled -
- ti ti-square-5-filled
- \f768 -
-
- -
- - square-6-filled -
- ti ti-square-6-filled
- \f769 -
-
- -
- - square-7-filled -
- ti ti-square-7-filled
- \f76a -
-
- -
- - square-8-filled -
- ti ti-square-8-filled
- \f76b -
-
- -
- - square-9-filled -
- ti ti-square-9-filled
- \f76c -
-
- -
- - square-arrow-down -
- ti ti-square-arrow-down
- \f4b7 -
-
- -
- - square-arrow-down-filled -
- ti ti-square-arrow-down-filled
- \fb31 -
-
- -
- - square-arrow-left -
- ti ti-square-arrow-left
- \f4b8 -
-
- -
- - square-arrow-left-filled -
- ti ti-square-arrow-left-filled
- \fb32 -
-
- -
- - square-arrow-right -
- ti ti-square-arrow-right
- \f4b9 -
-
- -
- - square-arrow-right-filled -
- ti ti-square-arrow-right-filled
- \fb33 -
-
- -
- - square-arrow-up -
- ti ti-square-arrow-up
- \f4ba -
-
- -
- - square-arrow-up-filled -
- ti ti-square-arrow-up-filled
- \fb34 -
-
- -
- - square-asterisk -
- ti ti-square-asterisk
- \f01a -
-
- -
- - square-asterisk-filled -
- ti ti-square-asterisk-filled
- \fb35 -
-
- -
- - square-check -
- ti ti-square-check
- \eb28 -
-
- -
- - square-check-filled -
- ti ti-square-check-filled
- \f76d -
-
- -
- - square-chevron-down -
- ti ti-square-chevron-down
- \f627 -
-
- -
- - square-chevron-down-filled -
- ti ti-square-chevron-down-filled
- \fb36 -
-
- -
- - square-chevron-left -
- ti ti-square-chevron-left
- \f628 -
-
- -
- - square-chevron-left-filled -
- ti ti-square-chevron-left-filled
- \fb37 -
-
- -
- - square-chevron-right -
- ti ti-square-chevron-right
- \f629 -
-
- -
- - square-chevron-right-filled -
- ti ti-square-chevron-right-filled
- \fb38 -
-
- -
- - square-chevron-up -
- ti ti-square-chevron-up
- \f62a -
-
- -
- - square-chevron-up-filled -
- ti ti-square-chevron-up-filled
- \fb39 -
-
- -
- - square-chevrons-down -
- ti ti-square-chevrons-down
- \f64b -
-
- -
- - square-chevrons-down-filled -
- ti ti-square-chevrons-down-filled
- \fb3a -
-
- -
- - square-chevrons-left -
- ti ti-square-chevrons-left
- \f64c -
-
- -
- - square-chevrons-left-filled -
- ti ti-square-chevrons-left-filled
- \fb3b -
-
- -
- - square-chevrons-right -
- ti ti-square-chevrons-right
- \f64d -
-
- -
- - square-chevrons-right-filled -
- ti ti-square-chevrons-right-filled
- \fb3c -
-
- -
- - square-chevrons-up -
- ti ti-square-chevrons-up
- \f64e -
-
- -
- - square-chevrons-up-filled -
- ti ti-square-chevrons-up-filled
- \fb3d -
-
- -
- - square-dot -
- ti ti-square-dot
- \ed59 -
-
- -
- - square-dot-filled -
- ti ti-square-dot-filled
- \fb3e -
-
- -
- - square-f0 -
- ti ti-square-f0
- \f526 -
-
- -
- - square-f0-filled -
- ti ti-square-f0-filled
- \f76e -
-
- -
- - square-f1 -
- ti ti-square-f1
- \f527 -
-
- -
- - square-f1-filled -
- ti ti-square-f1-filled
- \f76f -
-
- -
- - square-f2 -
- ti ti-square-f2
- \f528 -
-
- -
- - square-f2-filled -
- ti ti-square-f2-filled
- \f770 -
-
- -
- - square-f3 -
- ti ti-square-f3
- \f529 -
-
- -
- - square-f3-filled -
- ti ti-square-f3-filled
- \f771 -
-
- -
- - square-f4 -
- ti ti-square-f4
- \f52a -
-
- -
- - square-f4-filled -
- ti ti-square-f4-filled
- \f772 -
-
- -
- - square-f5 -
- ti ti-square-f5
- \f52b -
-
- -
- - square-f5-filled -
- ti ti-square-f5-filled
- \f773 -
-
- -
- - square-f6 -
- ti ti-square-f6
- \f52c -
-
- -
- - square-f6-filled -
- ti ti-square-f6-filled
- \f774 -
-
- -
- - square-f7 -
- ti ti-square-f7
- \f52d -
-
- -
- - square-f7-filled -
- ti ti-square-f7-filled
- \f775 -
-
- -
- - square-f8 -
- ti ti-square-f8
- \f52e -
-
- -
- - square-f8-filled -
- ti ti-square-f8-filled
- \f776 -
-
- -
- - square-f9 -
- ti ti-square-f9
- \f52f -
-
- -
- - square-f9-filled -
- ti ti-square-f9-filled
- \f777 -
-
- -
- - square-filled -
- ti ti-square-filled
- \fc40 -
-
- -
- - square-forbid -
- ti ti-square-forbid
- \ed5b -
-
- -
- - square-forbid-2 -
- ti ti-square-forbid-2
- \ed5a -
-
- -
- - square-half -
- ti ti-square-half
- \effb -
-
- -
- - square-key -
- ti ti-square-key
- \f638 -
-
- -
- - square-letter-a -
- ti ti-square-letter-a
- \f47c -
-
- -
- - square-letter-b -
- ti ti-square-letter-b
- \f47d -
-
- -
- - square-letter-c -
- ti ti-square-letter-c
- \f47e -
-
- -
- - square-letter-d -
- ti ti-square-letter-d
- \f47f -
-
- -
- - square-letter-e -
- ti ti-square-letter-e
- \f480 -
-
- -
- - square-letter-f -
- ti ti-square-letter-f
- \f481 -
-
- -
- - square-letter-g -
- ti ti-square-letter-g
- \f482 -
-
- -
- - square-letter-h -
- ti ti-square-letter-h
- \f483 -
-
- -
- - square-letter-i -
- ti ti-square-letter-i
- \f484 -
-
- -
- - square-letter-j -
- ti ti-square-letter-j
- \f485 -
-
- -
- - square-letter-k -
- ti ti-square-letter-k
- \f486 -
-
- -
- - square-letter-l -
- ti ti-square-letter-l
- \f487 -
-
- -
- - square-letter-m -
- ti ti-square-letter-m
- \f488 -
-
- -
- - square-letter-n -
- ti ti-square-letter-n
- \f489 -
-
- -
- - square-letter-o -
- ti ti-square-letter-o
- \f48a -
-
- -
- - square-letter-p -
- ti ti-square-letter-p
- \f48b -
-
- -
- - square-letter-q -
- ti ti-square-letter-q
- \f48c -
-
- -
- - square-letter-r -
- ti ti-square-letter-r
- \f48d -
-
- -
- - square-letter-s -
- ti ti-square-letter-s
- \f48e -
-
- -
- - square-letter-t -
- ti ti-square-letter-t
- \f48f -
-
- -
- - square-letter-u -
- ti ti-square-letter-u
- \f490 -
-
- -
- - square-letter-v -
- ti ti-square-letter-v
- \f4bb -
-
- -
- - square-letter-w -
- ti ti-square-letter-w
- \f491 -
-
- -
- - square-letter-x -
- ti ti-square-letter-x
- \f4bc -
-
- -
- - square-letter-y -
- ti ti-square-letter-y
- \f492 -
-
- -
- - square-letter-z -
- ti ti-square-letter-z
- \f493 -
-
- -
- - square-minus -
- ti ti-square-minus
- \eb29 -
-
- -
- - square-minus-filled -
- ti ti-square-minus-filled
- \fb3f -
-
- -
- - square-number-0 -
- ti ti-square-number-0
- \eee5 -
-
- -
- - square-number-1 -
- ti ti-square-number-1
- \eee6 -
-
- -
- - square-number-2 -
- ti ti-square-number-2
- \eee7 -
-
- -
- - square-number-3 -
- ti ti-square-number-3
- \eee8 -
-
- -
- - square-number-4 -
- ti ti-square-number-4
- \eee9 -
-
- -
- - square-number-5 -
- ti ti-square-number-5
- \eeea -
-
- -
- - square-number-6 -
- ti ti-square-number-6
- \eeeb -
-
- -
- - square-number-7 -
- ti ti-square-number-7
- \eeec -
-
- -
- - square-number-8 -
- ti ti-square-number-8
- \eeed -
-
- -
- - square-number-9 -
- ti ti-square-number-9
- \eeee -
-
- -
- - square-off -
- ti ti-square-off
- \eeef -
-
- -
- - square-percentage -
- ti ti-square-percentage
- \fd83 -
-
- -
- - square-plus -
- ti ti-square-plus
- \eb2a -
-
- -
- - square-plus-2 -
- ti ti-square-plus-2
- \fc96 -
-
- -
- - square-root -
- ti ti-square-root
- \eef1 -
-
- -
- - square-root-2 -
- ti ti-square-root-2
- \eef0 -
-
- -
- - square-rotated -
- ti ti-square-rotated
- \ecdf -
-
- -
- - square-rotated-filled -
- ti ti-square-rotated-filled
- \f6a4 -
-
- -
- - square-rotated-forbid -
- ti ti-square-rotated-forbid
- \f01c -
-
- -
- - square-rotated-forbid-2 -
- ti ti-square-rotated-forbid-2
- \f01b -
-
- -
- - square-rotated-off -
- ti ti-square-rotated-off
- \eef2 -
-
- -
- - square-rounded -
- ti ti-square-rounded
- \f59a -
-
- -
- - square-rounded-arrow-down -
- ti ti-square-rounded-arrow-down
- \f639 -
-
- -
- - square-rounded-arrow-down-filled -
- ti ti-square-rounded-arrow-down-filled
- \f6db -
-
- -
- - square-rounded-arrow-left -
- ti ti-square-rounded-arrow-left
- \f63a -
-
- -
- - square-rounded-arrow-left-filled -
- ti ti-square-rounded-arrow-left-filled
- \f6dc -
-
- -
- - square-rounded-arrow-right -
- ti ti-square-rounded-arrow-right
- \f63b -
-
- -
- - square-rounded-arrow-right-filled -
- ti ti-square-rounded-arrow-right-filled
- \f6dd -
-
- -
- - square-rounded-arrow-up -
- ti ti-square-rounded-arrow-up
- \f63c -
-
- -
- - square-rounded-arrow-up-filled -
- ti ti-square-rounded-arrow-up-filled
- \f6de -
-
- -
- - square-rounded-check -
- ti ti-square-rounded-check
- \f63d -
-
- -
- - square-rounded-check-filled -
- ti ti-square-rounded-check-filled
- \f6df -
-
- -
- - square-rounded-chevron-down -
- ti ti-square-rounded-chevron-down
- \f62b -
-
- -
- - square-rounded-chevron-down-filled -
- ti ti-square-rounded-chevron-down-filled
- \f6e0 -
-
- -
- - square-rounded-chevron-left -
- ti ti-square-rounded-chevron-left
- \f62c -
-
- -
- - square-rounded-chevron-left-filled -
- ti ti-square-rounded-chevron-left-filled
- \f6e1 -
-
- -
- - square-rounded-chevron-right -
- ti ti-square-rounded-chevron-right
- \f62d -
-
- -
- - square-rounded-chevron-right-filled -
- ti ti-square-rounded-chevron-right-filled
- \f6e2 -
-
- -
- - square-rounded-chevron-up -
- ti ti-square-rounded-chevron-up
- \f62e -
-
- -
- - square-rounded-chevron-up-filled -
- ti ti-square-rounded-chevron-up-filled
- \f6e3 -
-
- -
- - square-rounded-chevrons-down -
- ti ti-square-rounded-chevrons-down
- \f64f -
-
- -
- - square-rounded-chevrons-down-filled -
- ti ti-square-rounded-chevrons-down-filled
- \f6e4 -
-
- -
- - square-rounded-chevrons-left -
- ti ti-square-rounded-chevrons-left
- \f650 -
-
- -
- - square-rounded-chevrons-left-filled -
- ti ti-square-rounded-chevrons-left-filled
- \f6e5 -
-
- -
- - square-rounded-chevrons-right -
- ti ti-square-rounded-chevrons-right
- \f651 -
-
- -
- - square-rounded-chevrons-right-filled -
- ti ti-square-rounded-chevrons-right-filled
- \f6e6 -
-
- -
- - square-rounded-chevrons-up -
- ti ti-square-rounded-chevrons-up
- \f652 -
-
- -
- - square-rounded-chevrons-up-filled -
- ti ti-square-rounded-chevrons-up-filled
- \f6e7 -
-
- -
- - square-rounded-filled -
- ti ti-square-rounded-filled
- \f6a5 -
-
- -
- - square-rounded-letter-a -
- ti ti-square-rounded-letter-a
- \f5ae -
-
- -
- - square-rounded-letter-b -
- ti ti-square-rounded-letter-b
- \f5af -
-
- -
- - square-rounded-letter-c -
- ti ti-square-rounded-letter-c
- \f5b0 -
-
- -
- - square-rounded-letter-d -
- ti ti-square-rounded-letter-d
- \f5b1 -
-
- -
- - square-rounded-letter-e -
- ti ti-square-rounded-letter-e
- \f5b2 -
-
- -
- - square-rounded-letter-f -
- ti ti-square-rounded-letter-f
- \f5b3 -
-
- -
- - square-rounded-letter-g -
- ti ti-square-rounded-letter-g
- \f5b4 -
-
- -
- - square-rounded-letter-h -
- ti ti-square-rounded-letter-h
- \f5b5 -
-
- -
- - square-rounded-letter-i -
- ti ti-square-rounded-letter-i
- \f5b6 -
-
- -
- - square-rounded-letter-j -
- ti ti-square-rounded-letter-j
- \f5b7 -
-
- -
- - square-rounded-letter-k -
- ti ti-square-rounded-letter-k
- \f5b8 -
-
- -
- - square-rounded-letter-l -
- ti ti-square-rounded-letter-l
- \f5b9 -
-
- -
- - square-rounded-letter-m -
- ti ti-square-rounded-letter-m
- \f5ba -
-
- -
- - square-rounded-letter-n -
- ti ti-square-rounded-letter-n
- \f5bb -
-
- -
- - square-rounded-letter-o -
- ti ti-square-rounded-letter-o
- \f5bc -
-
- -
- - square-rounded-letter-p -
- ti ti-square-rounded-letter-p
- \f5bd -
-
- -
- - square-rounded-letter-q -
- ti ti-square-rounded-letter-q
- \f5be -
-
- -
- - square-rounded-letter-r -
- ti ti-square-rounded-letter-r
- \f5bf -
-
- -
- - square-rounded-letter-s -
- ti ti-square-rounded-letter-s
- \f5c0 -
-
- -
- - square-rounded-letter-t -
- ti ti-square-rounded-letter-t
- \f5c1 -
-
- -
- - square-rounded-letter-u -
- ti ti-square-rounded-letter-u
- \f5c2 -
-
- -
- - square-rounded-letter-v -
- ti ti-square-rounded-letter-v
- \f5c3 -
-
- -
- - square-rounded-letter-w -
- ti ti-square-rounded-letter-w
- \f5c4 -
-
- -
- - square-rounded-letter-x -
- ti ti-square-rounded-letter-x
- \f5c5 -
-
- -
- - square-rounded-letter-y -
- ti ti-square-rounded-letter-y
- \f5c6 -
-
- -
- - square-rounded-letter-z -
- ti ti-square-rounded-letter-z
- \f5c7 -
-
- -
- - square-rounded-minus -
- ti ti-square-rounded-minus
- \f63e -
-
- -
- - square-rounded-minus-2 -
- ti ti-square-rounded-minus-2
- \fc97 -
-
- -
- - square-rounded-minus-filled -
- ti ti-square-rounded-minus-filled
- \fb40 -
-
- -
- - square-rounded-number-0 -
- ti ti-square-rounded-number-0
- \f5c8 -
-
- -
- - square-rounded-number-0-filled -
- ti ti-square-rounded-number-0-filled
- \f778 -
-
- -
- - square-rounded-number-1 -
- ti ti-square-rounded-number-1
- \f5c9 -
-
- -
- - square-rounded-number-1-filled -
- ti ti-square-rounded-number-1-filled
- \f779 -
-
- -
- - square-rounded-number-2 -
- ti ti-square-rounded-number-2
- \f5ca -
-
- -
- - square-rounded-number-2-filled -
- ti ti-square-rounded-number-2-filled
- \f77a -
-
- -
- - square-rounded-number-3 -
- ti ti-square-rounded-number-3
- \f5cb -
-
- -
- - square-rounded-number-3-filled -
- ti ti-square-rounded-number-3-filled
- \f77b -
-
- -
- - square-rounded-number-4 -
- ti ti-square-rounded-number-4
- \f5cc -
-
- -
- - square-rounded-number-4-filled -
- ti ti-square-rounded-number-4-filled
- \f77c -
-
- -
- - square-rounded-number-5 -
- ti ti-square-rounded-number-5
- \f5cd -
-
- -
- - square-rounded-number-5-filled -
- ti ti-square-rounded-number-5-filled
- \f77d -
-
- -
- - square-rounded-number-6 -
- ti ti-square-rounded-number-6
- \f5ce -
-
- -
- - square-rounded-number-6-filled -
- ti ti-square-rounded-number-6-filled
- \f77e -
-
- -
- - square-rounded-number-7 -
- ti ti-square-rounded-number-7
- \f5cf -
-
- -
- - square-rounded-number-7-filled -
- ti ti-square-rounded-number-7-filled
- \f77f -
-
- -
- - square-rounded-number-8 -
- ti ti-square-rounded-number-8
- \f5d0 -
-
- -
- - square-rounded-number-8-filled -
- ti ti-square-rounded-number-8-filled
- \f780 -
-
- -
- - square-rounded-number-9 -
- ti ti-square-rounded-number-9
- \f5d1 -
-
- -
- - square-rounded-number-9-filled -
- ti ti-square-rounded-number-9-filled
- \f781 -
-
- -
- - square-rounded-percentage -
- ti ti-square-rounded-percentage
- \fd84 -
-
- -
- - square-rounded-plus -
- ti ti-square-rounded-plus
- \f63f -
-
- -
- - square-rounded-plus-2 -
- ti ti-square-rounded-plus-2
- \fc98 -
-
- -
- - square-rounded-plus-filled -
- ti ti-square-rounded-plus-filled
- \f6e8 -
-
- -
- - square-rounded-x -
- ti ti-square-rounded-x
- \f640 -
-
- -
- - square-rounded-x-filled -
- ti ti-square-rounded-x-filled
- \f6e9 -
-
- -
- - square-toggle -
- ti ti-square-toggle
- \eef4 -
-
- -
- - square-toggle-horizontal -
- ti ti-square-toggle-horizontal
- \eef3 -
-
- -
- - square-x -
- ti ti-square-x
- \eb2b -
-
- -
- - square-x-filled -
- ti ti-square-x-filled
- \fb41 -
-
- -
- - squares-diagonal -
- ti ti-squares-diagonal
- \eef5 -
-
- -
- - squares-filled -
- ti ti-squares-filled
- \eef6 -
-
- -
- - stack -
- ti ti-stack
- \eb2d -
-
- -
- - stack-2 -
- ti ti-stack-2
- \eef7 -
-
- -
- - stack-3 -
- ti ti-stack-3
- \ef9d -
-
- -
- - stack-back -
- ti ti-stack-back
- \fd26 -
-
- -
- - stack-backward -
- ti ti-stack-backward
- \fd27 -
-
- -
- - stack-forward -
- ti ti-stack-forward
- \fd28 -
-
- -
- - stack-front -
- ti ti-stack-front
- \fd29 -
-
- -
- - stack-middle -
- ti ti-stack-middle
- \fd2a -
-
- -
- - stack-pop -
- ti ti-stack-pop
- \f234 -
-
- -
- - stack-push -
- ti ti-stack-push
- \f235 -
-
- -
- - stairs -
- ti ti-stairs
- \eca6 -
-
- -
- - stairs-down -
- ti ti-stairs-down
- \eca4 -
-
- -
- - stairs-up -
- ti ti-stairs-up
- \eca5 -
-
- -
- - star -
- ti ti-star
- \eb2e -
-
- -
- - star-filled -
- ti ti-star-filled
- \f6a6 -
-
- -
- - star-half -
- ti ti-star-half
- \ed19 -
-
- -
- - star-half-filled -
- ti ti-star-half-filled
- \f6a7 -
-
- -
- - star-off -
- ti ti-star-off
- \ed62 -
-
- -
- - stars -
- ti ti-stars
- \ed38 -
-
- -
- - stars-filled -
- ti ti-stars-filled
- \f6a8 -
-
- -
- - stars-off -
- ti ti-stars-off
- \f430 -
-
- -
- - status-change -
- ti ti-status-change
- \f3b0 -
-
- -
- - steam -
- ti ti-steam
- \f24b -
-
- -
- - steering-wheel -
- ti ti-steering-wheel
- \ec7b -
-
- -
- - steering-wheel-off -
- ti ti-steering-wheel-off
- \f431 -
-
- -
- - step-into -
- ti ti-step-into
- \ece0 -
-
- -
- - step-out -
- ti ti-step-out
- \ece1 -
-
- -
- - stereo-glasses -
- ti ti-stereo-glasses
- \f4cb -
-
- -
- - stethoscope -
- ti ti-stethoscope
- \edbe -
-
- -
- - stethoscope-off -
- ti ti-stethoscope-off
- \f432 -
-
- -
- - sticker -
- ti ti-sticker
- \eb2f -
-
- -
- - sticker-2 -
- ti ti-sticker-2
- \fd3d -
-
- -
- - storm -
- ti ti-storm
- \f24c -
-
- -
- - storm-off -
- ti ti-storm-off
- \f433 -
-
- -
- - stretching -
- ti ti-stretching
- \f2db -
-
- -
- - stretching-2 -
- ti ti-stretching-2
- \fa6d -
-
- -
- - strikethrough -
- ti ti-strikethrough
- \eb9e -
-
- -
- - submarine -
- ti ti-submarine
- \ed94 -
-
- -
- - subscript -
- ti ti-subscript
- \eb9f -
-
- -
- - subtask -
- ti ti-subtask
- \ec9f -
-
- -
- - sum -
- ti ti-sum
- \eb73 -
-
- -
- - sum-off -
- ti ti-sum-off
- \f1ab -
-
- -
- - sun -
- ti ti-sun
- \eb30 -
-
- -
- - sun-electricity -
- ti ti-sun-electricity
- \fcc2 -
-
- -
- - sun-filled -
- ti ti-sun-filled
- \f6a9 -
-
- -
- - sun-high -
- ti ti-sun-high
- \f236 -
-
- -
- - sun-low -
- ti ti-sun-low
- \f237 -
-
- -
- - sun-moon -
- ti ti-sun-moon
- \f4a3 -
-
- -
- - sun-off -
- ti ti-sun-off
- \ed63 -
-
- -
- - sun-wind -
- ti ti-sun-wind
- \f238 -
-
- -
- - sunglasses -
- ti ti-sunglasses
- \f239 -
-
- -
- - sunrise -
- ti ti-sunrise
- \ef1c -
-
- -
- - sunset -
- ti ti-sunset
- \ec31 -
-
- -
- - sunset-2 -
- ti ti-sunset-2
- \f23a -
-
- -
- - superscript -
- ti ti-superscript
- \eba0 -
-
- -
- - svg -
- ti ti-svg
- \f25a -
-
- -
- - swimming -
- ti ti-swimming
- \ec92 -
-
- -
- - swipe -
- ti ti-swipe
- \f551 -
-
- -
- - swipe-down -
- ti ti-swipe-down
- \fd5e -
-
- -
- - swipe-left -
- ti ti-swipe-left
- \fd5f -
-
- -
- - swipe-right -
- ti ti-swipe-right
- \fd60 -
-
- -
- - swipe-up -
- ti ti-swipe-up
- \fd61 -
-
- -
- - switch -
- ti ti-switch
- \eb33 -
-
- -
- - switch-2 -
- ti ti-switch-2
- \edbf -
-
- -
- - switch-3 -
- ti ti-switch-3
- \edc0 -
-
- -
- - switch-horizontal -
- ti ti-switch-horizontal
- \eb31 -
-
- -
- - switch-vertical -
- ti ti-switch-vertical
- \eb32 -
-
- -
- - sword -
- ti ti-sword
- \f030 -
-
- -
- - sword-off -
- ti ti-sword-off
- \f434 -
-
- -
- - swords -
- ti ti-swords
- \f132 -
-
- -
- - table -
- ti ti-table
- \eba1 -
-
- -
- - table-alias -
- ti ti-table-alias
- \f25b -
-
- -
- - table-column -
- ti ti-table-column
- \faff -
-
- -
- - table-down -
- ti ti-table-down
- \fa1c -
-
- -
- - table-export -
- ti ti-table-export
- \eef8 -
-
- -
- - table-filled -
- ti ti-table-filled
- \f782 -
-
- -
- - table-heart -
- ti ti-table-heart
- \fa1d -
-
- -
- - table-import -
- ti ti-table-import
- \eef9 -
-
- -
- - table-minus -
- ti ti-table-minus
- \fa1e -
-
- -
- - table-off -
- ti ti-table-off
- \eefa -
-
- -
- - table-options -
- ti ti-table-options
- \f25c -
-
- -
- - table-plus -
- ti ti-table-plus
- \fa1f -
-
- -
- - table-row -
- ti ti-table-row
- \fb00 -
-
- -
- - table-share -
- ti ti-table-share
- \fa20 -
-
- -
- - table-shortcut -
- ti ti-table-shortcut
- \f25d -
-
- -
- - tag -
- ti ti-tag
- \eb34 -
-
- -
- - tag-off -
- ti ti-tag-off
- \efc0 -
-
- -
- - tag-starred -
- ti ti-tag-starred
- \fc99 -
-
- -
- - tags -
- ti ti-tags
- \ef86 -
-
- -
- - tags-off -
- ti ti-tags-off
- \efc1 -
-
- -
- - tallymark-1 -
- ti ti-tallymark-1
- \ec46 -
-
- -
- - tallymark-2 -
- ti ti-tallymark-2
- \ec47 -
-
- -
- - tallymark-3 -
- ti ti-tallymark-3
- \ec48 -
-
- -
- - tallymark-4 -
- ti ti-tallymark-4
- \ec49 -
-
- -
- - tallymarks -
- ti ti-tallymarks
- \ec4a -
-
- -
- - tank -
- ti ti-tank
- \ed95 -
-
- -
- - target -
- ti ti-target
- \eb35 -
-
- -
- - target-arrow -
- ti ti-target-arrow
- \f51a -
-
- -
- - target-off -
- ti ti-target-off
- \f1ad -
-
- -
- - teapot -
- ti ti-teapot
- \f552 -
-
- -
- - telescope -
- ti ti-telescope
- \f07d -
-
- -
- - telescope-off -
- ti ti-telescope-off
- \f1ae -
-
- -
- - temperature -
- ti ti-temperature
- \eb38 -
-
- -
- - temperature-celsius -
- ti ti-temperature-celsius
- \eb36 -
-
- -
- - temperature-fahrenheit -
- ti ti-temperature-fahrenheit
- \eb37 -
-
- -
- - temperature-minus -
- ti ti-temperature-minus
- \ebed -
-
- -
- - temperature-off -
- ti ti-temperature-off
- \f1af -
-
- -
- - temperature-plus -
- ti ti-temperature-plus
- \ebee -
-
- -
- - temperature-snow -
- ti ti-temperature-snow
- \fda3 -
-
- -
- - temperature-sun -
- ti ti-temperature-sun
- \fda4 -
-
- -
- - template -
- ti ti-template
- \eb39 -
-
- -
- - template-off -
- ti ti-template-off
- \f1b0 -
-
- -
- - tent -
- ti ti-tent
- \eefb -
-
- -
- - tent-off -
- ti ti-tent-off
- \f435 -
-
- -
- - terminal -
- ti ti-terminal
- \ebdc -
-
- -
- - terminal-2 -
- ti ti-terminal-2
- \ebef -
-
- -
- - test-pipe -
- ti ti-test-pipe
- \eb3a -
-
- -
- - test-pipe-2 -
- ti ti-test-pipe-2
- \f0a4 -
-
- -
- - test-pipe-off -
- ti ti-test-pipe-off
- \f1b1 -
-
- -
- - tex -
- ti ti-tex
- \f4e0 -
-
- -
- - text-caption -
- ti ti-text-caption
- \f4a4 -
-
- -
- - text-color -
- ti ti-text-color
- \f2dc -
-
- -
- - text-decrease -
- ti ti-text-decrease
- \f202 -
-
- -
- - text-direction-ltr -
- ti ti-text-direction-ltr
- \eefc -
-
- -
- - text-direction-rtl -
- ti ti-text-direction-rtl
- \eefd -
-
- -
- - text-grammar -
- ti ti-text-grammar
- \fd6d -
-
- -
- - text-increase -
- ti ti-text-increase
- \f203 -
-
- -
- - text-orientation -
- ti ti-text-orientation
- \f2a4 -
-
- -
- - text-plus -
- ti ti-text-plus
- \f2a5 -
-
- -
- - text-recognition -
- ti ti-text-recognition
- \f204 -
-
- -
- - text-resize -
- ti ti-text-resize
- \ef87 -
-
- -
- - text-scan-2 -
- ti ti-text-scan-2
- \fcc3 -
-
- -
- - text-size -
- ti ti-text-size
- \f2b1 -
-
- -
- - text-spellcheck -
- ti ti-text-spellcheck
- \f2a6 -
-
- -
- - text-wrap -
- ti ti-text-wrap
- \ebdd -
-
- -
- - text-wrap-disabled -
- ti ti-text-wrap-disabled
- \eca7 -
-
- -
- - texture -
- ti ti-texture
- \f51b -
-
- -
- - theater -
- ti ti-theater
- \f79b -
-
- -
- - thermometer -
- ti ti-thermometer
- \ef67 -
-
- -
- - thumb-down -
- ti ti-thumb-down
- \eb3b -
-
- -
- - thumb-down-filled -
- ti ti-thumb-down-filled
- \f6aa -
-
- -
- - thumb-down-off -
- ti ti-thumb-down-off
- \f436 -
-
- -
- - thumb-up -
- ti ti-thumb-up
- \eb3c -
-
- -
- - thumb-up-filled -
- ti ti-thumb-up-filled
- \f6ab -
-
- -
- - thumb-up-off -
- ti ti-thumb-up-off
- \f437 -
-
- -
- - tic-tac -
- ti ti-tic-tac
- \f51c -
-
- -
- - ticket -
- ti ti-ticket
- \eb3d -
-
- -
- - ticket-off -
- ti ti-ticket-off
- \f1b2 -
-
- -
- - tie -
- ti ti-tie
- \f07e -
-
- -
- - tilde -
- ti ti-tilde
- \f4a5 -
-
- -
- - tilt-shift -
- ti ti-tilt-shift
- \eefe -
-
- -
- - tilt-shift-off -
- ti ti-tilt-shift-off
- \f1b3 -
-
- -
- - time-duration-0 -
- ti ti-time-duration-0
- \fad4 -
-
- -
- - time-duration-10 -
- ti ti-time-duration-10
- \fad5 -
-
- -
- - time-duration-15 -
- ti ti-time-duration-15
- \fad6 -
-
- -
- - time-duration-30 -
- ti ti-time-duration-30
- \fad7 -
-
- -
- - time-duration-45 -
- ti ti-time-duration-45
- \fad8 -
-
- -
- - time-duration-5 -
- ti ti-time-duration-5
- \fad9 -
-
- -
- - time-duration-60 -
- ti ti-time-duration-60
- \fada -
-
- -
- - time-duration-90 -
- ti ti-time-duration-90
- \fadb -
-
- -
- - time-duration-off -
- ti ti-time-duration-off
- \fadc -
-
- -
- - timeline -
- ti ti-timeline
- \f031 -
-
- -
- - timeline-event -
- ti ti-timeline-event
- \f553 -
-
- -
- - timeline-event-exclamation -
- ti ti-timeline-event-exclamation
- \f662 -
-
- -
- - timeline-event-filled -
- ti ti-timeline-event-filled
- \fd18 -
-
- -
- - timeline-event-minus -
- ti ti-timeline-event-minus
- \f663 -
-
- -
- - timeline-event-plus -
- ti ti-timeline-event-plus
- \f664 -
-
- -
- - timeline-event-text -
- ti ti-timeline-event-text
- \f665 -
-
- -
- - timeline-event-x -
- ti ti-timeline-event-x
- \f666 -
-
- -
- - tir -
- ti ti-tir
- \ebf0 -
-
- -
- - toggle-left -
- ti ti-toggle-left
- \eb3e -
-
- -
- - toggle-right -
- ti ti-toggle-right
- \eb3f -
-
- -
- - toilet-paper -
- ti ti-toilet-paper
- \efd3 -
-
- -
- - toilet-paper-off -
- ti ti-toilet-paper-off
- \f1b4 -
-
- -
- - toml -
- ti ti-toml
- \fa5d -
-
- -
- - tool -
- ti ti-tool
- \eb40 -
-
- -
- - tools -
- ti ti-tools
- \ebca -
-
- -
- - tools-kitchen -
- ti ti-tools-kitchen
- \ed64 -
-
- -
- - tools-kitchen-2 -
- ti ti-tools-kitchen-2
- \eeff -
-
- -
- - tools-kitchen-2-off -
- ti ti-tools-kitchen-2-off
- \f1b5 -
-
- -
- - tools-kitchen-3 -
- ti ti-tools-kitchen-3
- \fd2b -
-
- -
- - tools-kitchen-off -
- ti ti-tools-kitchen-off
- \f1b6 -
-
- -
- - tools-off -
- ti ti-tools-off
- \f1b7 -
-
- -
- - tooltip -
- ti ti-tooltip
- \f2dd -
-
- -
- - topology-bus -
- ti ti-topology-bus
- \f5d9 -
-
- -
- - topology-complex -
- ti ti-topology-complex
- \f5da -
-
- -
- - topology-full -
- ti ti-topology-full
- \f5dc -
-
- -
- - topology-full-hierarchy -
- ti ti-topology-full-hierarchy
- \f5db -
-
- -
- - topology-ring -
- ti ti-topology-ring
- \f5df -
-
- -
- - topology-ring-2 -
- ti ti-topology-ring-2
- \f5dd -
-
- -
- - topology-ring-3 -
- ti ti-topology-ring-3
- \f5de -
-
- -
- - topology-star -
- ti ti-topology-star
- \f5e5 -
-
- -
- - topology-star-2 -
- ti ti-topology-star-2
- \f5e0 -
-
- -
- - topology-star-3 -
- ti ti-topology-star-3
- \f5e1 -
-
- -
- - topology-star-ring -
- ti ti-topology-star-ring
- \f5e4 -
-
- -
- - topology-star-ring-2 -
- ti ti-topology-star-ring-2
- \f5e2 -
-
- -
- - topology-star-ring-3 -
- ti ti-topology-star-ring-3
- \f5e3 -
-
- -
- - torii -
- ti ti-torii
- \f59b -
-
- -
- - tornado -
- ti ti-tornado
- \ece2 -
-
- -
- - tournament -
- ti ti-tournament
- \ecd0 -
-
- -
- - tower -
- ti ti-tower
- \f2cb -
-
- -
- - tower-off -
- ti ti-tower-off
- \f2ca -
-
- -
- - track -
- ti ti-track
- \ef00 -
-
- -
- - tractor -
- ti ti-tractor
- \ec0d -
-
- -
- - trademark -
- ti ti-trademark
- \ec0e -
-
- -
- - traffic-cone -
- ti ti-traffic-cone
- \ec0f -
-
- -
- - traffic-cone-off -
- ti ti-traffic-cone-off
- \f1b8 -
-
- -
- - traffic-lights -
- ti ti-traffic-lights
- \ed39 -
-
- -
- - traffic-lights-off -
- ti ti-traffic-lights-off
- \f1b9 -
-
- -
- - train -
- ti ti-train
- \ed96 -
-
- -
- - transaction-bitcoin -
- ti ti-transaction-bitcoin
- \fd6e -
-
- -
- - transaction-dollar -
- ti ti-transaction-dollar
- \fd6f -
-
- -
- - transaction-euro -
- ti ti-transaction-euro
- \fd70 -
-
- -
- - transaction-pound -
- ti ti-transaction-pound
- \fd71 -
-
- -
- - transaction-rupee -
- ti ti-transaction-rupee
- \fd85 -
-
- -
- - transaction-yen -
- ti ti-transaction-yen
- \fd72 -
-
- -
- - transaction-yuan -
- ti ti-transaction-yuan
- \fd73 -
-
- -
- - transfer -
- ti ti-transfer
- \fc1f -
-
- -
- - transfer-in -
- ti ti-transfer-in
- \ef2f -
-
- -
- - transfer-out -
- ti ti-transfer-out
- \ef30 -
-
- -
- - transfer-vertical -
- ti ti-transfer-vertical
- \fc1e -
-
- -
- - transform -
- ti ti-transform
- \f38e -
-
- -
- - transform-filled -
- ti ti-transform-filled
- \f6ac -
-
- -
- - transform-point -
- ti ti-transform-point
- \fda9 -
-
- -
- - transform-point-bottom-left -
- ti ti-transform-point-bottom-left
- \fda5 -
-
- -
- - transform-point-bottom-right -
- ti ti-transform-point-bottom-right
- \fda6 -
-
- -
- - transform-point-top-left -
- ti ti-transform-point-top-left
- \fda7 -
-
- -
- - transform-point-top-right -
- ti ti-transform-point-top-right
- \fda8 -
-
- -
- - transition-bottom -
- ti ti-transition-bottom
- \f2b2 -
-
- -
- - transition-left -
- ti ti-transition-left
- \f2b3 -
-
- -
- - transition-right -
- ti ti-transition-right
- \f2b4 -
-
- -
- - transition-top -
- ti ti-transition-top
- \f2b5 -
-
- -
- - trash -
- ti ti-trash
- \eb41 -
-
- -
- - trash-filled -
- ti ti-trash-filled
- \f783 -
-
- -
- - trash-off -
- ti ti-trash-off
- \ed65 -
-
- -
- - trash-x -
- ti ti-trash-x
- \ef88 -
-
- -
- - trash-x-filled -
- ti ti-trash-x-filled
- \f784 -
-
- -
- - treadmill -
- ti ti-treadmill
- \fa6e -
-
- -
- - tree -
- ti ti-tree
- \ef01 -
-
- -
- - trees -
- ti ti-trees
- \ec10 -
-
- -
- - trekking -
- ti ti-trekking
- \f5ad -
-
- -
- - trending-down -
- ti ti-trending-down
- \eb42 -
-
- -
- - trending-down-2 -
- ti ti-trending-down-2
- \edc1 -
-
- -
- - trending-down-3 -
- ti ti-trending-down-3
- \edc2 -
-
- -
- - trending-up -
- ti ti-trending-up
- \eb43 -
-
- -
- - trending-up-2 -
- ti ti-trending-up-2
- \edc3 -
-
- -
- - trending-up-3 -
- ti ti-trending-up-3
- \edc4 -
-
- -
- - triangle -
- ti ti-triangle
- \eb44 -
-
- -
- - triangle-filled -
- ti ti-triangle-filled
- \f6ad -
-
- -
- - triangle-inverted -
- ti ti-triangle-inverted
- \f01d -
-
- -
- - triangle-inverted-filled -
- ti ti-triangle-inverted-filled
- \f6ae -
-
- -
- - triangle-minus -
- ti ti-triangle-minus
- \fc9b -
-
- -
- - triangle-minus-2 -
- ti ti-triangle-minus-2
- \fc9a -
-
- -
- - triangle-off -
- ti ti-triangle-off
- \ef02 -
-
- -
- - triangle-plus -
- ti ti-triangle-plus
- \fc9d -
-
- -
- - triangle-plus-2 -
- ti ti-triangle-plus-2
- \fc9c -
-
- -
- - triangle-square-circle -
- ti ti-triangle-square-circle
- \ece8 -
-
- -
- - triangle-square-circle-filled -
- ti ti-triangle-square-circle-filled
- \fb42 -
-
- -
- - triangles -
- ti ti-triangles
- \f0a5 -
-
- -
- - trident -
- ti ti-trident
- \ecc5 -
-
- -
- - trolley -
- ti ti-trolley
- \f4cc -
-
- -
- - trophy -
- ti ti-trophy
- \eb45 -
-
- -
- - trophy-filled -
- ti ti-trophy-filled
- \f6af -
-
- -
- - trophy-off -
- ti ti-trophy-off
- \f438 -
-
- -
- - trowel -
- ti ti-trowel
- \f368 -
-
- -
- - truck -
- ti ti-truck
- \ebc4 -
-
- -
- - truck-delivery -
- ti ti-truck-delivery
- \ec4b -
-
- -
- - truck-loading -
- ti ti-truck-loading
- \f1da -
-
- -
- - truck-off -
- ti ti-truck-off
- \ef03 -
-
- -
- - truck-return -
- ti ti-truck-return
- \ec4c -
-
- -
- - txt -
- ti ti-txt
- \f3b1 -
-
- -
- - typography -
- ti ti-typography
- \ebc5 -
-
- -
- - typography-off -
- ti ti-typography-off
- \f1ba -
-
- -
- - ufo -
- ti ti-ufo
- \f26f -
-
- -
- - ufo-off -
- ti ti-ufo-off
- \f26e -
-
- -
- - umbrella -
- ti ti-umbrella
- \ebf1 -
-
- -
- - umbrella-filled -
- ti ti-umbrella-filled
- \f6b0 -
-
- -
- - umbrella-off -
- ti ti-umbrella-off
- \f1bb -
-
- -
- - underline -
- ti ti-underline
- \eba2 -
-
- -
- - universe -
- ti ti-universe
- \fcc4 -
-
- -
- - unlink -
- ti ti-unlink
- \eb46 -
-
- -
- - upload -
- ti ti-upload
- \eb47 -
-
- -
- - urgent -
- ti ti-urgent
- \eb48 -
-
- -
- - usb -
- ti ti-usb
- \f00c -
-
- -
- - user -
- ti ti-user
- \eb4d -
-
- -
- - user-bolt -
- ti ti-user-bolt
- \f9d1 -
-
- -
- - user-cancel -
- ti ti-user-cancel
- \f9d2 -
-
- -
- - user-check -
- ti ti-user-check
- \eb49 -
-
- -
- - user-circle -
- ti ti-user-circle
- \ef68 -
-
- -
- - user-code -
- ti ti-user-code
- \f9d3 -
-
- -
- - user-cog -
- ti ti-user-cog
- \f9d4 -
-
- -
- - user-dollar -
- ti ti-user-dollar
- \f9d5 -
-
- -
- - user-down -
- ti ti-user-down
- \f9d6 -
-
- -
- - user-edit -
- ti ti-user-edit
- \f7cc -
-
- -
- - user-exclamation -
- ti ti-user-exclamation
- \ec12 -
-
- -
- - user-filled -
- ti ti-user-filled
- \fd19 -
-
- -
- - user-heart -
- ti ti-user-heart
- \f7cd -
-
- -
- - user-hexagon -
- ti ti-user-hexagon
- \fc4e -
-
- -
- - user-minus -
- ti ti-user-minus
- \eb4a -
-
- -
- - user-off -
- ti ti-user-off
- \ecf9 -
-
- -
- - user-pause -
- ti ti-user-pause
- \f9d7 -
-
- -
- - user-pentagon -
- ti ti-user-pentagon
- \fc4f -
-
- -
- - user-pin -
- ti ti-user-pin
- \f7ce -
-
- -
- - user-plus -
- ti ti-user-plus
- \eb4b -
-
- -
- - user-question -
- ti ti-user-question
- \f7cf -
-
- -
- - user-scan -
- ti ti-user-scan
- \fcaf -
-
- -
- - user-search -
- ti ti-user-search
- \ef89 -
-
- -
- - user-share -
- ti ti-user-share
- \f9d8 -
-
- -
- - user-shield -
- ti ti-user-shield
- \f7d0 -
-
- -
- - user-square -
- ti ti-user-square
- \fc51 -
-
- -
- - user-square-rounded -
- ti ti-user-square-rounded
- \fc50 -
-
- -
- - user-star -
- ti ti-user-star
- \f7d1 -
-
- -
- - user-up -
- ti ti-user-up
- \f7d2 -
-
- -
- - user-x -
- ti ti-user-x
- \eb4c -
-
- -
- - users -
- ti ti-users
- \ebf2 -
-
- -
- - users-group -
- ti ti-users-group
- \fa21 -
-
- -
- - users-minus -
- ti ti-users-minus
- \fa0e -
-
- -
- - users-plus -
- ti ti-users-plus
- \fa0f -
-
- -
- - uv-index -
- ti ti-uv-index
- \f3b2 -
-
- -
- - ux-circle -
- ti ti-ux-circle
- \f369 -
-
- -
- - vaccine -
- ti ti-vaccine
- \ef04 -
-
- -
- - vaccine-bottle -
- ti ti-vaccine-bottle
- \ef69 -
-
- -
- - vaccine-bottle-off -
- ti ti-vaccine-bottle-off
- \f439 -
-
- -
- - vaccine-off -
- ti ti-vaccine-off
- \f1bc -
-
- -
- - vacuum-cleaner -
- ti ti-vacuum-cleaner
- \f5e6 -
-
- -
- - variable -
- ti ti-variable
- \ef05 -
-
- -
- - variable-minus -
- ti ti-variable-minus
- \f36a -
-
- -
- - variable-off -
- ti ti-variable-off
- \f1bd -
-
- -
- - variable-plus -
- ti ti-variable-plus
- \f36b -
-
- -
- - vector -
- ti ti-vector
- \eca9 -
-
- -
- - vector-bezier -
- ti ti-vector-bezier
- \ef1d -
-
- -
- - vector-bezier-2 -
- ti ti-vector-bezier-2
- \f1a3 -
-
- -
- - vector-bezier-arc -
- ti ti-vector-bezier-arc
- \f4cd -
-
- -
- - vector-bezier-circle -
- ti ti-vector-bezier-circle
- \f4ce -
-
- -
- - vector-off -
- ti ti-vector-off
- \f1be -
-
- -
- - vector-spline -
- ti ti-vector-spline
- \f565 -
-
- -
- - vector-triangle -
- ti ti-vector-triangle
- \eca8 -
-
- -
- - vector-triangle-off -
- ti ti-vector-triangle-off
- \f1bf -
-
- -
- - venus -
- ti ti-venus
- \ec86 -
-
- -
- - versions -
- ti ti-versions
- \ed52 -
-
- -
- - versions-filled -
- ti ti-versions-filled
- \f6b1 -
-
- -
- - versions-off -
- ti ti-versions-off
- \f1c0 -
-
- -
- - video -
- ti ti-video
- \ed22 -
-
- -
- - video-minus -
- ti ti-video-minus
- \ed1f -
-
- -
- - video-off -
- ti ti-video-off
- \ed20 -
-
- -
- - video-plus -
- ti ti-video-plus
- \ed21 -
-
- -
- - view-360 -
- ti ti-view-360
- \ed84 -
-
- -
- - view-360-off -
- ti ti-view-360-off
- \f1c1 -
-
- -
- - viewfinder -
- ti ti-viewfinder
- \eb4e -
-
- -
- - viewfinder-off -
- ti ti-viewfinder-off
- \f1c2 -
-
- -
- - viewport-narrow -
- ti ti-viewport-narrow
- \ebf3 -
-
- -
- - viewport-wide -
- ti ti-viewport-wide
- \ebf4 -
-
- -
- - vinyl -
- ti ti-vinyl
- \f00d -
-
- -
- - vip -
- ti ti-vip
- \f3b3 -
-
- -
- - vip-off -
- ti ti-vip-off
- \f43a -
-
- -
- - virus -
- ti ti-virus
- \eb74 -
-
- -
- - virus-off -
- ti ti-virus-off
- \ed66 -
-
- -
- - virus-search -
- ti ti-virus-search
- \ed67 -
-
- -
- - vocabulary -
- ti ti-vocabulary
- \ef1e -
-
- -
- - vocabulary-off -
- ti ti-vocabulary-off
- \f43b -
-
- -
- - volcano -
- ti ti-volcano
- \f79c -
-
- -
- - volume -
- ti ti-volume
- \eb51 -
-
- -
- - volume-2 -
- ti ti-volume-2
- \eb4f -
-
- -
- - volume-3 -
- ti ti-volume-3
- \eb50 -
-
- -
- - volume-off -
- ti ti-volume-off
- \f1c3 -
-
- -
- - vs -
- ti ti-vs
- \fc52 -
-
- -
- - walk -
- ti ti-walk
- \ec87 -
-
- -
- - wall -
- ti ti-wall
- \ef7a -
-
- -
- - wall-off -
- ti ti-wall-off
- \f43c -
-
- -
- - wallet -
- ti ti-wallet
- \eb75 -
-
- -
- - wallet-off -
- ti ti-wallet-off
- \f1c4 -
-
- -
- - wallpaper -
- ti ti-wallpaper
- \ef56 -
-
- -
- - wallpaper-off -
- ti ti-wallpaper-off
- \f1c5 -
-
- -
- - wand -
- ti ti-wand
- \ebcb -
-
- -
- - wand-off -
- ti ti-wand-off
- \f1c6 -
-
- -
- - wash -
- ti ti-wash
- \f311 -
-
- -
- - wash-dry -
- ti ti-wash-dry
- \f304 -
-
- -
- - wash-dry-1 -
- ti ti-wash-dry-1
- \f2fa -
-
- -
- - wash-dry-2 -
- ti ti-wash-dry-2
- \f2fb -
-
- -
- - wash-dry-3 -
- ti ti-wash-dry-3
- \f2fc -
-
- -
- - wash-dry-a -
- ti ti-wash-dry-a
- \f2fd -
-
- -
- - wash-dry-dip -
- ti ti-wash-dry-dip
- \f2fe -
-
- -
- - wash-dry-f -
- ti ti-wash-dry-f
- \f2ff -
-
- -
- - wash-dry-flat -
- ti ti-wash-dry-flat
- \fa7f -
-
- -
- - wash-dry-hang -
- ti ti-wash-dry-hang
- \f300 -
-
- -
- - wash-dry-off -
- ti ti-wash-dry-off
- \f301 -
-
- -
- - wash-dry-p -
- ti ti-wash-dry-p
- \f302 -
-
- -
- - wash-dry-shade -
- ti ti-wash-dry-shade
- \f303 -
-
- -
- - wash-dry-w -
- ti ti-wash-dry-w
- \f322 -
-
- -
- - wash-dryclean -
- ti ti-wash-dryclean
- \f305 -
-
- -
- - wash-dryclean-off -
- ti ti-wash-dryclean-off
- \f323 -
-
- -
- - wash-eco -
- ti ti-wash-eco
- \fa80 -
-
- -
- - wash-gentle -
- ti ti-wash-gentle
- \f306 -
-
- -
- - wash-hand -
- ti ti-wash-hand
- \fa81 -
-
- -
- - wash-machine -
- ti ti-wash-machine
- \f25e -
-
- -
- - wash-off -
- ti ti-wash-off
- \f307 -
-
- -
- - wash-press -
- ti ti-wash-press
- \f308 -
-
- -
- - wash-temperature-1 -
- ti ti-wash-temperature-1
- \f309 -
-
- -
- - wash-temperature-2 -
- ti ti-wash-temperature-2
- \f30a -
-
- -
- - wash-temperature-3 -
- ti ti-wash-temperature-3
- \f30b -
-
- -
- - wash-temperature-4 -
- ti ti-wash-temperature-4
- \f30c -
-
- -
- - wash-temperature-5 -
- ti ti-wash-temperature-5
- \f30d -
-
- -
- - wash-temperature-6 -
- ti ti-wash-temperature-6
- \f30e -
-
- -
- - wash-tumble-dry -
- ti ti-wash-tumble-dry
- \f30f -
-
- -
- - wash-tumble-off -
- ti ti-wash-tumble-off
- \f310 -
-
- -
- - waterpolo -
- ti ti-waterpolo
- \fa6f -
-
- -
- - wave-saw-tool -
- ti ti-wave-saw-tool
- \ecd3 -
-
- -
- - wave-sine -
- ti ti-wave-sine
- \ecd4 -
-
- -
- - wave-square -
- ti ti-wave-square
- \ecd5 -
-
- -
- - waves-electricity -
- ti ti-waves-electricity
- \fcc5 -
-
- -
- - webhook -
- ti ti-webhook
- \f01e -
-
- -
- - webhook-off -
- ti ti-webhook-off
- \f43d -
-
- -
- - weight -
- ti ti-weight
- \f589 -
-
- -
- - wheel -
- ti ti-wheel
- \fc64 -
-
- -
- - wheelchair -
- ti ti-wheelchair
- \f1db -
-
- -
- - wheelchair-off -
- ti ti-wheelchair-off
- \f43e -
-
- -
- - whirl -
- ti ti-whirl
- \f51d -
-
- -
- - wifi -
- ti ti-wifi
- \eb52 -
-
- -
- - wifi-0 -
- ti ti-wifi-0
- \eba3 -
-
- -
- - wifi-1 -
- ti ti-wifi-1
- \eba4 -
-
- -
- - wifi-2 -
- ti ti-wifi-2
- \eba5 -
-
- -
- - wifi-off -
- ti ti-wifi-off
- \ecfa -
-
- -
- - wind -
- ti ti-wind
- \ec34 -
-
- -
- - wind-electricity -
- ti ti-wind-electricity
- \fcc6 -
-
- -
- - wind-off -
- ti ti-wind-off
- \f1c7 -
-
- -
- - windmill -
- ti ti-windmill
- \ed85 -
-
- -
- - windmill-filled -
- ti ti-windmill-filled
- \f6b2 -
-
- -
- - windmill-off -
- ti ti-windmill-off
- \f1c8 -
-
- -
- - window -
- ti ti-window
- \ef06 -
-
- -
- - window-maximize -
- ti ti-window-maximize
- \f1f1 -
-
- -
- - window-minimize -
- ti ti-window-minimize
- \f1f2 -
-
- -
- - window-off -
- ti ti-window-off
- \f1c9 -
-
- -
- - windsock -
- ti ti-windsock
- \f06d -
-
- -
- - wiper -
- ti ti-wiper
- \ecab -
-
- -
- - wiper-wash -
- ti ti-wiper-wash
- \ecaa -
-
- -
- - woman -
- ti ti-woman
- \eb53 -
-
- -
- - wood -
- ti ti-wood
- \f359 -
-
- -
- - world -
- ti ti-world
- \eb54 -
-
- -
- - world-bolt -
- ti ti-world-bolt
- \f9d9 -
-
- -
- - world-cancel -
- ti ti-world-cancel
- \f9da -
-
- -
- - world-check -
- ti ti-world-check
- \f9db -
-
- -
- - world-code -
- ti ti-world-code
- \f9dc -
-
- -
- - world-cog -
- ti ti-world-cog
- \f9dd -
-
- -
- - world-dollar -
- ti ti-world-dollar
- \f9de -
-
- -
- - world-down -
- ti ti-world-down
- \f9df -
-
- -
- - world-download -
- ti ti-world-download
- \ef8a -
-
- -
- - world-exclamation -
- ti ti-world-exclamation
- \f9e0 -
-
- -
- - world-heart -
- ti ti-world-heart
- \f9e1 -
-
- -
- - world-latitude -
- ti ti-world-latitude
- \ed2e -
-
- -
- - world-longitude -
- ti ti-world-longitude
- \ed2f -
-
- -
- - world-minus -
- ti ti-world-minus
- \f9e2 -
-
- -
- - world-off -
- ti ti-world-off
- \f1ca -
-
- -
- - world-pause -
- ti ti-world-pause
- \f9e3 -
-
- -
- - world-pin -
- ti ti-world-pin
- \f9e4 -
-
- -
- - world-plus -
- ti ti-world-plus
- \f9e5 -
-
- -
- - world-question -
- ti ti-world-question
- \f9e6 -
-
- -
- - world-search -
- ti ti-world-search
- \f9e7 -
-
- -
- - world-share -
- ti ti-world-share
- \f9e8 -
-
- -
- - world-star -
- ti ti-world-star
- \f9e9 -
-
- -
- - world-up -
- ti ti-world-up
- \f9ea -
-
- -
- - world-upload -
- ti ti-world-upload
- \ef8b -
-
- -
- - world-www -
- ti ti-world-www
- \f38f -
-
- -
- - world-x -
- ti ti-world-x
- \f9eb -
-
- -
- - wrecking-ball -
- ti ti-wrecking-ball
- \ed97 -
-
- -
- - writing -
- ti ti-writing
- \ef08 -
-
- -
- - writing-off -
- ti ti-writing-off
- \f1cb -
-
- -
- - writing-sign -
- ti ti-writing-sign
- \ef07 -
-
- -
- - writing-sign-off -
- ti ti-writing-sign-off
- \f1cc -
-
- -
- - x -
- ti ti-x
- \eb55 -
-
- -
- - xbox-a -
- ti ti-xbox-a
- \f2b6 -
-
- -
- - xbox-b -
- ti ti-xbox-b
- \f2b7 -
-
- -
- - xbox-x -
- ti ti-xbox-x
- \f2b8 -
-
- -
- - xbox-y -
- ti ti-xbox-y
- \f2b9 -
-
- -
- - xd -
- ti ti-xd
- \fa33 -
-
- -
- - xxx -
- ti ti-xxx
- \fc20 -
-
- -
- - yin-yang -
- ti ti-yin-yang
- \ec35 -
-
- -
- - yin-yang-filled -
- ti ti-yin-yang-filled
- \f785 -
-
- -
- - yoga -
- ti ti-yoga
- \f01f -
-
- -
- - zeppelin -
- ti ti-zeppelin
- \f270 -
-
- -
- - zeppelin-off -
- ti ti-zeppelin-off
- \f43f -
-
- -
- - zip -
- ti ti-zip
- \f3b4 -
-
- -
- - zodiac-aquarius -
- ti ti-zodiac-aquarius
- \ecac -
-
- -
- - zodiac-aries -
- ti ti-zodiac-aries
- \ecad -
-
- -
- - zodiac-cancer -
- ti ti-zodiac-cancer
- \ecae -
-
- -
- - zodiac-capricorn -
- ti ti-zodiac-capricorn
- \ecaf -
-
- -
- - zodiac-gemini -
- ti ti-zodiac-gemini
- \ecb0 -
-
- -
- - zodiac-leo -
- ti ti-zodiac-leo
- \ecb1 -
-
- -
- - zodiac-libra -
- ti ti-zodiac-libra
- \ecb2 -
-
- -
- - zodiac-pisces -
- ti ti-zodiac-pisces
- \ecb3 -
-
- -
- - zodiac-sagittarius -
- ti ti-zodiac-sagittarius
- \ecb4 -
-
- -
- - zodiac-scorpio -
- ti ti-zodiac-scorpio
- \ecb5 -
-
- -
- - zodiac-taurus -
- ti ti-zodiac-taurus
- \ecb6 -
-
- -
- - zodiac-virgo -
- ti ti-zodiac-virgo
- \ecb7 -
-
- -
- - zoom-cancel -
- ti ti-zoom-cancel
- \ec4d -
-
- -
- - zoom-check -
- ti ti-zoom-check
- \ef09 -
-
- -
- - zoom-check-filled -
- ti ti-zoom-check-filled
- \f786 -
-
- -
- - zoom-code -
- ti ti-zoom-code
- \f07f -
-
- -
- - zoom-exclamation -
- ti ti-zoom-exclamation
- \f080 -
-
- -
- - zoom-filled -
- ti ti-zoom-filled
- \f787 -
-
- -
- - zoom-in -
- ti ti-zoom-in
- \eb56 -
-
- -
- - zoom-in-area -
- ti ti-zoom-in-area
- \f1dc -
-
- -
- - zoom-in-area-filled -
- ti ti-zoom-in-area-filled
- \f788 -
-
- -
- - zoom-in-filled -
- ti ti-zoom-in-filled
- \f789 -
-
- -
- - zoom-money -
- ti ti-zoom-money
- \ef0a -
-
- -
- - zoom-out -
- ti ti-zoom-out
- \eb57 -
-
- -
- - zoom-out-area -
- ti ti-zoom-out-area
- \f1dd -
-
- -
- - zoom-out-filled -
- ti ti-zoom-out-filled
- \f78a -
-
- -
- - zoom-pan -
- ti ti-zoom-pan
- \f1de -
-
- -
- - zoom-question -
- ti ti-zoom-question
- \edeb -
-
- -
- - zoom-replace -
- ti ti-zoom-replace
- \f2a7 -
-
- -
- - zoom-reset -
- ti ti-zoom-reset
- \f295 -
-
- -
- - zoom-scan -
- ti ti-zoom-scan
- \fcb0 -
-
- -
- - zzz -
- ti ti-zzz
- \f228 -
-
- -
- - zzz-off -
- ti ti-zzz-off
- \f440 -
-
- -
-
-
- - - - - diff --git a/packages/icons-webfont/tabler-icons.min.css b/packages/icons-webfont/tabler-icons.min.css deleted file mode 100644 index ce26bd47c..000000000 --- a/packages/icons-webfont/tabler-icons.min.css +++ /dev/null @@ -1,4 +0,0 @@ -/*! - * Tabler Icons 3.0.0-alpha.0 by tabler - https://tabler.io - * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE - */@font-face{font-family:"tabler-icons";font-style:normal;font-weight:400;src:url("./fonts/tabler-icons.eot?v3.0.0-alpha.0");src:url("./fonts/tabler-icons.eot?#iefix-v3.0.0-alpha.0") format("embedded-opentype"),url("./fonts/tabler-icons.woff2?v3.0.0-alpha.0") format("woff2"),url("./fonts/tabler-icons.woff?") format("woff"),url("./fonts/tabler-icons.ttf?v3.0.0-alpha.0") format("truetype")}.ti{font-family:"tabler-icons" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-12-hours:before{content:"\fc53"}.ti-123:before{content:"\f554"}.ti-24-hours:before{content:"\f5e7"}.ti-2fa:before{content:"\eca0"}.ti-360:before{content:"\f62f"}.ti-360-view:before{content:"\f566"}.ti-3d-cube-sphere:before{content:"\ecd7"}.ti-3d-cube-sphere-off:before{content:"\f3b5"}.ti-3d-rotate:before{content:"\f020"}.ti-a-b:before{content:"\ec36"}.ti-a-b-2:before{content:"\f25f"}.ti-a-b-off:before{content:"\f0a6"}.ti-abacus:before{content:"\f05c"}.ti-abacus-off:before{content:"\f3b6"}.ti-abc:before{content:"\f567"}.ti-access-point:before{content:"\ed1b"}.ti-access-point-off:before{content:"\ed1a"}.ti-accessible:before{content:"\eba9"}.ti-accessible-off:before{content:"\f0a7"}.ti-accessible-off-filled:before{content:"\f6ea"}.ti-activity:before{content:"\ed23"}.ti-activity-heartbeat:before{content:"\f0db"}.ti-ad:before{content:"\ea02"}.ti-ad-2:before{content:"\ef1f"}.ti-ad-circle:before{content:"\f79e"}.ti-ad-circle-filled:before{content:"\f7d3"}.ti-ad-circle-off:before{content:"\f79d"}.ti-ad-filled:before{content:"\f6eb"}.ti-ad-off:before{content:"\f3b7"}.ti-address-book:before{content:"\f021"}.ti-address-book-off:before{content:"\f3b8"}.ti-adjustments:before{content:"\ea03"}.ti-adjustments-alt:before{content:"\ec37"}.ti-adjustments-bolt:before{content:"\f7fb"}.ti-adjustments-cancel:before{content:"\f7fc"}.ti-adjustments-check:before{content:"\f7fd"}.ti-adjustments-code:before{content:"\f7fe"}.ti-adjustments-cog:before{content:"\f7ff"}.ti-adjustments-dollar:before{content:"\f800"}.ti-adjustments-down:before{content:"\f801"}.ti-adjustments-exclamation:before{content:"\f802"}.ti-adjustments-filled:before{content:"\f6ec"}.ti-adjustments-heart:before{content:"\f803"}.ti-adjustments-horizontal:before{content:"\ec38"}.ti-adjustments-minus:before{content:"\f804"}.ti-adjustments-off:before{content:"\f0a8"}.ti-adjustments-pause:before{content:"\f805"}.ti-adjustments-pin:before{content:"\f806"}.ti-adjustments-plus:before{content:"\f807"}.ti-adjustments-question:before{content:"\f808"}.ti-adjustments-search:before{content:"\f809"}.ti-adjustments-share:before{content:"\f80a"}.ti-adjustments-star:before{content:"\f80b"}.ti-adjustments-up:before{content:"\f80c"}.ti-adjustments-x:before{content:"\f80d"}.ti-aerial-lift:before{content:"\edfe"}.ti-affiliate:before{content:"\edff"}.ti-affiliate-filled:before{content:"\f6ed"}.ti-air-balloon:before{content:"\f4a6"}.ti-air-conditioning:before{content:"\f3a2"}.ti-air-conditioning-disabled:before{content:"\f542"}.ti-air-traffic-control:before{content:"\fb01"}.ti-alarm:before{content:"\ea04"}.ti-alarm-average:before{content:"\fc9e"}.ti-alarm-filled:before{content:"\f709"}.ti-alarm-minus:before{content:"\f630"}.ti-alarm-minus-filled:before{content:"\f70a"}.ti-alarm-off:before{content:"\f0a9"}.ti-alarm-plus:before{content:"\f631"}.ti-alarm-plus-filled:before{content:"\f70b"}.ti-alarm-snooze:before{content:"\f632"}.ti-alarm-snooze-filled:before{content:"\f70c"}.ti-album:before{content:"\f022"}.ti-album-off:before{content:"\f3b9"}.ti-alert-circle:before{content:"\ea05"}.ti-alert-circle-filled:before{content:"\f6ee"}.ti-alert-circle-off:before{content:"\fc65"}.ti-alert-hexagon:before{content:"\f80e"}.ti-alert-hexagon-filled:before{content:"\fa34"}.ti-alert-hexagon-off:before{content:"\fc66"}.ti-alert-octagon:before{content:"\ecc6"}.ti-alert-octagon-filled:before{content:"\f6ef"}.ti-alert-small:before{content:"\f80f"}.ti-alert-small-off:before{content:"\fc67"}.ti-alert-square:before{content:"\f811"}.ti-alert-square-filled:before{content:"\fa35"}.ti-alert-square-rounded:before{content:"\f810"}.ti-alert-square-rounded-filled:before{content:"\fa36"}.ti-alert-square-rounded-off:before{content:"\fc68"}.ti-alert-triangle:before{content:"\ea06"}.ti-alert-triangle-filled:before{content:"\f6f0"}.ti-alert-triangle-off:before{content:"\fc69"}.ti-alien:before{content:"\ebde"}.ti-alien-filled:before{content:"\f70d"}.ti-align-box-bottom-center:before{content:"\f530"}.ti-align-box-bottom-center-filled:before{content:"\f70e"}.ti-align-box-bottom-left:before{content:"\f531"}.ti-align-box-bottom-left-filled:before{content:"\f70f"}.ti-align-box-bottom-right:before{content:"\f532"}.ti-align-box-bottom-right-filled:before{content:"\f710"}.ti-align-box-center-bottom:before{content:"\facb"}.ti-align-box-center-middle:before{content:"\f79f"}.ti-align-box-center-middle-filled:before{content:"\f7d4"}.ti-align-box-center-stretch:before{content:"\facc"}.ti-align-box-center-top:before{content:"\facd"}.ti-align-box-left-bottom:before{content:"\f533"}.ti-align-box-left-bottom-filled:before{content:"\f711"}.ti-align-box-left-middle:before{content:"\f534"}.ti-align-box-left-middle-filled:before{content:"\f712"}.ti-align-box-left-stretch:before{content:"\face"}.ti-align-box-left-top:before{content:"\f535"}.ti-align-box-left-top-filled:before{content:"\f713"}.ti-align-box-right-bottom:before{content:"\f536"}.ti-align-box-right-bottom-filled:before{content:"\f714"}.ti-align-box-right-middle:before{content:"\f537"}.ti-align-box-right-middle-filled:before{content:"\f7d5"}.ti-align-box-right-stretch:before{content:"\facf"}.ti-align-box-right-top:before{content:"\f538"}.ti-align-box-right-top-filled:before{content:"\f715"}.ti-align-box-top-center:before{content:"\f539"}.ti-align-box-top-center-filled:before{content:"\f716"}.ti-align-box-top-left:before{content:"\f53a"}.ti-align-box-top-left-filled:before{content:"\f717"}.ti-align-box-top-right:before{content:"\f53b"}.ti-align-box-top-right-filled:before{content:"\f718"}.ti-align-center:before{content:"\ea07"}.ti-align-justified:before{content:"\ea08"}.ti-align-left:before{content:"\ea09"}.ti-align-right:before{content:"\ea0a"}.ti-alpha:before{content:"\f543"}.ti-alphabet-cyrillic:before{content:"\f1df"}.ti-alphabet-greek:before{content:"\f1e0"}.ti-alphabet-latin:before{content:"\f1e1"}.ti-alt:before{content:"\fc54"}.ti-ambulance:before{content:"\ebf5"}.ti-ampersand:before{content:"\f229"}.ti-analyze:before{content:"\f3a3"}.ti-analyze-filled:before{content:"\f719"}.ti-analyze-off:before{content:"\f3ba"}.ti-anchor:before{content:"\eb76"}.ti-anchor-off:before{content:"\f0f7"}.ti-angle:before{content:"\ef20"}.ti-ankh:before{content:"\f1cd"}.ti-antenna:before{content:"\f094"}.ti-antenna-bars-1:before{content:"\ecc7"}.ti-antenna-bars-2:before{content:"\ecc8"}.ti-antenna-bars-3:before{content:"\ecc9"}.ti-antenna-bars-4:before{content:"\ecca"}.ti-antenna-bars-5:before{content:"\eccb"}.ti-antenna-bars-off:before{content:"\f0aa"}.ti-antenna-off:before{content:"\f3bb"}.ti-aperture:before{content:"\eb58"}.ti-aperture-off:before{content:"\f3bc"}.ti-api:before{content:"\effd"}.ti-api-app:before{content:"\effc"}.ti-api-app-off:before{content:"\f0ab"}.ti-api-off:before{content:"\f0f8"}.ti-app-window:before{content:"\efe6"}.ti-app-window-filled:before{content:"\f71a"}.ti-apple:before{content:"\ef21"}.ti-apps:before{content:"\ebb6"}.ti-apps-filled:before{content:"\f6f1"}.ti-apps-off:before{content:"\f0ac"}.ti-archery-arrow:before{content:"\fc55"}.ti-archive:before{content:"\ea0b"}.ti-archive-filled:before{content:"\fa82"}.ti-archive-off:before{content:"\f0ad"}.ti-armchair:before{content:"\ef9e"}.ti-armchair-2:before{content:"\efe7"}.ti-armchair-2-off:before{content:"\f3bd"}.ti-armchair-off:before{content:"\f3be"}.ti-arrow-autofit-content:before{content:"\ef31"}.ti-arrow-autofit-content-filled:before{content:"\f6f2"}.ti-arrow-autofit-down:before{content:"\ef32"}.ti-arrow-autofit-height:before{content:"\ef33"}.ti-arrow-autofit-left:before{content:"\ef34"}.ti-arrow-autofit-right:before{content:"\ef35"}.ti-arrow-autofit-up:before{content:"\ef36"}.ti-arrow-autofit-width:before{content:"\ef37"}.ti-arrow-back:before{content:"\ea0c"}.ti-arrow-back-up:before{content:"\eb77"}.ti-arrow-back-up-double:before{content:"\f9ec"}.ti-arrow-badge-down:before{content:"\f60b"}.ti-arrow-badge-down-filled:before{content:"\f7d6"}.ti-arrow-badge-left:before{content:"\f60c"}.ti-arrow-badge-left-filled:before{content:"\f7d7"}.ti-arrow-badge-right:before{content:"\f60d"}.ti-arrow-badge-right-filled:before{content:"\f7d8"}.ti-arrow-badge-up:before{content:"\f60e"}.ti-arrow-badge-up-filled:before{content:"\f7d9"}.ti-arrow-bar-both:before{content:"\fadd"}.ti-arrow-bar-down:before{content:"\ea0d"}.ti-arrow-bar-left:before{content:"\ea0e"}.ti-arrow-bar-right:before{content:"\ea0f"}.ti-arrow-bar-to-down:before{content:"\ec88"}.ti-arrow-bar-to-left:before{content:"\ec89"}.ti-arrow-bar-to-right:before{content:"\ec8a"}.ti-arrow-bar-to-up:before{content:"\ec8b"}.ti-arrow-bar-up:before{content:"\ea10"}.ti-arrow-bear-left:before{content:"\f045"}.ti-arrow-bear-left-2:before{content:"\f044"}.ti-arrow-bear-right:before{content:"\f047"}.ti-arrow-bear-right-2:before{content:"\f046"}.ti-arrow-big-down:before{content:"\edda"}.ti-arrow-big-down-filled:before{content:"\f6c6"}.ti-arrow-big-down-line:before{content:"\efe8"}.ti-arrow-big-down-line-filled:before{content:"\f6c7"}.ti-arrow-big-down-lines:before{content:"\efe9"}.ti-arrow-big-down-lines-filled:before{content:"\f6c8"}.ti-arrow-big-left:before{content:"\eddb"}.ti-arrow-big-left-filled:before{content:"\f6c9"}.ti-arrow-big-left-line:before{content:"\efea"}.ti-arrow-big-left-line-filled:before{content:"\f6ca"}.ti-arrow-big-left-lines:before{content:"\efeb"}.ti-arrow-big-left-lines-filled:before{content:"\f6cb"}.ti-arrow-big-right:before{content:"\eddc"}.ti-arrow-big-right-filled:before{content:"\f6cc"}.ti-arrow-big-right-line:before{content:"\efec"}.ti-arrow-big-right-line-filled:before{content:"\f6cd"}.ti-arrow-big-right-lines:before{content:"\efed"}.ti-arrow-big-right-lines-filled:before{content:"\f6ce"}.ti-arrow-big-up:before{content:"\eddd"}.ti-arrow-big-up-filled:before{content:"\f6cf"}.ti-arrow-big-up-line:before{content:"\efee"}.ti-arrow-big-up-line-filled:before{content:"\f6d0"}.ti-arrow-big-up-lines:before{content:"\efef"}.ti-arrow-big-up-lines-filled:before{content:"\f6d1"}.ti-arrow-bounce:before{content:"\f3a4"}.ti-arrow-capsule:before{content:"\fade"}.ti-arrow-curve-left:before{content:"\f048"}.ti-arrow-curve-right:before{content:"\f049"}.ti-arrow-down:before{content:"\ea16"}.ti-arrow-down-bar:before{content:"\ed98"}.ti-arrow-down-circle:before{content:"\ea11"}.ti-arrow-down-from-arc:before{content:"\fd86"}.ti-arrow-down-left:before{content:"\ea13"}.ti-arrow-down-left-circle:before{content:"\ea12"}.ti-arrow-down-rhombus:before{content:"\f61d"}.ti-arrow-down-right:before{content:"\ea15"}.ti-arrow-down-right-circle:before{content:"\ea14"}.ti-arrow-down-square:before{content:"\ed9a"}.ti-arrow-down-tail:before{content:"\ed9b"}.ti-arrow-down-to-arc:before{content:"\fd87"}.ti-arrow-elbow-left:before{content:"\f9ed"}.ti-arrow-elbow-right:before{content:"\f9ee"}.ti-arrow-fork:before{content:"\f04a"}.ti-arrow-forward:before{content:"\ea17"}.ti-arrow-forward-up:before{content:"\eb78"}.ti-arrow-forward-up-double:before{content:"\f9ef"}.ti-arrow-guide:before{content:"\f22a"}.ti-arrow-iteration:before{content:"\f578"}.ti-arrow-left:before{content:"\ea19"}.ti-arrow-left-bar:before{content:"\ed9c"}.ti-arrow-left-circle:before{content:"\ea18"}.ti-arrow-left-from-arc:before{content:"\fd88"}.ti-arrow-left-rhombus:before{content:"\f61e"}.ti-arrow-left-right:before{content:"\f04b"}.ti-arrow-left-square:before{content:"\ed9d"}.ti-arrow-left-tail:before{content:"\ed9e"}.ti-arrow-left-to-arc:before{content:"\fd89"}.ti-arrow-loop-left:before{content:"\ed9f"}.ti-arrow-loop-left-2:before{content:"\f04c"}.ti-arrow-loop-right:before{content:"\eda0"}.ti-arrow-loop-right-2:before{content:"\f04d"}.ti-arrow-merge:before{content:"\f04e"}.ti-arrow-merge-alt-left:before{content:"\fc9f"}.ti-arrow-merge-alt-right:before{content:"\fca0"}.ti-arrow-merge-both:before{content:"\f23b"}.ti-arrow-merge-left:before{content:"\f23c"}.ti-arrow-merge-right:before{content:"\f23d"}.ti-arrow-move-down:before{content:"\f2ba"}.ti-arrow-move-left:before{content:"\f2bb"}.ti-arrow-move-right:before{content:"\f2bc"}.ti-arrow-move-up:before{content:"\f2bd"}.ti-arrow-narrow-down:before{content:"\ea1a"}.ti-arrow-narrow-left:before{content:"\ea1b"}.ti-arrow-narrow-right:before{content:"\ea1c"}.ti-arrow-narrow-up:before{content:"\ea1d"}.ti-arrow-ramp-left:before{content:"\ed3c"}.ti-arrow-ramp-left-2:before{content:"\f04f"}.ti-arrow-ramp-left-3:before{content:"\f050"}.ti-arrow-ramp-right:before{content:"\ed3d"}.ti-arrow-ramp-right-2:before{content:"\f051"}.ti-arrow-ramp-right-3:before{content:"\f052"}.ti-arrow-right:before{content:"\ea1f"}.ti-arrow-right-bar:before{content:"\eda1"}.ti-arrow-right-circle:before{content:"\ea1e"}.ti-arrow-right-from-arc:before{content:"\fd8a"}.ti-arrow-right-rhombus:before{content:"\f61f"}.ti-arrow-right-square:before{content:"\eda2"}.ti-arrow-right-tail:before{content:"\eda3"}.ti-arrow-right-to-arc:before{content:"\fd8b"}.ti-arrow-rotary-first-left:before{content:"\f053"}.ti-arrow-rotary-first-right:before{content:"\f054"}.ti-arrow-rotary-last-left:before{content:"\f055"}.ti-arrow-rotary-last-right:before{content:"\f056"}.ti-arrow-rotary-left:before{content:"\f057"}.ti-arrow-rotary-right:before{content:"\f058"}.ti-arrow-rotary-straight:before{content:"\f059"}.ti-arrow-roundabout-left:before{content:"\f22b"}.ti-arrow-roundabout-right:before{content:"\f22c"}.ti-arrow-sharp-turn-left:before{content:"\f05a"}.ti-arrow-sharp-turn-right:before{content:"\f05b"}.ti-arrow-up:before{content:"\ea25"}.ti-arrow-up-bar:before{content:"\eda4"}.ti-arrow-up-circle:before{content:"\ea20"}.ti-arrow-up-from-arc:before{content:"\fd8c"}.ti-arrow-up-left:before{content:"\ea22"}.ti-arrow-up-left-circle:before{content:"\ea21"}.ti-arrow-up-rhombus:before{content:"\f620"}.ti-arrow-up-right:before{content:"\ea24"}.ti-arrow-up-right-circle:before{content:"\ea23"}.ti-arrow-up-square:before{content:"\eda6"}.ti-arrow-up-tail:before{content:"\eda7"}.ti-arrow-up-to-arc:before{content:"\fd8d"}.ti-arrow-wave-left-down:before{content:"\eda8"}.ti-arrow-wave-left-up:before{content:"\eda9"}.ti-arrow-wave-right-down:before{content:"\edaa"}.ti-arrow-wave-right-up:before{content:"\edab"}.ti-arrow-zig-zag:before{content:"\f4a7"}.ti-arrows-cross:before{content:"\effe"}.ti-arrows-diagonal:before{content:"\ea27"}.ti-arrows-diagonal-2:before{content:"\ea26"}.ti-arrows-diagonal-minimize:before{content:"\ef39"}.ti-arrows-diagonal-minimize-2:before{content:"\ef38"}.ti-arrows-diff:before{content:"\f296"}.ti-arrows-double-ne-sw:before{content:"\edde"}.ti-arrows-double-nw-se:before{content:"\eddf"}.ti-arrows-double-se-nw:before{content:"\ede0"}.ti-arrows-double-sw-ne:before{content:"\ede1"}.ti-arrows-down:before{content:"\edad"}.ti-arrows-down-up:before{content:"\edac"}.ti-arrows-exchange:before{content:"\f1f4"}.ti-arrows-exchange-2:before{content:"\f1f3"}.ti-arrows-horizontal:before{content:"\eb59"}.ti-arrows-join:before{content:"\edaf"}.ti-arrows-join-2:before{content:"\edae"}.ti-arrows-left:before{content:"\edb1"}.ti-arrows-left-down:before{content:"\ee00"}.ti-arrows-left-right:before{content:"\edb0"}.ti-arrows-maximize:before{content:"\ea28"}.ti-arrows-minimize:before{content:"\ea29"}.ti-arrows-move:before{content:"\f22f"}.ti-arrows-move-horizontal:before{content:"\f22d"}.ti-arrows-move-vertical:before{content:"\f22e"}.ti-arrows-random:before{content:"\f095"}.ti-arrows-right:before{content:"\edb3"}.ti-arrows-right-down:before{content:"\ee01"}.ti-arrows-right-left:before{content:"\edb2"}.ti-arrows-shuffle:before{content:"\f000"}.ti-arrows-shuffle-2:before{content:"\efff"}.ti-arrows-sort:before{content:"\eb5a"}.ti-arrows-split:before{content:"\edb5"}.ti-arrows-split-2:before{content:"\edb4"}.ti-arrows-transfer-down:before{content:"\f2cc"}.ti-arrows-transfer-up:before{content:"\f2cd"}.ti-arrows-up:before{content:"\edb7"}.ti-arrows-up-down:before{content:"\edb6"}.ti-arrows-up-left:before{content:"\ee02"}.ti-arrows-up-right:before{content:"\ee03"}.ti-arrows-vertical:before{content:"\eb5b"}.ti-artboard:before{content:"\ea2a"}.ti-artboard-filled:before{content:"\fa83"}.ti-artboard-off:before{content:"\f0ae"}.ti-article:before{content:"\f1e2"}.ti-article-filled-filled:before{content:"\f7da"}.ti-article-off:before{content:"\f3bf"}.ti-aspect-ratio:before{content:"\ed30"}.ti-aspect-ratio-filled:before{content:"\f7db"}.ti-aspect-ratio-off:before{content:"\f0af"}.ti-assembly:before{content:"\f24d"}.ti-assembly-off:before{content:"\f3c0"}.ti-asset:before{content:"\f1ce"}.ti-asterisk:before{content:"\efd5"}.ti-asterisk-simple:before{content:"\efd4"}.ti-at:before{content:"\ea2b"}.ti-at-off:before{content:"\f0b0"}.ti-atom:before{content:"\eb79"}.ti-atom-2:before{content:"\ebdf"}.ti-atom-2-filled:before{content:"\f71b"}.ti-atom-off:before{content:"\f0f9"}.ti-augmented-reality:before{content:"\f023"}.ti-augmented-reality-2:before{content:"\f37e"}.ti-augmented-reality-off:before{content:"\f3c1"}.ti-automatic-gearbox:before{content:"\fc89"}.ti-avocado:before{content:"\fd8e"}.ti-award:before{content:"\ea2c"}.ti-award-filled:before{content:"\f71c"}.ti-award-off:before{content:"\f0fa"}.ti-axe:before{content:"\ef9f"}.ti-axis-x:before{content:"\ef45"}.ti-axis-y:before{content:"\ef46"}.ti-baby-bottle:before{content:"\f5d2"}.ti-baby-carriage:before{content:"\f05d"}.ti-background:before{content:"\fd2c"}.ti-backhoe:before{content:"\ed86"}.ti-backpack:before{content:"\ef47"}.ti-backpack-off:before{content:"\f3c2"}.ti-backslash:before{content:"\fab9"}.ti-backspace:before{content:"\ea2d"}.ti-backspace-filled:before{content:"\f7dc"}.ti-badge:before{content:"\efc2"}.ti-badge-3d:before{content:"\f555"}.ti-badge-4k:before{content:"\f556"}.ti-badge-8k:before{content:"\f557"}.ti-badge-ad:before{content:"\f558"}.ti-badge-ad-off:before{content:"\fd8f"}.ti-badge-ar:before{content:"\f559"}.ti-badge-cc:before{content:"\f55a"}.ti-badge-filled:before{content:"\f667"}.ti-badge-hd:before{content:"\f55b"}.ti-badge-off:before{content:"\f0fb"}.ti-badge-sd:before{content:"\f55c"}.ti-badge-tm:before{content:"\f55d"}.ti-badge-vo:before{content:"\f55e"}.ti-badge-vr:before{content:"\f55f"}.ti-badge-wc:before{content:"\f560"}.ti-badges:before{content:"\efc3"}.ti-badges-filled:before{content:"\f7dd"}.ti-badges-off:before{content:"\f0fc"}.ti-baguette:before{content:"\f3a5"}.ti-ball-american-football:before{content:"\ee04"}.ti-ball-american-football-off:before{content:"\f3c3"}.ti-ball-baseball:before{content:"\efa0"}.ti-ball-basketball:before{content:"\ec28"}.ti-ball-bowling:before{content:"\ec29"}.ti-ball-football:before{content:"\ee06"}.ti-ball-football-off:before{content:"\ee05"}.ti-ball-tennis:before{content:"\ec2a"}.ti-ball-volleyball:before{content:"\ec2b"}.ti-balloon:before{content:"\ef3a"}.ti-balloon-filled:before{content:"\fa84"}.ti-balloon-off:before{content:"\f0fd"}.ti-ballpen:before{content:"\f06e"}.ti-ballpen-filled:before{content:"\fa85"}.ti-ballpen-off:before{content:"\f0b1"}.ti-ban:before{content:"\ea2e"}.ti-bandage:before{content:"\eb7a"}.ti-bandage-filled:before{content:"\f7de"}.ti-bandage-off:before{content:"\f3c4"}.ti-barbell:before{content:"\eff0"}.ti-barbell-off:before{content:"\f0b2"}.ti-barcode:before{content:"\ebc6"}.ti-barcode-off:before{content:"\f0b3"}.ti-barrel:before{content:"\f0b4"}.ti-barrel-off:before{content:"\f0fe"}.ti-barrier-block:before{content:"\f00e"}.ti-barrier-block-off:before{content:"\f0b5"}.ti-baseline:before{content:"\f024"}.ti-baseline-density-large:before{content:"\f9f0"}.ti-baseline-density-medium:before{content:"\f9f1"}.ti-baseline-density-small:before{content:"\f9f2"}.ti-basket:before{content:"\ebe1"}.ti-basket-bolt:before{content:"\fb43"}.ti-basket-cancel:before{content:"\fb44"}.ti-basket-check:before{content:"\fb45"}.ti-basket-code:before{content:"\fb46"}.ti-basket-cog:before{content:"\fb47"}.ti-basket-discount:before{content:"\fb48"}.ti-basket-dollar:before{content:"\fb49"}.ti-basket-down:before{content:"\fb4a"}.ti-basket-exclamation:before{content:"\fb4b"}.ti-basket-filled:before{content:"\f7df"}.ti-basket-heart:before{content:"\fb4c"}.ti-basket-minus:before{content:"\fb4d"}.ti-basket-off:before{content:"\f0b6"}.ti-basket-pause:before{content:"\fb4e"}.ti-basket-pin:before{content:"\fb4f"}.ti-basket-plus:before{content:"\fb50"}.ti-basket-question:before{content:"\fb51"}.ti-basket-search:before{content:"\fb52"}.ti-basket-share:before{content:"\fb53"}.ti-basket-star:before{content:"\fb54"}.ti-basket-up:before{content:"\fb55"}.ti-basket-x:before{content:"\fb56"}.ti-bat:before{content:"\f284"}.ti-bath:before{content:"\ef48"}.ti-bath-filled:before{content:"\f71d"}.ti-bath-off:before{content:"\f0ff"}.ti-battery:before{content:"\ea34"}.ti-battery-1:before{content:"\ea2f"}.ti-battery-1-filled:before{content:"\f71e"}.ti-battery-2:before{content:"\ea30"}.ti-battery-2-filled:before{content:"\f71f"}.ti-battery-3:before{content:"\ea31"}.ti-battery-3-filled:before{content:"\f720"}.ti-battery-4:before{content:"\ea32"}.ti-battery-4-filled:before{content:"\f721"}.ti-battery-automotive:before{content:"\ee07"}.ti-battery-charging:before{content:"\ea33"}.ti-battery-charging-2:before{content:"\ef3b"}.ti-battery-eco:before{content:"\ef3c"}.ti-battery-filled:before{content:"\f668"}.ti-battery-off:before{content:"\ed1c"}.ti-beach:before{content:"\ef3d"}.ti-beach-off:before{content:"\f0b7"}.ti-bed:before{content:"\eb5c"}.ti-bed-filled:before{content:"\f7e0"}.ti-bed-flat:before{content:"\fca1"}.ti-bed-off:before{content:"\f100"}.ti-beer:before{content:"\efa1"}.ti-beer-filled:before{content:"\f7e1"}.ti-beer-off:before{content:"\f101"}.ti-bell:before{content:"\ea35"}.ti-bell-bolt:before{content:"\f812"}.ti-bell-cancel:before{content:"\f813"}.ti-bell-check:before{content:"\f814"}.ti-bell-code:before{content:"\f815"}.ti-bell-cog:before{content:"\f816"}.ti-bell-dollar:before{content:"\f817"}.ti-bell-down:before{content:"\f818"}.ti-bell-exclamation:before{content:"\f819"}.ti-bell-filled:before{content:"\f669"}.ti-bell-heart:before{content:"\f81a"}.ti-bell-minus:before{content:"\ede2"}.ti-bell-minus-filled:before{content:"\f722"}.ti-bell-off:before{content:"\ece9"}.ti-bell-pause:before{content:"\f81b"}.ti-bell-pin:before{content:"\f81c"}.ti-bell-plus:before{content:"\ede3"}.ti-bell-plus-filled:before{content:"\f723"}.ti-bell-question:before{content:"\f81d"}.ti-bell-ringing:before{content:"\ed07"}.ti-bell-ringing-2:before{content:"\ede4"}.ti-bell-ringing-2-filled:before{content:"\f724"}.ti-bell-ringing-filled:before{content:"\f725"}.ti-bell-school:before{content:"\f05e"}.ti-bell-search:before{content:"\f81e"}.ti-bell-share:before{content:"\f81f"}.ti-bell-star:before{content:"\f820"}.ti-bell-up:before{content:"\f821"}.ti-bell-x:before{content:"\ede5"}.ti-bell-x-filled:before{content:"\f726"}.ti-bell-z:before{content:"\eff1"}.ti-bell-z-filled:before{content:"\f727"}.ti-beta:before{content:"\f544"}.ti-bible:before{content:"\efc4"}.ti-bike:before{content:"\ea36"}.ti-bike-off:before{content:"\f0b8"}.ti-binary:before{content:"\ee08"}.ti-binary-off:before{content:"\f3c5"}.ti-binary-tree:before{content:"\f5d4"}.ti-binary-tree-2:before{content:"\f5d3"}.ti-biohazard:before{content:"\ecb8"}.ti-biohazard-off:before{content:"\f0b9"}.ti-blade:before{content:"\f4bd"}.ti-blade-filled:before{content:"\f7e2"}.ti-bleach:before{content:"\f2f3"}.ti-bleach-chlorine:before{content:"\f2f0"}.ti-bleach-no-chlorine:before{content:"\f2f1"}.ti-bleach-off:before{content:"\f2f2"}.ti-blender:before{content:"\fca2"}.ti-blockquote:before{content:"\ee09"}.ti-bluetooth:before{content:"\ea37"}.ti-bluetooth-connected:before{content:"\ecea"}.ti-bluetooth-off:before{content:"\eceb"}.ti-bluetooth-x:before{content:"\f081"}.ti-blur:before{content:"\ef8c"}.ti-blur-off:before{content:"\f3c6"}.ti-bmp:before{content:"\f3a6"}.ti-body-scan:before{content:"\fca3"}.ti-bold:before{content:"\eb7b"}.ti-bold-off:before{content:"\f0ba"}.ti-bolt:before{content:"\ea38"}.ti-bolt-off:before{content:"\ecec"}.ti-bomb:before{content:"\f59c"}.ti-bomb-filled:before{content:"\fa86"}.ti-bone:before{content:"\edb8"}.ti-bone-off:before{content:"\f0bb"}.ti-bong:before{content:"\f3a7"}.ti-bong-off:before{content:"\f3c7"}.ti-book:before{content:"\ea39"}.ti-book-2:before{content:"\efc5"}.ti-book-download:before{content:"\f070"}.ti-book-filled:before{content:"\fa87"}.ti-book-off:before{content:"\f0bc"}.ti-book-upload:before{content:"\f071"}.ti-bookmark:before{content:"\ea3a"}.ti-bookmark-ai:before{content:"\fc8a"}.ti-bookmark-edit:before{content:"\fa5e"}.ti-bookmark-filled:before{content:"\fa88"}.ti-bookmark-minus:before{content:"\fa5f"}.ti-bookmark-off:before{content:"\eced"}.ti-bookmark-plus:before{content:"\fa60"}.ti-bookmark-question:before{content:"\fa61"}.ti-bookmarks:before{content:"\ed08"}.ti-bookmarks-filled:before{content:"\fb1f"}.ti-bookmarks-off:before{content:"\f0bd"}.ti-books:before{content:"\eff2"}.ti-books-off:before{content:"\f0be"}.ti-border-all:before{content:"\ea3b"}.ti-border-bottom:before{content:"\ea3c"}.ti-border-corner-ios:before{content:"\fd98"}.ti-border-corner-pill:before{content:"\fd62"}.ti-border-corner-rounded:before{content:"\fd63"}.ti-border-corner-square:before{content:"\fd64"}.ti-border-corners:before{content:"\f7a0"}.ti-border-horizontal:before{content:"\ea3d"}.ti-border-inner:before{content:"\ea3e"}.ti-border-left:before{content:"\ea3f"}.ti-border-none:before{content:"\ea40"}.ti-border-outer:before{content:"\ea41"}.ti-border-radius:before{content:"\eb7c"}.ti-border-right:before{content:"\ea42"}.ti-border-sides:before{content:"\f7a1"}.ti-border-style:before{content:"\ee0a"}.ti-border-style-2:before{content:"\ef22"}.ti-border-top:before{content:"\ea43"}.ti-border-vertical:before{content:"\ea44"}.ti-bottle:before{content:"\ef0b"}.ti-bottle-filled:before{content:"\fa89"}.ti-bottle-off:before{content:"\f3c8"}.ti-bounce-left:before{content:"\f59d"}.ti-bounce-left-filled:before{content:"\fb20"}.ti-bounce-right:before{content:"\f59e"}.ti-bounce-right-filled:before{content:"\fb21"}.ti-bow:before{content:"\f096"}.ti-bowl:before{content:"\f4fa"}.ti-bowl-chopsticks:before{content:"\fd90"}.ti-bowl-filled:before{content:"\fb22"}.ti-bowl-spoon:before{content:"\fd91"}.ti-box:before{content:"\ea45"}.ti-box-align-bottom:before{content:"\f2a8"}.ti-box-align-bottom-filled:before{content:"\fa8a"}.ti-box-align-bottom-left:before{content:"\f2ce"}.ti-box-align-bottom-left-filled:before{content:"\fa8b"}.ti-box-align-bottom-right:before{content:"\f2cf"}.ti-box-align-bottom-right-filled:before{content:"\fa8c"}.ti-box-align-left:before{content:"\f2a9"}.ti-box-align-left-filled:before{content:"\fa8d"}.ti-box-align-right:before{content:"\f2aa"}.ti-box-align-right-filled:before{content:"\fa8e"}.ti-box-align-top:before{content:"\f2ab"}.ti-box-align-top-filled:before{content:"\fa8f"}.ti-box-align-top-left:before{content:"\f2d0"}.ti-box-align-top-left-filled:before{content:"\fa90"}.ti-box-align-top-right:before{content:"\f2d1"}.ti-box-align-top-right-filled:before{content:"\fa91"}.ti-box-margin:before{content:"\ee0b"}.ti-box-model:before{content:"\ee0c"}.ti-box-model-2:before{content:"\ef23"}.ti-box-model-2-off:before{content:"\f3c9"}.ti-box-model-off:before{content:"\f3ca"}.ti-box-multiple:before{content:"\ee17"}.ti-box-multiple-0:before{content:"\ee0d"}.ti-box-multiple-1:before{content:"\ee0e"}.ti-box-multiple-2:before{content:"\ee0f"}.ti-box-multiple-3:before{content:"\ee10"}.ti-box-multiple-4:before{content:"\ee11"}.ti-box-multiple-5:before{content:"\ee12"}.ti-box-multiple-6:before{content:"\ee13"}.ti-box-multiple-7:before{content:"\ee14"}.ti-box-multiple-8:before{content:"\ee15"}.ti-box-multiple-9:before{content:"\ee16"}.ti-box-off:before{content:"\f102"}.ti-box-padding:before{content:"\ee18"}.ti-box-seam:before{content:"\f561"}.ti-braces:before{content:"\ebcc"}.ti-braces-off:before{content:"\f0bf"}.ti-brackets:before{content:"\ebcd"}.ti-brackets-angle:before{content:"\fcb2"}.ti-brackets-angle-off:before{content:"\fcb1"}.ti-brackets-contain:before{content:"\f1e5"}.ti-brackets-contain-end:before{content:"\f1e3"}.ti-brackets-contain-start:before{content:"\f1e4"}.ti-brackets-off:before{content:"\f0c0"}.ti-braille:before{content:"\f545"}.ti-brain:before{content:"\f59f"}.ti-brand-4chan:before{content:"\f494"}.ti-brand-abstract:before{content:"\f495"}.ti-brand-adobe:before{content:"\f0dc"}.ti-brand-adonis-js:before{content:"\f496"}.ti-brand-airbnb:before{content:"\ed68"}.ti-brand-airtable:before{content:"\ef6a"}.ti-brand-algolia:before{content:"\f390"}.ti-brand-alipay:before{content:"\f7a2"}.ti-brand-alpine-js:before{content:"\f324"}.ti-brand-amazon:before{content:"\f230"}.ti-brand-amd:before{content:"\f653"}.ti-brand-amigo:before{content:"\f5f9"}.ti-brand-among-us:before{content:"\f205"}.ti-brand-android:before{content:"\ec16"}.ti-brand-angular:before{content:"\ef6b"}.ti-brand-ansible:before{content:"\fa70"}.ti-brand-ao3:before{content:"\f5e8"}.ti-brand-appgallery:before{content:"\f231"}.ti-brand-apple:before{content:"\ec17"}.ti-brand-apple-arcade:before{content:"\ed69"}.ti-brand-apple-filled:before{content:"\fd74"}.ti-brand-apple-podcast:before{content:"\f1e6"}.ti-brand-appstore:before{content:"\ed24"}.ti-brand-asana:before{content:"\edc5"}.ti-brand-auth0:before{content:"\fcb3"}.ti-brand-aws:before{content:"\fa4c"}.ti-brand-azure:before{content:"\fa4d"}.ti-brand-backbone:before{content:"\f325"}.ti-brand-badoo:before{content:"\f206"}.ti-brand-baidu:before{content:"\f5e9"}.ti-brand-bandcamp:before{content:"\f207"}.ti-brand-bandlab:before{content:"\f5fa"}.ti-brand-beats:before{content:"\f208"}.ti-brand-behance:before{content:"\ec6e"}.ti-brand-bilibili:before{content:"\f6d2"}.ti-brand-binance:before{content:"\f5a0"}.ti-brand-bing:before{content:"\edc6"}.ti-brand-bitbucket:before{content:"\edc7"}.ti-brand-blackberry:before{content:"\f568"}.ti-brand-blender:before{content:"\f326"}.ti-brand-blogger:before{content:"\f35a"}.ti-brand-bluesky:before{content:"\fd75"}.ti-brand-booking:before{content:"\edc8"}.ti-brand-bootstrap:before{content:"\ef3e"}.ti-brand-bulma:before{content:"\f327"}.ti-brand-bumble:before{content:"\f5fb"}.ti-brand-bunpo:before{content:"\f4cf"}.ti-brand-c-sharp:before{content:"\f003"}.ti-brand-cake:before{content:"\f7a3"}.ti-brand-cakephp:before{content:"\f7af"}.ti-brand-campaignmonitor:before{content:"\f328"}.ti-brand-carbon:before{content:"\f348"}.ti-brand-cashapp:before{content:"\f391"}.ti-brand-chrome:before{content:"\ec18"}.ti-brand-cinema-4d:before{content:"\fa71"}.ti-brand-citymapper:before{content:"\f5fc"}.ti-brand-cloudflare:before{content:"\fa4e"}.ti-brand-codecov:before{content:"\f329"}.ti-brand-codepen:before{content:"\ec6f"}.ti-brand-codesandbox:before{content:"\ed6a"}.ti-brand-cohost:before{content:"\f5d5"}.ti-brand-coinbase:before{content:"\f209"}.ti-brand-comedy-central:before{content:"\f217"}.ti-brand-coreos:before{content:"\f5fd"}.ti-brand-couchdb:before{content:"\f60f"}.ti-brand-couchsurfing:before{content:"\f392"}.ti-brand-cpp:before{content:"\f5fe"}.ti-brand-craft:before{content:"\fa72"}.ti-brand-crunchbase:before{content:"\f7e3"}.ti-brand-css3:before{content:"\ed6b"}.ti-brand-ctemplar:before{content:"\f4d0"}.ti-brand-cucumber:before{content:"\ef6c"}.ti-brand-cupra:before{content:"\f4d1"}.ti-brand-cypress:before{content:"\f333"}.ti-brand-d3:before{content:"\f24e"}.ti-brand-databricks:before{content:"\fc41"}.ti-brand-days-counter:before{content:"\f4d2"}.ti-brand-dcos:before{content:"\f32a"}.ti-brand-debian:before{content:"\ef57"}.ti-brand-deezer:before{content:"\f78b"}.ti-brand-deliveroo:before{content:"\f4d3"}.ti-brand-deno:before{content:"\f24f"}.ti-brand-denodo:before{content:"\f610"}.ti-brand-deviantart:before{content:"\ecfb"}.ti-brand-digg:before{content:"\fa73"}.ti-brand-dingtalk:before{content:"\f5ea"}.ti-brand-discord:before{content:"\ece3"}.ti-brand-discord-filled:before{content:"\f7e4"}.ti-brand-disney:before{content:"\f20a"}.ti-brand-disqus:before{content:"\edc9"}.ti-brand-django:before{content:"\f349"}.ti-brand-docker:before{content:"\edca"}.ti-brand-doctrine:before{content:"\ef6d"}.ti-brand-dolby-digital:before{content:"\f4d4"}.ti-brand-douban:before{content:"\f5ff"}.ti-brand-dribbble:before{content:"\ec19"}.ti-brand-dribbble-filled:before{content:"\f7e5"}.ti-brand-drops:before{content:"\f4d5"}.ti-brand-drupal:before{content:"\f393"}.ti-brand-edge:before{content:"\ecfc"}.ti-brand-elastic:before{content:"\f611"}.ti-brand-electronic-arts:before{content:"\fa74"}.ti-brand-ember:before{content:"\f497"}.ti-brand-envato:before{content:"\f394"}.ti-brand-etsy:before{content:"\f654"}.ti-brand-evernote:before{content:"\f600"}.ti-brand-facebook:before{content:"\ec1a"}.ti-brand-facebook-filled:before{content:"\f7e6"}.ti-brand-feedly:before{content:"\fa75"}.ti-brand-figma:before{content:"\ec93"}.ti-brand-filezilla:before{content:"\fa76"}.ti-brand-finder:before{content:"\f218"}.ti-brand-firebase:before{content:"\ef6e"}.ti-brand-firefox:before{content:"\ecfd"}.ti-brand-fiverr:before{content:"\f7a4"}.ti-brand-flickr:before{content:"\ecfe"}.ti-brand-flightradar24:before{content:"\f4d6"}.ti-brand-flipboard:before{content:"\f20b"}.ti-brand-flutter:before{content:"\f395"}.ti-brand-fortnite:before{content:"\f260"}.ti-brand-foursquare:before{content:"\ecff"}.ti-brand-framer:before{content:"\ec1b"}.ti-brand-framer-motion:before{content:"\f78c"}.ti-brand-funimation:before{content:"\f655"}.ti-brand-gatsby:before{content:"\f396"}.ti-brand-git:before{content:"\ef6f"}.ti-brand-github:before{content:"\ec1c"}.ti-brand-github-copilot:before{content:"\f4a8"}.ti-brand-github-filled:before{content:"\f7e7"}.ti-brand-gitlab:before{content:"\ec1d"}.ti-brand-gmail:before{content:"\efa2"}.ti-brand-golang:before{content:"\f78d"}.ti-brand-google:before{content:"\ec1f"}.ti-brand-google-analytics:before{content:"\edcb"}.ti-brand-google-big-query:before{content:"\f612"}.ti-brand-google-drive:before{content:"\ec1e"}.ti-brand-google-filled:before{content:"\fd1a"}.ti-brand-google-fit:before{content:"\f297"}.ti-brand-google-home:before{content:"\f601"}.ti-brand-google-maps:before{content:"\fa4f"}.ti-brand-google-one:before{content:"\f232"}.ti-brand-google-photos:before{content:"\f20c"}.ti-brand-google-play:before{content:"\ed25"}.ti-brand-google-podcasts:before{content:"\f656"}.ti-brand-grammarly:before{content:"\f32b"}.ti-brand-graphql:before{content:"\f32c"}.ti-brand-gravatar:before{content:"\edcc"}.ti-brand-grindr:before{content:"\f20d"}.ti-brand-guardian:before{content:"\f4fb"}.ti-brand-gumroad:before{content:"\f5d6"}.ti-brand-hbo:before{content:"\f657"}.ti-brand-headlessui:before{content:"\f32d"}.ti-brand-hexo:before{content:"\fa50"}.ti-brand-hipchat:before{content:"\edcd"}.ti-brand-html5:before{content:"\ed6c"}.ti-brand-inertia:before{content:"\f34a"}.ti-brand-instagram:before{content:"\ec20"}.ti-brand-intercom:before{content:"\f1cf"}.ti-brand-itch:before{content:"\fa22"}.ti-brand-javascript:before{content:"\ef0c"}.ti-brand-juejin:before{content:"\f7b0"}.ti-brand-kako-talk:before{content:"\fd2d"}.ti-brand-kbin:before{content:"\fad0"}.ti-brand-kick:before{content:"\fa23"}.ti-brand-kickstarter:before{content:"\edce"}.ti-brand-kotlin:before{content:"\ed6d"}.ti-brand-laravel:before{content:"\f34b"}.ti-brand-lastfm:before{content:"\f001"}.ti-brand-leetcode:before{content:"\fa51"}.ti-brand-letterboxd:before{content:"\fa24"}.ti-brand-line:before{content:"\f7e8"}.ti-brand-linkedin:before{content:"\ec8c"}.ti-brand-linktree:before{content:"\f1e7"}.ti-brand-linqpad:before{content:"\f562"}.ti-brand-livewire:before{content:"\fd76"}.ti-brand-loom:before{content:"\ef70"}.ti-brand-mailgun:before{content:"\f32e"}.ti-brand-mantine:before{content:"\f32f"}.ti-brand-mastercard:before{content:"\ef49"}.ti-brand-mastodon:before{content:"\f250"}.ti-brand-matrix:before{content:"\f5eb"}.ti-brand-mcdonalds:before{content:"\f251"}.ti-brand-medium:before{content:"\ec70"}.ti-brand-meetup:before{content:"\fc6a"}.ti-brand-mercedes:before{content:"\f072"}.ti-brand-messenger:before{content:"\ec71"}.ti-brand-meta:before{content:"\efb0"}.ti-brand-minecraft:before{content:"\faef"}.ti-brand-miniprogram:before{content:"\f602"}.ti-brand-mixpanel:before{content:"\f397"}.ti-brand-monday:before{content:"\f219"}.ti-brand-mongodb:before{content:"\f613"}.ti-brand-my-oppo:before{content:"\f4d7"}.ti-brand-mysql:before{content:"\f614"}.ti-brand-national-geographic:before{content:"\f603"}.ti-brand-nem:before{content:"\f5a1"}.ti-brand-netbeans:before{content:"\ef71"}.ti-brand-netease-music:before{content:"\f604"}.ti-brand-netflix:before{content:"\edcf"}.ti-brand-nexo:before{content:"\f5a2"}.ti-brand-nextcloud:before{content:"\f4d8"}.ti-brand-nextjs:before{content:"\f0dd"}.ti-brand-nodejs:before{content:"\fae0"}.ti-brand-nord-vpn:before{content:"\f37f"}.ti-brand-notion:before{content:"\ef7b"}.ti-brand-npm:before{content:"\f569"}.ti-brand-nuxt:before{content:"\f0de"}.ti-brand-nytimes:before{content:"\ef8d"}.ti-brand-oauth:before{content:"\fa52"}.ti-brand-office:before{content:"\f398"}.ti-brand-ok-ru:before{content:"\f399"}.ti-brand-onedrive:before{content:"\f5d7"}.ti-brand-onlyfans:before{content:"\f605"}.ti-brand-open-source:before{content:"\edd0"}.ti-brand-openai:before{content:"\f78e"}.ti-brand-openvpn:before{content:"\f39a"}.ti-brand-opera:before{content:"\ec21"}.ti-brand-pagekit:before{content:"\edd1"}.ti-brand-parsinta:before{content:"\fc42"}.ti-brand-patreon:before{content:"\edd2"}.ti-brand-patreon-filled:before{content:"\fcff"}.ti-brand-paypal:before{content:"\ec22"}.ti-brand-paypal-filled:before{content:"\f7e9"}.ti-brand-paypay:before{content:"\f5ec"}.ti-brand-peanut:before{content:"\f39b"}.ti-brand-pepsi:before{content:"\f261"}.ti-brand-php:before{content:"\ef72"}.ti-brand-picsart:before{content:"\f4d9"}.ti-brand-pinterest:before{content:"\ec8d"}.ti-brand-planetscale:before{content:"\f78f"}.ti-brand-pnpm:before{content:"\fd77"}.ti-brand-pocket:before{content:"\ed00"}.ti-brand-polymer:before{content:"\f498"}.ti-brand-powershell:before{content:"\f5ed"}.ti-brand-printables:before{content:"\fd1b"}.ti-brand-prisma:before{content:"\f499"}.ti-brand-producthunt:before{content:"\edd3"}.ti-brand-pushbullet:before{content:"\f330"}.ti-brand-pushover:before{content:"\f20e"}.ti-brand-python:before{content:"\ed01"}.ti-brand-qq:before{content:"\f606"}.ti-brand-radix-ui:before{content:"\f790"}.ti-brand-react:before{content:"\f34c"}.ti-brand-react-native:before{content:"\ef73"}.ti-brand-reason:before{content:"\f49a"}.ti-brand-reddit:before{content:"\ec8e"}.ti-brand-redhat:before{content:"\f331"}.ti-brand-redux:before{content:"\f3a8"}.ti-brand-revolut:before{content:"\f4da"}.ti-brand-rumble:before{content:"\fad1"}.ti-brand-rust:before{content:"\fa53"}.ti-brand-safari:before{content:"\ec23"}.ti-brand-samsungpass:before{content:"\f4db"}.ti-brand-sass:before{content:"\edd4"}.ti-brand-sentry:before{content:"\edd5"}.ti-brand-sharik:before{content:"\f4dc"}.ti-brand-shazam:before{content:"\edd6"}.ti-brand-shopee:before{content:"\f252"}.ti-brand-sketch:before{content:"\ec24"}.ti-brand-skype:before{content:"\ed02"}.ti-brand-slack:before{content:"\ec72"}.ti-brand-snapchat:before{content:"\ec25"}.ti-brand-snapseed:before{content:"\f253"}.ti-brand-snowflake:before{content:"\f615"}.ti-brand-socket-io:before{content:"\f49b"}.ti-brand-solidjs:before{content:"\f5ee"}.ti-brand-soundcloud:before{content:"\ed6e"}.ti-brand-spacehey:before{content:"\f4fc"}.ti-brand-speedtest:before{content:"\fa77"}.ti-brand-spotify:before{content:"\ed03"}.ti-brand-stackoverflow:before{content:"\ef58"}.ti-brand-stackshare:before{content:"\f607"}.ti-brand-steam:before{content:"\ed6f"}.ti-brand-stocktwits:before{content:"\fd78"}.ti-brand-storj:before{content:"\fa54"}.ti-brand-storybook:before{content:"\f332"}.ti-brand-storytel:before{content:"\f608"}.ti-brand-strava:before{content:"\f254"}.ti-brand-stripe:before{content:"\edd7"}.ti-brand-sublime-text:before{content:"\ef74"}.ti-brand-sugarizer:before{content:"\f7a5"}.ti-brand-supabase:before{content:"\f6d3"}.ti-brand-superhuman:before{content:"\f50c"}.ti-brand-supernova:before{content:"\f49c"}.ti-brand-surfshark:before{content:"\f255"}.ti-brand-svelte:before{content:"\f0df"}.ti-brand-swift:before{content:"\fa55"}.ti-brand-symfony:before{content:"\f616"}.ti-brand-tabler:before{content:"\ec8f"}.ti-brand-tailwind:before{content:"\eca1"}.ti-brand-taobao:before{content:"\f5ef"}.ti-brand-teams:before{content:"\fadf"}.ti-brand-ted:before{content:"\f658"}.ti-brand-telegram:before{content:"\ec26"}.ti-brand-terraform:before{content:"\fa56"}.ti-brand-tether:before{content:"\f5a3"}.ti-brand-thingiverse:before{content:"\fd1c"}.ti-brand-threads:before{content:"\fb02"}.ti-brand-threejs:before{content:"\f5f0"}.ti-brand-tidal:before{content:"\ed70"}.ti-brand-tiktok:before{content:"\ec73"}.ti-brand-tiktok-filled:before{content:"\f7ea"}.ti-brand-tinder:before{content:"\ed71"}.ti-brand-topbuzz:before{content:"\f50d"}.ti-brand-torchain:before{content:"\f5a4"}.ti-brand-toyota:before{content:"\f262"}.ti-brand-trello:before{content:"\f39d"}.ti-brand-tripadvisor:before{content:"\f002"}.ti-brand-tumblr:before{content:"\ed04"}.ti-brand-twilio:before{content:"\f617"}.ti-brand-twitch:before{content:"\ed05"}.ti-brand-twitter:before{content:"\ec27"}.ti-brand-twitter-filled:before{content:"\f7eb"}.ti-brand-typescript:before{content:"\f5f1"}.ti-brand-uber:before{content:"\ef75"}.ti-brand-ubuntu:before{content:"\ef59"}.ti-brand-unity:before{content:"\f49d"}.ti-brand-unsplash:before{content:"\edd8"}.ti-brand-upwork:before{content:"\f39e"}.ti-brand-valorant:before{content:"\f39f"}.ti-brand-vercel:before{content:"\ef24"}.ti-brand-vimeo:before{content:"\ed06"}.ti-brand-vinted:before{content:"\f20f"}.ti-brand-visa:before{content:"\f380"}.ti-brand-visual-studio:before{content:"\ef76"}.ti-brand-vite:before{content:"\f5f2"}.ti-brand-vivaldi:before{content:"\f210"}.ti-brand-vk:before{content:"\ed72"}.ti-brand-vlc:before{content:"\fa78"}.ti-brand-volkswagen:before{content:"\f50e"}.ti-brand-vsco:before{content:"\f334"}.ti-brand-vscode:before{content:"\f3a0"}.ti-brand-vue:before{content:"\f0e0"}.ti-brand-walmart:before{content:"\f211"}.ti-brand-waze:before{content:"\f5d8"}.ti-brand-webflow:before{content:"\f2d2"}.ti-brand-wechat:before{content:"\f5f3"}.ti-brand-weibo:before{content:"\f609"}.ti-brand-whatsapp:before{content:"\ec74"}.ti-brand-wikipedia:before{content:"\fa79"}.ti-brand-windows:before{content:"\ecd8"}.ti-brand-windy:before{content:"\f4dd"}.ti-brand-wish:before{content:"\f212"}.ti-brand-wix:before{content:"\f3a1"}.ti-brand-wordpress:before{content:"\f2d3"}.ti-brand-x:before{content:"\fc0f"}.ti-brand-x-filled:before{content:"\fc21"}.ti-brand-xamarin:before{content:"\fa7a"}.ti-brand-xbox:before{content:"\f298"}.ti-brand-xdeep:before{content:"\fc10"}.ti-brand-xing:before{content:"\f21a"}.ti-brand-yahoo:before{content:"\ed73"}.ti-brand-yandex:before{content:"\fae1"}.ti-brand-yarn:before{content:"\fd79"}.ti-brand-yatse:before{content:"\f213"}.ti-brand-ycombinator:before{content:"\edd9"}.ti-brand-youtube:before{content:"\ec90"}.ti-brand-youtube-filled:before{content:"\fc22"}.ti-brand-youtube-kids:before{content:"\f214"}.ti-brand-zalando:before{content:"\f49e"}.ti-brand-zapier:before{content:"\f49f"}.ti-brand-zeit:before{content:"\f335"}.ti-brand-zhihu:before{content:"\f60a"}.ti-brand-zoom:before{content:"\f215"}.ti-brand-zulip:before{content:"\f4de"}.ti-brand-zwift:before{content:"\f216"}.ti-bread:before{content:"\efa3"}.ti-bread-off:before{content:"\f3cb"}.ti-briefcase:before{content:"\ea46"}.ti-briefcase-2:before{content:"\fb03"}.ti-briefcase-filled:before{content:"\fd00"}.ti-briefcase-off:before{content:"\f3cc"}.ti-brightness:before{content:"\eb7f"}.ti-brightness-2:before{content:"\ee19"}.ti-brightness-auto:before{content:"\fd99"}.ti-brightness-down:before{content:"\eb7d"}.ti-brightness-down-filled:before{content:"\fb23"}.ti-brightness-half:before{content:"\ee1a"}.ti-brightness-off:before{content:"\f3cd"}.ti-brightness-up:before{content:"\eb7e"}.ti-brightness-up-filled:before{content:"\fb24"}.ti-broadcast:before{content:"\f1e9"}.ti-broadcast-off:before{content:"\f1e8"}.ti-browser:before{content:"\ebb7"}.ti-browser-check:before{content:"\efd6"}.ti-browser-off:before{content:"\f0c1"}.ti-browser-plus:before{content:"\efd7"}.ti-browser-x:before{content:"\efd8"}.ti-brush:before{content:"\ebb8"}.ti-brush-off:before{content:"\f0c2"}.ti-bucket:before{content:"\ea47"}.ti-bucket-droplet:before{content:"\f56a"}.ti-bucket-off:before{content:"\f103"}.ti-bug:before{content:"\ea48"}.ti-bug-filled:before{content:"\fd01"}.ti-bug-off:before{content:"\f0c3"}.ti-building:before{content:"\ea4f"}.ti-building-arch:before{content:"\ea49"}.ti-building-bank:before{content:"\ebe2"}.ti-building-bridge:before{content:"\ea4b"}.ti-building-bridge-2:before{content:"\ea4a"}.ti-building-broadcast-tower:before{content:"\f4be"}.ti-building-carousel:before{content:"\ed87"}.ti-building-castle:before{content:"\ed88"}.ti-building-church:before{content:"\ea4c"}.ti-building-circus:before{content:"\f4bf"}.ti-building-community:before{content:"\ebf6"}.ti-building-cottage:before{content:"\ee1b"}.ti-building-estate:before{content:"\f5a5"}.ti-building-factory:before{content:"\ee1c"}.ti-building-factory-2:before{content:"\f082"}.ti-building-fortress:before{content:"\ed89"}.ti-building-hospital:before{content:"\ea4d"}.ti-building-lighthouse:before{content:"\ed8a"}.ti-building-monument:before{content:"\ed26"}.ti-building-mosque:before{content:"\fa57"}.ti-building-pavilion:before{content:"\ebf7"}.ti-building-skyscraper:before{content:"\ec39"}.ti-building-stadium:before{content:"\f641"}.ti-building-store:before{content:"\ea4e"}.ti-building-tunnel:before{content:"\f5a6"}.ti-building-warehouse:before{content:"\ebe3"}.ti-building-wind-turbine:before{content:"\f4c0"}.ti-bulb:before{content:"\ea51"}.ti-bulb-filled:before{content:"\f66a"}.ti-bulb-off:before{content:"\ea50"}.ti-bulldozer:before{content:"\ee1d"}.ti-burger:before{content:"\fcb4"}.ti-bus:before{content:"\ebe4"}.ti-bus-off:before{content:"\f3ce"}.ti-bus-stop:before{content:"\f2d4"}.ti-businessplan:before{content:"\ee1e"}.ti-butterfly:before{content:"\efd9"}.ti-cactus:before{content:"\f21b"}.ti-cactus-filled:before{content:"\fb25"}.ti-cactus-off:before{content:"\f3cf"}.ti-cake:before{content:"\f00f"}.ti-cake-off:before{content:"\f104"}.ti-calculator:before{content:"\eb80"}.ti-calculator-filled:before{content:"\fb26"}.ti-calculator-off:before{content:"\f0c4"}.ti-calendar:before{content:"\ea53"}.ti-calendar-bolt:before{content:"\f822"}.ti-calendar-cancel:before{content:"\f823"}.ti-calendar-check:before{content:"\f824"}.ti-calendar-clock:before{content:"\fd2e"}.ti-calendar-code:before{content:"\f825"}.ti-calendar-cog:before{content:"\f826"}.ti-calendar-dollar:before{content:"\f827"}.ti-calendar-dot:before{content:"\fd3e"}.ti-calendar-down:before{content:"\f828"}.ti-calendar-due:before{content:"\f621"}.ti-calendar-event:before{content:"\ea52"}.ti-calendar-exclamation:before{content:"\f829"}.ti-calendar-filled:before{content:"\fb27"}.ti-calendar-heart:before{content:"\f82a"}.ti-calendar-minus:before{content:"\ebb9"}.ti-calendar-month:before{content:"\fd2f"}.ti-calendar-off:before{content:"\ee1f"}.ti-calendar-pause:before{content:"\f82b"}.ti-calendar-pin:before{content:"\f82c"}.ti-calendar-plus:before{content:"\ebba"}.ti-calendar-question:before{content:"\f82d"}.ti-calendar-repeat:before{content:"\fad2"}.ti-calendar-sad:before{content:"\fd1d"}.ti-calendar-search:before{content:"\f82e"}.ti-calendar-share:before{content:"\f82f"}.ti-calendar-smile:before{content:"\fd1e"}.ti-calendar-star:before{content:"\f830"}.ti-calendar-stats:before{content:"\ee20"}.ti-calendar-time:before{content:"\ee21"}.ti-calendar-up:before{content:"\f831"}.ti-calendar-user:before{content:"\fd1f"}.ti-calendar-week:before{content:"\fd30"}.ti-calendar-x:before{content:"\f832"}.ti-camera:before{content:"\ea54"}.ti-camera-bolt:before{content:"\f833"}.ti-camera-cancel:before{content:"\f834"}.ti-camera-check:before{content:"\f835"}.ti-camera-code:before{content:"\f836"}.ti-camera-cog:before{content:"\f837"}.ti-camera-dollar:before{content:"\f838"}.ti-camera-down:before{content:"\f839"}.ti-camera-exclamation:before{content:"\f83a"}.ti-camera-filled:before{content:"\fa37"}.ti-camera-heart:before{content:"\f83b"}.ti-camera-minus:before{content:"\ec3a"}.ti-camera-off:before{content:"\ecee"}.ti-camera-pause:before{content:"\f83c"}.ti-camera-pin:before{content:"\f83d"}.ti-camera-plus:before{content:"\ec3b"}.ti-camera-question:before{content:"\f83e"}.ti-camera-rotate:before{content:"\ee22"}.ti-camera-search:before{content:"\f83f"}.ti-camera-selfie:before{content:"\ee23"}.ti-camera-share:before{content:"\f840"}.ti-camera-star:before{content:"\f841"}.ti-camera-up:before{content:"\f842"}.ti-camera-x:before{content:"\f843"}.ti-camper:before{content:"\fa25"}.ti-campfire:before{content:"\f5a7"}.ti-campfire-filled:before{content:"\fb28"}.ti-candle:before{content:"\efc6"}.ti-candle-filled:before{content:"\fc23"}.ti-candy:before{content:"\ef0d"}.ti-candy-off:before{content:"\f0c5"}.ti-cane:before{content:"\f50f"}.ti-cannabis:before{content:"\f4c1"}.ti-capsule:before{content:"\fae3"}.ti-capsule-filled:before{content:"\fc24"}.ti-capsule-horizontal:before{content:"\fae2"}.ti-capsule-horizontal-filled:before{content:"\fc25"}.ti-capture:before{content:"\ec3c"}.ti-capture-filled:before{content:"\fb29"}.ti-capture-off:before{content:"\f0c6"}.ti-car:before{content:"\ebbb"}.ti-car-crane:before{content:"\ef25"}.ti-car-crash:before{content:"\efa4"}.ti-car-garage:before{content:"\fc77"}.ti-car-off:before{content:"\f0c7"}.ti-car-suv:before{content:"\fc8b"}.ti-car-turbine:before{content:"\f4fd"}.ti-caravan:before{content:"\ec7c"}.ti-cardboards:before{content:"\ed74"}.ti-cardboards-off:before{content:"\f0c8"}.ti-cards:before{content:"\f510"}.ti-cards-filled:before{content:"\fc26"}.ti-caret-down:before{content:"\eb5d"}.ti-caret-down-filled:before{content:"\fb2a"}.ti-caret-left:before{content:"\eb5e"}.ti-caret-left-filled:before{content:"\fb2b"}.ti-caret-left-right:before{content:"\fc43"}.ti-caret-left-right-filled:before{content:"\fd02"}.ti-caret-right:before{content:"\eb5f"}.ti-caret-right-filled:before{content:"\fb2c"}.ti-caret-up:before{content:"\eb60"}.ti-caret-up-down:before{content:"\fc44"}.ti-caret-up-down-filled:before{content:"\fd03"}.ti-caret-up-filled:before{content:"\fb2d"}.ti-carousel-horizontal:before{content:"\f659"}.ti-carousel-horizontal-filled:before{content:"\fa92"}.ti-carousel-vertical:before{content:"\f65a"}.ti-carousel-vertical-filled:before{content:"\fa93"}.ti-carrot:before{content:"\f21c"}.ti-carrot-off:before{content:"\f3d0"}.ti-cash:before{content:"\ea55"}.ti-cash-banknote:before{content:"\ee25"}.ti-cash-banknote-off:before{content:"\ee24"}.ti-cash-off:before{content:"\f105"}.ti-cast:before{content:"\ea56"}.ti-cast-off:before{content:"\f0c9"}.ti-cat:before{content:"\f65b"}.ti-category:before{content:"\f1f6"}.ti-category-2:before{content:"\f1f5"}.ti-category-filled:before{content:"\fb2e"}.ti-category-minus:before{content:"\fd20"}.ti-category-plus:before{content:"\fd21"}.ti-ce:before{content:"\ed75"}.ti-ce-off:before{content:"\f0ca"}.ti-cell:before{content:"\f05f"}.ti-cell-signal-1:before{content:"\f083"}.ti-cell-signal-2:before{content:"\f084"}.ti-cell-signal-3:before{content:"\f085"}.ti-cell-signal-4:before{content:"\f086"}.ti-cell-signal-5:before{content:"\f087"}.ti-cell-signal-off:before{content:"\f088"}.ti-certificate:before{content:"\ed76"}.ti-certificate-2:before{content:"\f073"}.ti-certificate-2-off:before{content:"\f0cb"}.ti-certificate-off:before{content:"\f0cc"}.ti-chair-director:before{content:"\f2d5"}.ti-chalkboard:before{content:"\f34d"}.ti-chalkboard-off:before{content:"\f3d1"}.ti-charging-pile:before{content:"\ee26"}.ti-chart-arcs:before{content:"\ee28"}.ti-chart-arcs-3:before{content:"\ee27"}.ti-chart-area:before{content:"\ea58"}.ti-chart-area-filled:before{content:"\f66b"}.ti-chart-area-line:before{content:"\ea57"}.ti-chart-area-line-filled:before{content:"\f66c"}.ti-chart-arrows:before{content:"\ee2a"}.ti-chart-arrows-vertical:before{content:"\ee29"}.ti-chart-bar:before{content:"\ea59"}.ti-chart-bar-off:before{content:"\f3d2"}.ti-chart-bubble:before{content:"\ec75"}.ti-chart-bubble-filled:before{content:"\f66d"}.ti-chart-candle:before{content:"\ea5a"}.ti-chart-candle-filled:before{content:"\f66e"}.ti-chart-circles:before{content:"\ee2b"}.ti-chart-donut:before{content:"\ea5b"}.ti-chart-donut-2:before{content:"\ee2c"}.ti-chart-donut-3:before{content:"\ee2d"}.ti-chart-donut-4:before{content:"\ee2e"}.ti-chart-donut-filled:before{content:"\f66f"}.ti-chart-dots:before{content:"\ee2f"}.ti-chart-dots-2:before{content:"\f097"}.ti-chart-dots-3:before{content:"\f098"}.ti-chart-dots-filled:before{content:"\fd04"}.ti-chart-grid-dots:before{content:"\f4c2"}.ti-chart-grid-dots-filled:before{content:"\fd05"}.ti-chart-histogram:before{content:"\f65c"}.ti-chart-infographic:before{content:"\ee30"}.ti-chart-line:before{content:"\ea5c"}.ti-chart-pie:before{content:"\ea5d"}.ti-chart-pie-2:before{content:"\ee31"}.ti-chart-pie-3:before{content:"\ee32"}.ti-chart-pie-4:before{content:"\ee33"}.ti-chart-pie-filled:before{content:"\f670"}.ti-chart-pie-off:before{content:"\f3d3"}.ti-chart-ppf:before{content:"\f618"}.ti-chart-radar:before{content:"\ed77"}.ti-chart-sankey:before{content:"\f619"}.ti-chart-scatter:before{content:"\fd93"}.ti-chart-scatter-3d:before{content:"\fd92"}.ti-chart-treemap:before{content:"\f381"}.ti-check:before{content:"\ea5e"}.ti-checkbox:before{content:"\eba6"}.ti-checklist:before{content:"\f074"}.ti-checks:before{content:"\ebaa"}.ti-checkup-list:before{content:"\ef5a"}.ti-cheese:before{content:"\ef26"}.ti-chef-hat:before{content:"\f21d"}.ti-chef-hat-off:before{content:"\f3d4"}.ti-cherry:before{content:"\f511"}.ti-cherry-filled:before{content:"\f728"}.ti-chess:before{content:"\f382"}.ti-chess-bishop:before{content:"\f56b"}.ti-chess-bishop-filled:before{content:"\f729"}.ti-chess-filled:before{content:"\f72a"}.ti-chess-king:before{content:"\f56c"}.ti-chess-king-filled:before{content:"\f72b"}.ti-chess-knight:before{content:"\f56d"}.ti-chess-knight-filled:before{content:"\f72c"}.ti-chess-queen:before{content:"\f56e"}.ti-chess-queen-filled:before{content:"\f72d"}.ti-chess-rook:before{content:"\f56f"}.ti-chess-rook-filled:before{content:"\f72e"}.ti-chevron-compact-down:before{content:"\faf0"}.ti-chevron-compact-left:before{content:"\faf1"}.ti-chevron-compact-right:before{content:"\faf2"}.ti-chevron-compact-up:before{content:"\faf3"}.ti-chevron-down:before{content:"\ea5f"}.ti-chevron-down-left:before{content:"\ed09"}.ti-chevron-down-right:before{content:"\ed0a"}.ti-chevron-left:before{content:"\ea60"}.ti-chevron-left-pipe:before{content:"\fae4"}.ti-chevron-right:before{content:"\ea61"}.ti-chevron-right-pipe:before{content:"\fae5"}.ti-chevron-up:before{content:"\ea62"}.ti-chevron-up-left:before{content:"\ed0b"}.ti-chevron-up-right:before{content:"\ed0c"}.ti-chevrons-down:before{content:"\ea63"}.ti-chevrons-down-left:before{content:"\ed0d"}.ti-chevrons-down-right:before{content:"\ed0e"}.ti-chevrons-left:before{content:"\ea64"}.ti-chevrons-right:before{content:"\ea65"}.ti-chevrons-up:before{content:"\ea66"}.ti-chevrons-up-left:before{content:"\ed0f"}.ti-chevrons-up-right:before{content:"\ed10"}.ti-chisel:before{content:"\f383"}.ti-christmas-ball:before{content:"\fd31"}.ti-christmas-tree:before{content:"\ed78"}.ti-christmas-tree-off:before{content:"\f3d5"}.ti-circle:before{content:"\ea6b"}.ti-circle-0-filled:before{content:"\f72f"}.ti-circle-1-filled:before{content:"\f730"}.ti-circle-2-filled:before{content:"\f731"}.ti-circle-3-filled:before{content:"\f732"}.ti-circle-4-filled:before{content:"\f733"}.ti-circle-5-filled:before{content:"\f734"}.ti-circle-6-filled:before{content:"\f735"}.ti-circle-7-filled:before{content:"\f736"}.ti-circle-8-filled:before{content:"\f737"}.ti-circle-9-filled:before{content:"\f738"}.ti-circle-arrow-down:before{content:"\f6f9"}.ti-circle-arrow-down-filled:before{content:"\f6f4"}.ti-circle-arrow-down-left:before{content:"\f6f6"}.ti-circle-arrow-down-left-filled:before{content:"\f6f5"}.ti-circle-arrow-down-right:before{content:"\f6f8"}.ti-circle-arrow-down-right-filled:before{content:"\f6f7"}.ti-circle-arrow-left:before{content:"\f6fb"}.ti-circle-arrow-left-filled:before{content:"\f6fa"}.ti-circle-arrow-right:before{content:"\f6fd"}.ti-circle-arrow-right-filled:before{content:"\f6fc"}.ti-circle-arrow-up:before{content:"\f703"}.ti-circle-arrow-up-filled:before{content:"\f6fe"}.ti-circle-arrow-up-left:before{content:"\f700"}.ti-circle-arrow-up-left-filled:before{content:"\f6ff"}.ti-circle-arrow-up-right:before{content:"\f702"}.ti-circle-arrow-up-right-filled:before{content:"\f701"}.ti-circle-caret-down:before{content:"\f4a9"}.ti-circle-caret-left:before{content:"\f4aa"}.ti-circle-caret-right:before{content:"\f4ab"}.ti-circle-caret-up:before{content:"\f4ac"}.ti-circle-check:before{content:"\ea67"}.ti-circle-check-filled:before{content:"\f704"}.ti-circle-chevron-down:before{content:"\f622"}.ti-circle-chevron-left:before{content:"\f623"}.ti-circle-chevron-right:before{content:"\f624"}.ti-circle-chevron-up:before{content:"\f625"}.ti-circle-chevrons-down:before{content:"\f642"}.ti-circle-chevrons-left:before{content:"\f643"}.ti-circle-chevrons-right:before{content:"\f644"}.ti-circle-chevrons-up:before{content:"\f645"}.ti-circle-dashed:before{content:"\ed27"}.ti-circle-dashed-number-0:before{content:"\fc6b"}.ti-circle-dashed-number-1:before{content:"\fc6c"}.ti-circle-dashed-number-2:before{content:"\fc6d"}.ti-circle-dashed-number-3:before{content:"\fc6e"}.ti-circle-dashed-number-4:before{content:"\fc6f"}.ti-circle-dashed-number-5:before{content:"\fc70"}.ti-circle-dashed-number-6:before{content:"\fc71"}.ti-circle-dashed-number-7:before{content:"\fc72"}.ti-circle-dashed-number-8:before{content:"\fc73"}.ti-circle-dashed-number-9:before{content:"\fc74"}.ti-circle-dashed-percentage:before{content:"\fd7a"}.ti-circle-dashed-x:before{content:"\fc75"}.ti-circle-dot:before{content:"\efb1"}.ti-circle-dot-filled:before{content:"\f705"}.ti-circle-dotted:before{content:"\ed28"}.ti-circle-filled:before{content:"\f671"}.ti-circle-half:before{content:"\ee3f"}.ti-circle-half-2:before{content:"\eff3"}.ti-circle-half-vertical:before{content:"\ee3e"}.ti-circle-key:before{content:"\f633"}.ti-circle-key-filled:before{content:"\f706"}.ti-circle-letter-a:before{content:"\f441"}.ti-circle-letter-b:before{content:"\f442"}.ti-circle-letter-c:before{content:"\f443"}.ti-circle-letter-d:before{content:"\f444"}.ti-circle-letter-e:before{content:"\f445"}.ti-circle-letter-f:before{content:"\f446"}.ti-circle-letter-g:before{content:"\f447"}.ti-circle-letter-h:before{content:"\f448"}.ti-circle-letter-i:before{content:"\f449"}.ti-circle-letter-j:before{content:"\f44a"}.ti-circle-letter-k:before{content:"\f44b"}.ti-circle-letter-l:before{content:"\f44c"}.ti-circle-letter-m:before{content:"\f44d"}.ti-circle-letter-n:before{content:"\f44e"}.ti-circle-letter-o:before{content:"\f44f"}.ti-circle-letter-p:before{content:"\f450"}.ti-circle-letter-q:before{content:"\f451"}.ti-circle-letter-r:before{content:"\f452"}.ti-circle-letter-s:before{content:"\f453"}.ti-circle-letter-t:before{content:"\f454"}.ti-circle-letter-u:before{content:"\f455"}.ti-circle-letter-v:before{content:"\f4ad"}.ti-circle-letter-w:before{content:"\f456"}.ti-circle-letter-x:before{content:"\f4ae"}.ti-circle-letter-y:before{content:"\f457"}.ti-circle-letter-z:before{content:"\f458"}.ti-circle-minus:before{content:"\ea68"}.ti-circle-minus-2:before{content:"\fc8c"}.ti-circle-number-0:before{content:"\ee34"}.ti-circle-number-1:before{content:"\ee35"}.ti-circle-number-2:before{content:"\ee36"}.ti-circle-number-3:before{content:"\ee37"}.ti-circle-number-4:before{content:"\ee38"}.ti-circle-number-5:before{content:"\ee39"}.ti-circle-number-6:before{content:"\ee3a"}.ti-circle-number-7:before{content:"\ee3b"}.ti-circle-number-8:before{content:"\ee3c"}.ti-circle-number-9:before{content:"\ee3d"}.ti-circle-off:before{content:"\ee40"}.ti-circle-percentage:before{content:"\fd7b"}.ti-circle-plus:before{content:"\ea69"}.ti-circle-plus-2:before{content:"\fc8d"}.ti-circle-rectangle:before{content:"\f010"}.ti-circle-rectangle-off:before{content:"\f0cd"}.ti-circle-square:before{content:"\ece4"}.ti-circle-triangle:before{content:"\f011"}.ti-circle-x:before{content:"\ea6a"}.ti-circle-x-filled:before{content:"\f739"}.ti-circles:before{content:"\ece5"}.ti-circles-filled:before{content:"\f672"}.ti-circles-relation:before{content:"\f4c3"}.ti-circuit-ammeter:before{content:"\f271"}.ti-circuit-battery:before{content:"\f272"}.ti-circuit-bulb:before{content:"\f273"}.ti-circuit-capacitor:before{content:"\f275"}.ti-circuit-capacitor-polarized:before{content:"\f274"}.ti-circuit-cell:before{content:"\f277"}.ti-circuit-cell-plus:before{content:"\f276"}.ti-circuit-changeover:before{content:"\f278"}.ti-circuit-diode:before{content:"\f27a"}.ti-circuit-diode-zener:before{content:"\f279"}.ti-circuit-ground:before{content:"\f27c"}.ti-circuit-ground-digital:before{content:"\f27b"}.ti-circuit-inductor:before{content:"\f27d"}.ti-circuit-motor:before{content:"\f27e"}.ti-circuit-pushbutton:before{content:"\f27f"}.ti-circuit-resistor:before{content:"\f280"}.ti-circuit-switch-closed:before{content:"\f281"}.ti-circuit-switch-open:before{content:"\f282"}.ti-circuit-voltmeter:before{content:"\f283"}.ti-clear-all:before{content:"\ee41"}.ti-clear-formatting:before{content:"\ebe5"}.ti-click:before{content:"\ebbc"}.ti-clipboard:before{content:"\ea6f"}.ti-clipboard-check:before{content:"\ea6c"}.ti-clipboard-copy:before{content:"\f299"}.ti-clipboard-data:before{content:"\f563"}.ti-clipboard-heart:before{content:"\f34e"}.ti-clipboard-list:before{content:"\ea6d"}.ti-clipboard-off:before{content:"\f0ce"}.ti-clipboard-plus:before{content:"\efb2"}.ti-clipboard-smile:before{content:"\fd9a"}.ti-clipboard-text:before{content:"\f089"}.ti-clipboard-typography:before{content:"\f34f"}.ti-clipboard-x:before{content:"\ea6e"}.ti-clock:before{content:"\ea70"}.ti-clock-12:before{content:"\fc56"}.ti-clock-2:before{content:"\f099"}.ti-clock-24:before{content:"\fc57"}.ti-clock-bolt:before{content:"\f844"}.ti-clock-cancel:before{content:"\f546"}.ti-clock-check:before{content:"\f7c1"}.ti-clock-code:before{content:"\f845"}.ti-clock-cog:before{content:"\f7c2"}.ti-clock-dollar:before{content:"\f846"}.ti-clock-down:before{content:"\f7c3"}.ti-clock-edit:before{content:"\f547"}.ti-clock-exclamation:before{content:"\f847"}.ti-clock-filled:before{content:"\f73a"}.ti-clock-heart:before{content:"\f7c4"}.ti-clock-hour-1:before{content:"\f313"}.ti-clock-hour-10:before{content:"\f314"}.ti-clock-hour-11:before{content:"\f315"}.ti-clock-hour-12:before{content:"\f316"}.ti-clock-hour-2:before{content:"\f317"}.ti-clock-hour-3:before{content:"\f318"}.ti-clock-hour-4:before{content:"\f319"}.ti-clock-hour-5:before{content:"\f31a"}.ti-clock-hour-6:before{content:"\f31b"}.ti-clock-hour-7:before{content:"\f31c"}.ti-clock-hour-8:before{content:"\f31d"}.ti-clock-hour-9:before{content:"\f31e"}.ti-clock-minus:before{content:"\f848"}.ti-clock-off:before{content:"\f0cf"}.ti-clock-pause:before{content:"\f548"}.ti-clock-pin:before{content:"\f849"}.ti-clock-play:before{content:"\f549"}.ti-clock-plus:before{content:"\f7c5"}.ti-clock-question:before{content:"\f7c6"}.ti-clock-record:before{content:"\f54a"}.ti-clock-search:before{content:"\f7c7"}.ti-clock-share:before{content:"\f84a"}.ti-clock-shield:before{content:"\f7c8"}.ti-clock-star:before{content:"\f7c9"}.ti-clock-stop:before{content:"\f54b"}.ti-clock-up:before{content:"\f7ca"}.ti-clock-x:before{content:"\f7cb"}.ti-clothes-rack:before{content:"\f285"}.ti-clothes-rack-off:before{content:"\f3d6"}.ti-cloud:before{content:"\ea76"}.ti-cloud-bolt:before{content:"\f84b"}.ti-cloud-cancel:before{content:"\f84c"}.ti-cloud-check:before{content:"\f84d"}.ti-cloud-code:before{content:"\f84e"}.ti-cloud-cog:before{content:"\f84f"}.ti-cloud-computing:before{content:"\f1d0"}.ti-cloud-data-connection:before{content:"\f1d1"}.ti-cloud-dollar:before{content:"\f850"}.ti-cloud-down:before{content:"\f851"}.ti-cloud-download:before{content:"\ea71"}.ti-cloud-exclamation:before{content:"\f852"}.ti-cloud-filled:before{content:"\f673"}.ti-cloud-fog:before{content:"\ecd9"}.ti-cloud-heart:before{content:"\f853"}.ti-cloud-lock:before{content:"\efdb"}.ti-cloud-lock-open:before{content:"\efda"}.ti-cloud-minus:before{content:"\f854"}.ti-cloud-network:before{content:"\fc78"}.ti-cloud-off:before{content:"\ed3e"}.ti-cloud-pause:before{content:"\f855"}.ti-cloud-pin:before{content:"\f856"}.ti-cloud-plus:before{content:"\f857"}.ti-cloud-question:before{content:"\f858"}.ti-cloud-rain:before{content:"\ea72"}.ti-cloud-search:before{content:"\f859"}.ti-cloud-share:before{content:"\f85a"}.ti-cloud-snow:before{content:"\ea73"}.ti-cloud-star:before{content:"\f85b"}.ti-cloud-storm:before{content:"\ea74"}.ti-cloud-up:before{content:"\f85c"}.ti-cloud-upload:before{content:"\ea75"}.ti-cloud-x:before{content:"\f85d"}.ti-clover:before{content:"\f1ea"}.ti-clover-2:before{content:"\f21e"}.ti-clubs:before{content:"\eff4"}.ti-clubs-filled:before{content:"\f674"}.ti-code:before{content:"\ea77"}.ti-code-asterix:before{content:"\f312"}.ti-code-circle:before{content:"\f4ff"}.ti-code-circle-2:before{content:"\f4fe"}.ti-code-dots:before{content:"\f61a"}.ti-code-minus:before{content:"\ee42"}.ti-code-off:before{content:"\f0d0"}.ti-code-plus:before{content:"\ee43"}.ti-coffee:before{content:"\ef0e"}.ti-coffee-off:before{content:"\f106"}.ti-coffin:before{content:"\f579"}.ti-coin:before{content:"\eb82"}.ti-coin-bitcoin:before{content:"\f2be"}.ti-coin-bitcoin-filled:before{content:"\fd06"}.ti-coin-euro:before{content:"\f2bf"}.ti-coin-euro-filled:before{content:"\fd07"}.ti-coin-filled:before{content:"\fd08"}.ti-coin-monero:before{content:"\f4a0"}.ti-coin-monero-filled:before{content:"\fd09"}.ti-coin-off:before{content:"\f0d1"}.ti-coin-pound:before{content:"\f2c0"}.ti-coin-pound-filled:before{content:"\fd0a"}.ti-coin-rupee:before{content:"\f2c1"}.ti-coin-rupee-filled:before{content:"\fd0b"}.ti-coin-taka:before{content:"\fd0d"}.ti-coin-taka-filled:before{content:"\fd0c"}.ti-coin-yen:before{content:"\f2c2"}.ti-coin-yen-filled:before{content:"\fd0e"}.ti-coin-yuan:before{content:"\f2c3"}.ti-coin-yuan-filled:before{content:"\fd0f"}.ti-coins:before{content:"\f65d"}.ti-color-filter:before{content:"\f5a8"}.ti-color-picker:before{content:"\ebe6"}.ti-color-picker-off:before{content:"\f0d2"}.ti-color-swatch:before{content:"\eb61"}.ti-color-swatch-off:before{content:"\f0d3"}.ti-column-insert-left:before{content:"\ee44"}.ti-column-insert-right:before{content:"\ee45"}.ti-column-remove:before{content:"\faf4"}.ti-columns:before{content:"\eb83"}.ti-columns-1:before{content:"\f6d4"}.ti-columns-2:before{content:"\f6d5"}.ti-columns-3:before{content:"\f6d6"}.ti-columns-off:before{content:"\f0d4"}.ti-comet:before{content:"\ec76"}.ti-command:before{content:"\ea78"}.ti-command-off:before{content:"\f3d7"}.ti-compass:before{content:"\ea79"}.ti-compass-filled:before{content:"\fd10"}.ti-compass-off:before{content:"\f0d5"}.ti-components:before{content:"\efa5"}.ti-components-off:before{content:"\f0d6"}.ti-cone:before{content:"\efdd"}.ti-cone-2:before{content:"\efdc"}.ti-cone-off:before{content:"\f3d8"}.ti-cone-plus:before{content:"\fa94"}.ti-confetti:before{content:"\ee46"}.ti-confetti-off:before{content:"\f3d9"}.ti-confucius:before{content:"\f58a"}.ti-container:before{content:"\ee47"}.ti-container-off:before{content:"\f107"}.ti-contrast:before{content:"\ec4e"}.ti-contrast-2:before{content:"\efc7"}.ti-contrast-2-off:before{content:"\f3da"}.ti-contrast-off:before{content:"\f3db"}.ti-cooker:before{content:"\f57a"}.ti-cookie:before{content:"\ef0f"}.ti-cookie-man:before{content:"\f4c4"}.ti-cookie-off:before{content:"\f0d7"}.ti-copy:before{content:"\ea7a"}.ti-copy-check:before{content:"\fd3f"}.ti-copy-minus:before{content:"\fd40"}.ti-copy-off:before{content:"\f0d8"}.ti-copy-plus:before{content:"\fd41"}.ti-copy-x:before{content:"\fd42"}.ti-copyleft:before{content:"\ec3d"}.ti-copyleft-filled:before{content:"\f73b"}.ti-copyleft-off:before{content:"\f0d9"}.ti-copyright:before{content:"\ea7b"}.ti-copyright-filled:before{content:"\f73c"}.ti-copyright-off:before{content:"\f0da"}.ti-corner-down-left:before{content:"\ea7c"}.ti-corner-down-left-double:before{content:"\ee48"}.ti-corner-down-right:before{content:"\ea7d"}.ti-corner-down-right-double:before{content:"\ee49"}.ti-corner-left-down:before{content:"\ea7e"}.ti-corner-left-down-double:before{content:"\ee4a"}.ti-corner-left-up:before{content:"\ea7f"}.ti-corner-left-up-double:before{content:"\ee4b"}.ti-corner-right-down:before{content:"\ea80"}.ti-corner-right-down-double:before{content:"\ee4c"}.ti-corner-right-up:before{content:"\ea81"}.ti-corner-right-up-double:before{content:"\ee4d"}.ti-corner-up-left:before{content:"\ea82"}.ti-corner-up-left-double:before{content:"\ee4e"}.ti-corner-up-right:before{content:"\ea83"}.ti-corner-up-right-double:before{content:"\ee4f"}.ti-cpu:before{content:"\ef8e"}.ti-cpu-2:before{content:"\f075"}.ti-cpu-off:before{content:"\f108"}.ti-crane:before{content:"\ef27"}.ti-crane-off:before{content:"\f109"}.ti-creative-commons:before{content:"\efb3"}.ti-creative-commons-by:before{content:"\f21f"}.ti-creative-commons-nc:before{content:"\f220"}.ti-creative-commons-nd:before{content:"\f221"}.ti-creative-commons-off:before{content:"\f10a"}.ti-creative-commons-sa:before{content:"\f222"}.ti-creative-commons-zero:before{content:"\f223"}.ti-credit-card:before{content:"\ea84"}.ti-credit-card-filled:before{content:"\fd11"}.ti-credit-card-off:before{content:"\ed11"}.ti-credit-card-pay:before{content:"\fd32"}.ti-credit-card-refund:before{content:"\fd33"}.ti-cricket:before{content:"\f09a"}.ti-crop:before{content:"\ea85"}.ti-crop-1-1:before{content:"\fd50"}.ti-crop-16-9:before{content:"\fd51"}.ti-crop-3-2:before{content:"\fd52"}.ti-crop-5-4:before{content:"\fd53"}.ti-crop-7-5:before{content:"\fd54"}.ti-crop-landscape:before{content:"\fd55"}.ti-crop-portrait:before{content:"\fd56"}.ti-cross:before{content:"\ef8f"}.ti-cross-filled:before{content:"\f675"}.ti-cross-off:before{content:"\f10b"}.ti-crosshair:before{content:"\ec3e"}.ti-crown:before{content:"\ed12"}.ti-crown-off:before{content:"\ee50"}.ti-crutches:before{content:"\ef5b"}.ti-crutches-off:before{content:"\f10c"}.ti-crystal-ball:before{content:"\f57b"}.ti-csv:before{content:"\f791"}.ti-cube:before{content:"\fa97"}.ti-cube-off:before{content:"\fa95"}.ti-cube-plus:before{content:"\fa96"}.ti-cube-send:before{content:"\f61b"}.ti-cube-unfolded:before{content:"\f61c"}.ti-cup:before{content:"\ef28"}.ti-cup-off:before{content:"\f10d"}.ti-curling:before{content:"\efc8"}.ti-curly-loop:before{content:"\ecda"}.ti-currency:before{content:"\efa6"}.ti-currency-afghani:before{content:"\f65e"}.ti-currency-bahraini:before{content:"\ee51"}.ti-currency-baht:before{content:"\f08a"}.ti-currency-bitcoin:before{content:"\ebab"}.ti-currency-cent:before{content:"\ee53"}.ti-currency-dinar:before{content:"\ee54"}.ti-currency-dirham:before{content:"\ee55"}.ti-currency-dogecoin:before{content:"\ef4b"}.ti-currency-dollar:before{content:"\eb84"}.ti-currency-dollar-australian:before{content:"\ee56"}.ti-currency-dollar-brunei:before{content:"\f36c"}.ti-currency-dollar-canadian:before{content:"\ee57"}.ti-currency-dollar-guyanese:before{content:"\f36d"}.ti-currency-dollar-off:before{content:"\f3dc"}.ti-currency-dollar-singapore:before{content:"\ee58"}.ti-currency-dollar-zimbabwean:before{content:"\f36e"}.ti-currency-dong:before{content:"\f36f"}.ti-currency-dram:before{content:"\f370"}.ti-currency-ethereum:before{content:"\ee59"}.ti-currency-euro:before{content:"\eb85"}.ti-currency-euro-off:before{content:"\f3dd"}.ti-currency-florin:before{content:"\faf5"}.ti-currency-forint:before{content:"\ee5a"}.ti-currency-frank:before{content:"\ee5b"}.ti-currency-guarani:before{content:"\f371"}.ti-currency-hryvnia:before{content:"\f372"}.ti-currency-iranian-rial:before{content:"\fa58"}.ti-currency-kip:before{content:"\f373"}.ti-currency-krone-czech:before{content:"\ee5c"}.ti-currency-krone-danish:before{content:"\ee5d"}.ti-currency-krone-swedish:before{content:"\ee5e"}.ti-currency-lari:before{content:"\f374"}.ti-currency-leu:before{content:"\ee5f"}.ti-currency-lira:before{content:"\ee60"}.ti-currency-litecoin:before{content:"\ee61"}.ti-currency-lyd:before{content:"\f375"}.ti-currency-manat:before{content:"\f376"}.ti-currency-monero:before{content:"\f377"}.ti-currency-naira:before{content:"\ee62"}.ti-currency-nano:before{content:"\f7a6"}.ti-currency-off:before{content:"\f3de"}.ti-currency-paanga:before{content:"\f378"}.ti-currency-peso:before{content:"\f65f"}.ti-currency-pound:before{content:"\ebac"}.ti-currency-pound-off:before{content:"\f3df"}.ti-currency-quetzal:before{content:"\f379"}.ti-currency-real:before{content:"\ee63"}.ti-currency-renminbi:before{content:"\ee64"}.ti-currency-ripple:before{content:"\ee65"}.ti-currency-riyal:before{content:"\ee66"}.ti-currency-rubel:before{content:"\ee67"}.ti-currency-rufiyaa:before{content:"\f37a"}.ti-currency-rupee:before{content:"\ebad"}.ti-currency-rupee-nepalese:before{content:"\f37b"}.ti-currency-shekel:before{content:"\ee68"}.ti-currency-solana:before{content:"\f4a1"}.ti-currency-som:before{content:"\f37c"}.ti-currency-taka:before{content:"\ee69"}.ti-currency-tenge:before{content:"\f37d"}.ti-currency-tugrik:before{content:"\ee6a"}.ti-currency-won:before{content:"\ee6b"}.ti-currency-xrp:before{content:"\fd34"}.ti-currency-yen:before{content:"\ebae"}.ti-currency-yen-off:before{content:"\f3e0"}.ti-currency-yuan:before{content:"\f29a"}.ti-currency-zloty:before{content:"\ee6c"}.ti-current-location:before{content:"\ecef"}.ti-current-location-off:before{content:"\f10e"}.ti-cursor-off:before{content:"\f10f"}.ti-cursor-text:before{content:"\ee6d"}.ti-cut:before{content:"\ea86"}.ti-cylinder:before{content:"\f54c"}.ti-cylinder-off:before{content:"\fa98"}.ti-cylinder-plus:before{content:"\fa99"}.ti-dashboard:before{content:"\ea87"}.ti-dashboard-off:before{content:"\f3e1"}.ti-database:before{content:"\ea88"}.ti-database-cog:before{content:"\fa10"}.ti-database-dollar:before{content:"\fa11"}.ti-database-edit:before{content:"\fa12"}.ti-database-exclamation:before{content:"\fa13"}.ti-database-export:before{content:"\ee6e"}.ti-database-heart:before{content:"\fa14"}.ti-database-import:before{content:"\ee6f"}.ti-database-leak:before{content:"\fa15"}.ti-database-minus:before{content:"\fa16"}.ti-database-off:before{content:"\ee70"}.ti-database-plus:before{content:"\fa17"}.ti-database-search:before{content:"\fa18"}.ti-database-share:before{content:"\fa19"}.ti-database-smile:before{content:"\fd9b"}.ti-database-star:before{content:"\fa1a"}.ti-database-x:before{content:"\fa1b"}.ti-decimal:before{content:"\fa26"}.ti-deer:before{content:"\f4c5"}.ti-delta:before{content:"\f53c"}.ti-dental:before{content:"\f025"}.ti-dental-broken:before{content:"\f286"}.ti-dental-off:before{content:"\f110"}.ti-deselect:before{content:"\f9f3"}.ti-desk:before{content:"\fd35"}.ti-details:before{content:"\ee71"}.ti-details-off:before{content:"\f3e2"}.ti-device-airpods:before{content:"\f5a9"}.ti-device-airpods-case:before{content:"\f646"}.ti-device-airtag:before{content:"\fae6"}.ti-device-analytics:before{content:"\ee72"}.ti-device-audio-tape:before{content:"\ee73"}.ti-device-camera-phone:before{content:"\f233"}.ti-device-cctv:before{content:"\ee74"}.ti-device-cctv-off:before{content:"\f3e3"}.ti-device-computer-camera:before{content:"\ee76"}.ti-device-computer-camera-off:before{content:"\ee75"}.ti-device-desktop:before{content:"\ea89"}.ti-device-desktop-analytics:before{content:"\ee77"}.ti-device-desktop-bolt:before{content:"\f85e"}.ti-device-desktop-cancel:before{content:"\f85f"}.ti-device-desktop-check:before{content:"\f860"}.ti-device-desktop-code:before{content:"\f861"}.ti-device-desktop-cog:before{content:"\f862"}.ti-device-desktop-dollar:before{content:"\f863"}.ti-device-desktop-down:before{content:"\f864"}.ti-device-desktop-exclamation:before{content:"\f865"}.ti-device-desktop-heart:before{content:"\f866"}.ti-device-desktop-minus:before{content:"\f867"}.ti-device-desktop-off:before{content:"\ee78"}.ti-device-desktop-pause:before{content:"\f868"}.ti-device-desktop-pin:before{content:"\f869"}.ti-device-desktop-plus:before{content:"\f86a"}.ti-device-desktop-question:before{content:"\f86b"}.ti-device-desktop-search:before{content:"\f86c"}.ti-device-desktop-share:before{content:"\f86d"}.ti-device-desktop-star:before{content:"\f86e"}.ti-device-desktop-up:before{content:"\f86f"}.ti-device-desktop-x:before{content:"\f870"}.ti-device-floppy:before{content:"\eb62"}.ti-device-gamepad:before{content:"\eb63"}.ti-device-gamepad-2:before{content:"\f1d2"}.ti-device-gamepad-3:before{content:"\fc58"}.ti-device-heart-monitor:before{content:"\f060"}.ti-device-heart-monitor-filled:before{content:"\fa38"}.ti-device-imac:before{content:"\f7a7"}.ti-device-imac-bolt:before{content:"\f871"}.ti-device-imac-cancel:before{content:"\f872"}.ti-device-imac-check:before{content:"\f873"}.ti-device-imac-code:before{content:"\f874"}.ti-device-imac-cog:before{content:"\f875"}.ti-device-imac-dollar:before{content:"\f876"}.ti-device-imac-down:before{content:"\f877"}.ti-device-imac-exclamation:before{content:"\f878"}.ti-device-imac-heart:before{content:"\f879"}.ti-device-imac-minus:before{content:"\f87a"}.ti-device-imac-off:before{content:"\f87b"}.ti-device-imac-pause:before{content:"\f87c"}.ti-device-imac-pin:before{content:"\f87d"}.ti-device-imac-plus:before{content:"\f87e"}.ti-device-imac-question:before{content:"\f87f"}.ti-device-imac-search:before{content:"\f880"}.ti-device-imac-share:before{content:"\f881"}.ti-device-imac-star:before{content:"\f882"}.ti-device-imac-up:before{content:"\f883"}.ti-device-imac-x:before{content:"\f884"}.ti-device-ipad:before{content:"\f648"}.ti-device-ipad-bolt:before{content:"\f885"}.ti-device-ipad-cancel:before{content:"\f886"}.ti-device-ipad-check:before{content:"\f887"}.ti-device-ipad-code:before{content:"\f888"}.ti-device-ipad-cog:before{content:"\f889"}.ti-device-ipad-dollar:before{content:"\f88a"}.ti-device-ipad-down:before{content:"\f88b"}.ti-device-ipad-exclamation:before{content:"\f88c"}.ti-device-ipad-heart:before{content:"\f88d"}.ti-device-ipad-horizontal:before{content:"\f647"}.ti-device-ipad-horizontal-bolt:before{content:"\f88e"}.ti-device-ipad-horizontal-cancel:before{content:"\f88f"}.ti-device-ipad-horizontal-check:before{content:"\f890"}.ti-device-ipad-horizontal-code:before{content:"\f891"}.ti-device-ipad-horizontal-cog:before{content:"\f892"}.ti-device-ipad-horizontal-dollar:before{content:"\f893"}.ti-device-ipad-horizontal-down:before{content:"\f894"}.ti-device-ipad-horizontal-exclamation:before{content:"\f895"}.ti-device-ipad-horizontal-heart:before{content:"\f896"}.ti-device-ipad-horizontal-minus:before{content:"\f897"}.ti-device-ipad-horizontal-off:before{content:"\f898"}.ti-device-ipad-horizontal-pause:before{content:"\f899"}.ti-device-ipad-horizontal-pin:before{content:"\f89a"}.ti-device-ipad-horizontal-plus:before{content:"\f89b"}.ti-device-ipad-horizontal-question:before{content:"\f89c"}.ti-device-ipad-horizontal-search:before{content:"\f89d"}.ti-device-ipad-horizontal-share:before{content:"\f89e"}.ti-device-ipad-horizontal-star:before{content:"\f89f"}.ti-device-ipad-horizontal-up:before{content:"\f8a0"}.ti-device-ipad-horizontal-x:before{content:"\f8a1"}.ti-device-ipad-minus:before{content:"\f8a2"}.ti-device-ipad-off:before{content:"\f8a3"}.ti-device-ipad-pause:before{content:"\f8a4"}.ti-device-ipad-pin:before{content:"\f8a5"}.ti-device-ipad-plus:before{content:"\f8a6"}.ti-device-ipad-question:before{content:"\f8a7"}.ti-device-ipad-search:before{content:"\f8a8"}.ti-device-ipad-share:before{content:"\f8a9"}.ti-device-ipad-star:before{content:"\f8aa"}.ti-device-ipad-up:before{content:"\f8ab"}.ti-device-ipad-x:before{content:"\f8ac"}.ti-device-landline-phone:before{content:"\f649"}.ti-device-laptop:before{content:"\eb64"}.ti-device-laptop-off:before{content:"\f061"}.ti-device-mobile:before{content:"\ea8a"}.ti-device-mobile-bolt:before{content:"\f8ad"}.ti-device-mobile-cancel:before{content:"\f8ae"}.ti-device-mobile-charging:before{content:"\f224"}.ti-device-mobile-check:before{content:"\f8af"}.ti-device-mobile-code:before{content:"\f8b0"}.ti-device-mobile-cog:before{content:"\f8b1"}.ti-device-mobile-dollar:before{content:"\f8b2"}.ti-device-mobile-down:before{content:"\f8b3"}.ti-device-mobile-exclamation:before{content:"\f8b4"}.ti-device-mobile-filled:before{content:"\fa39"}.ti-device-mobile-heart:before{content:"\f8b5"}.ti-device-mobile-message:before{content:"\ee79"}.ti-device-mobile-minus:before{content:"\f8b6"}.ti-device-mobile-off:before{content:"\f062"}.ti-device-mobile-pause:before{content:"\f8b7"}.ti-device-mobile-pin:before{content:"\f8b8"}.ti-device-mobile-plus:before{content:"\f8b9"}.ti-device-mobile-question:before{content:"\f8ba"}.ti-device-mobile-rotated:before{content:"\ecdb"}.ti-device-mobile-search:before{content:"\f8bb"}.ti-device-mobile-share:before{content:"\f8bc"}.ti-device-mobile-star:before{content:"\f8bd"}.ti-device-mobile-up:before{content:"\f8be"}.ti-device-mobile-vibration:before{content:"\eb86"}.ti-device-mobile-x:before{content:"\f8bf"}.ti-device-nintendo:before{content:"\f026"}.ti-device-nintendo-off:before{content:"\f111"}.ti-device-projector:before{content:"\fc11"}.ti-device-remote:before{content:"\f792"}.ti-device-sd-card:before{content:"\f384"}.ti-device-sim:before{content:"\f4b2"}.ti-device-sim-1:before{content:"\f4af"}.ti-device-sim-2:before{content:"\f4b0"}.ti-device-sim-3:before{content:"\f4b1"}.ti-device-speaker:before{content:"\ea8b"}.ti-device-speaker-off:before{content:"\f112"}.ti-device-tablet:before{content:"\ea8c"}.ti-device-tablet-bolt:before{content:"\f8c0"}.ti-device-tablet-cancel:before{content:"\f8c1"}.ti-device-tablet-check:before{content:"\f8c2"}.ti-device-tablet-code:before{content:"\f8c3"}.ti-device-tablet-cog:before{content:"\f8c4"}.ti-device-tablet-dollar:before{content:"\f8c5"}.ti-device-tablet-down:before{content:"\f8c6"}.ti-device-tablet-exclamation:before{content:"\f8c7"}.ti-device-tablet-filled:before{content:"\fa3a"}.ti-device-tablet-heart:before{content:"\f8c8"}.ti-device-tablet-minus:before{content:"\f8c9"}.ti-device-tablet-off:before{content:"\f063"}.ti-device-tablet-pause:before{content:"\f8ca"}.ti-device-tablet-pin:before{content:"\f8cb"}.ti-device-tablet-plus:before{content:"\f8cc"}.ti-device-tablet-question:before{content:"\f8cd"}.ti-device-tablet-search:before{content:"\f8ce"}.ti-device-tablet-share:before{content:"\f8cf"}.ti-device-tablet-star:before{content:"\f8d0"}.ti-device-tablet-up:before{content:"\f8d1"}.ti-device-tablet-x:before{content:"\f8d2"}.ti-device-tv:before{content:"\ea8d"}.ti-device-tv-off:before{content:"\f064"}.ti-device-tv-old:before{content:"\f1d3"}.ti-device-usb:before{content:"\fc59"}.ti-device-vision-pro:before{content:"\fae7"}.ti-device-watch:before{content:"\ebf9"}.ti-device-watch-bolt:before{content:"\f8d3"}.ti-device-watch-cancel:before{content:"\f8d4"}.ti-device-watch-check:before{content:"\f8d5"}.ti-device-watch-code:before{content:"\f8d6"}.ti-device-watch-cog:before{content:"\f8d7"}.ti-device-watch-dollar:before{content:"\f8d8"}.ti-device-watch-down:before{content:"\f8d9"}.ti-device-watch-exclamation:before{content:"\f8da"}.ti-device-watch-heart:before{content:"\f8db"}.ti-device-watch-minus:before{content:"\f8dc"}.ti-device-watch-off:before{content:"\f065"}.ti-device-watch-pause:before{content:"\f8dd"}.ti-device-watch-pin:before{content:"\f8de"}.ti-device-watch-plus:before{content:"\f8df"}.ti-device-watch-question:before{content:"\f8e0"}.ti-device-watch-search:before{content:"\f8e1"}.ti-device-watch-share:before{content:"\f8e2"}.ti-device-watch-star:before{content:"\f8e3"}.ti-device-watch-stats:before{content:"\ef7d"}.ti-device-watch-stats-2:before{content:"\ef7c"}.ti-device-watch-up:before{content:"\f8e4"}.ti-device-watch-x:before{content:"\f8e5"}.ti-devices:before{content:"\eb87"}.ti-devices-2:before{content:"\ed29"}.ti-devices-bolt:before{content:"\f8e6"}.ti-devices-cancel:before{content:"\f8e7"}.ti-devices-check:before{content:"\f8e8"}.ti-devices-code:before{content:"\f8e9"}.ti-devices-cog:before{content:"\f8ea"}.ti-devices-dollar:before{content:"\f8eb"}.ti-devices-down:before{content:"\f8ec"}.ti-devices-exclamation:before{content:"\f8ed"}.ti-devices-heart:before{content:"\f8ee"}.ti-devices-minus:before{content:"\f8ef"}.ti-devices-off:before{content:"\f3e4"}.ti-devices-pause:before{content:"\f8f0"}.ti-devices-pc:before{content:"\ee7a"}.ti-devices-pc-off:before{content:"\f113"}.ti-devices-pin:before{content:"\f8f1"}.ti-devices-plus:before{content:"\f8f2"}.ti-devices-question:before{content:"\f8f3"}.ti-devices-search:before{content:"\f8f4"}.ti-devices-share:before{content:"\f8f5"}.ti-devices-star:before{content:"\f8f6"}.ti-devices-up:before{content:"\f8f7"}.ti-devices-x:before{content:"\f8f8"}.ti-diabolo:before{content:"\fa9c"}.ti-diabolo-off:before{content:"\fa9a"}.ti-diabolo-plus:before{content:"\fa9b"}.ti-dialpad:before{content:"\f067"}.ti-dialpad-filled:before{content:"\fa3b"}.ti-dialpad-off:before{content:"\f114"}.ti-diamond:before{content:"\eb65"}.ti-diamond-filled:before{content:"\f73d"}.ti-diamond-off:before{content:"\f115"}.ti-diamonds:before{content:"\eff5"}.ti-diamonds-filled:before{content:"\f676"}.ti-dice:before{content:"\eb66"}.ti-dice-1:before{content:"\f08b"}.ti-dice-1-filled:before{content:"\f73e"}.ti-dice-2:before{content:"\f08c"}.ti-dice-2-filled:before{content:"\f73f"}.ti-dice-3:before{content:"\f08d"}.ti-dice-3-filled:before{content:"\f740"}.ti-dice-4:before{content:"\f08e"}.ti-dice-4-filled:before{content:"\f741"}.ti-dice-5:before{content:"\f08f"}.ti-dice-5-filled:before{content:"\f742"}.ti-dice-6:before{content:"\f090"}.ti-dice-6-filled:before{content:"\f743"}.ti-dice-filled:before{content:"\f744"}.ti-dimensions:before{content:"\ee7b"}.ti-direction:before{content:"\ebfb"}.ti-direction-arrows:before{content:"\fd36"}.ti-direction-horizontal:before{content:"\ebfa"}.ti-direction-sign:before{content:"\f1f7"}.ti-direction-sign-filled:before{content:"\f745"}.ti-direction-sign-off:before{content:"\f3e5"}.ti-directions:before{content:"\ea8e"}.ti-directions-off:before{content:"\f116"}.ti-disabled:before{content:"\ea8f"}.ti-disabled-2:before{content:"\ebaf"}.ti-disabled-off:before{content:"\f117"}.ti-disc:before{content:"\ea90"}.ti-disc-golf:before{content:"\f385"}.ti-disc-off:before{content:"\f118"}.ti-discount:before{content:"\ebbd"}.ti-discount-2:before{content:"\ee7c"}.ti-discount-2-off:before{content:"\f3e6"}.ti-discount-check:before{content:"\f1f8"}.ti-discount-check-filled:before{content:"\f746"}.ti-discount-off:before{content:"\f3e7"}.ti-divide:before{content:"\ed5c"}.ti-dna:before{content:"\ee7d"}.ti-dna-2:before{content:"\ef5c"}.ti-dna-2-off:before{content:"\f119"}.ti-dna-off:before{content:"\f11a"}.ti-dog:before{content:"\f660"}.ti-dog-bowl:before{content:"\ef29"}.ti-door:before{content:"\ef4e"}.ti-door-enter:before{content:"\ef4c"}.ti-door-exit:before{content:"\ef4d"}.ti-door-off:before{content:"\f11b"}.ti-dots:before{content:"\ea95"}.ti-dots-circle-horizontal:before{content:"\ea91"}.ti-dots-diagonal:before{content:"\ea93"}.ti-dots-diagonal-2:before{content:"\ea92"}.ti-dots-vertical:before{content:"\ea94"}.ti-download:before{content:"\ea96"}.ti-download-off:before{content:"\f11c"}.ti-drag-drop:before{content:"\eb89"}.ti-drag-drop-2:before{content:"\eb88"}.ti-drone:before{content:"\ed79"}.ti-drone-off:before{content:"\ee7e"}.ti-drop-circle:before{content:"\efde"}.ti-droplet:before{content:"\ea97"}.ti-droplet-bolt:before{content:"\f8f9"}.ti-droplet-cancel:before{content:"\f8fa"}.ti-droplet-check:before{content:"\f8fb"}.ti-droplet-code:before{content:"\f8fc"}.ti-droplet-cog:before{content:"\f8fd"}.ti-droplet-dollar:before{content:"\f8fe"}.ti-droplet-down:before{content:"\f8ff"}.ti-droplet-exclamation:before{content:"\f900"}.ti-droplet-filled:before{content:"\ee80"}.ti-droplet-half:before{content:"\ee82"}.ti-droplet-half-2:before{content:"\ee81"}.ti-droplet-half-2-filled:before{content:"\fb6c"}.ti-droplet-half-filled:before{content:"\f6c5"}.ti-droplet-heart:before{content:"\f901"}.ti-droplet-minus:before{content:"\f902"}.ti-droplet-off:before{content:"\ee83"}.ti-droplet-pause:before{content:"\f903"}.ti-droplet-pin:before{content:"\f904"}.ti-droplet-plus:before{content:"\f905"}.ti-droplet-question:before{content:"\f906"}.ti-droplet-search:before{content:"\f907"}.ti-droplet-share:before{content:"\f908"}.ti-droplet-star:before{content:"\f909"}.ti-droplet-up:before{content:"\f90a"}.ti-droplet-x:before{content:"\f90b"}.ti-droplets:before{content:"\fc12"}.ti-dual-screen:before{content:"\fa59"}.ti-e-passport:before{content:"\f4df"}.ti-ear:before{content:"\ebce"}.ti-ear-off:before{content:"\ee84"}.ti-ear-scan:before{content:"\fd57"}.ti-ease-in:before{content:"\f573"}.ti-ease-in-control-point:before{content:"\f570"}.ti-ease-in-out:before{content:"\f572"}.ti-ease-in-out-control-points:before{content:"\f571"}.ti-ease-out:before{content:"\f575"}.ti-ease-out-control-point:before{content:"\f574"}.ti-edit:before{content:"\ea98"}.ti-edit-circle:before{content:"\ee85"}.ti-edit-circle-off:before{content:"\f11d"}.ti-edit-off:before{content:"\f11e"}.ti-egg:before{content:"\eb8a"}.ti-egg-cracked:before{content:"\f2d6"}.ti-egg-filled:before{content:"\f678"}.ti-egg-fried:before{content:"\f386"}.ti-egg-off:before{content:"\f11f"}.ti-eggs:before{content:"\f500"}.ti-elevator:before{content:"\efdf"}.ti-elevator-off:before{content:"\f3e8"}.ti-emergency-bed:before{content:"\ef5d"}.ti-empathize:before{content:"\f29b"}.ti-empathize-off:before{content:"\f3e9"}.ti-emphasis:before{content:"\ebcf"}.ti-engine:before{content:"\ef7e"}.ti-engine-off:before{content:"\f120"}.ti-equal:before{content:"\ee87"}.ti-equal-double:before{content:"\f4e1"}.ti-equal-not:before{content:"\ee86"}.ti-eraser:before{content:"\eb8b"}.ti-eraser-off:before{content:"\f121"}.ti-error-404:before{content:"\f027"}.ti-error-404-off:before{content:"\f122"}.ti-escalator:before{content:"\fb06"}.ti-escalator-down:before{content:"\fb04"}.ti-escalator-up:before{content:"\fb05"}.ti-exchange:before{content:"\ebe7"}.ti-exchange-off:before{content:"\f123"}.ti-exclamation-circle:before{content:"\f634"}.ti-exclamation-mark:before{content:"\efb4"}.ti-exclamation-mark-off:before{content:"\f124"}.ti-explicit:before{content:"\f256"}.ti-explicit-off:before{content:"\f3ea"}.ti-exposure:before{content:"\eb8c"}.ti-exposure-0:before{content:"\f29c"}.ti-exposure-minus-1:before{content:"\f29d"}.ti-exposure-minus-2:before{content:"\f29e"}.ti-exposure-off:before{content:"\f3eb"}.ti-exposure-plus-1:before{content:"\f29f"}.ti-exposure-plus-2:before{content:"\f2a0"}.ti-external-link:before{content:"\ea99"}.ti-external-link-off:before{content:"\f125"}.ti-eye:before{content:"\ea9a"}.ti-eye-bolt:before{content:"\fb6d"}.ti-eye-cancel:before{content:"\fb6e"}.ti-eye-check:before{content:"\ee88"}.ti-eye-closed:before{content:"\f7ec"}.ti-eye-code:before{content:"\fb6f"}.ti-eye-cog:before{content:"\f7ed"}.ti-eye-discount:before{content:"\fb70"}.ti-eye-dollar:before{content:"\fb71"}.ti-eye-down:before{content:"\fb72"}.ti-eye-edit:before{content:"\f7ee"}.ti-eye-exclamation:before{content:"\f7ef"}.ti-eye-filled:before{content:"\f679"}.ti-eye-heart:before{content:"\f7f0"}.ti-eye-minus:before{content:"\fb73"}.ti-eye-off:before{content:"\ecf0"}.ti-eye-pause:before{content:"\fb74"}.ti-eye-pin:before{content:"\fb75"}.ti-eye-plus:before{content:"\fb76"}.ti-eye-question:before{content:"\fb77"}.ti-eye-search:before{content:"\fb78"}.ti-eye-share:before{content:"\fb79"}.ti-eye-star:before{content:"\fb7a"}.ti-eye-table:before{content:"\ef5e"}.ti-eye-up:before{content:"\fb7b"}.ti-eye-x:before{content:"\f7f1"}.ti-eyeglass:before{content:"\ee8a"}.ti-eyeglass-2:before{content:"\ee89"}.ti-eyeglass-off:before{content:"\f126"}.ti-face-id:before{content:"\ea9b"}.ti-face-id-error:before{content:"\efa7"}.ti-face-mask:before{content:"\efb5"}.ti-face-mask-off:before{content:"\f127"}.ti-fall:before{content:"\ecb9"}.ti-favicon:before{content:"\fd65"}.ti-feather:before{content:"\ee8b"}.ti-feather-off:before{content:"\f128"}.ti-fence:before{content:"\ef2a"}.ti-fence-off:before{content:"\f129"}.ti-fidget-spinner:before{content:"\f068"}.ti-file:before{content:"\eaa4"}.ti-file-3d:before{content:"\f032"}.ti-file-alert:before{content:"\ede6"}.ti-file-analytics:before{content:"\ede7"}.ti-file-arrow-left:before{content:"\f033"}.ti-file-arrow-right:before{content:"\f034"}.ti-file-barcode:before{content:"\f035"}.ti-file-broken:before{content:"\f501"}.ti-file-certificate:before{content:"\ed4d"}.ti-file-chart:before{content:"\f036"}.ti-file-check:before{content:"\ea9c"}.ti-file-code:before{content:"\ebd0"}.ti-file-code-2:before{content:"\ede8"}.ti-file-cv:before{content:"\fa5a"}.ti-file-database:before{content:"\f037"}.ti-file-delta:before{content:"\f53d"}.ti-file-description:before{content:"\f028"}.ti-file-diff:before{content:"\ecf1"}.ti-file-digit:before{content:"\efa8"}.ti-file-dislike:before{content:"\ed2a"}.ti-file-dollar:before{content:"\efe0"}.ti-file-dots:before{content:"\f038"}.ti-file-download:before{content:"\ea9d"}.ti-file-euro:before{content:"\efe1"}.ti-file-export:before{content:"\ede9"}.ti-file-filled:before{content:"\f747"}.ti-file-function:before{content:"\f53e"}.ti-file-horizontal:before{content:"\ebb0"}.ti-file-import:before{content:"\edea"}.ti-file-infinity:before{content:"\f502"}.ti-file-info:before{content:"\edec"}.ti-file-invoice:before{content:"\eb67"}.ti-file-lambda:before{content:"\f53f"}.ti-file-like:before{content:"\ed2b"}.ti-file-minus:before{content:"\ea9e"}.ti-file-music:before{content:"\ea9f"}.ti-file-neutral:before{content:"\fd22"}.ti-file-off:before{content:"\ecf2"}.ti-file-orientation:before{content:"\f2a1"}.ti-file-pencil:before{content:"\f039"}.ti-file-percent:before{content:"\f540"}.ti-file-phone:before{content:"\ecdc"}.ti-file-plus:before{content:"\eaa0"}.ti-file-power:before{content:"\f03a"}.ti-file-report:before{content:"\eded"}.ti-file-rss:before{content:"\f03b"}.ti-file-sad:before{content:"\fd23"}.ti-file-scissors:before{content:"\f03c"}.ti-file-search:before{content:"\ed5d"}.ti-file-settings:before{content:"\f029"}.ti-file-shredder:before{content:"\eaa1"}.ti-file-signal:before{content:"\f03d"}.ti-file-smile:before{content:"\fd24"}.ti-file-spreadsheet:before{content:"\f03e"}.ti-file-stack:before{content:"\f503"}.ti-file-star:before{content:"\f03f"}.ti-file-symlink:before{content:"\ed53"}.ti-file-text:before{content:"\eaa2"}.ti-file-text-ai:before{content:"\fa27"}.ti-file-time:before{content:"\f040"}.ti-file-type-bmp:before{content:"\fb07"}.ti-file-type-css:before{content:"\fb08"}.ti-file-type-csv:before{content:"\fb09"}.ti-file-type-doc:before{content:"\fb0a"}.ti-file-type-docx:before{content:"\fb0b"}.ti-file-type-html:before{content:"\fb0c"}.ti-file-type-jpg:before{content:"\fb0d"}.ti-file-type-js:before{content:"\fb0e"}.ti-file-type-jsx:before{content:"\fb0f"}.ti-file-type-pdf:before{content:"\fb10"}.ti-file-type-php:before{content:"\fb11"}.ti-file-type-png:before{content:"\fb12"}.ti-file-type-ppt:before{content:"\fb13"}.ti-file-type-rs:before{content:"\fb14"}.ti-file-type-sql:before{content:"\fb15"}.ti-file-type-svg:before{content:"\fb16"}.ti-file-type-ts:before{content:"\fb17"}.ti-file-type-tsx:before{content:"\fb18"}.ti-file-type-txt:before{content:"\fb19"}.ti-file-type-vue:before{content:"\fb1a"}.ti-file-type-xls:before{content:"\fb1b"}.ti-file-type-xml:before{content:"\fb1c"}.ti-file-type-zip:before{content:"\fb1d"}.ti-file-typography:before{content:"\f041"}.ti-file-unknown:before{content:"\f042"}.ti-file-upload:before{content:"\ec91"}.ti-file-vector:before{content:"\f043"}.ti-file-x:before{content:"\eaa3"}.ti-file-x-filled:before{content:"\f748"}.ti-file-zip:before{content:"\ed4e"}.ti-files:before{content:"\edef"}.ti-files-off:before{content:"\edee"}.ti-filter:before{content:"\eaa5"}.ti-filter-bolt:before{content:"\fb7c"}.ti-filter-cancel:before{content:"\fb7d"}.ti-filter-check:before{content:"\fb7e"}.ti-filter-code:before{content:"\fb7f"}.ti-filter-cog:before{content:"\f9fe"}.ti-filter-discount:before{content:"\fb80"}.ti-filter-dollar:before{content:"\f9ff"}.ti-filter-down:before{content:"\fb81"}.ti-filter-edit:before{content:"\fa00"}.ti-filter-exclamation:before{content:"\fb82"}.ti-filter-filled:before{content:"\fc27"}.ti-filter-heart:before{content:"\fb83"}.ti-filter-minus:before{content:"\fa01"}.ti-filter-off:before{content:"\ed2c"}.ti-filter-pause:before{content:"\fb84"}.ti-filter-pin:before{content:"\fb85"}.ti-filter-plus:before{content:"\fa02"}.ti-filter-question:before{content:"\fb86"}.ti-filter-search:before{content:"\fb87"}.ti-filter-share:before{content:"\fb88"}.ti-filter-star:before{content:"\fa03"}.ti-filter-up:before{content:"\fb89"}.ti-filter-x:before{content:"\fa04"}.ti-filters:before{content:"\f793"}.ti-fingerprint:before{content:"\ebd1"}.ti-fingerprint-off:before{content:"\f12a"}.ti-fingerprint-scan:before{content:"\fcb5"}.ti-fire-extinguisher:before{content:"\faf6"}.ti-fire-hydrant:before{content:"\f3a9"}.ti-fire-hydrant-off:before{content:"\f3ec"}.ti-firetruck:before{content:"\ebe8"}.ti-first-aid-kit:before{content:"\ef5f"}.ti-first-aid-kit-off:before{content:"\f3ed"}.ti-fish:before{content:"\ef2b"}.ti-fish-bone:before{content:"\f287"}.ti-fish-christianity:before{content:"\f58b"}.ti-fish-hook:before{content:"\f1f9"}.ti-fish-hook-off:before{content:"\f3ee"}.ti-fish-off:before{content:"\f12b"}.ti-flag:before{content:"\eaa6"}.ti-flag-2:before{content:"\ee8c"}.ti-flag-2-filled:before{content:"\f707"}.ti-flag-2-off:before{content:"\f12c"}.ti-flag-3:before{content:"\ee8d"}.ti-flag-3-filled:before{content:"\f708"}.ti-flag-bolt:before{content:"\fb8a"}.ti-flag-cancel:before{content:"\fb8b"}.ti-flag-check:before{content:"\fb8c"}.ti-flag-code:before{content:"\fb8d"}.ti-flag-cog:before{content:"\fb8e"}.ti-flag-discount:before{content:"\fb8f"}.ti-flag-dollar:before{content:"\fb90"}.ti-flag-down:before{content:"\fb91"}.ti-flag-exclamation:before{content:"\fb92"}.ti-flag-filled:before{content:"\f67a"}.ti-flag-heart:before{content:"\fb93"}.ti-flag-minus:before{content:"\fb94"}.ti-flag-off:before{content:"\f12d"}.ti-flag-pause:before{content:"\fb95"}.ti-flag-pin:before{content:"\fb96"}.ti-flag-plus:before{content:"\fb97"}.ti-flag-question:before{content:"\fb98"}.ti-flag-search:before{content:"\fb99"}.ti-flag-share:before{content:"\fb9a"}.ti-flag-star:before{content:"\fb9b"}.ti-flag-up:before{content:"\fb9c"}.ti-flag-x:before{content:"\fb9d"}.ti-flame:before{content:"\ec2c"}.ti-flame-off:before{content:"\f12e"}.ti-flare:before{content:"\ee8e"}.ti-flask:before{content:"\ebd2"}.ti-flask-2:before{content:"\ef60"}.ti-flask-2-filled:before{content:"\fd12"}.ti-flask-2-off:before{content:"\f12f"}.ti-flask-filled:before{content:"\fd13"}.ti-flask-off:before{content:"\f130"}.ti-flip-flops:before{content:"\f564"}.ti-flip-horizontal:before{content:"\eaa7"}.ti-flip-vertical:before{content:"\eaa8"}.ti-float-center:before{content:"\ebb1"}.ti-float-left:before{content:"\ebb2"}.ti-float-none:before{content:"\ed13"}.ti-float-right:before{content:"\ebb3"}.ti-flower:before{content:"\eff6"}.ti-flower-off:before{content:"\f131"}.ti-focus:before{content:"\eb8d"}.ti-focus-2:before{content:"\ebd3"}.ti-focus-auto:before{content:"\fa62"}.ti-focus-centered:before{content:"\f02a"}.ti-fold:before{content:"\ed56"}.ti-fold-down:before{content:"\ed54"}.ti-fold-up:before{content:"\ed55"}.ti-folder:before{content:"\eaad"}.ti-folder-bolt:before{content:"\f90c"}.ti-folder-cancel:before{content:"\f90d"}.ti-folder-check:before{content:"\f90e"}.ti-folder-code:before{content:"\f90f"}.ti-folder-cog:before{content:"\f910"}.ti-folder-dollar:before{content:"\f911"}.ti-folder-down:before{content:"\f912"}.ti-folder-exclamation:before{content:"\f913"}.ti-folder-filled:before{content:"\f749"}.ti-folder-heart:before{content:"\f914"}.ti-folder-minus:before{content:"\eaaa"}.ti-folder-off:before{content:"\ed14"}.ti-folder-open:before{content:"\faf7"}.ti-folder-pause:before{content:"\f915"}.ti-folder-pin:before{content:"\f916"}.ti-folder-plus:before{content:"\eaab"}.ti-folder-question:before{content:"\f917"}.ti-folder-root:before{content:"\fd43"}.ti-folder-search:before{content:"\f918"}.ti-folder-share:before{content:"\f919"}.ti-folder-star:before{content:"\f91a"}.ti-folder-symlink:before{content:"\f91b"}.ti-folder-up:before{content:"\f91c"}.ti-folder-x:before{content:"\eaac"}.ti-folders:before{content:"\eaae"}.ti-folders-off:before{content:"\f133"}.ti-forbid:before{content:"\ebd5"}.ti-forbid-2:before{content:"\ebd4"}.ti-forbid-2-filled:before{content:"\fc28"}.ti-forbid-filled:before{content:"\fc29"}.ti-forklift:before{content:"\ebe9"}.ti-forms:before{content:"\ee8f"}.ti-fountain:before{content:"\f09b"}.ti-fountain-filled:before{content:"\fc2a"}.ti-fountain-off:before{content:"\f134"}.ti-frame:before{content:"\eaaf"}.ti-frame-off:before{content:"\f135"}.ti-free-rights:before{content:"\efb6"}.ti-freeze-column:before{content:"\fa63"}.ti-freeze-row:before{content:"\fa65"}.ti-freeze-row-column:before{content:"\fa64"}.ti-fridge:before{content:"\f1fa"}.ti-fridge-off:before{content:"\f3ef"}.ti-friends:before{content:"\eab0"}.ti-friends-off:before{content:"\f136"}.ti-frustum:before{content:"\fa9f"}.ti-frustum-off:before{content:"\fa9d"}.ti-frustum-plus:before{content:"\fa9e"}.ti-function:before{content:"\f225"}.ti-function-filled:before{content:"\fc2b"}.ti-function-off:before{content:"\f3f0"}.ti-galaxy:before{content:"\fcb6"}.ti-garden-cart:before{content:"\f23e"}.ti-garden-cart-off:before{content:"\f3f1"}.ti-gas-station:before{content:"\ec7d"}.ti-gas-station-off:before{content:"\f137"}.ti-gauge:before{content:"\eab1"}.ti-gauge-filled:before{content:"\fc2c"}.ti-gauge-off:before{content:"\f138"}.ti-gavel:before{content:"\ef90"}.ti-gender-agender:before{content:"\f0e1"}.ti-gender-androgyne:before{content:"\f0e2"}.ti-gender-bigender:before{content:"\f0e3"}.ti-gender-demiboy:before{content:"\f0e4"}.ti-gender-demigirl:before{content:"\f0e5"}.ti-gender-epicene:before{content:"\f0e6"}.ti-gender-female:before{content:"\f0e7"}.ti-gender-femme:before{content:"\f0e8"}.ti-gender-genderfluid:before{content:"\f0e9"}.ti-gender-genderless:before{content:"\f0ea"}.ti-gender-genderqueer:before{content:"\f0eb"}.ti-gender-hermaphrodite:before{content:"\f0ec"}.ti-gender-intergender:before{content:"\f0ed"}.ti-gender-male:before{content:"\f0ee"}.ti-gender-neutrois:before{content:"\f0ef"}.ti-gender-third:before{content:"\f0f0"}.ti-gender-transgender:before{content:"\f0f1"}.ti-gender-trasvesti:before{content:"\f0f2"}.ti-geometry:before{content:"\ee90"}.ti-ghost:before{content:"\eb8e"}.ti-ghost-2:before{content:"\f57c"}.ti-ghost-2-filled:before{content:"\f74a"}.ti-ghost-3:before{content:"\fc13"}.ti-ghost-filled:before{content:"\f74b"}.ti-ghost-off:before{content:"\f3f2"}.ti-gif:before{content:"\f257"}.ti-gift:before{content:"\eb68"}.ti-gift-card:before{content:"\f3aa"}.ti-gift-card-filled:before{content:"\fc2d"}.ti-gift-filled:before{content:"\fd14"}.ti-gift-off:before{content:"\f3f3"}.ti-git-branch:before{content:"\eab2"}.ti-git-branch-deleted:before{content:"\f57d"}.ti-git-cherry-pick:before{content:"\f57e"}.ti-git-commit:before{content:"\eab3"}.ti-git-compare:before{content:"\eab4"}.ti-git-fork:before{content:"\eb8f"}.ti-git-merge:before{content:"\eab5"}.ti-git-pull-request:before{content:"\eab6"}.ti-git-pull-request-closed:before{content:"\ef7f"}.ti-git-pull-request-draft:before{content:"\efb7"}.ti-gizmo:before{content:"\f02b"}.ti-glass:before{content:"\eab8"}.ti-glass-champagne:before{content:"\fd9c"}.ti-glass-cocktail:before{content:"\fd9d"}.ti-glass-full:before{content:"\eab7"}.ti-glass-full-filled:before{content:"\fc2e"}.ti-glass-gin:before{content:"\fd9e"}.ti-glass-off:before{content:"\ee91"}.ti-globe:before{content:"\eab9"}.ti-globe-filled:before{content:"\fc2f"}.ti-globe-off:before{content:"\f139"}.ti-go-game:before{content:"\f512"}.ti-golf:before{content:"\ed8c"}.ti-golf-off:before{content:"\f13a"}.ti-gps:before{content:"\ed7a"}.ti-gradienter:before{content:"\f3ab"}.ti-grain:before{content:"\ee92"}.ti-graph:before{content:"\f288"}.ti-graph-filled:before{content:"\fd15"}.ti-graph-off:before{content:"\f3f4"}.ti-grave:before{content:"\f580"}.ti-grave-2:before{content:"\f57f"}.ti-grid-3x3:before{content:"\fca4"}.ti-grid-4x4:before{content:"\fca5"}.ti-grid-dots:before{content:"\eaba"}.ti-grid-goldenratio:before{content:"\fca6"}.ti-grid-pattern:before{content:"\efc9"}.ti-grid-scan:before{content:"\fca7"}.ti-grill:before{content:"\efa9"}.ti-grill-fork:before{content:"\f35b"}.ti-grill-off:before{content:"\f3f5"}.ti-grill-spatula:before{content:"\f35c"}.ti-grip-horizontal:before{content:"\ec00"}.ti-grip-vertical:before{content:"\ec01"}.ti-growth:before{content:"\ee93"}.ti-guitar-pick:before{content:"\f4c6"}.ti-guitar-pick-filled:before{content:"\f67b"}.ti-gymnastics:before{content:"\fd44"}.ti-h-1:before{content:"\ec94"}.ti-h-2:before{content:"\ec95"}.ti-h-3:before{content:"\ec96"}.ti-h-4:before{content:"\ec97"}.ti-h-5:before{content:"\ec98"}.ti-h-6:before{content:"\ec99"}.ti-hammer:before{content:"\ef91"}.ti-hammer-off:before{content:"\f13c"}.ti-hand-click:before{content:"\ef4f"}.ti-hand-finger:before{content:"\ee94"}.ti-hand-finger-off:before{content:"\f13d"}.ti-hand-grab:before{content:"\f091"}.ti-hand-little-finger:before{content:"\ee95"}.ti-hand-middle-finger:before{content:"\ec2d"}.ti-hand-move:before{content:"\ef50"}.ti-hand-off:before{content:"\ed15"}.ti-hand-ring-finger:before{content:"\ee96"}.ti-hand-rock:before{content:"\ee97"}.ti-hand-sanitizer:before{content:"\f5f4"}.ti-hand-stop:before{content:"\ec2e"}.ti-hand-three-fingers:before{content:"\ee98"}.ti-hand-two-fingers:before{content:"\ee99"}.ti-hanger:before{content:"\ee9a"}.ti-hanger-2:before{content:"\f09c"}.ti-hanger-off:before{content:"\f13e"}.ti-hash:before{content:"\eabc"}.ti-haze:before{content:"\efaa"}.ti-haze-moon:before{content:"\faf8"}.ti-hdr:before{content:"\fa7b"}.ti-heading:before{content:"\ee9b"}.ti-heading-off:before{content:"\f13f"}.ti-headphones:before{content:"\eabd"}.ti-headphones-filled:before{content:"\fa3c"}.ti-headphones-off:before{content:"\ed1d"}.ti-headset:before{content:"\eb90"}.ti-headset-off:before{content:"\f3f6"}.ti-health-recognition:before{content:"\f1fb"}.ti-heart:before{content:"\eabe"}.ti-heart-bolt:before{content:"\fb9e"}.ti-heart-broken:before{content:"\ecba"}.ti-heart-cancel:before{content:"\fb9f"}.ti-heart-check:before{content:"\fba0"}.ti-heart-code:before{content:"\fba1"}.ti-heart-cog:before{content:"\fba2"}.ti-heart-discount:before{content:"\fba3"}.ti-heart-dollar:before{content:"\fba4"}.ti-heart-down:before{content:"\fba5"}.ti-heart-exclamation:before{content:"\fba6"}.ti-heart-filled:before{content:"\f67c"}.ti-heart-handshake:before{content:"\f0f3"}.ti-heart-minus:before{content:"\f140"}.ti-heart-off:before{content:"\f141"}.ti-heart-pause:before{content:"\fba7"}.ti-heart-pin:before{content:"\fba8"}.ti-heart-plus:before{content:"\f142"}.ti-heart-question:before{content:"\fba9"}.ti-heart-rate-monitor:before{content:"\ef61"}.ti-heart-search:before{content:"\fbaa"}.ti-heart-share:before{content:"\fbab"}.ti-heart-star:before{content:"\fbac"}.ti-heart-up:before{content:"\fbad"}.ti-heart-x:before{content:"\fbae"}.ti-heartbeat:before{content:"\ef92"}.ti-hearts:before{content:"\f387"}.ti-hearts-off:before{content:"\f3f7"}.ti-helicopter:before{content:"\ed8e"}.ti-helicopter-landing:before{content:"\ed8d"}.ti-helmet:before{content:"\efca"}.ti-helmet-off:before{content:"\f143"}.ti-help:before{content:"\eabf"}.ti-help-circle:before{content:"\f91d"}.ti-help-circle-filled:before{content:"\fa3d"}.ti-help-hexagon:before{content:"\f7a8"}.ti-help-hexagon-filled:before{content:"\fa3e"}.ti-help-octagon:before{content:"\f7a9"}.ti-help-octagon-filled:before{content:"\fa3f"}.ti-help-off:before{content:"\f3f8"}.ti-help-small:before{content:"\f91e"}.ti-help-square:before{content:"\f920"}.ti-help-square-filled:before{content:"\fa40"}.ti-help-square-rounded:before{content:"\f91f"}.ti-help-square-rounded-filled:before{content:"\fa41"}.ti-help-triangle:before{content:"\f921"}.ti-help-triangle-filled:before{content:"\fa42"}.ti-hemisphere:before{content:"\faa2"}.ti-hemisphere-off:before{content:"\faa0"}.ti-hemisphere-plus:before{content:"\faa1"}.ti-hexagon:before{content:"\ec02"}.ti-hexagon-0-filled:before{content:"\f74c"}.ti-hexagon-1-filled:before{content:"\f74d"}.ti-hexagon-2-filled:before{content:"\f74e"}.ti-hexagon-3-filled:before{content:"\f74f"}.ti-hexagon-3d:before{content:"\f4c7"}.ti-hexagon-4-filled:before{content:"\f750"}.ti-hexagon-5-filled:before{content:"\f751"}.ti-hexagon-6-filled:before{content:"\f752"}.ti-hexagon-7-filled:before{content:"\f753"}.ti-hexagon-8-filled:before{content:"\f754"}.ti-hexagon-9-filled:before{content:"\f755"}.ti-hexagon-filled:before{content:"\f67d"}.ti-hexagon-letter-a:before{content:"\f463"}.ti-hexagon-letter-b:before{content:"\f464"}.ti-hexagon-letter-c:before{content:"\f465"}.ti-hexagon-letter-d:before{content:"\f466"}.ti-hexagon-letter-e:before{content:"\f467"}.ti-hexagon-letter-f:before{content:"\f468"}.ti-hexagon-letter-g:before{content:"\f469"}.ti-hexagon-letter-h:before{content:"\f46a"}.ti-hexagon-letter-i:before{content:"\f46b"}.ti-hexagon-letter-j:before{content:"\f46c"}.ti-hexagon-letter-k:before{content:"\f46d"}.ti-hexagon-letter-l:before{content:"\f46e"}.ti-hexagon-letter-m:before{content:"\f46f"}.ti-hexagon-letter-n:before{content:"\f470"}.ti-hexagon-letter-o:before{content:"\f471"}.ti-hexagon-letter-p:before{content:"\f472"}.ti-hexagon-letter-q:before{content:"\f473"}.ti-hexagon-letter-r:before{content:"\f474"}.ti-hexagon-letter-s:before{content:"\f475"}.ti-hexagon-letter-t:before{content:"\f476"}.ti-hexagon-letter-u:before{content:"\f477"}.ti-hexagon-letter-v:before{content:"\f4b3"}.ti-hexagon-letter-w:before{content:"\f478"}.ti-hexagon-letter-x:before{content:"\f479"}.ti-hexagon-letter-y:before{content:"\f47a"}.ti-hexagon-letter-z:before{content:"\f47b"}.ti-hexagon-minus:before{content:"\fc8f"}.ti-hexagon-minus-2:before{content:"\fc8e"}.ti-hexagon-number-0:before{content:"\f459"}.ti-hexagon-number-1:before{content:"\f45a"}.ti-hexagon-number-2:before{content:"\f45b"}.ti-hexagon-number-3:before{content:"\f45c"}.ti-hexagon-number-4:before{content:"\f45d"}.ti-hexagon-number-5:before{content:"\f45e"}.ti-hexagon-number-6:before{content:"\f45f"}.ti-hexagon-number-7:before{content:"\f460"}.ti-hexagon-number-8:before{content:"\f461"}.ti-hexagon-number-9:before{content:"\f462"}.ti-hexagon-off:before{content:"\ee9c"}.ti-hexagon-plus:before{content:"\fc45"}.ti-hexagon-plus-2:before{content:"\fc90"}.ti-hexagonal-prism:before{content:"\faa5"}.ti-hexagonal-prism-off:before{content:"\faa3"}.ti-hexagonal-prism-plus:before{content:"\faa4"}.ti-hexagonal-pyramid:before{content:"\faa8"}.ti-hexagonal-pyramid-off:before{content:"\faa6"}.ti-hexagonal-pyramid-plus:before{content:"\faa7"}.ti-hexagons:before{content:"\f09d"}.ti-hexagons-off:before{content:"\f3f9"}.ti-hierarchy:before{content:"\ee9e"}.ti-hierarchy-2:before{content:"\ee9d"}.ti-hierarchy-3:before{content:"\f289"}.ti-hierarchy-off:before{content:"\f3fa"}.ti-highlight:before{content:"\ef3f"}.ti-highlight-off:before{content:"\f144"}.ti-history:before{content:"\ebea"}.ti-history-off:before{content:"\f3fb"}.ti-history-toggle:before{content:"\f1fc"}.ti-home:before{content:"\eac1"}.ti-home-2:before{content:"\eac0"}.ti-home-bolt:before{content:"\f336"}.ti-home-cancel:before{content:"\f350"}.ti-home-check:before{content:"\f337"}.ti-home-cog:before{content:"\f338"}.ti-home-dollar:before{content:"\f339"}.ti-home-dot:before{content:"\f33a"}.ti-home-down:before{content:"\f33b"}.ti-home-eco:before{content:"\f351"}.ti-home-edit:before{content:"\f352"}.ti-home-exclamation:before{content:"\f33c"}.ti-home-hand:before{content:"\f504"}.ti-home-heart:before{content:"\f353"}.ti-home-infinity:before{content:"\f505"}.ti-home-link:before{content:"\f354"}.ti-home-minus:before{content:"\f33d"}.ti-home-move:before{content:"\f33e"}.ti-home-off:before{content:"\f145"}.ti-home-plus:before{content:"\f33f"}.ti-home-question:before{content:"\f340"}.ti-home-ribbon:before{content:"\f355"}.ti-home-search:before{content:"\f341"}.ti-home-share:before{content:"\f342"}.ti-home-shield:before{content:"\f343"}.ti-home-signal:before{content:"\f356"}.ti-home-star:before{content:"\f344"}.ti-home-stats:before{content:"\f345"}.ti-home-up:before{content:"\f346"}.ti-home-x:before{content:"\f347"}.ti-horse:before{content:"\fc46"}.ti-horse-toy:before{content:"\f28a"}.ti-horseshoe:before{content:"\fcb7"}.ti-hospital:before{content:"\fd59"}.ti-hospital-circle:before{content:"\fd58"}.ti-hotel-service:before{content:"\ef80"}.ti-hourglass:before{content:"\ef93"}.ti-hourglass-empty:before{content:"\f146"}.ti-hourglass-filled:before{content:"\f756"}.ti-hourglass-high:before{content:"\f092"}.ti-hourglass-low:before{content:"\f093"}.ti-hourglass-off:before{content:"\f147"}.ti-html:before{content:"\f7b1"}.ti-http-connect:before{content:"\fa28"}.ti-http-delete:before{content:"\fa29"}.ti-http-get:before{content:"\fa2a"}.ti-http-head:before{content:"\fa2b"}.ti-http-options:before{content:"\fa2c"}.ti-http-patch:before{content:"\fa2d"}.ti-http-post:before{content:"\fa2e"}.ti-http-put:before{content:"\fa2f"}.ti-http-que:before{content:"\fa5b"}.ti-http-trace:before{content:"\fa30"}.ti-ice-cream:before{content:"\eac2"}.ti-ice-cream-2:before{content:"\ee9f"}.ti-ice-cream-off:before{content:"\f148"}.ti-ice-skating:before{content:"\efcb"}.ti-icons:before{content:"\f1d4"}.ti-icons-off:before{content:"\f3fc"}.ti-id:before{content:"\eac3"}.ti-id-badge:before{content:"\eff7"}.ti-id-badge-2:before{content:"\f076"}.ti-id-badge-off:before{content:"\f3fd"}.ti-id-off:before{content:"\f149"}.ti-image-in-picture:before{content:"\fd9f"}.ti-inbox:before{content:"\eac4"}.ti-inbox-off:before{content:"\f14a"}.ti-indent-decrease:before{content:"\eb91"}.ti-indent-increase:before{content:"\eb92"}.ti-infinity:before{content:"\eb69"}.ti-infinity-off:before{content:"\f3fe"}.ti-info-circle:before{content:"\eac5"}.ti-info-circle-filled:before{content:"\f6d8"}.ti-info-hexagon:before{content:"\f7aa"}.ti-info-hexagon-filled:before{content:"\fa43"}.ti-info-octagon:before{content:"\f7ab"}.ti-info-octagon-filled:before{content:"\fa44"}.ti-info-small:before{content:"\f922"}.ti-info-square:before{content:"\eac6"}.ti-info-square-filled:before{content:"\fa45"}.ti-info-square-rounded:before{content:"\f635"}.ti-info-square-rounded-filled:before{content:"\f6d9"}.ti-info-triangle:before{content:"\f923"}.ti-info-triangle-filled:before{content:"\fa46"}.ti-inner-shadow-bottom:before{content:"\f520"}.ti-inner-shadow-bottom-filled:before{content:"\f757"}.ti-inner-shadow-bottom-left:before{content:"\f51e"}.ti-inner-shadow-bottom-left-filled:before{content:"\f758"}.ti-inner-shadow-bottom-right:before{content:"\f51f"}.ti-inner-shadow-bottom-right-filled:before{content:"\f759"}.ti-inner-shadow-left:before{content:"\f521"}.ti-inner-shadow-left-filled:before{content:"\f75a"}.ti-inner-shadow-right:before{content:"\f522"}.ti-inner-shadow-right-filled:before{content:"\f75b"}.ti-inner-shadow-top:before{content:"\f525"}.ti-inner-shadow-top-filled:before{content:"\f75c"}.ti-inner-shadow-top-left:before{content:"\f523"}.ti-inner-shadow-top-left-filled:before{content:"\f75d"}.ti-inner-shadow-top-right:before{content:"\f524"}.ti-inner-shadow-top-right-filled:before{content:"\f75e"}.ti-input-ai:before{content:"\fc5a"}.ti-input-check:before{content:"\fc5b"}.ti-input-search:before{content:"\f2a2"}.ti-input-x:before{content:"\fc5c"}.ti-ironing:before{content:"\fa7c"}.ti-ironing-1:before{content:"\f2f4"}.ti-ironing-2:before{content:"\f2f5"}.ti-ironing-3:before{content:"\f2f6"}.ti-ironing-off:before{content:"\f2f7"}.ti-ironing-steam:before{content:"\f2f9"}.ti-ironing-steam-off:before{content:"\f2f8"}.ti-irregular-polyhedron:before{content:"\faab"}.ti-irregular-polyhedron-off:before{content:"\faa9"}.ti-irregular-polyhedron-plus:before{content:"\faaa"}.ti-italic:before{content:"\eb93"}.ti-jacket:before{content:"\f661"}.ti-jetpack:before{content:"\f581"}.ti-jewish-star:before{content:"\f3ff"}.ti-jewish-star-filled:before{content:"\f67e"}.ti-jpg:before{content:"\f3ac"}.ti-json:before{content:"\f7b2"}.ti-jump-rope:before{content:"\ed8f"}.ti-karate:before{content:"\ed32"}.ti-kayak:before{content:"\f1d6"}.ti-kering:before{content:"\efb8"}.ti-key:before{content:"\eac7"}.ti-key-off:before{content:"\f14b"}.ti-keyboard:before{content:"\ebd6"}.ti-keyboard-hide:before{content:"\ec7e"}.ti-keyboard-off:before{content:"\eea0"}.ti-keyboard-show:before{content:"\ec7f"}.ti-keyframe:before{content:"\f576"}.ti-keyframe-align-center:before{content:"\f582"}.ti-keyframe-align-center-filled:before{content:"\fc30"}.ti-keyframe-align-horizontal:before{content:"\f583"}.ti-keyframe-align-horizontal-filled:before{content:"\fc31"}.ti-keyframe-align-vertical:before{content:"\f584"}.ti-keyframe-align-vertical-filled:before{content:"\fc32"}.ti-keyframe-filled:before{content:"\fc33"}.ti-keyframes:before{content:"\f585"}.ti-keyframes-filled:before{content:"\fc34"}.ti-ladder:before{content:"\efe2"}.ti-ladder-off:before{content:"\f14c"}.ti-ladle:before{content:"\fc14"}.ti-lambda:before{content:"\f541"}.ti-lamp:before{content:"\efab"}.ti-lamp-2:before{content:"\f09e"}.ti-lamp-off:before{content:"\f14d"}.ti-lane:before{content:"\faf9"}.ti-language:before{content:"\ebbe"}.ti-language-hiragana:before{content:"\ef77"}.ti-language-katakana:before{content:"\ef78"}.ti-language-off:before{content:"\f14e"}.ti-lasso:before{content:"\efac"}.ti-lasso-off:before{content:"\f14f"}.ti-lasso-polygon:before{content:"\f388"}.ti-layers-difference:before{content:"\eac8"}.ti-layers-intersect:before{content:"\eac9"}.ti-layers-intersect-2:before{content:"\eff8"}.ti-layers-linked:before{content:"\eea1"}.ti-layers-off:before{content:"\f150"}.ti-layers-subtract:before{content:"\eaca"}.ti-layers-union:before{content:"\eacb"}.ti-layout:before{content:"\eadb"}.ti-layout-2:before{content:"\eacc"}.ti-layout-align-bottom:before{content:"\eacd"}.ti-layout-align-center:before{content:"\eace"}.ti-layout-align-left:before{content:"\eacf"}.ti-layout-align-middle:before{content:"\ead0"}.ti-layout-align-right:before{content:"\ead1"}.ti-layout-align-top:before{content:"\ead2"}.ti-layout-board:before{content:"\ef95"}.ti-layout-board-split:before{content:"\ef94"}.ti-layout-bottombar:before{content:"\ead3"}.ti-layout-bottombar-collapse:before{content:"\f28b"}.ti-layout-bottombar-collapse-filled:before{content:"\fc35"}.ti-layout-bottombar-expand:before{content:"\f28c"}.ti-layout-bottombar-expand-filled:before{content:"\fc36"}.ti-layout-bottombar-filled:before{content:"\fc37"}.ti-layout-bottombar-inactive:before{content:"\fd45"}.ti-layout-cards:before{content:"\ec13"}.ti-layout-collage:before{content:"\f389"}.ti-layout-columns:before{content:"\ead4"}.ti-layout-dashboard:before{content:"\f02c"}.ti-layout-distribute-horizontal:before{content:"\ead5"}.ti-layout-distribute-vertical:before{content:"\ead6"}.ti-layout-grid:before{content:"\edba"}.ti-layout-grid-add:before{content:"\edb9"}.ti-layout-grid-remove:before{content:"\fa7d"}.ti-layout-kanban:before{content:"\ec3f"}.ti-layout-list:before{content:"\ec14"}.ti-layout-navbar:before{content:"\ead7"}.ti-layout-navbar-collapse:before{content:"\f28d"}.ti-layout-navbar-collapse-filled:before{content:"\fc38"}.ti-layout-navbar-expand:before{content:"\f28e"}.ti-layout-navbar-expand-filled:before{content:"\fc39"}.ti-layout-navbar-filled:before{content:"\fc3a"}.ti-layout-navbar-inactive:before{content:"\fd46"}.ti-layout-off:before{content:"\f151"}.ti-layout-rows:before{content:"\ead8"}.ti-layout-sidebar:before{content:"\eada"}.ti-layout-sidebar-inactive:before{content:"\fd47"}.ti-layout-sidebar-left-collapse:before{content:"\f004"}.ti-layout-sidebar-left-collapse-filled:before{content:"\fc3b"}.ti-layout-sidebar-left-expand:before{content:"\f005"}.ti-layout-sidebar-left-expand-filled:before{content:"\fc3c"}.ti-layout-sidebar-right:before{content:"\ead9"}.ti-layout-sidebar-right-collapse:before{content:"\f006"}.ti-layout-sidebar-right-collapse-filled:before{content:"\fc3d"}.ti-layout-sidebar-right-expand:before{content:"\f007"}.ti-layout-sidebar-right-expand-filled:before{content:"\fc3e"}.ti-layout-sidebar-right-inactive:before{content:"\fd48"}.ti-leaf:before{content:"\ed4f"}.ti-leaf-off:before{content:"\f400"}.ti-lego:before{content:"\eadc"}.ti-lego-off:before{content:"\f401"}.ti-lemon:before{content:"\ef10"}.ti-lemon-2:before{content:"\ef81"}.ti-letter-a:before{content:"\ec50"}.ti-letter-a-small:before{content:"\fcc7"}.ti-letter-b:before{content:"\ec51"}.ti-letter-b-small:before{content:"\fcc8"}.ti-letter-c:before{content:"\ec52"}.ti-letter-c-small:before{content:"\fcc9"}.ti-letter-case:before{content:"\eea5"}.ti-letter-case-lower:before{content:"\eea2"}.ti-letter-case-toggle:before{content:"\eea3"}.ti-letter-case-upper:before{content:"\eea4"}.ti-letter-d:before{content:"\ec53"}.ti-letter-d-small:before{content:"\fcca"}.ti-letter-e:before{content:"\ec54"}.ti-letter-e-small:before{content:"\fccb"}.ti-letter-f:before{content:"\ec55"}.ti-letter-f-small:before{content:"\fccc"}.ti-letter-g:before{content:"\ec56"}.ti-letter-g-small:before{content:"\fccd"}.ti-letter-h:before{content:"\ec57"}.ti-letter-h-small:before{content:"\fcce"}.ti-letter-i:before{content:"\ec58"}.ti-letter-i-small:before{content:"\fccf"}.ti-letter-j:before{content:"\ec59"}.ti-letter-j-small:before{content:"\fcd0"}.ti-letter-k:before{content:"\ec5a"}.ti-letter-k-small:before{content:"\fcd1"}.ti-letter-l:before{content:"\ec5b"}.ti-letter-l-small:before{content:"\fcd2"}.ti-letter-m:before{content:"\ec5c"}.ti-letter-m-small:before{content:"\fcd3"}.ti-letter-n:before{content:"\ec5d"}.ti-letter-n-small:before{content:"\fcd4"}.ti-letter-o:before{content:"\ec5e"}.ti-letter-o-small:before{content:"\fcd5"}.ti-letter-p:before{content:"\ec5f"}.ti-letter-p-small:before{content:"\fcd6"}.ti-letter-q:before{content:"\ec60"}.ti-letter-q-small:before{content:"\fcd7"}.ti-letter-r:before{content:"\ec61"}.ti-letter-r-small:before{content:"\fcd8"}.ti-letter-s:before{content:"\ec62"}.ti-letter-s-small:before{content:"\fcd9"}.ti-letter-spacing:before{content:"\eea6"}.ti-letter-t:before{content:"\ec63"}.ti-letter-t-small:before{content:"\fcda"}.ti-letter-u:before{content:"\ec64"}.ti-letter-u-small:before{content:"\fcdb"}.ti-letter-v:before{content:"\ec65"}.ti-letter-v-small:before{content:"\fcdc"}.ti-letter-w:before{content:"\ec66"}.ti-letter-w-small:before{content:"\fcdd"}.ti-letter-x:before{content:"\ec67"}.ti-letter-x-small:before{content:"\fcde"}.ti-letter-y:before{content:"\ec68"}.ti-letter-y-small:before{content:"\fcdf"}.ti-letter-z:before{content:"\ec69"}.ti-letter-z-small:before{content:"\fce0"}.ti-library:before{content:"\fd4c"}.ti-library-minus:before{content:"\fd49"}.ti-library-photo:before{content:"\fd4a"}.ti-library-plus:before{content:"\fd4b"}.ti-license:before{content:"\ebc0"}.ti-license-off:before{content:"\f153"}.ti-lifebuoy:before{content:"\eadd"}.ti-lifebuoy-off:before{content:"\f154"}.ti-lighter:before{content:"\f794"}.ti-line:before{content:"\ec40"}.ti-line-dashed:before{content:"\eea7"}.ti-line-dotted:before{content:"\eea8"}.ti-line-height:before{content:"\eb94"}.ti-line-scan:before{content:"\fcb8"}.ti-link:before{content:"\eade"}.ti-link-minus:before{content:"\fd16"}.ti-link-off:before{content:"\f402"}.ti-link-plus:before{content:"\fd17"}.ti-list:before{content:"\eb6b"}.ti-list-check:before{content:"\eb6a"}.ti-list-details:before{content:"\ef40"}.ti-list-letters:before{content:"\fc47"}.ti-list-numbers:before{content:"\ef11"}.ti-list-search:before{content:"\eea9"}.ti-list-tree:before{content:"\fafa"}.ti-live-photo:before{content:"\eadf"}.ti-live-photo-off:before{content:"\f403"}.ti-live-view:before{content:"\ec6b"}.ti-load-balancer:before{content:"\fa5c"}.ti-loader:before{content:"\eca3"}.ti-loader-2:before{content:"\f226"}.ti-loader-3:before{content:"\f513"}.ti-loader-quarter:before{content:"\eca2"}.ti-location:before{content:"\eae0"}.ti-location-bolt:before{content:"\fbaf"}.ti-location-broken:before{content:"\f2c4"}.ti-location-cancel:before{content:"\fbb0"}.ti-location-check:before{content:"\fbb1"}.ti-location-code:before{content:"\fbb2"}.ti-location-cog:before{content:"\fbb3"}.ti-location-discount:before{content:"\fbb4"}.ti-location-dollar:before{content:"\fbb5"}.ti-location-down:before{content:"\fbb6"}.ti-location-exclamation:before{content:"\fbb7"}.ti-location-filled:before{content:"\f67f"}.ti-location-heart:before{content:"\fbb8"}.ti-location-minus:before{content:"\fbb9"}.ti-location-off:before{content:"\f155"}.ti-location-pause:before{content:"\fbba"}.ti-location-pin:before{content:"\fbbb"}.ti-location-plus:before{content:"\fbbc"}.ti-location-question:before{content:"\fbbd"}.ti-location-search:before{content:"\fbbe"}.ti-location-share:before{content:"\fbbf"}.ti-location-star:before{content:"\fbc0"}.ti-location-up:before{content:"\fbc1"}.ti-location-x:before{content:"\fbc2"}.ti-lock:before{content:"\eae2"}.ti-lock-access:before{content:"\eeaa"}.ti-lock-access-off:before{content:"\f404"}.ti-lock-bolt:before{content:"\f924"}.ti-lock-cancel:before{content:"\f925"}.ti-lock-check:before{content:"\f926"}.ti-lock-code:before{content:"\f927"}.ti-lock-cog:before{content:"\f928"}.ti-lock-dollar:before{content:"\f929"}.ti-lock-down:before{content:"\f92a"}.ti-lock-exclamation:before{content:"\f92b"}.ti-lock-heart:before{content:"\f92c"}.ti-lock-minus:before{content:"\f92d"}.ti-lock-off:before{content:"\ed1e"}.ti-lock-open:before{content:"\eae1"}.ti-lock-open-off:before{content:"\f156"}.ti-lock-pause:before{content:"\f92e"}.ti-lock-pin:before{content:"\f92f"}.ti-lock-plus:before{content:"\f930"}.ti-lock-question:before{content:"\f931"}.ti-lock-search:before{content:"\f932"}.ti-lock-share:before{content:"\f933"}.ti-lock-square:before{content:"\ef51"}.ti-lock-square-rounded:before{content:"\f636"}.ti-lock-square-rounded-filled:before{content:"\f6da"}.ti-lock-star:before{content:"\f934"}.ti-lock-up:before{content:"\f935"}.ti-lock-x:before{content:"\f936"}.ti-logic-and:before{content:"\f240"}.ti-logic-buffer:before{content:"\f241"}.ti-logic-nand:before{content:"\f242"}.ti-logic-nor:before{content:"\f243"}.ti-logic-not:before{content:"\f244"}.ti-logic-or:before{content:"\f245"}.ti-logic-xnor:before{content:"\f246"}.ti-logic-xor:before{content:"\f247"}.ti-login:before{content:"\eba7"}.ti-login-2:before{content:"\fc76"}.ti-logout:before{content:"\eba8"}.ti-logout-2:before{content:"\fa7e"}.ti-lollipop:before{content:"\efcc"}.ti-lollipop-off:before{content:"\f157"}.ti-luggage:before{content:"\efad"}.ti-luggage-off:before{content:"\f158"}.ti-lungs:before{content:"\ef62"}.ti-lungs-off:before{content:"\f405"}.ti-macro:before{content:"\eeab"}.ti-macro-off:before{content:"\f406"}.ti-magnet:before{content:"\eae3"}.ti-magnet-off:before{content:"\f159"}.ti-magnetic:before{content:"\fcb9"}.ti-mail:before{content:"\eae5"}.ti-mail-ai:before{content:"\fa31"}.ti-mail-bolt:before{content:"\f937"}.ti-mail-cancel:before{content:"\f938"}.ti-mail-check:before{content:"\f939"}.ti-mail-code:before{content:"\f93a"}.ti-mail-cog:before{content:"\f93b"}.ti-mail-dollar:before{content:"\f93c"}.ti-mail-down:before{content:"\f93d"}.ti-mail-exclamation:before{content:"\f93e"}.ti-mail-fast:before{content:"\f069"}.ti-mail-filled:before{content:"\fa47"}.ti-mail-forward:before{content:"\eeac"}.ti-mail-heart:before{content:"\f93f"}.ti-mail-minus:before{content:"\f940"}.ti-mail-off:before{content:"\f15a"}.ti-mail-opened:before{content:"\eae4"}.ti-mail-opened-filled:before{content:"\fa48"}.ti-mail-pause:before{content:"\f941"}.ti-mail-pin:before{content:"\f942"}.ti-mail-plus:before{content:"\f943"}.ti-mail-question:before{content:"\f944"}.ti-mail-search:before{content:"\f945"}.ti-mail-share:before{content:"\f946"}.ti-mail-star:before{content:"\f947"}.ti-mail-up:before{content:"\f948"}.ti-mail-x:before{content:"\f949"}.ti-mailbox:before{content:"\eead"}.ti-mailbox-off:before{content:"\f15b"}.ti-man:before{content:"\eae6"}.ti-manual-gearbox:before{content:"\ed7b"}.ti-map:before{content:"\eae9"}.ti-map-2:before{content:"\eae7"}.ti-map-bolt:before{content:"\fbc3"}.ti-map-cancel:before{content:"\fbc4"}.ti-map-check:before{content:"\fbc5"}.ti-map-code:before{content:"\fbc6"}.ti-map-cog:before{content:"\fbc7"}.ti-map-discount:before{content:"\fbc8"}.ti-map-dollar:before{content:"\fbc9"}.ti-map-down:before{content:"\fbca"}.ti-map-east:before{content:"\fc5d"}.ti-map-exclamation:before{content:"\fbcb"}.ti-map-heart:before{content:"\fbcc"}.ti-map-minus:before{content:"\fbcd"}.ti-map-north:before{content:"\fc5e"}.ti-map-off:before{content:"\f15c"}.ti-map-pause:before{content:"\fbce"}.ti-map-pin:before{content:"\eae8"}.ti-map-pin-2:before{content:"\fc48"}.ti-map-pin-bolt:before{content:"\f94a"}.ti-map-pin-cancel:before{content:"\f94b"}.ti-map-pin-check:before{content:"\f94c"}.ti-map-pin-code:before{content:"\f94d"}.ti-map-pin-cog:before{content:"\f94e"}.ti-map-pin-dollar:before{content:"\f94f"}.ti-map-pin-down:before{content:"\f950"}.ti-map-pin-exclamation:before{content:"\f951"}.ti-map-pin-filled:before{content:"\f680"}.ti-map-pin-heart:before{content:"\f952"}.ti-map-pin-minus:before{content:"\f953"}.ti-map-pin-off:before{content:"\ecf3"}.ti-map-pin-pause:before{content:"\f954"}.ti-map-pin-pin:before{content:"\f955"}.ti-map-pin-plus:before{content:"\f956"}.ti-map-pin-question:before{content:"\f957"}.ti-map-pin-search:before{content:"\f958"}.ti-map-pin-share:before{content:"\f795"}.ti-map-pin-star:before{content:"\f959"}.ti-map-pin-up:before{content:"\f95a"}.ti-map-pin-x:before{content:"\f95b"}.ti-map-pins:before{content:"\ed5e"}.ti-map-plus:before{content:"\fbcf"}.ti-map-question:before{content:"\fbd0"}.ti-map-route:before{content:"\fc79"}.ti-map-search:before{content:"\ef82"}.ti-map-share:before{content:"\fbd1"}.ti-map-south:before{content:"\fc5f"}.ti-map-star:before{content:"\fbd2"}.ti-map-up:before{content:"\fbd3"}.ti-map-west:before{content:"\fc60"}.ti-map-x:before{content:"\fbd4"}.ti-markdown:before{content:"\ec41"}.ti-markdown-off:before{content:"\f407"}.ti-marquee:before{content:"\ec77"}.ti-marquee-2:before{content:"\eeae"}.ti-marquee-off:before{content:"\f15d"}.ti-mars:before{content:"\ec80"}.ti-mask:before{content:"\eeb0"}.ti-mask-off:before{content:"\eeaf"}.ti-masks-theater:before{content:"\f263"}.ti-masks-theater-off:before{content:"\f408"}.ti-massage:before{content:"\eeb1"}.ti-matchstick:before{content:"\f577"}.ti-math:before{content:"\ebeb"}.ti-math-1-divide-2:before{content:"\f4e2"}.ti-math-1-divide-3:before{content:"\f4e3"}.ti-math-avg:before{content:"\f0f4"}.ti-math-equal-greater:before{content:"\f4e4"}.ti-math-equal-lower:before{content:"\f4e5"}.ti-math-function:before{content:"\eeb2"}.ti-math-function-off:before{content:"\f15e"}.ti-math-function-y:before{content:"\f4e6"}.ti-math-greater:before{content:"\f4e7"}.ti-math-integral:before{content:"\f4e9"}.ti-math-integral-x:before{content:"\f4e8"}.ti-math-integrals:before{content:"\f4ea"}.ti-math-lower:before{content:"\f4eb"}.ti-math-max:before{content:"\f0f5"}.ti-math-max-min:before{content:"\fda0"}.ti-math-min:before{content:"\f0f6"}.ti-math-not:before{content:"\f4ec"}.ti-math-off:before{content:"\f409"}.ti-math-pi:before{content:"\f4ee"}.ti-math-pi-divide-2:before{content:"\f4ed"}.ti-math-symbols:before{content:"\eeb3"}.ti-math-x-divide-2:before{content:"\f4ef"}.ti-math-x-divide-y:before{content:"\f4f1"}.ti-math-x-divide-y-2:before{content:"\f4f0"}.ti-math-x-minus-x:before{content:"\f4f2"}.ti-math-x-minus-y:before{content:"\f4f3"}.ti-math-x-plus-x:before{content:"\f4f4"}.ti-math-x-plus-y:before{content:"\f4f5"}.ti-math-xy:before{content:"\f4f6"}.ti-math-y-minus-y:before{content:"\f4f7"}.ti-math-y-plus-y:before{content:"\f4f8"}.ti-maximize:before{content:"\eaea"}.ti-maximize-off:before{content:"\f15f"}.ti-meat:before{content:"\ef12"}.ti-meat-off:before{content:"\f40a"}.ti-medal:before{content:"\ec78"}.ti-medal-2:before{content:"\efcd"}.ti-medical-cross:before{content:"\ec2f"}.ti-medical-cross-circle:before{content:"\fae8"}.ti-medical-cross-filled:before{content:"\f681"}.ti-medical-cross-off:before{content:"\f160"}.ti-medicine-syrup:before{content:"\ef63"}.ti-meeple:before{content:"\f514"}.ti-melon:before{content:"\fc7a"}.ti-menorah:before{content:"\f58c"}.ti-menu:before{content:"\eaeb"}.ti-menu-2:before{content:"\ec42"}.ti-menu-deep:before{content:"\fafb"}.ti-menu-order:before{content:"\f5f5"}.ti-message:before{content:"\eaef"}.ti-message-2:before{content:"\eaec"}.ti-message-2-bolt:before{content:"\f95c"}.ti-message-2-cancel:before{content:"\f95d"}.ti-message-2-check:before{content:"\f95e"}.ti-message-2-code:before{content:"\f012"}.ti-message-2-cog:before{content:"\f95f"}.ti-message-2-dollar:before{content:"\f960"}.ti-message-2-down:before{content:"\f961"}.ti-message-2-exclamation:before{content:"\f962"}.ti-message-2-heart:before{content:"\f963"}.ti-message-2-minus:before{content:"\f964"}.ti-message-2-off:before{content:"\f40b"}.ti-message-2-pause:before{content:"\f965"}.ti-message-2-pin:before{content:"\f966"}.ti-message-2-plus:before{content:"\f967"}.ti-message-2-question:before{content:"\f968"}.ti-message-2-search:before{content:"\f969"}.ti-message-2-share:before{content:"\f077"}.ti-message-2-star:before{content:"\f96a"}.ti-message-2-up:before{content:"\f96b"}.ti-message-2-x:before{content:"\f96c"}.ti-message-bolt:before{content:"\f96d"}.ti-message-cancel:before{content:"\f96e"}.ti-message-chatbot:before{content:"\f38a"}.ti-message-check:before{content:"\f96f"}.ti-message-circle:before{content:"\eaed"}.ti-message-circle-2:before{content:"\ed3f"}.ti-message-circle-2-filled:before{content:"\f682"}.ti-message-circle-bolt:before{content:"\f970"}.ti-message-circle-cancel:before{content:"\f971"}.ti-message-circle-check:before{content:"\f972"}.ti-message-circle-code:before{content:"\f973"}.ti-message-circle-cog:before{content:"\f974"}.ti-message-circle-dollar:before{content:"\f975"}.ti-message-circle-down:before{content:"\f976"}.ti-message-circle-exclamation:before{content:"\f977"}.ti-message-circle-heart:before{content:"\f978"}.ti-message-circle-minus:before{content:"\f979"}.ti-message-circle-off:before{content:"\ed40"}.ti-message-circle-pause:before{content:"\f97a"}.ti-message-circle-pin:before{content:"\f97b"}.ti-message-circle-plus:before{content:"\f97c"}.ti-message-circle-question:before{content:"\f97d"}.ti-message-circle-search:before{content:"\f97e"}.ti-message-circle-share:before{content:"\f97f"}.ti-message-circle-star:before{content:"\f980"}.ti-message-circle-up:before{content:"\f981"}.ti-message-circle-x:before{content:"\f982"}.ti-message-code:before{content:"\f013"}.ti-message-cog:before{content:"\f983"}.ti-message-dollar:before{content:"\f984"}.ti-message-dots:before{content:"\eaee"}.ti-message-down:before{content:"\f985"}.ti-message-exclamation:before{content:"\f986"}.ti-message-forward:before{content:"\f28f"}.ti-message-heart:before{content:"\f987"}.ti-message-language:before{content:"\efae"}.ti-message-minus:before{content:"\f988"}.ti-message-off:before{content:"\ed41"}.ti-message-pause:before{content:"\f989"}.ti-message-pin:before{content:"\f98a"}.ti-message-plus:before{content:"\ec9a"}.ti-message-question:before{content:"\f98b"}.ti-message-reply:before{content:"\fd4d"}.ti-message-report:before{content:"\ec9b"}.ti-message-search:before{content:"\f98c"}.ti-message-share:before{content:"\f078"}.ti-message-star:before{content:"\f98d"}.ti-message-up:before{content:"\f98e"}.ti-message-x:before{content:"\f98f"}.ti-messages:before{content:"\eb6c"}.ti-messages-off:before{content:"\ed42"}.ti-meteor:before{content:"\f1fd"}.ti-meteor-off:before{content:"\f40c"}.ti-meter-cube:before{content:"\fd7c"}.ti-meter-square:before{content:"\fd7d"}.ti-metronome:before{content:"\fd25"}.ti-michelin-bib-gourmand:before{content:"\fae9"}.ti-michelin-star:before{content:"\faeb"}.ti-michelin-star-green:before{content:"\faea"}.ti-mickey:before{content:"\f2a3"}.ti-mickey-filled:before{content:"\f683"}.ti-microphone:before{content:"\eaf0"}.ti-microphone-2:before{content:"\ef2c"}.ti-microphone-2-off:before{content:"\f40d"}.ti-microphone-off:before{content:"\ed16"}.ti-microscope:before{content:"\ef64"}.ti-microscope-off:before{content:"\f40e"}.ti-microwave:before{content:"\f248"}.ti-microwave-off:before{content:"\f264"}.ti-military-award:before{content:"\f079"}.ti-military-rank:before{content:"\efcf"}.ti-milk:before{content:"\ef13"}.ti-milk-off:before{content:"\f40f"}.ti-milkshake:before{content:"\f4c8"}.ti-minimize:before{content:"\eaf1"}.ti-minus:before{content:"\eaf2"}.ti-minus-vertical:before{content:"\eeb4"}.ti-mist:before{content:"\ec30"}.ti-mist-off:before{content:"\f410"}.ti-mobiledata:before{content:"\f9f5"}.ti-mobiledata-off:before{content:"\f9f4"}.ti-moneybag:before{content:"\f506"}.ti-mood-angry:before{content:"\f2de"}.ti-mood-annoyed:before{content:"\f2e0"}.ti-mood-annoyed-2:before{content:"\f2df"}.ti-mood-boy:before{content:"\ed2d"}.ti-mood-check:before{content:"\f7b3"}.ti-mood-cog:before{content:"\f7b4"}.ti-mood-confuzed:before{content:"\eaf3"}.ti-mood-confuzed-filled:before{content:"\f7f2"}.ti-mood-crazy-happy:before{content:"\ed90"}.ti-mood-cry:before{content:"\ecbb"}.ti-mood-dollar:before{content:"\f7b5"}.ti-mood-edit:before{content:"\fa05"}.ti-mood-empty:before{content:"\eeb5"}.ti-mood-empty-filled:before{content:"\f7f3"}.ti-mood-happy:before{content:"\eaf4"}.ti-mood-happy-filled:before{content:"\f7f4"}.ti-mood-heart:before{content:"\f7b6"}.ti-mood-kid:before{content:"\ec03"}.ti-mood-kid-filled:before{content:"\f7f5"}.ti-mood-look-down:before{content:"\fd37"}.ti-mood-look-left:before{content:"\f2c5"}.ti-mood-look-right:before{content:"\f2c6"}.ti-mood-look-up:before{content:"\fd38"}.ti-mood-minus:before{content:"\f7b7"}.ti-mood-nerd:before{content:"\f2e1"}.ti-mood-nervous:before{content:"\ef96"}.ti-mood-neutral:before{content:"\eaf5"}.ti-mood-neutral-filled:before{content:"\f7f6"}.ti-mood-off:before{content:"\f161"}.ti-mood-pin:before{content:"\f7b8"}.ti-mood-plus:before{content:"\f7b9"}.ti-mood-puzzled:before{content:"\fd39"}.ti-mood-sad:before{content:"\eaf6"}.ti-mood-sad-2:before{content:"\f2e2"}.ti-mood-sad-dizzy:before{content:"\f2e3"}.ti-mood-sad-filled:before{content:"\f7f7"}.ti-mood-sad-squint:before{content:"\f2e4"}.ti-mood-search:before{content:"\f7ba"}.ti-mood-share:before{content:"\fa06"}.ti-mood-sick:before{content:"\f2e5"}.ti-mood-silence:before{content:"\f2e6"}.ti-mood-sing:before{content:"\f2c7"}.ti-mood-smile:before{content:"\eaf7"}.ti-mood-smile-beam:before{content:"\f2e7"}.ti-mood-smile-dizzy:before{content:"\f2e8"}.ti-mood-smile-filled:before{content:"\f7f8"}.ti-mood-suprised:before{content:"\ec04"}.ti-mood-tongue:before{content:"\eb95"}.ti-mood-tongue-wink:before{content:"\f2ea"}.ti-mood-tongue-wink-2:before{content:"\f2e9"}.ti-mood-unamused:before{content:"\f2eb"}.ti-mood-up:before{content:"\f7bb"}.ti-mood-wink:before{content:"\f2ed"}.ti-mood-wink-2:before{content:"\f2ec"}.ti-mood-wrrr:before{content:"\f2ee"}.ti-mood-x:before{content:"\f7bc"}.ti-mood-xd:before{content:"\f2ef"}.ti-moon:before{content:"\eaf8"}.ti-moon-2:before{content:"\ece6"}.ti-moon-filled:before{content:"\f684"}.ti-moon-off:before{content:"\f162"}.ti-moon-stars:before{content:"\ece7"}.ti-moped:before{content:"\ecbc"}.ti-motorbike:before{content:"\eeb6"}.ti-mountain:before{content:"\ef97"}.ti-mountain-off:before{content:"\f411"}.ti-mouse:before{content:"\eaf9"}.ti-mouse-2:before{content:"\f1d7"}.ti-mouse-filled:before{content:"\fb2f"}.ti-mouse-off:before{content:"\f163"}.ti-moustache:before{content:"\f4c9"}.ti-movie:before{content:"\eafa"}.ti-movie-off:before{content:"\f164"}.ti-mug:before{content:"\eafb"}.ti-mug-off:before{content:"\f165"}.ti-multiplier-0-5x:before{content:"\ef41"}.ti-multiplier-1-5x:before{content:"\ef42"}.ti-multiplier-1x:before{content:"\ef43"}.ti-multiplier-2x:before{content:"\ef44"}.ti-mushroom:before{content:"\ef14"}.ti-mushroom-filled:before{content:"\f7f9"}.ti-mushroom-off:before{content:"\f412"}.ti-music:before{content:"\eafc"}.ti-music-bolt:before{content:"\fbd5"}.ti-music-cancel:before{content:"\fbd6"}.ti-music-check:before{content:"\fbd7"}.ti-music-code:before{content:"\fbd8"}.ti-music-cog:before{content:"\fbd9"}.ti-music-discount:before{content:"\fbda"}.ti-music-dollar:before{content:"\fbdb"}.ti-music-down:before{content:"\fbdc"}.ti-music-exclamation:before{content:"\fbdd"}.ti-music-heart:before{content:"\fbde"}.ti-music-minus:before{content:"\fbdf"}.ti-music-off:before{content:"\f166"}.ti-music-pause:before{content:"\fbe0"}.ti-music-pin:before{content:"\fbe1"}.ti-music-plus:before{content:"\fbe2"}.ti-music-question:before{content:"\fbe3"}.ti-music-search:before{content:"\fbe4"}.ti-music-share:before{content:"\fbe5"}.ti-music-star:before{content:"\fbe6"}.ti-music-up:before{content:"\fbe7"}.ti-music-x:before{content:"\fbe8"}.ti-navigation:before{content:"\f2c8"}.ti-navigation-bolt:before{content:"\fbe9"}.ti-navigation-cancel:before{content:"\fbea"}.ti-navigation-check:before{content:"\fbeb"}.ti-navigation-code:before{content:"\fbec"}.ti-navigation-cog:before{content:"\fbed"}.ti-navigation-discount:before{content:"\fbee"}.ti-navigation-dollar:before{content:"\fbef"}.ti-navigation-down:before{content:"\fbf0"}.ti-navigation-east:before{content:"\fcba"}.ti-navigation-exclamation:before{content:"\fbf1"}.ti-navigation-filled:before{content:"\f685"}.ti-navigation-heart:before{content:"\fbf2"}.ti-navigation-minus:before{content:"\fbf3"}.ti-navigation-north:before{content:"\fcbb"}.ti-navigation-off:before{content:"\f413"}.ti-navigation-pause:before{content:"\fbf4"}.ti-navigation-pin:before{content:"\fbf5"}.ti-navigation-plus:before{content:"\fbf6"}.ti-navigation-question:before{content:"\fbf7"}.ti-navigation-search:before{content:"\fbf8"}.ti-navigation-share:before{content:"\fbf9"}.ti-navigation-south:before{content:"\fcbc"}.ti-navigation-star:before{content:"\fbfa"}.ti-navigation-top:before{content:"\faec"}.ti-navigation-up:before{content:"\fbfb"}.ti-navigation-west:before{content:"\fcbd"}.ti-navigation-x:before{content:"\fbfc"}.ti-needle:before{content:"\f508"}.ti-needle-thread:before{content:"\f507"}.ti-network:before{content:"\f09f"}.ti-network-off:before{content:"\f414"}.ti-new-section:before{content:"\ebc1"}.ti-news:before{content:"\eafd"}.ti-news-off:before{content:"\f167"}.ti-nfc:before{content:"\eeb7"}.ti-nfc-off:before{content:"\f168"}.ti-no-copyright:before{content:"\efb9"}.ti-no-creative-commons:before{content:"\efba"}.ti-no-derivatives:before{content:"\efbb"}.ti-north-star:before{content:"\f014"}.ti-note:before{content:"\eb6d"}.ti-note-off:before{content:"\f169"}.ti-notebook:before{content:"\eb96"}.ti-notebook-off:before{content:"\f415"}.ti-notes:before{content:"\eb6e"}.ti-notes-off:before{content:"\f16a"}.ti-notification:before{content:"\eafe"}.ti-notification-off:before{content:"\f16b"}.ti-number:before{content:"\f1fe"}.ti-number-0:before{content:"\edf0"}.ti-number-0-small:before{content:"\fce1"}.ti-number-1:before{content:"\edf1"}.ti-number-1-small:before{content:"\fce2"}.ti-number-10-small:before{content:"\fce3"}.ti-number-11-small:before{content:"\fce4"}.ti-number-12-small:before{content:"\fce5"}.ti-number-13-small:before{content:"\fce6"}.ti-number-14-small:before{content:"\fce7"}.ti-number-15-small:before{content:"\fce8"}.ti-number-16-small:before{content:"\fce9"}.ti-number-17-small:before{content:"\fcea"}.ti-number-18-small:before{content:"\fceb"}.ti-number-19-small:before{content:"\fcec"}.ti-number-2:before{content:"\edf2"}.ti-number-2-small:before{content:"\fced"}.ti-number-20-small:before{content:"\fcee"}.ti-number-21-small:before{content:"\fcef"}.ti-number-22-small:before{content:"\fcf0"}.ti-number-23-small:before{content:"\fcf1"}.ti-number-24-small:before{content:"\fcf2"}.ti-number-25-small:before{content:"\fcf3"}.ti-number-26-small:before{content:"\fcf4"}.ti-number-27-small:before{content:"\fcf5"}.ti-number-28-small:before{content:"\fcf6"}.ti-number-29-small:before{content:"\fcf7"}.ti-number-3:before{content:"\edf3"}.ti-number-3-small:before{content:"\fcf8"}.ti-number-4:before{content:"\edf4"}.ti-number-4-small:before{content:"\fcf9"}.ti-number-5:before{content:"\edf5"}.ti-number-5-small:before{content:"\fcfa"}.ti-number-6:before{content:"\edf6"}.ti-number-6-small:before{content:"\fcfb"}.ti-number-7:before{content:"\edf7"}.ti-number-7-small:before{content:"\fcfc"}.ti-number-8:before{content:"\edf8"}.ti-number-8-small:before{content:"\fcfd"}.ti-number-9:before{content:"\edf9"}.ti-number-9-small:before{content:"\fcfe"}.ti-numbers:before{content:"\f015"}.ti-nurse:before{content:"\ef65"}.ti-nut:before{content:"\fc61"}.ti-octagon:before{content:"\ecbd"}.ti-octagon-filled:before{content:"\f686"}.ti-octagon-minus:before{content:"\fc92"}.ti-octagon-minus-2:before{content:"\fc91"}.ti-octagon-off:before{content:"\eeb8"}.ti-octagon-plus:before{content:"\fc94"}.ti-octagon-plus-2:before{content:"\fc93"}.ti-octahedron:before{content:"\faae"}.ti-octahedron-off:before{content:"\faac"}.ti-octahedron-plus:before{content:"\faad"}.ti-old:before{content:"\eeb9"}.ti-olympics:before{content:"\eeba"}.ti-olympics-off:before{content:"\f416"}.ti-om:before{content:"\f58d"}.ti-omega:before{content:"\eb97"}.ti-outbound:before{content:"\f249"}.ti-outlet:before{content:"\ebd7"}.ti-oval:before{content:"\f02e"}.ti-oval-filled:before{content:"\f687"}.ti-oval-vertical:before{content:"\f02d"}.ti-oval-vertical-filled:before{content:"\f688"}.ti-overline:before{content:"\eebb"}.ti-package:before{content:"\eaff"}.ti-package-export:before{content:"\f07a"}.ti-package-import:before{content:"\f07b"}.ti-package-off:before{content:"\f16c"}.ti-packages:before{content:"\f2c9"}.ti-pacman:before{content:"\eebc"}.ti-page-break:before{content:"\ec81"}.ti-paint:before{content:"\eb00"}.ti-paint-filled:before{content:"\f75f"}.ti-paint-off:before{content:"\f16d"}.ti-palette:before{content:"\eb01"}.ti-palette-off:before{content:"\f16e"}.ti-panorama-horizontal:before{content:"\ed33"}.ti-panorama-horizontal-off:before{content:"\f417"}.ti-panorama-vertical:before{content:"\ed34"}.ti-panorama-vertical-off:before{content:"\f418"}.ti-paper-bag:before{content:"\f02f"}.ti-paper-bag-off:before{content:"\f16f"}.ti-paperclip:before{content:"\eb02"}.ti-parachute:before{content:"\ed7c"}.ti-parachute-off:before{content:"\f170"}.ti-parentheses:before{content:"\ebd8"}.ti-parentheses-off:before{content:"\f171"}.ti-parking:before{content:"\eb03"}.ti-parking-circle:before{content:"\fd5a"}.ti-parking-off:before{content:"\f172"}.ti-password:before{content:"\f4ca"}.ti-password-fingerprint:before{content:"\fc7b"}.ti-password-mobile-phone:before{content:"\fc7c"}.ti-password-user:before{content:"\fc7d"}.ti-paw:before{content:"\eff9"}.ti-paw-filled:before{content:"\f689"}.ti-paw-off:before{content:"\f419"}.ti-paywall:before{content:"\fd7e"}.ti-pdf:before{content:"\f7ac"}.ti-peace:before{content:"\ecbe"}.ti-pencil:before{content:"\eb04"}.ti-pencil-bolt:before{content:"\fbfd"}.ti-pencil-cancel:before{content:"\fbfe"}.ti-pencil-check:before{content:"\fbff"}.ti-pencil-code:before{content:"\fc00"}.ti-pencil-cog:before{content:"\fc01"}.ti-pencil-discount:before{content:"\fc02"}.ti-pencil-dollar:before{content:"\fc03"}.ti-pencil-down:before{content:"\fc04"}.ti-pencil-exclamation:before{content:"\fc05"}.ti-pencil-heart:before{content:"\fc06"}.ti-pencil-minus:before{content:"\f1eb"}.ti-pencil-off:before{content:"\f173"}.ti-pencil-pause:before{content:"\fc07"}.ti-pencil-pin:before{content:"\fc08"}.ti-pencil-plus:before{content:"\f1ec"}.ti-pencil-question:before{content:"\fc09"}.ti-pencil-search:before{content:"\fc0a"}.ti-pencil-share:before{content:"\fc0b"}.ti-pencil-star:before{content:"\fc0c"}.ti-pencil-up:before{content:"\fc0d"}.ti-pencil-x:before{content:"\fc0e"}.ti-pennant:before{content:"\ed7d"}.ti-pennant-2:before{content:"\f06a"}.ti-pennant-2-filled:before{content:"\f68a"}.ti-pennant-filled:before{content:"\f68b"}.ti-pennant-off:before{content:"\f174"}.ti-pentagon:before{content:"\efe3"}.ti-pentagon-filled:before{content:"\f68c"}.ti-pentagon-number-0:before{content:"\fc7e"}.ti-pentagon-number-1:before{content:"\fc7f"}.ti-pentagon-number-2:before{content:"\fc80"}.ti-pentagon-number-3:before{content:"\fc81"}.ti-pentagon-number-4:before{content:"\fc82"}.ti-pentagon-number-5:before{content:"\fc83"}.ti-pentagon-number-6:before{content:"\fc84"}.ti-pentagon-number-7:before{content:"\fc85"}.ti-pentagon-number-8:before{content:"\fc86"}.ti-pentagon-number-9:before{content:"\fc87"}.ti-pentagon-off:before{content:"\f41a"}.ti-pentagon-plus:before{content:"\fc49"}.ti-pentagon-x:before{content:"\fc88"}.ti-pentagram:before{content:"\f586"}.ti-pepper:before{content:"\ef15"}.ti-pepper-off:before{content:"\f175"}.ti-percentage:before{content:"\ecf4"}.ti-perfume:before{content:"\f509"}.ti-perspective:before{content:"\eebd"}.ti-perspective-off:before{content:"\f176"}.ti-phone:before{content:"\eb09"}.ti-phone-call:before{content:"\eb05"}.ti-phone-calling:before{content:"\ec43"}.ti-phone-check:before{content:"\ec05"}.ti-phone-filled:before{content:"\fa49"}.ti-phone-incoming:before{content:"\eb06"}.ti-phone-off:before{content:"\ecf5"}.ti-phone-outgoing:before{content:"\eb07"}.ti-phone-pause:before{content:"\eb08"}.ti-phone-plus:before{content:"\ec06"}.ti-phone-x:before{content:"\ec07"}.ti-photo:before{content:"\eb0a"}.ti-photo-ai:before{content:"\fa32"}.ti-photo-bolt:before{content:"\f990"}.ti-photo-cancel:before{content:"\f35d"}.ti-photo-check:before{content:"\f35e"}.ti-photo-circle:before{content:"\fc4a"}.ti-photo-circle-minus:before{content:"\fc62"}.ti-photo-circle-plus:before{content:"\fc63"}.ti-photo-code:before{content:"\f991"}.ti-photo-cog:before{content:"\f992"}.ti-photo-dollar:before{content:"\f993"}.ti-photo-down:before{content:"\f35f"}.ti-photo-edit:before{content:"\f360"}.ti-photo-exclamation:before{content:"\f994"}.ti-photo-filled:before{content:"\fa4a"}.ti-photo-heart:before{content:"\f361"}.ti-photo-hexagon:before{content:"\fc4b"}.ti-photo-minus:before{content:"\f362"}.ti-photo-off:before{content:"\ecf6"}.ti-photo-pause:before{content:"\f995"}.ti-photo-pentagon:before{content:"\fc4c"}.ti-photo-pin:before{content:"\f996"}.ti-photo-plus:before{content:"\f363"}.ti-photo-question:before{content:"\f997"}.ti-photo-scan:before{content:"\fca8"}.ti-photo-search:before{content:"\f364"}.ti-photo-sensor:before{content:"\f798"}.ti-photo-sensor-2:before{content:"\f796"}.ti-photo-sensor-3:before{content:"\f797"}.ti-photo-share:before{content:"\f998"}.ti-photo-shield:before{content:"\f365"}.ti-photo-square-rounded:before{content:"\fc4d"}.ti-photo-star:before{content:"\f366"}.ti-photo-up:before{content:"\f38b"}.ti-photo-video:before{content:"\fc95"}.ti-photo-x:before{content:"\f367"}.ti-physotherapist:before{content:"\eebe"}.ti-piano:before{content:"\fad3"}.ti-pick:before{content:"\fafc"}.ti-picture-in-picture:before{content:"\ed35"}.ti-picture-in-picture-off:before{content:"\ed43"}.ti-picture-in-picture-on:before{content:"\ed44"}.ti-picture-in-picture-top:before{content:"\efe4"}.ti-pig:before{content:"\ef52"}.ti-pig-money:before{content:"\f38c"}.ti-pig-off:before{content:"\f177"}.ti-pilcrow:before{content:"\f5f6"}.ti-pilcrow-left:before{content:"\fd7f"}.ti-pilcrow-right:before{content:"\fd80"}.ti-pill:before{content:"\ec44"}.ti-pill-off:before{content:"\f178"}.ti-pills:before{content:"\ef66"}.ti-pin:before{content:"\ec9c"}.ti-pin-end:before{content:"\fd5b"}.ti-pin-filled:before{content:"\f68d"}.ti-pin-invoke:before{content:"\fd5c"}.ti-ping-pong:before{content:"\f38d"}.ti-pinned:before{content:"\ed60"}.ti-pinned-filled:before{content:"\f68e"}.ti-pinned-off:before{content:"\ed5f"}.ti-pizza:before{content:"\edbb"}.ti-pizza-off:before{content:"\f179"}.ti-placeholder:before{content:"\f626"}.ti-plane:before{content:"\eb6f"}.ti-plane-arrival:before{content:"\eb99"}.ti-plane-departure:before{content:"\eb9a"}.ti-plane-inflight:before{content:"\ef98"}.ti-plane-off:before{content:"\f17a"}.ti-plane-tilt:before{content:"\f1ed"}.ti-planet:before{content:"\ec08"}.ti-planet-off:before{content:"\f17b"}.ti-plant:before{content:"\ed50"}.ti-plant-2:before{content:"\ed7e"}.ti-plant-2-off:before{content:"\f17c"}.ti-plant-off:before{content:"\f17d"}.ti-play-basketball:before{content:"\fa66"}.ti-play-card:before{content:"\eebf"}.ti-play-card-off:before{content:"\f17e"}.ti-play-football:before{content:"\fa67"}.ti-play-handball:before{content:"\fa68"}.ti-play-volleyball:before{content:"\fa69"}.ti-player-eject:before{content:"\efbc"}.ti-player-eject-filled:before{content:"\f68f"}.ti-player-pause:before{content:"\ed45"}.ti-player-pause-filled:before{content:"\f690"}.ti-player-play:before{content:"\ed46"}.ti-player-play-filled:before{content:"\f691"}.ti-player-record:before{content:"\ed47"}.ti-player-record-filled:before{content:"\f692"}.ti-player-skip-back:before{content:"\ed48"}.ti-player-skip-back-filled:before{content:"\f693"}.ti-player-skip-forward:before{content:"\ed49"}.ti-player-skip-forward-filled:before{content:"\f694"}.ti-player-stop:before{content:"\ed4a"}.ti-player-stop-filled:before{content:"\f695"}.ti-player-track-next:before{content:"\ed4b"}.ti-player-track-next-filled:before{content:"\f696"}.ti-player-track-prev:before{content:"\ed4c"}.ti-player-track-prev-filled:before{content:"\f697"}.ti-playlist:before{content:"\eec0"}.ti-playlist-add:before{content:"\f008"}.ti-playlist-off:before{content:"\f17f"}.ti-playlist-x:before{content:"\f009"}.ti-playstation-circle:before{content:"\f2ad"}.ti-playstation-square:before{content:"\f2ae"}.ti-playstation-triangle:before{content:"\f2af"}.ti-playstation-x:before{content:"\f2b0"}.ti-plug:before{content:"\ebd9"}.ti-plug-connected:before{content:"\f00a"}.ti-plug-connected-x:before{content:"\f0a0"}.ti-plug-off:before{content:"\f180"}.ti-plug-x:before{content:"\f0a1"}.ti-plus:before{content:"\eb0b"}.ti-plus-equal:before{content:"\f7ad"}.ti-plus-minus:before{content:"\f7ae"}.ti-png:before{content:"\f3ad"}.ti-podium:before{content:"\f1d8"}.ti-podium-off:before{content:"\f41b"}.ti-point:before{content:"\eb0c"}.ti-point-filled:before{content:"\f698"}.ti-point-off:before{content:"\f181"}.ti-pointer:before{content:"\f265"}.ti-pointer-bolt:before{content:"\f999"}.ti-pointer-cancel:before{content:"\f99a"}.ti-pointer-check:before{content:"\f99b"}.ti-pointer-code:before{content:"\f99c"}.ti-pointer-cog:before{content:"\f99d"}.ti-pointer-dollar:before{content:"\f99e"}.ti-pointer-down:before{content:"\f99f"}.ti-pointer-exclamation:before{content:"\f9a0"}.ti-pointer-filled:before{content:"\fb30"}.ti-pointer-heart:before{content:"\f9a1"}.ti-pointer-minus:before{content:"\f9a2"}.ti-pointer-off:before{content:"\f9a3"}.ti-pointer-pause:before{content:"\f9a4"}.ti-pointer-pin:before{content:"\f9a5"}.ti-pointer-plus:before{content:"\f9a6"}.ti-pointer-question:before{content:"\f9a7"}.ti-pointer-search:before{content:"\f9a8"}.ti-pointer-share:before{content:"\f9a9"}.ti-pointer-star:before{content:"\f9aa"}.ti-pointer-up:before{content:"\f9ab"}.ti-pointer-x:before{content:"\f9ac"}.ti-pokeball:before{content:"\eec1"}.ti-pokeball-off:before{content:"\f41c"}.ti-poker-chip:before{content:"\f515"}.ti-polaroid:before{content:"\eec2"}.ti-polaroid-filled:before{content:"\fa4b"}.ti-polygon:before{content:"\efd0"}.ti-polygon-off:before{content:"\f182"}.ti-poo:before{content:"\f258"}.ti-pool:before{content:"\ed91"}.ti-pool-off:before{content:"\f41d"}.ti-power:before{content:"\eb0d"}.ti-pray:before{content:"\ecbf"}.ti-premium-rights:before{content:"\efbd"}.ti-prescription:before{content:"\ef99"}.ti-presentation:before{content:"\eb70"}.ti-presentation-analytics:before{content:"\eec3"}.ti-presentation-off:before{content:"\f183"}.ti-printer:before{content:"\eb0e"}.ti-printer-off:before{content:"\f184"}.ti-prism:before{content:"\fab1"}.ti-prism-off:before{content:"\faaf"}.ti-prism-plus:before{content:"\fab0"}.ti-prison:before{content:"\ef79"}.ti-progress:before{content:"\fa0d"}.ti-progress-alert:before{content:"\fa07"}.ti-progress-bolt:before{content:"\fa08"}.ti-progress-check:before{content:"\fa09"}.ti-progress-down:before{content:"\fa0a"}.ti-progress-help:before{content:"\fa0b"}.ti-progress-x:before{content:"\fa0c"}.ti-prompt:before{content:"\eb0f"}.ti-prong:before{content:"\fda1"}.ti-propeller:before{content:"\eec4"}.ti-propeller-off:before{content:"\f185"}.ti-protocol:before{content:"\fd81"}.ti-pumpkin-scary:before{content:"\f587"}.ti-puzzle:before{content:"\eb10"}.ti-puzzle-2:before{content:"\ef83"}.ti-puzzle-filled:before{content:"\f699"}.ti-puzzle-off:before{content:"\f186"}.ti-pyramid:before{content:"\eec5"}.ti-pyramid-off:before{content:"\f187"}.ti-pyramid-plus:before{content:"\fab2"}.ti-qrcode:before{content:"\eb11"}.ti-qrcode-off:before{content:"\f41e"}.ti-question-mark:before{content:"\ec9d"}.ti-quote:before{content:"\efbe"}.ti-quote-off:before{content:"\f188"}.ti-quotes:before{content:"\fb1e"}.ti-radar:before{content:"\f017"}.ti-radar-2:before{content:"\f016"}.ti-radar-off:before{content:"\f41f"}.ti-radio:before{content:"\ef2d"}.ti-radio-off:before{content:"\f420"}.ti-radioactive:before{content:"\ecc0"}.ti-radioactive-filled:before{content:"\f760"}.ti-radioactive-off:before{content:"\f189"}.ti-radius-bottom-left:before{content:"\eec6"}.ti-radius-bottom-right:before{content:"\eec7"}.ti-radius-top-left:before{content:"\eec8"}.ti-radius-top-right:before{content:"\eec9"}.ti-rainbow:before{content:"\edbc"}.ti-rainbow-off:before{content:"\f18a"}.ti-rating-12-plus:before{content:"\f266"}.ti-rating-14-plus:before{content:"\f267"}.ti-rating-16-plus:before{content:"\f268"}.ti-rating-18-plus:before{content:"\f269"}.ti-rating-21-plus:before{content:"\f26a"}.ti-razor:before{content:"\f4b5"}.ti-razor-electric:before{content:"\f4b4"}.ti-receipt:before{content:"\edfd"}.ti-receipt-2:before{content:"\edfa"}.ti-receipt-bitcoin:before{content:"\fd66"}.ti-receipt-dollar:before{content:"\fd67"}.ti-receipt-euro:before{content:"\fd68"}.ti-receipt-off:before{content:"\edfb"}.ti-receipt-pound:before{content:"\fd69"}.ti-receipt-refund:before{content:"\edfc"}.ti-receipt-rupee:before{content:"\fd82"}.ti-receipt-tax:before{content:"\edbd"}.ti-receipt-yen:before{content:"\fd6a"}.ti-receipt-yuan:before{content:"\fd6b"}.ti-recharging:before{content:"\eeca"}.ti-record-mail:before{content:"\eb12"}.ti-record-mail-off:before{content:"\f18b"}.ti-rectangle:before{content:"\ed37"}.ti-rectangle-filled:before{content:"\f69a"}.ti-rectangle-rounded-bottom:before{content:"\faed"}.ti-rectangle-rounded-top:before{content:"\faee"}.ti-rectangle-vertical:before{content:"\ed36"}.ti-rectangle-vertical-filled:before{content:"\f69b"}.ti-rectangular-prism:before{content:"\fab5"}.ti-rectangular-prism-off:before{content:"\fab3"}.ti-rectangular-prism-plus:before{content:"\fab4"}.ti-recycle:before{content:"\eb9b"}.ti-recycle-off:before{content:"\f18c"}.ti-refresh:before{content:"\eb13"}.ti-refresh-alert:before{content:"\ed57"}.ti-refresh-dot:before{content:"\efbf"}.ti-refresh-off:before{content:"\f18d"}.ti-regex:before{content:"\f31f"}.ti-regex-off:before{content:"\f421"}.ti-registered:before{content:"\eb14"}.ti-relation-many-to-many:before{content:"\ed7f"}.ti-relation-one-to-many:before{content:"\ed80"}.ti-relation-one-to-one:before{content:"\ed81"}.ti-reload:before{content:"\f3ae"}.ti-reorder:before{content:"\fc15"}.ti-repeat:before{content:"\eb72"}.ti-repeat-off:before{content:"\f18e"}.ti-repeat-once:before{content:"\eb71"}.ti-replace:before{content:"\ebc7"}.ti-replace-filled:before{content:"\f69c"}.ti-replace-off:before{content:"\f422"}.ti-report:before{content:"\eece"}.ti-report-analytics:before{content:"\eecb"}.ti-report-medical:before{content:"\eecc"}.ti-report-money:before{content:"\eecd"}.ti-report-off:before{content:"\f18f"}.ti-report-search:before{content:"\ef84"}.ti-reserved-line:before{content:"\f9f6"}.ti-resize:before{content:"\eecf"}.ti-restore:before{content:"\fafd"}.ti-rewind-backward-10:before{content:"\faba"}.ti-rewind-backward-15:before{content:"\fabb"}.ti-rewind-backward-20:before{content:"\fabc"}.ti-rewind-backward-30:before{content:"\fabd"}.ti-rewind-backward-40:before{content:"\fabe"}.ti-rewind-backward-5:before{content:"\fabf"}.ti-rewind-backward-50:before{content:"\fac0"}.ti-rewind-backward-60:before{content:"\fac1"}.ti-rewind-forward-10:before{content:"\fac2"}.ti-rewind-forward-15:before{content:"\fac3"}.ti-rewind-forward-20:before{content:"\fac4"}.ti-rewind-forward-30:before{content:"\fac5"}.ti-rewind-forward-40:before{content:"\fac6"}.ti-rewind-forward-5:before{content:"\fac7"}.ti-rewind-forward-50:before{content:"\fac8"}.ti-rewind-forward-60:before{content:"\fac9"}.ti-ribbon-health:before{content:"\f58e"}.ti-rings:before{content:"\fa6a"}.ti-ripple:before{content:"\ed82"}.ti-ripple-off:before{content:"\f190"}.ti-road:before{content:"\f018"}.ti-road-off:before{content:"\f191"}.ti-road-sign:before{content:"\ecdd"}.ti-robot:before{content:"\f00b"}.ti-robot-face:before{content:"\fcbe"}.ti-robot-off:before{content:"\f192"}.ti-rocket:before{content:"\ec45"}.ti-rocket-off:before{content:"\f193"}.ti-roller-skating:before{content:"\efd1"}.ti-rollercoaster:before{content:"\f0a2"}.ti-rollercoaster-off:before{content:"\f423"}.ti-rosette:before{content:"\f599"}.ti-rosette-filled:before{content:"\f69d"}.ti-rosette-number-0:before{content:"\f58f"}.ti-rosette-number-1:before{content:"\f590"}.ti-rosette-number-2:before{content:"\f591"}.ti-rosette-number-3:before{content:"\f592"}.ti-rosette-number-4:before{content:"\f593"}.ti-rosette-number-5:before{content:"\f594"}.ti-rosette-number-6:before{content:"\f595"}.ti-rosette-number-7:before{content:"\f596"}.ti-rosette-number-8:before{content:"\f597"}.ti-rosette-number-9:before{content:"\f598"}.ti-rotate:before{content:"\eb16"}.ti-rotate-2:before{content:"\ebb4"}.ti-rotate-360:before{content:"\ef85"}.ti-rotate-clockwise:before{content:"\eb15"}.ti-rotate-clockwise-2:before{content:"\ebb5"}.ti-rotate-dot:before{content:"\efe5"}.ti-rotate-rectangle:before{content:"\ec15"}.ti-route:before{content:"\eb17"}.ti-route-2:before{content:"\f4b6"}.ti-route-alt-left:before{content:"\fca9"}.ti-route-alt-right:before{content:"\fcaa"}.ti-route-off:before{content:"\f194"}.ti-route-scan:before{content:"\fcbf"}.ti-route-square:before{content:"\fcac"}.ti-route-square-2:before{content:"\fcab"}.ti-route-x:before{content:"\fcae"}.ti-route-x-2:before{content:"\fcad"}.ti-router:before{content:"\eb18"}.ti-router-off:before{content:"\f424"}.ti-row-insert-bottom:before{content:"\eed0"}.ti-row-insert-top:before{content:"\eed1"}.ti-row-remove:before{content:"\fafe"}.ti-rss:before{content:"\eb19"}.ti-rubber-stamp:before{content:"\f5ab"}.ti-rubber-stamp-off:before{content:"\f5aa"}.ti-ruler:before{content:"\eb1a"}.ti-ruler-2:before{content:"\eed2"}.ti-ruler-2-off:before{content:"\f195"}.ti-ruler-3:before{content:"\f290"}.ti-ruler-measure:before{content:"\f291"}.ti-ruler-off:before{content:"\f196"}.ti-run:before{content:"\ec82"}.ti-rv-truck:before{content:"\fcc0"}.ti-s-turn-down:before{content:"\f516"}.ti-s-turn-left:before{content:"\f517"}.ti-s-turn-right:before{content:"\f518"}.ti-s-turn-up:before{content:"\f519"}.ti-sailboat:before{content:"\ec83"}.ti-sailboat-2:before{content:"\f5f7"}.ti-sailboat-off:before{content:"\f425"}.ti-salad:before{content:"\f50a"}.ti-salt:before{content:"\ef16"}.ti-sandbox:before{content:"\fd6c"}.ti-satellite:before{content:"\eed3"}.ti-satellite-off:before{content:"\f197"}.ti-sausage:before{content:"\ef17"}.ti-scale:before{content:"\ebc2"}.ti-scale-off:before{content:"\f198"}.ti-scale-outline:before{content:"\ef53"}.ti-scale-outline-off:before{content:"\f199"}.ti-scan:before{content:"\ebc8"}.ti-scan-eye:before{content:"\f1ff"}.ti-schema:before{content:"\f200"}.ti-schema-off:before{content:"\f426"}.ti-school:before{content:"\ecf7"}.ti-school-bell:before{content:"\f64a"}.ti-school-off:before{content:"\f19a"}.ti-scissors:before{content:"\eb1b"}.ti-scissors-off:before{content:"\f19b"}.ti-scooter:before{content:"\ec6c"}.ti-scooter-electric:before{content:"\ecc1"}.ti-scoreboard:before{content:"\fa6b"}.ti-screen-share:before{content:"\ed18"}.ti-screen-share-off:before{content:"\ed17"}.ti-screenshot:before{content:"\f201"}.ti-scribble:before{content:"\f0a3"}.ti-scribble-off:before{content:"\f427"}.ti-script:before{content:"\f2da"}.ti-script-minus:before{content:"\f2d7"}.ti-script-plus:before{content:"\f2d8"}.ti-script-x:before{content:"\f2d9"}.ti-scuba-diving:before{content:"\fd4e"}.ti-scuba-mask:before{content:"\eed4"}.ti-scuba-mask-off:before{content:"\f428"}.ti-sdk:before{content:"\f3af"}.ti-search:before{content:"\eb1c"}.ti-search-off:before{content:"\f19c"}.ti-section:before{content:"\eed5"}.ti-section-sign:before{content:"\f019"}.ti-seeding:before{content:"\ed51"}.ti-seeding-off:before{content:"\f19d"}.ti-select:before{content:"\ec9e"}.ti-select-all:before{content:"\f9f7"}.ti-selector:before{content:"\eb1d"}.ti-send:before{content:"\eb1e"}.ti-send-2:before{content:"\fd5d"}.ti-send-off:before{content:"\f429"}.ti-seo:before{content:"\f26b"}.ti-separator:before{content:"\ebda"}.ti-separator-horizontal:before{content:"\ec79"}.ti-separator-vertical:before{content:"\ec7a"}.ti-server:before{content:"\eb1f"}.ti-server-2:before{content:"\f07c"}.ti-server-bolt:before{content:"\f320"}.ti-server-cog:before{content:"\f321"}.ti-server-off:before{content:"\f19e"}.ti-servicemark:before{content:"\ec09"}.ti-settings:before{content:"\eb20"}.ti-settings-2:before{content:"\f5ac"}.ti-settings-automation:before{content:"\eed6"}.ti-settings-bolt:before{content:"\f9ad"}.ti-settings-cancel:before{content:"\f9ae"}.ti-settings-check:before{content:"\f9af"}.ti-settings-code:before{content:"\f9b0"}.ti-settings-cog:before{content:"\f9b1"}.ti-settings-dollar:before{content:"\f9b2"}.ti-settings-down:before{content:"\f9b3"}.ti-settings-exclamation:before{content:"\f9b4"}.ti-settings-filled:before{content:"\f69e"}.ti-settings-heart:before{content:"\f9b5"}.ti-settings-minus:before{content:"\f9b6"}.ti-settings-off:before{content:"\f19f"}.ti-settings-pause:before{content:"\f9b7"}.ti-settings-pin:before{content:"\f9b8"}.ti-settings-plus:before{content:"\f9b9"}.ti-settings-question:before{content:"\f9ba"}.ti-settings-search:before{content:"\f9bb"}.ti-settings-share:before{content:"\f9bc"}.ti-settings-star:before{content:"\f9bd"}.ti-settings-up:before{content:"\f9be"}.ti-settings-x:before{content:"\f9bf"}.ti-shadow:before{content:"\eed8"}.ti-shadow-off:before{content:"\eed7"}.ti-shape:before{content:"\eb9c"}.ti-shape-2:before{content:"\eed9"}.ti-shape-3:before{content:"\eeda"}.ti-shape-off:before{content:"\f1a0"}.ti-share:before{content:"\eb21"}.ti-share-2:before{content:"\f799"}.ti-share-3:before{content:"\f7bd"}.ti-share-off:before{content:"\f1a1"}.ti-shi-jumping:before{content:"\fa6c"}.ti-shield:before{content:"\eb24"}.ti-shield-bolt:before{content:"\f9c0"}.ti-shield-cancel:before{content:"\f9c1"}.ti-shield-check:before{content:"\eb22"}.ti-shield-check-filled:before{content:"\f761"}.ti-shield-checkered:before{content:"\ef9a"}.ti-shield-checkered-filled:before{content:"\f762"}.ti-shield-chevron:before{content:"\ef9b"}.ti-shield-code:before{content:"\f9c2"}.ti-shield-cog:before{content:"\f9c3"}.ti-shield-dollar:before{content:"\f9c4"}.ti-shield-down:before{content:"\f9c5"}.ti-shield-exclamation:before{content:"\f9c6"}.ti-shield-filled:before{content:"\f69f"}.ti-shield-half:before{content:"\f358"}.ti-shield-half-filled:before{content:"\f357"}.ti-shield-heart:before{content:"\f9c7"}.ti-shield-lock:before{content:"\ed58"}.ti-shield-lock-filled:before{content:"\f763"}.ti-shield-minus:before{content:"\f9c8"}.ti-shield-off:before{content:"\ecf8"}.ti-shield-pause:before{content:"\f9c9"}.ti-shield-pin:before{content:"\f9ca"}.ti-shield-plus:before{content:"\f9cb"}.ti-shield-question:before{content:"\f9cc"}.ti-shield-search:before{content:"\f9cd"}.ti-shield-share:before{content:"\f9ce"}.ti-shield-star:before{content:"\f9cf"}.ti-shield-up:before{content:"\f9d0"}.ti-shield-x:before{content:"\eb23"}.ti-ship:before{content:"\ec84"}.ti-ship-off:before{content:"\f42a"}.ti-shirt:before{content:"\ec0a"}.ti-shirt-filled:before{content:"\f6a0"}.ti-shirt-off:before{content:"\f1a2"}.ti-shirt-sport:before{content:"\f26c"}.ti-shoe:before{content:"\efd2"}.ti-shoe-off:before{content:"\f1a4"}.ti-shopping-bag:before{content:"\f5f8"}.ti-shopping-bag-check:before{content:"\fc16"}.ti-shopping-bag-discount:before{content:"\fc17"}.ti-shopping-bag-edit:before{content:"\fc18"}.ti-shopping-bag-exclamation:before{content:"\fc19"}.ti-shopping-bag-heart:before{content:"\fda2"}.ti-shopping-bag-minus:before{content:"\fc1a"}.ti-shopping-bag-plus:before{content:"\fc1b"}.ti-shopping-bag-search:before{content:"\fc1c"}.ti-shopping-bag-x:before{content:"\fc1d"}.ti-shopping-cart:before{content:"\eb25"}.ti-shopping-cart-bolt:before{content:"\fb57"}.ti-shopping-cart-cancel:before{content:"\fb58"}.ti-shopping-cart-check:before{content:"\fb59"}.ti-shopping-cart-code:before{content:"\fb5a"}.ti-shopping-cart-cog:before{content:"\fb5b"}.ti-shopping-cart-copy:before{content:"\fb5c"}.ti-shopping-cart-discount:before{content:"\fb5d"}.ti-shopping-cart-dollar:before{content:"\fb5e"}.ti-shopping-cart-down:before{content:"\fb5f"}.ti-shopping-cart-exclamation:before{content:"\fb60"}.ti-shopping-cart-filled:before{content:"\fc3f"}.ti-shopping-cart-heart:before{content:"\fb61"}.ti-shopping-cart-minus:before{content:"\fb62"}.ti-shopping-cart-off:before{content:"\eedc"}.ti-shopping-cart-pause:before{content:"\fb63"}.ti-shopping-cart-pin:before{content:"\fb64"}.ti-shopping-cart-plus:before{content:"\fb65"}.ti-shopping-cart-question:before{content:"\fb66"}.ti-shopping-cart-search:before{content:"\fb67"}.ti-shopping-cart-share:before{content:"\fb68"}.ti-shopping-cart-star:before{content:"\fb69"}.ti-shopping-cart-up:before{content:"\fb6a"}.ti-shopping-cart-x:before{content:"\fb6b"}.ti-shovel:before{content:"\f1d9"}.ti-shovel-pitchforks:before{content:"\fd3a"}.ti-shredder:before{content:"\eedf"}.ti-sign-left:before{content:"\f06b"}.ti-sign-left-filled:before{content:"\f6a1"}.ti-sign-right:before{content:"\f06c"}.ti-sign-right-filled:before{content:"\f6a2"}.ti-signal-2g:before{content:"\f79a"}.ti-signal-3g:before{content:"\f1ee"}.ti-signal-4g:before{content:"\f1ef"}.ti-signal-4g-plus:before{content:"\f259"}.ti-signal-5g:before{content:"\f1f0"}.ti-signal-6g:before{content:"\f9f8"}.ti-signal-e:before{content:"\f9f9"}.ti-signal-g:before{content:"\f9fa"}.ti-signal-h:before{content:"\f9fc"}.ti-signal-h-plus:before{content:"\f9fb"}.ti-signal-lte:before{content:"\f9fd"}.ti-signature:before{content:"\eee0"}.ti-signature-off:before{content:"\f1a5"}.ti-sitemap:before{content:"\eb9d"}.ti-sitemap-off:before{content:"\f1a6"}.ti-skateboard:before{content:"\ecc2"}.ti-skateboard-off:before{content:"\f42b"}.ti-skateboarding:before{content:"\faca"}.ti-skew-x:before{content:"\fd3b"}.ti-skew-y:before{content:"\fd3c"}.ti-skull:before{content:"\f292"}.ti-slash:before{content:"\f4f9"}.ti-slashes:before{content:"\f588"}.ti-sleigh:before{content:"\ef9c"}.ti-slice:before{content:"\ebdb"}.ti-slideshow:before{content:"\ebc9"}.ti-smart-home:before{content:"\ecde"}.ti-smart-home-off:before{content:"\f1a7"}.ti-smoking:before{content:"\ecc4"}.ti-smoking-no:before{content:"\ecc3"}.ti-snowboarding:before{content:"\fd4f"}.ti-snowflake:before{content:"\ec0b"}.ti-snowflake-off:before{content:"\f1a8"}.ti-snowman:before{content:"\f26d"}.ti-soccer-field:before{content:"\ed92"}.ti-social:before{content:"\ebec"}.ti-social-off:before{content:"\f1a9"}.ti-sock:before{content:"\eee1"}.ti-sofa:before{content:"\efaf"}.ti-sofa-off:before{content:"\f42c"}.ti-solar-electricity:before{content:"\fcc1"}.ti-solar-panel:before{content:"\f7bf"}.ti-solar-panel-2:before{content:"\f7be"}.ti-sort-0-9:before{content:"\f54d"}.ti-sort-9-0:before{content:"\f54e"}.ti-sort-a-z:before{content:"\f54f"}.ti-sort-ascending:before{content:"\eb26"}.ti-sort-ascending-2:before{content:"\eee2"}.ti-sort-ascending-letters:before{content:"\ef18"}.ti-sort-ascending-numbers:before{content:"\ef19"}.ti-sort-ascending-shapes:before{content:"\fd94"}.ti-sort-ascending-small-big:before{content:"\fd95"}.ti-sort-deacending-small-big:before{content:"\fd96"}.ti-sort-descending:before{content:"\eb27"}.ti-sort-descending-2:before{content:"\eee3"}.ti-sort-descending-letters:before{content:"\ef1a"}.ti-sort-descending-numbers:before{content:"\ef1b"}.ti-sort-descending-shapes:before{content:"\fd97"}.ti-sort-z-a:before{content:"\f550"}.ti-sos:before{content:"\f24a"}.ti-soup:before{content:"\ef2e"}.ti-soup-off:before{content:"\f42d"}.ti-source-code:before{content:"\f4a2"}.ti-space:before{content:"\ec0c"}.ti-space-off:before{content:"\f1aa"}.ti-spacing-horizontal:before{content:"\ef54"}.ti-spacing-vertical:before{content:"\ef55"}.ti-spade:before{content:"\effa"}.ti-spade-filled:before{content:"\f6a3"}.ti-sparkles:before{content:"\f6d7"}.ti-speakerphone:before{content:"\ed61"}.ti-speedboat:before{content:"\ed93"}.ti-sphere:before{content:"\fab8"}.ti-sphere-off:before{content:"\fab6"}.ti-sphere-plus:before{content:"\fab7"}.ti-spider:before{content:"\f293"}.ti-spiral:before{content:"\f294"}.ti-spiral-off:before{content:"\f42e"}.ti-sport-billard:before{content:"\eee4"}.ti-spray:before{content:"\f50b"}.ti-spy:before{content:"\f227"}.ti-spy-off:before{content:"\f42f"}.ti-sql:before{content:"\f7c0"}.ti-square:before{content:"\eb2c"}.ti-square-0-filled:before{content:"\f764"}.ti-square-1-filled:before{content:"\f765"}.ti-square-2-filled:before{content:"\f7fa"}.ti-square-3-filled:before{content:"\f766"}.ti-square-4-filled:before{content:"\f767"}.ti-square-5-filled:before{content:"\f768"}.ti-square-6-filled:before{content:"\f769"}.ti-square-7-filled:before{content:"\f76a"}.ti-square-8-filled:before{content:"\f76b"}.ti-square-9-filled:before{content:"\f76c"}.ti-square-arrow-down:before{content:"\f4b7"}.ti-square-arrow-down-filled:before{content:"\fb31"}.ti-square-arrow-left:before{content:"\f4b8"}.ti-square-arrow-left-filled:before{content:"\fb32"}.ti-square-arrow-right:before{content:"\f4b9"}.ti-square-arrow-right-filled:before{content:"\fb33"}.ti-square-arrow-up:before{content:"\f4ba"}.ti-square-arrow-up-filled:before{content:"\fb34"}.ti-square-asterisk:before{content:"\f01a"}.ti-square-asterisk-filled:before{content:"\fb35"}.ti-square-check:before{content:"\eb28"}.ti-square-check-filled:before{content:"\f76d"}.ti-square-chevron-down:before{content:"\f627"}.ti-square-chevron-down-filled:before{content:"\fb36"}.ti-square-chevron-left:before{content:"\f628"}.ti-square-chevron-left-filled:before{content:"\fb37"}.ti-square-chevron-right:before{content:"\f629"}.ti-square-chevron-right-filled:before{content:"\fb38"}.ti-square-chevron-up:before{content:"\f62a"}.ti-square-chevron-up-filled:before{content:"\fb39"}.ti-square-chevrons-down:before{content:"\f64b"}.ti-square-chevrons-down-filled:before{content:"\fb3a"}.ti-square-chevrons-left:before{content:"\f64c"}.ti-square-chevrons-left-filled:before{content:"\fb3b"}.ti-square-chevrons-right:before{content:"\f64d"}.ti-square-chevrons-right-filled:before{content:"\fb3c"}.ti-square-chevrons-up:before{content:"\f64e"}.ti-square-chevrons-up-filled:before{content:"\fb3d"}.ti-square-dot:before{content:"\ed59"}.ti-square-dot-filled:before{content:"\fb3e"}.ti-square-f0:before{content:"\f526"}.ti-square-f0-filled:before{content:"\f76e"}.ti-square-f1:before{content:"\f527"}.ti-square-f1-filled:before{content:"\f76f"}.ti-square-f2:before{content:"\f528"}.ti-square-f2-filled:before{content:"\f770"}.ti-square-f3:before{content:"\f529"}.ti-square-f3-filled:before{content:"\f771"}.ti-square-f4:before{content:"\f52a"}.ti-square-f4-filled:before{content:"\f772"}.ti-square-f5:before{content:"\f52b"}.ti-square-f5-filled:before{content:"\f773"}.ti-square-f6:before{content:"\f52c"}.ti-square-f6-filled:before{content:"\f774"}.ti-square-f7:before{content:"\f52d"}.ti-square-f7-filled:before{content:"\f775"}.ti-square-f8:before{content:"\f52e"}.ti-square-f8-filled:before{content:"\f776"}.ti-square-f9:before{content:"\f52f"}.ti-square-f9-filled:before{content:"\f777"}.ti-square-filled:before{content:"\fc40"}.ti-square-forbid:before{content:"\ed5b"}.ti-square-forbid-2:before{content:"\ed5a"}.ti-square-half:before{content:"\effb"}.ti-square-key:before{content:"\f638"}.ti-square-letter-a:before{content:"\f47c"}.ti-square-letter-b:before{content:"\f47d"}.ti-square-letter-c:before{content:"\f47e"}.ti-square-letter-d:before{content:"\f47f"}.ti-square-letter-e:before{content:"\f480"}.ti-square-letter-f:before{content:"\f481"}.ti-square-letter-g:before{content:"\f482"}.ti-square-letter-h:before{content:"\f483"}.ti-square-letter-i:before{content:"\f484"}.ti-square-letter-j:before{content:"\f485"}.ti-square-letter-k:before{content:"\f486"}.ti-square-letter-l:before{content:"\f487"}.ti-square-letter-m:before{content:"\f488"}.ti-square-letter-n:before{content:"\f489"}.ti-square-letter-o:before{content:"\f48a"}.ti-square-letter-p:before{content:"\f48b"}.ti-square-letter-q:before{content:"\f48c"}.ti-square-letter-r:before{content:"\f48d"}.ti-square-letter-s:before{content:"\f48e"}.ti-square-letter-t:before{content:"\f48f"}.ti-square-letter-u:before{content:"\f490"}.ti-square-letter-v:before{content:"\f4bb"}.ti-square-letter-w:before{content:"\f491"}.ti-square-letter-x:before{content:"\f4bc"}.ti-square-letter-y:before{content:"\f492"}.ti-square-letter-z:before{content:"\f493"}.ti-square-minus:before{content:"\eb29"}.ti-square-minus-filled:before{content:"\fb3f"}.ti-square-number-0:before{content:"\eee5"}.ti-square-number-1:before{content:"\eee6"}.ti-square-number-2:before{content:"\eee7"}.ti-square-number-3:before{content:"\eee8"}.ti-square-number-4:before{content:"\eee9"}.ti-square-number-5:before{content:"\eeea"}.ti-square-number-6:before{content:"\eeeb"}.ti-square-number-7:before{content:"\eeec"}.ti-square-number-8:before{content:"\eeed"}.ti-square-number-9:before{content:"\eeee"}.ti-square-off:before{content:"\eeef"}.ti-square-percentage:before{content:"\fd83"}.ti-square-plus:before{content:"\eb2a"}.ti-square-plus-2:before{content:"\fc96"}.ti-square-root:before{content:"\eef1"}.ti-square-root-2:before{content:"\eef0"}.ti-square-rotated:before{content:"\ecdf"}.ti-square-rotated-filled:before{content:"\f6a4"}.ti-square-rotated-forbid:before{content:"\f01c"}.ti-square-rotated-forbid-2:before{content:"\f01b"}.ti-square-rotated-off:before{content:"\eef2"}.ti-square-rounded:before{content:"\f59a"}.ti-square-rounded-arrow-down:before{content:"\f639"}.ti-square-rounded-arrow-down-filled:before{content:"\f6db"}.ti-square-rounded-arrow-left:before{content:"\f63a"}.ti-square-rounded-arrow-left-filled:before{content:"\f6dc"}.ti-square-rounded-arrow-right:before{content:"\f63b"}.ti-square-rounded-arrow-right-filled:before{content:"\f6dd"}.ti-square-rounded-arrow-up:before{content:"\f63c"}.ti-square-rounded-arrow-up-filled:before{content:"\f6de"}.ti-square-rounded-check:before{content:"\f63d"}.ti-square-rounded-check-filled:before{content:"\f6df"}.ti-square-rounded-chevron-down:before{content:"\f62b"}.ti-square-rounded-chevron-down-filled:before{content:"\f6e0"}.ti-square-rounded-chevron-left:before{content:"\f62c"}.ti-square-rounded-chevron-left-filled:before{content:"\f6e1"}.ti-square-rounded-chevron-right:before{content:"\f62d"}.ti-square-rounded-chevron-right-filled:before{content:"\f6e2"}.ti-square-rounded-chevron-up:before{content:"\f62e"}.ti-square-rounded-chevron-up-filled:before{content:"\f6e3"}.ti-square-rounded-chevrons-down:before{content:"\f64f"}.ti-square-rounded-chevrons-down-filled:before{content:"\f6e4"}.ti-square-rounded-chevrons-left:before{content:"\f650"}.ti-square-rounded-chevrons-left-filled:before{content:"\f6e5"}.ti-square-rounded-chevrons-right:before{content:"\f651"}.ti-square-rounded-chevrons-right-filled:before{content:"\f6e6"}.ti-square-rounded-chevrons-up:before{content:"\f652"}.ti-square-rounded-chevrons-up-filled:before{content:"\f6e7"}.ti-square-rounded-filled:before{content:"\f6a5"}.ti-square-rounded-letter-a:before{content:"\f5ae"}.ti-square-rounded-letter-b:before{content:"\f5af"}.ti-square-rounded-letter-c:before{content:"\f5b0"}.ti-square-rounded-letter-d:before{content:"\f5b1"}.ti-square-rounded-letter-e:before{content:"\f5b2"}.ti-square-rounded-letter-f:before{content:"\f5b3"}.ti-square-rounded-letter-g:before{content:"\f5b4"}.ti-square-rounded-letter-h:before{content:"\f5b5"}.ti-square-rounded-letter-i:before{content:"\f5b6"}.ti-square-rounded-letter-j:before{content:"\f5b7"}.ti-square-rounded-letter-k:before{content:"\f5b8"}.ti-square-rounded-letter-l:before{content:"\f5b9"}.ti-square-rounded-letter-m:before{content:"\f5ba"}.ti-square-rounded-letter-n:before{content:"\f5bb"}.ti-square-rounded-letter-o:before{content:"\f5bc"}.ti-square-rounded-letter-p:before{content:"\f5bd"}.ti-square-rounded-letter-q:before{content:"\f5be"}.ti-square-rounded-letter-r:before{content:"\f5bf"}.ti-square-rounded-letter-s:before{content:"\f5c0"}.ti-square-rounded-letter-t:before{content:"\f5c1"}.ti-square-rounded-letter-u:before{content:"\f5c2"}.ti-square-rounded-letter-v:before{content:"\f5c3"}.ti-square-rounded-letter-w:before{content:"\f5c4"}.ti-square-rounded-letter-x:before{content:"\f5c5"}.ti-square-rounded-letter-y:before{content:"\f5c6"}.ti-square-rounded-letter-z:before{content:"\f5c7"}.ti-square-rounded-minus:before{content:"\f63e"}.ti-square-rounded-minus-2:before{content:"\fc97"}.ti-square-rounded-minus-filled:before{content:"\fb40"}.ti-square-rounded-number-0:before{content:"\f5c8"}.ti-square-rounded-number-0-filled:before{content:"\f778"}.ti-square-rounded-number-1:before{content:"\f5c9"}.ti-square-rounded-number-1-filled:before{content:"\f779"}.ti-square-rounded-number-2:before{content:"\f5ca"}.ti-square-rounded-number-2-filled:before{content:"\f77a"}.ti-square-rounded-number-3:before{content:"\f5cb"}.ti-square-rounded-number-3-filled:before{content:"\f77b"}.ti-square-rounded-number-4:before{content:"\f5cc"}.ti-square-rounded-number-4-filled:before{content:"\f77c"}.ti-square-rounded-number-5:before{content:"\f5cd"}.ti-square-rounded-number-5-filled:before{content:"\f77d"}.ti-square-rounded-number-6:before{content:"\f5ce"}.ti-square-rounded-number-6-filled:before{content:"\f77e"}.ti-square-rounded-number-7:before{content:"\f5cf"}.ti-square-rounded-number-7-filled:before{content:"\f77f"}.ti-square-rounded-number-8:before{content:"\f5d0"}.ti-square-rounded-number-8-filled:before{content:"\f780"}.ti-square-rounded-number-9:before{content:"\f5d1"}.ti-square-rounded-number-9-filled:before{content:"\f781"}.ti-square-rounded-percentage:before{content:"\fd84"}.ti-square-rounded-plus:before{content:"\f63f"}.ti-square-rounded-plus-2:before{content:"\fc98"}.ti-square-rounded-plus-filled:before{content:"\f6e8"}.ti-square-rounded-x:before{content:"\f640"}.ti-square-rounded-x-filled:before{content:"\f6e9"}.ti-square-toggle:before{content:"\eef4"}.ti-square-toggle-horizontal:before{content:"\eef3"}.ti-square-x:before{content:"\eb2b"}.ti-square-x-filled:before{content:"\fb41"}.ti-squares-diagonal:before{content:"\eef5"}.ti-squares-filled:before{content:"\eef6"}.ti-stack:before{content:"\eb2d"}.ti-stack-2:before{content:"\eef7"}.ti-stack-3:before{content:"\ef9d"}.ti-stack-back:before{content:"\fd26"}.ti-stack-backward:before{content:"\fd27"}.ti-stack-forward:before{content:"\fd28"}.ti-stack-front:before{content:"\fd29"}.ti-stack-middle:before{content:"\fd2a"}.ti-stack-pop:before{content:"\f234"}.ti-stack-push:before{content:"\f235"}.ti-stairs:before{content:"\eca6"}.ti-stairs-down:before{content:"\eca4"}.ti-stairs-up:before{content:"\eca5"}.ti-star:before{content:"\eb2e"}.ti-star-filled:before{content:"\f6a6"}.ti-star-half:before{content:"\ed19"}.ti-star-half-filled:before{content:"\f6a7"}.ti-star-off:before{content:"\ed62"}.ti-stars:before{content:"\ed38"}.ti-stars-filled:before{content:"\f6a8"}.ti-stars-off:before{content:"\f430"}.ti-status-change:before{content:"\f3b0"}.ti-steam:before{content:"\f24b"}.ti-steering-wheel:before{content:"\ec7b"}.ti-steering-wheel-off:before{content:"\f431"}.ti-step-into:before{content:"\ece0"}.ti-step-out:before{content:"\ece1"}.ti-stereo-glasses:before{content:"\f4cb"}.ti-stethoscope:before{content:"\edbe"}.ti-stethoscope-off:before{content:"\f432"}.ti-sticker:before{content:"\eb2f"}.ti-sticker-2:before{content:"\fd3d"}.ti-storm:before{content:"\f24c"}.ti-storm-off:before{content:"\f433"}.ti-stretching:before{content:"\f2db"}.ti-stretching-2:before{content:"\fa6d"}.ti-strikethrough:before{content:"\eb9e"}.ti-submarine:before{content:"\ed94"}.ti-subscript:before{content:"\eb9f"}.ti-subtask:before{content:"\ec9f"}.ti-sum:before{content:"\eb73"}.ti-sum-off:before{content:"\f1ab"}.ti-sun:before{content:"\eb30"}.ti-sun-electricity:before{content:"\fcc2"}.ti-sun-filled:before{content:"\f6a9"}.ti-sun-high:before{content:"\f236"}.ti-sun-low:before{content:"\f237"}.ti-sun-moon:before{content:"\f4a3"}.ti-sun-off:before{content:"\ed63"}.ti-sun-wind:before{content:"\f238"}.ti-sunglasses:before{content:"\f239"}.ti-sunrise:before{content:"\ef1c"}.ti-sunset:before{content:"\ec31"}.ti-sunset-2:before{content:"\f23a"}.ti-superscript:before{content:"\eba0"}.ti-svg:before{content:"\f25a"}.ti-swimming:before{content:"\ec92"}.ti-swipe:before{content:"\f551"}.ti-swipe-down:before{content:"\fd5e"}.ti-swipe-left:before{content:"\fd5f"}.ti-swipe-right:before{content:"\fd60"}.ti-swipe-up:before{content:"\fd61"}.ti-switch:before{content:"\eb33"}.ti-switch-2:before{content:"\edbf"}.ti-switch-3:before{content:"\edc0"}.ti-switch-horizontal:before{content:"\eb31"}.ti-switch-vertical:before{content:"\eb32"}.ti-sword:before{content:"\f030"}.ti-sword-off:before{content:"\f434"}.ti-swords:before{content:"\f132"}.ti-table:before{content:"\eba1"}.ti-table-alias:before{content:"\f25b"}.ti-table-column:before{content:"\faff"}.ti-table-down:before{content:"\fa1c"}.ti-table-export:before{content:"\eef8"}.ti-table-filled:before{content:"\f782"}.ti-table-heart:before{content:"\fa1d"}.ti-table-import:before{content:"\eef9"}.ti-table-minus:before{content:"\fa1e"}.ti-table-off:before{content:"\eefa"}.ti-table-options:before{content:"\f25c"}.ti-table-plus:before{content:"\fa1f"}.ti-table-row:before{content:"\fb00"}.ti-table-share:before{content:"\fa20"}.ti-table-shortcut:before{content:"\f25d"}.ti-tag:before{content:"\eb34"}.ti-tag-off:before{content:"\efc0"}.ti-tag-starred:before{content:"\fc99"}.ti-tags:before{content:"\ef86"}.ti-tags-off:before{content:"\efc1"}.ti-tallymark-1:before{content:"\ec46"}.ti-tallymark-2:before{content:"\ec47"}.ti-tallymark-3:before{content:"\ec48"}.ti-tallymark-4:before{content:"\ec49"}.ti-tallymarks:before{content:"\ec4a"}.ti-tank:before{content:"\ed95"}.ti-target:before{content:"\eb35"}.ti-target-arrow:before{content:"\f51a"}.ti-target-off:before{content:"\f1ad"}.ti-teapot:before{content:"\f552"}.ti-telescope:before{content:"\f07d"}.ti-telescope-off:before{content:"\f1ae"}.ti-temperature:before{content:"\eb38"}.ti-temperature-celsius:before{content:"\eb36"}.ti-temperature-fahrenheit:before{content:"\eb37"}.ti-temperature-minus:before{content:"\ebed"}.ti-temperature-off:before{content:"\f1af"}.ti-temperature-plus:before{content:"\ebee"}.ti-temperature-snow:before{content:"\fda3"}.ti-temperature-sun:before{content:"\fda4"}.ti-template:before{content:"\eb39"}.ti-template-off:before{content:"\f1b0"}.ti-tent:before{content:"\eefb"}.ti-tent-off:before{content:"\f435"}.ti-terminal:before{content:"\ebdc"}.ti-terminal-2:before{content:"\ebef"}.ti-test-pipe:before{content:"\eb3a"}.ti-test-pipe-2:before{content:"\f0a4"}.ti-test-pipe-off:before{content:"\f1b1"}.ti-tex:before{content:"\f4e0"}.ti-text-caption:before{content:"\f4a4"}.ti-text-color:before{content:"\f2dc"}.ti-text-decrease:before{content:"\f202"}.ti-text-direction-ltr:before{content:"\eefc"}.ti-text-direction-rtl:before{content:"\eefd"}.ti-text-grammar:before{content:"\fd6d"}.ti-text-increase:before{content:"\f203"}.ti-text-orientation:before{content:"\f2a4"}.ti-text-plus:before{content:"\f2a5"}.ti-text-recognition:before{content:"\f204"}.ti-text-resize:before{content:"\ef87"}.ti-text-scan-2:before{content:"\fcc3"}.ti-text-size:before{content:"\f2b1"}.ti-text-spellcheck:before{content:"\f2a6"}.ti-text-wrap:before{content:"\ebdd"}.ti-text-wrap-disabled:before{content:"\eca7"}.ti-texture:before{content:"\f51b"}.ti-theater:before{content:"\f79b"}.ti-thermometer:before{content:"\ef67"}.ti-thumb-down:before{content:"\eb3b"}.ti-thumb-down-filled:before{content:"\f6aa"}.ti-thumb-down-off:before{content:"\f436"}.ti-thumb-up:before{content:"\eb3c"}.ti-thumb-up-filled:before{content:"\f6ab"}.ti-thumb-up-off:before{content:"\f437"}.ti-tic-tac:before{content:"\f51c"}.ti-ticket:before{content:"\eb3d"}.ti-ticket-off:before{content:"\f1b2"}.ti-tie:before{content:"\f07e"}.ti-tilde:before{content:"\f4a5"}.ti-tilt-shift:before{content:"\eefe"}.ti-tilt-shift-off:before{content:"\f1b3"}.ti-time-duration-0:before{content:"\fad4"}.ti-time-duration-10:before{content:"\fad5"}.ti-time-duration-15:before{content:"\fad6"}.ti-time-duration-30:before{content:"\fad7"}.ti-time-duration-45:before{content:"\fad8"}.ti-time-duration-5:before{content:"\fad9"}.ti-time-duration-60:before{content:"\fada"}.ti-time-duration-90:before{content:"\fadb"}.ti-time-duration-off:before{content:"\fadc"}.ti-timeline:before{content:"\f031"}.ti-timeline-event:before{content:"\f553"}.ti-timeline-event-exclamation:before{content:"\f662"}.ti-timeline-event-filled:before{content:"\fd18"}.ti-timeline-event-minus:before{content:"\f663"}.ti-timeline-event-plus:before{content:"\f664"}.ti-timeline-event-text:before{content:"\f665"}.ti-timeline-event-x:before{content:"\f666"}.ti-tir:before{content:"\ebf0"}.ti-toggle-left:before{content:"\eb3e"}.ti-toggle-right:before{content:"\eb3f"}.ti-toilet-paper:before{content:"\efd3"}.ti-toilet-paper-off:before{content:"\f1b4"}.ti-toml:before{content:"\fa5d"}.ti-tool:before{content:"\eb40"}.ti-tools:before{content:"\ebca"}.ti-tools-kitchen:before{content:"\ed64"}.ti-tools-kitchen-2:before{content:"\eeff"}.ti-tools-kitchen-2-off:before{content:"\f1b5"}.ti-tools-kitchen-3:before{content:"\fd2b"}.ti-tools-kitchen-off:before{content:"\f1b6"}.ti-tools-off:before{content:"\f1b7"}.ti-tooltip:before{content:"\f2dd"}.ti-topology-bus:before{content:"\f5d9"}.ti-topology-complex:before{content:"\f5da"}.ti-topology-full:before{content:"\f5dc"}.ti-topology-full-hierarchy:before{content:"\f5db"}.ti-topology-ring:before{content:"\f5df"}.ti-topology-ring-2:before{content:"\f5dd"}.ti-topology-ring-3:before{content:"\f5de"}.ti-topology-star:before{content:"\f5e5"}.ti-topology-star-2:before{content:"\f5e0"}.ti-topology-star-3:before{content:"\f5e1"}.ti-topology-star-ring:before{content:"\f5e4"}.ti-topology-star-ring-2:before{content:"\f5e2"}.ti-topology-star-ring-3:before{content:"\f5e3"}.ti-torii:before{content:"\f59b"}.ti-tornado:before{content:"\ece2"}.ti-tournament:before{content:"\ecd0"}.ti-tower:before{content:"\f2cb"}.ti-tower-off:before{content:"\f2ca"}.ti-track:before{content:"\ef00"}.ti-tractor:before{content:"\ec0d"}.ti-trademark:before{content:"\ec0e"}.ti-traffic-cone:before{content:"\ec0f"}.ti-traffic-cone-off:before{content:"\f1b8"}.ti-traffic-lights:before{content:"\ed39"}.ti-traffic-lights-off:before{content:"\f1b9"}.ti-train:before{content:"\ed96"}.ti-transaction-bitcoin:before{content:"\fd6e"}.ti-transaction-dollar:before{content:"\fd6f"}.ti-transaction-euro:before{content:"\fd70"}.ti-transaction-pound:before{content:"\fd71"}.ti-transaction-rupee:before{content:"\fd85"}.ti-transaction-yen:before{content:"\fd72"}.ti-transaction-yuan:before{content:"\fd73"}.ti-transfer:before{content:"\fc1f"}.ti-transfer-in:before{content:"\ef2f"}.ti-transfer-out:before{content:"\ef30"}.ti-transfer-vertical:before{content:"\fc1e"}.ti-transform:before{content:"\f38e"}.ti-transform-filled:before{content:"\f6ac"}.ti-transform-point:before{content:"\fda9"}.ti-transform-point-bottom-left:before{content:"\fda5"}.ti-transform-point-bottom-right:before{content:"\fda6"}.ti-transform-point-top-left:before{content:"\fda7"}.ti-transform-point-top-right:before{content:"\fda8"}.ti-transition-bottom:before{content:"\f2b2"}.ti-transition-left:before{content:"\f2b3"}.ti-transition-right:before{content:"\f2b4"}.ti-transition-top:before{content:"\f2b5"}.ti-trash:before{content:"\eb41"}.ti-trash-filled:before{content:"\f783"}.ti-trash-off:before{content:"\ed65"}.ti-trash-x:before{content:"\ef88"}.ti-trash-x-filled:before{content:"\f784"}.ti-treadmill:before{content:"\fa6e"}.ti-tree:before{content:"\ef01"}.ti-trees:before{content:"\ec10"}.ti-trekking:before{content:"\f5ad"}.ti-trending-down:before{content:"\eb42"}.ti-trending-down-2:before{content:"\edc1"}.ti-trending-down-3:before{content:"\edc2"}.ti-trending-up:before{content:"\eb43"}.ti-trending-up-2:before{content:"\edc3"}.ti-trending-up-3:before{content:"\edc4"}.ti-triangle:before{content:"\eb44"}.ti-triangle-filled:before{content:"\f6ad"}.ti-triangle-inverted:before{content:"\f01d"}.ti-triangle-inverted-filled:before{content:"\f6ae"}.ti-triangle-minus:before{content:"\fc9b"}.ti-triangle-minus-2:before{content:"\fc9a"}.ti-triangle-off:before{content:"\ef02"}.ti-triangle-plus:before{content:"\fc9d"}.ti-triangle-plus-2:before{content:"\fc9c"}.ti-triangle-square-circle:before{content:"\ece8"}.ti-triangle-square-circle-filled:before{content:"\fb42"}.ti-triangles:before{content:"\f0a5"}.ti-trident:before{content:"\ecc5"}.ti-trolley:before{content:"\f4cc"}.ti-trophy:before{content:"\eb45"}.ti-trophy-filled:before{content:"\f6af"}.ti-trophy-off:before{content:"\f438"}.ti-trowel:before{content:"\f368"}.ti-truck:before{content:"\ebc4"}.ti-truck-delivery:before{content:"\ec4b"}.ti-truck-loading:before{content:"\f1da"}.ti-truck-off:before{content:"\ef03"}.ti-truck-return:before{content:"\ec4c"}.ti-txt:before{content:"\f3b1"}.ti-typography:before{content:"\ebc5"}.ti-typography-off:before{content:"\f1ba"}.ti-ufo:before{content:"\f26f"}.ti-ufo-off:before{content:"\f26e"}.ti-umbrella:before{content:"\ebf1"}.ti-umbrella-filled:before{content:"\f6b0"}.ti-umbrella-off:before{content:"\f1bb"}.ti-underline:before{content:"\eba2"}.ti-universe:before{content:"\fcc4"}.ti-unlink:before{content:"\eb46"}.ti-upload:before{content:"\eb47"}.ti-urgent:before{content:"\eb48"}.ti-usb:before{content:"\f00c"}.ti-user:before{content:"\eb4d"}.ti-user-bolt:before{content:"\f9d1"}.ti-user-cancel:before{content:"\f9d2"}.ti-user-check:before{content:"\eb49"}.ti-user-circle:before{content:"\ef68"}.ti-user-code:before{content:"\f9d3"}.ti-user-cog:before{content:"\f9d4"}.ti-user-dollar:before{content:"\f9d5"}.ti-user-down:before{content:"\f9d6"}.ti-user-edit:before{content:"\f7cc"}.ti-user-exclamation:before{content:"\ec12"}.ti-user-filled:before{content:"\fd19"}.ti-user-heart:before{content:"\f7cd"}.ti-user-hexagon:before{content:"\fc4e"}.ti-user-minus:before{content:"\eb4a"}.ti-user-off:before{content:"\ecf9"}.ti-user-pause:before{content:"\f9d7"}.ti-user-pentagon:before{content:"\fc4f"}.ti-user-pin:before{content:"\f7ce"}.ti-user-plus:before{content:"\eb4b"}.ti-user-question:before{content:"\f7cf"}.ti-user-scan:before{content:"\fcaf"}.ti-user-search:before{content:"\ef89"}.ti-user-share:before{content:"\f9d8"}.ti-user-shield:before{content:"\f7d0"}.ti-user-square:before{content:"\fc51"}.ti-user-square-rounded:before{content:"\fc50"}.ti-user-star:before{content:"\f7d1"}.ti-user-up:before{content:"\f7d2"}.ti-user-x:before{content:"\eb4c"}.ti-users:before{content:"\ebf2"}.ti-users-group:before{content:"\fa21"}.ti-users-minus:before{content:"\fa0e"}.ti-users-plus:before{content:"\fa0f"}.ti-uv-index:before{content:"\f3b2"}.ti-ux-circle:before{content:"\f369"}.ti-vaccine:before{content:"\ef04"}.ti-vaccine-bottle:before{content:"\ef69"}.ti-vaccine-bottle-off:before{content:"\f439"}.ti-vaccine-off:before{content:"\f1bc"}.ti-vacuum-cleaner:before{content:"\f5e6"}.ti-variable:before{content:"\ef05"}.ti-variable-minus:before{content:"\f36a"}.ti-variable-off:before{content:"\f1bd"}.ti-variable-plus:before{content:"\f36b"}.ti-vector:before{content:"\eca9"}.ti-vector-bezier:before{content:"\ef1d"}.ti-vector-bezier-2:before{content:"\f1a3"}.ti-vector-bezier-arc:before{content:"\f4cd"}.ti-vector-bezier-circle:before{content:"\f4ce"}.ti-vector-off:before{content:"\f1be"}.ti-vector-spline:before{content:"\f565"}.ti-vector-triangle:before{content:"\eca8"}.ti-vector-triangle-off:before{content:"\f1bf"}.ti-venus:before{content:"\ec86"}.ti-versions:before{content:"\ed52"}.ti-versions-filled:before{content:"\f6b1"}.ti-versions-off:before{content:"\f1c0"}.ti-video:before{content:"\ed22"}.ti-video-minus:before{content:"\ed1f"}.ti-video-off:before{content:"\ed20"}.ti-video-plus:before{content:"\ed21"}.ti-view-360:before{content:"\ed84"}.ti-view-360-off:before{content:"\f1c1"}.ti-viewfinder:before{content:"\eb4e"}.ti-viewfinder-off:before{content:"\f1c2"}.ti-viewport-narrow:before{content:"\ebf3"}.ti-viewport-wide:before{content:"\ebf4"}.ti-vinyl:before{content:"\f00d"}.ti-vip:before{content:"\f3b3"}.ti-vip-off:before{content:"\f43a"}.ti-virus:before{content:"\eb74"}.ti-virus-off:before{content:"\ed66"}.ti-virus-search:before{content:"\ed67"}.ti-vocabulary:before{content:"\ef1e"}.ti-vocabulary-off:before{content:"\f43b"}.ti-volcano:before{content:"\f79c"}.ti-volume:before{content:"\eb51"}.ti-volume-2:before{content:"\eb4f"}.ti-volume-3:before{content:"\eb50"}.ti-volume-off:before{content:"\f1c3"}.ti-vs:before{content:"\fc52"}.ti-walk:before{content:"\ec87"}.ti-wall:before{content:"\ef7a"}.ti-wall-off:before{content:"\f43c"}.ti-wallet:before{content:"\eb75"}.ti-wallet-off:before{content:"\f1c4"}.ti-wallpaper:before{content:"\ef56"}.ti-wallpaper-off:before{content:"\f1c5"}.ti-wand:before{content:"\ebcb"}.ti-wand-off:before{content:"\f1c6"}.ti-wash:before{content:"\f311"}.ti-wash-dry:before{content:"\f304"}.ti-wash-dry-1:before{content:"\f2fa"}.ti-wash-dry-2:before{content:"\f2fb"}.ti-wash-dry-3:before{content:"\f2fc"}.ti-wash-dry-a:before{content:"\f2fd"}.ti-wash-dry-dip:before{content:"\f2fe"}.ti-wash-dry-f:before{content:"\f2ff"}.ti-wash-dry-flat:before{content:"\fa7f"}.ti-wash-dry-hang:before{content:"\f300"}.ti-wash-dry-off:before{content:"\f301"}.ti-wash-dry-p:before{content:"\f302"}.ti-wash-dry-shade:before{content:"\f303"}.ti-wash-dry-w:before{content:"\f322"}.ti-wash-dryclean:before{content:"\f305"}.ti-wash-dryclean-off:before{content:"\f323"}.ti-wash-eco:before{content:"\fa80"}.ti-wash-gentle:before{content:"\f306"}.ti-wash-hand:before{content:"\fa81"}.ti-wash-machine:before{content:"\f25e"}.ti-wash-off:before{content:"\f307"}.ti-wash-press:before{content:"\f308"}.ti-wash-temperature-1:before{content:"\f309"}.ti-wash-temperature-2:before{content:"\f30a"}.ti-wash-temperature-3:before{content:"\f30b"}.ti-wash-temperature-4:before{content:"\f30c"}.ti-wash-temperature-5:before{content:"\f30d"}.ti-wash-temperature-6:before{content:"\f30e"}.ti-wash-tumble-dry:before{content:"\f30f"}.ti-wash-tumble-off:before{content:"\f310"}.ti-waterpolo:before{content:"\fa6f"}.ti-wave-saw-tool:before{content:"\ecd3"}.ti-wave-sine:before{content:"\ecd4"}.ti-wave-square:before{content:"\ecd5"}.ti-waves-electricity:before{content:"\fcc5"}.ti-webhook:before{content:"\f01e"}.ti-webhook-off:before{content:"\f43d"}.ti-weight:before{content:"\f589"}.ti-wheel:before{content:"\fc64"}.ti-wheelchair:before{content:"\f1db"}.ti-wheelchair-off:before{content:"\f43e"}.ti-whirl:before{content:"\f51d"}.ti-wifi:before{content:"\eb52"}.ti-wifi-0:before{content:"\eba3"}.ti-wifi-1:before{content:"\eba4"}.ti-wifi-2:before{content:"\eba5"}.ti-wifi-off:before{content:"\ecfa"}.ti-wind:before{content:"\ec34"}.ti-wind-electricity:before{content:"\fcc6"}.ti-wind-off:before{content:"\f1c7"}.ti-windmill:before{content:"\ed85"}.ti-windmill-filled:before{content:"\f6b2"}.ti-windmill-off:before{content:"\f1c8"}.ti-window:before{content:"\ef06"}.ti-window-maximize:before{content:"\f1f1"}.ti-window-minimize:before{content:"\f1f2"}.ti-window-off:before{content:"\f1c9"}.ti-windsock:before{content:"\f06d"}.ti-wiper:before{content:"\ecab"}.ti-wiper-wash:before{content:"\ecaa"}.ti-woman:before{content:"\eb53"}.ti-wood:before{content:"\f359"}.ti-world:before{content:"\eb54"}.ti-world-bolt:before{content:"\f9d9"}.ti-world-cancel:before{content:"\f9da"}.ti-world-check:before{content:"\f9db"}.ti-world-code:before{content:"\f9dc"}.ti-world-cog:before{content:"\f9dd"}.ti-world-dollar:before{content:"\f9de"}.ti-world-down:before{content:"\f9df"}.ti-world-download:before{content:"\ef8a"}.ti-world-exclamation:before{content:"\f9e0"}.ti-world-heart:before{content:"\f9e1"}.ti-world-latitude:before{content:"\ed2e"}.ti-world-longitude:before{content:"\ed2f"}.ti-world-minus:before{content:"\f9e2"}.ti-world-off:before{content:"\f1ca"}.ti-world-pause:before{content:"\f9e3"}.ti-world-pin:before{content:"\f9e4"}.ti-world-plus:before{content:"\f9e5"}.ti-world-question:before{content:"\f9e6"}.ti-world-search:before{content:"\f9e7"}.ti-world-share:before{content:"\f9e8"}.ti-world-star:before{content:"\f9e9"}.ti-world-up:before{content:"\f9ea"}.ti-world-upload:before{content:"\ef8b"}.ti-world-www:before{content:"\f38f"}.ti-world-x:before{content:"\f9eb"}.ti-wrecking-ball:before{content:"\ed97"}.ti-writing:before{content:"\ef08"}.ti-writing-off:before{content:"\f1cb"}.ti-writing-sign:before{content:"\ef07"}.ti-writing-sign-off:before{content:"\f1cc"}.ti-x:before{content:"\eb55"}.ti-xbox-a:before{content:"\f2b6"}.ti-xbox-b:before{content:"\f2b7"}.ti-xbox-x:before{content:"\f2b8"}.ti-xbox-y:before{content:"\f2b9"}.ti-xd:before{content:"\fa33"}.ti-xxx:before{content:"\fc20"}.ti-yin-yang:before{content:"\ec35"}.ti-yin-yang-filled:before{content:"\f785"}.ti-yoga:before{content:"\f01f"}.ti-zeppelin:before{content:"\f270"}.ti-zeppelin-off:before{content:"\f43f"}.ti-zip:before{content:"\f3b4"}.ti-zodiac-aquarius:before{content:"\ecac"}.ti-zodiac-aries:before{content:"\ecad"}.ti-zodiac-cancer:before{content:"\ecae"}.ti-zodiac-capricorn:before{content:"\ecaf"}.ti-zodiac-gemini:before{content:"\ecb0"}.ti-zodiac-leo:before{content:"\ecb1"}.ti-zodiac-libra:before{content:"\ecb2"}.ti-zodiac-pisces:before{content:"\ecb3"}.ti-zodiac-sagittarius:before{content:"\ecb4"}.ti-zodiac-scorpio:before{content:"\ecb5"}.ti-zodiac-taurus:before{content:"\ecb6"}.ti-zodiac-virgo:before{content:"\ecb7"}.ti-zoom-cancel:before{content:"\ec4d"}.ti-zoom-check:before{content:"\ef09"}.ti-zoom-check-filled:before{content:"\f786"}.ti-zoom-code:before{content:"\f07f"}.ti-zoom-exclamation:before{content:"\f080"}.ti-zoom-filled:before{content:"\f787"}.ti-zoom-in:before{content:"\eb56"}.ti-zoom-in-area:before{content:"\f1dc"}.ti-zoom-in-area-filled:before{content:"\f788"}.ti-zoom-in-filled:before{content:"\f789"}.ti-zoom-money:before{content:"\ef0a"}.ti-zoom-out:before{content:"\eb57"}.ti-zoom-out-area:before{content:"\f1dd"}.ti-zoom-out-filled:before{content:"\f78a"}.ti-zoom-pan:before{content:"\f1de"}.ti-zoom-question:before{content:"\edeb"}.ti-zoom-replace:before{content:"\f2a7"}.ti-zoom-reset:before{content:"\f295"}.ti-zoom-scan:before{content:"\fcb0"}.ti-zzz:before{content:"\f228"}.ti-zzz-off:before{content:"\f440"}.ti-aaa:before{content:"\ea6b"}.ti-bbb:before{content:"\eb2c"}.ti-ccc:before{content:"\eb2c"}/*# sourceMappingURL=tabler-icons.min.css.map */ diff --git a/packages/icons-webfont/tabler-icons.min.css.map b/packages/icons-webfont/tabler-icons.min.css.map deleted file mode 100644 index 700adbb27..000000000 --- a/packages/icons-webfont/tabler-icons.min.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sourceRoot":"","sources":["tabler-icons.scss"],"names":[],"mappings":"AACA;AAAA;AAAA;AAAA,GASA,WACE,YANe,eAOf,kBACA,gBAEA,mDACA,0QAMF,IACE,sCACA,WACA,kBACA,mBACA,oBACA,oBACA,cAGA,mCACA,kCA42JF,4BAp2JmB,QAq2JnB,uBAp2Jc,QAq2Jd,4BAp2JmB,QAq2JnB,uBAp2Jc,QAq2Jd,uBAp2Jc,QAq2Jd,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,sCAp2J6B,QAq2J7B,6BAp2JoB,QAq2JpB,uBAp2Jc,QAq2Jd,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,uBAp2Jc,QAq2Jd,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,yCAp2JgC,QAq2JhC,4BAp2JmB,QAq2JnB,sCAp2J6B,QAq2J7B,sBAp2Ja,QAq2Jb,wBAp2Je,QAq2Jf,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,sCAp2J6B,QAq2J7B,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,mCAp2J0B,QAq2J1B,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,2CAp2JkC,QAq2JlC,sCAp2J6B,QAq2J7B,qCAp2J4B,QAq2J5B,0CAp2JiC,QAq2JjC,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,wCAp2J+B,QAq2J/B,sCAp2J6B,QAq2J7B,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,+BAp2JsB,QAq2JtB,oCAp2J2B,QAq2J3B,6CAp2JoC,QAq2JpC,uCAp2J8B,QAq2J9B,yBAp2JgB,QAq2JhB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,qCAp2J4B,QAq2J5B,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,wCAp2J+B,QAq2J/B,+CAp2JsC,QAq2JtC,4CAp2JmC,QAq2JnC,kCAp2JyB,QAq2JzB,yCAp2JgC,QAq2JhC,sCAp2J6B,QAq2J7B,yBAp2JgB,QAq2JhB,gCAp2JuB,QAq2JvB,2CAp2JkC,QAq2JlC,kDAp2JyC,QAq2JzC,yCAp2JgC,QAq2JhC,gDAp2JuC,QAq2JvC,0CAp2JiC,QAq2JjC,iDAp2JwC,QAq2JxC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,kDAp2JyC,QAq2JzC,4CAp2JmC,QAq2JnC,wCAp2J+B,QAq2J/B,yCAp2JgC,QAq2JhC,gDAp2JuC,QAq2JvC,yCAp2JgC,QAq2JhC,gDAp2JuC,QAq2JvC,0CAp2JiC,QAq2JjC,sCAp2J6B,QAq2J7B,6CAp2JoC,QAq2JpC,0CAp2JiC,QAq2JjC,iDAp2JwC,QAq2JxC,0CAp2JiC,QAq2JjC,iDAp2JwC,QAq2JxC,2CAp2JkC,QAq2JlC,uCAp2J8B,QAq2J9B,8CAp2JqC,QAq2JrC,wCAp2J+B,QAq2J/B,+CAp2JsC,QAq2JtC,sCAp2J6B,QAq2J7B,6CAp2JoC,QAq2JpC,uCAp2J8B,QAq2J9B,8CAp2JqC,QAq2JrC,gCAp2JuB,QAq2JvB,mCAp2J0B,QAq2J1B,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,yBAp2JgB,QAq2JhB,qCAp2J4B,QAq2J5B,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,uBAp2Jc,QAq2Jd,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,yBAp2JgB,QAq2JhB,wBAp2Je,QAq2Jf,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,oCAp2J2B,QAq2J3B,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,uBAp2Jc,QAq2Jd,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,2BAp2JkB,QAq2JlB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,yBAp2JgB,QAq2JhB,wBAp2Je,QAq2Jf,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,iCAp2JwB,QAq2JxB,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,yCAp2JgC,QAq2JhC,gDAp2JuC,QAq2JvC,sCAp2J6B,QAq2J7B,wCAp2J+B,QAq2J/B,sCAp2J6B,QAq2J7B,uCAp2J8B,QAq2J9B,oCAp2J2B,QAq2J3B,uCAp2J8B,QAq2J9B,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,oCAp2J2B,QAq2J3B,2CAp2JkC,QAq2JlC,oCAp2J2B,QAq2J3B,2CAp2JkC,QAq2JlC,qCAp2J4B,QAq2J5B,4CAp2JmC,QAq2JnC,kCAp2JyB,QAq2JzB,yCAp2JgC,QAq2JhC,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,sCAp2J6B,QAq2J7B,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,sCAp2J6B,QAq2J7B,kCAp2JyB,QAq2JzB,yCAp2JgC,QAq2JhC,uCAp2J8B,QAq2J9B,8CAp2JqC,QAq2JrC,wCAp2J+B,QAq2J/B,+CAp2JsC,QAq2JtC,kCAp2JyB,QAq2JzB,yCAp2JgC,QAq2JhC,uCAp2J8B,QAq2J9B,8CAp2JqC,QAq2JrC,wCAp2J+B,QAq2J/B,+CAp2JsC,QAq2JtC,mCAp2J0B,QAq2J1B,0CAp2JiC,QAq2JjC,wCAp2J+B,QAq2J/B,+CAp2JsC,QAq2JtC,yCAp2JgC,QAq2JhC,gDAp2JuC,QAq2JvC,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,qCAp2J4B,QAq2J5B,4CAp2JmC,QAq2JnC,sCAp2J6B,QAq2J7B,6CAp2JoC,QAq2JpC,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,oCAp2J2B,QAq2J3B,qCAp2J4B,QAq2J5B,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,qCAp2J4B,QAq2J5B,uCAp2J8B,QAq2J9B,mCAp2J0B,QAq2J1B,0CAp2JiC,QAq2JjC,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,2CAp2JkC,QAq2JlC,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,qCAp2J4B,QAq2J5B,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,oCAp2J2B,QAq2J3B,2CAp2JkC,QAq2JlC,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,qCAp2J4B,QAq2J5B,uCAp2J8B,QAq2J9B,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,sCAp2J6B,QAq2J7B,+BAp2JsB,QAq2JtB,wCAp2J+B,QAq2J/B,yCAp2JgC,QAq2JhC,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,sCAp2J6B,QAq2J7B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,sCAp2J6B,QAq2J7B,sCAp2J6B,QAq2J7B,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,sCAp2J6B,QAq2J7B,wCAp2J+B,QAq2J/B,uCAp2J8B,QAq2J9B,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,sCAp2J6B,QAq2J7B,2CAp2JkC,QAq2JlC,4CAp2JmC,QAq2JnC,0CAp2JiC,QAq2JjC,2CAp2JkC,QAq2JlC,qCAp2J4B,QAq2J5B,sCAp2J6B,QAq2J7B,yCAp2JgC,QAq2JhC,yCAp2JgC,QAq2JhC,0CAp2JiC,QAq2JjC,yCAp2JgC,QAq2JhC,0CAp2JiC,QAq2JjC,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,yCAp2JgC,QAq2JhC,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,wCAp2J+B,QAq2J/B,sCAp2J6B,QAq2J7B,yCAp2JgC,QAq2JhC,uCAp2J8B,QAq2J9B,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,4CAp2JmC,QAq2JnC,8CAp2JqC,QAq2JrC,+BAp2JsB,QAq2JtB,uCAp2J8B,QAq2J9B,uCAp2J8B,QAq2J9B,uCAp2J8B,QAq2J9B,uCAp2J8B,QAq2J9B,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,oCAp2J2B,QAq2J3B,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,+BAp2JsB,QAq2JtB,0CAp2JiC,QAq2JjC,wCAp2J+B,QAq2J/B,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,kCAp2JyB,QAq2JzB,oCAp2J2B,QAq2J3B,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,wCAp2J+B,QAq2J/B,sCAp2J6B,QAq2J7B,6BAp2JoB,QAq2JpB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,2BAp2JkB,QAq2JlB,yCAp2JgC,QAq2JhC,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,oCAp2J2B,QAq2J3B,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,yBAp2JgB,QAq2JhB,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,sBAp2Ja,QAq2Jb,0BAp2JiB,QAq2JjB,wBAp2Je,QAq2Jf,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,4BAp2JmB,QAq2JnB,qCAp2J4B,QAq2J5B,uCAp2J8B,QAq2J9B,yCAp2JgC,QAq2JhC,qCAp2J4B,QAq2J5B,2BAp2JkB,QAq2JlB,yBAp2JgB,QAq2JhB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,uBAp2Jc,QAq2Jd,0BAp2JiB,QAq2JjB,0BAp2JiB,QAq2JjB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,2BAp2JkB,QAq2JlB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,yBAp2JgB,QAq2JhB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,0CAp2JiC,QAq2JjC,8CAp2JqC,QAq2JrC,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,uBAp2Jc,QAq2Jd,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,4BAp2JmB,QAq2JnB,0CAp2JiC,QAq2JjC,2CAp2JkC,QAq2JlC,0CAp2JiC,QAq2JjC,0BAp2JiB,QAq2JjB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,uBAp2Jc,QAq2Jd,wBAp2Je,QAq2Jf,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,sCAp2J6B,QAq2J7B,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,uBAp2Jc,QAq2Jd,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,2BAp2JkB,QAq2JlB,wBAp2Je,QAq2Jf,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,wBAp2Je,QAq2Jf,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,yCAp2JgC,QAq2JhC,uCAp2J8B,QAq2J9B,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,wBAp2Je,QAq2Jf,yBAp2JgB,QAq2JhB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,yBAp2JgB,QAq2JhB,gCAp2JuB,QAq2JvB,0BAp2JiB,QAq2JjB,mCAp2J0B,QAq2J1B,sCAp2J6B,QAq2J7B,8BAp2JqB,QAq2JrB,2BAp2JkB,QAq2JlB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,uCAp2J8B,QAq2J9B,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,uBAp2Jc,QAq2Jd,6BAp2JoB,QAq2JpB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,wBAp2Je,QAq2Jf,+BAp2JsB,QAq2JtB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,wBAp2Je,QAq2Jf,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,sCAp2J6B,QAq2J7B,yCAp2JgC,QAq2JhC,wCAp2J+B,QAq2J/B,kCAp2JyB,QAq2JzB,qCAp2J4B,QAq2J5B,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,8BAp2JqB,QAq2JrB,mCAp2J0B,QAq2J1B,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,uBAp2Jc,QAq2Jd,wBAp2Je,QAq2Jf,mCAp2J0B,QAq2J1B,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,uBAp2Jc,QAq2Jd,oCAp2J2B,QAq2J3B,2CAp2JkC,QAq2JlC,yCAp2JgC,QAq2JhC,gDAp2JuC,QAq2JvC,0CAp2JiC,QAq2JjC,iDAp2JwC,QAq2JxC,kCAp2JyB,QAq2JzB,yCAp2JgC,QAq2JhC,mCAp2J0B,QAq2J1B,0CAp2JiC,QAq2JjC,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,sCAp2J6B,QAq2J7B,6CAp2JoC,QAq2JpC,uCAp2J8B,QAq2J9B,8CAp2JqC,QAq2JrC,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,wCAp2J+B,QAq2J/B,0CAp2JiC,QAq2JjC,gCAp2JuB,QAq2JvB,2BAp2JkB,QAq2JlB,yBAp2JgB,QAq2JhB,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,sCAp2J6B,QAq2J7B,uCAp2J8B,QAq2J9B,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,yCAp2JgC,QAq2JhC,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,wCAp2J+B,QAq2J/B,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,sCAp2J6B,QAq2J7B,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,oCAp2J2B,QAq2J3B,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,4BAp2JmB,QAq2JnB,oCAp2J2B,QAq2J3B,sCAp2J6B,QAq2J7B,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,mCAp2J0B,QAq2J1B,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,uCAp2J8B,QAq2J9B,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,yCAp2JgC,QAq2JhC,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,yCAp2JgC,QAq2JhC,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,yCAp2JgC,QAq2JhC,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,oCAp2J2B,QAq2J3B,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,oCAp2J2B,QAq2J3B,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,gCAp2JuB,QAq2JvB,wCAp2J+B,QAq2J/B,uCAp2J8B,QAq2J9B,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,0CAp2JiC,QAq2JjC,0CAp2JiC,QAq2JjC,sCAp2J6B,QAq2J7B,uCAp2J8B,QAq2J9B,oCAp2J2B,QAq2J3B,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,uCAp2J8B,QAq2J9B,qCAp2J4B,QAq2J5B,yCAp2JgC,QAq2JhC,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,8BAp2JqB,QAq2JrB,oCAp2J2B,QAq2J3B,gCAp2JuB,QAq2JvB,mCAp2J0B,QAq2J1B,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,oCAp2J2B,QAq2J3B,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,8BAp2JqB,QAq2JrB,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,6CAp2JoC,QAq2JpC,6BAp2JoB,QAq2JpB,kCAp2JyB,QAq2JzB,uCAp2J8B,QAq2J9B,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,qCAp2J4B,QAq2J5B,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,gCAp2JuB,QAq2JvB,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,qCAp2J4B,QAq2J5B,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,uCAp2J8B,QAq2J9B,oCAp2J2B,QAq2J3B,+BAp2JsB,QAq2JtB,oCAp2J2B,QAq2J3B,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,sCAp2J6B,QAq2J7B,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,oCAp2J2B,QAq2J3B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,qCAp2J4B,QAq2J5B,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,qCAp2J4B,QAq2J5B,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,oCAp2J2B,QAq2J3B,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,uCAp2J8B,QAq2J9B,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,mCAp2J0B,QAq2J1B,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,qCAp2J4B,QAq2J5B,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,sCAp2J6B,QAq2J7B,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,0CAp2JiC,QAq2JjC,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,2BAp2JkB,QAq2JlB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,kCAp2JyB,QAq2JzB,8BAp2JqB,QAq2JrB,uBAp2Jc,QAq2Jd,8BAp2JqB,QAq2JrB,2BAp2JkB,QAq2JlB,4BAp2JmB,QAq2JnB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,4CAp2JmC,QAq2JnC,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,sCAp2J6B,QAq2J7B,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,uCAp2J8B,QAq2J9B,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,uCAp2J8B,QAq2J9B,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,sCAp2J6B,QAq2J7B,yCAp2JgC,QAq2JhC,wBAp2Je,QAq2Jf,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,uBAp2Jc,QAq2Jd,2BAp2JkB,QAq2JlB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,wCAp2J+B,QAq2J/B,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,0BAp2JiB,QAq2JjB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,sCAp2J6B,QAq2J7B,6CAp2JoC,QAq2JpC,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,uBAp2Jc,QAq2Jd,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,2BAp2JkB,QAq2JlB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,2BAp2JkB,QAq2JlB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,yBAp2JgB,QAq2JhB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,2CAp2JkC,QAq2JlC,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,4BAp2JmB,QAq2JnB,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,mCAp2J0B,QAq2J1B,uCAp2J8B,QAq2J9B,8CAp2JqC,QAq2JrC,qCAp2J4B,QAq2J5B,4CAp2JmC,QAq2JnC,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,wBAp2Je,QAq2Jf,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,4BAp2JmB,QAq2JnB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,uBAp2Jc,QAq2Jd,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,sBAp2Ja,QAq2Jb,0BAp2JiB,QAq2JjB,wBAp2Je,QAq2Jf,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,0CAp2JiC,QAq2JjC,gCAp2JuB,QAq2JvB,yCAp2JgC,QAq2JhC,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,sCAp2J6B,QAq2J7B,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,0CAp2JiC,QAq2JjC,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,yBAp2JgB,QAq2JhB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,gCAp2JuB,QAq2JvB,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,yBAp2JgB,QAq2JhB,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,wCAp2J+B,QAq2J/B,wCAp2J+B,QAq2J/B,yCAp2JgC,QAq2JhC,sCAp2J6B,QAq2J7B,gCAp2JuB,QAq2JvB,qCAp2J4B,QAq2J5B,sCAp2J6B,QAq2J7B,gCAp2JuB,QAq2JvB,qCAp2J4B,QAq2J5B,iCAp2JwB,QAq2JxB,sCAp2J6B,QAq2J7B,8BAp2JqB,QAq2JrB,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,sCAp2J6B,QAq2J7B,uCAp2J8B,QAq2J9B,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,oCAp2J2B,QAq2J3B,qCAp2J4B,QAq2J5B,0BAp2JiB,QAq2JjB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,sCAp2J6B,QAq2J7B,0BAp2JiB,QAq2JjB,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,4CAp2JmC,QAq2JnC,0CAp2JiC,QAq2JjC,iDAp2JwC,QAq2JxC,2CAp2JkC,QAq2JlC,kDAp2JyC,QAq2JzC,qCAp2J4B,QAq2J5B,4CAp2JmC,QAq2JnC,sCAp2J6B,QAq2J7B,6CAp2JoC,QAq2JpC,mCAp2J0B,QAq2J1B,0CAp2JiC,QAq2JjC,wCAp2J+B,QAq2J/B,+CAp2JsC,QAq2JtC,yCAp2JgC,QAq2JhC,gDAp2JuC,QAq2JvC,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,sCAp2J6B,QAq2J7B,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,uCAp2J8B,QAq2J9B,uCAp2J8B,QAq2J9B,wCAp2J+B,QAq2J/B,qCAp2J4B,QAq2J5B,wCAp2J+B,QAq2J/B,wCAp2J+B,QAq2J/B,yCAp2JgC,QAq2JhC,sCAp2J6B,QAq2J7B,iCAp2JwB,QAq2JxB,0CAp2JiC,QAq2JjC,0CAp2JiC,QAq2JjC,0CAp2JiC,QAq2JjC,0CAp2JiC,QAq2JjC,0CAp2JiC,QAq2JjC,0CAp2JiC,QAq2JjC,0CAp2JiC,QAq2JjC,0CAp2JiC,QAq2JjC,0CAp2JiC,QAq2JjC,0CAp2JiC,QAq2JjC,4CAp2JmC,QAq2JnC,mCAp2J0B,QAq2J1B,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,oCAp2J2B,QAq2J3B,wCAp2J+B,QAq2J/B,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,oCAp2J2B,QAq2J3B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,qCAp2J4B,QAq2J5B,+CAp2JsC,QAq2JtC,gCAp2JuB,QAq2JvB,qCAp2J4B,QAq2J5B,sCAp2J6B,QAq2J7B,iCAp2JwB,QAq2JxB,uCAp2J8B,QAq2J9B,kCAp2JyB,QAq2JzB,0CAp2JiC,QAq2JjC,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,yCAp2JgC,QAq2JhC,uCAp2J8B,QAq2J9B,qCAp2J4B,QAq2J5B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,wCAp2J+B,QAq2J/B,+BAp2JsB,QAq2JtB,yBAp2JgB,QAq2JhB,4BAp2JmB,QAq2JnB,2BAp2JkB,QAq2JlB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,2BAp2JkB,QAq2JlB,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,yBAp2JgB,QAq2JhB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,mCAp2J0B,QAq2J1B,yCAp2JgC,QAq2JhC,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,qCAp2J4B,QAq2J5B,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,mCAp2J0B,QAq2J1B,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,2BAp2JkB,QAq2JlB,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,yBAp2JgB,QAq2JhB,gCAp2JuB,QAq2JvB,wBAp2Je,QAq2Jf,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,0BAp2JiB,QAq2JjB,wBAp2Je,QAq2Jf,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,yBAp2JgB,QAq2JhB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,sCAp2J6B,QAq2J7B,uCAp2J8B,QAq2J9B,iCAp2JwB,QAq2JxB,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,wBAp2Je,QAq2Jf,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,0BAp2JiB,QAq2JjB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,wBAp2Je,QAq2Jf,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,oCAp2J2B,QAq2J3B,2CAp2JkC,QAq2JlC,qCAp2J4B,QAq2J5B,4CAp2JmC,QAq2JnC,oCAp2J2B,QAq2J3B,2CAp2JkC,QAq2JlC,kCAp2JyB,QAq2JzB,yCAp2JgC,QAq2JhC,qCAp2J4B,QAq2J5B,4CAp2JmC,QAq2JnC,mCAp2J0B,QAq2J1B,0CAp2JiC,QAq2JjC,kCAp2JyB,QAq2JzB,yCAp2JgC,QAq2JhC,mCAp2J0B,QAq2J1B,0CAp2JiC,QAq2JjC,uBAp2Jc,QAq2Jd,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,uCAp2J8B,QAq2J9B,uCAp2J8B,QAq2J9B,uCAp2J8B,QAq2J9B,wCAp2J+B,QAq2J/B,uCAp2J8B,QAq2J9B,yCAp2JgC,QAq2JhC,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,sCAp2J6B,QAq2J7B,2BAp2JkB,QAq2JlB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,yBAp2JgB,QAq2JhB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,uBAp2Jc,QAq2Jd,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,uBAp2Jc,QAq2Jd,2BAp2JkB,QAq2JlB,2BAp2JkB,QAq2JlB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,oCAp2J2B,QAq2J3B,qCAp2J4B,QAq2J5B,iCAp2JwB,QAq2JxB,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,8CAp2JqC,QAq2JrC,0CAp2JiC,QAq2JjC,4CAp2JmC,QAq2JnC,4CAp2JmC,QAq2JnC,uCAp2J8B,QAq2J9B,6CAp2JoC,QAq2JpC,8CAp2JqC,QAq2JrC,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,yCAp2JgC,QAq2JhC,gCAp2JuB,QAq2JvB,wCAp2J+B,QAq2J/B,yCAp2JgC,QAq2JhC,0CAp2JiC,QAq2JjC,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,2CAp2JkC,QAq2JlC,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,oCAp2J2B,QAq2J3B,wCAp2J+B,QAq2J/B,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,uBAp2Jc,QAq2Jd,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,2BAp2JkB,QAq2JlB,wBAp2Je,QAq2Jf,yBAp2JgB,QAq2JhB,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,wBAp2Je,QAq2Jf,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,uCAp2J8B,QAq2J9B,iCAp2JwB,QAq2JxB,oCAp2J2B,QAq2J3B,qCAp2J4B,QAq2J5B,uCAp2J8B,QAq2J9B,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,0CAp2JiC,QAq2JjC,8CAp2JqC,QAq2JrC,kCAp2JyB,QAq2JzB,4CAp2JmC,QAq2JnC,uCAp2J8B,QAq2J9B,yCAp2JgC,QAq2JhC,wCAp2J+B,QAq2J/B,uCAp2J8B,QAq2J9B,sCAp2J6B,QAq2J7B,yCAp2JgC,QAq2JhC,uCAp2J8B,QAq2J9B,8CAp2JqC,QAq2JrC,wCAp2J+B,QAq2J/B,wCAp2J+B,QAq2J/B,sCAp2J6B,QAq2J7B,wCAp2J+B,QAq2J/B,sCAp2J6B,QAq2J7B,uCAp2J8B,QAq2J9B,2CAp2JkC,QAq2JlC,yCAp2JgC,QAq2JhC,wCAp2J+B,QAq2J/B,uCAp2J8B,QAq2J9B,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,wCAp2J+B,QAq2J/B,+CAp2JsC,QAq2JtC,+BAp2JsB,QAq2JtB,oCAp2J2B,QAq2J3B,sCAp2J6B,QAq2J7B,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,mCAp2J0B,QAq2J1B,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,2CAp2JkC,QAq2JlC,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,wCAp2J+B,QAq2J/B,sCAp2J6B,QAq2J7B,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,oCAp2J2B,QAq2J3B,sCAp2J6B,QAq2J7B,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,mCAp2J0B,QAq2J1B,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,2CAp2JkC,QAq2JlC,qCAp2J4B,QAq2J5B,0CAp2JiC,QAq2JjC,+CAp2JsC,QAq2JtC,iDAp2JwC,QAq2JxC,gDAp2JuC,QAq2JvC,+CAp2JsC,QAq2JtC,8CAp2JqC,QAq2JrC,iDAp2JwC,QAq2JxC,+CAp2JsC,QAq2JtC,sDAp2J6C,QAq2J7C,gDAp2JuC,QAq2JvC,gDAp2JuC,QAq2JvC,8CAp2JqC,QAq2JrC,gDAp2JuC,QAq2JvC,8CAp2JqC,QAq2JrC,+CAp2JsC,QAq2JtC,mDAp2J0C,QAq2J1C,iDAp2JwC,QAq2JxC,gDAp2JuC,QAq2JvC,+CAp2JsC,QAq2JtC,6CAp2JoC,QAq2JpC,4CAp2JmC,QAq2JnC,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,wCAp2J+B,QAq2J/B,sCAp2J6B,QAq2J7B,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,yCAp2JgC,QAq2JhC,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,iCAp2JwB,QAq2JxB,sCAp2J6B,QAq2J7B,wCAp2J+B,QAq2J/B,0CAp2JiC,QAq2JjC,uCAp2J8B,QAq2J9B,sCAp2J6B,QAq2J7B,qCAp2J4B,QAq2J5B,wCAp2J+B,QAq2J/B,sCAp2J6B,QAq2J7B,6CAp2JoC,QAq2JpC,wCAp2J+B,QAq2J/B,uCAp2J8B,QAq2J9B,yCAp2JgC,QAq2JhC,uCAp2J8B,QAq2J9B,qCAp2J4B,QAq2J5B,uCAp2J8B,QAq2J9B,qCAp2J4B,QAq2J5B,sCAp2J6B,QAq2J7B,0CAp2JiC,QAq2JjC,yCAp2JgC,QAq2JhC,wCAp2J+B,QAq2J/B,uCAp2J8B,QAq2J9B,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,2CAp2JkC,QAq2JlC,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,uCAp2J8B,QAq2J9B,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,sCAp2J6B,QAq2J7B,iCAp2JwB,QAq2JxB,sCAp2J6B,QAq2J7B,wCAp2J+B,QAq2J/B,uCAp2J8B,QAq2J9B,sCAp2J6B,QAq2J7B,qCAp2J4B,QAq2J5B,wCAp2J+B,QAq2J/B,sCAp2J6B,QAq2J7B,6CAp2JoC,QAq2JpC,wCAp2J+B,QAq2J/B,uCAp2J8B,QAq2J9B,uCAp2J8B,QAq2J9B,qCAp2J4B,QAq2J5B,uCAp2J8B,QAq2J9B,qCAp2J4B,QAq2J5B,sCAp2J6B,QAq2J7B,0CAp2JiC,QAq2JjC,wCAp2J+B,QAq2J/B,uCAp2J8B,QAq2J9B,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,mCAp2J0B,QAq2J1B,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,gCAp2JuB,QAq2JvB,qCAp2J4B,QAq2J5B,uCAp2J8B,QAq2J9B,sCAp2J6B,QAq2J7B,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,uCAp2J8B,QAq2J9B,qCAp2J4B,QAq2J5B,4CAp2JmC,QAq2JnC,sCAp2J6B,QAq2J7B,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,qCAp2J4B,QAq2J5B,yCAp2JgC,QAq2JhC,uCAp2J8B,QAq2J9B,sCAp2J6B,QAq2J7B,qCAp2J4B,QAq2J5B,sCAp2J6B,QAq2J7B,wCAp2J+B,QAq2J/B,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,wBAp2Je,QAq2Jf,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,wCAp2J+B,QAq2J/B,kCAp2JyB,QAq2JzB,yCAp2JgC,QAq2JhC,sCAp2J6B,QAq2J7B,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,wBAp2Je,QAq2Jf,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,yCAp2JgC,QAq2JhC,gCAp2JuB,QAq2JvB,0BAp2JiB,QAq2JjB,uBAp2Jc,QAq2Jd,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,uBAp2Jc,QAq2Jd,4BAp2JmB,QAq2JnB,wBAp2Je,QAq2Jf,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,wBAp2Je,QAq2Jf,0CAp2JiC,QAq2JjC,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,2BAp2JkB,QAq2JlB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,yCAp2JgC,QAq2JhC,uCAp2J8B,QAq2J9B,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,uBAp2Jc,QAq2Jd,2BAp2JkB,QAq2JlB,4BAp2JmB,QAq2JnB,2BAp2JkB,QAq2JlB,yCAp2JgC,QAq2JhC,+BAp2JsB,QAq2JtB,8CAp2JqC,QAq2JrC,4BAp2JmB,QAq2JnB,0CAp2JiC,QAq2JjC,wBAp2Je,QAq2Jf,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,4BAp2JmB,QAq2JnB,uBAp2Jc,QAq2Jd,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,4BAp2JmB,QAq2JnB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,yBAp2JgB,QAq2JhB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,wCAp2J+B,QAq2J/B,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,gCAp2JuB,QAq2JvB,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,uBAp2Jc,QAq2Jd,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,2BAp2JkB,QAq2JlB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,yBAp2JgB,QAq2JhB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,2BAp2JkB,QAq2JlB,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,wBAp2Je,QAq2Jf,2BAp2JkB,QAq2JlB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,kCAp2JyB,QAq2JzB,wBAp2Je,QAq2Jf,2BAp2JkB,QAq2JlB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,oCAp2J2B,QAq2J3B,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,2BAp2JkB,QAq2JlB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,oCAp2J2B,QAq2J3B,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,4BAp2JmB,QAq2JnB,oCAp2J2B,QAq2J3B,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,oCAp2J2B,QAq2J3B,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,4BAp2JmB,QAq2JnB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,qCAp2J4B,QAq2J5B,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,wBAp2Je,QAq2Jf,6BAp2JoB,QAq2JpB,qCAp2J4B,QAq2J5B,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,4BAp2JmB,QAq2JnB,wBAp2Je,QAq2Jf,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,0BAp2JiB,QAq2JjB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,yBAp2JgB,QAq2JhB,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,wBAp2Je,QAq2Jf,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,0BAp2JiB,QAq2JjB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,4BAp2JmB,QAq2JnB,yBAp2JgB,QAq2JhB,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,0BAp2JiB,QAq2JjB,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,yBAp2JgB,QAq2JhB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,yBAp2JgB,QAq2JhB,kCAp2JyB,QAq2JzB,oCAp2J2B,QAq2J3B,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,sCAp2J6B,QAq2J7B,qCAp2J4B,QAq2J5B,sCAp2J6B,QAq2J7B,wCAp2J+B,QAq2J/B,sCAp2J6B,QAq2J7B,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,4BAp2JmB,QAq2JnB,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,2BAp2JkB,QAq2JlB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,uBAp2Jc,QAq2Jd,wBAp2Je,QAq2Jf,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,sCAp2J6B,QAq2J7B,mCAp2J0B,QAq2J1B,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,2CAp2JkC,QAq2JlC,0CAp2JiC,QAq2JjC,yBAp2JgB,QAq2JhB,yBAp2JgB,QAq2JhB,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,yBAp2JgB,QAq2JhB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,uBAp2Jc,QAq2Jd,8BAp2JqB,QAq2JrB,yBAp2JgB,QAq2JhB,yBAp2JgB,QAq2JhB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,yBAp2JgB,QAq2JhB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,0BAp2JiB,QAq2JjB,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,8BAp2JqB,QAq2JrB,uBAp2Jc,QAq2Jd,uBAp2Jc,QAq2Jd,uBAp2Jc,QAq2Jd,uBAp2Jc,QAq2Jd,uBAp2Jc,QAq2Jd,uBAp2Jc,QAq2Jd,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,6BAp2JoB,QAq2JpB,sCAp2J6B,QAq2J7B,sCAp2J6B,QAq2J7B,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,oCAp2J2B,QAq2J3B,6BAp2JoB,QAq2JpB,kCAp2JyB,QAq2JzB,6BAp2JoB,QAq2JpB,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,wBAp2Je,QAq2Jf,wBAp2Je,QAq2Jf,6BAp2JoB,QAq2JpB,uBAp2Jc,QAq2Jd,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,kCAp2JyB,QAq2JzB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,yBAp2JgB,QAq2JhB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,gCAp2JuB,QAq2JvB,mCAp2J0B,QAq2J1B,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,sCAp2J6B,QAq2J7B,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,sCAp2J6B,QAq2J7B,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,wBAp2Je,QAq2Jf,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,uCAp2J8B,QAq2J9B,8CAp2JqC,QAq2JrC,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,2BAp2JkB,QAq2JlB,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,8BAp2JqB,QAq2JrB,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,uCAp2J8B,QAq2J9B,wCAp2J+B,QAq2J/B,qCAp2J4B,QAq2J5B,yCAp2JgC,QAq2JhC,0CAp2JiC,QAq2JjC,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,wBAp2Je,QAq2Jf,0BAp2JiB,QAq2JjB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,2BAp2JkB,QAq2JlB,0BAp2JiB,QAq2JjB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,wBAp2Je,QAq2Jf,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,sBAp2Ja,QAq2Jb,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,0BAp2JiB,QAq2JjB,oCAp2J2B,QAq2J3B,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,uCAp2J8B,QAq2J9B,8CAp2JqC,QAq2JrC,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,uCAp2J8B,QAq2J9B,8CAp2JqC,QAq2JrC,4CAp2JmC,QAq2JnC,mDAp2J0C,QAq2J1C,6CAp2JoC,QAq2JpC,oDAp2J2C,QAq2J3C,qCAp2J4B,QAq2J5B,4CAp2JmC,QAq2JnC,sCAp2J6B,QAq2J7B,6CAp2JoC,QAq2JpC,oCAp2J2B,QAq2J3B,2CAp2JkC,QAq2JlC,yCAp2JgC,QAq2JhC,gDAp2JuC,QAq2JvC,0CAp2JiC,QAq2JjC,iDAp2JwC,QAq2JxC,4BAp2JmB,QAq2JnB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,2BAp2JkB,QAq2JlB,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,wCAp2J+B,QAq2J/B,4CAp2JmC,QAq2JnC,6CAp2JoC,QAq2JpC,0BAp2JiB,QAq2JjB,0BAp2JiB,QAq2JjB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,uBAp2Jc,QAq2Jd,wBAp2Je,QAq2Jf,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,yBAp2JgB,QAq2JhB,0BAp2JiB,QAq2JjB,uBAp2Jc,QAq2Jd,2BAp2JkB,QAq2JlB,4BAp2JmB,QAq2JnB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,4BAp2JmB,QAq2JnB,yCAp2JgC,QAq2JhC,gDAp2JuC,QAq2JvC,6CAp2JoC,QAq2JpC,oDAp2J2C,QAq2J3C,2CAp2JkC,QAq2JlC,kDAp2JyC,QAq2JzC,mCAp2J0B,QAq2J1B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,yBAp2JgB,QAq2JhB,0BAp2JiB,QAq2JjB,wBAp2Je,QAq2Jf,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,gCAp2JuB,QAq2JvB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,sCAp2J6B,QAq2J7B,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,uCAp2J8B,QAq2J9B,uCAp2J8B,QAq2J9B,qCAp2J4B,QAq2J5B,uCAp2J8B,QAq2J9B,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,gCAp2JuB,QAq2JvB,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,6CAp2JoC,QAq2JpC,oDAp2J2C,QAq2J3C,2CAp2JkC,QAq2JlC,kDAp2JyC,QAq2JzC,2CAp2JkC,QAq2JlC,6CAp2JoC,QAq2JpC,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,oCAp2J2B,QAq2J3B,gDAp2JuC,QAq2JvC,8CAp2JqC,QAq2JrC,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,sCAp2J6B,QAq2J7B,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,0CAp2JiC,QAq2JjC,iDAp2JwC,QAq2JxC,wCAp2J+B,QAq2J/B,+CAp2JsC,QAq2JtC,wCAp2J+B,QAq2J/B,0CAp2JiC,QAq2JjC,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,2CAp2JkC,QAq2JlC,gDAp2JuC,QAq2JvC,uDAp2J8C,QAq2J9C,8CAp2JqC,QAq2JrC,qDAp2J4C,QAq2J5C,wCAp2J+B,QAq2J/B,iDAp2JwC,QAq2JxC,wDAp2J+C,QAq2J/C,+CAp2JsC,QAq2JtC,sDAp2J6C,QAq2J7C,iDAp2JwC,QAq2JxC,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,qCAp2J4B,QAq2J5B,sCAp2J6B,QAq2J7B,qCAp2J4B,QAq2J5B,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,2BAp2JkB,QAq2JlB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,2BAp2JkB,QAq2JlB,wBAp2Je,QAq2Jf,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,wBAp2Je,QAq2Jf,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,wBAp2Je,QAq2Jf,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,wBAp2Je,QAq2Jf,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,uCAp2J8B,QAq2J9B,8CAp2JqC,QAq2JrC,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,0BAp2JiB,QAq2JjB,6BAp2JoB,QAq2JpB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,wBAp2Je,QAq2Jf,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,0BAp2JiB,QAq2JjB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,uBAp2Jc,QAq2Jd,kCAp2JyB,QAq2JzB,uBAp2Jc,QAq2Jd,yBAp2JgB,QAq2JhB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,2BAp2JkB,QAq2JlB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,yBAp2JgB,QAq2JhB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,wBAp2Je,QAq2Jf,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,2BAp2JkB,QAq2JlB,8BAp2JqB,QAq2JrB,wBAp2Je,QAq2Jf,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,4BAp2JmB,QAq2JnB,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,2BAp2JkB,QAq2JlB,oCAp2J2B,QAq2J3B,gCAp2JuB,QAq2JvB,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,wCAp2J+B,QAq2J/B,qCAp2J4B,QAq2J5B,kCAp2JyB,QAq2JzB,0BAp2JiB,QAq2JjB,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,wBAp2Je,QAq2Jf,0BAp2JiB,QAq2JjB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,kCAp2JyB,QAq2JzB,oCAp2J2B,QAq2J3B,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,yCAp2JgC,QAq2JhC,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,oCAp2J2B,QAq2J3B,2CAp2JkC,QAq2JlC,uCAp2J8B,QAq2J9B,yCAp2JgC,QAq2JhC,wCAp2J+B,QAq2J/B,uCAp2J8B,QAq2J9B,sCAp2J6B,QAq2J7B,yCAp2JgC,QAq2JhC,uCAp2J8B,QAq2J9B,8CAp2JqC,QAq2JrC,wCAp2J+B,QAq2J/B,wCAp2J+B,QAq2J/B,sCAp2J6B,QAq2J7B,wCAp2J+B,QAq2J/B,sCAp2J6B,QAq2J7B,uCAp2J8B,QAq2J9B,2CAp2JkC,QAq2JlC,yCAp2JgC,QAq2JhC,wCAp2J+B,QAq2J/B,uCAp2J8B,QAq2J9B,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,yCAp2JgC,QAq2JhC,iCAp2JwB,QAq2JxB,uCAp2J8B,QAq2J9B,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,yBAp2JgB,QAq2JhB,kCAp2JyB,QAq2JzB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,oCAp2J2B,QAq2J3B,4BAp2JmB,QAq2JnB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,gCAp2JuB,QAq2JvB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,qCAp2J4B,QAq2J5B,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,oCAp2J2B,QAq2J3B,sCAp2J6B,QAq2J7B,iCAp2JwB,QAq2JxB,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,2BAp2JkB,QAq2JlB,wBAp2Je,QAq2Jf,0BAp2JiB,QAq2JjB,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,uBAp2Jc,QAq2Jd,2BAp2JkB,QAq2JlB,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,yBAp2JgB,QAq2JhB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,2BAp2JkB,QAq2JlB,8BAp2JqB,QAq2JrB,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,uCAp2J8B,QAq2J9B,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,0CAp2JiC,QAq2JjC,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,uCAp2J8B,QAq2J9B,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,uBAp2Jc,QAq2Jd,2BAp2JkB,QAq2JlB,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,kCAp2JyB,QAq2JzB,8BAp2JqB,QAq2JrB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,2BAp2JkB,QAq2JlB,yBAp2JgB,QAq2JhB,uBAp2Jc,QAq2Jd,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,uBAp2Jc,QAq2Jd,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,sBAp2Ja,QAq2Jb,yBAp2JgB,QAq2JhB,4BAp2JmB,QAq2JnB,0BAp2JiB,QAq2JjB,wBAp2Je,QAq2Jf,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,4BAp2JmB,QAq2JnB,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,yBAp2JgB,QAq2JhB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,uCAp2J8B,QAq2J9B,2CAp2JkC,QAq2JlC,qCAp2J4B,QAq2J5B,yCAp2JgC,QAq2JhC,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,wCAp2J+B,QAq2J/B,yCAp2JgC,QAq2JhC,iCAp2JwB,QAq2JxB,uBAp2Jc,QAq2Jd,8BAp2JqB,QAq2JrB,2BAp2JkB,QAq2JlB,2BAp2JkB,QAq2JlB,uBAp2Jc,QAq2Jd,yBAp2JgB,QAq2JhB,0BAp2JiB,QAq2JjB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,yBAp2JgB,QAq2JhB,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,6BAp2JoB,QAq2JpB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,2BAp2JkB,QAq2JlB,yBAp2JgB,QAq2JhB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,sCAp2J6B,QAq2J7B,qCAp2J4B,QAq2J5B,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,wCAp2J+B,QAq2J/B,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,+BAp2JsB,QAq2JtB,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,yBAp2JgB,QAq2JhB,wBAp2Je,QAq2Jf,sCAp2J6B,QAq2J7B,0CAp2JiC,QAq2JjC,yCAp2JgC,QAq2JhC,0CAp2JiC,QAq2JjC,uBAp2Jc,QAq2Jd,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,2BAp2JkB,QAq2JlB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,yBAp2JgB,QAq2JhB,uBAp2Jc,QAq2Jd,2BAp2JkB,QAq2JlB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,yBAp2JgB,QAq2JhB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,mCAp2J0B,QAq2J1B,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,oCAp2J2B,QAq2J3B,2CAp2JkC,QAq2JlC,uCAp2J8B,QAq2J9B,8CAp2JqC,QAq2JrC,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,qCAp2J4B,QAq2J5B,4CAp2JmC,QAq2JnC,qCAp2J4B,QAq2J5B,4CAp2JmC,QAq2JnC,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,sCAp2J6B,QAq2J7B,sCAp2J6B,QAq2J7B,wCAp2J+B,QAq2J/B,iCAp2JwB,QAq2JxB,wBAp2Je,QAq2Jf,kCAp2JyB,QAq2JzB,oCAp2J2B,QAq2J3B,4BAp2JmB,QAq2JnB,0BAp2JiB,QAq2JjB,wBAp2Je,QAq2Jf,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,uBAp2Jc,QAq2Jd,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,yBAp2JgB,QAq2JhB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,uBAp2Jc,QAq2Jd,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,yBAp2JgB,QAq2JhB,wBAp2Je,QAq2Jf,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,0CAp2JiC,QAq2JjC,oCAp2J2B,QAq2J3B,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,0BAp2JiB,QAq2JjB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,4BAp2JmB,QAq2JnB,iCAp2JwB,QAq2JxB,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,mCAp2J0B,QAq2J1B,sCAp2J6B,QAq2J7B,uCAp2J8B,QAq2J9B,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,yBAp2JgB,QAq2JhB,kCAp2JyB,QAq2JzB,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,4CAp2JmC,QAq2JnC,yCAp2JgC,QAq2JhC,sCAp2J6B,QAq2J7B,6CAp2JoC,QAq2JpC,qCAp2J4B,QAq2J5B,yCAp2JgC,QAq2JhC,0CAp2JiC,QAq2JjC,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,2BAp2JkB,QAq2JlB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,yCAp2JgC,QAq2JhC,wCAp2J+B,QAq2J/B,uCAp2J8B,QAq2J9B,0BAp2JiB,QAq2JjB,2BAp2JkB,QAq2JlB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,0BAp2JiB,QAq2JjB,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,0BAp2JiB,QAq2JjB,2BAp2JkB,QAq2JlB,sCAp2J6B,QAq2J7B,sCAp2J6B,QAq2J7B,sCAp2J6B,QAq2J7B,sCAp2J6B,QAq2J7B,sCAp2J6B,QAq2J7B,qCAp2J4B,QAq2J5B,sCAp2J6B,QAq2J7B,sCAp2J6B,QAq2J7B,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,oCAp2J2B,QAq2J3B,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,iCAp2JwB,QAq2JxB,yBAp2JgB,QAq2JhB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,yBAp2JgB,QAq2JhB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,oCAp2J2B,QAq2J3B,sCAp2J6B,QAq2J7B,8BAp2JqB,QAq2JrB,oCAp2J2B,QAq2J3B,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,kCAp2JyB,QAq2JzB,8BAp2JqB,QAq2JrB,uBAp2Jc,QAq2Jd,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,2BAp2JkB,QAq2JlB,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,uBAp2Jc,QAq2Jd,4BAp2JmB,QAq2JnB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,yBAp2JgB,QAq2JhB,wBAp2Je,QAq2Jf,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,2BAp2JkB,QAq2JlB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,0BAp2JiB,QAq2JjB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,2BAp2JkB,QAq2JlB,oCAp2J2B,QAq2J3B,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,0BAp2JiB,QAq2JjB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,uBAp2Jc,QAq2Jd,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,2BAp2JkB,QAq2JlB,gCAp2JuB,QAq2JvB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,wBAp2Je,QAq2Jf,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,uBAp2Jc,QAq2Jd,6BAp2JoB,QAq2JpB,wCAp2J+B,QAq2J/B,sCAp2J6B,QAq2J7B,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,uCAp2J8B,QAq2J9B,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,wCAp2J+B,QAq2J/B,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,0BAp2JiB,QAq2JjB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,oCAp2J2B,QAq2J3B,2CAp2JkC,QAq2JlC,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,sCAp2J6B,QAq2J7B,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,yBAp2JgB,QAq2JhB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,sCAp2J6B,QAq2J7B,yCAp2JgC,QAq2JhC,qCAp2J4B,QAq2J5B,4CAp2JmC,QAq2JnC,sCAp2J6B,QAq2J7B,sCAp2J6B,QAq2J7B,qCAp2J4B,QAq2J5B,uCAp2J8B,QAq2J9B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,sCAp2J6B,QAq2J7B,wCAp2J+B,QAq2J/B,uCAp2J8B,QAq2J9B,sCAp2J6B,QAq2J7B,qCAp2J4B,QAq2J5B,sCAp2J6B,QAq2J7B,0CAp2JiC,QAq2JjC,wCAp2J+B,QAq2J/B,sCAp2J6B,QAq2J7B,6CAp2JoC,QAq2JpC,wCAp2J+B,QAq2J/B,uCAp2J8B,QAq2J9B,uCAp2J8B,QAq2J9B,qCAp2J4B,QAq2J5B,uCAp2J8B,QAq2J9B,qCAp2J4B,QAq2J5B,sCAp2J6B,QAq2J7B,0CAp2JiC,QAq2JjC,wCAp2J+B,QAq2J/B,uCAp2J8B,QAq2J9B,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,mCAp2J0B,QAq2J1B,0BAp2JiB,QAq2JjB,qCAp2J4B,QAq2J5B,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,kCAp2JyB,QAq2JzB,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,0BAp2JiB,QAq2JjB,0BAp2JiB,QAq2JjB,yBAp2JgB,QAq2JhB,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,0BAp2JiB,QAq2JjB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,2BAp2JkB,QAq2JlB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,2BAp2JkB,QAq2JlB,gCAp2JuB,QAq2JvB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,wBAp2Je,QAq2Jf,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,qCAp2J4B,QAq2J5B,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,oCAp2J2B,QAq2J3B,0CAp2JiC,QAq2JjC,0CAp2JiC,QAq2JjC,yCAp2JgC,QAq2JhC,4CAp2JmC,QAq2JnC,6CAp2JoC,QAq2JpC,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,0CAp2JiC,QAq2JjC,4BAp2JmB,QAq2JnB,uBAp2Jc,QAq2Jd,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,+BAp2JsB,QAq2JtB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,yBAp2JgB,QAq2JhB,gCAp2JuB,QAq2JvB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,0BAp2JiB,QAq2JjB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,yBAp2JgB,QAq2JhB,uBAp2Jc,QAq2Jd,2BAp2JkB,QAq2JlB,uBAp2Jc,QAq2Jd,0BAp2JiB,QAq2JjB,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,4CAp2JmC,QAq2JnC,qCAp2J4B,QAq2J5B,4CAp2JmC,QAq2JnC,sCAp2J6B,QAq2J7B,6CAp2JoC,QAq2JpC,mCAp2J0B,QAq2J1B,0CAp2JiC,QAq2JjC,mCAp2J0B,QAq2J1B,0CAp2JiC,QAq2JjC,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,uCAp2J8B,QAq2J9B,8CAp2JqC,QAq2JrC,uCAp2J8B,QAq2J9B,8CAp2JqC,QAq2JrC,wCAp2J+B,QAq2J/B,+CAp2JsC,QAq2JtC,qCAp2J4B,QAq2J5B,4CAp2JmC,QAq2JnC,wCAp2J+B,QAq2J/B,+CAp2JsC,QAq2JtC,wCAp2J+B,QAq2J/B,+CAp2JsC,QAq2JtC,yCAp2JgC,QAq2JhC,gDAp2JuC,QAq2JvC,sCAp2J6B,QAq2J7B,6CAp2JoC,QAq2JpC,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,kCAp2JyB,QAq2JzB,yCAp2JgC,QAq2JhC,yCAp2JgC,QAq2JhC,2CAp2JkC,QAq2JlC,sCAp2J6B,QAq2J7B,kCAp2JyB,QAq2JzB,6CAp2JoC,QAq2JpC,oDAp2J2C,QAq2J3C,6CAp2JoC,QAq2JpC,oDAp2J2C,QAq2J3C,8CAp2JqC,QAq2JrC,qDAp2J4C,QAq2J5C,2CAp2JkC,QAq2JlC,kDAp2JyC,QAq2JzC,wCAp2J+B,QAq2J/B,+CAp2JsC,QAq2JtC,+CAp2JsC,QAq2JtC,sDAp2J6C,QAq2J7C,+CAp2JsC,QAq2JtC,sDAp2J6C,QAq2J7C,gDAp2JuC,QAq2JvC,uDAp2J8C,QAq2J9C,6CAp2JoC,QAq2JpC,oDAp2J2C,QAq2J3C,gDAp2JuC,QAq2JvC,uDAp2J8C,QAq2J9C,gDAp2JuC,QAq2JvC,uDAp2J8C,QAq2J9C,iDAp2JwC,QAq2JxC,wDAp2J+C,QAq2J/C,8CAp2JqC,QAq2JrC,qDAp2J4C,QAq2J5C,yCAp2JgC,QAq2JhC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,2CAp2JkC,QAq2JlC,wCAp2J+B,QAq2J/B,0CAp2JiC,QAq2JjC,+CAp2JsC,QAq2JtC,2CAp2JkC,QAq2JlC,kDAp2JyC,QAq2JzC,2CAp2JkC,QAq2JlC,kDAp2JyC,QAq2JzC,2CAp2JkC,QAq2JlC,kDAp2JyC,QAq2JzC,2CAp2JkC,QAq2JlC,kDAp2JyC,QAq2JzC,2CAp2JkC,QAq2JlC,kDAp2JyC,QAq2JzC,2CAp2JkC,QAq2JlC,kDAp2JyC,QAq2JzC,2CAp2JkC,QAq2JlC,kDAp2JyC,QAq2JzC,2CAp2JkC,QAq2JlC,kDAp2JyC,QAq2JzC,2CAp2JkC,QAq2JlC,kDAp2JyC,QAq2JzC,2CAp2JkC,QAq2JlC,kDAp2JyC,QAq2JzC,6CAp2JoC,QAq2JpC,uCAp2J8B,QAq2J9B,yCAp2JgC,QAq2JhC,8CAp2JqC,QAq2JrC,oCAp2J2B,QAq2J3B,2CAp2JkC,QAq2JlC,iCAp2JwB,QAq2JxB,4CAp2JmC,QAq2JnC,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,2BAp2JkB,QAq2JlB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,0BAp2JiB,QAq2JjB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,wBAp2Je,QAq2Jf,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,4BAp2JmB,QAq2JnB,yBAp2JgB,QAq2JhB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,yBAp2JgB,QAq2JhB,kCAp2JyB,QAq2JzB,sCAp2J6B,QAq2J7B,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,+BAp2JsB,QAq2JtB,mCAp2J0B,QAq2J1B,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,uBAp2Jc,QAq2Jd,2BAp2JkB,QAq2JlB,uBAp2Jc,QAq2Jd,mCAp2J0B,QAq2J1B,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,2BAp2JkB,QAq2JlB,4BAp2JmB,QAq2JnB,2BAp2JkB,QAq2JlB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,2BAp2JkB,QAq2JlB,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,+BAp2JsB,QAq2JtB,uBAp2Jc,QAq2Jd,4BAp2JmB,QAq2JnB,yBAp2JgB,QAq2JhB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,4BAp2JmB,QAq2JnB,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,0BAp2JiB,QAq2JjB,yBAp2JgB,QAq2JhB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,uBAp2Jc,QAq2Jd,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,wBAp2Je,QAq2Jf,0BAp2JiB,QAq2JjB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,0BAp2JiB,QAq2JjB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,+BAp2JsB,QAq2JtB,uCAp2J8B,QAq2J9B,0CAp2JiC,QAq2JjC,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,mCAp2J0B,QAq2J1B,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,uBAp2Jc,QAq2Jd,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,sCAp2J6B,QAq2J7B,sCAp2J6B,QAq2J7B,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,oCAp2J2B,QAq2J3B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,mCAp2J0B,QAq2J1B,6BAp2JoB,QAq2JpB,sCAp2J6B,QAq2J7B,2BAp2JkB,QAq2JlB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,2BAp2JkB,QAq2JlB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,uBAp2Jc,QAq2Jd,yBAp2JgB,QAq2JhB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,oCAp2J2B,QAq2J3B,qCAp2J4B,QAq2J5B,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,8CAp2JqC,QAq2JrC,yCAp2JgC,QAq2JhC,wCAp2J+B,QAq2J/B,uCAp2J8B,QAq2J9B,uCAp2J8B,QAq2J9B,oCAp2J2B,QAq2J3B,uBAp2Jc,QAq2Jd,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,wBAp2Je,QAq2Jf,wBAp2Je,QAq2Jf,yBAp2JgB,QAq2JhB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,uCAp2J8B,QAq2J9B,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,2CAp2JkC,QAq2JlC,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,sCAp2J6B,QAq2J7B,wCAp2J+B,QAq2J/B,wCAp2J+B,QAq2J/B,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,8BAp2JqB,QAq2JrB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,yBAp2JgB,QAq2JhB,2BAp2JkB,QAq2JlB,6BAp2JoB,QAq2JpB,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,sCAp2J6B,QAq2J7B,yBAp2JgB,QAq2JhB,uCAp2J8B,QAq2J9B,sCAp2J6B,QAq2J7B,oCAp2J2B,QAq2J3B,qCAp2J4B,QAq2J5B,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,4BAp2JmB,QAq2JnB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,qCAp2J4B,QAq2J5B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,mCAp2J0B,QAq2J1B,+CAp2JsC,QAq2JtC,gDAp2JuC,QAq2JvC,4CAp2JmC,QAq2JnC,6CAp2JoC,QAq2JpC,qCAp2J4B,QAq2J5B,mCAp2J0B,QAq2J1B,oCAp2J2B,QAq2J3B,kCAp2JyB,QAq2JzB,yBAp2JgB,QAq2JhB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,6BAp2JoB,QAq2JpB,wBAp2Je,QAq2Jf,yBAp2JgB,QAq2JhB,4BAp2JmB,QAq2JnB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,+BAp2JsB,QAq2JtB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,4CAp2JmC,QAq2JnC,kCAp2JyB,QAq2JzB,oCAp2J2B,QAq2J3B,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,0CAp2JiC,QAq2JjC,iDAp2JwC,QAq2JxC,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,2BAp2JkB,QAq2JlB,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,0BAp2JiB,QAq2JjB,yBAp2JgB,QAq2JhB,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,gCAp2JuB,QAq2JvB,uBAp2Jc,QAq2Jd,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,uBAp2Jc,QAq2Jd,2BAp2JkB,QAq2JlB,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,0BAp2JiB,QAq2JjB,0BAp2JiB,QAq2JjB,0BAp2JiB,QAq2JjB,uBAp2Jc,QAq2Jd,wBAp2Je,QAq2Jf,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,4BAp2JmB,QAq2JnB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,uCAp2J8B,QAq2J9B,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,0BAp2JiB,QAq2JjB,yBAp2JgB,QAq2JhB,+BAp2JsB,QAq2JtB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,kCAp2JyB,QAq2JzB,sCAp2J6B,QAq2J7B,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,4BAp2JmB,QAq2JnB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,0BAp2JiB,QAq2JjB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,qCAp2J4B,QAq2J5B,wCAp2J+B,QAq2J/B,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,uCAp2J8B,QAq2J9B,yBAp2JgB,QAq2JhB,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,yBAp2JgB,QAq2JhB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,iCAp2JwB,QAq2JxB,yBAp2JgB,QAq2JhB,uBAp2Jc,QAq2Jd,2BAp2JkB,QAq2JlB,yBAp2JgB,QAq2JhB,6BAp2JoB,QAq2JpB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,2BAp2JkB,QAq2JlB,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,sBAp2Ja,QAq2Jb,wBAp2Je,QAq2Jf,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,0BAp2JiB,QAq2JjB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,8BAp2JqB,QAq2JrB,iCAp2JwB,QAq2JxB,qCAp2J4B,QAq2J5B,4BAp2JmB,QAq2JnB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,gCAp2JuB,QAq2JvB,4BAp2JmB,QAq2JnB,8BAp2JqB,QAq2JrB,sCAp2J6B,QAq2J7B,sCAp2J6B,QAq2J7B,sCAp2J6B,QAq2J7B,sCAp2J6B,QAq2J7B,sCAp2J6B,QAq2J7B,sCAp2J6B,QAq2J7B,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,6BAp2JoB,QAq2JpB,iCAp2JwB,QAq2JxB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,qCAp2J4B,QAq2J5B,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,0BAp2JiB,QAq2JjB,yBAp2JgB,QAq2JhB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,yBAp2JgB,QAq2JhB,wBAp2Je,QAq2Jf,0BAp2JiB,QAq2JjB,0BAp2JiB,QAq2JjB,0BAp2JiB,QAq2JjB,4BAp2JmB,QAq2JnB,wBAp2Je,QAq2Jf,oCAp2J2B,QAq2J3B,4BAp2JmB,QAq2JnB,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,0BAp2JiB,QAq2JjB,mCAp2J0B,QAq2J1B,mCAp2J0B,QAq2J1B,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,yBAp2JgB,QAq2JhB,8BAp2JqB,QAq2JrB,yBAp2JgB,QAq2JhB,wBAp2Je,QAq2Jf,yBAp2JgB,QAq2JhB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,qCAp2J4B,QAq2J5B,+BAp2JsB,QAq2JtB,kCAp2JyB,QAq2JzB,mCAp2J0B,QAq2J1B,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,+BAp2JsB,QAq2JtB,6BAp2JoB,QAq2JpB,8BAp2JqB,QAq2JrB,kCAp2JyB,QAq2JzB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,6BAp2JoB,QAq2JpB,2BAp2JkB,QAq2JlB,iCAp2JwB,QAq2JxB,2BAp2JkB,QAq2JlB,+BAp2JsB,QAq2JtB,gCAp2JuB,QAq2JvB,oCAp2J2B,QAq2J3B,qBAp2JY,QAq2JZ,0BAp2JiB,QAq2JjB,0BAp2JiB,QAq2JjB,0BAp2JiB,QAq2JjB,0BAp2JiB,QAq2JjB,sBAp2Ja,QAq2Jb,uBAp2Jc,QAq2Jd,4BAp2JmB,QAq2JnB,mCAp2J0B,QAq2J1B,wBAp2Je,QAq2Jf,4BAp2JmB,QAq2JnB,gCAp2JuB,QAq2JvB,uBAp2Jc,QAq2Jd,mCAp2J0B,QAq2J1B,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,oCAp2J2B,QAq2J3B,iCAp2JwB,QAq2JxB,8BAp2JqB,QAq2JrB,gCAp2JuB,QAq2JvB,iCAp2JwB,QAq2JxB,sCAp2J6B,QAq2J7B,kCAp2JyB,QAq2JzB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,+BAp2JsB,QAq2JtB,8BAp2JqB,QAq2JrB,qCAp2J4B,QAq2J5B,6BAp2JoB,QAq2JpB,oCAp2J2B,QAq2J3B,+BAp2JsB,QAq2JtB,2BAp2JkB,QAq2JlB,gCAp2JuB,QAq2JvB,uCAp2J8B,QAq2J9B,kCAp2JyB,QAq2JzB,8BAp2JqB,QAq2JrB,4BAp2JmB,QAq2JnB,iCAp2JwB,QAq2JxB,mCAp2J0B,QAq2J1B,4BAp2JmB,QAq2JnB,iCAp2JwB,QAq2JxB,gCAp2JuB,QAq2JvB,8BAp2JqB,QAq2JrB,6BAp2JoB,QAq2JpB,uBAp2Jc,QAq2Jd,2BAp2JkB,QAu2JlB,uBAr5QiB,QAs5QjB,uBArjLiB,QAsjLjB,uBAtjLiB","file":"tabler-icons.min.css"} \ No newline at end of file diff --git a/packages/icons-webfont/tabler-icons.scss b/packages/icons-webfont/tabler-icons.scss deleted file mode 100644 index 31cbd625a..000000000 --- a/packages/icons-webfont/tabler-icons.scss +++ /dev/null @@ -1,9973 +0,0 @@ -@charset "UTF-8"; -/*! - * Tabler Icons 3.0.0-alpha.0 by tabler - https://tabler.io - * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE - */ -$ti-font-family: 'tabler-icons' !default; -$ti-font-path: './fonts' !default; -$ti-font-display: null !default; -$ti-prefix: 'ti' !default; - -@font-face { - font-family: $ti-font-family; - font-style: normal; - font-weight: 400; - font-display: $ti-font-display; - src: url('#{$ti-font-path}/tabler-icons.eot?v3.0.0-alpha.0'); - src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v3.0.0-alpha.0') format('embedded-opentype'), - url('#{$ti-font-path}/tabler-icons.woff2?v3.0.0-alpha.0') format('woff2'), - url('#{$ti-font-path}/tabler-icons.woff?') format('woff'), - url('#{$ti-font-path}/tabler-icons.ttf?v3.0.0-alpha.0') format('truetype'); -} - -.#{$ti-prefix} { - font-family: $ti-font-family !important; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - - /* Better Font Rendering */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -@function unicode($str) { - @return unquote("\"")+unquote(str-insert($str, "\\", 1))+unquote("\"") -} - - -$ti-icon-12-hours: unicode('fc53'); -$ti-icon-123: unicode('f554'); -$ti-icon-24-hours: unicode('f5e7'); -$ti-icon-2fa: unicode('eca0'); -$ti-icon-360: unicode('f62f'); -$ti-icon-360-view: unicode('f566'); -$ti-icon-3d-cube-sphere: unicode('ecd7'); -$ti-icon-3d-cube-sphere-off: unicode('f3b5'); -$ti-icon-3d-rotate: unicode('f020'); -$ti-icon-a-b: unicode('ec36'); -$ti-icon-a-b-2: unicode('f25f'); -$ti-icon-a-b-off: unicode('f0a6'); -$ti-icon-abacus: unicode('f05c'); -$ti-icon-abacus-off: unicode('f3b6'); -$ti-icon-abc: unicode('f567'); -$ti-icon-access-point: unicode('ed1b'); -$ti-icon-access-point-off: unicode('ed1a'); -$ti-icon-accessible: unicode('eba9'); -$ti-icon-accessible-off: unicode('f0a7'); -$ti-icon-accessible-off-filled: unicode('f6ea'); -$ti-icon-activity: unicode('ed23'); -$ti-icon-activity-heartbeat: unicode('f0db'); -$ti-icon-ad: unicode('ea02'); -$ti-icon-ad-2: unicode('ef1f'); -$ti-icon-ad-circle: unicode('f79e'); -$ti-icon-ad-circle-filled: unicode('f7d3'); -$ti-icon-ad-circle-off: unicode('f79d'); -$ti-icon-ad-filled: unicode('f6eb'); -$ti-icon-ad-off: unicode('f3b7'); -$ti-icon-address-book: unicode('f021'); -$ti-icon-address-book-off: unicode('f3b8'); -$ti-icon-adjustments: unicode('ea03'); -$ti-icon-adjustments-alt: unicode('ec37'); -$ti-icon-adjustments-bolt: unicode('f7fb'); -$ti-icon-adjustments-cancel: unicode('f7fc'); -$ti-icon-adjustments-check: unicode('f7fd'); -$ti-icon-adjustments-code: unicode('f7fe'); -$ti-icon-adjustments-cog: unicode('f7ff'); -$ti-icon-adjustments-dollar: unicode('f800'); -$ti-icon-adjustments-down: unicode('f801'); -$ti-icon-adjustments-exclamation: unicode('f802'); -$ti-icon-adjustments-filled: unicode('f6ec'); -$ti-icon-adjustments-heart: unicode('f803'); -$ti-icon-adjustments-horizontal: unicode('ec38'); -$ti-icon-adjustments-minus: unicode('f804'); -$ti-icon-adjustments-off: unicode('f0a8'); -$ti-icon-adjustments-pause: unicode('f805'); -$ti-icon-adjustments-pin: unicode('f806'); -$ti-icon-adjustments-plus: unicode('f807'); -$ti-icon-adjustments-question: unicode('f808'); -$ti-icon-adjustments-search: unicode('f809'); -$ti-icon-adjustments-share: unicode('f80a'); -$ti-icon-adjustments-star: unicode('f80b'); -$ti-icon-adjustments-up: unicode('f80c'); -$ti-icon-adjustments-x: unicode('f80d'); -$ti-icon-aerial-lift: unicode('edfe'); -$ti-icon-affiliate: unicode('edff'); -$ti-icon-affiliate-filled: unicode('f6ed'); -$ti-icon-air-balloon: unicode('f4a6'); -$ti-icon-air-conditioning: unicode('f3a2'); -$ti-icon-air-conditioning-disabled: unicode('f542'); -$ti-icon-air-traffic-control: unicode('fb01'); -$ti-icon-alarm: unicode('ea04'); -$ti-icon-alarm-average: unicode('fc9e'); -$ti-icon-alarm-filled: unicode('f709'); -$ti-icon-alarm-minus: unicode('f630'); -$ti-icon-alarm-minus-filled: unicode('f70a'); -$ti-icon-alarm-off: unicode('f0a9'); -$ti-icon-alarm-plus: unicode('f631'); -$ti-icon-alarm-plus-filled: unicode('f70b'); -$ti-icon-alarm-snooze: unicode('f632'); -$ti-icon-alarm-snooze-filled: unicode('f70c'); -$ti-icon-album: unicode('f022'); -$ti-icon-album-off: unicode('f3b9'); -$ti-icon-alert-circle: unicode('ea05'); -$ti-icon-alert-circle-filled: unicode('f6ee'); -$ti-icon-alert-circle-off: unicode('fc65'); -$ti-icon-alert-hexagon: unicode('f80e'); -$ti-icon-alert-hexagon-filled: unicode('fa34'); -$ti-icon-alert-hexagon-off: unicode('fc66'); -$ti-icon-alert-octagon: unicode('ecc6'); -$ti-icon-alert-octagon-filled: unicode('f6ef'); -$ti-icon-alert-small: unicode('f80f'); -$ti-icon-alert-small-off: unicode('fc67'); -$ti-icon-alert-square: unicode('f811'); -$ti-icon-alert-square-filled: unicode('fa35'); -$ti-icon-alert-square-rounded: unicode('f810'); -$ti-icon-alert-square-rounded-filled: unicode('fa36'); -$ti-icon-alert-square-rounded-off: unicode('fc68'); -$ti-icon-alert-triangle: unicode('ea06'); -$ti-icon-alert-triangle-filled: unicode('f6f0'); -$ti-icon-alert-triangle-off: unicode('fc69'); -$ti-icon-alien: unicode('ebde'); -$ti-icon-alien-filled: unicode('f70d'); -$ti-icon-align-box-bottom-center: unicode('f530'); -$ti-icon-align-box-bottom-center-filled: unicode('f70e'); -$ti-icon-align-box-bottom-left: unicode('f531'); -$ti-icon-align-box-bottom-left-filled: unicode('f70f'); -$ti-icon-align-box-bottom-right: unicode('f532'); -$ti-icon-align-box-bottom-right-filled: unicode('f710'); -$ti-icon-align-box-center-bottom: unicode('facb'); -$ti-icon-align-box-center-middle: unicode('f79f'); -$ti-icon-align-box-center-middle-filled: unicode('f7d4'); -$ti-icon-align-box-center-stretch: unicode('facc'); -$ti-icon-align-box-center-top: unicode('facd'); -$ti-icon-align-box-left-bottom: unicode('f533'); -$ti-icon-align-box-left-bottom-filled: unicode('f711'); -$ti-icon-align-box-left-middle: unicode('f534'); -$ti-icon-align-box-left-middle-filled: unicode('f712'); -$ti-icon-align-box-left-stretch: unicode('face'); -$ti-icon-align-box-left-top: unicode('f535'); -$ti-icon-align-box-left-top-filled: unicode('f713'); -$ti-icon-align-box-right-bottom: unicode('f536'); -$ti-icon-align-box-right-bottom-filled: unicode('f714'); -$ti-icon-align-box-right-middle: unicode('f537'); -$ti-icon-align-box-right-middle-filled: unicode('f7d5'); -$ti-icon-align-box-right-stretch: unicode('facf'); -$ti-icon-align-box-right-top: unicode('f538'); -$ti-icon-align-box-right-top-filled: unicode('f715'); -$ti-icon-align-box-top-center: unicode('f539'); -$ti-icon-align-box-top-center-filled: unicode('f716'); -$ti-icon-align-box-top-left: unicode('f53a'); -$ti-icon-align-box-top-left-filled: unicode('f717'); -$ti-icon-align-box-top-right: unicode('f53b'); -$ti-icon-align-box-top-right-filled: unicode('f718'); -$ti-icon-align-center: unicode('ea07'); -$ti-icon-align-justified: unicode('ea08'); -$ti-icon-align-left: unicode('ea09'); -$ti-icon-align-right: unicode('ea0a'); -$ti-icon-alpha: unicode('f543'); -$ti-icon-alphabet-cyrillic: unicode('f1df'); -$ti-icon-alphabet-greek: unicode('f1e0'); -$ti-icon-alphabet-latin: unicode('f1e1'); -$ti-icon-alt: unicode('fc54'); -$ti-icon-ambulance: unicode('ebf5'); -$ti-icon-ampersand: unicode('f229'); -$ti-icon-analyze: unicode('f3a3'); -$ti-icon-analyze-filled: unicode('f719'); -$ti-icon-analyze-off: unicode('f3ba'); -$ti-icon-anchor: unicode('eb76'); -$ti-icon-anchor-off: unicode('f0f7'); -$ti-icon-angle: unicode('ef20'); -$ti-icon-ankh: unicode('f1cd'); -$ti-icon-antenna: unicode('f094'); -$ti-icon-antenna-bars-1: unicode('ecc7'); -$ti-icon-antenna-bars-2: unicode('ecc8'); -$ti-icon-antenna-bars-3: unicode('ecc9'); -$ti-icon-antenna-bars-4: unicode('ecca'); -$ti-icon-antenna-bars-5: unicode('eccb'); -$ti-icon-antenna-bars-off: unicode('f0aa'); -$ti-icon-antenna-off: unicode('f3bb'); -$ti-icon-aperture: unicode('eb58'); -$ti-icon-aperture-off: unicode('f3bc'); -$ti-icon-api: unicode('effd'); -$ti-icon-api-app: unicode('effc'); -$ti-icon-api-app-off: unicode('f0ab'); -$ti-icon-api-off: unicode('f0f8'); -$ti-icon-app-window: unicode('efe6'); -$ti-icon-app-window-filled: unicode('f71a'); -$ti-icon-apple: unicode('ef21'); -$ti-icon-apps: unicode('ebb6'); -$ti-icon-apps-filled: unicode('f6f1'); -$ti-icon-apps-off: unicode('f0ac'); -$ti-icon-archery-arrow: unicode('fc55'); -$ti-icon-archive: unicode('ea0b'); -$ti-icon-archive-filled: unicode('fa82'); -$ti-icon-archive-off: unicode('f0ad'); -$ti-icon-armchair: unicode('ef9e'); -$ti-icon-armchair-2: unicode('efe7'); -$ti-icon-armchair-2-off: unicode('f3bd'); -$ti-icon-armchair-off: unicode('f3be'); -$ti-icon-arrow-autofit-content: unicode('ef31'); -$ti-icon-arrow-autofit-content-filled: unicode('f6f2'); -$ti-icon-arrow-autofit-down: unicode('ef32'); -$ti-icon-arrow-autofit-height: unicode('ef33'); -$ti-icon-arrow-autofit-left: unicode('ef34'); -$ti-icon-arrow-autofit-right: unicode('ef35'); -$ti-icon-arrow-autofit-up: unicode('ef36'); -$ti-icon-arrow-autofit-width: unicode('ef37'); -$ti-icon-arrow-back: unicode('ea0c'); -$ti-icon-arrow-back-up: unicode('eb77'); -$ti-icon-arrow-back-up-double: unicode('f9ec'); -$ti-icon-arrow-badge-down: unicode('f60b'); -$ti-icon-arrow-badge-down-filled: unicode('f7d6'); -$ti-icon-arrow-badge-left: unicode('f60c'); -$ti-icon-arrow-badge-left-filled: unicode('f7d7'); -$ti-icon-arrow-badge-right: unicode('f60d'); -$ti-icon-arrow-badge-right-filled: unicode('f7d8'); -$ti-icon-arrow-badge-up: unicode('f60e'); -$ti-icon-arrow-badge-up-filled: unicode('f7d9'); -$ti-icon-arrow-bar-both: unicode('fadd'); -$ti-icon-arrow-bar-down: unicode('ea0d'); -$ti-icon-arrow-bar-left: unicode('ea0e'); -$ti-icon-arrow-bar-right: unicode('ea0f'); -$ti-icon-arrow-bar-to-down: unicode('ec88'); -$ti-icon-arrow-bar-to-left: unicode('ec89'); -$ti-icon-arrow-bar-to-right: unicode('ec8a'); -$ti-icon-arrow-bar-to-up: unicode('ec8b'); -$ti-icon-arrow-bar-up: unicode('ea10'); -$ti-icon-arrow-bear-left: unicode('f045'); -$ti-icon-arrow-bear-left-2: unicode('f044'); -$ti-icon-arrow-bear-right: unicode('f047'); -$ti-icon-arrow-bear-right-2: unicode('f046'); -$ti-icon-arrow-big-down: unicode('edda'); -$ti-icon-arrow-big-down-filled: unicode('f6c6'); -$ti-icon-arrow-big-down-line: unicode('efe8'); -$ti-icon-arrow-big-down-line-filled: unicode('f6c7'); -$ti-icon-arrow-big-down-lines: unicode('efe9'); -$ti-icon-arrow-big-down-lines-filled: unicode('f6c8'); -$ti-icon-arrow-big-left: unicode('eddb'); -$ti-icon-arrow-big-left-filled: unicode('f6c9'); -$ti-icon-arrow-big-left-line: unicode('efea'); -$ti-icon-arrow-big-left-line-filled: unicode('f6ca'); -$ti-icon-arrow-big-left-lines: unicode('efeb'); -$ti-icon-arrow-big-left-lines-filled: unicode('f6cb'); -$ti-icon-arrow-big-right: unicode('eddc'); -$ti-icon-arrow-big-right-filled: unicode('f6cc'); -$ti-icon-arrow-big-right-line: unicode('efec'); -$ti-icon-arrow-big-right-line-filled: unicode('f6cd'); -$ti-icon-arrow-big-right-lines: unicode('efed'); -$ti-icon-arrow-big-right-lines-filled: unicode('f6ce'); -$ti-icon-arrow-big-up: unicode('eddd'); -$ti-icon-arrow-big-up-filled: unicode('f6cf'); -$ti-icon-arrow-big-up-line: unicode('efee'); -$ti-icon-arrow-big-up-line-filled: unicode('f6d0'); -$ti-icon-arrow-big-up-lines: unicode('efef'); -$ti-icon-arrow-big-up-lines-filled: unicode('f6d1'); -$ti-icon-arrow-bounce: unicode('f3a4'); -$ti-icon-arrow-capsule: unicode('fade'); -$ti-icon-arrow-curve-left: unicode('f048'); -$ti-icon-arrow-curve-right: unicode('f049'); -$ti-icon-arrow-down: unicode('ea16'); -$ti-icon-arrow-down-bar: unicode('ed98'); -$ti-icon-arrow-down-circle: unicode('ea11'); -$ti-icon-arrow-down-from-arc: unicode('fd86'); -$ti-icon-arrow-down-left: unicode('ea13'); -$ti-icon-arrow-down-left-circle: unicode('ea12'); -$ti-icon-arrow-down-rhombus: unicode('f61d'); -$ti-icon-arrow-down-right: unicode('ea15'); -$ti-icon-arrow-down-right-circle: unicode('ea14'); -$ti-icon-arrow-down-square: unicode('ed9a'); -$ti-icon-arrow-down-tail: unicode('ed9b'); -$ti-icon-arrow-down-to-arc: unicode('fd87'); -$ti-icon-arrow-elbow-left: unicode('f9ed'); -$ti-icon-arrow-elbow-right: unicode('f9ee'); -$ti-icon-arrow-fork: unicode('f04a'); -$ti-icon-arrow-forward: unicode('ea17'); -$ti-icon-arrow-forward-up: unicode('eb78'); -$ti-icon-arrow-forward-up-double: unicode('f9ef'); -$ti-icon-arrow-guide: unicode('f22a'); -$ti-icon-arrow-iteration: unicode('f578'); -$ti-icon-arrow-left: unicode('ea19'); -$ti-icon-arrow-left-bar: unicode('ed9c'); -$ti-icon-arrow-left-circle: unicode('ea18'); -$ti-icon-arrow-left-from-arc: unicode('fd88'); -$ti-icon-arrow-left-rhombus: unicode('f61e'); -$ti-icon-arrow-left-right: unicode('f04b'); -$ti-icon-arrow-left-square: unicode('ed9d'); -$ti-icon-arrow-left-tail: unicode('ed9e'); -$ti-icon-arrow-left-to-arc: unicode('fd89'); -$ti-icon-arrow-loop-left: unicode('ed9f'); -$ti-icon-arrow-loop-left-2: unicode('f04c'); -$ti-icon-arrow-loop-right: unicode('eda0'); -$ti-icon-arrow-loop-right-2: unicode('f04d'); -$ti-icon-arrow-merge: unicode('f04e'); -$ti-icon-arrow-merge-alt-left: unicode('fc9f'); -$ti-icon-arrow-merge-alt-right: unicode('fca0'); -$ti-icon-arrow-merge-both: unicode('f23b'); -$ti-icon-arrow-merge-left: unicode('f23c'); -$ti-icon-arrow-merge-right: unicode('f23d'); -$ti-icon-arrow-move-down: unicode('f2ba'); -$ti-icon-arrow-move-left: unicode('f2bb'); -$ti-icon-arrow-move-right: unicode('f2bc'); -$ti-icon-arrow-move-up: unicode('f2bd'); -$ti-icon-arrow-narrow-down: unicode('ea1a'); -$ti-icon-arrow-narrow-left: unicode('ea1b'); -$ti-icon-arrow-narrow-right: unicode('ea1c'); -$ti-icon-arrow-narrow-up: unicode('ea1d'); -$ti-icon-arrow-ramp-left: unicode('ed3c'); -$ti-icon-arrow-ramp-left-2: unicode('f04f'); -$ti-icon-arrow-ramp-left-3: unicode('f050'); -$ti-icon-arrow-ramp-right: unicode('ed3d'); -$ti-icon-arrow-ramp-right-2: unicode('f051'); -$ti-icon-arrow-ramp-right-3: unicode('f052'); -$ti-icon-arrow-right: unicode('ea1f'); -$ti-icon-arrow-right-bar: unicode('eda1'); -$ti-icon-arrow-right-circle: unicode('ea1e'); -$ti-icon-arrow-right-from-arc: unicode('fd8a'); -$ti-icon-arrow-right-rhombus: unicode('f61f'); -$ti-icon-arrow-right-square: unicode('eda2'); -$ti-icon-arrow-right-tail: unicode('eda3'); -$ti-icon-arrow-right-to-arc: unicode('fd8b'); -$ti-icon-arrow-rotary-first-left: unicode('f053'); -$ti-icon-arrow-rotary-first-right: unicode('f054'); -$ti-icon-arrow-rotary-last-left: unicode('f055'); -$ti-icon-arrow-rotary-last-right: unicode('f056'); -$ti-icon-arrow-rotary-left: unicode('f057'); -$ti-icon-arrow-rotary-right: unicode('f058'); -$ti-icon-arrow-rotary-straight: unicode('f059'); -$ti-icon-arrow-roundabout-left: unicode('f22b'); -$ti-icon-arrow-roundabout-right: unicode('f22c'); -$ti-icon-arrow-sharp-turn-left: unicode('f05a'); -$ti-icon-arrow-sharp-turn-right: unicode('f05b'); -$ti-icon-arrow-up: unicode('ea25'); -$ti-icon-arrow-up-bar: unicode('eda4'); -$ti-icon-arrow-up-circle: unicode('ea20'); -$ti-icon-arrow-up-from-arc: unicode('fd8c'); -$ti-icon-arrow-up-left: unicode('ea22'); -$ti-icon-arrow-up-left-circle: unicode('ea21'); -$ti-icon-arrow-up-rhombus: unicode('f620'); -$ti-icon-arrow-up-right: unicode('ea24'); -$ti-icon-arrow-up-right-circle: unicode('ea23'); -$ti-icon-arrow-up-square: unicode('eda6'); -$ti-icon-arrow-up-tail: unicode('eda7'); -$ti-icon-arrow-up-to-arc: unicode('fd8d'); -$ti-icon-arrow-wave-left-down: unicode('eda8'); -$ti-icon-arrow-wave-left-up: unicode('eda9'); -$ti-icon-arrow-wave-right-down: unicode('edaa'); -$ti-icon-arrow-wave-right-up: unicode('edab'); -$ti-icon-arrow-zig-zag: unicode('f4a7'); -$ti-icon-arrows-cross: unicode('effe'); -$ti-icon-arrows-diagonal: unicode('ea27'); -$ti-icon-arrows-diagonal-2: unicode('ea26'); -$ti-icon-arrows-diagonal-minimize: unicode('ef39'); -$ti-icon-arrows-diagonal-minimize-2: unicode('ef38'); -$ti-icon-arrows-diff: unicode('f296'); -$ti-icon-arrows-double-ne-sw: unicode('edde'); -$ti-icon-arrows-double-nw-se: unicode('eddf'); -$ti-icon-arrows-double-se-nw: unicode('ede0'); -$ti-icon-arrows-double-sw-ne: unicode('ede1'); -$ti-icon-arrows-down: unicode('edad'); -$ti-icon-arrows-down-up: unicode('edac'); -$ti-icon-arrows-exchange: unicode('f1f4'); -$ti-icon-arrows-exchange-2: unicode('f1f3'); -$ti-icon-arrows-horizontal: unicode('eb59'); -$ti-icon-arrows-join: unicode('edaf'); -$ti-icon-arrows-join-2: unicode('edae'); -$ti-icon-arrows-left: unicode('edb1'); -$ti-icon-arrows-left-down: unicode('ee00'); -$ti-icon-arrows-left-right: unicode('edb0'); -$ti-icon-arrows-maximize: unicode('ea28'); -$ti-icon-arrows-minimize: unicode('ea29'); -$ti-icon-arrows-move: unicode('f22f'); -$ti-icon-arrows-move-horizontal: unicode('f22d'); -$ti-icon-arrows-move-vertical: unicode('f22e'); -$ti-icon-arrows-random: unicode('f095'); -$ti-icon-arrows-right: unicode('edb3'); -$ti-icon-arrows-right-down: unicode('ee01'); -$ti-icon-arrows-right-left: unicode('edb2'); -$ti-icon-arrows-shuffle: unicode('f000'); -$ti-icon-arrows-shuffle-2: unicode('efff'); -$ti-icon-arrows-sort: unicode('eb5a'); -$ti-icon-arrows-split: unicode('edb5'); -$ti-icon-arrows-split-2: unicode('edb4'); -$ti-icon-arrows-transfer-down: unicode('f2cc'); -$ti-icon-arrows-transfer-up: unicode('f2cd'); -$ti-icon-arrows-up: unicode('edb7'); -$ti-icon-arrows-up-down: unicode('edb6'); -$ti-icon-arrows-up-left: unicode('ee02'); -$ti-icon-arrows-up-right: unicode('ee03'); -$ti-icon-arrows-vertical: unicode('eb5b'); -$ti-icon-artboard: unicode('ea2a'); -$ti-icon-artboard-filled: unicode('fa83'); -$ti-icon-artboard-off: unicode('f0ae'); -$ti-icon-article: unicode('f1e2'); -$ti-icon-article-filled-filled: unicode('f7da'); -$ti-icon-article-off: unicode('f3bf'); -$ti-icon-aspect-ratio: unicode('ed30'); -$ti-icon-aspect-ratio-filled: unicode('f7db'); -$ti-icon-aspect-ratio-off: unicode('f0af'); -$ti-icon-assembly: unicode('f24d'); -$ti-icon-assembly-off: unicode('f3c0'); -$ti-icon-asset: unicode('f1ce'); -$ti-icon-asterisk: unicode('efd5'); -$ti-icon-asterisk-simple: unicode('efd4'); -$ti-icon-at: unicode('ea2b'); -$ti-icon-at-off: unicode('f0b0'); -$ti-icon-atom: unicode('eb79'); -$ti-icon-atom-2: unicode('ebdf'); -$ti-icon-atom-2-filled: unicode('f71b'); -$ti-icon-atom-off: unicode('f0f9'); -$ti-icon-augmented-reality: unicode('f023'); -$ti-icon-augmented-reality-2: unicode('f37e'); -$ti-icon-augmented-reality-off: unicode('f3c1'); -$ti-icon-automatic-gearbox: unicode('fc89'); -$ti-icon-avocado: unicode('fd8e'); -$ti-icon-award: unicode('ea2c'); -$ti-icon-award-filled: unicode('f71c'); -$ti-icon-award-off: unicode('f0fa'); -$ti-icon-axe: unicode('ef9f'); -$ti-icon-axis-x: unicode('ef45'); -$ti-icon-axis-y: unicode('ef46'); -$ti-icon-baby-bottle: unicode('f5d2'); -$ti-icon-baby-carriage: unicode('f05d'); -$ti-icon-background: unicode('fd2c'); -$ti-icon-backhoe: unicode('ed86'); -$ti-icon-backpack: unicode('ef47'); -$ti-icon-backpack-off: unicode('f3c2'); -$ti-icon-backslash: unicode('fab9'); -$ti-icon-backspace: unicode('ea2d'); -$ti-icon-backspace-filled: unicode('f7dc'); -$ti-icon-badge: unicode('efc2'); -$ti-icon-badge-3d: unicode('f555'); -$ti-icon-badge-4k: unicode('f556'); -$ti-icon-badge-8k: unicode('f557'); -$ti-icon-badge-ad: unicode('f558'); -$ti-icon-badge-ad-off: unicode('fd8f'); -$ti-icon-badge-ar: unicode('f559'); -$ti-icon-badge-cc: unicode('f55a'); -$ti-icon-badge-filled: unicode('f667'); -$ti-icon-badge-hd: unicode('f55b'); -$ti-icon-badge-off: unicode('f0fb'); -$ti-icon-badge-sd: unicode('f55c'); -$ti-icon-badge-tm: unicode('f55d'); -$ti-icon-badge-vo: unicode('f55e'); -$ti-icon-badge-vr: unicode('f55f'); -$ti-icon-badge-wc: unicode('f560'); -$ti-icon-badges: unicode('efc3'); -$ti-icon-badges-filled: unicode('f7dd'); -$ti-icon-badges-off: unicode('f0fc'); -$ti-icon-baguette: unicode('f3a5'); -$ti-icon-ball-american-football: unicode('ee04'); -$ti-icon-ball-american-football-off: unicode('f3c3'); -$ti-icon-ball-baseball: unicode('efa0'); -$ti-icon-ball-basketball: unicode('ec28'); -$ti-icon-ball-bowling: unicode('ec29'); -$ti-icon-ball-football: unicode('ee06'); -$ti-icon-ball-football-off: unicode('ee05'); -$ti-icon-ball-tennis: unicode('ec2a'); -$ti-icon-ball-volleyball: unicode('ec2b'); -$ti-icon-balloon: unicode('ef3a'); -$ti-icon-balloon-filled: unicode('fa84'); -$ti-icon-balloon-off: unicode('f0fd'); -$ti-icon-ballpen: unicode('f06e'); -$ti-icon-ballpen-filled: unicode('fa85'); -$ti-icon-ballpen-off: unicode('f0b1'); -$ti-icon-ban: unicode('ea2e'); -$ti-icon-bandage: unicode('eb7a'); -$ti-icon-bandage-filled: unicode('f7de'); -$ti-icon-bandage-off: unicode('f3c4'); -$ti-icon-barbell: unicode('eff0'); -$ti-icon-barbell-off: unicode('f0b2'); -$ti-icon-barcode: unicode('ebc6'); -$ti-icon-barcode-off: unicode('f0b3'); -$ti-icon-barrel: unicode('f0b4'); -$ti-icon-barrel-off: unicode('f0fe'); -$ti-icon-barrier-block: unicode('f00e'); -$ti-icon-barrier-block-off: unicode('f0b5'); -$ti-icon-baseline: unicode('f024'); -$ti-icon-baseline-density-large: unicode('f9f0'); -$ti-icon-baseline-density-medium: unicode('f9f1'); -$ti-icon-baseline-density-small: unicode('f9f2'); -$ti-icon-basket: unicode('ebe1'); -$ti-icon-basket-bolt: unicode('fb43'); -$ti-icon-basket-cancel: unicode('fb44'); -$ti-icon-basket-check: unicode('fb45'); -$ti-icon-basket-code: unicode('fb46'); -$ti-icon-basket-cog: unicode('fb47'); -$ti-icon-basket-discount: unicode('fb48'); -$ti-icon-basket-dollar: unicode('fb49'); -$ti-icon-basket-down: unicode('fb4a'); -$ti-icon-basket-exclamation: unicode('fb4b'); -$ti-icon-basket-filled: unicode('f7df'); -$ti-icon-basket-heart: unicode('fb4c'); -$ti-icon-basket-minus: unicode('fb4d'); -$ti-icon-basket-off: unicode('f0b6'); -$ti-icon-basket-pause: unicode('fb4e'); -$ti-icon-basket-pin: unicode('fb4f'); -$ti-icon-basket-plus: unicode('fb50'); -$ti-icon-basket-question: unicode('fb51'); -$ti-icon-basket-search: unicode('fb52'); -$ti-icon-basket-share: unicode('fb53'); -$ti-icon-basket-star: unicode('fb54'); -$ti-icon-basket-up: unicode('fb55'); -$ti-icon-basket-x: unicode('fb56'); -$ti-icon-bat: unicode('f284'); -$ti-icon-bath: unicode('ef48'); -$ti-icon-bath-filled: unicode('f71d'); -$ti-icon-bath-off: unicode('f0ff'); -$ti-icon-battery: unicode('ea34'); -$ti-icon-battery-1: unicode('ea2f'); -$ti-icon-battery-1-filled: unicode('f71e'); -$ti-icon-battery-2: unicode('ea30'); -$ti-icon-battery-2-filled: unicode('f71f'); -$ti-icon-battery-3: unicode('ea31'); -$ti-icon-battery-3-filled: unicode('f720'); -$ti-icon-battery-4: unicode('ea32'); -$ti-icon-battery-4-filled: unicode('f721'); -$ti-icon-battery-automotive: unicode('ee07'); -$ti-icon-battery-charging: unicode('ea33'); -$ti-icon-battery-charging-2: unicode('ef3b'); -$ti-icon-battery-eco: unicode('ef3c'); -$ti-icon-battery-filled: unicode('f668'); -$ti-icon-battery-off: unicode('ed1c'); -$ti-icon-beach: unicode('ef3d'); -$ti-icon-beach-off: unicode('f0b7'); -$ti-icon-bed: unicode('eb5c'); -$ti-icon-bed-filled: unicode('f7e0'); -$ti-icon-bed-flat: unicode('fca1'); -$ti-icon-bed-off: unicode('f100'); -$ti-icon-beer: unicode('efa1'); -$ti-icon-beer-filled: unicode('f7e1'); -$ti-icon-beer-off: unicode('f101'); -$ti-icon-bell: unicode('ea35'); -$ti-icon-bell-bolt: unicode('f812'); -$ti-icon-bell-cancel: unicode('f813'); -$ti-icon-bell-check: unicode('f814'); -$ti-icon-bell-code: unicode('f815'); -$ti-icon-bell-cog: unicode('f816'); -$ti-icon-bell-dollar: unicode('f817'); -$ti-icon-bell-down: unicode('f818'); -$ti-icon-bell-exclamation: unicode('f819'); -$ti-icon-bell-filled: unicode('f669'); -$ti-icon-bell-heart: unicode('f81a'); -$ti-icon-bell-minus: unicode('ede2'); -$ti-icon-bell-minus-filled: unicode('f722'); -$ti-icon-bell-off: unicode('ece9'); -$ti-icon-bell-pause: unicode('f81b'); -$ti-icon-bell-pin: unicode('f81c'); -$ti-icon-bell-plus: unicode('ede3'); -$ti-icon-bell-plus-filled: unicode('f723'); -$ti-icon-bell-question: unicode('f81d'); -$ti-icon-bell-ringing: unicode('ed07'); -$ti-icon-bell-ringing-2: unicode('ede4'); -$ti-icon-bell-ringing-2-filled: unicode('f724'); -$ti-icon-bell-ringing-filled: unicode('f725'); -$ti-icon-bell-school: unicode('f05e'); -$ti-icon-bell-search: unicode('f81e'); -$ti-icon-bell-share: unicode('f81f'); -$ti-icon-bell-star: unicode('f820'); -$ti-icon-bell-up: unicode('f821'); -$ti-icon-bell-x: unicode('ede5'); -$ti-icon-bell-x-filled: unicode('f726'); -$ti-icon-bell-z: unicode('eff1'); -$ti-icon-bell-z-filled: unicode('f727'); -$ti-icon-beta: unicode('f544'); -$ti-icon-bible: unicode('efc4'); -$ti-icon-bike: unicode('ea36'); -$ti-icon-bike-off: unicode('f0b8'); -$ti-icon-binary: unicode('ee08'); -$ti-icon-binary-off: unicode('f3c5'); -$ti-icon-binary-tree: unicode('f5d4'); -$ti-icon-binary-tree-2: unicode('f5d3'); -$ti-icon-biohazard: unicode('ecb8'); -$ti-icon-biohazard-off: unicode('f0b9'); -$ti-icon-blade: unicode('f4bd'); -$ti-icon-blade-filled: unicode('f7e2'); -$ti-icon-bleach: unicode('f2f3'); -$ti-icon-bleach-chlorine: unicode('f2f0'); -$ti-icon-bleach-no-chlorine: unicode('f2f1'); -$ti-icon-bleach-off: unicode('f2f2'); -$ti-icon-blender: unicode('fca2'); -$ti-icon-blockquote: unicode('ee09'); -$ti-icon-bluetooth: unicode('ea37'); -$ti-icon-bluetooth-connected: unicode('ecea'); -$ti-icon-bluetooth-off: unicode('eceb'); -$ti-icon-bluetooth-x: unicode('f081'); -$ti-icon-blur: unicode('ef8c'); -$ti-icon-blur-off: unicode('f3c6'); -$ti-icon-bmp: unicode('f3a6'); -$ti-icon-body-scan: unicode('fca3'); -$ti-icon-bold: unicode('eb7b'); -$ti-icon-bold-off: unicode('f0ba'); -$ti-icon-bolt: unicode('ea38'); -$ti-icon-bolt-off: unicode('ecec'); -$ti-icon-bomb: unicode('f59c'); -$ti-icon-bomb-filled: unicode('fa86'); -$ti-icon-bone: unicode('edb8'); -$ti-icon-bone-off: unicode('f0bb'); -$ti-icon-bong: unicode('f3a7'); -$ti-icon-bong-off: unicode('f3c7'); -$ti-icon-book: unicode('ea39'); -$ti-icon-book-2: unicode('efc5'); -$ti-icon-book-download: unicode('f070'); -$ti-icon-book-filled: unicode('fa87'); -$ti-icon-book-off: unicode('f0bc'); -$ti-icon-book-upload: unicode('f071'); -$ti-icon-bookmark: unicode('ea3a'); -$ti-icon-bookmark-ai: unicode('fc8a'); -$ti-icon-bookmark-edit: unicode('fa5e'); -$ti-icon-bookmark-filled: unicode('fa88'); -$ti-icon-bookmark-minus: unicode('fa5f'); -$ti-icon-bookmark-off: unicode('eced'); -$ti-icon-bookmark-plus: unicode('fa60'); -$ti-icon-bookmark-question: unicode('fa61'); -$ti-icon-bookmarks: unicode('ed08'); -$ti-icon-bookmarks-filled: unicode('fb1f'); -$ti-icon-bookmarks-off: unicode('f0bd'); -$ti-icon-books: unicode('eff2'); -$ti-icon-books-off: unicode('f0be'); -$ti-icon-border-all: unicode('ea3b'); -$ti-icon-border-bottom: unicode('ea3c'); -$ti-icon-border-corner-ios: unicode('fd98'); -$ti-icon-border-corner-pill: unicode('fd62'); -$ti-icon-border-corner-rounded: unicode('fd63'); -$ti-icon-border-corner-square: unicode('fd64'); -$ti-icon-border-corners: unicode('f7a0'); -$ti-icon-border-horizontal: unicode('ea3d'); -$ti-icon-border-inner: unicode('ea3e'); -$ti-icon-border-left: unicode('ea3f'); -$ti-icon-border-none: unicode('ea40'); -$ti-icon-border-outer: unicode('ea41'); -$ti-icon-border-radius: unicode('eb7c'); -$ti-icon-border-right: unicode('ea42'); -$ti-icon-border-sides: unicode('f7a1'); -$ti-icon-border-style: unicode('ee0a'); -$ti-icon-border-style-2: unicode('ef22'); -$ti-icon-border-top: unicode('ea43'); -$ti-icon-border-vertical: unicode('ea44'); -$ti-icon-bottle: unicode('ef0b'); -$ti-icon-bottle-filled: unicode('fa89'); -$ti-icon-bottle-off: unicode('f3c8'); -$ti-icon-bounce-left: unicode('f59d'); -$ti-icon-bounce-left-filled: unicode('fb20'); -$ti-icon-bounce-right: unicode('f59e'); -$ti-icon-bounce-right-filled: unicode('fb21'); -$ti-icon-bow: unicode('f096'); -$ti-icon-bowl: unicode('f4fa'); -$ti-icon-bowl-chopsticks: unicode('fd90'); -$ti-icon-bowl-filled: unicode('fb22'); -$ti-icon-bowl-spoon: unicode('fd91'); -$ti-icon-box: unicode('ea45'); -$ti-icon-box-align-bottom: unicode('f2a8'); -$ti-icon-box-align-bottom-filled: unicode('fa8a'); -$ti-icon-box-align-bottom-left: unicode('f2ce'); -$ti-icon-box-align-bottom-left-filled: unicode('fa8b'); -$ti-icon-box-align-bottom-right: unicode('f2cf'); -$ti-icon-box-align-bottom-right-filled: unicode('fa8c'); -$ti-icon-box-align-left: unicode('f2a9'); -$ti-icon-box-align-left-filled: unicode('fa8d'); -$ti-icon-box-align-right: unicode('f2aa'); -$ti-icon-box-align-right-filled: unicode('fa8e'); -$ti-icon-box-align-top: unicode('f2ab'); -$ti-icon-box-align-top-filled: unicode('fa8f'); -$ti-icon-box-align-top-left: unicode('f2d0'); -$ti-icon-box-align-top-left-filled: unicode('fa90'); -$ti-icon-box-align-top-right: unicode('f2d1'); -$ti-icon-box-align-top-right-filled: unicode('fa91'); -$ti-icon-box-margin: unicode('ee0b'); -$ti-icon-box-model: unicode('ee0c'); -$ti-icon-box-model-2: unicode('ef23'); -$ti-icon-box-model-2-off: unicode('f3c9'); -$ti-icon-box-model-off: unicode('f3ca'); -$ti-icon-box-multiple: unicode('ee17'); -$ti-icon-box-multiple-0: unicode('ee0d'); -$ti-icon-box-multiple-1: unicode('ee0e'); -$ti-icon-box-multiple-2: unicode('ee0f'); -$ti-icon-box-multiple-3: unicode('ee10'); -$ti-icon-box-multiple-4: unicode('ee11'); -$ti-icon-box-multiple-5: unicode('ee12'); -$ti-icon-box-multiple-6: unicode('ee13'); -$ti-icon-box-multiple-7: unicode('ee14'); -$ti-icon-box-multiple-8: unicode('ee15'); -$ti-icon-box-multiple-9: unicode('ee16'); -$ti-icon-box-off: unicode('f102'); -$ti-icon-box-padding: unicode('ee18'); -$ti-icon-box-seam: unicode('f561'); -$ti-icon-braces: unicode('ebcc'); -$ti-icon-braces-off: unicode('f0bf'); -$ti-icon-brackets: unicode('ebcd'); -$ti-icon-brackets-angle: unicode('fcb2'); -$ti-icon-brackets-angle-off: unicode('fcb1'); -$ti-icon-brackets-contain: unicode('f1e5'); -$ti-icon-brackets-contain-end: unicode('f1e3'); -$ti-icon-brackets-contain-start: unicode('f1e4'); -$ti-icon-brackets-off: unicode('f0c0'); -$ti-icon-braille: unicode('f545'); -$ti-icon-brain: unicode('f59f'); -$ti-icon-brand-4chan: unicode('f494'); -$ti-icon-brand-abstract: unicode('f495'); -$ti-icon-brand-adobe: unicode('f0dc'); -$ti-icon-brand-adonis-js: unicode('f496'); -$ti-icon-brand-airbnb: unicode('ed68'); -$ti-icon-brand-airtable: unicode('ef6a'); -$ti-icon-brand-algolia: unicode('f390'); -$ti-icon-brand-alipay: unicode('f7a2'); -$ti-icon-brand-alpine-js: unicode('f324'); -$ti-icon-brand-amazon: unicode('f230'); -$ti-icon-brand-amd: unicode('f653'); -$ti-icon-brand-amigo: unicode('f5f9'); -$ti-icon-brand-among-us: unicode('f205'); -$ti-icon-brand-android: unicode('ec16'); -$ti-icon-brand-angular: unicode('ef6b'); -$ti-icon-brand-ansible: unicode('fa70'); -$ti-icon-brand-ao3: unicode('f5e8'); -$ti-icon-brand-appgallery: unicode('f231'); -$ti-icon-brand-apple: unicode('ec17'); -$ti-icon-brand-apple-arcade: unicode('ed69'); -$ti-icon-brand-apple-filled: unicode('fd74'); -$ti-icon-brand-apple-podcast: unicode('f1e6'); -$ti-icon-brand-appstore: unicode('ed24'); -$ti-icon-brand-asana: unicode('edc5'); -$ti-icon-brand-auth0: unicode('fcb3'); -$ti-icon-brand-aws: unicode('fa4c'); -$ti-icon-brand-azure: unicode('fa4d'); -$ti-icon-brand-backbone: unicode('f325'); -$ti-icon-brand-badoo: unicode('f206'); -$ti-icon-brand-baidu: unicode('f5e9'); -$ti-icon-brand-bandcamp: unicode('f207'); -$ti-icon-brand-bandlab: unicode('f5fa'); -$ti-icon-brand-beats: unicode('f208'); -$ti-icon-brand-behance: unicode('ec6e'); -$ti-icon-brand-bilibili: unicode('f6d2'); -$ti-icon-brand-binance: unicode('f5a0'); -$ti-icon-brand-bing: unicode('edc6'); -$ti-icon-brand-bitbucket: unicode('edc7'); -$ti-icon-brand-blackberry: unicode('f568'); -$ti-icon-brand-blender: unicode('f326'); -$ti-icon-brand-blogger: unicode('f35a'); -$ti-icon-brand-bluesky: unicode('fd75'); -$ti-icon-brand-booking: unicode('edc8'); -$ti-icon-brand-bootstrap: unicode('ef3e'); -$ti-icon-brand-bulma: unicode('f327'); -$ti-icon-brand-bumble: unicode('f5fb'); -$ti-icon-brand-bunpo: unicode('f4cf'); -$ti-icon-brand-c-sharp: unicode('f003'); -$ti-icon-brand-cake: unicode('f7a3'); -$ti-icon-brand-cakephp: unicode('f7af'); -$ti-icon-brand-campaignmonitor: unicode('f328'); -$ti-icon-brand-carbon: unicode('f348'); -$ti-icon-brand-cashapp: unicode('f391'); -$ti-icon-brand-chrome: unicode('ec18'); -$ti-icon-brand-cinema-4d: unicode('fa71'); -$ti-icon-brand-citymapper: unicode('f5fc'); -$ti-icon-brand-cloudflare: unicode('fa4e'); -$ti-icon-brand-codecov: unicode('f329'); -$ti-icon-brand-codepen: unicode('ec6f'); -$ti-icon-brand-codesandbox: unicode('ed6a'); -$ti-icon-brand-cohost: unicode('f5d5'); -$ti-icon-brand-coinbase: unicode('f209'); -$ti-icon-brand-comedy-central: unicode('f217'); -$ti-icon-brand-coreos: unicode('f5fd'); -$ti-icon-brand-couchdb: unicode('f60f'); -$ti-icon-brand-couchsurfing: unicode('f392'); -$ti-icon-brand-cpp: unicode('f5fe'); -$ti-icon-brand-craft: unicode('fa72'); -$ti-icon-brand-crunchbase: unicode('f7e3'); -$ti-icon-brand-css3: unicode('ed6b'); -$ti-icon-brand-ctemplar: unicode('f4d0'); -$ti-icon-brand-cucumber: unicode('ef6c'); -$ti-icon-brand-cupra: unicode('f4d1'); -$ti-icon-brand-cypress: unicode('f333'); -$ti-icon-brand-d3: unicode('f24e'); -$ti-icon-brand-databricks: unicode('fc41'); -$ti-icon-brand-days-counter: unicode('f4d2'); -$ti-icon-brand-dcos: unicode('f32a'); -$ti-icon-brand-debian: unicode('ef57'); -$ti-icon-brand-deezer: unicode('f78b'); -$ti-icon-brand-deliveroo: unicode('f4d3'); -$ti-icon-brand-deno: unicode('f24f'); -$ti-icon-brand-denodo: unicode('f610'); -$ti-icon-brand-deviantart: unicode('ecfb'); -$ti-icon-brand-digg: unicode('fa73'); -$ti-icon-brand-dingtalk: unicode('f5ea'); -$ti-icon-brand-discord: unicode('ece3'); -$ti-icon-brand-discord-filled: unicode('f7e4'); -$ti-icon-brand-disney: unicode('f20a'); -$ti-icon-brand-disqus: unicode('edc9'); -$ti-icon-brand-django: unicode('f349'); -$ti-icon-brand-docker: unicode('edca'); -$ti-icon-brand-doctrine: unicode('ef6d'); -$ti-icon-brand-dolby-digital: unicode('f4d4'); -$ti-icon-brand-douban: unicode('f5ff'); -$ti-icon-brand-dribbble: unicode('ec19'); -$ti-icon-brand-dribbble-filled: unicode('f7e5'); -$ti-icon-brand-drops: unicode('f4d5'); -$ti-icon-brand-drupal: unicode('f393'); -$ti-icon-brand-edge: unicode('ecfc'); -$ti-icon-brand-elastic: unicode('f611'); -$ti-icon-brand-electronic-arts: unicode('fa74'); -$ti-icon-brand-ember: unicode('f497'); -$ti-icon-brand-envato: unicode('f394'); -$ti-icon-brand-etsy: unicode('f654'); -$ti-icon-brand-evernote: unicode('f600'); -$ti-icon-brand-facebook: unicode('ec1a'); -$ti-icon-brand-facebook-filled: unicode('f7e6'); -$ti-icon-brand-feedly: unicode('fa75'); -$ti-icon-brand-figma: unicode('ec93'); -$ti-icon-brand-filezilla: unicode('fa76'); -$ti-icon-brand-finder: unicode('f218'); -$ti-icon-brand-firebase: unicode('ef6e'); -$ti-icon-brand-firefox: unicode('ecfd'); -$ti-icon-brand-fiverr: unicode('f7a4'); -$ti-icon-brand-flickr: unicode('ecfe'); -$ti-icon-brand-flightradar24: unicode('f4d6'); -$ti-icon-brand-flipboard: unicode('f20b'); -$ti-icon-brand-flutter: unicode('f395'); -$ti-icon-brand-fortnite: unicode('f260'); -$ti-icon-brand-foursquare: unicode('ecff'); -$ti-icon-brand-framer: unicode('ec1b'); -$ti-icon-brand-framer-motion: unicode('f78c'); -$ti-icon-brand-funimation: unicode('f655'); -$ti-icon-brand-gatsby: unicode('f396'); -$ti-icon-brand-git: unicode('ef6f'); -$ti-icon-brand-github: unicode('ec1c'); -$ti-icon-brand-github-copilot: unicode('f4a8'); -$ti-icon-brand-github-filled: unicode('f7e7'); -$ti-icon-brand-gitlab: unicode('ec1d'); -$ti-icon-brand-gmail: unicode('efa2'); -$ti-icon-brand-golang: unicode('f78d'); -$ti-icon-brand-google: unicode('ec1f'); -$ti-icon-brand-google-analytics: unicode('edcb'); -$ti-icon-brand-google-big-query: unicode('f612'); -$ti-icon-brand-google-drive: unicode('ec1e'); -$ti-icon-brand-google-filled: unicode('fd1a'); -$ti-icon-brand-google-fit: unicode('f297'); -$ti-icon-brand-google-home: unicode('f601'); -$ti-icon-brand-google-maps: unicode('fa4f'); -$ti-icon-brand-google-one: unicode('f232'); -$ti-icon-brand-google-photos: unicode('f20c'); -$ti-icon-brand-google-play: unicode('ed25'); -$ti-icon-brand-google-podcasts: unicode('f656'); -$ti-icon-brand-grammarly: unicode('f32b'); -$ti-icon-brand-graphql: unicode('f32c'); -$ti-icon-brand-gravatar: unicode('edcc'); -$ti-icon-brand-grindr: unicode('f20d'); -$ti-icon-brand-guardian: unicode('f4fb'); -$ti-icon-brand-gumroad: unicode('f5d6'); -$ti-icon-brand-hbo: unicode('f657'); -$ti-icon-brand-headlessui: unicode('f32d'); -$ti-icon-brand-hexo: unicode('fa50'); -$ti-icon-brand-hipchat: unicode('edcd'); -$ti-icon-brand-html5: unicode('ed6c'); -$ti-icon-brand-inertia: unicode('f34a'); -$ti-icon-brand-instagram: unicode('ec20'); -$ti-icon-brand-intercom: unicode('f1cf'); -$ti-icon-brand-itch: unicode('fa22'); -$ti-icon-brand-javascript: unicode('ef0c'); -$ti-icon-brand-juejin: unicode('f7b0'); -$ti-icon-brand-kako-talk: unicode('fd2d'); -$ti-icon-brand-kbin: unicode('fad0'); -$ti-icon-brand-kick: unicode('fa23'); -$ti-icon-brand-kickstarter: unicode('edce'); -$ti-icon-brand-kotlin: unicode('ed6d'); -$ti-icon-brand-laravel: unicode('f34b'); -$ti-icon-brand-lastfm: unicode('f001'); -$ti-icon-brand-leetcode: unicode('fa51'); -$ti-icon-brand-letterboxd: unicode('fa24'); -$ti-icon-brand-line: unicode('f7e8'); -$ti-icon-brand-linkedin: unicode('ec8c'); -$ti-icon-brand-linktree: unicode('f1e7'); -$ti-icon-brand-linqpad: unicode('f562'); -$ti-icon-brand-livewire: unicode('fd76'); -$ti-icon-brand-loom: unicode('ef70'); -$ti-icon-brand-mailgun: unicode('f32e'); -$ti-icon-brand-mantine: unicode('f32f'); -$ti-icon-brand-mastercard: unicode('ef49'); -$ti-icon-brand-mastodon: unicode('f250'); -$ti-icon-brand-matrix: unicode('f5eb'); -$ti-icon-brand-mcdonalds: unicode('f251'); -$ti-icon-brand-medium: unicode('ec70'); -$ti-icon-brand-meetup: unicode('fc6a'); -$ti-icon-brand-mercedes: unicode('f072'); -$ti-icon-brand-messenger: unicode('ec71'); -$ti-icon-brand-meta: unicode('efb0'); -$ti-icon-brand-minecraft: unicode('faef'); -$ti-icon-brand-miniprogram: unicode('f602'); -$ti-icon-brand-mixpanel: unicode('f397'); -$ti-icon-brand-monday: unicode('f219'); -$ti-icon-brand-mongodb: unicode('f613'); -$ti-icon-brand-my-oppo: unicode('f4d7'); -$ti-icon-brand-mysql: unicode('f614'); -$ti-icon-brand-national-geographic: unicode('f603'); -$ti-icon-brand-nem: unicode('f5a1'); -$ti-icon-brand-netbeans: unicode('ef71'); -$ti-icon-brand-netease-music: unicode('f604'); -$ti-icon-brand-netflix: unicode('edcf'); -$ti-icon-brand-nexo: unicode('f5a2'); -$ti-icon-brand-nextcloud: unicode('f4d8'); -$ti-icon-brand-nextjs: unicode('f0dd'); -$ti-icon-brand-nodejs: unicode('fae0'); -$ti-icon-brand-nord-vpn: unicode('f37f'); -$ti-icon-brand-notion: unicode('ef7b'); -$ti-icon-brand-npm: unicode('f569'); -$ti-icon-brand-nuxt: unicode('f0de'); -$ti-icon-brand-nytimes: unicode('ef8d'); -$ti-icon-brand-oauth: unicode('fa52'); -$ti-icon-brand-office: unicode('f398'); -$ti-icon-brand-ok-ru: unicode('f399'); -$ti-icon-brand-onedrive: unicode('f5d7'); -$ti-icon-brand-onlyfans: unicode('f605'); -$ti-icon-brand-open-source: unicode('edd0'); -$ti-icon-brand-openai: unicode('f78e'); -$ti-icon-brand-openvpn: unicode('f39a'); -$ti-icon-brand-opera: unicode('ec21'); -$ti-icon-brand-pagekit: unicode('edd1'); -$ti-icon-brand-parsinta: unicode('fc42'); -$ti-icon-brand-patreon: unicode('edd2'); -$ti-icon-brand-patreon-filled: unicode('fcff'); -$ti-icon-brand-paypal: unicode('ec22'); -$ti-icon-brand-paypal-filled: unicode('f7e9'); -$ti-icon-brand-paypay: unicode('f5ec'); -$ti-icon-brand-peanut: unicode('f39b'); -$ti-icon-brand-pepsi: unicode('f261'); -$ti-icon-brand-php: unicode('ef72'); -$ti-icon-brand-picsart: unicode('f4d9'); -$ti-icon-brand-pinterest: unicode('ec8d'); -$ti-icon-brand-planetscale: unicode('f78f'); -$ti-icon-brand-pnpm: unicode('fd77'); -$ti-icon-brand-pocket: unicode('ed00'); -$ti-icon-brand-polymer: unicode('f498'); -$ti-icon-brand-powershell: unicode('f5ed'); -$ti-icon-brand-printables: unicode('fd1b'); -$ti-icon-brand-prisma: unicode('f499'); -$ti-icon-brand-producthunt: unicode('edd3'); -$ti-icon-brand-pushbullet: unicode('f330'); -$ti-icon-brand-pushover: unicode('f20e'); -$ti-icon-brand-python: unicode('ed01'); -$ti-icon-brand-qq: unicode('f606'); -$ti-icon-brand-radix-ui: unicode('f790'); -$ti-icon-brand-react: unicode('f34c'); -$ti-icon-brand-react-native: unicode('ef73'); -$ti-icon-brand-reason: unicode('f49a'); -$ti-icon-brand-reddit: unicode('ec8e'); -$ti-icon-brand-redhat: unicode('f331'); -$ti-icon-brand-redux: unicode('f3a8'); -$ti-icon-brand-revolut: unicode('f4da'); -$ti-icon-brand-rumble: unicode('fad1'); -$ti-icon-brand-rust: unicode('fa53'); -$ti-icon-brand-safari: unicode('ec23'); -$ti-icon-brand-samsungpass: unicode('f4db'); -$ti-icon-brand-sass: unicode('edd4'); -$ti-icon-brand-sentry: unicode('edd5'); -$ti-icon-brand-sharik: unicode('f4dc'); -$ti-icon-brand-shazam: unicode('edd6'); -$ti-icon-brand-shopee: unicode('f252'); -$ti-icon-brand-sketch: unicode('ec24'); -$ti-icon-brand-skype: unicode('ed02'); -$ti-icon-brand-slack: unicode('ec72'); -$ti-icon-brand-snapchat: unicode('ec25'); -$ti-icon-brand-snapseed: unicode('f253'); -$ti-icon-brand-snowflake: unicode('f615'); -$ti-icon-brand-socket-io: unicode('f49b'); -$ti-icon-brand-solidjs: unicode('f5ee'); -$ti-icon-brand-soundcloud: unicode('ed6e'); -$ti-icon-brand-spacehey: unicode('f4fc'); -$ti-icon-brand-speedtest: unicode('fa77'); -$ti-icon-brand-spotify: unicode('ed03'); -$ti-icon-brand-stackoverflow: unicode('ef58'); -$ti-icon-brand-stackshare: unicode('f607'); -$ti-icon-brand-steam: unicode('ed6f'); -$ti-icon-brand-stocktwits: unicode('fd78'); -$ti-icon-brand-storj: unicode('fa54'); -$ti-icon-brand-storybook: unicode('f332'); -$ti-icon-brand-storytel: unicode('f608'); -$ti-icon-brand-strava: unicode('f254'); -$ti-icon-brand-stripe: unicode('edd7'); -$ti-icon-brand-sublime-text: unicode('ef74'); -$ti-icon-brand-sugarizer: unicode('f7a5'); -$ti-icon-brand-supabase: unicode('f6d3'); -$ti-icon-brand-superhuman: unicode('f50c'); -$ti-icon-brand-supernova: unicode('f49c'); -$ti-icon-brand-surfshark: unicode('f255'); -$ti-icon-brand-svelte: unicode('f0df'); -$ti-icon-brand-swift: unicode('fa55'); -$ti-icon-brand-symfony: unicode('f616'); -$ti-icon-brand-tabler: unicode('ec8f'); -$ti-icon-brand-tailwind: unicode('eca1'); -$ti-icon-brand-taobao: unicode('f5ef'); -$ti-icon-brand-teams: unicode('fadf'); -$ti-icon-brand-ted: unicode('f658'); -$ti-icon-brand-telegram: unicode('ec26'); -$ti-icon-brand-terraform: unicode('fa56'); -$ti-icon-brand-tether: unicode('f5a3'); -$ti-icon-brand-thingiverse: unicode('fd1c'); -$ti-icon-brand-threads: unicode('fb02'); -$ti-icon-brand-threejs: unicode('f5f0'); -$ti-icon-brand-tidal: unicode('ed70'); -$ti-icon-brand-tiktok: unicode('ec73'); -$ti-icon-brand-tiktok-filled: unicode('f7ea'); -$ti-icon-brand-tinder: unicode('ed71'); -$ti-icon-brand-topbuzz: unicode('f50d'); -$ti-icon-brand-torchain: unicode('f5a4'); -$ti-icon-brand-toyota: unicode('f262'); -$ti-icon-brand-trello: unicode('f39d'); -$ti-icon-brand-tripadvisor: unicode('f002'); -$ti-icon-brand-tumblr: unicode('ed04'); -$ti-icon-brand-twilio: unicode('f617'); -$ti-icon-brand-twitch: unicode('ed05'); -$ti-icon-brand-twitter: unicode('ec27'); -$ti-icon-brand-twitter-filled: unicode('f7eb'); -$ti-icon-brand-typescript: unicode('f5f1'); -$ti-icon-brand-uber: unicode('ef75'); -$ti-icon-brand-ubuntu: unicode('ef59'); -$ti-icon-brand-unity: unicode('f49d'); -$ti-icon-brand-unsplash: unicode('edd8'); -$ti-icon-brand-upwork: unicode('f39e'); -$ti-icon-brand-valorant: unicode('f39f'); -$ti-icon-brand-vercel: unicode('ef24'); -$ti-icon-brand-vimeo: unicode('ed06'); -$ti-icon-brand-vinted: unicode('f20f'); -$ti-icon-brand-visa: unicode('f380'); -$ti-icon-brand-visual-studio: unicode('ef76'); -$ti-icon-brand-vite: unicode('f5f2'); -$ti-icon-brand-vivaldi: unicode('f210'); -$ti-icon-brand-vk: unicode('ed72'); -$ti-icon-brand-vlc: unicode('fa78'); -$ti-icon-brand-volkswagen: unicode('f50e'); -$ti-icon-brand-vsco: unicode('f334'); -$ti-icon-brand-vscode: unicode('f3a0'); -$ti-icon-brand-vue: unicode('f0e0'); -$ti-icon-brand-walmart: unicode('f211'); -$ti-icon-brand-waze: unicode('f5d8'); -$ti-icon-brand-webflow: unicode('f2d2'); -$ti-icon-brand-wechat: unicode('f5f3'); -$ti-icon-brand-weibo: unicode('f609'); -$ti-icon-brand-whatsapp: unicode('ec74'); -$ti-icon-brand-wikipedia: unicode('fa79'); -$ti-icon-brand-windows: unicode('ecd8'); -$ti-icon-brand-windy: unicode('f4dd'); -$ti-icon-brand-wish: unicode('f212'); -$ti-icon-brand-wix: unicode('f3a1'); -$ti-icon-brand-wordpress: unicode('f2d3'); -$ti-icon-brand-x: unicode('fc0f'); -$ti-icon-brand-x-filled: unicode('fc21'); -$ti-icon-brand-xamarin: unicode('fa7a'); -$ti-icon-brand-xbox: unicode('f298'); -$ti-icon-brand-xdeep: unicode('fc10'); -$ti-icon-brand-xing: unicode('f21a'); -$ti-icon-brand-yahoo: unicode('ed73'); -$ti-icon-brand-yandex: unicode('fae1'); -$ti-icon-brand-yarn: unicode('fd79'); -$ti-icon-brand-yatse: unicode('f213'); -$ti-icon-brand-ycombinator: unicode('edd9'); -$ti-icon-brand-youtube: unicode('ec90'); -$ti-icon-brand-youtube-filled: unicode('fc22'); -$ti-icon-brand-youtube-kids: unicode('f214'); -$ti-icon-brand-zalando: unicode('f49e'); -$ti-icon-brand-zapier: unicode('f49f'); -$ti-icon-brand-zeit: unicode('f335'); -$ti-icon-brand-zhihu: unicode('f60a'); -$ti-icon-brand-zoom: unicode('f215'); -$ti-icon-brand-zulip: unicode('f4de'); -$ti-icon-brand-zwift: unicode('f216'); -$ti-icon-bread: unicode('efa3'); -$ti-icon-bread-off: unicode('f3cb'); -$ti-icon-briefcase: unicode('ea46'); -$ti-icon-briefcase-2: unicode('fb03'); -$ti-icon-briefcase-filled: unicode('fd00'); -$ti-icon-briefcase-off: unicode('f3cc'); -$ti-icon-brightness: unicode('eb7f'); -$ti-icon-brightness-2: unicode('ee19'); -$ti-icon-brightness-auto: unicode('fd99'); -$ti-icon-brightness-down: unicode('eb7d'); -$ti-icon-brightness-down-filled: unicode('fb23'); -$ti-icon-brightness-half: unicode('ee1a'); -$ti-icon-brightness-off: unicode('f3cd'); -$ti-icon-brightness-up: unicode('eb7e'); -$ti-icon-brightness-up-filled: unicode('fb24'); -$ti-icon-broadcast: unicode('f1e9'); -$ti-icon-broadcast-off: unicode('f1e8'); -$ti-icon-browser: unicode('ebb7'); -$ti-icon-browser-check: unicode('efd6'); -$ti-icon-browser-off: unicode('f0c1'); -$ti-icon-browser-plus: unicode('efd7'); -$ti-icon-browser-x: unicode('efd8'); -$ti-icon-brush: unicode('ebb8'); -$ti-icon-brush-off: unicode('f0c2'); -$ti-icon-bucket: unicode('ea47'); -$ti-icon-bucket-droplet: unicode('f56a'); -$ti-icon-bucket-off: unicode('f103'); -$ti-icon-bug: unicode('ea48'); -$ti-icon-bug-filled: unicode('fd01'); -$ti-icon-bug-off: unicode('f0c3'); -$ti-icon-building: unicode('ea4f'); -$ti-icon-building-arch: unicode('ea49'); -$ti-icon-building-bank: unicode('ebe2'); -$ti-icon-building-bridge: unicode('ea4b'); -$ti-icon-building-bridge-2: unicode('ea4a'); -$ti-icon-building-broadcast-tower: unicode('f4be'); -$ti-icon-building-carousel: unicode('ed87'); -$ti-icon-building-castle: unicode('ed88'); -$ti-icon-building-church: unicode('ea4c'); -$ti-icon-building-circus: unicode('f4bf'); -$ti-icon-building-community: unicode('ebf6'); -$ti-icon-building-cottage: unicode('ee1b'); -$ti-icon-building-estate: unicode('f5a5'); -$ti-icon-building-factory: unicode('ee1c'); -$ti-icon-building-factory-2: unicode('f082'); -$ti-icon-building-fortress: unicode('ed89'); -$ti-icon-building-hospital: unicode('ea4d'); -$ti-icon-building-lighthouse: unicode('ed8a'); -$ti-icon-building-monument: unicode('ed26'); -$ti-icon-building-mosque: unicode('fa57'); -$ti-icon-building-pavilion: unicode('ebf7'); -$ti-icon-building-skyscraper: unicode('ec39'); -$ti-icon-building-stadium: unicode('f641'); -$ti-icon-building-store: unicode('ea4e'); -$ti-icon-building-tunnel: unicode('f5a6'); -$ti-icon-building-warehouse: unicode('ebe3'); -$ti-icon-building-wind-turbine: unicode('f4c0'); -$ti-icon-bulb: unicode('ea51'); -$ti-icon-bulb-filled: unicode('f66a'); -$ti-icon-bulb-off: unicode('ea50'); -$ti-icon-bulldozer: unicode('ee1d'); -$ti-icon-burger: unicode('fcb4'); -$ti-icon-bus: unicode('ebe4'); -$ti-icon-bus-off: unicode('f3ce'); -$ti-icon-bus-stop: unicode('f2d4'); -$ti-icon-businessplan: unicode('ee1e'); -$ti-icon-butterfly: unicode('efd9'); -$ti-icon-cactus: unicode('f21b'); -$ti-icon-cactus-filled: unicode('fb25'); -$ti-icon-cactus-off: unicode('f3cf'); -$ti-icon-cake: unicode('f00f'); -$ti-icon-cake-off: unicode('f104'); -$ti-icon-calculator: unicode('eb80'); -$ti-icon-calculator-filled: unicode('fb26'); -$ti-icon-calculator-off: unicode('f0c4'); -$ti-icon-calendar: unicode('ea53'); -$ti-icon-calendar-bolt: unicode('f822'); -$ti-icon-calendar-cancel: unicode('f823'); -$ti-icon-calendar-check: unicode('f824'); -$ti-icon-calendar-clock: unicode('fd2e'); -$ti-icon-calendar-code: unicode('f825'); -$ti-icon-calendar-cog: unicode('f826'); -$ti-icon-calendar-dollar: unicode('f827'); -$ti-icon-calendar-dot: unicode('fd3e'); -$ti-icon-calendar-down: unicode('f828'); -$ti-icon-calendar-due: unicode('f621'); -$ti-icon-calendar-event: unicode('ea52'); -$ti-icon-calendar-exclamation: unicode('f829'); -$ti-icon-calendar-filled: unicode('fb27'); -$ti-icon-calendar-heart: unicode('f82a'); -$ti-icon-calendar-minus: unicode('ebb9'); -$ti-icon-calendar-month: unicode('fd2f'); -$ti-icon-calendar-off: unicode('ee1f'); -$ti-icon-calendar-pause: unicode('f82b'); -$ti-icon-calendar-pin: unicode('f82c'); -$ti-icon-calendar-plus: unicode('ebba'); -$ti-icon-calendar-question: unicode('f82d'); -$ti-icon-calendar-repeat: unicode('fad2'); -$ti-icon-calendar-sad: unicode('fd1d'); -$ti-icon-calendar-search: unicode('f82e'); -$ti-icon-calendar-share: unicode('f82f'); -$ti-icon-calendar-smile: unicode('fd1e'); -$ti-icon-calendar-star: unicode('f830'); -$ti-icon-calendar-stats: unicode('ee20'); -$ti-icon-calendar-time: unicode('ee21'); -$ti-icon-calendar-up: unicode('f831'); -$ti-icon-calendar-user: unicode('fd1f'); -$ti-icon-calendar-week: unicode('fd30'); -$ti-icon-calendar-x: unicode('f832'); -$ti-icon-camera: unicode('ea54'); -$ti-icon-camera-bolt: unicode('f833'); -$ti-icon-camera-cancel: unicode('f834'); -$ti-icon-camera-check: unicode('f835'); -$ti-icon-camera-code: unicode('f836'); -$ti-icon-camera-cog: unicode('f837'); -$ti-icon-camera-dollar: unicode('f838'); -$ti-icon-camera-down: unicode('f839'); -$ti-icon-camera-exclamation: unicode('f83a'); -$ti-icon-camera-filled: unicode('fa37'); -$ti-icon-camera-heart: unicode('f83b'); -$ti-icon-camera-minus: unicode('ec3a'); -$ti-icon-camera-off: unicode('ecee'); -$ti-icon-camera-pause: unicode('f83c'); -$ti-icon-camera-pin: unicode('f83d'); -$ti-icon-camera-plus: unicode('ec3b'); -$ti-icon-camera-question: unicode('f83e'); -$ti-icon-camera-rotate: unicode('ee22'); -$ti-icon-camera-search: unicode('f83f'); -$ti-icon-camera-selfie: unicode('ee23'); -$ti-icon-camera-share: unicode('f840'); -$ti-icon-camera-star: unicode('f841'); -$ti-icon-camera-up: unicode('f842'); -$ti-icon-camera-x: unicode('f843'); -$ti-icon-camper: unicode('fa25'); -$ti-icon-campfire: unicode('f5a7'); -$ti-icon-campfire-filled: unicode('fb28'); -$ti-icon-candle: unicode('efc6'); -$ti-icon-candle-filled: unicode('fc23'); -$ti-icon-candy: unicode('ef0d'); -$ti-icon-candy-off: unicode('f0c5'); -$ti-icon-cane: unicode('f50f'); -$ti-icon-cannabis: unicode('f4c1'); -$ti-icon-capsule: unicode('fae3'); -$ti-icon-capsule-filled: unicode('fc24'); -$ti-icon-capsule-horizontal: unicode('fae2'); -$ti-icon-capsule-horizontal-filled: unicode('fc25'); -$ti-icon-capture: unicode('ec3c'); -$ti-icon-capture-filled: unicode('fb29'); -$ti-icon-capture-off: unicode('f0c6'); -$ti-icon-car: unicode('ebbb'); -$ti-icon-car-crane: unicode('ef25'); -$ti-icon-car-crash: unicode('efa4'); -$ti-icon-car-garage: unicode('fc77'); -$ti-icon-car-off: unicode('f0c7'); -$ti-icon-car-suv: unicode('fc8b'); -$ti-icon-car-turbine: unicode('f4fd'); -$ti-icon-caravan: unicode('ec7c'); -$ti-icon-cardboards: unicode('ed74'); -$ti-icon-cardboards-off: unicode('f0c8'); -$ti-icon-cards: unicode('f510'); -$ti-icon-cards-filled: unicode('fc26'); -$ti-icon-caret-down: unicode('eb5d'); -$ti-icon-caret-down-filled: unicode('fb2a'); -$ti-icon-caret-left: unicode('eb5e'); -$ti-icon-caret-left-filled: unicode('fb2b'); -$ti-icon-caret-left-right: unicode('fc43'); -$ti-icon-caret-left-right-filled: unicode('fd02'); -$ti-icon-caret-right: unicode('eb5f'); -$ti-icon-caret-right-filled: unicode('fb2c'); -$ti-icon-caret-up: unicode('eb60'); -$ti-icon-caret-up-down: unicode('fc44'); -$ti-icon-caret-up-down-filled: unicode('fd03'); -$ti-icon-caret-up-filled: unicode('fb2d'); -$ti-icon-carousel-horizontal: unicode('f659'); -$ti-icon-carousel-horizontal-filled: unicode('fa92'); -$ti-icon-carousel-vertical: unicode('f65a'); -$ti-icon-carousel-vertical-filled: unicode('fa93'); -$ti-icon-carrot: unicode('f21c'); -$ti-icon-carrot-off: unicode('f3d0'); -$ti-icon-cash: unicode('ea55'); -$ti-icon-cash-banknote: unicode('ee25'); -$ti-icon-cash-banknote-off: unicode('ee24'); -$ti-icon-cash-off: unicode('f105'); -$ti-icon-cast: unicode('ea56'); -$ti-icon-cast-off: unicode('f0c9'); -$ti-icon-cat: unicode('f65b'); -$ti-icon-category: unicode('f1f6'); -$ti-icon-category-2: unicode('f1f5'); -$ti-icon-category-filled: unicode('fb2e'); -$ti-icon-category-minus: unicode('fd20'); -$ti-icon-category-plus: unicode('fd21'); -$ti-icon-ce: unicode('ed75'); -$ti-icon-ce-off: unicode('f0ca'); -$ti-icon-cell: unicode('f05f'); -$ti-icon-cell-signal-1: unicode('f083'); -$ti-icon-cell-signal-2: unicode('f084'); -$ti-icon-cell-signal-3: unicode('f085'); -$ti-icon-cell-signal-4: unicode('f086'); -$ti-icon-cell-signal-5: unicode('f087'); -$ti-icon-cell-signal-off: unicode('f088'); -$ti-icon-certificate: unicode('ed76'); -$ti-icon-certificate-2: unicode('f073'); -$ti-icon-certificate-2-off: unicode('f0cb'); -$ti-icon-certificate-off: unicode('f0cc'); -$ti-icon-chair-director: unicode('f2d5'); -$ti-icon-chalkboard: unicode('f34d'); -$ti-icon-chalkboard-off: unicode('f3d1'); -$ti-icon-charging-pile: unicode('ee26'); -$ti-icon-chart-arcs: unicode('ee28'); -$ti-icon-chart-arcs-3: unicode('ee27'); -$ti-icon-chart-area: unicode('ea58'); -$ti-icon-chart-area-filled: unicode('f66b'); -$ti-icon-chart-area-line: unicode('ea57'); -$ti-icon-chart-area-line-filled: unicode('f66c'); -$ti-icon-chart-arrows: unicode('ee2a'); -$ti-icon-chart-arrows-vertical: unicode('ee29'); -$ti-icon-chart-bar: unicode('ea59'); -$ti-icon-chart-bar-off: unicode('f3d2'); -$ti-icon-chart-bubble: unicode('ec75'); -$ti-icon-chart-bubble-filled: unicode('f66d'); -$ti-icon-chart-candle: unicode('ea5a'); -$ti-icon-chart-candle-filled: unicode('f66e'); -$ti-icon-chart-circles: unicode('ee2b'); -$ti-icon-chart-donut: unicode('ea5b'); -$ti-icon-chart-donut-2: unicode('ee2c'); -$ti-icon-chart-donut-3: unicode('ee2d'); -$ti-icon-chart-donut-4: unicode('ee2e'); -$ti-icon-chart-donut-filled: unicode('f66f'); -$ti-icon-chart-dots: unicode('ee2f'); -$ti-icon-chart-dots-2: unicode('f097'); -$ti-icon-chart-dots-3: unicode('f098'); -$ti-icon-chart-dots-filled: unicode('fd04'); -$ti-icon-chart-grid-dots: unicode('f4c2'); -$ti-icon-chart-grid-dots-filled: unicode('fd05'); -$ti-icon-chart-histogram: unicode('f65c'); -$ti-icon-chart-infographic: unicode('ee30'); -$ti-icon-chart-line: unicode('ea5c'); -$ti-icon-chart-pie: unicode('ea5d'); -$ti-icon-chart-pie-2: unicode('ee31'); -$ti-icon-chart-pie-3: unicode('ee32'); -$ti-icon-chart-pie-4: unicode('ee33'); -$ti-icon-chart-pie-filled: unicode('f670'); -$ti-icon-chart-pie-off: unicode('f3d3'); -$ti-icon-chart-ppf: unicode('f618'); -$ti-icon-chart-radar: unicode('ed77'); -$ti-icon-chart-sankey: unicode('f619'); -$ti-icon-chart-scatter: unicode('fd93'); -$ti-icon-chart-scatter-3d: unicode('fd92'); -$ti-icon-chart-treemap: unicode('f381'); -$ti-icon-check: unicode('ea5e'); -$ti-icon-checkbox: unicode('eba6'); -$ti-icon-checklist: unicode('f074'); -$ti-icon-checks: unicode('ebaa'); -$ti-icon-checkup-list: unicode('ef5a'); -$ti-icon-cheese: unicode('ef26'); -$ti-icon-chef-hat: unicode('f21d'); -$ti-icon-chef-hat-off: unicode('f3d4'); -$ti-icon-cherry: unicode('f511'); -$ti-icon-cherry-filled: unicode('f728'); -$ti-icon-chess: unicode('f382'); -$ti-icon-chess-bishop: unicode('f56b'); -$ti-icon-chess-bishop-filled: unicode('f729'); -$ti-icon-chess-filled: unicode('f72a'); -$ti-icon-chess-king: unicode('f56c'); -$ti-icon-chess-king-filled: unicode('f72b'); -$ti-icon-chess-knight: unicode('f56d'); -$ti-icon-chess-knight-filled: unicode('f72c'); -$ti-icon-chess-queen: unicode('f56e'); -$ti-icon-chess-queen-filled: unicode('f72d'); -$ti-icon-chess-rook: unicode('f56f'); -$ti-icon-chess-rook-filled: unicode('f72e'); -$ti-icon-chevron-compact-down: unicode('faf0'); -$ti-icon-chevron-compact-left: unicode('faf1'); -$ti-icon-chevron-compact-right: unicode('faf2'); -$ti-icon-chevron-compact-up: unicode('faf3'); -$ti-icon-chevron-down: unicode('ea5f'); -$ti-icon-chevron-down-left: unicode('ed09'); -$ti-icon-chevron-down-right: unicode('ed0a'); -$ti-icon-chevron-left: unicode('ea60'); -$ti-icon-chevron-left-pipe: unicode('fae4'); -$ti-icon-chevron-right: unicode('ea61'); -$ti-icon-chevron-right-pipe: unicode('fae5'); -$ti-icon-chevron-up: unicode('ea62'); -$ti-icon-chevron-up-left: unicode('ed0b'); -$ti-icon-chevron-up-right: unicode('ed0c'); -$ti-icon-chevrons-down: unicode('ea63'); -$ti-icon-chevrons-down-left: unicode('ed0d'); -$ti-icon-chevrons-down-right: unicode('ed0e'); -$ti-icon-chevrons-left: unicode('ea64'); -$ti-icon-chevrons-right: unicode('ea65'); -$ti-icon-chevrons-up: unicode('ea66'); -$ti-icon-chevrons-up-left: unicode('ed0f'); -$ti-icon-chevrons-up-right: unicode('ed10'); -$ti-icon-chisel: unicode('f383'); -$ti-icon-christmas-ball: unicode('fd31'); -$ti-icon-christmas-tree: unicode('ed78'); -$ti-icon-christmas-tree-off: unicode('f3d5'); -$ti-icon-circle: unicode('ea6b'); -$ti-icon-circle-0-filled: unicode('f72f'); -$ti-icon-circle-1-filled: unicode('f730'); -$ti-icon-circle-2-filled: unicode('f731'); -$ti-icon-circle-3-filled: unicode('f732'); -$ti-icon-circle-4-filled: unicode('f733'); -$ti-icon-circle-5-filled: unicode('f734'); -$ti-icon-circle-6-filled: unicode('f735'); -$ti-icon-circle-7-filled: unicode('f736'); -$ti-icon-circle-8-filled: unicode('f737'); -$ti-icon-circle-9-filled: unicode('f738'); -$ti-icon-circle-arrow-down: unicode('f6f9'); -$ti-icon-circle-arrow-down-filled: unicode('f6f4'); -$ti-icon-circle-arrow-down-left: unicode('f6f6'); -$ti-icon-circle-arrow-down-left-filled: unicode('f6f5'); -$ti-icon-circle-arrow-down-right: unicode('f6f8'); -$ti-icon-circle-arrow-down-right-filled: unicode('f6f7'); -$ti-icon-circle-arrow-left: unicode('f6fb'); -$ti-icon-circle-arrow-left-filled: unicode('f6fa'); -$ti-icon-circle-arrow-right: unicode('f6fd'); -$ti-icon-circle-arrow-right-filled: unicode('f6fc'); -$ti-icon-circle-arrow-up: unicode('f703'); -$ti-icon-circle-arrow-up-filled: unicode('f6fe'); -$ti-icon-circle-arrow-up-left: unicode('f700'); -$ti-icon-circle-arrow-up-left-filled: unicode('f6ff'); -$ti-icon-circle-arrow-up-right: unicode('f702'); -$ti-icon-circle-arrow-up-right-filled: unicode('f701'); -$ti-icon-circle-caret-down: unicode('f4a9'); -$ti-icon-circle-caret-left: unicode('f4aa'); -$ti-icon-circle-caret-right: unicode('f4ab'); -$ti-icon-circle-caret-up: unicode('f4ac'); -$ti-icon-circle-check: unicode('ea67'); -$ti-icon-circle-check-filled: unicode('f704'); -$ti-icon-circle-chevron-down: unicode('f622'); -$ti-icon-circle-chevron-left: unicode('f623'); -$ti-icon-circle-chevron-right: unicode('f624'); -$ti-icon-circle-chevron-up: unicode('f625'); -$ti-icon-circle-chevrons-down: unicode('f642'); -$ti-icon-circle-chevrons-left: unicode('f643'); -$ti-icon-circle-chevrons-right: unicode('f644'); -$ti-icon-circle-chevrons-up: unicode('f645'); -$ti-icon-circle-dashed: unicode('ed27'); -$ti-icon-circle-dashed-number-0: unicode('fc6b'); -$ti-icon-circle-dashed-number-1: unicode('fc6c'); -$ti-icon-circle-dashed-number-2: unicode('fc6d'); -$ti-icon-circle-dashed-number-3: unicode('fc6e'); -$ti-icon-circle-dashed-number-4: unicode('fc6f'); -$ti-icon-circle-dashed-number-5: unicode('fc70'); -$ti-icon-circle-dashed-number-6: unicode('fc71'); -$ti-icon-circle-dashed-number-7: unicode('fc72'); -$ti-icon-circle-dashed-number-8: unicode('fc73'); -$ti-icon-circle-dashed-number-9: unicode('fc74'); -$ti-icon-circle-dashed-percentage: unicode('fd7a'); -$ti-icon-circle-dashed-x: unicode('fc75'); -$ti-icon-circle-dot: unicode('efb1'); -$ti-icon-circle-dot-filled: unicode('f705'); -$ti-icon-circle-dotted: unicode('ed28'); -$ti-icon-circle-filled: unicode('f671'); -$ti-icon-circle-half: unicode('ee3f'); -$ti-icon-circle-half-2: unicode('eff3'); -$ti-icon-circle-half-vertical: unicode('ee3e'); -$ti-icon-circle-key: unicode('f633'); -$ti-icon-circle-key-filled: unicode('f706'); -$ti-icon-circle-letter-a: unicode('f441'); -$ti-icon-circle-letter-b: unicode('f442'); -$ti-icon-circle-letter-c: unicode('f443'); -$ti-icon-circle-letter-d: unicode('f444'); -$ti-icon-circle-letter-e: unicode('f445'); -$ti-icon-circle-letter-f: unicode('f446'); -$ti-icon-circle-letter-g: unicode('f447'); -$ti-icon-circle-letter-h: unicode('f448'); -$ti-icon-circle-letter-i: unicode('f449'); -$ti-icon-circle-letter-j: unicode('f44a'); -$ti-icon-circle-letter-k: unicode('f44b'); -$ti-icon-circle-letter-l: unicode('f44c'); -$ti-icon-circle-letter-m: unicode('f44d'); -$ti-icon-circle-letter-n: unicode('f44e'); -$ti-icon-circle-letter-o: unicode('f44f'); -$ti-icon-circle-letter-p: unicode('f450'); -$ti-icon-circle-letter-q: unicode('f451'); -$ti-icon-circle-letter-r: unicode('f452'); -$ti-icon-circle-letter-s: unicode('f453'); -$ti-icon-circle-letter-t: unicode('f454'); -$ti-icon-circle-letter-u: unicode('f455'); -$ti-icon-circle-letter-v: unicode('f4ad'); -$ti-icon-circle-letter-w: unicode('f456'); -$ti-icon-circle-letter-x: unicode('f4ae'); -$ti-icon-circle-letter-y: unicode('f457'); -$ti-icon-circle-letter-z: unicode('f458'); -$ti-icon-circle-minus: unicode('ea68'); -$ti-icon-circle-minus-2: unicode('fc8c'); -$ti-icon-circle-number-0: unicode('ee34'); -$ti-icon-circle-number-1: unicode('ee35'); -$ti-icon-circle-number-2: unicode('ee36'); -$ti-icon-circle-number-3: unicode('ee37'); -$ti-icon-circle-number-4: unicode('ee38'); -$ti-icon-circle-number-5: unicode('ee39'); -$ti-icon-circle-number-6: unicode('ee3a'); -$ti-icon-circle-number-7: unicode('ee3b'); -$ti-icon-circle-number-8: unicode('ee3c'); -$ti-icon-circle-number-9: unicode('ee3d'); -$ti-icon-circle-off: unicode('ee40'); -$ti-icon-circle-percentage: unicode('fd7b'); -$ti-icon-circle-plus: unicode('ea69'); -$ti-icon-circle-plus-2: unicode('fc8d'); -$ti-icon-circle-rectangle: unicode('f010'); -$ti-icon-circle-rectangle-off: unicode('f0cd'); -$ti-icon-circle-square: unicode('ece4'); -$ti-icon-circle-triangle: unicode('f011'); -$ti-icon-circle-x: unicode('ea6a'); -$ti-icon-circle-x-filled: unicode('f739'); -$ti-icon-circles: unicode('ece5'); -$ti-icon-circles-filled: unicode('f672'); -$ti-icon-circles-relation: unicode('f4c3'); -$ti-icon-circuit-ammeter: unicode('f271'); -$ti-icon-circuit-battery: unicode('f272'); -$ti-icon-circuit-bulb: unicode('f273'); -$ti-icon-circuit-capacitor: unicode('f275'); -$ti-icon-circuit-capacitor-polarized: unicode('f274'); -$ti-icon-circuit-cell: unicode('f277'); -$ti-icon-circuit-cell-plus: unicode('f276'); -$ti-icon-circuit-changeover: unicode('f278'); -$ti-icon-circuit-diode: unicode('f27a'); -$ti-icon-circuit-diode-zener: unicode('f279'); -$ti-icon-circuit-ground: unicode('f27c'); -$ti-icon-circuit-ground-digital: unicode('f27b'); -$ti-icon-circuit-inductor: unicode('f27d'); -$ti-icon-circuit-motor: unicode('f27e'); -$ti-icon-circuit-pushbutton: unicode('f27f'); -$ti-icon-circuit-resistor: unicode('f280'); -$ti-icon-circuit-switch-closed: unicode('f281'); -$ti-icon-circuit-switch-open: unicode('f282'); -$ti-icon-circuit-voltmeter: unicode('f283'); -$ti-icon-clear-all: unicode('ee41'); -$ti-icon-clear-formatting: unicode('ebe5'); -$ti-icon-click: unicode('ebbc'); -$ti-icon-clipboard: unicode('ea6f'); -$ti-icon-clipboard-check: unicode('ea6c'); -$ti-icon-clipboard-copy: unicode('f299'); -$ti-icon-clipboard-data: unicode('f563'); -$ti-icon-clipboard-heart: unicode('f34e'); -$ti-icon-clipboard-list: unicode('ea6d'); -$ti-icon-clipboard-off: unicode('f0ce'); -$ti-icon-clipboard-plus: unicode('efb2'); -$ti-icon-clipboard-smile: unicode('fd9a'); -$ti-icon-clipboard-text: unicode('f089'); -$ti-icon-clipboard-typography: unicode('f34f'); -$ti-icon-clipboard-x: unicode('ea6e'); -$ti-icon-clock: unicode('ea70'); -$ti-icon-clock-12: unicode('fc56'); -$ti-icon-clock-2: unicode('f099'); -$ti-icon-clock-24: unicode('fc57'); -$ti-icon-clock-bolt: unicode('f844'); -$ti-icon-clock-cancel: unicode('f546'); -$ti-icon-clock-check: unicode('f7c1'); -$ti-icon-clock-code: unicode('f845'); -$ti-icon-clock-cog: unicode('f7c2'); -$ti-icon-clock-dollar: unicode('f846'); -$ti-icon-clock-down: unicode('f7c3'); -$ti-icon-clock-edit: unicode('f547'); -$ti-icon-clock-exclamation: unicode('f847'); -$ti-icon-clock-filled: unicode('f73a'); -$ti-icon-clock-heart: unicode('f7c4'); -$ti-icon-clock-hour-1: unicode('f313'); -$ti-icon-clock-hour-10: unicode('f314'); -$ti-icon-clock-hour-11: unicode('f315'); -$ti-icon-clock-hour-12: unicode('f316'); -$ti-icon-clock-hour-2: unicode('f317'); -$ti-icon-clock-hour-3: unicode('f318'); -$ti-icon-clock-hour-4: unicode('f319'); -$ti-icon-clock-hour-5: unicode('f31a'); -$ti-icon-clock-hour-6: unicode('f31b'); -$ti-icon-clock-hour-7: unicode('f31c'); -$ti-icon-clock-hour-8: unicode('f31d'); -$ti-icon-clock-hour-9: unicode('f31e'); -$ti-icon-clock-minus: unicode('f848'); -$ti-icon-clock-off: unicode('f0cf'); -$ti-icon-clock-pause: unicode('f548'); -$ti-icon-clock-pin: unicode('f849'); -$ti-icon-clock-play: unicode('f549'); -$ti-icon-clock-plus: unicode('f7c5'); -$ti-icon-clock-question: unicode('f7c6'); -$ti-icon-clock-record: unicode('f54a'); -$ti-icon-clock-search: unicode('f7c7'); -$ti-icon-clock-share: unicode('f84a'); -$ti-icon-clock-shield: unicode('f7c8'); -$ti-icon-clock-star: unicode('f7c9'); -$ti-icon-clock-stop: unicode('f54b'); -$ti-icon-clock-up: unicode('f7ca'); -$ti-icon-clock-x: unicode('f7cb'); -$ti-icon-clothes-rack: unicode('f285'); -$ti-icon-clothes-rack-off: unicode('f3d6'); -$ti-icon-cloud: unicode('ea76'); -$ti-icon-cloud-bolt: unicode('f84b'); -$ti-icon-cloud-cancel: unicode('f84c'); -$ti-icon-cloud-check: unicode('f84d'); -$ti-icon-cloud-code: unicode('f84e'); -$ti-icon-cloud-cog: unicode('f84f'); -$ti-icon-cloud-computing: unicode('f1d0'); -$ti-icon-cloud-data-connection: unicode('f1d1'); -$ti-icon-cloud-dollar: unicode('f850'); -$ti-icon-cloud-down: unicode('f851'); -$ti-icon-cloud-download: unicode('ea71'); -$ti-icon-cloud-exclamation: unicode('f852'); -$ti-icon-cloud-filled: unicode('f673'); -$ti-icon-cloud-fog: unicode('ecd9'); -$ti-icon-cloud-heart: unicode('f853'); -$ti-icon-cloud-lock: unicode('efdb'); -$ti-icon-cloud-lock-open: unicode('efda'); -$ti-icon-cloud-minus: unicode('f854'); -$ti-icon-cloud-network: unicode('fc78'); -$ti-icon-cloud-off: unicode('ed3e'); -$ti-icon-cloud-pause: unicode('f855'); -$ti-icon-cloud-pin: unicode('f856'); -$ti-icon-cloud-plus: unicode('f857'); -$ti-icon-cloud-question: unicode('f858'); -$ti-icon-cloud-rain: unicode('ea72'); -$ti-icon-cloud-search: unicode('f859'); -$ti-icon-cloud-share: unicode('f85a'); -$ti-icon-cloud-snow: unicode('ea73'); -$ti-icon-cloud-star: unicode('f85b'); -$ti-icon-cloud-storm: unicode('ea74'); -$ti-icon-cloud-up: unicode('f85c'); -$ti-icon-cloud-upload: unicode('ea75'); -$ti-icon-cloud-x: unicode('f85d'); -$ti-icon-clover: unicode('f1ea'); -$ti-icon-clover-2: unicode('f21e'); -$ti-icon-clubs: unicode('eff4'); -$ti-icon-clubs-filled: unicode('f674'); -$ti-icon-code: unicode('ea77'); -$ti-icon-code-asterix: unicode('f312'); -$ti-icon-code-circle: unicode('f4ff'); -$ti-icon-code-circle-2: unicode('f4fe'); -$ti-icon-code-dots: unicode('f61a'); -$ti-icon-code-minus: unicode('ee42'); -$ti-icon-code-off: unicode('f0d0'); -$ti-icon-code-plus: unicode('ee43'); -$ti-icon-coffee: unicode('ef0e'); -$ti-icon-coffee-off: unicode('f106'); -$ti-icon-coffin: unicode('f579'); -$ti-icon-coin: unicode('eb82'); -$ti-icon-coin-bitcoin: unicode('f2be'); -$ti-icon-coin-bitcoin-filled: unicode('fd06'); -$ti-icon-coin-euro: unicode('f2bf'); -$ti-icon-coin-euro-filled: unicode('fd07'); -$ti-icon-coin-filled: unicode('fd08'); -$ti-icon-coin-monero: unicode('f4a0'); -$ti-icon-coin-monero-filled: unicode('fd09'); -$ti-icon-coin-off: unicode('f0d1'); -$ti-icon-coin-pound: unicode('f2c0'); -$ti-icon-coin-pound-filled: unicode('fd0a'); -$ti-icon-coin-rupee: unicode('f2c1'); -$ti-icon-coin-rupee-filled: unicode('fd0b'); -$ti-icon-coin-taka: unicode('fd0d'); -$ti-icon-coin-taka-filled: unicode('fd0c'); -$ti-icon-coin-yen: unicode('f2c2'); -$ti-icon-coin-yen-filled: unicode('fd0e'); -$ti-icon-coin-yuan: unicode('f2c3'); -$ti-icon-coin-yuan-filled: unicode('fd0f'); -$ti-icon-coins: unicode('f65d'); -$ti-icon-color-filter: unicode('f5a8'); -$ti-icon-color-picker: unicode('ebe6'); -$ti-icon-color-picker-off: unicode('f0d2'); -$ti-icon-color-swatch: unicode('eb61'); -$ti-icon-color-swatch-off: unicode('f0d3'); -$ti-icon-column-insert-left: unicode('ee44'); -$ti-icon-column-insert-right: unicode('ee45'); -$ti-icon-column-remove: unicode('faf4'); -$ti-icon-columns: unicode('eb83'); -$ti-icon-columns-1: unicode('f6d4'); -$ti-icon-columns-2: unicode('f6d5'); -$ti-icon-columns-3: unicode('f6d6'); -$ti-icon-columns-off: unicode('f0d4'); -$ti-icon-comet: unicode('ec76'); -$ti-icon-command: unicode('ea78'); -$ti-icon-command-off: unicode('f3d7'); -$ti-icon-compass: unicode('ea79'); -$ti-icon-compass-filled: unicode('fd10'); -$ti-icon-compass-off: unicode('f0d5'); -$ti-icon-components: unicode('efa5'); -$ti-icon-components-off: unicode('f0d6'); -$ti-icon-cone: unicode('efdd'); -$ti-icon-cone-2: unicode('efdc'); -$ti-icon-cone-off: unicode('f3d8'); -$ti-icon-cone-plus: unicode('fa94'); -$ti-icon-confetti: unicode('ee46'); -$ti-icon-confetti-off: unicode('f3d9'); -$ti-icon-confucius: unicode('f58a'); -$ti-icon-container: unicode('ee47'); -$ti-icon-container-off: unicode('f107'); -$ti-icon-contrast: unicode('ec4e'); -$ti-icon-contrast-2: unicode('efc7'); -$ti-icon-contrast-2-off: unicode('f3da'); -$ti-icon-contrast-off: unicode('f3db'); -$ti-icon-cooker: unicode('f57a'); -$ti-icon-cookie: unicode('ef0f'); -$ti-icon-cookie-man: unicode('f4c4'); -$ti-icon-cookie-off: unicode('f0d7'); -$ti-icon-copy: unicode('ea7a'); -$ti-icon-copy-check: unicode('fd3f'); -$ti-icon-copy-minus: unicode('fd40'); -$ti-icon-copy-off: unicode('f0d8'); -$ti-icon-copy-plus: unicode('fd41'); -$ti-icon-copy-x: unicode('fd42'); -$ti-icon-copyleft: unicode('ec3d'); -$ti-icon-copyleft-filled: unicode('f73b'); -$ti-icon-copyleft-off: unicode('f0d9'); -$ti-icon-copyright: unicode('ea7b'); -$ti-icon-copyright-filled: unicode('f73c'); -$ti-icon-copyright-off: unicode('f0da'); -$ti-icon-corner-down-left: unicode('ea7c'); -$ti-icon-corner-down-left-double: unicode('ee48'); -$ti-icon-corner-down-right: unicode('ea7d'); -$ti-icon-corner-down-right-double: unicode('ee49'); -$ti-icon-corner-left-down: unicode('ea7e'); -$ti-icon-corner-left-down-double: unicode('ee4a'); -$ti-icon-corner-left-up: unicode('ea7f'); -$ti-icon-corner-left-up-double: unicode('ee4b'); -$ti-icon-corner-right-down: unicode('ea80'); -$ti-icon-corner-right-down-double: unicode('ee4c'); -$ti-icon-corner-right-up: unicode('ea81'); -$ti-icon-corner-right-up-double: unicode('ee4d'); -$ti-icon-corner-up-left: unicode('ea82'); -$ti-icon-corner-up-left-double: unicode('ee4e'); -$ti-icon-corner-up-right: unicode('ea83'); -$ti-icon-corner-up-right-double: unicode('ee4f'); -$ti-icon-cpu: unicode('ef8e'); -$ti-icon-cpu-2: unicode('f075'); -$ti-icon-cpu-off: unicode('f108'); -$ti-icon-crane: unicode('ef27'); -$ti-icon-crane-off: unicode('f109'); -$ti-icon-creative-commons: unicode('efb3'); -$ti-icon-creative-commons-by: unicode('f21f'); -$ti-icon-creative-commons-nc: unicode('f220'); -$ti-icon-creative-commons-nd: unicode('f221'); -$ti-icon-creative-commons-off: unicode('f10a'); -$ti-icon-creative-commons-sa: unicode('f222'); -$ti-icon-creative-commons-zero: unicode('f223'); -$ti-icon-credit-card: unicode('ea84'); -$ti-icon-credit-card-filled: unicode('fd11'); -$ti-icon-credit-card-off: unicode('ed11'); -$ti-icon-credit-card-pay: unicode('fd32'); -$ti-icon-credit-card-refund: unicode('fd33'); -$ti-icon-cricket: unicode('f09a'); -$ti-icon-crop: unicode('ea85'); -$ti-icon-crop-1-1: unicode('fd50'); -$ti-icon-crop-16-9: unicode('fd51'); -$ti-icon-crop-3-2: unicode('fd52'); -$ti-icon-crop-5-4: unicode('fd53'); -$ti-icon-crop-7-5: unicode('fd54'); -$ti-icon-crop-landscape: unicode('fd55'); -$ti-icon-crop-portrait: unicode('fd56'); -$ti-icon-cross: unicode('ef8f'); -$ti-icon-cross-filled: unicode('f675'); -$ti-icon-cross-off: unicode('f10b'); -$ti-icon-crosshair: unicode('ec3e'); -$ti-icon-crown: unicode('ed12'); -$ti-icon-crown-off: unicode('ee50'); -$ti-icon-crutches: unicode('ef5b'); -$ti-icon-crutches-off: unicode('f10c'); -$ti-icon-crystal-ball: unicode('f57b'); -$ti-icon-csv: unicode('f791'); -$ti-icon-cube: unicode('fa97'); -$ti-icon-cube-off: unicode('fa95'); -$ti-icon-cube-plus: unicode('fa96'); -$ti-icon-cube-send: unicode('f61b'); -$ti-icon-cube-unfolded: unicode('f61c'); -$ti-icon-cup: unicode('ef28'); -$ti-icon-cup-off: unicode('f10d'); -$ti-icon-curling: unicode('efc8'); -$ti-icon-curly-loop: unicode('ecda'); -$ti-icon-currency: unicode('efa6'); -$ti-icon-currency-afghani: unicode('f65e'); -$ti-icon-currency-bahraini: unicode('ee51'); -$ti-icon-currency-baht: unicode('f08a'); -$ti-icon-currency-bitcoin: unicode('ebab'); -$ti-icon-currency-cent: unicode('ee53'); -$ti-icon-currency-dinar: unicode('ee54'); -$ti-icon-currency-dirham: unicode('ee55'); -$ti-icon-currency-dogecoin: unicode('ef4b'); -$ti-icon-currency-dollar: unicode('eb84'); -$ti-icon-currency-dollar-australian: unicode('ee56'); -$ti-icon-currency-dollar-brunei: unicode('f36c'); -$ti-icon-currency-dollar-canadian: unicode('ee57'); -$ti-icon-currency-dollar-guyanese: unicode('f36d'); -$ti-icon-currency-dollar-off: unicode('f3dc'); -$ti-icon-currency-dollar-singapore: unicode('ee58'); -$ti-icon-currency-dollar-zimbabwean: unicode('f36e'); -$ti-icon-currency-dong: unicode('f36f'); -$ti-icon-currency-dram: unicode('f370'); -$ti-icon-currency-ethereum: unicode('ee59'); -$ti-icon-currency-euro: unicode('eb85'); -$ti-icon-currency-euro-off: unicode('f3dd'); -$ti-icon-currency-florin: unicode('faf5'); -$ti-icon-currency-forint: unicode('ee5a'); -$ti-icon-currency-frank: unicode('ee5b'); -$ti-icon-currency-guarani: unicode('f371'); -$ti-icon-currency-hryvnia: unicode('f372'); -$ti-icon-currency-iranian-rial: unicode('fa58'); -$ti-icon-currency-kip: unicode('f373'); -$ti-icon-currency-krone-czech: unicode('ee5c'); -$ti-icon-currency-krone-danish: unicode('ee5d'); -$ti-icon-currency-krone-swedish: unicode('ee5e'); -$ti-icon-currency-lari: unicode('f374'); -$ti-icon-currency-leu: unicode('ee5f'); -$ti-icon-currency-lira: unicode('ee60'); -$ti-icon-currency-litecoin: unicode('ee61'); -$ti-icon-currency-lyd: unicode('f375'); -$ti-icon-currency-manat: unicode('f376'); -$ti-icon-currency-monero: unicode('f377'); -$ti-icon-currency-naira: unicode('ee62'); -$ti-icon-currency-nano: unicode('f7a6'); -$ti-icon-currency-off: unicode('f3de'); -$ti-icon-currency-paanga: unicode('f378'); -$ti-icon-currency-peso: unicode('f65f'); -$ti-icon-currency-pound: unicode('ebac'); -$ti-icon-currency-pound-off: unicode('f3df'); -$ti-icon-currency-quetzal: unicode('f379'); -$ti-icon-currency-real: unicode('ee63'); -$ti-icon-currency-renminbi: unicode('ee64'); -$ti-icon-currency-ripple: unicode('ee65'); -$ti-icon-currency-riyal: unicode('ee66'); -$ti-icon-currency-rubel: unicode('ee67'); -$ti-icon-currency-rufiyaa: unicode('f37a'); -$ti-icon-currency-rupee: unicode('ebad'); -$ti-icon-currency-rupee-nepalese: unicode('f37b'); -$ti-icon-currency-shekel: unicode('ee68'); -$ti-icon-currency-solana: unicode('f4a1'); -$ti-icon-currency-som: unicode('f37c'); -$ti-icon-currency-taka: unicode('ee69'); -$ti-icon-currency-tenge: unicode('f37d'); -$ti-icon-currency-tugrik: unicode('ee6a'); -$ti-icon-currency-won: unicode('ee6b'); -$ti-icon-currency-xrp: unicode('fd34'); -$ti-icon-currency-yen: unicode('ebae'); -$ti-icon-currency-yen-off: unicode('f3e0'); -$ti-icon-currency-yuan: unicode('f29a'); -$ti-icon-currency-zloty: unicode('ee6c'); -$ti-icon-current-location: unicode('ecef'); -$ti-icon-current-location-off: unicode('f10e'); -$ti-icon-cursor-off: unicode('f10f'); -$ti-icon-cursor-text: unicode('ee6d'); -$ti-icon-cut: unicode('ea86'); -$ti-icon-cylinder: unicode('f54c'); -$ti-icon-cylinder-off: unicode('fa98'); -$ti-icon-cylinder-plus: unicode('fa99'); -$ti-icon-dashboard: unicode('ea87'); -$ti-icon-dashboard-off: unicode('f3e1'); -$ti-icon-database: unicode('ea88'); -$ti-icon-database-cog: unicode('fa10'); -$ti-icon-database-dollar: unicode('fa11'); -$ti-icon-database-edit: unicode('fa12'); -$ti-icon-database-exclamation: unicode('fa13'); -$ti-icon-database-export: unicode('ee6e'); -$ti-icon-database-heart: unicode('fa14'); -$ti-icon-database-import: unicode('ee6f'); -$ti-icon-database-leak: unicode('fa15'); -$ti-icon-database-minus: unicode('fa16'); -$ti-icon-database-off: unicode('ee70'); -$ti-icon-database-plus: unicode('fa17'); -$ti-icon-database-search: unicode('fa18'); -$ti-icon-database-share: unicode('fa19'); -$ti-icon-database-smile: unicode('fd9b'); -$ti-icon-database-star: unicode('fa1a'); -$ti-icon-database-x: unicode('fa1b'); -$ti-icon-decimal: unicode('fa26'); -$ti-icon-deer: unicode('f4c5'); -$ti-icon-delta: unicode('f53c'); -$ti-icon-dental: unicode('f025'); -$ti-icon-dental-broken: unicode('f286'); -$ti-icon-dental-off: unicode('f110'); -$ti-icon-deselect: unicode('f9f3'); -$ti-icon-desk: unicode('fd35'); -$ti-icon-details: unicode('ee71'); -$ti-icon-details-off: unicode('f3e2'); -$ti-icon-device-airpods: unicode('f5a9'); -$ti-icon-device-airpods-case: unicode('f646'); -$ti-icon-device-airtag: unicode('fae6'); -$ti-icon-device-analytics: unicode('ee72'); -$ti-icon-device-audio-tape: unicode('ee73'); -$ti-icon-device-camera-phone: unicode('f233'); -$ti-icon-device-cctv: unicode('ee74'); -$ti-icon-device-cctv-off: unicode('f3e3'); -$ti-icon-device-computer-camera: unicode('ee76'); -$ti-icon-device-computer-camera-off: unicode('ee75'); -$ti-icon-device-desktop: unicode('ea89'); -$ti-icon-device-desktop-analytics: unicode('ee77'); -$ti-icon-device-desktop-bolt: unicode('f85e'); -$ti-icon-device-desktop-cancel: unicode('f85f'); -$ti-icon-device-desktop-check: unicode('f860'); -$ti-icon-device-desktop-code: unicode('f861'); -$ti-icon-device-desktop-cog: unicode('f862'); -$ti-icon-device-desktop-dollar: unicode('f863'); -$ti-icon-device-desktop-down: unicode('f864'); -$ti-icon-device-desktop-exclamation: unicode('f865'); -$ti-icon-device-desktop-heart: unicode('f866'); -$ti-icon-device-desktop-minus: unicode('f867'); -$ti-icon-device-desktop-off: unicode('ee78'); -$ti-icon-device-desktop-pause: unicode('f868'); -$ti-icon-device-desktop-pin: unicode('f869'); -$ti-icon-device-desktop-plus: unicode('f86a'); -$ti-icon-device-desktop-question: unicode('f86b'); -$ti-icon-device-desktop-search: unicode('f86c'); -$ti-icon-device-desktop-share: unicode('f86d'); -$ti-icon-device-desktop-star: unicode('f86e'); -$ti-icon-device-desktop-up: unicode('f86f'); -$ti-icon-device-desktop-x: unicode('f870'); -$ti-icon-device-floppy: unicode('eb62'); -$ti-icon-device-gamepad: unicode('eb63'); -$ti-icon-device-gamepad-2: unicode('f1d2'); -$ti-icon-device-gamepad-3: unicode('fc58'); -$ti-icon-device-heart-monitor: unicode('f060'); -$ti-icon-device-heart-monitor-filled: unicode('fa38'); -$ti-icon-device-imac: unicode('f7a7'); -$ti-icon-device-imac-bolt: unicode('f871'); -$ti-icon-device-imac-cancel: unicode('f872'); -$ti-icon-device-imac-check: unicode('f873'); -$ti-icon-device-imac-code: unicode('f874'); -$ti-icon-device-imac-cog: unicode('f875'); -$ti-icon-device-imac-dollar: unicode('f876'); -$ti-icon-device-imac-down: unicode('f877'); -$ti-icon-device-imac-exclamation: unicode('f878'); -$ti-icon-device-imac-heart: unicode('f879'); -$ti-icon-device-imac-minus: unicode('f87a'); -$ti-icon-device-imac-off: unicode('f87b'); -$ti-icon-device-imac-pause: unicode('f87c'); -$ti-icon-device-imac-pin: unicode('f87d'); -$ti-icon-device-imac-plus: unicode('f87e'); -$ti-icon-device-imac-question: unicode('f87f'); -$ti-icon-device-imac-search: unicode('f880'); -$ti-icon-device-imac-share: unicode('f881'); -$ti-icon-device-imac-star: unicode('f882'); -$ti-icon-device-imac-up: unicode('f883'); -$ti-icon-device-imac-x: unicode('f884'); -$ti-icon-device-ipad: unicode('f648'); -$ti-icon-device-ipad-bolt: unicode('f885'); -$ti-icon-device-ipad-cancel: unicode('f886'); -$ti-icon-device-ipad-check: unicode('f887'); -$ti-icon-device-ipad-code: unicode('f888'); -$ti-icon-device-ipad-cog: unicode('f889'); -$ti-icon-device-ipad-dollar: unicode('f88a'); -$ti-icon-device-ipad-down: unicode('f88b'); -$ti-icon-device-ipad-exclamation: unicode('f88c'); -$ti-icon-device-ipad-heart: unicode('f88d'); -$ti-icon-device-ipad-horizontal: unicode('f647'); -$ti-icon-device-ipad-horizontal-bolt: unicode('f88e'); -$ti-icon-device-ipad-horizontal-cancel: unicode('f88f'); -$ti-icon-device-ipad-horizontal-check: unicode('f890'); -$ti-icon-device-ipad-horizontal-code: unicode('f891'); -$ti-icon-device-ipad-horizontal-cog: unicode('f892'); -$ti-icon-device-ipad-horizontal-dollar: unicode('f893'); -$ti-icon-device-ipad-horizontal-down: unicode('f894'); -$ti-icon-device-ipad-horizontal-exclamation: unicode('f895'); -$ti-icon-device-ipad-horizontal-heart: unicode('f896'); -$ti-icon-device-ipad-horizontal-minus: unicode('f897'); -$ti-icon-device-ipad-horizontal-off: unicode('f898'); -$ti-icon-device-ipad-horizontal-pause: unicode('f899'); -$ti-icon-device-ipad-horizontal-pin: unicode('f89a'); -$ti-icon-device-ipad-horizontal-plus: unicode('f89b'); -$ti-icon-device-ipad-horizontal-question: unicode('f89c'); -$ti-icon-device-ipad-horizontal-search: unicode('f89d'); -$ti-icon-device-ipad-horizontal-share: unicode('f89e'); -$ti-icon-device-ipad-horizontal-star: unicode('f89f'); -$ti-icon-device-ipad-horizontal-up: unicode('f8a0'); -$ti-icon-device-ipad-horizontal-x: unicode('f8a1'); -$ti-icon-device-ipad-minus: unicode('f8a2'); -$ti-icon-device-ipad-off: unicode('f8a3'); -$ti-icon-device-ipad-pause: unicode('f8a4'); -$ti-icon-device-ipad-pin: unicode('f8a5'); -$ti-icon-device-ipad-plus: unicode('f8a6'); -$ti-icon-device-ipad-question: unicode('f8a7'); -$ti-icon-device-ipad-search: unicode('f8a8'); -$ti-icon-device-ipad-share: unicode('f8a9'); -$ti-icon-device-ipad-star: unicode('f8aa'); -$ti-icon-device-ipad-up: unicode('f8ab'); -$ti-icon-device-ipad-x: unicode('f8ac'); -$ti-icon-device-landline-phone: unicode('f649'); -$ti-icon-device-laptop: unicode('eb64'); -$ti-icon-device-laptop-off: unicode('f061'); -$ti-icon-device-mobile: unicode('ea8a'); -$ti-icon-device-mobile-bolt: unicode('f8ad'); -$ti-icon-device-mobile-cancel: unicode('f8ae'); -$ti-icon-device-mobile-charging: unicode('f224'); -$ti-icon-device-mobile-check: unicode('f8af'); -$ti-icon-device-mobile-code: unicode('f8b0'); -$ti-icon-device-mobile-cog: unicode('f8b1'); -$ti-icon-device-mobile-dollar: unicode('f8b2'); -$ti-icon-device-mobile-down: unicode('f8b3'); -$ti-icon-device-mobile-exclamation: unicode('f8b4'); -$ti-icon-device-mobile-filled: unicode('fa39'); -$ti-icon-device-mobile-heart: unicode('f8b5'); -$ti-icon-device-mobile-message: unicode('ee79'); -$ti-icon-device-mobile-minus: unicode('f8b6'); -$ti-icon-device-mobile-off: unicode('f062'); -$ti-icon-device-mobile-pause: unicode('f8b7'); -$ti-icon-device-mobile-pin: unicode('f8b8'); -$ti-icon-device-mobile-plus: unicode('f8b9'); -$ti-icon-device-mobile-question: unicode('f8ba'); -$ti-icon-device-mobile-rotated: unicode('ecdb'); -$ti-icon-device-mobile-search: unicode('f8bb'); -$ti-icon-device-mobile-share: unicode('f8bc'); -$ti-icon-device-mobile-star: unicode('f8bd'); -$ti-icon-device-mobile-up: unicode('f8be'); -$ti-icon-device-mobile-vibration: unicode('eb86'); -$ti-icon-device-mobile-x: unicode('f8bf'); -$ti-icon-device-nintendo: unicode('f026'); -$ti-icon-device-nintendo-off: unicode('f111'); -$ti-icon-device-projector: unicode('fc11'); -$ti-icon-device-remote: unicode('f792'); -$ti-icon-device-sd-card: unicode('f384'); -$ti-icon-device-sim: unicode('f4b2'); -$ti-icon-device-sim-1: unicode('f4af'); -$ti-icon-device-sim-2: unicode('f4b0'); -$ti-icon-device-sim-3: unicode('f4b1'); -$ti-icon-device-speaker: unicode('ea8b'); -$ti-icon-device-speaker-off: unicode('f112'); -$ti-icon-device-tablet: unicode('ea8c'); -$ti-icon-device-tablet-bolt: unicode('f8c0'); -$ti-icon-device-tablet-cancel: unicode('f8c1'); -$ti-icon-device-tablet-check: unicode('f8c2'); -$ti-icon-device-tablet-code: unicode('f8c3'); -$ti-icon-device-tablet-cog: unicode('f8c4'); -$ti-icon-device-tablet-dollar: unicode('f8c5'); -$ti-icon-device-tablet-down: unicode('f8c6'); -$ti-icon-device-tablet-exclamation: unicode('f8c7'); -$ti-icon-device-tablet-filled: unicode('fa3a'); -$ti-icon-device-tablet-heart: unicode('f8c8'); -$ti-icon-device-tablet-minus: unicode('f8c9'); -$ti-icon-device-tablet-off: unicode('f063'); -$ti-icon-device-tablet-pause: unicode('f8ca'); -$ti-icon-device-tablet-pin: unicode('f8cb'); -$ti-icon-device-tablet-plus: unicode('f8cc'); -$ti-icon-device-tablet-question: unicode('f8cd'); -$ti-icon-device-tablet-search: unicode('f8ce'); -$ti-icon-device-tablet-share: unicode('f8cf'); -$ti-icon-device-tablet-star: unicode('f8d0'); -$ti-icon-device-tablet-up: unicode('f8d1'); -$ti-icon-device-tablet-x: unicode('f8d2'); -$ti-icon-device-tv: unicode('ea8d'); -$ti-icon-device-tv-off: unicode('f064'); -$ti-icon-device-tv-old: unicode('f1d3'); -$ti-icon-device-usb: unicode('fc59'); -$ti-icon-device-vision-pro: unicode('fae7'); -$ti-icon-device-watch: unicode('ebf9'); -$ti-icon-device-watch-bolt: unicode('f8d3'); -$ti-icon-device-watch-cancel: unicode('f8d4'); -$ti-icon-device-watch-check: unicode('f8d5'); -$ti-icon-device-watch-code: unicode('f8d6'); -$ti-icon-device-watch-cog: unicode('f8d7'); -$ti-icon-device-watch-dollar: unicode('f8d8'); -$ti-icon-device-watch-down: unicode('f8d9'); -$ti-icon-device-watch-exclamation: unicode('f8da'); -$ti-icon-device-watch-heart: unicode('f8db'); -$ti-icon-device-watch-minus: unicode('f8dc'); -$ti-icon-device-watch-off: unicode('f065'); -$ti-icon-device-watch-pause: unicode('f8dd'); -$ti-icon-device-watch-pin: unicode('f8de'); -$ti-icon-device-watch-plus: unicode('f8df'); -$ti-icon-device-watch-question: unicode('f8e0'); -$ti-icon-device-watch-search: unicode('f8e1'); -$ti-icon-device-watch-share: unicode('f8e2'); -$ti-icon-device-watch-star: unicode('f8e3'); -$ti-icon-device-watch-stats: unicode('ef7d'); -$ti-icon-device-watch-stats-2: unicode('ef7c'); -$ti-icon-device-watch-up: unicode('f8e4'); -$ti-icon-device-watch-x: unicode('f8e5'); -$ti-icon-devices: unicode('eb87'); -$ti-icon-devices-2: unicode('ed29'); -$ti-icon-devices-bolt: unicode('f8e6'); -$ti-icon-devices-cancel: unicode('f8e7'); -$ti-icon-devices-check: unicode('f8e8'); -$ti-icon-devices-code: unicode('f8e9'); -$ti-icon-devices-cog: unicode('f8ea'); -$ti-icon-devices-dollar: unicode('f8eb'); -$ti-icon-devices-down: unicode('f8ec'); -$ti-icon-devices-exclamation: unicode('f8ed'); -$ti-icon-devices-heart: unicode('f8ee'); -$ti-icon-devices-minus: unicode('f8ef'); -$ti-icon-devices-off: unicode('f3e4'); -$ti-icon-devices-pause: unicode('f8f0'); -$ti-icon-devices-pc: unicode('ee7a'); -$ti-icon-devices-pc-off: unicode('f113'); -$ti-icon-devices-pin: unicode('f8f1'); -$ti-icon-devices-plus: unicode('f8f2'); -$ti-icon-devices-question: unicode('f8f3'); -$ti-icon-devices-search: unicode('f8f4'); -$ti-icon-devices-share: unicode('f8f5'); -$ti-icon-devices-star: unicode('f8f6'); -$ti-icon-devices-up: unicode('f8f7'); -$ti-icon-devices-x: unicode('f8f8'); -$ti-icon-diabolo: unicode('fa9c'); -$ti-icon-diabolo-off: unicode('fa9a'); -$ti-icon-diabolo-plus: unicode('fa9b'); -$ti-icon-dialpad: unicode('f067'); -$ti-icon-dialpad-filled: unicode('fa3b'); -$ti-icon-dialpad-off: unicode('f114'); -$ti-icon-diamond: unicode('eb65'); -$ti-icon-diamond-filled: unicode('f73d'); -$ti-icon-diamond-off: unicode('f115'); -$ti-icon-diamonds: unicode('eff5'); -$ti-icon-diamonds-filled: unicode('f676'); -$ti-icon-dice: unicode('eb66'); -$ti-icon-dice-1: unicode('f08b'); -$ti-icon-dice-1-filled: unicode('f73e'); -$ti-icon-dice-2: unicode('f08c'); -$ti-icon-dice-2-filled: unicode('f73f'); -$ti-icon-dice-3: unicode('f08d'); -$ti-icon-dice-3-filled: unicode('f740'); -$ti-icon-dice-4: unicode('f08e'); -$ti-icon-dice-4-filled: unicode('f741'); -$ti-icon-dice-5: unicode('f08f'); -$ti-icon-dice-5-filled: unicode('f742'); -$ti-icon-dice-6: unicode('f090'); -$ti-icon-dice-6-filled: unicode('f743'); -$ti-icon-dice-filled: unicode('f744'); -$ti-icon-dimensions: unicode('ee7b'); -$ti-icon-direction: unicode('ebfb'); -$ti-icon-direction-arrows: unicode('fd36'); -$ti-icon-direction-horizontal: unicode('ebfa'); -$ti-icon-direction-sign: unicode('f1f7'); -$ti-icon-direction-sign-filled: unicode('f745'); -$ti-icon-direction-sign-off: unicode('f3e5'); -$ti-icon-directions: unicode('ea8e'); -$ti-icon-directions-off: unicode('f116'); -$ti-icon-disabled: unicode('ea8f'); -$ti-icon-disabled-2: unicode('ebaf'); -$ti-icon-disabled-off: unicode('f117'); -$ti-icon-disc: unicode('ea90'); -$ti-icon-disc-golf: unicode('f385'); -$ti-icon-disc-off: unicode('f118'); -$ti-icon-discount: unicode('ebbd'); -$ti-icon-discount-2: unicode('ee7c'); -$ti-icon-discount-2-off: unicode('f3e6'); -$ti-icon-discount-check: unicode('f1f8'); -$ti-icon-discount-check-filled: unicode('f746'); -$ti-icon-discount-off: unicode('f3e7'); -$ti-icon-divide: unicode('ed5c'); -$ti-icon-dna: unicode('ee7d'); -$ti-icon-dna-2: unicode('ef5c'); -$ti-icon-dna-2-off: unicode('f119'); -$ti-icon-dna-off: unicode('f11a'); -$ti-icon-dog: unicode('f660'); -$ti-icon-dog-bowl: unicode('ef29'); -$ti-icon-door: unicode('ef4e'); -$ti-icon-door-enter: unicode('ef4c'); -$ti-icon-door-exit: unicode('ef4d'); -$ti-icon-door-off: unicode('f11b'); -$ti-icon-dots: unicode('ea95'); -$ti-icon-dots-circle-horizontal: unicode('ea91'); -$ti-icon-dots-diagonal: unicode('ea93'); -$ti-icon-dots-diagonal-2: unicode('ea92'); -$ti-icon-dots-vertical: unicode('ea94'); -$ti-icon-download: unicode('ea96'); -$ti-icon-download-off: unicode('f11c'); -$ti-icon-drag-drop: unicode('eb89'); -$ti-icon-drag-drop-2: unicode('eb88'); -$ti-icon-drone: unicode('ed79'); -$ti-icon-drone-off: unicode('ee7e'); -$ti-icon-drop-circle: unicode('efde'); -$ti-icon-droplet: unicode('ea97'); -$ti-icon-droplet-bolt: unicode('f8f9'); -$ti-icon-droplet-cancel: unicode('f8fa'); -$ti-icon-droplet-check: unicode('f8fb'); -$ti-icon-droplet-code: unicode('f8fc'); -$ti-icon-droplet-cog: unicode('f8fd'); -$ti-icon-droplet-dollar: unicode('f8fe'); -$ti-icon-droplet-down: unicode('f8ff'); -$ti-icon-droplet-exclamation: unicode('f900'); -$ti-icon-droplet-filled: unicode('ee80'); -$ti-icon-droplet-half: unicode('ee82'); -$ti-icon-droplet-half-2: unicode('ee81'); -$ti-icon-droplet-half-2-filled: unicode('fb6c'); -$ti-icon-droplet-half-filled: unicode('f6c5'); -$ti-icon-droplet-heart: unicode('f901'); -$ti-icon-droplet-minus: unicode('f902'); -$ti-icon-droplet-off: unicode('ee83'); -$ti-icon-droplet-pause: unicode('f903'); -$ti-icon-droplet-pin: unicode('f904'); -$ti-icon-droplet-plus: unicode('f905'); -$ti-icon-droplet-question: unicode('f906'); -$ti-icon-droplet-search: unicode('f907'); -$ti-icon-droplet-share: unicode('f908'); -$ti-icon-droplet-star: unicode('f909'); -$ti-icon-droplet-up: unicode('f90a'); -$ti-icon-droplet-x: unicode('f90b'); -$ti-icon-droplets: unicode('fc12'); -$ti-icon-dual-screen: unicode('fa59'); -$ti-icon-e-passport: unicode('f4df'); -$ti-icon-ear: unicode('ebce'); -$ti-icon-ear-off: unicode('ee84'); -$ti-icon-ear-scan: unicode('fd57'); -$ti-icon-ease-in: unicode('f573'); -$ti-icon-ease-in-control-point: unicode('f570'); -$ti-icon-ease-in-out: unicode('f572'); -$ti-icon-ease-in-out-control-points: unicode('f571'); -$ti-icon-ease-out: unicode('f575'); -$ti-icon-ease-out-control-point: unicode('f574'); -$ti-icon-edit: unicode('ea98'); -$ti-icon-edit-circle: unicode('ee85'); -$ti-icon-edit-circle-off: unicode('f11d'); -$ti-icon-edit-off: unicode('f11e'); -$ti-icon-egg: unicode('eb8a'); -$ti-icon-egg-cracked: unicode('f2d6'); -$ti-icon-egg-filled: unicode('f678'); -$ti-icon-egg-fried: unicode('f386'); -$ti-icon-egg-off: unicode('f11f'); -$ti-icon-eggs: unicode('f500'); -$ti-icon-elevator: unicode('efdf'); -$ti-icon-elevator-off: unicode('f3e8'); -$ti-icon-emergency-bed: unicode('ef5d'); -$ti-icon-empathize: unicode('f29b'); -$ti-icon-empathize-off: unicode('f3e9'); -$ti-icon-emphasis: unicode('ebcf'); -$ti-icon-engine: unicode('ef7e'); -$ti-icon-engine-off: unicode('f120'); -$ti-icon-equal: unicode('ee87'); -$ti-icon-equal-double: unicode('f4e1'); -$ti-icon-equal-not: unicode('ee86'); -$ti-icon-eraser: unicode('eb8b'); -$ti-icon-eraser-off: unicode('f121'); -$ti-icon-error-404: unicode('f027'); -$ti-icon-error-404-off: unicode('f122'); -$ti-icon-escalator: unicode('fb06'); -$ti-icon-escalator-down: unicode('fb04'); -$ti-icon-escalator-up: unicode('fb05'); -$ti-icon-exchange: unicode('ebe7'); -$ti-icon-exchange-off: unicode('f123'); -$ti-icon-exclamation-circle: unicode('f634'); -$ti-icon-exclamation-mark: unicode('efb4'); -$ti-icon-exclamation-mark-off: unicode('f124'); -$ti-icon-explicit: unicode('f256'); -$ti-icon-explicit-off: unicode('f3ea'); -$ti-icon-exposure: unicode('eb8c'); -$ti-icon-exposure-0: unicode('f29c'); -$ti-icon-exposure-minus-1: unicode('f29d'); -$ti-icon-exposure-minus-2: unicode('f29e'); -$ti-icon-exposure-off: unicode('f3eb'); -$ti-icon-exposure-plus-1: unicode('f29f'); -$ti-icon-exposure-plus-2: unicode('f2a0'); -$ti-icon-external-link: unicode('ea99'); -$ti-icon-external-link-off: unicode('f125'); -$ti-icon-eye: unicode('ea9a'); -$ti-icon-eye-bolt: unicode('fb6d'); -$ti-icon-eye-cancel: unicode('fb6e'); -$ti-icon-eye-check: unicode('ee88'); -$ti-icon-eye-closed: unicode('f7ec'); -$ti-icon-eye-code: unicode('fb6f'); -$ti-icon-eye-cog: unicode('f7ed'); -$ti-icon-eye-discount: unicode('fb70'); -$ti-icon-eye-dollar: unicode('fb71'); -$ti-icon-eye-down: unicode('fb72'); -$ti-icon-eye-edit: unicode('f7ee'); -$ti-icon-eye-exclamation: unicode('f7ef'); -$ti-icon-eye-filled: unicode('f679'); -$ti-icon-eye-heart: unicode('f7f0'); -$ti-icon-eye-minus: unicode('fb73'); -$ti-icon-eye-off: unicode('ecf0'); -$ti-icon-eye-pause: unicode('fb74'); -$ti-icon-eye-pin: unicode('fb75'); -$ti-icon-eye-plus: unicode('fb76'); -$ti-icon-eye-question: unicode('fb77'); -$ti-icon-eye-search: unicode('fb78'); -$ti-icon-eye-share: unicode('fb79'); -$ti-icon-eye-star: unicode('fb7a'); -$ti-icon-eye-table: unicode('ef5e'); -$ti-icon-eye-up: unicode('fb7b'); -$ti-icon-eye-x: unicode('f7f1'); -$ti-icon-eyeglass: unicode('ee8a'); -$ti-icon-eyeglass-2: unicode('ee89'); -$ti-icon-eyeglass-off: unicode('f126'); -$ti-icon-face-id: unicode('ea9b'); -$ti-icon-face-id-error: unicode('efa7'); -$ti-icon-face-mask: unicode('efb5'); -$ti-icon-face-mask-off: unicode('f127'); -$ti-icon-fall: unicode('ecb9'); -$ti-icon-favicon: unicode('fd65'); -$ti-icon-feather: unicode('ee8b'); -$ti-icon-feather-off: unicode('f128'); -$ti-icon-fence: unicode('ef2a'); -$ti-icon-fence-off: unicode('f129'); -$ti-icon-fidget-spinner: unicode('f068'); -$ti-icon-file: unicode('eaa4'); -$ti-icon-file-3d: unicode('f032'); -$ti-icon-file-alert: unicode('ede6'); -$ti-icon-file-analytics: unicode('ede7'); -$ti-icon-file-arrow-left: unicode('f033'); -$ti-icon-file-arrow-right: unicode('f034'); -$ti-icon-file-barcode: unicode('f035'); -$ti-icon-file-broken: unicode('f501'); -$ti-icon-file-certificate: unicode('ed4d'); -$ti-icon-file-chart: unicode('f036'); -$ti-icon-file-check: unicode('ea9c'); -$ti-icon-file-code: unicode('ebd0'); -$ti-icon-file-code-2: unicode('ede8'); -$ti-icon-file-cv: unicode('fa5a'); -$ti-icon-file-database: unicode('f037'); -$ti-icon-file-delta: unicode('f53d'); -$ti-icon-file-description: unicode('f028'); -$ti-icon-file-diff: unicode('ecf1'); -$ti-icon-file-digit: unicode('efa8'); -$ti-icon-file-dislike: unicode('ed2a'); -$ti-icon-file-dollar: unicode('efe0'); -$ti-icon-file-dots: unicode('f038'); -$ti-icon-file-download: unicode('ea9d'); -$ti-icon-file-euro: unicode('efe1'); -$ti-icon-file-export: unicode('ede9'); -$ti-icon-file-filled: unicode('f747'); -$ti-icon-file-function: unicode('f53e'); -$ti-icon-file-horizontal: unicode('ebb0'); -$ti-icon-file-import: unicode('edea'); -$ti-icon-file-infinity: unicode('f502'); -$ti-icon-file-info: unicode('edec'); -$ti-icon-file-invoice: unicode('eb67'); -$ti-icon-file-lambda: unicode('f53f'); -$ti-icon-file-like: unicode('ed2b'); -$ti-icon-file-minus: unicode('ea9e'); -$ti-icon-file-music: unicode('ea9f'); -$ti-icon-file-neutral: unicode('fd22'); -$ti-icon-file-off: unicode('ecf2'); -$ti-icon-file-orientation: unicode('f2a1'); -$ti-icon-file-pencil: unicode('f039'); -$ti-icon-file-percent: unicode('f540'); -$ti-icon-file-phone: unicode('ecdc'); -$ti-icon-file-plus: unicode('eaa0'); -$ti-icon-file-power: unicode('f03a'); -$ti-icon-file-report: unicode('eded'); -$ti-icon-file-rss: unicode('f03b'); -$ti-icon-file-sad: unicode('fd23'); -$ti-icon-file-scissors: unicode('f03c'); -$ti-icon-file-search: unicode('ed5d'); -$ti-icon-file-settings: unicode('f029'); -$ti-icon-file-shredder: unicode('eaa1'); -$ti-icon-file-signal: unicode('f03d'); -$ti-icon-file-smile: unicode('fd24'); -$ti-icon-file-spreadsheet: unicode('f03e'); -$ti-icon-file-stack: unicode('f503'); -$ti-icon-file-star: unicode('f03f'); -$ti-icon-file-symlink: unicode('ed53'); -$ti-icon-file-text: unicode('eaa2'); -$ti-icon-file-text-ai: unicode('fa27'); -$ti-icon-file-time: unicode('f040'); -$ti-icon-file-type-bmp: unicode('fb07'); -$ti-icon-file-type-css: unicode('fb08'); -$ti-icon-file-type-csv: unicode('fb09'); -$ti-icon-file-type-doc: unicode('fb0a'); -$ti-icon-file-type-docx: unicode('fb0b'); -$ti-icon-file-type-html: unicode('fb0c'); -$ti-icon-file-type-jpg: unicode('fb0d'); -$ti-icon-file-type-js: unicode('fb0e'); -$ti-icon-file-type-jsx: unicode('fb0f'); -$ti-icon-file-type-pdf: unicode('fb10'); -$ti-icon-file-type-php: unicode('fb11'); -$ti-icon-file-type-png: unicode('fb12'); -$ti-icon-file-type-ppt: unicode('fb13'); -$ti-icon-file-type-rs: unicode('fb14'); -$ti-icon-file-type-sql: unicode('fb15'); -$ti-icon-file-type-svg: unicode('fb16'); -$ti-icon-file-type-ts: unicode('fb17'); -$ti-icon-file-type-tsx: unicode('fb18'); -$ti-icon-file-type-txt: unicode('fb19'); -$ti-icon-file-type-vue: unicode('fb1a'); -$ti-icon-file-type-xls: unicode('fb1b'); -$ti-icon-file-type-xml: unicode('fb1c'); -$ti-icon-file-type-zip: unicode('fb1d'); -$ti-icon-file-typography: unicode('f041'); -$ti-icon-file-unknown: unicode('f042'); -$ti-icon-file-upload: unicode('ec91'); -$ti-icon-file-vector: unicode('f043'); -$ti-icon-file-x: unicode('eaa3'); -$ti-icon-file-x-filled: unicode('f748'); -$ti-icon-file-zip: unicode('ed4e'); -$ti-icon-files: unicode('edef'); -$ti-icon-files-off: unicode('edee'); -$ti-icon-filter: unicode('eaa5'); -$ti-icon-filter-bolt: unicode('fb7c'); -$ti-icon-filter-cancel: unicode('fb7d'); -$ti-icon-filter-check: unicode('fb7e'); -$ti-icon-filter-code: unicode('fb7f'); -$ti-icon-filter-cog: unicode('f9fe'); -$ti-icon-filter-discount: unicode('fb80'); -$ti-icon-filter-dollar: unicode('f9ff'); -$ti-icon-filter-down: unicode('fb81'); -$ti-icon-filter-edit: unicode('fa00'); -$ti-icon-filter-exclamation: unicode('fb82'); -$ti-icon-filter-filled: unicode('fc27'); -$ti-icon-filter-heart: unicode('fb83'); -$ti-icon-filter-minus: unicode('fa01'); -$ti-icon-filter-off: unicode('ed2c'); -$ti-icon-filter-pause: unicode('fb84'); -$ti-icon-filter-pin: unicode('fb85'); -$ti-icon-filter-plus: unicode('fa02'); -$ti-icon-filter-question: unicode('fb86'); -$ti-icon-filter-search: unicode('fb87'); -$ti-icon-filter-share: unicode('fb88'); -$ti-icon-filter-star: unicode('fa03'); -$ti-icon-filter-up: unicode('fb89'); -$ti-icon-filter-x: unicode('fa04'); -$ti-icon-filters: unicode('f793'); -$ti-icon-fingerprint: unicode('ebd1'); -$ti-icon-fingerprint-off: unicode('f12a'); -$ti-icon-fingerprint-scan: unicode('fcb5'); -$ti-icon-fire-extinguisher: unicode('faf6'); -$ti-icon-fire-hydrant: unicode('f3a9'); -$ti-icon-fire-hydrant-off: unicode('f3ec'); -$ti-icon-firetruck: unicode('ebe8'); -$ti-icon-first-aid-kit: unicode('ef5f'); -$ti-icon-first-aid-kit-off: unicode('f3ed'); -$ti-icon-fish: unicode('ef2b'); -$ti-icon-fish-bone: unicode('f287'); -$ti-icon-fish-christianity: unicode('f58b'); -$ti-icon-fish-hook: unicode('f1f9'); -$ti-icon-fish-hook-off: unicode('f3ee'); -$ti-icon-fish-off: unicode('f12b'); -$ti-icon-flag: unicode('eaa6'); -$ti-icon-flag-2: unicode('ee8c'); -$ti-icon-flag-2-filled: unicode('f707'); -$ti-icon-flag-2-off: unicode('f12c'); -$ti-icon-flag-3: unicode('ee8d'); -$ti-icon-flag-3-filled: unicode('f708'); -$ti-icon-flag-bolt: unicode('fb8a'); -$ti-icon-flag-cancel: unicode('fb8b'); -$ti-icon-flag-check: unicode('fb8c'); -$ti-icon-flag-code: unicode('fb8d'); -$ti-icon-flag-cog: unicode('fb8e'); -$ti-icon-flag-discount: unicode('fb8f'); -$ti-icon-flag-dollar: unicode('fb90'); -$ti-icon-flag-down: unicode('fb91'); -$ti-icon-flag-exclamation: unicode('fb92'); -$ti-icon-flag-filled: unicode('f67a'); -$ti-icon-flag-heart: unicode('fb93'); -$ti-icon-flag-minus: unicode('fb94'); -$ti-icon-flag-off: unicode('f12d'); -$ti-icon-flag-pause: unicode('fb95'); -$ti-icon-flag-pin: unicode('fb96'); -$ti-icon-flag-plus: unicode('fb97'); -$ti-icon-flag-question: unicode('fb98'); -$ti-icon-flag-search: unicode('fb99'); -$ti-icon-flag-share: unicode('fb9a'); -$ti-icon-flag-star: unicode('fb9b'); -$ti-icon-flag-up: unicode('fb9c'); -$ti-icon-flag-x: unicode('fb9d'); -$ti-icon-flame: unicode('ec2c'); -$ti-icon-flame-off: unicode('f12e'); -$ti-icon-flare: unicode('ee8e'); -$ti-icon-flask: unicode('ebd2'); -$ti-icon-flask-2: unicode('ef60'); -$ti-icon-flask-2-filled: unicode('fd12'); -$ti-icon-flask-2-off: unicode('f12f'); -$ti-icon-flask-filled: unicode('fd13'); -$ti-icon-flask-off: unicode('f130'); -$ti-icon-flip-flops: unicode('f564'); -$ti-icon-flip-horizontal: unicode('eaa7'); -$ti-icon-flip-vertical: unicode('eaa8'); -$ti-icon-float-center: unicode('ebb1'); -$ti-icon-float-left: unicode('ebb2'); -$ti-icon-float-none: unicode('ed13'); -$ti-icon-float-right: unicode('ebb3'); -$ti-icon-flower: unicode('eff6'); -$ti-icon-flower-off: unicode('f131'); -$ti-icon-focus: unicode('eb8d'); -$ti-icon-focus-2: unicode('ebd3'); -$ti-icon-focus-auto: unicode('fa62'); -$ti-icon-focus-centered: unicode('f02a'); -$ti-icon-fold: unicode('ed56'); -$ti-icon-fold-down: unicode('ed54'); -$ti-icon-fold-up: unicode('ed55'); -$ti-icon-folder: unicode('eaad'); -$ti-icon-folder-bolt: unicode('f90c'); -$ti-icon-folder-cancel: unicode('f90d'); -$ti-icon-folder-check: unicode('f90e'); -$ti-icon-folder-code: unicode('f90f'); -$ti-icon-folder-cog: unicode('f910'); -$ti-icon-folder-dollar: unicode('f911'); -$ti-icon-folder-down: unicode('f912'); -$ti-icon-folder-exclamation: unicode('f913'); -$ti-icon-folder-filled: unicode('f749'); -$ti-icon-folder-heart: unicode('f914'); -$ti-icon-folder-minus: unicode('eaaa'); -$ti-icon-folder-off: unicode('ed14'); -$ti-icon-folder-open: unicode('faf7'); -$ti-icon-folder-pause: unicode('f915'); -$ti-icon-folder-pin: unicode('f916'); -$ti-icon-folder-plus: unicode('eaab'); -$ti-icon-folder-question: unicode('f917'); -$ti-icon-folder-root: unicode('fd43'); -$ti-icon-folder-search: unicode('f918'); -$ti-icon-folder-share: unicode('f919'); -$ti-icon-folder-star: unicode('f91a'); -$ti-icon-folder-symlink: unicode('f91b'); -$ti-icon-folder-up: unicode('f91c'); -$ti-icon-folder-x: unicode('eaac'); -$ti-icon-folders: unicode('eaae'); -$ti-icon-folders-off: unicode('f133'); -$ti-icon-forbid: unicode('ebd5'); -$ti-icon-forbid-2: unicode('ebd4'); -$ti-icon-forbid-2-filled: unicode('fc28'); -$ti-icon-forbid-filled: unicode('fc29'); -$ti-icon-forklift: unicode('ebe9'); -$ti-icon-forms: unicode('ee8f'); -$ti-icon-fountain: unicode('f09b'); -$ti-icon-fountain-filled: unicode('fc2a'); -$ti-icon-fountain-off: unicode('f134'); -$ti-icon-frame: unicode('eaaf'); -$ti-icon-frame-off: unicode('f135'); -$ti-icon-free-rights: unicode('efb6'); -$ti-icon-freeze-column: unicode('fa63'); -$ti-icon-freeze-row: unicode('fa65'); -$ti-icon-freeze-row-column: unicode('fa64'); -$ti-icon-fridge: unicode('f1fa'); -$ti-icon-fridge-off: unicode('f3ef'); -$ti-icon-friends: unicode('eab0'); -$ti-icon-friends-off: unicode('f136'); -$ti-icon-frustum: unicode('fa9f'); -$ti-icon-frustum-off: unicode('fa9d'); -$ti-icon-frustum-plus: unicode('fa9e'); -$ti-icon-function: unicode('f225'); -$ti-icon-function-filled: unicode('fc2b'); -$ti-icon-function-off: unicode('f3f0'); -$ti-icon-galaxy: unicode('fcb6'); -$ti-icon-garden-cart: unicode('f23e'); -$ti-icon-garden-cart-off: unicode('f3f1'); -$ti-icon-gas-station: unicode('ec7d'); -$ti-icon-gas-station-off: unicode('f137'); -$ti-icon-gauge: unicode('eab1'); -$ti-icon-gauge-filled: unicode('fc2c'); -$ti-icon-gauge-off: unicode('f138'); -$ti-icon-gavel: unicode('ef90'); -$ti-icon-gender-agender: unicode('f0e1'); -$ti-icon-gender-androgyne: unicode('f0e2'); -$ti-icon-gender-bigender: unicode('f0e3'); -$ti-icon-gender-demiboy: unicode('f0e4'); -$ti-icon-gender-demigirl: unicode('f0e5'); -$ti-icon-gender-epicene: unicode('f0e6'); -$ti-icon-gender-female: unicode('f0e7'); -$ti-icon-gender-femme: unicode('f0e8'); -$ti-icon-gender-genderfluid: unicode('f0e9'); -$ti-icon-gender-genderless: unicode('f0ea'); -$ti-icon-gender-genderqueer: unicode('f0eb'); -$ti-icon-gender-hermaphrodite: unicode('f0ec'); -$ti-icon-gender-intergender: unicode('f0ed'); -$ti-icon-gender-male: unicode('f0ee'); -$ti-icon-gender-neutrois: unicode('f0ef'); -$ti-icon-gender-third: unicode('f0f0'); -$ti-icon-gender-transgender: unicode('f0f1'); -$ti-icon-gender-trasvesti: unicode('f0f2'); -$ti-icon-geometry: unicode('ee90'); -$ti-icon-ghost: unicode('eb8e'); -$ti-icon-ghost-2: unicode('f57c'); -$ti-icon-ghost-2-filled: unicode('f74a'); -$ti-icon-ghost-3: unicode('fc13'); -$ti-icon-ghost-filled: unicode('f74b'); -$ti-icon-ghost-off: unicode('f3f2'); -$ti-icon-gif: unicode('f257'); -$ti-icon-gift: unicode('eb68'); -$ti-icon-gift-card: unicode('f3aa'); -$ti-icon-gift-card-filled: unicode('fc2d'); -$ti-icon-gift-filled: unicode('fd14'); -$ti-icon-gift-off: unicode('f3f3'); -$ti-icon-git-branch: unicode('eab2'); -$ti-icon-git-branch-deleted: unicode('f57d'); -$ti-icon-git-cherry-pick: unicode('f57e'); -$ti-icon-git-commit: unicode('eab3'); -$ti-icon-git-compare: unicode('eab4'); -$ti-icon-git-fork: unicode('eb8f'); -$ti-icon-git-merge: unicode('eab5'); -$ti-icon-git-pull-request: unicode('eab6'); -$ti-icon-git-pull-request-closed: unicode('ef7f'); -$ti-icon-git-pull-request-draft: unicode('efb7'); -$ti-icon-gizmo: unicode('f02b'); -$ti-icon-glass: unicode('eab8'); -$ti-icon-glass-champagne: unicode('fd9c'); -$ti-icon-glass-cocktail: unicode('fd9d'); -$ti-icon-glass-full: unicode('eab7'); -$ti-icon-glass-full-filled: unicode('fc2e'); -$ti-icon-glass-gin: unicode('fd9e'); -$ti-icon-glass-off: unicode('ee91'); -$ti-icon-globe: unicode('eab9'); -$ti-icon-globe-filled: unicode('fc2f'); -$ti-icon-globe-off: unicode('f139'); -$ti-icon-go-game: unicode('f512'); -$ti-icon-golf: unicode('ed8c'); -$ti-icon-golf-off: unicode('f13a'); -$ti-icon-gps: unicode('ed7a'); -$ti-icon-gradienter: unicode('f3ab'); -$ti-icon-grain: unicode('ee92'); -$ti-icon-graph: unicode('f288'); -$ti-icon-graph-filled: unicode('fd15'); -$ti-icon-graph-off: unicode('f3f4'); -$ti-icon-grave: unicode('f580'); -$ti-icon-grave-2: unicode('f57f'); -$ti-icon-grid-3x3: unicode('fca4'); -$ti-icon-grid-4x4: unicode('fca5'); -$ti-icon-grid-dots: unicode('eaba'); -$ti-icon-grid-goldenratio: unicode('fca6'); -$ti-icon-grid-pattern: unicode('efc9'); -$ti-icon-grid-scan: unicode('fca7'); -$ti-icon-grill: unicode('efa9'); -$ti-icon-grill-fork: unicode('f35b'); -$ti-icon-grill-off: unicode('f3f5'); -$ti-icon-grill-spatula: unicode('f35c'); -$ti-icon-grip-horizontal: unicode('ec00'); -$ti-icon-grip-vertical: unicode('ec01'); -$ti-icon-growth: unicode('ee93'); -$ti-icon-guitar-pick: unicode('f4c6'); -$ti-icon-guitar-pick-filled: unicode('f67b'); -$ti-icon-gymnastics: unicode('fd44'); -$ti-icon-h-1: unicode('ec94'); -$ti-icon-h-2: unicode('ec95'); -$ti-icon-h-3: unicode('ec96'); -$ti-icon-h-4: unicode('ec97'); -$ti-icon-h-5: unicode('ec98'); -$ti-icon-h-6: unicode('ec99'); -$ti-icon-hammer: unicode('ef91'); -$ti-icon-hammer-off: unicode('f13c'); -$ti-icon-hand-click: unicode('ef4f'); -$ti-icon-hand-finger: unicode('ee94'); -$ti-icon-hand-finger-off: unicode('f13d'); -$ti-icon-hand-grab: unicode('f091'); -$ti-icon-hand-little-finger: unicode('ee95'); -$ti-icon-hand-middle-finger: unicode('ec2d'); -$ti-icon-hand-move: unicode('ef50'); -$ti-icon-hand-off: unicode('ed15'); -$ti-icon-hand-ring-finger: unicode('ee96'); -$ti-icon-hand-rock: unicode('ee97'); -$ti-icon-hand-sanitizer: unicode('f5f4'); -$ti-icon-hand-stop: unicode('ec2e'); -$ti-icon-hand-three-fingers: unicode('ee98'); -$ti-icon-hand-two-fingers: unicode('ee99'); -$ti-icon-hanger: unicode('ee9a'); -$ti-icon-hanger-2: unicode('f09c'); -$ti-icon-hanger-off: unicode('f13e'); -$ti-icon-hash: unicode('eabc'); -$ti-icon-haze: unicode('efaa'); -$ti-icon-haze-moon: unicode('faf8'); -$ti-icon-hdr: unicode('fa7b'); -$ti-icon-heading: unicode('ee9b'); -$ti-icon-heading-off: unicode('f13f'); -$ti-icon-headphones: unicode('eabd'); -$ti-icon-headphones-filled: unicode('fa3c'); -$ti-icon-headphones-off: unicode('ed1d'); -$ti-icon-headset: unicode('eb90'); -$ti-icon-headset-off: unicode('f3f6'); -$ti-icon-health-recognition: unicode('f1fb'); -$ti-icon-heart: unicode('eabe'); -$ti-icon-heart-bolt: unicode('fb9e'); -$ti-icon-heart-broken: unicode('ecba'); -$ti-icon-heart-cancel: unicode('fb9f'); -$ti-icon-heart-check: unicode('fba0'); -$ti-icon-heart-code: unicode('fba1'); -$ti-icon-heart-cog: unicode('fba2'); -$ti-icon-heart-discount: unicode('fba3'); -$ti-icon-heart-dollar: unicode('fba4'); -$ti-icon-heart-down: unicode('fba5'); -$ti-icon-heart-exclamation: unicode('fba6'); -$ti-icon-heart-filled: unicode('f67c'); -$ti-icon-heart-handshake: unicode('f0f3'); -$ti-icon-heart-minus: unicode('f140'); -$ti-icon-heart-off: unicode('f141'); -$ti-icon-heart-pause: unicode('fba7'); -$ti-icon-heart-pin: unicode('fba8'); -$ti-icon-heart-plus: unicode('f142'); -$ti-icon-heart-question: unicode('fba9'); -$ti-icon-heart-rate-monitor: unicode('ef61'); -$ti-icon-heart-search: unicode('fbaa'); -$ti-icon-heart-share: unicode('fbab'); -$ti-icon-heart-star: unicode('fbac'); -$ti-icon-heart-up: unicode('fbad'); -$ti-icon-heart-x: unicode('fbae'); -$ti-icon-heartbeat: unicode('ef92'); -$ti-icon-hearts: unicode('f387'); -$ti-icon-hearts-off: unicode('f3f7'); -$ti-icon-helicopter: unicode('ed8e'); -$ti-icon-helicopter-landing: unicode('ed8d'); -$ti-icon-helmet: unicode('efca'); -$ti-icon-helmet-off: unicode('f143'); -$ti-icon-help: unicode('eabf'); -$ti-icon-help-circle: unicode('f91d'); -$ti-icon-help-circle-filled: unicode('fa3d'); -$ti-icon-help-hexagon: unicode('f7a8'); -$ti-icon-help-hexagon-filled: unicode('fa3e'); -$ti-icon-help-octagon: unicode('f7a9'); -$ti-icon-help-octagon-filled: unicode('fa3f'); -$ti-icon-help-off: unicode('f3f8'); -$ti-icon-help-small: unicode('f91e'); -$ti-icon-help-square: unicode('f920'); -$ti-icon-help-square-filled: unicode('fa40'); -$ti-icon-help-square-rounded: unicode('f91f'); -$ti-icon-help-square-rounded-filled: unicode('fa41'); -$ti-icon-help-triangle: unicode('f921'); -$ti-icon-help-triangle-filled: unicode('fa42'); -$ti-icon-hemisphere: unicode('faa2'); -$ti-icon-hemisphere-off: unicode('faa0'); -$ti-icon-hemisphere-plus: unicode('faa1'); -$ti-icon-hexagon: unicode('ec02'); -$ti-icon-hexagon-0-filled: unicode('f74c'); -$ti-icon-hexagon-1-filled: unicode('f74d'); -$ti-icon-hexagon-2-filled: unicode('f74e'); -$ti-icon-hexagon-3-filled: unicode('f74f'); -$ti-icon-hexagon-3d: unicode('f4c7'); -$ti-icon-hexagon-4-filled: unicode('f750'); -$ti-icon-hexagon-5-filled: unicode('f751'); -$ti-icon-hexagon-6-filled: unicode('f752'); -$ti-icon-hexagon-7-filled: unicode('f753'); -$ti-icon-hexagon-8-filled: unicode('f754'); -$ti-icon-hexagon-9-filled: unicode('f755'); -$ti-icon-hexagon-filled: unicode('f67d'); -$ti-icon-hexagon-letter-a: unicode('f463'); -$ti-icon-hexagon-letter-b: unicode('f464'); -$ti-icon-hexagon-letter-c: unicode('f465'); -$ti-icon-hexagon-letter-d: unicode('f466'); -$ti-icon-hexagon-letter-e: unicode('f467'); -$ti-icon-hexagon-letter-f: unicode('f468'); -$ti-icon-hexagon-letter-g: unicode('f469'); -$ti-icon-hexagon-letter-h: unicode('f46a'); -$ti-icon-hexagon-letter-i: unicode('f46b'); -$ti-icon-hexagon-letter-j: unicode('f46c'); -$ti-icon-hexagon-letter-k: unicode('f46d'); -$ti-icon-hexagon-letter-l: unicode('f46e'); -$ti-icon-hexagon-letter-m: unicode('f46f'); -$ti-icon-hexagon-letter-n: unicode('f470'); -$ti-icon-hexagon-letter-o: unicode('f471'); -$ti-icon-hexagon-letter-p: unicode('f472'); -$ti-icon-hexagon-letter-q: unicode('f473'); -$ti-icon-hexagon-letter-r: unicode('f474'); -$ti-icon-hexagon-letter-s: unicode('f475'); -$ti-icon-hexagon-letter-t: unicode('f476'); -$ti-icon-hexagon-letter-u: unicode('f477'); -$ti-icon-hexagon-letter-v: unicode('f4b3'); -$ti-icon-hexagon-letter-w: unicode('f478'); -$ti-icon-hexagon-letter-x: unicode('f479'); -$ti-icon-hexagon-letter-y: unicode('f47a'); -$ti-icon-hexagon-letter-z: unicode('f47b'); -$ti-icon-hexagon-minus: unicode('fc8f'); -$ti-icon-hexagon-minus-2: unicode('fc8e'); -$ti-icon-hexagon-number-0: unicode('f459'); -$ti-icon-hexagon-number-1: unicode('f45a'); -$ti-icon-hexagon-number-2: unicode('f45b'); -$ti-icon-hexagon-number-3: unicode('f45c'); -$ti-icon-hexagon-number-4: unicode('f45d'); -$ti-icon-hexagon-number-5: unicode('f45e'); -$ti-icon-hexagon-number-6: unicode('f45f'); -$ti-icon-hexagon-number-7: unicode('f460'); -$ti-icon-hexagon-number-8: unicode('f461'); -$ti-icon-hexagon-number-9: unicode('f462'); -$ti-icon-hexagon-off: unicode('ee9c'); -$ti-icon-hexagon-plus: unicode('fc45'); -$ti-icon-hexagon-plus-2: unicode('fc90'); -$ti-icon-hexagonal-prism: unicode('faa5'); -$ti-icon-hexagonal-prism-off: unicode('faa3'); -$ti-icon-hexagonal-prism-plus: unicode('faa4'); -$ti-icon-hexagonal-pyramid: unicode('faa8'); -$ti-icon-hexagonal-pyramid-off: unicode('faa6'); -$ti-icon-hexagonal-pyramid-plus: unicode('faa7'); -$ti-icon-hexagons: unicode('f09d'); -$ti-icon-hexagons-off: unicode('f3f9'); -$ti-icon-hierarchy: unicode('ee9e'); -$ti-icon-hierarchy-2: unicode('ee9d'); -$ti-icon-hierarchy-3: unicode('f289'); -$ti-icon-hierarchy-off: unicode('f3fa'); -$ti-icon-highlight: unicode('ef3f'); -$ti-icon-highlight-off: unicode('f144'); -$ti-icon-history: unicode('ebea'); -$ti-icon-history-off: unicode('f3fb'); -$ti-icon-history-toggle: unicode('f1fc'); -$ti-icon-home: unicode('eac1'); -$ti-icon-home-2: unicode('eac0'); -$ti-icon-home-bolt: unicode('f336'); -$ti-icon-home-cancel: unicode('f350'); -$ti-icon-home-check: unicode('f337'); -$ti-icon-home-cog: unicode('f338'); -$ti-icon-home-dollar: unicode('f339'); -$ti-icon-home-dot: unicode('f33a'); -$ti-icon-home-down: unicode('f33b'); -$ti-icon-home-eco: unicode('f351'); -$ti-icon-home-edit: unicode('f352'); -$ti-icon-home-exclamation: unicode('f33c'); -$ti-icon-home-hand: unicode('f504'); -$ti-icon-home-heart: unicode('f353'); -$ti-icon-home-infinity: unicode('f505'); -$ti-icon-home-link: unicode('f354'); -$ti-icon-home-minus: unicode('f33d'); -$ti-icon-home-move: unicode('f33e'); -$ti-icon-home-off: unicode('f145'); -$ti-icon-home-plus: unicode('f33f'); -$ti-icon-home-question: unicode('f340'); -$ti-icon-home-ribbon: unicode('f355'); -$ti-icon-home-search: unicode('f341'); -$ti-icon-home-share: unicode('f342'); -$ti-icon-home-shield: unicode('f343'); -$ti-icon-home-signal: unicode('f356'); -$ti-icon-home-star: unicode('f344'); -$ti-icon-home-stats: unicode('f345'); -$ti-icon-home-up: unicode('f346'); -$ti-icon-home-x: unicode('f347'); -$ti-icon-horse: unicode('fc46'); -$ti-icon-horse-toy: unicode('f28a'); -$ti-icon-horseshoe: unicode('fcb7'); -$ti-icon-hospital: unicode('fd59'); -$ti-icon-hospital-circle: unicode('fd58'); -$ti-icon-hotel-service: unicode('ef80'); -$ti-icon-hourglass: unicode('ef93'); -$ti-icon-hourglass-empty: unicode('f146'); -$ti-icon-hourglass-filled: unicode('f756'); -$ti-icon-hourglass-high: unicode('f092'); -$ti-icon-hourglass-low: unicode('f093'); -$ti-icon-hourglass-off: unicode('f147'); -$ti-icon-html: unicode('f7b1'); -$ti-icon-http-connect: unicode('fa28'); -$ti-icon-http-delete: unicode('fa29'); -$ti-icon-http-get: unicode('fa2a'); -$ti-icon-http-head: unicode('fa2b'); -$ti-icon-http-options: unicode('fa2c'); -$ti-icon-http-patch: unicode('fa2d'); -$ti-icon-http-post: unicode('fa2e'); -$ti-icon-http-put: unicode('fa2f'); -$ti-icon-http-que: unicode('fa5b'); -$ti-icon-http-trace: unicode('fa30'); -$ti-icon-ice-cream: unicode('eac2'); -$ti-icon-ice-cream-2: unicode('ee9f'); -$ti-icon-ice-cream-off: unicode('f148'); -$ti-icon-ice-skating: unicode('efcb'); -$ti-icon-icons: unicode('f1d4'); -$ti-icon-icons-off: unicode('f3fc'); -$ti-icon-id: unicode('eac3'); -$ti-icon-id-badge: unicode('eff7'); -$ti-icon-id-badge-2: unicode('f076'); -$ti-icon-id-badge-off: unicode('f3fd'); -$ti-icon-id-off: unicode('f149'); -$ti-icon-image-in-picture: unicode('fd9f'); -$ti-icon-inbox: unicode('eac4'); -$ti-icon-inbox-off: unicode('f14a'); -$ti-icon-indent-decrease: unicode('eb91'); -$ti-icon-indent-increase: unicode('eb92'); -$ti-icon-infinity: unicode('eb69'); -$ti-icon-infinity-off: unicode('f3fe'); -$ti-icon-info-circle: unicode('eac5'); -$ti-icon-info-circle-filled: unicode('f6d8'); -$ti-icon-info-hexagon: unicode('f7aa'); -$ti-icon-info-hexagon-filled: unicode('fa43'); -$ti-icon-info-octagon: unicode('f7ab'); -$ti-icon-info-octagon-filled: unicode('fa44'); -$ti-icon-info-small: unicode('f922'); -$ti-icon-info-square: unicode('eac6'); -$ti-icon-info-square-filled: unicode('fa45'); -$ti-icon-info-square-rounded: unicode('f635'); -$ti-icon-info-square-rounded-filled: unicode('f6d9'); -$ti-icon-info-triangle: unicode('f923'); -$ti-icon-info-triangle-filled: unicode('fa46'); -$ti-icon-inner-shadow-bottom: unicode('f520'); -$ti-icon-inner-shadow-bottom-filled: unicode('f757'); -$ti-icon-inner-shadow-bottom-left: unicode('f51e'); -$ti-icon-inner-shadow-bottom-left-filled: unicode('f758'); -$ti-icon-inner-shadow-bottom-right: unicode('f51f'); -$ti-icon-inner-shadow-bottom-right-filled: unicode('f759'); -$ti-icon-inner-shadow-left: unicode('f521'); -$ti-icon-inner-shadow-left-filled: unicode('f75a'); -$ti-icon-inner-shadow-right: unicode('f522'); -$ti-icon-inner-shadow-right-filled: unicode('f75b'); -$ti-icon-inner-shadow-top: unicode('f525'); -$ti-icon-inner-shadow-top-filled: unicode('f75c'); -$ti-icon-inner-shadow-top-left: unicode('f523'); -$ti-icon-inner-shadow-top-left-filled: unicode('f75d'); -$ti-icon-inner-shadow-top-right: unicode('f524'); -$ti-icon-inner-shadow-top-right-filled: unicode('f75e'); -$ti-icon-input-ai: unicode('fc5a'); -$ti-icon-input-check: unicode('fc5b'); -$ti-icon-input-search: unicode('f2a2'); -$ti-icon-input-x: unicode('fc5c'); -$ti-icon-ironing: unicode('fa7c'); -$ti-icon-ironing-1: unicode('f2f4'); -$ti-icon-ironing-2: unicode('f2f5'); -$ti-icon-ironing-3: unicode('f2f6'); -$ti-icon-ironing-off: unicode('f2f7'); -$ti-icon-ironing-steam: unicode('f2f9'); -$ti-icon-ironing-steam-off: unicode('f2f8'); -$ti-icon-irregular-polyhedron: unicode('faab'); -$ti-icon-irregular-polyhedron-off: unicode('faa9'); -$ti-icon-irregular-polyhedron-plus: unicode('faaa'); -$ti-icon-italic: unicode('eb93'); -$ti-icon-jacket: unicode('f661'); -$ti-icon-jetpack: unicode('f581'); -$ti-icon-jewish-star: unicode('f3ff'); -$ti-icon-jewish-star-filled: unicode('f67e'); -$ti-icon-jpg: unicode('f3ac'); -$ti-icon-json: unicode('f7b2'); -$ti-icon-jump-rope: unicode('ed8f'); -$ti-icon-karate: unicode('ed32'); -$ti-icon-kayak: unicode('f1d6'); -$ti-icon-kering: unicode('efb8'); -$ti-icon-key: unicode('eac7'); -$ti-icon-key-off: unicode('f14b'); -$ti-icon-keyboard: unicode('ebd6'); -$ti-icon-keyboard-hide: unicode('ec7e'); -$ti-icon-keyboard-off: unicode('eea0'); -$ti-icon-keyboard-show: unicode('ec7f'); -$ti-icon-keyframe: unicode('f576'); -$ti-icon-keyframe-align-center: unicode('f582'); -$ti-icon-keyframe-align-center-filled: unicode('fc30'); -$ti-icon-keyframe-align-horizontal: unicode('f583'); -$ti-icon-keyframe-align-horizontal-filled: unicode('fc31'); -$ti-icon-keyframe-align-vertical: unicode('f584'); -$ti-icon-keyframe-align-vertical-filled: unicode('fc32'); -$ti-icon-keyframe-filled: unicode('fc33'); -$ti-icon-keyframes: unicode('f585'); -$ti-icon-keyframes-filled: unicode('fc34'); -$ti-icon-ladder: unicode('efe2'); -$ti-icon-ladder-off: unicode('f14c'); -$ti-icon-ladle: unicode('fc14'); -$ti-icon-lambda: unicode('f541'); -$ti-icon-lamp: unicode('efab'); -$ti-icon-lamp-2: unicode('f09e'); -$ti-icon-lamp-off: unicode('f14d'); -$ti-icon-lane: unicode('faf9'); -$ti-icon-language: unicode('ebbe'); -$ti-icon-language-hiragana: unicode('ef77'); -$ti-icon-language-katakana: unicode('ef78'); -$ti-icon-language-off: unicode('f14e'); -$ti-icon-lasso: unicode('efac'); -$ti-icon-lasso-off: unicode('f14f'); -$ti-icon-lasso-polygon: unicode('f388'); -$ti-icon-layers-difference: unicode('eac8'); -$ti-icon-layers-intersect: unicode('eac9'); -$ti-icon-layers-intersect-2: unicode('eff8'); -$ti-icon-layers-linked: unicode('eea1'); -$ti-icon-layers-off: unicode('f150'); -$ti-icon-layers-subtract: unicode('eaca'); -$ti-icon-layers-union: unicode('eacb'); -$ti-icon-layout: unicode('eadb'); -$ti-icon-layout-2: unicode('eacc'); -$ti-icon-layout-align-bottom: unicode('eacd'); -$ti-icon-layout-align-center: unicode('eace'); -$ti-icon-layout-align-left: unicode('eacf'); -$ti-icon-layout-align-middle: unicode('ead0'); -$ti-icon-layout-align-right: unicode('ead1'); -$ti-icon-layout-align-top: unicode('ead2'); -$ti-icon-layout-board: unicode('ef95'); -$ti-icon-layout-board-split: unicode('ef94'); -$ti-icon-layout-bottombar: unicode('ead3'); -$ti-icon-layout-bottombar-collapse: unicode('f28b'); -$ti-icon-layout-bottombar-collapse-filled: unicode('fc35'); -$ti-icon-layout-bottombar-expand: unicode('f28c'); -$ti-icon-layout-bottombar-expand-filled: unicode('fc36'); -$ti-icon-layout-bottombar-filled: unicode('fc37'); -$ti-icon-layout-bottombar-inactive: unicode('fd45'); -$ti-icon-layout-cards: unicode('ec13'); -$ti-icon-layout-collage: unicode('f389'); -$ti-icon-layout-columns: unicode('ead4'); -$ti-icon-layout-dashboard: unicode('f02c'); -$ti-icon-layout-distribute-horizontal: unicode('ead5'); -$ti-icon-layout-distribute-vertical: unicode('ead6'); -$ti-icon-layout-grid: unicode('edba'); -$ti-icon-layout-grid-add: unicode('edb9'); -$ti-icon-layout-grid-remove: unicode('fa7d'); -$ti-icon-layout-kanban: unicode('ec3f'); -$ti-icon-layout-list: unicode('ec14'); -$ti-icon-layout-navbar: unicode('ead7'); -$ti-icon-layout-navbar-collapse: unicode('f28d'); -$ti-icon-layout-navbar-collapse-filled: unicode('fc38'); -$ti-icon-layout-navbar-expand: unicode('f28e'); -$ti-icon-layout-navbar-expand-filled: unicode('fc39'); -$ti-icon-layout-navbar-filled: unicode('fc3a'); -$ti-icon-layout-navbar-inactive: unicode('fd46'); -$ti-icon-layout-off: unicode('f151'); -$ti-icon-layout-rows: unicode('ead8'); -$ti-icon-layout-sidebar: unicode('eada'); -$ti-icon-layout-sidebar-inactive: unicode('fd47'); -$ti-icon-layout-sidebar-left-collapse: unicode('f004'); -$ti-icon-layout-sidebar-left-collapse-filled: unicode('fc3b'); -$ti-icon-layout-sidebar-left-expand: unicode('f005'); -$ti-icon-layout-sidebar-left-expand-filled: unicode('fc3c'); -$ti-icon-layout-sidebar-right: unicode('ead9'); -$ti-icon-layout-sidebar-right-collapse: unicode('f006'); -$ti-icon-layout-sidebar-right-collapse-filled: unicode('fc3d'); -$ti-icon-layout-sidebar-right-expand: unicode('f007'); -$ti-icon-layout-sidebar-right-expand-filled: unicode('fc3e'); -$ti-icon-layout-sidebar-right-inactive: unicode('fd48'); -$ti-icon-leaf: unicode('ed4f'); -$ti-icon-leaf-off: unicode('f400'); -$ti-icon-lego: unicode('eadc'); -$ti-icon-lego-off: unicode('f401'); -$ti-icon-lemon: unicode('ef10'); -$ti-icon-lemon-2: unicode('ef81'); -$ti-icon-letter-a: unicode('ec50'); -$ti-icon-letter-a-small: unicode('fcc7'); -$ti-icon-letter-b: unicode('ec51'); -$ti-icon-letter-b-small: unicode('fcc8'); -$ti-icon-letter-c: unicode('ec52'); -$ti-icon-letter-c-small: unicode('fcc9'); -$ti-icon-letter-case: unicode('eea5'); -$ti-icon-letter-case-lower: unicode('eea2'); -$ti-icon-letter-case-toggle: unicode('eea3'); -$ti-icon-letter-case-upper: unicode('eea4'); -$ti-icon-letter-d: unicode('ec53'); -$ti-icon-letter-d-small: unicode('fcca'); -$ti-icon-letter-e: unicode('ec54'); -$ti-icon-letter-e-small: unicode('fccb'); -$ti-icon-letter-f: unicode('ec55'); -$ti-icon-letter-f-small: unicode('fccc'); -$ti-icon-letter-g: unicode('ec56'); -$ti-icon-letter-g-small: unicode('fccd'); -$ti-icon-letter-h: unicode('ec57'); -$ti-icon-letter-h-small: unicode('fcce'); -$ti-icon-letter-i: unicode('ec58'); -$ti-icon-letter-i-small: unicode('fccf'); -$ti-icon-letter-j: unicode('ec59'); -$ti-icon-letter-j-small: unicode('fcd0'); -$ti-icon-letter-k: unicode('ec5a'); -$ti-icon-letter-k-small: unicode('fcd1'); -$ti-icon-letter-l: unicode('ec5b'); -$ti-icon-letter-l-small: unicode('fcd2'); -$ti-icon-letter-m: unicode('ec5c'); -$ti-icon-letter-m-small: unicode('fcd3'); -$ti-icon-letter-n: unicode('ec5d'); -$ti-icon-letter-n-small: unicode('fcd4'); -$ti-icon-letter-o: unicode('ec5e'); -$ti-icon-letter-o-small: unicode('fcd5'); -$ti-icon-letter-p: unicode('ec5f'); -$ti-icon-letter-p-small: unicode('fcd6'); -$ti-icon-letter-q: unicode('ec60'); -$ti-icon-letter-q-small: unicode('fcd7'); -$ti-icon-letter-r: unicode('ec61'); -$ti-icon-letter-r-small: unicode('fcd8'); -$ti-icon-letter-s: unicode('ec62'); -$ti-icon-letter-s-small: unicode('fcd9'); -$ti-icon-letter-spacing: unicode('eea6'); -$ti-icon-letter-t: unicode('ec63'); -$ti-icon-letter-t-small: unicode('fcda'); -$ti-icon-letter-u: unicode('ec64'); -$ti-icon-letter-u-small: unicode('fcdb'); -$ti-icon-letter-v: unicode('ec65'); -$ti-icon-letter-v-small: unicode('fcdc'); -$ti-icon-letter-w: unicode('ec66'); -$ti-icon-letter-w-small: unicode('fcdd'); -$ti-icon-letter-x: unicode('ec67'); -$ti-icon-letter-x-small: unicode('fcde'); -$ti-icon-letter-y: unicode('ec68'); -$ti-icon-letter-y-small: unicode('fcdf'); -$ti-icon-letter-z: unicode('ec69'); -$ti-icon-letter-z-small: unicode('fce0'); -$ti-icon-library: unicode('fd4c'); -$ti-icon-library-minus: unicode('fd49'); -$ti-icon-library-photo: unicode('fd4a'); -$ti-icon-library-plus: unicode('fd4b'); -$ti-icon-license: unicode('ebc0'); -$ti-icon-license-off: unicode('f153'); -$ti-icon-lifebuoy: unicode('eadd'); -$ti-icon-lifebuoy-off: unicode('f154'); -$ti-icon-lighter: unicode('f794'); -$ti-icon-line: unicode('ec40'); -$ti-icon-line-dashed: unicode('eea7'); -$ti-icon-line-dotted: unicode('eea8'); -$ti-icon-line-height: unicode('eb94'); -$ti-icon-line-scan: unicode('fcb8'); -$ti-icon-link: unicode('eade'); -$ti-icon-link-minus: unicode('fd16'); -$ti-icon-link-off: unicode('f402'); -$ti-icon-link-plus: unicode('fd17'); -$ti-icon-list: unicode('eb6b'); -$ti-icon-list-check: unicode('eb6a'); -$ti-icon-list-details: unicode('ef40'); -$ti-icon-list-letters: unicode('fc47'); -$ti-icon-list-numbers: unicode('ef11'); -$ti-icon-list-search: unicode('eea9'); -$ti-icon-list-tree: unicode('fafa'); -$ti-icon-live-photo: unicode('eadf'); -$ti-icon-live-photo-off: unicode('f403'); -$ti-icon-live-view: unicode('ec6b'); -$ti-icon-load-balancer: unicode('fa5c'); -$ti-icon-loader: unicode('eca3'); -$ti-icon-loader-2: unicode('f226'); -$ti-icon-loader-3: unicode('f513'); -$ti-icon-loader-quarter: unicode('eca2'); -$ti-icon-location: unicode('eae0'); -$ti-icon-location-bolt: unicode('fbaf'); -$ti-icon-location-broken: unicode('f2c4'); -$ti-icon-location-cancel: unicode('fbb0'); -$ti-icon-location-check: unicode('fbb1'); -$ti-icon-location-code: unicode('fbb2'); -$ti-icon-location-cog: unicode('fbb3'); -$ti-icon-location-discount: unicode('fbb4'); -$ti-icon-location-dollar: unicode('fbb5'); -$ti-icon-location-down: unicode('fbb6'); -$ti-icon-location-exclamation: unicode('fbb7'); -$ti-icon-location-filled: unicode('f67f'); -$ti-icon-location-heart: unicode('fbb8'); -$ti-icon-location-minus: unicode('fbb9'); -$ti-icon-location-off: unicode('f155'); -$ti-icon-location-pause: unicode('fbba'); -$ti-icon-location-pin: unicode('fbbb'); -$ti-icon-location-plus: unicode('fbbc'); -$ti-icon-location-question: unicode('fbbd'); -$ti-icon-location-search: unicode('fbbe'); -$ti-icon-location-share: unicode('fbbf'); -$ti-icon-location-star: unicode('fbc0'); -$ti-icon-location-up: unicode('fbc1'); -$ti-icon-location-x: unicode('fbc2'); -$ti-icon-lock: unicode('eae2'); -$ti-icon-lock-access: unicode('eeaa'); -$ti-icon-lock-access-off: unicode('f404'); -$ti-icon-lock-bolt: unicode('f924'); -$ti-icon-lock-cancel: unicode('f925'); -$ti-icon-lock-check: unicode('f926'); -$ti-icon-lock-code: unicode('f927'); -$ti-icon-lock-cog: unicode('f928'); -$ti-icon-lock-dollar: unicode('f929'); -$ti-icon-lock-down: unicode('f92a'); -$ti-icon-lock-exclamation: unicode('f92b'); -$ti-icon-lock-heart: unicode('f92c'); -$ti-icon-lock-minus: unicode('f92d'); -$ti-icon-lock-off: unicode('ed1e'); -$ti-icon-lock-open: unicode('eae1'); -$ti-icon-lock-open-off: unicode('f156'); -$ti-icon-lock-pause: unicode('f92e'); -$ti-icon-lock-pin: unicode('f92f'); -$ti-icon-lock-plus: unicode('f930'); -$ti-icon-lock-question: unicode('f931'); -$ti-icon-lock-search: unicode('f932'); -$ti-icon-lock-share: unicode('f933'); -$ti-icon-lock-square: unicode('ef51'); -$ti-icon-lock-square-rounded: unicode('f636'); -$ti-icon-lock-square-rounded-filled: unicode('f6da'); -$ti-icon-lock-star: unicode('f934'); -$ti-icon-lock-up: unicode('f935'); -$ti-icon-lock-x: unicode('f936'); -$ti-icon-logic-and: unicode('f240'); -$ti-icon-logic-buffer: unicode('f241'); -$ti-icon-logic-nand: unicode('f242'); -$ti-icon-logic-nor: unicode('f243'); -$ti-icon-logic-not: unicode('f244'); -$ti-icon-logic-or: unicode('f245'); -$ti-icon-logic-xnor: unicode('f246'); -$ti-icon-logic-xor: unicode('f247'); -$ti-icon-login: unicode('eba7'); -$ti-icon-login-2: unicode('fc76'); -$ti-icon-logout: unicode('eba8'); -$ti-icon-logout-2: unicode('fa7e'); -$ti-icon-lollipop: unicode('efcc'); -$ti-icon-lollipop-off: unicode('f157'); -$ti-icon-luggage: unicode('efad'); -$ti-icon-luggage-off: unicode('f158'); -$ti-icon-lungs: unicode('ef62'); -$ti-icon-lungs-off: unicode('f405'); -$ti-icon-macro: unicode('eeab'); -$ti-icon-macro-off: unicode('f406'); -$ti-icon-magnet: unicode('eae3'); -$ti-icon-magnet-off: unicode('f159'); -$ti-icon-magnetic: unicode('fcb9'); -$ti-icon-mail: unicode('eae5'); -$ti-icon-mail-ai: unicode('fa31'); -$ti-icon-mail-bolt: unicode('f937'); -$ti-icon-mail-cancel: unicode('f938'); -$ti-icon-mail-check: unicode('f939'); -$ti-icon-mail-code: unicode('f93a'); -$ti-icon-mail-cog: unicode('f93b'); -$ti-icon-mail-dollar: unicode('f93c'); -$ti-icon-mail-down: unicode('f93d'); -$ti-icon-mail-exclamation: unicode('f93e'); -$ti-icon-mail-fast: unicode('f069'); -$ti-icon-mail-filled: unicode('fa47'); -$ti-icon-mail-forward: unicode('eeac'); -$ti-icon-mail-heart: unicode('f93f'); -$ti-icon-mail-minus: unicode('f940'); -$ti-icon-mail-off: unicode('f15a'); -$ti-icon-mail-opened: unicode('eae4'); -$ti-icon-mail-opened-filled: unicode('fa48'); -$ti-icon-mail-pause: unicode('f941'); -$ti-icon-mail-pin: unicode('f942'); -$ti-icon-mail-plus: unicode('f943'); -$ti-icon-mail-question: unicode('f944'); -$ti-icon-mail-search: unicode('f945'); -$ti-icon-mail-share: unicode('f946'); -$ti-icon-mail-star: unicode('f947'); -$ti-icon-mail-up: unicode('f948'); -$ti-icon-mail-x: unicode('f949'); -$ti-icon-mailbox: unicode('eead'); -$ti-icon-mailbox-off: unicode('f15b'); -$ti-icon-man: unicode('eae6'); -$ti-icon-manual-gearbox: unicode('ed7b'); -$ti-icon-map: unicode('eae9'); -$ti-icon-map-2: unicode('eae7'); -$ti-icon-map-bolt: unicode('fbc3'); -$ti-icon-map-cancel: unicode('fbc4'); -$ti-icon-map-check: unicode('fbc5'); -$ti-icon-map-code: unicode('fbc6'); -$ti-icon-map-cog: unicode('fbc7'); -$ti-icon-map-discount: unicode('fbc8'); -$ti-icon-map-dollar: unicode('fbc9'); -$ti-icon-map-down: unicode('fbca'); -$ti-icon-map-east: unicode('fc5d'); -$ti-icon-map-exclamation: unicode('fbcb'); -$ti-icon-map-heart: unicode('fbcc'); -$ti-icon-map-minus: unicode('fbcd'); -$ti-icon-map-north: unicode('fc5e'); -$ti-icon-map-off: unicode('f15c'); -$ti-icon-map-pause: unicode('fbce'); -$ti-icon-map-pin: unicode('eae8'); -$ti-icon-map-pin-2: unicode('fc48'); -$ti-icon-map-pin-bolt: unicode('f94a'); -$ti-icon-map-pin-cancel: unicode('f94b'); -$ti-icon-map-pin-check: unicode('f94c'); -$ti-icon-map-pin-code: unicode('f94d'); -$ti-icon-map-pin-cog: unicode('f94e'); -$ti-icon-map-pin-dollar: unicode('f94f'); -$ti-icon-map-pin-down: unicode('f950'); -$ti-icon-map-pin-exclamation: unicode('f951'); -$ti-icon-map-pin-filled: unicode('f680'); -$ti-icon-map-pin-heart: unicode('f952'); -$ti-icon-map-pin-minus: unicode('f953'); -$ti-icon-map-pin-off: unicode('ecf3'); -$ti-icon-map-pin-pause: unicode('f954'); -$ti-icon-map-pin-pin: unicode('f955'); -$ti-icon-map-pin-plus: unicode('f956'); -$ti-icon-map-pin-question: unicode('f957'); -$ti-icon-map-pin-search: unicode('f958'); -$ti-icon-map-pin-share: unicode('f795'); -$ti-icon-map-pin-star: unicode('f959'); -$ti-icon-map-pin-up: unicode('f95a'); -$ti-icon-map-pin-x: unicode('f95b'); -$ti-icon-map-pins: unicode('ed5e'); -$ti-icon-map-plus: unicode('fbcf'); -$ti-icon-map-question: unicode('fbd0'); -$ti-icon-map-route: unicode('fc79'); -$ti-icon-map-search: unicode('ef82'); -$ti-icon-map-share: unicode('fbd1'); -$ti-icon-map-south: unicode('fc5f'); -$ti-icon-map-star: unicode('fbd2'); -$ti-icon-map-up: unicode('fbd3'); -$ti-icon-map-west: unicode('fc60'); -$ti-icon-map-x: unicode('fbd4'); -$ti-icon-markdown: unicode('ec41'); -$ti-icon-markdown-off: unicode('f407'); -$ti-icon-marquee: unicode('ec77'); -$ti-icon-marquee-2: unicode('eeae'); -$ti-icon-marquee-off: unicode('f15d'); -$ti-icon-mars: unicode('ec80'); -$ti-icon-mask: unicode('eeb0'); -$ti-icon-mask-off: unicode('eeaf'); -$ti-icon-masks-theater: unicode('f263'); -$ti-icon-masks-theater-off: unicode('f408'); -$ti-icon-massage: unicode('eeb1'); -$ti-icon-matchstick: unicode('f577'); -$ti-icon-math: unicode('ebeb'); -$ti-icon-math-1-divide-2: unicode('f4e2'); -$ti-icon-math-1-divide-3: unicode('f4e3'); -$ti-icon-math-avg: unicode('f0f4'); -$ti-icon-math-equal-greater: unicode('f4e4'); -$ti-icon-math-equal-lower: unicode('f4e5'); -$ti-icon-math-function: unicode('eeb2'); -$ti-icon-math-function-off: unicode('f15e'); -$ti-icon-math-function-y: unicode('f4e6'); -$ti-icon-math-greater: unicode('f4e7'); -$ti-icon-math-integral: unicode('f4e9'); -$ti-icon-math-integral-x: unicode('f4e8'); -$ti-icon-math-integrals: unicode('f4ea'); -$ti-icon-math-lower: unicode('f4eb'); -$ti-icon-math-max: unicode('f0f5'); -$ti-icon-math-max-min: unicode('fda0'); -$ti-icon-math-min: unicode('f0f6'); -$ti-icon-math-not: unicode('f4ec'); -$ti-icon-math-off: unicode('f409'); -$ti-icon-math-pi: unicode('f4ee'); -$ti-icon-math-pi-divide-2: unicode('f4ed'); -$ti-icon-math-symbols: unicode('eeb3'); -$ti-icon-math-x-divide-2: unicode('f4ef'); -$ti-icon-math-x-divide-y: unicode('f4f1'); -$ti-icon-math-x-divide-y-2: unicode('f4f0'); -$ti-icon-math-x-minus-x: unicode('f4f2'); -$ti-icon-math-x-minus-y: unicode('f4f3'); -$ti-icon-math-x-plus-x: unicode('f4f4'); -$ti-icon-math-x-plus-y: unicode('f4f5'); -$ti-icon-math-xy: unicode('f4f6'); -$ti-icon-math-y-minus-y: unicode('f4f7'); -$ti-icon-math-y-plus-y: unicode('f4f8'); -$ti-icon-maximize: unicode('eaea'); -$ti-icon-maximize-off: unicode('f15f'); -$ti-icon-meat: unicode('ef12'); -$ti-icon-meat-off: unicode('f40a'); -$ti-icon-medal: unicode('ec78'); -$ti-icon-medal-2: unicode('efcd'); -$ti-icon-medical-cross: unicode('ec2f'); -$ti-icon-medical-cross-circle: unicode('fae8'); -$ti-icon-medical-cross-filled: unicode('f681'); -$ti-icon-medical-cross-off: unicode('f160'); -$ti-icon-medicine-syrup: unicode('ef63'); -$ti-icon-meeple: unicode('f514'); -$ti-icon-melon: unicode('fc7a'); -$ti-icon-menorah: unicode('f58c'); -$ti-icon-menu: unicode('eaeb'); -$ti-icon-menu-2: unicode('ec42'); -$ti-icon-menu-deep: unicode('fafb'); -$ti-icon-menu-order: unicode('f5f5'); -$ti-icon-message: unicode('eaef'); -$ti-icon-message-2: unicode('eaec'); -$ti-icon-message-2-bolt: unicode('f95c'); -$ti-icon-message-2-cancel: unicode('f95d'); -$ti-icon-message-2-check: unicode('f95e'); -$ti-icon-message-2-code: unicode('f012'); -$ti-icon-message-2-cog: unicode('f95f'); -$ti-icon-message-2-dollar: unicode('f960'); -$ti-icon-message-2-down: unicode('f961'); -$ti-icon-message-2-exclamation: unicode('f962'); -$ti-icon-message-2-heart: unicode('f963'); -$ti-icon-message-2-minus: unicode('f964'); -$ti-icon-message-2-off: unicode('f40b'); -$ti-icon-message-2-pause: unicode('f965'); -$ti-icon-message-2-pin: unicode('f966'); -$ti-icon-message-2-plus: unicode('f967'); -$ti-icon-message-2-question: unicode('f968'); -$ti-icon-message-2-search: unicode('f969'); -$ti-icon-message-2-share: unicode('f077'); -$ti-icon-message-2-star: unicode('f96a'); -$ti-icon-message-2-up: unicode('f96b'); -$ti-icon-message-2-x: unicode('f96c'); -$ti-icon-message-bolt: unicode('f96d'); -$ti-icon-message-cancel: unicode('f96e'); -$ti-icon-message-chatbot: unicode('f38a'); -$ti-icon-message-check: unicode('f96f'); -$ti-icon-message-circle: unicode('eaed'); -$ti-icon-message-circle-2: unicode('ed3f'); -$ti-icon-message-circle-2-filled: unicode('f682'); -$ti-icon-message-circle-bolt: unicode('f970'); -$ti-icon-message-circle-cancel: unicode('f971'); -$ti-icon-message-circle-check: unicode('f972'); -$ti-icon-message-circle-code: unicode('f973'); -$ti-icon-message-circle-cog: unicode('f974'); -$ti-icon-message-circle-dollar: unicode('f975'); -$ti-icon-message-circle-down: unicode('f976'); -$ti-icon-message-circle-exclamation: unicode('f977'); -$ti-icon-message-circle-heart: unicode('f978'); -$ti-icon-message-circle-minus: unicode('f979'); -$ti-icon-message-circle-off: unicode('ed40'); -$ti-icon-message-circle-pause: unicode('f97a'); -$ti-icon-message-circle-pin: unicode('f97b'); -$ti-icon-message-circle-plus: unicode('f97c'); -$ti-icon-message-circle-question: unicode('f97d'); -$ti-icon-message-circle-search: unicode('f97e'); -$ti-icon-message-circle-share: unicode('f97f'); -$ti-icon-message-circle-star: unicode('f980'); -$ti-icon-message-circle-up: unicode('f981'); -$ti-icon-message-circle-x: unicode('f982'); -$ti-icon-message-code: unicode('f013'); -$ti-icon-message-cog: unicode('f983'); -$ti-icon-message-dollar: unicode('f984'); -$ti-icon-message-dots: unicode('eaee'); -$ti-icon-message-down: unicode('f985'); -$ti-icon-message-exclamation: unicode('f986'); -$ti-icon-message-forward: unicode('f28f'); -$ti-icon-message-heart: unicode('f987'); -$ti-icon-message-language: unicode('efae'); -$ti-icon-message-minus: unicode('f988'); -$ti-icon-message-off: unicode('ed41'); -$ti-icon-message-pause: unicode('f989'); -$ti-icon-message-pin: unicode('f98a'); -$ti-icon-message-plus: unicode('ec9a'); -$ti-icon-message-question: unicode('f98b'); -$ti-icon-message-reply: unicode('fd4d'); -$ti-icon-message-report: unicode('ec9b'); -$ti-icon-message-search: unicode('f98c'); -$ti-icon-message-share: unicode('f078'); -$ti-icon-message-star: unicode('f98d'); -$ti-icon-message-up: unicode('f98e'); -$ti-icon-message-x: unicode('f98f'); -$ti-icon-messages: unicode('eb6c'); -$ti-icon-messages-off: unicode('ed42'); -$ti-icon-meteor: unicode('f1fd'); -$ti-icon-meteor-off: unicode('f40c'); -$ti-icon-meter-cube: unicode('fd7c'); -$ti-icon-meter-square: unicode('fd7d'); -$ti-icon-metronome: unicode('fd25'); -$ti-icon-michelin-bib-gourmand: unicode('fae9'); -$ti-icon-michelin-star: unicode('faeb'); -$ti-icon-michelin-star-green: unicode('faea'); -$ti-icon-mickey: unicode('f2a3'); -$ti-icon-mickey-filled: unicode('f683'); -$ti-icon-microphone: unicode('eaf0'); -$ti-icon-microphone-2: unicode('ef2c'); -$ti-icon-microphone-2-off: unicode('f40d'); -$ti-icon-microphone-off: unicode('ed16'); -$ti-icon-microscope: unicode('ef64'); -$ti-icon-microscope-off: unicode('f40e'); -$ti-icon-microwave: unicode('f248'); -$ti-icon-microwave-off: unicode('f264'); -$ti-icon-military-award: unicode('f079'); -$ti-icon-military-rank: unicode('efcf'); -$ti-icon-milk: unicode('ef13'); -$ti-icon-milk-off: unicode('f40f'); -$ti-icon-milkshake: unicode('f4c8'); -$ti-icon-minimize: unicode('eaf1'); -$ti-icon-minus: unicode('eaf2'); -$ti-icon-minus-vertical: unicode('eeb4'); -$ti-icon-mist: unicode('ec30'); -$ti-icon-mist-off: unicode('f410'); -$ti-icon-mobiledata: unicode('f9f5'); -$ti-icon-mobiledata-off: unicode('f9f4'); -$ti-icon-moneybag: unicode('f506'); -$ti-icon-mood-angry: unicode('f2de'); -$ti-icon-mood-annoyed: unicode('f2e0'); -$ti-icon-mood-annoyed-2: unicode('f2df'); -$ti-icon-mood-boy: unicode('ed2d'); -$ti-icon-mood-check: unicode('f7b3'); -$ti-icon-mood-cog: unicode('f7b4'); -$ti-icon-mood-confuzed: unicode('eaf3'); -$ti-icon-mood-confuzed-filled: unicode('f7f2'); -$ti-icon-mood-crazy-happy: unicode('ed90'); -$ti-icon-mood-cry: unicode('ecbb'); -$ti-icon-mood-dollar: unicode('f7b5'); -$ti-icon-mood-edit: unicode('fa05'); -$ti-icon-mood-empty: unicode('eeb5'); -$ti-icon-mood-empty-filled: unicode('f7f3'); -$ti-icon-mood-happy: unicode('eaf4'); -$ti-icon-mood-happy-filled: unicode('f7f4'); -$ti-icon-mood-heart: unicode('f7b6'); -$ti-icon-mood-kid: unicode('ec03'); -$ti-icon-mood-kid-filled: unicode('f7f5'); -$ti-icon-mood-look-down: unicode('fd37'); -$ti-icon-mood-look-left: unicode('f2c5'); -$ti-icon-mood-look-right: unicode('f2c6'); -$ti-icon-mood-look-up: unicode('fd38'); -$ti-icon-mood-minus: unicode('f7b7'); -$ti-icon-mood-nerd: unicode('f2e1'); -$ti-icon-mood-nervous: unicode('ef96'); -$ti-icon-mood-neutral: unicode('eaf5'); -$ti-icon-mood-neutral-filled: unicode('f7f6'); -$ti-icon-mood-off: unicode('f161'); -$ti-icon-mood-pin: unicode('f7b8'); -$ti-icon-mood-plus: unicode('f7b9'); -$ti-icon-mood-puzzled: unicode('fd39'); -$ti-icon-mood-sad: unicode('eaf6'); -$ti-icon-mood-sad-2: unicode('f2e2'); -$ti-icon-mood-sad-dizzy: unicode('f2e3'); -$ti-icon-mood-sad-filled: unicode('f7f7'); -$ti-icon-mood-sad-squint: unicode('f2e4'); -$ti-icon-mood-search: unicode('f7ba'); -$ti-icon-mood-share: unicode('fa06'); -$ti-icon-mood-sick: unicode('f2e5'); -$ti-icon-mood-silence: unicode('f2e6'); -$ti-icon-mood-sing: unicode('f2c7'); -$ti-icon-mood-smile: unicode('eaf7'); -$ti-icon-mood-smile-beam: unicode('f2e7'); -$ti-icon-mood-smile-dizzy: unicode('f2e8'); -$ti-icon-mood-smile-filled: unicode('f7f8'); -$ti-icon-mood-suprised: unicode('ec04'); -$ti-icon-mood-tongue: unicode('eb95'); -$ti-icon-mood-tongue-wink: unicode('f2ea'); -$ti-icon-mood-tongue-wink-2: unicode('f2e9'); -$ti-icon-mood-unamused: unicode('f2eb'); -$ti-icon-mood-up: unicode('f7bb'); -$ti-icon-mood-wink: unicode('f2ed'); -$ti-icon-mood-wink-2: unicode('f2ec'); -$ti-icon-mood-wrrr: unicode('f2ee'); -$ti-icon-mood-x: unicode('f7bc'); -$ti-icon-mood-xd: unicode('f2ef'); -$ti-icon-moon: unicode('eaf8'); -$ti-icon-moon-2: unicode('ece6'); -$ti-icon-moon-filled: unicode('f684'); -$ti-icon-moon-off: unicode('f162'); -$ti-icon-moon-stars: unicode('ece7'); -$ti-icon-moped: unicode('ecbc'); -$ti-icon-motorbike: unicode('eeb6'); -$ti-icon-mountain: unicode('ef97'); -$ti-icon-mountain-off: unicode('f411'); -$ti-icon-mouse: unicode('eaf9'); -$ti-icon-mouse-2: unicode('f1d7'); -$ti-icon-mouse-filled: unicode('fb2f'); -$ti-icon-mouse-off: unicode('f163'); -$ti-icon-moustache: unicode('f4c9'); -$ti-icon-movie: unicode('eafa'); -$ti-icon-movie-off: unicode('f164'); -$ti-icon-mug: unicode('eafb'); -$ti-icon-mug-off: unicode('f165'); -$ti-icon-multiplier-0-5x: unicode('ef41'); -$ti-icon-multiplier-1-5x: unicode('ef42'); -$ti-icon-multiplier-1x: unicode('ef43'); -$ti-icon-multiplier-2x: unicode('ef44'); -$ti-icon-mushroom: unicode('ef14'); -$ti-icon-mushroom-filled: unicode('f7f9'); -$ti-icon-mushroom-off: unicode('f412'); -$ti-icon-music: unicode('eafc'); -$ti-icon-music-bolt: unicode('fbd5'); -$ti-icon-music-cancel: unicode('fbd6'); -$ti-icon-music-check: unicode('fbd7'); -$ti-icon-music-code: unicode('fbd8'); -$ti-icon-music-cog: unicode('fbd9'); -$ti-icon-music-discount: unicode('fbda'); -$ti-icon-music-dollar: unicode('fbdb'); -$ti-icon-music-down: unicode('fbdc'); -$ti-icon-music-exclamation: unicode('fbdd'); -$ti-icon-music-heart: unicode('fbde'); -$ti-icon-music-minus: unicode('fbdf'); -$ti-icon-music-off: unicode('f166'); -$ti-icon-music-pause: unicode('fbe0'); -$ti-icon-music-pin: unicode('fbe1'); -$ti-icon-music-plus: unicode('fbe2'); -$ti-icon-music-question: unicode('fbe3'); -$ti-icon-music-search: unicode('fbe4'); -$ti-icon-music-share: unicode('fbe5'); -$ti-icon-music-star: unicode('fbe6'); -$ti-icon-music-up: unicode('fbe7'); -$ti-icon-music-x: unicode('fbe8'); -$ti-icon-navigation: unicode('f2c8'); -$ti-icon-navigation-bolt: unicode('fbe9'); -$ti-icon-navigation-cancel: unicode('fbea'); -$ti-icon-navigation-check: unicode('fbeb'); -$ti-icon-navigation-code: unicode('fbec'); -$ti-icon-navigation-cog: unicode('fbed'); -$ti-icon-navigation-discount: unicode('fbee'); -$ti-icon-navigation-dollar: unicode('fbef'); -$ti-icon-navigation-down: unicode('fbf0'); -$ti-icon-navigation-east: unicode('fcba'); -$ti-icon-navigation-exclamation: unicode('fbf1'); -$ti-icon-navigation-filled: unicode('f685'); -$ti-icon-navigation-heart: unicode('fbf2'); -$ti-icon-navigation-minus: unicode('fbf3'); -$ti-icon-navigation-north: unicode('fcbb'); -$ti-icon-navigation-off: unicode('f413'); -$ti-icon-navigation-pause: unicode('fbf4'); -$ti-icon-navigation-pin: unicode('fbf5'); -$ti-icon-navigation-plus: unicode('fbf6'); -$ti-icon-navigation-question: unicode('fbf7'); -$ti-icon-navigation-search: unicode('fbf8'); -$ti-icon-navigation-share: unicode('fbf9'); -$ti-icon-navigation-south: unicode('fcbc'); -$ti-icon-navigation-star: unicode('fbfa'); -$ti-icon-navigation-top: unicode('faec'); -$ti-icon-navigation-up: unicode('fbfb'); -$ti-icon-navigation-west: unicode('fcbd'); -$ti-icon-navigation-x: unicode('fbfc'); -$ti-icon-needle: unicode('f508'); -$ti-icon-needle-thread: unicode('f507'); -$ti-icon-network: unicode('f09f'); -$ti-icon-network-off: unicode('f414'); -$ti-icon-new-section: unicode('ebc1'); -$ti-icon-news: unicode('eafd'); -$ti-icon-news-off: unicode('f167'); -$ti-icon-nfc: unicode('eeb7'); -$ti-icon-nfc-off: unicode('f168'); -$ti-icon-no-copyright: unicode('efb9'); -$ti-icon-no-creative-commons: unicode('efba'); -$ti-icon-no-derivatives: unicode('efbb'); -$ti-icon-north-star: unicode('f014'); -$ti-icon-note: unicode('eb6d'); -$ti-icon-note-off: unicode('f169'); -$ti-icon-notebook: unicode('eb96'); -$ti-icon-notebook-off: unicode('f415'); -$ti-icon-notes: unicode('eb6e'); -$ti-icon-notes-off: unicode('f16a'); -$ti-icon-notification: unicode('eafe'); -$ti-icon-notification-off: unicode('f16b'); -$ti-icon-number: unicode('f1fe'); -$ti-icon-number-0: unicode('edf0'); -$ti-icon-number-0-small: unicode('fce1'); -$ti-icon-number-1: unicode('edf1'); -$ti-icon-number-1-small: unicode('fce2'); -$ti-icon-number-10-small: unicode('fce3'); -$ti-icon-number-11-small: unicode('fce4'); -$ti-icon-number-12-small: unicode('fce5'); -$ti-icon-number-13-small: unicode('fce6'); -$ti-icon-number-14-small: unicode('fce7'); -$ti-icon-number-15-small: unicode('fce8'); -$ti-icon-number-16-small: unicode('fce9'); -$ti-icon-number-17-small: unicode('fcea'); -$ti-icon-number-18-small: unicode('fceb'); -$ti-icon-number-19-small: unicode('fcec'); -$ti-icon-number-2: unicode('edf2'); -$ti-icon-number-2-small: unicode('fced'); -$ti-icon-number-20-small: unicode('fcee'); -$ti-icon-number-21-small: unicode('fcef'); -$ti-icon-number-22-small: unicode('fcf0'); -$ti-icon-number-23-small: unicode('fcf1'); -$ti-icon-number-24-small: unicode('fcf2'); -$ti-icon-number-25-small: unicode('fcf3'); -$ti-icon-number-26-small: unicode('fcf4'); -$ti-icon-number-27-small: unicode('fcf5'); -$ti-icon-number-28-small: unicode('fcf6'); -$ti-icon-number-29-small: unicode('fcf7'); -$ti-icon-number-3: unicode('edf3'); -$ti-icon-number-3-small: unicode('fcf8'); -$ti-icon-number-4: unicode('edf4'); -$ti-icon-number-4-small: unicode('fcf9'); -$ti-icon-number-5: unicode('edf5'); -$ti-icon-number-5-small: unicode('fcfa'); -$ti-icon-number-6: unicode('edf6'); -$ti-icon-number-6-small: unicode('fcfb'); -$ti-icon-number-7: unicode('edf7'); -$ti-icon-number-7-small: unicode('fcfc'); -$ti-icon-number-8: unicode('edf8'); -$ti-icon-number-8-small: unicode('fcfd'); -$ti-icon-number-9: unicode('edf9'); -$ti-icon-number-9-small: unicode('fcfe'); -$ti-icon-numbers: unicode('f015'); -$ti-icon-nurse: unicode('ef65'); -$ti-icon-nut: unicode('fc61'); -$ti-icon-octagon: unicode('ecbd'); -$ti-icon-octagon-filled: unicode('f686'); -$ti-icon-octagon-minus: unicode('fc92'); -$ti-icon-octagon-minus-2: unicode('fc91'); -$ti-icon-octagon-off: unicode('eeb8'); -$ti-icon-octagon-plus: unicode('fc94'); -$ti-icon-octagon-plus-2: unicode('fc93'); -$ti-icon-octahedron: unicode('faae'); -$ti-icon-octahedron-off: unicode('faac'); -$ti-icon-octahedron-plus: unicode('faad'); -$ti-icon-old: unicode('eeb9'); -$ti-icon-olympics: unicode('eeba'); -$ti-icon-olympics-off: unicode('f416'); -$ti-icon-om: unicode('f58d'); -$ti-icon-omega: unicode('eb97'); -$ti-icon-outbound: unicode('f249'); -$ti-icon-outlet: unicode('ebd7'); -$ti-icon-oval: unicode('f02e'); -$ti-icon-oval-filled: unicode('f687'); -$ti-icon-oval-vertical: unicode('f02d'); -$ti-icon-oval-vertical-filled: unicode('f688'); -$ti-icon-overline: unicode('eebb'); -$ti-icon-package: unicode('eaff'); -$ti-icon-package-export: unicode('f07a'); -$ti-icon-package-import: unicode('f07b'); -$ti-icon-package-off: unicode('f16c'); -$ti-icon-packages: unicode('f2c9'); -$ti-icon-pacman: unicode('eebc'); -$ti-icon-page-break: unicode('ec81'); -$ti-icon-paint: unicode('eb00'); -$ti-icon-paint-filled: unicode('f75f'); -$ti-icon-paint-off: unicode('f16d'); -$ti-icon-palette: unicode('eb01'); -$ti-icon-palette-off: unicode('f16e'); -$ti-icon-panorama-horizontal: unicode('ed33'); -$ti-icon-panorama-horizontal-off: unicode('f417'); -$ti-icon-panorama-vertical: unicode('ed34'); -$ti-icon-panorama-vertical-off: unicode('f418'); -$ti-icon-paper-bag: unicode('f02f'); -$ti-icon-paper-bag-off: unicode('f16f'); -$ti-icon-paperclip: unicode('eb02'); -$ti-icon-parachute: unicode('ed7c'); -$ti-icon-parachute-off: unicode('f170'); -$ti-icon-parentheses: unicode('ebd8'); -$ti-icon-parentheses-off: unicode('f171'); -$ti-icon-parking: unicode('eb03'); -$ti-icon-parking-circle: unicode('fd5a'); -$ti-icon-parking-off: unicode('f172'); -$ti-icon-password: unicode('f4ca'); -$ti-icon-password-fingerprint: unicode('fc7b'); -$ti-icon-password-mobile-phone: unicode('fc7c'); -$ti-icon-password-user: unicode('fc7d'); -$ti-icon-paw: unicode('eff9'); -$ti-icon-paw-filled: unicode('f689'); -$ti-icon-paw-off: unicode('f419'); -$ti-icon-paywall: unicode('fd7e'); -$ti-icon-pdf: unicode('f7ac'); -$ti-icon-peace: unicode('ecbe'); -$ti-icon-pencil: unicode('eb04'); -$ti-icon-pencil-bolt: unicode('fbfd'); -$ti-icon-pencil-cancel: unicode('fbfe'); -$ti-icon-pencil-check: unicode('fbff'); -$ti-icon-pencil-code: unicode('fc00'); -$ti-icon-pencil-cog: unicode('fc01'); -$ti-icon-pencil-discount: unicode('fc02'); -$ti-icon-pencil-dollar: unicode('fc03'); -$ti-icon-pencil-down: unicode('fc04'); -$ti-icon-pencil-exclamation: unicode('fc05'); -$ti-icon-pencil-heart: unicode('fc06'); -$ti-icon-pencil-minus: unicode('f1eb'); -$ti-icon-pencil-off: unicode('f173'); -$ti-icon-pencil-pause: unicode('fc07'); -$ti-icon-pencil-pin: unicode('fc08'); -$ti-icon-pencil-plus: unicode('f1ec'); -$ti-icon-pencil-question: unicode('fc09'); -$ti-icon-pencil-search: unicode('fc0a'); -$ti-icon-pencil-share: unicode('fc0b'); -$ti-icon-pencil-star: unicode('fc0c'); -$ti-icon-pencil-up: unicode('fc0d'); -$ti-icon-pencil-x: unicode('fc0e'); -$ti-icon-pennant: unicode('ed7d'); -$ti-icon-pennant-2: unicode('f06a'); -$ti-icon-pennant-2-filled: unicode('f68a'); -$ti-icon-pennant-filled: unicode('f68b'); -$ti-icon-pennant-off: unicode('f174'); -$ti-icon-pentagon: unicode('efe3'); -$ti-icon-pentagon-filled: unicode('f68c'); -$ti-icon-pentagon-number-0: unicode('fc7e'); -$ti-icon-pentagon-number-1: unicode('fc7f'); -$ti-icon-pentagon-number-2: unicode('fc80'); -$ti-icon-pentagon-number-3: unicode('fc81'); -$ti-icon-pentagon-number-4: unicode('fc82'); -$ti-icon-pentagon-number-5: unicode('fc83'); -$ti-icon-pentagon-number-6: unicode('fc84'); -$ti-icon-pentagon-number-7: unicode('fc85'); -$ti-icon-pentagon-number-8: unicode('fc86'); -$ti-icon-pentagon-number-9: unicode('fc87'); -$ti-icon-pentagon-off: unicode('f41a'); -$ti-icon-pentagon-plus: unicode('fc49'); -$ti-icon-pentagon-x: unicode('fc88'); -$ti-icon-pentagram: unicode('f586'); -$ti-icon-pepper: unicode('ef15'); -$ti-icon-pepper-off: unicode('f175'); -$ti-icon-percentage: unicode('ecf4'); -$ti-icon-perfume: unicode('f509'); -$ti-icon-perspective: unicode('eebd'); -$ti-icon-perspective-off: unicode('f176'); -$ti-icon-phone: unicode('eb09'); -$ti-icon-phone-call: unicode('eb05'); -$ti-icon-phone-calling: unicode('ec43'); -$ti-icon-phone-check: unicode('ec05'); -$ti-icon-phone-filled: unicode('fa49'); -$ti-icon-phone-incoming: unicode('eb06'); -$ti-icon-phone-off: unicode('ecf5'); -$ti-icon-phone-outgoing: unicode('eb07'); -$ti-icon-phone-pause: unicode('eb08'); -$ti-icon-phone-plus: unicode('ec06'); -$ti-icon-phone-x: unicode('ec07'); -$ti-icon-photo: unicode('eb0a'); -$ti-icon-photo-ai: unicode('fa32'); -$ti-icon-photo-bolt: unicode('f990'); -$ti-icon-photo-cancel: unicode('f35d'); -$ti-icon-photo-check: unicode('f35e'); -$ti-icon-photo-circle: unicode('fc4a'); -$ti-icon-photo-circle-minus: unicode('fc62'); -$ti-icon-photo-circle-plus: unicode('fc63'); -$ti-icon-photo-code: unicode('f991'); -$ti-icon-photo-cog: unicode('f992'); -$ti-icon-photo-dollar: unicode('f993'); -$ti-icon-photo-down: unicode('f35f'); -$ti-icon-photo-edit: unicode('f360'); -$ti-icon-photo-exclamation: unicode('f994'); -$ti-icon-photo-filled: unicode('fa4a'); -$ti-icon-photo-heart: unicode('f361'); -$ti-icon-photo-hexagon: unicode('fc4b'); -$ti-icon-photo-minus: unicode('f362'); -$ti-icon-photo-off: unicode('ecf6'); -$ti-icon-photo-pause: unicode('f995'); -$ti-icon-photo-pentagon: unicode('fc4c'); -$ti-icon-photo-pin: unicode('f996'); -$ti-icon-photo-plus: unicode('f363'); -$ti-icon-photo-question: unicode('f997'); -$ti-icon-photo-scan: unicode('fca8'); -$ti-icon-photo-search: unicode('f364'); -$ti-icon-photo-sensor: unicode('f798'); -$ti-icon-photo-sensor-2: unicode('f796'); -$ti-icon-photo-sensor-3: unicode('f797'); -$ti-icon-photo-share: unicode('f998'); -$ti-icon-photo-shield: unicode('f365'); -$ti-icon-photo-square-rounded: unicode('fc4d'); -$ti-icon-photo-star: unicode('f366'); -$ti-icon-photo-up: unicode('f38b'); -$ti-icon-photo-video: unicode('fc95'); -$ti-icon-photo-x: unicode('f367'); -$ti-icon-physotherapist: unicode('eebe'); -$ti-icon-piano: unicode('fad3'); -$ti-icon-pick: unicode('fafc'); -$ti-icon-picture-in-picture: unicode('ed35'); -$ti-icon-picture-in-picture-off: unicode('ed43'); -$ti-icon-picture-in-picture-on: unicode('ed44'); -$ti-icon-picture-in-picture-top: unicode('efe4'); -$ti-icon-pig: unicode('ef52'); -$ti-icon-pig-money: unicode('f38c'); -$ti-icon-pig-off: unicode('f177'); -$ti-icon-pilcrow: unicode('f5f6'); -$ti-icon-pilcrow-left: unicode('fd7f'); -$ti-icon-pilcrow-right: unicode('fd80'); -$ti-icon-pill: unicode('ec44'); -$ti-icon-pill-off: unicode('f178'); -$ti-icon-pills: unicode('ef66'); -$ti-icon-pin: unicode('ec9c'); -$ti-icon-pin-end: unicode('fd5b'); -$ti-icon-pin-filled: unicode('f68d'); -$ti-icon-pin-invoke: unicode('fd5c'); -$ti-icon-ping-pong: unicode('f38d'); -$ti-icon-pinned: unicode('ed60'); -$ti-icon-pinned-filled: unicode('f68e'); -$ti-icon-pinned-off: unicode('ed5f'); -$ti-icon-pizza: unicode('edbb'); -$ti-icon-pizza-off: unicode('f179'); -$ti-icon-placeholder: unicode('f626'); -$ti-icon-plane: unicode('eb6f'); -$ti-icon-plane-arrival: unicode('eb99'); -$ti-icon-plane-departure: unicode('eb9a'); -$ti-icon-plane-inflight: unicode('ef98'); -$ti-icon-plane-off: unicode('f17a'); -$ti-icon-plane-tilt: unicode('f1ed'); -$ti-icon-planet: unicode('ec08'); -$ti-icon-planet-off: unicode('f17b'); -$ti-icon-plant: unicode('ed50'); -$ti-icon-plant-2: unicode('ed7e'); -$ti-icon-plant-2-off: unicode('f17c'); -$ti-icon-plant-off: unicode('f17d'); -$ti-icon-play-basketball: unicode('fa66'); -$ti-icon-play-card: unicode('eebf'); -$ti-icon-play-card-off: unicode('f17e'); -$ti-icon-play-football: unicode('fa67'); -$ti-icon-play-handball: unicode('fa68'); -$ti-icon-play-volleyball: unicode('fa69'); -$ti-icon-player-eject: unicode('efbc'); -$ti-icon-player-eject-filled: unicode('f68f'); -$ti-icon-player-pause: unicode('ed45'); -$ti-icon-player-pause-filled: unicode('f690'); -$ti-icon-player-play: unicode('ed46'); -$ti-icon-player-play-filled: unicode('f691'); -$ti-icon-player-record: unicode('ed47'); -$ti-icon-player-record-filled: unicode('f692'); -$ti-icon-player-skip-back: unicode('ed48'); -$ti-icon-player-skip-back-filled: unicode('f693'); -$ti-icon-player-skip-forward: unicode('ed49'); -$ti-icon-player-skip-forward-filled: unicode('f694'); -$ti-icon-player-stop: unicode('ed4a'); -$ti-icon-player-stop-filled: unicode('f695'); -$ti-icon-player-track-next: unicode('ed4b'); -$ti-icon-player-track-next-filled: unicode('f696'); -$ti-icon-player-track-prev: unicode('ed4c'); -$ti-icon-player-track-prev-filled: unicode('f697'); -$ti-icon-playlist: unicode('eec0'); -$ti-icon-playlist-add: unicode('f008'); -$ti-icon-playlist-off: unicode('f17f'); -$ti-icon-playlist-x: unicode('f009'); -$ti-icon-playstation-circle: unicode('f2ad'); -$ti-icon-playstation-square: unicode('f2ae'); -$ti-icon-playstation-triangle: unicode('f2af'); -$ti-icon-playstation-x: unicode('f2b0'); -$ti-icon-plug: unicode('ebd9'); -$ti-icon-plug-connected: unicode('f00a'); -$ti-icon-plug-connected-x: unicode('f0a0'); -$ti-icon-plug-off: unicode('f180'); -$ti-icon-plug-x: unicode('f0a1'); -$ti-icon-plus: unicode('eb0b'); -$ti-icon-plus-equal: unicode('f7ad'); -$ti-icon-plus-minus: unicode('f7ae'); -$ti-icon-png: unicode('f3ad'); -$ti-icon-podium: unicode('f1d8'); -$ti-icon-podium-off: unicode('f41b'); -$ti-icon-point: unicode('eb0c'); -$ti-icon-point-filled: unicode('f698'); -$ti-icon-point-off: unicode('f181'); -$ti-icon-pointer: unicode('f265'); -$ti-icon-pointer-bolt: unicode('f999'); -$ti-icon-pointer-cancel: unicode('f99a'); -$ti-icon-pointer-check: unicode('f99b'); -$ti-icon-pointer-code: unicode('f99c'); -$ti-icon-pointer-cog: unicode('f99d'); -$ti-icon-pointer-dollar: unicode('f99e'); -$ti-icon-pointer-down: unicode('f99f'); -$ti-icon-pointer-exclamation: unicode('f9a0'); -$ti-icon-pointer-filled: unicode('fb30'); -$ti-icon-pointer-heart: unicode('f9a1'); -$ti-icon-pointer-minus: unicode('f9a2'); -$ti-icon-pointer-off: unicode('f9a3'); -$ti-icon-pointer-pause: unicode('f9a4'); -$ti-icon-pointer-pin: unicode('f9a5'); -$ti-icon-pointer-plus: unicode('f9a6'); -$ti-icon-pointer-question: unicode('f9a7'); -$ti-icon-pointer-search: unicode('f9a8'); -$ti-icon-pointer-share: unicode('f9a9'); -$ti-icon-pointer-star: unicode('f9aa'); -$ti-icon-pointer-up: unicode('f9ab'); -$ti-icon-pointer-x: unicode('f9ac'); -$ti-icon-pokeball: unicode('eec1'); -$ti-icon-pokeball-off: unicode('f41c'); -$ti-icon-poker-chip: unicode('f515'); -$ti-icon-polaroid: unicode('eec2'); -$ti-icon-polaroid-filled: unicode('fa4b'); -$ti-icon-polygon: unicode('efd0'); -$ti-icon-polygon-off: unicode('f182'); -$ti-icon-poo: unicode('f258'); -$ti-icon-pool: unicode('ed91'); -$ti-icon-pool-off: unicode('f41d'); -$ti-icon-power: unicode('eb0d'); -$ti-icon-pray: unicode('ecbf'); -$ti-icon-premium-rights: unicode('efbd'); -$ti-icon-prescription: unicode('ef99'); -$ti-icon-presentation: unicode('eb70'); -$ti-icon-presentation-analytics: unicode('eec3'); -$ti-icon-presentation-off: unicode('f183'); -$ti-icon-printer: unicode('eb0e'); -$ti-icon-printer-off: unicode('f184'); -$ti-icon-prism: unicode('fab1'); -$ti-icon-prism-off: unicode('faaf'); -$ti-icon-prism-plus: unicode('fab0'); -$ti-icon-prison: unicode('ef79'); -$ti-icon-progress: unicode('fa0d'); -$ti-icon-progress-alert: unicode('fa07'); -$ti-icon-progress-bolt: unicode('fa08'); -$ti-icon-progress-check: unicode('fa09'); -$ti-icon-progress-down: unicode('fa0a'); -$ti-icon-progress-help: unicode('fa0b'); -$ti-icon-progress-x: unicode('fa0c'); -$ti-icon-prompt: unicode('eb0f'); -$ti-icon-prong: unicode('fda1'); -$ti-icon-propeller: unicode('eec4'); -$ti-icon-propeller-off: unicode('f185'); -$ti-icon-protocol: unicode('fd81'); -$ti-icon-pumpkin-scary: unicode('f587'); -$ti-icon-puzzle: unicode('eb10'); -$ti-icon-puzzle-2: unicode('ef83'); -$ti-icon-puzzle-filled: unicode('f699'); -$ti-icon-puzzle-off: unicode('f186'); -$ti-icon-pyramid: unicode('eec5'); -$ti-icon-pyramid-off: unicode('f187'); -$ti-icon-pyramid-plus: unicode('fab2'); -$ti-icon-qrcode: unicode('eb11'); -$ti-icon-qrcode-off: unicode('f41e'); -$ti-icon-question-mark: unicode('ec9d'); -$ti-icon-quote: unicode('efbe'); -$ti-icon-quote-off: unicode('f188'); -$ti-icon-quotes: unicode('fb1e'); -$ti-icon-radar: unicode('f017'); -$ti-icon-radar-2: unicode('f016'); -$ti-icon-radar-off: unicode('f41f'); -$ti-icon-radio: unicode('ef2d'); -$ti-icon-radio-off: unicode('f420'); -$ti-icon-radioactive: unicode('ecc0'); -$ti-icon-radioactive-filled: unicode('f760'); -$ti-icon-radioactive-off: unicode('f189'); -$ti-icon-radius-bottom-left: unicode('eec6'); -$ti-icon-radius-bottom-right: unicode('eec7'); -$ti-icon-radius-top-left: unicode('eec8'); -$ti-icon-radius-top-right: unicode('eec9'); -$ti-icon-rainbow: unicode('edbc'); -$ti-icon-rainbow-off: unicode('f18a'); -$ti-icon-rating-12-plus: unicode('f266'); -$ti-icon-rating-14-plus: unicode('f267'); -$ti-icon-rating-16-plus: unicode('f268'); -$ti-icon-rating-18-plus: unicode('f269'); -$ti-icon-rating-21-plus: unicode('f26a'); -$ti-icon-razor: unicode('f4b5'); -$ti-icon-razor-electric: unicode('f4b4'); -$ti-icon-receipt: unicode('edfd'); -$ti-icon-receipt-2: unicode('edfa'); -$ti-icon-receipt-bitcoin: unicode('fd66'); -$ti-icon-receipt-dollar: unicode('fd67'); -$ti-icon-receipt-euro: unicode('fd68'); -$ti-icon-receipt-off: unicode('edfb'); -$ti-icon-receipt-pound: unicode('fd69'); -$ti-icon-receipt-refund: unicode('edfc'); -$ti-icon-receipt-rupee: unicode('fd82'); -$ti-icon-receipt-tax: unicode('edbd'); -$ti-icon-receipt-yen: unicode('fd6a'); -$ti-icon-receipt-yuan: unicode('fd6b'); -$ti-icon-recharging: unicode('eeca'); -$ti-icon-record-mail: unicode('eb12'); -$ti-icon-record-mail-off: unicode('f18b'); -$ti-icon-rectangle: unicode('ed37'); -$ti-icon-rectangle-filled: unicode('f69a'); -$ti-icon-rectangle-rounded-bottom: unicode('faed'); -$ti-icon-rectangle-rounded-top: unicode('faee'); -$ti-icon-rectangle-vertical: unicode('ed36'); -$ti-icon-rectangle-vertical-filled: unicode('f69b'); -$ti-icon-rectangular-prism: unicode('fab5'); -$ti-icon-rectangular-prism-off: unicode('fab3'); -$ti-icon-rectangular-prism-plus: unicode('fab4'); -$ti-icon-recycle: unicode('eb9b'); -$ti-icon-recycle-off: unicode('f18c'); -$ti-icon-refresh: unicode('eb13'); -$ti-icon-refresh-alert: unicode('ed57'); -$ti-icon-refresh-dot: unicode('efbf'); -$ti-icon-refresh-off: unicode('f18d'); -$ti-icon-regex: unicode('f31f'); -$ti-icon-regex-off: unicode('f421'); -$ti-icon-registered: unicode('eb14'); -$ti-icon-relation-many-to-many: unicode('ed7f'); -$ti-icon-relation-one-to-many: unicode('ed80'); -$ti-icon-relation-one-to-one: unicode('ed81'); -$ti-icon-reload: unicode('f3ae'); -$ti-icon-reorder: unicode('fc15'); -$ti-icon-repeat: unicode('eb72'); -$ti-icon-repeat-off: unicode('f18e'); -$ti-icon-repeat-once: unicode('eb71'); -$ti-icon-replace: unicode('ebc7'); -$ti-icon-replace-filled: unicode('f69c'); -$ti-icon-replace-off: unicode('f422'); -$ti-icon-report: unicode('eece'); -$ti-icon-report-analytics: unicode('eecb'); -$ti-icon-report-medical: unicode('eecc'); -$ti-icon-report-money: unicode('eecd'); -$ti-icon-report-off: unicode('f18f'); -$ti-icon-report-search: unicode('ef84'); -$ti-icon-reserved-line: unicode('f9f6'); -$ti-icon-resize: unicode('eecf'); -$ti-icon-restore: unicode('fafd'); -$ti-icon-rewind-backward-10: unicode('faba'); -$ti-icon-rewind-backward-15: unicode('fabb'); -$ti-icon-rewind-backward-20: unicode('fabc'); -$ti-icon-rewind-backward-30: unicode('fabd'); -$ti-icon-rewind-backward-40: unicode('fabe'); -$ti-icon-rewind-backward-5: unicode('fabf'); -$ti-icon-rewind-backward-50: unicode('fac0'); -$ti-icon-rewind-backward-60: unicode('fac1'); -$ti-icon-rewind-forward-10: unicode('fac2'); -$ti-icon-rewind-forward-15: unicode('fac3'); -$ti-icon-rewind-forward-20: unicode('fac4'); -$ti-icon-rewind-forward-30: unicode('fac5'); -$ti-icon-rewind-forward-40: unicode('fac6'); -$ti-icon-rewind-forward-5: unicode('fac7'); -$ti-icon-rewind-forward-50: unicode('fac8'); -$ti-icon-rewind-forward-60: unicode('fac9'); -$ti-icon-ribbon-health: unicode('f58e'); -$ti-icon-rings: unicode('fa6a'); -$ti-icon-ripple: unicode('ed82'); -$ti-icon-ripple-off: unicode('f190'); -$ti-icon-road: unicode('f018'); -$ti-icon-road-off: unicode('f191'); -$ti-icon-road-sign: unicode('ecdd'); -$ti-icon-robot: unicode('f00b'); -$ti-icon-robot-face: unicode('fcbe'); -$ti-icon-robot-off: unicode('f192'); -$ti-icon-rocket: unicode('ec45'); -$ti-icon-rocket-off: unicode('f193'); -$ti-icon-roller-skating: unicode('efd1'); -$ti-icon-rollercoaster: unicode('f0a2'); -$ti-icon-rollercoaster-off: unicode('f423'); -$ti-icon-rosette: unicode('f599'); -$ti-icon-rosette-filled: unicode('f69d'); -$ti-icon-rosette-number-0: unicode('f58f'); -$ti-icon-rosette-number-1: unicode('f590'); -$ti-icon-rosette-number-2: unicode('f591'); -$ti-icon-rosette-number-3: unicode('f592'); -$ti-icon-rosette-number-4: unicode('f593'); -$ti-icon-rosette-number-5: unicode('f594'); -$ti-icon-rosette-number-6: unicode('f595'); -$ti-icon-rosette-number-7: unicode('f596'); -$ti-icon-rosette-number-8: unicode('f597'); -$ti-icon-rosette-number-9: unicode('f598'); -$ti-icon-rotate: unicode('eb16'); -$ti-icon-rotate-2: unicode('ebb4'); -$ti-icon-rotate-360: unicode('ef85'); -$ti-icon-rotate-clockwise: unicode('eb15'); -$ti-icon-rotate-clockwise-2: unicode('ebb5'); -$ti-icon-rotate-dot: unicode('efe5'); -$ti-icon-rotate-rectangle: unicode('ec15'); -$ti-icon-route: unicode('eb17'); -$ti-icon-route-2: unicode('f4b6'); -$ti-icon-route-alt-left: unicode('fca9'); -$ti-icon-route-alt-right: unicode('fcaa'); -$ti-icon-route-off: unicode('f194'); -$ti-icon-route-scan: unicode('fcbf'); -$ti-icon-route-square: unicode('fcac'); -$ti-icon-route-square-2: unicode('fcab'); -$ti-icon-route-x: unicode('fcae'); -$ti-icon-route-x-2: unicode('fcad'); -$ti-icon-router: unicode('eb18'); -$ti-icon-router-off: unicode('f424'); -$ti-icon-row-insert-bottom: unicode('eed0'); -$ti-icon-row-insert-top: unicode('eed1'); -$ti-icon-row-remove: unicode('fafe'); -$ti-icon-rss: unicode('eb19'); -$ti-icon-rubber-stamp: unicode('f5ab'); -$ti-icon-rubber-stamp-off: unicode('f5aa'); -$ti-icon-ruler: unicode('eb1a'); -$ti-icon-ruler-2: unicode('eed2'); -$ti-icon-ruler-2-off: unicode('f195'); -$ti-icon-ruler-3: unicode('f290'); -$ti-icon-ruler-measure: unicode('f291'); -$ti-icon-ruler-off: unicode('f196'); -$ti-icon-run: unicode('ec82'); -$ti-icon-rv-truck: unicode('fcc0'); -$ti-icon-s-turn-down: unicode('f516'); -$ti-icon-s-turn-left: unicode('f517'); -$ti-icon-s-turn-right: unicode('f518'); -$ti-icon-s-turn-up: unicode('f519'); -$ti-icon-sailboat: unicode('ec83'); -$ti-icon-sailboat-2: unicode('f5f7'); -$ti-icon-sailboat-off: unicode('f425'); -$ti-icon-salad: unicode('f50a'); -$ti-icon-salt: unicode('ef16'); -$ti-icon-sandbox: unicode('fd6c'); -$ti-icon-satellite: unicode('eed3'); -$ti-icon-satellite-off: unicode('f197'); -$ti-icon-sausage: unicode('ef17'); -$ti-icon-scale: unicode('ebc2'); -$ti-icon-scale-off: unicode('f198'); -$ti-icon-scale-outline: unicode('ef53'); -$ti-icon-scale-outline-off: unicode('f199'); -$ti-icon-scan: unicode('ebc8'); -$ti-icon-scan-eye: unicode('f1ff'); -$ti-icon-schema: unicode('f200'); -$ti-icon-schema-off: unicode('f426'); -$ti-icon-school: unicode('ecf7'); -$ti-icon-school-bell: unicode('f64a'); -$ti-icon-school-off: unicode('f19a'); -$ti-icon-scissors: unicode('eb1b'); -$ti-icon-scissors-off: unicode('f19b'); -$ti-icon-scooter: unicode('ec6c'); -$ti-icon-scooter-electric: unicode('ecc1'); -$ti-icon-scoreboard: unicode('fa6b'); -$ti-icon-screen-share: unicode('ed18'); -$ti-icon-screen-share-off: unicode('ed17'); -$ti-icon-screenshot: unicode('f201'); -$ti-icon-scribble: unicode('f0a3'); -$ti-icon-scribble-off: unicode('f427'); -$ti-icon-script: unicode('f2da'); -$ti-icon-script-minus: unicode('f2d7'); -$ti-icon-script-plus: unicode('f2d8'); -$ti-icon-script-x: unicode('f2d9'); -$ti-icon-scuba-diving: unicode('fd4e'); -$ti-icon-scuba-mask: unicode('eed4'); -$ti-icon-scuba-mask-off: unicode('f428'); -$ti-icon-sdk: unicode('f3af'); -$ti-icon-search: unicode('eb1c'); -$ti-icon-search-off: unicode('f19c'); -$ti-icon-section: unicode('eed5'); -$ti-icon-section-sign: unicode('f019'); -$ti-icon-seeding: unicode('ed51'); -$ti-icon-seeding-off: unicode('f19d'); -$ti-icon-select: unicode('ec9e'); -$ti-icon-select-all: unicode('f9f7'); -$ti-icon-selector: unicode('eb1d'); -$ti-icon-send: unicode('eb1e'); -$ti-icon-send-2: unicode('fd5d'); -$ti-icon-send-off: unicode('f429'); -$ti-icon-seo: unicode('f26b'); -$ti-icon-separator: unicode('ebda'); -$ti-icon-separator-horizontal: unicode('ec79'); -$ti-icon-separator-vertical: unicode('ec7a'); -$ti-icon-server: unicode('eb1f'); -$ti-icon-server-2: unicode('f07c'); -$ti-icon-server-bolt: unicode('f320'); -$ti-icon-server-cog: unicode('f321'); -$ti-icon-server-off: unicode('f19e'); -$ti-icon-servicemark: unicode('ec09'); -$ti-icon-settings: unicode('eb20'); -$ti-icon-settings-2: unicode('f5ac'); -$ti-icon-settings-automation: unicode('eed6'); -$ti-icon-settings-bolt: unicode('f9ad'); -$ti-icon-settings-cancel: unicode('f9ae'); -$ti-icon-settings-check: unicode('f9af'); -$ti-icon-settings-code: unicode('f9b0'); -$ti-icon-settings-cog: unicode('f9b1'); -$ti-icon-settings-dollar: unicode('f9b2'); -$ti-icon-settings-down: unicode('f9b3'); -$ti-icon-settings-exclamation: unicode('f9b4'); -$ti-icon-settings-filled: unicode('f69e'); -$ti-icon-settings-heart: unicode('f9b5'); -$ti-icon-settings-minus: unicode('f9b6'); -$ti-icon-settings-off: unicode('f19f'); -$ti-icon-settings-pause: unicode('f9b7'); -$ti-icon-settings-pin: unicode('f9b8'); -$ti-icon-settings-plus: unicode('f9b9'); -$ti-icon-settings-question: unicode('f9ba'); -$ti-icon-settings-search: unicode('f9bb'); -$ti-icon-settings-share: unicode('f9bc'); -$ti-icon-settings-star: unicode('f9bd'); -$ti-icon-settings-up: unicode('f9be'); -$ti-icon-settings-x: unicode('f9bf'); -$ti-icon-shadow: unicode('eed8'); -$ti-icon-shadow-off: unicode('eed7'); -$ti-icon-shape: unicode('eb9c'); -$ti-icon-shape-2: unicode('eed9'); -$ti-icon-shape-3: unicode('eeda'); -$ti-icon-shape-off: unicode('f1a0'); -$ti-icon-share: unicode('eb21'); -$ti-icon-share-2: unicode('f799'); -$ti-icon-share-3: unicode('f7bd'); -$ti-icon-share-off: unicode('f1a1'); -$ti-icon-shi-jumping: unicode('fa6c'); -$ti-icon-shield: unicode('eb24'); -$ti-icon-shield-bolt: unicode('f9c0'); -$ti-icon-shield-cancel: unicode('f9c1'); -$ti-icon-shield-check: unicode('eb22'); -$ti-icon-shield-check-filled: unicode('f761'); -$ti-icon-shield-checkered: unicode('ef9a'); -$ti-icon-shield-checkered-filled: unicode('f762'); -$ti-icon-shield-chevron: unicode('ef9b'); -$ti-icon-shield-code: unicode('f9c2'); -$ti-icon-shield-cog: unicode('f9c3'); -$ti-icon-shield-dollar: unicode('f9c4'); -$ti-icon-shield-down: unicode('f9c5'); -$ti-icon-shield-exclamation: unicode('f9c6'); -$ti-icon-shield-filled: unicode('f69f'); -$ti-icon-shield-half: unicode('f358'); -$ti-icon-shield-half-filled: unicode('f357'); -$ti-icon-shield-heart: unicode('f9c7'); -$ti-icon-shield-lock: unicode('ed58'); -$ti-icon-shield-lock-filled: unicode('f763'); -$ti-icon-shield-minus: unicode('f9c8'); -$ti-icon-shield-off: unicode('ecf8'); -$ti-icon-shield-pause: unicode('f9c9'); -$ti-icon-shield-pin: unicode('f9ca'); -$ti-icon-shield-plus: unicode('f9cb'); -$ti-icon-shield-question: unicode('f9cc'); -$ti-icon-shield-search: unicode('f9cd'); -$ti-icon-shield-share: unicode('f9ce'); -$ti-icon-shield-star: unicode('f9cf'); -$ti-icon-shield-up: unicode('f9d0'); -$ti-icon-shield-x: unicode('eb23'); -$ti-icon-ship: unicode('ec84'); -$ti-icon-ship-off: unicode('f42a'); -$ti-icon-shirt: unicode('ec0a'); -$ti-icon-shirt-filled: unicode('f6a0'); -$ti-icon-shirt-off: unicode('f1a2'); -$ti-icon-shirt-sport: unicode('f26c'); -$ti-icon-shoe: unicode('efd2'); -$ti-icon-shoe-off: unicode('f1a4'); -$ti-icon-shopping-bag: unicode('f5f8'); -$ti-icon-shopping-bag-check: unicode('fc16'); -$ti-icon-shopping-bag-discount: unicode('fc17'); -$ti-icon-shopping-bag-edit: unicode('fc18'); -$ti-icon-shopping-bag-exclamation: unicode('fc19'); -$ti-icon-shopping-bag-heart: unicode('fda2'); -$ti-icon-shopping-bag-minus: unicode('fc1a'); -$ti-icon-shopping-bag-plus: unicode('fc1b'); -$ti-icon-shopping-bag-search: unicode('fc1c'); -$ti-icon-shopping-bag-x: unicode('fc1d'); -$ti-icon-shopping-cart: unicode('eb25'); -$ti-icon-shopping-cart-bolt: unicode('fb57'); -$ti-icon-shopping-cart-cancel: unicode('fb58'); -$ti-icon-shopping-cart-check: unicode('fb59'); -$ti-icon-shopping-cart-code: unicode('fb5a'); -$ti-icon-shopping-cart-cog: unicode('fb5b'); -$ti-icon-shopping-cart-copy: unicode('fb5c'); -$ti-icon-shopping-cart-discount: unicode('fb5d'); -$ti-icon-shopping-cart-dollar: unicode('fb5e'); -$ti-icon-shopping-cart-down: unicode('fb5f'); -$ti-icon-shopping-cart-exclamation: unicode('fb60'); -$ti-icon-shopping-cart-filled: unicode('fc3f'); -$ti-icon-shopping-cart-heart: unicode('fb61'); -$ti-icon-shopping-cart-minus: unicode('fb62'); -$ti-icon-shopping-cart-off: unicode('eedc'); -$ti-icon-shopping-cart-pause: unicode('fb63'); -$ti-icon-shopping-cart-pin: unicode('fb64'); -$ti-icon-shopping-cart-plus: unicode('fb65'); -$ti-icon-shopping-cart-question: unicode('fb66'); -$ti-icon-shopping-cart-search: unicode('fb67'); -$ti-icon-shopping-cart-share: unicode('fb68'); -$ti-icon-shopping-cart-star: unicode('fb69'); -$ti-icon-shopping-cart-up: unicode('fb6a'); -$ti-icon-shopping-cart-x: unicode('fb6b'); -$ti-icon-shovel: unicode('f1d9'); -$ti-icon-shovel-pitchforks: unicode('fd3a'); -$ti-icon-shredder: unicode('eedf'); -$ti-icon-sign-left: unicode('f06b'); -$ti-icon-sign-left-filled: unicode('f6a1'); -$ti-icon-sign-right: unicode('f06c'); -$ti-icon-sign-right-filled: unicode('f6a2'); -$ti-icon-signal-2g: unicode('f79a'); -$ti-icon-signal-3g: unicode('f1ee'); -$ti-icon-signal-4g: unicode('f1ef'); -$ti-icon-signal-4g-plus: unicode('f259'); -$ti-icon-signal-5g: unicode('f1f0'); -$ti-icon-signal-6g: unicode('f9f8'); -$ti-icon-signal-e: unicode('f9f9'); -$ti-icon-signal-g: unicode('f9fa'); -$ti-icon-signal-h: unicode('f9fc'); -$ti-icon-signal-h-plus: unicode('f9fb'); -$ti-icon-signal-lte: unicode('f9fd'); -$ti-icon-signature: unicode('eee0'); -$ti-icon-signature-off: unicode('f1a5'); -$ti-icon-sitemap: unicode('eb9d'); -$ti-icon-sitemap-off: unicode('f1a6'); -$ti-icon-skateboard: unicode('ecc2'); -$ti-icon-skateboard-off: unicode('f42b'); -$ti-icon-skateboarding: unicode('faca'); -$ti-icon-skew-x: unicode('fd3b'); -$ti-icon-skew-y: unicode('fd3c'); -$ti-icon-skull: unicode('f292'); -$ti-icon-slash: unicode('f4f9'); -$ti-icon-slashes: unicode('f588'); -$ti-icon-sleigh: unicode('ef9c'); -$ti-icon-slice: unicode('ebdb'); -$ti-icon-slideshow: unicode('ebc9'); -$ti-icon-smart-home: unicode('ecde'); -$ti-icon-smart-home-off: unicode('f1a7'); -$ti-icon-smoking: unicode('ecc4'); -$ti-icon-smoking-no: unicode('ecc3'); -$ti-icon-snowboarding: unicode('fd4f'); -$ti-icon-snowflake: unicode('ec0b'); -$ti-icon-snowflake-off: unicode('f1a8'); -$ti-icon-snowman: unicode('f26d'); -$ti-icon-soccer-field: unicode('ed92'); -$ti-icon-social: unicode('ebec'); -$ti-icon-social-off: unicode('f1a9'); -$ti-icon-sock: unicode('eee1'); -$ti-icon-sofa: unicode('efaf'); -$ti-icon-sofa-off: unicode('f42c'); -$ti-icon-solar-electricity: unicode('fcc1'); -$ti-icon-solar-panel: unicode('f7bf'); -$ti-icon-solar-panel-2: unicode('f7be'); -$ti-icon-sort-0-9: unicode('f54d'); -$ti-icon-sort-9-0: unicode('f54e'); -$ti-icon-sort-a-z: unicode('f54f'); -$ti-icon-sort-ascending: unicode('eb26'); -$ti-icon-sort-ascending-2: unicode('eee2'); -$ti-icon-sort-ascending-letters: unicode('ef18'); -$ti-icon-sort-ascending-numbers: unicode('ef19'); -$ti-icon-sort-ascending-shapes: unicode('fd94'); -$ti-icon-sort-ascending-small-big: unicode('fd95'); -$ti-icon-sort-deacending-small-big: unicode('fd96'); -$ti-icon-sort-descending: unicode('eb27'); -$ti-icon-sort-descending-2: unicode('eee3'); -$ti-icon-sort-descending-letters: unicode('ef1a'); -$ti-icon-sort-descending-numbers: unicode('ef1b'); -$ti-icon-sort-descending-shapes: unicode('fd97'); -$ti-icon-sort-z-a: unicode('f550'); -$ti-icon-sos: unicode('f24a'); -$ti-icon-soup: unicode('ef2e'); -$ti-icon-soup-off: unicode('f42d'); -$ti-icon-source-code: unicode('f4a2'); -$ti-icon-space: unicode('ec0c'); -$ti-icon-space-off: unicode('f1aa'); -$ti-icon-spacing-horizontal: unicode('ef54'); -$ti-icon-spacing-vertical: unicode('ef55'); -$ti-icon-spade: unicode('effa'); -$ti-icon-spade-filled: unicode('f6a3'); -$ti-icon-sparkles: unicode('f6d7'); -$ti-icon-speakerphone: unicode('ed61'); -$ti-icon-speedboat: unicode('ed93'); -$ti-icon-sphere: unicode('fab8'); -$ti-icon-sphere-off: unicode('fab6'); -$ti-icon-sphere-plus: unicode('fab7'); -$ti-icon-spider: unicode('f293'); -$ti-icon-spiral: unicode('f294'); -$ti-icon-spiral-off: unicode('f42e'); -$ti-icon-sport-billard: unicode('eee4'); -$ti-icon-spray: unicode('f50b'); -$ti-icon-spy: unicode('f227'); -$ti-icon-spy-off: unicode('f42f'); -$ti-icon-sql: unicode('f7c0'); -$ti-icon-square: unicode('eb2c'); -$ti-icon-square-0-filled: unicode('f764'); -$ti-icon-square-1-filled: unicode('f765'); -$ti-icon-square-2-filled: unicode('f7fa'); -$ti-icon-square-3-filled: unicode('f766'); -$ti-icon-square-4-filled: unicode('f767'); -$ti-icon-square-5-filled: unicode('f768'); -$ti-icon-square-6-filled: unicode('f769'); -$ti-icon-square-7-filled: unicode('f76a'); -$ti-icon-square-8-filled: unicode('f76b'); -$ti-icon-square-9-filled: unicode('f76c'); -$ti-icon-square-arrow-down: unicode('f4b7'); -$ti-icon-square-arrow-down-filled: unicode('fb31'); -$ti-icon-square-arrow-left: unicode('f4b8'); -$ti-icon-square-arrow-left-filled: unicode('fb32'); -$ti-icon-square-arrow-right: unicode('f4b9'); -$ti-icon-square-arrow-right-filled: unicode('fb33'); -$ti-icon-square-arrow-up: unicode('f4ba'); -$ti-icon-square-arrow-up-filled: unicode('fb34'); -$ti-icon-square-asterisk: unicode('f01a'); -$ti-icon-square-asterisk-filled: unicode('fb35'); -$ti-icon-square-check: unicode('eb28'); -$ti-icon-square-check-filled: unicode('f76d'); -$ti-icon-square-chevron-down: unicode('f627'); -$ti-icon-square-chevron-down-filled: unicode('fb36'); -$ti-icon-square-chevron-left: unicode('f628'); -$ti-icon-square-chevron-left-filled: unicode('fb37'); -$ti-icon-square-chevron-right: unicode('f629'); -$ti-icon-square-chevron-right-filled: unicode('fb38'); -$ti-icon-square-chevron-up: unicode('f62a'); -$ti-icon-square-chevron-up-filled: unicode('fb39'); -$ti-icon-square-chevrons-down: unicode('f64b'); -$ti-icon-square-chevrons-down-filled: unicode('fb3a'); -$ti-icon-square-chevrons-left: unicode('f64c'); -$ti-icon-square-chevrons-left-filled: unicode('fb3b'); -$ti-icon-square-chevrons-right: unicode('f64d'); -$ti-icon-square-chevrons-right-filled: unicode('fb3c'); -$ti-icon-square-chevrons-up: unicode('f64e'); -$ti-icon-square-chevrons-up-filled: unicode('fb3d'); -$ti-icon-square-dot: unicode('ed59'); -$ti-icon-square-dot-filled: unicode('fb3e'); -$ti-icon-square-f0: unicode('f526'); -$ti-icon-square-f0-filled: unicode('f76e'); -$ti-icon-square-f1: unicode('f527'); -$ti-icon-square-f1-filled: unicode('f76f'); -$ti-icon-square-f2: unicode('f528'); -$ti-icon-square-f2-filled: unicode('f770'); -$ti-icon-square-f3: unicode('f529'); -$ti-icon-square-f3-filled: unicode('f771'); -$ti-icon-square-f4: unicode('f52a'); -$ti-icon-square-f4-filled: unicode('f772'); -$ti-icon-square-f5: unicode('f52b'); -$ti-icon-square-f5-filled: unicode('f773'); -$ti-icon-square-f6: unicode('f52c'); -$ti-icon-square-f6-filled: unicode('f774'); -$ti-icon-square-f7: unicode('f52d'); -$ti-icon-square-f7-filled: unicode('f775'); -$ti-icon-square-f8: unicode('f52e'); -$ti-icon-square-f8-filled: unicode('f776'); -$ti-icon-square-f9: unicode('f52f'); -$ti-icon-square-f9-filled: unicode('f777'); -$ti-icon-square-filled: unicode('fc40'); -$ti-icon-square-forbid: unicode('ed5b'); -$ti-icon-square-forbid-2: unicode('ed5a'); -$ti-icon-square-half: unicode('effb'); -$ti-icon-square-key: unicode('f638'); -$ti-icon-square-letter-a: unicode('f47c'); -$ti-icon-square-letter-b: unicode('f47d'); -$ti-icon-square-letter-c: unicode('f47e'); -$ti-icon-square-letter-d: unicode('f47f'); -$ti-icon-square-letter-e: unicode('f480'); -$ti-icon-square-letter-f: unicode('f481'); -$ti-icon-square-letter-g: unicode('f482'); -$ti-icon-square-letter-h: unicode('f483'); -$ti-icon-square-letter-i: unicode('f484'); -$ti-icon-square-letter-j: unicode('f485'); -$ti-icon-square-letter-k: unicode('f486'); -$ti-icon-square-letter-l: unicode('f487'); -$ti-icon-square-letter-m: unicode('f488'); -$ti-icon-square-letter-n: unicode('f489'); -$ti-icon-square-letter-o: unicode('f48a'); -$ti-icon-square-letter-p: unicode('f48b'); -$ti-icon-square-letter-q: unicode('f48c'); -$ti-icon-square-letter-r: unicode('f48d'); -$ti-icon-square-letter-s: unicode('f48e'); -$ti-icon-square-letter-t: unicode('f48f'); -$ti-icon-square-letter-u: unicode('f490'); -$ti-icon-square-letter-v: unicode('f4bb'); -$ti-icon-square-letter-w: unicode('f491'); -$ti-icon-square-letter-x: unicode('f4bc'); -$ti-icon-square-letter-y: unicode('f492'); -$ti-icon-square-letter-z: unicode('f493'); -$ti-icon-square-minus: unicode('eb29'); -$ti-icon-square-minus-filled: unicode('fb3f'); -$ti-icon-square-number-0: unicode('eee5'); -$ti-icon-square-number-1: unicode('eee6'); -$ti-icon-square-number-2: unicode('eee7'); -$ti-icon-square-number-3: unicode('eee8'); -$ti-icon-square-number-4: unicode('eee9'); -$ti-icon-square-number-5: unicode('eeea'); -$ti-icon-square-number-6: unicode('eeeb'); -$ti-icon-square-number-7: unicode('eeec'); -$ti-icon-square-number-8: unicode('eeed'); -$ti-icon-square-number-9: unicode('eeee'); -$ti-icon-square-off: unicode('eeef'); -$ti-icon-square-percentage: unicode('fd83'); -$ti-icon-square-plus: unicode('eb2a'); -$ti-icon-square-plus-2: unicode('fc96'); -$ti-icon-square-root: unicode('eef1'); -$ti-icon-square-root-2: unicode('eef0'); -$ti-icon-square-rotated: unicode('ecdf'); -$ti-icon-square-rotated-filled: unicode('f6a4'); -$ti-icon-square-rotated-forbid: unicode('f01c'); -$ti-icon-square-rotated-forbid-2: unicode('f01b'); -$ti-icon-square-rotated-off: unicode('eef2'); -$ti-icon-square-rounded: unicode('f59a'); -$ti-icon-square-rounded-arrow-down: unicode('f639'); -$ti-icon-square-rounded-arrow-down-filled: unicode('f6db'); -$ti-icon-square-rounded-arrow-left: unicode('f63a'); -$ti-icon-square-rounded-arrow-left-filled: unicode('f6dc'); -$ti-icon-square-rounded-arrow-right: unicode('f63b'); -$ti-icon-square-rounded-arrow-right-filled: unicode('f6dd'); -$ti-icon-square-rounded-arrow-up: unicode('f63c'); -$ti-icon-square-rounded-arrow-up-filled: unicode('f6de'); -$ti-icon-square-rounded-check: unicode('f63d'); -$ti-icon-square-rounded-check-filled: unicode('f6df'); -$ti-icon-square-rounded-chevron-down: unicode('f62b'); -$ti-icon-square-rounded-chevron-down-filled: unicode('f6e0'); -$ti-icon-square-rounded-chevron-left: unicode('f62c'); -$ti-icon-square-rounded-chevron-left-filled: unicode('f6e1'); -$ti-icon-square-rounded-chevron-right: unicode('f62d'); -$ti-icon-square-rounded-chevron-right-filled: unicode('f6e2'); -$ti-icon-square-rounded-chevron-up: unicode('f62e'); -$ti-icon-square-rounded-chevron-up-filled: unicode('f6e3'); -$ti-icon-square-rounded-chevrons-down: unicode('f64f'); -$ti-icon-square-rounded-chevrons-down-filled: unicode('f6e4'); -$ti-icon-square-rounded-chevrons-left: unicode('f650'); -$ti-icon-square-rounded-chevrons-left-filled: unicode('f6e5'); -$ti-icon-square-rounded-chevrons-right: unicode('f651'); -$ti-icon-square-rounded-chevrons-right-filled: unicode('f6e6'); -$ti-icon-square-rounded-chevrons-up: unicode('f652'); -$ti-icon-square-rounded-chevrons-up-filled: unicode('f6e7'); -$ti-icon-square-rounded-filled: unicode('f6a5'); -$ti-icon-square-rounded-letter-a: unicode('f5ae'); -$ti-icon-square-rounded-letter-b: unicode('f5af'); -$ti-icon-square-rounded-letter-c: unicode('f5b0'); -$ti-icon-square-rounded-letter-d: unicode('f5b1'); -$ti-icon-square-rounded-letter-e: unicode('f5b2'); -$ti-icon-square-rounded-letter-f: unicode('f5b3'); -$ti-icon-square-rounded-letter-g: unicode('f5b4'); -$ti-icon-square-rounded-letter-h: unicode('f5b5'); -$ti-icon-square-rounded-letter-i: unicode('f5b6'); -$ti-icon-square-rounded-letter-j: unicode('f5b7'); -$ti-icon-square-rounded-letter-k: unicode('f5b8'); -$ti-icon-square-rounded-letter-l: unicode('f5b9'); -$ti-icon-square-rounded-letter-m: unicode('f5ba'); -$ti-icon-square-rounded-letter-n: unicode('f5bb'); -$ti-icon-square-rounded-letter-o: unicode('f5bc'); -$ti-icon-square-rounded-letter-p: unicode('f5bd'); -$ti-icon-square-rounded-letter-q: unicode('f5be'); -$ti-icon-square-rounded-letter-r: unicode('f5bf'); -$ti-icon-square-rounded-letter-s: unicode('f5c0'); -$ti-icon-square-rounded-letter-t: unicode('f5c1'); -$ti-icon-square-rounded-letter-u: unicode('f5c2'); -$ti-icon-square-rounded-letter-v: unicode('f5c3'); -$ti-icon-square-rounded-letter-w: unicode('f5c4'); -$ti-icon-square-rounded-letter-x: unicode('f5c5'); -$ti-icon-square-rounded-letter-y: unicode('f5c6'); -$ti-icon-square-rounded-letter-z: unicode('f5c7'); -$ti-icon-square-rounded-minus: unicode('f63e'); -$ti-icon-square-rounded-minus-2: unicode('fc97'); -$ti-icon-square-rounded-minus-filled: unicode('fb40'); -$ti-icon-square-rounded-number-0: unicode('f5c8'); -$ti-icon-square-rounded-number-0-filled: unicode('f778'); -$ti-icon-square-rounded-number-1: unicode('f5c9'); -$ti-icon-square-rounded-number-1-filled: unicode('f779'); -$ti-icon-square-rounded-number-2: unicode('f5ca'); -$ti-icon-square-rounded-number-2-filled: unicode('f77a'); -$ti-icon-square-rounded-number-3: unicode('f5cb'); -$ti-icon-square-rounded-number-3-filled: unicode('f77b'); -$ti-icon-square-rounded-number-4: unicode('f5cc'); -$ti-icon-square-rounded-number-4-filled: unicode('f77c'); -$ti-icon-square-rounded-number-5: unicode('f5cd'); -$ti-icon-square-rounded-number-5-filled: unicode('f77d'); -$ti-icon-square-rounded-number-6: unicode('f5ce'); -$ti-icon-square-rounded-number-6-filled: unicode('f77e'); -$ti-icon-square-rounded-number-7: unicode('f5cf'); -$ti-icon-square-rounded-number-7-filled: unicode('f77f'); -$ti-icon-square-rounded-number-8: unicode('f5d0'); -$ti-icon-square-rounded-number-8-filled: unicode('f780'); -$ti-icon-square-rounded-number-9: unicode('f5d1'); -$ti-icon-square-rounded-number-9-filled: unicode('f781'); -$ti-icon-square-rounded-percentage: unicode('fd84'); -$ti-icon-square-rounded-plus: unicode('f63f'); -$ti-icon-square-rounded-plus-2: unicode('fc98'); -$ti-icon-square-rounded-plus-filled: unicode('f6e8'); -$ti-icon-square-rounded-x: unicode('f640'); -$ti-icon-square-rounded-x-filled: unicode('f6e9'); -$ti-icon-square-toggle: unicode('eef4'); -$ti-icon-square-toggle-horizontal: unicode('eef3'); -$ti-icon-square-x: unicode('eb2b'); -$ti-icon-square-x-filled: unicode('fb41'); -$ti-icon-squares-diagonal: unicode('eef5'); -$ti-icon-squares-filled: unicode('eef6'); -$ti-icon-stack: unicode('eb2d'); -$ti-icon-stack-2: unicode('eef7'); -$ti-icon-stack-3: unicode('ef9d'); -$ti-icon-stack-back: unicode('fd26'); -$ti-icon-stack-backward: unicode('fd27'); -$ti-icon-stack-forward: unicode('fd28'); -$ti-icon-stack-front: unicode('fd29'); -$ti-icon-stack-middle: unicode('fd2a'); -$ti-icon-stack-pop: unicode('f234'); -$ti-icon-stack-push: unicode('f235'); -$ti-icon-stairs: unicode('eca6'); -$ti-icon-stairs-down: unicode('eca4'); -$ti-icon-stairs-up: unicode('eca5'); -$ti-icon-star: unicode('eb2e'); -$ti-icon-star-filled: unicode('f6a6'); -$ti-icon-star-half: unicode('ed19'); -$ti-icon-star-half-filled: unicode('f6a7'); -$ti-icon-star-off: unicode('ed62'); -$ti-icon-stars: unicode('ed38'); -$ti-icon-stars-filled: unicode('f6a8'); -$ti-icon-stars-off: unicode('f430'); -$ti-icon-status-change: unicode('f3b0'); -$ti-icon-steam: unicode('f24b'); -$ti-icon-steering-wheel: unicode('ec7b'); -$ti-icon-steering-wheel-off: unicode('f431'); -$ti-icon-step-into: unicode('ece0'); -$ti-icon-step-out: unicode('ece1'); -$ti-icon-stereo-glasses: unicode('f4cb'); -$ti-icon-stethoscope: unicode('edbe'); -$ti-icon-stethoscope-off: unicode('f432'); -$ti-icon-sticker: unicode('eb2f'); -$ti-icon-sticker-2: unicode('fd3d'); -$ti-icon-storm: unicode('f24c'); -$ti-icon-storm-off: unicode('f433'); -$ti-icon-stretching: unicode('f2db'); -$ti-icon-stretching-2: unicode('fa6d'); -$ti-icon-strikethrough: unicode('eb9e'); -$ti-icon-submarine: unicode('ed94'); -$ti-icon-subscript: unicode('eb9f'); -$ti-icon-subtask: unicode('ec9f'); -$ti-icon-sum: unicode('eb73'); -$ti-icon-sum-off: unicode('f1ab'); -$ti-icon-sun: unicode('eb30'); -$ti-icon-sun-electricity: unicode('fcc2'); -$ti-icon-sun-filled: unicode('f6a9'); -$ti-icon-sun-high: unicode('f236'); -$ti-icon-sun-low: unicode('f237'); -$ti-icon-sun-moon: unicode('f4a3'); -$ti-icon-sun-off: unicode('ed63'); -$ti-icon-sun-wind: unicode('f238'); -$ti-icon-sunglasses: unicode('f239'); -$ti-icon-sunrise: unicode('ef1c'); -$ti-icon-sunset: unicode('ec31'); -$ti-icon-sunset-2: unicode('f23a'); -$ti-icon-superscript: unicode('eba0'); -$ti-icon-svg: unicode('f25a'); -$ti-icon-swimming: unicode('ec92'); -$ti-icon-swipe: unicode('f551'); -$ti-icon-swipe-down: unicode('fd5e'); -$ti-icon-swipe-left: unicode('fd5f'); -$ti-icon-swipe-right: unicode('fd60'); -$ti-icon-swipe-up: unicode('fd61'); -$ti-icon-switch: unicode('eb33'); -$ti-icon-switch-2: unicode('edbf'); -$ti-icon-switch-3: unicode('edc0'); -$ti-icon-switch-horizontal: unicode('eb31'); -$ti-icon-switch-vertical: unicode('eb32'); -$ti-icon-sword: unicode('f030'); -$ti-icon-sword-off: unicode('f434'); -$ti-icon-swords: unicode('f132'); -$ti-icon-table: unicode('eba1'); -$ti-icon-table-alias: unicode('f25b'); -$ti-icon-table-column: unicode('faff'); -$ti-icon-table-down: unicode('fa1c'); -$ti-icon-table-export: unicode('eef8'); -$ti-icon-table-filled: unicode('f782'); -$ti-icon-table-heart: unicode('fa1d'); -$ti-icon-table-import: unicode('eef9'); -$ti-icon-table-minus: unicode('fa1e'); -$ti-icon-table-off: unicode('eefa'); -$ti-icon-table-options: unicode('f25c'); -$ti-icon-table-plus: unicode('fa1f'); -$ti-icon-table-row: unicode('fb00'); -$ti-icon-table-share: unicode('fa20'); -$ti-icon-table-shortcut: unicode('f25d'); -$ti-icon-tag: unicode('eb34'); -$ti-icon-tag-off: unicode('efc0'); -$ti-icon-tag-starred: unicode('fc99'); -$ti-icon-tags: unicode('ef86'); -$ti-icon-tags-off: unicode('efc1'); -$ti-icon-tallymark-1: unicode('ec46'); -$ti-icon-tallymark-2: unicode('ec47'); -$ti-icon-tallymark-3: unicode('ec48'); -$ti-icon-tallymark-4: unicode('ec49'); -$ti-icon-tallymarks: unicode('ec4a'); -$ti-icon-tank: unicode('ed95'); -$ti-icon-target: unicode('eb35'); -$ti-icon-target-arrow: unicode('f51a'); -$ti-icon-target-off: unicode('f1ad'); -$ti-icon-teapot: unicode('f552'); -$ti-icon-telescope: unicode('f07d'); -$ti-icon-telescope-off: unicode('f1ae'); -$ti-icon-temperature: unicode('eb38'); -$ti-icon-temperature-celsius: unicode('eb36'); -$ti-icon-temperature-fahrenheit: unicode('eb37'); -$ti-icon-temperature-minus: unicode('ebed'); -$ti-icon-temperature-off: unicode('f1af'); -$ti-icon-temperature-plus: unicode('ebee'); -$ti-icon-temperature-snow: unicode('fda3'); -$ti-icon-temperature-sun: unicode('fda4'); -$ti-icon-template: unicode('eb39'); -$ti-icon-template-off: unicode('f1b0'); -$ti-icon-tent: unicode('eefb'); -$ti-icon-tent-off: unicode('f435'); -$ti-icon-terminal: unicode('ebdc'); -$ti-icon-terminal-2: unicode('ebef'); -$ti-icon-test-pipe: unicode('eb3a'); -$ti-icon-test-pipe-2: unicode('f0a4'); -$ti-icon-test-pipe-off: unicode('f1b1'); -$ti-icon-tex: unicode('f4e0'); -$ti-icon-text-caption: unicode('f4a4'); -$ti-icon-text-color: unicode('f2dc'); -$ti-icon-text-decrease: unicode('f202'); -$ti-icon-text-direction-ltr: unicode('eefc'); -$ti-icon-text-direction-rtl: unicode('eefd'); -$ti-icon-text-grammar: unicode('fd6d'); -$ti-icon-text-increase: unicode('f203'); -$ti-icon-text-orientation: unicode('f2a4'); -$ti-icon-text-plus: unicode('f2a5'); -$ti-icon-text-recognition: unicode('f204'); -$ti-icon-text-resize: unicode('ef87'); -$ti-icon-text-scan-2: unicode('fcc3'); -$ti-icon-text-size: unicode('f2b1'); -$ti-icon-text-spellcheck: unicode('f2a6'); -$ti-icon-text-wrap: unicode('ebdd'); -$ti-icon-text-wrap-disabled: unicode('eca7'); -$ti-icon-texture: unicode('f51b'); -$ti-icon-theater: unicode('f79b'); -$ti-icon-thermometer: unicode('ef67'); -$ti-icon-thumb-down: unicode('eb3b'); -$ti-icon-thumb-down-filled: unicode('f6aa'); -$ti-icon-thumb-down-off: unicode('f436'); -$ti-icon-thumb-up: unicode('eb3c'); -$ti-icon-thumb-up-filled: unicode('f6ab'); -$ti-icon-thumb-up-off: unicode('f437'); -$ti-icon-tic-tac: unicode('f51c'); -$ti-icon-ticket: unicode('eb3d'); -$ti-icon-ticket-off: unicode('f1b2'); -$ti-icon-tie: unicode('f07e'); -$ti-icon-tilde: unicode('f4a5'); -$ti-icon-tilt-shift: unicode('eefe'); -$ti-icon-tilt-shift-off: unicode('f1b3'); -$ti-icon-time-duration-0: unicode('fad4'); -$ti-icon-time-duration-10: unicode('fad5'); -$ti-icon-time-duration-15: unicode('fad6'); -$ti-icon-time-duration-30: unicode('fad7'); -$ti-icon-time-duration-45: unicode('fad8'); -$ti-icon-time-duration-5: unicode('fad9'); -$ti-icon-time-duration-60: unicode('fada'); -$ti-icon-time-duration-90: unicode('fadb'); -$ti-icon-time-duration-off: unicode('fadc'); -$ti-icon-timeline: unicode('f031'); -$ti-icon-timeline-event: unicode('f553'); -$ti-icon-timeline-event-exclamation: unicode('f662'); -$ti-icon-timeline-event-filled: unicode('fd18'); -$ti-icon-timeline-event-minus: unicode('f663'); -$ti-icon-timeline-event-plus: unicode('f664'); -$ti-icon-timeline-event-text: unicode('f665'); -$ti-icon-timeline-event-x: unicode('f666'); -$ti-icon-tir: unicode('ebf0'); -$ti-icon-toggle-left: unicode('eb3e'); -$ti-icon-toggle-right: unicode('eb3f'); -$ti-icon-toilet-paper: unicode('efd3'); -$ti-icon-toilet-paper-off: unicode('f1b4'); -$ti-icon-toml: unicode('fa5d'); -$ti-icon-tool: unicode('eb40'); -$ti-icon-tools: unicode('ebca'); -$ti-icon-tools-kitchen: unicode('ed64'); -$ti-icon-tools-kitchen-2: unicode('eeff'); -$ti-icon-tools-kitchen-2-off: unicode('f1b5'); -$ti-icon-tools-kitchen-3: unicode('fd2b'); -$ti-icon-tools-kitchen-off: unicode('f1b6'); -$ti-icon-tools-off: unicode('f1b7'); -$ti-icon-tooltip: unicode('f2dd'); -$ti-icon-topology-bus: unicode('f5d9'); -$ti-icon-topology-complex: unicode('f5da'); -$ti-icon-topology-full: unicode('f5dc'); -$ti-icon-topology-full-hierarchy: unicode('f5db'); -$ti-icon-topology-ring: unicode('f5df'); -$ti-icon-topology-ring-2: unicode('f5dd'); -$ti-icon-topology-ring-3: unicode('f5de'); -$ti-icon-topology-star: unicode('f5e5'); -$ti-icon-topology-star-2: unicode('f5e0'); -$ti-icon-topology-star-3: unicode('f5e1'); -$ti-icon-topology-star-ring: unicode('f5e4'); -$ti-icon-topology-star-ring-2: unicode('f5e2'); -$ti-icon-topology-star-ring-3: unicode('f5e3'); -$ti-icon-torii: unicode('f59b'); -$ti-icon-tornado: unicode('ece2'); -$ti-icon-tournament: unicode('ecd0'); -$ti-icon-tower: unicode('f2cb'); -$ti-icon-tower-off: unicode('f2ca'); -$ti-icon-track: unicode('ef00'); -$ti-icon-tractor: unicode('ec0d'); -$ti-icon-trademark: unicode('ec0e'); -$ti-icon-traffic-cone: unicode('ec0f'); -$ti-icon-traffic-cone-off: unicode('f1b8'); -$ti-icon-traffic-lights: unicode('ed39'); -$ti-icon-traffic-lights-off: unicode('f1b9'); -$ti-icon-train: unicode('ed96'); -$ti-icon-transaction-bitcoin: unicode('fd6e'); -$ti-icon-transaction-dollar: unicode('fd6f'); -$ti-icon-transaction-euro: unicode('fd70'); -$ti-icon-transaction-pound: unicode('fd71'); -$ti-icon-transaction-rupee: unicode('fd85'); -$ti-icon-transaction-yen: unicode('fd72'); -$ti-icon-transaction-yuan: unicode('fd73'); -$ti-icon-transfer: unicode('fc1f'); -$ti-icon-transfer-in: unicode('ef2f'); -$ti-icon-transfer-out: unicode('ef30'); -$ti-icon-transfer-vertical: unicode('fc1e'); -$ti-icon-transform: unicode('f38e'); -$ti-icon-transform-filled: unicode('f6ac'); -$ti-icon-transform-point: unicode('fda9'); -$ti-icon-transform-point-bottom-left: unicode('fda5'); -$ti-icon-transform-point-bottom-right: unicode('fda6'); -$ti-icon-transform-point-top-left: unicode('fda7'); -$ti-icon-transform-point-top-right: unicode('fda8'); -$ti-icon-transition-bottom: unicode('f2b2'); -$ti-icon-transition-left: unicode('f2b3'); -$ti-icon-transition-right: unicode('f2b4'); -$ti-icon-transition-top: unicode('f2b5'); -$ti-icon-trash: unicode('eb41'); -$ti-icon-trash-filled: unicode('f783'); -$ti-icon-trash-off: unicode('ed65'); -$ti-icon-trash-x: unicode('ef88'); -$ti-icon-trash-x-filled: unicode('f784'); -$ti-icon-treadmill: unicode('fa6e'); -$ti-icon-tree: unicode('ef01'); -$ti-icon-trees: unicode('ec10'); -$ti-icon-trekking: unicode('f5ad'); -$ti-icon-trending-down: unicode('eb42'); -$ti-icon-trending-down-2: unicode('edc1'); -$ti-icon-trending-down-3: unicode('edc2'); -$ti-icon-trending-up: unicode('eb43'); -$ti-icon-trending-up-2: unicode('edc3'); -$ti-icon-trending-up-3: unicode('edc4'); -$ti-icon-triangle: unicode('eb44'); -$ti-icon-triangle-filled: unicode('f6ad'); -$ti-icon-triangle-inverted: unicode('f01d'); -$ti-icon-triangle-inverted-filled: unicode('f6ae'); -$ti-icon-triangle-minus: unicode('fc9b'); -$ti-icon-triangle-minus-2: unicode('fc9a'); -$ti-icon-triangle-off: unicode('ef02'); -$ti-icon-triangle-plus: unicode('fc9d'); -$ti-icon-triangle-plus-2: unicode('fc9c'); -$ti-icon-triangle-square-circle: unicode('ece8'); -$ti-icon-triangle-square-circle-filled: unicode('fb42'); -$ti-icon-triangles: unicode('f0a5'); -$ti-icon-trident: unicode('ecc5'); -$ti-icon-trolley: unicode('f4cc'); -$ti-icon-trophy: unicode('eb45'); -$ti-icon-trophy-filled: unicode('f6af'); -$ti-icon-trophy-off: unicode('f438'); -$ti-icon-trowel: unicode('f368'); -$ti-icon-truck: unicode('ebc4'); -$ti-icon-truck-delivery: unicode('ec4b'); -$ti-icon-truck-loading: unicode('f1da'); -$ti-icon-truck-off: unicode('ef03'); -$ti-icon-truck-return: unicode('ec4c'); -$ti-icon-txt: unicode('f3b1'); -$ti-icon-typography: unicode('ebc5'); -$ti-icon-typography-off: unicode('f1ba'); -$ti-icon-ufo: unicode('f26f'); -$ti-icon-ufo-off: unicode('f26e'); -$ti-icon-umbrella: unicode('ebf1'); -$ti-icon-umbrella-filled: unicode('f6b0'); -$ti-icon-umbrella-off: unicode('f1bb'); -$ti-icon-underline: unicode('eba2'); -$ti-icon-universe: unicode('fcc4'); -$ti-icon-unlink: unicode('eb46'); -$ti-icon-upload: unicode('eb47'); -$ti-icon-urgent: unicode('eb48'); -$ti-icon-usb: unicode('f00c'); -$ti-icon-user: unicode('eb4d'); -$ti-icon-user-bolt: unicode('f9d1'); -$ti-icon-user-cancel: unicode('f9d2'); -$ti-icon-user-check: unicode('eb49'); -$ti-icon-user-circle: unicode('ef68'); -$ti-icon-user-code: unicode('f9d3'); -$ti-icon-user-cog: unicode('f9d4'); -$ti-icon-user-dollar: unicode('f9d5'); -$ti-icon-user-down: unicode('f9d6'); -$ti-icon-user-edit: unicode('f7cc'); -$ti-icon-user-exclamation: unicode('ec12'); -$ti-icon-user-filled: unicode('fd19'); -$ti-icon-user-heart: unicode('f7cd'); -$ti-icon-user-hexagon: unicode('fc4e'); -$ti-icon-user-minus: unicode('eb4a'); -$ti-icon-user-off: unicode('ecf9'); -$ti-icon-user-pause: unicode('f9d7'); -$ti-icon-user-pentagon: unicode('fc4f'); -$ti-icon-user-pin: unicode('f7ce'); -$ti-icon-user-plus: unicode('eb4b'); -$ti-icon-user-question: unicode('f7cf'); -$ti-icon-user-scan: unicode('fcaf'); -$ti-icon-user-search: unicode('ef89'); -$ti-icon-user-share: unicode('f9d8'); -$ti-icon-user-shield: unicode('f7d0'); -$ti-icon-user-square: unicode('fc51'); -$ti-icon-user-square-rounded: unicode('fc50'); -$ti-icon-user-star: unicode('f7d1'); -$ti-icon-user-up: unicode('f7d2'); -$ti-icon-user-x: unicode('eb4c'); -$ti-icon-users: unicode('ebf2'); -$ti-icon-users-group: unicode('fa21'); -$ti-icon-users-minus: unicode('fa0e'); -$ti-icon-users-plus: unicode('fa0f'); -$ti-icon-uv-index: unicode('f3b2'); -$ti-icon-ux-circle: unicode('f369'); -$ti-icon-vaccine: unicode('ef04'); -$ti-icon-vaccine-bottle: unicode('ef69'); -$ti-icon-vaccine-bottle-off: unicode('f439'); -$ti-icon-vaccine-off: unicode('f1bc'); -$ti-icon-vacuum-cleaner: unicode('f5e6'); -$ti-icon-variable: unicode('ef05'); -$ti-icon-variable-minus: unicode('f36a'); -$ti-icon-variable-off: unicode('f1bd'); -$ti-icon-variable-plus: unicode('f36b'); -$ti-icon-vector: unicode('eca9'); -$ti-icon-vector-bezier: unicode('ef1d'); -$ti-icon-vector-bezier-2: unicode('f1a3'); -$ti-icon-vector-bezier-arc: unicode('f4cd'); -$ti-icon-vector-bezier-circle: unicode('f4ce'); -$ti-icon-vector-off: unicode('f1be'); -$ti-icon-vector-spline: unicode('f565'); -$ti-icon-vector-triangle: unicode('eca8'); -$ti-icon-vector-triangle-off: unicode('f1bf'); -$ti-icon-venus: unicode('ec86'); -$ti-icon-versions: unicode('ed52'); -$ti-icon-versions-filled: unicode('f6b1'); -$ti-icon-versions-off: unicode('f1c0'); -$ti-icon-video: unicode('ed22'); -$ti-icon-video-minus: unicode('ed1f'); -$ti-icon-video-off: unicode('ed20'); -$ti-icon-video-plus: unicode('ed21'); -$ti-icon-view-360: unicode('ed84'); -$ti-icon-view-360-off: unicode('f1c1'); -$ti-icon-viewfinder: unicode('eb4e'); -$ti-icon-viewfinder-off: unicode('f1c2'); -$ti-icon-viewport-narrow: unicode('ebf3'); -$ti-icon-viewport-wide: unicode('ebf4'); -$ti-icon-vinyl: unicode('f00d'); -$ti-icon-vip: unicode('f3b3'); -$ti-icon-vip-off: unicode('f43a'); -$ti-icon-virus: unicode('eb74'); -$ti-icon-virus-off: unicode('ed66'); -$ti-icon-virus-search: unicode('ed67'); -$ti-icon-vocabulary: unicode('ef1e'); -$ti-icon-vocabulary-off: unicode('f43b'); -$ti-icon-volcano: unicode('f79c'); -$ti-icon-volume: unicode('eb51'); -$ti-icon-volume-2: unicode('eb4f'); -$ti-icon-volume-3: unicode('eb50'); -$ti-icon-volume-off: unicode('f1c3'); -$ti-icon-vs: unicode('fc52'); -$ti-icon-walk: unicode('ec87'); -$ti-icon-wall: unicode('ef7a'); -$ti-icon-wall-off: unicode('f43c'); -$ti-icon-wallet: unicode('eb75'); -$ti-icon-wallet-off: unicode('f1c4'); -$ti-icon-wallpaper: unicode('ef56'); -$ti-icon-wallpaper-off: unicode('f1c5'); -$ti-icon-wand: unicode('ebcb'); -$ti-icon-wand-off: unicode('f1c6'); -$ti-icon-wash: unicode('f311'); -$ti-icon-wash-dry: unicode('f304'); -$ti-icon-wash-dry-1: unicode('f2fa'); -$ti-icon-wash-dry-2: unicode('f2fb'); -$ti-icon-wash-dry-3: unicode('f2fc'); -$ti-icon-wash-dry-a: unicode('f2fd'); -$ti-icon-wash-dry-dip: unicode('f2fe'); -$ti-icon-wash-dry-f: unicode('f2ff'); -$ti-icon-wash-dry-flat: unicode('fa7f'); -$ti-icon-wash-dry-hang: unicode('f300'); -$ti-icon-wash-dry-off: unicode('f301'); -$ti-icon-wash-dry-p: unicode('f302'); -$ti-icon-wash-dry-shade: unicode('f303'); -$ti-icon-wash-dry-w: unicode('f322'); -$ti-icon-wash-dryclean: unicode('f305'); -$ti-icon-wash-dryclean-off: unicode('f323'); -$ti-icon-wash-eco: unicode('fa80'); -$ti-icon-wash-gentle: unicode('f306'); -$ti-icon-wash-hand: unicode('fa81'); -$ti-icon-wash-machine: unicode('f25e'); -$ti-icon-wash-off: unicode('f307'); -$ti-icon-wash-press: unicode('f308'); -$ti-icon-wash-temperature-1: unicode('f309'); -$ti-icon-wash-temperature-2: unicode('f30a'); -$ti-icon-wash-temperature-3: unicode('f30b'); -$ti-icon-wash-temperature-4: unicode('f30c'); -$ti-icon-wash-temperature-5: unicode('f30d'); -$ti-icon-wash-temperature-6: unicode('f30e'); -$ti-icon-wash-tumble-dry: unicode('f30f'); -$ti-icon-wash-tumble-off: unicode('f310'); -$ti-icon-waterpolo: unicode('fa6f'); -$ti-icon-wave-saw-tool: unicode('ecd3'); -$ti-icon-wave-sine: unicode('ecd4'); -$ti-icon-wave-square: unicode('ecd5'); -$ti-icon-waves-electricity: unicode('fcc5'); -$ti-icon-webhook: unicode('f01e'); -$ti-icon-webhook-off: unicode('f43d'); -$ti-icon-weight: unicode('f589'); -$ti-icon-wheel: unicode('fc64'); -$ti-icon-wheelchair: unicode('f1db'); -$ti-icon-wheelchair-off: unicode('f43e'); -$ti-icon-whirl: unicode('f51d'); -$ti-icon-wifi: unicode('eb52'); -$ti-icon-wifi-0: unicode('eba3'); -$ti-icon-wifi-1: unicode('eba4'); -$ti-icon-wifi-2: unicode('eba5'); -$ti-icon-wifi-off: unicode('ecfa'); -$ti-icon-wind: unicode('ec34'); -$ti-icon-wind-electricity: unicode('fcc6'); -$ti-icon-wind-off: unicode('f1c7'); -$ti-icon-windmill: unicode('ed85'); -$ti-icon-windmill-filled: unicode('f6b2'); -$ti-icon-windmill-off: unicode('f1c8'); -$ti-icon-window: unicode('ef06'); -$ti-icon-window-maximize: unicode('f1f1'); -$ti-icon-window-minimize: unicode('f1f2'); -$ti-icon-window-off: unicode('f1c9'); -$ti-icon-windsock: unicode('f06d'); -$ti-icon-wiper: unicode('ecab'); -$ti-icon-wiper-wash: unicode('ecaa'); -$ti-icon-woman: unicode('eb53'); -$ti-icon-wood: unicode('f359'); -$ti-icon-world: unicode('eb54'); -$ti-icon-world-bolt: unicode('f9d9'); -$ti-icon-world-cancel: unicode('f9da'); -$ti-icon-world-check: unicode('f9db'); -$ti-icon-world-code: unicode('f9dc'); -$ti-icon-world-cog: unicode('f9dd'); -$ti-icon-world-dollar: unicode('f9de'); -$ti-icon-world-down: unicode('f9df'); -$ti-icon-world-download: unicode('ef8a'); -$ti-icon-world-exclamation: unicode('f9e0'); -$ti-icon-world-heart: unicode('f9e1'); -$ti-icon-world-latitude: unicode('ed2e'); -$ti-icon-world-longitude: unicode('ed2f'); -$ti-icon-world-minus: unicode('f9e2'); -$ti-icon-world-off: unicode('f1ca'); -$ti-icon-world-pause: unicode('f9e3'); -$ti-icon-world-pin: unicode('f9e4'); -$ti-icon-world-plus: unicode('f9e5'); -$ti-icon-world-question: unicode('f9e6'); -$ti-icon-world-search: unicode('f9e7'); -$ti-icon-world-share: unicode('f9e8'); -$ti-icon-world-star: unicode('f9e9'); -$ti-icon-world-up: unicode('f9ea'); -$ti-icon-world-upload: unicode('ef8b'); -$ti-icon-world-www: unicode('f38f'); -$ti-icon-world-x: unicode('f9eb'); -$ti-icon-wrecking-ball: unicode('ed97'); -$ti-icon-writing: unicode('ef08'); -$ti-icon-writing-off: unicode('f1cb'); -$ti-icon-writing-sign: unicode('ef07'); -$ti-icon-writing-sign-off: unicode('f1cc'); -$ti-icon-x: unicode('eb55'); -$ti-icon-xbox-a: unicode('f2b6'); -$ti-icon-xbox-b: unicode('f2b7'); -$ti-icon-xbox-x: unicode('f2b8'); -$ti-icon-xbox-y: unicode('f2b9'); -$ti-icon-xd: unicode('fa33'); -$ti-icon-xxx: unicode('fc20'); -$ti-icon-yin-yang: unicode('ec35'); -$ti-icon-yin-yang-filled: unicode('f785'); -$ti-icon-yoga: unicode('f01f'); -$ti-icon-zeppelin: unicode('f270'); -$ti-icon-zeppelin-off: unicode('f43f'); -$ti-icon-zip: unicode('f3b4'); -$ti-icon-zodiac-aquarius: unicode('ecac'); -$ti-icon-zodiac-aries: unicode('ecad'); -$ti-icon-zodiac-cancer: unicode('ecae'); -$ti-icon-zodiac-capricorn: unicode('ecaf'); -$ti-icon-zodiac-gemini: unicode('ecb0'); -$ti-icon-zodiac-leo: unicode('ecb1'); -$ti-icon-zodiac-libra: unicode('ecb2'); -$ti-icon-zodiac-pisces: unicode('ecb3'); -$ti-icon-zodiac-sagittarius: unicode('ecb4'); -$ti-icon-zodiac-scorpio: unicode('ecb5'); -$ti-icon-zodiac-taurus: unicode('ecb6'); -$ti-icon-zodiac-virgo: unicode('ecb7'); -$ti-icon-zoom-cancel: unicode('ec4d'); -$ti-icon-zoom-check: unicode('ef09'); -$ti-icon-zoom-check-filled: unicode('f786'); -$ti-icon-zoom-code: unicode('f07f'); -$ti-icon-zoom-exclamation: unicode('f080'); -$ti-icon-zoom-filled: unicode('f787'); -$ti-icon-zoom-in: unicode('eb56'); -$ti-icon-zoom-in-area: unicode('f1dc'); -$ti-icon-zoom-in-area-filled: unicode('f788'); -$ti-icon-zoom-in-filled: unicode('f789'); -$ti-icon-zoom-money: unicode('ef0a'); -$ti-icon-zoom-out: unicode('eb57'); -$ti-icon-zoom-out-area: unicode('f1dd'); -$ti-icon-zoom-out-filled: unicode('f78a'); -$ti-icon-zoom-pan: unicode('f1de'); -$ti-icon-zoom-question: unicode('edeb'); -$ti-icon-zoom-replace: unicode('f2a7'); -$ti-icon-zoom-reset: unicode('f295'); -$ti-icon-zoom-scan: unicode('fcb0'); -$ti-icon-zzz: unicode('f228'); -$ti-icon-zzz-off: unicode('f440'); - - -.#{$ti-prefix}-12-hours:before { content: $ti-icon-12-hours; } -.#{$ti-prefix}-123:before { content: $ti-icon-123; } -.#{$ti-prefix}-24-hours:before { content: $ti-icon-24-hours; } -.#{$ti-prefix}-2fa:before { content: $ti-icon-2fa; } -.#{$ti-prefix}-360:before { content: $ti-icon-360; } -.#{$ti-prefix}-360-view:before { content: $ti-icon-360-view; } -.#{$ti-prefix}-3d-cube-sphere:before { content: $ti-icon-3d-cube-sphere; } -.#{$ti-prefix}-3d-cube-sphere-off:before { content: $ti-icon-3d-cube-sphere-off; } -.#{$ti-prefix}-3d-rotate:before { content: $ti-icon-3d-rotate; } -.#{$ti-prefix}-a-b:before { content: $ti-icon-a-b; } -.#{$ti-prefix}-a-b-2:before { content: $ti-icon-a-b-2; } -.#{$ti-prefix}-a-b-off:before { content: $ti-icon-a-b-off; } -.#{$ti-prefix}-abacus:before { content: $ti-icon-abacus; } -.#{$ti-prefix}-abacus-off:before { content: $ti-icon-abacus-off; } -.#{$ti-prefix}-abc:before { content: $ti-icon-abc; } -.#{$ti-prefix}-access-point:before { content: $ti-icon-access-point; } -.#{$ti-prefix}-access-point-off:before { content: $ti-icon-access-point-off; } -.#{$ti-prefix}-accessible:before { content: $ti-icon-accessible; } -.#{$ti-prefix}-accessible-off:before { content: $ti-icon-accessible-off; } -.#{$ti-prefix}-accessible-off-filled:before { content: $ti-icon-accessible-off-filled; } -.#{$ti-prefix}-activity:before { content: $ti-icon-activity; } -.#{$ti-prefix}-activity-heartbeat:before { content: $ti-icon-activity-heartbeat; } -.#{$ti-prefix}-ad:before { content: $ti-icon-ad; } -.#{$ti-prefix}-ad-2:before { content: $ti-icon-ad-2; } -.#{$ti-prefix}-ad-circle:before { content: $ti-icon-ad-circle; } -.#{$ti-prefix}-ad-circle-filled:before { content: $ti-icon-ad-circle-filled; } -.#{$ti-prefix}-ad-circle-off:before { content: $ti-icon-ad-circle-off; } -.#{$ti-prefix}-ad-filled:before { content: $ti-icon-ad-filled; } -.#{$ti-prefix}-ad-off:before { content: $ti-icon-ad-off; } -.#{$ti-prefix}-address-book:before { content: $ti-icon-address-book; } -.#{$ti-prefix}-address-book-off:before { content: $ti-icon-address-book-off; } -.#{$ti-prefix}-adjustments:before { content: $ti-icon-adjustments; } -.#{$ti-prefix}-adjustments-alt:before { content: $ti-icon-adjustments-alt; } -.#{$ti-prefix}-adjustments-bolt:before { content: $ti-icon-adjustments-bolt; } -.#{$ti-prefix}-adjustments-cancel:before { content: $ti-icon-adjustments-cancel; } -.#{$ti-prefix}-adjustments-check:before { content: $ti-icon-adjustments-check; } -.#{$ti-prefix}-adjustments-code:before { content: $ti-icon-adjustments-code; } -.#{$ti-prefix}-adjustments-cog:before { content: $ti-icon-adjustments-cog; } -.#{$ti-prefix}-adjustments-dollar:before { content: $ti-icon-adjustments-dollar; } -.#{$ti-prefix}-adjustments-down:before { content: $ti-icon-adjustments-down; } -.#{$ti-prefix}-adjustments-exclamation:before { content: $ti-icon-adjustments-exclamation; } -.#{$ti-prefix}-adjustments-filled:before { content: $ti-icon-adjustments-filled; } -.#{$ti-prefix}-adjustments-heart:before { content: $ti-icon-adjustments-heart; } -.#{$ti-prefix}-adjustments-horizontal:before { content: $ti-icon-adjustments-horizontal; } -.#{$ti-prefix}-adjustments-minus:before { content: $ti-icon-adjustments-minus; } -.#{$ti-prefix}-adjustments-off:before { content: $ti-icon-adjustments-off; } -.#{$ti-prefix}-adjustments-pause:before { content: $ti-icon-adjustments-pause; } -.#{$ti-prefix}-adjustments-pin:before { content: $ti-icon-adjustments-pin; } -.#{$ti-prefix}-adjustments-plus:before { content: $ti-icon-adjustments-plus; } -.#{$ti-prefix}-adjustments-question:before { content: $ti-icon-adjustments-question; } -.#{$ti-prefix}-adjustments-search:before { content: $ti-icon-adjustments-search; } -.#{$ti-prefix}-adjustments-share:before { content: $ti-icon-adjustments-share; } -.#{$ti-prefix}-adjustments-star:before { content: $ti-icon-adjustments-star; } -.#{$ti-prefix}-adjustments-up:before { content: $ti-icon-adjustments-up; } -.#{$ti-prefix}-adjustments-x:before { content: $ti-icon-adjustments-x; } -.#{$ti-prefix}-aerial-lift:before { content: $ti-icon-aerial-lift; } -.#{$ti-prefix}-affiliate:before { content: $ti-icon-affiliate; } -.#{$ti-prefix}-affiliate-filled:before { content: $ti-icon-affiliate-filled; } -.#{$ti-prefix}-air-balloon:before { content: $ti-icon-air-balloon; } -.#{$ti-prefix}-air-conditioning:before { content: $ti-icon-air-conditioning; } -.#{$ti-prefix}-air-conditioning-disabled:before { content: $ti-icon-air-conditioning-disabled; } -.#{$ti-prefix}-air-traffic-control:before { content: $ti-icon-air-traffic-control; } -.#{$ti-prefix}-alarm:before { content: $ti-icon-alarm; } -.#{$ti-prefix}-alarm-average:before { content: $ti-icon-alarm-average; } -.#{$ti-prefix}-alarm-filled:before { content: $ti-icon-alarm-filled; } -.#{$ti-prefix}-alarm-minus:before { content: $ti-icon-alarm-minus; } -.#{$ti-prefix}-alarm-minus-filled:before { content: $ti-icon-alarm-minus-filled; } -.#{$ti-prefix}-alarm-off:before { content: $ti-icon-alarm-off; } -.#{$ti-prefix}-alarm-plus:before { content: $ti-icon-alarm-plus; } -.#{$ti-prefix}-alarm-plus-filled:before { content: $ti-icon-alarm-plus-filled; } -.#{$ti-prefix}-alarm-snooze:before { content: $ti-icon-alarm-snooze; } -.#{$ti-prefix}-alarm-snooze-filled:before { content: $ti-icon-alarm-snooze-filled; } -.#{$ti-prefix}-album:before { content: $ti-icon-album; } -.#{$ti-prefix}-album-off:before { content: $ti-icon-album-off; } -.#{$ti-prefix}-alert-circle:before { content: $ti-icon-alert-circle; } -.#{$ti-prefix}-alert-circle-filled:before { content: $ti-icon-alert-circle-filled; } -.#{$ti-prefix}-alert-circle-off:before { content: $ti-icon-alert-circle-off; } -.#{$ti-prefix}-alert-hexagon:before { content: $ti-icon-alert-hexagon; } -.#{$ti-prefix}-alert-hexagon-filled:before { content: $ti-icon-alert-hexagon-filled; } -.#{$ti-prefix}-alert-hexagon-off:before { content: $ti-icon-alert-hexagon-off; } -.#{$ti-prefix}-alert-octagon:before { content: $ti-icon-alert-octagon; } -.#{$ti-prefix}-alert-octagon-filled:before { content: $ti-icon-alert-octagon-filled; } -.#{$ti-prefix}-alert-small:before { content: $ti-icon-alert-small; } -.#{$ti-prefix}-alert-small-off:before { content: $ti-icon-alert-small-off; } -.#{$ti-prefix}-alert-square:before { content: $ti-icon-alert-square; } -.#{$ti-prefix}-alert-square-filled:before { content: $ti-icon-alert-square-filled; } -.#{$ti-prefix}-alert-square-rounded:before { content: $ti-icon-alert-square-rounded; } -.#{$ti-prefix}-alert-square-rounded-filled:before { content: $ti-icon-alert-square-rounded-filled; } -.#{$ti-prefix}-alert-square-rounded-off:before { content: $ti-icon-alert-square-rounded-off; } -.#{$ti-prefix}-alert-triangle:before { content: $ti-icon-alert-triangle; } -.#{$ti-prefix}-alert-triangle-filled:before { content: $ti-icon-alert-triangle-filled; } -.#{$ti-prefix}-alert-triangle-off:before { content: $ti-icon-alert-triangle-off; } -.#{$ti-prefix}-alien:before { content: $ti-icon-alien; } -.#{$ti-prefix}-alien-filled:before { content: $ti-icon-alien-filled; } -.#{$ti-prefix}-align-box-bottom-center:before { content: $ti-icon-align-box-bottom-center; } -.#{$ti-prefix}-align-box-bottom-center-filled:before { content: $ti-icon-align-box-bottom-center-filled; } -.#{$ti-prefix}-align-box-bottom-left:before { content: $ti-icon-align-box-bottom-left; } -.#{$ti-prefix}-align-box-bottom-left-filled:before { content: $ti-icon-align-box-bottom-left-filled; } -.#{$ti-prefix}-align-box-bottom-right:before { content: $ti-icon-align-box-bottom-right; } -.#{$ti-prefix}-align-box-bottom-right-filled:before { content: $ti-icon-align-box-bottom-right-filled; } -.#{$ti-prefix}-align-box-center-bottom:before { content: $ti-icon-align-box-center-bottom; } -.#{$ti-prefix}-align-box-center-middle:before { content: $ti-icon-align-box-center-middle; } -.#{$ti-prefix}-align-box-center-middle-filled:before { content: $ti-icon-align-box-center-middle-filled; } -.#{$ti-prefix}-align-box-center-stretch:before { content: $ti-icon-align-box-center-stretch; } -.#{$ti-prefix}-align-box-center-top:before { content: $ti-icon-align-box-center-top; } -.#{$ti-prefix}-align-box-left-bottom:before { content: $ti-icon-align-box-left-bottom; } -.#{$ti-prefix}-align-box-left-bottom-filled:before { content: $ti-icon-align-box-left-bottom-filled; } -.#{$ti-prefix}-align-box-left-middle:before { content: $ti-icon-align-box-left-middle; } -.#{$ti-prefix}-align-box-left-middle-filled:before { content: $ti-icon-align-box-left-middle-filled; } -.#{$ti-prefix}-align-box-left-stretch:before { content: $ti-icon-align-box-left-stretch; } -.#{$ti-prefix}-align-box-left-top:before { content: $ti-icon-align-box-left-top; } -.#{$ti-prefix}-align-box-left-top-filled:before { content: $ti-icon-align-box-left-top-filled; } -.#{$ti-prefix}-align-box-right-bottom:before { content: $ti-icon-align-box-right-bottom; } -.#{$ti-prefix}-align-box-right-bottom-filled:before { content: $ti-icon-align-box-right-bottom-filled; } -.#{$ti-prefix}-align-box-right-middle:before { content: $ti-icon-align-box-right-middle; } -.#{$ti-prefix}-align-box-right-middle-filled:before { content: $ti-icon-align-box-right-middle-filled; } -.#{$ti-prefix}-align-box-right-stretch:before { content: $ti-icon-align-box-right-stretch; } -.#{$ti-prefix}-align-box-right-top:before { content: $ti-icon-align-box-right-top; } -.#{$ti-prefix}-align-box-right-top-filled:before { content: $ti-icon-align-box-right-top-filled; } -.#{$ti-prefix}-align-box-top-center:before { content: $ti-icon-align-box-top-center; } -.#{$ti-prefix}-align-box-top-center-filled:before { content: $ti-icon-align-box-top-center-filled; } -.#{$ti-prefix}-align-box-top-left:before { content: $ti-icon-align-box-top-left; } -.#{$ti-prefix}-align-box-top-left-filled:before { content: $ti-icon-align-box-top-left-filled; } -.#{$ti-prefix}-align-box-top-right:before { content: $ti-icon-align-box-top-right; } -.#{$ti-prefix}-align-box-top-right-filled:before { content: $ti-icon-align-box-top-right-filled; } -.#{$ti-prefix}-align-center:before { content: $ti-icon-align-center; } -.#{$ti-prefix}-align-justified:before { content: $ti-icon-align-justified; } -.#{$ti-prefix}-align-left:before { content: $ti-icon-align-left; } -.#{$ti-prefix}-align-right:before { content: $ti-icon-align-right; } -.#{$ti-prefix}-alpha:before { content: $ti-icon-alpha; } -.#{$ti-prefix}-alphabet-cyrillic:before { content: $ti-icon-alphabet-cyrillic; } -.#{$ti-prefix}-alphabet-greek:before { content: $ti-icon-alphabet-greek; } -.#{$ti-prefix}-alphabet-latin:before { content: $ti-icon-alphabet-latin; } -.#{$ti-prefix}-alt:before { content: $ti-icon-alt; } -.#{$ti-prefix}-ambulance:before { content: $ti-icon-ambulance; } -.#{$ti-prefix}-ampersand:before { content: $ti-icon-ampersand; } -.#{$ti-prefix}-analyze:before { content: $ti-icon-analyze; } -.#{$ti-prefix}-analyze-filled:before { content: $ti-icon-analyze-filled; } -.#{$ti-prefix}-analyze-off:before { content: $ti-icon-analyze-off; } -.#{$ti-prefix}-anchor:before { content: $ti-icon-anchor; } -.#{$ti-prefix}-anchor-off:before { content: $ti-icon-anchor-off; } -.#{$ti-prefix}-angle:before { content: $ti-icon-angle; } -.#{$ti-prefix}-ankh:before { content: $ti-icon-ankh; } -.#{$ti-prefix}-antenna:before { content: $ti-icon-antenna; } -.#{$ti-prefix}-antenna-bars-1:before { content: $ti-icon-antenna-bars-1; } -.#{$ti-prefix}-antenna-bars-2:before { content: $ti-icon-antenna-bars-2; } -.#{$ti-prefix}-antenna-bars-3:before { content: $ti-icon-antenna-bars-3; } -.#{$ti-prefix}-antenna-bars-4:before { content: $ti-icon-antenna-bars-4; } -.#{$ti-prefix}-antenna-bars-5:before { content: $ti-icon-antenna-bars-5; } -.#{$ti-prefix}-antenna-bars-off:before { content: $ti-icon-antenna-bars-off; } -.#{$ti-prefix}-antenna-off:before { content: $ti-icon-antenna-off; } -.#{$ti-prefix}-aperture:before { content: $ti-icon-aperture; } -.#{$ti-prefix}-aperture-off:before { content: $ti-icon-aperture-off; } -.#{$ti-prefix}-api:before { content: $ti-icon-api; } -.#{$ti-prefix}-api-app:before { content: $ti-icon-api-app; } -.#{$ti-prefix}-api-app-off:before { content: $ti-icon-api-app-off; } -.#{$ti-prefix}-api-off:before { content: $ti-icon-api-off; } -.#{$ti-prefix}-app-window:before { content: $ti-icon-app-window; } -.#{$ti-prefix}-app-window-filled:before { content: $ti-icon-app-window-filled; } -.#{$ti-prefix}-apple:before { content: $ti-icon-apple; } -.#{$ti-prefix}-apps:before { content: $ti-icon-apps; } -.#{$ti-prefix}-apps-filled:before { content: $ti-icon-apps-filled; } -.#{$ti-prefix}-apps-off:before { content: $ti-icon-apps-off; } -.#{$ti-prefix}-archery-arrow:before { content: $ti-icon-archery-arrow; } -.#{$ti-prefix}-archive:before { content: $ti-icon-archive; } -.#{$ti-prefix}-archive-filled:before { content: $ti-icon-archive-filled; } -.#{$ti-prefix}-archive-off:before { content: $ti-icon-archive-off; } -.#{$ti-prefix}-armchair:before { content: $ti-icon-armchair; } -.#{$ti-prefix}-armchair-2:before { content: $ti-icon-armchair-2; } -.#{$ti-prefix}-armchair-2-off:before { content: $ti-icon-armchair-2-off; } -.#{$ti-prefix}-armchair-off:before { content: $ti-icon-armchair-off; } -.#{$ti-prefix}-arrow-autofit-content:before { content: $ti-icon-arrow-autofit-content; } -.#{$ti-prefix}-arrow-autofit-content-filled:before { content: $ti-icon-arrow-autofit-content-filled; } -.#{$ti-prefix}-arrow-autofit-down:before { content: $ti-icon-arrow-autofit-down; } -.#{$ti-prefix}-arrow-autofit-height:before { content: $ti-icon-arrow-autofit-height; } -.#{$ti-prefix}-arrow-autofit-left:before { content: $ti-icon-arrow-autofit-left; } -.#{$ti-prefix}-arrow-autofit-right:before { content: $ti-icon-arrow-autofit-right; } -.#{$ti-prefix}-arrow-autofit-up:before { content: $ti-icon-arrow-autofit-up; } -.#{$ti-prefix}-arrow-autofit-width:before { content: $ti-icon-arrow-autofit-width; } -.#{$ti-prefix}-arrow-back:before { content: $ti-icon-arrow-back; } -.#{$ti-prefix}-arrow-back-up:before { content: $ti-icon-arrow-back-up; } -.#{$ti-prefix}-arrow-back-up-double:before { content: $ti-icon-arrow-back-up-double; } -.#{$ti-prefix}-arrow-badge-down:before { content: $ti-icon-arrow-badge-down; } -.#{$ti-prefix}-arrow-badge-down-filled:before { content: $ti-icon-arrow-badge-down-filled; } -.#{$ti-prefix}-arrow-badge-left:before { content: $ti-icon-arrow-badge-left; } -.#{$ti-prefix}-arrow-badge-left-filled:before { content: $ti-icon-arrow-badge-left-filled; } -.#{$ti-prefix}-arrow-badge-right:before { content: $ti-icon-arrow-badge-right; } -.#{$ti-prefix}-arrow-badge-right-filled:before { content: $ti-icon-arrow-badge-right-filled; } -.#{$ti-prefix}-arrow-badge-up:before { content: $ti-icon-arrow-badge-up; } -.#{$ti-prefix}-arrow-badge-up-filled:before { content: $ti-icon-arrow-badge-up-filled; } -.#{$ti-prefix}-arrow-bar-both:before { content: $ti-icon-arrow-bar-both; } -.#{$ti-prefix}-arrow-bar-down:before { content: $ti-icon-arrow-bar-down; } -.#{$ti-prefix}-arrow-bar-left:before { content: $ti-icon-arrow-bar-left; } -.#{$ti-prefix}-arrow-bar-right:before { content: $ti-icon-arrow-bar-right; } -.#{$ti-prefix}-arrow-bar-to-down:before { content: $ti-icon-arrow-bar-to-down; } -.#{$ti-prefix}-arrow-bar-to-left:before { content: $ti-icon-arrow-bar-to-left; } -.#{$ti-prefix}-arrow-bar-to-right:before { content: $ti-icon-arrow-bar-to-right; } -.#{$ti-prefix}-arrow-bar-to-up:before { content: $ti-icon-arrow-bar-to-up; } -.#{$ti-prefix}-arrow-bar-up:before { content: $ti-icon-arrow-bar-up; } -.#{$ti-prefix}-arrow-bear-left:before { content: $ti-icon-arrow-bear-left; } -.#{$ti-prefix}-arrow-bear-left-2:before { content: $ti-icon-arrow-bear-left-2; } -.#{$ti-prefix}-arrow-bear-right:before { content: $ti-icon-arrow-bear-right; } -.#{$ti-prefix}-arrow-bear-right-2:before { content: $ti-icon-arrow-bear-right-2; } -.#{$ti-prefix}-arrow-big-down:before { content: $ti-icon-arrow-big-down; } -.#{$ti-prefix}-arrow-big-down-filled:before { content: $ti-icon-arrow-big-down-filled; } -.#{$ti-prefix}-arrow-big-down-line:before { content: $ti-icon-arrow-big-down-line; } -.#{$ti-prefix}-arrow-big-down-line-filled:before { content: $ti-icon-arrow-big-down-line-filled; } -.#{$ti-prefix}-arrow-big-down-lines:before { content: $ti-icon-arrow-big-down-lines; } -.#{$ti-prefix}-arrow-big-down-lines-filled:before { content: $ti-icon-arrow-big-down-lines-filled; } -.#{$ti-prefix}-arrow-big-left:before { content: $ti-icon-arrow-big-left; } -.#{$ti-prefix}-arrow-big-left-filled:before { content: $ti-icon-arrow-big-left-filled; } -.#{$ti-prefix}-arrow-big-left-line:before { content: $ti-icon-arrow-big-left-line; } -.#{$ti-prefix}-arrow-big-left-line-filled:before { content: $ti-icon-arrow-big-left-line-filled; } -.#{$ti-prefix}-arrow-big-left-lines:before { content: $ti-icon-arrow-big-left-lines; } -.#{$ti-prefix}-arrow-big-left-lines-filled:before { content: $ti-icon-arrow-big-left-lines-filled; } -.#{$ti-prefix}-arrow-big-right:before { content: $ti-icon-arrow-big-right; } -.#{$ti-prefix}-arrow-big-right-filled:before { content: $ti-icon-arrow-big-right-filled; } -.#{$ti-prefix}-arrow-big-right-line:before { content: $ti-icon-arrow-big-right-line; } -.#{$ti-prefix}-arrow-big-right-line-filled:before { content: $ti-icon-arrow-big-right-line-filled; } -.#{$ti-prefix}-arrow-big-right-lines:before { content: $ti-icon-arrow-big-right-lines; } -.#{$ti-prefix}-arrow-big-right-lines-filled:before { content: $ti-icon-arrow-big-right-lines-filled; } -.#{$ti-prefix}-arrow-big-up:before { content: $ti-icon-arrow-big-up; } -.#{$ti-prefix}-arrow-big-up-filled:before { content: $ti-icon-arrow-big-up-filled; } -.#{$ti-prefix}-arrow-big-up-line:before { content: $ti-icon-arrow-big-up-line; } -.#{$ti-prefix}-arrow-big-up-line-filled:before { content: $ti-icon-arrow-big-up-line-filled; } -.#{$ti-prefix}-arrow-big-up-lines:before { content: $ti-icon-arrow-big-up-lines; } -.#{$ti-prefix}-arrow-big-up-lines-filled:before { content: $ti-icon-arrow-big-up-lines-filled; } -.#{$ti-prefix}-arrow-bounce:before { content: $ti-icon-arrow-bounce; } -.#{$ti-prefix}-arrow-capsule:before { content: $ti-icon-arrow-capsule; } -.#{$ti-prefix}-arrow-curve-left:before { content: $ti-icon-arrow-curve-left; } -.#{$ti-prefix}-arrow-curve-right:before { content: $ti-icon-arrow-curve-right; } -.#{$ti-prefix}-arrow-down:before { content: $ti-icon-arrow-down; } -.#{$ti-prefix}-arrow-down-bar:before { content: $ti-icon-arrow-down-bar; } -.#{$ti-prefix}-arrow-down-circle:before { content: $ti-icon-arrow-down-circle; } -.#{$ti-prefix}-arrow-down-from-arc:before { content: $ti-icon-arrow-down-from-arc; } -.#{$ti-prefix}-arrow-down-left:before { content: $ti-icon-arrow-down-left; } -.#{$ti-prefix}-arrow-down-left-circle:before { content: $ti-icon-arrow-down-left-circle; } -.#{$ti-prefix}-arrow-down-rhombus:before { content: $ti-icon-arrow-down-rhombus; } -.#{$ti-prefix}-arrow-down-right:before { content: $ti-icon-arrow-down-right; } -.#{$ti-prefix}-arrow-down-right-circle:before { content: $ti-icon-arrow-down-right-circle; } -.#{$ti-prefix}-arrow-down-square:before { content: $ti-icon-arrow-down-square; } -.#{$ti-prefix}-arrow-down-tail:before { content: $ti-icon-arrow-down-tail; } -.#{$ti-prefix}-arrow-down-to-arc:before { content: $ti-icon-arrow-down-to-arc; } -.#{$ti-prefix}-arrow-elbow-left:before { content: $ti-icon-arrow-elbow-left; } -.#{$ti-prefix}-arrow-elbow-right:before { content: $ti-icon-arrow-elbow-right; } -.#{$ti-prefix}-arrow-fork:before { content: $ti-icon-arrow-fork; } -.#{$ti-prefix}-arrow-forward:before { content: $ti-icon-arrow-forward; } -.#{$ti-prefix}-arrow-forward-up:before { content: $ti-icon-arrow-forward-up; } -.#{$ti-prefix}-arrow-forward-up-double:before { content: $ti-icon-arrow-forward-up-double; } -.#{$ti-prefix}-arrow-guide:before { content: $ti-icon-arrow-guide; } -.#{$ti-prefix}-arrow-iteration:before { content: $ti-icon-arrow-iteration; } -.#{$ti-prefix}-arrow-left:before { content: $ti-icon-arrow-left; } -.#{$ti-prefix}-arrow-left-bar:before { content: $ti-icon-arrow-left-bar; } -.#{$ti-prefix}-arrow-left-circle:before { content: $ti-icon-arrow-left-circle; } -.#{$ti-prefix}-arrow-left-from-arc:before { content: $ti-icon-arrow-left-from-arc; } -.#{$ti-prefix}-arrow-left-rhombus:before { content: $ti-icon-arrow-left-rhombus; } -.#{$ti-prefix}-arrow-left-right:before { content: $ti-icon-arrow-left-right; } -.#{$ti-prefix}-arrow-left-square:before { content: $ti-icon-arrow-left-square; } -.#{$ti-prefix}-arrow-left-tail:before { content: $ti-icon-arrow-left-tail; } -.#{$ti-prefix}-arrow-left-to-arc:before { content: $ti-icon-arrow-left-to-arc; } -.#{$ti-prefix}-arrow-loop-left:before { content: $ti-icon-arrow-loop-left; } -.#{$ti-prefix}-arrow-loop-left-2:before { content: $ti-icon-arrow-loop-left-2; } -.#{$ti-prefix}-arrow-loop-right:before { content: $ti-icon-arrow-loop-right; } -.#{$ti-prefix}-arrow-loop-right-2:before { content: $ti-icon-arrow-loop-right-2; } -.#{$ti-prefix}-arrow-merge:before { content: $ti-icon-arrow-merge; } -.#{$ti-prefix}-arrow-merge-alt-left:before { content: $ti-icon-arrow-merge-alt-left; } -.#{$ti-prefix}-arrow-merge-alt-right:before { content: $ti-icon-arrow-merge-alt-right; } -.#{$ti-prefix}-arrow-merge-both:before { content: $ti-icon-arrow-merge-both; } -.#{$ti-prefix}-arrow-merge-left:before { content: $ti-icon-arrow-merge-left; } -.#{$ti-prefix}-arrow-merge-right:before { content: $ti-icon-arrow-merge-right; } -.#{$ti-prefix}-arrow-move-down:before { content: $ti-icon-arrow-move-down; } -.#{$ti-prefix}-arrow-move-left:before { content: $ti-icon-arrow-move-left; } -.#{$ti-prefix}-arrow-move-right:before { content: $ti-icon-arrow-move-right; } -.#{$ti-prefix}-arrow-move-up:before { content: $ti-icon-arrow-move-up; } -.#{$ti-prefix}-arrow-narrow-down:before { content: $ti-icon-arrow-narrow-down; } -.#{$ti-prefix}-arrow-narrow-left:before { content: $ti-icon-arrow-narrow-left; } -.#{$ti-prefix}-arrow-narrow-right:before { content: $ti-icon-arrow-narrow-right; } -.#{$ti-prefix}-arrow-narrow-up:before { content: $ti-icon-arrow-narrow-up; } -.#{$ti-prefix}-arrow-ramp-left:before { content: $ti-icon-arrow-ramp-left; } -.#{$ti-prefix}-arrow-ramp-left-2:before { content: $ti-icon-arrow-ramp-left-2; } -.#{$ti-prefix}-arrow-ramp-left-3:before { content: $ti-icon-arrow-ramp-left-3; } -.#{$ti-prefix}-arrow-ramp-right:before { content: $ti-icon-arrow-ramp-right; } -.#{$ti-prefix}-arrow-ramp-right-2:before { content: $ti-icon-arrow-ramp-right-2; } -.#{$ti-prefix}-arrow-ramp-right-3:before { content: $ti-icon-arrow-ramp-right-3; } -.#{$ti-prefix}-arrow-right:before { content: $ti-icon-arrow-right; } -.#{$ti-prefix}-arrow-right-bar:before { content: $ti-icon-arrow-right-bar; } -.#{$ti-prefix}-arrow-right-circle:before { content: $ti-icon-arrow-right-circle; } -.#{$ti-prefix}-arrow-right-from-arc:before { content: $ti-icon-arrow-right-from-arc; } -.#{$ti-prefix}-arrow-right-rhombus:before { content: $ti-icon-arrow-right-rhombus; } -.#{$ti-prefix}-arrow-right-square:before { content: $ti-icon-arrow-right-square; } -.#{$ti-prefix}-arrow-right-tail:before { content: $ti-icon-arrow-right-tail; } -.#{$ti-prefix}-arrow-right-to-arc:before { content: $ti-icon-arrow-right-to-arc; } -.#{$ti-prefix}-arrow-rotary-first-left:before { content: $ti-icon-arrow-rotary-first-left; } -.#{$ti-prefix}-arrow-rotary-first-right:before { content: $ti-icon-arrow-rotary-first-right; } -.#{$ti-prefix}-arrow-rotary-last-left:before { content: $ti-icon-arrow-rotary-last-left; } -.#{$ti-prefix}-arrow-rotary-last-right:before { content: $ti-icon-arrow-rotary-last-right; } -.#{$ti-prefix}-arrow-rotary-left:before { content: $ti-icon-arrow-rotary-left; } -.#{$ti-prefix}-arrow-rotary-right:before { content: $ti-icon-arrow-rotary-right; } -.#{$ti-prefix}-arrow-rotary-straight:before { content: $ti-icon-arrow-rotary-straight; } -.#{$ti-prefix}-arrow-roundabout-left:before { content: $ti-icon-arrow-roundabout-left; } -.#{$ti-prefix}-arrow-roundabout-right:before { content: $ti-icon-arrow-roundabout-right; } -.#{$ti-prefix}-arrow-sharp-turn-left:before { content: $ti-icon-arrow-sharp-turn-left; } -.#{$ti-prefix}-arrow-sharp-turn-right:before { content: $ti-icon-arrow-sharp-turn-right; } -.#{$ti-prefix}-arrow-up:before { content: $ti-icon-arrow-up; } -.#{$ti-prefix}-arrow-up-bar:before { content: $ti-icon-arrow-up-bar; } -.#{$ti-prefix}-arrow-up-circle:before { content: $ti-icon-arrow-up-circle; } -.#{$ti-prefix}-arrow-up-from-arc:before { content: $ti-icon-arrow-up-from-arc; } -.#{$ti-prefix}-arrow-up-left:before { content: $ti-icon-arrow-up-left; } -.#{$ti-prefix}-arrow-up-left-circle:before { content: $ti-icon-arrow-up-left-circle; } -.#{$ti-prefix}-arrow-up-rhombus:before { content: $ti-icon-arrow-up-rhombus; } -.#{$ti-prefix}-arrow-up-right:before { content: $ti-icon-arrow-up-right; } -.#{$ti-prefix}-arrow-up-right-circle:before { content: $ti-icon-arrow-up-right-circle; } -.#{$ti-prefix}-arrow-up-square:before { content: $ti-icon-arrow-up-square; } -.#{$ti-prefix}-arrow-up-tail:before { content: $ti-icon-arrow-up-tail; } -.#{$ti-prefix}-arrow-up-to-arc:before { content: $ti-icon-arrow-up-to-arc; } -.#{$ti-prefix}-arrow-wave-left-down:before { content: $ti-icon-arrow-wave-left-down; } -.#{$ti-prefix}-arrow-wave-left-up:before { content: $ti-icon-arrow-wave-left-up; } -.#{$ti-prefix}-arrow-wave-right-down:before { content: $ti-icon-arrow-wave-right-down; } -.#{$ti-prefix}-arrow-wave-right-up:before { content: $ti-icon-arrow-wave-right-up; } -.#{$ti-prefix}-arrow-zig-zag:before { content: $ti-icon-arrow-zig-zag; } -.#{$ti-prefix}-arrows-cross:before { content: $ti-icon-arrows-cross; } -.#{$ti-prefix}-arrows-diagonal:before { content: $ti-icon-arrows-diagonal; } -.#{$ti-prefix}-arrows-diagonal-2:before { content: $ti-icon-arrows-diagonal-2; } -.#{$ti-prefix}-arrows-diagonal-minimize:before { content: $ti-icon-arrows-diagonal-minimize; } -.#{$ti-prefix}-arrows-diagonal-minimize-2:before { content: $ti-icon-arrows-diagonal-minimize-2; } -.#{$ti-prefix}-arrows-diff:before { content: $ti-icon-arrows-diff; } -.#{$ti-prefix}-arrows-double-ne-sw:before { content: $ti-icon-arrows-double-ne-sw; } -.#{$ti-prefix}-arrows-double-nw-se:before { content: $ti-icon-arrows-double-nw-se; } -.#{$ti-prefix}-arrows-double-se-nw:before { content: $ti-icon-arrows-double-se-nw; } -.#{$ti-prefix}-arrows-double-sw-ne:before { content: $ti-icon-arrows-double-sw-ne; } -.#{$ti-prefix}-arrows-down:before { content: $ti-icon-arrows-down; } -.#{$ti-prefix}-arrows-down-up:before { content: $ti-icon-arrows-down-up; } -.#{$ti-prefix}-arrows-exchange:before { content: $ti-icon-arrows-exchange; } -.#{$ti-prefix}-arrows-exchange-2:before { content: $ti-icon-arrows-exchange-2; } -.#{$ti-prefix}-arrows-horizontal:before { content: $ti-icon-arrows-horizontal; } -.#{$ti-prefix}-arrows-join:before { content: $ti-icon-arrows-join; } -.#{$ti-prefix}-arrows-join-2:before { content: $ti-icon-arrows-join-2; } -.#{$ti-prefix}-arrows-left:before { content: $ti-icon-arrows-left; } -.#{$ti-prefix}-arrows-left-down:before { content: $ti-icon-arrows-left-down; } -.#{$ti-prefix}-arrows-left-right:before { content: $ti-icon-arrows-left-right; } -.#{$ti-prefix}-arrows-maximize:before { content: $ti-icon-arrows-maximize; } -.#{$ti-prefix}-arrows-minimize:before { content: $ti-icon-arrows-minimize; } -.#{$ti-prefix}-arrows-move:before { content: $ti-icon-arrows-move; } -.#{$ti-prefix}-arrows-move-horizontal:before { content: $ti-icon-arrows-move-horizontal; } -.#{$ti-prefix}-arrows-move-vertical:before { content: $ti-icon-arrows-move-vertical; } -.#{$ti-prefix}-arrows-random:before { content: $ti-icon-arrows-random; } -.#{$ti-prefix}-arrows-right:before { content: $ti-icon-arrows-right; } -.#{$ti-prefix}-arrows-right-down:before { content: $ti-icon-arrows-right-down; } -.#{$ti-prefix}-arrows-right-left:before { content: $ti-icon-arrows-right-left; } -.#{$ti-prefix}-arrows-shuffle:before { content: $ti-icon-arrows-shuffle; } -.#{$ti-prefix}-arrows-shuffle-2:before { content: $ti-icon-arrows-shuffle-2; } -.#{$ti-prefix}-arrows-sort:before { content: $ti-icon-arrows-sort; } -.#{$ti-prefix}-arrows-split:before { content: $ti-icon-arrows-split; } -.#{$ti-prefix}-arrows-split-2:before { content: $ti-icon-arrows-split-2; } -.#{$ti-prefix}-arrows-transfer-down:before { content: $ti-icon-arrows-transfer-down; } -.#{$ti-prefix}-arrows-transfer-up:before { content: $ti-icon-arrows-transfer-up; } -.#{$ti-prefix}-arrows-up:before { content: $ti-icon-arrows-up; } -.#{$ti-prefix}-arrows-up-down:before { content: $ti-icon-arrows-up-down; } -.#{$ti-prefix}-arrows-up-left:before { content: $ti-icon-arrows-up-left; } -.#{$ti-prefix}-arrows-up-right:before { content: $ti-icon-arrows-up-right; } -.#{$ti-prefix}-arrows-vertical:before { content: $ti-icon-arrows-vertical; } -.#{$ti-prefix}-artboard:before { content: $ti-icon-artboard; } -.#{$ti-prefix}-artboard-filled:before { content: $ti-icon-artboard-filled; } -.#{$ti-prefix}-artboard-off:before { content: $ti-icon-artboard-off; } -.#{$ti-prefix}-article:before { content: $ti-icon-article; } -.#{$ti-prefix}-article-filled-filled:before { content: $ti-icon-article-filled-filled; } -.#{$ti-prefix}-article-off:before { content: $ti-icon-article-off; } -.#{$ti-prefix}-aspect-ratio:before { content: $ti-icon-aspect-ratio; } -.#{$ti-prefix}-aspect-ratio-filled:before { content: $ti-icon-aspect-ratio-filled; } -.#{$ti-prefix}-aspect-ratio-off:before { content: $ti-icon-aspect-ratio-off; } -.#{$ti-prefix}-assembly:before { content: $ti-icon-assembly; } -.#{$ti-prefix}-assembly-off:before { content: $ti-icon-assembly-off; } -.#{$ti-prefix}-asset:before { content: $ti-icon-asset; } -.#{$ti-prefix}-asterisk:before { content: $ti-icon-asterisk; } -.#{$ti-prefix}-asterisk-simple:before { content: $ti-icon-asterisk-simple; } -.#{$ti-prefix}-at:before { content: $ti-icon-at; } -.#{$ti-prefix}-at-off:before { content: $ti-icon-at-off; } -.#{$ti-prefix}-atom:before { content: $ti-icon-atom; } -.#{$ti-prefix}-atom-2:before { content: $ti-icon-atom-2; } -.#{$ti-prefix}-atom-2-filled:before { content: $ti-icon-atom-2-filled; } -.#{$ti-prefix}-atom-off:before { content: $ti-icon-atom-off; } -.#{$ti-prefix}-augmented-reality:before { content: $ti-icon-augmented-reality; } -.#{$ti-prefix}-augmented-reality-2:before { content: $ti-icon-augmented-reality-2; } -.#{$ti-prefix}-augmented-reality-off:before { content: $ti-icon-augmented-reality-off; } -.#{$ti-prefix}-automatic-gearbox:before { content: $ti-icon-automatic-gearbox; } -.#{$ti-prefix}-avocado:before { content: $ti-icon-avocado; } -.#{$ti-prefix}-award:before { content: $ti-icon-award; } -.#{$ti-prefix}-award-filled:before { content: $ti-icon-award-filled; } -.#{$ti-prefix}-award-off:before { content: $ti-icon-award-off; } -.#{$ti-prefix}-axe:before { content: $ti-icon-axe; } -.#{$ti-prefix}-axis-x:before { content: $ti-icon-axis-x; } -.#{$ti-prefix}-axis-y:before { content: $ti-icon-axis-y; } -.#{$ti-prefix}-baby-bottle:before { content: $ti-icon-baby-bottle; } -.#{$ti-prefix}-baby-carriage:before { content: $ti-icon-baby-carriage; } -.#{$ti-prefix}-background:before { content: $ti-icon-background; } -.#{$ti-prefix}-backhoe:before { content: $ti-icon-backhoe; } -.#{$ti-prefix}-backpack:before { content: $ti-icon-backpack; } -.#{$ti-prefix}-backpack-off:before { content: $ti-icon-backpack-off; } -.#{$ti-prefix}-backslash:before { content: $ti-icon-backslash; } -.#{$ti-prefix}-backspace:before { content: $ti-icon-backspace; } -.#{$ti-prefix}-backspace-filled:before { content: $ti-icon-backspace-filled; } -.#{$ti-prefix}-badge:before { content: $ti-icon-badge; } -.#{$ti-prefix}-badge-3d:before { content: $ti-icon-badge-3d; } -.#{$ti-prefix}-badge-4k:before { content: $ti-icon-badge-4k; } -.#{$ti-prefix}-badge-8k:before { content: $ti-icon-badge-8k; } -.#{$ti-prefix}-badge-ad:before { content: $ti-icon-badge-ad; } -.#{$ti-prefix}-badge-ad-off:before { content: $ti-icon-badge-ad-off; } -.#{$ti-prefix}-badge-ar:before { content: $ti-icon-badge-ar; } -.#{$ti-prefix}-badge-cc:before { content: $ti-icon-badge-cc; } -.#{$ti-prefix}-badge-filled:before { content: $ti-icon-badge-filled; } -.#{$ti-prefix}-badge-hd:before { content: $ti-icon-badge-hd; } -.#{$ti-prefix}-badge-off:before { content: $ti-icon-badge-off; } -.#{$ti-prefix}-badge-sd:before { content: $ti-icon-badge-sd; } -.#{$ti-prefix}-badge-tm:before { content: $ti-icon-badge-tm; } -.#{$ti-prefix}-badge-vo:before { content: $ti-icon-badge-vo; } -.#{$ti-prefix}-badge-vr:before { content: $ti-icon-badge-vr; } -.#{$ti-prefix}-badge-wc:before { content: $ti-icon-badge-wc; } -.#{$ti-prefix}-badges:before { content: $ti-icon-badges; } -.#{$ti-prefix}-badges-filled:before { content: $ti-icon-badges-filled; } -.#{$ti-prefix}-badges-off:before { content: $ti-icon-badges-off; } -.#{$ti-prefix}-baguette:before { content: $ti-icon-baguette; } -.#{$ti-prefix}-ball-american-football:before { content: $ti-icon-ball-american-football; } -.#{$ti-prefix}-ball-american-football-off:before { content: $ti-icon-ball-american-football-off; } -.#{$ti-prefix}-ball-baseball:before { content: $ti-icon-ball-baseball; } -.#{$ti-prefix}-ball-basketball:before { content: $ti-icon-ball-basketball; } -.#{$ti-prefix}-ball-bowling:before { content: $ti-icon-ball-bowling; } -.#{$ti-prefix}-ball-football:before { content: $ti-icon-ball-football; } -.#{$ti-prefix}-ball-football-off:before { content: $ti-icon-ball-football-off; } -.#{$ti-prefix}-ball-tennis:before { content: $ti-icon-ball-tennis; } -.#{$ti-prefix}-ball-volleyball:before { content: $ti-icon-ball-volleyball; } -.#{$ti-prefix}-balloon:before { content: $ti-icon-balloon; } -.#{$ti-prefix}-balloon-filled:before { content: $ti-icon-balloon-filled; } -.#{$ti-prefix}-balloon-off:before { content: $ti-icon-balloon-off; } -.#{$ti-prefix}-ballpen:before { content: $ti-icon-ballpen; } -.#{$ti-prefix}-ballpen-filled:before { content: $ti-icon-ballpen-filled; } -.#{$ti-prefix}-ballpen-off:before { content: $ti-icon-ballpen-off; } -.#{$ti-prefix}-ban:before { content: $ti-icon-ban; } -.#{$ti-prefix}-bandage:before { content: $ti-icon-bandage; } -.#{$ti-prefix}-bandage-filled:before { content: $ti-icon-bandage-filled; } -.#{$ti-prefix}-bandage-off:before { content: $ti-icon-bandage-off; } -.#{$ti-prefix}-barbell:before { content: $ti-icon-barbell; } -.#{$ti-prefix}-barbell-off:before { content: $ti-icon-barbell-off; } -.#{$ti-prefix}-barcode:before { content: $ti-icon-barcode; } -.#{$ti-prefix}-barcode-off:before { content: $ti-icon-barcode-off; } -.#{$ti-prefix}-barrel:before { content: $ti-icon-barrel; } -.#{$ti-prefix}-barrel-off:before { content: $ti-icon-barrel-off; } -.#{$ti-prefix}-barrier-block:before { content: $ti-icon-barrier-block; } -.#{$ti-prefix}-barrier-block-off:before { content: $ti-icon-barrier-block-off; } -.#{$ti-prefix}-baseline:before { content: $ti-icon-baseline; } -.#{$ti-prefix}-baseline-density-large:before { content: $ti-icon-baseline-density-large; } -.#{$ti-prefix}-baseline-density-medium:before { content: $ti-icon-baseline-density-medium; } -.#{$ti-prefix}-baseline-density-small:before { content: $ti-icon-baseline-density-small; } -.#{$ti-prefix}-basket:before { content: $ti-icon-basket; } -.#{$ti-prefix}-basket-bolt:before { content: $ti-icon-basket-bolt; } -.#{$ti-prefix}-basket-cancel:before { content: $ti-icon-basket-cancel; } -.#{$ti-prefix}-basket-check:before { content: $ti-icon-basket-check; } -.#{$ti-prefix}-basket-code:before { content: $ti-icon-basket-code; } -.#{$ti-prefix}-basket-cog:before { content: $ti-icon-basket-cog; } -.#{$ti-prefix}-basket-discount:before { content: $ti-icon-basket-discount; } -.#{$ti-prefix}-basket-dollar:before { content: $ti-icon-basket-dollar; } -.#{$ti-prefix}-basket-down:before { content: $ti-icon-basket-down; } -.#{$ti-prefix}-basket-exclamation:before { content: $ti-icon-basket-exclamation; } -.#{$ti-prefix}-basket-filled:before { content: $ti-icon-basket-filled; } -.#{$ti-prefix}-basket-heart:before { content: $ti-icon-basket-heart; } -.#{$ti-prefix}-basket-minus:before { content: $ti-icon-basket-minus; } -.#{$ti-prefix}-basket-off:before { content: $ti-icon-basket-off; } -.#{$ti-prefix}-basket-pause:before { content: $ti-icon-basket-pause; } -.#{$ti-prefix}-basket-pin:before { content: $ti-icon-basket-pin; } -.#{$ti-prefix}-basket-plus:before { content: $ti-icon-basket-plus; } -.#{$ti-prefix}-basket-question:before { content: $ti-icon-basket-question; } -.#{$ti-prefix}-basket-search:before { content: $ti-icon-basket-search; } -.#{$ti-prefix}-basket-share:before { content: $ti-icon-basket-share; } -.#{$ti-prefix}-basket-star:before { content: $ti-icon-basket-star; } -.#{$ti-prefix}-basket-up:before { content: $ti-icon-basket-up; } -.#{$ti-prefix}-basket-x:before { content: $ti-icon-basket-x; } -.#{$ti-prefix}-bat:before { content: $ti-icon-bat; } -.#{$ti-prefix}-bath:before { content: $ti-icon-bath; } -.#{$ti-prefix}-bath-filled:before { content: $ti-icon-bath-filled; } -.#{$ti-prefix}-bath-off:before { content: $ti-icon-bath-off; } -.#{$ti-prefix}-battery:before { content: $ti-icon-battery; } -.#{$ti-prefix}-battery-1:before { content: $ti-icon-battery-1; } -.#{$ti-prefix}-battery-1-filled:before { content: $ti-icon-battery-1-filled; } -.#{$ti-prefix}-battery-2:before { content: $ti-icon-battery-2; } -.#{$ti-prefix}-battery-2-filled:before { content: $ti-icon-battery-2-filled; } -.#{$ti-prefix}-battery-3:before { content: $ti-icon-battery-3; } -.#{$ti-prefix}-battery-3-filled:before { content: $ti-icon-battery-3-filled; } -.#{$ti-prefix}-battery-4:before { content: $ti-icon-battery-4; } -.#{$ti-prefix}-battery-4-filled:before { content: $ti-icon-battery-4-filled; } -.#{$ti-prefix}-battery-automotive:before { content: $ti-icon-battery-automotive; } -.#{$ti-prefix}-battery-charging:before { content: $ti-icon-battery-charging; } -.#{$ti-prefix}-battery-charging-2:before { content: $ti-icon-battery-charging-2; } -.#{$ti-prefix}-battery-eco:before { content: $ti-icon-battery-eco; } -.#{$ti-prefix}-battery-filled:before { content: $ti-icon-battery-filled; } -.#{$ti-prefix}-battery-off:before { content: $ti-icon-battery-off; } -.#{$ti-prefix}-beach:before { content: $ti-icon-beach; } -.#{$ti-prefix}-beach-off:before { content: $ti-icon-beach-off; } -.#{$ti-prefix}-bed:before { content: $ti-icon-bed; } -.#{$ti-prefix}-bed-filled:before { content: $ti-icon-bed-filled; } -.#{$ti-prefix}-bed-flat:before { content: $ti-icon-bed-flat; } -.#{$ti-prefix}-bed-off:before { content: $ti-icon-bed-off; } -.#{$ti-prefix}-beer:before { content: $ti-icon-beer; } -.#{$ti-prefix}-beer-filled:before { content: $ti-icon-beer-filled; } -.#{$ti-prefix}-beer-off:before { content: $ti-icon-beer-off; } -.#{$ti-prefix}-bell:before { content: $ti-icon-bell; } -.#{$ti-prefix}-bell-bolt:before { content: $ti-icon-bell-bolt; } -.#{$ti-prefix}-bell-cancel:before { content: $ti-icon-bell-cancel; } -.#{$ti-prefix}-bell-check:before { content: $ti-icon-bell-check; } -.#{$ti-prefix}-bell-code:before { content: $ti-icon-bell-code; } -.#{$ti-prefix}-bell-cog:before { content: $ti-icon-bell-cog; } -.#{$ti-prefix}-bell-dollar:before { content: $ti-icon-bell-dollar; } -.#{$ti-prefix}-bell-down:before { content: $ti-icon-bell-down; } -.#{$ti-prefix}-bell-exclamation:before { content: $ti-icon-bell-exclamation; } -.#{$ti-prefix}-bell-filled:before { content: $ti-icon-bell-filled; } -.#{$ti-prefix}-bell-heart:before { content: $ti-icon-bell-heart; } -.#{$ti-prefix}-bell-minus:before { content: $ti-icon-bell-minus; } -.#{$ti-prefix}-bell-minus-filled:before { content: $ti-icon-bell-minus-filled; } -.#{$ti-prefix}-bell-off:before { content: $ti-icon-bell-off; } -.#{$ti-prefix}-bell-pause:before { content: $ti-icon-bell-pause; } -.#{$ti-prefix}-bell-pin:before { content: $ti-icon-bell-pin; } -.#{$ti-prefix}-bell-plus:before { content: $ti-icon-bell-plus; } -.#{$ti-prefix}-bell-plus-filled:before { content: $ti-icon-bell-plus-filled; } -.#{$ti-prefix}-bell-question:before { content: $ti-icon-bell-question; } -.#{$ti-prefix}-bell-ringing:before { content: $ti-icon-bell-ringing; } -.#{$ti-prefix}-bell-ringing-2:before { content: $ti-icon-bell-ringing-2; } -.#{$ti-prefix}-bell-ringing-2-filled:before { content: $ti-icon-bell-ringing-2-filled; } -.#{$ti-prefix}-bell-ringing-filled:before { content: $ti-icon-bell-ringing-filled; } -.#{$ti-prefix}-bell-school:before { content: $ti-icon-bell-school; } -.#{$ti-prefix}-bell-search:before { content: $ti-icon-bell-search; } -.#{$ti-prefix}-bell-share:before { content: $ti-icon-bell-share; } -.#{$ti-prefix}-bell-star:before { content: $ti-icon-bell-star; } -.#{$ti-prefix}-bell-up:before { content: $ti-icon-bell-up; } -.#{$ti-prefix}-bell-x:before { content: $ti-icon-bell-x; } -.#{$ti-prefix}-bell-x-filled:before { content: $ti-icon-bell-x-filled; } -.#{$ti-prefix}-bell-z:before { content: $ti-icon-bell-z; } -.#{$ti-prefix}-bell-z-filled:before { content: $ti-icon-bell-z-filled; } -.#{$ti-prefix}-beta:before { content: $ti-icon-beta; } -.#{$ti-prefix}-bible:before { content: $ti-icon-bible; } -.#{$ti-prefix}-bike:before { content: $ti-icon-bike; } -.#{$ti-prefix}-bike-off:before { content: $ti-icon-bike-off; } -.#{$ti-prefix}-binary:before { content: $ti-icon-binary; } -.#{$ti-prefix}-binary-off:before { content: $ti-icon-binary-off; } -.#{$ti-prefix}-binary-tree:before { content: $ti-icon-binary-tree; } -.#{$ti-prefix}-binary-tree-2:before { content: $ti-icon-binary-tree-2; } -.#{$ti-prefix}-biohazard:before { content: $ti-icon-biohazard; } -.#{$ti-prefix}-biohazard-off:before { content: $ti-icon-biohazard-off; } -.#{$ti-prefix}-blade:before { content: $ti-icon-blade; } -.#{$ti-prefix}-blade-filled:before { content: $ti-icon-blade-filled; } -.#{$ti-prefix}-bleach:before { content: $ti-icon-bleach; } -.#{$ti-prefix}-bleach-chlorine:before { content: $ti-icon-bleach-chlorine; } -.#{$ti-prefix}-bleach-no-chlorine:before { content: $ti-icon-bleach-no-chlorine; } -.#{$ti-prefix}-bleach-off:before { content: $ti-icon-bleach-off; } -.#{$ti-prefix}-blender:before { content: $ti-icon-blender; } -.#{$ti-prefix}-blockquote:before { content: $ti-icon-blockquote; } -.#{$ti-prefix}-bluetooth:before { content: $ti-icon-bluetooth; } -.#{$ti-prefix}-bluetooth-connected:before { content: $ti-icon-bluetooth-connected; } -.#{$ti-prefix}-bluetooth-off:before { content: $ti-icon-bluetooth-off; } -.#{$ti-prefix}-bluetooth-x:before { content: $ti-icon-bluetooth-x; } -.#{$ti-prefix}-blur:before { content: $ti-icon-blur; } -.#{$ti-prefix}-blur-off:before { content: $ti-icon-blur-off; } -.#{$ti-prefix}-bmp:before { content: $ti-icon-bmp; } -.#{$ti-prefix}-body-scan:before { content: $ti-icon-body-scan; } -.#{$ti-prefix}-bold:before { content: $ti-icon-bold; } -.#{$ti-prefix}-bold-off:before { content: $ti-icon-bold-off; } -.#{$ti-prefix}-bolt:before { content: $ti-icon-bolt; } -.#{$ti-prefix}-bolt-off:before { content: $ti-icon-bolt-off; } -.#{$ti-prefix}-bomb:before { content: $ti-icon-bomb; } -.#{$ti-prefix}-bomb-filled:before { content: $ti-icon-bomb-filled; } -.#{$ti-prefix}-bone:before { content: $ti-icon-bone; } -.#{$ti-prefix}-bone-off:before { content: $ti-icon-bone-off; } -.#{$ti-prefix}-bong:before { content: $ti-icon-bong; } -.#{$ti-prefix}-bong-off:before { content: $ti-icon-bong-off; } -.#{$ti-prefix}-book:before { content: $ti-icon-book; } -.#{$ti-prefix}-book-2:before { content: $ti-icon-book-2; } -.#{$ti-prefix}-book-download:before { content: $ti-icon-book-download; } -.#{$ti-prefix}-book-filled:before { content: $ti-icon-book-filled; } -.#{$ti-prefix}-book-off:before { content: $ti-icon-book-off; } -.#{$ti-prefix}-book-upload:before { content: $ti-icon-book-upload; } -.#{$ti-prefix}-bookmark:before { content: $ti-icon-bookmark; } -.#{$ti-prefix}-bookmark-ai:before { content: $ti-icon-bookmark-ai; } -.#{$ti-prefix}-bookmark-edit:before { content: $ti-icon-bookmark-edit; } -.#{$ti-prefix}-bookmark-filled:before { content: $ti-icon-bookmark-filled; } -.#{$ti-prefix}-bookmark-minus:before { content: $ti-icon-bookmark-minus; } -.#{$ti-prefix}-bookmark-off:before { content: $ti-icon-bookmark-off; } -.#{$ti-prefix}-bookmark-plus:before { content: $ti-icon-bookmark-plus; } -.#{$ti-prefix}-bookmark-question:before { content: $ti-icon-bookmark-question; } -.#{$ti-prefix}-bookmarks:before { content: $ti-icon-bookmarks; } -.#{$ti-prefix}-bookmarks-filled:before { content: $ti-icon-bookmarks-filled; } -.#{$ti-prefix}-bookmarks-off:before { content: $ti-icon-bookmarks-off; } -.#{$ti-prefix}-books:before { content: $ti-icon-books; } -.#{$ti-prefix}-books-off:before { content: $ti-icon-books-off; } -.#{$ti-prefix}-border-all:before { content: $ti-icon-border-all; } -.#{$ti-prefix}-border-bottom:before { content: $ti-icon-border-bottom; } -.#{$ti-prefix}-border-corner-ios:before { content: $ti-icon-border-corner-ios; } -.#{$ti-prefix}-border-corner-pill:before { content: $ti-icon-border-corner-pill; } -.#{$ti-prefix}-border-corner-rounded:before { content: $ti-icon-border-corner-rounded; } -.#{$ti-prefix}-border-corner-square:before { content: $ti-icon-border-corner-square; } -.#{$ti-prefix}-border-corners:before { content: $ti-icon-border-corners; } -.#{$ti-prefix}-border-horizontal:before { content: $ti-icon-border-horizontal; } -.#{$ti-prefix}-border-inner:before { content: $ti-icon-border-inner; } -.#{$ti-prefix}-border-left:before { content: $ti-icon-border-left; } -.#{$ti-prefix}-border-none:before { content: $ti-icon-border-none; } -.#{$ti-prefix}-border-outer:before { content: $ti-icon-border-outer; } -.#{$ti-prefix}-border-radius:before { content: $ti-icon-border-radius; } -.#{$ti-prefix}-border-right:before { content: $ti-icon-border-right; } -.#{$ti-prefix}-border-sides:before { content: $ti-icon-border-sides; } -.#{$ti-prefix}-border-style:before { content: $ti-icon-border-style; } -.#{$ti-prefix}-border-style-2:before { content: $ti-icon-border-style-2; } -.#{$ti-prefix}-border-top:before { content: $ti-icon-border-top; } -.#{$ti-prefix}-border-vertical:before { content: $ti-icon-border-vertical; } -.#{$ti-prefix}-bottle:before { content: $ti-icon-bottle; } -.#{$ti-prefix}-bottle-filled:before { content: $ti-icon-bottle-filled; } -.#{$ti-prefix}-bottle-off:before { content: $ti-icon-bottle-off; } -.#{$ti-prefix}-bounce-left:before { content: $ti-icon-bounce-left; } -.#{$ti-prefix}-bounce-left-filled:before { content: $ti-icon-bounce-left-filled; } -.#{$ti-prefix}-bounce-right:before { content: $ti-icon-bounce-right; } -.#{$ti-prefix}-bounce-right-filled:before { content: $ti-icon-bounce-right-filled; } -.#{$ti-prefix}-bow:before { content: $ti-icon-bow; } -.#{$ti-prefix}-bowl:before { content: $ti-icon-bowl; } -.#{$ti-prefix}-bowl-chopsticks:before { content: $ti-icon-bowl-chopsticks; } -.#{$ti-prefix}-bowl-filled:before { content: $ti-icon-bowl-filled; } -.#{$ti-prefix}-bowl-spoon:before { content: $ti-icon-bowl-spoon; } -.#{$ti-prefix}-box:before { content: $ti-icon-box; } -.#{$ti-prefix}-box-align-bottom:before { content: $ti-icon-box-align-bottom; } -.#{$ti-prefix}-box-align-bottom-filled:before { content: $ti-icon-box-align-bottom-filled; } -.#{$ti-prefix}-box-align-bottom-left:before { content: $ti-icon-box-align-bottom-left; } -.#{$ti-prefix}-box-align-bottom-left-filled:before { content: $ti-icon-box-align-bottom-left-filled; } -.#{$ti-prefix}-box-align-bottom-right:before { content: $ti-icon-box-align-bottom-right; } -.#{$ti-prefix}-box-align-bottom-right-filled:before { content: $ti-icon-box-align-bottom-right-filled; } -.#{$ti-prefix}-box-align-left:before { content: $ti-icon-box-align-left; } -.#{$ti-prefix}-box-align-left-filled:before { content: $ti-icon-box-align-left-filled; } -.#{$ti-prefix}-box-align-right:before { content: $ti-icon-box-align-right; } -.#{$ti-prefix}-box-align-right-filled:before { content: $ti-icon-box-align-right-filled; } -.#{$ti-prefix}-box-align-top:before { content: $ti-icon-box-align-top; } -.#{$ti-prefix}-box-align-top-filled:before { content: $ti-icon-box-align-top-filled; } -.#{$ti-prefix}-box-align-top-left:before { content: $ti-icon-box-align-top-left; } -.#{$ti-prefix}-box-align-top-left-filled:before { content: $ti-icon-box-align-top-left-filled; } -.#{$ti-prefix}-box-align-top-right:before { content: $ti-icon-box-align-top-right; } -.#{$ti-prefix}-box-align-top-right-filled:before { content: $ti-icon-box-align-top-right-filled; } -.#{$ti-prefix}-box-margin:before { content: $ti-icon-box-margin; } -.#{$ti-prefix}-box-model:before { content: $ti-icon-box-model; } -.#{$ti-prefix}-box-model-2:before { content: $ti-icon-box-model-2; } -.#{$ti-prefix}-box-model-2-off:before { content: $ti-icon-box-model-2-off; } -.#{$ti-prefix}-box-model-off:before { content: $ti-icon-box-model-off; } -.#{$ti-prefix}-box-multiple:before { content: $ti-icon-box-multiple; } -.#{$ti-prefix}-box-multiple-0:before { content: $ti-icon-box-multiple-0; } -.#{$ti-prefix}-box-multiple-1:before { content: $ti-icon-box-multiple-1; } -.#{$ti-prefix}-box-multiple-2:before { content: $ti-icon-box-multiple-2; } -.#{$ti-prefix}-box-multiple-3:before { content: $ti-icon-box-multiple-3; } -.#{$ti-prefix}-box-multiple-4:before { content: $ti-icon-box-multiple-4; } -.#{$ti-prefix}-box-multiple-5:before { content: $ti-icon-box-multiple-5; } -.#{$ti-prefix}-box-multiple-6:before { content: $ti-icon-box-multiple-6; } -.#{$ti-prefix}-box-multiple-7:before { content: $ti-icon-box-multiple-7; } -.#{$ti-prefix}-box-multiple-8:before { content: $ti-icon-box-multiple-8; } -.#{$ti-prefix}-box-multiple-9:before { content: $ti-icon-box-multiple-9; } -.#{$ti-prefix}-box-off:before { content: $ti-icon-box-off; } -.#{$ti-prefix}-box-padding:before { content: $ti-icon-box-padding; } -.#{$ti-prefix}-box-seam:before { content: $ti-icon-box-seam; } -.#{$ti-prefix}-braces:before { content: $ti-icon-braces; } -.#{$ti-prefix}-braces-off:before { content: $ti-icon-braces-off; } -.#{$ti-prefix}-brackets:before { content: $ti-icon-brackets; } -.#{$ti-prefix}-brackets-angle:before { content: $ti-icon-brackets-angle; } -.#{$ti-prefix}-brackets-angle-off:before { content: $ti-icon-brackets-angle-off; } -.#{$ti-prefix}-brackets-contain:before { content: $ti-icon-brackets-contain; } -.#{$ti-prefix}-brackets-contain-end:before { content: $ti-icon-brackets-contain-end; } -.#{$ti-prefix}-brackets-contain-start:before { content: $ti-icon-brackets-contain-start; } -.#{$ti-prefix}-brackets-off:before { content: $ti-icon-brackets-off; } -.#{$ti-prefix}-braille:before { content: $ti-icon-braille; } -.#{$ti-prefix}-brain:before { content: $ti-icon-brain; } -.#{$ti-prefix}-brand-4chan:before { content: $ti-icon-brand-4chan; } -.#{$ti-prefix}-brand-abstract:before { content: $ti-icon-brand-abstract; } -.#{$ti-prefix}-brand-adobe:before { content: $ti-icon-brand-adobe; } -.#{$ti-prefix}-brand-adonis-js:before { content: $ti-icon-brand-adonis-js; } -.#{$ti-prefix}-brand-airbnb:before { content: $ti-icon-brand-airbnb; } -.#{$ti-prefix}-brand-airtable:before { content: $ti-icon-brand-airtable; } -.#{$ti-prefix}-brand-algolia:before { content: $ti-icon-brand-algolia; } -.#{$ti-prefix}-brand-alipay:before { content: $ti-icon-brand-alipay; } -.#{$ti-prefix}-brand-alpine-js:before { content: $ti-icon-brand-alpine-js; } -.#{$ti-prefix}-brand-amazon:before { content: $ti-icon-brand-amazon; } -.#{$ti-prefix}-brand-amd:before { content: $ti-icon-brand-amd; } -.#{$ti-prefix}-brand-amigo:before { content: $ti-icon-brand-amigo; } -.#{$ti-prefix}-brand-among-us:before { content: $ti-icon-brand-among-us; } -.#{$ti-prefix}-brand-android:before { content: $ti-icon-brand-android; } -.#{$ti-prefix}-brand-angular:before { content: $ti-icon-brand-angular; } -.#{$ti-prefix}-brand-ansible:before { content: $ti-icon-brand-ansible; } -.#{$ti-prefix}-brand-ao3:before { content: $ti-icon-brand-ao3; } -.#{$ti-prefix}-brand-appgallery:before { content: $ti-icon-brand-appgallery; } -.#{$ti-prefix}-brand-apple:before { content: $ti-icon-brand-apple; } -.#{$ti-prefix}-brand-apple-arcade:before { content: $ti-icon-brand-apple-arcade; } -.#{$ti-prefix}-brand-apple-filled:before { content: $ti-icon-brand-apple-filled; } -.#{$ti-prefix}-brand-apple-podcast:before { content: $ti-icon-brand-apple-podcast; } -.#{$ti-prefix}-brand-appstore:before { content: $ti-icon-brand-appstore; } -.#{$ti-prefix}-brand-asana:before { content: $ti-icon-brand-asana; } -.#{$ti-prefix}-brand-auth0:before { content: $ti-icon-brand-auth0; } -.#{$ti-prefix}-brand-aws:before { content: $ti-icon-brand-aws; } -.#{$ti-prefix}-brand-azure:before { content: $ti-icon-brand-azure; } -.#{$ti-prefix}-brand-backbone:before { content: $ti-icon-brand-backbone; } -.#{$ti-prefix}-brand-badoo:before { content: $ti-icon-brand-badoo; } -.#{$ti-prefix}-brand-baidu:before { content: $ti-icon-brand-baidu; } -.#{$ti-prefix}-brand-bandcamp:before { content: $ti-icon-brand-bandcamp; } -.#{$ti-prefix}-brand-bandlab:before { content: $ti-icon-brand-bandlab; } -.#{$ti-prefix}-brand-beats:before { content: $ti-icon-brand-beats; } -.#{$ti-prefix}-brand-behance:before { content: $ti-icon-brand-behance; } -.#{$ti-prefix}-brand-bilibili:before { content: $ti-icon-brand-bilibili; } -.#{$ti-prefix}-brand-binance:before { content: $ti-icon-brand-binance; } -.#{$ti-prefix}-brand-bing:before { content: $ti-icon-brand-bing; } -.#{$ti-prefix}-brand-bitbucket:before { content: $ti-icon-brand-bitbucket; } -.#{$ti-prefix}-brand-blackberry:before { content: $ti-icon-brand-blackberry; } -.#{$ti-prefix}-brand-blender:before { content: $ti-icon-brand-blender; } -.#{$ti-prefix}-brand-blogger:before { content: $ti-icon-brand-blogger; } -.#{$ti-prefix}-brand-bluesky:before { content: $ti-icon-brand-bluesky; } -.#{$ti-prefix}-brand-booking:before { content: $ti-icon-brand-booking; } -.#{$ti-prefix}-brand-bootstrap:before { content: $ti-icon-brand-bootstrap; } -.#{$ti-prefix}-brand-bulma:before { content: $ti-icon-brand-bulma; } -.#{$ti-prefix}-brand-bumble:before { content: $ti-icon-brand-bumble; } -.#{$ti-prefix}-brand-bunpo:before { content: $ti-icon-brand-bunpo; } -.#{$ti-prefix}-brand-c-sharp:before { content: $ti-icon-brand-c-sharp; } -.#{$ti-prefix}-brand-cake:before { content: $ti-icon-brand-cake; } -.#{$ti-prefix}-brand-cakephp:before { content: $ti-icon-brand-cakephp; } -.#{$ti-prefix}-brand-campaignmonitor:before { content: $ti-icon-brand-campaignmonitor; } -.#{$ti-prefix}-brand-carbon:before { content: $ti-icon-brand-carbon; } -.#{$ti-prefix}-brand-cashapp:before { content: $ti-icon-brand-cashapp; } -.#{$ti-prefix}-brand-chrome:before { content: $ti-icon-brand-chrome; } -.#{$ti-prefix}-brand-cinema-4d:before { content: $ti-icon-brand-cinema-4d; } -.#{$ti-prefix}-brand-citymapper:before { content: $ti-icon-brand-citymapper; } -.#{$ti-prefix}-brand-cloudflare:before { content: $ti-icon-brand-cloudflare; } -.#{$ti-prefix}-brand-codecov:before { content: $ti-icon-brand-codecov; } -.#{$ti-prefix}-brand-codepen:before { content: $ti-icon-brand-codepen; } -.#{$ti-prefix}-brand-codesandbox:before { content: $ti-icon-brand-codesandbox; } -.#{$ti-prefix}-brand-cohost:before { content: $ti-icon-brand-cohost; } -.#{$ti-prefix}-brand-coinbase:before { content: $ti-icon-brand-coinbase; } -.#{$ti-prefix}-brand-comedy-central:before { content: $ti-icon-brand-comedy-central; } -.#{$ti-prefix}-brand-coreos:before { content: $ti-icon-brand-coreos; } -.#{$ti-prefix}-brand-couchdb:before { content: $ti-icon-brand-couchdb; } -.#{$ti-prefix}-brand-couchsurfing:before { content: $ti-icon-brand-couchsurfing; } -.#{$ti-prefix}-brand-cpp:before { content: $ti-icon-brand-cpp; } -.#{$ti-prefix}-brand-craft:before { content: $ti-icon-brand-craft; } -.#{$ti-prefix}-brand-crunchbase:before { content: $ti-icon-brand-crunchbase; } -.#{$ti-prefix}-brand-css3:before { content: $ti-icon-brand-css3; } -.#{$ti-prefix}-brand-ctemplar:before { content: $ti-icon-brand-ctemplar; } -.#{$ti-prefix}-brand-cucumber:before { content: $ti-icon-brand-cucumber; } -.#{$ti-prefix}-brand-cupra:before { content: $ti-icon-brand-cupra; } -.#{$ti-prefix}-brand-cypress:before { content: $ti-icon-brand-cypress; } -.#{$ti-prefix}-brand-d3:before { content: $ti-icon-brand-d3; } -.#{$ti-prefix}-brand-databricks:before { content: $ti-icon-brand-databricks; } -.#{$ti-prefix}-brand-days-counter:before { content: $ti-icon-brand-days-counter; } -.#{$ti-prefix}-brand-dcos:before { content: $ti-icon-brand-dcos; } -.#{$ti-prefix}-brand-debian:before { content: $ti-icon-brand-debian; } -.#{$ti-prefix}-brand-deezer:before { content: $ti-icon-brand-deezer; } -.#{$ti-prefix}-brand-deliveroo:before { content: $ti-icon-brand-deliveroo; } -.#{$ti-prefix}-brand-deno:before { content: $ti-icon-brand-deno; } -.#{$ti-prefix}-brand-denodo:before { content: $ti-icon-brand-denodo; } -.#{$ti-prefix}-brand-deviantart:before { content: $ti-icon-brand-deviantart; } -.#{$ti-prefix}-brand-digg:before { content: $ti-icon-brand-digg; } -.#{$ti-prefix}-brand-dingtalk:before { content: $ti-icon-brand-dingtalk; } -.#{$ti-prefix}-brand-discord:before { content: $ti-icon-brand-discord; } -.#{$ti-prefix}-brand-discord-filled:before { content: $ti-icon-brand-discord-filled; } -.#{$ti-prefix}-brand-disney:before { content: $ti-icon-brand-disney; } -.#{$ti-prefix}-brand-disqus:before { content: $ti-icon-brand-disqus; } -.#{$ti-prefix}-brand-django:before { content: $ti-icon-brand-django; } -.#{$ti-prefix}-brand-docker:before { content: $ti-icon-brand-docker; } -.#{$ti-prefix}-brand-doctrine:before { content: $ti-icon-brand-doctrine; } -.#{$ti-prefix}-brand-dolby-digital:before { content: $ti-icon-brand-dolby-digital; } -.#{$ti-prefix}-brand-douban:before { content: $ti-icon-brand-douban; } -.#{$ti-prefix}-brand-dribbble:before { content: $ti-icon-brand-dribbble; } -.#{$ti-prefix}-brand-dribbble-filled:before { content: $ti-icon-brand-dribbble-filled; } -.#{$ti-prefix}-brand-drops:before { content: $ti-icon-brand-drops; } -.#{$ti-prefix}-brand-drupal:before { content: $ti-icon-brand-drupal; } -.#{$ti-prefix}-brand-edge:before { content: $ti-icon-brand-edge; } -.#{$ti-prefix}-brand-elastic:before { content: $ti-icon-brand-elastic; } -.#{$ti-prefix}-brand-electronic-arts:before { content: $ti-icon-brand-electronic-arts; } -.#{$ti-prefix}-brand-ember:before { content: $ti-icon-brand-ember; } -.#{$ti-prefix}-brand-envato:before { content: $ti-icon-brand-envato; } -.#{$ti-prefix}-brand-etsy:before { content: $ti-icon-brand-etsy; } -.#{$ti-prefix}-brand-evernote:before { content: $ti-icon-brand-evernote; } -.#{$ti-prefix}-brand-facebook:before { content: $ti-icon-brand-facebook; } -.#{$ti-prefix}-brand-facebook-filled:before { content: $ti-icon-brand-facebook-filled; } -.#{$ti-prefix}-brand-feedly:before { content: $ti-icon-brand-feedly; } -.#{$ti-prefix}-brand-figma:before { content: $ti-icon-brand-figma; } -.#{$ti-prefix}-brand-filezilla:before { content: $ti-icon-brand-filezilla; } -.#{$ti-prefix}-brand-finder:before { content: $ti-icon-brand-finder; } -.#{$ti-prefix}-brand-firebase:before { content: $ti-icon-brand-firebase; } -.#{$ti-prefix}-brand-firefox:before { content: $ti-icon-brand-firefox; } -.#{$ti-prefix}-brand-fiverr:before { content: $ti-icon-brand-fiverr; } -.#{$ti-prefix}-brand-flickr:before { content: $ti-icon-brand-flickr; } -.#{$ti-prefix}-brand-flightradar24:before { content: $ti-icon-brand-flightradar24; } -.#{$ti-prefix}-brand-flipboard:before { content: $ti-icon-brand-flipboard; } -.#{$ti-prefix}-brand-flutter:before { content: $ti-icon-brand-flutter; } -.#{$ti-prefix}-brand-fortnite:before { content: $ti-icon-brand-fortnite; } -.#{$ti-prefix}-brand-foursquare:before { content: $ti-icon-brand-foursquare; } -.#{$ti-prefix}-brand-framer:before { content: $ti-icon-brand-framer; } -.#{$ti-prefix}-brand-framer-motion:before { content: $ti-icon-brand-framer-motion; } -.#{$ti-prefix}-brand-funimation:before { content: $ti-icon-brand-funimation; } -.#{$ti-prefix}-brand-gatsby:before { content: $ti-icon-brand-gatsby; } -.#{$ti-prefix}-brand-git:before { content: $ti-icon-brand-git; } -.#{$ti-prefix}-brand-github:before { content: $ti-icon-brand-github; } -.#{$ti-prefix}-brand-github-copilot:before { content: $ti-icon-brand-github-copilot; } -.#{$ti-prefix}-brand-github-filled:before { content: $ti-icon-brand-github-filled; } -.#{$ti-prefix}-brand-gitlab:before { content: $ti-icon-brand-gitlab; } -.#{$ti-prefix}-brand-gmail:before { content: $ti-icon-brand-gmail; } -.#{$ti-prefix}-brand-golang:before { content: $ti-icon-brand-golang; } -.#{$ti-prefix}-brand-google:before { content: $ti-icon-brand-google; } -.#{$ti-prefix}-brand-google-analytics:before { content: $ti-icon-brand-google-analytics; } -.#{$ti-prefix}-brand-google-big-query:before { content: $ti-icon-brand-google-big-query; } -.#{$ti-prefix}-brand-google-drive:before { content: $ti-icon-brand-google-drive; } -.#{$ti-prefix}-brand-google-filled:before { content: $ti-icon-brand-google-filled; } -.#{$ti-prefix}-brand-google-fit:before { content: $ti-icon-brand-google-fit; } -.#{$ti-prefix}-brand-google-home:before { content: $ti-icon-brand-google-home; } -.#{$ti-prefix}-brand-google-maps:before { content: $ti-icon-brand-google-maps; } -.#{$ti-prefix}-brand-google-one:before { content: $ti-icon-brand-google-one; } -.#{$ti-prefix}-brand-google-photos:before { content: $ti-icon-brand-google-photos; } -.#{$ti-prefix}-brand-google-play:before { content: $ti-icon-brand-google-play; } -.#{$ti-prefix}-brand-google-podcasts:before { content: $ti-icon-brand-google-podcasts; } -.#{$ti-prefix}-brand-grammarly:before { content: $ti-icon-brand-grammarly; } -.#{$ti-prefix}-brand-graphql:before { content: $ti-icon-brand-graphql; } -.#{$ti-prefix}-brand-gravatar:before { content: $ti-icon-brand-gravatar; } -.#{$ti-prefix}-brand-grindr:before { content: $ti-icon-brand-grindr; } -.#{$ti-prefix}-brand-guardian:before { content: $ti-icon-brand-guardian; } -.#{$ti-prefix}-brand-gumroad:before { content: $ti-icon-brand-gumroad; } -.#{$ti-prefix}-brand-hbo:before { content: $ti-icon-brand-hbo; } -.#{$ti-prefix}-brand-headlessui:before { content: $ti-icon-brand-headlessui; } -.#{$ti-prefix}-brand-hexo:before { content: $ti-icon-brand-hexo; } -.#{$ti-prefix}-brand-hipchat:before { content: $ti-icon-brand-hipchat; } -.#{$ti-prefix}-brand-html5:before { content: $ti-icon-brand-html5; } -.#{$ti-prefix}-brand-inertia:before { content: $ti-icon-brand-inertia; } -.#{$ti-prefix}-brand-instagram:before { content: $ti-icon-brand-instagram; } -.#{$ti-prefix}-brand-intercom:before { content: $ti-icon-brand-intercom; } -.#{$ti-prefix}-brand-itch:before { content: $ti-icon-brand-itch; } -.#{$ti-prefix}-brand-javascript:before { content: $ti-icon-brand-javascript; } -.#{$ti-prefix}-brand-juejin:before { content: $ti-icon-brand-juejin; } -.#{$ti-prefix}-brand-kako-talk:before { content: $ti-icon-brand-kako-talk; } -.#{$ti-prefix}-brand-kbin:before { content: $ti-icon-brand-kbin; } -.#{$ti-prefix}-brand-kick:before { content: $ti-icon-brand-kick; } -.#{$ti-prefix}-brand-kickstarter:before { content: $ti-icon-brand-kickstarter; } -.#{$ti-prefix}-brand-kotlin:before { content: $ti-icon-brand-kotlin; } -.#{$ti-prefix}-brand-laravel:before { content: $ti-icon-brand-laravel; } -.#{$ti-prefix}-brand-lastfm:before { content: $ti-icon-brand-lastfm; } -.#{$ti-prefix}-brand-leetcode:before { content: $ti-icon-brand-leetcode; } -.#{$ti-prefix}-brand-letterboxd:before { content: $ti-icon-brand-letterboxd; } -.#{$ti-prefix}-brand-line:before { content: $ti-icon-brand-line; } -.#{$ti-prefix}-brand-linkedin:before { content: $ti-icon-brand-linkedin; } -.#{$ti-prefix}-brand-linktree:before { content: $ti-icon-brand-linktree; } -.#{$ti-prefix}-brand-linqpad:before { content: $ti-icon-brand-linqpad; } -.#{$ti-prefix}-brand-livewire:before { content: $ti-icon-brand-livewire; } -.#{$ti-prefix}-brand-loom:before { content: $ti-icon-brand-loom; } -.#{$ti-prefix}-brand-mailgun:before { content: $ti-icon-brand-mailgun; } -.#{$ti-prefix}-brand-mantine:before { content: $ti-icon-brand-mantine; } -.#{$ti-prefix}-brand-mastercard:before { content: $ti-icon-brand-mastercard; } -.#{$ti-prefix}-brand-mastodon:before { content: $ti-icon-brand-mastodon; } -.#{$ti-prefix}-brand-matrix:before { content: $ti-icon-brand-matrix; } -.#{$ti-prefix}-brand-mcdonalds:before { content: $ti-icon-brand-mcdonalds; } -.#{$ti-prefix}-brand-medium:before { content: $ti-icon-brand-medium; } -.#{$ti-prefix}-brand-meetup:before { content: $ti-icon-brand-meetup; } -.#{$ti-prefix}-brand-mercedes:before { content: $ti-icon-brand-mercedes; } -.#{$ti-prefix}-brand-messenger:before { content: $ti-icon-brand-messenger; } -.#{$ti-prefix}-brand-meta:before { content: $ti-icon-brand-meta; } -.#{$ti-prefix}-brand-minecraft:before { content: $ti-icon-brand-minecraft; } -.#{$ti-prefix}-brand-miniprogram:before { content: $ti-icon-brand-miniprogram; } -.#{$ti-prefix}-brand-mixpanel:before { content: $ti-icon-brand-mixpanel; } -.#{$ti-prefix}-brand-monday:before { content: $ti-icon-brand-monday; } -.#{$ti-prefix}-brand-mongodb:before { content: $ti-icon-brand-mongodb; } -.#{$ti-prefix}-brand-my-oppo:before { content: $ti-icon-brand-my-oppo; } -.#{$ti-prefix}-brand-mysql:before { content: $ti-icon-brand-mysql; } -.#{$ti-prefix}-brand-national-geographic:before { content: $ti-icon-brand-national-geographic; } -.#{$ti-prefix}-brand-nem:before { content: $ti-icon-brand-nem; } -.#{$ti-prefix}-brand-netbeans:before { content: $ti-icon-brand-netbeans; } -.#{$ti-prefix}-brand-netease-music:before { content: $ti-icon-brand-netease-music; } -.#{$ti-prefix}-brand-netflix:before { content: $ti-icon-brand-netflix; } -.#{$ti-prefix}-brand-nexo:before { content: $ti-icon-brand-nexo; } -.#{$ti-prefix}-brand-nextcloud:before { content: $ti-icon-brand-nextcloud; } -.#{$ti-prefix}-brand-nextjs:before { content: $ti-icon-brand-nextjs; } -.#{$ti-prefix}-brand-nodejs:before { content: $ti-icon-brand-nodejs; } -.#{$ti-prefix}-brand-nord-vpn:before { content: $ti-icon-brand-nord-vpn; } -.#{$ti-prefix}-brand-notion:before { content: $ti-icon-brand-notion; } -.#{$ti-prefix}-brand-npm:before { content: $ti-icon-brand-npm; } -.#{$ti-prefix}-brand-nuxt:before { content: $ti-icon-brand-nuxt; } -.#{$ti-prefix}-brand-nytimes:before { content: $ti-icon-brand-nytimes; } -.#{$ti-prefix}-brand-oauth:before { content: $ti-icon-brand-oauth; } -.#{$ti-prefix}-brand-office:before { content: $ti-icon-brand-office; } -.#{$ti-prefix}-brand-ok-ru:before { content: $ti-icon-brand-ok-ru; } -.#{$ti-prefix}-brand-onedrive:before { content: $ti-icon-brand-onedrive; } -.#{$ti-prefix}-brand-onlyfans:before { content: $ti-icon-brand-onlyfans; } -.#{$ti-prefix}-brand-open-source:before { content: $ti-icon-brand-open-source; } -.#{$ti-prefix}-brand-openai:before { content: $ti-icon-brand-openai; } -.#{$ti-prefix}-brand-openvpn:before { content: $ti-icon-brand-openvpn; } -.#{$ti-prefix}-brand-opera:before { content: $ti-icon-brand-opera; } -.#{$ti-prefix}-brand-pagekit:before { content: $ti-icon-brand-pagekit; } -.#{$ti-prefix}-brand-parsinta:before { content: $ti-icon-brand-parsinta; } -.#{$ti-prefix}-brand-patreon:before { content: $ti-icon-brand-patreon; } -.#{$ti-prefix}-brand-patreon-filled:before { content: $ti-icon-brand-patreon-filled; } -.#{$ti-prefix}-brand-paypal:before { content: $ti-icon-brand-paypal; } -.#{$ti-prefix}-brand-paypal-filled:before { content: $ti-icon-brand-paypal-filled; } -.#{$ti-prefix}-brand-paypay:before { content: $ti-icon-brand-paypay; } -.#{$ti-prefix}-brand-peanut:before { content: $ti-icon-brand-peanut; } -.#{$ti-prefix}-brand-pepsi:before { content: $ti-icon-brand-pepsi; } -.#{$ti-prefix}-brand-php:before { content: $ti-icon-brand-php; } -.#{$ti-prefix}-brand-picsart:before { content: $ti-icon-brand-picsart; } -.#{$ti-prefix}-brand-pinterest:before { content: $ti-icon-brand-pinterest; } -.#{$ti-prefix}-brand-planetscale:before { content: $ti-icon-brand-planetscale; } -.#{$ti-prefix}-brand-pnpm:before { content: $ti-icon-brand-pnpm; } -.#{$ti-prefix}-brand-pocket:before { content: $ti-icon-brand-pocket; } -.#{$ti-prefix}-brand-polymer:before { content: $ti-icon-brand-polymer; } -.#{$ti-prefix}-brand-powershell:before { content: $ti-icon-brand-powershell; } -.#{$ti-prefix}-brand-printables:before { content: $ti-icon-brand-printables; } -.#{$ti-prefix}-brand-prisma:before { content: $ti-icon-brand-prisma; } -.#{$ti-prefix}-brand-producthunt:before { content: $ti-icon-brand-producthunt; } -.#{$ti-prefix}-brand-pushbullet:before { content: $ti-icon-brand-pushbullet; } -.#{$ti-prefix}-brand-pushover:before { content: $ti-icon-brand-pushover; } -.#{$ti-prefix}-brand-python:before { content: $ti-icon-brand-python; } -.#{$ti-prefix}-brand-qq:before { content: $ti-icon-brand-qq; } -.#{$ti-prefix}-brand-radix-ui:before { content: $ti-icon-brand-radix-ui; } -.#{$ti-prefix}-brand-react:before { content: $ti-icon-brand-react; } -.#{$ti-prefix}-brand-react-native:before { content: $ti-icon-brand-react-native; } -.#{$ti-prefix}-brand-reason:before { content: $ti-icon-brand-reason; } -.#{$ti-prefix}-brand-reddit:before { content: $ti-icon-brand-reddit; } -.#{$ti-prefix}-brand-redhat:before { content: $ti-icon-brand-redhat; } -.#{$ti-prefix}-brand-redux:before { content: $ti-icon-brand-redux; } -.#{$ti-prefix}-brand-revolut:before { content: $ti-icon-brand-revolut; } -.#{$ti-prefix}-brand-rumble:before { content: $ti-icon-brand-rumble; } -.#{$ti-prefix}-brand-rust:before { content: $ti-icon-brand-rust; } -.#{$ti-prefix}-brand-safari:before { content: $ti-icon-brand-safari; } -.#{$ti-prefix}-brand-samsungpass:before { content: $ti-icon-brand-samsungpass; } -.#{$ti-prefix}-brand-sass:before { content: $ti-icon-brand-sass; } -.#{$ti-prefix}-brand-sentry:before { content: $ti-icon-brand-sentry; } -.#{$ti-prefix}-brand-sharik:before { content: $ti-icon-brand-sharik; } -.#{$ti-prefix}-brand-shazam:before { content: $ti-icon-brand-shazam; } -.#{$ti-prefix}-brand-shopee:before { content: $ti-icon-brand-shopee; } -.#{$ti-prefix}-brand-sketch:before { content: $ti-icon-brand-sketch; } -.#{$ti-prefix}-brand-skype:before { content: $ti-icon-brand-skype; } -.#{$ti-prefix}-brand-slack:before { content: $ti-icon-brand-slack; } -.#{$ti-prefix}-brand-snapchat:before { content: $ti-icon-brand-snapchat; } -.#{$ti-prefix}-brand-snapseed:before { content: $ti-icon-brand-snapseed; } -.#{$ti-prefix}-brand-snowflake:before { content: $ti-icon-brand-snowflake; } -.#{$ti-prefix}-brand-socket-io:before { content: $ti-icon-brand-socket-io; } -.#{$ti-prefix}-brand-solidjs:before { content: $ti-icon-brand-solidjs; } -.#{$ti-prefix}-brand-soundcloud:before { content: $ti-icon-brand-soundcloud; } -.#{$ti-prefix}-brand-spacehey:before { content: $ti-icon-brand-spacehey; } -.#{$ti-prefix}-brand-speedtest:before { content: $ti-icon-brand-speedtest; } -.#{$ti-prefix}-brand-spotify:before { content: $ti-icon-brand-spotify; } -.#{$ti-prefix}-brand-stackoverflow:before { content: $ti-icon-brand-stackoverflow; } -.#{$ti-prefix}-brand-stackshare:before { content: $ti-icon-brand-stackshare; } -.#{$ti-prefix}-brand-steam:before { content: $ti-icon-brand-steam; } -.#{$ti-prefix}-brand-stocktwits:before { content: $ti-icon-brand-stocktwits; } -.#{$ti-prefix}-brand-storj:before { content: $ti-icon-brand-storj; } -.#{$ti-prefix}-brand-storybook:before { content: $ti-icon-brand-storybook; } -.#{$ti-prefix}-brand-storytel:before { content: $ti-icon-brand-storytel; } -.#{$ti-prefix}-brand-strava:before { content: $ti-icon-brand-strava; } -.#{$ti-prefix}-brand-stripe:before { content: $ti-icon-brand-stripe; } -.#{$ti-prefix}-brand-sublime-text:before { content: $ti-icon-brand-sublime-text; } -.#{$ti-prefix}-brand-sugarizer:before { content: $ti-icon-brand-sugarizer; } -.#{$ti-prefix}-brand-supabase:before { content: $ti-icon-brand-supabase; } -.#{$ti-prefix}-brand-superhuman:before { content: $ti-icon-brand-superhuman; } -.#{$ti-prefix}-brand-supernova:before { content: $ti-icon-brand-supernova; } -.#{$ti-prefix}-brand-surfshark:before { content: $ti-icon-brand-surfshark; } -.#{$ti-prefix}-brand-svelte:before { content: $ti-icon-brand-svelte; } -.#{$ti-prefix}-brand-swift:before { content: $ti-icon-brand-swift; } -.#{$ti-prefix}-brand-symfony:before { content: $ti-icon-brand-symfony; } -.#{$ti-prefix}-brand-tabler:before { content: $ti-icon-brand-tabler; } -.#{$ti-prefix}-brand-tailwind:before { content: $ti-icon-brand-tailwind; } -.#{$ti-prefix}-brand-taobao:before { content: $ti-icon-brand-taobao; } -.#{$ti-prefix}-brand-teams:before { content: $ti-icon-brand-teams; } -.#{$ti-prefix}-brand-ted:before { content: $ti-icon-brand-ted; } -.#{$ti-prefix}-brand-telegram:before { content: $ti-icon-brand-telegram; } -.#{$ti-prefix}-brand-terraform:before { content: $ti-icon-brand-terraform; } -.#{$ti-prefix}-brand-tether:before { content: $ti-icon-brand-tether; } -.#{$ti-prefix}-brand-thingiverse:before { content: $ti-icon-brand-thingiverse; } -.#{$ti-prefix}-brand-threads:before { content: $ti-icon-brand-threads; } -.#{$ti-prefix}-brand-threejs:before { content: $ti-icon-brand-threejs; } -.#{$ti-prefix}-brand-tidal:before { content: $ti-icon-brand-tidal; } -.#{$ti-prefix}-brand-tiktok:before { content: $ti-icon-brand-tiktok; } -.#{$ti-prefix}-brand-tiktok-filled:before { content: $ti-icon-brand-tiktok-filled; } -.#{$ti-prefix}-brand-tinder:before { content: $ti-icon-brand-tinder; } -.#{$ti-prefix}-brand-topbuzz:before { content: $ti-icon-brand-topbuzz; } -.#{$ti-prefix}-brand-torchain:before { content: $ti-icon-brand-torchain; } -.#{$ti-prefix}-brand-toyota:before { content: $ti-icon-brand-toyota; } -.#{$ti-prefix}-brand-trello:before { content: $ti-icon-brand-trello; } -.#{$ti-prefix}-brand-tripadvisor:before { content: $ti-icon-brand-tripadvisor; } -.#{$ti-prefix}-brand-tumblr:before { content: $ti-icon-brand-tumblr; } -.#{$ti-prefix}-brand-twilio:before { content: $ti-icon-brand-twilio; } -.#{$ti-prefix}-brand-twitch:before { content: $ti-icon-brand-twitch; } -.#{$ti-prefix}-brand-twitter:before { content: $ti-icon-brand-twitter; } -.#{$ti-prefix}-brand-twitter-filled:before { content: $ti-icon-brand-twitter-filled; } -.#{$ti-prefix}-brand-typescript:before { content: $ti-icon-brand-typescript; } -.#{$ti-prefix}-brand-uber:before { content: $ti-icon-brand-uber; } -.#{$ti-prefix}-brand-ubuntu:before { content: $ti-icon-brand-ubuntu; } -.#{$ti-prefix}-brand-unity:before { content: $ti-icon-brand-unity; } -.#{$ti-prefix}-brand-unsplash:before { content: $ti-icon-brand-unsplash; } -.#{$ti-prefix}-brand-upwork:before { content: $ti-icon-brand-upwork; } -.#{$ti-prefix}-brand-valorant:before { content: $ti-icon-brand-valorant; } -.#{$ti-prefix}-brand-vercel:before { content: $ti-icon-brand-vercel; } -.#{$ti-prefix}-brand-vimeo:before { content: $ti-icon-brand-vimeo; } -.#{$ti-prefix}-brand-vinted:before { content: $ti-icon-brand-vinted; } -.#{$ti-prefix}-brand-visa:before { content: $ti-icon-brand-visa; } -.#{$ti-prefix}-brand-visual-studio:before { content: $ti-icon-brand-visual-studio; } -.#{$ti-prefix}-brand-vite:before { content: $ti-icon-brand-vite; } -.#{$ti-prefix}-brand-vivaldi:before { content: $ti-icon-brand-vivaldi; } -.#{$ti-prefix}-brand-vk:before { content: $ti-icon-brand-vk; } -.#{$ti-prefix}-brand-vlc:before { content: $ti-icon-brand-vlc; } -.#{$ti-prefix}-brand-volkswagen:before { content: $ti-icon-brand-volkswagen; } -.#{$ti-prefix}-brand-vsco:before { content: $ti-icon-brand-vsco; } -.#{$ti-prefix}-brand-vscode:before { content: $ti-icon-brand-vscode; } -.#{$ti-prefix}-brand-vue:before { content: $ti-icon-brand-vue; } -.#{$ti-prefix}-brand-walmart:before { content: $ti-icon-brand-walmart; } -.#{$ti-prefix}-brand-waze:before { content: $ti-icon-brand-waze; } -.#{$ti-prefix}-brand-webflow:before { content: $ti-icon-brand-webflow; } -.#{$ti-prefix}-brand-wechat:before { content: $ti-icon-brand-wechat; } -.#{$ti-prefix}-brand-weibo:before { content: $ti-icon-brand-weibo; } -.#{$ti-prefix}-brand-whatsapp:before { content: $ti-icon-brand-whatsapp; } -.#{$ti-prefix}-brand-wikipedia:before { content: $ti-icon-brand-wikipedia; } -.#{$ti-prefix}-brand-windows:before { content: $ti-icon-brand-windows; } -.#{$ti-prefix}-brand-windy:before { content: $ti-icon-brand-windy; } -.#{$ti-prefix}-brand-wish:before { content: $ti-icon-brand-wish; } -.#{$ti-prefix}-brand-wix:before { content: $ti-icon-brand-wix; } -.#{$ti-prefix}-brand-wordpress:before { content: $ti-icon-brand-wordpress; } -.#{$ti-prefix}-brand-x:before { content: $ti-icon-brand-x; } -.#{$ti-prefix}-brand-x-filled:before { content: $ti-icon-brand-x-filled; } -.#{$ti-prefix}-brand-xamarin:before { content: $ti-icon-brand-xamarin; } -.#{$ti-prefix}-brand-xbox:before { content: $ti-icon-brand-xbox; } -.#{$ti-prefix}-brand-xdeep:before { content: $ti-icon-brand-xdeep; } -.#{$ti-prefix}-brand-xing:before { content: $ti-icon-brand-xing; } -.#{$ti-prefix}-brand-yahoo:before { content: $ti-icon-brand-yahoo; } -.#{$ti-prefix}-brand-yandex:before { content: $ti-icon-brand-yandex; } -.#{$ti-prefix}-brand-yarn:before { content: $ti-icon-brand-yarn; } -.#{$ti-prefix}-brand-yatse:before { content: $ti-icon-brand-yatse; } -.#{$ti-prefix}-brand-ycombinator:before { content: $ti-icon-brand-ycombinator; } -.#{$ti-prefix}-brand-youtube:before { content: $ti-icon-brand-youtube; } -.#{$ti-prefix}-brand-youtube-filled:before { content: $ti-icon-brand-youtube-filled; } -.#{$ti-prefix}-brand-youtube-kids:before { content: $ti-icon-brand-youtube-kids; } -.#{$ti-prefix}-brand-zalando:before { content: $ti-icon-brand-zalando; } -.#{$ti-prefix}-brand-zapier:before { content: $ti-icon-brand-zapier; } -.#{$ti-prefix}-brand-zeit:before { content: $ti-icon-brand-zeit; } -.#{$ti-prefix}-brand-zhihu:before { content: $ti-icon-brand-zhihu; } -.#{$ti-prefix}-brand-zoom:before { content: $ti-icon-brand-zoom; } -.#{$ti-prefix}-brand-zulip:before { content: $ti-icon-brand-zulip; } -.#{$ti-prefix}-brand-zwift:before { content: $ti-icon-brand-zwift; } -.#{$ti-prefix}-bread:before { content: $ti-icon-bread; } -.#{$ti-prefix}-bread-off:before { content: $ti-icon-bread-off; } -.#{$ti-prefix}-briefcase:before { content: $ti-icon-briefcase; } -.#{$ti-prefix}-briefcase-2:before { content: $ti-icon-briefcase-2; } -.#{$ti-prefix}-briefcase-filled:before { content: $ti-icon-briefcase-filled; } -.#{$ti-prefix}-briefcase-off:before { content: $ti-icon-briefcase-off; } -.#{$ti-prefix}-brightness:before { content: $ti-icon-brightness; } -.#{$ti-prefix}-brightness-2:before { content: $ti-icon-brightness-2; } -.#{$ti-prefix}-brightness-auto:before { content: $ti-icon-brightness-auto; } -.#{$ti-prefix}-brightness-down:before { content: $ti-icon-brightness-down; } -.#{$ti-prefix}-brightness-down-filled:before { content: $ti-icon-brightness-down-filled; } -.#{$ti-prefix}-brightness-half:before { content: $ti-icon-brightness-half; } -.#{$ti-prefix}-brightness-off:before { content: $ti-icon-brightness-off; } -.#{$ti-prefix}-brightness-up:before { content: $ti-icon-brightness-up; } -.#{$ti-prefix}-brightness-up-filled:before { content: $ti-icon-brightness-up-filled; } -.#{$ti-prefix}-broadcast:before { content: $ti-icon-broadcast; } -.#{$ti-prefix}-broadcast-off:before { content: $ti-icon-broadcast-off; } -.#{$ti-prefix}-browser:before { content: $ti-icon-browser; } -.#{$ti-prefix}-browser-check:before { content: $ti-icon-browser-check; } -.#{$ti-prefix}-browser-off:before { content: $ti-icon-browser-off; } -.#{$ti-prefix}-browser-plus:before { content: $ti-icon-browser-plus; } -.#{$ti-prefix}-browser-x:before { content: $ti-icon-browser-x; } -.#{$ti-prefix}-brush:before { content: $ti-icon-brush; } -.#{$ti-prefix}-brush-off:before { content: $ti-icon-brush-off; } -.#{$ti-prefix}-bucket:before { content: $ti-icon-bucket; } -.#{$ti-prefix}-bucket-droplet:before { content: $ti-icon-bucket-droplet; } -.#{$ti-prefix}-bucket-off:before { content: $ti-icon-bucket-off; } -.#{$ti-prefix}-bug:before { content: $ti-icon-bug; } -.#{$ti-prefix}-bug-filled:before { content: $ti-icon-bug-filled; } -.#{$ti-prefix}-bug-off:before { content: $ti-icon-bug-off; } -.#{$ti-prefix}-building:before { content: $ti-icon-building; } -.#{$ti-prefix}-building-arch:before { content: $ti-icon-building-arch; } -.#{$ti-prefix}-building-bank:before { content: $ti-icon-building-bank; } -.#{$ti-prefix}-building-bridge:before { content: $ti-icon-building-bridge; } -.#{$ti-prefix}-building-bridge-2:before { content: $ti-icon-building-bridge-2; } -.#{$ti-prefix}-building-broadcast-tower:before { content: $ti-icon-building-broadcast-tower; } -.#{$ti-prefix}-building-carousel:before { content: $ti-icon-building-carousel; } -.#{$ti-prefix}-building-castle:before { content: $ti-icon-building-castle; } -.#{$ti-prefix}-building-church:before { content: $ti-icon-building-church; } -.#{$ti-prefix}-building-circus:before { content: $ti-icon-building-circus; } -.#{$ti-prefix}-building-community:before { content: $ti-icon-building-community; } -.#{$ti-prefix}-building-cottage:before { content: $ti-icon-building-cottage; } -.#{$ti-prefix}-building-estate:before { content: $ti-icon-building-estate; } -.#{$ti-prefix}-building-factory:before { content: $ti-icon-building-factory; } -.#{$ti-prefix}-building-factory-2:before { content: $ti-icon-building-factory-2; } -.#{$ti-prefix}-building-fortress:before { content: $ti-icon-building-fortress; } -.#{$ti-prefix}-building-hospital:before { content: $ti-icon-building-hospital; } -.#{$ti-prefix}-building-lighthouse:before { content: $ti-icon-building-lighthouse; } -.#{$ti-prefix}-building-monument:before { content: $ti-icon-building-monument; } -.#{$ti-prefix}-building-mosque:before { content: $ti-icon-building-mosque; } -.#{$ti-prefix}-building-pavilion:before { content: $ti-icon-building-pavilion; } -.#{$ti-prefix}-building-skyscraper:before { content: $ti-icon-building-skyscraper; } -.#{$ti-prefix}-building-stadium:before { content: $ti-icon-building-stadium; } -.#{$ti-prefix}-building-store:before { content: $ti-icon-building-store; } -.#{$ti-prefix}-building-tunnel:before { content: $ti-icon-building-tunnel; } -.#{$ti-prefix}-building-warehouse:before { content: $ti-icon-building-warehouse; } -.#{$ti-prefix}-building-wind-turbine:before { content: $ti-icon-building-wind-turbine; } -.#{$ti-prefix}-bulb:before { content: $ti-icon-bulb; } -.#{$ti-prefix}-bulb-filled:before { content: $ti-icon-bulb-filled; } -.#{$ti-prefix}-bulb-off:before { content: $ti-icon-bulb-off; } -.#{$ti-prefix}-bulldozer:before { content: $ti-icon-bulldozer; } -.#{$ti-prefix}-burger:before { content: $ti-icon-burger; } -.#{$ti-prefix}-bus:before { content: $ti-icon-bus; } -.#{$ti-prefix}-bus-off:before { content: $ti-icon-bus-off; } -.#{$ti-prefix}-bus-stop:before { content: $ti-icon-bus-stop; } -.#{$ti-prefix}-businessplan:before { content: $ti-icon-businessplan; } -.#{$ti-prefix}-butterfly:before { content: $ti-icon-butterfly; } -.#{$ti-prefix}-cactus:before { content: $ti-icon-cactus; } -.#{$ti-prefix}-cactus-filled:before { content: $ti-icon-cactus-filled; } -.#{$ti-prefix}-cactus-off:before { content: $ti-icon-cactus-off; } -.#{$ti-prefix}-cake:before { content: $ti-icon-cake; } -.#{$ti-prefix}-cake-off:before { content: $ti-icon-cake-off; } -.#{$ti-prefix}-calculator:before { content: $ti-icon-calculator; } -.#{$ti-prefix}-calculator-filled:before { content: $ti-icon-calculator-filled; } -.#{$ti-prefix}-calculator-off:before { content: $ti-icon-calculator-off; } -.#{$ti-prefix}-calendar:before { content: $ti-icon-calendar; } -.#{$ti-prefix}-calendar-bolt:before { content: $ti-icon-calendar-bolt; } -.#{$ti-prefix}-calendar-cancel:before { content: $ti-icon-calendar-cancel; } -.#{$ti-prefix}-calendar-check:before { content: $ti-icon-calendar-check; } -.#{$ti-prefix}-calendar-clock:before { content: $ti-icon-calendar-clock; } -.#{$ti-prefix}-calendar-code:before { content: $ti-icon-calendar-code; } -.#{$ti-prefix}-calendar-cog:before { content: $ti-icon-calendar-cog; } -.#{$ti-prefix}-calendar-dollar:before { content: $ti-icon-calendar-dollar; } -.#{$ti-prefix}-calendar-dot:before { content: $ti-icon-calendar-dot; } -.#{$ti-prefix}-calendar-down:before { content: $ti-icon-calendar-down; } -.#{$ti-prefix}-calendar-due:before { content: $ti-icon-calendar-due; } -.#{$ti-prefix}-calendar-event:before { content: $ti-icon-calendar-event; } -.#{$ti-prefix}-calendar-exclamation:before { content: $ti-icon-calendar-exclamation; } -.#{$ti-prefix}-calendar-filled:before { content: $ti-icon-calendar-filled; } -.#{$ti-prefix}-calendar-heart:before { content: $ti-icon-calendar-heart; } -.#{$ti-prefix}-calendar-minus:before { content: $ti-icon-calendar-minus; } -.#{$ti-prefix}-calendar-month:before { content: $ti-icon-calendar-month; } -.#{$ti-prefix}-calendar-off:before { content: $ti-icon-calendar-off; } -.#{$ti-prefix}-calendar-pause:before { content: $ti-icon-calendar-pause; } -.#{$ti-prefix}-calendar-pin:before { content: $ti-icon-calendar-pin; } -.#{$ti-prefix}-calendar-plus:before { content: $ti-icon-calendar-plus; } -.#{$ti-prefix}-calendar-question:before { content: $ti-icon-calendar-question; } -.#{$ti-prefix}-calendar-repeat:before { content: $ti-icon-calendar-repeat; } -.#{$ti-prefix}-calendar-sad:before { content: $ti-icon-calendar-sad; } -.#{$ti-prefix}-calendar-search:before { content: $ti-icon-calendar-search; } -.#{$ti-prefix}-calendar-share:before { content: $ti-icon-calendar-share; } -.#{$ti-prefix}-calendar-smile:before { content: $ti-icon-calendar-smile; } -.#{$ti-prefix}-calendar-star:before { content: $ti-icon-calendar-star; } -.#{$ti-prefix}-calendar-stats:before { content: $ti-icon-calendar-stats; } -.#{$ti-prefix}-calendar-time:before { content: $ti-icon-calendar-time; } -.#{$ti-prefix}-calendar-up:before { content: $ti-icon-calendar-up; } -.#{$ti-prefix}-calendar-user:before { content: $ti-icon-calendar-user; } -.#{$ti-prefix}-calendar-week:before { content: $ti-icon-calendar-week; } -.#{$ti-prefix}-calendar-x:before { content: $ti-icon-calendar-x; } -.#{$ti-prefix}-camera:before { content: $ti-icon-camera; } -.#{$ti-prefix}-camera-bolt:before { content: $ti-icon-camera-bolt; } -.#{$ti-prefix}-camera-cancel:before { content: $ti-icon-camera-cancel; } -.#{$ti-prefix}-camera-check:before { content: $ti-icon-camera-check; } -.#{$ti-prefix}-camera-code:before { content: $ti-icon-camera-code; } -.#{$ti-prefix}-camera-cog:before { content: $ti-icon-camera-cog; } -.#{$ti-prefix}-camera-dollar:before { content: $ti-icon-camera-dollar; } -.#{$ti-prefix}-camera-down:before { content: $ti-icon-camera-down; } -.#{$ti-prefix}-camera-exclamation:before { content: $ti-icon-camera-exclamation; } -.#{$ti-prefix}-camera-filled:before { content: $ti-icon-camera-filled; } -.#{$ti-prefix}-camera-heart:before { content: $ti-icon-camera-heart; } -.#{$ti-prefix}-camera-minus:before { content: $ti-icon-camera-minus; } -.#{$ti-prefix}-camera-off:before { content: $ti-icon-camera-off; } -.#{$ti-prefix}-camera-pause:before { content: $ti-icon-camera-pause; } -.#{$ti-prefix}-camera-pin:before { content: $ti-icon-camera-pin; } -.#{$ti-prefix}-camera-plus:before { content: $ti-icon-camera-plus; } -.#{$ti-prefix}-camera-question:before { content: $ti-icon-camera-question; } -.#{$ti-prefix}-camera-rotate:before { content: $ti-icon-camera-rotate; } -.#{$ti-prefix}-camera-search:before { content: $ti-icon-camera-search; } -.#{$ti-prefix}-camera-selfie:before { content: $ti-icon-camera-selfie; } -.#{$ti-prefix}-camera-share:before { content: $ti-icon-camera-share; } -.#{$ti-prefix}-camera-star:before { content: $ti-icon-camera-star; } -.#{$ti-prefix}-camera-up:before { content: $ti-icon-camera-up; } -.#{$ti-prefix}-camera-x:before { content: $ti-icon-camera-x; } -.#{$ti-prefix}-camper:before { content: $ti-icon-camper; } -.#{$ti-prefix}-campfire:before { content: $ti-icon-campfire; } -.#{$ti-prefix}-campfire-filled:before { content: $ti-icon-campfire-filled; } -.#{$ti-prefix}-candle:before { content: $ti-icon-candle; } -.#{$ti-prefix}-candle-filled:before { content: $ti-icon-candle-filled; } -.#{$ti-prefix}-candy:before { content: $ti-icon-candy; } -.#{$ti-prefix}-candy-off:before { content: $ti-icon-candy-off; } -.#{$ti-prefix}-cane:before { content: $ti-icon-cane; } -.#{$ti-prefix}-cannabis:before { content: $ti-icon-cannabis; } -.#{$ti-prefix}-capsule:before { content: $ti-icon-capsule; } -.#{$ti-prefix}-capsule-filled:before { content: $ti-icon-capsule-filled; } -.#{$ti-prefix}-capsule-horizontal:before { content: $ti-icon-capsule-horizontal; } -.#{$ti-prefix}-capsule-horizontal-filled:before { content: $ti-icon-capsule-horizontal-filled; } -.#{$ti-prefix}-capture:before { content: $ti-icon-capture; } -.#{$ti-prefix}-capture-filled:before { content: $ti-icon-capture-filled; } -.#{$ti-prefix}-capture-off:before { content: $ti-icon-capture-off; } -.#{$ti-prefix}-car:before { content: $ti-icon-car; } -.#{$ti-prefix}-car-crane:before { content: $ti-icon-car-crane; } -.#{$ti-prefix}-car-crash:before { content: $ti-icon-car-crash; } -.#{$ti-prefix}-car-garage:before { content: $ti-icon-car-garage; } -.#{$ti-prefix}-car-off:before { content: $ti-icon-car-off; } -.#{$ti-prefix}-car-suv:before { content: $ti-icon-car-suv; } -.#{$ti-prefix}-car-turbine:before { content: $ti-icon-car-turbine; } -.#{$ti-prefix}-caravan:before { content: $ti-icon-caravan; } -.#{$ti-prefix}-cardboards:before { content: $ti-icon-cardboards; } -.#{$ti-prefix}-cardboards-off:before { content: $ti-icon-cardboards-off; } -.#{$ti-prefix}-cards:before { content: $ti-icon-cards; } -.#{$ti-prefix}-cards-filled:before { content: $ti-icon-cards-filled; } -.#{$ti-prefix}-caret-down:before { content: $ti-icon-caret-down; } -.#{$ti-prefix}-caret-down-filled:before { content: $ti-icon-caret-down-filled; } -.#{$ti-prefix}-caret-left:before { content: $ti-icon-caret-left; } -.#{$ti-prefix}-caret-left-filled:before { content: $ti-icon-caret-left-filled; } -.#{$ti-prefix}-caret-left-right:before { content: $ti-icon-caret-left-right; } -.#{$ti-prefix}-caret-left-right-filled:before { content: $ti-icon-caret-left-right-filled; } -.#{$ti-prefix}-caret-right:before { content: $ti-icon-caret-right; } -.#{$ti-prefix}-caret-right-filled:before { content: $ti-icon-caret-right-filled; } -.#{$ti-prefix}-caret-up:before { content: $ti-icon-caret-up; } -.#{$ti-prefix}-caret-up-down:before { content: $ti-icon-caret-up-down; } -.#{$ti-prefix}-caret-up-down-filled:before { content: $ti-icon-caret-up-down-filled; } -.#{$ti-prefix}-caret-up-filled:before { content: $ti-icon-caret-up-filled; } -.#{$ti-prefix}-carousel-horizontal:before { content: $ti-icon-carousel-horizontal; } -.#{$ti-prefix}-carousel-horizontal-filled:before { content: $ti-icon-carousel-horizontal-filled; } -.#{$ti-prefix}-carousel-vertical:before { content: $ti-icon-carousel-vertical; } -.#{$ti-prefix}-carousel-vertical-filled:before { content: $ti-icon-carousel-vertical-filled; } -.#{$ti-prefix}-carrot:before { content: $ti-icon-carrot; } -.#{$ti-prefix}-carrot-off:before { content: $ti-icon-carrot-off; } -.#{$ti-prefix}-cash:before { content: $ti-icon-cash; } -.#{$ti-prefix}-cash-banknote:before { content: $ti-icon-cash-banknote; } -.#{$ti-prefix}-cash-banknote-off:before { content: $ti-icon-cash-banknote-off; } -.#{$ti-prefix}-cash-off:before { content: $ti-icon-cash-off; } -.#{$ti-prefix}-cast:before { content: $ti-icon-cast; } -.#{$ti-prefix}-cast-off:before { content: $ti-icon-cast-off; } -.#{$ti-prefix}-cat:before { content: $ti-icon-cat; } -.#{$ti-prefix}-category:before { content: $ti-icon-category; } -.#{$ti-prefix}-category-2:before { content: $ti-icon-category-2; } -.#{$ti-prefix}-category-filled:before { content: $ti-icon-category-filled; } -.#{$ti-prefix}-category-minus:before { content: $ti-icon-category-minus; } -.#{$ti-prefix}-category-plus:before { content: $ti-icon-category-plus; } -.#{$ti-prefix}-ce:before { content: $ti-icon-ce; } -.#{$ti-prefix}-ce-off:before { content: $ti-icon-ce-off; } -.#{$ti-prefix}-cell:before { content: $ti-icon-cell; } -.#{$ti-prefix}-cell-signal-1:before { content: $ti-icon-cell-signal-1; } -.#{$ti-prefix}-cell-signal-2:before { content: $ti-icon-cell-signal-2; } -.#{$ti-prefix}-cell-signal-3:before { content: $ti-icon-cell-signal-3; } -.#{$ti-prefix}-cell-signal-4:before { content: $ti-icon-cell-signal-4; } -.#{$ti-prefix}-cell-signal-5:before { content: $ti-icon-cell-signal-5; } -.#{$ti-prefix}-cell-signal-off:before { content: $ti-icon-cell-signal-off; } -.#{$ti-prefix}-certificate:before { content: $ti-icon-certificate; } -.#{$ti-prefix}-certificate-2:before { content: $ti-icon-certificate-2; } -.#{$ti-prefix}-certificate-2-off:before { content: $ti-icon-certificate-2-off; } -.#{$ti-prefix}-certificate-off:before { content: $ti-icon-certificate-off; } -.#{$ti-prefix}-chair-director:before { content: $ti-icon-chair-director; } -.#{$ti-prefix}-chalkboard:before { content: $ti-icon-chalkboard; } -.#{$ti-prefix}-chalkboard-off:before { content: $ti-icon-chalkboard-off; } -.#{$ti-prefix}-charging-pile:before { content: $ti-icon-charging-pile; } -.#{$ti-prefix}-chart-arcs:before { content: $ti-icon-chart-arcs; } -.#{$ti-prefix}-chart-arcs-3:before { content: $ti-icon-chart-arcs-3; } -.#{$ti-prefix}-chart-area:before { content: $ti-icon-chart-area; } -.#{$ti-prefix}-chart-area-filled:before { content: $ti-icon-chart-area-filled; } -.#{$ti-prefix}-chart-area-line:before { content: $ti-icon-chart-area-line; } -.#{$ti-prefix}-chart-area-line-filled:before { content: $ti-icon-chart-area-line-filled; } -.#{$ti-prefix}-chart-arrows:before { content: $ti-icon-chart-arrows; } -.#{$ti-prefix}-chart-arrows-vertical:before { content: $ti-icon-chart-arrows-vertical; } -.#{$ti-prefix}-chart-bar:before { content: $ti-icon-chart-bar; } -.#{$ti-prefix}-chart-bar-off:before { content: $ti-icon-chart-bar-off; } -.#{$ti-prefix}-chart-bubble:before { content: $ti-icon-chart-bubble; } -.#{$ti-prefix}-chart-bubble-filled:before { content: $ti-icon-chart-bubble-filled; } -.#{$ti-prefix}-chart-candle:before { content: $ti-icon-chart-candle; } -.#{$ti-prefix}-chart-candle-filled:before { content: $ti-icon-chart-candle-filled; } -.#{$ti-prefix}-chart-circles:before { content: $ti-icon-chart-circles; } -.#{$ti-prefix}-chart-donut:before { content: $ti-icon-chart-donut; } -.#{$ti-prefix}-chart-donut-2:before { content: $ti-icon-chart-donut-2; } -.#{$ti-prefix}-chart-donut-3:before { content: $ti-icon-chart-donut-3; } -.#{$ti-prefix}-chart-donut-4:before { content: $ti-icon-chart-donut-4; } -.#{$ti-prefix}-chart-donut-filled:before { content: $ti-icon-chart-donut-filled; } -.#{$ti-prefix}-chart-dots:before { content: $ti-icon-chart-dots; } -.#{$ti-prefix}-chart-dots-2:before { content: $ti-icon-chart-dots-2; } -.#{$ti-prefix}-chart-dots-3:before { content: $ti-icon-chart-dots-3; } -.#{$ti-prefix}-chart-dots-filled:before { content: $ti-icon-chart-dots-filled; } -.#{$ti-prefix}-chart-grid-dots:before { content: $ti-icon-chart-grid-dots; } -.#{$ti-prefix}-chart-grid-dots-filled:before { content: $ti-icon-chart-grid-dots-filled; } -.#{$ti-prefix}-chart-histogram:before { content: $ti-icon-chart-histogram; } -.#{$ti-prefix}-chart-infographic:before { content: $ti-icon-chart-infographic; } -.#{$ti-prefix}-chart-line:before { content: $ti-icon-chart-line; } -.#{$ti-prefix}-chart-pie:before { content: $ti-icon-chart-pie; } -.#{$ti-prefix}-chart-pie-2:before { content: $ti-icon-chart-pie-2; } -.#{$ti-prefix}-chart-pie-3:before { content: $ti-icon-chart-pie-3; } -.#{$ti-prefix}-chart-pie-4:before { content: $ti-icon-chart-pie-4; } -.#{$ti-prefix}-chart-pie-filled:before { content: $ti-icon-chart-pie-filled; } -.#{$ti-prefix}-chart-pie-off:before { content: $ti-icon-chart-pie-off; } -.#{$ti-prefix}-chart-ppf:before { content: $ti-icon-chart-ppf; } -.#{$ti-prefix}-chart-radar:before { content: $ti-icon-chart-radar; } -.#{$ti-prefix}-chart-sankey:before { content: $ti-icon-chart-sankey; } -.#{$ti-prefix}-chart-scatter:before { content: $ti-icon-chart-scatter; } -.#{$ti-prefix}-chart-scatter-3d:before { content: $ti-icon-chart-scatter-3d; } -.#{$ti-prefix}-chart-treemap:before { content: $ti-icon-chart-treemap; } -.#{$ti-prefix}-check:before { content: $ti-icon-check; } -.#{$ti-prefix}-checkbox:before { content: $ti-icon-checkbox; } -.#{$ti-prefix}-checklist:before { content: $ti-icon-checklist; } -.#{$ti-prefix}-checks:before { content: $ti-icon-checks; } -.#{$ti-prefix}-checkup-list:before { content: $ti-icon-checkup-list; } -.#{$ti-prefix}-cheese:before { content: $ti-icon-cheese; } -.#{$ti-prefix}-chef-hat:before { content: $ti-icon-chef-hat; } -.#{$ti-prefix}-chef-hat-off:before { content: $ti-icon-chef-hat-off; } -.#{$ti-prefix}-cherry:before { content: $ti-icon-cherry; } -.#{$ti-prefix}-cherry-filled:before { content: $ti-icon-cherry-filled; } -.#{$ti-prefix}-chess:before { content: $ti-icon-chess; } -.#{$ti-prefix}-chess-bishop:before { content: $ti-icon-chess-bishop; } -.#{$ti-prefix}-chess-bishop-filled:before { content: $ti-icon-chess-bishop-filled; } -.#{$ti-prefix}-chess-filled:before { content: $ti-icon-chess-filled; } -.#{$ti-prefix}-chess-king:before { content: $ti-icon-chess-king; } -.#{$ti-prefix}-chess-king-filled:before { content: $ti-icon-chess-king-filled; } -.#{$ti-prefix}-chess-knight:before { content: $ti-icon-chess-knight; } -.#{$ti-prefix}-chess-knight-filled:before { content: $ti-icon-chess-knight-filled; } -.#{$ti-prefix}-chess-queen:before { content: $ti-icon-chess-queen; } -.#{$ti-prefix}-chess-queen-filled:before { content: $ti-icon-chess-queen-filled; } -.#{$ti-prefix}-chess-rook:before { content: $ti-icon-chess-rook; } -.#{$ti-prefix}-chess-rook-filled:before { content: $ti-icon-chess-rook-filled; } -.#{$ti-prefix}-chevron-compact-down:before { content: $ti-icon-chevron-compact-down; } -.#{$ti-prefix}-chevron-compact-left:before { content: $ti-icon-chevron-compact-left; } -.#{$ti-prefix}-chevron-compact-right:before { content: $ti-icon-chevron-compact-right; } -.#{$ti-prefix}-chevron-compact-up:before { content: $ti-icon-chevron-compact-up; } -.#{$ti-prefix}-chevron-down:before { content: $ti-icon-chevron-down; } -.#{$ti-prefix}-chevron-down-left:before { content: $ti-icon-chevron-down-left; } -.#{$ti-prefix}-chevron-down-right:before { content: $ti-icon-chevron-down-right; } -.#{$ti-prefix}-chevron-left:before { content: $ti-icon-chevron-left; } -.#{$ti-prefix}-chevron-left-pipe:before { content: $ti-icon-chevron-left-pipe; } -.#{$ti-prefix}-chevron-right:before { content: $ti-icon-chevron-right; } -.#{$ti-prefix}-chevron-right-pipe:before { content: $ti-icon-chevron-right-pipe; } -.#{$ti-prefix}-chevron-up:before { content: $ti-icon-chevron-up; } -.#{$ti-prefix}-chevron-up-left:before { content: $ti-icon-chevron-up-left; } -.#{$ti-prefix}-chevron-up-right:before { content: $ti-icon-chevron-up-right; } -.#{$ti-prefix}-chevrons-down:before { content: $ti-icon-chevrons-down; } -.#{$ti-prefix}-chevrons-down-left:before { content: $ti-icon-chevrons-down-left; } -.#{$ti-prefix}-chevrons-down-right:before { content: $ti-icon-chevrons-down-right; } -.#{$ti-prefix}-chevrons-left:before { content: $ti-icon-chevrons-left; } -.#{$ti-prefix}-chevrons-right:before { content: $ti-icon-chevrons-right; } -.#{$ti-prefix}-chevrons-up:before { content: $ti-icon-chevrons-up; } -.#{$ti-prefix}-chevrons-up-left:before { content: $ti-icon-chevrons-up-left; } -.#{$ti-prefix}-chevrons-up-right:before { content: $ti-icon-chevrons-up-right; } -.#{$ti-prefix}-chisel:before { content: $ti-icon-chisel; } -.#{$ti-prefix}-christmas-ball:before { content: $ti-icon-christmas-ball; } -.#{$ti-prefix}-christmas-tree:before { content: $ti-icon-christmas-tree; } -.#{$ti-prefix}-christmas-tree-off:before { content: $ti-icon-christmas-tree-off; } -.#{$ti-prefix}-circle:before { content: $ti-icon-circle; } -.#{$ti-prefix}-circle-0-filled:before { content: $ti-icon-circle-0-filled; } -.#{$ti-prefix}-circle-1-filled:before { content: $ti-icon-circle-1-filled; } -.#{$ti-prefix}-circle-2-filled:before { content: $ti-icon-circle-2-filled; } -.#{$ti-prefix}-circle-3-filled:before { content: $ti-icon-circle-3-filled; } -.#{$ti-prefix}-circle-4-filled:before { content: $ti-icon-circle-4-filled; } -.#{$ti-prefix}-circle-5-filled:before { content: $ti-icon-circle-5-filled; } -.#{$ti-prefix}-circle-6-filled:before { content: $ti-icon-circle-6-filled; } -.#{$ti-prefix}-circle-7-filled:before { content: $ti-icon-circle-7-filled; } -.#{$ti-prefix}-circle-8-filled:before { content: $ti-icon-circle-8-filled; } -.#{$ti-prefix}-circle-9-filled:before { content: $ti-icon-circle-9-filled; } -.#{$ti-prefix}-circle-arrow-down:before { content: $ti-icon-circle-arrow-down; } -.#{$ti-prefix}-circle-arrow-down-filled:before { content: $ti-icon-circle-arrow-down-filled; } -.#{$ti-prefix}-circle-arrow-down-left:before { content: $ti-icon-circle-arrow-down-left; } -.#{$ti-prefix}-circle-arrow-down-left-filled:before { content: $ti-icon-circle-arrow-down-left-filled; } -.#{$ti-prefix}-circle-arrow-down-right:before { content: $ti-icon-circle-arrow-down-right; } -.#{$ti-prefix}-circle-arrow-down-right-filled:before { content: $ti-icon-circle-arrow-down-right-filled; } -.#{$ti-prefix}-circle-arrow-left:before { content: $ti-icon-circle-arrow-left; } -.#{$ti-prefix}-circle-arrow-left-filled:before { content: $ti-icon-circle-arrow-left-filled; } -.#{$ti-prefix}-circle-arrow-right:before { content: $ti-icon-circle-arrow-right; } -.#{$ti-prefix}-circle-arrow-right-filled:before { content: $ti-icon-circle-arrow-right-filled; } -.#{$ti-prefix}-circle-arrow-up:before { content: $ti-icon-circle-arrow-up; } -.#{$ti-prefix}-circle-arrow-up-filled:before { content: $ti-icon-circle-arrow-up-filled; } -.#{$ti-prefix}-circle-arrow-up-left:before { content: $ti-icon-circle-arrow-up-left; } -.#{$ti-prefix}-circle-arrow-up-left-filled:before { content: $ti-icon-circle-arrow-up-left-filled; } -.#{$ti-prefix}-circle-arrow-up-right:before { content: $ti-icon-circle-arrow-up-right; } -.#{$ti-prefix}-circle-arrow-up-right-filled:before { content: $ti-icon-circle-arrow-up-right-filled; } -.#{$ti-prefix}-circle-caret-down:before { content: $ti-icon-circle-caret-down; } -.#{$ti-prefix}-circle-caret-left:before { content: $ti-icon-circle-caret-left; } -.#{$ti-prefix}-circle-caret-right:before { content: $ti-icon-circle-caret-right; } -.#{$ti-prefix}-circle-caret-up:before { content: $ti-icon-circle-caret-up; } -.#{$ti-prefix}-circle-check:before { content: $ti-icon-circle-check; } -.#{$ti-prefix}-circle-check-filled:before { content: $ti-icon-circle-check-filled; } -.#{$ti-prefix}-circle-chevron-down:before { content: $ti-icon-circle-chevron-down; } -.#{$ti-prefix}-circle-chevron-left:before { content: $ti-icon-circle-chevron-left; } -.#{$ti-prefix}-circle-chevron-right:before { content: $ti-icon-circle-chevron-right; } -.#{$ti-prefix}-circle-chevron-up:before { content: $ti-icon-circle-chevron-up; } -.#{$ti-prefix}-circle-chevrons-down:before { content: $ti-icon-circle-chevrons-down; } -.#{$ti-prefix}-circle-chevrons-left:before { content: $ti-icon-circle-chevrons-left; } -.#{$ti-prefix}-circle-chevrons-right:before { content: $ti-icon-circle-chevrons-right; } -.#{$ti-prefix}-circle-chevrons-up:before { content: $ti-icon-circle-chevrons-up; } -.#{$ti-prefix}-circle-dashed:before { content: $ti-icon-circle-dashed; } -.#{$ti-prefix}-circle-dashed-number-0:before { content: $ti-icon-circle-dashed-number-0; } -.#{$ti-prefix}-circle-dashed-number-1:before { content: $ti-icon-circle-dashed-number-1; } -.#{$ti-prefix}-circle-dashed-number-2:before { content: $ti-icon-circle-dashed-number-2; } -.#{$ti-prefix}-circle-dashed-number-3:before { content: $ti-icon-circle-dashed-number-3; } -.#{$ti-prefix}-circle-dashed-number-4:before { content: $ti-icon-circle-dashed-number-4; } -.#{$ti-prefix}-circle-dashed-number-5:before { content: $ti-icon-circle-dashed-number-5; } -.#{$ti-prefix}-circle-dashed-number-6:before { content: $ti-icon-circle-dashed-number-6; } -.#{$ti-prefix}-circle-dashed-number-7:before { content: $ti-icon-circle-dashed-number-7; } -.#{$ti-prefix}-circle-dashed-number-8:before { content: $ti-icon-circle-dashed-number-8; } -.#{$ti-prefix}-circle-dashed-number-9:before { content: $ti-icon-circle-dashed-number-9; } -.#{$ti-prefix}-circle-dashed-percentage:before { content: $ti-icon-circle-dashed-percentage; } -.#{$ti-prefix}-circle-dashed-x:before { content: $ti-icon-circle-dashed-x; } -.#{$ti-prefix}-circle-dot:before { content: $ti-icon-circle-dot; } -.#{$ti-prefix}-circle-dot-filled:before { content: $ti-icon-circle-dot-filled; } -.#{$ti-prefix}-circle-dotted:before { content: $ti-icon-circle-dotted; } -.#{$ti-prefix}-circle-filled:before { content: $ti-icon-circle-filled; } -.#{$ti-prefix}-circle-half:before { content: $ti-icon-circle-half; } -.#{$ti-prefix}-circle-half-2:before { content: $ti-icon-circle-half-2; } -.#{$ti-prefix}-circle-half-vertical:before { content: $ti-icon-circle-half-vertical; } -.#{$ti-prefix}-circle-key:before { content: $ti-icon-circle-key; } -.#{$ti-prefix}-circle-key-filled:before { content: $ti-icon-circle-key-filled; } -.#{$ti-prefix}-circle-letter-a:before { content: $ti-icon-circle-letter-a; } -.#{$ti-prefix}-circle-letter-b:before { content: $ti-icon-circle-letter-b; } -.#{$ti-prefix}-circle-letter-c:before { content: $ti-icon-circle-letter-c; } -.#{$ti-prefix}-circle-letter-d:before { content: $ti-icon-circle-letter-d; } -.#{$ti-prefix}-circle-letter-e:before { content: $ti-icon-circle-letter-e; } -.#{$ti-prefix}-circle-letter-f:before { content: $ti-icon-circle-letter-f; } -.#{$ti-prefix}-circle-letter-g:before { content: $ti-icon-circle-letter-g; } -.#{$ti-prefix}-circle-letter-h:before { content: $ti-icon-circle-letter-h; } -.#{$ti-prefix}-circle-letter-i:before { content: $ti-icon-circle-letter-i; } -.#{$ti-prefix}-circle-letter-j:before { content: $ti-icon-circle-letter-j; } -.#{$ti-prefix}-circle-letter-k:before { content: $ti-icon-circle-letter-k; } -.#{$ti-prefix}-circle-letter-l:before { content: $ti-icon-circle-letter-l; } -.#{$ti-prefix}-circle-letter-m:before { content: $ti-icon-circle-letter-m; } -.#{$ti-prefix}-circle-letter-n:before { content: $ti-icon-circle-letter-n; } -.#{$ti-prefix}-circle-letter-o:before { content: $ti-icon-circle-letter-o; } -.#{$ti-prefix}-circle-letter-p:before { content: $ti-icon-circle-letter-p; } -.#{$ti-prefix}-circle-letter-q:before { content: $ti-icon-circle-letter-q; } -.#{$ti-prefix}-circle-letter-r:before { content: $ti-icon-circle-letter-r; } -.#{$ti-prefix}-circle-letter-s:before { content: $ti-icon-circle-letter-s; } -.#{$ti-prefix}-circle-letter-t:before { content: $ti-icon-circle-letter-t; } -.#{$ti-prefix}-circle-letter-u:before { content: $ti-icon-circle-letter-u; } -.#{$ti-prefix}-circle-letter-v:before { content: $ti-icon-circle-letter-v; } -.#{$ti-prefix}-circle-letter-w:before { content: $ti-icon-circle-letter-w; } -.#{$ti-prefix}-circle-letter-x:before { content: $ti-icon-circle-letter-x; } -.#{$ti-prefix}-circle-letter-y:before { content: $ti-icon-circle-letter-y; } -.#{$ti-prefix}-circle-letter-z:before { content: $ti-icon-circle-letter-z; } -.#{$ti-prefix}-circle-minus:before { content: $ti-icon-circle-minus; } -.#{$ti-prefix}-circle-minus-2:before { content: $ti-icon-circle-minus-2; } -.#{$ti-prefix}-circle-number-0:before { content: $ti-icon-circle-number-0; } -.#{$ti-prefix}-circle-number-1:before { content: $ti-icon-circle-number-1; } -.#{$ti-prefix}-circle-number-2:before { content: $ti-icon-circle-number-2; } -.#{$ti-prefix}-circle-number-3:before { content: $ti-icon-circle-number-3; } -.#{$ti-prefix}-circle-number-4:before { content: $ti-icon-circle-number-4; } -.#{$ti-prefix}-circle-number-5:before { content: $ti-icon-circle-number-5; } -.#{$ti-prefix}-circle-number-6:before { content: $ti-icon-circle-number-6; } -.#{$ti-prefix}-circle-number-7:before { content: $ti-icon-circle-number-7; } -.#{$ti-prefix}-circle-number-8:before { content: $ti-icon-circle-number-8; } -.#{$ti-prefix}-circle-number-9:before { content: $ti-icon-circle-number-9; } -.#{$ti-prefix}-circle-off:before { content: $ti-icon-circle-off; } -.#{$ti-prefix}-circle-percentage:before { content: $ti-icon-circle-percentage; } -.#{$ti-prefix}-circle-plus:before { content: $ti-icon-circle-plus; } -.#{$ti-prefix}-circle-plus-2:before { content: $ti-icon-circle-plus-2; } -.#{$ti-prefix}-circle-rectangle:before { content: $ti-icon-circle-rectangle; } -.#{$ti-prefix}-circle-rectangle-off:before { content: $ti-icon-circle-rectangle-off; } -.#{$ti-prefix}-circle-square:before { content: $ti-icon-circle-square; } -.#{$ti-prefix}-circle-triangle:before { content: $ti-icon-circle-triangle; } -.#{$ti-prefix}-circle-x:before { content: $ti-icon-circle-x; } -.#{$ti-prefix}-circle-x-filled:before { content: $ti-icon-circle-x-filled; } -.#{$ti-prefix}-circles:before { content: $ti-icon-circles; } -.#{$ti-prefix}-circles-filled:before { content: $ti-icon-circles-filled; } -.#{$ti-prefix}-circles-relation:before { content: $ti-icon-circles-relation; } -.#{$ti-prefix}-circuit-ammeter:before { content: $ti-icon-circuit-ammeter; } -.#{$ti-prefix}-circuit-battery:before { content: $ti-icon-circuit-battery; } -.#{$ti-prefix}-circuit-bulb:before { content: $ti-icon-circuit-bulb; } -.#{$ti-prefix}-circuit-capacitor:before { content: $ti-icon-circuit-capacitor; } -.#{$ti-prefix}-circuit-capacitor-polarized:before { content: $ti-icon-circuit-capacitor-polarized; } -.#{$ti-prefix}-circuit-cell:before { content: $ti-icon-circuit-cell; } -.#{$ti-prefix}-circuit-cell-plus:before { content: $ti-icon-circuit-cell-plus; } -.#{$ti-prefix}-circuit-changeover:before { content: $ti-icon-circuit-changeover; } -.#{$ti-prefix}-circuit-diode:before { content: $ti-icon-circuit-diode; } -.#{$ti-prefix}-circuit-diode-zener:before { content: $ti-icon-circuit-diode-zener; } -.#{$ti-prefix}-circuit-ground:before { content: $ti-icon-circuit-ground; } -.#{$ti-prefix}-circuit-ground-digital:before { content: $ti-icon-circuit-ground-digital; } -.#{$ti-prefix}-circuit-inductor:before { content: $ti-icon-circuit-inductor; } -.#{$ti-prefix}-circuit-motor:before { content: $ti-icon-circuit-motor; } -.#{$ti-prefix}-circuit-pushbutton:before { content: $ti-icon-circuit-pushbutton; } -.#{$ti-prefix}-circuit-resistor:before { content: $ti-icon-circuit-resistor; } -.#{$ti-prefix}-circuit-switch-closed:before { content: $ti-icon-circuit-switch-closed; } -.#{$ti-prefix}-circuit-switch-open:before { content: $ti-icon-circuit-switch-open; } -.#{$ti-prefix}-circuit-voltmeter:before { content: $ti-icon-circuit-voltmeter; } -.#{$ti-prefix}-clear-all:before { content: $ti-icon-clear-all; } -.#{$ti-prefix}-clear-formatting:before { content: $ti-icon-clear-formatting; } -.#{$ti-prefix}-click:before { content: $ti-icon-click; } -.#{$ti-prefix}-clipboard:before { content: $ti-icon-clipboard; } -.#{$ti-prefix}-clipboard-check:before { content: $ti-icon-clipboard-check; } -.#{$ti-prefix}-clipboard-copy:before { content: $ti-icon-clipboard-copy; } -.#{$ti-prefix}-clipboard-data:before { content: $ti-icon-clipboard-data; } -.#{$ti-prefix}-clipboard-heart:before { content: $ti-icon-clipboard-heart; } -.#{$ti-prefix}-clipboard-list:before { content: $ti-icon-clipboard-list; } -.#{$ti-prefix}-clipboard-off:before { content: $ti-icon-clipboard-off; } -.#{$ti-prefix}-clipboard-plus:before { content: $ti-icon-clipboard-plus; } -.#{$ti-prefix}-clipboard-smile:before { content: $ti-icon-clipboard-smile; } -.#{$ti-prefix}-clipboard-text:before { content: $ti-icon-clipboard-text; } -.#{$ti-prefix}-clipboard-typography:before { content: $ti-icon-clipboard-typography; } -.#{$ti-prefix}-clipboard-x:before { content: $ti-icon-clipboard-x; } -.#{$ti-prefix}-clock:before { content: $ti-icon-clock; } -.#{$ti-prefix}-clock-12:before { content: $ti-icon-clock-12; } -.#{$ti-prefix}-clock-2:before { content: $ti-icon-clock-2; } -.#{$ti-prefix}-clock-24:before { content: $ti-icon-clock-24; } -.#{$ti-prefix}-clock-bolt:before { content: $ti-icon-clock-bolt; } -.#{$ti-prefix}-clock-cancel:before { content: $ti-icon-clock-cancel; } -.#{$ti-prefix}-clock-check:before { content: $ti-icon-clock-check; } -.#{$ti-prefix}-clock-code:before { content: $ti-icon-clock-code; } -.#{$ti-prefix}-clock-cog:before { content: $ti-icon-clock-cog; } -.#{$ti-prefix}-clock-dollar:before { content: $ti-icon-clock-dollar; } -.#{$ti-prefix}-clock-down:before { content: $ti-icon-clock-down; } -.#{$ti-prefix}-clock-edit:before { content: $ti-icon-clock-edit; } -.#{$ti-prefix}-clock-exclamation:before { content: $ti-icon-clock-exclamation; } -.#{$ti-prefix}-clock-filled:before { content: $ti-icon-clock-filled; } -.#{$ti-prefix}-clock-heart:before { content: $ti-icon-clock-heart; } -.#{$ti-prefix}-clock-hour-1:before { content: $ti-icon-clock-hour-1; } -.#{$ti-prefix}-clock-hour-10:before { content: $ti-icon-clock-hour-10; } -.#{$ti-prefix}-clock-hour-11:before { content: $ti-icon-clock-hour-11; } -.#{$ti-prefix}-clock-hour-12:before { content: $ti-icon-clock-hour-12; } -.#{$ti-prefix}-clock-hour-2:before { content: $ti-icon-clock-hour-2; } -.#{$ti-prefix}-clock-hour-3:before { content: $ti-icon-clock-hour-3; } -.#{$ti-prefix}-clock-hour-4:before { content: $ti-icon-clock-hour-4; } -.#{$ti-prefix}-clock-hour-5:before { content: $ti-icon-clock-hour-5; } -.#{$ti-prefix}-clock-hour-6:before { content: $ti-icon-clock-hour-6; } -.#{$ti-prefix}-clock-hour-7:before { content: $ti-icon-clock-hour-7; } -.#{$ti-prefix}-clock-hour-8:before { content: $ti-icon-clock-hour-8; } -.#{$ti-prefix}-clock-hour-9:before { content: $ti-icon-clock-hour-9; } -.#{$ti-prefix}-clock-minus:before { content: $ti-icon-clock-minus; } -.#{$ti-prefix}-clock-off:before { content: $ti-icon-clock-off; } -.#{$ti-prefix}-clock-pause:before { content: $ti-icon-clock-pause; } -.#{$ti-prefix}-clock-pin:before { content: $ti-icon-clock-pin; } -.#{$ti-prefix}-clock-play:before { content: $ti-icon-clock-play; } -.#{$ti-prefix}-clock-plus:before { content: $ti-icon-clock-plus; } -.#{$ti-prefix}-clock-question:before { content: $ti-icon-clock-question; } -.#{$ti-prefix}-clock-record:before { content: $ti-icon-clock-record; } -.#{$ti-prefix}-clock-search:before { content: $ti-icon-clock-search; } -.#{$ti-prefix}-clock-share:before { content: $ti-icon-clock-share; } -.#{$ti-prefix}-clock-shield:before { content: $ti-icon-clock-shield; } -.#{$ti-prefix}-clock-star:before { content: $ti-icon-clock-star; } -.#{$ti-prefix}-clock-stop:before { content: $ti-icon-clock-stop; } -.#{$ti-prefix}-clock-up:before { content: $ti-icon-clock-up; } -.#{$ti-prefix}-clock-x:before { content: $ti-icon-clock-x; } -.#{$ti-prefix}-clothes-rack:before { content: $ti-icon-clothes-rack; } -.#{$ti-prefix}-clothes-rack-off:before { content: $ti-icon-clothes-rack-off; } -.#{$ti-prefix}-cloud:before { content: $ti-icon-cloud; } -.#{$ti-prefix}-cloud-bolt:before { content: $ti-icon-cloud-bolt; } -.#{$ti-prefix}-cloud-cancel:before { content: $ti-icon-cloud-cancel; } -.#{$ti-prefix}-cloud-check:before { content: $ti-icon-cloud-check; } -.#{$ti-prefix}-cloud-code:before { content: $ti-icon-cloud-code; } -.#{$ti-prefix}-cloud-cog:before { content: $ti-icon-cloud-cog; } -.#{$ti-prefix}-cloud-computing:before { content: $ti-icon-cloud-computing; } -.#{$ti-prefix}-cloud-data-connection:before { content: $ti-icon-cloud-data-connection; } -.#{$ti-prefix}-cloud-dollar:before { content: $ti-icon-cloud-dollar; } -.#{$ti-prefix}-cloud-down:before { content: $ti-icon-cloud-down; } -.#{$ti-prefix}-cloud-download:before { content: $ti-icon-cloud-download; } -.#{$ti-prefix}-cloud-exclamation:before { content: $ti-icon-cloud-exclamation; } -.#{$ti-prefix}-cloud-filled:before { content: $ti-icon-cloud-filled; } -.#{$ti-prefix}-cloud-fog:before { content: $ti-icon-cloud-fog; } -.#{$ti-prefix}-cloud-heart:before { content: $ti-icon-cloud-heart; } -.#{$ti-prefix}-cloud-lock:before { content: $ti-icon-cloud-lock; } -.#{$ti-prefix}-cloud-lock-open:before { content: $ti-icon-cloud-lock-open; } -.#{$ti-prefix}-cloud-minus:before { content: $ti-icon-cloud-minus; } -.#{$ti-prefix}-cloud-network:before { content: $ti-icon-cloud-network; } -.#{$ti-prefix}-cloud-off:before { content: $ti-icon-cloud-off; } -.#{$ti-prefix}-cloud-pause:before { content: $ti-icon-cloud-pause; } -.#{$ti-prefix}-cloud-pin:before { content: $ti-icon-cloud-pin; } -.#{$ti-prefix}-cloud-plus:before { content: $ti-icon-cloud-plus; } -.#{$ti-prefix}-cloud-question:before { content: $ti-icon-cloud-question; } -.#{$ti-prefix}-cloud-rain:before { content: $ti-icon-cloud-rain; } -.#{$ti-prefix}-cloud-search:before { content: $ti-icon-cloud-search; } -.#{$ti-prefix}-cloud-share:before { content: $ti-icon-cloud-share; } -.#{$ti-prefix}-cloud-snow:before { content: $ti-icon-cloud-snow; } -.#{$ti-prefix}-cloud-star:before { content: $ti-icon-cloud-star; } -.#{$ti-prefix}-cloud-storm:before { content: $ti-icon-cloud-storm; } -.#{$ti-prefix}-cloud-up:before { content: $ti-icon-cloud-up; } -.#{$ti-prefix}-cloud-upload:before { content: $ti-icon-cloud-upload; } -.#{$ti-prefix}-cloud-x:before { content: $ti-icon-cloud-x; } -.#{$ti-prefix}-clover:before { content: $ti-icon-clover; } -.#{$ti-prefix}-clover-2:before { content: $ti-icon-clover-2; } -.#{$ti-prefix}-clubs:before { content: $ti-icon-clubs; } -.#{$ti-prefix}-clubs-filled:before { content: $ti-icon-clubs-filled; } -.#{$ti-prefix}-code:before { content: $ti-icon-code; } -.#{$ti-prefix}-code-asterix:before { content: $ti-icon-code-asterix; } -.#{$ti-prefix}-code-circle:before { content: $ti-icon-code-circle; } -.#{$ti-prefix}-code-circle-2:before { content: $ti-icon-code-circle-2; } -.#{$ti-prefix}-code-dots:before { content: $ti-icon-code-dots; } -.#{$ti-prefix}-code-minus:before { content: $ti-icon-code-minus; } -.#{$ti-prefix}-code-off:before { content: $ti-icon-code-off; } -.#{$ti-prefix}-code-plus:before { content: $ti-icon-code-plus; } -.#{$ti-prefix}-coffee:before { content: $ti-icon-coffee; } -.#{$ti-prefix}-coffee-off:before { content: $ti-icon-coffee-off; } -.#{$ti-prefix}-coffin:before { content: $ti-icon-coffin; } -.#{$ti-prefix}-coin:before { content: $ti-icon-coin; } -.#{$ti-prefix}-coin-bitcoin:before { content: $ti-icon-coin-bitcoin; } -.#{$ti-prefix}-coin-bitcoin-filled:before { content: $ti-icon-coin-bitcoin-filled; } -.#{$ti-prefix}-coin-euro:before { content: $ti-icon-coin-euro; } -.#{$ti-prefix}-coin-euro-filled:before { content: $ti-icon-coin-euro-filled; } -.#{$ti-prefix}-coin-filled:before { content: $ti-icon-coin-filled; } -.#{$ti-prefix}-coin-monero:before { content: $ti-icon-coin-monero; } -.#{$ti-prefix}-coin-monero-filled:before { content: $ti-icon-coin-monero-filled; } -.#{$ti-prefix}-coin-off:before { content: $ti-icon-coin-off; } -.#{$ti-prefix}-coin-pound:before { content: $ti-icon-coin-pound; } -.#{$ti-prefix}-coin-pound-filled:before { content: $ti-icon-coin-pound-filled; } -.#{$ti-prefix}-coin-rupee:before { content: $ti-icon-coin-rupee; } -.#{$ti-prefix}-coin-rupee-filled:before { content: $ti-icon-coin-rupee-filled; } -.#{$ti-prefix}-coin-taka:before { content: $ti-icon-coin-taka; } -.#{$ti-prefix}-coin-taka-filled:before { content: $ti-icon-coin-taka-filled; } -.#{$ti-prefix}-coin-yen:before { content: $ti-icon-coin-yen; } -.#{$ti-prefix}-coin-yen-filled:before { content: $ti-icon-coin-yen-filled; } -.#{$ti-prefix}-coin-yuan:before { content: $ti-icon-coin-yuan; } -.#{$ti-prefix}-coin-yuan-filled:before { content: $ti-icon-coin-yuan-filled; } -.#{$ti-prefix}-coins:before { content: $ti-icon-coins; } -.#{$ti-prefix}-color-filter:before { content: $ti-icon-color-filter; } -.#{$ti-prefix}-color-picker:before { content: $ti-icon-color-picker; } -.#{$ti-prefix}-color-picker-off:before { content: $ti-icon-color-picker-off; } -.#{$ti-prefix}-color-swatch:before { content: $ti-icon-color-swatch; } -.#{$ti-prefix}-color-swatch-off:before { content: $ti-icon-color-swatch-off; } -.#{$ti-prefix}-column-insert-left:before { content: $ti-icon-column-insert-left; } -.#{$ti-prefix}-column-insert-right:before { content: $ti-icon-column-insert-right; } -.#{$ti-prefix}-column-remove:before { content: $ti-icon-column-remove; } -.#{$ti-prefix}-columns:before { content: $ti-icon-columns; } -.#{$ti-prefix}-columns-1:before { content: $ti-icon-columns-1; } -.#{$ti-prefix}-columns-2:before { content: $ti-icon-columns-2; } -.#{$ti-prefix}-columns-3:before { content: $ti-icon-columns-3; } -.#{$ti-prefix}-columns-off:before { content: $ti-icon-columns-off; } -.#{$ti-prefix}-comet:before { content: $ti-icon-comet; } -.#{$ti-prefix}-command:before { content: $ti-icon-command; } -.#{$ti-prefix}-command-off:before { content: $ti-icon-command-off; } -.#{$ti-prefix}-compass:before { content: $ti-icon-compass; } -.#{$ti-prefix}-compass-filled:before { content: $ti-icon-compass-filled; } -.#{$ti-prefix}-compass-off:before { content: $ti-icon-compass-off; } -.#{$ti-prefix}-components:before { content: $ti-icon-components; } -.#{$ti-prefix}-components-off:before { content: $ti-icon-components-off; } -.#{$ti-prefix}-cone:before { content: $ti-icon-cone; } -.#{$ti-prefix}-cone-2:before { content: $ti-icon-cone-2; } -.#{$ti-prefix}-cone-off:before { content: $ti-icon-cone-off; } -.#{$ti-prefix}-cone-plus:before { content: $ti-icon-cone-plus; } -.#{$ti-prefix}-confetti:before { content: $ti-icon-confetti; } -.#{$ti-prefix}-confetti-off:before { content: $ti-icon-confetti-off; } -.#{$ti-prefix}-confucius:before { content: $ti-icon-confucius; } -.#{$ti-prefix}-container:before { content: $ti-icon-container; } -.#{$ti-prefix}-container-off:before { content: $ti-icon-container-off; } -.#{$ti-prefix}-contrast:before { content: $ti-icon-contrast; } -.#{$ti-prefix}-contrast-2:before { content: $ti-icon-contrast-2; } -.#{$ti-prefix}-contrast-2-off:before { content: $ti-icon-contrast-2-off; } -.#{$ti-prefix}-contrast-off:before { content: $ti-icon-contrast-off; } -.#{$ti-prefix}-cooker:before { content: $ti-icon-cooker; } -.#{$ti-prefix}-cookie:before { content: $ti-icon-cookie; } -.#{$ti-prefix}-cookie-man:before { content: $ti-icon-cookie-man; } -.#{$ti-prefix}-cookie-off:before { content: $ti-icon-cookie-off; } -.#{$ti-prefix}-copy:before { content: $ti-icon-copy; } -.#{$ti-prefix}-copy-check:before { content: $ti-icon-copy-check; } -.#{$ti-prefix}-copy-minus:before { content: $ti-icon-copy-minus; } -.#{$ti-prefix}-copy-off:before { content: $ti-icon-copy-off; } -.#{$ti-prefix}-copy-plus:before { content: $ti-icon-copy-plus; } -.#{$ti-prefix}-copy-x:before { content: $ti-icon-copy-x; } -.#{$ti-prefix}-copyleft:before { content: $ti-icon-copyleft; } -.#{$ti-prefix}-copyleft-filled:before { content: $ti-icon-copyleft-filled; } -.#{$ti-prefix}-copyleft-off:before { content: $ti-icon-copyleft-off; } -.#{$ti-prefix}-copyright:before { content: $ti-icon-copyright; } -.#{$ti-prefix}-copyright-filled:before { content: $ti-icon-copyright-filled; } -.#{$ti-prefix}-copyright-off:before { content: $ti-icon-copyright-off; } -.#{$ti-prefix}-corner-down-left:before { content: $ti-icon-corner-down-left; } -.#{$ti-prefix}-corner-down-left-double:before { content: $ti-icon-corner-down-left-double; } -.#{$ti-prefix}-corner-down-right:before { content: $ti-icon-corner-down-right; } -.#{$ti-prefix}-corner-down-right-double:before { content: $ti-icon-corner-down-right-double; } -.#{$ti-prefix}-corner-left-down:before { content: $ti-icon-corner-left-down; } -.#{$ti-prefix}-corner-left-down-double:before { content: $ti-icon-corner-left-down-double; } -.#{$ti-prefix}-corner-left-up:before { content: $ti-icon-corner-left-up; } -.#{$ti-prefix}-corner-left-up-double:before { content: $ti-icon-corner-left-up-double; } -.#{$ti-prefix}-corner-right-down:before { content: $ti-icon-corner-right-down; } -.#{$ti-prefix}-corner-right-down-double:before { content: $ti-icon-corner-right-down-double; } -.#{$ti-prefix}-corner-right-up:before { content: $ti-icon-corner-right-up; } -.#{$ti-prefix}-corner-right-up-double:before { content: $ti-icon-corner-right-up-double; } -.#{$ti-prefix}-corner-up-left:before { content: $ti-icon-corner-up-left; } -.#{$ti-prefix}-corner-up-left-double:before { content: $ti-icon-corner-up-left-double; } -.#{$ti-prefix}-corner-up-right:before { content: $ti-icon-corner-up-right; } -.#{$ti-prefix}-corner-up-right-double:before { content: $ti-icon-corner-up-right-double; } -.#{$ti-prefix}-cpu:before { content: $ti-icon-cpu; } -.#{$ti-prefix}-cpu-2:before { content: $ti-icon-cpu-2; } -.#{$ti-prefix}-cpu-off:before { content: $ti-icon-cpu-off; } -.#{$ti-prefix}-crane:before { content: $ti-icon-crane; } -.#{$ti-prefix}-crane-off:before { content: $ti-icon-crane-off; } -.#{$ti-prefix}-creative-commons:before { content: $ti-icon-creative-commons; } -.#{$ti-prefix}-creative-commons-by:before { content: $ti-icon-creative-commons-by; } -.#{$ti-prefix}-creative-commons-nc:before { content: $ti-icon-creative-commons-nc; } -.#{$ti-prefix}-creative-commons-nd:before { content: $ti-icon-creative-commons-nd; } -.#{$ti-prefix}-creative-commons-off:before { content: $ti-icon-creative-commons-off; } -.#{$ti-prefix}-creative-commons-sa:before { content: $ti-icon-creative-commons-sa; } -.#{$ti-prefix}-creative-commons-zero:before { content: $ti-icon-creative-commons-zero; } -.#{$ti-prefix}-credit-card:before { content: $ti-icon-credit-card; } -.#{$ti-prefix}-credit-card-filled:before { content: $ti-icon-credit-card-filled; } -.#{$ti-prefix}-credit-card-off:before { content: $ti-icon-credit-card-off; } -.#{$ti-prefix}-credit-card-pay:before { content: $ti-icon-credit-card-pay; } -.#{$ti-prefix}-credit-card-refund:before { content: $ti-icon-credit-card-refund; } -.#{$ti-prefix}-cricket:before { content: $ti-icon-cricket; } -.#{$ti-prefix}-crop:before { content: $ti-icon-crop; } -.#{$ti-prefix}-crop-1-1:before { content: $ti-icon-crop-1-1; } -.#{$ti-prefix}-crop-16-9:before { content: $ti-icon-crop-16-9; } -.#{$ti-prefix}-crop-3-2:before { content: $ti-icon-crop-3-2; } -.#{$ti-prefix}-crop-5-4:before { content: $ti-icon-crop-5-4; } -.#{$ti-prefix}-crop-7-5:before { content: $ti-icon-crop-7-5; } -.#{$ti-prefix}-crop-landscape:before { content: $ti-icon-crop-landscape; } -.#{$ti-prefix}-crop-portrait:before { content: $ti-icon-crop-portrait; } -.#{$ti-prefix}-cross:before { content: $ti-icon-cross; } -.#{$ti-prefix}-cross-filled:before { content: $ti-icon-cross-filled; } -.#{$ti-prefix}-cross-off:before { content: $ti-icon-cross-off; } -.#{$ti-prefix}-crosshair:before { content: $ti-icon-crosshair; } -.#{$ti-prefix}-crown:before { content: $ti-icon-crown; } -.#{$ti-prefix}-crown-off:before { content: $ti-icon-crown-off; } -.#{$ti-prefix}-crutches:before { content: $ti-icon-crutches; } -.#{$ti-prefix}-crutches-off:before { content: $ti-icon-crutches-off; } -.#{$ti-prefix}-crystal-ball:before { content: $ti-icon-crystal-ball; } -.#{$ti-prefix}-csv:before { content: $ti-icon-csv; } -.#{$ti-prefix}-cube:before { content: $ti-icon-cube; } -.#{$ti-prefix}-cube-off:before { content: $ti-icon-cube-off; } -.#{$ti-prefix}-cube-plus:before { content: $ti-icon-cube-plus; } -.#{$ti-prefix}-cube-send:before { content: $ti-icon-cube-send; } -.#{$ti-prefix}-cube-unfolded:before { content: $ti-icon-cube-unfolded; } -.#{$ti-prefix}-cup:before { content: $ti-icon-cup; } -.#{$ti-prefix}-cup-off:before { content: $ti-icon-cup-off; } -.#{$ti-prefix}-curling:before { content: $ti-icon-curling; } -.#{$ti-prefix}-curly-loop:before { content: $ti-icon-curly-loop; } -.#{$ti-prefix}-currency:before { content: $ti-icon-currency; } -.#{$ti-prefix}-currency-afghani:before { content: $ti-icon-currency-afghani; } -.#{$ti-prefix}-currency-bahraini:before { content: $ti-icon-currency-bahraini; } -.#{$ti-prefix}-currency-baht:before { content: $ti-icon-currency-baht; } -.#{$ti-prefix}-currency-bitcoin:before { content: $ti-icon-currency-bitcoin; } -.#{$ti-prefix}-currency-cent:before { content: $ti-icon-currency-cent; } -.#{$ti-prefix}-currency-dinar:before { content: $ti-icon-currency-dinar; } -.#{$ti-prefix}-currency-dirham:before { content: $ti-icon-currency-dirham; } -.#{$ti-prefix}-currency-dogecoin:before { content: $ti-icon-currency-dogecoin; } -.#{$ti-prefix}-currency-dollar:before { content: $ti-icon-currency-dollar; } -.#{$ti-prefix}-currency-dollar-australian:before { content: $ti-icon-currency-dollar-australian; } -.#{$ti-prefix}-currency-dollar-brunei:before { content: $ti-icon-currency-dollar-brunei; } -.#{$ti-prefix}-currency-dollar-canadian:before { content: $ti-icon-currency-dollar-canadian; } -.#{$ti-prefix}-currency-dollar-guyanese:before { content: $ti-icon-currency-dollar-guyanese; } -.#{$ti-prefix}-currency-dollar-off:before { content: $ti-icon-currency-dollar-off; } -.#{$ti-prefix}-currency-dollar-singapore:before { content: $ti-icon-currency-dollar-singapore; } -.#{$ti-prefix}-currency-dollar-zimbabwean:before { content: $ti-icon-currency-dollar-zimbabwean; } -.#{$ti-prefix}-currency-dong:before { content: $ti-icon-currency-dong; } -.#{$ti-prefix}-currency-dram:before { content: $ti-icon-currency-dram; } -.#{$ti-prefix}-currency-ethereum:before { content: $ti-icon-currency-ethereum; } -.#{$ti-prefix}-currency-euro:before { content: $ti-icon-currency-euro; } -.#{$ti-prefix}-currency-euro-off:before { content: $ti-icon-currency-euro-off; } -.#{$ti-prefix}-currency-florin:before { content: $ti-icon-currency-florin; } -.#{$ti-prefix}-currency-forint:before { content: $ti-icon-currency-forint; } -.#{$ti-prefix}-currency-frank:before { content: $ti-icon-currency-frank; } -.#{$ti-prefix}-currency-guarani:before { content: $ti-icon-currency-guarani; } -.#{$ti-prefix}-currency-hryvnia:before { content: $ti-icon-currency-hryvnia; } -.#{$ti-prefix}-currency-iranian-rial:before { content: $ti-icon-currency-iranian-rial; } -.#{$ti-prefix}-currency-kip:before { content: $ti-icon-currency-kip; } -.#{$ti-prefix}-currency-krone-czech:before { content: $ti-icon-currency-krone-czech; } -.#{$ti-prefix}-currency-krone-danish:before { content: $ti-icon-currency-krone-danish; } -.#{$ti-prefix}-currency-krone-swedish:before { content: $ti-icon-currency-krone-swedish; } -.#{$ti-prefix}-currency-lari:before { content: $ti-icon-currency-lari; } -.#{$ti-prefix}-currency-leu:before { content: $ti-icon-currency-leu; } -.#{$ti-prefix}-currency-lira:before { content: $ti-icon-currency-lira; } -.#{$ti-prefix}-currency-litecoin:before { content: $ti-icon-currency-litecoin; } -.#{$ti-prefix}-currency-lyd:before { content: $ti-icon-currency-lyd; } -.#{$ti-prefix}-currency-manat:before { content: $ti-icon-currency-manat; } -.#{$ti-prefix}-currency-monero:before { content: $ti-icon-currency-monero; } -.#{$ti-prefix}-currency-naira:before { content: $ti-icon-currency-naira; } -.#{$ti-prefix}-currency-nano:before { content: $ti-icon-currency-nano; } -.#{$ti-prefix}-currency-off:before { content: $ti-icon-currency-off; } -.#{$ti-prefix}-currency-paanga:before { content: $ti-icon-currency-paanga; } -.#{$ti-prefix}-currency-peso:before { content: $ti-icon-currency-peso; } -.#{$ti-prefix}-currency-pound:before { content: $ti-icon-currency-pound; } -.#{$ti-prefix}-currency-pound-off:before { content: $ti-icon-currency-pound-off; } -.#{$ti-prefix}-currency-quetzal:before { content: $ti-icon-currency-quetzal; } -.#{$ti-prefix}-currency-real:before { content: $ti-icon-currency-real; } -.#{$ti-prefix}-currency-renminbi:before { content: $ti-icon-currency-renminbi; } -.#{$ti-prefix}-currency-ripple:before { content: $ti-icon-currency-ripple; } -.#{$ti-prefix}-currency-riyal:before { content: $ti-icon-currency-riyal; } -.#{$ti-prefix}-currency-rubel:before { content: $ti-icon-currency-rubel; } -.#{$ti-prefix}-currency-rufiyaa:before { content: $ti-icon-currency-rufiyaa; } -.#{$ti-prefix}-currency-rupee:before { content: $ti-icon-currency-rupee; } -.#{$ti-prefix}-currency-rupee-nepalese:before { content: $ti-icon-currency-rupee-nepalese; } -.#{$ti-prefix}-currency-shekel:before { content: $ti-icon-currency-shekel; } -.#{$ti-prefix}-currency-solana:before { content: $ti-icon-currency-solana; } -.#{$ti-prefix}-currency-som:before { content: $ti-icon-currency-som; } -.#{$ti-prefix}-currency-taka:before { content: $ti-icon-currency-taka; } -.#{$ti-prefix}-currency-tenge:before { content: $ti-icon-currency-tenge; } -.#{$ti-prefix}-currency-tugrik:before { content: $ti-icon-currency-tugrik; } -.#{$ti-prefix}-currency-won:before { content: $ti-icon-currency-won; } -.#{$ti-prefix}-currency-xrp:before { content: $ti-icon-currency-xrp; } -.#{$ti-prefix}-currency-yen:before { content: $ti-icon-currency-yen; } -.#{$ti-prefix}-currency-yen-off:before { content: $ti-icon-currency-yen-off; } -.#{$ti-prefix}-currency-yuan:before { content: $ti-icon-currency-yuan; } -.#{$ti-prefix}-currency-zloty:before { content: $ti-icon-currency-zloty; } -.#{$ti-prefix}-current-location:before { content: $ti-icon-current-location; } -.#{$ti-prefix}-current-location-off:before { content: $ti-icon-current-location-off; } -.#{$ti-prefix}-cursor-off:before { content: $ti-icon-cursor-off; } -.#{$ti-prefix}-cursor-text:before { content: $ti-icon-cursor-text; } -.#{$ti-prefix}-cut:before { content: $ti-icon-cut; } -.#{$ti-prefix}-cylinder:before { content: $ti-icon-cylinder; } -.#{$ti-prefix}-cylinder-off:before { content: $ti-icon-cylinder-off; } -.#{$ti-prefix}-cylinder-plus:before { content: $ti-icon-cylinder-plus; } -.#{$ti-prefix}-dashboard:before { content: $ti-icon-dashboard; } -.#{$ti-prefix}-dashboard-off:before { content: $ti-icon-dashboard-off; } -.#{$ti-prefix}-database:before { content: $ti-icon-database; } -.#{$ti-prefix}-database-cog:before { content: $ti-icon-database-cog; } -.#{$ti-prefix}-database-dollar:before { content: $ti-icon-database-dollar; } -.#{$ti-prefix}-database-edit:before { content: $ti-icon-database-edit; } -.#{$ti-prefix}-database-exclamation:before { content: $ti-icon-database-exclamation; } -.#{$ti-prefix}-database-export:before { content: $ti-icon-database-export; } -.#{$ti-prefix}-database-heart:before { content: $ti-icon-database-heart; } -.#{$ti-prefix}-database-import:before { content: $ti-icon-database-import; } -.#{$ti-prefix}-database-leak:before { content: $ti-icon-database-leak; } -.#{$ti-prefix}-database-minus:before { content: $ti-icon-database-minus; } -.#{$ti-prefix}-database-off:before { content: $ti-icon-database-off; } -.#{$ti-prefix}-database-plus:before { content: $ti-icon-database-plus; } -.#{$ti-prefix}-database-search:before { content: $ti-icon-database-search; } -.#{$ti-prefix}-database-share:before { content: $ti-icon-database-share; } -.#{$ti-prefix}-database-smile:before { content: $ti-icon-database-smile; } -.#{$ti-prefix}-database-star:before { content: $ti-icon-database-star; } -.#{$ti-prefix}-database-x:before { content: $ti-icon-database-x; } -.#{$ti-prefix}-decimal:before { content: $ti-icon-decimal; } -.#{$ti-prefix}-deer:before { content: $ti-icon-deer; } -.#{$ti-prefix}-delta:before { content: $ti-icon-delta; } -.#{$ti-prefix}-dental:before { content: $ti-icon-dental; } -.#{$ti-prefix}-dental-broken:before { content: $ti-icon-dental-broken; } -.#{$ti-prefix}-dental-off:before { content: $ti-icon-dental-off; } -.#{$ti-prefix}-deselect:before { content: $ti-icon-deselect; } -.#{$ti-prefix}-desk:before { content: $ti-icon-desk; } -.#{$ti-prefix}-details:before { content: $ti-icon-details; } -.#{$ti-prefix}-details-off:before { content: $ti-icon-details-off; } -.#{$ti-prefix}-device-airpods:before { content: $ti-icon-device-airpods; } -.#{$ti-prefix}-device-airpods-case:before { content: $ti-icon-device-airpods-case; } -.#{$ti-prefix}-device-airtag:before { content: $ti-icon-device-airtag; } -.#{$ti-prefix}-device-analytics:before { content: $ti-icon-device-analytics; } -.#{$ti-prefix}-device-audio-tape:before { content: $ti-icon-device-audio-tape; } -.#{$ti-prefix}-device-camera-phone:before { content: $ti-icon-device-camera-phone; } -.#{$ti-prefix}-device-cctv:before { content: $ti-icon-device-cctv; } -.#{$ti-prefix}-device-cctv-off:before { content: $ti-icon-device-cctv-off; } -.#{$ti-prefix}-device-computer-camera:before { content: $ti-icon-device-computer-camera; } -.#{$ti-prefix}-device-computer-camera-off:before { content: $ti-icon-device-computer-camera-off; } -.#{$ti-prefix}-device-desktop:before { content: $ti-icon-device-desktop; } -.#{$ti-prefix}-device-desktop-analytics:before { content: $ti-icon-device-desktop-analytics; } -.#{$ti-prefix}-device-desktop-bolt:before { content: $ti-icon-device-desktop-bolt; } -.#{$ti-prefix}-device-desktop-cancel:before { content: $ti-icon-device-desktop-cancel; } -.#{$ti-prefix}-device-desktop-check:before { content: $ti-icon-device-desktop-check; } -.#{$ti-prefix}-device-desktop-code:before { content: $ti-icon-device-desktop-code; } -.#{$ti-prefix}-device-desktop-cog:before { content: $ti-icon-device-desktop-cog; } -.#{$ti-prefix}-device-desktop-dollar:before { content: $ti-icon-device-desktop-dollar; } -.#{$ti-prefix}-device-desktop-down:before { content: $ti-icon-device-desktop-down; } -.#{$ti-prefix}-device-desktop-exclamation:before { content: $ti-icon-device-desktop-exclamation; } -.#{$ti-prefix}-device-desktop-heart:before { content: $ti-icon-device-desktop-heart; } -.#{$ti-prefix}-device-desktop-minus:before { content: $ti-icon-device-desktop-minus; } -.#{$ti-prefix}-device-desktop-off:before { content: $ti-icon-device-desktop-off; } -.#{$ti-prefix}-device-desktop-pause:before { content: $ti-icon-device-desktop-pause; } -.#{$ti-prefix}-device-desktop-pin:before { content: $ti-icon-device-desktop-pin; } -.#{$ti-prefix}-device-desktop-plus:before { content: $ti-icon-device-desktop-plus; } -.#{$ti-prefix}-device-desktop-question:before { content: $ti-icon-device-desktop-question; } -.#{$ti-prefix}-device-desktop-search:before { content: $ti-icon-device-desktop-search; } -.#{$ti-prefix}-device-desktop-share:before { content: $ti-icon-device-desktop-share; } -.#{$ti-prefix}-device-desktop-star:before { content: $ti-icon-device-desktop-star; } -.#{$ti-prefix}-device-desktop-up:before { content: $ti-icon-device-desktop-up; } -.#{$ti-prefix}-device-desktop-x:before { content: $ti-icon-device-desktop-x; } -.#{$ti-prefix}-device-floppy:before { content: $ti-icon-device-floppy; } -.#{$ti-prefix}-device-gamepad:before { content: $ti-icon-device-gamepad; } -.#{$ti-prefix}-device-gamepad-2:before { content: $ti-icon-device-gamepad-2; } -.#{$ti-prefix}-device-gamepad-3:before { content: $ti-icon-device-gamepad-3; } -.#{$ti-prefix}-device-heart-monitor:before { content: $ti-icon-device-heart-monitor; } -.#{$ti-prefix}-device-heart-monitor-filled:before { content: $ti-icon-device-heart-monitor-filled; } -.#{$ti-prefix}-device-imac:before { content: $ti-icon-device-imac; } -.#{$ti-prefix}-device-imac-bolt:before { content: $ti-icon-device-imac-bolt; } -.#{$ti-prefix}-device-imac-cancel:before { content: $ti-icon-device-imac-cancel; } -.#{$ti-prefix}-device-imac-check:before { content: $ti-icon-device-imac-check; } -.#{$ti-prefix}-device-imac-code:before { content: $ti-icon-device-imac-code; } -.#{$ti-prefix}-device-imac-cog:before { content: $ti-icon-device-imac-cog; } -.#{$ti-prefix}-device-imac-dollar:before { content: $ti-icon-device-imac-dollar; } -.#{$ti-prefix}-device-imac-down:before { content: $ti-icon-device-imac-down; } -.#{$ti-prefix}-device-imac-exclamation:before { content: $ti-icon-device-imac-exclamation; } -.#{$ti-prefix}-device-imac-heart:before { content: $ti-icon-device-imac-heart; } -.#{$ti-prefix}-device-imac-minus:before { content: $ti-icon-device-imac-minus; } -.#{$ti-prefix}-device-imac-off:before { content: $ti-icon-device-imac-off; } -.#{$ti-prefix}-device-imac-pause:before { content: $ti-icon-device-imac-pause; } -.#{$ti-prefix}-device-imac-pin:before { content: $ti-icon-device-imac-pin; } -.#{$ti-prefix}-device-imac-plus:before { content: $ti-icon-device-imac-plus; } -.#{$ti-prefix}-device-imac-question:before { content: $ti-icon-device-imac-question; } -.#{$ti-prefix}-device-imac-search:before { content: $ti-icon-device-imac-search; } -.#{$ti-prefix}-device-imac-share:before { content: $ti-icon-device-imac-share; } -.#{$ti-prefix}-device-imac-star:before { content: $ti-icon-device-imac-star; } -.#{$ti-prefix}-device-imac-up:before { content: $ti-icon-device-imac-up; } -.#{$ti-prefix}-device-imac-x:before { content: $ti-icon-device-imac-x; } -.#{$ti-prefix}-device-ipad:before { content: $ti-icon-device-ipad; } -.#{$ti-prefix}-device-ipad-bolt:before { content: $ti-icon-device-ipad-bolt; } -.#{$ti-prefix}-device-ipad-cancel:before { content: $ti-icon-device-ipad-cancel; } -.#{$ti-prefix}-device-ipad-check:before { content: $ti-icon-device-ipad-check; } -.#{$ti-prefix}-device-ipad-code:before { content: $ti-icon-device-ipad-code; } -.#{$ti-prefix}-device-ipad-cog:before { content: $ti-icon-device-ipad-cog; } -.#{$ti-prefix}-device-ipad-dollar:before { content: $ti-icon-device-ipad-dollar; } -.#{$ti-prefix}-device-ipad-down:before { content: $ti-icon-device-ipad-down; } -.#{$ti-prefix}-device-ipad-exclamation:before { content: $ti-icon-device-ipad-exclamation; } -.#{$ti-prefix}-device-ipad-heart:before { content: $ti-icon-device-ipad-heart; } -.#{$ti-prefix}-device-ipad-horizontal:before { content: $ti-icon-device-ipad-horizontal; } -.#{$ti-prefix}-device-ipad-horizontal-bolt:before { content: $ti-icon-device-ipad-horizontal-bolt; } -.#{$ti-prefix}-device-ipad-horizontal-cancel:before { content: $ti-icon-device-ipad-horizontal-cancel; } -.#{$ti-prefix}-device-ipad-horizontal-check:before { content: $ti-icon-device-ipad-horizontal-check; } -.#{$ti-prefix}-device-ipad-horizontal-code:before { content: $ti-icon-device-ipad-horizontal-code; } -.#{$ti-prefix}-device-ipad-horizontal-cog:before { content: $ti-icon-device-ipad-horizontal-cog; } -.#{$ti-prefix}-device-ipad-horizontal-dollar:before { content: $ti-icon-device-ipad-horizontal-dollar; } -.#{$ti-prefix}-device-ipad-horizontal-down:before { content: $ti-icon-device-ipad-horizontal-down; } -.#{$ti-prefix}-device-ipad-horizontal-exclamation:before { content: $ti-icon-device-ipad-horizontal-exclamation; } -.#{$ti-prefix}-device-ipad-horizontal-heart:before { content: $ti-icon-device-ipad-horizontal-heart; } -.#{$ti-prefix}-device-ipad-horizontal-minus:before { content: $ti-icon-device-ipad-horizontal-minus; } -.#{$ti-prefix}-device-ipad-horizontal-off:before { content: $ti-icon-device-ipad-horizontal-off; } -.#{$ti-prefix}-device-ipad-horizontal-pause:before { content: $ti-icon-device-ipad-horizontal-pause; } -.#{$ti-prefix}-device-ipad-horizontal-pin:before { content: $ti-icon-device-ipad-horizontal-pin; } -.#{$ti-prefix}-device-ipad-horizontal-plus:before { content: $ti-icon-device-ipad-horizontal-plus; } -.#{$ti-prefix}-device-ipad-horizontal-question:before { content: $ti-icon-device-ipad-horizontal-question; } -.#{$ti-prefix}-device-ipad-horizontal-search:before { content: $ti-icon-device-ipad-horizontal-search; } -.#{$ti-prefix}-device-ipad-horizontal-share:before { content: $ti-icon-device-ipad-horizontal-share; } -.#{$ti-prefix}-device-ipad-horizontal-star:before { content: $ti-icon-device-ipad-horizontal-star; } -.#{$ti-prefix}-device-ipad-horizontal-up:before { content: $ti-icon-device-ipad-horizontal-up; } -.#{$ti-prefix}-device-ipad-horizontal-x:before { content: $ti-icon-device-ipad-horizontal-x; } -.#{$ti-prefix}-device-ipad-minus:before { content: $ti-icon-device-ipad-minus; } -.#{$ti-prefix}-device-ipad-off:before { content: $ti-icon-device-ipad-off; } -.#{$ti-prefix}-device-ipad-pause:before { content: $ti-icon-device-ipad-pause; } -.#{$ti-prefix}-device-ipad-pin:before { content: $ti-icon-device-ipad-pin; } -.#{$ti-prefix}-device-ipad-plus:before { content: $ti-icon-device-ipad-plus; } -.#{$ti-prefix}-device-ipad-question:before { content: $ti-icon-device-ipad-question; } -.#{$ti-prefix}-device-ipad-search:before { content: $ti-icon-device-ipad-search; } -.#{$ti-prefix}-device-ipad-share:before { content: $ti-icon-device-ipad-share; } -.#{$ti-prefix}-device-ipad-star:before { content: $ti-icon-device-ipad-star; } -.#{$ti-prefix}-device-ipad-up:before { content: $ti-icon-device-ipad-up; } -.#{$ti-prefix}-device-ipad-x:before { content: $ti-icon-device-ipad-x; } -.#{$ti-prefix}-device-landline-phone:before { content: $ti-icon-device-landline-phone; } -.#{$ti-prefix}-device-laptop:before { content: $ti-icon-device-laptop; } -.#{$ti-prefix}-device-laptop-off:before { content: $ti-icon-device-laptop-off; } -.#{$ti-prefix}-device-mobile:before { content: $ti-icon-device-mobile; } -.#{$ti-prefix}-device-mobile-bolt:before { content: $ti-icon-device-mobile-bolt; } -.#{$ti-prefix}-device-mobile-cancel:before { content: $ti-icon-device-mobile-cancel; } -.#{$ti-prefix}-device-mobile-charging:before { content: $ti-icon-device-mobile-charging; } -.#{$ti-prefix}-device-mobile-check:before { content: $ti-icon-device-mobile-check; } -.#{$ti-prefix}-device-mobile-code:before { content: $ti-icon-device-mobile-code; } -.#{$ti-prefix}-device-mobile-cog:before { content: $ti-icon-device-mobile-cog; } -.#{$ti-prefix}-device-mobile-dollar:before { content: $ti-icon-device-mobile-dollar; } -.#{$ti-prefix}-device-mobile-down:before { content: $ti-icon-device-mobile-down; } -.#{$ti-prefix}-device-mobile-exclamation:before { content: $ti-icon-device-mobile-exclamation; } -.#{$ti-prefix}-device-mobile-filled:before { content: $ti-icon-device-mobile-filled; } -.#{$ti-prefix}-device-mobile-heart:before { content: $ti-icon-device-mobile-heart; } -.#{$ti-prefix}-device-mobile-message:before { content: $ti-icon-device-mobile-message; } -.#{$ti-prefix}-device-mobile-minus:before { content: $ti-icon-device-mobile-minus; } -.#{$ti-prefix}-device-mobile-off:before { content: $ti-icon-device-mobile-off; } -.#{$ti-prefix}-device-mobile-pause:before { content: $ti-icon-device-mobile-pause; } -.#{$ti-prefix}-device-mobile-pin:before { content: $ti-icon-device-mobile-pin; } -.#{$ti-prefix}-device-mobile-plus:before { content: $ti-icon-device-mobile-plus; } -.#{$ti-prefix}-device-mobile-question:before { content: $ti-icon-device-mobile-question; } -.#{$ti-prefix}-device-mobile-rotated:before { content: $ti-icon-device-mobile-rotated; } -.#{$ti-prefix}-device-mobile-search:before { content: $ti-icon-device-mobile-search; } -.#{$ti-prefix}-device-mobile-share:before { content: $ti-icon-device-mobile-share; } -.#{$ti-prefix}-device-mobile-star:before { content: $ti-icon-device-mobile-star; } -.#{$ti-prefix}-device-mobile-up:before { content: $ti-icon-device-mobile-up; } -.#{$ti-prefix}-device-mobile-vibration:before { content: $ti-icon-device-mobile-vibration; } -.#{$ti-prefix}-device-mobile-x:before { content: $ti-icon-device-mobile-x; } -.#{$ti-prefix}-device-nintendo:before { content: $ti-icon-device-nintendo; } -.#{$ti-prefix}-device-nintendo-off:before { content: $ti-icon-device-nintendo-off; } -.#{$ti-prefix}-device-projector:before { content: $ti-icon-device-projector; } -.#{$ti-prefix}-device-remote:before { content: $ti-icon-device-remote; } -.#{$ti-prefix}-device-sd-card:before { content: $ti-icon-device-sd-card; } -.#{$ti-prefix}-device-sim:before { content: $ti-icon-device-sim; } -.#{$ti-prefix}-device-sim-1:before { content: $ti-icon-device-sim-1; } -.#{$ti-prefix}-device-sim-2:before { content: $ti-icon-device-sim-2; } -.#{$ti-prefix}-device-sim-3:before { content: $ti-icon-device-sim-3; } -.#{$ti-prefix}-device-speaker:before { content: $ti-icon-device-speaker; } -.#{$ti-prefix}-device-speaker-off:before { content: $ti-icon-device-speaker-off; } -.#{$ti-prefix}-device-tablet:before { content: $ti-icon-device-tablet; } -.#{$ti-prefix}-device-tablet-bolt:before { content: $ti-icon-device-tablet-bolt; } -.#{$ti-prefix}-device-tablet-cancel:before { content: $ti-icon-device-tablet-cancel; } -.#{$ti-prefix}-device-tablet-check:before { content: $ti-icon-device-tablet-check; } -.#{$ti-prefix}-device-tablet-code:before { content: $ti-icon-device-tablet-code; } -.#{$ti-prefix}-device-tablet-cog:before { content: $ti-icon-device-tablet-cog; } -.#{$ti-prefix}-device-tablet-dollar:before { content: $ti-icon-device-tablet-dollar; } -.#{$ti-prefix}-device-tablet-down:before { content: $ti-icon-device-tablet-down; } -.#{$ti-prefix}-device-tablet-exclamation:before { content: $ti-icon-device-tablet-exclamation; } -.#{$ti-prefix}-device-tablet-filled:before { content: $ti-icon-device-tablet-filled; } -.#{$ti-prefix}-device-tablet-heart:before { content: $ti-icon-device-tablet-heart; } -.#{$ti-prefix}-device-tablet-minus:before { content: $ti-icon-device-tablet-minus; } -.#{$ti-prefix}-device-tablet-off:before { content: $ti-icon-device-tablet-off; } -.#{$ti-prefix}-device-tablet-pause:before { content: $ti-icon-device-tablet-pause; } -.#{$ti-prefix}-device-tablet-pin:before { content: $ti-icon-device-tablet-pin; } -.#{$ti-prefix}-device-tablet-plus:before { content: $ti-icon-device-tablet-plus; } -.#{$ti-prefix}-device-tablet-question:before { content: $ti-icon-device-tablet-question; } -.#{$ti-prefix}-device-tablet-search:before { content: $ti-icon-device-tablet-search; } -.#{$ti-prefix}-device-tablet-share:before { content: $ti-icon-device-tablet-share; } -.#{$ti-prefix}-device-tablet-star:before { content: $ti-icon-device-tablet-star; } -.#{$ti-prefix}-device-tablet-up:before { content: $ti-icon-device-tablet-up; } -.#{$ti-prefix}-device-tablet-x:before { content: $ti-icon-device-tablet-x; } -.#{$ti-prefix}-device-tv:before { content: $ti-icon-device-tv; } -.#{$ti-prefix}-device-tv-off:before { content: $ti-icon-device-tv-off; } -.#{$ti-prefix}-device-tv-old:before { content: $ti-icon-device-tv-old; } -.#{$ti-prefix}-device-usb:before { content: $ti-icon-device-usb; } -.#{$ti-prefix}-device-vision-pro:before { content: $ti-icon-device-vision-pro; } -.#{$ti-prefix}-device-watch:before { content: $ti-icon-device-watch; } -.#{$ti-prefix}-device-watch-bolt:before { content: $ti-icon-device-watch-bolt; } -.#{$ti-prefix}-device-watch-cancel:before { content: $ti-icon-device-watch-cancel; } -.#{$ti-prefix}-device-watch-check:before { content: $ti-icon-device-watch-check; } -.#{$ti-prefix}-device-watch-code:before { content: $ti-icon-device-watch-code; } -.#{$ti-prefix}-device-watch-cog:before { content: $ti-icon-device-watch-cog; } -.#{$ti-prefix}-device-watch-dollar:before { content: $ti-icon-device-watch-dollar; } -.#{$ti-prefix}-device-watch-down:before { content: $ti-icon-device-watch-down; } -.#{$ti-prefix}-device-watch-exclamation:before { content: $ti-icon-device-watch-exclamation; } -.#{$ti-prefix}-device-watch-heart:before { content: $ti-icon-device-watch-heart; } -.#{$ti-prefix}-device-watch-minus:before { content: $ti-icon-device-watch-minus; } -.#{$ti-prefix}-device-watch-off:before { content: $ti-icon-device-watch-off; } -.#{$ti-prefix}-device-watch-pause:before { content: $ti-icon-device-watch-pause; } -.#{$ti-prefix}-device-watch-pin:before { content: $ti-icon-device-watch-pin; } -.#{$ti-prefix}-device-watch-plus:before { content: $ti-icon-device-watch-plus; } -.#{$ti-prefix}-device-watch-question:before { content: $ti-icon-device-watch-question; } -.#{$ti-prefix}-device-watch-search:before { content: $ti-icon-device-watch-search; } -.#{$ti-prefix}-device-watch-share:before { content: $ti-icon-device-watch-share; } -.#{$ti-prefix}-device-watch-star:before { content: $ti-icon-device-watch-star; } -.#{$ti-prefix}-device-watch-stats:before { content: $ti-icon-device-watch-stats; } -.#{$ti-prefix}-device-watch-stats-2:before { content: $ti-icon-device-watch-stats-2; } -.#{$ti-prefix}-device-watch-up:before { content: $ti-icon-device-watch-up; } -.#{$ti-prefix}-device-watch-x:before { content: $ti-icon-device-watch-x; } -.#{$ti-prefix}-devices:before { content: $ti-icon-devices; } -.#{$ti-prefix}-devices-2:before { content: $ti-icon-devices-2; } -.#{$ti-prefix}-devices-bolt:before { content: $ti-icon-devices-bolt; } -.#{$ti-prefix}-devices-cancel:before { content: $ti-icon-devices-cancel; } -.#{$ti-prefix}-devices-check:before { content: $ti-icon-devices-check; } -.#{$ti-prefix}-devices-code:before { content: $ti-icon-devices-code; } -.#{$ti-prefix}-devices-cog:before { content: $ti-icon-devices-cog; } -.#{$ti-prefix}-devices-dollar:before { content: $ti-icon-devices-dollar; } -.#{$ti-prefix}-devices-down:before { content: $ti-icon-devices-down; } -.#{$ti-prefix}-devices-exclamation:before { content: $ti-icon-devices-exclamation; } -.#{$ti-prefix}-devices-heart:before { content: $ti-icon-devices-heart; } -.#{$ti-prefix}-devices-minus:before { content: $ti-icon-devices-minus; } -.#{$ti-prefix}-devices-off:before { content: $ti-icon-devices-off; } -.#{$ti-prefix}-devices-pause:before { content: $ti-icon-devices-pause; } -.#{$ti-prefix}-devices-pc:before { content: $ti-icon-devices-pc; } -.#{$ti-prefix}-devices-pc-off:before { content: $ti-icon-devices-pc-off; } -.#{$ti-prefix}-devices-pin:before { content: $ti-icon-devices-pin; } -.#{$ti-prefix}-devices-plus:before { content: $ti-icon-devices-plus; } -.#{$ti-prefix}-devices-question:before { content: $ti-icon-devices-question; } -.#{$ti-prefix}-devices-search:before { content: $ti-icon-devices-search; } -.#{$ti-prefix}-devices-share:before { content: $ti-icon-devices-share; } -.#{$ti-prefix}-devices-star:before { content: $ti-icon-devices-star; } -.#{$ti-prefix}-devices-up:before { content: $ti-icon-devices-up; } -.#{$ti-prefix}-devices-x:before { content: $ti-icon-devices-x; } -.#{$ti-prefix}-diabolo:before { content: $ti-icon-diabolo; } -.#{$ti-prefix}-diabolo-off:before { content: $ti-icon-diabolo-off; } -.#{$ti-prefix}-diabolo-plus:before { content: $ti-icon-diabolo-plus; } -.#{$ti-prefix}-dialpad:before { content: $ti-icon-dialpad; } -.#{$ti-prefix}-dialpad-filled:before { content: $ti-icon-dialpad-filled; } -.#{$ti-prefix}-dialpad-off:before { content: $ti-icon-dialpad-off; } -.#{$ti-prefix}-diamond:before { content: $ti-icon-diamond; } -.#{$ti-prefix}-diamond-filled:before { content: $ti-icon-diamond-filled; } -.#{$ti-prefix}-diamond-off:before { content: $ti-icon-diamond-off; } -.#{$ti-prefix}-diamonds:before { content: $ti-icon-diamonds; } -.#{$ti-prefix}-diamonds-filled:before { content: $ti-icon-diamonds-filled; } -.#{$ti-prefix}-dice:before { content: $ti-icon-dice; } -.#{$ti-prefix}-dice-1:before { content: $ti-icon-dice-1; } -.#{$ti-prefix}-dice-1-filled:before { content: $ti-icon-dice-1-filled; } -.#{$ti-prefix}-dice-2:before { content: $ti-icon-dice-2; } -.#{$ti-prefix}-dice-2-filled:before { content: $ti-icon-dice-2-filled; } -.#{$ti-prefix}-dice-3:before { content: $ti-icon-dice-3; } -.#{$ti-prefix}-dice-3-filled:before { content: $ti-icon-dice-3-filled; } -.#{$ti-prefix}-dice-4:before { content: $ti-icon-dice-4; } -.#{$ti-prefix}-dice-4-filled:before { content: $ti-icon-dice-4-filled; } -.#{$ti-prefix}-dice-5:before { content: $ti-icon-dice-5; } -.#{$ti-prefix}-dice-5-filled:before { content: $ti-icon-dice-5-filled; } -.#{$ti-prefix}-dice-6:before { content: $ti-icon-dice-6; } -.#{$ti-prefix}-dice-6-filled:before { content: $ti-icon-dice-6-filled; } -.#{$ti-prefix}-dice-filled:before { content: $ti-icon-dice-filled; } -.#{$ti-prefix}-dimensions:before { content: $ti-icon-dimensions; } -.#{$ti-prefix}-direction:before { content: $ti-icon-direction; } -.#{$ti-prefix}-direction-arrows:before { content: $ti-icon-direction-arrows; } -.#{$ti-prefix}-direction-horizontal:before { content: $ti-icon-direction-horizontal; } -.#{$ti-prefix}-direction-sign:before { content: $ti-icon-direction-sign; } -.#{$ti-prefix}-direction-sign-filled:before { content: $ti-icon-direction-sign-filled; } -.#{$ti-prefix}-direction-sign-off:before { content: $ti-icon-direction-sign-off; } -.#{$ti-prefix}-directions:before { content: $ti-icon-directions; } -.#{$ti-prefix}-directions-off:before { content: $ti-icon-directions-off; } -.#{$ti-prefix}-disabled:before { content: $ti-icon-disabled; } -.#{$ti-prefix}-disabled-2:before { content: $ti-icon-disabled-2; } -.#{$ti-prefix}-disabled-off:before { content: $ti-icon-disabled-off; } -.#{$ti-prefix}-disc:before { content: $ti-icon-disc; } -.#{$ti-prefix}-disc-golf:before { content: $ti-icon-disc-golf; } -.#{$ti-prefix}-disc-off:before { content: $ti-icon-disc-off; } -.#{$ti-prefix}-discount:before { content: $ti-icon-discount; } -.#{$ti-prefix}-discount-2:before { content: $ti-icon-discount-2; } -.#{$ti-prefix}-discount-2-off:before { content: $ti-icon-discount-2-off; } -.#{$ti-prefix}-discount-check:before { content: $ti-icon-discount-check; } -.#{$ti-prefix}-discount-check-filled:before { content: $ti-icon-discount-check-filled; } -.#{$ti-prefix}-discount-off:before { content: $ti-icon-discount-off; } -.#{$ti-prefix}-divide:before { content: $ti-icon-divide; } -.#{$ti-prefix}-dna:before { content: $ti-icon-dna; } -.#{$ti-prefix}-dna-2:before { content: $ti-icon-dna-2; } -.#{$ti-prefix}-dna-2-off:before { content: $ti-icon-dna-2-off; } -.#{$ti-prefix}-dna-off:before { content: $ti-icon-dna-off; } -.#{$ti-prefix}-dog:before { content: $ti-icon-dog; } -.#{$ti-prefix}-dog-bowl:before { content: $ti-icon-dog-bowl; } -.#{$ti-prefix}-door:before { content: $ti-icon-door; } -.#{$ti-prefix}-door-enter:before { content: $ti-icon-door-enter; } -.#{$ti-prefix}-door-exit:before { content: $ti-icon-door-exit; } -.#{$ti-prefix}-door-off:before { content: $ti-icon-door-off; } -.#{$ti-prefix}-dots:before { content: $ti-icon-dots; } -.#{$ti-prefix}-dots-circle-horizontal:before { content: $ti-icon-dots-circle-horizontal; } -.#{$ti-prefix}-dots-diagonal:before { content: $ti-icon-dots-diagonal; } -.#{$ti-prefix}-dots-diagonal-2:before { content: $ti-icon-dots-diagonal-2; } -.#{$ti-prefix}-dots-vertical:before { content: $ti-icon-dots-vertical; } -.#{$ti-prefix}-download:before { content: $ti-icon-download; } -.#{$ti-prefix}-download-off:before { content: $ti-icon-download-off; } -.#{$ti-prefix}-drag-drop:before { content: $ti-icon-drag-drop; } -.#{$ti-prefix}-drag-drop-2:before { content: $ti-icon-drag-drop-2; } -.#{$ti-prefix}-drone:before { content: $ti-icon-drone; } -.#{$ti-prefix}-drone-off:before { content: $ti-icon-drone-off; } -.#{$ti-prefix}-drop-circle:before { content: $ti-icon-drop-circle; } -.#{$ti-prefix}-droplet:before { content: $ti-icon-droplet; } -.#{$ti-prefix}-droplet-bolt:before { content: $ti-icon-droplet-bolt; } -.#{$ti-prefix}-droplet-cancel:before { content: $ti-icon-droplet-cancel; } -.#{$ti-prefix}-droplet-check:before { content: $ti-icon-droplet-check; } -.#{$ti-prefix}-droplet-code:before { content: $ti-icon-droplet-code; } -.#{$ti-prefix}-droplet-cog:before { content: $ti-icon-droplet-cog; } -.#{$ti-prefix}-droplet-dollar:before { content: $ti-icon-droplet-dollar; } -.#{$ti-prefix}-droplet-down:before { content: $ti-icon-droplet-down; } -.#{$ti-prefix}-droplet-exclamation:before { content: $ti-icon-droplet-exclamation; } -.#{$ti-prefix}-droplet-filled:before { content: $ti-icon-droplet-filled; } -.#{$ti-prefix}-droplet-half:before { content: $ti-icon-droplet-half; } -.#{$ti-prefix}-droplet-half-2:before { content: $ti-icon-droplet-half-2; } -.#{$ti-prefix}-droplet-half-2-filled:before { content: $ti-icon-droplet-half-2-filled; } -.#{$ti-prefix}-droplet-half-filled:before { content: $ti-icon-droplet-half-filled; } -.#{$ti-prefix}-droplet-heart:before { content: $ti-icon-droplet-heart; } -.#{$ti-prefix}-droplet-minus:before { content: $ti-icon-droplet-minus; } -.#{$ti-prefix}-droplet-off:before { content: $ti-icon-droplet-off; } -.#{$ti-prefix}-droplet-pause:before { content: $ti-icon-droplet-pause; } -.#{$ti-prefix}-droplet-pin:before { content: $ti-icon-droplet-pin; } -.#{$ti-prefix}-droplet-plus:before { content: $ti-icon-droplet-plus; } -.#{$ti-prefix}-droplet-question:before { content: $ti-icon-droplet-question; } -.#{$ti-prefix}-droplet-search:before { content: $ti-icon-droplet-search; } -.#{$ti-prefix}-droplet-share:before { content: $ti-icon-droplet-share; } -.#{$ti-prefix}-droplet-star:before { content: $ti-icon-droplet-star; } -.#{$ti-prefix}-droplet-up:before { content: $ti-icon-droplet-up; } -.#{$ti-prefix}-droplet-x:before { content: $ti-icon-droplet-x; } -.#{$ti-prefix}-droplets:before { content: $ti-icon-droplets; } -.#{$ti-prefix}-dual-screen:before { content: $ti-icon-dual-screen; } -.#{$ti-prefix}-e-passport:before { content: $ti-icon-e-passport; } -.#{$ti-prefix}-ear:before { content: $ti-icon-ear; } -.#{$ti-prefix}-ear-off:before { content: $ti-icon-ear-off; } -.#{$ti-prefix}-ear-scan:before { content: $ti-icon-ear-scan; } -.#{$ti-prefix}-ease-in:before { content: $ti-icon-ease-in; } -.#{$ti-prefix}-ease-in-control-point:before { content: $ti-icon-ease-in-control-point; } -.#{$ti-prefix}-ease-in-out:before { content: $ti-icon-ease-in-out; } -.#{$ti-prefix}-ease-in-out-control-points:before { content: $ti-icon-ease-in-out-control-points; } -.#{$ti-prefix}-ease-out:before { content: $ti-icon-ease-out; } -.#{$ti-prefix}-ease-out-control-point:before { content: $ti-icon-ease-out-control-point; } -.#{$ti-prefix}-edit:before { content: $ti-icon-edit; } -.#{$ti-prefix}-edit-circle:before { content: $ti-icon-edit-circle; } -.#{$ti-prefix}-edit-circle-off:before { content: $ti-icon-edit-circle-off; } -.#{$ti-prefix}-edit-off:before { content: $ti-icon-edit-off; } -.#{$ti-prefix}-egg:before { content: $ti-icon-egg; } -.#{$ti-prefix}-egg-cracked:before { content: $ti-icon-egg-cracked; } -.#{$ti-prefix}-egg-filled:before { content: $ti-icon-egg-filled; } -.#{$ti-prefix}-egg-fried:before { content: $ti-icon-egg-fried; } -.#{$ti-prefix}-egg-off:before { content: $ti-icon-egg-off; } -.#{$ti-prefix}-eggs:before { content: $ti-icon-eggs; } -.#{$ti-prefix}-elevator:before { content: $ti-icon-elevator; } -.#{$ti-prefix}-elevator-off:before { content: $ti-icon-elevator-off; } -.#{$ti-prefix}-emergency-bed:before { content: $ti-icon-emergency-bed; } -.#{$ti-prefix}-empathize:before { content: $ti-icon-empathize; } -.#{$ti-prefix}-empathize-off:before { content: $ti-icon-empathize-off; } -.#{$ti-prefix}-emphasis:before { content: $ti-icon-emphasis; } -.#{$ti-prefix}-engine:before { content: $ti-icon-engine; } -.#{$ti-prefix}-engine-off:before { content: $ti-icon-engine-off; } -.#{$ti-prefix}-equal:before { content: $ti-icon-equal; } -.#{$ti-prefix}-equal-double:before { content: $ti-icon-equal-double; } -.#{$ti-prefix}-equal-not:before { content: $ti-icon-equal-not; } -.#{$ti-prefix}-eraser:before { content: $ti-icon-eraser; } -.#{$ti-prefix}-eraser-off:before { content: $ti-icon-eraser-off; } -.#{$ti-prefix}-error-404:before { content: $ti-icon-error-404; } -.#{$ti-prefix}-error-404-off:before { content: $ti-icon-error-404-off; } -.#{$ti-prefix}-escalator:before { content: $ti-icon-escalator; } -.#{$ti-prefix}-escalator-down:before { content: $ti-icon-escalator-down; } -.#{$ti-prefix}-escalator-up:before { content: $ti-icon-escalator-up; } -.#{$ti-prefix}-exchange:before { content: $ti-icon-exchange; } -.#{$ti-prefix}-exchange-off:before { content: $ti-icon-exchange-off; } -.#{$ti-prefix}-exclamation-circle:before { content: $ti-icon-exclamation-circle; } -.#{$ti-prefix}-exclamation-mark:before { content: $ti-icon-exclamation-mark; } -.#{$ti-prefix}-exclamation-mark-off:before { content: $ti-icon-exclamation-mark-off; } -.#{$ti-prefix}-explicit:before { content: $ti-icon-explicit; } -.#{$ti-prefix}-explicit-off:before { content: $ti-icon-explicit-off; } -.#{$ti-prefix}-exposure:before { content: $ti-icon-exposure; } -.#{$ti-prefix}-exposure-0:before { content: $ti-icon-exposure-0; } -.#{$ti-prefix}-exposure-minus-1:before { content: $ti-icon-exposure-minus-1; } -.#{$ti-prefix}-exposure-minus-2:before { content: $ti-icon-exposure-minus-2; } -.#{$ti-prefix}-exposure-off:before { content: $ti-icon-exposure-off; } -.#{$ti-prefix}-exposure-plus-1:before { content: $ti-icon-exposure-plus-1; } -.#{$ti-prefix}-exposure-plus-2:before { content: $ti-icon-exposure-plus-2; } -.#{$ti-prefix}-external-link:before { content: $ti-icon-external-link; } -.#{$ti-prefix}-external-link-off:before { content: $ti-icon-external-link-off; } -.#{$ti-prefix}-eye:before { content: $ti-icon-eye; } -.#{$ti-prefix}-eye-bolt:before { content: $ti-icon-eye-bolt; } -.#{$ti-prefix}-eye-cancel:before { content: $ti-icon-eye-cancel; } -.#{$ti-prefix}-eye-check:before { content: $ti-icon-eye-check; } -.#{$ti-prefix}-eye-closed:before { content: $ti-icon-eye-closed; } -.#{$ti-prefix}-eye-code:before { content: $ti-icon-eye-code; } -.#{$ti-prefix}-eye-cog:before { content: $ti-icon-eye-cog; } -.#{$ti-prefix}-eye-discount:before { content: $ti-icon-eye-discount; } -.#{$ti-prefix}-eye-dollar:before { content: $ti-icon-eye-dollar; } -.#{$ti-prefix}-eye-down:before { content: $ti-icon-eye-down; } -.#{$ti-prefix}-eye-edit:before { content: $ti-icon-eye-edit; } -.#{$ti-prefix}-eye-exclamation:before { content: $ti-icon-eye-exclamation; } -.#{$ti-prefix}-eye-filled:before { content: $ti-icon-eye-filled; } -.#{$ti-prefix}-eye-heart:before { content: $ti-icon-eye-heart; } -.#{$ti-prefix}-eye-minus:before { content: $ti-icon-eye-minus; } -.#{$ti-prefix}-eye-off:before { content: $ti-icon-eye-off; } -.#{$ti-prefix}-eye-pause:before { content: $ti-icon-eye-pause; } -.#{$ti-prefix}-eye-pin:before { content: $ti-icon-eye-pin; } -.#{$ti-prefix}-eye-plus:before { content: $ti-icon-eye-plus; } -.#{$ti-prefix}-eye-question:before { content: $ti-icon-eye-question; } -.#{$ti-prefix}-eye-search:before { content: $ti-icon-eye-search; } -.#{$ti-prefix}-eye-share:before { content: $ti-icon-eye-share; } -.#{$ti-prefix}-eye-star:before { content: $ti-icon-eye-star; } -.#{$ti-prefix}-eye-table:before { content: $ti-icon-eye-table; } -.#{$ti-prefix}-eye-up:before { content: $ti-icon-eye-up; } -.#{$ti-prefix}-eye-x:before { content: $ti-icon-eye-x; } -.#{$ti-prefix}-eyeglass:before { content: $ti-icon-eyeglass; } -.#{$ti-prefix}-eyeglass-2:before { content: $ti-icon-eyeglass-2; } -.#{$ti-prefix}-eyeglass-off:before { content: $ti-icon-eyeglass-off; } -.#{$ti-prefix}-face-id:before { content: $ti-icon-face-id; } -.#{$ti-prefix}-face-id-error:before { content: $ti-icon-face-id-error; } -.#{$ti-prefix}-face-mask:before { content: $ti-icon-face-mask; } -.#{$ti-prefix}-face-mask-off:before { content: $ti-icon-face-mask-off; } -.#{$ti-prefix}-fall:before { content: $ti-icon-fall; } -.#{$ti-prefix}-favicon:before { content: $ti-icon-favicon; } -.#{$ti-prefix}-feather:before { content: $ti-icon-feather; } -.#{$ti-prefix}-feather-off:before { content: $ti-icon-feather-off; } -.#{$ti-prefix}-fence:before { content: $ti-icon-fence; } -.#{$ti-prefix}-fence-off:before { content: $ti-icon-fence-off; } -.#{$ti-prefix}-fidget-spinner:before { content: $ti-icon-fidget-spinner; } -.#{$ti-prefix}-file:before { content: $ti-icon-file; } -.#{$ti-prefix}-file-3d:before { content: $ti-icon-file-3d; } -.#{$ti-prefix}-file-alert:before { content: $ti-icon-file-alert; } -.#{$ti-prefix}-file-analytics:before { content: $ti-icon-file-analytics; } -.#{$ti-prefix}-file-arrow-left:before { content: $ti-icon-file-arrow-left; } -.#{$ti-prefix}-file-arrow-right:before { content: $ti-icon-file-arrow-right; } -.#{$ti-prefix}-file-barcode:before { content: $ti-icon-file-barcode; } -.#{$ti-prefix}-file-broken:before { content: $ti-icon-file-broken; } -.#{$ti-prefix}-file-certificate:before { content: $ti-icon-file-certificate; } -.#{$ti-prefix}-file-chart:before { content: $ti-icon-file-chart; } -.#{$ti-prefix}-file-check:before { content: $ti-icon-file-check; } -.#{$ti-prefix}-file-code:before { content: $ti-icon-file-code; } -.#{$ti-prefix}-file-code-2:before { content: $ti-icon-file-code-2; } -.#{$ti-prefix}-file-cv:before { content: $ti-icon-file-cv; } -.#{$ti-prefix}-file-database:before { content: $ti-icon-file-database; } -.#{$ti-prefix}-file-delta:before { content: $ti-icon-file-delta; } -.#{$ti-prefix}-file-description:before { content: $ti-icon-file-description; } -.#{$ti-prefix}-file-diff:before { content: $ti-icon-file-diff; } -.#{$ti-prefix}-file-digit:before { content: $ti-icon-file-digit; } -.#{$ti-prefix}-file-dislike:before { content: $ti-icon-file-dislike; } -.#{$ti-prefix}-file-dollar:before { content: $ti-icon-file-dollar; } -.#{$ti-prefix}-file-dots:before { content: $ti-icon-file-dots; } -.#{$ti-prefix}-file-download:before { content: $ti-icon-file-download; } -.#{$ti-prefix}-file-euro:before { content: $ti-icon-file-euro; } -.#{$ti-prefix}-file-export:before { content: $ti-icon-file-export; } -.#{$ti-prefix}-file-filled:before { content: $ti-icon-file-filled; } -.#{$ti-prefix}-file-function:before { content: $ti-icon-file-function; } -.#{$ti-prefix}-file-horizontal:before { content: $ti-icon-file-horizontal; } -.#{$ti-prefix}-file-import:before { content: $ti-icon-file-import; } -.#{$ti-prefix}-file-infinity:before { content: $ti-icon-file-infinity; } -.#{$ti-prefix}-file-info:before { content: $ti-icon-file-info; } -.#{$ti-prefix}-file-invoice:before { content: $ti-icon-file-invoice; } -.#{$ti-prefix}-file-lambda:before { content: $ti-icon-file-lambda; } -.#{$ti-prefix}-file-like:before { content: $ti-icon-file-like; } -.#{$ti-prefix}-file-minus:before { content: $ti-icon-file-minus; } -.#{$ti-prefix}-file-music:before { content: $ti-icon-file-music; } -.#{$ti-prefix}-file-neutral:before { content: $ti-icon-file-neutral; } -.#{$ti-prefix}-file-off:before { content: $ti-icon-file-off; } -.#{$ti-prefix}-file-orientation:before { content: $ti-icon-file-orientation; } -.#{$ti-prefix}-file-pencil:before { content: $ti-icon-file-pencil; } -.#{$ti-prefix}-file-percent:before { content: $ti-icon-file-percent; } -.#{$ti-prefix}-file-phone:before { content: $ti-icon-file-phone; } -.#{$ti-prefix}-file-plus:before { content: $ti-icon-file-plus; } -.#{$ti-prefix}-file-power:before { content: $ti-icon-file-power; } -.#{$ti-prefix}-file-report:before { content: $ti-icon-file-report; } -.#{$ti-prefix}-file-rss:before { content: $ti-icon-file-rss; } -.#{$ti-prefix}-file-sad:before { content: $ti-icon-file-sad; } -.#{$ti-prefix}-file-scissors:before { content: $ti-icon-file-scissors; } -.#{$ti-prefix}-file-search:before { content: $ti-icon-file-search; } -.#{$ti-prefix}-file-settings:before { content: $ti-icon-file-settings; } -.#{$ti-prefix}-file-shredder:before { content: $ti-icon-file-shredder; } -.#{$ti-prefix}-file-signal:before { content: $ti-icon-file-signal; } -.#{$ti-prefix}-file-smile:before { content: $ti-icon-file-smile; } -.#{$ti-prefix}-file-spreadsheet:before { content: $ti-icon-file-spreadsheet; } -.#{$ti-prefix}-file-stack:before { content: $ti-icon-file-stack; } -.#{$ti-prefix}-file-star:before { content: $ti-icon-file-star; } -.#{$ti-prefix}-file-symlink:before { content: $ti-icon-file-symlink; } -.#{$ti-prefix}-file-text:before { content: $ti-icon-file-text; } -.#{$ti-prefix}-file-text-ai:before { content: $ti-icon-file-text-ai; } -.#{$ti-prefix}-file-time:before { content: $ti-icon-file-time; } -.#{$ti-prefix}-file-type-bmp:before { content: $ti-icon-file-type-bmp; } -.#{$ti-prefix}-file-type-css:before { content: $ti-icon-file-type-css; } -.#{$ti-prefix}-file-type-csv:before { content: $ti-icon-file-type-csv; } -.#{$ti-prefix}-file-type-doc:before { content: $ti-icon-file-type-doc; } -.#{$ti-prefix}-file-type-docx:before { content: $ti-icon-file-type-docx; } -.#{$ti-prefix}-file-type-html:before { content: $ti-icon-file-type-html; } -.#{$ti-prefix}-file-type-jpg:before { content: $ti-icon-file-type-jpg; } -.#{$ti-prefix}-file-type-js:before { content: $ti-icon-file-type-js; } -.#{$ti-prefix}-file-type-jsx:before { content: $ti-icon-file-type-jsx; } -.#{$ti-prefix}-file-type-pdf:before { content: $ti-icon-file-type-pdf; } -.#{$ti-prefix}-file-type-php:before { content: $ti-icon-file-type-php; } -.#{$ti-prefix}-file-type-png:before { content: $ti-icon-file-type-png; } -.#{$ti-prefix}-file-type-ppt:before { content: $ti-icon-file-type-ppt; } -.#{$ti-prefix}-file-type-rs:before { content: $ti-icon-file-type-rs; } -.#{$ti-prefix}-file-type-sql:before { content: $ti-icon-file-type-sql; } -.#{$ti-prefix}-file-type-svg:before { content: $ti-icon-file-type-svg; } -.#{$ti-prefix}-file-type-ts:before { content: $ti-icon-file-type-ts; } -.#{$ti-prefix}-file-type-tsx:before { content: $ti-icon-file-type-tsx; } -.#{$ti-prefix}-file-type-txt:before { content: $ti-icon-file-type-txt; } -.#{$ti-prefix}-file-type-vue:before { content: $ti-icon-file-type-vue; } -.#{$ti-prefix}-file-type-xls:before { content: $ti-icon-file-type-xls; } -.#{$ti-prefix}-file-type-xml:before { content: $ti-icon-file-type-xml; } -.#{$ti-prefix}-file-type-zip:before { content: $ti-icon-file-type-zip; } -.#{$ti-prefix}-file-typography:before { content: $ti-icon-file-typography; } -.#{$ti-prefix}-file-unknown:before { content: $ti-icon-file-unknown; } -.#{$ti-prefix}-file-upload:before { content: $ti-icon-file-upload; } -.#{$ti-prefix}-file-vector:before { content: $ti-icon-file-vector; } -.#{$ti-prefix}-file-x:before { content: $ti-icon-file-x; } -.#{$ti-prefix}-file-x-filled:before { content: $ti-icon-file-x-filled; } -.#{$ti-prefix}-file-zip:before { content: $ti-icon-file-zip; } -.#{$ti-prefix}-files:before { content: $ti-icon-files; } -.#{$ti-prefix}-files-off:before { content: $ti-icon-files-off; } -.#{$ti-prefix}-filter:before { content: $ti-icon-filter; } -.#{$ti-prefix}-filter-bolt:before { content: $ti-icon-filter-bolt; } -.#{$ti-prefix}-filter-cancel:before { content: $ti-icon-filter-cancel; } -.#{$ti-prefix}-filter-check:before { content: $ti-icon-filter-check; } -.#{$ti-prefix}-filter-code:before { content: $ti-icon-filter-code; } -.#{$ti-prefix}-filter-cog:before { content: $ti-icon-filter-cog; } -.#{$ti-prefix}-filter-discount:before { content: $ti-icon-filter-discount; } -.#{$ti-prefix}-filter-dollar:before { content: $ti-icon-filter-dollar; } -.#{$ti-prefix}-filter-down:before { content: $ti-icon-filter-down; } -.#{$ti-prefix}-filter-edit:before { content: $ti-icon-filter-edit; } -.#{$ti-prefix}-filter-exclamation:before { content: $ti-icon-filter-exclamation; } -.#{$ti-prefix}-filter-filled:before { content: $ti-icon-filter-filled; } -.#{$ti-prefix}-filter-heart:before { content: $ti-icon-filter-heart; } -.#{$ti-prefix}-filter-minus:before { content: $ti-icon-filter-minus; } -.#{$ti-prefix}-filter-off:before { content: $ti-icon-filter-off; } -.#{$ti-prefix}-filter-pause:before { content: $ti-icon-filter-pause; } -.#{$ti-prefix}-filter-pin:before { content: $ti-icon-filter-pin; } -.#{$ti-prefix}-filter-plus:before { content: $ti-icon-filter-plus; } -.#{$ti-prefix}-filter-question:before { content: $ti-icon-filter-question; } -.#{$ti-prefix}-filter-search:before { content: $ti-icon-filter-search; } -.#{$ti-prefix}-filter-share:before { content: $ti-icon-filter-share; } -.#{$ti-prefix}-filter-star:before { content: $ti-icon-filter-star; } -.#{$ti-prefix}-filter-up:before { content: $ti-icon-filter-up; } -.#{$ti-prefix}-filter-x:before { content: $ti-icon-filter-x; } -.#{$ti-prefix}-filters:before { content: $ti-icon-filters; } -.#{$ti-prefix}-fingerprint:before { content: $ti-icon-fingerprint; } -.#{$ti-prefix}-fingerprint-off:before { content: $ti-icon-fingerprint-off; } -.#{$ti-prefix}-fingerprint-scan:before { content: $ti-icon-fingerprint-scan; } -.#{$ti-prefix}-fire-extinguisher:before { content: $ti-icon-fire-extinguisher; } -.#{$ti-prefix}-fire-hydrant:before { content: $ti-icon-fire-hydrant; } -.#{$ti-prefix}-fire-hydrant-off:before { content: $ti-icon-fire-hydrant-off; } -.#{$ti-prefix}-firetruck:before { content: $ti-icon-firetruck; } -.#{$ti-prefix}-first-aid-kit:before { content: $ti-icon-first-aid-kit; } -.#{$ti-prefix}-first-aid-kit-off:before { content: $ti-icon-first-aid-kit-off; } -.#{$ti-prefix}-fish:before { content: $ti-icon-fish; } -.#{$ti-prefix}-fish-bone:before { content: $ti-icon-fish-bone; } -.#{$ti-prefix}-fish-christianity:before { content: $ti-icon-fish-christianity; } -.#{$ti-prefix}-fish-hook:before { content: $ti-icon-fish-hook; } -.#{$ti-prefix}-fish-hook-off:before { content: $ti-icon-fish-hook-off; } -.#{$ti-prefix}-fish-off:before { content: $ti-icon-fish-off; } -.#{$ti-prefix}-flag:before { content: $ti-icon-flag; } -.#{$ti-prefix}-flag-2:before { content: $ti-icon-flag-2; } -.#{$ti-prefix}-flag-2-filled:before { content: $ti-icon-flag-2-filled; } -.#{$ti-prefix}-flag-2-off:before { content: $ti-icon-flag-2-off; } -.#{$ti-prefix}-flag-3:before { content: $ti-icon-flag-3; } -.#{$ti-prefix}-flag-3-filled:before { content: $ti-icon-flag-3-filled; } -.#{$ti-prefix}-flag-bolt:before { content: $ti-icon-flag-bolt; } -.#{$ti-prefix}-flag-cancel:before { content: $ti-icon-flag-cancel; } -.#{$ti-prefix}-flag-check:before { content: $ti-icon-flag-check; } -.#{$ti-prefix}-flag-code:before { content: $ti-icon-flag-code; } -.#{$ti-prefix}-flag-cog:before { content: $ti-icon-flag-cog; } -.#{$ti-prefix}-flag-discount:before { content: $ti-icon-flag-discount; } -.#{$ti-prefix}-flag-dollar:before { content: $ti-icon-flag-dollar; } -.#{$ti-prefix}-flag-down:before { content: $ti-icon-flag-down; } -.#{$ti-prefix}-flag-exclamation:before { content: $ti-icon-flag-exclamation; } -.#{$ti-prefix}-flag-filled:before { content: $ti-icon-flag-filled; } -.#{$ti-prefix}-flag-heart:before { content: $ti-icon-flag-heart; } -.#{$ti-prefix}-flag-minus:before { content: $ti-icon-flag-minus; } -.#{$ti-prefix}-flag-off:before { content: $ti-icon-flag-off; } -.#{$ti-prefix}-flag-pause:before { content: $ti-icon-flag-pause; } -.#{$ti-prefix}-flag-pin:before { content: $ti-icon-flag-pin; } -.#{$ti-prefix}-flag-plus:before { content: $ti-icon-flag-plus; } -.#{$ti-prefix}-flag-question:before { content: $ti-icon-flag-question; } -.#{$ti-prefix}-flag-search:before { content: $ti-icon-flag-search; } -.#{$ti-prefix}-flag-share:before { content: $ti-icon-flag-share; } -.#{$ti-prefix}-flag-star:before { content: $ti-icon-flag-star; } -.#{$ti-prefix}-flag-up:before { content: $ti-icon-flag-up; } -.#{$ti-prefix}-flag-x:before { content: $ti-icon-flag-x; } -.#{$ti-prefix}-flame:before { content: $ti-icon-flame; } -.#{$ti-prefix}-flame-off:before { content: $ti-icon-flame-off; } -.#{$ti-prefix}-flare:before { content: $ti-icon-flare; } -.#{$ti-prefix}-flask:before { content: $ti-icon-flask; } -.#{$ti-prefix}-flask-2:before { content: $ti-icon-flask-2; } -.#{$ti-prefix}-flask-2-filled:before { content: $ti-icon-flask-2-filled; } -.#{$ti-prefix}-flask-2-off:before { content: $ti-icon-flask-2-off; } -.#{$ti-prefix}-flask-filled:before { content: $ti-icon-flask-filled; } -.#{$ti-prefix}-flask-off:before { content: $ti-icon-flask-off; } -.#{$ti-prefix}-flip-flops:before { content: $ti-icon-flip-flops; } -.#{$ti-prefix}-flip-horizontal:before { content: $ti-icon-flip-horizontal; } -.#{$ti-prefix}-flip-vertical:before { content: $ti-icon-flip-vertical; } -.#{$ti-prefix}-float-center:before { content: $ti-icon-float-center; } -.#{$ti-prefix}-float-left:before { content: $ti-icon-float-left; } -.#{$ti-prefix}-float-none:before { content: $ti-icon-float-none; } -.#{$ti-prefix}-float-right:before { content: $ti-icon-float-right; } -.#{$ti-prefix}-flower:before { content: $ti-icon-flower; } -.#{$ti-prefix}-flower-off:before { content: $ti-icon-flower-off; } -.#{$ti-prefix}-focus:before { content: $ti-icon-focus; } -.#{$ti-prefix}-focus-2:before { content: $ti-icon-focus-2; } -.#{$ti-prefix}-focus-auto:before { content: $ti-icon-focus-auto; } -.#{$ti-prefix}-focus-centered:before { content: $ti-icon-focus-centered; } -.#{$ti-prefix}-fold:before { content: $ti-icon-fold; } -.#{$ti-prefix}-fold-down:before { content: $ti-icon-fold-down; } -.#{$ti-prefix}-fold-up:before { content: $ti-icon-fold-up; } -.#{$ti-prefix}-folder:before { content: $ti-icon-folder; } -.#{$ti-prefix}-folder-bolt:before { content: $ti-icon-folder-bolt; } -.#{$ti-prefix}-folder-cancel:before { content: $ti-icon-folder-cancel; } -.#{$ti-prefix}-folder-check:before { content: $ti-icon-folder-check; } -.#{$ti-prefix}-folder-code:before { content: $ti-icon-folder-code; } -.#{$ti-prefix}-folder-cog:before { content: $ti-icon-folder-cog; } -.#{$ti-prefix}-folder-dollar:before { content: $ti-icon-folder-dollar; } -.#{$ti-prefix}-folder-down:before { content: $ti-icon-folder-down; } -.#{$ti-prefix}-folder-exclamation:before { content: $ti-icon-folder-exclamation; } -.#{$ti-prefix}-folder-filled:before { content: $ti-icon-folder-filled; } -.#{$ti-prefix}-folder-heart:before { content: $ti-icon-folder-heart; } -.#{$ti-prefix}-folder-minus:before { content: $ti-icon-folder-minus; } -.#{$ti-prefix}-folder-off:before { content: $ti-icon-folder-off; } -.#{$ti-prefix}-folder-open:before { content: $ti-icon-folder-open; } -.#{$ti-prefix}-folder-pause:before { content: $ti-icon-folder-pause; } -.#{$ti-prefix}-folder-pin:before { content: $ti-icon-folder-pin; } -.#{$ti-prefix}-folder-plus:before { content: $ti-icon-folder-plus; } -.#{$ti-prefix}-folder-question:before { content: $ti-icon-folder-question; } -.#{$ti-prefix}-folder-root:before { content: $ti-icon-folder-root; } -.#{$ti-prefix}-folder-search:before { content: $ti-icon-folder-search; } -.#{$ti-prefix}-folder-share:before { content: $ti-icon-folder-share; } -.#{$ti-prefix}-folder-star:before { content: $ti-icon-folder-star; } -.#{$ti-prefix}-folder-symlink:before { content: $ti-icon-folder-symlink; } -.#{$ti-prefix}-folder-up:before { content: $ti-icon-folder-up; } -.#{$ti-prefix}-folder-x:before { content: $ti-icon-folder-x; } -.#{$ti-prefix}-folders:before { content: $ti-icon-folders; } -.#{$ti-prefix}-folders-off:before { content: $ti-icon-folders-off; } -.#{$ti-prefix}-forbid:before { content: $ti-icon-forbid; } -.#{$ti-prefix}-forbid-2:before { content: $ti-icon-forbid-2; } -.#{$ti-prefix}-forbid-2-filled:before { content: $ti-icon-forbid-2-filled; } -.#{$ti-prefix}-forbid-filled:before { content: $ti-icon-forbid-filled; } -.#{$ti-prefix}-forklift:before { content: $ti-icon-forklift; } -.#{$ti-prefix}-forms:before { content: $ti-icon-forms; } -.#{$ti-prefix}-fountain:before { content: $ti-icon-fountain; } -.#{$ti-prefix}-fountain-filled:before { content: $ti-icon-fountain-filled; } -.#{$ti-prefix}-fountain-off:before { content: $ti-icon-fountain-off; } -.#{$ti-prefix}-frame:before { content: $ti-icon-frame; } -.#{$ti-prefix}-frame-off:before { content: $ti-icon-frame-off; } -.#{$ti-prefix}-free-rights:before { content: $ti-icon-free-rights; } -.#{$ti-prefix}-freeze-column:before { content: $ti-icon-freeze-column; } -.#{$ti-prefix}-freeze-row:before { content: $ti-icon-freeze-row; } -.#{$ti-prefix}-freeze-row-column:before { content: $ti-icon-freeze-row-column; } -.#{$ti-prefix}-fridge:before { content: $ti-icon-fridge; } -.#{$ti-prefix}-fridge-off:before { content: $ti-icon-fridge-off; } -.#{$ti-prefix}-friends:before { content: $ti-icon-friends; } -.#{$ti-prefix}-friends-off:before { content: $ti-icon-friends-off; } -.#{$ti-prefix}-frustum:before { content: $ti-icon-frustum; } -.#{$ti-prefix}-frustum-off:before { content: $ti-icon-frustum-off; } -.#{$ti-prefix}-frustum-plus:before { content: $ti-icon-frustum-plus; } -.#{$ti-prefix}-function:before { content: $ti-icon-function; } -.#{$ti-prefix}-function-filled:before { content: $ti-icon-function-filled; } -.#{$ti-prefix}-function-off:before { content: $ti-icon-function-off; } -.#{$ti-prefix}-galaxy:before { content: $ti-icon-galaxy; } -.#{$ti-prefix}-garden-cart:before { content: $ti-icon-garden-cart; } -.#{$ti-prefix}-garden-cart-off:before { content: $ti-icon-garden-cart-off; } -.#{$ti-prefix}-gas-station:before { content: $ti-icon-gas-station; } -.#{$ti-prefix}-gas-station-off:before { content: $ti-icon-gas-station-off; } -.#{$ti-prefix}-gauge:before { content: $ti-icon-gauge; } -.#{$ti-prefix}-gauge-filled:before { content: $ti-icon-gauge-filled; } -.#{$ti-prefix}-gauge-off:before { content: $ti-icon-gauge-off; } -.#{$ti-prefix}-gavel:before { content: $ti-icon-gavel; } -.#{$ti-prefix}-gender-agender:before { content: $ti-icon-gender-agender; } -.#{$ti-prefix}-gender-androgyne:before { content: $ti-icon-gender-androgyne; } -.#{$ti-prefix}-gender-bigender:before { content: $ti-icon-gender-bigender; } -.#{$ti-prefix}-gender-demiboy:before { content: $ti-icon-gender-demiboy; } -.#{$ti-prefix}-gender-demigirl:before { content: $ti-icon-gender-demigirl; } -.#{$ti-prefix}-gender-epicene:before { content: $ti-icon-gender-epicene; } -.#{$ti-prefix}-gender-female:before { content: $ti-icon-gender-female; } -.#{$ti-prefix}-gender-femme:before { content: $ti-icon-gender-femme; } -.#{$ti-prefix}-gender-genderfluid:before { content: $ti-icon-gender-genderfluid; } -.#{$ti-prefix}-gender-genderless:before { content: $ti-icon-gender-genderless; } -.#{$ti-prefix}-gender-genderqueer:before { content: $ti-icon-gender-genderqueer; } -.#{$ti-prefix}-gender-hermaphrodite:before { content: $ti-icon-gender-hermaphrodite; } -.#{$ti-prefix}-gender-intergender:before { content: $ti-icon-gender-intergender; } -.#{$ti-prefix}-gender-male:before { content: $ti-icon-gender-male; } -.#{$ti-prefix}-gender-neutrois:before { content: $ti-icon-gender-neutrois; } -.#{$ti-prefix}-gender-third:before { content: $ti-icon-gender-third; } -.#{$ti-prefix}-gender-transgender:before { content: $ti-icon-gender-transgender; } -.#{$ti-prefix}-gender-trasvesti:before { content: $ti-icon-gender-trasvesti; } -.#{$ti-prefix}-geometry:before { content: $ti-icon-geometry; } -.#{$ti-prefix}-ghost:before { content: $ti-icon-ghost; } -.#{$ti-prefix}-ghost-2:before { content: $ti-icon-ghost-2; } -.#{$ti-prefix}-ghost-2-filled:before { content: $ti-icon-ghost-2-filled; } -.#{$ti-prefix}-ghost-3:before { content: $ti-icon-ghost-3; } -.#{$ti-prefix}-ghost-filled:before { content: $ti-icon-ghost-filled; } -.#{$ti-prefix}-ghost-off:before { content: $ti-icon-ghost-off; } -.#{$ti-prefix}-gif:before { content: $ti-icon-gif; } -.#{$ti-prefix}-gift:before { content: $ti-icon-gift; } -.#{$ti-prefix}-gift-card:before { content: $ti-icon-gift-card; } -.#{$ti-prefix}-gift-card-filled:before { content: $ti-icon-gift-card-filled; } -.#{$ti-prefix}-gift-filled:before { content: $ti-icon-gift-filled; } -.#{$ti-prefix}-gift-off:before { content: $ti-icon-gift-off; } -.#{$ti-prefix}-git-branch:before { content: $ti-icon-git-branch; } -.#{$ti-prefix}-git-branch-deleted:before { content: $ti-icon-git-branch-deleted; } -.#{$ti-prefix}-git-cherry-pick:before { content: $ti-icon-git-cherry-pick; } -.#{$ti-prefix}-git-commit:before { content: $ti-icon-git-commit; } -.#{$ti-prefix}-git-compare:before { content: $ti-icon-git-compare; } -.#{$ti-prefix}-git-fork:before { content: $ti-icon-git-fork; } -.#{$ti-prefix}-git-merge:before { content: $ti-icon-git-merge; } -.#{$ti-prefix}-git-pull-request:before { content: $ti-icon-git-pull-request; } -.#{$ti-prefix}-git-pull-request-closed:before { content: $ti-icon-git-pull-request-closed; } -.#{$ti-prefix}-git-pull-request-draft:before { content: $ti-icon-git-pull-request-draft; } -.#{$ti-prefix}-gizmo:before { content: $ti-icon-gizmo; } -.#{$ti-prefix}-glass:before { content: $ti-icon-glass; } -.#{$ti-prefix}-glass-champagne:before { content: $ti-icon-glass-champagne; } -.#{$ti-prefix}-glass-cocktail:before { content: $ti-icon-glass-cocktail; } -.#{$ti-prefix}-glass-full:before { content: $ti-icon-glass-full; } -.#{$ti-prefix}-glass-full-filled:before { content: $ti-icon-glass-full-filled; } -.#{$ti-prefix}-glass-gin:before { content: $ti-icon-glass-gin; } -.#{$ti-prefix}-glass-off:before { content: $ti-icon-glass-off; } -.#{$ti-prefix}-globe:before { content: $ti-icon-globe; } -.#{$ti-prefix}-globe-filled:before { content: $ti-icon-globe-filled; } -.#{$ti-prefix}-globe-off:before { content: $ti-icon-globe-off; } -.#{$ti-prefix}-go-game:before { content: $ti-icon-go-game; } -.#{$ti-prefix}-golf:before { content: $ti-icon-golf; } -.#{$ti-prefix}-golf-off:before { content: $ti-icon-golf-off; } -.#{$ti-prefix}-gps:before { content: $ti-icon-gps; } -.#{$ti-prefix}-gradienter:before { content: $ti-icon-gradienter; } -.#{$ti-prefix}-grain:before { content: $ti-icon-grain; } -.#{$ti-prefix}-graph:before { content: $ti-icon-graph; } -.#{$ti-prefix}-graph-filled:before { content: $ti-icon-graph-filled; } -.#{$ti-prefix}-graph-off:before { content: $ti-icon-graph-off; } -.#{$ti-prefix}-grave:before { content: $ti-icon-grave; } -.#{$ti-prefix}-grave-2:before { content: $ti-icon-grave-2; } -.#{$ti-prefix}-grid-3x3:before { content: $ti-icon-grid-3x3; } -.#{$ti-prefix}-grid-4x4:before { content: $ti-icon-grid-4x4; } -.#{$ti-prefix}-grid-dots:before { content: $ti-icon-grid-dots; } -.#{$ti-prefix}-grid-goldenratio:before { content: $ti-icon-grid-goldenratio; } -.#{$ti-prefix}-grid-pattern:before { content: $ti-icon-grid-pattern; } -.#{$ti-prefix}-grid-scan:before { content: $ti-icon-grid-scan; } -.#{$ti-prefix}-grill:before { content: $ti-icon-grill; } -.#{$ti-prefix}-grill-fork:before { content: $ti-icon-grill-fork; } -.#{$ti-prefix}-grill-off:before { content: $ti-icon-grill-off; } -.#{$ti-prefix}-grill-spatula:before { content: $ti-icon-grill-spatula; } -.#{$ti-prefix}-grip-horizontal:before { content: $ti-icon-grip-horizontal; } -.#{$ti-prefix}-grip-vertical:before { content: $ti-icon-grip-vertical; } -.#{$ti-prefix}-growth:before { content: $ti-icon-growth; } -.#{$ti-prefix}-guitar-pick:before { content: $ti-icon-guitar-pick; } -.#{$ti-prefix}-guitar-pick-filled:before { content: $ti-icon-guitar-pick-filled; } -.#{$ti-prefix}-gymnastics:before { content: $ti-icon-gymnastics; } -.#{$ti-prefix}-h-1:before { content: $ti-icon-h-1; } -.#{$ti-prefix}-h-2:before { content: $ti-icon-h-2; } -.#{$ti-prefix}-h-3:before { content: $ti-icon-h-3; } -.#{$ti-prefix}-h-4:before { content: $ti-icon-h-4; } -.#{$ti-prefix}-h-5:before { content: $ti-icon-h-5; } -.#{$ti-prefix}-h-6:before { content: $ti-icon-h-6; } -.#{$ti-prefix}-hammer:before { content: $ti-icon-hammer; } -.#{$ti-prefix}-hammer-off:before { content: $ti-icon-hammer-off; } -.#{$ti-prefix}-hand-click:before { content: $ti-icon-hand-click; } -.#{$ti-prefix}-hand-finger:before { content: $ti-icon-hand-finger; } -.#{$ti-prefix}-hand-finger-off:before { content: $ti-icon-hand-finger-off; } -.#{$ti-prefix}-hand-grab:before { content: $ti-icon-hand-grab; } -.#{$ti-prefix}-hand-little-finger:before { content: $ti-icon-hand-little-finger; } -.#{$ti-prefix}-hand-middle-finger:before { content: $ti-icon-hand-middle-finger; } -.#{$ti-prefix}-hand-move:before { content: $ti-icon-hand-move; } -.#{$ti-prefix}-hand-off:before { content: $ti-icon-hand-off; } -.#{$ti-prefix}-hand-ring-finger:before { content: $ti-icon-hand-ring-finger; } -.#{$ti-prefix}-hand-rock:before { content: $ti-icon-hand-rock; } -.#{$ti-prefix}-hand-sanitizer:before { content: $ti-icon-hand-sanitizer; } -.#{$ti-prefix}-hand-stop:before { content: $ti-icon-hand-stop; } -.#{$ti-prefix}-hand-three-fingers:before { content: $ti-icon-hand-three-fingers; } -.#{$ti-prefix}-hand-two-fingers:before { content: $ti-icon-hand-two-fingers; } -.#{$ti-prefix}-hanger:before { content: $ti-icon-hanger; } -.#{$ti-prefix}-hanger-2:before { content: $ti-icon-hanger-2; } -.#{$ti-prefix}-hanger-off:before { content: $ti-icon-hanger-off; } -.#{$ti-prefix}-hash:before { content: $ti-icon-hash; } -.#{$ti-prefix}-haze:before { content: $ti-icon-haze; } -.#{$ti-prefix}-haze-moon:before { content: $ti-icon-haze-moon; } -.#{$ti-prefix}-hdr:before { content: $ti-icon-hdr; } -.#{$ti-prefix}-heading:before { content: $ti-icon-heading; } -.#{$ti-prefix}-heading-off:before { content: $ti-icon-heading-off; } -.#{$ti-prefix}-headphones:before { content: $ti-icon-headphones; } -.#{$ti-prefix}-headphones-filled:before { content: $ti-icon-headphones-filled; } -.#{$ti-prefix}-headphones-off:before { content: $ti-icon-headphones-off; } -.#{$ti-prefix}-headset:before { content: $ti-icon-headset; } -.#{$ti-prefix}-headset-off:before { content: $ti-icon-headset-off; } -.#{$ti-prefix}-health-recognition:before { content: $ti-icon-health-recognition; } -.#{$ti-prefix}-heart:before { content: $ti-icon-heart; } -.#{$ti-prefix}-heart-bolt:before { content: $ti-icon-heart-bolt; } -.#{$ti-prefix}-heart-broken:before { content: $ti-icon-heart-broken; } -.#{$ti-prefix}-heart-cancel:before { content: $ti-icon-heart-cancel; } -.#{$ti-prefix}-heart-check:before { content: $ti-icon-heart-check; } -.#{$ti-prefix}-heart-code:before { content: $ti-icon-heart-code; } -.#{$ti-prefix}-heart-cog:before { content: $ti-icon-heart-cog; } -.#{$ti-prefix}-heart-discount:before { content: $ti-icon-heart-discount; } -.#{$ti-prefix}-heart-dollar:before { content: $ti-icon-heart-dollar; } -.#{$ti-prefix}-heart-down:before { content: $ti-icon-heart-down; } -.#{$ti-prefix}-heart-exclamation:before { content: $ti-icon-heart-exclamation; } -.#{$ti-prefix}-heart-filled:before { content: $ti-icon-heart-filled; } -.#{$ti-prefix}-heart-handshake:before { content: $ti-icon-heart-handshake; } -.#{$ti-prefix}-heart-minus:before { content: $ti-icon-heart-minus; } -.#{$ti-prefix}-heart-off:before { content: $ti-icon-heart-off; } -.#{$ti-prefix}-heart-pause:before { content: $ti-icon-heart-pause; } -.#{$ti-prefix}-heart-pin:before { content: $ti-icon-heart-pin; } -.#{$ti-prefix}-heart-plus:before { content: $ti-icon-heart-plus; } -.#{$ti-prefix}-heart-question:before { content: $ti-icon-heart-question; } -.#{$ti-prefix}-heart-rate-monitor:before { content: $ti-icon-heart-rate-monitor; } -.#{$ti-prefix}-heart-search:before { content: $ti-icon-heart-search; } -.#{$ti-prefix}-heart-share:before { content: $ti-icon-heart-share; } -.#{$ti-prefix}-heart-star:before { content: $ti-icon-heart-star; } -.#{$ti-prefix}-heart-up:before { content: $ti-icon-heart-up; } -.#{$ti-prefix}-heart-x:before { content: $ti-icon-heart-x; } -.#{$ti-prefix}-heartbeat:before { content: $ti-icon-heartbeat; } -.#{$ti-prefix}-hearts:before { content: $ti-icon-hearts; } -.#{$ti-prefix}-hearts-off:before { content: $ti-icon-hearts-off; } -.#{$ti-prefix}-helicopter:before { content: $ti-icon-helicopter; } -.#{$ti-prefix}-helicopter-landing:before { content: $ti-icon-helicopter-landing; } -.#{$ti-prefix}-helmet:before { content: $ti-icon-helmet; } -.#{$ti-prefix}-helmet-off:before { content: $ti-icon-helmet-off; } -.#{$ti-prefix}-help:before { content: $ti-icon-help; } -.#{$ti-prefix}-help-circle:before { content: $ti-icon-help-circle; } -.#{$ti-prefix}-help-circle-filled:before { content: $ti-icon-help-circle-filled; } -.#{$ti-prefix}-help-hexagon:before { content: $ti-icon-help-hexagon; } -.#{$ti-prefix}-help-hexagon-filled:before { content: $ti-icon-help-hexagon-filled; } -.#{$ti-prefix}-help-octagon:before { content: $ti-icon-help-octagon; } -.#{$ti-prefix}-help-octagon-filled:before { content: $ti-icon-help-octagon-filled; } -.#{$ti-prefix}-help-off:before { content: $ti-icon-help-off; } -.#{$ti-prefix}-help-small:before { content: $ti-icon-help-small; } -.#{$ti-prefix}-help-square:before { content: $ti-icon-help-square; } -.#{$ti-prefix}-help-square-filled:before { content: $ti-icon-help-square-filled; } -.#{$ti-prefix}-help-square-rounded:before { content: $ti-icon-help-square-rounded; } -.#{$ti-prefix}-help-square-rounded-filled:before { content: $ti-icon-help-square-rounded-filled; } -.#{$ti-prefix}-help-triangle:before { content: $ti-icon-help-triangle; } -.#{$ti-prefix}-help-triangle-filled:before { content: $ti-icon-help-triangle-filled; } -.#{$ti-prefix}-hemisphere:before { content: $ti-icon-hemisphere; } -.#{$ti-prefix}-hemisphere-off:before { content: $ti-icon-hemisphere-off; } -.#{$ti-prefix}-hemisphere-plus:before { content: $ti-icon-hemisphere-plus; } -.#{$ti-prefix}-hexagon:before { content: $ti-icon-hexagon; } -.#{$ti-prefix}-hexagon-0-filled:before { content: $ti-icon-hexagon-0-filled; } -.#{$ti-prefix}-hexagon-1-filled:before { content: $ti-icon-hexagon-1-filled; } -.#{$ti-prefix}-hexagon-2-filled:before { content: $ti-icon-hexagon-2-filled; } -.#{$ti-prefix}-hexagon-3-filled:before { content: $ti-icon-hexagon-3-filled; } -.#{$ti-prefix}-hexagon-3d:before { content: $ti-icon-hexagon-3d; } -.#{$ti-prefix}-hexagon-4-filled:before { content: $ti-icon-hexagon-4-filled; } -.#{$ti-prefix}-hexagon-5-filled:before { content: $ti-icon-hexagon-5-filled; } -.#{$ti-prefix}-hexagon-6-filled:before { content: $ti-icon-hexagon-6-filled; } -.#{$ti-prefix}-hexagon-7-filled:before { content: $ti-icon-hexagon-7-filled; } -.#{$ti-prefix}-hexagon-8-filled:before { content: $ti-icon-hexagon-8-filled; } -.#{$ti-prefix}-hexagon-9-filled:before { content: $ti-icon-hexagon-9-filled; } -.#{$ti-prefix}-hexagon-filled:before { content: $ti-icon-hexagon-filled; } -.#{$ti-prefix}-hexagon-letter-a:before { content: $ti-icon-hexagon-letter-a; } -.#{$ti-prefix}-hexagon-letter-b:before { content: $ti-icon-hexagon-letter-b; } -.#{$ti-prefix}-hexagon-letter-c:before { content: $ti-icon-hexagon-letter-c; } -.#{$ti-prefix}-hexagon-letter-d:before { content: $ti-icon-hexagon-letter-d; } -.#{$ti-prefix}-hexagon-letter-e:before { content: $ti-icon-hexagon-letter-e; } -.#{$ti-prefix}-hexagon-letter-f:before { content: $ti-icon-hexagon-letter-f; } -.#{$ti-prefix}-hexagon-letter-g:before { content: $ti-icon-hexagon-letter-g; } -.#{$ti-prefix}-hexagon-letter-h:before { content: $ti-icon-hexagon-letter-h; } -.#{$ti-prefix}-hexagon-letter-i:before { content: $ti-icon-hexagon-letter-i; } -.#{$ti-prefix}-hexagon-letter-j:before { content: $ti-icon-hexagon-letter-j; } -.#{$ti-prefix}-hexagon-letter-k:before { content: $ti-icon-hexagon-letter-k; } -.#{$ti-prefix}-hexagon-letter-l:before { content: $ti-icon-hexagon-letter-l; } -.#{$ti-prefix}-hexagon-letter-m:before { content: $ti-icon-hexagon-letter-m; } -.#{$ti-prefix}-hexagon-letter-n:before { content: $ti-icon-hexagon-letter-n; } -.#{$ti-prefix}-hexagon-letter-o:before { content: $ti-icon-hexagon-letter-o; } -.#{$ti-prefix}-hexagon-letter-p:before { content: $ti-icon-hexagon-letter-p; } -.#{$ti-prefix}-hexagon-letter-q:before { content: $ti-icon-hexagon-letter-q; } -.#{$ti-prefix}-hexagon-letter-r:before { content: $ti-icon-hexagon-letter-r; } -.#{$ti-prefix}-hexagon-letter-s:before { content: $ti-icon-hexagon-letter-s; } -.#{$ti-prefix}-hexagon-letter-t:before { content: $ti-icon-hexagon-letter-t; } -.#{$ti-prefix}-hexagon-letter-u:before { content: $ti-icon-hexagon-letter-u; } -.#{$ti-prefix}-hexagon-letter-v:before { content: $ti-icon-hexagon-letter-v; } -.#{$ti-prefix}-hexagon-letter-w:before { content: $ti-icon-hexagon-letter-w; } -.#{$ti-prefix}-hexagon-letter-x:before { content: $ti-icon-hexagon-letter-x; } -.#{$ti-prefix}-hexagon-letter-y:before { content: $ti-icon-hexagon-letter-y; } -.#{$ti-prefix}-hexagon-letter-z:before { content: $ti-icon-hexagon-letter-z; } -.#{$ti-prefix}-hexagon-minus:before { content: $ti-icon-hexagon-minus; } -.#{$ti-prefix}-hexagon-minus-2:before { content: $ti-icon-hexagon-minus-2; } -.#{$ti-prefix}-hexagon-number-0:before { content: $ti-icon-hexagon-number-0; } -.#{$ti-prefix}-hexagon-number-1:before { content: $ti-icon-hexagon-number-1; } -.#{$ti-prefix}-hexagon-number-2:before { content: $ti-icon-hexagon-number-2; } -.#{$ti-prefix}-hexagon-number-3:before { content: $ti-icon-hexagon-number-3; } -.#{$ti-prefix}-hexagon-number-4:before { content: $ti-icon-hexagon-number-4; } -.#{$ti-prefix}-hexagon-number-5:before { content: $ti-icon-hexagon-number-5; } -.#{$ti-prefix}-hexagon-number-6:before { content: $ti-icon-hexagon-number-6; } -.#{$ti-prefix}-hexagon-number-7:before { content: $ti-icon-hexagon-number-7; } -.#{$ti-prefix}-hexagon-number-8:before { content: $ti-icon-hexagon-number-8; } -.#{$ti-prefix}-hexagon-number-9:before { content: $ti-icon-hexagon-number-9; } -.#{$ti-prefix}-hexagon-off:before { content: $ti-icon-hexagon-off; } -.#{$ti-prefix}-hexagon-plus:before { content: $ti-icon-hexagon-plus; } -.#{$ti-prefix}-hexagon-plus-2:before { content: $ti-icon-hexagon-plus-2; } -.#{$ti-prefix}-hexagonal-prism:before { content: $ti-icon-hexagonal-prism; } -.#{$ti-prefix}-hexagonal-prism-off:before { content: $ti-icon-hexagonal-prism-off; } -.#{$ti-prefix}-hexagonal-prism-plus:before { content: $ti-icon-hexagonal-prism-plus; } -.#{$ti-prefix}-hexagonal-pyramid:before { content: $ti-icon-hexagonal-pyramid; } -.#{$ti-prefix}-hexagonal-pyramid-off:before { content: $ti-icon-hexagonal-pyramid-off; } -.#{$ti-prefix}-hexagonal-pyramid-plus:before { content: $ti-icon-hexagonal-pyramid-plus; } -.#{$ti-prefix}-hexagons:before { content: $ti-icon-hexagons; } -.#{$ti-prefix}-hexagons-off:before { content: $ti-icon-hexagons-off; } -.#{$ti-prefix}-hierarchy:before { content: $ti-icon-hierarchy; } -.#{$ti-prefix}-hierarchy-2:before { content: $ti-icon-hierarchy-2; } -.#{$ti-prefix}-hierarchy-3:before { content: $ti-icon-hierarchy-3; } -.#{$ti-prefix}-hierarchy-off:before { content: $ti-icon-hierarchy-off; } -.#{$ti-prefix}-highlight:before { content: $ti-icon-highlight; } -.#{$ti-prefix}-highlight-off:before { content: $ti-icon-highlight-off; } -.#{$ti-prefix}-history:before { content: $ti-icon-history; } -.#{$ti-prefix}-history-off:before { content: $ti-icon-history-off; } -.#{$ti-prefix}-history-toggle:before { content: $ti-icon-history-toggle; } -.#{$ti-prefix}-home:before { content: $ti-icon-home; } -.#{$ti-prefix}-home-2:before { content: $ti-icon-home-2; } -.#{$ti-prefix}-home-bolt:before { content: $ti-icon-home-bolt; } -.#{$ti-prefix}-home-cancel:before { content: $ti-icon-home-cancel; } -.#{$ti-prefix}-home-check:before { content: $ti-icon-home-check; } -.#{$ti-prefix}-home-cog:before { content: $ti-icon-home-cog; } -.#{$ti-prefix}-home-dollar:before { content: $ti-icon-home-dollar; } -.#{$ti-prefix}-home-dot:before { content: $ti-icon-home-dot; } -.#{$ti-prefix}-home-down:before { content: $ti-icon-home-down; } -.#{$ti-prefix}-home-eco:before { content: $ti-icon-home-eco; } -.#{$ti-prefix}-home-edit:before { content: $ti-icon-home-edit; } -.#{$ti-prefix}-home-exclamation:before { content: $ti-icon-home-exclamation; } -.#{$ti-prefix}-home-hand:before { content: $ti-icon-home-hand; } -.#{$ti-prefix}-home-heart:before { content: $ti-icon-home-heart; } -.#{$ti-prefix}-home-infinity:before { content: $ti-icon-home-infinity; } -.#{$ti-prefix}-home-link:before { content: $ti-icon-home-link; } -.#{$ti-prefix}-home-minus:before { content: $ti-icon-home-minus; } -.#{$ti-prefix}-home-move:before { content: $ti-icon-home-move; } -.#{$ti-prefix}-home-off:before { content: $ti-icon-home-off; } -.#{$ti-prefix}-home-plus:before { content: $ti-icon-home-plus; } -.#{$ti-prefix}-home-question:before { content: $ti-icon-home-question; } -.#{$ti-prefix}-home-ribbon:before { content: $ti-icon-home-ribbon; } -.#{$ti-prefix}-home-search:before { content: $ti-icon-home-search; } -.#{$ti-prefix}-home-share:before { content: $ti-icon-home-share; } -.#{$ti-prefix}-home-shield:before { content: $ti-icon-home-shield; } -.#{$ti-prefix}-home-signal:before { content: $ti-icon-home-signal; } -.#{$ti-prefix}-home-star:before { content: $ti-icon-home-star; } -.#{$ti-prefix}-home-stats:before { content: $ti-icon-home-stats; } -.#{$ti-prefix}-home-up:before { content: $ti-icon-home-up; } -.#{$ti-prefix}-home-x:before { content: $ti-icon-home-x; } -.#{$ti-prefix}-horse:before { content: $ti-icon-horse; } -.#{$ti-prefix}-horse-toy:before { content: $ti-icon-horse-toy; } -.#{$ti-prefix}-horseshoe:before { content: $ti-icon-horseshoe; } -.#{$ti-prefix}-hospital:before { content: $ti-icon-hospital; } -.#{$ti-prefix}-hospital-circle:before { content: $ti-icon-hospital-circle; } -.#{$ti-prefix}-hotel-service:before { content: $ti-icon-hotel-service; } -.#{$ti-prefix}-hourglass:before { content: $ti-icon-hourglass; } -.#{$ti-prefix}-hourglass-empty:before { content: $ti-icon-hourglass-empty; } -.#{$ti-prefix}-hourglass-filled:before { content: $ti-icon-hourglass-filled; } -.#{$ti-prefix}-hourglass-high:before { content: $ti-icon-hourglass-high; } -.#{$ti-prefix}-hourglass-low:before { content: $ti-icon-hourglass-low; } -.#{$ti-prefix}-hourglass-off:before { content: $ti-icon-hourglass-off; } -.#{$ti-prefix}-html:before { content: $ti-icon-html; } -.#{$ti-prefix}-http-connect:before { content: $ti-icon-http-connect; } -.#{$ti-prefix}-http-delete:before { content: $ti-icon-http-delete; } -.#{$ti-prefix}-http-get:before { content: $ti-icon-http-get; } -.#{$ti-prefix}-http-head:before { content: $ti-icon-http-head; } -.#{$ti-prefix}-http-options:before { content: $ti-icon-http-options; } -.#{$ti-prefix}-http-patch:before { content: $ti-icon-http-patch; } -.#{$ti-prefix}-http-post:before { content: $ti-icon-http-post; } -.#{$ti-prefix}-http-put:before { content: $ti-icon-http-put; } -.#{$ti-prefix}-http-que:before { content: $ti-icon-http-que; } -.#{$ti-prefix}-http-trace:before { content: $ti-icon-http-trace; } -.#{$ti-prefix}-ice-cream:before { content: $ti-icon-ice-cream; } -.#{$ti-prefix}-ice-cream-2:before { content: $ti-icon-ice-cream-2; } -.#{$ti-prefix}-ice-cream-off:before { content: $ti-icon-ice-cream-off; } -.#{$ti-prefix}-ice-skating:before { content: $ti-icon-ice-skating; } -.#{$ti-prefix}-icons:before { content: $ti-icon-icons; } -.#{$ti-prefix}-icons-off:before { content: $ti-icon-icons-off; } -.#{$ti-prefix}-id:before { content: $ti-icon-id; } -.#{$ti-prefix}-id-badge:before { content: $ti-icon-id-badge; } -.#{$ti-prefix}-id-badge-2:before { content: $ti-icon-id-badge-2; } -.#{$ti-prefix}-id-badge-off:before { content: $ti-icon-id-badge-off; } -.#{$ti-prefix}-id-off:before { content: $ti-icon-id-off; } -.#{$ti-prefix}-image-in-picture:before { content: $ti-icon-image-in-picture; } -.#{$ti-prefix}-inbox:before { content: $ti-icon-inbox; } -.#{$ti-prefix}-inbox-off:before { content: $ti-icon-inbox-off; } -.#{$ti-prefix}-indent-decrease:before { content: $ti-icon-indent-decrease; } -.#{$ti-prefix}-indent-increase:before { content: $ti-icon-indent-increase; } -.#{$ti-prefix}-infinity:before { content: $ti-icon-infinity; } -.#{$ti-prefix}-infinity-off:before { content: $ti-icon-infinity-off; } -.#{$ti-prefix}-info-circle:before { content: $ti-icon-info-circle; } -.#{$ti-prefix}-info-circle-filled:before { content: $ti-icon-info-circle-filled; } -.#{$ti-prefix}-info-hexagon:before { content: $ti-icon-info-hexagon; } -.#{$ti-prefix}-info-hexagon-filled:before { content: $ti-icon-info-hexagon-filled; } -.#{$ti-prefix}-info-octagon:before { content: $ti-icon-info-octagon; } -.#{$ti-prefix}-info-octagon-filled:before { content: $ti-icon-info-octagon-filled; } -.#{$ti-prefix}-info-small:before { content: $ti-icon-info-small; } -.#{$ti-prefix}-info-square:before { content: $ti-icon-info-square; } -.#{$ti-prefix}-info-square-filled:before { content: $ti-icon-info-square-filled; } -.#{$ti-prefix}-info-square-rounded:before { content: $ti-icon-info-square-rounded; } -.#{$ti-prefix}-info-square-rounded-filled:before { content: $ti-icon-info-square-rounded-filled; } -.#{$ti-prefix}-info-triangle:before { content: $ti-icon-info-triangle; } -.#{$ti-prefix}-info-triangle-filled:before { content: $ti-icon-info-triangle-filled; } -.#{$ti-prefix}-inner-shadow-bottom:before { content: $ti-icon-inner-shadow-bottom; } -.#{$ti-prefix}-inner-shadow-bottom-filled:before { content: $ti-icon-inner-shadow-bottom-filled; } -.#{$ti-prefix}-inner-shadow-bottom-left:before { content: $ti-icon-inner-shadow-bottom-left; } -.#{$ti-prefix}-inner-shadow-bottom-left-filled:before { content: $ti-icon-inner-shadow-bottom-left-filled; } -.#{$ti-prefix}-inner-shadow-bottom-right:before { content: $ti-icon-inner-shadow-bottom-right; } -.#{$ti-prefix}-inner-shadow-bottom-right-filled:before { content: $ti-icon-inner-shadow-bottom-right-filled; } -.#{$ti-prefix}-inner-shadow-left:before { content: $ti-icon-inner-shadow-left; } -.#{$ti-prefix}-inner-shadow-left-filled:before { content: $ti-icon-inner-shadow-left-filled; } -.#{$ti-prefix}-inner-shadow-right:before { content: $ti-icon-inner-shadow-right; } -.#{$ti-prefix}-inner-shadow-right-filled:before { content: $ti-icon-inner-shadow-right-filled; } -.#{$ti-prefix}-inner-shadow-top:before { content: $ti-icon-inner-shadow-top; } -.#{$ti-prefix}-inner-shadow-top-filled:before { content: $ti-icon-inner-shadow-top-filled; } -.#{$ti-prefix}-inner-shadow-top-left:before { content: $ti-icon-inner-shadow-top-left; } -.#{$ti-prefix}-inner-shadow-top-left-filled:before { content: $ti-icon-inner-shadow-top-left-filled; } -.#{$ti-prefix}-inner-shadow-top-right:before { content: $ti-icon-inner-shadow-top-right; } -.#{$ti-prefix}-inner-shadow-top-right-filled:before { content: $ti-icon-inner-shadow-top-right-filled; } -.#{$ti-prefix}-input-ai:before { content: $ti-icon-input-ai; } -.#{$ti-prefix}-input-check:before { content: $ti-icon-input-check; } -.#{$ti-prefix}-input-search:before { content: $ti-icon-input-search; } -.#{$ti-prefix}-input-x:before { content: $ti-icon-input-x; } -.#{$ti-prefix}-ironing:before { content: $ti-icon-ironing; } -.#{$ti-prefix}-ironing-1:before { content: $ti-icon-ironing-1; } -.#{$ti-prefix}-ironing-2:before { content: $ti-icon-ironing-2; } -.#{$ti-prefix}-ironing-3:before { content: $ti-icon-ironing-3; } -.#{$ti-prefix}-ironing-off:before { content: $ti-icon-ironing-off; } -.#{$ti-prefix}-ironing-steam:before { content: $ti-icon-ironing-steam; } -.#{$ti-prefix}-ironing-steam-off:before { content: $ti-icon-ironing-steam-off; } -.#{$ti-prefix}-irregular-polyhedron:before { content: $ti-icon-irregular-polyhedron; } -.#{$ti-prefix}-irregular-polyhedron-off:before { content: $ti-icon-irregular-polyhedron-off; } -.#{$ti-prefix}-irregular-polyhedron-plus:before { content: $ti-icon-irregular-polyhedron-plus; } -.#{$ti-prefix}-italic:before { content: $ti-icon-italic; } -.#{$ti-prefix}-jacket:before { content: $ti-icon-jacket; } -.#{$ti-prefix}-jetpack:before { content: $ti-icon-jetpack; } -.#{$ti-prefix}-jewish-star:before { content: $ti-icon-jewish-star; } -.#{$ti-prefix}-jewish-star-filled:before { content: $ti-icon-jewish-star-filled; } -.#{$ti-prefix}-jpg:before { content: $ti-icon-jpg; } -.#{$ti-prefix}-json:before { content: $ti-icon-json; } -.#{$ti-prefix}-jump-rope:before { content: $ti-icon-jump-rope; } -.#{$ti-prefix}-karate:before { content: $ti-icon-karate; } -.#{$ti-prefix}-kayak:before { content: $ti-icon-kayak; } -.#{$ti-prefix}-kering:before { content: $ti-icon-kering; } -.#{$ti-prefix}-key:before { content: $ti-icon-key; } -.#{$ti-prefix}-key-off:before { content: $ti-icon-key-off; } -.#{$ti-prefix}-keyboard:before { content: $ti-icon-keyboard; } -.#{$ti-prefix}-keyboard-hide:before { content: $ti-icon-keyboard-hide; } -.#{$ti-prefix}-keyboard-off:before { content: $ti-icon-keyboard-off; } -.#{$ti-prefix}-keyboard-show:before { content: $ti-icon-keyboard-show; } -.#{$ti-prefix}-keyframe:before { content: $ti-icon-keyframe; } -.#{$ti-prefix}-keyframe-align-center:before { content: $ti-icon-keyframe-align-center; } -.#{$ti-prefix}-keyframe-align-center-filled:before { content: $ti-icon-keyframe-align-center-filled; } -.#{$ti-prefix}-keyframe-align-horizontal:before { content: $ti-icon-keyframe-align-horizontal; } -.#{$ti-prefix}-keyframe-align-horizontal-filled:before { content: $ti-icon-keyframe-align-horizontal-filled; } -.#{$ti-prefix}-keyframe-align-vertical:before { content: $ti-icon-keyframe-align-vertical; } -.#{$ti-prefix}-keyframe-align-vertical-filled:before { content: $ti-icon-keyframe-align-vertical-filled; } -.#{$ti-prefix}-keyframe-filled:before { content: $ti-icon-keyframe-filled; } -.#{$ti-prefix}-keyframes:before { content: $ti-icon-keyframes; } -.#{$ti-prefix}-keyframes-filled:before { content: $ti-icon-keyframes-filled; } -.#{$ti-prefix}-ladder:before { content: $ti-icon-ladder; } -.#{$ti-prefix}-ladder-off:before { content: $ti-icon-ladder-off; } -.#{$ti-prefix}-ladle:before { content: $ti-icon-ladle; } -.#{$ti-prefix}-lambda:before { content: $ti-icon-lambda; } -.#{$ti-prefix}-lamp:before { content: $ti-icon-lamp; } -.#{$ti-prefix}-lamp-2:before { content: $ti-icon-lamp-2; } -.#{$ti-prefix}-lamp-off:before { content: $ti-icon-lamp-off; } -.#{$ti-prefix}-lane:before { content: $ti-icon-lane; } -.#{$ti-prefix}-language:before { content: $ti-icon-language; } -.#{$ti-prefix}-language-hiragana:before { content: $ti-icon-language-hiragana; } -.#{$ti-prefix}-language-katakana:before { content: $ti-icon-language-katakana; } -.#{$ti-prefix}-language-off:before { content: $ti-icon-language-off; } -.#{$ti-prefix}-lasso:before { content: $ti-icon-lasso; } -.#{$ti-prefix}-lasso-off:before { content: $ti-icon-lasso-off; } -.#{$ti-prefix}-lasso-polygon:before { content: $ti-icon-lasso-polygon; } -.#{$ti-prefix}-layers-difference:before { content: $ti-icon-layers-difference; } -.#{$ti-prefix}-layers-intersect:before { content: $ti-icon-layers-intersect; } -.#{$ti-prefix}-layers-intersect-2:before { content: $ti-icon-layers-intersect-2; } -.#{$ti-prefix}-layers-linked:before { content: $ti-icon-layers-linked; } -.#{$ti-prefix}-layers-off:before { content: $ti-icon-layers-off; } -.#{$ti-prefix}-layers-subtract:before { content: $ti-icon-layers-subtract; } -.#{$ti-prefix}-layers-union:before { content: $ti-icon-layers-union; } -.#{$ti-prefix}-layout:before { content: $ti-icon-layout; } -.#{$ti-prefix}-layout-2:before { content: $ti-icon-layout-2; } -.#{$ti-prefix}-layout-align-bottom:before { content: $ti-icon-layout-align-bottom; } -.#{$ti-prefix}-layout-align-center:before { content: $ti-icon-layout-align-center; } -.#{$ti-prefix}-layout-align-left:before { content: $ti-icon-layout-align-left; } -.#{$ti-prefix}-layout-align-middle:before { content: $ti-icon-layout-align-middle; } -.#{$ti-prefix}-layout-align-right:before { content: $ti-icon-layout-align-right; } -.#{$ti-prefix}-layout-align-top:before { content: $ti-icon-layout-align-top; } -.#{$ti-prefix}-layout-board:before { content: $ti-icon-layout-board; } -.#{$ti-prefix}-layout-board-split:before { content: $ti-icon-layout-board-split; } -.#{$ti-prefix}-layout-bottombar:before { content: $ti-icon-layout-bottombar; } -.#{$ti-prefix}-layout-bottombar-collapse:before { content: $ti-icon-layout-bottombar-collapse; } -.#{$ti-prefix}-layout-bottombar-collapse-filled:before { content: $ti-icon-layout-bottombar-collapse-filled; } -.#{$ti-prefix}-layout-bottombar-expand:before { content: $ti-icon-layout-bottombar-expand; } -.#{$ti-prefix}-layout-bottombar-expand-filled:before { content: $ti-icon-layout-bottombar-expand-filled; } -.#{$ti-prefix}-layout-bottombar-filled:before { content: $ti-icon-layout-bottombar-filled; } -.#{$ti-prefix}-layout-bottombar-inactive:before { content: $ti-icon-layout-bottombar-inactive; } -.#{$ti-prefix}-layout-cards:before { content: $ti-icon-layout-cards; } -.#{$ti-prefix}-layout-collage:before { content: $ti-icon-layout-collage; } -.#{$ti-prefix}-layout-columns:before { content: $ti-icon-layout-columns; } -.#{$ti-prefix}-layout-dashboard:before { content: $ti-icon-layout-dashboard; } -.#{$ti-prefix}-layout-distribute-horizontal:before { content: $ti-icon-layout-distribute-horizontal; } -.#{$ti-prefix}-layout-distribute-vertical:before { content: $ti-icon-layout-distribute-vertical; } -.#{$ti-prefix}-layout-grid:before { content: $ti-icon-layout-grid; } -.#{$ti-prefix}-layout-grid-add:before { content: $ti-icon-layout-grid-add; } -.#{$ti-prefix}-layout-grid-remove:before { content: $ti-icon-layout-grid-remove; } -.#{$ti-prefix}-layout-kanban:before { content: $ti-icon-layout-kanban; } -.#{$ti-prefix}-layout-list:before { content: $ti-icon-layout-list; } -.#{$ti-prefix}-layout-navbar:before { content: $ti-icon-layout-navbar; } -.#{$ti-prefix}-layout-navbar-collapse:before { content: $ti-icon-layout-navbar-collapse; } -.#{$ti-prefix}-layout-navbar-collapse-filled:before { content: $ti-icon-layout-navbar-collapse-filled; } -.#{$ti-prefix}-layout-navbar-expand:before { content: $ti-icon-layout-navbar-expand; } -.#{$ti-prefix}-layout-navbar-expand-filled:before { content: $ti-icon-layout-navbar-expand-filled; } -.#{$ti-prefix}-layout-navbar-filled:before { content: $ti-icon-layout-navbar-filled; } -.#{$ti-prefix}-layout-navbar-inactive:before { content: $ti-icon-layout-navbar-inactive; } -.#{$ti-prefix}-layout-off:before { content: $ti-icon-layout-off; } -.#{$ti-prefix}-layout-rows:before { content: $ti-icon-layout-rows; } -.#{$ti-prefix}-layout-sidebar:before { content: $ti-icon-layout-sidebar; } -.#{$ti-prefix}-layout-sidebar-inactive:before { content: $ti-icon-layout-sidebar-inactive; } -.#{$ti-prefix}-layout-sidebar-left-collapse:before { content: $ti-icon-layout-sidebar-left-collapse; } -.#{$ti-prefix}-layout-sidebar-left-collapse-filled:before { content: $ti-icon-layout-sidebar-left-collapse-filled; } -.#{$ti-prefix}-layout-sidebar-left-expand:before { content: $ti-icon-layout-sidebar-left-expand; } -.#{$ti-prefix}-layout-sidebar-left-expand-filled:before { content: $ti-icon-layout-sidebar-left-expand-filled; } -.#{$ti-prefix}-layout-sidebar-right:before { content: $ti-icon-layout-sidebar-right; } -.#{$ti-prefix}-layout-sidebar-right-collapse:before { content: $ti-icon-layout-sidebar-right-collapse; } -.#{$ti-prefix}-layout-sidebar-right-collapse-filled:before { content: $ti-icon-layout-sidebar-right-collapse-filled; } -.#{$ti-prefix}-layout-sidebar-right-expand:before { content: $ti-icon-layout-sidebar-right-expand; } -.#{$ti-prefix}-layout-sidebar-right-expand-filled:before { content: $ti-icon-layout-sidebar-right-expand-filled; } -.#{$ti-prefix}-layout-sidebar-right-inactive:before { content: $ti-icon-layout-sidebar-right-inactive; } -.#{$ti-prefix}-leaf:before { content: $ti-icon-leaf; } -.#{$ti-prefix}-leaf-off:before { content: $ti-icon-leaf-off; } -.#{$ti-prefix}-lego:before { content: $ti-icon-lego; } -.#{$ti-prefix}-lego-off:before { content: $ti-icon-lego-off; } -.#{$ti-prefix}-lemon:before { content: $ti-icon-lemon; } -.#{$ti-prefix}-lemon-2:before { content: $ti-icon-lemon-2; } -.#{$ti-prefix}-letter-a:before { content: $ti-icon-letter-a; } -.#{$ti-prefix}-letter-a-small:before { content: $ti-icon-letter-a-small; } -.#{$ti-prefix}-letter-b:before { content: $ti-icon-letter-b; } -.#{$ti-prefix}-letter-b-small:before { content: $ti-icon-letter-b-small; } -.#{$ti-prefix}-letter-c:before { content: $ti-icon-letter-c; } -.#{$ti-prefix}-letter-c-small:before { content: $ti-icon-letter-c-small; } -.#{$ti-prefix}-letter-case:before { content: $ti-icon-letter-case; } -.#{$ti-prefix}-letter-case-lower:before { content: $ti-icon-letter-case-lower; } -.#{$ti-prefix}-letter-case-toggle:before { content: $ti-icon-letter-case-toggle; } -.#{$ti-prefix}-letter-case-upper:before { content: $ti-icon-letter-case-upper; } -.#{$ti-prefix}-letter-d:before { content: $ti-icon-letter-d; } -.#{$ti-prefix}-letter-d-small:before { content: $ti-icon-letter-d-small; } -.#{$ti-prefix}-letter-e:before { content: $ti-icon-letter-e; } -.#{$ti-prefix}-letter-e-small:before { content: $ti-icon-letter-e-small; } -.#{$ti-prefix}-letter-f:before { content: $ti-icon-letter-f; } -.#{$ti-prefix}-letter-f-small:before { content: $ti-icon-letter-f-small; } -.#{$ti-prefix}-letter-g:before { content: $ti-icon-letter-g; } -.#{$ti-prefix}-letter-g-small:before { content: $ti-icon-letter-g-small; } -.#{$ti-prefix}-letter-h:before { content: $ti-icon-letter-h; } -.#{$ti-prefix}-letter-h-small:before { content: $ti-icon-letter-h-small; } -.#{$ti-prefix}-letter-i:before { content: $ti-icon-letter-i; } -.#{$ti-prefix}-letter-i-small:before { content: $ti-icon-letter-i-small; } -.#{$ti-prefix}-letter-j:before { content: $ti-icon-letter-j; } -.#{$ti-prefix}-letter-j-small:before { content: $ti-icon-letter-j-small; } -.#{$ti-prefix}-letter-k:before { content: $ti-icon-letter-k; } -.#{$ti-prefix}-letter-k-small:before { content: $ti-icon-letter-k-small; } -.#{$ti-prefix}-letter-l:before { content: $ti-icon-letter-l; } -.#{$ti-prefix}-letter-l-small:before { content: $ti-icon-letter-l-small; } -.#{$ti-prefix}-letter-m:before { content: $ti-icon-letter-m; } -.#{$ti-prefix}-letter-m-small:before { content: $ti-icon-letter-m-small; } -.#{$ti-prefix}-letter-n:before { content: $ti-icon-letter-n; } -.#{$ti-prefix}-letter-n-small:before { content: $ti-icon-letter-n-small; } -.#{$ti-prefix}-letter-o:before { content: $ti-icon-letter-o; } -.#{$ti-prefix}-letter-o-small:before { content: $ti-icon-letter-o-small; } -.#{$ti-prefix}-letter-p:before { content: $ti-icon-letter-p; } -.#{$ti-prefix}-letter-p-small:before { content: $ti-icon-letter-p-small; } -.#{$ti-prefix}-letter-q:before { content: $ti-icon-letter-q; } -.#{$ti-prefix}-letter-q-small:before { content: $ti-icon-letter-q-small; } -.#{$ti-prefix}-letter-r:before { content: $ti-icon-letter-r; } -.#{$ti-prefix}-letter-r-small:before { content: $ti-icon-letter-r-small; } -.#{$ti-prefix}-letter-s:before { content: $ti-icon-letter-s; } -.#{$ti-prefix}-letter-s-small:before { content: $ti-icon-letter-s-small; } -.#{$ti-prefix}-letter-spacing:before { content: $ti-icon-letter-spacing; } -.#{$ti-prefix}-letter-t:before { content: $ti-icon-letter-t; } -.#{$ti-prefix}-letter-t-small:before { content: $ti-icon-letter-t-small; } -.#{$ti-prefix}-letter-u:before { content: $ti-icon-letter-u; } -.#{$ti-prefix}-letter-u-small:before { content: $ti-icon-letter-u-small; } -.#{$ti-prefix}-letter-v:before { content: $ti-icon-letter-v; } -.#{$ti-prefix}-letter-v-small:before { content: $ti-icon-letter-v-small; } -.#{$ti-prefix}-letter-w:before { content: $ti-icon-letter-w; } -.#{$ti-prefix}-letter-w-small:before { content: $ti-icon-letter-w-small; } -.#{$ti-prefix}-letter-x:before { content: $ti-icon-letter-x; } -.#{$ti-prefix}-letter-x-small:before { content: $ti-icon-letter-x-small; } -.#{$ti-prefix}-letter-y:before { content: $ti-icon-letter-y; } -.#{$ti-prefix}-letter-y-small:before { content: $ti-icon-letter-y-small; } -.#{$ti-prefix}-letter-z:before { content: $ti-icon-letter-z; } -.#{$ti-prefix}-letter-z-small:before { content: $ti-icon-letter-z-small; } -.#{$ti-prefix}-library:before { content: $ti-icon-library; } -.#{$ti-prefix}-library-minus:before { content: $ti-icon-library-minus; } -.#{$ti-prefix}-library-photo:before { content: $ti-icon-library-photo; } -.#{$ti-prefix}-library-plus:before { content: $ti-icon-library-plus; } -.#{$ti-prefix}-license:before { content: $ti-icon-license; } -.#{$ti-prefix}-license-off:before { content: $ti-icon-license-off; } -.#{$ti-prefix}-lifebuoy:before { content: $ti-icon-lifebuoy; } -.#{$ti-prefix}-lifebuoy-off:before { content: $ti-icon-lifebuoy-off; } -.#{$ti-prefix}-lighter:before { content: $ti-icon-lighter; } -.#{$ti-prefix}-line:before { content: $ti-icon-line; } -.#{$ti-prefix}-line-dashed:before { content: $ti-icon-line-dashed; } -.#{$ti-prefix}-line-dotted:before { content: $ti-icon-line-dotted; } -.#{$ti-prefix}-line-height:before { content: $ti-icon-line-height; } -.#{$ti-prefix}-line-scan:before { content: $ti-icon-line-scan; } -.#{$ti-prefix}-link:before { content: $ti-icon-link; } -.#{$ti-prefix}-link-minus:before { content: $ti-icon-link-minus; } -.#{$ti-prefix}-link-off:before { content: $ti-icon-link-off; } -.#{$ti-prefix}-link-plus:before { content: $ti-icon-link-plus; } -.#{$ti-prefix}-list:before { content: $ti-icon-list; } -.#{$ti-prefix}-list-check:before { content: $ti-icon-list-check; } -.#{$ti-prefix}-list-details:before { content: $ti-icon-list-details; } -.#{$ti-prefix}-list-letters:before { content: $ti-icon-list-letters; } -.#{$ti-prefix}-list-numbers:before { content: $ti-icon-list-numbers; } -.#{$ti-prefix}-list-search:before { content: $ti-icon-list-search; } -.#{$ti-prefix}-list-tree:before { content: $ti-icon-list-tree; } -.#{$ti-prefix}-live-photo:before { content: $ti-icon-live-photo; } -.#{$ti-prefix}-live-photo-off:before { content: $ti-icon-live-photo-off; } -.#{$ti-prefix}-live-view:before { content: $ti-icon-live-view; } -.#{$ti-prefix}-load-balancer:before { content: $ti-icon-load-balancer; } -.#{$ti-prefix}-loader:before { content: $ti-icon-loader; } -.#{$ti-prefix}-loader-2:before { content: $ti-icon-loader-2; } -.#{$ti-prefix}-loader-3:before { content: $ti-icon-loader-3; } -.#{$ti-prefix}-loader-quarter:before { content: $ti-icon-loader-quarter; } -.#{$ti-prefix}-location:before { content: $ti-icon-location; } -.#{$ti-prefix}-location-bolt:before { content: $ti-icon-location-bolt; } -.#{$ti-prefix}-location-broken:before { content: $ti-icon-location-broken; } -.#{$ti-prefix}-location-cancel:before { content: $ti-icon-location-cancel; } -.#{$ti-prefix}-location-check:before { content: $ti-icon-location-check; } -.#{$ti-prefix}-location-code:before { content: $ti-icon-location-code; } -.#{$ti-prefix}-location-cog:before { content: $ti-icon-location-cog; } -.#{$ti-prefix}-location-discount:before { content: $ti-icon-location-discount; } -.#{$ti-prefix}-location-dollar:before { content: $ti-icon-location-dollar; } -.#{$ti-prefix}-location-down:before { content: $ti-icon-location-down; } -.#{$ti-prefix}-location-exclamation:before { content: $ti-icon-location-exclamation; } -.#{$ti-prefix}-location-filled:before { content: $ti-icon-location-filled; } -.#{$ti-prefix}-location-heart:before { content: $ti-icon-location-heart; } -.#{$ti-prefix}-location-minus:before { content: $ti-icon-location-minus; } -.#{$ti-prefix}-location-off:before { content: $ti-icon-location-off; } -.#{$ti-prefix}-location-pause:before { content: $ti-icon-location-pause; } -.#{$ti-prefix}-location-pin:before { content: $ti-icon-location-pin; } -.#{$ti-prefix}-location-plus:before { content: $ti-icon-location-plus; } -.#{$ti-prefix}-location-question:before { content: $ti-icon-location-question; } -.#{$ti-prefix}-location-search:before { content: $ti-icon-location-search; } -.#{$ti-prefix}-location-share:before { content: $ti-icon-location-share; } -.#{$ti-prefix}-location-star:before { content: $ti-icon-location-star; } -.#{$ti-prefix}-location-up:before { content: $ti-icon-location-up; } -.#{$ti-prefix}-location-x:before { content: $ti-icon-location-x; } -.#{$ti-prefix}-lock:before { content: $ti-icon-lock; } -.#{$ti-prefix}-lock-access:before { content: $ti-icon-lock-access; } -.#{$ti-prefix}-lock-access-off:before { content: $ti-icon-lock-access-off; } -.#{$ti-prefix}-lock-bolt:before { content: $ti-icon-lock-bolt; } -.#{$ti-prefix}-lock-cancel:before { content: $ti-icon-lock-cancel; } -.#{$ti-prefix}-lock-check:before { content: $ti-icon-lock-check; } -.#{$ti-prefix}-lock-code:before { content: $ti-icon-lock-code; } -.#{$ti-prefix}-lock-cog:before { content: $ti-icon-lock-cog; } -.#{$ti-prefix}-lock-dollar:before { content: $ti-icon-lock-dollar; } -.#{$ti-prefix}-lock-down:before { content: $ti-icon-lock-down; } -.#{$ti-prefix}-lock-exclamation:before { content: $ti-icon-lock-exclamation; } -.#{$ti-prefix}-lock-heart:before { content: $ti-icon-lock-heart; } -.#{$ti-prefix}-lock-minus:before { content: $ti-icon-lock-minus; } -.#{$ti-prefix}-lock-off:before { content: $ti-icon-lock-off; } -.#{$ti-prefix}-lock-open:before { content: $ti-icon-lock-open; } -.#{$ti-prefix}-lock-open-off:before { content: $ti-icon-lock-open-off; } -.#{$ti-prefix}-lock-pause:before { content: $ti-icon-lock-pause; } -.#{$ti-prefix}-lock-pin:before { content: $ti-icon-lock-pin; } -.#{$ti-prefix}-lock-plus:before { content: $ti-icon-lock-plus; } -.#{$ti-prefix}-lock-question:before { content: $ti-icon-lock-question; } -.#{$ti-prefix}-lock-search:before { content: $ti-icon-lock-search; } -.#{$ti-prefix}-lock-share:before { content: $ti-icon-lock-share; } -.#{$ti-prefix}-lock-square:before { content: $ti-icon-lock-square; } -.#{$ti-prefix}-lock-square-rounded:before { content: $ti-icon-lock-square-rounded; } -.#{$ti-prefix}-lock-square-rounded-filled:before { content: $ti-icon-lock-square-rounded-filled; } -.#{$ti-prefix}-lock-star:before { content: $ti-icon-lock-star; } -.#{$ti-prefix}-lock-up:before { content: $ti-icon-lock-up; } -.#{$ti-prefix}-lock-x:before { content: $ti-icon-lock-x; } -.#{$ti-prefix}-logic-and:before { content: $ti-icon-logic-and; } -.#{$ti-prefix}-logic-buffer:before { content: $ti-icon-logic-buffer; } -.#{$ti-prefix}-logic-nand:before { content: $ti-icon-logic-nand; } -.#{$ti-prefix}-logic-nor:before { content: $ti-icon-logic-nor; } -.#{$ti-prefix}-logic-not:before { content: $ti-icon-logic-not; } -.#{$ti-prefix}-logic-or:before { content: $ti-icon-logic-or; } -.#{$ti-prefix}-logic-xnor:before { content: $ti-icon-logic-xnor; } -.#{$ti-prefix}-logic-xor:before { content: $ti-icon-logic-xor; } -.#{$ti-prefix}-login:before { content: $ti-icon-login; } -.#{$ti-prefix}-login-2:before { content: $ti-icon-login-2; } -.#{$ti-prefix}-logout:before { content: $ti-icon-logout; } -.#{$ti-prefix}-logout-2:before { content: $ti-icon-logout-2; } -.#{$ti-prefix}-lollipop:before { content: $ti-icon-lollipop; } -.#{$ti-prefix}-lollipop-off:before { content: $ti-icon-lollipop-off; } -.#{$ti-prefix}-luggage:before { content: $ti-icon-luggage; } -.#{$ti-prefix}-luggage-off:before { content: $ti-icon-luggage-off; } -.#{$ti-prefix}-lungs:before { content: $ti-icon-lungs; } -.#{$ti-prefix}-lungs-off:before { content: $ti-icon-lungs-off; } -.#{$ti-prefix}-macro:before { content: $ti-icon-macro; } -.#{$ti-prefix}-macro-off:before { content: $ti-icon-macro-off; } -.#{$ti-prefix}-magnet:before { content: $ti-icon-magnet; } -.#{$ti-prefix}-magnet-off:before { content: $ti-icon-magnet-off; } -.#{$ti-prefix}-magnetic:before { content: $ti-icon-magnetic; } -.#{$ti-prefix}-mail:before { content: $ti-icon-mail; } -.#{$ti-prefix}-mail-ai:before { content: $ti-icon-mail-ai; } -.#{$ti-prefix}-mail-bolt:before { content: $ti-icon-mail-bolt; } -.#{$ti-prefix}-mail-cancel:before { content: $ti-icon-mail-cancel; } -.#{$ti-prefix}-mail-check:before { content: $ti-icon-mail-check; } -.#{$ti-prefix}-mail-code:before { content: $ti-icon-mail-code; } -.#{$ti-prefix}-mail-cog:before { content: $ti-icon-mail-cog; } -.#{$ti-prefix}-mail-dollar:before { content: $ti-icon-mail-dollar; } -.#{$ti-prefix}-mail-down:before { content: $ti-icon-mail-down; } -.#{$ti-prefix}-mail-exclamation:before { content: $ti-icon-mail-exclamation; } -.#{$ti-prefix}-mail-fast:before { content: $ti-icon-mail-fast; } -.#{$ti-prefix}-mail-filled:before { content: $ti-icon-mail-filled; } -.#{$ti-prefix}-mail-forward:before { content: $ti-icon-mail-forward; } -.#{$ti-prefix}-mail-heart:before { content: $ti-icon-mail-heart; } -.#{$ti-prefix}-mail-minus:before { content: $ti-icon-mail-minus; } -.#{$ti-prefix}-mail-off:before { content: $ti-icon-mail-off; } -.#{$ti-prefix}-mail-opened:before { content: $ti-icon-mail-opened; } -.#{$ti-prefix}-mail-opened-filled:before { content: $ti-icon-mail-opened-filled; } -.#{$ti-prefix}-mail-pause:before { content: $ti-icon-mail-pause; } -.#{$ti-prefix}-mail-pin:before { content: $ti-icon-mail-pin; } -.#{$ti-prefix}-mail-plus:before { content: $ti-icon-mail-plus; } -.#{$ti-prefix}-mail-question:before { content: $ti-icon-mail-question; } -.#{$ti-prefix}-mail-search:before { content: $ti-icon-mail-search; } -.#{$ti-prefix}-mail-share:before { content: $ti-icon-mail-share; } -.#{$ti-prefix}-mail-star:before { content: $ti-icon-mail-star; } -.#{$ti-prefix}-mail-up:before { content: $ti-icon-mail-up; } -.#{$ti-prefix}-mail-x:before { content: $ti-icon-mail-x; } -.#{$ti-prefix}-mailbox:before { content: $ti-icon-mailbox; } -.#{$ti-prefix}-mailbox-off:before { content: $ti-icon-mailbox-off; } -.#{$ti-prefix}-man:before { content: $ti-icon-man; } -.#{$ti-prefix}-manual-gearbox:before { content: $ti-icon-manual-gearbox; } -.#{$ti-prefix}-map:before { content: $ti-icon-map; } -.#{$ti-prefix}-map-2:before { content: $ti-icon-map-2; } -.#{$ti-prefix}-map-bolt:before { content: $ti-icon-map-bolt; } -.#{$ti-prefix}-map-cancel:before { content: $ti-icon-map-cancel; } -.#{$ti-prefix}-map-check:before { content: $ti-icon-map-check; } -.#{$ti-prefix}-map-code:before { content: $ti-icon-map-code; } -.#{$ti-prefix}-map-cog:before { content: $ti-icon-map-cog; } -.#{$ti-prefix}-map-discount:before { content: $ti-icon-map-discount; } -.#{$ti-prefix}-map-dollar:before { content: $ti-icon-map-dollar; } -.#{$ti-prefix}-map-down:before { content: $ti-icon-map-down; } -.#{$ti-prefix}-map-east:before { content: $ti-icon-map-east; } -.#{$ti-prefix}-map-exclamation:before { content: $ti-icon-map-exclamation; } -.#{$ti-prefix}-map-heart:before { content: $ti-icon-map-heart; } -.#{$ti-prefix}-map-minus:before { content: $ti-icon-map-minus; } -.#{$ti-prefix}-map-north:before { content: $ti-icon-map-north; } -.#{$ti-prefix}-map-off:before { content: $ti-icon-map-off; } -.#{$ti-prefix}-map-pause:before { content: $ti-icon-map-pause; } -.#{$ti-prefix}-map-pin:before { content: $ti-icon-map-pin; } -.#{$ti-prefix}-map-pin-2:before { content: $ti-icon-map-pin-2; } -.#{$ti-prefix}-map-pin-bolt:before { content: $ti-icon-map-pin-bolt; } -.#{$ti-prefix}-map-pin-cancel:before { content: $ti-icon-map-pin-cancel; } -.#{$ti-prefix}-map-pin-check:before { content: $ti-icon-map-pin-check; } -.#{$ti-prefix}-map-pin-code:before { content: $ti-icon-map-pin-code; } -.#{$ti-prefix}-map-pin-cog:before { content: $ti-icon-map-pin-cog; } -.#{$ti-prefix}-map-pin-dollar:before { content: $ti-icon-map-pin-dollar; } -.#{$ti-prefix}-map-pin-down:before { content: $ti-icon-map-pin-down; } -.#{$ti-prefix}-map-pin-exclamation:before { content: $ti-icon-map-pin-exclamation; } -.#{$ti-prefix}-map-pin-filled:before { content: $ti-icon-map-pin-filled; } -.#{$ti-prefix}-map-pin-heart:before { content: $ti-icon-map-pin-heart; } -.#{$ti-prefix}-map-pin-minus:before { content: $ti-icon-map-pin-minus; } -.#{$ti-prefix}-map-pin-off:before { content: $ti-icon-map-pin-off; } -.#{$ti-prefix}-map-pin-pause:before { content: $ti-icon-map-pin-pause; } -.#{$ti-prefix}-map-pin-pin:before { content: $ti-icon-map-pin-pin; } -.#{$ti-prefix}-map-pin-plus:before { content: $ti-icon-map-pin-plus; } -.#{$ti-prefix}-map-pin-question:before { content: $ti-icon-map-pin-question; } -.#{$ti-prefix}-map-pin-search:before { content: $ti-icon-map-pin-search; } -.#{$ti-prefix}-map-pin-share:before { content: $ti-icon-map-pin-share; } -.#{$ti-prefix}-map-pin-star:before { content: $ti-icon-map-pin-star; } -.#{$ti-prefix}-map-pin-up:before { content: $ti-icon-map-pin-up; } -.#{$ti-prefix}-map-pin-x:before { content: $ti-icon-map-pin-x; } -.#{$ti-prefix}-map-pins:before { content: $ti-icon-map-pins; } -.#{$ti-prefix}-map-plus:before { content: $ti-icon-map-plus; } -.#{$ti-prefix}-map-question:before { content: $ti-icon-map-question; } -.#{$ti-prefix}-map-route:before { content: $ti-icon-map-route; } -.#{$ti-prefix}-map-search:before { content: $ti-icon-map-search; } -.#{$ti-prefix}-map-share:before { content: $ti-icon-map-share; } -.#{$ti-prefix}-map-south:before { content: $ti-icon-map-south; } -.#{$ti-prefix}-map-star:before { content: $ti-icon-map-star; } -.#{$ti-prefix}-map-up:before { content: $ti-icon-map-up; } -.#{$ti-prefix}-map-west:before { content: $ti-icon-map-west; } -.#{$ti-prefix}-map-x:before { content: $ti-icon-map-x; } -.#{$ti-prefix}-markdown:before { content: $ti-icon-markdown; } -.#{$ti-prefix}-markdown-off:before { content: $ti-icon-markdown-off; } -.#{$ti-prefix}-marquee:before { content: $ti-icon-marquee; } -.#{$ti-prefix}-marquee-2:before { content: $ti-icon-marquee-2; } -.#{$ti-prefix}-marquee-off:before { content: $ti-icon-marquee-off; } -.#{$ti-prefix}-mars:before { content: $ti-icon-mars; } -.#{$ti-prefix}-mask:before { content: $ti-icon-mask; } -.#{$ti-prefix}-mask-off:before { content: $ti-icon-mask-off; } -.#{$ti-prefix}-masks-theater:before { content: $ti-icon-masks-theater; } -.#{$ti-prefix}-masks-theater-off:before { content: $ti-icon-masks-theater-off; } -.#{$ti-prefix}-massage:before { content: $ti-icon-massage; } -.#{$ti-prefix}-matchstick:before { content: $ti-icon-matchstick; } -.#{$ti-prefix}-math:before { content: $ti-icon-math; } -.#{$ti-prefix}-math-1-divide-2:before { content: $ti-icon-math-1-divide-2; } -.#{$ti-prefix}-math-1-divide-3:before { content: $ti-icon-math-1-divide-3; } -.#{$ti-prefix}-math-avg:before { content: $ti-icon-math-avg; } -.#{$ti-prefix}-math-equal-greater:before { content: $ti-icon-math-equal-greater; } -.#{$ti-prefix}-math-equal-lower:before { content: $ti-icon-math-equal-lower; } -.#{$ti-prefix}-math-function:before { content: $ti-icon-math-function; } -.#{$ti-prefix}-math-function-off:before { content: $ti-icon-math-function-off; } -.#{$ti-prefix}-math-function-y:before { content: $ti-icon-math-function-y; } -.#{$ti-prefix}-math-greater:before { content: $ti-icon-math-greater; } -.#{$ti-prefix}-math-integral:before { content: $ti-icon-math-integral; } -.#{$ti-prefix}-math-integral-x:before { content: $ti-icon-math-integral-x; } -.#{$ti-prefix}-math-integrals:before { content: $ti-icon-math-integrals; } -.#{$ti-prefix}-math-lower:before { content: $ti-icon-math-lower; } -.#{$ti-prefix}-math-max:before { content: $ti-icon-math-max; } -.#{$ti-prefix}-math-max-min:before { content: $ti-icon-math-max-min; } -.#{$ti-prefix}-math-min:before { content: $ti-icon-math-min; } -.#{$ti-prefix}-math-not:before { content: $ti-icon-math-not; } -.#{$ti-prefix}-math-off:before { content: $ti-icon-math-off; } -.#{$ti-prefix}-math-pi:before { content: $ti-icon-math-pi; } -.#{$ti-prefix}-math-pi-divide-2:before { content: $ti-icon-math-pi-divide-2; } -.#{$ti-prefix}-math-symbols:before { content: $ti-icon-math-symbols; } -.#{$ti-prefix}-math-x-divide-2:before { content: $ti-icon-math-x-divide-2; } -.#{$ti-prefix}-math-x-divide-y:before { content: $ti-icon-math-x-divide-y; } -.#{$ti-prefix}-math-x-divide-y-2:before { content: $ti-icon-math-x-divide-y-2; } -.#{$ti-prefix}-math-x-minus-x:before { content: $ti-icon-math-x-minus-x; } -.#{$ti-prefix}-math-x-minus-y:before { content: $ti-icon-math-x-minus-y; } -.#{$ti-prefix}-math-x-plus-x:before { content: $ti-icon-math-x-plus-x; } -.#{$ti-prefix}-math-x-plus-y:before { content: $ti-icon-math-x-plus-y; } -.#{$ti-prefix}-math-xy:before { content: $ti-icon-math-xy; } -.#{$ti-prefix}-math-y-minus-y:before { content: $ti-icon-math-y-minus-y; } -.#{$ti-prefix}-math-y-plus-y:before { content: $ti-icon-math-y-plus-y; } -.#{$ti-prefix}-maximize:before { content: $ti-icon-maximize; } -.#{$ti-prefix}-maximize-off:before { content: $ti-icon-maximize-off; } -.#{$ti-prefix}-meat:before { content: $ti-icon-meat; } -.#{$ti-prefix}-meat-off:before { content: $ti-icon-meat-off; } -.#{$ti-prefix}-medal:before { content: $ti-icon-medal; } -.#{$ti-prefix}-medal-2:before { content: $ti-icon-medal-2; } -.#{$ti-prefix}-medical-cross:before { content: $ti-icon-medical-cross; } -.#{$ti-prefix}-medical-cross-circle:before { content: $ti-icon-medical-cross-circle; } -.#{$ti-prefix}-medical-cross-filled:before { content: $ti-icon-medical-cross-filled; } -.#{$ti-prefix}-medical-cross-off:before { content: $ti-icon-medical-cross-off; } -.#{$ti-prefix}-medicine-syrup:before { content: $ti-icon-medicine-syrup; } -.#{$ti-prefix}-meeple:before { content: $ti-icon-meeple; } -.#{$ti-prefix}-melon:before { content: $ti-icon-melon; } -.#{$ti-prefix}-menorah:before { content: $ti-icon-menorah; } -.#{$ti-prefix}-menu:before { content: $ti-icon-menu; } -.#{$ti-prefix}-menu-2:before { content: $ti-icon-menu-2; } -.#{$ti-prefix}-menu-deep:before { content: $ti-icon-menu-deep; } -.#{$ti-prefix}-menu-order:before { content: $ti-icon-menu-order; } -.#{$ti-prefix}-message:before { content: $ti-icon-message; } -.#{$ti-prefix}-message-2:before { content: $ti-icon-message-2; } -.#{$ti-prefix}-message-2-bolt:before { content: $ti-icon-message-2-bolt; } -.#{$ti-prefix}-message-2-cancel:before { content: $ti-icon-message-2-cancel; } -.#{$ti-prefix}-message-2-check:before { content: $ti-icon-message-2-check; } -.#{$ti-prefix}-message-2-code:before { content: $ti-icon-message-2-code; } -.#{$ti-prefix}-message-2-cog:before { content: $ti-icon-message-2-cog; } -.#{$ti-prefix}-message-2-dollar:before { content: $ti-icon-message-2-dollar; } -.#{$ti-prefix}-message-2-down:before { content: $ti-icon-message-2-down; } -.#{$ti-prefix}-message-2-exclamation:before { content: $ti-icon-message-2-exclamation; } -.#{$ti-prefix}-message-2-heart:before { content: $ti-icon-message-2-heart; } -.#{$ti-prefix}-message-2-minus:before { content: $ti-icon-message-2-minus; } -.#{$ti-prefix}-message-2-off:before { content: $ti-icon-message-2-off; } -.#{$ti-prefix}-message-2-pause:before { content: $ti-icon-message-2-pause; } -.#{$ti-prefix}-message-2-pin:before { content: $ti-icon-message-2-pin; } -.#{$ti-prefix}-message-2-plus:before { content: $ti-icon-message-2-plus; } -.#{$ti-prefix}-message-2-question:before { content: $ti-icon-message-2-question; } -.#{$ti-prefix}-message-2-search:before { content: $ti-icon-message-2-search; } -.#{$ti-prefix}-message-2-share:before { content: $ti-icon-message-2-share; } -.#{$ti-prefix}-message-2-star:before { content: $ti-icon-message-2-star; } -.#{$ti-prefix}-message-2-up:before { content: $ti-icon-message-2-up; } -.#{$ti-prefix}-message-2-x:before { content: $ti-icon-message-2-x; } -.#{$ti-prefix}-message-bolt:before { content: $ti-icon-message-bolt; } -.#{$ti-prefix}-message-cancel:before { content: $ti-icon-message-cancel; } -.#{$ti-prefix}-message-chatbot:before { content: $ti-icon-message-chatbot; } -.#{$ti-prefix}-message-check:before { content: $ti-icon-message-check; } -.#{$ti-prefix}-message-circle:before { content: $ti-icon-message-circle; } -.#{$ti-prefix}-message-circle-2:before { content: $ti-icon-message-circle-2; } -.#{$ti-prefix}-message-circle-2-filled:before { content: $ti-icon-message-circle-2-filled; } -.#{$ti-prefix}-message-circle-bolt:before { content: $ti-icon-message-circle-bolt; } -.#{$ti-prefix}-message-circle-cancel:before { content: $ti-icon-message-circle-cancel; } -.#{$ti-prefix}-message-circle-check:before { content: $ti-icon-message-circle-check; } -.#{$ti-prefix}-message-circle-code:before { content: $ti-icon-message-circle-code; } -.#{$ti-prefix}-message-circle-cog:before { content: $ti-icon-message-circle-cog; } -.#{$ti-prefix}-message-circle-dollar:before { content: $ti-icon-message-circle-dollar; } -.#{$ti-prefix}-message-circle-down:before { content: $ti-icon-message-circle-down; } -.#{$ti-prefix}-message-circle-exclamation:before { content: $ti-icon-message-circle-exclamation; } -.#{$ti-prefix}-message-circle-heart:before { content: $ti-icon-message-circle-heart; } -.#{$ti-prefix}-message-circle-minus:before { content: $ti-icon-message-circle-minus; } -.#{$ti-prefix}-message-circle-off:before { content: $ti-icon-message-circle-off; } -.#{$ti-prefix}-message-circle-pause:before { content: $ti-icon-message-circle-pause; } -.#{$ti-prefix}-message-circle-pin:before { content: $ti-icon-message-circle-pin; } -.#{$ti-prefix}-message-circle-plus:before { content: $ti-icon-message-circle-plus; } -.#{$ti-prefix}-message-circle-question:before { content: $ti-icon-message-circle-question; } -.#{$ti-prefix}-message-circle-search:before { content: $ti-icon-message-circle-search; } -.#{$ti-prefix}-message-circle-share:before { content: $ti-icon-message-circle-share; } -.#{$ti-prefix}-message-circle-star:before { content: $ti-icon-message-circle-star; } -.#{$ti-prefix}-message-circle-up:before { content: $ti-icon-message-circle-up; } -.#{$ti-prefix}-message-circle-x:before { content: $ti-icon-message-circle-x; } -.#{$ti-prefix}-message-code:before { content: $ti-icon-message-code; } -.#{$ti-prefix}-message-cog:before { content: $ti-icon-message-cog; } -.#{$ti-prefix}-message-dollar:before { content: $ti-icon-message-dollar; } -.#{$ti-prefix}-message-dots:before { content: $ti-icon-message-dots; } -.#{$ti-prefix}-message-down:before { content: $ti-icon-message-down; } -.#{$ti-prefix}-message-exclamation:before { content: $ti-icon-message-exclamation; } -.#{$ti-prefix}-message-forward:before { content: $ti-icon-message-forward; } -.#{$ti-prefix}-message-heart:before { content: $ti-icon-message-heart; } -.#{$ti-prefix}-message-language:before { content: $ti-icon-message-language; } -.#{$ti-prefix}-message-minus:before { content: $ti-icon-message-minus; } -.#{$ti-prefix}-message-off:before { content: $ti-icon-message-off; } -.#{$ti-prefix}-message-pause:before { content: $ti-icon-message-pause; } -.#{$ti-prefix}-message-pin:before { content: $ti-icon-message-pin; } -.#{$ti-prefix}-message-plus:before { content: $ti-icon-message-plus; } -.#{$ti-prefix}-message-question:before { content: $ti-icon-message-question; } -.#{$ti-prefix}-message-reply:before { content: $ti-icon-message-reply; } -.#{$ti-prefix}-message-report:before { content: $ti-icon-message-report; } -.#{$ti-prefix}-message-search:before { content: $ti-icon-message-search; } -.#{$ti-prefix}-message-share:before { content: $ti-icon-message-share; } -.#{$ti-prefix}-message-star:before { content: $ti-icon-message-star; } -.#{$ti-prefix}-message-up:before { content: $ti-icon-message-up; } -.#{$ti-prefix}-message-x:before { content: $ti-icon-message-x; } -.#{$ti-prefix}-messages:before { content: $ti-icon-messages; } -.#{$ti-prefix}-messages-off:before { content: $ti-icon-messages-off; } -.#{$ti-prefix}-meteor:before { content: $ti-icon-meteor; } -.#{$ti-prefix}-meteor-off:before { content: $ti-icon-meteor-off; } -.#{$ti-prefix}-meter-cube:before { content: $ti-icon-meter-cube; } -.#{$ti-prefix}-meter-square:before { content: $ti-icon-meter-square; } -.#{$ti-prefix}-metronome:before { content: $ti-icon-metronome; } -.#{$ti-prefix}-michelin-bib-gourmand:before { content: $ti-icon-michelin-bib-gourmand; } -.#{$ti-prefix}-michelin-star:before { content: $ti-icon-michelin-star; } -.#{$ti-prefix}-michelin-star-green:before { content: $ti-icon-michelin-star-green; } -.#{$ti-prefix}-mickey:before { content: $ti-icon-mickey; } -.#{$ti-prefix}-mickey-filled:before { content: $ti-icon-mickey-filled; } -.#{$ti-prefix}-microphone:before { content: $ti-icon-microphone; } -.#{$ti-prefix}-microphone-2:before { content: $ti-icon-microphone-2; } -.#{$ti-prefix}-microphone-2-off:before { content: $ti-icon-microphone-2-off; } -.#{$ti-prefix}-microphone-off:before { content: $ti-icon-microphone-off; } -.#{$ti-prefix}-microscope:before { content: $ti-icon-microscope; } -.#{$ti-prefix}-microscope-off:before { content: $ti-icon-microscope-off; } -.#{$ti-prefix}-microwave:before { content: $ti-icon-microwave; } -.#{$ti-prefix}-microwave-off:before { content: $ti-icon-microwave-off; } -.#{$ti-prefix}-military-award:before { content: $ti-icon-military-award; } -.#{$ti-prefix}-military-rank:before { content: $ti-icon-military-rank; } -.#{$ti-prefix}-milk:before { content: $ti-icon-milk; } -.#{$ti-prefix}-milk-off:before { content: $ti-icon-milk-off; } -.#{$ti-prefix}-milkshake:before { content: $ti-icon-milkshake; } -.#{$ti-prefix}-minimize:before { content: $ti-icon-minimize; } -.#{$ti-prefix}-minus:before { content: $ti-icon-minus; } -.#{$ti-prefix}-minus-vertical:before { content: $ti-icon-minus-vertical; } -.#{$ti-prefix}-mist:before { content: $ti-icon-mist; } -.#{$ti-prefix}-mist-off:before { content: $ti-icon-mist-off; } -.#{$ti-prefix}-mobiledata:before { content: $ti-icon-mobiledata; } -.#{$ti-prefix}-mobiledata-off:before { content: $ti-icon-mobiledata-off; } -.#{$ti-prefix}-moneybag:before { content: $ti-icon-moneybag; } -.#{$ti-prefix}-mood-angry:before { content: $ti-icon-mood-angry; } -.#{$ti-prefix}-mood-annoyed:before { content: $ti-icon-mood-annoyed; } -.#{$ti-prefix}-mood-annoyed-2:before { content: $ti-icon-mood-annoyed-2; } -.#{$ti-prefix}-mood-boy:before { content: $ti-icon-mood-boy; } -.#{$ti-prefix}-mood-check:before { content: $ti-icon-mood-check; } -.#{$ti-prefix}-mood-cog:before { content: $ti-icon-mood-cog; } -.#{$ti-prefix}-mood-confuzed:before { content: $ti-icon-mood-confuzed; } -.#{$ti-prefix}-mood-confuzed-filled:before { content: $ti-icon-mood-confuzed-filled; } -.#{$ti-prefix}-mood-crazy-happy:before { content: $ti-icon-mood-crazy-happy; } -.#{$ti-prefix}-mood-cry:before { content: $ti-icon-mood-cry; } -.#{$ti-prefix}-mood-dollar:before { content: $ti-icon-mood-dollar; } -.#{$ti-prefix}-mood-edit:before { content: $ti-icon-mood-edit; } -.#{$ti-prefix}-mood-empty:before { content: $ti-icon-mood-empty; } -.#{$ti-prefix}-mood-empty-filled:before { content: $ti-icon-mood-empty-filled; } -.#{$ti-prefix}-mood-happy:before { content: $ti-icon-mood-happy; } -.#{$ti-prefix}-mood-happy-filled:before { content: $ti-icon-mood-happy-filled; } -.#{$ti-prefix}-mood-heart:before { content: $ti-icon-mood-heart; } -.#{$ti-prefix}-mood-kid:before { content: $ti-icon-mood-kid; } -.#{$ti-prefix}-mood-kid-filled:before { content: $ti-icon-mood-kid-filled; } -.#{$ti-prefix}-mood-look-down:before { content: $ti-icon-mood-look-down; } -.#{$ti-prefix}-mood-look-left:before { content: $ti-icon-mood-look-left; } -.#{$ti-prefix}-mood-look-right:before { content: $ti-icon-mood-look-right; } -.#{$ti-prefix}-mood-look-up:before { content: $ti-icon-mood-look-up; } -.#{$ti-prefix}-mood-minus:before { content: $ti-icon-mood-minus; } -.#{$ti-prefix}-mood-nerd:before { content: $ti-icon-mood-nerd; } -.#{$ti-prefix}-mood-nervous:before { content: $ti-icon-mood-nervous; } -.#{$ti-prefix}-mood-neutral:before { content: $ti-icon-mood-neutral; } -.#{$ti-prefix}-mood-neutral-filled:before { content: $ti-icon-mood-neutral-filled; } -.#{$ti-prefix}-mood-off:before { content: $ti-icon-mood-off; } -.#{$ti-prefix}-mood-pin:before { content: $ti-icon-mood-pin; } -.#{$ti-prefix}-mood-plus:before { content: $ti-icon-mood-plus; } -.#{$ti-prefix}-mood-puzzled:before { content: $ti-icon-mood-puzzled; } -.#{$ti-prefix}-mood-sad:before { content: $ti-icon-mood-sad; } -.#{$ti-prefix}-mood-sad-2:before { content: $ti-icon-mood-sad-2; } -.#{$ti-prefix}-mood-sad-dizzy:before { content: $ti-icon-mood-sad-dizzy; } -.#{$ti-prefix}-mood-sad-filled:before { content: $ti-icon-mood-sad-filled; } -.#{$ti-prefix}-mood-sad-squint:before { content: $ti-icon-mood-sad-squint; } -.#{$ti-prefix}-mood-search:before { content: $ti-icon-mood-search; } -.#{$ti-prefix}-mood-share:before { content: $ti-icon-mood-share; } -.#{$ti-prefix}-mood-sick:before { content: $ti-icon-mood-sick; } -.#{$ti-prefix}-mood-silence:before { content: $ti-icon-mood-silence; } -.#{$ti-prefix}-mood-sing:before { content: $ti-icon-mood-sing; } -.#{$ti-prefix}-mood-smile:before { content: $ti-icon-mood-smile; } -.#{$ti-prefix}-mood-smile-beam:before { content: $ti-icon-mood-smile-beam; } -.#{$ti-prefix}-mood-smile-dizzy:before { content: $ti-icon-mood-smile-dizzy; } -.#{$ti-prefix}-mood-smile-filled:before { content: $ti-icon-mood-smile-filled; } -.#{$ti-prefix}-mood-suprised:before { content: $ti-icon-mood-suprised; } -.#{$ti-prefix}-mood-tongue:before { content: $ti-icon-mood-tongue; } -.#{$ti-prefix}-mood-tongue-wink:before { content: $ti-icon-mood-tongue-wink; } -.#{$ti-prefix}-mood-tongue-wink-2:before { content: $ti-icon-mood-tongue-wink-2; } -.#{$ti-prefix}-mood-unamused:before { content: $ti-icon-mood-unamused; } -.#{$ti-prefix}-mood-up:before { content: $ti-icon-mood-up; } -.#{$ti-prefix}-mood-wink:before { content: $ti-icon-mood-wink; } -.#{$ti-prefix}-mood-wink-2:before { content: $ti-icon-mood-wink-2; } -.#{$ti-prefix}-mood-wrrr:before { content: $ti-icon-mood-wrrr; } -.#{$ti-prefix}-mood-x:before { content: $ti-icon-mood-x; } -.#{$ti-prefix}-mood-xd:before { content: $ti-icon-mood-xd; } -.#{$ti-prefix}-moon:before { content: $ti-icon-moon; } -.#{$ti-prefix}-moon-2:before { content: $ti-icon-moon-2; } -.#{$ti-prefix}-moon-filled:before { content: $ti-icon-moon-filled; } -.#{$ti-prefix}-moon-off:before { content: $ti-icon-moon-off; } -.#{$ti-prefix}-moon-stars:before { content: $ti-icon-moon-stars; } -.#{$ti-prefix}-moped:before { content: $ti-icon-moped; } -.#{$ti-prefix}-motorbike:before { content: $ti-icon-motorbike; } -.#{$ti-prefix}-mountain:before { content: $ti-icon-mountain; } -.#{$ti-prefix}-mountain-off:before { content: $ti-icon-mountain-off; } -.#{$ti-prefix}-mouse:before { content: $ti-icon-mouse; } -.#{$ti-prefix}-mouse-2:before { content: $ti-icon-mouse-2; } -.#{$ti-prefix}-mouse-filled:before { content: $ti-icon-mouse-filled; } -.#{$ti-prefix}-mouse-off:before { content: $ti-icon-mouse-off; } -.#{$ti-prefix}-moustache:before { content: $ti-icon-moustache; } -.#{$ti-prefix}-movie:before { content: $ti-icon-movie; } -.#{$ti-prefix}-movie-off:before { content: $ti-icon-movie-off; } -.#{$ti-prefix}-mug:before { content: $ti-icon-mug; } -.#{$ti-prefix}-mug-off:before { content: $ti-icon-mug-off; } -.#{$ti-prefix}-multiplier-0-5x:before { content: $ti-icon-multiplier-0-5x; } -.#{$ti-prefix}-multiplier-1-5x:before { content: $ti-icon-multiplier-1-5x; } -.#{$ti-prefix}-multiplier-1x:before { content: $ti-icon-multiplier-1x; } -.#{$ti-prefix}-multiplier-2x:before { content: $ti-icon-multiplier-2x; } -.#{$ti-prefix}-mushroom:before { content: $ti-icon-mushroom; } -.#{$ti-prefix}-mushroom-filled:before { content: $ti-icon-mushroom-filled; } -.#{$ti-prefix}-mushroom-off:before { content: $ti-icon-mushroom-off; } -.#{$ti-prefix}-music:before { content: $ti-icon-music; } -.#{$ti-prefix}-music-bolt:before { content: $ti-icon-music-bolt; } -.#{$ti-prefix}-music-cancel:before { content: $ti-icon-music-cancel; } -.#{$ti-prefix}-music-check:before { content: $ti-icon-music-check; } -.#{$ti-prefix}-music-code:before { content: $ti-icon-music-code; } -.#{$ti-prefix}-music-cog:before { content: $ti-icon-music-cog; } -.#{$ti-prefix}-music-discount:before { content: $ti-icon-music-discount; } -.#{$ti-prefix}-music-dollar:before { content: $ti-icon-music-dollar; } -.#{$ti-prefix}-music-down:before { content: $ti-icon-music-down; } -.#{$ti-prefix}-music-exclamation:before { content: $ti-icon-music-exclamation; } -.#{$ti-prefix}-music-heart:before { content: $ti-icon-music-heart; } -.#{$ti-prefix}-music-minus:before { content: $ti-icon-music-minus; } -.#{$ti-prefix}-music-off:before { content: $ti-icon-music-off; } -.#{$ti-prefix}-music-pause:before { content: $ti-icon-music-pause; } -.#{$ti-prefix}-music-pin:before { content: $ti-icon-music-pin; } -.#{$ti-prefix}-music-plus:before { content: $ti-icon-music-plus; } -.#{$ti-prefix}-music-question:before { content: $ti-icon-music-question; } -.#{$ti-prefix}-music-search:before { content: $ti-icon-music-search; } -.#{$ti-prefix}-music-share:before { content: $ti-icon-music-share; } -.#{$ti-prefix}-music-star:before { content: $ti-icon-music-star; } -.#{$ti-prefix}-music-up:before { content: $ti-icon-music-up; } -.#{$ti-prefix}-music-x:before { content: $ti-icon-music-x; } -.#{$ti-prefix}-navigation:before { content: $ti-icon-navigation; } -.#{$ti-prefix}-navigation-bolt:before { content: $ti-icon-navigation-bolt; } -.#{$ti-prefix}-navigation-cancel:before { content: $ti-icon-navigation-cancel; } -.#{$ti-prefix}-navigation-check:before { content: $ti-icon-navigation-check; } -.#{$ti-prefix}-navigation-code:before { content: $ti-icon-navigation-code; } -.#{$ti-prefix}-navigation-cog:before { content: $ti-icon-navigation-cog; } -.#{$ti-prefix}-navigation-discount:before { content: $ti-icon-navigation-discount; } -.#{$ti-prefix}-navigation-dollar:before { content: $ti-icon-navigation-dollar; } -.#{$ti-prefix}-navigation-down:before { content: $ti-icon-navigation-down; } -.#{$ti-prefix}-navigation-east:before { content: $ti-icon-navigation-east; } -.#{$ti-prefix}-navigation-exclamation:before { content: $ti-icon-navigation-exclamation; } -.#{$ti-prefix}-navigation-filled:before { content: $ti-icon-navigation-filled; } -.#{$ti-prefix}-navigation-heart:before { content: $ti-icon-navigation-heart; } -.#{$ti-prefix}-navigation-minus:before { content: $ti-icon-navigation-minus; } -.#{$ti-prefix}-navigation-north:before { content: $ti-icon-navigation-north; } -.#{$ti-prefix}-navigation-off:before { content: $ti-icon-navigation-off; } -.#{$ti-prefix}-navigation-pause:before { content: $ti-icon-navigation-pause; } -.#{$ti-prefix}-navigation-pin:before { content: $ti-icon-navigation-pin; } -.#{$ti-prefix}-navigation-plus:before { content: $ti-icon-navigation-plus; } -.#{$ti-prefix}-navigation-question:before { content: $ti-icon-navigation-question; } -.#{$ti-prefix}-navigation-search:before { content: $ti-icon-navigation-search; } -.#{$ti-prefix}-navigation-share:before { content: $ti-icon-navigation-share; } -.#{$ti-prefix}-navigation-south:before { content: $ti-icon-navigation-south; } -.#{$ti-prefix}-navigation-star:before { content: $ti-icon-navigation-star; } -.#{$ti-prefix}-navigation-top:before { content: $ti-icon-navigation-top; } -.#{$ti-prefix}-navigation-up:before { content: $ti-icon-navigation-up; } -.#{$ti-prefix}-navigation-west:before { content: $ti-icon-navigation-west; } -.#{$ti-prefix}-navigation-x:before { content: $ti-icon-navigation-x; } -.#{$ti-prefix}-needle:before { content: $ti-icon-needle; } -.#{$ti-prefix}-needle-thread:before { content: $ti-icon-needle-thread; } -.#{$ti-prefix}-network:before { content: $ti-icon-network; } -.#{$ti-prefix}-network-off:before { content: $ti-icon-network-off; } -.#{$ti-prefix}-new-section:before { content: $ti-icon-new-section; } -.#{$ti-prefix}-news:before { content: $ti-icon-news; } -.#{$ti-prefix}-news-off:before { content: $ti-icon-news-off; } -.#{$ti-prefix}-nfc:before { content: $ti-icon-nfc; } -.#{$ti-prefix}-nfc-off:before { content: $ti-icon-nfc-off; } -.#{$ti-prefix}-no-copyright:before { content: $ti-icon-no-copyright; } -.#{$ti-prefix}-no-creative-commons:before { content: $ti-icon-no-creative-commons; } -.#{$ti-prefix}-no-derivatives:before { content: $ti-icon-no-derivatives; } -.#{$ti-prefix}-north-star:before { content: $ti-icon-north-star; } -.#{$ti-prefix}-note:before { content: $ti-icon-note; } -.#{$ti-prefix}-note-off:before { content: $ti-icon-note-off; } -.#{$ti-prefix}-notebook:before { content: $ti-icon-notebook; } -.#{$ti-prefix}-notebook-off:before { content: $ti-icon-notebook-off; } -.#{$ti-prefix}-notes:before { content: $ti-icon-notes; } -.#{$ti-prefix}-notes-off:before { content: $ti-icon-notes-off; } -.#{$ti-prefix}-notification:before { content: $ti-icon-notification; } -.#{$ti-prefix}-notification-off:before { content: $ti-icon-notification-off; } -.#{$ti-prefix}-number:before { content: $ti-icon-number; } -.#{$ti-prefix}-number-0:before { content: $ti-icon-number-0; } -.#{$ti-prefix}-number-0-small:before { content: $ti-icon-number-0-small; } -.#{$ti-prefix}-number-1:before { content: $ti-icon-number-1; } -.#{$ti-prefix}-number-1-small:before { content: $ti-icon-number-1-small; } -.#{$ti-prefix}-number-10-small:before { content: $ti-icon-number-10-small; } -.#{$ti-prefix}-number-11-small:before { content: $ti-icon-number-11-small; } -.#{$ti-prefix}-number-12-small:before { content: $ti-icon-number-12-small; } -.#{$ti-prefix}-number-13-small:before { content: $ti-icon-number-13-small; } -.#{$ti-prefix}-number-14-small:before { content: $ti-icon-number-14-small; } -.#{$ti-prefix}-number-15-small:before { content: $ti-icon-number-15-small; } -.#{$ti-prefix}-number-16-small:before { content: $ti-icon-number-16-small; } -.#{$ti-prefix}-number-17-small:before { content: $ti-icon-number-17-small; } -.#{$ti-prefix}-number-18-small:before { content: $ti-icon-number-18-small; } -.#{$ti-prefix}-number-19-small:before { content: $ti-icon-number-19-small; } -.#{$ti-prefix}-number-2:before { content: $ti-icon-number-2; } -.#{$ti-prefix}-number-2-small:before { content: $ti-icon-number-2-small; } -.#{$ti-prefix}-number-20-small:before { content: $ti-icon-number-20-small; } -.#{$ti-prefix}-number-21-small:before { content: $ti-icon-number-21-small; } -.#{$ti-prefix}-number-22-small:before { content: $ti-icon-number-22-small; } -.#{$ti-prefix}-number-23-small:before { content: $ti-icon-number-23-small; } -.#{$ti-prefix}-number-24-small:before { content: $ti-icon-number-24-small; } -.#{$ti-prefix}-number-25-small:before { content: $ti-icon-number-25-small; } -.#{$ti-prefix}-number-26-small:before { content: $ti-icon-number-26-small; } -.#{$ti-prefix}-number-27-small:before { content: $ti-icon-number-27-small; } -.#{$ti-prefix}-number-28-small:before { content: $ti-icon-number-28-small; } -.#{$ti-prefix}-number-29-small:before { content: $ti-icon-number-29-small; } -.#{$ti-prefix}-number-3:before { content: $ti-icon-number-3; } -.#{$ti-prefix}-number-3-small:before { content: $ti-icon-number-3-small; } -.#{$ti-prefix}-number-4:before { content: $ti-icon-number-4; } -.#{$ti-prefix}-number-4-small:before { content: $ti-icon-number-4-small; } -.#{$ti-prefix}-number-5:before { content: $ti-icon-number-5; } -.#{$ti-prefix}-number-5-small:before { content: $ti-icon-number-5-small; } -.#{$ti-prefix}-number-6:before { content: $ti-icon-number-6; } -.#{$ti-prefix}-number-6-small:before { content: $ti-icon-number-6-small; } -.#{$ti-prefix}-number-7:before { content: $ti-icon-number-7; } -.#{$ti-prefix}-number-7-small:before { content: $ti-icon-number-7-small; } -.#{$ti-prefix}-number-8:before { content: $ti-icon-number-8; } -.#{$ti-prefix}-number-8-small:before { content: $ti-icon-number-8-small; } -.#{$ti-prefix}-number-9:before { content: $ti-icon-number-9; } -.#{$ti-prefix}-number-9-small:before { content: $ti-icon-number-9-small; } -.#{$ti-prefix}-numbers:before { content: $ti-icon-numbers; } -.#{$ti-prefix}-nurse:before { content: $ti-icon-nurse; } -.#{$ti-prefix}-nut:before { content: $ti-icon-nut; } -.#{$ti-prefix}-octagon:before { content: $ti-icon-octagon; } -.#{$ti-prefix}-octagon-filled:before { content: $ti-icon-octagon-filled; } -.#{$ti-prefix}-octagon-minus:before { content: $ti-icon-octagon-minus; } -.#{$ti-prefix}-octagon-minus-2:before { content: $ti-icon-octagon-minus-2; } -.#{$ti-prefix}-octagon-off:before { content: $ti-icon-octagon-off; } -.#{$ti-prefix}-octagon-plus:before { content: $ti-icon-octagon-plus; } -.#{$ti-prefix}-octagon-plus-2:before { content: $ti-icon-octagon-plus-2; } -.#{$ti-prefix}-octahedron:before { content: $ti-icon-octahedron; } -.#{$ti-prefix}-octahedron-off:before { content: $ti-icon-octahedron-off; } -.#{$ti-prefix}-octahedron-plus:before { content: $ti-icon-octahedron-plus; } -.#{$ti-prefix}-old:before { content: $ti-icon-old; } -.#{$ti-prefix}-olympics:before { content: $ti-icon-olympics; } -.#{$ti-prefix}-olympics-off:before { content: $ti-icon-olympics-off; } -.#{$ti-prefix}-om:before { content: $ti-icon-om; } -.#{$ti-prefix}-omega:before { content: $ti-icon-omega; } -.#{$ti-prefix}-outbound:before { content: $ti-icon-outbound; } -.#{$ti-prefix}-outlet:before { content: $ti-icon-outlet; } -.#{$ti-prefix}-oval:before { content: $ti-icon-oval; } -.#{$ti-prefix}-oval-filled:before { content: $ti-icon-oval-filled; } -.#{$ti-prefix}-oval-vertical:before { content: $ti-icon-oval-vertical; } -.#{$ti-prefix}-oval-vertical-filled:before { content: $ti-icon-oval-vertical-filled; } -.#{$ti-prefix}-overline:before { content: $ti-icon-overline; } -.#{$ti-prefix}-package:before { content: $ti-icon-package; } -.#{$ti-prefix}-package-export:before { content: $ti-icon-package-export; } -.#{$ti-prefix}-package-import:before { content: $ti-icon-package-import; } -.#{$ti-prefix}-package-off:before { content: $ti-icon-package-off; } -.#{$ti-prefix}-packages:before { content: $ti-icon-packages; } -.#{$ti-prefix}-pacman:before { content: $ti-icon-pacman; } -.#{$ti-prefix}-page-break:before { content: $ti-icon-page-break; } -.#{$ti-prefix}-paint:before { content: $ti-icon-paint; } -.#{$ti-prefix}-paint-filled:before { content: $ti-icon-paint-filled; } -.#{$ti-prefix}-paint-off:before { content: $ti-icon-paint-off; } -.#{$ti-prefix}-palette:before { content: $ti-icon-palette; } -.#{$ti-prefix}-palette-off:before { content: $ti-icon-palette-off; } -.#{$ti-prefix}-panorama-horizontal:before { content: $ti-icon-panorama-horizontal; } -.#{$ti-prefix}-panorama-horizontal-off:before { content: $ti-icon-panorama-horizontal-off; } -.#{$ti-prefix}-panorama-vertical:before { content: $ti-icon-panorama-vertical; } -.#{$ti-prefix}-panorama-vertical-off:before { content: $ti-icon-panorama-vertical-off; } -.#{$ti-prefix}-paper-bag:before { content: $ti-icon-paper-bag; } -.#{$ti-prefix}-paper-bag-off:before { content: $ti-icon-paper-bag-off; } -.#{$ti-prefix}-paperclip:before { content: $ti-icon-paperclip; } -.#{$ti-prefix}-parachute:before { content: $ti-icon-parachute; } -.#{$ti-prefix}-parachute-off:before { content: $ti-icon-parachute-off; } -.#{$ti-prefix}-parentheses:before { content: $ti-icon-parentheses; } -.#{$ti-prefix}-parentheses-off:before { content: $ti-icon-parentheses-off; } -.#{$ti-prefix}-parking:before { content: $ti-icon-parking; } -.#{$ti-prefix}-parking-circle:before { content: $ti-icon-parking-circle; } -.#{$ti-prefix}-parking-off:before { content: $ti-icon-parking-off; } -.#{$ti-prefix}-password:before { content: $ti-icon-password; } -.#{$ti-prefix}-password-fingerprint:before { content: $ti-icon-password-fingerprint; } -.#{$ti-prefix}-password-mobile-phone:before { content: $ti-icon-password-mobile-phone; } -.#{$ti-prefix}-password-user:before { content: $ti-icon-password-user; } -.#{$ti-prefix}-paw:before { content: $ti-icon-paw; } -.#{$ti-prefix}-paw-filled:before { content: $ti-icon-paw-filled; } -.#{$ti-prefix}-paw-off:before { content: $ti-icon-paw-off; } -.#{$ti-prefix}-paywall:before { content: $ti-icon-paywall; } -.#{$ti-prefix}-pdf:before { content: $ti-icon-pdf; } -.#{$ti-prefix}-peace:before { content: $ti-icon-peace; } -.#{$ti-prefix}-pencil:before { content: $ti-icon-pencil; } -.#{$ti-prefix}-pencil-bolt:before { content: $ti-icon-pencil-bolt; } -.#{$ti-prefix}-pencil-cancel:before { content: $ti-icon-pencil-cancel; } -.#{$ti-prefix}-pencil-check:before { content: $ti-icon-pencil-check; } -.#{$ti-prefix}-pencil-code:before { content: $ti-icon-pencil-code; } -.#{$ti-prefix}-pencil-cog:before { content: $ti-icon-pencil-cog; } -.#{$ti-prefix}-pencil-discount:before { content: $ti-icon-pencil-discount; } -.#{$ti-prefix}-pencil-dollar:before { content: $ti-icon-pencil-dollar; } -.#{$ti-prefix}-pencil-down:before { content: $ti-icon-pencil-down; } -.#{$ti-prefix}-pencil-exclamation:before { content: $ti-icon-pencil-exclamation; } -.#{$ti-prefix}-pencil-heart:before { content: $ti-icon-pencil-heart; } -.#{$ti-prefix}-pencil-minus:before { content: $ti-icon-pencil-minus; } -.#{$ti-prefix}-pencil-off:before { content: $ti-icon-pencil-off; } -.#{$ti-prefix}-pencil-pause:before { content: $ti-icon-pencil-pause; } -.#{$ti-prefix}-pencil-pin:before { content: $ti-icon-pencil-pin; } -.#{$ti-prefix}-pencil-plus:before { content: $ti-icon-pencil-plus; } -.#{$ti-prefix}-pencil-question:before { content: $ti-icon-pencil-question; } -.#{$ti-prefix}-pencil-search:before { content: $ti-icon-pencil-search; } -.#{$ti-prefix}-pencil-share:before { content: $ti-icon-pencil-share; } -.#{$ti-prefix}-pencil-star:before { content: $ti-icon-pencil-star; } -.#{$ti-prefix}-pencil-up:before { content: $ti-icon-pencil-up; } -.#{$ti-prefix}-pencil-x:before { content: $ti-icon-pencil-x; } -.#{$ti-prefix}-pennant:before { content: $ti-icon-pennant; } -.#{$ti-prefix}-pennant-2:before { content: $ti-icon-pennant-2; } -.#{$ti-prefix}-pennant-2-filled:before { content: $ti-icon-pennant-2-filled; } -.#{$ti-prefix}-pennant-filled:before { content: $ti-icon-pennant-filled; } -.#{$ti-prefix}-pennant-off:before { content: $ti-icon-pennant-off; } -.#{$ti-prefix}-pentagon:before { content: $ti-icon-pentagon; } -.#{$ti-prefix}-pentagon-filled:before { content: $ti-icon-pentagon-filled; } -.#{$ti-prefix}-pentagon-number-0:before { content: $ti-icon-pentagon-number-0; } -.#{$ti-prefix}-pentagon-number-1:before { content: $ti-icon-pentagon-number-1; } -.#{$ti-prefix}-pentagon-number-2:before { content: $ti-icon-pentagon-number-2; } -.#{$ti-prefix}-pentagon-number-3:before { content: $ti-icon-pentagon-number-3; } -.#{$ti-prefix}-pentagon-number-4:before { content: $ti-icon-pentagon-number-4; } -.#{$ti-prefix}-pentagon-number-5:before { content: $ti-icon-pentagon-number-5; } -.#{$ti-prefix}-pentagon-number-6:before { content: $ti-icon-pentagon-number-6; } -.#{$ti-prefix}-pentagon-number-7:before { content: $ti-icon-pentagon-number-7; } -.#{$ti-prefix}-pentagon-number-8:before { content: $ti-icon-pentagon-number-8; } -.#{$ti-prefix}-pentagon-number-9:before { content: $ti-icon-pentagon-number-9; } -.#{$ti-prefix}-pentagon-off:before { content: $ti-icon-pentagon-off; } -.#{$ti-prefix}-pentagon-plus:before { content: $ti-icon-pentagon-plus; } -.#{$ti-prefix}-pentagon-x:before { content: $ti-icon-pentagon-x; } -.#{$ti-prefix}-pentagram:before { content: $ti-icon-pentagram; } -.#{$ti-prefix}-pepper:before { content: $ti-icon-pepper; } -.#{$ti-prefix}-pepper-off:before { content: $ti-icon-pepper-off; } -.#{$ti-prefix}-percentage:before { content: $ti-icon-percentage; } -.#{$ti-prefix}-perfume:before { content: $ti-icon-perfume; } -.#{$ti-prefix}-perspective:before { content: $ti-icon-perspective; } -.#{$ti-prefix}-perspective-off:before { content: $ti-icon-perspective-off; } -.#{$ti-prefix}-phone:before { content: $ti-icon-phone; } -.#{$ti-prefix}-phone-call:before { content: $ti-icon-phone-call; } -.#{$ti-prefix}-phone-calling:before { content: $ti-icon-phone-calling; } -.#{$ti-prefix}-phone-check:before { content: $ti-icon-phone-check; } -.#{$ti-prefix}-phone-filled:before { content: $ti-icon-phone-filled; } -.#{$ti-prefix}-phone-incoming:before { content: $ti-icon-phone-incoming; } -.#{$ti-prefix}-phone-off:before { content: $ti-icon-phone-off; } -.#{$ti-prefix}-phone-outgoing:before { content: $ti-icon-phone-outgoing; } -.#{$ti-prefix}-phone-pause:before { content: $ti-icon-phone-pause; } -.#{$ti-prefix}-phone-plus:before { content: $ti-icon-phone-plus; } -.#{$ti-prefix}-phone-x:before { content: $ti-icon-phone-x; } -.#{$ti-prefix}-photo:before { content: $ti-icon-photo; } -.#{$ti-prefix}-photo-ai:before { content: $ti-icon-photo-ai; } -.#{$ti-prefix}-photo-bolt:before { content: $ti-icon-photo-bolt; } -.#{$ti-prefix}-photo-cancel:before { content: $ti-icon-photo-cancel; } -.#{$ti-prefix}-photo-check:before { content: $ti-icon-photo-check; } -.#{$ti-prefix}-photo-circle:before { content: $ti-icon-photo-circle; } -.#{$ti-prefix}-photo-circle-minus:before { content: $ti-icon-photo-circle-minus; } -.#{$ti-prefix}-photo-circle-plus:before { content: $ti-icon-photo-circle-plus; } -.#{$ti-prefix}-photo-code:before { content: $ti-icon-photo-code; } -.#{$ti-prefix}-photo-cog:before { content: $ti-icon-photo-cog; } -.#{$ti-prefix}-photo-dollar:before { content: $ti-icon-photo-dollar; } -.#{$ti-prefix}-photo-down:before { content: $ti-icon-photo-down; } -.#{$ti-prefix}-photo-edit:before { content: $ti-icon-photo-edit; } -.#{$ti-prefix}-photo-exclamation:before { content: $ti-icon-photo-exclamation; } -.#{$ti-prefix}-photo-filled:before { content: $ti-icon-photo-filled; } -.#{$ti-prefix}-photo-heart:before { content: $ti-icon-photo-heart; } -.#{$ti-prefix}-photo-hexagon:before { content: $ti-icon-photo-hexagon; } -.#{$ti-prefix}-photo-minus:before { content: $ti-icon-photo-minus; } -.#{$ti-prefix}-photo-off:before { content: $ti-icon-photo-off; } -.#{$ti-prefix}-photo-pause:before { content: $ti-icon-photo-pause; } -.#{$ti-prefix}-photo-pentagon:before { content: $ti-icon-photo-pentagon; } -.#{$ti-prefix}-photo-pin:before { content: $ti-icon-photo-pin; } -.#{$ti-prefix}-photo-plus:before { content: $ti-icon-photo-plus; } -.#{$ti-prefix}-photo-question:before { content: $ti-icon-photo-question; } -.#{$ti-prefix}-photo-scan:before { content: $ti-icon-photo-scan; } -.#{$ti-prefix}-photo-search:before { content: $ti-icon-photo-search; } -.#{$ti-prefix}-photo-sensor:before { content: $ti-icon-photo-sensor; } -.#{$ti-prefix}-photo-sensor-2:before { content: $ti-icon-photo-sensor-2; } -.#{$ti-prefix}-photo-sensor-3:before { content: $ti-icon-photo-sensor-3; } -.#{$ti-prefix}-photo-share:before { content: $ti-icon-photo-share; } -.#{$ti-prefix}-photo-shield:before { content: $ti-icon-photo-shield; } -.#{$ti-prefix}-photo-square-rounded:before { content: $ti-icon-photo-square-rounded; } -.#{$ti-prefix}-photo-star:before { content: $ti-icon-photo-star; } -.#{$ti-prefix}-photo-up:before { content: $ti-icon-photo-up; } -.#{$ti-prefix}-photo-video:before { content: $ti-icon-photo-video; } -.#{$ti-prefix}-photo-x:before { content: $ti-icon-photo-x; } -.#{$ti-prefix}-physotherapist:before { content: $ti-icon-physotherapist; } -.#{$ti-prefix}-piano:before { content: $ti-icon-piano; } -.#{$ti-prefix}-pick:before { content: $ti-icon-pick; } -.#{$ti-prefix}-picture-in-picture:before { content: $ti-icon-picture-in-picture; } -.#{$ti-prefix}-picture-in-picture-off:before { content: $ti-icon-picture-in-picture-off; } -.#{$ti-prefix}-picture-in-picture-on:before { content: $ti-icon-picture-in-picture-on; } -.#{$ti-prefix}-picture-in-picture-top:before { content: $ti-icon-picture-in-picture-top; } -.#{$ti-prefix}-pig:before { content: $ti-icon-pig; } -.#{$ti-prefix}-pig-money:before { content: $ti-icon-pig-money; } -.#{$ti-prefix}-pig-off:before { content: $ti-icon-pig-off; } -.#{$ti-prefix}-pilcrow:before { content: $ti-icon-pilcrow; } -.#{$ti-prefix}-pilcrow-left:before { content: $ti-icon-pilcrow-left; } -.#{$ti-prefix}-pilcrow-right:before { content: $ti-icon-pilcrow-right; } -.#{$ti-prefix}-pill:before { content: $ti-icon-pill; } -.#{$ti-prefix}-pill-off:before { content: $ti-icon-pill-off; } -.#{$ti-prefix}-pills:before { content: $ti-icon-pills; } -.#{$ti-prefix}-pin:before { content: $ti-icon-pin; } -.#{$ti-prefix}-pin-end:before { content: $ti-icon-pin-end; } -.#{$ti-prefix}-pin-filled:before { content: $ti-icon-pin-filled; } -.#{$ti-prefix}-pin-invoke:before { content: $ti-icon-pin-invoke; } -.#{$ti-prefix}-ping-pong:before { content: $ti-icon-ping-pong; } -.#{$ti-prefix}-pinned:before { content: $ti-icon-pinned; } -.#{$ti-prefix}-pinned-filled:before { content: $ti-icon-pinned-filled; } -.#{$ti-prefix}-pinned-off:before { content: $ti-icon-pinned-off; } -.#{$ti-prefix}-pizza:before { content: $ti-icon-pizza; } -.#{$ti-prefix}-pizza-off:before { content: $ti-icon-pizza-off; } -.#{$ti-prefix}-placeholder:before { content: $ti-icon-placeholder; } -.#{$ti-prefix}-plane:before { content: $ti-icon-plane; } -.#{$ti-prefix}-plane-arrival:before { content: $ti-icon-plane-arrival; } -.#{$ti-prefix}-plane-departure:before { content: $ti-icon-plane-departure; } -.#{$ti-prefix}-plane-inflight:before { content: $ti-icon-plane-inflight; } -.#{$ti-prefix}-plane-off:before { content: $ti-icon-plane-off; } -.#{$ti-prefix}-plane-tilt:before { content: $ti-icon-plane-tilt; } -.#{$ti-prefix}-planet:before { content: $ti-icon-planet; } -.#{$ti-prefix}-planet-off:before { content: $ti-icon-planet-off; } -.#{$ti-prefix}-plant:before { content: $ti-icon-plant; } -.#{$ti-prefix}-plant-2:before { content: $ti-icon-plant-2; } -.#{$ti-prefix}-plant-2-off:before { content: $ti-icon-plant-2-off; } -.#{$ti-prefix}-plant-off:before { content: $ti-icon-plant-off; } -.#{$ti-prefix}-play-basketball:before { content: $ti-icon-play-basketball; } -.#{$ti-prefix}-play-card:before { content: $ti-icon-play-card; } -.#{$ti-prefix}-play-card-off:before { content: $ti-icon-play-card-off; } -.#{$ti-prefix}-play-football:before { content: $ti-icon-play-football; } -.#{$ti-prefix}-play-handball:before { content: $ti-icon-play-handball; } -.#{$ti-prefix}-play-volleyball:before { content: $ti-icon-play-volleyball; } -.#{$ti-prefix}-player-eject:before { content: $ti-icon-player-eject; } -.#{$ti-prefix}-player-eject-filled:before { content: $ti-icon-player-eject-filled; } -.#{$ti-prefix}-player-pause:before { content: $ti-icon-player-pause; } -.#{$ti-prefix}-player-pause-filled:before { content: $ti-icon-player-pause-filled; } -.#{$ti-prefix}-player-play:before { content: $ti-icon-player-play; } -.#{$ti-prefix}-player-play-filled:before { content: $ti-icon-player-play-filled; } -.#{$ti-prefix}-player-record:before { content: $ti-icon-player-record; } -.#{$ti-prefix}-player-record-filled:before { content: $ti-icon-player-record-filled; } -.#{$ti-prefix}-player-skip-back:before { content: $ti-icon-player-skip-back; } -.#{$ti-prefix}-player-skip-back-filled:before { content: $ti-icon-player-skip-back-filled; } -.#{$ti-prefix}-player-skip-forward:before { content: $ti-icon-player-skip-forward; } -.#{$ti-prefix}-player-skip-forward-filled:before { content: $ti-icon-player-skip-forward-filled; } -.#{$ti-prefix}-player-stop:before { content: $ti-icon-player-stop; } -.#{$ti-prefix}-player-stop-filled:before { content: $ti-icon-player-stop-filled; } -.#{$ti-prefix}-player-track-next:before { content: $ti-icon-player-track-next; } -.#{$ti-prefix}-player-track-next-filled:before { content: $ti-icon-player-track-next-filled; } -.#{$ti-prefix}-player-track-prev:before { content: $ti-icon-player-track-prev; } -.#{$ti-prefix}-player-track-prev-filled:before { content: $ti-icon-player-track-prev-filled; } -.#{$ti-prefix}-playlist:before { content: $ti-icon-playlist; } -.#{$ti-prefix}-playlist-add:before { content: $ti-icon-playlist-add; } -.#{$ti-prefix}-playlist-off:before { content: $ti-icon-playlist-off; } -.#{$ti-prefix}-playlist-x:before { content: $ti-icon-playlist-x; } -.#{$ti-prefix}-playstation-circle:before { content: $ti-icon-playstation-circle; } -.#{$ti-prefix}-playstation-square:before { content: $ti-icon-playstation-square; } -.#{$ti-prefix}-playstation-triangle:before { content: $ti-icon-playstation-triangle; } -.#{$ti-prefix}-playstation-x:before { content: $ti-icon-playstation-x; } -.#{$ti-prefix}-plug:before { content: $ti-icon-plug; } -.#{$ti-prefix}-plug-connected:before { content: $ti-icon-plug-connected; } -.#{$ti-prefix}-plug-connected-x:before { content: $ti-icon-plug-connected-x; } -.#{$ti-prefix}-plug-off:before { content: $ti-icon-plug-off; } -.#{$ti-prefix}-plug-x:before { content: $ti-icon-plug-x; } -.#{$ti-prefix}-plus:before { content: $ti-icon-plus; } -.#{$ti-prefix}-plus-equal:before { content: $ti-icon-plus-equal; } -.#{$ti-prefix}-plus-minus:before { content: $ti-icon-plus-minus; } -.#{$ti-prefix}-png:before { content: $ti-icon-png; } -.#{$ti-prefix}-podium:before { content: $ti-icon-podium; } -.#{$ti-prefix}-podium-off:before { content: $ti-icon-podium-off; } -.#{$ti-prefix}-point:before { content: $ti-icon-point; } -.#{$ti-prefix}-point-filled:before { content: $ti-icon-point-filled; } -.#{$ti-prefix}-point-off:before { content: $ti-icon-point-off; } -.#{$ti-prefix}-pointer:before { content: $ti-icon-pointer; } -.#{$ti-prefix}-pointer-bolt:before { content: $ti-icon-pointer-bolt; } -.#{$ti-prefix}-pointer-cancel:before { content: $ti-icon-pointer-cancel; } -.#{$ti-prefix}-pointer-check:before { content: $ti-icon-pointer-check; } -.#{$ti-prefix}-pointer-code:before { content: $ti-icon-pointer-code; } -.#{$ti-prefix}-pointer-cog:before { content: $ti-icon-pointer-cog; } -.#{$ti-prefix}-pointer-dollar:before { content: $ti-icon-pointer-dollar; } -.#{$ti-prefix}-pointer-down:before { content: $ti-icon-pointer-down; } -.#{$ti-prefix}-pointer-exclamation:before { content: $ti-icon-pointer-exclamation; } -.#{$ti-prefix}-pointer-filled:before { content: $ti-icon-pointer-filled; } -.#{$ti-prefix}-pointer-heart:before { content: $ti-icon-pointer-heart; } -.#{$ti-prefix}-pointer-minus:before { content: $ti-icon-pointer-minus; } -.#{$ti-prefix}-pointer-off:before { content: $ti-icon-pointer-off; } -.#{$ti-prefix}-pointer-pause:before { content: $ti-icon-pointer-pause; } -.#{$ti-prefix}-pointer-pin:before { content: $ti-icon-pointer-pin; } -.#{$ti-prefix}-pointer-plus:before { content: $ti-icon-pointer-plus; } -.#{$ti-prefix}-pointer-question:before { content: $ti-icon-pointer-question; } -.#{$ti-prefix}-pointer-search:before { content: $ti-icon-pointer-search; } -.#{$ti-prefix}-pointer-share:before { content: $ti-icon-pointer-share; } -.#{$ti-prefix}-pointer-star:before { content: $ti-icon-pointer-star; } -.#{$ti-prefix}-pointer-up:before { content: $ti-icon-pointer-up; } -.#{$ti-prefix}-pointer-x:before { content: $ti-icon-pointer-x; } -.#{$ti-prefix}-pokeball:before { content: $ti-icon-pokeball; } -.#{$ti-prefix}-pokeball-off:before { content: $ti-icon-pokeball-off; } -.#{$ti-prefix}-poker-chip:before { content: $ti-icon-poker-chip; } -.#{$ti-prefix}-polaroid:before { content: $ti-icon-polaroid; } -.#{$ti-prefix}-polaroid-filled:before { content: $ti-icon-polaroid-filled; } -.#{$ti-prefix}-polygon:before { content: $ti-icon-polygon; } -.#{$ti-prefix}-polygon-off:before { content: $ti-icon-polygon-off; } -.#{$ti-prefix}-poo:before { content: $ti-icon-poo; } -.#{$ti-prefix}-pool:before { content: $ti-icon-pool; } -.#{$ti-prefix}-pool-off:before { content: $ti-icon-pool-off; } -.#{$ti-prefix}-power:before { content: $ti-icon-power; } -.#{$ti-prefix}-pray:before { content: $ti-icon-pray; } -.#{$ti-prefix}-premium-rights:before { content: $ti-icon-premium-rights; } -.#{$ti-prefix}-prescription:before { content: $ti-icon-prescription; } -.#{$ti-prefix}-presentation:before { content: $ti-icon-presentation; } -.#{$ti-prefix}-presentation-analytics:before { content: $ti-icon-presentation-analytics; } -.#{$ti-prefix}-presentation-off:before { content: $ti-icon-presentation-off; } -.#{$ti-prefix}-printer:before { content: $ti-icon-printer; } -.#{$ti-prefix}-printer-off:before { content: $ti-icon-printer-off; } -.#{$ti-prefix}-prism:before { content: $ti-icon-prism; } -.#{$ti-prefix}-prism-off:before { content: $ti-icon-prism-off; } -.#{$ti-prefix}-prism-plus:before { content: $ti-icon-prism-plus; } -.#{$ti-prefix}-prison:before { content: $ti-icon-prison; } -.#{$ti-prefix}-progress:before { content: $ti-icon-progress; } -.#{$ti-prefix}-progress-alert:before { content: $ti-icon-progress-alert; } -.#{$ti-prefix}-progress-bolt:before { content: $ti-icon-progress-bolt; } -.#{$ti-prefix}-progress-check:before { content: $ti-icon-progress-check; } -.#{$ti-prefix}-progress-down:before { content: $ti-icon-progress-down; } -.#{$ti-prefix}-progress-help:before { content: $ti-icon-progress-help; } -.#{$ti-prefix}-progress-x:before { content: $ti-icon-progress-x; } -.#{$ti-prefix}-prompt:before { content: $ti-icon-prompt; } -.#{$ti-prefix}-prong:before { content: $ti-icon-prong; } -.#{$ti-prefix}-propeller:before { content: $ti-icon-propeller; } -.#{$ti-prefix}-propeller-off:before { content: $ti-icon-propeller-off; } -.#{$ti-prefix}-protocol:before { content: $ti-icon-protocol; } -.#{$ti-prefix}-pumpkin-scary:before { content: $ti-icon-pumpkin-scary; } -.#{$ti-prefix}-puzzle:before { content: $ti-icon-puzzle; } -.#{$ti-prefix}-puzzle-2:before { content: $ti-icon-puzzle-2; } -.#{$ti-prefix}-puzzle-filled:before { content: $ti-icon-puzzle-filled; } -.#{$ti-prefix}-puzzle-off:before { content: $ti-icon-puzzle-off; } -.#{$ti-prefix}-pyramid:before { content: $ti-icon-pyramid; } -.#{$ti-prefix}-pyramid-off:before { content: $ti-icon-pyramid-off; } -.#{$ti-prefix}-pyramid-plus:before { content: $ti-icon-pyramid-plus; } -.#{$ti-prefix}-qrcode:before { content: $ti-icon-qrcode; } -.#{$ti-prefix}-qrcode-off:before { content: $ti-icon-qrcode-off; } -.#{$ti-prefix}-question-mark:before { content: $ti-icon-question-mark; } -.#{$ti-prefix}-quote:before { content: $ti-icon-quote; } -.#{$ti-prefix}-quote-off:before { content: $ti-icon-quote-off; } -.#{$ti-prefix}-quotes:before { content: $ti-icon-quotes; } -.#{$ti-prefix}-radar:before { content: $ti-icon-radar; } -.#{$ti-prefix}-radar-2:before { content: $ti-icon-radar-2; } -.#{$ti-prefix}-radar-off:before { content: $ti-icon-radar-off; } -.#{$ti-prefix}-radio:before { content: $ti-icon-radio; } -.#{$ti-prefix}-radio-off:before { content: $ti-icon-radio-off; } -.#{$ti-prefix}-radioactive:before { content: $ti-icon-radioactive; } -.#{$ti-prefix}-radioactive-filled:before { content: $ti-icon-radioactive-filled; } -.#{$ti-prefix}-radioactive-off:before { content: $ti-icon-radioactive-off; } -.#{$ti-prefix}-radius-bottom-left:before { content: $ti-icon-radius-bottom-left; } -.#{$ti-prefix}-radius-bottom-right:before { content: $ti-icon-radius-bottom-right; } -.#{$ti-prefix}-radius-top-left:before { content: $ti-icon-radius-top-left; } -.#{$ti-prefix}-radius-top-right:before { content: $ti-icon-radius-top-right; } -.#{$ti-prefix}-rainbow:before { content: $ti-icon-rainbow; } -.#{$ti-prefix}-rainbow-off:before { content: $ti-icon-rainbow-off; } -.#{$ti-prefix}-rating-12-plus:before { content: $ti-icon-rating-12-plus; } -.#{$ti-prefix}-rating-14-plus:before { content: $ti-icon-rating-14-plus; } -.#{$ti-prefix}-rating-16-plus:before { content: $ti-icon-rating-16-plus; } -.#{$ti-prefix}-rating-18-plus:before { content: $ti-icon-rating-18-plus; } -.#{$ti-prefix}-rating-21-plus:before { content: $ti-icon-rating-21-plus; } -.#{$ti-prefix}-razor:before { content: $ti-icon-razor; } -.#{$ti-prefix}-razor-electric:before { content: $ti-icon-razor-electric; } -.#{$ti-prefix}-receipt:before { content: $ti-icon-receipt; } -.#{$ti-prefix}-receipt-2:before { content: $ti-icon-receipt-2; } -.#{$ti-prefix}-receipt-bitcoin:before { content: $ti-icon-receipt-bitcoin; } -.#{$ti-prefix}-receipt-dollar:before { content: $ti-icon-receipt-dollar; } -.#{$ti-prefix}-receipt-euro:before { content: $ti-icon-receipt-euro; } -.#{$ti-prefix}-receipt-off:before { content: $ti-icon-receipt-off; } -.#{$ti-prefix}-receipt-pound:before { content: $ti-icon-receipt-pound; } -.#{$ti-prefix}-receipt-refund:before { content: $ti-icon-receipt-refund; } -.#{$ti-prefix}-receipt-rupee:before { content: $ti-icon-receipt-rupee; } -.#{$ti-prefix}-receipt-tax:before { content: $ti-icon-receipt-tax; } -.#{$ti-prefix}-receipt-yen:before { content: $ti-icon-receipt-yen; } -.#{$ti-prefix}-receipt-yuan:before { content: $ti-icon-receipt-yuan; } -.#{$ti-prefix}-recharging:before { content: $ti-icon-recharging; } -.#{$ti-prefix}-record-mail:before { content: $ti-icon-record-mail; } -.#{$ti-prefix}-record-mail-off:before { content: $ti-icon-record-mail-off; } -.#{$ti-prefix}-rectangle:before { content: $ti-icon-rectangle; } -.#{$ti-prefix}-rectangle-filled:before { content: $ti-icon-rectangle-filled; } -.#{$ti-prefix}-rectangle-rounded-bottom:before { content: $ti-icon-rectangle-rounded-bottom; } -.#{$ti-prefix}-rectangle-rounded-top:before { content: $ti-icon-rectangle-rounded-top; } -.#{$ti-prefix}-rectangle-vertical:before { content: $ti-icon-rectangle-vertical; } -.#{$ti-prefix}-rectangle-vertical-filled:before { content: $ti-icon-rectangle-vertical-filled; } -.#{$ti-prefix}-rectangular-prism:before { content: $ti-icon-rectangular-prism; } -.#{$ti-prefix}-rectangular-prism-off:before { content: $ti-icon-rectangular-prism-off; } -.#{$ti-prefix}-rectangular-prism-plus:before { content: $ti-icon-rectangular-prism-plus; } -.#{$ti-prefix}-recycle:before { content: $ti-icon-recycle; } -.#{$ti-prefix}-recycle-off:before { content: $ti-icon-recycle-off; } -.#{$ti-prefix}-refresh:before { content: $ti-icon-refresh; } -.#{$ti-prefix}-refresh-alert:before { content: $ti-icon-refresh-alert; } -.#{$ti-prefix}-refresh-dot:before { content: $ti-icon-refresh-dot; } -.#{$ti-prefix}-refresh-off:before { content: $ti-icon-refresh-off; } -.#{$ti-prefix}-regex:before { content: $ti-icon-regex; } -.#{$ti-prefix}-regex-off:before { content: $ti-icon-regex-off; } -.#{$ti-prefix}-registered:before { content: $ti-icon-registered; } -.#{$ti-prefix}-relation-many-to-many:before { content: $ti-icon-relation-many-to-many; } -.#{$ti-prefix}-relation-one-to-many:before { content: $ti-icon-relation-one-to-many; } -.#{$ti-prefix}-relation-one-to-one:before { content: $ti-icon-relation-one-to-one; } -.#{$ti-prefix}-reload:before { content: $ti-icon-reload; } -.#{$ti-prefix}-reorder:before { content: $ti-icon-reorder; } -.#{$ti-prefix}-repeat:before { content: $ti-icon-repeat; } -.#{$ti-prefix}-repeat-off:before { content: $ti-icon-repeat-off; } -.#{$ti-prefix}-repeat-once:before { content: $ti-icon-repeat-once; } -.#{$ti-prefix}-replace:before { content: $ti-icon-replace; } -.#{$ti-prefix}-replace-filled:before { content: $ti-icon-replace-filled; } -.#{$ti-prefix}-replace-off:before { content: $ti-icon-replace-off; } -.#{$ti-prefix}-report:before { content: $ti-icon-report; } -.#{$ti-prefix}-report-analytics:before { content: $ti-icon-report-analytics; } -.#{$ti-prefix}-report-medical:before { content: $ti-icon-report-medical; } -.#{$ti-prefix}-report-money:before { content: $ti-icon-report-money; } -.#{$ti-prefix}-report-off:before { content: $ti-icon-report-off; } -.#{$ti-prefix}-report-search:before { content: $ti-icon-report-search; } -.#{$ti-prefix}-reserved-line:before { content: $ti-icon-reserved-line; } -.#{$ti-prefix}-resize:before { content: $ti-icon-resize; } -.#{$ti-prefix}-restore:before { content: $ti-icon-restore; } -.#{$ti-prefix}-rewind-backward-10:before { content: $ti-icon-rewind-backward-10; } -.#{$ti-prefix}-rewind-backward-15:before { content: $ti-icon-rewind-backward-15; } -.#{$ti-prefix}-rewind-backward-20:before { content: $ti-icon-rewind-backward-20; } -.#{$ti-prefix}-rewind-backward-30:before { content: $ti-icon-rewind-backward-30; } -.#{$ti-prefix}-rewind-backward-40:before { content: $ti-icon-rewind-backward-40; } -.#{$ti-prefix}-rewind-backward-5:before { content: $ti-icon-rewind-backward-5; } -.#{$ti-prefix}-rewind-backward-50:before { content: $ti-icon-rewind-backward-50; } -.#{$ti-prefix}-rewind-backward-60:before { content: $ti-icon-rewind-backward-60; } -.#{$ti-prefix}-rewind-forward-10:before { content: $ti-icon-rewind-forward-10; } -.#{$ti-prefix}-rewind-forward-15:before { content: $ti-icon-rewind-forward-15; } -.#{$ti-prefix}-rewind-forward-20:before { content: $ti-icon-rewind-forward-20; } -.#{$ti-prefix}-rewind-forward-30:before { content: $ti-icon-rewind-forward-30; } -.#{$ti-prefix}-rewind-forward-40:before { content: $ti-icon-rewind-forward-40; } -.#{$ti-prefix}-rewind-forward-5:before { content: $ti-icon-rewind-forward-5; } -.#{$ti-prefix}-rewind-forward-50:before { content: $ti-icon-rewind-forward-50; } -.#{$ti-prefix}-rewind-forward-60:before { content: $ti-icon-rewind-forward-60; } -.#{$ti-prefix}-ribbon-health:before { content: $ti-icon-ribbon-health; } -.#{$ti-prefix}-rings:before { content: $ti-icon-rings; } -.#{$ti-prefix}-ripple:before { content: $ti-icon-ripple; } -.#{$ti-prefix}-ripple-off:before { content: $ti-icon-ripple-off; } -.#{$ti-prefix}-road:before { content: $ti-icon-road; } -.#{$ti-prefix}-road-off:before { content: $ti-icon-road-off; } -.#{$ti-prefix}-road-sign:before { content: $ti-icon-road-sign; } -.#{$ti-prefix}-robot:before { content: $ti-icon-robot; } -.#{$ti-prefix}-robot-face:before { content: $ti-icon-robot-face; } -.#{$ti-prefix}-robot-off:before { content: $ti-icon-robot-off; } -.#{$ti-prefix}-rocket:before { content: $ti-icon-rocket; } -.#{$ti-prefix}-rocket-off:before { content: $ti-icon-rocket-off; } -.#{$ti-prefix}-roller-skating:before { content: $ti-icon-roller-skating; } -.#{$ti-prefix}-rollercoaster:before { content: $ti-icon-rollercoaster; } -.#{$ti-prefix}-rollercoaster-off:before { content: $ti-icon-rollercoaster-off; } -.#{$ti-prefix}-rosette:before { content: $ti-icon-rosette; } -.#{$ti-prefix}-rosette-filled:before { content: $ti-icon-rosette-filled; } -.#{$ti-prefix}-rosette-number-0:before { content: $ti-icon-rosette-number-0; } -.#{$ti-prefix}-rosette-number-1:before { content: $ti-icon-rosette-number-1; } -.#{$ti-prefix}-rosette-number-2:before { content: $ti-icon-rosette-number-2; } -.#{$ti-prefix}-rosette-number-3:before { content: $ti-icon-rosette-number-3; } -.#{$ti-prefix}-rosette-number-4:before { content: $ti-icon-rosette-number-4; } -.#{$ti-prefix}-rosette-number-5:before { content: $ti-icon-rosette-number-5; } -.#{$ti-prefix}-rosette-number-6:before { content: $ti-icon-rosette-number-6; } -.#{$ti-prefix}-rosette-number-7:before { content: $ti-icon-rosette-number-7; } -.#{$ti-prefix}-rosette-number-8:before { content: $ti-icon-rosette-number-8; } -.#{$ti-prefix}-rosette-number-9:before { content: $ti-icon-rosette-number-9; } -.#{$ti-prefix}-rotate:before { content: $ti-icon-rotate; } -.#{$ti-prefix}-rotate-2:before { content: $ti-icon-rotate-2; } -.#{$ti-prefix}-rotate-360:before { content: $ti-icon-rotate-360; } -.#{$ti-prefix}-rotate-clockwise:before { content: $ti-icon-rotate-clockwise; } -.#{$ti-prefix}-rotate-clockwise-2:before { content: $ti-icon-rotate-clockwise-2; } -.#{$ti-prefix}-rotate-dot:before { content: $ti-icon-rotate-dot; } -.#{$ti-prefix}-rotate-rectangle:before { content: $ti-icon-rotate-rectangle; } -.#{$ti-prefix}-route:before { content: $ti-icon-route; } -.#{$ti-prefix}-route-2:before { content: $ti-icon-route-2; } -.#{$ti-prefix}-route-alt-left:before { content: $ti-icon-route-alt-left; } -.#{$ti-prefix}-route-alt-right:before { content: $ti-icon-route-alt-right; } -.#{$ti-prefix}-route-off:before { content: $ti-icon-route-off; } -.#{$ti-prefix}-route-scan:before { content: $ti-icon-route-scan; } -.#{$ti-prefix}-route-square:before { content: $ti-icon-route-square; } -.#{$ti-prefix}-route-square-2:before { content: $ti-icon-route-square-2; } -.#{$ti-prefix}-route-x:before { content: $ti-icon-route-x; } -.#{$ti-prefix}-route-x-2:before { content: $ti-icon-route-x-2; } -.#{$ti-prefix}-router:before { content: $ti-icon-router; } -.#{$ti-prefix}-router-off:before { content: $ti-icon-router-off; } -.#{$ti-prefix}-row-insert-bottom:before { content: $ti-icon-row-insert-bottom; } -.#{$ti-prefix}-row-insert-top:before { content: $ti-icon-row-insert-top; } -.#{$ti-prefix}-row-remove:before { content: $ti-icon-row-remove; } -.#{$ti-prefix}-rss:before { content: $ti-icon-rss; } -.#{$ti-prefix}-rubber-stamp:before { content: $ti-icon-rubber-stamp; } -.#{$ti-prefix}-rubber-stamp-off:before { content: $ti-icon-rubber-stamp-off; } -.#{$ti-prefix}-ruler:before { content: $ti-icon-ruler; } -.#{$ti-prefix}-ruler-2:before { content: $ti-icon-ruler-2; } -.#{$ti-prefix}-ruler-2-off:before { content: $ti-icon-ruler-2-off; } -.#{$ti-prefix}-ruler-3:before { content: $ti-icon-ruler-3; } -.#{$ti-prefix}-ruler-measure:before { content: $ti-icon-ruler-measure; } -.#{$ti-prefix}-ruler-off:before { content: $ti-icon-ruler-off; } -.#{$ti-prefix}-run:before { content: $ti-icon-run; } -.#{$ti-prefix}-rv-truck:before { content: $ti-icon-rv-truck; } -.#{$ti-prefix}-s-turn-down:before { content: $ti-icon-s-turn-down; } -.#{$ti-prefix}-s-turn-left:before { content: $ti-icon-s-turn-left; } -.#{$ti-prefix}-s-turn-right:before { content: $ti-icon-s-turn-right; } -.#{$ti-prefix}-s-turn-up:before { content: $ti-icon-s-turn-up; } -.#{$ti-prefix}-sailboat:before { content: $ti-icon-sailboat; } -.#{$ti-prefix}-sailboat-2:before { content: $ti-icon-sailboat-2; } -.#{$ti-prefix}-sailboat-off:before { content: $ti-icon-sailboat-off; } -.#{$ti-prefix}-salad:before { content: $ti-icon-salad; } -.#{$ti-prefix}-salt:before { content: $ti-icon-salt; } -.#{$ti-prefix}-sandbox:before { content: $ti-icon-sandbox; } -.#{$ti-prefix}-satellite:before { content: $ti-icon-satellite; } -.#{$ti-prefix}-satellite-off:before { content: $ti-icon-satellite-off; } -.#{$ti-prefix}-sausage:before { content: $ti-icon-sausage; } -.#{$ti-prefix}-scale:before { content: $ti-icon-scale; } -.#{$ti-prefix}-scale-off:before { content: $ti-icon-scale-off; } -.#{$ti-prefix}-scale-outline:before { content: $ti-icon-scale-outline; } -.#{$ti-prefix}-scale-outline-off:before { content: $ti-icon-scale-outline-off; } -.#{$ti-prefix}-scan:before { content: $ti-icon-scan; } -.#{$ti-prefix}-scan-eye:before { content: $ti-icon-scan-eye; } -.#{$ti-prefix}-schema:before { content: $ti-icon-schema; } -.#{$ti-prefix}-schema-off:before { content: $ti-icon-schema-off; } -.#{$ti-prefix}-school:before { content: $ti-icon-school; } -.#{$ti-prefix}-school-bell:before { content: $ti-icon-school-bell; } -.#{$ti-prefix}-school-off:before { content: $ti-icon-school-off; } -.#{$ti-prefix}-scissors:before { content: $ti-icon-scissors; } -.#{$ti-prefix}-scissors-off:before { content: $ti-icon-scissors-off; } -.#{$ti-prefix}-scooter:before { content: $ti-icon-scooter; } -.#{$ti-prefix}-scooter-electric:before { content: $ti-icon-scooter-electric; } -.#{$ti-prefix}-scoreboard:before { content: $ti-icon-scoreboard; } -.#{$ti-prefix}-screen-share:before { content: $ti-icon-screen-share; } -.#{$ti-prefix}-screen-share-off:before { content: $ti-icon-screen-share-off; } -.#{$ti-prefix}-screenshot:before { content: $ti-icon-screenshot; } -.#{$ti-prefix}-scribble:before { content: $ti-icon-scribble; } -.#{$ti-prefix}-scribble-off:before { content: $ti-icon-scribble-off; } -.#{$ti-prefix}-script:before { content: $ti-icon-script; } -.#{$ti-prefix}-script-minus:before { content: $ti-icon-script-minus; } -.#{$ti-prefix}-script-plus:before { content: $ti-icon-script-plus; } -.#{$ti-prefix}-script-x:before { content: $ti-icon-script-x; } -.#{$ti-prefix}-scuba-diving:before { content: $ti-icon-scuba-diving; } -.#{$ti-prefix}-scuba-mask:before { content: $ti-icon-scuba-mask; } -.#{$ti-prefix}-scuba-mask-off:before { content: $ti-icon-scuba-mask-off; } -.#{$ti-prefix}-sdk:before { content: $ti-icon-sdk; } -.#{$ti-prefix}-search:before { content: $ti-icon-search; } -.#{$ti-prefix}-search-off:before { content: $ti-icon-search-off; } -.#{$ti-prefix}-section:before { content: $ti-icon-section; } -.#{$ti-prefix}-section-sign:before { content: $ti-icon-section-sign; } -.#{$ti-prefix}-seeding:before { content: $ti-icon-seeding; } -.#{$ti-prefix}-seeding-off:before { content: $ti-icon-seeding-off; } -.#{$ti-prefix}-select:before { content: $ti-icon-select; } -.#{$ti-prefix}-select-all:before { content: $ti-icon-select-all; } -.#{$ti-prefix}-selector:before { content: $ti-icon-selector; } -.#{$ti-prefix}-send:before { content: $ti-icon-send; } -.#{$ti-prefix}-send-2:before { content: $ti-icon-send-2; } -.#{$ti-prefix}-send-off:before { content: $ti-icon-send-off; } -.#{$ti-prefix}-seo:before { content: $ti-icon-seo; } -.#{$ti-prefix}-separator:before { content: $ti-icon-separator; } -.#{$ti-prefix}-separator-horizontal:before { content: $ti-icon-separator-horizontal; } -.#{$ti-prefix}-separator-vertical:before { content: $ti-icon-separator-vertical; } -.#{$ti-prefix}-server:before { content: $ti-icon-server; } -.#{$ti-prefix}-server-2:before { content: $ti-icon-server-2; } -.#{$ti-prefix}-server-bolt:before { content: $ti-icon-server-bolt; } -.#{$ti-prefix}-server-cog:before { content: $ti-icon-server-cog; } -.#{$ti-prefix}-server-off:before { content: $ti-icon-server-off; } -.#{$ti-prefix}-servicemark:before { content: $ti-icon-servicemark; } -.#{$ti-prefix}-settings:before { content: $ti-icon-settings; } -.#{$ti-prefix}-settings-2:before { content: $ti-icon-settings-2; } -.#{$ti-prefix}-settings-automation:before { content: $ti-icon-settings-automation; } -.#{$ti-prefix}-settings-bolt:before { content: $ti-icon-settings-bolt; } -.#{$ti-prefix}-settings-cancel:before { content: $ti-icon-settings-cancel; } -.#{$ti-prefix}-settings-check:before { content: $ti-icon-settings-check; } -.#{$ti-prefix}-settings-code:before { content: $ti-icon-settings-code; } -.#{$ti-prefix}-settings-cog:before { content: $ti-icon-settings-cog; } -.#{$ti-prefix}-settings-dollar:before { content: $ti-icon-settings-dollar; } -.#{$ti-prefix}-settings-down:before { content: $ti-icon-settings-down; } -.#{$ti-prefix}-settings-exclamation:before { content: $ti-icon-settings-exclamation; } -.#{$ti-prefix}-settings-filled:before { content: $ti-icon-settings-filled; } -.#{$ti-prefix}-settings-heart:before { content: $ti-icon-settings-heart; } -.#{$ti-prefix}-settings-minus:before { content: $ti-icon-settings-minus; } -.#{$ti-prefix}-settings-off:before { content: $ti-icon-settings-off; } -.#{$ti-prefix}-settings-pause:before { content: $ti-icon-settings-pause; } -.#{$ti-prefix}-settings-pin:before { content: $ti-icon-settings-pin; } -.#{$ti-prefix}-settings-plus:before { content: $ti-icon-settings-plus; } -.#{$ti-prefix}-settings-question:before { content: $ti-icon-settings-question; } -.#{$ti-prefix}-settings-search:before { content: $ti-icon-settings-search; } -.#{$ti-prefix}-settings-share:before { content: $ti-icon-settings-share; } -.#{$ti-prefix}-settings-star:before { content: $ti-icon-settings-star; } -.#{$ti-prefix}-settings-up:before { content: $ti-icon-settings-up; } -.#{$ti-prefix}-settings-x:before { content: $ti-icon-settings-x; } -.#{$ti-prefix}-shadow:before { content: $ti-icon-shadow; } -.#{$ti-prefix}-shadow-off:before { content: $ti-icon-shadow-off; } -.#{$ti-prefix}-shape:before { content: $ti-icon-shape; } -.#{$ti-prefix}-shape-2:before { content: $ti-icon-shape-2; } -.#{$ti-prefix}-shape-3:before { content: $ti-icon-shape-3; } -.#{$ti-prefix}-shape-off:before { content: $ti-icon-shape-off; } -.#{$ti-prefix}-share:before { content: $ti-icon-share; } -.#{$ti-prefix}-share-2:before { content: $ti-icon-share-2; } -.#{$ti-prefix}-share-3:before { content: $ti-icon-share-3; } -.#{$ti-prefix}-share-off:before { content: $ti-icon-share-off; } -.#{$ti-prefix}-shi-jumping:before { content: $ti-icon-shi-jumping; } -.#{$ti-prefix}-shield:before { content: $ti-icon-shield; } -.#{$ti-prefix}-shield-bolt:before { content: $ti-icon-shield-bolt; } -.#{$ti-prefix}-shield-cancel:before { content: $ti-icon-shield-cancel; } -.#{$ti-prefix}-shield-check:before { content: $ti-icon-shield-check; } -.#{$ti-prefix}-shield-check-filled:before { content: $ti-icon-shield-check-filled; } -.#{$ti-prefix}-shield-checkered:before { content: $ti-icon-shield-checkered; } -.#{$ti-prefix}-shield-checkered-filled:before { content: $ti-icon-shield-checkered-filled; } -.#{$ti-prefix}-shield-chevron:before { content: $ti-icon-shield-chevron; } -.#{$ti-prefix}-shield-code:before { content: $ti-icon-shield-code; } -.#{$ti-prefix}-shield-cog:before { content: $ti-icon-shield-cog; } -.#{$ti-prefix}-shield-dollar:before { content: $ti-icon-shield-dollar; } -.#{$ti-prefix}-shield-down:before { content: $ti-icon-shield-down; } -.#{$ti-prefix}-shield-exclamation:before { content: $ti-icon-shield-exclamation; } -.#{$ti-prefix}-shield-filled:before { content: $ti-icon-shield-filled; } -.#{$ti-prefix}-shield-half:before { content: $ti-icon-shield-half; } -.#{$ti-prefix}-shield-half-filled:before { content: $ti-icon-shield-half-filled; } -.#{$ti-prefix}-shield-heart:before { content: $ti-icon-shield-heart; } -.#{$ti-prefix}-shield-lock:before { content: $ti-icon-shield-lock; } -.#{$ti-prefix}-shield-lock-filled:before { content: $ti-icon-shield-lock-filled; } -.#{$ti-prefix}-shield-minus:before { content: $ti-icon-shield-minus; } -.#{$ti-prefix}-shield-off:before { content: $ti-icon-shield-off; } -.#{$ti-prefix}-shield-pause:before { content: $ti-icon-shield-pause; } -.#{$ti-prefix}-shield-pin:before { content: $ti-icon-shield-pin; } -.#{$ti-prefix}-shield-plus:before { content: $ti-icon-shield-plus; } -.#{$ti-prefix}-shield-question:before { content: $ti-icon-shield-question; } -.#{$ti-prefix}-shield-search:before { content: $ti-icon-shield-search; } -.#{$ti-prefix}-shield-share:before { content: $ti-icon-shield-share; } -.#{$ti-prefix}-shield-star:before { content: $ti-icon-shield-star; } -.#{$ti-prefix}-shield-up:before { content: $ti-icon-shield-up; } -.#{$ti-prefix}-shield-x:before { content: $ti-icon-shield-x; } -.#{$ti-prefix}-ship:before { content: $ti-icon-ship; } -.#{$ti-prefix}-ship-off:before { content: $ti-icon-ship-off; } -.#{$ti-prefix}-shirt:before { content: $ti-icon-shirt; } -.#{$ti-prefix}-shirt-filled:before { content: $ti-icon-shirt-filled; } -.#{$ti-prefix}-shirt-off:before { content: $ti-icon-shirt-off; } -.#{$ti-prefix}-shirt-sport:before { content: $ti-icon-shirt-sport; } -.#{$ti-prefix}-shoe:before { content: $ti-icon-shoe; } -.#{$ti-prefix}-shoe-off:before { content: $ti-icon-shoe-off; } -.#{$ti-prefix}-shopping-bag:before { content: $ti-icon-shopping-bag; } -.#{$ti-prefix}-shopping-bag-check:before { content: $ti-icon-shopping-bag-check; } -.#{$ti-prefix}-shopping-bag-discount:before { content: $ti-icon-shopping-bag-discount; } -.#{$ti-prefix}-shopping-bag-edit:before { content: $ti-icon-shopping-bag-edit; } -.#{$ti-prefix}-shopping-bag-exclamation:before { content: $ti-icon-shopping-bag-exclamation; } -.#{$ti-prefix}-shopping-bag-heart:before { content: $ti-icon-shopping-bag-heart; } -.#{$ti-prefix}-shopping-bag-minus:before { content: $ti-icon-shopping-bag-minus; } -.#{$ti-prefix}-shopping-bag-plus:before { content: $ti-icon-shopping-bag-plus; } -.#{$ti-prefix}-shopping-bag-search:before { content: $ti-icon-shopping-bag-search; } -.#{$ti-prefix}-shopping-bag-x:before { content: $ti-icon-shopping-bag-x; } -.#{$ti-prefix}-shopping-cart:before { content: $ti-icon-shopping-cart; } -.#{$ti-prefix}-shopping-cart-bolt:before { content: $ti-icon-shopping-cart-bolt; } -.#{$ti-prefix}-shopping-cart-cancel:before { content: $ti-icon-shopping-cart-cancel; } -.#{$ti-prefix}-shopping-cart-check:before { content: $ti-icon-shopping-cart-check; } -.#{$ti-prefix}-shopping-cart-code:before { content: $ti-icon-shopping-cart-code; } -.#{$ti-prefix}-shopping-cart-cog:before { content: $ti-icon-shopping-cart-cog; } -.#{$ti-prefix}-shopping-cart-copy:before { content: $ti-icon-shopping-cart-copy; } -.#{$ti-prefix}-shopping-cart-discount:before { content: $ti-icon-shopping-cart-discount; } -.#{$ti-prefix}-shopping-cart-dollar:before { content: $ti-icon-shopping-cart-dollar; } -.#{$ti-prefix}-shopping-cart-down:before { content: $ti-icon-shopping-cart-down; } -.#{$ti-prefix}-shopping-cart-exclamation:before { content: $ti-icon-shopping-cart-exclamation; } -.#{$ti-prefix}-shopping-cart-filled:before { content: $ti-icon-shopping-cart-filled; } -.#{$ti-prefix}-shopping-cart-heart:before { content: $ti-icon-shopping-cart-heart; } -.#{$ti-prefix}-shopping-cart-minus:before { content: $ti-icon-shopping-cart-minus; } -.#{$ti-prefix}-shopping-cart-off:before { content: $ti-icon-shopping-cart-off; } -.#{$ti-prefix}-shopping-cart-pause:before { content: $ti-icon-shopping-cart-pause; } -.#{$ti-prefix}-shopping-cart-pin:before { content: $ti-icon-shopping-cart-pin; } -.#{$ti-prefix}-shopping-cart-plus:before { content: $ti-icon-shopping-cart-plus; } -.#{$ti-prefix}-shopping-cart-question:before { content: $ti-icon-shopping-cart-question; } -.#{$ti-prefix}-shopping-cart-search:before { content: $ti-icon-shopping-cart-search; } -.#{$ti-prefix}-shopping-cart-share:before { content: $ti-icon-shopping-cart-share; } -.#{$ti-prefix}-shopping-cart-star:before { content: $ti-icon-shopping-cart-star; } -.#{$ti-prefix}-shopping-cart-up:before { content: $ti-icon-shopping-cart-up; } -.#{$ti-prefix}-shopping-cart-x:before { content: $ti-icon-shopping-cart-x; } -.#{$ti-prefix}-shovel:before { content: $ti-icon-shovel; } -.#{$ti-prefix}-shovel-pitchforks:before { content: $ti-icon-shovel-pitchforks; } -.#{$ti-prefix}-shredder:before { content: $ti-icon-shredder; } -.#{$ti-prefix}-sign-left:before { content: $ti-icon-sign-left; } -.#{$ti-prefix}-sign-left-filled:before { content: $ti-icon-sign-left-filled; } -.#{$ti-prefix}-sign-right:before { content: $ti-icon-sign-right; } -.#{$ti-prefix}-sign-right-filled:before { content: $ti-icon-sign-right-filled; } -.#{$ti-prefix}-signal-2g:before { content: $ti-icon-signal-2g; } -.#{$ti-prefix}-signal-3g:before { content: $ti-icon-signal-3g; } -.#{$ti-prefix}-signal-4g:before { content: $ti-icon-signal-4g; } -.#{$ti-prefix}-signal-4g-plus:before { content: $ti-icon-signal-4g-plus; } -.#{$ti-prefix}-signal-5g:before { content: $ti-icon-signal-5g; } -.#{$ti-prefix}-signal-6g:before { content: $ti-icon-signal-6g; } -.#{$ti-prefix}-signal-e:before { content: $ti-icon-signal-e; } -.#{$ti-prefix}-signal-g:before { content: $ti-icon-signal-g; } -.#{$ti-prefix}-signal-h:before { content: $ti-icon-signal-h; } -.#{$ti-prefix}-signal-h-plus:before { content: $ti-icon-signal-h-plus; } -.#{$ti-prefix}-signal-lte:before { content: $ti-icon-signal-lte; } -.#{$ti-prefix}-signature:before { content: $ti-icon-signature; } -.#{$ti-prefix}-signature-off:before { content: $ti-icon-signature-off; } -.#{$ti-prefix}-sitemap:before { content: $ti-icon-sitemap; } -.#{$ti-prefix}-sitemap-off:before { content: $ti-icon-sitemap-off; } -.#{$ti-prefix}-skateboard:before { content: $ti-icon-skateboard; } -.#{$ti-prefix}-skateboard-off:before { content: $ti-icon-skateboard-off; } -.#{$ti-prefix}-skateboarding:before { content: $ti-icon-skateboarding; } -.#{$ti-prefix}-skew-x:before { content: $ti-icon-skew-x; } -.#{$ti-prefix}-skew-y:before { content: $ti-icon-skew-y; } -.#{$ti-prefix}-skull:before { content: $ti-icon-skull; } -.#{$ti-prefix}-slash:before { content: $ti-icon-slash; } -.#{$ti-prefix}-slashes:before { content: $ti-icon-slashes; } -.#{$ti-prefix}-sleigh:before { content: $ti-icon-sleigh; } -.#{$ti-prefix}-slice:before { content: $ti-icon-slice; } -.#{$ti-prefix}-slideshow:before { content: $ti-icon-slideshow; } -.#{$ti-prefix}-smart-home:before { content: $ti-icon-smart-home; } -.#{$ti-prefix}-smart-home-off:before { content: $ti-icon-smart-home-off; } -.#{$ti-prefix}-smoking:before { content: $ti-icon-smoking; } -.#{$ti-prefix}-smoking-no:before { content: $ti-icon-smoking-no; } -.#{$ti-prefix}-snowboarding:before { content: $ti-icon-snowboarding; } -.#{$ti-prefix}-snowflake:before { content: $ti-icon-snowflake; } -.#{$ti-prefix}-snowflake-off:before { content: $ti-icon-snowflake-off; } -.#{$ti-prefix}-snowman:before { content: $ti-icon-snowman; } -.#{$ti-prefix}-soccer-field:before { content: $ti-icon-soccer-field; } -.#{$ti-prefix}-social:before { content: $ti-icon-social; } -.#{$ti-prefix}-social-off:before { content: $ti-icon-social-off; } -.#{$ti-prefix}-sock:before { content: $ti-icon-sock; } -.#{$ti-prefix}-sofa:before { content: $ti-icon-sofa; } -.#{$ti-prefix}-sofa-off:before { content: $ti-icon-sofa-off; } -.#{$ti-prefix}-solar-electricity:before { content: $ti-icon-solar-electricity; } -.#{$ti-prefix}-solar-panel:before { content: $ti-icon-solar-panel; } -.#{$ti-prefix}-solar-panel-2:before { content: $ti-icon-solar-panel-2; } -.#{$ti-prefix}-sort-0-9:before { content: $ti-icon-sort-0-9; } -.#{$ti-prefix}-sort-9-0:before { content: $ti-icon-sort-9-0; } -.#{$ti-prefix}-sort-a-z:before { content: $ti-icon-sort-a-z; } -.#{$ti-prefix}-sort-ascending:before { content: $ti-icon-sort-ascending; } -.#{$ti-prefix}-sort-ascending-2:before { content: $ti-icon-sort-ascending-2; } -.#{$ti-prefix}-sort-ascending-letters:before { content: $ti-icon-sort-ascending-letters; } -.#{$ti-prefix}-sort-ascending-numbers:before { content: $ti-icon-sort-ascending-numbers; } -.#{$ti-prefix}-sort-ascending-shapes:before { content: $ti-icon-sort-ascending-shapes; } -.#{$ti-prefix}-sort-ascending-small-big:before { content: $ti-icon-sort-ascending-small-big; } -.#{$ti-prefix}-sort-deacending-small-big:before { content: $ti-icon-sort-deacending-small-big; } -.#{$ti-prefix}-sort-descending:before { content: $ti-icon-sort-descending; } -.#{$ti-prefix}-sort-descending-2:before { content: $ti-icon-sort-descending-2; } -.#{$ti-prefix}-sort-descending-letters:before { content: $ti-icon-sort-descending-letters; } -.#{$ti-prefix}-sort-descending-numbers:before { content: $ti-icon-sort-descending-numbers; } -.#{$ti-prefix}-sort-descending-shapes:before { content: $ti-icon-sort-descending-shapes; } -.#{$ti-prefix}-sort-z-a:before { content: $ti-icon-sort-z-a; } -.#{$ti-prefix}-sos:before { content: $ti-icon-sos; } -.#{$ti-prefix}-soup:before { content: $ti-icon-soup; } -.#{$ti-prefix}-soup-off:before { content: $ti-icon-soup-off; } -.#{$ti-prefix}-source-code:before { content: $ti-icon-source-code; } -.#{$ti-prefix}-space:before { content: $ti-icon-space; } -.#{$ti-prefix}-space-off:before { content: $ti-icon-space-off; } -.#{$ti-prefix}-spacing-horizontal:before { content: $ti-icon-spacing-horizontal; } -.#{$ti-prefix}-spacing-vertical:before { content: $ti-icon-spacing-vertical; } -.#{$ti-prefix}-spade:before { content: $ti-icon-spade; } -.#{$ti-prefix}-spade-filled:before { content: $ti-icon-spade-filled; } -.#{$ti-prefix}-sparkles:before { content: $ti-icon-sparkles; } -.#{$ti-prefix}-speakerphone:before { content: $ti-icon-speakerphone; } -.#{$ti-prefix}-speedboat:before { content: $ti-icon-speedboat; } -.#{$ti-prefix}-sphere:before { content: $ti-icon-sphere; } -.#{$ti-prefix}-sphere-off:before { content: $ti-icon-sphere-off; } -.#{$ti-prefix}-sphere-plus:before { content: $ti-icon-sphere-plus; } -.#{$ti-prefix}-spider:before { content: $ti-icon-spider; } -.#{$ti-prefix}-spiral:before { content: $ti-icon-spiral; } -.#{$ti-prefix}-spiral-off:before { content: $ti-icon-spiral-off; } -.#{$ti-prefix}-sport-billard:before { content: $ti-icon-sport-billard; } -.#{$ti-prefix}-spray:before { content: $ti-icon-spray; } -.#{$ti-prefix}-spy:before { content: $ti-icon-spy; } -.#{$ti-prefix}-spy-off:before { content: $ti-icon-spy-off; } -.#{$ti-prefix}-sql:before { content: $ti-icon-sql; } -.#{$ti-prefix}-square:before { content: $ti-icon-square; } -.#{$ti-prefix}-square-0-filled:before { content: $ti-icon-square-0-filled; } -.#{$ti-prefix}-square-1-filled:before { content: $ti-icon-square-1-filled; } -.#{$ti-prefix}-square-2-filled:before { content: $ti-icon-square-2-filled; } -.#{$ti-prefix}-square-3-filled:before { content: $ti-icon-square-3-filled; } -.#{$ti-prefix}-square-4-filled:before { content: $ti-icon-square-4-filled; } -.#{$ti-prefix}-square-5-filled:before { content: $ti-icon-square-5-filled; } -.#{$ti-prefix}-square-6-filled:before { content: $ti-icon-square-6-filled; } -.#{$ti-prefix}-square-7-filled:before { content: $ti-icon-square-7-filled; } -.#{$ti-prefix}-square-8-filled:before { content: $ti-icon-square-8-filled; } -.#{$ti-prefix}-square-9-filled:before { content: $ti-icon-square-9-filled; } -.#{$ti-prefix}-square-arrow-down:before { content: $ti-icon-square-arrow-down; } -.#{$ti-prefix}-square-arrow-down-filled:before { content: $ti-icon-square-arrow-down-filled; } -.#{$ti-prefix}-square-arrow-left:before { content: $ti-icon-square-arrow-left; } -.#{$ti-prefix}-square-arrow-left-filled:before { content: $ti-icon-square-arrow-left-filled; } -.#{$ti-prefix}-square-arrow-right:before { content: $ti-icon-square-arrow-right; } -.#{$ti-prefix}-square-arrow-right-filled:before { content: $ti-icon-square-arrow-right-filled; } -.#{$ti-prefix}-square-arrow-up:before { content: $ti-icon-square-arrow-up; } -.#{$ti-prefix}-square-arrow-up-filled:before { content: $ti-icon-square-arrow-up-filled; } -.#{$ti-prefix}-square-asterisk:before { content: $ti-icon-square-asterisk; } -.#{$ti-prefix}-square-asterisk-filled:before { content: $ti-icon-square-asterisk-filled; } -.#{$ti-prefix}-square-check:before { content: $ti-icon-square-check; } -.#{$ti-prefix}-square-check-filled:before { content: $ti-icon-square-check-filled; } -.#{$ti-prefix}-square-chevron-down:before { content: $ti-icon-square-chevron-down; } -.#{$ti-prefix}-square-chevron-down-filled:before { content: $ti-icon-square-chevron-down-filled; } -.#{$ti-prefix}-square-chevron-left:before { content: $ti-icon-square-chevron-left; } -.#{$ti-prefix}-square-chevron-left-filled:before { content: $ti-icon-square-chevron-left-filled; } -.#{$ti-prefix}-square-chevron-right:before { content: $ti-icon-square-chevron-right; } -.#{$ti-prefix}-square-chevron-right-filled:before { content: $ti-icon-square-chevron-right-filled; } -.#{$ti-prefix}-square-chevron-up:before { content: $ti-icon-square-chevron-up; } -.#{$ti-prefix}-square-chevron-up-filled:before { content: $ti-icon-square-chevron-up-filled; } -.#{$ti-prefix}-square-chevrons-down:before { content: $ti-icon-square-chevrons-down; } -.#{$ti-prefix}-square-chevrons-down-filled:before { content: $ti-icon-square-chevrons-down-filled; } -.#{$ti-prefix}-square-chevrons-left:before { content: $ti-icon-square-chevrons-left; } -.#{$ti-prefix}-square-chevrons-left-filled:before { content: $ti-icon-square-chevrons-left-filled; } -.#{$ti-prefix}-square-chevrons-right:before { content: $ti-icon-square-chevrons-right; } -.#{$ti-prefix}-square-chevrons-right-filled:before { content: $ti-icon-square-chevrons-right-filled; } -.#{$ti-prefix}-square-chevrons-up:before { content: $ti-icon-square-chevrons-up; } -.#{$ti-prefix}-square-chevrons-up-filled:before { content: $ti-icon-square-chevrons-up-filled; } -.#{$ti-prefix}-square-dot:before { content: $ti-icon-square-dot; } -.#{$ti-prefix}-square-dot-filled:before { content: $ti-icon-square-dot-filled; } -.#{$ti-prefix}-square-f0:before { content: $ti-icon-square-f0; } -.#{$ti-prefix}-square-f0-filled:before { content: $ti-icon-square-f0-filled; } -.#{$ti-prefix}-square-f1:before { content: $ti-icon-square-f1; } -.#{$ti-prefix}-square-f1-filled:before { content: $ti-icon-square-f1-filled; } -.#{$ti-prefix}-square-f2:before { content: $ti-icon-square-f2; } -.#{$ti-prefix}-square-f2-filled:before { content: $ti-icon-square-f2-filled; } -.#{$ti-prefix}-square-f3:before { content: $ti-icon-square-f3; } -.#{$ti-prefix}-square-f3-filled:before { content: $ti-icon-square-f3-filled; } -.#{$ti-prefix}-square-f4:before { content: $ti-icon-square-f4; } -.#{$ti-prefix}-square-f4-filled:before { content: $ti-icon-square-f4-filled; } -.#{$ti-prefix}-square-f5:before { content: $ti-icon-square-f5; } -.#{$ti-prefix}-square-f5-filled:before { content: $ti-icon-square-f5-filled; } -.#{$ti-prefix}-square-f6:before { content: $ti-icon-square-f6; } -.#{$ti-prefix}-square-f6-filled:before { content: $ti-icon-square-f6-filled; } -.#{$ti-prefix}-square-f7:before { content: $ti-icon-square-f7; } -.#{$ti-prefix}-square-f7-filled:before { content: $ti-icon-square-f7-filled; } -.#{$ti-prefix}-square-f8:before { content: $ti-icon-square-f8; } -.#{$ti-prefix}-square-f8-filled:before { content: $ti-icon-square-f8-filled; } -.#{$ti-prefix}-square-f9:before { content: $ti-icon-square-f9; } -.#{$ti-prefix}-square-f9-filled:before { content: $ti-icon-square-f9-filled; } -.#{$ti-prefix}-square-filled:before { content: $ti-icon-square-filled; } -.#{$ti-prefix}-square-forbid:before { content: $ti-icon-square-forbid; } -.#{$ti-prefix}-square-forbid-2:before { content: $ti-icon-square-forbid-2; } -.#{$ti-prefix}-square-half:before { content: $ti-icon-square-half; } -.#{$ti-prefix}-square-key:before { content: $ti-icon-square-key; } -.#{$ti-prefix}-square-letter-a:before { content: $ti-icon-square-letter-a; } -.#{$ti-prefix}-square-letter-b:before { content: $ti-icon-square-letter-b; } -.#{$ti-prefix}-square-letter-c:before { content: $ti-icon-square-letter-c; } -.#{$ti-prefix}-square-letter-d:before { content: $ti-icon-square-letter-d; } -.#{$ti-prefix}-square-letter-e:before { content: $ti-icon-square-letter-e; } -.#{$ti-prefix}-square-letter-f:before { content: $ti-icon-square-letter-f; } -.#{$ti-prefix}-square-letter-g:before { content: $ti-icon-square-letter-g; } -.#{$ti-prefix}-square-letter-h:before { content: $ti-icon-square-letter-h; } -.#{$ti-prefix}-square-letter-i:before { content: $ti-icon-square-letter-i; } -.#{$ti-prefix}-square-letter-j:before { content: $ti-icon-square-letter-j; } -.#{$ti-prefix}-square-letter-k:before { content: $ti-icon-square-letter-k; } -.#{$ti-prefix}-square-letter-l:before { content: $ti-icon-square-letter-l; } -.#{$ti-prefix}-square-letter-m:before { content: $ti-icon-square-letter-m; } -.#{$ti-prefix}-square-letter-n:before { content: $ti-icon-square-letter-n; } -.#{$ti-prefix}-square-letter-o:before { content: $ti-icon-square-letter-o; } -.#{$ti-prefix}-square-letter-p:before { content: $ti-icon-square-letter-p; } -.#{$ti-prefix}-square-letter-q:before { content: $ti-icon-square-letter-q; } -.#{$ti-prefix}-square-letter-r:before { content: $ti-icon-square-letter-r; } -.#{$ti-prefix}-square-letter-s:before { content: $ti-icon-square-letter-s; } -.#{$ti-prefix}-square-letter-t:before { content: $ti-icon-square-letter-t; } -.#{$ti-prefix}-square-letter-u:before { content: $ti-icon-square-letter-u; } -.#{$ti-prefix}-square-letter-v:before { content: $ti-icon-square-letter-v; } -.#{$ti-prefix}-square-letter-w:before { content: $ti-icon-square-letter-w; } -.#{$ti-prefix}-square-letter-x:before { content: $ti-icon-square-letter-x; } -.#{$ti-prefix}-square-letter-y:before { content: $ti-icon-square-letter-y; } -.#{$ti-prefix}-square-letter-z:before { content: $ti-icon-square-letter-z; } -.#{$ti-prefix}-square-minus:before { content: $ti-icon-square-minus; } -.#{$ti-prefix}-square-minus-filled:before { content: $ti-icon-square-minus-filled; } -.#{$ti-prefix}-square-number-0:before { content: $ti-icon-square-number-0; } -.#{$ti-prefix}-square-number-1:before { content: $ti-icon-square-number-1; } -.#{$ti-prefix}-square-number-2:before { content: $ti-icon-square-number-2; } -.#{$ti-prefix}-square-number-3:before { content: $ti-icon-square-number-3; } -.#{$ti-prefix}-square-number-4:before { content: $ti-icon-square-number-4; } -.#{$ti-prefix}-square-number-5:before { content: $ti-icon-square-number-5; } -.#{$ti-prefix}-square-number-6:before { content: $ti-icon-square-number-6; } -.#{$ti-prefix}-square-number-7:before { content: $ti-icon-square-number-7; } -.#{$ti-prefix}-square-number-8:before { content: $ti-icon-square-number-8; } -.#{$ti-prefix}-square-number-9:before { content: $ti-icon-square-number-9; } -.#{$ti-prefix}-square-off:before { content: $ti-icon-square-off; } -.#{$ti-prefix}-square-percentage:before { content: $ti-icon-square-percentage; } -.#{$ti-prefix}-square-plus:before { content: $ti-icon-square-plus; } -.#{$ti-prefix}-square-plus-2:before { content: $ti-icon-square-plus-2; } -.#{$ti-prefix}-square-root:before { content: $ti-icon-square-root; } -.#{$ti-prefix}-square-root-2:before { content: $ti-icon-square-root-2; } -.#{$ti-prefix}-square-rotated:before { content: $ti-icon-square-rotated; } -.#{$ti-prefix}-square-rotated-filled:before { content: $ti-icon-square-rotated-filled; } -.#{$ti-prefix}-square-rotated-forbid:before { content: $ti-icon-square-rotated-forbid; } -.#{$ti-prefix}-square-rotated-forbid-2:before { content: $ti-icon-square-rotated-forbid-2; } -.#{$ti-prefix}-square-rotated-off:before { content: $ti-icon-square-rotated-off; } -.#{$ti-prefix}-square-rounded:before { content: $ti-icon-square-rounded; } -.#{$ti-prefix}-square-rounded-arrow-down:before { content: $ti-icon-square-rounded-arrow-down; } -.#{$ti-prefix}-square-rounded-arrow-down-filled:before { content: $ti-icon-square-rounded-arrow-down-filled; } -.#{$ti-prefix}-square-rounded-arrow-left:before { content: $ti-icon-square-rounded-arrow-left; } -.#{$ti-prefix}-square-rounded-arrow-left-filled:before { content: $ti-icon-square-rounded-arrow-left-filled; } -.#{$ti-prefix}-square-rounded-arrow-right:before { content: $ti-icon-square-rounded-arrow-right; } -.#{$ti-prefix}-square-rounded-arrow-right-filled:before { content: $ti-icon-square-rounded-arrow-right-filled; } -.#{$ti-prefix}-square-rounded-arrow-up:before { content: $ti-icon-square-rounded-arrow-up; } -.#{$ti-prefix}-square-rounded-arrow-up-filled:before { content: $ti-icon-square-rounded-arrow-up-filled; } -.#{$ti-prefix}-square-rounded-check:before { content: $ti-icon-square-rounded-check; } -.#{$ti-prefix}-square-rounded-check-filled:before { content: $ti-icon-square-rounded-check-filled; } -.#{$ti-prefix}-square-rounded-chevron-down:before { content: $ti-icon-square-rounded-chevron-down; } -.#{$ti-prefix}-square-rounded-chevron-down-filled:before { content: $ti-icon-square-rounded-chevron-down-filled; } -.#{$ti-prefix}-square-rounded-chevron-left:before { content: $ti-icon-square-rounded-chevron-left; } -.#{$ti-prefix}-square-rounded-chevron-left-filled:before { content: $ti-icon-square-rounded-chevron-left-filled; } -.#{$ti-prefix}-square-rounded-chevron-right:before { content: $ti-icon-square-rounded-chevron-right; } -.#{$ti-prefix}-square-rounded-chevron-right-filled:before { content: $ti-icon-square-rounded-chevron-right-filled; } -.#{$ti-prefix}-square-rounded-chevron-up:before { content: $ti-icon-square-rounded-chevron-up; } -.#{$ti-prefix}-square-rounded-chevron-up-filled:before { content: $ti-icon-square-rounded-chevron-up-filled; } -.#{$ti-prefix}-square-rounded-chevrons-down:before { content: $ti-icon-square-rounded-chevrons-down; } -.#{$ti-prefix}-square-rounded-chevrons-down-filled:before { content: $ti-icon-square-rounded-chevrons-down-filled; } -.#{$ti-prefix}-square-rounded-chevrons-left:before { content: $ti-icon-square-rounded-chevrons-left; } -.#{$ti-prefix}-square-rounded-chevrons-left-filled:before { content: $ti-icon-square-rounded-chevrons-left-filled; } -.#{$ti-prefix}-square-rounded-chevrons-right:before { content: $ti-icon-square-rounded-chevrons-right; } -.#{$ti-prefix}-square-rounded-chevrons-right-filled:before { content: $ti-icon-square-rounded-chevrons-right-filled; } -.#{$ti-prefix}-square-rounded-chevrons-up:before { content: $ti-icon-square-rounded-chevrons-up; } -.#{$ti-prefix}-square-rounded-chevrons-up-filled:before { content: $ti-icon-square-rounded-chevrons-up-filled; } -.#{$ti-prefix}-square-rounded-filled:before { content: $ti-icon-square-rounded-filled; } -.#{$ti-prefix}-square-rounded-letter-a:before { content: $ti-icon-square-rounded-letter-a; } -.#{$ti-prefix}-square-rounded-letter-b:before { content: $ti-icon-square-rounded-letter-b; } -.#{$ti-prefix}-square-rounded-letter-c:before { content: $ti-icon-square-rounded-letter-c; } -.#{$ti-prefix}-square-rounded-letter-d:before { content: $ti-icon-square-rounded-letter-d; } -.#{$ti-prefix}-square-rounded-letter-e:before { content: $ti-icon-square-rounded-letter-e; } -.#{$ti-prefix}-square-rounded-letter-f:before { content: $ti-icon-square-rounded-letter-f; } -.#{$ti-prefix}-square-rounded-letter-g:before { content: $ti-icon-square-rounded-letter-g; } -.#{$ti-prefix}-square-rounded-letter-h:before { content: $ti-icon-square-rounded-letter-h; } -.#{$ti-prefix}-square-rounded-letter-i:before { content: $ti-icon-square-rounded-letter-i; } -.#{$ti-prefix}-square-rounded-letter-j:before { content: $ti-icon-square-rounded-letter-j; } -.#{$ti-prefix}-square-rounded-letter-k:before { content: $ti-icon-square-rounded-letter-k; } -.#{$ti-prefix}-square-rounded-letter-l:before { content: $ti-icon-square-rounded-letter-l; } -.#{$ti-prefix}-square-rounded-letter-m:before { content: $ti-icon-square-rounded-letter-m; } -.#{$ti-prefix}-square-rounded-letter-n:before { content: $ti-icon-square-rounded-letter-n; } -.#{$ti-prefix}-square-rounded-letter-o:before { content: $ti-icon-square-rounded-letter-o; } -.#{$ti-prefix}-square-rounded-letter-p:before { content: $ti-icon-square-rounded-letter-p; } -.#{$ti-prefix}-square-rounded-letter-q:before { content: $ti-icon-square-rounded-letter-q; } -.#{$ti-prefix}-square-rounded-letter-r:before { content: $ti-icon-square-rounded-letter-r; } -.#{$ti-prefix}-square-rounded-letter-s:before { content: $ti-icon-square-rounded-letter-s; } -.#{$ti-prefix}-square-rounded-letter-t:before { content: $ti-icon-square-rounded-letter-t; } -.#{$ti-prefix}-square-rounded-letter-u:before { content: $ti-icon-square-rounded-letter-u; } -.#{$ti-prefix}-square-rounded-letter-v:before { content: $ti-icon-square-rounded-letter-v; } -.#{$ti-prefix}-square-rounded-letter-w:before { content: $ti-icon-square-rounded-letter-w; } -.#{$ti-prefix}-square-rounded-letter-x:before { content: $ti-icon-square-rounded-letter-x; } -.#{$ti-prefix}-square-rounded-letter-y:before { content: $ti-icon-square-rounded-letter-y; } -.#{$ti-prefix}-square-rounded-letter-z:before { content: $ti-icon-square-rounded-letter-z; } -.#{$ti-prefix}-square-rounded-minus:before { content: $ti-icon-square-rounded-minus; } -.#{$ti-prefix}-square-rounded-minus-2:before { content: $ti-icon-square-rounded-minus-2; } -.#{$ti-prefix}-square-rounded-minus-filled:before { content: $ti-icon-square-rounded-minus-filled; } -.#{$ti-prefix}-square-rounded-number-0:before { content: $ti-icon-square-rounded-number-0; } -.#{$ti-prefix}-square-rounded-number-0-filled:before { content: $ti-icon-square-rounded-number-0-filled; } -.#{$ti-prefix}-square-rounded-number-1:before { content: $ti-icon-square-rounded-number-1; } -.#{$ti-prefix}-square-rounded-number-1-filled:before { content: $ti-icon-square-rounded-number-1-filled; } -.#{$ti-prefix}-square-rounded-number-2:before { content: $ti-icon-square-rounded-number-2; } -.#{$ti-prefix}-square-rounded-number-2-filled:before { content: $ti-icon-square-rounded-number-2-filled; } -.#{$ti-prefix}-square-rounded-number-3:before { content: $ti-icon-square-rounded-number-3; } -.#{$ti-prefix}-square-rounded-number-3-filled:before { content: $ti-icon-square-rounded-number-3-filled; } -.#{$ti-prefix}-square-rounded-number-4:before { content: $ti-icon-square-rounded-number-4; } -.#{$ti-prefix}-square-rounded-number-4-filled:before { content: $ti-icon-square-rounded-number-4-filled; } -.#{$ti-prefix}-square-rounded-number-5:before { content: $ti-icon-square-rounded-number-5; } -.#{$ti-prefix}-square-rounded-number-5-filled:before { content: $ti-icon-square-rounded-number-5-filled; } -.#{$ti-prefix}-square-rounded-number-6:before { content: $ti-icon-square-rounded-number-6; } -.#{$ti-prefix}-square-rounded-number-6-filled:before { content: $ti-icon-square-rounded-number-6-filled; } -.#{$ti-prefix}-square-rounded-number-7:before { content: $ti-icon-square-rounded-number-7; } -.#{$ti-prefix}-square-rounded-number-7-filled:before { content: $ti-icon-square-rounded-number-7-filled; } -.#{$ti-prefix}-square-rounded-number-8:before { content: $ti-icon-square-rounded-number-8; } -.#{$ti-prefix}-square-rounded-number-8-filled:before { content: $ti-icon-square-rounded-number-8-filled; } -.#{$ti-prefix}-square-rounded-number-9:before { content: $ti-icon-square-rounded-number-9; } -.#{$ti-prefix}-square-rounded-number-9-filled:before { content: $ti-icon-square-rounded-number-9-filled; } -.#{$ti-prefix}-square-rounded-percentage:before { content: $ti-icon-square-rounded-percentage; } -.#{$ti-prefix}-square-rounded-plus:before { content: $ti-icon-square-rounded-plus; } -.#{$ti-prefix}-square-rounded-plus-2:before { content: $ti-icon-square-rounded-plus-2; } -.#{$ti-prefix}-square-rounded-plus-filled:before { content: $ti-icon-square-rounded-plus-filled; } -.#{$ti-prefix}-square-rounded-x:before { content: $ti-icon-square-rounded-x; } -.#{$ti-prefix}-square-rounded-x-filled:before { content: $ti-icon-square-rounded-x-filled; } -.#{$ti-prefix}-square-toggle:before { content: $ti-icon-square-toggle; } -.#{$ti-prefix}-square-toggle-horizontal:before { content: $ti-icon-square-toggle-horizontal; } -.#{$ti-prefix}-square-x:before { content: $ti-icon-square-x; } -.#{$ti-prefix}-square-x-filled:before { content: $ti-icon-square-x-filled; } -.#{$ti-prefix}-squares-diagonal:before { content: $ti-icon-squares-diagonal; } -.#{$ti-prefix}-squares-filled:before { content: $ti-icon-squares-filled; } -.#{$ti-prefix}-stack:before { content: $ti-icon-stack; } -.#{$ti-prefix}-stack-2:before { content: $ti-icon-stack-2; } -.#{$ti-prefix}-stack-3:before { content: $ti-icon-stack-3; } -.#{$ti-prefix}-stack-back:before { content: $ti-icon-stack-back; } -.#{$ti-prefix}-stack-backward:before { content: $ti-icon-stack-backward; } -.#{$ti-prefix}-stack-forward:before { content: $ti-icon-stack-forward; } -.#{$ti-prefix}-stack-front:before { content: $ti-icon-stack-front; } -.#{$ti-prefix}-stack-middle:before { content: $ti-icon-stack-middle; } -.#{$ti-prefix}-stack-pop:before { content: $ti-icon-stack-pop; } -.#{$ti-prefix}-stack-push:before { content: $ti-icon-stack-push; } -.#{$ti-prefix}-stairs:before { content: $ti-icon-stairs; } -.#{$ti-prefix}-stairs-down:before { content: $ti-icon-stairs-down; } -.#{$ti-prefix}-stairs-up:before { content: $ti-icon-stairs-up; } -.#{$ti-prefix}-star:before { content: $ti-icon-star; } -.#{$ti-prefix}-star-filled:before { content: $ti-icon-star-filled; } -.#{$ti-prefix}-star-half:before { content: $ti-icon-star-half; } -.#{$ti-prefix}-star-half-filled:before { content: $ti-icon-star-half-filled; } -.#{$ti-prefix}-star-off:before { content: $ti-icon-star-off; } -.#{$ti-prefix}-stars:before { content: $ti-icon-stars; } -.#{$ti-prefix}-stars-filled:before { content: $ti-icon-stars-filled; } -.#{$ti-prefix}-stars-off:before { content: $ti-icon-stars-off; } -.#{$ti-prefix}-status-change:before { content: $ti-icon-status-change; } -.#{$ti-prefix}-steam:before { content: $ti-icon-steam; } -.#{$ti-prefix}-steering-wheel:before { content: $ti-icon-steering-wheel; } -.#{$ti-prefix}-steering-wheel-off:before { content: $ti-icon-steering-wheel-off; } -.#{$ti-prefix}-step-into:before { content: $ti-icon-step-into; } -.#{$ti-prefix}-step-out:before { content: $ti-icon-step-out; } -.#{$ti-prefix}-stereo-glasses:before { content: $ti-icon-stereo-glasses; } -.#{$ti-prefix}-stethoscope:before { content: $ti-icon-stethoscope; } -.#{$ti-prefix}-stethoscope-off:before { content: $ti-icon-stethoscope-off; } -.#{$ti-prefix}-sticker:before { content: $ti-icon-sticker; } -.#{$ti-prefix}-sticker-2:before { content: $ti-icon-sticker-2; } -.#{$ti-prefix}-storm:before { content: $ti-icon-storm; } -.#{$ti-prefix}-storm-off:before { content: $ti-icon-storm-off; } -.#{$ti-prefix}-stretching:before { content: $ti-icon-stretching; } -.#{$ti-prefix}-stretching-2:before { content: $ti-icon-stretching-2; } -.#{$ti-prefix}-strikethrough:before { content: $ti-icon-strikethrough; } -.#{$ti-prefix}-submarine:before { content: $ti-icon-submarine; } -.#{$ti-prefix}-subscript:before { content: $ti-icon-subscript; } -.#{$ti-prefix}-subtask:before { content: $ti-icon-subtask; } -.#{$ti-prefix}-sum:before { content: $ti-icon-sum; } -.#{$ti-prefix}-sum-off:before { content: $ti-icon-sum-off; } -.#{$ti-prefix}-sun:before { content: $ti-icon-sun; } -.#{$ti-prefix}-sun-electricity:before { content: $ti-icon-sun-electricity; } -.#{$ti-prefix}-sun-filled:before { content: $ti-icon-sun-filled; } -.#{$ti-prefix}-sun-high:before { content: $ti-icon-sun-high; } -.#{$ti-prefix}-sun-low:before { content: $ti-icon-sun-low; } -.#{$ti-prefix}-sun-moon:before { content: $ti-icon-sun-moon; } -.#{$ti-prefix}-sun-off:before { content: $ti-icon-sun-off; } -.#{$ti-prefix}-sun-wind:before { content: $ti-icon-sun-wind; } -.#{$ti-prefix}-sunglasses:before { content: $ti-icon-sunglasses; } -.#{$ti-prefix}-sunrise:before { content: $ti-icon-sunrise; } -.#{$ti-prefix}-sunset:before { content: $ti-icon-sunset; } -.#{$ti-prefix}-sunset-2:before { content: $ti-icon-sunset-2; } -.#{$ti-prefix}-superscript:before { content: $ti-icon-superscript; } -.#{$ti-prefix}-svg:before { content: $ti-icon-svg; } -.#{$ti-prefix}-swimming:before { content: $ti-icon-swimming; } -.#{$ti-prefix}-swipe:before { content: $ti-icon-swipe; } -.#{$ti-prefix}-swipe-down:before { content: $ti-icon-swipe-down; } -.#{$ti-prefix}-swipe-left:before { content: $ti-icon-swipe-left; } -.#{$ti-prefix}-swipe-right:before { content: $ti-icon-swipe-right; } -.#{$ti-prefix}-swipe-up:before { content: $ti-icon-swipe-up; } -.#{$ti-prefix}-switch:before { content: $ti-icon-switch; } -.#{$ti-prefix}-switch-2:before { content: $ti-icon-switch-2; } -.#{$ti-prefix}-switch-3:before { content: $ti-icon-switch-3; } -.#{$ti-prefix}-switch-horizontal:before { content: $ti-icon-switch-horizontal; } -.#{$ti-prefix}-switch-vertical:before { content: $ti-icon-switch-vertical; } -.#{$ti-prefix}-sword:before { content: $ti-icon-sword; } -.#{$ti-prefix}-sword-off:before { content: $ti-icon-sword-off; } -.#{$ti-prefix}-swords:before { content: $ti-icon-swords; } -.#{$ti-prefix}-table:before { content: $ti-icon-table; } -.#{$ti-prefix}-table-alias:before { content: $ti-icon-table-alias; } -.#{$ti-prefix}-table-column:before { content: $ti-icon-table-column; } -.#{$ti-prefix}-table-down:before { content: $ti-icon-table-down; } -.#{$ti-prefix}-table-export:before { content: $ti-icon-table-export; } -.#{$ti-prefix}-table-filled:before { content: $ti-icon-table-filled; } -.#{$ti-prefix}-table-heart:before { content: $ti-icon-table-heart; } -.#{$ti-prefix}-table-import:before { content: $ti-icon-table-import; } -.#{$ti-prefix}-table-minus:before { content: $ti-icon-table-minus; } -.#{$ti-prefix}-table-off:before { content: $ti-icon-table-off; } -.#{$ti-prefix}-table-options:before { content: $ti-icon-table-options; } -.#{$ti-prefix}-table-plus:before { content: $ti-icon-table-plus; } -.#{$ti-prefix}-table-row:before { content: $ti-icon-table-row; } -.#{$ti-prefix}-table-share:before { content: $ti-icon-table-share; } -.#{$ti-prefix}-table-shortcut:before { content: $ti-icon-table-shortcut; } -.#{$ti-prefix}-tag:before { content: $ti-icon-tag; } -.#{$ti-prefix}-tag-off:before { content: $ti-icon-tag-off; } -.#{$ti-prefix}-tag-starred:before { content: $ti-icon-tag-starred; } -.#{$ti-prefix}-tags:before { content: $ti-icon-tags; } -.#{$ti-prefix}-tags-off:before { content: $ti-icon-tags-off; } -.#{$ti-prefix}-tallymark-1:before { content: $ti-icon-tallymark-1; } -.#{$ti-prefix}-tallymark-2:before { content: $ti-icon-tallymark-2; } -.#{$ti-prefix}-tallymark-3:before { content: $ti-icon-tallymark-3; } -.#{$ti-prefix}-tallymark-4:before { content: $ti-icon-tallymark-4; } -.#{$ti-prefix}-tallymarks:before { content: $ti-icon-tallymarks; } -.#{$ti-prefix}-tank:before { content: $ti-icon-tank; } -.#{$ti-prefix}-target:before { content: $ti-icon-target; } -.#{$ti-prefix}-target-arrow:before { content: $ti-icon-target-arrow; } -.#{$ti-prefix}-target-off:before { content: $ti-icon-target-off; } -.#{$ti-prefix}-teapot:before { content: $ti-icon-teapot; } -.#{$ti-prefix}-telescope:before { content: $ti-icon-telescope; } -.#{$ti-prefix}-telescope-off:before { content: $ti-icon-telescope-off; } -.#{$ti-prefix}-temperature:before { content: $ti-icon-temperature; } -.#{$ti-prefix}-temperature-celsius:before { content: $ti-icon-temperature-celsius; } -.#{$ti-prefix}-temperature-fahrenheit:before { content: $ti-icon-temperature-fahrenheit; } -.#{$ti-prefix}-temperature-minus:before { content: $ti-icon-temperature-minus; } -.#{$ti-prefix}-temperature-off:before { content: $ti-icon-temperature-off; } -.#{$ti-prefix}-temperature-plus:before { content: $ti-icon-temperature-plus; } -.#{$ti-prefix}-temperature-snow:before { content: $ti-icon-temperature-snow; } -.#{$ti-prefix}-temperature-sun:before { content: $ti-icon-temperature-sun; } -.#{$ti-prefix}-template:before { content: $ti-icon-template; } -.#{$ti-prefix}-template-off:before { content: $ti-icon-template-off; } -.#{$ti-prefix}-tent:before { content: $ti-icon-tent; } -.#{$ti-prefix}-tent-off:before { content: $ti-icon-tent-off; } -.#{$ti-prefix}-terminal:before { content: $ti-icon-terminal; } -.#{$ti-prefix}-terminal-2:before { content: $ti-icon-terminal-2; } -.#{$ti-prefix}-test-pipe:before { content: $ti-icon-test-pipe; } -.#{$ti-prefix}-test-pipe-2:before { content: $ti-icon-test-pipe-2; } -.#{$ti-prefix}-test-pipe-off:before { content: $ti-icon-test-pipe-off; } -.#{$ti-prefix}-tex:before { content: $ti-icon-tex; } -.#{$ti-prefix}-text-caption:before { content: $ti-icon-text-caption; } -.#{$ti-prefix}-text-color:before { content: $ti-icon-text-color; } -.#{$ti-prefix}-text-decrease:before { content: $ti-icon-text-decrease; } -.#{$ti-prefix}-text-direction-ltr:before { content: $ti-icon-text-direction-ltr; } -.#{$ti-prefix}-text-direction-rtl:before { content: $ti-icon-text-direction-rtl; } -.#{$ti-prefix}-text-grammar:before { content: $ti-icon-text-grammar; } -.#{$ti-prefix}-text-increase:before { content: $ti-icon-text-increase; } -.#{$ti-prefix}-text-orientation:before { content: $ti-icon-text-orientation; } -.#{$ti-prefix}-text-plus:before { content: $ti-icon-text-plus; } -.#{$ti-prefix}-text-recognition:before { content: $ti-icon-text-recognition; } -.#{$ti-prefix}-text-resize:before { content: $ti-icon-text-resize; } -.#{$ti-prefix}-text-scan-2:before { content: $ti-icon-text-scan-2; } -.#{$ti-prefix}-text-size:before { content: $ti-icon-text-size; } -.#{$ti-prefix}-text-spellcheck:before { content: $ti-icon-text-spellcheck; } -.#{$ti-prefix}-text-wrap:before { content: $ti-icon-text-wrap; } -.#{$ti-prefix}-text-wrap-disabled:before { content: $ti-icon-text-wrap-disabled; } -.#{$ti-prefix}-texture:before { content: $ti-icon-texture; } -.#{$ti-prefix}-theater:before { content: $ti-icon-theater; } -.#{$ti-prefix}-thermometer:before { content: $ti-icon-thermometer; } -.#{$ti-prefix}-thumb-down:before { content: $ti-icon-thumb-down; } -.#{$ti-prefix}-thumb-down-filled:before { content: $ti-icon-thumb-down-filled; } -.#{$ti-prefix}-thumb-down-off:before { content: $ti-icon-thumb-down-off; } -.#{$ti-prefix}-thumb-up:before { content: $ti-icon-thumb-up; } -.#{$ti-prefix}-thumb-up-filled:before { content: $ti-icon-thumb-up-filled; } -.#{$ti-prefix}-thumb-up-off:before { content: $ti-icon-thumb-up-off; } -.#{$ti-prefix}-tic-tac:before { content: $ti-icon-tic-tac; } -.#{$ti-prefix}-ticket:before { content: $ti-icon-ticket; } -.#{$ti-prefix}-ticket-off:before { content: $ti-icon-ticket-off; } -.#{$ti-prefix}-tie:before { content: $ti-icon-tie; } -.#{$ti-prefix}-tilde:before { content: $ti-icon-tilde; } -.#{$ti-prefix}-tilt-shift:before { content: $ti-icon-tilt-shift; } -.#{$ti-prefix}-tilt-shift-off:before { content: $ti-icon-tilt-shift-off; } -.#{$ti-prefix}-time-duration-0:before { content: $ti-icon-time-duration-0; } -.#{$ti-prefix}-time-duration-10:before { content: $ti-icon-time-duration-10; } -.#{$ti-prefix}-time-duration-15:before { content: $ti-icon-time-duration-15; } -.#{$ti-prefix}-time-duration-30:before { content: $ti-icon-time-duration-30; } -.#{$ti-prefix}-time-duration-45:before { content: $ti-icon-time-duration-45; } -.#{$ti-prefix}-time-duration-5:before { content: $ti-icon-time-duration-5; } -.#{$ti-prefix}-time-duration-60:before { content: $ti-icon-time-duration-60; } -.#{$ti-prefix}-time-duration-90:before { content: $ti-icon-time-duration-90; } -.#{$ti-prefix}-time-duration-off:before { content: $ti-icon-time-duration-off; } -.#{$ti-prefix}-timeline:before { content: $ti-icon-timeline; } -.#{$ti-prefix}-timeline-event:before { content: $ti-icon-timeline-event; } -.#{$ti-prefix}-timeline-event-exclamation:before { content: $ti-icon-timeline-event-exclamation; } -.#{$ti-prefix}-timeline-event-filled:before { content: $ti-icon-timeline-event-filled; } -.#{$ti-prefix}-timeline-event-minus:before { content: $ti-icon-timeline-event-minus; } -.#{$ti-prefix}-timeline-event-plus:before { content: $ti-icon-timeline-event-plus; } -.#{$ti-prefix}-timeline-event-text:before { content: $ti-icon-timeline-event-text; } -.#{$ti-prefix}-timeline-event-x:before { content: $ti-icon-timeline-event-x; } -.#{$ti-prefix}-tir:before { content: $ti-icon-tir; } -.#{$ti-prefix}-toggle-left:before { content: $ti-icon-toggle-left; } -.#{$ti-prefix}-toggle-right:before { content: $ti-icon-toggle-right; } -.#{$ti-prefix}-toilet-paper:before { content: $ti-icon-toilet-paper; } -.#{$ti-prefix}-toilet-paper-off:before { content: $ti-icon-toilet-paper-off; } -.#{$ti-prefix}-toml:before { content: $ti-icon-toml; } -.#{$ti-prefix}-tool:before { content: $ti-icon-tool; } -.#{$ti-prefix}-tools:before { content: $ti-icon-tools; } -.#{$ti-prefix}-tools-kitchen:before { content: $ti-icon-tools-kitchen; } -.#{$ti-prefix}-tools-kitchen-2:before { content: $ti-icon-tools-kitchen-2; } -.#{$ti-prefix}-tools-kitchen-2-off:before { content: $ti-icon-tools-kitchen-2-off; } -.#{$ti-prefix}-tools-kitchen-3:before { content: $ti-icon-tools-kitchen-3; } -.#{$ti-prefix}-tools-kitchen-off:before { content: $ti-icon-tools-kitchen-off; } -.#{$ti-prefix}-tools-off:before { content: $ti-icon-tools-off; } -.#{$ti-prefix}-tooltip:before { content: $ti-icon-tooltip; } -.#{$ti-prefix}-topology-bus:before { content: $ti-icon-topology-bus; } -.#{$ti-prefix}-topology-complex:before { content: $ti-icon-topology-complex; } -.#{$ti-prefix}-topology-full:before { content: $ti-icon-topology-full; } -.#{$ti-prefix}-topology-full-hierarchy:before { content: $ti-icon-topology-full-hierarchy; } -.#{$ti-prefix}-topology-ring:before { content: $ti-icon-topology-ring; } -.#{$ti-prefix}-topology-ring-2:before { content: $ti-icon-topology-ring-2; } -.#{$ti-prefix}-topology-ring-3:before { content: $ti-icon-topology-ring-3; } -.#{$ti-prefix}-topology-star:before { content: $ti-icon-topology-star; } -.#{$ti-prefix}-topology-star-2:before { content: $ti-icon-topology-star-2; } -.#{$ti-prefix}-topology-star-3:before { content: $ti-icon-topology-star-3; } -.#{$ti-prefix}-topology-star-ring:before { content: $ti-icon-topology-star-ring; } -.#{$ti-prefix}-topology-star-ring-2:before { content: $ti-icon-topology-star-ring-2; } -.#{$ti-prefix}-topology-star-ring-3:before { content: $ti-icon-topology-star-ring-3; } -.#{$ti-prefix}-torii:before { content: $ti-icon-torii; } -.#{$ti-prefix}-tornado:before { content: $ti-icon-tornado; } -.#{$ti-prefix}-tournament:before { content: $ti-icon-tournament; } -.#{$ti-prefix}-tower:before { content: $ti-icon-tower; } -.#{$ti-prefix}-tower-off:before { content: $ti-icon-tower-off; } -.#{$ti-prefix}-track:before { content: $ti-icon-track; } -.#{$ti-prefix}-tractor:before { content: $ti-icon-tractor; } -.#{$ti-prefix}-trademark:before { content: $ti-icon-trademark; } -.#{$ti-prefix}-traffic-cone:before { content: $ti-icon-traffic-cone; } -.#{$ti-prefix}-traffic-cone-off:before { content: $ti-icon-traffic-cone-off; } -.#{$ti-prefix}-traffic-lights:before { content: $ti-icon-traffic-lights; } -.#{$ti-prefix}-traffic-lights-off:before { content: $ti-icon-traffic-lights-off; } -.#{$ti-prefix}-train:before { content: $ti-icon-train; } -.#{$ti-prefix}-transaction-bitcoin:before { content: $ti-icon-transaction-bitcoin; } -.#{$ti-prefix}-transaction-dollar:before { content: $ti-icon-transaction-dollar; } -.#{$ti-prefix}-transaction-euro:before { content: $ti-icon-transaction-euro; } -.#{$ti-prefix}-transaction-pound:before { content: $ti-icon-transaction-pound; } -.#{$ti-prefix}-transaction-rupee:before { content: $ti-icon-transaction-rupee; } -.#{$ti-prefix}-transaction-yen:before { content: $ti-icon-transaction-yen; } -.#{$ti-prefix}-transaction-yuan:before { content: $ti-icon-transaction-yuan; } -.#{$ti-prefix}-transfer:before { content: $ti-icon-transfer; } -.#{$ti-prefix}-transfer-in:before { content: $ti-icon-transfer-in; } -.#{$ti-prefix}-transfer-out:before { content: $ti-icon-transfer-out; } -.#{$ti-prefix}-transfer-vertical:before { content: $ti-icon-transfer-vertical; } -.#{$ti-prefix}-transform:before { content: $ti-icon-transform; } -.#{$ti-prefix}-transform-filled:before { content: $ti-icon-transform-filled; } -.#{$ti-prefix}-transform-point:before { content: $ti-icon-transform-point; } -.#{$ti-prefix}-transform-point-bottom-left:before { content: $ti-icon-transform-point-bottom-left; } -.#{$ti-prefix}-transform-point-bottom-right:before { content: $ti-icon-transform-point-bottom-right; } -.#{$ti-prefix}-transform-point-top-left:before { content: $ti-icon-transform-point-top-left; } -.#{$ti-prefix}-transform-point-top-right:before { content: $ti-icon-transform-point-top-right; } -.#{$ti-prefix}-transition-bottom:before { content: $ti-icon-transition-bottom; } -.#{$ti-prefix}-transition-left:before { content: $ti-icon-transition-left; } -.#{$ti-prefix}-transition-right:before { content: $ti-icon-transition-right; } -.#{$ti-prefix}-transition-top:before { content: $ti-icon-transition-top; } -.#{$ti-prefix}-trash:before { content: $ti-icon-trash; } -.#{$ti-prefix}-trash-filled:before { content: $ti-icon-trash-filled; } -.#{$ti-prefix}-trash-off:before { content: $ti-icon-trash-off; } -.#{$ti-prefix}-trash-x:before { content: $ti-icon-trash-x; } -.#{$ti-prefix}-trash-x-filled:before { content: $ti-icon-trash-x-filled; } -.#{$ti-prefix}-treadmill:before { content: $ti-icon-treadmill; } -.#{$ti-prefix}-tree:before { content: $ti-icon-tree; } -.#{$ti-prefix}-trees:before { content: $ti-icon-trees; } -.#{$ti-prefix}-trekking:before { content: $ti-icon-trekking; } -.#{$ti-prefix}-trending-down:before { content: $ti-icon-trending-down; } -.#{$ti-prefix}-trending-down-2:before { content: $ti-icon-trending-down-2; } -.#{$ti-prefix}-trending-down-3:before { content: $ti-icon-trending-down-3; } -.#{$ti-prefix}-trending-up:before { content: $ti-icon-trending-up; } -.#{$ti-prefix}-trending-up-2:before { content: $ti-icon-trending-up-2; } -.#{$ti-prefix}-trending-up-3:before { content: $ti-icon-trending-up-3; } -.#{$ti-prefix}-triangle:before { content: $ti-icon-triangle; } -.#{$ti-prefix}-triangle-filled:before { content: $ti-icon-triangle-filled; } -.#{$ti-prefix}-triangle-inverted:before { content: $ti-icon-triangle-inverted; } -.#{$ti-prefix}-triangle-inverted-filled:before { content: $ti-icon-triangle-inverted-filled; } -.#{$ti-prefix}-triangle-minus:before { content: $ti-icon-triangle-minus; } -.#{$ti-prefix}-triangle-minus-2:before { content: $ti-icon-triangle-minus-2; } -.#{$ti-prefix}-triangle-off:before { content: $ti-icon-triangle-off; } -.#{$ti-prefix}-triangle-plus:before { content: $ti-icon-triangle-plus; } -.#{$ti-prefix}-triangle-plus-2:before { content: $ti-icon-triangle-plus-2; } -.#{$ti-prefix}-triangle-square-circle:before { content: $ti-icon-triangle-square-circle; } -.#{$ti-prefix}-triangle-square-circle-filled:before { content: $ti-icon-triangle-square-circle-filled; } -.#{$ti-prefix}-triangles:before { content: $ti-icon-triangles; } -.#{$ti-prefix}-trident:before { content: $ti-icon-trident; } -.#{$ti-prefix}-trolley:before { content: $ti-icon-trolley; } -.#{$ti-prefix}-trophy:before { content: $ti-icon-trophy; } -.#{$ti-prefix}-trophy-filled:before { content: $ti-icon-trophy-filled; } -.#{$ti-prefix}-trophy-off:before { content: $ti-icon-trophy-off; } -.#{$ti-prefix}-trowel:before { content: $ti-icon-trowel; } -.#{$ti-prefix}-truck:before { content: $ti-icon-truck; } -.#{$ti-prefix}-truck-delivery:before { content: $ti-icon-truck-delivery; } -.#{$ti-prefix}-truck-loading:before { content: $ti-icon-truck-loading; } -.#{$ti-prefix}-truck-off:before { content: $ti-icon-truck-off; } -.#{$ti-prefix}-truck-return:before { content: $ti-icon-truck-return; } -.#{$ti-prefix}-txt:before { content: $ti-icon-txt; } -.#{$ti-prefix}-typography:before { content: $ti-icon-typography; } -.#{$ti-prefix}-typography-off:before { content: $ti-icon-typography-off; } -.#{$ti-prefix}-ufo:before { content: $ti-icon-ufo; } -.#{$ti-prefix}-ufo-off:before { content: $ti-icon-ufo-off; } -.#{$ti-prefix}-umbrella:before { content: $ti-icon-umbrella; } -.#{$ti-prefix}-umbrella-filled:before { content: $ti-icon-umbrella-filled; } -.#{$ti-prefix}-umbrella-off:before { content: $ti-icon-umbrella-off; } -.#{$ti-prefix}-underline:before { content: $ti-icon-underline; } -.#{$ti-prefix}-universe:before { content: $ti-icon-universe; } -.#{$ti-prefix}-unlink:before { content: $ti-icon-unlink; } -.#{$ti-prefix}-upload:before { content: $ti-icon-upload; } -.#{$ti-prefix}-urgent:before { content: $ti-icon-urgent; } -.#{$ti-prefix}-usb:before { content: $ti-icon-usb; } -.#{$ti-prefix}-user:before { content: $ti-icon-user; } -.#{$ti-prefix}-user-bolt:before { content: $ti-icon-user-bolt; } -.#{$ti-prefix}-user-cancel:before { content: $ti-icon-user-cancel; } -.#{$ti-prefix}-user-check:before { content: $ti-icon-user-check; } -.#{$ti-prefix}-user-circle:before { content: $ti-icon-user-circle; } -.#{$ti-prefix}-user-code:before { content: $ti-icon-user-code; } -.#{$ti-prefix}-user-cog:before { content: $ti-icon-user-cog; } -.#{$ti-prefix}-user-dollar:before { content: $ti-icon-user-dollar; } -.#{$ti-prefix}-user-down:before { content: $ti-icon-user-down; } -.#{$ti-prefix}-user-edit:before { content: $ti-icon-user-edit; } -.#{$ti-prefix}-user-exclamation:before { content: $ti-icon-user-exclamation; } -.#{$ti-prefix}-user-filled:before { content: $ti-icon-user-filled; } -.#{$ti-prefix}-user-heart:before { content: $ti-icon-user-heart; } -.#{$ti-prefix}-user-hexagon:before { content: $ti-icon-user-hexagon; } -.#{$ti-prefix}-user-minus:before { content: $ti-icon-user-minus; } -.#{$ti-prefix}-user-off:before { content: $ti-icon-user-off; } -.#{$ti-prefix}-user-pause:before { content: $ti-icon-user-pause; } -.#{$ti-prefix}-user-pentagon:before { content: $ti-icon-user-pentagon; } -.#{$ti-prefix}-user-pin:before { content: $ti-icon-user-pin; } -.#{$ti-prefix}-user-plus:before { content: $ti-icon-user-plus; } -.#{$ti-prefix}-user-question:before { content: $ti-icon-user-question; } -.#{$ti-prefix}-user-scan:before { content: $ti-icon-user-scan; } -.#{$ti-prefix}-user-search:before { content: $ti-icon-user-search; } -.#{$ti-prefix}-user-share:before { content: $ti-icon-user-share; } -.#{$ti-prefix}-user-shield:before { content: $ti-icon-user-shield; } -.#{$ti-prefix}-user-square:before { content: $ti-icon-user-square; } -.#{$ti-prefix}-user-square-rounded:before { content: $ti-icon-user-square-rounded; } -.#{$ti-prefix}-user-star:before { content: $ti-icon-user-star; } -.#{$ti-prefix}-user-up:before { content: $ti-icon-user-up; } -.#{$ti-prefix}-user-x:before { content: $ti-icon-user-x; } -.#{$ti-prefix}-users:before { content: $ti-icon-users; } -.#{$ti-prefix}-users-group:before { content: $ti-icon-users-group; } -.#{$ti-prefix}-users-minus:before { content: $ti-icon-users-minus; } -.#{$ti-prefix}-users-plus:before { content: $ti-icon-users-plus; } -.#{$ti-prefix}-uv-index:before { content: $ti-icon-uv-index; } -.#{$ti-prefix}-ux-circle:before { content: $ti-icon-ux-circle; } -.#{$ti-prefix}-vaccine:before { content: $ti-icon-vaccine; } -.#{$ti-prefix}-vaccine-bottle:before { content: $ti-icon-vaccine-bottle; } -.#{$ti-prefix}-vaccine-bottle-off:before { content: $ti-icon-vaccine-bottle-off; } -.#{$ti-prefix}-vaccine-off:before { content: $ti-icon-vaccine-off; } -.#{$ti-prefix}-vacuum-cleaner:before { content: $ti-icon-vacuum-cleaner; } -.#{$ti-prefix}-variable:before { content: $ti-icon-variable; } -.#{$ti-prefix}-variable-minus:before { content: $ti-icon-variable-minus; } -.#{$ti-prefix}-variable-off:before { content: $ti-icon-variable-off; } -.#{$ti-prefix}-variable-plus:before { content: $ti-icon-variable-plus; } -.#{$ti-prefix}-vector:before { content: $ti-icon-vector; } -.#{$ti-prefix}-vector-bezier:before { content: $ti-icon-vector-bezier; } -.#{$ti-prefix}-vector-bezier-2:before { content: $ti-icon-vector-bezier-2; } -.#{$ti-prefix}-vector-bezier-arc:before { content: $ti-icon-vector-bezier-arc; } -.#{$ti-prefix}-vector-bezier-circle:before { content: $ti-icon-vector-bezier-circle; } -.#{$ti-prefix}-vector-off:before { content: $ti-icon-vector-off; } -.#{$ti-prefix}-vector-spline:before { content: $ti-icon-vector-spline; } -.#{$ti-prefix}-vector-triangle:before { content: $ti-icon-vector-triangle; } -.#{$ti-prefix}-vector-triangle-off:before { content: $ti-icon-vector-triangle-off; } -.#{$ti-prefix}-venus:before { content: $ti-icon-venus; } -.#{$ti-prefix}-versions:before { content: $ti-icon-versions; } -.#{$ti-prefix}-versions-filled:before { content: $ti-icon-versions-filled; } -.#{$ti-prefix}-versions-off:before { content: $ti-icon-versions-off; } -.#{$ti-prefix}-video:before { content: $ti-icon-video; } -.#{$ti-prefix}-video-minus:before { content: $ti-icon-video-minus; } -.#{$ti-prefix}-video-off:before { content: $ti-icon-video-off; } -.#{$ti-prefix}-video-plus:before { content: $ti-icon-video-plus; } -.#{$ti-prefix}-view-360:before { content: $ti-icon-view-360; } -.#{$ti-prefix}-view-360-off:before { content: $ti-icon-view-360-off; } -.#{$ti-prefix}-viewfinder:before { content: $ti-icon-viewfinder; } -.#{$ti-prefix}-viewfinder-off:before { content: $ti-icon-viewfinder-off; } -.#{$ti-prefix}-viewport-narrow:before { content: $ti-icon-viewport-narrow; } -.#{$ti-prefix}-viewport-wide:before { content: $ti-icon-viewport-wide; } -.#{$ti-prefix}-vinyl:before { content: $ti-icon-vinyl; } -.#{$ti-prefix}-vip:before { content: $ti-icon-vip; } -.#{$ti-prefix}-vip-off:before { content: $ti-icon-vip-off; } -.#{$ti-prefix}-virus:before { content: $ti-icon-virus; } -.#{$ti-prefix}-virus-off:before { content: $ti-icon-virus-off; } -.#{$ti-prefix}-virus-search:before { content: $ti-icon-virus-search; } -.#{$ti-prefix}-vocabulary:before { content: $ti-icon-vocabulary; } -.#{$ti-prefix}-vocabulary-off:before { content: $ti-icon-vocabulary-off; } -.#{$ti-prefix}-volcano:before { content: $ti-icon-volcano; } -.#{$ti-prefix}-volume:before { content: $ti-icon-volume; } -.#{$ti-prefix}-volume-2:before { content: $ti-icon-volume-2; } -.#{$ti-prefix}-volume-3:before { content: $ti-icon-volume-3; } -.#{$ti-prefix}-volume-off:before { content: $ti-icon-volume-off; } -.#{$ti-prefix}-vs:before { content: $ti-icon-vs; } -.#{$ti-prefix}-walk:before { content: $ti-icon-walk; } -.#{$ti-prefix}-wall:before { content: $ti-icon-wall; } -.#{$ti-prefix}-wall-off:before { content: $ti-icon-wall-off; } -.#{$ti-prefix}-wallet:before { content: $ti-icon-wallet; } -.#{$ti-prefix}-wallet-off:before { content: $ti-icon-wallet-off; } -.#{$ti-prefix}-wallpaper:before { content: $ti-icon-wallpaper; } -.#{$ti-prefix}-wallpaper-off:before { content: $ti-icon-wallpaper-off; } -.#{$ti-prefix}-wand:before { content: $ti-icon-wand; } -.#{$ti-prefix}-wand-off:before { content: $ti-icon-wand-off; } -.#{$ti-prefix}-wash:before { content: $ti-icon-wash; } -.#{$ti-prefix}-wash-dry:before { content: $ti-icon-wash-dry; } -.#{$ti-prefix}-wash-dry-1:before { content: $ti-icon-wash-dry-1; } -.#{$ti-prefix}-wash-dry-2:before { content: $ti-icon-wash-dry-2; } -.#{$ti-prefix}-wash-dry-3:before { content: $ti-icon-wash-dry-3; } -.#{$ti-prefix}-wash-dry-a:before { content: $ti-icon-wash-dry-a; } -.#{$ti-prefix}-wash-dry-dip:before { content: $ti-icon-wash-dry-dip; } -.#{$ti-prefix}-wash-dry-f:before { content: $ti-icon-wash-dry-f; } -.#{$ti-prefix}-wash-dry-flat:before { content: $ti-icon-wash-dry-flat; } -.#{$ti-prefix}-wash-dry-hang:before { content: $ti-icon-wash-dry-hang; } -.#{$ti-prefix}-wash-dry-off:before { content: $ti-icon-wash-dry-off; } -.#{$ti-prefix}-wash-dry-p:before { content: $ti-icon-wash-dry-p; } -.#{$ti-prefix}-wash-dry-shade:before { content: $ti-icon-wash-dry-shade; } -.#{$ti-prefix}-wash-dry-w:before { content: $ti-icon-wash-dry-w; } -.#{$ti-prefix}-wash-dryclean:before { content: $ti-icon-wash-dryclean; } -.#{$ti-prefix}-wash-dryclean-off:before { content: $ti-icon-wash-dryclean-off; } -.#{$ti-prefix}-wash-eco:before { content: $ti-icon-wash-eco; } -.#{$ti-prefix}-wash-gentle:before { content: $ti-icon-wash-gentle; } -.#{$ti-prefix}-wash-hand:before { content: $ti-icon-wash-hand; } -.#{$ti-prefix}-wash-machine:before { content: $ti-icon-wash-machine; } -.#{$ti-prefix}-wash-off:before { content: $ti-icon-wash-off; } -.#{$ti-prefix}-wash-press:before { content: $ti-icon-wash-press; } -.#{$ti-prefix}-wash-temperature-1:before { content: $ti-icon-wash-temperature-1; } -.#{$ti-prefix}-wash-temperature-2:before { content: $ti-icon-wash-temperature-2; } -.#{$ti-prefix}-wash-temperature-3:before { content: $ti-icon-wash-temperature-3; } -.#{$ti-prefix}-wash-temperature-4:before { content: $ti-icon-wash-temperature-4; } -.#{$ti-prefix}-wash-temperature-5:before { content: $ti-icon-wash-temperature-5; } -.#{$ti-prefix}-wash-temperature-6:before { content: $ti-icon-wash-temperature-6; } -.#{$ti-prefix}-wash-tumble-dry:before { content: $ti-icon-wash-tumble-dry; } -.#{$ti-prefix}-wash-tumble-off:before { content: $ti-icon-wash-tumble-off; } -.#{$ti-prefix}-waterpolo:before { content: $ti-icon-waterpolo; } -.#{$ti-prefix}-wave-saw-tool:before { content: $ti-icon-wave-saw-tool; } -.#{$ti-prefix}-wave-sine:before { content: $ti-icon-wave-sine; } -.#{$ti-prefix}-wave-square:before { content: $ti-icon-wave-square; } -.#{$ti-prefix}-waves-electricity:before { content: $ti-icon-waves-electricity; } -.#{$ti-prefix}-webhook:before { content: $ti-icon-webhook; } -.#{$ti-prefix}-webhook-off:before { content: $ti-icon-webhook-off; } -.#{$ti-prefix}-weight:before { content: $ti-icon-weight; } -.#{$ti-prefix}-wheel:before { content: $ti-icon-wheel; } -.#{$ti-prefix}-wheelchair:before { content: $ti-icon-wheelchair; } -.#{$ti-prefix}-wheelchair-off:before { content: $ti-icon-wheelchair-off; } -.#{$ti-prefix}-whirl:before { content: $ti-icon-whirl; } -.#{$ti-prefix}-wifi:before { content: $ti-icon-wifi; } -.#{$ti-prefix}-wifi-0:before { content: $ti-icon-wifi-0; } -.#{$ti-prefix}-wifi-1:before { content: $ti-icon-wifi-1; } -.#{$ti-prefix}-wifi-2:before { content: $ti-icon-wifi-2; } -.#{$ti-prefix}-wifi-off:before { content: $ti-icon-wifi-off; } -.#{$ti-prefix}-wind:before { content: $ti-icon-wind; } -.#{$ti-prefix}-wind-electricity:before { content: $ti-icon-wind-electricity; } -.#{$ti-prefix}-wind-off:before { content: $ti-icon-wind-off; } -.#{$ti-prefix}-windmill:before { content: $ti-icon-windmill; } -.#{$ti-prefix}-windmill-filled:before { content: $ti-icon-windmill-filled; } -.#{$ti-prefix}-windmill-off:before { content: $ti-icon-windmill-off; } -.#{$ti-prefix}-window:before { content: $ti-icon-window; } -.#{$ti-prefix}-window-maximize:before { content: $ti-icon-window-maximize; } -.#{$ti-prefix}-window-minimize:before { content: $ti-icon-window-minimize; } -.#{$ti-prefix}-window-off:before { content: $ti-icon-window-off; } -.#{$ti-prefix}-windsock:before { content: $ti-icon-windsock; } -.#{$ti-prefix}-wiper:before { content: $ti-icon-wiper; } -.#{$ti-prefix}-wiper-wash:before { content: $ti-icon-wiper-wash; } -.#{$ti-prefix}-woman:before { content: $ti-icon-woman; } -.#{$ti-prefix}-wood:before { content: $ti-icon-wood; } -.#{$ti-prefix}-world:before { content: $ti-icon-world; } -.#{$ti-prefix}-world-bolt:before { content: $ti-icon-world-bolt; } -.#{$ti-prefix}-world-cancel:before { content: $ti-icon-world-cancel; } -.#{$ti-prefix}-world-check:before { content: $ti-icon-world-check; } -.#{$ti-prefix}-world-code:before { content: $ti-icon-world-code; } -.#{$ti-prefix}-world-cog:before { content: $ti-icon-world-cog; } -.#{$ti-prefix}-world-dollar:before { content: $ti-icon-world-dollar; } -.#{$ti-prefix}-world-down:before { content: $ti-icon-world-down; } -.#{$ti-prefix}-world-download:before { content: $ti-icon-world-download; } -.#{$ti-prefix}-world-exclamation:before { content: $ti-icon-world-exclamation; } -.#{$ti-prefix}-world-heart:before { content: $ti-icon-world-heart; } -.#{$ti-prefix}-world-latitude:before { content: $ti-icon-world-latitude; } -.#{$ti-prefix}-world-longitude:before { content: $ti-icon-world-longitude; } -.#{$ti-prefix}-world-minus:before { content: $ti-icon-world-minus; } -.#{$ti-prefix}-world-off:before { content: $ti-icon-world-off; } -.#{$ti-prefix}-world-pause:before { content: $ti-icon-world-pause; } -.#{$ti-prefix}-world-pin:before { content: $ti-icon-world-pin; } -.#{$ti-prefix}-world-plus:before { content: $ti-icon-world-plus; } -.#{$ti-prefix}-world-question:before { content: $ti-icon-world-question; } -.#{$ti-prefix}-world-search:before { content: $ti-icon-world-search; } -.#{$ti-prefix}-world-share:before { content: $ti-icon-world-share; } -.#{$ti-prefix}-world-star:before { content: $ti-icon-world-star; } -.#{$ti-prefix}-world-up:before { content: $ti-icon-world-up; } -.#{$ti-prefix}-world-upload:before { content: $ti-icon-world-upload; } -.#{$ti-prefix}-world-www:before { content: $ti-icon-world-www; } -.#{$ti-prefix}-world-x:before { content: $ti-icon-world-x; } -.#{$ti-prefix}-wrecking-ball:before { content: $ti-icon-wrecking-ball; } -.#{$ti-prefix}-writing:before { content: $ti-icon-writing; } -.#{$ti-prefix}-writing-off:before { content: $ti-icon-writing-off; } -.#{$ti-prefix}-writing-sign:before { content: $ti-icon-writing-sign; } -.#{$ti-prefix}-writing-sign-off:before { content: $ti-icon-writing-sign-off; } -.#{$ti-prefix}-x:before { content: $ti-icon-x; } -.#{$ti-prefix}-xbox-a:before { content: $ti-icon-xbox-a; } -.#{$ti-prefix}-xbox-b:before { content: $ti-icon-xbox-b; } -.#{$ti-prefix}-xbox-x:before { content: $ti-icon-xbox-x; } -.#{$ti-prefix}-xbox-y:before { content: $ti-icon-xbox-y; } -.#{$ti-prefix}-xd:before { content: $ti-icon-xd; } -.#{$ti-prefix}-xxx:before { content: $ti-icon-xxx; } -.#{$ti-prefix}-yin-yang:before { content: $ti-icon-yin-yang; } -.#{$ti-prefix}-yin-yang-filled:before { content: $ti-icon-yin-yang-filled; } -.#{$ti-prefix}-yoga:before { content: $ti-icon-yoga; } -.#{$ti-prefix}-zeppelin:before { content: $ti-icon-zeppelin; } -.#{$ti-prefix}-zeppelin-off:before { content: $ti-icon-zeppelin-off; } -.#{$ti-prefix}-zip:before { content: $ti-icon-zip; } -.#{$ti-prefix}-zodiac-aquarius:before { content: $ti-icon-zodiac-aquarius; } -.#{$ti-prefix}-zodiac-aries:before { content: $ti-icon-zodiac-aries; } -.#{$ti-prefix}-zodiac-cancer:before { content: $ti-icon-zodiac-cancer; } -.#{$ti-prefix}-zodiac-capricorn:before { content: $ti-icon-zodiac-capricorn; } -.#{$ti-prefix}-zodiac-gemini:before { content: $ti-icon-zodiac-gemini; } -.#{$ti-prefix}-zodiac-leo:before { content: $ti-icon-zodiac-leo; } -.#{$ti-prefix}-zodiac-libra:before { content: $ti-icon-zodiac-libra; } -.#{$ti-prefix}-zodiac-pisces:before { content: $ti-icon-zodiac-pisces; } -.#{$ti-prefix}-zodiac-sagittarius:before { content: $ti-icon-zodiac-sagittarius; } -.#{$ti-prefix}-zodiac-scorpio:before { content: $ti-icon-zodiac-scorpio; } -.#{$ti-prefix}-zodiac-taurus:before { content: $ti-icon-zodiac-taurus; } -.#{$ti-prefix}-zodiac-virgo:before { content: $ti-icon-zodiac-virgo; } -.#{$ti-prefix}-zoom-cancel:before { content: $ti-icon-zoom-cancel; } -.#{$ti-prefix}-zoom-check:before { content: $ti-icon-zoom-check; } -.#{$ti-prefix}-zoom-check-filled:before { content: $ti-icon-zoom-check-filled; } -.#{$ti-prefix}-zoom-code:before { content: $ti-icon-zoom-code; } -.#{$ti-prefix}-zoom-exclamation:before { content: $ti-icon-zoom-exclamation; } -.#{$ti-prefix}-zoom-filled:before { content: $ti-icon-zoom-filled; } -.#{$ti-prefix}-zoom-in:before { content: $ti-icon-zoom-in; } -.#{$ti-prefix}-zoom-in-area:before { content: $ti-icon-zoom-in-area; } -.#{$ti-prefix}-zoom-in-area-filled:before { content: $ti-icon-zoom-in-area-filled; } -.#{$ti-prefix}-zoom-in-filled:before { content: $ti-icon-zoom-in-filled; } -.#{$ti-prefix}-zoom-money:before { content: $ti-icon-zoom-money; } -.#{$ti-prefix}-zoom-out:before { content: $ti-icon-zoom-out; } -.#{$ti-prefix}-zoom-out-area:before { content: $ti-icon-zoom-out-area; } -.#{$ti-prefix}-zoom-out-filled:before { content: $ti-icon-zoom-out-filled; } -.#{$ti-prefix}-zoom-pan:before { content: $ti-icon-zoom-pan; } -.#{$ti-prefix}-zoom-question:before { content: $ti-icon-zoom-question; } -.#{$ti-prefix}-zoom-replace:before { content: $ti-icon-zoom-replace; } -.#{$ti-prefix}-zoom-reset:before { content: $ti-icon-zoom-reset; } -.#{$ti-prefix}-zoom-scan:before { content: $ti-icon-zoom-scan; } -.#{$ti-prefix}-zzz:before { content: $ti-icon-zzz; } -.#{$ti-prefix}-zzz-off:before { content: $ti-icon-zzz-off; } - -// Aliases -.#{$ti-prefix}-aaa:before { content: $ti-icon-circle; } -.#{$ti-prefix}-bbb:before { content: $ti-icon-square; } -.#{$ti-prefix}-ccc:before { content: $ti-icon-square; } - diff --git a/packages/icons/.gitignore b/packages/icons/.gitignore new file mode 100644 index 000000000..635ba43aa --- /dev/null +++ b/packages/icons/.gitignore @@ -0,0 +1,4 @@ +tabler-nodes.json +tabler-sprite-nostroke.svg +tabler-sprite.svg +tags.json \ No newline at end of file diff --git a/packages/icons/categories/.gitkeep b/packages/icons/categories/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/packages/icons/categories/animals/bat.svg b/packages/icons/categories/animals/bat.svg deleted file mode 100644 index aaba6e477..000000000 --- a/packages/icons/categories/animals/bat.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/animals/cat.svg b/packages/icons/categories/animals/cat.svg deleted file mode 100644 index 575e1ec6d..000000000 --- a/packages/icons/categories/animals/cat.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/animals/deer.svg b/packages/icons/categories/animals/deer.svg deleted file mode 100644 index 526b6ab2e..000000000 --- a/packages/icons/categories/animals/deer.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/animals/dog.svg b/packages/icons/categories/animals/dog.svg deleted file mode 100644 index 3584c71a6..000000000 --- a/packages/icons/categories/animals/dog.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/animals/fish-bone.svg b/packages/icons/categories/animals/fish-bone.svg deleted file mode 100644 index 46681b8cb..000000000 --- a/packages/icons/categories/animals/fish-bone.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/animals/fish-off.svg b/packages/icons/categories/animals/fish-off.svg deleted file mode 100644 index bb82663f2..000000000 --- a/packages/icons/categories/animals/fish-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/animals/fish.svg b/packages/icons/categories/animals/fish.svg deleted file mode 100644 index 8258a3a5f..000000000 --- a/packages/icons/categories/animals/fish.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/animals/pig-money.svg b/packages/icons/categories/animals/pig-money.svg deleted file mode 100644 index 249b398fa..000000000 --- a/packages/icons/categories/animals/pig-money.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/animals/pig-off.svg b/packages/icons/categories/animals/pig-off.svg deleted file mode 100644 index 5443f8950..000000000 --- a/packages/icons/categories/animals/pig-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/animals/pig.svg b/packages/icons/categories/animals/pig.svg deleted file mode 100644 index 0edef0856..000000000 --- a/packages/icons/categories/animals/pig.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/animals/spider.svg b/packages/icons/categories/animals/spider.svg deleted file mode 100644 index 83ff583bb..000000000 --- a/packages/icons/categories/animals/spider.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-autofit-content.svg b/packages/icons/categories/arrows/arrow-autofit-content.svg deleted file mode 100644 index 884be625d..000000000 --- a/packages/icons/categories/arrows/arrow-autofit-content.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-autofit-down.svg b/packages/icons/categories/arrows/arrow-autofit-down.svg deleted file mode 100644 index 596a9f3cd..000000000 --- a/packages/icons/categories/arrows/arrow-autofit-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-autofit-height.svg b/packages/icons/categories/arrows/arrow-autofit-height.svg deleted file mode 100644 index 2eabc47d6..000000000 --- a/packages/icons/categories/arrows/arrow-autofit-height.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-autofit-left.svg b/packages/icons/categories/arrows/arrow-autofit-left.svg deleted file mode 100644 index 49d8c12e9..000000000 --- a/packages/icons/categories/arrows/arrow-autofit-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-autofit-right.svg b/packages/icons/categories/arrows/arrow-autofit-right.svg deleted file mode 100644 index 49bdd3079..000000000 --- a/packages/icons/categories/arrows/arrow-autofit-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-autofit-up.svg b/packages/icons/categories/arrows/arrow-autofit-up.svg deleted file mode 100644 index af0a958c6..000000000 --- a/packages/icons/categories/arrows/arrow-autofit-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-autofit-width.svg b/packages/icons/categories/arrows/arrow-autofit-width.svg deleted file mode 100644 index e4f7526f0..000000000 --- a/packages/icons/categories/arrows/arrow-autofit-width.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-back-up-double.svg b/packages/icons/categories/arrows/arrow-back-up-double.svg deleted file mode 100644 index 79f0d8275..000000000 --- a/packages/icons/categories/arrows/arrow-back-up-double.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-back-up.svg b/packages/icons/categories/arrows/arrow-back-up.svg deleted file mode 100644 index f7cc48e72..000000000 --- a/packages/icons/categories/arrows/arrow-back-up.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-back.svg b/packages/icons/categories/arrows/arrow-back.svg deleted file mode 100644 index b350c2257..000000000 --- a/packages/icons/categories/arrows/arrow-back.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/arrow-badge-down.svg b/packages/icons/categories/arrows/arrow-badge-down.svg deleted file mode 100644 index 37c407620..000000000 --- a/packages/icons/categories/arrows/arrow-badge-down.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/arrow-badge-left.svg b/packages/icons/categories/arrows/arrow-badge-left.svg deleted file mode 100644 index fb6a71e98..000000000 --- a/packages/icons/categories/arrows/arrow-badge-left.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/arrow-badge-right.svg b/packages/icons/categories/arrows/arrow-badge-right.svg deleted file mode 100644 index ed979e947..000000000 --- a/packages/icons/categories/arrows/arrow-badge-right.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/arrow-badge-up.svg b/packages/icons/categories/arrows/arrow-badge-up.svg deleted file mode 100644 index 7b9b583d8..000000000 --- a/packages/icons/categories/arrows/arrow-badge-up.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/arrow-bar-both.svg b/packages/icons/categories/arrows/arrow-bar-both.svg deleted file mode 100644 index 7f9fb5864..000000000 --- a/packages/icons/categories/arrows/arrow-bar-both.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-bar-down.svg b/packages/icons/categories/arrows/arrow-bar-down.svg deleted file mode 100644 index e3ccee52a..000000000 --- a/packages/icons/categories/arrows/arrow-bar-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-bar-left.svg b/packages/icons/categories/arrows/arrow-bar-left.svg deleted file mode 100644 index bac7ae180..000000000 --- a/packages/icons/categories/arrows/arrow-bar-left.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-bar-right.svg b/packages/icons/categories/arrows/arrow-bar-right.svg deleted file mode 100644 index cdb0cad70..000000000 --- a/packages/icons/categories/arrows/arrow-bar-right.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-bar-to-down.svg b/packages/icons/categories/arrows/arrow-bar-to-down.svg deleted file mode 100644 index 091327587..000000000 --- a/packages/icons/categories/arrows/arrow-bar-to-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-bar-to-left.svg b/packages/icons/categories/arrows/arrow-bar-to-left.svg deleted file mode 100644 index bb26b8903..000000000 --- a/packages/icons/categories/arrows/arrow-bar-to-left.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-bar-to-right.svg b/packages/icons/categories/arrows/arrow-bar-to-right.svg deleted file mode 100644 index 6619a12a9..000000000 --- a/packages/icons/categories/arrows/arrow-bar-to-right.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-bar-to-up.svg b/packages/icons/categories/arrows/arrow-bar-to-up.svg deleted file mode 100644 index 82f6bef3b..000000000 --- a/packages/icons/categories/arrows/arrow-bar-to-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-bar-up.svg b/packages/icons/categories/arrows/arrow-bar-up.svg deleted file mode 100644 index 84ffd8b2c..000000000 --- a/packages/icons/categories/arrows/arrow-bar-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-bear-left-2.svg b/packages/icons/categories/arrows/arrow-bear-left-2.svg deleted file mode 100644 index 221b8109f..000000000 --- a/packages/icons/categories/arrows/arrow-bear-left-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-bear-left.svg b/packages/icons/categories/arrows/arrow-bear-left.svg deleted file mode 100644 index 89f593be1..000000000 --- a/packages/icons/categories/arrows/arrow-bear-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-bear-right-2.svg b/packages/icons/categories/arrows/arrow-bear-right-2.svg deleted file mode 100644 index 9ea37c4aa..000000000 --- a/packages/icons/categories/arrows/arrow-bear-right-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-bear-right.svg b/packages/icons/categories/arrows/arrow-bear-right.svg deleted file mode 100644 index 9c9934af9..000000000 --- a/packages/icons/categories/arrows/arrow-bear-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-big-down-line.svg b/packages/icons/categories/arrows/arrow-big-down-line.svg deleted file mode 100644 index b54ae1891..000000000 --- a/packages/icons/categories/arrows/arrow-big-down-line.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-big-down-lines.svg b/packages/icons/categories/arrows/arrow-big-down-lines.svg deleted file mode 100644 index 32d5e4cc3..000000000 --- a/packages/icons/categories/arrows/arrow-big-down-lines.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-big-down.svg b/packages/icons/categories/arrows/arrow-big-down.svg deleted file mode 100644 index 7cea530f2..000000000 --- a/packages/icons/categories/arrows/arrow-big-down.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/arrow-big-left-line.svg b/packages/icons/categories/arrows/arrow-big-left-line.svg deleted file mode 100644 index 6e2847082..000000000 --- a/packages/icons/categories/arrows/arrow-big-left-line.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-big-left-lines.svg b/packages/icons/categories/arrows/arrow-big-left-lines.svg deleted file mode 100644 index 38797d7f4..000000000 --- a/packages/icons/categories/arrows/arrow-big-left-lines.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-big-left.svg b/packages/icons/categories/arrows/arrow-big-left.svg deleted file mode 100644 index e971da592..000000000 --- a/packages/icons/categories/arrows/arrow-big-left.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/arrow-big-right-line.svg b/packages/icons/categories/arrows/arrow-big-right-line.svg deleted file mode 100644 index 48be728ee..000000000 --- a/packages/icons/categories/arrows/arrow-big-right-line.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-big-right-lines.svg b/packages/icons/categories/arrows/arrow-big-right-lines.svg deleted file mode 100644 index 8d62ce8cd..000000000 --- a/packages/icons/categories/arrows/arrow-big-right-lines.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-big-right.svg b/packages/icons/categories/arrows/arrow-big-right.svg deleted file mode 100644 index ebaf46cc7..000000000 --- a/packages/icons/categories/arrows/arrow-big-right.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/arrow-big-up-line.svg b/packages/icons/categories/arrows/arrow-big-up-line.svg deleted file mode 100644 index f4ea35eae..000000000 --- a/packages/icons/categories/arrows/arrow-big-up-line.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-big-up-lines.svg b/packages/icons/categories/arrows/arrow-big-up-lines.svg deleted file mode 100644 index ce53b9509..000000000 --- a/packages/icons/categories/arrows/arrow-big-up-lines.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-big-up.svg b/packages/icons/categories/arrows/arrow-big-up.svg deleted file mode 100644 index 6c4f4feea..000000000 --- a/packages/icons/categories/arrows/arrow-big-up.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/arrow-bounce.svg b/packages/icons/categories/arrows/arrow-bounce.svg deleted file mode 100644 index cb719f340..000000000 --- a/packages/icons/categories/arrows/arrow-bounce.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-capsule.svg b/packages/icons/categories/arrows/arrow-capsule.svg deleted file mode 100644 index fa6742ce0..000000000 --- a/packages/icons/categories/arrows/arrow-capsule.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-curve-left.svg b/packages/icons/categories/arrows/arrow-curve-left.svg deleted file mode 100644 index 3b66a3389..000000000 --- a/packages/icons/categories/arrows/arrow-curve-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-curve-right.svg b/packages/icons/categories/arrows/arrow-curve-right.svg deleted file mode 100644 index ecf2779ef..000000000 --- a/packages/icons/categories/arrows/arrow-curve-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-down-bar.svg b/packages/icons/categories/arrows/arrow-down-bar.svg deleted file mode 100644 index f7bc069f1..000000000 --- a/packages/icons/categories/arrows/arrow-down-bar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-down-circle.svg b/packages/icons/categories/arrows/arrow-down-circle.svg deleted file mode 100644 index 90a6fb7b9..000000000 --- a/packages/icons/categories/arrows/arrow-down-circle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-down-left-circle.svg b/packages/icons/categories/arrows/arrow-down-left-circle.svg deleted file mode 100644 index 8fb6a6874..000000000 --- a/packages/icons/categories/arrows/arrow-down-left-circle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-down-left.svg b/packages/icons/categories/arrows/arrow-down-left.svg deleted file mode 100644 index 7fa59345d..000000000 --- a/packages/icons/categories/arrows/arrow-down-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-down-rhombus.svg b/packages/icons/categories/arrows/arrow-down-rhombus.svg deleted file mode 100644 index 1885ed468..000000000 --- a/packages/icons/categories/arrows/arrow-down-rhombus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-down-right-circle.svg b/packages/icons/categories/arrows/arrow-down-right-circle.svg deleted file mode 100644 index 747fc64d8..000000000 --- a/packages/icons/categories/arrows/arrow-down-right-circle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-down-right.svg b/packages/icons/categories/arrows/arrow-down-right.svg deleted file mode 100644 index be37a4414..000000000 --- a/packages/icons/categories/arrows/arrow-down-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-down-square.svg b/packages/icons/categories/arrows/arrow-down-square.svg deleted file mode 100644 index f76947851..000000000 --- a/packages/icons/categories/arrows/arrow-down-square.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-down-tail.svg b/packages/icons/categories/arrows/arrow-down-tail.svg deleted file mode 100644 index 3facfa61d..000000000 --- a/packages/icons/categories/arrows/arrow-down-tail.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-down.svg b/packages/icons/categories/arrows/arrow-down.svg deleted file mode 100644 index 37211bc10..000000000 --- a/packages/icons/categories/arrows/arrow-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-elbow-left.svg b/packages/icons/categories/arrows/arrow-elbow-left.svg deleted file mode 100644 index 72ad00ffc..000000000 --- a/packages/icons/categories/arrows/arrow-elbow-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-elbow-right.svg b/packages/icons/categories/arrows/arrow-elbow-right.svg deleted file mode 100644 index a0ecca8c2..000000000 --- a/packages/icons/categories/arrows/arrow-elbow-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-fork.svg b/packages/icons/categories/arrows/arrow-fork.svg deleted file mode 100644 index 50c05cd33..000000000 --- a/packages/icons/categories/arrows/arrow-fork.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-forward-up-double.svg b/packages/icons/categories/arrows/arrow-forward-up-double.svg deleted file mode 100644 index 1ff185bd6..000000000 --- a/packages/icons/categories/arrows/arrow-forward-up-double.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-forward-up.svg b/packages/icons/categories/arrows/arrow-forward-up.svg deleted file mode 100644 index 975dfb8f4..000000000 --- a/packages/icons/categories/arrows/arrow-forward-up.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-forward.svg b/packages/icons/categories/arrows/arrow-forward.svg deleted file mode 100644 index 4478088b0..000000000 --- a/packages/icons/categories/arrows/arrow-forward.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/arrow-guide.svg b/packages/icons/categories/arrows/arrow-guide.svg deleted file mode 100644 index 2e0a472b2..000000000 --- a/packages/icons/categories/arrows/arrow-guide.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-iteration.svg b/packages/icons/categories/arrows/arrow-iteration.svg deleted file mode 100644 index 70e373752..000000000 --- a/packages/icons/categories/arrows/arrow-iteration.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-left-bar.svg b/packages/icons/categories/arrows/arrow-left-bar.svg deleted file mode 100644 index 363582541..000000000 --- a/packages/icons/categories/arrows/arrow-left-bar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-left-circle.svg b/packages/icons/categories/arrows/arrow-left-circle.svg deleted file mode 100644 index 7bef2ba85..000000000 --- a/packages/icons/categories/arrows/arrow-left-circle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-left-rhombus.svg b/packages/icons/categories/arrows/arrow-left-rhombus.svg deleted file mode 100644 index 458dd5efe..000000000 --- a/packages/icons/categories/arrows/arrow-left-rhombus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-left-right.svg b/packages/icons/categories/arrows/arrow-left-right.svg deleted file mode 100644 index 833483965..000000000 --- a/packages/icons/categories/arrows/arrow-left-right.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-left-square.svg b/packages/icons/categories/arrows/arrow-left-square.svg deleted file mode 100644 index c82f79f32..000000000 --- a/packages/icons/categories/arrows/arrow-left-square.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-left-tail.svg b/packages/icons/categories/arrows/arrow-left-tail.svg deleted file mode 100644 index 2f72e5f86..000000000 --- a/packages/icons/categories/arrows/arrow-left-tail.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-left.svg b/packages/icons/categories/arrows/arrow-left.svg deleted file mode 100644 index c15218727..000000000 --- a/packages/icons/categories/arrows/arrow-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-loop-left-2.svg b/packages/icons/categories/arrows/arrow-loop-left-2.svg deleted file mode 100644 index 250804972..000000000 --- a/packages/icons/categories/arrows/arrow-loop-left-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-loop-left.svg b/packages/icons/categories/arrows/arrow-loop-left.svg deleted file mode 100644 index 57e498239..000000000 --- a/packages/icons/categories/arrows/arrow-loop-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-loop-right-2.svg b/packages/icons/categories/arrows/arrow-loop-right-2.svg deleted file mode 100644 index 7a9b468d5..000000000 --- a/packages/icons/categories/arrows/arrow-loop-right-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-loop-right.svg b/packages/icons/categories/arrows/arrow-loop-right.svg deleted file mode 100644 index 21eb7d911..000000000 --- a/packages/icons/categories/arrows/arrow-loop-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-merge-alt-left.svg b/packages/icons/categories/arrows/arrow-merge-alt-left.svg deleted file mode 100644 index a063597f6..000000000 --- a/packages/icons/categories/arrows/arrow-merge-alt-left.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-merge-alt-right.svg b/packages/icons/categories/arrows/arrow-merge-alt-right.svg deleted file mode 100644 index f4cf6c50d..000000000 --- a/packages/icons/categories/arrows/arrow-merge-alt-right.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-merge-both.svg b/packages/icons/categories/arrows/arrow-merge-both.svg deleted file mode 100644 index ca032fc69..000000000 --- a/packages/icons/categories/arrows/arrow-merge-both.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-merge-left.svg b/packages/icons/categories/arrows/arrow-merge-left.svg deleted file mode 100644 index 3e6eb1082..000000000 --- a/packages/icons/categories/arrows/arrow-merge-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-merge-right.svg b/packages/icons/categories/arrows/arrow-merge-right.svg deleted file mode 100644 index de66eaa4e..000000000 --- a/packages/icons/categories/arrows/arrow-merge-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-merge.svg b/packages/icons/categories/arrows/arrow-merge.svg deleted file mode 100644 index 17c116723..000000000 --- a/packages/icons/categories/arrows/arrow-merge.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-move-down.svg b/packages/icons/categories/arrows/arrow-move-down.svg deleted file mode 100644 index 3a78f68b8..000000000 --- a/packages/icons/categories/arrows/arrow-move-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-move-left.svg b/packages/icons/categories/arrows/arrow-move-left.svg deleted file mode 100644 index d5747a2be..000000000 --- a/packages/icons/categories/arrows/arrow-move-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-move-right.svg b/packages/icons/categories/arrows/arrow-move-right.svg deleted file mode 100644 index fd1453e56..000000000 --- a/packages/icons/categories/arrows/arrow-move-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-move-up.svg b/packages/icons/categories/arrows/arrow-move-up.svg deleted file mode 100644 index 615c34624..000000000 --- a/packages/icons/categories/arrows/arrow-move-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-narrow-down.svg b/packages/icons/categories/arrows/arrow-narrow-down.svg deleted file mode 100644 index 81de3560f..000000000 --- a/packages/icons/categories/arrows/arrow-narrow-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-narrow-left.svg b/packages/icons/categories/arrows/arrow-narrow-left.svg deleted file mode 100644 index dc7e2fc83..000000000 --- a/packages/icons/categories/arrows/arrow-narrow-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-narrow-right.svg b/packages/icons/categories/arrows/arrow-narrow-right.svg deleted file mode 100644 index 4b3c4e3e8..000000000 --- a/packages/icons/categories/arrows/arrow-narrow-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-narrow-up.svg b/packages/icons/categories/arrows/arrow-narrow-up.svg deleted file mode 100644 index 90f05a6ed..000000000 --- a/packages/icons/categories/arrows/arrow-narrow-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-ramp-left-2.svg b/packages/icons/categories/arrows/arrow-ramp-left-2.svg deleted file mode 100644 index 78c5d1e6c..000000000 --- a/packages/icons/categories/arrows/arrow-ramp-left-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-ramp-left-3.svg b/packages/icons/categories/arrows/arrow-ramp-left-3.svg deleted file mode 100644 index a061b9870..000000000 --- a/packages/icons/categories/arrows/arrow-ramp-left-3.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-ramp-left.svg b/packages/icons/categories/arrows/arrow-ramp-left.svg deleted file mode 100644 index c46ed2ca9..000000000 --- a/packages/icons/categories/arrows/arrow-ramp-left.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-ramp-right-2.svg b/packages/icons/categories/arrows/arrow-ramp-right-2.svg deleted file mode 100644 index 60bf61b44..000000000 --- a/packages/icons/categories/arrows/arrow-ramp-right-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-ramp-right-3.svg b/packages/icons/categories/arrows/arrow-ramp-right-3.svg deleted file mode 100644 index 0cf7f0da0..000000000 --- a/packages/icons/categories/arrows/arrow-ramp-right-3.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-ramp-right.svg b/packages/icons/categories/arrows/arrow-ramp-right.svg deleted file mode 100644 index befe8df2b..000000000 --- a/packages/icons/categories/arrows/arrow-ramp-right.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-right-bar.svg b/packages/icons/categories/arrows/arrow-right-bar.svg deleted file mode 100644 index 369de398f..000000000 --- a/packages/icons/categories/arrows/arrow-right-bar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-right-circle.svg b/packages/icons/categories/arrows/arrow-right-circle.svg deleted file mode 100644 index f8295f7de..000000000 --- a/packages/icons/categories/arrows/arrow-right-circle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-right-rhombus.svg b/packages/icons/categories/arrows/arrow-right-rhombus.svg deleted file mode 100644 index d6388cbb9..000000000 --- a/packages/icons/categories/arrows/arrow-right-rhombus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-right-square.svg b/packages/icons/categories/arrows/arrow-right-square.svg deleted file mode 100644 index 3c1038b54..000000000 --- a/packages/icons/categories/arrows/arrow-right-square.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-right-tail.svg b/packages/icons/categories/arrows/arrow-right-tail.svg deleted file mode 100644 index cf328a130..000000000 --- a/packages/icons/categories/arrows/arrow-right-tail.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-right.svg b/packages/icons/categories/arrows/arrow-right.svg deleted file mode 100644 index 59d490410..000000000 --- a/packages/icons/categories/arrows/arrow-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-rotary-first-left.svg b/packages/icons/categories/arrows/arrow-rotary-first-left.svg deleted file mode 100644 index e5d9264c3..000000000 --- a/packages/icons/categories/arrows/arrow-rotary-first-left.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-rotary-first-right.svg b/packages/icons/categories/arrows/arrow-rotary-first-right.svg deleted file mode 100644 index f0b71d9f9..000000000 --- a/packages/icons/categories/arrows/arrow-rotary-first-right.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-rotary-last-left.svg b/packages/icons/categories/arrows/arrow-rotary-last-left.svg deleted file mode 100644 index 963a228bc..000000000 --- a/packages/icons/categories/arrows/arrow-rotary-last-left.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-rotary-last-right.svg b/packages/icons/categories/arrows/arrow-rotary-last-right.svg deleted file mode 100644 index efa9097e3..000000000 --- a/packages/icons/categories/arrows/arrow-rotary-last-right.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-rotary-left.svg b/packages/icons/categories/arrows/arrow-rotary-left.svg deleted file mode 100644 index c7b498e99..000000000 --- a/packages/icons/categories/arrows/arrow-rotary-left.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-rotary-right.svg b/packages/icons/categories/arrows/arrow-rotary-right.svg deleted file mode 100644 index 5ce3244d0..000000000 --- a/packages/icons/categories/arrows/arrow-rotary-right.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-rotary-straight.svg b/packages/icons/categories/arrows/arrow-rotary-straight.svg deleted file mode 100644 index 2fca3640a..000000000 --- a/packages/icons/categories/arrows/arrow-rotary-straight.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-roundabout-left.svg b/packages/icons/categories/arrows/arrow-roundabout-left.svg deleted file mode 100644 index 817c5e897..000000000 --- a/packages/icons/categories/arrows/arrow-roundabout-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-roundabout-right.svg b/packages/icons/categories/arrows/arrow-roundabout-right.svg deleted file mode 100644 index b161c674e..000000000 --- a/packages/icons/categories/arrows/arrow-roundabout-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-sharp-turn-left.svg b/packages/icons/categories/arrows/arrow-sharp-turn-left.svg deleted file mode 100644 index f15054a0e..000000000 --- a/packages/icons/categories/arrows/arrow-sharp-turn-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-sharp-turn-right.svg b/packages/icons/categories/arrows/arrow-sharp-turn-right.svg deleted file mode 100644 index 07c1df0e5..000000000 --- a/packages/icons/categories/arrows/arrow-sharp-turn-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-up-bar.svg b/packages/icons/categories/arrows/arrow-up-bar.svg deleted file mode 100644 index 12bc77ba5..000000000 --- a/packages/icons/categories/arrows/arrow-up-bar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-up-circle.svg b/packages/icons/categories/arrows/arrow-up-circle.svg deleted file mode 100644 index 275932783..000000000 --- a/packages/icons/categories/arrows/arrow-up-circle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-up-left-circle.svg b/packages/icons/categories/arrows/arrow-up-left-circle.svg deleted file mode 100644 index 2704d7557..000000000 --- a/packages/icons/categories/arrows/arrow-up-left-circle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-up-left.svg b/packages/icons/categories/arrows/arrow-up-left.svg deleted file mode 100644 index c9c6e97f1..000000000 --- a/packages/icons/categories/arrows/arrow-up-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-up-rhombus.svg b/packages/icons/categories/arrows/arrow-up-rhombus.svg deleted file mode 100644 index 20b37218d..000000000 --- a/packages/icons/categories/arrows/arrow-up-rhombus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-up-right-circle.svg b/packages/icons/categories/arrows/arrow-up-right-circle.svg deleted file mode 100644 index 739c885dd..000000000 --- a/packages/icons/categories/arrows/arrow-up-right-circle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-up-right.svg b/packages/icons/categories/arrows/arrow-up-right.svg deleted file mode 100644 index d6d2ea2c2..000000000 --- a/packages/icons/categories/arrows/arrow-up-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-up-square.svg b/packages/icons/categories/arrows/arrow-up-square.svg deleted file mode 100644 index cdf86b812..000000000 --- a/packages/icons/categories/arrows/arrow-up-square.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-up-tail.svg b/packages/icons/categories/arrows/arrow-up-tail.svg deleted file mode 100644 index ad596a9e8..000000000 --- a/packages/icons/categories/arrows/arrow-up-tail.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-up.svg b/packages/icons/categories/arrows/arrow-up.svg deleted file mode 100644 index dbfbe9100..000000000 --- a/packages/icons/categories/arrows/arrow-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-wave-left-down.svg b/packages/icons/categories/arrows/arrow-wave-left-down.svg deleted file mode 100644 index 2065feef6..000000000 --- a/packages/icons/categories/arrows/arrow-wave-left-down.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-wave-left-up.svg b/packages/icons/categories/arrows/arrow-wave-left-up.svg deleted file mode 100644 index 7e405ef5f..000000000 --- a/packages/icons/categories/arrows/arrow-wave-left-up.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-wave-right-down.svg b/packages/icons/categories/arrows/arrow-wave-right-down.svg deleted file mode 100644 index 27c5cebcc..000000000 --- a/packages/icons/categories/arrows/arrow-wave-right-down.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-wave-right-up.svg b/packages/icons/categories/arrows/arrow-wave-right-up.svg deleted file mode 100644 index 4e6ee9ed2..000000000 --- a/packages/icons/categories/arrows/arrow-wave-right-up.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrow-zig-zag.svg b/packages/icons/categories/arrows/arrow-zig-zag.svg deleted file mode 100644 index 3501ba34f..000000000 --- a/packages/icons/categories/arrows/arrow-zig-zag.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-cross.svg b/packages/icons/categories/arrows/arrows-cross.svg deleted file mode 100644 index ae37e6e39..000000000 --- a/packages/icons/categories/arrows/arrows-cross.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-diagonal-2.svg b/packages/icons/categories/arrows/arrows-diagonal-2.svg deleted file mode 100644 index c6df77e97..000000000 --- a/packages/icons/categories/arrows/arrows-diagonal-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-diagonal-minimize-2.svg b/packages/icons/categories/arrows/arrows-diagonal-minimize-2.svg deleted file mode 100644 index 89361bab0..000000000 --- a/packages/icons/categories/arrows/arrows-diagonal-minimize-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-diagonal-minimize.svg b/packages/icons/categories/arrows/arrows-diagonal-minimize.svg deleted file mode 100644 index 4bc248972..000000000 --- a/packages/icons/categories/arrows/arrows-diagonal-minimize.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-diagonal.svg b/packages/icons/categories/arrows/arrows-diagonal.svg deleted file mode 100644 index 1091f2114..000000000 --- a/packages/icons/categories/arrows/arrows-diagonal.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-diff.svg b/packages/icons/categories/arrows/arrows-diff.svg deleted file mode 100644 index cf880d49a..000000000 --- a/packages/icons/categories/arrows/arrows-diff.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-double-ne-sw.svg b/packages/icons/categories/arrows/arrows-double-ne-sw.svg deleted file mode 100644 index 672436431..000000000 --- a/packages/icons/categories/arrows/arrows-double-ne-sw.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-double-nw-se.svg b/packages/icons/categories/arrows/arrows-double-nw-se.svg deleted file mode 100644 index 3bb160c7c..000000000 --- a/packages/icons/categories/arrows/arrows-double-nw-se.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-double-se-nw.svg b/packages/icons/categories/arrows/arrows-double-se-nw.svg deleted file mode 100644 index cbb0e115d..000000000 --- a/packages/icons/categories/arrows/arrows-double-se-nw.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-double-sw-ne.svg b/packages/icons/categories/arrows/arrows-double-sw-ne.svg deleted file mode 100644 index 0a4db055d..000000000 --- a/packages/icons/categories/arrows/arrows-double-sw-ne.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-down-up.svg b/packages/icons/categories/arrows/arrows-down-up.svg deleted file mode 100644 index f1c4577aa..000000000 --- a/packages/icons/categories/arrows/arrows-down-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-down.svg b/packages/icons/categories/arrows/arrows-down.svg deleted file mode 100644 index 9a5b11750..000000000 --- a/packages/icons/categories/arrows/arrows-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-exchange-2.svg b/packages/icons/categories/arrows/arrows-exchange-2.svg deleted file mode 100644 index 97be54e2c..000000000 --- a/packages/icons/categories/arrows/arrows-exchange-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-exchange.svg b/packages/icons/categories/arrows/arrows-exchange.svg deleted file mode 100644 index 8deed8090..000000000 --- a/packages/icons/categories/arrows/arrows-exchange.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-horizontal.svg b/packages/icons/categories/arrows/arrows-horizontal.svg deleted file mode 100644 index 22867ae21..000000000 --- a/packages/icons/categories/arrows/arrows-horizontal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-join-2.svg b/packages/icons/categories/arrows/arrows-join-2.svg deleted file mode 100644 index a174846c5..000000000 --- a/packages/icons/categories/arrows/arrows-join-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-join.svg b/packages/icons/categories/arrows/arrows-join.svg deleted file mode 100644 index a0ca7f990..000000000 --- a/packages/icons/categories/arrows/arrows-join.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-left-down.svg b/packages/icons/categories/arrows/arrows-left-down.svg deleted file mode 100644 index 382c8c3f8..000000000 --- a/packages/icons/categories/arrows/arrows-left-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-left-right.svg b/packages/icons/categories/arrows/arrows-left-right.svg deleted file mode 100644 index a2fb3fad7..000000000 --- a/packages/icons/categories/arrows/arrows-left-right.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-left.svg b/packages/icons/categories/arrows/arrows-left.svg deleted file mode 100644 index 3a3a72b56..000000000 --- a/packages/icons/categories/arrows/arrows-left.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-maximize.svg b/packages/icons/categories/arrows/arrows-maximize.svg deleted file mode 100644 index a20ea145c..000000000 --- a/packages/icons/categories/arrows/arrows-maximize.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-minimize.svg b/packages/icons/categories/arrows/arrows-minimize.svg deleted file mode 100644 index 8236bc984..000000000 --- a/packages/icons/categories/arrows/arrows-minimize.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-move-horizontal.svg b/packages/icons/categories/arrows/arrows-move-horizontal.svg deleted file mode 100644 index 4dcf785af..000000000 --- a/packages/icons/categories/arrows/arrows-move-horizontal.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-move-vertical.svg b/packages/icons/categories/arrows/arrows-move-vertical.svg deleted file mode 100644 index 101f16e9f..000000000 --- a/packages/icons/categories/arrows/arrows-move-vertical.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-move.svg b/packages/icons/categories/arrows/arrows-move.svg deleted file mode 100644 index 4b4b98680..000000000 --- a/packages/icons/categories/arrows/arrows-move.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-random.svg b/packages/icons/categories/arrows/arrows-random.svg deleted file mode 100644 index e0ba92cdc..000000000 --- a/packages/icons/categories/arrows/arrows-random.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-right-down.svg b/packages/icons/categories/arrows/arrows-right-down.svg deleted file mode 100644 index f0f74a8d8..000000000 --- a/packages/icons/categories/arrows/arrows-right-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-right-left.svg b/packages/icons/categories/arrows/arrows-right-left.svg deleted file mode 100644 index 9452474b3..000000000 --- a/packages/icons/categories/arrows/arrows-right-left.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-right.svg b/packages/icons/categories/arrows/arrows-right.svg deleted file mode 100644 index 62d751591..000000000 --- a/packages/icons/categories/arrows/arrows-right.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-shuffle-2.svg b/packages/icons/categories/arrows/arrows-shuffle-2.svg deleted file mode 100644 index 5faaf3e6a..000000000 --- a/packages/icons/categories/arrows/arrows-shuffle-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-shuffle.svg b/packages/icons/categories/arrows/arrows-shuffle.svg deleted file mode 100644 index defa839bc..000000000 --- a/packages/icons/categories/arrows/arrows-shuffle.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-sort.svg b/packages/icons/categories/arrows/arrows-sort.svg deleted file mode 100644 index 74c10569a..000000000 --- a/packages/icons/categories/arrows/arrows-sort.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-split-2.svg b/packages/icons/categories/arrows/arrows-split-2.svg deleted file mode 100644 index 3d9959258..000000000 --- a/packages/icons/categories/arrows/arrows-split-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-split.svg b/packages/icons/categories/arrows/arrows-split.svg deleted file mode 100644 index 4ec09aeec..000000000 --- a/packages/icons/categories/arrows/arrows-split.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-transfer-down.svg b/packages/icons/categories/arrows/arrows-transfer-down.svg deleted file mode 100644 index 4bfb96122..000000000 --- a/packages/icons/categories/arrows/arrows-transfer-down.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-transfer-up.svg b/packages/icons/categories/arrows/arrows-transfer-up.svg deleted file mode 100644 index 30bc8633e..000000000 --- a/packages/icons/categories/arrows/arrows-transfer-up.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-up-down.svg b/packages/icons/categories/arrows/arrows-up-down.svg deleted file mode 100644 index 0f0b7474b..000000000 --- a/packages/icons/categories/arrows/arrows-up-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-up-left.svg b/packages/icons/categories/arrows/arrows-up-left.svg deleted file mode 100644 index a8b3eff80..000000000 --- a/packages/icons/categories/arrows/arrows-up-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-up-right.svg b/packages/icons/categories/arrows/arrows-up-right.svg deleted file mode 100644 index 6d0227cc3..000000000 --- a/packages/icons/categories/arrows/arrows-up-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-up.svg b/packages/icons/categories/arrows/arrows-up.svg deleted file mode 100644 index 7618dc1f5..000000000 --- a/packages/icons/categories/arrows/arrows-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/arrows-vertical.svg b/packages/icons/categories/arrows/arrows-vertical.svg deleted file mode 100644 index febcdde8d..000000000 --- a/packages/icons/categories/arrows/arrows-vertical.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/axis-x.svg b/packages/icons/categories/arrows/axis-x.svg deleted file mode 100644 index d06128bac..000000000 --- a/packages/icons/categories/arrows/axis-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/arrows/axis-y.svg b/packages/icons/categories/arrows/axis-y.svg deleted file mode 100644 index 968babe37..000000000 --- a/packages/icons/categories/arrows/axis-y.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/arrows/caret-down.svg b/packages/icons/categories/arrows/caret-down.svg deleted file mode 100644 index 6c4a3bd76..000000000 --- a/packages/icons/categories/arrows/caret-down.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/caret-left.svg b/packages/icons/categories/arrows/caret-left.svg deleted file mode 100644 index 3582a3fb4..000000000 --- a/packages/icons/categories/arrows/caret-left.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/caret-right.svg b/packages/icons/categories/arrows/caret-right.svg deleted file mode 100644 index 1f60339f4..000000000 --- a/packages/icons/categories/arrows/caret-right.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/caret-up.svg b/packages/icons/categories/arrows/caret-up.svg deleted file mode 100644 index 398017071..000000000 --- a/packages/icons/categories/arrows/caret-up.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/chevron-compact-down.svg b/packages/icons/categories/arrows/chevron-compact-down.svg deleted file mode 100644 index 0b175017d..000000000 --- a/packages/icons/categories/arrows/chevron-compact-down.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/chevron-compact-left.svg b/packages/icons/categories/arrows/chevron-compact-left.svg deleted file mode 100644 index 9499eb0fa..000000000 --- a/packages/icons/categories/arrows/chevron-compact-left.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/chevron-compact-right.svg b/packages/icons/categories/arrows/chevron-compact-right.svg deleted file mode 100644 index 05b6e2c21..000000000 --- a/packages/icons/categories/arrows/chevron-compact-right.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/chevron-compact-up.svg b/packages/icons/categories/arrows/chevron-compact-up.svg deleted file mode 100644 index ef17eefb0..000000000 --- a/packages/icons/categories/arrows/chevron-compact-up.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/chevron-down-left.svg b/packages/icons/categories/arrows/chevron-down-left.svg deleted file mode 100644 index 3b5108d5e..000000000 --- a/packages/icons/categories/arrows/chevron-down-left.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/chevron-down-right.svg b/packages/icons/categories/arrows/chevron-down-right.svg deleted file mode 100644 index 47363b27c..000000000 --- a/packages/icons/categories/arrows/chevron-down-right.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/chevron-down.svg b/packages/icons/categories/arrows/chevron-down.svg deleted file mode 100644 index 69133945f..000000000 --- a/packages/icons/categories/arrows/chevron-down.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/chevron-left-pipe.svg b/packages/icons/categories/arrows/chevron-left-pipe.svg deleted file mode 100644 index 7fad8fb59..000000000 --- a/packages/icons/categories/arrows/chevron-left-pipe.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/chevron-left.svg b/packages/icons/categories/arrows/chevron-left.svg deleted file mode 100644 index 1d0e626e3..000000000 --- a/packages/icons/categories/arrows/chevron-left.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/chevron-right-pipe.svg b/packages/icons/categories/arrows/chevron-right-pipe.svg deleted file mode 100644 index 644e00912..000000000 --- a/packages/icons/categories/arrows/chevron-right-pipe.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/chevron-right.svg b/packages/icons/categories/arrows/chevron-right.svg deleted file mode 100644 index ce7675b5b..000000000 --- a/packages/icons/categories/arrows/chevron-right.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/chevron-up-left.svg b/packages/icons/categories/arrows/chevron-up-left.svg deleted file mode 100644 index 3379b9655..000000000 --- a/packages/icons/categories/arrows/chevron-up-left.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/chevron-up-right.svg b/packages/icons/categories/arrows/chevron-up-right.svg deleted file mode 100644 index 690ae0778..000000000 --- a/packages/icons/categories/arrows/chevron-up-right.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/chevron-up.svg b/packages/icons/categories/arrows/chevron-up.svg deleted file mode 100644 index ae0db0f1a..000000000 --- a/packages/icons/categories/arrows/chevron-up.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/chevrons-down-left.svg b/packages/icons/categories/arrows/chevrons-down-left.svg deleted file mode 100644 index ebf0cc91f..000000000 --- a/packages/icons/categories/arrows/chevrons-down-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/chevrons-down-right.svg b/packages/icons/categories/arrows/chevrons-down-right.svg deleted file mode 100644 index 0bc2b9702..000000000 --- a/packages/icons/categories/arrows/chevrons-down-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/chevrons-down.svg b/packages/icons/categories/arrows/chevrons-down.svg deleted file mode 100644 index 974ab2de2..000000000 --- a/packages/icons/categories/arrows/chevrons-down.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/chevrons-left.svg b/packages/icons/categories/arrows/chevrons-left.svg deleted file mode 100644 index 5de9432ff..000000000 --- a/packages/icons/categories/arrows/chevrons-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/chevrons-right.svg b/packages/icons/categories/arrows/chevrons-right.svg deleted file mode 100644 index 65298bceb..000000000 --- a/packages/icons/categories/arrows/chevrons-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/chevrons-up-left.svg b/packages/icons/categories/arrows/chevrons-up-left.svg deleted file mode 100644 index 6d64c4988..000000000 --- a/packages/icons/categories/arrows/chevrons-up-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/chevrons-up-right.svg b/packages/icons/categories/arrows/chevrons-up-right.svg deleted file mode 100644 index fd22a105d..000000000 --- a/packages/icons/categories/arrows/chevrons-up-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/chevrons-up.svg b/packages/icons/categories/arrows/chevrons-up.svg deleted file mode 100644 index ea0e1ddd2..000000000 --- a/packages/icons/categories/arrows/chevrons-up.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/circle-arrow-down-left.svg b/packages/icons/categories/arrows/circle-arrow-down-left.svg deleted file mode 100644 index bb38d83ec..000000000 --- a/packages/icons/categories/arrows/circle-arrow-down-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/circle-arrow-down-right.svg b/packages/icons/categories/arrows/circle-arrow-down-right.svg deleted file mode 100644 index 51c4519d4..000000000 --- a/packages/icons/categories/arrows/circle-arrow-down-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/circle-arrow-down.svg b/packages/icons/categories/arrows/circle-arrow-down.svg deleted file mode 100644 index 18701e6ec..000000000 --- a/packages/icons/categories/arrows/circle-arrow-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/circle-arrow-left.svg b/packages/icons/categories/arrows/circle-arrow-left.svg deleted file mode 100644 index 0ac4369f6..000000000 --- a/packages/icons/categories/arrows/circle-arrow-left.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/circle-arrow-right.svg b/packages/icons/categories/arrows/circle-arrow-right.svg deleted file mode 100644 index 690c48ad1..000000000 --- a/packages/icons/categories/arrows/circle-arrow-right.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/circle-arrow-up-left.svg b/packages/icons/categories/arrows/circle-arrow-up-left.svg deleted file mode 100644 index 5be7997a0..000000000 --- a/packages/icons/categories/arrows/circle-arrow-up-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/circle-arrow-up-right.svg b/packages/icons/categories/arrows/circle-arrow-up-right.svg deleted file mode 100644 index 25e99eae5..000000000 --- a/packages/icons/categories/arrows/circle-arrow-up-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/circle-arrow-up.svg b/packages/icons/categories/arrows/circle-arrow-up.svg deleted file mode 100644 index 047c01d51..000000000 --- a/packages/icons/categories/arrows/circle-arrow-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/circle-caret-down.svg b/packages/icons/categories/arrows/circle-caret-down.svg deleted file mode 100644 index 37382dce2..000000000 --- a/packages/icons/categories/arrows/circle-caret-down.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/circle-caret-left.svg b/packages/icons/categories/arrows/circle-caret-left.svg deleted file mode 100644 index 981c8ef7a..000000000 --- a/packages/icons/categories/arrows/circle-caret-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/circle-caret-right.svg b/packages/icons/categories/arrows/circle-caret-right.svg deleted file mode 100644 index fdea87322..000000000 --- a/packages/icons/categories/arrows/circle-caret-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/circle-caret-up.svg b/packages/icons/categories/arrows/circle-caret-up.svg deleted file mode 100644 index 53618e2f9..000000000 --- a/packages/icons/categories/arrows/circle-caret-up.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/circle-chevron-down.svg b/packages/icons/categories/arrows/circle-chevron-down.svg deleted file mode 100644 index 410231b10..000000000 --- a/packages/icons/categories/arrows/circle-chevron-down.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/circle-chevron-left.svg b/packages/icons/categories/arrows/circle-chevron-left.svg deleted file mode 100644 index fd4ed1177..000000000 --- a/packages/icons/categories/arrows/circle-chevron-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/circle-chevron-right.svg b/packages/icons/categories/arrows/circle-chevron-right.svg deleted file mode 100644 index 16bae169a..000000000 --- a/packages/icons/categories/arrows/circle-chevron-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/circle-chevron-up.svg b/packages/icons/categories/arrows/circle-chevron-up.svg deleted file mode 100644 index 4b0bdef3f..000000000 --- a/packages/icons/categories/arrows/circle-chevron-up.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/circle-chevrons-down.svg b/packages/icons/categories/arrows/circle-chevrons-down.svg deleted file mode 100644 index af32a7b29..000000000 --- a/packages/icons/categories/arrows/circle-chevrons-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/circle-chevrons-left.svg b/packages/icons/categories/arrows/circle-chevrons-left.svg deleted file mode 100644 index 222f120da..000000000 --- a/packages/icons/categories/arrows/circle-chevrons-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/circle-chevrons-right.svg b/packages/icons/categories/arrows/circle-chevrons-right.svg deleted file mode 100644 index 3681b9da8..000000000 --- a/packages/icons/categories/arrows/circle-chevrons-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/circle-chevrons-up.svg b/packages/icons/categories/arrows/circle-chevrons-up.svg deleted file mode 100644 index 47335c444..000000000 --- a/packages/icons/categories/arrows/circle-chevrons-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/corner-down-left-double.svg b/packages/icons/categories/arrows/corner-down-left-double.svg deleted file mode 100644 index 98997cab8..000000000 --- a/packages/icons/categories/arrows/corner-down-left-double.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/corner-down-left.svg b/packages/icons/categories/arrows/corner-down-left.svg deleted file mode 100644 index a94255f3d..000000000 --- a/packages/icons/categories/arrows/corner-down-left.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/corner-down-right-double.svg b/packages/icons/categories/arrows/corner-down-right-double.svg deleted file mode 100644 index a4d916d9a..000000000 --- a/packages/icons/categories/arrows/corner-down-right-double.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/corner-down-right.svg b/packages/icons/categories/arrows/corner-down-right.svg deleted file mode 100644 index 8e876672b..000000000 --- a/packages/icons/categories/arrows/corner-down-right.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/corner-left-down-double.svg b/packages/icons/categories/arrows/corner-left-down-double.svg deleted file mode 100644 index aeaacd233..000000000 --- a/packages/icons/categories/arrows/corner-left-down-double.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/corner-left-down.svg b/packages/icons/categories/arrows/corner-left-down.svg deleted file mode 100644 index eac1c5932..000000000 --- a/packages/icons/categories/arrows/corner-left-down.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/corner-left-up-double.svg b/packages/icons/categories/arrows/corner-left-up-double.svg deleted file mode 100644 index 8ec8ffec5..000000000 --- a/packages/icons/categories/arrows/corner-left-up-double.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/corner-left-up.svg b/packages/icons/categories/arrows/corner-left-up.svg deleted file mode 100644 index b51556e26..000000000 --- a/packages/icons/categories/arrows/corner-left-up.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/corner-right-down-double.svg b/packages/icons/categories/arrows/corner-right-down-double.svg deleted file mode 100644 index 49d07eb81..000000000 --- a/packages/icons/categories/arrows/corner-right-down-double.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/corner-right-down.svg b/packages/icons/categories/arrows/corner-right-down.svg deleted file mode 100644 index 46573c471..000000000 --- a/packages/icons/categories/arrows/corner-right-down.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/corner-right-up-double.svg b/packages/icons/categories/arrows/corner-right-up-double.svg deleted file mode 100644 index 3a8c9b806..000000000 --- a/packages/icons/categories/arrows/corner-right-up-double.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/corner-right-up.svg b/packages/icons/categories/arrows/corner-right-up.svg deleted file mode 100644 index d5ed291cb..000000000 --- a/packages/icons/categories/arrows/corner-right-up.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/corner-up-left-double.svg b/packages/icons/categories/arrows/corner-up-left-double.svg deleted file mode 100644 index 441f340c9..000000000 --- a/packages/icons/categories/arrows/corner-up-left-double.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/corner-up-left.svg b/packages/icons/categories/arrows/corner-up-left.svg deleted file mode 100644 index 29cd72a01..000000000 --- a/packages/icons/categories/arrows/corner-up-left.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/corner-up-right-double.svg b/packages/icons/categories/arrows/corner-up-right-double.svg deleted file mode 100644 index dbf8a6fa6..000000000 --- a/packages/icons/categories/arrows/corner-up-right-double.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/corner-up-right.svg b/packages/icons/categories/arrows/corner-up-right.svg deleted file mode 100644 index 028342b24..000000000 --- a/packages/icons/categories/arrows/corner-up-right.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/download-off.svg b/packages/icons/categories/arrows/download-off.svg deleted file mode 100644 index eb06621d5..000000000 --- a/packages/icons/categories/arrows/download-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/download.svg b/packages/icons/categories/arrows/download.svg deleted file mode 100644 index 0f043e8e4..000000000 --- a/packages/icons/categories/arrows/download.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/fold-down.svg b/packages/icons/categories/arrows/fold-down.svg deleted file mode 100644 index e71c898fb..000000000 --- a/packages/icons/categories/arrows/fold-down.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/arrows/fold-up.svg b/packages/icons/categories/arrows/fold-up.svg deleted file mode 100644 index 9a2b5769c..000000000 --- a/packages/icons/categories/arrows/fold-up.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/arrows/fold.svg b/packages/icons/categories/arrows/fold.svg deleted file mode 100644 index 073122d9e..000000000 --- a/packages/icons/categories/arrows/fold.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/arrows/login.svg b/packages/icons/categories/arrows/login.svg deleted file mode 100644 index 0303ef5c6..000000000 --- a/packages/icons/categories/arrows/login.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/refresh-alert.svg b/packages/icons/categories/arrows/refresh-alert.svg deleted file mode 100644 index ed4e01e3d..000000000 --- a/packages/icons/categories/arrows/refresh-alert.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/refresh-dot.svg b/packages/icons/categories/arrows/refresh-dot.svg deleted file mode 100644 index a97bd6468..000000000 --- a/packages/icons/categories/arrows/refresh-dot.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/refresh-off.svg b/packages/icons/categories/arrows/refresh-off.svg deleted file mode 100644 index a7eac5470..000000000 --- a/packages/icons/categories/arrows/refresh-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/refresh.svg b/packages/icons/categories/arrows/refresh.svg deleted file mode 100644 index 76e2cd1ea..000000000 --- a/packages/icons/categories/arrows/refresh.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/reload.svg b/packages/icons/categories/arrows/reload.svg deleted file mode 100644 index 971ed76ef..000000000 --- a/packages/icons/categories/arrows/reload.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/rotate-2.svg b/packages/icons/categories/arrows/rotate-2.svg deleted file mode 100644 index dbc6eb4a5..000000000 --- a/packages/icons/categories/arrows/rotate-2.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/arrows/rotate-360.svg b/packages/icons/categories/arrows/rotate-360.svg deleted file mode 100644 index 36d5bc611..000000000 --- a/packages/icons/categories/arrows/rotate-360.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/rotate-clockwise-2.svg b/packages/icons/categories/arrows/rotate-clockwise-2.svg deleted file mode 100644 index 4934eaae9..000000000 --- a/packages/icons/categories/arrows/rotate-clockwise-2.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/arrows/rotate-clockwise.svg b/packages/icons/categories/arrows/rotate-clockwise.svg deleted file mode 100644 index 21df873b7..000000000 --- a/packages/icons/categories/arrows/rotate-clockwise.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/rotate-dot.svg b/packages/icons/categories/arrows/rotate-dot.svg deleted file mode 100644 index d2ff6337f..000000000 --- a/packages/icons/categories/arrows/rotate-dot.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/rotate-rectangle.svg b/packages/icons/categories/arrows/rotate-rectangle.svg deleted file mode 100644 index 382e938ea..000000000 --- a/packages/icons/categories/arrows/rotate-rectangle.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/rotate.svg b/packages/icons/categories/arrows/rotate.svg deleted file mode 100644 index dedcca9d1..000000000 --- a/packages/icons/categories/arrows/rotate.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/s-turn-down.svg b/packages/icons/categories/arrows/s-turn-down.svg deleted file mode 100644 index ee71b284e..000000000 --- a/packages/icons/categories/arrows/s-turn-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/s-turn-left.svg b/packages/icons/categories/arrows/s-turn-left.svg deleted file mode 100644 index 250a0812c..000000000 --- a/packages/icons/categories/arrows/s-turn-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/s-turn-right.svg b/packages/icons/categories/arrows/s-turn-right.svg deleted file mode 100644 index d166b13a8..000000000 --- a/packages/icons/categories/arrows/s-turn-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/s-turn-up.svg b/packages/icons/categories/arrows/s-turn-up.svg deleted file mode 100644 index 08ec8234e..000000000 --- a/packages/icons/categories/arrows/s-turn-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/select.svg b/packages/icons/categories/arrows/select.svg deleted file mode 100644 index 070bab91d..000000000 --- a/packages/icons/categories/arrows/select.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/selector.svg b/packages/icons/categories/arrows/selector.svg deleted file mode 100644 index d138dcf7e..000000000 --- a/packages/icons/categories/arrows/selector.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/share-2.svg b/packages/icons/categories/arrows/share-2.svg deleted file mode 100644 index 434ac44af..000000000 --- a/packages/icons/categories/arrows/share-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/share-3.svg b/packages/icons/categories/arrows/share-3.svg deleted file mode 100644 index a38ccb43a..000000000 --- a/packages/icons/categories/arrows/share-3.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/arrows/square-arrow-down.svg b/packages/icons/categories/arrows/square-arrow-down.svg deleted file mode 100644 index dd9431993..000000000 --- a/packages/icons/categories/arrows/square-arrow-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/square-arrow-left.svg b/packages/icons/categories/arrows/square-arrow-left.svg deleted file mode 100644 index aa4361007..000000000 --- a/packages/icons/categories/arrows/square-arrow-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/square-arrow-right.svg b/packages/icons/categories/arrows/square-arrow-right.svg deleted file mode 100644 index a3155df7a..000000000 --- a/packages/icons/categories/arrows/square-arrow-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/square-arrow-up.svg b/packages/icons/categories/arrows/square-arrow-up.svg deleted file mode 100644 index 221fabc75..000000000 --- a/packages/icons/categories/arrows/square-arrow-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/square-chevron-down.svg b/packages/icons/categories/arrows/square-chevron-down.svg deleted file mode 100644 index 31fcb784f..000000000 --- a/packages/icons/categories/arrows/square-chevron-down.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/square-chevron-left.svg b/packages/icons/categories/arrows/square-chevron-left.svg deleted file mode 100644 index 5096d1f8f..000000000 --- a/packages/icons/categories/arrows/square-chevron-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/square-chevron-right.svg b/packages/icons/categories/arrows/square-chevron-right.svg deleted file mode 100644 index 21e35c535..000000000 --- a/packages/icons/categories/arrows/square-chevron-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/square-chevron-up.svg b/packages/icons/categories/arrows/square-chevron-up.svg deleted file mode 100644 index 5df10dece..000000000 --- a/packages/icons/categories/arrows/square-chevron-up.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/square-chevrons-down.svg b/packages/icons/categories/arrows/square-chevrons-down.svg deleted file mode 100644 index c2afb3279..000000000 --- a/packages/icons/categories/arrows/square-chevrons-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/square-chevrons-left.svg b/packages/icons/categories/arrows/square-chevrons-left.svg deleted file mode 100644 index d7f466d02..000000000 --- a/packages/icons/categories/arrows/square-chevrons-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/square-chevrons-right.svg b/packages/icons/categories/arrows/square-chevrons-right.svg deleted file mode 100644 index 004981a35..000000000 --- a/packages/icons/categories/arrows/square-chevrons-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/square-chevrons-up.svg b/packages/icons/categories/arrows/square-chevrons-up.svg deleted file mode 100644 index 1919aec59..000000000 --- a/packages/icons/categories/arrows/square-chevrons-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/square-rounded-arrow-down.svg b/packages/icons/categories/arrows/square-rounded-arrow-down.svg deleted file mode 100644 index 0eca1b0a1..000000000 --- a/packages/icons/categories/arrows/square-rounded-arrow-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/square-rounded-arrow-left.svg b/packages/icons/categories/arrows/square-rounded-arrow-left.svg deleted file mode 100644 index da6470fc6..000000000 --- a/packages/icons/categories/arrows/square-rounded-arrow-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/square-rounded-arrow-right.svg b/packages/icons/categories/arrows/square-rounded-arrow-right.svg deleted file mode 100644 index a7f5700e6..000000000 --- a/packages/icons/categories/arrows/square-rounded-arrow-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/square-rounded-arrow-up.svg b/packages/icons/categories/arrows/square-rounded-arrow-up.svg deleted file mode 100644 index 29e3d1eaa..000000000 --- a/packages/icons/categories/arrows/square-rounded-arrow-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/square-rounded-chevron-down.svg b/packages/icons/categories/arrows/square-rounded-chevron-down.svg deleted file mode 100644 index bb794dc6c..000000000 --- a/packages/icons/categories/arrows/square-rounded-chevron-down.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/square-rounded-chevron-left.svg b/packages/icons/categories/arrows/square-rounded-chevron-left.svg deleted file mode 100644 index 6a0e8ab40..000000000 --- a/packages/icons/categories/arrows/square-rounded-chevron-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/square-rounded-chevron-right.svg b/packages/icons/categories/arrows/square-rounded-chevron-right.svg deleted file mode 100644 index 7e7d1eda7..000000000 --- a/packages/icons/categories/arrows/square-rounded-chevron-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/square-rounded-chevron-up.svg b/packages/icons/categories/arrows/square-rounded-chevron-up.svg deleted file mode 100644 index 4325c5be3..000000000 --- a/packages/icons/categories/arrows/square-rounded-chevron-up.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/square-rounded-chevrons-down.svg b/packages/icons/categories/arrows/square-rounded-chevrons-down.svg deleted file mode 100644 index 90e3420a9..000000000 --- a/packages/icons/categories/arrows/square-rounded-chevrons-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/square-rounded-chevrons-left.svg b/packages/icons/categories/arrows/square-rounded-chevrons-left.svg deleted file mode 100644 index 5248dc380..000000000 --- a/packages/icons/categories/arrows/square-rounded-chevrons-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/square-rounded-chevrons-right.svg b/packages/icons/categories/arrows/square-rounded-chevrons-right.svg deleted file mode 100644 index cad3ef15e..000000000 --- a/packages/icons/categories/arrows/square-rounded-chevrons-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/square-rounded-chevrons-up.svg b/packages/icons/categories/arrows/square-rounded-chevrons-up.svg deleted file mode 100644 index 2cfe3e738..000000000 --- a/packages/icons/categories/arrows/square-rounded-chevrons-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/step-into.svg b/packages/icons/categories/arrows/step-into.svg deleted file mode 100644 index 9033c91d1..000000000 --- a/packages/icons/categories/arrows/step-into.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/step-out.svg b/packages/icons/categories/arrows/step-out.svg deleted file mode 100644 index 2b211aa44..000000000 --- a/packages/icons/categories/arrows/step-out.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/swipe-down.svg b/packages/icons/categories/arrows/swipe-down.svg deleted file mode 100644 index 4c7286429..000000000 --- a/packages/icons/categories/arrows/swipe-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/swipe-left.svg b/packages/icons/categories/arrows/swipe-left.svg deleted file mode 100644 index d9c755098..000000000 --- a/packages/icons/categories/arrows/swipe-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/swipe-right.svg b/packages/icons/categories/arrows/swipe-right.svg deleted file mode 100644 index 0ba391750..000000000 --- a/packages/icons/categories/arrows/swipe-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/swipe-up.svg b/packages/icons/categories/arrows/swipe-up.svg deleted file mode 100644 index a435de324..000000000 --- a/packages/icons/categories/arrows/swipe-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/arrows/switch-2.svg b/packages/icons/categories/arrows/switch-2.svg deleted file mode 100644 index 650d26bc2..000000000 --- a/packages/icons/categories/arrows/switch-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/switch-3.svg b/packages/icons/categories/arrows/switch-3.svg deleted file mode 100644 index 4a1615bcd..000000000 --- a/packages/icons/categories/arrows/switch-3.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/switch-horizontal.svg b/packages/icons/categories/arrows/switch-horizontal.svg deleted file mode 100644 index 0e31578cd..000000000 --- a/packages/icons/categories/arrows/switch-horizontal.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/switch-vertical.svg b/packages/icons/categories/arrows/switch-vertical.svg deleted file mode 100644 index d36bc2703..000000000 --- a/packages/icons/categories/arrows/switch-vertical.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/switch.svg b/packages/icons/categories/arrows/switch.svg deleted file mode 100644 index 389d22d48..000000000 --- a/packages/icons/categories/arrows/switch.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/arrows/transition-bottom.svg b/packages/icons/categories/arrows/transition-bottom.svg deleted file mode 100644 index 22b973efe..000000000 --- a/packages/icons/categories/arrows/transition-bottom.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/transition-left.svg b/packages/icons/categories/arrows/transition-left.svg deleted file mode 100644 index 67589d077..000000000 --- a/packages/icons/categories/arrows/transition-left.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/transition-right.svg b/packages/icons/categories/arrows/transition-right.svg deleted file mode 100644 index eb3ab05d7..000000000 --- a/packages/icons/categories/arrows/transition-right.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/transition-top.svg b/packages/icons/categories/arrows/transition-top.svg deleted file mode 100644 index 08fe136b5..000000000 --- a/packages/icons/categories/arrows/transition-top.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/arrows/trending-down-2.svg b/packages/icons/categories/arrows/trending-down-2.svg deleted file mode 100644 index d72d30fbc..000000000 --- a/packages/icons/categories/arrows/trending-down-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/trending-down-3.svg b/packages/icons/categories/arrows/trending-down-3.svg deleted file mode 100644 index e38381116..000000000 --- a/packages/icons/categories/arrows/trending-down-3.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/trending-down.svg b/packages/icons/categories/arrows/trending-down.svg deleted file mode 100644 index eb0071ff4..000000000 --- a/packages/icons/categories/arrows/trending-down.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/trending-up-2.svg b/packages/icons/categories/arrows/trending-up-2.svg deleted file mode 100644 index ac70a9a89..000000000 --- a/packages/icons/categories/arrows/trending-up-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/trending-up-3.svg b/packages/icons/categories/arrows/trending-up-3.svg deleted file mode 100644 index 1993a34ac..000000000 --- a/packages/icons/categories/arrows/trending-up-3.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/trending-up.svg b/packages/icons/categories/arrows/trending-up.svg deleted file mode 100644 index 75c3ee757..000000000 --- a/packages/icons/categories/arrows/trending-up.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/arrows/upload.svg b/packages/icons/categories/arrows/upload.svg deleted file mode 100644 index 6bad129d8..000000000 --- a/packages/icons/categories/arrows/upload.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/badges/badge-3d.svg b/packages/icons/categories/badges/badge-3d.svg deleted file mode 100644 index 3370e35b9..000000000 --- a/packages/icons/categories/badges/badge-3d.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/badges/badge-4k.svg b/packages/icons/categories/badges/badge-4k.svg deleted file mode 100644 index 47dbee48b..000000000 --- a/packages/icons/categories/badges/badge-4k.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/badges/badge-8k.svg b/packages/icons/categories/badges/badge-8k.svg deleted file mode 100644 index 3d3733838..000000000 --- a/packages/icons/categories/badges/badge-8k.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/badges/badge-ad.svg b/packages/icons/categories/badges/badge-ad.svg deleted file mode 100644 index 9e6e7f57d..000000000 --- a/packages/icons/categories/badges/badge-ad.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/badges/badge-ar.svg b/packages/icons/categories/badges/badge-ar.svg deleted file mode 100644 index eaf0a510f..000000000 --- a/packages/icons/categories/badges/badge-ar.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/badges/badge-cc.svg b/packages/icons/categories/badges/badge-cc.svg deleted file mode 100644 index c20e46f46..000000000 --- a/packages/icons/categories/badges/badge-cc.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/badges/badge-hd.svg b/packages/icons/categories/badges/badge-hd.svg deleted file mode 100644 index 795f2e2d1..000000000 --- a/packages/icons/categories/badges/badge-hd.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/badges/badge-sd.svg b/packages/icons/categories/badges/badge-sd.svg deleted file mode 100644 index dca2b4db2..000000000 --- a/packages/icons/categories/badges/badge-sd.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/badges/badge-tm.svg b/packages/icons/categories/badges/badge-tm.svg deleted file mode 100644 index 2564dead7..000000000 --- a/packages/icons/categories/badges/badge-tm.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/badges/badge-vo.svg b/packages/icons/categories/badges/badge-vo.svg deleted file mode 100644 index 3b581b01c..000000000 --- a/packages/icons/categories/badges/badge-vo.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/badges/badge-vr.svg b/packages/icons/categories/badges/badge-vr.svg deleted file mode 100644 index 617b1f596..000000000 --- a/packages/icons/categories/badges/badge-vr.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/badges/badge-wc.svg b/packages/icons/categories/badges/badge-wc.svg deleted file mode 100644 index d6518bc9f..000000000 --- a/packages/icons/categories/badges/badge-wc.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-4chan.svg b/packages/icons/categories/brand/brand-4chan.svg deleted file mode 100644 index bdf93e646..000000000 --- a/packages/icons/categories/brand/brand-4chan.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-abstract.svg b/packages/icons/categories/brand/brand-abstract.svg deleted file mode 100644 index dd4f77be7..000000000 --- a/packages/icons/categories/brand/brand-abstract.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-adobe.svg b/packages/icons/categories/brand/brand-adobe.svg deleted file mode 100644 index 671bd9df1..000000000 --- a/packages/icons/categories/brand/brand-adobe.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-adonis-js.svg b/packages/icons/categories/brand/brand-adonis-js.svg deleted file mode 100644 index 21aef9148..000000000 --- a/packages/icons/categories/brand/brand-adonis-js.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-airbnb.svg b/packages/icons/categories/brand/brand-airbnb.svg deleted file mode 100644 index b967853f0..000000000 --- a/packages/icons/categories/brand/brand-airbnb.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-airtable.svg b/packages/icons/categories/brand/brand-airtable.svg deleted file mode 100644 index 1eac5d868..000000000 --- a/packages/icons/categories/brand/brand-airtable.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-algolia.svg b/packages/icons/categories/brand/brand-algolia.svg deleted file mode 100644 index d85e76387..000000000 --- a/packages/icons/categories/brand/brand-algolia.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-alipay.svg b/packages/icons/categories/brand/brand-alipay.svg deleted file mode 100644 index 67d36e576..000000000 --- a/packages/icons/categories/brand/brand-alipay.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-alpine-js.svg b/packages/icons/categories/brand/brand-alpine-js.svg deleted file mode 100644 index 0aa136729..000000000 --- a/packages/icons/categories/brand/brand-alpine-js.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-amazon.svg b/packages/icons/categories/brand/brand-amazon.svg deleted file mode 100644 index bd294dec6..000000000 --- a/packages/icons/categories/brand/brand-amazon.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-amd.svg b/packages/icons/categories/brand/brand-amd.svg deleted file mode 100644 index dfd2b53d9..000000000 --- a/packages/icons/categories/brand/brand-amd.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-amigo.svg b/packages/icons/categories/brand/brand-amigo.svg deleted file mode 100644 index 2a2f9b9b3..000000000 --- a/packages/icons/categories/brand/brand-amigo.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-among-us.svg b/packages/icons/categories/brand/brand-among-us.svg deleted file mode 100644 index bc03ad150..000000000 --- a/packages/icons/categories/brand/brand-among-us.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-android.svg b/packages/icons/categories/brand/brand-android.svg deleted file mode 100644 index c15b6493a..000000000 --- a/packages/icons/categories/brand/brand-android.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-angular.svg b/packages/icons/categories/brand/brand-angular.svg deleted file mode 100644 index 9253854f2..000000000 --- a/packages/icons/categories/brand/brand-angular.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-ansible.svg b/packages/icons/categories/brand/brand-ansible.svg deleted file mode 100644 index 6d2896596..000000000 --- a/packages/icons/categories/brand/brand-ansible.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-ao3.svg b/packages/icons/categories/brand/brand-ao3.svg deleted file mode 100644 index 4c79827b1..000000000 --- a/packages/icons/categories/brand/brand-ao3.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-appgallery.svg b/packages/icons/categories/brand/brand-appgallery.svg deleted file mode 100644 index 5691fc78f..000000000 --- a/packages/icons/categories/brand/brand-appgallery.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-apple-arcade.svg b/packages/icons/categories/brand/brand-apple-arcade.svg deleted file mode 100644 index 76250f5fb..000000000 --- a/packages/icons/categories/brand/brand-apple-arcade.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-apple-podcast.svg b/packages/icons/categories/brand/brand-apple-podcast.svg deleted file mode 100644 index 357ea5fa2..000000000 --- a/packages/icons/categories/brand/brand-apple-podcast.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-apple.svg b/packages/icons/categories/brand/brand-apple.svg deleted file mode 100644 index 954534d39..000000000 --- a/packages/icons/categories/brand/brand-apple.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-appstore.svg b/packages/icons/categories/brand/brand-appstore.svg deleted file mode 100644 index eabf42cbd..000000000 --- a/packages/icons/categories/brand/brand-appstore.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-asana.svg b/packages/icons/categories/brand/brand-asana.svg deleted file mode 100644 index a89753761..000000000 --- a/packages/icons/categories/brand/brand-asana.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-auth0.svg b/packages/icons/categories/brand/brand-auth0.svg deleted file mode 100644 index 4dd6de9fd..000000000 --- a/packages/icons/categories/brand/brand-auth0.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-aws.svg b/packages/icons/categories/brand/brand-aws.svg deleted file mode 100644 index 5cfb0f577..000000000 --- a/packages/icons/categories/brand/brand-aws.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-azure.svg b/packages/icons/categories/brand/brand-azure.svg deleted file mode 100644 index 518075738..000000000 --- a/packages/icons/categories/brand/brand-azure.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-backbone.svg b/packages/icons/categories/brand/brand-backbone.svg deleted file mode 100644 index d9a7cda1a..000000000 --- a/packages/icons/categories/brand/brand-backbone.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-badoo.svg b/packages/icons/categories/brand/brand-badoo.svg deleted file mode 100644 index 36ea49cc1..000000000 --- a/packages/icons/categories/brand/brand-badoo.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-baidu.svg b/packages/icons/categories/brand/brand-baidu.svg deleted file mode 100644 index 9a72779c4..000000000 --- a/packages/icons/categories/brand/brand-baidu.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-bandcamp.svg b/packages/icons/categories/brand/brand-bandcamp.svg deleted file mode 100644 index d31c9d532..000000000 --- a/packages/icons/categories/brand/brand-bandcamp.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-bandlab.svg b/packages/icons/categories/brand/brand-bandlab.svg deleted file mode 100644 index 6de9b918a..000000000 --- a/packages/icons/categories/brand/brand-bandlab.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-beats.svg b/packages/icons/categories/brand/brand-beats.svg deleted file mode 100644 index 2f4ad0254..000000000 --- a/packages/icons/categories/brand/brand-beats.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-behance.svg b/packages/icons/categories/brand/brand-behance.svg deleted file mode 100644 index 2974ee639..000000000 --- a/packages/icons/categories/brand/brand-behance.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-bilibili.svg b/packages/icons/categories/brand/brand-bilibili.svg deleted file mode 100644 index 039f8bb78..000000000 --- a/packages/icons/categories/brand/brand-bilibili.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-binance.svg b/packages/icons/categories/brand/brand-binance.svg deleted file mode 100644 index 8e9c44c19..000000000 --- a/packages/icons/categories/brand/brand-binance.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-bing.svg b/packages/icons/categories/brand/brand-bing.svg deleted file mode 100644 index ce2866bd6..000000000 --- a/packages/icons/categories/brand/brand-bing.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-bitbucket.svg b/packages/icons/categories/brand/brand-bitbucket.svg deleted file mode 100644 index 0a12787df..000000000 --- a/packages/icons/categories/brand/brand-bitbucket.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-blackberry.svg b/packages/icons/categories/brand/brand-blackberry.svg deleted file mode 100644 index b382c74a4..000000000 --- a/packages/icons/categories/brand/brand-blackberry.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-blender.svg b/packages/icons/categories/brand/brand-blender.svg deleted file mode 100644 index f33a81cf6..000000000 --- a/packages/icons/categories/brand/brand-blender.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-blogger.svg b/packages/icons/categories/brand/brand-blogger.svg deleted file mode 100644 index 3175a1e45..000000000 --- a/packages/icons/categories/brand/brand-blogger.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-bluesky.svg b/packages/icons/categories/brand/brand-bluesky.svg deleted file mode 100644 index a4e04e5a1..000000000 --- a/packages/icons/categories/brand/brand-bluesky.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-booking.svg b/packages/icons/categories/brand/brand-booking.svg deleted file mode 100644 index dea1fab1d..000000000 --- a/packages/icons/categories/brand/brand-booking.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-bootstrap.svg b/packages/icons/categories/brand/brand-bootstrap.svg deleted file mode 100644 index 42b115395..000000000 --- a/packages/icons/categories/brand/brand-bootstrap.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-bulma.svg b/packages/icons/categories/brand/brand-bulma.svg deleted file mode 100644 index 9ffa01a60..000000000 --- a/packages/icons/categories/brand/brand-bulma.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-bumble.svg b/packages/icons/categories/brand/brand-bumble.svg deleted file mode 100644 index 1313c0e01..000000000 --- a/packages/icons/categories/brand/brand-bumble.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-bunpo.svg b/packages/icons/categories/brand/brand-bunpo.svg deleted file mode 100644 index 84bce62f6..000000000 --- a/packages/icons/categories/brand/brand-bunpo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-c-sharp.svg b/packages/icons/categories/brand/brand-c-sharp.svg deleted file mode 100644 index e6f4c9d80..000000000 --- a/packages/icons/categories/brand/brand-c-sharp.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-cake.svg b/packages/icons/categories/brand/brand-cake.svg deleted file mode 100644 index f590adf0c..000000000 --- a/packages/icons/categories/brand/brand-cake.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-cakephp.svg b/packages/icons/categories/brand/brand-cakephp.svg deleted file mode 100644 index 5a45074df..000000000 --- a/packages/icons/categories/brand/brand-cakephp.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-campaignmonitor.svg b/packages/icons/categories/brand/brand-campaignmonitor.svg deleted file mode 100644 index 4b0f6fb7f..000000000 --- a/packages/icons/categories/brand/brand-campaignmonitor.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-carbon.svg b/packages/icons/categories/brand/brand-carbon.svg deleted file mode 100644 index 0938c9890..000000000 --- a/packages/icons/categories/brand/brand-carbon.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-cashapp.svg b/packages/icons/categories/brand/brand-cashapp.svg deleted file mode 100644 index ef2e8d84f..000000000 --- a/packages/icons/categories/brand/brand-cashapp.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-chrome.svg b/packages/icons/categories/brand/brand-chrome.svg deleted file mode 100644 index 0684c3cda..000000000 --- a/packages/icons/categories/brand/brand-chrome.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-cinema-4d.svg b/packages/icons/categories/brand/brand-cinema-4d.svg deleted file mode 100644 index 59173751b..000000000 --- a/packages/icons/categories/brand/brand-cinema-4d.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-citymapper.svg b/packages/icons/categories/brand/brand-citymapper.svg deleted file mode 100644 index 9b2a31986..000000000 --- a/packages/icons/categories/brand/brand-citymapper.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-cloudflare.svg b/packages/icons/categories/brand/brand-cloudflare.svg deleted file mode 100644 index b86a145e8..000000000 --- a/packages/icons/categories/brand/brand-cloudflare.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-codecov.svg b/packages/icons/categories/brand/brand-codecov.svg deleted file mode 100644 index 8252d8a45..000000000 --- a/packages/icons/categories/brand/brand-codecov.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-codepen.svg b/packages/icons/categories/brand/brand-codepen.svg deleted file mode 100644 index fdc64ea19..000000000 --- a/packages/icons/categories/brand/brand-codepen.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-codesandbox.svg b/packages/icons/categories/brand/brand-codesandbox.svg deleted file mode 100644 index 70eedd8fb..000000000 --- a/packages/icons/categories/brand/brand-codesandbox.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-cohost.svg b/packages/icons/categories/brand/brand-cohost.svg deleted file mode 100644 index 3105fa71f..000000000 --- a/packages/icons/categories/brand/brand-cohost.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-coinbase.svg b/packages/icons/categories/brand/brand-coinbase.svg deleted file mode 100644 index 3c3092915..000000000 --- a/packages/icons/categories/brand/brand-coinbase.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-comedy-central.svg b/packages/icons/categories/brand/brand-comedy-central.svg deleted file mode 100644 index 75ce47840..000000000 --- a/packages/icons/categories/brand/brand-comedy-central.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-coreos.svg b/packages/icons/categories/brand/brand-coreos.svg deleted file mode 100644 index d2cfafd83..000000000 --- a/packages/icons/categories/brand/brand-coreos.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-couchdb.svg b/packages/icons/categories/brand/brand-couchdb.svg deleted file mode 100644 index 7c504562b..000000000 --- a/packages/icons/categories/brand/brand-couchdb.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-couchsurfing.svg b/packages/icons/categories/brand/brand-couchsurfing.svg deleted file mode 100644 index 65b06b5bd..000000000 --- a/packages/icons/categories/brand/brand-couchsurfing.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-cpp.svg b/packages/icons/categories/brand/brand-cpp.svg deleted file mode 100644 index 17b99a63b..000000000 --- a/packages/icons/categories/brand/brand-cpp.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-craft.svg b/packages/icons/categories/brand/brand-craft.svg deleted file mode 100644 index fc4eece88..000000000 --- a/packages/icons/categories/brand/brand-craft.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-crunchbase.svg b/packages/icons/categories/brand/brand-crunchbase.svg deleted file mode 100644 index 311edc16d..000000000 --- a/packages/icons/categories/brand/brand-crunchbase.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-css3.svg b/packages/icons/categories/brand/brand-css3.svg deleted file mode 100644 index 5cc1bf412..000000000 --- a/packages/icons/categories/brand/brand-css3.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-ctemplar.svg b/packages/icons/categories/brand/brand-ctemplar.svg deleted file mode 100644 index 45bd7b054..000000000 --- a/packages/icons/categories/brand/brand-ctemplar.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-cucumber.svg b/packages/icons/categories/brand/brand-cucumber.svg deleted file mode 100644 index add0d6ce9..000000000 --- a/packages/icons/categories/brand/brand-cucumber.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-cupra.svg b/packages/icons/categories/brand/brand-cupra.svg deleted file mode 100644 index 74aa87dc6..000000000 --- a/packages/icons/categories/brand/brand-cupra.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-cypress.svg b/packages/icons/categories/brand/brand-cypress.svg deleted file mode 100644 index e9b2469dd..000000000 --- a/packages/icons/categories/brand/brand-cypress.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-d3.svg b/packages/icons/categories/brand/brand-d3.svg deleted file mode 100644 index 615254048..000000000 --- a/packages/icons/categories/brand/brand-d3.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-databricks.svg b/packages/icons/categories/brand/brand-databricks.svg deleted file mode 100644 index fa816255f..000000000 --- a/packages/icons/categories/brand/brand-databricks.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-days-counter.svg b/packages/icons/categories/brand/brand-days-counter.svg deleted file mode 100644 index 27dfd26b7..000000000 --- a/packages/icons/categories/brand/brand-days-counter.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-dcos.svg b/packages/icons/categories/brand/brand-dcos.svg deleted file mode 100644 index 9f77e54c4..000000000 --- a/packages/icons/categories/brand/brand-dcos.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-debian.svg b/packages/icons/categories/brand/brand-debian.svg deleted file mode 100644 index 81df7e9de..000000000 --- a/packages/icons/categories/brand/brand-debian.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-deezer.svg b/packages/icons/categories/brand/brand-deezer.svg deleted file mode 100644 index 6315a0368..000000000 --- a/packages/icons/categories/brand/brand-deezer.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-deliveroo.svg b/packages/icons/categories/brand/brand-deliveroo.svg deleted file mode 100644 index 846a57286..000000000 --- a/packages/icons/categories/brand/brand-deliveroo.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-deno.svg b/packages/icons/categories/brand/brand-deno.svg deleted file mode 100644 index 83c877e2e..000000000 --- a/packages/icons/categories/brand/brand-deno.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-denodo.svg b/packages/icons/categories/brand/brand-denodo.svg deleted file mode 100644 index e0f8b2256..000000000 --- a/packages/icons/categories/brand/brand-denodo.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-deviantart.svg b/packages/icons/categories/brand/brand-deviantart.svg deleted file mode 100644 index 8d11ffd2a..000000000 --- a/packages/icons/categories/brand/brand-deviantart.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-digg.svg b/packages/icons/categories/brand/brand-digg.svg deleted file mode 100644 index 3976e0b76..000000000 --- a/packages/icons/categories/brand/brand-digg.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-dingtalk.svg b/packages/icons/categories/brand/brand-dingtalk.svg deleted file mode 100644 index e6e345bd0..000000000 --- a/packages/icons/categories/brand/brand-dingtalk.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-discord.svg b/packages/icons/categories/brand/brand-discord.svg deleted file mode 100644 index 747405881..000000000 --- a/packages/icons/categories/brand/brand-discord.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-disney.svg b/packages/icons/categories/brand/brand-disney.svg deleted file mode 100644 index 50acc208f..000000000 --- a/packages/icons/categories/brand/brand-disney.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-disqus.svg b/packages/icons/categories/brand/brand-disqus.svg deleted file mode 100644 index 8070dd9a8..000000000 --- a/packages/icons/categories/brand/brand-disqus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-django.svg b/packages/icons/categories/brand/brand-django.svg deleted file mode 100644 index 70287f3a6..000000000 --- a/packages/icons/categories/brand/brand-django.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-docker.svg b/packages/icons/categories/brand/brand-docker.svg deleted file mode 100644 index 397de98d5..000000000 --- a/packages/icons/categories/brand/brand-docker.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-doctrine.svg b/packages/icons/categories/brand/brand-doctrine.svg deleted file mode 100644 index b46efb191..000000000 --- a/packages/icons/categories/brand/brand-doctrine.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-dolby-digital.svg b/packages/icons/categories/brand/brand-dolby-digital.svg deleted file mode 100644 index d58cc4b2f..000000000 --- a/packages/icons/categories/brand/brand-dolby-digital.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-douban.svg b/packages/icons/categories/brand/brand-douban.svg deleted file mode 100644 index 905cade86..000000000 --- a/packages/icons/categories/brand/brand-douban.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-dribbble.svg b/packages/icons/categories/brand/brand-dribbble.svg deleted file mode 100644 index 9e8ae7c6b..000000000 --- a/packages/icons/categories/brand/brand-dribbble.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-drops.svg b/packages/icons/categories/brand/brand-drops.svg deleted file mode 100644 index 56c711e04..000000000 --- a/packages/icons/categories/brand/brand-drops.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-drupal.svg b/packages/icons/categories/brand/brand-drupal.svg deleted file mode 100644 index f9b33bb8b..000000000 --- a/packages/icons/categories/brand/brand-drupal.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-edge.svg b/packages/icons/categories/brand/brand-edge.svg deleted file mode 100644 index 9c3840f75..000000000 --- a/packages/icons/categories/brand/brand-edge.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-elastic.svg b/packages/icons/categories/brand/brand-elastic.svg deleted file mode 100644 index 1053cfd7a..000000000 --- a/packages/icons/categories/brand/brand-elastic.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-electronic-arts.svg b/packages/icons/categories/brand/brand-electronic-arts.svg deleted file mode 100644 index 109aaf387..000000000 --- a/packages/icons/categories/brand/brand-electronic-arts.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-ember.svg b/packages/icons/categories/brand/brand-ember.svg deleted file mode 100644 index 52ba09f31..000000000 --- a/packages/icons/categories/brand/brand-ember.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-envato.svg b/packages/icons/categories/brand/brand-envato.svg deleted file mode 100644 index 528997d0c..000000000 --- a/packages/icons/categories/brand/brand-envato.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-etsy.svg b/packages/icons/categories/brand/brand-etsy.svg deleted file mode 100644 index e7b71122d..000000000 --- a/packages/icons/categories/brand/brand-etsy.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-evernote.svg b/packages/icons/categories/brand/brand-evernote.svg deleted file mode 100644 index 3d517dc65..000000000 --- a/packages/icons/categories/brand/brand-evernote.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-facebook.svg b/packages/icons/categories/brand/brand-facebook.svg deleted file mode 100644 index 97eb06449..000000000 --- a/packages/icons/categories/brand/brand-facebook.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-feedly.svg b/packages/icons/categories/brand/brand-feedly.svg deleted file mode 100644 index 53896e8b0..000000000 --- a/packages/icons/categories/brand/brand-feedly.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-figma.svg b/packages/icons/categories/brand/brand-figma.svg deleted file mode 100644 index 4171e682a..000000000 --- a/packages/icons/categories/brand/brand-figma.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-filezilla.svg b/packages/icons/categories/brand/brand-filezilla.svg deleted file mode 100644 index c1ce48b64..000000000 --- a/packages/icons/categories/brand/brand-filezilla.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-finder.svg b/packages/icons/categories/brand/brand-finder.svg deleted file mode 100644 index 5bba6145b..000000000 --- a/packages/icons/categories/brand/brand-finder.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-firebase.svg b/packages/icons/categories/brand/brand-firebase.svg deleted file mode 100644 index 46cb562aa..000000000 --- a/packages/icons/categories/brand/brand-firebase.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-firefox.svg b/packages/icons/categories/brand/brand-firefox.svg deleted file mode 100644 index ffa4531c0..000000000 --- a/packages/icons/categories/brand/brand-firefox.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-fiverr.svg b/packages/icons/categories/brand/brand-fiverr.svg deleted file mode 100644 index 45a68e605..000000000 --- a/packages/icons/categories/brand/brand-fiverr.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-flickr.svg b/packages/icons/categories/brand/brand-flickr.svg deleted file mode 100644 index 040e60a3f..000000000 --- a/packages/icons/categories/brand/brand-flickr.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-flightradar24.svg b/packages/icons/categories/brand/brand-flightradar24.svg deleted file mode 100644 index 26eefd924..000000000 --- a/packages/icons/categories/brand/brand-flightradar24.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-flipboard.svg b/packages/icons/categories/brand/brand-flipboard.svg deleted file mode 100644 index 916873567..000000000 --- a/packages/icons/categories/brand/brand-flipboard.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-flutter.svg b/packages/icons/categories/brand/brand-flutter.svg deleted file mode 100644 index ef75f8ea2..000000000 --- a/packages/icons/categories/brand/brand-flutter.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-fortnite.svg b/packages/icons/categories/brand/brand-fortnite.svg deleted file mode 100644 index 8a6b5231d..000000000 --- a/packages/icons/categories/brand/brand-fortnite.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-foursquare.svg b/packages/icons/categories/brand/brand-foursquare.svg deleted file mode 100644 index 0271ed8b2..000000000 --- a/packages/icons/categories/brand/brand-foursquare.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-framer-motion.svg b/packages/icons/categories/brand/brand-framer-motion.svg deleted file mode 100644 index a91c61602..000000000 --- a/packages/icons/categories/brand/brand-framer-motion.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-framer.svg b/packages/icons/categories/brand/brand-framer.svg deleted file mode 100644 index 9932a9d79..000000000 --- a/packages/icons/categories/brand/brand-framer.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-funimation.svg b/packages/icons/categories/brand/brand-funimation.svg deleted file mode 100644 index a9e341b7e..000000000 --- a/packages/icons/categories/brand/brand-funimation.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-gatsby.svg b/packages/icons/categories/brand/brand-gatsby.svg deleted file mode 100644 index 772209056..000000000 --- a/packages/icons/categories/brand/brand-gatsby.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-git.svg b/packages/icons/categories/brand/brand-git.svg deleted file mode 100644 index adc1857bc..000000000 --- a/packages/icons/categories/brand/brand-git.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-github-copilot.svg b/packages/icons/categories/brand/brand-github-copilot.svg deleted file mode 100644 index 635678cbc..000000000 --- a/packages/icons/categories/brand/brand-github-copilot.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-github.svg b/packages/icons/categories/brand/brand-github.svg deleted file mode 100644 index 1fe7e0b47..000000000 --- a/packages/icons/categories/brand/brand-github.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-gitlab.svg b/packages/icons/categories/brand/brand-gitlab.svg deleted file mode 100644 index dd8fce749..000000000 --- a/packages/icons/categories/brand/brand-gitlab.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-gmail.svg b/packages/icons/categories/brand/brand-gmail.svg deleted file mode 100644 index b7da6b5a9..000000000 --- a/packages/icons/categories/brand/brand-gmail.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-golang.svg b/packages/icons/categories/brand/brand-golang.svg deleted file mode 100644 index 390fa8a39..000000000 --- a/packages/icons/categories/brand/brand-golang.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-google-analytics.svg b/packages/icons/categories/brand/brand-google-analytics.svg deleted file mode 100644 index 04b2ab991..000000000 --- a/packages/icons/categories/brand/brand-google-analytics.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-google-big-query.svg b/packages/icons/categories/brand/brand-google-big-query.svg deleted file mode 100644 index 61c074e8e..000000000 --- a/packages/icons/categories/brand/brand-google-big-query.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-google-drive.svg b/packages/icons/categories/brand/brand-google-drive.svg deleted file mode 100644 index 7e30c872a..000000000 --- a/packages/icons/categories/brand/brand-google-drive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-google-fit.svg b/packages/icons/categories/brand/brand-google-fit.svg deleted file mode 100644 index ccb5c4e65..000000000 --- a/packages/icons/categories/brand/brand-google-fit.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-google-home.svg b/packages/icons/categories/brand/brand-google-home.svg deleted file mode 100644 index fe353111d..000000000 --- a/packages/icons/categories/brand/brand-google-home.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-google-maps.svg b/packages/icons/categories/brand/brand-google-maps.svg deleted file mode 100644 index 44abfdafc..000000000 --- a/packages/icons/categories/brand/brand-google-maps.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-google-one.svg b/packages/icons/categories/brand/brand-google-one.svg deleted file mode 100644 index a44cba8b3..000000000 --- a/packages/icons/categories/brand/brand-google-one.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-google-photos.svg b/packages/icons/categories/brand/brand-google-photos.svg deleted file mode 100644 index 74d90f1d4..000000000 --- a/packages/icons/categories/brand/brand-google-photos.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-google-play.svg b/packages/icons/categories/brand/brand-google-play.svg deleted file mode 100644 index 6c6c7f438..000000000 --- a/packages/icons/categories/brand/brand-google-play.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-google-podcasts.svg b/packages/icons/categories/brand/brand-google-podcasts.svg deleted file mode 100644 index eb945f2f1..000000000 --- a/packages/icons/categories/brand/brand-google-podcasts.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-google.svg b/packages/icons/categories/brand/brand-google.svg deleted file mode 100644 index c269aeeb9..000000000 --- a/packages/icons/categories/brand/brand-google.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-grammarly.svg b/packages/icons/categories/brand/brand-grammarly.svg deleted file mode 100644 index ee1bf6e85..000000000 --- a/packages/icons/categories/brand/brand-grammarly.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-graphql.svg b/packages/icons/categories/brand/brand-graphql.svg deleted file mode 100644 index fbfeb7cee..000000000 --- a/packages/icons/categories/brand/brand-graphql.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-gravatar.svg b/packages/icons/categories/brand/brand-gravatar.svg deleted file mode 100644 index 426bea518..000000000 --- a/packages/icons/categories/brand/brand-gravatar.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-grindr.svg b/packages/icons/categories/brand/brand-grindr.svg deleted file mode 100644 index 9d22130d8..000000000 --- a/packages/icons/categories/brand/brand-grindr.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-guardian.svg b/packages/icons/categories/brand/brand-guardian.svg deleted file mode 100644 index 8ea0d682e..000000000 --- a/packages/icons/categories/brand/brand-guardian.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-gumroad.svg b/packages/icons/categories/brand/brand-gumroad.svg deleted file mode 100644 index e5b1f45d2..000000000 --- a/packages/icons/categories/brand/brand-gumroad.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-hbo.svg b/packages/icons/categories/brand/brand-hbo.svg deleted file mode 100644 index f64576214..000000000 --- a/packages/icons/categories/brand/brand-hbo.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-headlessui.svg b/packages/icons/categories/brand/brand-headlessui.svg deleted file mode 100644 index 28da6dd43..000000000 --- a/packages/icons/categories/brand/brand-headlessui.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-hexo.svg b/packages/icons/categories/brand/brand-hexo.svg deleted file mode 100644 index 8b52e1863..000000000 --- a/packages/icons/categories/brand/brand-hexo.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-hipchat.svg b/packages/icons/categories/brand/brand-hipchat.svg deleted file mode 100644 index 5cd32d8f7..000000000 --- a/packages/icons/categories/brand/brand-hipchat.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-html5.svg b/packages/icons/categories/brand/brand-html5.svg deleted file mode 100644 index 250c94517..000000000 --- a/packages/icons/categories/brand/brand-html5.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-inertia.svg b/packages/icons/categories/brand/brand-inertia.svg deleted file mode 100644 index f4dacfac8..000000000 --- a/packages/icons/categories/brand/brand-inertia.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-instagram.svg b/packages/icons/categories/brand/brand-instagram.svg deleted file mode 100644 index 5b7b9d284..000000000 --- a/packages/icons/categories/brand/brand-instagram.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-intercom.svg b/packages/icons/categories/brand/brand-intercom.svg deleted file mode 100644 index 772c8639c..000000000 --- a/packages/icons/categories/brand/brand-intercom.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-itch.svg b/packages/icons/categories/brand/brand-itch.svg deleted file mode 100644 index e7706004e..000000000 --- a/packages/icons/categories/brand/brand-itch.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-javascript.svg b/packages/icons/categories/brand/brand-javascript.svg deleted file mode 100644 index 0002e73c8..000000000 --- a/packages/icons/categories/brand/brand-javascript.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-juejin.svg b/packages/icons/categories/brand/brand-juejin.svg deleted file mode 100644 index 7973bc1cd..000000000 --- a/packages/icons/categories/brand/brand-juejin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-kako-talk.svg b/packages/icons/categories/brand/brand-kako-talk.svg deleted file mode 100644 index d07b17ee5..000000000 --- a/packages/icons/categories/brand/brand-kako-talk.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-kbin.svg b/packages/icons/categories/brand/brand-kbin.svg deleted file mode 100644 index ec45ae381..000000000 --- a/packages/icons/categories/brand/brand-kbin.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-kick.svg b/packages/icons/categories/brand/brand-kick.svg deleted file mode 100644 index 1178d08cb..000000000 --- a/packages/icons/categories/brand/brand-kick.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-kickstarter.svg b/packages/icons/categories/brand/brand-kickstarter.svg deleted file mode 100644 index 0e6f703da..000000000 --- a/packages/icons/categories/brand/brand-kickstarter.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-kotlin.svg b/packages/icons/categories/brand/brand-kotlin.svg deleted file mode 100644 index 8275cb5c2..000000000 --- a/packages/icons/categories/brand/brand-kotlin.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-laravel.svg b/packages/icons/categories/brand/brand-laravel.svg deleted file mode 100644 index 511ec3a41..000000000 --- a/packages/icons/categories/brand/brand-laravel.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-lastfm.svg b/packages/icons/categories/brand/brand-lastfm.svg deleted file mode 100644 index 20180c439..000000000 --- a/packages/icons/categories/brand/brand-lastfm.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-leetcode.svg b/packages/icons/categories/brand/brand-leetcode.svg deleted file mode 100644 index 77d47d792..000000000 --- a/packages/icons/categories/brand/brand-leetcode.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-letterboxd.svg b/packages/icons/categories/brand/brand-letterboxd.svg deleted file mode 100644 index 21ea70e1e..000000000 --- a/packages/icons/categories/brand/brand-letterboxd.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-line.svg b/packages/icons/categories/brand/brand-line.svg deleted file mode 100644 index 658b9b92f..000000000 --- a/packages/icons/categories/brand/brand-line.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-linkedin.svg b/packages/icons/categories/brand/brand-linkedin.svg deleted file mode 100644 index 54d15c19b..000000000 --- a/packages/icons/categories/brand/brand-linkedin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-linktree.svg b/packages/icons/categories/brand/brand-linktree.svg deleted file mode 100644 index 8a606ab20..000000000 --- a/packages/icons/categories/brand/brand-linktree.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-linqpad.svg b/packages/icons/categories/brand/brand-linqpad.svg deleted file mode 100644 index 1dfb68a20..000000000 --- a/packages/icons/categories/brand/brand-linqpad.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-livewire.svg b/packages/icons/categories/brand/brand-livewire.svg deleted file mode 100644 index 9e07f9839..000000000 --- a/packages/icons/categories/brand/brand-livewire.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-loom.svg b/packages/icons/categories/brand/brand-loom.svg deleted file mode 100644 index 5984c9acd..000000000 --- a/packages/icons/categories/brand/brand-loom.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-mailgun.svg b/packages/icons/categories/brand/brand-mailgun.svg deleted file mode 100644 index d525c894e..000000000 --- a/packages/icons/categories/brand/brand-mailgun.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-mantine.svg b/packages/icons/categories/brand/brand-mantine.svg deleted file mode 100644 index fc2c2a322..000000000 --- a/packages/icons/categories/brand/brand-mantine.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-mastercard.svg b/packages/icons/categories/brand/brand-mastercard.svg deleted file mode 100644 index 686169381..000000000 --- a/packages/icons/categories/brand/brand-mastercard.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-mastodon.svg b/packages/icons/categories/brand/brand-mastodon.svg deleted file mode 100644 index ffd5cdf21..000000000 --- a/packages/icons/categories/brand/brand-mastodon.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-matrix.svg b/packages/icons/categories/brand/brand-matrix.svg deleted file mode 100644 index 02f6e71b8..000000000 --- a/packages/icons/categories/brand/brand-matrix.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-mcdonalds.svg b/packages/icons/categories/brand/brand-mcdonalds.svg deleted file mode 100644 index 0bf053d14..000000000 --- a/packages/icons/categories/brand/brand-mcdonalds.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-medium.svg b/packages/icons/categories/brand/brand-medium.svg deleted file mode 100644 index 9a161d391..000000000 --- a/packages/icons/categories/brand/brand-medium.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-meetup.svg b/packages/icons/categories/brand/brand-meetup.svg deleted file mode 100644 index a43e6028c..000000000 --- a/packages/icons/categories/brand/brand-meetup.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-mercedes.svg b/packages/icons/categories/brand/brand-mercedes.svg deleted file mode 100644 index 78333517b..000000000 --- a/packages/icons/categories/brand/brand-mercedes.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-messenger.svg b/packages/icons/categories/brand/brand-messenger.svg deleted file mode 100644 index 748f5a2ba..000000000 --- a/packages/icons/categories/brand/brand-messenger.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-meta.svg b/packages/icons/categories/brand/brand-meta.svg deleted file mode 100644 index 0fadd6b3c..000000000 --- a/packages/icons/categories/brand/brand-meta.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-minecraft.svg b/packages/icons/categories/brand/brand-minecraft.svg deleted file mode 100644 index 54c63522d..000000000 --- a/packages/icons/categories/brand/brand-minecraft.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-miniprogram.svg b/packages/icons/categories/brand/brand-miniprogram.svg deleted file mode 100644 index 729d56881..000000000 --- a/packages/icons/categories/brand/brand-miniprogram.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-mixpanel.svg b/packages/icons/categories/brand/brand-mixpanel.svg deleted file mode 100644 index 4ab9b3a2f..000000000 --- a/packages/icons/categories/brand/brand-mixpanel.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-monday.svg b/packages/icons/categories/brand/brand-monday.svg deleted file mode 100644 index 928000b4a..000000000 --- a/packages/icons/categories/brand/brand-monday.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-mongodb.svg b/packages/icons/categories/brand/brand-mongodb.svg deleted file mode 100644 index d9b1814a7..000000000 --- a/packages/icons/categories/brand/brand-mongodb.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-my-oppo.svg b/packages/icons/categories/brand/brand-my-oppo.svg deleted file mode 100644 index bdde91b93..000000000 --- a/packages/icons/categories/brand/brand-my-oppo.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-mysql.svg b/packages/icons/categories/brand/brand-mysql.svg deleted file mode 100644 index 4bcbd83c1..000000000 --- a/packages/icons/categories/brand/brand-mysql.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-national-geographic.svg b/packages/icons/categories/brand/brand-national-geographic.svg deleted file mode 100644 index eaa8d7793..000000000 --- a/packages/icons/categories/brand/brand-national-geographic.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-nem.svg b/packages/icons/categories/brand/brand-nem.svg deleted file mode 100644 index 7aae3d3b1..000000000 --- a/packages/icons/categories/brand/brand-nem.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-netbeans.svg b/packages/icons/categories/brand/brand-netbeans.svg deleted file mode 100644 index e000c3ecb..000000000 --- a/packages/icons/categories/brand/brand-netbeans.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-netease-music.svg b/packages/icons/categories/brand/brand-netease-music.svg deleted file mode 100644 index 0567f62d3..000000000 --- a/packages/icons/categories/brand/brand-netease-music.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-netflix.svg b/packages/icons/categories/brand/brand-netflix.svg deleted file mode 100644 index 301988e74..000000000 --- a/packages/icons/categories/brand/brand-netflix.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-nexo.svg b/packages/icons/categories/brand/brand-nexo.svg deleted file mode 100644 index 3b545e899..000000000 --- a/packages/icons/categories/brand/brand-nexo.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-nextcloud.svg b/packages/icons/categories/brand/brand-nextcloud.svg deleted file mode 100644 index 6f389a35b..000000000 --- a/packages/icons/categories/brand/brand-nextcloud.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-nextjs.svg b/packages/icons/categories/brand/brand-nextjs.svg deleted file mode 100644 index 33b76c820..000000000 --- a/packages/icons/categories/brand/brand-nextjs.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-nodejs.svg b/packages/icons/categories/brand/brand-nodejs.svg deleted file mode 100644 index f8b6a1c95..000000000 --- a/packages/icons/categories/brand/brand-nodejs.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-nord-vpn.svg b/packages/icons/categories/brand/brand-nord-vpn.svg deleted file mode 100644 index fe90e0e89..000000000 --- a/packages/icons/categories/brand/brand-nord-vpn.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-notion.svg b/packages/icons/categories/brand/brand-notion.svg deleted file mode 100644 index bcd4f6e4f..000000000 --- a/packages/icons/categories/brand/brand-notion.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-npm.svg b/packages/icons/categories/brand/brand-npm.svg deleted file mode 100644 index 267e58d07..000000000 --- a/packages/icons/categories/brand/brand-npm.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-nuxt.svg b/packages/icons/categories/brand/brand-nuxt.svg deleted file mode 100644 index 45c442fc4..000000000 --- a/packages/icons/categories/brand/brand-nuxt.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-nytimes.svg b/packages/icons/categories/brand/brand-nytimes.svg deleted file mode 100644 index 845e58ccf..000000000 --- a/packages/icons/categories/brand/brand-nytimes.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-oauth.svg b/packages/icons/categories/brand/brand-oauth.svg deleted file mode 100644 index 53f0b5125..000000000 --- a/packages/icons/categories/brand/brand-oauth.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-office.svg b/packages/icons/categories/brand/brand-office.svg deleted file mode 100644 index d887cedda..000000000 --- a/packages/icons/categories/brand/brand-office.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-ok-ru.svg b/packages/icons/categories/brand/brand-ok-ru.svg deleted file mode 100644 index 759ce1618..000000000 --- a/packages/icons/categories/brand/brand-ok-ru.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-onedrive.svg b/packages/icons/categories/brand/brand-onedrive.svg deleted file mode 100644 index e5f099ddd..000000000 --- a/packages/icons/categories/brand/brand-onedrive.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-onlyfans.svg b/packages/icons/categories/brand/brand-onlyfans.svg deleted file mode 100644 index c1415f056..000000000 --- a/packages/icons/categories/brand/brand-onlyfans.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-open-source.svg b/packages/icons/categories/brand/brand-open-source.svg deleted file mode 100644 index 20b2d8e60..000000000 --- a/packages/icons/categories/brand/brand-open-source.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-openai.svg b/packages/icons/categories/brand/brand-openai.svg deleted file mode 100644 index decad61b4..000000000 --- a/packages/icons/categories/brand/brand-openai.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-openvpn.svg b/packages/icons/categories/brand/brand-openvpn.svg deleted file mode 100644 index bdd7f7cc5..000000000 --- a/packages/icons/categories/brand/brand-openvpn.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-opera.svg b/packages/icons/categories/brand/brand-opera.svg deleted file mode 100644 index 049384211..000000000 --- a/packages/icons/categories/brand/brand-opera.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-pagekit.svg b/packages/icons/categories/brand/brand-pagekit.svg deleted file mode 100644 index eedb55be6..000000000 --- a/packages/icons/categories/brand/brand-pagekit.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-parsinta.svg b/packages/icons/categories/brand/brand-parsinta.svg deleted file mode 100644 index c29b50d8c..000000000 --- a/packages/icons/categories/brand/brand-parsinta.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-patreon.svg b/packages/icons/categories/brand/brand-patreon.svg deleted file mode 100644 index 7147bdd54..000000000 --- a/packages/icons/categories/brand/brand-patreon.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-paypal.svg b/packages/icons/categories/brand/brand-paypal.svg deleted file mode 100644 index 846f62892..000000000 --- a/packages/icons/categories/brand/brand-paypal.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-paypay.svg b/packages/icons/categories/brand/brand-paypay.svg deleted file mode 100644 index fcb19b357..000000000 --- a/packages/icons/categories/brand/brand-paypay.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-peanut.svg b/packages/icons/categories/brand/brand-peanut.svg deleted file mode 100644 index 9c4c134b2..000000000 --- a/packages/icons/categories/brand/brand-peanut.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-pepsi.svg b/packages/icons/categories/brand/brand-pepsi.svg deleted file mode 100644 index 1066c51a9..000000000 --- a/packages/icons/categories/brand/brand-pepsi.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-php.svg b/packages/icons/categories/brand/brand-php.svg deleted file mode 100644 index b4ca3b5fe..000000000 --- a/packages/icons/categories/brand/brand-php.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-picsart.svg b/packages/icons/categories/brand/brand-picsart.svg deleted file mode 100644 index bc57c1fec..000000000 --- a/packages/icons/categories/brand/brand-picsart.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-pinterest.svg b/packages/icons/categories/brand/brand-pinterest.svg deleted file mode 100644 index afdd9face..000000000 --- a/packages/icons/categories/brand/brand-pinterest.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-planetscale.svg b/packages/icons/categories/brand/brand-planetscale.svg deleted file mode 100644 index 508295480..000000000 --- a/packages/icons/categories/brand/brand-planetscale.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-pnpm.svg b/packages/icons/categories/brand/brand-pnpm.svg deleted file mode 100644 index d45c25196..000000000 --- a/packages/icons/categories/brand/brand-pnpm.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-pocket.svg b/packages/icons/categories/brand/brand-pocket.svg deleted file mode 100644 index 4f0a20272..000000000 --- a/packages/icons/categories/brand/brand-pocket.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-polymer.svg b/packages/icons/categories/brand/brand-polymer.svg deleted file mode 100644 index f64be842c..000000000 --- a/packages/icons/categories/brand/brand-polymer.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-powershell.svg b/packages/icons/categories/brand/brand-powershell.svg deleted file mode 100644 index cc2a3e87e..000000000 --- a/packages/icons/categories/brand/brand-powershell.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-printables.svg b/packages/icons/categories/brand/brand-printables.svg deleted file mode 100644 index 7ab089e92..000000000 --- a/packages/icons/categories/brand/brand-printables.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-prisma.svg b/packages/icons/categories/brand/brand-prisma.svg deleted file mode 100644 index 03f9a7093..000000000 --- a/packages/icons/categories/brand/brand-prisma.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-producthunt.svg b/packages/icons/categories/brand/brand-producthunt.svg deleted file mode 100644 index aa55f410e..000000000 --- a/packages/icons/categories/brand/brand-producthunt.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-pushbullet.svg b/packages/icons/categories/brand/brand-pushbullet.svg deleted file mode 100644 index d0909c143..000000000 --- a/packages/icons/categories/brand/brand-pushbullet.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-pushover.svg b/packages/icons/categories/brand/brand-pushover.svg deleted file mode 100644 index 45b8dc744..000000000 --- a/packages/icons/categories/brand/brand-pushover.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-python.svg b/packages/icons/categories/brand/brand-python.svg deleted file mode 100644 index eb7b9657f..000000000 --- a/packages/icons/categories/brand/brand-python.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-qq.svg b/packages/icons/categories/brand/brand-qq.svg deleted file mode 100644 index 84f5640fe..000000000 --- a/packages/icons/categories/brand/brand-qq.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-radix-ui.svg b/packages/icons/categories/brand/brand-radix-ui.svg deleted file mode 100644 index 60b287b3f..000000000 --- a/packages/icons/categories/brand/brand-radix-ui.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-react-native.svg b/packages/icons/categories/brand/brand-react-native.svg deleted file mode 100644 index a82a37077..000000000 --- a/packages/icons/categories/brand/brand-react-native.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-react.svg b/packages/icons/categories/brand/brand-react.svg deleted file mode 100644 index 1d9cbf71b..000000000 --- a/packages/icons/categories/brand/brand-react.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-reason.svg b/packages/icons/categories/brand/brand-reason.svg deleted file mode 100644 index 930097834..000000000 --- a/packages/icons/categories/brand/brand-reason.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-reddit.svg b/packages/icons/categories/brand/brand-reddit.svg deleted file mode 100644 index 19c2dd31f..000000000 --- a/packages/icons/categories/brand/brand-reddit.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-redhat.svg b/packages/icons/categories/brand/brand-redhat.svg deleted file mode 100644 index 7315d5184..000000000 --- a/packages/icons/categories/brand/brand-redhat.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-redux.svg b/packages/icons/categories/brand/brand-redux.svg deleted file mode 100644 index 40c8c1a3c..000000000 --- a/packages/icons/categories/brand/brand-redux.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-revolut.svg b/packages/icons/categories/brand/brand-revolut.svg deleted file mode 100644 index 36be6fb9a..000000000 --- a/packages/icons/categories/brand/brand-revolut.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-rumble.svg b/packages/icons/categories/brand/brand-rumble.svg deleted file mode 100644 index a2e2fdb6d..000000000 --- a/packages/icons/categories/brand/brand-rumble.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-rust.svg b/packages/icons/categories/brand/brand-rust.svg deleted file mode 100644 index 19ffb9843..000000000 --- a/packages/icons/categories/brand/brand-rust.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-safari.svg b/packages/icons/categories/brand/brand-safari.svg deleted file mode 100644 index 45b0d6c62..000000000 --- a/packages/icons/categories/brand/brand-safari.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-samsungpass.svg b/packages/icons/categories/brand/brand-samsungpass.svg deleted file mode 100644 index 29cd28939..000000000 --- a/packages/icons/categories/brand/brand-samsungpass.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-sass.svg b/packages/icons/categories/brand/brand-sass.svg deleted file mode 100644 index 58ffcc781..000000000 --- a/packages/icons/categories/brand/brand-sass.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-sentry.svg b/packages/icons/categories/brand/brand-sentry.svg deleted file mode 100644 index 9b6913117..000000000 --- a/packages/icons/categories/brand/brand-sentry.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-sharik.svg b/packages/icons/categories/brand/brand-sharik.svg deleted file mode 100644 index 4b6ef23f8..000000000 --- a/packages/icons/categories/brand/brand-sharik.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-shazam.svg b/packages/icons/categories/brand/brand-shazam.svg deleted file mode 100644 index 0dc22ef27..000000000 --- a/packages/icons/categories/brand/brand-shazam.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-shopee.svg b/packages/icons/categories/brand/brand-shopee.svg deleted file mode 100644 index 19283467e..000000000 --- a/packages/icons/categories/brand/brand-shopee.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-sketch.svg b/packages/icons/categories/brand/brand-sketch.svg deleted file mode 100644 index 06a8a1273..000000000 --- a/packages/icons/categories/brand/brand-sketch.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-skype.svg b/packages/icons/categories/brand/brand-skype.svg deleted file mode 100644 index b58c2d0d1..000000000 --- a/packages/icons/categories/brand/brand-skype.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-slack.svg b/packages/icons/categories/brand/brand-slack.svg deleted file mode 100644 index ab314c85d..000000000 --- a/packages/icons/categories/brand/brand-slack.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-snapchat.svg b/packages/icons/categories/brand/brand-snapchat.svg deleted file mode 100644 index 268c27ae3..000000000 --- a/packages/icons/categories/brand/brand-snapchat.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-snapseed.svg b/packages/icons/categories/brand/brand-snapseed.svg deleted file mode 100644 index 89070ec23..000000000 --- a/packages/icons/categories/brand/brand-snapseed.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-snowflake.svg b/packages/icons/categories/brand/brand-snowflake.svg deleted file mode 100644 index f8f6cec8b..000000000 --- a/packages/icons/categories/brand/brand-snowflake.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-socket-io.svg b/packages/icons/categories/brand/brand-socket-io.svg deleted file mode 100644 index 0a778bb12..000000000 --- a/packages/icons/categories/brand/brand-socket-io.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-solidjs.svg b/packages/icons/categories/brand/brand-solidjs.svg deleted file mode 100644 index 881f97013..000000000 --- a/packages/icons/categories/brand/brand-solidjs.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-soundcloud.svg b/packages/icons/categories/brand/brand-soundcloud.svg deleted file mode 100644 index 4e62d4e7d..000000000 --- a/packages/icons/categories/brand/brand-soundcloud.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-spacehey.svg b/packages/icons/categories/brand/brand-spacehey.svg deleted file mode 100644 index fd023b34f..000000000 --- a/packages/icons/categories/brand/brand-spacehey.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-speedtest.svg b/packages/icons/categories/brand/brand-speedtest.svg deleted file mode 100644 index 080286438..000000000 --- a/packages/icons/categories/brand/brand-speedtest.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-spotify.svg b/packages/icons/categories/brand/brand-spotify.svg deleted file mode 100644 index 52508e259..000000000 --- a/packages/icons/categories/brand/brand-spotify.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-stackoverflow.svg b/packages/icons/categories/brand/brand-stackoverflow.svg deleted file mode 100644 index cbad39f4d..000000000 --- a/packages/icons/categories/brand/brand-stackoverflow.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-stackshare.svg b/packages/icons/categories/brand/brand-stackshare.svg deleted file mode 100644 index 2cc30d9b6..000000000 --- a/packages/icons/categories/brand/brand-stackshare.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-steam.svg b/packages/icons/categories/brand/brand-steam.svg deleted file mode 100644 index 655d62c99..000000000 --- a/packages/icons/categories/brand/brand-steam.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-stocktwits.svg b/packages/icons/categories/brand/brand-stocktwits.svg deleted file mode 100644 index 2d8ce03a4..000000000 --- a/packages/icons/categories/brand/brand-stocktwits.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-storj.svg b/packages/icons/categories/brand/brand-storj.svg deleted file mode 100644 index 854a37bfa..000000000 --- a/packages/icons/categories/brand/brand-storj.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-storybook.svg b/packages/icons/categories/brand/brand-storybook.svg deleted file mode 100644 index acf7f7fba..000000000 --- a/packages/icons/categories/brand/brand-storybook.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-storytel.svg b/packages/icons/categories/brand/brand-storytel.svg deleted file mode 100644 index a4528375f..000000000 --- a/packages/icons/categories/brand/brand-storytel.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-strava.svg b/packages/icons/categories/brand/brand-strava.svg deleted file mode 100644 index 70d505610..000000000 --- a/packages/icons/categories/brand/brand-strava.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-stripe.svg b/packages/icons/categories/brand/brand-stripe.svg deleted file mode 100644 index 19eb9ce75..000000000 --- a/packages/icons/categories/brand/brand-stripe.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-sublime-text.svg b/packages/icons/categories/brand/brand-sublime-text.svg deleted file mode 100644 index 414db3589..000000000 --- a/packages/icons/categories/brand/brand-sublime-text.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-sugarizer.svg b/packages/icons/categories/brand/brand-sugarizer.svg deleted file mode 100644 index 8c1ab3c41..000000000 --- a/packages/icons/categories/brand/brand-sugarizer.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-supabase.svg b/packages/icons/categories/brand/brand-supabase.svg deleted file mode 100644 index 5d16b8ad6..000000000 --- a/packages/icons/categories/brand/brand-supabase.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-superhuman.svg b/packages/icons/categories/brand/brand-superhuman.svg deleted file mode 100644 index 98cabeb53..000000000 --- a/packages/icons/categories/brand/brand-superhuman.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-supernova.svg b/packages/icons/categories/brand/brand-supernova.svg deleted file mode 100644 index 8162ba7cf..000000000 --- a/packages/icons/categories/brand/brand-supernova.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-surfshark.svg b/packages/icons/categories/brand/brand-surfshark.svg deleted file mode 100644 index a42b3eb3b..000000000 --- a/packages/icons/categories/brand/brand-surfshark.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-svelte.svg b/packages/icons/categories/brand/brand-svelte.svg deleted file mode 100644 index f2312d4b3..000000000 --- a/packages/icons/categories/brand/brand-svelte.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-swift.svg b/packages/icons/categories/brand/brand-swift.svg deleted file mode 100644 index 6ff022a55..000000000 --- a/packages/icons/categories/brand/brand-swift.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-symfony.svg b/packages/icons/categories/brand/brand-symfony.svg deleted file mode 100644 index f7f502619..000000000 --- a/packages/icons/categories/brand/brand-symfony.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-tabler.svg b/packages/icons/categories/brand/brand-tabler.svg deleted file mode 100644 index 894d525a5..000000000 --- a/packages/icons/categories/brand/brand-tabler.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-tailwind.svg b/packages/icons/categories/brand/brand-tailwind.svg deleted file mode 100644 index 1613c1516..000000000 --- a/packages/icons/categories/brand/brand-tailwind.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-taobao.svg b/packages/icons/categories/brand/brand-taobao.svg deleted file mode 100644 index eb6f51471..000000000 --- a/packages/icons/categories/brand/brand-taobao.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-teams.svg b/packages/icons/categories/brand/brand-teams.svg deleted file mode 100644 index f8d102518..000000000 --- a/packages/icons/categories/brand/brand-teams.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-ted.svg b/packages/icons/categories/brand/brand-ted.svg deleted file mode 100644 index d619da15b..000000000 --- a/packages/icons/categories/brand/brand-ted.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-telegram.svg b/packages/icons/categories/brand/brand-telegram.svg deleted file mode 100644 index 632ace568..000000000 --- a/packages/icons/categories/brand/brand-telegram.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-terraform.svg b/packages/icons/categories/brand/brand-terraform.svg deleted file mode 100644 index 7d03ef437..000000000 --- a/packages/icons/categories/brand/brand-terraform.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-tether.svg b/packages/icons/categories/brand/brand-tether.svg deleted file mode 100644 index 63ed2a052..000000000 --- a/packages/icons/categories/brand/brand-tether.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-thingiverse.svg b/packages/icons/categories/brand/brand-thingiverse.svg deleted file mode 100644 index bb4b85d9f..000000000 --- a/packages/icons/categories/brand/brand-thingiverse.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-threads.svg b/packages/icons/categories/brand/brand-threads.svg deleted file mode 100644 index ea54584bc..000000000 --- a/packages/icons/categories/brand/brand-threads.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-threejs.svg b/packages/icons/categories/brand/brand-threejs.svg deleted file mode 100644 index b0d916666..000000000 --- a/packages/icons/categories/brand/brand-threejs.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-tidal.svg b/packages/icons/categories/brand/brand-tidal.svg deleted file mode 100644 index 9550c0052..000000000 --- a/packages/icons/categories/brand/brand-tidal.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-tiktok.svg b/packages/icons/categories/brand/brand-tiktok.svg deleted file mode 100644 index 68214b2d6..000000000 --- a/packages/icons/categories/brand/brand-tiktok.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-tinder.svg b/packages/icons/categories/brand/brand-tinder.svg deleted file mode 100644 index df04d7a2f..000000000 --- a/packages/icons/categories/brand/brand-tinder.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-topbuzz.svg b/packages/icons/categories/brand/brand-topbuzz.svg deleted file mode 100644 index 576a7c213..000000000 --- a/packages/icons/categories/brand/brand-topbuzz.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-torchain.svg b/packages/icons/categories/brand/brand-torchain.svg deleted file mode 100644 index 83f60c271..000000000 --- a/packages/icons/categories/brand/brand-torchain.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-toyota.svg b/packages/icons/categories/brand/brand-toyota.svg deleted file mode 100644 index 7af3ac267..000000000 --- a/packages/icons/categories/brand/brand-toyota.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-trello.svg b/packages/icons/categories/brand/brand-trello.svg deleted file mode 100644 index f561057c7..000000000 --- a/packages/icons/categories/brand/brand-trello.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-tripadvisor.svg b/packages/icons/categories/brand/brand-tripadvisor.svg deleted file mode 100644 index b1647c74c..000000000 --- a/packages/icons/categories/brand/brand-tripadvisor.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-tumblr.svg b/packages/icons/categories/brand/brand-tumblr.svg deleted file mode 100644 index 8fa1d50cd..000000000 --- a/packages/icons/categories/brand/brand-tumblr.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-twilio.svg b/packages/icons/categories/brand/brand-twilio.svg deleted file mode 100644 index 3fa5d9daf..000000000 --- a/packages/icons/categories/brand/brand-twilio.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-twitch.svg b/packages/icons/categories/brand/brand-twitch.svg deleted file mode 100644 index d71484964..000000000 --- a/packages/icons/categories/brand/brand-twitch.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-twitter.svg b/packages/icons/categories/brand/brand-twitter.svg deleted file mode 100644 index aa78003a1..000000000 --- a/packages/icons/categories/brand/brand-twitter.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-typescript.svg b/packages/icons/categories/brand/brand-typescript.svg deleted file mode 100644 index ff275166c..000000000 --- a/packages/icons/categories/brand/brand-typescript.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-uber.svg b/packages/icons/categories/brand/brand-uber.svg deleted file mode 100644 index 0eb0f7519..000000000 --- a/packages/icons/categories/brand/brand-uber.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-ubuntu.svg b/packages/icons/categories/brand/brand-ubuntu.svg deleted file mode 100644 index 1864bce0c..000000000 --- a/packages/icons/categories/brand/brand-ubuntu.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-unity.svg b/packages/icons/categories/brand/brand-unity.svg deleted file mode 100644 index d82178dd6..000000000 --- a/packages/icons/categories/brand/brand-unity.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-unsplash.svg b/packages/icons/categories/brand/brand-unsplash.svg deleted file mode 100644 index 4c4364b83..000000000 --- a/packages/icons/categories/brand/brand-unsplash.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-upwork.svg b/packages/icons/categories/brand/brand-upwork.svg deleted file mode 100644 index 493862e7e..000000000 --- a/packages/icons/categories/brand/brand-upwork.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-valorant.svg b/packages/icons/categories/brand/brand-valorant.svg deleted file mode 100644 index 7f019044b..000000000 --- a/packages/icons/categories/brand/brand-valorant.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-vercel.svg b/packages/icons/categories/brand/brand-vercel.svg deleted file mode 100644 index 60a7cbd3f..000000000 --- a/packages/icons/categories/brand/brand-vercel.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-vimeo.svg b/packages/icons/categories/brand/brand-vimeo.svg deleted file mode 100644 index 414844212..000000000 --- a/packages/icons/categories/brand/brand-vimeo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-vinted.svg b/packages/icons/categories/brand/brand-vinted.svg deleted file mode 100644 index 4698dc8a5..000000000 --- a/packages/icons/categories/brand/brand-vinted.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-visa.svg b/packages/icons/categories/brand/brand-visa.svg deleted file mode 100644 index f8c5b1530..000000000 --- a/packages/icons/categories/brand/brand-visa.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-visual-studio.svg b/packages/icons/categories/brand/brand-visual-studio.svg deleted file mode 100644 index 3f2449e9a..000000000 --- a/packages/icons/categories/brand/brand-visual-studio.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-vite.svg b/packages/icons/categories/brand/brand-vite.svg deleted file mode 100644 index 64cab3996..000000000 --- a/packages/icons/categories/brand/brand-vite.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-vivaldi.svg b/packages/icons/categories/brand/brand-vivaldi.svg deleted file mode 100644 index 8d9562096..000000000 --- a/packages/icons/categories/brand/brand-vivaldi.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-vk.svg b/packages/icons/categories/brand/brand-vk.svg deleted file mode 100644 index 5f607b583..000000000 --- a/packages/icons/categories/brand/brand-vk.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-vlc.svg b/packages/icons/categories/brand/brand-vlc.svg deleted file mode 100644 index 0277ff0c4..000000000 --- a/packages/icons/categories/brand/brand-vlc.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-volkswagen.svg b/packages/icons/categories/brand/brand-volkswagen.svg deleted file mode 100644 index ff6813e9c..000000000 --- a/packages/icons/categories/brand/brand-volkswagen.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-vsco.svg b/packages/icons/categories/brand/brand-vsco.svg deleted file mode 100644 index e681c0127..000000000 --- a/packages/icons/categories/brand/brand-vsco.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-vscode.svg b/packages/icons/categories/brand/brand-vscode.svg deleted file mode 100644 index bed31ec40..000000000 --- a/packages/icons/categories/brand/brand-vscode.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-vue.svg b/packages/icons/categories/brand/brand-vue.svg deleted file mode 100644 index d9cbb8cda..000000000 --- a/packages/icons/categories/brand/brand-vue.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-walmart.svg b/packages/icons/categories/brand/brand-walmart.svg deleted file mode 100644 index f810880e9..000000000 --- a/packages/icons/categories/brand/brand-walmart.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-waze.svg b/packages/icons/categories/brand/brand-waze.svg deleted file mode 100644 index 8391d3606..000000000 --- a/packages/icons/categories/brand/brand-waze.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-webflow.svg b/packages/icons/categories/brand/brand-webflow.svg deleted file mode 100644 index e1a56f7d2..000000000 --- a/packages/icons/categories/brand/brand-webflow.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-wechat.svg b/packages/icons/categories/brand/brand-wechat.svg deleted file mode 100644 index c0a33cb73..000000000 --- a/packages/icons/categories/brand/brand-wechat.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-weibo.svg b/packages/icons/categories/brand/brand-weibo.svg deleted file mode 100644 index ccb73ec80..000000000 --- a/packages/icons/categories/brand/brand-weibo.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-whatsapp.svg b/packages/icons/categories/brand/brand-whatsapp.svg deleted file mode 100644 index aefaf3163..000000000 --- a/packages/icons/categories/brand/brand-whatsapp.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-wikipedia.svg b/packages/icons/categories/brand/brand-wikipedia.svg deleted file mode 100644 index 6b1de4555..000000000 --- a/packages/icons/categories/brand/brand-wikipedia.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-windows.svg b/packages/icons/categories/brand/brand-windows.svg deleted file mode 100644 index c27e33e9b..000000000 --- a/packages/icons/categories/brand/brand-windows.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-windy.svg b/packages/icons/categories/brand/brand-windy.svg deleted file mode 100644 index 52827ab90..000000000 --- a/packages/icons/categories/brand/brand-windy.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-wish.svg b/packages/icons/categories/brand/brand-wish.svg deleted file mode 100644 index bbad2d767..000000000 --- a/packages/icons/categories/brand/brand-wish.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-wix.svg b/packages/icons/categories/brand/brand-wix.svg deleted file mode 100644 index 47904517b..000000000 --- a/packages/icons/categories/brand/brand-wix.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-wordpress.svg b/packages/icons/categories/brand/brand-wordpress.svg deleted file mode 100644 index b22164f83..000000000 --- a/packages/icons/categories/brand/brand-wordpress.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-x.svg b/packages/icons/categories/brand/brand-x.svg deleted file mode 100644 index 32f84666e..000000000 --- a/packages/icons/categories/brand/brand-x.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-xamarin.svg b/packages/icons/categories/brand/brand-xamarin.svg deleted file mode 100644 index 302e0bbd0..000000000 --- a/packages/icons/categories/brand/brand-xamarin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-xbox.svg b/packages/icons/categories/brand/brand-xbox.svg deleted file mode 100644 index e9c118b98..000000000 --- a/packages/icons/categories/brand/brand-xbox.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-xdeep.svg b/packages/icons/categories/brand/brand-xdeep.svg deleted file mode 100644 index 801aa0e3a..000000000 --- a/packages/icons/categories/brand/brand-xdeep.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-xing.svg b/packages/icons/categories/brand/brand-xing.svg deleted file mode 100644 index f48bdbace..000000000 --- a/packages/icons/categories/brand/brand-xing.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-yahoo.svg b/packages/icons/categories/brand/brand-yahoo.svg deleted file mode 100644 index 59dc15e17..000000000 --- a/packages/icons/categories/brand/brand-yahoo.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-yandex.svg b/packages/icons/categories/brand/brand-yandex.svg deleted file mode 100644 index aa8da5583..000000000 --- a/packages/icons/categories/brand/brand-yandex.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-yarn.svg b/packages/icons/categories/brand/brand-yarn.svg deleted file mode 100644 index 252611c78..000000000 --- a/packages/icons/categories/brand/brand-yarn.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-yatse.svg b/packages/icons/categories/brand/brand-yatse.svg deleted file mode 100644 index d78eaefd8..000000000 --- a/packages/icons/categories/brand/brand-yatse.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-ycombinator.svg b/packages/icons/categories/brand/brand-ycombinator.svg deleted file mode 100644 index 6ac9bb00a..000000000 --- a/packages/icons/categories/brand/brand-ycombinator.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/brand/brand-youtube-kids.svg b/packages/icons/categories/brand/brand-youtube-kids.svg deleted file mode 100644 index cb1fec337..000000000 --- a/packages/icons/categories/brand/brand-youtube-kids.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-youtube.svg b/packages/icons/categories/brand/brand-youtube.svg deleted file mode 100644 index 82de025ab..000000000 --- a/packages/icons/categories/brand/brand-youtube.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-zalando.svg b/packages/icons/categories/brand/brand-zalando.svg deleted file mode 100644 index 387f65864..000000000 --- a/packages/icons/categories/brand/brand-zalando.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-zapier.svg b/packages/icons/categories/brand/brand-zapier.svg deleted file mode 100644 index 02823598b..000000000 --- a/packages/icons/categories/brand/brand-zapier.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-zeit.svg b/packages/icons/categories/brand/brand-zeit.svg deleted file mode 100644 index 9e5f59bb1..000000000 --- a/packages/icons/categories/brand/brand-zeit.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/brand/brand-zhihu.svg b/packages/icons/categories/brand/brand-zhihu.svg deleted file mode 100644 index d9343576b..000000000 --- a/packages/icons/categories/brand/brand-zhihu.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/brand/brand-zoom.svg b/packages/icons/categories/brand/brand-zoom.svg deleted file mode 100644 index 11bd1f225..000000000 --- a/packages/icons/categories/brand/brand-zoom.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-zulip.svg b/packages/icons/categories/brand/brand-zulip.svg deleted file mode 100644 index 3c4c557f7..000000000 --- a/packages/icons/categories/brand/brand-zulip.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/brand/brand-zwift.svg b/packages/icons/categories/brand/brand-zwift.svg deleted file mode 100644 index b03128c5a..000000000 --- a/packages/icons/categories/brand/brand-zwift.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/buildings/building-arch.svg b/packages/icons/categories/buildings/building-arch.svg deleted file mode 100644 index 9d2368ad0..000000000 --- a/packages/icons/categories/buildings/building-arch.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/buildings/building-bank.svg b/packages/icons/categories/buildings/building-bank.svg deleted file mode 100644 index 0ca4e6f16..000000000 --- a/packages/icons/categories/buildings/building-bank.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/buildings/building-bridge-2.svg b/packages/icons/categories/buildings/building-bridge-2.svg deleted file mode 100644 index 9d612fcdc..000000000 --- a/packages/icons/categories/buildings/building-bridge-2.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/buildings/building-bridge.svg b/packages/icons/categories/buildings/building-bridge.svg deleted file mode 100644 index 39959e165..000000000 --- a/packages/icons/categories/buildings/building-bridge.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/buildings/building-broadcast-tower.svg b/packages/icons/categories/buildings/building-broadcast-tower.svg deleted file mode 100644 index 80794b4bf..000000000 --- a/packages/icons/categories/buildings/building-broadcast-tower.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/buildings/building-carousel.svg b/packages/icons/categories/buildings/building-carousel.svg deleted file mode 100644 index aa047f1eb..000000000 --- a/packages/icons/categories/buildings/building-carousel.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/buildings/building-castle.svg b/packages/icons/categories/buildings/building-castle.svg deleted file mode 100644 index d9dc70098..000000000 --- a/packages/icons/categories/buildings/building-castle.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/buildings/building-church.svg b/packages/icons/categories/buildings/building-church.svg deleted file mode 100644 index 69dffcd8e..000000000 --- a/packages/icons/categories/buildings/building-church.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/buildings/building-circus.svg b/packages/icons/categories/buildings/building-circus.svg deleted file mode 100644 index 893068102..000000000 --- a/packages/icons/categories/buildings/building-circus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/buildings/building-community.svg b/packages/icons/categories/buildings/building-community.svg deleted file mode 100644 index 6c2b1ae8b..000000000 --- a/packages/icons/categories/buildings/building-community.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/buildings/building-cottage.svg b/packages/icons/categories/buildings/building-cottage.svg deleted file mode 100644 index 6a01b35fb..000000000 --- a/packages/icons/categories/buildings/building-cottage.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/buildings/building-estate.svg b/packages/icons/categories/buildings/building-estate.svg deleted file mode 100644 index f69920401..000000000 --- a/packages/icons/categories/buildings/building-estate.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/buildings/building-factory-2.svg b/packages/icons/categories/buildings/building-factory-2.svg deleted file mode 100644 index 0e2b8edcb..000000000 --- a/packages/icons/categories/buildings/building-factory-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/buildings/building-factory.svg b/packages/icons/categories/buildings/building-factory.svg deleted file mode 100644 index 77b59a64d..000000000 --- a/packages/icons/categories/buildings/building-factory.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/buildings/building-fortress.svg b/packages/icons/categories/buildings/building-fortress.svg deleted file mode 100644 index b2676d52c..000000000 --- a/packages/icons/categories/buildings/building-fortress.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/buildings/building-hospital.svg b/packages/icons/categories/buildings/building-hospital.svg deleted file mode 100644 index 75376c1b8..000000000 --- a/packages/icons/categories/buildings/building-hospital.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/buildings/building-lighthouse.svg b/packages/icons/categories/buildings/building-lighthouse.svg deleted file mode 100644 index c3ee799b2..000000000 --- a/packages/icons/categories/buildings/building-lighthouse.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/buildings/building-monument.svg b/packages/icons/categories/buildings/building-monument.svg deleted file mode 100644 index dd34cc3d5..000000000 --- a/packages/icons/categories/buildings/building-monument.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/buildings/building-mosque.svg b/packages/icons/categories/buildings/building-mosque.svg deleted file mode 100644 index 62851c20e..000000000 --- a/packages/icons/categories/buildings/building-mosque.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/buildings/building-pavilion.svg b/packages/icons/categories/buildings/building-pavilion.svg deleted file mode 100644 index 5104de9b7..000000000 --- a/packages/icons/categories/buildings/building-pavilion.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/buildings/building-skyscraper.svg b/packages/icons/categories/buildings/building-skyscraper.svg deleted file mode 100644 index d98a44173..000000000 --- a/packages/icons/categories/buildings/building-skyscraper.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/buildings/building-stadium.svg b/packages/icons/categories/buildings/building-stadium.svg deleted file mode 100644 index 2c1173c13..000000000 --- a/packages/icons/categories/buildings/building-stadium.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/buildings/building-store.svg b/packages/icons/categories/buildings/building-store.svg deleted file mode 100644 index 63e8f4576..000000000 --- a/packages/icons/categories/buildings/building-store.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/buildings/building-tunnel.svg b/packages/icons/categories/buildings/building-tunnel.svg deleted file mode 100644 index 8f653f40d..000000000 --- a/packages/icons/categories/buildings/building-tunnel.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/buildings/building-warehouse.svg b/packages/icons/categories/buildings/building-warehouse.svg deleted file mode 100644 index bbab84e95..000000000 --- a/packages/icons/categories/buildings/building-warehouse.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/buildings/building-wind-turbine.svg b/packages/icons/categories/buildings/building-wind-turbine.svg deleted file mode 100644 index abd2b8f4e..000000000 --- a/packages/icons/categories/buildings/building-wind-turbine.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/buildings/building.svg b/packages/icons/categories/buildings/building.svg deleted file mode 100644 index b89ac3b5a..000000000 --- a/packages/icons/categories/buildings/building.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/buildings/fence-off.svg b/packages/icons/categories/buildings/fence-off.svg deleted file mode 100644 index c376f7532..000000000 --- a/packages/icons/categories/buildings/fence-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/buildings/fence.svg b/packages/icons/categories/buildings/fence.svg deleted file mode 100644 index 07d5af2b9..000000000 --- a/packages/icons/categories/buildings/fence.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/buildings/home-2.svg b/packages/icons/categories/buildings/home-2.svg deleted file mode 100644 index f1c5f5d15..000000000 --- a/packages/icons/categories/buildings/home-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/buildings/home-bolt.svg b/packages/icons/categories/buildings/home-bolt.svg deleted file mode 100644 index 6c12d75cb..000000000 --- a/packages/icons/categories/buildings/home-bolt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/buildings/home-cancel.svg b/packages/icons/categories/buildings/home-cancel.svg deleted file mode 100644 index 8ad9fc21a..000000000 --- a/packages/icons/categories/buildings/home-cancel.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/buildings/home-check.svg b/packages/icons/categories/buildings/home-check.svg deleted file mode 100644 index e09d20da7..000000000 --- a/packages/icons/categories/buildings/home-check.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/buildings/home-cog.svg b/packages/icons/categories/buildings/home-cog.svg deleted file mode 100644 index 30598cbf9..000000000 --- a/packages/icons/categories/buildings/home-cog.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/buildings/home-dollar.svg b/packages/icons/categories/buildings/home-dollar.svg deleted file mode 100644 index b630e3be0..000000000 --- a/packages/icons/categories/buildings/home-dollar.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/buildings/home-dot.svg b/packages/icons/categories/buildings/home-dot.svg deleted file mode 100644 index b26b0c73f..000000000 --- a/packages/icons/categories/buildings/home-dot.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/buildings/home-down.svg b/packages/icons/categories/buildings/home-down.svg deleted file mode 100644 index 54dd9c6b6..000000000 --- a/packages/icons/categories/buildings/home-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/buildings/home-eco.svg b/packages/icons/categories/buildings/home-eco.svg deleted file mode 100644 index 3b32a36db..000000000 --- a/packages/icons/categories/buildings/home-eco.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/buildings/home-edit.svg b/packages/icons/categories/buildings/home-edit.svg deleted file mode 100644 index 563591eea..000000000 --- a/packages/icons/categories/buildings/home-edit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/buildings/home-exclamation.svg b/packages/icons/categories/buildings/home-exclamation.svg deleted file mode 100644 index bc7e9a5fa..000000000 --- a/packages/icons/categories/buildings/home-exclamation.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/buildings/home-hand.svg b/packages/icons/categories/buildings/home-hand.svg deleted file mode 100644 index d414bda4f..000000000 --- a/packages/icons/categories/buildings/home-hand.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/buildings/home-heart.svg b/packages/icons/categories/buildings/home-heart.svg deleted file mode 100644 index 19fa8a168..000000000 --- a/packages/icons/categories/buildings/home-heart.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/buildings/home-infinity.svg b/packages/icons/categories/buildings/home-infinity.svg deleted file mode 100644 index 7d0ac349d..000000000 --- a/packages/icons/categories/buildings/home-infinity.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/buildings/home-link.svg b/packages/icons/categories/buildings/home-link.svg deleted file mode 100644 index 45046aab1..000000000 --- a/packages/icons/categories/buildings/home-link.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/buildings/home-minus.svg b/packages/icons/categories/buildings/home-minus.svg deleted file mode 100644 index 4377a8693..000000000 --- a/packages/icons/categories/buildings/home-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/buildings/home-move.svg b/packages/icons/categories/buildings/home-move.svg deleted file mode 100644 index 3f3daf7a8..000000000 --- a/packages/icons/categories/buildings/home-move.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/buildings/home-off.svg b/packages/icons/categories/buildings/home-off.svg deleted file mode 100644 index 0e57230b2..000000000 --- a/packages/icons/categories/buildings/home-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/buildings/home-plus.svg b/packages/icons/categories/buildings/home-plus.svg deleted file mode 100644 index b870c280b..000000000 --- a/packages/icons/categories/buildings/home-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/buildings/home-question.svg b/packages/icons/categories/buildings/home-question.svg deleted file mode 100644 index 1aa02d5f3..000000000 --- a/packages/icons/categories/buildings/home-question.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/buildings/home-ribbon.svg b/packages/icons/categories/buildings/home-ribbon.svg deleted file mode 100644 index cd64fe067..000000000 --- a/packages/icons/categories/buildings/home-ribbon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/buildings/home-search.svg b/packages/icons/categories/buildings/home-search.svg deleted file mode 100644 index 5790f1d44..000000000 --- a/packages/icons/categories/buildings/home-search.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/buildings/home-share.svg b/packages/icons/categories/buildings/home-share.svg deleted file mode 100644 index a21f0d4be..000000000 --- a/packages/icons/categories/buildings/home-share.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/buildings/home-shield.svg b/packages/icons/categories/buildings/home-shield.svg deleted file mode 100644 index 02d237023..000000000 --- a/packages/icons/categories/buildings/home-shield.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/buildings/home-signal.svg b/packages/icons/categories/buildings/home-signal.svg deleted file mode 100644 index a43947ce7..000000000 --- a/packages/icons/categories/buildings/home-signal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/buildings/home-star.svg b/packages/icons/categories/buildings/home-star.svg deleted file mode 100644 index 48024e7cb..000000000 --- a/packages/icons/categories/buildings/home-star.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/buildings/home-stats.svg b/packages/icons/categories/buildings/home-stats.svg deleted file mode 100644 index 3105c685c..000000000 --- a/packages/icons/categories/buildings/home-stats.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/buildings/home-up.svg b/packages/icons/categories/buildings/home-up.svg deleted file mode 100644 index 07db59c80..000000000 --- a/packages/icons/categories/buildings/home-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/buildings/home-x.svg b/packages/icons/categories/buildings/home-x.svg deleted file mode 100644 index 08299c58d..000000000 --- a/packages/icons/categories/buildings/home-x.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/buildings/home.svg b/packages/icons/categories/buildings/home.svg deleted file mode 100644 index dd2533f5d..000000000 --- a/packages/icons/categories/buildings/home.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/buildings/smart-home-off.svg b/packages/icons/categories/buildings/smart-home-off.svg deleted file mode 100644 index 169c2e04d..000000000 --- a/packages/icons/categories/buildings/smart-home-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/buildings/smart-home.svg b/packages/icons/categories/buildings/smart-home.svg deleted file mode 100644 index 1b8665e5b..000000000 --- a/packages/icons/categories/buildings/smart-home.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/buildings/tower-off.svg b/packages/icons/categories/buildings/tower-off.svg deleted file mode 100644 index 87051f9e3..000000000 --- a/packages/icons/categories/buildings/tower-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/buildings/tower.svg b/packages/icons/categories/buildings/tower.svg deleted file mode 100644 index c1be30964..000000000 --- a/packages/icons/categories/buildings/tower.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/charts/chart-arcs-3.svg b/packages/icons/categories/charts/chart-arcs-3.svg deleted file mode 100644 index d06ea1a17..000000000 --- a/packages/icons/categories/charts/chart-arcs-3.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/charts/chart-arcs.svg b/packages/icons/categories/charts/chart-arcs.svg deleted file mode 100644 index a3819da33..000000000 --- a/packages/icons/categories/charts/chart-arcs.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/charts/chart-area-line.svg b/packages/icons/categories/charts/chart-area-line.svg deleted file mode 100644 index 68be56a94..000000000 --- a/packages/icons/categories/charts/chart-area-line.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/charts/chart-area.svg b/packages/icons/categories/charts/chart-area.svg deleted file mode 100644 index 362c990b3..000000000 --- a/packages/icons/categories/charts/chart-area.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/charts/chart-arrows-vertical.svg b/packages/icons/categories/charts/chart-arrows-vertical.svg deleted file mode 100644 index a0c3a8ceb..000000000 --- a/packages/icons/categories/charts/chart-arrows-vertical.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/charts/chart-arrows.svg b/packages/icons/categories/charts/chart-arrows.svg deleted file mode 100644 index 8a44b19c1..000000000 --- a/packages/icons/categories/charts/chart-arrows.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/charts/chart-bar-off.svg b/packages/icons/categories/charts/chart-bar-off.svg deleted file mode 100644 index b177d94db..000000000 --- a/packages/icons/categories/charts/chart-bar-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/charts/chart-bar.svg b/packages/icons/categories/charts/chart-bar.svg deleted file mode 100644 index 89668b6fc..000000000 --- a/packages/icons/categories/charts/chart-bar.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/charts/chart-bubble.svg b/packages/icons/categories/charts/chart-bubble.svg deleted file mode 100644 index 09b503732..000000000 --- a/packages/icons/categories/charts/chart-bubble.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/charts/chart-candle.svg b/packages/icons/categories/charts/chart-candle.svg deleted file mode 100644 index 3459a750a..000000000 --- a/packages/icons/categories/charts/chart-candle.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/charts/chart-circles.svg b/packages/icons/categories/charts/chart-circles.svg deleted file mode 100644 index 7c113c8e9..000000000 --- a/packages/icons/categories/charts/chart-circles.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/charts/chart-donut-2.svg b/packages/icons/categories/charts/chart-donut-2.svg deleted file mode 100644 index 867b3c98a..000000000 --- a/packages/icons/categories/charts/chart-donut-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/charts/chart-donut-3.svg b/packages/icons/categories/charts/chart-donut-3.svg deleted file mode 100644 index 1c8c9a6b7..000000000 --- a/packages/icons/categories/charts/chart-donut-3.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/charts/chart-donut-4.svg b/packages/icons/categories/charts/chart-donut-4.svg deleted file mode 100644 index 4e03c75c3..000000000 --- a/packages/icons/categories/charts/chart-donut-4.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/charts/chart-donut.svg b/packages/icons/categories/charts/chart-donut.svg deleted file mode 100644 index 540e13d2c..000000000 --- a/packages/icons/categories/charts/chart-donut.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/charts/chart-dots-2.svg b/packages/icons/categories/charts/chart-dots-2.svg deleted file mode 100644 index bf0bc30de..000000000 --- a/packages/icons/categories/charts/chart-dots-2.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/charts/chart-dots-3.svg b/packages/icons/categories/charts/chart-dots-3.svg deleted file mode 100644 index cf9811284..000000000 --- a/packages/icons/categories/charts/chart-dots-3.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/charts/chart-dots.svg b/packages/icons/categories/charts/chart-dots.svg deleted file mode 100644 index 6630d22d0..000000000 --- a/packages/icons/categories/charts/chart-dots.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/charts/chart-grid-dots.svg b/packages/icons/categories/charts/chart-grid-dots.svg deleted file mode 100644 index f1aa4d639..000000000 --- a/packages/icons/categories/charts/chart-grid-dots.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/charts/chart-histogram.svg b/packages/icons/categories/charts/chart-histogram.svg deleted file mode 100644 index 744fb3394..000000000 --- a/packages/icons/categories/charts/chart-histogram.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/charts/chart-infographic.svg b/packages/icons/categories/charts/chart-infographic.svg deleted file mode 100644 index 9457ef35d..000000000 --- a/packages/icons/categories/charts/chart-infographic.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/charts/chart-line.svg b/packages/icons/categories/charts/chart-line.svg deleted file mode 100644 index cde6c34ba..000000000 --- a/packages/icons/categories/charts/chart-line.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/charts/chart-pie-2.svg b/packages/icons/categories/charts/chart-pie-2.svg deleted file mode 100644 index bbc702c9e..000000000 --- a/packages/icons/categories/charts/chart-pie-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/charts/chart-pie-3.svg b/packages/icons/categories/charts/chart-pie-3.svg deleted file mode 100644 index f7aa8ee6e..000000000 --- a/packages/icons/categories/charts/chart-pie-3.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/charts/chart-pie-4.svg b/packages/icons/categories/charts/chart-pie-4.svg deleted file mode 100644 index 47e286f85..000000000 --- a/packages/icons/categories/charts/chart-pie-4.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/charts/chart-pie-off.svg b/packages/icons/categories/charts/chart-pie-off.svg deleted file mode 100644 index cbbea75b6..000000000 --- a/packages/icons/categories/charts/chart-pie-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/charts/chart-pie.svg b/packages/icons/categories/charts/chart-pie.svg deleted file mode 100644 index 92bcd07d5..000000000 --- a/packages/icons/categories/charts/chart-pie.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/charts/chart-ppf.svg b/packages/icons/categories/charts/chart-ppf.svg deleted file mode 100644 index f452e6ab3..000000000 --- a/packages/icons/categories/charts/chart-ppf.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/charts/chart-radar.svg b/packages/icons/categories/charts/chart-radar.svg deleted file mode 100644 index 957d0f2aa..000000000 --- a/packages/icons/categories/charts/chart-radar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/charts/chart-sankey.svg b/packages/icons/categories/charts/chart-sankey.svg deleted file mode 100644 index 155f9f6e1..000000000 --- a/packages/icons/categories/charts/chart-sankey.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/charts/chart-treemap.svg b/packages/icons/categories/charts/chart-treemap.svg deleted file mode 100644 index 2fb15f499..000000000 --- a/packages/icons/categories/charts/chart-treemap.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/communication/mail-ai.svg b/packages/icons/categories/communication/mail-ai.svg deleted file mode 100644 index b4837c0f1..000000000 --- a/packages/icons/categories/communication/mail-ai.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/mail-bolt.svg b/packages/icons/categories/communication/mail-bolt.svg deleted file mode 100644 index d3a0b0d9e..000000000 --- a/packages/icons/categories/communication/mail-bolt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/mail-cancel.svg b/packages/icons/categories/communication/mail-cancel.svg deleted file mode 100644 index 10b2e42fc..000000000 --- a/packages/icons/categories/communication/mail-cancel.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/mail-check.svg b/packages/icons/categories/communication/mail-check.svg deleted file mode 100644 index 8fb26d2f7..000000000 --- a/packages/icons/categories/communication/mail-check.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/mail-code.svg b/packages/icons/categories/communication/mail-code.svg deleted file mode 100644 index b6d030df0..000000000 --- a/packages/icons/categories/communication/mail-code.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/mail-cog.svg b/packages/icons/categories/communication/mail-cog.svg deleted file mode 100644 index c3c1baa08..000000000 --- a/packages/icons/categories/communication/mail-cog.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/communication/mail-dollar.svg b/packages/icons/categories/communication/mail-dollar.svg deleted file mode 100644 index c20978535..000000000 --- a/packages/icons/categories/communication/mail-dollar.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/mail-down.svg b/packages/icons/categories/communication/mail-down.svg deleted file mode 100644 index 030cdb7ea..000000000 --- a/packages/icons/categories/communication/mail-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/mail-exclamation.svg b/packages/icons/categories/communication/mail-exclamation.svg deleted file mode 100644 index 832993b47..000000000 --- a/packages/icons/categories/communication/mail-exclamation.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/mail-fast.svg b/packages/icons/categories/communication/mail-fast.svg deleted file mode 100644 index a08646a89..000000000 --- a/packages/icons/categories/communication/mail-fast.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/mail-forward.svg b/packages/icons/categories/communication/mail-forward.svg deleted file mode 100644 index d0222340e..000000000 --- a/packages/icons/categories/communication/mail-forward.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/mail-heart.svg b/packages/icons/categories/communication/mail-heart.svg deleted file mode 100644 index 965a2b609..000000000 --- a/packages/icons/categories/communication/mail-heart.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/mail-minus.svg b/packages/icons/categories/communication/mail-minus.svg deleted file mode 100644 index c71bb4ed7..000000000 --- a/packages/icons/categories/communication/mail-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/mail-off.svg b/packages/icons/categories/communication/mail-off.svg deleted file mode 100644 index 369fbdee8..000000000 --- a/packages/icons/categories/communication/mail-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/mail-opened.svg b/packages/icons/categories/communication/mail-opened.svg deleted file mode 100644 index da0f48e59..000000000 --- a/packages/icons/categories/communication/mail-opened.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/mail-pause.svg b/packages/icons/categories/communication/mail-pause.svg deleted file mode 100644 index 65e684c0c..000000000 --- a/packages/icons/categories/communication/mail-pause.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/mail-pin.svg b/packages/icons/categories/communication/mail-pin.svg deleted file mode 100644 index 8e55965c0..000000000 --- a/packages/icons/categories/communication/mail-pin.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/mail-plus.svg b/packages/icons/categories/communication/mail-plus.svg deleted file mode 100644 index 22db68511..000000000 --- a/packages/icons/categories/communication/mail-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/mail-question.svg b/packages/icons/categories/communication/mail-question.svg deleted file mode 100644 index 349a2e6d3..000000000 --- a/packages/icons/categories/communication/mail-question.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/mail-search.svg b/packages/icons/categories/communication/mail-search.svg deleted file mode 100644 index c04822b47..000000000 --- a/packages/icons/categories/communication/mail-search.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/mail-share.svg b/packages/icons/categories/communication/mail-share.svg deleted file mode 100644 index 44b1c1975..000000000 --- a/packages/icons/categories/communication/mail-share.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/mail-star.svg b/packages/icons/categories/communication/mail-star.svg deleted file mode 100644 index 461c5a3ad..000000000 --- a/packages/icons/categories/communication/mail-star.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/mail-up.svg b/packages/icons/categories/communication/mail-up.svg deleted file mode 100644 index 0f3d7f31d..000000000 --- a/packages/icons/categories/communication/mail-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/mail-x.svg b/packages/icons/categories/communication/mail-x.svg deleted file mode 100644 index 89a5a733b..000000000 --- a/packages/icons/categories/communication/mail-x.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/mail.svg b/packages/icons/categories/communication/mail.svg deleted file mode 100644 index 8779a6fcd..000000000 --- a/packages/icons/categories/communication/mail.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/communication/mailbox-off.svg b/packages/icons/categories/communication/mailbox-off.svg deleted file mode 100644 index ed5d0d0e2..000000000 --- a/packages/icons/categories/communication/mailbox-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/mailbox.svg b/packages/icons/categories/communication/mailbox.svg deleted file mode 100644 index 4de0d25b5..000000000 --- a/packages/icons/categories/communication/mailbox.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/message-2-bolt.svg b/packages/icons/categories/communication/message-2-bolt.svg deleted file mode 100644 index d04e8c9ea..000000000 --- a/packages/icons/categories/communication/message-2-bolt.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/message-2-cancel.svg b/packages/icons/categories/communication/message-2-cancel.svg deleted file mode 100644 index d4dc89a21..000000000 --- a/packages/icons/categories/communication/message-2-cancel.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-2-check.svg b/packages/icons/categories/communication/message-2-check.svg deleted file mode 100644 index 222620c18..000000000 --- a/packages/icons/categories/communication/message-2-check.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/message-2-code.svg b/packages/icons/categories/communication/message-2-code.svg deleted file mode 100644 index 3472dc809..000000000 --- a/packages/icons/categories/communication/message-2-code.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-2-cog.svg b/packages/icons/categories/communication/message-2-cog.svg deleted file mode 100644 index d8fcd036a..000000000 --- a/packages/icons/categories/communication/message-2-cog.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-2-dollar.svg b/packages/icons/categories/communication/message-2-dollar.svg deleted file mode 100644 index 41f85d046..000000000 --- a/packages/icons/categories/communication/message-2-dollar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-2-down.svg b/packages/icons/categories/communication/message-2-down.svg deleted file mode 100644 index 928032052..000000000 --- a/packages/icons/categories/communication/message-2-down.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-2-exclamation.svg b/packages/icons/categories/communication/message-2-exclamation.svg deleted file mode 100644 index 62cb2ec32..000000000 --- a/packages/icons/categories/communication/message-2-exclamation.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-2-heart.svg b/packages/icons/categories/communication/message-2-heart.svg deleted file mode 100644 index 45da27e92..000000000 --- a/packages/icons/categories/communication/message-2-heart.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/message-2-minus.svg b/packages/icons/categories/communication/message-2-minus.svg deleted file mode 100644 index 446b05b24..000000000 --- a/packages/icons/categories/communication/message-2-minus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/message-2-off.svg b/packages/icons/categories/communication/message-2-off.svg deleted file mode 100644 index e5c22930d..000000000 --- a/packages/icons/categories/communication/message-2-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/message-2-pause.svg b/packages/icons/categories/communication/message-2-pause.svg deleted file mode 100644 index e0996ad01..000000000 --- a/packages/icons/categories/communication/message-2-pause.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-2-pin.svg b/packages/icons/categories/communication/message-2-pin.svg deleted file mode 100644 index 85b36f652..000000000 --- a/packages/icons/categories/communication/message-2-pin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-2-plus.svg b/packages/icons/categories/communication/message-2-plus.svg deleted file mode 100644 index ae7615ff1..000000000 --- a/packages/icons/categories/communication/message-2-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-2-question.svg b/packages/icons/categories/communication/message-2-question.svg deleted file mode 100644 index e8b88ca68..000000000 --- a/packages/icons/categories/communication/message-2-question.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-2-search.svg b/packages/icons/categories/communication/message-2-search.svg deleted file mode 100644 index d2c42318f..000000000 --- a/packages/icons/categories/communication/message-2-search.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-2-share.svg b/packages/icons/categories/communication/message-2-share.svg deleted file mode 100644 index ce39e2229..000000000 --- a/packages/icons/categories/communication/message-2-share.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-2-star.svg b/packages/icons/categories/communication/message-2-star.svg deleted file mode 100644 index bdf7aea33..000000000 --- a/packages/icons/categories/communication/message-2-star.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/message-2-up.svg b/packages/icons/categories/communication/message-2-up.svg deleted file mode 100644 index b07a8c027..000000000 --- a/packages/icons/categories/communication/message-2-up.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-2-x.svg b/packages/icons/categories/communication/message-2-x.svg deleted file mode 100644 index 444847f2a..000000000 --- a/packages/icons/categories/communication/message-2-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-2.svg b/packages/icons/categories/communication/message-2.svg deleted file mode 100644 index 9d8b5f9d9..000000000 --- a/packages/icons/categories/communication/message-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/message-bolt.svg b/packages/icons/categories/communication/message-bolt.svg deleted file mode 100644 index 98189c3d6..000000000 --- a/packages/icons/categories/communication/message-bolt.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/message-cancel.svg b/packages/icons/categories/communication/message-cancel.svg deleted file mode 100644 index 3ba6455e2..000000000 --- a/packages/icons/categories/communication/message-cancel.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-chatbot.svg b/packages/icons/categories/communication/message-chatbot.svg deleted file mode 100644 index 526fa5078..000000000 --- a/packages/icons/categories/communication/message-chatbot.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/message-check.svg b/packages/icons/categories/communication/message-check.svg deleted file mode 100644 index 0c404910a..000000000 --- a/packages/icons/categories/communication/message-check.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/message-circle-2.svg b/packages/icons/categories/communication/message-circle-2.svg deleted file mode 100644 index bcf9d428c..000000000 --- a/packages/icons/categories/communication/message-circle-2.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/communication/message-circle-bolt.svg b/packages/icons/categories/communication/message-circle-bolt.svg deleted file mode 100644 index c47f073ea..000000000 --- a/packages/icons/categories/communication/message-circle-bolt.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/communication/message-circle-cancel.svg b/packages/icons/categories/communication/message-circle-cancel.svg deleted file mode 100644 index 6538ba84c..000000000 --- a/packages/icons/categories/communication/message-circle-cancel.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/message-circle-check.svg b/packages/icons/categories/communication/message-circle-check.svg deleted file mode 100644 index 699ddc5f6..000000000 --- a/packages/icons/categories/communication/message-circle-check.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/communication/message-circle-code.svg b/packages/icons/categories/communication/message-circle-code.svg deleted file mode 100644 index 950c36001..000000000 --- a/packages/icons/categories/communication/message-circle-code.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/message-circle-cog.svg b/packages/icons/categories/communication/message-circle-cog.svg deleted file mode 100644 index 4266c8cd9..000000000 --- a/packages/icons/categories/communication/message-circle-cog.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-circle-dollar.svg b/packages/icons/categories/communication/message-circle-dollar.svg deleted file mode 100644 index 58ebf4b8c..000000000 --- a/packages/icons/categories/communication/message-circle-dollar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/message-circle-down.svg b/packages/icons/categories/communication/message-circle-down.svg deleted file mode 100644 index 68e0cb3fe..000000000 --- a/packages/icons/categories/communication/message-circle-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/message-circle-exclamation.svg b/packages/icons/categories/communication/message-circle-exclamation.svg deleted file mode 100644 index c80935755..000000000 --- a/packages/icons/categories/communication/message-circle-exclamation.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/message-circle-heart.svg b/packages/icons/categories/communication/message-circle-heart.svg deleted file mode 100644 index 9d8d12ff0..000000000 --- a/packages/icons/categories/communication/message-circle-heart.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/communication/message-circle-minus.svg b/packages/icons/categories/communication/message-circle-minus.svg deleted file mode 100644 index 64344fb6e..000000000 --- a/packages/icons/categories/communication/message-circle-minus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/communication/message-circle-off.svg b/packages/icons/categories/communication/message-circle-off.svg deleted file mode 100644 index 647ba6e34..000000000 --- a/packages/icons/categories/communication/message-circle-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/communication/message-circle-pause.svg b/packages/icons/categories/communication/message-circle-pause.svg deleted file mode 100644 index fa28eea1b..000000000 --- a/packages/icons/categories/communication/message-circle-pause.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/message-circle-pin.svg b/packages/icons/categories/communication/message-circle-pin.svg deleted file mode 100644 index 5a053ff3b..000000000 --- a/packages/icons/categories/communication/message-circle-pin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/message-circle-plus.svg b/packages/icons/categories/communication/message-circle-plus.svg deleted file mode 100644 index c9c6b71db..000000000 --- a/packages/icons/categories/communication/message-circle-plus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/message-circle-question.svg b/packages/icons/categories/communication/message-circle-question.svg deleted file mode 100644 index fa9f800c6..000000000 --- a/packages/icons/categories/communication/message-circle-question.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/message-circle-search.svg b/packages/icons/categories/communication/message-circle-search.svg deleted file mode 100644 index 997c46bc0..000000000 --- a/packages/icons/categories/communication/message-circle-search.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/message-circle-share.svg b/packages/icons/categories/communication/message-circle-share.svg deleted file mode 100644 index e965d2ceb..000000000 --- a/packages/icons/categories/communication/message-circle-share.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/message-circle-star.svg b/packages/icons/categories/communication/message-circle-star.svg deleted file mode 100644 index 3aaa13e9b..000000000 --- a/packages/icons/categories/communication/message-circle-star.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/communication/message-circle-up.svg b/packages/icons/categories/communication/message-circle-up.svg deleted file mode 100644 index 2cf902152..000000000 --- a/packages/icons/categories/communication/message-circle-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/message-circle-x.svg b/packages/icons/categories/communication/message-circle-x.svg deleted file mode 100644 index 4c145b78c..000000000 --- a/packages/icons/categories/communication/message-circle-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/message-circle.svg b/packages/icons/categories/communication/message-circle.svg deleted file mode 100644 index 6ff64c5d7..000000000 --- a/packages/icons/categories/communication/message-circle.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/communication/message-code.svg b/packages/icons/categories/communication/message-code.svg deleted file mode 100644 index 5ca1b7d19..000000000 --- a/packages/icons/categories/communication/message-code.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-cog.svg b/packages/icons/categories/communication/message-cog.svg deleted file mode 100644 index 2b9f147d7..000000000 --- a/packages/icons/categories/communication/message-cog.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-dollar.svg b/packages/icons/categories/communication/message-dollar.svg deleted file mode 100644 index b4681b649..000000000 --- a/packages/icons/categories/communication/message-dollar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-dots.svg b/packages/icons/categories/communication/message-dots.svg deleted file mode 100644 index 7acf000f6..000000000 --- a/packages/icons/categories/communication/message-dots.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/message-down.svg b/packages/icons/categories/communication/message-down.svg deleted file mode 100644 index cdb60a736..000000000 --- a/packages/icons/categories/communication/message-down.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-exclamation.svg b/packages/icons/categories/communication/message-exclamation.svg deleted file mode 100644 index ff82ddc0f..000000000 --- a/packages/icons/categories/communication/message-exclamation.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-forward.svg b/packages/icons/categories/communication/message-forward.svg deleted file mode 100644 index f1e5ccf36..000000000 --- a/packages/icons/categories/communication/message-forward.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/message-heart.svg b/packages/icons/categories/communication/message-heart.svg deleted file mode 100644 index 70a37bb2a..000000000 --- a/packages/icons/categories/communication/message-heart.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/message-language.svg b/packages/icons/categories/communication/message-language.svg deleted file mode 100644 index d035b85c9..000000000 --- a/packages/icons/categories/communication/message-language.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/message-minus.svg b/packages/icons/categories/communication/message-minus.svg deleted file mode 100644 index 00acfa834..000000000 --- a/packages/icons/categories/communication/message-minus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/message-off.svg b/packages/icons/categories/communication/message-off.svg deleted file mode 100644 index 848b66c8b..000000000 --- a/packages/icons/categories/communication/message-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/message-pause.svg b/packages/icons/categories/communication/message-pause.svg deleted file mode 100644 index 48de71218..000000000 --- a/packages/icons/categories/communication/message-pause.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-pin.svg b/packages/icons/categories/communication/message-pin.svg deleted file mode 100644 index 72600118a..000000000 --- a/packages/icons/categories/communication/message-pin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-plus.svg b/packages/icons/categories/communication/message-plus.svg deleted file mode 100644 index d486ba16d..000000000 --- a/packages/icons/categories/communication/message-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-question.svg b/packages/icons/categories/communication/message-question.svg deleted file mode 100644 index 534395eb6..000000000 --- a/packages/icons/categories/communication/message-question.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-report.svg b/packages/icons/categories/communication/message-report.svg deleted file mode 100644 index 3fb309971..000000000 --- a/packages/icons/categories/communication/message-report.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/message-search.svg b/packages/icons/categories/communication/message-search.svg deleted file mode 100644 index 9d4aefc19..000000000 --- a/packages/icons/categories/communication/message-search.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-share.svg b/packages/icons/categories/communication/message-share.svg deleted file mode 100644 index 0cd7844f4..000000000 --- a/packages/icons/categories/communication/message-share.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-star.svg b/packages/icons/categories/communication/message-star.svg deleted file mode 100644 index 6260b655d..000000000 --- a/packages/icons/categories/communication/message-star.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/communication/message-up.svg b/packages/icons/categories/communication/message-up.svg deleted file mode 100644 index 4327baf01..000000000 --- a/packages/icons/categories/communication/message-up.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message-x.svg b/packages/icons/categories/communication/message-x.svg deleted file mode 100644 index 16c21d3c9..000000000 --- a/packages/icons/categories/communication/message-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/communication/message.svg b/packages/icons/categories/communication/message.svg deleted file mode 100644 index d823baf71..000000000 --- a/packages/icons/categories/communication/message.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/messages-off.svg b/packages/icons/categories/communication/messages-off.svg deleted file mode 100644 index d447976d2..000000000 --- a/packages/icons/categories/communication/messages-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/messages.svg b/packages/icons/categories/communication/messages.svg deleted file mode 100644 index f391ad39d..000000000 --- a/packages/icons/categories/communication/messages.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/communication/send-off.svg b/packages/icons/categories/communication/send-off.svg deleted file mode 100644 index 539e9b404..000000000 --- a/packages/icons/categories/communication/send-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/communication/send.svg b/packages/icons/categories/communication/send.svg deleted file mode 100644 index f2567926a..000000000 --- a/packages/icons/categories/communication/send.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/computers/binary-off.svg b/packages/icons/categories/computers/binary-off.svg deleted file mode 100644 index 8605457b3..000000000 --- a/packages/icons/categories/computers/binary-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/computers/binary-tree-2.svg b/packages/icons/categories/computers/binary-tree-2.svg deleted file mode 100644 index 1bc900b97..000000000 --- a/packages/icons/categories/computers/binary-tree-2.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/computers/binary-tree.svg b/packages/icons/categories/computers/binary-tree.svg deleted file mode 100644 index 97b3498ef..000000000 --- a/packages/icons/categories/computers/binary-tree.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/computers/binary.svg b/packages/icons/categories/computers/binary.svg deleted file mode 100644 index 31de4b602..000000000 --- a/packages/icons/categories/computers/binary.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/computers/cloud-computing.svg b/packages/icons/categories/computers/cloud-computing.svg deleted file mode 100644 index 0edf158ee..000000000 --- a/packages/icons/categories/computers/cloud-computing.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/computers/cloud-data-connection.svg b/packages/icons/categories/computers/cloud-data-connection.svg deleted file mode 100644 index eea4485c2..000000000 --- a/packages/icons/categories/computers/cloud-data-connection.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/computers/error-404-off.svg b/packages/icons/categories/computers/error-404-off.svg deleted file mode 100644 index 5409717fa..000000000 --- a/packages/icons/categories/computers/error-404-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/computers/error-404.svg b/packages/icons/categories/computers/error-404.svg deleted file mode 100644 index 6b3445200..000000000 --- a/packages/icons/categories/computers/error-404.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/computers/http-connect.svg b/packages/icons/categories/computers/http-connect.svg deleted file mode 100644 index 3516f73aa..000000000 --- a/packages/icons/categories/computers/http-connect.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/computers/http-delete.svg b/packages/icons/categories/computers/http-delete.svg deleted file mode 100644 index 21ed73835..000000000 --- a/packages/icons/categories/computers/http-delete.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/computers/http-get.svg b/packages/icons/categories/computers/http-get.svg deleted file mode 100644 index d709f4ac9..000000000 --- a/packages/icons/categories/computers/http-get.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/computers/http-head.svg b/packages/icons/categories/computers/http-head.svg deleted file mode 100644 index 1f4d97c93..000000000 --- a/packages/icons/categories/computers/http-head.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/computers/http-options.svg b/packages/icons/categories/computers/http-options.svg deleted file mode 100644 index a902c1c71..000000000 --- a/packages/icons/categories/computers/http-options.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/computers/http-patch.svg b/packages/icons/categories/computers/http-patch.svg deleted file mode 100644 index f7e48a993..000000000 --- a/packages/icons/categories/computers/http-patch.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/computers/http-post.svg b/packages/icons/categories/computers/http-post.svg deleted file mode 100644 index 7ee4bfd61..000000000 --- a/packages/icons/categories/computers/http-post.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/computers/http-put.svg b/packages/icons/categories/computers/http-put.svg deleted file mode 100644 index d0c77f3e6..000000000 --- a/packages/icons/categories/computers/http-put.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/computers/http-que.svg b/packages/icons/categories/computers/http-que.svg deleted file mode 100644 index 6d5e81a95..000000000 --- a/packages/icons/categories/computers/http-que.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/computers/http-trace.svg b/packages/icons/categories/computers/http-trace.svg deleted file mode 100644 index beb620dda..000000000 --- a/packages/icons/categories/computers/http-trace.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/computers/load-balancer.svg b/packages/icons/categories/computers/load-balancer.svg deleted file mode 100644 index a9cfbddb7..000000000 --- a/packages/icons/categories/computers/load-balancer.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/computers/network-off.svg b/packages/icons/categories/computers/network-off.svg deleted file mode 100644 index 138b855d5..000000000 --- a/packages/icons/categories/computers/network-off.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/computers/network.svg b/packages/icons/categories/computers/network.svg deleted file mode 100644 index b48a90f87..000000000 --- a/packages/icons/categories/computers/network.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/computers/topology-bus.svg b/packages/icons/categories/computers/topology-bus.svg deleted file mode 100644 index 3f076d764..000000000 --- a/packages/icons/categories/computers/topology-bus.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/computers/topology-complex.svg b/packages/icons/categories/computers/topology-complex.svg deleted file mode 100644 index 263c42a0c..000000000 --- a/packages/icons/categories/computers/topology-complex.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/computers/topology-full-hierarchy.svg b/packages/icons/categories/computers/topology-full-hierarchy.svg deleted file mode 100644 index 155306f1c..000000000 --- a/packages/icons/categories/computers/topology-full-hierarchy.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/computers/topology-full.svg b/packages/icons/categories/computers/topology-full.svg deleted file mode 100644 index 4f4c18bd1..000000000 --- a/packages/icons/categories/computers/topology-full.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/computers/topology-ring-2.svg b/packages/icons/categories/computers/topology-ring-2.svg deleted file mode 100644 index 34d71a55d..000000000 --- a/packages/icons/categories/computers/topology-ring-2.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/computers/topology-ring-3.svg b/packages/icons/categories/computers/topology-ring-3.svg deleted file mode 100644 index 69c4f7089..000000000 --- a/packages/icons/categories/computers/topology-ring-3.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/computers/topology-ring.svg b/packages/icons/categories/computers/topology-ring.svg deleted file mode 100644 index 044dce2a0..000000000 --- a/packages/icons/categories/computers/topology-ring.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/computers/topology-star-2.svg b/packages/icons/categories/computers/topology-star-2.svg deleted file mode 100644 index f1be0addb..000000000 --- a/packages/icons/categories/computers/topology-star-2.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/computers/topology-star-3.svg b/packages/icons/categories/computers/topology-star-3.svg deleted file mode 100644 index 36bb3d3a2..000000000 --- a/packages/icons/categories/computers/topology-star-3.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/computers/topology-star-ring-2.svg b/packages/icons/categories/computers/topology-star-ring-2.svg deleted file mode 100644 index ebfb3b4e8..000000000 --- a/packages/icons/categories/computers/topology-star-ring-2.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/computers/topology-star-ring-3.svg b/packages/icons/categories/computers/topology-star-ring-3.svg deleted file mode 100644 index 8f76f94ba..000000000 --- a/packages/icons/categories/computers/topology-star-ring-3.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/computers/topology-star-ring.svg b/packages/icons/categories/computers/topology-star-ring.svg deleted file mode 100644 index 369626a44..000000000 --- a/packages/icons/categories/computers/topology-star-ring.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/computers/topology-star.svg b/packages/icons/categories/computers/topology-star.svg deleted file mode 100644 index 50f7e761c..000000000 --- a/packages/icons/categories/computers/topology-star.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-afghani.svg b/packages/icons/categories/currencies/currency-afghani.svg deleted file mode 100644 index 00ac8abef..000000000 --- a/packages/icons/categories/currencies/currency-afghani.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-bahraini.svg b/packages/icons/categories/currencies/currency-bahraini.svg deleted file mode 100644 index ac60ad000..000000000 --- a/packages/icons/categories/currencies/currency-bahraini.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-baht.svg b/packages/icons/categories/currencies/currency-baht.svg deleted file mode 100644 index 749aec5d1..000000000 --- a/packages/icons/categories/currencies/currency-baht.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-bitcoin.svg b/packages/icons/categories/currencies/currency-bitcoin.svg deleted file mode 100644 index 228b8e977..000000000 --- a/packages/icons/categories/currencies/currency-bitcoin.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-cent.svg b/packages/icons/categories/currencies/currency-cent.svg deleted file mode 100644 index 228e04ddd..000000000 --- a/packages/icons/categories/currencies/currency-cent.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-dinar.svg b/packages/icons/categories/currencies/currency-dinar.svg deleted file mode 100644 index b3a87d3d3..000000000 --- a/packages/icons/categories/currencies/currency-dinar.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-dirham.svg b/packages/icons/categories/currencies/currency-dirham.svg deleted file mode 100644 index 12e660931..000000000 --- a/packages/icons/categories/currencies/currency-dirham.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-dogecoin.svg b/packages/icons/categories/currencies/currency-dogecoin.svg deleted file mode 100644 index 36c3571f5..000000000 --- a/packages/icons/categories/currencies/currency-dogecoin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-dollar-australian.svg b/packages/icons/categories/currencies/currency-dollar-australian.svg deleted file mode 100644 index 7ccfbae0b..000000000 --- a/packages/icons/categories/currencies/currency-dollar-australian.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-dollar-brunei.svg b/packages/icons/categories/currencies/currency-dollar-brunei.svg deleted file mode 100644 index 2657d1aeb..000000000 --- a/packages/icons/categories/currencies/currency-dollar-brunei.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-dollar-canadian.svg b/packages/icons/categories/currencies/currency-dollar-canadian.svg deleted file mode 100644 index 662e7046c..000000000 --- a/packages/icons/categories/currencies/currency-dollar-canadian.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-dollar-guyanese.svg b/packages/icons/categories/currencies/currency-dollar-guyanese.svg deleted file mode 100644 index 95d341844..000000000 --- a/packages/icons/categories/currencies/currency-dollar-guyanese.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-dollar-off.svg b/packages/icons/categories/currencies/currency-dollar-off.svg deleted file mode 100644 index c4e22bb07..000000000 --- a/packages/icons/categories/currencies/currency-dollar-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-dollar-singapore.svg b/packages/icons/categories/currencies/currency-dollar-singapore.svg deleted file mode 100644 index ca5c3cc9e..000000000 --- a/packages/icons/categories/currencies/currency-dollar-singapore.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-dollar-zimbabwean.svg b/packages/icons/categories/currencies/currency-dollar-zimbabwean.svg deleted file mode 100644 index 6d3544e3e..000000000 --- a/packages/icons/categories/currencies/currency-dollar-zimbabwean.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-dollar.svg b/packages/icons/categories/currencies/currency-dollar.svg deleted file mode 100644 index 789aa7ee0..000000000 --- a/packages/icons/categories/currencies/currency-dollar.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/currencies/currency-dong.svg b/packages/icons/categories/currencies/currency-dong.svg deleted file mode 100644 index acc7b56a9..000000000 --- a/packages/icons/categories/currencies/currency-dong.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-dram.svg b/packages/icons/categories/currencies/currency-dram.svg deleted file mode 100644 index 67dc5a9f9..000000000 --- a/packages/icons/categories/currencies/currency-dram.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-ethereum.svg b/packages/icons/categories/currencies/currency-ethereum.svg deleted file mode 100644 index 0b3e736f1..000000000 --- a/packages/icons/categories/currencies/currency-ethereum.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/currencies/currency-euro-off.svg b/packages/icons/categories/currencies/currency-euro-off.svg deleted file mode 100644 index 0934f1dc8..000000000 --- a/packages/icons/categories/currencies/currency-euro-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-euro.svg b/packages/icons/categories/currencies/currency-euro.svg deleted file mode 100644 index cc7af59d0..000000000 --- a/packages/icons/categories/currencies/currency-euro.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/currencies/currency-florin.svg b/packages/icons/categories/currencies/currency-florin.svg deleted file mode 100644 index fe059d9a3..000000000 --- a/packages/icons/categories/currencies/currency-florin.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/currencies/currency-forint.svg b/packages/icons/categories/currencies/currency-forint.svg deleted file mode 100644 index 6ddc7315d..000000000 --- a/packages/icons/categories/currencies/currency-forint.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-frank.svg b/packages/icons/categories/currencies/currency-frank.svg deleted file mode 100644 index a4ba0fcbc..000000000 --- a/packages/icons/categories/currencies/currency-frank.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-guarani.svg b/packages/icons/categories/currencies/currency-guarani.svg deleted file mode 100644 index f9e332352..000000000 --- a/packages/icons/categories/currencies/currency-guarani.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/currencies/currency-hryvnia.svg b/packages/icons/categories/currencies/currency-hryvnia.svg deleted file mode 100644 index 26353c931..000000000 --- a/packages/icons/categories/currencies/currency-hryvnia.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-iranian-rial.svg b/packages/icons/categories/currencies/currency-iranian-rial.svg deleted file mode 100644 index cab6961dd..000000000 --- a/packages/icons/categories/currencies/currency-iranian-rial.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-kip.svg b/packages/icons/categories/currencies/currency-kip.svg deleted file mode 100644 index 2dc04c0fb..000000000 --- a/packages/icons/categories/currencies/currency-kip.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-krone-czech.svg b/packages/icons/categories/currencies/currency-krone-czech.svg deleted file mode 100644 index 82d178f76..000000000 --- a/packages/icons/categories/currencies/currency-krone-czech.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-krone-danish.svg b/packages/icons/categories/currencies/currency-krone-danish.svg deleted file mode 100644 index 8544d0392..000000000 --- a/packages/icons/categories/currencies/currency-krone-danish.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-krone-swedish.svg b/packages/icons/categories/currencies/currency-krone-swedish.svg deleted file mode 100644 index 644ca039f..000000000 --- a/packages/icons/categories/currencies/currency-krone-swedish.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-lari.svg b/packages/icons/categories/currencies/currency-lari.svg deleted file mode 100644 index ccaef222e..000000000 --- a/packages/icons/categories/currencies/currency-lari.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-leu.svg b/packages/icons/categories/currencies/currency-leu.svg deleted file mode 100644 index 28a7e7468..000000000 --- a/packages/icons/categories/currencies/currency-leu.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/currencies/currency-lira.svg b/packages/icons/categories/currencies/currency-lira.svg deleted file mode 100644 index e2941c600..000000000 --- a/packages/icons/categories/currencies/currency-lira.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-litecoin.svg b/packages/icons/categories/currencies/currency-litecoin.svg deleted file mode 100644 index 052f18ce7..000000000 --- a/packages/icons/categories/currencies/currency-litecoin.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/currencies/currency-lyd.svg b/packages/icons/categories/currencies/currency-lyd.svg deleted file mode 100644 index c3bfa9fc0..000000000 --- a/packages/icons/categories/currencies/currency-lyd.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-manat.svg b/packages/icons/categories/currencies/currency-manat.svg deleted file mode 100644 index 97ab5a3b3..000000000 --- a/packages/icons/categories/currencies/currency-manat.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/currencies/currency-monero.svg b/packages/icons/categories/currencies/currency-monero.svg deleted file mode 100644 index da57d8209..000000000 --- a/packages/icons/categories/currencies/currency-monero.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/currencies/currency-naira.svg b/packages/icons/categories/currencies/currency-naira.svg deleted file mode 100644 index c5e33d494..000000000 --- a/packages/icons/categories/currencies/currency-naira.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-nano.svg b/packages/icons/categories/currencies/currency-nano.svg deleted file mode 100644 index d6b020858..000000000 --- a/packages/icons/categories/currencies/currency-nano.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-off.svg b/packages/icons/categories/currencies/currency-off.svg deleted file mode 100644 index 090905ed0..000000000 --- a/packages/icons/categories/currencies/currency-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-paanga.svg b/packages/icons/categories/currencies/currency-paanga.svg deleted file mode 100644 index c215cee50..000000000 --- a/packages/icons/categories/currencies/currency-paanga.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-peso.svg b/packages/icons/categories/currencies/currency-peso.svg deleted file mode 100644 index efebf8880..000000000 --- a/packages/icons/categories/currencies/currency-peso.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-pound-off.svg b/packages/icons/categories/currencies/currency-pound-off.svg deleted file mode 100644 index 4091b6060..000000000 --- a/packages/icons/categories/currencies/currency-pound-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/currencies/currency-pound.svg b/packages/icons/categories/currencies/currency-pound.svg deleted file mode 100644 index 5d8ae6690..000000000 --- a/packages/icons/categories/currencies/currency-pound.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/currencies/currency-quetzal.svg b/packages/icons/categories/currencies/currency-quetzal.svg deleted file mode 100644 index fc63b9817..000000000 --- a/packages/icons/categories/currencies/currency-quetzal.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/currencies/currency-real.svg b/packages/icons/categories/currencies/currency-real.svg deleted file mode 100644 index ef78891ec..000000000 --- a/packages/icons/categories/currencies/currency-real.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-renminbi.svg b/packages/icons/categories/currencies/currency-renminbi.svg deleted file mode 100644 index c034d6417..000000000 --- a/packages/icons/categories/currencies/currency-renminbi.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-ripple.svg b/packages/icons/categories/currencies/currency-ripple.svg deleted file mode 100644 index 69e420af7..000000000 --- a/packages/icons/categories/currencies/currency-ripple.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-riyal.svg b/packages/icons/categories/currencies/currency-riyal.svg deleted file mode 100644 index 4fb945878..000000000 --- a/packages/icons/categories/currencies/currency-riyal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-rubel.svg b/packages/icons/categories/currencies/currency-rubel.svg deleted file mode 100644 index eac1d07df..000000000 --- a/packages/icons/categories/currencies/currency-rubel.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/currencies/currency-rufiyaa.svg b/packages/icons/categories/currencies/currency-rufiyaa.svg deleted file mode 100644 index 7490ad724..000000000 --- a/packages/icons/categories/currencies/currency-rufiyaa.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-rupee-nepalese.svg b/packages/icons/categories/currencies/currency-rupee-nepalese.svg deleted file mode 100644 index 2bbe9a32f..000000000 --- a/packages/icons/categories/currencies/currency-rupee-nepalese.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/currencies/currency-rupee.svg b/packages/icons/categories/currencies/currency-rupee.svg deleted file mode 100644 index fd04f6cc2..000000000 --- a/packages/icons/categories/currencies/currency-rupee.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/currencies/currency-shekel.svg b/packages/icons/categories/currencies/currency-shekel.svg deleted file mode 100644 index caf0025a6..000000000 --- a/packages/icons/categories/currencies/currency-shekel.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/currencies/currency-solana.svg b/packages/icons/categories/currencies/currency-solana.svg deleted file mode 100644 index 7c9063334..000000000 --- a/packages/icons/categories/currencies/currency-solana.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-som.svg b/packages/icons/categories/currencies/currency-som.svg deleted file mode 100644 index 15c1824f4..000000000 --- a/packages/icons/categories/currencies/currency-som.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/currencies/currency-taka.svg b/packages/icons/categories/currencies/currency-taka.svg deleted file mode 100644 index 21ba07c69..000000000 --- a/packages/icons/categories/currencies/currency-taka.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-tenge.svg b/packages/icons/categories/currencies/currency-tenge.svg deleted file mode 100644 index f24774889..000000000 --- a/packages/icons/categories/currencies/currency-tenge.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-tugrik.svg b/packages/icons/categories/currencies/currency-tugrik.svg deleted file mode 100644 index 7f0a640e3..000000000 --- a/packages/icons/categories/currencies/currency-tugrik.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-won.svg b/packages/icons/categories/currencies/currency-won.svg deleted file mode 100644 index e81981f62..000000000 --- a/packages/icons/categories/currencies/currency-won.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-yen-off.svg b/packages/icons/categories/currencies/currency-yen-off.svg deleted file mode 100644 index 02cc4b235..000000000 --- a/packages/icons/categories/currencies/currency-yen-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-yen.svg b/packages/icons/categories/currencies/currency-yen.svg deleted file mode 100644 index 90b8cbf01..000000000 --- a/packages/icons/categories/currencies/currency-yen.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-yuan.svg b/packages/icons/categories/currencies/currency-yuan.svg deleted file mode 100644 index 4df3f150a..000000000 --- a/packages/icons/categories/currencies/currency-yuan.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency-zloty.svg b/packages/icons/categories/currencies/currency-zloty.svg deleted file mode 100644 index 361624206..000000000 --- a/packages/icons/categories/currencies/currency-zloty.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/currencies/currency.svg b/packages/icons/categories/currencies/currency.svg deleted file mode 100644 index c9e433b11..000000000 --- a/packages/icons/categories/currencies/currency.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/database/column-insert-left.svg b/packages/icons/categories/database/column-insert-left.svg deleted file mode 100644 index 7b10f64e8..000000000 --- a/packages/icons/categories/database/column-insert-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/database/column-insert-right.svg b/packages/icons/categories/database/column-insert-right.svg deleted file mode 100644 index cb5094fad..000000000 --- a/packages/icons/categories/database/column-insert-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/database/column-remove.svg b/packages/icons/categories/database/column-remove.svg deleted file mode 100644 index 43df9c659..000000000 --- a/packages/icons/categories/database/column-remove.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/database/database-cog.svg b/packages/icons/categories/database/database-cog.svg deleted file mode 100644 index 47f2f65fe..000000000 --- a/packages/icons/categories/database/database-cog.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/database/database-dollar.svg b/packages/icons/categories/database/database-dollar.svg deleted file mode 100644 index 46451a7a5..000000000 --- a/packages/icons/categories/database/database-dollar.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/database/database-edit.svg b/packages/icons/categories/database/database-edit.svg deleted file mode 100644 index 08983235b..000000000 --- a/packages/icons/categories/database/database-edit.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/database/database-exclamation.svg b/packages/icons/categories/database/database-exclamation.svg deleted file mode 100644 index f884cc3c3..000000000 --- a/packages/icons/categories/database/database-exclamation.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/database/database-export.svg b/packages/icons/categories/database/database-export.svg deleted file mode 100644 index 6292ac3ae..000000000 --- a/packages/icons/categories/database/database-export.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/database/database-heart.svg b/packages/icons/categories/database/database-heart.svg deleted file mode 100644 index b7a09f88b..000000000 --- a/packages/icons/categories/database/database-heart.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/database/database-import.svg b/packages/icons/categories/database/database-import.svg deleted file mode 100644 index 7807ea6f6..000000000 --- a/packages/icons/categories/database/database-import.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/database/database-leak.svg b/packages/icons/categories/database/database-leak.svg deleted file mode 100644 index fcdb10b84..000000000 --- a/packages/icons/categories/database/database-leak.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/database/database-minus.svg b/packages/icons/categories/database/database-minus.svg deleted file mode 100644 index 2896b7fd3..000000000 --- a/packages/icons/categories/database/database-minus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/database/database-off.svg b/packages/icons/categories/database/database-off.svg deleted file mode 100644 index 3ec5e91d2..000000000 --- a/packages/icons/categories/database/database-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/database/database-plus.svg b/packages/icons/categories/database/database-plus.svg deleted file mode 100644 index 1813d9193..000000000 --- a/packages/icons/categories/database/database-plus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/database/database-search.svg b/packages/icons/categories/database/database-search.svg deleted file mode 100644 index 964e42185..000000000 --- a/packages/icons/categories/database/database-search.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/database/database-share.svg b/packages/icons/categories/database/database-share.svg deleted file mode 100644 index 59b5dbd04..000000000 --- a/packages/icons/categories/database/database-share.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/database/database-star.svg b/packages/icons/categories/database/database-star.svg deleted file mode 100644 index c5c7b88cd..000000000 --- a/packages/icons/categories/database/database-star.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/database/database-x.svg b/packages/icons/categories/database/database-x.svg deleted file mode 100644 index 4bae872b1..000000000 --- a/packages/icons/categories/database/database-x.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/database/database.svg b/packages/icons/categories/database/database.svg deleted file mode 100644 index c07cf39c0..000000000 --- a/packages/icons/categories/database/database.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/database/relation-many-to-many.svg b/packages/icons/categories/database/relation-many-to-many.svg deleted file mode 100644 index 306ed5fb9..000000000 --- a/packages/icons/categories/database/relation-many-to-many.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/database/relation-one-to-many.svg b/packages/icons/categories/database/relation-one-to-many.svg deleted file mode 100644 index a56c976c9..000000000 --- a/packages/icons/categories/database/relation-one-to-many.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/database/relation-one-to-one.svg b/packages/icons/categories/database/relation-one-to-one.svg deleted file mode 100644 index 01a14c736..000000000 --- a/packages/icons/categories/database/relation-one-to-one.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/database/row-insert-bottom.svg b/packages/icons/categories/database/row-insert-bottom.svg deleted file mode 100644 index b19cd8d86..000000000 --- a/packages/icons/categories/database/row-insert-bottom.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/database/row-insert-top.svg b/packages/icons/categories/database/row-insert-top.svg deleted file mode 100644 index eed5e0b5e..000000000 --- a/packages/icons/categories/database/row-insert-top.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/database/row-remove.svg b/packages/icons/categories/database/row-remove.svg deleted file mode 100644 index b9b731319..000000000 --- a/packages/icons/categories/database/row-remove.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/database/schema-off.svg b/packages/icons/categories/database/schema-off.svg deleted file mode 100644 index 0460e1221..000000000 --- a/packages/icons/categories/database/schema-off.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/database/schema.svg b/packages/icons/categories/database/schema.svg deleted file mode 100644 index dbecb72cc..000000000 --- a/packages/icons/categories/database/schema.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/database/table-alias.svg b/packages/icons/categories/database/table-alias.svg deleted file mode 100644 index a42df5db9..000000000 --- a/packages/icons/categories/database/table-alias.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/database/table-column.svg b/packages/icons/categories/database/table-column.svg deleted file mode 100644 index f484f0315..000000000 --- a/packages/icons/categories/database/table-column.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/database/table-down.svg b/packages/icons/categories/database/table-down.svg deleted file mode 100644 index 9e3ace09a..000000000 --- a/packages/icons/categories/database/table-down.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/database/table-export.svg b/packages/icons/categories/database/table-export.svg deleted file mode 100644 index d5ae9231a..000000000 --- a/packages/icons/categories/database/table-export.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/database/table-heart.svg b/packages/icons/categories/database/table-heart.svg deleted file mode 100644 index 3051d22a7..000000000 --- a/packages/icons/categories/database/table-heart.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/database/table-import.svg b/packages/icons/categories/database/table-import.svg deleted file mode 100644 index bb2fc824b..000000000 --- a/packages/icons/categories/database/table-import.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/database/table-minus.svg b/packages/icons/categories/database/table-minus.svg deleted file mode 100644 index ac1f2ea06..000000000 --- a/packages/icons/categories/database/table-minus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/database/table-off.svg b/packages/icons/categories/database/table-off.svg deleted file mode 100644 index 449f165e0..000000000 --- a/packages/icons/categories/database/table-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/database/table-options.svg b/packages/icons/categories/database/table-options.svg deleted file mode 100644 index e9100e6c8..000000000 --- a/packages/icons/categories/database/table-options.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/database/table-plus.svg b/packages/icons/categories/database/table-plus.svg deleted file mode 100644 index a81d508c9..000000000 --- a/packages/icons/categories/database/table-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/database/table-row.svg b/packages/icons/categories/database/table-row.svg deleted file mode 100644 index 02b5eab4e..000000000 --- a/packages/icons/categories/database/table-row.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/database/table-share.svg b/packages/icons/categories/database/table-share.svg deleted file mode 100644 index 2c93d2357..000000000 --- a/packages/icons/categories/database/table-share.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/database/table-shortcut.svg b/packages/icons/categories/database/table-shortcut.svg deleted file mode 100644 index e5c3662c8..000000000 --- a/packages/icons/categories/database/table-shortcut.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/database/table.svg b/packages/icons/categories/database/table.svg deleted file mode 100644 index 69b8127f8..000000000 --- a/packages/icons/categories/database/table.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/ad-2.svg b/packages/icons/categories/design/ad-2.svg deleted file mode 100644 index 02b6003f6..000000000 --- a/packages/icons/categories/design/ad-2.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/design/ad-off.svg b/packages/icons/categories/design/ad-off.svg deleted file mode 100644 index c7169a7e3..000000000 --- a/packages/icons/categories/design/ad-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/design/ad.svg b/packages/icons/categories/design/ad.svg deleted file mode 100644 index 2dd1d3dd6..000000000 --- a/packages/icons/categories/design/ad.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/angle.svg b/packages/icons/categories/design/angle.svg deleted file mode 100644 index 9f711626e..000000000 --- a/packages/icons/categories/design/angle.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/design/artboard-off.svg b/packages/icons/categories/design/artboard-off.svg deleted file mode 100644 index 2733c4194..000000000 --- a/packages/icons/categories/design/artboard-off.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/artboard.svg b/packages/icons/categories/design/artboard.svg deleted file mode 100644 index afad120e6..000000000 --- a/packages/icons/categories/design/artboard.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/blur-off.svg b/packages/icons/categories/design/blur-off.svg deleted file mode 100644 index 577d7f522..000000000 --- a/packages/icons/categories/design/blur-off.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/blur.svg b/packages/icons/categories/design/blur.svg deleted file mode 100644 index 0f8246f74..000000000 --- a/packages/icons/categories/design/blur.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/design/border-all.svg b/packages/icons/categories/design/border-all.svg deleted file mode 100644 index f9e4d757e..000000000 --- a/packages/icons/categories/design/border-all.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/border-bottom.svg b/packages/icons/categories/design/border-bottom.svg deleted file mode 100644 index c51477f4a..000000000 --- a/packages/icons/categories/design/border-bottom.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/border-corner-pill.svg b/packages/icons/categories/design/border-corner-pill.svg deleted file mode 100644 index 3f7d7bce0..000000000 --- a/packages/icons/categories/design/border-corner-pill.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/border-corner-rounded.svg b/packages/icons/categories/design/border-corner-rounded.svg deleted file mode 100644 index 925c9c405..000000000 --- a/packages/icons/categories/design/border-corner-rounded.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/border-corner-square.svg b/packages/icons/categories/design/border-corner-square.svg deleted file mode 100644 index 6eb57353a..000000000 --- a/packages/icons/categories/design/border-corner-square.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/border-corners.svg b/packages/icons/categories/design/border-corners.svg deleted file mode 100644 index 5ea11e298..000000000 --- a/packages/icons/categories/design/border-corners.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/border-horizontal.svg b/packages/icons/categories/design/border-horizontal.svg deleted file mode 100644 index 2c38716a0..000000000 --- a/packages/icons/categories/design/border-horizontal.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/border-inner.svg b/packages/icons/categories/design/border-inner.svg deleted file mode 100644 index ed06a09f2..000000000 --- a/packages/icons/categories/design/border-inner.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/border-left.svg b/packages/icons/categories/design/border-left.svg deleted file mode 100644 index d6d7e07ca..000000000 --- a/packages/icons/categories/design/border-left.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/border-none.svg b/packages/icons/categories/design/border-none.svg deleted file mode 100644 index 0d58e94ac..000000000 --- a/packages/icons/categories/design/border-none.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/border-outer.svg b/packages/icons/categories/design/border-outer.svg deleted file mode 100644 index 0749246b0..000000000 --- a/packages/icons/categories/design/border-outer.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/design/border-radius.svg b/packages/icons/categories/design/border-radius.svg deleted file mode 100644 index 0a8aef696..000000000 --- a/packages/icons/categories/design/border-radius.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/border-right.svg b/packages/icons/categories/design/border-right.svg deleted file mode 100644 index 23c861601..000000000 --- a/packages/icons/categories/design/border-right.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/border-sides.svg b/packages/icons/categories/design/border-sides.svg deleted file mode 100644 index e793718fc..000000000 --- a/packages/icons/categories/design/border-sides.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/border-style-2.svg b/packages/icons/categories/design/border-style-2.svg deleted file mode 100644 index 0b6077c12..000000000 --- a/packages/icons/categories/design/border-style-2.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/border-style.svg b/packages/icons/categories/design/border-style.svg deleted file mode 100644 index b5196f86b..000000000 --- a/packages/icons/categories/design/border-style.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/border-top.svg b/packages/icons/categories/design/border-top.svg deleted file mode 100644 index 476d08f56..000000000 --- a/packages/icons/categories/design/border-top.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/border-vertical.svg b/packages/icons/categories/design/border-vertical.svg deleted file mode 100644 index cbbb0ed29..000000000 --- a/packages/icons/categories/design/border-vertical.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/bounce-left.svg b/packages/icons/categories/design/bounce-left.svg deleted file mode 100644 index 3932ae1e9..000000000 --- a/packages/icons/categories/design/bounce-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/bounce-right.svg b/packages/icons/categories/design/bounce-right.svg deleted file mode 100644 index af7788181..000000000 --- a/packages/icons/categories/design/bounce-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/box-align-bottom-left.svg b/packages/icons/categories/design/box-align-bottom-left.svg deleted file mode 100644 index c1b2cd590..000000000 --- a/packages/icons/categories/design/box-align-bottom-left.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/box-align-bottom-right.svg b/packages/icons/categories/design/box-align-bottom-right.svg deleted file mode 100644 index 350a08ed7..000000000 --- a/packages/icons/categories/design/box-align-bottom-right.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/box-align-bottom.svg b/packages/icons/categories/design/box-align-bottom.svg deleted file mode 100644 index 7bf0150e4..000000000 --- a/packages/icons/categories/design/box-align-bottom.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/design/box-align-left.svg b/packages/icons/categories/design/box-align-left.svg deleted file mode 100644 index e6755d773..000000000 --- a/packages/icons/categories/design/box-align-left.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/design/box-align-right.svg b/packages/icons/categories/design/box-align-right.svg deleted file mode 100644 index c82dfc9d0..000000000 --- a/packages/icons/categories/design/box-align-right.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/design/box-align-top-left.svg b/packages/icons/categories/design/box-align-top-left.svg deleted file mode 100644 index 7dc87b7f0..000000000 --- a/packages/icons/categories/design/box-align-top-left.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/box-align-top-right.svg b/packages/icons/categories/design/box-align-top-right.svg deleted file mode 100644 index ae6be239f..000000000 --- a/packages/icons/categories/design/box-align-top-right.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/box-align-top.svg b/packages/icons/categories/design/box-align-top.svg deleted file mode 100644 index d844be3bf..000000000 --- a/packages/icons/categories/design/box-align-top.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/design/box-margin.svg b/packages/icons/categories/design/box-margin.svg deleted file mode 100644 index d9c8e269f..000000000 --- a/packages/icons/categories/design/box-margin.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/box-model-2-off.svg b/packages/icons/categories/design/box-model-2-off.svg deleted file mode 100644 index b818241fe..000000000 --- a/packages/icons/categories/design/box-model-2-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/box-model-2.svg b/packages/icons/categories/design/box-model-2.svg deleted file mode 100644 index a0673bb18..000000000 --- a/packages/icons/categories/design/box-model-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/box-model-off.svg b/packages/icons/categories/design/box-model-off.svg deleted file mode 100644 index a9418eae1..000000000 --- a/packages/icons/categories/design/box-model-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/design/box-model.svg b/packages/icons/categories/design/box-model.svg deleted file mode 100644 index 2186b7c70..000000000 --- a/packages/icons/categories/design/box-model.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/design/box-padding.svg b/packages/icons/categories/design/box-padding.svg deleted file mode 100644 index e6c209cdc..000000000 --- a/packages/icons/categories/design/box-padding.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/brush-off.svg b/packages/icons/categories/design/brush-off.svg deleted file mode 100644 index ecc1444f7..000000000 --- a/packages/icons/categories/design/brush-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/brush.svg b/packages/icons/categories/design/brush.svg deleted file mode 100644 index bcc9920cb..000000000 --- a/packages/icons/categories/design/brush.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/bucket-droplet.svg b/packages/icons/categories/design/bucket-droplet.svg deleted file mode 100644 index 497d7c3b7..000000000 --- a/packages/icons/categories/design/bucket-droplet.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/bucket-off.svg b/packages/icons/categories/design/bucket-off.svg deleted file mode 100644 index ef136a09a..000000000 --- a/packages/icons/categories/design/bucket-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/bucket.svg b/packages/icons/categories/design/bucket.svg deleted file mode 100644 index 13007381f..000000000 --- a/packages/icons/categories/design/bucket.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/cards.svg b/packages/icons/categories/design/cards.svg deleted file mode 100644 index 3cdaaaedf..000000000 --- a/packages/icons/categories/design/cards.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/carousel-horizontal.svg b/packages/icons/categories/design/carousel-horizontal.svg deleted file mode 100644 index 7e8cd3e9e..000000000 --- a/packages/icons/categories/design/carousel-horizontal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/carousel-vertical.svg b/packages/icons/categories/design/carousel-vertical.svg deleted file mode 100644 index e604091ed..000000000 --- a/packages/icons/categories/design/carousel-vertical.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/color-filter.svg b/packages/icons/categories/design/color-filter.svg deleted file mode 100644 index 41a7b53a9..000000000 --- a/packages/icons/categories/design/color-filter.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/color-picker-off.svg b/packages/icons/categories/design/color-picker-off.svg deleted file mode 100644 index 640f6633d..000000000 --- a/packages/icons/categories/design/color-picker-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/color-picker.svg b/packages/icons/categories/design/color-picker.svg deleted file mode 100644 index ee0a68fc7..000000000 --- a/packages/icons/categories/design/color-picker.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/color-swatch-off.svg b/packages/icons/categories/design/color-swatch-off.svg deleted file mode 100644 index d425a6f25..000000000 --- a/packages/icons/categories/design/color-swatch-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/design/color-swatch.svg b/packages/icons/categories/design/color-swatch.svg deleted file mode 100644 index cd66c259b..000000000 --- a/packages/icons/categories/design/color-swatch.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/components-off.svg b/packages/icons/categories/design/components-off.svg deleted file mode 100644 index 32fc9723c..000000000 --- a/packages/icons/categories/design/components-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/design/components.svg b/packages/icons/categories/design/components.svg deleted file mode 100644 index 162f99688..000000000 --- a/packages/icons/categories/design/components.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/container-off.svg b/packages/icons/categories/design/container-off.svg deleted file mode 100644 index c9d159330..000000000 --- a/packages/icons/categories/design/container-off.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/container.svg b/packages/icons/categories/design/container.svg deleted file mode 100644 index 290b718c4..000000000 --- a/packages/icons/categories/design/container.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/crop-1-1.svg b/packages/icons/categories/design/crop-1-1.svg deleted file mode 100644 index b625a8e41..000000000 --- a/packages/icons/categories/design/crop-1-1.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/crop-16-9.svg b/packages/icons/categories/design/crop-16-9.svg deleted file mode 100644 index a34ccd96f..000000000 --- a/packages/icons/categories/design/crop-16-9.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/crop-3-2.svg b/packages/icons/categories/design/crop-3-2.svg deleted file mode 100644 index 6a744a156..000000000 --- a/packages/icons/categories/design/crop-3-2.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/crop-5-4.svg b/packages/icons/categories/design/crop-5-4.svg deleted file mode 100644 index c698c8102..000000000 --- a/packages/icons/categories/design/crop-5-4.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/crop-7-5.svg b/packages/icons/categories/design/crop-7-5.svg deleted file mode 100644 index 87c4eaa4c..000000000 --- a/packages/icons/categories/design/crop-7-5.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/crop-landscape.svg b/packages/icons/categories/design/crop-landscape.svg deleted file mode 100644 index fca46f29e..000000000 --- a/packages/icons/categories/design/crop-landscape.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/crop-portrait.svg b/packages/icons/categories/design/crop-portrait.svg deleted file mode 100644 index 2c3d115f9..000000000 --- a/packages/icons/categories/design/crop-portrait.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/crop.svg b/packages/icons/categories/design/crop.svg deleted file mode 100644 index 039da9d13..000000000 --- a/packages/icons/categories/design/crop.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/cut.svg b/packages/icons/categories/design/cut.svg deleted file mode 100644 index 80c97a98a..000000000 --- a/packages/icons/categories/design/cut.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/dimensions.svg b/packages/icons/categories/design/dimensions.svg deleted file mode 100644 index dc41656d9..000000000 --- a/packages/icons/categories/design/dimensions.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/design/drag-drop-2.svg b/packages/icons/categories/design/drag-drop-2.svg deleted file mode 100644 index d876f2ad2..000000000 --- a/packages/icons/categories/design/drag-drop-2.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/drag-drop.svg b/packages/icons/categories/design/drag-drop.svg deleted file mode 100644 index 8dee4f9c6..000000000 --- a/packages/icons/categories/design/drag-drop.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/droplet-bolt.svg b/packages/icons/categories/design/droplet-bolt.svg deleted file mode 100644 index adc6f99d4..000000000 --- a/packages/icons/categories/design/droplet-bolt.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/droplet-cancel.svg b/packages/icons/categories/design/droplet-cancel.svg deleted file mode 100644 index a34f82970..000000000 --- a/packages/icons/categories/design/droplet-cancel.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/droplet-check.svg b/packages/icons/categories/design/droplet-check.svg deleted file mode 100644 index 7075f76d5..000000000 --- a/packages/icons/categories/design/droplet-check.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/droplet-code.svg b/packages/icons/categories/design/droplet-code.svg deleted file mode 100644 index 22ed18532..000000000 --- a/packages/icons/categories/design/droplet-code.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/droplet-cog.svg b/packages/icons/categories/design/droplet-cog.svg deleted file mode 100644 index 5e5d47685..000000000 --- a/packages/icons/categories/design/droplet-cog.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/droplet-dollar.svg b/packages/icons/categories/design/droplet-dollar.svg deleted file mode 100644 index 72eebf81c..000000000 --- a/packages/icons/categories/design/droplet-dollar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/droplet-down.svg b/packages/icons/categories/design/droplet-down.svg deleted file mode 100644 index 8e9fb4e6d..000000000 --- a/packages/icons/categories/design/droplet-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/droplet-exclamation.svg b/packages/icons/categories/design/droplet-exclamation.svg deleted file mode 100644 index bcdc9a580..000000000 --- a/packages/icons/categories/design/droplet-exclamation.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/droplet-filled.svg b/packages/icons/categories/design/droplet-filled.svg deleted file mode 100644 index 781c8ce3a..000000000 --- a/packages/icons/categories/design/droplet-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/droplet-half-2.svg b/packages/icons/categories/design/droplet-half-2.svg deleted file mode 100644 index 6731eea24..000000000 --- a/packages/icons/categories/design/droplet-half-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/droplet-half-filled.svg b/packages/icons/categories/design/droplet-half-filled.svg deleted file mode 100644 index dacaf37a0..000000000 --- a/packages/icons/categories/design/droplet-half-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/droplet-half.svg b/packages/icons/categories/design/droplet-half.svg deleted file mode 100644 index f2841bfb7..000000000 --- a/packages/icons/categories/design/droplet-half.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/droplet-heart.svg b/packages/icons/categories/design/droplet-heart.svg deleted file mode 100644 index b6e1cc0f0..000000000 --- a/packages/icons/categories/design/droplet-heart.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/droplet-minus.svg b/packages/icons/categories/design/droplet-minus.svg deleted file mode 100644 index feb6c52a3..000000000 --- a/packages/icons/categories/design/droplet-minus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/droplet-off.svg b/packages/icons/categories/design/droplet-off.svg deleted file mode 100644 index 9aa12c568..000000000 --- a/packages/icons/categories/design/droplet-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/droplet-pause.svg b/packages/icons/categories/design/droplet-pause.svg deleted file mode 100644 index 3706ff9f7..000000000 --- a/packages/icons/categories/design/droplet-pause.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/droplet-pin.svg b/packages/icons/categories/design/droplet-pin.svg deleted file mode 100644 index 27459378e..000000000 --- a/packages/icons/categories/design/droplet-pin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/droplet-plus.svg b/packages/icons/categories/design/droplet-plus.svg deleted file mode 100644 index 72a77f7dc..000000000 --- a/packages/icons/categories/design/droplet-plus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/droplet-question.svg b/packages/icons/categories/design/droplet-question.svg deleted file mode 100644 index 9cd2d1dc5..000000000 --- a/packages/icons/categories/design/droplet-question.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/droplet-search.svg b/packages/icons/categories/design/droplet-search.svg deleted file mode 100644 index 7282c3099..000000000 --- a/packages/icons/categories/design/droplet-search.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/droplet-share.svg b/packages/icons/categories/design/droplet-share.svg deleted file mode 100644 index 99638ebcd..000000000 --- a/packages/icons/categories/design/droplet-share.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/droplet-star.svg b/packages/icons/categories/design/droplet-star.svg deleted file mode 100644 index 9073d43d4..000000000 --- a/packages/icons/categories/design/droplet-star.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/droplet-up.svg b/packages/icons/categories/design/droplet-up.svg deleted file mode 100644 index 49ae269c9..000000000 --- a/packages/icons/categories/design/droplet-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/droplet-x.svg b/packages/icons/categories/design/droplet-x.svg deleted file mode 100644 index 586b234e6..000000000 --- a/packages/icons/categories/design/droplet-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/droplet.svg b/packages/icons/categories/design/droplet.svg deleted file mode 100644 index 9163bae22..000000000 --- a/packages/icons/categories/design/droplet.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/ease-in-control-point.svg b/packages/icons/categories/design/ease-in-control-point.svg deleted file mode 100644 index 3a5dd7cb9..000000000 --- a/packages/icons/categories/design/ease-in-control-point.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/ease-in-out-control-points.svg b/packages/icons/categories/design/ease-in-out-control-points.svg deleted file mode 100644 index c4a3ea4f3..000000000 --- a/packages/icons/categories/design/ease-in-out-control-points.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/design/ease-in-out.svg b/packages/icons/categories/design/ease-in-out.svg deleted file mode 100644 index 6a98dd8e0..000000000 --- a/packages/icons/categories/design/ease-in-out.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/ease-in.svg b/packages/icons/categories/design/ease-in.svg deleted file mode 100644 index 0706343b3..000000000 --- a/packages/icons/categories/design/ease-in.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/ease-out-control-point.svg b/packages/icons/categories/design/ease-out-control-point.svg deleted file mode 100644 index 7c5141ff6..000000000 --- a/packages/icons/categories/design/ease-out-control-point.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/ease-out.svg b/packages/icons/categories/design/ease-out.svg deleted file mode 100644 index b27181b8b..000000000 --- a/packages/icons/categories/design/ease-out.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/edit-circle-off.svg b/packages/icons/categories/design/edit-circle-off.svg deleted file mode 100644 index 6c7101d1e..000000000 --- a/packages/icons/categories/design/edit-circle-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/edit-circle.svg b/packages/icons/categories/design/edit-circle.svg deleted file mode 100644 index 984db76de..000000000 --- a/packages/icons/categories/design/edit-circle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/edit-off.svg b/packages/icons/categories/design/edit-off.svg deleted file mode 100644 index b152f6d5b..000000000 --- a/packages/icons/categories/design/edit-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/edit.svg b/packages/icons/categories/design/edit.svg deleted file mode 100644 index c3afa2ad5..000000000 --- a/packages/icons/categories/design/edit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/favicon.svg b/packages/icons/categories/design/favicon.svg deleted file mode 100644 index 0bfb71b40..000000000 --- a/packages/icons/categories/design/favicon.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/flip-horizontal.svg b/packages/icons/categories/design/flip-horizontal.svg deleted file mode 100644 index 48307ad4e..000000000 --- a/packages/icons/categories/design/flip-horizontal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/flip-vertical.svg b/packages/icons/categories/design/flip-vertical.svg deleted file mode 100644 index b3748e6a3..000000000 --- a/packages/icons/categories/design/flip-vertical.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/frame-off.svg b/packages/icons/categories/design/frame-off.svg deleted file mode 100644 index 8f2e6bd02..000000000 --- a/packages/icons/categories/design/frame-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/design/frame.svg b/packages/icons/categories/design/frame.svg deleted file mode 100644 index 15a44aea0..000000000 --- a/packages/icons/categories/design/frame.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/freeze-column.svg b/packages/icons/categories/design/freeze-column.svg deleted file mode 100644 index a3bfb2c73..000000000 --- a/packages/icons/categories/design/freeze-column.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/design/freeze-row-column.svg b/packages/icons/categories/design/freeze-row-column.svg deleted file mode 100644 index 6d5e1eed6..000000000 --- a/packages/icons/categories/design/freeze-row-column.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/design/freeze-row.svg b/packages/icons/categories/design/freeze-row.svg deleted file mode 100644 index bade81c8b..000000000 --- a/packages/icons/categories/design/freeze-row.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/design/grid-3x3.svg b/packages/icons/categories/design/grid-3x3.svg deleted file mode 100644 index f09317d5e..000000000 --- a/packages/icons/categories/design/grid-3x3.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/grid-4x4.svg b/packages/icons/categories/design/grid-4x4.svg deleted file mode 100644 index 3b85e06c7..000000000 --- a/packages/icons/categories/design/grid-4x4.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/design/grid-goldenratio.svg b/packages/icons/categories/design/grid-goldenratio.svg deleted file mode 100644 index f61ae04ff..000000000 --- a/packages/icons/categories/design/grid-goldenratio.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/hierarchy-2.svg b/packages/icons/categories/design/hierarchy-2.svg deleted file mode 100644 index a31fd30ab..000000000 --- a/packages/icons/categories/design/hierarchy-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/design/hierarchy-3.svg b/packages/icons/categories/design/hierarchy-3.svg deleted file mode 100644 index d3409534b..000000000 --- a/packages/icons/categories/design/hierarchy-3.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/hierarchy-off.svg b/packages/icons/categories/design/hierarchy-off.svg deleted file mode 100644 index 8154813c6..000000000 --- a/packages/icons/categories/design/hierarchy-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/design/hierarchy.svg b/packages/icons/categories/design/hierarchy.svg deleted file mode 100644 index dc967b4ff..000000000 --- a/packages/icons/categories/design/hierarchy.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/design/inner-shadow-bottom-left.svg b/packages/icons/categories/design/inner-shadow-bottom-left.svg deleted file mode 100644 index 2215a4824..000000000 --- a/packages/icons/categories/design/inner-shadow-bottom-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/inner-shadow-bottom-right.svg b/packages/icons/categories/design/inner-shadow-bottom-right.svg deleted file mode 100644 index ab6f2ee49..000000000 --- a/packages/icons/categories/design/inner-shadow-bottom-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/inner-shadow-bottom.svg b/packages/icons/categories/design/inner-shadow-bottom.svg deleted file mode 100644 index 044a365eb..000000000 --- a/packages/icons/categories/design/inner-shadow-bottom.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/inner-shadow-left.svg b/packages/icons/categories/design/inner-shadow-left.svg deleted file mode 100644 index bd5b8f280..000000000 --- a/packages/icons/categories/design/inner-shadow-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/inner-shadow-right.svg b/packages/icons/categories/design/inner-shadow-right.svg deleted file mode 100644 index def1de5f7..000000000 --- a/packages/icons/categories/design/inner-shadow-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/inner-shadow-top-left.svg b/packages/icons/categories/design/inner-shadow-top-left.svg deleted file mode 100644 index 4e1d2236b..000000000 --- a/packages/icons/categories/design/inner-shadow-top-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/inner-shadow-top-right.svg b/packages/icons/categories/design/inner-shadow-top-right.svg deleted file mode 100644 index 377abb94f..000000000 --- a/packages/icons/categories/design/inner-shadow-top-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/inner-shadow-top.svg b/packages/icons/categories/design/inner-shadow-top.svg deleted file mode 100644 index 3d6d1f95a..000000000 --- a/packages/icons/categories/design/inner-shadow-top.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/lasso-off.svg b/packages/icons/categories/design/lasso-off.svg deleted file mode 100644 index 65b134e8d..000000000 --- a/packages/icons/categories/design/lasso-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/lasso-polygon.svg b/packages/icons/categories/design/lasso-polygon.svg deleted file mode 100644 index 5f107fcf8..000000000 --- a/packages/icons/categories/design/lasso-polygon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/lasso.svg b/packages/icons/categories/design/lasso.svg deleted file mode 100644 index 9d3cd9f9f..000000000 --- a/packages/icons/categories/design/lasso.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/layers-difference.svg b/packages/icons/categories/design/layers-difference.svg deleted file mode 100644 index 3717bdfd7..000000000 --- a/packages/icons/categories/design/layers-difference.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/design/layers-intersect-2.svg b/packages/icons/categories/design/layers-intersect-2.svg deleted file mode 100644 index 174bb1ede..000000000 --- a/packages/icons/categories/design/layers-intersect-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/layers-intersect.svg b/packages/icons/categories/design/layers-intersect.svg deleted file mode 100644 index 5327c3619..000000000 --- a/packages/icons/categories/design/layers-intersect.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/layers-linked.svg b/packages/icons/categories/design/layers-linked.svg deleted file mode 100644 index 408ec08e9..000000000 --- a/packages/icons/categories/design/layers-linked.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/layers-subtract.svg b/packages/icons/categories/design/layers-subtract.svg deleted file mode 100644 index 465a1a549..000000000 --- a/packages/icons/categories/design/layers-subtract.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/layers-union.svg b/packages/icons/categories/design/layers-union.svg deleted file mode 100644 index c05fa3fb9..000000000 --- a/packages/icons/categories/design/layers-union.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/layout-2.svg b/packages/icons/categories/design/layout-2.svg deleted file mode 100644 index 6d0071768..000000000 --- a/packages/icons/categories/design/layout-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/layout-align-bottom.svg b/packages/icons/categories/design/layout-align-bottom.svg deleted file mode 100644 index aea7a0c98..000000000 --- a/packages/icons/categories/design/layout-align-bottom.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/layout-align-center.svg b/packages/icons/categories/design/layout-align-center.svg deleted file mode 100644 index de6277780..000000000 --- a/packages/icons/categories/design/layout-align-center.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/layout-align-left.svg b/packages/icons/categories/design/layout-align-left.svg deleted file mode 100644 index 660022271..000000000 --- a/packages/icons/categories/design/layout-align-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/layout-align-middle.svg b/packages/icons/categories/design/layout-align-middle.svg deleted file mode 100644 index 608170cb1..000000000 --- a/packages/icons/categories/design/layout-align-middle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/layout-align-right.svg b/packages/icons/categories/design/layout-align-right.svg deleted file mode 100644 index 6e121f487..000000000 --- a/packages/icons/categories/design/layout-align-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/layout-align-top.svg b/packages/icons/categories/design/layout-align-top.svg deleted file mode 100644 index 510066c95..000000000 --- a/packages/icons/categories/design/layout-align-top.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/layout-board-split.svg b/packages/icons/categories/design/layout-board-split.svg deleted file mode 100644 index 1a9cb4707..000000000 --- a/packages/icons/categories/design/layout-board-split.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/design/layout-board.svg b/packages/icons/categories/design/layout-board.svg deleted file mode 100644 index 9f5a21180..000000000 --- a/packages/icons/categories/design/layout-board.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/layout-bottombar-collapse.svg b/packages/icons/categories/design/layout-bottombar-collapse.svg deleted file mode 100644 index e38c7e8ef..000000000 --- a/packages/icons/categories/design/layout-bottombar-collapse.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/layout-bottombar-expand.svg b/packages/icons/categories/design/layout-bottombar-expand.svg deleted file mode 100644 index 0d4369d21..000000000 --- a/packages/icons/categories/design/layout-bottombar-expand.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/layout-bottombar.svg b/packages/icons/categories/design/layout-bottombar.svg deleted file mode 100644 index d96833bc3..000000000 --- a/packages/icons/categories/design/layout-bottombar.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/layout-cards.svg b/packages/icons/categories/design/layout-cards.svg deleted file mode 100644 index 946d207ba..000000000 --- a/packages/icons/categories/design/layout-cards.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/layout-collage.svg b/packages/icons/categories/design/layout-collage.svg deleted file mode 100644 index 4cfe39805..000000000 --- a/packages/icons/categories/design/layout-collage.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/layout-columns.svg b/packages/icons/categories/design/layout-columns.svg deleted file mode 100644 index 2cf1c6aa8..000000000 --- a/packages/icons/categories/design/layout-columns.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/layout-dashboard.svg b/packages/icons/categories/design/layout-dashboard.svg deleted file mode 100644 index d7f36170b..000000000 --- a/packages/icons/categories/design/layout-dashboard.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/layout-distribute-horizontal.svg b/packages/icons/categories/design/layout-distribute-horizontal.svg deleted file mode 100644 index 08bdf8c71..000000000 --- a/packages/icons/categories/design/layout-distribute-horizontal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/layout-distribute-vertical.svg b/packages/icons/categories/design/layout-distribute-vertical.svg deleted file mode 100644 index 4c8c1c6d9..000000000 --- a/packages/icons/categories/design/layout-distribute-vertical.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/layout-grid-add.svg b/packages/icons/categories/design/layout-grid-add.svg deleted file mode 100644 index 1e8538294..000000000 --- a/packages/icons/categories/design/layout-grid-add.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/layout-grid-remove.svg b/packages/icons/categories/design/layout-grid-remove.svg deleted file mode 100644 index d8d40b4dc..000000000 --- a/packages/icons/categories/design/layout-grid-remove.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/layout-grid.svg b/packages/icons/categories/design/layout-grid.svg deleted file mode 100644 index 8f4b0271f..000000000 --- a/packages/icons/categories/design/layout-grid.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/layout-kanban.svg b/packages/icons/categories/design/layout-kanban.svg deleted file mode 100644 index 44319bb0d..000000000 --- a/packages/icons/categories/design/layout-kanban.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/layout-list.svg b/packages/icons/categories/design/layout-list.svg deleted file mode 100644 index 6e8e6868e..000000000 --- a/packages/icons/categories/design/layout-list.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/layout-navbar-collapse.svg b/packages/icons/categories/design/layout-navbar-collapse.svg deleted file mode 100644 index 0ce6551ae..000000000 --- a/packages/icons/categories/design/layout-navbar-collapse.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/layout-navbar-expand.svg b/packages/icons/categories/design/layout-navbar-expand.svg deleted file mode 100644 index 1ebafa750..000000000 --- a/packages/icons/categories/design/layout-navbar-expand.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/layout-navbar.svg b/packages/icons/categories/design/layout-navbar.svg deleted file mode 100644 index 05e2888e6..000000000 --- a/packages/icons/categories/design/layout-navbar.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/layout-off.svg b/packages/icons/categories/design/layout-off.svg deleted file mode 100644 index 79d1e60e3..000000000 --- a/packages/icons/categories/design/layout-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/layout-rows.svg b/packages/icons/categories/design/layout-rows.svg deleted file mode 100644 index 74ebfd87d..000000000 --- a/packages/icons/categories/design/layout-rows.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/layout-sidebar-left-collapse.svg b/packages/icons/categories/design/layout-sidebar-left-collapse.svg deleted file mode 100644 index 0bf58ad7d..000000000 --- a/packages/icons/categories/design/layout-sidebar-left-collapse.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/layout-sidebar-left-expand.svg b/packages/icons/categories/design/layout-sidebar-left-expand.svg deleted file mode 100644 index 2e52d1a37..000000000 --- a/packages/icons/categories/design/layout-sidebar-left-expand.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/layout-sidebar-right-collapse.svg b/packages/icons/categories/design/layout-sidebar-right-collapse.svg deleted file mode 100644 index 41c55aa13..000000000 --- a/packages/icons/categories/design/layout-sidebar-right-collapse.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/layout-sidebar-right-expand.svg b/packages/icons/categories/design/layout-sidebar-right-expand.svg deleted file mode 100644 index b2825ea7b..000000000 --- a/packages/icons/categories/design/layout-sidebar-right-expand.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/layout-sidebar-right.svg b/packages/icons/categories/design/layout-sidebar-right.svg deleted file mode 100644 index 7133f59e0..000000000 --- a/packages/icons/categories/design/layout-sidebar-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/layout-sidebar.svg b/packages/icons/categories/design/layout-sidebar.svg deleted file mode 100644 index 1c8344dba..000000000 --- a/packages/icons/categories/design/layout-sidebar.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/layout.svg b/packages/icons/categories/design/layout.svg deleted file mode 100644 index 68ee9c752..000000000 --- a/packages/icons/categories/design/layout.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/line-dashed.svg b/packages/icons/categories/design/line-dashed.svg deleted file mode 100644 index 4d6c09050..000000000 --- a/packages/icons/categories/design/line-dashed.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/line-dotted.svg b/packages/icons/categories/design/line-dotted.svg deleted file mode 100644 index db4f7b1c3..000000000 --- a/packages/icons/categories/design/line-dotted.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/design/line.svg b/packages/icons/categories/design/line.svg deleted file mode 100644 index 25dd87b49..000000000 --- a/packages/icons/categories/design/line.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/mask-off.svg b/packages/icons/categories/design/mask-off.svg deleted file mode 100644 index 696dc6b14..000000000 --- a/packages/icons/categories/design/mask-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/mask.svg b/packages/icons/categories/design/mask.svg deleted file mode 100644 index 01c48ec25..000000000 --- a/packages/icons/categories/design/mask.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/paint-off.svg b/packages/icons/categories/design/paint-off.svg deleted file mode 100644 index 6197fdaee..000000000 --- a/packages/icons/categories/design/paint-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/paint.svg b/packages/icons/categories/design/paint.svg deleted file mode 100644 index f138f5fe5..000000000 --- a/packages/icons/categories/design/paint.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/palette-off.svg b/packages/icons/categories/design/palette-off.svg deleted file mode 100644 index 873bb2650..000000000 --- a/packages/icons/categories/design/palette-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/design/palette.svg b/packages/icons/categories/design/palette.svg deleted file mode 100644 index 7e0825d37..000000000 --- a/packages/icons/categories/design/palette.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/pencil-minus.svg b/packages/icons/categories/design/pencil-minus.svg deleted file mode 100644 index 20ca80cb2..000000000 --- a/packages/icons/categories/design/pencil-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/pencil-off.svg b/packages/icons/categories/design/pencil-off.svg deleted file mode 100644 index 7208871c2..000000000 --- a/packages/icons/categories/design/pencil-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/pencil-plus.svg b/packages/icons/categories/design/pencil-plus.svg deleted file mode 100644 index bb372f5c9..000000000 --- a/packages/icons/categories/design/pencil-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/pencil.svg b/packages/icons/categories/design/pencil.svg deleted file mode 100644 index e17b73a99..000000000 --- a/packages/icons/categories/design/pencil.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/polygon-off.svg b/packages/icons/categories/design/polygon-off.svg deleted file mode 100644 index 37a3b3a25..000000000 --- a/packages/icons/categories/design/polygon-off.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/polygon.svg b/packages/icons/categories/design/polygon.svg deleted file mode 100644 index 1449a34e1..000000000 --- a/packages/icons/categories/design/polygon.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/radius-bottom-left.svg b/packages/icons/categories/design/radius-bottom-left.svg deleted file mode 100644 index d45e8d019..000000000 --- a/packages/icons/categories/design/radius-bottom-left.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/radius-bottom-right.svg b/packages/icons/categories/design/radius-bottom-right.svg deleted file mode 100644 index 8ce6ab172..000000000 --- a/packages/icons/categories/design/radius-bottom-right.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/radius-top-left.svg b/packages/icons/categories/design/radius-top-left.svg deleted file mode 100644 index 569f2f02d..000000000 --- a/packages/icons/categories/design/radius-top-left.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/radius-top-right.svg b/packages/icons/categories/design/radius-top-right.svg deleted file mode 100644 index cdb8f24b0..000000000 --- a/packages/icons/categories/design/radius-top-right.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packages/icons/categories/design/resize.svg b/packages/icons/categories/design/resize.svg deleted file mode 100644 index 32d2fc87e..000000000 --- a/packages/icons/categories/design/resize.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/ruler-2-off.svg b/packages/icons/categories/design/ruler-2-off.svg deleted file mode 100644 index 9f62930c2..000000000 --- a/packages/icons/categories/design/ruler-2-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/design/ruler-2.svg b/packages/icons/categories/design/ruler-2.svg deleted file mode 100644 index f946cdc8a..000000000 --- a/packages/icons/categories/design/ruler-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/design/ruler-3.svg b/packages/icons/categories/design/ruler-3.svg deleted file mode 100644 index fd5c736e2..000000000 --- a/packages/icons/categories/design/ruler-3.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/design/ruler-measure.svg b/packages/icons/categories/design/ruler-measure.svg deleted file mode 100644 index 39b2cd05f..000000000 --- a/packages/icons/categories/design/ruler-measure.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/ruler-off.svg b/packages/icons/categories/design/ruler-off.svg deleted file mode 100644 index b91ca16db..000000000 --- a/packages/icons/categories/design/ruler-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/design/ruler.svg b/packages/icons/categories/design/ruler.svg deleted file mode 100644 index cda5c54a8..000000000 --- a/packages/icons/categories/design/ruler.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/design/scissors-off.svg b/packages/icons/categories/design/scissors-off.svg deleted file mode 100644 index 11a058011..000000000 --- a/packages/icons/categories/design/scissors-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/scissors.svg b/packages/icons/categories/design/scissors.svg deleted file mode 100644 index 7fda1592f..000000000 --- a/packages/icons/categories/design/scissors.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/section.svg b/packages/icons/categories/design/section.svg deleted file mode 100644 index d9d0d9550..000000000 --- a/packages/icons/categories/design/section.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/shape-2.svg b/packages/icons/categories/design/shape-2.svg deleted file mode 100644 index 176edae0f..000000000 --- a/packages/icons/categories/design/shape-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/design/shape-3.svg b/packages/icons/categories/design/shape-3.svg deleted file mode 100644 index fe2500b81..000000000 --- a/packages/icons/categories/design/shape-3.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/design/shape-off.svg b/packages/icons/categories/design/shape-off.svg deleted file mode 100644 index 8c28d1984..000000000 --- a/packages/icons/categories/design/shape-off.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/shape.svg b/packages/icons/categories/design/shape.svg deleted file mode 100644 index 95fcfea32..000000000 --- a/packages/icons/categories/design/shape.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/slice.svg b/packages/icons/categories/design/slice.svg deleted file mode 100644 index 52a8f8f6e..000000000 --- a/packages/icons/categories/design/slice.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/design/square-half.svg b/packages/icons/categories/design/square-half.svg deleted file mode 100644 index 0bb4cfa22..000000000 --- a/packages/icons/categories/design/square-half.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/design/square-toggle-horizontal.svg b/packages/icons/categories/design/square-toggle-horizontal.svg deleted file mode 100644 index f96b4178b..000000000 --- a/packages/icons/categories/design/square-toggle-horizontal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/design/square-toggle.svg b/packages/icons/categories/design/square-toggle.svg deleted file mode 100644 index ebde70af9..000000000 --- a/packages/icons/categories/design/square-toggle.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/design/squares-diagonal.svg b/packages/icons/categories/design/squares-diagonal.svg deleted file mode 100644 index ea1e8a5d9..000000000 --- a/packages/icons/categories/design/squares-diagonal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/squares-filled.svg b/packages/icons/categories/design/squares-filled.svg deleted file mode 100644 index 49051db74..000000000 --- a/packages/icons/categories/design/squares-filled.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/design/stack-2.svg b/packages/icons/categories/design/stack-2.svg deleted file mode 100644 index 44b3f9030..000000000 --- a/packages/icons/categories/design/stack-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/stack-3.svg b/packages/icons/categories/design/stack-3.svg deleted file mode 100644 index dff74286f..000000000 --- a/packages/icons/categories/design/stack-3.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/stack-pop.svg b/packages/icons/categories/design/stack-pop.svg deleted file mode 100644 index df36f7bb3..000000000 --- a/packages/icons/categories/design/stack-pop.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/stack-push.svg b/packages/icons/categories/design/stack-push.svg deleted file mode 100644 index 10ab434ef..000000000 --- a/packages/icons/categories/design/stack-push.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/stack.svg b/packages/icons/categories/design/stack.svg deleted file mode 100644 index c07149a86..000000000 --- a/packages/icons/categories/design/stack.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/design/template-off.svg b/packages/icons/categories/design/template-off.svg deleted file mode 100644 index a8a6e4d4a..000000000 --- a/packages/icons/categories/design/template-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/design/template.svg b/packages/icons/categories/design/template.svg deleted file mode 100644 index d75832a9c..000000000 --- a/packages/icons/categories/design/template.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/design/text-resize.svg b/packages/icons/categories/design/text-resize.svg deleted file mode 100644 index d728808e4..000000000 --- a/packages/icons/categories/design/text-resize.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/tools-off.svg b/packages/icons/categories/design/tools-off.svg deleted file mode 100644 index 197afe307..000000000 --- a/packages/icons/categories/design/tools-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/design/tools.svg b/packages/icons/categories/design/tools.svg deleted file mode 100644 index aef10b354..000000000 --- a/packages/icons/categories/design/tools.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/design/ux-circle.svg b/packages/icons/categories/design/ux-circle.svg deleted file mode 100644 index 322a2676d..000000000 --- a/packages/icons/categories/design/ux-circle.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/design/vector-bezier-2.svg b/packages/icons/categories/design/vector-bezier-2.svg deleted file mode 100644 index 50305e711..000000000 --- a/packages/icons/categories/design/vector-bezier-2.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/design/vector-bezier-arc.svg b/packages/icons/categories/design/vector-bezier-arc.svg deleted file mode 100644 index 8a1df8b5b..000000000 --- a/packages/icons/categories/design/vector-bezier-arc.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/design/vector-bezier-circle.svg b/packages/icons/categories/design/vector-bezier-circle.svg deleted file mode 100644 index 4e22c99fb..000000000 --- a/packages/icons/categories/design/vector-bezier-circle.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/vector-bezier.svg b/packages/icons/categories/design/vector-bezier.svg deleted file mode 100644 index e6b1bec2c..000000000 --- a/packages/icons/categories/design/vector-bezier.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/vector-off.svg b/packages/icons/categories/design/vector-off.svg deleted file mode 100644 index b5b788f3f..000000000 --- a/packages/icons/categories/design/vector-off.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/design/vector-spline.svg b/packages/icons/categories/design/vector-spline.svg deleted file mode 100644 index b6517cf4c..000000000 --- a/packages/icons/categories/design/vector-spline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/design/vector-triangle-off.svg b/packages/icons/categories/design/vector-triangle-off.svg deleted file mode 100644 index 7bcc459fe..000000000 --- a/packages/icons/categories/design/vector-triangle-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/design/vector-triangle.svg b/packages/icons/categories/design/vector-triangle.svg deleted file mode 100644 index b57bfa868..000000000 --- a/packages/icons/categories/design/vector-triangle.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/design/vector.svg b/packages/icons/categories/design/vector.svg deleted file mode 100644 index 8ff37c286..000000000 --- a/packages/icons/categories/design/vector.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/development/api-app-off.svg b/packages/icons/categories/development/api-app-off.svg deleted file mode 100644 index 2930315ea..000000000 --- a/packages/icons/categories/development/api-app-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/development/api-app.svg b/packages/icons/categories/development/api-app.svg deleted file mode 100644 index a697ffe73..000000000 --- a/packages/icons/categories/development/api-app.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/development/api-off.svg b/packages/icons/categories/development/api-off.svg deleted file mode 100644 index c8a2c992e..000000000 --- a/packages/icons/categories/development/api-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/development/api.svg b/packages/icons/categories/development/api.svg deleted file mode 100644 index 767a159b6..000000000 --- a/packages/icons/categories/development/api.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/development/apps-off.svg b/packages/icons/categories/development/apps-off.svg deleted file mode 100644 index 8d8ed2378..000000000 --- a/packages/icons/categories/development/apps-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/development/apps.svg b/packages/icons/categories/development/apps.svg deleted file mode 100644 index 16e88845f..000000000 --- a/packages/icons/categories/development/apps.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/development/assembly-off.svg b/packages/icons/categories/development/assembly-off.svg deleted file mode 100644 index 467bd3502..000000000 --- a/packages/icons/categories/development/assembly-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/development/assembly.svg b/packages/icons/categories/development/assembly.svg deleted file mode 100644 index d43b09150..000000000 --- a/packages/icons/categories/development/assembly.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/development/asset.svg b/packages/icons/categories/development/asset.svg deleted file mode 100644 index f091e2656..000000000 --- a/packages/icons/categories/development/asset.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/development/bug-off.svg b/packages/icons/categories/development/bug-off.svg deleted file mode 100644 index 50908483c..000000000 --- a/packages/icons/categories/development/bug-off.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/development/bug.svg b/packages/icons/categories/development/bug.svg deleted file mode 100644 index 242386cc3..000000000 --- a/packages/icons/categories/development/bug.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/development/sdk.svg b/packages/icons/categories/development/sdk.svg deleted file mode 100644 index a9fa287fc..000000000 --- a/packages/icons/categories/development/sdk.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/development/seo.svg b/packages/icons/categories/development/seo.svg deleted file mode 100644 index b2f0651c5..000000000 --- a/packages/icons/categories/development/seo.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/development/sitemap-off.svg b/packages/icons/categories/development/sitemap-off.svg deleted file mode 100644 index c65ce40d2..000000000 --- a/packages/icons/categories/development/sitemap-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/development/sitemap.svg b/packages/icons/categories/development/sitemap.svg deleted file mode 100644 index df879ea2f..000000000 --- a/packages/icons/categories/development/sitemap.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/development/timeline-event-exclamation.svg b/packages/icons/categories/development/timeline-event-exclamation.svg deleted file mode 100644 index d797008d7..000000000 --- a/packages/icons/categories/development/timeline-event-exclamation.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/development/timeline-event-minus.svg b/packages/icons/categories/development/timeline-event-minus.svg deleted file mode 100644 index 2afd7b581..000000000 --- a/packages/icons/categories/development/timeline-event-minus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/development/timeline-event-plus.svg b/packages/icons/categories/development/timeline-event-plus.svg deleted file mode 100644 index 34fdd46c4..000000000 --- a/packages/icons/categories/development/timeline-event-plus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/development/timeline-event-text.svg b/packages/icons/categories/development/timeline-event-text.svg deleted file mode 100644 index 5d0b8d034..000000000 --- a/packages/icons/categories/development/timeline-event-text.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/development/timeline-event-x.svg b/packages/icons/categories/development/timeline-event-x.svg deleted file mode 100644 index 3aef866c6..000000000 --- a/packages/icons/categories/development/timeline-event-x.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/development/timeline-event.svg b/packages/icons/categories/development/timeline-event.svg deleted file mode 100644 index d71f8e87d..000000000 --- a/packages/icons/categories/development/timeline-event.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/development/versions-off.svg b/packages/icons/categories/development/versions-off.svg deleted file mode 100644 index 208c9064f..000000000 --- a/packages/icons/categories/development/versions-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/development/versions.svg b/packages/icons/categories/development/versions.svg deleted file mode 100644 index 1152131b8..000000000 --- a/packages/icons/categories/development/versions.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/development/webhook-off.svg b/packages/icons/categories/development/webhook-off.svg deleted file mode 100644 index ed9d8b7e8..000000000 --- a/packages/icons/categories/development/webhook-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/development/webhook.svg b/packages/icons/categories/development/webhook.svg deleted file mode 100644 index 730a04dd5..000000000 --- a/packages/icons/categories/development/webhook.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/access-point-off.svg b/packages/icons/categories/devices/access-point-off.svg deleted file mode 100644 index b227b2d57..000000000 --- a/packages/icons/categories/devices/access-point-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/access-point.svg b/packages/icons/categories/devices/access-point.svg deleted file mode 100644 index 7fd9dc4ca..000000000 --- a/packages/icons/categories/devices/access-point.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/antenna-bars-1.svg b/packages/icons/categories/devices/antenna-bars-1.svg deleted file mode 100644 index cdaba73b5..000000000 --- a/packages/icons/categories/devices/antenna-bars-1.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/antenna-bars-2.svg b/packages/icons/categories/devices/antenna-bars-2.svg deleted file mode 100644 index 779321b1d..000000000 --- a/packages/icons/categories/devices/antenna-bars-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/antenna-bars-3.svg b/packages/icons/categories/devices/antenna-bars-3.svg deleted file mode 100644 index 598094524..000000000 --- a/packages/icons/categories/devices/antenna-bars-3.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/antenna-bars-4.svg b/packages/icons/categories/devices/antenna-bars-4.svg deleted file mode 100644 index cd5cbc163..000000000 --- a/packages/icons/categories/devices/antenna-bars-4.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/antenna-bars-5.svg b/packages/icons/categories/devices/antenna-bars-5.svg deleted file mode 100644 index 91a5c20c4..000000000 --- a/packages/icons/categories/devices/antenna-bars-5.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/antenna-bars-off.svg b/packages/icons/categories/devices/antenna-bars-off.svg deleted file mode 100644 index 3aba3dc5f..000000000 --- a/packages/icons/categories/devices/antenna-bars-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/antenna-off.svg b/packages/icons/categories/devices/antenna-off.svg deleted file mode 100644 index 53f35eb71..000000000 --- a/packages/icons/categories/devices/antenna-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/antenna.svg b/packages/icons/categories/devices/antenna.svg deleted file mode 100644 index 13545c820..000000000 --- a/packages/icons/categories/devices/antenna.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/battery-1.svg b/packages/icons/categories/devices/battery-1.svg deleted file mode 100644 index d05e5186d..000000000 --- a/packages/icons/categories/devices/battery-1.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/battery-2.svg b/packages/icons/categories/devices/battery-2.svg deleted file mode 100644 index 53b64da0a..000000000 --- a/packages/icons/categories/devices/battery-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/battery-3.svg b/packages/icons/categories/devices/battery-3.svg deleted file mode 100644 index cb9ce32f9..000000000 --- a/packages/icons/categories/devices/battery-3.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/battery-4.svg b/packages/icons/categories/devices/battery-4.svg deleted file mode 100644 index ac11facce..000000000 --- a/packages/icons/categories/devices/battery-4.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/battery-charging-2.svg b/packages/icons/categories/devices/battery-charging-2.svg deleted file mode 100644 index 2948b168a..000000000 --- a/packages/icons/categories/devices/battery-charging-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/battery-charging.svg b/packages/icons/categories/devices/battery-charging.svg deleted file mode 100644 index 1c18d46b5..000000000 --- a/packages/icons/categories/devices/battery-charging.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/battery-eco.svg b/packages/icons/categories/devices/battery-eco.svg deleted file mode 100644 index c96d9a1b8..000000000 --- a/packages/icons/categories/devices/battery-eco.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/battery-off.svg b/packages/icons/categories/devices/battery-off.svg deleted file mode 100644 index 856225019..000000000 --- a/packages/icons/categories/devices/battery-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/battery.svg b/packages/icons/categories/devices/battery.svg deleted file mode 100644 index abacc0fe7..000000000 --- a/packages/icons/categories/devices/battery.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/devices/bluetooth-connected.svg b/packages/icons/categories/devices/bluetooth-connected.svg deleted file mode 100644 index f74be627b..000000000 --- a/packages/icons/categories/devices/bluetooth-connected.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/bluetooth-off.svg b/packages/icons/categories/devices/bluetooth-off.svg deleted file mode 100644 index b24bf6e37..000000000 --- a/packages/icons/categories/devices/bluetooth-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/bluetooth-x.svg b/packages/icons/categories/devices/bluetooth-x.svg deleted file mode 100644 index 8bb89239a..000000000 --- a/packages/icons/categories/devices/bluetooth-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/bluetooth.svg b/packages/icons/categories/devices/bluetooth.svg deleted file mode 100644 index 77df8a18e..000000000 --- a/packages/icons/categories/devices/bluetooth.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/devices/broadcast-off.svg b/packages/icons/categories/devices/broadcast-off.svg deleted file mode 100644 index f0f125764..000000000 --- a/packages/icons/categories/devices/broadcast-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/broadcast.svg b/packages/icons/categories/devices/broadcast.svg deleted file mode 100644 index a7c22bc53..000000000 --- a/packages/icons/categories/devices/broadcast.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/browser-check.svg b/packages/icons/categories/devices/browser-check.svg deleted file mode 100644 index 98c490993..000000000 --- a/packages/icons/categories/devices/browser-check.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/browser-off.svg b/packages/icons/categories/devices/browser-off.svg deleted file mode 100644 index f903db63c..000000000 --- a/packages/icons/categories/devices/browser-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/browser-plus.svg b/packages/icons/categories/devices/browser-plus.svg deleted file mode 100644 index dadb827c1..000000000 --- a/packages/icons/categories/devices/browser-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/browser-x.svg b/packages/icons/categories/devices/browser-x.svg deleted file mode 100644 index f591784c5..000000000 --- a/packages/icons/categories/devices/browser-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/browser.svg b/packages/icons/categories/devices/browser.svg deleted file mode 100644 index 991475a83..000000000 --- a/packages/icons/categories/devices/browser.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/calculator-off.svg b/packages/icons/categories/devices/calculator-off.svg deleted file mode 100644 index 44aab8d9c..000000000 --- a/packages/icons/categories/devices/calculator-off.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/calculator.svg b/packages/icons/categories/devices/calculator.svg deleted file mode 100644 index ac33da494..000000000 --- a/packages/icons/categories/devices/calculator.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/cardboards-off.svg b/packages/icons/categories/devices/cardboards-off.svg deleted file mode 100644 index 0213757ea..000000000 --- a/packages/icons/categories/devices/cardboards-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/cardboards.svg b/packages/icons/categories/devices/cardboards.svg deleted file mode 100644 index d389ce5cf..000000000 --- a/packages/icons/categories/devices/cardboards.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/cell-signal-1.svg b/packages/icons/categories/devices/cell-signal-1.svg deleted file mode 100644 index 412e26798..000000000 --- a/packages/icons/categories/devices/cell-signal-1.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/devices/cell-signal-2.svg b/packages/icons/categories/devices/cell-signal-2.svg deleted file mode 100644 index 4401ccf71..000000000 --- a/packages/icons/categories/devices/cell-signal-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/cell-signal-3.svg b/packages/icons/categories/devices/cell-signal-3.svg deleted file mode 100644 index 2960c5b79..000000000 --- a/packages/icons/categories/devices/cell-signal-3.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/cell-signal-4.svg b/packages/icons/categories/devices/cell-signal-4.svg deleted file mode 100644 index 0de8fc686..000000000 --- a/packages/icons/categories/devices/cell-signal-4.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/cell-signal-5.svg b/packages/icons/categories/devices/cell-signal-5.svg deleted file mode 100644 index 2f7174d73..000000000 --- a/packages/icons/categories/devices/cell-signal-5.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/cell-signal-off.svg b/packages/icons/categories/devices/cell-signal-off.svg deleted file mode 100644 index 2df9b5833..000000000 --- a/packages/icons/categories/devices/cell-signal-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/cpu-2.svg b/packages/icons/categories/devices/cpu-2.svg deleted file mode 100644 index 5febd2bbd..000000000 --- a/packages/icons/categories/devices/cpu-2.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/cpu-off.svg b/packages/icons/categories/devices/cpu-off.svg deleted file mode 100644 index 2ffe9341b..000000000 --- a/packages/icons/categories/devices/cpu-off.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/cpu.svg b/packages/icons/categories/devices/cpu.svg deleted file mode 100644 index bd5867f51..000000000 --- a/packages/icons/categories/devices/cpu.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-airpods-case.svg b/packages/icons/categories/devices/device-airpods-case.svg deleted file mode 100644 index 6baf03687..000000000 --- a/packages/icons/categories/devices/device-airpods-case.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-airpods.svg b/packages/icons/categories/devices/device-airpods.svg deleted file mode 100644 index 7d1b61bd4..000000000 --- a/packages/icons/categories/devices/device-airpods.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/device-airtag.svg b/packages/icons/categories/devices/device-airtag.svg deleted file mode 100644 index c40257477..000000000 --- a/packages/icons/categories/devices/device-airtag.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-analytics.svg b/packages/icons/categories/devices/device-analytics.svg deleted file mode 100644 index ec86ae942..000000000 --- a/packages/icons/categories/devices/device-analytics.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-audio-tape.svg b/packages/icons/categories/devices/device-audio-tape.svg deleted file mode 100644 index 358fc90b0..000000000 --- a/packages/icons/categories/devices/device-audio-tape.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-camera-phone.svg b/packages/icons/categories/devices/device-camera-phone.svg deleted file mode 100644 index a822654ee..000000000 --- a/packages/icons/categories/devices/device-camera-phone.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-cctv-off.svg b/packages/icons/categories/devices/device-cctv-off.svg deleted file mode 100644 index d1c20f523..000000000 --- a/packages/icons/categories/devices/device-cctv-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-cctv.svg b/packages/icons/categories/devices/device-cctv.svg deleted file mode 100644 index 8b7b4d8c8..000000000 --- a/packages/icons/categories/devices/device-cctv.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-computer-camera-off.svg b/packages/icons/categories/devices/device-computer-camera-off.svg deleted file mode 100644 index 705d1892d..000000000 --- a/packages/icons/categories/devices/device-computer-camera-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-computer-camera.svg b/packages/icons/categories/devices/device-computer-camera.svg deleted file mode 100644 index d63b1a160..000000000 --- a/packages/icons/categories/devices/device-computer-camera.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-analytics.svg b/packages/icons/categories/devices/device-desktop-analytics.svg deleted file mode 100644 index bc544ee18..000000000 --- a/packages/icons/categories/devices/device-desktop-analytics.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-bolt.svg b/packages/icons/categories/devices/device-desktop-bolt.svg deleted file mode 100644 index adf35dd39..000000000 --- a/packages/icons/categories/devices/device-desktop-bolt.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-cancel.svg b/packages/icons/categories/devices/device-desktop-cancel.svg deleted file mode 100644 index 252845843..000000000 --- a/packages/icons/categories/devices/device-desktop-cancel.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-check.svg b/packages/icons/categories/devices/device-desktop-check.svg deleted file mode 100644 index 99b0733ab..000000000 --- a/packages/icons/categories/devices/device-desktop-check.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-code.svg b/packages/icons/categories/devices/device-desktop-code.svg deleted file mode 100644 index bc1255f9d..000000000 --- a/packages/icons/categories/devices/device-desktop-code.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-cog.svg b/packages/icons/categories/devices/device-desktop-cog.svg deleted file mode 100644 index 5d5e9b376..000000000 --- a/packages/icons/categories/devices/device-desktop-cog.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-dollar.svg b/packages/icons/categories/devices/device-desktop-dollar.svg deleted file mode 100644 index 410c597a0..000000000 --- a/packages/icons/categories/devices/device-desktop-dollar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-down.svg b/packages/icons/categories/devices/device-desktop-down.svg deleted file mode 100644 index aef5d28f8..000000000 --- a/packages/icons/categories/devices/device-desktop-down.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-exclamation.svg b/packages/icons/categories/devices/device-desktop-exclamation.svg deleted file mode 100644 index 0e41fcd9e..000000000 --- a/packages/icons/categories/devices/device-desktop-exclamation.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-heart.svg b/packages/icons/categories/devices/device-desktop-heart.svg deleted file mode 100644 index 7f60e78ba..000000000 --- a/packages/icons/categories/devices/device-desktop-heart.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-minus.svg b/packages/icons/categories/devices/device-desktop-minus.svg deleted file mode 100644 index 321a5a794..000000000 --- a/packages/icons/categories/devices/device-desktop-minus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-off.svg b/packages/icons/categories/devices/device-desktop-off.svg deleted file mode 100644 index 1ae0a3a36..000000000 --- a/packages/icons/categories/devices/device-desktop-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-pause.svg b/packages/icons/categories/devices/device-desktop-pause.svg deleted file mode 100644 index 30f3e3112..000000000 --- a/packages/icons/categories/devices/device-desktop-pause.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-pin.svg b/packages/icons/categories/devices/device-desktop-pin.svg deleted file mode 100644 index cfc200855..000000000 --- a/packages/icons/categories/devices/device-desktop-pin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-plus.svg b/packages/icons/categories/devices/device-desktop-plus.svg deleted file mode 100644 index 0f013cfa8..000000000 --- a/packages/icons/categories/devices/device-desktop-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-question.svg b/packages/icons/categories/devices/device-desktop-question.svg deleted file mode 100644 index b75a6b3fa..000000000 --- a/packages/icons/categories/devices/device-desktop-question.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-search.svg b/packages/icons/categories/devices/device-desktop-search.svg deleted file mode 100644 index 818124153..000000000 --- a/packages/icons/categories/devices/device-desktop-search.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-share.svg b/packages/icons/categories/devices/device-desktop-share.svg deleted file mode 100644 index c6230d7a1..000000000 --- a/packages/icons/categories/devices/device-desktop-share.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-star.svg b/packages/icons/categories/devices/device-desktop-star.svg deleted file mode 100644 index 9ad961d34..000000000 --- a/packages/icons/categories/devices/device-desktop-star.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-up.svg b/packages/icons/categories/devices/device-desktop-up.svg deleted file mode 100644 index 0cd646f50..000000000 --- a/packages/icons/categories/devices/device-desktop-up.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop-x.svg b/packages/icons/categories/devices/device-desktop-x.svg deleted file mode 100644 index f4f0db82e..000000000 --- a/packages/icons/categories/devices/device-desktop-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-desktop.svg b/packages/icons/categories/devices/device-desktop.svg deleted file mode 100644 index 32dcab953..000000000 --- a/packages/icons/categories/devices/device-desktop.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-floppy.svg b/packages/icons/categories/devices/device-floppy.svg deleted file mode 100644 index 9628dde6d..000000000 --- a/packages/icons/categories/devices/device-floppy.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-gamepad-2.svg b/packages/icons/categories/devices/device-gamepad-2.svg deleted file mode 100644 index 015c7768b..000000000 --- a/packages/icons/categories/devices/device-gamepad-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-gamepad-3.svg b/packages/icons/categories/devices/device-gamepad-3.svg deleted file mode 100644 index 2f4831528..000000000 --- a/packages/icons/categories/devices/device-gamepad-3.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-gamepad.svg b/packages/icons/categories/devices/device-gamepad.svg deleted file mode 100644 index 6626b79cf..000000000 --- a/packages/icons/categories/devices/device-gamepad.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-heart-monitor.svg b/packages/icons/categories/devices/device-heart-monitor.svg deleted file mode 100644 index 931617316..000000000 --- a/packages/icons/categories/devices/device-heart-monitor.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac-bolt.svg b/packages/icons/categories/devices/device-imac-bolt.svg deleted file mode 100644 index c708127b2..000000000 --- a/packages/icons/categories/devices/device-imac-bolt.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac-cancel.svg b/packages/icons/categories/devices/device-imac-cancel.svg deleted file mode 100644 index 6e68f8559..000000000 --- a/packages/icons/categories/devices/device-imac-cancel.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac-check.svg b/packages/icons/categories/devices/device-imac-check.svg deleted file mode 100644 index de18e373d..000000000 --- a/packages/icons/categories/devices/device-imac-check.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac-code.svg b/packages/icons/categories/devices/device-imac-code.svg deleted file mode 100644 index 5a2083b6a..000000000 --- a/packages/icons/categories/devices/device-imac-code.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac-cog.svg b/packages/icons/categories/devices/device-imac-cog.svg deleted file mode 100644 index cf685a274..000000000 --- a/packages/icons/categories/devices/device-imac-cog.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac-dollar.svg b/packages/icons/categories/devices/device-imac-dollar.svg deleted file mode 100644 index 71f6c6286..000000000 --- a/packages/icons/categories/devices/device-imac-dollar.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac-down.svg b/packages/icons/categories/devices/device-imac-down.svg deleted file mode 100644 index e5edbc46e..000000000 --- a/packages/icons/categories/devices/device-imac-down.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac-exclamation.svg b/packages/icons/categories/devices/device-imac-exclamation.svg deleted file mode 100644 index e2dfb075e..000000000 --- a/packages/icons/categories/devices/device-imac-exclamation.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac-heart.svg b/packages/icons/categories/devices/device-imac-heart.svg deleted file mode 100644 index 6828479c6..000000000 --- a/packages/icons/categories/devices/device-imac-heart.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac-minus.svg b/packages/icons/categories/devices/device-imac-minus.svg deleted file mode 100644 index d0773fb40..000000000 --- a/packages/icons/categories/devices/device-imac-minus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac-off.svg b/packages/icons/categories/devices/device-imac-off.svg deleted file mode 100644 index 96b4cfbf6..000000000 --- a/packages/icons/categories/devices/device-imac-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac-pause.svg b/packages/icons/categories/devices/device-imac-pause.svg deleted file mode 100644 index e41704ef0..000000000 --- a/packages/icons/categories/devices/device-imac-pause.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac-pin.svg b/packages/icons/categories/devices/device-imac-pin.svg deleted file mode 100644 index 4c0d99495..000000000 --- a/packages/icons/categories/devices/device-imac-pin.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac-plus.svg b/packages/icons/categories/devices/device-imac-plus.svg deleted file mode 100644 index d3d265a23..000000000 --- a/packages/icons/categories/devices/device-imac-plus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac-question.svg b/packages/icons/categories/devices/device-imac-question.svg deleted file mode 100644 index 82a0d0695..000000000 --- a/packages/icons/categories/devices/device-imac-question.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac-search.svg b/packages/icons/categories/devices/device-imac-search.svg deleted file mode 100644 index 452a96296..000000000 --- a/packages/icons/categories/devices/device-imac-search.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac-share.svg b/packages/icons/categories/devices/device-imac-share.svg deleted file mode 100644 index a0cba1579..000000000 --- a/packages/icons/categories/devices/device-imac-share.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac-star.svg b/packages/icons/categories/devices/device-imac-star.svg deleted file mode 100644 index 668fb2165..000000000 --- a/packages/icons/categories/devices/device-imac-star.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac-up.svg b/packages/icons/categories/devices/device-imac-up.svg deleted file mode 100644 index 1060954ff..000000000 --- a/packages/icons/categories/devices/device-imac-up.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac-x.svg b/packages/icons/categories/devices/device-imac-x.svg deleted file mode 100644 index f4f2059a3..000000000 --- a/packages/icons/categories/devices/device-imac-x.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-imac.svg b/packages/icons/categories/devices/device-imac.svg deleted file mode 100644 index 00ba3975f..000000000 --- a/packages/icons/categories/devices/device-imac.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-bolt.svg b/packages/icons/categories/devices/device-ipad-bolt.svg deleted file mode 100644 index 0ab0bb976..000000000 --- a/packages/icons/categories/devices/device-ipad-bolt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-cancel.svg b/packages/icons/categories/devices/device-ipad-cancel.svg deleted file mode 100644 index 630cba5f3..000000000 --- a/packages/icons/categories/devices/device-ipad-cancel.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-check.svg b/packages/icons/categories/devices/device-ipad-check.svg deleted file mode 100644 index b200965a7..000000000 --- a/packages/icons/categories/devices/device-ipad-check.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-code.svg b/packages/icons/categories/devices/device-ipad-code.svg deleted file mode 100644 index 011efda2c..000000000 --- a/packages/icons/categories/devices/device-ipad-code.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-cog.svg b/packages/icons/categories/devices/device-ipad-cog.svg deleted file mode 100644 index 66162ec83..000000000 --- a/packages/icons/categories/devices/device-ipad-cog.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-dollar.svg b/packages/icons/categories/devices/device-ipad-dollar.svg deleted file mode 100644 index 80ec7dd13..000000000 --- a/packages/icons/categories/devices/device-ipad-dollar.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-down.svg b/packages/icons/categories/devices/device-ipad-down.svg deleted file mode 100644 index ed243ca6d..000000000 --- a/packages/icons/categories/devices/device-ipad-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-exclamation.svg b/packages/icons/categories/devices/device-ipad-exclamation.svg deleted file mode 100644 index c6bf44a5d..000000000 --- a/packages/icons/categories/devices/device-ipad-exclamation.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-heart.svg b/packages/icons/categories/devices/device-ipad-heart.svg deleted file mode 100644 index ae2931204..000000000 --- a/packages/icons/categories/devices/device-ipad-heart.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal-bolt.svg b/packages/icons/categories/devices/device-ipad-horizontal-bolt.svg deleted file mode 100644 index fed9cfe45..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal-bolt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal-cancel.svg b/packages/icons/categories/devices/device-ipad-horizontal-cancel.svg deleted file mode 100644 index 542baaf23..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal-cancel.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal-check.svg b/packages/icons/categories/devices/device-ipad-horizontal-check.svg deleted file mode 100644 index 643389850..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal-check.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal-code.svg b/packages/icons/categories/devices/device-ipad-horizontal-code.svg deleted file mode 100644 index 634d06683..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal-code.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal-cog.svg b/packages/icons/categories/devices/device-ipad-horizontal-cog.svg deleted file mode 100644 index 309a0218b..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal-cog.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal-dollar.svg b/packages/icons/categories/devices/device-ipad-horizontal-dollar.svg deleted file mode 100644 index ba22ef462..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal-dollar.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal-down.svg b/packages/icons/categories/devices/device-ipad-horizontal-down.svg deleted file mode 100644 index 476ed529f..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal-exclamation.svg b/packages/icons/categories/devices/device-ipad-horizontal-exclamation.svg deleted file mode 100644 index 6f6dc9046..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal-exclamation.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal-heart.svg b/packages/icons/categories/devices/device-ipad-horizontal-heart.svg deleted file mode 100644 index 09049fee8..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal-heart.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal-minus.svg b/packages/icons/categories/devices/device-ipad-horizontal-minus.svg deleted file mode 100644 index 3569b4c77..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal-off.svg b/packages/icons/categories/devices/device-ipad-horizontal-off.svg deleted file mode 100644 index 2ba771ae0..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal-pause.svg b/packages/icons/categories/devices/device-ipad-horizontal-pause.svg deleted file mode 100644 index 66e9a1775..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal-pause.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal-pin.svg b/packages/icons/categories/devices/device-ipad-horizontal-pin.svg deleted file mode 100644 index e0721fc17..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal-pin.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal-plus.svg b/packages/icons/categories/devices/device-ipad-horizontal-plus.svg deleted file mode 100644 index 19deacec1..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal-question.svg b/packages/icons/categories/devices/device-ipad-horizontal-question.svg deleted file mode 100644 index 10c89cad3..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal-question.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal-search.svg b/packages/icons/categories/devices/device-ipad-horizontal-search.svg deleted file mode 100644 index f70de61da..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal-search.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal-share.svg b/packages/icons/categories/devices/device-ipad-horizontal-share.svg deleted file mode 100644 index bec98dfe5..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal-share.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal-star.svg b/packages/icons/categories/devices/device-ipad-horizontal-star.svg deleted file mode 100644 index 8a5a8ddbe..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal-star.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal-up.svg b/packages/icons/categories/devices/device-ipad-horizontal-up.svg deleted file mode 100644 index c0ead9b6e..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal-x.svg b/packages/icons/categories/devices/device-ipad-horizontal-x.svg deleted file mode 100644 index 85f0a0e77..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal-x.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-horizontal.svg b/packages/icons/categories/devices/device-ipad-horizontal.svg deleted file mode 100644 index aeb84cfae..000000000 --- a/packages/icons/categories/devices/device-ipad-horizontal.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-minus.svg b/packages/icons/categories/devices/device-ipad-minus.svg deleted file mode 100644 index 888f338df..000000000 --- a/packages/icons/categories/devices/device-ipad-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-off.svg b/packages/icons/categories/devices/device-ipad-off.svg deleted file mode 100644 index 1e00ee85c..000000000 --- a/packages/icons/categories/devices/device-ipad-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-pause.svg b/packages/icons/categories/devices/device-ipad-pause.svg deleted file mode 100644 index 02ee65872..000000000 --- a/packages/icons/categories/devices/device-ipad-pause.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-pin.svg b/packages/icons/categories/devices/device-ipad-pin.svg deleted file mode 100644 index fa6ae5406..000000000 --- a/packages/icons/categories/devices/device-ipad-pin.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-plus.svg b/packages/icons/categories/devices/device-ipad-plus.svg deleted file mode 100644 index 5ee500b46..000000000 --- a/packages/icons/categories/devices/device-ipad-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-question.svg b/packages/icons/categories/devices/device-ipad-question.svg deleted file mode 100644 index 28da65321..000000000 --- a/packages/icons/categories/devices/device-ipad-question.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-search.svg b/packages/icons/categories/devices/device-ipad-search.svg deleted file mode 100644 index 7da8bb0dc..000000000 --- a/packages/icons/categories/devices/device-ipad-search.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-share.svg b/packages/icons/categories/devices/device-ipad-share.svg deleted file mode 100644 index 9a4ce7fa8..000000000 --- a/packages/icons/categories/devices/device-ipad-share.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-star.svg b/packages/icons/categories/devices/device-ipad-star.svg deleted file mode 100644 index 2197fe595..000000000 --- a/packages/icons/categories/devices/device-ipad-star.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-up.svg b/packages/icons/categories/devices/device-ipad-up.svg deleted file mode 100644 index 2d15f5b86..000000000 --- a/packages/icons/categories/devices/device-ipad-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad-x.svg b/packages/icons/categories/devices/device-ipad-x.svg deleted file mode 100644 index 92816be83..000000000 --- a/packages/icons/categories/devices/device-ipad-x.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-ipad.svg b/packages/icons/categories/devices/device-ipad.svg deleted file mode 100644 index 17aa09118..000000000 --- a/packages/icons/categories/devices/device-ipad.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/devices/device-landline-phone.svg b/packages/icons/categories/devices/device-landline-phone.svg deleted file mode 100644 index 63e52b810..000000000 --- a/packages/icons/categories/devices/device-landline-phone.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-laptop-off.svg b/packages/icons/categories/devices/device-laptop-off.svg deleted file mode 100644 index ce6ce87f2..000000000 --- a/packages/icons/categories/devices/device-laptop-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-laptop.svg b/packages/icons/categories/devices/device-laptop.svg deleted file mode 100644 index 28cae1302..000000000 --- a/packages/icons/categories/devices/device-laptop.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-bolt.svg b/packages/icons/categories/devices/device-mobile-bolt.svg deleted file mode 100644 index 60c37bbf9..000000000 --- a/packages/icons/categories/devices/device-mobile-bolt.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-cancel.svg b/packages/icons/categories/devices/device-mobile-cancel.svg deleted file mode 100644 index 5c6536569..000000000 --- a/packages/icons/categories/devices/device-mobile-cancel.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-charging.svg b/packages/icons/categories/devices/device-mobile-charging.svg deleted file mode 100644 index 1facfbfda..000000000 --- a/packages/icons/categories/devices/device-mobile-charging.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-check.svg b/packages/icons/categories/devices/device-mobile-check.svg deleted file mode 100644 index bbffbd28e..000000000 --- a/packages/icons/categories/devices/device-mobile-check.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-code.svg b/packages/icons/categories/devices/device-mobile-code.svg deleted file mode 100644 index f260bee32..000000000 --- a/packages/icons/categories/devices/device-mobile-code.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-cog.svg b/packages/icons/categories/devices/device-mobile-cog.svg deleted file mode 100644 index e80e35cc6..000000000 --- a/packages/icons/categories/devices/device-mobile-cog.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-dollar.svg b/packages/icons/categories/devices/device-mobile-dollar.svg deleted file mode 100644 index fdeddb043..000000000 --- a/packages/icons/categories/devices/device-mobile-dollar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-down.svg b/packages/icons/categories/devices/device-mobile-down.svg deleted file mode 100644 index 13dbf76ad..000000000 --- a/packages/icons/categories/devices/device-mobile-down.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-exclamation.svg b/packages/icons/categories/devices/device-mobile-exclamation.svg deleted file mode 100644 index 526abab4b..000000000 --- a/packages/icons/categories/devices/device-mobile-exclamation.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-heart.svg b/packages/icons/categories/devices/device-mobile-heart.svg deleted file mode 100644 index 5fd3fc828..000000000 --- a/packages/icons/categories/devices/device-mobile-heart.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-message.svg b/packages/icons/categories/devices/device-mobile-message.svg deleted file mode 100644 index 1cd1bfe80..000000000 --- a/packages/icons/categories/devices/device-mobile-message.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-minus.svg b/packages/icons/categories/devices/device-mobile-minus.svg deleted file mode 100644 index fed78dd96..000000000 --- a/packages/icons/categories/devices/device-mobile-minus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-off.svg b/packages/icons/categories/devices/device-mobile-off.svg deleted file mode 100644 index 665fca232..000000000 --- a/packages/icons/categories/devices/device-mobile-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-pause.svg b/packages/icons/categories/devices/device-mobile-pause.svg deleted file mode 100644 index db68b3b02..000000000 --- a/packages/icons/categories/devices/device-mobile-pause.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-pin.svg b/packages/icons/categories/devices/device-mobile-pin.svg deleted file mode 100644 index 24afff3e8..000000000 --- a/packages/icons/categories/devices/device-mobile-pin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-plus.svg b/packages/icons/categories/devices/device-mobile-plus.svg deleted file mode 100644 index f009e9d03..000000000 --- a/packages/icons/categories/devices/device-mobile-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-question.svg b/packages/icons/categories/devices/device-mobile-question.svg deleted file mode 100644 index e75ffeed6..000000000 --- a/packages/icons/categories/devices/device-mobile-question.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-rotated.svg b/packages/icons/categories/devices/device-mobile-rotated.svg deleted file mode 100644 index 70af38c6a..000000000 --- a/packages/icons/categories/devices/device-mobile-rotated.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-search.svg b/packages/icons/categories/devices/device-mobile-search.svg deleted file mode 100644 index dd9192d0b..000000000 --- a/packages/icons/categories/devices/device-mobile-search.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-share.svg b/packages/icons/categories/devices/device-mobile-share.svg deleted file mode 100644 index d28f34937..000000000 --- a/packages/icons/categories/devices/device-mobile-share.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-star.svg b/packages/icons/categories/devices/device-mobile-star.svg deleted file mode 100644 index dcd8d3e50..000000000 --- a/packages/icons/categories/devices/device-mobile-star.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-up.svg b/packages/icons/categories/devices/device-mobile-up.svg deleted file mode 100644 index beda668ad..000000000 --- a/packages/icons/categories/devices/device-mobile-up.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-vibration.svg b/packages/icons/categories/devices/device-mobile-vibration.svg deleted file mode 100644 index 5c5128d57..000000000 --- a/packages/icons/categories/devices/device-mobile-vibration.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile-x.svg b/packages/icons/categories/devices/device-mobile-x.svg deleted file mode 100644 index dcf758b99..000000000 --- a/packages/icons/categories/devices/device-mobile-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-mobile.svg b/packages/icons/categories/devices/device-mobile.svg deleted file mode 100644 index 8dad03063..000000000 --- a/packages/icons/categories/devices/device-mobile.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-nintendo-off.svg b/packages/icons/categories/devices/device-nintendo-off.svg deleted file mode 100644 index 556f33e7d..000000000 --- a/packages/icons/categories/devices/device-nintendo-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-nintendo.svg b/packages/icons/categories/devices/device-nintendo.svg deleted file mode 100644 index 86edf5550..000000000 --- a/packages/icons/categories/devices/device-nintendo.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-remote.svg b/packages/icons/categories/devices/device-remote.svg deleted file mode 100644 index 4b099c9ad..000000000 --- a/packages/icons/categories/devices/device-remote.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-sd-card.svg b/packages/icons/categories/devices/device-sd-card.svg deleted file mode 100644 index f8d680894..000000000 --- a/packages/icons/categories/devices/device-sd-card.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-sim-1.svg b/packages/icons/categories/devices/device-sim-1.svg deleted file mode 100644 index 7130f87bb..000000000 --- a/packages/icons/categories/devices/device-sim-1.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/device-sim-2.svg b/packages/icons/categories/devices/device-sim-2.svg deleted file mode 100644 index 3b0fbaeff..000000000 --- a/packages/icons/categories/devices/device-sim-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/device-sim-3.svg b/packages/icons/categories/devices/device-sim-3.svg deleted file mode 100644 index 6838bd9da..000000000 --- a/packages/icons/categories/devices/device-sim-3.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/device-sim.svg b/packages/icons/categories/devices/device-sim.svg deleted file mode 100644 index f9d0b4157..000000000 --- a/packages/icons/categories/devices/device-sim.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-speaker-off.svg b/packages/icons/categories/devices/device-speaker-off.svg deleted file mode 100644 index 376460ff2..000000000 --- a/packages/icons/categories/devices/device-speaker-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-speaker.svg b/packages/icons/categories/devices/device-speaker.svg deleted file mode 100644 index 9640f4edb..000000000 --- a/packages/icons/categories/devices/device-speaker.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet-bolt.svg b/packages/icons/categories/devices/device-tablet-bolt.svg deleted file mode 100644 index 87621833a..000000000 --- a/packages/icons/categories/devices/device-tablet-bolt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet-cancel.svg b/packages/icons/categories/devices/device-tablet-cancel.svg deleted file mode 100644 index 956202069..000000000 --- a/packages/icons/categories/devices/device-tablet-cancel.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet-check.svg b/packages/icons/categories/devices/device-tablet-check.svg deleted file mode 100644 index 3a20193fa..000000000 --- a/packages/icons/categories/devices/device-tablet-check.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet-code.svg b/packages/icons/categories/devices/device-tablet-code.svg deleted file mode 100644 index 11331077f..000000000 --- a/packages/icons/categories/devices/device-tablet-code.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet-cog.svg b/packages/icons/categories/devices/device-tablet-cog.svg deleted file mode 100644 index 1ce9ee591..000000000 --- a/packages/icons/categories/devices/device-tablet-cog.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet-dollar.svg b/packages/icons/categories/devices/device-tablet-dollar.svg deleted file mode 100644 index 21240e417..000000000 --- a/packages/icons/categories/devices/device-tablet-dollar.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet-down.svg b/packages/icons/categories/devices/device-tablet-down.svg deleted file mode 100644 index 68e8765bf..000000000 --- a/packages/icons/categories/devices/device-tablet-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet-exclamation.svg b/packages/icons/categories/devices/device-tablet-exclamation.svg deleted file mode 100644 index 7692d35bf..000000000 --- a/packages/icons/categories/devices/device-tablet-exclamation.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet-heart.svg b/packages/icons/categories/devices/device-tablet-heart.svg deleted file mode 100644 index f5e5f8f56..000000000 --- a/packages/icons/categories/devices/device-tablet-heart.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet-minus.svg b/packages/icons/categories/devices/device-tablet-minus.svg deleted file mode 100644 index 9ccb8eaba..000000000 --- a/packages/icons/categories/devices/device-tablet-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet-off.svg b/packages/icons/categories/devices/device-tablet-off.svg deleted file mode 100644 index f9721d64c..000000000 --- a/packages/icons/categories/devices/device-tablet-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet-pause.svg b/packages/icons/categories/devices/device-tablet-pause.svg deleted file mode 100644 index 4f473c6b5..000000000 --- a/packages/icons/categories/devices/device-tablet-pause.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet-pin.svg b/packages/icons/categories/devices/device-tablet-pin.svg deleted file mode 100644 index 947c7bb86..000000000 --- a/packages/icons/categories/devices/device-tablet-pin.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet-plus.svg b/packages/icons/categories/devices/device-tablet-plus.svg deleted file mode 100644 index a9e250a6a..000000000 --- a/packages/icons/categories/devices/device-tablet-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet-question.svg b/packages/icons/categories/devices/device-tablet-question.svg deleted file mode 100644 index f26e58d86..000000000 --- a/packages/icons/categories/devices/device-tablet-question.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet-search.svg b/packages/icons/categories/devices/device-tablet-search.svg deleted file mode 100644 index ffc244e0a..000000000 --- a/packages/icons/categories/devices/device-tablet-search.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet-share.svg b/packages/icons/categories/devices/device-tablet-share.svg deleted file mode 100644 index 4fee42c81..000000000 --- a/packages/icons/categories/devices/device-tablet-share.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet-star.svg b/packages/icons/categories/devices/device-tablet-star.svg deleted file mode 100644 index ee5fddf4e..000000000 --- a/packages/icons/categories/devices/device-tablet-star.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet-up.svg b/packages/icons/categories/devices/device-tablet-up.svg deleted file mode 100644 index b1be482bf..000000000 --- a/packages/icons/categories/devices/device-tablet-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet-x.svg b/packages/icons/categories/devices/device-tablet-x.svg deleted file mode 100644 index d01f230d6..000000000 --- a/packages/icons/categories/devices/device-tablet-x.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-tablet.svg b/packages/icons/categories/devices/device-tablet.svg deleted file mode 100644 index 4d00237ba..000000000 --- a/packages/icons/categories/devices/device-tablet.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/device-tv-off.svg b/packages/icons/categories/devices/device-tv-off.svg deleted file mode 100644 index 4bc63812b..000000000 --- a/packages/icons/categories/devices/device-tv-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/device-tv-old.svg b/packages/icons/categories/devices/device-tv-old.svg deleted file mode 100644 index 127612a01..000000000 --- a/packages/icons/categories/devices/device-tv-old.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-tv.svg b/packages/icons/categories/devices/device-tv.svg deleted file mode 100644 index 815716ea2..000000000 --- a/packages/icons/categories/devices/device-tv.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/device-usb.svg b/packages/icons/categories/devices/device-usb.svg deleted file mode 100644 index b1ebd77df..000000000 --- a/packages/icons/categories/devices/device-usb.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/device-vision-pro.svg b/packages/icons/categories/devices/device-vision-pro.svg deleted file mode 100644 index 7cbd56760..000000000 --- a/packages/icons/categories/devices/device-vision-pro.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/devices/device-watch-bolt.svg b/packages/icons/categories/devices/device-watch-bolt.svg deleted file mode 100644 index 5cd34f093..000000000 --- a/packages/icons/categories/devices/device-watch-bolt.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-cancel.svg b/packages/icons/categories/devices/device-watch-cancel.svg deleted file mode 100644 index 6ae7fd636..000000000 --- a/packages/icons/categories/devices/device-watch-cancel.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-check.svg b/packages/icons/categories/devices/device-watch-check.svg deleted file mode 100644 index 1564e7107..000000000 --- a/packages/icons/categories/devices/device-watch-check.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-code.svg b/packages/icons/categories/devices/device-watch-code.svg deleted file mode 100644 index 4a5cefb6e..000000000 --- a/packages/icons/categories/devices/device-watch-code.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-cog.svg b/packages/icons/categories/devices/device-watch-cog.svg deleted file mode 100644 index 5b2618231..000000000 --- a/packages/icons/categories/devices/device-watch-cog.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-dollar.svg b/packages/icons/categories/devices/device-watch-dollar.svg deleted file mode 100644 index 739d304b5..000000000 --- a/packages/icons/categories/devices/device-watch-dollar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-down.svg b/packages/icons/categories/devices/device-watch-down.svg deleted file mode 100644 index 644484f51..000000000 --- a/packages/icons/categories/devices/device-watch-down.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-exclamation.svg b/packages/icons/categories/devices/device-watch-exclamation.svg deleted file mode 100644 index 27905bce3..000000000 --- a/packages/icons/categories/devices/device-watch-exclamation.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-heart.svg b/packages/icons/categories/devices/device-watch-heart.svg deleted file mode 100644 index 0f646c04e..000000000 --- a/packages/icons/categories/devices/device-watch-heart.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-minus.svg b/packages/icons/categories/devices/device-watch-minus.svg deleted file mode 100644 index bfcc08215..000000000 --- a/packages/icons/categories/devices/device-watch-minus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-off.svg b/packages/icons/categories/devices/device-watch-off.svg deleted file mode 100644 index c081b029b..000000000 --- a/packages/icons/categories/devices/device-watch-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-pause.svg b/packages/icons/categories/devices/device-watch-pause.svg deleted file mode 100644 index 4af8fb824..000000000 --- a/packages/icons/categories/devices/device-watch-pause.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-pin.svg b/packages/icons/categories/devices/device-watch-pin.svg deleted file mode 100644 index d2ce2e93f..000000000 --- a/packages/icons/categories/devices/device-watch-pin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-plus.svg b/packages/icons/categories/devices/device-watch-plus.svg deleted file mode 100644 index 8fafb4ef6..000000000 --- a/packages/icons/categories/devices/device-watch-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-question.svg b/packages/icons/categories/devices/device-watch-question.svg deleted file mode 100644 index dfe31062a..000000000 --- a/packages/icons/categories/devices/device-watch-question.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-search.svg b/packages/icons/categories/devices/device-watch-search.svg deleted file mode 100644 index d2b1ebb83..000000000 --- a/packages/icons/categories/devices/device-watch-search.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-share.svg b/packages/icons/categories/devices/device-watch-share.svg deleted file mode 100644 index 881a559d9..000000000 --- a/packages/icons/categories/devices/device-watch-share.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-star.svg b/packages/icons/categories/devices/device-watch-star.svg deleted file mode 100644 index 1f5a697dc..000000000 --- a/packages/icons/categories/devices/device-watch-star.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-stats-2.svg b/packages/icons/categories/devices/device-watch-stats-2.svg deleted file mode 100644 index 98c02c5b4..000000000 --- a/packages/icons/categories/devices/device-watch-stats-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-stats.svg b/packages/icons/categories/devices/device-watch-stats.svg deleted file mode 100644 index e508c24e1..000000000 --- a/packages/icons/categories/devices/device-watch-stats.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-up.svg b/packages/icons/categories/devices/device-watch-up.svg deleted file mode 100644 index 79d9c417b..000000000 --- a/packages/icons/categories/devices/device-watch-up.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch-x.svg b/packages/icons/categories/devices/device-watch-x.svg deleted file mode 100644 index 71267b0b9..000000000 --- a/packages/icons/categories/devices/device-watch-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/device-watch.svg b/packages/icons/categories/devices/device-watch.svg deleted file mode 100644 index 5ed8fb9f9..000000000 --- a/packages/icons/categories/devices/device-watch.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/devices-2.svg b/packages/icons/categories/devices/devices-2.svg deleted file mode 100644 index 8d33f0665..000000000 --- a/packages/icons/categories/devices/devices-2.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-bolt.svg b/packages/icons/categories/devices/devices-bolt.svg deleted file mode 100644 index 90c953239..000000000 --- a/packages/icons/categories/devices/devices-bolt.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-cancel.svg b/packages/icons/categories/devices/devices-cancel.svg deleted file mode 100644 index f2fa4e54c..000000000 --- a/packages/icons/categories/devices/devices-cancel.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-check.svg b/packages/icons/categories/devices/devices-check.svg deleted file mode 100644 index bbef8fb02..000000000 --- a/packages/icons/categories/devices/devices-check.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-code.svg b/packages/icons/categories/devices/devices-code.svg deleted file mode 100644 index c88542644..000000000 --- a/packages/icons/categories/devices/devices-code.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-cog.svg b/packages/icons/categories/devices/devices-cog.svg deleted file mode 100644 index 031e2ea8b..000000000 --- a/packages/icons/categories/devices/devices-cog.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-dollar.svg b/packages/icons/categories/devices/devices-dollar.svg deleted file mode 100644 index 22ba90bd8..000000000 --- a/packages/icons/categories/devices/devices-dollar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-down.svg b/packages/icons/categories/devices/devices-down.svg deleted file mode 100644 index 8a5dd5abb..000000000 --- a/packages/icons/categories/devices/devices-down.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-exclamation.svg b/packages/icons/categories/devices/devices-exclamation.svg deleted file mode 100644 index de16d5edf..000000000 --- a/packages/icons/categories/devices/devices-exclamation.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-heart.svg b/packages/icons/categories/devices/devices-heart.svg deleted file mode 100644 index 3ba96c77c..000000000 --- a/packages/icons/categories/devices/devices-heart.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-minus.svg b/packages/icons/categories/devices/devices-minus.svg deleted file mode 100644 index 5036b2ecb..000000000 --- a/packages/icons/categories/devices/devices-minus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-off.svg b/packages/icons/categories/devices/devices-off.svg deleted file mode 100644 index 614e717b1..000000000 --- a/packages/icons/categories/devices/devices-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-pause.svg b/packages/icons/categories/devices/devices-pause.svg deleted file mode 100644 index ce8799f0f..000000000 --- a/packages/icons/categories/devices/devices-pause.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-pc-off.svg b/packages/icons/categories/devices/devices-pc-off.svg deleted file mode 100644 index 0d55d5949..000000000 --- a/packages/icons/categories/devices/devices-pc-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-pc.svg b/packages/icons/categories/devices/devices-pc.svg deleted file mode 100644 index e0fcc7519..000000000 --- a/packages/icons/categories/devices/devices-pc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-pin.svg b/packages/icons/categories/devices/devices-pin.svg deleted file mode 100644 index 21a4925d7..000000000 --- a/packages/icons/categories/devices/devices-pin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-plus.svg b/packages/icons/categories/devices/devices-plus.svg deleted file mode 100644 index 7fb1483a1..000000000 --- a/packages/icons/categories/devices/devices-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-question.svg b/packages/icons/categories/devices/devices-question.svg deleted file mode 100644 index d41897ceb..000000000 --- a/packages/icons/categories/devices/devices-question.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-search.svg b/packages/icons/categories/devices/devices-search.svg deleted file mode 100644 index df3719068..000000000 --- a/packages/icons/categories/devices/devices-search.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-share.svg b/packages/icons/categories/devices/devices-share.svg deleted file mode 100644 index 2776c8cd3..000000000 --- a/packages/icons/categories/devices/devices-share.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-star.svg b/packages/icons/categories/devices/devices-star.svg deleted file mode 100644 index e5ee871c0..000000000 --- a/packages/icons/categories/devices/devices-star.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-up.svg b/packages/icons/categories/devices/devices-up.svg deleted file mode 100644 index a391e10dd..000000000 --- a/packages/icons/categories/devices/devices-up.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/devices-x.svg b/packages/icons/categories/devices/devices-x.svg deleted file mode 100644 index 6cd13cf19..000000000 --- a/packages/icons/categories/devices/devices-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/devices.svg b/packages/icons/categories/devices/devices.svg deleted file mode 100644 index a8c7c3532..000000000 --- a/packages/icons/categories/devices/devices.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/dialpad-off.svg b/packages/icons/categories/devices/dialpad-off.svg deleted file mode 100644 index 24e53c34a..000000000 --- a/packages/icons/categories/devices/dialpad-off.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/dialpad.svg b/packages/icons/categories/devices/dialpad.svg deleted file mode 100644 index f38417839..000000000 --- a/packages/icons/categories/devices/dialpad.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/disc-off.svg b/packages/icons/categories/devices/disc-off.svg deleted file mode 100644 index 52aa8c5ea..000000000 --- a/packages/icons/categories/devices/disc-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/disc.svg b/packages/icons/categories/devices/disc.svg deleted file mode 100644 index f5b64f805..000000000 --- a/packages/icons/categories/devices/disc.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/dual-screen.svg b/packages/icons/categories/devices/dual-screen.svg deleted file mode 100644 index 049d079d7..000000000 --- a/packages/icons/categories/devices/dual-screen.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/fridge-off.svg b/packages/icons/categories/devices/fridge-off.svg deleted file mode 100644 index e232389a0..000000000 --- a/packages/icons/categories/devices/fridge-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/fridge.svg b/packages/icons/categories/devices/fridge.svg deleted file mode 100644 index 6a8d0087d..000000000 --- a/packages/icons/categories/devices/fridge.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/keyboard-hide.svg b/packages/icons/categories/devices/keyboard-hide.svg deleted file mode 100644 index acf8e2f02..000000000 --- a/packages/icons/categories/devices/keyboard-hide.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/keyboard-off.svg b/packages/icons/categories/devices/keyboard-off.svg deleted file mode 100644 index a688d7377..000000000 --- a/packages/icons/categories/devices/keyboard-off.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/keyboard-show.svg b/packages/icons/categories/devices/keyboard-show.svg deleted file mode 100644 index 00f07e5ff..000000000 --- a/packages/icons/categories/devices/keyboard-show.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/keyboard.svg b/packages/icons/categories/devices/keyboard.svg deleted file mode 100644 index 0c7200a57..000000000 --- a/packages/icons/categories/devices/keyboard.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/mouse-2.svg b/packages/icons/categories/devices/mouse-2.svg deleted file mode 100644 index 4e0b1f708..000000000 --- a/packages/icons/categories/devices/mouse-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/mouse-off.svg b/packages/icons/categories/devices/mouse-off.svg deleted file mode 100644 index c73da2d69..000000000 --- a/packages/icons/categories/devices/mouse-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/mouse.svg b/packages/icons/categories/devices/mouse.svg deleted file mode 100644 index d6193dc70..000000000 --- a/packages/icons/categories/devices/mouse.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/nfc-off.svg b/packages/icons/categories/devices/nfc-off.svg deleted file mode 100644 index af702766b..000000000 --- a/packages/icons/categories/devices/nfc-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/nfc.svg b/packages/icons/categories/devices/nfc.svg deleted file mode 100644 index edc31838e..000000000 --- a/packages/icons/categories/devices/nfc.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/phone-call.svg b/packages/icons/categories/devices/phone-call.svg deleted file mode 100644 index be9951c37..000000000 --- a/packages/icons/categories/devices/phone-call.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/phone-calling.svg b/packages/icons/categories/devices/phone-calling.svg deleted file mode 100644 index 01978da9c..000000000 --- a/packages/icons/categories/devices/phone-calling.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/phone-check.svg b/packages/icons/categories/devices/phone-check.svg deleted file mode 100644 index d433b2aa1..000000000 --- a/packages/icons/categories/devices/phone-check.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/phone-incoming.svg b/packages/icons/categories/devices/phone-incoming.svg deleted file mode 100644 index 32df555e7..000000000 --- a/packages/icons/categories/devices/phone-incoming.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/phone-off.svg b/packages/icons/categories/devices/phone-off.svg deleted file mode 100644 index 01efa5061..000000000 --- a/packages/icons/categories/devices/phone-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/phone-outgoing.svg b/packages/icons/categories/devices/phone-outgoing.svg deleted file mode 100644 index 6628702a1..000000000 --- a/packages/icons/categories/devices/phone-outgoing.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/phone-pause.svg b/packages/icons/categories/devices/phone-pause.svg deleted file mode 100644 index 3f2c33e17..000000000 --- a/packages/icons/categories/devices/phone-pause.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/phone-plus.svg b/packages/icons/categories/devices/phone-plus.svg deleted file mode 100644 index 43bc0961c..000000000 --- a/packages/icons/categories/devices/phone-plus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/phone-x.svg b/packages/icons/categories/devices/phone-x.svg deleted file mode 100644 index fff7ba8b8..000000000 --- a/packages/icons/categories/devices/phone-x.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/phone.svg b/packages/icons/categories/devices/phone.svg deleted file mode 100644 index 90522d545..000000000 --- a/packages/icons/categories/devices/phone.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/devices/playstation-circle.svg b/packages/icons/categories/devices/playstation-circle.svg deleted file mode 100644 index f7b684b35..000000000 --- a/packages/icons/categories/devices/playstation-circle.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/playstation-square.svg b/packages/icons/categories/devices/playstation-square.svg deleted file mode 100644 index 4133b81ed..000000000 --- a/packages/icons/categories/devices/playstation-square.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/playstation-triangle.svg b/packages/icons/categories/devices/playstation-triangle.svg deleted file mode 100644 index 0bd055132..000000000 --- a/packages/icons/categories/devices/playstation-triangle.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/playstation-x.svg b/packages/icons/categories/devices/playstation-x.svg deleted file mode 100644 index 2560362f8..000000000 --- a/packages/icons/categories/devices/playstation-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/plug-connected-x.svg b/packages/icons/categories/devices/plug-connected-x.svg deleted file mode 100644 index 0623a65f7..000000000 --- a/packages/icons/categories/devices/plug-connected-x.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/plug-connected.svg b/packages/icons/categories/devices/plug-connected.svg deleted file mode 100644 index 329c6fe74..000000000 --- a/packages/icons/categories/devices/plug-connected.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/plug-off.svg b/packages/icons/categories/devices/plug-off.svg deleted file mode 100644 index 41a13c87e..000000000 --- a/packages/icons/categories/devices/plug-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/plug-x.svg b/packages/icons/categories/devices/plug-x.svg deleted file mode 100644 index 97116e25f..000000000 --- a/packages/icons/categories/devices/plug-x.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/plug.svg b/packages/icons/categories/devices/plug.svg deleted file mode 100644 index 9f3d1ed57..000000000 --- a/packages/icons/categories/devices/plug.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/power.svg b/packages/icons/categories/devices/power.svg deleted file mode 100644 index 40fd39df2..000000000 --- a/packages/icons/categories/devices/power.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/printer-off.svg b/packages/icons/categories/devices/printer-off.svg deleted file mode 100644 index 09e5b3a35..000000000 --- a/packages/icons/categories/devices/printer-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/printer.svg b/packages/icons/categories/devices/printer.svg deleted file mode 100644 index 635d964cc..000000000 --- a/packages/icons/categories/devices/printer.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/qrcode-off.svg b/packages/icons/categories/devices/qrcode-off.svg deleted file mode 100644 index f3530403e..000000000 --- a/packages/icons/categories/devices/qrcode-off.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/qrcode.svg b/packages/icons/categories/devices/qrcode.svg deleted file mode 100644 index 9b9b7f522..000000000 --- a/packages/icons/categories/devices/qrcode.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/router-off.svg b/packages/icons/categories/devices/router-off.svg deleted file mode 100644 index cc534e4a6..000000000 --- a/packages/icons/categories/devices/router-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/router.svg b/packages/icons/categories/devices/router.svg deleted file mode 100644 index 9b9d80597..000000000 --- a/packages/icons/categories/devices/router.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/screen-share-off.svg b/packages/icons/categories/devices/screen-share-off.svg deleted file mode 100644 index 54865420a..000000000 --- a/packages/icons/categories/devices/screen-share-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/screen-share.svg b/packages/icons/categories/devices/screen-share.svg deleted file mode 100644 index aeb13a1fa..000000000 --- a/packages/icons/categories/devices/screen-share.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/server-2.svg b/packages/icons/categories/devices/server-2.svg deleted file mode 100644 index 69b48d394..000000000 --- a/packages/icons/categories/devices/server-2.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/server-bolt.svg b/packages/icons/categories/devices/server-bolt.svg deleted file mode 100644 index cb95dae8b..000000000 --- a/packages/icons/categories/devices/server-bolt.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/server-cog.svg b/packages/icons/categories/devices/server-cog.svg deleted file mode 100644 index 789b410b5..000000000 --- a/packages/icons/categories/devices/server-cog.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/devices/server-off.svg b/packages/icons/categories/devices/server-off.svg deleted file mode 100644 index 84a71f19c..000000000 --- a/packages/icons/categories/devices/server-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/server.svg b/packages/icons/categories/devices/server.svg deleted file mode 100644 index 769db9181..000000000 --- a/packages/icons/categories/devices/server.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/shredder.svg b/packages/icons/categories/devices/shredder.svg deleted file mode 100644 index f0b209946..000000000 --- a/packages/icons/categories/devices/shredder.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/signal-2g.svg b/packages/icons/categories/devices/signal-2g.svg deleted file mode 100644 index 1fa083f45..000000000 --- a/packages/icons/categories/devices/signal-2g.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/signal-3g.svg b/packages/icons/categories/devices/signal-3g.svg deleted file mode 100644 index 33be98d34..000000000 --- a/packages/icons/categories/devices/signal-3g.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/signal-4g-plus.svg b/packages/icons/categories/devices/signal-4g-plus.svg deleted file mode 100644 index 89441da9d..000000000 --- a/packages/icons/categories/devices/signal-4g-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/signal-4g.svg b/packages/icons/categories/devices/signal-4g.svg deleted file mode 100644 index 78c5b0a3b..000000000 --- a/packages/icons/categories/devices/signal-4g.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/signal-5g.svg b/packages/icons/categories/devices/signal-5g.svg deleted file mode 100644 index 288670a7f..000000000 --- a/packages/icons/categories/devices/signal-5g.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/signal-6g.svg b/packages/icons/categories/devices/signal-6g.svg deleted file mode 100644 index 1d745e68d..000000000 --- a/packages/icons/categories/devices/signal-6g.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/signal-e.svg b/packages/icons/categories/devices/signal-e.svg deleted file mode 100644 index 0f1e85145..000000000 --- a/packages/icons/categories/devices/signal-e.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/signal-g.svg b/packages/icons/categories/devices/signal-g.svg deleted file mode 100644 index 319cad5d8..000000000 --- a/packages/icons/categories/devices/signal-g.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/devices/signal-h-plus.svg b/packages/icons/categories/devices/signal-h-plus.svg deleted file mode 100644 index 8c1fbb4d8..000000000 --- a/packages/icons/categories/devices/signal-h-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/signal-h.svg b/packages/icons/categories/devices/signal-h.svg deleted file mode 100644 index fb5b25169..000000000 --- a/packages/icons/categories/devices/signal-h.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/signal-lte.svg b/packages/icons/categories/devices/signal-lte.svg deleted file mode 100644 index 754a44b28..000000000 --- a/packages/icons/categories/devices/signal-lte.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/viewport-narrow.svg b/packages/icons/categories/devices/viewport-narrow.svg deleted file mode 100644 index f29194f1b..000000000 --- a/packages/icons/categories/devices/viewport-narrow.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/viewport-wide.svg b/packages/icons/categories/devices/viewport-wide.svg deleted file mode 100644 index 67588434f..000000000 --- a/packages/icons/categories/devices/viewport-wide.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/vinyl.svg b/packages/icons/categories/devices/vinyl.svg deleted file mode 100644 index ce9d29a09..000000000 --- a/packages/icons/categories/devices/vinyl.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/wash-machine.svg b/packages/icons/categories/devices/wash-machine.svg deleted file mode 100644 index 06132b7c4..000000000 --- a/packages/icons/categories/devices/wash-machine.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/devices/wifi-0.svg b/packages/icons/categories/devices/wifi-0.svg deleted file mode 100644 index f4054aa49..000000000 --- a/packages/icons/categories/devices/wifi-0.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/devices/wifi-1.svg b/packages/icons/categories/devices/wifi-1.svg deleted file mode 100644 index d21334919..000000000 --- a/packages/icons/categories/devices/wifi-1.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/devices/wifi-2.svg b/packages/icons/categories/devices/wifi-2.svg deleted file mode 100644 index 0d8ad03e1..000000000 --- a/packages/icons/categories/devices/wifi-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/wifi-off.svg b/packages/icons/categories/devices/wifi-off.svg deleted file mode 100644 index dbce839e4..000000000 --- a/packages/icons/categories/devices/wifi-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/devices/wifi.svg b/packages/icons/categories/devices/wifi.svg deleted file mode 100644 index c583aa4b2..000000000 --- a/packages/icons/categories/devices/wifi.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/xbox-a.svg b/packages/icons/categories/devices/xbox-a.svg deleted file mode 100644 index 362f89140..000000000 --- a/packages/icons/categories/devices/xbox-a.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/xbox-b.svg b/packages/icons/categories/devices/xbox-b.svg deleted file mode 100644 index b40039c68..000000000 --- a/packages/icons/categories/devices/xbox-b.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/devices/xbox-x.svg b/packages/icons/categories/devices/xbox-x.svg deleted file mode 100644 index b05e5f267..000000000 --- a/packages/icons/categories/devices/xbox-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/devices/xbox-y.svg b/packages/icons/categories/devices/xbox-y.svg deleted file mode 100644 index 91184a10f..000000000 --- a/packages/icons/categories/devices/xbox-y.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/archive-off.svg b/packages/icons/categories/document/archive-off.svg deleted file mode 100644 index 43a2a715a..000000000 --- a/packages/icons/categories/document/archive-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/archive.svg b/packages/icons/categories/document/archive.svg deleted file mode 100644 index f5639d42c..000000000 --- a/packages/icons/categories/document/archive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/book-2.svg b/packages/icons/categories/document/book-2.svg deleted file mode 100644 index e136c7157..000000000 --- a/packages/icons/categories/document/book-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/book-download.svg b/packages/icons/categories/document/book-download.svg deleted file mode 100644 index 5cb8c60ef..000000000 --- a/packages/icons/categories/document/book-download.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/book-off.svg b/packages/icons/categories/document/book-off.svg deleted file mode 100644 index e3bf35998..000000000 --- a/packages/icons/categories/document/book-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/document/book-upload.svg b/packages/icons/categories/document/book-upload.svg deleted file mode 100644 index eee0d0df0..000000000 --- a/packages/icons/categories/document/book-upload.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/book.svg b/packages/icons/categories/document/book.svg deleted file mode 100644 index 0d379983d..000000000 --- a/packages/icons/categories/document/book.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/bookmark-edit.svg b/packages/icons/categories/document/bookmark-edit.svg deleted file mode 100644 index 29ce6f07a..000000000 --- a/packages/icons/categories/document/bookmark-edit.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/bookmark-minus.svg b/packages/icons/categories/document/bookmark-minus.svg deleted file mode 100644 index c372274df..000000000 --- a/packages/icons/categories/document/bookmark-minus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/bookmark-off.svg b/packages/icons/categories/document/bookmark-off.svg deleted file mode 100644 index 9cd8fe6d1..000000000 --- a/packages/icons/categories/document/bookmark-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/bookmark-plus.svg b/packages/icons/categories/document/bookmark-plus.svg deleted file mode 100644 index 567ff6a03..000000000 --- a/packages/icons/categories/document/bookmark-plus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/bookmark-question.svg b/packages/icons/categories/document/bookmark-question.svg deleted file mode 100644 index 64eb7d83c..000000000 --- a/packages/icons/categories/document/bookmark-question.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/bookmark.svg b/packages/icons/categories/document/bookmark.svg deleted file mode 100644 index 50f00001d..000000000 --- a/packages/icons/categories/document/bookmark.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/document/bookmarks-off.svg b/packages/icons/categories/document/bookmarks-off.svg deleted file mode 100644 index 87232500c..000000000 --- a/packages/icons/categories/document/bookmarks-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/bookmarks.svg b/packages/icons/categories/document/bookmarks.svg deleted file mode 100644 index eba76d6e8..000000000 --- a/packages/icons/categories/document/bookmarks.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/books-off.svg b/packages/icons/categories/document/books-off.svg deleted file mode 100644 index 039718712..000000000 --- a/packages/icons/categories/document/books-off.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/document/books.svg b/packages/icons/categories/document/books.svg deleted file mode 100644 index 0c0bcec79..000000000 --- a/packages/icons/categories/document/books.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/document/certificate-2-off.svg b/packages/icons/categories/document/certificate-2-off.svg deleted file mode 100644 index 00966b183..000000000 --- a/packages/icons/categories/document/certificate-2-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/certificate-2.svg b/packages/icons/categories/document/certificate-2.svg deleted file mode 100644 index e13de62fd..000000000 --- a/packages/icons/categories/document/certificate-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/certificate-off.svg b/packages/icons/categories/document/certificate-off.svg deleted file mode 100644 index 587a7b27d..000000000 --- a/packages/icons/categories/document/certificate-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/document/certificate.svg b/packages/icons/categories/document/certificate.svg deleted file mode 100644 index 069cde0e4..000000000 --- a/packages/icons/categories/document/certificate.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/document/chalkboard-off.svg b/packages/icons/categories/document/chalkboard-off.svg deleted file mode 100644 index a1c0f7919..000000000 --- a/packages/icons/categories/document/chalkboard-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/chalkboard.svg b/packages/icons/categories/document/chalkboard.svg deleted file mode 100644 index 312628768..000000000 --- a/packages/icons/categories/document/chalkboard.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/clipboard-check.svg b/packages/icons/categories/document/clipboard-check.svg deleted file mode 100644 index 198b76300..000000000 --- a/packages/icons/categories/document/clipboard-check.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/clipboard-copy.svg b/packages/icons/categories/document/clipboard-copy.svg deleted file mode 100644 index 0114ac171..000000000 --- a/packages/icons/categories/document/clipboard-copy.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/clipboard-data.svg b/packages/icons/categories/document/clipboard-data.svg deleted file mode 100644 index deff9441b..000000000 --- a/packages/icons/categories/document/clipboard-data.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/document/clipboard-heart.svg b/packages/icons/categories/document/clipboard-heart.svg deleted file mode 100644 index 34c12ae89..000000000 --- a/packages/icons/categories/document/clipboard-heart.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/clipboard-list.svg b/packages/icons/categories/document/clipboard-list.svg deleted file mode 100644 index 5a6a7b153..000000000 --- a/packages/icons/categories/document/clipboard-list.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/document/clipboard-off.svg b/packages/icons/categories/document/clipboard-off.svg deleted file mode 100644 index 80181993b..000000000 --- a/packages/icons/categories/document/clipboard-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/clipboard-plus.svg b/packages/icons/categories/document/clipboard-plus.svg deleted file mode 100644 index 4866500aa..000000000 --- a/packages/icons/categories/document/clipboard-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/clipboard-text.svg b/packages/icons/categories/document/clipboard-text.svg deleted file mode 100644 index 3730d367a..000000000 --- a/packages/icons/categories/document/clipboard-text.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/clipboard-typography.svg b/packages/icons/categories/document/clipboard-typography.svg deleted file mode 100644 index 980c9e32d..000000000 --- a/packages/icons/categories/document/clipboard-typography.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/clipboard-x.svg b/packages/icons/categories/document/clipboard-x.svg deleted file mode 100644 index 432a800de..000000000 --- a/packages/icons/categories/document/clipboard-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/clipboard.svg b/packages/icons/categories/document/clipboard.svg deleted file mode 100644 index 2aeb54deb..000000000 --- a/packages/icons/categories/document/clipboard.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/file-3d.svg b/packages/icons/categories/document/file-3d.svg deleted file mode 100644 index 28b885793..000000000 --- a/packages/icons/categories/document/file-3d.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-alert.svg b/packages/icons/categories/document/file-alert.svg deleted file mode 100644 index 957fcefd8..000000000 --- a/packages/icons/categories/document/file-alert.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-analytics.svg b/packages/icons/categories/document/file-analytics.svg deleted file mode 100644 index e9f19c418..000000000 --- a/packages/icons/categories/document/file-analytics.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-arrow-left.svg b/packages/icons/categories/document/file-arrow-left.svg deleted file mode 100644 index 0d63cc942..000000000 --- a/packages/icons/categories/document/file-arrow-left.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-arrow-right.svg b/packages/icons/categories/document/file-arrow-right.svg deleted file mode 100644 index 40720eb25..000000000 --- a/packages/icons/categories/document/file-arrow-right.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-barcode.svg b/packages/icons/categories/document/file-barcode.svg deleted file mode 100644 index e3254227f..000000000 --- a/packages/icons/categories/document/file-barcode.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-broken.svg b/packages/icons/categories/document/file-broken.svg deleted file mode 100644 index 8b1fb311a..000000000 --- a/packages/icons/categories/document/file-broken.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/document/file-certificate.svg b/packages/icons/categories/document/file-certificate.svg deleted file mode 100644 index 2b4465cf5..000000000 --- a/packages/icons/categories/document/file-certificate.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-chart.svg b/packages/icons/categories/document/file-chart.svg deleted file mode 100644 index 7b67c5f0b..000000000 --- a/packages/icons/categories/document/file-chart.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-check.svg b/packages/icons/categories/document/file-check.svg deleted file mode 100644 index e5b1ad5db..000000000 --- a/packages/icons/categories/document/file-check.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/file-code-2.svg b/packages/icons/categories/document/file-code-2.svg deleted file mode 100644 index e703247f8..000000000 --- a/packages/icons/categories/document/file-code-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-code.svg b/packages/icons/categories/document/file-code.svg deleted file mode 100644 index 91e334a5c..000000000 --- a/packages/icons/categories/document/file-code.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-cv.svg b/packages/icons/categories/document/file-cv.svg deleted file mode 100644 index acd30ef8b..000000000 --- a/packages/icons/categories/document/file-cv.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-database.svg b/packages/icons/categories/document/file-database.svg deleted file mode 100644 index 7e6d18fbe..000000000 --- a/packages/icons/categories/document/file-database.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-delta.svg b/packages/icons/categories/document/file-delta.svg deleted file mode 100644 index 995c5f5c5..000000000 --- a/packages/icons/categories/document/file-delta.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/file-description.svg b/packages/icons/categories/document/file-description.svg deleted file mode 100644 index 74d7b5dce..000000000 --- a/packages/icons/categories/document/file-description.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-diff.svg b/packages/icons/categories/document/file-diff.svg deleted file mode 100644 index e08550c4a..000000000 --- a/packages/icons/categories/document/file-diff.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-digit.svg b/packages/icons/categories/document/file-digit.svg deleted file mode 100644 index 92f021e26..000000000 --- a/packages/icons/categories/document/file-digit.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-dislike.svg b/packages/icons/categories/document/file-dislike.svg deleted file mode 100644 index 4766df58e..000000000 --- a/packages/icons/categories/document/file-dislike.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-dollar.svg b/packages/icons/categories/document/file-dollar.svg deleted file mode 100644 index 8e16d30a7..000000000 --- a/packages/icons/categories/document/file-dollar.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-dots.svg b/packages/icons/categories/document/file-dots.svg deleted file mode 100644 index c5f838d15..000000000 --- a/packages/icons/categories/document/file-dots.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-download.svg b/packages/icons/categories/document/file-download.svg deleted file mode 100644 index f45f61631..000000000 --- a/packages/icons/categories/document/file-download.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-euro.svg b/packages/icons/categories/document/file-euro.svg deleted file mode 100644 index 265801850..000000000 --- a/packages/icons/categories/document/file-euro.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-export.svg b/packages/icons/categories/document/file-export.svg deleted file mode 100644 index cb5268f05..000000000 --- a/packages/icons/categories/document/file-export.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/file-function.svg b/packages/icons/categories/document/file-function.svg deleted file mode 100644 index f379806b4..000000000 --- a/packages/icons/categories/document/file-function.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-horizontal.svg b/packages/icons/categories/document/file-horizontal.svg deleted file mode 100644 index 4bbf74829..000000000 --- a/packages/icons/categories/document/file-horizontal.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/file-import.svg b/packages/icons/categories/document/file-import.svg deleted file mode 100644 index ce023f994..000000000 --- a/packages/icons/categories/document/file-import.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/file-infinity.svg b/packages/icons/categories/document/file-infinity.svg deleted file mode 100644 index 2f89cc5ea..000000000 --- a/packages/icons/categories/document/file-infinity.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-info.svg b/packages/icons/categories/document/file-info.svg deleted file mode 100644 index a464aef9a..000000000 --- a/packages/icons/categories/document/file-info.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-invoice.svg b/packages/icons/categories/document/file-invoice.svg deleted file mode 100644 index 55da4f932..000000000 --- a/packages/icons/categories/document/file-invoice.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-lambda.svg b/packages/icons/categories/document/file-lambda.svg deleted file mode 100644 index 67ce98f65..000000000 --- a/packages/icons/categories/document/file-lambda.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-like.svg b/packages/icons/categories/document/file-like.svg deleted file mode 100644 index f37e7f458..000000000 --- a/packages/icons/categories/document/file-like.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-minus.svg b/packages/icons/categories/document/file-minus.svg deleted file mode 100644 index 2b7e248d4..000000000 --- a/packages/icons/categories/document/file-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/file-music.svg b/packages/icons/categories/document/file-music.svg deleted file mode 100644 index 529304011..000000000 --- a/packages/icons/categories/document/file-music.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-off.svg b/packages/icons/categories/document/file-off.svg deleted file mode 100644 index 676aef740..000000000 --- a/packages/icons/categories/document/file-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/file-orientation.svg b/packages/icons/categories/document/file-orientation.svg deleted file mode 100644 index 5456dc1d3..000000000 --- a/packages/icons/categories/document/file-orientation.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-pencil.svg b/packages/icons/categories/document/file-pencil.svg deleted file mode 100644 index 7629d9ea6..000000000 --- a/packages/icons/categories/document/file-pencil.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/file-percent.svg b/packages/icons/categories/document/file-percent.svg deleted file mode 100644 index 88022b07b..000000000 --- a/packages/icons/categories/document/file-percent.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-phone.svg b/packages/icons/categories/document/file-phone.svg deleted file mode 100644 index fbaf95917..000000000 --- a/packages/icons/categories/document/file-phone.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/file-plus.svg b/packages/icons/categories/document/file-plus.svg deleted file mode 100644 index ef76b0628..000000000 --- a/packages/icons/categories/document/file-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-power.svg b/packages/icons/categories/document/file-power.svg deleted file mode 100644 index 5b52b23d0..000000000 --- a/packages/icons/categories/document/file-power.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/file-report.svg b/packages/icons/categories/document/file-report.svg deleted file mode 100644 index 284ffde6a..000000000 --- a/packages/icons/categories/document/file-report.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-rss.svg b/packages/icons/categories/document/file-rss.svg deleted file mode 100644 index c037d1e35..000000000 --- a/packages/icons/categories/document/file-rss.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-scissors.svg b/packages/icons/categories/document/file-scissors.svg deleted file mode 100644 index e97260914..000000000 --- a/packages/icons/categories/document/file-scissors.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/document/file-search.svg b/packages/icons/categories/document/file-search.svg deleted file mode 100644 index 870858e83..000000000 --- a/packages/icons/categories/document/file-search.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-settings.svg b/packages/icons/categories/document/file-settings.svg deleted file mode 100644 index 2fb9ef745..000000000 --- a/packages/icons/categories/document/file-settings.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/document/file-shredder.svg b/packages/icons/categories/document/file-shredder.svg deleted file mode 100644 index 8208cf0d9..000000000 --- a/packages/icons/categories/document/file-shredder.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/document/file-signal.svg b/packages/icons/categories/document/file-signal.svg deleted file mode 100644 index 4635713ac..000000000 --- a/packages/icons/categories/document/file-signal.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-spreadsheet.svg b/packages/icons/categories/document/file-spreadsheet.svg deleted file mode 100644 index 58a3c260e..000000000 --- a/packages/icons/categories/document/file-spreadsheet.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-stack.svg b/packages/icons/categories/document/file-stack.svg deleted file mode 100644 index 7435a35cd..000000000 --- a/packages/icons/categories/document/file-stack.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-star.svg b/packages/icons/categories/document/file-star.svg deleted file mode 100644 index 0159cdb78..000000000 --- a/packages/icons/categories/document/file-star.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/file-symlink.svg b/packages/icons/categories/document/file-symlink.svg deleted file mode 100644 index f7527c355..000000000 --- a/packages/icons/categories/document/file-symlink.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-text-ai.svg b/packages/icons/categories/document/file-text-ai.svg deleted file mode 100644 index 402a5c8a0..000000000 --- a/packages/icons/categories/document/file-text-ai.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/document/file-text.svg b/packages/icons/categories/document/file-text.svg deleted file mode 100644 index ee6a3df26..000000000 --- a/packages/icons/categories/document/file-text.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-time.svg b/packages/icons/categories/document/file-time.svg deleted file mode 100644 index 0e9d1c32c..000000000 --- a/packages/icons/categories/document/file-time.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-bmp.svg b/packages/icons/categories/document/file-type-bmp.svg deleted file mode 100644 index ebfb86875..000000000 --- a/packages/icons/categories/document/file-type-bmp.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-css.svg b/packages/icons/categories/document/file-type-css.svg deleted file mode 100644 index 12db4c2f5..000000000 --- a/packages/icons/categories/document/file-type-css.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-csv.svg b/packages/icons/categories/document/file-type-csv.svg deleted file mode 100644 index da7686d99..000000000 --- a/packages/icons/categories/document/file-type-csv.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-doc.svg b/packages/icons/categories/document/file-type-doc.svg deleted file mode 100644 index a67f2357b..000000000 --- a/packages/icons/categories/document/file-type-doc.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-docx.svg b/packages/icons/categories/document/file-type-docx.svg deleted file mode 100644 index 1c6cb1a59..000000000 --- a/packages/icons/categories/document/file-type-docx.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-html.svg b/packages/icons/categories/document/file-type-html.svg deleted file mode 100644 index 739fba953..000000000 --- a/packages/icons/categories/document/file-type-html.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-jpg.svg b/packages/icons/categories/document/file-type-jpg.svg deleted file mode 100644 index dd89ec7c6..000000000 --- a/packages/icons/categories/document/file-type-jpg.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-js.svg b/packages/icons/categories/document/file-type-js.svg deleted file mode 100644 index 2834a9980..000000000 --- a/packages/icons/categories/document/file-type-js.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-jsx.svg b/packages/icons/categories/document/file-type-jsx.svg deleted file mode 100644 index 89d0f63ad..000000000 --- a/packages/icons/categories/document/file-type-jsx.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-pdf.svg b/packages/icons/categories/document/file-type-pdf.svg deleted file mode 100644 index bbc37f54e..000000000 --- a/packages/icons/categories/document/file-type-pdf.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-php.svg b/packages/icons/categories/document/file-type-php.svg deleted file mode 100644 index 342f2971f..000000000 --- a/packages/icons/categories/document/file-type-php.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-png.svg b/packages/icons/categories/document/file-type-png.svg deleted file mode 100644 index 0f259906e..000000000 --- a/packages/icons/categories/document/file-type-png.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-ppt.svg b/packages/icons/categories/document/file-type-ppt.svg deleted file mode 100644 index 8d9e5af9d..000000000 --- a/packages/icons/categories/document/file-type-ppt.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-rs.svg b/packages/icons/categories/document/file-type-rs.svg deleted file mode 100644 index b75fabd96..000000000 --- a/packages/icons/categories/document/file-type-rs.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-sql.svg b/packages/icons/categories/document/file-type-sql.svg deleted file mode 100644 index 7406ac906..000000000 --- a/packages/icons/categories/document/file-type-sql.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-svg.svg b/packages/icons/categories/document/file-type-svg.svg deleted file mode 100644 index 8ec33489e..000000000 --- a/packages/icons/categories/document/file-type-svg.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-ts.svg b/packages/icons/categories/document/file-type-ts.svg deleted file mode 100644 index bbb0642b7..000000000 --- a/packages/icons/categories/document/file-type-ts.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-tsx.svg b/packages/icons/categories/document/file-type-tsx.svg deleted file mode 100644 index c811bfe41..000000000 --- a/packages/icons/categories/document/file-type-tsx.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-txt.svg b/packages/icons/categories/document/file-type-txt.svg deleted file mode 100644 index 66f0d9b13..000000000 --- a/packages/icons/categories/document/file-type-txt.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-vue.svg b/packages/icons/categories/document/file-type-vue.svg deleted file mode 100644 index ea064b7ea..000000000 --- a/packages/icons/categories/document/file-type-vue.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-xls.svg b/packages/icons/categories/document/file-type-xls.svg deleted file mode 100644 index 64e8423b9..000000000 --- a/packages/icons/categories/document/file-type-xls.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-xml.svg b/packages/icons/categories/document/file-type-xml.svg deleted file mode 100644 index d7ae93797..000000000 --- a/packages/icons/categories/document/file-type-xml.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/document/file-type-zip.svg b/packages/icons/categories/document/file-type-zip.svg deleted file mode 100644 index 26f362956..000000000 --- a/packages/icons/categories/document/file-type-zip.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-typography.svg b/packages/icons/categories/document/file-typography.svg deleted file mode 100644 index 25bf9975c..000000000 --- a/packages/icons/categories/document/file-typography.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-unknown.svg b/packages/icons/categories/document/file-unknown.svg deleted file mode 100644 index aad8c5e93..000000000 --- a/packages/icons/categories/document/file-unknown.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-upload.svg b/packages/icons/categories/document/file-upload.svg deleted file mode 100644 index 7fe54fd8e..000000000 --- a/packages/icons/categories/document/file-upload.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/file-vector.svg b/packages/icons/categories/document/file-vector.svg deleted file mode 100644 index e0ed30c9d..000000000 --- a/packages/icons/categories/document/file-vector.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/file-x.svg b/packages/icons/categories/document/file-x.svg deleted file mode 100644 index 99ba77d71..000000000 --- a/packages/icons/categories/document/file-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/file-zip.svg b/packages/icons/categories/document/file-zip.svg deleted file mode 100644 index 22578abaa..000000000 --- a/packages/icons/categories/document/file-zip.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/document/file.svg b/packages/icons/categories/document/file.svg deleted file mode 100644 index a0c05782e..000000000 --- a/packages/icons/categories/document/file.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/files-off.svg b/packages/icons/categories/document/files-off.svg deleted file mode 100644 index b1c4c6633..000000000 --- a/packages/icons/categories/document/files-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/files.svg b/packages/icons/categories/document/files.svg deleted file mode 100644 index d6662f18e..000000000 --- a/packages/icons/categories/document/files.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/folder-bolt.svg b/packages/icons/categories/document/folder-bolt.svg deleted file mode 100644 index 51eb7fc8d..000000000 --- a/packages/icons/categories/document/folder-bolt.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/folder-cancel.svg b/packages/icons/categories/document/folder-cancel.svg deleted file mode 100644 index c547b7e27..000000000 --- a/packages/icons/categories/document/folder-cancel.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/folder-check.svg b/packages/icons/categories/document/folder-check.svg deleted file mode 100644 index cb1447e46..000000000 --- a/packages/icons/categories/document/folder-check.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/folder-code.svg b/packages/icons/categories/document/folder-code.svg deleted file mode 100644 index 6e7738f30..000000000 --- a/packages/icons/categories/document/folder-code.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/folder-cog.svg b/packages/icons/categories/document/folder-cog.svg deleted file mode 100644 index 101f246f7..000000000 --- a/packages/icons/categories/document/folder-cog.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/document/folder-dollar.svg b/packages/icons/categories/document/folder-dollar.svg deleted file mode 100644 index 0beff7891..000000000 --- a/packages/icons/categories/document/folder-dollar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/folder-down.svg b/packages/icons/categories/document/folder-down.svg deleted file mode 100644 index 871f3aa6b..000000000 --- a/packages/icons/categories/document/folder-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/folder-exclamation.svg b/packages/icons/categories/document/folder-exclamation.svg deleted file mode 100644 index a88d636c3..000000000 --- a/packages/icons/categories/document/folder-exclamation.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/folder-heart.svg b/packages/icons/categories/document/folder-heart.svg deleted file mode 100644 index 85a6291ca..000000000 --- a/packages/icons/categories/document/folder-heart.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/folder-minus.svg b/packages/icons/categories/document/folder-minus.svg deleted file mode 100644 index 9ab47b0cd..000000000 --- a/packages/icons/categories/document/folder-minus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/folder-off.svg b/packages/icons/categories/document/folder-off.svg deleted file mode 100644 index 46dd8c8f4..000000000 --- a/packages/icons/categories/document/folder-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/folder-pause.svg b/packages/icons/categories/document/folder-pause.svg deleted file mode 100644 index 38fea0f8c..000000000 --- a/packages/icons/categories/document/folder-pause.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/folder-pin.svg b/packages/icons/categories/document/folder-pin.svg deleted file mode 100644 index d51f42a49..000000000 --- a/packages/icons/categories/document/folder-pin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/folder-plus.svg b/packages/icons/categories/document/folder-plus.svg deleted file mode 100644 index dc99bdda2..000000000 --- a/packages/icons/categories/document/folder-plus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/folder-question.svg b/packages/icons/categories/document/folder-question.svg deleted file mode 100644 index 069799d56..000000000 --- a/packages/icons/categories/document/folder-question.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/folder-search.svg b/packages/icons/categories/document/folder-search.svg deleted file mode 100644 index 5366a8660..000000000 --- a/packages/icons/categories/document/folder-search.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/folder-share.svg b/packages/icons/categories/document/folder-share.svg deleted file mode 100644 index 02c72db3c..000000000 --- a/packages/icons/categories/document/folder-share.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/folder-star.svg b/packages/icons/categories/document/folder-star.svg deleted file mode 100644 index cc52c9ba0..000000000 --- a/packages/icons/categories/document/folder-star.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/folder-up.svg b/packages/icons/categories/document/folder-up.svg deleted file mode 100644 index 5f1a04d8e..000000000 --- a/packages/icons/categories/document/folder-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/folder-x.svg b/packages/icons/categories/document/folder-x.svg deleted file mode 100644 index 6b5c609ab..000000000 --- a/packages/icons/categories/document/folder-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/folder.svg b/packages/icons/categories/document/folder.svg deleted file mode 100644 index f662c4787..000000000 --- a/packages/icons/categories/document/folder.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/document/folders-off.svg b/packages/icons/categories/document/folders-off.svg deleted file mode 100644 index 7c31ba255..000000000 --- a/packages/icons/categories/document/folders-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/folders.svg b/packages/icons/categories/document/folders.svg deleted file mode 100644 index 1ed498ce5..000000000 --- a/packages/icons/categories/document/folders.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/news-off.svg b/packages/icons/categories/document/news-off.svg deleted file mode 100644 index 658415407..000000000 --- a/packages/icons/categories/document/news-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/news.svg b/packages/icons/categories/document/news.svg deleted file mode 100644 index 2825473eb..000000000 --- a/packages/icons/categories/document/news.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/note-off.svg b/packages/icons/categories/document/note-off.svg deleted file mode 100644 index 1cb24917b..000000000 --- a/packages/icons/categories/document/note-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/note.svg b/packages/icons/categories/document/note.svg deleted file mode 100644 index be66233c1..000000000 --- a/packages/icons/categories/document/note.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/notebook-off.svg b/packages/icons/categories/document/notebook-off.svg deleted file mode 100644 index c4ce27972..000000000 --- a/packages/icons/categories/document/notebook-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/notebook.svg b/packages/icons/categories/document/notebook.svg deleted file mode 100644 index 4f687f2d4..000000000 --- a/packages/icons/categories/document/notebook.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/notes-off.svg b/packages/icons/categories/document/notes-off.svg deleted file mode 100644 index e239ec0e5..000000000 --- a/packages/icons/categories/document/notes-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/notes.svg b/packages/icons/categories/document/notes.svg deleted file mode 100644 index bed52e0c6..000000000 --- a/packages/icons/categories/document/notes.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/page-break.svg b/packages/icons/categories/document/page-break.svg deleted file mode 100644 index a44bf5f73..000000000 --- a/packages/icons/categories/document/page-break.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/presentation-analytics.svg b/packages/icons/categories/document/presentation-analytics.svg deleted file mode 100644 index 250839cc6..000000000 --- a/packages/icons/categories/document/presentation-analytics.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/document/presentation-off.svg b/packages/icons/categories/document/presentation-off.svg deleted file mode 100644 index 8b46e45fb..000000000 --- a/packages/icons/categories/document/presentation-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/document/presentation.svg b/packages/icons/categories/document/presentation.svg deleted file mode 100644 index 3603917b5..000000000 --- a/packages/icons/categories/document/presentation.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/receipt-2.svg b/packages/icons/categories/document/receipt-2.svg deleted file mode 100644 index 4ad45ac8f..000000000 --- a/packages/icons/categories/document/receipt-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/receipt-off.svg b/packages/icons/categories/document/receipt-off.svg deleted file mode 100644 index 82ec1ed34..000000000 --- a/packages/icons/categories/document/receipt-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/document/receipt-refund.svg b/packages/icons/categories/document/receipt-refund.svg deleted file mode 100644 index a80eb75c3..000000000 --- a/packages/icons/categories/document/receipt-refund.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/receipt-tax.svg b/packages/icons/categories/document/receipt-tax.svg deleted file mode 100644 index e05190c6f..000000000 --- a/packages/icons/categories/document/receipt-tax.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/receipt.svg b/packages/icons/categories/document/receipt.svg deleted file mode 100644 index 8e3d7b9c8..000000000 --- a/packages/icons/categories/document/receipt.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/document/report-analytics.svg b/packages/icons/categories/document/report-analytics.svg deleted file mode 100644 index 0c8c276df..000000000 --- a/packages/icons/categories/document/report-analytics.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/document/report-medical.svg b/packages/icons/categories/document/report-medical.svg deleted file mode 100644 index c5b199a0d..000000000 --- a/packages/icons/categories/document/report-medical.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/report-money.svg b/packages/icons/categories/document/report-money.svg deleted file mode 100644 index 4b2cfe4d4..000000000 --- a/packages/icons/categories/document/report-money.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/report-off.svg b/packages/icons/categories/document/report-off.svg deleted file mode 100644 index 9011c8a48..000000000 --- a/packages/icons/categories/document/report-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/report-search.svg b/packages/icons/categories/document/report-search.svg deleted file mode 100644 index 4ab4f6f11..000000000 --- a/packages/icons/categories/document/report-search.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/document/report.svg b/packages/icons/categories/document/report.svg deleted file mode 100644 index 9e836377d..000000000 --- a/packages/icons/categories/document/report.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/document/rubber-stamp-off.svg b/packages/icons/categories/document/rubber-stamp-off.svg deleted file mode 100644 index 212d4d72f..000000000 --- a/packages/icons/categories/document/rubber-stamp-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/document/rubber-stamp.svg b/packages/icons/categories/document/rubber-stamp.svg deleted file mode 100644 index 453657444..000000000 --- a/packages/icons/categories/document/rubber-stamp.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/document/script-minus.svg b/packages/icons/categories/document/script-minus.svg deleted file mode 100644 index c2d5d864d..000000000 --- a/packages/icons/categories/document/script-minus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/script-plus.svg b/packages/icons/categories/document/script-plus.svg deleted file mode 100644 index 6843d1408..000000000 --- a/packages/icons/categories/document/script-plus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/script-x.svg b/packages/icons/categories/document/script-x.svg deleted file mode 100644 index 998203312..000000000 --- a/packages/icons/categories/document/script-x.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/document/script.svg b/packages/icons/categories/document/script.svg deleted file mode 100644 index f57eca09a..000000000 --- a/packages/icons/categories/document/script.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/document/spacing-horizontal.svg b/packages/icons/categories/document/spacing-horizontal.svg deleted file mode 100644 index ffbf75ff6..000000000 --- a/packages/icons/categories/document/spacing-horizontal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/document/spacing-vertical.svg b/packages/icons/categories/document/spacing-vertical.svg deleted file mode 100644 index 7467dc01c..000000000 --- a/packages/icons/categories/document/spacing-vertical.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/e-commerce/basket-off.svg b/packages/icons/categories/e-commerce/basket-off.svg deleted file mode 100644 index a04a861f0..000000000 --- a/packages/icons/categories/e-commerce/basket-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/basket.svg b/packages/icons/categories/e-commerce/basket.svg deleted file mode 100644 index 07acce647..000000000 --- a/packages/icons/categories/e-commerce/basket.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/cash-banknote-off.svg b/packages/icons/categories/e-commerce/cash-banknote-off.svg deleted file mode 100644 index 32e026799..000000000 --- a/packages/icons/categories/e-commerce/cash-banknote-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/cash-banknote.svg b/packages/icons/categories/e-commerce/cash-banknote.svg deleted file mode 100644 index 03f2c0215..000000000 --- a/packages/icons/categories/e-commerce/cash-banknote.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/cash-off.svg b/packages/icons/categories/e-commerce/cash-off.svg deleted file mode 100644 index a1ff6e359..000000000 --- a/packages/icons/categories/e-commerce/cash-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/cash.svg b/packages/icons/categories/e-commerce/cash.svg deleted file mode 100644 index e3e0b1050..000000000 --- a/packages/icons/categories/e-commerce/cash.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/e-commerce/coin-bitcoin.svg b/packages/icons/categories/e-commerce/coin-bitcoin.svg deleted file mode 100644 index cbfdeb359..000000000 --- a/packages/icons/categories/e-commerce/coin-bitcoin.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/coin-euro.svg b/packages/icons/categories/e-commerce/coin-euro.svg deleted file mode 100644 index 5a5a90420..000000000 --- a/packages/icons/categories/e-commerce/coin-euro.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/coin-monero.svg b/packages/icons/categories/e-commerce/coin-monero.svg deleted file mode 100644 index 3fd6164fd..000000000 --- a/packages/icons/categories/e-commerce/coin-monero.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/e-commerce/coin-off.svg b/packages/icons/categories/e-commerce/coin-off.svg deleted file mode 100644 index bb4bfb346..000000000 --- a/packages/icons/categories/e-commerce/coin-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/coin-pound.svg b/packages/icons/categories/e-commerce/coin-pound.svg deleted file mode 100644 index ffd51fd9d..000000000 --- a/packages/icons/categories/e-commerce/coin-pound.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/e-commerce/coin-rupee.svg b/packages/icons/categories/e-commerce/coin-rupee.svg deleted file mode 100644 index a3fc125df..000000000 --- a/packages/icons/categories/e-commerce/coin-rupee.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/e-commerce/coin-yen.svg b/packages/icons/categories/e-commerce/coin-yen.svg deleted file mode 100644 index 3e2e324b3..000000000 --- a/packages/icons/categories/e-commerce/coin-yen.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/coin-yuan.svg b/packages/icons/categories/e-commerce/coin-yuan.svg deleted file mode 100644 index ca258e6e8..000000000 --- a/packages/icons/categories/e-commerce/coin-yuan.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/coin.svg b/packages/icons/categories/e-commerce/coin.svg deleted file mode 100644 index 8c346f994..000000000 --- a/packages/icons/categories/e-commerce/coin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/e-commerce/coins.svg b/packages/icons/categories/e-commerce/coins.svg deleted file mode 100644 index d7c4a5278..000000000 --- a/packages/icons/categories/e-commerce/coins.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/credit-card-off.svg b/packages/icons/categories/e-commerce/credit-card-off.svg deleted file mode 100644 index cda4f5bba..000000000 --- a/packages/icons/categories/e-commerce/credit-card-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/credit-card.svg b/packages/icons/categories/e-commerce/credit-card.svg deleted file mode 100644 index 8c21080d0..000000000 --- a/packages/icons/categories/e-commerce/credit-card.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/discount-off.svg b/packages/icons/categories/e-commerce/discount-off.svg deleted file mode 100644 index 0bd80b70c..000000000 --- a/packages/icons/categories/e-commerce/discount-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/discount.svg b/packages/icons/categories/e-commerce/discount.svg deleted file mode 100644 index d297f09c6..000000000 --- a/packages/icons/categories/e-commerce/discount.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/e-passport.svg b/packages/icons/categories/e-commerce/e-passport.svg deleted file mode 100644 index b15fb6307..000000000 --- a/packages/icons/categories/e-commerce/e-passport.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/package-off.svg b/packages/icons/categories/e-commerce/package-off.svg deleted file mode 100644 index 78688e9f9..000000000 --- a/packages/icons/categories/e-commerce/package-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/package.svg b/packages/icons/categories/e-commerce/package.svg deleted file mode 100644 index ee70d934d..000000000 --- a/packages/icons/categories/e-commerce/package.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/receipt-bitcoin.svg b/packages/icons/categories/e-commerce/receipt-bitcoin.svg deleted file mode 100644 index 26bc78000..000000000 --- a/packages/icons/categories/e-commerce/receipt-bitcoin.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/receipt-dollar.svg b/packages/icons/categories/e-commerce/receipt-dollar.svg deleted file mode 100644 index b946cad14..000000000 --- a/packages/icons/categories/e-commerce/receipt-dollar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/e-commerce/receipt-euro.svg b/packages/icons/categories/e-commerce/receipt-euro.svg deleted file mode 100644 index 4b61692bd..000000000 --- a/packages/icons/categories/e-commerce/receipt-euro.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/e-commerce/receipt-pound.svg b/packages/icons/categories/e-commerce/receipt-pound.svg deleted file mode 100644 index 2246ac646..000000000 --- a/packages/icons/categories/e-commerce/receipt-pound.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/e-commerce/receipt-yen.svg b/packages/icons/categories/e-commerce/receipt-yen.svg deleted file mode 100644 index 18c1f08c5..000000000 --- a/packages/icons/categories/e-commerce/receipt-yen.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/receipt-yuan.svg b/packages/icons/categories/e-commerce/receipt-yuan.svg deleted file mode 100644 index ab050a24d..000000000 --- a/packages/icons/categories/e-commerce/receipt-yuan.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/shopping-bag-check.svg b/packages/icons/categories/e-commerce/shopping-bag-check.svg deleted file mode 100644 index 971855e76..000000000 --- a/packages/icons/categories/e-commerce/shopping-bag-check.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/e-commerce/shopping-bag-discount.svg b/packages/icons/categories/e-commerce/shopping-bag-discount.svg deleted file mode 100644 index 8af73f374..000000000 --- a/packages/icons/categories/e-commerce/shopping-bag-discount.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/shopping-bag-edit.svg b/packages/icons/categories/e-commerce/shopping-bag-edit.svg deleted file mode 100644 index c57665330..000000000 --- a/packages/icons/categories/e-commerce/shopping-bag-edit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/e-commerce/shopping-bag-exclamation.svg b/packages/icons/categories/e-commerce/shopping-bag-exclamation.svg deleted file mode 100644 index b84a6216e..000000000 --- a/packages/icons/categories/e-commerce/shopping-bag-exclamation.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/shopping-bag-minus.svg b/packages/icons/categories/e-commerce/shopping-bag-minus.svg deleted file mode 100644 index fbe7917e1..000000000 --- a/packages/icons/categories/e-commerce/shopping-bag-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/e-commerce/shopping-bag-plus.svg b/packages/icons/categories/e-commerce/shopping-bag-plus.svg deleted file mode 100644 index c7453b81b..000000000 --- a/packages/icons/categories/e-commerce/shopping-bag-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/shopping-bag-search.svg b/packages/icons/categories/e-commerce/shopping-bag-search.svg deleted file mode 100644 index bf34f92a7..000000000 --- a/packages/icons/categories/e-commerce/shopping-bag-search.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/shopping-bag-x.svg b/packages/icons/categories/e-commerce/shopping-bag-x.svg deleted file mode 100644 index 595598928..000000000 --- a/packages/icons/categories/e-commerce/shopping-bag-x.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/shopping-bag.svg b/packages/icons/categories/e-commerce/shopping-bag.svg deleted file mode 100644 index b2f1e008e..000000000 --- a/packages/icons/categories/e-commerce/shopping-bag.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/e-commerce/shopping-cart-off.svg b/packages/icons/categories/e-commerce/shopping-cart-off.svg deleted file mode 100644 index 61d39d439..000000000 --- a/packages/icons/categories/e-commerce/shopping-cart-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/shopping-cart.svg b/packages/icons/categories/e-commerce/shopping-cart.svg deleted file mode 100644 index bce184722..000000000 --- a/packages/icons/categories/e-commerce/shopping-cart.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/tag-off.svg b/packages/icons/categories/e-commerce/tag-off.svg deleted file mode 100644 index f53181a19..000000000 --- a/packages/icons/categories/e-commerce/tag-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/e-commerce/tag-starred.svg b/packages/icons/categories/e-commerce/tag-starred.svg deleted file mode 100644 index 1ccc151d8..000000000 --- a/packages/icons/categories/e-commerce/tag-starred.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/e-commerce/tag.svg b/packages/icons/categories/e-commerce/tag.svg deleted file mode 100644 index 9bdd35f3f..000000000 --- a/packages/icons/categories/e-commerce/tag.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/e-commerce/tags-off.svg b/packages/icons/categories/e-commerce/tags-off.svg deleted file mode 100644 index c5627aa97..000000000 --- a/packages/icons/categories/e-commerce/tags-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/tags.svg b/packages/icons/categories/e-commerce/tags.svg deleted file mode 100644 index 8ddd3412c..000000000 --- a/packages/icons/categories/e-commerce/tags.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/e-commerce/transaction-dollar.svg b/packages/icons/categories/e-commerce/transaction-dollar.svg deleted file mode 100644 index 25c75645b..000000000 --- a/packages/icons/categories/e-commerce/transaction-dollar.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/transaction-euro.svg b/packages/icons/categories/e-commerce/transaction-euro.svg deleted file mode 100644 index 604c3f07c..000000000 --- a/packages/icons/categories/e-commerce/transaction-euro.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/transaction-pound.svg b/packages/icons/categories/e-commerce/transaction-pound.svg deleted file mode 100644 index 32d69a793..000000000 --- a/packages/icons/categories/e-commerce/transaction-pound.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/transaction-yen.svg b/packages/icons/categories/e-commerce/transaction-yen.svg deleted file mode 100644 index 958520716..000000000 --- a/packages/icons/categories/e-commerce/transaction-yen.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/transaction-yuan.svg b/packages/icons/categories/e-commerce/transaction-yuan.svg deleted file mode 100644 index 8ff0f369e..000000000 --- a/packages/icons/categories/e-commerce/transaction-yuan.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/transfer-in.svg b/packages/icons/categories/e-commerce/transfer-in.svg deleted file mode 100644 index 912b96072..000000000 --- a/packages/icons/categories/e-commerce/transfer-in.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/e-commerce/transfer-out.svg b/packages/icons/categories/e-commerce/transfer-out.svg deleted file mode 100644 index 10238a6ef..000000000 --- a/packages/icons/categories/e-commerce/transfer-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/e-commerce/truck-delivery.svg b/packages/icons/categories/e-commerce/truck-delivery.svg deleted file mode 100644 index c6209ffbd..000000000 --- a/packages/icons/categories/e-commerce/truck-delivery.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/truck-loading.svg b/packages/icons/categories/e-commerce/truck-loading.svg deleted file mode 100644 index 430c26a61..000000000 --- a/packages/icons/categories/e-commerce/truck-loading.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/e-commerce/truck-return.svg b/packages/icons/categories/e-commerce/truck-return.svg deleted file mode 100644 index ef1e54e23..000000000 --- a/packages/icons/categories/e-commerce/truck-return.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/electrical/circuit-ammeter.svg b/packages/icons/categories/electrical/circuit-ammeter.svg deleted file mode 100644 index e12f5715b..000000000 --- a/packages/icons/categories/electrical/circuit-ammeter.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/electrical/circuit-battery.svg b/packages/icons/categories/electrical/circuit-battery.svg deleted file mode 100644 index f147b9696..000000000 --- a/packages/icons/categories/electrical/circuit-battery.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/electrical/circuit-bulb.svg b/packages/icons/categories/electrical/circuit-bulb.svg deleted file mode 100644 index a65461f3b..000000000 --- a/packages/icons/categories/electrical/circuit-bulb.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/electrical/circuit-capacitor-polarized.svg b/packages/icons/categories/electrical/circuit-capacitor-polarized.svg deleted file mode 100644 index 2a2a55f18..000000000 --- a/packages/icons/categories/electrical/circuit-capacitor-polarized.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/electrical/circuit-capacitor.svg b/packages/icons/categories/electrical/circuit-capacitor.svg deleted file mode 100644 index f9c9bb78c..000000000 --- a/packages/icons/categories/electrical/circuit-capacitor.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/electrical/circuit-cell-plus.svg b/packages/icons/categories/electrical/circuit-cell-plus.svg deleted file mode 100644 index efb48b4c2..000000000 --- a/packages/icons/categories/electrical/circuit-cell-plus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/electrical/circuit-cell.svg b/packages/icons/categories/electrical/circuit-cell.svg deleted file mode 100644 index 39496c5d7..000000000 --- a/packages/icons/categories/electrical/circuit-cell.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/electrical/circuit-changeover.svg b/packages/icons/categories/electrical/circuit-changeover.svg deleted file mode 100644 index 6cf79bb6e..000000000 --- a/packages/icons/categories/electrical/circuit-changeover.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/electrical/circuit-diode-zener.svg b/packages/icons/categories/electrical/circuit-diode-zener.svg deleted file mode 100644 index 3ab52e122..000000000 --- a/packages/icons/categories/electrical/circuit-diode-zener.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/electrical/circuit-diode.svg b/packages/icons/categories/electrical/circuit-diode.svg deleted file mode 100644 index 663c97ff9..000000000 --- a/packages/icons/categories/electrical/circuit-diode.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/electrical/circuit-ground-digital.svg b/packages/icons/categories/electrical/circuit-ground-digital.svg deleted file mode 100644 index 2734750ab..000000000 --- a/packages/icons/categories/electrical/circuit-ground-digital.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/electrical/circuit-ground.svg b/packages/icons/categories/electrical/circuit-ground.svg deleted file mode 100644 index f494622ea..000000000 --- a/packages/icons/categories/electrical/circuit-ground.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/electrical/circuit-inductor.svg b/packages/icons/categories/electrical/circuit-inductor.svg deleted file mode 100644 index f23a48b70..000000000 --- a/packages/icons/categories/electrical/circuit-inductor.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/electrical/circuit-motor.svg b/packages/icons/categories/electrical/circuit-motor.svg deleted file mode 100644 index 6743e0eaa..000000000 --- a/packages/icons/categories/electrical/circuit-motor.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/electrical/circuit-pushbutton.svg b/packages/icons/categories/electrical/circuit-pushbutton.svg deleted file mode 100644 index 812b425da..000000000 --- a/packages/icons/categories/electrical/circuit-pushbutton.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/electrical/circuit-resistor.svg b/packages/icons/categories/electrical/circuit-resistor.svg deleted file mode 100644 index e62e193fe..000000000 --- a/packages/icons/categories/electrical/circuit-resistor.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/electrical/circuit-switch-closed.svg b/packages/icons/categories/electrical/circuit-switch-closed.svg deleted file mode 100644 index df5e50759..000000000 --- a/packages/icons/categories/electrical/circuit-switch-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/electrical/circuit-switch-open.svg b/packages/icons/categories/electrical/circuit-switch-open.svg deleted file mode 100644 index acad872ea..000000000 --- a/packages/icons/categories/electrical/circuit-switch-open.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/electrical/circuit-voltmeter.svg b/packages/icons/categories/electrical/circuit-voltmeter.svg deleted file mode 100644 index c4672f9af..000000000 --- a/packages/icons/categories/electrical/circuit-voltmeter.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/extensions/bmp.svg b/packages/icons/categories/extensions/bmp.svg deleted file mode 100644 index b182f8daf..000000000 --- a/packages/icons/categories/extensions/bmp.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/extensions/csv.svg b/packages/icons/categories/extensions/csv.svg deleted file mode 100644 index e5b23873b..000000000 --- a/packages/icons/categories/extensions/csv.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/extensions/gif.svg b/packages/icons/categories/extensions/gif.svg deleted file mode 100644 index 5662c0890..000000000 --- a/packages/icons/categories/extensions/gif.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/extensions/html.svg b/packages/icons/categories/extensions/html.svg deleted file mode 100644 index bbf5f1824..000000000 --- a/packages/icons/categories/extensions/html.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/extensions/jpg.svg b/packages/icons/categories/extensions/jpg.svg deleted file mode 100644 index 36eac1dc8..000000000 --- a/packages/icons/categories/extensions/jpg.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/extensions/json.svg b/packages/icons/categories/extensions/json.svg deleted file mode 100644 index 9f43c0f1e..000000000 --- a/packages/icons/categories/extensions/json.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/extensions/pdf.svg b/packages/icons/categories/extensions/pdf.svg deleted file mode 100644 index 74c623e7f..000000000 --- a/packages/icons/categories/extensions/pdf.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/extensions/png.svg b/packages/icons/categories/extensions/png.svg deleted file mode 100644 index af83ffeed..000000000 --- a/packages/icons/categories/extensions/png.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/extensions/sql.svg b/packages/icons/categories/extensions/sql.svg deleted file mode 100644 index 536f23687..000000000 --- a/packages/icons/categories/extensions/sql.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/extensions/svg.svg b/packages/icons/categories/extensions/svg.svg deleted file mode 100644 index 104e2d967..000000000 --- a/packages/icons/categories/extensions/svg.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/extensions/toml.svg b/packages/icons/categories/extensions/toml.svg deleted file mode 100644 index 098a26aed..000000000 --- a/packages/icons/categories/extensions/toml.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/extensions/txt.svg b/packages/icons/categories/extensions/txt.svg deleted file mode 100644 index de7558f6c..000000000 --- a/packages/icons/categories/extensions/txt.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/extensions/zip.svg b/packages/icons/categories/extensions/zip.svg deleted file mode 100644 index 89819aab1..000000000 --- a/packages/icons/categories/extensions/zip.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/accessible-off-filled.svg b/packages/icons/categories/filled/accessible-off-filled.svg deleted file mode 100644 index b8ec5539a..000000000 --- a/packages/icons/categories/filled/accessible-off-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/ad-circle-filled.svg b/packages/icons/categories/filled/ad-circle-filled.svg deleted file mode 100644 index 01a9e655c..000000000 --- a/packages/icons/categories/filled/ad-circle-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/ad-filled.svg b/packages/icons/categories/filled/ad-filled.svg deleted file mode 100644 index 7ba507cab..000000000 --- a/packages/icons/categories/filled/ad-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/adjustments-filled.svg b/packages/icons/categories/filled/adjustments-filled.svg deleted file mode 100644 index 9051da839..000000000 --- a/packages/icons/categories/filled/adjustments-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/affiliate-filled.svg b/packages/icons/categories/filled/affiliate-filled.svg deleted file mode 100644 index a02601106..000000000 --- a/packages/icons/categories/filled/affiliate-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/alarm-filled.svg b/packages/icons/categories/filled/alarm-filled.svg deleted file mode 100644 index 22b04fc52..000000000 --- a/packages/icons/categories/filled/alarm-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/alarm-minus-filled.svg b/packages/icons/categories/filled/alarm-minus-filled.svg deleted file mode 100644 index f1dc24d11..000000000 --- a/packages/icons/categories/filled/alarm-minus-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/alarm-plus-filled.svg b/packages/icons/categories/filled/alarm-plus-filled.svg deleted file mode 100644 index d5dadb29a..000000000 --- a/packages/icons/categories/filled/alarm-plus-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/alarm-snooze-filled.svg b/packages/icons/categories/filled/alarm-snooze-filled.svg deleted file mode 100644 index dee351ec1..000000000 --- a/packages/icons/categories/filled/alarm-snooze-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/alert-circle-filled.svg b/packages/icons/categories/filled/alert-circle-filled.svg deleted file mode 100644 index dac4191b6..000000000 --- a/packages/icons/categories/filled/alert-circle-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/alert-hexagon-filled.svg b/packages/icons/categories/filled/alert-hexagon-filled.svg deleted file mode 100644 index ced0e47bb..000000000 --- a/packages/icons/categories/filled/alert-hexagon-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/alert-octagon-filled.svg b/packages/icons/categories/filled/alert-octagon-filled.svg deleted file mode 100644 index 1d75e307d..000000000 --- a/packages/icons/categories/filled/alert-octagon-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/alert-square-filled.svg b/packages/icons/categories/filled/alert-square-filled.svg deleted file mode 100644 index 5ce91c1a4..000000000 --- a/packages/icons/categories/filled/alert-square-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/alert-square-rounded-filled.svg b/packages/icons/categories/filled/alert-square-rounded-filled.svg deleted file mode 100644 index 38b4b6957..000000000 --- a/packages/icons/categories/filled/alert-square-rounded-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/alert-triangle-filled.svg b/packages/icons/categories/filled/alert-triangle-filled.svg deleted file mode 100644 index 84f87a575..000000000 --- a/packages/icons/categories/filled/alert-triangle-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/alien-filled.svg b/packages/icons/categories/filled/alien-filled.svg deleted file mode 100644 index d4fb9b33b..000000000 --- a/packages/icons/categories/filled/alien-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/align-box-bottom-center-filled.svg b/packages/icons/categories/filled/align-box-bottom-center-filled.svg deleted file mode 100644 index 807cfd084..000000000 --- a/packages/icons/categories/filled/align-box-bottom-center-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/align-box-bottom-left-filled.svg b/packages/icons/categories/filled/align-box-bottom-left-filled.svg deleted file mode 100644 index 4306a9bc7..000000000 --- a/packages/icons/categories/filled/align-box-bottom-left-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/align-box-bottom-right-filled.svg b/packages/icons/categories/filled/align-box-bottom-right-filled.svg deleted file mode 100644 index e49460028..000000000 --- a/packages/icons/categories/filled/align-box-bottom-right-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/align-box-center-middle-filled.svg b/packages/icons/categories/filled/align-box-center-middle-filled.svg deleted file mode 100644 index 6b08c8522..000000000 --- a/packages/icons/categories/filled/align-box-center-middle-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/align-box-left-bottom-filled.svg b/packages/icons/categories/filled/align-box-left-bottom-filled.svg deleted file mode 100644 index 39c7023a6..000000000 --- a/packages/icons/categories/filled/align-box-left-bottom-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/align-box-left-middle-filled.svg b/packages/icons/categories/filled/align-box-left-middle-filled.svg deleted file mode 100644 index 8c3723ef4..000000000 --- a/packages/icons/categories/filled/align-box-left-middle-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/align-box-left-top-filled.svg b/packages/icons/categories/filled/align-box-left-top-filled.svg deleted file mode 100644 index 0fe52c736..000000000 --- a/packages/icons/categories/filled/align-box-left-top-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/align-box-right-bottom-filled.svg b/packages/icons/categories/filled/align-box-right-bottom-filled.svg deleted file mode 100644 index 19686e751..000000000 --- a/packages/icons/categories/filled/align-box-right-bottom-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/align-box-right-middle-filled.svg b/packages/icons/categories/filled/align-box-right-middle-filled.svg deleted file mode 100644 index a7d4184d3..000000000 --- a/packages/icons/categories/filled/align-box-right-middle-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/align-box-right-top-filled.svg b/packages/icons/categories/filled/align-box-right-top-filled.svg deleted file mode 100644 index 78cfc356f..000000000 --- a/packages/icons/categories/filled/align-box-right-top-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/align-box-top-center-filled.svg b/packages/icons/categories/filled/align-box-top-center-filled.svg deleted file mode 100644 index 7cd728aec..000000000 --- a/packages/icons/categories/filled/align-box-top-center-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/align-box-top-left-filled.svg b/packages/icons/categories/filled/align-box-top-left-filled.svg deleted file mode 100644 index 53d42584d..000000000 --- a/packages/icons/categories/filled/align-box-top-left-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/align-box-top-right-filled.svg b/packages/icons/categories/filled/align-box-top-right-filled.svg deleted file mode 100644 index f2a67ac08..000000000 --- a/packages/icons/categories/filled/align-box-top-right-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/analyze-filled.svg b/packages/icons/categories/filled/analyze-filled.svg deleted file mode 100644 index ec138ac68..000000000 --- a/packages/icons/categories/filled/analyze-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/app-window-filled.svg b/packages/icons/categories/filled/app-window-filled.svg deleted file mode 100644 index dd10cddce..000000000 --- a/packages/icons/categories/filled/app-window-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/apps-filled.svg b/packages/icons/categories/filled/apps-filled.svg deleted file mode 100644 index 04e86962a..000000000 --- a/packages/icons/categories/filled/apps-filled.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/filled/archive-filled.svg b/packages/icons/categories/filled/archive-filled.svg deleted file mode 100644 index 58287f00d..000000000 --- a/packages/icons/categories/filled/archive-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/arrow-autofit-content-filled.svg b/packages/icons/categories/filled/arrow-autofit-content-filled.svg deleted file mode 100644 index f436fd03b..000000000 --- a/packages/icons/categories/filled/arrow-autofit-content-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/arrow-badge-down-filled.svg b/packages/icons/categories/filled/arrow-badge-down-filled.svg deleted file mode 100644 index ecade21c2..000000000 --- a/packages/icons/categories/filled/arrow-badge-down-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/arrow-badge-left-filled.svg b/packages/icons/categories/filled/arrow-badge-left-filled.svg deleted file mode 100644 index f1ea844f1..000000000 --- a/packages/icons/categories/filled/arrow-badge-left-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/arrow-badge-right-filled.svg b/packages/icons/categories/filled/arrow-badge-right-filled.svg deleted file mode 100644 index de72cb123..000000000 --- a/packages/icons/categories/filled/arrow-badge-right-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/arrow-badge-up-filled.svg b/packages/icons/categories/filled/arrow-badge-up-filled.svg deleted file mode 100644 index 51780f2f5..000000000 --- a/packages/icons/categories/filled/arrow-badge-up-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/arrow-big-down-filled.svg b/packages/icons/categories/filled/arrow-big-down-filled.svg deleted file mode 100644 index e058123af..000000000 --- a/packages/icons/categories/filled/arrow-big-down-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/arrow-big-down-line-filled.svg b/packages/icons/categories/filled/arrow-big-down-line-filled.svg deleted file mode 100644 index 5dbae364f..000000000 --- a/packages/icons/categories/filled/arrow-big-down-line-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/arrow-big-down-lines-filled.svg b/packages/icons/categories/filled/arrow-big-down-lines-filled.svg deleted file mode 100644 index b0ed7a0b2..000000000 --- a/packages/icons/categories/filled/arrow-big-down-lines-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/arrow-big-left-filled.svg b/packages/icons/categories/filled/arrow-big-left-filled.svg deleted file mode 100644 index 383188e72..000000000 --- a/packages/icons/categories/filled/arrow-big-left-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/arrow-big-left-line-filled.svg b/packages/icons/categories/filled/arrow-big-left-line-filled.svg deleted file mode 100644 index d5e892f33..000000000 --- a/packages/icons/categories/filled/arrow-big-left-line-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/arrow-big-left-lines-filled.svg b/packages/icons/categories/filled/arrow-big-left-lines-filled.svg deleted file mode 100644 index f031d97ed..000000000 --- a/packages/icons/categories/filled/arrow-big-left-lines-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/arrow-big-right-filled.svg b/packages/icons/categories/filled/arrow-big-right-filled.svg deleted file mode 100644 index dd1227332..000000000 --- a/packages/icons/categories/filled/arrow-big-right-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/arrow-big-right-line-filled.svg b/packages/icons/categories/filled/arrow-big-right-line-filled.svg deleted file mode 100644 index 00154db4c..000000000 --- a/packages/icons/categories/filled/arrow-big-right-line-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/arrow-big-right-lines-filled.svg b/packages/icons/categories/filled/arrow-big-right-lines-filled.svg deleted file mode 100644 index 1b4043480..000000000 --- a/packages/icons/categories/filled/arrow-big-right-lines-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/arrow-big-up-filled.svg b/packages/icons/categories/filled/arrow-big-up-filled.svg deleted file mode 100644 index d23c9d5c4..000000000 --- a/packages/icons/categories/filled/arrow-big-up-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/arrow-big-up-line-filled.svg b/packages/icons/categories/filled/arrow-big-up-line-filled.svg deleted file mode 100644 index cc10784ab..000000000 --- a/packages/icons/categories/filled/arrow-big-up-line-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/arrow-big-up-lines-filled.svg b/packages/icons/categories/filled/arrow-big-up-lines-filled.svg deleted file mode 100644 index f8a67a79b..000000000 --- a/packages/icons/categories/filled/arrow-big-up-lines-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/artboard-filled.svg b/packages/icons/categories/filled/artboard-filled.svg deleted file mode 100644 index 67209d74a..000000000 --- a/packages/icons/categories/filled/artboard-filled.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/filled/article-filled-filled.svg b/packages/icons/categories/filled/article-filled-filled.svg deleted file mode 100644 index 936f4b0b2..000000000 --- a/packages/icons/categories/filled/article-filled-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/aspect-ratio-filled.svg b/packages/icons/categories/filled/aspect-ratio-filled.svg deleted file mode 100644 index 5662c0aa6..000000000 --- a/packages/icons/categories/filled/aspect-ratio-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/atom-2-filled.svg b/packages/icons/categories/filled/atom-2-filled.svg deleted file mode 100644 index b7181229f..000000000 --- a/packages/icons/categories/filled/atom-2-filled.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/filled/award-filled.svg b/packages/icons/categories/filled/award-filled.svg deleted file mode 100644 index fda58b4c4..000000000 --- a/packages/icons/categories/filled/award-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/backspace-filled.svg b/packages/icons/categories/filled/backspace-filled.svg deleted file mode 100644 index c57c381df..000000000 --- a/packages/icons/categories/filled/backspace-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/badge-filled.svg b/packages/icons/categories/filled/badge-filled.svg deleted file mode 100644 index be3d0e4b2..000000000 --- a/packages/icons/categories/filled/badge-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/badges-filled.svg b/packages/icons/categories/filled/badges-filled.svg deleted file mode 100644 index 00c25d4e6..000000000 --- a/packages/icons/categories/filled/badges-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/balloon-filled.svg b/packages/icons/categories/filled/balloon-filled.svg deleted file mode 100644 index 8b68fcd15..000000000 --- a/packages/icons/categories/filled/balloon-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/ballpen-filled.svg b/packages/icons/categories/filled/ballpen-filled.svg deleted file mode 100644 index 5a2e9cb01..000000000 --- a/packages/icons/categories/filled/ballpen-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/bandage-filled.svg b/packages/icons/categories/filled/bandage-filled.svg deleted file mode 100644 index ddd6ed5b9..000000000 --- a/packages/icons/categories/filled/bandage-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/basket-filled.svg b/packages/icons/categories/filled/basket-filled.svg deleted file mode 100644 index 5319b1615..000000000 --- a/packages/icons/categories/filled/basket-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/bath-filled.svg b/packages/icons/categories/filled/bath-filled.svg deleted file mode 100644 index 3101831a1..000000000 --- a/packages/icons/categories/filled/bath-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/battery-1-filled.svg b/packages/icons/categories/filled/battery-1-filled.svg deleted file mode 100644 index 455b96638..000000000 --- a/packages/icons/categories/filled/battery-1-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/battery-2-filled.svg b/packages/icons/categories/filled/battery-2-filled.svg deleted file mode 100644 index c49450086..000000000 --- a/packages/icons/categories/filled/battery-2-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/battery-3-filled.svg b/packages/icons/categories/filled/battery-3-filled.svg deleted file mode 100644 index a47817033..000000000 --- a/packages/icons/categories/filled/battery-3-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/battery-4-filled.svg b/packages/icons/categories/filled/battery-4-filled.svg deleted file mode 100644 index 83bbf1c00..000000000 --- a/packages/icons/categories/filled/battery-4-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/battery-filled.svg b/packages/icons/categories/filled/battery-filled.svg deleted file mode 100644 index b7f90387b..000000000 --- a/packages/icons/categories/filled/battery-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/bed-filled.svg b/packages/icons/categories/filled/bed-filled.svg deleted file mode 100644 index a5dd74a65..000000000 --- a/packages/icons/categories/filled/bed-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/beer-filled.svg b/packages/icons/categories/filled/beer-filled.svg deleted file mode 100644 index bb51adf0e..000000000 --- a/packages/icons/categories/filled/beer-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/bell-filled.svg b/packages/icons/categories/filled/bell-filled.svg deleted file mode 100644 index 0a031d46c..000000000 --- a/packages/icons/categories/filled/bell-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/bell-minus-filled.svg b/packages/icons/categories/filled/bell-minus-filled.svg deleted file mode 100644 index d316677a9..000000000 --- a/packages/icons/categories/filled/bell-minus-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/bell-plus-filled.svg b/packages/icons/categories/filled/bell-plus-filled.svg deleted file mode 100644 index cf406956d..000000000 --- a/packages/icons/categories/filled/bell-plus-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/bell-ringing-2-filled.svg b/packages/icons/categories/filled/bell-ringing-2-filled.svg deleted file mode 100644 index 527e44b4d..000000000 --- a/packages/icons/categories/filled/bell-ringing-2-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/bell-ringing-filled.svg b/packages/icons/categories/filled/bell-ringing-filled.svg deleted file mode 100644 index 53eb497d2..000000000 --- a/packages/icons/categories/filled/bell-ringing-filled.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/filled/bell-x-filled.svg b/packages/icons/categories/filled/bell-x-filled.svg deleted file mode 100644 index 1c65eee8a..000000000 --- a/packages/icons/categories/filled/bell-x-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/bell-z-filled.svg b/packages/icons/categories/filled/bell-z-filled.svg deleted file mode 100644 index d5158f23f..000000000 --- a/packages/icons/categories/filled/bell-z-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/blade-filled.svg b/packages/icons/categories/filled/blade-filled.svg deleted file mode 100644 index 7443a53be..000000000 --- a/packages/icons/categories/filled/blade-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/bomb-filled.svg b/packages/icons/categories/filled/bomb-filled.svg deleted file mode 100644 index 5556031e4..000000000 --- a/packages/icons/categories/filled/bomb-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/book-filled.svg b/packages/icons/categories/filled/book-filled.svg deleted file mode 100644 index ba59d3b39..000000000 --- a/packages/icons/categories/filled/book-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/bookmark-filled.svg b/packages/icons/categories/filled/bookmark-filled.svg deleted file mode 100644 index a8e994542..000000000 --- a/packages/icons/categories/filled/bookmark-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/bookmarks-filled.svg b/packages/icons/categories/filled/bookmarks-filled.svg deleted file mode 100644 index bd34379f8..000000000 --- a/packages/icons/categories/filled/bookmarks-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/bottle-filled.svg b/packages/icons/categories/filled/bottle-filled.svg deleted file mode 100644 index 364fc02d3..000000000 --- a/packages/icons/categories/filled/bottle-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/bounce-left-filled.svg b/packages/icons/categories/filled/bounce-left-filled.svg deleted file mode 100644 index 44448d049..000000000 --- a/packages/icons/categories/filled/bounce-left-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/bounce-right-filled.svg b/packages/icons/categories/filled/bounce-right-filled.svg deleted file mode 100644 index f97f43476..000000000 --- a/packages/icons/categories/filled/bounce-right-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/bowl-filled.svg b/packages/icons/categories/filled/bowl-filled.svg deleted file mode 100644 index 1fcb6699c..000000000 --- a/packages/icons/categories/filled/bowl-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/box-align-bottom-filled.svg b/packages/icons/categories/filled/box-align-bottom-filled.svg deleted file mode 100644 index 1a79c81fd..000000000 --- a/packages/icons/categories/filled/box-align-bottom-filled.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/filled/box-align-bottom-left-filled.svg b/packages/icons/categories/filled/box-align-bottom-left-filled.svg deleted file mode 100644 index ee62a1754..000000000 --- a/packages/icons/categories/filled/box-align-bottom-left-filled.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/filled/box-align-bottom-right-filled.svg b/packages/icons/categories/filled/box-align-bottom-right-filled.svg deleted file mode 100644 index 4e9b31527..000000000 --- a/packages/icons/categories/filled/box-align-bottom-right-filled.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/filled/box-align-left-filled.svg b/packages/icons/categories/filled/box-align-left-filled.svg deleted file mode 100644 index 238d790ee..000000000 --- a/packages/icons/categories/filled/box-align-left-filled.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/filled/box-align-right-filled.svg b/packages/icons/categories/filled/box-align-right-filled.svg deleted file mode 100644 index 6ba81187d..000000000 --- a/packages/icons/categories/filled/box-align-right-filled.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/filled/box-align-top-filled.svg b/packages/icons/categories/filled/box-align-top-filled.svg deleted file mode 100644 index da9a00fb3..000000000 --- a/packages/icons/categories/filled/box-align-top-filled.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/filled/box-align-top-left-filled.svg b/packages/icons/categories/filled/box-align-top-left-filled.svg deleted file mode 100644 index 4948a94c1..000000000 --- a/packages/icons/categories/filled/box-align-top-left-filled.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/filled/box-align-top-right-filled.svg b/packages/icons/categories/filled/box-align-top-right-filled.svg deleted file mode 100644 index 7cebdbde0..000000000 --- a/packages/icons/categories/filled/box-align-top-right-filled.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/filled/brand-apple-filled.svg b/packages/icons/categories/filled/brand-apple-filled.svg deleted file mode 100644 index 0205e388b..000000000 --- a/packages/icons/categories/filled/brand-apple-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/brand-discord-filled.svg b/packages/icons/categories/filled/brand-discord-filled.svg deleted file mode 100644 index 55d34f7f0..000000000 --- a/packages/icons/categories/filled/brand-discord-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/brand-dribbble-filled.svg b/packages/icons/categories/filled/brand-dribbble-filled.svg deleted file mode 100644 index 73563c82c..000000000 --- a/packages/icons/categories/filled/brand-dribbble-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/brand-facebook-filled.svg b/packages/icons/categories/filled/brand-facebook-filled.svg deleted file mode 100644 index de4e7f357..000000000 --- a/packages/icons/categories/filled/brand-facebook-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/brand-github-filled.svg b/packages/icons/categories/filled/brand-github-filled.svg deleted file mode 100644 index bd35d995f..000000000 --- a/packages/icons/categories/filled/brand-github-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/brand-google-filled.svg b/packages/icons/categories/filled/brand-google-filled.svg deleted file mode 100644 index f7930484b..000000000 --- a/packages/icons/categories/filled/brand-google-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/brand-patreon-filled.svg b/packages/icons/categories/filled/brand-patreon-filled.svg deleted file mode 100644 index 3e5e9ef73..000000000 --- a/packages/icons/categories/filled/brand-patreon-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/brand-paypal-filled.svg b/packages/icons/categories/filled/brand-paypal-filled.svg deleted file mode 100644 index 101943056..000000000 --- a/packages/icons/categories/filled/brand-paypal-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/brand-tiktok-filled.svg b/packages/icons/categories/filled/brand-tiktok-filled.svg deleted file mode 100644 index ae11dbd54..000000000 --- a/packages/icons/categories/filled/brand-tiktok-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/brand-twitter-filled.svg b/packages/icons/categories/filled/brand-twitter-filled.svg deleted file mode 100644 index b895fe6aa..000000000 --- a/packages/icons/categories/filled/brand-twitter-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/brand-x-filled.svg b/packages/icons/categories/filled/brand-x-filled.svg deleted file mode 100644 index bb22becd1..000000000 --- a/packages/icons/categories/filled/brand-x-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/brand-youtube-filled.svg b/packages/icons/categories/filled/brand-youtube-filled.svg deleted file mode 100644 index 081f6a04a..000000000 --- a/packages/icons/categories/filled/brand-youtube-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/briefcase-filled.svg b/packages/icons/categories/filled/briefcase-filled.svg deleted file mode 100644 index 41edd0ef3..000000000 --- a/packages/icons/categories/filled/briefcase-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/brightness-down-filled.svg b/packages/icons/categories/filled/brightness-down-filled.svg deleted file mode 100644 index e23d2a9f4..000000000 --- a/packages/icons/categories/filled/brightness-down-filled.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/filled/brightness-up-filled.svg b/packages/icons/categories/filled/brightness-up-filled.svg deleted file mode 100644 index bd7b0ee72..000000000 --- a/packages/icons/categories/filled/brightness-up-filled.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/filled/bug-filled.svg b/packages/icons/categories/filled/bug-filled.svg deleted file mode 100644 index eb97b3661..000000000 --- a/packages/icons/categories/filled/bug-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/bulb-filled.svg b/packages/icons/categories/filled/bulb-filled.svg deleted file mode 100644 index 6e8d3afaf..000000000 --- a/packages/icons/categories/filled/bulb-filled.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/filled/cactus-filled.svg b/packages/icons/categories/filled/cactus-filled.svg deleted file mode 100644 index 630c470ec..000000000 --- a/packages/icons/categories/filled/cactus-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/calculator-filled.svg b/packages/icons/categories/filled/calculator-filled.svg deleted file mode 100644 index f26fe7425..000000000 --- a/packages/icons/categories/filled/calculator-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/calendar-filled.svg b/packages/icons/categories/filled/calendar-filled.svg deleted file mode 100644 index 6cf79e5f6..000000000 --- a/packages/icons/categories/filled/calendar-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/camera-filled.svg b/packages/icons/categories/filled/camera-filled.svg deleted file mode 100644 index 2c08fac14..000000000 --- a/packages/icons/categories/filled/camera-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/campfire-filled.svg b/packages/icons/categories/filled/campfire-filled.svg deleted file mode 100644 index d55fe1b99..000000000 --- a/packages/icons/categories/filled/campfire-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/candle-filled.svg b/packages/icons/categories/filled/candle-filled.svg deleted file mode 100644 index 2194336e0..000000000 --- a/packages/icons/categories/filled/candle-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/capsule-filled.svg b/packages/icons/categories/filled/capsule-filled.svg deleted file mode 100644 index ab0a312a5..000000000 --- a/packages/icons/categories/filled/capsule-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/capsule-horizontal-filled.svg b/packages/icons/categories/filled/capsule-horizontal-filled.svg deleted file mode 100644 index 8a0f4c4d9..000000000 --- a/packages/icons/categories/filled/capsule-horizontal-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/capture-filled.svg b/packages/icons/categories/filled/capture-filled.svg deleted file mode 100644 index d78003757..000000000 --- a/packages/icons/categories/filled/capture-filled.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/filled/cards-filled.svg b/packages/icons/categories/filled/cards-filled.svg deleted file mode 100644 index 1c9a45e68..000000000 --- a/packages/icons/categories/filled/cards-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/caret-down-filled.svg b/packages/icons/categories/filled/caret-down-filled.svg deleted file mode 100644 index 33b32959f..000000000 --- a/packages/icons/categories/filled/caret-down-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/caret-left-filled.svg b/packages/icons/categories/filled/caret-left-filled.svg deleted file mode 100644 index 8defa4d0b..000000000 --- a/packages/icons/categories/filled/caret-left-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/caret-left-right-filled.svg b/packages/icons/categories/filled/caret-left-right-filled.svg deleted file mode 100644 index d8f1e0f8d..000000000 --- a/packages/icons/categories/filled/caret-left-right-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/caret-right-filled.svg b/packages/icons/categories/filled/caret-right-filled.svg deleted file mode 100644 index e4a17d4fe..000000000 --- a/packages/icons/categories/filled/caret-right-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/caret-up-down-filled.svg b/packages/icons/categories/filled/caret-up-down-filled.svg deleted file mode 100644 index c4e475a6a..000000000 --- a/packages/icons/categories/filled/caret-up-down-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/caret-up-filled.svg b/packages/icons/categories/filled/caret-up-filled.svg deleted file mode 100644 index adf8c8ccd..000000000 --- a/packages/icons/categories/filled/caret-up-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/carousel-horizontal-filled.svg b/packages/icons/categories/filled/carousel-horizontal-filled.svg deleted file mode 100644 index 965a3dc71..000000000 --- a/packages/icons/categories/filled/carousel-horizontal-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/carousel-vertical-filled.svg b/packages/icons/categories/filled/carousel-vertical-filled.svg deleted file mode 100644 index 6c07adfd8..000000000 --- a/packages/icons/categories/filled/carousel-vertical-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/category-filled.svg b/packages/icons/categories/filled/category-filled.svg deleted file mode 100644 index 8a51fa20a..000000000 --- a/packages/icons/categories/filled/category-filled.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/filled/chart-area-filled.svg b/packages/icons/categories/filled/chart-area-filled.svg deleted file mode 100644 index 712164ef0..000000000 --- a/packages/icons/categories/filled/chart-area-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/chart-area-line-filled.svg b/packages/icons/categories/filled/chart-area-line-filled.svg deleted file mode 100644 index 6bde5665b..000000000 --- a/packages/icons/categories/filled/chart-area-line-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/chart-bubble-filled.svg b/packages/icons/categories/filled/chart-bubble-filled.svg deleted file mode 100644 index b615c555b..000000000 --- a/packages/icons/categories/filled/chart-bubble-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/chart-candle-filled.svg b/packages/icons/categories/filled/chart-candle-filled.svg deleted file mode 100644 index 85993cce2..000000000 --- a/packages/icons/categories/filled/chart-candle-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/chart-donut-filled.svg b/packages/icons/categories/filled/chart-donut-filled.svg deleted file mode 100644 index e9a952774..000000000 --- a/packages/icons/categories/filled/chart-donut-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/chart-dots-filled.svg b/packages/icons/categories/filled/chart-dots-filled.svg deleted file mode 100644 index d9f7bf209..000000000 --- a/packages/icons/categories/filled/chart-dots-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/chart-grid-dots-filled.svg b/packages/icons/categories/filled/chart-grid-dots-filled.svg deleted file mode 100644 index 170edb75f..000000000 --- a/packages/icons/categories/filled/chart-grid-dots-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/chart-pie-filled.svg b/packages/icons/categories/filled/chart-pie-filled.svg deleted file mode 100644 index 9c0d1412a..000000000 --- a/packages/icons/categories/filled/chart-pie-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/cherry-filled.svg b/packages/icons/categories/filled/cherry-filled.svg deleted file mode 100644 index 5d949a77e..000000000 --- a/packages/icons/categories/filled/cherry-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/chess-bishop-filled.svg b/packages/icons/categories/filled/chess-bishop-filled.svg deleted file mode 100644 index ac5c4ed94..000000000 --- a/packages/icons/categories/filled/chess-bishop-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/chess-filled.svg b/packages/icons/categories/filled/chess-filled.svg deleted file mode 100644 index 5f298eced..000000000 --- a/packages/icons/categories/filled/chess-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/chess-king-filled.svg b/packages/icons/categories/filled/chess-king-filled.svg deleted file mode 100644 index ea3bb7fcd..000000000 --- a/packages/icons/categories/filled/chess-king-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/chess-knight-filled.svg b/packages/icons/categories/filled/chess-knight-filled.svg deleted file mode 100644 index 6eb3df46b..000000000 --- a/packages/icons/categories/filled/chess-knight-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/chess-queen-filled.svg b/packages/icons/categories/filled/chess-queen-filled.svg deleted file mode 100644 index a05ad460c..000000000 --- a/packages/icons/categories/filled/chess-queen-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/chess-rook-filled.svg b/packages/icons/categories/filled/chess-rook-filled.svg deleted file mode 100644 index fee39c0e5..000000000 --- a/packages/icons/categories/filled/chess-rook-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/circle-0-filled.svg b/packages/icons/categories/filled/circle-0-filled.svg deleted file mode 100644 index d1609dac3..000000000 --- a/packages/icons/categories/filled/circle-0-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-1-filled.svg b/packages/icons/categories/filled/circle-1-filled.svg deleted file mode 100644 index 5ab7e84a7..000000000 --- a/packages/icons/categories/filled/circle-1-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-2-filled.svg b/packages/icons/categories/filled/circle-2-filled.svg deleted file mode 100644 index 0d8ae47b9..000000000 --- a/packages/icons/categories/filled/circle-2-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-3-filled.svg b/packages/icons/categories/filled/circle-3-filled.svg deleted file mode 100644 index d52eb7de3..000000000 --- a/packages/icons/categories/filled/circle-3-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-4-filled.svg b/packages/icons/categories/filled/circle-4-filled.svg deleted file mode 100644 index 8dd8ceb0d..000000000 --- a/packages/icons/categories/filled/circle-4-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-5-filled.svg b/packages/icons/categories/filled/circle-5-filled.svg deleted file mode 100644 index aae30a769..000000000 --- a/packages/icons/categories/filled/circle-5-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-6-filled.svg b/packages/icons/categories/filled/circle-6-filled.svg deleted file mode 100644 index 7f723a2b5..000000000 --- a/packages/icons/categories/filled/circle-6-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-7-filled.svg b/packages/icons/categories/filled/circle-7-filled.svg deleted file mode 100644 index 23da442aa..000000000 --- a/packages/icons/categories/filled/circle-7-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-8-filled.svg b/packages/icons/categories/filled/circle-8-filled.svg deleted file mode 100644 index f56f14cf9..000000000 --- a/packages/icons/categories/filled/circle-8-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-9-filled.svg b/packages/icons/categories/filled/circle-9-filled.svg deleted file mode 100644 index 3f1cc3b27..000000000 --- a/packages/icons/categories/filled/circle-9-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-arrow-down-filled.svg b/packages/icons/categories/filled/circle-arrow-down-filled.svg deleted file mode 100644 index e1ee61e4a..000000000 --- a/packages/icons/categories/filled/circle-arrow-down-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-arrow-down-left-filled.svg b/packages/icons/categories/filled/circle-arrow-down-left-filled.svg deleted file mode 100644 index 4d1251975..000000000 --- a/packages/icons/categories/filled/circle-arrow-down-left-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-arrow-down-right-filled.svg b/packages/icons/categories/filled/circle-arrow-down-right-filled.svg deleted file mode 100644 index 83691dae5..000000000 --- a/packages/icons/categories/filled/circle-arrow-down-right-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-arrow-left-filled.svg b/packages/icons/categories/filled/circle-arrow-left-filled.svg deleted file mode 100644 index e0eed1559..000000000 --- a/packages/icons/categories/filled/circle-arrow-left-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-arrow-right-filled.svg b/packages/icons/categories/filled/circle-arrow-right-filled.svg deleted file mode 100644 index 81ec78073..000000000 --- a/packages/icons/categories/filled/circle-arrow-right-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-arrow-up-filled.svg b/packages/icons/categories/filled/circle-arrow-up-filled.svg deleted file mode 100644 index fa47f825b..000000000 --- a/packages/icons/categories/filled/circle-arrow-up-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-arrow-up-left-filled.svg b/packages/icons/categories/filled/circle-arrow-up-left-filled.svg deleted file mode 100644 index 932fe7524..000000000 --- a/packages/icons/categories/filled/circle-arrow-up-left-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-arrow-up-right-filled.svg b/packages/icons/categories/filled/circle-arrow-up-right-filled.svg deleted file mode 100644 index f857a1394..000000000 --- a/packages/icons/categories/filled/circle-arrow-up-right-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-check-filled.svg b/packages/icons/categories/filled/circle-check-filled.svg deleted file mode 100644 index 7e1046937..000000000 --- a/packages/icons/categories/filled/circle-check-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-dot-filled.svg b/packages/icons/categories/filled/circle-dot-filled.svg deleted file mode 100644 index 6f447118a..000000000 --- a/packages/icons/categories/filled/circle-dot-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-filled.svg b/packages/icons/categories/filled/circle-filled.svg deleted file mode 100644 index 5ee9f8092..000000000 --- a/packages/icons/categories/filled/circle-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-key-filled.svg b/packages/icons/categories/filled/circle-key-filled.svg deleted file mode 100644 index 7add3b221..000000000 --- a/packages/icons/categories/filled/circle-key-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circle-x-filled.svg b/packages/icons/categories/filled/circle-x-filled.svg deleted file mode 100644 index c30941415..000000000 --- a/packages/icons/categories/filled/circle-x-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/circles-filled.svg b/packages/icons/categories/filled/circles-filled.svg deleted file mode 100644 index 2fa89b51c..000000000 --- a/packages/icons/categories/filled/circles-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/clock-filled.svg b/packages/icons/categories/filled/clock-filled.svg deleted file mode 100644 index 6cc821798..000000000 --- a/packages/icons/categories/filled/clock-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/cloud-filled.svg b/packages/icons/categories/filled/cloud-filled.svg deleted file mode 100644 index 69c580b0a..000000000 --- a/packages/icons/categories/filled/cloud-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/clubs-filled.svg b/packages/icons/categories/filled/clubs-filled.svg deleted file mode 100644 index 8ef122a41..000000000 --- a/packages/icons/categories/filled/clubs-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/coin-bitcoin-filled.svg b/packages/icons/categories/filled/coin-bitcoin-filled.svg deleted file mode 100644 index 8318037a0..000000000 --- a/packages/icons/categories/filled/coin-bitcoin-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/coin-euro-filled.svg b/packages/icons/categories/filled/coin-euro-filled.svg deleted file mode 100644 index d455531c9..000000000 --- a/packages/icons/categories/filled/coin-euro-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/coin-filled.svg b/packages/icons/categories/filled/coin-filled.svg deleted file mode 100644 index 3ae7eb65f..000000000 --- a/packages/icons/categories/filled/coin-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/coin-monero-filled.svg b/packages/icons/categories/filled/coin-monero-filled.svg deleted file mode 100644 index ac2bf44ef..000000000 --- a/packages/icons/categories/filled/coin-monero-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/coin-pound-filled.svg b/packages/icons/categories/filled/coin-pound-filled.svg deleted file mode 100644 index 6f8ae2779..000000000 --- a/packages/icons/categories/filled/coin-pound-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/coin-rupee-filled.svg b/packages/icons/categories/filled/coin-rupee-filled.svg deleted file mode 100644 index 6adeba45c..000000000 --- a/packages/icons/categories/filled/coin-rupee-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/coin-taka-filled.svg b/packages/icons/categories/filled/coin-taka-filled.svg deleted file mode 100644 index 6345366b1..000000000 --- a/packages/icons/categories/filled/coin-taka-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/coin-yen-filled.svg b/packages/icons/categories/filled/coin-yen-filled.svg deleted file mode 100644 index cfecd7d4e..000000000 --- a/packages/icons/categories/filled/coin-yen-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/coin-yuan-filled.svg b/packages/icons/categories/filled/coin-yuan-filled.svg deleted file mode 100644 index 07b4888c3..000000000 --- a/packages/icons/categories/filled/coin-yuan-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/compass-filled.svg b/packages/icons/categories/filled/compass-filled.svg deleted file mode 100644 index 118d41228..000000000 --- a/packages/icons/categories/filled/compass-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/copyleft-filled.svg b/packages/icons/categories/filled/copyleft-filled.svg deleted file mode 100644 index b7c8f8e71..000000000 --- a/packages/icons/categories/filled/copyleft-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/copyright-filled.svg b/packages/icons/categories/filled/copyright-filled.svg deleted file mode 100644 index a8b366135..000000000 --- a/packages/icons/categories/filled/copyright-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/credit-card-filled.svg b/packages/icons/categories/filled/credit-card-filled.svg deleted file mode 100644 index d4a0dfa63..000000000 --- a/packages/icons/categories/filled/credit-card-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/cross-filled.svg b/packages/icons/categories/filled/cross-filled.svg deleted file mode 100644 index 844211bfc..000000000 --- a/packages/icons/categories/filled/cross-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/device-heart-monitor-filled.svg b/packages/icons/categories/filled/device-heart-monitor-filled.svg deleted file mode 100644 index 9097f4e0e..000000000 --- a/packages/icons/categories/filled/device-heart-monitor-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/device-mobile-filled.svg b/packages/icons/categories/filled/device-mobile-filled.svg deleted file mode 100644 index 9b6d37fa4..000000000 --- a/packages/icons/categories/filled/device-mobile-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/device-tablet-filled.svg b/packages/icons/categories/filled/device-tablet-filled.svg deleted file mode 100644 index 77dd21b99..000000000 --- a/packages/icons/categories/filled/device-tablet-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/dialpad-filled.svg b/packages/icons/categories/filled/dialpad-filled.svg deleted file mode 100644 index 3a873a5cb..000000000 --- a/packages/icons/categories/filled/dialpad-filled.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/filled/diamond-filled.svg b/packages/icons/categories/filled/diamond-filled.svg deleted file mode 100644 index 5c8c486a6..000000000 --- a/packages/icons/categories/filled/diamond-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/diamonds-filled.svg b/packages/icons/categories/filled/diamonds-filled.svg deleted file mode 100644 index 7abe541a6..000000000 --- a/packages/icons/categories/filled/diamonds-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/dice-1-filled.svg b/packages/icons/categories/filled/dice-1-filled.svg deleted file mode 100644 index 70c865859..000000000 --- a/packages/icons/categories/filled/dice-1-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/dice-2-filled.svg b/packages/icons/categories/filled/dice-2-filled.svg deleted file mode 100644 index 99b8ed28f..000000000 --- a/packages/icons/categories/filled/dice-2-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/dice-3-filled.svg b/packages/icons/categories/filled/dice-3-filled.svg deleted file mode 100644 index 4b887335a..000000000 --- a/packages/icons/categories/filled/dice-3-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/dice-4-filled.svg b/packages/icons/categories/filled/dice-4-filled.svg deleted file mode 100644 index 9899bf636..000000000 --- a/packages/icons/categories/filled/dice-4-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/dice-5-filled.svg b/packages/icons/categories/filled/dice-5-filled.svg deleted file mode 100644 index 9969a80b4..000000000 --- a/packages/icons/categories/filled/dice-5-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/dice-6-filled.svg b/packages/icons/categories/filled/dice-6-filled.svg deleted file mode 100644 index 4de767341..000000000 --- a/packages/icons/categories/filled/dice-6-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/dice-filled.svg b/packages/icons/categories/filled/dice-filled.svg deleted file mode 100644 index a90e43cc5..000000000 --- a/packages/icons/categories/filled/dice-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/direction-sign-filled.svg b/packages/icons/categories/filled/direction-sign-filled.svg deleted file mode 100644 index 64e39fc25..000000000 --- a/packages/icons/categories/filled/direction-sign-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/droplet-half-2-filled.svg b/packages/icons/categories/filled/droplet-half-2-filled.svg deleted file mode 100644 index d45cae51c..000000000 --- a/packages/icons/categories/filled/droplet-half-2-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/egg-filled.svg b/packages/icons/categories/filled/egg-filled.svg deleted file mode 100644 index 51ca4c116..000000000 --- a/packages/icons/categories/filled/egg-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/eye-filled.svg b/packages/icons/categories/filled/eye-filled.svg deleted file mode 100644 index 20e9d9da9..000000000 --- a/packages/icons/categories/filled/eye-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/file-filled.svg b/packages/icons/categories/filled/file-filled.svg deleted file mode 100644 index 66922194d..000000000 --- a/packages/icons/categories/filled/file-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/file-x-filled.svg b/packages/icons/categories/filled/file-x-filled.svg deleted file mode 100644 index aa7ad2267..000000000 --- a/packages/icons/categories/filled/file-x-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/filter-filled.svg b/packages/icons/categories/filled/filter-filled.svg deleted file mode 100644 index f096994f0..000000000 --- a/packages/icons/categories/filled/filter-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/flag-2-filled.svg b/packages/icons/categories/filled/flag-2-filled.svg deleted file mode 100644 index 3e64187d3..000000000 --- a/packages/icons/categories/filled/flag-2-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/flag-3-filled.svg b/packages/icons/categories/filled/flag-3-filled.svg deleted file mode 100644 index 41ff87066..000000000 --- a/packages/icons/categories/filled/flag-3-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/flag-filled.svg b/packages/icons/categories/filled/flag-filled.svg deleted file mode 100644 index 9ae848037..000000000 --- a/packages/icons/categories/filled/flag-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/flask-2-filled.svg b/packages/icons/categories/filled/flask-2-filled.svg deleted file mode 100644 index f3c639551..000000000 --- a/packages/icons/categories/filled/flask-2-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/flask-filled.svg b/packages/icons/categories/filled/flask-filled.svg deleted file mode 100644 index 0209765dc..000000000 --- a/packages/icons/categories/filled/flask-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/folder-filled.svg b/packages/icons/categories/filled/folder-filled.svg deleted file mode 100644 index 546874c39..000000000 --- a/packages/icons/categories/filled/folder-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/forbid-2-filled.svg b/packages/icons/categories/filled/forbid-2-filled.svg deleted file mode 100644 index 6fb868d2c..000000000 --- a/packages/icons/categories/filled/forbid-2-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/forbid-filled.svg b/packages/icons/categories/filled/forbid-filled.svg deleted file mode 100644 index 8918a16c8..000000000 --- a/packages/icons/categories/filled/forbid-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/fountain-filled.svg b/packages/icons/categories/filled/fountain-filled.svg deleted file mode 100644 index 62239dbff..000000000 --- a/packages/icons/categories/filled/fountain-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/function-filled.svg b/packages/icons/categories/filled/function-filled.svg deleted file mode 100644 index abdd1624a..000000000 --- a/packages/icons/categories/filled/function-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/gauge-filled.svg b/packages/icons/categories/filled/gauge-filled.svg deleted file mode 100644 index e1596bdd9..000000000 --- a/packages/icons/categories/filled/gauge-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/ghost-2-filled.svg b/packages/icons/categories/filled/ghost-2-filled.svg deleted file mode 100644 index c11dfc3a2..000000000 --- a/packages/icons/categories/filled/ghost-2-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/ghost-filled.svg b/packages/icons/categories/filled/ghost-filled.svg deleted file mode 100644 index 66a0da754..000000000 --- a/packages/icons/categories/filled/ghost-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/gift-card-filled.svg b/packages/icons/categories/filled/gift-card-filled.svg deleted file mode 100644 index aa0bf6d0d..000000000 --- a/packages/icons/categories/filled/gift-card-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/gift-filled.svg b/packages/icons/categories/filled/gift-filled.svg deleted file mode 100644 index 4eb54e7c4..000000000 --- a/packages/icons/categories/filled/gift-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/glass-full-filled.svg b/packages/icons/categories/filled/glass-full-filled.svg deleted file mode 100644 index 36713d544..000000000 --- a/packages/icons/categories/filled/glass-full-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/globe-filled.svg b/packages/icons/categories/filled/globe-filled.svg deleted file mode 100644 index 876526362..000000000 --- a/packages/icons/categories/filled/globe-filled.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/filled/graph-filled.svg b/packages/icons/categories/filled/graph-filled.svg deleted file mode 100644 index ca88d4383..000000000 --- a/packages/icons/categories/filled/graph-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/guitar-pick-filled.svg b/packages/icons/categories/filled/guitar-pick-filled.svg deleted file mode 100644 index fa5009bd0..000000000 --- a/packages/icons/categories/filled/guitar-pick-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/headphones-filled.svg b/packages/icons/categories/filled/headphones-filled.svg deleted file mode 100644 index 8a7901d4a..000000000 --- a/packages/icons/categories/filled/headphones-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/heart-filled.svg b/packages/icons/categories/filled/heart-filled.svg deleted file mode 100644 index 43d18bd7d..000000000 --- a/packages/icons/categories/filled/heart-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/help-circle-filled.svg b/packages/icons/categories/filled/help-circle-filled.svg deleted file mode 100644 index 0d18f17ff..000000000 --- a/packages/icons/categories/filled/help-circle-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/help-hexagon-filled.svg b/packages/icons/categories/filled/help-hexagon-filled.svg deleted file mode 100644 index 5b80b12e0..000000000 --- a/packages/icons/categories/filled/help-hexagon-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/help-octagon-filled.svg b/packages/icons/categories/filled/help-octagon-filled.svg deleted file mode 100644 index 7cbaba34c..000000000 --- a/packages/icons/categories/filled/help-octagon-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/help-square-filled.svg b/packages/icons/categories/filled/help-square-filled.svg deleted file mode 100644 index 07cac6015..000000000 --- a/packages/icons/categories/filled/help-square-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/help-square-rounded-filled.svg b/packages/icons/categories/filled/help-square-rounded-filled.svg deleted file mode 100644 index 69dcc9dae..000000000 --- a/packages/icons/categories/filled/help-square-rounded-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/help-triangle-filled.svg b/packages/icons/categories/filled/help-triangle-filled.svg deleted file mode 100644 index bb5b97661..000000000 --- a/packages/icons/categories/filled/help-triangle-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/hexagon-0-filled.svg b/packages/icons/categories/filled/hexagon-0-filled.svg deleted file mode 100644 index 56fdaa2e2..000000000 --- a/packages/icons/categories/filled/hexagon-0-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/hexagon-1-filled.svg b/packages/icons/categories/filled/hexagon-1-filled.svg deleted file mode 100644 index 66910bed8..000000000 --- a/packages/icons/categories/filled/hexagon-1-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/hexagon-2-filled.svg b/packages/icons/categories/filled/hexagon-2-filled.svg deleted file mode 100644 index 7eb324051..000000000 --- a/packages/icons/categories/filled/hexagon-2-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/hexagon-3-filled.svg b/packages/icons/categories/filled/hexagon-3-filled.svg deleted file mode 100644 index 3a47026c8..000000000 --- a/packages/icons/categories/filled/hexagon-3-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/hexagon-4-filled.svg b/packages/icons/categories/filled/hexagon-4-filled.svg deleted file mode 100644 index ee7564f62..000000000 --- a/packages/icons/categories/filled/hexagon-4-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/hexagon-5-filled.svg b/packages/icons/categories/filled/hexagon-5-filled.svg deleted file mode 100644 index 8e71b7dfc..000000000 --- a/packages/icons/categories/filled/hexagon-5-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/hexagon-6-filled.svg b/packages/icons/categories/filled/hexagon-6-filled.svg deleted file mode 100644 index 57646dab5..000000000 --- a/packages/icons/categories/filled/hexagon-6-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/hexagon-7-filled.svg b/packages/icons/categories/filled/hexagon-7-filled.svg deleted file mode 100644 index e2c4ab98f..000000000 --- a/packages/icons/categories/filled/hexagon-7-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/hexagon-8-filled.svg b/packages/icons/categories/filled/hexagon-8-filled.svg deleted file mode 100644 index 1633ca129..000000000 --- a/packages/icons/categories/filled/hexagon-8-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/hexagon-9-filled.svg b/packages/icons/categories/filled/hexagon-9-filled.svg deleted file mode 100644 index a91901da7..000000000 --- a/packages/icons/categories/filled/hexagon-9-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/hexagon-filled.svg b/packages/icons/categories/filled/hexagon-filled.svg deleted file mode 100644 index 58c409fad..000000000 --- a/packages/icons/categories/filled/hexagon-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/hourglass-filled.svg b/packages/icons/categories/filled/hourglass-filled.svg deleted file mode 100644 index 7c05a9bdf..000000000 --- a/packages/icons/categories/filled/hourglass-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/info-circle-filled.svg b/packages/icons/categories/filled/info-circle-filled.svg deleted file mode 100644 index cacde0188..000000000 --- a/packages/icons/categories/filled/info-circle-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/info-hexagon-filled.svg b/packages/icons/categories/filled/info-hexagon-filled.svg deleted file mode 100644 index 46ca42b09..000000000 --- a/packages/icons/categories/filled/info-hexagon-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/info-octagon-filled.svg b/packages/icons/categories/filled/info-octagon-filled.svg deleted file mode 100644 index d5b00e41c..000000000 --- a/packages/icons/categories/filled/info-octagon-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/info-square-filled.svg b/packages/icons/categories/filled/info-square-filled.svg deleted file mode 100644 index a4927f2b6..000000000 --- a/packages/icons/categories/filled/info-square-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/info-square-rounded-filled.svg b/packages/icons/categories/filled/info-square-rounded-filled.svg deleted file mode 100644 index a9f5ca3e0..000000000 --- a/packages/icons/categories/filled/info-square-rounded-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/info-triangle-filled.svg b/packages/icons/categories/filled/info-triangle-filled.svg deleted file mode 100644 index e9442dd53..000000000 --- a/packages/icons/categories/filled/info-triangle-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/inner-shadow-bottom-filled.svg b/packages/icons/categories/filled/inner-shadow-bottom-filled.svg deleted file mode 100644 index a17e16833..000000000 --- a/packages/icons/categories/filled/inner-shadow-bottom-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/inner-shadow-bottom-left-filled.svg b/packages/icons/categories/filled/inner-shadow-bottom-left-filled.svg deleted file mode 100644 index 3c0be0925..000000000 --- a/packages/icons/categories/filled/inner-shadow-bottom-left-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/inner-shadow-bottom-right-filled.svg b/packages/icons/categories/filled/inner-shadow-bottom-right-filled.svg deleted file mode 100644 index d446ed439..000000000 --- a/packages/icons/categories/filled/inner-shadow-bottom-right-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/inner-shadow-left-filled.svg b/packages/icons/categories/filled/inner-shadow-left-filled.svg deleted file mode 100644 index fdf1d54de..000000000 --- a/packages/icons/categories/filled/inner-shadow-left-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/inner-shadow-right-filled.svg b/packages/icons/categories/filled/inner-shadow-right-filled.svg deleted file mode 100644 index 0a951d081..000000000 --- a/packages/icons/categories/filled/inner-shadow-right-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/inner-shadow-top-filled.svg b/packages/icons/categories/filled/inner-shadow-top-filled.svg deleted file mode 100644 index 4de51c466..000000000 --- a/packages/icons/categories/filled/inner-shadow-top-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/inner-shadow-top-left-filled.svg b/packages/icons/categories/filled/inner-shadow-top-left-filled.svg deleted file mode 100644 index d2e54d3d4..000000000 --- a/packages/icons/categories/filled/inner-shadow-top-left-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/inner-shadow-top-right-filled.svg b/packages/icons/categories/filled/inner-shadow-top-right-filled.svg deleted file mode 100644 index 1fc871dbe..000000000 --- a/packages/icons/categories/filled/inner-shadow-top-right-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/jewish-star-filled.svg b/packages/icons/categories/filled/jewish-star-filled.svg deleted file mode 100644 index e3d63a305..000000000 --- a/packages/icons/categories/filled/jewish-star-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/keyframe-align-center-filled.svg b/packages/icons/categories/filled/keyframe-align-center-filled.svg deleted file mode 100644 index 6cf4496bd..000000000 --- a/packages/icons/categories/filled/keyframe-align-center-filled.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/filled/keyframe-align-horizontal-filled.svg b/packages/icons/categories/filled/keyframe-align-horizontal-filled.svg deleted file mode 100644 index ed73c43d2..000000000 --- a/packages/icons/categories/filled/keyframe-align-horizontal-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/keyframe-align-vertical-filled.svg b/packages/icons/categories/filled/keyframe-align-vertical-filled.svg deleted file mode 100644 index 1dce0a516..000000000 --- a/packages/icons/categories/filled/keyframe-align-vertical-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/keyframe-filled.svg b/packages/icons/categories/filled/keyframe-filled.svg deleted file mode 100644 index a6a6885bf..000000000 --- a/packages/icons/categories/filled/keyframe-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/keyframes-filled.svg b/packages/icons/categories/filled/keyframes-filled.svg deleted file mode 100644 index e99ad3041..000000000 --- a/packages/icons/categories/filled/keyframes-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/layout-bottombar-collapse-filled.svg b/packages/icons/categories/filled/layout-bottombar-collapse-filled.svg deleted file mode 100644 index 9041cc5e7..000000000 --- a/packages/icons/categories/filled/layout-bottombar-collapse-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/layout-bottombar-expand-filled.svg b/packages/icons/categories/filled/layout-bottombar-expand-filled.svg deleted file mode 100644 index 7a54cf8bd..000000000 --- a/packages/icons/categories/filled/layout-bottombar-expand-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/layout-bottombar-filled.svg b/packages/icons/categories/filled/layout-bottombar-filled.svg deleted file mode 100644 index 929ab5e21..000000000 --- a/packages/icons/categories/filled/layout-bottombar-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/layout-navbar-collapse-filled.svg b/packages/icons/categories/filled/layout-navbar-collapse-filled.svg deleted file mode 100644 index f32afb6d8..000000000 --- a/packages/icons/categories/filled/layout-navbar-collapse-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/layout-navbar-expand-filled.svg b/packages/icons/categories/filled/layout-navbar-expand-filled.svg deleted file mode 100644 index ac5c5f4e3..000000000 --- a/packages/icons/categories/filled/layout-navbar-expand-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/layout-navbar-filled.svg b/packages/icons/categories/filled/layout-navbar-filled.svg deleted file mode 100644 index 5eaaa6e97..000000000 --- a/packages/icons/categories/filled/layout-navbar-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/layout-sidebar-left-collapse-filled.svg b/packages/icons/categories/filled/layout-sidebar-left-collapse-filled.svg deleted file mode 100644 index a5183911b..000000000 --- a/packages/icons/categories/filled/layout-sidebar-left-collapse-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/layout-sidebar-left-expand-filled.svg b/packages/icons/categories/filled/layout-sidebar-left-expand-filled.svg deleted file mode 100644 index b885a921b..000000000 --- a/packages/icons/categories/filled/layout-sidebar-left-expand-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/layout-sidebar-right-collapse-filled.svg b/packages/icons/categories/filled/layout-sidebar-right-collapse-filled.svg deleted file mode 100644 index b94ba6b5f..000000000 --- a/packages/icons/categories/filled/layout-sidebar-right-collapse-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/layout-sidebar-right-expand-filled.svg b/packages/icons/categories/filled/layout-sidebar-right-expand-filled.svg deleted file mode 100644 index c6b7b8b86..000000000 --- a/packages/icons/categories/filled/layout-sidebar-right-expand-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/location-filled.svg b/packages/icons/categories/filled/location-filled.svg deleted file mode 100644 index 296f7e41a..000000000 --- a/packages/icons/categories/filled/location-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/lock-square-rounded-filled.svg b/packages/icons/categories/filled/lock-square-rounded-filled.svg deleted file mode 100644 index fafe8c745..000000000 --- a/packages/icons/categories/filled/lock-square-rounded-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/mail-filled.svg b/packages/icons/categories/filled/mail-filled.svg deleted file mode 100644 index c2961c7c5..000000000 --- a/packages/icons/categories/filled/mail-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/mail-opened-filled.svg b/packages/icons/categories/filled/mail-opened-filled.svg deleted file mode 100644 index 8d25662c6..000000000 --- a/packages/icons/categories/filled/mail-opened-filled.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/filled/map-pin-filled.svg b/packages/icons/categories/filled/map-pin-filled.svg deleted file mode 100644 index 3786dd27e..000000000 --- a/packages/icons/categories/filled/map-pin-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/medical-cross-filled.svg b/packages/icons/categories/filled/medical-cross-filled.svg deleted file mode 100644 index 54e25c63b..000000000 --- a/packages/icons/categories/filled/medical-cross-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/message-circle-2-filled.svg b/packages/icons/categories/filled/message-circle-2-filled.svg deleted file mode 100644 index 79a36f490..000000000 --- a/packages/icons/categories/filled/message-circle-2-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/mickey-filled.svg b/packages/icons/categories/filled/mickey-filled.svg deleted file mode 100644 index 5ff0f7e95..000000000 --- a/packages/icons/categories/filled/mickey-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/mood-confuzed-filled.svg b/packages/icons/categories/filled/mood-confuzed-filled.svg deleted file mode 100644 index d6d1dfa3c..000000000 --- a/packages/icons/categories/filled/mood-confuzed-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/mood-empty-filled.svg b/packages/icons/categories/filled/mood-empty-filled.svg deleted file mode 100644 index c47a92212..000000000 --- a/packages/icons/categories/filled/mood-empty-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/mood-happy-filled.svg b/packages/icons/categories/filled/mood-happy-filled.svg deleted file mode 100644 index 297d7b96b..000000000 --- a/packages/icons/categories/filled/mood-happy-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/mood-kid-filled.svg b/packages/icons/categories/filled/mood-kid-filled.svg deleted file mode 100644 index f99dfdbb2..000000000 --- a/packages/icons/categories/filled/mood-kid-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/mood-neutral-filled.svg b/packages/icons/categories/filled/mood-neutral-filled.svg deleted file mode 100644 index 9cd24938a..000000000 --- a/packages/icons/categories/filled/mood-neutral-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/mood-sad-filled.svg b/packages/icons/categories/filled/mood-sad-filled.svg deleted file mode 100644 index 97f17522d..000000000 --- a/packages/icons/categories/filled/mood-sad-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/mood-smile-filled.svg b/packages/icons/categories/filled/mood-smile-filled.svg deleted file mode 100644 index 0b4bbca14..000000000 --- a/packages/icons/categories/filled/mood-smile-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/moon-filled.svg b/packages/icons/categories/filled/moon-filled.svg deleted file mode 100644 index 8b5490136..000000000 --- a/packages/icons/categories/filled/moon-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/mouse-filled.svg b/packages/icons/categories/filled/mouse-filled.svg deleted file mode 100644 index afeaa3a6d..000000000 --- a/packages/icons/categories/filled/mouse-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/mushroom-filled.svg b/packages/icons/categories/filled/mushroom-filled.svg deleted file mode 100644 index b07d14b19..000000000 --- a/packages/icons/categories/filled/mushroom-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/navigation-filled.svg b/packages/icons/categories/filled/navigation-filled.svg deleted file mode 100644 index b10d812c6..000000000 --- a/packages/icons/categories/filled/navigation-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/octagon-filled.svg b/packages/icons/categories/filled/octagon-filled.svg deleted file mode 100644 index 4a3b4f9c7..000000000 --- a/packages/icons/categories/filled/octagon-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/oval-filled.svg b/packages/icons/categories/filled/oval-filled.svg deleted file mode 100644 index 2b04ed445..000000000 --- a/packages/icons/categories/filled/oval-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/oval-vertical-filled.svg b/packages/icons/categories/filled/oval-vertical-filled.svg deleted file mode 100644 index c07f172e6..000000000 --- a/packages/icons/categories/filled/oval-vertical-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/paint-filled.svg b/packages/icons/categories/filled/paint-filled.svg deleted file mode 100644 index 646e818f7..000000000 --- a/packages/icons/categories/filled/paint-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/paw-filled.svg b/packages/icons/categories/filled/paw-filled.svg deleted file mode 100644 index d60b251bd..000000000 --- a/packages/icons/categories/filled/paw-filled.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/filled/pennant-2-filled.svg b/packages/icons/categories/filled/pennant-2-filled.svg deleted file mode 100644 index 78e134594..000000000 --- a/packages/icons/categories/filled/pennant-2-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/pennant-filled.svg b/packages/icons/categories/filled/pennant-filled.svg deleted file mode 100644 index 964fcb1f1..000000000 --- a/packages/icons/categories/filled/pennant-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/pentagon-filled.svg b/packages/icons/categories/filled/pentagon-filled.svg deleted file mode 100644 index 65e6755fb..000000000 --- a/packages/icons/categories/filled/pentagon-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/phone-filled.svg b/packages/icons/categories/filled/phone-filled.svg deleted file mode 100644 index b6e7cf9a3..000000000 --- a/packages/icons/categories/filled/phone-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/photo-filled.svg b/packages/icons/categories/filled/photo-filled.svg deleted file mode 100644 index e32c73a8d..000000000 --- a/packages/icons/categories/filled/photo-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/pin-filled.svg b/packages/icons/categories/filled/pin-filled.svg deleted file mode 100644 index e6f1da264..000000000 --- a/packages/icons/categories/filled/pin-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/pinned-filled.svg b/packages/icons/categories/filled/pinned-filled.svg deleted file mode 100644 index c55de64e1..000000000 --- a/packages/icons/categories/filled/pinned-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/player-eject-filled.svg b/packages/icons/categories/filled/player-eject-filled.svg deleted file mode 100644 index 6a18be415..000000000 --- a/packages/icons/categories/filled/player-eject-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/player-pause-filled.svg b/packages/icons/categories/filled/player-pause-filled.svg deleted file mode 100644 index 4dedaa23f..000000000 --- a/packages/icons/categories/filled/player-pause-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/player-play-filled.svg b/packages/icons/categories/filled/player-play-filled.svg deleted file mode 100644 index a09b01e13..000000000 --- a/packages/icons/categories/filled/player-play-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/player-record-filled.svg b/packages/icons/categories/filled/player-record-filled.svg deleted file mode 100644 index a264c1742..000000000 --- a/packages/icons/categories/filled/player-record-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/player-skip-back-filled.svg b/packages/icons/categories/filled/player-skip-back-filled.svg deleted file mode 100644 index e00246c32..000000000 --- a/packages/icons/categories/filled/player-skip-back-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/player-skip-forward-filled.svg b/packages/icons/categories/filled/player-skip-forward-filled.svg deleted file mode 100644 index ed58386b9..000000000 --- a/packages/icons/categories/filled/player-skip-forward-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/player-stop-filled.svg b/packages/icons/categories/filled/player-stop-filled.svg deleted file mode 100644 index 7d63f1643..000000000 --- a/packages/icons/categories/filled/player-stop-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/player-track-next-filled.svg b/packages/icons/categories/filled/player-track-next-filled.svg deleted file mode 100644 index ac5a00c92..000000000 --- a/packages/icons/categories/filled/player-track-next-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/player-track-prev-filled.svg b/packages/icons/categories/filled/player-track-prev-filled.svg deleted file mode 100644 index fe6cc9d7e..000000000 --- a/packages/icons/categories/filled/player-track-prev-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/point-filled.svg b/packages/icons/categories/filled/point-filled.svg deleted file mode 100644 index 92f74103c..000000000 --- a/packages/icons/categories/filled/point-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/pointer-filled.svg b/packages/icons/categories/filled/pointer-filled.svg deleted file mode 100644 index ae7ed9833..000000000 --- a/packages/icons/categories/filled/pointer-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/polaroid-filled.svg b/packages/icons/categories/filled/polaroid-filled.svg deleted file mode 100644 index 58c30b287..000000000 --- a/packages/icons/categories/filled/polaroid-filled.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/filled/puzzle-filled.svg b/packages/icons/categories/filled/puzzle-filled.svg deleted file mode 100644 index 60af5a59e..000000000 --- a/packages/icons/categories/filled/puzzle-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/radioactive-filled.svg b/packages/icons/categories/filled/radioactive-filled.svg deleted file mode 100644 index eb97f2370..000000000 --- a/packages/icons/categories/filled/radioactive-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/rectangle-filled.svg b/packages/icons/categories/filled/rectangle-filled.svg deleted file mode 100644 index 1c0809592..000000000 --- a/packages/icons/categories/filled/rectangle-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/rectangle-vertical-filled.svg b/packages/icons/categories/filled/rectangle-vertical-filled.svg deleted file mode 100644 index e0578f3e0..000000000 --- a/packages/icons/categories/filled/rectangle-vertical-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/replace-filled.svg b/packages/icons/categories/filled/replace-filled.svg deleted file mode 100644 index 06cd0002f..000000000 --- a/packages/icons/categories/filled/replace-filled.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/filled/rosette-filled.svg b/packages/icons/categories/filled/rosette-filled.svg deleted file mode 100644 index 056a18674..000000000 --- a/packages/icons/categories/filled/rosette-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/settings-filled.svg b/packages/icons/categories/filled/settings-filled.svg deleted file mode 100644 index b73a97ef5..000000000 --- a/packages/icons/categories/filled/settings-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/shield-check-filled.svg b/packages/icons/categories/filled/shield-check-filled.svg deleted file mode 100644 index 51dd6638d..000000000 --- a/packages/icons/categories/filled/shield-check-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/shield-checkered-filled.svg b/packages/icons/categories/filled/shield-checkered-filled.svg deleted file mode 100644 index 0e2578dd6..000000000 --- a/packages/icons/categories/filled/shield-checkered-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/shield-filled.svg b/packages/icons/categories/filled/shield-filled.svg deleted file mode 100644 index b5cc8e007..000000000 --- a/packages/icons/categories/filled/shield-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/shield-lock-filled.svg b/packages/icons/categories/filled/shield-lock-filled.svg deleted file mode 100644 index faca86454..000000000 --- a/packages/icons/categories/filled/shield-lock-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/shirt-filled.svg b/packages/icons/categories/filled/shirt-filled.svg deleted file mode 100644 index e222ac47c..000000000 --- a/packages/icons/categories/filled/shirt-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/shopping-cart-filled.svg b/packages/icons/categories/filled/shopping-cart-filled.svg deleted file mode 100644 index 456ae2a45..000000000 --- a/packages/icons/categories/filled/shopping-cart-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/sign-left-filled.svg b/packages/icons/categories/filled/sign-left-filled.svg deleted file mode 100644 index 4628f4cc4..000000000 --- a/packages/icons/categories/filled/sign-left-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/sign-right-filled.svg b/packages/icons/categories/filled/sign-right-filled.svg deleted file mode 100644 index 975b1e418..000000000 --- a/packages/icons/categories/filled/sign-right-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/spade-filled.svg b/packages/icons/categories/filled/spade-filled.svg deleted file mode 100644 index 2ffa1742f..000000000 --- a/packages/icons/categories/filled/spade-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-0-filled.svg b/packages/icons/categories/filled/square-0-filled.svg deleted file mode 100644 index dadee3ec8..000000000 --- a/packages/icons/categories/filled/square-0-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-1-filled.svg b/packages/icons/categories/filled/square-1-filled.svg deleted file mode 100644 index b63f5a925..000000000 --- a/packages/icons/categories/filled/square-1-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-2-filled.svg b/packages/icons/categories/filled/square-2-filled.svg deleted file mode 100644 index e7056b310..000000000 --- a/packages/icons/categories/filled/square-2-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-3-filled.svg b/packages/icons/categories/filled/square-3-filled.svg deleted file mode 100644 index 21c8869a7..000000000 --- a/packages/icons/categories/filled/square-3-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-4-filled.svg b/packages/icons/categories/filled/square-4-filled.svg deleted file mode 100644 index ecd18b46a..000000000 --- a/packages/icons/categories/filled/square-4-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-5-filled.svg b/packages/icons/categories/filled/square-5-filled.svg deleted file mode 100644 index 49d94aebd..000000000 --- a/packages/icons/categories/filled/square-5-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-6-filled.svg b/packages/icons/categories/filled/square-6-filled.svg deleted file mode 100644 index 8cf2f64da..000000000 --- a/packages/icons/categories/filled/square-6-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-7-filled.svg b/packages/icons/categories/filled/square-7-filled.svg deleted file mode 100644 index ee7afd7bb..000000000 --- a/packages/icons/categories/filled/square-7-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-8-filled.svg b/packages/icons/categories/filled/square-8-filled.svg deleted file mode 100644 index a8168aabb..000000000 --- a/packages/icons/categories/filled/square-8-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-9-filled.svg b/packages/icons/categories/filled/square-9-filled.svg deleted file mode 100644 index f2411dcf6..000000000 --- a/packages/icons/categories/filled/square-9-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-arrow-down-filled.svg b/packages/icons/categories/filled/square-arrow-down-filled.svg deleted file mode 100644 index 0bcad05f8..000000000 --- a/packages/icons/categories/filled/square-arrow-down-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-arrow-left-filled.svg b/packages/icons/categories/filled/square-arrow-left-filled.svg deleted file mode 100644 index 16e25726a..000000000 --- a/packages/icons/categories/filled/square-arrow-left-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-arrow-right-filled.svg b/packages/icons/categories/filled/square-arrow-right-filled.svg deleted file mode 100644 index 7790d21d1..000000000 --- a/packages/icons/categories/filled/square-arrow-right-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-arrow-up-filled.svg b/packages/icons/categories/filled/square-arrow-up-filled.svg deleted file mode 100644 index 2c32eb9b5..000000000 --- a/packages/icons/categories/filled/square-arrow-up-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-asterisk-filled.svg b/packages/icons/categories/filled/square-asterisk-filled.svg deleted file mode 100644 index ab3dae1d8..000000000 --- a/packages/icons/categories/filled/square-asterisk-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-check-filled.svg b/packages/icons/categories/filled/square-check-filled.svg deleted file mode 100644 index 8cc9135d8..000000000 --- a/packages/icons/categories/filled/square-check-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-chevron-down-filled.svg b/packages/icons/categories/filled/square-chevron-down-filled.svg deleted file mode 100644 index 074ee1f32..000000000 --- a/packages/icons/categories/filled/square-chevron-down-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-chevron-left-filled.svg b/packages/icons/categories/filled/square-chevron-left-filled.svg deleted file mode 100644 index f8a157d8e..000000000 --- a/packages/icons/categories/filled/square-chevron-left-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-chevron-right-filled.svg b/packages/icons/categories/filled/square-chevron-right-filled.svg deleted file mode 100644 index d47d2c3ef..000000000 --- a/packages/icons/categories/filled/square-chevron-right-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-chevron-up-filled.svg b/packages/icons/categories/filled/square-chevron-up-filled.svg deleted file mode 100644 index b2b65f12f..000000000 --- a/packages/icons/categories/filled/square-chevron-up-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-chevrons-down-filled.svg b/packages/icons/categories/filled/square-chevrons-down-filled.svg deleted file mode 100644 index 165dde1e8..000000000 --- a/packages/icons/categories/filled/square-chevrons-down-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-chevrons-left-filled.svg b/packages/icons/categories/filled/square-chevrons-left-filled.svg deleted file mode 100644 index 1cb9cc1e7..000000000 --- a/packages/icons/categories/filled/square-chevrons-left-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-chevrons-right-filled.svg b/packages/icons/categories/filled/square-chevrons-right-filled.svg deleted file mode 100644 index ef067532e..000000000 --- a/packages/icons/categories/filled/square-chevrons-right-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-chevrons-up-filled.svg b/packages/icons/categories/filled/square-chevrons-up-filled.svg deleted file mode 100644 index 6888c2d3a..000000000 --- a/packages/icons/categories/filled/square-chevrons-up-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-dot-filled.svg b/packages/icons/categories/filled/square-dot-filled.svg deleted file mode 100644 index 59db84f73..000000000 --- a/packages/icons/categories/filled/square-dot-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-f0-filled.svg b/packages/icons/categories/filled/square-f0-filled.svg deleted file mode 100644 index 138e3ac32..000000000 --- a/packages/icons/categories/filled/square-f0-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-f1-filled.svg b/packages/icons/categories/filled/square-f1-filled.svg deleted file mode 100644 index 9407255f7..000000000 --- a/packages/icons/categories/filled/square-f1-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-f2-filled.svg b/packages/icons/categories/filled/square-f2-filled.svg deleted file mode 100644 index 2763fffcc..000000000 --- a/packages/icons/categories/filled/square-f2-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-f3-filled.svg b/packages/icons/categories/filled/square-f3-filled.svg deleted file mode 100644 index daca55ca8..000000000 --- a/packages/icons/categories/filled/square-f3-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-f4-filled.svg b/packages/icons/categories/filled/square-f4-filled.svg deleted file mode 100644 index 7edb3e50b..000000000 --- a/packages/icons/categories/filled/square-f4-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-f5-filled.svg b/packages/icons/categories/filled/square-f5-filled.svg deleted file mode 100644 index a3e34a99e..000000000 --- a/packages/icons/categories/filled/square-f5-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-f6-filled.svg b/packages/icons/categories/filled/square-f6-filled.svg deleted file mode 100644 index 4caac707a..000000000 --- a/packages/icons/categories/filled/square-f6-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-f7-filled.svg b/packages/icons/categories/filled/square-f7-filled.svg deleted file mode 100644 index eeb3d32b1..000000000 --- a/packages/icons/categories/filled/square-f7-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-f8-filled.svg b/packages/icons/categories/filled/square-f8-filled.svg deleted file mode 100644 index 7588cb906..000000000 --- a/packages/icons/categories/filled/square-f8-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-f9-filled.svg b/packages/icons/categories/filled/square-f9-filled.svg deleted file mode 100644 index e04cd6a37..000000000 --- a/packages/icons/categories/filled/square-f9-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-filled.svg b/packages/icons/categories/filled/square-filled.svg deleted file mode 100644 index e0c8519be..000000000 --- a/packages/icons/categories/filled/square-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-minus-filled.svg b/packages/icons/categories/filled/square-minus-filled.svg deleted file mode 100644 index 80d54a7e8..000000000 --- a/packages/icons/categories/filled/square-minus-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rotated-filled.svg b/packages/icons/categories/filled/square-rotated-filled.svg deleted file mode 100644 index 30ff600a2..000000000 --- a/packages/icons/categories/filled/square-rotated-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-arrow-down-filled.svg b/packages/icons/categories/filled/square-rounded-arrow-down-filled.svg deleted file mode 100644 index 28c26ef8c..000000000 --- a/packages/icons/categories/filled/square-rounded-arrow-down-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-arrow-left-filled.svg b/packages/icons/categories/filled/square-rounded-arrow-left-filled.svg deleted file mode 100644 index d83d0d754..000000000 --- a/packages/icons/categories/filled/square-rounded-arrow-left-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-arrow-right-filled.svg b/packages/icons/categories/filled/square-rounded-arrow-right-filled.svg deleted file mode 100644 index 5969f95fc..000000000 --- a/packages/icons/categories/filled/square-rounded-arrow-right-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-arrow-up-filled.svg b/packages/icons/categories/filled/square-rounded-arrow-up-filled.svg deleted file mode 100644 index ac8ee821e..000000000 --- a/packages/icons/categories/filled/square-rounded-arrow-up-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-check-filled.svg b/packages/icons/categories/filled/square-rounded-check-filled.svg deleted file mode 100644 index e2be66275..000000000 --- a/packages/icons/categories/filled/square-rounded-check-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-chevron-down-filled.svg b/packages/icons/categories/filled/square-rounded-chevron-down-filled.svg deleted file mode 100644 index a117a9a9f..000000000 --- a/packages/icons/categories/filled/square-rounded-chevron-down-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-chevron-left-filled.svg b/packages/icons/categories/filled/square-rounded-chevron-left-filled.svg deleted file mode 100644 index cdda38437..000000000 --- a/packages/icons/categories/filled/square-rounded-chevron-left-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-chevron-right-filled.svg b/packages/icons/categories/filled/square-rounded-chevron-right-filled.svg deleted file mode 100644 index 415c0d54e..000000000 --- a/packages/icons/categories/filled/square-rounded-chevron-right-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-chevron-up-filled.svg b/packages/icons/categories/filled/square-rounded-chevron-up-filled.svg deleted file mode 100644 index 3a4e2c93b..000000000 --- a/packages/icons/categories/filled/square-rounded-chevron-up-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-chevrons-down-filled.svg b/packages/icons/categories/filled/square-rounded-chevrons-down-filled.svg deleted file mode 100644 index 1f39830e1..000000000 --- a/packages/icons/categories/filled/square-rounded-chevrons-down-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-chevrons-left-filled.svg b/packages/icons/categories/filled/square-rounded-chevrons-left-filled.svg deleted file mode 100644 index de12d7bda..000000000 --- a/packages/icons/categories/filled/square-rounded-chevrons-left-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-chevrons-right-filled.svg b/packages/icons/categories/filled/square-rounded-chevrons-right-filled.svg deleted file mode 100644 index 8bb8c29a6..000000000 --- a/packages/icons/categories/filled/square-rounded-chevrons-right-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-chevrons-up-filled.svg b/packages/icons/categories/filled/square-rounded-chevrons-up-filled.svg deleted file mode 100644 index e3f0f7a6f..000000000 --- a/packages/icons/categories/filled/square-rounded-chevrons-up-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-filled.svg b/packages/icons/categories/filled/square-rounded-filled.svg deleted file mode 100644 index e905595d4..000000000 --- a/packages/icons/categories/filled/square-rounded-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-minus-filled.svg b/packages/icons/categories/filled/square-rounded-minus-filled.svg deleted file mode 100644 index 00cbe62e8..000000000 --- a/packages/icons/categories/filled/square-rounded-minus-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-number-0-filled.svg b/packages/icons/categories/filled/square-rounded-number-0-filled.svg deleted file mode 100644 index 6549aecb8..000000000 --- a/packages/icons/categories/filled/square-rounded-number-0-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-number-1-filled.svg b/packages/icons/categories/filled/square-rounded-number-1-filled.svg deleted file mode 100644 index 0c1200ab2..000000000 --- a/packages/icons/categories/filled/square-rounded-number-1-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-number-2-filled.svg b/packages/icons/categories/filled/square-rounded-number-2-filled.svg deleted file mode 100644 index a74c8982e..000000000 --- a/packages/icons/categories/filled/square-rounded-number-2-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-number-3-filled.svg b/packages/icons/categories/filled/square-rounded-number-3-filled.svg deleted file mode 100644 index dcb1c8cc8..000000000 --- a/packages/icons/categories/filled/square-rounded-number-3-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-number-4-filled.svg b/packages/icons/categories/filled/square-rounded-number-4-filled.svg deleted file mode 100644 index df09c510a..000000000 --- a/packages/icons/categories/filled/square-rounded-number-4-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-number-5-filled.svg b/packages/icons/categories/filled/square-rounded-number-5-filled.svg deleted file mode 100644 index 8ddd1e19e..000000000 --- a/packages/icons/categories/filled/square-rounded-number-5-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-number-6-filled.svg b/packages/icons/categories/filled/square-rounded-number-6-filled.svg deleted file mode 100644 index c59698fc0..000000000 --- a/packages/icons/categories/filled/square-rounded-number-6-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-number-7-filled.svg b/packages/icons/categories/filled/square-rounded-number-7-filled.svg deleted file mode 100644 index d66b7408a..000000000 --- a/packages/icons/categories/filled/square-rounded-number-7-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-number-8-filled.svg b/packages/icons/categories/filled/square-rounded-number-8-filled.svg deleted file mode 100644 index fe8a4c467..000000000 --- a/packages/icons/categories/filled/square-rounded-number-8-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-number-9-filled.svg b/packages/icons/categories/filled/square-rounded-number-9-filled.svg deleted file mode 100644 index 91c6652d8..000000000 --- a/packages/icons/categories/filled/square-rounded-number-9-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-plus-filled.svg b/packages/icons/categories/filled/square-rounded-plus-filled.svg deleted file mode 100644 index 888de8e25..000000000 --- a/packages/icons/categories/filled/square-rounded-plus-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-rounded-x-filled.svg b/packages/icons/categories/filled/square-rounded-x-filled.svg deleted file mode 100644 index 40e821ac6..000000000 --- a/packages/icons/categories/filled/square-rounded-x-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/square-x-filled.svg b/packages/icons/categories/filled/square-x-filled.svg deleted file mode 100644 index 4ec99305a..000000000 --- a/packages/icons/categories/filled/square-x-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/star-filled.svg b/packages/icons/categories/filled/star-filled.svg deleted file mode 100644 index b69a5690f..000000000 --- a/packages/icons/categories/filled/star-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/star-half-filled.svg b/packages/icons/categories/filled/star-half-filled.svg deleted file mode 100644 index 9b31ead09..000000000 --- a/packages/icons/categories/filled/star-half-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/stars-filled.svg b/packages/icons/categories/filled/stars-filled.svg deleted file mode 100644 index a8f54aec7..000000000 --- a/packages/icons/categories/filled/stars-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/sun-filled.svg b/packages/icons/categories/filled/sun-filled.svg deleted file mode 100644 index 589006c02..000000000 --- a/packages/icons/categories/filled/sun-filled.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/filled/table-filled.svg b/packages/icons/categories/filled/table-filled.svg deleted file mode 100644 index 73b433d55..000000000 --- a/packages/icons/categories/filled/table-filled.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/filled/thumb-down-filled.svg b/packages/icons/categories/filled/thumb-down-filled.svg deleted file mode 100644 index d5710f3d6..000000000 --- a/packages/icons/categories/filled/thumb-down-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/thumb-up-filled.svg b/packages/icons/categories/filled/thumb-up-filled.svg deleted file mode 100644 index 1afe3fff5..000000000 --- a/packages/icons/categories/filled/thumb-up-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/timeline-event-filled.svg b/packages/icons/categories/filled/timeline-event-filled.svg deleted file mode 100644 index 752484e95..000000000 --- a/packages/icons/categories/filled/timeline-event-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/transform-filled.svg b/packages/icons/categories/filled/transform-filled.svg deleted file mode 100644 index bd83c3950..000000000 --- a/packages/icons/categories/filled/transform-filled.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/filled/trash-filled.svg b/packages/icons/categories/filled/trash-filled.svg deleted file mode 100644 index a8c92f86c..000000000 --- a/packages/icons/categories/filled/trash-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/trash-x-filled.svg b/packages/icons/categories/filled/trash-x-filled.svg deleted file mode 100644 index 938727085..000000000 --- a/packages/icons/categories/filled/trash-x-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/triangle-filled.svg b/packages/icons/categories/filled/triangle-filled.svg deleted file mode 100644 index dd2f17e3b..000000000 --- a/packages/icons/categories/filled/triangle-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/triangle-inverted-filled.svg b/packages/icons/categories/filled/triangle-inverted-filled.svg deleted file mode 100644 index 7fab4b694..000000000 --- a/packages/icons/categories/filled/triangle-inverted-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/triangle-square-circle-filled.svg b/packages/icons/categories/filled/triangle-square-circle-filled.svg deleted file mode 100644 index 523ce0ba8..000000000 --- a/packages/icons/categories/filled/triangle-square-circle-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/trophy-filled.svg b/packages/icons/categories/filled/trophy-filled.svg deleted file mode 100644 index 7fe62cfb9..000000000 --- a/packages/icons/categories/filled/trophy-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/umbrella-filled.svg b/packages/icons/categories/filled/umbrella-filled.svg deleted file mode 100644 index 01f3c5964..000000000 --- a/packages/icons/categories/filled/umbrella-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/user-filled.svg b/packages/icons/categories/filled/user-filled.svg deleted file mode 100644 index aee610cb0..000000000 --- a/packages/icons/categories/filled/user-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/versions-filled.svg b/packages/icons/categories/filled/versions-filled.svg deleted file mode 100644 index 6d0c1ce68..000000000 --- a/packages/icons/categories/filled/versions-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/filled/windmill-filled.svg b/packages/icons/categories/filled/windmill-filled.svg deleted file mode 100644 index d3ba114bd..000000000 --- a/packages/icons/categories/filled/windmill-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/yin-yang-filled.svg b/packages/icons/categories/filled/yin-yang-filled.svg deleted file mode 100644 index f7631a07c..000000000 --- a/packages/icons/categories/filled/yin-yang-filled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/filled/zoom-check-filled.svg b/packages/icons/categories/filled/zoom-check-filled.svg deleted file mode 100644 index 390770799..000000000 --- a/packages/icons/categories/filled/zoom-check-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/zoom-filled.svg b/packages/icons/categories/filled/zoom-filled.svg deleted file mode 100644 index dc1c4ba1a..000000000 --- a/packages/icons/categories/filled/zoom-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/zoom-in-area-filled.svg b/packages/icons/categories/filled/zoom-in-area-filled.svg deleted file mode 100644 index 1842c975b..000000000 --- a/packages/icons/categories/filled/zoom-in-area-filled.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/filled/zoom-in-filled.svg b/packages/icons/categories/filled/zoom-in-filled.svg deleted file mode 100644 index 0da7682ca..000000000 --- a/packages/icons/categories/filled/zoom-in-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/filled/zoom-out-filled.svg b/packages/icons/categories/filled/zoom-out-filled.svg deleted file mode 100644 index d2a0b8372..000000000 --- a/packages/icons/categories/filled/zoom-out-filled.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/food/apple.svg b/packages/icons/categories/food/apple.svg deleted file mode 100644 index c95d5061d..000000000 --- a/packages/icons/categories/food/apple.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/food/baguette.svg b/packages/icons/categories/food/baguette.svg deleted file mode 100644 index 03362e8c3..000000000 --- a/packages/icons/categories/food/baguette.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/food/beer-off.svg b/packages/icons/categories/food/beer-off.svg deleted file mode 100644 index 4ff9d876d..000000000 --- a/packages/icons/categories/food/beer-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/food/beer.svg b/packages/icons/categories/food/beer.svg deleted file mode 100644 index 93a1586d7..000000000 --- a/packages/icons/categories/food/beer.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/food/bone-off.svg b/packages/icons/categories/food/bone-off.svg deleted file mode 100644 index 2a0fdace6..000000000 --- a/packages/icons/categories/food/bone-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/food/bone.svg b/packages/icons/categories/food/bone.svg deleted file mode 100644 index b05a158aa..000000000 --- a/packages/icons/categories/food/bone.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/food/bottle-off.svg b/packages/icons/categories/food/bottle-off.svg deleted file mode 100644 index 9929ab525..000000000 --- a/packages/icons/categories/food/bottle-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/food/bottle.svg b/packages/icons/categories/food/bottle.svg deleted file mode 100644 index 405f0e966..000000000 --- a/packages/icons/categories/food/bottle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/food/bowl.svg b/packages/icons/categories/food/bowl.svg deleted file mode 100644 index da9fbdcfd..000000000 --- a/packages/icons/categories/food/bowl.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/food/bread-off.svg b/packages/icons/categories/food/bread-off.svg deleted file mode 100644 index 1e1812513..000000000 --- a/packages/icons/categories/food/bread-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/food/bread.svg b/packages/icons/categories/food/bread.svg deleted file mode 100644 index 64a6d69a3..000000000 --- a/packages/icons/categories/food/bread.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/food/candy-off.svg b/packages/icons/categories/food/candy-off.svg deleted file mode 100644 index 7d2234837..000000000 --- a/packages/icons/categories/food/candy-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/food/candy.svg b/packages/icons/categories/food/candy.svg deleted file mode 100644 index 41430a5c2..000000000 --- a/packages/icons/categories/food/candy.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/food/carrot-off.svg b/packages/icons/categories/food/carrot-off.svg deleted file mode 100644 index b9e883647..000000000 --- a/packages/icons/categories/food/carrot-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/food/carrot.svg b/packages/icons/categories/food/carrot.svg deleted file mode 100644 index 36f45301a..000000000 --- a/packages/icons/categories/food/carrot.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/food/cheese.svg b/packages/icons/categories/food/cheese.svg deleted file mode 100644 index fba5f64d0..000000000 --- a/packages/icons/categories/food/cheese.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/food/chef-hat-off.svg b/packages/icons/categories/food/chef-hat-off.svg deleted file mode 100644 index 41f3f2094..000000000 --- a/packages/icons/categories/food/chef-hat-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/food/chef-hat.svg b/packages/icons/categories/food/chef-hat.svg deleted file mode 100644 index 8c74645b6..000000000 --- a/packages/icons/categories/food/chef-hat.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/food/coffee-off.svg b/packages/icons/categories/food/coffee-off.svg deleted file mode 100644 index a4351a5ba..000000000 --- a/packages/icons/categories/food/coffee-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/food/coffee.svg b/packages/icons/categories/food/coffee.svg deleted file mode 100644 index 2d9a5c64f..000000000 --- a/packages/icons/categories/food/coffee.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/food/cooker.svg b/packages/icons/categories/food/cooker.svg deleted file mode 100644 index 34ae70520..000000000 --- a/packages/icons/categories/food/cooker.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/food/cookie-off.svg b/packages/icons/categories/food/cookie-off.svg deleted file mode 100644 index e9d51ff18..000000000 --- a/packages/icons/categories/food/cookie-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/food/cookie.svg b/packages/icons/categories/food/cookie.svg deleted file mode 100644 index 9c10bb5cc..000000000 --- a/packages/icons/categories/food/cookie.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/food/cup-off.svg b/packages/icons/categories/food/cup-off.svg deleted file mode 100644 index a99dd124d..000000000 --- a/packages/icons/categories/food/cup-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/food/cup.svg b/packages/icons/categories/food/cup.svg deleted file mode 100644 index 96ab46a8f..000000000 --- a/packages/icons/categories/food/cup.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/food/dog-bowl.svg b/packages/icons/categories/food/dog-bowl.svg deleted file mode 100644 index 133d3917e..000000000 --- a/packages/icons/categories/food/dog-bowl.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/food/egg-cracked.svg b/packages/icons/categories/food/egg-cracked.svg deleted file mode 100644 index aff1752d0..000000000 --- a/packages/icons/categories/food/egg-cracked.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/food/egg-fried.svg b/packages/icons/categories/food/egg-fried.svg deleted file mode 100644 index 5c888755a..000000000 --- a/packages/icons/categories/food/egg-fried.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/food/egg-off.svg b/packages/icons/categories/food/egg-off.svg deleted file mode 100644 index 30e78011e..000000000 --- a/packages/icons/categories/food/egg-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/food/egg.svg b/packages/icons/categories/food/egg.svg deleted file mode 100644 index 72658dbbf..000000000 --- a/packages/icons/categories/food/egg.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/food/eggs.svg b/packages/icons/categories/food/eggs.svg deleted file mode 100644 index 8cefa0145..000000000 --- a/packages/icons/categories/food/eggs.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/food/glass-full.svg b/packages/icons/categories/food/glass-full.svg deleted file mode 100644 index 5c9e7171f..000000000 --- a/packages/icons/categories/food/glass-full.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/food/glass-off.svg b/packages/icons/categories/food/glass-off.svg deleted file mode 100644 index 20886a8f0..000000000 --- a/packages/icons/categories/food/glass-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/food/glass.svg b/packages/icons/categories/food/glass.svg deleted file mode 100644 index 85b23c456..000000000 --- a/packages/icons/categories/food/glass.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/food/grill-fork.svg b/packages/icons/categories/food/grill-fork.svg deleted file mode 100644 index 420499429..000000000 --- a/packages/icons/categories/food/grill-fork.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/food/grill-off.svg b/packages/icons/categories/food/grill-off.svg deleted file mode 100644 index f2f91e321..000000000 --- a/packages/icons/categories/food/grill-off.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/food/grill-spatula.svg b/packages/icons/categories/food/grill-spatula.svg deleted file mode 100644 index 5297d5bc1..000000000 --- a/packages/icons/categories/food/grill-spatula.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/food/grill.svg b/packages/icons/categories/food/grill.svg deleted file mode 100644 index 1263c4e2a..000000000 --- a/packages/icons/categories/food/grill.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/food/ice-cream-2.svg b/packages/icons/categories/food/ice-cream-2.svg deleted file mode 100644 index fd6b3d9de..000000000 --- a/packages/icons/categories/food/ice-cream-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/food/ice-cream-off.svg b/packages/icons/categories/food/ice-cream-off.svg deleted file mode 100644 index e3cf99c7e..000000000 --- a/packages/icons/categories/food/ice-cream-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/food/ice-cream.svg b/packages/icons/categories/food/ice-cream.svg deleted file mode 100644 index 781affbc3..000000000 --- a/packages/icons/categories/food/ice-cream.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/food/lemon-2.svg b/packages/icons/categories/food/lemon-2.svg deleted file mode 100644 index 622f7adf1..000000000 --- a/packages/icons/categories/food/lemon-2.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/food/lemon.svg b/packages/icons/categories/food/lemon.svg deleted file mode 100644 index cf46e7db9..000000000 --- a/packages/icons/categories/food/lemon.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/food/lollipop-off.svg b/packages/icons/categories/food/lollipop-off.svg deleted file mode 100644 index 41efa8e10..000000000 --- a/packages/icons/categories/food/lollipop-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/food/lollipop.svg b/packages/icons/categories/food/lollipop.svg deleted file mode 100644 index 3eae5cfc7..000000000 --- a/packages/icons/categories/food/lollipop.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/food/meat-off.svg b/packages/icons/categories/food/meat-off.svg deleted file mode 100644 index 4401e004c..000000000 --- a/packages/icons/categories/food/meat-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/food/meat.svg b/packages/icons/categories/food/meat.svg deleted file mode 100644 index 11a71e937..000000000 --- a/packages/icons/categories/food/meat.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/food/melon.svg b/packages/icons/categories/food/melon.svg deleted file mode 100644 index 761722228..000000000 --- a/packages/icons/categories/food/melon.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/food/michelin-bib-gourmand.svg b/packages/icons/categories/food/michelin-bib-gourmand.svg deleted file mode 100644 index 91ebfbb18..000000000 --- a/packages/icons/categories/food/michelin-bib-gourmand.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/food/michelin-star-green.svg b/packages/icons/categories/food/michelin-star-green.svg deleted file mode 100644 index 01a15cb85..000000000 --- a/packages/icons/categories/food/michelin-star-green.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/food/michelin-star.svg b/packages/icons/categories/food/michelin-star.svg deleted file mode 100644 index 999170cb5..000000000 --- a/packages/icons/categories/food/michelin-star.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/food/microwave-off.svg b/packages/icons/categories/food/microwave-off.svg deleted file mode 100644 index 4e94cc01d..000000000 --- a/packages/icons/categories/food/microwave-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/food/microwave.svg b/packages/icons/categories/food/microwave.svg deleted file mode 100644 index e7ad2d8d3..000000000 --- a/packages/icons/categories/food/microwave.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/food/milk-off.svg b/packages/icons/categories/food/milk-off.svg deleted file mode 100644 index 75435d496..000000000 --- a/packages/icons/categories/food/milk-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/food/milk.svg b/packages/icons/categories/food/milk.svg deleted file mode 100644 index 84e648011..000000000 --- a/packages/icons/categories/food/milk.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/food/milkshake.svg b/packages/icons/categories/food/milkshake.svg deleted file mode 100644 index 1b0a04db5..000000000 --- a/packages/icons/categories/food/milkshake.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/food/mug-off.svg b/packages/icons/categories/food/mug-off.svg deleted file mode 100644 index 05392ec7e..000000000 --- a/packages/icons/categories/food/mug-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/food/mug.svg b/packages/icons/categories/food/mug.svg deleted file mode 100644 index 35718be63..000000000 --- a/packages/icons/categories/food/mug.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/food/mushroom-off.svg b/packages/icons/categories/food/mushroom-off.svg deleted file mode 100644 index dde074a5f..000000000 --- a/packages/icons/categories/food/mushroom-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/food/mushroom.svg b/packages/icons/categories/food/mushroom.svg deleted file mode 100644 index 0f24bbb20..000000000 --- a/packages/icons/categories/food/mushroom.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/food/paper-bag-off.svg b/packages/icons/categories/food/paper-bag-off.svg deleted file mode 100644 index aade0e9e3..000000000 --- a/packages/icons/categories/food/paper-bag-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/food/paper-bag.svg b/packages/icons/categories/food/paper-bag.svg deleted file mode 100644 index c5fa2c2d7..000000000 --- a/packages/icons/categories/food/paper-bag.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/food/pepper-off.svg b/packages/icons/categories/food/pepper-off.svg deleted file mode 100644 index 593c05829..000000000 --- a/packages/icons/categories/food/pepper-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/food/pepper.svg b/packages/icons/categories/food/pepper.svg deleted file mode 100644 index 853b35f1c..000000000 --- a/packages/icons/categories/food/pepper.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/food/pizza-off.svg b/packages/icons/categories/food/pizza-off.svg deleted file mode 100644 index 154f02d84..000000000 --- a/packages/icons/categories/food/pizza-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/food/pizza.svg b/packages/icons/categories/food/pizza.svg deleted file mode 100644 index aed4d6da7..000000000 --- a/packages/icons/categories/food/pizza.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/food/salad.svg b/packages/icons/categories/food/salad.svg deleted file mode 100644 index b7ec96f4c..000000000 --- a/packages/icons/categories/food/salad.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/food/salt.svg b/packages/icons/categories/food/salt.svg deleted file mode 100644 index dfc719b88..000000000 --- a/packages/icons/categories/food/salt.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/food/sausage.svg b/packages/icons/categories/food/sausage.svg deleted file mode 100644 index d1038ae15..000000000 --- a/packages/icons/categories/food/sausage.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/food/soup-off.svg b/packages/icons/categories/food/soup-off.svg deleted file mode 100644 index be157f2b5..000000000 --- a/packages/icons/categories/food/soup-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/food/soup.svg b/packages/icons/categories/food/soup.svg deleted file mode 100644 index b8e3153ce..000000000 --- a/packages/icons/categories/food/soup.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/games/dice-1.svg b/packages/icons/categories/games/dice-1.svg deleted file mode 100644 index dae03fa80..000000000 --- a/packages/icons/categories/games/dice-1.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/games/dice-2.svg b/packages/icons/categories/games/dice-2.svg deleted file mode 100644 index 1fd411506..000000000 --- a/packages/icons/categories/games/dice-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/games/dice-3.svg b/packages/icons/categories/games/dice-3.svg deleted file mode 100644 index 35c53ad3b..000000000 --- a/packages/icons/categories/games/dice-3.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/games/dice-4.svg b/packages/icons/categories/games/dice-4.svg deleted file mode 100644 index af5dea274..000000000 --- a/packages/icons/categories/games/dice-4.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/games/dice-5.svg b/packages/icons/categories/games/dice-5.svg deleted file mode 100644 index 0e204360b..000000000 --- a/packages/icons/categories/games/dice-5.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/games/dice-6.svg b/packages/icons/categories/games/dice-6.svg deleted file mode 100644 index 43cbe9a60..000000000 --- a/packages/icons/categories/games/dice-6.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/games/dice.svg b/packages/icons/categories/games/dice.svg deleted file mode 100644 index d700300a3..000000000 --- a/packages/icons/categories/games/dice.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/games/play-card-off.svg b/packages/icons/categories/games/play-card-off.svg deleted file mode 100644 index 4c5456c5e..000000000 --- a/packages/icons/categories/games/play-card-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/games/play-card.svg b/packages/icons/categories/games/play-card.svg deleted file mode 100644 index 41deac875..000000000 --- a/packages/icons/categories/games/play-card.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/games/poker-chip.svg b/packages/icons/categories/games/poker-chip.svg deleted file mode 100644 index 87f2eb4e2..000000000 --- a/packages/icons/categories/games/poker-chip.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/games/puzzle-2.svg b/packages/icons/categories/games/puzzle-2.svg deleted file mode 100644 index 7f6648d19..000000000 --- a/packages/icons/categories/games/puzzle-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/games/puzzle-off.svg b/packages/icons/categories/games/puzzle-off.svg deleted file mode 100644 index 8a484068d..000000000 --- a/packages/icons/categories/games/puzzle-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/games/puzzle.svg b/packages/icons/categories/games/puzzle.svg deleted file mode 100644 index 0d03f43d1..000000000 --- a/packages/icons/categories/games/puzzle.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/gender/gender-agender.svg b/packages/icons/categories/gender/gender-agender.svg deleted file mode 100644 index 8f85bd7aa..000000000 --- a/packages/icons/categories/gender/gender-agender.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/gender/gender-androgyne.svg b/packages/icons/categories/gender/gender-androgyne.svg deleted file mode 100644 index 51cb7abfd..000000000 --- a/packages/icons/categories/gender/gender-androgyne.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/gender/gender-bigender.svg b/packages/icons/categories/gender/gender-bigender.svg deleted file mode 100644 index d149a247c..000000000 --- a/packages/icons/categories/gender/gender-bigender.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/gender/gender-demiboy.svg b/packages/icons/categories/gender/gender-demiboy.svg deleted file mode 100644 index 221c5b342..000000000 --- a/packages/icons/categories/gender/gender-demiboy.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/gender/gender-demigirl.svg b/packages/icons/categories/gender/gender-demigirl.svg deleted file mode 100644 index d6fefa6b0..000000000 --- a/packages/icons/categories/gender/gender-demigirl.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/gender/gender-epicene.svg b/packages/icons/categories/gender/gender-epicene.svg deleted file mode 100644 index 366d22442..000000000 --- a/packages/icons/categories/gender/gender-epicene.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/gender/gender-female.svg b/packages/icons/categories/gender/gender-female.svg deleted file mode 100644 index 8fd828b7e..000000000 --- a/packages/icons/categories/gender/gender-female.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/gender/gender-femme.svg b/packages/icons/categories/gender/gender-femme.svg deleted file mode 100644 index 2f51e151c..000000000 --- a/packages/icons/categories/gender/gender-femme.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/gender/gender-genderfluid.svg b/packages/icons/categories/gender/gender-genderfluid.svg deleted file mode 100644 index 0a2ea497e..000000000 --- a/packages/icons/categories/gender/gender-genderfluid.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/gender/gender-genderless.svg b/packages/icons/categories/gender/gender-genderless.svg deleted file mode 100644 index 89df60681..000000000 --- a/packages/icons/categories/gender/gender-genderless.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/gender/gender-genderqueer.svg b/packages/icons/categories/gender/gender-genderqueer.svg deleted file mode 100644 index 52a66d1e8..000000000 --- a/packages/icons/categories/gender/gender-genderqueer.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/gender/gender-hermaphrodite.svg b/packages/icons/categories/gender/gender-hermaphrodite.svg deleted file mode 100644 index 610245265..000000000 --- a/packages/icons/categories/gender/gender-hermaphrodite.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/gender/gender-intergender.svg b/packages/icons/categories/gender/gender-intergender.svg deleted file mode 100644 index 2b53f9659..000000000 --- a/packages/icons/categories/gender/gender-intergender.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/gender/gender-male.svg b/packages/icons/categories/gender/gender-male.svg deleted file mode 100644 index 278539303..000000000 --- a/packages/icons/categories/gender/gender-male.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/gender/gender-neutrois.svg b/packages/icons/categories/gender/gender-neutrois.svg deleted file mode 100644 index 5e5e22780..000000000 --- a/packages/icons/categories/gender/gender-neutrois.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/gender/gender-third.svg b/packages/icons/categories/gender/gender-third.svg deleted file mode 100644 index 1213af304..000000000 --- a/packages/icons/categories/gender/gender-third.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/gender/gender-transgender.svg b/packages/icons/categories/gender/gender-transgender.svg deleted file mode 100644 index 313db6ae5..000000000 --- a/packages/icons/categories/gender/gender-transgender.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/gender/gender-trasvesti.svg b/packages/icons/categories/gender/gender-trasvesti.svg deleted file mode 100644 index f55f7d230..000000000 --- a/packages/icons/categories/gender/gender-trasvesti.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/gestures/hand-click.svg b/packages/icons/categories/gestures/hand-click.svg deleted file mode 100644 index 3f4527a6f..000000000 --- a/packages/icons/categories/gestures/hand-click.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/gestures/hand-finger-off.svg b/packages/icons/categories/gestures/hand-finger-off.svg deleted file mode 100644 index 69614747a..000000000 --- a/packages/icons/categories/gestures/hand-finger-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/gestures/hand-finger.svg b/packages/icons/categories/gestures/hand-finger.svg deleted file mode 100644 index bb62c855d..000000000 --- a/packages/icons/categories/gestures/hand-finger.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/gestures/hand-grab.svg b/packages/icons/categories/gestures/hand-grab.svg deleted file mode 100644 index 7150e54b8..000000000 --- a/packages/icons/categories/gestures/hand-grab.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/gestures/hand-little-finger.svg b/packages/icons/categories/gestures/hand-little-finger.svg deleted file mode 100644 index a9c193a87..000000000 --- a/packages/icons/categories/gestures/hand-little-finger.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/gestures/hand-middle-finger.svg b/packages/icons/categories/gestures/hand-middle-finger.svg deleted file mode 100644 index 071b05e13..000000000 --- a/packages/icons/categories/gestures/hand-middle-finger.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/gestures/hand-move.svg b/packages/icons/categories/gestures/hand-move.svg deleted file mode 100644 index f0fa137f8..000000000 --- a/packages/icons/categories/gestures/hand-move.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/gestures/hand-off.svg b/packages/icons/categories/gestures/hand-off.svg deleted file mode 100644 index 9a8bb09cc..000000000 --- a/packages/icons/categories/gestures/hand-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/gestures/hand-ring-finger.svg b/packages/icons/categories/gestures/hand-ring-finger.svg deleted file mode 100644 index b21e3a606..000000000 --- a/packages/icons/categories/gestures/hand-ring-finger.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/gestures/hand-stop.svg b/packages/icons/categories/gestures/hand-stop.svg deleted file mode 100644 index 3660f2a31..000000000 --- a/packages/icons/categories/gestures/hand-stop.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/gestures/hand-three-fingers.svg b/packages/icons/categories/gestures/hand-three-fingers.svg deleted file mode 100644 index b4b30cd9e..000000000 --- a/packages/icons/categories/gestures/hand-three-fingers.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/gestures/hand-two-fingers.svg b/packages/icons/categories/gestures/hand-two-fingers.svg deleted file mode 100644 index 2f0ffc9a3..000000000 --- a/packages/icons/categories/gestures/hand-two-fingers.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/health/baby-bottle.svg b/packages/icons/categories/health/baby-bottle.svg deleted file mode 100644 index 18e8c7d38..000000000 --- a/packages/icons/categories/health/baby-bottle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/health/baby-carriage.svg b/packages/icons/categories/health/baby-carriage.svg deleted file mode 100644 index 50084ffad..000000000 --- a/packages/icons/categories/health/baby-carriage.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/health/bandage-off.svg b/packages/icons/categories/health/bandage-off.svg deleted file mode 100644 index 394180f4d..000000000 --- a/packages/icons/categories/health/bandage-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/health/bandage.svg b/packages/icons/categories/health/bandage.svg deleted file mode 100644 index 9c70eec1a..000000000 --- a/packages/icons/categories/health/bandage.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/health/cane.svg b/packages/icons/categories/health/cane.svg deleted file mode 100644 index 580a1e6db..000000000 --- a/packages/icons/categories/health/cane.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/health/checkup-list.svg b/packages/icons/categories/health/checkup-list.svg deleted file mode 100644 index dc07880a6..000000000 --- a/packages/icons/categories/health/checkup-list.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/health/crutches-off.svg b/packages/icons/categories/health/crutches-off.svg deleted file mode 100644 index 29457b335..000000000 --- a/packages/icons/categories/health/crutches-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/health/crutches.svg b/packages/icons/categories/health/crutches.svg deleted file mode 100644 index 16bdd8d91..000000000 --- a/packages/icons/categories/health/crutches.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/health/dental-off.svg b/packages/icons/categories/health/dental-off.svg deleted file mode 100644 index da8ab3af7..000000000 --- a/packages/icons/categories/health/dental-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/health/dental.svg b/packages/icons/categories/health/dental.svg deleted file mode 100644 index b3c7f3d15..000000000 --- a/packages/icons/categories/health/dental.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/health/disabled-2.svg b/packages/icons/categories/health/disabled-2.svg deleted file mode 100644 index 5067b45e8..000000000 --- a/packages/icons/categories/health/disabled-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/health/disabled-off.svg b/packages/icons/categories/health/disabled-off.svg deleted file mode 100644 index bbdc024cb..000000000 --- a/packages/icons/categories/health/disabled-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/health/disabled.svg b/packages/icons/categories/health/disabled.svg deleted file mode 100644 index f03683ef3..000000000 --- a/packages/icons/categories/health/disabled.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/health/dna-2-off.svg b/packages/icons/categories/health/dna-2-off.svg deleted file mode 100644 index 2a5bc53f1..000000000 --- a/packages/icons/categories/health/dna-2-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/health/dna-2.svg b/packages/icons/categories/health/dna-2.svg deleted file mode 100644 index 1ef23ed89..000000000 --- a/packages/icons/categories/health/dna-2.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/health/dna-off.svg b/packages/icons/categories/health/dna-off.svg deleted file mode 100644 index 9d52a9a3c..000000000 --- a/packages/icons/categories/health/dna-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/health/dna.svg b/packages/icons/categories/health/dna.svg deleted file mode 100644 index ffa65bf0b..000000000 --- a/packages/icons/categories/health/dna.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/health/ear-off.svg b/packages/icons/categories/health/ear-off.svg deleted file mode 100644 index f2e5d5307..000000000 --- a/packages/icons/categories/health/ear-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/health/ear.svg b/packages/icons/categories/health/ear.svg deleted file mode 100644 index 1f31ac1bc..000000000 --- a/packages/icons/categories/health/ear.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/health/emergency-bed.svg b/packages/icons/categories/health/emergency-bed.svg deleted file mode 100644 index 1c9ea8db4..000000000 --- a/packages/icons/categories/health/emergency-bed.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/health/empathize-off.svg b/packages/icons/categories/health/empathize-off.svg deleted file mode 100644 index c95621c0c..000000000 --- a/packages/icons/categories/health/empathize-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/health/empathize.svg b/packages/icons/categories/health/empathize.svg deleted file mode 100644 index 329034b6a..000000000 --- a/packages/icons/categories/health/empathize.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/health/eye-table.svg b/packages/icons/categories/health/eye-table.svg deleted file mode 100644 index 96e8ffeb2..000000000 --- a/packages/icons/categories/health/eye-table.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/health/eyeglass-2.svg b/packages/icons/categories/health/eyeglass-2.svg deleted file mode 100644 index 7d5008b28..000000000 --- a/packages/icons/categories/health/eyeglass-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/health/eyeglass-off.svg b/packages/icons/categories/health/eyeglass-off.svg deleted file mode 100644 index 95ef38a5c..000000000 --- a/packages/icons/categories/health/eyeglass-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/health/eyeglass.svg b/packages/icons/categories/health/eyeglass.svg deleted file mode 100644 index b45b6914b..000000000 --- a/packages/icons/categories/health/eyeglass.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/health/face-mask-off.svg b/packages/icons/categories/health/face-mask-off.svg deleted file mode 100644 index 21434dbc5..000000000 --- a/packages/icons/categories/health/face-mask-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/health/face-mask.svg b/packages/icons/categories/health/face-mask.svg deleted file mode 100644 index 7488256f3..000000000 --- a/packages/icons/categories/health/face-mask.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/health/fall.svg b/packages/icons/categories/health/fall.svg deleted file mode 100644 index 90f6030aa..000000000 --- a/packages/icons/categories/health/fall.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/health/first-aid-kit-off.svg b/packages/icons/categories/health/first-aid-kit-off.svg deleted file mode 100644 index 966e1a617..000000000 --- a/packages/icons/categories/health/first-aid-kit-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/health/first-aid-kit.svg b/packages/icons/categories/health/first-aid-kit.svg deleted file mode 100644 index 390190a2d..000000000 --- a/packages/icons/categories/health/first-aid-kit.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/health/flask-2-off.svg b/packages/icons/categories/health/flask-2-off.svg deleted file mode 100644 index 5da034cfd..000000000 --- a/packages/icons/categories/health/flask-2-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/health/flask-2.svg b/packages/icons/categories/health/flask-2.svg deleted file mode 100644 index e71afffda..000000000 --- a/packages/icons/categories/health/flask-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/health/flask-off.svg b/packages/icons/categories/health/flask-off.svg deleted file mode 100644 index 227171ce5..000000000 --- a/packages/icons/categories/health/flask-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/health/flask.svg b/packages/icons/categories/health/flask.svg deleted file mode 100644 index 2db8c3f2c..000000000 --- a/packages/icons/categories/health/flask.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/health/hand-sanitizer.svg b/packages/icons/categories/health/hand-sanitizer.svg deleted file mode 100644 index a375189c0..000000000 --- a/packages/icons/categories/health/hand-sanitizer.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/health/heart-broken.svg b/packages/icons/categories/health/heart-broken.svg deleted file mode 100644 index 1e0bba6ed..000000000 --- a/packages/icons/categories/health/heart-broken.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/health/heart-rate-monitor.svg b/packages/icons/categories/health/heart-rate-monitor.svg deleted file mode 100644 index f6dbe6910..000000000 --- a/packages/icons/categories/health/heart-rate-monitor.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/health/heartbeat.svg b/packages/icons/categories/health/heartbeat.svg deleted file mode 100644 index 8f95dbe4f..000000000 --- a/packages/icons/categories/health/heartbeat.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/health/lungs-off.svg b/packages/icons/categories/health/lungs-off.svg deleted file mode 100644 index b892a7672..000000000 --- a/packages/icons/categories/health/lungs-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/health/lungs.svg b/packages/icons/categories/health/lungs.svg deleted file mode 100644 index 473c4d342..000000000 --- a/packages/icons/categories/health/lungs.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/health/massage.svg b/packages/icons/categories/health/massage.svg deleted file mode 100644 index a71c0a121..000000000 --- a/packages/icons/categories/health/massage.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/health/medicine-syrup.svg b/packages/icons/categories/health/medicine-syrup.svg deleted file mode 100644 index 25737a5e3..000000000 --- a/packages/icons/categories/health/medicine-syrup.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/health/microscope-off.svg b/packages/icons/categories/health/microscope-off.svg deleted file mode 100644 index a3f64abe8..000000000 --- a/packages/icons/categories/health/microscope-off.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/health/microscope.svg b/packages/icons/categories/health/microscope.svg deleted file mode 100644 index 2c01f7433..000000000 --- a/packages/icons/categories/health/microscope.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/health/nurse.svg b/packages/icons/categories/health/nurse.svg deleted file mode 100644 index dc762fb75..000000000 --- a/packages/icons/categories/health/nurse.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/health/old.svg b/packages/icons/categories/health/old.svg deleted file mode 100644 index 11aaf7a80..000000000 --- a/packages/icons/categories/health/old.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/health/physotherapist.svg b/packages/icons/categories/health/physotherapist.svg deleted file mode 100644 index 61a9fe999..000000000 --- a/packages/icons/categories/health/physotherapist.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/health/pill-off.svg b/packages/icons/categories/health/pill-off.svg deleted file mode 100644 index 5ad87fd2e..000000000 --- a/packages/icons/categories/health/pill-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/health/pill.svg b/packages/icons/categories/health/pill.svg deleted file mode 100644 index 2bf334ec7..000000000 --- a/packages/icons/categories/health/pill.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/health/pills.svg b/packages/icons/categories/health/pills.svg deleted file mode 100644 index b2ce44879..000000000 --- a/packages/icons/categories/health/pills.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/health/prescription.svg b/packages/icons/categories/health/prescription.svg deleted file mode 100644 index 233d6e29c..000000000 --- a/packages/icons/categories/health/prescription.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/health/razor-electric.svg b/packages/icons/categories/health/razor-electric.svg deleted file mode 100644 index db40e1e68..000000000 --- a/packages/icons/categories/health/razor-electric.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/health/razor.svg b/packages/icons/categories/health/razor.svg deleted file mode 100644 index d0dcfd266..000000000 --- a/packages/icons/categories/health/razor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/health/skull.svg b/packages/icons/categories/health/skull.svg deleted file mode 100644 index 107df4e6c..000000000 --- a/packages/icons/categories/health/skull.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/health/smoking-no.svg b/packages/icons/categories/health/smoking-no.svg deleted file mode 100644 index c5c797609..000000000 --- a/packages/icons/categories/health/smoking-no.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/health/smoking.svg b/packages/icons/categories/health/smoking.svg deleted file mode 100644 index f1f5fbade..000000000 --- a/packages/icons/categories/health/smoking.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/health/stethoscope-off.svg b/packages/icons/categories/health/stethoscope-off.svg deleted file mode 100644 index 9610594df..000000000 --- a/packages/icons/categories/health/stethoscope-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/health/stethoscope.svg b/packages/icons/categories/health/stethoscope.svg deleted file mode 100644 index 2e273003f..000000000 --- a/packages/icons/categories/health/stethoscope.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/health/sunglasses.svg b/packages/icons/categories/health/sunglasses.svg deleted file mode 100644 index 686bd7148..000000000 --- a/packages/icons/categories/health/sunglasses.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/health/thermometer.svg b/packages/icons/categories/health/thermometer.svg deleted file mode 100644 index 671629102..000000000 --- a/packages/icons/categories/health/thermometer.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/health/vaccine-bottle-off.svg b/packages/icons/categories/health/vaccine-bottle-off.svg deleted file mode 100644 index 9302b409c..000000000 --- a/packages/icons/categories/health/vaccine-bottle-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/health/vaccine-bottle.svg b/packages/icons/categories/health/vaccine-bottle.svg deleted file mode 100644 index b4bd90dbe..000000000 --- a/packages/icons/categories/health/vaccine-bottle.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/health/vaccine-off.svg b/packages/icons/categories/health/vaccine-off.svg deleted file mode 100644 index dde916261..000000000 --- a/packages/icons/categories/health/vaccine-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/health/vaccine.svg b/packages/icons/categories/health/vaccine.svg deleted file mode 100644 index f9e84f55d..000000000 --- a/packages/icons/categories/health/vaccine.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/health/virus-off.svg b/packages/icons/categories/health/virus-off.svg deleted file mode 100644 index ae32545b2..000000000 --- a/packages/icons/categories/health/virus-off.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/health/virus-search.svg b/packages/icons/categories/health/virus-search.svg deleted file mode 100644 index dae699b37..000000000 --- a/packages/icons/categories/health/virus-search.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/health/virus.svg b/packages/icons/categories/health/virus.svg deleted file mode 100644 index e4b43c69e..000000000 --- a/packages/icons/categories/health/virus.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/laundry/bleach-chlorine.svg b/packages/icons/categories/laundry/bleach-chlorine.svg deleted file mode 100644 index 82ea3aa5a..000000000 --- a/packages/icons/categories/laundry/bleach-chlorine.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/laundry/bleach-no-chlorine.svg b/packages/icons/categories/laundry/bleach-no-chlorine.svg deleted file mode 100644 index 08c113e54..000000000 --- a/packages/icons/categories/laundry/bleach-no-chlorine.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/laundry/bleach-off.svg b/packages/icons/categories/laundry/bleach-off.svg deleted file mode 100644 index df397b0e9..000000000 --- a/packages/icons/categories/laundry/bleach-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/laundry/bleach.svg b/packages/icons/categories/laundry/bleach.svg deleted file mode 100644 index b425546ae..000000000 --- a/packages/icons/categories/laundry/bleach.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/laundry/ironing-1.svg b/packages/icons/categories/laundry/ironing-1.svg deleted file mode 100644 index a4c333a32..000000000 --- a/packages/icons/categories/laundry/ironing-1.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/laundry/ironing-2.svg b/packages/icons/categories/laundry/ironing-2.svg deleted file mode 100644 index d9f8390a8..000000000 --- a/packages/icons/categories/laundry/ironing-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/laundry/ironing-3.svg b/packages/icons/categories/laundry/ironing-3.svg deleted file mode 100644 index 1c425ee2c..000000000 --- a/packages/icons/categories/laundry/ironing-3.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/laundry/ironing-off.svg b/packages/icons/categories/laundry/ironing-off.svg deleted file mode 100644 index dc8b164dc..000000000 --- a/packages/icons/categories/laundry/ironing-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/laundry/ironing-steam-off.svg b/packages/icons/categories/laundry/ironing-steam-off.svg deleted file mode 100644 index d95b44b91..000000000 --- a/packages/icons/categories/laundry/ironing-steam-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/laundry/ironing-steam.svg b/packages/icons/categories/laundry/ironing-steam.svg deleted file mode 100644 index 0f790e0e9..000000000 --- a/packages/icons/categories/laundry/ironing-steam.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/laundry/ironing.svg b/packages/icons/categories/laundry/ironing.svg deleted file mode 100644 index 7ad2dcf4f..000000000 --- a/packages/icons/categories/laundry/ironing.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/laundry/wash-dry-1.svg b/packages/icons/categories/laundry/wash-dry-1.svg deleted file mode 100644 index 14433e395..000000000 --- a/packages/icons/categories/laundry/wash-dry-1.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/laundry/wash-dry-2.svg b/packages/icons/categories/laundry/wash-dry-2.svg deleted file mode 100644 index 43d24d6e0..000000000 --- a/packages/icons/categories/laundry/wash-dry-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/laundry/wash-dry-3.svg b/packages/icons/categories/laundry/wash-dry-3.svg deleted file mode 100644 index e223bf219..000000000 --- a/packages/icons/categories/laundry/wash-dry-3.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/laundry/wash-dry-a.svg b/packages/icons/categories/laundry/wash-dry-a.svg deleted file mode 100644 index 3de73d7a7..000000000 --- a/packages/icons/categories/laundry/wash-dry-a.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/laundry/wash-dry-dip.svg b/packages/icons/categories/laundry/wash-dry-dip.svg deleted file mode 100644 index 8ffb3d319..000000000 --- a/packages/icons/categories/laundry/wash-dry-dip.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/laundry/wash-dry-f.svg b/packages/icons/categories/laundry/wash-dry-f.svg deleted file mode 100644 index f612ef1f8..000000000 --- a/packages/icons/categories/laundry/wash-dry-f.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/laundry/wash-dry-flat.svg b/packages/icons/categories/laundry/wash-dry-flat.svg deleted file mode 100644 index a52fb3b55..000000000 --- a/packages/icons/categories/laundry/wash-dry-flat.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/laundry/wash-dry-hang.svg b/packages/icons/categories/laundry/wash-dry-hang.svg deleted file mode 100644 index 1256150f9..000000000 --- a/packages/icons/categories/laundry/wash-dry-hang.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/laundry/wash-dry-off.svg b/packages/icons/categories/laundry/wash-dry-off.svg deleted file mode 100644 index 1e5411c6f..000000000 --- a/packages/icons/categories/laundry/wash-dry-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/laundry/wash-dry-p.svg b/packages/icons/categories/laundry/wash-dry-p.svg deleted file mode 100644 index 14014a4c9..000000000 --- a/packages/icons/categories/laundry/wash-dry-p.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/laundry/wash-dry-shade.svg b/packages/icons/categories/laundry/wash-dry-shade.svg deleted file mode 100644 index bbafc5008..000000000 --- a/packages/icons/categories/laundry/wash-dry-shade.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/laundry/wash-dry-w.svg b/packages/icons/categories/laundry/wash-dry-w.svg deleted file mode 100644 index 19113922c..000000000 --- a/packages/icons/categories/laundry/wash-dry-w.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/laundry/wash-dry.svg b/packages/icons/categories/laundry/wash-dry.svg deleted file mode 100644 index 059d0b340..000000000 --- a/packages/icons/categories/laundry/wash-dry.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/laundry/wash-dryclean-off.svg b/packages/icons/categories/laundry/wash-dryclean-off.svg deleted file mode 100644 index b89120945..000000000 --- a/packages/icons/categories/laundry/wash-dryclean-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/laundry/wash-dryclean.svg b/packages/icons/categories/laundry/wash-dryclean.svg deleted file mode 100644 index 85cfe420e..000000000 --- a/packages/icons/categories/laundry/wash-dryclean.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/laundry/wash-eco.svg b/packages/icons/categories/laundry/wash-eco.svg deleted file mode 100644 index ca580b24a..000000000 --- a/packages/icons/categories/laundry/wash-eco.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/laundry/wash-gentle.svg b/packages/icons/categories/laundry/wash-gentle.svg deleted file mode 100644 index 699714fb2..000000000 --- a/packages/icons/categories/laundry/wash-gentle.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/laundry/wash-hand.svg b/packages/icons/categories/laundry/wash-hand.svg deleted file mode 100644 index 98f958b45..000000000 --- a/packages/icons/categories/laundry/wash-hand.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/laundry/wash-off.svg b/packages/icons/categories/laundry/wash-off.svg deleted file mode 100644 index 54cd4c407..000000000 --- a/packages/icons/categories/laundry/wash-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/laundry/wash-press.svg b/packages/icons/categories/laundry/wash-press.svg deleted file mode 100644 index 81723edb8..000000000 --- a/packages/icons/categories/laundry/wash-press.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/laundry/wash-temperature-1.svg b/packages/icons/categories/laundry/wash-temperature-1.svg deleted file mode 100644 index 8975a0d38..000000000 --- a/packages/icons/categories/laundry/wash-temperature-1.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/laundry/wash-temperature-2.svg b/packages/icons/categories/laundry/wash-temperature-2.svg deleted file mode 100644 index 3a0426d46..000000000 --- a/packages/icons/categories/laundry/wash-temperature-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/laundry/wash-temperature-3.svg b/packages/icons/categories/laundry/wash-temperature-3.svg deleted file mode 100644 index 8a206dc0f..000000000 --- a/packages/icons/categories/laundry/wash-temperature-3.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/laundry/wash-temperature-4.svg b/packages/icons/categories/laundry/wash-temperature-4.svg deleted file mode 100644 index 3ec348810..000000000 --- a/packages/icons/categories/laundry/wash-temperature-4.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/laundry/wash-temperature-5.svg b/packages/icons/categories/laundry/wash-temperature-5.svg deleted file mode 100644 index 245af732e..000000000 --- a/packages/icons/categories/laundry/wash-temperature-5.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/laundry/wash-temperature-6.svg b/packages/icons/categories/laundry/wash-temperature-6.svg deleted file mode 100644 index a4471f5cd..000000000 --- a/packages/icons/categories/laundry/wash-temperature-6.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/laundry/wash-tumble-dry.svg b/packages/icons/categories/laundry/wash-tumble-dry.svg deleted file mode 100644 index 665b454cd..000000000 --- a/packages/icons/categories/laundry/wash-tumble-dry.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/laundry/wash-tumble-off.svg b/packages/icons/categories/laundry/wash-tumble-off.svg deleted file mode 100644 index 3d9b3aa24..000000000 --- a/packages/icons/categories/laundry/wash-tumble-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/laundry/wash.svg b/packages/icons/categories/laundry/wash.svg deleted file mode 100644 index 7324f827e..000000000 --- a/packages/icons/categories/laundry/wash.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/alpha.svg b/packages/icons/categories/letters/alpha.svg deleted file mode 100644 index 98bb0cf21..000000000 --- a/packages/icons/categories/letters/alpha.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/beta.svg b/packages/icons/categories/letters/beta.svg deleted file mode 100644 index a46ef866c..000000000 --- a/packages/icons/categories/letters/beta.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-a.svg b/packages/icons/categories/letters/circle-letter-a.svg deleted file mode 100644 index 02d82a280..000000000 --- a/packages/icons/categories/letters/circle-letter-a.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-b.svg b/packages/icons/categories/letters/circle-letter-b.svg deleted file mode 100644 index b35c12edd..000000000 --- a/packages/icons/categories/letters/circle-letter-b.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-c.svg b/packages/icons/categories/letters/circle-letter-c.svg deleted file mode 100644 index 126eb35ab..000000000 --- a/packages/icons/categories/letters/circle-letter-c.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-d.svg b/packages/icons/categories/letters/circle-letter-d.svg deleted file mode 100644 index b8b765942..000000000 --- a/packages/icons/categories/letters/circle-letter-d.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-e.svg b/packages/icons/categories/letters/circle-letter-e.svg deleted file mode 100644 index a280d8a96..000000000 --- a/packages/icons/categories/letters/circle-letter-e.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-f.svg b/packages/icons/categories/letters/circle-letter-f.svg deleted file mode 100644 index 8c2de19f8..000000000 --- a/packages/icons/categories/letters/circle-letter-f.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-g.svg b/packages/icons/categories/letters/circle-letter-g.svg deleted file mode 100644 index a6e444839..000000000 --- a/packages/icons/categories/letters/circle-letter-g.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-h.svg b/packages/icons/categories/letters/circle-letter-h.svg deleted file mode 100644 index 3994f8218..000000000 --- a/packages/icons/categories/letters/circle-letter-h.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-i.svg b/packages/icons/categories/letters/circle-letter-i.svg deleted file mode 100644 index a0f18322a..000000000 --- a/packages/icons/categories/letters/circle-letter-i.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-j.svg b/packages/icons/categories/letters/circle-letter-j.svg deleted file mode 100644 index 2d406e089..000000000 --- a/packages/icons/categories/letters/circle-letter-j.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-k.svg b/packages/icons/categories/letters/circle-letter-k.svg deleted file mode 100644 index faf7da51c..000000000 --- a/packages/icons/categories/letters/circle-letter-k.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-l.svg b/packages/icons/categories/letters/circle-letter-l.svg deleted file mode 100644 index e431c67d1..000000000 --- a/packages/icons/categories/letters/circle-letter-l.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-m.svg b/packages/icons/categories/letters/circle-letter-m.svg deleted file mode 100644 index cf4cf4716..000000000 --- a/packages/icons/categories/letters/circle-letter-m.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-n.svg b/packages/icons/categories/letters/circle-letter-n.svg deleted file mode 100644 index 6577caa4d..000000000 --- a/packages/icons/categories/letters/circle-letter-n.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-o.svg b/packages/icons/categories/letters/circle-letter-o.svg deleted file mode 100644 index dc2c4c776..000000000 --- a/packages/icons/categories/letters/circle-letter-o.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-p.svg b/packages/icons/categories/letters/circle-letter-p.svg deleted file mode 100644 index 019d0c453..000000000 --- a/packages/icons/categories/letters/circle-letter-p.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-q.svg b/packages/icons/categories/letters/circle-letter-q.svg deleted file mode 100644 index bfa31e10d..000000000 --- a/packages/icons/categories/letters/circle-letter-q.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-r.svg b/packages/icons/categories/letters/circle-letter-r.svg deleted file mode 100644 index 24ba73719..000000000 --- a/packages/icons/categories/letters/circle-letter-r.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-s.svg b/packages/icons/categories/letters/circle-letter-s.svg deleted file mode 100644 index 4f8b2c7d1..000000000 --- a/packages/icons/categories/letters/circle-letter-s.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-t.svg b/packages/icons/categories/letters/circle-letter-t.svg deleted file mode 100644 index 50297e097..000000000 --- a/packages/icons/categories/letters/circle-letter-t.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-u.svg b/packages/icons/categories/letters/circle-letter-u.svg deleted file mode 100644 index d2dedf1c6..000000000 --- a/packages/icons/categories/letters/circle-letter-u.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-v.svg b/packages/icons/categories/letters/circle-letter-v.svg deleted file mode 100644 index 9a26fad26..000000000 --- a/packages/icons/categories/letters/circle-letter-v.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-w.svg b/packages/icons/categories/letters/circle-letter-w.svg deleted file mode 100644 index 74d534546..000000000 --- a/packages/icons/categories/letters/circle-letter-w.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-x.svg b/packages/icons/categories/letters/circle-letter-x.svg deleted file mode 100644 index fe56d92cf..000000000 --- a/packages/icons/categories/letters/circle-letter-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-y.svg b/packages/icons/categories/letters/circle-letter-y.svg deleted file mode 100644 index 708955f4d..000000000 --- a/packages/icons/categories/letters/circle-letter-y.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/circle-letter-z.svg b/packages/icons/categories/letters/circle-letter-z.svg deleted file mode 100644 index 693200aa8..000000000 --- a/packages/icons/categories/letters/circle-letter-z.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/delta.svg b/packages/icons/categories/letters/delta.svg deleted file mode 100644 index 2c10373b2..000000000 --- a/packages/icons/categories/letters/delta.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-a.svg b/packages/icons/categories/letters/hexagon-letter-a.svg deleted file mode 100644 index 958ea818f..000000000 --- a/packages/icons/categories/letters/hexagon-letter-a.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-b.svg b/packages/icons/categories/letters/hexagon-letter-b.svg deleted file mode 100644 index 48ccc03f1..000000000 --- a/packages/icons/categories/letters/hexagon-letter-b.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-c.svg b/packages/icons/categories/letters/hexagon-letter-c.svg deleted file mode 100644 index f4635ca37..000000000 --- a/packages/icons/categories/letters/hexagon-letter-c.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-d.svg b/packages/icons/categories/letters/hexagon-letter-d.svg deleted file mode 100644 index 202dacead..000000000 --- a/packages/icons/categories/letters/hexagon-letter-d.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-e.svg b/packages/icons/categories/letters/hexagon-letter-e.svg deleted file mode 100644 index a665b7ff3..000000000 --- a/packages/icons/categories/letters/hexagon-letter-e.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-f.svg b/packages/icons/categories/letters/hexagon-letter-f.svg deleted file mode 100644 index c8fa2c6d5..000000000 --- a/packages/icons/categories/letters/hexagon-letter-f.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-g.svg b/packages/icons/categories/letters/hexagon-letter-g.svg deleted file mode 100644 index c640cf9ec..000000000 --- a/packages/icons/categories/letters/hexagon-letter-g.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-h.svg b/packages/icons/categories/letters/hexagon-letter-h.svg deleted file mode 100644 index acbff40b2..000000000 --- a/packages/icons/categories/letters/hexagon-letter-h.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-i.svg b/packages/icons/categories/letters/hexagon-letter-i.svg deleted file mode 100644 index a8b2d1bac..000000000 --- a/packages/icons/categories/letters/hexagon-letter-i.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-j.svg b/packages/icons/categories/letters/hexagon-letter-j.svg deleted file mode 100644 index 8ff1b7c0a..000000000 --- a/packages/icons/categories/letters/hexagon-letter-j.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-k.svg b/packages/icons/categories/letters/hexagon-letter-k.svg deleted file mode 100644 index 0d52c9226..000000000 --- a/packages/icons/categories/letters/hexagon-letter-k.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-l.svg b/packages/icons/categories/letters/hexagon-letter-l.svg deleted file mode 100644 index eb2d2da82..000000000 --- a/packages/icons/categories/letters/hexagon-letter-l.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-m.svg b/packages/icons/categories/letters/hexagon-letter-m.svg deleted file mode 100644 index 8f2bd4e86..000000000 --- a/packages/icons/categories/letters/hexagon-letter-m.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-n.svg b/packages/icons/categories/letters/hexagon-letter-n.svg deleted file mode 100644 index 76b47863f..000000000 --- a/packages/icons/categories/letters/hexagon-letter-n.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-o.svg b/packages/icons/categories/letters/hexagon-letter-o.svg deleted file mode 100644 index 4f38a8382..000000000 --- a/packages/icons/categories/letters/hexagon-letter-o.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-p.svg b/packages/icons/categories/letters/hexagon-letter-p.svg deleted file mode 100644 index 5cdabb564..000000000 --- a/packages/icons/categories/letters/hexagon-letter-p.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-q.svg b/packages/icons/categories/letters/hexagon-letter-q.svg deleted file mode 100644 index 7a1712b56..000000000 --- a/packages/icons/categories/letters/hexagon-letter-q.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-r.svg b/packages/icons/categories/letters/hexagon-letter-r.svg deleted file mode 100644 index 95489af83..000000000 --- a/packages/icons/categories/letters/hexagon-letter-r.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-s.svg b/packages/icons/categories/letters/hexagon-letter-s.svg deleted file mode 100644 index fa6ceb815..000000000 --- a/packages/icons/categories/letters/hexagon-letter-s.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-t.svg b/packages/icons/categories/letters/hexagon-letter-t.svg deleted file mode 100644 index a180afbeb..000000000 --- a/packages/icons/categories/letters/hexagon-letter-t.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-u.svg b/packages/icons/categories/letters/hexagon-letter-u.svg deleted file mode 100644 index 1d777e8e1..000000000 --- a/packages/icons/categories/letters/hexagon-letter-u.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-v.svg b/packages/icons/categories/letters/hexagon-letter-v.svg deleted file mode 100644 index c5c7be748..000000000 --- a/packages/icons/categories/letters/hexagon-letter-v.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-w.svg b/packages/icons/categories/letters/hexagon-letter-w.svg deleted file mode 100644 index 8af4da6d1..000000000 --- a/packages/icons/categories/letters/hexagon-letter-w.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-x.svg b/packages/icons/categories/letters/hexagon-letter-x.svg deleted file mode 100644 index 30fd1f967..000000000 --- a/packages/icons/categories/letters/hexagon-letter-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-y.svg b/packages/icons/categories/letters/hexagon-letter-y.svg deleted file mode 100644 index 4855d8e00..000000000 --- a/packages/icons/categories/letters/hexagon-letter-y.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/hexagon-letter-z.svg b/packages/icons/categories/letters/hexagon-letter-z.svg deleted file mode 100644 index 1a26b8b44..000000000 --- a/packages/icons/categories/letters/hexagon-letter-z.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/lambda.svg b/packages/icons/categories/letters/lambda.svg deleted file mode 100644 index 11005e696..000000000 --- a/packages/icons/categories/letters/lambda.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/letter-a-small.svg b/packages/icons/categories/letters/letter-a-small.svg deleted file mode 100644 index aaa441c72..000000000 --- a/packages/icons/categories/letters/letter-a-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/letter-a.svg b/packages/icons/categories/letters/letter-a.svg deleted file mode 100644 index 9837192d7..000000000 --- a/packages/icons/categories/letters/letter-a.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/letter-b-small.svg b/packages/icons/categories/letters/letter-b-small.svg deleted file mode 100644 index 34418f25f..000000000 --- a/packages/icons/categories/letters/letter-b-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-b.svg b/packages/icons/categories/letters/letter-b.svg deleted file mode 100644 index a0e244280..000000000 --- a/packages/icons/categories/letters/letter-b.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/letter-c-small.svg b/packages/icons/categories/letters/letter-c-small.svg deleted file mode 100644 index ef2ca2633..000000000 --- a/packages/icons/categories/letters/letter-c-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-c.svg b/packages/icons/categories/letters/letter-c.svg deleted file mode 100644 index 53b2833d9..000000000 --- a/packages/icons/categories/letters/letter-c.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-d-small.svg b/packages/icons/categories/letters/letter-d-small.svg deleted file mode 100644 index e82d202a4..000000000 --- a/packages/icons/categories/letters/letter-d-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-d.svg b/packages/icons/categories/letters/letter-d.svg deleted file mode 100644 index 2781d4636..000000000 --- a/packages/icons/categories/letters/letter-d.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-e-small.svg b/packages/icons/categories/letters/letter-e-small.svg deleted file mode 100644 index bf76dae03..000000000 --- a/packages/icons/categories/letters/letter-e-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/letter-e.svg b/packages/icons/categories/letters/letter-e.svg deleted file mode 100644 index 18d6799d8..000000000 --- a/packages/icons/categories/letters/letter-e.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/letter-f-small.svg b/packages/icons/categories/letters/letter-f-small.svg deleted file mode 100644 index d2d36345d..000000000 --- a/packages/icons/categories/letters/letter-f-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/letter-f.svg b/packages/icons/categories/letters/letter-f.svg deleted file mode 100644 index 01070c6bf..000000000 --- a/packages/icons/categories/letters/letter-f.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/letter-g-small.svg b/packages/icons/categories/letters/letter-g-small.svg deleted file mode 100644 index 59936cc2d..000000000 --- a/packages/icons/categories/letters/letter-g-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-g.svg b/packages/icons/categories/letters/letter-g.svg deleted file mode 100644 index a9114ad64..000000000 --- a/packages/icons/categories/letters/letter-g.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-h-small.svg b/packages/icons/categories/letters/letter-h-small.svg deleted file mode 100644 index 50d665271..000000000 --- a/packages/icons/categories/letters/letter-h-small.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/letter-h.svg b/packages/icons/categories/letters/letter-h.svg deleted file mode 100644 index 2d8e7257f..000000000 --- a/packages/icons/categories/letters/letter-h.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/letter-i-small.svg b/packages/icons/categories/letters/letter-i-small.svg deleted file mode 100644 index 91a4eb310..000000000 --- a/packages/icons/categories/letters/letter-i-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-i.svg b/packages/icons/categories/letters/letter-i.svg deleted file mode 100644 index 90aa7ff73..000000000 --- a/packages/icons/categories/letters/letter-i.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-j-small.svg b/packages/icons/categories/letters/letter-j-small.svg deleted file mode 100644 index 0360a5c29..000000000 --- a/packages/icons/categories/letters/letter-j-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-j.svg b/packages/icons/categories/letters/letter-j.svg deleted file mode 100644 index d82d9aa4a..000000000 --- a/packages/icons/categories/letters/letter-j.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-k-small.svg b/packages/icons/categories/letters/letter-k-small.svg deleted file mode 100644 index 959b73efd..000000000 --- a/packages/icons/categories/letters/letter-k-small.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/letter-k.svg b/packages/icons/categories/letters/letter-k.svg deleted file mode 100644 index 9a19ae5a1..000000000 --- a/packages/icons/categories/letters/letter-k.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/letter-l-small.svg b/packages/icons/categories/letters/letter-l-small.svg deleted file mode 100644 index a65202ab2..000000000 --- a/packages/icons/categories/letters/letter-l-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-l.svg b/packages/icons/categories/letters/letter-l.svg deleted file mode 100644 index 130aada5d..000000000 --- a/packages/icons/categories/letters/letter-l.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-m-small.svg b/packages/icons/categories/letters/letter-m-small.svg deleted file mode 100644 index b1d5d446d..000000000 --- a/packages/icons/categories/letters/letter-m-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-m.svg b/packages/icons/categories/letters/letter-m.svg deleted file mode 100644 index 419ba7086..000000000 --- a/packages/icons/categories/letters/letter-m.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-n-small.svg b/packages/icons/categories/letters/letter-n-small.svg deleted file mode 100644 index bf1ab7a10..000000000 --- a/packages/icons/categories/letters/letter-n-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-n.svg b/packages/icons/categories/letters/letter-n.svg deleted file mode 100644 index 15e04bb00..000000000 --- a/packages/icons/categories/letters/letter-n.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-o-small.svg b/packages/icons/categories/letters/letter-o-small.svg deleted file mode 100644 index 2f751b87b..000000000 --- a/packages/icons/categories/letters/letter-o-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-o.svg b/packages/icons/categories/letters/letter-o.svg deleted file mode 100644 index 9e6de0558..000000000 --- a/packages/icons/categories/letters/letter-o.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-p-small.svg b/packages/icons/categories/letters/letter-p-small.svg deleted file mode 100644 index 5f016bfc5..000000000 --- a/packages/icons/categories/letters/letter-p-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-p.svg b/packages/icons/categories/letters/letter-p.svg deleted file mode 100644 index 40e284c42..000000000 --- a/packages/icons/categories/letters/letter-p.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-q-small.svg b/packages/icons/categories/letters/letter-q-small.svg deleted file mode 100644 index aa8b11ada..000000000 --- a/packages/icons/categories/letters/letter-q-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/letter-q.svg b/packages/icons/categories/letters/letter-q.svg deleted file mode 100644 index 43813d0aa..000000000 --- a/packages/icons/categories/letters/letter-q.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/letter-r-small.svg b/packages/icons/categories/letters/letter-r-small.svg deleted file mode 100644 index b57012148..000000000 --- a/packages/icons/categories/letters/letter-r-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-r.svg b/packages/icons/categories/letters/letter-r.svg deleted file mode 100644 index 73356a109..000000000 --- a/packages/icons/categories/letters/letter-r.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/letter-s-small.svg b/packages/icons/categories/letters/letter-s-small.svg deleted file mode 100644 index d7953dad9..000000000 --- a/packages/icons/categories/letters/letter-s-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-s.svg b/packages/icons/categories/letters/letter-s.svg deleted file mode 100644 index 8cc33005b..000000000 --- a/packages/icons/categories/letters/letter-s.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-t-small.svg b/packages/icons/categories/letters/letter-t-small.svg deleted file mode 100644 index 7b6427f95..000000000 --- a/packages/icons/categories/letters/letter-t-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/letter-t.svg b/packages/icons/categories/letters/letter-t.svg deleted file mode 100644 index 7359b9b5b..000000000 --- a/packages/icons/categories/letters/letter-t.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/letter-u-small.svg b/packages/icons/categories/letters/letter-u-small.svg deleted file mode 100644 index 65d3953f5..000000000 --- a/packages/icons/categories/letters/letter-u-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-u.svg b/packages/icons/categories/letters/letter-u.svg deleted file mode 100644 index 3c8e96623..000000000 --- a/packages/icons/categories/letters/letter-u.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-v-small.svg b/packages/icons/categories/letters/letter-v-small.svg deleted file mode 100644 index bfc0e1a4e..000000000 --- a/packages/icons/categories/letters/letter-v-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-v.svg b/packages/icons/categories/letters/letter-v.svg deleted file mode 100644 index 2b078b519..000000000 --- a/packages/icons/categories/letters/letter-v.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-w-small.svg b/packages/icons/categories/letters/letter-w-small.svg deleted file mode 100644 index 18797b105..000000000 --- a/packages/icons/categories/letters/letter-w-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-w.svg b/packages/icons/categories/letters/letter-w.svg deleted file mode 100644 index 4df2877a5..000000000 --- a/packages/icons/categories/letters/letter-w.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-x-small.svg b/packages/icons/categories/letters/letter-x-small.svg deleted file mode 100644 index 17697a8a8..000000000 --- a/packages/icons/categories/letters/letter-x-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/letter-x.svg b/packages/icons/categories/letters/letter-x.svg deleted file mode 100644 index 13f9f4137..000000000 --- a/packages/icons/categories/letters/letter-x.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/letter-y-small.svg b/packages/icons/categories/letters/letter-y-small.svg deleted file mode 100644 index b4f1ed583..000000000 --- a/packages/icons/categories/letters/letter-y-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/letter-y.svg b/packages/icons/categories/letters/letter-y.svg deleted file mode 100644 index eda7d26da..000000000 --- a/packages/icons/categories/letters/letter-y.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/letter-z-small.svg b/packages/icons/categories/letters/letter-z-small.svg deleted file mode 100644 index 0da7cd045..000000000 --- a/packages/icons/categories/letters/letter-z-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/letter-z.svg b/packages/icons/categories/letters/letter-z.svg deleted file mode 100644 index d62919357..000000000 --- a/packages/icons/categories/letters/letter-z.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/letters/square-letter-a.svg b/packages/icons/categories/letters/square-letter-a.svg deleted file mode 100644 index 54cefd092..000000000 --- a/packages/icons/categories/letters/square-letter-a.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-b.svg b/packages/icons/categories/letters/square-letter-b.svg deleted file mode 100644 index db58e6aa6..000000000 --- a/packages/icons/categories/letters/square-letter-b.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-c.svg b/packages/icons/categories/letters/square-letter-c.svg deleted file mode 100644 index 407f3a6a9..000000000 --- a/packages/icons/categories/letters/square-letter-c.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-d.svg b/packages/icons/categories/letters/square-letter-d.svg deleted file mode 100644 index 348178c52..000000000 --- a/packages/icons/categories/letters/square-letter-d.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-e.svg b/packages/icons/categories/letters/square-letter-e.svg deleted file mode 100644 index b8bfa3973..000000000 --- a/packages/icons/categories/letters/square-letter-e.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-f.svg b/packages/icons/categories/letters/square-letter-f.svg deleted file mode 100644 index 6c4598066..000000000 --- a/packages/icons/categories/letters/square-letter-f.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-g.svg b/packages/icons/categories/letters/square-letter-g.svg deleted file mode 100644 index 91324fcc7..000000000 --- a/packages/icons/categories/letters/square-letter-g.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-h.svg b/packages/icons/categories/letters/square-letter-h.svg deleted file mode 100644 index 7f584e306..000000000 --- a/packages/icons/categories/letters/square-letter-h.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-i.svg b/packages/icons/categories/letters/square-letter-i.svg deleted file mode 100644 index 3459be381..000000000 --- a/packages/icons/categories/letters/square-letter-i.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-j.svg b/packages/icons/categories/letters/square-letter-j.svg deleted file mode 100644 index 686056da4..000000000 --- a/packages/icons/categories/letters/square-letter-j.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-k.svg b/packages/icons/categories/letters/square-letter-k.svg deleted file mode 100644 index 1cc85931a..000000000 --- a/packages/icons/categories/letters/square-letter-k.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-l.svg b/packages/icons/categories/letters/square-letter-l.svg deleted file mode 100644 index 6bfc554be..000000000 --- a/packages/icons/categories/letters/square-letter-l.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-m.svg b/packages/icons/categories/letters/square-letter-m.svg deleted file mode 100644 index 07486bc6a..000000000 --- a/packages/icons/categories/letters/square-letter-m.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-n.svg b/packages/icons/categories/letters/square-letter-n.svg deleted file mode 100644 index 178a22828..000000000 --- a/packages/icons/categories/letters/square-letter-n.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-o.svg b/packages/icons/categories/letters/square-letter-o.svg deleted file mode 100644 index f43c8ba7f..000000000 --- a/packages/icons/categories/letters/square-letter-o.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-p.svg b/packages/icons/categories/letters/square-letter-p.svg deleted file mode 100644 index a54bec375..000000000 --- a/packages/icons/categories/letters/square-letter-p.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-q.svg b/packages/icons/categories/letters/square-letter-q.svg deleted file mode 100644 index c5b31aa71..000000000 --- a/packages/icons/categories/letters/square-letter-q.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-r.svg b/packages/icons/categories/letters/square-letter-r.svg deleted file mode 100644 index eb7e9b23a..000000000 --- a/packages/icons/categories/letters/square-letter-r.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-s.svg b/packages/icons/categories/letters/square-letter-s.svg deleted file mode 100644 index 880d2e4f4..000000000 --- a/packages/icons/categories/letters/square-letter-s.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-t.svg b/packages/icons/categories/letters/square-letter-t.svg deleted file mode 100644 index 36203e50f..000000000 --- a/packages/icons/categories/letters/square-letter-t.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-u.svg b/packages/icons/categories/letters/square-letter-u.svg deleted file mode 100644 index c4863d8d6..000000000 --- a/packages/icons/categories/letters/square-letter-u.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-v.svg b/packages/icons/categories/letters/square-letter-v.svg deleted file mode 100644 index b5b49bdd8..000000000 --- a/packages/icons/categories/letters/square-letter-v.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-w.svg b/packages/icons/categories/letters/square-letter-w.svg deleted file mode 100644 index 99b67a0ff..000000000 --- a/packages/icons/categories/letters/square-letter-w.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-x.svg b/packages/icons/categories/letters/square-letter-x.svg deleted file mode 100644 index 44f30da7d..000000000 --- a/packages/icons/categories/letters/square-letter-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-y.svg b/packages/icons/categories/letters/square-letter-y.svg deleted file mode 100644 index 9f17b2d18..000000000 --- a/packages/icons/categories/letters/square-letter-y.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/square-letter-z.svg b/packages/icons/categories/letters/square-letter-z.svg deleted file mode 100644 index 25fc3526e..000000000 --- a/packages/icons/categories/letters/square-letter-z.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-a.svg b/packages/icons/categories/letters/square-rounded-letter-a.svg deleted file mode 100644 index e5e8dccaa..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-a.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-b.svg b/packages/icons/categories/letters/square-rounded-letter-b.svg deleted file mode 100644 index a5f11bda5..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-b.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-c.svg b/packages/icons/categories/letters/square-rounded-letter-c.svg deleted file mode 100644 index ecca92c12..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-c.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-d.svg b/packages/icons/categories/letters/square-rounded-letter-d.svg deleted file mode 100644 index 2b47948d8..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-d.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-e.svg b/packages/icons/categories/letters/square-rounded-letter-e.svg deleted file mode 100644 index 0d68552b7..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-e.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-f.svg b/packages/icons/categories/letters/square-rounded-letter-f.svg deleted file mode 100644 index 9a6e15dda..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-f.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-g.svg b/packages/icons/categories/letters/square-rounded-letter-g.svg deleted file mode 100644 index fe6035571..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-g.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-h.svg b/packages/icons/categories/letters/square-rounded-letter-h.svg deleted file mode 100644 index 8c94db299..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-h.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-i.svg b/packages/icons/categories/letters/square-rounded-letter-i.svg deleted file mode 100644 index f7d9a865d..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-i.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-j.svg b/packages/icons/categories/letters/square-rounded-letter-j.svg deleted file mode 100644 index 6fe53d0ce..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-j.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-k.svg b/packages/icons/categories/letters/square-rounded-letter-k.svg deleted file mode 100644 index 575d6f4aa..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-k.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-l.svg b/packages/icons/categories/letters/square-rounded-letter-l.svg deleted file mode 100644 index 9e7f0e88e..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-l.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-m.svg b/packages/icons/categories/letters/square-rounded-letter-m.svg deleted file mode 100644 index cb7815142..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-m.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-n.svg b/packages/icons/categories/letters/square-rounded-letter-n.svg deleted file mode 100644 index c29ea0f1a..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-n.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-o.svg b/packages/icons/categories/letters/square-rounded-letter-o.svg deleted file mode 100644 index cf0866f01..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-o.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-p.svg b/packages/icons/categories/letters/square-rounded-letter-p.svg deleted file mode 100644 index 9ea10a7c1..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-p.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-q.svg b/packages/icons/categories/letters/square-rounded-letter-q.svg deleted file mode 100644 index 5a55d3f3b..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-q.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-r.svg b/packages/icons/categories/letters/square-rounded-letter-r.svg deleted file mode 100644 index 11dbb8630..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-r.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-s.svg b/packages/icons/categories/letters/square-rounded-letter-s.svg deleted file mode 100644 index a1bd8dd8e..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-s.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-t.svg b/packages/icons/categories/letters/square-rounded-letter-t.svg deleted file mode 100644 index 4e40157c5..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-t.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-u.svg b/packages/icons/categories/letters/square-rounded-letter-u.svg deleted file mode 100644 index b35cd5654..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-u.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-v.svg b/packages/icons/categories/letters/square-rounded-letter-v.svg deleted file mode 100644 index 791ede284..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-v.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-w.svg b/packages/icons/categories/letters/square-rounded-letter-w.svg deleted file mode 100644 index ac7a521fd..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-w.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-x.svg b/packages/icons/categories/letters/square-rounded-letter-x.svg deleted file mode 100644 index ee3a1bde7..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-y.svg b/packages/icons/categories/letters/square-rounded-letter-y.svg deleted file mode 100644 index b2e306152..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-y.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/letters/square-rounded-letter-z.svg b/packages/icons/categories/letters/square-rounded-letter-z.svg deleted file mode 100644 index 9280871f5..000000000 --- a/packages/icons/categories/letters/square-rounded-letter-z.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/logic/logic-and.svg b/packages/icons/categories/logic/logic-and.svg deleted file mode 100644 index 1cede3fe4..000000000 --- a/packages/icons/categories/logic/logic-and.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/logic/logic-buffer.svg b/packages/icons/categories/logic/logic-buffer.svg deleted file mode 100644 index 80e089d0e..000000000 --- a/packages/icons/categories/logic/logic-buffer.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/logic/logic-nand.svg b/packages/icons/categories/logic/logic-nand.svg deleted file mode 100644 index 04f5fd506..000000000 --- a/packages/icons/categories/logic/logic-nand.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/logic/logic-nor.svg b/packages/icons/categories/logic/logic-nor.svg deleted file mode 100644 index fa9994993..000000000 --- a/packages/icons/categories/logic/logic-nor.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/logic/logic-not.svg b/packages/icons/categories/logic/logic-not.svg deleted file mode 100644 index c66156160..000000000 --- a/packages/icons/categories/logic/logic-not.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/logic/logic-or.svg b/packages/icons/categories/logic/logic-or.svg deleted file mode 100644 index ab590d8a8..000000000 --- a/packages/icons/categories/logic/logic-or.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/logic/logic-xnor.svg b/packages/icons/categories/logic/logic-xnor.svg deleted file mode 100644 index d4d5c9659..000000000 --- a/packages/icons/categories/logic/logic-xnor.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/logic/logic-xor.svg b/packages/icons/categories/logic/logic-xor.svg deleted file mode 100644 index a1620c253..000000000 --- a/packages/icons/categories/logic/logic-xor.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/air-traffic-control.svg b/packages/icons/categories/map/air-traffic-control.svg deleted file mode 100644 index afa45e6c8..000000000 --- a/packages/icons/categories/map/air-traffic-control.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/anchor-off.svg b/packages/icons/categories/map/anchor-off.svg deleted file mode 100644 index 652766de4..000000000 --- a/packages/icons/categories/map/anchor-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/anchor.svg b/packages/icons/categories/map/anchor.svg deleted file mode 100644 index c898eb5d2..000000000 --- a/packages/icons/categories/map/anchor.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/beach-off.svg b/packages/icons/categories/map/beach-off.svg deleted file mode 100644 index ba75d6651..000000000 --- a/packages/icons/categories/map/beach-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/map/beach.svg b/packages/icons/categories/map/beach.svg deleted file mode 100644 index 37fd9fced..000000000 --- a/packages/icons/categories/map/beach.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/bed-off.svg b/packages/icons/categories/map/bed-off.svg deleted file mode 100644 index 01e592860..000000000 --- a/packages/icons/categories/map/bed-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/bed.svg b/packages/icons/categories/map/bed.svg deleted file mode 100644 index 1ab7dbe74..000000000 --- a/packages/icons/categories/map/bed.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/campfire.svg b/packages/icons/categories/map/campfire.svg deleted file mode 100644 index dcc42301c..000000000 --- a/packages/icons/categories/map/campfire.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/compass-off.svg b/packages/icons/categories/map/compass-off.svg deleted file mode 100644 index c1bda8013..000000000 --- a/packages/icons/categories/map/compass-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/map/compass.svg b/packages/icons/categories/map/compass.svg deleted file mode 100644 index 9e3d19b29..000000000 --- a/packages/icons/categories/map/compass.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/current-location-off.svg b/packages/icons/categories/map/current-location-off.svg deleted file mode 100644 index 7a5c13499..000000000 --- a/packages/icons/categories/map/current-location-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/map/current-location.svg b/packages/icons/categories/map/current-location.svg deleted file mode 100644 index 6777a6242..000000000 --- a/packages/icons/categories/map/current-location.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/directions-off.svg b/packages/icons/categories/map/directions-off.svg deleted file mode 100644 index 6ad21c573..000000000 --- a/packages/icons/categories/map/directions-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/map/directions.svg b/packages/icons/categories/map/directions.svg deleted file mode 100644 index 85f6b3a6c..000000000 --- a/packages/icons/categories/map/directions.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/escalator-down.svg b/packages/icons/categories/map/escalator-down.svg deleted file mode 100644 index 4cc8bbe80..000000000 --- a/packages/icons/categories/map/escalator-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/escalator-up.svg b/packages/icons/categories/map/escalator-up.svg deleted file mode 100644 index 8667de551..000000000 --- a/packages/icons/categories/map/escalator-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/escalator.svg b/packages/icons/categories/map/escalator.svg deleted file mode 100644 index ec621da7b..000000000 --- a/packages/icons/categories/map/escalator.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/map/fire-hydrant-off.svg b/packages/icons/categories/map/fire-hydrant-off.svg deleted file mode 100644 index b4e3411f0..000000000 --- a/packages/icons/categories/map/fire-hydrant-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/fire-hydrant.svg b/packages/icons/categories/map/fire-hydrant.svg deleted file mode 100644 index f2d186c6c..000000000 --- a/packages/icons/categories/map/fire-hydrant.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/flag-2-off.svg b/packages/icons/categories/map/flag-2-off.svg deleted file mode 100644 index 54b193534..000000000 --- a/packages/icons/categories/map/flag-2-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/flag-2.svg b/packages/icons/categories/map/flag-2.svg deleted file mode 100644 index f8e8d3db8..000000000 --- a/packages/icons/categories/map/flag-2.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/map/flag-3.svg b/packages/icons/categories/map/flag-3.svg deleted file mode 100644 index e845ac5c1..000000000 --- a/packages/icons/categories/map/flag-3.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/map/flag-off.svg b/packages/icons/categories/map/flag-off.svg deleted file mode 100644 index 2c54f2f4a..000000000 --- a/packages/icons/categories/map/flag-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/flag.svg b/packages/icons/categories/map/flag.svg deleted file mode 100644 index cca7f35c1..000000000 --- a/packages/icons/categories/map/flag.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/fountain-off.svg b/packages/icons/categories/map/fountain-off.svg deleted file mode 100644 index 6f67aa216..000000000 --- a/packages/icons/categories/map/fountain-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/fountain.svg b/packages/icons/categories/map/fountain.svg deleted file mode 100644 index 59d38d8aa..000000000 --- a/packages/icons/categories/map/fountain.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/gas-station-off.svg b/packages/icons/categories/map/gas-station-off.svg deleted file mode 100644 index 5dcdbf920..000000000 --- a/packages/icons/categories/map/gas-station-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/geometry.svg b/packages/icons/categories/map/geometry.svg deleted file mode 100644 index 9ebcc414d..000000000 --- a/packages/icons/categories/map/geometry.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/globe-off.svg b/packages/icons/categories/map/globe-off.svg deleted file mode 100644 index bb38bcf3b..000000000 --- a/packages/icons/categories/map/globe-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/globe.svg b/packages/icons/categories/map/globe.svg deleted file mode 100644 index 56a4717f7..000000000 --- a/packages/icons/categories/map/globe.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/gps.svg b/packages/icons/categories/map/gps.svg deleted file mode 100644 index f003f3370..000000000 --- a/packages/icons/categories/map/gps.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/grave-2.svg b/packages/icons/categories/map/grave-2.svg deleted file mode 100644 index aaaf5b902..000000000 --- a/packages/icons/categories/map/grave-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/grave.svg b/packages/icons/categories/map/grave.svg deleted file mode 100644 index 78e3fbeeb..000000000 --- a/packages/icons/categories/map/grave.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/live-view.svg b/packages/icons/categories/map/live-view.svg deleted file mode 100644 index 7b09aa250..000000000 --- a/packages/icons/categories/map/live-view.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/location-broken.svg b/packages/icons/categories/map/location-broken.svg deleted file mode 100644 index 9b63adcb1..000000000 --- a/packages/icons/categories/map/location-broken.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/location-off.svg b/packages/icons/categories/map/location-off.svg deleted file mode 100644 index 3c7076fe8..000000000 --- a/packages/icons/categories/map/location-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/location.svg b/packages/icons/categories/map/location.svg deleted file mode 100644 index 3d8eeb65c..000000000 --- a/packages/icons/categories/map/location.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/map/map-2.svg b/packages/icons/categories/map/map-2.svg deleted file mode 100644 index fd256dbc8..000000000 --- a/packages/icons/categories/map/map-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/map-east.svg b/packages/icons/categories/map/map-east.svg deleted file mode 100644 index e1d7f0ba9..000000000 --- a/packages/icons/categories/map/map-east.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/map-north.svg b/packages/icons/categories/map/map-north.svg deleted file mode 100644 index e8f7af24b..000000000 --- a/packages/icons/categories/map/map-north.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/map-off.svg b/packages/icons/categories/map/map-off.svg deleted file mode 100644 index a96d0848e..000000000 --- a/packages/icons/categories/map/map-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/map-pin-bolt.svg b/packages/icons/categories/map/map-pin-bolt.svg deleted file mode 100644 index 6f839786b..000000000 --- a/packages/icons/categories/map/map-pin-bolt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/map-pin-cancel.svg b/packages/icons/categories/map/map-pin-cancel.svg deleted file mode 100644 index 86fa50f47..000000000 --- a/packages/icons/categories/map/map-pin-cancel.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/map-pin-check.svg b/packages/icons/categories/map/map-pin-check.svg deleted file mode 100644 index 467206266..000000000 --- a/packages/icons/categories/map/map-pin-check.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/map-pin-code.svg b/packages/icons/categories/map/map-pin-code.svg deleted file mode 100644 index 9a13b3322..000000000 --- a/packages/icons/categories/map/map-pin-code.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/map-pin-cog.svg b/packages/icons/categories/map/map-pin-cog.svg deleted file mode 100644 index 1eeb60d7f..000000000 --- a/packages/icons/categories/map/map-pin-cog.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/map/map-pin-dollar.svg b/packages/icons/categories/map/map-pin-dollar.svg deleted file mode 100644 index f68894a0f..000000000 --- a/packages/icons/categories/map/map-pin-dollar.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/map-pin-down.svg b/packages/icons/categories/map/map-pin-down.svg deleted file mode 100644 index e2da23a78..000000000 --- a/packages/icons/categories/map/map-pin-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/map-pin-exclamation.svg b/packages/icons/categories/map/map-pin-exclamation.svg deleted file mode 100644 index 2e74d3c43..000000000 --- a/packages/icons/categories/map/map-pin-exclamation.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/map-pin-heart.svg b/packages/icons/categories/map/map-pin-heart.svg deleted file mode 100644 index 015c8fea1..000000000 --- a/packages/icons/categories/map/map-pin-heart.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/map-pin-minus.svg b/packages/icons/categories/map/map-pin-minus.svg deleted file mode 100644 index 30fdc93e1..000000000 --- a/packages/icons/categories/map/map-pin-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/map-pin-off.svg b/packages/icons/categories/map/map-pin-off.svg deleted file mode 100644 index 32cbdc76d..000000000 --- a/packages/icons/categories/map/map-pin-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/map-pin-pause.svg b/packages/icons/categories/map/map-pin-pause.svg deleted file mode 100644 index 1fa3a8be3..000000000 --- a/packages/icons/categories/map/map-pin-pause.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/map-pin-pin.svg b/packages/icons/categories/map/map-pin-pin.svg deleted file mode 100644 index e22864594..000000000 --- a/packages/icons/categories/map/map-pin-pin.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/map-pin-plus.svg b/packages/icons/categories/map/map-pin-plus.svg deleted file mode 100644 index aa9f2ba40..000000000 --- a/packages/icons/categories/map/map-pin-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/map-pin-question.svg b/packages/icons/categories/map/map-pin-question.svg deleted file mode 100644 index fb64ce203..000000000 --- a/packages/icons/categories/map/map-pin-question.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/map-pin-search.svg b/packages/icons/categories/map/map-pin-search.svg deleted file mode 100644 index ce91e5505..000000000 --- a/packages/icons/categories/map/map-pin-search.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/map-pin-share.svg b/packages/icons/categories/map/map-pin-share.svg deleted file mode 100644 index 17e0b5e62..000000000 --- a/packages/icons/categories/map/map-pin-share.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/map-pin-star.svg b/packages/icons/categories/map/map-pin-star.svg deleted file mode 100644 index 4fb0ff7c1..000000000 --- a/packages/icons/categories/map/map-pin-star.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/map-pin-up.svg b/packages/icons/categories/map/map-pin-up.svg deleted file mode 100644 index b33c1edc3..000000000 --- a/packages/icons/categories/map/map-pin-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/map-pin-x.svg b/packages/icons/categories/map/map-pin-x.svg deleted file mode 100644 index bdd2dece1..000000000 --- a/packages/icons/categories/map/map-pin-x.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/map-pin.svg b/packages/icons/categories/map/map-pin.svg deleted file mode 100644 index f723169d9..000000000 --- a/packages/icons/categories/map/map-pin.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/map-pins.svg b/packages/icons/categories/map/map-pins.svg deleted file mode 100644 index 8efe2b200..000000000 --- a/packages/icons/categories/map/map-pins.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/map-search.svg b/packages/icons/categories/map/map-search.svg deleted file mode 100644 index 6fa210c0d..000000000 --- a/packages/icons/categories/map/map-search.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/map-south.svg b/packages/icons/categories/map/map-south.svg deleted file mode 100644 index 25bf0aac5..000000000 --- a/packages/icons/categories/map/map-south.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/map-west.svg b/packages/icons/categories/map/map-west.svg deleted file mode 100644 index 7d5533605..000000000 --- a/packages/icons/categories/map/map-west.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/map.svg b/packages/icons/categories/map/map.svg deleted file mode 100644 index 9e85dd475..000000000 --- a/packages/icons/categories/map/map.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/masks-theater-off.svg b/packages/icons/categories/map/masks-theater-off.svg deleted file mode 100644 index 7d21b2bd5..000000000 --- a/packages/icons/categories/map/masks-theater-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/map/masks-theater.svg b/packages/icons/categories/map/masks-theater.svg deleted file mode 100644 index c3a64d766..000000000 --- a/packages/icons/categories/map/masks-theater.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/map/medical-cross-circle.svg b/packages/icons/categories/map/medical-cross-circle.svg deleted file mode 100644 index 4ec816f64..000000000 --- a/packages/icons/categories/map/medical-cross-circle.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/medical-cross-off.svg b/packages/icons/categories/map/medical-cross-off.svg deleted file mode 100644 index 2dc45f1b7..000000000 --- a/packages/icons/categories/map/medical-cross-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/medical-cross.svg b/packages/icons/categories/map/medical-cross.svg deleted file mode 100644 index b01c7e57d..000000000 --- a/packages/icons/categories/map/medical-cross.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/map/navigation-east.svg b/packages/icons/categories/map/navigation-east.svg deleted file mode 100644 index b7cd554cf..000000000 --- a/packages/icons/categories/map/navigation-east.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/navigation-north.svg b/packages/icons/categories/map/navigation-north.svg deleted file mode 100644 index 8d4bb9c78..000000000 --- a/packages/icons/categories/map/navigation-north.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/navigation-off.svg b/packages/icons/categories/map/navigation-off.svg deleted file mode 100644 index 5dcc04dfb..000000000 --- a/packages/icons/categories/map/navigation-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/navigation-south.svg b/packages/icons/categories/map/navigation-south.svg deleted file mode 100644 index 491763932..000000000 --- a/packages/icons/categories/map/navigation-south.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/navigation-top.svg b/packages/icons/categories/map/navigation-top.svg deleted file mode 100644 index 6248921f1..000000000 --- a/packages/icons/categories/map/navigation-top.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/navigation-west.svg b/packages/icons/categories/map/navigation-west.svg deleted file mode 100644 index a1d4966c0..000000000 --- a/packages/icons/categories/map/navigation-west.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/navigation.svg b/packages/icons/categories/map/navigation.svg deleted file mode 100644 index 8eb40e9f3..000000000 --- a/packages/icons/categories/map/navigation.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/map/north-star.svg b/packages/icons/categories/map/north-star.svg deleted file mode 100644 index a6b20600a..000000000 --- a/packages/icons/categories/map/north-star.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/parking-off.svg b/packages/icons/categories/map/parking-off.svg deleted file mode 100644 index c461bba1d..000000000 --- a/packages/icons/categories/map/parking-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/parking.svg b/packages/icons/categories/map/parking.svg deleted file mode 100644 index e2c901517..000000000 --- a/packages/icons/categories/map/parking.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/pennant-2.svg b/packages/icons/categories/map/pennant-2.svg deleted file mode 100644 index e756a238d..000000000 --- a/packages/icons/categories/map/pennant-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/pennant-off.svg b/packages/icons/categories/map/pennant-off.svg deleted file mode 100644 index 8faf27bf2..000000000 --- a/packages/icons/categories/map/pennant-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/pennant.svg b/packages/icons/categories/map/pennant.svg deleted file mode 100644 index 3d83035c5..000000000 --- a/packages/icons/categories/map/pennant.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/pin.svg b/packages/icons/categories/map/pin.svg deleted file mode 100644 index cac3f0019..000000000 --- a/packages/icons/categories/map/pin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/pinned-off.svg b/packages/icons/categories/map/pinned-off.svg deleted file mode 100644 index 25d96a2c2..000000000 --- a/packages/icons/categories/map/pinned-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/pinned.svg b/packages/icons/categories/map/pinned.svg deleted file mode 100644 index 56e24ba63..000000000 --- a/packages/icons/categories/map/pinned.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/planet-off.svg b/packages/icons/categories/map/planet-off.svg deleted file mode 100644 index 00274adca..000000000 --- a/packages/icons/categories/map/planet-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/planet.svg b/packages/icons/categories/map/planet.svg deleted file mode 100644 index edd94a943..000000000 --- a/packages/icons/categories/map/planet.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/pokeball-off.svg b/packages/icons/categories/map/pokeball-off.svg deleted file mode 100644 index 9b55f72f5..000000000 --- a/packages/icons/categories/map/pokeball-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/pokeball.svg b/packages/icons/categories/map/pokeball.svg deleted file mode 100644 index b9c8d0106..000000000 --- a/packages/icons/categories/map/pokeball.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/prison.svg b/packages/icons/categories/map/prison.svg deleted file mode 100644 index 9e851763e..000000000 --- a/packages/icons/categories/map/prison.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/map/radar-2.svg b/packages/icons/categories/map/radar-2.svg deleted file mode 100644 index 251f87df8..000000000 --- a/packages/icons/categories/map/radar-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/radar-off.svg b/packages/icons/categories/map/radar-off.svg deleted file mode 100644 index 5f0a5e757..000000000 --- a/packages/icons/categories/map/radar-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/radar.svg b/packages/icons/categories/map/radar.svg deleted file mode 100644 index 40b7b8c1b..000000000 --- a/packages/icons/categories/map/radar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/road-off.svg b/packages/icons/categories/map/road-off.svg deleted file mode 100644 index 872fb0843..000000000 --- a/packages/icons/categories/map/road-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/road-sign.svg b/packages/icons/categories/map/road-sign.svg deleted file mode 100644 index 1639aded8..000000000 --- a/packages/icons/categories/map/road-sign.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/road.svg b/packages/icons/categories/map/road.svg deleted file mode 100644 index 626397266..000000000 --- a/packages/icons/categories/map/road.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/rocket-off.svg b/packages/icons/categories/map/rocket-off.svg deleted file mode 100644 index 271707f02..000000000 --- a/packages/icons/categories/map/rocket-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/rocket.svg b/packages/icons/categories/map/rocket.svg deleted file mode 100644 index b030284af..000000000 --- a/packages/icons/categories/map/rocket.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/route-2.svg b/packages/icons/categories/map/route-2.svg deleted file mode 100644 index d3f8956ad..000000000 --- a/packages/icons/categories/map/route-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/route-alt-left.svg b/packages/icons/categories/map/route-alt-left.svg deleted file mode 100644 index 42557a977..000000000 --- a/packages/icons/categories/map/route-alt-left.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/route-alt-right.svg b/packages/icons/categories/map/route-alt-right.svg deleted file mode 100644 index 9f7e4f33e..000000000 --- a/packages/icons/categories/map/route-alt-right.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/route-off.svg b/packages/icons/categories/map/route-off.svg deleted file mode 100644 index d044b3040..000000000 --- a/packages/icons/categories/map/route-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/route-square-2.svg b/packages/icons/categories/map/route-square-2.svg deleted file mode 100644 index 1102ce36a..000000000 --- a/packages/icons/categories/map/route-square-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/route-square.svg b/packages/icons/categories/map/route-square.svg deleted file mode 100644 index 31cabbfd4..000000000 --- a/packages/icons/categories/map/route-square.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/route-x-2.svg b/packages/icons/categories/map/route-x-2.svg deleted file mode 100644 index ec96a2403..000000000 --- a/packages/icons/categories/map/route-x-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/route-x.svg b/packages/icons/categories/map/route-x.svg deleted file mode 100644 index 258284b48..000000000 --- a/packages/icons/categories/map/route-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/route.svg b/packages/icons/categories/map/route.svg deleted file mode 100644 index 98d613f0f..000000000 --- a/packages/icons/categories/map/route.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/satellite-off.svg b/packages/icons/categories/map/satellite-off.svg deleted file mode 100644 index 73366d980..000000000 --- a/packages/icons/categories/map/satellite-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/map/satellite.svg b/packages/icons/categories/map/satellite.svg deleted file mode 100644 index 2d639fdb9..000000000 --- a/packages/icons/categories/map/satellite.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/school-off.svg b/packages/icons/categories/map/school-off.svg deleted file mode 100644 index 46665433a..000000000 --- a/packages/icons/categories/map/school-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/school.svg b/packages/icons/categories/map/school.svg deleted file mode 100644 index 172d939e3..000000000 --- a/packages/icons/categories/map/school.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/sign-left.svg b/packages/icons/categories/map/sign-left.svg deleted file mode 100644 index a6ddd463c..000000000 --- a/packages/icons/categories/map/sign-left.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/sign-right.svg b/packages/icons/categories/map/sign-right.svg deleted file mode 100644 index ce9a4057b..000000000 --- a/packages/icons/categories/map/sign-right.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/stairs-down.svg b/packages/icons/categories/map/stairs-down.svg deleted file mode 100644 index 884e5cb19..000000000 --- a/packages/icons/categories/map/stairs-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/stairs-up.svg b/packages/icons/categories/map/stairs-up.svg deleted file mode 100644 index ca67546a1..000000000 --- a/packages/icons/categories/map/stairs-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/stairs.svg b/packages/icons/categories/map/stairs.svg deleted file mode 100644 index 89434c78f..000000000 --- a/packages/icons/categories/map/stairs.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/map/target-off.svg b/packages/icons/categories/map/target-off.svg deleted file mode 100644 index c6fb526d1..000000000 --- a/packages/icons/categories/map/target-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/target.svg b/packages/icons/categories/map/target.svg deleted file mode 100644 index e696d68f0..000000000 --- a/packages/icons/categories/map/target.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/tent-off.svg b/packages/icons/categories/map/tent-off.svg deleted file mode 100644 index 965862e96..000000000 --- a/packages/icons/categories/map/tent-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/tent.svg b/packages/icons/categories/map/tent.svg deleted file mode 100644 index c6be117d6..000000000 --- a/packages/icons/categories/map/tent.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/map/theater.svg b/packages/icons/categories/map/theater.svg deleted file mode 100644 index b256f9d3b..000000000 --- a/packages/icons/categories/map/theater.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/map/tools-kitchen-2-off.svg b/packages/icons/categories/map/tools-kitchen-2-off.svg deleted file mode 100644 index 8ddd000b8..000000000 --- a/packages/icons/categories/map/tools-kitchen-2-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/tools-kitchen-2.svg b/packages/icons/categories/map/tools-kitchen-2.svg deleted file mode 100644 index eec254778..000000000 --- a/packages/icons/categories/map/tools-kitchen-2.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/map/tools-kitchen-off.svg b/packages/icons/categories/map/tools-kitchen-off.svg deleted file mode 100644 index d72747547..000000000 --- a/packages/icons/categories/map/tools-kitchen-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/tools-kitchen.svg b/packages/icons/categories/map/tools-kitchen.svg deleted file mode 100644 index caf308343..000000000 --- a/packages/icons/categories/map/tools-kitchen.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/traffic-cone-off.svg b/packages/icons/categories/map/traffic-cone-off.svg deleted file mode 100644 index c6ad07d6b..000000000 --- a/packages/icons/categories/map/traffic-cone-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/traffic-cone.svg b/packages/icons/categories/map/traffic-cone.svg deleted file mode 100644 index d0f4ff5c8..000000000 --- a/packages/icons/categories/map/traffic-cone.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/traffic-lights-off.svg b/packages/icons/categories/map/traffic-lights-off.svg deleted file mode 100644 index 029705984..000000000 --- a/packages/icons/categories/map/traffic-lights-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/traffic-lights.svg b/packages/icons/categories/map/traffic-lights.svg deleted file mode 100644 index d4b921892..000000000 --- a/packages/icons/categories/map/traffic-lights.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/tree.svg b/packages/icons/categories/map/tree.svg deleted file mode 100644 index eb95569bc..000000000 --- a/packages/icons/categories/map/tree.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/trees.svg b/packages/icons/categories/map/trees.svg deleted file mode 100644 index 51327c6ee..000000000 --- a/packages/icons/categories/map/trees.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/viewfinder-off.svg b/packages/icons/categories/map/viewfinder-off.svg deleted file mode 100644 index 536921e53..000000000 --- a/packages/icons/categories/map/viewfinder-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/map/viewfinder.svg b/packages/icons/categories/map/viewfinder.svg deleted file mode 100644 index d6b2c1865..000000000 --- a/packages/icons/categories/map/viewfinder.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/volcano.svg b/packages/icons/categories/map/volcano.svg deleted file mode 100644 index b16ee20a5..000000000 --- a/packages/icons/categories/map/volcano.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/windmill-off.svg b/packages/icons/categories/map/windmill-off.svg deleted file mode 100644 index 09dc04cca..000000000 --- a/packages/icons/categories/map/windmill-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/windmill.svg b/packages/icons/categories/map/windmill.svg deleted file mode 100644 index 69cdf388b..000000000 --- a/packages/icons/categories/map/windmill.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/windsock.svg b/packages/icons/categories/map/windsock.svg deleted file mode 100644 index f0a0bf5dc..000000000 --- a/packages/icons/categories/map/windsock.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/world-bolt.svg b/packages/icons/categories/map/world-bolt.svg deleted file mode 100644 index 887f22674..000000000 --- a/packages/icons/categories/map/world-bolt.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-cancel.svg b/packages/icons/categories/map/world-cancel.svg deleted file mode 100644 index 42595228f..000000000 --- a/packages/icons/categories/map/world-cancel.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-check.svg b/packages/icons/categories/map/world-check.svg deleted file mode 100644 index d5e8bbdce..000000000 --- a/packages/icons/categories/map/world-check.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-code.svg b/packages/icons/categories/map/world-code.svg deleted file mode 100644 index a9b695313..000000000 --- a/packages/icons/categories/map/world-code.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-cog.svg b/packages/icons/categories/map/world-cog.svg deleted file mode 100644 index ae9e05b68..000000000 --- a/packages/icons/categories/map/world-cog.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-dollar.svg b/packages/icons/categories/map/world-dollar.svg deleted file mode 100644 index 8b14a8d34..000000000 --- a/packages/icons/categories/map/world-dollar.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-down.svg b/packages/icons/categories/map/world-down.svg deleted file mode 100644 index eabe30da6..000000000 --- a/packages/icons/categories/map/world-down.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-download.svg b/packages/icons/categories/map/world-download.svg deleted file mode 100644 index 04965b7af..000000000 --- a/packages/icons/categories/map/world-download.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-exclamation.svg b/packages/icons/categories/map/world-exclamation.svg deleted file mode 100644 index 3d07d4651..000000000 --- a/packages/icons/categories/map/world-exclamation.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-heart.svg b/packages/icons/categories/map/world-heart.svg deleted file mode 100644 index c4cf9a2f4..000000000 --- a/packages/icons/categories/map/world-heart.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-latitude.svg b/packages/icons/categories/map/world-latitude.svg deleted file mode 100644 index c0d1ef517..000000000 --- a/packages/icons/categories/map/world-latitude.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/world-longitude.svg b/packages/icons/categories/map/world-longitude.svg deleted file mode 100644 index 994075fcd..000000000 --- a/packages/icons/categories/map/world-longitude.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/world-minus.svg b/packages/icons/categories/map/world-minus.svg deleted file mode 100644 index ed42c8c56..000000000 --- a/packages/icons/categories/map/world-minus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-off.svg b/packages/icons/categories/map/world-off.svg deleted file mode 100644 index 9f18691a3..000000000 --- a/packages/icons/categories/map/world-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-pause.svg b/packages/icons/categories/map/world-pause.svg deleted file mode 100644 index ffaa06f59..000000000 --- a/packages/icons/categories/map/world-pause.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-pin.svg b/packages/icons/categories/map/world-pin.svg deleted file mode 100644 index 166d5405b..000000000 --- a/packages/icons/categories/map/world-pin.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-plus.svg b/packages/icons/categories/map/world-plus.svg deleted file mode 100644 index ec70a6552..000000000 --- a/packages/icons/categories/map/world-plus.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-question.svg b/packages/icons/categories/map/world-question.svg deleted file mode 100644 index 54383791c..000000000 --- a/packages/icons/categories/map/world-question.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-search.svg b/packages/icons/categories/map/world-search.svg deleted file mode 100644 index 203a648ce..000000000 --- a/packages/icons/categories/map/world-search.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-share.svg b/packages/icons/categories/map/world-share.svg deleted file mode 100644 index c96b78135..000000000 --- a/packages/icons/categories/map/world-share.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-star.svg b/packages/icons/categories/map/world-star.svg deleted file mode 100644 index 8421c8fb7..000000000 --- a/packages/icons/categories/map/world-star.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-up.svg b/packages/icons/categories/map/world-up.svg deleted file mode 100644 index 84c904e8f..000000000 --- a/packages/icons/categories/map/world-up.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-upload.svg b/packages/icons/categories/map/world-upload.svg deleted file mode 100644 index 19cc592f3..000000000 --- a/packages/icons/categories/map/world-upload.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-www.svg b/packages/icons/categories/map/world-www.svg deleted file mode 100644 index cf5f9a83f..000000000 --- a/packages/icons/categories/map/world-www.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/map/world-x.svg b/packages/icons/categories/map/world-x.svg deleted file mode 100644 index 406711db7..000000000 --- a/packages/icons/categories/map/world-x.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/map/world.svg b/packages/icons/categories/map/world.svg deleted file mode 100644 index 5ba3f457a..000000000 --- a/packages/icons/categories/map/world.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/zoom-cancel.svg b/packages/icons/categories/map/zoom-cancel.svg deleted file mode 100644 index b0396e4dc..000000000 --- a/packages/icons/categories/map/zoom-cancel.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/zoom-check.svg b/packages/icons/categories/map/zoom-check.svg deleted file mode 100644 index 567b565a6..000000000 --- a/packages/icons/categories/map/zoom-check.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/zoom-code.svg b/packages/icons/categories/map/zoom-code.svg deleted file mode 100644 index d82935e03..000000000 --- a/packages/icons/categories/map/zoom-code.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/zoom-exclamation.svg b/packages/icons/categories/map/zoom-exclamation.svg deleted file mode 100644 index a5cc1d14e..000000000 --- a/packages/icons/categories/map/zoom-exclamation.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/zoom-in-area.svg b/packages/icons/categories/map/zoom-in-area.svg deleted file mode 100644 index 7534d1b04..000000000 --- a/packages/icons/categories/map/zoom-in-area.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/map/zoom-in.svg b/packages/icons/categories/map/zoom-in.svg deleted file mode 100644 index 68461ca14..000000000 --- a/packages/icons/categories/map/zoom-in.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/zoom-money.svg b/packages/icons/categories/map/zoom-money.svg deleted file mode 100644 index 57ed1e7bd..000000000 --- a/packages/icons/categories/map/zoom-money.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/zoom-out-area.svg b/packages/icons/categories/map/zoom-out-area.svg deleted file mode 100644 index 29dfe7054..000000000 --- a/packages/icons/categories/map/zoom-out-area.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/map/zoom-out.svg b/packages/icons/categories/map/zoom-out.svg deleted file mode 100644 index 9bb3894b1..000000000 --- a/packages/icons/categories/map/zoom-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/map/zoom-pan.svg b/packages/icons/categories/map/zoom-pan.svg deleted file mode 100644 index 5147fe8bd..000000000 --- a/packages/icons/categories/map/zoom-pan.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/map/zoom-question.svg b/packages/icons/categories/map/zoom-question.svg deleted file mode 100644 index 49eb72241..000000000 --- a/packages/icons/categories/map/zoom-question.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/map/zoom-replace.svg b/packages/icons/categories/map/zoom-replace.svg deleted file mode 100644 index 0231ce1be..000000000 --- a/packages/icons/categories/map/zoom-replace.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/map/zoom-reset.svg b/packages/icons/categories/map/zoom-reset.svg deleted file mode 100644 index 6d3a6da84..000000000 --- a/packages/icons/categories/map/zoom-reset.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/math/abacus-off.svg b/packages/icons/categories/math/abacus-off.svg deleted file mode 100644 index 87ef8a217..000000000 --- a/packages/icons/categories/math/abacus-off.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/math/abacus.svg b/packages/icons/categories/math/abacus.svg deleted file mode 100644 index c08ddbe77..000000000 --- a/packages/icons/categories/math/abacus.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/math/ampersand.svg b/packages/icons/categories/math/ampersand.svg deleted file mode 100644 index 0a6577a85..000000000 --- a/packages/icons/categories/math/ampersand.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/math/backslash.svg b/packages/icons/categories/math/backslash.svg deleted file mode 100644 index f6a023a27..000000000 --- a/packages/icons/categories/math/backslash.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/math/braces-off.svg b/packages/icons/categories/math/braces-off.svg deleted file mode 100644 index a84acdb3e..000000000 --- a/packages/icons/categories/math/braces-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/math/braces.svg b/packages/icons/categories/math/braces.svg deleted file mode 100644 index 71c80274d..000000000 --- a/packages/icons/categories/math/braces.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/math/brackets-contain-end.svg b/packages/icons/categories/math/brackets-contain-end.svg deleted file mode 100644 index 85742b530..000000000 --- a/packages/icons/categories/math/brackets-contain-end.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/math/brackets-contain-start.svg b/packages/icons/categories/math/brackets-contain-start.svg deleted file mode 100644 index e659d8638..000000000 --- a/packages/icons/categories/math/brackets-contain-start.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/math/brackets-contain.svg b/packages/icons/categories/math/brackets-contain.svg deleted file mode 100644 index dcf0564a2..000000000 --- a/packages/icons/categories/math/brackets-contain.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/math/brackets-off.svg b/packages/icons/categories/math/brackets-off.svg deleted file mode 100644 index 01be81cd9..000000000 --- a/packages/icons/categories/math/brackets-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/math/brackets.svg b/packages/icons/categories/math/brackets.svg deleted file mode 100644 index b221fcbcc..000000000 --- a/packages/icons/categories/math/brackets.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/math/decimal.svg b/packages/icons/categories/math/decimal.svg deleted file mode 100644 index 9a0e4915e..000000000 --- a/packages/icons/categories/math/decimal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/math/divide.svg b/packages/icons/categories/math/divide.svg deleted file mode 100644 index a277ae8f9..000000000 --- a/packages/icons/categories/math/divide.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/math/equal-double.svg b/packages/icons/categories/math/equal-double.svg deleted file mode 100644 index dbdc169d6..000000000 --- a/packages/icons/categories/math/equal-double.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/math/equal-not.svg b/packages/icons/categories/math/equal-not.svg deleted file mode 100644 index 549227171..000000000 --- a/packages/icons/categories/math/equal-not.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/math/equal.svg b/packages/icons/categories/math/equal.svg deleted file mode 100644 index c6acc2d2b..000000000 --- a/packages/icons/categories/math/equal.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/math/function-off.svg b/packages/icons/categories/math/function-off.svg deleted file mode 100644 index 96d99f7c9..000000000 --- a/packages/icons/categories/math/function-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/math/function.svg b/packages/icons/categories/math/function.svg deleted file mode 100644 index de2d666af..000000000 --- a/packages/icons/categories/math/function.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/math/infinity-off.svg b/packages/icons/categories/math/infinity-off.svg deleted file mode 100644 index e68070a18..000000000 --- a/packages/icons/categories/math/infinity-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/math/infinity.svg b/packages/icons/categories/math/infinity.svg deleted file mode 100644 index 5f0bebc23..000000000 --- a/packages/icons/categories/math/infinity.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/math/math-1-divide-2.svg b/packages/icons/categories/math/math-1-divide-2.svg deleted file mode 100644 index cbf37277b..000000000 --- a/packages/icons/categories/math/math-1-divide-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/math/math-1-divide-3.svg b/packages/icons/categories/math/math-1-divide-3.svg deleted file mode 100644 index 6b54db05c..000000000 --- a/packages/icons/categories/math/math-1-divide-3.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/math/math-avg.svg b/packages/icons/categories/math/math-avg.svg deleted file mode 100644 index 9b87d1891..000000000 --- a/packages/icons/categories/math/math-avg.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/math/math-equal-greater.svg b/packages/icons/categories/math/math-equal-greater.svg deleted file mode 100644 index 8b2a0d20b..000000000 --- a/packages/icons/categories/math/math-equal-greater.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/math/math-equal-lower.svg b/packages/icons/categories/math/math-equal-lower.svg deleted file mode 100644 index c8d7ff92d..000000000 --- a/packages/icons/categories/math/math-equal-lower.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/math/math-function-off.svg b/packages/icons/categories/math/math-function-off.svg deleted file mode 100644 index 5aecc127e..000000000 --- a/packages/icons/categories/math/math-function-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/math/math-function-y.svg b/packages/icons/categories/math/math-function-y.svg deleted file mode 100644 index 68258f8a6..000000000 --- a/packages/icons/categories/math/math-function-y.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/math/math-function.svg b/packages/icons/categories/math/math-function.svg deleted file mode 100644 index 36f50829d..000000000 --- a/packages/icons/categories/math/math-function.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/math/math-greater.svg b/packages/icons/categories/math/math-greater.svg deleted file mode 100644 index 3915770ef..000000000 --- a/packages/icons/categories/math/math-greater.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/math/math-integral-x.svg b/packages/icons/categories/math/math-integral-x.svg deleted file mode 100644 index 85152d623..000000000 --- a/packages/icons/categories/math/math-integral-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/math/math-integral.svg b/packages/icons/categories/math/math-integral.svg deleted file mode 100644 index a45d45e4e..000000000 --- a/packages/icons/categories/math/math-integral.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/math/math-integrals.svg b/packages/icons/categories/math/math-integrals.svg deleted file mode 100644 index 855e3f367..000000000 --- a/packages/icons/categories/math/math-integrals.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/math/math-lower.svg b/packages/icons/categories/math/math-lower.svg deleted file mode 100644 index 553932203..000000000 --- a/packages/icons/categories/math/math-lower.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/math/math-max.svg b/packages/icons/categories/math/math-max.svg deleted file mode 100644 index c44bf89c7..000000000 --- a/packages/icons/categories/math/math-max.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/math/math-min.svg b/packages/icons/categories/math/math-min.svg deleted file mode 100644 index c0348ce66..000000000 --- a/packages/icons/categories/math/math-min.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/math/math-not.svg b/packages/icons/categories/math/math-not.svg deleted file mode 100644 index b2d9c7f30..000000000 --- a/packages/icons/categories/math/math-not.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/math/math-off.svg b/packages/icons/categories/math/math-off.svg deleted file mode 100644 index f69c47a7b..000000000 --- a/packages/icons/categories/math/math-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/math/math-pi-divide-2.svg b/packages/icons/categories/math/math-pi-divide-2.svg deleted file mode 100644 index a1fa93e64..000000000 --- a/packages/icons/categories/math/math-pi-divide-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/math/math-pi.svg b/packages/icons/categories/math/math-pi.svg deleted file mode 100644 index 7d304d31e..000000000 --- a/packages/icons/categories/math/math-pi.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/math/math-symbols.svg b/packages/icons/categories/math/math-symbols.svg deleted file mode 100644 index 0a7276e73..000000000 --- a/packages/icons/categories/math/math-symbols.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/math/math-x-divide-2.svg b/packages/icons/categories/math/math-x-divide-2.svg deleted file mode 100644 index 0e7557363..000000000 --- a/packages/icons/categories/math/math-x-divide-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/math/math-x-divide-y-2.svg b/packages/icons/categories/math/math-x-divide-y-2.svg deleted file mode 100644 index fc0418691..000000000 --- a/packages/icons/categories/math/math-x-divide-y-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/math/math-x-divide-y.svg b/packages/icons/categories/math/math-x-divide-y.svg deleted file mode 100644 index efe68a5ec..000000000 --- a/packages/icons/categories/math/math-x-divide-y.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/math/math-x-minus-x.svg b/packages/icons/categories/math/math-x-minus-x.svg deleted file mode 100644 index dfe42cb8e..000000000 --- a/packages/icons/categories/math/math-x-minus-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/math/math-x-minus-y.svg b/packages/icons/categories/math/math-x-minus-y.svg deleted file mode 100644 index be8171911..000000000 --- a/packages/icons/categories/math/math-x-minus-y.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/math/math-x-plus-x.svg b/packages/icons/categories/math/math-x-plus-x.svg deleted file mode 100644 index f7e0919dd..000000000 --- a/packages/icons/categories/math/math-x-plus-x.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/math/math-x-plus-y.svg b/packages/icons/categories/math/math-x-plus-y.svg deleted file mode 100644 index 0a4ba8b61..000000000 --- a/packages/icons/categories/math/math-x-plus-y.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/math/math-xy.svg b/packages/icons/categories/math/math-xy.svg deleted file mode 100644 index 3963c5bc8..000000000 --- a/packages/icons/categories/math/math-xy.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/math/math-y-minus-y.svg b/packages/icons/categories/math/math-y-minus-y.svg deleted file mode 100644 index 1c59145c2..000000000 --- a/packages/icons/categories/math/math-y-minus-y.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/math/math-y-plus-y.svg b/packages/icons/categories/math/math-y-plus-y.svg deleted file mode 100644 index fb6f21f07..000000000 --- a/packages/icons/categories/math/math-y-plus-y.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/math/math.svg b/packages/icons/categories/math/math.svg deleted file mode 100644 index 0527d5a1e..000000000 --- a/packages/icons/categories/math/math.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/math/minus.svg b/packages/icons/categories/math/minus.svg deleted file mode 100644 index c532b6196..000000000 --- a/packages/icons/categories/math/minus.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/math/multiplier-0-5x.svg b/packages/icons/categories/math/multiplier-0-5x.svg deleted file mode 100644 index a9d601adc..000000000 --- a/packages/icons/categories/math/multiplier-0-5x.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/math/multiplier-1-5x.svg b/packages/icons/categories/math/multiplier-1-5x.svg deleted file mode 100644 index 5664efe48..000000000 --- a/packages/icons/categories/math/multiplier-1-5x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/math/multiplier-1x.svg b/packages/icons/categories/math/multiplier-1x.svg deleted file mode 100644 index 9124f0084..000000000 --- a/packages/icons/categories/math/multiplier-1x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/math/multiplier-2x.svg b/packages/icons/categories/math/multiplier-2x.svg deleted file mode 100644 index b4d8eb408..000000000 --- a/packages/icons/categories/math/multiplier-2x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/math/omega.svg b/packages/icons/categories/math/omega.svg deleted file mode 100644 index 6aa715bbd..000000000 --- a/packages/icons/categories/math/omega.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/math/parentheses-off.svg b/packages/icons/categories/math/parentheses-off.svg deleted file mode 100644 index 7c937bf98..000000000 --- a/packages/icons/categories/math/parentheses-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/math/parentheses.svg b/packages/icons/categories/math/parentheses.svg deleted file mode 100644 index 7e6f68695..000000000 --- a/packages/icons/categories/math/parentheses.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/math/percentage.svg b/packages/icons/categories/math/percentage.svg deleted file mode 100644 index 60a1229fd..000000000 --- a/packages/icons/categories/math/percentage.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/math/plus-equal.svg b/packages/icons/categories/math/plus-equal.svg deleted file mode 100644 index 6f5776404..000000000 --- a/packages/icons/categories/math/plus-equal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/math/plus-minus.svg b/packages/icons/categories/math/plus-minus.svg deleted file mode 100644 index 4aefba6cf..000000000 --- a/packages/icons/categories/math/plus-minus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/math/plus.svg b/packages/icons/categories/math/plus.svg deleted file mode 100644 index 01ee91adb..000000000 --- a/packages/icons/categories/math/plus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/math/slash.svg b/packages/icons/categories/math/slash.svg deleted file mode 100644 index bef76a3c3..000000000 --- a/packages/icons/categories/math/slash.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/math/square-root-2.svg b/packages/icons/categories/math/square-root-2.svg deleted file mode 100644 index da3952baa..000000000 --- a/packages/icons/categories/math/square-root-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/math/square-root.svg b/packages/icons/categories/math/square-root.svg deleted file mode 100644 index f2879b645..000000000 --- a/packages/icons/categories/math/square-root.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/math/sum-off.svg b/packages/icons/categories/math/sum-off.svg deleted file mode 100644 index d56e3d074..000000000 --- a/packages/icons/categories/math/sum-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/math/sum.svg b/packages/icons/categories/math/sum.svg deleted file mode 100644 index 11ebb8531..000000000 --- a/packages/icons/categories/math/sum.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/math/tallymark-1.svg b/packages/icons/categories/math/tallymark-1.svg deleted file mode 100644 index 5c060f2e7..000000000 --- a/packages/icons/categories/math/tallymark-1.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/math/tallymark-2.svg b/packages/icons/categories/math/tallymark-2.svg deleted file mode 100644 index c6e33fcf9..000000000 --- a/packages/icons/categories/math/tallymark-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/math/tallymark-3.svg b/packages/icons/categories/math/tallymark-3.svg deleted file mode 100644 index 9d78f16b1..000000000 --- a/packages/icons/categories/math/tallymark-3.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/math/tallymark-4.svg b/packages/icons/categories/math/tallymark-4.svg deleted file mode 100644 index e7a1982b5..000000000 --- a/packages/icons/categories/math/tallymark-4.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/math/tallymarks.svg b/packages/icons/categories/math/tallymarks.svg deleted file mode 100644 index fbd5c622f..000000000 --- a/packages/icons/categories/math/tallymarks.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/math/variable-minus.svg b/packages/icons/categories/math/variable-minus.svg deleted file mode 100644 index ca948da16..000000000 --- a/packages/icons/categories/math/variable-minus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/math/variable-off.svg b/packages/icons/categories/math/variable-off.svg deleted file mode 100644 index 190428c1b..000000000 --- a/packages/icons/categories/math/variable-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/math/variable-plus.svg b/packages/icons/categories/math/variable-plus.svg deleted file mode 100644 index 0c4467442..000000000 --- a/packages/icons/categories/math/variable-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/math/variable.svg b/packages/icons/categories/math/variable.svg deleted file mode 100644 index c75c92120..000000000 --- a/packages/icons/categories/math/variable.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/media/aspect-ratio-off.svg b/packages/icons/categories/media/aspect-ratio-off.svg deleted file mode 100644 index b3c5b380b..000000000 --- a/packages/icons/categories/media/aspect-ratio-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/aspect-ratio.svg b/packages/icons/categories/media/aspect-ratio.svg deleted file mode 100644 index a2301d4e4..000000000 --- a/packages/icons/categories/media/aspect-ratio.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/media/camera-bolt.svg b/packages/icons/categories/media/camera-bolt.svg deleted file mode 100644 index 50dacaf48..000000000 --- a/packages/icons/categories/media/camera-bolt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/media/camera-cancel.svg b/packages/icons/categories/media/camera-cancel.svg deleted file mode 100644 index 6250ea2e2..000000000 --- a/packages/icons/categories/media/camera-cancel.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/camera-check.svg b/packages/icons/categories/media/camera-check.svg deleted file mode 100644 index 3900852c2..000000000 --- a/packages/icons/categories/media/camera-check.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/media/camera-code.svg b/packages/icons/categories/media/camera-code.svg deleted file mode 100644 index 7668b1ff2..000000000 --- a/packages/icons/categories/media/camera-code.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/camera-cog.svg b/packages/icons/categories/media/camera-cog.svg deleted file mode 100644 index 2bc42f60f..000000000 --- a/packages/icons/categories/media/camera-cog.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/media/camera-dollar.svg b/packages/icons/categories/media/camera-dollar.svg deleted file mode 100644 index b9164432d..000000000 --- a/packages/icons/categories/media/camera-dollar.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/camera-down.svg b/packages/icons/categories/media/camera-down.svg deleted file mode 100644 index 52eab8076..000000000 --- a/packages/icons/categories/media/camera-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/camera-exclamation.svg b/packages/icons/categories/media/camera-exclamation.svg deleted file mode 100644 index 63e2ac800..000000000 --- a/packages/icons/categories/media/camera-exclamation.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/camera-heart.svg b/packages/icons/categories/media/camera-heart.svg deleted file mode 100644 index 14bff2767..000000000 --- a/packages/icons/categories/media/camera-heart.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/media/camera-minus.svg b/packages/icons/categories/media/camera-minus.svg deleted file mode 100644 index 7f6bb9c1a..000000000 --- a/packages/icons/categories/media/camera-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/media/camera-off.svg b/packages/icons/categories/media/camera-off.svg deleted file mode 100644 index 79569aff4..000000000 --- a/packages/icons/categories/media/camera-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/media/camera-pause.svg b/packages/icons/categories/media/camera-pause.svg deleted file mode 100644 index a5a5faba5..000000000 --- a/packages/icons/categories/media/camera-pause.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/camera-pin.svg b/packages/icons/categories/media/camera-pin.svg deleted file mode 100644 index 0dc32daa1..000000000 --- a/packages/icons/categories/media/camera-pin.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/camera-plus.svg b/packages/icons/categories/media/camera-plus.svg deleted file mode 100644 index 3c097cbf1..000000000 --- a/packages/icons/categories/media/camera-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/camera-question.svg b/packages/icons/categories/media/camera-question.svg deleted file mode 100644 index 122e3308f..000000000 --- a/packages/icons/categories/media/camera-question.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/camera-search.svg b/packages/icons/categories/media/camera-search.svg deleted file mode 100644 index a1657253f..000000000 --- a/packages/icons/categories/media/camera-search.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/camera-share.svg b/packages/icons/categories/media/camera-share.svg deleted file mode 100644 index 90428057b..000000000 --- a/packages/icons/categories/media/camera-share.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/camera-star.svg b/packages/icons/categories/media/camera-star.svg deleted file mode 100644 index 23bced4fa..000000000 --- a/packages/icons/categories/media/camera-star.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/media/camera-up.svg b/packages/icons/categories/media/camera-up.svg deleted file mode 100644 index ee887ea37..000000000 --- a/packages/icons/categories/media/camera-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/camera-x.svg b/packages/icons/categories/media/camera-x.svg deleted file mode 100644 index 0ddf73bf1..000000000 --- a/packages/icons/categories/media/camera-x.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/camera.svg b/packages/icons/categories/media/camera.svg deleted file mode 100644 index 0e235a693..000000000 --- a/packages/icons/categories/media/camera.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/media/capture-off.svg b/packages/icons/categories/media/capture-off.svg deleted file mode 100644 index abf3c4680..000000000 --- a/packages/icons/categories/media/capture-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/media/capture.svg b/packages/icons/categories/media/capture.svg deleted file mode 100644 index 76b10de7f..000000000 --- a/packages/icons/categories/media/capture.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/cast-off.svg b/packages/icons/categories/media/cast-off.svg deleted file mode 100644 index e00eb7161..000000000 --- a/packages/icons/categories/media/cast-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/cast.svg b/packages/icons/categories/media/cast.svg deleted file mode 100644 index f22a2c43b..000000000 --- a/packages/icons/categories/media/cast.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/headphones-off.svg b/packages/icons/categories/media/headphones-off.svg deleted file mode 100644 index d020e2a7c..000000000 --- a/packages/icons/categories/media/headphones-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/headphones.svg b/packages/icons/categories/media/headphones.svg deleted file mode 100644 index dd4b40b0d..000000000 --- a/packages/icons/categories/media/headphones.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/media/headset-off.svg b/packages/icons/categories/media/headset-off.svg deleted file mode 100644 index 5d582f1ff..000000000 --- a/packages/icons/categories/media/headset-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/headset.svg b/packages/icons/categories/media/headset.svg deleted file mode 100644 index b617b135e..000000000 --- a/packages/icons/categories/media/headset.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/keyframe-align-center.svg b/packages/icons/categories/media/keyframe-align-center.svg deleted file mode 100644 index ca1c99dad..000000000 --- a/packages/icons/categories/media/keyframe-align-center.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/keyframe-align-horizontal.svg b/packages/icons/categories/media/keyframe-align-horizontal.svg deleted file mode 100644 index c8df6c36b..000000000 --- a/packages/icons/categories/media/keyframe-align-horizontal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/media/keyframe-align-vertical.svg b/packages/icons/categories/media/keyframe-align-vertical.svg deleted file mode 100644 index 410ead2d0..000000000 --- a/packages/icons/categories/media/keyframe-align-vertical.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/media/keyframe.svg b/packages/icons/categories/media/keyframe.svg deleted file mode 100644 index 8ae184818..000000000 --- a/packages/icons/categories/media/keyframe.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/media/keyframes.svg b/packages/icons/categories/media/keyframes.svg deleted file mode 100644 index 4e9a592e2..000000000 --- a/packages/icons/categories/media/keyframes.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/media/maximize-off.svg b/packages/icons/categories/media/maximize-off.svg deleted file mode 100644 index 99e91b86b..000000000 --- a/packages/icons/categories/media/maximize-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/maximize.svg b/packages/icons/categories/media/maximize.svg deleted file mode 100644 index e1efcddca..000000000 --- a/packages/icons/categories/media/maximize.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/microphone-2-off.svg b/packages/icons/categories/media/microphone-2-off.svg deleted file mode 100644 index eb94e5206..000000000 --- a/packages/icons/categories/media/microphone-2-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/media/microphone-2.svg b/packages/icons/categories/media/microphone-2.svg deleted file mode 100644 index cbd13ebf3..000000000 --- a/packages/icons/categories/media/microphone-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/media/microphone-off.svg b/packages/icons/categories/media/microphone-off.svg deleted file mode 100644 index 904f2bf3c..000000000 --- a/packages/icons/categories/media/microphone-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/microphone.svg b/packages/icons/categories/media/microphone.svg deleted file mode 100644 index 3762a09e4..000000000 --- a/packages/icons/categories/media/microphone.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/minimize.svg b/packages/icons/categories/media/minimize.svg deleted file mode 100644 index dd138ae73..000000000 --- a/packages/icons/categories/media/minimize.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/movie-off.svg b/packages/icons/categories/media/movie-off.svg deleted file mode 100644 index 7ca07dd1d..000000000 --- a/packages/icons/categories/media/movie-off.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/media/movie.svg b/packages/icons/categories/media/movie.svg deleted file mode 100644 index e2e5a7218..000000000 --- a/packages/icons/categories/media/movie.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/media/music-off.svg b/packages/icons/categories/media/music-off.svg deleted file mode 100644 index b8fc1e039..000000000 --- a/packages/icons/categories/media/music-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/music.svg b/packages/icons/categories/media/music.svg deleted file mode 100644 index d472dddb3..000000000 --- a/packages/icons/categories/media/music.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/photo-ai.svg b/packages/icons/categories/media/photo-ai.svg deleted file mode 100644 index 2f628f189..000000000 --- a/packages/icons/categories/media/photo-ai.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-bolt.svg b/packages/icons/categories/media/photo-bolt.svg deleted file mode 100644 index f3c2896b7..000000000 --- a/packages/icons/categories/media/photo-bolt.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-cancel.svg b/packages/icons/categories/media/photo-cancel.svg deleted file mode 100644 index 32a978a32..000000000 --- a/packages/icons/categories/media/photo-cancel.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-check.svg b/packages/icons/categories/media/photo-check.svg deleted file mode 100644 index 419a44f95..000000000 --- a/packages/icons/categories/media/photo-check.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-circle-minus.svg b/packages/icons/categories/media/photo-circle-minus.svg deleted file mode 100644 index e4762b8dd..000000000 --- a/packages/icons/categories/media/photo-circle-minus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-circle-plus.svg b/packages/icons/categories/media/photo-circle-plus.svg deleted file mode 100644 index d9c8112ef..000000000 --- a/packages/icons/categories/media/photo-circle-plus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-code.svg b/packages/icons/categories/media/photo-code.svg deleted file mode 100644 index b8e007511..000000000 --- a/packages/icons/categories/media/photo-code.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-cog.svg b/packages/icons/categories/media/photo-cog.svg deleted file mode 100644 index 61449de6f..000000000 --- a/packages/icons/categories/media/photo-cog.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-dollar.svg b/packages/icons/categories/media/photo-dollar.svg deleted file mode 100644 index 77c5d2a6b..000000000 --- a/packages/icons/categories/media/photo-dollar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-down.svg b/packages/icons/categories/media/photo-down.svg deleted file mode 100644 index 62e666af3..000000000 --- a/packages/icons/categories/media/photo-down.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-edit.svg b/packages/icons/categories/media/photo-edit.svg deleted file mode 100644 index cbc9c5fba..000000000 --- a/packages/icons/categories/media/photo-edit.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-exclamation.svg b/packages/icons/categories/media/photo-exclamation.svg deleted file mode 100644 index 722220d91..000000000 --- a/packages/icons/categories/media/photo-exclamation.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-heart.svg b/packages/icons/categories/media/photo-heart.svg deleted file mode 100644 index d54612e11..000000000 --- a/packages/icons/categories/media/photo-heart.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/photo-minus.svg b/packages/icons/categories/media/photo-minus.svg deleted file mode 100644 index f58fd5c8e..000000000 --- a/packages/icons/categories/media/photo-minus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-off.svg b/packages/icons/categories/media/photo-off.svg deleted file mode 100644 index 5ff92efa2..000000000 --- a/packages/icons/categories/media/photo-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-pause.svg b/packages/icons/categories/media/photo-pause.svg deleted file mode 100644 index dfe09ed94..000000000 --- a/packages/icons/categories/media/photo-pause.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-pin.svg b/packages/icons/categories/media/photo-pin.svg deleted file mode 100644 index 9160d72f4..000000000 --- a/packages/icons/categories/media/photo-pin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-plus.svg b/packages/icons/categories/media/photo-plus.svg deleted file mode 100644 index 28db759a0..000000000 --- a/packages/icons/categories/media/photo-plus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-question.svg b/packages/icons/categories/media/photo-question.svg deleted file mode 100644 index 7d0f0cb59..000000000 --- a/packages/icons/categories/media/photo-question.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-search.svg b/packages/icons/categories/media/photo-search.svg deleted file mode 100644 index 37d032f37..000000000 --- a/packages/icons/categories/media/photo-search.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-share.svg b/packages/icons/categories/media/photo-share.svg deleted file mode 100644 index 94a8fab60..000000000 --- a/packages/icons/categories/media/photo-share.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-shield.svg b/packages/icons/categories/media/photo-shield.svg deleted file mode 100644 index e06341b5b..000000000 --- a/packages/icons/categories/media/photo-shield.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/photo-star.svg b/packages/icons/categories/media/photo-star.svg deleted file mode 100644 index 1548ff813..000000000 --- a/packages/icons/categories/media/photo-star.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/photo-up.svg b/packages/icons/categories/media/photo-up.svg deleted file mode 100644 index ce87a3a27..000000000 --- a/packages/icons/categories/media/photo-up.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/media/photo-x.svg b/packages/icons/categories/media/photo-x.svg deleted file mode 100644 index dcac858ae..000000000 --- a/packages/icons/categories/media/photo-x.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/media/photo.svg b/packages/icons/categories/media/photo.svg deleted file mode 100644 index 2fa7b88ef..000000000 --- a/packages/icons/categories/media/photo.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/picture-in-picture-off.svg b/packages/icons/categories/media/picture-in-picture-off.svg deleted file mode 100644 index ab6f76fc3..000000000 --- a/packages/icons/categories/media/picture-in-picture-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/picture-in-picture-on.svg b/packages/icons/categories/media/picture-in-picture-on.svg deleted file mode 100644 index edce8eb26..000000000 --- a/packages/icons/categories/media/picture-in-picture-on.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/picture-in-picture-top.svg b/packages/icons/categories/media/picture-in-picture-top.svg deleted file mode 100644 index 3c7da5c0d..000000000 --- a/packages/icons/categories/media/picture-in-picture-top.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/media/picture-in-picture.svg b/packages/icons/categories/media/picture-in-picture.svg deleted file mode 100644 index 1aca6b2a9..000000000 --- a/packages/icons/categories/media/picture-in-picture.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/media/player-eject.svg b/packages/icons/categories/media/player-eject.svg deleted file mode 100644 index 09776753e..000000000 --- a/packages/icons/categories/media/player-eject.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/media/player-pause.svg b/packages/icons/categories/media/player-pause.svg deleted file mode 100644 index 0b59711cf..000000000 --- a/packages/icons/categories/media/player-pause.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/media/player-play.svg b/packages/icons/categories/media/player-play.svg deleted file mode 100644 index 069f87916..000000000 --- a/packages/icons/categories/media/player-play.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/media/player-record.svg b/packages/icons/categories/media/player-record.svg deleted file mode 100644 index 383e8c758..000000000 --- a/packages/icons/categories/media/player-record.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/media/player-skip-back.svg b/packages/icons/categories/media/player-skip-back.svg deleted file mode 100644 index 577260acf..000000000 --- a/packages/icons/categories/media/player-skip-back.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/media/player-skip-forward.svg b/packages/icons/categories/media/player-skip-forward.svg deleted file mode 100644 index 137749592..000000000 --- a/packages/icons/categories/media/player-skip-forward.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/media/player-stop.svg b/packages/icons/categories/media/player-stop.svg deleted file mode 100644 index 4dbb130f3..000000000 --- a/packages/icons/categories/media/player-stop.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/media/player-track-next.svg b/packages/icons/categories/media/player-track-next.svg deleted file mode 100644 index e097dcf9f..000000000 --- a/packages/icons/categories/media/player-track-next.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/media/player-track-prev.svg b/packages/icons/categories/media/player-track-prev.svg deleted file mode 100644 index 316aff8ca..000000000 --- a/packages/icons/categories/media/player-track-prev.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/media/playlist-off.svg b/packages/icons/categories/media/playlist-off.svg deleted file mode 100644 index 4278e0a85..000000000 --- a/packages/icons/categories/media/playlist-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/media/playlist-x.svg b/packages/icons/categories/media/playlist-x.svg deleted file mode 100644 index 2ea9cc278..000000000 --- a/packages/icons/categories/media/playlist-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/playlist.svg b/packages/icons/categories/media/playlist.svg deleted file mode 100644 index 747b3d6f6..000000000 --- a/packages/icons/categories/media/playlist.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/radio-off.svg b/packages/icons/categories/media/radio-off.svg deleted file mode 100644 index 3e90c52c8..000000000 --- a/packages/icons/categories/media/radio-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/radio.svg b/packages/icons/categories/media/radio.svg deleted file mode 100644 index 31890747b..000000000 --- a/packages/icons/categories/media/radio.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/repeat-off.svg b/packages/icons/categories/media/repeat-off.svg deleted file mode 100644 index 8f79076ae..000000000 --- a/packages/icons/categories/media/repeat-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/media/repeat-once.svg b/packages/icons/categories/media/repeat-once.svg deleted file mode 100644 index de3ae84ce..000000000 --- a/packages/icons/categories/media/repeat-once.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/media/repeat.svg b/packages/icons/categories/media/repeat.svg deleted file mode 100644 index 7e58a4741..000000000 --- a/packages/icons/categories/media/repeat.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/media/rewind-backward-10.svg b/packages/icons/categories/media/rewind-backward-10.svg deleted file mode 100644 index d3640a184..000000000 --- a/packages/icons/categories/media/rewind-backward-10.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/rewind-backward-15.svg b/packages/icons/categories/media/rewind-backward-15.svg deleted file mode 100644 index 7beef770f..000000000 --- a/packages/icons/categories/media/rewind-backward-15.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/rewind-backward-20.svg b/packages/icons/categories/media/rewind-backward-20.svg deleted file mode 100644 index 5c4ce3733..000000000 --- a/packages/icons/categories/media/rewind-backward-20.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/rewind-backward-30.svg b/packages/icons/categories/media/rewind-backward-30.svg deleted file mode 100644 index da614f25b..000000000 --- a/packages/icons/categories/media/rewind-backward-30.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/rewind-backward-40.svg b/packages/icons/categories/media/rewind-backward-40.svg deleted file mode 100644 index 6baeb086c..000000000 --- a/packages/icons/categories/media/rewind-backward-40.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/rewind-backward-5.svg b/packages/icons/categories/media/rewind-backward-5.svg deleted file mode 100644 index 1e37c72ee..000000000 --- a/packages/icons/categories/media/rewind-backward-5.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/media/rewind-backward-50.svg b/packages/icons/categories/media/rewind-backward-50.svg deleted file mode 100644 index 88219a7c3..000000000 --- a/packages/icons/categories/media/rewind-backward-50.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/rewind-backward-60.svg b/packages/icons/categories/media/rewind-backward-60.svg deleted file mode 100644 index 6e92131f7..000000000 --- a/packages/icons/categories/media/rewind-backward-60.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/rewind-forward-10.svg b/packages/icons/categories/media/rewind-forward-10.svg deleted file mode 100644 index 5a61c888b..000000000 --- a/packages/icons/categories/media/rewind-forward-10.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/rewind-forward-15.svg b/packages/icons/categories/media/rewind-forward-15.svg deleted file mode 100644 index 6e84f76a6..000000000 --- a/packages/icons/categories/media/rewind-forward-15.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/rewind-forward-20.svg b/packages/icons/categories/media/rewind-forward-20.svg deleted file mode 100644 index 28c92f669..000000000 --- a/packages/icons/categories/media/rewind-forward-20.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/rewind-forward-30.svg b/packages/icons/categories/media/rewind-forward-30.svg deleted file mode 100644 index 18cf06434..000000000 --- a/packages/icons/categories/media/rewind-forward-30.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/rewind-forward-40.svg b/packages/icons/categories/media/rewind-forward-40.svg deleted file mode 100644 index ca9c91f1a..000000000 --- a/packages/icons/categories/media/rewind-forward-40.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/media/rewind-forward-5.svg b/packages/icons/categories/media/rewind-forward-5.svg deleted file mode 100644 index 2c4ae1337..000000000 --- a/packages/icons/categories/media/rewind-forward-5.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/media/rewind-forward-50.svg b/packages/icons/categories/media/rewind-forward-50.svg deleted file mode 100644 index 6ba4e9dae..000000000 --- a/packages/icons/categories/media/rewind-forward-50.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/rewind-forward-60.svg b/packages/icons/categories/media/rewind-forward-60.svg deleted file mode 100644 index 344538bbe..000000000 --- a/packages/icons/categories/media/rewind-forward-60.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/speakerphone.svg b/packages/icons/categories/media/speakerphone.svg deleted file mode 100644 index 39fe39897..000000000 --- a/packages/icons/categories/media/speakerphone.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/media/video-minus.svg b/packages/icons/categories/media/video-minus.svg deleted file mode 100644 index 633737fd5..000000000 --- a/packages/icons/categories/media/video-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/media/video-off.svg b/packages/icons/categories/media/video-off.svg deleted file mode 100644 index 91d7e3fd4..000000000 --- a/packages/icons/categories/media/video-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/media/video-plus.svg b/packages/icons/categories/media/video-plus.svg deleted file mode 100644 index 0d95b1e1b..000000000 --- a/packages/icons/categories/media/video-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/video.svg b/packages/icons/categories/media/video.svg deleted file mode 100644 index 15118038c..000000000 --- a/packages/icons/categories/media/video.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/media/volume-2.svg b/packages/icons/categories/media/volume-2.svg deleted file mode 100644 index 56b6f1d4e..000000000 --- a/packages/icons/categories/media/volume-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/media/volume-3.svg b/packages/icons/categories/media/volume-3.svg deleted file mode 100644 index 283c40e1d..000000000 --- a/packages/icons/categories/media/volume-3.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/media/volume-off.svg b/packages/icons/categories/media/volume-off.svg deleted file mode 100644 index cca60d876..000000000 --- a/packages/icons/categories/media/volume-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/media/volume.svg b/packages/icons/categories/media/volume.svg deleted file mode 100644 index 1896dde5e..000000000 --- a/packages/icons/categories/media/volume.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/mood/mood-angry.svg b/packages/icons/categories/mood/mood-angry.svg deleted file mode 100644 index 488779783..000000000 --- a/packages/icons/categories/mood/mood-angry.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-annoyed-2.svg b/packages/icons/categories/mood/mood-annoyed-2.svg deleted file mode 100644 index f9acc5e1e..000000000 --- a/packages/icons/categories/mood/mood-annoyed-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-annoyed.svg b/packages/icons/categories/mood/mood-annoyed.svg deleted file mode 100644 index 5d8f1b0bc..000000000 --- a/packages/icons/categories/mood/mood-annoyed.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-boy.svg b/packages/icons/categories/mood/mood-boy.svg deleted file mode 100644 index eff167979..000000000 --- a/packages/icons/categories/mood/mood-boy.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-check.svg b/packages/icons/categories/mood/mood-check.svg deleted file mode 100644 index 76f5e7303..000000000 --- a/packages/icons/categories/mood/mood-check.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-cog.svg b/packages/icons/categories/mood/mood-cog.svg deleted file mode 100644 index d893b41e1..000000000 --- a/packages/icons/categories/mood/mood-cog.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-confuzed.svg b/packages/icons/categories/mood/mood-confuzed.svg deleted file mode 100644 index 61d3c1109..000000000 --- a/packages/icons/categories/mood/mood-confuzed.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-crazy-happy.svg b/packages/icons/categories/mood/mood-crazy-happy.svg deleted file mode 100644 index 2020ee557..000000000 --- a/packages/icons/categories/mood/mood-crazy-happy.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-cry.svg b/packages/icons/categories/mood/mood-cry.svg deleted file mode 100644 index 0a9f6badf..000000000 --- a/packages/icons/categories/mood/mood-cry.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-dollar.svg b/packages/icons/categories/mood/mood-dollar.svg deleted file mode 100644 index d6f106ba2..000000000 --- a/packages/icons/categories/mood/mood-dollar.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-edit.svg b/packages/icons/categories/mood/mood-edit.svg deleted file mode 100644 index f451c6f01..000000000 --- a/packages/icons/categories/mood/mood-edit.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-empty.svg b/packages/icons/categories/mood/mood-empty.svg deleted file mode 100644 index b98679fe4..000000000 --- a/packages/icons/categories/mood/mood-empty.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-happy.svg b/packages/icons/categories/mood/mood-happy.svg deleted file mode 100644 index d200b0de9..000000000 --- a/packages/icons/categories/mood/mood-happy.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-heart.svg b/packages/icons/categories/mood/mood-heart.svg deleted file mode 100644 index fd85b258f..000000000 --- a/packages/icons/categories/mood/mood-heart.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-kid.svg b/packages/icons/categories/mood/mood-kid.svg deleted file mode 100644 index 7f32957ea..000000000 --- a/packages/icons/categories/mood/mood-kid.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-look-left.svg b/packages/icons/categories/mood/mood-look-left.svg deleted file mode 100644 index 2a7d5c004..000000000 --- a/packages/icons/categories/mood/mood-look-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/mood/mood-look-right.svg b/packages/icons/categories/mood/mood-look-right.svg deleted file mode 100644 index ffd88871f..000000000 --- a/packages/icons/categories/mood/mood-look-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/mood/mood-minus.svg b/packages/icons/categories/mood/mood-minus.svg deleted file mode 100644 index f523b41d9..000000000 --- a/packages/icons/categories/mood/mood-minus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-nerd.svg b/packages/icons/categories/mood/mood-nerd.svg deleted file mode 100644 index 4ab6d9b4f..000000000 --- a/packages/icons/categories/mood/mood-nerd.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-nervous.svg b/packages/icons/categories/mood/mood-nervous.svg deleted file mode 100644 index 252724403..000000000 --- a/packages/icons/categories/mood/mood-nervous.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-neutral.svg b/packages/icons/categories/mood/mood-neutral.svg deleted file mode 100644 index db849ad4b..000000000 --- a/packages/icons/categories/mood/mood-neutral.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/mood/mood-off.svg b/packages/icons/categories/mood/mood-off.svg deleted file mode 100644 index b309fa8a5..000000000 --- a/packages/icons/categories/mood/mood-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-pin.svg b/packages/icons/categories/mood/mood-pin.svg deleted file mode 100644 index 6ddb232a5..000000000 --- a/packages/icons/categories/mood/mood-pin.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-plus.svg b/packages/icons/categories/mood/mood-plus.svg deleted file mode 100644 index c52a0ecdd..000000000 --- a/packages/icons/categories/mood/mood-plus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-sad-2.svg b/packages/icons/categories/mood/mood-sad-2.svg deleted file mode 100644 index 1aa38ab93..000000000 --- a/packages/icons/categories/mood/mood-sad-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-sad-dizzy.svg b/packages/icons/categories/mood/mood-sad-dizzy.svg deleted file mode 100644 index a0f7da22b..000000000 --- a/packages/icons/categories/mood/mood-sad-dizzy.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-sad-squint.svg b/packages/icons/categories/mood/mood-sad-squint.svg deleted file mode 100644 index 1d08809c9..000000000 --- a/packages/icons/categories/mood/mood-sad-squint.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-sad.svg b/packages/icons/categories/mood/mood-sad.svg deleted file mode 100644 index 9869fee86..000000000 --- a/packages/icons/categories/mood/mood-sad.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-search.svg b/packages/icons/categories/mood/mood-search.svg deleted file mode 100644 index 8fb2dbd4e..000000000 --- a/packages/icons/categories/mood/mood-search.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-share.svg b/packages/icons/categories/mood/mood-share.svg deleted file mode 100644 index f0fa5b9ea..000000000 --- a/packages/icons/categories/mood/mood-share.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-sick.svg b/packages/icons/categories/mood/mood-sick.svg deleted file mode 100644 index 527a225d2..000000000 --- a/packages/icons/categories/mood/mood-sick.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-silence.svg b/packages/icons/categories/mood/mood-silence.svg deleted file mode 100644 index 3d1b17420..000000000 --- a/packages/icons/categories/mood/mood-silence.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-sing.svg b/packages/icons/categories/mood/mood-sing.svg deleted file mode 100644 index 42710093d..000000000 --- a/packages/icons/categories/mood/mood-sing.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-smile-beam.svg b/packages/icons/categories/mood/mood-smile-beam.svg deleted file mode 100644 index 848612225..000000000 --- a/packages/icons/categories/mood/mood-smile-beam.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-smile-dizzy.svg b/packages/icons/categories/mood/mood-smile-dizzy.svg deleted file mode 100644 index 18231e3f7..000000000 --- a/packages/icons/categories/mood/mood-smile-dizzy.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-smile.svg b/packages/icons/categories/mood/mood-smile.svg deleted file mode 100644 index 0d30587f3..000000000 --- a/packages/icons/categories/mood/mood-smile.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-suprised.svg b/packages/icons/categories/mood/mood-suprised.svg deleted file mode 100644 index 9e6646e28..000000000 --- a/packages/icons/categories/mood/mood-suprised.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-tongue-wink-2.svg b/packages/icons/categories/mood/mood-tongue-wink-2.svg deleted file mode 100644 index c345bb1b0..000000000 --- a/packages/icons/categories/mood/mood-tongue-wink-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-tongue-wink.svg b/packages/icons/categories/mood/mood-tongue-wink.svg deleted file mode 100644 index 96c32f023..000000000 --- a/packages/icons/categories/mood/mood-tongue-wink.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-tongue.svg b/packages/icons/categories/mood/mood-tongue.svg deleted file mode 100644 index 1eb847c08..000000000 --- a/packages/icons/categories/mood/mood-tongue.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-unamused.svg b/packages/icons/categories/mood/mood-unamused.svg deleted file mode 100644 index 3bc19f9bb..000000000 --- a/packages/icons/categories/mood/mood-unamused.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-up.svg b/packages/icons/categories/mood/mood-up.svg deleted file mode 100644 index ccc81af9c..000000000 --- a/packages/icons/categories/mood/mood-up.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-wink-2.svg b/packages/icons/categories/mood/mood-wink-2.svg deleted file mode 100644 index 5e58545cb..000000000 --- a/packages/icons/categories/mood/mood-wink-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-wink.svg b/packages/icons/categories/mood/mood-wink.svg deleted file mode 100644 index 5dbf4cda3..000000000 --- a/packages/icons/categories/mood/mood-wink.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-wrrr.svg b/packages/icons/categories/mood/mood-wrrr.svg deleted file mode 100644 index cb12536b9..000000000 --- a/packages/icons/categories/mood/mood-wrrr.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-x.svg b/packages/icons/categories/mood/mood-x.svg deleted file mode 100644 index cb7a2494e..000000000 --- a/packages/icons/categories/mood/mood-x.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/mood/mood-xd.svg b/packages/icons/categories/mood/mood-xd.svg deleted file mode 100644 index 8c9219264..000000000 --- a/packages/icons/categories/mood/mood-xd.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/nature/butterfly.svg b/packages/icons/categories/nature/butterfly.svg deleted file mode 100644 index c3c3d4a58..000000000 --- a/packages/icons/categories/nature/butterfly.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/nature/cactus-off.svg b/packages/icons/categories/nature/cactus-off.svg deleted file mode 100644 index 6ce755a71..000000000 --- a/packages/icons/categories/nature/cactus-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/nature/cactus.svg b/packages/icons/categories/nature/cactus.svg deleted file mode 100644 index 50ee742dc..000000000 --- a/packages/icons/categories/nature/cactus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/nature/cannabis.svg b/packages/icons/categories/nature/cannabis.svg deleted file mode 100644 index bda4404ae..000000000 --- a/packages/icons/categories/nature/cannabis.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/nature/cherry.svg b/packages/icons/categories/nature/cherry.svg deleted file mode 100644 index f53ef3ed7..000000000 --- a/packages/icons/categories/nature/cherry.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/nature/christmas-tree-off.svg b/packages/icons/categories/nature/christmas-tree-off.svg deleted file mode 100644 index 60a280420..000000000 --- a/packages/icons/categories/nature/christmas-tree-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/nature/christmas-tree.svg b/packages/icons/categories/nature/christmas-tree.svg deleted file mode 100644 index 2e039e9a1..000000000 --- a/packages/icons/categories/nature/christmas-tree.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/nature/clover-2.svg b/packages/icons/categories/nature/clover-2.svg deleted file mode 100644 index 1851d21bb..000000000 --- a/packages/icons/categories/nature/clover-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/nature/clover.svg b/packages/icons/categories/nature/clover.svg deleted file mode 100644 index e88c95cca..000000000 --- a/packages/icons/categories/nature/clover.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/nature/feather-off.svg b/packages/icons/categories/nature/feather-off.svg deleted file mode 100644 index b7a46790b..000000000 --- a/packages/icons/categories/nature/feather-off.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/nature/feather.svg b/packages/icons/categories/nature/feather.svg deleted file mode 100644 index fe311de7f..000000000 --- a/packages/icons/categories/nature/feather.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/nature/flower-off.svg b/packages/icons/categories/nature/flower-off.svg deleted file mode 100644 index 0075c1a41..000000000 --- a/packages/icons/categories/nature/flower-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/nature/flower.svg b/packages/icons/categories/nature/flower.svg deleted file mode 100644 index 7d704be25..000000000 --- a/packages/icons/categories/nature/flower.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/nature/growth.svg b/packages/icons/categories/nature/growth.svg deleted file mode 100644 index 30e17f217..000000000 --- a/packages/icons/categories/nature/growth.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/nature/leaf-off.svg b/packages/icons/categories/nature/leaf-off.svg deleted file mode 100644 index a1b140130..000000000 --- a/packages/icons/categories/nature/leaf-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/nature/leaf.svg b/packages/icons/categories/nature/leaf.svg deleted file mode 100644 index f912d4363..000000000 --- a/packages/icons/categories/nature/leaf.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/nature/meteor-off.svg b/packages/icons/categories/nature/meteor-off.svg deleted file mode 100644 index 14a8ae3ac..000000000 --- a/packages/icons/categories/nature/meteor-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/nature/meteor.svg b/packages/icons/categories/nature/meteor.svg deleted file mode 100644 index 62945e195..000000000 --- a/packages/icons/categories/nature/meteor.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/nature/mountain-off.svg b/packages/icons/categories/nature/mountain-off.svg deleted file mode 100644 index 3a66e2f20..000000000 --- a/packages/icons/categories/nature/mountain-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/nature/mountain.svg b/packages/icons/categories/nature/mountain.svg deleted file mode 100644 index 7ceb540b2..000000000 --- a/packages/icons/categories/nature/mountain.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/nature/plant-2-off.svg b/packages/icons/categories/nature/plant-2-off.svg deleted file mode 100644 index 17d342a5b..000000000 --- a/packages/icons/categories/nature/plant-2-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/nature/plant-2.svg b/packages/icons/categories/nature/plant-2.svg deleted file mode 100644 index f69b4ce9b..000000000 --- a/packages/icons/categories/nature/plant-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/nature/plant-off.svg b/packages/icons/categories/nature/plant-off.svg deleted file mode 100644 index d29502434..000000000 --- a/packages/icons/categories/nature/plant-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/nature/plant.svg b/packages/icons/categories/nature/plant.svg deleted file mode 100644 index 3c23c6128..000000000 --- a/packages/icons/categories/nature/plant.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/nature/ripple-off.svg b/packages/icons/categories/nature/ripple-off.svg deleted file mode 100644 index 6aa99b2ca..000000000 --- a/packages/icons/categories/nature/ripple-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/nature/ripple.svg b/packages/icons/categories/nature/ripple.svg deleted file mode 100644 index 8df361f0b..000000000 --- a/packages/icons/categories/nature/ripple.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/nature/seeding-off.svg b/packages/icons/categories/nature/seeding-off.svg deleted file mode 100644 index c25ac1208..000000000 --- a/packages/icons/categories/nature/seeding-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/nature/seeding.svg b/packages/icons/categories/nature/seeding.svg deleted file mode 100644 index 072f0e7b8..000000000 --- a/packages/icons/categories/nature/seeding.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/numbers/123.svg b/packages/icons/categories/numbers/123.svg deleted file mode 100644 index ce3b8f539..000000000 --- a/packages/icons/categories/numbers/123.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/numbers/box-multiple-0.svg b/packages/icons/categories/numbers/box-multiple-0.svg deleted file mode 100644 index 4b8a792fd..000000000 --- a/packages/icons/categories/numbers/box-multiple-0.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/numbers/box-multiple-1.svg b/packages/icons/categories/numbers/box-multiple-1.svg deleted file mode 100644 index ee511e390..000000000 --- a/packages/icons/categories/numbers/box-multiple-1.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/numbers/box-multiple-2.svg b/packages/icons/categories/numbers/box-multiple-2.svg deleted file mode 100644 index 67f83b1bf..000000000 --- a/packages/icons/categories/numbers/box-multiple-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/numbers/box-multiple-3.svg b/packages/icons/categories/numbers/box-multiple-3.svg deleted file mode 100644 index 02929859c..000000000 --- a/packages/icons/categories/numbers/box-multiple-3.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/numbers/box-multiple-4.svg b/packages/icons/categories/numbers/box-multiple-4.svg deleted file mode 100644 index dddd3f383..000000000 --- a/packages/icons/categories/numbers/box-multiple-4.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/numbers/box-multiple-5.svg b/packages/icons/categories/numbers/box-multiple-5.svg deleted file mode 100644 index d5c058fa5..000000000 --- a/packages/icons/categories/numbers/box-multiple-5.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/numbers/box-multiple-6.svg b/packages/icons/categories/numbers/box-multiple-6.svg deleted file mode 100644 index 9eff2790c..000000000 --- a/packages/icons/categories/numbers/box-multiple-6.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/numbers/box-multiple-7.svg b/packages/icons/categories/numbers/box-multiple-7.svg deleted file mode 100644 index c1f22ec7c..000000000 --- a/packages/icons/categories/numbers/box-multiple-7.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/numbers/box-multiple-8.svg b/packages/icons/categories/numbers/box-multiple-8.svg deleted file mode 100644 index 96fda93d1..000000000 --- a/packages/icons/categories/numbers/box-multiple-8.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/numbers/box-multiple-9.svg b/packages/icons/categories/numbers/box-multiple-9.svg deleted file mode 100644 index 6c1388752..000000000 --- a/packages/icons/categories/numbers/box-multiple-9.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/numbers/circle-dashed-number-0.svg b/packages/icons/categories/numbers/circle-dashed-number-0.svg deleted file mode 100644 index 0c5606e6c..000000000 --- a/packages/icons/categories/numbers/circle-dashed-number-0.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/numbers/circle-dashed-number-1.svg b/packages/icons/categories/numbers/circle-dashed-number-1.svg deleted file mode 100644 index 62bfea668..000000000 --- a/packages/icons/categories/numbers/circle-dashed-number-1.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/numbers/circle-dashed-number-2.svg b/packages/icons/categories/numbers/circle-dashed-number-2.svg deleted file mode 100644 index 8a998a306..000000000 --- a/packages/icons/categories/numbers/circle-dashed-number-2.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/numbers/circle-dashed-number-3.svg b/packages/icons/categories/numbers/circle-dashed-number-3.svg deleted file mode 100644 index 12ec4b2c0..000000000 --- a/packages/icons/categories/numbers/circle-dashed-number-3.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/numbers/circle-dashed-number-4.svg b/packages/icons/categories/numbers/circle-dashed-number-4.svg deleted file mode 100644 index 8bb96e759..000000000 --- a/packages/icons/categories/numbers/circle-dashed-number-4.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/numbers/circle-dashed-number-5.svg b/packages/icons/categories/numbers/circle-dashed-number-5.svg deleted file mode 100644 index e858b2306..000000000 --- a/packages/icons/categories/numbers/circle-dashed-number-5.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/numbers/circle-dashed-number-6.svg b/packages/icons/categories/numbers/circle-dashed-number-6.svg deleted file mode 100644 index 363374145..000000000 --- a/packages/icons/categories/numbers/circle-dashed-number-6.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/numbers/circle-dashed-number-7.svg b/packages/icons/categories/numbers/circle-dashed-number-7.svg deleted file mode 100644 index 5bd9ac1ff..000000000 --- a/packages/icons/categories/numbers/circle-dashed-number-7.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/numbers/circle-dashed-number-8.svg b/packages/icons/categories/numbers/circle-dashed-number-8.svg deleted file mode 100644 index 4eb873752..000000000 --- a/packages/icons/categories/numbers/circle-dashed-number-8.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/numbers/circle-dashed-number-9.svg b/packages/icons/categories/numbers/circle-dashed-number-9.svg deleted file mode 100644 index 5eaaae0aa..000000000 --- a/packages/icons/categories/numbers/circle-dashed-number-9.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/numbers/circle-dashed-x.svg b/packages/icons/categories/numbers/circle-dashed-x.svg deleted file mode 100644 index 60a6faafc..000000000 --- a/packages/icons/categories/numbers/circle-dashed-x.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/numbers/circle-number-0.svg b/packages/icons/categories/numbers/circle-number-0.svg deleted file mode 100644 index cc39a86cc..000000000 --- a/packages/icons/categories/numbers/circle-number-0.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/circle-number-1.svg b/packages/icons/categories/numbers/circle-number-1.svg deleted file mode 100644 index 3ac122dc3..000000000 --- a/packages/icons/categories/numbers/circle-number-1.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/circle-number-2.svg b/packages/icons/categories/numbers/circle-number-2.svg deleted file mode 100644 index ba7ee722f..000000000 --- a/packages/icons/categories/numbers/circle-number-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/circle-number-3.svg b/packages/icons/categories/numbers/circle-number-3.svg deleted file mode 100644 index c59d9b0bf..000000000 --- a/packages/icons/categories/numbers/circle-number-3.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/circle-number-4.svg b/packages/icons/categories/numbers/circle-number-4.svg deleted file mode 100644 index 8c0438820..000000000 --- a/packages/icons/categories/numbers/circle-number-4.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/numbers/circle-number-5.svg b/packages/icons/categories/numbers/circle-number-5.svg deleted file mode 100644 index d16f2182a..000000000 --- a/packages/icons/categories/numbers/circle-number-5.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/circle-number-6.svg b/packages/icons/categories/numbers/circle-number-6.svg deleted file mode 100644 index 3999f6268..000000000 --- a/packages/icons/categories/numbers/circle-number-6.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/circle-number-7.svg b/packages/icons/categories/numbers/circle-number-7.svg deleted file mode 100644 index f9ef92151..000000000 --- a/packages/icons/categories/numbers/circle-number-7.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/circle-number-8.svg b/packages/icons/categories/numbers/circle-number-8.svg deleted file mode 100644 index 13e653649..000000000 --- a/packages/icons/categories/numbers/circle-number-8.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/circle-number-9.svg b/packages/icons/categories/numbers/circle-number-9.svg deleted file mode 100644 index e3dc3bfb6..000000000 --- a/packages/icons/categories/numbers/circle-number-9.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/hexagon-number-0.svg b/packages/icons/categories/numbers/hexagon-number-0.svg deleted file mode 100644 index 4d62412d7..000000000 --- a/packages/icons/categories/numbers/hexagon-number-0.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/hexagon-number-1.svg b/packages/icons/categories/numbers/hexagon-number-1.svg deleted file mode 100644 index e769b576e..000000000 --- a/packages/icons/categories/numbers/hexagon-number-1.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/hexagon-number-2.svg b/packages/icons/categories/numbers/hexagon-number-2.svg deleted file mode 100644 index a8be2e2cb..000000000 --- a/packages/icons/categories/numbers/hexagon-number-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/hexagon-number-3.svg b/packages/icons/categories/numbers/hexagon-number-3.svg deleted file mode 100644 index 1f3e2b641..000000000 --- a/packages/icons/categories/numbers/hexagon-number-3.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/hexagon-number-4.svg b/packages/icons/categories/numbers/hexagon-number-4.svg deleted file mode 100644 index 95f721345..000000000 --- a/packages/icons/categories/numbers/hexagon-number-4.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/numbers/hexagon-number-5.svg b/packages/icons/categories/numbers/hexagon-number-5.svg deleted file mode 100644 index 0e689d46f..000000000 --- a/packages/icons/categories/numbers/hexagon-number-5.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/hexagon-number-6.svg b/packages/icons/categories/numbers/hexagon-number-6.svg deleted file mode 100644 index 74e866b2a..000000000 --- a/packages/icons/categories/numbers/hexagon-number-6.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/hexagon-number-7.svg b/packages/icons/categories/numbers/hexagon-number-7.svg deleted file mode 100644 index 929ecd663..000000000 --- a/packages/icons/categories/numbers/hexagon-number-7.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/hexagon-number-8.svg b/packages/icons/categories/numbers/hexagon-number-8.svg deleted file mode 100644 index 177ba58e2..000000000 --- a/packages/icons/categories/numbers/hexagon-number-8.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/hexagon-number-9.svg b/packages/icons/categories/numbers/hexagon-number-9.svg deleted file mode 100644 index 91f6fc4b3..000000000 --- a/packages/icons/categories/numbers/hexagon-number-9.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-0-small.svg b/packages/icons/categories/numbers/number-0-small.svg deleted file mode 100644 index 9832afb6a..000000000 --- a/packages/icons/categories/numbers/number-0-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/numbers/number-0.svg b/packages/icons/categories/numbers/number-0.svg deleted file mode 100644 index c0e3432b2..000000000 --- a/packages/icons/categories/numbers/number-0.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-1-small.svg b/packages/icons/categories/numbers/number-1-small.svg deleted file mode 100644 index 3859f8121..000000000 --- a/packages/icons/categories/numbers/number-1-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/numbers/number-1.svg b/packages/icons/categories/numbers/number-1.svg deleted file mode 100644 index 0a36eebf4..000000000 --- a/packages/icons/categories/numbers/number-1.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/numbers/number-10-small.svg b/packages/icons/categories/numbers/number-10-small.svg deleted file mode 100644 index f3a48c49b..000000000 --- a/packages/icons/categories/numbers/number-10-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-11-small.svg b/packages/icons/categories/numbers/number-11-small.svg deleted file mode 100644 index c0e429fb2..000000000 --- a/packages/icons/categories/numbers/number-11-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-12-small.svg b/packages/icons/categories/numbers/number-12-small.svg deleted file mode 100644 index 6db8b2536..000000000 --- a/packages/icons/categories/numbers/number-12-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-13-small.svg b/packages/icons/categories/numbers/number-13-small.svg deleted file mode 100644 index 47d7ab3fd..000000000 --- a/packages/icons/categories/numbers/number-13-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-14-small.svg b/packages/icons/categories/numbers/number-14-small.svg deleted file mode 100644 index ff22682aa..000000000 --- a/packages/icons/categories/numbers/number-14-small.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/numbers/number-15-small.svg b/packages/icons/categories/numbers/number-15-small.svg deleted file mode 100644 index e2c1e67a6..000000000 --- a/packages/icons/categories/numbers/number-15-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-16-small.svg b/packages/icons/categories/numbers/number-16-small.svg deleted file mode 100644 index 9b87ced7f..000000000 --- a/packages/icons/categories/numbers/number-16-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-17-small.svg b/packages/icons/categories/numbers/number-17-small.svg deleted file mode 100644 index 06e8c46bb..000000000 --- a/packages/icons/categories/numbers/number-17-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-18-small.svg b/packages/icons/categories/numbers/number-18-small.svg deleted file mode 100644 index 34ceb6876..000000000 --- a/packages/icons/categories/numbers/number-18-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-19-small.svg b/packages/icons/categories/numbers/number-19-small.svg deleted file mode 100644 index fde44e9b2..000000000 --- a/packages/icons/categories/numbers/number-19-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-2-small.svg b/packages/icons/categories/numbers/number-2-small.svg deleted file mode 100644 index c10065001..000000000 --- a/packages/icons/categories/numbers/number-2-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/numbers/number-2.svg b/packages/icons/categories/numbers/number-2.svg deleted file mode 100644 index c4b2c653c..000000000 --- a/packages/icons/categories/numbers/number-2.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/numbers/number-20-small.svg b/packages/icons/categories/numbers/number-20-small.svg deleted file mode 100644 index a471ec44c..000000000 --- a/packages/icons/categories/numbers/number-20-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-21-small.svg b/packages/icons/categories/numbers/number-21-small.svg deleted file mode 100644 index 94b10b30f..000000000 --- a/packages/icons/categories/numbers/number-21-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-22-small.svg b/packages/icons/categories/numbers/number-22-small.svg deleted file mode 100644 index caf5d610b..000000000 --- a/packages/icons/categories/numbers/number-22-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-23-small.svg b/packages/icons/categories/numbers/number-23-small.svg deleted file mode 100644 index 603c36535..000000000 --- a/packages/icons/categories/numbers/number-23-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-24-small.svg b/packages/icons/categories/numbers/number-24-small.svg deleted file mode 100644 index 7b53948f5..000000000 --- a/packages/icons/categories/numbers/number-24-small.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/numbers/number-25-small.svg b/packages/icons/categories/numbers/number-25-small.svg deleted file mode 100644 index af10d8281..000000000 --- a/packages/icons/categories/numbers/number-25-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-26-small.svg b/packages/icons/categories/numbers/number-26-small.svg deleted file mode 100644 index 79d942016..000000000 --- a/packages/icons/categories/numbers/number-26-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-27-small.svg b/packages/icons/categories/numbers/number-27-small.svg deleted file mode 100644 index 0857ba5e0..000000000 --- a/packages/icons/categories/numbers/number-27-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-28-small.svg b/packages/icons/categories/numbers/number-28-small.svg deleted file mode 100644 index f29977e5e..000000000 --- a/packages/icons/categories/numbers/number-28-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-29-small.svg b/packages/icons/categories/numbers/number-29-small.svg deleted file mode 100644 index cf82ac359..000000000 --- a/packages/icons/categories/numbers/number-29-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-3-small.svg b/packages/icons/categories/numbers/number-3-small.svg deleted file mode 100644 index 6f65e8b64..000000000 --- a/packages/icons/categories/numbers/number-3-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/numbers/number-3.svg b/packages/icons/categories/numbers/number-3.svg deleted file mode 100644 index 5ea8bce7a..000000000 --- a/packages/icons/categories/numbers/number-3.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-4-small.svg b/packages/icons/categories/numbers/number-4-small.svg deleted file mode 100644 index f04a9b2d1..000000000 --- a/packages/icons/categories/numbers/number-4-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-4.svg b/packages/icons/categories/numbers/number-4.svg deleted file mode 100644 index 2ae3192a2..000000000 --- a/packages/icons/categories/numbers/number-4.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/numbers/number-5-small.svg b/packages/icons/categories/numbers/number-5-small.svg deleted file mode 100644 index d2736bd23..000000000 --- a/packages/icons/categories/numbers/number-5-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/numbers/number-5.svg b/packages/icons/categories/numbers/number-5.svg deleted file mode 100644 index f9b65ff42..000000000 --- a/packages/icons/categories/numbers/number-5.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/numbers/number-6-small.svg b/packages/icons/categories/numbers/number-6-small.svg deleted file mode 100644 index 95baa9a16..000000000 --- a/packages/icons/categories/numbers/number-6-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/numbers/number-6.svg b/packages/icons/categories/numbers/number-6.svg deleted file mode 100644 index 34a95a868..000000000 --- a/packages/icons/categories/numbers/number-6.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-7-small.svg b/packages/icons/categories/numbers/number-7-small.svg deleted file mode 100644 index 7280c4c84..000000000 --- a/packages/icons/categories/numbers/number-7-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/numbers/number-7.svg b/packages/icons/categories/numbers/number-7.svg deleted file mode 100644 index 811929a4a..000000000 --- a/packages/icons/categories/numbers/number-7.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/numbers/number-8-small.svg b/packages/icons/categories/numbers/number-8-small.svg deleted file mode 100644 index 48f1f596c..000000000 --- a/packages/icons/categories/numbers/number-8-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/numbers/number-8.svg b/packages/icons/categories/numbers/number-8.svg deleted file mode 100644 index a69a71c3f..000000000 --- a/packages/icons/categories/numbers/number-8.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number-9-small.svg b/packages/icons/categories/numbers/number-9-small.svg deleted file mode 100644 index 83a177af8..000000000 --- a/packages/icons/categories/numbers/number-9-small.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/numbers/number-9.svg b/packages/icons/categories/numbers/number-9.svg deleted file mode 100644 index 37ed08a46..000000000 --- a/packages/icons/categories/numbers/number-9.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/number.svg b/packages/icons/categories/numbers/number.svg deleted file mode 100644 index 262880582..000000000 --- a/packages/icons/categories/numbers/number.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/numbers/numbers.svg b/packages/icons/categories/numbers/numbers.svg deleted file mode 100644 index 7e69e19ae..000000000 --- a/packages/icons/categories/numbers/numbers.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/numbers/pentagon-number-0.svg b/packages/icons/categories/numbers/pentagon-number-0.svg deleted file mode 100644 index 1f1fb11d5..000000000 --- a/packages/icons/categories/numbers/pentagon-number-0.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/pentagon-number-1.svg b/packages/icons/categories/numbers/pentagon-number-1.svg deleted file mode 100644 index 07575a335..000000000 --- a/packages/icons/categories/numbers/pentagon-number-1.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/pentagon-number-2.svg b/packages/icons/categories/numbers/pentagon-number-2.svg deleted file mode 100644 index ccbb9091f..000000000 --- a/packages/icons/categories/numbers/pentagon-number-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/pentagon-number-3.svg b/packages/icons/categories/numbers/pentagon-number-3.svg deleted file mode 100644 index 13713c5f9..000000000 --- a/packages/icons/categories/numbers/pentagon-number-3.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/pentagon-number-4.svg b/packages/icons/categories/numbers/pentagon-number-4.svg deleted file mode 100644 index 40d2a42c5..000000000 --- a/packages/icons/categories/numbers/pentagon-number-4.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/numbers/pentagon-number-5.svg b/packages/icons/categories/numbers/pentagon-number-5.svg deleted file mode 100644 index 99dc94a4d..000000000 --- a/packages/icons/categories/numbers/pentagon-number-5.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/pentagon-number-6.svg b/packages/icons/categories/numbers/pentagon-number-6.svg deleted file mode 100644 index 2ae7e8301..000000000 --- a/packages/icons/categories/numbers/pentagon-number-6.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/pentagon-number-7.svg b/packages/icons/categories/numbers/pentagon-number-7.svg deleted file mode 100644 index 6318ed4f6..000000000 --- a/packages/icons/categories/numbers/pentagon-number-7.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/pentagon-number-8.svg b/packages/icons/categories/numbers/pentagon-number-8.svg deleted file mode 100644 index 1188b934e..000000000 --- a/packages/icons/categories/numbers/pentagon-number-8.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/pentagon-number-9.svg b/packages/icons/categories/numbers/pentagon-number-9.svg deleted file mode 100644 index 1491e1f38..000000000 --- a/packages/icons/categories/numbers/pentagon-number-9.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/rosette-number-0.svg b/packages/icons/categories/numbers/rosette-number-0.svg deleted file mode 100644 index 9b849e114..000000000 --- a/packages/icons/categories/numbers/rosette-number-0.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/rosette-number-1.svg b/packages/icons/categories/numbers/rosette-number-1.svg deleted file mode 100644 index d7a2617d8..000000000 --- a/packages/icons/categories/numbers/rosette-number-1.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/rosette-number-2.svg b/packages/icons/categories/numbers/rosette-number-2.svg deleted file mode 100644 index 9bceae667..000000000 --- a/packages/icons/categories/numbers/rosette-number-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/rosette-number-3.svg b/packages/icons/categories/numbers/rosette-number-3.svg deleted file mode 100644 index fed0b24ac..000000000 --- a/packages/icons/categories/numbers/rosette-number-3.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/rosette-number-4.svg b/packages/icons/categories/numbers/rosette-number-4.svg deleted file mode 100644 index 69e854ff2..000000000 --- a/packages/icons/categories/numbers/rosette-number-4.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/numbers/rosette-number-5.svg b/packages/icons/categories/numbers/rosette-number-5.svg deleted file mode 100644 index e196f1960..000000000 --- a/packages/icons/categories/numbers/rosette-number-5.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/rosette-number-6.svg b/packages/icons/categories/numbers/rosette-number-6.svg deleted file mode 100644 index efc83e476..000000000 --- a/packages/icons/categories/numbers/rosette-number-6.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/rosette-number-7.svg b/packages/icons/categories/numbers/rosette-number-7.svg deleted file mode 100644 index 61fcde9d4..000000000 --- a/packages/icons/categories/numbers/rosette-number-7.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/rosette-number-8.svg b/packages/icons/categories/numbers/rosette-number-8.svg deleted file mode 100644 index 7fc5ad174..000000000 --- a/packages/icons/categories/numbers/rosette-number-8.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/rosette-number-9.svg b/packages/icons/categories/numbers/rosette-number-9.svg deleted file mode 100644 index bf2745f97..000000000 --- a/packages/icons/categories/numbers/rosette-number-9.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/square-number-0.svg b/packages/icons/categories/numbers/square-number-0.svg deleted file mode 100644 index 6ef2e137c..000000000 --- a/packages/icons/categories/numbers/square-number-0.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/square-number-1.svg b/packages/icons/categories/numbers/square-number-1.svg deleted file mode 100644 index 094e12879..000000000 --- a/packages/icons/categories/numbers/square-number-1.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/square-number-2.svg b/packages/icons/categories/numbers/square-number-2.svg deleted file mode 100644 index 6b8646c90..000000000 --- a/packages/icons/categories/numbers/square-number-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/square-number-3.svg b/packages/icons/categories/numbers/square-number-3.svg deleted file mode 100644 index 2a6a6f005..000000000 --- a/packages/icons/categories/numbers/square-number-3.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/square-number-4.svg b/packages/icons/categories/numbers/square-number-4.svg deleted file mode 100644 index ccfb51049..000000000 --- a/packages/icons/categories/numbers/square-number-4.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/numbers/square-number-5.svg b/packages/icons/categories/numbers/square-number-5.svg deleted file mode 100644 index 0edb2ce88..000000000 --- a/packages/icons/categories/numbers/square-number-5.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/square-number-6.svg b/packages/icons/categories/numbers/square-number-6.svg deleted file mode 100644 index b6397aa16..000000000 --- a/packages/icons/categories/numbers/square-number-6.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/square-number-7.svg b/packages/icons/categories/numbers/square-number-7.svg deleted file mode 100644 index 9c222ac3f..000000000 --- a/packages/icons/categories/numbers/square-number-7.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/square-number-8.svg b/packages/icons/categories/numbers/square-number-8.svg deleted file mode 100644 index 74238caef..000000000 --- a/packages/icons/categories/numbers/square-number-8.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/square-number-9.svg b/packages/icons/categories/numbers/square-number-9.svg deleted file mode 100644 index 43278f168..000000000 --- a/packages/icons/categories/numbers/square-number-9.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/square-rounded-number-0.svg b/packages/icons/categories/numbers/square-rounded-number-0.svg deleted file mode 100644 index a5e41c38e..000000000 --- a/packages/icons/categories/numbers/square-rounded-number-0.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/square-rounded-number-1.svg b/packages/icons/categories/numbers/square-rounded-number-1.svg deleted file mode 100644 index 091f97c53..000000000 --- a/packages/icons/categories/numbers/square-rounded-number-1.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/square-rounded-number-2.svg b/packages/icons/categories/numbers/square-rounded-number-2.svg deleted file mode 100644 index 64fd10411..000000000 --- a/packages/icons/categories/numbers/square-rounded-number-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/square-rounded-number-3.svg b/packages/icons/categories/numbers/square-rounded-number-3.svg deleted file mode 100644 index ef378b4e5..000000000 --- a/packages/icons/categories/numbers/square-rounded-number-3.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/square-rounded-number-4.svg b/packages/icons/categories/numbers/square-rounded-number-4.svg deleted file mode 100644 index aebb509f0..000000000 --- a/packages/icons/categories/numbers/square-rounded-number-4.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/numbers/square-rounded-number-5.svg b/packages/icons/categories/numbers/square-rounded-number-5.svg deleted file mode 100644 index ad47a2630..000000000 --- a/packages/icons/categories/numbers/square-rounded-number-5.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/square-rounded-number-6.svg b/packages/icons/categories/numbers/square-rounded-number-6.svg deleted file mode 100644 index 9262cda04..000000000 --- a/packages/icons/categories/numbers/square-rounded-number-6.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/square-rounded-number-7.svg b/packages/icons/categories/numbers/square-rounded-number-7.svg deleted file mode 100644 index 49b25e5bb..000000000 --- a/packages/icons/categories/numbers/square-rounded-number-7.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/square-rounded-number-8.svg b/packages/icons/categories/numbers/square-rounded-number-8.svg deleted file mode 100644 index 60647ed0f..000000000 --- a/packages/icons/categories/numbers/square-rounded-number-8.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/numbers/square-rounded-number-9.svg b/packages/icons/categories/numbers/square-rounded-number-9.svg deleted file mode 100644 index 8f21b2bc1..000000000 --- a/packages/icons/categories/numbers/square-rounded-number-9.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/2fa.svg b/packages/icons/categories/other/2fa.svg deleted file mode 100644 index 95327f50c..000000000 --- a/packages/icons/categories/other/2fa.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/360-view.svg b/packages/icons/categories/other/360-view.svg deleted file mode 100644 index 35197af11..000000000 --- a/packages/icons/categories/other/360-view.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/360.svg b/packages/icons/categories/other/360.svg deleted file mode 100644 index 4439e87d1..000000000 --- a/packages/icons/categories/other/360.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/3d-cube-sphere-off.svg b/packages/icons/categories/other/3d-cube-sphere-off.svg deleted file mode 100644 index 29e118061..000000000 --- a/packages/icons/categories/other/3d-cube-sphere-off.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/3d-cube-sphere.svg b/packages/icons/categories/other/3d-cube-sphere.svg deleted file mode 100644 index ba1609a82..000000000 --- a/packages/icons/categories/other/3d-cube-sphere.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/3d-rotate.svg b/packages/icons/categories/other/3d-rotate.svg deleted file mode 100644 index a5422eb56..000000000 --- a/packages/icons/categories/other/3d-rotate.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/a-b-2.svg b/packages/icons/categories/other/a-b-2.svg deleted file mode 100644 index be00812da..000000000 --- a/packages/icons/categories/other/a-b-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/a-b-off.svg b/packages/icons/categories/other/a-b-off.svg deleted file mode 100644 index 43fdbd0d0..000000000 --- a/packages/icons/categories/other/a-b-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/a-b.svg b/packages/icons/categories/other/a-b.svg deleted file mode 100644 index e3543191e..000000000 --- a/packages/icons/categories/other/a-b.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/abc.svg b/packages/icons/categories/other/abc.svg deleted file mode 100644 index 3d2aaffe4..000000000 --- a/packages/icons/categories/other/abc.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/accessible-off.svg b/packages/icons/categories/other/accessible-off.svg deleted file mode 100644 index cb1ebaced..000000000 --- a/packages/icons/categories/other/accessible-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/accessible.svg b/packages/icons/categories/other/accessible.svg deleted file mode 100644 index 524a708ac..000000000 --- a/packages/icons/categories/other/accessible.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/activity-heartbeat.svg b/packages/icons/categories/other/activity-heartbeat.svg deleted file mode 100644 index 1c0d05679..000000000 --- a/packages/icons/categories/other/activity-heartbeat.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/activity.svg b/packages/icons/categories/other/activity.svg deleted file mode 100644 index 302535935..000000000 --- a/packages/icons/categories/other/activity.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/ad-circle-off.svg b/packages/icons/categories/other/ad-circle-off.svg deleted file mode 100644 index 02b934497..000000000 --- a/packages/icons/categories/other/ad-circle-off.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/ad-circle.svg b/packages/icons/categories/other/ad-circle.svg deleted file mode 100644 index fecffad62..000000000 --- a/packages/icons/categories/other/ad-circle.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/address-book-off.svg b/packages/icons/categories/other/address-book-off.svg deleted file mode 100644 index 0aedc9c88..000000000 --- a/packages/icons/categories/other/address-book-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/address-book.svg b/packages/icons/categories/other/address-book.svg deleted file mode 100644 index 2f6b55a1a..000000000 --- a/packages/icons/categories/other/address-book.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/affiliate.svg b/packages/icons/categories/other/affiliate.svg deleted file mode 100644 index 705514df5..000000000 --- a/packages/icons/categories/other/affiliate.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/air-conditioning-disabled.svg b/packages/icons/categories/other/air-conditioning-disabled.svg deleted file mode 100644 index 6f944b92c..000000000 --- a/packages/icons/categories/other/air-conditioning-disabled.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/air-conditioning.svg b/packages/icons/categories/other/air-conditioning.svg deleted file mode 100644 index 0b0a06f62..000000000 --- a/packages/icons/categories/other/air-conditioning.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/album-off.svg b/packages/icons/categories/other/album-off.svg deleted file mode 100644 index b5294ea4b..000000000 --- a/packages/icons/categories/other/album-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/album.svg b/packages/icons/categories/other/album.svg deleted file mode 100644 index 2c4984b72..000000000 --- a/packages/icons/categories/other/album.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/alien.svg b/packages/icons/categories/other/alien.svg deleted file mode 100644 index cb68e7a0e..000000000 --- a/packages/icons/categories/other/alien.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/alt.svg b/packages/icons/categories/other/alt.svg deleted file mode 100644 index 89e543998..000000000 --- a/packages/icons/categories/other/alt.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/analyze-off.svg b/packages/icons/categories/other/analyze-off.svg deleted file mode 100644 index 28fbcb6f9..000000000 --- a/packages/icons/categories/other/analyze-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/analyze.svg b/packages/icons/categories/other/analyze.svg deleted file mode 100644 index 8f2af3127..000000000 --- a/packages/icons/categories/other/analyze.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/app-window.svg b/packages/icons/categories/other/app-window.svg deleted file mode 100644 index 598ce1532..000000000 --- a/packages/icons/categories/other/app-window.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/archery-arrow.svg b/packages/icons/categories/other/archery-arrow.svg deleted file mode 100644 index 247c5a550..000000000 --- a/packages/icons/categories/other/archery-arrow.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/armchair-2-off.svg b/packages/icons/categories/other/armchair-2-off.svg deleted file mode 100644 index 21fed1ba5..000000000 --- a/packages/icons/categories/other/armchair-2-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/armchair-2.svg b/packages/icons/categories/other/armchair-2.svg deleted file mode 100644 index bb090ef39..000000000 --- a/packages/icons/categories/other/armchair-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/armchair-off.svg b/packages/icons/categories/other/armchair-off.svg deleted file mode 100644 index b904ba1af..000000000 --- a/packages/icons/categories/other/armchair-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/armchair.svg b/packages/icons/categories/other/armchair.svg deleted file mode 100644 index 24029b2b7..000000000 --- a/packages/icons/categories/other/armchair.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/arrow-down-from-arc.svg b/packages/icons/categories/other/arrow-down-from-arc.svg deleted file mode 100644 index 189d9e529..000000000 --- a/packages/icons/categories/other/arrow-down-from-arc.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/arrow-down-to-arc.svg b/packages/icons/categories/other/arrow-down-to-arc.svg deleted file mode 100644 index aed02a844..000000000 --- a/packages/icons/categories/other/arrow-down-to-arc.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/arrow-left-from-arc.svg b/packages/icons/categories/other/arrow-left-from-arc.svg deleted file mode 100644 index 414704fe2..000000000 --- a/packages/icons/categories/other/arrow-left-from-arc.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/arrow-left-to-arc.svg b/packages/icons/categories/other/arrow-left-to-arc.svg deleted file mode 100644 index 77358c625..000000000 --- a/packages/icons/categories/other/arrow-left-to-arc.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/arrow-right-from-arc.svg b/packages/icons/categories/other/arrow-right-from-arc.svg deleted file mode 100644 index 76175a959..000000000 --- a/packages/icons/categories/other/arrow-right-from-arc.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/arrow-right-to-arc.svg b/packages/icons/categories/other/arrow-right-to-arc.svg deleted file mode 100644 index be62b7bad..000000000 --- a/packages/icons/categories/other/arrow-right-to-arc.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/arrow-up-from-arc.svg b/packages/icons/categories/other/arrow-up-from-arc.svg deleted file mode 100644 index 45c6fe66f..000000000 --- a/packages/icons/categories/other/arrow-up-from-arc.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/arrow-up-to-arc.svg b/packages/icons/categories/other/arrow-up-to-arc.svg deleted file mode 100644 index c7469878b..000000000 --- a/packages/icons/categories/other/arrow-up-to-arc.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/article-off.svg b/packages/icons/categories/other/article-off.svg deleted file mode 100644 index dfb002065..000000000 --- a/packages/icons/categories/other/article-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/article.svg b/packages/icons/categories/other/article.svg deleted file mode 100644 index ec0504178..000000000 --- a/packages/icons/categories/other/article.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/atom-2.svg b/packages/icons/categories/other/atom-2.svg deleted file mode 100644 index 33dd06207..000000000 --- a/packages/icons/categories/other/atom-2.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/atom-off.svg b/packages/icons/categories/other/atom-off.svg deleted file mode 100644 index f33a79be6..000000000 --- a/packages/icons/categories/other/atom-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/atom.svg b/packages/icons/categories/other/atom.svg deleted file mode 100644 index c829c4677..000000000 --- a/packages/icons/categories/other/atom.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/augmented-reality-2.svg b/packages/icons/categories/other/augmented-reality-2.svg deleted file mode 100644 index fce1affec..000000000 --- a/packages/icons/categories/other/augmented-reality-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/augmented-reality-off.svg b/packages/icons/categories/other/augmented-reality-off.svg deleted file mode 100644 index eb92c9ef8..000000000 --- a/packages/icons/categories/other/augmented-reality-off.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/augmented-reality.svg b/packages/icons/categories/other/augmented-reality.svg deleted file mode 100644 index a01d67a30..000000000 --- a/packages/icons/categories/other/augmented-reality.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/avocado.svg b/packages/icons/categories/other/avocado.svg deleted file mode 100644 index 9e8808e90..000000000 --- a/packages/icons/categories/other/avocado.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/award-off.svg b/packages/icons/categories/other/award-off.svg deleted file mode 100644 index e0bfd19fb..000000000 --- a/packages/icons/categories/other/award-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/award.svg b/packages/icons/categories/other/award.svg deleted file mode 100644 index 00df36bab..000000000 --- a/packages/icons/categories/other/award.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/axe.svg b/packages/icons/categories/other/axe.svg deleted file mode 100644 index 5afdc36f3..000000000 --- a/packages/icons/categories/other/axe.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/background.svg b/packages/icons/categories/other/background.svg deleted file mode 100644 index a9cafc077..000000000 --- a/packages/icons/categories/other/background.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/backpack-off.svg b/packages/icons/categories/other/backpack-off.svg deleted file mode 100644 index 09c34bf54..000000000 --- a/packages/icons/categories/other/backpack-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/backpack.svg b/packages/icons/categories/other/backpack.svg deleted file mode 100644 index d8a68b46f..000000000 --- a/packages/icons/categories/other/backpack.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/badge-ad-off.svg b/packages/icons/categories/other/badge-ad-off.svg deleted file mode 100644 index b5f0dcbfd..000000000 --- a/packages/icons/categories/other/badge-ad-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/badge-off.svg b/packages/icons/categories/other/badge-off.svg deleted file mode 100644 index bbc92212e..000000000 --- a/packages/icons/categories/other/badge-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/badge.svg b/packages/icons/categories/other/badge.svg deleted file mode 100644 index 518b2b91a..000000000 --- a/packages/icons/categories/other/badge.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/badges-off.svg b/packages/icons/categories/other/badges-off.svg deleted file mode 100644 index e6c3e894f..000000000 --- a/packages/icons/categories/other/badges-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/badges.svg b/packages/icons/categories/other/badges.svg deleted file mode 100644 index e5ffa89a5..000000000 --- a/packages/icons/categories/other/badges.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/balloon-off.svg b/packages/icons/categories/other/balloon-off.svg deleted file mode 100644 index 4feca5849..000000000 --- a/packages/icons/categories/other/balloon-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/balloon.svg b/packages/icons/categories/other/balloon.svg deleted file mode 100644 index eab2858ef..000000000 --- a/packages/icons/categories/other/balloon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/ban.svg b/packages/icons/categories/other/ban.svg deleted file mode 100644 index 9f89aca6d..000000000 --- a/packages/icons/categories/other/ban.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/barcode-off.svg b/packages/icons/categories/other/barcode-off.svg deleted file mode 100644 index 6effe1b1a..000000000 --- a/packages/icons/categories/other/barcode-off.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/barcode.svg b/packages/icons/categories/other/barcode.svg deleted file mode 100644 index 451381424..000000000 --- a/packages/icons/categories/other/barcode.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/barrel-off.svg b/packages/icons/categories/other/barrel-off.svg deleted file mode 100644 index bed7c63bf..000000000 --- a/packages/icons/categories/other/barrel-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/barrel.svg b/packages/icons/categories/other/barrel.svg deleted file mode 100644 index 30e0b9c13..000000000 --- a/packages/icons/categories/other/barrel.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/barrier-block-off.svg b/packages/icons/categories/other/barrier-block-off.svg deleted file mode 100644 index 91f770fd7..000000000 --- a/packages/icons/categories/other/barrier-block-off.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/barrier-block.svg b/packages/icons/categories/other/barrier-block.svg deleted file mode 100644 index 28201c96f..000000000 --- a/packages/icons/categories/other/barrier-block.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/basket-bolt.svg b/packages/icons/categories/other/basket-bolt.svg deleted file mode 100644 index 7bdf22d2f..000000000 --- a/packages/icons/categories/other/basket-bolt.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/basket-cancel.svg b/packages/icons/categories/other/basket-cancel.svg deleted file mode 100644 index 7e70dbe00..000000000 --- a/packages/icons/categories/other/basket-cancel.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/basket-check.svg b/packages/icons/categories/other/basket-check.svg deleted file mode 100644 index 42b9c8f19..000000000 --- a/packages/icons/categories/other/basket-check.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/basket-code.svg b/packages/icons/categories/other/basket-code.svg deleted file mode 100644 index ae25639e2..000000000 --- a/packages/icons/categories/other/basket-code.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/basket-cog.svg b/packages/icons/categories/other/basket-cog.svg deleted file mode 100644 index 1a9b8acf9..000000000 --- a/packages/icons/categories/other/basket-cog.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/basket-discount.svg b/packages/icons/categories/other/basket-discount.svg deleted file mode 100644 index fbd07ee00..000000000 --- a/packages/icons/categories/other/basket-discount.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/basket-dollar.svg b/packages/icons/categories/other/basket-dollar.svg deleted file mode 100644 index d774c6983..000000000 --- a/packages/icons/categories/other/basket-dollar.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/basket-down.svg b/packages/icons/categories/other/basket-down.svg deleted file mode 100644 index 385748b7e..000000000 --- a/packages/icons/categories/other/basket-down.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/basket-exclamation.svg b/packages/icons/categories/other/basket-exclamation.svg deleted file mode 100644 index 9de358c86..000000000 --- a/packages/icons/categories/other/basket-exclamation.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/basket-heart.svg b/packages/icons/categories/other/basket-heart.svg deleted file mode 100644 index fac0b63bc..000000000 --- a/packages/icons/categories/other/basket-heart.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/basket-minus.svg b/packages/icons/categories/other/basket-minus.svg deleted file mode 100644 index 7688017fa..000000000 --- a/packages/icons/categories/other/basket-minus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/basket-pause.svg b/packages/icons/categories/other/basket-pause.svg deleted file mode 100644 index 6b7c3432d..000000000 --- a/packages/icons/categories/other/basket-pause.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/basket-pin.svg b/packages/icons/categories/other/basket-pin.svg deleted file mode 100644 index 11e2f7058..000000000 --- a/packages/icons/categories/other/basket-pin.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/basket-plus.svg b/packages/icons/categories/other/basket-plus.svg deleted file mode 100644 index aa8b8f983..000000000 --- a/packages/icons/categories/other/basket-plus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/basket-question.svg b/packages/icons/categories/other/basket-question.svg deleted file mode 100644 index 0b30e2713..000000000 --- a/packages/icons/categories/other/basket-question.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/basket-search.svg b/packages/icons/categories/other/basket-search.svg deleted file mode 100644 index 809080931..000000000 --- a/packages/icons/categories/other/basket-search.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/basket-share.svg b/packages/icons/categories/other/basket-share.svg deleted file mode 100644 index c3dc041de..000000000 --- a/packages/icons/categories/other/basket-share.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/basket-star.svg b/packages/icons/categories/other/basket-star.svg deleted file mode 100644 index 1a3180a46..000000000 --- a/packages/icons/categories/other/basket-star.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/basket-up.svg b/packages/icons/categories/other/basket-up.svg deleted file mode 100644 index 037778c49..000000000 --- a/packages/icons/categories/other/basket-up.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/basket-x.svg b/packages/icons/categories/other/basket-x.svg deleted file mode 100644 index 10cb45294..000000000 --- a/packages/icons/categories/other/basket-x.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/bath-off.svg b/packages/icons/categories/other/bath-off.svg deleted file mode 100644 index f8e468a9f..000000000 --- a/packages/icons/categories/other/bath-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/bath.svg b/packages/icons/categories/other/bath.svg deleted file mode 100644 index 61049924e..000000000 --- a/packages/icons/categories/other/bath.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/bed-flat.svg b/packages/icons/categories/other/bed-flat.svg deleted file mode 100644 index 5f93fe9b2..000000000 --- a/packages/icons/categories/other/bed-flat.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/bell-school.svg b/packages/icons/categories/other/bell-school.svg deleted file mode 100644 index ba2e11b95..000000000 --- a/packages/icons/categories/other/bell-school.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/bible.svg b/packages/icons/categories/other/bible.svg deleted file mode 100644 index b41ba9ef2..000000000 --- a/packages/icons/categories/other/bible.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/blade.svg b/packages/icons/categories/other/blade.svg deleted file mode 100644 index 5073007b9..000000000 --- a/packages/icons/categories/other/blade.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/blender.svg b/packages/icons/categories/other/blender.svg deleted file mode 100644 index 1c5a172b7..000000000 --- a/packages/icons/categories/other/blender.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/bolt-off.svg b/packages/icons/categories/other/bolt-off.svg deleted file mode 100644 index 43de760ba..000000000 --- a/packages/icons/categories/other/bolt-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/bolt.svg b/packages/icons/categories/other/bolt.svg deleted file mode 100644 index 37bdc9683..000000000 --- a/packages/icons/categories/other/bolt.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/bomb.svg b/packages/icons/categories/other/bomb.svg deleted file mode 100644 index 286ef5daf..000000000 --- a/packages/icons/categories/other/bomb.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/bong-off.svg b/packages/icons/categories/other/bong-off.svg deleted file mode 100644 index 64f16ff48..000000000 --- a/packages/icons/categories/other/bong-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/bong.svg b/packages/icons/categories/other/bong.svg deleted file mode 100644 index 3dbdcc47c..000000000 --- a/packages/icons/categories/other/bong.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/bookmark-ai.svg b/packages/icons/categories/other/bookmark-ai.svg deleted file mode 100644 index 7d5b970af..000000000 --- a/packages/icons/categories/other/bookmark-ai.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/border-corner-ios.svg b/packages/icons/categories/other/border-corner-ios.svg deleted file mode 100644 index 4002d7055..000000000 --- a/packages/icons/categories/other/border-corner-ios.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/bowl-chopsticks.svg b/packages/icons/categories/other/bowl-chopsticks.svg deleted file mode 100644 index d49d57a15..000000000 --- a/packages/icons/categories/other/bowl-chopsticks.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/bowl-spoon.svg b/packages/icons/categories/other/bowl-spoon.svg deleted file mode 100644 index 900494349..000000000 --- a/packages/icons/categories/other/bowl-spoon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/box-multiple.svg b/packages/icons/categories/other/box-multiple.svg deleted file mode 100644 index 17de9f061..000000000 --- a/packages/icons/categories/other/box-multiple.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/box-off.svg b/packages/icons/categories/other/box-off.svg deleted file mode 100644 index 562f261e3..000000000 --- a/packages/icons/categories/other/box-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/box-seam.svg b/packages/icons/categories/other/box-seam.svg deleted file mode 100644 index c906c6dd6..000000000 --- a/packages/icons/categories/other/box-seam.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/box.svg b/packages/icons/categories/other/box.svg deleted file mode 100644 index 9bee69493..000000000 --- a/packages/icons/categories/other/box.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/brackets-angle-off.svg b/packages/icons/categories/other/brackets-angle-off.svg deleted file mode 100644 index f03a58126..000000000 --- a/packages/icons/categories/other/brackets-angle-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/brackets-angle.svg b/packages/icons/categories/other/brackets-angle.svg deleted file mode 100644 index 1b2ff18e1..000000000 --- a/packages/icons/categories/other/brackets-angle.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/braille.svg b/packages/icons/categories/other/braille.svg deleted file mode 100644 index 04756aa39..000000000 --- a/packages/icons/categories/other/braille.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/brain.svg b/packages/icons/categories/other/brain.svg deleted file mode 100644 index 7661baa95..000000000 --- a/packages/icons/categories/other/brain.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/briefcase-2.svg b/packages/icons/categories/other/briefcase-2.svg deleted file mode 100644 index 15c6df37c..000000000 --- a/packages/icons/categories/other/briefcase-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/briefcase-off.svg b/packages/icons/categories/other/briefcase-off.svg deleted file mode 100644 index 8aeaef952..000000000 --- a/packages/icons/categories/other/briefcase-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/briefcase.svg b/packages/icons/categories/other/briefcase.svg deleted file mode 100644 index e958925cd..000000000 --- a/packages/icons/categories/other/briefcase.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/brightness-auto.svg b/packages/icons/categories/other/brightness-auto.svg deleted file mode 100644 index e944964a7..000000000 --- a/packages/icons/categories/other/brightness-auto.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/bulb-off.svg b/packages/icons/categories/other/bulb-off.svg deleted file mode 100644 index 50efc8a25..000000000 --- a/packages/icons/categories/other/bulb-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/bulb.svg b/packages/icons/categories/other/bulb.svg deleted file mode 100644 index 0017f1ea7..000000000 --- a/packages/icons/categories/other/bulb.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/burger.svg b/packages/icons/categories/other/burger.svg deleted file mode 100644 index c1bd5de1d..000000000 --- a/packages/icons/categories/other/burger.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/businessplan.svg b/packages/icons/categories/other/businessplan.svg deleted file mode 100644 index 929e0ee1b..000000000 --- a/packages/icons/categories/other/businessplan.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/cake-off.svg b/packages/icons/categories/other/cake-off.svg deleted file mode 100644 index 3a21f2ff5..000000000 --- a/packages/icons/categories/other/cake-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/cake.svg b/packages/icons/categories/other/cake.svg deleted file mode 100644 index b7863a104..000000000 --- a/packages/icons/categories/other/cake.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/calendar-clock.svg b/packages/icons/categories/other/calendar-clock.svg deleted file mode 100644 index 40c452fe4..000000000 --- a/packages/icons/categories/other/calendar-clock.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/calendar-dot.svg b/packages/icons/categories/other/calendar-dot.svg deleted file mode 100644 index c5fd30126..000000000 --- a/packages/icons/categories/other/calendar-dot.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/calendar-month.svg b/packages/icons/categories/other/calendar-month.svg deleted file mode 100644 index 22946d0e4..000000000 --- a/packages/icons/categories/other/calendar-month.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/calendar-sad.svg b/packages/icons/categories/other/calendar-sad.svg deleted file mode 100644 index 13ede7b3b..000000000 --- a/packages/icons/categories/other/calendar-sad.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/calendar-smile.svg b/packages/icons/categories/other/calendar-smile.svg deleted file mode 100644 index aa10f0394..000000000 --- a/packages/icons/categories/other/calendar-smile.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/calendar-user.svg b/packages/icons/categories/other/calendar-user.svg deleted file mode 100644 index 1542b61f4..000000000 --- a/packages/icons/categories/other/calendar-user.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/calendar-week.svg b/packages/icons/categories/other/calendar-week.svg deleted file mode 100644 index 2e21cb59e..000000000 --- a/packages/icons/categories/other/calendar-week.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/candle.svg b/packages/icons/categories/other/candle.svg deleted file mode 100644 index ce4d94d1e..000000000 --- a/packages/icons/categories/other/candle.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/car-garage.svg b/packages/icons/categories/other/car-garage.svg deleted file mode 100644 index c0c7265ac..000000000 --- a/packages/icons/categories/other/car-garage.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/caret-left-right.svg b/packages/icons/categories/other/caret-left-right.svg deleted file mode 100644 index f222f8660..000000000 --- a/packages/icons/categories/other/caret-left-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/caret-up-down.svg b/packages/icons/categories/other/caret-up-down.svg deleted file mode 100644 index b05cfe78c..000000000 --- a/packages/icons/categories/other/caret-up-down.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/category-minus.svg b/packages/icons/categories/other/category-minus.svg deleted file mode 100644 index 2f080a0a4..000000000 --- a/packages/icons/categories/other/category-minus.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/category-plus.svg b/packages/icons/categories/other/category-plus.svg deleted file mode 100644 index bd077ab19..000000000 --- a/packages/icons/categories/other/category-plus.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/cell.svg b/packages/icons/categories/other/cell.svg deleted file mode 100644 index 2d9ea6fa7..000000000 --- a/packages/icons/categories/other/cell.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/chair-director.svg b/packages/icons/categories/other/chair-director.svg deleted file mode 100644 index 8e57c83be..000000000 --- a/packages/icons/categories/other/chair-director.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/chart-scatter-3d.svg b/packages/icons/categories/other/chart-scatter-3d.svg deleted file mode 100644 index d639bccd5..000000000 --- a/packages/icons/categories/other/chart-scatter-3d.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/chart-scatter.svg b/packages/icons/categories/other/chart-scatter.svg deleted file mode 100644 index bb40dcf8e..000000000 --- a/packages/icons/categories/other/chart-scatter.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/checklist.svg b/packages/icons/categories/other/checklist.svg deleted file mode 100644 index 59a41e7f8..000000000 --- a/packages/icons/categories/other/checklist.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/chisel.svg b/packages/icons/categories/other/chisel.svg deleted file mode 100644 index b0644c2ae..000000000 --- a/packages/icons/categories/other/chisel.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/christmas-ball.svg b/packages/icons/categories/other/christmas-ball.svg deleted file mode 100644 index d24f2154c..000000000 --- a/packages/icons/categories/other/christmas-ball.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/circle-dashed-percentage.svg b/packages/icons/categories/other/circle-dashed-percentage.svg deleted file mode 100644 index 433388bb1..000000000 --- a/packages/icons/categories/other/circle-dashed-percentage.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/circle-key.svg b/packages/icons/categories/other/circle-key.svg deleted file mode 100644 index da340d2f8..000000000 --- a/packages/icons/categories/other/circle-key.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/circle-percentage.svg b/packages/icons/categories/other/circle-percentage.svg deleted file mode 100644 index 3e7375de9..000000000 --- a/packages/icons/categories/other/circle-percentage.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/circle-triangle.svg b/packages/icons/categories/other/circle-triangle.svg deleted file mode 100644 index e9e8627ed..000000000 --- a/packages/icons/categories/other/circle-triangle.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/circles-relation.svg b/packages/icons/categories/other/circles-relation.svg deleted file mode 100644 index 193d4adc0..000000000 --- a/packages/icons/categories/other/circles-relation.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/clear-all.svg b/packages/icons/categories/other/clear-all.svg deleted file mode 100644 index 9f97df126..000000000 --- a/packages/icons/categories/other/clear-all.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/click.svg b/packages/icons/categories/other/click.svg deleted file mode 100644 index 637df0167..000000000 --- a/packages/icons/categories/other/click.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/clipboard-smile.svg b/packages/icons/categories/other/clipboard-smile.svg deleted file mode 100644 index 6f441ae55..000000000 --- a/packages/icons/categories/other/clipboard-smile.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/clothes-rack-off.svg b/packages/icons/categories/other/clothes-rack-off.svg deleted file mode 100644 index a0d4311f2..000000000 --- a/packages/icons/categories/other/clothes-rack-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/clothes-rack.svg b/packages/icons/categories/other/clothes-rack.svg deleted file mode 100644 index 62ef16ac0..000000000 --- a/packages/icons/categories/other/clothes-rack.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/cloud-network.svg b/packages/icons/categories/other/cloud-network.svg deleted file mode 100644 index 4c611b371..000000000 --- a/packages/icons/categories/other/cloud-network.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/coffin.svg b/packages/icons/categories/other/coffin.svg deleted file mode 100644 index a694d112e..000000000 --- a/packages/icons/categories/other/coffin.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/coin-taka.svg b/packages/icons/categories/other/coin-taka.svg deleted file mode 100644 index 0846bb2a1..000000000 --- a/packages/icons/categories/other/coin-taka.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/confetti-off.svg b/packages/icons/categories/other/confetti-off.svg deleted file mode 100644 index 43c517be8..000000000 --- a/packages/icons/categories/other/confetti-off.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/confetti.svg b/packages/icons/categories/other/confetti.svg deleted file mode 100644 index e62778afa..000000000 --- a/packages/icons/categories/other/confetti.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/cookie-man.svg b/packages/icons/categories/other/cookie-man.svg deleted file mode 100644 index 63d870344..000000000 --- a/packages/icons/categories/other/cookie-man.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/copy-check.svg b/packages/icons/categories/other/copy-check.svg deleted file mode 100644 index bf1ee8148..000000000 --- a/packages/icons/categories/other/copy-check.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/copy-minus.svg b/packages/icons/categories/other/copy-minus.svg deleted file mode 100644 index eb0c4a9b3..000000000 --- a/packages/icons/categories/other/copy-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/copy-plus.svg b/packages/icons/categories/other/copy-plus.svg deleted file mode 100644 index a1f150027..000000000 --- a/packages/icons/categories/other/copy-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/copy-x.svg b/packages/icons/categories/other/copy-x.svg deleted file mode 100644 index 26147a6c4..000000000 --- a/packages/icons/categories/other/copy-x.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/credit-card-pay.svg b/packages/icons/categories/other/credit-card-pay.svg deleted file mode 100644 index c525c794b..000000000 --- a/packages/icons/categories/other/credit-card-pay.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/credit-card-refund.svg b/packages/icons/categories/other/credit-card-refund.svg deleted file mode 100644 index deaf86ce8..000000000 --- a/packages/icons/categories/other/credit-card-refund.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/crosshair.svg b/packages/icons/categories/other/crosshair.svg deleted file mode 100644 index bb66eb7d2..000000000 --- a/packages/icons/categories/other/crosshair.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/crown-off.svg b/packages/icons/categories/other/crown-off.svg deleted file mode 100644 index 97b75599e..000000000 --- a/packages/icons/categories/other/crown-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/crown.svg b/packages/icons/categories/other/crown.svg deleted file mode 100644 index a198e2555..000000000 --- a/packages/icons/categories/other/crown.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/crystal-ball.svg b/packages/icons/categories/other/crystal-ball.svg deleted file mode 100644 index 39566eaef..000000000 --- a/packages/icons/categories/other/crystal-ball.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/cube-send.svg b/packages/icons/categories/other/cube-send.svg deleted file mode 100644 index bfd4fdae4..000000000 --- a/packages/icons/categories/other/cube-send.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/cube-unfolded.svg b/packages/icons/categories/other/cube-unfolded.svg deleted file mode 100644 index 21e8145db..000000000 --- a/packages/icons/categories/other/cube-unfolded.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/curly-loop.svg b/packages/icons/categories/other/curly-loop.svg deleted file mode 100644 index f0eec5a17..000000000 --- a/packages/icons/categories/other/curly-loop.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/currency-xrp.svg b/packages/icons/categories/other/currency-xrp.svg deleted file mode 100644 index 8de797498..000000000 --- a/packages/icons/categories/other/currency-xrp.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/cursor-off.svg b/packages/icons/categories/other/cursor-off.svg deleted file mode 100644 index 78f16aeda..000000000 --- a/packages/icons/categories/other/cursor-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/database-smile.svg b/packages/icons/categories/other/database-smile.svg deleted file mode 100644 index 4ed730343..000000000 --- a/packages/icons/categories/other/database-smile.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/dental-broken.svg b/packages/icons/categories/other/dental-broken.svg deleted file mode 100644 index 98c162a8b..000000000 --- a/packages/icons/categories/other/dental-broken.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/deselect.svg b/packages/icons/categories/other/deselect.svg deleted file mode 100644 index 19980c24a..000000000 --- a/packages/icons/categories/other/deselect.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/desk.svg b/packages/icons/categories/other/desk.svg deleted file mode 100644 index 895352bbf..000000000 --- a/packages/icons/categories/other/desk.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/details-off.svg b/packages/icons/categories/other/details-off.svg deleted file mode 100644 index a16b8484d..000000000 --- a/packages/icons/categories/other/details-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/details.svg b/packages/icons/categories/other/details.svg deleted file mode 100644 index fd7b9b40c..000000000 --- a/packages/icons/categories/other/details.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/device-projector.svg b/packages/icons/categories/other/device-projector.svg deleted file mode 100644 index 3943c9f1d..000000000 --- a/packages/icons/categories/other/device-projector.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/diamond-off.svg b/packages/icons/categories/other/diamond-off.svg deleted file mode 100644 index a879ad431..000000000 --- a/packages/icons/categories/other/diamond-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/diamond.svg b/packages/icons/categories/other/diamond.svg deleted file mode 100644 index a92a708af..000000000 --- a/packages/icons/categories/other/diamond.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/direction-arrows.svg b/packages/icons/categories/other/direction-arrows.svg deleted file mode 100644 index 3f0f396fd..000000000 --- a/packages/icons/categories/other/direction-arrows.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/direction-horizontal.svg b/packages/icons/categories/other/direction-horizontal.svg deleted file mode 100644 index 39c986647..000000000 --- a/packages/icons/categories/other/direction-horizontal.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/direction-sign-off.svg b/packages/icons/categories/other/direction-sign-off.svg deleted file mode 100644 index c7f39bd51..000000000 --- a/packages/icons/categories/other/direction-sign-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/direction-sign.svg b/packages/icons/categories/other/direction-sign.svg deleted file mode 100644 index 83478993e..000000000 --- a/packages/icons/categories/other/direction-sign.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/direction.svg b/packages/icons/categories/other/direction.svg deleted file mode 100644 index 9ccfe94ec..000000000 --- a/packages/icons/categories/other/direction.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/door-enter.svg b/packages/icons/categories/other/door-enter.svg deleted file mode 100644 index b42fbbd0f..000000000 --- a/packages/icons/categories/other/door-enter.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/door-exit.svg b/packages/icons/categories/other/door-exit.svg deleted file mode 100644 index f2b108f75..000000000 --- a/packages/icons/categories/other/door-exit.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/door-off.svg b/packages/icons/categories/other/door-off.svg deleted file mode 100644 index a002f31e5..000000000 --- a/packages/icons/categories/other/door-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/door.svg b/packages/icons/categories/other/door.svg deleted file mode 100644 index ef9c72960..000000000 --- a/packages/icons/categories/other/door.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/drop-circle.svg b/packages/icons/categories/other/drop-circle.svg deleted file mode 100644 index 14f922cae..000000000 --- a/packages/icons/categories/other/drop-circle.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/droplets.svg b/packages/icons/categories/other/droplets.svg deleted file mode 100644 index 05114157b..000000000 --- a/packages/icons/categories/other/droplets.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/ear-scan.svg b/packages/icons/categories/other/ear-scan.svg deleted file mode 100644 index c8ed028e8..000000000 --- a/packages/icons/categories/other/ear-scan.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/elevator-off.svg b/packages/icons/categories/other/elevator-off.svg deleted file mode 100644 index 1cb69393a..000000000 --- a/packages/icons/categories/other/elevator-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/elevator.svg b/packages/icons/categories/other/elevator.svg deleted file mode 100644 index 8d37feccf..000000000 --- a/packages/icons/categories/other/elevator.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/exchange-off.svg b/packages/icons/categories/other/exchange-off.svg deleted file mode 100644 index b2524a98d..000000000 --- a/packages/icons/categories/other/exchange-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/exchange.svg b/packages/icons/categories/other/exchange.svg deleted file mode 100644 index 3c38ba972..000000000 --- a/packages/icons/categories/other/exchange.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/exclamation-circle.svg b/packages/icons/categories/other/exclamation-circle.svg deleted file mode 100644 index c199d30e7..000000000 --- a/packages/icons/categories/other/exclamation-circle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/exclamation-mark-off.svg b/packages/icons/categories/other/exclamation-mark-off.svg deleted file mode 100644 index 2bfa4983d..000000000 --- a/packages/icons/categories/other/exclamation-mark-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/exclamation-mark.svg b/packages/icons/categories/other/exclamation-mark.svg deleted file mode 100644 index 6e8eee7bb..000000000 --- a/packages/icons/categories/other/exclamation-mark.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/explicit-off.svg b/packages/icons/categories/other/explicit-off.svg deleted file mode 100644 index 60787c2a7..000000000 --- a/packages/icons/categories/other/explicit-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/explicit.svg b/packages/icons/categories/other/explicit.svg deleted file mode 100644 index 4a45101b5..000000000 --- a/packages/icons/categories/other/explicit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/eye-bolt.svg b/packages/icons/categories/other/eye-bolt.svg deleted file mode 100644 index dbf4733cb..000000000 --- a/packages/icons/categories/other/eye-bolt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/eye-cancel.svg b/packages/icons/categories/other/eye-cancel.svg deleted file mode 100644 index 03c1bed1c..000000000 --- a/packages/icons/categories/other/eye-cancel.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/eye-code.svg b/packages/icons/categories/other/eye-code.svg deleted file mode 100644 index ab3f23254..000000000 --- a/packages/icons/categories/other/eye-code.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/eye-discount.svg b/packages/icons/categories/other/eye-discount.svg deleted file mode 100644 index ec478d35c..000000000 --- a/packages/icons/categories/other/eye-discount.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/eye-dollar.svg b/packages/icons/categories/other/eye-dollar.svg deleted file mode 100644 index 71de2efa2..000000000 --- a/packages/icons/categories/other/eye-dollar.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/eye-down.svg b/packages/icons/categories/other/eye-down.svg deleted file mode 100644 index bae5cab7b..000000000 --- a/packages/icons/categories/other/eye-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/eye-minus.svg b/packages/icons/categories/other/eye-minus.svg deleted file mode 100644 index 65b13b648..000000000 --- a/packages/icons/categories/other/eye-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/eye-pause.svg b/packages/icons/categories/other/eye-pause.svg deleted file mode 100644 index f8ffc5a0a..000000000 --- a/packages/icons/categories/other/eye-pause.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/eye-pin.svg b/packages/icons/categories/other/eye-pin.svg deleted file mode 100644 index e4723a7ef..000000000 --- a/packages/icons/categories/other/eye-pin.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/eye-plus.svg b/packages/icons/categories/other/eye-plus.svg deleted file mode 100644 index 1ae88deb3..000000000 --- a/packages/icons/categories/other/eye-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/eye-question.svg b/packages/icons/categories/other/eye-question.svg deleted file mode 100644 index d78a45b87..000000000 --- a/packages/icons/categories/other/eye-question.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/eye-search.svg b/packages/icons/categories/other/eye-search.svg deleted file mode 100644 index a0097ccc0..000000000 --- a/packages/icons/categories/other/eye-search.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/eye-share.svg b/packages/icons/categories/other/eye-share.svg deleted file mode 100644 index 11f448a92..000000000 --- a/packages/icons/categories/other/eye-share.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/eye-star.svg b/packages/icons/categories/other/eye-star.svg deleted file mode 100644 index 431ba6663..000000000 --- a/packages/icons/categories/other/eye-star.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/eye-up.svg b/packages/icons/categories/other/eye-up.svg deleted file mode 100644 index 46d4bc925..000000000 --- a/packages/icons/categories/other/eye-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/face-id-error.svg b/packages/icons/categories/other/face-id-error.svg deleted file mode 100644 index 85fea345a..000000000 --- a/packages/icons/categories/other/face-id-error.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/face-id.svg b/packages/icons/categories/other/face-id.svg deleted file mode 100644 index 758aed830..000000000 --- a/packages/icons/categories/other/face-id.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/fidget-spinner.svg b/packages/icons/categories/other/fidget-spinner.svg deleted file mode 100644 index cfa5f6d3a..000000000 --- a/packages/icons/categories/other/fidget-spinner.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/file-neutral.svg b/packages/icons/categories/other/file-neutral.svg deleted file mode 100644 index f8e600706..000000000 --- a/packages/icons/categories/other/file-neutral.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/file-sad.svg b/packages/icons/categories/other/file-sad.svg deleted file mode 100644 index 5e7efdea3..000000000 --- a/packages/icons/categories/other/file-sad.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/file-smile.svg b/packages/icons/categories/other/file-smile.svg deleted file mode 100644 index 259d46be7..000000000 --- a/packages/icons/categories/other/file-smile.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/filter-bolt.svg b/packages/icons/categories/other/filter-bolt.svg deleted file mode 100644 index fecaf3994..000000000 --- a/packages/icons/categories/other/filter-bolt.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/filter-cancel.svg b/packages/icons/categories/other/filter-cancel.svg deleted file mode 100644 index 3ecac1c58..000000000 --- a/packages/icons/categories/other/filter-cancel.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/filter-check.svg b/packages/icons/categories/other/filter-check.svg deleted file mode 100644 index e44783cf8..000000000 --- a/packages/icons/categories/other/filter-check.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/filter-code.svg b/packages/icons/categories/other/filter-code.svg deleted file mode 100644 index 6754a1558..000000000 --- a/packages/icons/categories/other/filter-code.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/filter-discount.svg b/packages/icons/categories/other/filter-discount.svg deleted file mode 100644 index 09fcd3617..000000000 --- a/packages/icons/categories/other/filter-discount.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/filter-down.svg b/packages/icons/categories/other/filter-down.svg deleted file mode 100644 index 9da4ffc8a..000000000 --- a/packages/icons/categories/other/filter-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/filter-exclamation.svg b/packages/icons/categories/other/filter-exclamation.svg deleted file mode 100644 index 5ea3d4f7d..000000000 --- a/packages/icons/categories/other/filter-exclamation.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/filter-heart.svg b/packages/icons/categories/other/filter-heart.svg deleted file mode 100644 index f67e35b02..000000000 --- a/packages/icons/categories/other/filter-heart.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/filter-pause.svg b/packages/icons/categories/other/filter-pause.svg deleted file mode 100644 index 08547728d..000000000 --- a/packages/icons/categories/other/filter-pause.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/filter-pin.svg b/packages/icons/categories/other/filter-pin.svg deleted file mode 100644 index c43b9bd43..000000000 --- a/packages/icons/categories/other/filter-pin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/filter-question.svg b/packages/icons/categories/other/filter-question.svg deleted file mode 100644 index 436e3cd9c..000000000 --- a/packages/icons/categories/other/filter-question.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/filter-search.svg b/packages/icons/categories/other/filter-search.svg deleted file mode 100644 index 1ef52bf4c..000000000 --- a/packages/icons/categories/other/filter-search.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/filter-share.svg b/packages/icons/categories/other/filter-share.svg deleted file mode 100644 index 167aa53b3..000000000 --- a/packages/icons/categories/other/filter-share.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/filter-up.svg b/packages/icons/categories/other/filter-up.svg deleted file mode 100644 index 713e0ab89..000000000 --- a/packages/icons/categories/other/filter-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/filters.svg b/packages/icons/categories/other/filters.svg deleted file mode 100644 index 7d3d82f20..000000000 --- a/packages/icons/categories/other/filters.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/fingerprint-scan.svg b/packages/icons/categories/other/fingerprint-scan.svg deleted file mode 100644 index 76b47a999..000000000 --- a/packages/icons/categories/other/fingerprint-scan.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/fire-extinguisher.svg b/packages/icons/categories/other/fire-extinguisher.svg deleted file mode 100644 index 4128aafb0..000000000 --- a/packages/icons/categories/other/fire-extinguisher.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/fish-hook-off.svg b/packages/icons/categories/other/fish-hook-off.svg deleted file mode 100644 index 2be86f929..000000000 --- a/packages/icons/categories/other/fish-hook-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/fish-hook.svg b/packages/icons/categories/other/fish-hook.svg deleted file mode 100644 index 389ccfdf5..000000000 --- a/packages/icons/categories/other/fish-hook.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/flag-bolt.svg b/packages/icons/categories/other/flag-bolt.svg deleted file mode 100644 index 4dd51d571..000000000 --- a/packages/icons/categories/other/flag-bolt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/flag-cancel.svg b/packages/icons/categories/other/flag-cancel.svg deleted file mode 100644 index 8737b97e7..000000000 --- a/packages/icons/categories/other/flag-cancel.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/flag-check.svg b/packages/icons/categories/other/flag-check.svg deleted file mode 100644 index d0540616b..000000000 --- a/packages/icons/categories/other/flag-check.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/flag-code.svg b/packages/icons/categories/other/flag-code.svg deleted file mode 100644 index 93da716f1..000000000 --- a/packages/icons/categories/other/flag-code.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/flag-cog.svg b/packages/icons/categories/other/flag-cog.svg deleted file mode 100644 index d48847044..000000000 --- a/packages/icons/categories/other/flag-cog.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/flag-discount.svg b/packages/icons/categories/other/flag-discount.svg deleted file mode 100644 index c9cd67364..000000000 --- a/packages/icons/categories/other/flag-discount.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/flag-dollar.svg b/packages/icons/categories/other/flag-dollar.svg deleted file mode 100644 index 23750e3bd..000000000 --- a/packages/icons/categories/other/flag-dollar.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/flag-down.svg b/packages/icons/categories/other/flag-down.svg deleted file mode 100644 index d6b9ca163..000000000 --- a/packages/icons/categories/other/flag-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/flag-exclamation.svg b/packages/icons/categories/other/flag-exclamation.svg deleted file mode 100644 index f4e3705f7..000000000 --- a/packages/icons/categories/other/flag-exclamation.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/flag-heart.svg b/packages/icons/categories/other/flag-heart.svg deleted file mode 100644 index e4246ee6e..000000000 --- a/packages/icons/categories/other/flag-heart.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/flag-minus.svg b/packages/icons/categories/other/flag-minus.svg deleted file mode 100644 index ce9163077..000000000 --- a/packages/icons/categories/other/flag-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/flag-pause.svg b/packages/icons/categories/other/flag-pause.svg deleted file mode 100644 index a62c177d9..000000000 --- a/packages/icons/categories/other/flag-pause.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/flag-pin.svg b/packages/icons/categories/other/flag-pin.svg deleted file mode 100644 index a675719b0..000000000 --- a/packages/icons/categories/other/flag-pin.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/flag-plus.svg b/packages/icons/categories/other/flag-plus.svg deleted file mode 100644 index 8a4301d6c..000000000 --- a/packages/icons/categories/other/flag-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/flag-question.svg b/packages/icons/categories/other/flag-question.svg deleted file mode 100644 index 71342467c..000000000 --- a/packages/icons/categories/other/flag-question.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/flag-search.svg b/packages/icons/categories/other/flag-search.svg deleted file mode 100644 index d534c0a4a..000000000 --- a/packages/icons/categories/other/flag-search.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/flag-share.svg b/packages/icons/categories/other/flag-share.svg deleted file mode 100644 index 70c71de14..000000000 --- a/packages/icons/categories/other/flag-share.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/flag-star.svg b/packages/icons/categories/other/flag-star.svg deleted file mode 100644 index 69a6d863b..000000000 --- a/packages/icons/categories/other/flag-star.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/flag-up.svg b/packages/icons/categories/other/flag-up.svg deleted file mode 100644 index c62af8667..000000000 --- a/packages/icons/categories/other/flag-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/flag-x.svg b/packages/icons/categories/other/flag-x.svg deleted file mode 100644 index 7a605cc21..000000000 --- a/packages/icons/categories/other/flag-x.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/flame-off.svg b/packages/icons/categories/other/flame-off.svg deleted file mode 100644 index 7e892b047..000000000 --- a/packages/icons/categories/other/flame-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/flame.svg b/packages/icons/categories/other/flame.svg deleted file mode 100644 index 3842bd1f6..000000000 --- a/packages/icons/categories/other/flame.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/flip-flops.svg b/packages/icons/categories/other/flip-flops.svg deleted file mode 100644 index a088b9ee2..000000000 --- a/packages/icons/categories/other/flip-flops.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/focus-centered.svg b/packages/icons/categories/other/focus-centered.svg deleted file mode 100644 index 801ca7203..000000000 --- a/packages/icons/categories/other/focus-centered.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/folder-open.svg b/packages/icons/categories/other/folder-open.svg deleted file mode 100644 index 0523b58cf..000000000 --- a/packages/icons/categories/other/folder-open.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/folder-root.svg b/packages/icons/categories/other/folder-root.svg deleted file mode 100644 index 6b19e7cbe..000000000 --- a/packages/icons/categories/other/folder-root.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/folder-symlink.svg b/packages/icons/categories/other/folder-symlink.svg deleted file mode 100644 index 95e9318ec..000000000 --- a/packages/icons/categories/other/folder-symlink.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/forbid-2.svg b/packages/icons/categories/other/forbid-2.svg deleted file mode 100644 index 2f9d88e5b..000000000 --- a/packages/icons/categories/other/forbid-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/forbid.svg b/packages/icons/categories/other/forbid.svg deleted file mode 100644 index 69390815f..000000000 --- a/packages/icons/categories/other/forbid.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/free-rights.svg b/packages/icons/categories/other/free-rights.svg deleted file mode 100644 index e956ebdd8..000000000 --- a/packages/icons/categories/other/free-rights.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/friends-off.svg b/packages/icons/categories/other/friends-off.svg deleted file mode 100644 index 76256b475..000000000 --- a/packages/icons/categories/other/friends-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/friends.svg b/packages/icons/categories/other/friends.svg deleted file mode 100644 index 0c303dd93..000000000 --- a/packages/icons/categories/other/friends.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/galaxy.svg b/packages/icons/categories/other/galaxy.svg deleted file mode 100644 index dc383eb78..000000000 --- a/packages/icons/categories/other/galaxy.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/gavel.svg b/packages/icons/categories/other/gavel.svg deleted file mode 100644 index 6bc8326a2..000000000 --- a/packages/icons/categories/other/gavel.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/ghost-2.svg b/packages/icons/categories/other/ghost-2.svg deleted file mode 100644 index fc93e2972..000000000 --- a/packages/icons/categories/other/ghost-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/ghost-3.svg b/packages/icons/categories/other/ghost-3.svg deleted file mode 100644 index ff4ee5e13..000000000 --- a/packages/icons/categories/other/ghost-3.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/ghost-off.svg b/packages/icons/categories/other/ghost-off.svg deleted file mode 100644 index a9d45521c..000000000 --- a/packages/icons/categories/other/ghost-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/ghost.svg b/packages/icons/categories/other/ghost.svg deleted file mode 100644 index d411840a5..000000000 --- a/packages/icons/categories/other/ghost.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/gift-card.svg b/packages/icons/categories/other/gift-card.svg deleted file mode 100644 index a3e7de2e6..000000000 --- a/packages/icons/categories/other/gift-card.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/gift-off.svg b/packages/icons/categories/other/gift-off.svg deleted file mode 100644 index cb5bb3d67..000000000 --- a/packages/icons/categories/other/gift-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/gift.svg b/packages/icons/categories/other/gift.svg deleted file mode 100644 index c600fb63f..000000000 --- a/packages/icons/categories/other/gift.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/gizmo.svg b/packages/icons/categories/other/gizmo.svg deleted file mode 100644 index 91c8f44ba..000000000 --- a/packages/icons/categories/other/gizmo.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/glass-champagne.svg b/packages/icons/categories/other/glass-champagne.svg deleted file mode 100644 index a9d4343ea..000000000 --- a/packages/icons/categories/other/glass-champagne.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/glass-cocktail.svg b/packages/icons/categories/other/glass-cocktail.svg deleted file mode 100644 index d2565fdc6..000000000 --- a/packages/icons/categories/other/glass-cocktail.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/glass-gin.svg b/packages/icons/categories/other/glass-gin.svg deleted file mode 100644 index abefd36e2..000000000 --- a/packages/icons/categories/other/glass-gin.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/go-game.svg b/packages/icons/categories/other/go-game.svg deleted file mode 100644 index fb765ab15..000000000 --- a/packages/icons/categories/other/go-game.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/gradienter.svg b/packages/icons/categories/other/gradienter.svg deleted file mode 100644 index 469962bf6..000000000 --- a/packages/icons/categories/other/gradienter.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/grain.svg b/packages/icons/categories/other/grain.svg deleted file mode 100644 index 533022212..000000000 --- a/packages/icons/categories/other/grain.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/graph-off.svg b/packages/icons/categories/other/graph-off.svg deleted file mode 100644 index 8b3d88253..000000000 --- a/packages/icons/categories/other/graph-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/graph.svg b/packages/icons/categories/other/graph.svg deleted file mode 100644 index 8ca899693..000000000 --- a/packages/icons/categories/other/graph.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/grid-pattern.svg b/packages/icons/categories/other/grid-pattern.svg deleted file mode 100644 index 2a86945a4..000000000 --- a/packages/icons/categories/other/grid-pattern.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/guitar-pick.svg b/packages/icons/categories/other/guitar-pick.svg deleted file mode 100644 index c31e8534a..000000000 --- a/packages/icons/categories/other/guitar-pick.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/gymnastics.svg b/packages/icons/categories/other/gymnastics.svg deleted file mode 100644 index 5f3a409e9..000000000 --- a/packages/icons/categories/other/gymnastics.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/hammer-off.svg b/packages/icons/categories/other/hammer-off.svg deleted file mode 100644 index bf3c04994..000000000 --- a/packages/icons/categories/other/hammer-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/hammer.svg b/packages/icons/categories/other/hammer.svg deleted file mode 100644 index c2e044bdd..000000000 --- a/packages/icons/categories/other/hammer.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/hanger-2.svg b/packages/icons/categories/other/hanger-2.svg deleted file mode 100644 index 06e127b66..000000000 --- a/packages/icons/categories/other/hanger-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/hanger-off.svg b/packages/icons/categories/other/hanger-off.svg deleted file mode 100644 index 2c50839f1..000000000 --- a/packages/icons/categories/other/hanger-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/hanger.svg b/packages/icons/categories/other/hanger.svg deleted file mode 100644 index 531b8f947..000000000 --- a/packages/icons/categories/other/hanger.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/hash.svg b/packages/icons/categories/other/hash.svg deleted file mode 100644 index 267980916..000000000 --- a/packages/icons/categories/other/hash.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/haze-moon.svg b/packages/icons/categories/other/haze-moon.svg deleted file mode 100644 index 5ff4dd7ec..000000000 --- a/packages/icons/categories/other/haze-moon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/health-recognition.svg b/packages/icons/categories/other/health-recognition.svg deleted file mode 100644 index 9a25cdcd8..000000000 --- a/packages/icons/categories/other/health-recognition.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/heart-bolt.svg b/packages/icons/categories/other/heart-bolt.svg deleted file mode 100644 index d87fc569c..000000000 --- a/packages/icons/categories/other/heart-bolt.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/heart-cancel.svg b/packages/icons/categories/other/heart-cancel.svg deleted file mode 100644 index 700395feb..000000000 --- a/packages/icons/categories/other/heart-cancel.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/heart-check.svg b/packages/icons/categories/other/heart-check.svg deleted file mode 100644 index ee5687487..000000000 --- a/packages/icons/categories/other/heart-check.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/heart-code.svg b/packages/icons/categories/other/heart-code.svg deleted file mode 100644 index 9b111fa95..000000000 --- a/packages/icons/categories/other/heart-code.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/heart-cog.svg b/packages/icons/categories/other/heart-cog.svg deleted file mode 100644 index 57064b55a..000000000 --- a/packages/icons/categories/other/heart-cog.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/heart-discount.svg b/packages/icons/categories/other/heart-discount.svg deleted file mode 100644 index 62f6b04e5..000000000 --- a/packages/icons/categories/other/heart-discount.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/heart-dollar.svg b/packages/icons/categories/other/heart-dollar.svg deleted file mode 100644 index 8a9e8503e..000000000 --- a/packages/icons/categories/other/heart-dollar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/heart-down.svg b/packages/icons/categories/other/heart-down.svg deleted file mode 100644 index 3f712cb19..000000000 --- a/packages/icons/categories/other/heart-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/heart-exclamation.svg b/packages/icons/categories/other/heart-exclamation.svg deleted file mode 100644 index 2832b5bbc..000000000 --- a/packages/icons/categories/other/heart-exclamation.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/heart-handshake.svg b/packages/icons/categories/other/heart-handshake.svg deleted file mode 100644 index 22b4d3797..000000000 --- a/packages/icons/categories/other/heart-handshake.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/heart-pause.svg b/packages/icons/categories/other/heart-pause.svg deleted file mode 100644 index 1ce553630..000000000 --- a/packages/icons/categories/other/heart-pause.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/heart-pin.svg b/packages/icons/categories/other/heart-pin.svg deleted file mode 100644 index 732743511..000000000 --- a/packages/icons/categories/other/heart-pin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/heart-question.svg b/packages/icons/categories/other/heart-question.svg deleted file mode 100644 index b52aae710..000000000 --- a/packages/icons/categories/other/heart-question.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/heart-search.svg b/packages/icons/categories/other/heart-search.svg deleted file mode 100644 index 1e4aaf453..000000000 --- a/packages/icons/categories/other/heart-search.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/heart-share.svg b/packages/icons/categories/other/heart-share.svg deleted file mode 100644 index 4c2222573..000000000 --- a/packages/icons/categories/other/heart-share.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/heart-star.svg b/packages/icons/categories/other/heart-star.svg deleted file mode 100644 index e89f072d2..000000000 --- a/packages/icons/categories/other/heart-star.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/heart-up.svg b/packages/icons/categories/other/heart-up.svg deleted file mode 100644 index 97dc2a765..000000000 --- a/packages/icons/categories/other/heart-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/heart-x.svg b/packages/icons/categories/other/heart-x.svg deleted file mode 100644 index d4a02ec21..000000000 --- a/packages/icons/categories/other/heart-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/hexagon-3d.svg b/packages/icons/categories/other/hexagon-3d.svg deleted file mode 100644 index 6de6101ef..000000000 --- a/packages/icons/categories/other/hexagon-3d.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/hexagon-plus.svg b/packages/icons/categories/other/hexagon-plus.svg deleted file mode 100644 index b9c83612f..000000000 --- a/packages/icons/categories/other/hexagon-plus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/history-toggle.svg b/packages/icons/categories/other/history-toggle.svg deleted file mode 100644 index 439c39372..000000000 --- a/packages/icons/categories/other/history-toggle.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/horse-toy.svg b/packages/icons/categories/other/horse-toy.svg deleted file mode 100644 index 88853b0dc..000000000 --- a/packages/icons/categories/other/horse-toy.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/horse.svg b/packages/icons/categories/other/horse.svg deleted file mode 100644 index 7cbbeb17a..000000000 --- a/packages/icons/categories/other/horse.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/horseshoe.svg b/packages/icons/categories/other/horseshoe.svg deleted file mode 100644 index 1a9ed2174..000000000 --- a/packages/icons/categories/other/horseshoe.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/hospital-circle.svg b/packages/icons/categories/other/hospital-circle.svg deleted file mode 100644 index 652c47714..000000000 --- a/packages/icons/categories/other/hospital-circle.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/hospital.svg b/packages/icons/categories/other/hospital.svg deleted file mode 100644 index 7327c1b52..000000000 --- a/packages/icons/categories/other/hospital.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/hotel-service.svg b/packages/icons/categories/other/hotel-service.svg deleted file mode 100644 index 4d0e1a69e..000000000 --- a/packages/icons/categories/other/hotel-service.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/image-in-picture.svg b/packages/icons/categories/other/image-in-picture.svg deleted file mode 100644 index e8afbc5bf..000000000 --- a/packages/icons/categories/other/image-in-picture.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/inbox-off.svg b/packages/icons/categories/other/inbox-off.svg deleted file mode 100644 index 789f384e0..000000000 --- a/packages/icons/categories/other/inbox-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/inbox.svg b/packages/icons/categories/other/inbox.svg deleted file mode 100644 index e1296e4e9..000000000 --- a/packages/icons/categories/other/inbox.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/input-ai.svg b/packages/icons/categories/other/input-ai.svg deleted file mode 100644 index 14eedb2c9..000000000 --- a/packages/icons/categories/other/input-ai.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/input-check.svg b/packages/icons/categories/other/input-check.svg deleted file mode 100644 index edb7f9690..000000000 --- a/packages/icons/categories/other/input-check.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/input-x.svg b/packages/icons/categories/other/input-x.svg deleted file mode 100644 index a6d054491..000000000 --- a/packages/icons/categories/other/input-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/jacket.svg b/packages/icons/categories/other/jacket.svg deleted file mode 100644 index aea2f2b03..000000000 --- a/packages/icons/categories/other/jacket.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/jetpack.svg b/packages/icons/categories/other/jetpack.svg deleted file mode 100644 index f2d048e15..000000000 --- a/packages/icons/categories/other/jetpack.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/key-off.svg b/packages/icons/categories/other/key-off.svg deleted file mode 100644 index 8454cfe03..000000000 --- a/packages/icons/categories/other/key-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/key.svg b/packages/icons/categories/other/key.svg deleted file mode 100644 index 661e882a4..000000000 --- a/packages/icons/categories/other/key.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/ladder-off.svg b/packages/icons/categories/other/ladder-off.svg deleted file mode 100644 index a160fecf0..000000000 --- a/packages/icons/categories/other/ladder-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/ladder.svg b/packages/icons/categories/other/ladder.svg deleted file mode 100644 index c94f806b5..000000000 --- a/packages/icons/categories/other/ladder.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/ladle.svg b/packages/icons/categories/other/ladle.svg deleted file mode 100644 index c85b34797..000000000 --- a/packages/icons/categories/other/ladle.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/lamp-2.svg b/packages/icons/categories/other/lamp-2.svg deleted file mode 100644 index 09fa39daf..000000000 --- a/packages/icons/categories/other/lamp-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/lamp-off.svg b/packages/icons/categories/other/lamp-off.svg deleted file mode 100644 index e058bd34e..000000000 --- a/packages/icons/categories/other/lamp-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/lamp.svg b/packages/icons/categories/other/lamp.svg deleted file mode 100644 index fff6c5d41..000000000 --- a/packages/icons/categories/other/lamp.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/lane.svg b/packages/icons/categories/other/lane.svg deleted file mode 100644 index 0c597fe8c..000000000 --- a/packages/icons/categories/other/lane.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/layers-off.svg b/packages/icons/categories/other/layers-off.svg deleted file mode 100644 index dcd49f158..000000000 --- a/packages/icons/categories/other/layers-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/layout-bottombar-inactive.svg b/packages/icons/categories/other/layout-bottombar-inactive.svg deleted file mode 100644 index e9c939bf8..000000000 --- a/packages/icons/categories/other/layout-bottombar-inactive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/layout-navbar-inactive.svg b/packages/icons/categories/other/layout-navbar-inactive.svg deleted file mode 100644 index c65ba04d7..000000000 --- a/packages/icons/categories/other/layout-navbar-inactive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/layout-sidebar-inactive.svg b/packages/icons/categories/other/layout-sidebar-inactive.svg deleted file mode 100644 index 700bfaaf3..000000000 --- a/packages/icons/categories/other/layout-sidebar-inactive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/layout-sidebar-right-inactive.svg b/packages/icons/categories/other/layout-sidebar-right-inactive.svg deleted file mode 100644 index 081c9b512..000000000 --- a/packages/icons/categories/other/layout-sidebar-right-inactive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/lego-off.svg b/packages/icons/categories/other/lego-off.svg deleted file mode 100644 index 481c5f844..000000000 --- a/packages/icons/categories/other/lego-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/lego.svg b/packages/icons/categories/other/lego.svg deleted file mode 100644 index d51917b11..000000000 --- a/packages/icons/categories/other/lego.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/library-minus.svg b/packages/icons/categories/other/library-minus.svg deleted file mode 100644 index 5cad1edcd..000000000 --- a/packages/icons/categories/other/library-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/library-photo.svg b/packages/icons/categories/other/library-photo.svg deleted file mode 100644 index 872027026..000000000 --- a/packages/icons/categories/other/library-photo.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/library-plus.svg b/packages/icons/categories/other/library-plus.svg deleted file mode 100644 index e55d7566f..000000000 --- a/packages/icons/categories/other/library-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/library.svg b/packages/icons/categories/other/library.svg deleted file mode 100644 index e7fc10663..000000000 --- a/packages/icons/categories/other/library.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/license-off.svg b/packages/icons/categories/other/license-off.svg deleted file mode 100644 index 94c63073b..000000000 --- a/packages/icons/categories/other/license-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/license.svg b/packages/icons/categories/other/license.svg deleted file mode 100644 index 8a90de10a..000000000 --- a/packages/icons/categories/other/license.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/lifebuoy-off.svg b/packages/icons/categories/other/lifebuoy-off.svg deleted file mode 100644 index 1590d5f39..000000000 --- a/packages/icons/categories/other/lifebuoy-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/lifebuoy.svg b/packages/icons/categories/other/lifebuoy.svg deleted file mode 100644 index 9312947f5..000000000 --- a/packages/icons/categories/other/lifebuoy.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/lighter.svg b/packages/icons/categories/other/lighter.svg deleted file mode 100644 index 02c69fc2d..000000000 --- a/packages/icons/categories/other/lighter.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/line-scan.svg b/packages/icons/categories/other/line-scan.svg deleted file mode 100644 index d7216bab5..000000000 --- a/packages/icons/categories/other/line-scan.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/link-minus.svg b/packages/icons/categories/other/link-minus.svg deleted file mode 100644 index 6dc6885bb..000000000 --- a/packages/icons/categories/other/link-minus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/link-plus.svg b/packages/icons/categories/other/link-plus.svg deleted file mode 100644 index 105c253d5..000000000 --- a/packages/icons/categories/other/link-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/list-letters.svg b/packages/icons/categories/other/list-letters.svg deleted file mode 100644 index a1a702ead..000000000 --- a/packages/icons/categories/other/list-letters.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/list-tree.svg b/packages/icons/categories/other/list-tree.svg deleted file mode 100644 index cb1b10c9d..000000000 --- a/packages/icons/categories/other/list-tree.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/location-bolt.svg b/packages/icons/categories/other/location-bolt.svg deleted file mode 100644 index f438bdafd..000000000 --- a/packages/icons/categories/other/location-bolt.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/location-cancel.svg b/packages/icons/categories/other/location-cancel.svg deleted file mode 100644 index 8bdef0856..000000000 --- a/packages/icons/categories/other/location-cancel.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/location-check.svg b/packages/icons/categories/other/location-check.svg deleted file mode 100644 index 7dd305dde..000000000 --- a/packages/icons/categories/other/location-check.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/location-code.svg b/packages/icons/categories/other/location-code.svg deleted file mode 100644 index 590a3d8d3..000000000 --- a/packages/icons/categories/other/location-code.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/location-cog.svg b/packages/icons/categories/other/location-cog.svg deleted file mode 100644 index 9f622db32..000000000 --- a/packages/icons/categories/other/location-cog.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/location-discount.svg b/packages/icons/categories/other/location-discount.svg deleted file mode 100644 index c4e6c8bb6..000000000 --- a/packages/icons/categories/other/location-discount.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/location-dollar.svg b/packages/icons/categories/other/location-dollar.svg deleted file mode 100644 index c8e06d804..000000000 --- a/packages/icons/categories/other/location-dollar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/location-down.svg b/packages/icons/categories/other/location-down.svg deleted file mode 100644 index 9cfdf23b5..000000000 --- a/packages/icons/categories/other/location-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/location-exclamation.svg b/packages/icons/categories/other/location-exclamation.svg deleted file mode 100644 index 6ea93f7c3..000000000 --- a/packages/icons/categories/other/location-exclamation.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/location-heart.svg b/packages/icons/categories/other/location-heart.svg deleted file mode 100644 index f8a735aa0..000000000 --- a/packages/icons/categories/other/location-heart.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/location-minus.svg b/packages/icons/categories/other/location-minus.svg deleted file mode 100644 index 3e6eb8ee8..000000000 --- a/packages/icons/categories/other/location-minus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/location-pause.svg b/packages/icons/categories/other/location-pause.svg deleted file mode 100644 index a45724af0..000000000 --- a/packages/icons/categories/other/location-pause.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/location-pin.svg b/packages/icons/categories/other/location-pin.svg deleted file mode 100644 index 20986c25b..000000000 --- a/packages/icons/categories/other/location-pin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/location-plus.svg b/packages/icons/categories/other/location-plus.svg deleted file mode 100644 index 6d86406f6..000000000 --- a/packages/icons/categories/other/location-plus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/location-question.svg b/packages/icons/categories/other/location-question.svg deleted file mode 100644 index eafb2b803..000000000 --- a/packages/icons/categories/other/location-question.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/location-search.svg b/packages/icons/categories/other/location-search.svg deleted file mode 100644 index 484723a44..000000000 --- a/packages/icons/categories/other/location-search.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/location-share.svg b/packages/icons/categories/other/location-share.svg deleted file mode 100644 index 7000601b7..000000000 --- a/packages/icons/categories/other/location-share.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/location-star.svg b/packages/icons/categories/other/location-star.svg deleted file mode 100644 index e5c6bde2f..000000000 --- a/packages/icons/categories/other/location-star.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/location-up.svg b/packages/icons/categories/other/location-up.svg deleted file mode 100644 index f58a6c2e2..000000000 --- a/packages/icons/categories/other/location-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/location-x.svg b/packages/icons/categories/other/location-x.svg deleted file mode 100644 index 972a639dc..000000000 --- a/packages/icons/categories/other/location-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/login-2.svg b/packages/icons/categories/other/login-2.svg deleted file mode 100644 index da7b8970e..000000000 --- a/packages/icons/categories/other/login-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/luggage-off.svg b/packages/icons/categories/other/luggage-off.svg deleted file mode 100644 index 2aa51e495..000000000 --- a/packages/icons/categories/other/luggage-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/luggage.svg b/packages/icons/categories/other/luggage.svg deleted file mode 100644 index 02a143e73..000000000 --- a/packages/icons/categories/other/luggage.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/magnet-off.svg b/packages/icons/categories/other/magnet-off.svg deleted file mode 100644 index 2f24ac06a..000000000 --- a/packages/icons/categories/other/magnet-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/magnet.svg b/packages/icons/categories/other/magnet.svg deleted file mode 100644 index ff43a05f2..000000000 --- a/packages/icons/categories/other/magnet.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/magnetic.svg b/packages/icons/categories/other/magnetic.svg deleted file mode 100644 index a45d09942..000000000 --- a/packages/icons/categories/other/magnetic.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/man.svg b/packages/icons/categories/other/man.svg deleted file mode 100644 index 6af4f74a8..000000000 --- a/packages/icons/categories/other/man.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/manual-gearbox.svg b/packages/icons/categories/other/manual-gearbox.svg deleted file mode 100644 index 07ca5dadf..000000000 --- a/packages/icons/categories/other/manual-gearbox.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/map-bolt.svg b/packages/icons/categories/other/map-bolt.svg deleted file mode 100644 index 3bec2fca7..000000000 --- a/packages/icons/categories/other/map-bolt.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/map-cancel.svg b/packages/icons/categories/other/map-cancel.svg deleted file mode 100644 index d1ed9cfa7..000000000 --- a/packages/icons/categories/other/map-cancel.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/map-check.svg b/packages/icons/categories/other/map-check.svg deleted file mode 100644 index d1ea887c7..000000000 --- a/packages/icons/categories/other/map-check.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/map-code.svg b/packages/icons/categories/other/map-code.svg deleted file mode 100644 index 94930b010..000000000 --- a/packages/icons/categories/other/map-code.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/map-cog.svg b/packages/icons/categories/other/map-cog.svg deleted file mode 100644 index d14dab904..000000000 --- a/packages/icons/categories/other/map-cog.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/map-discount.svg b/packages/icons/categories/other/map-discount.svg deleted file mode 100644 index 785ea8052..000000000 --- a/packages/icons/categories/other/map-discount.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/map-dollar.svg b/packages/icons/categories/other/map-dollar.svg deleted file mode 100644 index 7411fbebb..000000000 --- a/packages/icons/categories/other/map-dollar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/map-down.svg b/packages/icons/categories/other/map-down.svg deleted file mode 100644 index fd52b1216..000000000 --- a/packages/icons/categories/other/map-down.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/map-exclamation.svg b/packages/icons/categories/other/map-exclamation.svg deleted file mode 100644 index b34adda72..000000000 --- a/packages/icons/categories/other/map-exclamation.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/map-heart.svg b/packages/icons/categories/other/map-heart.svg deleted file mode 100644 index 8bcaa0cfd..000000000 --- a/packages/icons/categories/other/map-heart.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/map-minus.svg b/packages/icons/categories/other/map-minus.svg deleted file mode 100644 index 72620927c..000000000 --- a/packages/icons/categories/other/map-minus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/map-pause.svg b/packages/icons/categories/other/map-pause.svg deleted file mode 100644 index 928b9d1f1..000000000 --- a/packages/icons/categories/other/map-pause.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/map-pin-2.svg b/packages/icons/categories/other/map-pin-2.svg deleted file mode 100644 index 51d7ecafb..000000000 --- a/packages/icons/categories/other/map-pin-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/map-plus.svg b/packages/icons/categories/other/map-plus.svg deleted file mode 100644 index 1b2b0b33c..000000000 --- a/packages/icons/categories/other/map-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/map-question.svg b/packages/icons/categories/other/map-question.svg deleted file mode 100644 index fa250e751..000000000 --- a/packages/icons/categories/other/map-question.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/map-route.svg b/packages/icons/categories/other/map-route.svg deleted file mode 100644 index 4cd82b403..000000000 --- a/packages/icons/categories/other/map-route.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/map-share.svg b/packages/icons/categories/other/map-share.svg deleted file mode 100644 index e62eb1c54..000000000 --- a/packages/icons/categories/other/map-share.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/map-star.svg b/packages/icons/categories/other/map-star.svg deleted file mode 100644 index a8d109f55..000000000 --- a/packages/icons/categories/other/map-star.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/map-up.svg b/packages/icons/categories/other/map-up.svg deleted file mode 100644 index 63a7fd568..000000000 --- a/packages/icons/categories/other/map-up.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/map-x.svg b/packages/icons/categories/other/map-x.svg deleted file mode 100644 index 0ed0b931a..000000000 --- a/packages/icons/categories/other/map-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/marquee-2.svg b/packages/icons/categories/other/marquee-2.svg deleted file mode 100644 index f808ef445..000000000 --- a/packages/icons/categories/other/marquee-2.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/marquee-off.svg b/packages/icons/categories/other/marquee-off.svg deleted file mode 100644 index 184371bef..000000000 --- a/packages/icons/categories/other/marquee-off.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/marquee.svg b/packages/icons/categories/other/marquee.svg deleted file mode 100644 index 1569ff1c9..000000000 --- a/packages/icons/categories/other/marquee.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/matchstick.svg b/packages/icons/categories/other/matchstick.svg deleted file mode 100644 index a5d7e62e6..000000000 --- a/packages/icons/categories/other/matchstick.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/math-max-min.svg b/packages/icons/categories/other/math-max-min.svg deleted file mode 100644 index 54f91e128..000000000 --- a/packages/icons/categories/other/math-max-min.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/medal-2.svg b/packages/icons/categories/other/medal-2.svg deleted file mode 100644 index b2e716d61..000000000 --- a/packages/icons/categories/other/medal-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/medal.svg b/packages/icons/categories/other/medal.svg deleted file mode 100644 index 0a8224f1f..000000000 --- a/packages/icons/categories/other/medal.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/menu-deep.svg b/packages/icons/categories/other/menu-deep.svg deleted file mode 100644 index 5682b15d6..000000000 --- a/packages/icons/categories/other/menu-deep.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/message-reply.svg b/packages/icons/categories/other/message-reply.svg deleted file mode 100644 index 684aa3dd6..000000000 --- a/packages/icons/categories/other/message-reply.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/meter-cube.svg b/packages/icons/categories/other/meter-cube.svg deleted file mode 100644 index af0537e1e..000000000 --- a/packages/icons/categories/other/meter-cube.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/meter-square.svg b/packages/icons/categories/other/meter-square.svg deleted file mode 100644 index 43f003e53..000000000 --- a/packages/icons/categories/other/meter-square.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/metronome.svg b/packages/icons/categories/other/metronome.svg deleted file mode 100644 index 3915e29b3..000000000 --- a/packages/icons/categories/other/metronome.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/mickey.svg b/packages/icons/categories/other/mickey.svg deleted file mode 100644 index 0f1bc8bfd..000000000 --- a/packages/icons/categories/other/mickey.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/military-award.svg b/packages/icons/categories/other/military-award.svg deleted file mode 100644 index 8b5bfd723..000000000 --- a/packages/icons/categories/other/military-award.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/military-rank.svg b/packages/icons/categories/other/military-rank.svg deleted file mode 100644 index b142acac2..000000000 --- a/packages/icons/categories/other/military-rank.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/minus-vertical.svg b/packages/icons/categories/other/minus-vertical.svg deleted file mode 100644 index 61b4f3bfd..000000000 --- a/packages/icons/categories/other/minus-vertical.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/mobiledata-off.svg b/packages/icons/categories/other/mobiledata-off.svg deleted file mode 100644 index 8f6b2b474..000000000 --- a/packages/icons/categories/other/mobiledata-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/mobiledata.svg b/packages/icons/categories/other/mobiledata.svg deleted file mode 100644 index 541cce868..000000000 --- a/packages/icons/categories/other/mobiledata.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/moneybag.svg b/packages/icons/categories/other/moneybag.svg deleted file mode 100644 index 1efdd0c55..000000000 --- a/packages/icons/categories/other/moneybag.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/mood-look-down.svg b/packages/icons/categories/other/mood-look-down.svg deleted file mode 100644 index 623bdacc7..000000000 --- a/packages/icons/categories/other/mood-look-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/mood-look-up.svg b/packages/icons/categories/other/mood-look-up.svg deleted file mode 100644 index a27c0e8d5..000000000 --- a/packages/icons/categories/other/mood-look-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/mood-puzzled.svg b/packages/icons/categories/other/mood-puzzled.svg deleted file mode 100644 index 489c66021..000000000 --- a/packages/icons/categories/other/mood-puzzled.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/moustache.svg b/packages/icons/categories/other/moustache.svg deleted file mode 100644 index 667babeb2..000000000 --- a/packages/icons/categories/other/moustache.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/music-bolt.svg b/packages/icons/categories/other/music-bolt.svg deleted file mode 100644 index ad9c1fbd9..000000000 --- a/packages/icons/categories/other/music-bolt.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/music-cancel.svg b/packages/icons/categories/other/music-cancel.svg deleted file mode 100644 index 031da7469..000000000 --- a/packages/icons/categories/other/music-cancel.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/music-check.svg b/packages/icons/categories/other/music-check.svg deleted file mode 100644 index f7410c270..000000000 --- a/packages/icons/categories/other/music-check.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/music-code.svg b/packages/icons/categories/other/music-code.svg deleted file mode 100644 index e24b66d82..000000000 --- a/packages/icons/categories/other/music-code.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/music-cog.svg b/packages/icons/categories/other/music-cog.svg deleted file mode 100644 index 23b84d277..000000000 --- a/packages/icons/categories/other/music-cog.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/music-discount.svg b/packages/icons/categories/other/music-discount.svg deleted file mode 100644 index 5cd6e166b..000000000 --- a/packages/icons/categories/other/music-discount.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/music-dollar.svg b/packages/icons/categories/other/music-dollar.svg deleted file mode 100644 index e8a43275c..000000000 --- a/packages/icons/categories/other/music-dollar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/music-down.svg b/packages/icons/categories/other/music-down.svg deleted file mode 100644 index c0f450d62..000000000 --- a/packages/icons/categories/other/music-down.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/music-exclamation.svg b/packages/icons/categories/other/music-exclamation.svg deleted file mode 100644 index 07d71c514..000000000 --- a/packages/icons/categories/other/music-exclamation.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/music-heart.svg b/packages/icons/categories/other/music-heart.svg deleted file mode 100644 index 36040d44a..000000000 --- a/packages/icons/categories/other/music-heart.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/music-minus.svg b/packages/icons/categories/other/music-minus.svg deleted file mode 100644 index 26eaab7df..000000000 --- a/packages/icons/categories/other/music-minus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/music-pause.svg b/packages/icons/categories/other/music-pause.svg deleted file mode 100644 index b27f69b31..000000000 --- a/packages/icons/categories/other/music-pause.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/music-pin.svg b/packages/icons/categories/other/music-pin.svg deleted file mode 100644 index 345852b23..000000000 --- a/packages/icons/categories/other/music-pin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/music-plus.svg b/packages/icons/categories/other/music-plus.svg deleted file mode 100644 index 417667046..000000000 --- a/packages/icons/categories/other/music-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/music-question.svg b/packages/icons/categories/other/music-question.svg deleted file mode 100644 index 842bc986a..000000000 --- a/packages/icons/categories/other/music-question.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/music-search.svg b/packages/icons/categories/other/music-search.svg deleted file mode 100644 index 840508f87..000000000 --- a/packages/icons/categories/other/music-search.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/music-share.svg b/packages/icons/categories/other/music-share.svg deleted file mode 100644 index 06b437108..000000000 --- a/packages/icons/categories/other/music-share.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/music-star.svg b/packages/icons/categories/other/music-star.svg deleted file mode 100644 index 84e52005e..000000000 --- a/packages/icons/categories/other/music-star.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/music-up.svg b/packages/icons/categories/other/music-up.svg deleted file mode 100644 index 9e6b87d18..000000000 --- a/packages/icons/categories/other/music-up.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/music-x.svg b/packages/icons/categories/other/music-x.svg deleted file mode 100644 index 7c38ace62..000000000 --- a/packages/icons/categories/other/music-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/navigation-bolt.svg b/packages/icons/categories/other/navigation-bolt.svg deleted file mode 100644 index f79a5e995..000000000 --- a/packages/icons/categories/other/navigation-bolt.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/navigation-cancel.svg b/packages/icons/categories/other/navigation-cancel.svg deleted file mode 100644 index 484395f82..000000000 --- a/packages/icons/categories/other/navigation-cancel.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/navigation-check.svg b/packages/icons/categories/other/navigation-check.svg deleted file mode 100644 index f87a4f11f..000000000 --- a/packages/icons/categories/other/navigation-check.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/navigation-code.svg b/packages/icons/categories/other/navigation-code.svg deleted file mode 100644 index 08f420ff1..000000000 --- a/packages/icons/categories/other/navigation-code.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/navigation-cog.svg b/packages/icons/categories/other/navigation-cog.svg deleted file mode 100644 index fbb343936..000000000 --- a/packages/icons/categories/other/navigation-cog.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/navigation-discount.svg b/packages/icons/categories/other/navigation-discount.svg deleted file mode 100644 index a21983074..000000000 --- a/packages/icons/categories/other/navigation-discount.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/navigation-dollar.svg b/packages/icons/categories/other/navigation-dollar.svg deleted file mode 100644 index e3f4ee787..000000000 --- a/packages/icons/categories/other/navigation-dollar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/navigation-down.svg b/packages/icons/categories/other/navigation-down.svg deleted file mode 100644 index 7992e81fb..000000000 --- a/packages/icons/categories/other/navigation-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/navigation-exclamation.svg b/packages/icons/categories/other/navigation-exclamation.svg deleted file mode 100644 index 0e5e9c45a..000000000 --- a/packages/icons/categories/other/navigation-exclamation.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/navigation-heart.svg b/packages/icons/categories/other/navigation-heart.svg deleted file mode 100644 index 2c46228db..000000000 --- a/packages/icons/categories/other/navigation-heart.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/navigation-minus.svg b/packages/icons/categories/other/navigation-minus.svg deleted file mode 100644 index 06015cac5..000000000 --- a/packages/icons/categories/other/navigation-minus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/navigation-pause.svg b/packages/icons/categories/other/navigation-pause.svg deleted file mode 100644 index 280305654..000000000 --- a/packages/icons/categories/other/navigation-pause.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/navigation-pin.svg b/packages/icons/categories/other/navigation-pin.svg deleted file mode 100644 index dfc5bcc55..000000000 --- a/packages/icons/categories/other/navigation-pin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/navigation-plus.svg b/packages/icons/categories/other/navigation-plus.svg deleted file mode 100644 index 27a74b314..000000000 --- a/packages/icons/categories/other/navigation-plus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/navigation-question.svg b/packages/icons/categories/other/navigation-question.svg deleted file mode 100644 index f344e4c04..000000000 --- a/packages/icons/categories/other/navigation-question.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/navigation-search.svg b/packages/icons/categories/other/navigation-search.svg deleted file mode 100644 index 143e19bb9..000000000 --- a/packages/icons/categories/other/navigation-search.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/navigation-share.svg b/packages/icons/categories/other/navigation-share.svg deleted file mode 100644 index 95ae68732..000000000 --- a/packages/icons/categories/other/navigation-share.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/navigation-star.svg b/packages/icons/categories/other/navigation-star.svg deleted file mode 100644 index 279af1cfb..000000000 --- a/packages/icons/categories/other/navigation-star.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/navigation-up.svg b/packages/icons/categories/other/navigation-up.svg deleted file mode 100644 index c656bdb76..000000000 --- a/packages/icons/categories/other/navigation-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/navigation-x.svg b/packages/icons/categories/other/navigation-x.svg deleted file mode 100644 index 13d55d9dc..000000000 --- a/packages/icons/categories/other/navigation-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/needle-thread.svg b/packages/icons/categories/other/needle-thread.svg deleted file mode 100644 index 95e9dbe6c..000000000 --- a/packages/icons/categories/other/needle-thread.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/needle.svg b/packages/icons/categories/other/needle.svg deleted file mode 100644 index 7e710a4bf..000000000 --- a/packages/icons/categories/other/needle.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/new-section.svg b/packages/icons/categories/other/new-section.svg deleted file mode 100644 index 10fcedca8..000000000 --- a/packages/icons/categories/other/new-section.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/nut.svg b/packages/icons/categories/other/nut.svg deleted file mode 100644 index 6ea92baca..000000000 --- a/packages/icons/categories/other/nut.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/outbound.svg b/packages/icons/categories/other/outbound.svg deleted file mode 100644 index b4678efce..000000000 --- a/packages/icons/categories/other/outbound.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/outlet.svg b/packages/icons/categories/other/outlet.svg deleted file mode 100644 index 45c6fb525..000000000 --- a/packages/icons/categories/other/outlet.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/package-export.svg b/packages/icons/categories/other/package-export.svg deleted file mode 100644 index c7f783dd8..000000000 --- a/packages/icons/categories/other/package-export.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/package-import.svg b/packages/icons/categories/other/package-import.svg deleted file mode 100644 index 43f1b364d..000000000 --- a/packages/icons/categories/other/package-import.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/packages.svg b/packages/icons/categories/other/packages.svg deleted file mode 100644 index fb882cff0..000000000 --- a/packages/icons/categories/other/packages.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/pacman.svg b/packages/icons/categories/other/pacman.svg deleted file mode 100644 index a99222dd8..000000000 --- a/packages/icons/categories/other/pacman.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/paperclip.svg b/packages/icons/categories/other/paperclip.svg deleted file mode 100644 index b41e35965..000000000 --- a/packages/icons/categories/other/paperclip.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/parking-circle.svg b/packages/icons/categories/other/parking-circle.svg deleted file mode 100644 index c62b31445..000000000 --- a/packages/icons/categories/other/parking-circle.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/paw-off.svg b/packages/icons/categories/other/paw-off.svg deleted file mode 100644 index 824eea2cf..000000000 --- a/packages/icons/categories/other/paw-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/paw.svg b/packages/icons/categories/other/paw.svg deleted file mode 100644 index 862fc6407..000000000 --- a/packages/icons/categories/other/paw.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/paywall.svg b/packages/icons/categories/other/paywall.svg deleted file mode 100644 index cca7e7dcd..000000000 --- a/packages/icons/categories/other/paywall.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/pencil-bolt.svg b/packages/icons/categories/other/pencil-bolt.svg deleted file mode 100644 index 304a6628f..000000000 --- a/packages/icons/categories/other/pencil-bolt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/pencil-cancel.svg b/packages/icons/categories/other/pencil-cancel.svg deleted file mode 100644 index 829a2155f..000000000 --- a/packages/icons/categories/other/pencil-cancel.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/pencil-check.svg b/packages/icons/categories/other/pencil-check.svg deleted file mode 100644 index 29abe0aeb..000000000 --- a/packages/icons/categories/other/pencil-check.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/pencil-code.svg b/packages/icons/categories/other/pencil-code.svg deleted file mode 100644 index 7062baea8..000000000 --- a/packages/icons/categories/other/pencil-code.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/pencil-cog.svg b/packages/icons/categories/other/pencil-cog.svg deleted file mode 100644 index 64ce3f0a7..000000000 --- a/packages/icons/categories/other/pencil-cog.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/pencil-discount.svg b/packages/icons/categories/other/pencil-discount.svg deleted file mode 100644 index 1f14bc90e..000000000 --- a/packages/icons/categories/other/pencil-discount.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/pencil-dollar.svg b/packages/icons/categories/other/pencil-dollar.svg deleted file mode 100644 index 6ee09f507..000000000 --- a/packages/icons/categories/other/pencil-dollar.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/pencil-down.svg b/packages/icons/categories/other/pencil-down.svg deleted file mode 100644 index cbe567ead..000000000 --- a/packages/icons/categories/other/pencil-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/pencil-exclamation.svg b/packages/icons/categories/other/pencil-exclamation.svg deleted file mode 100644 index da41eb59b..000000000 --- a/packages/icons/categories/other/pencil-exclamation.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/pencil-heart.svg b/packages/icons/categories/other/pencil-heart.svg deleted file mode 100644 index e55850cd6..000000000 --- a/packages/icons/categories/other/pencil-heart.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/pencil-pause.svg b/packages/icons/categories/other/pencil-pause.svg deleted file mode 100644 index 72ef39821..000000000 --- a/packages/icons/categories/other/pencil-pause.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/pencil-pin.svg b/packages/icons/categories/other/pencil-pin.svg deleted file mode 100644 index c8bb5c095..000000000 --- a/packages/icons/categories/other/pencil-pin.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/pencil-question.svg b/packages/icons/categories/other/pencil-question.svg deleted file mode 100644 index daa0e1f7b..000000000 --- a/packages/icons/categories/other/pencil-question.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/pencil-search.svg b/packages/icons/categories/other/pencil-search.svg deleted file mode 100644 index e810ee717..000000000 --- a/packages/icons/categories/other/pencil-search.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/pencil-share.svg b/packages/icons/categories/other/pencil-share.svg deleted file mode 100644 index 78e192ef9..000000000 --- a/packages/icons/categories/other/pencil-share.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/pencil-star.svg b/packages/icons/categories/other/pencil-star.svg deleted file mode 100644 index 944bc58a6..000000000 --- a/packages/icons/categories/other/pencil-star.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/pencil-up.svg b/packages/icons/categories/other/pencil-up.svg deleted file mode 100644 index 6f835fc33..000000000 --- a/packages/icons/categories/other/pencil-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/pencil-x.svg b/packages/icons/categories/other/pencil-x.svg deleted file mode 100644 index 741d9c753..000000000 --- a/packages/icons/categories/other/pencil-x.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/pentagon-plus.svg b/packages/icons/categories/other/pentagon-plus.svg deleted file mode 100644 index cbbc46c0e..000000000 --- a/packages/icons/categories/other/pentagon-plus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/pentagon-x.svg b/packages/icons/categories/other/pentagon-x.svg deleted file mode 100644 index 0a807dbf7..000000000 --- a/packages/icons/categories/other/pentagon-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/pentagram.svg b/packages/icons/categories/other/pentagram.svg deleted file mode 100644 index 88cad38a1..000000000 --- a/packages/icons/categories/other/pentagram.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/perfume.svg b/packages/icons/categories/other/perfume.svg deleted file mode 100644 index d84650d24..000000000 --- a/packages/icons/categories/other/perfume.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/photo-circle.svg b/packages/icons/categories/other/photo-circle.svg deleted file mode 100644 index ff3e33da1..000000000 --- a/packages/icons/categories/other/photo-circle.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/photo-hexagon.svg b/packages/icons/categories/other/photo-hexagon.svg deleted file mode 100644 index 9dc9c0663..000000000 --- a/packages/icons/categories/other/photo-hexagon.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/photo-pentagon.svg b/packages/icons/categories/other/photo-pentagon.svg deleted file mode 100644 index 07b65a915..000000000 --- a/packages/icons/categories/other/photo-pentagon.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/photo-square-rounded.svg b/packages/icons/categories/other/photo-square-rounded.svg deleted file mode 100644 index e1e5bf134..000000000 --- a/packages/icons/categories/other/photo-square-rounded.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/photo-video.svg b/packages/icons/categories/other/photo-video.svg deleted file mode 100644 index c98754232..000000000 --- a/packages/icons/categories/other/photo-video.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/piano.svg b/packages/icons/categories/other/piano.svg deleted file mode 100644 index 1c4ce27ba..000000000 --- a/packages/icons/categories/other/piano.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/pick.svg b/packages/icons/categories/other/pick.svg deleted file mode 100644 index a465d362a..000000000 --- a/packages/icons/categories/other/pick.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/pilcrow-left.svg b/packages/icons/categories/other/pilcrow-left.svg deleted file mode 100644 index e84b5be2c..000000000 --- a/packages/icons/categories/other/pilcrow-left.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/pilcrow-right.svg b/packages/icons/categories/other/pilcrow-right.svg deleted file mode 100644 index ee407135a..000000000 --- a/packages/icons/categories/other/pilcrow-right.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/pin-end.svg b/packages/icons/categories/other/pin-end.svg deleted file mode 100644 index 398d1bb64..000000000 --- a/packages/icons/categories/other/pin-end.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/pin-invoke.svg b/packages/icons/categories/other/pin-invoke.svg deleted file mode 100644 index 7e592d8b9..000000000 --- a/packages/icons/categories/other/pin-invoke.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/placeholder.svg b/packages/icons/categories/other/placeholder.svg deleted file mode 100644 index 22a9737bc..000000000 --- a/packages/icons/categories/other/placeholder.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/playlist-add.svg b/packages/icons/categories/other/playlist-add.svg deleted file mode 100644 index 4656d1bb0..000000000 --- a/packages/icons/categories/other/playlist-add.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/podium-off.svg b/packages/icons/categories/other/podium-off.svg deleted file mode 100644 index e0917d3c1..000000000 --- a/packages/icons/categories/other/podium-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/podium.svg b/packages/icons/categories/other/podium.svg deleted file mode 100644 index b1c079946..000000000 --- a/packages/icons/categories/other/podium.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/point-off.svg b/packages/icons/categories/other/point-off.svg deleted file mode 100644 index dfe687086..000000000 --- a/packages/icons/categories/other/point-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/point.svg b/packages/icons/categories/other/point.svg deleted file mode 100644 index dcada57e5..000000000 --- a/packages/icons/categories/other/point.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/poo.svg b/packages/icons/categories/other/poo.svg deleted file mode 100644 index 83b889cc2..000000000 --- a/packages/icons/categories/other/poo.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/pray.svg b/packages/icons/categories/other/pray.svg deleted file mode 100644 index 58e128101..000000000 --- a/packages/icons/categories/other/pray.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/premium-rights.svg b/packages/icons/categories/other/premium-rights.svg deleted file mode 100644 index f50cfca2a..000000000 --- a/packages/icons/categories/other/premium-rights.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/prompt.svg b/packages/icons/categories/other/prompt.svg deleted file mode 100644 index 0d3b4af03..000000000 --- a/packages/icons/categories/other/prompt.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/prong.svg b/packages/icons/categories/other/prong.svg deleted file mode 100644 index f60e9a951..000000000 --- a/packages/icons/categories/other/prong.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/propeller-off.svg b/packages/icons/categories/other/propeller-off.svg deleted file mode 100644 index 1ade5eab5..000000000 --- a/packages/icons/categories/other/propeller-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/propeller.svg b/packages/icons/categories/other/propeller.svg deleted file mode 100644 index a60f832fe..000000000 --- a/packages/icons/categories/other/propeller.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/protocol.svg b/packages/icons/categories/other/protocol.svg deleted file mode 100644 index bff63794e..000000000 --- a/packages/icons/categories/other/protocol.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/pumpkin-scary.svg b/packages/icons/categories/other/pumpkin-scary.svg deleted file mode 100644 index 7fddfd04e..000000000 --- a/packages/icons/categories/other/pumpkin-scary.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/question-mark.svg b/packages/icons/categories/other/question-mark.svg deleted file mode 100644 index b248bba05..000000000 --- a/packages/icons/categories/other/question-mark.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/receipt-rupee.svg b/packages/icons/categories/other/receipt-rupee.svg deleted file mode 100644 index 092711ba3..000000000 --- a/packages/icons/categories/other/receipt-rupee.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/recharging.svg b/packages/icons/categories/other/recharging.svg deleted file mode 100644 index 7e63a3523..000000000 --- a/packages/icons/categories/other/recharging.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/record-mail-off.svg b/packages/icons/categories/other/record-mail-off.svg deleted file mode 100644 index 3c27e4079..000000000 --- a/packages/icons/categories/other/record-mail-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/record-mail.svg b/packages/icons/categories/other/record-mail.svg deleted file mode 100644 index 7349514b4..000000000 --- a/packages/icons/categories/other/record-mail.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/registered.svg b/packages/icons/categories/other/registered.svg deleted file mode 100644 index 99eb80065..000000000 --- a/packages/icons/categories/other/registered.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/reorder.svg b/packages/icons/categories/other/reorder.svg deleted file mode 100644 index 8652ef64c..000000000 --- a/packages/icons/categories/other/reorder.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/replace-off.svg b/packages/icons/categories/other/replace-off.svg deleted file mode 100644 index 91c5f88e9..000000000 --- a/packages/icons/categories/other/replace-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/replace.svg b/packages/icons/categories/other/replace.svg deleted file mode 100644 index 360078fde..000000000 --- a/packages/icons/categories/other/replace.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/reserved-line.svg b/packages/icons/categories/other/reserved-line.svg deleted file mode 100644 index b2cb8acf8..000000000 --- a/packages/icons/categories/other/reserved-line.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/restore.svg b/packages/icons/categories/other/restore.svg deleted file mode 100644 index f96f880f4..000000000 --- a/packages/icons/categories/other/restore.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/robot-face.svg b/packages/icons/categories/other/robot-face.svg deleted file mode 100644 index 05ac89117..000000000 --- a/packages/icons/categories/other/robot-face.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/robot-off.svg b/packages/icons/categories/other/robot-off.svg deleted file mode 100644 index 5a2fa6f59..000000000 --- a/packages/icons/categories/other/robot-off.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/robot.svg b/packages/icons/categories/other/robot.svg deleted file mode 100644 index 3dde158d5..000000000 --- a/packages/icons/categories/other/robot.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/route-scan.svg b/packages/icons/categories/other/route-scan.svg deleted file mode 100644 index 1887669e2..000000000 --- a/packages/icons/categories/other/route-scan.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/rss.svg b/packages/icons/categories/other/rss.svg deleted file mode 100644 index df7e68621..000000000 --- a/packages/icons/categories/other/rss.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/rv-truck.svg b/packages/icons/categories/other/rv-truck.svg deleted file mode 100644 index 8a0a77a74..000000000 --- a/packages/icons/categories/other/rv-truck.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/scale-off.svg b/packages/icons/categories/other/scale-off.svg deleted file mode 100644 index 8aa24cb85..000000000 --- a/packages/icons/categories/other/scale-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/scale-outline-off.svg b/packages/icons/categories/other/scale-outline-off.svg deleted file mode 100644 index ef9728e33..000000000 --- a/packages/icons/categories/other/scale-outline-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/scale-outline.svg b/packages/icons/categories/other/scale-outline.svg deleted file mode 100644 index 44f40c96e..000000000 --- a/packages/icons/categories/other/scale-outline.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/scale.svg b/packages/icons/categories/other/scale.svg deleted file mode 100644 index c3e4a6333..000000000 --- a/packages/icons/categories/other/scale.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/scan-eye.svg b/packages/icons/categories/other/scan-eye.svg deleted file mode 100644 index abd34c284..000000000 --- a/packages/icons/categories/other/scan-eye.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/scan.svg b/packages/icons/categories/other/scan.svg deleted file mode 100644 index f7316f382..000000000 --- a/packages/icons/categories/other/scan.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/school-bell.svg b/packages/icons/categories/other/school-bell.svg deleted file mode 100644 index d2115873e..000000000 --- a/packages/icons/categories/other/school-bell.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/screenshot.svg b/packages/icons/categories/other/screenshot.svg deleted file mode 100644 index 0c63d9b4f..000000000 --- a/packages/icons/categories/other/screenshot.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/scribble-off.svg b/packages/icons/categories/other/scribble-off.svg deleted file mode 100644 index 7ba8c7e09..000000000 --- a/packages/icons/categories/other/scribble-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/scribble.svg b/packages/icons/categories/other/scribble.svg deleted file mode 100644 index 381345eb6..000000000 --- a/packages/icons/categories/other/scribble.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/scuba-diving.svg b/packages/icons/categories/other/scuba-diving.svg deleted file mode 100644 index 0f17ffd9b..000000000 --- a/packages/icons/categories/other/scuba-diving.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/search-off.svg b/packages/icons/categories/other/search-off.svg deleted file mode 100644 index 094aa7c90..000000000 --- a/packages/icons/categories/other/search-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/search.svg b/packages/icons/categories/other/search.svg deleted file mode 100644 index 0df1e2e21..000000000 --- a/packages/icons/categories/other/search.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/section-sign.svg b/packages/icons/categories/other/section-sign.svg deleted file mode 100644 index b3b324528..000000000 --- a/packages/icons/categories/other/section-sign.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/select-all.svg b/packages/icons/categories/other/select-all.svg deleted file mode 100644 index 39b1a22b0..000000000 --- a/packages/icons/categories/other/select-all.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/send-2.svg b/packages/icons/categories/other/send-2.svg deleted file mode 100644 index aedeca62d..000000000 --- a/packages/icons/categories/other/send-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/share-off.svg b/packages/icons/categories/other/share-off.svg deleted file mode 100644 index bbc200577..000000000 --- a/packages/icons/categories/other/share-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/share.svg b/packages/icons/categories/other/share.svg deleted file mode 100644 index 8fb499611..000000000 --- a/packages/icons/categories/other/share.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/shirt-off.svg b/packages/icons/categories/other/shirt-off.svg deleted file mode 100644 index 707b25570..000000000 --- a/packages/icons/categories/other/shirt-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/shirt-sport.svg b/packages/icons/categories/other/shirt-sport.svg deleted file mode 100644 index 63fff5945..000000000 --- a/packages/icons/categories/other/shirt-sport.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/shirt.svg b/packages/icons/categories/other/shirt.svg deleted file mode 100644 index 60d49db69..000000000 --- a/packages/icons/categories/other/shirt.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/shoe-off.svg b/packages/icons/categories/other/shoe-off.svg deleted file mode 100644 index 922b8dd81..000000000 --- a/packages/icons/categories/other/shoe-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/shoe.svg b/packages/icons/categories/other/shoe.svg deleted file mode 100644 index 8681cd66b..000000000 --- a/packages/icons/categories/other/shoe.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-bag-heart.svg b/packages/icons/categories/other/shopping-bag-heart.svg deleted file mode 100644 index 13e60e21b..000000000 --- a/packages/icons/categories/other/shopping-bag-heart.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-bolt.svg b/packages/icons/categories/other/shopping-cart-bolt.svg deleted file mode 100644 index 4acb05881..000000000 --- a/packages/icons/categories/other/shopping-cart-bolt.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-cancel.svg b/packages/icons/categories/other/shopping-cart-cancel.svg deleted file mode 100644 index 48f870c6e..000000000 --- a/packages/icons/categories/other/shopping-cart-cancel.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-check.svg b/packages/icons/categories/other/shopping-cart-check.svg deleted file mode 100644 index e1ec2c3f7..000000000 --- a/packages/icons/categories/other/shopping-cart-check.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-code.svg b/packages/icons/categories/other/shopping-cart-code.svg deleted file mode 100644 index b40cc04f9..000000000 --- a/packages/icons/categories/other/shopping-cart-code.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-cog.svg b/packages/icons/categories/other/shopping-cart-cog.svg deleted file mode 100644 index 11337d79a..000000000 --- a/packages/icons/categories/other/shopping-cart-cog.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-copy.svg b/packages/icons/categories/other/shopping-cart-copy.svg deleted file mode 100644 index e053d18f0..000000000 --- a/packages/icons/categories/other/shopping-cart-copy.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-discount.svg b/packages/icons/categories/other/shopping-cart-discount.svg deleted file mode 100644 index dddd001cf..000000000 --- a/packages/icons/categories/other/shopping-cart-discount.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-dollar.svg b/packages/icons/categories/other/shopping-cart-dollar.svg deleted file mode 100644 index 079ea6cdb..000000000 --- a/packages/icons/categories/other/shopping-cart-dollar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-down.svg b/packages/icons/categories/other/shopping-cart-down.svg deleted file mode 100644 index 61d367c36..000000000 --- a/packages/icons/categories/other/shopping-cart-down.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-exclamation.svg b/packages/icons/categories/other/shopping-cart-exclamation.svg deleted file mode 100644 index df16ee987..000000000 --- a/packages/icons/categories/other/shopping-cart-exclamation.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-heart.svg b/packages/icons/categories/other/shopping-cart-heart.svg deleted file mode 100644 index 00034bd1f..000000000 --- a/packages/icons/categories/other/shopping-cart-heart.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-minus.svg b/packages/icons/categories/other/shopping-cart-minus.svg deleted file mode 100644 index 02ab9c52a..000000000 --- a/packages/icons/categories/other/shopping-cart-minus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-pause.svg b/packages/icons/categories/other/shopping-cart-pause.svg deleted file mode 100644 index 2692f0da5..000000000 --- a/packages/icons/categories/other/shopping-cart-pause.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-pin.svg b/packages/icons/categories/other/shopping-cart-pin.svg deleted file mode 100644 index bac9fda89..000000000 --- a/packages/icons/categories/other/shopping-cart-pin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-plus.svg b/packages/icons/categories/other/shopping-cart-plus.svg deleted file mode 100644 index 45cb9e042..000000000 --- a/packages/icons/categories/other/shopping-cart-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-question.svg b/packages/icons/categories/other/shopping-cart-question.svg deleted file mode 100644 index 70c7411c5..000000000 --- a/packages/icons/categories/other/shopping-cart-question.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-search.svg b/packages/icons/categories/other/shopping-cart-search.svg deleted file mode 100644 index 567b17ada..000000000 --- a/packages/icons/categories/other/shopping-cart-search.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-share.svg b/packages/icons/categories/other/shopping-cart-share.svg deleted file mode 100644 index b01f4b763..000000000 --- a/packages/icons/categories/other/shopping-cart-share.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-star.svg b/packages/icons/categories/other/shopping-cart-star.svg deleted file mode 100644 index d92b88cbc..000000000 --- a/packages/icons/categories/other/shopping-cart-star.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-up.svg b/packages/icons/categories/other/shopping-cart-up.svg deleted file mode 100644 index 4294bbc61..000000000 --- a/packages/icons/categories/other/shopping-cart-up.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/shopping-cart-x.svg b/packages/icons/categories/other/shopping-cart-x.svg deleted file mode 100644 index c043ca421..000000000 --- a/packages/icons/categories/other/shopping-cart-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/shovel-pitchforks.svg b/packages/icons/categories/other/shovel-pitchforks.svg deleted file mode 100644 index 14aeb01ac..000000000 --- a/packages/icons/categories/other/shovel-pitchforks.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/shovel.svg b/packages/icons/categories/other/shovel.svg deleted file mode 100644 index 0882d5b75..000000000 --- a/packages/icons/categories/other/shovel.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/skew-x.svg b/packages/icons/categories/other/skew-x.svg deleted file mode 100644 index b3051cae9..000000000 --- a/packages/icons/categories/other/skew-x.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/skew-y.svg b/packages/icons/categories/other/skew-y.svg deleted file mode 100644 index 7c7b88f60..000000000 --- a/packages/icons/categories/other/skew-y.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/slashes.svg b/packages/icons/categories/other/slashes.svg deleted file mode 100644 index a8f7fe578..000000000 --- a/packages/icons/categories/other/slashes.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/snowboarding.svg b/packages/icons/categories/other/snowboarding.svg deleted file mode 100644 index 3af845c5e..000000000 --- a/packages/icons/categories/other/snowboarding.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/snowman.svg b/packages/icons/categories/other/snowman.svg deleted file mode 100644 index f04421b0d..000000000 --- a/packages/icons/categories/other/snowman.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/social-off.svg b/packages/icons/categories/other/social-off.svg deleted file mode 100644 index 3d186f87f..000000000 --- a/packages/icons/categories/other/social-off.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/social.svg b/packages/icons/categories/other/social.svg deleted file mode 100644 index db6920a4b..000000000 --- a/packages/icons/categories/other/social.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/sock.svg b/packages/icons/categories/other/sock.svg deleted file mode 100644 index acd174910..000000000 --- a/packages/icons/categories/other/sock.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/sofa-off.svg b/packages/icons/categories/other/sofa-off.svg deleted file mode 100644 index ac7aa548b..000000000 --- a/packages/icons/categories/other/sofa-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/sofa.svg b/packages/icons/categories/other/sofa.svg deleted file mode 100644 index b1c7b854d..000000000 --- a/packages/icons/categories/other/sofa.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/solar-electricity.svg b/packages/icons/categories/other/solar-electricity.svg deleted file mode 100644 index d2d7762d0..000000000 --- a/packages/icons/categories/other/solar-electricity.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/solar-panel-2.svg b/packages/icons/categories/other/solar-panel-2.svg deleted file mode 100644 index 56bfb302e..000000000 --- a/packages/icons/categories/other/solar-panel-2.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/solar-panel.svg b/packages/icons/categories/other/solar-panel.svg deleted file mode 100644 index ff840f451..000000000 --- a/packages/icons/categories/other/solar-panel.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/sort-ascending-shapes.svg b/packages/icons/categories/other/sort-ascending-shapes.svg deleted file mode 100644 index b9e9d4c64..000000000 --- a/packages/icons/categories/other/sort-ascending-shapes.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/sort-ascending-small-big.svg b/packages/icons/categories/other/sort-ascending-small-big.svg deleted file mode 100644 index 14d32dd07..000000000 --- a/packages/icons/categories/other/sort-ascending-small-big.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/sort-descending-shapes.svg b/packages/icons/categories/other/sort-descending-shapes.svg deleted file mode 100644 index a20e6526f..000000000 --- a/packages/icons/categories/other/sort-descending-shapes.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/sos.svg b/packages/icons/categories/other/sos.svg deleted file mode 100644 index 3ecac456c..000000000 --- a/packages/icons/categories/other/sos.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/source-code.svg b/packages/icons/categories/other/source-code.svg deleted file mode 100644 index 3cb3cb8f0..000000000 --- a/packages/icons/categories/other/source-code.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/sparkles.svg b/packages/icons/categories/other/sparkles.svg deleted file mode 100644 index dbdbc1ecf..000000000 --- a/packages/icons/categories/other/sparkles.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/spiral-off.svg b/packages/icons/categories/other/spiral-off.svg deleted file mode 100644 index 6493b2255..000000000 --- a/packages/icons/categories/other/spiral-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/spiral.svg b/packages/icons/categories/other/spiral.svg deleted file mode 100644 index 2c4bd5052..000000000 --- a/packages/icons/categories/other/spiral.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/spray.svg b/packages/icons/categories/other/spray.svg deleted file mode 100644 index 9b8aeed8d..000000000 --- a/packages/icons/categories/other/spray.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/spy-off.svg b/packages/icons/categories/other/spy-off.svg deleted file mode 100644 index c25e1bb48..000000000 --- a/packages/icons/categories/other/spy-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/spy.svg b/packages/icons/categories/other/spy.svg deleted file mode 100644 index dc9963d1c..000000000 --- a/packages/icons/categories/other/spy.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/square-asterisk.svg b/packages/icons/categories/other/square-asterisk.svg deleted file mode 100644 index 103d34a3b..000000000 --- a/packages/icons/categories/other/square-asterisk.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/square-forbid-2.svg b/packages/icons/categories/other/square-forbid-2.svg deleted file mode 100644 index 886d8afba..000000000 --- a/packages/icons/categories/other/square-forbid-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/square-forbid.svg b/packages/icons/categories/other/square-forbid.svg deleted file mode 100644 index cbdd24ee1..000000000 --- a/packages/icons/categories/other/square-forbid.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/square-key.svg b/packages/icons/categories/other/square-key.svg deleted file mode 100644 index b80a7588c..000000000 --- a/packages/icons/categories/other/square-key.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/square-percentage.svg b/packages/icons/categories/other/square-percentage.svg deleted file mode 100644 index baa2b2b0c..000000000 --- a/packages/icons/categories/other/square-percentage.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/square-rotated-forbid-2.svg b/packages/icons/categories/other/square-rotated-forbid-2.svg deleted file mode 100644 index bfe09b755..000000000 --- a/packages/icons/categories/other/square-rotated-forbid-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/square-rotated-forbid.svg b/packages/icons/categories/other/square-rotated-forbid.svg deleted file mode 100644 index ee98fb777..000000000 --- a/packages/icons/categories/other/square-rotated-forbid.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/square-rounded-percentage.svg b/packages/icons/categories/other/square-rounded-percentage.svg deleted file mode 100644 index ff74109d2..000000000 --- a/packages/icons/categories/other/square-rounded-percentage.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/stack-back.svg b/packages/icons/categories/other/stack-back.svg deleted file mode 100644 index a2408f662..000000000 --- a/packages/icons/categories/other/stack-back.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/stack-backward.svg b/packages/icons/categories/other/stack-backward.svg deleted file mode 100644 index 3954887cf..000000000 --- a/packages/icons/categories/other/stack-backward.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/stack-forward.svg b/packages/icons/categories/other/stack-forward.svg deleted file mode 100644 index 8d1cc4d06..000000000 --- a/packages/icons/categories/other/stack-forward.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/stack-front.svg b/packages/icons/categories/other/stack-front.svg deleted file mode 100644 index 007e1a818..000000000 --- a/packages/icons/categories/other/stack-front.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/stack-middle.svg b/packages/icons/categories/other/stack-middle.svg deleted file mode 100644 index 1cbb1fd9a..000000000 --- a/packages/icons/categories/other/stack-middle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/status-change.svg b/packages/icons/categories/other/status-change.svg deleted file mode 100644 index 482053bb3..000000000 --- a/packages/icons/categories/other/status-change.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/steam.svg b/packages/icons/categories/other/steam.svg deleted file mode 100644 index 604639cba..000000000 --- a/packages/icons/categories/other/steam.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/stereo-glasses.svg b/packages/icons/categories/other/stereo-glasses.svg deleted file mode 100644 index 2309a1a88..000000000 --- a/packages/icons/categories/other/stereo-glasses.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/sticker-2.svg b/packages/icons/categories/other/sticker-2.svg deleted file mode 100644 index 027f679c9..000000000 --- a/packages/icons/categories/other/sticker-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/sticker.svg b/packages/icons/categories/other/sticker.svg deleted file mode 100644 index ea904bc67..000000000 --- a/packages/icons/categories/other/sticker.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/subtask.svg b/packages/icons/categories/other/subtask.svg deleted file mode 100644 index 810f66da2..000000000 --- a/packages/icons/categories/other/subtask.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/sun-electricity.svg b/packages/icons/categories/other/sun-electricity.svg deleted file mode 100644 index 8f87fce0e..000000000 --- a/packages/icons/categories/other/sun-electricity.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/swipe.svg b/packages/icons/categories/other/swipe.svg deleted file mode 100644 index 8292f617e..000000000 --- a/packages/icons/categories/other/swipe.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/sword-off.svg b/packages/icons/categories/other/sword-off.svg deleted file mode 100644 index b58eadc63..000000000 --- a/packages/icons/categories/other/sword-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/sword.svg b/packages/icons/categories/other/sword.svg deleted file mode 100644 index 55209b7ea..000000000 --- a/packages/icons/categories/other/sword.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/swords.svg b/packages/icons/categories/other/swords.svg deleted file mode 100644 index a70607a5f..000000000 --- a/packages/icons/categories/other/swords.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/teapot.svg b/packages/icons/categories/other/teapot.svg deleted file mode 100644 index 3e4978192..000000000 --- a/packages/icons/categories/other/teapot.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/telescope-off.svg b/packages/icons/categories/other/telescope-off.svg deleted file mode 100644 index 395d07910..000000000 --- a/packages/icons/categories/other/telescope-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/telescope.svg b/packages/icons/categories/other/telescope.svg deleted file mode 100644 index 293d906a9..000000000 --- a/packages/icons/categories/other/telescope.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/temperature-snow.svg b/packages/icons/categories/other/temperature-snow.svg deleted file mode 100644 index 323a6f8c7..000000000 --- a/packages/icons/categories/other/temperature-snow.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/temperature-sun.svg b/packages/icons/categories/other/temperature-sun.svg deleted file mode 100644 index ec5333fca..000000000 --- a/packages/icons/categories/other/temperature-sun.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/terminal-2.svg b/packages/icons/categories/other/terminal-2.svg deleted file mode 100644 index 77470bbc0..000000000 --- a/packages/icons/categories/other/terminal-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/terminal.svg b/packages/icons/categories/other/terminal.svg deleted file mode 100644 index 839861053..000000000 --- a/packages/icons/categories/other/terminal.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/test-pipe-2.svg b/packages/icons/categories/other/test-pipe-2.svg deleted file mode 100644 index 10c756c99..000000000 --- a/packages/icons/categories/other/test-pipe-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/test-pipe-off.svg b/packages/icons/categories/other/test-pipe-off.svg deleted file mode 100644 index 677acc374..000000000 --- a/packages/icons/categories/other/test-pipe-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/test-pipe.svg b/packages/icons/categories/other/test-pipe.svg deleted file mode 100644 index 88d9a424c..000000000 --- a/packages/icons/categories/other/test-pipe.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/text-grammar.svg b/packages/icons/categories/other/text-grammar.svg deleted file mode 100644 index 99d82271b..000000000 --- a/packages/icons/categories/other/text-grammar.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/text-scan-2.svg b/packages/icons/categories/other/text-scan-2.svg deleted file mode 100644 index 3a993bbec..000000000 --- a/packages/icons/categories/other/text-scan-2.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/texture.svg b/packages/icons/categories/other/texture.svg deleted file mode 100644 index 6a620bb85..000000000 --- a/packages/icons/categories/other/texture.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/ticket-off.svg b/packages/icons/categories/other/ticket-off.svg deleted file mode 100644 index 8d81f8b15..000000000 --- a/packages/icons/categories/other/ticket-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/ticket.svg b/packages/icons/categories/other/ticket.svg deleted file mode 100644 index 3fcd97e49..000000000 --- a/packages/icons/categories/other/ticket.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/tie.svg b/packages/icons/categories/other/tie.svg deleted file mode 100644 index 68dfa7442..000000000 --- a/packages/icons/categories/other/tie.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/tilde.svg b/packages/icons/categories/other/tilde.svg deleted file mode 100644 index c863130f3..000000000 --- a/packages/icons/categories/other/tilde.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/timeline.svg b/packages/icons/categories/other/timeline.svg deleted file mode 100644 index 02df0491b..000000000 --- a/packages/icons/categories/other/timeline.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/toilet-paper-off.svg b/packages/icons/categories/other/toilet-paper-off.svg deleted file mode 100644 index ec6f3b0af..000000000 --- a/packages/icons/categories/other/toilet-paper-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/toilet-paper.svg b/packages/icons/categories/other/toilet-paper.svg deleted file mode 100644 index 183cb51ef..000000000 --- a/packages/icons/categories/other/toilet-paper.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/tools-kitchen-3.svg b/packages/icons/categories/other/tools-kitchen-3.svg deleted file mode 100644 index 0b4cbd24d..000000000 --- a/packages/icons/categories/other/tools-kitchen-3.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/transaction-bitcoin.svg b/packages/icons/categories/other/transaction-bitcoin.svg deleted file mode 100644 index 197d99374..000000000 --- a/packages/icons/categories/other/transaction-bitcoin.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/transaction-rupee.svg b/packages/icons/categories/other/transaction-rupee.svg deleted file mode 100644 index 043c3415f..000000000 --- a/packages/icons/categories/other/transaction-rupee.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/transfer-vertical.svg b/packages/icons/categories/other/transfer-vertical.svg deleted file mode 100644 index 5bff9c7cf..000000000 --- a/packages/icons/categories/other/transfer-vertical.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/transfer.svg b/packages/icons/categories/other/transfer.svg deleted file mode 100644 index d38702f89..000000000 --- a/packages/icons/categories/other/transfer.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/transform-point-bottom-left.svg b/packages/icons/categories/other/transform-point-bottom-left.svg deleted file mode 100644 index c4dff99d1..000000000 --- a/packages/icons/categories/other/transform-point-bottom-left.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/transform-point-bottom-right.svg b/packages/icons/categories/other/transform-point-bottom-right.svg deleted file mode 100644 index b52fa75e5..000000000 --- a/packages/icons/categories/other/transform-point-bottom-right.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/transform-point-top-left.svg b/packages/icons/categories/other/transform-point-top-left.svg deleted file mode 100644 index c5f9d9a10..000000000 --- a/packages/icons/categories/other/transform-point-top-left.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/transform-point-top-right.svg b/packages/icons/categories/other/transform-point-top-right.svg deleted file mode 100644 index 00961d314..000000000 --- a/packages/icons/categories/other/transform-point-top-right.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/transform-point.svg b/packages/icons/categories/other/transform-point.svg deleted file mode 100644 index 5d225a7ad..000000000 --- a/packages/icons/categories/other/transform-point.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/transform.svg b/packages/icons/categories/other/transform.svg deleted file mode 100644 index d336e805e..000000000 --- a/packages/icons/categories/other/transform.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/trident.svg b/packages/icons/categories/other/trident.svg deleted file mode 100644 index de26834d8..000000000 --- a/packages/icons/categories/other/trident.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/trophy-off.svg b/packages/icons/categories/other/trophy-off.svg deleted file mode 100644 index feed840fe..000000000 --- a/packages/icons/categories/other/trophy-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/trophy.svg b/packages/icons/categories/other/trophy.svg deleted file mode 100644 index 07923bf18..000000000 --- a/packages/icons/categories/other/trophy.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/trowel.svg b/packages/icons/categories/other/trowel.svg deleted file mode 100644 index 2de9ba87d..000000000 --- a/packages/icons/categories/other/trowel.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/ufo-off.svg b/packages/icons/categories/other/ufo-off.svg deleted file mode 100644 index 64b20baa0..000000000 --- a/packages/icons/categories/other/ufo-off.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/ufo.svg b/packages/icons/categories/other/ufo.svg deleted file mode 100644 index e7284142e..000000000 --- a/packages/icons/categories/other/ufo.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/umbrella-off.svg b/packages/icons/categories/other/umbrella-off.svg deleted file mode 100644 index 89952c352..000000000 --- a/packages/icons/categories/other/umbrella-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/umbrella.svg b/packages/icons/categories/other/umbrella.svg deleted file mode 100644 index dd275df3e..000000000 --- a/packages/icons/categories/other/umbrella.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/universe.svg b/packages/icons/categories/other/universe.svg deleted file mode 100644 index 41542ef28..000000000 --- a/packages/icons/categories/other/universe.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/urgent.svg b/packages/icons/categories/other/urgent.svg deleted file mode 100644 index 75255f588..000000000 --- a/packages/icons/categories/other/urgent.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/usb.svg b/packages/icons/categories/other/usb.svg deleted file mode 100644 index 52d96032a..000000000 --- a/packages/icons/categories/other/usb.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/other/user-hexagon.svg b/packages/icons/categories/other/user-hexagon.svg deleted file mode 100644 index c4b539764..000000000 --- a/packages/icons/categories/other/user-hexagon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/user-pentagon.svg b/packages/icons/categories/other/user-pentagon.svg deleted file mode 100644 index 1e81fda49..000000000 --- a/packages/icons/categories/other/user-pentagon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/user-square-rounded.svg b/packages/icons/categories/other/user-square-rounded.svg deleted file mode 100644 index 6e8432516..000000000 --- a/packages/icons/categories/other/user-square-rounded.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/user-square.svg b/packages/icons/categories/other/user-square.svg deleted file mode 100644 index 1cbbd1ff3..000000000 --- a/packages/icons/categories/other/user-square.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/vacuum-cleaner.svg b/packages/icons/categories/other/vacuum-cleaner.svg deleted file mode 100644 index 5e8ba1d3f..000000000 --- a/packages/icons/categories/other/vacuum-cleaner.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/view-360-off.svg b/packages/icons/categories/other/view-360-off.svg deleted file mode 100644 index 0ff86548f..000000000 --- a/packages/icons/categories/other/view-360-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/view-360.svg b/packages/icons/categories/other/view-360.svg deleted file mode 100644 index 334890409..000000000 --- a/packages/icons/categories/other/view-360.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/vip-off.svg b/packages/icons/categories/other/vip-off.svg deleted file mode 100644 index ac5cdd85d..000000000 --- a/packages/icons/categories/other/vip-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/vip.svg b/packages/icons/categories/other/vip.svg deleted file mode 100644 index e237d9cec..000000000 --- a/packages/icons/categories/other/vip.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/vs.svg b/packages/icons/categories/other/vs.svg deleted file mode 100644 index 1e4aa7a94..000000000 --- a/packages/icons/categories/other/vs.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/wall-off.svg b/packages/icons/categories/other/wall-off.svg deleted file mode 100644 index ef2de51ab..000000000 --- a/packages/icons/categories/other/wall-off.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/wall.svg b/packages/icons/categories/other/wall.svg deleted file mode 100644 index 95fafc070..000000000 --- a/packages/icons/categories/other/wall.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/wallet-off.svg b/packages/icons/categories/other/wallet-off.svg deleted file mode 100644 index 86f0a5fd5..000000000 --- a/packages/icons/categories/other/wallet-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/wallet.svg b/packages/icons/categories/other/wallet.svg deleted file mode 100644 index 5df02a55c..000000000 --- a/packages/icons/categories/other/wallet.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/wallpaper-off.svg b/packages/icons/categories/other/wallpaper-off.svg deleted file mode 100644 index 36483c554..000000000 --- a/packages/icons/categories/other/wallpaper-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/wallpaper.svg b/packages/icons/categories/other/wallpaper.svg deleted file mode 100644 index ac6d6ef26..000000000 --- a/packages/icons/categories/other/wallpaper.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/wand-off.svg b/packages/icons/categories/other/wand-off.svg deleted file mode 100644 index d82153cec..000000000 --- a/packages/icons/categories/other/wand-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/other/wand.svg b/packages/icons/categories/other/wand.svg deleted file mode 100644 index 4979acaaa..000000000 --- a/packages/icons/categories/other/wand.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/wave-saw-tool.svg b/packages/icons/categories/other/wave-saw-tool.svg deleted file mode 100644 index 9875024fa..000000000 --- a/packages/icons/categories/other/wave-saw-tool.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/wave-sine.svg b/packages/icons/categories/other/wave-sine.svg deleted file mode 100644 index a318081a6..000000000 --- a/packages/icons/categories/other/wave-sine.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/wave-square.svg b/packages/icons/categories/other/wave-square.svg deleted file mode 100644 index 0e24164b9..000000000 --- a/packages/icons/categories/other/wave-square.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/other/waves-electricity.svg b/packages/icons/categories/other/waves-electricity.svg deleted file mode 100644 index 788136eea..000000000 --- a/packages/icons/categories/other/waves-electricity.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/weight.svg b/packages/icons/categories/other/weight.svg deleted file mode 100644 index 353dac9e0..000000000 --- a/packages/icons/categories/other/weight.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/wheel.svg b/packages/icons/categories/other/wheel.svg deleted file mode 100644 index 9e40d03cb..000000000 --- a/packages/icons/categories/other/wheel.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/other/wind-electricity.svg b/packages/icons/categories/other/wind-electricity.svg deleted file mode 100644 index 53d2da96d..000000000 --- a/packages/icons/categories/other/wind-electricity.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/window-off.svg b/packages/icons/categories/other/window-off.svg deleted file mode 100644 index 75f55bd84..000000000 --- a/packages/icons/categories/other/window-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/window.svg b/packages/icons/categories/other/window.svg deleted file mode 100644 index 9f5f95cf1..000000000 --- a/packages/icons/categories/other/window.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/woman.svg b/packages/icons/categories/other/woman.svg deleted file mode 100644 index ece86bdee..000000000 --- a/packages/icons/categories/other/woman.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/wood.svg b/packages/icons/categories/other/wood.svg deleted file mode 100644 index 122837cde..000000000 --- a/packages/icons/categories/other/wood.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/other/x.svg b/packages/icons/categories/other/x.svg deleted file mode 100644 index e0d79a74c..000000000 --- a/packages/icons/categories/other/x.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/other/xd.svg b/packages/icons/categories/other/xd.svg deleted file mode 100644 index c7dbbd092..000000000 --- a/packages/icons/categories/other/xd.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/xxx.svg b/packages/icons/categories/other/xxx.svg deleted file mode 100644 index b4861e360..000000000 --- a/packages/icons/categories/other/xxx.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/other/zzz-off.svg b/packages/icons/categories/other/zzz-off.svg deleted file mode 100644 index a6b2943b0..000000000 --- a/packages/icons/categories/other/zzz-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/other/zzz.svg b/packages/icons/categories/other/zzz.svg deleted file mode 100644 index cf1736f8c..000000000 --- a/packages/icons/categories/other/zzz.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/photography/aperture-off.svg b/packages/icons/categories/photography/aperture-off.svg deleted file mode 100644 index fb1afa444..000000000 --- a/packages/icons/categories/photography/aperture-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/photography/aperture.svg b/packages/icons/categories/photography/aperture.svg deleted file mode 100644 index 15c19bfa5..000000000 --- a/packages/icons/categories/photography/aperture.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/photography/brightness-2.svg b/packages/icons/categories/photography/brightness-2.svg deleted file mode 100644 index 4afe5f2ff..000000000 --- a/packages/icons/categories/photography/brightness-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/photography/brightness-down.svg b/packages/icons/categories/photography/brightness-down.svg deleted file mode 100644 index c21618018..000000000 --- a/packages/icons/categories/photography/brightness-down.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/photography/brightness-half.svg b/packages/icons/categories/photography/brightness-half.svg deleted file mode 100644 index becab8a3d..000000000 --- a/packages/icons/categories/photography/brightness-half.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/photography/brightness-off.svg b/packages/icons/categories/photography/brightness-off.svg deleted file mode 100644 index 7ced4d000..000000000 --- a/packages/icons/categories/photography/brightness-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/photography/brightness-up.svg b/packages/icons/categories/photography/brightness-up.svg deleted file mode 100644 index 5b22ce9f6..000000000 --- a/packages/icons/categories/photography/brightness-up.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/photography/brightness.svg b/packages/icons/categories/photography/brightness.svg deleted file mode 100644 index 6fced2511..000000000 --- a/packages/icons/categories/photography/brightness.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/photography/camera-rotate.svg b/packages/icons/categories/photography/camera-rotate.svg deleted file mode 100644 index 6ba5da125..000000000 --- a/packages/icons/categories/photography/camera-rotate.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/photography/camera-selfie.svg b/packages/icons/categories/photography/camera-selfie.svg deleted file mode 100644 index 802b073d2..000000000 --- a/packages/icons/categories/photography/camera-selfie.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/photography/contrast-2-off.svg b/packages/icons/categories/photography/contrast-2-off.svg deleted file mode 100644 index 133f7ae32..000000000 --- a/packages/icons/categories/photography/contrast-2-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/photography/contrast-2.svg b/packages/icons/categories/photography/contrast-2.svg deleted file mode 100644 index 08a9ab5e6..000000000 --- a/packages/icons/categories/photography/contrast-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/photography/contrast-off.svg b/packages/icons/categories/photography/contrast-off.svg deleted file mode 100644 index cd273ee83..000000000 --- a/packages/icons/categories/photography/contrast-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/photography/contrast.svg b/packages/icons/categories/photography/contrast.svg deleted file mode 100644 index 938ed833d..000000000 --- a/packages/icons/categories/photography/contrast.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/photography/exposure-0.svg b/packages/icons/categories/photography/exposure-0.svg deleted file mode 100644 index ac6006870..000000000 --- a/packages/icons/categories/photography/exposure-0.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/photography/exposure-minus-1.svg b/packages/icons/categories/photography/exposure-minus-1.svg deleted file mode 100644 index af84f08ba..000000000 --- a/packages/icons/categories/photography/exposure-minus-1.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/photography/exposure-minus-2.svg b/packages/icons/categories/photography/exposure-minus-2.svg deleted file mode 100644 index e0b3f5698..000000000 --- a/packages/icons/categories/photography/exposure-minus-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/photography/exposure-off.svg b/packages/icons/categories/photography/exposure-off.svg deleted file mode 100644 index 713daef7b..000000000 --- a/packages/icons/categories/photography/exposure-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/photography/exposure-plus-1.svg b/packages/icons/categories/photography/exposure-plus-1.svg deleted file mode 100644 index 18421ab97..000000000 --- a/packages/icons/categories/photography/exposure-plus-1.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/photography/exposure-plus-2.svg b/packages/icons/categories/photography/exposure-plus-2.svg deleted file mode 100644 index bf41e3617..000000000 --- a/packages/icons/categories/photography/exposure-plus-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/photography/exposure.svg b/packages/icons/categories/photography/exposure.svg deleted file mode 100644 index dc2dbca5a..000000000 --- a/packages/icons/categories/photography/exposure.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/photography/focus-2.svg b/packages/icons/categories/photography/focus-2.svg deleted file mode 100644 index 9f66b5e4f..000000000 --- a/packages/icons/categories/photography/focus-2.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/photography/focus-auto.svg b/packages/icons/categories/photography/focus-auto.svg deleted file mode 100644 index 4084f2711..000000000 --- a/packages/icons/categories/photography/focus-auto.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/photography/focus.svg b/packages/icons/categories/photography/focus.svg deleted file mode 100644 index 32e6a3e2b..000000000 --- a/packages/icons/categories/photography/focus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/photography/hdr.svg b/packages/icons/categories/photography/hdr.svg deleted file mode 100644 index 6a900c600..000000000 --- a/packages/icons/categories/photography/hdr.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/photography/live-photo-off.svg b/packages/icons/categories/photography/live-photo-off.svg deleted file mode 100644 index ff7949114..000000000 --- a/packages/icons/categories/photography/live-photo-off.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/photography/live-photo.svg b/packages/icons/categories/photography/live-photo.svg deleted file mode 100644 index 169658a2a..000000000 --- a/packages/icons/categories/photography/live-photo.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/photography/macro-off.svg b/packages/icons/categories/photography/macro-off.svg deleted file mode 100644 index 38a12cc5e..000000000 --- a/packages/icons/categories/photography/macro-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/photography/macro.svg b/packages/icons/categories/photography/macro.svg deleted file mode 100644 index b2d700d8e..000000000 --- a/packages/icons/categories/photography/macro.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/photography/panorama-horizontal-off.svg b/packages/icons/categories/photography/panorama-horizontal-off.svg deleted file mode 100644 index d31eaabcf..000000000 --- a/packages/icons/categories/photography/panorama-horizontal-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/photography/panorama-horizontal.svg b/packages/icons/categories/photography/panorama-horizontal.svg deleted file mode 100644 index 56cd328ef..000000000 --- a/packages/icons/categories/photography/panorama-horizontal.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/photography/panorama-vertical-off.svg b/packages/icons/categories/photography/panorama-vertical-off.svg deleted file mode 100644 index 6f890e470..000000000 --- a/packages/icons/categories/photography/panorama-vertical-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/photography/panorama-vertical.svg b/packages/icons/categories/photography/panorama-vertical.svg deleted file mode 100644 index f593eecb4..000000000 --- a/packages/icons/categories/photography/panorama-vertical.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/photography/photo-sensor-2.svg b/packages/icons/categories/photography/photo-sensor-2.svg deleted file mode 100644 index ede62dc2e..000000000 --- a/packages/icons/categories/photography/photo-sensor-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/photography/photo-sensor-3.svg b/packages/icons/categories/photography/photo-sensor-3.svg deleted file mode 100644 index 399a1e6c7..000000000 --- a/packages/icons/categories/photography/photo-sensor-3.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/photography/photo-sensor.svg b/packages/icons/categories/photography/photo-sensor.svg deleted file mode 100644 index 0da2f272b..000000000 --- a/packages/icons/categories/photography/photo-sensor.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/photography/polaroid.svg b/packages/icons/categories/photography/polaroid.svg deleted file mode 100644 index af133e6b2..000000000 --- a/packages/icons/categories/photography/polaroid.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/photography/shadow-off.svg b/packages/icons/categories/photography/shadow-off.svg deleted file mode 100644 index 48bd312e9..000000000 --- a/packages/icons/categories/photography/shadow-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/photography/shadow.svg b/packages/icons/categories/photography/shadow.svg deleted file mode 100644 index bca87fc64..000000000 --- a/packages/icons/categories/photography/shadow.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/photography/tilt-shift-off.svg b/packages/icons/categories/photography/tilt-shift-off.svg deleted file mode 100644 index fd911f14c..000000000 --- a/packages/icons/categories/photography/tilt-shift-off.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/photography/tilt-shift.svg b/packages/icons/categories/photography/tilt-shift.svg deleted file mode 100644 index f32227cb1..000000000 --- a/packages/icons/categories/photography/tilt-shift.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/shapes/capsule-horizontal.svg b/packages/icons/categories/shapes/capsule-horizontal.svg deleted file mode 100644 index e1531d076..000000000 --- a/packages/icons/categories/shapes/capsule-horizontal.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/capsule.svg b/packages/icons/categories/shapes/capsule.svg deleted file mode 100644 index 94732063a..000000000 --- a/packages/icons/categories/shapes/capsule.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/category-2.svg b/packages/icons/categories/shapes/category-2.svg deleted file mode 100644 index 3861939a8..000000000 --- a/packages/icons/categories/shapes/category-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/shapes/category.svg b/packages/icons/categories/shapes/category.svg deleted file mode 100644 index c184ebfc9..000000000 --- a/packages/icons/categories/shapes/category.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/shapes/circle-check.svg b/packages/icons/categories/shapes/circle-check.svg deleted file mode 100644 index f332c9323..000000000 --- a/packages/icons/categories/shapes/circle-check.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/circle-dashed.svg b/packages/icons/categories/shapes/circle-dashed.svg deleted file mode 100644 index bccb16a34..000000000 --- a/packages/icons/categories/shapes/circle-dashed.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/shapes/circle-dot.svg b/packages/icons/categories/shapes/circle-dot.svg deleted file mode 100644 index ece858d98..000000000 --- a/packages/icons/categories/shapes/circle-dot.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/circle-dotted.svg b/packages/icons/categories/shapes/circle-dotted.svg deleted file mode 100644 index c545ae0f7..000000000 --- a/packages/icons/categories/shapes/circle-dotted.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/shapes/circle-half-2.svg b/packages/icons/categories/shapes/circle-half-2.svg deleted file mode 100644 index affc84535..000000000 --- a/packages/icons/categories/shapes/circle-half-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/shapes/circle-half-vertical.svg b/packages/icons/categories/shapes/circle-half-vertical.svg deleted file mode 100644 index f148610ea..000000000 --- a/packages/icons/categories/shapes/circle-half-vertical.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/circle-half.svg b/packages/icons/categories/shapes/circle-half.svg deleted file mode 100644 index deac4f971..000000000 --- a/packages/icons/categories/shapes/circle-half.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/circle-minus-2.svg b/packages/icons/categories/shapes/circle-minus-2.svg deleted file mode 100644 index 255ef0aea..000000000 --- a/packages/icons/categories/shapes/circle-minus-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/circle-minus.svg b/packages/icons/categories/shapes/circle-minus.svg deleted file mode 100644 index 3549d03e7..000000000 --- a/packages/icons/categories/shapes/circle-minus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/circle-off.svg b/packages/icons/categories/shapes/circle-off.svg deleted file mode 100644 index 0dd5f5a11..000000000 --- a/packages/icons/categories/shapes/circle-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/circle-plus-2.svg b/packages/icons/categories/shapes/circle-plus-2.svg deleted file mode 100644 index 6bcc1d783..000000000 --- a/packages/icons/categories/shapes/circle-plus-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/circle-plus.svg b/packages/icons/categories/shapes/circle-plus.svg deleted file mode 100644 index 778997a1e..000000000 --- a/packages/icons/categories/shapes/circle-plus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/circle-rectangle-off.svg b/packages/icons/categories/shapes/circle-rectangle-off.svg deleted file mode 100644 index 9e1ba19fa..000000000 --- a/packages/icons/categories/shapes/circle-rectangle-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/circle-rectangle.svg b/packages/icons/categories/shapes/circle-rectangle.svg deleted file mode 100644 index f71c04b96..000000000 --- a/packages/icons/categories/shapes/circle-rectangle.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/circle-square.svg b/packages/icons/categories/shapes/circle-square.svg deleted file mode 100644 index 3f44f5e38..000000000 --- a/packages/icons/categories/shapes/circle-square.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/circle-x.svg b/packages/icons/categories/shapes/circle-x.svg deleted file mode 100644 index 3d2c0d1d9..000000000 --- a/packages/icons/categories/shapes/circle-x.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/circle.svg b/packages/icons/categories/shapes/circle.svg deleted file mode 100644 index de03b685a..000000000 --- a/packages/icons/categories/shapes/circle.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/circles.svg b/packages/icons/categories/shapes/circles.svg deleted file mode 100644 index 6648951d0..000000000 --- a/packages/icons/categories/shapes/circles.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/clubs.svg b/packages/icons/categories/shapes/clubs.svg deleted file mode 100644 index 3a1183ba8..000000000 --- a/packages/icons/categories/shapes/clubs.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/cone-2.svg b/packages/icons/categories/shapes/cone-2.svg deleted file mode 100644 index 89e34b7c1..000000000 --- a/packages/icons/categories/shapes/cone-2.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/cone-off.svg b/packages/icons/categories/shapes/cone-off.svg deleted file mode 100644 index 491bff8df..000000000 --- a/packages/icons/categories/shapes/cone-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/cone-plus.svg b/packages/icons/categories/shapes/cone-plus.svg deleted file mode 100644 index f31912224..000000000 --- a/packages/icons/categories/shapes/cone-plus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/cone.svg b/packages/icons/categories/shapes/cone.svg deleted file mode 100644 index a35dd832e..000000000 --- a/packages/icons/categories/shapes/cone.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/cube-off.svg b/packages/icons/categories/shapes/cube-off.svg deleted file mode 100644 index fbfd56f72..000000000 --- a/packages/icons/categories/shapes/cube-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/shapes/cube-plus.svg b/packages/icons/categories/shapes/cube-plus.svg deleted file mode 100644 index 520fa30d7..000000000 --- a/packages/icons/categories/shapes/cube-plus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/shapes/cube.svg b/packages/icons/categories/shapes/cube.svg deleted file mode 100644 index 86ca78cd7..000000000 --- a/packages/icons/categories/shapes/cube.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/shapes/cylinder-off.svg b/packages/icons/categories/shapes/cylinder-off.svg deleted file mode 100644 index 7eeef1157..000000000 --- a/packages/icons/categories/shapes/cylinder-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/cylinder-plus.svg b/packages/icons/categories/shapes/cylinder-plus.svg deleted file mode 100644 index a44cdcae9..000000000 --- a/packages/icons/categories/shapes/cylinder-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/shapes/cylinder.svg b/packages/icons/categories/shapes/cylinder.svg deleted file mode 100644 index 8532247db..000000000 --- a/packages/icons/categories/shapes/cylinder.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/diabolo-off.svg b/packages/icons/categories/shapes/diabolo-off.svg deleted file mode 100644 index b3c001aff..000000000 --- a/packages/icons/categories/shapes/diabolo-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/shapes/diabolo-plus.svg b/packages/icons/categories/shapes/diabolo-plus.svg deleted file mode 100644 index 7f251cc39..000000000 --- a/packages/icons/categories/shapes/diabolo-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/shapes/diabolo.svg b/packages/icons/categories/shapes/diabolo.svg deleted file mode 100644 index 2e742b29b..000000000 --- a/packages/icons/categories/shapes/diabolo.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/diamonds.svg b/packages/icons/categories/shapes/diamonds.svg deleted file mode 100644 index a666fe37d..000000000 --- a/packages/icons/categories/shapes/diamonds.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/frustum-off.svg b/packages/icons/categories/shapes/frustum-off.svg deleted file mode 100644 index cac7416b4..000000000 --- a/packages/icons/categories/shapes/frustum-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/shapes/frustum-plus.svg b/packages/icons/categories/shapes/frustum-plus.svg deleted file mode 100644 index c8fc47885..000000000 --- a/packages/icons/categories/shapes/frustum-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/shapes/frustum.svg b/packages/icons/categories/shapes/frustum.svg deleted file mode 100644 index d6c27eaf8..000000000 --- a/packages/icons/categories/shapes/frustum.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/heart-minus.svg b/packages/icons/categories/shapes/heart-minus.svg deleted file mode 100644 index 2b62aaf61..000000000 --- a/packages/icons/categories/shapes/heart-minus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/heart-off.svg b/packages/icons/categories/shapes/heart-off.svg deleted file mode 100644 index 6116d5d94..000000000 --- a/packages/icons/categories/shapes/heart-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/heart-plus.svg b/packages/icons/categories/shapes/heart-plus.svg deleted file mode 100644 index eef852d73..000000000 --- a/packages/icons/categories/shapes/heart-plus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/heart.svg b/packages/icons/categories/shapes/heart.svg deleted file mode 100644 index 94c5a8cd8..000000000 --- a/packages/icons/categories/shapes/heart.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/hearts-off.svg b/packages/icons/categories/shapes/hearts-off.svg deleted file mode 100644 index b39f9eca4..000000000 --- a/packages/icons/categories/shapes/hearts-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/hearts.svg b/packages/icons/categories/shapes/hearts.svg deleted file mode 100644 index 39a8754ea..000000000 --- a/packages/icons/categories/shapes/hearts.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/hemisphere-off.svg b/packages/icons/categories/shapes/hemisphere-off.svg deleted file mode 100644 index 0d22410cf..000000000 --- a/packages/icons/categories/shapes/hemisphere-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/hemisphere-plus.svg b/packages/icons/categories/shapes/hemisphere-plus.svg deleted file mode 100644 index 93160f54b..000000000 --- a/packages/icons/categories/shapes/hemisphere-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/shapes/hemisphere.svg b/packages/icons/categories/shapes/hemisphere.svg deleted file mode 100644 index 1ff9f1607..000000000 --- a/packages/icons/categories/shapes/hemisphere.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/hexagon-minus-2.svg b/packages/icons/categories/shapes/hexagon-minus-2.svg deleted file mode 100644 index 3a05a3ef5..000000000 --- a/packages/icons/categories/shapes/hexagon-minus-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/hexagon-minus.svg b/packages/icons/categories/shapes/hexagon-minus.svg deleted file mode 100644 index ab9a90605..000000000 --- a/packages/icons/categories/shapes/hexagon-minus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/hexagon-off.svg b/packages/icons/categories/shapes/hexagon-off.svg deleted file mode 100644 index 018a13a7d..000000000 --- a/packages/icons/categories/shapes/hexagon-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/hexagon-plus-2.svg b/packages/icons/categories/shapes/hexagon-plus-2.svg deleted file mode 100644 index 294c8b36c..000000000 --- a/packages/icons/categories/shapes/hexagon-plus-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/hexagon.svg b/packages/icons/categories/shapes/hexagon.svg deleted file mode 100644 index 8f4b1a7d3..000000000 --- a/packages/icons/categories/shapes/hexagon.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/hexagonal-prism-off.svg b/packages/icons/categories/shapes/hexagonal-prism-off.svg deleted file mode 100644 index e3b62f434..000000000 --- a/packages/icons/categories/shapes/hexagonal-prism-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/shapes/hexagonal-prism-plus.svg b/packages/icons/categories/shapes/hexagonal-prism-plus.svg deleted file mode 100644 index 3e4a9e18f..000000000 --- a/packages/icons/categories/shapes/hexagonal-prism-plus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/shapes/hexagonal-prism.svg b/packages/icons/categories/shapes/hexagonal-prism.svg deleted file mode 100644 index 4d66c21d0..000000000 --- a/packages/icons/categories/shapes/hexagonal-prism.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/shapes/hexagonal-pyramid-off.svg b/packages/icons/categories/shapes/hexagonal-pyramid-off.svg deleted file mode 100644 index ab522fce8..000000000 --- a/packages/icons/categories/shapes/hexagonal-pyramid-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/shapes/hexagonal-pyramid-plus.svg b/packages/icons/categories/shapes/hexagonal-pyramid-plus.svg deleted file mode 100644 index 46231c0c2..000000000 --- a/packages/icons/categories/shapes/hexagonal-pyramid-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/shapes/hexagonal-pyramid.svg b/packages/icons/categories/shapes/hexagonal-pyramid.svg deleted file mode 100644 index 359bd743f..000000000 --- a/packages/icons/categories/shapes/hexagonal-pyramid.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/hexagons-off.svg b/packages/icons/categories/shapes/hexagons-off.svg deleted file mode 100644 index 24d52bdb9..000000000 --- a/packages/icons/categories/shapes/hexagons-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/shapes/hexagons.svg b/packages/icons/categories/shapes/hexagons.svg deleted file mode 100644 index 7ddd4abee..000000000 --- a/packages/icons/categories/shapes/hexagons.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/icons-off.svg b/packages/icons/categories/shapes/icons-off.svg deleted file mode 100644 index ca47924c6..000000000 --- a/packages/icons/categories/shapes/icons-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/shapes/icons.svg b/packages/icons/categories/shapes/icons.svg deleted file mode 100644 index 853823873..000000000 --- a/packages/icons/categories/shapes/icons.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/shapes/irregular-polyhedron-off.svg b/packages/icons/categories/shapes/irregular-polyhedron-off.svg deleted file mode 100644 index cf7e84f53..000000000 --- a/packages/icons/categories/shapes/irregular-polyhedron-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/shapes/irregular-polyhedron-plus.svg b/packages/icons/categories/shapes/irregular-polyhedron-plus.svg deleted file mode 100644 index 00d760cab..000000000 --- a/packages/icons/categories/shapes/irregular-polyhedron-plus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/shapes/irregular-polyhedron.svg b/packages/icons/categories/shapes/irregular-polyhedron.svg deleted file mode 100644 index 4b8ad0963..000000000 --- a/packages/icons/categories/shapes/irregular-polyhedron.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/shapes/jewish-star.svg b/packages/icons/categories/shapes/jewish-star.svg deleted file mode 100644 index 804ece5db..000000000 --- a/packages/icons/categories/shapes/jewish-star.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/octagon-minus-2.svg b/packages/icons/categories/shapes/octagon-minus-2.svg deleted file mode 100644 index ef4c22490..000000000 --- a/packages/icons/categories/shapes/octagon-minus-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/octagon-minus.svg b/packages/icons/categories/shapes/octagon-minus.svg deleted file mode 100644 index dd3561272..000000000 --- a/packages/icons/categories/shapes/octagon-minus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/octagon-off.svg b/packages/icons/categories/shapes/octagon-off.svg deleted file mode 100644 index f542c7bed..000000000 --- a/packages/icons/categories/shapes/octagon-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/octagon-plus-2.svg b/packages/icons/categories/shapes/octagon-plus-2.svg deleted file mode 100644 index 5f5bfc3ba..000000000 --- a/packages/icons/categories/shapes/octagon-plus-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/octagon-plus.svg b/packages/icons/categories/shapes/octagon-plus.svg deleted file mode 100644 index c938fe36a..000000000 --- a/packages/icons/categories/shapes/octagon-plus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/octagon.svg b/packages/icons/categories/shapes/octagon.svg deleted file mode 100644 index a9e62f3b9..000000000 --- a/packages/icons/categories/shapes/octagon.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/octahedron-off.svg b/packages/icons/categories/shapes/octahedron-off.svg deleted file mode 100644 index da8dbbd46..000000000 --- a/packages/icons/categories/shapes/octahedron-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/shapes/octahedron-plus.svg b/packages/icons/categories/shapes/octahedron-plus.svg deleted file mode 100644 index 8627cd5a1..000000000 --- a/packages/icons/categories/shapes/octahedron-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/shapes/octahedron.svg b/packages/icons/categories/shapes/octahedron.svg deleted file mode 100644 index bf783884e..000000000 --- a/packages/icons/categories/shapes/octahedron.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/oval-vertical.svg b/packages/icons/categories/shapes/oval-vertical.svg deleted file mode 100644 index 1c59fa1df..000000000 --- a/packages/icons/categories/shapes/oval-vertical.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/oval.svg b/packages/icons/categories/shapes/oval.svg deleted file mode 100644 index 8478d1a1f..000000000 --- a/packages/icons/categories/shapes/oval.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/pentagon-off.svg b/packages/icons/categories/shapes/pentagon-off.svg deleted file mode 100644 index 38a39ead9..000000000 --- a/packages/icons/categories/shapes/pentagon-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/pentagon.svg b/packages/icons/categories/shapes/pentagon.svg deleted file mode 100644 index ae7dcfd13..000000000 --- a/packages/icons/categories/shapes/pentagon.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/perspective-off.svg b/packages/icons/categories/shapes/perspective-off.svg deleted file mode 100644 index eeba2bde0..000000000 --- a/packages/icons/categories/shapes/perspective-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/perspective.svg b/packages/icons/categories/shapes/perspective.svg deleted file mode 100644 index fa5d61ec6..000000000 --- a/packages/icons/categories/shapes/perspective.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/prism-off.svg b/packages/icons/categories/shapes/prism-off.svg deleted file mode 100644 index 00f1e13eb..000000000 --- a/packages/icons/categories/shapes/prism-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/shapes/prism-plus.svg b/packages/icons/categories/shapes/prism-plus.svg deleted file mode 100644 index ee6be3c8d..000000000 --- a/packages/icons/categories/shapes/prism-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/shapes/prism.svg b/packages/icons/categories/shapes/prism.svg deleted file mode 100644 index d8a357088..000000000 --- a/packages/icons/categories/shapes/prism.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/pyramid-off.svg b/packages/icons/categories/shapes/pyramid-off.svg deleted file mode 100644 index 70379dda0..000000000 --- a/packages/icons/categories/shapes/pyramid-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/pyramid-plus.svg b/packages/icons/categories/shapes/pyramid-plus.svg deleted file mode 100644 index 4311451eb..000000000 --- a/packages/icons/categories/shapes/pyramid-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/shapes/pyramid.svg b/packages/icons/categories/shapes/pyramid.svg deleted file mode 100644 index 6847d1508..000000000 --- a/packages/icons/categories/shapes/pyramid.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/rectangle-rounded-bottom.svg b/packages/icons/categories/shapes/rectangle-rounded-bottom.svg deleted file mode 100644 index 10b32118b..000000000 --- a/packages/icons/categories/shapes/rectangle-rounded-bottom.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/rectangle-rounded-top.svg b/packages/icons/categories/shapes/rectangle-rounded-top.svg deleted file mode 100644 index cd8784e6c..000000000 --- a/packages/icons/categories/shapes/rectangle-rounded-top.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/rectangle-vertical.svg b/packages/icons/categories/shapes/rectangle-vertical.svg deleted file mode 100644 index ce7ec84b1..000000000 --- a/packages/icons/categories/shapes/rectangle-vertical.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/rectangle.svg b/packages/icons/categories/shapes/rectangle.svg deleted file mode 100644 index e7d5ccc20..000000000 --- a/packages/icons/categories/shapes/rectangle.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/rectangular-prism-off.svg b/packages/icons/categories/shapes/rectangular-prism-off.svg deleted file mode 100644 index 2629104cf..000000000 --- a/packages/icons/categories/shapes/rectangular-prism-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/shapes/rectangular-prism-plus.svg b/packages/icons/categories/shapes/rectangular-prism-plus.svg deleted file mode 100644 index 9500140f4..000000000 --- a/packages/icons/categories/shapes/rectangular-prism-plus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/shapes/rectangular-prism.svg b/packages/icons/categories/shapes/rectangular-prism.svg deleted file mode 100644 index a5055c5dd..000000000 --- a/packages/icons/categories/shapes/rectangular-prism.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/shapes/rosette.svg b/packages/icons/categories/shapes/rosette.svg deleted file mode 100644 index 61d1e62d3..000000000 --- a/packages/icons/categories/shapes/rosette.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/spade.svg b/packages/icons/categories/shapes/spade.svg deleted file mode 100644 index ae37c694d..000000000 --- a/packages/icons/categories/shapes/spade.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/sphere-off.svg b/packages/icons/categories/shapes/sphere-off.svg deleted file mode 100644 index 1c728960e..000000000 --- a/packages/icons/categories/shapes/sphere-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/sphere-plus.svg b/packages/icons/categories/shapes/sphere-plus.svg deleted file mode 100644 index dc0d45fcc..000000000 --- a/packages/icons/categories/shapes/sphere-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/shapes/sphere.svg b/packages/icons/categories/shapes/sphere.svg deleted file mode 100644 index c12111421..000000000 --- a/packages/icons/categories/shapes/sphere.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/square-check.svg b/packages/icons/categories/shapes/square-check.svg deleted file mode 100644 index d4cff4de5..000000000 --- a/packages/icons/categories/shapes/square-check.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/square-dot.svg b/packages/icons/categories/shapes/square-dot.svg deleted file mode 100644 index 3c347e6c6..000000000 --- a/packages/icons/categories/shapes/square-dot.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/square-minus.svg b/packages/icons/categories/shapes/square-minus.svg deleted file mode 100644 index d3e00acb4..000000000 --- a/packages/icons/categories/shapes/square-minus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/square-off.svg b/packages/icons/categories/shapes/square-off.svg deleted file mode 100644 index dc6a78ac9..000000000 --- a/packages/icons/categories/shapes/square-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/square-plus-2.svg b/packages/icons/categories/shapes/square-plus-2.svg deleted file mode 100644 index 2350a7845..000000000 --- a/packages/icons/categories/shapes/square-plus-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/square-plus.svg b/packages/icons/categories/shapes/square-plus.svg deleted file mode 100644 index 6973f87b3..000000000 --- a/packages/icons/categories/shapes/square-plus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/square-rotated-off.svg b/packages/icons/categories/shapes/square-rotated-off.svg deleted file mode 100644 index 3ecc17aaa..000000000 --- a/packages/icons/categories/shapes/square-rotated-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/square-rotated.svg b/packages/icons/categories/shapes/square-rotated.svg deleted file mode 100644 index 72a0700c3..000000000 --- a/packages/icons/categories/shapes/square-rotated.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/square-rounded-check.svg b/packages/icons/categories/shapes/square-rounded-check.svg deleted file mode 100644 index c7769022b..000000000 --- a/packages/icons/categories/shapes/square-rounded-check.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/square-rounded-minus-2.svg b/packages/icons/categories/shapes/square-rounded-minus-2.svg deleted file mode 100644 index 9cb7d7d00..000000000 --- a/packages/icons/categories/shapes/square-rounded-minus-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/square-rounded-minus.svg b/packages/icons/categories/shapes/square-rounded-minus.svg deleted file mode 100644 index fbb6e41ec..000000000 --- a/packages/icons/categories/shapes/square-rounded-minus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/square-rounded-plus-2.svg b/packages/icons/categories/shapes/square-rounded-plus-2.svg deleted file mode 100644 index c884cc903..000000000 --- a/packages/icons/categories/shapes/square-rounded-plus-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/square-rounded-plus.svg b/packages/icons/categories/shapes/square-rounded-plus.svg deleted file mode 100644 index 40f051ed9..000000000 --- a/packages/icons/categories/shapes/square-rounded-plus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/square-rounded-x.svg b/packages/icons/categories/shapes/square-rounded-x.svg deleted file mode 100644 index 33a682795..000000000 --- a/packages/icons/categories/shapes/square-rounded-x.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/square-rounded.svg b/packages/icons/categories/shapes/square-rounded.svg deleted file mode 100644 index 16f9a0031..000000000 --- a/packages/icons/categories/shapes/square-rounded.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/square-x.svg b/packages/icons/categories/shapes/square-x.svg deleted file mode 100644 index c88189f17..000000000 --- a/packages/icons/categories/shapes/square-x.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/square.svg b/packages/icons/categories/shapes/square.svg deleted file mode 100644 index b326766d8..000000000 --- a/packages/icons/categories/shapes/square.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/triangle-inverted.svg b/packages/icons/categories/shapes/triangle-inverted.svg deleted file mode 100644 index c3e9933b8..000000000 --- a/packages/icons/categories/shapes/triangle-inverted.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/triangle-minus-2.svg b/packages/icons/categories/shapes/triangle-minus-2.svg deleted file mode 100644 index 4bb999c9a..000000000 --- a/packages/icons/categories/shapes/triangle-minus-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/triangle-minus.svg b/packages/icons/categories/shapes/triangle-minus.svg deleted file mode 100644 index 97b2868aa..000000000 --- a/packages/icons/categories/shapes/triangle-minus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/triangle-off.svg b/packages/icons/categories/shapes/triangle-off.svg deleted file mode 100644 index bc0ac10ce..000000000 --- a/packages/icons/categories/shapes/triangle-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/shapes/triangle-plus-2.svg b/packages/icons/categories/shapes/triangle-plus-2.svg deleted file mode 100644 index c473622e1..000000000 --- a/packages/icons/categories/shapes/triangle-plus-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/triangle-plus.svg b/packages/icons/categories/shapes/triangle-plus.svg deleted file mode 100644 index ea88c10e7..000000000 --- a/packages/icons/categories/shapes/triangle-plus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/triangle-square-circle.svg b/packages/icons/categories/shapes/triangle-square-circle.svg deleted file mode 100644 index c81b29321..000000000 --- a/packages/icons/categories/shapes/triangle-square-circle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/shapes/triangle.svg b/packages/icons/categories/shapes/triangle.svg deleted file mode 100644 index ee27063a6..000000000 --- a/packages/icons/categories/shapes/triangle.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/shapes/triangles.svg b/packages/icons/categories/shapes/triangles.svg deleted file mode 100644 index 2fcdb9274..000000000 --- a/packages/icons/categories/shapes/triangles.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/sport/ball-american-football-off.svg b/packages/icons/categories/sport/ball-american-football-off.svg deleted file mode 100644 index 612441ef1..000000000 --- a/packages/icons/categories/sport/ball-american-football-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/sport/ball-american-football.svg b/packages/icons/categories/sport/ball-american-football.svg deleted file mode 100644 index ea61babbe..000000000 --- a/packages/icons/categories/sport/ball-american-football.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/sport/ball-baseball.svg b/packages/icons/categories/sport/ball-baseball.svg deleted file mode 100644 index bbe566200..000000000 --- a/packages/icons/categories/sport/ball-baseball.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/sport/ball-basketball.svg b/packages/icons/categories/sport/ball-basketball.svg deleted file mode 100644 index 30b329d5b..000000000 --- a/packages/icons/categories/sport/ball-basketball.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/sport/ball-bowling.svg b/packages/icons/categories/sport/ball-bowling.svg deleted file mode 100644 index ebb4c1f2e..000000000 --- a/packages/icons/categories/sport/ball-bowling.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/sport/ball-football-off.svg b/packages/icons/categories/sport/ball-football-off.svg deleted file mode 100644 index 27a5d9be6..000000000 --- a/packages/icons/categories/sport/ball-football-off.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/sport/ball-football.svg b/packages/icons/categories/sport/ball-football.svg deleted file mode 100644 index 9984ea92e..000000000 --- a/packages/icons/categories/sport/ball-football.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/sport/ball-tennis.svg b/packages/icons/categories/sport/ball-tennis.svg deleted file mode 100644 index 3e71b0100..000000000 --- a/packages/icons/categories/sport/ball-tennis.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/sport/ball-volleyball.svg b/packages/icons/categories/sport/ball-volleyball.svg deleted file mode 100644 index 7db593f86..000000000 --- a/packages/icons/categories/sport/ball-volleyball.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/sport/barbell-off.svg b/packages/icons/categories/sport/barbell-off.svg deleted file mode 100644 index c35da9992..000000000 --- a/packages/icons/categories/sport/barbell-off.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/sport/barbell.svg b/packages/icons/categories/sport/barbell.svg deleted file mode 100644 index 0963b0724..000000000 --- a/packages/icons/categories/sport/barbell.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/sport/bow.svg b/packages/icons/categories/sport/bow.svg deleted file mode 100644 index 132bb8b86..000000000 --- a/packages/icons/categories/sport/bow.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/sport/chess-bishop.svg b/packages/icons/categories/sport/chess-bishop.svg deleted file mode 100644 index e6cdc2fb4..000000000 --- a/packages/icons/categories/sport/chess-bishop.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/sport/chess-king.svg b/packages/icons/categories/sport/chess-king.svg deleted file mode 100644 index 34848ba82..000000000 --- a/packages/icons/categories/sport/chess-king.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/sport/chess-knight.svg b/packages/icons/categories/sport/chess-knight.svg deleted file mode 100644 index 66800af06..000000000 --- a/packages/icons/categories/sport/chess-knight.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/sport/chess-queen.svg b/packages/icons/categories/sport/chess-queen.svg deleted file mode 100644 index 790de6c31..000000000 --- a/packages/icons/categories/sport/chess-queen.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/sport/chess-rook.svg b/packages/icons/categories/sport/chess-rook.svg deleted file mode 100644 index 3c4a844aa..000000000 --- a/packages/icons/categories/sport/chess-rook.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/sport/chess.svg b/packages/icons/categories/sport/chess.svg deleted file mode 100644 index 59916e4fe..000000000 --- a/packages/icons/categories/sport/chess.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/sport/cricket.svg b/packages/icons/categories/sport/cricket.svg deleted file mode 100644 index a3c15f6db..000000000 --- a/packages/icons/categories/sport/cricket.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/sport/curling.svg b/packages/icons/categories/sport/curling.svg deleted file mode 100644 index 524879cd2..000000000 --- a/packages/icons/categories/sport/curling.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/sport/disc-golf.svg b/packages/icons/categories/sport/disc-golf.svg deleted file mode 100644 index a8c06a283..000000000 --- a/packages/icons/categories/sport/disc-golf.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/sport/golf-off.svg b/packages/icons/categories/sport/golf-off.svg deleted file mode 100644 index 2ce7b397a..000000000 --- a/packages/icons/categories/sport/golf-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/sport/golf.svg b/packages/icons/categories/sport/golf.svg deleted file mode 100644 index d4fb49d2c..000000000 --- a/packages/icons/categories/sport/golf.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/sport/helmet-off.svg b/packages/icons/categories/sport/helmet-off.svg deleted file mode 100644 index 3e105a433..000000000 --- a/packages/icons/categories/sport/helmet-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/sport/helmet.svg b/packages/icons/categories/sport/helmet.svg deleted file mode 100644 index 4dc604cd3..000000000 --- a/packages/icons/categories/sport/helmet.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/sport/ice-skating.svg b/packages/icons/categories/sport/ice-skating.svg deleted file mode 100644 index b6947b3e4..000000000 --- a/packages/icons/categories/sport/ice-skating.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/sport/jump-rope.svg b/packages/icons/categories/sport/jump-rope.svg deleted file mode 100644 index 16bc8d0fc..000000000 --- a/packages/icons/categories/sport/jump-rope.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/sport/karate.svg b/packages/icons/categories/sport/karate.svg deleted file mode 100644 index 9d46c89e7..000000000 --- a/packages/icons/categories/sport/karate.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/sport/kayak.svg b/packages/icons/categories/sport/kayak.svg deleted file mode 100644 index 03b892fb0..000000000 --- a/packages/icons/categories/sport/kayak.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/sport/meeple.svg b/packages/icons/categories/sport/meeple.svg deleted file mode 100644 index 9ef1a35ed..000000000 --- a/packages/icons/categories/sport/meeple.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/sport/olympics-off.svg b/packages/icons/categories/sport/olympics-off.svg deleted file mode 100644 index 50488ec9c..000000000 --- a/packages/icons/categories/sport/olympics-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/sport/olympics.svg b/packages/icons/categories/sport/olympics.svg deleted file mode 100644 index 6bc2a62c9..000000000 --- a/packages/icons/categories/sport/olympics.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/sport/ping-pong.svg b/packages/icons/categories/sport/ping-pong.svg deleted file mode 100644 index bec159aea..000000000 --- a/packages/icons/categories/sport/ping-pong.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/sport/play-basketball.svg b/packages/icons/categories/sport/play-basketball.svg deleted file mode 100644 index 7e19a359a..000000000 --- a/packages/icons/categories/sport/play-basketball.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/sport/play-football.svg b/packages/icons/categories/sport/play-football.svg deleted file mode 100644 index 90862f2f0..000000000 --- a/packages/icons/categories/sport/play-football.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/sport/play-handball.svg b/packages/icons/categories/sport/play-handball.svg deleted file mode 100644 index 4feb89d75..000000000 --- a/packages/icons/categories/sport/play-handball.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/sport/play-volleyball.svg b/packages/icons/categories/sport/play-volleyball.svg deleted file mode 100644 index 7a9e6bc92..000000000 --- a/packages/icons/categories/sport/play-volleyball.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/sport/pool-off.svg b/packages/icons/categories/sport/pool-off.svg deleted file mode 100644 index 2f8b742ff..000000000 --- a/packages/icons/categories/sport/pool-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/sport/pool.svg b/packages/icons/categories/sport/pool.svg deleted file mode 100644 index 17517e0f9..000000000 --- a/packages/icons/categories/sport/pool.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/sport/rings.svg b/packages/icons/categories/sport/rings.svg deleted file mode 100644 index 152ca2ceb..000000000 --- a/packages/icons/categories/sport/rings.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/sport/roller-skating.svg b/packages/icons/categories/sport/roller-skating.svg deleted file mode 100644 index 5eb8e6695..000000000 --- a/packages/icons/categories/sport/roller-skating.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/sport/run.svg b/packages/icons/categories/sport/run.svg deleted file mode 100644 index 2cf4bfa05..000000000 --- a/packages/icons/categories/sport/run.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/sport/scoreboard.svg b/packages/icons/categories/sport/scoreboard.svg deleted file mode 100644 index 2349ea346..000000000 --- a/packages/icons/categories/sport/scoreboard.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/sport/scuba-mask-off.svg b/packages/icons/categories/sport/scuba-mask-off.svg deleted file mode 100644 index b7a364a43..000000000 --- a/packages/icons/categories/sport/scuba-mask-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/sport/scuba-mask.svg b/packages/icons/categories/sport/scuba-mask.svg deleted file mode 100644 index f74793404..000000000 --- a/packages/icons/categories/sport/scuba-mask.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/sport/shi-jumping.svg b/packages/icons/categories/sport/shi-jumping.svg deleted file mode 100644 index 2a44eb22d..000000000 --- a/packages/icons/categories/sport/shi-jumping.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/sport/skateboarding.svg b/packages/icons/categories/sport/skateboarding.svg deleted file mode 100644 index 2582df616..000000000 --- a/packages/icons/categories/sport/skateboarding.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/sport/soccer-field.svg b/packages/icons/categories/sport/soccer-field.svg deleted file mode 100644 index 6e133eef0..000000000 --- a/packages/icons/categories/sport/soccer-field.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/sport/sport-billard.svg b/packages/icons/categories/sport/sport-billard.svg deleted file mode 100644 index efde17ada..000000000 --- a/packages/icons/categories/sport/sport-billard.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/sport/stretching-2.svg b/packages/icons/categories/sport/stretching-2.svg deleted file mode 100644 index 3a67e5461..000000000 --- a/packages/icons/categories/sport/stretching-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/sport/stretching.svg b/packages/icons/categories/sport/stretching.svg deleted file mode 100644 index 1c529cfa5..000000000 --- a/packages/icons/categories/sport/stretching.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/sport/swimming.svg b/packages/icons/categories/sport/swimming.svg deleted file mode 100644 index 0fecf5bce..000000000 --- a/packages/icons/categories/sport/swimming.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/sport/target-arrow.svg b/packages/icons/categories/sport/target-arrow.svg deleted file mode 100644 index 7962887a8..000000000 --- a/packages/icons/categories/sport/target-arrow.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/sport/tic-tac.svg b/packages/icons/categories/sport/tic-tac.svg deleted file mode 100644 index 0cbefc979..000000000 --- a/packages/icons/categories/sport/tic-tac.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/sport/tournament.svg b/packages/icons/categories/sport/tournament.svg deleted file mode 100644 index eec320aef..000000000 --- a/packages/icons/categories/sport/tournament.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/sport/treadmill.svg b/packages/icons/categories/sport/treadmill.svg deleted file mode 100644 index 0d7e3f6fe..000000000 --- a/packages/icons/categories/sport/treadmill.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/sport/trekking.svg b/packages/icons/categories/sport/trekking.svg deleted file mode 100644 index 9fb561a84..000000000 --- a/packages/icons/categories/sport/trekking.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/sport/walk.svg b/packages/icons/categories/sport/walk.svg deleted file mode 100644 index af72bf396..000000000 --- a/packages/icons/categories/sport/walk.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/sport/waterpolo.svg b/packages/icons/categories/sport/waterpolo.svg deleted file mode 100644 index cb1923b10..000000000 --- a/packages/icons/categories/sport/waterpolo.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/sport/yoga.svg b/packages/icons/categories/sport/yoga.svg deleted file mode 100644 index 4348accc8..000000000 --- a/packages/icons/categories/sport/yoga.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/symbols/ankh.svg b/packages/icons/categories/symbols/ankh.svg deleted file mode 100644 index b8ab2b47e..000000000 --- a/packages/icons/categories/symbols/ankh.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/symbols/biohazard-off.svg b/packages/icons/categories/symbols/biohazard-off.svg deleted file mode 100644 index 1f85fd811..000000000 --- a/packages/icons/categories/symbols/biohazard-off.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/symbols/biohazard.svg b/packages/icons/categories/symbols/biohazard.svg deleted file mode 100644 index bc5c9bc25..000000000 --- a/packages/icons/categories/symbols/biohazard.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/symbols/ce-off.svg b/packages/icons/categories/symbols/ce-off.svg deleted file mode 100644 index 875519af9..000000000 --- a/packages/icons/categories/symbols/ce-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/symbols/ce.svg b/packages/icons/categories/symbols/ce.svg deleted file mode 100644 index 7555faab7..000000000 --- a/packages/icons/categories/symbols/ce.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/symbols/command-off.svg b/packages/icons/categories/symbols/command-off.svg deleted file mode 100644 index f0af9208b..000000000 --- a/packages/icons/categories/symbols/command-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/symbols/command.svg b/packages/icons/categories/symbols/command.svg deleted file mode 100644 index 293b5498b..000000000 --- a/packages/icons/categories/symbols/command.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/symbols/confucius.svg b/packages/icons/categories/symbols/confucius.svg deleted file mode 100644 index 90f603dd0..000000000 --- a/packages/icons/categories/symbols/confucius.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/symbols/copyleft-off.svg b/packages/icons/categories/symbols/copyleft-off.svg deleted file mode 100644 index 63c4d0b01..000000000 --- a/packages/icons/categories/symbols/copyleft-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/symbols/copyleft.svg b/packages/icons/categories/symbols/copyleft.svg deleted file mode 100644 index 7486f451f..000000000 --- a/packages/icons/categories/symbols/copyleft.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/symbols/copyright-off.svg b/packages/icons/categories/symbols/copyright-off.svg deleted file mode 100644 index d0fbd6704..000000000 --- a/packages/icons/categories/symbols/copyright-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/symbols/copyright.svg b/packages/icons/categories/symbols/copyright.svg deleted file mode 100644 index 606de7e69..000000000 --- a/packages/icons/categories/symbols/copyright.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/symbols/cross-off.svg b/packages/icons/categories/symbols/cross-off.svg deleted file mode 100644 index fe8063829..000000000 --- a/packages/icons/categories/symbols/cross-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/symbols/cross.svg b/packages/icons/categories/symbols/cross.svg deleted file mode 100644 index 1d5b3da99..000000000 --- a/packages/icons/categories/symbols/cross.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/symbols/fish-christianity.svg b/packages/icons/categories/symbols/fish-christianity.svg deleted file mode 100644 index 7c0b465c9..000000000 --- a/packages/icons/categories/symbols/fish-christianity.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/symbols/mars.svg b/packages/icons/categories/symbols/mars.svg deleted file mode 100644 index c3c03bb92..000000000 --- a/packages/icons/categories/symbols/mars.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/symbols/menorah.svg b/packages/icons/categories/symbols/menorah.svg deleted file mode 100644 index a40494ef8..000000000 --- a/packages/icons/categories/symbols/menorah.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/symbols/om.svg b/packages/icons/categories/symbols/om.svg deleted file mode 100644 index be08d7aef..000000000 --- a/packages/icons/categories/symbols/om.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/symbols/peace.svg b/packages/icons/categories/symbols/peace.svg deleted file mode 100644 index 8a383a05a..000000000 --- a/packages/icons/categories/symbols/peace.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/symbols/radioactive-off.svg b/packages/icons/categories/symbols/radioactive-off.svg deleted file mode 100644 index 29fc816a3..000000000 --- a/packages/icons/categories/symbols/radioactive-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/symbols/radioactive.svg b/packages/icons/categories/symbols/radioactive.svg deleted file mode 100644 index 84b66e115..000000000 --- a/packages/icons/categories/symbols/radioactive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/symbols/rating-12-plus.svg b/packages/icons/categories/symbols/rating-12-plus.svg deleted file mode 100644 index 3ec3cf80e..000000000 --- a/packages/icons/categories/symbols/rating-12-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/symbols/rating-14-plus.svg b/packages/icons/categories/symbols/rating-14-plus.svg deleted file mode 100644 index 311486f2c..000000000 --- a/packages/icons/categories/symbols/rating-14-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/symbols/rating-16-plus.svg b/packages/icons/categories/symbols/rating-16-plus.svg deleted file mode 100644 index 4c38b10fe..000000000 --- a/packages/icons/categories/symbols/rating-16-plus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/symbols/rating-18-plus.svg b/packages/icons/categories/symbols/rating-18-plus.svg deleted file mode 100644 index 141fa2237..000000000 --- a/packages/icons/categories/symbols/rating-18-plus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/symbols/rating-21-plus.svg b/packages/icons/categories/symbols/rating-21-plus.svg deleted file mode 100644 index 493d539ff..000000000 --- a/packages/icons/categories/symbols/rating-21-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/symbols/recycle-off.svg b/packages/icons/categories/symbols/recycle-off.svg deleted file mode 100644 index 886d3653a..000000000 --- a/packages/icons/categories/symbols/recycle-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/symbols/recycle.svg b/packages/icons/categories/symbols/recycle.svg deleted file mode 100644 index 142e413b7..000000000 --- a/packages/icons/categories/symbols/recycle.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/symbols/ribbon-health.svg b/packages/icons/categories/symbols/ribbon-health.svg deleted file mode 100644 index 8558cbe13..000000000 --- a/packages/icons/categories/symbols/ribbon-health.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/symbols/servicemark.svg b/packages/icons/categories/symbols/servicemark.svg deleted file mode 100644 index 5b8888853..000000000 --- a/packages/icons/categories/symbols/servicemark.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/symbols/torii.svg b/packages/icons/categories/symbols/torii.svg deleted file mode 100644 index 775d9bc8e..000000000 --- a/packages/icons/categories/symbols/torii.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/symbols/trademark.svg b/packages/icons/categories/symbols/trademark.svg deleted file mode 100644 index 599d48587..000000000 --- a/packages/icons/categories/symbols/trademark.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/symbols/venus.svg b/packages/icons/categories/symbols/venus.svg deleted file mode 100644 index c776602bf..000000000 --- a/packages/icons/categories/symbols/venus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/symbols/yin-yang.svg b/packages/icons/categories/symbols/yin-yang.svg deleted file mode 100644 index 72d3d6934..000000000 --- a/packages/icons/categories/symbols/yin-yang.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/12-hours.svg b/packages/icons/categories/system/12-hours.svg deleted file mode 100644 index 2f4e26a5c..000000000 --- a/packages/icons/categories/system/12-hours.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/24-hours.svg b/packages/icons/categories/system/24-hours.svg deleted file mode 100644 index 628977cd4..000000000 --- a/packages/icons/categories/system/24-hours.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-alt.svg b/packages/icons/categories/system/adjustments-alt.svg deleted file mode 100644 index 1f11e8be5..000000000 --- a/packages/icons/categories/system/adjustments-alt.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-bolt.svg b/packages/icons/categories/system/adjustments-bolt.svg deleted file mode 100644 index 6160517ae..000000000 --- a/packages/icons/categories/system/adjustments-bolt.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-cancel.svg b/packages/icons/categories/system/adjustments-cancel.svg deleted file mode 100644 index 5b26c905a..000000000 --- a/packages/icons/categories/system/adjustments-cancel.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-check.svg b/packages/icons/categories/system/adjustments-check.svg deleted file mode 100644 index 279480183..000000000 --- a/packages/icons/categories/system/adjustments-check.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-code.svg b/packages/icons/categories/system/adjustments-code.svg deleted file mode 100644 index f183f28a7..000000000 --- a/packages/icons/categories/system/adjustments-code.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-cog.svg b/packages/icons/categories/system/adjustments-cog.svg deleted file mode 100644 index 5cb64169c..000000000 --- a/packages/icons/categories/system/adjustments-cog.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-dollar.svg b/packages/icons/categories/system/adjustments-dollar.svg deleted file mode 100644 index 3f7ad8d8a..000000000 --- a/packages/icons/categories/system/adjustments-dollar.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-down.svg b/packages/icons/categories/system/adjustments-down.svg deleted file mode 100644 index 771060c82..000000000 --- a/packages/icons/categories/system/adjustments-down.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-exclamation.svg b/packages/icons/categories/system/adjustments-exclamation.svg deleted file mode 100644 index 94aa3966b..000000000 --- a/packages/icons/categories/system/adjustments-exclamation.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-heart.svg b/packages/icons/categories/system/adjustments-heart.svg deleted file mode 100644 index a8c568642..000000000 --- a/packages/icons/categories/system/adjustments-heart.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-horizontal.svg b/packages/icons/categories/system/adjustments-horizontal.svg deleted file mode 100644 index 0ffd89afc..000000000 --- a/packages/icons/categories/system/adjustments-horizontal.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-minus.svg b/packages/icons/categories/system/adjustments-minus.svg deleted file mode 100644 index 019808813..000000000 --- a/packages/icons/categories/system/adjustments-minus.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-off.svg b/packages/icons/categories/system/adjustments-off.svg deleted file mode 100644 index 6445368c9..000000000 --- a/packages/icons/categories/system/adjustments-off.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-pause.svg b/packages/icons/categories/system/adjustments-pause.svg deleted file mode 100644 index 402aa1445..000000000 --- a/packages/icons/categories/system/adjustments-pause.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-pin.svg b/packages/icons/categories/system/adjustments-pin.svg deleted file mode 100644 index 9b77a50f8..000000000 --- a/packages/icons/categories/system/adjustments-pin.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-plus.svg b/packages/icons/categories/system/adjustments-plus.svg deleted file mode 100644 index e44fea60a..000000000 --- a/packages/icons/categories/system/adjustments-plus.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-question.svg b/packages/icons/categories/system/adjustments-question.svg deleted file mode 100644 index 352eaf1ab..000000000 --- a/packages/icons/categories/system/adjustments-question.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-search.svg b/packages/icons/categories/system/adjustments-search.svg deleted file mode 100644 index 1f5f49fff..000000000 --- a/packages/icons/categories/system/adjustments-search.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-share.svg b/packages/icons/categories/system/adjustments-share.svg deleted file mode 100644 index 3ffdf4049..000000000 --- a/packages/icons/categories/system/adjustments-share.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-star.svg b/packages/icons/categories/system/adjustments-star.svg deleted file mode 100644 index 940b4369d..000000000 --- a/packages/icons/categories/system/adjustments-star.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-up.svg b/packages/icons/categories/system/adjustments-up.svg deleted file mode 100644 index 5bafde693..000000000 --- a/packages/icons/categories/system/adjustments-up.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments-x.svg b/packages/icons/categories/system/adjustments-x.svg deleted file mode 100644 index 3ed6fd9e7..000000000 --- a/packages/icons/categories/system/adjustments-x.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/adjustments.svg b/packages/icons/categories/system/adjustments.svg deleted file mode 100644 index dfb076bee..000000000 --- a/packages/icons/categories/system/adjustments.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/alarm-average.svg b/packages/icons/categories/system/alarm-average.svg deleted file mode 100644 index ad400a2ec..000000000 --- a/packages/icons/categories/system/alarm-average.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/alarm-minus.svg b/packages/icons/categories/system/alarm-minus.svg deleted file mode 100644 index 303c60e4b..000000000 --- a/packages/icons/categories/system/alarm-minus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/alarm-off.svg b/packages/icons/categories/system/alarm-off.svg deleted file mode 100644 index 4df9c15ba..000000000 --- a/packages/icons/categories/system/alarm-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/alarm-plus.svg b/packages/icons/categories/system/alarm-plus.svg deleted file mode 100644 index 72dbd37dc..000000000 --- a/packages/icons/categories/system/alarm-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/alarm-snooze.svg b/packages/icons/categories/system/alarm-snooze.svg deleted file mode 100644 index 6a7a33fcd..000000000 --- a/packages/icons/categories/system/alarm-snooze.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/alarm.svg b/packages/icons/categories/system/alarm.svg deleted file mode 100644 index 0498bb4ac..000000000 --- a/packages/icons/categories/system/alarm.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/alert-circle-off.svg b/packages/icons/categories/system/alert-circle-off.svg deleted file mode 100644 index 3ebe0cb11..000000000 --- a/packages/icons/categories/system/alert-circle-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/alert-circle.svg b/packages/icons/categories/system/alert-circle.svg deleted file mode 100644 index 35e7aad7d..000000000 --- a/packages/icons/categories/system/alert-circle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/alert-hexagon-off.svg b/packages/icons/categories/system/alert-hexagon-off.svg deleted file mode 100644 index 2f2833b87..000000000 --- a/packages/icons/categories/system/alert-hexagon-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/alert-hexagon.svg b/packages/icons/categories/system/alert-hexagon.svg deleted file mode 100644 index 088a60376..000000000 --- a/packages/icons/categories/system/alert-hexagon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/alert-octagon.svg b/packages/icons/categories/system/alert-octagon.svg deleted file mode 100644 index f50c6de01..000000000 --- a/packages/icons/categories/system/alert-octagon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/alert-small-off.svg b/packages/icons/categories/system/alert-small-off.svg deleted file mode 100644 index c5f7203b8..000000000 --- a/packages/icons/categories/system/alert-small-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/alert-small.svg b/packages/icons/categories/system/alert-small.svg deleted file mode 100644 index 661cb8987..000000000 --- a/packages/icons/categories/system/alert-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/alert-square-rounded-off.svg b/packages/icons/categories/system/alert-square-rounded-off.svg deleted file mode 100644 index 9ce8c4d80..000000000 --- a/packages/icons/categories/system/alert-square-rounded-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/alert-square-rounded.svg b/packages/icons/categories/system/alert-square-rounded.svg deleted file mode 100644 index 301a7a9f4..000000000 --- a/packages/icons/categories/system/alert-square-rounded.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/alert-square.svg b/packages/icons/categories/system/alert-square.svg deleted file mode 100644 index f510d9d04..000000000 --- a/packages/icons/categories/system/alert-square.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/alert-triangle-off.svg b/packages/icons/categories/system/alert-triangle-off.svg deleted file mode 100644 index 72d7f4ac4..000000000 --- a/packages/icons/categories/system/alert-triangle-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/alert-triangle.svg b/packages/icons/categories/system/alert-triangle.svg deleted file mode 100644 index 96305d136..000000000 --- a/packages/icons/categories/system/alert-triangle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/bell-bolt.svg b/packages/icons/categories/system/bell-bolt.svg deleted file mode 100644 index cd3bae8e4..000000000 --- a/packages/icons/categories/system/bell-bolt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/bell-cancel.svg b/packages/icons/categories/system/bell-cancel.svg deleted file mode 100644 index bde7f1263..000000000 --- a/packages/icons/categories/system/bell-cancel.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/bell-check.svg b/packages/icons/categories/system/bell-check.svg deleted file mode 100644 index fd6fd4d3b..000000000 --- a/packages/icons/categories/system/bell-check.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/bell-code.svg b/packages/icons/categories/system/bell-code.svg deleted file mode 100644 index b1eccdfe4..000000000 --- a/packages/icons/categories/system/bell-code.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/bell-cog.svg b/packages/icons/categories/system/bell-cog.svg deleted file mode 100644 index 7b2361e7e..000000000 --- a/packages/icons/categories/system/bell-cog.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/bell-dollar.svg b/packages/icons/categories/system/bell-dollar.svg deleted file mode 100644 index dccc5312b..000000000 --- a/packages/icons/categories/system/bell-dollar.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/bell-down.svg b/packages/icons/categories/system/bell-down.svg deleted file mode 100644 index f8648a880..000000000 --- a/packages/icons/categories/system/bell-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/bell-exclamation.svg b/packages/icons/categories/system/bell-exclamation.svg deleted file mode 100644 index bb2564e2b..000000000 --- a/packages/icons/categories/system/bell-exclamation.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/bell-heart.svg b/packages/icons/categories/system/bell-heart.svg deleted file mode 100644 index 5600210b4..000000000 --- a/packages/icons/categories/system/bell-heart.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/bell-minus.svg b/packages/icons/categories/system/bell-minus.svg deleted file mode 100644 index fd0660041..000000000 --- a/packages/icons/categories/system/bell-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/bell-off.svg b/packages/icons/categories/system/bell-off.svg deleted file mode 100644 index 73548f30e..000000000 --- a/packages/icons/categories/system/bell-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/bell-pause.svg b/packages/icons/categories/system/bell-pause.svg deleted file mode 100644 index 9ac61eab1..000000000 --- a/packages/icons/categories/system/bell-pause.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/bell-pin.svg b/packages/icons/categories/system/bell-pin.svg deleted file mode 100644 index 5621d4f15..000000000 --- a/packages/icons/categories/system/bell-pin.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/bell-plus.svg b/packages/icons/categories/system/bell-plus.svg deleted file mode 100644 index 678942a53..000000000 --- a/packages/icons/categories/system/bell-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/bell-question.svg b/packages/icons/categories/system/bell-question.svg deleted file mode 100644 index 9c7da64e0..000000000 --- a/packages/icons/categories/system/bell-question.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/bell-ringing-2.svg b/packages/icons/categories/system/bell-ringing-2.svg deleted file mode 100644 index ecdc8adce..000000000 --- a/packages/icons/categories/system/bell-ringing-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/bell-ringing.svg b/packages/icons/categories/system/bell-ringing.svg deleted file mode 100644 index 83f717d7b..000000000 --- a/packages/icons/categories/system/bell-ringing.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/bell-search.svg b/packages/icons/categories/system/bell-search.svg deleted file mode 100644 index b95f14937..000000000 --- a/packages/icons/categories/system/bell-search.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/bell-share.svg b/packages/icons/categories/system/bell-share.svg deleted file mode 100644 index d7f1db44a..000000000 --- a/packages/icons/categories/system/bell-share.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/bell-star.svg b/packages/icons/categories/system/bell-star.svg deleted file mode 100644 index db065cf30..000000000 --- a/packages/icons/categories/system/bell-star.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/bell-up.svg b/packages/icons/categories/system/bell-up.svg deleted file mode 100644 index 865f34dd4..000000000 --- a/packages/icons/categories/system/bell-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/bell-x.svg b/packages/icons/categories/system/bell-x.svg deleted file mode 100644 index 30aac0c4e..000000000 --- a/packages/icons/categories/system/bell-x.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/bell-z.svg b/packages/icons/categories/system/bell-z.svg deleted file mode 100644 index d880621b4..000000000 --- a/packages/icons/categories/system/bell-z.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/bell.svg b/packages/icons/categories/system/bell.svg deleted file mode 100644 index 015c48517..000000000 --- a/packages/icons/categories/system/bell.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/body-scan.svg b/packages/icons/categories/system/body-scan.svg deleted file mode 100644 index a437350c4..000000000 --- a/packages/icons/categories/system/body-scan.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-bolt.svg b/packages/icons/categories/system/calendar-bolt.svg deleted file mode 100644 index d67343816..000000000 --- a/packages/icons/categories/system/calendar-bolt.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-cancel.svg b/packages/icons/categories/system/calendar-cancel.svg deleted file mode 100644 index e50a1c734..000000000 --- a/packages/icons/categories/system/calendar-cancel.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-check.svg b/packages/icons/categories/system/calendar-check.svg deleted file mode 100644 index f42d1747f..000000000 --- a/packages/icons/categories/system/calendar-check.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-code.svg b/packages/icons/categories/system/calendar-code.svg deleted file mode 100644 index 510765ff5..000000000 --- a/packages/icons/categories/system/calendar-code.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-cog.svg b/packages/icons/categories/system/calendar-cog.svg deleted file mode 100644 index c0018a0d9..000000000 --- a/packages/icons/categories/system/calendar-cog.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-dollar.svg b/packages/icons/categories/system/calendar-dollar.svg deleted file mode 100644 index 252be1c7d..000000000 --- a/packages/icons/categories/system/calendar-dollar.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-down.svg b/packages/icons/categories/system/calendar-down.svg deleted file mode 100644 index 8b5d880f5..000000000 --- a/packages/icons/categories/system/calendar-down.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-due.svg b/packages/icons/categories/system/calendar-due.svg deleted file mode 100644 index d537f47cb..000000000 --- a/packages/icons/categories/system/calendar-due.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-event.svg b/packages/icons/categories/system/calendar-event.svg deleted file mode 100644 index 22714d624..000000000 --- a/packages/icons/categories/system/calendar-event.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-exclamation.svg b/packages/icons/categories/system/calendar-exclamation.svg deleted file mode 100644 index 6944fe01c..000000000 --- a/packages/icons/categories/system/calendar-exclamation.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-heart.svg b/packages/icons/categories/system/calendar-heart.svg deleted file mode 100644 index 377907496..000000000 --- a/packages/icons/categories/system/calendar-heart.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-minus.svg b/packages/icons/categories/system/calendar-minus.svg deleted file mode 100644 index 8664e0b82..000000000 --- a/packages/icons/categories/system/calendar-minus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-off.svg b/packages/icons/categories/system/calendar-off.svg deleted file mode 100644 index 6641472d1..000000000 --- a/packages/icons/categories/system/calendar-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-pause.svg b/packages/icons/categories/system/calendar-pause.svg deleted file mode 100644 index b1bd69b0f..000000000 --- a/packages/icons/categories/system/calendar-pause.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-pin.svg b/packages/icons/categories/system/calendar-pin.svg deleted file mode 100644 index 1946fb3a2..000000000 --- a/packages/icons/categories/system/calendar-pin.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-plus.svg b/packages/icons/categories/system/calendar-plus.svg deleted file mode 100644 index c773c403a..000000000 --- a/packages/icons/categories/system/calendar-plus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-question.svg b/packages/icons/categories/system/calendar-question.svg deleted file mode 100644 index f25245508..000000000 --- a/packages/icons/categories/system/calendar-question.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-repeat.svg b/packages/icons/categories/system/calendar-repeat.svg deleted file mode 100644 index 8f860be42..000000000 --- a/packages/icons/categories/system/calendar-repeat.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-search.svg b/packages/icons/categories/system/calendar-search.svg deleted file mode 100644 index a428bdec7..000000000 --- a/packages/icons/categories/system/calendar-search.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-share.svg b/packages/icons/categories/system/calendar-share.svg deleted file mode 100644 index 130b70aba..000000000 --- a/packages/icons/categories/system/calendar-share.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-star.svg b/packages/icons/categories/system/calendar-star.svg deleted file mode 100644 index 50dda7ea1..000000000 --- a/packages/icons/categories/system/calendar-star.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-stats.svg b/packages/icons/categories/system/calendar-stats.svg deleted file mode 100644 index 6b381675f..000000000 --- a/packages/icons/categories/system/calendar-stats.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-time.svg b/packages/icons/categories/system/calendar-time.svg deleted file mode 100644 index e1264c15e..000000000 --- a/packages/icons/categories/system/calendar-time.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-up.svg b/packages/icons/categories/system/calendar-up.svg deleted file mode 100644 index 34598bb1d..000000000 --- a/packages/icons/categories/system/calendar-up.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar-x.svg b/packages/icons/categories/system/calendar-x.svg deleted file mode 100644 index 998cae49d..000000000 --- a/packages/icons/categories/system/calendar-x.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/calendar.svg b/packages/icons/categories/system/calendar.svg deleted file mode 100644 index 5326c8e4b..000000000 --- a/packages/icons/categories/system/calendar.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/check.svg b/packages/icons/categories/system/check.svg deleted file mode 100644 index 8b703e65d..000000000 --- a/packages/icons/categories/system/check.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/system/checkbox.svg b/packages/icons/categories/system/checkbox.svg deleted file mode 100644 index bb47ece19..000000000 --- a/packages/icons/categories/system/checkbox.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/checks.svg b/packages/icons/categories/system/checks.svg deleted file mode 100644 index c4cb00eec..000000000 --- a/packages/icons/categories/system/checks.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/clock-12.svg b/packages/icons/categories/system/clock-12.svg deleted file mode 100644 index d88183a19..000000000 --- a/packages/icons/categories/system/clock-12.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/clock-2.svg b/packages/icons/categories/system/clock-2.svg deleted file mode 100644 index d063027b2..000000000 --- a/packages/icons/categories/system/clock-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/clock-24.svg b/packages/icons/categories/system/clock-24.svg deleted file mode 100644 index 70c872884..000000000 --- a/packages/icons/categories/system/clock-24.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/clock-bolt.svg b/packages/icons/categories/system/clock-bolt.svg deleted file mode 100644 index 07fca4b44..000000000 --- a/packages/icons/categories/system/clock-bolt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-cancel.svg b/packages/icons/categories/system/clock-cancel.svg deleted file mode 100644 index 4ad3f71d0..000000000 --- a/packages/icons/categories/system/clock-cancel.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/clock-check.svg b/packages/icons/categories/system/clock-check.svg deleted file mode 100644 index 3ae77ed53..000000000 --- a/packages/icons/categories/system/clock-check.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-code.svg b/packages/icons/categories/system/clock-code.svg deleted file mode 100644 index 96d3d4285..000000000 --- a/packages/icons/categories/system/clock-code.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/clock-cog.svg b/packages/icons/categories/system/clock-cog.svg deleted file mode 100644 index 08ab48a43..000000000 --- a/packages/icons/categories/system/clock-cog.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/clock-dollar.svg b/packages/icons/categories/system/clock-dollar.svg deleted file mode 100644 index f8b4616f7..000000000 --- a/packages/icons/categories/system/clock-dollar.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/clock-down.svg b/packages/icons/categories/system/clock-down.svg deleted file mode 100644 index 8653eda5f..000000000 --- a/packages/icons/categories/system/clock-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/clock-edit.svg b/packages/icons/categories/system/clock-edit.svg deleted file mode 100644 index 48ac36863..000000000 --- a/packages/icons/categories/system/clock-edit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-exclamation.svg b/packages/icons/categories/system/clock-exclamation.svg deleted file mode 100644 index e608c8638..000000000 --- a/packages/icons/categories/system/clock-exclamation.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/clock-heart.svg b/packages/icons/categories/system/clock-heart.svg deleted file mode 100644 index e6627355b..000000000 --- a/packages/icons/categories/system/clock-heart.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-hour-1.svg b/packages/icons/categories/system/clock-hour-1.svg deleted file mode 100644 index 6ef5701f0..000000000 --- a/packages/icons/categories/system/clock-hour-1.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-hour-10.svg b/packages/icons/categories/system/clock-hour-10.svg deleted file mode 100644 index eb84f9fdd..000000000 --- a/packages/icons/categories/system/clock-hour-10.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-hour-11.svg b/packages/icons/categories/system/clock-hour-11.svg deleted file mode 100644 index 4162113b7..000000000 --- a/packages/icons/categories/system/clock-hour-11.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-hour-12.svg b/packages/icons/categories/system/clock-hour-12.svg deleted file mode 100644 index a17cfef87..000000000 --- a/packages/icons/categories/system/clock-hour-12.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/clock-hour-2.svg b/packages/icons/categories/system/clock-hour-2.svg deleted file mode 100644 index eac82e151..000000000 --- a/packages/icons/categories/system/clock-hour-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-hour-3.svg b/packages/icons/categories/system/clock-hour-3.svg deleted file mode 100644 index a3f89f839..000000000 --- a/packages/icons/categories/system/clock-hour-3.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-hour-4.svg b/packages/icons/categories/system/clock-hour-4.svg deleted file mode 100644 index 8533ece3c..000000000 --- a/packages/icons/categories/system/clock-hour-4.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-hour-5.svg b/packages/icons/categories/system/clock-hour-5.svg deleted file mode 100644 index a6a23928d..000000000 --- a/packages/icons/categories/system/clock-hour-5.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-hour-6.svg b/packages/icons/categories/system/clock-hour-6.svg deleted file mode 100644 index e21f5421e..000000000 --- a/packages/icons/categories/system/clock-hour-6.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-hour-7.svg b/packages/icons/categories/system/clock-hour-7.svg deleted file mode 100644 index ef40bfee9..000000000 --- a/packages/icons/categories/system/clock-hour-7.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-hour-8.svg b/packages/icons/categories/system/clock-hour-8.svg deleted file mode 100644 index 863c6625f..000000000 --- a/packages/icons/categories/system/clock-hour-8.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-hour-9.svg b/packages/icons/categories/system/clock-hour-9.svg deleted file mode 100644 index e6bf4b106..000000000 --- a/packages/icons/categories/system/clock-hour-9.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-minus.svg b/packages/icons/categories/system/clock-minus.svg deleted file mode 100644 index bfb443aeb..000000000 --- a/packages/icons/categories/system/clock-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-off.svg b/packages/icons/categories/system/clock-off.svg deleted file mode 100644 index da84a69f4..000000000 --- a/packages/icons/categories/system/clock-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-pause.svg b/packages/icons/categories/system/clock-pause.svg deleted file mode 100644 index 8b184ac2b..000000000 --- a/packages/icons/categories/system/clock-pause.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/clock-pin.svg b/packages/icons/categories/system/clock-pin.svg deleted file mode 100644 index 66f683c8b..000000000 --- a/packages/icons/categories/system/clock-pin.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/clock-play.svg b/packages/icons/categories/system/clock-play.svg deleted file mode 100644 index b113e7fc1..000000000 --- a/packages/icons/categories/system/clock-play.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-plus.svg b/packages/icons/categories/system/clock-plus.svg deleted file mode 100644 index 4cafccf59..000000000 --- a/packages/icons/categories/system/clock-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/clock-question.svg b/packages/icons/categories/system/clock-question.svg deleted file mode 100644 index 9b80d3404..000000000 --- a/packages/icons/categories/system/clock-question.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/clock-record.svg b/packages/icons/categories/system/clock-record.svg deleted file mode 100644 index 1301b8735..000000000 --- a/packages/icons/categories/system/clock-record.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-search.svg b/packages/icons/categories/system/clock-search.svg deleted file mode 100644 index e7c0c72e8..000000000 --- a/packages/icons/categories/system/clock-search.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/clock-share.svg b/packages/icons/categories/system/clock-share.svg deleted file mode 100644 index 4f219c683..000000000 --- a/packages/icons/categories/system/clock-share.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/clock-shield.svg b/packages/icons/categories/system/clock-shield.svg deleted file mode 100644 index 60d8e58f8..000000000 --- a/packages/icons/categories/system/clock-shield.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-star.svg b/packages/icons/categories/system/clock-star.svg deleted file mode 100644 index 6e6de1187..000000000 --- a/packages/icons/categories/system/clock-star.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-stop.svg b/packages/icons/categories/system/clock-stop.svg deleted file mode 100644 index ac1a72d04..000000000 --- a/packages/icons/categories/system/clock-stop.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/clock-up.svg b/packages/icons/categories/system/clock-up.svg deleted file mode 100644 index 8f6038ff5..000000000 --- a/packages/icons/categories/system/clock-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/clock-x.svg b/packages/icons/categories/system/clock-x.svg deleted file mode 100644 index c43d398a7..000000000 --- a/packages/icons/categories/system/clock-x.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/clock.svg b/packages/icons/categories/system/clock.svg deleted file mode 100644 index e7a91d32a..000000000 --- a/packages/icons/categories/system/clock.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/cloud-download.svg b/packages/icons/categories/system/cloud-download.svg deleted file mode 100644 index 5b62734ce..000000000 --- a/packages/icons/categories/system/cloud-download.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/cloud-lock-open.svg b/packages/icons/categories/system/cloud-lock-open.svg deleted file mode 100644 index da1d124b8..000000000 --- a/packages/icons/categories/system/cloud-lock-open.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/cloud-lock.svg b/packages/icons/categories/system/cloud-lock.svg deleted file mode 100644 index 2dc37469c..000000000 --- a/packages/icons/categories/system/cloud-lock.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/cloud-upload.svg b/packages/icons/categories/system/cloud-upload.svg deleted file mode 100644 index bf36a0c74..000000000 --- a/packages/icons/categories/system/cloud-upload.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/creative-commons-by.svg b/packages/icons/categories/system/creative-commons-by.svg deleted file mode 100644 index 52d3295da..000000000 --- a/packages/icons/categories/system/creative-commons-by.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/creative-commons-nc.svg b/packages/icons/categories/system/creative-commons-nc.svg deleted file mode 100644 index d60e58592..000000000 --- a/packages/icons/categories/system/creative-commons-nc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/creative-commons-nd.svg b/packages/icons/categories/system/creative-commons-nd.svg deleted file mode 100644 index 6c299c6cc..000000000 --- a/packages/icons/categories/system/creative-commons-nd.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/creative-commons-off.svg b/packages/icons/categories/system/creative-commons-off.svg deleted file mode 100644 index 59c6bd999..000000000 --- a/packages/icons/categories/system/creative-commons-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/creative-commons-sa.svg b/packages/icons/categories/system/creative-commons-sa.svg deleted file mode 100644 index d942a2bd8..000000000 --- a/packages/icons/categories/system/creative-commons-sa.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/creative-commons-zero.svg b/packages/icons/categories/system/creative-commons-zero.svg deleted file mode 100644 index 8da2e53df..000000000 --- a/packages/icons/categories/system/creative-commons-zero.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/creative-commons.svg b/packages/icons/categories/system/creative-commons.svg deleted file mode 100644 index c3586cbf9..000000000 --- a/packages/icons/categories/system/creative-commons.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/dashboard-off.svg b/packages/icons/categories/system/dashboard-off.svg deleted file mode 100644 index ebe369426..000000000 --- a/packages/icons/categories/system/dashboard-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/dashboard.svg b/packages/icons/categories/system/dashboard.svg deleted file mode 100644 index 14a9b3281..000000000 --- a/packages/icons/categories/system/dashboard.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/dots-circle-horizontal.svg b/packages/icons/categories/system/dots-circle-horizontal.svg deleted file mode 100644 index 9ff2a5745..000000000 --- a/packages/icons/categories/system/dots-circle-horizontal.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/dots-diagonal-2.svg b/packages/icons/categories/system/dots-diagonal-2.svg deleted file mode 100644 index e3a72390a..000000000 --- a/packages/icons/categories/system/dots-diagonal-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/dots-diagonal.svg b/packages/icons/categories/system/dots-diagonal.svg deleted file mode 100644 index e690be5b4..000000000 --- a/packages/icons/categories/system/dots-diagonal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/dots-vertical.svg b/packages/icons/categories/system/dots-vertical.svg deleted file mode 100644 index 843bfcfd4..000000000 --- a/packages/icons/categories/system/dots-vertical.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/dots.svg b/packages/icons/categories/system/dots.svg deleted file mode 100644 index b12b0bccd..000000000 --- a/packages/icons/categories/system/dots.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/external-link-off.svg b/packages/icons/categories/system/external-link-off.svg deleted file mode 100644 index 38112a8fc..000000000 --- a/packages/icons/categories/system/external-link-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/external-link.svg b/packages/icons/categories/system/external-link.svg deleted file mode 100644 index bc369fcd1..000000000 --- a/packages/icons/categories/system/external-link.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/eye-check.svg b/packages/icons/categories/system/eye-check.svg deleted file mode 100644 index 2d3b0ec7c..000000000 --- a/packages/icons/categories/system/eye-check.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/eye-closed.svg b/packages/icons/categories/system/eye-closed.svg deleted file mode 100644 index 50dc06193..000000000 --- a/packages/icons/categories/system/eye-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/eye-cog.svg b/packages/icons/categories/system/eye-cog.svg deleted file mode 100644 index 51c3a3fd4..000000000 --- a/packages/icons/categories/system/eye-cog.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/eye-edit.svg b/packages/icons/categories/system/eye-edit.svg deleted file mode 100644 index 7169f23a6..000000000 --- a/packages/icons/categories/system/eye-edit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/eye-exclamation.svg b/packages/icons/categories/system/eye-exclamation.svg deleted file mode 100644 index 6477481a8..000000000 --- a/packages/icons/categories/system/eye-exclamation.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/eye-heart.svg b/packages/icons/categories/system/eye-heart.svg deleted file mode 100644 index 64cc701aa..000000000 --- a/packages/icons/categories/system/eye-heart.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/eye-off.svg b/packages/icons/categories/system/eye-off.svg deleted file mode 100644 index 94b747f3d..000000000 --- a/packages/icons/categories/system/eye-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/eye-x.svg b/packages/icons/categories/system/eye-x.svg deleted file mode 100644 index 6b7f3817e..000000000 --- a/packages/icons/categories/system/eye-x.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/eye.svg b/packages/icons/categories/system/eye.svg deleted file mode 100644 index 7abc3473f..000000000 --- a/packages/icons/categories/system/eye.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/filter-cog.svg b/packages/icons/categories/system/filter-cog.svg deleted file mode 100644 index 7a67fc53b..000000000 --- a/packages/icons/categories/system/filter-cog.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/filter-dollar.svg b/packages/icons/categories/system/filter-dollar.svg deleted file mode 100644 index f61128370..000000000 --- a/packages/icons/categories/system/filter-dollar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/filter-edit.svg b/packages/icons/categories/system/filter-edit.svg deleted file mode 100644 index 170d93d02..000000000 --- a/packages/icons/categories/system/filter-edit.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/filter-minus.svg b/packages/icons/categories/system/filter-minus.svg deleted file mode 100644 index 21f88cd07..000000000 --- a/packages/icons/categories/system/filter-minus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/filter-off.svg b/packages/icons/categories/system/filter-off.svg deleted file mode 100644 index 6ccc78b97..000000000 --- a/packages/icons/categories/system/filter-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/filter-plus.svg b/packages/icons/categories/system/filter-plus.svg deleted file mode 100644 index b03bc3521..000000000 --- a/packages/icons/categories/system/filter-plus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/filter-star.svg b/packages/icons/categories/system/filter-star.svg deleted file mode 100644 index 941dfff62..000000000 --- a/packages/icons/categories/system/filter-star.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/filter-x.svg b/packages/icons/categories/system/filter-x.svg deleted file mode 100644 index 87eb8bad8..000000000 --- a/packages/icons/categories/system/filter-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/filter.svg b/packages/icons/categories/system/filter.svg deleted file mode 100644 index 87ed04b38..000000000 --- a/packages/icons/categories/system/filter.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/system/fingerprint-off.svg b/packages/icons/categories/system/fingerprint-off.svg deleted file mode 100644 index e4b33afb3..000000000 --- a/packages/icons/categories/system/fingerprint-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/fingerprint.svg b/packages/icons/categories/system/fingerprint.svg deleted file mode 100644 index 5c89f522c..000000000 --- a/packages/icons/categories/system/fingerprint.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/gauge-off.svg b/packages/icons/categories/system/gauge-off.svg deleted file mode 100644 index a5397522d..000000000 --- a/packages/icons/categories/system/gauge-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/gauge.svg b/packages/icons/categories/system/gauge.svg deleted file mode 100644 index 7059fc18f..000000000 --- a/packages/icons/categories/system/gauge.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/grid-dots.svg b/packages/icons/categories/system/grid-dots.svg deleted file mode 100644 index dfcb0bbb8..000000000 --- a/packages/icons/categories/system/grid-dots.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/grid-scan.svg b/packages/icons/categories/system/grid-scan.svg deleted file mode 100644 index 95916df8f..000000000 --- a/packages/icons/categories/system/grid-scan.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/grip-horizontal.svg b/packages/icons/categories/system/grip-horizontal.svg deleted file mode 100644 index 6f30b9d73..000000000 --- a/packages/icons/categories/system/grip-horizontal.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/grip-vertical.svg b/packages/icons/categories/system/grip-vertical.svg deleted file mode 100644 index a916a577e..000000000 --- a/packages/icons/categories/system/grip-vertical.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/help-circle.svg b/packages/icons/categories/system/help-circle.svg deleted file mode 100644 index a01688eea..000000000 --- a/packages/icons/categories/system/help-circle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/help-hexagon.svg b/packages/icons/categories/system/help-hexagon.svg deleted file mode 100644 index 493239789..000000000 --- a/packages/icons/categories/system/help-hexagon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/help-octagon.svg b/packages/icons/categories/system/help-octagon.svg deleted file mode 100644 index f94e2c6cd..000000000 --- a/packages/icons/categories/system/help-octagon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/help-off.svg b/packages/icons/categories/system/help-off.svg deleted file mode 100644 index e2adab0ac..000000000 --- a/packages/icons/categories/system/help-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/help-small.svg b/packages/icons/categories/system/help-small.svg deleted file mode 100644 index 0f3c52ede..000000000 --- a/packages/icons/categories/system/help-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/help-square-rounded.svg b/packages/icons/categories/system/help-square-rounded.svg deleted file mode 100644 index 18ddaac85..000000000 --- a/packages/icons/categories/system/help-square-rounded.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/help-square.svg b/packages/icons/categories/system/help-square.svg deleted file mode 100644 index b1e6a48e6..000000000 --- a/packages/icons/categories/system/help-square.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/help-triangle.svg b/packages/icons/categories/system/help-triangle.svg deleted file mode 100644 index 864b8038e..000000000 --- a/packages/icons/categories/system/help-triangle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/help.svg b/packages/icons/categories/system/help.svg deleted file mode 100644 index 28a17a73d..000000000 --- a/packages/icons/categories/system/help.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/history-off.svg b/packages/icons/categories/system/history-off.svg deleted file mode 100644 index 0a00b7d7c..000000000 --- a/packages/icons/categories/system/history-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/history.svg b/packages/icons/categories/system/history.svg deleted file mode 100644 index 2721ea7ff..000000000 --- a/packages/icons/categories/system/history.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/hourglass-empty.svg b/packages/icons/categories/system/hourglass-empty.svg deleted file mode 100644 index 45a2447a2..000000000 --- a/packages/icons/categories/system/hourglass-empty.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/hourglass-high.svg b/packages/icons/categories/system/hourglass-high.svg deleted file mode 100644 index be0cfc76a..000000000 --- a/packages/icons/categories/system/hourglass-high.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/hourglass-low.svg b/packages/icons/categories/system/hourglass-low.svg deleted file mode 100644 index 2aa63064b..000000000 --- a/packages/icons/categories/system/hourglass-low.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/hourglass-off.svg b/packages/icons/categories/system/hourglass-off.svg deleted file mode 100644 index 03a70f3ce..000000000 --- a/packages/icons/categories/system/hourglass-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/hourglass.svg b/packages/icons/categories/system/hourglass.svg deleted file mode 100644 index e8f839657..000000000 --- a/packages/icons/categories/system/hourglass.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/id-badge-2.svg b/packages/icons/categories/system/id-badge-2.svg deleted file mode 100644 index 3c53bad03..000000000 --- a/packages/icons/categories/system/id-badge-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/id-badge-off.svg b/packages/icons/categories/system/id-badge-off.svg deleted file mode 100644 index f5ea6d022..000000000 --- a/packages/icons/categories/system/id-badge-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/id-badge.svg b/packages/icons/categories/system/id-badge.svg deleted file mode 100644 index 7a40d64e4..000000000 --- a/packages/icons/categories/system/id-badge.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/id-off.svg b/packages/icons/categories/system/id-off.svg deleted file mode 100644 index f8c58cafa..000000000 --- a/packages/icons/categories/system/id-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/id.svg b/packages/icons/categories/system/id.svg deleted file mode 100644 index b3807ce39..000000000 --- a/packages/icons/categories/system/id.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/info-circle.svg b/packages/icons/categories/system/info-circle.svg deleted file mode 100644 index ad1553f2b..000000000 --- a/packages/icons/categories/system/info-circle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/info-hexagon.svg b/packages/icons/categories/system/info-hexagon.svg deleted file mode 100644 index df03d8a58..000000000 --- a/packages/icons/categories/system/info-hexagon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/info-octagon.svg b/packages/icons/categories/system/info-octagon.svg deleted file mode 100644 index f64bd8d74..000000000 --- a/packages/icons/categories/system/info-octagon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/info-small.svg b/packages/icons/categories/system/info-small.svg deleted file mode 100644 index 613b6917d..000000000 --- a/packages/icons/categories/system/info-small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/info-square-rounded.svg b/packages/icons/categories/system/info-square-rounded.svg deleted file mode 100644 index a9a87b2fb..000000000 --- a/packages/icons/categories/system/info-square-rounded.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/info-square.svg b/packages/icons/categories/system/info-square.svg deleted file mode 100644 index b1c455f08..000000000 --- a/packages/icons/categories/system/info-square.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/info-triangle.svg b/packages/icons/categories/system/info-triangle.svg deleted file mode 100644 index e3a6a5148..000000000 --- a/packages/icons/categories/system/info-triangle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/loader-2.svg b/packages/icons/categories/system/loader-2.svg deleted file mode 100644 index fe87ea436..000000000 --- a/packages/icons/categories/system/loader-2.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/system/loader-3.svg b/packages/icons/categories/system/loader-3.svg deleted file mode 100644 index 1910c277d..000000000 --- a/packages/icons/categories/system/loader-3.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/loader-quarter.svg b/packages/icons/categories/system/loader-quarter.svg deleted file mode 100644 index 860220dd1..000000000 --- a/packages/icons/categories/system/loader-quarter.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/loader.svg b/packages/icons/categories/system/loader.svg deleted file mode 100644 index 5777613be..000000000 --- a/packages/icons/categories/system/loader.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/lock-access-off.svg b/packages/icons/categories/system/lock-access-off.svg deleted file mode 100644 index b612689be..000000000 --- a/packages/icons/categories/system/lock-access-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/system/lock-access.svg b/packages/icons/categories/system/lock-access.svg deleted file mode 100644 index caab091cb..000000000 --- a/packages/icons/categories/system/lock-access.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/lock-bolt.svg b/packages/icons/categories/system/lock-bolt.svg deleted file mode 100644 index 4bb886ac7..000000000 --- a/packages/icons/categories/system/lock-bolt.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/lock-cancel.svg b/packages/icons/categories/system/lock-cancel.svg deleted file mode 100644 index 59c240645..000000000 --- a/packages/icons/categories/system/lock-cancel.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/lock-check.svg b/packages/icons/categories/system/lock-check.svg deleted file mode 100644 index 469539d05..000000000 --- a/packages/icons/categories/system/lock-check.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/lock-code.svg b/packages/icons/categories/system/lock-code.svg deleted file mode 100644 index d9952c7d4..000000000 --- a/packages/icons/categories/system/lock-code.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/lock-cog.svg b/packages/icons/categories/system/lock-cog.svg deleted file mode 100644 index 7563e19e5..000000000 --- a/packages/icons/categories/system/lock-cog.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/lock-dollar.svg b/packages/icons/categories/system/lock-dollar.svg deleted file mode 100644 index c1cb9fff6..000000000 --- a/packages/icons/categories/system/lock-dollar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/lock-down.svg b/packages/icons/categories/system/lock-down.svg deleted file mode 100644 index c740791ac..000000000 --- a/packages/icons/categories/system/lock-down.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/lock-exclamation.svg b/packages/icons/categories/system/lock-exclamation.svg deleted file mode 100644 index e139313df..000000000 --- a/packages/icons/categories/system/lock-exclamation.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/lock-heart.svg b/packages/icons/categories/system/lock-heart.svg deleted file mode 100644 index c0ed05a60..000000000 --- a/packages/icons/categories/system/lock-heart.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/lock-minus.svg b/packages/icons/categories/system/lock-minus.svg deleted file mode 100644 index 9cd52fb9e..000000000 --- a/packages/icons/categories/system/lock-minus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/lock-off.svg b/packages/icons/categories/system/lock-off.svg deleted file mode 100644 index 90c0fe6ae..000000000 --- a/packages/icons/categories/system/lock-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/lock-open-off.svg b/packages/icons/categories/system/lock-open-off.svg deleted file mode 100644 index 834778300..000000000 --- a/packages/icons/categories/system/lock-open-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/lock-open.svg b/packages/icons/categories/system/lock-open.svg deleted file mode 100644 index cf08f34c2..000000000 --- a/packages/icons/categories/system/lock-open.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/lock-pause.svg b/packages/icons/categories/system/lock-pause.svg deleted file mode 100644 index dcb9aaa13..000000000 --- a/packages/icons/categories/system/lock-pause.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/lock-pin.svg b/packages/icons/categories/system/lock-pin.svg deleted file mode 100644 index ccf26b00e..000000000 --- a/packages/icons/categories/system/lock-pin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/lock-plus.svg b/packages/icons/categories/system/lock-plus.svg deleted file mode 100644 index acba733fc..000000000 --- a/packages/icons/categories/system/lock-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/lock-question.svg b/packages/icons/categories/system/lock-question.svg deleted file mode 100644 index 473f7e474..000000000 --- a/packages/icons/categories/system/lock-question.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/lock-search.svg b/packages/icons/categories/system/lock-search.svg deleted file mode 100644 index 8795f25fc..000000000 --- a/packages/icons/categories/system/lock-search.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/lock-share.svg b/packages/icons/categories/system/lock-share.svg deleted file mode 100644 index dc7b6aaeb..000000000 --- a/packages/icons/categories/system/lock-share.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/lock-square-rounded.svg b/packages/icons/categories/system/lock-square-rounded.svg deleted file mode 100644 index 69027cdad..000000000 --- a/packages/icons/categories/system/lock-square-rounded.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/lock-square.svg b/packages/icons/categories/system/lock-square.svg deleted file mode 100644 index d11d2aa9a..000000000 --- a/packages/icons/categories/system/lock-square.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/lock-star.svg b/packages/icons/categories/system/lock-star.svg deleted file mode 100644 index 4cccf99b6..000000000 --- a/packages/icons/categories/system/lock-star.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/lock-up.svg b/packages/icons/categories/system/lock-up.svg deleted file mode 100644 index 48a9643b2..000000000 --- a/packages/icons/categories/system/lock-up.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/lock-x.svg b/packages/icons/categories/system/lock-x.svg deleted file mode 100644 index 6bb503a25..000000000 --- a/packages/icons/categories/system/lock-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/lock.svg b/packages/icons/categories/system/lock.svg deleted file mode 100644 index f59bf0314..000000000 --- a/packages/icons/categories/system/lock.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/logout-2.svg b/packages/icons/categories/system/logout-2.svg deleted file mode 100644 index 796b9c697..000000000 --- a/packages/icons/categories/system/logout-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/logout.svg b/packages/icons/categories/system/logout.svg deleted file mode 100644 index c609a962a..000000000 --- a/packages/icons/categories/system/logout.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/menu-2.svg b/packages/icons/categories/system/menu-2.svg deleted file mode 100644 index bcf34210c..000000000 --- a/packages/icons/categories/system/menu-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/menu-order.svg b/packages/icons/categories/system/menu-order.svg deleted file mode 100644 index ec9d44b29..000000000 --- a/packages/icons/categories/system/menu-order.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/menu.svg b/packages/icons/categories/system/menu.svg deleted file mode 100644 index 82e8129b4..000000000 --- a/packages/icons/categories/system/menu.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/no-copyright.svg b/packages/icons/categories/system/no-copyright.svg deleted file mode 100644 index 3ca021a9a..000000000 --- a/packages/icons/categories/system/no-copyright.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/no-creative-commons.svg b/packages/icons/categories/system/no-creative-commons.svg deleted file mode 100644 index 96b215770..000000000 --- a/packages/icons/categories/system/no-creative-commons.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/no-derivatives.svg b/packages/icons/categories/system/no-derivatives.svg deleted file mode 100644 index b4d30b034..000000000 --- a/packages/icons/categories/system/no-derivatives.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/notification-off.svg b/packages/icons/categories/system/notification-off.svg deleted file mode 100644 index 5e81727a0..000000000 --- a/packages/icons/categories/system/notification-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/notification.svg b/packages/icons/categories/system/notification.svg deleted file mode 100644 index c7236ef77..000000000 --- a/packages/icons/categories/system/notification.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/password-fingerprint.svg b/packages/icons/categories/system/password-fingerprint.svg deleted file mode 100644 index 80f6fb4b2..000000000 --- a/packages/icons/categories/system/password-fingerprint.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/password-mobile-phone.svg b/packages/icons/categories/system/password-mobile-phone.svg deleted file mode 100644 index 38d064d56..000000000 --- a/packages/icons/categories/system/password-mobile-phone.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/password-user.svg b/packages/icons/categories/system/password-user.svg deleted file mode 100644 index f80a25e5e..000000000 --- a/packages/icons/categories/system/password-user.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/password.svg b/packages/icons/categories/system/password.svg deleted file mode 100644 index cdb5ecf25..000000000 --- a/packages/icons/categories/system/password.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/photo-scan.svg b/packages/icons/categories/system/photo-scan.svg deleted file mode 100644 index 720d263a8..000000000 --- a/packages/icons/categories/system/photo-scan.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/system/pointer-bolt.svg b/packages/icons/categories/system/pointer-bolt.svg deleted file mode 100644 index f3d85616c..000000000 --- a/packages/icons/categories/system/pointer-bolt.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/pointer-cancel.svg b/packages/icons/categories/system/pointer-cancel.svg deleted file mode 100644 index 122a45b0b..000000000 --- a/packages/icons/categories/system/pointer-cancel.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/pointer-check.svg b/packages/icons/categories/system/pointer-check.svg deleted file mode 100644 index eae2e1eef..000000000 --- a/packages/icons/categories/system/pointer-check.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/pointer-code.svg b/packages/icons/categories/system/pointer-code.svg deleted file mode 100644 index 91ad72951..000000000 --- a/packages/icons/categories/system/pointer-code.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/pointer-cog.svg b/packages/icons/categories/system/pointer-cog.svg deleted file mode 100644 index 18f83eca8..000000000 --- a/packages/icons/categories/system/pointer-cog.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/pointer-dollar.svg b/packages/icons/categories/system/pointer-dollar.svg deleted file mode 100644 index 5a04a12e5..000000000 --- a/packages/icons/categories/system/pointer-dollar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/pointer-down.svg b/packages/icons/categories/system/pointer-down.svg deleted file mode 100644 index 852b55256..000000000 --- a/packages/icons/categories/system/pointer-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/pointer-exclamation.svg b/packages/icons/categories/system/pointer-exclamation.svg deleted file mode 100644 index 8fe18006c..000000000 --- a/packages/icons/categories/system/pointer-exclamation.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/pointer-heart.svg b/packages/icons/categories/system/pointer-heart.svg deleted file mode 100644 index 48f496e23..000000000 --- a/packages/icons/categories/system/pointer-heart.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/pointer-minus.svg b/packages/icons/categories/system/pointer-minus.svg deleted file mode 100644 index 2706059e5..000000000 --- a/packages/icons/categories/system/pointer-minus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/pointer-off.svg b/packages/icons/categories/system/pointer-off.svg deleted file mode 100644 index 88f4ec8f3..000000000 --- a/packages/icons/categories/system/pointer-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/pointer-pause.svg b/packages/icons/categories/system/pointer-pause.svg deleted file mode 100644 index 9c97c386f..000000000 --- a/packages/icons/categories/system/pointer-pause.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/pointer-pin.svg b/packages/icons/categories/system/pointer-pin.svg deleted file mode 100644 index 079bee28a..000000000 --- a/packages/icons/categories/system/pointer-pin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/pointer-plus.svg b/packages/icons/categories/system/pointer-plus.svg deleted file mode 100644 index f17f7a766..000000000 --- a/packages/icons/categories/system/pointer-plus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/pointer-question.svg b/packages/icons/categories/system/pointer-question.svg deleted file mode 100644 index 421af9311..000000000 --- a/packages/icons/categories/system/pointer-question.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/pointer-search.svg b/packages/icons/categories/system/pointer-search.svg deleted file mode 100644 index 295a3d29d..000000000 --- a/packages/icons/categories/system/pointer-search.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/pointer-share.svg b/packages/icons/categories/system/pointer-share.svg deleted file mode 100644 index 14bf0db4d..000000000 --- a/packages/icons/categories/system/pointer-share.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/pointer-star.svg b/packages/icons/categories/system/pointer-star.svg deleted file mode 100644 index f3b233833..000000000 --- a/packages/icons/categories/system/pointer-star.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/pointer-up.svg b/packages/icons/categories/system/pointer-up.svg deleted file mode 100644 index babc93f7f..000000000 --- a/packages/icons/categories/system/pointer-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/pointer-x.svg b/packages/icons/categories/system/pointer-x.svg deleted file mode 100644 index bc4360db5..000000000 --- a/packages/icons/categories/system/pointer-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/pointer.svg b/packages/icons/categories/system/pointer.svg deleted file mode 100644 index d3f86f679..000000000 --- a/packages/icons/categories/system/pointer.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/system/progress-alert.svg b/packages/icons/categories/system/progress-alert.svg deleted file mode 100644 index aa68d8f21..000000000 --- a/packages/icons/categories/system/progress-alert.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/system/progress-bolt.svg b/packages/icons/categories/system/progress-bolt.svg deleted file mode 100644 index 74cc0e01f..000000000 --- a/packages/icons/categories/system/progress-bolt.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/progress-check.svg b/packages/icons/categories/system/progress-check.svg deleted file mode 100644 index e3d925098..000000000 --- a/packages/icons/categories/system/progress-check.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/progress-down.svg b/packages/icons/categories/system/progress-down.svg deleted file mode 100644 index 2094cc745..000000000 --- a/packages/icons/categories/system/progress-down.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/system/progress-help.svg b/packages/icons/categories/system/progress-help.svg deleted file mode 100644 index 7e0f9e530..000000000 --- a/packages/icons/categories/system/progress-help.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/system/progress-x.svg b/packages/icons/categories/system/progress-x.svg deleted file mode 100644 index 94d40d344..000000000 --- a/packages/icons/categories/system/progress-x.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/system/progress.svg b/packages/icons/categories/system/progress.svg deleted file mode 100644 index 2236ddb65..000000000 --- a/packages/icons/categories/system/progress.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/sandbox.svg b/packages/icons/categories/system/sandbox.svg deleted file mode 100644 index ab9de94ca..000000000 --- a/packages/icons/categories/system/sandbox.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/settings-2.svg b/packages/icons/categories/system/settings-2.svg deleted file mode 100644 index b14ee385e..000000000 --- a/packages/icons/categories/system/settings-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/settings-automation.svg b/packages/icons/categories/system/settings-automation.svg deleted file mode 100644 index 027e8158c..000000000 --- a/packages/icons/categories/system/settings-automation.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/settings-bolt.svg b/packages/icons/categories/system/settings-bolt.svg deleted file mode 100644 index 934194b76..000000000 --- a/packages/icons/categories/system/settings-bolt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/settings-cancel.svg b/packages/icons/categories/system/settings-cancel.svg deleted file mode 100644 index 8bfa3e7af..000000000 --- a/packages/icons/categories/system/settings-cancel.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/settings-check.svg b/packages/icons/categories/system/settings-check.svg deleted file mode 100644 index 98d63630e..000000000 --- a/packages/icons/categories/system/settings-check.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/settings-code.svg b/packages/icons/categories/system/settings-code.svg deleted file mode 100644 index 7a5a84963..000000000 --- a/packages/icons/categories/system/settings-code.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/settings-cog.svg b/packages/icons/categories/system/settings-cog.svg deleted file mode 100644 index 948b1e38d..000000000 --- a/packages/icons/categories/system/settings-cog.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/settings-dollar.svg b/packages/icons/categories/system/settings-dollar.svg deleted file mode 100644 index 021b338ac..000000000 --- a/packages/icons/categories/system/settings-dollar.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/settings-down.svg b/packages/icons/categories/system/settings-down.svg deleted file mode 100644 index f2fb5b5ff..000000000 --- a/packages/icons/categories/system/settings-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/settings-exclamation.svg b/packages/icons/categories/system/settings-exclamation.svg deleted file mode 100644 index 5baf67883..000000000 --- a/packages/icons/categories/system/settings-exclamation.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/settings-heart.svg b/packages/icons/categories/system/settings-heart.svg deleted file mode 100644 index 2fc91720b..000000000 --- a/packages/icons/categories/system/settings-heart.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/settings-minus.svg b/packages/icons/categories/system/settings-minus.svg deleted file mode 100644 index a1fcb80eb..000000000 --- a/packages/icons/categories/system/settings-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/settings-off.svg b/packages/icons/categories/system/settings-off.svg deleted file mode 100644 index 9952e8426..000000000 --- a/packages/icons/categories/system/settings-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/settings-pause.svg b/packages/icons/categories/system/settings-pause.svg deleted file mode 100644 index 34302ff3b..000000000 --- a/packages/icons/categories/system/settings-pause.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/settings-pin.svg b/packages/icons/categories/system/settings-pin.svg deleted file mode 100644 index 5c5f7ec44..000000000 --- a/packages/icons/categories/system/settings-pin.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/settings-plus.svg b/packages/icons/categories/system/settings-plus.svg deleted file mode 100644 index 973b2d56a..000000000 --- a/packages/icons/categories/system/settings-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/settings-question.svg b/packages/icons/categories/system/settings-question.svg deleted file mode 100644 index 52d63e32c..000000000 --- a/packages/icons/categories/system/settings-question.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/settings-search.svg b/packages/icons/categories/system/settings-search.svg deleted file mode 100644 index 143c9149c..000000000 --- a/packages/icons/categories/system/settings-search.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/settings-share.svg b/packages/icons/categories/system/settings-share.svg deleted file mode 100644 index b7bbdd967..000000000 --- a/packages/icons/categories/system/settings-share.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/settings-star.svg b/packages/icons/categories/system/settings-star.svg deleted file mode 100644 index c28d5e80f..000000000 --- a/packages/icons/categories/system/settings-star.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/settings-up.svg b/packages/icons/categories/system/settings-up.svg deleted file mode 100644 index de5551216..000000000 --- a/packages/icons/categories/system/settings-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/settings-x.svg b/packages/icons/categories/system/settings-x.svg deleted file mode 100644 index 6bef0ce91..000000000 --- a/packages/icons/categories/system/settings-x.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/settings.svg b/packages/icons/categories/system/settings.svg deleted file mode 100644 index 209c4e737..000000000 --- a/packages/icons/categories/system/settings.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/shield-bolt.svg b/packages/icons/categories/system/shield-bolt.svg deleted file mode 100644 index 44b7ebf39..000000000 --- a/packages/icons/categories/system/shield-bolt.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/shield-cancel.svg b/packages/icons/categories/system/shield-cancel.svg deleted file mode 100644 index 64b252a59..000000000 --- a/packages/icons/categories/system/shield-cancel.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/shield-check.svg b/packages/icons/categories/system/shield-check.svg deleted file mode 100644 index eaf0928f8..000000000 --- a/packages/icons/categories/system/shield-check.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/shield-checkered.svg b/packages/icons/categories/system/shield-checkered.svg deleted file mode 100644 index a58f9b5ca..000000000 --- a/packages/icons/categories/system/shield-checkered.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/shield-chevron.svg b/packages/icons/categories/system/shield-chevron.svg deleted file mode 100644 index 57d45bcda..000000000 --- a/packages/icons/categories/system/shield-chevron.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/shield-code.svg b/packages/icons/categories/system/shield-code.svg deleted file mode 100644 index 413550513..000000000 --- a/packages/icons/categories/system/shield-code.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/shield-cog.svg b/packages/icons/categories/system/shield-cog.svg deleted file mode 100644 index be660602f..000000000 --- a/packages/icons/categories/system/shield-cog.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/shield-dollar.svg b/packages/icons/categories/system/shield-dollar.svg deleted file mode 100644 index 6bbf58206..000000000 --- a/packages/icons/categories/system/shield-dollar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/shield-down.svg b/packages/icons/categories/system/shield-down.svg deleted file mode 100644 index 8cdea9dd1..000000000 --- a/packages/icons/categories/system/shield-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/shield-exclamation.svg b/packages/icons/categories/system/shield-exclamation.svg deleted file mode 100644 index a30bd2dfe..000000000 --- a/packages/icons/categories/system/shield-exclamation.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/shield-half-filled.svg b/packages/icons/categories/system/shield-half-filled.svg deleted file mode 100644 index cfabcfa98..000000000 --- a/packages/icons/categories/system/shield-half-filled.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/system/shield-half.svg b/packages/icons/categories/system/shield-half.svg deleted file mode 100644 index ed239cd49..000000000 --- a/packages/icons/categories/system/shield-half.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/shield-heart.svg b/packages/icons/categories/system/shield-heart.svg deleted file mode 100644 index 28e706c13..000000000 --- a/packages/icons/categories/system/shield-heart.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/shield-lock.svg b/packages/icons/categories/system/shield-lock.svg deleted file mode 100644 index 30d372fb3..000000000 --- a/packages/icons/categories/system/shield-lock.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/shield-minus.svg b/packages/icons/categories/system/shield-minus.svg deleted file mode 100644 index 13f9d455b..000000000 --- a/packages/icons/categories/system/shield-minus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/shield-off.svg b/packages/icons/categories/system/shield-off.svg deleted file mode 100644 index ec549a7b0..000000000 --- a/packages/icons/categories/system/shield-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/shield-pause.svg b/packages/icons/categories/system/shield-pause.svg deleted file mode 100644 index ecb751d77..000000000 --- a/packages/icons/categories/system/shield-pause.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/shield-pin.svg b/packages/icons/categories/system/shield-pin.svg deleted file mode 100644 index e719d3785..000000000 --- a/packages/icons/categories/system/shield-pin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/shield-plus.svg b/packages/icons/categories/system/shield-plus.svg deleted file mode 100644 index 41fdc133b..000000000 --- a/packages/icons/categories/system/shield-plus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/shield-question.svg b/packages/icons/categories/system/shield-question.svg deleted file mode 100644 index 9c7ab9512..000000000 --- a/packages/icons/categories/system/shield-question.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/shield-search.svg b/packages/icons/categories/system/shield-search.svg deleted file mode 100644 index 306d726e8..000000000 --- a/packages/icons/categories/system/shield-search.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/shield-share.svg b/packages/icons/categories/system/shield-share.svg deleted file mode 100644 index ab896bb72..000000000 --- a/packages/icons/categories/system/shield-share.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/shield-star.svg b/packages/icons/categories/system/shield-star.svg deleted file mode 100644 index 642775c0c..000000000 --- a/packages/icons/categories/system/shield-star.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/shield-up.svg b/packages/icons/categories/system/shield-up.svg deleted file mode 100644 index 22146c061..000000000 --- a/packages/icons/categories/system/shield-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/shield-x.svg b/packages/icons/categories/system/shield-x.svg deleted file mode 100644 index 1d0e97c2d..000000000 --- a/packages/icons/categories/system/shield-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/shield.svg b/packages/icons/categories/system/shield.svg deleted file mode 100644 index 3a8119f0b..000000000 --- a/packages/icons/categories/system/shield.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/system/square-f0.svg b/packages/icons/categories/system/square-f0.svg deleted file mode 100644 index 429f35563..000000000 --- a/packages/icons/categories/system/square-f0.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/square-f1.svg b/packages/icons/categories/system/square-f1.svg deleted file mode 100644 index a04185022..000000000 --- a/packages/icons/categories/system/square-f1.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/square-f2.svg b/packages/icons/categories/system/square-f2.svg deleted file mode 100644 index 14397a843..000000000 --- a/packages/icons/categories/system/square-f2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/square-f3.svg b/packages/icons/categories/system/square-f3.svg deleted file mode 100644 index 14b8a522b..000000000 --- a/packages/icons/categories/system/square-f3.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/square-f4.svg b/packages/icons/categories/system/square-f4.svg deleted file mode 100644 index 58f0d8a45..000000000 --- a/packages/icons/categories/system/square-f4.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/square-f5.svg b/packages/icons/categories/system/square-f5.svg deleted file mode 100644 index a9f1cfa15..000000000 --- a/packages/icons/categories/system/square-f5.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/square-f6.svg b/packages/icons/categories/system/square-f6.svg deleted file mode 100644 index dede3e398..000000000 --- a/packages/icons/categories/system/square-f6.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/square-f7.svg b/packages/icons/categories/system/square-f7.svg deleted file mode 100644 index 217189690..000000000 --- a/packages/icons/categories/system/square-f7.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/square-f8.svg b/packages/icons/categories/system/square-f8.svg deleted file mode 100644 index 44b0c6a3c..000000000 --- a/packages/icons/categories/system/square-f8.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/square-f9.svg b/packages/icons/categories/system/square-f9.svg deleted file mode 100644 index 2ce96b4d7..000000000 --- a/packages/icons/categories/system/square-f9.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/star-half.svg b/packages/icons/categories/system/star-half.svg deleted file mode 100644 index bcc7ee687..000000000 --- a/packages/icons/categories/system/star-half.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/system/star-off.svg b/packages/icons/categories/system/star-off.svg deleted file mode 100644 index fa034191c..000000000 --- a/packages/icons/categories/system/star-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/star.svg b/packages/icons/categories/system/star.svg deleted file mode 100644 index e5b3ccf24..000000000 --- a/packages/icons/categories/system/star.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/system/stars-off.svg b/packages/icons/categories/system/stars-off.svg deleted file mode 100644 index 3d46a30d6..000000000 --- a/packages/icons/categories/system/stars-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/stars.svg b/packages/icons/categories/system/stars.svg deleted file mode 100644 index 14a13379e..000000000 --- a/packages/icons/categories/system/stars.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/thumb-down-off.svg b/packages/icons/categories/system/thumb-down-off.svg deleted file mode 100644 index 95b1cd988..000000000 --- a/packages/icons/categories/system/thumb-down-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/thumb-down.svg b/packages/icons/categories/system/thumb-down.svg deleted file mode 100644 index 50cb8e36d..000000000 --- a/packages/icons/categories/system/thumb-down.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/system/thumb-up-off.svg b/packages/icons/categories/system/thumb-up-off.svg deleted file mode 100644 index 8af09f0f9..000000000 --- a/packages/icons/categories/system/thumb-up-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/thumb-up.svg b/packages/icons/categories/system/thumb-up.svg deleted file mode 100644 index db274add0..000000000 --- a/packages/icons/categories/system/thumb-up.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/system/time-duration-0.svg b/packages/icons/categories/system/time-duration-0.svg deleted file mode 100644 index 41cc91751..000000000 --- a/packages/icons/categories/system/time-duration-0.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/time-duration-10.svg b/packages/icons/categories/system/time-duration-10.svg deleted file mode 100644 index 0f442daba..000000000 --- a/packages/icons/categories/system/time-duration-10.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/time-duration-15.svg b/packages/icons/categories/system/time-duration-15.svg deleted file mode 100644 index e4f6dd5d9..000000000 --- a/packages/icons/categories/system/time-duration-15.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/time-duration-30.svg b/packages/icons/categories/system/time-duration-30.svg deleted file mode 100644 index 22b487f82..000000000 --- a/packages/icons/categories/system/time-duration-30.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/time-duration-45.svg b/packages/icons/categories/system/time-duration-45.svg deleted file mode 100644 index 12a7f6a6c..000000000 --- a/packages/icons/categories/system/time-duration-45.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/time-duration-5.svg b/packages/icons/categories/system/time-duration-5.svg deleted file mode 100644 index 4d534418d..000000000 --- a/packages/icons/categories/system/time-duration-5.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/time-duration-60.svg b/packages/icons/categories/system/time-duration-60.svg deleted file mode 100644 index a7cdcf3ba..000000000 --- a/packages/icons/categories/system/time-duration-60.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/time-duration-90.svg b/packages/icons/categories/system/time-duration-90.svg deleted file mode 100644 index 7f2e128ab..000000000 --- a/packages/icons/categories/system/time-duration-90.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/time-duration-off.svg b/packages/icons/categories/system/time-duration-off.svg deleted file mode 100644 index 396f1f9fe..000000000 --- a/packages/icons/categories/system/time-duration-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/toggle-left.svg b/packages/icons/categories/system/toggle-left.svg deleted file mode 100644 index 5abf483d7..000000000 --- a/packages/icons/categories/system/toggle-left.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/toggle-right.svg b/packages/icons/categories/system/toggle-right.svg deleted file mode 100644 index 28acd6543..000000000 --- a/packages/icons/categories/system/toggle-right.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/tool.svg b/packages/icons/categories/system/tool.svg deleted file mode 100644 index 703f16e27..000000000 --- a/packages/icons/categories/system/tool.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/system/tooltip.svg b/packages/icons/categories/system/tooltip.svg deleted file mode 100644 index e4dfa1e39..000000000 --- a/packages/icons/categories/system/tooltip.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/trash-off.svg b/packages/icons/categories/system/trash-off.svg deleted file mode 100644 index 19b798a43..000000000 --- a/packages/icons/categories/system/trash-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/system/trash-x.svg b/packages/icons/categories/system/trash-x.svg deleted file mode 100644 index 32034fb88..000000000 --- a/packages/icons/categories/system/trash-x.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/trash.svg b/packages/icons/categories/system/trash.svg deleted file mode 100644 index fe7dc2ef5..000000000 --- a/packages/icons/categories/system/trash.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/user-bolt.svg b/packages/icons/categories/system/user-bolt.svg deleted file mode 100644 index e664d5cee..000000000 --- a/packages/icons/categories/system/user-bolt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/user-cancel.svg b/packages/icons/categories/system/user-cancel.svg deleted file mode 100644 index c069274f1..000000000 --- a/packages/icons/categories/system/user-cancel.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/user-check.svg b/packages/icons/categories/system/user-check.svg deleted file mode 100644 index 9f061f54e..000000000 --- a/packages/icons/categories/system/user-check.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/user-circle.svg b/packages/icons/categories/system/user-circle.svg deleted file mode 100644 index 7318f5780..000000000 --- a/packages/icons/categories/system/user-circle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/user-code.svg b/packages/icons/categories/system/user-code.svg deleted file mode 100644 index 63368e2de..000000000 --- a/packages/icons/categories/system/user-code.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/user-cog.svg b/packages/icons/categories/system/user-cog.svg deleted file mode 100644 index 95930c2df..000000000 --- a/packages/icons/categories/system/user-cog.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/system/user-dollar.svg b/packages/icons/categories/system/user-dollar.svg deleted file mode 100644 index 7166ee956..000000000 --- a/packages/icons/categories/system/user-dollar.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/user-down.svg b/packages/icons/categories/system/user-down.svg deleted file mode 100644 index 138755f22..000000000 --- a/packages/icons/categories/system/user-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/user-edit.svg b/packages/icons/categories/system/user-edit.svg deleted file mode 100644 index 70edb1741..000000000 --- a/packages/icons/categories/system/user-edit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/user-exclamation.svg b/packages/icons/categories/system/user-exclamation.svg deleted file mode 100644 index 37b0d9caf..000000000 --- a/packages/icons/categories/system/user-exclamation.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/user-heart.svg b/packages/icons/categories/system/user-heart.svg deleted file mode 100644 index 83fb07966..000000000 --- a/packages/icons/categories/system/user-heart.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/user-minus.svg b/packages/icons/categories/system/user-minus.svg deleted file mode 100644 index 8f966b063..000000000 --- a/packages/icons/categories/system/user-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/user-off.svg b/packages/icons/categories/system/user-off.svg deleted file mode 100644 index 6b1c5af59..000000000 --- a/packages/icons/categories/system/user-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/user-pause.svg b/packages/icons/categories/system/user-pause.svg deleted file mode 100644 index 93d8b80c6..000000000 --- a/packages/icons/categories/system/user-pause.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/user-pin.svg b/packages/icons/categories/system/user-pin.svg deleted file mode 100644 index d706464a5..000000000 --- a/packages/icons/categories/system/user-pin.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/user-plus.svg b/packages/icons/categories/system/user-plus.svg deleted file mode 100644 index 6e74590e5..000000000 --- a/packages/icons/categories/system/user-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/user-question.svg b/packages/icons/categories/system/user-question.svg deleted file mode 100644 index 416d5406b..000000000 --- a/packages/icons/categories/system/user-question.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/user-scan.svg b/packages/icons/categories/system/user-scan.svg deleted file mode 100644 index 5c93d46f6..000000000 --- a/packages/icons/categories/system/user-scan.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/user-search.svg b/packages/icons/categories/system/user-search.svg deleted file mode 100644 index aa65e5360..000000000 --- a/packages/icons/categories/system/user-search.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/user-share.svg b/packages/icons/categories/system/user-share.svg deleted file mode 100644 index e0242ed02..000000000 --- a/packages/icons/categories/system/user-share.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/user-shield.svg b/packages/icons/categories/system/user-shield.svg deleted file mode 100644 index 7a57e4f47..000000000 --- a/packages/icons/categories/system/user-shield.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/user-star.svg b/packages/icons/categories/system/user-star.svg deleted file mode 100644 index 3535e1dc7..000000000 --- a/packages/icons/categories/system/user-star.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/system/user-up.svg b/packages/icons/categories/system/user-up.svg deleted file mode 100644 index aa93daf1c..000000000 --- a/packages/icons/categories/system/user-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/user-x.svg b/packages/icons/categories/system/user-x.svg deleted file mode 100644 index 81094f652..000000000 --- a/packages/icons/categories/system/user-x.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/user.svg b/packages/icons/categories/system/user.svg deleted file mode 100644 index 7061db9ec..000000000 --- a/packages/icons/categories/system/user.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/system/users-group.svg b/packages/icons/categories/system/users-group.svg deleted file mode 100644 index b17bf5edc..000000000 --- a/packages/icons/categories/system/users-group.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/system/users-minus.svg b/packages/icons/categories/system/users-minus.svg deleted file mode 100644 index 74bef7bb0..000000000 --- a/packages/icons/categories/system/users-minus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/users-plus.svg b/packages/icons/categories/system/users-plus.svg deleted file mode 100644 index 43022784b..000000000 --- a/packages/icons/categories/system/users-plus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/system/users.svg b/packages/icons/categories/system/users.svg deleted file mode 100644 index b99f73825..000000000 --- a/packages/icons/categories/system/users.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/window-maximize.svg b/packages/icons/categories/system/window-maximize.svg deleted file mode 100644 index 0e5441832..000000000 --- a/packages/icons/categories/system/window-maximize.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/window-minimize.svg b/packages/icons/categories/system/window-minimize.svg deleted file mode 100644 index f641e801f..000000000 --- a/packages/icons/categories/system/window-minimize.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/system/zoom-scan.svg b/packages/icons/categories/system/zoom-scan.svg deleted file mode 100644 index 30227059f..000000000 --- a/packages/icons/categories/system/zoom-scan.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/text/align-box-bottom-center.svg b/packages/icons/categories/text/align-box-bottom-center.svg deleted file mode 100644 index 6397fbea4..000000000 --- a/packages/icons/categories/text/align-box-bottom-center.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/align-box-bottom-left.svg b/packages/icons/categories/text/align-box-bottom-left.svg deleted file mode 100644 index cb13f4a1e..000000000 --- a/packages/icons/categories/text/align-box-bottom-left.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/align-box-bottom-right.svg b/packages/icons/categories/text/align-box-bottom-right.svg deleted file mode 100644 index 9c231e6dd..000000000 --- a/packages/icons/categories/text/align-box-bottom-right.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/align-box-center-bottom.svg b/packages/icons/categories/text/align-box-center-bottom.svg deleted file mode 100644 index 6ae8e04eb..000000000 --- a/packages/icons/categories/text/align-box-center-bottom.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/align-box-center-middle.svg b/packages/icons/categories/text/align-box-center-middle.svg deleted file mode 100644 index 61a83b1e2..000000000 --- a/packages/icons/categories/text/align-box-center-middle.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/align-box-center-stretch.svg b/packages/icons/categories/text/align-box-center-stretch.svg deleted file mode 100644 index 37d0fda86..000000000 --- a/packages/icons/categories/text/align-box-center-stretch.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/align-box-center-top.svg b/packages/icons/categories/text/align-box-center-top.svg deleted file mode 100644 index ee6901527..000000000 --- a/packages/icons/categories/text/align-box-center-top.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/align-box-left-bottom.svg b/packages/icons/categories/text/align-box-left-bottom.svg deleted file mode 100644 index 3429a3b22..000000000 --- a/packages/icons/categories/text/align-box-left-bottom.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/align-box-left-middle.svg b/packages/icons/categories/text/align-box-left-middle.svg deleted file mode 100644 index aaf9bc43b..000000000 --- a/packages/icons/categories/text/align-box-left-middle.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/align-box-left-stretch.svg b/packages/icons/categories/text/align-box-left-stretch.svg deleted file mode 100644 index 86ec991e6..000000000 --- a/packages/icons/categories/text/align-box-left-stretch.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/align-box-left-top.svg b/packages/icons/categories/text/align-box-left-top.svg deleted file mode 100644 index c9326baca..000000000 --- a/packages/icons/categories/text/align-box-left-top.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/align-box-right-bottom.svg b/packages/icons/categories/text/align-box-right-bottom.svg deleted file mode 100644 index 59a46cf77..000000000 --- a/packages/icons/categories/text/align-box-right-bottom.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/align-box-right-middle.svg b/packages/icons/categories/text/align-box-right-middle.svg deleted file mode 100644 index 552c34594..000000000 --- a/packages/icons/categories/text/align-box-right-middle.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/align-box-right-stretch.svg b/packages/icons/categories/text/align-box-right-stretch.svg deleted file mode 100644 index bbd1a9bf7..000000000 --- a/packages/icons/categories/text/align-box-right-stretch.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/align-box-right-top.svg b/packages/icons/categories/text/align-box-right-top.svg deleted file mode 100644 index e8b784c24..000000000 --- a/packages/icons/categories/text/align-box-right-top.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/align-box-top-center.svg b/packages/icons/categories/text/align-box-top-center.svg deleted file mode 100644 index 37e27a5c8..000000000 --- a/packages/icons/categories/text/align-box-top-center.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/align-box-top-left.svg b/packages/icons/categories/text/align-box-top-left.svg deleted file mode 100644 index b3b917e38..000000000 --- a/packages/icons/categories/text/align-box-top-left.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/align-box-top-right.svg b/packages/icons/categories/text/align-box-top-right.svg deleted file mode 100644 index 4bd52ab4e..000000000 --- a/packages/icons/categories/text/align-box-top-right.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/align-center.svg b/packages/icons/categories/text/align-center.svg deleted file mode 100644 index 67d1a1644..000000000 --- a/packages/icons/categories/text/align-center.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/align-justified.svg b/packages/icons/categories/text/align-justified.svg deleted file mode 100644 index 274993fa6..000000000 --- a/packages/icons/categories/text/align-justified.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/align-left.svg b/packages/icons/categories/text/align-left.svg deleted file mode 100644 index c6876944f..000000000 --- a/packages/icons/categories/text/align-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/align-right.svg b/packages/icons/categories/text/align-right.svg deleted file mode 100644 index 6fd2c54c4..000000000 --- a/packages/icons/categories/text/align-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/alphabet-cyrillic.svg b/packages/icons/categories/text/alphabet-cyrillic.svg deleted file mode 100644 index 86529e845..000000000 --- a/packages/icons/categories/text/alphabet-cyrillic.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/text/alphabet-greek.svg b/packages/icons/categories/text/alphabet-greek.svg deleted file mode 100644 index b7848bb6c..000000000 --- a/packages/icons/categories/text/alphabet-greek.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/alphabet-latin.svg b/packages/icons/categories/text/alphabet-latin.svg deleted file mode 100644 index e6692925e..000000000 --- a/packages/icons/categories/text/alphabet-latin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/asterisk-simple.svg b/packages/icons/categories/text/asterisk-simple.svg deleted file mode 100644 index 0c4e72d51..000000000 --- a/packages/icons/categories/text/asterisk-simple.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/asterisk.svg b/packages/icons/categories/text/asterisk.svg deleted file mode 100644 index f9c5d33f0..000000000 --- a/packages/icons/categories/text/asterisk.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/text/at-off.svg b/packages/icons/categories/text/at-off.svg deleted file mode 100644 index 1d3960d1d..000000000 --- a/packages/icons/categories/text/at-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/at.svg b/packages/icons/categories/text/at.svg deleted file mode 100644 index 6292e64a7..000000000 --- a/packages/icons/categories/text/at.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/text/backspace.svg b/packages/icons/categories/text/backspace.svg deleted file mode 100644 index bbb80c192..000000000 --- a/packages/icons/categories/text/backspace.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/text/ballpen-off.svg b/packages/icons/categories/text/ballpen-off.svg deleted file mode 100644 index 57cdd6c36..000000000 --- a/packages/icons/categories/text/ballpen-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/ballpen.svg b/packages/icons/categories/text/ballpen.svg deleted file mode 100644 index 4f3ad943b..000000000 --- a/packages/icons/categories/text/ballpen.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/baseline-density-large.svg b/packages/icons/categories/text/baseline-density-large.svg deleted file mode 100644 index 4aac2431d..000000000 --- a/packages/icons/categories/text/baseline-density-large.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/text/baseline-density-medium.svg b/packages/icons/categories/text/baseline-density-medium.svg deleted file mode 100644 index 0937ea343..000000000 --- a/packages/icons/categories/text/baseline-density-medium.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/baseline-density-small.svg b/packages/icons/categories/text/baseline-density-small.svg deleted file mode 100644 index df935d2aa..000000000 --- a/packages/icons/categories/text/baseline-density-small.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/baseline.svg b/packages/icons/categories/text/baseline.svg deleted file mode 100644 index bf790ff9a..000000000 --- a/packages/icons/categories/text/baseline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/blockquote.svg b/packages/icons/categories/text/blockquote.svg deleted file mode 100644 index f21cc58bf..000000000 --- a/packages/icons/categories/text/blockquote.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/text/bold-off.svg b/packages/icons/categories/text/bold-off.svg deleted file mode 100644 index da4de27f7..000000000 --- a/packages/icons/categories/text/bold-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/bold.svg b/packages/icons/categories/text/bold.svg deleted file mode 100644 index a10764807..000000000 --- a/packages/icons/categories/text/bold.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/text/clear-formatting.svg b/packages/icons/categories/text/clear-formatting.svg deleted file mode 100644 index 7e9785ccc..000000000 --- a/packages/icons/categories/text/clear-formatting.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/code-asterix.svg b/packages/icons/categories/text/code-asterix.svg deleted file mode 100644 index a7d3b6431..000000000 --- a/packages/icons/categories/text/code-asterix.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/text/code-circle-2.svg b/packages/icons/categories/text/code-circle-2.svg deleted file mode 100644 index c72967b51..000000000 --- a/packages/icons/categories/text/code-circle-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/code-circle.svg b/packages/icons/categories/text/code-circle.svg deleted file mode 100644 index 77eeddcda..000000000 --- a/packages/icons/categories/text/code-circle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/code-dots.svg b/packages/icons/categories/text/code-dots.svg deleted file mode 100644 index cce92833b..000000000 --- a/packages/icons/categories/text/code-dots.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/code-minus.svg b/packages/icons/categories/text/code-minus.svg deleted file mode 100644 index 03d880eaf..000000000 --- a/packages/icons/categories/text/code-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/code-off.svg b/packages/icons/categories/text/code-off.svg deleted file mode 100644 index cd987638a..000000000 --- a/packages/icons/categories/text/code-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/code-plus.svg b/packages/icons/categories/text/code-plus.svg deleted file mode 100644 index 84e5bf621..000000000 --- a/packages/icons/categories/text/code-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/code.svg b/packages/icons/categories/text/code.svg deleted file mode 100644 index 3a1820766..000000000 --- a/packages/icons/categories/text/code.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/columns-1.svg b/packages/icons/categories/text/columns-1.svg deleted file mode 100644 index 0b1a5f03b..000000000 --- a/packages/icons/categories/text/columns-1.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/text/columns-2.svg b/packages/icons/categories/text/columns-2.svg deleted file mode 100644 index aaf2fef03..000000000 --- a/packages/icons/categories/text/columns-2.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/text/columns-3.svg b/packages/icons/categories/text/columns-3.svg deleted file mode 100644 index 43de337fb..000000000 --- a/packages/icons/categories/text/columns-3.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/text/columns-off.svg b/packages/icons/categories/text/columns-off.svg deleted file mode 100644 index 5c43f55fd..000000000 --- a/packages/icons/categories/text/columns-off.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/text/columns.svg b/packages/icons/categories/text/columns.svg deleted file mode 100644 index e0e709b23..000000000 --- a/packages/icons/categories/text/columns.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/text/copy-off.svg b/packages/icons/categories/text/copy-off.svg deleted file mode 100644 index afa2f59eb..000000000 --- a/packages/icons/categories/text/copy-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/copy.svg b/packages/icons/categories/text/copy.svg deleted file mode 100644 index f5a398bf1..000000000 --- a/packages/icons/categories/text/copy.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/text/cursor-text.svg b/packages/icons/categories/text/cursor-text.svg deleted file mode 100644 index 2662e65b7..000000000 --- a/packages/icons/categories/text/cursor-text.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/emphasis.svg b/packages/icons/categories/text/emphasis.svg deleted file mode 100644 index 68a306340..000000000 --- a/packages/icons/categories/text/emphasis.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/eraser-off.svg b/packages/icons/categories/text/eraser-off.svg deleted file mode 100644 index 8cd2462a8..000000000 --- a/packages/icons/categories/text/eraser-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/eraser.svg b/packages/icons/categories/text/eraser.svg deleted file mode 100644 index 7c13a2202..000000000 --- a/packages/icons/categories/text/eraser.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/text/float-center.svg b/packages/icons/categories/text/float-center.svg deleted file mode 100644 index ac939d061..000000000 --- a/packages/icons/categories/text/float-center.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/text/float-left.svg b/packages/icons/categories/text/float-left.svg deleted file mode 100644 index 08fb49b1c..000000000 --- a/packages/icons/categories/text/float-left.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/float-none.svg b/packages/icons/categories/text/float-none.svg deleted file mode 100644 index 36cebe9d5..000000000 --- a/packages/icons/categories/text/float-none.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/float-right.svg b/packages/icons/categories/text/float-right.svg deleted file mode 100644 index 0f3a886da..000000000 --- a/packages/icons/categories/text/float-right.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/forms.svg b/packages/icons/categories/text/forms.svg deleted file mode 100644 index 5e1edab68..000000000 --- a/packages/icons/categories/text/forms.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/text/h-1.svg b/packages/icons/categories/text/h-1.svg deleted file mode 100644 index 256f6e38d..000000000 --- a/packages/icons/categories/text/h-1.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/text/h-2.svg b/packages/icons/categories/text/h-2.svg deleted file mode 100644 index b5aa155d9..000000000 --- a/packages/icons/categories/text/h-2.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/text/h-3.svg b/packages/icons/categories/text/h-3.svg deleted file mode 100644 index d6d00faef..000000000 --- a/packages/icons/categories/text/h-3.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/text/h-4.svg b/packages/icons/categories/text/h-4.svg deleted file mode 100644 index 54be138dd..000000000 --- a/packages/icons/categories/text/h-4.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/text/h-5.svg b/packages/icons/categories/text/h-5.svg deleted file mode 100644 index 2bb08f48d..000000000 --- a/packages/icons/categories/text/h-5.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/text/h-6.svg b/packages/icons/categories/text/h-6.svg deleted file mode 100644 index 111667cb6..000000000 --- a/packages/icons/categories/text/h-6.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/text/heading-off.svg b/packages/icons/categories/text/heading-off.svg deleted file mode 100644 index 5eaf90fa3..000000000 --- a/packages/icons/categories/text/heading-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/text/heading.svg b/packages/icons/categories/text/heading.svg deleted file mode 100644 index 4ac433166..000000000 --- a/packages/icons/categories/text/heading.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/text/highlight-off.svg b/packages/icons/categories/text/highlight-off.svg deleted file mode 100644 index 7b8157bd0..000000000 --- a/packages/icons/categories/text/highlight-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/highlight.svg b/packages/icons/categories/text/highlight.svg deleted file mode 100644 index c9d88f345..000000000 --- a/packages/icons/categories/text/highlight.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/indent-decrease.svg b/packages/icons/categories/text/indent-decrease.svg deleted file mode 100644 index 7dbe0ac5e..000000000 --- a/packages/icons/categories/text/indent-decrease.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/indent-increase.svg b/packages/icons/categories/text/indent-increase.svg deleted file mode 100644 index 28cfd306d..000000000 --- a/packages/icons/categories/text/indent-increase.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/input-search.svg b/packages/icons/categories/text/input-search.svg deleted file mode 100644 index 57c9dc828..000000000 --- a/packages/icons/categories/text/input-search.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/italic.svg b/packages/icons/categories/text/italic.svg deleted file mode 100644 index 813119bbc..000000000 --- a/packages/icons/categories/text/italic.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/kering.svg b/packages/icons/categories/text/kering.svg deleted file mode 100644 index f6ac65277..000000000 --- a/packages/icons/categories/text/kering.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/language-hiragana.svg b/packages/icons/categories/text/language-hiragana.svg deleted file mode 100644 index 99e9bb1c2..000000000 --- a/packages/icons/categories/text/language-hiragana.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/language-katakana.svg b/packages/icons/categories/text/language-katakana.svg deleted file mode 100644 index 018e9e32f..000000000 --- a/packages/icons/categories/text/language-katakana.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/language-off.svg b/packages/icons/categories/text/language-off.svg deleted file mode 100644 index cdb79cd06..000000000 --- a/packages/icons/categories/text/language-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/text/language.svg b/packages/icons/categories/text/language.svg deleted file mode 100644 index 67b217b5f..000000000 --- a/packages/icons/categories/text/language.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/letter-case-lower.svg b/packages/icons/categories/text/letter-case-lower.svg deleted file mode 100644 index 5760ee2cf..000000000 --- a/packages/icons/categories/text/letter-case-lower.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/letter-case-toggle.svg b/packages/icons/categories/text/letter-case-toggle.svg deleted file mode 100644 index 64987ee8e..000000000 --- a/packages/icons/categories/text/letter-case-toggle.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/letter-case-upper.svg b/packages/icons/categories/text/letter-case-upper.svg deleted file mode 100644 index 97771a31a..000000000 --- a/packages/icons/categories/text/letter-case-upper.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/letter-case.svg b/packages/icons/categories/text/letter-case.svg deleted file mode 100644 index 66377fb97..000000000 --- a/packages/icons/categories/text/letter-case.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/letter-spacing.svg b/packages/icons/categories/text/letter-spacing.svg deleted file mode 100644 index e6bf52343..000000000 --- a/packages/icons/categories/text/letter-spacing.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/line-height.svg b/packages/icons/categories/text/line-height.svg deleted file mode 100644 index 6c7489f5d..000000000 --- a/packages/icons/categories/text/line-height.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/text/link-off.svg b/packages/icons/categories/text/link-off.svg deleted file mode 100644 index 22b053972..000000000 --- a/packages/icons/categories/text/link-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/link.svg b/packages/icons/categories/text/link.svg deleted file mode 100644 index 59db7eb89..000000000 --- a/packages/icons/categories/text/link.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/list-check.svg b/packages/icons/categories/text/list-check.svg deleted file mode 100644 index 7c83994ac..000000000 --- a/packages/icons/categories/text/list-check.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/text/list-details.svg b/packages/icons/categories/text/list-details.svg deleted file mode 100644 index 6702cfd87..000000000 --- a/packages/icons/categories/text/list-details.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/text/list-numbers.svg b/packages/icons/categories/text/list-numbers.svg deleted file mode 100644 index ac8f90035..000000000 --- a/packages/icons/categories/text/list-numbers.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/list-search.svg b/packages/icons/categories/text/list-search.svg deleted file mode 100644 index 659602795..000000000 --- a/packages/icons/categories/text/list-search.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/list.svg b/packages/icons/categories/text/list.svg deleted file mode 100644 index fd745b41c..000000000 --- a/packages/icons/categories/text/list.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/text/markdown-off.svg b/packages/icons/categories/text/markdown-off.svg deleted file mode 100644 index c9263a051..000000000 --- a/packages/icons/categories/text/markdown-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/markdown.svg b/packages/icons/categories/text/markdown.svg deleted file mode 100644 index de22dc8d4..000000000 --- a/packages/icons/categories/text/markdown.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/overline.svg b/packages/icons/categories/text/overline.svg deleted file mode 100644 index fd90d2747..000000000 --- a/packages/icons/categories/text/overline.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/text/pilcrow.svg b/packages/icons/categories/text/pilcrow.svg deleted file mode 100644 index 02aea77a6..000000000 --- a/packages/icons/categories/text/pilcrow.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/quote-off.svg b/packages/icons/categories/text/quote-off.svg deleted file mode 100644 index 38765b573..000000000 --- a/packages/icons/categories/text/quote-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/quote.svg b/packages/icons/categories/text/quote.svg deleted file mode 100644 index 0896090f3..000000000 --- a/packages/icons/categories/text/quote.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/text/quotes.svg b/packages/icons/categories/text/quotes.svg deleted file mode 100644 index 8bf18b79a..000000000 --- a/packages/icons/categories/text/quotes.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/regex-off.svg b/packages/icons/categories/text/regex-off.svg deleted file mode 100644 index 7bf3bb1d1..000000000 --- a/packages/icons/categories/text/regex-off.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/text/regex.svg b/packages/icons/categories/text/regex.svg deleted file mode 100644 index 9877d646c..000000000 --- a/packages/icons/categories/text/regex.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/text/separator-horizontal.svg b/packages/icons/categories/text/separator-horizontal.svg deleted file mode 100644 index fc1f23b7f..000000000 --- a/packages/icons/categories/text/separator-horizontal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/separator-vertical.svg b/packages/icons/categories/text/separator-vertical.svg deleted file mode 100644 index db94e07e4..000000000 --- a/packages/icons/categories/text/separator-vertical.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/separator.svg b/packages/icons/categories/text/separator.svg deleted file mode 100644 index 3edf1478c..000000000 --- a/packages/icons/categories/text/separator.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/signature-off.svg b/packages/icons/categories/text/signature-off.svg deleted file mode 100644 index 6ee31e285..000000000 --- a/packages/icons/categories/text/signature-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/text/signature.svg b/packages/icons/categories/text/signature.svg deleted file mode 100644 index f59d9fcef..000000000 --- a/packages/icons/categories/text/signature.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/text/slideshow.svg b/packages/icons/categories/text/slideshow.svg deleted file mode 100644 index c5a8a86a2..000000000 --- a/packages/icons/categories/text/slideshow.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/text/sort-0-9.svg b/packages/icons/categories/text/sort-0-9.svg deleted file mode 100644 index 3b812f73c..000000000 --- a/packages/icons/categories/text/sort-0-9.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/sort-9-0.svg b/packages/icons/categories/text/sort-9-0.svg deleted file mode 100644 index 17275e846..000000000 --- a/packages/icons/categories/text/sort-9-0.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/sort-a-z.svg b/packages/icons/categories/text/sort-a-z.svg deleted file mode 100644 index 7a9b63554..000000000 --- a/packages/icons/categories/text/sort-a-z.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/sort-ascending-2.svg b/packages/icons/categories/text/sort-ascending-2.svg deleted file mode 100644 index 41cb4cb71..000000000 --- a/packages/icons/categories/text/sort-ascending-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/sort-ascending-letters.svg b/packages/icons/categories/text/sort-ascending-letters.svg deleted file mode 100644 index cbc091138..000000000 --- a/packages/icons/categories/text/sort-ascending-letters.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/sort-ascending-numbers.svg b/packages/icons/categories/text/sort-ascending-numbers.svg deleted file mode 100644 index b928cfa70..000000000 --- a/packages/icons/categories/text/sort-ascending-numbers.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/sort-ascending.svg b/packages/icons/categories/text/sort-ascending.svg deleted file mode 100644 index f25c52f24..000000000 --- a/packages/icons/categories/text/sort-ascending.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/sort-descending-2.svg b/packages/icons/categories/text/sort-descending-2.svg deleted file mode 100644 index 1cb83ec14..000000000 --- a/packages/icons/categories/text/sort-descending-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/sort-descending-letters.svg b/packages/icons/categories/text/sort-descending-letters.svg deleted file mode 100644 index e5b0ceb0d..000000000 --- a/packages/icons/categories/text/sort-descending-letters.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/sort-descending-numbers.svg b/packages/icons/categories/text/sort-descending-numbers.svg deleted file mode 100644 index 7c6541df1..000000000 --- a/packages/icons/categories/text/sort-descending-numbers.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/sort-descending.svg b/packages/icons/categories/text/sort-descending.svg deleted file mode 100644 index 3c35a6aa4..000000000 --- a/packages/icons/categories/text/sort-descending.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/sort-z-a.svg b/packages/icons/categories/text/sort-z-a.svg deleted file mode 100644 index 43fc44934..000000000 --- a/packages/icons/categories/text/sort-z-a.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/space-off.svg b/packages/icons/categories/text/space-off.svg deleted file mode 100644 index 43f9418f6..000000000 --- a/packages/icons/categories/text/space-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/text/space.svg b/packages/icons/categories/text/space.svg deleted file mode 100644 index db5381471..000000000 --- a/packages/icons/categories/text/space.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/text/strikethrough.svg b/packages/icons/categories/text/strikethrough.svg deleted file mode 100644 index ac48bbb9e..000000000 --- a/packages/icons/categories/text/strikethrough.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/text/subscript.svg b/packages/icons/categories/text/subscript.svg deleted file mode 100644 index 7f04cfc70..000000000 --- a/packages/icons/categories/text/subscript.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/text/superscript.svg b/packages/icons/categories/text/superscript.svg deleted file mode 100644 index 59da37802..000000000 --- a/packages/icons/categories/text/superscript.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/text/tex.svg b/packages/icons/categories/text/tex.svg deleted file mode 100644 index 205711755..000000000 --- a/packages/icons/categories/text/tex.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/text/text-caption.svg b/packages/icons/categories/text/text-caption.svg deleted file mode 100644 index c17bc487e..000000000 --- a/packages/icons/categories/text/text-caption.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/text-color.svg b/packages/icons/categories/text/text-color.svg deleted file mode 100644 index 45c5a5211..000000000 --- a/packages/icons/categories/text/text-color.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/text-decrease.svg b/packages/icons/categories/text/text-decrease.svg deleted file mode 100644 index 18da4f64f..000000000 --- a/packages/icons/categories/text/text-decrease.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/text-direction-ltr.svg b/packages/icons/categories/text/text-direction-ltr.svg deleted file mode 100644 index 40deea3a0..000000000 --- a/packages/icons/categories/text/text-direction-ltr.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/text-direction-rtl.svg b/packages/icons/categories/text/text-direction-rtl.svg deleted file mode 100644 index 06c7bab12..000000000 --- a/packages/icons/categories/text/text-direction-rtl.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/text-increase.svg b/packages/icons/categories/text/text-increase.svg deleted file mode 100644 index 70b6486dc..000000000 --- a/packages/icons/categories/text/text-increase.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/text-orientation.svg b/packages/icons/categories/text/text-orientation.svg deleted file mode 100644 index 6b760feb4..000000000 --- a/packages/icons/categories/text/text-orientation.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/text-plus.svg b/packages/icons/categories/text/text-plus.svg deleted file mode 100644 index 8a31e22d5..000000000 --- a/packages/icons/categories/text/text-plus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/text/text-recognition.svg b/packages/icons/categories/text/text-recognition.svg deleted file mode 100644 index f75f53cb6..000000000 --- a/packages/icons/categories/text/text-recognition.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/text/text-size.svg b/packages/icons/categories/text/text-size.svg deleted file mode 100644 index 3c11f1515..000000000 --- a/packages/icons/categories/text/text-size.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/text/text-spellcheck.svg b/packages/icons/categories/text/text-spellcheck.svg deleted file mode 100644 index ea381fb27..000000000 --- a/packages/icons/categories/text/text-spellcheck.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/text-wrap-disabled.svg b/packages/icons/categories/text/text-wrap-disabled.svg deleted file mode 100644 index 9a65db31f..000000000 --- a/packages/icons/categories/text/text-wrap-disabled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/text-wrap.svg b/packages/icons/categories/text/text-wrap.svg deleted file mode 100644 index 63f02a799..000000000 --- a/packages/icons/categories/text/text-wrap.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/typography-off.svg b/packages/icons/categories/text/typography-off.svg deleted file mode 100644 index 8deed3a98..000000000 --- a/packages/icons/categories/text/typography-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/text/typography.svg b/packages/icons/categories/text/typography.svg deleted file mode 100644 index b2311b948..000000000 --- a/packages/icons/categories/text/typography.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/text/underline.svg b/packages/icons/categories/text/underline.svg deleted file mode 100644 index 2e9f72785..000000000 --- a/packages/icons/categories/text/underline.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/text/unlink.svg b/packages/icons/categories/text/unlink.svg deleted file mode 100644 index e17f5c856..000000000 --- a/packages/icons/categories/text/unlink.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/text/vocabulary-off.svg b/packages/icons/categories/text/vocabulary-off.svg deleted file mode 100644 index 9444881ce..000000000 --- a/packages/icons/categories/text/vocabulary-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/text/vocabulary.svg b/packages/icons/categories/text/vocabulary.svg deleted file mode 100644 index 3642edcd1..000000000 --- a/packages/icons/categories/text/vocabulary.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/text/writing-off.svg b/packages/icons/categories/text/writing-off.svg deleted file mode 100644 index c2b7dd535..000000000 --- a/packages/icons/categories/text/writing-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/writing-sign-off.svg b/packages/icons/categories/text/writing-sign-off.svg deleted file mode 100644 index 0bf54adf5..000000000 --- a/packages/icons/categories/text/writing-sign-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/text/writing-sign.svg b/packages/icons/categories/text/writing-sign.svg deleted file mode 100644 index ab42ef045..000000000 --- a/packages/icons/categories/text/writing-sign.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/text/writing.svg b/packages/icons/categories/text/writing.svg deleted file mode 100644 index 134318dd4..000000000 --- a/packages/icons/categories/text/writing.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/vehicles/aerial-lift.svg b/packages/icons/categories/vehicles/aerial-lift.svg deleted file mode 100644 index 78597857f..000000000 --- a/packages/icons/categories/vehicles/aerial-lift.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/vehicles/air-balloon.svg b/packages/icons/categories/vehicles/air-balloon.svg deleted file mode 100644 index f8cb39596..000000000 --- a/packages/icons/categories/vehicles/air-balloon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/vehicles/ambulance.svg b/packages/icons/categories/vehicles/ambulance.svg deleted file mode 100644 index 9683cc201..000000000 --- a/packages/icons/categories/vehicles/ambulance.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/vehicles/automatic-gearbox.svg b/packages/icons/categories/vehicles/automatic-gearbox.svg deleted file mode 100644 index 78c65671b..000000000 --- a/packages/icons/categories/vehicles/automatic-gearbox.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/backhoe.svg b/packages/icons/categories/vehicles/backhoe.svg deleted file mode 100644 index 2f1c829c0..000000000 --- a/packages/icons/categories/vehicles/backhoe.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/battery-automotive.svg b/packages/icons/categories/vehicles/battery-automotive.svg deleted file mode 100644 index fffef2ec3..000000000 --- a/packages/icons/categories/vehicles/battery-automotive.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/bike-off.svg b/packages/icons/categories/vehicles/bike-off.svg deleted file mode 100644 index e98cdf01e..000000000 --- a/packages/icons/categories/vehicles/bike-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/bike.svg b/packages/icons/categories/vehicles/bike.svg deleted file mode 100644 index d9b1021d0..000000000 --- a/packages/icons/categories/vehicles/bike.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/vehicles/bulldozer.svg b/packages/icons/categories/vehicles/bulldozer.svg deleted file mode 100644 index 57d5dd525..000000000 --- a/packages/icons/categories/vehicles/bulldozer.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/bus-off.svg b/packages/icons/categories/vehicles/bus-off.svg deleted file mode 100644 index d70006991..000000000 --- a/packages/icons/categories/vehicles/bus-off.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/bus-stop.svg b/packages/icons/categories/vehicles/bus-stop.svg deleted file mode 100644 index 185d02681..000000000 --- a/packages/icons/categories/vehicles/bus-stop.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/bus.svg b/packages/icons/categories/vehicles/bus.svg deleted file mode 100644 index df0fd7520..000000000 --- a/packages/icons/categories/vehicles/bus.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/camper.svg b/packages/icons/categories/vehicles/camper.svg deleted file mode 100644 index e9942c46b..000000000 --- a/packages/icons/categories/vehicles/camper.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/car-crane.svg b/packages/icons/categories/vehicles/car-crane.svg deleted file mode 100644 index 40c11c92a..000000000 --- a/packages/icons/categories/vehicles/car-crane.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/car-crash.svg b/packages/icons/categories/vehicles/car-crash.svg deleted file mode 100644 index a3a8db958..000000000 --- a/packages/icons/categories/vehicles/car-crash.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/car-off.svg b/packages/icons/categories/vehicles/car-off.svg deleted file mode 100644 index 9a6015235..000000000 --- a/packages/icons/categories/vehicles/car-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/vehicles/car-suv.svg b/packages/icons/categories/vehicles/car-suv.svg deleted file mode 100644 index 9ce24b5cf..000000000 --- a/packages/icons/categories/vehicles/car-suv.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/car-turbine.svg b/packages/icons/categories/vehicles/car-turbine.svg deleted file mode 100644 index 78086befc..000000000 --- a/packages/icons/categories/vehicles/car-turbine.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/car.svg b/packages/icons/categories/vehicles/car.svg deleted file mode 100644 index f08ca8ca2..000000000 --- a/packages/icons/categories/vehicles/car.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/vehicles/caravan.svg b/packages/icons/categories/vehicles/caravan.svg deleted file mode 100644 index c51f6ab57..000000000 --- a/packages/icons/categories/vehicles/caravan.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/charging-pile.svg b/packages/icons/categories/vehicles/charging-pile.svg deleted file mode 100644 index 9c0f7c26a..000000000 --- a/packages/icons/categories/vehicles/charging-pile.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/crane-off.svg b/packages/icons/categories/vehicles/crane-off.svg deleted file mode 100644 index 310506748..000000000 --- a/packages/icons/categories/vehicles/crane-off.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/crane.svg b/packages/icons/categories/vehicles/crane.svg deleted file mode 100644 index 917a9e1a6..000000000 --- a/packages/icons/categories/vehicles/crane.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/vehicles/drone-off.svg b/packages/icons/categories/vehicles/drone-off.svg deleted file mode 100644 index 1a89997bb..000000000 --- a/packages/icons/categories/vehicles/drone-off.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/drone.svg b/packages/icons/categories/vehicles/drone.svg deleted file mode 100644 index b3f4a3151..000000000 --- a/packages/icons/categories/vehicles/drone.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/engine-off.svg b/packages/icons/categories/vehicles/engine-off.svg deleted file mode 100644 index abf21d05d..000000000 --- a/packages/icons/categories/vehicles/engine-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/engine.svg b/packages/icons/categories/vehicles/engine.svg deleted file mode 100644 index 201ff31ac..000000000 --- a/packages/icons/categories/vehicles/engine.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/firetruck.svg b/packages/icons/categories/vehicles/firetruck.svg deleted file mode 100644 index bf86ce91c..000000000 --- a/packages/icons/categories/vehicles/firetruck.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/forklift.svg b/packages/icons/categories/vehicles/forklift.svg deleted file mode 100644 index dd19abc58..000000000 --- a/packages/icons/categories/vehicles/forklift.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/garden-cart-off.svg b/packages/icons/categories/vehicles/garden-cart-off.svg deleted file mode 100644 index 157128518..000000000 --- a/packages/icons/categories/vehicles/garden-cart-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/vehicles/garden-cart.svg b/packages/icons/categories/vehicles/garden-cart.svg deleted file mode 100644 index 659bd5809..000000000 --- a/packages/icons/categories/vehicles/garden-cart.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/vehicles/gas-station.svg b/packages/icons/categories/vehicles/gas-station.svg deleted file mode 100644 index acaa8d7bb..000000000 --- a/packages/icons/categories/vehicles/gas-station.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/helicopter-landing.svg b/packages/icons/categories/vehicles/helicopter-landing.svg deleted file mode 100644 index 5b74b5177..000000000 --- a/packages/icons/categories/vehicles/helicopter-landing.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/vehicles/helicopter.svg b/packages/icons/categories/vehicles/helicopter.svg deleted file mode 100644 index 8b64f35e5..000000000 --- a/packages/icons/categories/vehicles/helicopter.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/moped.svg b/packages/icons/categories/vehicles/moped.svg deleted file mode 100644 index ec5949a83..000000000 --- a/packages/icons/categories/vehicles/moped.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/vehicles/motorbike.svg b/packages/icons/categories/vehicles/motorbike.svg deleted file mode 100644 index 6ab8d56f3..000000000 --- a/packages/icons/categories/vehicles/motorbike.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/vehicles/parachute-off.svg b/packages/icons/categories/vehicles/parachute-off.svg deleted file mode 100644 index c4525c2ba..000000000 --- a/packages/icons/categories/vehicles/parachute-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/parachute.svg b/packages/icons/categories/vehicles/parachute.svg deleted file mode 100644 index e4e5e4a97..000000000 --- a/packages/icons/categories/vehicles/parachute.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/vehicles/plane-arrival.svg b/packages/icons/categories/vehicles/plane-arrival.svg deleted file mode 100644 index 04186f333..000000000 --- a/packages/icons/categories/vehicles/plane-arrival.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/vehicles/plane-departure.svg b/packages/icons/categories/vehicles/plane-departure.svg deleted file mode 100644 index 8c25383f1..000000000 --- a/packages/icons/categories/vehicles/plane-departure.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/vehicles/plane-inflight.svg b/packages/icons/categories/vehicles/plane-inflight.svg deleted file mode 100644 index 00a45c47b..000000000 --- a/packages/icons/categories/vehicles/plane-inflight.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/vehicles/plane-off.svg b/packages/icons/categories/vehicles/plane-off.svg deleted file mode 100644 index c217131a0..000000000 --- a/packages/icons/categories/vehicles/plane-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/vehicles/plane-tilt.svg b/packages/icons/categories/vehicles/plane-tilt.svg deleted file mode 100644 index bed8d482e..000000000 --- a/packages/icons/categories/vehicles/plane-tilt.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/vehicles/plane.svg b/packages/icons/categories/vehicles/plane.svg deleted file mode 100644 index dcce5f739..000000000 --- a/packages/icons/categories/vehicles/plane.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/vehicles/rollercoaster-off.svg b/packages/icons/categories/vehicles/rollercoaster-off.svg deleted file mode 100644 index e70ec4811..000000000 --- a/packages/icons/categories/vehicles/rollercoaster-off.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/rollercoaster.svg b/packages/icons/categories/vehicles/rollercoaster.svg deleted file mode 100644 index cdd513aed..000000000 --- a/packages/icons/categories/vehicles/rollercoaster.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/sailboat-2.svg b/packages/icons/categories/vehicles/sailboat-2.svg deleted file mode 100644 index 180885914..000000000 --- a/packages/icons/categories/vehicles/sailboat-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/sailboat-off.svg b/packages/icons/categories/vehicles/sailboat-off.svg deleted file mode 100644 index 81c54b4a9..000000000 --- a/packages/icons/categories/vehicles/sailboat-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/sailboat.svg b/packages/icons/categories/vehicles/sailboat.svg deleted file mode 100644 index 8a3e0925e..000000000 --- a/packages/icons/categories/vehicles/sailboat.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/vehicles/scooter-electric.svg b/packages/icons/categories/vehicles/scooter-electric.svg deleted file mode 100644 index f7cf2d805..000000000 --- a/packages/icons/categories/vehicles/scooter-electric.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/vehicles/scooter.svg b/packages/icons/categories/vehicles/scooter.svg deleted file mode 100644 index 14963e9f4..000000000 --- a/packages/icons/categories/vehicles/scooter.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/vehicles/ship-off.svg b/packages/icons/categories/vehicles/ship-off.svg deleted file mode 100644 index 912821945..000000000 --- a/packages/icons/categories/vehicles/ship-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/vehicles/ship.svg b/packages/icons/categories/vehicles/ship.svg deleted file mode 100644 index 91a45b971..000000000 --- a/packages/icons/categories/vehicles/ship.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/vehicles/skateboard-off.svg b/packages/icons/categories/vehicles/skateboard-off.svg deleted file mode 100644 index 4afe850d3..000000000 --- a/packages/icons/categories/vehicles/skateboard-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/vehicles/skateboard.svg b/packages/icons/categories/vehicles/skateboard.svg deleted file mode 100644 index 20cfc4232..000000000 --- a/packages/icons/categories/vehicles/skateboard.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/vehicles/sleigh.svg b/packages/icons/categories/vehicles/sleigh.svg deleted file mode 100644 index 2809be5e9..000000000 --- a/packages/icons/categories/vehicles/sleigh.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/vehicles/speedboat.svg b/packages/icons/categories/vehicles/speedboat.svg deleted file mode 100644 index 4fdfe389e..000000000 --- a/packages/icons/categories/vehicles/speedboat.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/vehicles/steering-wheel-off.svg b/packages/icons/categories/vehicles/steering-wheel-off.svg deleted file mode 100644 index d97721a96..000000000 --- a/packages/icons/categories/vehicles/steering-wheel-off.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/steering-wheel.svg b/packages/icons/categories/vehicles/steering-wheel.svg deleted file mode 100644 index 3752d0fb6..000000000 --- a/packages/icons/categories/vehicles/steering-wheel.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/submarine.svg b/packages/icons/categories/vehicles/submarine.svg deleted file mode 100644 index 522df05d5..000000000 --- a/packages/icons/categories/vehicles/submarine.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/vehicles/tank.svg b/packages/icons/categories/vehicles/tank.svg deleted file mode 100644 index af735dc7d..000000000 --- a/packages/icons/categories/vehicles/tank.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/vehicles/tir.svg b/packages/icons/categories/vehicles/tir.svg deleted file mode 100644 index 6f2b771c6..000000000 --- a/packages/icons/categories/vehicles/tir.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/track.svg b/packages/icons/categories/vehicles/track.svg deleted file mode 100644 index 331dc932f..000000000 --- a/packages/icons/categories/vehicles/track.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/vehicles/tractor.svg b/packages/icons/categories/vehicles/tractor.svg deleted file mode 100644 index 289f5e9d3..000000000 --- a/packages/icons/categories/vehicles/tractor.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/train.svg b/packages/icons/categories/vehicles/train.svg deleted file mode 100644 index 9cd3eb4c3..000000000 --- a/packages/icons/categories/vehicles/train.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/trolley.svg b/packages/icons/categories/vehicles/trolley.svg deleted file mode 100644 index c092352d8..000000000 --- a/packages/icons/categories/vehicles/trolley.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/truck-off.svg b/packages/icons/categories/vehicles/truck-off.svg deleted file mode 100644 index 5ce520509..000000000 --- a/packages/icons/categories/vehicles/truck-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/vehicles/truck.svg b/packages/icons/categories/vehicles/truck.svg deleted file mode 100644 index 812fa1825..000000000 --- a/packages/icons/categories/vehicles/truck.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/vehicles/wheelchair-off.svg b/packages/icons/categories/vehicles/wheelchair-off.svg deleted file mode 100644 index 39b0a6cba..000000000 --- a/packages/icons/categories/vehicles/wheelchair-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/wheelchair.svg b/packages/icons/categories/vehicles/wheelchair.svg deleted file mode 100644 index 5acdb46e1..000000000 --- a/packages/icons/categories/vehicles/wheelchair.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/wiper-wash.svg b/packages/icons/categories/vehicles/wiper-wash.svg deleted file mode 100644 index beda52d6a..000000000 --- a/packages/icons/categories/vehicles/wiper-wash.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/wiper.svg b/packages/icons/categories/vehicles/wiper.svg deleted file mode 100644 index 553b91d8b..000000000 --- a/packages/icons/categories/vehicles/wiper.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/vehicles/wrecking-ball.svg b/packages/icons/categories/vehicles/wrecking-ball.svg deleted file mode 100644 index 32f1b0020..000000000 --- a/packages/icons/categories/vehicles/wrecking-ball.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/vehicles/zeppelin-off.svg b/packages/icons/categories/vehicles/zeppelin-off.svg deleted file mode 100644 index cb6609352..000000000 --- a/packages/icons/categories/vehicles/zeppelin-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/vehicles/zeppelin.svg b/packages/icons/categories/vehicles/zeppelin.svg deleted file mode 100644 index bc7d72400..000000000 --- a/packages/icons/categories/vehicles/zeppelin.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/version-control/git-branch-deleted.svg b/packages/icons/categories/version-control/git-branch-deleted.svg deleted file mode 100644 index e4fdca988..000000000 --- a/packages/icons/categories/version-control/git-branch-deleted.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/version-control/git-branch.svg b/packages/icons/categories/version-control/git-branch.svg deleted file mode 100644 index d058398db..000000000 --- a/packages/icons/categories/version-control/git-branch.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/version-control/git-cherry-pick.svg b/packages/icons/categories/version-control/git-cherry-pick.svg deleted file mode 100644 index c54384a0d..000000000 --- a/packages/icons/categories/version-control/git-cherry-pick.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/version-control/git-commit.svg b/packages/icons/categories/version-control/git-commit.svg deleted file mode 100644 index e3f149449..000000000 --- a/packages/icons/categories/version-control/git-commit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/version-control/git-compare.svg b/packages/icons/categories/version-control/git-compare.svg deleted file mode 100644 index 9e106ad3a..000000000 --- a/packages/icons/categories/version-control/git-compare.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/version-control/git-fork.svg b/packages/icons/categories/version-control/git-fork.svg deleted file mode 100644 index cb7fa80f9..000000000 --- a/packages/icons/categories/version-control/git-fork.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/version-control/git-merge.svg b/packages/icons/categories/version-control/git-merge.svg deleted file mode 100644 index 5015faac2..000000000 --- a/packages/icons/categories/version-control/git-merge.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/version-control/git-pull-request-closed.svg b/packages/icons/categories/version-control/git-pull-request-closed.svg deleted file mode 100644 index 1a6757e4e..000000000 --- a/packages/icons/categories/version-control/git-pull-request-closed.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/version-control/git-pull-request-draft.svg b/packages/icons/categories/version-control/git-pull-request-draft.svg deleted file mode 100644 index 5a325d4b0..000000000 --- a/packages/icons/categories/version-control/git-pull-request-draft.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/version-control/git-pull-request.svg b/packages/icons/categories/version-control/git-pull-request.svg deleted file mode 100644 index 1372dc469..000000000 --- a/packages/icons/categories/version-control/git-pull-request.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/weather/cloud-bolt.svg b/packages/icons/categories/weather/cloud-bolt.svg deleted file mode 100644 index a6e0270e2..000000000 --- a/packages/icons/categories/weather/cloud-bolt.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/weather/cloud-cancel.svg b/packages/icons/categories/weather/cloud-cancel.svg deleted file mode 100644 index 5828a0ed4..000000000 --- a/packages/icons/categories/weather/cloud-cancel.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/cloud-check.svg b/packages/icons/categories/weather/cloud-check.svg deleted file mode 100644 index a91ea0443..000000000 --- a/packages/icons/categories/weather/cloud-check.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/weather/cloud-code.svg b/packages/icons/categories/weather/cloud-code.svg deleted file mode 100644 index c7c8a1c34..000000000 --- a/packages/icons/categories/weather/cloud-code.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/cloud-cog.svg b/packages/icons/categories/weather/cloud-cog.svg deleted file mode 100644 index eaf7e9422..000000000 --- a/packages/icons/categories/weather/cloud-cog.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/weather/cloud-dollar.svg b/packages/icons/categories/weather/cloud-dollar.svg deleted file mode 100644 index dd2576984..000000000 --- a/packages/icons/categories/weather/cloud-dollar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/cloud-down.svg b/packages/icons/categories/weather/cloud-down.svg deleted file mode 100644 index fce49b56d..000000000 --- a/packages/icons/categories/weather/cloud-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/cloud-exclamation.svg b/packages/icons/categories/weather/cloud-exclamation.svg deleted file mode 100644 index 43880328a..000000000 --- a/packages/icons/categories/weather/cloud-exclamation.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/cloud-fog.svg b/packages/icons/categories/weather/cloud-fog.svg deleted file mode 100644 index 88cec4970..000000000 --- a/packages/icons/categories/weather/cloud-fog.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/weather/cloud-heart.svg b/packages/icons/categories/weather/cloud-heart.svg deleted file mode 100644 index bc24ca96e..000000000 --- a/packages/icons/categories/weather/cloud-heart.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/weather/cloud-minus.svg b/packages/icons/categories/weather/cloud-minus.svg deleted file mode 100644 index 0847db0fa..000000000 --- a/packages/icons/categories/weather/cloud-minus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/weather/cloud-off.svg b/packages/icons/categories/weather/cloud-off.svg deleted file mode 100644 index 01d8d1b80..000000000 --- a/packages/icons/categories/weather/cloud-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/weather/cloud-pause.svg b/packages/icons/categories/weather/cloud-pause.svg deleted file mode 100644 index 98706e8f4..000000000 --- a/packages/icons/categories/weather/cloud-pause.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/cloud-pin.svg b/packages/icons/categories/weather/cloud-pin.svg deleted file mode 100644 index 6a558c6ff..000000000 --- a/packages/icons/categories/weather/cloud-pin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/cloud-plus.svg b/packages/icons/categories/weather/cloud-plus.svg deleted file mode 100644 index 54692c862..000000000 --- a/packages/icons/categories/weather/cloud-plus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/cloud-question.svg b/packages/icons/categories/weather/cloud-question.svg deleted file mode 100644 index 76965d105..000000000 --- a/packages/icons/categories/weather/cloud-question.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/cloud-rain.svg b/packages/icons/categories/weather/cloud-rain.svg deleted file mode 100644 index a603734a5..000000000 --- a/packages/icons/categories/weather/cloud-rain.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/weather/cloud-search.svg b/packages/icons/categories/weather/cloud-search.svg deleted file mode 100644 index 97cbff1fb..000000000 --- a/packages/icons/categories/weather/cloud-search.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/cloud-share.svg b/packages/icons/categories/weather/cloud-share.svg deleted file mode 100644 index b9f9eca0e..000000000 --- a/packages/icons/categories/weather/cloud-share.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/cloud-snow.svg b/packages/icons/categories/weather/cloud-snow.svg deleted file mode 100644 index c2d7d5048..000000000 --- a/packages/icons/categories/weather/cloud-snow.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/weather/cloud-star.svg b/packages/icons/categories/weather/cloud-star.svg deleted file mode 100644 index f3b125f7d..000000000 --- a/packages/icons/categories/weather/cloud-star.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/weather/cloud-storm.svg b/packages/icons/categories/weather/cloud-storm.svg deleted file mode 100644 index 14ac88716..000000000 --- a/packages/icons/categories/weather/cloud-storm.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/weather/cloud-up.svg b/packages/icons/categories/weather/cloud-up.svg deleted file mode 100644 index fc9522208..000000000 --- a/packages/icons/categories/weather/cloud-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/cloud-x.svg b/packages/icons/categories/weather/cloud-x.svg deleted file mode 100644 index 1651e7799..000000000 --- a/packages/icons/categories/weather/cloud-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/cloud.svg b/packages/icons/categories/weather/cloud.svg deleted file mode 100644 index 5a859e78d..000000000 --- a/packages/icons/categories/weather/cloud.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/weather/comet.svg b/packages/icons/categories/weather/comet.svg deleted file mode 100644 index ed46e8353..000000000 --- a/packages/icons/categories/weather/comet.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/weather/flare.svg b/packages/icons/categories/weather/flare.svg deleted file mode 100644 index 97fb553e8..000000000 --- a/packages/icons/categories/weather/flare.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/weather/haze.svg b/packages/icons/categories/weather/haze.svg deleted file mode 100644 index ad8846dfe..000000000 --- a/packages/icons/categories/weather/haze.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/categories/weather/mist-off.svg b/packages/icons/categories/weather/mist-off.svg deleted file mode 100644 index ac9d20b2f..000000000 --- a/packages/icons/categories/weather/mist-off.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packages/icons/categories/weather/mist.svg b/packages/icons/categories/weather/mist.svg deleted file mode 100644 index 2c924d6bd..000000000 --- a/packages/icons/categories/weather/mist.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/weather/moon-2.svg b/packages/icons/categories/weather/moon-2.svg deleted file mode 100644 index f62bda89b..000000000 --- a/packages/icons/categories/weather/moon-2.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/weather/moon-off.svg b/packages/icons/categories/weather/moon-off.svg deleted file mode 100644 index 54e85597d..000000000 --- a/packages/icons/categories/weather/moon-off.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/weather/moon-stars.svg b/packages/icons/categories/weather/moon-stars.svg deleted file mode 100644 index 6012408cd..000000000 --- a/packages/icons/categories/weather/moon-stars.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/moon.svg b/packages/icons/categories/weather/moon.svg deleted file mode 100644 index 84e2554bb..000000000 --- a/packages/icons/categories/weather/moon.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/icons/categories/weather/rainbow-off.svg b/packages/icons/categories/weather/rainbow-off.svg deleted file mode 100644 index 811711622..000000000 --- a/packages/icons/categories/weather/rainbow-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/weather/rainbow.svg b/packages/icons/categories/weather/rainbow.svg deleted file mode 100644 index 19d520cdd..000000000 --- a/packages/icons/categories/weather/rainbow.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/snowflake-off.svg b/packages/icons/categories/weather/snowflake-off.svg deleted file mode 100644 index 717e26a18..000000000 --- a/packages/icons/categories/weather/snowflake-off.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/weather/snowflake.svg b/packages/icons/categories/weather/snowflake.svg deleted file mode 100644 index 07c444b30..000000000 --- a/packages/icons/categories/weather/snowflake.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/packages/icons/categories/weather/storm-off.svg b/packages/icons/categories/weather/storm-off.svg deleted file mode 100644 index cb24754fb..000000000 --- a/packages/icons/categories/weather/storm-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/weather/storm.svg b/packages/icons/categories/weather/storm.svg deleted file mode 100644 index 21160d573..000000000 --- a/packages/icons/categories/weather/storm.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/weather/sun-high.svg b/packages/icons/categories/weather/sun-high.svg deleted file mode 100644 index adf18d3a7..000000000 --- a/packages/icons/categories/weather/sun-high.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/weather/sun-low.svg b/packages/icons/categories/weather/sun-low.svg deleted file mode 100644 index 9bfd41313..000000000 --- a/packages/icons/categories/weather/sun-low.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/weather/sun-moon.svg b/packages/icons/categories/weather/sun-moon.svg deleted file mode 100644 index e21872030..000000000 --- a/packages/icons/categories/weather/sun-moon.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/packages/icons/categories/weather/sun-off.svg b/packages/icons/categories/weather/sun-off.svg deleted file mode 100644 index 1dcbe0168..000000000 --- a/packages/icons/categories/weather/sun-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/sun-wind.svg b/packages/icons/categories/weather/sun-wind.svg deleted file mode 100644 index 88a360966..000000000 --- a/packages/icons/categories/weather/sun-wind.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/weather/sun.svg b/packages/icons/categories/weather/sun.svg deleted file mode 100644 index 2bed2e7e3..000000000 --- a/packages/icons/categories/weather/sun.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/weather/sunrise.svg b/packages/icons/categories/weather/sunrise.svg deleted file mode 100644 index 144b88375..000000000 --- a/packages/icons/categories/weather/sunrise.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/sunset-2.svg b/packages/icons/categories/weather/sunset-2.svg deleted file mode 100644 index 3ad550fc3..000000000 --- a/packages/icons/categories/weather/sunset-2.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/packages/icons/categories/weather/sunset.svg b/packages/icons/categories/weather/sunset.svg deleted file mode 100644 index 0ca5edf6f..000000000 --- a/packages/icons/categories/weather/sunset.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/temperature-celsius.svg b/packages/icons/categories/weather/temperature-celsius.svg deleted file mode 100644 index bd14e7792..000000000 --- a/packages/icons/categories/weather/temperature-celsius.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/weather/temperature-fahrenheit.svg b/packages/icons/categories/weather/temperature-fahrenheit.svg deleted file mode 100644 index 4b20cd5eb..000000000 --- a/packages/icons/categories/weather/temperature-fahrenheit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/temperature-minus.svg b/packages/icons/categories/weather/temperature-minus.svg deleted file mode 100644 index ea9c8f080..000000000 --- a/packages/icons/categories/weather/temperature-minus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/temperature-off.svg b/packages/icons/categories/weather/temperature-off.svg deleted file mode 100644 index d5d07c345..000000000 --- a/packages/icons/categories/weather/temperature-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/weather/temperature-plus.svg b/packages/icons/categories/weather/temperature-plus.svg deleted file mode 100644 index 71f47980b..000000000 --- a/packages/icons/categories/weather/temperature-plus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/weather/temperature.svg b/packages/icons/categories/weather/temperature.svg deleted file mode 100644 index 11d04a85f..000000000 --- a/packages/icons/categories/weather/temperature.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/weather/tornado.svg b/packages/icons/categories/weather/tornado.svg deleted file mode 100644 index c557116b1..000000000 --- a/packages/icons/categories/weather/tornado.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/weather/uv-index.svg b/packages/icons/categories/weather/uv-index.svg deleted file mode 100644 index 6c3a4d781..000000000 --- a/packages/icons/categories/weather/uv-index.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/weather/whirl.svg b/packages/icons/categories/weather/whirl.svg deleted file mode 100644 index 9f9b278f8..000000000 --- a/packages/icons/categories/weather/whirl.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/weather/wind-off.svg b/packages/icons/categories/weather/wind-off.svg deleted file mode 100644 index d5a644d6c..000000000 --- a/packages/icons/categories/weather/wind-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/weather/wind.svg b/packages/icons/categories/weather/wind.svg deleted file mode 100644 index b9f9e42e1..000000000 --- a/packages/icons/categories/weather/wind.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/zodiac/zodiac-aquarius.svg b/packages/icons/categories/zodiac/zodiac-aquarius.svg deleted file mode 100644 index 1fac2bf24..000000000 --- a/packages/icons/categories/zodiac/zodiac-aquarius.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/zodiac/zodiac-aries.svg b/packages/icons/categories/zodiac/zodiac-aries.svg deleted file mode 100644 index 0e5338597..000000000 --- a/packages/icons/categories/zodiac/zodiac-aries.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/zodiac/zodiac-cancer.svg b/packages/icons/categories/zodiac/zodiac-cancer.svg deleted file mode 100644 index 43a13c52f..000000000 --- a/packages/icons/categories/zodiac/zodiac-cancer.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/zodiac/zodiac-capricorn.svg b/packages/icons/categories/zodiac/zodiac-capricorn.svg deleted file mode 100644 index 9d42ecd41..000000000 --- a/packages/icons/categories/zodiac/zodiac-capricorn.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/zodiac/zodiac-gemini.svg b/packages/icons/categories/zodiac/zodiac-gemini.svg deleted file mode 100644 index 6840688de..000000000 --- a/packages/icons/categories/zodiac/zodiac-gemini.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/categories/zodiac/zodiac-leo.svg b/packages/icons/categories/zodiac/zodiac-leo.svg deleted file mode 100644 index 5ded00ec5..000000000 --- a/packages/icons/categories/zodiac/zodiac-leo.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/categories/zodiac/zodiac-libra.svg b/packages/icons/categories/zodiac/zodiac-libra.svg deleted file mode 100644 index d6ac2cfc0..000000000 --- a/packages/icons/categories/zodiac/zodiac-libra.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/zodiac/zodiac-pisces.svg b/packages/icons/categories/zodiac/zodiac-pisces.svg deleted file mode 100644 index 5226ab4e7..000000000 --- a/packages/icons/categories/zodiac/zodiac-pisces.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/zodiac/zodiac-sagittarius.svg b/packages/icons/categories/zodiac/zodiac-sagittarius.svg deleted file mode 100644 index af087855f..000000000 --- a/packages/icons/categories/zodiac/zodiac-sagittarius.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/zodiac/zodiac-scorpio.svg b/packages/icons/categories/zodiac/zodiac-scorpio.svg deleted file mode 100644 index fcfb266c1..000000000 --- a/packages/icons/categories/zodiac/zodiac-scorpio.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/packages/icons/categories/zodiac/zodiac-taurus.svg b/packages/icons/categories/zodiac/zodiac-taurus.svg deleted file mode 100644 index 51484a8f2..000000000 --- a/packages/icons/categories/zodiac/zodiac-taurus.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/categories/zodiac/zodiac-virgo.svg b/packages/icons/categories/zodiac/zodiac-virgo.svg deleted file mode 100644 index 7ad3df028..000000000 --- a/packages/icons/categories/zodiac/zodiac-virgo.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/icons/code-asterix.svg b/packages/icons/icons/code-asterix.svg deleted file mode 100644 index a7d3b6431..000000000 --- a/packages/icons/icons/code-asterix.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/packages/icons/icons/discount-2-off.svg b/packages/icons/icons/discount-2-off.svg deleted file mode 100644 index 8552d74af..000000000 --- a/packages/icons/icons/discount-2-off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/packages/icons/icons/discount-2.svg b/packages/icons/icons/discount-2.svg deleted file mode 100644 index 3aadb1fab..000000000 --- a/packages/icons/icons/discount-2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/icons/discount-check.svg b/packages/icons/icons/discount-check.svg deleted file mode 100644 index 3b0a4504f..000000000 --- a/packages/icons/icons/discount-check.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/icons/icons/hand-rock.svg b/packages/icons/icons/hand-rock.svg deleted file mode 100644 index 0ad1e0f2d..000000000 --- a/packages/icons/icons/hand-rock.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/icons/tabler-nodes.json b/packages/icons/tabler-nodes.json deleted file mode 100644 index e56abae66..000000000 --- a/packages/icons/tabler-nodes.json +++ /dev/null @@ -1,123447 +0,0 @@ -{ - "123": [ - [ - "path", - { - "d": "M3 10l2 -2v8" - } - ], - [ - "path", - { - "d": "M9 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M17 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5" - } - ] - ], - "360": [ - [ - "path", - { - "d": "M17 15.328c2.414 -.718 4 -1.94 4 -3.328c0 -2.21 -4.03 -4 -9 -4s-9 1.79 -9 4s4.03 4 9 4" - } - ], - [ - "path", - { - "d": "M9 13l3 3l-3 3" - } - ] - ], - "12-hours": [ - [ - "path", - { - "d": "M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4" - } - ], - [ - "path", - { - "d": "M4 13c.468 3.6 3.384 6.546 7 7" - } - ], - [ - "path", - { - "d": "M18 15h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2" - } - ], - [ - "path", - { - "d": "M15 21v-6" - } - ] - ], - "24-hours": [ - [ - "path", - { - "d": "M4 13c.325 2.532 1.881 4.781 4 6" - } - ], - [ - "path", - { - "d": "M20 11a8.1 8.1 0 0 0 -15.5 -2" - } - ], - [ - "path", - { - "d": "M4 5v4h4" - } - ], - [ - "path", - { - "d": "M12 15h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2" - } - ], - [ - "path", - { - "d": "M18 15v2a1 1 0 0 0 1 1h1" - } - ], - [ - "path", - { - "d": "M21 15v6" - } - ] - ], - "2fa": [ - [ - "path", - { - "d": "M7 16h-4l3.47 -4.66a2 2 0 1 0 -3.47 -1.54" - } - ], - [ - "path", - { - "d": "M10 16v-8h4" - } - ], - [ - "path", - { - "d": "M10 12l3 0" - } - ], - [ - "path", - { - "d": "M17 16v-6a2 2 0 0 1 4 0v6" - } - ], - [ - "path", - { - "d": "M17 13l4 0" - } - ] - ], - "360-view": [ - [ - "path", - { - "d": "M14 6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" - } - ], - [ - "path", - { - "d": "M3 5h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5" - } - ], - [ - "path", - { - "d": "M17 7v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" - } - ], - [ - "path", - { - "d": "M3 16c0 1.657 4.03 3 9 3s9 -1.343 9 -3" - } - ] - ], - "3d-cube-sphere-off": [ - [ - "path", - { - "d": "M6 17.6l-2 -1.1v-2.5" - } - ], - [ - "path", - { - "d": "M4 10v-2.5l2 -1.1" - } - ], - [ - "path", - { - "d": "M10 4.1l2 -1.1l2 1.1" - } - ], - [ - "path", - { - "d": "M18 6.4l2 1.1v2.5" - } - ], - [ - "path", - { - "d": "M20 14v2" - } - ], - [ - "path", - { - "d": "M14 19.9l-2 1.1l-2 -1.1" - } - ], - [ - "path", - { - "d": "M18 8.6l2 -1.1" - } - ], - [ - "path", - { - "d": "M12 12v2.5" - } - ], - [ - "path", - { - "d": "M12 18.5v2.5" - } - ], - [ - "path", - { - "d": "M12 12l-2 -1.12" - } - ], - [ - "path", - { - "d": "M6 8.6l-2 -1.1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "3d-cube-sphere": [ - [ - "path", - { - "d": "M6 17.6l-2 -1.1v-2.5" - } - ], - [ - "path", - { - "d": "M4 10v-2.5l2 -1.1" - } - ], - [ - "path", - { - "d": "M10 4.1l2 -1.1l2 1.1" - } - ], - [ - "path", - { - "d": "M18 6.4l2 1.1v2.5" - } - ], - [ - "path", - { - "d": "M20 14v2.5l-2 1.12" - } - ], - [ - "path", - { - "d": "M14 19.9l-2 1.1l-2 -1.1" - } - ], - [ - "path", - { - "d": "M12 12l2 -1.1" - } - ], - [ - "path", - { - "d": "M18 8.6l2 -1.1" - } - ], - [ - "path", - { - "d": "M12 12l0 2.5" - } - ], - [ - "path", - { - "d": "M12 18.5l0 2.5" - } - ], - [ - "path", - { - "d": "M12 12l-2 -1.12" - } - ], - [ - "path", - { - "d": "M6 8.6l-2 -1.1" - } - ] - ], - "3d-rotate": [ - [ - "path", - { - "d": "M12 3a7 7 0 0 1 7 7v4l-3 -3" - } - ], - [ - "path", - { - "d": "M22 11l-3 3" - } - ], - [ - "path", - { - "d": "M8 15.5l-5 -3l5 -3l5 3v5.5l-5 3z" - } - ], - [ - "path", - { - "d": "M3 12.5v5.5l5 3" - } - ], - [ - "path", - { - "d": "M8 15.545l5 -3.03" - } - ] - ], - "a-b-2": [ - [ - "path", - { - "d": "M16 21h3c.81 0 1.48 -.67 1.48 -1.48l.02 -.02c0 -.82 -.69 -1.5 -1.5 -1.5h-3v3z" - } - ], - [ - "path", - { - "d": "M16 15h2.5c.84 -.01 1.5 .66 1.5 1.5s-.66 1.5 -1.5 1.5h-2.5v-3z" - } - ], - [ - "path", - { - "d": "M4 9v-4c0 -1.036 .895 -2 2 -2s2 .964 2 2v4" - } - ], - [ - "path", - { - "d": "M2.99 11.98a9 9 0 0 0 9 9m9 -9a9 9 0 0 0 -9 -9" - } - ], - [ - "path", - { - "d": "M8 7h-4" - } - ] - ], - "a-b-off": [ - [ - "path", - { - "d": "M3 16v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5" - } - ], - [ - "path", - { - "d": "M12 12v6" - } - ], - [ - "path", - { - "d": "M12 6v2" - } - ], - [ - "path", - { - "d": "M16 8h3a2 2 0 1 1 0 4h-3m3 0a2 2 0 0 1 .83 3.82m-3.83 -3.82v-4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "a-b": [ - [ - "path", - { - "d": "M3 16v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5" - } - ], - [ - "path", - { - "d": "M12 6l0 12" - } - ], - [ - "path", - { - "d": "M16 16v-8h3a2 2 0 0 1 0 4h-3m3 0a2 2 0 0 1 0 4h-3" - } - ] - ], - "abacus-off": [ - [ - "path", - { - "d": "M5 5v16" - } - ], - [ - "path", - { - "d": "M19 21v-2m0 -4v-12" - } - ], - [ - "path", - { - "d": "M5 7h2m4 0h8" - } - ], - [ - "path", - { - "d": "M5 15h10" - } - ], - [ - "path", - { - "d": "M8 13v4" - } - ], - [ - "path", - { - "d": "M11 13v4" - } - ], - [ - "path", - { - "d": "M16 16v1" - } - ], - [ - "path", - { - "d": "M14 5v4" - } - ], - [ - "path", - { - "d": "M11 5v2" - } - ], - [ - "path", - { - "d": "M8 8v1" - } - ], - [ - "path", - { - "d": "M3 21h18" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "abacus": [ - [ - "path", - { - "d": "M5 3v18" - } - ], - [ - "path", - { - "d": "M19 21v-18" - } - ], - [ - "path", - { - "d": "M5 7h14" - } - ], - [ - "path", - { - "d": "M5 15h14" - } - ], - [ - "path", - { - "d": "M8 13v4" - } - ], - [ - "path", - { - "d": "M11 13v4" - } - ], - [ - "path", - { - "d": "M16 13v4" - } - ], - [ - "path", - { - "d": "M14 5v4" - } - ], - [ - "path", - { - "d": "M11 5v4" - } - ], - [ - "path", - { - "d": "M8 5v4" - } - ], - [ - "path", - { - "d": "M3 21h18" - } - ] - ], - "abc": [ - [ - "path", - { - "d": "M3 16v-6a2 2 0 1 1 4 0v6" - } - ], - [ - "path", - { - "d": "M3 13h4" - } - ], - [ - "path", - { - "d": "M10 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1" - } - ], - [ - "path", - { - "d": "M20.732 12a2 2 0 0 0 -3.732 1v1a2 2 0 0 0 3.726 1.01" - } - ] - ], - "access-point-off": [ - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M14.828 9.172a4 4 0 0 1 1.172 2.828" - } - ], - [ - "path", - { - "d": "M17.657 6.343a8 8 0 0 1 1.635 8.952" - } - ], - [ - "path", - { - "d": "M9.168 14.828a4 4 0 0 1 0 -5.656" - } - ], - [ - "path", - { - "d": "M6.337 17.657a8 8 0 0 1 0 -11.314" - } - ] - ], - "access-point": [ - [ - "path", - { - "d": "M12 12l0 .01" - } - ], - [ - "path", - { - "d": "M14.828 9.172a4 4 0 0 1 0 5.656" - } - ], - [ - "path", - { - "d": "M17.657 6.343a8 8 0 0 1 0 11.314" - } - ], - [ - "path", - { - "d": "M9.168 14.828a4 4 0 0 1 0 -5.656" - } - ], - [ - "path", - { - "d": "M6.337 17.657a8 8 0 0 1 0 -11.314" - } - ] - ], - "accessible-off-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.051 6.844a1 1 0 0 0 -1.152 -.663l-.113 .03l-2.684 .895l-2.684 -.895l-.113 -.03a1 1 0 0 0 -.628 1.884l.109 .044l2.316 .771v.976l-1.832 2.75l-.06 .1a1 1 0 0 0 .237 1.21l.1 .076l.101 .06a1 1 0 0 0 1.21 -.237l.076 -.1l1.168 -1.752l1.168 1.752l.07 .093a1 1 0 0 0 1.653 -1.102l-.059 -.1l-1.832 -2.75v-.977l2.316 -.771l.109 -.044a1 1 0 0 0 .524 -1.221zm-3.949 -4.184a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "accessible-off": [ - [ - "path", - { - "d": "M10 16.5l2 -3l2 3m-2 -3v-1.5m2.627 -1.376l.373 -.124m-6 0l2.231 .744" - } - ], - [ - "path", - { - "d": "M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" - } - ], - [ - "path", - { - "d": "M12 8a.5 .5 0 1 0 -.5 -.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "accessible": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 16.5l2 -3l2 3m-2 -3v-2l3 -1m-6 0l3 1" - } - ], - [ - "circle", - { - "cx": "12", - "cy": "7.5", - "r": ".5", - "fill": "currentColor" - } - ] - ], - "activity-heartbeat": [ - [ - "path", - { - "d": "M3 12h4.5l1.5 -6l4 12l2 -9l1.5 3h4.5" - } - ] - ], - "activity": [ - [ - "path", - { - "d": "M3 12h4l3 8l4 -16l3 8h4" - } - ] - ], - "ad-2": [ - [ - "path", - { - "d": "M11.933 5h-6.933v16h13v-8" - } - ], - [ - "path", - { - "d": "M14 17h-5" - } - ], - [ - "path", - { - "d": "M9 13h5v-4h-5z" - } - ], - [ - "path", - { - "d": "M15 5v-2" - } - ], - [ - "path", - { - "d": "M18 6l2 -2" - } - ], - [ - "path", - { - "d": "M19 9h2" - } - ] - ], - "ad-circle-filled": [ - [ - "path", - { - "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10c-5.43 0 -9.848 -4.327 -9.996 -9.72l-.004 -.28l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72zm-3.5 6a2.5 2.5 0 0 0 -2.495 2.336l-.005 .164v4.5l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-1h1v1l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4.5l-.005 -.164a2.5 2.5 0 0 0 -2.495 -2.336zm6.5 0h-1a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h1a3 3 0 0 0 3 -3v-2a3 3 0 0 0 -3 -3zm0 2a1 1 0 0 1 1 1v2a1 1 0 0 1 -.883 .993l-.117 .007v-4zm-6.5 0a.5 .5 0 0 1 .492 .41l.008 .09v1.5h-1v-1.5l.008 -.09a.5 .5 0 0 1 .492 -.41z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "ad-circle-off": [ - [ - "path", - { - "d": "M4.91 4.949a9.968 9.968 0 0 0 -2.91 7.051c0 5.523 4.477 10 10 10a9.968 9.968 0 0 0 7.05 -2.909" - } - ], - [ - "path", - { - "d": "M20.778 16.793a9.955 9.955 0 0 0 1.222 -4.793c0 -5.523 -4.477 -10 -10 -10c-1.74 0 -3.376 .444 -4.8 1.225" - } - ], - [ - "path", - { - "d": "M7 15v-4.5a1.5 1.5 0 0 1 2.138 -1.358" - } - ], - [ - "path", - { - "d": "M9.854 9.853c.094 .196 .146 .415 .146 .647v4.5" - } - ], - [ - "path", - { - "d": "M7 13h3" - } - ], - [ - "path", - { - "d": "M14 14v1h1" - } - ], - [ - "path", - { - "d": "M17 13v-2a2 2 0 0 0 -2 -2h-1v1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "ad-circle": [ - [ - "path", - { - "d": "M12 12m-10 0a10 10 0 1 0 20 0a10 10 0 1 0 -20 0" - } - ], - [ - "path", - { - "d": "M7 15v-4.5a1.5 1.5 0 0 1 3 0v4.5" - } - ], - [ - "path", - { - "d": "M7 13h3" - } - ], - [ - "path", - { - "d": "M14 9v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z" - } - ] - ], - "ad-filled": [ - [ - "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 -3zm-10 4a3 3 0 0 1 2.995 2.824l.005 .176v4a1 1 0 0 1 -1.993 .117l-.007 -.117v-1h-2v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-4a3 3 0 0 1 3 -3zm0 2a1 1 0 0 0 -.993 .883l-.007 .117v1h2v-1a1 1 0 0 0 -1 -1zm8 -2a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -.883 .993l-.117 .007h-1.5a2.5 2.5 0 1 1 .326 -4.979l.174 .029v-2.05a1 1 0 0 1 .883 -.993l.117 -.007zm-1.41 5.008l-.09 -.008a.5 .5 0 0 0 -.09 .992l.09 .008h.5v-.5l-.008 -.09a.5 .5 0 0 0 -.318 -.379l-.084 -.023z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "ad-off": [ - [ - "path", - { - "d": "M9 5h10a2 2 0 0 1 2 2v10m-2 2h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M7 15v-4a2 2 0 0 1 2 -2m2 2v4" - } - ], - [ - "path", - { - "d": "M7 13h4" - } - ], - [ - "path", - { - "d": "M17 9v4" - } - ], - [ - "path", - { - "d": "M16.115 12.131c.33 .149 .595 .412 .747 .74" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "ad": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 15v-4a2 2 0 0 1 4 0v4" - } - ], - [ - "path", - { - "d": "M7 13l4 0" - } - ], - [ - "path", - { - "d": "M17 9v6h-1.5a1.5 1.5 0 1 1 1.5 -1.5" - } - ] - ], - "address-book-off": [ - [ - "path", - { - "d": "M8 4h10a2 2 0 0 1 2 2v10m-.57 3.399c-.363 .37 -.87 .601 -1.43 .601h-10a2 2 0 0 1 -2 -2v-12" - } - ], - [ - "path", - { - "d": "M10 16h6" - } - ], - [ - "path", - { - "d": "M11 11a2 2 0 0 0 2 2m2 -2a2 2 0 0 0 -2 -2" - } - ], - [ - "path", - { - "d": "M4 8h3" - } - ], - [ - "path", - { - "d": "M4 12h3" - } - ], - [ - "path", - { - "d": "M4 16h3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "address-book": [ - [ - "path", - { - "d": "M20 6v12a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2z" - } - ], - [ - "path", - { - "d": "M10 16h6" - } - ], - [ - "path", - { - "d": "M13 11m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M4 8h3" - } - ], - [ - "path", - { - "d": "M4 12h3" - } - ], - [ - "path", - { - "d": "M4 16h3" - } - ] - ], - "adjustments-alt": [ - [ - "path", - { - "d": "M4 8h4v4h-4z" - } - ], - [ - "path", - { - "d": "M6 4l0 4" - } - ], - [ - "path", - { - "d": "M6 12l0 8" - } - ], - [ - "path", - { - "d": "M10 14h4v4h-4z" - } - ], - [ - "path", - { - "d": "M12 4l0 10" - } - ], - [ - "path", - { - "d": "M12 18l0 2" - } - ], - [ - "path", - { - "d": "M16 5h4v4h-4z" - } - ], - [ - "path", - { - "d": "M18 4l0 1" - } - ], - [ - "path", - { - "d": "M18 9l0 11" - } - ] - ], - "adjustments-bolt": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 4v4" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M10 16a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 4v10" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ], - [ - "path", - { - "d": "M12 18v2" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M18 9v3" - } - ] - ], - "adjustments-cancel": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 4v4" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M13.499 14.675a2 2 0 1 0 -1.499 3.325" - } - ], - [ - "path", - { - "d": "M12 4v10" - } - ], - [ - "path", - { - "d": "M12 18v2" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M18 9v3" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "adjustments-check": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 4v4" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M13.823 15.176a2 2 0 1 0 -2.638 2.651" - } - ], - [ - "path", - { - "d": "M12 4v10" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M18 9v5" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "adjustments-code": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 4v4" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M13.557 14.745a2 2 0 1 0 -1.557 3.255" - } - ], - [ - "path", - { - "d": "M12 4v10" - } - ], - [ - "path", - { - "d": "M12 18v2" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M18 9v4" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "adjustments-cog": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 4v4" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M13.199 14.399a2 2 0 1 0 -1.199 3.601" - } - ], - [ - "path", - { - "d": "M12 4v10" - } - ], - [ - "path", - { - "d": "M12 18v2" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M18 9v2.5" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "adjustments-dollar": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 4v4" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M13.366 14.54a2 2 0 1 0 -.216 3.097" - } - ], - [ - "path", - { - "d": "M12 4v10" - } - ], - [ - "path", - { - "d": "M12 18v2" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M18 9v1" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "adjustments-down": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 4v4" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M13.945 15.53a2 2 0 1 0 -1.945 2.47" - } - ], - [ - "path", - { - "d": "M12 4v10" - } - ], - [ - "path", - { - "d": "M12 18v2" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M18 9v3" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "adjustments-exclamation": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 4v4" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M10 16a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 4v10" - } - ], - [ - "path", - { - "d": "M12 18v2" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M18 9v3" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "adjustments-filled": [ - [ - "path", - { - "d": "M6 3a1 1 0 0 1 .993 .883l.007 .117v3.171a3.001 3.001 0 0 1 0 5.658v7.171a1 1 0 0 1 -1.993 .117l-.007 -.117v-7.17a3.002 3.002 0 0 1 -1.995 -2.654l-.005 -.176l.005 -.176a3.002 3.002 0 0 1 1.995 -2.654v-3.17a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 3a1 1 0 0 1 .993 .883l.007 .117v9.171a3.001 3.001 0 0 1 0 5.658v1.171a1 1 0 0 1 -1.993 .117l-.007 -.117v-1.17a3.002 3.002 0 0 1 -1.995 -2.654l-.005 -.176l.005 -.176a3.002 3.002 0 0 1 1.995 -2.654v-9.17a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M18 3a1 1 0 0 1 .993 .883l.007 .117v.171a3.001 3.001 0 0 1 0 5.658v10.171a1 1 0 0 1 -1.993 .117l-.007 -.117v-10.17a3.002 3.002 0 0 1 -1.995 -2.654l-.005 -.176l.005 -.176a3.002 3.002 0 0 1 1.995 -2.654v-.17a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "adjustments-heart": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 4v4" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M12 4v8.5" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M18 9v2.5" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "adjustments-horizontal": [ - [ - "path", - { - "d": "M14 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M4 6l8 0" - } - ], - [ - "path", - { - "d": "M16 6l4 0" - } - ], - [ - "path", - { - "d": "M8 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M4 12l2 0" - } - ], - [ - "path", - { - "d": "M10 12l10 0" - } - ], - [ - "path", - { - "d": "M17 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M4 18l11 0" - } - ], - [ - "path", - { - "d": "M19 18l1 0" - } - ] - ], - "adjustments-minus": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 4v4" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M13.954 15.574a2 2 0 1 0 -1.954 2.426" - } - ], - [ - "path", - { - "d": "M12 4v10" - } - ], - [ - "path", - { - "d": "M12 18v2" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M18 9v6" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "adjustments-off": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 6v2" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M10 16a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 4v4m0 4v2" - } - ], - [ - "path", - { - "d": "M12 18v2" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M18 9v5m0 4v2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "adjustments-pause": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 4v4" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M13.627 14.836a2 2 0 1 0 -.62 2.892" - } - ], - [ - "path", - { - "d": "M12 4v10" - } - ], - [ - "path", - { - "d": "M12 18v2" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ], - [ - "path", - { - "d": "M18 9v4.5" - } - ] - ], - "adjustments-pin": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 4v4" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M13.071 14.31a2 2 0 1 0 -1.071 3.69" - } - ], - [ - "path", - { - "d": "M12 4v10" - } - ], - [ - "path", - { - "d": "M12 18v2" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M18 9v2.5" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "adjustments-plus": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 4v4" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M13.958 15.592a2 2 0 1 0 -1.958 2.408" - } - ], - [ - "path", - { - "d": "M12 4v10" - } - ], - [ - "path", - { - "d": "M12 18v2" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M18 9v3" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "adjustments-question": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 4v4" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M13.577 14.77a2 2 0 1 0 .117 2.295" - } - ], - [ - "path", - { - "d": "M12 4v10" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ], - [ - "path", - { - "d": "M12 18v2" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M18 9v2" - } - ] - ], - "adjustments-search": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 4v4" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M12 14a2 2 0 0 0 -1.042 3.707" - } - ], - [ - "path", - { - "d": "M12 4v10" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M18 9v2" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "adjustments-share": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 4v4" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M13.387 14.56a2 2 0 1 0 -.798 3.352" - } - ], - [ - "path", - { - "d": "M12 4v10" - } - ], - [ - "path", - { - "d": "M12 18v2" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ], - [ - "path", - { - "d": "M18 9v4" - } - ] - ], - "adjustments-star": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 4v4" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M12 4v9.5" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ], - [ - "path", - { - "d": "M18 9v1" - } - ] - ], - "adjustments-up": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 4v4" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M13.927 15.462a2 2 0 1 0 -1.927 2.538" - } - ], - [ - "path", - { - "d": "M12 4v10" - } - ], - [ - "path", - { - "d": "M12 18v2" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M18 9v3" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "adjustments-x": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 4v4" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M13.653 14.874a2 2 0 1 0 -.586 2.818" - } - ], - [ - "path", - { - "d": "M12 4v10" - } - ], - [ - "path", - { - "d": "M12 18v2" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M18 9v4" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "adjustments": [ - [ - "path", - { - "d": "M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 4v4" - } - ], - [ - "path", - { - "d": "M6 12v8" - } - ], - [ - "path", - { - "d": "M10 16a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 4v10" - } - ], - [ - "path", - { - "d": "M12 18v2" - } - ], - [ - "path", - { - "d": "M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 4v1" - } - ], - [ - "path", - { - "d": "M18 9v11" - } - ] - ], - "aerial-lift": [ - [ - "path", - { - "d": "M4 5l16 -2m-8 1v10m-5.106 -6h10.306c2.45 3 2.45 9 -.2 12h-10.106c-2.544 -3 -2.544 -9 0 -12zm-1.894 6h14" - } - ] - ], - "affiliate-filled": [ - [ - "path", - { - "d": "M18.5 3a2.5 2.5 0 1 1 -.912 4.828l-4.556 4.555a5.475 5.475 0 0 1 .936 3.714l2.624 .787a2.5 2.5 0 1 1 -.575 1.916l-2.623 -.788a5.5 5.5 0 0 1 -10.39 -2.29l-.004 -.222l.004 -.221a5.5 5.5 0 0 1 2.984 -4.673l-.788 -2.624a2.498 2.498 0 0 1 -2.194 -2.304l-.006 -.178l.005 -.164a2.5 2.5 0 1 1 4.111 2.071l.787 2.625a5.475 5.475 0 0 1 3.714 .936l4.555 -4.556a2.487 2.487 0 0 1 -.167 -.748l-.005 -.164l.005 -.164a2.5 2.5 0 0 1 2.495 -2.336z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "affiliate": [ - [ - "path", - { - "d": "M5.931 6.936l1.275 4.249m5.607 5.609l4.251 1.275" - } - ], - [ - "path", - { - "d": "M11.683 12.317l5.759 -5.759" - } - ], - [ - "path", - { - "d": "M5.5 5.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" - } - ], - [ - "path", - { - "d": "M18.5 5.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" - } - ], - [ - "path", - { - "d": "M18.5 18.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" - } - ], - [ - "path", - { - "d": "M8.5 15.5m-4.5 0a4.5 4.5 0 1 0 9 0a4.5 4.5 0 1 0 -9 0" - } - ] - ], - "air-balloon": [ - [ - "path", - { - "d": "M10 19m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M12 16c3.314 0 6 -4.686 6 -8a6 6 0 1 0 -12 0c0 3.314 2.686 8 6 8z" - } - ], - [ - "path", - { - "d": "M12 9m-2 0a2 7 0 1 0 4 0a2 7 0 1 0 -4 0" - } - ] - ], - "air-conditioning-disabled": [ - [ - "path", - { - "d": "M3 8m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 16v-3a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v3" - } - ] - ], - "air-conditioning": [ - [ - "path", - { - "d": "M8 16a3 3 0 0 1 -3 3" - } - ], - [ - "path", - { - "d": "M16 16a3 3 0 0 0 3 3" - } - ], - [ - "path", - { - "d": "M12 16v4" - } - ], - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 13v-3a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v3" - } - ] - ], - "air-traffic-control": [ - [ - "path", - { - "d": "M11 3h2" - } - ], - [ - "path", - { - "d": "M12 3v3" - } - ], - [ - "path", - { - "d": "M5.998 6h12.004a2 2 0 0 1 1.916 2.575l-1.8 6a2 2 0 0 1 -1.916 1.425h-8.404a2 2 0 0 1 -1.916 -1.425l-1.8 -6a2 2 0 0 1 1.916 -2.575z" - } - ], - [ - "path", - { - "d": "M8.5 6l1.5 10v5" - } - ], - [ - "path", - { - "d": "M15.5 6l-1.5 10v5" - } - ] - ], - "alarm-average": [ - [ - "path", - { - "d": "M5 13a7 7 0 1 0 14 0a7 7 0 0 0 -14 0" - } - ], - [ - "path", - { - "d": "M7 4l-2.75 2" - } - ], - [ - "path", - { - "d": "M17 4l2.75 2" - } - ], - [ - "path", - { - "d": "M8 13h1l2 3l2 -6l2 3h1" - } - ] - ], - "alarm-filled": [ - [ - "path", - { - "d": "M16 6.072a8 8 0 1 1 -11.995 7.213l-.005 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-4 2.928a1 1 0 0 0 -1 1v3l.007 .117a1 1 0 0 0 .993 .883h2l.117 -.007a1 1 0 0 0 .883 -.993l-.007 -.117a1 1 0 0 0 -.993 -.883h-1v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M6.412 3.191a1 1 0 0 1 1.273 1.539l-.097 .08l-2.75 2a1 1 0 0 1 -1.273 -1.54l.097 -.08l2.75 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M16.191 3.412a1 1 0 0 1 1.291 -.288l.106 .067l2.75 2a1 1 0 0 1 -1.07 1.685l-.106 -.067l-2.75 -2a1 1 0 0 1 -.22 -1.397z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "alarm-minus-filled": [ - [ - "path", - { - "d": "M16 6.072a8 8 0 1 1 -11.995 7.213l-.005 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-2 5.928h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M6.412 3.191a1 1 0 0 1 1.273 1.539l-.097 .08l-2.75 2a1 1 0 0 1 -1.273 -1.54l.097 -.08l2.75 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M16.191 3.412a1 1 0 0 1 1.291 -.288l.106 .067l2.75 2a1 1 0 0 1 -1.07 1.685l-.106 -.067l-2.75 -2a1 1 0 0 1 -.22 -1.397z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "alarm-minus": [ - [ - "path", - { - "d": "M12 13m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M7 4l-2.75 2" - } - ], - [ - "path", - { - "d": "M17 4l2.75 2" - } - ], - [ - "path", - { - "d": "M10 13h4" - } - ] - ], - "alarm-off": [ - [ - "path", - { - "d": "M7.587 7.566a7 7 0 1 0 9.833 9.864m1.35 -2.645a7 7 0 0 0 -8.536 -8.56" - } - ], - [ - "path", - { - "d": "M12 12v1h1" - } - ], - [ - "path", - { - "d": "M5.261 5.265l-1.011 .735" - } - ], - [ - "path", - { - "d": "M17 4l2.75 2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "alarm-plus-filled": [ - [ - "path", - { - "d": "M16 6.072a8 8 0 1 1 -11.995 7.213l-.005 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-4 3.928a1 1 0 0 0 -1 1v1h-1l-.117 .007a1 1 0 0 0 .117 1.993h1v1l.007 .117a1 1 0 0 0 1.993 -.117v-1h1l.117 -.007a1 1 0 0 0 -.117 -1.993h-1v-1l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M6.412 3.191a1 1 0 0 1 1.273 1.539l-.097 .08l-2.75 2a1 1 0 0 1 -1.273 -1.54l.097 -.08l2.75 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M16.191 3.412a1 1 0 0 1 1.291 -.288l.106 .067l2.75 2a1 1 0 0 1 -1.07 1.685l-.106 -.067l-2.75 -2a1 1 0 0 1 -.22 -1.397z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "alarm-plus": [ - [ - "path", - { - "d": "M12 13m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M7 4l-2.75 2" - } - ], - [ - "path", - { - "d": "M17 4l2.75 2" - } - ], - [ - "path", - { - "d": "M10 13h4" - } - ], - [ - "path", - { - "d": "M12 11v4" - } - ] - ], - "alarm-snooze-filled": [ - [ - "path", - { - "d": "M16 6.072a8 8 0 1 1 -11.995 7.213l-.005 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-2 3.928h-4l-.117 .007a1 1 0 0 0 -.883 .993l.007 .117a1 1 0 0 0 .993 .883h1.584l-2.291 2.293l-.076 .084c-.514 .637 -.07 1.623 .783 1.623h4l.117 -.007a1 1 0 0 0 .883 -.993l-.007 -.117a1 1 0 0 0 -.993 -.883h-1.586l2.293 -2.293l.076 -.084c.514 -.637 .07 -1.623 -.783 -1.623z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M6.412 3.191a1 1 0 0 1 1.273 1.539l-.097 .08l-2.75 2a1 1 0 0 1 -1.273 -1.54l.097 -.08l2.75 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M16.191 3.412a1 1 0 0 1 1.291 -.288l.106 .067l2.75 2a1 1 0 0 1 -1.07 1.685l-.106 -.067l-2.75 -2a1 1 0 0 1 -.22 -1.397z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "alarm-snooze": [ - [ - "path", - { - "d": "M12 13m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M10 11h4l-4 4h4" - } - ], - [ - "path", - { - "d": "M7 4l-2.75 2" - } - ], - [ - "path", - { - "d": "M17 4l2.75 2" - } - ] - ], - "alarm": [ - [ - "path", - { - "d": "M12 13m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M12 10l0 3l2 0" - } - ], - [ - "path", - { - "d": "M7 4l-2.75 2" - } - ], - [ - "path", - { - "d": "M17 4l2.75 2" - } - ] - ], - "album-off": [ - [ - "path", - { - "d": "M8 4h10a2 2 0 0 1 2 2v10m-.581 3.41c-.362 .364 -.864 .59 -1.419 .59h-12a2 2 0 0 1 -2 -2v-12c0 -.552 .224 -1.052 .585 -1.413" - } - ], - [ - "path", - { - "d": "M12 4v4m1.503 1.497l.497 -.497l2 2v-7" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "album": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 4v7l2 -2l2 2v-7" - } - ] - ], - "alert-circle-filled": [ - [ - "path", - { - "d": "M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -19.995 .324l-.005 -.324l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72zm.01 13l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -8a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "alert-circle-off": [ - [ - "path", - { - "d": "M5.644 5.629a9 9 0 1 0 12.715 12.741m1.693 -2.349a9 9 0 0 0 -12.087 -12.068" - } - ], - [ - "path", - { - "d": "M12 7v1" - } - ], - [ - "path", - { - "d": "M12 16h.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "alert-circle": [ - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 8v4" - } - ], - [ - "path", - { - "d": "M12 16h.01" - } - ] - ], - "alert-hexagon-filled": [ - [ - "path", - { - "d": "M10.425 1.414a3.33 3.33 0 0 1 3.026 -.097l.19 .097l6.775 3.995l.096 .063l.092 .077l.107 .075a3.224 3.224 0 0 1 1.266 2.188l.018 .202l.005 .204v7.284c0 1.106 -.57 2.129 -1.454 2.693l-.17 .1l-6.803 4.302c-.918 .504 -2.019 .535 -3.004 .068l-.196 -.1l-6.695 -4.237a3.225 3.225 0 0 1 -1.671 -2.619l-.007 -.207v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098zm1.585 13.586l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -8a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "alert-hexagon-off": [ - [ - "path", - { - "d": "M18.36 18.387l-5.268 3.333a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l1.317 -.777m2.535 -1.493l2.898 -1.709a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .414 -.116 .812 -.326 1.155" - } - ], - [ - "path", - { - "d": "M12 7v1" - } - ], - [ - "path", - { - "d": "M12 8v.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M12 16h.01" - } - ] - ], - "alert-hexagon": [ - [ - "path", - { - "d": "M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M12 8v4" - } - ], - [ - "path", - { - "d": "M12 16h.01" - } - ] - ], - "alert-octagon-filled": [ - [ - "path", - { - "d": "M14.897 1a4 4 0 0 1 2.664 1.016l.165 .156l4.1 4.1a4 4 0 0 1 1.168 2.605l.006 .227v5.794a4 4 0 0 1 -1.016 2.664l-.156 .165l-4.1 4.1a4 4 0 0 1 -2.603 1.168l-.227 .006h-5.795a3.999 3.999 0 0 1 -2.664 -1.017l-.165 -.156l-4.1 -4.1a4 4 0 0 1 -1.168 -2.604l-.006 -.227v-5.794a4 4 0 0 1 1.016 -2.664l.156 -.165l4.1 -4.1a4 4 0 0 1 2.605 -1.168l.227 -.006h5.793zm-2.887 14l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -8a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "alert-octagon": [ - [ - "path", - { - "d": "M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0z" - } - ], - [ - "path", - { - "d": "M12 8v4" - } - ], - [ - "path", - { - "d": "M12 16h.01" - } - ] - ], - "alert-small-off": [ - [ - "path", - { - "d": "M12 16h.01" - } - ], - [ - "path", - { - "d": "M12 7v1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "alert-small": [ - [ - "path", - { - "d": "M12 8v4" - } - ], - [ - "path", - { - "d": "M12 16h.01" - } - ] - ], - "alert-square-filled": [ - [ - "path", - { - "d": "M19 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h14zm-6.99 13l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -8a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "alert-square-rounded-filled": [ - [ - "path", - { - "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm.01 13l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -8a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "alert-square-rounded-off": [ - [ - "path", - { - "d": "M19.201 19.199c-1.35 1.35 -3.6 1.801 -7.201 1.801c-7.2 0 -9 -1.8 -9 -9c0 -3.598 .45 -5.847 1.797 -7.197m2.626 -1.376c1.204 -.307 2.709 -.427 4.577 -.427c7.2 0 9 1.8 9 9c0 1.865 -.12 3.367 -.425 4.57" - } - ], - [ - "path", - { - "d": "M12 7v1" - } - ], - [ - "path", - { - "d": "M12 16h.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "alert-square-rounded": [ - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ], - [ - "path", - { - "d": "M12 8v4" - } - ], - [ - "path", - { - "d": "M12 16h.01" - } - ] - ], - "alert-square": [ - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ], - [ - "path", - { - "d": "M12 8v4" - } - ], - [ - "path", - { - "d": "M12 16h.01" - } - ] - ], - "alert-triangle-filled": [ - [ - "path", - { - "d": "M12 1.67c.955 0 1.845 .467 2.39 1.247l.105 .16l8.114 13.548a2.914 2.914 0 0 1 -2.307 4.363l-.195 .008h-16.225a2.914 2.914 0 0 1 -2.582 -4.2l.099 -.185l8.11 -13.538a2.914 2.914 0 0 1 2.491 -1.403zm.01 13.33l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -7a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "alert-triangle-off": [ - [ - "path", - { - "d": "M21.998 17.997a1.913 1.913 0 0 0 -.255 -.872l-8.106 -13.534a1.914 1.914 0 0 0 -3.274 0l-1.04 1.736m-1.493 2.493l-5.573 9.304a1.914 1.914 0 0 0 1.636 2.871h16.107" - } - ], - [ - "path", - { - "d": "M12 16h.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M12 7v1" - } - ] - ], - "alert-triangle": [ - [ - "path", - { - "d": "M12 9v4" - } - ], - [ - "path", - { - "d": "M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0z" - } - ], - [ - "path", - { - "d": "M12 16h.01" - } - ] - ], - "alien-filled": [ - [ - "path", - { - "d": "M12.004 2c4.942 0 8.288 2.503 8.85 6.444a12.884 12.884 0 0 1 -2.163 9.308a11.794 11.794 0 0 1 -3.51 3.356c-1.982 1.19 -4.376 1.19 -6.373 -.008a11.763 11.763 0 0 1 -3.489 -3.34a12.808 12.808 0 0 1 -2.171 -9.306c.564 -3.95 3.91 -6.454 8.856 -6.454zm1.913 14.6a1 1 0 0 0 -1.317 -.517l-.146 .055a1.5 1.5 0 0 1 -1.054 -.055l-.11 -.04a1 1 0 0 0 -.69 1.874a3.5 3.5 0 0 0 2.8 0a1 1 0 0 0 .517 -1.317zm-5.304 -6.39a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -1.497l-2 -2zm8.094 .083a1 1 0 0 0 -1.414 0l-2 2l-.083 .094a1 1 0 0 0 1.497 1.32l2 -2l.083 -.094a1 1 0 0 0 -.083 -1.32z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "alien": [ - [ - "path", - { - "d": "M11 17a2.5 2.5 0 0 0 2 0" - } - ], - [ - "path", - { - "d": "M12 3c-4.664 0 -7.396 2.331 -7.862 5.595a11.816 11.816 0 0 0 2 8.592a10.777 10.777 0 0 0 3.199 3.064c1.666 1 3.664 1 5.33 0a10.777 10.777 0 0 0 3.199 -3.064a11.89 11.89 0 0 0 2 -8.592c-.466 -3.265 -3.198 -5.595 -7.862 -5.595z" - } - ], - [ - "path", - { - "d": "M8 11l2 2" - } - ], - [ - "path", - { - "d": "M16 11l-2 2" - } - ] - ], - "align-box-bottom-center-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-9.333 13a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 -4a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 2a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "align-box-bottom-center": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 15v2" - } - ], - [ - "path", - { - "d": "M12 11v6" - } - ], - [ - "path", - { - "d": "M15 13v4" - } - ] - ], - "align-box-bottom-left-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-12.333 13a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 -4a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 2a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "align-box-bottom-left": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 15v2" - } - ], - [ - "path", - { - "d": "M10 11v6" - } - ], - [ - "path", - { - "d": "M13 13v4" - } - ] - ], - "align-box-bottom-right-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-6.333 13a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 -4a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 2a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "align-box-bottom-right": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M11 15v2" - } - ], - [ - "path", - { - "d": "M14 11v6" - } - ], - [ - "path", - { - "d": "M17 13v4" - } - ] - ], - "align-box-center-bottom": [ - [ - "path", - { - "d": "M3 19v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M11 17h2" - } - ], - [ - "path", - { - "d": "M9 14h6" - } - ], - [ - "path", - { - "d": "M10 11h4" - } - ] - ], - "align-box-center-middle-filled": [ - [ - "path", - { - "d": "M19 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.993 -2.802l-.007 -.198v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h14zm-6 12h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm2 -3h-6l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h6l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-1 -3h-4l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h4l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "align-box-center-middle": [ - [ - "path", - { - "d": "M3 19v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M11 15h2" - } - ], - [ - "path", - { - "d": "M9 12h6" - } - ], - [ - "path", - { - "d": "M10 9h4" - } - ] - ], - "align-box-center-stretch": [ - [ - "path", - { - "d": "M3 19v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M11 17h2" - } - ], - [ - "path", - { - "d": "M9 12h6" - } - ], - [ - "path", - { - "d": "M10 7h4" - } - ] - ], - "align-box-center-top": [ - [ - "path", - { - "d": "M3 19v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M11 13h2" - } - ], - [ - "path", - { - "d": "M9 10h6" - } - ], - [ - "path", - { - "d": "M10 7h4" - } - ] - ], - "align-box-left-bottom-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-10.333 15h-2l-.117 .007a1 1 0 0 0 .117 1.993h2l.117 -.007a1 1 0 0 0 -.117 -1.993zm4 -3h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993zm-2 -3h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "align-box-left-bottom": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 17h-2" - } - ], - [ - "path", - { - "d": "M13 14h-6" - } - ], - [ - "path", - { - "d": "M11 11h-4" - } - ] - ], - "align-box-left-middle-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-10.333 12h-2l-.117 .007a1 1 0 0 0 .117 1.993h2l.117 -.007a1 1 0 0 0 -.117 -1.993zm4 -3h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993zm-2 -3h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "align-box-left-middle": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 15h-2" - } - ], - [ - "path", - { - "d": "M13 12h-6" - } - ], - [ - "path", - { - "d": "M11 9h-4" - } - ] - ], - "align-box-left-stretch": [ - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ], - [ - "path", - { - "d": "M9 17h-2" - } - ], - [ - "path", - { - "d": "M13 12h-6" - } - ], - [ - "path", - { - "d": "M11 7h-4" - } - ] - ], - "align-box-left-top-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-10.333 9h-2l-.117 .007a1 1 0 0 0 .117 1.993h2l.117 -.007a1 1 0 0 0 -.117 -1.993zm4 -3h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993zm-2 -3h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "align-box-left-top": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 13h-2" - } - ], - [ - "path", - { - "d": "M13 10h-6" - } - ], - [ - "path", - { - "d": "M11 7h-4" - } - ] - ], - "align-box-right-bottom-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-.333 15h-2l-.117 .007a1 1 0 0 0 .117 1.993h2l.117 -.007a1 1 0 0 0 -.117 -1.993zm0 -3h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993zm0 -3h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "align-box-right-bottom": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M15 17h2" - } - ], - [ - "path", - { - "d": "M11 14h6" - } - ], - [ - "path", - { - "d": "M13 11h4" - } - ] - ], - "align-box-right-middle-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-.333 12h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm0 -3h-6l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h6l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm0 -3h-4l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h4l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "align-box-right-middle": [ - [ - "path", - { - "d": "M15 15h2" - } - ], - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ], - [ - "path", - { - "d": "M11 12h6" - } - ], - [ - "path", - { - "d": "M13 9h4" - } - ] - ], - "align-box-right-stretch": [ - [ - "path", - { - "d": "M15 17h2" - } - ], - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ], - [ - "path", - { - "d": "M11 12h6" - } - ], - [ - "path", - { - "d": "M13 7h4" - } - ] - ], - "align-box-right-top-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-.333 9h-2l-.117 .007a1 1 0 0 0 .117 1.993h2l.117 -.007a1 1 0 0 0 -.117 -1.993zm0 -3h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993zm0 -3h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "align-box-right-top": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M15 13h2" - } - ], - [ - "path", - { - "d": "M11 10h6" - } - ], - [ - "path", - { - "d": "M13 7h4" - } - ] - ], - "align-box-top-center-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-6.333 3a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm-6 0a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "align-box-top-center": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 9v-2" - } - ], - [ - "path", - { - "d": "M12 13v-6" - } - ], - [ - "path", - { - "d": "M15 11v-4" - } - ] - ], - "align-box-top-left-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-9.333 3a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm-6 0a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "align-box-top-left": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 9v-2" - } - ], - [ - "path", - { - "d": "M10 13v-6" - } - ], - [ - "path", - { - "d": "M13 11v-4" - } - ] - ], - "align-box-top-right-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.333 3a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm-6 0a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "align-box-top-right": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M11 9v-2" - } - ], - [ - "path", - { - "d": "M14 13v-6" - } - ], - [ - "path", - { - "d": "M17 11v-4" - } - ] - ], - "align-center": [ - [ - "path", - { - "d": "M4 6l16 0" - } - ], - [ - "path", - { - "d": "M8 12l8 0" - } - ], - [ - "path", - { - "d": "M6 18l12 0" - } - ] - ], - "align-justified": [ - [ - "path", - { - "d": "M4 6l16 0" - } - ], - [ - "path", - { - "d": "M4 12l16 0" - } - ], - [ - "path", - { - "d": "M4 18l12 0" - } - ] - ], - "align-left": [ - [ - "path", - { - "d": "M4 6l16 0" - } - ], - [ - "path", - { - "d": "M4 12l10 0" - } - ], - [ - "path", - { - "d": "M4 18l14 0" - } - ] - ], - "align-right": [ - [ - "path", - { - "d": "M4 6l16 0" - } - ], - [ - "path", - { - "d": "M10 12l10 0" - } - ], - [ - "path", - { - "d": "M6 18l14 0" - } - ] - ], - "alpha": [ - [ - "path", - { - "d": "M18.1 6c-1.1 2.913 -1.9 4.913 -2.4 6c-1.879 4.088 -3.713 6 -6 6c-2.4 0 -4.8 -2.4 -4.8 -6s2.4 -6 4.8 -6c2.267 0 4.135 1.986 6 6c.512 1.102 1.312 3.102 2.4 6" - } - ] - ], - "alphabet-cyrillic": [ - [ - "path", - { - "d": "M6 10h2a2 2 0 0 1 2 2v5h-3a2 2 0 1 1 0 -4h3" - } - ], - [ - "path", - { - "d": "M19 7h-3a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h1a2 2 0 0 0 2 -2v-3a2 2 0 0 0 -2 -2h-3" - } - ] - ], - "alphabet-greek": [ - [ - "path", - { - "d": "M10 10v7" - } - ], - [ - "path", - { - "d": "M5 10m0 2a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 20v-11a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2" - } - ] - ], - "alphabet-latin": [ - [ - "path", - { - "d": "M6 10h2a2 2 0 0 1 2 2v5h-3a2 2 0 1 1 0 -4h3" - } - ], - [ - "path", - { - "d": "M14 7v10" - } - ], - [ - "path", - { - "d": "M14 10m0 2a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2z" - } - ] - ], - "alt": [ - [ - "path", - { - "d": "M4 16v-6a2 2 0 1 1 4 0v6" - } - ], - [ - "path", - { - "d": "M4 13h4" - } - ], - [ - "path", - { - "d": "M11 8v8h4" - } - ], - [ - "path", - { - "d": "M16 8h4" - } - ], - [ - "path", - { - "d": "M18 8v8" - } - ] - ], - "ambulance": [ - [ - "path", - { - "d": "M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 17h-2v-11a1 1 0 0 1 1 -1h9v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5" - } - ], - [ - "path", - { - "d": "M6 10h4m-2 -2v4" - } - ] - ], - "ampersand": [ - [ - "path", - { - "d": "M19 20l-10.403 -10.972a2.948 2.948 0 0 1 0 -4.165a2.94 2.94 0 0 1 4.161 0a2.948 2.948 0 0 1 0 4.165l-4.68 4.687a3.685 3.685 0 0 0 0 5.207a3.675 3.675 0 0 0 5.2 0l5.722 -5.922" - } - ] - ], - "analyze-filled": [ - [ - "path", - { - "d": "M4.99 12.862a7.1 7.1 0 0 0 12.171 3.924a1.956 1.956 0 0 1 -.156 -.637l-.005 -.149l.005 -.15a2 2 0 1 1 1.769 2.137a9.099 9.099 0 0 1 -15.764 -4.85a1 1 0 0 1 1.98 -.275z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 8a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M13.142 3.09a9.1 9.1 0 0 1 7.848 7.772a1 1 0 0 1 -1.98 .276a7.1 7.1 0 0 0 -6.125 -6.064a7.096 7.096 0 0 0 -6.048 2.136a2 2 0 1 1 -3.831 .939l-.006 -.149l.005 -.15a2 2 0 0 1 2.216 -1.838a9.094 9.094 0 0 1 7.921 -2.922z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "analyze-off": [ - [ - "path", - { - "d": "M20 11a8.1 8.1 0 0 0 -6.986 -6.918a8.086 8.086 0 0 0 -4.31 .62m-2.383 1.608a8.089 8.089 0 0 0 -1.326 1.69" - } - ], - [ - "path", - { - "d": "M4 13a8.1 8.1 0 0 0 13.687 4.676" - } - ], - [ - "path", - { - "d": "M20 16a1 1 0 0 0 -1 -1" - } - ], - [ - "path", - { - "d": "M5 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M9.888 9.87a3 3 0 1 0 4.233 4.252m.595 -3.397a3.012 3.012 0 0 0 -1.426 -1.435" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "analyze": [ - [ - "path", - { - "d": "M20 11a8.1 8.1 0 0 0 -6.986 -6.918a8.095 8.095 0 0 0 -8.019 3.918" - } - ], - [ - "path", - { - "d": "M4 13a8.1 8.1 0 0 0 15 3" - } - ], - [ - "path", - { - "d": "M19 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M5 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ] - ], - "anchor-off": [ - [ - "path", - { - "d": "M12 12v9" - } - ], - [ - "path", - { - "d": "M4 13a8 8 0 0 0 14.138 5.13m1.44 -2.56a7.99 7.99 0 0 0 .422 -2.57" - } - ], - [ - "path", - { - "d": "M21 13h-2" - } - ], - [ - "path", - { - "d": "M5 13h-2" - } - ], - [ - "path", - { - "d": "M12.866 8.873a3 3 0 1 0 -3.737 -3.747" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "anchor": [ - [ - "path", - { - "d": "M12 9v12m-8 -8a8 8 0 0 0 16 0m1 0h-2m-14 0h-2" - } - ], - [ - "path", - { - "d": "M12 6m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ] - ], - "angle": [ - [ - "path", - { - "d": "M21 19h-18l9 -15" - } - ], - [ - "path", - { - "d": "M20.615 15.171h.015" - } - ], - [ - "path", - { - "d": "M19.515 11.771h.015" - } - ], - [ - "path", - { - "d": "M17.715 8.671h.015" - } - ], - [ - "path", - { - "d": "M15.415 5.971h.015" - } - ] - ], - "ankh": [ - [ - "path", - { - "d": "M6 13h12" - } - ], - [ - "path", - { - "d": "M12 21v-8l-.422 -.211a6.472 6.472 0 0 1 -3.578 -5.789a4 4 0 1 1 8 0a6.472 6.472 0 0 1 -3.578 5.789l-.422 .211" - } - ] - ], - "antenna-bars-1": [ - [ - "path", - { - "d": "M6 18l0 .01" - } - ], - [ - "path", - { - "d": "M10 18l0 .01" - } - ], - [ - "path", - { - "d": "M14 18l0 .01" - } - ], - [ - "path", - { - "d": "M18 18l0 .01" - } - ] - ], - "antenna-bars-2": [ - [ - "path", - { - "d": "M6 18l0 -3" - } - ], - [ - "path", - { - "d": "M10 18l0 .01" - } - ], - [ - "path", - { - "d": "M14 18l0 .01" - } - ], - [ - "path", - { - "d": "M18 18l0 .01" - } - ] - ], - "antenna-bars-3": [ - [ - "path", - { - "d": "M6 18l0 -3" - } - ], - [ - "path", - { - "d": "M10 18l0 -6" - } - ], - [ - "path", - { - "d": "M14 18l0 .01" - } - ], - [ - "path", - { - "d": "M18 18l0 .01" - } - ] - ], - "antenna-bars-4": [ - [ - "path", - { - "d": "M6 18l0 -3" - } - ], - [ - "path", - { - "d": "M10 18l0 -6" - } - ], - [ - "path", - { - "d": "M14 18l0 -9" - } - ], - [ - "path", - { - "d": "M18 18l0 .01" - } - ] - ], - "antenna-bars-5": [ - [ - "path", - { - "d": "M6 18l0 -3" - } - ], - [ - "path", - { - "d": "M10 18l0 -6" - } - ], - [ - "path", - { - "d": "M14 18l0 -9" - } - ], - [ - "path", - { - "d": "M18 18l0 -12" - } - ] - ], - "antenna-bars-off": [ - [ - "path", - { - "d": "M6 18v-3" - } - ], - [ - "path", - { - "d": "M10 18v-6" - } - ], - [ - "path", - { - "d": "M14 18v-4" - } - ], - [ - "path", - { - "d": "M14 10v-1" - } - ], - [ - "path", - { - "d": "M18 14v-8" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "antenna-off": [ - [ - "path", - { - "d": "M20 4v8" - } - ], - [ - "path", - { - "d": "M16 4.5v7" - } - ], - [ - "path", - { - "d": "M12 5v3m0 4v9" - } - ], - [ - "path", - { - "d": "M8 8v2.5" - } - ], - [ - "path", - { - "d": "M4 6v4" - } - ], - [ - "path", - { - "d": "M20 8h-8m-4 0h-4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "antenna": [ - [ - "path", - { - "d": "M20 4v8" - } - ], - [ - "path", - { - "d": "M16 4.5v7" - } - ], - [ - "path", - { - "d": "M12 5v16" - } - ], - [ - "path", - { - "d": "M8 5.5v5" - } - ], - [ - "path", - { - "d": "M4 6v4" - } - ], - [ - "path", - { - "d": "M20 8h-16" - } - ] - ], - "aperture-off": [ - [ - "path", - { - "d": "M3.6 15h10.55" - } - ], - [ - "path", - { - "d": "M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098" - } - ], - [ - "path", - { - "d": "M7.395 7.534l2.416 7.438" - } - ], - [ - "path", - { - "d": "M17.032 4.636l-4.852 3.526m-2.334 1.695l-1.349 .98" - } - ], - [ - "path", - { - "d": "M20.559 14.51l-8.535 -6.201" - } - ], - [ - "path", - { - "d": "M12.257 20.916l2.123 -6.533m.984 -3.028l.154 -.473" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "aperture": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M3.6 15h10.55" - } - ], - [ - "path", - { - "d": "M6.551 4.938l3.26 10.034" - } - ], - [ - "path", - { - "d": "M17.032 4.636l-8.535 6.201" - } - ], - [ - "path", - { - "d": "M20.559 14.51l-8.535 -6.201" - } - ], - [ - "path", - { - "d": "M12.257 20.916l3.261 -10.034" - } - ] - ], - "api-app-off": [ - [ - "path", - { - "d": "M12 15h-6.5a2.5 2.5 0 1 1 0 -5h.5" - } - ], - [ - "path", - { - "d": "M15 15v3.5a2.5 2.5 0 1 1 -5 0v-.5" - } - ], - [ - "path", - { - "d": "M13 9h5.5a2.5 2.5 0 1 1 0 5h-.5" - } - ], - [ - "path", - { - "d": "M9 12v-3m.042 -3.957a2.5 2.5 0 0 1 4.958 .457v.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "api-app": [ - [ - "path", - { - "d": "M12 15h-6.5a2.5 2.5 0 1 1 0 -5h.5" - } - ], - [ - "path", - { - "d": "M15 12v6.5a2.5 2.5 0 1 1 -5 0v-.5" - } - ], - [ - "path", - { - "d": "M12 9h6.5a2.5 2.5 0 1 1 0 5h-.5" - } - ], - [ - "path", - { - "d": "M9 12v-6.5a2.5 2.5 0 0 1 5 0v.5" - } - ] - ], - "api-off": [ - [ - "path", - { - "d": "M4 13h5" - } - ], - [ - "path", - { - "d": "M12 16v-4m0 -4h3a2 2 0 0 1 2 2v1c0 .554 -.225 1.055 -.589 1.417m-3.411 .583h-1" - } - ], - [ - "path", - { - "d": "M20 8v8" - } - ], - [ - "path", - { - "d": "M9 16v-5.5a2.5 2.5 0 0 0 -5 0v5.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "api": [ - [ - "path", - { - "d": "M4 13h5" - } - ], - [ - "path", - { - "d": "M12 16v-8h3a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-3" - } - ], - [ - "path", - { - "d": "M20 8v8" - } - ], - [ - "path", - { - "d": "M9 16v-5.5a2.5 2.5 0 0 0 -5 0v5.5" - } - ] - ], - "app-window-filled": [ - [ - "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-12.99 3l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm3 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "app-window": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M6 8h.01" - } - ], - [ - "path", - { - "d": "M9 8h.01" - } - ] - ], - "apple": [ - [ - "path", - { - "d": "M12 14m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M12 11v-6a2 2 0 0 1 2 -2h2v1a2 2 0 0 1 -2 2h-2" - } - ], - [ - "path", - { - "d": "M10 10.5c1.333 .667 2.667 .667 4 0" - } - ] - ], - "apps-filled": [ - [ - "path", - { - "d": "M9 3h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M9 13h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M19 13h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M17 3a1 1 0 0 1 .993 .883l.007 .117v2h2a1 1 0 0 1 .117 1.993l-.117 .007h-2v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2v-2a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "apps-off": [ - [ - "path", - { - "d": "M8 4h1a1 1 0 0 1 1 1v1m-.29 3.704a1 1 0 0 1 -.71 .296h-4a1 1 0 0 1 -1 -1v-4c0 -.276 .111 -.525 .292 -.706" - } - ], - [ - "path", - { - "d": "M18 14h1a1 1 0 0 1 1 1v1m-.29 3.704a1 1 0 0 1 -.71 .296h-4a1 1 0 0 1 -1 -1v-4c0 -.276 .111 -.525 .292 -.706" - } - ], - [ - "path", - { - "d": "M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M14 7h6" - } - ], - [ - "path", - { - "d": "M17 4v6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "apps": [ - [ - "path", - { - "d": "M4 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M14 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M14 7l6 0" - } - ], - [ - "path", - { - "d": "M17 4l0 6" - } - ] - ], - "archery-arrow": [ - [ - "path", - { - "d": "M14 7v3h3l3 -3h-3v-3z" - } - ], - [ - "path", - { - "d": "M14 10l-9 9" - } - ], - [ - "path", - { - "d": "M5 15v4h4" - } - ] - ], - "archive-filled": [ - [ - "rect", - { - "x": "2", - "y": "3", - "width": "20", - "height": "4", - "rx": "2", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M19 9c.513 0 .936 .463 .993 1.06l.007 .14v7.2c0 1.917 -1.249 3.484 -2.824 3.594l-.176 .006h-10c-1.598 0 -2.904 -1.499 -2.995 -3.388l-.005 -.212v-7.2c0 -.663 .448 -1.2 1 -1.2h14zm-5 2h-4l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h4l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "archive-off": [ - [ - "path", - { - "d": "M8 4h11a2 2 0 1 1 0 4h-7m-4 0h-3a2 2 0 0 1 -.826 -3.822" - } - ], - [ - "path", - { - "d": "M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 1.824 -1.18m.176 -3.82v-7" - } - ], - [ - "path", - { - "d": "M10 12h2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "archive": [ - [ - "path", - { - "d": "M3 4m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-10" - } - ], - [ - "path", - { - "d": "M10 12l4 0" - } - ] - ], - "armchair-2-off": [ - [ - "path", - { - "d": "M5 10v-4a3 3 0 0 1 .128 -.869m2.038 -2.013c.264 -.078 .544 -.118 .834 -.118h8a3 3 0 0 1 3 3v4" - } - ], - [ - "path", - { - "d": "M16.124 12.145a3 3 0 1 1 3.756 3.724m-.88 3.131h-14v-3a3 3 0 1 1 3 -3v2" - } - ], - [ - "path", - { - "d": "M8 12h4" - } - ], - [ - "path", - { - "d": "M7 19v2" - } - ], - [ - "path", - { - "d": "M17 19v2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "armchair-2": [ - [ - "path", - { - "d": "M5 10v-4a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v4" - } - ], - [ - "path", - { - "d": "M16 15v-2a3 3 0 1 1 3 3v3h-14v-3a3 3 0 1 1 3 -3v2" - } - ], - [ - "path", - { - "d": "M8 12h8" - } - ], - [ - "path", - { - "d": "M7 19v2" - } - ], - [ - "path", - { - "d": "M17 19v2" - } - ] - ], - "armchair-off": [ - [ - "path", - { - "d": "M17 13a2 2 0 1 1 4 0v4m-2 2h-14a2 2 0 0 1 -2 -2v-4a2 2 0 1 1 4 0v2h8.036" - } - ], - [ - "path", - { - "d": "M5 11v-5a3 3 0 0 1 .134 -.89m1.987 -1.98a3 3 0 0 1 .879 -.13h8a3 3 0 0 1 3 3v5" - } - ], - [ - "path", - { - "d": "M6 19v2" - } - ], - [ - "path", - { - "d": "M18 19v2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "armchair": [ - [ - "path", - { - "d": "M5 11a2 2 0 0 1 2 2v2h10v-2a2 2 0 1 1 4 0v4a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M5 11v-5a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v5" - } - ], - [ - "path", - { - "d": "M6 19v2" - } - ], - [ - "path", - { - "d": "M18 19v2" - } - ] - ], - "arrow-autofit-content-filled": [ - [ - "path", - { - "d": "M6.707 3.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.292 1.293h4.585a1 1 0 0 1 .117 1.993l-.117 .007h-4.585l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1.008 1.008 0 0 1 -.097 -.112l-.071 -.11l-.054 -.114l-.035 -.105l-.025 -.118l-.007 -.058l-.004 -.09l.003 -.075l.017 -.126l.03 -.111l.044 -.111l.052 -.098l.064 -.092l.083 -.094l3 -3a1 1 0 0 1 1.414 0z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M18.613 3.21l.094 .083l3 3a.927 .927 0 0 1 .097 .112l.071 .11l.054 .114l.035 .105l.03 .148l.006 .118l-.003 .075l-.017 .126l-.03 .111l-.044 .111l-.052 .098l-.074 .104l-.073 .082l-3 3a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.292 -1.293h-4.585a1 1 0 0 1 -.117 -1.993l.117 -.007h4.585l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M18 13h-12a3 3 0 0 0 -3 3v2a3 3 0 0 0 3 3h12a3 3 0 0 0 3 -3v-2a3 3 0 0 0 -3 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "arrow-autofit-content": [ - [ - "path", - { - "d": "M6 4l-3 3l3 3" - } - ], - [ - "path", - { - "d": "M18 4l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M4 14m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 7h-7" - } - ], - [ - "path", - { - "d": "M21 7h-7" - } - ] - ], - "arrow-autofit-down": [ - [ - "path", - { - "d": "M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8" - } - ], - [ - "path", - { - "d": "M18 4v17" - } - ], - [ - "path", - { - "d": "M15 18l3 3l3 -3" - } - ] - ], - "arrow-autofit-height": [ - [ - "path", - { - "d": "M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h6" - } - ], - [ - "path", - { - "d": "M18 14v7" - } - ], - [ - "path", - { - "d": "M18 3v7" - } - ], - [ - "path", - { - "d": "M15 18l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M15 6l3 -3l3 3" - } - ] - ], - "arrow-autofit-left": [ - [ - "path", - { - "d": "M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8" - } - ], - [ - "path", - { - "d": "M20 18h-17" - } - ], - [ - "path", - { - "d": "M6 15l-3 3l3 3" - } - ] - ], - "arrow-autofit-right": [ - [ - "path", - { - "d": "M20 12v-6a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v8" - } - ], - [ - "path", - { - "d": "M4 18h17" - } - ], - [ - "path", - { - "d": "M18 15l3 3l-3 3" - } - ] - ], - "arrow-autofit-up": [ - [ - "path", - { - "d": "M12 4h-6a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h8" - } - ], - [ - "path", - { - "d": "M18 20v-17" - } - ], - [ - "path", - { - "d": "M15 6l3 -3l3 3" - } - ] - ], - "arrow-autofit-width": [ - [ - "path", - { - "d": "M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M10 18h-7" - } - ], - [ - "path", - { - "d": "M21 18h-7" - } - ], - [ - "path", - { - "d": "M6 15l-3 3l3 3" - } - ], - [ - "path", - { - "d": "M18 15l3 3l-3 3" - } - ] - ], - "arrow-back-up-double": [ - [ - "path", - { - "d": "M13 14l-4 -4l4 -4" - } - ], - [ - "path", - { - "d": "M8 14l-4 -4l4 -4" - } - ], - [ - "path", - { - "d": "M9 10h7a4 4 0 1 1 0 8h-1" - } - ] - ], - "arrow-back-up": [ - [ - "path", - { - "d": "M9 14l-4 -4l4 -4" - } - ], - [ - "path", - { - "d": "M5 10h11a4 4 0 1 1 0 8h-1" - } - ] - ], - "arrow-back": [ - [ - "path", - { - "d": "M9 11l-4 4l4 4m-4 -4h11a4 4 0 0 0 0 -8h-1" - } - ] - ], - "arrow-badge-down-filled": [ - [ - "path", - { - "d": "M16.375 6.22l-4.375 3.498l-4.375 -3.5a1 1 0 0 0 -1.625 .782v6a1 1 0 0 0 .375 .78l5 4a1 1 0 0 0 1.25 0l5 -4a1 1 0 0 0 .375 -.78v-6a1 1 0 0 0 -1.625 -.78z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "arrow-badge-down": [ - [ - "path", - { - "d": "M17 13v-6l-5 4l-5 -4v6l5 4z" - } - ] - ], - "arrow-badge-left-filled": [ - [ - "path", - { - "d": "M17 6h-6a1 1 0 0 0 -.78 .375l-4 5a1 1 0 0 0 0 1.25l4 5a1 1 0 0 0 .78 .375h6l.112 -.006a1 1 0 0 0 .669 -1.619l-3.501 -4.375l3.5 -4.375a1 1 0 0 0 -.78 -1.625z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "arrow-badge-left": [ - [ - "path", - { - "d": "M11 17h6l-4 -5l4 -5h-6l-4 5z" - } - ] - ], - "arrow-badge-right-filled": [ - [ - "path", - { - "d": "M7 6l-.112 .006a1 1 0 0 0 -.669 1.619l3.501 4.375l-3.5 4.375a1 1 0 0 0 .78 1.625h6a1 1 0 0 0 .78 -.375l4 -5a1 1 0 0 0 0 -1.25l-4 -5a1 1 0 0 0 -.78 -.375h-6z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "arrow-badge-right": [ - [ - "path", - { - "d": "M13 7h-6l4 5l-4 5h6l4 -5z" - } - ] - ], - "arrow-badge-up-filled": [ - [ - "path", - { - "d": "M11.375 6.22l-5 4a1 1 0 0 0 -.375 .78v6l.006 .112a1 1 0 0 0 1.619 .669l4.375 -3.501l4.375 3.5a1 1 0 0 0 1.625 -.78v-6a1 1 0 0 0 -.375 -.78l-5 -4a1 1 0 0 0 -1.25 0z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "arrow-badge-up": [ - [ - "path", - { - "d": "M17 11v6l-5 -4l-5 4v-6l5 -4z" - } - ] - ], - "arrow-bar-both": [ - [ - "path", - { - "d": "M8 12h-6" - } - ], - [ - "path", - { - "d": "M5 15l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M22 12h-6" - } - ], - [ - "path", - { - "d": "M19 15l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M12 4v16" - } - ] - ], - "arrow-bar-down": [ - [ - "path", - { - "d": "M12 20l0 -10" - } - ], - [ - "path", - { - "d": "M12 20l4 -4" - } - ], - [ - "path", - { - "d": "M12 20l-4 -4" - } - ], - [ - "path", - { - "d": "M4 4l16 0" - } - ] - ], - "arrow-bar-left": [ - [ - "path", - { - "d": "M4 12l10 0" - } - ], - [ - "path", - { - "d": "M4 12l4 4" - } - ], - [ - "path", - { - "d": "M4 12l4 -4" - } - ], - [ - "path", - { - "d": "M20 4l0 16" - } - ] - ], - "arrow-bar-right": [ - [ - "path", - { - "d": "M20 12l-10 0" - } - ], - [ - "path", - { - "d": "M20 12l-4 4" - } - ], - [ - "path", - { - "d": "M20 12l-4 -4" - } - ], - [ - "path", - { - "d": "M4 4l0 16" - } - ] - ], - "arrow-bar-to-down": [ - [ - "path", - { - "d": "M4 20l16 0" - } - ], - [ - "path", - { - "d": "M12 14l0 -10" - } - ], - [ - "path", - { - "d": "M12 14l4 -4" - } - ], - [ - "path", - { - "d": "M12 14l-4 -4" - } - ] - ], - "arrow-bar-to-left": [ - [ - "path", - { - "d": "M10 12l10 0" - } - ], - [ - "path", - { - "d": "M10 12l4 4" - } - ], - [ - "path", - { - "d": "M10 12l4 -4" - } - ], - [ - "path", - { - "d": "M4 4l0 16" - } - ] - ], - "arrow-bar-to-right": [ - [ - "path", - { - "d": "M14 12l-10 0" - } - ], - [ - "path", - { - "d": "M14 12l-4 4" - } - ], - [ - "path", - { - "d": "M14 12l-4 -4" - } - ], - [ - "path", - { - "d": "M20 4l0 16" - } - ] - ], - "arrow-bar-to-up": [ - [ - "path", - { - "d": "M12 10l0 10" - } - ], - [ - "path", - { - "d": "M12 10l4 4" - } - ], - [ - "path", - { - "d": "M12 10l-4 4" - } - ], - [ - "path", - { - "d": "M4 4l16 0" - } - ] - ], - "arrow-bar-up": [ - [ - "path", - { - "d": "M12 4l0 10" - } - ], - [ - "path", - { - "d": "M12 4l4 4" - } - ], - [ - "path", - { - "d": "M12 4l-4 4" - } - ], - [ - "path", - { - "d": "M4 20l16 0" - } - ] - ], - "arrow-bear-left-2": [ - [ - "path", - { - "d": "M9 3h-5v5" - } - ], - [ - "path", - { - "d": "M4 3l7.536 7.536a5 5 0 0 1 1.464 3.534v6.93" - } - ], - [ - "path", - { - "d": "M20 5l-4.5 4.5" - } - ] - ], - "arrow-bear-left": [ - [ - "path", - { - "d": "M13 3h-5v5" - } - ], - [ - "path", - { - "d": "M8 3l7.536 7.536a5 5 0 0 1 1.464 3.534v6.93" - } - ] - ], - "arrow-bear-right-2": [ - [ - "path", - { - "d": "M15 3h5v5" - } - ], - [ - "path", - { - "d": "M20 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93" - } - ], - [ - "path", - { - "d": "M4 5l4.5 4.5" - } - ] - ], - "arrow-bear-right": [ - [ - "path", - { - "d": "M12 3h5v5" - } - ], - [ - "path", - { - "d": "M17 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93" - } - ] - ], - "arrow-big-down-filled": [ - [ - "path", - { - "d": "M10 2l-.15 .005a2 2 0 0 0 -1.85 1.995v6.999l-2.586 .001a2 2 0 0 0 -1.414 3.414l6.586 6.586a2 2 0 0 0 2.828 0l6.586 -6.586a2 2 0 0 0 .434 -2.18l-.068 -.145a2 2 0 0 0 -1.78 -1.089l-2.586 -.001v-6.999a2 2 0 0 0 -2 -2h-4z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "arrow-big-down-line-filled": [ - [ - "path", - { - "d": "M9 5l-.117 .007a1 1 0 0 0 -.883 .993v4.999l-2.586 .001a2 2 0 0 0 -1.414 3.414l6.586 6.586a2 2 0 0 0 2.828 0l6.586 -6.586a2 2 0 0 0 .434 -2.18l-.068 -.145a2 2 0 0 0 -1.78 -1.089l-2.586 -.001v-4.999a1 1 0 0 0 -1 -1h-6z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M15 2a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "arrow-big-down-line": [ - [ - "path", - { - "d": "M15 12h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-6h6v6z" - } - ], - [ - "path", - { - "d": "M15 3h-6" - } - ] - ], - "arrow-big-down-lines-filled": [ - [ - "path", - { - "d": "M9 8l-.117 .007a1 1 0 0 0 -.883 .993v1.999l-2.586 .001a2 2 0 0 0 -1.414 3.414l6.586 6.586a2 2 0 0 0 2.828 0l6.586 -6.586a2 2 0 0 0 .434 -2.18l-.068 -.145a2 2 0 0 0 -1.78 -1.089l-2.586 -.001v-1.999a1 1 0 0 0 -1 -1h-6z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M15 2a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M15 5a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "arrow-big-down-lines": [ - [ - "path", - { - "d": "M15 12h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-3h6v3z" - } - ], - [ - "path", - { - "d": "M15 3h-6" - } - ], - [ - "path", - { - "d": "M15 6h-6" - } - ] - ], - "arrow-big-down": [ - [ - "path", - { - "d": "M15 4v8h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-8a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1z" - } - ] - ], - "arrow-big-left-filled": [ - [ - "path", - { - "d": "M9.586 4l-6.586 6.586a2 2 0 0 0 0 2.828l6.586 6.586a2 2 0 0 0 2.18 .434l.145 -.068a2 2 0 0 0 1.089 -1.78v-2.586h7a2 2 0 0 0 2 -2v-4l-.005 -.15a2 2 0 0 0 -1.995 -1.85l-7 -.001v-2.585a2 2 0 0 0 -3.414 -1.414z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "arrow-big-left-line-filled": [ - [ - "path", - { - "d": "M9.586 4l-6.586 6.586a2 2 0 0 0 0 2.828l6.586 6.586a2 2 0 0 0 2.18 .434l.145 -.068a2 2 0 0 0 1.089 -1.78v-2.586h5a1 1 0 0 0 1 -1v-6l-.007 -.117a1 1 0 0 0 -.993 -.883l-5 -.001v-2.585a2 2 0 0 0 -3.414 -1.414z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4.415 12l6.585 -6.586v3.586l.007 .117a1 1 0 0 0 .993 .883l5 -.001v4l-5 .001a1 1 0 0 0 -1 1v3.586l-6.585 -6.586z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M21 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "arrow-big-left-line": [ - [ - "path", - { - "d": "M12 15v3.586a1 1 0 0 1 -1.707 .707l-6.586 -6.586a1 1 0 0 1 0 -1.414l6.586 -6.586a1 1 0 0 1 1.707 .707v3.586h6v6h-6z" - } - ], - [ - "path", - { - "d": "M21 15v-6" - } - ] - ], - "arrow-big-left-lines-filled": [ - [ - "path", - { - "d": "M9.586 4l-6.586 6.586a2 2 0 0 0 0 2.828l6.586 6.586a2 2 0 0 0 2.18 .434l.145 -.068a2 2 0 0 0 1.089 -1.78v-2.586h2a1 1 0 0 0 1 -1v-6l-.007 -.117a1 1 0 0 0 -.993 -.883l-2 -.001v-2.585a2 2 0 0 0 -3.414 -1.414z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M21 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M18 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "arrow-big-left-lines": [ - [ - "path", - { - "d": "M12 15v3.586a1 1 0 0 1 -1.707 .707l-6.586 -6.586a1 1 0 0 1 0 -1.414l6.586 -6.586a1 1 0 0 1 1.707 .707v3.586h3v6h-3z" - } - ], - [ - "path", - { - "d": "M21 15v-6" - } - ], - [ - "path", - { - "d": "M18 15v-6" - } - ] - ], - "arrow-big-left": [ - [ - "path", - { - "d": "M20 15h-8v3.586a1 1 0 0 1 -1.707 .707l-6.586 -6.586a1 1 0 0 1 0 -1.414l6.586 -6.586a1 1 0 0 1 1.707 .707v3.586h8a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1z" - } - ] - ], - "arrow-big-right-filled": [ - [ - "path", - { - "d": "M12.089 3.634a2 2 0 0 0 -1.089 1.78l-.001 2.586h-6.999a2 2 0 0 0 -2 2v4l.005 .15a2 2 0 0 0 1.995 1.85l6.999 -.001l.001 2.587a2 2 0 0 0 3.414 1.414l6.586 -6.586a2 2 0 0 0 0 -2.828l-6.586 -6.586a2 2 0 0 0 -2.18 -.434l-.145 .068z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "arrow-big-right-line-filled": [ - [ - "path", - { - "d": "M12.089 3.634a2 2 0 0 0 -1.089 1.78l-.001 2.586h-4.999a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 .993 .883l4.999 -.001l.001 2.587a2 2 0 0 0 3.414 1.414l6.586 -6.586a2 2 0 0 0 0 -2.828l-6.586 -6.586a2 2 0 0 0 -2.18 -.434l-.145 .068z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M3 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "arrow-big-right-line": [ - [ - "path", - { - "d": "M12 9v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-6v-6h6z" - } - ], - [ - "path", - { - "d": "M3 9v6" - } - ] - ], - "arrow-big-right-lines-filled": [ - [ - "path", - { - "d": "M12.089 3.634a2 2 0 0 0 -1.089 1.78l-.001 2.585l-1.999 .001a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 .993 .883l1.999 -.001l.001 2.587a2 2 0 0 0 3.414 1.414l6.586 -6.586a2 2 0 0 0 0 -2.828l-6.586 -6.586a2 2 0 0 0 -2.18 -.434l-.145 .068z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M3 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M6 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "arrow-big-right-lines": [ - [ - "path", - { - "d": "M12 9v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-3v-6h3z" - } - ], - [ - "path", - { - "d": "M3 9v6" - } - ], - [ - "path", - { - "d": "M6 9v6" - } - ] - ], - "arrow-big-right": [ - [ - "path", - { - "d": "M4 9h8v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1z" - } - ] - ], - "arrow-big-up-filled": [ - [ - "path", - { - "d": "M10.586 3l-6.586 6.586a2 2 0 0 0 -.434 2.18l.068 .145a2 2 0 0 0 1.78 1.089h2.586v7a2 2 0 0 0 2 2h4l.15 -.005a2 2 0 0 0 1.85 -1.995l-.001 -7h2.587a2 2 0 0 0 1.414 -3.414l-6.586 -6.586a2 2 0 0 0 -2.828 0z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "arrow-big-up-line-filled": [ - [ - "path", - { - "d": "M10.586 3l-6.586 6.586a2 2 0 0 0 -.434 2.18l.068 .145a2 2 0 0 0 1.78 1.089h2.586v5a1 1 0 0 0 1 1h6l.117 -.007a1 1 0 0 0 .883 -.993l-.001 -5h2.587a2 2 0 0 0 1.414 -3.414l-6.586 -6.586a2 2 0 0 0 -2.828 0z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M15 20a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "arrow-big-up-line": [ - [ - "path", - { - "d": "M9 12h-3.586a1 1 0 0 1 -.707 -1.707l6.586 -6.586a1 1 0 0 1 1.414 0l6.586 6.586a1 1 0 0 1 -.707 1.707h-3.586v6h-6v-6z" - } - ], - [ - "path", - { - "d": "M9 21h6" - } - ] - ], - "arrow-big-up-lines-filled": [ - [ - "path", - { - "d": "M10.586 3l-6.586 6.586a2 2 0 0 0 -.434 2.18l.068 .145a2 2 0 0 0 1.78 1.089h2.586v2a1 1 0 0 0 1 1h6l.117 -.007a1 1 0 0 0 .883 -.993l-.001 -2h2.587a2 2 0 0 0 1.414 -3.414l-6.586 -6.586a2 2 0 0 0 -2.828 0z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M15 20a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M15 17a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "arrow-big-up-lines": [ - [ - "path", - { - "d": "M9 12h-3.586a1 1 0 0 1 -.707 -1.707l6.586 -6.586a1 1 0 0 1 1.414 0l6.586 6.586a1 1 0 0 1 -.707 1.707h-3.586v3h-6v-3z" - } - ], - [ - "path", - { - "d": "M9 21h6" - } - ], - [ - "path", - { - "d": "M9 18h6" - } - ] - ], - "arrow-big-up": [ - [ - "path", - { - "d": "M9 20v-8h-3.586a1 1 0 0 1 -.707 -1.707l6.586 -6.586a1 1 0 0 1 1.414 0l6.586 6.586a1 1 0 0 1 -.707 1.707h-3.586v8a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ] - ], - "arrow-bounce": [ - [ - "path", - { - "d": "M10 18h4" - } - ], - [ - "path", - { - "d": "M3 8a9 9 0 0 1 9 9v1l1.428 -4.285a12 12 0 0 1 6.018 -6.938l.554 -.277" - } - ], - [ - "path", - { - "d": "M15 6h5v5" - } - ] - ], - "arrow-capsule": [ - [ - "path", - { - "d": "M18 15a6 6 0 1 1 -12 0v-6a6 6 0 1 1 12 0v2" - } - ], - [ - "path", - { - "d": "M15 8l3 3l3 -3" - } - ] - ], - "arrow-curve-left": [ - [ - "path", - { - "d": "M14 7l-4 -4l-4 4" - } - ], - [ - "path", - { - "d": "M10 3v4.394a6.737 6.737 0 0 0 3 5.606a6.737 6.737 0 0 1 3 5.606v2.394" - } - ] - ], - "arrow-curve-right": [ - [ - "path", - { - "d": "M10 7l4 -4l4 4" - } - ], - [ - "path", - { - "d": "M14 3v4.394a6.737 6.737 0 0 1 -3 5.606a6.737 6.737 0 0 0 -3 5.606v2.394" - } - ] - ], - "arrow-down-bar": [ - [ - "path", - { - "d": "M12 3v18" - } - ], - [ - "path", - { - "d": "M9 18l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M9 3h6" - } - ] - ], - "arrow-down-circle": [ - [ - "path", - { - "d": "M12 7v14" - } - ], - [ - "path", - { - "d": "M9 18l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M12 7a2 2 0 1 0 0 -4a2 2 0 0 0 0 4" - } - ] - ], - "arrow-down-from-arc": [ - [ - "path", - { - "d": "M12 15v-12" - } - ], - [ - "path", - { - "d": "M16 7l-4 -4l-4 4" - } - ], - [ - "path", - { - "d": "M3 12a9 9 0 0 0 18 0" - } - ] - ], - "arrow-down-left-circle": [ - [ - "path", - { - "d": "M15.536 8.464l-9.536 9.536" - } - ], - [ - "path", - { - "d": "M6 14v4h4" - } - ], - [ - "path", - { - "d": "M15.586 8.414a2 2 0 1 0 2.828 -2.828a2 2 0 0 0 -2.828 2.828" - } - ] - ], - "arrow-down-left": [ - [ - "path", - { - "d": "M17 7l-10 10" - } - ], - [ - "path", - { - "d": "M16 17l-9 0l0 -9" - } - ] - ], - "arrow-down-rhombus": [ - [ - "path", - { - "d": "M12 8v13" - } - ], - [ - "path", - { - "d": "M15 18l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M14.5 5.5l-2.5 -2.5l-2.5 2.5l2.5 2.5z" - } - ] - ], - "arrow-down-right-circle": [ - [ - "path", - { - "d": "M8.464 8.464l9.536 9.536" - } - ], - [ - "path", - { - "d": "M14 18h4v-4" - } - ], - [ - "path", - { - "d": "M8.414 8.414a2 2 0 1 0 -2.828 -2.828a2 2 0 0 0 2.828 2.828" - } - ] - ], - "arrow-down-right": [ - [ - "path", - { - "d": "M7 7l10 10" - } - ], - [ - "path", - { - "d": "M17 8l0 9l-9 0" - } - ] - ], - "arrow-down-square": [ - [ - "path", - { - "d": "M12 7v14" - } - ], - [ - "path", - { - "d": "M9 18l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M14 3v4h-4v-4z" - } - ] - ], - "arrow-down-tail": [ - [ - "path", - { - "d": "M12 6v15" - } - ], - [ - "path", - { - "d": "M9 18l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M9 3l3 3l3 -3" - } - ] - ], - "arrow-down-to-arc": [ - [ - "path", - { - "d": "M12 3v12" - } - ], - [ - "path", - { - "d": "M16 11l-4 4l-4 -4" - } - ], - [ - "path", - { - "d": "M3 12a9 9 0 0 0 18 0" - } - ] - ], - "arrow-down": [ - [ - "path", - { - "d": "M12 5l0 14" - } - ], - [ - "path", - { - "d": "M18 13l-6 6" - } - ], - [ - "path", - { - "d": "M6 13l6 6" - } - ] - ], - "arrow-elbow-left": [ - [ - "path", - { - "d": "M3 14v-6h6" - } - ], - [ - "path", - { - "d": "M3 8l9 9l9 -9" - } - ] - ], - "arrow-elbow-right": [ - [ - "path", - { - "d": "M21 14v-6h-6" - } - ], - [ - "path", - { - "d": "M21 8l-9 9l-9 -9" - } - ] - ], - "arrow-fork": [ - [ - "path", - { - "d": "M16 3h5v5" - } - ], - [ - "path", - { - "d": "M8 3h-5v5" - } - ], - [ - "path", - { - "d": "M21 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93" - } - ], - [ - "path", - { - "d": "M3 3l7.536 7.536a5 5 0 0 1 1.464 3.534v.93" - } - ] - ], - "arrow-forward-up-double": [ - [ - "path", - { - "d": "M11 14l4 -4l-4 -4" - } - ], - [ - "path", - { - "d": "M16 14l4 -4l-4 -4" - } - ], - [ - "path", - { - "d": "M15 10h-7a4 4 0 1 0 0 8h1" - } - ] - ], - "arrow-forward-up": [ - [ - "path", - { - "d": "M15 14l4 -4l-4 -4" - } - ], - [ - "path", - { - "d": "M19 10h-11a4 4 0 1 0 0 8h1" - } - ] - ], - "arrow-forward": [ - [ - "path", - { - "d": "M15 11l4 4l-4 4m4 -4h-11a4 4 0 0 1 0 -8h1" - } - ] - ], - "arrow-guide": [ - [ - "path", - { - "d": "M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 19h3a2 2 0 0 0 2 -2v-8a2 2 0 0 1 2 -2h7" - } - ], - [ - "path", - { - "d": "M18 4l3 3l-3 3" - } - ] - ], - "arrow-iteration": [ - [ - "path", - { - "d": "M8.5 16a5.5 5.5 0 1 0 -5.5 -5.5v.5" - } - ], - [ - "path", - { - "d": "M3 16h18" - } - ], - [ - "path", - { - "d": "M18 13l3 3l-3 3" - } - ] - ], - "arrow-left-bar": [ - [ - "path", - { - "d": "M21 12h-18" - } - ], - [ - "path", - { - "d": "M6 9l-3 3l3 3" - } - ], - [ - "path", - { - "d": "M21 9v6" - } - ] - ], - "arrow-left-circle": [ - [ - "path", - { - "d": "M17 12h-14" - } - ], - [ - "path", - { - "d": "M6 9l-3 3l3 3" - } - ], - [ - "path", - { - "d": "M19 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "arrow-left-from-arc": [ - [ - "path", - { - "d": "M9 12h12" - } - ], - [ - "path", - { - "d": "M17 16l4 -4l-4 -4" - } - ], - [ - "path", - { - "d": "M12 3a9 9 0 1 0 0 18" - } - ] - ], - "arrow-left-rhombus": [ - [ - "path", - { - "d": "M16 12h-13" - } - ], - [ - "path", - { - "d": "M6 9l-3 3l3 3" - } - ], - [ - "path", - { - "d": "M18.5 9.5l2.5 2.5l-2.5 2.5l-2.5 -2.5z" - } - ] - ], - "arrow-left-right": [ - [ - "path", - { - "d": "M17 13l4 -4l-4 -4" - } - ], - [ - "path", - { - "d": "M7 13l-4 -4l4 -4" - } - ], - [ - "path", - { - "d": "M12 14a5 5 0 0 1 5 -5h4" - } - ], - [ - "path", - { - "d": "M12 19v-5a5 5 0 0 0 -5 -5h-4" - } - ] - ], - "arrow-left-square": [ - [ - "path", - { - "d": "M17 12h-14" - } - ], - [ - "path", - { - "d": "M6 9l-3 3l3 3" - } - ], - [ - "path", - { - "d": "M21 14h-4v-4h4z" - } - ] - ], - "arrow-left-tail": [ - [ - "path", - { - "d": "M18 12h-15" - } - ], - [ - "path", - { - "d": "M6 9l-3 3l3 3" - } - ], - [ - "path", - { - "d": "M21 9l-3 3l3 3" - } - ] - ], - "arrow-left-to-arc": [ - [ - "path", - { - "d": "M21 12h-12" - } - ], - [ - "path", - { - "d": "M13 16l-4 -4l4 -4" - } - ], - [ - "path", - { - "d": "M12 3a9 9 0 1 0 0 18" - } - ] - ], - "arrow-left": [ - [ - "path", - { - "d": "M5 12l14 0" - } - ], - [ - "path", - { - "d": "M5 12l6 6" - } - ], - [ - "path", - { - "d": "M5 12l6 -6" - } - ] - ], - "arrow-loop-left-2": [ - [ - "path", - { - "d": "M13 21v-6m0 -6v-1a4 4 0 1 1 4 4h-13" - } - ], - [ - "path", - { - "d": "M8 16l-4 -4l4 -4" - } - ] - ], - "arrow-loop-left": [ - [ - "path", - { - "d": "M13 21v-13a4 4 0 1 1 4 4h-13" - } - ], - [ - "path", - { - "d": "M8 16l-4 -4l4 -4" - } - ] - ], - "arrow-loop-right-2": [ - [ - "path", - { - "d": "M12 21v-6m0 -6v-1a4 4 0 1 0 -4 4h13" - } - ], - [ - "path", - { - "d": "M17 16l4 -4l-4 -4" - } - ] - ], - "arrow-loop-right": [ - [ - "path", - { - "d": "M12 21v-13a4 4 0 1 0 -4 4h13" - } - ], - [ - "path", - { - "d": "M17 16l4 -4l-4 -4" - } - ] - ], - "arrow-merge-alt-left": [ - [ - "path", - { - "d": "M8 7l4 -4l4 4" - } - ], - [ - "path", - { - "d": "M18 21v.01" - } - ], - [ - "path", - { - "d": "M18 18.01v.01" - } - ], - [ - "path", - { - "d": "M17 15.02v.01" - } - ], - [ - "path", - { - "d": "M14 13.03v.01" - } - ], - [ - "path", - { - "d": "M12 3v5.394a6.737 6.737 0 0 1 -3 5.606a6.737 6.737 0 0 0 -3 5.606v1.394" - } - ] - ], - "arrow-merge-alt-right": [ - [ - "path", - { - "d": "M16 7l-4 -4l-4 4" - } - ], - [ - "path", - { - "d": "M6 21v.01" - } - ], - [ - "path", - { - "d": "M6 18.01v.01" - } - ], - [ - "path", - { - "d": "M7 15.02v.01" - } - ], - [ - "path", - { - "d": "M10 13.03v.01" - } - ], - [ - "path", - { - "d": "M12 3v5.394a6.737 6.737 0 0 0 3 5.606a6.737 6.737 0 0 1 3 5.606v1.394" - } - ] - ], - "arrow-merge-both": [ - [ - "path", - { - "d": "M16 8l-4 -4l-4 4" - } - ], - [ - "path", - { - "d": "M12 20v-16" - } - ], - [ - "path", - { - "d": "M18 18c-4 -1.333 -6 -4.667 -6 -10" - } - ], - [ - "path", - { - "d": "M6 18c4 -1.333 6 -4.667 6 -10" - } - ] - ], - "arrow-merge-left": [ - [ - "path", - { - "d": "M8 8l4 -4l4 4" - } - ], - [ - "path", - { - "d": "M12 20v-16" - } - ], - [ - "path", - { - "d": "M6 18c4 -1.333 6 -4.667 6 -10" - } - ] - ], - "arrow-merge-right": [ - [ - "path", - { - "d": "M16 8l-4 -4l-4 4" - } - ], - [ - "path", - { - "d": "M12 20v-16" - } - ], - [ - "path", - { - "d": "M18 18c-4 -1.333 -6 -4.667 -6 -10" - } - ] - ], - "arrow-merge": [ - [ - "path", - { - "d": "M8 7l4 -4l4 4" - } - ], - [ - "path", - { - "d": "M12 3v5.394a6.737 6.737 0 0 1 -3 5.606a6.737 6.737 0 0 0 -3 5.606v1.394" - } - ], - [ - "path", - { - "d": "M12 3v5.394a6.737 6.737 0 0 0 3 5.606a6.737 6.737 0 0 1 3 5.606v1.394" - } - ] - ], - "arrow-move-down": [ - [ - "path", - { - "d": "M12 11v10" - } - ], - [ - "path", - { - "d": "M9 18l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "arrow-move-left": [ - [ - "path", - { - "d": "M13 12h-10" - } - ], - [ - "path", - { - "d": "M6 15l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M17 12a2 2 0 1 1 4 0a2 2 0 0 1 -4 0z" - } - ] - ], - "arrow-move-right": [ - [ - "path", - { - "d": "M11 12h10" - } - ], - [ - "path", - { - "d": "M18 9l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M7 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0z" - } - ] - ], - "arrow-move-up": [ - [ - "path", - { - "d": "M12 13v-10" - } - ], - [ - "path", - { - "d": "M9 6l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M12 17a2 2 0 1 1 0 4a2 2 0 0 1 0 -4z" - } - ] - ], - "arrow-narrow-down": [ - [ - "path", - { - "d": "M12 5l0 14" - } - ], - [ - "path", - { - "d": "M16 15l-4 4" - } - ], - [ - "path", - { - "d": "M8 15l4 4" - } - ] - ], - "arrow-narrow-left": [ - [ - "path", - { - "d": "M5 12l14 0" - } - ], - [ - "path", - { - "d": "M5 12l4 4" - } - ], - [ - "path", - { - "d": "M5 12l4 -4" - } - ] - ], - "arrow-narrow-right": [ - [ - "path", - { - "d": "M5 12l14 0" - } - ], - [ - "path", - { - "d": "M15 16l4 -4" - } - ], - [ - "path", - { - "d": "M15 8l4 4" - } - ] - ], - "arrow-narrow-up": [ - [ - "path", - { - "d": "M12 5l0 14" - } - ], - [ - "path", - { - "d": "M16 9l-4 -4" - } - ], - [ - "path", - { - "d": "M8 9l4 -4" - } - ] - ], - "arrow-ramp-left-2": [ - [ - "path", - { - "d": "M18 3v8.707" - } - ], - [ - "path", - { - "d": "M8 14l-4 -4l4 -4" - } - ], - [ - "path", - { - "d": "M18 21c0 -6.075 -4.925 -11 -11 -11h-3" - } - ] - ], - "arrow-ramp-left-3": [ - [ - "path", - { - "d": "M18 3v6" - } - ], - [ - "path", - { - "d": "M8 16l-4 -4l4 -4" - } - ], - [ - "path", - { - "d": "M18 21v-6a3 3 0 0 0 -3 -3h-11" - } - ] - ], - "arrow-ramp-left": [ - [ - "path", - { - "d": "M17 3l0 8.707" - } - ], - [ - "path", - { - "d": "M13 7l4 -4l4 4" - } - ], - [ - "path", - { - "d": "M7 14l-4 -4l4 -4" - } - ], - [ - "path", - { - "d": "M17 21a11 11 0 0 0 -11 -11h-3" - } - ] - ], - "arrow-ramp-right-2": [ - [ - "path", - { - "d": "M6 3v8.707" - } - ], - [ - "path", - { - "d": "M16 14l4 -4l-4 -4" - } - ], - [ - "path", - { - "d": "M6 21c0 -6.075 4.925 -11 11 -11h3" - } - ] - ], - "arrow-ramp-right-3": [ - [ - "path", - { - "d": "M6 3v6" - } - ], - [ - "path", - { - "d": "M16 16l4 -4l-4 -4" - } - ], - [ - "path", - { - "d": "M6 21v-6a3 3 0 0 1 3 -3h11" - } - ] - ], - "arrow-ramp-right": [ - [ - "path", - { - "d": "M7 3l0 8.707" - } - ], - [ - "path", - { - "d": "M11 7l-4 -4l-4 4" - } - ], - [ - "path", - { - "d": "M17 14l4 -4l-4 -4" - } - ], - [ - "path", - { - "d": "M7 21a11 11 0 0 1 11 -11h3" - } - ] - ], - "arrow-right-bar": [ - [ - "path", - { - "d": "M18 15l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M3 12h18" - } - ], - [ - "path", - { - "d": "M3 9v6" - } - ] - ], - "arrow-right-circle": [ - [ - "path", - { - "d": "M18 15l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M5 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 12h14" - } - ] - ], - "arrow-right-from-arc": [ - [ - "path", - { - "d": "M15 12h-12" - } - ], - [ - "path", - { - "d": "M7 8l-4 4l4 4" - } - ], - [ - "path", - { - "d": "M12 21a9 9 0 0 0 0 -18" - } - ] - ], - "arrow-right-rhombus": [ - [ - "path", - { - "d": "M8 12h13" - } - ], - [ - "path", - { - "d": "M18 9l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M5.5 9.5l-2.5 2.5l2.5 2.5l2.5 -2.5z" - } - ] - ], - "arrow-right-square": [ - [ - "path", - { - "d": "M7 12l14 0" - } - ], - [ - "path", - { - "d": "M18 15l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M3 10h4v4h-4z" - } - ] - ], - "arrow-right-tail": [ - [ - "path", - { - "d": "M18 15l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M3 15l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M6 12l15 0" - } - ] - ], - "arrow-right-to-arc": [ - [ - "path", - { - "d": "M3 12h12" - } - ], - [ - "path", - { - "d": "M11 8l4 4l-4 4" - } - ], - [ - "path", - { - "d": "M12 21a9 9 0 0 0 0 -18" - } - ] - ], - "arrow-right": [ - [ - "path", - { - "d": "M5 12l14 0" - } - ], - [ - "path", - { - "d": "M13 18l6 -6" - } - ], - [ - "path", - { - "d": "M13 6l6 6" - } - ] - ], - "arrow-rotary-first-left": [ - [ - "path", - { - "d": "M16 10a3 3 0 1 1 0 -6a3 3 0 0 1 0 6z" - } - ], - [ - "path", - { - "d": "M16 10v10" - } - ], - [ - "path", - { - "d": "M13.5 9.5l-8.5 8.5" - } - ], - [ - "path", - { - "d": "M10 18h-5v-5" - } - ] - ], - "arrow-rotary-first-right": [ - [ - "path", - { - "d": "M8 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M8 10v10" - } - ], - [ - "path", - { - "d": "M10.5 9.5l8.5 8.5" - } - ], - [ - "path", - { - "d": "M14 18h5v-5" - } - ] - ], - "arrow-rotary-last-left": [ - [ - "path", - { - "d": "M15 15a3 3 0 1 1 0 -6a3 3 0 0 1 0 6z" - } - ], - [ - "path", - { - "d": "M15 15v6" - } - ], - [ - "path", - { - "d": "M12.5 9.5l-6.5 -6.5" - } - ], - [ - "path", - { - "d": "M11 3h-5v5" - } - ] - ], - "arrow-rotary-last-right": [ - [ - "path", - { - "d": "M9 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 15v6" - } - ], - [ - "path", - { - "d": "M11.5 9.5l6.5 -6.5" - } - ], - [ - "path", - { - "d": "M13 3h5v5" - } - ] - ], - "arrow-rotary-left": [ - [ - "path", - { - "d": "M16 10a3 3 0 1 1 0 -6a3 3 0 0 1 0 6z" - } - ], - [ - "path", - { - "d": "M16 10v10" - } - ], - [ - "path", - { - "d": "M13 7h-10" - } - ], - [ - "path", - { - "d": "M7 11l-4 -4l4 -4" - } - ] - ], - "arrow-rotary-right": [ - [ - "path", - { - "d": "M8 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M8 10v10" - } - ], - [ - "path", - { - "d": "M17 11l4 -4l-4 -4" - } - ], - [ - "path", - { - "d": "M11 7h10" - } - ] - ], - "arrow-rotary-straight": [ - [ - "path", - { - "d": "M13 13m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M13 16v5" - } - ], - [ - "path", - { - "d": "M13 3v7" - } - ], - [ - "path", - { - "d": "M9 7l4 -4l4 4" - } - ] - ], - "arrow-roundabout-left": [ - [ - "path", - { - "d": "M3 9h8a5 5 0 1 1 5 5v7" - } - ], - [ - "path", - { - "d": "M7 5l-4 4l4 4" - } - ] - ], - "arrow-roundabout-right": [ - [ - "path", - { - "d": "M21 9h-8a5 5 0 1 0 -5 5v7" - } - ], - [ - "path", - { - "d": "M17 5l4 4l-4 4" - } - ] - ], - "arrow-sharp-turn-left": [ - [ - "path", - { - "d": "M17 18v-11.31a.7 .7 0 0 0 -1.195 -.495l-9.805 9.805" - } - ], - [ - "path", - { - "d": "M11 16h-5v-5" - } - ] - ], - "arrow-sharp-turn-right": [ - [ - "path", - { - "d": "M7 18v-11.31a.7 .7 0 0 1 1.195 -.495l9.805 9.805" - } - ], - [ - "path", - { - "d": "M13 16h5v-5" - } - ] - ], - "arrow-up-bar": [ - [ - "path", - { - "d": "M12 21l0 -18" - } - ], - [ - "path", - { - "d": "M15 6l-3 -3l-3 3" - } - ], - [ - "path", - { - "d": "M9 21l6 0" - } - ] - ], - "arrow-up-circle": [ - [ - "path", - { - "d": "M12 17v-14" - } - ], - [ - "path", - { - "d": "M15 6l-3 -3l-3 3" - } - ], - [ - "path", - { - "d": "M12 17a2 2 0 1 0 0 4a2 2 0 0 0 0 -4" - } - ] - ], - "arrow-up-from-arc": [ - [ - "path", - { - "d": "M12 9v12" - } - ], - [ - "path", - { - "d": "M8 17l4 4l4 -4" - } - ], - [ - "path", - { - "d": "M21 12a9 9 0 0 0 -18 0" - } - ] - ], - "arrow-up-left-circle": [ - [ - "path", - { - "d": "M15.536 15.536l-9.536 -9.536" - } - ], - [ - "path", - { - "d": "M10 6h-4v4" - } - ], - [ - "path", - { - "d": "M15.586 15.586a2 2 0 1 0 2.828 2.828a2 2 0 0 0 -2.828 -2.828" - } - ] - ], - "arrow-up-left": [ - [ - "path", - { - "d": "M7 7l10 10" - } - ], - [ - "path", - { - "d": "M16 7l-9 0l0 9" - } - ] - ], - "arrow-up-rhombus": [ - [ - "path", - { - "d": "M12 16v-13" - } - ], - [ - "path", - { - "d": "M15 6l-3 -3l-3 3" - } - ], - [ - "path", - { - "d": "M14.5 18.5l-2.5 2.5l-2.5 -2.5l2.5 -2.5z" - } - ] - ], - "arrow-up-right-circle": [ - [ - "path", - { - "d": "M8.464 15.536l9.536 -9.536" - } - ], - [ - "path", - { - "d": "M18 10v-4h-4" - } - ], - [ - "path", - { - "d": "M8.414 15.586a2 2 0 1 0 -2.828 2.828a2 2 0 0 0 2.828 -2.828" - } - ] - ], - "arrow-up-right": [ - [ - "path", - { - "d": "M17 7l-10 10" - } - ], - [ - "path", - { - "d": "M8 7l9 0l0 9" - } - ] - ], - "arrow-up-square": [ - [ - "path", - { - "d": "M12 17l0 -14" - } - ], - [ - "path", - { - "d": "M15 6l-3 -3l-3 3" - } - ], - [ - "path", - { - "d": "M10 21v-4h4v4z" - } - ] - ], - "arrow-up-tail": [ - [ - "path", - { - "d": "M12 18l0 -15" - } - ], - [ - "path", - { - "d": "M15 6l-3 -3l-3 3" - } - ], - [ - "path", - { - "d": "M15 21l-3 -3l-3 3" - } - ] - ], - "arrow-up-to-arc": [ - [ - "path", - { - "d": "M12 21v-12" - } - ], - [ - "path", - { - "d": "M8 13l4 -4l4 4" - } - ], - [ - "path", - { - "d": "M21 12a9 9 0 0 0 -18 0" - } - ] - ], - "arrow-up": [ - [ - "path", - { - "d": "M12 5l0 14" - } - ], - [ - "path", - { - "d": "M18 11l-6 -6" - } - ], - [ - "path", - { - "d": "M6 11l6 -6" - } - ] - ], - "arrow-wave-left-down": [ - [ - "path", - { - "d": "M7 14h-4v-4" - } - ], - [ - "path", - { - "d": "M21 12c-.887 1.284 -2.48 2.033 -4 2c-1.52 .033 -3.113 -.716 -4 -2s-2.48 -2.033 -4 -2c-1.52 -.033 -3 1 -4 2l-2 2" - } - ] - ], - "arrow-wave-left-up": [ - [ - "path", - { - "d": "M7 10h-4v4" - } - ], - [ - "path", - { - "d": "M21 12c-.887 -1.285 -2.48 -2.033 -4 -2c-1.52 -.033 -3.113 .715 -4 2c-.887 1.284 -2.48 2.033 -4 2c-1.52 .033 -3 -1 -4 -2l-2 -2" - } - ] - ], - "arrow-wave-right-down": [ - [ - "path", - { - "d": "M17 14h4v-4" - } - ], - [ - "path", - { - "d": "M3 12c.887 1.284 2.48 2.033 4 2c1.52 .033 3.113 -.716 4 -2s2.48 -2.033 4 -2c1.52 -.033 3 1 4 2l2 2" - } - ] - ], - "arrow-wave-right-up": [ - [ - "path", - { - "d": "M17 10h4v4" - } - ], - [ - "path", - { - "d": "M3 12c.887 -1.284 2.48 -2.033 4 -2c1.52 -.033 3.113 .716 4 2s2.48 2.033 4 2c1.52 .033 3 -1 4 -2l2 -2" - } - ] - ], - "arrow-zig-zag": [ - [ - "path", - { - "d": "M6 20v-10l10 6v-12" - } - ], - [ - "path", - { - "d": "M13 7l3 -3l3 3" - } - ] - ], - "arrows-cross": [ - [ - "path", - { - "d": "M16 4h4v4" - } - ], - [ - "path", - { - "d": "M15 9l5 -5" - } - ], - [ - "path", - { - "d": "M4 20l5 -5" - } - ], - [ - "path", - { - "d": "M16 20h4v-4" - } - ], - [ - "path", - { - "d": "M4 4l16 16" - } - ] - ], - "arrows-diagonal-2": [ - [ - "path", - { - "d": "M16 20l4 0l0 -4" - } - ], - [ - "path", - { - "d": "M14 14l6 6" - } - ], - [ - "path", - { - "d": "M8 4l-4 0l0 4" - } - ], - [ - "path", - { - "d": "M4 4l6 6" - } - ] - ], - "arrows-diagonal-minimize-2": [ - [ - "path", - { - "d": "M18 10h-4v-4" - } - ], - [ - "path", - { - "d": "M20 4l-6 6" - } - ], - [ - "path", - { - "d": "M6 14h4v4" - } - ], - [ - "path", - { - "d": "M10 14l-6 6" - } - ] - ], - "arrows-diagonal-minimize": [ - [ - "path", - { - "d": "M6 10h4v-4" - } - ], - [ - "path", - { - "d": "M4 4l6 6" - } - ], - [ - "path", - { - "d": "M18 14h-4v4" - } - ], - [ - "path", - { - "d": "M14 14l6 6" - } - ] - ], - "arrows-diagonal": [ - [ - "path", - { - "d": "M16 4l4 0l0 4" - } - ], - [ - "path", - { - "d": "M14 10l6 -6" - } - ], - [ - "path", - { - "d": "M8 20l-4 0l0 -4" - } - ], - [ - "path", - { - "d": "M4 20l6 -6" - } - ] - ], - "arrows-diff": [ - [ - "path", - { - "d": "M11 16h10" - } - ], - [ - "path", - { - "d": "M11 16l4 4" - } - ], - [ - "path", - { - "d": "M11 16l4 -4" - } - ], - [ - "path", - { - "d": "M13 8h-10" - } - ], - [ - "path", - { - "d": "M13 8l-4 4" - } - ], - [ - "path", - { - "d": "M13 8l-4 -4" - } - ] - ], - "arrows-double-ne-sw": [ - [ - "path", - { - "d": "M3 14l11 -11" - } - ], - [ - "path", - { - "d": "M10 3h4v4" - } - ], - [ - "path", - { - "d": "M10 17v4h4" - } - ], - [ - "path", - { - "d": "M21 10l-11 11" - } - ] - ], - "arrows-double-nw-se": [ - [ - "path", - { - "d": "M14 21l-11 -11" - } - ], - [ - "path", - { - "d": "M3 14v-4h4" - } - ], - [ - "path", - { - "d": "M17 14h4v-4" - } - ], - [ - "path", - { - "d": "M10 3l11 11" - } - ] - ], - "arrows-double-se-nw": [ - [ - "path", - { - "d": "M3 10l11 11" - } - ], - [ - "path", - { - "d": "M14 17v4h-4" - } - ], - [ - "path", - { - "d": "M14 3h-4v4" - } - ], - [ - "path", - { - "d": "M21 14l-11 -11" - } - ] - ], - "arrows-double-sw-ne": [ - [ - "path", - { - "d": "M14 3l-11 11" - } - ], - [ - "path", - { - "d": "M3 10v4h4" - } - ], - [ - "path", - { - "d": "M17 10h4v4" - } - ], - [ - "path", - { - "d": "M10 21l11 -11" - } - ] - ], - "arrows-down-up": [ - [ - "path", - { - "d": "M17 3l0 18" - } - ], - [ - "path", - { - "d": "M10 18l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M7 21l0 -18" - } - ], - [ - "path", - { - "d": "M20 6l-3 -3l-3 3" - } - ] - ], - "arrows-down": [ - [ - "path", - { - "d": "M7 21l0 -18" - } - ], - [ - "path", - { - "d": "M20 18l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M4 18l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M17 21l0 -18" - } - ] - ], - "arrows-exchange-2": [ - [ - "path", - { - "d": "M17 10h-14l4 -4" - } - ], - [ - "path", - { - "d": "M7 14h14l-4 4" - } - ] - ], - "arrows-exchange": [ - [ - "path", - { - "d": "M7 10h14l-4 -4" - } - ], - [ - "path", - { - "d": "M17 14h-14l4 4" - } - ] - ], - "arrows-horizontal": [ - [ - "path", - { - "d": "M7 8l-4 4l4 4" - } - ], - [ - "path", - { - "d": "M17 8l4 4l-4 4" - } - ], - [ - "path", - { - "d": "M3 12l18 0" - } - ] - ], - "arrows-join-2": [ - [ - "path", - { - "d": "M3 7h1.948c1.913 0 3.705 .933 4.802 2.5a5.861 5.861 0 0 0 4.802 2.5h6.448" - } - ], - [ - "path", - { - "d": "M3 17h1.95a5.854 5.854 0 0 0 4.798 -2.5a5.854 5.854 0 0 1 4.798 -2.5h5.454" - } - ], - [ - "path", - { - "d": "M18 15l3 -3l-3 -3" - } - ] - ], - "arrows-join": [ - [ - "path", - { - "d": "M3 7h5l3.5 5h9.5" - } - ], - [ - "path", - { - "d": "M3 17h5l3.495 -5" - } - ], - [ - "path", - { - "d": "M18 15l3 -3l-3 -3" - } - ] - ], - "arrows-left-down": [ - [ - "path", - { - "d": "M7 3l-4 4l4 4" - } - ], - [ - "path", - { - "d": "M3 7h11a3 3 0 0 1 3 3v11" - } - ], - [ - "path", - { - "d": "M13 17l4 4l4 -4" - } - ] - ], - "arrows-left-right": [ - [ - "path", - { - "d": "M21 17l-18 0" - } - ], - [ - "path", - { - "d": "M6 10l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M3 7l18 0" - } - ], - [ - "path", - { - "d": "M18 20l3 -3l-3 -3" - } - ] - ], - "arrows-left": [ - [ - "path", - { - "d": "M3 7l18 0" - } - ], - [ - "path", - { - "d": "M6 20l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M6 4l-3 3l3 3" - } - ], - [ - "path", - { - "d": "M3 17l18 0" - } - ] - ], - "arrows-maximize": [ - [ - "path", - { - "d": "M16 4l4 0l0 4" - } - ], - [ - "path", - { - "d": "M14 10l6 -6" - } - ], - [ - "path", - { - "d": "M8 20l-4 0l0 -4" - } - ], - [ - "path", - { - "d": "M4 20l6 -6" - } - ], - [ - "path", - { - "d": "M16 20l4 0l0 -4" - } - ], - [ - "path", - { - "d": "M14 14l6 6" - } - ], - [ - "path", - { - "d": "M8 4l-4 0l0 4" - } - ], - [ - "path", - { - "d": "M4 4l6 6" - } - ] - ], - "arrows-minimize": [ - [ - "path", - { - "d": "M5 9l4 0l0 -4" - } - ], - [ - "path", - { - "d": "M3 3l6 6" - } - ], - [ - "path", - { - "d": "M5 15l4 0l0 4" - } - ], - [ - "path", - { - "d": "M3 21l6 -6" - } - ], - [ - "path", - { - "d": "M19 9l-4 0l0 -4" - } - ], - [ - "path", - { - "d": "M15 9l6 -6" - } - ], - [ - "path", - { - "d": "M19 15l-4 0l0 4" - } - ], - [ - "path", - { - "d": "M15 15l6 6" - } - ] - ], - "arrows-move-horizontal": [ - [ - "path", - { - "d": "M18 9l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M15 12h6" - } - ], - [ - "path", - { - "d": "M6 9l-3 3l3 3" - } - ], - [ - "path", - { - "d": "M3 12h6" - } - ] - ], - "arrows-move-vertical": [ - [ - "path", - { - "d": "M9 18l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M12 15v6" - } - ], - [ - "path", - { - "d": "M15 6l-3 -3l-3 3" - } - ], - [ - "path", - { - "d": "M12 3v6" - } - ] - ], - "arrows-move": [ - [ - "path", - { - "d": "M18 9l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M15 12h6" - } - ], - [ - "path", - { - "d": "M6 9l-3 3l3 3" - } - ], - [ - "path", - { - "d": "M3 12h6" - } - ], - [ - "path", - { - "d": "M9 18l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M12 15v6" - } - ], - [ - "path", - { - "d": "M15 6l-3 -3l-3 3" - } - ], - [ - "path", - { - "d": "M12 3v6" - } - ] - ], - "arrows-random": [ - [ - "path", - { - "d": "M20 21h-4v-4" - } - ], - [ - "path", - { - "d": "M16 21l5 -5" - } - ], - [ - "path", - { - "d": "M6.5 9.504l-3.5 -2l2 -3.504" - } - ], - [ - "path", - { - "d": "M3 7.504l6.83 -1.87" - } - ], - [ - "path", - { - "d": "M4 16l4 -1l1 4" - } - ], - [ - "path", - { - "d": "M8 15l-3.5 6" - } - ], - [ - "path", - { - "d": "M21 5l-.5 4l-4 -.5" - } - ], - [ - "path", - { - "d": "M20.5 9l-4.5 -5.5" - } - ] - ], - "arrows-right-down": [ - [ - "path", - { - "d": "M3 17l4 4l4 -4" - } - ], - [ - "path", - { - "d": "M7 21v-11a3 3 0 0 1 3 -3h11" - } - ], - [ - "path", - { - "d": "M17 11l4 -4l-4 -4" - } - ] - ], - "arrows-right-left": [ - [ - "path", - { - "d": "M21 7l-18 0" - } - ], - [ - "path", - { - "d": "M18 10l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M6 20l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M3 17l18 0" - } - ] - ], - "arrows-right": [ - [ - "path", - { - "d": "M21 17l-18 0" - } - ], - [ - "path", - { - "d": "M18 4l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M18 20l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M21 7l-18 0" - } - ] - ], - "arrows-shuffle-2": [ - [ - "path", - { - "d": "M18 4l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M18 20l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5" - } - ], - [ - "path", - { - "d": "M3 17h3a5 5 0 0 0 5 -5a5 5 0 0 1 5 -5h5" - } - ] - ], - "arrows-shuffle": [ - [ - "path", - { - "d": "M18 4l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M18 20l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5" - } - ], - [ - "path", - { - "d": "M21 7h-5a4.978 4.978 0 0 0 -3 1m-4 8a4.984 4.984 0 0 1 -3 1h-3" - } - ] - ], - "arrows-sort": [ - [ - "path", - { - "d": "M3 9l4 -4l4 4m-4 -4v14" - } - ], - [ - "path", - { - "d": "M21 15l-4 4l-4 -4m4 4v-14" - } - ] - ], - "arrows-split-2": [ - [ - "path", - { - "d": "M21 17h-5.397a5 5 0 0 1 -4.096 -2.133l-.514 -.734a5 5 0 0 0 -4.096 -2.133h-3.897" - } - ], - [ - "path", - { - "d": "M21 7h-5.395a5 5 0 0 0 -4.098 2.135l-.51 .73a5 5 0 0 1 -4.097 2.135h-3.9" - } - ], - [ - "path", - { - "d": "M18 10l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M18 20l3 -3l-3 -3" - } - ] - ], - "arrows-split": [ - [ - "path", - { - "d": "M21 17h-8l-3.5 -5h-6.5" - } - ], - [ - "path", - { - "d": "M21 7h-8l-3.495 5" - } - ], - [ - "path", - { - "d": "M18 10l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M18 20l3 -3l-3 -3" - } - ] - ], - "arrows-transfer-down": [ - [ - "path", - { - "d": "M17 3v6" - } - ], - [ - "path", - { - "d": "M10 18l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M7 21v-18" - } - ], - [ - "path", - { - "d": "M20 6l-3 -3l-3 3" - } - ], - [ - "path", - { - "d": "M17 21v-2" - } - ], - [ - "path", - { - "d": "M17 15v-2" - } - ] - ], - "arrows-transfer-up": [ - [ - "path", - { - "d": "M7 21v-6" - } - ], - [ - "path", - { - "d": "M20 6l-3 -3l-3 3" - } - ], - [ - "path", - { - "d": "M17 3v18" - } - ], - [ - "path", - { - "d": "M10 18l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M7 3v2" - } - ], - [ - "path", - { - "d": "M7 9v2" - } - ] - ], - "arrows-up-down": [ - [ - "path", - { - "d": "M7 3l0 18" - } - ], - [ - "path", - { - "d": "M10 6l-3 -3l-3 3" - } - ], - [ - "path", - { - "d": "M20 18l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M17 21l0 -18" - } - ] - ], - "arrows-up-left": [ - [ - "path", - { - "d": "M21 7l-4 -4l-4 4" - } - ], - [ - "path", - { - "d": "M17 3v11a3 3 0 0 1 -3 3h-11" - } - ], - [ - "path", - { - "d": "M7 13l-4 4l4 4" - } - ] - ], - "arrows-up-right": [ - [ - "path", - { - "d": "M17 21l4 -4l-4 -4" - } - ], - [ - "path", - { - "d": "M21 17h-11a3 3 0 0 1 -3 -3v-11" - } - ], - [ - "path", - { - "d": "M11 7l-4 -4l-4 4" - } - ] - ], - "arrows-up": [ - [ - "path", - { - "d": "M17 3l0 18" - } - ], - [ - "path", - { - "d": "M4 6l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M20 6l-3 -3l-3 3" - } - ], - [ - "path", - { - "d": "M7 3l0 18" - } - ] - ], - "arrows-vertical": [ - [ - "path", - { - "d": "M8 7l4 -4l4 4" - } - ], - [ - "path", - { - "d": "M8 17l4 4l4 -4" - } - ], - [ - "path", - { - "d": "M12 3l0 18" - } - ] - ], - "artboard-filled": [ - [ - "path", - { - "d": "M15 7h-6a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-6a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 7a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 15a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M8 2a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M16 2a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M21 7a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M21 15a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M8 19a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M16 19a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "artboard-off": [ - [ - "path", - { - "d": "M12 8h3a1 1 0 0 1 1 1v3" - } - ], - [ - "path", - { - "d": "M15.716 15.698a1 1 0 0 1 -.716 .302h-6a1 1 0 0 1 -1 -1v-6c0 -.273 .11 -.52 .287 -.7" - } - ], - [ - "path", - { - "d": "M3 8h1" - } - ], - [ - "path", - { - "d": "M3 16h1" - } - ], - [ - "path", - { - "d": "M8 3v1" - } - ], - [ - "path", - { - "d": "M16 3v1" - } - ], - [ - "path", - { - "d": "M20 8h1" - } - ], - [ - "path", - { - "d": "M20 16h1" - } - ], - [ - "path", - { - "d": "M8 20v1" - } - ], - [ - "path", - { - "d": "M16 20v1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "artboard": [ - [ - "path", - { - "d": "M8 8m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M3 8l1 0" - } - ], - [ - "path", - { - "d": "M3 16l1 0" - } - ], - [ - "path", - { - "d": "M8 3l0 1" - } - ], - [ - "path", - { - "d": "M16 3l0 1" - } - ], - [ - "path", - { - "d": "M20 8l1 0" - } - ], - [ - "path", - { - "d": "M20 16l1 0" - } - ], - [ - "path", - { - "d": "M8 20l0 1" - } - ], - [ - "path", - { - "d": "M16 20l0 1" - } - ] - ], - "article-filled-filled": [ - [ - "path", - { - "d": "M19 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h14zm-2 12h-10l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h10l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm0 -4h-10l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h10l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm0 -4h-10l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h10l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "article-off": [ - [ - "path", - { - "d": "M8 4h11a2 2 0 0 1 2 2v11m-1.172 2.821a1.993 1.993 0 0 1 -.828 .179h-14a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 1.156 -1.814" - } - ], - [ - "path", - { - "d": "M7 8h1m4 0h5" - } - ], - [ - "path", - { - "d": "M7 12h5m4 0h1" - } - ], - [ - "path", - { - "d": "M7 16h9" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "article": [ - [ - "path", - { - "d": "M3 4m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 8h10" - } - ], - [ - "path", - { - "d": "M7 12h10" - } - ], - [ - "path", - { - "d": "M7 16h10" - } - ] - ], - "aspect-ratio-filled": [ - [ - "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 -3zm-10 3a1 1 0 0 1 .117 1.993l-.117 .007h-2v2a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 1 -.993 -.883l-.007 -.117v-3a1 1 0 0 1 .883 -.993l.117 -.007h3zm9 5a1 1 0 0 1 .993 .883l.007 .117v3a1 1 0 0 1 -.883 .993l-.117 .007h-3a1 1 0 0 1 -.117 -1.993l.117 -.007h2v-2a1 1 0 0 1 .883 -.993l.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "aspect-ratio-off": [ - [ - "path", - { - "d": "M9 5h10a2 2 0 0 1 2 2v10m-2 2h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M7 12v-3h2" - } - ], - [ - "path", - { - "d": "M17 12v1m-2 2h-1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "aspect-ratio": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 12v-3h3" - } - ], - [ - "path", - { - "d": "M17 12v3h-3" - } - ] - ], - "assembly-off": [ - [ - "path", - { - "d": "M8.703 4.685l2.326 -1.385a2.056 2.056 0 0 1 2 0l6 3.573h-.029a2 2 0 0 1 1 1.747v6.536c0 .248 -.046 .49 -.132 .715m-2.156 1.837l-4.741 3.029a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l1.157 -.689" - } - ], - [ - "path", - { - "d": "M11.593 7.591c.295 -.133 .637 -.12 .921 .04l3 1.79h-.014c.312 .181 .503 .516 .5 .877v1.702m-1.152 2.86l-2.363 1.514a1 1 0 0 1 -.97 0l-3 -1.922a1 1 0 0 1 -.515 -.876v-3.278c0 -.364 .197 -.7 .514 -.877l.568 -.339" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "assembly": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M15.5 9.422c.312 .18 .503 .515 .5 .876v3.277c0 .364 -.197 .7 -.515 .877l-3 1.922a1 1 0 0 1 -.97 0l-3 -1.922a1 1 0 0 1 -.515 -.876v-3.278c0 -.364 .197 -.7 .514 -.877l3 -1.79c.311 -.174 .69 -.174 1 0l3 1.79h-.014z" - } - ] - ], - "asset": [ - [ - "path", - { - "d": "M9 15m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" - } - ], - [ - "path", - { - "d": "M9 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M14.218 17.975l6.619 -12.174" - } - ], - [ - "path", - { - "d": "M6.079 9.756l12.217 -6.631" - } - ], - [ - "path", - { - "d": "M9 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "asterisk-simple": [ - [ - "path", - { - "d": "M12 12v-9" - } - ], - [ - "path", - { - "d": "M12 12l-9 -2.5" - } - ], - [ - "path", - { - "d": "M12 12l9 -2.5" - } - ], - [ - "path", - { - "d": "M12 12l6 8.5" - } - ], - [ - "path", - { - "d": "M12 12l-6 8.5" - } - ] - ], - "asterisk": [ - [ - "path", - { - "d": "M12 12l8 -4.5" - } - ], - [ - "path", - { - "d": "M12 12v9" - } - ], - [ - "path", - { - "d": "M12 12l-8 -4.5" - } - ], - [ - "path", - { - "d": "M12 12l8 4.5" - } - ], - [ - "path", - { - "d": "M12 3v9" - } - ], - [ - "path", - { - "d": "M12 12l-8 4.5" - } - ] - ], - "at-off": [ - [ - "path", - { - "d": "M9.174 9.17a4 4 0 0 0 5.646 5.668m1.18 -2.838a4 4 0 0 0 -4 -4" - } - ], - [ - "path", - { - "d": "M19.695 15.697a2.5 2.5 0 0 0 1.305 -2.197v-1.5a9 9 0 0 0 -13.055 -8.047m-2.322 1.683a9 9 0 0 0 9.877 14.644" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "at": [ - [ - "path", - { - "d": "M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M16 12v1.5a2.5 2.5 0 0 0 5 0v-1.5a9 9 0 1 0 -5.5 8.28" - } - ] - ], - "atom-2-filled": [ - [ - "path", - { - "d": "M12 8a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 20a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M3 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M21 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M2.89 12.006a1 1 0 0 1 1.104 .884a8 8 0 0 0 4.444 6.311a1 1 0 1 1 -.876 1.799a10 10 0 0 1 -5.556 -7.89a1 1 0 0 1 .884 -1.103z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20.993 12l.117 .006a1 1 0 0 1 .884 1.104a10 10 0 0 1 -5.556 7.889a1 1 0 1 1 -.876 -1.798a8 8 0 0 0 4.444 -6.31a1 1 0 0 1 .987 -.891z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M5.567 4.226a10 10 0 0 1 12.666 0a1 1 0 1 1 -1.266 1.548a8 8 0 0 0 -10.134 0a1 1 0 1 1 -1.266 -1.548z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "atom-2": [ - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M12 21l0 .01" - } - ], - [ - "path", - { - "d": "M3 9l0 .01" - } - ], - [ - "path", - { - "d": "M21 9l0 .01" - } - ], - [ - "path", - { - "d": "M8 20.1a9 9 0 0 1 -5 -7.1" - } - ], - [ - "path", - { - "d": "M16 20.1a9 9 0 0 0 5 -7.1" - } - ], - [ - "path", - { - "d": "M6.2 5a9 9 0 0 1 11.4 0" - } - ] - ], - "atom-off": [ - [ - "path", - { - "d": "M12 12v.01" - } - ], - [ - "path", - { - "d": "M9.172 9.172c-3.906 3.905 -5.805 8.337 -4.243 9.9c1.562 1.561 6 -.338 9.9 -4.244m1.884 -2.113c2.587 -3.277 3.642 -6.502 2.358 -7.786c-1.284 -1.284 -4.508 -.23 -7.784 2.357" - } - ], - [ - "path", - { - "d": "M4.929 4.929c-1.562 1.562 .337 6 4.243 9.9c3.905 3.905 8.337 5.804 9.9 4.242m-.072 -4.071c-.767 -1.794 -2.215 -3.872 -4.172 -5.828c-1.944 -1.945 -4.041 -3.402 -5.828 -4.172" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "atom": [ - [ - "path", - { - "d": "M12 12v.01" - } - ], - [ - "path", - { - "d": "M19.071 4.929c-1.562 -1.562 -6 .337 -9.9 4.243c-3.905 3.905 -5.804 8.337 -4.242 9.9c1.562 1.561 6 -.338 9.9 -4.244c3.905 -3.905 5.804 -8.337 4.242 -9.9" - } - ], - [ - "path", - { - "d": "M4.929 4.929c-1.562 1.562 .337 6 4.243 9.9c3.905 3.905 8.337 5.804 9.9 4.242c1.561 -1.562 -.338 -6 -4.244 -9.9c-3.905 -3.905 -8.337 -5.804 -9.9 -4.242" - } - ] - ], - "augmented-reality-2": [ - [ - "path", - { - "d": "M10 21h-2a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v3.5" - } - ], - [ - "path", - { - "d": "M17 17l-4 -2.5l4 -2.5l4 2.5v4.5l-4 2.5z" - } - ], - [ - "path", - { - "d": "M13 14.5v4.5l4 2.5" - } - ], - [ - "path", - { - "d": "M17 17l4 -2.5" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ] - ], - "augmented-reality-off": [ - [ - "path", - { - "d": "M4 8v-2c0 -.557 .228 -1.061 .595 -1.424" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2c.558 0 1.062 -.228 1.425 -.596" - } - ], - [ - "path", - { - "d": "M12 12.5l.312 -.195m2.457 -1.536l1.231 -.769" - } - ], - [ - "path", - { - "d": "M9.225 9.235l-1.225 .765l4 2.5v4.5l3.076 -1.923m.924 -3.077v-2l-4 -2.5l-.302 .189" - } - ], - [ - "path", - { - "d": "M8 10v4.5l4 2.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "augmented-reality": [ - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M12 12.5l4 -2.5" - } - ], - [ - "path", - { - "d": "M8 10l4 2.5v4.5l4 -2.5v-4.5l-4 -2.5z" - } - ], - [ - "path", - { - "d": "M8 10v4.5l4 2.5" - } - ] - ], - "automatic-gearbox": [ - [ - "path", - { - "d": "M17 17v4h1a2 2 0 1 0 0 -4h-1z" - } - ], - [ - "path", - { - "d": "M17 11h1.5a1.5 1.5 0 0 0 0 -3h-1.5v5" - } - ], - [ - "path", - { - "d": "M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 7v3a1 1 0 0 0 1 1h3v7a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M9 11h4" - } - ] - ], - "avocado": [ - [ - "path", - { - "d": "M17.8 14.04a3.905 3.905 0 0 1 1.337 -2.075c1.195 -.985 1.816 -2.285 1.863 -3.902c-.047 -1.43 -.54 -2.626 -1.477 -3.586c-.96 -.938 -2.156 -1.43 -3.585 -1.477c-1.618 .047 -2.918 .668 -3.903 1.863c-.562 .68 -1.254 1.125 -2.074 1.336c-.938 .188 -1.828 .48 -2.672 .88c-.844 .398 -1.559 .878 -2.144 1.44c-1.43 1.501 -2.145 3.224 -2.145 5.169c0 1.946 .715 3.668 2.145 5.168c1.5 1.429 3.222 2.144 5.168 2.144c1.945 0 3.667 -.715 5.167 -2.145c.563 -.585 1.055 -1.3 1.477 -2.144c.398 -.844 .68 -1.723 .844 -2.637v-.035z" - } - ], - [ - "path", - { - "d": "M10.87 10.036c-.942 .112 -1.794 .538 -2.556 1.278c-.74 .762 -1.166 1.614 -1.278 2.556c-.135 .92 .112 1.704 .74 2.354c.65 .628 1.435 .875 2.354 .74c.942 -.112 1.794 -.538 2.556 -1.278c.74 -.762 1.166 -1.614 1.278 -2.556c.135 -.92 -.112 -1.704 -.74 -2.354c-.65 -.628 -1.435 -.875 -2.354 -.74z" - } - ] - ], - "award-filled": [ - [ - "path", - { - "d": "M19.496 13.983l1.966 3.406a1.001 1.001 0 0 1 -.705 1.488l-.113 .011l-.112 -.001l-2.933 -.19l-1.303 2.636a1.001 1.001 0 0 1 -1.608 .26l-.082 -.094l-.072 -.11l-1.968 -3.407a8.994 8.994 0 0 0 6.93 -3.999z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M11.43 17.982l-1.966 3.408a1.001 1.001 0 0 1 -1.622 .157l-.076 -.1l-.064 -.114l-1.304 -2.635l-2.931 .19a1.001 1.001 0 0 1 -1.022 -1.29l.04 -.107l.05 -.1l1.968 -3.409a8.994 8.994 0 0 0 6.927 4.001z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 2l.24 .004a7 7 0 0 1 6.76 6.996l-.003 .193l-.007 .192l-.018 .245l-.026 .242l-.024 .178a6.985 6.985 0 0 1 -.317 1.268l-.116 .308l-.153 .348a7.001 7.001 0 0 1 -12.688 -.028l-.13 -.297l-.052 -.133l-.08 -.217l-.095 -.294a6.96 6.96 0 0 1 -.093 -.344l-.06 -.271l-.049 -.271l-.02 -.139l-.039 -.323l-.024 -.365l-.006 -.292a7 7 0 0 1 6.76 -6.996l.24 -.004z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "award-off": [ - [ - "path", - { - "d": "M16.72 12.704a6 6 0 0 0 -8.433 -8.418m-1.755 2.24a6 6 0 0 0 7.936 7.944" - } - ], - [ - "path", - { - "d": "M12 15l3.4 5.89l1.598 -3.233l.707 .046m1.108 -2.902l-1.617 -2.8" - } - ], - [ - "path", - { - "d": "M6.802 12l-3.4 5.89l3.598 -.233l1.598 3.232l3.4 -5.889" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "award": [ - [ - "path", - { - "d": "M12 9m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" - } - ], - [ - "path", - { - "d": "M12 15l3.4 5.89l1.598 -3.233l3.598 .232l-3.4 -5.889" - } - ], - [ - "path", - { - "d": "M6.802 12l-3.4 5.89l3.598 -.233l1.598 3.232l3.4 -5.889" - } - ] - ], - "axe": [ - [ - "path", - { - "d": "M13 9l7.383 7.418c.823 .82 .823 2.148 0 2.967a2.11 2.11 0 0 1 -2.976 0l-7.407 -7.385" - } - ], - [ - "path", - { - "d": "M6.66 15.66l-3.32 -3.32a1.25 1.25 0 0 1 .42 -2.044l3.24 -1.296l6 -6l3 3l-6 6l-1.296 3.24a1.25 1.25 0 0 1 -2.044 .42z" - } - ] - ], - "axis-x": [ - [ - "path", - { - "d": "M4 13v.01" - } - ], - [ - "path", - { - "d": "M4 9v.01" - } - ], - [ - "path", - { - "d": "M4 5v.01" - } - ], - [ - "path", - { - "d": "M17 20l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M4 17h16" - } - ] - ], - "axis-y": [ - [ - "path", - { - "d": "M11 20h-.01" - } - ], - [ - "path", - { - "d": "M15 20h-.01" - } - ], - [ - "path", - { - "d": "M19 20h-.01" - } - ], - [ - "path", - { - "d": "M4 7l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M7 20v-16" - } - ] - ], - "baby-bottle": [ - [ - "path", - { - "d": "M5 10h14" - } - ], - [ - "path", - { - "d": "M12 2v2" - } - ], - [ - "path", - { - "d": "M12 4a5 5 0 0 1 5 5v11a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-11a5 5 0 0 1 5 -5z" - } - ] - ], - "baby-carriage": [ - [ - "path", - { - "d": "M8 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M2 5h2.5l1.632 4.897a6 6 0 0 0 5.693 4.103h2.675a5.5 5.5 0 0 0 0 -11h-.5v6" - } - ], - [ - "path", - { - "d": "M6 9h14" - } - ], - [ - "path", - { - "d": "M9 17l1 -3" - } - ], - [ - "path", - { - "d": "M16 14l1 3" - } - ] - ], - "background": [ - [ - "path", - { - "d": "M4 8l4 -4" - } - ], - [ - "path", - { - "d": "M14 4l-10 10" - } - ], - [ - "path", - { - "d": "M4 20l16 -16" - } - ], - [ - "path", - { - "d": "M20 10l-10 10" - } - ], - [ - "path", - { - "d": "M20 16l-4 4" - } - ] - ], - "backhoe": [ - [ - "path", - { - "d": "M4 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M13 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M13 19l-9 0" - } - ], - [ - "path", - { - "d": "M4 15l9 0" - } - ], - [ - "path", - { - "d": "M8 12v-5h2a3 3 0 0 1 3 3v5" - } - ], - [ - "path", - { - "d": "M5 15v-2a1 1 0 0 1 1 -1h7" - } - ], - [ - "path", - { - "d": "M21.12 9.88l-3.12 -4.88l-5 5" - } - ], - [ - "path", - { - "d": "M21.12 9.88a3 3 0 0 1 -2.12 5.12a3 3 0 0 1 -2.12 -.88l4.24 -4.24z" - } - ] - ], - "backpack-off": [ - [ - "path", - { - "d": "M10 6h3a6 6 0 0 1 6 6v3m-.129 3.872a3 3 0 0 1 -2.871 2.128h-8a3 3 0 0 1 -3 -3v-6a5.99 5.99 0 0 1 2.285 -4.712" - } - ], - [ - "path", - { - "d": "M10 6v-1a2 2 0 1 1 4 0v1" - } - ], - [ - "path", - { - "d": "M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "backpack": [ - [ - "path", - { - "d": "M5 18v-6a6 6 0 0 1 6 -6h2a6 6 0 0 1 6 6v6a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M10 6v-1a2 2 0 1 1 4 0v1" - } - ], - [ - "path", - { - "d": "M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M11 10h2" - } - ] - ], - "backslash": [ - [ - "path", - { - "d": "M7 5l10 14" - } - ] - ], - "backspace-filled": [ - [ - "path", - { - "d": "M20 5a2 2 0 0 1 1.995 1.85l.005 .15v10a2 2 0 0 1 -1.85 1.995l-.15 .005h-11a1 1 0 0 1 -.608 -.206l-.1 -.087l-5.037 -5.04c-.809 -.904 -.847 -2.25 -.083 -3.23l.12 -.144l5 -5a1 1 0 0 1 .577 -.284l.131 -.009h11zm-7.489 4.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", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "backspace": [ - [ - "path", - { - "d": "M20 6a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-11l-5 -5a1.5 1.5 0 0 1 0 -2l5 -5z" - } - ], - [ - "path", - { - "d": "M12 10l4 4m0 -4l-4 4" - } - ] - ], - "badge-3d": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 9.5a.5 .5 0 0 1 .5 -.5h1a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1a.5 .5 0 0 1 -.5 -.5" - } - ], - [ - "path", - { - "d": "M14 9v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z" - } - ] - ], - "badge-4k": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 9v2a1 1 0 0 0 1 1h1" - } - ], - [ - "path", - { - "d": "M10 9v6" - } - ], - [ - "path", - { - "d": "M14 9v6" - } - ], - [ - "path", - { - "d": "M17 9l-2 3l2 3" - } - ], - [ - "path", - { - "d": "M15 12h-1" - } - ] - ], - "badge-8k": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 9v6" - } - ], - [ - "path", - { - "d": "M17 9l-2 3l2 3" - } - ], - [ - "path", - { - "d": "M15 12h-1" - } - ], - [ - "path", - { - "d": "M8.5 12h-.5a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1" - } - ] - ], - "badge-ad-off": [ - [ - "path", - { - "d": "M9 5h10a2 2 0 0 1 2 2v10m-2 2h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M14 14v1h1m2 -2v-2a2 2 0 0 0 -2 -2h-1v1" - } - ], - [ - "path", - { - "d": "M7 15v-4.5a1.5 1.5 0 0 1 2.077 -1.385m.788 .762c.087 .19 .135 .4 .135 .623v4.5" - } - ], - [ - "path", - { - "d": "M7 13h3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "badge-ad": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 9v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z" - } - ], - [ - "path", - { - "d": "M7 15v-4.5a1.5 1.5 0 0 1 3 0v4.5" - } - ], - [ - "path", - { - "d": "M7 13h3" - } - ] - ], - "badge-ar": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 15v-4.5a1.5 1.5 0 0 1 3 0v4.5" - } - ], - [ - "path", - { - "d": "M7 13h3" - } - ], - [ - "path", - { - "d": "M14 12h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6m3 0l-2 -3" - } - ] - ], - "badge-cc": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 10.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" - } - ], - [ - "path", - { - "d": "M17 10.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" - } - ] - ], - "badge-filled": [ - [ - "path", - { - "d": "M16.486 3.143l-4.486 2.69l-4.486 -2.69a1 1 0 0 0 -1.514 .857v13a1 1 0 0 0 .486 .857l5 3a1 1 0 0 0 1.028 0l5 -3a1 1 0 0 0 .486 -.857v-13a1 1 0 0 0 -1.514 -.857z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "badge-hd": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 9v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z" - } - ], - [ - "path", - { - "d": "M7 15v-6" - } - ], - [ - "path", - { - "d": "M10 15v-6" - } - ], - [ - "path", - { - "d": "M7 12h3" - } - ] - ], - "badge-off": [ - [ - "path", - { - "d": "M7 7v10l5 3l5 -3m0 -4v-9l-5 3l-2.496 -1.497" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "badge-sd": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 9v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z" - } - ], - [ - "path", - { - "d": "M7 14.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" - } - ] - ], - "badge-tm": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M6 9h4" - } - ], - [ - "path", - { - "d": "M8 9v6" - } - ], - [ - "path", - { - "d": "M13 15v-6l2 3l2 -3v6" - } - ] - ], - "badge-vo": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 9l2 6l2 -6" - } - ], - [ - "path", - { - "d": "M15.5 9a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1 -3 0v-3a1.5 1.5 0 0 1 1.5 -1.5z" - } - ] - ], - "badge-vr": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 12h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6m3 0l-2 -3" - } - ], - [ - "path", - { - "d": "M7 9l2 6l2 -6" - } - ] - ], - "badge-wc": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M6.5 9l.5 6l2 -4l2 4l.5 -6" - } - ], - [ - "path", - { - "d": "M17 10.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" - } - ] - ], - "badge": [ - [ - "path", - { - "d": "M17 17v-13l-5 3l-5 -3v13l5 3z" - } - ] - ], - "badges-filled": [ - [ - "path", - { - "d": "M16.486 12.143l-4.486 2.69l-4.486 -2.69a1 1 0 0 0 -1.514 .857v4a1 1 0 0 0 .486 .857l5 3a1 1 0 0 0 1.028 0l5 -3a1 1 0 0 0 .486 -.857v-4a1 1 0 0 0 -1.514 -.857z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M16.486 3.143l-4.486 2.69l-4.486 -2.69a1 1 0 0 0 -1.514 .857v4a1 1 0 0 0 .486 .857l5 3a1 1 0 0 0 1.028 0l5 -3a1 1 0 0 0 .486 -.857v-4a1 1 0 0 0 -1.514 -.857z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "badges-off": [ - [ - "path", - { - "d": "M14.505 14.497l-2.505 1.503l-5 -3v4l5 3l5 -3" - } - ], - [ - "path", - { - "d": "M13.873 9.876l3.127 -1.876v-4l-5 3l-2.492 -1.495m-2.508 1.495v1l2.492 1.495" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "badges": [ - [ - "path", - { - "d": "M17 17v-4l-5 3l-5 -3v4l5 3z" - } - ], - [ - "path", - { - "d": "M17 8v-4l-5 3l-5 -3v4l5 3z" - } - ] - ], - "baguette": [ - [ - "path", - { - "d": "M5.628 11.283l5.644 -5.637c2.665 -2.663 5.924 -3.747 8.663 -1.205l.188 .181a2.987 2.987 0 0 1 0 4.228l-11.287 11.274a3 3 0 0 1 -4.089 .135l-.143 -.135c-2.728 -2.724 -1.704 -6.117 1.024 -8.841z" - } - ], - [ - "path", - { - "d": "M9.5 7.5l1.5 3.5" - } - ], - [ - "path", - { - "d": "M6.5 10.5l1.5 3.5" - } - ], - [ - "path", - { - "d": "M12.5 4.5l1.5 3.5" - } - ] - ], - "ball-american-football-off": [ - [ - "path", - { - "d": "M15 9l-1 1m-2 2l-3 3" - } - ], - [ - "path", - { - "d": "M10 12l2 2" - } - ], - [ - "path", - { - "d": "M8 21a5 5 0 0 0 -5 -5" - } - ], - [ - "path", - { - "d": "M6.813 6.802a12.96 12.96 0 0 0 -3.813 9.198a5 5 0 0 0 5 5a12.96 12.96 0 0 0 9.186 -3.801m1.789 -2.227a12.94 12.94 0 0 0 2.025 -6.972a5 5 0 0 0 -5 -5a12.94 12.94 0 0 0 -6.967 2.022" - } - ], - [ - "path", - { - "d": "M16 3a5 5 0 0 0 5 5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "ball-american-football": [ - [ - "path", - { - "d": "M15 9l-6 6" - } - ], - [ - "path", - { - "d": "M10 12l2 2" - } - ], - [ - "path", - { - "d": "M12 10l2 2" - } - ], - [ - "path", - { - "d": "M8 21a5 5 0 0 0 -5 -5" - } - ], - [ - "path", - { - "d": "M16 3c-7.18 0 -13 5.82 -13 13a5 5 0 0 0 5 5c7.18 0 13 -5.82 13 -13a5 5 0 0 0 -5 -5" - } - ], - [ - "path", - { - "d": "M16 3a5 5 0 0 0 5 5" - } - ] - ], - "ball-baseball": [ - [ - "path", - { - "d": "M5.636 18.364a9 9 0 1 0 12.728 -12.728a9 9 0 0 0 -12.728 12.728z" - } - ], - [ - "path", - { - "d": "M12.495 3.02a9 9 0 0 1 -9.475 9.475" - } - ], - [ - "path", - { - "d": "M20.98 11.505a9 9 0 0 0 -9.475 9.475" - } - ], - [ - "path", - { - "d": "M9 9l2 2" - } - ], - [ - "path", - { - "d": "M13 13l2 2" - } - ], - [ - "path", - { - "d": "M11 7l2 1" - } - ], - [ - "path", - { - "d": "M7 11l1 2" - } - ], - [ - "path", - { - "d": "M16 11l1 2" - } - ], - [ - "path", - { - "d": "M11 16l2 1" - } - ] - ], - "ball-basketball": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M5.65 5.65l12.7 12.7" - } - ], - [ - "path", - { - "d": "M5.65 18.35l12.7 -12.7" - } - ], - [ - "path", - { - "d": "M12 3a9 9 0 0 0 9 9" - } - ], - [ - "path", - { - "d": "M3 12a9 9 0 0 1 9 9" - } - ] - ], - "ball-bowling": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M11 9l0 .01" - } - ], - [ - "path", - { - "d": "M15 8l0 .01" - } - ], - [ - "path", - { - "d": "M14 12l0 .01" - } - ] - ], - "ball-football-off": [ - [ - "path", - { - "d": "M20.041 16.046a9 9 0 0 0 -12.084 -12.09m-2.323 1.683a9 9 0 0 0 12.726 12.73" - } - ], - [ - "path", - { - "d": "M12 7l4.755 3.455l-.566 1.743l-.98 3.014l-.209 .788h-6l-1.755 -5.545l1.86 -1.351l2.313 -1.681z" - } - ], - [ - "path", - { - "d": "M12 7v-4" - } - ], - [ - "path", - { - "d": "M15 16l2.5 3" - } - ], - [ - "path", - { - "d": "M16.755 10.455l3.745 -1.455" - } - ], - [ - "path", - { - "d": "M9.061 16.045l-2.561 2.955" - } - ], - [ - "path", - { - "d": "M7.245 10.455l-3.745 -1.455" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "ball-football": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 7l4.76 3.45l-1.76 5.55h-6l-1.76 -5.55z" - } - ], - [ - "path", - { - "d": "M12 7v-4m3 13l2.5 3m-.74 -8.55l3.74 -1.45m-11.44 7.05l-2.56 2.95m.74 -8.55l-3.74 -1.45" - } - ] - ], - "ball-tennis": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M6 5.3a9 9 0 0 1 0 13.4" - } - ], - [ - "path", - { - "d": "M18 5.3a9 9 0 0 0 0 13.4" - } - ] - ], - "ball-volleyball": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12a8 8 0 0 0 8 4" - } - ], - [ - "path", - { - "d": "M7.5 13.5a12 12 0 0 0 8.5 6.5" - } - ], - [ - "path", - { - "d": "M12 12a8 8 0 0 0 -7.464 4.928" - } - ], - [ - "path", - { - "d": "M12.951 7.353a12 12 0 0 0 -9.88 4.111" - } - ], - [ - "path", - { - "d": "M12 12a8 8 0 0 0 -.536 -8.928" - } - ], - [ - "path", - { - "d": "M15.549 15.147a12 12 0 0 0 1.38 -10.611" - } - ] - ], - "balloon-filled": [ - [ - "path", - { - "d": "M12 1a7 7 0 0 1 7 7c0 5.457 -3.028 10 -7 10c-3.9 0 -6.89 -4.379 -6.997 -9.703l-.003 -.297l.004 -.24a7 7 0 0 1 6.996 -6.76zm0 4a1 1 0 0 0 0 2l.117 .007a1 1 0 0 1 .883 .993l.007 .117a1 1 0 0 0 1.993 -.117a3 3 0 0 0 -3 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 16a1 1 0 0 1 .993 .883l.007 .117v1a3 3 0 0 1 -2.824 2.995l-.176 .005h-3a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 1 -2 0a3 3 0 0 1 2.824 -2.995l.176 -.005h3a1 1 0 0 0 .993 -.883l.007 -.117v-1a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "balloon-off": [ - [ - "path", - { - "d": "M14 8a2 2 0 0 0 -2 -2" - } - ], - [ - "path", - { - "d": "M7.762 3.753a6 6 0 0 1 10.238 4.247c0 1.847 -.37 3.564 -1.007 4.993m-1.59 2.42c-.967 1 -2.14 1.587 -3.403 1.587c-3.314 0 -6 -4.03 -6 -9c0 -.593 .086 -1.166 .246 -1.707" - } - ], - [ - "path", - { - "d": "M12 17v1a2 2 0 0 1 -2 2h-3a2 2 0 0 0 -2 2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "balloon": [ - [ - "path", - { - "d": "M14 8a2 2 0 0 0 -2 -2" - } - ], - [ - "path", - { - "d": "M6 8a6 6 0 1 1 12 0c0 4.97 -2.686 9 -6 9s-6 -4.03 -6 -9" - } - ], - [ - "path", - { - "d": "M12 17v1a2 2 0 0 1 -2 2h-3a2 2 0 0 0 -2 2" - } - ] - ], - "ballpen-filled": [ - [ - "path", - { - "d": "M17.828 2a3 3 0 0 1 1.977 .743l.145 .136l1.171 1.17a3 3 0 0 1 .136 4.1l-.136 .144l-1.706 1.707l2.292 2.293a1 1 0 0 1 .083 1.32l-.083 .094l-4 4a1 1 0 0 1 -1.497 -1.32l.083 -.094l3.292 -3.293l-1.586 -1.585l-7.464 7.464a3.828 3.828 0 0 1 -2.474 1.114l-.233 .008c-.674 0 -1.33 -.178 -1.905 -.508l-1.216 1.214a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.214 -1.216a3.828 3.828 0 0 1 .454 -4.442l.16 -.17l10.586 -10.586a3 3 0 0 1 1.923 -.873l.198 -.006zm0 2a1 1 0 0 0 -.608 .206l-.099 .087l-1.707 1.707l2.586 2.585l1.707 -1.706a1 1 0 0 0 .284 -.576l.01 -.131a1 1 0 0 0 -.207 -.609l-.087 -.099l-1.171 -1.171a1 1 0 0 0 -.708 -.293z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "ballpen-off": [ - [ - "path", - { - "d": "M14 6l7 7l-2 2" - } - ], - [ - "path", - { - "d": "M10 10l-4.172 4.172a2.828 2.828 0 1 0 4 4l4.172 -4.172" - } - ], - [ - "path", - { - "d": "M16 12l4.414 -4.414a2 2 0 0 0 0 -2.829l-1.171 -1.171a2 2 0 0 0 -2.829 0l-4.414 4.414" - } - ], - [ - "path", - { - "d": "M4 20l1.768 -1.768" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "ballpen": [ - [ - "path", - { - "d": "M14 6l7 7l-4 4" - } - ], - [ - "path", - { - "d": "M5.828 18.172a2.828 2.828 0 0 0 4 0l10.586 -10.586a2 2 0 0 0 0 -2.829l-1.171 -1.171a2 2 0 0 0 -2.829 0l-10.586 10.586a2.828 2.828 0 0 0 0 4z" - } - ], - [ - "path", - { - "d": "M4 20l1.768 -1.768" - } - ] - ], - "ban": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M5.7 5.7l12.6 12.6" - } - ] - ], - "bandage-filled": [ - [ - "path", - { - "d": "M20.207 3.793a5.95 5.95 0 0 1 .179 8.228l-.179 .186l-8 8a5.95 5.95 0 0 1 -8.593 -8.228l.179 -.186l8 -8a5.95 5.95 0 0 1 8.414 0zm-8.207 9.207a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm2 -2a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm-4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm2 -2a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "bandage-off": [ - [ - "path", - { - "d": "M10 12v.01" - } - ], - [ - "path", - { - "d": "M12 14v.01" - } - ], - [ - "path", - { - "d": "M10.513 6.487l1.987 -1.987a4.95 4.95 0 0 1 7 7l-2.018 2.018m-1.982 1.982l-4 4a4.95 4.95 0 0 1 -7 -7l4 -4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "bandage": [ - [ - "path", - { - "d": "M14 12l0 .01" - } - ], - [ - "path", - { - "d": "M10 12l0 .01" - } - ], - [ - "path", - { - "d": "M12 10l0 .01" - } - ], - [ - "path", - { - "d": "M12 14l0 .01" - } - ], - [ - "path", - { - "d": "M4.5 12.5l8 -8a4.94 4.94 0 0 1 7 7l-8 8a4.94 4.94 0 0 1 -7 -7" - } - ] - ], - "barbell-off": [ - [ - "path", - { - "d": "M2 12h1" - } - ], - [ - "path", - { - "d": "M6 8h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2" - } - ], - [ - "path", - { - "d": "M6.298 6.288a1 1 0 0 0 -.298 .712v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-8" - } - ], - [ - "path", - { - "d": "M9 12h3" - } - ], - [ - "path", - { - "d": "M15 15v2a1 1 0 0 0 1 1h1c.275 0 .523 -.11 .704 -.29m.296 -3.71v-7a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1v4" - } - ], - [ - "path", - { - "d": "M18 8h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1" - } - ], - [ - "path", - { - "d": "M22 12h-1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "barbell": [ - [ - "path", - { - "d": "M2 12h1" - } - ], - [ - "path", - { - "d": "M6 8h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2" - } - ], - [ - "path", - { - "d": "M6 7v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-10a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1z" - } - ], - [ - "path", - { - "d": "M9 12h6" - } - ], - [ - "path", - { - "d": "M15 7v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-10a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1z" - } - ], - [ - "path", - { - "d": "M18 8h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-2" - } - ], - [ - "path", - { - "d": "M22 12h-1" - } - ] - ], - "barcode-off": [ - [ - "path", - { - "d": "M4 7v-1c0 -.552 .224 -1.052 .586 -1.414" - } - ], - [ - "path", - { - "d": "M4 17v1a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v1" - } - ], - [ - "path", - { - "d": "M16 20h2c.551 0 1.05 -.223 1.412 -.584" - } - ], - [ - "path", - { - "d": "M5 11h1v2h-1z" - } - ], - [ - "path", - { - "d": "M10 11v2" - } - ], - [ - "path", - { - "d": "M15 11v.01" - } - ], - [ - "path", - { - "d": "M19 11v2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "barcode": [ - [ - "path", - { - "d": "M4 7v-1a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 17v1a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v1" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-1" - } - ], - [ - "path", - { - "d": "M5 11h1v2h-1z" - } - ], - [ - "path", - { - "d": "M10 11l0 2" - } - ], - [ - "path", - { - "d": "M14 11h1v2h-1z" - } - ], - [ - "path", - { - "d": "M19 11l0 2" - } - ] - ], - "barrel-off": [ - [ - "path", - { - "d": "M8 4h8.722a2 2 0 0 1 1.841 1.22c.958 2.26 1.437 4.52 1.437 6.78a16.35 16.35 0 0 1 -.407 3.609m-.964 3.013l-.066 .158a2 2 0 0 1 -1.841 1.22h-9.444a2 2 0 0 1 -1.841 -1.22c-.958 -2.26 -1.437 -4.52 -1.437 -6.78c0 -2.21 .458 -4.42 1.374 -6.63" - } - ], - [ - "path", - { - "d": "M14 4c.585 2.337 .913 4.674 .985 7.01m-.114 3.86a33.415 33.415 0 0 1 -.871 5.13" - } - ], - [ - "path", - { - "d": "M10 4a34.42 34.42 0 0 0 -.366 1.632m-.506 3.501a32.126 32.126 0 0 0 -.128 2.867c0 2.667 .333 5.333 1 8" - } - ], - [ - "path", - { - "d": "M4.5 16h11.5" - } - ], - [ - "path", - { - "d": "M19.5 8h-7.5m-4 0h-3.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "barrel": [ - [ - "path", - { - "d": "M7.278 4h9.444a2 2 0 0 1 1.841 1.22c.958 2.26 1.437 4.52 1.437 6.78c0 2.26 -.479 4.52 -1.437 6.78a2 2 0 0 1 -1.841 1.22h-9.444a2 2 0 0 1 -1.841 -1.22c-.958 -2.26 -1.437 -4.52 -1.437 -6.78c0 -2.26 .479 -4.52 1.437 -6.78a2 2 0 0 1 1.841 -1.22z" - } - ], - [ - "path", - { - "d": "M14 4c.667 2.667 1 5.333 1 8s-.333 5.333 -1 8" - } - ], - [ - "path", - { - "d": "M10 4c-.667 2.667 -1 5.333 -1 8s.333 5.333 1 8" - } - ], - [ - "path", - { - "d": "M4.5 16h15" - } - ], - [ - "path", - { - "d": "M19.5 8h-15" - } - ] - ], - "barrier-block-off": [ - [ - "path", - { - "d": "M11 7h8a1 1 0 0 1 1 1v7c0 .27 -.107 .516 -.282 .696" - } - ], - [ - "path", - { - "d": "M16 16h-11a1 1 0 0 1 -1 -1v-7a1 1 0 0 1 1 -1h2" - } - ], - [ - "path", - { - "d": "M7 16v4" - } - ], - [ - "path", - { - "d": "M7.5 16l4.244 -4.244" - } - ], - [ - "path", - { - "d": "M13.745 9.755l2.755 -2.755" - } - ], - [ - "path", - { - "d": "M13.5 16l1.249 -1.249" - } - ], - [ - "path", - { - "d": "M16.741 12.759l3.259 -3.259" - } - ], - [ - "path", - { - "d": "M4 13.5l4.752 -4.752" - } - ], - [ - "path", - { - "d": "M17 17v3" - } - ], - [ - "path", - { - "d": "M5 20h4" - } - ], - [ - "path", - { - "d": "M15 20h4" - } - ], - [ - "path", - { - "d": "M17 7v-2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "barrier-block": [ - [ - "path", - { - "d": "M4 7m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v7a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M7 16v4" - } - ], - [ - "path", - { - "d": "M7.5 16l9 -9" - } - ], - [ - "path", - { - "d": "M13.5 16l6.5 -6.5" - } - ], - [ - "path", - { - "d": "M4 13.5l6.5 -6.5" - } - ], - [ - "path", - { - "d": "M17 16v4" - } - ], - [ - "path", - { - "d": "M5 20h4" - } - ], - [ - "path", - { - "d": "M15 20h4" - } - ], - [ - "path", - { - "d": "M17 7v-2" - } - ], - [ - "path", - { - "d": "M7 7v-2" - } - ] - ], - "baseline-density-large": [ - [ - "path", - { - "d": "M4 4h16" - } - ], - [ - "path", - { - "d": "M4 20h16" - } - ] - ], - "baseline-density-medium": [ - [ - "path", - { - "d": "M4 20h16" - } - ], - [ - "path", - { - "d": "M4 12h16" - } - ], - [ - "path", - { - "d": "M4 4h16" - } - ] - ], - "baseline-density-small": [ - [ - "path", - { - "d": "M4 3h16" - } - ], - [ - "path", - { - "d": "M4 9h16" - } - ], - [ - "path", - { - "d": "M4 15h16" - } - ], - [ - "path", - { - "d": "M4 21h16" - } - ] - ], - "baseline": [ - [ - "path", - { - "d": "M4 20h16" - } - ], - [ - "path", - { - "d": "M8 16v-8a4 4 0 1 1 8 0v8" - } - ], - [ - "path", - { - "d": "M8 10h8" - } - ] - ], - "basket-bolt": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ], - [ - "path", - { - "d": "M13 20h-5.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.358 2.04" - } - ], - [ - "path", - { - "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "basket-cancel": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ], - [ - "path", - { - "d": "M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.3 1.713" - } - ], - [ - "path", - { - "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "basket-check": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ], - [ - "path", - { - "d": "M11 20h-3.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.479 2.729" - } - ], - [ - "path", - { - "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "basket-code": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ], - [ - "path", - { - "d": "M11 20h-3.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304c-.21 1.202 -.37 2.104 -.475 2.705" - } - ], - [ - "path", - { - "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "basket-cog": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ], - [ - "path", - { - "d": "M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.267 1.522" - } - ], - [ - "path", - { - "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "basket-discount": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ], - [ - "path", - { - "d": "M12.5 20h-5.256a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.394 2.248" - } - ], - [ - "path", - { - "d": "M13.856 13.254a2 2 0 1 0 -1.856 2.746" - } - ], - [ - "path", - { - "d": "M16 21l5 -5" - } - ], - [ - "path", - { - "d": "M21 21v.01" - } - ], - [ - "path", - { - "d": "M16 16v.01" - } - ] - ], - "basket-dollar": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ], - [ - "path", - { - "d": "M13 20h-5.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304" - } - ], - [ - "path", - { - "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "basket-down": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ], - [ - "path", - { - "d": "M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.349 1.989" - } - ], - [ - "path", - { - "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "basket-exclamation": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ], - [ - "path", - { - "d": "M15 20h-7.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.36 2.055" - } - ], - [ - "path", - { - "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "basket-filled": [ - [ - "path", - { - "d": "M12.684 3.27l.084 .09l4.7 5.64h3.532a1 1 0 0 1 .991 1.131l-.02 .112l-1.984 7.918c-.258 1.578 -1.41 2.781 -2.817 2.838l-.17 .001l-10.148 -.002c-1.37 -.053 -2.484 -1.157 -2.787 -2.57l-.035 -.185l-2 -8a1 1 0 0 1 .857 -1.237l.113 -.006h3.53l4.702 -5.64a1 1 0 0 1 1.452 -.09zm-.684 8.73a3 3 0 0 0 -2.98 2.65l-.015 .174l-.005 .176l.005 .176a3 3 0 1 0 2.995 -3.176zm0 -6.438l-2.865 3.438h5.73l-2.865 -3.438z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "basket-heart": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ], - [ - "path", - { - "d": "M10.5 20h-3.256a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.143 .817" - } - ], - [ - "path", - { - "d": "M12.602 12.092a2 2 0 0 0 -2.233 3.066" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "basket-minus": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ], - [ - "path", - { - "d": "M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.833 4.75" - } - ], - [ - "path", - { - "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "basket-off": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l.75 -2.252m1.001 -3.002l.249 -.746" - } - ], - [ - "path", - { - "d": "M12 8h7a2 2 0 0 1 1.977 2.304c-.442 2.516 -.756 4.438 -.977 5.696m-1.01 3.003a2.997 2.997 0 0 1 -2.234 .997h-9.512a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h2.999" - } - ], - [ - "path", - { - "d": "M12 12a2 2 0 1 0 2 2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "basket-pause": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ], - [ - "path", - { - "d": "M13 20h-5.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.478 2.725" - } - ], - [ - "path", - { - "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "basket-pin": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ], - [ - "path", - { - "d": "M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.161 .92" - } - ], - [ - "path", - { - "d": "M13.866 13.28a2 2 0 1 0 -1.866 2.72" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "basket-plus": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ], - [ - "path", - { - "d": "M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.359 2.043" - } - ], - [ - "path", - { - "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "basket-question": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ], - [ - "path", - { - "d": "M15 20h-7.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.161 .918" - } - ], - [ - "path", - { - "d": "M12 16a2 2 0 1 0 0 -4a2 2 0 0 0 0 4z" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "basket-search": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ], - [ - "path", - { - "d": "M11 20h-3.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.215 1.227" - } - ], - [ - "path", - { - "d": "M13.483 12.658a2 2 0 1 0 -2.162 3.224" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "basket-share": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ], - [ - "path", - { - "d": "M12.5 20h-5.256a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.478 2.723" - } - ], - [ - "path", - { - "d": "M14 14a2 2 0 1 0 -2 2" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "basket-star": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ], - [ - "path", - { - "d": "M10.5 20h-3.256a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.133 .757" - } - ], - [ - "path", - { - "d": "M13.596 12.794a2 2 0 0 0 -3.377 2.116" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "basket-up": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ], - [ - "path", - { - "d": "M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.358 2.04" - } - ], - [ - "path", - { - "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "basket-x": [ - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ], - [ - "path", - { - "d": "M13.5 20h-6.256a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.532 3.03" - } - ], - [ - "path", - { - "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "basket": [ - [ - "path", - { - "d": "M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M5.001 8h13.999a2 2 0 0 1 1.977 2.304l-1.255 7.152a3 3 0 0 1 -2.966 2.544h-9.512a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304z" - } - ], - [ - "path", - { - "d": "M17 10l-2 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 -6" - } - ] - ], - "bat": [ - [ - "path", - { - "d": "M17 16c.74 -2.286 2.778 -3.762 5 -3c-.173 -2.595 .13 -5.314 -2 -7.5c-1.708 2.648 -3.358 2.557 -5 2.5v-4l-3 2l-3 -2v4c-1.642 .057 -3.292 .148 -5 -2.5c-2.13 2.186 -1.827 4.905 -2 7.5c2.222 -.762 4.26 .714 5 3c2.593 0 3.889 .952 5 4c1.111 -3.048 2.407 -4 5 -4z" - } - ], - [ - "path", - { - "d": "M9 8a3 3 0 0 0 6 0" - } - ] - ], - "bath-filled": [ - [ - "path", - { - "d": "M11 2a1 1 0 0 1 .993 .883l.007 .117v2.25a1 1 0 0 1 -1.993 .117l-.007 -.117v-1.25h-2a1 1 0 0 0 -.993 .883l-.007 .117v6h13a2 2 0 0 1 1.995 1.85l.005 .15v3c0 1.475 -.638 2.8 -1.654 3.715l.486 .73a1 1 0 0 1 -1.594 1.203l-.07 -.093l-.55 -.823a4.98 4.98 0 0 1 -1.337 .26l-.281 .008h-10a4.994 4.994 0 0 1 -1.619 -.268l-.549 .823a1 1 0 0 1 -1.723 -1.009l.059 -.1l.486 -.73a4.987 4.987 0 0 1 -1.647 -3.457l-.007 -.259v-3a2 2 0 0 1 1.85 -1.995l.15 -.005h1v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "bath-off": [ - [ - "path", - { - "d": "M16 12h4a1 1 0 0 1 1 1v3c0 .311 -.036 .614 -.103 .904m-1.61 2.378a3.982 3.982 0 0 1 -2.287 .718h-10a4 4 0 0 1 -4 -4v-3a1 1 0 0 1 1 -1h8" - } - ], - [ - "path", - { - "d": "M6 12v-6m1.178 -2.824c.252 -.113 .53 -.176 .822 -.176h3v2.25" - } - ], - [ - "path", - { - "d": "M4 21l1 -1.5" - } - ], - [ - "path", - { - "d": "M20 21l-1 -1.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "bath": [ - [ - "path", - { - "d": "M4 12h16a1 1 0 0 1 1 1v3a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4v-3a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M6 12v-7a2 2 0 0 1 2 -2h3v2.25" - } - ], - [ - "path", - { - "d": "M4 21l1 -1.5" - } - ], - [ - "path", - { - "d": "M20 21l-1 -1.5" - } - ] - ], - "battery-1-filled": [ - [ - "path", - { - "d": "M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11zm-10 3a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "battery-1": [ - [ - "path", - { - "d": "M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M7 10l0 4" - } - ] - ], - "battery-2-filled": [ - [ - "path", - { - "d": "M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11zm-10 3a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "battery-2": [ - [ - "path", - { - "d": "M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M7 10l0 4" - } - ], - [ - "path", - { - "d": "M10 10l0 4" - } - ] - ], - "battery-3-filled": [ - [ - "path", - { - "d": "M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11zm-10 3a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "battery-3": [ - [ - "path", - { - "d": "M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M7 10l0 4" - } - ], - [ - "path", - { - "d": "M10 10l0 4" - } - ], - [ - "path", - { - "d": "M13 10l0 4" - } - ] - ], - "battery-4-filled": [ - [ - "path", - { - "d": "M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11zm-10 3a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "battery-4": [ - [ - "path", - { - "d": "M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M7 10l0 4" - } - ], - [ - "path", - { - "d": "M10 10l0 4" - } - ], - [ - "path", - { - "d": "M13 10l0 4" - } - ], - [ - "path", - { - "d": "M16 10l0 4" - } - ] - ], - "battery-automotive": [ - [ - "path", - { - "d": "M3 6m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M6 6v-2" - } - ], - [ - "path", - { - "d": "M19 4l0 2" - } - ], - [ - "path", - { - "d": "M6.5 13l3 0" - } - ], - [ - "path", - { - "d": "M14.5 13l3 0" - } - ], - [ - "path", - { - "d": "M16 11.5l0 3" - } - ] - ], - "battery-charging-2": [ - [ - "path", - { - "d": "M4 9a2 2 0 0 1 2 -2h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-4.5" - } - ], - [ - "path", - { - "d": "M3 15h6v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2v-2z" - } - ], - [ - "path", - { - "d": "M6 22v-3" - } - ], - [ - "path", - { - "d": "M4 15v-2.5" - } - ], - [ - "path", - { - "d": "M8 15v-2.5" - } - ] - ], - "battery-charging": [ - [ - "path", - { - "d": "M16 7h1a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-2" - } - ], - [ - "path", - { - "d": "M8 7h-2a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h1" - } - ], - [ - "path", - { - "d": "M12 8l-2 4h3l-2 4" - } - ] - ], - "battery-eco": [ - [ - "path", - { - "d": "M4 9a2 2 0 0 1 2 -2h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-5.5" - } - ], - [ - "path", - { - "d": "M3 16.143c0 -2.84 2.09 -5.143 4.667 -5.143h2.333v.857c0 2.84 -2.09 5.143 -4.667 5.143h-2.333v-.857z" - } - ], - [ - "path", - { - "d": "M3 20v-3" - } - ] - ], - "battery-filled": [ - [ - "path", - { - "d": "M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "battery-off": [ - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M11 7h6a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5m-2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h1" - } - ] - ], - "battery": [ - [ - "path", - { - "d": "M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" - } - ] - ], - "beach-off": [ - [ - "path", - { - "d": "M15.071 15.102a7.502 7.502 0 0 0 -8.124 1.648" - } - ], - [ - "path", - { - "d": "M10.27 6.269l9.926 5.731a6 6 0 0 0 -10.32 -6.123" - } - ], - [ - "path", - { - "d": "M16.732 10c1.658 -2.87 2.225 -5.644 1.268 -6.196c-.957 -.552 -3.075 1.326 -4.732 4.196" - } - ], - [ - "path", - { - "d": "M15 9l-.739 1.279" - } - ], - [ - "path", - { - "d": "M12.794 12.82l-.794 1.376" - } - ], - [ - "path", - { - "d": "M3 19.25a2.4 2.4 0 0 1 1 -.25a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 1.135 -.858" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "beach": [ - [ - "path", - { - "d": "M17.553 16.75a7.5 7.5 0 0 0 -10.606 0" - } - ], - [ - "path", - { - "d": "M18 3.804a6 6 0 0 0 -8.196 2.196l10.392 6a6 6 0 0 0 -2.196 -8.196z" - } - ], - [ - "path", - { - "d": "M16.732 10c1.658 -2.87 2.225 -5.644 1.268 -6.196c-.957 -.552 -3.075 1.326 -4.732 4.196" - } - ], - [ - "path", - { - "d": "M15 9l-3 5.196" - } - ], - [ - "path", - { - "d": "M3 19.25a2.4 2.4 0 0 1 1 -.25a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 1 .25" - } - ] - ], - "bed-filled": [ - [ - "path", - { - "d": "M3 6a1 1 0 0 1 .993 .883l.007 .117v6h6v-5a1 1 0 0 1 .883 -.993l.117 -.007h8a3 3 0 0 1 2.995 2.824l.005 .176v8a1 1 0 0 1 -1.993 .117l-.007 -.117v-3h-16v3a1 1 0 0 1 -1.993 .117l-.007 -.117v-11a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M7 8a2 2 0 1 1 -1.995 2.15l-.005 -.15l.005 -.15a2 2 0 0 1 1.995 -1.85z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "bed-flat": [ - [ - "path", - { - "d": "M5 11m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M10 13h11v-2a3 3 0 0 0 -3 -3h-8v5z" - } - ], - [ - "path", - { - "d": "M3 16h18" - } - ] - ], - "bed-off": [ - [ - "path", - { - "d": "M7 7a2 2 0 1 0 2 2" - } - ], - [ - "path", - { - "d": "M22 17v-3h-4m-4 0h-12" - } - ], - [ - "path", - { - "d": "M2 8v9" - } - ], - [ - "path", - { - "d": "M12 12v2h2m4 0h4v-2a3 3 0 0 0 -3 -3h-6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "bed": [ - [ - "path", - { - "d": "M7 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M22 17v-3h-20" - } - ], - [ - "path", - { - "d": "M2 8v9" - } - ], - [ - "path", - { - "d": "M12 14h10v-2a3 3 0 0 0 -3 -3h-7v5z" - } - ] - ], - "beer-filled": [ - [ - "path", - { - "d": "M17 2a2 2 0 0 1 1.995 1.85l.005 .15v4c0 1.335 -.229 2.386 -.774 3.692l-.157 .363l-.31 .701a8.902 8.902 0 0 0 -.751 3.242l-.008 .377v3.625a2 2 0 0 1 -1.85 1.995l-.15 .005h-6a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3.625c0 -1.132 -.21 -2.25 -.617 -3.28l-.142 -.34l-.31 -.699c-.604 -1.358 -.883 -2.41 -.925 -3.698l-.006 -.358v-4a2 2 0 0 1 1.85 -1.995l.15 -.005h10zm0 2h-10v3h10v-3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "beer-off": [ - [ - "path", - { - "d": "M7 7v1.111c0 1.242 .29 2.467 .845 3.578l.31 .622a8 8 0 0 1 .845 3.578v4.111h6v-4.111a8 8 0 0 1 .045 -.85m.953 -3.035l.157 -.315a8 8 0 0 0 .845 -3.578v-4.111h-9" - } - ], - [ - "path", - { - "d": "M7 8h1m4 0h5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "beer": [ - [ - "path", - { - "d": "M9 21h6a1 1 0 0 0 1 -1v-3.625c0 -1.397 .29 -2.775 .845 -4.025l.31 -.7c.556 -1.25 .845 -2.253 .845 -3.65v-4a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1v4c0 1.397 .29 2.4 .845 3.65l.31 .7a9.931 9.931 0 0 1 .845 4.025v3.625a1 1 0 0 0 1 1z" - } - ], - [ - "path", - { - "d": "M6 8h12" - } - ] - ], - "bell-bolt": [ - [ - "path", - { - "d": "M13.5 17h-9.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 4.368 2.67" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "bell-cancel": [ - [ - "path", - { - "d": "M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 3 3" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "bell-check": [ - [ - "path", - { - "d": "M11.5 17h-7.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3c.016 .129 .037 .256 .065 .382" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 2.502 2.959" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "bell-code": [ - [ - "path", - { - "d": "M11.5 17h-7.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v2" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 2.498 2.958" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "bell-cog": [ - [ - "path", - { - "d": "M12 17h-8a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v.5" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 3 3" - } - ] - ], - "bell-dollar": [ - [ - "path", - { - "d": "M13 17h-9a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 3.911 5.17" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 4.02 2.822" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "bell-down": [ - [ - "path", - { - "d": "M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 3.518 2.955" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "bell-exclamation": [ - [ - "path", - { - "d": "M15 17h-11a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1.5" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 6 0v-1" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "bell-filled": [ - [ - "path", - { - "d": "M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "bell-heart": [ - [ - "path", - { - "d": "M10 17h-6a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6" - } - ], - [ - "path", - { - "d": "M9 17v1c0 1.408 .97 2.59 2.28 2.913" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "bell-minus-filled": [ - [ - "path", - { - "d": "M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004zm2 8h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "bell-minus": [ - [ - "path", - { - "d": "M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3c.047 .386 .149 .758 .3 1.107" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 3.504 2.958" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "bell-off": [ - [ - "path", - { - "d": "M9.346 5.353c.21 -.129 .428 -.246 .654 -.353a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3m-1 3h-13a4 4 0 0 0 2 -3v-3a6.996 6.996 0 0 1 1.273 -3.707" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 6 0v-1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "bell-pause": [ - [ - "path", - { - "d": "M13 17h-9a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v2" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 4.022 2.821" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "bell-pin": [ - [ - "path", - { - "d": "M12 17h-8a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 3.64 2.931" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "bell-plus-filled": [ - [ - "path", - { - "d": "M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004zm0 6a1 1 0 0 0 -1 1v1h-1l-.117 .007a1 1 0 0 0 .117 1.993h1v1l.007 .117a1 1 0 0 0 1.993 -.117v-1h1l.117 -.007a1 1 0 0 0 -.117 -1.993h-1v-1l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "bell-plus": [ - [ - "path", - { - "d": "M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 3.51 2.957" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "bell-question": [ - [ - "path", - { - "d": "M13.5 17h-9.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 5.914 .716" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "bell-ringing-2-filled": [ - [ - "path", - { - "d": "M9.63 17.531c.612 .611 .211 1.658 -.652 1.706a3.992 3.992 0 0 1 -3.05 -1.166a3.992 3.992 0 0 1 -1.165 -3.049c.046 -.826 1.005 -1.228 1.624 -.726l.082 .074l3.161 3.16z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20.071 3.929c.96 .96 1.134 2.41 .52 3.547l-.09 .153l-.024 .036a8.013 8.013 0 0 1 -1.446 7.137l-.183 .223l-.191 .218l-2.073 2.072l-.08 .112a3 3 0 0 0 -.499 2.113l.035 .201l.045 .185c.264 .952 -.853 1.645 -1.585 1.051l-.086 -.078l-11.313 -11.313c-.727 -.727 -.017 -1.945 .973 -1.671a3 3 0 0 0 2.5 -.418l.116 -.086l2.101 -2.1a8 8 0 0 1 7.265 -1.86l.278 .071l.037 -.023a3.003 3.003 0 0 1 3.432 .192l.14 .117l.128 .12z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "bell-ringing-2": [ - [ - "path", - { - "d": "M19.364 4.636a2 2 0 0 1 0 2.828a7 7 0 0 1 -1.414 7.072l-2.122 2.12a4 4 0 0 0 -.707 3.536l-11.313 -11.312a4 4 0 0 0 3.535 -.707l2.121 -2.123a7 7 0 0 1 7.072 -1.414a2 2 0 0 1 2.828 0z" - } - ], - [ - "path", - { - "d": "M7.343 12.414l-.707 .707a3 3 0 0 0 4.243 4.243l.707 -.707" - } - ] - ], - "bell-ringing-filled": [ - [ - "path", - { - "d": "M17.451 2.344a1 1 0 0 1 1.41 -.099a12.05 12.05 0 0 1 3.048 4.064a1 1 0 1 1 -1.818 .836a10.05 10.05 0 0 0 -2.54 -3.39a1 1 0 0 1 -.1 -1.41z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M5.136 2.245a1 1 0 0 1 1.312 1.51a10.05 10.05 0 0 0 -2.54 3.39a1 1 0 1 1 -1.817 -.835a12.05 12.05 0 0 1 3.045 -4.065z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "bell-ringing": [ - [ - "path", - { - "d": "M10 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 6 0v-1" - } - ], - [ - "path", - { - "d": "M21 6.727a11.05 11.05 0 0 0 -2.794 -3.727" - } - ], - [ - "path", - { - "d": "M3 6.727a11.05 11.05 0 0 1 2.792 -3.727" - } - ] - ], - "bell-school": [ - [ - "path", - { - "d": "M10 10m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" - } - ], - [ - "path", - { - "d": "M13.5 15h.5a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-1a2 2 0 0 1 2 -2h.5" - } - ], - [ - "path", - { - "d": "M16 17a5.698 5.698 0 0 0 4.467 -7.932l-.467 -1.068" - } - ], - [ - "path", - { - "d": "M10 10v.01" - } - ], - [ - "path", - { - "d": "M20 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "bell-search": [ - [ - "path", - { - "d": "M11 17h-7a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 2.685 2.984" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "bell-share": [ - [ - "path", - { - "d": "M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v2" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 3 3" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "bell-star": [ - [ - "path", - { - "d": "M9.5 17h-5.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 3.88 5" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 2.15 2.878" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "bell-up": [ - [ - "path", - { - "d": "M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 3.49 2.96" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "bell-x-filled": [ - [ - "path", - { - "d": "M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004zm-1.489 6.14a1 1 0 0 0 -1.218 1.567l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.497 1.32l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -1.497l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-1.293 1.292l-1.293 -1.292l-.094 -.083z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "bell-x": [ - [ - "path", - { - "d": "M13 17h-9a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v2" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 4.194 2.753" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "bell-z-filled": [ - [ - "path", - { - "d": "M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004zm2 6h-4l-.117 .007a1 1 0 0 0 -.883 .993l.007 .117a1 1 0 0 0 .993 .883h1.584l-2.291 2.293l-.076 .084c-.514 .637 -.07 1.623 .783 1.623h4l.117 -.007a1 1 0 0 0 .883 -.993l-.007 -.117a1 1 0 0 0 -.993 -.883h-1.586l2.293 -2.293l.076 -.084c.514 -.637 .07 -1.623 -.783 -1.623z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "bell-z": [ - [ - "path", - { - "d": "M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 6 0v-1" - } - ], - [ - "path", - { - "d": "M10 9h4l-4 4h4" - } - ] - ], - "bell": [ - [ - "path", - { - "d": "M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" - } - ], - [ - "path", - { - "d": "M9 17v1a3 3 0 0 0 6 0v-1" - } - ] - ], - "beta": [ - [ - "path", - { - "d": "M8 22v-14a4 4 0 0 1 4 -4h.5a3.5 3.5 0 0 1 0 7h-.5h.5a4.5 4.5 0 1 1 -4.5 4.5v-.5" - } - ] - ], - "bible": [ - [ - "path", - { - "d": "M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12z" - } - ], - [ - "path", - { - "d": "M19 16h-12a2 2 0 0 0 -2 2" - } - ], - [ - "path", - { - "d": "M12 7v6" - } - ], - [ - "path", - { - "d": "M10 9h4" - } - ] - ], - "bike-off": [ - [ - "path", - { - "d": "M5 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M16.437 16.44a3 3 0 0 0 4.123 4.123m1.44 -2.563a3 3 0 0 0 -3 -3" - } - ], - [ - "path", - { - "d": "M12 19v-4l-3 -3l1.665 -1.332m2.215 -1.772l1.12 -.896l2 3h3" - } - ], - [ - "path", - { - "d": "M17 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "bike": [ - [ - "path", - { - "d": "M5 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M19 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M12 19l0 -4l-3 -3l5 -4l2 3l3 0" - } - ], - [ - "path", - { - "d": "M17 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "binary-off": [ - [ - "path", - { - "d": "M11 7v-2h-1" - } - ], - [ - "path", - { - "d": "M18 19v-1" - } - ], - [ - "path", - { - "d": "M15.5 5h2a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-2a.5 .5 0 0 1 -.5 -.5v-4a.5 .5 0 0 1 .5 -.5z" - } - ], - [ - "path", - { - "d": "M10.5 14h2a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-2a.5 .5 0 0 1 -.5 -.5v-4a.5 .5 0 0 1 .5 -.5z" - } - ], - [ - "path", - { - "d": "M6 10v.01" - } - ], - [ - "path", - { - "d": "M6 19v.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "binary-tree-2": [ - [ - "path", - { - "d": "M14 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M7 14a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M21 14a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M14 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M12 8v8" - } - ], - [ - "path", - { - "d": "M6.316 12.496l4.368 -4.992" - } - ], - [ - "path", - { - "d": "M17.684 12.496l-4.366 -4.99" - } - ] - ], - "binary-tree": [ - [ - "path", - { - "d": "M6 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M16 4a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M16 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M11 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M21 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M5.058 18.306l2.88 -4.606" - } - ], - [ - "path", - { - "d": "M10.061 10.303l2.877 -4.604" - } - ], - [ - "path", - { - "d": "M10.065 13.705l2.876 4.6" - } - ], - [ - "path", - { - "d": "M15.063 5.7l2.881 4.61" - } - ] - ], - "binary": [ - [ - "path", - { - "d": "M11 10v-5h-1m8 14v-5h-1" - } - ], - [ - "path", - { - "d": "M15 5m0 .5a.5 .5 0 0 1 .5 -.5h2a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-2a.5 .5 0 0 1 -.5 -.5z" - } - ], - [ - "path", - { - "d": "M10 14m0 .5a.5 .5 0 0 1 .5 -.5h2a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-2a.5 .5 0 0 1 -.5 -.5z" - } - ], - [ - "path", - { - "d": "M6 10h.01m-.01 9h.01" - } - ] - ], - "biohazard-off": [ - [ - "path", - { - "d": "M10.586 10.586a2 2 0 1 0 2.836 2.82" - } - ], - [ - "path", - { - "d": "M11.939 14c0 .173 .048 .351 .056 .533v.217a4.75 4.75 0 0 1 -4.533 4.745h-.217" - } - ], - [ - "path", - { - "d": "M2.495 14.745a4.75 4.75 0 0 1 7.737 -3.693" - } - ], - [ - "path", - { - "d": "M16.745 19.495a4.75 4.75 0 0 1 -4.69 -5.503h-.06" - } - ], - [ - "path", - { - "d": "M14.533 10.538a4.75 4.75 0 0 1 6.957 3.987v.217" - } - ], - [ - "path", - { - "d": "M10.295 10.929a4.75 4.75 0 0 1 -2.988 -3.64m.66 -3.324a4.75 4.75 0 0 1 .5 -.66l.164 -.172" - } - ], - [ - "path", - { - "d": "M15.349 3.133a4.75 4.75 0 0 1 -.836 7.385" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "biohazard": [ - [ - "path", - { - "d": "M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M11.939 14c0 .173 .048 .351 .056 .533l0 .217a4.75 4.75 0 0 1 -4.533 4.745l-.217 0m-4.75 -4.75a4.75 4.75 0 0 1 7.737 -3.693m6.513 8.443a4.75 4.75 0 0 1 -4.69 -5.503l-.06 0m1.764 -2.944a4.75 4.75 0 0 1 7.731 3.477l0 .217m-11.195 -3.813a4.75 4.75 0 0 1 -1.828 -7.624l.164 -.172m6.718 0a4.75 4.75 0 0 1 -1.665 7.798" - } - ] - ], - "blade-filled": [ - [ - "path", - { - "d": "M11.586 3a2 2 0 0 1 2.828 0l.586 .585l.586 -.585a2 2 0 0 1 2.7 -.117l.128 .117l2.586 2.586a2 2 0 0 1 0 2.828l-.586 .586l.586 .586a2 2 0 0 1 0 2.828l-8.586 8.586a2 2 0 0 1 -2.828 0l-.586 -.586l-.586 .586a2 2 0 0 1 -2.828 0l-2.586 -2.586a2 2 0 0 1 0 -2.828l.585 -.587l-.585 -.585a2 2 0 0 1 -.117 -2.7l.117 -.129zm3.027 4.21a1 1 0 0 0 -1.32 1.497l.292 .293l-1.068 1.067a2.003 2.003 0 0 0 -2.512 1.784l-.005 .149l.005 .15c.01 .125 .03 .248 .062 .367l-1.067 1.068l-.293 -.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l.292 .293l-.292 .293l-.083 .094a1 1 0 0 0 1.497 1.32l.293 -.292l.293 .292l.094 .083a1 1 0 0 0 1.32 -1.497l-.292 -.293l1.069 -1.067a2.003 2.003 0 0 0 2.449 -2.45l1.067 -1.068l.293 .292l.094 .083a1 1 0 0 0 1.32 -1.497l-.292 -.293l.292 -.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-.293 .292l-.293 -.292z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "blade": [ - [ - "path", - { - "d": "M17.707 3.707l2.586 2.586a1 1 0 0 1 0 1.414l-.586 .586a1 1 0 0 0 0 1.414l.586 .586a1 1 0 0 1 0 1.414l-8.586 8.586a1 1 0 0 1 -1.414 0l-.586 -.586a1 1 0 0 0 -1.414 0l-.586 .586a1 1 0 0 1 -1.414 0l-2.586 -2.586a1 1 0 0 1 0 -1.414l.586 -.586a1 1 0 0 0 0 -1.414l-.586 -.586a1 1 0 0 1 0 -1.414l8.586 -8.586a1 1 0 0 1 1.414 0l.586 .586a1 1 0 0 0 1.414 0l.586 -.586a1 1 0 0 1 1.414 0z" - } - ], - [ - "path", - { - "d": "M8 16l3.2 -3.2" - } - ], - [ - "path", - { - "d": "M12.8 11.2l3.2 -3.2" - } - ], - [ - "path", - { - "d": "M14 8l2 2" - } - ], - [ - "path", - { - "d": "M8 14l2 2" - } - ], - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "bleach-chlorine": [ - [ - "path", - { - "d": "M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75" - } - ], - [ - "path", - { - "d": "M11 12h-1a2 2 0 1 0 0 4h1" - } - ], - [ - "path", - { - "d": "M14 12v4h2" - } - ] - ], - "bleach-no-chlorine": [ - [ - "path", - { - "d": "M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75" - } - ], - [ - "path", - { - "d": "M6.576 19l7.907 -13.733" - } - ], - [ - "path", - { - "d": "M11.719 19.014l5.346 -9.284" - } - ] - ], - "bleach-off": [ - [ - "path", - { - "d": "M5 19h14m1.986 -1.977a2 2 0 0 0 -.146 -.773l-7.1 -12.25a2 2 0 0 0 -3.5 0l-.815 1.405m-1.488 2.568l-4.797 8.277a2 2 0 0 0 1.75 2.75" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "bleach": [ - [ - "path", - { - "d": "M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75" - } - ] - ], - "blender": [ - [ - "path", - { - "d": "M9 10h-3a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h10.802a1 1 0 0 1 .984 1.179l-1.786 9.821" - } - ], - [ - "path", - { - "d": "M8 4l2 11" - } - ], - [ - "path", - { - "d": "M11 15h4a3 3 0 0 1 3 3v2a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-2a3 3 0 0 1 3 -3z" - } - ], - [ - "path", - { - "d": "M12 4v-1h2v1" - } - ], - [ - "path", - { - "d": "M13 18v.01" - } - ] - ], - "blockquote": [ - [ - "path", - { - "d": "M6 15h15" - } - ], - [ - "path", - { - "d": "M21 19h-15" - } - ], - [ - "path", - { - "d": "M15 11h6" - } - ], - [ - "path", - { - "d": "M21 7h-6" - } - ], - [ - "path", - { - "d": "M9 9h1a1 1 0 1 1 -1 1v-2.5a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M3 9h1a1 1 0 1 1 -1 1v-2.5a2 2 0 0 1 2 -2" - } - ] - ], - "bluetooth-connected": [ - [ - "path", - { - "d": "M7 8l10 8l-5 4l0 -16l5 4l-10 8" - } - ], - [ - "path", - { - "d": "M4 12l1 0" - } - ], - [ - "path", - { - "d": "M18 12l1 0" - } - ] - ], - "bluetooth-off": [ - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M16.438 16.45l-4.438 3.55v-8m0 -4v-4l5 4l-2.776 2.22m-2.222 1.779l-5 4" - } - ] - ], - "bluetooth-x": [ - [ - "path", - { - "d": "M7 8l10 8l-5 4v-16l1 .802m0 6.396l-6 4.802" - } - ], - [ - "path", - { - "d": "M16 6l4 4" - } - ], - [ - "path", - { - "d": "M20 6l-4 4" - } - ] - ], - "bluetooth": [ - [ - "path", - { - "d": "M7 8l10 8l-5 4l0 -16l5 4l-10 8" - } - ] - ], - "blur-off": [ - [ - "path", - { - "d": "M12 3v5m0 4v8" - } - ], - [ - "path", - { - "d": "M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098" - } - ], - [ - "path", - { - "d": "M16 12h5" - } - ], - [ - "path", - { - "d": "M13 9h7" - } - ], - [ - "path", - { - "d": "M12 6h6" - } - ], - [ - "path", - { - "d": "M12 18h6" - } - ], - [ - "path", - { - "d": "M12 15h3m4 0h1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "blur": [ - [ - "path", - { - "d": "M12 21a9.01 9.01 0 0 0 2.32 -.302a9 9 0 0 0 1.74 -16.733a9 9 0 1 0 -4.06 17.035z" - } - ], - [ - "path", - { - "d": "M12 3v17" - } - ], - [ - "path", - { - "d": "M12 12h9" - } - ], - [ - "path", - { - "d": "M12 9h8" - } - ], - [ - "path", - { - "d": "M12 6h6" - } - ], - [ - "path", - { - "d": "M12 18h6" - } - ], - [ - "path", - { - "d": "M12 15h8" - } - ] - ], - "bmp": [ - [ - "path", - { - "d": "M18 16v-8h2a2 2 0 1 1 0 4h-2" - } - ], - [ - "path", - { - "d": "M6 14a2 2 0 0 1 -2 2h-2v-8h2a2 2 0 1 1 0 4h-2h2a2 2 0 0 1 2 2z" - } - ], - [ - "path", - { - "d": "M9 16v-8l3 6l3 -6v8" - } - ] - ], - "body-scan": [ - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M12 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M10 17v-1a2 2 0 1 1 4 0v1" - } - ], - [ - "path", - { - "d": "M8 10c.666 .666 1.334 1 2 1h4c.666 0 1.334 -.334 2 -1" - } - ], - [ - "path", - { - "d": "M12 11v3" - } - ] - ], - "bold-off": [ - [ - "path", - { - "d": "M9 5h4a3.5 3.5 0 0 1 2.222 6.204m-3.222 .796h-5v-5" - } - ], - [ - "path", - { - "d": "M17.107 17.112a3.5 3.5 0 0 1 -3.107 1.888h-7v-7" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "bold": [ - [ - "path", - { - "d": "M7 5h6a3.5 3.5 0 0 1 0 7h-6z" - } - ], - [ - "path", - { - "d": "M13 12h1a3.5 3.5 0 0 1 0 7h-7v-7" - } - ] - ], - "bolt-off": [ - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M15.212 15.21l-4.212 5.79v-7h-6l3.79 -5.21m1.685 -2.32l2.525 -3.47v6m1 1h5l-2.104 2.893" - } - ] - ], - "bolt": [ - [ - "path", - { - "d": "M13 3l0 7l6 0l-8 11l0 -7l-6 0l8 -11" - } - ] - ], - "bomb-filled": [ - [ - "path", - { - "d": "M14.499 3.996a2.2 2.2 0 0 1 1.556 .645l3.302 3.301a2.2 2.2 0 0 1 0 3.113l-.567 .567l.043 .192a8.5 8.5 0 0 1 -3.732 8.83l-.23 .144a8.5 8.5 0 1 1 -2.687 -15.623l.192 .042l.567 -.566a2.2 2.2 0 0 1 1.362 -.636zm-4.499 5.004a4 4 0 0 0 -4 4a1 1 0 0 0 2 0a2 2 0 0 1 2 -2a1 1 0 0 0 0 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M21 2a1 1 0 0 1 .117 1.993l-.117 .007h-1c0 .83 -.302 1.629 -.846 2.25l-.154 .163l-1.293 1.293a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.293 -1.292c.232 -.232 .375 -.537 .407 -.86l.007 -.14a2 2 0 0 1 1.85 -1.995l.15 -.005h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "bomb": [ - [ - "path", - { - "d": "M15.349 5.349l3.301 3.301a1.2 1.2 0 0 1 0 1.698l-.972 .972a7.5 7.5 0 1 1 -5 -5l.972 -.972a1.2 1.2 0 0 1 1.698 0z" - } - ], - [ - "path", - { - "d": "M17 7l1.293 -1.293a2.414 2.414 0 0 0 .707 -1.707a1 1 0 0 1 1 -1h1" - } - ], - [ - "path", - { - "d": "M7 13a3 3 0 0 1 3 -3" - } - ] - ], - "bone-off": [ - [ - "path", - { - "d": "M12.5 8.502l.38 -.38a3 3 0 1 1 5.12 -2.122a3 3 0 1 1 -2.12 5.122l-.372 .372m-2.008 2.008l-2.378 2.378a3 3 0 1 1 -5.117 2.297l0 -.177l-.176 0a3 3 0 1 1 2.298 -5.115l2.378 -2.378" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "bone": [ - [ - "path", - { - "d": "M15 3a3 3 0 0 1 3 3a3 3 0 1 1 -2.12 5.122l-4.758 4.758a3 3 0 1 1 -5.117 2.297l0 -.177l-.176 0a3 3 0 1 1 2.298 -5.115l4.758 -4.758a3 3 0 0 1 2.12 -5.122z" - } - ] - ], - "bong-off": [ - [ - "path", - { - "d": "M9 5v-2h4v6m1.5 1.5l2.5 -2.5l2 2l-2.5 2.5m-.5 3.505a5 5 0 1 1 -7 -4.589v-2.416" - } - ], - [ - "path", - { - "d": "M8 3h6" - } - ], - [ - "path", - { - "d": "M6.1 17h9.8" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "bong": [ - [ - "path", - { - "d": "M13 3v8.416c.134 .059 .265 .123 .393 .193l3.607 -3.609l2 2l-3.608 3.608a5 5 0 1 1 -6.392 -2.192v-8.416h4z" - } - ], - [ - "path", - { - "d": "M8 3h6" - } - ], - [ - "path", - { - "d": "M6.1 17h9.8" - } - ] - ], - "book-2": [ - [ - "path", - { - "d": "M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12z" - } - ], - [ - "path", - { - "d": "M19 16h-12a2 2 0 0 0 -2 2" - } - ], - [ - "path", - { - "d": "M9 8h6" - } - ] - ], - "book-download": [ - [ - "path", - { - "d": "M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12v5" - } - ], - [ - "path", - { - "d": "M13 16h-7a2 2 0 0 0 -2 2" - } - ], - [ - "path", - { - "d": "M15 19l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M18 22v-9" - } - ] - ], - "book-filled": [ - [ - "path", - { - "d": "M12.088 4.82a10 10 0 0 1 9.412 .314a1 1 0 0 1 .493 .748l.007 .118v13a1 1 0 0 1 -1.5 .866a8 8 0 0 0 -8 0a1 1 0 0 1 -1 0a8 8 0 0 0 -7.733 -.148l-.327 .18l-.103 .044l-.049 .016l-.11 .026l-.061 .01l-.117 .006h-.042l-.11 -.012l-.077 -.014l-.108 -.032l-.126 -.056l-.095 -.056l-.089 -.067l-.06 -.056l-.073 -.082l-.064 -.089l-.022 -.036l-.032 -.06l-.044 -.103l-.016 -.049l-.026 -.11l-.01 -.061l-.004 -.049l-.002 -.068v-13a1 1 0 0 1 .5 -.866a10 10 0 0 1 9.412 -.314l.088 .044l.088 -.044z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "book-off": [ - [ - "path", - { - "d": "M3 19a9 9 0 0 1 9 0a9 9 0 0 1 5.899 -1.096" - } - ], - [ - "path", - { - "d": "M3 6a9 9 0 0 1 2.114 -.884m3.8 -.21c1.07 .17 2.116 .534 3.086 1.094a9 9 0 0 1 9 0" - } - ], - [ - "path", - { - "d": "M3 6v13" - } - ], - [ - "path", - { - "d": "M12 6v2m0 4v7" - } - ], - [ - "path", - { - "d": "M21 6v11" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "book-upload": [ - [ - "path", - { - "d": "M14 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12v5" - } - ], - [ - "path", - { - "d": "M11 16h-5a2 2 0 0 0 -2 2" - } - ], - [ - "path", - { - "d": "M15 16l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M18 13v9" - } - ] - ], - "book": [ - [ - "path", - { - "d": "M3 19a9 9 0 0 1 9 0a9 9 0 0 1 9 0" - } - ], - [ - "path", - { - "d": "M3 6a9 9 0 0 1 9 0a9 9 0 0 1 9 0" - } - ], - [ - "path", - { - "d": "M3 6l0 13" - } - ], - [ - "path", - { - "d": "M12 6l0 13" - } - ], - [ - "path", - { - "d": "M21 6l0 13" - } - ] - ], - "bookmark-ai": [ - [ - "path", - { - "d": "M10.02 18.32l-4.02 2.68v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v4.5" - } - ], - [ - "path", - { - "d": "M14 21v-4a2 2 0 1 1 4 0v4" - } - ], - [ - "path", - { - "d": "M14 19h4" - } - ], - [ - "path", - { - "d": "M21 15v6" - } - ] - ], - "bookmark-edit": [ - [ - "path", - { - "d": "M12 17l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v4" - } - ], - [ - "path", - { - "d": "M18.42 15.61a2.1 2.1 0 1 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" - } - ] - ], - "bookmark-filled": [ - [ - "path", - { - "d": "M14 2a5 5 0 0 1 5 5v14a1 1 0 0 1 -1.555 .832l-5.445 -3.63l-5.444 3.63a1 1 0 0 1 -1.55 -.72l-.006 -.112v-14a5 5 0 0 1 5 -5h4z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "bookmark-minus": [ - [ - "path", - { - "d": "M12 17l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v8" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "bookmark-off": [ - [ - "path", - { - "d": "M7.708 3.721a3.982 3.982 0 0 1 2.292 -.721h4a4 4 0 0 1 4 4v7m0 4v3l-6 -4l-6 4v-14c0 -.308 .035 -.609 .1 -.897" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "bookmark-plus": [ - [ - "path", - { - "d": "M12 17l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v5" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "bookmark-question": [ - [ - "path", - { - "d": "M15 19l-3 -2l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v4" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "bookmark": [ - [ - "path", - { - "d": "M18 7v14l-6 -4l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4z" - } - ] - ], - "bookmarks-filled": [ - [ - "path", - { - "d": "M12 6a4 4 0 0 1 4 4v11a1 1 0 0 1 -1.514 .857l-4.486 -2.691l-4.486 2.691a1 1 0 0 1 -1.508 -.743l-.006 -.114v-11a4 4 0 0 1 4 -4h4z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M16 2a4 4 0 0 1 4 4v11a1 1 0 0 1 -2 0v-11a2 2 0 0 0 -2 -2h-5a1 1 0 0 1 0 -2h5z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "bookmarks-off": [ - [ - "path", - { - "d": "M11 7h2a2 2 0 0 1 2 2v2m0 4v6l-5 -3l-5 3v-12a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M9.265 4a2 2 0 0 1 1.735 -1h6a2 2 0 0 1 2 2v10" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "bookmarks": [ - [ - "path", - { - "d": "M15 10v11l-5 -3l-5 3v-11a3 3 0 0 1 3 -3h4a3 3 0 0 1 3 3z" - } - ], - [ - "path", - { - "d": "M11 3h5a3 3 0 0 1 3 3v11" - } - ] - ], - "books-off": [ - [ - "path", - { - "d": "M9 9v10a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-14" - } - ], - [ - "path", - { - "d": "M8 4a1 1 0 0 1 1 1" - } - ], - [ - "path", - { - "d": "M9 5a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4" - } - ], - [ - "path", - { - "d": "M13 13v6a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-10" - } - ], - [ - "path", - { - "d": "M5 8h3" - } - ], - [ - "path", - { - "d": "M9 16h4" - } - ], - [ - "path", - { - "d": "M14.254 10.244l-1.218 -4.424a1.02 1.02 0 0 1 .634 -1.219l.133 -.041l2.184 -.53c.562 -.135 1.133 .19 1.282 .732l3.236 11.75" - } - ], - [ - "path", - { - "d": "M19.585 19.589l-1.572 .38c-.562 .136 -1.133 -.19 -1.282 -.731l-.952 -3.458" - } - ], - [ - "path", - { - "d": "M14 9l4 -1" - } - ], - [ - "path", - { - "d": "M19.207 15.199l.716 -.18" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "books": [ - [ - "path", - { - "d": "M5 4m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M9 4m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M5 8h4" - } - ], - [ - "path", - { - "d": "M9 16h4" - } - ], - [ - "path", - { - "d": "M13.803 4.56l2.184 -.53c.562 -.135 1.133 .19 1.282 .732l3.695 13.418a1.02 1.02 0 0 1 -.634 1.219l-.133 .041l-2.184 .53c-.562 .135 -1.133 -.19 -1.282 -.732l-3.695 -13.418a1.02 1.02 0 0 1 .634 -1.219l.133 -.041z" - } - ], - [ - "path", - { - "d": "M14 9l4 -1" - } - ], - [ - "path", - { - "d": "M16 16l3.923 -.98" - } - ] - ], - "border-all": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 12l16 0" - } - ], - [ - "path", - { - "d": "M12 4l0 16" - } - ] - ], - "border-bottom": [ - [ - "path", - { - "d": "M20 20l-16 0" - } - ], - [ - "path", - { - "d": "M4 4l0 .01" - } - ], - [ - "path", - { - "d": "M8 4l0 .01" - } - ], - [ - "path", - { - "d": "M12 4l0 .01" - } - ], - [ - "path", - { - "d": "M16 4l0 .01" - } - ], - [ - "path", - { - "d": "M20 4l0 .01" - } - ], - [ - "path", - { - "d": "M4 8l0 .01" - } - ], - [ - "path", - { - "d": "M12 8l0 .01" - } - ], - [ - "path", - { - "d": "M20 8l0 .01" - } - ], - [ - "path", - { - "d": "M4 12l0 .01" - } - ], - [ - "path", - { - "d": "M8 12l0 .01" - } - ], - [ - "path", - { - "d": "M12 12l0 .01" - } - ], - [ - "path", - { - "d": "M16 12l0 .01" - } - ], - [ - "path", - { - "d": "M20 12l0 .01" - } - ], - [ - "path", - { - "d": "M4 16l0 .01" - } - ], - [ - "path", - { - "d": "M12 16l0 .01" - } - ], - [ - "path", - { - "d": "M20 16l0 .01" - } - ] - ], - "border-corner-ios": [ - [ - "path", - { - "d": "M4 20c0 -6.559 0 -9.838 1.628 -12.162a9 9 0 0 1 2.21 -2.21c2.324 -1.628 5.602 -1.628 12.162 -1.628" - } - ] - ], - "border-corner-pill": [ - [ - "path", - { - "d": "M4 20v-5c0 -6.075 4.925 -11 11 -11h5" - } - ] - ], - "border-corner-rounded": [ - [ - "path", - { - "d": "M4 20v-10a6 6 0 0 1 6 -6h10" - } - ] - ], - "border-corner-square": [ - [ - "path", - { - "d": "M4 20v-15a1 1 0 0 1 1 -1h15" - } - ] - ], - "border-corners": [ - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M20 16v2a2 2 0 0 1 -2 2h-2" - } - ], - [ - "path", - { - "d": "M8 20h-2a2 2 0 0 1 -2 -2v-2" - } - ], - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ] - ], - "border-horizontal": [ - [ - "path", - { - "d": "M4 12l16 0" - } - ], - [ - "path", - { - "d": "M4 4l0 .01" - } - ], - [ - "path", - { - "d": "M8 4l0 .01" - } - ], - [ - "path", - { - "d": "M12 4l0 .01" - } - ], - [ - "path", - { - "d": "M16 4l0 .01" - } - ], - [ - "path", - { - "d": "M20 4l0 .01" - } - ], - [ - "path", - { - "d": "M4 8l0 .01" - } - ], - [ - "path", - { - "d": "M12 8l0 .01" - } - ], - [ - "path", - { - "d": "M20 8l0 .01" - } - ], - [ - "path", - { - "d": "M4 16l0 .01" - } - ], - [ - "path", - { - "d": "M12 16l0 .01" - } - ], - [ - "path", - { - "d": "M20 16l0 .01" - } - ], - [ - "path", - { - "d": "M4 20l0 .01" - } - ], - [ - "path", - { - "d": "M8 20l0 .01" - } - ], - [ - "path", - { - "d": "M12 20l0 .01" - } - ], - [ - "path", - { - "d": "M16 20l0 .01" - } - ], - [ - "path", - { - "d": "M20 20l0 .01" - } - ] - ], - "border-inner": [ - [ - "path", - { - "d": "M4 12l16 0" - } - ], - [ - "path", - { - "d": "M12 4l0 16" - } - ], - [ - "path", - { - "d": "M4 4l0 .01" - } - ], - [ - "path", - { - "d": "M8 4l0 .01" - } - ], - [ - "path", - { - "d": "M16 4l0 .01" - } - ], - [ - "path", - { - "d": "M20 4l0 .01" - } - ], - [ - "path", - { - "d": "M4 8l0 .01" - } - ], - [ - "path", - { - "d": "M20 8l0 .01" - } - ], - [ - "path", - { - "d": "M4 16l0 .01" - } - ], - [ - "path", - { - "d": "M20 16l0 .01" - } - ], - [ - "path", - { - "d": "M4 20l0 .01" - } - ], - [ - "path", - { - "d": "M8 20l0 .01" - } - ], - [ - "path", - { - "d": "M16 20l0 .01" - } - ], - [ - "path", - { - "d": "M20 20l0 .01" - } - ] - ], - "border-left": [ - [ - "path", - { - "d": "M4 20l0 -16" - } - ], - [ - "path", - { - "d": "M8 4l0 .01" - } - ], - [ - "path", - { - "d": "M12 4l0 .01" - } - ], - [ - "path", - { - "d": "M16 4l0 .01" - } - ], - [ - "path", - { - "d": "M20 4l0 .01" - } - ], - [ - "path", - { - "d": "M12 8l0 .01" - } - ], - [ - "path", - { - "d": "M20 8l0 .01" - } - ], - [ - "path", - { - "d": "M8 12l0 .01" - } - ], - [ - "path", - { - "d": "M12 12l0 .01" - } - ], - [ - "path", - { - "d": "M16 12l0 .01" - } - ], - [ - "path", - { - "d": "M20 12l0 .01" - } - ], - [ - "path", - { - "d": "M12 16l0 .01" - } - ], - [ - "path", - { - "d": "M20 16l0 .01" - } - ], - [ - "path", - { - "d": "M8 20l0 .01" - } - ], - [ - "path", - { - "d": "M12 20l0 .01" - } - ], - [ - "path", - { - "d": "M16 20l0 .01" - } - ], - [ - "path", - { - "d": "M20 20l0 .01" - } - ] - ], - "border-none": [ - [ - "path", - { - "d": "M4 4l0 .01" - } - ], - [ - "path", - { - "d": "M8 4l0 .01" - } - ], - [ - "path", - { - "d": "M12 4l0 .01" - } - ], - [ - "path", - { - "d": "M16 4l0 .01" - } - ], - [ - "path", - { - "d": "M20 4l0 .01" - } - ], - [ - "path", - { - "d": "M4 8l0 .01" - } - ], - [ - "path", - { - "d": "M12 8l0 .01" - } - ], - [ - "path", - { - "d": "M20 8l0 .01" - } - ], - [ - "path", - { - "d": "M4 12l0 .01" - } - ], - [ - "path", - { - "d": "M8 12l0 .01" - } - ], - [ - "path", - { - "d": "M12 12l0 .01" - } - ], - [ - "path", - { - "d": "M16 12l0 .01" - } - ], - [ - "path", - { - "d": "M20 12l0 .01" - } - ], - [ - "path", - { - "d": "M4 16l0 .01" - } - ], - [ - "path", - { - "d": "M12 16l0 .01" - } - ], - [ - "path", - { - "d": "M20 16l0 .01" - } - ], - [ - "path", - { - "d": "M4 20l0 .01" - } - ], - [ - "path", - { - "d": "M8 20l0 .01" - } - ], - [ - "path", - { - "d": "M12 20l0 .01" - } - ], - [ - "path", - { - "d": "M16 20l0 .01" - } - ], - [ - "path", - { - "d": "M20 20l0 .01" - } - ] - ], - "border-outer": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 8l0 .01" - } - ], - [ - "path", - { - "d": "M8 12l0 .01" - } - ], - [ - "path", - { - "d": "M12 12l0 .01" - } - ], - [ - "path", - { - "d": "M16 12l0 .01" - } - ], - [ - "path", - { - "d": "M12 16l0 .01" - } - ] - ], - "border-radius": [ - [ - "path", - { - "d": "M4 12v-4a4 4 0 0 1 4 -4h4" - } - ], - [ - "path", - { - "d": "M16 4l0 .01" - } - ], - [ - "path", - { - "d": "M20 4l0 .01" - } - ], - [ - "path", - { - "d": "M20 8l0 .01" - } - ], - [ - "path", - { - "d": "M20 12l0 .01" - } - ], - [ - "path", - { - "d": "M4 16l0 .01" - } - ], - [ - "path", - { - "d": "M20 16l0 .01" - } - ], - [ - "path", - { - "d": "M4 20l0 .01" - } - ], - [ - "path", - { - "d": "M8 20l0 .01" - } - ], - [ - "path", - { - "d": "M12 20l0 .01" - } - ], - [ - "path", - { - "d": "M16 20l0 .01" - } - ], - [ - "path", - { - "d": "M20 20l0 .01" - } - ] - ], - "border-right": [ - [ - "path", - { - "d": "M20 4l0 16" - } - ], - [ - "path", - { - "d": "M4 4l0 .01" - } - ], - [ - "path", - { - "d": "M8 4l0 .01" - } - ], - [ - "path", - { - "d": "M12 4l0 .01" - } - ], - [ - "path", - { - "d": "M16 4l0 .01" - } - ], - [ - "path", - { - "d": "M4 8l0 .01" - } - ], - [ - "path", - { - "d": "M12 8l0 .01" - } - ], - [ - "path", - { - "d": "M4 12l0 .01" - } - ], - [ - "path", - { - "d": "M8 12l0 .01" - } - ], - [ - "path", - { - "d": "M12 12l0 .01" - } - ], - [ - "path", - { - "d": "M16 12l0 .01" - } - ], - [ - "path", - { - "d": "M4 16l0 .01" - } - ], - [ - "path", - { - "d": "M12 16l0 .01" - } - ], - [ - "path", - { - "d": "M4 20l0 .01" - } - ], - [ - "path", - { - "d": "M8 20l0 .01" - } - ], - [ - "path", - { - "d": "M12 20l0 .01" - } - ], - [ - "path", - { - "d": "M16 20l0 .01" - } - ] - ], - "border-sides": [ - [ - "path", - { - "d": "M4 8v8" - } - ], - [ - "path", - { - "d": "M20 16v-8" - } - ], - [ - "path", - { - "d": "M8 4h8" - } - ], - [ - "path", - { - "d": "M8 20h8" - } - ] - ], - "border-style-2": [ - [ - "path", - { - "d": "M4 18v.01" - } - ], - [ - "path", - { - "d": "M8 18v.01" - } - ], - [ - "path", - { - "d": "M12 18v.01" - } - ], - [ - "path", - { - "d": "M16 18v.01" - } - ], - [ - "path", - { - "d": "M20 18v.01" - } - ], - [ - "path", - { - "d": "M18 12h2" - } - ], - [ - "path", - { - "d": "M11 12h2" - } - ], - [ - "path", - { - "d": "M4 12h2" - } - ], - [ - "path", - { - "d": "M4 6h16" - } - ] - ], - "border-style": [ - [ - "path", - { - "d": "M4 20v-14a2 2 0 0 1 2 -2h14" - } - ], - [ - "path", - { - "d": "M20 8v.01" - } - ], - [ - "path", - { - "d": "M20 12v.01" - } - ], - [ - "path", - { - "d": "M20 16v.01" - } - ], - [ - "path", - { - "d": "M8 20v.01" - } - ], - [ - "path", - { - "d": "M12 20v.01" - } - ], - [ - "path", - { - "d": "M16 20v.01" - } - ], - [ - "path", - { - "d": "M20 20v.01" - } - ] - ], - "border-top": [ - [ - "path", - { - "d": "M4 4l16 0" - } - ], - [ - "path", - { - "d": "M4 8l0 .01" - } - ], - [ - "path", - { - "d": "M12 8l0 .01" - } - ], - [ - "path", - { - "d": "M20 8l0 .01" - } - ], - [ - "path", - { - "d": "M4 12l0 .01" - } - ], - [ - "path", - { - "d": "M8 12l0 .01" - } - ], - [ - "path", - { - "d": "M12 12l0 .01" - } - ], - [ - "path", - { - "d": "M16 12l0 .01" - } - ], - [ - "path", - { - "d": "M20 12l0 .01" - } - ], - [ - "path", - { - "d": "M4 16l0 .01" - } - ], - [ - "path", - { - "d": "M12 16l0 .01" - } - ], - [ - "path", - { - "d": "M20 16l0 .01" - } - ], - [ - "path", - { - "d": "M4 20l0 .01" - } - ], - [ - "path", - { - "d": "M8 20l0 .01" - } - ], - [ - "path", - { - "d": "M12 20l0 .01" - } - ], - [ - "path", - { - "d": "M16 20l0 .01" - } - ], - [ - "path", - { - "d": "M20 20l0 .01" - } - ] - ], - "border-vertical": [ - [ - "path", - { - "d": "M12 4l0 16" - } - ], - [ - "path", - { - "d": "M4 4l0 .01" - } - ], - [ - "path", - { - "d": "M8 4l0 .01" - } - ], - [ - "path", - { - "d": "M16 4l0 .01" - } - ], - [ - "path", - { - "d": "M20 4l0 .01" - } - ], - [ - "path", - { - "d": "M4 8l0 .01" - } - ], - [ - "path", - { - "d": "M20 8l0 .01" - } - ], - [ - "path", - { - "d": "M4 12l0 .01" - } - ], - [ - "path", - { - "d": "M8 12l0 .01" - } - ], - [ - "path", - { - "d": "M16 12l0 .01" - } - ], - [ - "path", - { - "d": "M20 12l0 .01" - } - ], - [ - "path", - { - "d": "M4 16l0 .01" - } - ], - [ - "path", - { - "d": "M20 16l0 .01" - } - ], - [ - "path", - { - "d": "M4 20l0 .01" - } - ], - [ - "path", - { - "d": "M8 20l0 .01" - } - ], - [ - "path", - { - "d": "M16 20l0 .01" - } - ], - [ - "path", - { - "d": "M20 20l0 .01" - } - ] - ], - "bottle-filled": [ - [ - "path", - { - "d": "M13 1a2 2 0 0 1 1.995 1.85l.005 .15v.5c0 1.317 .381 2.604 1.094 3.705l.17 .25l.05 .072a9.093 9.093 0 0 1 1.68 4.92l.006 .354v6.199a3 3 0 0 1 -2.824 2.995l-.176 .005h-6a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6.2a9.1 9.1 0 0 1 1.486 -4.982l.2 -.292l.05 -.069a6.823 6.823 0 0 0 1.264 -3.957v-.5a2 2 0 0 1 1.85 -1.995l.15 -.005h2zm.362 5h-2.724a8.827 8.827 0 0 1 -1.08 2.334l-.194 .284l-.05 .069a7.091 7.091 0 0 0 -1.307 3.798l-.003 .125a3.33 3.33 0 0 1 1.975 -.61a3.4 3.4 0 0 1 2.833 1.417c.27 .375 .706 .593 1.209 .583a1.4 1.4 0 0 0 1.166 -.583a3.4 3.4 0 0 1 .81 -.8l.003 .183c0 -1.37 -.396 -2.707 -1.137 -3.852l-.228 -.332a8.827 8.827 0 0 1 -1.273 -2.616z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "bottle-off": [ - [ - "path", - { - "d": "M10 5h4v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2z" - } - ], - [ - "path", - { - "d": "M14 3.5c0 1.626 .507 3.212 1.45 4.537l.05 .07a8.093 8.093 0 0 1 1.5 4.694v.199m0 4v2a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-6.2a8.09 8.09 0 0 1 1.35 -4.474m1.336 -2.63a7.822 7.822 0 0 0 .314 -2.196" - } - ], - [ - "path", - { - "d": "M7 14.803a2.4 2.4 0 0 0 1 -.803a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 .866 -.142" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "bottle": [ - [ - "path", - { - "d": "M10 5h4v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2z" - } - ], - [ - "path", - { - "d": "M14 3.5c0 1.626 .507 3.212 1.45 4.537l.05 .07a8.093 8.093 0 0 1 1.5 4.694v6.199a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-6.2c0 -1.682 .524 -3.322 1.5 -4.693l.05 -.07a7.823 7.823 0 0 0 1.45 -4.537" - } - ], - [ - "path", - { - "d": "M7 14.803a2.4 2.4 0 0 0 1 -.803a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 1 -.805" - } - ] - ], - "bounce-left-filled": [ - [ - "path", - { - "d": "M8.486 11.143a1 1 0 0 1 1.371 .343c1.045 1.74 1.83 3.443 2.392 5.237l.172 .581l.092 -.13c2.093 -2.921 4.48 -3.653 7.565 -2.7l.238 .077a1 1 0 1 1 -.632 1.898c-2.932 -.978 -4.73 -.122 -6.79 3.998c-.433 .866 -1.721 .673 -1.88 -.283c-.46 -2.76 -1.369 -5.145 -2.871 -7.65a1 1 0 0 1 .343 -1.371z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M6 4a3 3 0 1 0 0 6a3 3 0 0 0 0 -6z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "bounce-left": [ - [ - "path", - { - "d": "M20 15.5c-3 -1 -5.5 -.5 -8 4.5c-.5 -3 -1.5 -5.5 -3 -8" - } - ], - [ - "path", - { - "d": "M6 9a2 2 0 1 1 0 -4a2 2 0 0 1 0 4z" - } - ] - ], - "bounce-right-filled": [ - [ - "path", - { - "d": "M14.143 11.486a1 1 0 0 1 1.714 1.028c-1.502 2.505 -2.41 4.89 -2.87 7.65c-.16 .956 -1.448 1.15 -1.881 .283c-2.06 -4.12 -3.858 -4.976 -6.79 -3.998a1 1 0 1 1 -.632 -1.898c3.2 -1.067 5.656 -.373 7.803 2.623l.091 .13l.011 -.04c.522 -1.828 1.267 -3.55 2.273 -5.3l.28 -.478z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M18 4a3 3 0 1 0 0 6a3 3 0 0 0 0 -6z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "bounce-right": [ - [ - "path", - { - "d": "M4 15.5c3 -1 5.5 -.5 8 4.5c.5 -3 1.5 -5.5 3 -8" - } - ], - [ - "path", - { - "d": "M18 9a2 2 0 1 1 0 -4a2 2 0 0 1 0 4z" - } - ] - ], - "bow": [ - [ - "path", - { - "d": "M17 3h4v4" - } - ], - [ - "path", - { - "d": "M21 3l-15 15" - } - ], - [ - "path", - { - "d": "M3 18h3v3" - } - ], - [ - "path", - { - "d": "M16.5 20c1.576 -1.576 2.5 -4.095 2.5 -6.5c0 -4.81 -3.69 -8.5 -8.5 -8.5c-2.415 0 -4.922 .913 -6.5 2.5l12.5 12.5z" - } - ] - ], - "bowl-chopsticks": [ - [ - "path", - { - "d": "M4 11h16a1 1 0 0 1 1 1v.5c0 1.5 -2.517 5.573 -4 6.5v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1c-1.687 -1.054 -4 -5 -4 -6.5v-.5a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M19 7l-14 1" - } - ], - [ - "path", - { - "d": "M19 2l-14 3" - } - ] - ], - "bowl-filled": [ - [ - "path", - { - "d": "M20 7h-16a2 2 0 0 0 -2 2v.5l.007 .18c.134 1.806 2.169 5.275 3.928 6.771l.065 .053v.496a2 2 0 0 0 2 2h8l.15 -.005a2 2 0 0 0 1.85 -1.995v-.504l.017 -.013c1.736 -1.494 3.983 -5.289 3.983 -6.983v-.5a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "bowl-spoon": [ - [ - "path", - { - "d": "M4 11h16a1 1 0 0 1 1 1v.5c0 1.5 -2.517 5.573 -4 6.5v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1c-1.687 -1.054 -4 -5 -4 -6.5v-.5a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M8 7c1.657 0 3 -.895 3 -2s-1.343 -2 -3 -2s-3 .895 -3 2s1.343 2 3 2" - } - ], - [ - "path", - { - "d": "M11 5h9" - } - ] - ], - "bowl": [ - [ - "path", - { - "d": "M4 8h16a1 1 0 0 1 1 1v.5c0 1.5 -2.517 5.573 -4 6.5v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1c-1.687 -1.054 -4 -5 -4 -6.5v-.5a1 1 0 0 1 1 -1z" - } - ] - ], - "box-align-bottom-filled": [ - [ - "path", - { - "d": "M20 13h-16a1 1 0 0 0 -1 1v5a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-5a1 1 0 0 0 -1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M9 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M15 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "box-align-bottom-left-filled": [ - [ - "path", - { - "d": "M10 12h-5a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2 -2v-5a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M9 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M15 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M15 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 14a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "box-align-bottom-left": [ - [ - "path", - { - "d": "M5 13h5a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M4 9v.01" - } - ], - [ - "path", - { - "d": "M4 4v.01" - } - ], - [ - "path", - { - "d": "M9 4v.01" - } - ], - [ - "path", - { - "d": "M15 4v.01" - } - ], - [ - "path", - { - "d": "M15 20v.01" - } - ], - [ - "path", - { - "d": "M20 4v.01" - } - ], - [ - "path", - { - "d": "M20 9v.01" - } - ], - [ - "path", - { - "d": "M20 15v.01" - } - ], - [ - "path", - { - "d": "M20 20v.01" - } - ] - ], - "box-align-bottom-right-filled": [ - [ - "path", - { - "d": "M19 12h-5a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2 -2v-5a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M15 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M9 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M9 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 14a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "box-align-bottom-right": [ - [ - "path", - { - "d": "M19 13h-5a1 1 0 0 0 -1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1 -1v-5a1 1 0 0 0 -1 -1z" - } - ], - [ - "path", - { - "d": "M20 9v.01" - } - ], - [ - "path", - { - "d": "M20 4v.01" - } - ], - [ - "path", - { - "d": "M15 4v.01" - } - ], - [ - "path", - { - "d": "M9 4v.01" - } - ], - [ - "path", - { - "d": "M9 20v.01" - } - ], - [ - "path", - { - "d": "M4 4v.01" - } - ], - [ - "path", - { - "d": "M4 9v.01" - } - ], - [ - "path", - { - "d": "M4 15v.01" - } - ], - [ - "path", - { - "d": "M4 20v.01" - } - ] - ], - "box-align-bottom": [ - [ - "path", - { - "d": "M4 14h16v5a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1v-5z" - } - ], - [ - "path", - { - "d": "M4 9v.01" - } - ], - [ - "path", - { - "d": "M4 4v.01" - } - ], - [ - "path", - { - "d": "M9 4v.01" - } - ], - [ - "path", - { - "d": "M15 4v.01" - } - ], - [ - "path", - { - "d": "M20 4v.01" - } - ], - [ - "path", - { - "d": "M20 9v.01" - } - ] - ], - "box-align-left-filled": [ - [ - "path", - { - "d": "M10.002 3.003h-5a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h5a1 1 0 0 0 1 -1v-16a1 1 0 0 0 -1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M15.002 19.003a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20.003 19.003a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20.003 14.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20.003 8.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20.003 3.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M15.002 3.002a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "box-align-left": [ - [ - "path", - { - "d": "M10.002 20.003v-16h-5a1 1 0 0 0 -1 1v14a1 1 0 0 0 1 1h5z" - } - ], - [ - "path", - { - "d": "M15.002 20.003h-.01" - } - ], - [ - "path", - { - "d": "M20.003 20.003h-.011" - } - ], - [ - "path", - { - "d": "M20.003 15.002h-.011" - } - ], - [ - "path", - { - "d": "M20.003 9.002h-.011" - } - ], - [ - "path", - { - "d": "M20.003 4.002h-.011" - } - ], - [ - "path", - { - "d": "M15.002 4.002h-.01" - } - ] - ], - "box-align-right-filled": [ - [ - "path", - { - "d": "M18.998 3.003h-5a1 1 0 0 0 -1 1v16a1 1 0 0 0 1 1h5a2 2 0 0 0 2 -2v-14a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M9.008 19.003a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4.008 19.003a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4.008 14.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4.008 8.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4.008 3.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M9.008 3.002a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "box-align-right": [ - [ - "path", - { - "d": "M13.998 20.003v-16h5a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-5z" - } - ], - [ - "path", - { - "d": "M8.998 20.003h.01" - } - ], - [ - "path", - { - "d": "M3.997 20.003h.011" - } - ], - [ - "path", - { - "d": "M3.997 15.002h.011" - } - ], - [ - "path", - { - "d": "M3.997 9.002h.011" - } - ], - [ - "path", - { - "d": "M3.997 4.002h.011" - } - ], - [ - "path", - { - "d": "M8.998 4.002h.01" - } - ] - ], - "box-align-top-filled": [ - [ - "path", - { - "d": "M19 3.005h-14a2 2 0 0 0 -2 2v5a1 1 0 0 0 1 1h16a1 1 0 0 0 1 -1v-5a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 13.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 18.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M9 18.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M15 18.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 18.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 13.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "box-align-top-left-filled": [ - [ - "path", - { - "d": "M10 3h-5a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2 -2v-5a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M15 3a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 3a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 8a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 14a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 14a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 19a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M15 19a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M9 19a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 19a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "box-align-top-left": [ - [ - "path", - { - "d": "M11 5v5a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1z" - } - ], - [ - "path", - { - "d": "M15 4h-.01" - } - ], - [ - "path", - { - "d": "M20 4h-.01" - } - ], - [ - "path", - { - "d": "M20 9h-.01" - } - ], - [ - "path", - { - "d": "M20 15h-.01" - } - ], - [ - "path", - { - "d": "M4 15h-.01" - } - ], - [ - "path", - { - "d": "M20 20h-.01" - } - ], - [ - "path", - { - "d": "M15 20h-.01" - } - ], - [ - "path", - { - "d": "M9 20h-.01" - } - ], - [ - "path", - { - "d": "M4 20h-.01" - } - ] - ], - "box-align-top-right-filled": [ - [ - "path", - { - "d": "M19 3.01h-5a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2 -2v-5a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 14a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M15 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M9 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M9 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 14a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "box-align-top-right": [ - [ - "path", - { - "d": "M19 11.01h-5a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1z" - } - ], - [ - "path", - { - "d": "M20 15.01v-.01" - } - ], - [ - "path", - { - "d": "M20 20.01v-.01" - } - ], - [ - "path", - { - "d": "M15 20.01v-.01" - } - ], - [ - "path", - { - "d": "M9 20.01v-.01" - } - ], - [ - "path", - { - "d": "M9 4.01v-.01" - } - ], - [ - "path", - { - "d": "M4 20.01v-.01" - } - ], - [ - "path", - { - "d": "M4 15.01v-.01" - } - ], - [ - "path", - { - "d": "M4 9.01v-.01" - } - ], - [ - "path", - { - "d": "M4 4.01v-.01" - } - ] - ], - "box-align-top": [ - [ - "path", - { - "d": "M4 10.005h16v-5a1 1 0 0 0 -1 -1h-14a1 1 0 0 0 -1 1v5z" - } - ], - [ - "path", - { - "d": "M4 15.005v-.01" - } - ], - [ - "path", - { - "d": "M4 20.005v-.01" - } - ], - [ - "path", - { - "d": "M9 20.005v-.01" - } - ], - [ - "path", - { - "d": "M15 20.005v-.01" - } - ], - [ - "path", - { - "d": "M20 20.005v-.01" - } - ], - [ - "path", - { - "d": "M20 15.005v-.01" - } - ] - ], - "box-margin": [ - [ - "path", - { - "d": "M8 8h8v8h-8z" - } - ], - [ - "path", - { - "d": "M4 4v.01" - } - ], - [ - "path", - { - "d": "M8 4v.01" - } - ], - [ - "path", - { - "d": "M12 4v.01" - } - ], - [ - "path", - { - "d": "M16 4v.01" - } - ], - [ - "path", - { - "d": "M20 4v.01" - } - ], - [ - "path", - { - "d": "M4 20v.01" - } - ], - [ - "path", - { - "d": "M8 20v.01" - } - ], - [ - "path", - { - "d": "M12 20v.01" - } - ], - [ - "path", - { - "d": "M16 20v.01" - } - ], - [ - "path", - { - "d": "M20 20v.01" - } - ], - [ - "path", - { - "d": "M20 16v.01" - } - ], - [ - "path", - { - "d": "M20 12v.01" - } - ], - [ - "path", - { - "d": "M20 8v.01" - } - ], - [ - "path", - { - "d": "M4 16v.01" - } - ], - [ - "path", - { - "d": "M4 12v.01" - } - ], - [ - "path", - { - "d": "M4 8v.01" - } - ] - ], - "box-model-2-off": [ - [ - "path", - { - "d": "M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405" - } - ], - [ - "path", - { - "d": "M12 8h4v4m0 4h-8v-8" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "box-model-2": [ - [ - "path", - { - "d": "M8 8h8v8h-8z" - } - ], - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ] - ], - "box-model-off": [ - [ - "path", - { - "d": "M12 8h4v4m0 4h-8v-8" - } - ], - [ - "path", - { - "d": "M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405" - } - ], - [ - "path", - { - "d": "M16 16l3.3 3.3" - } - ], - [ - "path", - { - "d": "M16 8l3.3 -3.3" - } - ], - [ - "path", - { - "d": "M8 8l-3.3 -3.3" - } - ], - [ - "path", - { - "d": "M8 16l-3.3 3.3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "box-model": [ - [ - "path", - { - "d": "M8 8h8v8h-8z" - } - ], - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M16 16l3.3 3.3" - } - ], - [ - "path", - { - "d": "M16 8l3.3 -3.3" - } - ], - [ - "path", - { - "d": "M8 8l-3.3 -3.3" - } - ], - [ - "path", - { - "d": "M8 16l-3.3 3.3" - } - ] - ], - "box-multiple-0": [ - [ - "path", - { - "d": "M14 6a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" - } - ] - ], - "box-multiple-1": [ - [ - "path", - { - "d": "M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M14 14v-8l-2 2" - } - ] - ], - "box-multiple-2": [ - [ - "path", - { - "d": "M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M12 8a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0" - } - ] - ], - "box-multiple-3": [ - [ - "path", - { - "d": "M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M14 10a2 2 0 1 0 -2 -2" - } - ], - [ - "path", - { - "d": "M12 12a2 2 0 1 0 2 -2" - } - ] - ], - "box-multiple-4": [ - [ - "path", - { - "d": "M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M15 14v-8l-4 6h5" - } - ] - ], - "box-multiple-5": [ - [ - "path", - { - "d": "M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 14h2a2 2 0 1 0 0 -4h-2v-4h4" - } - ], - [ - "path", - { - "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" - } - ] - ], - "box-multiple-6": [ - [ - "path", - { - "d": "M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M16 8a2 2 0 1 0 -4 0v4" - } - ], - [ - "path", - { - "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" - } - ] - ], - "box-multiple-7": [ - [ - "path", - { - "d": "M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 6h4l-2 8" - } - ], - [ - "path", - { - "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" - } - ] - ], - "box-multiple-8": [ - [ - "path", - { - "d": "M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M14 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" - } - ] - ], - "box-multiple-9": [ - [ - "path", - { - "d": "M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 12a2 2 0 1 0 4 0v-4" - } - ], - [ - "path", - { - "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" - } - ] - ], - "box-multiple": [ - [ - "path", - { - "d": "M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" - } - ] - ], - "box-off": [ - [ - "path", - { - "d": "M17.765 17.757l-5.765 3.243l-8 -4.5v-9l2.236 -1.258m2.57 -1.445l3.194 -1.797l8 4.5v8.5" - } - ], - [ - "path", - { - "d": "M14.561 10.559l5.439 -3.059" - } - ], - [ - "path", - { - "d": "M12 12v9" - } - ], - [ - "path", - { - "d": "M12 12l-8 -4.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "box-padding": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M8 16v.01" - } - ], - [ - "path", - { - "d": "M8 12v.01" - } - ], - [ - "path", - { - "d": "M8 8v.01" - } - ], - [ - "path", - { - "d": "M16 16v.01" - } - ], - [ - "path", - { - "d": "M16 12v.01" - } - ], - [ - "path", - { - "d": "M16 8v.01" - } - ], - [ - "path", - { - "d": "M12 8v.01" - } - ], - [ - "path", - { - "d": "M12 16v.01" - } - ] - ], - "box-seam": [ - [ - "path", - { - "d": "M12 3l8 4.5v9l-8 4.5l-8 -4.5v-9l8 -4.5" - } - ], - [ - "path", - { - "d": "M12 12l8 -4.5" - } - ], - [ - "path", - { - "d": "M8.2 9.8l7.6 -4.6" - } - ], - [ - "path", - { - "d": "M12 12v9" - } - ], - [ - "path", - { - "d": "M12 12l-8 -4.5" - } - ] - ], - "box": [ - [ - "path", - { - "d": "M12 3l8 4.5l0 9l-8 4.5l-8 -4.5l0 -9l8 -4.5" - } - ], - [ - "path", - { - "d": "M12 12l8 -4.5" - } - ], - [ - "path", - { - "d": "M12 12l0 9" - } - ], - [ - "path", - { - "d": "M12 12l-8 -4.5" - } - ] - ], - "braces-off": [ - [ - "path", - { - "d": "M5.176 5.177c-.113 .251 -.176 .53 -.176 .823v3c0 1.657 -.895 3 -2 3c1.105 0 2 1.343 2 3v3a2 2 0 0 0 2 2" - } - ], - [ - "path", - { - "d": "M17 4a2 2 0 0 1 2 2v3c0 1.657 .895 3 2 3c-1.105 0 -2 1.343 -2 3m-.176 3.821a2 2 0 0 1 -1.824 1.179" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "braces": [ - [ - "path", - { - "d": "M7 4a2 2 0 0 0 -2 2v3a2 3 0 0 1 -2 3a2 3 0 0 1 2 3v3a2 2 0 0 0 2 2" - } - ], - [ - "path", - { - "d": "M17 4a2 2 0 0 1 2 2v3a2 3 0 0 0 2 3a2 3 0 0 0 -2 3v3a2 2 0 0 1 -2 2" - } - ] - ], - "brackets-angle-off": [ - [ - "path", - { - "d": "M8 4h.01" - } - ], - [ - "path", - { - "d": "M6.453 6.474l-3.453 5.526l5 8" - } - ], - [ - "path", - { - "d": "M16 4l5 8l-1.917 3.067" - } - ], - [ - "path", - { - "d": "M17.535 17.544l-1.535 2.456" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "brackets-angle": [ - [ - "path", - { - "d": "M8 4l-5 8l5 8" - } - ], - [ - "path", - { - "d": "M16 4l5 8l-5 8" - } - ] - ], - "brackets-contain-end": [ - [ - "path", - { - "d": "M14 4h4v16h-4" - } - ], - [ - "path", - { - "d": "M5 16h.01" - } - ], - [ - "path", - { - "d": "M9 16h.01" - } - ], - [ - "path", - { - "d": "M13 16h.01" - } - ] - ], - "brackets-contain-start": [ - [ - "path", - { - "d": "M9 4h-4v16h4" - } - ], - [ - "path", - { - "d": "M18 16h-.01" - } - ], - [ - "path", - { - "d": "M14 16h-.01" - } - ], - [ - "path", - { - "d": "M10 16h-.01" - } - ] - ], - "brackets-contain": [ - [ - "path", - { - "d": "M7 4h-4v16h4" - } - ], - [ - "path", - { - "d": "M17 4h4v16h-4" - } - ], - [ - "path", - { - "d": "M8 16h.01" - } - ], - [ - "path", - { - "d": "M12 16h.01" - } - ], - [ - "path", - { - "d": "M16 16h.01" - } - ] - ], - "brackets-off": [ - [ - "path", - { - "d": "M5 5v15h3" - } - ], - [ - "path", - { - "d": "M16 4h3v11m0 4v1h-3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "brackets": [ - [ - "path", - { - "d": "M8 4h-3v16h3" - } - ], - [ - "path", - { - "d": "M16 4h3v16h-3" - } - ] - ], - "braille": [ - [ - "path", - { - "d": "M15 5a1 1 0 1 0 2 0a1 1 0 0 0 -2 0z" - } - ], - [ - "path", - { - "d": "M7 5a1 1 0 1 0 2 0a1 1 0 0 0 -2 0z" - } - ], - [ - "path", - { - "d": "M7 19a1 1 0 1 0 2 0a1 1 0 0 0 -2 0z" - } - ], - [ - "path", - { - "d": "M16 12h.01" - } - ], - [ - "path", - { - "d": "M8 12h.01" - } - ], - [ - "path", - { - "d": "M16 19h.01" - } - ] - ], - "brain": [ - [ - "path", - { - "d": "M15.5 13a3.5 3.5 0 0 0 -3.5 3.5v1a3.5 3.5 0 0 0 7 0v-1.8" - } - ], - [ - "path", - { - "d": "M8.5 13a3.5 3.5 0 0 1 3.5 3.5v1a3.5 3.5 0 0 1 -7 0v-1.8" - } - ], - [ - "path", - { - "d": "M17.5 16a3.5 3.5 0 0 0 0 -7h-.5" - } - ], - [ - "path", - { - "d": "M19 9.3v-2.8a3.5 3.5 0 0 0 -7 0" - } - ], - [ - "path", - { - "d": "M6.5 16a3.5 3.5 0 0 1 0 -7h.5" - } - ], - [ - "path", - { - "d": "M5 9.3v-2.8a3.5 3.5 0 0 1 7 0v10" - } - ] - ], - "brand-4chan": [ - [ - "path", - { - "d": "M14 11s6.054 -1.05 6 -4.5c-.038 -2.324 -2.485 -3.19 -3.016 -1.5c0 0 -.502 -2 -2.01 -2c-1.508 0 -2.984 3 -.974 8z" - } - ], - [ - "path", - { - "d": "M13.98 11s6.075 -1.05 6.02 -4.5c-.038 -2.324 -2.493 -3.19 -3.025 -1.5c0 0 -.505 -2 -2.017 -2c-1.513 0 -3 3 -.977 8z" - } - ], - [ - "path", - { - "d": "M13 13.98l.062 .309l.081 .35l.075 .29l.092 .328l.11 .358l.061 .188l.139 .392c.64 1.73 1.841 3.837 3.88 3.805c2.324 -.038 3.19 -2.493 1.5 -3.025l.148 -.045l.165 -.058a4.13 4.13 0 0 0 .098 -.039l.222 -.098c.586 -.28 1.367 -.832 1.367 -1.777c0 -1.513 -3 -3 -8 -.977z" - } - ], - [ - "path", - { - "d": "M10.02 13l-.309 .062l-.35 .081l-.29 .075l-.328 .092l-.358 .11l-.188 .061l-.392 .139c-1.73 .64 -3.837 1.84 -3.805 3.88c.038 2.324 2.493 3.19 3.025 1.5l.045 .148l.058 .165l.039 .098l.098 .222c.28 .586 .832 1.367 1.777 1.367c1.513 0 3 -3 .977 -8z" - } - ], - [ - "path", - { - "d": "M11 10.02l-.062 -.309l-.081 -.35l-.075 -.29l-.092 -.328l-.11 -.358l-.128 -.382l-.148 -.399c-.658 -1.687 -1.844 -3.634 -3.804 -3.604c-2.324 .038 -3.19 2.493 -1.5 3.025l-.148 .045l-.164 .058a4.13 4.13 0 0 0 -.1 .039l-.22 .098c-.588 .28 -1.368 .832 -1.368 1.777c0 1.513 3 3 8 .977z" - } - ] - ], - "brand-abstract": [ - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ], - [ - "path", - { - "d": "M10.5 13.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" - } - ], - [ - "path", - { - "d": "M8 8h8v8" - } - ] - ], - "brand-adobe": [ - [ - "path", - { - "d": "M12.893 4.514l7.977 14a.993 .993 0 0 1 -.394 1.365a1.04 1.04 0 0 1 -.5 .127h-3.476l-4.5 -8l-2.5 4h1.5l2 4h-8.977c-.565 0 -1.023 -.45 -1.023 -1c0 -.171 .045 -.34 .13 -.49l7.977 -13.993a1.034 1.034 0 0 1 1.786 0z" - } - ] - ], - "brand-adonis-js": [ - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ], - [ - "path", - { - "d": "M8.863 16.922c1.137 -.422 1.637 -.922 3.137 -.922s2 .5 3.138 .922c.713 .264 1.516 -.102 1.778 -.772c.126 -.32 .11 -.673 -.044 -.983l-3.708 -7.474c-.297 -.598 -1.058 -.859 -1.7 -.583a1.24 1.24 0 0 0 -.627 .583l-3.709 7.474c-.321 .648 -.017 1.415 .679 1.714c.332 .143 .715 .167 1.056 .04z" - } - ] - ], - "brand-airbnb": [ - [ - "path", - { - "d": "M12 10c-2 0 -3 1 -3 3c0 1.5 1.494 3.535 3 5.5c1 1 1.5 1.5 2.5 2s2.5 1 4.5 -.5s1.5 -3.5 .5 -6s-2.333 -5.5 -5 -9.5c-.834 -1 -1.5 -1.5 -2.503 -1.5c-1 0 -1.623 .45 -2.497 1.5c-2.667 4 -4 7 -5 9.5s-1.5 4.5 .5 6s3.5 1 4.5 .5s1.5 -1 2.5 -2c1.506 -1.965 3 -4 3 -5.5c0 -2 -1 -3 -3 -3z" - } - ] - ], - "brand-airtable": [ - [ - "path", - { - "d": "M3 10v8l7 -3v-2.6z" - } - ], - [ - "path", - { - "d": "M3 6l9 3l9 -3l-9 -3z" - } - ], - [ - "path", - { - "d": "M14 12.3v8.7l7 -3v-8z" - } - ] - ], - "brand-algolia": [ - [ - "path", - { - "d": "M15.5 11c-.414 -1.477 -1.886 -2.5 -3.5 -2.5a3.47 3.47 0 0 0 -3.5 3.5a3.47 3.47 0 0 0 3.5 3.5c.974 0 1.861 -.357 2.5 -1l4.5 4.5v-15h-7c-4.386 0 -8 3.582 -8 8s3.614 8 8 8a7.577 7.577 0 0 0 2.998 -.614" - } - ] - ], - "brand-alipay": [ - [ - "path", - { - "d": "M19 3h-14a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-14a2 2 0 0 0 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 7h10" - } - ], - [ - "path", - { - "d": "M12 3v7" - } - ], - [ - "path", - { - "d": "M21 17.314c-2.971 -1.923 -15 -8.779 -15 -1.864c0 1.716 1.52 2.55 2.985 2.55c3.512 0 6.814 -5.425 6.814 -8h-6.604" - } - ] - ], - "brand-alpine-js": [ - [ - "path", - { - "d": "M3 11.5l4.5 4.5h9l-9 -9z" - } - ], - [ - "path", - { - "d": "M16.5 16l4.5 -4.5l-4.5 -4.5l-4.5 4.5" - } - ] - ], - "brand-amazon": [ - [ - "path", - { - "d": "M17 12.5a15.198 15.198 0 0 1 -7.37 1.44a14.62 14.62 0 0 1 -6.63 -2.94" - } - ], - [ - "path", - { - "d": "M19.5 15c.907 -1.411 1.451 -3.323 1.5 -5c-1.197 -.773 -2.577 -.935 -4 -1" - } - ] - ], - "brand-amd": [ - [ - "path", - { - "d": "M16 16v-7c0 -.566 -.434 -1 -1 -1h-7l-5 -5h17c.566 0 1 .434 1 1v17l-5 -5z" - } - ], - [ - "path", - { - "d": "M11.293 20.707l4.707 -4.707h-7a1 1 0 0 1 -1 -1v-7l-4.707 4.707a1 1 0 0 0 -.293 .707v6.586a1 1 0 0 0 1 1h6.586a1 1 0 0 0 .707 -.293z" - } - ] - ], - "brand-amigo": [ - [ - "path", - { - "d": "M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M9.591 3.635l-7.13 14.082c-1.712 3.38 1.759 5.45 3.69 3.573l1.86 -1.81c3.142 -3.054 4.959 -2.99 8.039 .11l1.329 1.337c2.372 2.387 5.865 .078 4.176 -3.225l-7.195 -14.067c-1.114 -2.18 -3.666 -2.18 -4.77 0z" - } - ] - ], - "brand-among-us": [ - [ - "path", - { - "d": "M10.646 12.774c-1.939 .396 -4.467 .317 -6.234 -.601c-2.454 -1.263 -1.537 -4.66 1.423 -4.982c2.254 -.224 3.814 -.354 5.65 .214c.835 .256 1.93 .569 1.355 3.281c-.191 1.067 -1.07 1.904 -2.194 2.088z" - } - ], - [ - "path", - { - "d": "M5.84 7.132c.083 -.564 .214 -1.12 .392 -1.661c.456 -.936 1.095 -2.068 3.985 -2.456a22.464 22.464 0 0 1 2.867 .08c1.776 .14 2.643 1.234 3.287 3.368c.339 1.157 .46 2.342 .629 3.537v11l-12.704 -.019c-.552 -2.386 -.262 -5.894 .204 -8.481" - } - ], - [ - "path", - { - "d": "M17 10c.991 .163 2.105 .383 3.069 .67c.255 .13 .52 .275 .534 .505c.264 3.434 .57 7.448 .278 9.825h-3.881" - } - ] - ], - "brand-android": [ - [ - "path", - { - "d": "M4 10l0 6" - } - ], - [ - "path", - { - "d": "M20 10l0 6" - } - ], - [ - "path", - { - "d": "M7 9h10v8a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-8a5 5 0 0 1 10 0" - } - ], - [ - "path", - { - "d": "M8 3l1 2" - } - ], - [ - "path", - { - "d": "M16 3l-1 2" - } - ], - [ - "path", - { - "d": "M9 18l0 3" - } - ], - [ - "path", - { - "d": "M15 18l0 3" - } - ] - ], - "brand-angular": [ - [ - "path", - { - "d": "M5.428 17.245l6.076 3.471a1 1 0 0 0 .992 0l6.076 -3.471a1 1 0 0 0 .495 -.734l1.323 -9.704a1 1 0 0 0 -.658 -1.078l-7.4 -2.612a1 1 0 0 0 -.665 0l-7.399 2.613a1 1 0 0 0 -.658 1.078l1.323 9.704a1 1 0 0 0 .495 .734z" - } - ], - [ - "path", - { - "d": "M9 15l3 -8l3 8" - } - ], - [ - "path", - { - "d": "M10 13h4" - } - ] - ], - "brand-ansible": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9.647 12.294l6.353 3.706l-4 -9l-4 9" - } - ] - ], - "brand-ao3": [ - [ - "path", - { - "d": "M2 5c7.109 4.1 10.956 10.131 12 14c1.074 -4.67 4.49 -8.94 8 -11" - } - ], - [ - "path", - { - "d": "M14 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 9c-.278 5.494 -2.337 7.33 -4 10c4.013 -2 6.02 -5 15.05 -5c4.012 0 3.51 2.5 1 3c2 .5 2.508 5 -2.007 2" - } - ] - ], - "brand-appgallery": [ - [ - "path", - { - "d": "M4 4m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z" - } - ], - [ - "path", - { - "d": "M9 8a3 3 0 0 0 6 0" - } - ] - ], - "brand-apple-arcade": [ - [ - "path", - { - "d": "M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M20 12.5v4.75a.734 .734 0 0 1 -.055 .325a.704 .704 0 0 1 -.348 .366l-5.462 2.58a5 5 0 0 1 -4.27 0l-5.462 -2.58a.705 .705 0 0 1 -.401 -.691l0 -4.75" - } - ], - [ - "path", - { - "d": "M4.431 12.216l5.634 -2.332a5.065 5.065 0 0 1 3.87 0l5.634 2.332a.692 .692 0 0 1 .028 1.269l-5.462 2.543a5.064 5.064 0 0 1 -4.27 0l-5.462 -2.543a.691 .691 0 0 1 .028 -1.27z" - } - ], - [ - "path", - { - "d": "M12 7l0 6" - } - ] - ], - "brand-apple-filled": [ - [ - "path", - { - "d": "M15.079 5.999l.239 .012c1.43 .097 3.434 1.013 4.508 2.586a1 1 0 0 1 -.344 1.44c-.05 .028 -.372 .158 -.497 .217a4.15 4.15 0 0 0 -.722 .431c-.614 .461 -.948 1.009 -.942 1.694c.01 .885 .339 1.454 .907 1.846c.208 .143 .436 .253 .666 .33c.126 .043 .426 .116 .444 .122a1 1 0 0 1 .662 .942c0 2.621 -3.04 6.381 -5.286 6.381c-.79 0 -1.272 -.091 -1.983 -.315l-.098 -.031c-.463 -.146 -.702 -.192 -1.133 -.192c-.52 0 -.863 .06 -1.518 .237l-.197 .053c-.575 .153 -.964 .226 -1.5 .248c-2.749 0 -5.285 -5.093 -5.285 -9.072c0 -3.87 1.786 -6.92 5.286 -6.92c.297 0 .598 .045 .909 .128c.403 .107 .774 .26 1.296 .508c.787 .374 .948 .44 1.009 .44h.016c.03 -.003 .128 -.047 1.056 -.457c1.061 -.467 1.864 -.685 2.746 -.616l-.24 -.012z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M14 1a1 1 0 0 1 1 1a3 3 0 0 1 -3 3a1 1 0 0 1 -1 -1a3 3 0 0 1 3 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "brand-apple-podcast": [ - [ - "path", - { - "d": "M18.364 18.364a9 9 0 1 0 -12.728 0" - } - ], - [ - "path", - { - "d": "M11.766 22h.468a2 2 0 0 0 1.985 -1.752l.5 -4a2 2 0 0 0 -1.985 -2.248h-1.468a2 2 0 0 0 -1.985 2.248l.5 4a2 2 0 0 0 1.985 1.752z" - } - ], - [ - "path", - { - "d": "M12 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "brand-apple": [ - [ - "path", - { - "d": "M8.286 7.008c-3.216 0 -4.286 3.23 -4.286 5.92c0 3.229 2.143 8.072 4.286 8.072c1.165 -.05 1.799 -.538 3.214 -.538c1.406 0 1.607 .538 3.214 .538s4.286 -3.229 4.286 -5.381c-.03 -.011 -2.649 -.434 -2.679 -3.23c-.02 -2.335 2.589 -3.179 2.679 -3.228c-1.096 -1.606 -3.162 -2.113 -3.75 -2.153c-1.535 -.12 -3.032 1.077 -3.75 1.077c-.729 0 -2.036 -1.077 -3.214 -1.077z" - } - ], - [ - "path", - { - "d": "M12 4a2 2 0 0 0 2 -2a2 2 0 0 0 -2 2" - } - ] - ], - "brand-appstore": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M8 16l1.106 -1.99m1.4 -2.522l2.494 -4.488" - } - ], - [ - "path", - { - "d": "M7 14h5m2.9 0h2.1" - } - ], - [ - "path", - { - "d": "M16 16l-2.51 -4.518m-1.487 -2.677l-1 -1.805" - } - ] - ], - "brand-asana": [ - [ - "path", - { - "d": "M12 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M7 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ] - ], - "brand-auth0": [ - [ - "path", - { - "d": "M12 14.5l-5.5 3.5l2 -6l-4.5 -4h6l2 -5l2 5h6l-4.5 4l2 6z" - } - ], - [ - "path", - { - "d": "M20.507 8.872l-2.01 -5.872h-12.994l-2.009 5.872c-1.242 3.593 -.135 7.094 3.249 9.407l5.257 3.721l5.257 -3.721c3.385 -2.313 4.49 -5.814 3.25 -9.407z" - } - ] - ], - "brand-aws": [ - [ - "path", - { - "d": "M17 18.5a15.198 15.198 0 0 1 -7.37 1.44a14.62 14.62 0 0 1 -6.63 -2.94" - } - ], - [ - "path", - { - "d": "M19.5 21c.907 -1.411 1.451 -3.323 1.5 -5c-1.197 -.773 -2.577 -.935 -4 -1" - } - ], - [ - "path", - { - "d": "M3 11v-4.5a1.5 1.5 0 0 1 3 0v4.5" - } - ], - [ - "path", - { - "d": "M3 9h3" - } - ], - [ - "path", - { - "d": "M9 5l1.2 6l1.8 -4l1.8 4l1.2 -6" - } - ], - [ - "path", - { - "d": "M18 10.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" - } - ] - ], - "brand-azure": [ - [ - "path", - { - "d": "M6 7.5l-4 9.5h4l6 -15z" - } - ], - [ - "path", - { - "d": "M22 20l-7 -15l-3 7l4 5l-8 3z" - } - ] - ], - "brand-backbone": [ - [ - "path", - { - "d": "M5 20l14 -8l-14 -8z" - } - ], - [ - "path", - { - "d": "M19 20l-14 -8l14 -8z" - } - ] - ], - "brand-badoo": [ - [ - "path", - { - "d": "M22 9.43c0 5.838 -4.477 10.57 -10 10.57s-10 -4.662 -10 -10.5c0 -2.667 1.83 -5.01 4.322 -5.429c2.492 -.418 4.9 1.392 5.678 3.929c.768 -2.54 3.177 -4.354 5.668 -3.931c2.495 .417 4.332 2.69 4.332 5.36z" - } - ], - [ - "path", - { - "d": "M7.5 10c0 2.761 2.015 5 4.5 5s4.5 -2.239 4.5 -5" - } - ] - ], - "brand-baidu": [ - [ - "path", - { - "d": "M5 9.5m-1 0a1 1.5 0 1 0 2 0a1 1.5 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M14.463 11.596c1.282 1.774 3.476 3.416 3.476 3.416s1.921 1.574 .593 3.636c-1.328 2.063 -4.892 1.152 -4.892 1.152s-1.416 -.44 -3.06 -.088c-1.644 .356 -3.06 .22 -3.06 .22s-2.055 -.22 -2.47 -2.304c-.416 -2.084 1.918 -3.638 2.102 -3.858c.182 -.222 1.409 -.966 2.284 -2.394c.875 -1.428 3.337 -2.287 5.027 .221z" - } - ], - [ - "path", - { - "d": "M9 4.5m-1 0a1 1.5 0 1 0 2 0a1 1.5 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M15 4.5m-1 0a1 1.5 0 1 0 2 0a1 1.5 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M19 9.5m-1 0a1 1.5 0 1 0 2 0a1 1.5 0 1 0 -2 0" - } - ] - ], - "brand-bandcamp": [ - [ - "path", - { - "d": "M8.5 6h13.5l-7 12h-13z" - } - ] - ], - "brand-bandlab": [ - [ - "path", - { - "d": "M6.885 7l-2.536 4.907c-2.021 3.845 -2.499 8.775 3.821 9.093h6.808c4.86 -.207 7.989 -2.975 4.607 -9.093l-2.988 -4.907" - } - ], - [ - "path", - { - "d": "M15.078 4h-5.136l3.678 8.768c.547 1.14 .847 1.822 .162 2.676c-.053 .093 -1.332 1.907 -3.053 1.495c-.825 -.187 -1.384 -.926 -1.32 -1.74c.04 -.91 .62 -1.717 1.488 -2.074a4.463 4.463 0 0 1 2.723 -.358" - } - ] - ], - "brand-beats": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12.5 12.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" - } - ], - [ - "path", - { - "d": "M9 12v-8" - } - ] - ], - "brand-behance": [ - [ - "path", - { - "d": "M3 18v-12h4.5a3 3 0 0 1 0 6a3 3 0 0 1 0 6h-4.5" - } - ], - [ - "path", - { - "d": "M3 12l4.5 0" - } - ], - [ - "path", - { - "d": "M14 13h7a3.5 3.5 0 0 0 -7 0v2a3.5 3.5 0 0 0 6.64 1" - } - ], - [ - "path", - { - "d": "M16 6l3 0" - } - ] - ], - "brand-bilibili": [ - [ - "path", - { - "d": "M3 10a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v6a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4v-6z" - } - ], - [ - "path", - { - "d": "M8 3l2 3" - } - ], - [ - "path", - { - "d": "M16 3l-2 3" - } - ], - [ - "path", - { - "d": "M9 13v-2" - } - ], - [ - "path", - { - "d": "M15 11v2" - } - ] - ], - "brand-binance": [ - [ - "path", - { - "d": "M6 8l2 2l4 -4l4 4l2 -2l-6 -6z" - } - ], - [ - "path", - { - "d": "M6 16l2 -2l4 4l3.5 -3.5l2 2l-5.5 5.5z" - } - ], - [ - "path", - { - "d": "M20 10l2 2l-2 2l-2 -2z" - } - ], - [ - "path", - { - "d": "M4 10l2 2l-2 2l-2 -2z" - } - ], - [ - "path", - { - "d": "M12 10l2 2l-2 2l-2 -2z" - } - ] - ], - "brand-bing": [ - [ - "path", - { - "d": "M5 3l4 1.5v12l6 -2.5l-2 -1l-1 -4l7 2.5v4.5l-10 5l-4 -2z" - } - ] - ], - "brand-bitbucket": [ - [ - "path", - { - "d": "M3.648 4a.64 .64 0 0 0 -.64 .744l3.14 14.528c.07 .417 .43 .724 .852 .728h10a.644 .644 0 0 0 .642 -.539l3.35 -14.71a.641 .641 0 0 0 -.64 -.744l-16.704 -.007z" - } - ], - [ - "path", - { - "d": "M14 15h-4l-1 -6h6z" - } - ] - ], - "brand-blackberry": [ - [ - "path", - { - "d": "M7 6a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z" - } - ], - [ - "path", - { - "d": "M6 12a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z" - } - ], - [ - "path", - { - "d": "M13 12a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z" - } - ], - [ - "path", - { - "d": "M14 6a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z" - } - ], - [ - "path", - { - "d": "M12 18a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z" - } - ], - [ - "path", - { - "d": "M20 15a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z" - } - ], - [ - "path", - { - "d": "M21 9a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z" - } - ] - ], - "brand-blender": [ - [ - "path", - { - "d": "M15 14m-6 0a6 5 0 1 0 12 0a6 5 0 1 0 -12 0" - } - ], - [ - "path", - { - "d": "M15 14m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M3 16l9 -6.5" - } - ], - [ - "path", - { - "d": "M6 9h9" - } - ], - [ - "path", - { - "d": "M13 5l5.65 5" - } - ] - ], - "brand-blogger": [ - [ - "path", - { - "d": "M8 21h8a5 5 0 0 0 5 -5v-3a3 3 0 0 0 -3 -3h-1v-2a5 5 0 0 0 -5 -5h-4a5 5 0 0 0 -5 5v8a5 5 0 0 0 5 5z" - } - ], - [ - "path", - { - "d": "M7 7m0 1.5a1.5 1.5 0 0 1 1.5 -1.5h3a1.5 1.5 0 0 1 1.5 1.5v0a1.5 1.5 0 0 1 -1.5 1.5h-3a1.5 1.5 0 0 1 -1.5 -1.5z" - } - ], - [ - "path", - { - "d": "M7 14m0 1.5a1.5 1.5 0 0 1 1.5 -1.5h7a1.5 1.5 0 0 1 1.5 1.5v0a1.5 1.5 0 0 1 -1.5 1.5h-7a1.5 1.5 0 0 1 -1.5 -1.5z" - } - ] - ], - "brand-bluesky": [ - [ - "path", - { - "d": "M6.335 5.144c-1.654 -1.199 -4.335 -2.127 -4.335 .826c0 .59 .35 4.953 .556 5.661c.713 2.463 3.13 2.75 5.444 2.369c-4.045 .665 -4.889 3.208 -2.667 5.41c1.03 1.018 1.913 1.59 2.667 1.59c2 0 3.134 -2.769 3.5 -3.5c.333 -.667 .5 -1.167 .5 -1.5c0 .333 .167 .833 .5 1.5c.366 .731 1.5 3.5 3.5 3.5c.754 0 1.637 -.571 2.667 -1.59c2.222 -2.203 1.378 -4.746 -2.667 -5.41c2.314 .38 4.73 .094 5.444 -2.369c.206 -.708 .556 -5.072 .556 -5.661c0 -2.953 -2.68 -2.025 -4.335 -.826c-2.293 1.662 -4.76 5.048 -5.665 6.856c-.905 -1.808 -3.372 -5.194 -5.665 -6.856z" - } - ] - ], - "brand-booking": [ - [ - "path", - { - "d": "M4 18v-9.5a4.5 4.5 0 0 1 4.5 -4.5h7a4.5 4.5 0 0 1 4.5 4.5v7a4.5 4.5 0 0 1 -4.5 4.5h-9.5a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M8 12h3.5a2 2 0 1 1 0 4h-3.5v-7a1 1 0 0 1 1 -1h1.5a2 2 0 1 1 0 4h-1.5" - } - ], - [ - "path", - { - "d": "M16 16l.01 0" - } - ] - ], - "brand-bootstrap": [ - [ - "path", - { - "d": "M2 12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2" - } - ], - [ - "path", - { - "d": "M2 12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M9 16v-8h3.5a2 2 0 1 1 0 4h-3.5h4a2 2 0 1 1 0 4h-4z" - } - ] - ], - "brand-bulma": [ - [ - "path", - { - "d": "M5 16l1 -9l5 -5l6.5 6l-3.5 4l5 5l-8 5z" - } - ] - ], - "brand-bumble": [ - [ - "path", - { - "d": "M7 12h10" - } - ], - [ - "path", - { - "d": "M9 8h6" - } - ], - [ - "path", - { - "d": "M10 16h4" - } - ], - [ - "path", - { - "d": "M16.268 3h-8.536a1.46 1.46 0 0 0 -1.268 .748l-4.268 7.509a1.507 1.507 0 0 0 0 1.486l4.268 7.509c.26 .462 .744 .747 1.268 .748h8.536a1.46 1.46 0 0 0 1.268 -.748l4.268 -7.509a1.507 1.507 0 0 0 0 -1.486l-4.268 -7.509a1.46 1.46 0 0 0 -1.268 -.748z" - } - ] - ], - "brand-bunpo": [ - [ - "path", - { - "d": "M3.9 7.205a17.764 17.764 0 0 0 4.008 2.753a7.917 7.917 0 0 0 4.57 .567c1.5 -.33 2.907 -1 4.121 -1.956a12.107 12.107 0 0 0 2.892 -2.903c.603 -.94 .745 -1.766 .484 -2.231c-.261 -.465 -.927 -.568 -1.72 -.257a7.564 7.564 0 0 0 -2.608 2.034a18.425 18.425 0 0 0 -2.588 3.884a34.927 34.927 0 0 0 -2.093 5.073a12.908 12.908 0 0 0 -.677 3.515c-.07 .752 .07 1.51 .405 2.184c.323 .562 1.06 1.132 2.343 1.132c3.474 0 5.093 -3.53 5.463 -5.62c.24 -1.365 -.085 -3.197 -1.182 -4.01" - } - ] - ], - "brand-c-sharp": [ - [ - "path", - { - "d": "M10 9a3 3 0 0 0 -3 -3h-.5a3.5 3.5 0 0 0 -3.5 3.5v5a3.5 3.5 0 0 0 3.5 3.5h.5a3 3 0 0 0 3 -3" - } - ], - [ - "path", - { - "d": "M16 7l-1 10" - } - ], - [ - "path", - { - "d": "M20 7l-1 10" - } - ], - [ - "path", - { - "d": "M14 10h7.5" - } - ], - [ - "path", - { - "d": "M21 14h-7.5" - } - ] - ], - "brand-cake": [ - [ - "path", - { - "d": "M20.84 12c0 2.05 .985 3.225 -.04 5c-1.026 1.775 -2.537 1.51 -4.314 2.534c-1.776 1.026 -2.302 2.466 -4.353 2.466c-2.051 0 -2.576 -1.441 -4.353 -2.466c-1.776 -1.024 -3.288 -.759 -4.314 -2.534c-1.025 -1.775 -.04 -2.95 -.04 -5s-.985 -3.225 .04 -5c1.026 -1.775 2.537 -1.51 4.314 -2.534c1.776 -1.026 2.302 -2.466 4.353 -2.466s2.577 1.441 4.353 2.466c1.776 1.024 3.288 .759 4.313 2.534c1.026 1.775 .04 2.95 .04 5z" - } - ] - ], - "brand-cakephp": [ - [ - "path", - { - "d": "M12 11l8 2c1.361 -.545 2 -1.248 2 -2v-3.8c0 -1.765 -4.479 -3.2 -10.002 -3.2c-5.522 0 -9.998 1.435 -9.998 3.2v2.8c0 1.766 4.478 4 10 4v-3z" - } - ], - [ - "path", - { - "d": "M12 14v3l8 2c1.362 -.547 2 -1.246 2 -2v-3c0 .754 -.638 1.453 -2 2l-8 -2z" - } - ], - [ - "path", - { - "d": "M2 17c0 1.766 4.476 3 9.998 3l.002 -3c-5.522 0 -10 -1.734 -10 -3.5v3.5z" - } - ], - [ - "path", - { - "d": "M2 10v4" - } - ], - [ - "path", - { - "d": "M22 10v4" - } - ] - ], - "brand-campaignmonitor": [ - [ - "path", - { - "d": "M3 18l9 -6.462l-9 -5.538v12h18v-12l-9 5.538" - } - ] - ], - "brand-carbon": [ - [ - "path", - { - "d": "M14 10v-.2a1.8 1.8 0 0 0 -1.8 -1.8h-.4a1.8 1.8 0 0 0 -1.8 1.8v4.4a1.8 1.8 0 0 0 1.8 1.8h.4a1.8 1.8 0 0 0 1.8 -1.8v-.2" - } - ], - [ - "path", - { - "d": "M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ] - ], - "brand-cashapp": [ - [ - "path", - { - "d": "M17.1 8.648a.568 .568 0 0 1 -.761 .011a5.682 5.682 0 0 0 -3.659 -1.34c-1.102 0 -2.205 .363 -2.205 1.374c0 1.023 1.182 1.364 2.546 1.875c2.386 .796 4.363 1.796 4.363 4.137c0 2.545 -1.977 4.295 -5.204 4.488l-.295 1.364a.557 .557 0 0 1 -.546 .443h-2.034l-.102 -.011a.568 .568 0 0 1 -.432 -.67l.318 -1.444a7.432 7.432 0 0 1 -3.273 -1.784v-.011a.545 .545 0 0 1 0 -.773l1.137 -1.102c.214 -.2 .547 -.2 .761 0a5.495 5.495 0 0 0 3.852 1.5c1.478 0 2.466 -.625 2.466 -1.614c0 -.989 -1 -1.25 -2.886 -1.954c-2 -.716 -3.898 -1.728 -3.898 -4.091c0 -2.75 2.284 -4.091 4.989 -4.216l.284 -1.398a.545 .545 0 0 1 .545 -.432h2.023l.114 .012a.544 .544 0 0 1 .42 .647l-.307 1.557a8.528 8.528 0 0 1 2.818 1.58l.023 .022c.216 .228 .216 .569 0 .773l-1.057 1.057z" - } - ] - ], - "brand-chrome": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M12 9h8.4" - } - ], - [ - "path", - { - "d": "M14.598 13.5l-4.2 7.275" - } - ], - [ - "path", - { - "d": "M9.402 13.5l-4.2 -7.275" - } - ] - ], - "brand-cinema-4d": [ - [ - "path", - { - "d": "M9.65 6.956a5.39 5.39 0 0 0 7.494 7.495" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M17.7 12.137a5.738 5.738 0 1 1 -5.737 -5.737" - } - ], - [ - "path", - { - "d": "M17.7 12.338v-1.175c0 -.47 .171 -.92 .476 -1.253a1.56 1.56 0 0 1 1.149 -.52c.827 0 1.523 .676 1.62 1.573c.037 .344 .055 .69 .055 1.037" - } - ], - [ - "path", - { - "d": "M11.662 6.4h1.175c.47 0 .92 -.176 1.253 -.49c.333 -.314 .52 -.74 .52 -1.184c0 -.852 -.676 -1.57 -1.573 -1.67a9.496 9.496 0 0 0 -1.037 -.056" - } - ] - ], - "brand-citymapper": [ - [ - "path", - { - "d": "M3 11a1 1 0 1 1 -1 1.013a1 1 0 0 1 1 -1v-.013z" - } - ], - [ - "path", - { - "d": "M21 11a1 1 0 1 1 -1 1.013a1 1 0 0 1 1 -1v-.013z" - } - ], - [ - "path", - { - "d": "M8 12h8" - } - ], - [ - "path", - { - "d": "M13 9l3 3l-3 3" - } - ] - ], - "brand-cloudflare": [ - [ - "path", - { - "d": "M13.031 7.007c2.469 -.007 3.295 1.293 3.969 2.993c4 0 4.994 3.825 5 6h-20c-.001 -1.64 1.36 -2.954 3 -3c0 -1.5 1 -3 3 -3c.66 -1.942 2.562 -2.986 5.031 -2.993z" - } - ], - [ - "path", - { - "d": "M12 13h6" - } - ], - [ - "path", - { - "d": "M17 10l-2.5 6" - } - ] - ], - "brand-codecov": [ - [ - "path", - { - "d": "M9.695 12.985a5.972 5.972 0 0 0 -3.295 -.985c-1.257 0 -2.436 .339 -3.4 1a9 9 0 1 1 18 0c-.966 -.664 -2.14 -1 -3.4 -1a6 6 0 0 0 -5.605 8.144" - } - ] - ], - "brand-codepen": [ - [ - "path", - { - "d": "M3 15l9 6l9 -6l-9 -6l-9 6" - } - ], - [ - "path", - { - "d": "M3 9l9 6l9 -6l-9 -6l-9 6" - } - ], - [ - "path", - { - "d": "M3 9l0 6" - } - ], - [ - "path", - { - "d": "M21 9l0 6" - } - ], - [ - "path", - { - "d": "M12 3l0 6" - } - ], - [ - "path", - { - "d": "M12 15l0 6" - } - ] - ], - "brand-codesandbox": [ - [ - "path", - { - "d": "M20 7.5v9l-4 2.25l-4 2.25l-4 -2.25l-4 -2.25v-9l4 -2.25l4 -2.25l4 2.25z" - } - ], - [ - "path", - { - "d": "M12 12l4 -2.25l4 -2.25" - } - ], - [ - "path", - { - "d": "M12 12l0 9" - } - ], - [ - "path", - { - "d": "M12 12l-4 -2.25l-4 -2.25" - } - ], - [ - "path", - { - "d": "M20 12l-4 2v4.75" - } - ], - [ - "path", - { - "d": "M4 12l4 2l0 4.75" - } - ], - [ - "path", - { - "d": "M8 5.25l4 2.25l4 -2.25" - } - ] - ], - "brand-cohost": [ - [ - "path", - { - "d": "M17 14m-3 0a3 2 0 1 0 6 0a3 2 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M4.526 17.666c-1.133 -.772 -1.897 -1.924 -2.291 -3.456c-.398 -1.54 -.29 -2.937 .32 -4.19c.61 -1.255 1.59 -2.34 2.938 -3.254c1.348 -.914 2.93 -1.625 4.749 -2.132c1.81 -.504 3.516 -.708 5.12 -.61c1.608 .1 2.979 .537 4.112 1.31s1.897 1.924 2.291 3.456c.398 1.541 .29 2.938 -.32 4.192c-.61 1.253 -1.59 2.337 -2.938 3.252c-1.348 .915 -2.93 1.626 -4.749 2.133c-1.81 .503 -3.516 .707 -5.12 .61c-1.608 -.102 -2.979 -.538 -4.112 -1.31z" - } - ], - [ - "path", - { - "d": "M11 12.508c-.53 -.316 -1.23 -.508 -2 -.508c-1.657 0 -3 .895 -3 2s1.343 2 3 2c.767 0 1.467 -.192 2 -.508" - } - ] - ], - "brand-coinbase": [ - [ - "path", - { - "d": "M12.95 22c-4.503 0 -8.445 -3.04 -9.61 -7.413c-1.165 -4.373 .737 -8.988 4.638 -11.25a9.906 9.906 0 0 1 12.008 1.598l-3.335 3.367a5.185 5.185 0 0 0 -7.354 .013a5.252 5.252 0 0 0 0 7.393a5.185 5.185 0 0 0 7.354 .013l3.349 3.367a9.887 9.887 0 0 1 -7.05 2.912z" - } - ] - ], - "brand-comedy-central": [ - [ - "path", - { - "d": "M5.343 17.657a8 8 0 1 0 0 -11.314" - } - ], - [ - "path", - { - "d": "M13.828 9.172a4 4 0 1 0 0 5.656" - } - ] - ], - "brand-coreos": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z" - } - ], - [ - "path", - { - "d": "M12 3c-3.263 3.212 -3 7.654 -3 12c4.59 .244 8.814 -.282 12 -3" - } - ], - [ - "path", - { - "d": "M9.5 9a4.494 4.494 0 0 1 5.5 5.5" - } - ] - ], - "brand-couchdb": [ - [ - "path", - { - "d": "M6 12h12v-2a2 2 0 0 1 2 -2a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2a2 2 0 0 1 2 2v2z" - } - ], - [ - "path", - { - "d": "M6 15h12" - } - ], - [ - "path", - { - "d": "M6 18h12" - } - ], - [ - "path", - { - "d": "M21 11v7" - } - ], - [ - "path", - { - "d": "M3 11v7" - } - ] - ], - "brand-couchsurfing": [ - [ - "path", - { - "d": "M3.1 13c3.267 0 5.9 -.167 7.9 -.5c3 -.5 4 -2 4 -3.5a3 3 0 1 0 -6 0c0 1.554 1.807 3 3 4c1.193 1 2 2.5 2 3.5a1.5 1.5 0 1 1 -3 0c0 -2 4 -3.5 7 -3.5h2.9" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "brand-cpp": [ - [ - "path", - { - "d": "M18 12h4" - } - ], - [ - "path", - { - "d": "M20 10v4" - } - ], - [ - "path", - { - "d": "M11 12h4" - } - ], - [ - "path", - { - "d": "M13 10v4" - } - ], - [ - "path", - { - "d": "M9 9a3 3 0 0 0 -3 -3h-.5a3.5 3.5 0 0 0 -3.5 3.5v5a3.5 3.5 0 0 0 3.5 3.5h.5a3 3 0 0 0 3 -3" - } - ] - ], - "brand-craft": [ - [ - "path", - { - "d": "M20 4h-8a8 8 0 1 0 0 16h8a8 8 0 0 0 -8 -8a8 8 0 0 0 8 -8" - } - ], - [ - "path", - { - "d": "M4 12h8" - } - ], - [ - "path", - { - "d": "M12 4v16" - } - ] - ], - "brand-crunchbase": [ - [ - "path", - { - "d": "M3 19v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10.414 11.586a2 2 0 1 0 0 2.828" - } - ], - [ - "path", - { - "d": "M15 13m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M13 7v6" - } - ] - ], - "brand-css3": [ - [ - "path", - { - "d": "M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5z" - } - ], - [ - "path", - { - "d": "M8.5 8h7l-4.5 4h4l-.5 3.5l-2.5 .75l-2.5 -.75l-.1 -.5" - } - ] - ], - "brand-ctemplar": [ - [ - "path", - { - "d": "M6.04 14.831l4.46 -4.331" - } - ], - [ - "path", - { - "d": "M12.555 20.82c4.55 -3.456 7.582 -8.639 8.426 -14.405a1.668 1.668 0 0 0 -.934 -1.767a19.647 19.647 0 0 0 -8.047 -1.648a19.647 19.647 0 0 0 -8.047 1.647a1.668 1.668 0 0 0 -.934 1.767c.844 5.766 3.875 10.95 8.426 14.406a.948 .948 0 0 0 1.11 0z" - } - ], - [ - "path", - { - "d": "M20 5c-2 0 -4.37 3.304 -8 6.644c-3.63 -3.34 -6 -6.644 -8 -6.644" - } - ], - [ - "path", - { - "d": "M17.738 15l-4.238 -4.5" - } - ] - ], - "brand-cucumber": [ - [ - "path", - { - "d": "M20 10.99c-.01 5.52 -4.48 10 -10 10.01v-2.26l-.01 -.01c-4.28 -1.11 -6.86 -5.47 -5.76 -9.75a8 8 0 0 1 9.74 -5.76c3.53 .91 6.03 4.13 6.03 7.78v-.01z" - } - ], - [ - "path", - { - "d": "M10.5 8l-.5 -1" - } - ], - [ - "path", - { - "d": "M13.5 14l.5 1" - } - ], - [ - "path", - { - "d": "M9 12.5l-1 .5" - } - ], - [ - "path", - { - "d": "M11 14l-.5 1" - } - ], - [ - "path", - { - "d": "M13 8l.5 -1" - } - ], - [ - "path", - { - "d": "M16 12.5l-1 -.5" - } - ], - [ - "path", - { - "d": "M9 10l-1 -.5" - } - ] - ], - "brand-cupra": [ - [ - "path", - { - "d": "M4.5 10l-2.5 -4l15.298 6.909a.2 .2 0 0 1 .09 .283l-3.388 5.808" - } - ], - [ - "path", - { - "d": "M10 19l-3.388 -5.808a.2 .2 0 0 1 .09 -.283l15.298 -6.909l-2.5 4" - } - ] - ], - "brand-cypress": [ - [ - "path", - { - "d": "M19.48 17.007a9 9 0 1 0 -7.48 3.993c.896 0 1.691 -.573 1.974 -1.423l3.526 -10.577" - } - ], - [ - "path", - { - "d": "M13.5 9l2 6" - } - ], - [ - "path", - { - "d": "M10.764 9.411a3 3 0 1 0 -.023 5.19" - } - ] - ], - "brand-d3": [ - [ - "path", - { - "d": "M3 4h1.8c3.976 0 7.2 3.582 7.2 8s-3.224 8 -7.2 8h-1.8" - } - ], - [ - "path", - { - "d": "M12 4h5.472c1.948 0 3.528 1.79 3.528 4s-1.58 4 -3.528 4" - } - ], - [ - "path", - { - "d": "M17.472 12h-2.472" - } - ], - [ - "path", - { - "d": "M17.472 12h-2.352" - } - ], - [ - "path", - { - "d": "M17.472 12c1.948 0 3.528 1.79 3.528 4s-1.58 4 -3.528 4h-5.472" - } - ] - ], - "brand-databricks": [ - [ - "path", - { - "d": "M3 17l9 5l9 -5v-3l-9 5l-9 -5v-3l9 5l9 -5v-3l-9 5l-9 -5l9 -5l5.418 3.01" - } - ] - ], - "brand-days-counter": [ - [ - "path", - { - "d": "M20.779 10.007a9 9 0 1 0 -10.77 10.772" - } - ], - [ - "path", - { - "d": "M13 21h8v-7" - } - ], - [ - "path", - { - "d": "M12 8v4l3 3" - } - ] - ], - "brand-dcos": [ - [ - "path", - { - "d": "M3 18l18 -12h-18l9 14l9 -14v10l-18 -10z" - } - ] - ], - "brand-debian": [ - [ - "path", - { - "d": "M12 17c-2.397 -.943 -4 -3.153 -4 -5.635c0 -2.19 1.039 -3.14 1.604 -3.595c2.646 -2.133 6.396 -.27 6.396 3.23c0 2.5 -2.905 2.121 -3.5 1.5c-.595 -.621 -1 -1.5 -.5 -2.5" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "brand-deezer": [ - [ - "path", - { - "d": "M3 16.5h2v.5h-2z" - } - ], - [ - "path", - { - "d": "M8 16.5h2.5v.5h-2.5z" - } - ], - [ - "path", - { - "d": "M16 17h-2.5v-.5h2.5z" - } - ], - [ - "path", - { - "d": "M21.5 17h-2.5v-.5h2.5z" - } - ], - [ - "path", - { - "d": "M21.5 13h-2.5v.5h2.5z" - } - ], - [ - "path", - { - "d": "M21.5 9.5h-2.5v.5h2.5z" - } - ], - [ - "path", - { - "d": "M21.5 6h-2.5v.5h2.5z" - } - ], - [ - "path", - { - "d": "M16 13h-2.5v.5h2.5z" - } - ], - [ - "path", - { - "d": "M8 13.5h2.5v-.5h-2.5z" - } - ], - [ - "path", - { - "d": "M8 9.5h2.5v.5h-2.5z" - } - ] - ], - "brand-deliveroo": [ - [ - "path", - { - "d": "M15 11l1 -9l5 .5l-1 13.5l-3 6l-12.5 -2.5l-1.5 -6l7 -1.5l-1.5 -7.5l4.5 -1z" - } - ], - [ - "circle", - { - "cx": "15.5", - "cy": "15.5", - "r": "1", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "11.5", - "cy": "14.5", - "r": "1", - "fill": "currentColor" - } - ] - ], - "brand-deno": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M13.47 20.882l-1.47 -5.882c-2.649 -.088 -5 -1.624 -5 -3.5c0 -1.933 2.239 -3.5 5 -3.5s4 1 5 3c.024 .048 .69 2.215 2 6.5" - } - ], - [ - "path", - { - "d": "M12 11h.01" - } - ] - ], - "brand-denodo": [ - [ - "path", - { - "d": "M11 11h2v2h-2z" - } - ], - [ - "path", - { - "d": "M3.634 15.634l1.732 -1l1 1.732l-1.732 1z" - } - ], - [ - "path", - { - "d": "M11 19h2v2h-2z" - } - ], - [ - "path", - { - "d": "M18.634 14.634l1.732 1l-1 1.732l-1.732 -1z" - } - ], - [ - "path", - { - "d": "M17.634 7.634l1.732 -1l1 1.732l-1.732 1z" - } - ], - [ - "path", - { - "d": "M11 3h2v2h-2z" - } - ], - [ - "path", - { - "d": "M3.634 8.366l1 -1.732l1.732 1l-1 1.732z" - } - ] - ], - "brand-deviantart": [ - [ - "path", - { - "d": "M18 3v4l-3.857 6h3.857v4h-6.429l-2.571 4h-3v-4l3.857 -6h-3.857v-4h6.429l2.571 -4z" - } - ] - ], - "brand-digg": [ - [ - "path", - { - "d": "M6 15h-3v-4h3" - } - ], - [ - "path", - { - "d": "M15 15h-3v-4h3" - } - ], - [ - "path", - { - "d": "M9 15v-4" - } - ], - [ - "path", - { - "d": "M15 11v7h-3" - } - ], - [ - "path", - { - "d": "M6 7v8" - } - ], - [ - "path", - { - "d": "M21 15h-3v-4h3" - } - ], - [ - "path", - { - "d": "M21 11v7h-3" - } - ] - ], - "brand-dingtalk": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z" - } - ], - [ - "path", - { - "d": "M8 7.5l7.02 2.632a1 1 0 0 1 .567 1.33l-1.087 2.538h1.5l-5 4l1 -4c-3.1 .03 -3.114 -3.139 -4 -6.5z" - } - ] - ], - "brand-discord-filled": [ - [ - "path", - { - "d": "M14.983 3l.123 .006c2.014 .214 3.527 .672 4.966 1.673a1 1 0 0 1 .371 .488c1.876 5.315 2.373 9.987 1.451 12.28c-1.003 2.005 -2.606 3.553 -4.394 3.553c-.732 0 -1.693 -.968 -2.328 -2.045a21.512 21.512 0 0 0 2.103 -.493a1 1 0 1 0 -.55 -1.924c-3.32 .95 -6.13 .95 -9.45 0a1 1 0 0 0 -.55 1.924c.717 .204 1.416 .37 2.103 .494c-.635 1.075 -1.596 2.044 -2.328 2.044c-1.788 0 -3.391 -1.548 -4.428 -3.629c-.888 -2.217 -.39 -6.89 1.485 -12.204a1 1 0 0 1 .371 -.488c1.439 -1.001 2.952 -1.459 4.966 -1.673a1 1 0 0 1 .935 .435l.063 .107l.651 1.285l.137 -.016a12.97 12.97 0 0 1 2.643 0l.134 .016l.65 -1.284a1 1 0 0 1 .754 -.54l.122 -.009zm-5.983 7a2 2 0 0 0 -1.977 1.697l-.018 .154l-.005 .149l.005 .15a2 2 0 1 0 1.995 -2.15zm6 0a2 2 0 0 0 -1.977 1.697l-.018 .154l-.005 .149l.005 .15a2 2 0 1 0 1.995 -2.15z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "brand-discord": [ - [ - "path", - { - "d": "M8 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M14 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M15.5 17c0 1 1.5 3 2 3c1.5 0 2.833 -1.667 3.5 -3c.667 -1.667 .5 -5.833 -1.5 -11.5c-1.457 -1.015 -3 -1.34 -4.5 -1.5l-.972 1.923a11.913 11.913 0 0 0 -4.053 0l-.975 -1.923c-1.5 .16 -3.043 .485 -4.5 1.5c-2 5.667 -2.167 9.833 -1.5 11.5c.667 1.333 2 3 3.5 3c.5 0 2 -2 2 -3" - } - ], - [ - "path", - { - "d": "M7 16.5c3.5 1 6.5 1 10 0" - } - ] - ], - "brand-disney": [ - [ - "path", - { - "d": "M3.22 5.838c-1.307 -.15 -1.22 -.578 -1.22 -.794c0 -.216 .424 -1.044 4.34 -1.044c4.694 0 14.66 3.645 14.66 10.042s-8.71 4.931 -10.435 4.52c-1.724 -.412 -5.565 -2.256 -5.565 -4.174c0 -1.395 3.08 -2.388 6.715 -2.388c3.634 0 5.285 1.041 5.285 2c0 .5 -.074 1.229 -1 1.5" - } - ], - [ - "path", - { - "d": "M10.02 8a505.153 505.153 0 0 0 0 13" - } - ] - ], - "brand-disqus": [ - [ - "path", - { - "d": "M11.847 21c-2.259 0 -4.323 -.667 -5.919 -2h-3.928l1.708 -3.266c-.545 -1.174 -.759 -2.446 -.758 -3.734c0 -4.97 3.84 -9 8.898 -9c5.052 0 9.152 4.03 9.152 9c0 4.972 -4.098 9 -9.153 9z" - } - ], - [ - "path", - { - "d": "M11.485 15h-1.485v-6h1.485c2.112 0 3.515 .823 3.515 2.981v.035c0 2.18 -1.403 2.984 -3.515 2.984z" - } - ] - ], - "brand-django": [ - [ - "path", - { - "d": "M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M12 7v8.5l-2.015 .201a2.715 2.715 0 1 1 0 -5.402l2.015 .201" - } - ], - [ - "path", - { - "d": "M16 7v.01" - } - ], - [ - "path", - { - "d": "M16 10v5.586c0 .905 -.36 1.774 -1 2.414" - } - ] - ], - "brand-docker": [ - [ - "path", - { - "d": "M22 12.54c-1.804 -.345 -2.701 -1.08 -3.523 -2.94c-.487 .696 -1.102 1.568 -.92 2.4c.028 .238 -.32 1 -.557 1h-14c0 5.208 3.164 7 6.196 7c4.124 .022 7.828 -1.376 9.854 -5c1.146 -.101 2.296 -1.505 2.95 -2.46z" - } - ], - [ - "path", - { - "d": "M5 10h3v3h-3z" - } - ], - [ - "path", - { - "d": "M8 10h3v3h-3z" - } - ], - [ - "path", - { - "d": "M11 10h3v3h-3z" - } - ], - [ - "path", - { - "d": "M8 7h3v3h-3z" - } - ], - [ - "path", - { - "d": "M11 7h3v3h-3z" - } - ], - [ - "path", - { - "d": "M11 4h3v3h-3z" - } - ], - [ - "path", - { - "d": "M4.571 18c1.5 0 2.047 -.074 2.958 -.78" - } - ], - [ - "path", - { - "d": "M10 16l0 .01" - } - ] - ], - "brand-doctrine": [ - [ - "path", - { - "d": "M12 14m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M9 14h6" - } - ], - [ - "path", - { - "d": "M12 11l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M10 3l6.9 6" - } - ] - ], - "brand-dolby-digital": [ - [ - "path", - { - "d": "M21 6v12h-.89c-3.34 0 -6.047 -2.686 -6.047 -6s2.707 -6 6.046 -6h.891z" - } - ], - [ - "path", - { - "d": "M3.063 6v12h.891c3.34 0 6.046 -2.686 6.046 -6s-2.707 -6 -6.046 -6h-.89z" - } - ] - ], - "brand-douban": [ - [ - "path", - { - "d": "M4 20h16" - } - ], - [ - "path", - { - "d": "M5 4h14" - } - ], - [ - "path", - { - "d": "M8 8h8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-2a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M16 14l-2 6" - } - ], - [ - "path", - { - "d": "M8 17l1 3" - } - ] - ], - "brand-dribbble-filled": [ - [ - "path", - { - "d": "M14.384 14.38a22.877 22.877 0 0 1 1.056 4.863l.064 .644l.126 1.431a10 10 0 0 1 -9.15 -.98l2.08 -2.087l.246 -.24c1.793 -1.728 3.41 -2.875 5.387 -3.566l.191 -.065zm6.09 -.783l.414 .003l.981 .014a9.997 9.997 0 0 1 -4.319 6.704l-.054 -.605c-.18 -2.057 -.55 -3.958 -1.163 -5.814c1.044 -.182 2.203 -.278 3.529 -.298l.611 -.004zm-7.869 -3.181a24.91 24.91 0 0 1 1.052 2.098c-2.276 .77 -4.142 2.053 -6.144 3.967l-.355 .344l-2.236 2.24a10 10 0 0 1 -2.917 -6.741l-.005 -.324l.004 -.25h1.096l.467 -.002c3.547 -.026 6.356 -.367 8.938 -1.295l.1 -.037zm9.388 1.202l-1.515 -.02c-1.86 -.003 -3.45 .124 -4.865 .402a26.112 26.112 0 0 0 -1.163 -2.38c1.393 -.695 2.757 -1.597 4.179 -2.75l.428 -.354l.816 -.682a10 10 0 0 1 2.098 5.409l.022 .375zm-14.663 -8.46l1.266 1.522c1.145 1.398 2.121 2.713 2.949 3.985c-2.26 .766 -4.739 1.052 -7.883 1.081l-.562 .004h-.844a10 10 0 0 1 5.074 -6.593zm9.67 .182c.53 .306 1.026 .657 1.483 1.046l-1.025 .857c-1.379 1.128 -2.688 1.993 -4.034 2.649c-.89 -1.398 -1.943 -2.836 -3.182 -4.358l-.474 -.574l-.485 -.584a10 10 0 0 1 7.717 .964z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "brand-dribbble": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 3.6c5 6 7 10.5 7.5 16.2" - } - ], - [ - "path", - { - "d": "M6.4 19c3.5 -3.5 6 -6.5 14.5 -6.4" - } - ], - [ - "path", - { - "d": "M3.1 10.75c5 0 9.814 -.38 15.314 -5" - } - ] - ], - "brand-drops": [ - [ - "path", - { - "d": "M17.637 7.416a7.907 7.907 0 0 1 1.76 8.666a8 8 0 0 1 -7.397 4.918a8 8 0 0 1 -7.396 -4.918a7.907 7.907 0 0 1 1.759 -8.666l5.637 -5.416l5.637 5.416z" - } - ], - [ - "path", - { - "d": "M14.466 10.923a3.595 3.595 0 0 1 .77 3.877a3.5 3.5 0 0 1 -3.236 2.2a3.5 3.5 0 0 1 -3.236 -2.2a3.595 3.595 0 0 1 .77 -3.877l2.466 -2.423l2.466 2.423z" - } - ] - ], - "brand-drupal": [ - [ - "path", - { - "d": "M12 2c0 4.308 -7 6 -7 12a7 7 0 0 0 14 0c0 -6 -7 -7.697 -7 -12z" - } - ], - [ - "path", - { - "d": "M12 11.33a65.753 65.753 0 0 1 -2.012 2.023c-1 .957 -1.988 1.967 -1.988 3.647c0 2.17 1.79 4 4 4s4 -1.827 4 -4c0 -1.676 -.989 -2.685 -1.983 -3.642c-.42 -.404 -2.259 -2.357 -5.517 -5.858l3.5 3.83z" - } - ] - ], - "brand-edge": [ - [ - "path", - { - "d": "M20.978 11.372a9 9 0 1 0 -1.593 5.773" - } - ], - [ - "path", - { - "d": "M20.978 11.372c.21 2.993 -5.034 2.413 -6.913 1.486c1.392 -1.6 .402 -4.038 -2.274 -3.851c-1.745 .122 -2.927 1.157 -2.784 3.202c.28 3.99 4.444 6.205 10.36 4.79" - } - ], - [ - "path", - { - "d": "M3.022 12.628c-.283 -4.043 8.717 -7.228 11.248 -2.688" - } - ], - [ - "path", - { - "d": "M12.628 20.978c-2.993 .21 -5.162 -4.725 -3.567 -9.748" - } - ] - ], - "brand-elastic": [ - [ - "path", - { - "d": "M14 2a5 5 0 0 1 5 5c0 .712 -.232 1.387 -.5 2c1.894 .042 3.5 1.595 3.5 3.5c0 1.869 -1.656 3.4 -3.5 3.5c.333 .625 .5 1.125 .5 1.5a2.5 2.5 0 0 1 -2.5 2.5c-.787 0 -1.542 -.432 -2 -1c-.786 1.73 -2.476 3 -4.5 3a5 5 0 0 1 -4.583 -7a3.5 3.5 0 0 1 -.11 -6.992l.195 0a2.5 2.5 0 0 1 2 -4c.787 0 1.542 .432 2 1c.786 -1.73 2.476 -3 4.5 -3z" - } - ], - [ - "path", - { - "d": "M8.5 9l-3 -1" - } - ], - [ - "path", - { - "d": "M9.5 5l-1 4l1 2l5 2l4 -4" - } - ], - [ - "path", - { - "d": "M18.499 16l-3 -.5l-1 -2.5" - } - ], - [ - "path", - { - "d": "M14.5 19l1 -3.5" - } - ], - [ - "path", - { - "d": "M5.417 15l4.083 -4" - } - ] - ], - "brand-electronic-arts": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M17.5 15l-3 -6l-3 6h-5l1.5 -3" - } - ], - [ - "path", - { - "d": "M17 14h-2" - } - ], - [ - "path", - { - "d": "M6.5 12h3.5" - } - ], - [ - "path", - { - "d": "M8 9h3" - } - ] - ], - "brand-ember": [ - [ - "path", - { - "d": "M3 12.958c8.466 1.647 11.112 -1.196 12.17 -2.294c2.116 -2.196 0 -6.589 -2.646 -5.49c-2.644 1.096 -6.35 7.686 -3.174 12.078c2.116 2.928 6 2.178 11.65 -2.252" - } - ] - ], - "brand-envato": [ - [ - "path", - { - "d": "M4.711 17.875c-.534 -1.339 -1.35 -4.178 .129 -6.47c1.415 -2.193 3.769 -3.608 5.099 -4.278l-5.229 10.748z" - } - ], - [ - "path", - { - "d": "M19.715 12.508c-.54 3.409 -2.094 6.156 -4.155 7.348c-4.069 2.353 -8.144 .45 -9.297 -.188c.877 -1.436 4.433 -7.22 6.882 -10.591c2.714 -3.737 5.864 -5.978 6.565 -6.077c0 .201 .03 .55 .071 1.03c.144 1.709 .443 5.264 -.066 8.478z" - } - ] - ], - "brand-etsy": [ - [ - "path", - { - "d": "M14 12h-5" - } - ], - [ - "path", - { - "d": "M3 3m0 5a5 5 0 0 1 5 -5h8a5 5 0 0 1 5 5v8a5 5 0 0 1 -5 5h-8a5 5 0 0 1 -5 -5z" - } - ], - [ - "path", - { - "d": "M15 16h-5a1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1h5" - } - ] - ], - "brand-evernote": [ - [ - "path", - { - "d": "M4 8h5v-5" - } - ], - [ - "path", - { - "d": "M17.9 19c.6 -2.5 1.1 -5.471 1.1 -9c0 -4.5 -2 -5 -3 -5c-1.906 0 -3 -.5 -3.5 -1c-.354 -.354 -.5 -1 -1.5 -1h-2l-5 5c0 6 2.5 8 5 8c1 0 1.5 -.5 2 -1.5s1.414 -.326 2.5 0c1.044 .313 2.01 .255 2.5 .5c1 .5 2 1.5 2 3c0 .5 0 3 -3 3s-3 -3 -1 -3" - } - ], - [ - "path", - { - "d": "M15 10h1" - } - ] - ], - "brand-facebook-filled": [ - [ - "path", - { - "d": "M18 2a1 1 0 0 1 .993 .883l.007 .117v4a1 1 0 0 1 -.883 .993l-.117 .007h-3v1h3a1 1 0 0 1 .991 1.131l-.02 .112l-1 4a1 1 0 0 1 -.858 .75l-.113 .007h-2v6a1 1 0 0 1 -.883 .993l-.117 .007h-4a1 1 0 0 1 -.993 -.883l-.007 -.117v-6h-2a1 1 0 0 1 -.993 -.883l-.007 -.117v-4a1 1 0 0 1 .883 -.993l.117 -.007h2v-1a6 6 0 0 1 5.775 -5.996l.225 -.004h3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "brand-facebook": [ - [ - "path", - { - "d": "M7 10v4h3v7h4v-7h3l1 -4h-4v-2a1 1 0 0 1 1 -1h3v-4h-3a5 5 0 0 0 -5 5v2h-3" - } - ] - ], - "brand-feedly": [ - [ - "path", - { - "d": "M7.833 12.278l4.445 -4.445" - } - ], - [ - "path", - { - "d": "M10.055 14.5l2.223 -2.222" - } - ], - [ - "path", - { - "d": "M12.278 16.722l.555 -.555" - } - ], - [ - "path", - { - "d": "M19.828 14.828a4 4 0 0 0 0 -5.656l-5 -5a4 4 0 0 0 -5.656 0l-5 5a4 4 0 0 0 0 5.656l6.171 6.172h3.314l6.171 -6.172z" - } - ] - ], - "brand-figma": [ - [ - "path", - { - "d": "M15 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M6 3m0 3a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v0a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M9 9a3 3 0 0 0 0 6h3m-3 0a3 3 0 1 0 3 3v-15" - } - ] - ], - "brand-filezilla": [ - [ - "path", - { - "d": "M16 15.824a4.062 4.062 0 0 1 -2.25 .033c-.738 -.201 -2.018 -.08 -2.75 .143l4.583 -5h-6.583" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M8 15l2 -8h5" - } - ] - ], - "brand-finder": [ - [ - "path", - { - "d": "M3 4m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M7 8v1" - } - ], - [ - "path", - { - "d": "M17 8v1" - } - ], - [ - "path", - { - "d": "M12.5 4c-.654 1.486 -1.26 3.443 -1.5 9h2.5c-.19 2.867 .094 5.024 .5 7" - } - ], - [ - "path", - { - "d": "M7 15.5c3.667 2 6.333 2 10 0" - } - ] - ], - "brand-firebase": [ - [ - "path", - { - "d": "M4.53 17.05l6.15 -11.72h-.02c.38 -.74 1.28 -1.02 2.01 -.63c.26 .14 .48 .36 .62 .62l1.06 2.01" - } - ], - [ - "path", - { - "d": "M15.47 6.45c.58 -.59 1.53 -.59 2.11 -.01c.22 .22 .36 .5 .41 .81l1.5 9.11c.1 .62 -.2 1.24 -.76 1.54l-6.07 2.9c-.46 .25 -1.01 .26 -1.46 0l-6.02 -2.92c-.55 -.31 -.85 -.92 -.75 -1.54l1.96 -12.04c.12 -.82 .89 -1.38 1.7 -1.25c.46 .07 .87 .36 1.09 .77l1.24 1.76" - } - ], - [ - "path", - { - "d": "M4.57 17.18l10.93 -10.68" - } - ] - ], - "brand-firefox": [ - [ - "path", - { - "d": "M4.028 7.82a9 9 0 1 0 12.823 -3.4c-1.636 -1.02 -3.064 -1.02 -4.851 -1.02h-1.647" - } - ], - [ - "path", - { - "d": "M4.914 9.485c-1.756 -1.569 -.805 -5.38 .109 -6.17c.086 .896 .585 1.208 1.111 1.685c.88 -.275 1.313 -.282 1.867 0c.82 -.91 1.694 -2.354 2.628 -2.093c-1.082 1.741 -.07 3.733 1.371 4.173c-.17 .975 -1.484 1.913 -2.76 2.686c-1.296 .938 -.722 1.85 0 2.234c.949 .506 3.611 -1 4.545 .354c-1.698 .102 -1.536 3.107 -3.983 2.727c2.523 .957 4.345 .462 5.458 -.34c1.965 -1.52 2.879 -3.542 2.879 -5.557c-.014 -1.398 .194 -2.695 -1.26 -4.75" - } - ] - ], - "brand-fiverr": [ - [ - "path", - { - "d": "M15 3h-2a6 6 0 0 0 -6 6h-3v4h3v8h4v-7h4v7h4v-11h-8v-1.033a1.967 1.967 0 0 1 2 -1.967h2v-4z" - } - ] - ], - "brand-flickr": [ - [ - "path", - { - "d": "M7 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ] - ], - "brand-flightradar24": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M8.5 20l3.5 -8l-6.5 6" - } - ], - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "brand-flipboard": [ - [ - "path", - { - "d": "M3.973 3h16.054c.537 0 .973 .436 .973 .973v4.052a.973 .973 0 0 1 -.973 .973h-5.025v4.831c0 .648 -.525 1.173 -1.173 1.173h-4.829v5.025a.973 .973 0 0 1 -.974 .973h-4.053a.973 .973 0 0 1 -.973 -.973v-16.054c0 -.537 .436 -.973 .973 -.973z" - } - ] - ], - "brand-flutter": [ - [ - "path", - { - "d": "M7 14l-3 -3l8 -8h6z" - } - ], - [ - "path", - { - "d": "M14 21l-5 -5l5 -5h5l-5 5l5 5z" - } - ] - ], - "brand-fortnite": [ - [ - "path", - { - "d": "M8 3h7.5l-.5 4h-3v3h3v3.5h-3v6.5l-4 1z" - } - ] - ], - "brand-foursquare": [ - [ - "path", - { - "d": "M7 3h10c.644 0 1.11 .696 .978 1.33l-1.984 9.859a1.014 1.014 0 0 1 -1 .811h-2.254c-.308 0 -.6 .141 -.793 .382l-4.144 5.25c-.599 .752 -1.809 .331 -1.809 -.632v-16c0 -.564 .44 -1 1 -1z" - } - ], - [ - "path", - { - "d": "M12 9l5 0" - } - ] - ], - "brand-framer-motion": [ - [ - "path", - { - "d": "M12 12l-8 -8v16l16 -16v16l-4 -4" - } - ], - [ - "path", - { - "d": "M20 12l-8 8l-4 -4" - } - ] - ], - "brand-framer": [ - [ - "path", - { - "d": "M6 15h12l-12 -12h12v6h-12v6l6 6v-6" - } - ] - ], - "brand-funimation": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M8 13h8a4 4 0 1 1 -8 0z" - } - ] - ], - "brand-gatsby": [ - [ - "path", - { - "d": "M3.296 14.297l6.407 6.407a9.018 9.018 0 0 1 -6.325 -6.116l-.082 -.291z" - } - ], - [ - "path", - { - "d": "M16 13h5c-.41 3.603 -3.007 6.59 -6.386 7.614l-11.228 -11.229a9 9 0 0 1 15.66 -2.985" - } - ] - ], - "brand-git": [ - [ - "path", - { - "d": "M16 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 15v-6" - } - ], - [ - "path", - { - "d": "M15 11l-2 -2" - } - ], - [ - "path", - { - "d": "M11 7l-1.9 -1.9" - } - ], - [ - "path", - { - "d": "M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0z" - } - ] - ], - "brand-github-copilot": [ - [ - "path", - { - "d": "M4 18v-5.5c0 -.667 .167 -1.333 .5 -2" - } - ], - [ - "path", - { - "d": "M12 7.5c0 -1 -.01 -4.07 -4 -3.5c-3.5 .5 -4 2.5 -4 3.5c0 1.5 0 4 3 4c4 0 5 -2.5 5 -4z" - } - ], - [ - "path", - { - "d": "M4 12c-1.333 .667 -2 1.333 -2 2c0 1 0 3 1.5 4c3 2 6.5 3 8.5 3s5.499 -1 8.5 -3c1.5 -1 1.5 -3 1.5 -4c0 -.667 -.667 -1.333 -2 -2" - } - ], - [ - "path", - { - "d": "M20 18v-5.5c0 -.667 -.167 -1.333 -.5 -2" - } - ], - [ - "path", - { - "d": "M12 7.5l0 -.297l.01 -.269l.027 -.298l.013 -.105l.033 -.215c.014 -.073 .029 -.146 .046 -.22l.06 -.223c.336 -1.118 1.262 -2.237 3.808 -1.873c2.838 .405 3.703 1.797 3.93 2.842l.036 .204c0 .033 .01 .066 .013 .098l.016 .185l0 .171l0 .49l-.015 .394l-.02 .271c-.122 1.366 -.655 2.845 -2.962 2.845c-3.256 0 -4.524 -1.656 -4.883 -3.081l-.053 -.242a3.865 3.865 0 0 1 -.036 -.235l-.021 -.227a3.518 3.518 0 0 1 -.007 -.215z" - } - ], - [ - "path", - { - "d": "M10 15v2" - } - ], - [ - "path", - { - "d": "M14 15v2" - } - ] - ], - "brand-github-filled": [ - [ - "path", - { - "d": "M5.315 2.1c.791 -.113 1.9 .145 3.333 .966l.272 .161l.16 .1l.397 -.083a13.3 13.3 0 0 1 4.59 -.08l.456 .08l.396 .083l.161 -.1c1.385 -.84 2.487 -1.17 3.322 -1.148l.164 .008l.147 .017l.076 .014l.05 .011l.144 .047a1 1 0 0 1 .53 .514a5.2 5.2 0 0 1 .397 2.91l-.047 .267l-.046 .196l.123 .163c.574 .795 .93 1.728 1.03 2.707l.023 .295l.007 .272c0 3.855 -1.659 5.883 -4.644 6.68l-.245 .061l-.132 .029l.014 .161l.008 .157l.004 .365l-.002 .213l-.003 3.834a1 1 0 0 1 -.883 .993l-.117 .007h-6a1 1 0 0 1 -.993 -.883l-.007 -.117v-.734c-1.818 .26 -3.03 -.424 -4.11 -1.878l-.535 -.766c-.28 -.396 -.455 -.579 -.589 -.644l-.048 -.019a1 1 0 0 1 .564 -1.918c.642 .188 1.074 .568 1.57 1.239l.538 .769c.76 1.079 1.36 1.459 2.609 1.191l.001 -.678l-.018 -.168a5.03 5.03 0 0 1 -.021 -.824l.017 -.185l.019 -.12l-.108 -.024c-2.976 -.71 -4.703 -2.573 -4.875 -6.139l-.01 -.31l-.004 -.292a5.6 5.6 0 0 1 .908 -3.051l.152 -.222l.122 -.163l-.045 -.196a5.2 5.2 0 0 1 .145 -2.642l.1 -.282l.106 -.253a1 1 0 0 1 .529 -.514l.144 -.047l.154 -.03z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "brand-github": [ - [ - "path", - { - "d": "M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" - } - ] - ], - "brand-gitlab": [ - [ - "path", - { - "d": "M21 14l-9 7l-9 -7l3 -11l3 7h6l3 -7z" - } - ] - ], - "brand-gmail": [ - [ - "path", - { - "d": "M16 20h3a1 1 0 0 0 1 -1v-14a1 1 0 0 0 -1 -1h-3v16z" - } - ], - [ - "path", - { - "d": "M5 20h3v-16h-3a1 1 0 0 0 -1 1v14a1 1 0 0 0 1 1z" - } - ], - [ - "path", - { - "d": "M16 4l-4 4l-4 -4" - } - ], - [ - "path", - { - "d": "M4 6.5l8 7.5l8 -7.5" - } - ] - ], - "brand-golang": [ - [ - "path", - { - "d": "M15.695 14.305c1.061 1.06 2.953 .888 4.226 -.384c1.272 -1.273 1.444 -3.165 .384 -4.226c-1.061 -1.06 -2.953 -.888 -4.226 .384c-1.272 1.273 -1.444 3.165 -.384 4.226z" - } - ], - [ - "path", - { - "d": "M12.68 9.233c-1.084 -.497 -2.545 -.191 -3.591 .846c-1.284 1.273 -1.457 3.165 -.388 4.226c1.07 1.06 2.978 .888 4.261 -.384a3.669 3.669 0 0 0 1.038 -1.921h-2.427" - } - ], - [ - "path", - { - "d": "M5.5 15h-1.5" - } - ], - [ - "path", - { - "d": "M6 9h-2" - } - ], - [ - "path", - { - "d": "M5 12h-3" - } - ] - ], - "brand-google-analytics": [ - [ - "path", - { - "d": "M10 9m0 1.105a1.105 1.105 0 0 1 1.105 -1.105h1.79a1.105 1.105 0 0 1 1.105 1.105v9.79a1.105 1.105 0 0 1 -1.105 1.105h-1.79a1.105 1.105 0 0 1 -1.105 -1.105z" - } - ], - [ - "path", - { - "d": "M17 3m0 1.105a1.105 1.105 0 0 1 1.105 -1.105h1.79a1.105 1.105 0 0 1 1.105 1.105v15.79a1.105 1.105 0 0 1 -1.105 1.105h-1.79a1.105 1.105 0 0 1 -1.105 -1.105z" - } - ], - [ - "path", - { - "d": "M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "brand-google-big-query": [ - [ - "path", - { - "d": "M17.73 19.875a2.225 2.225 0 0 1 -1.948 1.125h-7.283a2.222 2.222 0 0 1 -1.947 -1.158l-4.272 -6.75a2.269 2.269 0 0 1 0 -2.184l4.272 -6.75a2.225 2.225 0 0 1 1.946 -1.158h7.285c.809 0 1.554 .443 1.947 1.158l3.98 6.75a2.33 2.33 0 0 1 0 2.25l-3.98 6.75v-.033z" - } - ], - [ - "path", - { - "d": "M11.5 11.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" - } - ], - [ - "path", - { - "d": "M14 14l2 2" - } - ] - ], - "brand-google-drive": [ - [ - "path", - { - "d": "M12 10l-6 10l-3 -5l6 -10z" - } - ], - [ - "path", - { - "d": "M9 15h12l-3 5h-12" - } - ], - [ - "path", - { - "d": "M15 15l-6 -10h6l6 10z" - } - ] - ], - "brand-google-filled": [ - [ - "path", - { - "d": "M12 2a9.96 9.96 0 0 1 6.29 2.226a1 1 0 0 1 .04 1.52l-1.51 1.362a1 1 0 0 1 -1.265 .06a6 6 0 1 0 2.103 6.836l.001 -.004h-3.66a1 1 0 0 1 -.992 -.883l-.007 -.117v-2a1 1 0 0 1 1 -1h6.945a1 1 0 0 1 .994 .89c.04 .367 .061 .737 .061 1.11c0 5.523 -4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "brand-google-fit": [ - [ - "path", - { - "d": "M12 9.314l-2.343 -2.344a3.314 3.314 0 0 0 -4.686 4.686l2.343 2.344l4.686 4.686l7.03 -7.03a3.314 3.314 0 0 0 -4.687 -4.685l-7.03 7.029" - } - ] - ], - "brand-google-home": [ - [ - "path", - { - "d": "M19.072 21h-14.144a1.928 1.928 0 0 1 -1.928 -1.928v-6.857c0 -.512 .203 -1 .566 -1.365l7.07 -7.063a1.928 1.928 0 0 1 2.727 0l7.071 7.063c.363 .362 .566 .853 .566 1.365v6.857a1.928 1.928 0 0 1 -1.928 1.928z" - } - ], - [ - "path", - { - "d": "M7 13v4h10v-4l-5 -5" - } - ], - [ - "path", - { - "d": "M14.8 5.2l-11.8 11.8" - } - ], - [ - "path", - { - "d": "M7 17v4" - } - ], - [ - "path", - { - "d": "M17 17v4" - } - ] - ], - "brand-google-maps": [ - [ - "path", - { - "d": "M12 9.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" - } - ], - [ - "path", - { - "d": "M6.428 12.494l7.314 -9.252" - } - ], - [ - "path", - { - "d": "M10.002 7.935l-2.937 -2.545" - } - ], - [ - "path", - { - "d": "M17.693 6.593l-8.336 9.979" - } - ], - [ - "path", - { - "d": "M17.591 6.376c.472 .907 .715 1.914 .709 2.935a7.263 7.263 0 0 1 -.72 3.18a19.085 19.085 0 0 1 -2.089 3c-.784 .933 -1.49 1.93 -2.11 2.98c-.314 .62 -.568 1.27 -.757 1.938c-.121 .36 -.277 .591 -.622 .591c-.315 0 -.463 -.136 -.626 -.593a10.595 10.595 0 0 0 -.779 -1.978a18.18 18.18 0 0 0 -1.423 -2.091c-.877 -1.184 -2.179 -2.535 -2.853 -4.071a7.077 7.077 0 0 1 -.621 -2.967a6.226 6.226 0 0 1 1.476 -4.055a6.25 6.25 0 0 1 4.811 -2.245a6.462 6.462 0 0 1 1.918 .284a6.255 6.255 0 0 1 3.686 3.092z" - } - ] - ], - "brand-google-one": [ - [ - "path", - { - "d": "M11 5v13.982a2 2 0 0 0 4 0v-13.982a2 2 0 1 0 -4 0z" - } - ], - [ - "path", - { - "d": "M6.63 8.407a2.125 2.125 0 0 0 -.074 2.944c.77 .834 2.051 .869 2.862 .077l4.95 -4.834c.812 -.792 .846 -2.11 .076 -2.945a1.984 1.984 0 0 0 -2.861 -.077l-4.953 4.835z" - } - ] - ], - "brand-google-photos": [ - [ - "path", - { - "d": "M7.5 7c2.485 0 4.5 1.974 4.5 4.409v.591h-8.397a.61 .61 0 0 1 -.426 -.173a.585 .585 0 0 1 -.177 -.418c0 -2.435 2.015 -4.409 4.5 -4.409z" - } - ], - [ - "path", - { - "d": "M16.5 17c-2.485 0 -4.5 -1.974 -4.5 -4.409v-.591h8.397c.333 0 .603 .265 .603 .591c0 2.435 -2.015 4.409 -4.5 4.409z" - } - ], - [ - "path", - { - "d": "M7 16.5c0 -2.485 1.972 -4.5 4.405 -4.5h.595v8.392a.61 .61 0 0 1 -.173 .431a.584 .584 0 0 1 -.422 .177c-2.433 0 -4.405 -2.015 -4.405 -4.5z" - } - ], - [ - "path", - { - "d": "M17 7.5c0 2.485 -1.972 4.5 -4.405 4.5h-.595v-8.397a.61 .61 0 0 1 .175 -.428a.584 .584 0 0 1 .42 -.175c2.433 0 4.405 2.015 4.405 4.5z" - } - ] - ], - "brand-google-play": [ - [ - "path", - { - "d": "M4 3.71v16.58a.7 .7 0 0 0 1.05 .606l14.622 -8.42a.55 .55 0 0 0 0 -.953l-14.622 -8.419a.7 .7 0 0 0 -1.05 .607z" - } - ], - [ - "path", - { - "d": "M15 9l-10.5 11.5" - } - ], - [ - "path", - { - "d": "M4.5 3.5l10.5 11.5" - } - ] - ], - "brand-google-podcasts": [ - [ - "path", - { - "d": "M12 3v2" - } - ], - [ - "path", - { - "d": "M12 19v2" - } - ], - [ - "path", - { - "d": "M12 8v8" - } - ], - [ - "path", - { - "d": "M8 17v2" - } - ], - [ - "path", - { - "d": "M4 11v2" - } - ], - [ - "path", - { - "d": "M20 11v2" - } - ], - [ - "path", - { - "d": "M8 5v8" - } - ], - [ - "path", - { - "d": "M16 7v-2" - } - ], - [ - "path", - { - "d": "M16 19v-8" - } - ] - ], - "brand-google": [ - [ - "path", - { - "d": "M20.945 11a9 9 0 1 1 -3.284 -5.997l-2.655 2.392a5.5 5.5 0 1 0 2.119 6.605h-4.125v-3h7.945z" - } - ] - ], - "brand-grammarly": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M15.697 9.434a4.5 4.5 0 1 0 .217 4.788" - } - ], - [ - "path", - { - "d": "M13.5 14h2.5v2.5" - } - ] - ], - "brand-graphql": [ - [ - "path", - { - "d": "M5.308 7.265l5.385 -3.029" - } - ], - [ - "path", - { - "d": "M13.308 4.235l5.384 3.03" - } - ], - [ - "path", - { - "d": "M20 9.5v5" - } - ], - [ - "path", - { - "d": "M18.693 16.736l-5.385 3.029" - } - ], - [ - "path", - { - "d": "M10.692 19.765l-5.384 -3.03" - } - ], - [ - "path", - { - "d": "M4 14.5v-5" - } - ], - [ - "path", - { - "d": "M12.772 4.786l6.121 10.202" - } - ], - [ - "path", - { - "d": "M18.5 16h-13" - } - ], - [ - "path", - { - "d": "M5.107 14.988l6.122 -10.201" - } - ], - [ - "path", - { - "d": "M12 3.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" - } - ], - [ - "path", - { - "d": "M12 20.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" - } - ], - [ - "path", - { - "d": "M4 8m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" - } - ], - [ - "path", - { - "d": "M4 16m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" - } - ], - [ - "path", - { - "d": "M20 16m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" - } - ], - [ - "path", - { - "d": "M20 8m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" - } - ] - ], - "brand-gravatar": [ - [ - "path", - { - "d": "M5.64 5.632a9 9 0 1 0 6.36 -2.632v7.714" - } - ] - ], - "brand-grindr": [ - [ - "path", - { - "d": "M13 13.282c0 .492 .784 1.718 2.102 1.718c1.318 0 2.898 -.966 2.898 -2.062c0 -.817 -.932 -.938 -1.409 -.938c-.228 0 -3.591 .111 -3.591 1.282z" - } - ], - [ - "path", - { - "d": "M12 21c-2.984 0 -6.471 -2.721 -6.63 -2.982c-2.13 -3.49 -2.37 -13.703 -2.37 -13.703l1.446 -1.315c2.499 .39 5.023 .617 7.554 .68a58.626 58.626 0 0 0 7.554 -.68l1.446 1.315s-.24 10.213 -2.37 13.704c-.16 .26 -3.646 2.981 -6.63 2.981z" - } - ], - [ - "path", - { - "d": "M11 13.282c0 .492 -.784 1.718 -2.102 1.718c-1.318 0 -2.898 -.966 -2.898 -2.062c0 -.817 .932 -.938 1.409 -.938c.228 0 3.591 .111 3.591 1.282z" - } - ] - ], - "brand-guardian": [ - [ - "path", - { - "d": "M14 13h6" - } - ], - [ - "path", - { - "d": "M4 12c0 -9.296 9.5 -9 9.5 -9c-2.808 0 -4.5 4.373 -4.5 9s1.763 8.976 4.572 8.976c0 .023 -9.572 1.092 -9.572 -8.976z" - } - ], - [ - "path", - { - "d": "M14.5 3c1.416 0 3.853 1.16 4.5 2v3.5" - } - ], - [ - "path", - { - "d": "M15 13v8s2.77 -.37 4 -2v-6" - } - ], - [ - "path", - { - "d": "M13.5 21h1.5" - } - ], - [ - "path", - { - "d": "M13.5 3h1" - } - ] - ], - "brand-gumroad": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z" - } - ], - [ - "path", - { - "d": "M13.5 13h2.5v3" - } - ], - [ - "path", - { - "d": "M15.024 9.382a4 4 0 1 0 -3.024 6.618c1.862 0 2.554 -1.278 3 -3" - } - ] - ], - "brand-hbo": [ - [ - "path", - { - "d": "M2 16v-8" - } - ], - [ - "path", - { - "d": "M6 8v8" - } - ], - [ - "path", - { - "d": "M2 12h4" - } - ], - [ - "path", - { - "d": "M9 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z" - } - ], - [ - "path", - { - "d": "M19 8a4 4 0 1 1 0 8a4 4 0 0 1 0 -8z" - } - ], - [ - "path", - { - "d": "M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "brand-headlessui": [ - [ - "path", - { - "d": "M6.744 4.325l7.82 -1.267a4.456 4.456 0 0 1 5.111 3.686l1.267 7.82a4.456 4.456 0 0 1 -3.686 5.111l-7.82 1.267a4.456 4.456 0 0 1 -5.111 -3.686l-1.267 -7.82a4.456 4.456 0 0 1 3.686 -5.111z" - } - ], - [ - "path", - { - "d": "M7.252 7.704l7.897 -1.28a1 1 0 0 1 1.147 .828l.36 2.223l-9.562 3.51l-.67 -4.134a1 1 0 0 1 .828 -1.147z" - } - ] - ], - "brand-hexo": [ - [ - "path", - { - "d": "M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M9 8v8" - } - ], - [ - "path", - { - "d": "M15 8v8" - } - ], - [ - "path", - { - "d": "M9 12h6" - } - ] - ], - "brand-hipchat": [ - [ - "path", - { - "d": "M17.802 17.292s.077 -.055 .2 -.149c1.843 -1.425 3 -3.49 3 -5.789c0 -4.286 -4.03 -7.764 -9 -7.764c-4.97 0 -9 3.478 -9 7.764c0 4.288 4.03 7.646 9 7.646c.424 0 1.12 -.028 2.088 -.084c1.262 .82 3.104 1.493 4.716 1.493c.499 0 .734 -.41 .414 -.828c-.486 -.596 -1.156 -1.551 -1.416 -2.29z" - } - ], - [ - "path", - { - "d": "M7.5 13.5c2.5 2.5 6.5 2.5 9 0" - } - ] - ], - "brand-html5": [ - [ - "path", - { - "d": "M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5z" - } - ], - [ - "path", - { - "d": "M15.5 8h-7l.5 4h6l-.5 3.5l-2.5 .75l-2.5 -.75l-.1 -.5" - } - ] - ], - "brand-inertia": [ - [ - "path", - { - "d": "M12.5 8l4 4l-4 4h4.5l4 -4l-4 -4z" - } - ], - [ - "path", - { - "d": "M3.5 8l4 4l-4 4h4.5l4 -4l-4 -4z" - } - ] - ], - "brand-instagram": [ - [ - "path", - { - "d": "M4 4m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z" - } - ], - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M16.5 7.5l0 .01" - } - ] - ], - "brand-intercom": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 8v3" - } - ], - [ - "path", - { - "d": "M10 7v6" - } - ], - [ - "path", - { - "d": "M14 7v6" - } - ], - [ - "path", - { - "d": "M17 8v3" - } - ], - [ - "path", - { - "d": "M7 15c4 2.667 6 2.667 10 0" - } - ] - ], - "brand-itch": [ - [ - "path", - { - "d": "M2 7v1c0 1.087 1.078 2 2 2c1.107 0 2 -.91 2 -2c0 1.09 .893 2 2 2s2 -.91 2 -2c0 1.09 .893 2 2 2s2 -.91 2 -2c0 1.09 .893 2 2 2s2 -.91 2 -2c0 1.09 .893 2 2 2c.922 0 2 -.913 2 -2v-1c-.009 -.275 -.538 -.964 -1.588 -2.068a3 3 0 0 0 -2.174 -.932h-12.476a3 3 0 0 0 -2.174 .932c-1.05 1.104 -1.58 1.793 -1.588 2.068z" - } - ], - [ - "path", - { - "d": "M4 10c-.117 6.28 .154 9.765 .814 10.456c1.534 .367 4.355 .535 7.186 .536c2.83 -.001 5.652 -.169 7.186 -.536c.99 -1.037 .898 -9.559 .814 -10.456" - } - ], - [ - "path", - { - "d": "M10 16l2 -2l2 2" - } - ], - [ - "path", - { - "d": "M12 14v4" - } - ] - ], - "brand-javascript": [ - [ - "path", - { - "d": "M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5z" - } - ], - [ - "path", - { - "d": "M7.5 8h3v8l-2 -1" - } - ], - [ - "path", - { - "d": "M16.5 8h-2.5a.5 .5 0 0 0 -.5 .5v3a.5 .5 0 0 0 .5 .5h1.423a.5 .5 0 0 1 .495 .57l-.418 2.93l-2 .5" - } - ] - ], - "brand-juejin": [ - [ - "path", - { - "d": "M2 12l10 7.422l10 -7.422" - } - ], - [ - "path", - { - "d": "M7 9l5 4l5 -4" - } - ], - [ - "path", - { - "d": "M11 6l1 .8l1 -.8l-1 -.8z" - } - ] - ], - "brand-kako-talk": [ - [ - "path", - { - "d": "M10 8v7" - } - ], - [ - "path", - { - "d": "M14 10l-2 2.5l2 2.5" - } - ], - [ - "path", - { - "d": "M12 4c4.97 0 9 3.358 9 7.5c0 4.142 -4.03 7.5 -9 7.5c-.67 0 -1.323 -.061 -1.95 -.177l-3.05 2.177l.592 -2.962c-2.741 -1.284 -4.592 -3.73 -4.592 -6.538c0 -4.142 4.03 -7.5 9 -7.5z" - } - ] - ], - "brand-kbin": [ - [ - "g", - { - "stroke-width": "1.838" - } - ] - ], - "brand-kick": [ - [ - "path", - { - "d": "M4 4h5v4h3v-2h2v-2h6v4h-2v2h-2v4h2v2h2v4h-6v-2h-2v-2h-3v4h-5z" - } - ] - ], - "brand-kickstarter": [ - [ - "path", - { - "d": "M11 9l2.975 -4.65c.615 -.9 1.405 -1.35 2.377 -1.35c.79 0 1.474 .286 2.054 .858c.576 .574 .866 1.256 .866 2.054c0 .588 -.153 1.109 -.46 1.559l-2.812 4.029l3.465 4.912c.356 .46 .535 1 .535 1.613a2.92 2.92 0 0 1 -.843 2.098c-.561 .584 -1.242 .877 -2.04 .877c-.876 0 -1.545 -.29 -2 -.87l-4.112 -5.697v3.067c0 .876 -.313 1.69 -.611 2.175c-.543 .883 -1.35 1.325 -2.389 1.325c-.944 0 -1.753 -.327 -2.271 -.974c-.486 -.6 -.729 -1.392 -.729 -2.38v-11.371c0 -.934 .247 -1.706 .74 -2.313c.512 -.641 1.347 -.962 2.26 -.962c.868 0 1.821 .321 2.4 .962c.323 .356 .515 .714 .6 1.08c.052 .224 0 .643 0 1.26v2.698z" - } - ] - ], - "brand-kotlin": [ - [ - "path", - { - "d": "M20 20h-16v-16h16" - } - ], - [ - "path", - { - "d": "M4 20l16 -16" - } - ], - [ - "path", - { - "d": "M4 12l8 -8" - } - ], - [ - "path", - { - "d": "M12 12l8 8" - } - ] - ], - "brand-laravel": [ - [ - "path", - { - "d": "M3 17l8 5l7 -4v-8l-4 -2.5l4 -2.5l4 2.5v4l-11 6.5l-4 -2.5v-7.5l-4 -2.5z" - } - ], - [ - "path", - { - "d": "M11 18v4" - } - ], - [ - "path", - { - "d": "M7 15.5l7 -4" - } - ], - [ - "path", - { - "d": "M14 7.5v4" - } - ], - [ - "path", - { - "d": "M14 11.5l4 2.5" - } - ], - [ - "path", - { - "d": "M11 13v-7.5l-4 -2.5l-4 2.5" - } - ], - [ - "path", - { - "d": "M7 8l4 -2.5" - } - ], - [ - "path", - { - "d": "M18 10l4 -2.5" - } - ] - ], - "brand-lastfm": [ - [ - "path", - { - "d": "M20 8c-.83 -1 -1.388 -1 -2 -1c-.612 0 -2 .271 -2 2s1.384 2.233 3 3c1.616 .767 2.125 1.812 2 3s-1 2 -3 2s-3 -1 -3.5 -2s-1.585 -4.78 -2.497 -6a5 5 0 1 0 -1 7" - } - ] - ], - "brand-leetcode": [ - [ - "path", - { - "d": "M12 13h7.5" - } - ], - [ - "path", - { - "d": "M9.424 7.268l4.999 -4.999" - } - ], - [ - "path", - { - "d": "M16.633 16.644l-2.402 2.415a3.189 3.189 0 0 1 -4.524 0l-3.77 -3.787a3.223 3.223 0 0 1 0 -4.544l3.77 -3.787a3.189 3.189 0 0 1 4.524 0l2.302 2.313" - } - ] - ], - "brand-letterboxd": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M8 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M16 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "brand-line": [ - [ - "path", - { - "d": "M21 10.663c0 -4.224 -4.041 -7.663 -9 -7.663s-9 3.439 -9 7.663c0 3.783 3.201 6.958 7.527 7.56c1.053 .239 .932 .644 .696 2.133c-.039 .238 -.184 .932 .777 .512c.96 -.42 5.18 -3.201 7.073 -5.48c1.304 -1.504 1.927 -3.029 1.927 -4.715v-.01z" - } - ] - ], - "brand-linkedin": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M8 11l0 5" - } - ], - [ - "path", - { - "d": "M8 8l0 .01" - } - ], - [ - "path", - { - "d": "M12 16l0 -5" - } - ], - [ - "path", - { - "d": "M16 16v-3a2 2 0 0 0 -4 0" - } - ] - ], - "brand-linktree": [ - [ - "path", - { - "d": "M4 10h16" - } - ], - [ - "path", - { - "d": "M6.5 4.5l11 11" - } - ], - [ - "path", - { - "d": "M6.5 15.5l11 -11" - } - ], - [ - "path", - { - "d": "M12 10v-8" - } - ], - [ - "path", - { - "d": "M12 15v7" - } - ] - ], - "brand-linqpad": [ - [ - "path", - { - "d": "M5 21h3.5l2.5 -6l2.5 -1l2.5 7h4l1 -4.5l-2 -1l-7 -12l-6 -.5l1.5 4l2.5 .5l1 2.5l-7 8z" - } - ] - ], - "brand-livewire": [ - [ - "path", - { - "d": "M20.982 18.777c-.372 .548 -.652 1.223 -1.406 1.223c-1.269 0 -1.337 -1.913 -2.607 -1.913c-1.27 0 -1.2 1.913 -2.47 1.913c-1.268 0 -1.337 -1.913 -2.607 -1.913c-1.269 0 -1.2 1.913 -2.47 1.913c-1.268 0 -1.337 -1.913 -2.607 -1.913c-1.27 0 -1.2 1.913 -2.47 1.913c-.398 0 -.679 -.189 -.915 -.448a10.414 10.414 0 0 1 -1.43 -5.29c0 -5.669 4.477 -10.262 10 -10.262c5.524 0 10 4.594 10 10.261c0 1.62 -.366 3.152 -1.018 4.516z" - } - ], - [ - "path", - { - "d": "M20.982 18.777c-.372 .548 -.652 1.223 -1.406 1.223c-1.269 0 -1.337 -1.913 -2.607 -1.913c-1.27 0 -1.2 1.913 -2.47 1.913c-1.268 0 -1.337 -1.913 -2.607 -1.913c-1.269 0 -1.2 1.913 -2.47 1.913c-1.268 0 -1.337 -1.913 -2.607 -1.913c-1.27 0 -1.2 1.913 -2.47 1.913c-.398 0 -.679 -.189 -.915 -.448a10.414 10.414 0 0 1 -1.43 -5.29c0 -5.669 4.477 -10.262 10 -10.262c5.524 0 10 4.594 10 10.261c0 1.62 -.366 3.152 -1.018 4.516z" - } - ], - [ - "path", - { - "d": "M11.5 16c3.167 0 4.5 -1.748 4.5 -4.231c0 -2.484 -2.014 -4.769 -4.5 -4.769c-2.485 0 -4.5 2.286 -4.5 4.769s1.333 4.231 4.5 4.231z" - } - ], - [ - "path", - { - "d": "M10 11a1 1 0 1 0 0 -2a1 1 0 0 0 0 2z" - } - ] - ], - "brand-loom": [ - [ - "path", - { - "d": "M17.464 6.518a6 6 0 1 0 -3.023 7.965" - } - ], - [ - "path", - { - "d": "M17.482 17.464a6 6 0 1 0 -7.965 -3.023" - } - ], - [ - "path", - { - "d": "M6.54 17.482a6 6 0 1 0 3.024 -7.965" - } - ], - [ - "path", - { - "d": "M6.518 6.54a6 6 0 1 0 7.965 3.024" - } - ] - ], - "brand-mailgun": [ - [ - "path", - { - "d": "M17 12a2 2 0 1 0 4 0a9 9 0 1 0 -2.987 6.697" - } - ], - [ - "path", - { - "d": "M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "brand-mantine": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M11 16c1.22 -.912 2 -2.36 2 -4a5.01 5.01 0 0 0 -2 -4" - } - ], - [ - "path", - { - "d": "M14 9h-2" - } - ], - [ - "path", - { - "d": "M14 15h-2" - } - ], - [ - "path", - { - "d": "M10 12h.01" - } - ] - ], - "brand-mastercard": [ - [ - "path", - { - "d": "M14 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M12 9.765a3 3 0 1 0 0 4.47" - } - ], - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ] - ], - "brand-mastodon": [ - [ - "path", - { - "d": "M18.648 15.254c-1.816 1.763 -6.648 1.626 -6.648 1.626a18.262 18.262 0 0 1 -3.288 -.256c1.127 1.985 4.12 2.81 8.982 2.475c-1.945 2.013 -13.598 5.257 -13.668 -7.636l-.026 -1.154c0 -3.036 .023 -4.115 1.352 -5.633c1.671 -1.91 6.648 -1.666 6.648 -1.666s4.977 -.243 6.648 1.667c1.329 1.518 1.352 2.597 1.352 5.633s-.456 4.074 -1.352 4.944z" - } - ], - [ - "path", - { - "d": "M12 11.204v-2.926c0 -1.258 -.895 -2.278 -2 -2.278s-2 1.02 -2 2.278v4.722m4 -4.722c0 -1.258 .895 -2.278 2 -2.278s2 1.02 2 2.278v4.722" - } - ] - ], - "brand-matrix": [ - [ - "path", - { - "d": "M4 3h-1v18h1" - } - ], - [ - "path", - { - "d": "M20 21h1v-18h-1" - } - ], - [ - "path", - { - "d": "M7 9v6" - } - ], - [ - "path", - { - "d": "M12 15v-3.5a2.5 2.5 0 1 0 -5 0v.5" - } - ], - [ - "path", - { - "d": "M17 15v-3.5a2.5 2.5 0 1 0 -5 0v.5" - } - ] - ], - "brand-mcdonalds": [ - [ - "path", - { - "d": "M20 20c0 -3.952 -.966 -16 -4.038 -16s-3.962 9.087 -3.962 14.756c0 -5.669 -.896 -14.756 -3.962 -14.756c-3.065 0 -4.038 12.048 -4.038 16" - } - ] - ], - "brand-medium": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M8 9h1l3 3l3 -3h1" - } - ], - [ - "path", - { - "d": "M8 15l2 0" - } - ], - [ - "path", - { - "d": "M14 15l2 0" - } - ], - [ - "path", - { - "d": "M9 9l0 6" - } - ], - [ - "path", - { - "d": "M15 9l0 6" - } - ] - ], - "brand-meetup": [ - [ - "path", - { - "d": "M5.455 10.82c.935 -2.163 3.045 -3.82 5.545 -3.82c2.104 0 2.844 1.915 2 4l-2 6" - } - ], - [ - "path", - { - "d": "M6.981 7l-3.981 9.914" - } - ], - [ - "path", - { - "d": "M13 11c.937 -2.16 3.071 -3.802 5.42 -3.972c2.104 0 3.128 1.706 2.284 3.792l-2.454 6.094c-.853 1.676 .75 2.586 2.75 2.086" - } - ] - ], - "brand-mercedes": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 3v9" - } - ], - [ - "path", - { - "d": "M12 12l7 5" - } - ], - [ - "path", - { - "d": "M12 12l-7 5" - } - ] - ], - "brand-messenger": [ - [ - "path", - { - "d": "M3 20l1.3 -3.9a9 8 0 1 1 3.4 2.9l-4.7 1" - } - ], - [ - "path", - { - "d": "M8 13l3 -2l2 2l3 -2" - } - ] - ], - "brand-meta": [ - [ - "path", - { - "d": "M12 10.174c1.766 -2.784 3.315 -4.174 4.648 -4.174c2 0 3.263 2.213 4 5.217c.704 2.869 .5 6.783 -2 6.783c-1.114 0 -2.648 -1.565 -4.148 -3.652a27.627 27.627 0 0 1 -2.5 -4.174z" - } - ], - [ - "path", - { - "d": "M12 10.174c-1.766 -2.784 -3.315 -4.174 -4.648 -4.174c-2 0 -3.263 2.213 -4 5.217c-.704 2.869 -.5 6.783 2 6.783c1.114 0 2.648 -1.565 4.148 -3.652c1 -1.391 1.833 -2.783 2.5 -4.174z" - } - ] - ], - "brand-minecraft": [ - [ - "path", - { - "d": "M21 16.008v-8.018a1.98 1.98 0 0 0 -1 -1.717l-7 -4.008a2.016 2.016 0 0 0 -2 0l-7 4.008c-.619 .355 -1 1.01 -1 1.718v8.018c0 .709 .381 1.363 1 1.717l7 4.008c.62 .354 1.38 .354 2 0l7 -4.008c.619 -.355 1 -1.01 1 -1.718z" - } - ], - [ - "path", - { - "d": "M12 22v-10" - } - ], - [ - "path", - { - "d": "M12 12l8.73 -5.04" - } - ], - [ - "path", - { - "d": "M3.27 6.96l8.73 5.04" - } - ], - [ - "path", - { - "d": "M12 17l3.003 -1.668m3 -1.667l2.997 -1.665m-9 5l-9 -5" - } - ], - [ - "path", - { - "d": "M15 17l3 -1.67v-3l-3 1.67z" - } - ] - ], - "brand-miniprogram": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z" - } - ], - [ - "path", - { - "d": "M8 11.503a2.5 2.5 0 1 0 4 2v-3a2.5 2.5 0 1 1 4 2" - } - ] - ], - "brand-mixpanel": [ - [ - "path", - { - "d": "M4.5 12m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" - } - ], - [ - "path", - { - "d": "M20.5 12m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" - } - ], - [ - "path", - { - "d": "M13 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "brand-monday": [ - [ - "path", - { - "d": "M19.5 15.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" - } - ], - [ - "path", - { - "d": "M9.5 7a1.5 1.5 0 0 1 1.339 2.177l-4.034 7.074c-.264 .447 -.75 .749 -1.305 .749a1.5 1.5 0 0 1 -1.271 -2.297l3.906 -6.827a1.5 1.5 0 0 1 1.365 -.876z" - } - ], - [ - "path", - { - "d": "M16.5 7a1.5 1.5 0 0 1 1.339 2.177l-4.034 7.074c-.264 .447 -.75 .749 -1.305 .749a1.5 1.5 0 0 1 -1.271 -2.297l3.906 -6.827a1.5 1.5 0 0 1 1.365 -.876z" - } - ] - ], - "brand-mongodb": [ - [ - "path", - { - "d": "M12 3v19" - } - ], - [ - "path", - { - "d": "M18 11.227c0 3.273 -1.812 4.77 -6 9.273c-4.188 -4.503 -6 -6 -6 -9.273c0 -4.454 3.071 -6.927 6 -9.227c2.929 2.3 6 4.773 6 9.227z" - } - ] - ], - "brand-my-oppo": [ - [ - "path", - { - "d": "M18.316 5h-12.632l-3.418 4.019a1.089 1.089 0 0 0 .019 1.447l9.714 10.534l9.715 -10.49a1.09 1.09 0 0 0 .024 -1.444l-3.422 -4.066z" - } - ], - [ - "path", - { - "d": "M9 11l3 3l3 -3" - } - ] - ], - "brand-mysql": [ - [ - "path", - { - "d": "M13 21c-1.427 -1.026 -3.59 -3.854 -4 -6c-.486 .77 -1.501 2 -2 2c-1.499 -.888 -.574 -3.973 0 -6c-1.596 -1.433 -2.468 -2.458 -2.5 -4c-3.35 -3.44 -.444 -5.27 2.5 -3h1c8.482 .5 6.421 8.07 9 11.5c2.295 .522 3.665 2.254 5 3.5c-2.086 -.2 -2.784 -.344 -3.5 0c.478 1.64 2.123 2.2 3.5 3" - } - ], - [ - "path", - { - "d": "M9 7h.01" - } - ] - ], - "brand-national-geographic": [ - [ - "path", - { - "d": "M7 3h10v18h-10z" - } - ] - ], - "brand-nem": [ - [ - "path", - { - "d": "M12.182 2c1.94 .022 3.879 .382 5.818 1.08l.364 .135a23.075 23.075 0 0 1 3.636 1.785c0 5.618 -1.957 10.258 -5.87 13.92c-1.24 1.239 -2.5 2.204 -3.78 2.898l-.35 .182c-1.4 -.703 -2.777 -1.729 -4.13 -3.079c-3.912 -3.663 -5.87 -8.303 -5.87 -13.921c2.545 -1.527 5.09 -2.471 7.636 -2.832l.364 -.048a16.786 16.786 0 0 1 1.818 -.12h.364z" - } - ], - [ - "path", - { - "d": "M2.1 7.07c2.073 6.72 5.373 7.697 9.9 2.93c0 -4 1.357 -6.353 4.07 -7.06l.59 -.11" - } - ], - [ - "path", - { - "d": "M16.35 18.51s2.65 -5.51 -4.35 -8.51" - } - ] - ], - "brand-netbeans": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M15.5 9.43a1 1 0 0 1 .5 .874v3.268a1 1 0 0 1 -.515 .874l-3 1.917a1 1 0 0 1 -.97 0l-3 -1.917a1 1 0 0 1 -.515 -.873v-3.269a1 1 0 0 1 .514 -.874l3 -1.786c.311 -.173 .69 -.173 1 0l3 1.787h-.014z" - } - ], - [ - "path", - { - "d": "M12 21v-9l-7.5 -4.5" - } - ], - [ - "path", - { - "d": "M12 12l7.5 -4.5" - } - ], - [ - "path", - { - "d": "M12 3v4.5" - } - ], - [ - "path", - { - "d": "M19.5 16l-3.5 -2" - } - ], - [ - "path", - { - "d": "M8 14l-3.5 2" - } - ] - ], - "brand-netease-music": [ - [ - "path", - { - "d": "M9 4c-2.93 1.346 -5 5.046 -5 8.492c0 4.508 4 7.508 8 7.508s8 -3 8 -7c0 -3.513 -3.5 -5.513 -6 -5.513s-5 1.513 -5 4.513c0 2 1.5 3 3 3s3 -1 3 -3c0 -3.513 -2 -4.508 -2 -6.515c0 -3.504 3.5 -2.603 4 -1.502" - } - ] - ], - "brand-netflix": [ - [ - "path", - { - "d": "M9 3l10 18h-4l-10 -18z" - } - ], - [ - "path", - { - "d": "M5 3v18h4v-10.5" - } - ], - [ - "path", - { - "d": "M19 21v-18h-4v10.5" - } - ] - ], - "brand-nexo": [ - [ - "path", - { - "d": "M17 3l5 3v12l-5 3l-10 -6v-6l10 6v-6l-5 -3z" - } - ], - [ - "path", - { - "d": "M12 6l-5 -3l-5 3v12l5 3l4.7 -3.13" - } - ] - ], - "brand-nextcloud": [ - [ - "path", - { - "d": "M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M4.5 12.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" - } - ], - [ - "path", - { - "d": "M19.5 12.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" - } - ] - ], - "brand-nextjs": [ - [ - "path", - { - "d": "M9 15v-6l7.745 10.65a9 9 0 1 1 2.255 -1.993" - } - ], - [ - "path", - { - "d": "M15 12v-3" - } - ] - ], - "brand-nodejs": [ - [ - "path", - { - "d": "M9 9v8.044a2 2 0 0 1 -2.996 1.734l-1.568 -.9a3 3 0 0 1 -1.436 -2.561v-6.635a3 3 0 0 1 1.436 -2.56l6 -3.667a3 3 0 0 1 3.128 0l6 3.667a3 3 0 0 1 1.436 2.561v6.634a3 3 0 0 1 -1.436 2.56l-6 3.667a3 3 0 0 1 -3.128 0" - } - ], - [ - "path", - { - "d": "M17 9h-3.5a1.5 1.5 0 0 0 0 3h2a1.5 1.5 0 0 1 0 3h-3.5" - } - ] - ], - "brand-nord-vpn": [ - [ - "path", - { - "d": "M9.992 15l-2.007 -3l-4.015 8c-2.212 -3.061 -2.625 -7.098 -.915 -10.463a10.14 10.14 0 0 1 8.945 -5.537a10.14 10.14 0 0 1 8.945 5.537c1.71 3.365 1.297 7.402 -.915 10.463l-4.517 -8l-1.505 1.5" - } - ], - [ - "path", - { - "d": "M14.5 15l-3 -6l-2.5 4.5" - } - ] - ], - "brand-notion": [ - [ - "path", - { - "d": "M11 17.5v-6.5h.5l4 6h.5v-6.5" - } - ], - [ - "path", - { - "d": "M19.077 20.071l-11.53 .887a1 1 0 0 1 -.876 -.397l-2.471 -3.294a1 1 0 0 1 -.2 -.6v-10.741a1 1 0 0 1 .923 -.997l11.389 -.876a2 2 0 0 1 1.262 .33l1.535 1.023a2 2 0 0 1 .891 1.664v12.004a1 1 0 0 1 -.923 .997z" - } - ], - [ - "path", - { - "d": "M4.5 5.5l2.5 2.5" - } - ], - [ - "path", - { - "d": "M20 7l-13 1v12.5" - } - ] - ], - "brand-npm": [ - [ - "path", - { - "d": "M1 8h22v7h-12v2h-4v-2h-6z" - } - ], - [ - "path", - { - "d": "M7 8v7" - } - ], - [ - "path", - { - "d": "M14 8v7" - } - ], - [ - "path", - { - "d": "M17 11v4" - } - ], - [ - "path", - { - "d": "M4 11v4" - } - ], - [ - "path", - { - "d": "M11 11v1" - } - ], - [ - "path", - { - "d": "M20 11v4" - } - ] - ], - "brand-nuxt": [ - [ - "path", - { - "d": "M12.146 8.583l-1.3 -2.09a1.046 1.046 0 0 0 -1.786 .017l-5.91 9.908a1.046 1.046 0 0 0 .897 1.582h3.913" - } - ], - [ - "path", - { - "d": "M20.043 18c.743 0 1.201 -.843 .82 -1.505l-4.044 -7.013a.936 .936 0 0 0 -1.638 0l-4.043 7.013c-.382 .662 .076 1.505 .819 1.505h8.086z" - } - ] - ], - "brand-nytimes": [ - [ - "path", - { - "d": "M11.036 5.058a8 8 0 1 0 8.706 9.965" - } - ], - [ - "path", - { - "d": "M12 21v-11l-7.5 4" - } - ], - [ - "path", - { - "d": "M17.5 3a2.5 2.5 0 1 1 0 5l-11 -5a2.5 2.5 0 0 0 -.67 4.91" - } - ], - [ - "path", - { - "d": "M9 12v8" - } - ], - [ - "path", - { - "d": "M16 13h-.01" - } - ] - ], - "brand-oauth": [ - [ - "path", - { - "d": "M12 12m-10 0a10 10 0 1 0 20 0a10 10 0 1 0 -20 0" - } - ], - [ - "path", - { - "d": "M12.556 6c.65 0 1.235 .373 1.508 .947l2.839 7.848a1.646 1.646 0 0 1 -1.01 2.108a1.673 1.673 0 0 1 -2.068 -.851l-.46 -1.052h-2.73l-.398 .905a1.67 1.67 0 0 1 -1.977 1.045l-.153 -.047a1.647 1.647 0 0 1 -1.056 -1.956l2.824 -7.852a1.664 1.664 0 0 1 1.409 -1.087l1.272 -.008z" - } - ] - ], - "brand-office": [ - [ - "path", - { - "d": "M4 18h9v-12l-5 2v5l-4 2v-8l9 -4l7 2v13l-7 3z" - } - ] - ], - "brand-ok-ru": [ - [ - "path", - { - "d": "M12 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M20 12c0 8 0 8 -8 8s-8 0 -8 -8s0 -8 8 -8s8 0 8 8z" - } - ], - [ - "path", - { - "d": "M9.5 13c1.333 .667 3.667 .667 5 0" - } - ], - [ - "path", - { - "d": "M9.5 17l2.5 -3l2.5 3" - } - ], - [ - "path", - { - "d": "M12 13.5v.5" - } - ] - ], - "brand-onedrive": [ - [ - "path", - { - "d": "M18.456 10.45a6.45 6.45 0 0 0 -12 -2.151a4.857 4.857 0 0 0 -4.44 5.241a4.856 4.856 0 0 0 5.236 4.444h10.751a3.771 3.771 0 0 0 3.99 -3.54a3.772 3.772 0 0 0 -3.538 -3.992z" - } - ] - ], - "brand-onlyfans": [ - [ - "path", - { - "d": "M8.5 6a6.5 6.5 0 1 0 0 13a6.5 6.5 0 0 0 0 -13z" - } - ], - [ - "path", - { - "d": "M8.5 15a2.5 2.5 0 1 1 0 -5a2.5 2.5 0 0 1 0 5z" - } - ], - [ - "path", - { - "d": "M14 16c2.5 0 6.42 -1.467 7 -4h-6c3 -1 6.44 -3.533 7 -6h-4c-3.03 0 -3.764 -.196 -5 1.5" - } - ] - ], - "brand-open-source": [ - [ - "path", - { - "d": "M12 3a9 9 0 0 1 3.618 17.243l-2.193 -5.602a3 3 0 1 0 -2.849 0l-2.193 5.603a9 9 0 0 1 3.617 -17.244z" - } - ] - ], - "brand-openai": [ - [ - "path", - { - "d": "M11.217 19.384a3.501 3.501 0 0 0 6.783 -1.217v-5.167l-6 -3.35" - } - ], - [ - "path", - { - "d": "M5.214 15.014a3.501 3.501 0 0 0 4.446 5.266l4.34 -2.534v-6.946" - } - ], - [ - "path", - { - "d": "M6 7.63c-1.391 -.236 -2.787 .395 -3.534 1.689a3.474 3.474 0 0 0 1.271 4.745l4.263 2.514l6 -3.348" - } - ], - [ - "path", - { - "d": "M12.783 4.616a3.501 3.501 0 0 0 -6.783 1.217v5.067l6 3.45" - } - ], - [ - "path", - { - "d": "M18.786 8.986a3.501 3.501 0 0 0 -4.446 -5.266l-4.34 2.534v6.946" - } - ], - [ - "path", - { - "d": "M18 16.302c1.391 .236 2.787 -.395 3.534 -1.689a3.474 3.474 0 0 0 -1.271 -4.745l-4.308 -2.514l-5.955 3.42" - } - ] - ], - "brand-openvpn": [ - [ - "path", - { - "d": "M15.618 20.243l-2.193 -5.602a3 3 0 1 0 -2.849 0l-2.193 5.603" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "brand-opera": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12m-3 0a3 5 0 1 0 6 0a3 5 0 1 0 -6 0" - } - ] - ], - "brand-pagekit": [ - [ - "path", - { - "d": "M12.077 20h-5.077v-16h11v14h-5.077" - } - ] - ], - "brand-parsinta": [ - [ - "path", - { - "d": "M12 3a9 9 0 1 0 9 9" - } - ], - [ - "path", - { - "d": "M21 12a9 9 0 0 0 -9 -9", - "opacity": ".5" - } - ], - [ - "path", - { - "d": "M10 9v6l5 -3z" - } - ] - ], - "brand-patreon-filled": [ - [ - "path", - { - "d": "M7.462 3.1c2.615 -1.268 6.226 -1.446 9.063 -.503c2.568 .853 4.471 3.175 4.475 5.81c.004 3.061 -1.942 5.492 -4.896 6.243c-1.693 .43 -2.338 .75 -2.942 1.582c-.238 .328 -.45 .745 -.796 1.533l-.22 .5c-1.146 2.601 -2.156 3.762 -4.236 3.735c-2.232 -.03 -3.603 -1.742 -4.313 -4.48c-.458 -1.768 -.617 -3.808 -.594 -5.876c.044 -3.993 1.42 -7.072 4.46 -8.545z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "brand-patreon": [ - [ - "path", - { - "d": "M20 8.408c-.003 -2.299 -1.746 -4.182 -3.79 -4.862c-2.54 -.844 -5.888 -.722 -8.312 .453c-2.939 1.425 -3.862 4.545 -3.896 7.656c-.028 2.559 .22 9.297 3.92 9.345c2.75 .036 3.159 -3.603 4.43 -5.356c.906 -1.247 2.071 -1.599 3.506 -1.963c2.465 -.627 4.146 -2.626 4.142 -5.273z" - } - ] - ], - "brand-paypal-filled": [ - [ - "path", - { - "d": "M12.5 2c3.113 0 5.309 1.785 5.863 4.565c1.725 1.185 2.637 3.152 2.637 5.435c0 2.933 -2.748 5.384 -5.783 5.496l-.217 .004h-1.754l-.466 2.8a1.998 1.998 0 0 1 -1.823 1.597l-.157 .003h-2.68a1.5 1.5 0 0 1 -1.182 -.54a1.495 1.495 0 0 1 -.348 -1.07l.042 -.29h-1.632c-1.004 0 -1.914 -.864 -1.994 -1.857l-.006 -.143l.01 -.141l1.993 -13.954l.003 -.048c.072 -.894 .815 -1.682 1.695 -1.832l.156 -.02l.143 -.005h5.5zm5.812 7.35l-.024 .087c-.706 2.403 -3.072 4.436 -5.555 4.557l-.233 .006h-2.503v.05l-.025 .183l-1.2 5a1.007 1.007 0 0 1 -.019 .07l-.088 .597h2.154l.595 -3.564a1 1 0 0 1 .865 -.829l.121 -.007h2.6c2.073 0 4 -1.67 4 -3.5c0 -1.022 -.236 -1.924 -.688 -2.65z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "brand-paypal": [ - [ - "path", - { - "d": "M10 13l2.5 0c2.5 0 5 -2.5 5 -5c0 -3 -1.9 -5 -5 -5h-5.5c-.5 0 -1 .5 -1 1l-2 14c0 .5 .5 1 1 1h2.8l1.2 -5c.1 -.6 .4 -1 1 -1zm7.5 -5.8c1.7 1 2.5 2.8 2.5 4.8c0 2.5 -2.5 4.5 -5 4.5h-2.6l-.6 3.6a1 1 0 0 1 -1 .8l-2.7 0a.5 .5 0 0 1 -.5 -.6l.2 -1.4" - } - ] - ], - "brand-paypay": [ - [ - "path", - { - "d": "M6.375 21l3.938 -13.838" - } - ], - [ - "path", - { - "d": "M3 6c16.731 0 21.231 9.881 4.5 11" - } - ], - [ - "path", - { - "d": "M21 19v-14a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2z" - } - ] - ], - "brand-peanut": [ - [ - "path", - { - "d": "M15 16.25l-.816 -.36l-.462 -.196c-1.444 -.592 -2 -.593 -3.447 0l-.462 .195l-.817 .359a4.5 4.5 0 1 1 0 -8.49v0l1.054 .462l.434 .178c1.292 .507 1.863 .48 3.237 -.082l.462 -.195l.817 -.359a4.5 4.5 0 1 1 0 8.49" - } - ] - ], - "brand-pepsi": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M4 16c5.713 -2.973 11 -3.5 13.449 -11.162" - } - ], - [ - "path", - { - "d": "M5 17.5c5.118 -2.859 15 0 14 -11" - } - ] - ], - "brand-php": [ - [ - "path", - { - "d": "M12 12m-10 0a10 9 0 1 0 20 0a10 9 0 1 0 -20 0" - } - ], - [ - "path", - { - "d": "M5.5 15l.395 -1.974l.605 -3.026h1.32a1 1 0 0 1 .986 1.164l-.167 1a1 1 0 0 1 -.986 .836h-1.653" - } - ], - [ - "path", - { - "d": "M15.5 15l.395 -1.974l.605 -3.026h1.32a1 1 0 0 1 .986 1.164l-.167 1a1 1 0 0 1 -.986 .836h-1.653" - } - ], - [ - "path", - { - "d": "M12 7.5l-1 5.5" - } - ], - [ - "path", - { - "d": "M11.6 10h2.4l-.5 3" - } - ] - ], - "brand-picsart": [ - [ - "path", - { - "d": "M12 9m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M12 9m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M5 9v11a2 2 0 1 0 4 0v-4.5" - } - ] - ], - "brand-pinterest": [ - [ - "path", - { - "d": "M8 20l4 -9" - } - ], - [ - "path", - { - "d": "M10.7 14c.437 1.263 1.43 2 2.55 2c2.071 0 3.75 -1.554 3.75 -4a5 5 0 1 0 -9.7 1.7" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "brand-planetscale": [ - [ - "path", - { - "d": "M20.993 11.63a9 9 0 0 1 -9.362 9.362l9.362 -9.362z" - } - ], - [ - "path", - { - "d": "M12 3a9.001 9.001 0 0 1 8.166 5.211l-11.955 11.955a9 9 0 0 1 3.789 -17.166z" - } - ], - [ - "path", - { - "d": "M12 12l-6 6" - } - ] - ], - "brand-pnpm": [ - [ - "path", - { - "d": "M3 17h4v4h-4z" - } - ], - [ - "path", - { - "d": "M10 17h4v4h-4z" - } - ], - [ - "path", - { - "d": "M17 17h4v4h-4z" - } - ], - [ - "path", - { - "d": "M17 10h4v4h-4z" - } - ], - [ - "path", - { - "d": "M17 3h4v4h-4z" - } - ], - [ - "path", - { - "d": "M10 10h4v4h-4z" - } - ], - [ - "path", - { - "d": "M10 3h4v4h-4z" - } - ], - [ - "path", - { - "d": "M3 3h4v4h-4z" - } - ] - ], - "brand-pocket": [ - [ - "path", - { - "d": "M5 4h14a2 2 0 0 1 2 2v6a9 9 0 0 1 -18 0v-6a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M8 11l4 4l4 -4" - } - ] - ], - "brand-polymer": [ - [ - "path", - { - "d": "M6.706 6l-3.706 6l3.706 6h1.059l8.47 -12h1.06l3.705 6l-3.706 6" - } - ] - ], - "brand-powershell": [ - [ - "path", - { - "d": "M4.887 20h11.868c.893 0 1.664 -.665 1.847 -1.592l2.358 -12c.212 -1.081 -.442 -2.14 -1.462 -2.366a1.784 1.784 0 0 0 -.385 -.042h-11.868c-.893 0 -1.664 .665 -1.847 1.592l-2.358 12c-.212 1.081 .442 2.14 1.462 2.366c.127 .028 .256 .042 .385 .042z" - } - ], - [ - "path", - { - "d": "M9 8l4 4l-6 4" - } - ], - [ - "path", - { - "d": "M12 16h3" - } - ] - ], - "brand-printables": [ - [ - "path", - { - "d": "M6 21l12 -7v-7.5l-6 -3.5l-6 3.5l6 3.5v7.5l-6 -3.5z" - } - ] - ], - "brand-prisma": [ - [ - "path", - { - "d": "M4.186 16.202l3.615 5.313c.265 .39 .754 .57 1.215 .447l10.166 -2.718a1.086 1.086 0 0 0 .713 -1.511l-7.505 -15.483a.448 .448 0 0 0 -.787 -.033l-7.453 12.838a1.07 1.07 0 0 0 .037 1.147z" - } - ], - [ - "path", - { - "d": "M8.5 22l3.5 -20" - } - ] - ], - "brand-producthunt": [ - [ - "path", - { - "d": "M10 16v-8h2.5a2.5 2.5 0 1 1 0 5h-2.5" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "brand-pushbullet": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M11 8v8h2a4 4 0 1 0 0 -8h-2z" - } - ], - [ - "path", - { - "d": "M8 8v8" - } - ] - ], - "brand-pushover": [ - [ - "path", - { - "d": "M6.16 10.985c-.83 -1.935 1.53 -7.985 8.195 -7.985c3.333 0 4.645 1.382 4.645 3.9c0 2.597 -2.612 6.1 -9 6.1" - } - ], - [ - "path", - { - "d": "M12.5 6l-5.5 15" - } - ] - ], - "brand-python": [ - [ - "path", - { - "d": "M12 9h-7a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h3" - } - ], - [ - "path", - { - "d": "M12 15h7a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-3" - } - ], - [ - "path", - { - "d": "M8 9v-4a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v5a2 2 0 0 1 -2 2h-4a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4" - } - ], - [ - "path", - { - "d": "M11 6l0 .01" - } - ], - [ - "path", - { - "d": "M13 18l0 .01" - } - ] - ], - "brand-qq": [ - [ - "path", - { - "d": "M6 9.748a14.716 14.716 0 0 0 11.995 -.052c.275 -9.236 -11.104 -11.256 -11.995 .052z" - } - ], - [ - "path", - { - "d": "M18 10c.984 2.762 1.949 4.765 2 7.153c.014 .688 -.664 1.346 -1.184 .303c-.346 -.696 -.952 -1.181 -1.816 -1.456" - } - ], - [ - "path", - { - "d": "M17 16c.031 1.831 .147 3.102 -1 4" - } - ], - [ - "path", - { - "d": "M8 20c-1.099 -.87 -.914 -2.24 -1 -4" - } - ], - [ - "path", - { - "d": "M6 10c-.783 2.338 -1.742 4.12 -1.968 6.43c-.217 2.227 .716 1.644 1.16 .917c.296 -.487 .898 -.934 1.808 -1.347" - } - ], - [ - "path", - { - "d": "M15.898 13l-.476 -2" - } - ], - [ - "path", - { - "d": "M8 20l-1.5 1c-.5 .5 -.5 1 .5 1h10c1 0 1 -.5 .5 -1l-1.5 -1" - } - ], - [ - "path", - { - "d": "M13.75 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M10.25 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "brand-radix-ui": [ - [ - "path", - { - "d": "M16.5 5.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" - } - ], - [ - "path", - { - "d": "M6 3h5v5h-5z" - } - ], - [ - "path", - { - "d": "M11 11v10a5 5 0 0 1 -.217 -9.995l.217 -.005z" - } - ] - ], - "brand-react-native": [ - [ - "path", - { - "d": "M6.357 9c-2.637 .68 -4.357 1.845 -4.357 3.175c0 2.107 4.405 3.825 9.85 3.825c.74 0 1.26 -.039 1.95 -.097" - } - ], - [ - "path", - { - "d": "M9.837 15.9c-.413 -.596 -.806 -1.133 -1.18 -1.8c-2.751 -4.9 -3.488 -9.77 -1.63 -10.873c1.15 -.697 3.047 .253 4.974 2.254" - } - ], - [ - "path", - { - "d": "M6.429 15.387c-.702 2.688 -.56 4.716 .56 5.395c1.783 1.08 5.387 -1.958 8.043 -6.804c.36 -.67 .683 -1.329 .968 -1.978" - } - ], - [ - "path", - { - "d": "M12 18.52c1.928 2 3.817 2.95 4.978 2.253c1.85 -1.102 1.121 -5.972 -1.633 -10.873c-.384 -.677 -.777 -1.204 -1.18 -1.8" - } - ], - [ - "path", - { - "d": "M17.66 15c2.612 -.687 4.34 -1.85 4.34 -3.176c0 -2.11 -4.408 -3.824 -9.845 -3.824c-.747 0 -1.266 .029 -1.955 .087" - } - ], - [ - "path", - { - "d": "M8 12c.285 -.66 .607 -1.308 .968 -1.978c2.647 -4.844 6.253 -7.89 8.046 -6.801c1.11 .679 1.262 2.706 .56 5.393" - } - ], - [ - "path", - { - "d": "M12.26 12.015h-.01c-.01 .13 -.12 .24 -.26 .24a.263 .263 0 0 1 -.25 -.26c0 -.14 .11 -.25 .24 -.25h-.01c.13 -.01 .25 .11 .25 .24" - } - ] - ], - "brand-react": [ - [ - "path", - { - "d": "M6.306 8.711c-2.602 .723 -4.306 1.926 -4.306 3.289c0 2.21 4.477 4 10 4c.773 0 1.526 -.035 2.248 -.102" - } - ], - [ - "path", - { - "d": "M17.692 15.289c2.603 -.722 4.308 -1.926 4.308 -3.289c0 -2.21 -4.477 -4 -10 -4c-.773 0 -1.526 .035 -2.25 .102" - } - ], - [ - "path", - { - "d": "M6.305 15.287c-.676 2.615 -.485 4.693 .695 5.373c1.913 1.105 5.703 -1.877 8.464 -6.66c.387 -.67 .733 -1.339 1.036 -2" - } - ], - [ - "path", - { - "d": "M17.694 8.716c.677 -2.616 .487 -4.696 -.694 -5.376c-1.913 -1.105 -5.703 1.877 -8.464 6.66c-.387 .67 -.733 1.34 -1.037 2" - } - ], - [ - "path", - { - "d": "M12 5.424c-1.925 -1.892 -3.82 -2.766 -5 -2.084c-1.913 1.104 -1.226 5.877 1.536 10.66c.386 .67 .793 1.304 1.212 1.896" - } - ], - [ - "path", - { - "d": "M12 18.574c1.926 1.893 3.821 2.768 5 2.086c1.913 -1.104 1.226 -5.877 -1.536 -10.66c-.375 -.65 -.78 -1.283 -1.212 -1.897" - } - ], - [ - "path", - { - "d": "M11.5 12.866a1 1 0 1 0 1 -1.732a1 1 0 0 0 -1 1.732z" - } - ] - ], - "brand-reason": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M18 18h-3v-6h3" - } - ], - [ - "path", - { - "d": "M18 15h-3" - } - ], - [ - "path", - { - "d": "M8 18v-6h2.5a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M12 18l-2 -3" - } - ] - ], - "brand-reddit": [ - [ - "path", - { - "d": "M12 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c0 3.59 -4.03 6.5 -9 6.5c-4.875 0 -8.845 -2.8 -9 -6.294l-1 -.206a2.5 2.5 0 0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14z" - } - ], - [ - "path", - { - "d": "M12 8l1 -5l6 1" - } - ], - [ - "path", - { - "d": "M19 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "circle", - { - "cx": "9", - "cy": "13", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "15", - "cy": "13", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M10 17c.667 .333 1.333 .5 2 .5s1.333 -.167 2 -.5" - } - ] - ], - "brand-redhat": [ - [ - "path", - { - "d": "M6 10.5l1.436 -4c.318 -.876 .728 -1.302 1.359 -1.302c.219 0 1.054 .365 1.88 .583c.825 .219 .733 -.329 .908 -.487c.176 -.158 .355 -.294 .61 -.294c.242 0 .553 .048 1.692 .448c.759 .267 1.493 .574 2.204 .922c1.175 .582 1.426 .913 1.595 1.507l.816 4.623c2.086 .898 3.5 2.357 3.5 3.682c0 1.685 -1.2 3.818 -5.957 3.818c-6.206 0 -14.043 -4.042 -14.043 -7.32c0 -1.044 1.333 -1.77 4 -2.18z" - } - ], - [ - "path", - { - "d": "M6 10.5c0 .969 4.39 3.5 9.5 3.5c1.314 0 3 .063 3 -1.5" - } - ] - ], - "brand-redux": [ - [ - "path", - { - "d": "M16.54 7c-.805 -2.365 -2.536 -4 -4.54 -4c-2.774 0 -5.023 2.632 -5.023 6.496c0 1.956 1.582 4.727 2.512 6" - } - ], - [ - "path", - { - "d": "M4.711 11.979c-1.656 1.877 -2.214 4.185 -1.211 5.911c1.387 2.39 5.138 2.831 8.501 .9c1.703 -.979 2.875 -3.362 3.516 -4.798" - } - ], - [ - "path", - { - "d": "M15.014 19.99c2.511 0 4.523 -.438 5.487 -2.1c1.387 -2.39 -.215 -5.893 -3.579 -7.824c-1.702 -.979 -4.357 -1.235 -5.927 -1.07" - } - ], - [ - "path", - { - "d": "M10.493 9.862c.48 .276 1.095 .112 1.372 -.366a1 1 0 0 0 -.367 -1.365a1.007 1.007 0 0 0 -1.373 .366a1 1 0 0 0 .368 1.365z" - } - ], - [ - "path", - { - "d": "M9.5 15.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M15.5 14m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "brand-revolut": [ - [ - "path", - { - "d": "M5 10h3v10h-3z" - } - ], - [ - "path", - { - "d": "M14.5 4h-9.5v3h9.4a1.5 1.5 0 0 1 0 3h-3.4v4l4 6h4l-5 -7h.5a4.5 4.5 0 1 0 0 -9z" - } - ] - ], - "brand-rumble": [ - [ - "path", - { - "d": "M19.993 9.108c.383 .4 .687 .863 .893 1.368a4.195 4.195 0 0 1 .006 3.166a4.37 4.37 0 0 1 -.887 1.372a20.233 20.233 0 0 1 -2.208 2a20.615 20.615 0 0 1 -2.495 1.669a21.322 21.322 0 0 1 -5.622 2.202a4.213 4.213 0 0 1 -3.002 -.404a3.98 3.98 0 0 1 -1.163 -.967a3.796 3.796 0 0 1 -.695 -1.312c-1.199 -3.902 -1.022 -8.312 .134 -12.23c.609 -2.057 2.643 -3.349 4.737 -2.874c3.88 .88 7.52 3.147 10.302 6.01z" - } - ], - [ - "path", - { - "d": "M14.044 13.034c.67 -.505 .67 -1.489 0 -2.01a14.824 14.824 0 0 0 -1.498 -1.044a15.783 15.783 0 0 0 -1.62 -.865c-.77 -.35 -1.63 .139 -1.753 .973a15.385 15.385 0 0 0 -.1 3.786a1.232 1.232 0 0 0 1.715 1.027a14.783 14.783 0 0 0 1.694 -.827a14.46 14.46 0 0 0 1.562 -1.035v-.005z" - } - ] - ], - "brand-rust": [ - [ - "path", - { - "d": "M10.139 3.463c.473 -1.95 3.249 -1.95 3.722 0a1.916 1.916 0 0 0 2.859 1.185c1.714 -1.045 3.678 .918 2.633 2.633a1.916 1.916 0 0 0 1.184 2.858c1.95 .473 1.95 3.249 0 3.722a1.916 1.916 0 0 0 -1.185 2.859c1.045 1.714 -.918 3.678 -2.633 2.633a1.916 1.916 0 0 0 -2.858 1.184c-.473 1.95 -3.249 1.95 -3.722 0a1.916 1.916 0 0 0 -2.859 -1.185c-1.714 1.045 -3.678 -.918 -2.633 -2.633a1.916 1.916 0 0 0 -1.184 -2.858c-1.95 -.473 -1.95 -3.249 0 -3.722a1.916 1.916 0 0 0 1.185 -2.859c-1.045 -1.714 .918 -3.678 2.633 -2.633a1.914 1.914 0 0 0 2.858 -1.184z" - } - ], - [ - "path", - { - "d": "M8 12h6a2 2 0 1 0 0 -4h-6v8v-4z" - } - ], - [ - "path", - { - "d": "M19 16h-2a2 2 0 0 1 -2 -2a2 2 0 0 0 -2 -2h-1" - } - ], - [ - "path", - { - "d": "M9 8h-4" - } - ], - [ - "path", - { - "d": "M5 16h4" - } - ] - ], - "brand-safari": [ - [ - "path", - { - "d": "M8 16l2 -6l6 -2l-2 6l-6 2" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "brand-samsungpass": [ - [ - "path", - { - "d": "M4 10m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 10v-1.862c0 -2.838 2.239 -5.138 5 -5.138s5 2.3 5 5.138v1.862" - } - ], - [ - "path", - { - "d": "M10.485 17.577c.337 .29 .7 .423 1.515 .423h.413c.323 0 .633 -.133 .862 -.368a1.27 1.27 0 0 0 .356 -.886c0 -.332 -.128 -.65 -.356 -.886a1.203 1.203 0 0 0 -.862 -.368h-.826a1.2 1.2 0 0 1 -.861 -.367a1.27 1.27 0 0 1 -.356 -.886c0 -.332 .128 -.651 .356 -.886a1.2 1.2 0 0 1 .861 -.368h.413c.816 0 1.178 .133 1.515 .423" - } - ] - ], - "brand-sass": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 10.523c2.46 -.826 4 -.826 4 -2.155c0 -1.366 -1.347 -1.366 -2.735 -1.366c-1.91 0 -3.352 .49 -4.537 1.748c-.848 .902 -1.027 2.449 -.153 3.307c.973 .956 3.206 1.789 2.884 3.493c-.233 1.235 -1.469 1.823 -2.617 1.202c-.782 -.424 -.454 -1.746 .626 -2.512s2.822 -.992 4.1 -.24c.98 .575 1.046 1.724 .434 2.193" - } - ] - ], - "brand-sentry": [ - [ - "path", - { - "d": "M3 18a1.93 1.93 0 0 0 .306 1.076a2 2 0 0 0 1.584 .924c.646 .033 -.537 0 .11 0h3a4.992 4.992 0 0 0 -3.66 -4.81c.558 -.973 1.24 -2.149 2.04 -3.531a9 9 0 0 1 5.62 8.341h4c.663 0 2.337 0 3 0a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-1.84 3.176c4.482 2.05 7.6 6.571 7.6 11.824" - } - ] - ], - "brand-sharik": [ - [ - "path", - { - "d": "M4.281 16.606a8.968 8.968 0 0 1 1.363 -10.977a9.033 9.033 0 0 1 11.011 -1.346c-1.584 4.692 -2.415 6.96 -4.655 8.717c-1.584 1.242 -3.836 2.24 -7.719 3.606zm16.335 -7.306c2.113 7.59 -4.892 13.361 -11.302 11.264c1.931 -3.1 3.235 -4.606 4.686 -6.065c1.705 -1.715 3.591 -3.23 6.616 -5.199z" - } - ] - ], - "brand-shazam": [ - [ - "path", - { - "d": "M10 12l2 -2a2.828 2.828 0 0 1 4 0a2.828 2.828 0 0 1 0 4l-3 3" - } - ], - [ - "path", - { - "d": "M14 12l-2 2a2.828 2.828 0 1 1 -4 -4l3 -3" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "brand-shopee": [ - [ - "path", - { - "d": "M4 7l.867 12.143a2 2 0 0 0 2 1.857h10.276a2 2 0 0 0 2 -1.857l.867 -12.143h-16z" - } - ], - [ - "path", - { - "d": "M8.5 7c0 -1.653 1.5 -4 3.5 -4s3.5 2.347 3.5 4" - } - ], - [ - "path", - { - "d": "M9.5 17c.413 .462 1 1 2.5 1s2.5 -.897 2.5 -2s-1 -1.5 -2.5 -2s-2 -1.47 -2 -2c0 -1.104 1 -2 2 -2s1.5 0 2.5 1" - } - ] - ], - "brand-sketch": [ - [ - "path", - { - "d": "M3.262 10.878l8 8.789c.4 .44 1.091 .44 1.491 0l8 -8.79c.313 -.344 .349 -.859 .087 -1.243l-3.537 -5.194a1 1 0 0 0 -.823 -.436h-8.926a1 1 0 0 0 -.823 .436l-3.54 5.192c-.263 .385 -.227 .901 .087 1.246z" - } - ] - ], - "brand-skype": [ - [ - "path", - { - "d": "M12 3a9 9 0 0 1 8.603 11.65a4.5 4.5 0 0 1 -5.953 5.953a9 9 0 0 1 -11.253 -11.253a4.5 4.5 0 0 1 5.953 -5.954a8.987 8.987 0 0 1 2.65 -.396z" - } - ], - [ - "path", - { - "d": "M8 14.5c.5 2 2.358 2.5 4 2.5c2.905 0 4 -1.187 4 -2.5c0 -1.503 -1.927 -2.5 -4 -2.5s-4 -1 -4 -2.5c0 -1.313 1.095 -2.5 4 -2.5c1.642 0 3.5 .5 4 2.5" - } - ] - ], - "brand-slack": [ - [ - "path", - { - "d": "M12 12v-6a2 2 0 0 1 4 0v6m0 -2a2 2 0 1 1 2 2h-6" - } - ], - [ - "path", - { - "d": "M12 12h6a2 2 0 0 1 0 4h-6m2 0a2 2 0 1 1 -2 2v-6" - } - ], - [ - "path", - { - "d": "M12 12v6a2 2 0 0 1 -4 0v-6m0 2a2 2 0 1 1 -2 -2h6" - } - ], - [ - "path", - { - "d": "M12 12h-6a2 2 0 0 1 0 -4h6m-2 0a2 2 0 1 1 2 -2v6" - } - ] - ], - "brand-snapchat": [ - [ - "path", - { - "d": "M16.882 7.842a4.882 4.882 0 0 0 -9.764 0c0 4.273 -.213 6.409 -4.118 8.118c2 .882 2 .882 3 3c3 0 4 2 6 2s3 -2 6 -2c1 -2.118 1 -2.118 3 -3c-3.906 -1.709 -4.118 -3.845 -4.118 -8.118zm-13.882 8.119c4 -2.118 4 -4.118 1 -7.118m17 7.118c-4 -2.118 -4 -4.118 -1 -7.118" - } - ] - ], - "brand-snapseed": [ - [ - "path", - { - "d": "M8.152 3.115a.46 .46 0 0 0 -.609 0c-2.943 2.58 -4.529 5.441 -4.543 8.378c0 2.928 1.586 5.803 4.543 8.392a.46 .46 0 0 0 .61 0c2.957 -2.589 4.547 -5.464 4.547 -8.392c0 -2.928 -1.6 -5.799 -4.548 -8.378z" - } - ], - [ - "path", - { - "d": "M8 20l12.09 -.011c.503 0 .91 -.434 .91 -.969v-6.063c0 -.535 -.407 -.968 -.91 -.968h-7.382" - } - ] - ], - "brand-snowflake": [ - [ - "path", - { - "d": "M14 21v-5.5l4.5 2.5" - } - ], - [ - "path", - { - "d": "M10 21v-5.5l-4.5 2.5" - } - ], - [ - "path", - { - "d": "M3.5 14.5l4.5 -2.5l-4.5 -2.5" - } - ], - [ - "path", - { - "d": "M20.5 9.5l-4.5 2.5l4.5 2.5" - } - ], - [ - "path", - { - "d": "M10 3v5.5l-4.5 -2.5" - } - ], - [ - "path", - { - "d": "M14 3v5.5l4.5 -2.5" - } - ], - [ - "path", - { - "d": "M12 11l1 1l-1 1l-1 -1z" - } - ] - ], - "brand-socket-io": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M11 11h1l3 -4z" - } - ], - [ - "path", - { - "d": "M12 13h1l-4 4z" - } - ] - ], - "brand-solidjs": [ - [ - "path", - { - "d": "M2 17.5c4.667 3 8 4.5 10 4.5c2.5 0 4 -1.5 4 -3.5s-1.5 -3.5 -4 -3.5c-2 0 -5.333 .833 -10 2.5z" - } - ], - [ - "path", - { - "d": "M5 13.5c4.667 -1.667 8 -2.5 10 -2.5c2.5 0 4 1.5 4 3.5c0 .738 -.204 1.408 -.588 1.96l-2.883 3.825" - } - ], - [ - "path", - { - "d": "M22 6.5c-4 -3 -8 -4.5 -10 -4.5c-2.04 0 -2.618 .463 -3.419 1.545" - } - ], - [ - "path", - { - "d": "M2 17.5l3 -4" - } - ], - [ - "path", - { - "d": "M22 6.5l-3 4" - } - ], - [ - "path", - { - "d": "M8.581 3.545l-2.953 3.711" - } - ], - [ - "path", - { - "d": "M7.416 12.662c-1.51 -.476 -2.416 -1.479 -2.416 -3.162c0 -2.5 1.5 -3.5 4 -3.5c1.688 0 5.087 1.068 8.198 3.204a114.76 114.76 0 0 1 1.802 1.296l-2.302 .785" - } - ] - ], - "brand-soundcloud": [ - [ - "path", - { - "d": "M17 11h1c1.38 0 3 1.274 3 3c0 1.657 -1.5 3 -3 3l-6 0v-10c3 0 4.5 1.5 5 4z" - } - ], - [ - "path", - { - "d": "M9 8l0 9" - } - ], - [ - "path", - { - "d": "M6 17l0 -7" - } - ], - [ - "path", - { - "d": "M3 16l0 -2" - } - ] - ], - "brand-spacehey": [ - [ - "path", - { - "d": "M17 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M14 20h6v-6a3 3 0 0 0 -6 0v6z" - } - ], - [ - "path", - { - "d": "M11 8v2.5a3.5 3.5 0 0 1 -3.5 3.5h-.5a3 3 0 0 1 0 -6h4z" - } - ] - ], - "brand-speedtest": [ - [ - "path", - { - "d": "M5.636 19.364a9 9 0 1 1 12.728 0" - } - ], - [ - "path", - { - "d": "M16 9l-4 4" - } - ] - ], - "brand-spotify": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M8 11.973c2.5 -1.473 5.5 -.973 7.5 .527" - } - ], - [ - "path", - { - "d": "M9 15c1.5 -1 4 -1 5 .5" - } - ], - [ - "path", - { - "d": "M7 9c2 -1 6 -2 10 .5" - } - ] - ], - "brand-stackoverflow": [ - [ - "path", - { - "d": "M4 17v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-1" - } - ], - [ - "path", - { - "d": "M8 16h8" - } - ], - [ - "path", - { - "d": "M8.322 12.582l7.956 .836" - } - ], - [ - "path", - { - "d": "M8.787 9.168l7.826 1.664" - } - ], - [ - "path", - { - "d": "M10.096 5.764l7.608 2.472" - } - ] - ], - "brand-stackshare": [ - [ - "path", - { - "d": "M19 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 12h3l3.5 6h3.5" - } - ], - [ - "path", - { - "d": "M17 6h-3.5l-3.5 6" - } - ] - ], - "brand-steam": [ - [ - "path", - { - "d": "M16.5 5a4.5 4.5 0 1 1 -.653 8.953l-4.347 3.009l0 .038a3 3 0 0 1 -2.824 3l-.176 0a3 3 0 0 1 -2.94 -2.402l-2.56 -1.098v-3.5l3.51 1.755a2.989 2.989 0 0 1 2.834 -.635l2.727 -3.818a4.5 4.5 0 0 1 4.429 -5.302z" - } - ], - [ - "circle", - { - "cx": "16.5", - "cy": "9.5", - "r": "1", - "fill": "currentColor" - } - ] - ], - "brand-stocktwits": [ - [ - "path", - { - "d": "M16 3l-8 4.5l8 4.5" - } - ], - [ - "path", - { - "d": "M8 12l8 4.5l-8 4.5" - } - ] - ], - "brand-storj": [ - [ - "path", - { - "d": "M4 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M4 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M20 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M20 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 3m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 21m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 21l-8 -4v-10l8 -4l8 4v10z" - } - ], - [ - "path", - { - "d": "M9.1 15a2.1 2.1 0 0 1 -.648 -4.098c.282 -1.648 1.319 -2.902 3.048 -2.902c1.694 0 2.906 1.203 3.23 2.8h.17a2.1 2.1 0 0 1 .202 4.19l-.202 .01h-5.8z" - } - ], - [ - "path", - { - "d": "M4 7l4.323 2.702" - } - ], - [ - "path", - { - "d": "M16.413 14.758l3.587 2.242" - } - ], - [ - "path", - { - "d": "M4 17l3.529 -2.206" - } - ], - [ - "path", - { - "d": "M14.609 10.37l5.391 -3.37" - } - ], - [ - "path", - { - "d": "M12 3v5" - } - ], - [ - "path", - { - "d": "M12 15v6" - } - ] - ], - "brand-storybook": [ - [ - "path", - { - "d": "M5 4l.5 16.5l13.5 .5v-18z" - } - ], - [ - "path", - { - "d": "M9 15c.6 1.5 1.639 2 3.283 2h-.283c1.8 0 3 -.974 3 -2.435c0 -1.194 -.831 -1.799 -2.147 -2.333l-1.975 -.802c-1.15 -.467 -1.878 -1.422 -1.878 -2.467c0 -.97 .899 -1.786 2.087 -1.893l.613 -.055c1.528 -.138 3 .762 3.3 1.985" - } - ], - [ - "path", - { - "d": "M16 3.5v1" - } - ] - ], - "brand-storytel": [ - [ - "path", - { - "d": "M4.103 22c2.292 -2.933 16.825 -2.43 16.825 -11.538c0 -6.298 -4.974 -8.462 -8.451 -8.462c-3.477 0 -9.477 3.036 -9.477 11.241c0 6.374 1.103 8.759 1.103 8.759z" - } - ] - ], - "brand-strava": [ - [ - "path", - { - "d": "M15 13l-5 -10l-5 10m6 0l4 8l4 -8" - } - ] - ], - "brand-stripe": [ - [ - "path", - { - "d": "M11.453 8.056c0 -.623 .518 -.979 1.442 -.979c1.69 0 3.41 .343 4.605 .923l.5 -4c-.948 -.449 -2.82 -1 -5.5 -1c-1.895 0 -3.373 .087 -4.5 1c-1.172 .956 -2 2.33 -2 4c0 3.03 1.958 4.906 5 6c1.961 .69 3 .743 3 1.5c0 .735 -.851 1.5 -2 1.5c-1.423 0 -3.963 -.609 -5.5 -1.5l-.5 4c1.321 .734 3.474 1.5 6 1.5c2 0 3.957 -.468 5.084 -1.36c1.263 -.979 1.916 -2.268 1.916 -4.14c0 -3.096 -1.915 -4.547 -5 -5.637c-1.646 -.605 -2.544 -1.07 -2.544 -1.807z" - } - ] - ], - "brand-sublime-text": [ - [ - "path", - { - "d": "M19 8l-14 4.5v-5.5l14 -4.5z" - } - ], - [ - "path", - { - "d": "M19 17l-14 4.5v-5.5l14 -4.5z" - } - ], - [ - "path", - { - "d": "M19 11.5l-14 -4.5" - } - ], - [ - "path", - { - "d": "M5 12.5l14 4.5" - } - ] - ], - "brand-sugarizer": [ - [ - "path", - { - "d": "M14.277 16l3.252 -3.252a1.61 1.61 0 0 0 -2.277 -2.276l-3.252 3.251l-3.252 -3.251a1.61 1.61 0 0 0 -2.276 2.276l3.251 3.252l-3.251 3.252a1.61 1.61 0 1 0 2.276 2.277l3.252 -3.252l3.252 3.252a1.61 1.61 0 1 0 2.277 -2.277l-3.252 -3.252z" - } - ], - [ - "path", - { - "d": "M12 5m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ] - ], - "brand-supabase": [ - [ - "path", - { - "d": "M4 14h8v7l8 -11h-8v-7z" - } - ] - ], - "brand-superhuman": [ - [ - "path", - { - "d": "M16 12l4 3l-8 7l-8 -7l4 -3" - } - ], - [ - "path", - { - "d": "M12 3l-8 6l8 6l8 -6z" - } - ], - [ - "path", - { - "d": "M12 15h8" - } - ] - ], - "brand-supernova": [ - [ - "path", - { - "d": "M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M15 15h.5c3.038 0 5.5 -1.343 5.5 -3s-2.462 -3 -5.5 -3c-1.836 0 -3.462 .49 -4.46 1.245" - } - ], - [ - "path", - { - "d": "M9 9h-.5c-3.038 0 -5.5 1.343 -5.5 3s2.462 3 5.5 3c1.844 0 3.476 -.495 4.474 -1.255" - } - ], - [ - "path", - { - "d": "M15 9v-.5c0 -3.038 -1.343 -5.5 -3 -5.5s-3 2.462 -3 5.5c0 1.833 .49 3.457 1.241 4.456" - } - ], - [ - "path", - { - "d": "M9 15v.5c0 3.038 1.343 5.5 3 5.5s3 -2.462 3 -5.5c0 -1.842 -.494 -3.472 -1.252 -4.47" - } - ] - ], - "brand-surfshark": [ - [ - "path", - { - "d": "M19.954 9.447c-.237 -6.217 0 -6.217 -6 -6.425c-5.774 -.208 -6.824 1 -7.91 5.382c-2.884 11.816 -3.845 14.716 4.792 11.198c9.392 -3.831 9.297 -5.382 9.114 -10.155z" - } - ], - [ - "path", - { - "d": "M8 16h.452c1.943 .007 3.526 -1.461 3.543 -3.286v-2.428c.018 -1.828 1.607 -3.298 3.553 -3.286h.452" - } - ] - ], - "brand-svelte": [ - [ - "path", - { - "d": "M15 8l-5 3l.821 -.495c1.86 -1.15 4.412 -.49 5.574 1.352a3.91 3.91 0 0 1 -1.264 5.42l-5.053 3.126c-1.86 1.151 -4.312 .591 -5.474 -1.251a3.91 3.91 0 0 1 1.263 -5.42l.26 -.16" - } - ], - [ - "path", - { - "d": "M8 17l5 -3l-.822 .496c-1.86 1.151 -4.411 .491 -5.574 -1.351a3.91 3.91 0 0 1 1.264 -5.42l5.054 -3.127c1.86 -1.15 4.311 -.59 5.474 1.252a3.91 3.91 0 0 1 -1.264 5.42l-.26 .16" - } - ] - ], - "brand-swift": [ - [ - "path", - { - "d": "M20.547 15.828c1.33 -4.126 -1.384 -9.521 -6.047 -12.828c-.135 -.096 2.39 6.704 1.308 9.124c-2.153 -1.454 -4.756 -3.494 -7.808 -6.124l-.5 2l-3.5 -1c4.36 4.748 7.213 7.695 8.56 8.841c-4.658 2.089 -10.65 -.978 -10.56 -.841c1.016 1.545 6 6 11 6c2 0 3.788 -.502 4.742 -1.389c.005 -.005 .432 -.446 1.378 -.17c.504 .148 1.463 .667 2.88 1.559v-1.507c0 -1.377 -.515 -2.67 -1.453 -3.665z" - } - ] - ], - "brand-symfony": [ - [ - "path", - { - "d": "M6 13c.458 .667 1.125 1 2 1c1.313 0 2 -.875 2 -1.5c0 -1.5 -2 -1 -2 -2c0 -.625 .516 -1.5 1.5 -1.5c2.5 0 1.563 2 5.5 2c.667 0 1 -.333 1 -1" - } - ], - [ - "path", - { - "d": "M9 17c-.095 .667 .238 1 1 1c1.714 0 2.714 -2 3 -6c.286 -4 1.571 -6 3 -6c.571 0 .905 .333 1 1" - } - ], - [ - "path", - { - "d": "M22 12c0 5.523 -4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10a10 10 0 0 1 10 10z" - } - ] - ], - "brand-tabler": [ - [ - "path", - { - "d": "M8 9l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M13 15l3 0" - } - ], - [ - "path", - { - "d": "M4 4m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z" - } - ] - ], - "brand-tailwind": [ - [ - "path", - { - "d": "M11.667 6c-2.49 0 -4.044 1.222 -4.667 3.667c.933 -1.223 2.023 -1.68 3.267 -1.375c.71 .174 1.217 .68 1.778 1.24c.916 .912 2 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968zm-4 6.5c-2.49 0 -4.044 1.222 -4.667 3.667c.933 -1.223 2.023 -1.68 3.267 -1.375c.71 .174 1.217 .68 1.778 1.24c.916 .912 1.975 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968z" - } - ] - ], - "brand-taobao": [ - [ - "path", - { - "d": "M2 5c.968 .555 1.335 1.104 2 2" - } - ], - [ - "path", - { - "d": "M2 10c5.007 3.674 2.85 6.544 0 10" - } - ], - [ - "path", - { - "d": "M10 4c-.137 4.137 -2.258 5.286 -3.709 6.684" - } - ], - [ - "path", - { - "d": "M10 6c2.194 -.8 3.736 -.852 6.056 -.993c4.206 -.158 5.523 2.264 5.803 5.153c.428 4.396 -.077 7.186 -2.117 9.298c-1.188 1.23 -3.238 2.62 -7.207 .259" - } - ], - [ - "path", - { - "d": "M11 10h6" - } - ], - [ - "path", - { - "d": "M13 10v6.493" - } - ], - [ - "path", - { - "d": "M8 13h10" - } - ], - [ - "path", - { - "d": "M16 15.512l.853 1.72" - } - ], - [ - "path", - { - "d": "M16.5 17c-1.145 .361 -7 3 -8.5 -.5" - } - ], - [ - "path", - { - "d": "M11.765 8.539l-1.765 2.461" - } - ] - ], - "brand-teams": [ - [ - "path", - { - "d": "M3 7h10v10h-10z" - } - ], - [ - "path", - { - "d": "M6 10h4" - } - ], - [ - "path", - { - "d": "M8 10v4" - } - ], - [ - "path", - { - "d": "M8.104 17c.47 2.274 2.483 4 4.896 4a5 5 0 0 0 5 -5v-7h-5" - } - ], - [ - "path", - { - "d": "M18 18a4 4 0 0 0 4 -4v-5h-4" - } - ], - [ - "path", - { - "d": "M13.003 8.83a3 3 0 1 0 -1.833 -1.833" - } - ], - [ - "path", - { - "d": "M15.83 8.36a2.5 2.5 0 1 0 .594 -4.117" - } - ] - ], - "brand-ted": [ - [ - "path", - { - "d": "M2 8h4" - } - ], - [ - "path", - { - "d": "M4 8v8" - } - ], - [ - "path", - { - "d": "M13 8h-4v8h4" - } - ], - [ - "path", - { - "d": "M9 12h2.5" - } - ], - [ - "path", - { - "d": "M16 8v8h2a3 3 0 0 0 3 -3v-2a3 3 0 0 0 -3 -3h-2z" - } - ] - ], - "brand-telegram": [ - [ - "path", - { - "d": "M15 10l-4 4l6 6l4 -16l-18 7l4 2l2 6l3 -4" - } - ] - ], - "brand-terraform": [ - [ - "path", - { - "d": "M15 15.5l-11.476 -6.216a1 1 0 0 1 -.524 -.88v-4.054a1.35 1.35 0 0 1 2.03 -1.166l9.97 5.816v10.65a1.35 1.35 0 0 1 -2.03 1.166l-3.474 -2.027a1 1 0 0 1 -.496 -.863v-11.926" - } - ], - [ - "path", - { - "d": "M15 15.5l5.504 -3.21a1 1 0 0 0 .496 -.864v-3.576a1.35 1.35 0 0 0 -2.03 -1.166l-3.97 2.316" - } - ] - ], - "brand-tether": [ - [ - "path", - { - "d": "M14.08 20.188c-1.15 1.083 -3.02 1.083 -4.17 0l-6.93 -6.548c-.96 -.906 -1.27 -2.624 -.69 -3.831l2.4 -5.018c.47 -.991 1.72 -1.791 2.78 -1.791h9.06c1.06 0 2.31 .802 2.78 1.79l2.4 5.019c.58 1.207 .26 2.925 -.69 3.83c-3.453 3.293 -3.466 3.279 -6.94 6.549z" - } - ], - [ - "path", - { - "d": "M12 15v-7" - } - ], - [ - "path", - { - "d": "M8 8h8" - } - ] - ], - "brand-thingiverse": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M8 9h8m-4 0v8" - } - ] - ], - "brand-threads": [ - [ - "path", - { - "d": "M19 7.5c-1.333 -3 -3.667 -4.5 -7 -4.5c-5 0 -8 2.5 -8 9s3.5 9 8 9s7 -3 7 -5s-1 -5 -7 -5c-2.5 0 -3 1.25 -3 2.5c0 1.5 1 2.5 2.5 2.5c2.5 0 3.5 -1.5 3.5 -5s-2 -4 -3 -4s-1.833 .333 -2.5 1" - } - ] - ], - "brand-threejs": [ - [ - "path", - { - "d": "M8 22l-5 -19l19 5.5z" - } - ], - [ - "path", - { - "d": "M12.573 17.58l-6.152 -1.576l8.796 -9.466l1.914 6.64" - } - ], - [ - "path", - { - "d": "M12.573 17.58l-1.573 -6.58l6.13 2.179" - } - ], - [ - "path", - { - "d": "M9.527 4.893l1.473 6.107l-6.31 -1.564z" - } - ] - ], - "brand-tidal": [ - [ - "path", - { - "d": "M5.333 6l3.334 3.25l3.333 -3.25l3.333 3.25l3.334 -3.25l3.333 3.25l-3.333 3.25l-3.334 -3.25l-3.333 3.25l3.333 3.25l-3.333 3.25l-3.333 -3.25l3.333 -3.25l-3.333 -3.25l-3.334 3.25l-3.333 -3.25z" - } - ] - ], - "brand-tiktok-filled": [ - [ - "path", - { - "d": "M16.083 2h-4.083a1 1 0 0 0 -1 1v11.5a1.5 1.5 0 1 1 -2.519 -1.1l.12 -.1a1 1 0 0 0 .399 -.8v-4.326a1 1 0 0 0 -1.23 -.974a7.5 7.5 0 0 0 1.73 14.8l.243 -.005a7.5 7.5 0 0 0 7.257 -7.495v-2.7l.311 .153c1.122 .53 2.333 .868 3.59 .993a1 1 0 0 0 1.099 -.996v-4.033a1 1 0 0 0 -.834 -.986a5.005 5.005 0 0 1 -4.097 -4.096a1 1 0 0 0 -.986 -.835z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "brand-tiktok": [ - [ - "path", - { - "d": "M21 7.917v4.034a9.948 9.948 0 0 1 -5 -1.951v4.5a6.5 6.5 0 1 1 -8 -6.326v4.326a2.5 2.5 0 1 0 4 2v-11.5h4.083a6.005 6.005 0 0 0 4.917 4.917z" - } - ] - ], - "brand-tinder": [ - [ - "path", - { - "d": "M18.918 8.174c2.56 4.982 .501 11.656 -5.38 12.626c-7.702 1.687 -12.84 -7.716 -7.054 -13.229c.309 -.305 1.161 -1.095 1.516 -1.349c0 .528 .27 3.475 1 3.167c3 0 4 -4.222 3.587 -7.389c2.7 1.411 4.987 3.376 6.331 6.174z" - } - ] - ], - "brand-topbuzz": [ - [ - "path", - { - "d": "M4.417 8.655a.524 .524 0 0 1 -.405 -.622l.986 -4.617a.524 .524 0 0 1 .626 -.404l14.958 3.162c.285 .06 .467 .339 .406 .622l-.987 4.618a.524 .524 0 0 1 -.625 .404l-4.345 -.92c-.198 -.04 -.315 .024 -.353 .197l-2.028 9.49a.527 .527 0 0 1 -.625 .404l-4.642 -.982a.527 .527 0 0 1 -.406 -.622l2.028 -9.493c.037 -.17 -.031 -.274 -.204 -.31l-4.384 -.927z" - } - ] - ], - "brand-torchain": [ - [ - "path", - { - "d": "M15.588 15.537l-3.553 -3.537l-7.742 8.18c-.791 .85 .153 2.18 1.238 1.73l9.616 -4.096a1.398 1.398 0 0 0 .44 -2.277z" - } - ], - [ - "path", - { - "d": "M8.412 8.464l3.553 3.536l7.742 -8.18c.791 -.85 -.153 -2.18 -1.238 -1.73l-9.616 4.098a1.398 1.398 0 0 0 -.44 2.277z" - } - ] - ], - "brand-toyota": [ - [ - "path", - { - "d": "M12 12m-10 0a10 7 0 1 0 20 0a10 7 0 1 0 -20 0" - } - ], - [ - "path", - { - "d": "M9 12c0 3.866 1.343 7 3 7s3 -3.134 3 -7s-1.343 -7 -3 -7s-3 3.134 -3 7z" - } - ], - [ - "path", - { - "d": "M6.415 6.191c-.888 .503 -1.415 1.13 -1.415 1.809c0 1.657 3.134 3 7 3s7 -1.343 7 -3c0 -.678 -.525 -1.304 -1.41 -1.806" - } - ] - ], - "brand-trello": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 7h3v10h-3z" - } - ], - [ - "path", - { - "d": "M14 7h3v6h-3z" - } - ] - ], - "brand-tripadvisor": [ - [ - "path", - { - "d": "M6.5 13.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" - } - ], - [ - "path", - { - "d": "M17.5 13.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" - } - ], - [ - "path", - { - "d": "M17.5 9a4.5 4.5 0 1 0 3.5 1.671l1 -1.671h-4.5z" - } - ], - [ - "path", - { - "d": "M6.5 9a4.5 4.5 0 1 1 -3.5 1.671l-1 -1.671h4.5z" - } - ], - [ - "path", - { - "d": "M10.5 15.5l1.5 2l1.5 -2" - } - ], - [ - "path", - { - "d": "M9 6.75c2 -.667 4 -.667 6 0" - } - ] - ], - "brand-tumblr": [ - [ - "path", - { - "d": "M14 21h4v-4h-4v-6h4v-4h-4v-4h-4v1a3 3 0 0 1 -3 3h-1v4h4v6a4 4 0 0 0 4 4" - } - ] - ], - "brand-twilio": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z" - } - ], - [ - "path", - { - "d": "M9 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M15 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M15 15m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M9 15m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "brand-twitch": [ - [ - "path", - { - "d": "M4 5v11a1 1 0 0 0 1 1h2v4l4 -4h5.584c.266 0 .52 -.105 .707 -.293l2.415 -2.414c.187 -.188 .293 -.442 .293 -.708v-8.585a1 1 0 0 0 -1 -1h-14a1 1 0 0 0 -1 1z" - } - ], - [ - "path", - { - "d": "M16 8l0 4" - } - ], - [ - "path", - { - "d": "M12 8l0 4" - } - ] - ], - "brand-twitter-filled": [ - [ - "path", - { - "d": "M14.058 3.41c-1.807 .767 -2.995 2.453 -3.056 4.38l-.002 .182l-.243 -.023c-2.392 -.269 -4.498 -1.512 -5.944 -3.531a1 1 0 0 0 -1.685 .092l-.097 .186l-.049 .099c-.719 1.485 -1.19 3.29 -1.017 5.203l.03 .273c.283 2.263 1.5 4.215 3.779 5.679l.173 .107l-.081 .043c-1.315 .663 -2.518 .952 -3.827 .9c-1.056 -.04 -1.446 1.372 -.518 1.878c3.598 1.961 7.461 2.566 10.792 1.6c4.06 -1.18 7.152 -4.223 8.335 -8.433l.127 -.495c.238 -.993 .372 -2.006 .401 -3.024l.003 -.332l.393 -.779l.44 -.862l.214 -.434l.118 -.247c.265 -.565 .456 -1.033 .574 -1.43l.014 -.056l.008 -.018c.22 -.593 -.166 -1.358 -.941 -1.358l-.122 .007a.997 .997 0 0 0 -.231 .057l-.086 .038a7.46 7.46 0 0 1 -.88 .36l-.356 .115l-.271 .08l-.772 .214c-1.336 -1.118 -3.144 -1.254 -5.012 -.554l-.211 .084z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "brand-twitter": [ - [ - "path", - { - "d": "M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c0 -.249 1.51 -2.772 1.818 -4.013z" - } - ] - ], - "brand-typescript": [ - [ - "path", - { - "d": "M15 17.5c.32 .32 .754 .5 1.207 .5h.543c.69 0 1.25 -.56 1.25 -1.25v-.25a1.5 1.5 0 0 0 -1.5 -1.5a1.5 1.5 0 0 1 -1.5 -1.5v-.25c0 -.69 .56 -1.25 1.25 -1.25h.543c.453 0 .887 .18 1.207 .5" - } - ], - [ - "path", - { - "d": "M9 12h4" - } - ], - [ - "path", - { - "d": "M11 12v6" - } - ], - [ - "path", - { - "d": "M21 19v-14a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2z" - } - ] - ], - "brand-uber": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 9m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M3 12h6" - } - ] - ], - "brand-ubuntu": [ - [ - "path", - { - "d": "M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17.723 7.41a7.992 7.992 0 0 0 -3.74 -2.162m-3.971 0a7.993 7.993 0 0 0 -3.789 2.216m-1.881 3.215a8 8 0 0 0 -.342 2.32c0 .738 .1 1.453 .287 2.132m1.96 3.428a7.993 7.993 0 0 0 3.759 2.19m4 0a7.993 7.993 0 0 0 3.747 -2.186m1.962 -3.43a8.008 8.008 0 0 0 .287 -2.131c0 -.764 -.107 -1.503 -.307 -2.203" - } - ], - [ - "path", - { - "d": "M5 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "brand-unity": [ - [ - "path", - { - "d": "M14 3l6 4v7" - } - ], - [ - "path", - { - "d": "M18 17l-6 4l-6 -4" - } - ], - [ - "path", - { - "d": "M4 14v-7l6 -4" - } - ], - [ - "path", - { - "d": "M4 7l8 5v9" - } - ], - [ - "path", - { - "d": "M20 7l-8 5" - } - ] - ], - "brand-unsplash": [ - [ - "path", - { - "d": "M4 11h5v4h6v-4h5v9h-16zm5 -7h6v4h-6z" - } - ] - ], - "brand-upwork": [ - [ - "path", - { - "d": "M3 7v5a3 3 0 0 0 6 0v-5h1l4 6c.824 1.319 1.945 2 3.5 2a3.5 3.5 0 0 0 0 -7c-2.027 0 -3.137 1 -3.5 3c-.242 1.33 -.908 4 -2 8" - } - ] - ], - "brand-valorant": [ - [ - "path", - { - "d": "M14.5 14h4.5l2 -2v-6z" - } - ], - [ - "path", - { - "d": "M9 19h5l-11 -13v6z" - } - ] - ], - "brand-vercel": [ - [ - "path", - { - "d": "M3 19h18l-9 -15z" - } - ] - ], - "brand-vimeo": [ - [ - "path", - { - "d": "M3 8.5l1 1s1.5 -1.102 2 -.5c.509 .609 1.863 7.65 2.5 9c.556 1.184 1.978 2.89 4 1.5c2 -1.5 7.5 -5.5 8.5 -11.5c.444 -2.661 -1 -4 -2.5 -4c-2 0 -4.047 1.202 -4.5 4c2.05 -1.254 2.551 1 1.5 3c-1.052 2 -2 3 -2.5 3c-.49 0 -.924 -1.165 -1.5 -3.5c-.59 -2.42 -.5 -6.5 -3 -6.5s-5.5 4.5 -5.5 4.5z" - } - ] - ], - "brand-vinted": [ - [ - "path", - { - "d": "M11.028 6c0 7.695 -.292 11.728 0 12c2.046 -5 4.246 -12.642 5.252 -14.099c.343 -.497 .768 -.93 1.257 -1.277c.603 -.39 1.292 -.76 1.463 -.575c-.07 2.319 -4.023 15.822 -4.209 16.314a6.135 6.135 0 0 1 -3.465 3.386c-3.213 .78 -3.429 -.446 -3.836 -1.134c-.95 -2.103 -1.682 -14.26 -1.445 -15.615c.05 -.523 .143 -1.851 2.491 -2c2.359 -.354 2.547 1.404 2.492 3z" - } - ] - ], - "brand-visa": [ - [ - "path", - { - "d": "M21 15l-1 -6l-2.5 6" - } - ], - [ - "path", - { - "d": "M9 15l1 -6" - } - ], - [ - "path", - { - "d": "M3 9h1v6h.5l2.5 -6" - } - ], - [ - "path", - { - "d": "M16 9.5a.5 .5 0 0 0 -.5 -.5h-.75c-.721 0 -1.337 .521 -1.455 1.233l-.09 .534a1.059 1.059 0 0 0 1.045 1.233a1.059 1.059 0 0 1 1.045 1.233l-.09 .534a1.476 1.476 0 0 1 -1.455 1.233h-.75a.5 .5 0 0 1 -.5 -.5" - } - ], - [ - "path", - { - "d": "M18 14h2.7" - } - ] - ], - "brand-visual-studio": [ - [ - "path", - { - "d": "M4 8l2 -1l10 13l4 -2v-12l-4 -2l-10 13l-2 -1z" - } - ] - ], - "brand-vite": [ - [ - "path", - { - "d": "M10 4.5l6 -1.5l-2 6.5l2 -.5l-4 7v-5l-3 1z" - } - ], - [ - "path", - { - "d": "M15 6.5l7 -1.5l-10 17l-10 -17l7.741 1.5" - } - ] - ], - "brand-vivaldi": [ - [ - "path", - { - "d": "M21.648 6.808c-2.468 4.28 -4.937 8.56 -7.408 12.836c-.397 .777 -1.366 1.301 -2.24 1.356c-.962 .102 -1.7 -.402 -2.154 -1.254c-1.563 -2.684 -3.106 -5.374 -4.66 -8.064c-.943 -1.633 -1.891 -3.266 -2.83 -4.905a2.47 2.47 0 0 1 -.06 -2.45a2.493 2.493 0 0 1 2.085 -1.307c.951 -.065 1.85 .438 2.287 1.281c.697 1.19 2.043 3.83 2.55 4.682a3.919 3.919 0 0 0 3.282 2.017c2.126 .133 3.974 -.95 4.21 -3.058c0 -.164 .228 -3.178 .846 -3.962c.619 -.784 1.64 -1.155 2.606 -.893a2.484 2.484 0 0 1 1.814 2.062c.08 .581 -.041 1.171 -.343 1.674" - } - ] - ], - "brand-vk": [ - [ - "path", - { - "d": "M14 19h-4a8 8 0 0 1 -8 -8v-5h4v5a4 4 0 0 0 4 4h0v-9h4v4.5l.03 0a4.531 4.531 0 0 0 3.97 -4.496h4l-.342 1.711a6.858 6.858 0 0 1 -3.658 4.789h0a5.34 5.34 0 0 1 3.566 4.111l.434 2.389h0h-4a4.531 4.531 0 0 0 -3.97 -4.496v4.5z" - } - ] - ], - "brand-vlc": [ - [ - "path", - { - "d": "M13.79 4.337l3.101 9.305c.33 .985 -.113 2.07 -1.02 2.499a9.148 9.148 0 0 1 -7.742 0c-.907 -.428 -1.35 -1.514 -1.02 -2.499l3.1 -9.305c.267 -.8 .985 -1.337 1.791 -1.337c.807 0 1.525 .537 1.79 1.337z" - } - ], - [ - "path", - { - "d": "M7 14h-1.429a2 2 0 0 0 -1.923 1.45l-.571 2a2 2 0 0 0 1.923 2.55h13.998a2 2 0 0 0 1.923 -2.55l-.572 -2a2 2 0 0 0 -1.923 -1.45h-1.426" - } - ] - ], - "brand-volkswagen": [ - [ - "path", - { - "d": "M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" - } - ], - [ - "path", - { - "d": "M5 7l4.5 11l1.5 -5h2l1.5 5l4.5 -11" - } - ], - [ - "path", - { - "d": "M9 4l2 6h2l2 -6" - } - ] - ], - "brand-vsco": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z" - } - ], - [ - "path", - { - "d": "M17 12a5 5 0 1 0 -10 0a5 5 0 0 0 10 0z" - } - ], - [ - "path", - { - "d": "M12 3v4" - } - ], - [ - "path", - { - "d": "M21 12h-4" - } - ], - [ - "path", - { - "d": "M12 21v-4" - } - ], - [ - "path", - { - "d": "M3 12h4" - } - ], - [ - "path", - { - "d": "M18.364 5.636l-2.828 2.828" - } - ], - [ - "path", - { - "d": "M18.364 18.364l-2.828 -2.828" - } - ], - [ - "path", - { - "d": "M5.636 18.364l2.828 -2.828" - } - ], - [ - "path", - { - "d": "M5.636 5.636l2.828 2.828" - } - ] - ], - "brand-vscode": [ - [ - "path", - { - "d": "M16 3v18l4 -2.5v-13z" - } - ], - [ - "path", - { - "d": "M9.165 13.903l-4.165 3.597l-2 -1l4.333 -4.5m1.735 -1.802l6.932 -7.198v5l-4.795 4.141" - } - ], - [ - "path", - { - "d": "M16 16.5l-11 -10l-2 1l13 13.5" - } - ] - ], - "brand-vue": [ - [ - "path", - { - "d": "M16.5 4l-4.5 8l-4.5 -8" - } - ], - [ - "path", - { - "d": "M3 4l9 16l9 -16" - } - ] - ], - "brand-walmart": [ - [ - "path", - { - "d": "M12 8.04v-5.04" - } - ], - [ - "path", - { - "d": "M15.5 10l4.5 -2.5" - } - ], - [ - "path", - { - "d": "M15.5 14l4.5 2.5" - } - ], - [ - "path", - { - "d": "M12 15.96v5.04" - } - ], - [ - "path", - { - "d": "M8.5 14l-4.5 2.5" - } - ], - [ - "path", - { - "d": "M8.5 10l-4.5 -2.505" - } - ] - ], - "brand-waze": [ - [ - "path", - { - "d": "M6.66 17.52a7 7 0 0 1 -3.66 -4.52c2 0 3 -1 3 -2.51c0 -3.92 2.25 -7.49 7.38 -7.49c4.62 0 7.62 3.51 7.62 8a8.08 8.08 0 0 1 -3.39 6.62" - } - ], - [ - "path", - { - "d": "M10 18.69a17.29 17.29 0 0 0 3.33 .3h.54" - } - ], - [ - "path", - { - "d": "M16 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M8 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M16 9h.01" - } - ], - [ - "path", - { - "d": "M11 9h.01" - } - ] - ], - "brand-webflow": [ - [ - "path", - { - "d": "M17 10s-1.376 3.606 -1.5 4c-.046 -.4 -1.5 -8 -1.5 -8c-2.627 0 -3.766 1.562 -4.5 3.5c0 0 -1.843 4.593 -2 5c-.013 -.368 -.5 -4.5 -.5 -4.5c-.15 -2.371 -2.211 -3.98 -4 -3.98l2 12.98c2.745 -.013 4.72 -1.562 5.5 -3.5c0 0 1.44 -4.3 1.5 -4.5c.013 .18 1 8 1 8c2.758 0 4.694 -1.626 5.5 -3.5l3.5 -9.5c-2.732 0 -4.253 2.055 -5 4z" - } - ] - ], - "brand-wechat": [ - [ - "path", - { - "d": "M16.5 10c3.038 0 5.5 2.015 5.5 4.5c0 1.397 -.778 2.645 -2 3.47l0 2.03l-1.964 -1.178a6.649 6.649 0 0 1 -1.536 .178c-3.038 0 -5.5 -2.015 -5.5 -4.5s2.462 -4.5 5.5 -4.5z" - } - ], - [ - "path", - { - "d": "M11.197 15.698c-.69 .196 -1.43 .302 -2.197 .302a8.008 8.008 0 0 1 -2.612 -.432l-2.388 1.432v-2.801c-1.237 -1.082 -2 -2.564 -2 -4.199c0 -3.314 3.134 -6 7 -6c3.782 0 6.863 2.57 7 5.785l0 .233" - } - ], - [ - "path", - { - "d": "M10 8h.01" - } - ], - [ - "path", - { - "d": "M7 8h.01" - } - ], - [ - "path", - { - "d": "M15 14h.01" - } - ], - [ - "path", - { - "d": "M18 14h.01" - } - ] - ], - "brand-weibo": [ - [ - "path", - { - "d": "M19 14.127c0 3.073 -3.502 5.873 -8 5.873c-4.126 0 -8 -2.224 -8 -5.565c0 -1.78 .984 -3.737 2.7 -5.567c2.362 -2.51 5.193 -3.687 6.551 -2.238c.415 .44 .752 1.39 .749 2.062c2 -1.615 4.308 .387 3.5 2.693c1.26 .557 2.5 .538 2.5 2.742z" - } - ], - [ - "path", - { - "d": "M15 4h1a5 5 0 0 1 5 5v1" - } - ] - ], - "brand-whatsapp": [ - [ - "path", - { - "d": "M3 21l1.65 -3.8a9 9 0 1 1 3.4 2.9l-5.05 .9" - } - ], - [ - "path", - { - "d": "M9 10a.5 .5 0 0 0 1 0v-1a.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a.5 .5 0 0 0 0 -1h-1a.5 .5 0 0 0 0 1" - } - ] - ], - "brand-wikipedia": [ - [ - "path", - { - "d": "M3 4.984h2" - } - ], - [ - "path", - { - "d": "M8 4.984h2.5" - } - ], - [ - "path", - { - "d": "M14.5 4.984h2.5" - } - ], - [ - "path", - { - "d": "M22 4.984h-2" - } - ], - [ - "path", - { - "d": "M4 4.984l5.455 14.516l6.545 -14.516" - } - ], - [ - "path", - { - "d": "M9 4.984l6 14.516l6 -14.516" - } - ] - ], - "brand-windows": [ - [ - "path", - { - "d": "M17.8 20l-12 -1.5c-1 -.1 -1.8 -.9 -1.8 -1.9v-9.2c0 -1 .8 -1.8 1.8 -1.9l12 -1.5c1.2 -.1 2.2 .8 2.2 1.9v12.1c0 1.2 -1.1 2.1 -2.2 1.9z" - } - ], - [ - "path", - { - "d": "M12 5l0 14" - } - ], - [ - "path", - { - "d": "M4 12l16 0" - } - ] - ], - "brand-windy": [ - [ - "path", - { - "d": "M9 4c0 5.5 -.33 16 4 16s7.546 -11.27 8 -13" - } - ], - [ - "path", - { - "d": "M3 4c.253 5.44 1.449 16 5.894 16c4.444 0 8.42 -10.036 9.106 -14" - } - ] - ], - "brand-wish": [ - [ - "path", - { - "d": "M2 6l5.981 2.392l-.639 6.037c-.18 .893 .06 1.819 .65 2.514a3 3 0 0 0 2.381 1.057a4.328 4.328 0 0 0 4.132 -3.57c-.18 .893 .06 1.819 .65 2.514a3 3 0 0 0 2.38 1.056a4.328 4.328 0 0 0 4.132 -3.57l.333 -4.633" - } - ], - [ - "path", - { - "d": "M14.504 14.429l.334 -3" - } - ] - ], - "brand-wix": [ - [ - "path", - { - "d": "M3 9l1.5 6l1.379 -5.515a.64 .64 0 0 1 1.242 0l1.379 5.515l1.5 -6" - } - ], - [ - "path", - { - "d": "M13 11.5v3.5" - } - ], - [ - "path", - { - "d": "M16 9l5 6" - } - ], - [ - "path", - { - "d": "M21 9l-5 6" - } - ], - [ - "path", - { - "d": "M13 9h.01" - } - ] - ], - "brand-wordpress": [ - [ - "path", - { - "d": "M9.5 9h3" - } - ], - [ - "path", - { - "d": "M4 9h2.5" - } - ], - [ - "path", - { - "d": "M11 9l3 11l4 -9" - } - ], - [ - "path", - { - "d": "M5.5 9l3.5 11l3 -7" - } - ], - [ - "path", - { - "d": "M18 11c.177 -.528 1 -1.364 1 -2.5c0 -1.78 -.776 -2.5 -1.875 -2.5c-.898 0 -1.125 .812 -1.125 1.429c0 1.83 2 2.058 2 3.571z" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "brand-x-filled": [ - [ - "path", - { - "d": "M8.267 3a1 1 0 0 1 .73 .317l.076 .092l4.274 5.828l5.946 -5.944a1 1 0 0 1 1.497 1.32l-.083 .094l-6.163 6.162l6.262 8.54a1 1 0 0 1 -.697 1.585l-.109 .006h-4.267a1 1 0 0 1 -.73 -.317l-.076 -.092l-4.276 -5.829l-5.944 5.945a1 1 0 0 1 -1.497 -1.32l.083 -.094l6.161 -6.163l-6.26 -8.539a1 1 0 0 1 .697 -1.585l.109 -.006h4.267z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "brand-x": [ - [ - "path", - { - "d": "M4 4l11.733 16h4.267l-11.733 -16z" - } - ], - [ - "path", - { - "d": "M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772" - } - ] - ], - "brand-xamarin": [ - [ - "path", - { - "d": "M15.958 21h-7.917a2 2 0 0 1 -1.732 -1l-4.041 -7a2 2 0 0 1 0 -2l4.041 -7a2 2 0 0 1 1.732 -1h7.917a2 2 0 0 1 1.732 1l4.042 7a2 2 0 0 1 0 2l-4.041 7a2 2 0 0 1 -1.733 1z" - } - ], - [ - "path", - { - "d": "M15 16l-6 -8" - } - ], - [ - "path", - { - "d": "M9 16l6 -8" - } - ] - ], - "brand-xbox": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M6.5 5c7.72 2.266 10.037 7.597 12.5 12.5" - } - ], - [ - "path", - { - "d": "M17.5 5c-7.72 2.266 -10.037 7.597 -12.5 12.5" - } - ] - ], - "brand-xdeep": [ - [ - "path", - { - "d": "M14.401 8.398l1.599 -2.398h5l-4 6l4 6h-5l-8 -12h-5l4 6l-4 6h5l1.596 -2.393" - } - ] - ], - "brand-xing": [ - [ - "path", - { - "d": "M16 21l-4 -7l6.5 -11" - } - ], - [ - "path", - { - "d": "M7 7l2 3.5l-3 4.5" - } - ] - ], - "brand-yahoo": [ - [ - "path", - { - "d": "M3 6l5 0" - } - ], - [ - "path", - { - "d": "M7 18l7 0" - } - ], - [ - "path", - { - "d": "M4.5 6l5.5 7v5" - } - ], - [ - "path", - { - "d": "M10 13l6 -5" - } - ], - [ - "path", - { - "d": "M12.5 8l5 0" - } - ], - [ - "path", - { - "d": "M20 11l0 4" - } - ], - [ - "path", - { - "d": "M20 18l0 .01" - } - ] - ], - "brand-yandex": [ - [ - "path", - { - "d": "M15 20v-16h-2a4 4 0 0 0 -4 4v1a4 4 0 0 0 4 4h2" - } - ], - [ - "path", - { - "d": "M9 20l3 -7" - } - ] - ], - "brand-yarn": [ - [ - "path", - { - "d": "M17.845 19.308c-1.268 .814 -2.41 1.254 -3.845 1.692c-.176 .21 -.645 .544 -.912 .588a42.469 42.469 0 0 1 -4.498 .412c-.812 .006 -1.31 -.214 -1.447 -.554c-.115 -.279 .336 -2.054 .298 -1.964c-.157 .392 -.575 1.287 -.997 1.72c-.579 .6 -1.674 .4 -2.322 .051c-.71 -.386 -.07 -1.28 -.346 -1.267c-.276 .014 -.776 -1.486 -.776 -2.236c0 -.828 .622 -1.674 1.235 -2.211a6.811 6.811 0 0 1 .46 -3.143a7.414 7.414 0 0 1 2.208 -2.615s-1.353 -1.534 -.849 -2.912c.328 -.902 .46 -.895 .567 -.935c.38 -.12 .727 -.33 1.013 -.612c.78 -.88 1.96 -1.438 3.116 -1.322c0 0 .781 -2.43 1.533 -1.936c.415 .653 .671 1.218 .967 1.936c0 0 1.15 -.7 1.25 -.5c.514 1.398 .487 3.204 .211 4.67c-.324 1.408 -.84 2.691 -1.711 3.83c-.094 .16 .98 .705 1.722 2.812c.686 1.928 .278 2.438 .278 2.688s.716 .144 2.296 -.855a5.848 5.848 0 0 1 2.984 -1.145c.735 -.066 .988 -.035 1.22 1c.232 1.035 -.346 1.406 -.744 1.506c0 0 -2.09 .675 -2.911 1.302z" - } - ] - ], - "brand-yatse": [ - [ - "path", - { - "d": "M7 3l5 2.876v5.088l4.197 -2.73l4.803 2.731l-9.281 5.478l-2.383 1.41l-2.334 1.377l-3 1.77v-5.565l3 -1.771z" - } - ] - ], - "brand-ycombinator": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M8 7l4 6l4 -6" - } - ], - [ - "path", - { - "d": "M12 17l0 -4" - } - ] - ], - "brand-youtube-filled": [ - [ - "path", - { - "d": "M18 3a5 5 0 0 1 5 5v8a5 5 0 0 1 -5 5h-12a5 5 0 0 1 -5 -5v-8a5 5 0 0 1 5 -5zm-9 6v6a1 1 0 0 0 1.514 .857l5 -3a1 1 0 0 0 0 -1.714l-5 -3a1 1 0 0 0 -1.514 .857z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "brand-youtube-kids": [ - [ - "path", - { - "d": "M18.608 17.75l-3.9 .268h-.027a13.83 13.83 0 0 0 -3.722 .828l-2.511 .908a4.111 4.111 0 0 1 -3.287 -.216a3.82 3.82 0 0 1 -1.98 -2.527l-1.376 -6.05a3.669 3.669 0 0 1 .536 -2.86a3.964 3.964 0 0 1 2.489 -1.661l11.25 -2.354c2.137 -.448 4.247 .85 4.713 2.9l1.403 6.162a3.677 3.677 0 0 1 -.697 3.086a4.007 4.007 0 0 1 -2.89 1.512v.002z" - } - ], - [ - "path", - { - "d": "M9 10l1.208 5l4.292 -4z" - } - ] - ], - "brand-youtube": [ - [ - "path", - { - "d": "M2 8a4 4 0 0 1 4 -4h12a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-12a4 4 0 0 1 -4 -4v-8z" - } - ], - [ - "path", - { - "d": "M10 9l5 3l-5 3z" - } - ] - ], - "brand-zalando": [ - [ - "path", - { - "d": "M7.531 21c-.65 0 -1 -.15 -1.196 -.27c-.266 -.157 -.753 -.563 -1.197 -1.747a20.583 20.583 0 0 1 -1.137 -6.983c.015 -2.745 .436 -5.07 1.137 -6.975c.444 -1.2 .93 -1.605 1.197 -1.763c.192 -.103 .545 -.262 1.195 -.262c.244 0 .532 .022 .871 .075a19.093 19.093 0 0 1 6.425 2.475h.007a19.572 19.572 0 0 1 5.287 4.508c.783 .99 .879 1.627 .879 1.942c0 .315 -.096 .953 -.879 1.943a19.571 19.571 0 0 1 -5.287 4.5h-.007a19.041 19.041 0 0 1 -6.425 2.474a5.01 5.01 0 0 1 -.871 .083z" - } - ] - ], - "brand-zapier": [ - [ - "path", - { - "d": "M3 12h6" - } - ], - [ - "path", - { - "d": "M21 12h-6" - } - ], - [ - "path", - { - "d": "M12 3v6" - } - ], - [ - "path", - { - "d": "M12 15v6" - } - ], - [ - "path", - { - "d": "M5.636 5.636l4.243 4.243" - } - ], - [ - "path", - { - "d": "M18.364 18.364l-4.243 -4.243" - } - ], - [ - "path", - { - "d": "M18.364 5.636l-4.243 4.243" - } - ], - [ - "path", - { - "d": "M9.879 14.121l-4.243 4.243" - } - ] - ], - "brand-zeit": [ - [ - "path", - { - "d": "M3 20h18l-9 -16z" - } - ] - ], - "brand-zhihu": [ - [ - "path", - { - "d": "M14 6h6v12h-2l-2 2l-1 -2h-1z" - } - ], - [ - "path", - { - "d": "M4 12h6.5" - } - ], - [ - "path", - { - "d": "M10.5 6h-5" - } - ], - [ - "path", - { - "d": "M6 4c-.5 2.5 -1.5 3.5 -2.5 4.5" - } - ], - [ - "path", - { - "d": "M8 6v7c0 4.5 -2 5.5 -4 7" - } - ], - [ - "path", - { - "d": "M11 18l-3 -5" - } - ] - ], - "brand-zoom": [ - [ - "path", - { - "d": "M17.011 9.385v5.128l3.989 3.487v-12z" - } - ], - [ - "path", - { - "d": "M3.887 6h10.08c1.468 0 3.033 1.203 3.033 2.803v8.196a.991 .991 0 0 1 -.975 1h-10.373c-1.667 0 -2.652 -1.5 -2.652 -3l.01 -8a.882 .882 0 0 1 .208 -.71a.841 .841 0 0 1 .67 -.287z" - } - ] - ], - "brand-zulip": [ - [ - "path", - { - "d": "M6.5 3h11c1.325 0 2.5 1 2.5 2.5c0 2 -1.705 3.264 -2 3.5l-4.5 4l2 -5h-9a2.5 2.5 0 0 1 0 -5z" - } - ], - [ - "path", - { - "d": "M17.5 21h-11c-1.325 0 -2.5 -1 -2.5 -2.5c0 -2 1.705 -3.264 2 -3.5l4.5 -4l-2 5h9a2.5 2.5 0 1 1 0 5z" - } - ] - ], - "brand-zwift": [ - [ - "path", - { - "d": "M5.5 4c-1.465 0 -2.5 1.101 -2.5 2.5s1.035 2.5 2.5 2.5h2.5l-4.637 7.19a2.434 2.434 0 0 0 -.011 2.538c.473 .787 1.35 1.272 2.3 1.272h10.848c1.465 0 2.5 -1.101 2.5 -2.5s-1.035 -2.5 -2.5 -2.5h-2.5l7 -11h-15.5z" - } - ] - ], - "bread-off": [ - [ - "path", - { - "d": "M8 4l10 .005v-.005a3 3 0 0 1 2 5.235v6.765m-.59 3.418c-.36 .36 -.86 .582 -1.41 .582h-12a2 2 0 0 1 -2 -2v-8.764a3 3 0 0 1 .418 -4.785" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "bread": [ - [ - "path", - { - "d": "M18 4a3 3 0 0 1 2 5.235v8.765a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-8.764a3 3 0 0 1 1.824 -5.231h12.176v-.005z" - } - ] - ], - "briefcase-2": [ - [ - "path", - { - "d": "M3 9a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9z" - } - ], - [ - "path", - { - "d": "M8 7v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2" - } - ] - ], - "briefcase-filled": [ - [ - "path", - { - "d": "M22 13.478v4.522a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-4.522l.553 .277a20.999 20.999 0 0 0 18.897 -.002l.55 -.275zm-8 -11.478a3 3 0 0 1 3 3v1h2a3 3 0 0 1 3 3v2.242l-1.447 .724a19.002 19.002 0 0 1 -16.726 .186l-.647 -.32l-1.18 -.59v-2.242a3 3 0 0 1 3 -3h2v-1a3 3 0 0 1 3 -3h4zm-2 8a1 1 0 0 0 -1 1a1 1 0 1 0 2 .01c0 -.562 -.448 -1.01 -1 -1.01zm2 -6h-4a1 1 0 0 0 -1 1v1h6v-1a1 1 0 0 0 -1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "briefcase-off": [ - [ - "path", - { - "d": "M11 7h8a2 2 0 0 1 2 2v8m-1.166 2.818a1.993 1.993 0 0 1 -.834 .182h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M8.185 4.158a2 2 0 0 1 1.815 -1.158h4a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M12 12v.01" - } - ], - [ - "path", - { - "d": "M3 13a20 20 0 0 0 11.905 1.928m3.263 -.763a20 20 0 0 0 2.832 -1.165" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "briefcase": [ - [ - "path", - { - "d": "M3 7m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M8 7v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M12 12l0 .01" - } - ], - [ - "path", - { - "d": "M3 13a20 20 0 0 0 18 0" - } - ] - ], - "brightness-2": [ - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M6 6h3.5l2.5 -2.5l2.5 2.5h3.5v3.5l2.5 2.5l-2.5 2.5v3.5h-3.5l-2.5 2.5l-2.5 -2.5h-3.5v-3.5l-2.5 -2.5l2.5 -2.5z" - } - ] - ], - "brightness-auto": [ - [ - "path", - { - "d": "M6 6h3.5l2.5 -2.5l2.5 2.5h3.5v3.5l2.5 2.5l-2.5 2.5v3.5h-3.5l-2.5 2.5l-2.5 -2.5h-3.5v-3.5l-2.5 -2.5l2.5 -2.5z" - } - ], - [ - "path", - { - "d": "M10 14.5v-3.5a2 2 0 1 1 4 0v3.5" - } - ], - [ - "path", - { - "d": "M10 13h4" - } - ] - ], - "brightness-down-filled": [ - [ - "path", - { - "d": "M12 8a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 4a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M17 6a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M19 11a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M17 16a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 18a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M7 16a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M5 11a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M7 6a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "brightness-down": [ - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M12 5l0 .01" - } - ], - [ - "path", - { - "d": "M17 7l0 .01" - } - ], - [ - "path", - { - "d": "M19 12l0 .01" - } - ], - [ - "path", - { - "d": "M17 17l0 .01" - } - ], - [ - "path", - { - "d": "M12 19l0 .01" - } - ], - [ - "path", - { - "d": "M7 17l0 .01" - } - ], - [ - "path", - { - "d": "M5 12l0 .01" - } - ], - [ - "path", - { - "d": "M7 7l0 .01" - } - ] - ], - "brightness-half": [ - [ - "path", - { - "d": "M12 9a3 3 0 0 0 0 6v-6z" - } - ], - [ - "path", - { - "d": "M6 6h3.5l2.5 -2.5l2.5 2.5h3.5v3.5l2.5 2.5l-2.5 2.5v3.5h-3.5l-2.5 2.5l-2.5 -2.5h-3.5v-3.5l-2.5 -2.5l2.5 -2.5z" - } - ] - ], - "brightness-off": [ - [ - "path", - { - "d": "M12 3v5m0 4v9" - } - ], - [ - "path", - { - "d": "M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098" - } - ], - [ - "path", - { - "d": "M12.5 8.5l4.15 -4.15" - } - ], - [ - "path", - { - "d": "M12 14l1.025 -.983m2.065 -1.981l4.28 -4.106" - } - ], - [ - "path", - { - "d": "M12 19.6l3.79 -3.79m2 -2l3.054 -3.054" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "brightness-up-filled": [ - [ - "path", - { - "d": "M12 8a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 2a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M17.693 4.893a1 1 0 0 1 1.497 1.32l-.083 .094l-1.4 1.4a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.4 -1.4z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M16.293 16.293a1 1 0 0 1 1.32 -.083l.094 .083l1.4 1.4a1 1 0 0 1 -1.32 1.497l-.094 -.083l-1.4 -1.4a1 1 0 0 1 0 -1.414z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 18a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M6.293 16.293a1 1 0 0 1 1.497 1.32l-.083 .094l-1.4 1.4a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.4 -1.4z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M6 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4.893 4.893a1 1 0 0 1 1.32 -.083l.094 .083l1.4 1.4a1 1 0 0 1 -1.32 1.497l-.094 -.083l-1.4 -1.4a1 1 0 0 1 0 -1.414z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "brightness-up": [ - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M12 5l0 -2" - } - ], - [ - "path", - { - "d": "M17 7l1.4 -1.4" - } - ], - [ - "path", - { - "d": "M19 12l2 0" - } - ], - [ - "path", - { - "d": "M17 17l1.4 1.4" - } - ], - [ - "path", - { - "d": "M12 19l0 2" - } - ], - [ - "path", - { - "d": "M7 17l-1.4 1.4" - } - ], - [ - "path", - { - "d": "M6 12l-2 0" - } - ], - [ - "path", - { - "d": "M7 7l-1.4 -1.4" - } - ] - ], - "brightness": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 3l0 18" - } - ], - [ - "path", - { - "d": "M12 9l4.65 -4.65" - } - ], - [ - "path", - { - "d": "M12 14.3l7.37 -7.37" - } - ], - [ - "path", - { - "d": "M12 19.6l8.85 -8.85" - } - ] - ], - "broadcast-off": [ - [ - "path", - { - "d": "M18.364 19.364a9 9 0 0 0 -9.721 -14.717m-2.488 1.509a9 9 0 0 0 -.519 13.208" - } - ], - [ - "path", - { - "d": "M15.536 16.536a5 5 0 0 0 -3.536 -8.536m-3 1a5 5 0 0 0 -.535 7.536" - } - ], - [ - "path", - { - "d": "M12 12a1 1 0 1 0 1 1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "broadcast": [ - [ - "path", - { - "d": "M18.364 19.364a9 9 0 1 0 -12.728 0" - } - ], - [ - "path", - { - "d": "M15.536 16.536a5 5 0 1 0 -7.072 0" - } - ], - [ - "path", - { - "d": "M12 13m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "browser-check": [ - [ - "path", - { - "d": "M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M4 8h16" - } - ], - [ - "path", - { - "d": "M8 4v4" - } - ], - [ - "path", - { - "d": "M9.5 14.5l1.5 1.5l3 -3" - } - ] - ], - "browser-off": [ - [ - "path", - { - "d": "M8 4h11a1 1 0 0 1 1 1v11m-.288 3.702a1 1 0 0 1 -.712 .298h-14a1 1 0 0 1 -1 -1v-14c0 -.276 .112 -.526 .293 -.707" - } - ], - [ - "path", - { - "d": "M4 8h4m4 0h8" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "browser-plus": [ - [ - "path", - { - "d": "M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M4 8h16" - } - ], - [ - "path", - { - "d": "M8 4v4" - } - ], - [ - "path", - { - "d": "M10 14h4" - } - ], - [ - "path", - { - "d": "M12 12v4" - } - ] - ], - "browser-x": [ - [ - "path", - { - "d": "M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M4 8h16" - } - ], - [ - "path", - { - "d": "M8 4v4" - } - ], - [ - "path", - { - "d": "M10 16l4 -4" - } - ], - [ - "path", - { - "d": "M14 16l-4 -4" - } - ] - ], - "browser": [ - [ - "path", - { - "d": "M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M4 8l16 0" - } - ], - [ - "path", - { - "d": "M8 4l0 4" - } - ] - ], - "brush-off": [ - [ - "path", - { - "d": "M3 17a4 4 0 1 1 4 4h-4v-4z" - } - ], - [ - "path", - { - "d": "M21 3a16 16 0 0 0 -9.309 4.704m-1.795 2.212a15.993 15.993 0 0 0 -1.696 3.284" - } - ], - [ - "path", - { - "d": "M21 3a16 16 0 0 1 -4.697 9.302m-2.195 1.786a15.993 15.993 0 0 1 -3.308 1.712" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "brush": [ - [ - "path", - { - "d": "M3 21v-4a4 4 0 1 1 4 4h-4" - } - ], - [ - "path", - { - "d": "M21 3a16 16 0 0 0 -12.8 10.2" - } - ], - [ - "path", - { - "d": "M21 3a16 16 0 0 1 -10.2 12.8" - } - ], - [ - "path", - { - "d": "M10.6 9a9 9 0 0 1 4.4 4.4" - } - ] - ], - "bucket-droplet": [ - [ - "path", - { - "d": "M5 16l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737z" - } - ], - [ - "path", - { - "d": "M13.737 9.737c2.299 -2.3 3.23 -5.095 2.081 -6.245c-1.15 -1.15 -3.945 -.217 -6.244 2.082c-2.3 2.299 -3.231 5.095 -2.082 6.244c1.15 1.15 3.946 .218 6.245 -2.081z" - } - ], - [ - "path", - { - "d": "M7.492 11.818c.362 .362 .768 .676 1.208 .934l6.895 4.047c1.078 .557 2.255 -.075 3.692 -1.512c1.437 -1.437 2.07 -2.614 1.512 -3.692c-.372 -.718 -1.72 -3.017 -4.047 -6.895a6.015 6.015 0 0 0 -.934 -1.208" - } - ] - ], - "bucket-off": [ - [ - "path", - { - "d": "M5.029 5.036c-.655 .58 -1.029 1.25 -1.029 1.964c0 2.033 3.033 3.712 6.96 3.967m3.788 -.21c3.064 -.559 5.252 -2.029 5.252 -3.757c0 -2.21 -3.582 -4 -8 -4c-1.605 0 -3.1 .236 -4.352 .643" - } - ], - [ - "path", - { - "d": "M4 7c0 .664 .088 1.324 .263 1.965l2.737 10.035c.5 1.5 2.239 2 5 2s4.5 -.5 5 -2c.1 -.3 .252 -.812 .457 -1.535m.862 -3.146c.262 -.975 .735 -2.76 1.418 -5.354a7.45 7.45 0 0 0 .263 -1.965" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "bucket": [ - [ - "path", - { - "d": "M12 7m-8 0a8 4 0 1 0 16 0a8 4 0 1 0 -16 0" - } - ], - [ - "path", - { - "d": "M4 7c0 .664 .088 1.324 .263 1.965l2.737 10.035c.5 1.5 2.239 2 5 2s4.5 -.5 5 -2c.333 -1 1.246 -4.345 2.737 -10.035a7.45 7.45 0 0 0 .263 -1.965" - } - ] - ], - "bug-filled": [ - [ - "path", - { - "d": "M12 4a4 4 0 0 1 3.995 3.8l.005 .2a1 1 0 0 1 .428 .096l3.033 -1.938a1 1 0 1 1 1.078 1.684l-3.015 1.931a7.17 7.17 0 0 1 .476 2.227h3a1 1 0 0 1 0 2h-3v1a6.01 6.01 0 0 1 -.195 1.525l2.708 1.616a1 1 0 1 1 -1.026 1.718l-2.514 -1.501a6.002 6.002 0 0 1 -3.973 2.56v-5.918a1 1 0 0 0 -2 0v5.917a6.002 6.002 0 0 1 -3.973 -2.56l-2.514 1.503a1 1 0 1 1 -1.026 -1.718l2.708 -1.616a6.01 6.01 0 0 1 -.195 -1.526v-1h-3a1 1 0 0 1 0 -2h3.001v-.055a7 7 0 0 1 .474 -2.173l-3.014 -1.93a1 1 0 1 1 1.078 -1.684l3.032 1.939l.024 -.012l.068 -.027l.019 -.005l.016 -.006l.032 -.008l.04 -.013l.034 -.007l.034 -.004l.045 -.008l.015 -.001l.015 -.002l.087 -.004a4 4 0 0 1 4 -4zm0 2a2 2 0 0 0 -2 2h4a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "bug-off": [ - [ - "path", - { - "d": "M9.884 5.873a3 3 0 0 1 5.116 2.127v1" - } - ], - [ - "path", - { - "d": "M13 9h3a6 6 0 0 1 1 3v1m-.298 3.705a5 5 0 0 1 -9.702 -1.705v-3a6 6 0 0 1 1 -3h1" - } - ], - [ - "path", - { - "d": "M3 13h4" - } - ], - [ - "path", - { - "d": "M17 13h4" - } - ], - [ - "path", - { - "d": "M12 20v-6" - } - ], - [ - "path", - { - "d": "M4 19l3.35 -2" - } - ], - [ - "path", - { - "d": "M4 7l3.75 2.4" - } - ], - [ - "path", - { - "d": "M20 7l-3.75 2.4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "bug": [ - [ - "path", - { - "d": "M9 9v-1a3 3 0 0 1 6 0v1" - } - ], - [ - "path", - { - "d": "M8 9h8a6 6 0 0 1 1 3v3a5 5 0 0 1 -10 0v-3a6 6 0 0 1 1 -3" - } - ], - [ - "path", - { - "d": "M3 13l4 0" - } - ], - [ - "path", - { - "d": "M17 13l4 0" - } - ], - [ - "path", - { - "d": "M12 20l0 -6" - } - ], - [ - "path", - { - "d": "M4 19l3.35 -2" - } - ], - [ - "path", - { - "d": "M20 19l-3.35 -2" - } - ], - [ - "path", - { - "d": "M4 7l3.75 2.4" - } - ], - [ - "path", - { - "d": "M20 7l-3.75 2.4" - } - ] - ], - "building-arch": [ - [ - "path", - { - "d": "M3 21l18 0" - } - ], - [ - "path", - { - "d": "M4 21v-15a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v15" - } - ], - [ - "path", - { - "d": "M9 21v-8a3 3 0 0 1 6 0v8" - } - ] - ], - "building-bank": [ - [ - "path", - { - "d": "M3 21l18 0" - } - ], - [ - "path", - { - "d": "M3 10l18 0" - } - ], - [ - "path", - { - "d": "M5 6l7 -3l7 3" - } - ], - [ - "path", - { - "d": "M4 10l0 11" - } - ], - [ - "path", - { - "d": "M20 10l0 11" - } - ], - [ - "path", - { - "d": "M8 14l0 3" - } - ], - [ - "path", - { - "d": "M12 14l0 3" - } - ], - [ - "path", - { - "d": "M16 14l0 3" - } - ] - ], - "building-bridge-2": [ - [ - "path", - { - "d": "M6 7h12a2 2 0 0 1 2 2v9a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a4 4 0 0 0 -8 0v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-9a2 2 0 0 1 2 -2" - } - ] - ], - "building-bridge": [ - [ - "path", - { - "d": "M6 5l0 14" - } - ], - [ - "path", - { - "d": "M18 5l0 14" - } - ], - [ - "path", - { - "d": "M2 15l20 0" - } - ], - [ - "path", - { - "d": "M3 8a7.5 7.5 0 0 0 3 -2a6.5 6.5 0 0 0 12 0a7.5 7.5 0 0 0 3 2" - } - ], - [ - "path", - { - "d": "M12 10l0 5" - } - ] - ], - "building-broadcast-tower": [ - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M16.616 13.924a5 5 0 1 0 -9.23 0" - } - ], - [ - "path", - { - "d": "M20.307 15.469a9 9 0 1 0 -16.615 0" - } - ], - [ - "path", - { - "d": "M9 21l3 -9l3 9" - } - ], - [ - "path", - { - "d": "M10 19h4" - } - ] - ], - "building-carousel": [ - [ - "path", - { - "d": "M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" - } - ], - [ - "path", - { - "d": "M5 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 4m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 16m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 16m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M8 22l4 -10l4 10" - } - ] - ], - "building-castle": [ - [ - "path", - { - "d": "M15 19v-2a3 3 0 0 0 -6 0v2a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14h4v3h3v-3h4v3h3v-3h4v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M3 11l18 0" - } - ] - ], - "building-church": [ - [ - "path", - { - "d": "M3 21l18 0" - } - ], - [ - "path", - { - "d": "M10 21v-4a2 2 0 0 1 4 0v4" - } - ], - [ - "path", - { - "d": "M10 5l4 0" - } - ], - [ - "path", - { - "d": "M12 3l0 5" - } - ], - [ - "path", - { - "d": "M6 21v-7m-2 2l8 -8l8 8m-2 -2v7" - } - ] - ], - "building-circus": [ - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M12 6.5c0 1 -5 4.5 -8 4.5" - } - ], - [ - "path", - { - "d": "M12 6.5c0 1 5 4.5 8 4.5" - } - ], - [ - "path", - { - "d": "M6 11c-.333 5.333 -1 8.667 -2 10h4c1 0 4 -4 4 -9v-1" - } - ], - [ - "path", - { - "d": "M18 11c.333 5.333 1 8.667 2 10h-4c-1 0 -4 -4 -4 -9v-1" - } - ], - [ - "path", - { - "d": "M12 7v-4l2 1h-2" - } - ] - ], - "building-community": [ - [ - "path", - { - "d": "M8 9l5 5v7h-5v-4m0 4h-5v-7l5 -5m1 1v-6a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v17h-8" - } - ], - [ - "path", - { - "d": "M13 7l0 .01" - } - ], - [ - "path", - { - "d": "M17 7l0 .01" - } - ], - [ - "path", - { - "d": "M17 11l0 .01" - } - ], - [ - "path", - { - "d": "M17 15l0 .01" - } - ] - ], - "building-cottage": [ - [ - "path", - { - "d": "M3 21l18 0" - } - ], - [ - "path", - { - "d": "M4 21v-11l2.5 -4.5l5.5 -2.5l5.5 2.5l2.5 4.5v11" - } - ], - [ - "path", - { - "d": "M12 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M9 21v-5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v5" - } - ] - ], - "building-estate": [ - [ - "path", - { - "d": "M3 21h18" - } - ], - [ - "path", - { - "d": "M19 21v-4" - } - ], - [ - "path", - { - "d": "M19 17a2 2 0 0 0 2 -2v-2a2 2 0 1 0 -4 0v2a2 2 0 0 0 2 2z" - } - ], - [ - "path", - { - "d": "M14 21v-14a3 3 0 0 0 -3 -3h-4a3 3 0 0 0 -3 3v14" - } - ], - [ - "path", - { - "d": "M9 17v4" - } - ], - [ - "path", - { - "d": "M8 13h2" - } - ], - [ - "path", - { - "d": "M8 9h2" - } - ] - ], - "building-factory-2": [ - [ - "path", - { - "d": "M3 21h18" - } - ], - [ - "path", - { - "d": "M5 21v-12l5 4v-4l5 4h4" - } - ], - [ - "path", - { - "d": "M19 21v-8l-1.436 -9.574a.5 .5 0 0 0 -.495 -.426h-1.145a.5 .5 0 0 0 -.494 .418l-1.43 8.582" - } - ], - [ - "path", - { - "d": "M9 17h1" - } - ], - [ - "path", - { - "d": "M14 17h1" - } - ] - ], - "building-factory": [ - [ - "path", - { - "d": "M4 21c1.147 -4.02 1.983 -8.027 2 -12h6c.017 3.973 .853 7.98 2 12" - } - ], - [ - "path", - { - "d": "M12.5 13h4.5c.025 2.612 .894 5.296 2 8" - } - ], - [ - "path", - { - "d": "M9 5a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1" - } - ], - [ - "path", - { - "d": "M3 21l19 0" - } - ] - ], - "building-fortress": [ - [ - "path", - { - "d": "M7 21h1a1 1 0 0 0 1 -1v-1h0a3 3 0 0 1 6 0m3 2h1a1 1 0 0 0 1 -1v-15l-3 -2l-3 2v6h-4v-6l-3 -2l-3 2v15a1 1 0 0 0 1 1h2m8 -2v1a1 1 0 0 0 1 1h2" - } - ], - [ - "path", - { - "d": "M7 7h0v.01" - } - ], - [ - "path", - { - "d": "M7 10h0v.01" - } - ], - [ - "path", - { - "d": "M7 13h0v.01" - } - ], - [ - "path", - { - "d": "M17 7h0v.01" - } - ], - [ - "path", - { - "d": "M17 10h0v.01" - } - ], - [ - "path", - { - "d": "M17 13h0v.01" - } - ] - ], - "building-hospital": [ - [ - "path", - { - "d": "M3 21l18 0" - } - ], - [ - "path", - { - "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16" - } - ], - [ - "path", - { - "d": "M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M10 9l4 0" - } - ], - [ - "path", - { - "d": "M12 7l0 4" - } - ] - ], - "building-lighthouse": [ - [ - "path", - { - "d": "M12 3l2 3l2 15h-8l2 -15z" - } - ], - [ - "path", - { - "d": "M8 9l8 0" - } - ], - [ - "path", - { - "d": "M3 11l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M21 11l-2 -2l2 -2" - } - ] - ], - "building-monument": [ - [ - "path", - { - "d": "M8 18l2 -13l2 -2l2 2l2 13" - } - ], - [ - "path", - { - "d": "M5 21v-3h14v3" - } - ], - [ - "path", - { - "d": "M3 21l18 0" - } - ] - ], - "building-mosque": [ - [ - "path", - { - "d": "M3 21h7v-2a2 2 0 1 1 4 0v2h7" - } - ], - [ - "path", - { - "d": "M4 21v-10" - } - ], - [ - "path", - { - "d": "M20 21v-10" - } - ], - [ - "path", - { - "d": "M4 16h3v-3h10v3h3" - } - ], - [ - "path", - { - "d": "M17 13a5 5 0 0 0 -10 0" - } - ], - [ - "path", - { - "d": "M21 10.5c0 -.329 -.077 -.653 -.224 -.947l-.776 -1.553l-.776 1.553a2.118 2.118 0 0 0 -.224 .947a.5 .5 0 0 0 .5 .5h1a.5 .5 0 0 0 .5 -.5z" - } - ], - [ - "path", - { - "d": "M5 10.5c0 -.329 -.077 -.653 -.224 -.947l-.776 -1.553l-.776 1.553a2.118 2.118 0 0 0 -.224 .947a.5 .5 0 0 0 .5 .5h1a.5 .5 0 0 0 .5 -.5z" - } - ], - [ - "path", - { - "d": "M12 2a2 2 0 1 0 2 2" - } - ], - [ - "path", - { - "d": "M12 6v2" - } - ] - ], - "building-pavilion": [ - [ - "path", - { - "d": "M3 21h7v-3a2 2 0 0 1 4 0v3h7" - } - ], - [ - "path", - { - "d": "M6 21l0 -9" - } - ], - [ - "path", - { - "d": "M18 21l0 -9" - } - ], - [ - "path", - { - "d": "M6 12h12a3 3 0 0 0 3 -3a9 8 0 0 1 -9 -6a9 8 0 0 1 -9 6a3 3 0 0 0 3 3" - } - ] - ], - "building-skyscraper": [ - [ - "path", - { - "d": "M3 21l18 0" - } - ], - [ - "path", - { - "d": "M5 21v-14l8 -4v18" - } - ], - [ - "path", - { - "d": "M19 21v-10l-6 -4" - } - ], - [ - "path", - { - "d": "M9 9l0 .01" - } - ], - [ - "path", - { - "d": "M9 12l0 .01" - } - ], - [ - "path", - { - "d": "M9 15l0 .01" - } - ], - [ - "path", - { - "d": "M9 18l0 .01" - } - ] - ], - "building-stadium": [ - [ - "path", - { - "d": "M12 12m-8 0a8 2 0 1 0 16 0a8 2 0 1 0 -16 0" - } - ], - [ - "path", - { - "d": "M4 12v7c0 .94 2.51 1.785 6 2v-3h4v3c3.435 -.225 6 -1.07 6 -2v-7" - } - ], - [ - "path", - { - "d": "M15 6h4v-3h-4v7" - } - ], - [ - "path", - { - "d": "M7 6h4v-3h-4v7" - } - ] - ], - "building-store": [ - [ - "path", - { - "d": "M3 21l18 0" - } - ], - [ - "path", - { - "d": "M3 7v1a3 3 0 0 0 6 0v-1m0 1a3 3 0 0 0 6 0v-1m0 1a3 3 0 0 0 6 0v-1h-18l2 -4h14l2 4" - } - ], - [ - "path", - { - "d": "M5 21l0 -10.15" - } - ], - [ - "path", - { - "d": "M19 21l0 -10.15" - } - ], - [ - "path", - { - "d": "M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4" - } - ] - ], - "building-tunnel": [ - [ - "path", - { - "d": "M5 21h14a2 2 0 0 0 2 -2v-7a9 9 0 0 0 -18 0v7a2 2 0 0 0 2 2z" - } - ], - [ - "path", - { - "d": "M8 21v-9a4 4 0 1 1 8 0v9" - } - ], - [ - "path", - { - "d": "M3 17h4" - } - ], - [ - "path", - { - "d": "M17 17h4" - } - ], - [ - "path", - { - "d": "M21 12h-4" - } - ], - [ - "path", - { - "d": "M7 12h-4" - } - ], - [ - "path", - { - "d": "M12 3v5" - } - ], - [ - "path", - { - "d": "M6 6l3 3" - } - ], - [ - "path", - { - "d": "M15 9l3 -3l-3 3z" - } - ] - ], - "building-warehouse": [ - [ - "path", - { - "d": "M3 21v-13l9 -4l9 4v13" - } - ], - [ - "path", - { - "d": "M13 13h4v8h-10v-6h6" - } - ], - [ - "path", - { - "d": "M13 21v-9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v3" - } - ] - ], - "building-wind-turbine": [ - [ - "path", - { - "d": "M12 11m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M10 11v-2.573c0 -.18 .013 -.358 .04 -.536l.716 -4.828c.064 -.597 .597 -1.063 1.244 -1.063s1.18 .466 1.244 1.063l.716 4.828c.027 .178 .04 .357 .04 .536v2.573" - } - ], - [ - "path", - { - "d": "M13.01 9.28l2.235 1.276c.156 .09 .305 .19 .446 .3l3.836 2.911c.487 .352 .624 1.04 .3 1.596c-.325 .556 -1 .782 -1.548 .541l-4.555 -1.68a3.624 3.624 0 0 1 -.486 -.231l-2.235 -1.277" - } - ], - [ - "path", - { - "d": "M13 12.716l-2.236 1.277a3.624 3.624 0 0 1 -.485 .23l-4.555 1.681c-.551 .241 -1.223 .015 -1.548 -.54c-.324 -.557 -.187 -1.245 .3 -1.597l3.836 -2.91a3.41 3.41 0 0 1 .446 -.3l2.235 -1.277" - } - ], - [ - "path", - { - "d": "M7 21h10" - } - ], - [ - "path", - { - "d": "M10 21l1 -7" - } - ], - [ - "path", - { - "d": "M13 14l1 7" - } - ] - ], - "building": [ - [ - "path", - { - "d": "M3 21l18 0" - } - ], - [ - "path", - { - "d": "M9 8l1 0" - } - ], - [ - "path", - { - "d": "M9 12l1 0" - } - ], - [ - "path", - { - "d": "M9 16l1 0" - } - ], - [ - "path", - { - "d": "M14 8l1 0" - } - ], - [ - "path", - { - "d": "M14 12l1 0" - } - ], - [ - "path", - { - "d": "M14 16l1 0" - } - ], - [ - "path", - { - "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16" - } - ] - ], - "bulb-filled": [ - [ - "path", - { - "d": "M4 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 2a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4.893 4.893a1 1 0 0 1 1.32 -.083l.094 .083l.7 .7a1 1 0 0 1 -1.32 1.497l-.094 -.083l-.7 -.7a1 1 0 0 1 0 -1.414z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M17.693 4.893a1 1 0 0 1 1.497 1.32l-.083 .094l-.7 .7a1 1 0 0 1 -1.497 -1.32l.083 -.094l.7 -.7z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M14 18a1 1 0 0 1 1 1a3 3 0 0 1 -6 0a1 1 0 0 1 .883 -.993l.117 -.007h4z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 6a6 6 0 0 1 3.6 10.8a1 1 0 0 1 -.471 .192l-.129 .008h-6a1 1 0 0 1 -.6 -.2a6 6 0 0 1 3.6 -10.8z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "bulb-off": [ - [ - "path", - { - "d": "M3 12h1m8 -9v1m8 8h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7" - } - ], - [ - "path", - { - "d": "M11.089 7.083a5 5 0 0 1 5.826 5.84m-1.378 2.611a5.012 5.012 0 0 1 -.537 .466a3.5 3.5 0 0 0 -1 3a2 2 0 1 1 -4 0a3.5 3.5 0 0 0 -1 -3a5 5 0 0 1 -.528 -7.544" - } - ], - [ - "path", - { - "d": "M9.7 17h4.6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "bulb": [ - [ - "path", - { - "d": "M3 12h1m8 -9v1m8 8h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7" - } - ], - [ - "path", - { - "d": "M9 16a5 5 0 1 1 6 0a3.5 3.5 0 0 0 -1 3a2 2 0 0 1 -4 0a3.5 3.5 0 0 0 -1 -3" - } - ], - [ - "path", - { - "d": "M9.7 17l4.6 0" - } - ] - ], - "bulldozer": [ - [ - "path", - { - "d": "M2 17a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 17a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 13v4a2 2 0 0 0 2 2h1" - } - ], - [ - "path", - { - "d": "M14 19h-10" - } - ], - [ - "path", - { - "d": "M4 15h10" - } - ], - [ - "path", - { - "d": "M9 11v-5h2a3 3 0 0 1 3 3v6" - } - ], - [ - "path", - { - "d": "M5 15v-3a1 1 0 0 1 1 -1h8" - } - ], - [ - "path", - { - "d": "M19 17h-3" - } - ] - ], - "burger": [ - [ - "path", - { - "d": "M4 15h16a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z" - } - ], - [ - "path", - { - "d": "M12 4c3.783 0 6.953 2.133 7.786 5h-15.572c.833 -2.867 4.003 -5 7.786 -5z" - } - ], - [ - "path", - { - "d": "M5 12h14" - } - ] - ], - "bus-off": [ - [ - "path", - { - "d": "M6 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M16.18 16.172a2 2 0 0 0 2.652 2.648" - } - ], - [ - "path", - { - "d": "M4 17h-2v-11a1 1 0 0 1 1 -1h2m4 0h8c2.761 0 5 3.134 5 7v5h-1m-5 0h-8" - } - ], - [ - "path", - { - "d": "M16 5l1.5 7h4.5" - } - ], - [ - "path", - { - "d": "M2 10h8m4 0h3" - } - ], - [ - "path", - { - "d": "M7 7v3" - } - ], - [ - "path", - { - "d": "M12 5v3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "bus-stop": [ - [ - "path", - { - "d": "M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M10 5h7c2.761 0 5 3.134 5 7v5h-2" - } - ], - [ - "path", - { - "d": "M16 17h-8" - } - ], - [ - "path", - { - "d": "M16 5l1.5 7h4.5" - } - ], - [ - "path", - { - "d": "M9.5 10h7.5" - } - ], - [ - "path", - { - "d": "M12 5v5" - } - ], - [ - "path", - { - "d": "M5 9v11" - } - ] - ], - "bus": [ - [ - "path", - { - "d": "M6 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M4 17h-2v-11a1 1 0 0 1 1 -1h14a5 7 0 0 1 5 7v5h-2m-4 0h-8" - } - ], - [ - "path", - { - "d": "M16 5l1.5 7l4.5 0" - } - ], - [ - "path", - { - "d": "M2 10l15 0" - } - ], - [ - "path", - { - "d": "M7 5l0 5" - } - ], - [ - "path", - { - "d": "M12 5l0 5" - } - ] - ], - "businessplan": [ - [ - "path", - { - "d": "M16 6m-5 0a5 3 0 1 0 10 0a5 3 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M11 6v4c0 1.657 2.239 3 5 3s5 -1.343 5 -3v-4" - } - ], - [ - "path", - { - "d": "M11 10v4c0 1.657 2.239 3 5 3s5 -1.343 5 -3v-4" - } - ], - [ - "path", - { - "d": "M11 14v4c0 1.657 2.239 3 5 3s5 -1.343 5 -3v-4" - } - ], - [ - "path", - { - "d": "M7 9h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M5 15v1m0 -8v1" - } - ] - ], - "butterfly": [ - [ - "path", - { - "d": "M12 18.176a3 3 0 1 1 -4.953 -2.449l-.025 .023a4.502 4.502 0 0 1 1.483 -8.75c1.414 0 2.675 .652 3.5 1.671a4.5 4.5 0 1 1 4.983 7.079a3 3 0 1 1 -4.983 2.25z" - } - ], - [ - "path", - { - "d": "M12 19v-10" - } - ], - [ - "path", - { - "d": "M9 3l3 2l3 -2" - } - ] - ], - "cactus-filled": [ - [ - "path", - { - "d": "M7 22a1 1 0 0 1 -.117 -1.993l.117 -.007h2v-6a4 4 0 0 1 -3.995 -3.8l-.005 -.2v-1a1 1 0 0 1 1.993 -.117l.007 .117v1a2 2 0 0 0 1.85 1.995l.15 .005v-7a3 3 0 0 1 5.995 -.176l.005 .176v10a2 2 0 0 0 1.995 -1.85l.005 -.15v-5a1 1 0 0 1 1.993 -.117l.007 .117v5a4 4 0 0 1 -3.8 3.995l-.2 .005v3h2a1 1 0 0 1 .117 1.993l-.117 .007h-10z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "cactus-off": [ - [ - "path", - { - "d": "M6 9v1a3 3 0 0 0 3 3h1" - } - ], - [ - "path", - { - "d": "M18 8v5a3 3 0 0 1 -.129 .872m-2.014 2a3 3 0 0 1 -.857 .124h-1" - } - ], - [ - "path", - { - "d": "M10 21v-11m0 -4v-1a2 2 0 1 1 4 0v5m0 4v7" - } - ], - [ - "path", - { - "d": "M7 21h10" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "cactus": [ - [ - "path", - { - "d": "M6 9v1a3 3 0 0 0 3 3h1" - } - ], - [ - "path", - { - "d": "M18 8v5a3 3 0 0 1 -3 3h-1" - } - ], - [ - "path", - { - "d": "M10 21v-16a2 2 0 1 1 4 0v16" - } - ], - [ - "path", - { - "d": "M7 21h10" - } - ] - ], - "cake-off": [ - [ - "path", - { - "d": "M21 17v-5a3 3 0 0 0 -3 -3h-5m-4 0h-3a3 3 0 0 0 -3 3v8h17" - } - ], - [ - "path", - { - "d": "M3 14.803c.312 .135 .654 .204 1 .197a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1m4 0a2.4 2.4 0 0 0 2 1c.35 .007 .692 -.062 1 -.197" - } - ], - [ - "path", - { - "d": "M10.172 6.188c.07 -.158 .163 -.31 .278 -.451l1.55 -1.737l1.465 1.638a2 2 0 0 1 -.65 3.19" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "cake": [ - [ - "path", - { - "d": "M3 20h18v-8a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -3 3v8z" - } - ], - [ - "path", - { - "d": "M3 14.803c.312 .135 .654 .204 1 .197a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1c.35 .007 .692 -.062 1 -.197" - } - ], - [ - "path", - { - "d": "M12 4l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737z" - } - ] - ], - "calculator-filled": [ - [ - "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-10 15a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm-8 -4a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm-1 -7h-6a2 2 0 0 0 -2 2v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-1a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "calculator-off": [ - [ - "path", - { - "d": "M19.823 19.824a2 2 0 0 1 -1.823 1.176h-12a2 2 0 0 1 -2 -2v-14c0 -.295 .064 -.575 .178 -.827m2.822 -1.173h11a2 2 0 0 1 2 2v11" - } - ], - [ - "path", - { - "d": "M10 10h-1a1 1 0 0 1 -1 -1v-1m3 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1" - } - ], - [ - "path", - { - "d": "M8 14v.01" - } - ], - [ - "path", - { - "d": "M12 14v.01" - } - ], - [ - "path", - { - "d": "M8 17v.01" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ], - [ - "path", - { - "d": "M16 17v.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "calculator": [ - [ - "path", - { - "d": "M4 3m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M8 7m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M8 14l0 .01" - } - ], - [ - "path", - { - "d": "M12 14l0 .01" - } - ], - [ - "path", - { - "d": "M16 14l0 .01" - } - ], - [ - "path", - { - "d": "M8 17l0 .01" - } - ], - [ - "path", - { - "d": "M12 17l0 .01" - } - ], - [ - "path", - { - "d": "M16 17l0 .01" - } - ] - ], - "calendar-bolt": [ - [ - "path", - { - "d": "M13.5 21h-7.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "calendar-cancel": [ - [ - "path", - { - "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "calendar-check": [ - [ - "path", - { - "d": "M11.5 21h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "calendar-clock": [ - [ - "path", - { - "d": "M10.5 21h-4.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v3" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h10" - } - ], - [ - "path", - { - "d": "M18 18m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M18 16.5v1.5l.5 .5" - } - ] - ], - "calendar-code": [ - [ - "path", - { - "d": "M11.5 21h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "calendar-cog": [ - [ - "path", - { - "d": "M12 21h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "calendar-dollar": [ - [ - "path", - { - "d": "M13 21h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v3" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h12.5" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "calendar-dot": [ - [ - "path", - { - "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ] - ], - "calendar-down": [ - [ - "path", - { - "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ] - ], - "calendar-due": [ - [ - "path", - { - "d": "M4 5m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M12 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "calendar-event": [ - [ - "path", - { - "d": "M4 5m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M16 3l0 4" - } - ], - [ - "path", - { - "d": "M8 3l0 4" - } - ], - [ - "path", - { - "d": "M4 11l16 0" - } - ], - [ - "path", - { - "d": "M8 15h2v2h-2z" - } - ] - ], - "calendar-exclamation": [ - [ - "path", - { - "d": "M15 21h-9a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M11 15h1" - } - ], - [ - "path", - { - "d": "M12 15v3" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "calendar-filled": [ - [ - "path", - { - "d": "M16 2a1 1 0 0 1 .993 .883l.007 .117v1h1a3 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 -.005h1v-1a1 1 0 0 1 1.993 -.117l.007 .117v1h6v-1a1 1 0 0 1 1 -1zm3 7h-14v9.625c0 .705 .386 1.286 .883 1.366l.117 .009h12c.513 0 .936 -.53 .993 -1.215l.007 -.16v-9.625z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 12a1 1 0 0 1 .993 .883l.007 .117v3a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "calendar-heart": [ - [ - "path", - { - "d": "M11.5 21h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "calendar-minus": [ - [ - "path", - { - "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "calendar-month": [ - [ - "path", - { - "d": "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M7 14h.013" - } - ], - [ - "path", - { - "d": "M10.01 14h.005" - } - ], - [ - "path", - { - "d": "M13.01 14h.005" - } - ], - [ - "path", - { - "d": "M16.015 14h.005" - } - ], - [ - "path", - { - "d": "M13.015 17h.005" - } - ], - [ - "path", - { - "d": "M7.01 17h.005" - } - ], - [ - "path", - { - "d": "M10.01 17h.005" - } - ] - ], - "calendar-off": [ - [ - "path", - { - "d": "M9 5h9a2 2 0 0 1 2 2v9m-.184 3.839a2 2 0 0 1 -1.816 1.161h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 1.158 -1.815" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v1" - } - ], - [ - "path", - { - "d": "M4 11h7m4 0h5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "calendar-pause": [ - [ - "path", - { - "d": "M13 21h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "calendar-pin": [ - [ - "path", - { - "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ] - ], - "calendar-plus": [ - [ - "path", - { - "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "calendar-question": [ - [ - "path", - { - "d": "M15 21h-9a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "calendar-repeat": [ - [ - "path", - { - "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v3" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h12" - } - ], - [ - "path", - { - "d": "M20 14l2 2h-3" - } - ], - [ - "path", - { - "d": "M20 18l2 -2" - } - ], - [ - "path", - { - "d": "M19 16a3 3 0 1 0 2 5.236" - } - ] - ], - "calendar-sad": [ - [ - "path", - { - "d": "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12zm12 -4v4m-8 -4v4m-4 4h16m-9.995 3h.01m3.99 0h.01" - } - ], - [ - "path", - { - "d": "M10 18a3.5 3.5 0 0 1 4 0" - } - ] - ], - "calendar-search": [ - [ - "path", - { - "d": "M11.5 21h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4.5" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "calendar-share": [ - [ - "path", - { - "d": "M12 21h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "calendar-smile": [ - [ - "path", - { - "d": "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12zm12 -4v4m-8 -4v4m-4 4h16m-9.995 3h.01m3.99 0h.01" - } - ], - [ - "path", - { - "d": "M10.005 17a3.5 3.5 0 0 0 4 0" - } - ] - ], - "calendar-star": [ - [ - "path", - { - "d": "M11 21h-5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v3.5" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h11" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "calendar-stats": [ - [ - "path", - { - "d": "M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M18 14v4h4" - } - ], - [ - "path", - { - "d": "M18 18m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M15 3v4" - } - ], - [ - "path", - { - "d": "M7 3v4" - } - ], - [ - "path", - { - "d": "M3 11h16" - } - ] - ], - "calendar-time": [ - [ - "path", - { - "d": "M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M18 18m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M15 3v4" - } - ], - [ - "path", - { - "d": "M7 3v4" - } - ], - [ - "path", - { - "d": "M3 11h16" - } - ], - [ - "path", - { - "d": "M18 16.496v1.504l1 1" - } - ] - ], - "calendar-up": [ - [ - "path", - { - "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "calendar-user": [ - [ - "path", - { - "d": "M12 21h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4.5" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M19 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M22 22a2 2 0 0 0 -2 -2h-2a2 2 0 0 0 -2 2" - } - ] - ], - "calendar-week": [ - [ - "path", - { - "d": "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M8 14v4" - } - ], - [ - "path", - { - "d": "M12 14v4" - } - ], - [ - "path", - { - "d": "M16 14v4" - } - ] - ], - "calendar-x": [ - [ - "path", - { - "d": "M13 21h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6.5" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "calendar": [ - [ - "path", - { - "d": "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z" - } - ], - [ - "path", - { - "d": "M16 3v4" - } - ], - [ - "path", - { - "d": "M8 3v4" - } - ], - [ - "path", - { - "d": "M4 11h16" - } - ], - [ - "path", - { - "d": "M11 15h1" - } - ], - [ - "path", - { - "d": "M12 15v3" - } - ] - ], - "camera-bolt": [ - [ - "path", - { - "d": "M13 20h-8a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5" - } - ], - [ - "path", - { - "d": "M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "camera-cancel": [ - [ - "path", - { - "d": "M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5" - } - ], - [ - "path", - { - "d": "M14.984 13.307a3 3 0 1 0 -2.32 2.62" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "camera-check": [ - [ - "path", - { - "d": "M11 20h-6a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "camera-code": [ - [ - "path", - { - "d": "M11 20h-6a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M14.948 13.559a3 3 0 1 0 -2.58 2.419" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "camera-cog": [ - [ - "path", - { - "d": "M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3" - } - ], - [ - "path", - { - "d": "M14.973 13.406a3 3 0 1 0 -2.973 2.594" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "camera-dollar": [ - [ - "path", - { - "d": "M13 20h-8a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v1.5" - } - ], - [ - "path", - { - "d": "M14.935 12.375a3.001 3.001 0 1 0 -1.902 3.442" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "camera-down": [ - [ - "path", - { - "d": "M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5" - } - ], - [ - "path", - { - "d": "M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "camera-exclamation": [ - [ - "path", - { - "d": "M15 20h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5" - } - ], - [ - "path", - { - "d": "M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "camera-filled": [ - [ - "path", - { - "d": "M15 3a2 2 0 0 1 1.995 1.85l.005 .15a1 1 0 0 0 .883 .993l.117 .007h1a3 3 0 0 1 2.995 2.824l.005 .176v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-9a3 3 0 0 1 2.824 -2.995l.176 -.005h1a1 1 0 0 0 1 -1a2 2 0 0 1 1.85 -1.995l.15 -.005h6zm-3 7a3 3 0 0 0 -2.985 2.698l-.011 .152l-.004 .15l.004 .15a3 3 0 1 0 2.996 -3.15z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "camera-heart": [ - [ - "path", - { - "d": "M10.5 20h-5.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M14.41 11.212a3 3 0 1 0 -4.15 4.231" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "camera-minus": [ - [ - "path", - { - "d": "M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ] - ], - "camera-off": [ - [ - "path", - { - "d": "M8.297 4.289a.997 .997 0 0 1 .703 -.289h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v8m-1.187 2.828c-.249 .11 -.524 .172 -.813 .172h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1c.298 0 .58 -.065 .834 -.181" - } - ], - [ - "path", - { - "d": "M10.422 10.448a3 3 0 1 0 4.15 4.098" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "camera-pause": [ - [ - "path", - { - "d": "M13 20h-8a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M14.958 13.506a3 3 0 1 0 -1.735 2.235" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "camera-pin": [ - [ - "path", - { - "d": "M12.5 20h-7.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M14.933 12.366a3.001 3.001 0 1 0 -2.933 3.634" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "camera-plus": [ - [ - "path", - { - "d": "M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ] - ], - "camera-question": [ - [ - "path", - { - "d": "M15 20h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2.5" - } - ], - [ - "path", - { - "d": "M14.975 12.612a3 3 0 1 0 -1.507 3.005" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "camera-rotate": [ - [ - "path", - { - "d": "M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M11.245 15.904a3 3 0 0 0 3.755 -2.904m-2.25 -2.905a3 3 0 0 0 -3.75 2.905" - } - ], - [ - "path", - { - "d": "M14 13h2v2" - } - ], - [ - "path", - { - "d": "M10 13h-2v-2" - } - ] - ], - "camera-search": [ - [ - "path", - { - "d": "M11.5 20h-6.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2.5" - } - ], - [ - "path", - { - "d": "M14.757 11.815a3 3 0 1 0 -3.431 4.109" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "camera-selfie": [ - [ - "path", - { - "d": "M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M9.5 15a3.5 3.5 0 0 0 5 0" - } - ], - [ - "path", - { - "d": "M15 11l.01 0" - } - ], - [ - "path", - { - "d": "M9 11l.01 0" - } - ] - ], - "camera-share": [ - [ - "path", - { - "d": "M12.5 20h-7.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M14.98 13.347a3 3 0 1 0 -2.39 2.595" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "camera-star": [ - [ - "path", - { - "d": "M10.5 20h-5.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2.5" - } - ], - [ - "path", - { - "d": "M14.569 11.45a3 3 0 1 0 -4.518 3.83" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "camera-up": [ - [ - "path", - { - "d": "M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5" - } - ], - [ - "path", - { - "d": "M12 16a3 3 0 1 0 0 -6a3 3 0 0 0 0 6z" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "camera-x": [ - [ - "path", - { - "d": "M13.5 20h-8.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "camera": [ - [ - "path", - { - "d": "M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ] - ], - "camper": [ - [ - "path", - { - "d": "M5 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M15 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 18h-1a1 1 0 0 1 -1 -1v-11a2 2 0 0 1 2 -2h12a4 4 0 0 1 4 4h-18" - } - ], - [ - "path", - { - "d": "M9 18h6" - } - ], - [ - "path", - { - "d": "M19 18h1a1 1 0 0 0 1 -1v-4l-3 -5" - } - ], - [ - "path", - { - "d": "M21 13h-7" - } - ], - [ - "path", - { - "d": "M14 8v10" - } - ] - ], - "campfire-filled": [ - [ - "path", - { - "d": "M19.757 16.03a1 1 0 0 1 .597 1.905l-.111 .035l-16 4a1 1 0 0 1 -.597 -1.905l.111 -.035l16 -4z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M3.03 16.757a1 1 0 0 1 1.098 -.749l.115 .022l16 4a1 1 0 0 1 -.37 1.962l-.116 -.022l-16 -4a1 1 0 0 1 -.727 -1.213z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M13.553 2.106c-4.174 2.086 -6.553 5.358 -6.553 8.894a5 5 0 0 0 10 0c0 -1.047 -.188 -1.808 -.606 -2.705l-.169 -.345l-.33 -.647c-.621 -1.24 -.895 -2.338 -.895 -4.303a1 1 0 0 0 -1.447 -.894z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "campfire": [ - [ - "path", - { - "d": "M4 21l16 -4" - } - ], - [ - "path", - { - "d": "M20 21l-16 -4" - } - ], - [ - "path", - { - "d": "M12 15a4 4 0 0 0 4 -4c0 -3 -2 -3 -2 -8c-4 2 -6 5 -6 8a4 4 0 0 0 4 4z" - } - ] - ], - "candle-filled": [ - [ - "path", - { - "d": "M14 10h-4a2 2 0 0 0 -2 2v9a1 1 0 0 0 1 1h6a1 1 0 0 0 1 -1v-9a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M11.254 2.334l-1.55 1.737c-1.042 1.277 -.898 3.097 .296 4.166a3 3 0 0 0 4.196 -4.28l-1.452 -1.624a1 1 0 0 0 -1.491 .001z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "candle": [ - [ - "path", - { - "d": "M9 21h6v-9a1 1 0 0 0 -1 -1h-4a1 1 0 0 0 -1 1v9z" - } - ], - [ - "path", - { - "d": "M12 3l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737z" - } - ] - ], - "candy-off": [ - [ - "path", - { - "d": "M11.174 7.17l.119 -.12a2 2 0 0 1 2.828 0l2.829 2.83a2 2 0 0 1 0 2.828l-.124 .124m-2 2l-2.123 2.123a2 2 0 0 1 -2.828 0l-2.829 -2.831a2 2 0 0 1 0 -2.828l2.113 -2.112" - } - ], - [ - "path", - { - "d": "M16.243 9.172l3.086 -.772a1.5 1.5 0 0 0 .697 -2.516l-2.216 -2.217a1.5 1.5 0 0 0 -2.44 .47l-1.248 2.913" - } - ], - [ - "path", - { - "d": "M9.172 16.243l-.772 3.086a1.5 1.5 0 0 1 -2.516 .697l-2.217 -2.216a1.5 1.5 0 0 1 .47 -2.44l2.913 -1.248" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "candy": [ - [ - "path", - { - "d": "M7.05 11.293l4.243 -4.243a2 2 0 0 1 2.828 0l2.829 2.83a2 2 0 0 1 0 2.828l-4.243 4.243a2 2 0 0 1 -2.828 0l-2.829 -2.831a2 2 0 0 1 0 -2.828z" - } - ], - [ - "path", - { - "d": "M16.243 9.172l3.086 -.772a1.5 1.5 0 0 0 .697 -2.516l-2.216 -2.217a1.5 1.5 0 0 0 -2.44 .47l-1.248 2.913" - } - ], - [ - "path", - { - "d": "M9.172 16.243l-.772 3.086a1.5 1.5 0 0 1 -2.516 .697l-2.217 -2.216a1.5 1.5 0 0 1 .47 -2.44l2.913 -1.248" - } - ] - ], - "cane": [ - [ - "path", - { - "d": "M9 21l6.324 -11.69c.54 -.974 1.756 -4.104 -1.499 -5.762c-3.255 -1.657 -5.175 .863 -5.825 2.032" - } - ] - ], - "cannabis": [ - [ - "path", - { - "d": "M7 20s0 -2 1 -3.5c-1.5 0 -2 -.5 -4 -1.5c0 0 1.839 -1.38 5 -1c-1.789 -.97 -3.279 -2.03 -5 -6c0 0 3.98 -.3 6.5 3.5c-2.284 -4.9 1.5 -9.5 1.5 -9.5c2.734 5.47 2.389 7.5 1.5 9.5c2.531 -3.77 6.5 -3.5 6.5 -3.5c-1.721 3.97 -3.211 5.03 -5 6c3.161 -.38 5 1 5 1c-2 1 -2.5 1.5 -4 1.5c1 1.5 1 3.5 1 3.5c-2 0 -4.438 -2.22 -5 -3c-.563 .78 -3 3 -5 3z" - } - ], - [ - "path", - { - "d": "M12 22v-5" - } - ] - ], - "capsule-filled": [ - [ - "path", - { - "d": "M12 2l-.243 .004a7.004 7.004 0 0 0 -6.757 6.996v6a7 7 0 0 0 7 7l.243 -.004a7.004 7.004 0 0 0 6.757 -6.996v-6a7 7 0 0 0 -7 -7z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "capsule-horizontal-filled": [ - [ - "path", - { - "d": "M15 5h-6a7 7 0 1 0 0 14h6a7 7 0 0 0 7 -7l-.007 -.303a7 7 0 0 0 -6.993 -6.697z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "capsule-horizontal": [ - [ - "path", - { - "d": "M3 6m0 6a6 6 0 0 1 6 -6h6a6 6 0 0 1 6 6v0a6 6 0 0 1 -6 6h-6a6 6 0 0 1 -6 -6z" - } - ] - ], - "capsule": [ - [ - "path", - { - "d": "M6 3m0 6a6 6 0 0 1 6 -6h0a6 6 0 0 1 6 6v6a6 6 0 0 1 -6 6h0a6 6 0 0 1 -6 -6z" - } - ] - ], - "capture-filled": [ - [ - "path", - { - "d": "M8 3a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 0 -.993 .883l-.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a3 3 0 0 1 2.824 -2.995l.176 -.005h2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 15a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 0 .883 .993l.117 .007h2a1 1 0 0 1 .117 1.993l-.117 .007h-2a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-2a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M18 3a3 3 0 0 1 2.995 2.824l.005 .176v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 0 -.883 -.993l-.117 -.007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 15a1 1 0 0 1 .993 .883l.007 .117v2a3 3 0 0 1 -2.824 2.995l-.176 .005h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2a1 1 0 0 0 .993 -.883l.007 -.117v-2a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 8a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "capture-off": [ - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2c.554 0 1.055 -.225 1.417 -.589" - } - ], - [ - "path", - { - "d": "M9.87 9.887a3 3 0 0 0 4.255 4.23m.58 -3.416a3.012 3.012 0 0 0 -1.4 -1.403" - } - ], - [ - "path", - { - "d": "M4 8v-2c0 -.548 .22 -1.044 .577 -1.405" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "capture": [ - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ] - ], - "car-crane": [ - [ - "path", - { - "d": "M5 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 18h8m4 0h2v-6a5 5 0 0 0 -5 -5h-1l1.5 5h4.5" - } - ], - [ - "path", - { - "d": "M12 18v-11h3" - } - ], - [ - "path", - { - "d": "M3 17v-5h9" - } - ], - [ - "path", - { - "d": "M4 12v-6l18 -3v2" - } - ], - [ - "path", - { - "d": "M8 12v-4l-4 -2" - } - ] - ], - "car-crash": [ - [ - "path", - { - "d": "M10 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 6l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-5m0 -6h8m-6 0v-5m2 0h-4" - } - ], - [ - "path", - { - "d": "M14 8v-2" - } - ], - [ - "path", - { - "d": "M19 12h2" - } - ], - [ - "path", - { - "d": "M17.5 15.5l1.5 1.5" - } - ], - [ - "path", - { - "d": "M17.5 8.5l1.5 -1.5" - } - ] - ], - "car-garage": [ - [ - "path", - { - "d": "M5 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M15 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 20h-2v-6l2 -5h9l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-6m-6 -6h15m-6 0v-5" - } - ], - [ - "path", - { - "d": "M3 6l9 -4l9 4" - } - ] - ], - "car-off": [ - [ - "path", - { - "d": "M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M15.584 15.588a2 2 0 0 0 2.828 2.83" - } - ], - [ - "path", - { - "d": "M5 17h-2v-6l2 -5h1m4 0h4l4 5h1a2 2 0 0 1 2 2v4m-6 0h-6m-6 -6h8m4 0h3m-6 -3v-2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "car-suv": [ - [ - "path", - { - "d": "M5 17a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M16 17a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 9l2 -4h7.438a2 2 0 0 1 1.94 1.515l.622 2.485h3a2 2 0 0 1 2 2v3" - } - ], - [ - "path", - { - "d": "M10 9v-4" - } - ], - [ - "path", - { - "d": "M2 7v4" - } - ], - [ - "path", - { - "d": "M22.001 14.001a4.992 4.992 0 0 0 -4.001 -2.001a4.992 4.992 0 0 0 -4 2h-3a4.998 4.998 0 0 0 -8.003 .003" - } - ], - [ - "path", - { - "d": "M5 12v-3h13" - } - ] - ], - "car-turbine": [ - [ - "path", - { - "d": "M11 13m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M18.86 11c.088 .66 .14 1.512 .14 2a8 8 0 1 1 -8 -8h6" - } - ], - [ - "path", - { - "d": "M11 9c2.489 .108 4.489 .108 6 0" - } - ], - [ - "path", - { - "d": "M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M11 13l-3.5 -1.5" - } - ], - [ - "path", - { - "d": "M11 13l2.5 3" - } - ], - [ - "path", - { - "d": "M8.5 16l2.5 -3" - } - ], - [ - "path", - { - "d": "M11 13l3.5 -1.5" - } - ], - [ - "path", - { - "d": "M11 9v4" - } - ] - ], - "car": [ - [ - "path", - { - "d": "M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 17h-2v-6l2 -5h9l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-6m-6 -6h15m-6 0v-5" - } - ] - ], - "caravan": [ - [ - "path", - { - "d": "M7 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M11 18h7a2 2 0 0 0 2 -2v-7a2 2 0 0 0 -2 -2h-9.5a5.5 5.5 0 0 0 -5.5 5.5v3.5a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M8 7l7 -3l1 3" - } - ], - [ - "path", - { - "d": "M13 11m0 .5a.5 .5 0 0 1 .5 -.5h2a.5 .5 0 0 1 .5 .5v2a.5 .5 0 0 1 -.5 .5h-2a.5 .5 0 0 1 -.5 -.5z" - } - ], - [ - "path", - { - "d": "M20 16h2" - } - ] - ], - "cardboards-off": [ - [ - "path", - { - "d": "M20.96 16.953c.026 -.147 .04 -.298 .04 -.453v-8.5a2 2 0 0 0 -2 -2h-9m-4 0h-1a2 2 0 0 0 -2 2v8.5a2.5 2.5 0 0 0 2.5 2.5h1.06a3 3 0 0 0 2.34 -1.13l1.54 -1.92a2 2 0 0 1 3.12 0l1.54 1.92a3 3 0 0 0 2.34 1.13h1.06c.155 0 .307 -.014 .454 -.041" - } - ], - [ - "path", - { - "d": "M8 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M16.714 12.7a1 1 0 0 0 -1.417 -1.411l1.417 1.41z" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "cardboards": [ - [ - "path", - { - "d": "M3 8v8.5a2.5 2.5 0 0 0 2.5 2.5h1.06a3 3 0 0 0 2.34 -1.13l1.54 -1.92a2 2 0 0 1 3.12 0l1.54 1.92a3 3 0 0 0 2.34 1.13h1.06a2.5 2.5 0 0 0 2.5 -2.5v-8.5a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2z" - } - ], - [ - "path", - { - "d": "M8 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M16 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "cards-filled": [ - [ - "path", - { - "d": "M10.348 3.169l-7.15 3.113a2 2 0 0 0 -1.03 2.608l4.92 11.895a1.96 1.96 0 0 0 2.59 1.063l7.142 -3.11a2.002 2.002 0 0 0 1.036 -2.611l-4.92 -11.894a1.96 1.96 0 0 0 -2.588 -1.064z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M16 3a2 2 0 0 1 1.995 1.85l.005 .15v3.5a1 1 0 0 1 -1.993 .117l-.007 -.117v-3.5h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M19.08 5.61a1 1 0 0 1 1.31 -.53c.257 .108 .505 .21 .769 .314a2 2 0 0 1 1.114 2.479l-.056 .146l-2.298 5.374a1 1 0 0 1 -1.878 -.676l.04 -.11l2.296 -5.371l-.366 -.148l-.402 -.167a1 1 0 0 1 -.53 -1.312z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "cards": [ - [ - "path", - { - "d": "M3.604 7.197l7.138 -3.109a.96 .96 0 0 1 1.27 .527l4.924 11.902a1 1 0 0 1 -.514 1.304l-7.137 3.109a.96 .96 0 0 1 -1.271 -.527l-4.924 -11.903a1 1 0 0 1 .514 -1.304z" - } - ], - [ - "path", - { - "d": "M15 4h1a1 1 0 0 1 1 1v3.5" - } - ], - [ - "path", - { - "d": "M20 6c.264 .112 .52 .217 .768 .315a1 1 0 0 1 .53 1.311l-2.298 5.374" - } - ] - ], - "caret-down-filled": [ - [ - "path", - { - "d": "M18 9c.852 0 1.297 .986 .783 1.623l-.076 .084l-6 6a1 1 0 0 1 -1.32 .083l-.094 -.083l-6 -6l-.083 -.094l-.054 -.077l-.054 -.096l-.017 -.036l-.027 -.067l-.032 -.108l-.01 -.053l-.01 -.06l-.004 -.057v-.118l.005 -.058l.009 -.06l.01 -.052l.032 -.108l.027 -.067l.07 -.132l.065 -.09l.073 -.081l.094 -.083l.077 -.054l.096 -.054l.036 -.017l.067 -.027l.108 -.032l.053 -.01l.06 -.01l.057 -.004l12.059 -.002z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "caret-down": [ - [ - "path", - { - "d": "M6 10l6 6l6 -6h-12" - } - ] - ], - "caret-left-filled": [ - [ - "path", - { - "d": "M13.883 5.007l.058 -.005h.118l.058 .005l.06 .009l.052 .01l.108 .032l.067 .027l.132 .07l.09 .065l.081 .073l.083 .094l.054 .077l.054 .096l.017 .036l.027 .067l.032 .108l.01 .053l.01 .06l.004 .057l.002 .059v12c0 .852 -.986 1.297 -1.623 .783l-.084 -.076l-6 -6a1 1 0 0 1 -.083 -1.32l.083 -.094l6 -6l.094 -.083l.077 -.054l.096 -.054l.036 -.017l.067 -.027l.108 -.032l.053 -.01l.06 -.01z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "caret-left-right-filled": [ - [ - "path", - { - "d": "M13 6c0 -.89 1.077 -1.337 1.707 -.707l6 6a1 1 0 0 1 0 1.414l-6 6a.95 .95 0 0 1 -.082 .073l-.009 .006l-.022 .016l-.058 .042l-.016 .009l-.009 .007l-.028 .014l-.043 .024l-.018 .007l-.018 .01l-.034 .012l-.033 .015l-.026 .007l-.02 .008l-.026 .005l-.036 .012l-.029 .004l-.024 .006l-.028 .003l-.031 .006l-.032 .002l-.026 .003h-.026l-.033 .002l-.033 -.002h-.026l-.026 -.003l-.032 -.002l-.031 -.006l-.028 -.003l-.024 -.006l-.03 -.004l-.035 -.012l-.027 -.005l-.019 -.008l-.026 -.007l-.033 -.015l-.034 -.012l-.018 -.01l-.018 -.007l-.043 -.024l-.028 -.014l-.009 -.007l-.016 -.009l-.058 -.042l-.019 -.012l-.003 -.004l-.01 -.006a1.006 1.006 0 0 1 -.154 -.155l-.006 -.009l-.016 -.022l-.042 -.058l-.009 -.016l-.007 -.009l-.014 -.028l-.024 -.043l-.007 -.018l-.01 -.018l-.012 -.034l-.015 -.033l-.007 -.026l-.008 -.02l-.005 -.026l-.012 -.036l-.004 -.029l-.006 -.024l-.003 -.028l-.006 -.031l-.002 -.032l-.003 -.026v-.026l-.002 -.033v-12z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M9.293 5.293c.63 -.63 1.707 -.184 1.707 .707v12l-.002 .033v.026l-.003 .026l-.002 .032l-.006 .031l-.003 .028l-.006 .024l-.004 .03l-.012 .035l-.005 .027l-.008 .019l-.007 .026l-.015 .033l-.012 .034l-.01 .018l-.007 .018l-.024 .043l-.014 .028l-.007 .009l-.009 .016l-.042 .058l-.012 .019l-.004 .003l-.006 .01a1.006 1.006 0 0 1 -.155 .154l-.009 .006l-.022 .016l-.058 .042l-.016 .009l-.009 .007l-.028 .014l-.043 .024l-.018 .007l-.018 .01l-.034 .012l-.033 .015l-.026 .007l-.02 .008l-.026 .005l-.036 .012l-.029 .004l-.024 .006l-.028 .003l-.031 .006l-.032 .002l-.026 .003h-.026l-.033 .002l-.033 -.002h-.026l-.028 -.003l-.03 -.002l-.032 -.006l-.027 -.003l-.025 -.006l-.028 -.004l-.037 -.012l-.026 -.005l-.02 -.008l-.025 -.007l-.034 -.015l-.033 -.012l-.019 -.01l-.017 -.007l-.044 -.024l-.027 -.014l-.01 -.007l-.015 -.009l-.059 -.042l-.018 -.012l-.004 -.004l-.008 -.006a1.006 1.006 0 0 1 -.082 -.073l-6 -6a1 1 0 0 1 0 -1.414l6 -6z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "caret-left-right": [ - [ - "path", - { - "d": "M14 18l6 -6l-6 -6v12" - } - ], - [ - "path", - { - "d": "M10 18l-6 -6l6 -6v12" - } - ] - ], - "caret-left": [ - [ - "path", - { - "d": "M14 6l-6 6l6 6v-12" - } - ] - ], - "caret-right-filled": [ - [ - "path", - { - "d": "M9 6c0 -.852 .986 -1.297 1.623 -.783l.084 .076l6 6a1 1 0 0 1 .083 1.32l-.083 .094l-6 6l-.094 .083l-.077 .054l-.096 .054l-.036 .017l-.067 .027l-.108 .032l-.053 .01l-.06 .01l-.057 .004l-.059 .002l-.059 -.002l-.058 -.005l-.06 -.009l-.052 -.01l-.108 -.032l-.067 -.027l-.132 -.07l-.09 -.065l-.081 -.073l-.083 -.094l-.054 -.077l-.054 -.096l-.017 -.036l-.027 -.067l-.032 -.108l-.01 -.053l-.01 -.06l-.004 -.057l-.002 -12.059z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "caret-right": [ - [ - "path", - { - "d": "M10 18l6 -6l-6 -6v12" - } - ] - ], - "caret-up-down-filled": [ - [ - "path", - { - "d": "M11.293 3.293a1 1 0 0 1 1.414 0l6 6a.95 .95 0 0 1 .073 .082l.006 .008l.016 .022l.042 .059l.009 .015l.007 .01l.014 .027l.024 .044l.007 .017l.01 .02l.012 .032l.015 .034l.007 .025l.008 .02l.005 .026l.012 .037l.004 .028l.006 .025l.003 .026l.006 .033l.002 .03l.003 .028v.026l.002 .033l-.002 .033v.026l-.003 .026l-.002 .032l-.005 .029l-.004 .03l-.006 .024l-.004 .03l-.012 .035l-.005 .027l-.008 .019l-.007 .026l-.015 .033l-.012 .034l-.01 .018l-.007 .018l-.024 .043l-.014 .028l-.007 .009l-.009 .016l-.042 .058l-.012 .019l-.004 .003l-.006 .01a1.006 1.006 0 0 1 -.155 .154l-.009 .006l-.022 .016l-.058 .042l-.016 .009l-.009 .007l-.028 .014l-.043 .024l-.018 .007l-.018 .01l-.034 .012l-.033 .015l-.024 .006l-.021 .009l-.027 .005l-.036 .012l-.029 .004l-.024 .006l-.028 .003l-.031 .006l-.032 .002l-.026 .003h-.026l-.033 .002h-12c-.89 0 -1.337 -1.077 -.707 -1.707l6 -6z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M18 13l.033 .002h.026l.026 .003l.032 .002l.031 .006l.028 .003l.024 .006l.03 .004l.035 .012l.027 .005l.019 .008l.026 .007l.033 .015l.034 .012l.018 .01l.018 .007l.043 .024l.028 .014l.009 .007l.016 .009l.051 .037l.026 .017l.003 .004l.01 .006a.982 .982 0 0 1 .154 .155l.006 .009l.015 .02l.043 .06l.009 .016l.007 .009l.014 .028l.024 .043l.005 .013l.012 .023l.012 .034l.015 .033l.007 .026l.008 .02l.005 .026l.012 .036l.004 .029l.006 .024l.003 .028l.006 .031l.002 .032l.003 .026v.026l.002 .033l-.002 .033v.026l-.003 .026l-.002 .032l-.006 .031l-.003 .028l-.006 .024l-.004 .03l-.012 .035l-.005 .027l-.008 .019l-.007 .026l-.015 .033l-.012 .034l-.01 .018l-.007 .018l-.024 .043l-.014 .028l-.007 .009l-.009 .016l-.042 .058l-.012 .019l-.004 .003l-.006 .01l-.073 .081l-6 6a1 1 0 0 1 -1.414 0l-6 -6c-.63 -.63 -.184 -1.707 .707 -1.707h12z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "caret-up-down": [ - [ - "path", - { - "d": "M18 10l-6 -6l-6 6h12" - } - ], - [ - "path", - { - "d": "M18 14l-6 6l-6 -6h12" - } - ] - ], - "caret-up-filled": [ - [ - "path", - { - "d": "M11.293 7.293a1 1 0 0 1 1.32 -.083l.094 .083l6 6l.083 .094l.054 .077l.054 .096l.017 .036l.027 .067l.032 .108l.01 .053l.01 .06l.004 .057l.002 .059l-.002 .059l-.005 .058l-.009 .06l-.01 .052l-.032 .108l-.027 .067l-.07 .132l-.065 .09l-.073 .081l-.094 .083l-.077 .054l-.096 .054l-.036 .017l-.067 .027l-.108 .032l-.053 .01l-.06 .01l-.057 .004l-.059 .002h-12c-.852 0 -1.297 -.986 -.783 -1.623l.076 -.084l6 -6z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "caret-up": [ - [ - "path", - { - "d": "M18 14l-6 -6l-6 6h12" - } - ] - ], - "carousel-horizontal-filled": [ - [ - "path", - { - "d": "M16 4h-8a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M22 6a1 1 0 0 1 .117 1.993l-.117 .007h-1v8h1a1 1 0 0 1 .117 1.993l-.117 .007h-1a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-8a2 2 0 0 1 1.85 -1.995l.15 -.005h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M3 6a2 2 0 0 1 1.995 1.85l.005 .15v8a2 2 0 0 1 -1.85 1.995l-.15 .005h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-8h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "carousel-horizontal": [ - [ - "path", - { - "d": "M7 5m0 1a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M22 17h-1a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h1" - } - ], - [ - "path", - { - "d": "M2 17h1a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1h-1" - } - ] - ], - "carousel-vertical-filled": [ - [ - "path", - { - "d": "M18 6h-12a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-8a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M16 19a2 2 0 0 1 1.995 1.85l.005 .15v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1h-8v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a2 2 0 0 1 1.85 -1.995l.15 -.005h8z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M17 1a1 1 0 0 1 .993 .883l.007 .117v1a2 2 0 0 1 -1.85 1.995l-.15 .005h-8a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-1a1 1 0 0 1 1.993 -.117l.007 .117v1h8v-1a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "carousel-vertical": [ - [ - "path", - { - "d": "M19 8v8a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1z" - } - ], - [ - "path", - { - "d": "M7 22v-1a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v1" - } - ], - [ - "path", - { - "d": "M17 2v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1" - } - ] - ], - "carrot-off": [ - [ - "path", - { - "d": "M8.868 8.846c-2.756 3.382 -5.868 12.154 -5.868 12.154s8.75 -3.104 12.134 -5.85m1.667 -2.342a4.486 4.486 0 0 0 -5.589 -5.615" - } - ], - [ - "path", - { - "d": "M9 13l-1.5 -1.5" - } - ], - [ - "path", - { - "d": "M22 8s-1.14 -2 -3 -2c-1.406 0 -3 2 -3 2s1.14 2 3 2s3 -2 3 -2z" - } - ], - [ - "path", - { - "d": "M16 2s-2 1.14 -2 3s2 3 2 3s2 -1.577 2 -3c0 -1.86 -2 -3 -2 -3z" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "carrot": [ - [ - "path", - { - "d": "M3 21s9.834 -3.489 12.684 -6.34a4.487 4.487 0 0 0 0 -6.344a4.483 4.483 0 0 0 -6.342 0c-2.86 2.861 -6.347 12.689 -6.347 12.689z" - } - ], - [ - "path", - { - "d": "M9 13l-1.5 -1.5" - } - ], - [ - "path", - { - "d": "M16 14l-2 -2" - } - ], - [ - "path", - { - "d": "M22 8s-1.14 -2 -3 -2c-1.406 0 -3 2 -3 2s1.14 2 3 2s3 -2 3 -2z" - } - ], - [ - "path", - { - "d": "M16 2s-2 1.14 -2 3s2 3 2 3s2 -1.577 2 -3c0 -1.86 -2 -3 -2 -3z" - } - ] - ], - "cash-banknote-off": [ - [ - "path", - { - "d": "M9.88 9.878a3 3 0 1 0 4.242 4.243m.58 -3.425a3.012 3.012 0 0 0 -1.412 -1.405" - } - ], - [ - "path", - { - "d": "M10 6h9a2 2 0 0 1 2 2v8c0 .294 -.064 .574 -.178 .825m-2.822 1.175h-13a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h1" - } - ], - [ - "path", - { - "d": "M18 12l.01 0" - } - ], - [ - "path", - { - "d": "M6 12l.01 0" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "cash-banknote": [ - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M3 6m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M18 12l.01 0" - } - ], - [ - "path", - { - "d": "M6 12l.01 0" - } - ] - ], - "cash-off": [ - [ - "path", - { - "d": "M13 9h6a2 2 0 0 1 2 2v6m-2 2h-10a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M12.582 12.59a2 2 0 0 0 2.83 2.826" - } - ], - [ - "path", - { - "d": "M17 9v-2a2 2 0 0 0 -2 -2h-6m-4 0a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "cash": [ - [ - "path", - { - "d": "M7 9m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 14m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 9v-2a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h2" - } - ] - ], - "cast-off": [ - [ - "path", - { - "d": "M3 19h.01" - } - ], - [ - "path", - { - "d": "M7 19a4 4 0 0 0 -4 -4" - } - ], - [ - "path", - { - "d": "M11 19a8 8 0 0 0 -8 -8" - } - ], - [ - "path", - { - "d": "M15 19h3a3 3 0 0 0 .875 -.13m2 -2a3 3 0 0 0 .128 -.868v-8a3 3 0 0 0 -3 -3h-9m-3.865 .136a3 3 0 0 0 -1.935 1.864" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "cast": [ - [ - "path", - { - "d": "M3 19l.01 0" - } - ], - [ - "path", - { - "d": "M7 19a4 4 0 0 0 -4 -4" - } - ], - [ - "path", - { - "d": "M11 19a8 8 0 0 0 -8 -8" - } - ], - [ - "path", - { - "d": "M15 19h3a3 3 0 0 0 3 -3v-8a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -2.8 2" - } - ] - ], - "cat": [ - [ - "path", - { - "d": "M20 3v10a8 8 0 1 1 -16 0v-10l3.432 3.432a7.963 7.963 0 0 1 4.568 -1.432c1.769 0 3.403 .574 4.728 1.546l3.272 -3.546z" - } - ], - [ - "path", - { - "d": "M2 16h5l-4 4" - } - ], - [ - "path", - { - "d": "M22 16h-5l4 4" - } - ], - [ - "path", - { - "d": "M12 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M9 11v.01" - } - ], - [ - "path", - { - "d": "M15 11v.01" - } - ] - ], - "category-2": [ - [ - "path", - { - "d": "M14 4h6v6h-6z" - } - ], - [ - "path", - { - "d": "M4 14h6v6h-6z" - } - ], - [ - "path", - { - "d": "M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M7 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ] - ], - "category-filled": [ - [ - "path", - { - "d": "M10 3h-6a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 3h-6a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M10 13h-6a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M17 13a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "category-minus": [ - [ - "path", - { - "d": "M4 4h6v6h-6zm10 0h6v6h-6zm-10 10h6v6h-6zm10 3h6" - } - ] - ], - "category-plus": [ - [ - "path", - { - "d": "M4 4h6v6h-6zm10 0h6v6h-6zm-10 10h6v6h-6zm10 3h6m-3 -3v6" - } - ] - ], - "category": [ - [ - "path", - { - "d": "M4 4h6v6h-6z" - } - ], - [ - "path", - { - "d": "M14 4h6v6h-6z" - } - ], - [ - "path", - { - "d": "M4 14h6v6h-6z" - } - ], - [ - "path", - { - "d": "M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ] - ], - "ce-off": [ - [ - "path", - { - "d": "M11 4a7.99 7.99 0 0 0 -2.581 .426" - } - ], - [ - "path", - { - "d": "M5.867 5.864a8 8 0 0 0 5.133 14.136" - } - ], - [ - "path", - { - "d": "M20 4a8 8 0 0 0 -7.29 4.7" - } - ], - [ - "path", - { - "d": "M12 12a8 8 0 0 0 8 8" - } - ], - [ - "path", - { - "d": "M16 12h4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "ce": [ - [ - "path", - { - "d": "M9 6a6 6 0 1 0 0 12" - } - ], - [ - "path", - { - "d": "M21 6a6 6 0 1 0 0 12" - } - ], - [ - "path", - { - "d": "M15 12h6" - } - ] - ], - "cell-signal-1": [ - [ - "path", - { - "d": "M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a.731 .731 0 0 1 1.249 .517v15.269z" - } - ] - ], - "cell-signal-2": [ - [ - "path", - { - "d": "M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a.731 .731 0 0 1 1.249 .517v15.269z" - } - ], - [ - "path", - { - "d": "M8 20v-5" - } - ] - ], - "cell-signal-3": [ - [ - "path", - { - "d": "M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a.731 .731 0 0 1 1.249 .517v15.269z" - } - ], - [ - "path", - { - "d": "M12 20v-9" - } - ] - ], - "cell-signal-4": [ - [ - "path", - { - "d": "M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a.731 .731 0 0 1 1.249 .517v15.269z" - } - ], - [ - "path", - { - "d": "M16 7v13" - } - ] - ], - "cell-signal-5": [ - [ - "path", - { - "d": "M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a.731 .731 0 0 1 1.249 .517v15.269z" - } - ], - [ - "path", - { - "d": "M16 7v13" - } - ], - [ - "path", - { - "d": "M12 20v-9" - } - ], - [ - "path", - { - "d": "M8 20v-5" - } - ] - ], - "cell-signal-off": [ - [ - "path", - { - "d": "M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l7.265 -7.264m2 -2l5.272 -5.272a.731 .731 0 0 1 1.249 .517v11.269" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "cell": [ - [ - "path", - { - "d": "M8 4l-4 2v5l4 2l4 -2v-5z" - } - ], - [ - "path", - { - "d": "M12 11l4 2l4 -2v-5l-4 -2l-4 2" - } - ], - [ - "path", - { - "d": "M8 13v5l4 2l4 -2v-5" - } - ] - ], - "certificate-2-off": [ - [ - "path", - { - "d": "M12 12a3 3 0 1 0 3 3" - } - ], - [ - "path", - { - "d": "M11 7h3" - } - ], - [ - "path", - { - "d": "M10 18v4l2 -1l2 1v-4" - } - ], - [ - "path", - { - "d": "M10 19h-2a2 2 0 0 1 -2 -2v-11m1.18 -2.825c.25 -.112 .529 -.175 .82 -.175h8a2 2 0 0 1 2 2v9m-.175 3.82a2 2 0 0 1 -1.825 1.18h-2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "certificate-2": [ - [ - "path", - { - "d": "M12 15m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M10 7h4" - } - ], - [ - "path", - { - "d": "M10 18v4l2 -1l2 1v-4" - } - ], - [ - "path", - { - "d": "M10 19h-2a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-2" - } - ] - ], - "certificate-off": [ - [ - "path", - { - "d": "M12.876 12.881a3 3 0 0 0 4.243 4.243m.588 -3.42a3.012 3.012 0 0 0 -1.437 -1.423" - } - ], - [ - "path", - { - "d": "M13 17.5v4.5l2 -1.5l2 1.5v-4.5" - } - ], - [ - "path", - { - "d": "M10 19h-5a2 2 0 0 1 -2 -2v-10c0 -1.1 .9 -2 2 -2m4 0h10a2 2 0 0 1 2 2v10" - } - ], - [ - "path", - { - "d": "M6 9h3m4 0h5" - } - ], - [ - "path", - { - "d": "M6 12h3" - } - ], - [ - "path", - { - "d": "M6 15h2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "certificate": [ - [ - "path", - { - "d": "M15 15m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M13 17.5v4.5l2 -1.5l2 1.5v-4.5" - } - ], - [ - "path", - { - "d": "M10 19h-5a2 2 0 0 1 -2 -2v-10c0 -1.1 .9 -2 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -1 1.73" - } - ], - [ - "path", - { - "d": "M6 9l12 0" - } - ], - [ - "path", - { - "d": "M6 12l3 0" - } - ], - [ - "path", - { - "d": "M6 15l2 0" - } - ] - ], - "chair-director": [ - [ - "path", - { - "d": "M6 21l12 -9" - } - ], - [ - "path", - { - "d": "M6 12l12 9" - } - ], - [ - "path", - { - "d": "M5 12h14" - } - ], - [ - "path", - { - "d": "M6 3v9" - } - ], - [ - "path", - { - "d": "M18 3v9" - } - ], - [ - "path", - { - "d": "M6 8h12" - } - ], - [ - "path", - { - "d": "M6 5h12" - } - ] - ], - "chalkboard-off": [ - [ - "path", - { - "d": "M8 19h-3a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2m4 0h10a2 2 0 0 1 2 2v10" - } - ], - [ - "path", - { - "d": "M17 17v1a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "chalkboard": [ - [ - "path", - { - "d": "M8 19h-3a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v11a1 1 0 0 1 -1 1" - } - ], - [ - "path", - { - "d": "M11 16m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ] - ], - "charging-pile": [ - [ - "path", - { - "d": "M18 7l-1 1" - } - ], - [ - "path", - { - "d": "M14 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0v-7l-3 -3" - } - ], - [ - "path", - { - "d": "M4 20v-14a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v14" - } - ], - [ - "path", - { - "d": "M9 11.5l-1.5 2.5h3l-1.5 2.5" - } - ], - [ - "path", - { - "d": "M3 20l12 0" - } - ], - [ - "path", - { - "d": "M4 8l10 0" - } - ] - ], - "chart-arcs-3": [ - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M7 12a5 5 0 1 0 5 -5" - } - ], - [ - "path", - { - "d": "M6.29 18.957a9 9 0 1 0 5.71 -15.957" - } - ] - ], - "chart-arcs": [ - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M16.924 11.132a5 5 0 1 0 -4.056 5.792" - } - ], - [ - "path", - { - "d": "M3 12a9 9 0 1 0 9 -9" - } - ] - ], - "chart-area-filled": [ - [ - "path", - { - "d": "M20 18a1 1 0 0 1 .117 1.993l-.117 .007h-16a1 1 0 0 1 -.117 -1.993l.117 -.007h16z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M15.22 5.375a1 1 0 0 1 1.393 -.165l.094 .083l4 4a1 1 0 0 1 .284 .576l.009 .131v5a1 1 0 0 1 -.883 .993l-.117 .007h-16.022l-.11 -.009l-.11 -.02l-.107 -.034l-.105 -.046l-.1 -.059l-.094 -.07l-.06 -.055l-.072 -.082l-.064 -.089l-.054 -.096l-.016 -.035l-.04 -.103l-.027 -.106l-.015 -.108l-.004 -.11l.009 -.11l.019 -.105c.01 -.04 .022 -.077 .035 -.112l.046 -.105l.059 -.1l4 -6a1 1 0 0 1 1.165 -.39l.114 .05l3.277 1.638l3.495 -4.369z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "chart-area-line-filled": [ - [ - "path", - { - "d": "M15.22 9.375a1 1 0 0 1 1.393 -.165l.094 .083l4 4a1 1 0 0 1 .284 .576l.009 .131v5a1 1 0 0 1 -.883 .993l-.117 .007h-16.022l-.11 -.009l-.11 -.02l-.107 -.034l-.105 -.046l-.1 -.059l-.094 -.07l-.06 -.055l-.072 -.082l-.064 -.089l-.054 -.096l-.016 -.035l-.04 -.103l-.027 -.106l-.015 -.108l-.004 -.11l.009 -.11l.019 -.105c.01 -.04 .022 -.077 .035 -.112l.046 -.105l.059 -.1l4 -6a1 1 0 0 1 1.165 -.39l.114 .05l3.277 1.638l3.495 -4.369z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M15.232 3.36a1 1 0 0 1 1.382 -.15l.093 .083l4 4a1 1 0 0 1 -1.32 1.497l-.094 -.083l-3.226 -3.225l-4.299 5.158a1 1 0 0 1 -1.1 .303l-.115 -.049l-3.254 -1.626l-2.499 3.332a1 1 0 0 1 -1.295 .269l-.105 -.069a1 1 0 0 1 -.269 -1.295l.069 -.105l3 -4a1 1 0 0 1 1.137 -.341l.11 .047l3.291 1.645l4.494 -5.391z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "chart-area-line": [ - [ - "path", - { - "d": "M4 19l4 -6l4 2l4 -5l4 4l0 5l-16 0" - } - ], - [ - "path", - { - "d": "M4 12l3 -4l4 2l5 -6l4 4" - } - ] - ], - "chart-area": [ - [ - "path", - { - "d": "M4 19l16 0" - } - ], - [ - "path", - { - "d": "M4 15l4 -6l4 2l4 -5l4 4l0 5l-16 0" - } - ] - ], - "chart-arrows-vertical": [ - [ - "path", - { - "d": "M18 21v-14" - } - ], - [ - "path", - { - "d": "M9 15l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M15 10l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M3 21l18 0" - } - ], - [ - "path", - { - "d": "M12 21l0 -9" - } - ], - [ - "path", - { - "d": "M3 6l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M6 21v-18" - } - ] - ], - "chart-arrows": [ - [ - "path", - { - "d": "M3 18l14 0" - } - ], - [ - "path", - { - "d": "M9 9l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M14 15l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M3 3l0 18" - } - ], - [ - "path", - { - "d": "M3 12l9 0" - } - ], - [ - "path", - { - "d": "M18 3l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M3 6l18 0" - } - ] - ], - "chart-bar-off": [ - [ - "path", - { - "d": "M3 12m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M12 8h2a1 1 0 0 1 1 1v2m0 4v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-10" - } - ], - [ - "path", - { - "d": "M15 11v-6a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v12m-1 3h-4a1 1 0 0 1 -1 -1v-4" - } - ], - [ - "path", - { - "d": "M4 20h14" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "chart-bar": [ - [ - "path", - { - "d": "M3 12m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M9 8m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M15 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M4 20l14 0" - } - ] - ], - "chart-bubble-filled": [ - [ - "path", - { - "d": "M6 12a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M16 16a3 3 0 1 1 -2.995 3.176l-.005 -.176l.005 -.176a3 3 0 0 1 2.995 -2.824z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M14.5 2a5.5 5.5 0 1 1 -5.496 5.721l-.004 -.221l.004 -.221a5.5 5.5 0 0 1 5.496 -5.279z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "chart-bubble": [ - [ - "path", - { - "d": "M6 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M16 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M14.5 7.5m-4.5 0a4.5 4.5 0 1 0 9 0a4.5 4.5 0 1 0 -9 0" - } - ] - ], - "chart-candle-filled": [ - [ - "path", - { - "d": "M6 3a1 1 0 0 1 .993 .883l.007 .117v1a2 2 0 0 1 1.995 1.85l.005 .15v3a2 2 0 0 1 -1.85 1.995l-.15 .005v8a1 1 0 0 1 -1.993 .117l-.007 -.117v-8a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3a2 2 0 0 1 1.85 -1.995l.15 -.005v-1a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 3a1 1 0 0 1 .993 .883l.007 .117v9a2 2 0 0 1 1.995 1.85l.005 .15v3a2 2 0 0 1 -1.85 1.995l-.15 .005a1 1 0 0 1 -1.993 .117l-.007 -.117l-.15 -.005a2 2 0 0 1 -1.844 -1.838l-.006 -.157v-3a2 2 0 0 1 1.85 -1.995l.15 -.005v-9a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M18 3a1 1 0 0 1 .993 .883l.007 .117a2 2 0 0 1 1.995 1.85l.005 .15v4a2 2 0 0 1 -1.85 1.995l-.15 .005v8a1 1 0 0 1 -1.993 .117l-.007 -.117v-8a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-4a2 2 0 0 1 1.85 -1.995l.15 -.005a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "chart-candle": [ - [ - "path", - { - "d": "M4 6m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M6 4l0 2" - } - ], - [ - "path", - { - "d": "M6 11l0 9" - } - ], - [ - "path", - { - "d": "M10 14m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M12 4l0 10" - } - ], - [ - "path", - { - "d": "M12 19l0 1" - } - ], - [ - "path", - { - "d": "M16 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M18 4l0 1" - } - ], - [ - "path", - { - "d": "M18 11l0 9" - } - ] - ], - "chart-circles": [ - [ - "path", - { - "d": "M9.5 9.5m-5.5 0a5.5 5.5 0 1 0 11 0a5.5 5.5 0 1 0 -11 0" - } - ], - [ - "path", - { - "d": "M14.5 14.5m-5.5 0a5.5 5.5 0 1 0 11 0a5.5 5.5 0 1 0 -11 0" - } - ] - ], - "chart-donut-2": [ - [ - "path", - { - "d": "M12 3v5m4 4h5" - } - ], - [ - "path", - { - "d": "M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "chart-donut-3": [ - [ - "path", - { - "d": "M12 3v5m4 4h5" - } - ], - [ - "path", - { - "d": "M8.929 14.582l-3.429 2.918" - } - ], - [ - "path", - { - "d": "M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "chart-donut-4": [ - [ - "path", - { - "d": "M8.848 14.667l-3.348 2.833" - } - ], - [ - "path", - { - "d": "M12 3v5m4 4h5" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M14.219 15.328l2.781 4.172" - } - ], - [ - "path", - { - "d": "M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ] - ], - "chart-donut-filled": [ - [ - "path", - { - "d": "M9.883 2.207a1.9 1.9 0 0 1 2.087 1.522l.025 .167l.005 .104v4a1 1 0 0 1 -.641 .933l-.107 .035a3.1 3.1 0 1 0 3.73 3.953l.05 -.173a1 1 0 0 1 .855 -.742l.113 -.006h3.8a2 2 0 0 1 2 2a1 1 0 0 1 -.026 .226a10 10 0 1 1 -12.27 -11.933l.27 -.067l.11 -.02z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M14.775 2.526a.996 .996 0 0 1 .22 -.026l.122 .007l.112 .02l.103 .03a10 10 0 0 1 6.003 5.817l.108 .294a1 1 0 0 1 -.824 1.325l-.119 .007h-4.5a1 1 0 0 1 -.76 -.35a8 8 0 0 0 -.89 -.89a1 1 0 0 1 -.342 -.636l-.008 -.124v-4.495l.006 -.118c.005 -.042 .012 -.08 .02 -.116l.03 -.103a.998 .998 0 0 1 .168 -.299l.071 -.08c.03 -.028 .058 -.052 .087 -.075l.09 -.063l.088 -.05l.103 -.043l.112 -.032z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "chart-donut": [ - [ - "path", - { - "d": "M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-3.8a4.1 4.1 0 1 1 -5 -5v-4a.9 .9 0 0 0 -1 -.8" - } - ], - [ - "path", - { - "d": "M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a9 9 0 0 0 -1 -1v-4.5" - } - ] - ], - "chart-dots-2": [ - [ - "path", - { - "d": "M3 3v18h18" - } - ], - [ - "path", - { - "d": "M9 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M13 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M21 3l-6 1.5" - } - ], - [ - "path", - { - "d": "M14.113 6.65l2.771 3.695" - } - ], - [ - "path", - { - "d": "M16 12.5l-5 2" - } - ] - ], - "chart-dots-3": [ - [ - "path", - { - "d": "M5 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M16 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 6m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M6 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17l5 -1.5" - } - ], - [ - "path", - { - "d": "M6.5 8.5l7.81 5.37" - } - ], - [ - "path", - { - "d": "M7 7l8 -1" - } - ] - ], - "chart-dots-filled": [ - [ - "path", - { - "d": "M3 2a1 1 0 0 1 1 1v17h17a1 1 0 0 1 .993 .883l.007 .117a1 1 0 0 1 -1 1h-18a1 1 0 0 1 -1 -1v-18a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M19 4a3 3 0 1 1 -.651 5.93l-2.002 3.202a3 3 0 1 1 -4.927 .337l-1.378 -1.655a3 3 0 1 1 1.538 -1.282l1.378 1.654a2.994 2.994 0 0 1 1.693 -.115l2.002 -3.203a3 3 0 0 1 2.347 -4.868z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "chart-dots": [ - [ - "path", - { - "d": "M3 3v18h18" - } - ], - [ - "path", - { - "d": "M9 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M14 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M10.16 10.62l2.34 2.88" - } - ], - [ - "path", - { - "d": "M15.088 13.328l2.837 -4.586" - } - ] - ], - "chart-grid-dots-filled": [ - [ - "path", - { - "d": "M18 2a1 1 0 0 1 1 1v.171a3.008 3.008 0 0 1 1.83 1.83l.17 -.001a1 1 0 0 1 0 2h-.171a3.008 3.008 0 0 1 -1.828 1.829l-.001 2.171h2a1 1 0 0 1 0 2h-2v2.171a3.008 3.008 0 0 1 1.83 1.83l.17 -.001a1 1 0 0 1 0 2h-.171a3.008 3.008 0 0 1 -1.828 1.829l-.001 .171a1 1 0 0 1 -2 0v-.17a3.008 3.008 0 0 1 -1.829 -1.83h-2.171v2a1 1 0 0 1 -2 0v-2h-2.171a3.008 3.008 0 0 1 -1.828 1.829l-.001 .171a1 1 0 0 1 -2 0v-.17a3.008 3.008 0 0 1 -1.829 -1.83h-.171a1 1 0 0 1 0 -2h.17a3.008 3.008 0 0 1 1.83 -1.83v-.34a3.008 3.008 0 0 1 -1.829 -1.83h-.171a1 1 0 0 1 0 -2h.17a3.008 3.008 0 0 1 1.83 -1.83v-2.17h-2a1 1 0 1 1 0 -2h2v-2a1 1 0 1 1 2 0v2h4v-2a1 1 0 0 1 2 0v2h2.17a3.008 3.008 0 0 1 1.83 -1.83v-.17a1 1 0 0 1 1 -1zm-7 11h-2.171a3.008 3.008 0 0 1 -1.828 1.829v.342a3.008 3.008 0 0 1 1.828 1.829h2.171v-4zm6 0h-4v4h2.17a3.008 3.008 0 0 1 1.83 -1.83v-2.17zm-6 -6h-4v2.171a3.008 3.008 0 0 1 1.83 1.83l2.17 -.001v-4zm4.171 0h-2.171v4h4v-2.17a3.008 3.008 0 0 1 -1.829 -1.83z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "chart-grid-dots": [ - [ - "path", - { - "d": "M18 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M8 18h8" - } - ], - [ - "path", - { - "d": "M18 20v1" - } - ], - [ - "path", - { - "d": "M18 3v1" - } - ], - [ - "path", - { - "d": "M6 20v1" - } - ], - [ - "path", - { - "d": "M6 10v-7" - } - ], - [ - "path", - { - "d": "M12 3v18" - } - ], - [ - "path", - { - "d": "M18 8v8" - } - ], - [ - "path", - { - "d": "M8 12h13" - } - ], - [ - "path", - { - "d": "M21 6h-1" - } - ], - [ - "path", - { - "d": "M16 6h-13" - } - ], - [ - "path", - { - "d": "M3 12h1" - } - ], - [ - "path", - { - "d": "M20 18h1" - } - ], - [ - "path", - { - "d": "M3 18h1" - } - ], - [ - "path", - { - "d": "M6 14v2" - } - ] - ], - "chart-histogram": [ - [ - "path", - { - "d": "M3 3v18h18" - } - ], - [ - "path", - { - "d": "M20 18v3" - } - ], - [ - "path", - { - "d": "M16 16v5" - } - ], - [ - "path", - { - "d": "M12 13v8" - } - ], - [ - "path", - { - "d": "M8 16v5" - } - ], - [ - "path", - { - "d": "M3 11c6 0 5 -5 9 -5s3 5 9 5" - } - ] - ], - "chart-infographic": [ - [ - "path", - { - "d": "M7 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M7 3v4h4" - } - ], - [ - "path", - { - "d": "M9 17l0 4" - } - ], - [ - "path", - { - "d": "M17 14l0 7" - } - ], - [ - "path", - { - "d": "M13 13l0 8" - } - ], - [ - "path", - { - "d": "M21 12l0 9" - } - ] - ], - "chart-line": [ - [ - "path", - { - "d": "M4 19l16 0" - } - ], - [ - "path", - { - "d": "M4 15l4 -6l4 2l4 -5l4 4" - } - ] - ], - "chart-pie-2": [ - [ - "path", - { - "d": "M12 3v9h9" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "chart-pie-3": [ - [ - "path", - { - "d": "M12 12l-6.5 5.5" - } - ], - [ - "path", - { - "d": "M12 3v9h9" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "chart-pie-4": [ - [ - "path", - { - "d": "M12 12l-6.5 5.5" - } - ], - [ - "path", - { - "d": "M12 3v9h9" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12l5 7.5" - } - ] - ], - "chart-pie-filled": [ - [ - "path", - { - "d": "M9.883 2.207a1.9 1.9 0 0 1 2.087 1.522l.025 .167l.005 .104v7a1 1 0 0 0 .883 .993l.117 .007h6.8a2 2 0 0 1 2 2a1 1 0 0 1 -.026 .226a10 10 0 1 1 -12.27 -11.933l.27 -.067l.11 -.02z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M14 3.5v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 .943 -1.332a10 10 0 0 0 -6.11 -6.111a1 1 0 0 0 -1.333 .943z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "chart-pie-off": [ - [ - "path", - { - "d": "M5.63 5.643a9 9 0 0 0 12.742 12.715m1.674 -2.29a9.03 9.03 0 0 0 .754 -2.068a1 1 0 0 0 -1 -1h-2.8m-4 0a2 2 0 0 1 -2 -2m0 -4v-3a.9 .9 0 0 0 -1 -.8a9 9 0 0 0 -2.057 .749" - } - ], - [ - "path", - { - "d": "M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a1 1 0 0 1 -1 -1v-4.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "chart-pie": [ - [ - "path", - { - "d": "M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-6.8a2 2 0 0 1 -2 -2v-7a.9 .9 0 0 0 -1 -.8" - } - ], - [ - "path", - { - "d": "M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a1 1 0 0 1 -1 -1v-4.5" - } - ] - ], - "chart-ppf": [ - [ - "path", - { - "d": "M19 17c0 -6.075 -5.373 -11 -12 -11" - } - ], - [ - "path", - { - "d": "M3 3v18h18" - } - ] - ], - "chart-radar": [ - [ - "path", - { - "d": "M12 3l9.5 7l-3.5 11h-12l-3.5 -11z" - } - ], - [ - "path", - { - "d": "M12 7.5l5.5 4l-2.5 5.5h-6.5l-2 -5.5z" - } - ], - [ - "path", - { - "d": "M2.5 10l9.5 3l9.5 -3" - } - ], - [ - "path", - { - "d": "M12 3v10l6 8" - } - ], - [ - "path", - { - "d": "M6 21l6 -8" - } - ] - ], - "chart-sankey": [ - [ - "path", - { - "d": "M3 3v18h18" - } - ], - [ - "path", - { - "d": "M3 6h18" - } - ], - [ - "path", - { - "d": "M3 8c10 0 8 9 18 9" - } - ] - ], - "chart-scatter-3d": [ - [ - "path", - { - "d": "M3 20l9 -7" - } - ], - [ - "path", - { - "d": "M12 3v10l9 7" - } - ], - [ - "path", - { - "d": "M17 12v.015" - } - ], - [ - "path", - { - "d": "M17 4.015v.015" - } - ], - [ - "path", - { - "d": "M21 8.015v.015" - } - ], - [ - "path", - { - "d": "M12 19.015v.015" - } - ], - [ - "path", - { - "d": "M3 12.015v.015" - } - ], - [ - "path", - { - "d": "M7 8.015v.015" - } - ], - [ - "path", - { - "d": "M3 4.015v.015" - } - ] - ], - "chart-scatter": [ - [ - "path", - { - "d": "M3 3v18h18" - } - ], - [ - "path", - { - "d": "M8 15.015v.015" - } - ], - [ - "path", - { - "d": "M16 16.015v.015" - } - ], - [ - "path", - { - "d": "M8 7.03v.015" - } - ], - [ - "path", - { - "d": "M12 11.03v.015" - } - ], - [ - "path", - { - "d": "M19 11.03v.015" - } - ] - ], - "chart-treemap": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 4v16" - } - ], - [ - "path", - { - "d": "M4 15h8" - } - ], - [ - "path", - { - "d": "M12 12h8" - } - ], - [ - "path", - { - "d": "M16 12v8" - } - ], - [ - "path", - { - "d": "M16 16h4" - } - ] - ], - "check": [ - [ - "path", - { - "d": "M5 12l5 5l10 -10" - } - ] - ], - "checkbox": [ - [ - "path", - { - "d": "M9 11l3 3l8 -8" - } - ], - [ - "path", - { - "d": "M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9" - } - ] - ], - "checklist": [ - [ - "path", - { - "d": "M9.615 20h-2.615a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8" - } - ], - [ - "path", - { - "d": "M14 19l2 2l4 -4" - } - ], - [ - "path", - { - "d": "M9 8h4" - } - ], - [ - "path", - { - "d": "M9 12h2" - } - ] - ], - "checks": [ - [ - "path", - { - "d": "M7 12l5 5l10 -10" - } - ], - [ - "path", - { - "d": "M2 12l5 5m5 -5l5 -5" - } - ] - ], - "checkup-list": [ - [ - "path", - { - "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 14h.01" - } - ], - [ - "path", - { - "d": "M9 17h.01" - } - ], - [ - "path", - { - "d": "M12 16l1 1l3 -3" - } - ] - ], - "cheese": [ - [ - "path", - { - "d": "M4.519 20.008l16.481 -.008v-3.5a2 2 0 1 1 0 -4v-3.5h-16.722" - } - ], - [ - "path", - { - "d": "M21 9l-9.385 -4.992c-2.512 .12 -4.758 1.42 -6.327 3.425c-1.423 1.82 -2.288 4.221 -2.288 6.854c0 2.117 .56 4.085 1.519 5.721" - } - ], - [ - "path", - { - "d": "M15 13v.01" - } - ], - [ - "path", - { - "d": "M8 13v.01" - } - ], - [ - "path", - { - "d": "M11 16v.01" - } - ] - ], - "chef-hat-off": [ - [ - "path", - { - "d": "M8.72 4.712a4 4 0 0 1 7.19 1.439a4 4 0 0 1 2.09 7.723v.126m0 4v3h-12v-7.126a4 4 0 0 1 .081 -7.796" - } - ], - [ - "path", - { - "d": "M6.161 17.009l10.839 -.009" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "chef-hat": [ - [ - "path", - { - "d": "M12 3c1.918 0 3.52 1.35 3.91 3.151a4 4 0 0 1 2.09 7.723l0 7.126h-12v-7.126a4 4 0 1 1 2.092 -7.723a4 4 0 0 1 3.908 -3.151z" - } - ], - [ - "path", - { - "d": "M6.161 17.009l11.839 -.009" - } - ] - ], - "cherry-filled": [ - [ - "path", - { - "d": "M16.588 5.191l.058 .045l.078 .074l.072 .084l.013 .018a.998 .998 0 0 1 .182 .727l-.022 .111l-.03 .092c-.99 2.725 -.666 5.158 .679 7.706a4 4 0 1 1 -4.613 4.152l-.005 -.2l.005 -.2a4.002 4.002 0 0 1 2.5 -3.511c-.947 -2.03 -1.342 -4.065 -1.052 -6.207c-.166 .077 -.332 .15 -.499 .218l.094 -.064c-2.243 1.47 -3.552 3.004 -3.98 4.57a4.5 4.5 0 1 1 -7.064 3.906l-.004 -.212l.005 -.212a4.5 4.5 0 0 1 5.2 -4.233c.332 -1.073 .945 -2.096 1.83 -3.069c-1.794 -.096 -3.586 -.759 -5.355 -1.986l-.268 -.19l-.051 -.04l-.046 -.04l-.044 -.044l-.04 -.046l-.04 -.05l-.032 -.047l-.035 -.06l-.053 -.11l-.038 -.116l-.023 -.117l-.005 -.042l-.005 -.118l.01 -.118l.023 -.117l.038 -.115l.03 -.066l.023 -.045l.035 -.06l.032 -.046l.04 -.051l.04 -.046l.044 -.044l.046 -.04l.05 -.04c4.018 -2.922 8.16 -2.922 12.177 0z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "cherry": [ - [ - "path", - { - "d": "M7.5 16.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" - } - ], - [ - "path", - { - "d": "M17 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 13c.366 -2 1.866 -3.873 4.5 -5.6" - } - ], - [ - "path", - { - "d": "M17 15c-1.333 -2.333 -2.333 -5.333 -1 -9" - } - ], - [ - "path", - { - "d": "M5 6c3.667 -2.667 7.333 -2.667 11 0c-3.667 2.667 -7.333 2.667 -11 0" - } - ] - ], - "chess-bishop-filled": [ - [ - "path", - { - "d": "M12 2a2 2 0 0 1 1.386 3.442c.646 .28 1.226 .62 1.74 1.017l-3.833 3.834l-.083 .094a1 1 0 0 0 1.403 1.403l.094 -.083l3.814 -3.813c.977 1.35 1.479 3.07 1.479 5.106c0 1.913 -1.178 3.722 -3.089 3.973l-.2 .02l-.211 .007h-5c-2.126 0 -3.5 -1.924 -3.5 -4c0 -3.68 1.57 -6.255 4.613 -7.56a2 2 0 0 1 1.387 -3.44z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 5v1", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "chess-bishop": [ - [ - "path", - { - "d": "M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8z" - } - ], - [ - "path", - { - "d": "M12 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M9.5 16c-1.667 0 -2.5 -1.669 -2.5 -3c0 -3.667 1.667 -6 5 -7c3.333 1 5 3.427 5 7c0 1.284 -.775 2.881 -2.325 3l-.175 0h-5z" - } - ], - [ - "path", - { - "d": "M15 8l-3 3" - } - ], - [ - "path", - { - "d": "M12 5v1" - } - ] - ], - "chess-filled": [ - [ - "path", - { - "d": "M12 2a4 4 0 0 1 4 4a5.03 5.03 0 0 1 -.438 2.001l.438 -.001a1 1 0 0 1 .117 1.993l-.117 .007h-1.263l1.24 5.79a1 1 0 0 1 -.747 1.184l-.113 .02l-.117 .006h-6a1 1 0 0 1 -.996 -1.093l.018 -.117l1.24 -5.79h-1.262a1 1 0 0 1 -.117 -1.993l.117 -.007h.438a5.154 5.154 0 0 1 -.412 -1.525l-.02 -.259l-.006 -.216a4 4 0 0 1 4 -4z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "chess-king-filled": [ - [ - "path", - { - "d": "M12 2a1 1 0 0 1 .993 .883l.007 .117v2h2a1 1 0 0 1 .117 1.993l-.117 .007h-2v1.758a4.49 4.49 0 0 1 2.033 -.734l.24 -.018l.227 -.006a4.5 4.5 0 0 1 4.5 4.5a4.504 4.504 0 0 1 -4.064 4.478l-.217 .016l-.219 .006h-7a4.5 4.5 0 1 1 2.501 -8.241l-.001 -1.759h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2v-2a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "chess-king": [ - [ - "path", - { - "d": "M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8z" - } - ], - [ - "path", - { - "d": "M8.5 16a3.5 3.5 0 1 1 3.163 -5h.674a3.5 3.5 0 1 1 3.163 5z" - } - ], - [ - "path", - { - "d": "M9 6h6" - } - ], - [ - "path", - { - "d": "M12 3v8" - } - ] - ], - "chess-knight-filled": [ - [ - "path", - { - "d": "M8.959 1.99l-.147 .028l-.115 .029a1 1 0 0 0 -.646 1.27l.749 2.245l-2.815 1.735a2 2 0 0 0 -.655 2.751l.089 .133a2 2 0 0 0 1.614 .819l1.563 -.001l-1.614 4.674a1 1 0 0 0 .945 1.327h7.961a1 1 0 0 0 1 -.978l.112 -5c0 -3.827 -1.555 -6.878 -4.67 -7.966l-2.399 -.83l-.375 -.121l-.258 -.074l-.135 -.031l-.101 -.013l-.055 -.001l-.048 .003z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "chess-knight": [ - [ - "path", - { - "d": "M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8z" - } - ], - [ - "path", - { - "d": "M9 3l1 3l-3.491 2.148a1 1 0 0 0 .524 1.852h2.967l-2.073 6h7.961l.112 -5c0 -3 -1.09 -5.983 -4 -7c-1.94 -.678 -2.94 -1.011 -3 -1z" - } - ] - ], - "chess-queen-filled": [ - [ - "path", - { - "d": "M12 2a2 2 0 0 1 1.572 3.236l.793 1.983l1.702 -1.702a2.003 2.003 0 0 1 1.933 -2.517a2 2 0 0 1 .674 3.884l-1.69 9.295a1 1 0 0 1 -.865 .814l-.119 .007h-8a1 1 0 0 1 -.956 -.705l-.028 -.116l-1.69 -9.295a2 2 0 1 1 2.607 -1.367l1.701 1.702l.794 -1.983a2 2 0 0 1 1.572 -3.236z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "chess-queen": [ - [ - "path", - { - "d": "M16 16l2 -11l-4 4l-2 -5l-2 5l-4 -4l2 11" - } - ], - [ - "path", - { - "d": "M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8z" - } - ], - [ - "path", - { - "d": "M12 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M6 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M18 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "chess-rook-filled": [ - [ - "path", - { - "d": "M14 3a1 1 0 0 1 .993 .883l.007 .117v2h1.652l.362 -2.164a1 1 0 0 1 1.034 -.836l.116 .013a1 1 0 0 1 .836 1.035l-.013 .116l-.5 3a1 1 0 0 1 -.865 .829l-.122 .007h-1.383l.877 7.89a1 1 0 0 1 -.877 1.103l-.117 .007h-8a1 1 0 0 1 -1 -.993l.006 -.117l.877 -7.89h-1.383a1 1 0 0 1 -.96 -.718l-.026 -.118l-.5 -3a1 1 0 0 1 1.947 -.442l.025 .114l.361 2.164h1.653v-2a1 1 0 0 1 1.993 -.117l.007 .117v2h2v-2a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "chess-rook": [ - [ - "path", - { - "d": "M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8z" - } - ], - [ - "path", - { - "d": "M8 16l1 -9h6l1 9" - } - ], - [ - "path", - { - "d": "M6 4l.5 3h11l.5 -3" - } - ], - [ - "path", - { - "d": "M10 4v3" - } - ], - [ - "path", - { - "d": "M14 4v3" - } - ] - ], - "chess": [ - [ - "path", - { - "d": "M12 3a3 3 0 0 1 3 3c0 1.113 -.6 2.482 -1.5 3l1.5 7h-6l1.5 -7c-.9 -.518 -1.5 -1.887 -1.5 -3a3 3 0 0 1 3 -3z" - } - ], - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M6.684 16.772a1 1 0 0 0 -.684 .949v1.279a1 1 0 0 0 1 1h10a1 1 0 0 0 1 -1v-1.28a1 1 0 0 0 -.684 -.948l-2.316 -.772h-6l-2.316 .772z" - } - ] - ], - "chevron-compact-down": [ - [ - "path", - { - "d": "M4 11l8 3l8 -3" - } - ] - ], - "chevron-compact-left": [ - [ - "path", - { - "d": "M13 20l-3 -8l3 -8" - } - ] - ], - "chevron-compact-right": [ - [ - "path", - { - "d": "M11 4l3 8l-3 8" - } - ] - ], - "chevron-compact-up": [ - [ - "path", - { - "d": "M4 13l8 -3l8 3" - } - ] - ], - "chevron-down-left": [ - [ - "path", - { - "d": "M8 8v8h8" - } - ] - ], - "chevron-down-right": [ - [ - "path", - { - "d": "M16 8v8h-8" - } - ] - ], - "chevron-down": [ - [ - "path", - { - "d": "M6 9l6 6l6 -6" - } - ] - ], - "chevron-left-pipe": [ - [ - "path", - { - "d": "M7 6v12" - } - ], - [ - "path", - { - "d": "M18 6l-6 6l6 6" - } - ] - ], - "chevron-left": [ - [ - "path", - { - "d": "M15 6l-6 6l6 6" - } - ] - ], - "chevron-right-pipe": [ - [ - "path", - { - "d": "M6 6l6 6l-6 6" - } - ], - [ - "path", - { - "d": "M17 5v13" - } - ] - ], - "chevron-right": [ - [ - "path", - { - "d": "M9 6l6 6l-6 6" - } - ] - ], - "chevron-up-left": [ - [ - "path", - { - "d": "M8 16v-8h8" - } - ] - ], - "chevron-up-right": [ - [ - "path", - { - "d": "M8 8h8v8" - } - ] - ], - "chevron-up": [ - [ - "path", - { - "d": "M6 15l6 -6l6 6" - } - ] - ], - "chevrons-down-left": [ - [ - "path", - { - "d": "M11 5v8h8" - } - ], - [ - "path", - { - "d": "M7 9v8h8" - } - ] - ], - "chevrons-down-right": [ - [ - "path", - { - "d": "M13 5v8h-8" - } - ], - [ - "path", - { - "d": "M17 9v8h-8" - } - ] - ], - "chevrons-down": [ - [ - "path", - { - "d": "M7 7l5 5l5 -5" - } - ], - [ - "path", - { - "d": "M7 13l5 5l5 -5" - } - ] - ], - "chevrons-left": [ - [ - "path", - { - "d": "M11 7l-5 5l5 5" - } - ], - [ - "path", - { - "d": "M17 7l-5 5l5 5" - } - ] - ], - "chevrons-right": [ - [ - "path", - { - "d": "M7 7l5 5l-5 5" - } - ], - [ - "path", - { - "d": "M13 7l5 5l-5 5" - } - ] - ], - "chevrons-up-left": [ - [ - "path", - { - "d": "M7 15v-8h8" - } - ], - [ - "path", - { - "d": "M11 19v-8h8" - } - ] - ], - "chevrons-up-right": [ - [ - "path", - { - "d": "M9 7h8v8" - } - ], - [ - "path", - { - "d": "M5 11h8v8" - } - ] - ], - "chevrons-up": [ - [ - "path", - { - "d": "M7 11l5 -5l5 5" - } - ], - [ - "path", - { - "d": "M7 17l5 -5l5 5" - } - ] - ], - "chisel": [ - [ - "path", - { - "d": "M14 14l1.5 1.5" - } - ], - [ - "path", - { - "d": "M18.347 15.575l2.08 2.079a1.96 1.96 0 0 1 -2.773 2.772l-2.08 -2.079a1.96 1.96 0 0 1 2.773 -2.772z" - } - ], - [ - "path", - { - "d": "M3 6l3 -3l7.414 7.414a2 2 0 0 1 .586 1.414v2.172h-2.172a2 2 0 0 1 -1.414 -.586l-7.414 -7.414z" - } - ] - ], - "christmas-ball": [ - [ - "path", - { - "d": "M12 13m-8 0a8 8 0 1 0 16 0a8 8 0 1 0 -16 0" - } - ], - [ - "path", - { - "d": "M11 5l1 -2l1 2" - } - ], - [ - "path", - { - "d": "M4.512 10.161c2.496 -1.105 4.992 -.825 7.488 .839c2.627 1.752 5.255 1.97 7.882 .653" - } - ], - [ - "path", - { - "d": "M4.315 15.252c2.561 -1.21 5.123 -.96 7.685 .748c2.293 1.528 4.585 1.889 6.878 1.081" - } - ] - ], - "christmas-tree-off": [ - [ - "path", - { - "d": "M9.5 5.5l2.5 -2.5l4 4l-2 1l4 4l-1.5 .5m.5 4.5h-12l4 -4l-3 -1l3 -3" - } - ], - [ - "path", - { - "d": "M14 17v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "christmas-tree": [ - [ - "path", - { - "d": "M12 3l4 4l-2 1l4 4l-3 1l4 4h-14l4 -4l-3 -1l4 -4l-2 -1z" - } - ], - [ - "path", - { - "d": "M14 17v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-3" - } - ] - ], - "circle-0-filled": [ - [ - "path", - { - "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm0 5a3 3 0 0 0 -2.995 2.824l-.005 .176v4l.005 .176a3 3 0 0 0 5.99 0l.005 -.176v-4l-.005 -.176a3 3 0 0 0 -2.995 -2.824zm0 2a1 1 0 0 1 .993 .883l.007 .117v4l-.007 .117a1 1 0 0 1 -1.986 0l-.007 -.117v-4l.007 -.117a1 1 0 0 1 .993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-1-filled": [ - [ - "path", - { - "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm.994 5.886c-.083 -.777 -1.008 -1.16 -1.617 -.67l-.084 .077l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v5.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.006 -.114z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-2-filled": [ - [ - "path", - { - "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm1 5h-3l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h3v2h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h3l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-3v-2h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-3-filled": [ - [ - "path", - { - "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm1 5h-2l-.15 .005a2 2 0 0 0 -1.85 1.995a1 1 0 0 0 1.974 .23l.02 -.113l.006 -.117h2v2h-2l-.133 .007c-1.111 .12 -1.154 1.73 -.128 1.965l.128 .021l.133 .007h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-4-filled": [ - [ - "path", - { - "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm2 5a1 1 0 0 0 -.993 .883l-.007 .117v3h-2v-3l-.007 -.117a1 1 0 0 0 -1.986 0l-.007 .117v3l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v3l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-5-filled": [ - [ - "path", - { - "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm2 5h-4a1 1 0 0 0 -.993 .883l-.007 .117v4a1 1 0 0 0 .883 .993l.117 .007h3v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2a2 2 0 0 0 1.995 -1.85l.005 -.15v-2a2 2 0 0 0 -1.85 -1.995l-.15 -.005h-2v-2h3a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -.883 -.993l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-6-filled": [ - [ - "path", - { - "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v6l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006h-2v-2h2l.007 .117a1 1 0 0 0 1.993 -.117a2 2 0 0 0 -1.85 -1.995l-.15 -.005zm0 6v2h-2v-2h2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-7-filled": [ - [ - "path", - { - "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm2 5h-4l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117l.007 .117a1 1 0 0 0 .876 .876l.117 .007h2.718l-1.688 6.757l-.022 .115a1 1 0 0 0 1.927 .482l.035 -.111l2 -8l.021 -.112a1 1 0 0 0 -.878 -1.125l-.113 -.006z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-8-filled": [ - [ - "path", - { - "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15c.018 .236 .077 .46 .17 .667l.075 .152l.018 .03l-.018 .032c-.133 .24 -.218 .509 -.243 .795l-.007 .174v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 6v2h-2v-2h2zm0 -4v2h-2v-2h2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-9-filled": [ - [ - "path", - { - "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-6l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 2v2h-2v-2h2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-arrow-down-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 3.66a1 1 0 0 0 -1 1v5.585l-2.293 -2.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l4 4c.028 .028 .057 .054 .094 .083l.092 .064l.098 .052l.081 .034l.113 .034l.112 .02l.117 .006l.115 -.007l.114 -.02l.142 -.044l.113 -.054l.111 -.071a.939 .939 0 0 0 .112 -.097l4 -4l.083 -.094a1 1 0 0 0 -1.497 -1.32l-2.293 2.291v-5.584l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-arrow-down-left-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-8 4.66a1 1 0 0 0 -1 1v6l.007 .117l.029 .149l.035 .105l.054 .113l.071 .111c.03 .04 .061 .077 .097 .112l.09 .08l.096 .067l.098 .052l.11 .044l.112 .03l.126 .017l6.075 .003l.117 -.007a1 1 0 0 0 .883 -.993l-.007 -.117a1 1 0 0 0 -.993 -.883h-3.586l4.293 -4.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-4.293 4.291v-3.584l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-arrow-down-left": [ - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M15 9l-6 6" - } - ], - [ - "path", - { - "d": "M15 15h-6v-6" - } - ] - ], - "circle-arrow-down-right-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 4.66l-.117 .007a1 1 0 0 0 -.883 .993v3.585l-4.293 -4.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l4.292 4.293h-3.585l-.117 .007a1 1 0 0 0 .117 1.993l6.034 .001a.998 .998 0 0 0 .186 -.025l.053 -.014l.066 -.02l.13 -.059l.093 -.055a.98 .98 0 0 0 .438 -.828v-6l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-arrow-down-right": [ - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M15 15h-6" - } - ], - [ - "path", - { - "d": "M15 9v6l-6 -6" - } - ] - ], - "circle-arrow-down": [ - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M8 12l4 4" - } - ], - [ - "path", - { - "d": "M12 8v8" - } - ], - [ - "path", - { - "d": "M16 12l-4 4" - } - ] - ], - "circle-arrow-left-filled": [ - [ - "path", - { - "d": "M12 2a10 10 0 0 1 .324 19.995l-.324 .005l-.324 -.005a10 10 0 0 1 .324 -19.995zm.707 5.293a1 1 0 0 0 -1.414 0l-4 4a1.048 1.048 0 0 0 -.083 .094l-.064 .092l-.052 .098l-.044 .11l-.03 .112l-.017 .126l-.003 .075l.004 .09l.007 .058l.025 .118l.035 .105l.054 .113l.043 .07l.071 .095l.054 .058l4 4l.094 .083a1 1 0 0 0 1.32 -1.497l-2.292 -2.293h5.585l.117 -.007a1 1 0 0 0 -.117 -1.993h-5.586l2.293 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-arrow-left": [ - [ - "path", - { - "d": "M12 21a9 9 0 1 0 0 -18a9 9 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M8 12l4 4" - } - ], - [ - "path", - { - "d": "M8 12h8" - } - ], - [ - "path", - { - "d": "M12 8l-4 4" - } - ] - ], - "circle-arrow-right-filled": [ - [ - "path", - { - "d": "M12 2l.324 .005a10 10 0 1 1 -.648 0l.324 -.005zm.613 5.21a1 1 0 0 0 -1.32 1.497l2.291 2.293h-5.584l-.117 .007a1 1 0 0 0 .117 1.993h5.584l-2.291 2.293l-.083 .094a1 1 0 0 0 1.497 1.32l4 -4l.073 -.082l.064 -.089l.062 -.113l.044 -.11l.03 -.112l.017 -.126l.003 -.075l-.007 -.118l-.029 -.148l-.035 -.105l-.054 -.113l-.071 -.111a1.008 1.008 0 0 0 -.097 -.112l-4 -4z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-arrow-right": [ - [ - "path", - { - "d": "M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0 -18" - } - ], - [ - "path", - { - "d": "M16 12l-4 -4" - } - ], - [ - "path", - { - "d": "M16 12h-8" - } - ], - [ - "path", - { - "d": "M12 16l4 -4" - } - ] - ], - "circle-arrow-up-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-4.98 3.66l-.163 .01l-.086 .016l-.142 .045l-.113 .054l-.07 .043l-.095 .071l-.058 .054l-4 4l-.083 .094a1 1 0 0 0 1.497 1.32l2.293 -2.293v5.586l.007 .117a1 1 0 0 0 1.993 -.117v-5.585l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -1.497l-4 -4l-.082 -.073l-.089 -.064l-.113 -.062l-.081 -.034l-.113 -.034l-.112 -.02l-.098 -.006z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-arrow-up-left-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 4.66h-6l-.117 .007l-.149 .029l-.105 .035l-.113 .054l-.111 .071a1.01 1.01 0 0 0 -.112 .097l-.08 .09l-.067 .096l-.052 .098l-.044 .11l-.03 .112l-.017 .126l-.003 6.075l.007 .117a1 1 0 0 0 .993 .883l.117 -.007a1 1 0 0 0 .883 -.993v-3.585l4.293 4.292l.094 .083a1 1 0 0 0 1.32 -1.497l-4.292 -4.293h3.585l.117 -.007a1 1 0 0 0 -.117 -1.993z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-arrow-up-left": [ - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 9l6 6" - } - ], - [ - "path", - { - "d": "M15 9h-6v6" - } - ] - ], - "circle-arrow-up-right-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 4.66h-6l-.117 .007a1 1 0 0 0 -.883 .993l.007 .117a1 1 0 0 0 .993 .883h3.584l-4.291 4.293l-.083 .094a1 1 0 0 0 1.497 1.32l4.293 -4.293v3.586l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117l-.029 -.149l-.035 -.105l-.054 -.113l-.071 -.111a1.01 1.01 0 0 0 -.097 -.112l-.09 -.08l-.096 -.067l-.098 -.052l-.11 -.044l-.112 -.03l-.126 -.017l-.075 -.003z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-arrow-up-right": [ - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M15 9l-6 6" - } - ], - [ - "path", - { - "d": "M15 15v-6h-6" - } - ] - ], - "circle-arrow-up": [ - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 8l-4 4" - } - ], - [ - "path", - { - "d": "M12 8v8" - } - ], - [ - "path", - { - "d": "M16 12l-4 -4" - } - ] - ], - "circle-caret-down": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 15l-4 -4h8z" - } - ] - ], - "circle-caret-left": [ - [ - "path", - { - "d": "M9 12l4 -4v8z" - } - ], - [ - "path", - { - "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" - } - ] - ], - "circle-caret-right": [ - [ - "path", - { - "d": "M15 12l-4 -4v8z" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "circle-caret-up": [ - [ - "path", - { - "d": "M12 9l4 4h-8z" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "circle-check-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.293 5.953a1 1 0 0 0 -1.32 -.083l-.094 .083l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.403 1.403l.083 .094l2 2l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-check": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 12l2 2l4 -4" - } - ] - ], - "circle-chevron-down": [ - [ - "path", - { - "d": "M15 11l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0 -18z" - } - ] - ], - "circle-chevron-left": [ - [ - "path", - { - "d": "M13 15l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M21 12a9 9 0 1 0 -18 0a9 9 0 0 0 18 0z" - } - ] - ], - "circle-chevron-right": [ - [ - "path", - { - "d": "M11 9l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0z" - } - ] - ], - "circle-chevron-up": [ - [ - "path", - { - "d": "M9 13l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "circle-chevrons-down": [ - [ - "path", - { - "d": "M15 9l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M15 13l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0 -18z" - } - ] - ], - "circle-chevrons-left": [ - [ - "path", - { - "d": "M15 15l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M11 15l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M21 12a9 9 0 1 0 0 .265l0 -.265z" - } - ] - ], - "circle-chevrons-right": [ - [ - "path", - { - "d": "M9 9l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M13 9l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M3 12a9 9 0 1 0 0 -.265l0 .265z" - } - ] - ], - "circle-chevrons-up": [ - [ - "path", - { - "d": "M9 15l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M9 11l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M12 21a9 9 0 1 0 -.265 0l.265 0z" - } - ] - ], - "circle-dashed-number-0": [ - [ - "path", - { - "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95" - } - ], - [ - "path", - { - "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44" - } - ], - [ - "path", - { - "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92" - } - ], - [ - "path", - { - "d": "M8.56 20.31a9 9 0 0 0 3.44 .69" - } - ], - [ - "path", - { - "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95" - } - ], - [ - "path", - { - "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44" - } - ], - [ - "path", - { - "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92" - } - ], - [ - "path", - { - "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69" - } - ], - [ - "path", - { - "d": "M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" - } - ] - ], - "circle-dashed-number-1": [ - [ - "path", - { - "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95" - } - ], - [ - "path", - { - "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44" - } - ], - [ - "path", - { - "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92" - } - ], - [ - "path", - { - "d": "M8.56 20.31a9 9 0 0 0 3.44 .69" - } - ], - [ - "path", - { - "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95" - } - ], - [ - "path", - { - "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44" - } - ], - [ - "path", - { - "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92" - } - ], - [ - "path", - { - "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69" - } - ], - [ - "path", - { - "d": "M10 10l2 -2v8" - } - ] - ], - "circle-dashed-number-2": [ - [ - "path", - { - "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95" - } - ], - [ - "path", - { - "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44" - } - ], - [ - "path", - { - "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92" - } - ], - [ - "path", - { - "d": "M8.56 20.31a9 9 0 0 0 3.44 .69" - } - ], - [ - "path", - { - "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95" - } - ], - [ - "path", - { - "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44" - } - ], - [ - "path", - { - "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92" - } - ], - [ - "path", - { - "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69" - } - ], - [ - "path", - { - "d": "M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "circle-dashed-number-3": [ - [ - "path", - { - "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95" - } - ], - [ - "path", - { - "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44" - } - ], - [ - "path", - { - "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92" - } - ], - [ - "path", - { - "d": "M8.56 20.31a9 9 0 0 0 3.44 .69" - } - ], - [ - "path", - { - "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95" - } - ], - [ - "path", - { - "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44" - } - ], - [ - "path", - { - "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92" - } - ], - [ - "path", - { - "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69" - } - ], - [ - "path", - { - "d": "M10 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5" - } - ] - ], - "circle-dashed-number-4": [ - [ - "path", - { - "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95" - } - ], - [ - "path", - { - "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44" - } - ], - [ - "path", - { - "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92" - } - ], - [ - "path", - { - "d": "M8.56 20.31a9 9 0 0 0 3.44 .69" - } - ], - [ - "path", - { - "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95" - } - ], - [ - "path", - { - "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44" - } - ], - [ - "path", - { - "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92" - } - ], - [ - "path", - { - "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69" - } - ], - [ - "path", - { - "d": "M10 8v3a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M14 8v8" - } - ] - ], - "circle-dashed-number-5": [ - [ - "path", - { - "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95" - } - ], - [ - "path", - { - "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44" - } - ], - [ - "path", - { - "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92" - } - ], - [ - "path", - { - "d": "M8.56 20.31a9 9 0 0 0 3.44 .69" - } - ], - [ - "path", - { - "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95" - } - ], - [ - "path", - { - "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44" - } - ], - [ - "path", - { - "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92" - } - ], - [ - "path", - { - "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69" - } - ], - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" - } - ] - ], - "circle-dashed-number-6": [ - [ - "path", - { - "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95" - } - ], - [ - "path", - { - "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44" - } - ], - [ - "path", - { - "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92" - } - ], - [ - "path", - { - "d": "M8.56 20.31a9 9 0 0 0 3.44 .69" - } - ], - [ - "path", - { - "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95" - } - ], - [ - "path", - { - "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44" - } - ], - [ - "path", - { - "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92" - } - ], - [ - "path", - { - "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69" - } - ], - [ - "path", - { - "d": "M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" - } - ] - ], - "circle-dashed-number-7": [ - [ - "path", - { - "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95" - } - ], - [ - "path", - { - "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44" - } - ], - [ - "path", - { - "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92" - } - ], - [ - "path", - { - "d": "M8.56 20.31a9 9 0 0 0 3.44 .69" - } - ], - [ - "path", - { - "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95" - } - ], - [ - "path", - { - "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44" - } - ], - [ - "path", - { - "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92" - } - ], - [ - "path", - { - "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69" - } - ], - [ - "path", - { - "d": "M10 8h4l-2 8" - } - ] - ], - "circle-dashed-number-8": [ - [ - "path", - { - "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95" - } - ], - [ - "path", - { - "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44" - } - ], - [ - "path", - { - "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92" - } - ], - [ - "path", - { - "d": "M8.56 20.31a9 9 0 0 0 3.44 .69" - } - ], - [ - "path", - { - "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95" - } - ], - [ - "path", - { - "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44" - } - ], - [ - "path", - { - "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92" - } - ], - [ - "path", - { - "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69" - } - ], - [ - "path", - { - "d": "M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" - } - ] - ], - "circle-dashed-number-9": [ - [ - "path", - { - "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95" - } - ], - [ - "path", - { - "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44" - } - ], - [ - "path", - { - "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92" - } - ], - [ - "path", - { - "d": "M8.56 20.31a9 9 0 0 0 3.44 .69" - } - ], - [ - "path", - { - "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95" - } - ], - [ - "path", - { - "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44" - } - ], - [ - "path", - { - "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92" - } - ], - [ - "path", - { - "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69" - } - ], - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "circle-dashed-percentage": [ - [ - "path", - { - "d": "M9 15l6 -6" - } - ], - [ - "path", - { - "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95" - } - ], - [ - "path", - { - "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44" - } - ], - [ - "path", - { - "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92" - } - ], - [ - "path", - { - "d": "M8.56 20.31a9 9 0 0 0 3.44 .69" - } - ], - [ - "path", - { - "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95" - } - ], - [ - "path", - { - "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44" - } - ], - [ - "path", - { - "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92" - } - ], - [ - "path", - { - "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69" - } - ], - [ - "path", - { - "d": "M9 9.03v.015" - } - ], - [ - "path", - { - "d": "M15 15.045v.015" - } - ] - ], - "circle-dashed-x": [ - [ - "path", - { - "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95" - } - ], - [ - "path", - { - "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44" - } - ], - [ - "path", - { - "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92" - } - ], - [ - "path", - { - "d": "M8.56 20.31a9 9 0 0 0 3.44 .69" - } - ], - [ - "path", - { - "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95" - } - ], - [ - "path", - { - "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44" - } - ], - [ - "path", - { - "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92" - } - ], - [ - "path", - { - "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69" - } - ], - [ - "path", - { - "d": "M14 14l-4 -4" - } - ], - [ - "path", - { - "d": "M10 14l4 -4" - } - ] - ], - "circle-dashed": [ - [ - "path", - { - "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95" - } - ], - [ - "path", - { - "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44" - } - ], - [ - "path", - { - "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92" - } - ], - [ - "path", - { - "d": "M8.56 20.31a9 9 0 0 0 3.44 .69" - } - ], - [ - "path", - { - "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95" - } - ], - [ - "path", - { - "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44" - } - ], - [ - "path", - { - "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92" - } - ], - [ - "path", - { - "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69" - } - ] - ], - "circle-dot-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 6.66a2 2 0 0 0 -1.977 1.697l-.018 .154l-.005 .149l.005 .15a2 2 0 1 0 1.995 -2.15z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-dot": [ - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "circle-dotted": [ - [ - "path", - { - "d": "M7.5 4.21l0 .01" - } - ], - [ - "path", - { - "d": "M4.21 7.5l0 .01" - } - ], - [ - "path", - { - "d": "M3 12l0 .01" - } - ], - [ - "path", - { - "d": "M4.21 16.5l0 .01" - } - ], - [ - "path", - { - "d": "M7.5 19.79l0 .01" - } - ], - [ - "path", - { - "d": "M12 21l0 .01" - } - ], - [ - "path", - { - "d": "M16.5 19.79l0 .01" - } - ], - [ - "path", - { - "d": "M19.79 16.5l0 .01" - } - ], - [ - "path", - { - "d": "M21 12l0 .01" - } - ], - [ - "path", - { - "d": "M19.79 7.5l0 .01" - } - ], - [ - "path", - { - "d": "M16.5 4.21l0 .01" - } - ], - [ - "path", - { - "d": "M12 3l0 .01" - } - ] - ], - "circle-filled": [ - [ - "path", - { - "d": "M7 3.34a10 10 0 1 1 -4.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 4.995 -8.336z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-half-2": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 3v18" - } - ], - [ - "path", - { - "d": "M12 14l7 -7" - } - ], - [ - "path", - { - "d": "M12 19l8.5 -8.5" - } - ], - [ - "path", - { - "d": "M12 9l4.5 -4.5" - } - ] - ], - "circle-half-vertical": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M3 12h18" - } - ] - ], - "circle-half": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 3v18" - } - ] - ], - "circle-key-filled": [ - [ - "path", - { - "d": "M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -20 0c0 -5.523 4.477 -10 10 -10zm2 5a3 3 0 0 0 -2.98 2.65l-.015 .174l-.005 .176l.005 .176c.019 .319 .087 .624 .197 .908l.09 .209l-3.5 3.5l-.082 .094a1 1 0 0 0 0 1.226l.083 .094l1.5 1.5l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.083 -.094a1 1 0 0 0 0 -1.226l-.083 -.094l-.792 -.793l.585 -.585l.793 .792l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-.792 -.793l.792 -.792a3 3 0 1 0 1.293 -5.708zm0 2a1 1 0 1 1 0 2a1 1 0 0 1 0 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-key": [ - [ - "path", - { - "d": "M14 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z" - } - ], - [ - "path", - { - "d": "M12.5 11.5l-4 4l1.5 1.5" - } - ], - [ - "path", - { - "d": "M12 15l-1.5 -1.5" - } - ] - ], - "circle-letter-a": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 16v-6a2 2 0 1 1 4 0v6" - } - ], - [ - "path", - { - "d": "M10 13h4" - } - ] - ], - "circle-letter-b": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z" - } - ] - ], - "circle-letter-c": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" - } - ] - ], - "circle-letter-d": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" - } - ] - ], - "circle-letter-e": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M14 8h-4v8h4" - } - ], - [ - "path", - { - "d": "M10 12h2.5" - } - ] - ], - "circle-letter-f": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 12h3" - } - ], - [ - "path", - { - "d": "M14 8h-4v8" - } - ] - ], - "circle-letter-g": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" - } - ] - ], - "circle-letter-h": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 16v-8m4 0v8" - } - ], - [ - "path", - { - "d": "M10 12h4" - } - ] - ], - "circle-letter-i": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 8v8" - } - ] - ], - "circle-letter-j": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 8h4v6a2 2 0 1 1 -4 0" - } - ] - ], - "circle-letter-k": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 8v8" - } - ], - [ - "path", - { - "d": "M14 8l-2.5 4l2.5 4" - } - ], - [ - "path", - { - "d": "M10 12h1.5" - } - ] - ], - "circle-letter-l": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 8v8h4" - } - ] - ], - "circle-letter-m": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 16v-8l3 5l3 -5v8" - } - ] - ], - "circle-letter-n": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 16v-8l4 8v-8" - } - ] - ], - "circle-letter-o": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" - } - ] - ], - "circle-letter-p": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8" - } - ] - ], - "circle-letter-q": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M13 15l1 1" - } - ] - ], - "circle-letter-r": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4" - } - ] - ], - "circle-letter-s": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1" - } - ] - ], - "circle-letter-t": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 8h4" - } - ], - [ - "path", - { - "d": "M12 8v8" - } - ] - ], - "circle-letter-u": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 8v6a2 2 0 1 0 4 0v-6" - } - ] - ], - "circle-letter-v": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 8l2 8l2 -8" - } - ] - ], - "circle-letter-w": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 8l1 8l2 -5l2 5l1 -8" - } - ] - ], - "circle-letter-x": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 8l4 8" - } - ], - [ - "path", - { - "d": "M10 16l4 -8" - } - ] - ], - "circle-letter-y": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 8l2 5l2 -5" - } - ], - [ - "path", - { - "d": "M12 16v-3" - } - ] - ], - "circle-letter-z": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 8h4l-4 8h4" - } - ] - ], - "circle-minus-2": [ - [ - "path", - { - "d": "M20.475 15.029a9 9 0 1 0 -7.962 5.957" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "circle-minus": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 12l6 0" - } - ] - ], - "circle-number-0": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" - } - ] - ], - "circle-number-1": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 10l2 -2v8" - } - ] - ], - "circle-number-2": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "circle-number-3": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1" - } - ] - ], - "circle-number-4": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 8v3a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M14 8v8" - } - ] - ], - "circle-number-5": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" - } - ] - ], - "circle-number-6": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" - } - ] - ], - "circle-number-7": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 8h4l-2 8" - } - ] - ], - "circle-number-8": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" - } - ] - ], - "circle-number-9": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "circle-off": [ - [ - "path", - { - "d": "M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "circle-percentage": [ - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 15.075l6 -6" - } - ], - [ - "path", - { - "d": "M9 9.105v.015" - } - ], - [ - "path", - { - "d": "M15 15.12v.015" - } - ] - ], - "circle-plus-2": [ - [ - "path", - { - "d": "M20.985 12.522a9 9 0 1 0 -8.475 8.464" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "circle-plus": [ - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 12h6" - } - ], - [ - "path", - { - "d": "M12 9v6" - } - ] - ], - "circle-rectangle-off": [ - [ - "path", - { - "d": "M14 10h3v3m-3 1h-7v-4h3" - } - ], - [ - "path", - { - "d": "M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "circle-rectangle": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M7 10h10v4h-10z" - } - ] - ], - "circle-square": [ - [ - "path", - { - "d": "M9.5 9.5m-6.5 0a6.5 6.5 0 1 0 13 0a6.5 6.5 0 1 0 -13 0" - } - ], - [ - "path", - { - "d": "M10 10m0 2a2 2 0 0 1 2 -2h7a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2z" - } - ] - ], - "circle-triangle": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 20l7 -12h-14z" - } - ] - ], - "circle-x-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-6.489 5.8a1 1 0 0 0 -1.218 1.567l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.497 1.32l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -1.497l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-1.293 1.292l-1.293 -1.292l-.094 -.083z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circle-x": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 10l4 4m0 -4l-4 4" - } - ] - ], - "circle": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "circles-filled": [ - [ - "path", - { - "d": "M6.5 12a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M17.5 12a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 2a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "circles-relation": [ - [ - "path", - { - "d": "M9.183 6.117a6 6 0 1 0 4.511 3.986" - } - ], - [ - "path", - { - "d": "M14.813 17.883a6 6 0 1 0 -4.496 -3.954" - } - ] - ], - "circles": [ - [ - "path", - { - "d": "M12 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M6.5 17m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M17.5 17m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ] - ], - "circuit-ammeter": [ - [ - "path", - { - "d": "M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M5 12h-3" - } - ], - [ - "path", - { - "d": "M19 12h3" - } - ], - [ - "path", - { - "d": "M10 14v-3c0 -1.036 .895 -2 2 -2s2 .964 2 2v3" - } - ], - [ - "path", - { - "d": "M14 12h-4" - } - ] - ], - "circuit-battery": [ - [ - "path", - { - "d": "M2 12h4" - } - ], - [ - "path", - { - "d": "M18 12h4" - } - ], - [ - "path", - { - "d": "M18 5v14" - } - ], - [ - "path", - { - "d": "M14 9v6" - } - ], - [ - "path", - { - "d": "M10 5v14" - } - ], - [ - "path", - { - "d": "M6 9v6" - } - ] - ], - "circuit-bulb": [ - [ - "path", - { - "d": "M2 12h5" - } - ], - [ - "path", - { - "d": "M17 12h5" - } - ], - [ - "path", - { - "d": "M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M8.5 8.5l7 7" - } - ], - [ - "path", - { - "d": "M15.5 8.5l-7 7" - } - ] - ], - "circuit-capacitor-polarized": [ - [ - "path", - { - "d": "M22 12h-8" - } - ], - [ - "path", - { - "d": "M2 12h8" - } - ], - [ - "path", - { - "d": "M10 7v10" - } - ], - [ - "path", - { - "d": "M14 7v10" - } - ], - [ - "path", - { - "d": "M17 5h4" - } - ], - [ - "path", - { - "d": "M19 3v4" - } - ] - ], - "circuit-capacitor": [ - [ - "path", - { - "d": "M22 12h-8" - } - ], - [ - "path", - { - "d": "M2 12h8" - } - ], - [ - "path", - { - "d": "M10 7v10" - } - ], - [ - "path", - { - "d": "M14 7v10" - } - ] - ], - "circuit-cell-plus": [ - [ - "path", - { - "d": "M2 12h9" - } - ], - [ - "path", - { - "d": "M15 12h7" - } - ], - [ - "path", - { - "d": "M11 5v14" - } - ], - [ - "path", - { - "d": "M15 9v6" - } - ], - [ - "path", - { - "d": "M3 5h4" - } - ], - [ - "path", - { - "d": "M5 3v4" - } - ] - ], - "circuit-cell": [ - [ - "path", - { - "d": "M2 12h8" - } - ], - [ - "path", - { - "d": "M14 12h8" - } - ], - [ - "path", - { - "d": "M10 5v14" - } - ], - [ - "path", - { - "d": "M14 9v6" - } - ] - ], - "circuit-changeover": [ - [ - "path", - { - "d": "M2 12h2" - } - ], - [ - "path", - { - "d": "M20 7h2" - } - ], - [ - "path", - { - "d": "M6 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M20 17h2" - } - ], - [ - "path", - { - "d": "M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7.5 10.5l8.5 -3.5" - } - ] - ], - "circuit-diode-zener": [ - [ - "path", - { - "d": "M22 12h-6" - } - ], - [ - "path", - { - "d": "M2 12h6" - } - ], - [ - "path", - { - "d": "M8 7l8 5l-8 5z" - } - ], - [ - "path", - { - "d": "M14 7h2v10h2" - } - ] - ], - "circuit-diode": [ - [ - "path", - { - "d": "M22 12h-6" - } - ], - [ - "path", - { - "d": "M2 12h6" - } - ], - [ - "path", - { - "d": "M8 7l8 5l-8 5z" - } - ], - [ - "path", - { - "d": "M16 7v10" - } - ] - ], - "circuit-ground-digital": [ - [ - "path", - { - "d": "M12 13v-10" - } - ], - [ - "path", - { - "d": "M12 21l-6 -8h12z" - } - ] - ], - "circuit-ground": [ - [ - "path", - { - "d": "M12 13v-8" - } - ], - [ - "path", - { - "d": "M4 13h16" - } - ], - [ - "path", - { - "d": "M7 16h10" - } - ], - [ - "path", - { - "d": "M10 19h4" - } - ] - ], - "circuit-inductor": [ - [ - "path", - { - "d": "M2 14h3v-2a2 2 0 1 1 4 0v2v-1.5a2.5 2.5 0 1 1 5 0v1.5v-1.5a2.5 2.5 0 1 1 5 0v1.5h3" - } - ] - ], - "circuit-motor": [ - [ - "path", - { - "d": "M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M5 12h-3" - } - ], - [ - "path", - { - "d": "M19 12h3" - } - ], - [ - "path", - { - "d": "M10 14v-4l2 2l2 -2v4" - } - ] - ], - "circuit-pushbutton": [ - [ - "path", - { - "d": "M2 17h2" - } - ], - [ - "path", - { - "d": "M20 17h2" - } - ], - [ - "path", - { - "d": "M6 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 11h12" - } - ], - [ - "path", - { - "d": "M12 11v-6" - } - ] - ], - "circuit-resistor": [ - [ - "path", - { - "d": "M2 12h2l2 -5l3 10l3 -10l3 10l3 -10l1.5 5h2.5" - } - ] - ], - "circuit-switch-closed": [ - [ - "path", - { - "d": "M2 12h2" - } - ], - [ - "path", - { - "d": "M20 12h2" - } - ], - [ - "path", - { - "d": "M6 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M8 12h8" - } - ] - ], - "circuit-switch-open": [ - [ - "path", - { - "d": "M2 12h2" - } - ], - [ - "path", - { - "d": "M20 12h2" - } - ], - [ - "path", - { - "d": "M6 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7.5 10.5l7.5 -5.5" - } - ] - ], - "circuit-voltmeter": [ - [ - "path", - { - "d": "M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M5 12h-3" - } - ], - [ - "path", - { - "d": "M19 12h3" - } - ], - [ - "path", - { - "d": "M10 10l2 4l2 -4" - } - ] - ], - "clear-all": [ - [ - "path", - { - "d": "M8 6h12" - } - ], - [ - "path", - { - "d": "M6 12h12" - } - ], - [ - "path", - { - "d": "M4 18h12" - } - ] - ], - "clear-formatting": [ - [ - "path", - { - "d": "M17 15l4 4m0 -4l-4 4" - } - ], - [ - "path", - { - "d": "M7 6v-1h11v1" - } - ], - [ - "path", - { - "d": "M7 19l4 0" - } - ], - [ - "path", - { - "d": "M13 5l-4 14" - } - ] - ], - "click": [ - [ - "path", - { - "d": "M3 12l3 0" - } - ], - [ - "path", - { - "d": "M12 3l0 3" - } - ], - [ - "path", - { - "d": "M7.8 7.8l-2.2 -2.2" - } - ], - [ - "path", - { - "d": "M16.2 7.8l2.2 -2.2" - } - ], - [ - "path", - { - "d": "M7.8 16.2l-2.2 2.2" - } - ], - [ - "path", - { - "d": "M12 12l9 3l-4 2l-2 4l-3 -9" - } - ] - ], - "clipboard-check": [ - [ - "path", - { - "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 14l2 2l4 -4" - } - ] - ], - "clipboard-copy": [ - [ - "path", - { - "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h3m9 -9v-5a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M13 17v-1a1 1 0 0 1 1 -1h1m3 0h1a1 1 0 0 1 1 1v1m0 3v1a1 1 0 0 1 -1 1h-1m-3 0h-1a1 1 0 0 1 -1 -1v-1" - } - ], - [ - "path", - { - "d": "M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ] - ], - "clipboard-data": [ - [ - "path", - { - "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 17v-4" - } - ], - [ - "path", - { - "d": "M12 17v-1" - } - ], - [ - "path", - { - "d": "M15 17v-2" - } - ], - [ - "path", - { - "d": "M12 17v-1" - } - ] - ], - "clipboard-heart": [ - [ - "path", - { - "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M11.993 16.75l2.747 -2.815a1.9 1.9 0 0 0 0 -2.632a1.775 1.775 0 0 0 -2.56 0l-.183 .188l-.183 -.189a1.775 1.775 0 0 0 -2.56 0a1.899 1.899 0 0 0 0 2.632l2.738 2.825z" - } - ] - ], - "clipboard-list": [ - [ - "path", - { - "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 12l.01 0" - } - ], - [ - "path", - { - "d": "M13 12l2 0" - } - ], - [ - "path", - { - "d": "M9 16l.01 0" - } - ], - [ - "path", - { - "d": "M13 16l2 0" - } - ] - ], - "clipboard-off": [ - [ - "path", - { - "d": "M5.575 5.597a2 2 0 0 0 -.575 1.403v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2m0 -4v-8a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 1 1 0 4h-2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "clipboard-plus": [ - [ - "path", - { - "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 14h4" - } - ], - [ - "path", - { - "d": "M12 12v4" - } - ] - ], - "clipboard-smile": [ - [ - "path", - { - "d": "M10 13h.01" - } - ], - [ - "path", - { - "d": "M14 13h.01" - } - ], - [ - "path", - { - "d": "M10 16a3.5 3.5 0 0 0 4 0" - } - ], - [ - "path", - { - "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ] - ], - "clipboard-text": [ - [ - "path", - { - "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 12h6" - } - ], - [ - "path", - { - "d": "M9 16h6" - } - ] - ], - "clipboard-typography": [ - [ - "path", - { - "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 12v-1h6v1" - } - ], - [ - "path", - { - "d": "M12 11v6" - } - ], - [ - "path", - { - "d": "M11 17h2" - } - ] - ], - "clipboard-x": [ - [ - "path", - { - "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 12l4 4m0 -4l-4 4" - } - ] - ], - "clipboard": [ - [ - "path", - { - "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ] - ], - "clock-12": [ - [ - "path", - { - "d": "M3 12a9 9 0 0 0 9 9m9 -9a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 7v5l.5 .5" - } - ], - [ - "path", - { - "d": "M18 15h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2" - } - ], - [ - "path", - { - "d": "M15 21v-6" - } - ] - ], - "clock-2": [ - [ - "path", - { - "d": "M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M12 7v5l3 3" - } - ], - [ - "path", - { - "d": "M4 12h1" - } - ], - [ - "path", - { - "d": "M19 12h1" - } - ], - [ - "path", - { - "d": "M12 19v1" - } - ] - ], - "clock-24": [ - [ - "path", - { - "d": "M3 12a9 9 0 0 0 5.998 8.485m12.002 -8.485a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 7v5" - } - ], - [ - "path", - { - "d": "M12 15h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2" - } - ], - [ - "path", - { - "d": "M18 15v2a1 1 0 0 0 1 1h1" - } - ], - [ - "path", - { - "d": "M21 15v6" - } - ] - ], - "clock-bolt": [ - [ - "path", - { - "d": "M20.984 12.53a9 9 0 1 0 -7.552 8.355" - } - ], - [ - "path", - { - "d": "M12 7v5l3 3" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "clock-cancel": [ - [ - "path", - { - "d": "M20.997 12.25a9 9 0 1 0 -8.718 8.745" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ], - [ - "path", - { - "d": "M12 7v5l2 2" - } - ] - ], - "clock-check": [ - [ - "path", - { - "d": "M20.942 13.021a9 9 0 1 0 -9.407 7.967" - } - ], - [ - "path", - { - "d": "M12 7v5l3 3" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "clock-code": [ - [ - "path", - { - "d": "M20.931 13.111a9 9 0 1 0 -9.453 7.874" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ], - [ - "path", - { - "d": "M12 7v5l2 2" - } - ] - ], - "clock-cog": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 0 -9.002 9" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ], - [ - "path", - { - "d": "M12 7v5l2 2" - } - ] - ], - "clock-dollar": [ - [ - "path", - { - "d": "M20.866 10.45a9 9 0 1 0 -7.815 10.488" - } - ], - [ - "path", - { - "d": "M12 7v5l1.5 1.5" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "clock-down": [ - [ - "path", - { - "d": "M20.984 12.535a9 9 0 1 0 -8.431 8.448" - } - ], - [ - "path", - { - "d": "M12 7v5l3 3" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "clock-edit": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 0 -9.972 8.948c.32 .034 .644 .052 .972 .052" - } - ], - [ - "path", - { - "d": "M12 7v5l2 2" - } - ], - [ - "path", - { - "d": "M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" - } - ] - ], - "clock-exclamation": [ - [ - "path", - { - "d": "M20.986 12.502a9 9 0 1 0 -5.973 7.98" - } - ], - [ - "path", - { - "d": "M12 7v5l3 3" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "clock-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 2.66a1 1 0 0 0 -.993 .883l-.007 .117v5l.009 .131a1 1 0 0 0 .197 .477l.087 .1l3 3l.094 .082a1 1 0 0 0 1.226 0l.094 -.083l.083 -.094a1 1 0 0 0 0 -1.226l-.083 -.094l-2.707 -2.708v-4.585l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "clock-heart": [ - [ - "path", - { - "d": "M20.956 11.107a9 9 0 1 0 -9.579 9.871" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ], - [ - "path", - { - "d": "M12 7v5l.5 .5" - } - ] - ], - "clock-hour-1": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 7v5" - } - ], - [ - "path", - { - "d": "M12 12l2 -3" - } - ] - ], - "clock-hour-10": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12l-3 -2" - } - ], - [ - "path", - { - "d": "M12 7v5" - } - ] - ], - "clock-hour-11": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12l-2 -3" - } - ], - [ - "path", - { - "d": "M12 7v5" - } - ] - ], - "clock-hour-12": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 7v5" - } - ] - ], - "clock-hour-2": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12l3 -2" - } - ], - [ - "path", - { - "d": "M12 7v5" - } - ] - ], - "clock-hour-3": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12h3.5" - } - ], - [ - "path", - { - "d": "M12 7v5" - } - ] - ], - "clock-hour-4": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12l3 2" - } - ], - [ - "path", - { - "d": "M12 7v5" - } - ] - ], - "clock-hour-5": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12l2 3" - } - ], - [ - "path", - { - "d": "M12 7v5" - } - ] - ], - "clock-hour-6": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12v3.5" - } - ], - [ - "path", - { - "d": "M12 7v5" - } - ] - ], - "clock-hour-7": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12l-2 3" - } - ], - [ - "path", - { - "d": "M12 7v5" - } - ] - ], - "clock-hour-8": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12l-3 2" - } - ], - [ - "path", - { - "d": "M12 7v5" - } - ] - ], - "clock-hour-9": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12h-3.5" - } - ], - [ - "path", - { - "d": "M12 7v5" - } - ] - ], - "clock-minus": [ - [ - "path", - { - "d": "M20.477 15.022a9 9 0 1 0 -7.998 5.965" - } - ], - [ - "path", - { - "d": "M12 7v5l3 3" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "clock-off": [ - [ - "path", - { - "d": "M5.633 5.64a9 9 0 1 0 12.735 12.72m1.674 -2.32a9 9 0 0 0 -12.082 -12.082" - } - ], - [ - "path", - { - "d": "M12 7v1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "clock-pause": [ - [ - "path", - { - "d": "M20.942 13.018a9 9 0 1 0 -7.909 7.922" - } - ], - [ - "path", - { - "d": "M12 7v5l2 2" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "clock-pin": [ - [ - "path", - { - "d": "M20.971 11.278a9 9 0 1 0 -8.313 9.698" - } - ], - [ - "path", - { - "d": "M12 7v5l1.5 1.5" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "clock-play": [ - [ - "path", - { - "d": "M12 7v5l2 2" - } - ], - [ - "path", - { - "d": "M17 22l5 -3l-5 -3z" - } - ], - [ - "path", - { - "d": "M13.017 20.943a9 9 0 1 1 7.831 -7.292" - } - ] - ], - "clock-plus": [ - [ - "path", - { - "d": "M20.984 12.535a9 9 0 1 0 -8.468 8.45" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M12 7v5l3 3" - } - ] - ], - "clock-question": [ - [ - "path", - { - "d": "M20.975 11.33a9 9 0 1 0 -5.717 9.06" - } - ], - [ - "path", - { - "d": "M12 7v5l2 2" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "clock-record": [ - [ - "path", - { - "d": "M21 12.3a9 9 0 1 0 -8.683 8.694" - } - ], - [ - "path", - { - "d": "M12 7v5l2 2" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ] - ], - "clock-search": [ - [ - "path", - { - "d": "M20.993 11.646a9 9 0 1 0 -9.318 9.348" - } - ], - [ - "path", - { - "d": "M12 7v5l1 1" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "clock-share": [ - [ - "path", - { - "d": "M20.943 13.016a9 9 0 1 0 -8.915 7.984" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ], - [ - "path", - { - "d": "M12 7v5l2 2" - } - ] - ], - "clock-shield": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 0 -8.98 9" - } - ], - [ - "path", - { - "d": "M12 7v5l1 1" - } - ], - [ - "path", - { - "d": "M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5z" - } - ] - ], - "clock-star": [ - [ - "path", - { - "d": "M20.982 11.436a9 9 0 1 0 -9.966 9.51" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ], - [ - "path", - { - "d": "M12 7v5l1 1" - } - ] - ], - "clock-stop": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 0 -9 9" - } - ], - [ - "path", - { - "d": "M12 7v5l1 1" - } - ], - [ - "path", - { - "d": "M16 16h6v6h-6z" - } - ] - ], - "clock-up": [ - [ - "path", - { - "d": "M20.983 12.548a9 9 0 1 0 -8.45 8.436" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ], - [ - "path", - { - "d": "M12 7v5l2.5 2.5" - } - ] - ], - "clock-x": [ - [ - "path", - { - "d": "M20.926 13.15a9 9 0 1 0 -7.835 7.784" - } - ], - [ - "path", - { - "d": "M12 7v5l2 2" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "clock": [ - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 7v5l3 3" - } - ] - ], - "clothes-rack-off": [ - [ - "path", - { - "d": "M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 7v1m0 4v9" - } - ], - [ - "path", - { - "d": "M9 21h6" - } - ], - [ - "path", - { - "d": "M7.757 9.243a6 6 0 0 0 3.129 1.653m3.578 -.424a6 6 0 0 0 1.779 -1.229" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "clothes-rack": [ - [ - "path", - { - "d": "M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 7v14" - } - ], - [ - "path", - { - "d": "M9 21h6" - } - ], - [ - "path", - { - "d": "M7.757 9.243a6 6 0 0 0 8.486 0" - } - ] - ], - "cloud-bolt": [ - [ - "path", - { - "d": "M13 18.004h-6.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.396 0 2.6 .831 3.148 2.03" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "cloud-cancel": [ - [ - "path", - { - "d": "M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99a3.45 3.45 0 0 1 2.756 1.373" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "cloud-check": [ - [ - "path", - { - "d": "M11 18.004h-4.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.388 0 2.585 .82 3.138 2.007" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "cloud-code": [ - [ - "path", - { - "d": "M11 18.004h-4.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99a3.468 3.468 0 0 1 3.307 2.444" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "cloud-cog": [ - [ - "path", - { - "d": "M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c.956 0 1.822 .39 2.449 1.02" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "cloud-computing": [ - [ - "path", - { - "d": "M6.657 16c-2.572 0 -4.657 -2.007 -4.657 -4.483c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 1.927 -1.551 3.487 -3.465 3.487h-11.878" - } - ], - [ - "path", - { - "d": "M12 16v5" - } - ], - [ - "path", - { - "d": "M16 16v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M8 16v4a1 1 0 0 1 -1 1h-4" - } - ] - ], - "cloud-data-connection": [ - [ - "path", - { - "d": "M5 9.897c0 -1.714 1.46 -3.104 3.26 -3.104c.275 -1.22 1.255 -2.215 2.572 -2.611c1.317 -.397 2.77 -.134 3.811 .69c1.042 .822 1.514 2.08 1.239 3.3h.693a2.42 2.42 0 0 1 2.425 2.414a2.42 2.42 0 0 1 -2.425 2.414h-8.315c-1.8 0 -3.26 -1.39 -3.26 -3.103z" - } - ], - [ - "path", - { - "d": "M12 13v3" - } - ], - [ - "path", - { - "d": "M12 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M14 18h7" - } - ], - [ - "path", - { - "d": "M3 18h7" - } - ] - ], - "cloud-dollar": [ - [ - "path", - { - "d": "M13.5 18.004h-6.843c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.28 1.023 1.957 2.51 1.873 4.027" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "cloud-down": [ - [ - "path", - { - "d": "M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.38 0 2.573 .813 3.13 1.99" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "cloud-download": [ - [ - "path", - { - "d": "M19 18a3.5 3.5 0 0 0 0 -7h-1a5 4.5 0 0 0 -11 -2a4.6 4.4 0 0 0 -2.1 8.4" - } - ], - [ - "path", - { - "d": "M12 13l0 9" - } - ], - [ - "path", - { - "d": "M9 19l3 3l3 -3" - } - ] - ], - "cloud-exclamation": [ - [ - "path", - { - "d": "M15 18.004h-8.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.374 0 2.562 .805 3.121 1.972" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "cloud-filled": [ - [ - "path", - { - "d": "M10.04 4.305c2.195 -.667 4.615 -.224 6.36 1.176c1.386 1.108 2.188 2.686 2.252 4.34l.003 .212l.091 .003c2.3 .107 4.143 1.961 4.25 4.27l.004 .211c0 2.407 -1.885 4.372 -4.255 4.482l-.21 .005h-11.878l-.222 -.008c-2.94 -.11 -5.317 -2.399 -5.43 -5.263l-.005 -.216c0 -2.747 2.08 -5.01 4.784 -5.417l.114 -.016l.07 -.181c.663 -1.62 2.056 -2.906 3.829 -3.518l.244 -.08z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "cloud-fog": [ - [ - "path", - { - "d": "M7 16a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-12" - } - ], - [ - "path", - { - "d": "M5 20l14 0" - } - ] - ], - "cloud-heart": [ - [ - "path", - { - "d": "M10 18.004h-3.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "cloud-lock-open": [ - [ - "path", - { - "d": "M19 18a3.5 3.5 0 0 0 0 -7h-1c.397 -1.768 -.285 -3.593 -1.788 -4.787c-1.503 -1.193 -3.6 -1.575 -5.5 -1s-3.315 2.019 -3.712 3.787c-2.199 -.088 -4.155 1.326 -4.666 3.373c-.512 2.047 .564 4.154 2.566 5.027" - } - ], - [ - "path", - { - "d": "M8 15m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M10 15v-2a2 2 0 0 1 3.736 -1" - } - ] - ], - "cloud-lock": [ - [ - "path", - { - "d": "M19 18a3.5 3.5 0 0 0 0 -7h-1c.397 -1.768 -.285 -3.593 -1.788 -4.787c-1.503 -1.193 -3.6 -1.575 -5.5 -1s-3.315 2.019 -3.712 3.787c-2.199 -.088 -4.155 1.326 -4.666 3.373c-.512 2.047 .564 4.154 2.566 5.027" - } - ], - [ - "path", - { - "d": "M8 15m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M10 15v-2a2 2 0 1 1 4 0v2" - } - ] - ], - "cloud-minus": [ - [ - "path", - { - "d": "M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 .186 -.015 .37 -.042 .548" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "cloud-network": [ - [ - "path", - { - "d": "M3 20h7" - } - ], - [ - "path", - { - "d": "M14 20h7" - } - ], - [ - "path", - { - "d": "M10 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 16v2" - } - ], - [ - "path", - { - "d": "M8 16.004h-1.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 1.927 -1.551 3.487 -3.465 3.487h-2.535" - } - ] - ], - "cloud-off": [ - [ - "path", - { - "d": "M9.58 5.548c.24 -.11 .492 -.207 .752 -.286c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 .957 -.383 1.824 -1.003 2.454m-2.997 1.033h-11.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.13 -.582 .37 -1.128 .7 -1.62" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "cloud-pause": [ - [ - "path", - { - "d": "M13 18.004h-6.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.406 0 2.617 .843 3.16 2.055" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "cloud-pin": [ - [ - "path", - { - "d": "M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "cloud-plus": [ - [ - "path", - { - "d": "M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99a3.46 3.46 0 0 1 3.085 1.9" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "cloud-question": [ - [ - "path", - { - "d": "M14.5 18.004h-7.843c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "cloud-rain": [ - [ - "path", - { - "d": "M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7" - } - ], - [ - "path", - { - "d": "M11 13v2m0 3v2m4 -5v2m0 3v2" - } - ] - ], - "cloud-search": [ - [ - "path", - { - "d": "M11 18.004h-4.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "cloud-share": [ - [ - "path", - { - "d": "M12.5 18.004h-5.843c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.41 0 2.624 .848 3.164 2.065" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "cloud-snow": [ - [ - "path", - { - "d": "M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7" - } - ], - [ - "path", - { - "d": "M11 15v.01m0 3v.01m0 3v.01m4 -4v.01m0 3v.01" - } - ] - ], - "cloud-star": [ - [ - "path", - { - "d": "M9.5 18.004h-2.843c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.209 .967 1.88 2.347 1.88 3.776" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "cloud-storm": [ - [ - "path", - { - "d": "M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1" - } - ], - [ - "path", - { - "d": "M13 14l-2 4l3 0l-2 4" - } - ] - ], - "cloud-up": [ - [ - "path", - { - "d": "M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.38 0 2.57 .811 3.128 1.986" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "cloud-upload": [ - [ - "path", - { - "d": "M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1" - } - ], - [ - "path", - { - "d": "M9 15l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M12 12l0 9" - } - ] - ], - "cloud-x": [ - [ - "path", - { - "d": "M13 18.004h-6.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.37 0 2.556 .8 3.117 1.964" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "cloud": [ - [ - "path", - { - "d": "M6.657 18c-2.572 0 -4.657 -2.007 -4.657 -4.483c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 1.927 -1.551 3.487 -3.465 3.487h-11.878" - } - ] - ], - "clover-2": [ - [ - "path", - { - "d": "M11 11l-3.397 -3.44a2.104 2.104 0 0 1 0 -2.95a2.04 2.04 0 0 1 2.912 0l.485 .39l.485 -.39a2.04 2.04 0 0 1 2.912 0a2.104 2.104 0 0 1 0 2.95l-3.397 3.44z" - } - ], - [ - "path", - { - "d": "M11 11l-3.397 3.44a2.104 2.104 0 0 0 0 2.95a2.04 2.04 0 0 0 2.912 0l.485 -.39l.485 .39a2.04 2.04 0 0 0 2.912 0a2.104 2.104 0 0 0 0 -2.95l-3.397 -3.44z" - } - ], - [ - "path", - { - "d": "M14.44 7.603a2.104 2.104 0 0 1 2.95 0a2.04 2.04 0 0 1 0 2.912l-.39 .485l.39 .485a2.04 2.04 0 0 1 0 2.912a2.104 2.104 0 0 1 -2.95 0" - } - ], - [ - "path", - { - "d": "M7.56 7.603a2.104 2.104 0 0 0 -2.95 0a2.04 2.04 0 0 0 0 2.912l.39 .485l-.39 .485a2.04 2.04 0 0 0 0 2.912a2.104 2.104 0 0 0 2.95 0" - } - ], - [ - "path", - { - "d": "M15 15l6 6" - } - ] - ], - "clover": [ - [ - "path", - { - "d": "M12 10l-3.397 -3.44a2.104 2.104 0 0 1 0 -2.95a2.04 2.04 0 0 1 2.912 0l.485 .39l.485 -.39a2.04 2.04 0 0 1 2.912 0a2.104 2.104 0 0 1 0 2.95l-3.397 3.44z" - } - ], - [ - "path", - { - "d": "M12 14l-3.397 3.44a2.104 2.104 0 0 0 0 2.95a2.04 2.04 0 0 0 2.912 0l.485 -.39l.485 .39a2.04 2.04 0 0 0 2.912 0a2.104 2.104 0 0 0 0 -2.95l-3.397 -3.44z" - } - ], - [ - "path", - { - "d": "M14 12l3.44 -3.397a2.104 2.104 0 0 1 2.95 0a2.04 2.04 0 0 1 0 2.912l-.39 .485l.39 .485a2.04 2.04 0 0 1 0 2.912a2.104 2.104 0 0 1 -2.95 0l-3.44 -3.397z" - } - ], - [ - "path", - { - "d": "M10 12l-3.44 -3.397a2.104 2.104 0 0 0 -2.95 0a2.04 2.04 0 0 0 0 2.912l.39 .485l-.39 .485a2.04 2.04 0 0 0 0 2.912a2.104 2.104 0 0 0 2.95 0l3.44 -3.397z" - } - ] - ], - "clubs-filled": [ - [ - "path", - { - "d": "M12 2a5 5 0 0 0 -4.488 2.797l-.103 .225a4.998 4.998 0 0 0 -.334 2.837l.027 .14a5 5 0 0 0 -3.091 9.009l.198 .14a4.998 4.998 0 0 0 4.42 .58l.174 -.066l-.773 3.095a1 1 0 0 0 .97 1.243h6l.113 -.006a1 1 0 0 0 .857 -1.237l-.774 -3.095l.174 .065a5 5 0 1 0 1.527 -9.727l.028 -.14a4.997 4.997 0 0 0 -4.925 -5.86z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "clubs": [ - [ - "path", - { - "d": "M12 3a4 4 0 0 1 3.164 6.447a4 4 0 1 1 -1.164 6.198v1.355l1 4h-6l1 -4l0 -1.355a4 4 0 1 1 -1.164 -6.199a4 4 0 0 1 3.163 -6.446z" - } - ] - ], - "code-asterix": [ - [ - "path", - { - "d": "M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M12 11.875l3 -1.687" - } - ], - [ - "path", - { - "d": "M12 11.875v3.375" - } - ], - [ - "path", - { - "d": "M12 11.875l-3 -1.687" - } - ], - [ - "path", - { - "d": "M12 11.875l3 1.688" - } - ], - [ - "path", - { - "d": "M12 8.5v3.375" - } - ], - [ - "path", - { - "d": "M12 11.875l-3 1.688" - } - ], - [ - "path", - { - "d": "M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2" - } - ] - ], - "code-circle-2": [ - [ - "path", - { - "d": "M8.5 13.5l-1.5 -1.5l1.5 -1.5" - } - ], - [ - "path", - { - "d": "M15.5 10.5l1.5 1.5l-1.5 1.5" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M13 9.5l-2 5.5" - } - ] - ], - "code-circle": [ - [ - "path", - { - "d": "M10 14l-2 -2l2 -2" - } - ], - [ - "path", - { - "d": "M14 10l2 2l-2 2" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "code-dots": [ - [ - "path", - { - "d": "M15 12h.01" - } - ], - [ - "path", - { - "d": "M12 12h.01" - } - ], - [ - "path", - { - "d": "M9 12h.01" - } - ], - [ - "path", - { - "d": "M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2" - } - ] - ], - "code-minus": [ - [ - "path", - { - "d": "M9 12h6" - } - ], - [ - "path", - { - "d": "M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2" - } - ] - ], - "code-off": [ - [ - "path", - { - "d": "M7 8l-4 4l4 4" - } - ], - [ - "path", - { - "d": "M17 8l4 4l-2.5 2.5" - } - ], - [ - "path", - { - "d": "M14 4l-1.201 4.805m-.802 3.207l-2 7.988" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "code-plus": [ - [ - "path", - { - "d": "M9 12h6" - } - ], - [ - "path", - { - "d": "M12 9v6" - } - ], - [ - "path", - { - "d": "M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2" - } - ] - ], - "code": [ - [ - "path", - { - "d": "M7 8l-4 4l4 4" - } - ], - [ - "path", - { - "d": "M17 8l4 4l-4 4" - } - ], - [ - "path", - { - "d": "M14 4l-4 16" - } - ] - ], - "coffee-off": [ - [ - "path", - { - "d": "M3 14c.83 .642 2.077 1.017 3.5 1c1.423 .017 2.67 -.358 3.5 -1c.73 -.565 1.783 -.923 3 -.99" - } - ], - [ - "path", - { - "d": "M8 3c-.194 .14 -.364 .305 -.506 .49" - } - ], - [ - "path", - { - "d": "M12 3a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2" - } - ], - [ - "path", - { - "d": "M14 10h3v3m-.257 3.743a6 6 0 0 1 -5.743 4.257h-2a6 6 0 0 1 -6 -6v-5h7" - } - ], - [ - "path", - { - "d": "M20.116 16.124a3 3 0 0 0 -3.118 -4.953" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "coffee": [ - [ - "path", - { - "d": "M3 14c.83 .642 2.077 1.017 3.5 1c1.423 .017 2.67 -.358 3.5 -1c.83 -.642 2.077 -1.017 3.5 -1c1.423 -.017 2.67 .358 3.5 1" - } - ], - [ - "path", - { - "d": "M8 3a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2" - } - ], - [ - "path", - { - "d": "M12 3a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2" - } - ], - [ - "path", - { - "d": "M3 10h14v5a6 6 0 0 1 -6 6h-2a6 6 0 0 1 -6 -6v-5z" - } - ], - [ - "path", - { - "d": "M16.746 16.726a3 3 0 1 0 .252 -5.555" - } - ] - ], - "coffin": [ - [ - "path", - { - "d": "M7 3l-2 6l2 12h6l2 -12l-2 -6z" - } - ], - [ - "path", - { - "d": "M10 7v5" - } - ], - [ - "path", - { - "d": "M8 9h4" - } - ], - [ - "path", - { - "d": "M13 21h4l2 -12l-2 -6h-4" - } - ] - ], - "coin-bitcoin-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-4 2.66a1 1 0 0 0 -1 1h-1a1 1 0 0 0 -2 0a1 1 0 1 0 0 2v6a1 1 0 0 0 0 2c0 1.333 2 1.333 2 0h1a1 1 0 0 0 2 0v-.15c1.167 -.394 2 -1.527 2 -2.85l-.005 -.175a3.063 3.063 0 0 0 -.734 -1.827c.46 -.532 .739 -1.233 .739 -1.998c0 -1.323 -.833 -2.456 -2 -2.85v-.15a1 1 0 0 0 -1 -1zm.09 7c.492 0 .91 .437 .91 1s-.418 1 -.91 1h-2.09v-2h2.09zm0 -4c.492 0 .91 .437 .91 1c0 .522 -.36 .937 -.806 .993l-.104 .007h-2.09v-2h2.09z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "coin-bitcoin": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 8h4.09c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2h-4.09" - } - ], - [ - "path", - { - "d": "M10 12h4" - } - ], - [ - "path", - { - "d": "M10 7v10v-9" - } - ], - [ - "path", - { - "d": "M13 7v1" - } - ], - [ - "path", - { - "d": "M13 16v1" - } - ] - ], - "coin-euro-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 2.66c-2.052 0 -3.768 1.449 -4.549 3.5h-.451a1 1 0 0 0 -.117 1.993l.134 .007a7.298 7.298 0 0 0 0 1h-.017a1 1 0 0 0 0 2h.452c.78 2.053 2.496 3.5 4.548 3.5c1.141 0 2.217 -.457 3.084 -1.27a1 1 0 0 0 -1.368 -1.46c-.509 .478 -1.102 .73 -1.716 .73c-.922 0 -1.776 -.578 -2.335 -1.499l1.335 -.001a1 1 0 0 0 0 -2h-1.977a5.342 5.342 0 0 1 0 -1h1.977a1 1 0 0 0 0 -2h-1.336c.56 -.921 1.414 -1.5 2.336 -1.5c.615 0 1.208 .252 1.717 .73a1 1 0 0 0 1.368 -1.46c-.867 -.812 -1.943 -1.27 -3.085 -1.27z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "coin-euro": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M14.401 8c-.669 -.628 -1.5 -1 -2.401 -1c-2.21 0 -4 2.239 -4 5s1.79 5 4 5c.9 0 1.731 -.372 2.4 -1" - } - ], - [ - "path", - { - "d": "M7 10.5h4" - } - ], - [ - "path", - { - "d": "M7 13.5h4" - } - ] - ], - "coin-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 2.66a1 1 0 0 0 -1 1a3 3 0 1 0 0 6v2a1.024 1.024 0 0 1 -.866 -.398l-.068 -.101a1 1 0 0 0 -1.732 .998a3 3 0 0 0 2.505 1.5h.161a1 1 0 0 0 .883 .994l.117 .007a1 1 0 0 0 1 -1l.176 -.005a3 3 0 0 0 -.176 -5.995v-2c.358 -.012 .671 .14 .866 .398l.068 .101a1 1 0 0 0 1.732 -.998a3 3 0 0 0 -2.505 -1.501h-.161a1 1 0 0 0 -1 -1zm1 7a1 1 0 0 1 0 2v-2zm-2 -4v2a1 1 0 0 1 0 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "coin-monero-filled": [ - [ - "path", - { - "d": "M15 11.414v4.586a1 1 0 0 0 1 1l4.66 .001a10 10 0 0 1 -17.32 0l4.66 -.001l.117 -.007a1 1 0 0 0 .883 -.993v-4.585l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.293zm2 -8.074a10 10 0 0 1 4.54 11.66h-4.54v-6c0 -.89 -1.077 -1.337 -1.707 -.707l-3.293 3.292l-3.293 -3.292l-.084 -.076c-.637 -.514 -1.623 -.07 -1.623 .783v6h-4.54a9.991 9.991 0 0 1 -.46 -3l.005 -.324a10 10 0 0 1 14.995 -8.336z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "coin-monero": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M4 16h4v-7l4 4l4 -4v7h4" - } - ] - ], - "coin-off": [ - [ - "path", - { - "d": "M14.8 9a2 2 0 0 0 -1.8 -1h-1m-2.82 1.171a2 2 0 0 0 1.82 2.829h1m2.824 2.822a2 2 0 0 1 -1.824 1.178h-2a2 2 0 0 1 -1.8 -1" - } - ], - [ - "path", - { - "d": "M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" - } - ], - [ - "path", - { - "d": "M12 6v2m0 8v2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "coin-pound-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-4 2.66a3 3 0 0 0 -3 3v2h-1a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h1v1a1 1 0 0 1 -.77 .974l-.113 .02l-.117 .006c-1.287 0 -1.332 1.864 -.133 1.993l.133 .007h6a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-3.171l.048 -.148a3 3 0 0 0 .123 -.852v-1h1a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-1v-2a1 1 0 0 1 .883 -.993l.117 -.007a1 1 0 0 1 .993 .883l.007 .117a1 1 0 0 0 2 0a3 3 0 0 0 -3 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "coin-pound": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M15 9a2 2 0 1 0 -4 0v5a2 2 0 0 1 -2 2h6" - } - ], - [ - "path", - { - "d": "M9 12h4" - } - ] - ], - "coin-rupee-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 3.66h-6c-1.287 0 -1.332 1.864 -.133 1.993l.133 .007h1a2 2 0 0 1 1.732 1h-2.732a1 1 0 0 0 0 2l2.732 .001a2 2 0 0 1 -1.732 .999h-1c-.89 0 -1.337 1.077 -.707 1.707l3 3a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-1.484 -1.485l.113 -.037a4.009 4.009 0 0 0 2.538 -2.77l1.126 -.001a1 1 0 0 0 0 -2h-1.126a3.973 3.973 0 0 0 -.33 -.855l-.079 -.145h1.535a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "coin-rupee": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M15 8h-6h1a3 3 0 0 1 0 6h-1l3 3" - } - ], - [ - "path", - { - "d": "M9 11h6" - } - ] - ], - "coin-taka-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-6.211 4.384a2 2 0 0 0 -2.683 -.895l-.553 .277a1 1 0 0 0 .894 1.788l.553 -.276l-.001 1.382h-.999a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h.999l.001 3a3 3 0 0 0 2.824 2.995l.176 .005h.5a3.5 3.5 0 0 0 3.5 -3.5v-.5a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .876 .876l.032 .002l-.02 .057a1.5 1.5 0 0 1 -1.395 .948h-.5a1 1 0 0 1 -1 -1l-.001 -3h4.001a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-4.001l.001 -1.382a2 2 0 0 0 -.136 -.725l-.075 -.17z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "coin-taka": [ - [ - "path", - { - "d": "M8 8l.553 -.276a1 1 0 0 1 1.447 .894v6.382a2 2 0 0 0 2 2h.5a2.5 2.5 0 0 0 2.5 -2.5v-.5h-1" - } - ], - [ - "path", - { - "d": "M8 11h7" - } - ], - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ] - ], - "coin-yen-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.445 3.828a1 1 0 0 0 -1.387 .277l-2.168 3.251l-2.168 -3.25a1 1 0 0 0 -1.286 -.337l-.1 .059a1 1 0 0 0 -.278 1.387l1.63 2.445h-.798a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h2v1h-2a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h2v1a1 1 0 0 0 .883 .993l.117 .007l.117 -.007a1 1 0 0 0 .883 -.993v-1h2a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-2v-1h2a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-.799l1.631 -2.445a1 1 0 0 0 -.184 -1.317l-.093 -.07z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "coin-yen": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 12h6" - } - ], - [ - "path", - { - "d": "M9 15h6" - } - ], - [ - "path", - { - "d": "M9 8l3 4.5" - } - ], - [ - "path", - { - "d": "M15 8l-3 4.5v4.5" - } - ] - ], - "coin-yuan-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.445 3.828a1 1 0 0 0 -1.387 .277l-2.168 3.251l-2.168 -3.25a1 1 0 0 0 -1.286 -.337l-.1 .059a1 1 0 0 0 -.278 1.387l2.296 3.445h-1.464a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h2v3a1 1 0 0 0 .883 .993l.117 .007l.117 -.007a1 1 0 0 0 .883 -.993v-3h2a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-1.465l2.297 -3.445a1 1 0 0 0 -.184 -1.317l-.093 -.07z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "coin-yuan": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 13h6" - } - ], - [ - "path", - { - "d": "M9 8l3 4.5" - } - ], - [ - "path", - { - "d": "M15 8l-3 4.5v4.5" - } - ] - ], - "coin": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M14.8 9a2 2 0 0 0 -1.8 -1h-2a2 2 0 1 0 0 4h2a2 2 0 1 1 0 4h-2a2 2 0 0 1 -1.8 -1" - } - ], - [ - "path", - { - "d": "M12 7v10" - } - ] - ], - "coins": [ - [ - "path", - { - "d": "M9 14c0 1.657 2.686 3 6 3s6 -1.343 6 -3s-2.686 -3 -6 -3s-6 1.343 -6 3z" - } - ], - [ - "path", - { - "d": "M9 14v4c0 1.656 2.686 3 6 3s6 -1.344 6 -3v-4" - } - ], - [ - "path", - { - "d": "M3 6c0 1.072 1.144 2.062 3 2.598s4.144 .536 6 0c1.856 -.536 3 -1.526 3 -2.598c0 -1.072 -1.144 -2.062 -3 -2.598s-4.144 -.536 -6 0c-1.856 .536 -3 1.526 -3 2.598z" - } - ], - [ - "path", - { - "d": "M3 6v10c0 .888 .772 1.45 2 2" - } - ], - [ - "path", - { - "d": "M3 11c0 .888 .772 1.45 2 2" - } - ] - ], - "color-filter": [ - [ - "path", - { - "d": "M13.58 13.79c.27 .68 .42 1.43 .42 2.21c0 1.77 -.77 3.37 -2 4.46a5.93 5.93 0 0 1 -4 1.54c-3.31 0 -6 -2.69 -6 -6c0 -2.76 1.88 -5.1 4.42 -5.79" - } - ], - [ - "path", - { - "d": "M17.58 10.21c2.54 .69 4.42 3.03 4.42 5.79c0 3.31 -2.69 6 -6 6a5.93 5.93 0 0 1 -4 -1.54" - } - ], - [ - "path", - { - "d": "M12 8m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" - } - ] - ], - "color-picker-off": [ - [ - "path", - { - "d": "M11 7l6 6" - } - ], - [ - "path", - { - "d": "M12 8l3.699 -3.699a1 1 0 0 1 1.4 0l2.6 2.6a1 1 0 0 1 0 1.4l-3.702 3.702m-2 2l-6 6h-4v-4l6 -6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "color-picker": [ - [ - "path", - { - "d": "M11 7l6 6" - } - ], - [ - "path", - { - "d": "M4 16l11.7 -11.7a1 1 0 0 1 1.4 0l2.6 2.6a1 1 0 0 1 0 1.4l-11.7 11.7h-4v-4z" - } - ] - ], - "color-swatch-off": [ - [ - "path", - { - "d": "M13 13v4a4 4 0 0 0 6.832 2.825m1.168 -2.825v-12a2 2 0 0 0 -2 -2h-4a2 2 0 0 0 -2 2v4" - } - ], - [ - "path", - { - "d": "M13 7.35l-2 -2a2 2 0 0 0 -2.11 -.461m-2.13 1.874l-1.416 1.415a2 2 0 0 0 0 2.828l9 9" - } - ], - [ - "path", - { - "d": "M7.3 13h-2.3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h12" - } - ], - [ - "path", - { - "d": "M17 17v.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "color-swatch": [ - [ - "path", - { - "d": "M19 3h-4a2 2 0 0 0 -2 2v12a4 4 0 0 0 8 0v-12a2 2 0 0 0 -2 -2" - } - ], - [ - "path", - { - "d": "M13 7.35l-2 -2a2 2 0 0 0 -2.828 0l-2.828 2.828a2 2 0 0 0 0 2.828l9 9" - } - ], - [ - "path", - { - "d": "M7.3 13h-2.3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h12" - } - ], - [ - "path", - { - "d": "M17 17l0 .01" - } - ] - ], - "column-insert-left": [ - [ - "path", - { - "d": "M14 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M5 12l4 0" - } - ], - [ - "path", - { - "d": "M7 10l0 4" - } - ] - ], - "column-insert-right": [ - [ - "path", - { - "d": "M6 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M15 12l4 0" - } - ], - [ - "path", - { - "d": "M17 10l0 4" - } - ] - ], - "column-remove": [ - [ - "path", - { - "d": "M6 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M16 10l4 4" - } - ], - [ - "path", - { - "d": "M16 14l4 -4" - } - ] - ], - "columns-1": [ - [ - "path", - { - "d": "M5 3m0 1a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v16a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1z" - } - ] - ], - "columns-2": [ - [ - "path", - { - "d": "M3 3m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v16a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1zm9 -1v18" - } - ] - ], - "columns-3": [ - [ - "path", - { - "d": "M3 3m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v16a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1zm6 -1v18m6 -18v18" - } - ] - ], - "columns-off": [ - [ - "path", - { - "d": "M4 6h2" - } - ], - [ - "path", - { - "d": "M4 10h5.5" - } - ], - [ - "path", - { - "d": "M4 14h5.5" - } - ], - [ - "path", - { - "d": "M4 18h5.5" - } - ], - [ - "path", - { - "d": "M14.5 6h5.5" - } - ], - [ - "path", - { - "d": "M14.5 10h5.5" - } - ], - [ - "path", - { - "d": "M18 14h2" - } - ], - [ - "path", - { - "d": "M14.5 18h3.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "columns": [ - [ - "path", - { - "d": "M4 6l5.5 0" - } - ], - [ - "path", - { - "d": "M4 10l5.5 0" - } - ], - [ - "path", - { - "d": "M4 14l5.5 0" - } - ], - [ - "path", - { - "d": "M4 18l5.5 0" - } - ], - [ - "path", - { - "d": "M14.5 6l5.5 0" - } - ], - [ - "path", - { - "d": "M14.5 10l5.5 0" - } - ], - [ - "path", - { - "d": "M14.5 14l5.5 0" - } - ], - [ - "path", - { - "d": "M14.5 18l5.5 0" - } - ] - ], - "comet": [ - [ - "path", - { - "d": "M15.5 18.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5z" - } - ], - [ - "path", - { - "d": "M4 4l7 7" - } - ], - [ - "path", - { - "d": "M9 4l3.5 3.5" - } - ], - [ - "path", - { - "d": "M4 9l3.5 3.5" - } - ] - ], - "command-off": [ - [ - "path", - { - "d": "M9 9v8a2 2 0 1 1 -2 -2h8m3.411 3.417a2 2 0 0 1 -3.411 -1.417v-2m0 -4v-4a2 2 0 1 1 2 2h-4m-4 0h-2a2 2 0 0 1 -1.417 -3.411" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "command": [ - [ - "path", - { - "d": "M7 9a2 2 0 1 1 2 -2v10a2 2 0 1 1 -2 -2h10a2 2 0 1 1 -2 2v-10a2 2 0 1 1 2 2h-10" - } - ] - ], - "compass-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 14.66a1 1 0 1 0 0 2a1 1 0 0 0 0 -2zm3.684 -10.949l-6 2a1 1 0 0 0 -.633 .633l-2.007 6.026l-.023 .086l-.017 .113l-.004 .068v.044l.009 .111l.012 .07l.04 .144l.045 .1l.054 .095l.064 .09l.069 .075l.084 .074l.098 .07l.1 .054l.078 .033l.105 .033l.109 .02l.043 .005l.068 .004h.044l.111 -.009l.07 -.012l.02 -.006l.019 -.002l.074 -.022l6 -2a1 1 0 0 0 .633 -.633l2 -6a1 1 0 0 0 -1.265 -1.265zm-1.265 2.529l-1.21 3.629l-3.629 1.21l1.21 -3.629l3.629 -1.21zm-9.419 1.42a1 1 0 1 0 0 2a1 1 0 0 0 0 -2zm14 0a1 1 0 1 0 0 2a1 1 0 0 0 0 -2zm-7 -7a1 1 0 1 0 0 2a1 1 0 0 0 0 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "compass-off": [ - [ - "path", - { - "d": "M13 9l3 -1l-1 3m-1 3l-6 2l2 -6" - } - ], - [ - "path", - { - "d": "M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" - } - ], - [ - "path", - { - "d": "M12 3v2" - } - ], - [ - "path", - { - "d": "M12 19v2" - } - ], - [ - "path", - { - "d": "M3 12h2" - } - ], - [ - "path", - { - "d": "M19 12h2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "compass": [ - [ - "path", - { - "d": "M8 16l2 -6l6 -2l-2 6l-6 2" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 3l0 2" - } - ], - [ - "path", - { - "d": "M12 19l0 2" - } - ], - [ - "path", - { - "d": "M3 12l2 0" - } - ], - [ - "path", - { - "d": "M19 12l2 0" - } - ] - ], - "components-off": [ - [ - "path", - { - "d": "M3 12l3 3l3 -3l-3 -3z" - } - ], - [ - "path", - { - "d": "M18.5 14.5l2.5 -2.5l-3 -3l-2.5 2.5" - } - ], - [ - "path", - { - "d": "M12.499 8.501l2.501 -2.501l-3 -3l-2.5 2.5" - } - ], - [ - "path", - { - "d": "M9 18l3 3l3 -3l-3 -3z" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "components": [ - [ - "path", - { - "d": "M3 12l3 3l3 -3l-3 -3z" - } - ], - [ - "path", - { - "d": "M15 12l3 3l3 -3l-3 -3z" - } - ], - [ - "path", - { - "d": "M9 6l3 3l3 -3l-3 -3z" - } - ], - [ - "path", - { - "d": "M9 18l3 3l3 -3l-3 -3z" - } - ] - ], - "cone-2": [ - [ - "path", - { - "d": "M21 5.002v.5l-8.13 14.99a1 1 0 0 1 -1.74 0l-8.13 -14.989v-.5c0 -1.659 4.03 -3.003 9 -3.003s9 1.344 9 3.002" - } - ] - ], - "cone-off": [ - [ - "path", - { - "d": "M20.396 16.384l-7.526 -13.877a1 1 0 0 0 -1.74 0l-1.626 2.998m-1.407 2.594l-5.097 9.398v.5c0 1.66 4.03 3.003 9 3.003c3.202 0 6.014 -.558 7.609 -1.398" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "cone-plus": [ - [ - "path", - { - "d": "M18.03 12.022l-5.16 -9.515a1 1 0 0 0 -1.74 0l-8.13 14.99v.5c0 1.66 4.03 3.003 9 3.003c.17 0 .34 -.002 .508 -.005" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "cone": [ - [ - "path", - { - "d": "M21 17.998v-.5l-8.13 -14.99a1 1 0 0 0 -1.74 0l-8.13 14.989v.5c0 1.659 4.03 3.003 9 3.003s9 -1.344 9 -3.002" - } - ] - ], - "confetti-off": [ - [ - "path", - { - "d": "M4 5h1" - } - ], - [ - "path", - { - "d": "M5 5v1" - } - ], - [ - "path", - { - "d": "M11.5 4l-.5 2" - } - ], - [ - "path", - { - "d": "M18 5h2" - } - ], - [ - "path", - { - "d": "M19 4v2" - } - ], - [ - "path", - { - "d": "M15 9l-1 1" - } - ], - [ - "path", - { - "d": "M18 13l2 -.5" - } - ], - [ - "path", - { - "d": "M18 19h1" - } - ], - [ - "path", - { - "d": "M19 19v1" - } - ], - [ - "path", - { - "d": "M14 16.518l-6.518 -6.518l-4.39 9.58a1 1 0 0 0 1.329 1.329l9.579 -4.39v0z" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "confetti": [ - [ - "path", - { - "d": "M4 5h2" - } - ], - [ - "path", - { - "d": "M5 4v2" - } - ], - [ - "path", - { - "d": "M11.5 4l-.5 2" - } - ], - [ - "path", - { - "d": "M18 5h2" - } - ], - [ - "path", - { - "d": "M19 4v2" - } - ], - [ - "path", - { - "d": "M15 9l-1 1" - } - ], - [ - "path", - { - "d": "M18 13l2 -.5" - } - ], - [ - "path", - { - "d": "M18 19h2" - } - ], - [ - "path", - { - "d": "M19 18v2" - } - ], - [ - "path", - { - "d": "M14 16.518l-6.518 -6.518l-4.39 9.58a1 1 0 0 0 1.329 1.329l9.579 -4.39z" - } - ] - ], - "confucius": [ - [ - "path", - { - "d": "M9 19l3 2v-18" - } - ], - [ - "path", - { - "d": "M4 10l8 -2" - } - ], - [ - "path", - { - "d": "M4 18l8 -10" - } - ], - [ - "path", - { - "d": "M20 18l-8 -8l8 -4" - } - ] - ], - "container-off": [ - [ - "path", - { - "d": "M20 4v.01" - } - ], - [ - "path", - { - "d": "M20 20v.01" - } - ], - [ - "path", - { - "d": "M20 16v.01" - } - ], - [ - "path", - { - "d": "M20 12v.01" - } - ], - [ - "path", - { - "d": "M20 8v.01" - } - ], - [ - "path", - { - "d": "M8.297 4.289a1 1 0 0 1 .703 -.289h6a1 1 0 0 1 1 1v7m0 4v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-11" - } - ], - [ - "path", - { - "d": "M4 4v.01" - } - ], - [ - "path", - { - "d": "M4 20v.01" - } - ], - [ - "path", - { - "d": "M4 16v.01" - } - ], - [ - "path", - { - "d": "M4 12v.01" - } - ], - [ - "path", - { - "d": "M4 8v.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "container": [ - [ - "path", - { - "d": "M20 4v.01" - } - ], - [ - "path", - { - "d": "M20 20v.01" - } - ], - [ - "path", - { - "d": "M20 16v.01" - } - ], - [ - "path", - { - "d": "M20 12v.01" - } - ], - [ - "path", - { - "d": "M20 8v.01" - } - ], - [ - "path", - { - "d": "M8 4m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M4 4v.01" - } - ], - [ - "path", - { - "d": "M4 20v.01" - } - ], - [ - "path", - { - "d": "M4 16v.01" - } - ], - [ - "path", - { - "d": "M4 12v.01" - } - ], - [ - "path", - { - "d": "M4 8v.01" - } - ] - ], - "contrast-2-off": [ - [ - "path", - { - "d": "M4 18h2a6 6 0 0 0 6 -6m.878 -3.126a6 6 0 0 1 5.122 -2.874h2" - } - ], - [ - "path", - { - "d": "M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "contrast-2": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 18h2a6 6 0 0 0 6 -6a6 6 0 0 1 6 -6h2" - } - ] - ], - "contrast-off": [ - [ - "path", - { - "d": "M12 12v5a4.984 4.984 0 0 0 3.522 -1.45m1.392 -2.623a5 5 0 0 0 -4.914 -5.927v1" - } - ], - [ - "path", - { - "d": "M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "contrast": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 17a5 5 0 0 0 0 -10v10" - } - ] - ], - "cooker": [ - [ - "path", - { - "d": "M12 7h.01" - } - ], - [ - "path", - { - "d": "M15 7h.01" - } - ], - [ - "path", - { - "d": "M9 7h.01" - } - ], - [ - "path", - { - "d": "M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 15h6" - } - ], - [ - "path", - { - "d": "M5 11h14" - } - ] - ], - "cookie-man": [ - [ - "path", - { - "d": "M12 2a5 5 0 0 1 2.845 9.112l.147 .369l1.755 -.803c.969 -.443 2.12 -.032 2.571 .918a1.88 1.88 0 0 1 -.787 2.447l-.148 .076l-2.383 1.089v2.02l1.426 1.425l.114 .125a1.96 1.96 0 0 1 -2.762 2.762l-.125 -.114l-2.079 -2.08l-.114 -.124a1.957 1.957 0 0 1 -.161 -.22h-.599c-.047 .075 -.101 .15 -.16 .22l-.115 .125l-2.08 2.079a1.96 1.96 0 0 1 -2.886 -2.648l.114 -.125l1.427 -1.426v-2.019l-2.383 -1.09l-.148 -.075a1.88 1.88 0 0 1 -.787 -2.447c.429 -.902 1.489 -1.318 2.424 -.978l.147 .06l1.755 .803l.147 -.369a5 5 0 0 1 -2.15 -3.895l0 -.217a5 5 0 0 1 5 -5z" - } - ], - [ - "path", - { - "d": "M12 16h.01" - } - ], - [ - "path", - { - "d": "M12 13h.01" - } - ], - [ - "path", - { - "d": "M10 7h.01" - } - ], - [ - "path", - { - "d": "M14 7h.01" - } - ], - [ - "path", - { - "d": "M12 9h.01" - } - ] - ], - "cookie-off": [ - [ - "path", - { - "d": "M8 13v.01" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ], - [ - "path", - { - "d": "M12 12v.01" - } - ], - [ - "path", - { - "d": "M18.192 18.187a3 3 0 0 1 -.976 .652c-1.048 .263 -1.787 .483 -2.216 .661c-.475 .197 -1.092 .538 -1.852 1.024a3 3 0 0 1 -2.296 0c-.802 -.503 -1.419 -.844 -1.852 -1.024c-.471 -.195 -1.21 -.415 -2.216 -.66a3 3 0 0 1 -1.623 -1.624c-.265 -1.052 -.485 -1.79 -.661 -2.216c-.198 -.479 -.54 -1.096 -1.024 -1.852a3 3 0 0 1 0 -2.296c.48 -.744 .82 -1.361 1.024 -1.852c.171 -.413 .391 -1.152 .66 -2.216a3 3 0 0 1 .649 -.971m2.821 -1.174c.14 -.049 .263 -.095 .37 -.139c.458 -.19 1.075 -.531 1.852 -1.024a3 3 0 0 1 2.296 0l2.667 1.104a4 4 0 0 0 4.656 6.14l.053 .132a3 3 0 0 1 0 2.296c-.497 .786 -.838 1.404 -1.024 1.852a6.579 6.579 0 0 0 -.135 .36" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "cookie": [ - [ - "path", - { - "d": "M8 13v.01" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ], - [ - "path", - { - "d": "M12 12v.01" - } - ], - [ - "path", - { - "d": "M16 14v.01" - } - ], - [ - "path", - { - "d": "M11 8v.01" - } - ], - [ - "path", - { - "d": "M13.148 3.476l2.667 1.104a4 4 0 0 0 4.656 6.14l.053 .132a3 3 0 0 1 0 2.296c-.497 .786 -.838 1.404 -1.024 1.852c-.189 .456 -.409 1.194 -.66 2.216a3 3 0 0 1 -1.624 1.623c-1.048 .263 -1.787 .483 -2.216 .661c-.475 .197 -1.092 .538 -1.852 1.024a3 3 0 0 1 -2.296 0c-.802 -.503 -1.419 -.844 -1.852 -1.024c-.471 -.195 -1.21 -.415 -2.216 -.66a3 3 0 0 1 -1.623 -1.624c-.265 -1.052 -.485 -1.79 -.661 -2.216c-.198 -.479 -.54 -1.096 -1.024 -1.852a3 3 0 0 1 0 -2.296c.48 -.744 .82 -1.361 1.024 -1.852c.171 -.413 .391 -1.152 .66 -2.216a3 3 0 0 1 1.624 -1.623c1.032 -.256 1.77 -.476 2.216 -.661c.458 -.19 1.075 -.531 1.852 -1.024a3 3 0 0 1 2.296 0z" - } - ] - ], - "copy-check": [ - [ - "path", - { - "d": "M7 7m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z" - } - ], - [ - "path", - { - "d": "M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1" - } - ], - [ - "path", - { - "d": "M11 14l2 2l4 -4" - } - ] - ], - "copy-minus": [ - [ - "path", - { - "d": "M7 7m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z" - } - ], - [ - "path", - { - "d": "M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1" - } - ], - [ - "path", - { - "d": "M11 14h6" - } - ] - ], - "copy-off": [ - [ - "path", - { - "d": "M19.414 19.415a2 2 0 0 1 -1.414 .585h-8a2 2 0 0 1 -2 -2v-8c0 -.554 .225 -1.055 .589 -1.417m3.411 -.583h6a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M16 8v-2a2 2 0 0 0 -2 -2h-6m-3.418 .59c-.36 .36 -.582 .86 -.582 1.41v8a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "copy-plus": [ - [ - "path", - { - "d": "M7 7m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z" - } - ], - [ - "path", - { - "d": "M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1" - } - ], - [ - "path", - { - "d": "M11 14h6" - } - ], - [ - "path", - { - "d": "M14 11v6" - } - ] - ], - "copy-x": [ - [ - "path", - { - "d": "M7 7m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z" - } - ], - [ - "path", - { - "d": "M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1" - } - ], - [ - "path", - { - "d": "M11.5 11.5l4.9 5" - } - ], - [ - "path", - { - "d": "M16.5 11.5l-5.1 5" - } - ] - ], - "copy": [ - [ - "path", - { - "d": "M7 7m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z" - } - ], - [ - "path", - { - "d": "M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1" - } - ] - ], - "copyleft-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2.117 5.889a4.016 4.016 0 0 0 -5.543 -.23a1 1 0 0 0 1.32 1.502a2.016 2.016 0 0 1 2.783 .116a1.993 1.993 0 0 1 0 2.766a2.016 2.016 0 0 1 -2.783 .116a1 1 0 0 0 -1.32 1.501a4.016 4.016 0 0 0 5.543 -.23a3.993 3.993 0 0 0 0 -5.542z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "copyleft-off": [ - [ - "path", - { - "d": "M13.303 9.3a3.01 3.01 0 0 1 1.405 1.406m-.586 3.413a3.016 3.016 0 0 1 -4.122 .131" - } - ], - [ - "path", - { - "d": "M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "copyleft": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 9.75a3.016 3.016 0 0 1 4.163 .173a2.993 2.993 0 0 1 0 4.154a3.016 3.016 0 0 1 -4.163 .173" - } - ] - ], - "copyright-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2.34 5.659a4.016 4.016 0 0 0 -5.543 .23a3.993 3.993 0 0 0 0 5.542a4.016 4.016 0 0 0 5.543 .23a1 1 0 0 0 -1.32 -1.502c-.81 .711 -2.035 .66 -2.783 -.116a1.993 1.993 0 0 1 0 -2.766a2.016 2.016 0 0 1 2.783 -.116a1 1 0 0 0 1.32 -1.501z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "copyright-off": [ - [ - "path", - { - "d": "M14 9.75a3.016 3.016 0 0 0 -.711 -.466m-3.41 .596a2.993 2.993 0 0 0 -.042 4.197a3.016 3.016 0 0 0 4.163 .173" - } - ], - [ - "path", - { - "d": "M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "copyright": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M14 9.75a3.016 3.016 0 0 0 -4.163 .173a2.993 2.993 0 0 0 0 4.154a3.016 3.016 0 0 0 4.163 .173" - } - ] - ], - "corner-down-left-double": [ - [ - "path", - { - "d": "M19 5v6a3 3 0 0 1 -3 3h-7" - } - ], - [ - "path", - { - "d": "M13 10l-4 4l4 4m-5 -8l-4 4l4 4" - } - ] - ], - "corner-down-left": [ - [ - "path", - { - "d": "M18 6v6a3 3 0 0 1 -3 3h-10l4 -4m0 8l-4 -4" - } - ] - ], - "corner-down-right-double": [ - [ - "path", - { - "d": "M4 5v6a3 3 0 0 0 3 3h7" - } - ], - [ - "path", - { - "d": "M10 10l4 4l-4 4m5 -8l4 4l-4 4" - } - ] - ], - "corner-down-right": [ - [ - "path", - { - "d": "M6 6v6a3 3 0 0 0 3 3h10l-4 -4m0 8l4 -4" - } - ] - ], - "corner-left-down-double": [ - [ - "path", - { - "d": "M18 4h-6a3 3 0 0 0 -3 3v7" - } - ], - [ - "path", - { - "d": "M13 10l-4 4l-4 -4m8 5l-4 4l-4 -4" - } - ] - ], - "corner-left-down": [ - [ - "path", - { - "d": "M18 6h-6a3 3 0 0 0 -3 3v10l-4 -4m8 0l-4 4" - } - ] - ], - "corner-left-up-double": [ - [ - "path", - { - "d": "M18 19h-6a3 3 0 0 1 -3 -3v-7" - } - ], - [ - "path", - { - "d": "M13 13l-4 -4l-4 4m8 -5l-4 -4l-4 4" - } - ] - ], - "corner-left-up": [ - [ - "path", - { - "d": "M18 18h-6a3 3 0 0 1 -3 -3v-10l-4 4m8 0l-4 -4" - } - ] - ], - "corner-right-down-double": [ - [ - "path", - { - "d": "M5 4h6a3 3 0 0 1 3 3v7" - } - ], - [ - "path", - { - "d": "M10 10l4 4l4 -4m-8 5l4 4l4 -4" - } - ] - ], - "corner-right-down": [ - [ - "path", - { - "d": "M6 6h6a3 3 0 0 1 3 3v10l-4 -4m8 0l-4 4" - } - ] - ], - "corner-right-up-double": [ - [ - "path", - { - "d": "M5 19h6a3 3 0 0 0 3 -3v-7" - } - ], - [ - "path", - { - "d": "M10 13l4 -4l4 4m-8 -5l4 -4l4 4" - } - ] - ], - "corner-right-up": [ - [ - "path", - { - "d": "M6 18h6a3 3 0 0 0 3 -3v-10l-4 4m8 0l-4 -4" - } - ] - ], - "corner-up-left-double": [ - [ - "path", - { - "d": "M19 18v-6a3 3 0 0 0 -3 -3h-7" - } - ], - [ - "path", - { - "d": "M13 13l-4 -4l4 -4m-5 8l-4 -4l4 -4" - } - ] - ], - "corner-up-left": [ - [ - "path", - { - "d": "M18 18v-6a3 3 0 0 0 -3 -3h-10l4 -4m0 8l-4 -4" - } - ] - ], - "corner-up-right-double": [ - [ - "path", - { - "d": "M4 18v-6a3 3 0 0 1 3 -3h7" - } - ], - [ - "path", - { - "d": "M10 13l4 -4l-4 -4m5 8l4 -4l-4 -4" - } - ] - ], - "corner-up-right": [ - [ - "path", - { - "d": "M6 18v-6a3 3 0 0 1 3 -3h10l-4 -4m0 8l4 -4" - } - ] - ], - "cpu-2": [ - [ - "path", - { - "d": "M5 5m0 1a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M8 10v-2h2m6 6v2h-2m-4 0h-2v-2m8 -4v-2h-2" - } - ], - [ - "path", - { - "d": "M3 10h2" - } - ], - [ - "path", - { - "d": "M3 14h2" - } - ], - [ - "path", - { - "d": "M10 3v2" - } - ], - [ - "path", - { - "d": "M14 3v2" - } - ], - [ - "path", - { - "d": "M21 10h-2" - } - ], - [ - "path", - { - "d": "M21 14h-2" - } - ], - [ - "path", - { - "d": "M14 21v-2" - } - ], - [ - "path", - { - "d": "M10 21v-2" - } - ] - ], - "cpu-off": [ - [ - "path", - { - "d": "M9 5h9a1 1 0 0 1 1 1v9m-.292 3.706a1 1 0 0 1 -.708 .294h-12a1 1 0 0 1 -1 -1v-12c0 -.272 .108 -.518 .284 -.698" - } - ], - [ - "path", - { - "d": "M13 9h2v2m0 4h-6v-6" - } - ], - [ - "path", - { - "d": "M3 10h2" - } - ], - [ - "path", - { - "d": "M3 14h2" - } - ], - [ - "path", - { - "d": "M10 3v2" - } - ], - [ - "path", - { - "d": "M14 3v2" - } - ], - [ - "path", - { - "d": "M21 10h-2" - } - ], - [ - "path", - { - "d": "M21 14h-2" - } - ], - [ - "path", - { - "d": "M14 21v-2" - } - ], - [ - "path", - { - "d": "M10 21v-2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "cpu": [ - [ - "path", - { - "d": "M5 5m0 1a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M9 9h6v6h-6z" - } - ], - [ - "path", - { - "d": "M3 10h2" - } - ], - [ - "path", - { - "d": "M3 14h2" - } - ], - [ - "path", - { - "d": "M10 3v2" - } - ], - [ - "path", - { - "d": "M14 3v2" - } - ], - [ - "path", - { - "d": "M21 10h-2" - } - ], - [ - "path", - { - "d": "M21 14h-2" - } - ], - [ - "path", - { - "d": "M14 21v-2" - } - ], - [ - "path", - { - "d": "M10 21v-2" - } - ] - ], - "crane-off": [ - [ - "path", - { - "d": "M6 21h6" - } - ], - [ - "path", - { - "d": "M9 21v-12" - } - ], - [ - "path", - { - "d": "M9 5v-2l-1 1" - } - ], - [ - "path", - { - "d": "M6 6l-3 3h6" - } - ], - [ - "path", - { - "d": "M13 9h8" - } - ], - [ - "path", - { - "d": "M9 3l10 6" - } - ], - [ - "path", - { - "d": "M17 9v4a2 2 0 0 1 2 2m-2 2a2 2 0 0 1 -2 -2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "crane": [ - [ - "path", - { - "d": "M6 21h6" - } - ], - [ - "path", - { - "d": "M9 21v-18l-6 6h18" - } - ], - [ - "path", - { - "d": "M9 3l10 6" - } - ], - [ - "path", - { - "d": "M17 9v4a2 2 0 1 1 -2 2" - } - ] - ], - "creative-commons-by": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M9 13v-1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-.5l-.5 4h-2l-.5 -4h-.5a1 1 0 0 1 -1 -1z" - } - ] - ], - "creative-commons-nc": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M15 9h-4.5a1.5 1.5 0 0 0 0 3h3a1.5 1.5 0 0 1 0 3h-4.5" - } - ], - [ - "path", - { - "d": "M12 7v2" - } - ], - [ - "path", - { - "d": "M12 15v2" - } - ], - [ - "path", - { - "d": "M6 6l3 3" - } - ], - [ - "path", - { - "d": "M15 15l3 3" - } - ] - ], - "creative-commons-nd": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 10h6" - } - ], - [ - "path", - { - "d": "M9 14h6" - } - ] - ], - "creative-commons-off": [ - [ - "path", - { - "d": "M5.638 5.634a9 9 0 1 0 12.723 12.733m1.686 -2.332a9 9 0 0 0 -12.093 -12.077" - } - ], - [ - "path", - { - "d": "M10.5 10.5a2.187 2.187 0 0 0 -2.914 .116a1.928 1.928 0 0 0 0 2.768a2.188 2.188 0 0 0 2.914 .116" - } - ], - [ - "path", - { - "d": "M16.5 10.5a2.194 2.194 0 0 0 -2.309 -.302" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "creative-commons-sa": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 16a4 4 0 1 0 -4 -4v1" - } - ], - [ - "path", - { - "d": "M6 12l2 2l2 -2" - } - ] - ], - "creative-commons-zero": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12m-3 0a3 4 0 1 0 6 0a3 4 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M14 9l-4 6" - } - ] - ], - "creative-commons": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10.5 10.5c-.847 -.71 -2.132 -.658 -2.914 .116a1.928 1.928 0 0 0 0 2.768c.782 .774 2.067 .825 2.914 .116" - } - ], - [ - "path", - { - "d": "M16.5 10.5c-.847 -.71 -2.132 -.658 -2.914 .116a1.928 1.928 0 0 0 0 2.768c.782 .774 2.067 .825 2.914 .116" - } - ] - ], - "credit-card-filled": [ - [ - "path", - { - "d": "M22 10v6a4 4 0 0 1 -4 4h-12a4 4 0 0 1 -4 -4v-6h20zm-14.99 4h-.01a1 1 0 1 0 .01 2a1 1 0 0 0 0 -2zm5.99 0h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2zm5 -10a4 4 0 0 1 4 4h-20a4 4 0 0 1 4 -4h12z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "credit-card-off": [ - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M9 5h9a3 3 0 0 1 3 3v8a3 3 0 0 1 -.128 .87" - } - ], - [ - "path", - { - "d": "M18.87 18.872a3 3 0 0 1 -.87 .128h-12a3 3 0 0 1 -3 -3v-8c0 -1.352 .894 -2.495 2.124 -2.87" - } - ], - [ - "path", - { - "d": "M3 11l8 0" - } - ], - [ - "path", - { - "d": "M15 11l6 0" - } - ], - [ - "path", - { - "d": "M7 15l.01 0" - } - ], - [ - "path", - { - "d": "M11 15l2 0" - } - ] - ], - "credit-card-pay": [ - [ - "path", - { - "d": "M12 19h-6a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" - } - ], - [ - "path", - { - "d": "M3 10h18" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M7.005 15h.005" - } - ], - [ - "path", - { - "d": "M11 15h2" - } - ] - ], - "credit-card-refund": [ - [ - "path", - { - "d": "M12 19h-6a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" - } - ], - [ - "path", - { - "d": "M3 10h18" - } - ], - [ - "path", - { - "d": "M7 15h.01" - } - ], - [ - "path", - { - "d": "M11 15h2" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16l-3 3l3 3" - } - ] - ], - "credit-card": [ - [ - "path", - { - "d": "M3 5m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M3 10l18 0" - } - ], - [ - "path", - { - "d": "M7 15l.01 0" - } - ], - [ - "path", - { - "d": "M11 15l2 0" - } - ] - ], - "cricket": [ - [ - "path", - { - "d": "M11.105 18.79l-1 .992a4.159 4.159 0 0 1 -6.038 -5.715l.157 -.166l8.282 -8.401l1.5 1.5l3.45 -3.391a2.08 2.08 0 0 1 3.057 2.815l-.116 .126l-3.391 3.45l1.5 1.5l-3.668 3.617" - } - ], - [ - "path", - { - "d": "M10.5 7.5l6 6" - } - ], - [ - "path", - { - "d": "M14 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ] - ], - "crop-1-1": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ] - ], - "crop-16-9": [ - [ - "path", - { - "d": "M4 8m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ] - ], - "crop-3-2": [ - [ - "path", - { - "d": "M4 7m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ] - ], - "crop-5-4": [ - [ - "path", - { - "d": "M4 5m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ] - ], - "crop-7-5": [ - [ - "path", - { - "d": "M4 6m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ] - ], - "crop-landscape": [ - [ - "path", - { - "d": "M4 6m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ] - ], - "crop-portrait": [ - [ - "path", - { - "d": "M6 4m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ] - ], - "crop": [ - [ - "path", - { - "d": "M8 5v10a1 1 0 0 0 1 1h10" - } - ], - [ - "path", - { - "d": "M5 8h10a1 1 0 0 1 1 1v10" - } - ] - ], - "cross-filled": [ - [ - "path", - { - "d": "M10 2l-.117 .007a1 1 0 0 0 -.883 .993v4h-4a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 .993 .883h4v8a1 1 0 0 0 1 1h4l.117 -.007a1 1 0 0 0 .883 -.993v-8h4a1 1 0 0 0 1 -1v-4l-.007 -.117a1 1 0 0 0 -.993 -.883h-4v-4a1 1 0 0 0 -1 -1h-4z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "cross-off": [ - [ - "path", - { - "d": "M16 12h3v-4h-5v-5h-4v3m-2 2h-3v4h5v9h4v-7" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "cross": [ - [ - "path", - { - "d": "M10 21h4v-9h5v-4h-5v-5h-4v5h-5v4h5z" - } - ] - ], - "crosshair": [ - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M9 12l6 0" - } - ], - [ - "path", - { - "d": "M12 9l0 6" - } - ] - ], - "crown-off": [ - [ - "path", - { - "d": "M18 18h-13l-1.865 -9.327a.25 .25 0 0 1 .4 -.244l4.465 3.571l1.6 -2.4m1.596 -2.394l.804 -1.206l4 6l4.464 -3.571a.25 .25 0 0 1 .401 .244l-1.363 6.818" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "crown": [ - [ - "path", - { - "d": "M12 6l4 6l5 -4l-2 10h-14l-2 -10l5 4z" - } - ] - ], - "crutches-off": [ - [ - "path", - { - "d": "M8.178 4.174a2 2 0 0 1 1.822 -1.174h4a2 2 0 1 1 0 4h-3" - } - ], - [ - "path", - { - "d": "M11 21h2" - } - ], - [ - "path", - { - "d": "M12 21v-4.092a3 3 0 0 1 .504 -1.664l.992 -1.488a3 3 0 0 0 .097 -.155m.407 -3.601v-3" - } - ], - [ - "path", - { - "d": "M12 21v-4.092a3 3 0 0 0 -.504 -1.664l-.992 -1.488a3 3 0 0 1 -.504 -1.664v-2.092" - } - ], - [ - "path", - { - "d": "M10 11h1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "crutches": [ - [ - "path", - { - "d": "M8 3m0 2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M11 21h2" - } - ], - [ - "path", - { - "d": "M12 21v-4.092a3 3 0 0 1 .504 -1.664l.992 -1.488a3 3 0 0 0 .504 -1.664v-5.092" - } - ], - [ - "path", - { - "d": "M12 21v-4.092a3 3 0 0 0 -.504 -1.664l-.992 -1.488a3 3 0 0 1 -.504 -1.664v-5.092" - } - ], - [ - "path", - { - "d": "M10 11h4" - } - ] - ], - "crystal-ball": [ - [ - "path", - { - "d": "M6.73 17.018a8 8 0 1 1 10.54 0" - } - ], - [ - "path", - { - "d": "M5 19a2 2 0 0 0 2 2h10a2 2 0 1 0 0 -4h-10a2 2 0 0 0 -2 2z" - } - ], - [ - "path", - { - "d": "M11 7a3 3 0 0 0 -3 3" - } - ] - ], - "csv": [ - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1" - } - ], - [ - "path", - { - "d": "M17 8l2 8l2 -8" - } - ], - [ - "path", - { - "d": "M7 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" - } - ] - ], - "cube-off": [ - [ - "path", - { - "d": "M20.83 16.809c.11 -.248 .17 -.52 .17 -.801v-8.018a1.98 1.98 0 0 0 -1 -1.717l-7 -4.008a2.016 2.016 0 0 0 -2 0l-3.012 1.725m-2.547 1.458l-1.441 .825c-.619 .355 -1 1.01 -1 1.718v8.018c0 .709 .381 1.363 1 1.717l7 4.008a2.016 2.016 0 0 0 2 0l5.544 -3.174" - } - ], - [ - "path", - { - "d": "M12 22v-10" - } - ], - [ - "path", - { - "d": "M14.532 10.538l6.198 -3.578" - } - ], - [ - "path", - { - "d": "M3.27 6.96l8.73 5.04" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "cube-plus": [ - [ - "path", - { - "d": "M21 12.5v-4.509a1.98 1.98 0 0 0 -1 -1.717l-7 -4.008a2.016 2.016 0 0 0 -2 0l-7 4.007c-.619 .355 -1 1.01 -1 1.718v8.018c0 .709 .381 1.363 1 1.717l7 4.008a2.016 2.016 0 0 0 2 0" - } - ], - [ - "path", - { - "d": "M12 22v-10" - } - ], - [ - "path", - { - "d": "M12 12l8.73 -5.04" - } - ], - [ - "path", - { - "d": "M3.27 6.96l8.73 5.04" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "cube-send": [ - [ - "path", - { - "d": "M16 12.5l-5 -3l5 -3l5 3v5.5l-5 3z" - } - ], - [ - "path", - { - "d": "M11 9.5v5.5l5 3" - } - ], - [ - "path", - { - "d": "M16 12.545l5 -3.03" - } - ], - [ - "path", - { - "d": "M7 9h-5" - } - ], - [ - "path", - { - "d": "M7 12h-3" - } - ], - [ - "path", - { - "d": "M7 15h-1" - } - ] - ], - "cube-unfolded": [ - [ - "path", - { - "d": "M2 15h10v5h5v-5h5v-5h-10v-5h-5v5h-5z" - } - ], - [ - "path", - { - "d": "M7 15v-5h5v5h5v-5" - } - ] - ], - "cube": [ - [ - "path", - { - "d": "M21 16.008v-8.018a1.98 1.98 0 0 0 -1 -1.717l-7 -4.008a2.016 2.016 0 0 0 -2 0l-7 4.008c-.619 .355 -1 1.01 -1 1.718v8.018c0 .709 .381 1.363 1 1.717l7 4.008a2.016 2.016 0 0 0 2 0l7 -4.008c.619 -.355 1 -1.01 1 -1.718z" - } - ], - [ - "path", - { - "d": "M12 22v-10" - } - ], - [ - "path", - { - "d": "M12 12l8.73 -5.04" - } - ], - [ - "path", - { - "d": "M3.27 6.96l8.73 5.04" - } - ] - ], - "cup-off": [ - [ - "path", - { - "d": "M8 8h-3v3h6m4 0h4v-3h-7" - } - ], - [ - "path", - { - "d": "M17.5 11l-.323 2.154m-.525 3.497l-.652 4.349h-8l-1.5 -10" - } - ], - [ - "path", - { - "d": "M6 8v-1c0 -.296 .064 -.577 .18 -.83m2.82 -1.17h7a2 2 0 0 1 2 2v1" - } - ], - [ - "path", - { - "d": "M15 5v-2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "cup": [ - [ - "path", - { - "d": "M5 11h14v-3h-14z" - } - ], - [ - "path", - { - "d": "M17.5 11l-1.5 10h-8l-1.5 -10" - } - ], - [ - "path", - { - "d": "M6 8v-1a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v1" - } - ], - [ - "path", - { - "d": "M15 5v-2" - } - ] - ], - "curling": [ - [ - "path", - { - "d": "M4 9m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v2a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z" - } - ], - [ - "path", - { - "d": "M4 14h16" - } - ], - [ - "path", - { - "d": "M8 5h6a2 2 0 0 1 2 2v2" - } - ] - ], - "curly-loop": [ - [ - "path", - { - "d": "M21 8c-4 0 -7 2 -7 5a3 3 0 0 0 6 0c0 -3 -2.5 -5 -8 -5s-8 2 -8 5a3 3 0 0 0 6 0c0 -3 -3 -5 -7 -5" - } - ] - ], - "currency-afghani": [ - [ - "path", - { - "d": "M15 13h-3.5a3.5 3.5 0 1 1 3.5 -3.5v6.5h-7" - } - ], - [ - "path", - { - "d": "M12 3v.01" - } - ], - [ - "path", - { - "d": "M12 19v2" - } - ] - ], - "currency-bahraini": [ - [ - "path", - { - "d": "M3 10v1a4 4 0 0 0 4 4h2a2 2 0 0 0 2 -2v-3" - } - ], - [ - "path", - { - "d": "M7 19.01v-.01" - } - ], - [ - "path", - { - "d": "M14 15.01v-.01" - } - ], - [ - "path", - { - "d": "M17 15h2a2 2 0 0 0 1.649 -3.131l-2.653 -3.869" - } - ] - ], - "currency-baht": [ - [ - "path", - { - "d": "M8 6h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143" - } - ], - [ - "path", - { - "d": "M8 12h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143" - } - ], - [ - "path", - { - "d": "M8 6v12" - } - ], - [ - "path", - { - "d": "M11 4v2" - } - ], - [ - "path", - { - "d": "M11 18v2" - } - ] - ], - "currency-bitcoin": [ - [ - "path", - { - "d": "M6 6h8a3 3 0 0 1 0 6a3 3 0 0 1 0 6h-8" - } - ], - [ - "path", - { - "d": "M8 6l0 12" - } - ], - [ - "path", - { - "d": "M8 12l6 0" - } - ], - [ - "path", - { - "d": "M9 3l0 3" - } - ], - [ - "path", - { - "d": "M13 3l0 3" - } - ], - [ - "path", - { - "d": "M9 18l0 3" - } - ], - [ - "path", - { - "d": "M13 18l0 3" - } - ] - ], - "currency-cent": [ - [ - "path", - { - "d": "M16.007 7.54a5.965 5.965 0 0 0 -4.008 -1.54a6 6 0 0 0 -5.992 6c0 3.314 2.682 6 5.992 6a5.965 5.965 0 0 0 4 -1.536" - } - ], - [ - "path", - { - "d": "M12 20v-2" - } - ], - [ - "path", - { - "d": "M12 6v-2" - } - ] - ], - "currency-dinar": [ - [ - "path", - { - "d": "M14 20.01v-.01" - } - ], - [ - "path", - { - "d": "M6 13l2.386 -.9a1 1 0 0 0 -.095 -1.902l-1.514 -.404a1 1 0 0 1 -.102 -1.9l2.325 -.894" - } - ], - [ - "path", - { - "d": "M3 14v1a3 3 0 0 0 3 3h4.161a3 3 0 0 0 2.983 -3.32l-1.144 -10.68" - } - ], - [ - "path", - { - "d": "M16 17l1 1h2a2 2 0 0 0 1.649 -3.131l-2.653 -3.869" - } - ] - ], - "currency-dirham": [ - [ - "path", - { - "d": "M8.5 19h-3.5" - } - ], - [ - "path", - { - "d": "M8.599 16.479a1.5 1.5 0 1 0 -1.099 2.521" - } - ], - [ - "path", - { - "d": "M7 4v9" - } - ], - [ - "path", - { - "d": "M15 13h1.888a1.5 1.5 0 0 0 1.296 -2.256l-2.184 -3.744" - } - ], - [ - "path", - { - "d": "M11 13.01v-.01" - } - ] - ], - "currency-dogecoin": [ - [ - "path", - { - "d": "M6 12h6" - } - ], - [ - "path", - { - "d": "M9 6v12" - } - ], - [ - "path", - { - "d": "M6 18h6a6 6 0 1 0 0 -12h-6" - } - ] - ], - "currency-dollar-australian": [ - [ - "path", - { - "d": "M3 18l3.279 -11.476a.75 .75 0 0 1 1.442 0l3.279 11.476" - } - ], - [ - "path", - { - "d": "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" - } - ], - [ - "path", - { - "d": "M17 20v-2" - } - ], - [ - "path", - { - "d": "M18 6v-2" - } - ], - [ - "path", - { - "d": "M4.5 14h5" - } - ] - ], - "currency-dollar-brunei": [ - [ - "path", - { - "d": "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" - } - ], - [ - "path", - { - "d": "M17 20v-2" - } - ], - [ - "path", - { - "d": "M18 6v-2" - } - ], - [ - "path", - { - "d": "M3 6v12h4a3 3 0 0 0 0 -6h-4h4a3 3 0 0 0 0 -6h-4z" - } - ] - ], - "currency-dollar-canadian": [ - [ - "path", - { - "d": "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" - } - ], - [ - "path", - { - "d": "M10 18h-1a6 6 0 1 1 0 -12h1" - } - ], - [ - "path", - { - "d": "M17 20v-2" - } - ], - [ - "path", - { - "d": "M18 6v-2" - } - ] - ], - "currency-dollar-guyanese": [ - [ - "path", - { - "d": "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" - } - ], - [ - "path", - { - "d": "M10 6h-3a4 4 0 0 0 -4 4v4a4 4 0 0 0 4 4h3v-6h-2" - } - ], - [ - "path", - { - "d": "M17 20v-2" - } - ], - [ - "path", - { - "d": "M18 6v-2" - } - ] - ], - "currency-dollar-off": [ - [ - "path", - { - "d": "M16.7 8a3 3 0 0 0 -2.7 -2h-4m-2.557 1.431a3 3 0 0 0 2.557 4.569h2m4.564 4.558a3 3 0 0 1 -2.564 1.442h-4a3 3 0 0 1 -2.7 -2" - } - ], - [ - "path", - { - "d": "M12 3v3m0 12v3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "currency-dollar-singapore": [ - [ - "path", - { - "d": "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" - } - ], - [ - "path", - { - "d": "M10 6h-4a3 3 0 1 0 0 6h1a3 3 0 0 1 0 6h-4" - } - ], - [ - "path", - { - "d": "M17 20v-2" - } - ], - [ - "path", - { - "d": "M18 6v-2" - } - ] - ], - "currency-dollar-zimbabwean": [ - [ - "path", - { - "d": "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" - } - ], - [ - "path", - { - "d": "M17 20v-2" - } - ], - [ - "path", - { - "d": "M18 6v-2" - } - ], - [ - "path", - { - "d": "M3 6h7l-7 12h7" - } - ] - ], - "currency-dollar": [ - [ - "path", - { - "d": "M16.7 8a3 3 0 0 0 -2.7 -2h-4a3 3 0 0 0 0 6h4a3 3 0 0 1 0 6h-4a3 3 0 0 1 -2.7 -2" - } - ], - [ - "path", - { - "d": "M12 3v3m0 12v3" - } - ] - ], - "currency-dong": [ - [ - "path", - { - "d": "M6 19h12" - } - ], - [ - "path", - { - "d": "M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M16 16v-12" - } - ], - [ - "path", - { - "d": "M17 5h-4" - } - ] - ], - "currency-dram": [ - [ - "path", - { - "d": "M4 10a6 6 0 1 1 12 0v10" - } - ], - [ - "path", - { - "d": "M12 16h8" - } - ], - [ - "path", - { - "d": "M12 12h8" - } - ] - ], - "currency-ethereum": [ - [ - "path", - { - "d": "M6 12l6 -9l6 9l-6 9z" - } - ], - [ - "path", - { - "d": "M6 12l6 -3l6 3l-6 2z" - } - ] - ], - "currency-euro-off": [ - [ - "path", - { - "d": "M17.2 7c-1.977 -2.26 -4.954 -2.602 -7.234 -1.04m-1.913 2.079c-1.604 2.72 -1.374 6.469 .69 8.894c2.292 2.691 6 2.758 8.356 .18" - } - ], - [ - "path", - { - "d": "M10 10h-5m0 4h8" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "currency-euro": [ - [ - "path", - { - "d": "M17.2 7a6 7 0 1 0 0 10" - } - ], - [ - "path", - { - "d": "M13 10h-8m0 4h8" - } - ] - ], - "currency-florin": [ - [ - "path", - { - "d": "M8 12h8" - } - ], - [ - "path", - { - "d": "M7 19c1.213 0 2.31 -.723 2.788 -1.838l4.424 -10.324a3.033 3.033 0 0 1 2.788 -1.838" - } - ] - ], - "currency-forint": [ - [ - "path", - { - "d": "M11 4h-4a3 3 0 0 0 -3 3v12" - } - ], - [ - "path", - { - "d": "M10 11h-6" - } - ], - [ - "path", - { - "d": "M16 4v13a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M19 9h-5" - } - ] - ], - "currency-frank": [ - [ - "path", - { - "d": "M17 5h-6a2 2 0 0 0 -2 2v12" - } - ], - [ - "path", - { - "d": "M7 15h4" - } - ], - [ - "path", - { - "d": "M9 11h7" - } - ] - ], - "currency-guarani": [ - [ - "path", - { - "d": "M16.007 7.54a5.965 5.965 0 0 0 -4.008 -1.54a6 6 0 0 0 -5.992 6c0 3.314 2.682 6 5.992 6a5.965 5.965 0 0 0 4 -1.536c.732 -.66 1.064 -2.148 1 -4.464h-5" - } - ], - [ - "path", - { - "d": "M12 20v-16" - } - ] - ], - "currency-hryvnia": [ - [ - "path", - { - "d": "M8 7a2.64 2.64 0 0 1 2.562 -2h3.376a2.64 2.64 0 0 1 2.562 2a2.57 2.57 0 0 1 -1.344 2.922l-5.876 2.938a3.338 3.338 0 0 0 -1.78 3.64a3.11 3.11 0 0 0 3.05 2.5h2.888a2.64 2.64 0 0 0 2.562 -2" - } - ], - [ - "path", - { - "d": "M6 10h12" - } - ], - [ - "path", - { - "d": "M6 14h12" - } - ] - ], - "currency-iranian-rial": [ - [ - "path", - { - "d": "M9 4v9a2 2 0 0 1 -2 2h-1a3 3 0 0 1 -3 -3v-1" - } - ], - [ - "path", - { - "d": "M12 5v8a1 1 0 0 0 1 1h1a2 2 0 0 0 2 -2v-1" - } - ], - [ - "path", - { - "d": "M21 14v1.096a5 5 0 0 1 -3.787 4.85l-.213 .054" - } - ], - [ - "path", - { - "d": "M11 18h.01" - } - ], - [ - "path", - { - "d": "M14 18h.01" - } - ] - ], - "currency-kip": [ - [ - "path", - { - "d": "M6 12h12" - } - ], - [ - "path", - { - "d": "M9 5v14" - } - ], - [ - "path", - { - "d": "M16 19a7 7 0 0 0 -7 -7a7 7 0 0 0 7 -7" - } - ] - ], - "currency-krone-czech": [ - [ - "path", - { - "d": "M5 6v12" - } - ], - [ - "path", - { - "d": "M5 12c3.5 0 6 -3 6 -6" - } - ], - [ - "path", - { - "d": "M5 12c3.5 0 6 3 6 6" - } - ], - [ - "path", - { - "d": "M19 6l-2 2l-2 -2" - } - ], - [ - "path", - { - "d": "M19 12h-2a3 3 0 0 0 0 6h2" - } - ] - ], - "currency-krone-danish": [ - [ - "path", - { - "d": "M5 6v12" - } - ], - [ - "path", - { - "d": "M5 12c3.5 0 6 -3 6 -6" - } - ], - [ - "path", - { - "d": "M5 12c3.5 0 6 3 6 6" - } - ], - [ - "path", - { - "d": "M15 10v8" - } - ], - [ - "path", - { - "d": "M19 10a4 4 0 0 0 -4 4" - } - ], - [ - "path", - { - "d": "M20 18.01v-.01" - } - ] - ], - "currency-krone-swedish": [ - [ - "path", - { - "d": "M5 6v12" - } - ], - [ - "path", - { - "d": "M5 12c3.5 0 6 -3 6 -6" - } - ], - [ - "path", - { - "d": "M5 12c3.5 0 6 3 6 6" - } - ], - [ - "path", - { - "d": "M15 10v8" - } - ], - [ - "path", - { - "d": "M19 10a4 4 0 0 0 -4 4" - } - ] - ], - "currency-lari": [ - [ - "path", - { - "d": "M18 13a6 6 0 1 0 -6 6" - } - ], - [ - "path", - { - "d": "M6 19h12" - } - ], - [ - "path", - { - "d": "M10 5v7" - } - ], - [ - "path", - { - "d": "M14 12v-7" - } - ] - ], - "currency-leu": [ - [ - "path", - { - "d": "M17 18h-7a3 3 0 0 1 -3 -3v-10" - } - ] - ], - "currency-lira": [ - [ - "path", - { - "d": "M10 5v15a7 7 0 0 0 7 -7" - } - ], - [ - "path", - { - "d": "M6 15l8 -4" - } - ], - [ - "path", - { - "d": "M14 7l-8 4" - } - ] - ], - "currency-litecoin": [ - [ - "path", - { - "d": "M18 19h-8.194a2 2 0 0 1 -1.98 -2.283l1.674 -11.717" - } - ], - [ - "path", - { - "d": "M14 9l-9 4" - } - ] - ], - "currency-lyd": [ - [ - "path", - { - "d": "M11 15h.01" - } - ], - [ - "path", - { - "d": "M21 5v10a2 2 0 0 1 -2 2h-2.764a2 2 0 0 1 -1.789 -1.106l-.447 -.894" - } - ], - [ - "path", - { - "d": "M5 8l2.773 4.687c.427 .697 .234 1.626 -.43 2.075a1.38 1.38 0 0 1 -.773 .238h-2.224a.93 .93 0 0 1 -.673 -.293l-.673 -.707" - } - ] - ], - "currency-manat": [ - [ - "path", - { - "d": "M7 19v-7a5 5 0 1 1 10 0v7" - } - ], - [ - "path", - { - "d": "M12 5v14" - } - ] - ], - "currency-monero": [ - [ - "path", - { - "d": "M3 18h3v-11l6 7l6 -7v11h3" - } - ] - ], - "currency-naira": [ - [ - "path", - { - "d": "M7 18v-10.948a1.05 1.05 0 0 1 1.968 -.51l6.064 10.916a1.05 1.05 0 0 0 1.968 -.51v-10.948" - } - ], - [ - "path", - { - "d": "M5 10h14" - } - ], - [ - "path", - { - "d": "M5 14h14" - } - ] - ], - "currency-nano": [ - [ - "path", - { - "d": "M7 20l10 -16" - } - ], - [ - "path", - { - "d": "M7 12h10" - } - ], - [ - "path", - { - "d": "M7 16h10" - } - ], - [ - "path", - { - "d": "M17 20l-10 -16" - } - ] - ], - "currency-off": [ - [ - "path", - { - "d": "M18.531 14.524a7 7 0 0 0 -9.06 -9.053m-2.422 1.582a7 7 0 0 0 9.903 9.896" - } - ], - [ - "path", - { - "d": "M4 4l3 3" - } - ], - [ - "path", - { - "d": "M20 4l-3 3" - } - ], - [ - "path", - { - "d": "M4 20l3 -3" - } - ], - [ - "path", - { - "d": "M20 20l-3 -3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "currency-paanga": [ - [ - "path", - { - "d": "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" - } - ], - [ - "path", - { - "d": "M17 20v-2" - } - ], - [ - "path", - { - "d": "M18 6v-2" - } - ], - [ - "path", - { - "d": "M3 6h8" - } - ], - [ - "path", - { - "d": "M7 6v12" - } - ] - ], - "currency-peso": [ - [ - "path", - { - "d": "M8 19v-14h3.5a4.5 4.5 0 1 1 0 9h-3.5" - } - ], - [ - "path", - { - "d": "M18 8h-12" - } - ], - [ - "path", - { - "d": "M18 11h-12" - } - ] - ], - "currency-pound-off": [ - [ - "path", - { - "d": "M17 18.5a6 6 0 0 1 -5 0a6 6 0 0 0 -5 .5a3 3 0 0 0 2 -2.5v-7.5m1.192 -2.825a4 4 0 0 1 6.258 .825m-3.45 6h-6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "currency-pound": [ - [ - "path", - { - "d": "M17 18.5a6 6 0 0 1 -5 0a6 6 0 0 0 -5 .5a3 3 0 0 0 2 -2.5v-7.5a4 4 0 0 1 7.45 -2m-2.55 6h-7" - } - ] - ], - "currency-quetzal": [ - [ - "path", - { - "d": "M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" - } - ], - [ - "path", - { - "d": "M13 13l5 5" - } - ] - ], - "currency-real": [ - [ - "path", - { - "d": "M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" - } - ], - [ - "path", - { - "d": "M4 18v-12h3a3 3 0 1 1 0 6h-3c5.5 0 5 4 6 6" - } - ], - [ - "path", - { - "d": "M18 6v-2" - } - ], - [ - "path", - { - "d": "M17 20v-2" - } - ] - ], - "currency-renminbi": [ - [ - "path", - { - "d": "M15 9v8a2 2 0 1 0 4 0" - } - ], - [ - "path", - { - "d": "M19 9h-14" - } - ], - [ - "path", - { - "d": "M19 5h-14" - } - ], - [ - "path", - { - "d": "M9 9v4c0 2.5 -.667 4 -2 6" - } - ] - ], - "currency-ripple": [ - [ - "path", - { - "d": "M7 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M10 12h3l2 -2.5" - } - ], - [ - "path", - { - "d": "M15 14.5l-2 -2.5" - } - ] - ], - "currency-riyal": [ - [ - "path", - { - "d": "M15 9v2a2 2 0 1 1 -4 0v-1v1a2 2 0 1 1 -4 0v-1v4a2 2 0 1 1 -4 0v-2" - } - ], - [ - "path", - { - "d": "M18 12.01v-.01" - } - ], - [ - "path", - { - "d": "M22 10v1a5 5 0 0 1 -5 5" - } - ] - ], - "currency-rubel": [ - [ - "path", - { - "d": "M8 19v-14h6a3 3 0 0 1 0 6h-8" - } - ], - [ - "path", - { - "d": "M14 15h-8" - } - ] - ], - "currency-rufiyaa": [ - [ - "path", - { - "d": "M20 16h.01" - } - ], - [ - "path", - { - "d": "M4 16c9.5 -4 11.5 -8 14 -9" - } - ], - [ - "path", - { - "d": "M12 8l5 3" - } - ] - ], - "currency-rupee-nepalese": [ - [ - "path", - { - "d": "M15 5h-11h3a4 4 0 1 1 0 8h-3l6 6" - } - ], - [ - "path", - { - "d": "M21 17l-4.586 -4.414a2 2 0 0 0 -2.828 2.828l.707 .707" - } - ] - ], - "currency-rupee": [ - [ - "path", - { - "d": "M18 5h-11h3a4 4 0 0 1 0 8h-3l6 6" - } - ], - [ - "path", - { - "d": "M7 9l11 0" - } - ] - ], - "currency-shekel": [ - [ - "path", - { - "d": "M6 18v-12h4a4 4 0 0 1 4 4v4" - } - ], - [ - "path", - { - "d": "M18 6v12h-4a4 4 0 0 1 -4 -4v-4" - } - ] - ], - "currency-solana": [ - [ - "path", - { - "d": "M4 18h12l4 -4h-12z" - } - ], - [ - "path", - { - "d": "M8 14l-4 -4h12l4 4" - } - ], - [ - "path", - { - "d": "M16 10l4 -4h-12l-4 4" - } - ] - ], - "currency-som": [ - [ - "path", - { - "d": "M10 18v-12h-5v10a2 2 0 0 1 -2 2" - } - ], - [ - "path", - { - "d": "M14 6v12h4a3 3 0 0 0 0 -6h-4h4a3 3 0 0 0 0 -6h-4z" - } - ] - ], - "currency-taka": [ - [ - "path", - { - "d": "M16.5 15.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M7 7a2 2 0 1 1 4 0v9a3 3 0 0 0 6 0v-.5" - } - ], - [ - "path", - { - "d": "M8 11h6" - } - ] - ], - "currency-tenge": [ - [ - "path", - { - "d": "M6 5h12" - } - ], - [ - "path", - { - "d": "M6 9h12" - } - ], - [ - "path", - { - "d": "M12 9v10" - } - ] - ], - "currency-tugrik": [ - [ - "path", - { - "d": "M7 6h10" - } - ], - [ - "path", - { - "d": "M12 6v13" - } - ], - [ - "path", - { - "d": "M8 17l8 -3" - } - ], - [ - "path", - { - "d": "M16 10l-8 3" - } - ] - ], - "currency-won": [ - [ - "path", - { - "d": "M4 6l3.245 11.358a.85 .85 0 0 0 1.624 .035l3.131 -9.393l3.131 9.393a.85 .85 0 0 0 1.624 -.035l3.245 -11.358" - } - ], - [ - "path", - { - "d": "M21 10h-18" - } - ], - [ - "path", - { - "d": "M21 14h-18" - } - ] - ], - "currency-xrp": [ - [ - "path", - { - "d": "M5 5l3.585 3.585a4.83 4.83 0 0 0 6.83 0l3.585 -3.585" - } - ], - [ - "path", - { - "d": "M5 19l3.585 -3.585a4.83 4.83 0 0 1 6.83 0l3.585 3.584" - } - ] - ], - "currency-yen-off": [ - [ - "path", - { - "d": "M12 19v-7m5 -7l-3.328 4.66" - } - ], - [ - "path", - { - "d": "M8 17h8" - } - ], - [ - "path", - { - "d": "M8 13h5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "currency-yen": [ - [ - "path", - { - "d": "M12 19v-7l-5 -7m10 0l-5 7" - } - ], - [ - "path", - { - "d": "M8 17l8 0" - } - ], - [ - "path", - { - "d": "M8 13l8 0" - } - ] - ], - "currency-yuan": [ - [ - "path", - { - "d": "M12 19v-7l-5 -7" - } - ], - [ - "path", - { - "d": "M17 5l-5 7" - } - ], - [ - "path", - { - "d": "M8 13h8" - } - ] - ], - "currency-zloty": [ - [ - "path", - { - "d": "M12 18h-7l7 -7h-7" - } - ], - [ - "path", - { - "d": "M17 18v-13" - } - ], - [ - "path", - { - "d": "M14 14.5l6 -3.5" - } - ] - ], - "currency": [ - [ - "path", - { - "d": "M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M4 4l3 3" - } - ], - [ - "path", - { - "d": "M20 4l-3 3" - } - ], - [ - "path", - { - "d": "M4 20l3 -3" - } - ], - [ - "path", - { - "d": "M20 20l-3 -3" - } - ] - ], - "current-location-off": [ - [ - "path", - { - "d": "M14.685 10.661c-.3 -.6 -.795 -1.086 -1.402 -1.374m-3.397 .584a3 3 0 1 0 4.24 4.245" - } - ], - [ - "path", - { - "d": "M6.357 6.33a8 8 0 1 0 11.301 11.326m1.642 -2.378a8 8 0 0 0 -10.597 -10.569" - } - ], - [ - "path", - { - "d": "M12 2v2" - } - ], - [ - "path", - { - "d": "M12 20v2" - } - ], - [ - "path", - { - "d": "M20 12h2" - } - ], - [ - "path", - { - "d": "M2 12h2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "current-location": [ - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M12 12m-8 0a8 8 0 1 0 16 0a8 8 0 1 0 -16 0" - } - ], - [ - "path", - { - "d": "M12 2l0 2" - } - ], - [ - "path", - { - "d": "M12 20l0 2" - } - ], - [ - "path", - { - "d": "M20 12l2 0" - } - ], - [ - "path", - { - "d": "M2 12l2 0" - } - ] - ], - "cursor-off": [ - [ - "path", - { - "d": "M9 4a3 3 0 0 1 3 3v1m0 9a3 3 0 0 1 -3 3" - } - ], - [ - "path", - { - "d": "M15 4a3 3 0 0 0 -3 3v1m0 4v5a3 3 0 0 0 3 3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "cursor-text": [ - [ - "path", - { - "d": "M10 12h4" - } - ], - [ - "path", - { - "d": "M9 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3" - } - ], - [ - "path", - { - "d": "M15 4a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3" - } - ] - ], - "cut": [ - [ - "path", - { - "d": "M7 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M9.15 14.85l8.85 -10.85" - } - ], - [ - "path", - { - "d": "M6 4l8.85 10.85" - } - ] - ], - "cylinder-off": [ - [ - "path", - { - "d": "M5.23 5.233c-.15 .245 -.23 .502 -.23 .767c0 1.131 1.461 2.117 3.62 2.628m4.357 .343c3.404 -.204 6.023 -1.456 6.023 -2.971c0 -1.657 -3.134 -3 -7 -3c-1.645 0 -3.158 .243 -4.353 .65" - } - ], - [ - "path", - { - "d": "M5 6v12c0 1.657 3.134 3 7 3c3.245 0 5.974 -.946 6.767 -2.23m.233 -3.77v-9" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "cylinder-plus": [ - [ - "path", - { - "d": "M12 6m-7 0a7 3 0 1 0 14 0a7 3 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M5 6v12c0 1.657 3.134 3 7 3c.173 0 .345 -.003 .515 -.008m6.485 -8.992v-6" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "cylinder": [ - [ - "path", - { - "d": "M12 6m-7 0a7 3 0 1 0 14 0a7 3 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M5 6v12c0 1.657 3.134 3 7 3s7 -1.343 7 -3v-12" - } - ] - ], - "dashboard-off": [ - [ - "path", - { - "d": "M11.175 11.178a2 2 0 1 0 2.653 2.634" - } - ], - [ - "path", - { - "d": "M14.5 10.5l1 -1" - } - ], - [ - "path", - { - "d": "M8.621 4.612a9 9 0 0 1 11.721 11.72m-1.516 2.488a9.008 9.008 0 0 1 -1.226 1.18h-11.2a9 9 0 0 1 -.268 -13.87" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "dashboard": [ - [ - "path", - { - "d": "M12 13m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M13.45 11.55l2.05 -2.05" - } - ], - [ - "path", - { - "d": "M6.4 20a9 9 0 1 1 11.2 0z" - } - ] - ], - "database-cog": [ - [ - "path", - { - "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" - } - ], - [ - "path", - { - "d": "M4 6v6c0 1.657 3.582 3 8 3c.21 0 .42 -.003 .626 -.01" - } - ], - [ - "path", - { - "d": "M20 11.5v-5.5" - } - ], - [ - "path", - { - "d": "M4 12v6c0 1.657 3.582 3 8 3" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "database-dollar": [ - [ - "path", - { - "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" - } - ], - [ - "path", - { - "d": "M4 6v6c0 1.657 3.582 3 8 3c.415 0 .822 -.012 1.22 -.035" - } - ], - [ - "path", - { - "d": "M20 10v-4" - } - ], - [ - "path", - { - "d": "M4 12v6c0 1.657 3.582 3 8 3c.352 0 .698 -.009 1.037 -.025" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "database-edit": [ - [ - "path", - { - "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" - } - ], - [ - "path", - { - "d": "M4 6v6c0 1.657 3.582 3 8 3c.478 0 .947 -.016 1.402 -.046" - } - ], - [ - "path", - { - "d": "M20 12v-6" - } - ], - [ - "path", - { - "d": "M4 12v6c0 1.526 3.04 2.786 6.972 2.975" - } - ], - [ - "path", - { - "d": "M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" - } - ] - ], - "database-exclamation": [ - [ - "path", - { - "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" - } - ], - [ - "path", - { - "d": "M4 6v6c0 1.657 3.582 3 8 3c1.118 0 2.182 -.086 3.148 -.241m4.852 -2.759v-6" - } - ], - [ - "path", - { - "d": "M4 12v6c0 1.657 3.582 3 8 3c1.064 0 2.079 -.078 3.007 -.22" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "database-export": [ - [ - "path", - { - "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" - } - ], - [ - "path", - { - "d": "M4 6v6c0 1.657 3.582 3 8 3c1.118 0 2.183 -.086 3.15 -.241" - } - ], - [ - "path", - { - "d": "M20 12v-6" - } - ], - [ - "path", - { - "d": "M4 12v6c0 1.657 3.582 3 8 3c.157 0 .312 -.002 .466 -.005" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16l3 3l-3 3" - } - ] - ], - "database-heart": [ - [ - "path", - { - "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" - } - ], - [ - "path", - { - "d": "M4 6v6c0 1.453 2.755 2.665 6.414 2.941" - } - ], - [ - "path", - { - "d": "M20 11v-5" - } - ], - [ - "path", - { - "d": "M4 12v6c0 1.579 3.253 2.873 7.383 2.991" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "database-import": [ - [ - "path", - { - "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" - } - ], - [ - "path", - { - "d": "M4 6v6c0 1.657 3.582 3 8 3c.856 0 1.68 -.05 2.454 -.144m5.546 -2.856v-6" - } - ], - [ - "path", - { - "d": "M4 12v6c0 1.657 3.582 3 8 3c.171 0 .341 -.002 .51 -.006" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "database-leak": [ - [ - "path", - { - "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" - } - ], - [ - "path", - { - "d": "M4 6v12c0 1.657 3.582 3 8 3s8 -1.343 8 -3v-12" - } - ], - [ - "path", - { - "d": "M4 15a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1" - } - ] - ], - "database-minus": [ - [ - "path", - { - "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" - } - ], - [ - "path", - { - "d": "M4 6v6c0 1.657 3.582 3 8 3s8 -1.343 8 -3v-6" - } - ], - [ - "path", - { - "d": "M4 12v6c0 1.657 3.582 3 8 3c.164 0 .328 -.002 .49 -.006" - } - ], - [ - "path", - { - "d": "M20 15v-3" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "database-off": [ - [ - "path", - { - "d": "M12.983 8.978c3.955 -.182 7.017 -1.446 7.017 -2.978c0 -1.657 -3.582 -3 -8 -3c-1.661 0 -3.204 .19 -4.483 .515m-2.783 1.228c-.471 .382 -.734 .808 -.734 1.257c0 1.22 1.944 2.271 4.734 2.74" - } - ], - [ - "path", - { - "d": "M4 6v6c0 1.657 3.582 3 8 3c.986 0 1.93 -.067 2.802 -.19m3.187 -.82c1.251 -.53 2.011 -1.228 2.011 -1.99v-6" - } - ], - [ - "path", - { - "d": "M4 12v6c0 1.657 3.582 3 8 3c3.217 0 5.991 -.712 7.261 -1.74m.739 -3.26v-4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "database-plus": [ - [ - "path", - { - "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" - } - ], - [ - "path", - { - "d": "M4 6v6c0 1.657 3.582 3 8 3c1.075 0 2.1 -.08 3.037 -.224" - } - ], - [ - "path", - { - "d": "M20 12v-6" - } - ], - [ - "path", - { - "d": "M4 12v6c0 1.657 3.582 3 8 3c.166 0 .331 -.002 .495 -.006" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "database-search": [ - [ - "path", - { - "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" - } - ], - [ - "path", - { - "d": "M4 6v6c0 1.657 3.582 3 8 3m8 -3.5v-5.5" - } - ], - [ - "path", - { - "d": "M4 12v6c0 1.657 3.582 3 8 3" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "database-share": [ - [ - "path", - { - "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" - } - ], - [ - "path", - { - "d": "M4 6v6c0 1.657 3.582 3 8 3c.361 0 .716 -.009 1.065 -.026" - } - ], - [ - "path", - { - "d": "M20 13v-7" - } - ], - [ - "path", - { - "d": "M4 12v6c0 1.657 3.582 3 8 3" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "database-smile": [ - [ - "path", - { - "d": "M10 14h.01" - } - ], - [ - "path", - { - "d": "M14 14h.01" - } - ], - [ - "path", - { - "d": "M10 17a3.5 3.5 0 0 0 4 0" - } - ], - [ - "path", - { - "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" - } - ], - [ - "path", - { - "d": "M4 6v12c0 1.657 3.582 3 8 3s8 -1.343 8 -3v-12" - } - ] - ], - "database-star": [ - [ - "path", - { - "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" - } - ], - [ - "path", - { - "d": "M4 6v6c0 1.43 2.67 2.627 6.243 2.927" - } - ], - [ - "path", - { - "d": "M20 10.5v-4.5" - } - ], - [ - "path", - { - "d": "M4 12v6c0 1.546 3.12 2.82 7.128 2.982" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "database-x": [ - [ - "path", - { - "d": "M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" - } - ], - [ - "path", - { - "d": "M4 6v6c0 1.657 3.582 3 8 3c.537 0 1.062 -.02 1.57 -.058" - } - ], - [ - "path", - { - "d": "M20 13.5v-7.5" - } - ], - [ - "path", - { - "d": "M4 12v6c0 1.657 3.582 3 8 3c.384 0 .762 -.01 1.132 -.03" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "database": [ - [ - "path", - { - "d": "M12 6m-8 0a8 3 0 1 0 16 0a8 3 0 1 0 -16 0" - } - ], - [ - "path", - { - "d": "M4 6v6a8 3 0 0 0 16 0v-6" - } - ], - [ - "path", - { - "d": "M4 12v6a8 3 0 0 0 16 0v-6" - } - ] - ], - "decimal": [ - [ - "path", - { - "d": "M17 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M10 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M5 16h.01" - } - ] - ], - "deer": [ - [ - "path", - { - "d": "M3 3c0 2 1 3 4 3c2 0 3 1 3 3" - } - ], - [ - "path", - { - "d": "M21 3c0 2 -1 3 -4 3c-2 0 -3 .333 -3 3" - } - ], - [ - "path", - { - "d": "M12 18c-1 0 -4 -3 -4 -6c0 -2 1.333 -3 4 -3s4 1 4 3c0 3 -3 6 -4 6" - } - ], - [ - "path", - { - "d": "M15.185 14.889l.095 -.18a4 4 0 1 1 -6.56 0" - } - ], - [ - "path", - { - "d": "M17 3c0 1.333 -.333 2.333 -1 3" - } - ], - [ - "path", - { - "d": "M7 3c0 1.333 .333 2.333 1 3" - } - ], - [ - "path", - { - "d": "M7 6c-2.667 .667 -4.333 1.667 -5 3" - } - ], - [ - "path", - { - "d": "M17 6c2.667 .667 4.333 1.667 5 3" - } - ], - [ - "path", - { - "d": "M8.5 10l-1.5 -1" - } - ], - [ - "path", - { - "d": "M15.5 10l1.5 -1" - } - ], - [ - "path", - { - "d": "M12 15h.01" - } - ] - ], - "delta": [ - [ - "path", - { - "d": "M4 20h16l-8 -16z" - } - ] - ], - "dental-broken": [ - [ - "path", - { - "d": "M12 5.5c-1.074 -.586 -2.583 -1.5 -4 -1.5c-2.1 0 -4 1.247 -4 5c0 4.899 1.056 8.41 2.671 10.537c.573 .756 1.97 .521 2.567 -.236c.398 -.505 .819 -1.439 1.262 -2.801c.292 -.771 .892 -1.504 1.5 -1.5c.602 0 1.21 .737 1.5 1.5c.443 1.362 .864 2.295 1.262 2.8c.597 .759 2 .993 2.567 .237c1.615 -2.127 2.671 -5.637 2.671 -10.537c0 -3.74 -1.908 -5 -4 -5c-1.423 0 -2.92 .911 -4 1.5z" - } - ], - [ - "path", - { - "d": "M12 5.5l1 2.5l-2 2l2 2" - } - ] - ], - "dental-off": [ - [ - "path", - { - "d": "M19.277 15.281c.463 -1.75 .723 -3.844 .723 -6.281c0 -3.74 -1.908 -5 -4 -5c-1.423 0 -2.92 .911 -4 1.5c-1.074 -.586 -2.583 -1.5 -4 -1.5m-2.843 1.153c-.707 .784 -1.157 2.017 -1.157 3.847c0 4.899 1.056 8.41 2.671 10.537c.573 .756 1.97 .521 2.567 -.236c.398 -.505 .819 -1.439 1.262 -2.801c.292 -.771 .892 -1.504 1.5 -1.5c.602 0 1.21 .737 1.5 1.5c.443 1.362 .864 2.295 1.262 2.8c.597 .759 2 .993 2.567 .237c.305 -.402 .59 -.853 .852 -1.353" - } - ], - [ - "path", - { - "d": "M12 5.5l3 1.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "dental": [ - [ - "path", - { - "d": "M12 5.5c-1.074 -.586 -2.583 -1.5 -4 -1.5c-2.1 0 -4 1.247 -4 5c0 4.899 1.056 8.41 2.671 10.537c.573 .756 1.97 .521 2.567 -.236c.398 -.505 .819 -1.439 1.262 -2.801c.292 -.771 .892 -1.504 1.5 -1.5c.602 0 1.21 .737 1.5 1.5c.443 1.362 .864 2.295 1.262 2.8c.597 .759 2 .993 2.567 .237c1.615 -2.127 2.671 -5.637 2.671 -10.537c0 -3.74 -1.908 -5 -4 -5c-1.423 0 -2.92 .911 -4 1.5z" - } - ], - [ - "path", - { - "d": "M12 5.5l3 1.5" - } - ] - ], - "deselect": [ - [ - "path", - { - "d": "M12 8h3a1 1 0 0 1 1 1v3" - } - ], - [ - "path", - { - "d": "M16 16h-7a1 1 0 0 1 -1 -1v-7" - } - ], - [ - "path", - { - "d": "M12 20v.01" - } - ], - [ - "path", - { - "d": "M16 20v.01" - } - ], - [ - "path", - { - "d": "M8 20v.01" - } - ], - [ - "path", - { - "d": "M4 20v.01" - } - ], - [ - "path", - { - "d": "M4 16v.01" - } - ], - [ - "path", - { - "d": "M4 12v.01" - } - ], - [ - "path", - { - "d": "M4 8v.01" - } - ], - [ - "path", - { - "d": "M8 4v.01" - } - ], - [ - "path", - { - "d": "M12 4v.01" - } - ], - [ - "path", - { - "d": "M16 4v.01" - } - ], - [ - "path", - { - "d": "M20 4v.01" - } - ], - [ - "path", - { - "d": "M20 8v.01" - } - ], - [ - "path", - { - "d": "M20 12v.01" - } - ], - [ - "path", - { - "d": "M20 16v.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "desk": [ - [ - "path", - { - "d": "M3 6h18" - } - ], - [ - "path", - { - "d": "M4 6v13" - } - ], - [ - "path", - { - "d": "M20 19v-13" - } - ], - [ - "path", - { - "d": "M4 10h16" - } - ], - [ - "path", - { - "d": "M15 6v8a2 2 0 0 0 2 2h3" - } - ] - ], - "details-off": [ - [ - "path", - { - "d": "M5 19h14" - } - ], - [ - "path", - { - "d": "M20.986 16.984a2 2 0 0 0 -.146 -.734l-7.1 -12.25a2 2 0 0 0 -3.5 0l-.821 1.417m-1.469 2.534l-4.81 8.299a2 2 0 0 0 1.75 2.75" - } - ], - [ - "path", - { - "d": "M12 3v5m0 4v7" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "details": [ - [ - "path", - { - "d": "M11.999 3l.001 17" - } - ], - [ - "path", - { - "d": "M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0z" - } - ] - ], - "device-airpods-case": [ - [ - "path", - { - "d": "M21 10h-18" - } - ], - [ - "path", - { - "d": "M3 4m0 4a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4z" - } - ], - [ - "path", - { - "d": "M7 10v1.5a1.5 1.5 0 0 0 1.5 1.5h7a1.5 1.5 0 0 0 1.5 -1.5v-1.5" - } - ] - ], - "device-airpods": [ - [ - "path", - { - "d": "M6 4a4 4 0 0 1 4 3.8l0 .2v10.5a1.5 1.5 0 0 1 -3 0v-6.5h-1a4 4 0 0 1 -4 -3.8l0 -.2a4 4 0 0 1 4 -4z" - } - ], - [ - "path", - { - "d": "M18 4a4 4 0 0 0 -4 3.8l0 .2v10.5a1.5 1.5 0 0 0 3 0v-6.5h1a4 4 0 0 0 4 -3.8l0 -.2a4 4 0 0 0 -4 -4z" - } - ] - ], - "device-airtag": [ - [ - "path", - { - "d": "M4 12a8 8 0 1 0 16 0a8 8 0 0 0 -16 0" - } - ], - [ - "path", - { - "d": "M9 15v.01" - } - ], - [ - "path", - { - "d": "M15 15a6 6 0 0 0 -6 -6" - } - ], - [ - "path", - { - "d": "M12 15a3 3 0 0 0 -3 -3" - } - ] - ], - "device-analytics": [ - [ - "path", - { - "d": "M3 4m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M7 20l10 0" - } - ], - [ - "path", - { - "d": "M9 16l0 4" - } - ], - [ - "path", - { - "d": "M15 16l0 4" - } - ], - [ - "path", - { - "d": "M8 12l3 -3l2 2l3 -3" - } - ] - ], - "device-audio-tape": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M3 17l4 -3h10l4 3" - } - ], - [ - "circle", - { - "cx": "7.5", - "cy": "9.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "16.5", - "cy": "9.5", - "r": ".5", - "fill": "currentColor" - } - ] - ], - "device-camera-phone": [ - [ - "path", - { - "d": "M18.5 8.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" - } - ], - [ - "path", - { - "d": "M13 7h-8a2 2 0 0 0 -2 2v7a2 2 0 0 0 2 2h13a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M17 15v-1" - } - ] - ], - "device-cctv-off": [ - [ - "path", - { - "d": "M7 7h-3a1 1 0 0 1 -1 -1v-2c0 -.275 .11 -.523 .29 -.704m3.71 -.296h13a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-9" - } - ], - [ - "path", - { - "d": "M10.36 10.35a4 4 0 1 0 5.285 5.3" - } - ], - [ - "path", - { - "d": "M19 7v7c0 .321 -.022 .637 -.064 .947m-1.095 2.913a7 7 0 0 1 -12.841 -3.86l0 -7" - } - ], - [ - "path", - { - "d": "M12 14h.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "device-cctv": [ - [ - "path", - { - "d": "M3 3m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M12 14m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M19 7v7a7 7 0 0 1 -14 0v-7" - } - ], - [ - "path", - { - "d": "M12 14l.01 0" - } - ] - ], - "device-computer-camera-off": [ - [ - "path", - { - "d": "M6.15 6.153a7 7 0 0 0 9.696 9.696m2 -2a7 7 0 0 0 -9.699 -9.695" - } - ], - [ - "path", - { - "d": "M9.13 9.122a3 3 0 0 0 3.743 3.749m2 -2a3 3 0 0 0 -3.737 -3.736" - } - ], - [ - "path", - { - "d": "M8 16l-2.091 3.486a1 1 0 0 0 .857 1.514h10.468a1 1 0 0 0 .857 -1.514l-2.091 -3.486" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "device-computer-camera": [ - [ - "path", - { - "d": "M12 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M12 10m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M8 16l-2.091 3.486a1 1 0 0 0 .857 1.514h10.468a1 1 0 0 0 .857 -1.514l-2.091 -3.486" - } - ] - ], - "device-desktop-analytics": [ - [ - "path", - { - "d": "M3 4m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M7 20h10" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ], - [ - "path", - { - "d": "M15 16v4" - } - ], - [ - "path", - { - "d": "M9 12v-4" - } - ], - [ - "path", - { - "d": "M12 12v-1" - } - ], - [ - "path", - { - "d": "M15 12v-2" - } - ], - [ - "path", - { - "d": "M12 12v-1" - } - ] - ], - "device-desktop-bolt": [ - [ - "path", - { - "d": "M14.5 16h-10.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5" - } - ], - [ - "path", - { - "d": "M7 20h6" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "device-desktop-cancel": [ - [ - "path", - { - "d": "M12.5 16h-8.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5" - } - ], - [ - "path", - { - "d": "M7 20h5" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "device-desktop-check": [ - [ - "path", - { - "d": "M12 16h-8a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ], - [ - "path", - { - "d": "M7 20h4" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ] - ], - "device-desktop-code": [ - [ - "path", - { - "d": "M12.5 16h-8.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8" - } - ], - [ - "path", - { - "d": "M7 20h4" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "device-desktop-cog": [ - [ - "path", - { - "d": "M12 16h-8a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7" - } - ], - [ - "path", - { - "d": "M7 20h5" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "device-desktop-dollar": [ - [ - "path", - { - "d": "M13 16h-9a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v5.5" - } - ], - [ - "path", - { - "d": "M7 20h6.5" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "device-desktop-down": [ - [ - "path", - { - "d": "M13.5 16h-9.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5" - } - ], - [ - "path", - { - "d": "M7 20h5" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "device-desktop-exclamation": [ - [ - "path", - { - "d": "M15 16h-11a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7" - } - ], - [ - "path", - { - "d": "M7 20h8" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ], - [ - "path", - { - "d": "M15 16v4" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "device-desktop-heart": [ - [ - "path", - { - "d": "M10 16h-6a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6" - } - ], - [ - "path", - { - "d": "M7 20h3.5" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "device-desktop-minus": [ - [ - "path", - { - "d": "M13.5 16h-9.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10" - } - ], - [ - "path", - { - "d": "M7 20h5" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "device-desktop-off": [ - [ - "path", - { - "d": "M8 4h12a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1m-4 0h-12a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1" - } - ], - [ - "path", - { - "d": "M7 20h10" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ], - [ - "path", - { - "d": "M15 16v4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "device-desktop-pause": [ - [ - "path", - { - "d": "M13 16h-9a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ], - [ - "path", - { - "d": "M7 20h6" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ] - ], - "device-desktop-pin": [ - [ - "path", - { - "d": "M12.5 16h-8.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ], - [ - "path", - { - "d": "M7 20h5" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ] - ], - "device-desktop-plus": [ - [ - "path", - { - "d": "M13.5 16h-9.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5" - } - ], - [ - "path", - { - "d": "M7 20h5" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "device-desktop-question": [ - [ - "path", - { - "d": "M13.5 16h-9.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6.5" - } - ], - [ - "path", - { - "d": "M7 20h8" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "device-desktop-search": [ - [ - "path", - { - "d": "M11.5 16h-7.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6.5" - } - ], - [ - "path", - { - "d": "M7 20h4" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "device-desktop-share": [ - [ - "path", - { - "d": "M12.5 16h-8.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8" - } - ], - [ - "path", - { - "d": "M7 20h5.5" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "device-desktop-star": [ - [ - "path", - { - "d": "M10 16h-6a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6.5" - } - ], - [ - "path", - { - "d": "M7 20h3.5" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "device-desktop-up": [ - [ - "path", - { - "d": "M13.5 16h-9.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ], - [ - "path", - { - "d": "M7 20h5" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ] - ], - "device-desktop-x": [ - [ - "path", - { - "d": "M13 16h-9a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8" - } - ], - [ - "path", - { - "d": "M7 20h6.5" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "device-desktop": [ - [ - "path", - { - "d": "M3 5a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10z" - } - ], - [ - "path", - { - "d": "M7 20h10" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ], - [ - "path", - { - "d": "M15 16v4" - } - ] - ], - "device-floppy": [ - [ - "path", - { - "d": "M6 4h10l4 4v10a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M12 14m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M14 4l0 4l-6 0l0 -4" - } - ] - ], - "device-gamepad-2": [ - [ - "path", - { - "d": "M12 5h3.5a5 5 0 0 1 0 10h-5.5l-4.015 4.227a2.3 2.3 0 0 1 -3.923 -2.035l1.634 -8.173a5 5 0 0 1 4.904 -4.019h3.4z" - } - ], - [ - "path", - { - "d": "M14 15l4.07 4.284a2.3 2.3 0 0 0 3.925 -2.023l-1.6 -8.232" - } - ], - [ - "path", - { - "d": "M8 9v2" - } - ], - [ - "path", - { - "d": "M7 10h2" - } - ], - [ - "path", - { - "d": "M14 10h2" - } - ] - ], - "device-gamepad-3": [ - [ - "path", - { - "d": "M10 12l-3 -3h-2a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h2l3 -3z" - } - ], - [ - "path", - { - "d": "M14 12l3 -3h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2l-3 -3z" - } - ], - [ - "path", - { - "d": "M12 14l-3 3v2a1 1 0 0 0 1 1h4a1 1 0 0 0 1 -1v-2l-3 -3z" - } - ], - [ - "path", - { - "d": "M12 10l-3 -3v-2a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v2l-3 3z" - } - ] - ], - "device-gamepad": [ - [ - "path", - { - "d": "M2 6m0 2a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M6 12h4m-2 -2v4" - } - ], - [ - "path", - { - "d": "M15 11l0 .01" - } - ], - [ - "path", - { - "d": "M18 13l0 .01" - } - ] - ], - "device-heart-monitor-filled": [ - [ - "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", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "device-heart-monitor": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 9h6l1 -2l2 4l1 -2h6" - } - ], - [ - "path", - { - "d": "M4 14h16" - } - ], - [ - "path", - { - "d": "M14 17v.01" - } - ], - [ - "path", - { - "d": "M17 17v.01" - } - ] - ], - "device-imac-bolt": [ - [ - "path", - { - "d": "M13.5 17h-9.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8.5" - } - ], - [ - "path", - { - "d": "M3 13h13" - } - ], - [ - "path", - { - "d": "M8 21h5.5" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "device-imac-cancel": [ - [ - "path", - { - "d": "M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8" - } - ], - [ - "path", - { - "d": "M3 13h12.5" - } - ], - [ - "path", - { - "d": "M8 21h4.5" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "device-imac-check": [ - [ - "path", - { - "d": "M11.5 17h-7.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9" - } - ], - [ - "path", - { - "d": "M3 13h18" - } - ], - [ - "path", - { - "d": "M8 21h3.5" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "device-imac-code": [ - [ - "path", - { - "d": "M11.5 17h-7.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9" - } - ], - [ - "path", - { - "d": "M3 13h18" - } - ], - [ - "path", - { - "d": "M8 21h3.5" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "device-imac-cog": [ - [ - "path", - { - "d": "M12 17h-8a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8" - } - ], - [ - "path", - { - "d": "M3 13h13" - } - ], - [ - "path", - { - "d": "M8 21h4" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "device-imac-dollar": [ - [ - "path", - { - "d": "M13 17h-9a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6.5" - } - ], - [ - "path", - { - "d": "M3 13h11" - } - ], - [ - "path", - { - "d": "M8 21h5" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "device-imac-down": [ - [ - "path", - { - "d": "M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8.5" - } - ], - [ - "path", - { - "d": "M3 13h13" - } - ], - [ - "path", - { - "d": "M8 21h4.5" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "device-imac-exclamation": [ - [ - "path", - { - "d": "M15 17h-11a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8.5" - } - ], - [ - "path", - { - "d": "M3 13h13" - } - ], - [ - "path", - { - "d": "M8 21h7" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ], - [ - "path", - { - "d": "M14 17l.5 4" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "device-imac-heart": [ - [ - "path", - { - "d": "M10 17h-6a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7" - } - ], - [ - "path", - { - "d": "M3 13h9" - } - ], - [ - "path", - { - "d": "M8 21h3.5" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "device-imac-minus": [ - [ - "path", - { - "d": "M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v11" - } - ], - [ - "path", - { - "d": "M3 13h18" - } - ], - [ - "path", - { - "d": "M8 21h4.5" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "device-imac-off": [ - [ - "path", - { - "d": "M7 3h13a1 1 0 0 1 1 1v12c0 .28 -.115 .532 -.3 .713m-3.7 .287h-13a1 1 0 0 1 -1 -1v-12c0 -.276 .112 -.526 .293 -.707" - } - ], - [ - "path", - { - "d": "M3 13h10m4 0h4" - } - ], - [ - "path", - { - "d": "M8 21h8" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ], - [ - "path", - { - "d": "M14 17l.5 4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "device-imac-pause": [ - [ - "path", - { - "d": "M13 17h-9a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9" - } - ], - [ - "path", - { - "d": "M3 13h18" - } - ], - [ - "path", - { - "d": "M8 21h5" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "device-imac-pin": [ - [ - "path", - { - "d": "M12 17h-8a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ], - [ - "path", - { - "d": "M3 13h11" - } - ], - [ - "path", - { - "d": "M8 21h4.5" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ] - ], - "device-imac-plus": [ - [ - "path", - { - "d": "M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8.5" - } - ], - [ - "path", - { - "d": "M3 13h13.5" - } - ], - [ - "path", - { - "d": "M8 21h4.5" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "device-imac-question": [ - [ - "path", - { - "d": "M14 17h-10a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5" - } - ], - [ - "path", - { - "d": "M3 13h11.5" - } - ], - [ - "path", - { - "d": "M8 21h7" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ], - [ - "path", - { - "d": "M14 17l.5 4" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "device-imac-search": [ - [ - "path", - { - "d": "M11 17h-7a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8" - } - ], - [ - "path", - { - "d": "M3 13h10" - } - ], - [ - "path", - { - "d": "M8 21h4" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "device-imac-share": [ - [ - "path", - { - "d": "M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9" - } - ], - [ - "path", - { - "d": "M3 13h18" - } - ], - [ - "path", - { - "d": "M8 21h4" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "device-imac-star": [ - [ - "path", - { - "d": "M10 17h-6a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5" - } - ], - [ - "path", - { - "d": "M3 13h10" - } - ], - [ - "path", - { - "d": "M8 21h3" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "device-imac-up": [ - [ - "path", - { - "d": "M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8.5" - } - ], - [ - "path", - { - "d": "M3 13h13" - } - ], - [ - "path", - { - "d": "M8 21h4.5" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "device-imac-x": [ - [ - "path", - { - "d": "M13 17h-9a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9" - } - ], - [ - "path", - { - "d": "M3 13h18" - } - ], - [ - "path", - { - "d": "M8 21h5" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "device-imac": [ - [ - "path", - { - "d": "M3 4a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-12z" - } - ], - [ - "path", - { - "d": "M3 13h18" - } - ], - [ - "path", - { - "d": "M8 21h8" - } - ], - [ - "path", - { - "d": "M10 17l-.5 4" - } - ], - [ - "path", - { - "d": "M14 17l.5 4" - } - ] - ], - "device-ipad-bolt": [ - [ - "path", - { - "d": "M13.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7" - } - ], - [ - "path", - { - "d": "M9 18h4" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "device-ipad-cancel": [ - [ - "path", - { - "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7" - } - ], - [ - "path", - { - "d": "M9 18h3" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "device-ipad-check": [ - [ - "path", - { - "d": "M11.5 21h-5.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8" - } - ], - [ - "path", - { - "d": "M9 18h2" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "device-ipad-code": [ - [ - "path", - { - "d": "M11.5 21h-5.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8" - } - ], - [ - "path", - { - "d": "M9 18h2" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "device-ipad-cog": [ - [ - "path", - { - "d": "M12 21h-6a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6.5" - } - ], - [ - "path", - { - "d": "M9 18h3" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "device-ipad-dollar": [ - [ - "path", - { - "d": "M13 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5" - } - ], - [ - "path", - { - "d": "M9 18h4" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "device-ipad-down": [ - [ - "path", - { - "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7" - } - ], - [ - "path", - { - "d": "M9 18h3" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "device-ipad-exclamation": [ - [ - "path", - { - "d": "M15 21h-9a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7" - } - ], - [ - "path", - { - "d": "M9 18h6" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "device-ipad-heart": [ - [ - "path", - { - "d": "M11.5 21h-5.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M9 18h1" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "device-ipad-horizontal-bolt": [ - [ - "path", - { - "d": "M13 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6.5" - } - ], - [ - "path", - { - "d": "M9 17h4.5" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "device-ipad-horizontal-cancel": [ - [ - "path", - { - "d": "M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6.5" - } - ], - [ - "path", - { - "d": "M9 17h3.5" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "device-ipad-horizontal-check": [ - [ - "path", - { - "d": "M11 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ], - [ - "path", - { - "d": "M9 17h2.5" - } - ] - ], - "device-ipad-horizontal-code": [ - [ - "path", - { - "d": "M11 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7" - } - ], - [ - "path", - { - "d": "M9 17h2.5" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "device-ipad-horizontal-cog": [ - [ - "path", - { - "d": "M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M9 17h3" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "device-ipad-horizontal-dollar": [ - [ - "path", - { - "d": "M13 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5" - } - ], - [ - "path", - { - "d": "M9 17h4" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "device-ipad-horizontal-down": [ - [ - "path", - { - "d": "M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6.5" - } - ], - [ - "path", - { - "d": "M9 17h3.5" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "device-ipad-horizontal-exclamation": [ - [ - "path", - { - "d": "M15 20h-10a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M9 17h6" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "device-ipad-horizontal-heart": [ - [ - "path", - { - "d": "M10.5 20h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5" - } - ], - [ - "path", - { - "d": "M9 17h1" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "device-ipad-horizontal-minus": [ - [ - "path", - { - "d": "M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9" - } - ], - [ - "path", - { - "d": "M9 17h3.5" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "device-ipad-horizontal-off": [ - [ - "path", - { - "d": "M8 4h12a2 2 0 0 1 2 2v12m-2 2h-16a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M9 17h6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "device-ipad-horizontal-pause": [ - [ - "path", - { - "d": "M13 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7" - } - ], - [ - "path", - { - "d": "M9 17h4" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "device-ipad-horizontal-pin": [ - [ - "path", - { - "d": "M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5" - } - ], - [ - "path", - { - "d": "M9 17h3" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "device-ipad-horizontal-plus": [ - [ - "path", - { - "d": "M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6.5" - } - ], - [ - "path", - { - "d": "M9 17h3.5" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "device-ipad-horizontal-question": [ - [ - "path", - { - "d": "M15 20h-10a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5" - } - ], - [ - "path", - { - "d": "M9 17h4.5" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "device-ipad-horizontal-search": [ - [ - "path", - { - "d": "M11.5 20h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5" - } - ], - [ - "path", - { - "d": "M9 17h2" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "device-ipad-horizontal-share": [ - [ - "path", - { - "d": "M12.5 20h-7.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7" - } - ], - [ - "path", - { - "d": "M9 17h3" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "device-ipad-horizontal-star": [ - [ - "path", - { - "d": "M10.5 20h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5" - } - ], - [ - "path", - { - "d": "M9 17h1" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "device-ipad-horizontal-up": [ - [ - "path", - { - "d": "M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6.5" - } - ], - [ - "path", - { - "d": "M9 17h3.5" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "device-ipad-horizontal-x": [ - [ - "path", - { - "d": "M13.5 20h-8.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ], - [ - "path", - { - "d": "M9 17h4" - } - ] - ], - "device-ipad-horizontal": [ - [ - "path", - { - "d": "M3 6a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-12z" - } - ], - [ - "path", - { - "d": "M9 17h6" - } - ] - ], - "device-ipad-minus": [ - [ - "path", - { - "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v10" - } - ], - [ - "path", - { - "d": "M9 18h3" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "device-ipad-off": [ - [ - "path", - { - "d": "M6 2h12a2 2 0 0 1 2 2v12m0 4a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-16" - } - ], - [ - "path", - { - "d": "M9 19h6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "device-ipad-pause": [ - [ - "path", - { - "d": "M13 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8" - } - ], - [ - "path", - { - "d": "M9 18h4" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "device-ipad-pin": [ - [ - "path", - { - "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M9 18h3" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "device-ipad-plus": [ - [ - "path", - { - "d": "M12.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7" - } - ], - [ - "path", - { - "d": "M9 18h3" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "device-ipad-question": [ - [ - "path", - { - "d": "M15 21h-9a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M9 18h5" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "device-ipad-search": [ - [ - "path", - { - "d": "M11.5 21h-5.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M9 18h2" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "device-ipad-share": [ - [ - "path", - { - "d": "M12 21h-6a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8" - } - ], - [ - "path", - { - "d": "M9 18h3.5" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "device-ipad-star": [ - [ - "path", - { - "d": "M11 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5.5" - } - ], - [ - "path", - { - "d": "M9 18h1" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "device-ipad-up": [ - [ - "path", - { - "d": "M9 18h3" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ], - [ - "path", - { - "d": "M13.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7" - } - ] - ], - "device-ipad-x": [ - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ], - [ - "path", - { - "d": "M13 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v9" - } - ], - [ - "path", - { - "d": "M9 18h4" - } - ] - ], - "device-ipad": [ - [ - "path", - { - "d": "M18 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm-3 15h-6l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h6l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" - } - ] - ], - "device-landline-phone": [ - [ - "path", - { - "d": "M20 3h-2a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-14a2 2 0 0 0 -2 -2z" - } - ], - [ - "path", - { - "d": "M16 4h-11a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h11" - } - ], - [ - "path", - { - "d": "M12 8h-6v3h6z" - } - ], - [ - "path", - { - "d": "M12 14v.01" - } - ], - [ - "path", - { - "d": "M9 14v.01" - } - ], - [ - "path", - { - "d": "M6 14v.01" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ], - [ - "path", - { - "d": "M9 17v.01" - } - ], - [ - "path", - { - "d": "M6 17v.01" - } - ] - ], - "device-laptop-off": [ - [ - "path", - { - "d": "M3 19h16" - } - ], - [ - "path", - { - "d": "M10 6h8a1 1 0 0 1 1 1v8m-3 1h-10a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "device-laptop": [ - [ - "path", - { - "d": "M3 19l18 0" - } - ], - [ - "path", - { - "d": "M5 6m0 1a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1z" - } - ] - ], - "device-mobile-bolt": [ - [ - "path", - { - "d": "M13.5 21h-5.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ] - ], - "device-mobile-cancel": [ - [ - "path", - { - "d": "M12 21h-4a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ] - ], - "device-mobile-charging": [ - [ - "path", - { - "d": "M6 3m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M12 9.5l-1 2.5h2l-1 2.5" - } - ] - ], - "device-mobile-check": [ - [ - "path", - { - "d": "M11.5 21h-3.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v9.5" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "device-mobile-code": [ - [ - "path", - { - "d": "M11.5 21h-3.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ] - ], - "device-mobile-cog": [ - [ - "path", - { - "d": "M12 21h-4a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v6.5" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "device-mobile-dollar": [ - [ - "path", - { - "d": "M13 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v5" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "device-mobile-down": [ - [ - "path", - { - "d": "M12.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "device-mobile-exclamation": [ - [ - "path", - { - "d": "M15 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "device-mobile-filled": [ - [ - "path", - { - "d": "M16 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-8a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h8zm-4 14a1 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 -.883zm1 -12h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "device-mobile-heart": [ - [ - "path", - { - "d": "M11.5 21h-3.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "device-mobile-message": [ - [ - "path", - { - "d": "M11 3h10v8h-3l-4 2v-2h-3z" - } - ], - [ - "path", - { - "d": "M15 16v4a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1h2" - } - ], - [ - "path", - { - "d": "M10 18v.01" - } - ] - ], - "device-mobile-minus": [ - [ - "path", - { - "d": "M12.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v10" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "device-mobile-off": [ - [ - "path", - { - "d": "M7.159 3.185c.256 -.119 .54 -.185 .841 -.185h8a2 2 0 0 1 2 2v9m0 4v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-13" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ] - ], - "device-mobile-pause": [ - [ - "path", - { - "d": "M13 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ] - ], - "device-mobile-pin": [ - [ - "path", - { - "d": "M12.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ] - ], - "device-mobile-plus": [ - [ - "path", - { - "d": "M12.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ] - ], - "device-mobile-question": [ - [ - "path", - { - "d": "M15 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ] - ], - "device-mobile-rotated": [ - [ - "path", - { - "d": "M3 6m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M20 11v2" - } - ], - [ - "path", - { - "d": "M7 12h-.01" - } - ] - ], - "device-mobile-search": [ - [ - "path", - { - "d": "M12 21h-4a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ] - ], - "device-mobile-share": [ - [ - "path", - { - "d": "M12 21h-4a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ] - ], - "device-mobile-star": [ - [ - "path", - { - "d": "M11 21h-3a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v5" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "device-mobile-up": [ - [ - "path", - { - "d": "M12.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ] - ], - "device-mobile-vibration": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M8 4l2 0" - } - ], - [ - "path", - { - "d": "M9 17l0 .01" - } - ], - [ - "path", - { - "d": "M21 6l-2 3l2 3l-2 3l2 3" - } - ] - ], - "device-mobile-x": [ - [ - "path", - { - "d": "M13 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ] - ], - "device-mobile": [ - [ - "path", - { - "d": "M6 5a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-14z" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ] - ], - "device-nintendo-off": [ - [ - "path", - { - "d": "M4.713 4.718a4 4 0 0 0 -1.713 3.282v8a4 4 0 0 0 4 4h3v-10m0 -4v-2h-2" - } - ], - [ - "path", - { - "d": "M14 10v-6h3a4 4 0 0 1 4 4v8c0 .308 -.035 .608 -.1 .896m-1.62 2.39a3.982 3.982 0 0 1 -2.28 .714h-3v-6" - } - ], - [ - "path", - { - "d": "M6.5 8.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "device-nintendo": [ - [ - "path", - { - "d": "M10 20v-16h-3a4 4 0 0 0 -4 4v8a4 4 0 0 0 4 4h3z" - } - ], - [ - "path", - { - "d": "M14 20v-16h3a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-3z" - } - ], - [ - "circle", - { - "cx": "17.5", - "cy": "15.5", - "r": "1", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "6.5", - "cy": "8.5", - "r": "1", - "fill": "currentColor" - } - ] - ], - "device-projector": [ - [ - "path", - { - "d": "M8 9a5 5 0 1 0 10 0a5 5 0 0 0 -10 0" - } - ], - [ - "path", - { - "d": "M9 6h-4a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-8a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M6 15h1" - } - ], - [ - "path", - { - "d": "M7 18l-1 2" - } - ], - [ - "path", - { - "d": "M18 18l1 2" - } - ] - ], - "device-remote": [ - [ - "path", - { - "d": "M12 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 3m0 2a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 3v2" - } - ], - [ - "path", - { - "d": "M10 15v.01" - } - ], - [ - "path", - { - "d": "M10 18v.01" - } - ], - [ - "path", - { - "d": "M14 18v.01" - } - ], - [ - "path", - { - "d": "M14 15v.01" - } - ] - ], - "device-sd-card": [ - [ - "path", - { - "d": "M7 21h10a2 2 0 0 0 2 -2v-14a2 2 0 0 0 -2 -2h-6.172a2 2 0 0 0 -1.414 .586l-3.828 3.828a2 2 0 0 0 -.586 1.414v10.172a2 2 0 0 0 2 2z" - } - ], - [ - "path", - { - "d": "M13 6v2" - } - ], - [ - "path", - { - "d": "M16 6v2" - } - ], - [ - "path", - { - "d": "M10 7v1" - } - ] - ], - "device-sim-1": [ - [ - "path", - { - "d": "M6 3h8.5l4.5 4.5v12.5a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M10 11l2 -2v8" - } - ] - ], - "device-sim-2": [ - [ - "path", - { - "d": "M6 3h8.5l4.5 4.5v12.5a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M10 9h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "device-sim-3": [ - [ - "path", - { - "d": "M6 3h8.5l4.5 4.5v12.5a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M10 9h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5" - } - ] - ], - "device-sim": [ - [ - "path", - { - "d": "M6 3h8.5l4.5 4.5v12.5a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M9 11h3v6" - } - ], - [ - "path", - { - "d": "M15 17v.01" - } - ], - [ - "path", - { - "d": "M15 14v.01" - } - ], - [ - "path", - { - "d": "M15 11v.01" - } - ], - [ - "path", - { - "d": "M9 14v.01" - } - ], - [ - "path", - { - "d": "M9 17v.01" - } - ] - ], - "device-speaker-off": [ - [ - "path", - { - "d": "M7 3h10a2 2 0 0 1 2 2v10m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14" - } - ], - [ - "path", - { - "d": "M11.114 11.133a3 3 0 1 0 3.754 3.751" - } - ], - [ - "path", - { - "d": "M12 7v.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "device-speaker": [ - [ - "path", - { - "d": "M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 14m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M12 7l0 .01" - } - ] - ], - "device-tablet-bolt": [ - [ - "path", - { - "d": "M13.5 21h-7.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ], - [ - "path", - { - "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ] - ], - "device-tablet-cancel": [ - [ - "path", - { - "d": "M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ], - [ - "path", - { - "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ] - ], - "device-tablet-check": [ - [ - "path", - { - "d": "M11.5 21h-5.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9.5" - } - ], - [ - "path", - { - "d": "M12.314 16.05a1 1 0 0 0 -1.042 1.635" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "device-tablet-code": [ - [ - "path", - { - "d": "M11.5 21h-5.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9" - } - ], - [ - "path", - { - "d": "M12.344 16.06a1 1 0 0 0 -1.07 1.627" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "device-tablet-cog": [ - [ - "path", - { - "d": "M12 21h-6a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v7.5" - } - ], - [ - "path", - { - "d": "M12 16a1 1 0 0 0 0 2" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "device-tablet-dollar": [ - [ - "path", - { - "d": "M13 21h-7a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v6" - } - ], - [ - "path", - { - "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "device-tablet-down": [ - [ - "path", - { - "d": "M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ] - ], - "device-tablet-exclamation": [ - [ - "path", - { - "d": "M15 21h-9a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8" - } - ], - [ - "path", - { - "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "device-tablet-filled": [ - [ - "path", - { - "d": "M18 2a2 2 0 0 1 1.995 1.85l.005 .15v16a2 2 0 0 1 -1.85 1.995l-.15 .005h-12a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-16a2 2 0 0 1 1.85 -1.995l.15 -.005h12zm-6 13a2 2 0 0 0 -1.977 1.697l-.018 .154l-.005 .149l.005 .15a2 2 0 1 0 1.995 -2.15z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "device-tablet-heart": [ - [ - "path", - { - "d": "M11.5 21h-5.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v7" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "device-tablet-minus": [ - [ - "path", - { - "d": "M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v11" - } - ], - [ - "path", - { - "d": "M12.872 16.51a1 1 0 1 0 -.872 1.49" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "device-tablet-off": [ - [ - "path", - { - "d": "M7 3h11a1 1 0 0 1 1 1v11m0 4v1a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-15" - } - ], - [ - "path", - { - "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "device-tablet-pause": [ - [ - "path", - { - "d": "M13 21h-7a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9.5" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ], - [ - "path", - { - "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ] - ], - "device-tablet-pin": [ - [ - "path", - { - "d": "M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v7" - } - ], - [ - "path", - { - "d": "M12 16a1 1 0 0 0 0 2" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "device-tablet-plus": [ - [ - "path", - { - "d": "M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ] - ], - "device-tablet-question": [ - [ - "path", - { - "d": "M15 21h-9a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v7" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ], - [ - "path", - { - "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ] - ], - "device-tablet-search": [ - [ - "path", - { - "d": "M11.5 21h-5.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v7" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "device-tablet-share": [ - [ - "path", - { - "d": "M12 21h-6a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9" - } - ], - [ - "path", - { - "d": "M12.57 16.178a1 1 0 1 0 .016 1.633" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "device-tablet-star": [ - [ - "path", - { - "d": "M11 21h-5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v6" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "device-tablet-up": [ - [ - "path", - { - "d": "M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8" - } - ], - [ - "path", - { - "d": "M12.906 16.576a1 1 0 1 0 -.906 1.424" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "device-tablet-x": [ - [ - "path", - { - "d": "M13 21h-7a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9.5" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ], - [ - "path", - { - "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ] - ], - "device-tablet": [ - [ - "path", - { - "d": "M5 4a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v16a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16z" - } - ], - [ - "path", - { - "d": "M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ] - ], - "device-tv-off": [ - [ - "path", - { - "d": "M11 7h8a2 2 0 0 1 2 2v8m-1.178 2.824c-.25 .113 -.529 .176 -.822 .176h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M16 3l-4 4l-4 -4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "device-tv-old": [ - [ - "path", - { - "d": "M3 7m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M16 3l-4 4l-4 -4" - } - ], - [ - "path", - { - "d": "M15 7v13" - } - ], - [ - "path", - { - "d": "M18 15v.01" - } - ], - [ - "path", - { - "d": "M18 12v.01" - } - ] - ], - "device-tv": [ - [ - "path", - { - "d": "M3 7m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M16 3l-4 4l-4 -4" - } - ] - ], - "device-usb": [ - [ - "path", - { - "d": "M8 8h8v9a3 3 0 0 1 -3 3h-2a3 3 0 0 1 -3 -3v-9z" - } - ], - [ - "path", - { - "d": "M10 8v-4h4v4" - } - ] - ], - "device-vision-pro": [ - [ - "path", - { - "d": "M12 7c1.143 0 2.235 .035 3.275 .104c1.017 .068 1.95 .207 2.798 .42c.813 .203 1.52 .505 2.119 .909a3.903 3.903 0 0 1 1.328 1.531c.326 .657 .48 1.48 .48 2.466c0 1.006 -.189 1.91 -.574 2.707c-.375 .779 -.886 1.396 -1.537 1.848a3.696 3.696 0 0 1 -2.16 .66c-.509 0 -.97 -.068 -1.382 -.21a5.84 5.84 0 0 1 -1.17 -.548a18.45 18.45 0 0 1 -1.045 -.695a9.104 9.104 0 0 0 -1.001 -.63a2.376 2.376 0 0 0 -1.13 -.301c-.373 0 -.75 .097 -1.132 .3c-.316 .17 -.65 .38 -1 .63c-.322 .23 -.67 .462 -1.047 .695a5.78 5.78 0 0 1 -1.168 .548c-.413 .142 -.872 .21 -1.378 .21a3.706 3.706 0 0 1 -2.165 -.659c-.651 -.452 -1.162 -1.07 -1.537 -1.848c-.385 -.798 -.574 -1.7 -.574 -2.709c-.004 -.98 .15 -1.802 .477 -2.46a3.897 3.897 0 0 1 1.33 -1.531c.6 -.403 1.307 -.704 2.12 -.907a16.088 16.088 0 0 1 2.8 -.423c1.04 -.071 2.13 -.107 3.273 -.107z" - } - ] - ], - "device-watch-bolt": [ - [ - "path", - { - "d": "M13 18h-4a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3" - } - ], - [ - "path", - { - "d": "M9 18v3h4.5" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "device-watch-cancel": [ - [ - "path", - { - "d": "M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3" - } - ], - [ - "path", - { - "d": "M9 18v3h3" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "device-watch-check": [ - [ - "path", - { - "d": "M11 18h-2a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v5.5" - } - ], - [ - "path", - { - "d": "M9 18v3h2.5" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "device-watch-code": [ - [ - "path", - { - "d": "M11 18h-2a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v4" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ], - [ - "path", - { - "d": "M9 18v3h3" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ] - ], - "device-watch-cog": [ - [ - "path", - { - "d": "M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v2.5" - } - ], - [ - "path", - { - "d": "M9 18v3h3" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "device-watch-dollar": [ - [ - "path", - { - "d": "M13 18h-4a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v1" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ], - [ - "path", - { - "d": "M9 18v3h4" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ] - ], - "device-watch-down": [ - [ - "path", - { - "d": "M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3" - } - ], - [ - "path", - { - "d": "M9 18v3h3.5" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "device-watch-exclamation": [ - [ - "path", - { - "d": "M15 18h-6a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3" - } - ], - [ - "path", - { - "d": "M9 18v3h6v-3" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "device-watch-heart": [ - [ - "path", - { - "d": "M10 18h-1a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v2" - } - ], - [ - "path", - { - "d": "M9 18v3h2.5" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "device-watch-minus": [ - [ - "path", - { - "d": "M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v6" - } - ], - [ - "path", - { - "d": "M9 18v3h3.5" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "device-watch-off": [ - [ - "path", - { - "d": "M10 6h5a3 3 0 0 1 3 3v5m-.89 3.132a2.99 2.99 0 0 1 -2.11 .868h-6a3 3 0 0 1 -3 -3v-6c0 -.817 .327 -1.559 .857 -2.1" - } - ], - [ - "path", - { - "d": "M9 18v3h6v-3" - } - ], - [ - "path", - { - "d": "M9 5v-2h6v3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "device-watch-pause": [ - [ - "path", - { - "d": "M13 18h-4a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v4" - } - ], - [ - "path", - { - "d": "M9 18v3h4" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "device-watch-pin": [ - [ - "path", - { - "d": "M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v2" - } - ], - [ - "path", - { - "d": "M9 18v3h3.5" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "device-watch-plus": [ - [ - "path", - { - "d": "M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M9 18v3h3.5" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ] - ], - "device-watch-question": [ - [ - "path", - { - "d": "M14 18h-5a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v2" - } - ], - [ - "path", - { - "d": "M9 18v3h6v-2" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "device-watch-search": [ - [ - "path", - { - "d": "M11 18h-2a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v2" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ], - [ - "path", - { - "d": "M9 18v3h3" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ] - ], - "device-watch-share": [ - [ - "path", - { - "d": "M12.5 18h-3.5a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v4" - } - ], - [ - "path", - { - "d": "M9 18v3h3" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "device-watch-star": [ - [ - "path", - { - "d": "M10 18h-1a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v1" - } - ], - [ - "path", - { - "d": "M9 18v3h2" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "device-watch-stats-2": [ - [ - "path", - { - "d": "M6 6m0 3a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M9 18v3h6v-3" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ], - [ - "path", - { - "d": "M12 10a2 2 0 1 0 2 2" - } - ] - ], - "device-watch-stats": [ - [ - "path", - { - "d": "M6 6m0 3a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M9 18v3h6v-3" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ], - [ - "path", - { - "d": "M9 14v-4" - } - ], - [ - "path", - { - "d": "M12 14v-1" - } - ], - [ - "path", - { - "d": "M15 14v-3" - } - ] - ], - "device-watch-up": [ - [ - "path", - { - "d": "M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3" - } - ], - [ - "path", - { - "d": "M9 18v3h3.5" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "device-watch-x": [ - [ - "path", - { - "d": "M13 18h-4a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v4" - } - ], - [ - "path", - { - "d": "M9 18v3h4" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "device-watch": [ - [ - "path", - { - "d": "M6 9a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3v-6z" - } - ], - [ - "path", - { - "d": "M9 18v3h6v-3" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ] - ], - "devices-2": [ - [ - "path", - { - "d": "M10 15h-6a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h6" - } - ], - [ - "path", - { - "d": "M13 4m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M7 19l3 0" - } - ], - [ - "path", - { - "d": "M17 8l0 .01" - } - ], - [ - "path", - { - "d": "M17 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M9 15l0 4" - } - ] - ], - "devices-bolt": [ - [ - "path", - { - "d": "M13 19v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ] - ], - "devices-cancel": [ - [ - "path", - { - "d": "M13 15.5v-6.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ] - ], - "devices-check": [ - [ - "path", - { - "d": "M13 15.5v-6.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v4" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h7" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "devices-code": [ - [ - "path", - { - "d": "M13 15.5v-6.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v4m0 6a1 1 0 0 1 -1 1" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h7" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ] - ], - "devices-cog": [ - [ - "path", - { - "d": "M13 14.5v-5.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "devices-dollar": [ - [ - "path", - { - "d": "M13 19v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v1.5" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "devices-down": [ - [ - "path", - { - "d": "M13 16.5v-7.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ] - ], - "devices-exclamation": [ - [ - "path", - { - "d": "M15 20h-1a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "devices-heart": [ - [ - "path", - { - "d": "M13 12v-3a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h6" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ] - ], - "devices-minus": [ - [ - "path", - { - "d": "M13 16.5v-7.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v6" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ] - ], - "devices-off": [ - [ - "path", - { - "d": "M13 9a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v8m-1 3h-6a1 1 0 0 1 -1 -1v-6" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-9m-4 0a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "devices-pause": [ - [ - "path", - { - "d": "M13 19v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v4" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ] - ], - "devices-pc-off": [ - [ - "path", - { - "d": "M9 9v10h-6v-14h2" - } - ], - [ - "path", - { - "d": "M13 9h9v7h-2m-4 0h-4v-4" - } - ], - [ - "path", - { - "d": "M14 19h5" - } - ], - [ - "path", - { - "d": "M17 17v2" - } - ], - [ - "path", - { - "d": "M6 13v.01" - } - ], - [ - "path", - { - "d": "M6 16v.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "devices-pc": [ - [ - "path", - { - "d": "M3 5h6v14h-6z" - } - ], - [ - "path", - { - "d": "M12 9h10v7h-10z" - } - ], - [ - "path", - { - "d": "M14 19h6" - } - ], - [ - "path", - { - "d": "M17 16v3" - } - ], - [ - "path", - { - "d": "M6 13v.01" - } - ], - [ - "path", - { - "d": "M6 16v.01" - } - ] - ], - "devices-pin": [ - [ - "path", - { - "d": "M13 14v-5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ] - ], - "devices-plus": [ - [ - "path", - { - "d": "M13 16.5v-7.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "devices-question": [ - [ - "path", - { - "d": "M15 20h-1a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ] - ], - "devices-search": [ - [ - "path", - { - "d": "M13 13v-4a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2.5" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h7" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ] - ], - "devices-share": [ - [ - "path", - { - "d": "M13 15v-6a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v4" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ] - ], - "devices-star": [ - [ - "path", - { - "d": "M13 13v-4a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2.5" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h5.5" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ] - ], - "devices-up": [ - [ - "path", - { - "d": "M13 16.5v-7.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ] - ], - "devices-x": [ - [ - "path", - { - "d": "M14 20a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v4" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "devices": [ - [ - "path", - { - "d": "M13 9a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-10z" - } - ], - [ - "path", - { - "d": "M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" - } - ], - [ - "path", - { - "d": "M16 9h2" - } - ] - ], - "diabolo-off": [ - [ - "path", - { - "d": "M4.727 4.749c-.467 .38 -.727 .804 -.727 1.251c0 1.217 1.933 2.265 4.71 2.735m4.257 .243c3.962 -.178 7.033 -1.444 7.033 -2.978c0 -1.657 -3.582 -3 -8 -3c-1.66 0 -3.202 .19 -4.48 .514" - } - ], - [ - "path", - { - "d": "M4 6v.143a1 1 0 0 0 .048 .307l1.952 5.55l-1.964 5.67a1 1 0 0 0 -.036 .265v.065c0 1.657 3.582 3 8 3c3.218 0 5.992 -.712 7.262 -1.74m-.211 -4.227l-1.051 -3.033l1.952 -5.55a1 1 0 0 0 .048 -.307v-.143" - } - ], - [ - "path", - { - "d": "M6 12c0 1.105 2.686 2 6 2c.656 0 1.288 -.035 1.879 -.1m3.198 -.834c.585 -.308 .923 -.674 .923 -1.066" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "diabolo-plus": [ - [ - "path", - { - "d": "M12 6m-8 0a8 3 0 1 0 16 0a8 3 0 1 0 -16 0" - } - ], - [ - "path", - { - "d": "M4 6v.143a1 1 0 0 0 .048 .307l1.952 5.55l-1.964 5.67a1 1 0 0 0 -.036 .265v.065c0 1.657 3.582 3 8 3c.17 0 .34 -.002 .508 -.006m5.492 -8.994l1.952 -5.55a1 1 0 0 0 .048 -.307v-.143" - } - ], - [ - "path", - { - "d": "M6 12c0 1.105 2.686 2 6 2s6 -.895 6 -2" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "diabolo": [ - [ - "path", - { - "d": "M12 6m-8 0a8 3 0 1 0 16 0a8 3 0 1 0 -16 0" - } - ], - [ - "path", - { - "d": "M4 6v.143a1 1 0 0 0 .048 .307l1.952 5.55l-1.964 5.67a1 1 0 0 0 -.036 .265v.065c0 1.657 3.582 3 8 3s8 -1.343 8 -3v-.065a1 1 0 0 0 -.036 -.265l-1.964 -5.67l1.952 -5.55a1 1 0 0 0 .048 -.307v-.143" - } - ], - [ - "path", - { - "d": "M6 12c0 1.105 2.686 2 6 2s6 -.895 6 -2" - } - ] - ], - "dialpad-filled": [ - [ - "path", - { - "d": "M6 2h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 2h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M13 2h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M6 9h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 9h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M13 9h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M13 16h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "dialpad-off": [ - [ - "path", - { - "d": "M7 7h-4v-4" - } - ], - [ - "path", - { - "d": "M17 3h4v4h-4z" - } - ], - [ - "path", - { - "d": "M10 6v-3h4v4h-3" - } - ], - [ - "path", - { - "d": "M3 10h4v4h-4z" - } - ], - [ - "path", - { - "d": "M17 13v-3h4v4h-3" - } - ], - [ - "path", - { - "d": "M14 14h-4v-4" - } - ], - [ - "path", - { - "d": "M10 17h4v4h-4z" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "dialpad": [ - [ - "path", - { - "d": "M4 3h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M18 3h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M11 3h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M4 10h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M18 10h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M11 10h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M11 17h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z" - } - ] - ], - "diamond-filled": [ - [ - "path", - { - "d": "M18 4a1 1 0 0 1 .783 .378l.074 .108l3 5a1 1 0 0 1 -.032 1.078l-.08 .103l-8.53 9.533a1.7 1.7 0 0 1 -1.215 .51c-.4 0 -.785 -.14 -1.11 -.417l-.135 -.126l-8.5 -9.5a1 1 0 0 1 -.172 -1.067l.06 -.115l3.013 -5.022l.064 -.09a.982 .982 0 0 1 .155 -.154l.089 -.064l.088 -.05l.05 -.023l.06 -.025l.109 -.032l.112 -.02l.117 -.005h12zm-8.886 3.943a1 1 0 0 0 -1.371 .343l-.6 1l-.06 .116a1 1 0 0 0 .177 1.07l2 2.2l.09 .088a1 1 0 0 0 1.323 -.02l.087 -.09a1 1 0 0 0 -.02 -1.323l-1.501 -1.65l.218 -.363l.055 -.103a1 1 0 0 0 -.398 -1.268z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "diamond-off": [ - [ - "path", - { - "d": "M9 5h9l3 5l-3.308 3.697m-1.883 2.104l-3.309 3.699a.7 .7 0 0 1 -1 0l-8.5 -9.5l2.62 -4.368" - } - ], - [ - "path", - { - "d": "M10 12l-2 -2.2l.6 -1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "diamond": [ - [ - "path", - { - "d": "M6 5h12l3 5l-8.5 9.5a.7 .7 0 0 1 -1 0l-8.5 -9.5l3 -5" - } - ], - [ - "path", - { - "d": "M10 12l-2 -2.2l.6 -1" - } - ] - ], - "diamonds-filled": [ - [ - "path", - { - "d": "M12 2.005c-.777 0 -1.508 .367 -1.971 .99l-5.362 6.895c-.89 1.136 -.89 3.083 0 4.227l5.375 6.911a2.457 2.457 0 0 0 3.93 -.017l5.361 -6.894c.89 -1.136 .89 -3.083 0 -4.227l-5.375 -6.911a2.446 2.446 0 0 0 -1.958 -.974z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "diamonds": [ - [ - "path", - { - "d": "M10.831 20.413l-5.375 -6.91c-.608 -.783 -.608 -2.223 0 -3l5.375 -6.911a1.457 1.457 0 0 1 2.338 0l5.375 6.91c.608 .783 .608 2.223 0 3l-5.375 6.911a1.457 1.457 0 0 1 -2.338 0z" - } - ] - ], - "dice-1-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-6.333 8.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "dice-1": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "circle", - { - "cx": "12", - "cy": "12", - "r": ".5", - "fill": "currentColor" - } - ] - ], - "dice-2-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.833 11a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-5 -5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "dice-2": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "circle", - { - "cx": "9.5", - "cy": "9.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "14.5", - "cy": "14.5", - "r": ".5", - "fill": "currentColor" - } - ] - ], - "dice-3-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.833 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-3.5 -3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-3.5 -3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "dice-3": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "circle", - { - "cx": "8.5", - "cy": "8.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "15.5", - "cy": "15.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "12", - "cy": "12", - "r": ".5", - "fill": "currentColor" - } - ] - ], - "dice-4-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.833 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm0 -7a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "dice-4": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "circle", - { - "cx": "8.5", - "cy": "8.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "15.5", - "cy": "8.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "15.5", - "cy": "15.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "8.5", - "cy": "15.5", - "r": ".5", - "fill": "currentColor" - } - ] - ], - "dice-5-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.833 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm3.5 -3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-3.5 -3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "dice-5": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "circle", - { - "cx": "8.5", - "cy": "8.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "15.5", - "cy": "8.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "15.5", - "cy": "15.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "8.5", - "cy": "15.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "12", - "cy": "12", - "r": ".5", - "fill": "currentColor" - } - ] - ], - "dice-6-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.833 13a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm0 -4.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-7 -4.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "dice-6": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "circle", - { - "cx": "8.5", - "cy": "7.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "15.5", - "cy": "7.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "8.5", - "cy": "12", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "15.5", - "cy": "12", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "15.5", - "cy": "16.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "8.5", - "cy": "16.5", - "r": ".5", - "fill": "currentColor" - } - ] - ], - "dice-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.833 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm0 -7a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "dice": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "circle", - { - "cx": "8.5", - "cy": "8.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "15.5", - "cy": "8.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "15.5", - "cy": "15.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "8.5", - "cy": "15.5", - "r": ".5", - "fill": "currentColor" - } - ] - ], - "dimensions": [ - [ - "path", - { - "d": "M3 5h11" - } - ], - [ - "path", - { - "d": "M12 7l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M5 3l-2 2l2 2" - } - ], - [ - "path", - { - "d": "M19 10v11" - } - ], - [ - "path", - { - "d": "M17 19l2 2l2 -2" - } - ], - [ - "path", - { - "d": "M21 12l-2 -2l-2 2" - } - ], - [ - "path", - { - "d": "M3 10m0 2a2 2 0 0 1 2 -2h7a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2z" - } - ] - ], - "direction-arrows": [ - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M8 11l-1 1l1 1" - } - ], - [ - "path", - { - "d": "M11 8l1 -1l1 1" - } - ], - [ - "path", - { - "d": "M16 11l1 1l-1 1" - } - ], - [ - "path", - { - "d": "M11 16l1 1l1 -1" - } - ] - ], - "direction-horizontal": [ - [ - "path", - { - "d": "M10 9l-3 3l3 3" - } - ], - [ - "path", - { - "d": "M14 9l3 3l-3 3" - } - ] - ], - "direction-sign-filled": [ - [ - "path", - { - "d": "M10.52 2.614a2.095 2.095 0 0 1 2.835 -.117l.126 .117l7.905 7.905c.777 .777 .816 2.013 .117 2.836l-.117 .126l-7.905 7.905a2.094 2.094 0 0 1 -2.836 .117l-.126 -.117l-7.907 -7.906a2.096 2.096 0 0 1 -.115 -2.835l.117 -.126l7.905 -7.905zm5.969 9.535l.01 -.116l-.003 -.12l-.016 -.114l-.03 -.11l-.044 -.112l-.052 -.098l-.076 -.105l-.07 -.081l-3.5 -3.5l-.095 -.083a1 1 0 0 0 -1.226 0l-.094 .083l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l1.792 1.793h-5.085l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h5.085l-1.792 1.793l-.083 .094a1 1 0 0 0 1.403 1.403l.094 -.083l3.5 -3.5l.097 -.112l.05 -.074l.037 -.067l.05 -.112l.023 -.076l.025 -.117z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "direction-sign-off": [ - [ - "path", - { - "d": "M18.73 14.724l1.949 -1.95a1.095 1.095 0 0 0 0 -1.548l-7.905 -7.905a1.095 1.095 0 0 0 -1.548 0l-1.95 1.95m-2.01 2.01l-3.945 3.945a1.095 1.095 0 0 0 0 1.548l7.905 7.905c.427 .428 1.12 .428 1.548 0l3.95 -3.95" - } - ], - [ - "path", - { - "d": "M8 12h4" - } - ], - [ - "path", - { - "d": "M13.748 13.752l-1.748 1.748" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "direction-sign": [ - [ - "path", - { - "d": "M3.32 12.774l7.906 7.905c.427 .428 1.12 .428 1.548 0l7.905 -7.905a1.095 1.095 0 0 0 0 -1.548l-7.905 -7.905a1.095 1.095 0 0 0 -1.548 0l-7.905 7.905a1.095 1.095 0 0 0 0 1.548z" - } - ], - [ - "path", - { - "d": "M8 12h7.5" - } - ], - [ - "path", - { - "d": "M12 8.5l3.5 3.5l-3.5 3.5" - } - ] - ], - "direction": [ - [ - "path", - { - "d": "M9 10l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M9 14l3 3l3 -3" - } - ] - ], - "directions-off": [ - [ - "path", - { - "d": "M12 21v-4" - } - ], - [ - "path", - { - "d": "M12 13v-1" - } - ], - [ - "path", - { - "d": "M12 5v-2" - } - ], - [ - "path", - { - "d": "M10 21h4" - } - ], - [ - "path", - { - "d": "M8 8v1h1m4 0h6l2 -2l-2 -2h-10" - } - ], - [ - "path", - { - "d": "M14 14v3h-8l-2 -2l2 -2h7" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "directions": [ - [ - "path", - { - "d": "M12 21v-4" - } - ], - [ - "path", - { - "d": "M12 13v-4" - } - ], - [ - "path", - { - "d": "M12 5v-2" - } - ], - [ - "path", - { - "d": "M10 21h4" - } - ], - [ - "path", - { - "d": "M8 5v4h11l2 -2l-2 -2z" - } - ], - [ - "path", - { - "d": "M14 13v4h-8l-2 -2l2 -2z" - } - ] - ], - "disabled-2": [ - [ - "path", - { - "d": "M17 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M9 11a5 5 0 1 0 3.95 7.95" - } - ], - [ - "path", - { - "d": "M19 20l-4 -5h-4l3 -5l-4 -3l-4 1" - } - ] - ], - "disabled-off": [ - [ - "path", - { - "d": "M11 7a2 2 0 1 0 -2 -2" - } - ], - [ - "path", - { - "d": "M11 11v4h4l4 5" - } - ], - [ - "path", - { - "d": "M15 11h1" - } - ], - [ - "path", - { - "d": "M7 11.5a5 5 0 1 0 6 7.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "disabled": [ - [ - "path", - { - "d": "M11 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M11 7l0 8l4 0l4 5" - } - ], - [ - "path", - { - "d": "M11 11l5 0" - } - ], - [ - "path", - { - "d": "M7 11.5a5 5 0 1 0 6 7.5" - } - ] - ], - "disc-golf": [ - [ - "path", - { - "d": "M5 5h14" - } - ], - [ - "path", - { - "d": "M6 5c.32 6.744 2.74 9.246 6 10" - } - ], - [ - "path", - { - "d": "M18 5c-.32 6.744 -2.74 9.246 -6 10" - } - ], - [ - "path", - { - "d": "M10 5c0 4.915 .552 7.082 2 10" - } - ], - [ - "path", - { - "d": "M14 5c0 4.915 -.552 7.082 -2 10" - } - ], - [ - "path", - { - "d": "M12 15v6" - } - ], - [ - "path", - { - "d": "M12 3v2" - } - ], - [ - "path", - { - "d": "M7 16c.64 .64 1.509 1 2.414 1h5.172c.905 0 1.774 -.36 2.414 -1" - } - ], - [ - "path", - { - "d": "M11 21h2" - } - ] - ], - "disc-off": [ - [ - "path", - { - "d": "M20.044 16.04a9 9 0 0 0 -12.082 -12.085m-2.333 1.688a9 9 0 0 0 6.371 15.357c2.491 0 4.73 -1 6.36 -2.631" - } - ], - [ - "path", - { - "d": "M11.298 11.288a1 1 0 1 0 1.402 1.427" - } - ], - [ - "path", - { - "d": "M7 12c0 -1.38 .559 -2.629 1.462 -3.534m2.607 -1.38c.302 -.056 .613 -.086 .931 -.086" - } - ], - [ - "path", - { - "d": "M12 17a4.985 4.985 0 0 0 3.551 -1.48m1.362 -2.587c.057 -.302 .087 -.614 .087 -.933" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "disc": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M7 12a5 5 0 0 1 5 -5" - } - ], - [ - "path", - { - "d": "M12 17a5 5 0 0 0 5 -5" - } - ] - ], - "discount-2-off": [ - [ - "path", - { - "d": "M9 15l3 -3m2 -2l1 -1" - } - ], - [ - "path", - { - "d": "M9.148 9.145a.498 .498 0 0 0 .352 .855a.5 .5 0 0 0 .35 -.142" - } - ], - [ - "path", - { - "d": "M14.148 14.145a.498 .498 0 0 0 .352 .855a.5 .5 0 0 0 .35 -.142" - } - ], - [ - "path", - { - "d": "M8.887 4.89a2.2 2.2 0 0 0 .863 -.53l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.528 .858m-.757 3.248a2.193 2.193 0 0 1 -1.555 .644h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1c0 -.604 .244 -1.152 .638 -1.55" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "discount-2": [ - [ - "path", - { - "d": "M9 15l6 -6" - } - ], - [ - "circle", - { - "cx": "9.5", - "cy": "9.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "14.5", - "cy": "14.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7a2.2 2.2 0 0 0 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1a2.2 2.2 0 0 0 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" - } - ] - ], - "discount-check-filled": [ - [ - "path", - { - "d": "M12.01 2.011a3.2 3.2 0 0 1 2.113 .797l.154 .145l.698 .698a1.2 1.2 0 0 0 .71 .341l.135 .008h1a3.2 3.2 0 0 1 3.195 3.018l.005 .182v1c0 .27 .092 .533 .258 .743l.09 .1l.697 .698a3.2 3.2 0 0 1 .147 4.382l-.145 .154l-.698 .698a1.2 1.2 0 0 0 -.341 .71l-.008 .135v1a3.2 3.2 0 0 1 -3.018 3.195l-.182 .005h-1a1.2 1.2 0 0 0 -.743 .258l-.1 .09l-.698 .697a3.2 3.2 0 0 1 -4.382 .147l-.154 -.145l-.698 -.698a1.2 1.2 0 0 0 -.71 -.341l-.135 -.008h-1a3.2 3.2 0 0 1 -3.195 -3.018l-.005 -.182v-1a1.2 1.2 0 0 0 -.258 -.743l-.09 -.1l-.697 -.698a3.2 3.2 0 0 1 -.147 -4.382l.145 -.154l.698 -.698a1.2 1.2 0 0 0 .341 -.71l.008 -.135v-1l.005 -.182a3.2 3.2 0 0 1 3.013 -3.013l.182 -.005h1a1.2 1.2 0 0 0 .743 -.258l.1 -.09l.698 -.697a3.2 3.2 0 0 1 2.269 -.944zm3.697 7.282a1 1 0 0 0 -1.414 0l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "discount-check": [ - [ - "path", - { - "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" - } - ], - [ - "path", - { - "d": "M9 12l2 2l4 -4" - } - ] - ], - "discount-off": [ - [ - "path", - { - "d": "M9 15l3 -3m2 -2l1 -1" - } - ], - [ - "path", - { - "d": "M9.148 9.145a.498 .498 0 0 0 .352 .855a.5 .5 0 0 0 .35 -.142" - } - ], - [ - "path", - { - "d": "M14.148 14.145a.498 .498 0 0 0 .352 .855a.5 .5 0 0 0 .35 -.142" - } - ], - [ - "path", - { - "d": "M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "discount": [ - [ - "path", - { - "d": "M9 15l6 -6" - } - ], - [ - "circle", - { - "cx": "9.5", - "cy": "9.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "14.5", - "cy": "14.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "divide": [ - [ - "circle", - { - "cx": "12", - "cy": "6", - "r": "1", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "12", - "cy": "18", - "r": "1", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M5 12l14 0" - } - ] - ], - "dna-2-off": [ - [ - "path", - { - "d": "M17 3v1c-.007 2.46 -.91 4.554 -2.705 6.281m-2.295 1.719c-3.328 1.99 -5 4.662 -5.008 8.014v1" - } - ], - [ - "path", - { - "d": "M17 21.014v-1c0 -1.44 -.315 -2.755 -.932 -3.944m-4.068 -4.07c-1.903 -1.138 -3.263 -2.485 -4.082 -4.068" - } - ], - [ - "path", - { - "d": "M8 4h9" - } - ], - [ - "path", - { - "d": "M7 20h10" - } - ], - [ - "path", - { - "d": "M12 8h4" - } - ], - [ - "path", - { - "d": "M8 16h8" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "dna-2": [ - [ - "path", - { - "d": "M17 3v1c-.01 3.352 -1.68 6.023 -5.008 8.014c-3.328 1.99 3.336 -2 .008 -.014c-3.328 1.99 -5 4.662 -5.008 8.014v1" - } - ], - [ - "path", - { - "d": "M17 21.014v-1c-.01 -3.352 -1.68 -6.023 -5.008 -8.014c-3.328 -1.99 3.336 2 .008 .014c-3.328 -1.991 -5 -4.662 -5.008 -8.014v-1" - } - ], - [ - "path", - { - "d": "M7 4h10" - } - ], - [ - "path", - { - "d": "M7 20h10" - } - ], - [ - "path", - { - "d": "M8 8h8" - } - ], - [ - "path", - { - "d": "M8 16h8" - } - ] - ], - "dna-off": [ - [ - "path", - { - "d": "M16 12a3.898 3.898 0 0 0 -1.172 -2.828a4.027 4.027 0 0 0 -2.828 -1.172m-2.828 1.172a4 4 0 1 0 5.656 5.656" - } - ], - [ - "path", - { - "d": "M9.172 20.485a4 4 0 1 0 -5.657 -5.657" - } - ], - [ - "path", - { - "d": "M14.828 3.515a4 4 0 1 0 5.657 5.657" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "dna": [ - [ - "path", - { - "d": "M14.828 14.828a4 4 0 1 0 -5.656 -5.656a4 4 0 0 0 5.656 5.656z" - } - ], - [ - "path", - { - "d": "M9.172 20.485a4 4 0 1 0 -5.657 -5.657" - } - ], - [ - "path", - { - "d": "M14.828 3.515a4 4 0 0 0 5.657 5.657" - } - ] - ], - "dog-bowl": [ - [ - "path", - { - "d": "M10 15l5.586 -5.585a2 2 0 1 1 3.414 -1.415a2 2 0 1 1 -1.413 3.414l-3.587 3.586" - } - ], - [ - "path", - { - "d": "M12 13l-3.586 -3.585a2 2 0 1 0 -3.414 -1.415a2 2 0 1 0 1.413 3.414l3.587 3.586" - } - ], - [ - "path", - { - "d": "M3 20h18c-.175 -1.671 -.046 -3.345 -2 -5h-14c-1.333 1 -2 2.667 -2 5z" - } - ] - ], - "dog": [ - [ - "path", - { - "d": "M11 5h2" - } - ], - [ - "path", - { - "d": "M19 12c-.667 5.333 -2.333 8 -5 8h-4c-2.667 0 -4.333 -2.667 -5 -8" - } - ], - [ - "path", - { - "d": "M11 16c0 .667 .333 1 1 1s1 -.333 1 -1h-2z" - } - ], - [ - "path", - { - "d": "M12 18v2" - } - ], - [ - "path", - { - "d": "M10 11v.01" - } - ], - [ - "path", - { - "d": "M14 11v.01" - } - ], - [ - "path", - { - "d": "M5 4l6 .97l-6.238 6.688a1.021 1.021 0 0 1 -1.41 .111a.953 .953 0 0 1 -.327 -.954l1.975 -6.815z" - } - ], - [ - "path", - { - "d": "M19 4l-6 .97l6.238 6.688c.358 .408 .989 .458 1.41 .111a.953 .953 0 0 0 .327 -.954l-1.975 -6.815z" - } - ] - ], - "door-enter": [ - [ - "path", - { - "d": "M13 12v.01" - } - ], - [ - "path", - { - "d": "M3 21h18" - } - ], - [ - "path", - { - "d": "M5 21v-16a2 2 0 0 1 2 -2h6m4 10.5v7.5" - } - ], - [ - "path", - { - "d": "M21 7h-7m3 -3l-3 3l3 3" - } - ] - ], - "door-exit": [ - [ - "path", - { - "d": "M13 12v.01" - } - ], - [ - "path", - { - "d": "M3 21h18" - } - ], - [ - "path", - { - "d": "M5 21v-16a2 2 0 0 1 2 -2h7.5m2.5 10.5v7.5" - } - ], - [ - "path", - { - "d": "M14 7h7m-3 -3l3 3l-3 3" - } - ] - ], - "door-off": [ - [ - "path", - { - "d": "M3 21h18" - } - ], - [ - "path", - { - "d": "M6 21v-15" - } - ], - [ - "path", - { - "d": "M7.18 3.175c.25 -.112 .528 -.175 .82 -.175h8a2 2 0 0 1 2 2v9" - } - ], - [ - "path", - { - "d": "M18 18v3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "door": [ - [ - "path", - { - "d": "M14 12v.01" - } - ], - [ - "path", - { - "d": "M3 21h18" - } - ], - [ - "path", - { - "d": "M6 21v-16a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v16" - } - ] - ], - "dots-circle-horizontal": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M8 12l0 .01" - } - ], - [ - "path", - { - "d": "M12 12l0 .01" - } - ], - [ - "path", - { - "d": "M16 12l0 .01" - } - ] - ], - "dots-diagonal-2": [ - [ - "path", - { - "d": "M7 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M17 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "dots-diagonal": [ - [ - "path", - { - "d": "M7 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M17 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "dots-vertical": [ - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "dots": [ - [ - "path", - { - "d": "M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "download-off": [ - [ - "path", - { - "d": "M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 1.83 -1.19" - } - ], - [ - "path", - { - "d": "M7 11l5 5l2 -2m2 -2l1 -1" - } - ], - [ - "path", - { - "d": "M12 4v4m0 4v4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "download": [ - [ - "path", - { - "d": "M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M7 11l5 5l5 -5" - } - ], - [ - "path", - { - "d": "M12 4l0 12" - } - ] - ], - "drag-drop-2": [ - [ - "path", - { - "d": "M8 8m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 4l0 .01" - } - ], - [ - "path", - { - "d": "M8 4l0 .01" - } - ], - [ - "path", - { - "d": "M12 4l0 .01" - } - ], - [ - "path", - { - "d": "M16 4l0 .01" - } - ], - [ - "path", - { - "d": "M4 8l0 .01" - } - ], - [ - "path", - { - "d": "M4 12l0 .01" - } - ], - [ - "path", - { - "d": "M4 16l0 .01" - } - ] - ], - "drag-drop": [ - [ - "path", - { - "d": "M19 11v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M13 13l9 3l-4 2l-2 4l-3 -9" - } - ], - [ - "path", - { - "d": "M3 3l0 .01" - } - ], - [ - "path", - { - "d": "M7 3l0 .01" - } - ], - [ - "path", - { - "d": "M11 3l0 .01" - } - ], - [ - "path", - { - "d": "M15 3l0 .01" - } - ], - [ - "path", - { - "d": "M3 7l0 .01" - } - ], - [ - "path", - { - "d": "M3 11l0 .01" - } - ], - [ - "path", - { - "d": "M3 15l0 .01" - } - ] - ], - "drone-off": [ - [ - "path", - { - "d": "M14 14h-4v-4" - } - ], - [ - "path", - { - "d": "M10 10l-3.5 -3.5" - } - ], - [ - "path", - { - "d": "M9.957 5.95a3.503 3.503 0 0 0 -2.917 -2.91m-3.02 .989a3.5 3.5 0 0 0 1.98 5.936" - } - ], - [ - "path", - { - "d": "M14 10l3.5 -3.5" - } - ], - [ - "path", - { - "d": "M18 9.965a3.5 3.5 0 1 0 -3.966 -3.965" - } - ], - [ - "path", - { - "d": "M14 14l3.5 3.5" - } - ], - [ - "path", - { - "d": "M14.035 18a3.5 3.5 0 0 0 5.936 1.98m.987 -3.026a3.503 3.503 0 0 0 -2.918 -2.913" - } - ], - [ - "path", - { - "d": "M10 14l-3.5 3.5" - } - ], - [ - "path", - { - "d": "M6 14.035a3.5 3.5 0 1 0 3.966 3.965" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "drone": [ - [ - "path", - { - "d": "M10 10h4v4h-4z" - } - ], - [ - "path", - { - "d": "M10 10l-3.5 -3.5" - } - ], - [ - "path", - { - "d": "M9.96 6a3.5 3.5 0 1 0 -3.96 3.96" - } - ], - [ - "path", - { - "d": "M14 10l3.5 -3.5" - } - ], - [ - "path", - { - "d": "M18 9.96a3.5 3.5 0 1 0 -3.96 -3.96" - } - ], - [ - "path", - { - "d": "M14 14l3.5 3.5" - } - ], - [ - "path", - { - "d": "M14.04 18a3.5 3.5 0 1 0 3.96 -3.96" - } - ], - [ - "path", - { - "d": "M10 14l-3.5 3.5" - } - ], - [ - "path", - { - "d": "M6 14.04a3.5 3.5 0 1 0 3.96 3.96" - } - ] - ], - "drop-circle": [ - [ - "path", - { - "d": "M10.07 15.34c1.115 .88 2.74 .88 3.855 0c1.115 -.88 1.398 -2.388 .671 -3.575l-2.596 -3.765l-2.602 3.765c-.726 1.187 -.443 2.694 .672 3.575z" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "droplet-bolt": [ - [ - "path", - { - "d": "M18.628 12.076a6.653 6.653 0 0 0 -.564 -1.199l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546c1.7 1.375 3.906 1.852 5.958 1.431" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "droplet-cancel": [ - [ - "path", - { - "d": "M18.606 12.014a6.659 6.659 0 0 0 -.542 -1.137l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.154 7.154 0 0 0 4.826 1.572" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "droplet-check": [ - [ - "path", - { - "d": "M18.967 13.594a6.568 6.568 0 0 0 -.903 -2.717l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.125 7.125 0 0 0 4.04 1.565" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "droplet-code": [ - [ - "path", - { - "d": "M18.907 13.147a6.586 6.586 0 0 0 -.843 -2.27l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.123 7.123 0 0 0 3.99 1.561" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "droplet-cog": [ - [ - "path", - { - "d": "M18.421 11.56a6.702 6.702 0 0 0 -.357 -.683l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.144 7.144 0 0 0 4.518 1.58" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "droplet-dollar": [ - [ - "path", - { - "d": "M17.668 10.29l-4.493 -6.673c-.421 -.625 -1.288 -.803 -1.937 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.175 7.175 0 0 0 5.493 1.51" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "droplet-down": [ - [ - "path", - { - "d": "M18.602 12.003a6.66 6.66 0 0 0 -.538 -1.126l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.159 7.159 0 0 0 4.972 1.564" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "droplet-exclamation": [ - [ - "path", - { - "d": "M18.602 12.004a6.66 6.66 0 0 0 -.538 -1.127l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546c2.142 1.734 5.092 2.04 7.519 .919" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "droplet-filled": [ - [ - "path", - { - "d": "M10.708 2.372a2.382 2.382 0 0 0 -.71 .686l-4.892 7.26c-1.981 3.314 -1.22 7.466 1.767 9.882c2.969 2.402 7.286 2.402 10.254 0c2.987 -2.416 3.748 -6.569 1.795 -9.836l-4.919 -7.306c-.722 -1.075 -2.192 -1.376 -3.295 -.686z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "droplet-half-2-filled": [ - [ - "path", - { - "d": "M13.905 2.923l.098 .135l4.92 7.306a7.566 7.566 0 0 1 1.043 3.167l.024 .326c.007 .047 .01 .094 .01 .143l-.002 .06c.056 2.3 -.944 4.582 -2.87 6.14c-2.969 2.402 -7.286 2.402 -10.255 0c-1.904 -1.54 -2.904 -3.787 -2.865 -6.071a1.052 1.052 0 0 1 .013 -.333a7.66 7.66 0 0 1 .913 -3.176l.172 -.302l4.893 -7.26c.185 -.275 .426 -.509 .709 -.686c1.055 -.66 2.446 -.413 3.197 .55zm-2.06 1.107l-.077 .038l-.041 .03l-.037 .036l-.033 .042l-4.863 7.214a5.607 5.607 0 0 0 -.651 1.61h11.723a5.444 5.444 0 0 0 -.49 -1.313l-.141 -.251l-4.891 -7.261a.428 .428 0 0 0 -.5 -.145z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "droplet-half-2": [ - [ - "path", - { - "d": "M7.502 19.423c2.602 2.105 6.395 2.105 8.996 0c2.602 -2.105 3.262 -5.708 1.566 -8.546l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546z" - } - ], - [ - "path", - { - "d": "M5 14h14" - } - ] - ], - "droplet-half-filled": [ - [ - "path", - { - "d": "M12 2l.07 .003a2.41 2.41 0 0 1 1.825 .907l.108 .148l4.92 7.306c1.952 3.267 1.191 7.42 -1.796 9.836c-2.968 2.402 -7.285 2.402 -10.254 0c-2.917 -2.36 -3.711 -6.376 -1.901 -9.65l.134 -.232l4.893 -7.26c.185 -.275 .426 -.509 .709 -.686a2.426 2.426 0 0 1 1.066 -.36l.226 -.012zm-1 3.149l-4.206 6.24c-1.44 2.41 -.88 5.463 1.337 7.257a6.101 6.101 0 0 0 2.869 1.276v-14.773z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "droplet-half": [ - [ - "path", - { - "d": "M7.502 19.423c2.602 2.105 6.395 2.105 8.996 0c2.602 -2.105 3.262 -5.708 1.566 -8.546l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546z" - } - ], - [ - "path", - { - "d": "M12 3v18" - } - ] - ], - "droplet-heart": [ - [ - "path", - { - "d": "M18.288 11.282a6.734 6.734 0 0 0 -.224 -.405l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.117 7.117 0 0 0 3.824 1.548" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "droplet-minus": [ - [ - "path", - { - "d": "M18.946 15.083a6.538 6.538 0 0 0 -.882 -4.206l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.163 7.163 0 0 0 5.089 1.555" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "droplet-off": [ - [ - "path", - { - "d": "M18.963 14.938a6.54 6.54 0 0 0 -.899 -4.06l-4.89 -7.26c-.42 -.626 -1.287 -.804 -1.936 -.398a1.376 1.376 0 0 0 -.41 .397l-1.282 1.9m-1.625 2.415l-1.986 2.946c-1.695 2.837 -1.035 6.44 1.567 8.545c2.602 2.105 6.395 2.105 8.996 0a6.83 6.83 0 0 0 1.376 -1.499" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "droplet-pause": [ - [ - "path", - { - "d": "M18.952 13.456a6.573 6.573 0 0 0 -.888 -2.579l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.176 7.176 0 0 0 5.517 1.507" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "droplet-pin": [ - [ - "path", - { - "d": "M18.064 10.877l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.163 7.163 0 0 0 5.102 1.554" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "droplet-plus": [ - [ - "path", - { - "d": "M18.602 12.004a6.66 6.66 0 0 0 -.538 -1.127l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.16 7.16 0 0 0 5.033 1.56" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "droplet-question": [ - [ - "path", - { - "d": "M18.064 10.877l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546c2.203 1.782 5.259 2.056 7.723 .82" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "droplet-search": [ - [ - "path", - { - "d": "M18.064 10.877l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.13 7.13 0 0 0 4.168 1.572" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "droplet-share": [ - [ - "path", - { - "d": "M18.884 13.025a6.591 6.591 0 0 0 -.82 -2.148l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.125 7.125 0 0 0 4.498 1.58" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "droplet-star": [ - [ - "path", - { - "d": "M17.496 10.034l-4.321 -6.417c-.421 -.625 -1.288 -.803 -1.937 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.106 7.106 0 0 0 3.547 1.517" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "droplet-up": [ - [ - "path", - { - "d": "M18.6 11.998a6.66 6.66 0 0 0 -.536 -1.12l-4.89 -7.26c-.42 -.626 -1.287 -.804 -1.936 -.398a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.16 7.16 0 0 0 5.002 1.562" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "droplet-x": [ - [ - "path", - { - "d": "M18.953 13.467a6.572 6.572 0 0 0 -.889 -2.59l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.179 7.179 0 0 0 5.633 1.49" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "droplet": [ - [ - "path", - { - "d": "M7.502 19.423c2.602 2.105 6.395 2.105 8.996 0c2.602 -2.105 3.262 -5.708 1.566 -8.546l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546z" - } - ] - ], - "droplets": [ - [ - "path", - { - "d": "M4.072 20.3a2.999 2.999 0 0 0 3.856 0a3.002 3.002 0 0 0 .67 -3.798l-2.095 -3.227a.6 .6 0 0 0 -1.005 0l-2.098 3.227a3.003 3.003 0 0 0 .671 3.798z" - } - ], - [ - "path", - { - "d": "M16.072 20.3a2.999 2.999 0 0 0 3.856 0a3.002 3.002 0 0 0 .67 -3.798l-2.095 -3.227a.6 .6 0 0 0 -1.005 0l-2.098 3.227a3.003 3.003 0 0 0 .671 3.798z" - } - ], - [ - "path", - { - "d": "M10.072 10.3a2.999 2.999 0 0 0 3.856 0a3.002 3.002 0 0 0 .67 -3.798l-2.095 -3.227a.6 .6 0 0 0 -1.005 0l-2.098 3.227a3.003 3.003 0 0 0 .671 3.798z" - } - ] - ], - "dual-screen": [ - [ - "path", - { - "d": "M5 4l8 3v15l-8 -3z" - } - ], - [ - "path", - { - "d": "M13 19h6v-15h-14" - } - ] - ], - "e-passport": [ - [ - "path", - { - "d": "M2 5m0 2a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 12h-7" - } - ], - [ - "path", - { - "d": "M15 12h7" - } - ] - ], - "ear-off": [ - [ - "path", - { - "d": "M6 10c0 -1.146 .277 -2.245 .78 -3.219m1.792 -2.208a7 7 0 0 1 10.428 9.027a10 10 0 0 1 -.633 .762m-2.045 1.96a8 8 0 0 0 -1.322 2.278a4.5 4.5 0 0 1 -6.8 1.4" - } - ], - [ - "path", - { - "d": "M11.42 7.414a3 3 0 0 1 4.131 4.13" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "ear-scan": [ - [ - "path", - { - "d": "M15 15a2 2 0 0 1 -2 2c-.732 0 -1.555 -.247 -1.72 -.98c-.634 -2.8 -3.17 -2.628 -3.28 -5.02v-.5a3.5 3.5 0 0 1 6.671 -1.483" - } - ], - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M13 12v.01" - } - ] - ], - "ear": [ - [ - "path", - { - "d": "M6 10a7 7 0 1 1 13 3.6a10 10 0 0 1 -2 2a8 8 0 0 0 -2 3a4.5 4.5 0 0 1 -6.8 1.4" - } - ], - [ - "path", - { - "d": "M10 10a3 3 0 1 1 5 2.2" - } - ] - ], - "ease-in-control-point": [ - [ - "path", - { - "d": "M3 19c8 0 18 -16 18 -16" - } - ], - [ - "path", - { - "d": "M17 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0z" - } - ], - [ - "path", - { - "d": "M17 19h-2" - } - ], - [ - "path", - { - "d": "M12 19h-2" - } - ] - ], - "ease-in-out-control-points": [ - [ - "path", - { - "d": "M17 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0z" - } - ], - [ - "path", - { - "d": "M17 20h-2" - } - ], - [ - "path", - { - "d": "M7 4a2 2 0 1 1 -4 0a2 2 0 0 1 4 0z" - } - ], - [ - "path", - { - "d": "M7 4h2" - } - ], - [ - "path", - { - "d": "M14 4h-2" - } - ], - [ - "path", - { - "d": "M12 20h-2" - } - ], - [ - "path", - { - "d": "M3 20c8 0 10 -16 18 -16" - } - ] - ], - "ease-in-out": [ - [ - "path", - { - "d": "M3 20c8 0 10 -16 18 -16" - } - ] - ], - "ease-in": [ - [ - "path", - { - "d": "M3 20c8 0 18 -16 18 -16" - } - ] - ], - "ease-out-control-point": [ - [ - "path", - { - "d": "M3 21s10 -16 18 -16" - } - ], - [ - "path", - { - "d": "M7 5a2 2 0 1 1 -4 0a2 2 0 0 1 4 0z" - } - ], - [ - "path", - { - "d": "M7 5h2" - } - ], - [ - "path", - { - "d": "M14 5h-2" - } - ] - ], - "ease-out": [ - [ - "path", - { - "d": "M3 20s10 -16 18 -16" - } - ] - ], - "edit-circle-off": [ - [ - "path", - { - "d": "M10.507 10.498l-1.507 1.502v3h3l1.493 -1.498m2 -2.01l4.89 -4.907a2.1 2.1 0 0 0 -2.97 -2.97l-4.913 4.896" - } - ], - [ - "path", - { - "d": "M16 5l3 3" - } - ], - [ - "path", - { - "d": "M7.476 7.471a7 7 0 0 0 2.524 13.529a7 7 0 0 0 6.53 -4.474" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "edit-circle": [ - [ - "path", - { - "d": "M12 15l8.385 -8.415a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3z" - } - ], - [ - "path", - { - "d": "M16 5l3 3" - } - ], - [ - "path", - { - "d": "M9 7.07a7 7 0 0 0 1 13.93a7 7 0 0 0 6.929 -6" - } - ] - ], - "edit-off": [ - [ - "path", - { - "d": "M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1" - } - ], - [ - "path", - { - "d": "M10.507 10.498l-1.507 1.502v3h3l1.493 -1.498m2 -2.01l4.89 -4.907a2.1 2.1 0 0 0 -2.97 -2.97l-4.913 4.896" - } - ], - [ - "path", - { - "d": "M16 5l3 3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "edit": [ - [ - "path", - { - "d": "M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1" - } - ], - [ - "path", - { - "d": "M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415z" - } - ], - [ - "path", - { - "d": "M16 5l3 3" - } - ] - ], - "egg-cracked": [ - [ - "path", - { - "d": "M19 14.083c0 4.154 -2.966 6.74 -7 6.917c-4.2 0 -7 -2.763 -7 -6.917c0 -5.538 3.5 -11.09 7 -11.083c3.5 .007 7 5.545 7 11.083z" - } - ], - [ - "path", - { - "d": "M12 3l-1.5 5l3.5 2.5l-2 3.5" - } - ] - ], - "egg-filled": [ - [ - "path", - { - "d": "M12.002 2c-4.173 -.008 -8.002 6.058 -8.002 12.083c0 4.708 3.25 7.917 8 7.917c4.727 -.206 8 -3.328 8 -7.917c0 -6.02 -3.825 -12.075 -7.998 -12.083z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "egg-fried": [ - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M14 3a5 5 0 0 1 4.872 6.13a3 3 0 0 1 .178 5.681a3 3 0 1 1 -4.684 3.626a5 5 0 1 1 -8.662 -5a5 5 0 1 1 4.645 -8.856a4.982 4.982 0 0 1 3.651 -1.585z" - } - ] - ], - "egg-off": [ - [ - "path", - { - "d": "M17.927 17.934c-1.211 1.858 -3.351 2.953 -5.927 3.066c-4.2 0 -7 -2.763 -7 -6.917c0 -2.568 .753 -5.14 1.91 -7.158" - } - ], - [ - "path", - { - "d": "M8.642 4.628c1.034 -1.02 2.196 -1.63 3.358 -1.628c3.5 .007 7 5.545 7 11.083c0 .298 -.015 .587 -.045 .868" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "egg": [ - [ - "path", - { - "d": "M19 14.083c0 4.154 -2.966 6.74 -7 6.917c-4.2 0 -7 -2.763 -7 -6.917c0 -5.538 3.5 -11.09 7 -11.083c3.5 .007 7 5.545 7 11.083z" - } - ] - ], - "eggs": [ - [ - "path", - { - "d": "M13 22c-3 0 -4.868 -2.118 -5 -5c0 -3 2 -5 5 -5c4 0 8.01 2.5 8 5c0 2.5 -4 5 -8 5z" - } - ], - [ - "path", - { - "d": "M8 18c-3.03 -.196 -5 -2.309 -5 -5.38c0 -4.307 2.75 -8.625 5.5 -8.62c2.614 0 5.248 3.915 5.5 8" - } - ] - ], - "elevator-off": [ - [ - "path", - { - "d": "M8 4h10a1 1 0 0 1 1 1v10m0 4a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-14" - } - ], - [ - "path", - { - "d": "M12 8l2 2" - } - ], - [ - "path", - { - "d": "M10 14l2 2l2 -2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "elevator": [ - [ - "path", - { - "d": "M5 4m0 1a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M10 10l2 -2l2 2" - } - ], - [ - "path", - { - "d": "M10 14l2 2l2 -2" - } - ] - ], - "emergency-bed": [ - [ - "path", - { - "d": "M16 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M8 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M4 8l2.1 2.8a3 3 0 0 0 2.4 1.2h11.5" - } - ], - [ - "path", - { - "d": "M10 6h4" - } - ], - [ - "path", - { - "d": "M12 4v4" - } - ], - [ - "path", - { - "d": "M12 12v2l-2.5 2.5" - } - ], - [ - "path", - { - "d": "M14.5 16.5l-2.5 -2.5" - } - ] - ], - "empathize-off": [ - [ - "path", - { - "d": "M12 8a2.5 2.5 0 1 0 -2.5 -2.5" - } - ], - [ - "path", - { - "d": "M12.317 12.315l-.317 .317l-.728 -.727a3.088 3.088 0 1 0 -4.367 4.367l5.095 5.096l4.689 -4.69m1.324 -2.673a3.087 3.087 0 0 0 -3.021 -3.018" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "empathize": [ - [ - "path", - { - "d": "M12 5.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" - } - ], - [ - "path", - { - "d": "M12 21.368l5.095 -5.096a3.088 3.088 0 1 0 -4.367 -4.367l-.728 .727l-.728 -.727a3.088 3.088 0 1 0 -4.367 4.367l5.095 5.096z" - } - ] - ], - "emphasis": [ - [ - "path", - { - "d": "M16 5h-8v10h8m-1 -5h-7" - } - ], - [ - "path", - { - "d": "M6 20l0 .01" - } - ], - [ - "path", - { - "d": "M10 20l0 .01" - } - ], - [ - "path", - { - "d": "M14 20l0 .01" - } - ], - [ - "path", - { - "d": "M18 20l0 .01" - } - ] - ], - "engine-off": [ - [ - "path", - { - "d": "M3 10v6" - } - ], - [ - "path", - { - "d": "M12 5v3" - } - ], - [ - "path", - { - "d": "M10 5h4" - } - ], - [ - "path", - { - "d": "M5 13h-2" - } - ], - [ - "path", - { - "d": "M16 16h-1v2a1 1 0 0 1 -1 1h-3.465a1 1 0 0 1 -.832 -.445l-1.703 -2.555h-2v-6h2l.99 -.99m3.01 -1.01h1.382a1 1 0 0 1 .894 .553l1.448 2.894a1 1 0 0 0 .894 .553h1.382v-2h2a1 1 0 0 1 1 1v6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "engine": [ - [ - "path", - { - "d": "M3 10v6" - } - ], - [ - "path", - { - "d": "M12 5v3" - } - ], - [ - "path", - { - "d": "M10 5h4" - } - ], - [ - "path", - { - "d": "M5 13h-2" - } - ], - [ - "path", - { - "d": "M6 10h2l2 -2h3.382a1 1 0 0 1 .894 .553l1.448 2.894a1 1 0 0 0 .894 .553h1.382v-2h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-2v-2h-3v2a1 1 0 0 1 -1 1h-3.465a1 1 0 0 1 -.832 -.445l-1.703 -2.555h-2v-6z" - } - ] - ], - "equal-double": [ - [ - "path", - { - "d": "M3 10h7" - } - ], - [ - "path", - { - "d": "M3 14h7" - } - ], - [ - "path", - { - "d": "M14 10h7" - } - ], - [ - "path", - { - "d": "M14 14h7" - } - ] - ], - "equal-not": [ - [ - "path", - { - "d": "M5 10h14" - } - ], - [ - "path", - { - "d": "M5 14h14" - } - ], - [ - "path", - { - "d": "M5 19l14 -14" - } - ] - ], - "equal": [ - [ - "path", - { - "d": "M5 10h14" - } - ], - [ - "path", - { - "d": "M5 14h14" - } - ] - ], - "eraser-off": [ - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M19 20h-10.5l-4.21 -4.3a1 1 0 0 1 0 -1.41l5 -4.993m2.009 -2.01l3 -3a1 1 0 0 1 1.41 0l5 5a1 1 0 0 1 0 1.41c-1.417 1.431 -2.406 2.432 -2.97 3m-2.02 2.043l-4.211 4.256" - } - ], - [ - "path", - { - "d": "M18 13.3l-6.3 -6.3" - } - ] - ], - "eraser": [ - [ - "path", - { - "d": "M19 20h-10.5l-4.21 -4.3a1 1 0 0 1 0 -1.41l10 -10a1 1 0 0 1 1.41 0l5 5a1 1 0 0 1 0 1.41l-9.2 9.3" - } - ], - [ - "path", - { - "d": "M18 13.3l-6.3 -6.3" - } - ] - ], - "error-404-off": [ - [ - "path", - { - "d": "M3 7v4a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M7 7v10" - } - ], - [ - "path", - { - "d": "M10 10v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2m0 -4v-2a1 1 0 0 0 -1 -1h-2" - } - ], - [ - "path", - { - "d": "M17 7v4a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M21 7v10" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "error-404": [ - [ - "path", - { - "d": "M3 7v4a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M7 7v10" - } - ], - [ - "path", - { - "d": "M10 8v8a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1z" - } - ], - [ - "path", - { - "d": "M17 7v4a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M21 7v10" - } - ] - ], - "escalator-down": [ - [ - "path", - { - "d": "M4.5 7h2.733a2 2 0 0 1 1.337 .513l9.43 8.487h1.5a2.5 2.5 0 1 1 0 5h-2.733a2 2 0 0 1 -1.337 -.513l-9.43 -8.487h-1.5a2.5 2.5 0 1 1 0 -5z" - } - ], - [ - "path", - { - "d": "M18 3v7" - } - ], - [ - "path", - { - "d": "M15 7l3 3l3 -3" - } - ] - ], - "escalator-up": [ - [ - "path", - { - "d": "M19.5 7h-2.672a2 2 0 0 0 -1.414 .586l-8.414 8.414h-2.5a2.5 2.5 0 1 0 0 5h3.672a2 2 0 0 0 1.414 -.586l8.414 -8.414h1.5a2.5 2.5 0 1 0 0 -5z" - } - ], - [ - "path", - { - "d": "M6 10v-7" - } - ], - [ - "path", - { - "d": "M3 6l3 -3l3 3" - } - ] - ], - "escalator": [ - [ - "path", - { - "d": "M19.5 5h-2.672a2 2 0 0 0 -1.414 .586l-8.414 8.414h-2.5a2.5 2.5 0 1 0 0 5h3.672a2 2 0 0 0 1.414 -.586l8.414 -8.414h1.5a2.5 2.5 0 0 0 0 -5z" - } - ] - ], - "exchange-off": [ - [ - "path", - { - "d": "M5 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 8v5c0 .594 -.104 1.164 -.294 1.692m-1.692 2.298a4.978 4.978 0 0 1 -3.014 1.01h-3l3 -3" - } - ], - [ - "path", - { - "d": "M14 21l-3 -3" - } - ], - [ - "path", - { - "d": "M5 16v-5c0 -1.632 .782 -3.082 1.992 -4m3.008 -1h3l-3 -3" - } - ], - [ - "path", - { - "d": "M11.501 7.499l1.499 -1.499" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "exchange": [ - [ - "path", - { - "d": "M5 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 8v5a5 5 0 0 1 -5 5h-3l3 -3m0 6l-3 -3" - } - ], - [ - "path", - { - "d": "M5 16v-5a5 5 0 0 1 5 -5h3l-3 -3m0 6l3 -3" - } - ] - ], - "exclamation-circle": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 9v4" - } - ], - [ - "path", - { - "d": "M12 16v.01" - } - ] - ], - "exclamation-mark-off": [ - [ - "path", - { - "d": "M12 19v.01" - } - ], - [ - "path", - { - "d": "M12 15v-3m0 -4v-3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "exclamation-mark": [ - [ - "path", - { - "d": "M12 19v.01" - } - ], - [ - "path", - { - "d": "M12 15v-10" - } - ] - ], - "explicit-off": [ - [ - "path", - { - "d": "M14 8h-2m-2 2v6h4" - } - ], - [ - "path", - { - "d": "M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405" - } - ], - [ - "path", - { - "d": "M12 12h-2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "explicit": [ - [ - "path", - { - "d": "M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M14 8h-4v8h4" - } - ], - [ - "path", - { - "d": "M14 12h-4" - } - ] - ], - "exposure-0": [ - [ - "path", - { - "d": "M12 19a4 4 0 0 0 4 -4v-6a4 4 0 1 0 -8 0v6a4 4 0 0 0 4 4z" - } - ] - ], - "exposure-minus-1": [ - [ - "path", - { - "d": "M3 12h6" - } - ], - [ - "path", - { - "d": "M18 19v-14l-4 4" - } - ] - ], - "exposure-minus-2": [ - [ - "path", - { - "d": "M12 9a4 4 0 1 1 8 0c0 1.098 -.564 2.025 -1.159 2.815l-6.841 7.185h8" - } - ], - [ - "path", - { - "d": "M3 12h6" - } - ] - ], - "exposure-off": [ - [ - "path", - { - "d": "M4.6 19.4l7.4 -7.4m2 -2l5.4 -5.4" - } - ], - [ - "path", - { - "d": "M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405" - } - ], - [ - "path", - { - "d": "M7 9h2v2" - } - ], - [ - "path", - { - "d": "M13 16h3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "exposure-plus-1": [ - [ - "path", - { - "d": "M3 12h6" - } - ], - [ - "path", - { - "d": "M6 9v6" - } - ], - [ - "path", - { - "d": "M18 19v-14l-4 4" - } - ] - ], - "exposure-plus-2": [ - [ - "path", - { - "d": "M12 9a4 4 0 1 1 8 0c0 1.098 -.564 2.025 -1.159 2.815l-6.841 7.185h8" - } - ], - [ - "path", - { - "d": "M3 12h6" - } - ], - [ - "path", - { - "d": "M6 9v6" - } - ] - ], - "exposure": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4.6 19.4l14.8 -14.8" - } - ], - [ - "path", - { - "d": "M7 9h4m-2 -2v4" - } - ], - [ - "path", - { - "d": "M13 16l4 0" - } - ] - ], - "external-link-off": [ - [ - "path", - { - "d": "M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1" - } - ], - [ - "path", - { - "d": "M10 14l2 -2m2.007 -2.007l6 -6" - } - ], - [ - "path", - { - "d": "M15 4h5v5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "external-link": [ - [ - "path", - { - "d": "M12 6h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-6" - } - ], - [ - "path", - { - "d": "M11 13l9 -9" - } - ], - [ - "path", - { - "d": "M15 4h5v5" - } - ] - ], - "eye-bolt": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M13.1 17.936a9.28 9.28 0 0 1 -1.1 .064c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "eye-cancel": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "eye-check": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M11.102 17.957c-3.204 -.307 -5.904 -2.294 -8.102 -5.957c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6a19.5 19.5 0 0 1 -.663 1.032" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "eye-closed": [ - [ - "path", - { - "d": "M21 9c-2.4 2.667 -5.4 4 -9 4c-3.6 0 -6.6 -1.333 -9 -4" - } - ], - [ - "path", - { - "d": "M3 15l2.5 -3.8" - } - ], - [ - "path", - { - "d": "M21 14.976l-2.492 -3.776" - } - ], - [ - "path", - { - "d": "M9 17l.5 -4" - } - ], - [ - "path", - { - "d": "M15 17l-.5 -4" - } - ] - ], - "eye-code": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M11.11 17.958c-3.209 -.307 -5.91 -2.293 -8.11 -5.958c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.21 .352 -.427 .688 -.647 1.008" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "eye-cog": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "eye-discount": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6" - } - ], - [ - "path", - { - "d": "M16 21l5 -5" - } - ], - [ - "path", - { - "d": "M21 21v.01" - } - ], - [ - "path", - { - "d": "M16 16v.01" - } - ] - ], - "eye-dollar": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M13.193 17.924c-.39 .05 -.788 .076 -1.193 .076c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.005 0 5.592 1.394 7.761 4.181" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "eye-down": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "eye-edit": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M11.192 17.966c-3.242 -.28 -5.972 -2.269 -8.192 -5.966c2.4 -4 5.4 -6 9 -6c3.326 0 6.14 1.707 8.442 5.122" - } - ], - [ - "path", - { - "d": "M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" - } - ] - ], - "eye-exclamation": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M15.03 17.478a8.797 8.797 0 0 1 -3.03 .522c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6a20.48 20.48 0 0 1 -.258 .419" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "eye-filled": [ - [ - "path", - { - "d": "M12 4c4.29 0 7.863 2.429 10.665 7.154l.22 .379l.045 .1l.03 .083l.014 .055l.014 .082l.011 .1v.11l-.014 .111a.992 .992 0 0 1 -.026 .11l-.039 .108l-.036 .075l-.016 .03c-2.764 4.836 -6.3 7.38 -10.555 7.499l-.313 .004c-4.396 0 -8.037 -2.549 -10.868 -7.504a1 1 0 0 1 0 -.992c2.831 -4.955 6.472 -7.504 10.868 -7.504zm0 5a3 3 0 1 0 0 6a3 3 0 0 0 0 -6z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "eye-heart": [ - [ - "path", - { - "d": "M13.905 11.39a2 2 0 1 0 -2.855 2.37" - } - ], - [ - "path", - { - "d": "M9.992 17.779c-2.722 -.621 -5.053 -2.547 -6.992 -5.779c2.4 -4 5.4 -6 9 -6c3.332 0 6.15 1.714 8.454 5.14" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "eye-minus": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.713 1.188 -1.478 2.199 -2.296 3.034" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "eye-off": [ - [ - "path", - { - "d": "M10.585 10.587a2 2 0 0 0 2.829 2.828" - } - ], - [ - "path", - { - "d": "M16.681 16.673a8.717 8.717 0 0 1 -4.681 1.327c-3.6 0 -6.6 -2 -9 -6c1.272 -2.12 2.712 -3.678 4.32 -4.674m2.86 -1.146a9.055 9.055 0 0 1 1.82 -.18c3.6 0 6.6 2 9 6c-.666 1.11 -1.379 2.067 -2.138 2.87" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "eye-pause": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M13.022 17.945a9.308 9.308 0 0 1 -1.022 .055c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.195 .325 -.394 .636 -.596 .935" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "eye-pin": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.362 0 6.202 1.745 8.517 5.234" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "eye-plus": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "eye-question": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M14.071 17.764a8.989 8.989 0 0 1 -2.071 .236c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.346 0 6.173 1.727 8.482 5.182" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "eye-search": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 18c-.328 0 -.652 -.017 -.97 -.05c-3.172 -.332 -5.85 -2.315 -8.03 -5.95c2.4 -4 5.4 -6 9 -6c3.465 0 6.374 1.853 8.727 5.558" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "eye-share": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12.597 17.981a9.467 9.467 0 0 1 -.597 .019c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.205 .342 -.415 .67 -.63 .983" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "eye-star": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M9.608 17.682c-2.558 -.71 -4.76 -2.603 -6.608 -5.682c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "eye-table": [ - [ - "path", - { - "d": "M8 18h-.011" - } - ], - [ - "path", - { - "d": "M12 18h-.011" - } - ], - [ - "path", - { - "d": "M16 18h-.011" - } - ], - [ - "path", - { - "d": "M4 3h16" - } - ], - [ - "path", - { - "d": "M5 3v17a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-17" - } - ], - [ - "path", - { - "d": "M14 7h-4" - } - ], - [ - "path", - { - "d": "M9 15h1" - } - ], - [ - "path", - { - "d": "M14 15h1" - } - ], - [ - "path", - { - "d": "M12 11v-4" - } - ] - ], - "eye-up": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.09 .15 -.18 .295 -.27 .439" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "eye-x": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M13.048 17.942a9.298 9.298 0 0 1 -1.048 .058c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6a17.986 17.986 0 0 1 -1.362 1.975" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "eye": [ - [ - "path", - { - "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M21 12c-2.4 4 -5.4 6 -9 6c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6" - } - ] - ], - "eyeglass-2": [ - [ - "path", - { - "d": "M8 4h-2l-3 10v2.5" - } - ], - [ - "path", - { - "d": "M16 4h2l3 10v2.5" - } - ], - [ - "path", - { - "d": "M10 16l4 0" - } - ], - [ - "path", - { - "d": "M17.5 16.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" - } - ], - [ - "path", - { - "d": "M6.5 16.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" - } - ] - ], - "eyeglass-off": [ - [ - "path", - { - "d": "M5.536 5.546l-2.536 8.454" - } - ], - [ - "path", - { - "d": "M16 4h2l3 10" - } - ], - [ - "path", - { - "d": "M10 16h4" - } - ], - [ - "path", - { - "d": "M19.426 19.423a3.5 3.5 0 0 1 -5.426 -2.923v-2.5m4 0h3v2.5c0 .157 -.01 .312 -.03 .463" - } - ], - [ - "path", - { - "d": "M10 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "eyeglass": [ - [ - "path", - { - "d": "M8 4h-2l-3 10" - } - ], - [ - "path", - { - "d": "M16 4h2l3 10" - } - ], - [ - "path", - { - "d": "M10 16l4 0" - } - ], - [ - "path", - { - "d": "M21 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5" - } - ], - [ - "path", - { - "d": "M10 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5" - } - ] - ], - "face-id-error": [ - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M9 10h.01" - } - ], - [ - "path", - { - "d": "M15 10h.01" - } - ], - [ - "path", - { - "d": "M9.5 15.05a3.5 3.5 0 0 1 5 0" - } - ] - ], - "face-id": [ - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M9 10l.01 0" - } - ], - [ - "path", - { - "d": "M15 10l.01 0" - } - ], - [ - "path", - { - "d": "M9.5 15a3.5 3.5 0 0 0 5 0" - } - ] - ], - "face-mask-off": [ - [ - "path", - { - "d": "M5 14.5h-.222c-1.535 0 -2.778 -1.12 -2.778 -2.5s1.243 -2.5 2.778 -2.5h.222" - } - ], - [ - "path", - { - "d": "M19 14.5h.222c1.534 0 2.778 -1.12 2.778 -2.5s-1.244 -2.5 -2.778 -2.5h-.222" - } - ], - [ - "path", - { - "d": "M9 10h1m4 0h1" - } - ], - [ - "path", - { - "d": "M9 14h5" - } - ], - [ - "path", - { - "d": "M19 15v-6.49a2 2 0 0 0 -1.45 -1.923l-5 -1.429a2 2 0 0 0 -1.1 0l-1.788 .511m-3.118 .891l-.094 .027a2 2 0 0 0 -1.45 1.922v6.982a2 2 0 0 0 1.45 1.923l5 1.429a2 2 0 0 0 1.1 0l4.899 -1.4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "face-mask": [ - [ - "path", - { - "d": "M5 14.5h-.222c-1.535 0 -2.778 -1.12 -2.778 -2.5s1.243 -2.5 2.778 -2.5h.222" - } - ], - [ - "path", - { - "d": "M19 14.5h.222c1.534 0 2.778 -1.12 2.778 -2.5s-1.244 -2.5 -2.778 -2.5h-.222" - } - ], - [ - "path", - { - "d": "M9 10h6" - } - ], - [ - "path", - { - "d": "M9 14h6" - } - ], - [ - "path", - { - "d": "M12.55 18.843l5 -1.429a2 2 0 0 0 1.45 -1.923v-6.981a2 2 0 0 0 -1.45 -1.923l-5 -1.429a2 2 0 0 0 -1.1 0l-5 1.429a2 2 0 0 0 -1.45 1.922v6.982a2 2 0 0 0 1.45 1.923l5 1.429a2 2 0 0 0 1.1 0z" - } - ] - ], - "fall": [ - [ - "path", - { - "d": "M11 21l1 -5l-1 -4l-3 -4h4l3 -3" - } - ], - [ - "path", - { - "d": "M6 16l-1 -4l3 -4" - } - ], - [ - "path", - { - "d": "M6 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M13.5 12h2.5l4 2" - } - ] - ], - "favicon": [ - [ - "path", - { - "d": "M2 5m0 3a3 3 0 0 1 3 -3h14a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M6 10v4" - } - ], - [ - "path", - { - "d": "M11 10a2 2 0 1 0 0 4" - } - ], - [ - "path", - { - "d": "M16 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "feather-off": [ - [ - "path", - { - "d": "M4 20l8 -8" - } - ], - [ - "path", - { - "d": "M14 5v5h5" - } - ], - [ - "path", - { - "d": "M9 11v4h4" - } - ], - [ - "path", - { - "d": "M6 13v5h5" - } - ], - [ - "path", - { - "d": "M6 13l3.502 -3.502m2.023 -2.023l2.475 -2.475" - } - ], - [ - "path", - { - "d": "M19 10c.638 -.636 1 -1.515 1 -2.486a3.515 3.515 0 0 0 -3.517 -3.514c-.97 0 -1.847 .367 -2.483 1" - } - ], - [ - "path", - { - "d": "M11 18l3.499 -3.499m2.008 -2.008l2.493 -2.493" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "feather": [ - [ - "path", - { - "d": "M4 20l10 -10m0 -5v5h5m-9 -1v5h5m-9 -1v5h5m-5 -5l4 -4l4 -4" - } - ], - [ - "path", - { - "d": "M19 10c.638 -.636 1 -1.515 1 -2.486a3.515 3.515 0 0 0 -3.517 -3.514c-.97 0 -1.847 .367 -2.483 1m-3 13l4 -4l4 -4" - } - ] - ], - "fence-off": [ - [ - "path", - { - "d": "M12 12h-8v4h12m4 0v-4h-4" - } - ], - [ - "path", - { - "d": "M6 16v4h4v-4" - } - ], - [ - "path", - { - "d": "M10 12v-2m0 -4l-2 -2m-2 2v6" - } - ], - [ - "path", - { - "d": "M14 16v4h4v-2" - } - ], - [ - "path", - { - "d": "M18 12v-6l-2 -2l-2 2v4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "fence": [ - [ - "path", - { - "d": "M4 12v4h16v-4z" - } - ], - [ - "path", - { - "d": "M6 16v4h4v-4m0 -4v-6l-2 -2l-2 2v6" - } - ], - [ - "path", - { - "d": "M14 16v4h4v-4m0 -4v-6l-2 -2l-2 2v6" - } - ] - ], - "fidget-spinner": [ - [ - "path", - { - "d": "M18 16v.01" - } - ], - [ - "path", - { - "d": "M6 16v.01" - } - ], - [ - "path", - { - "d": "M12 5v.01" - } - ], - [ - "path", - { - "d": "M12 12v.01" - } - ], - [ - "path", - { - "d": "M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" - } - ] - ], - "file-3d": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M12 13.5l4 -1.5" - } - ], - [ - "path", - { - "d": "M8 11.846l4 1.654v4.5l4 -1.846v-4.308l-4 -1.846z" - } - ], - [ - "path", - { - "d": "M8 12v4.2l4 1.8" - } - ] - ], - "file-alert": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M12 17l.01 0" - } - ], - [ - "path", - { - "d": "M12 11l0 3" - } - ] - ], - "file-analytics": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M9 17l0 -5" - } - ], - [ - "path", - { - "d": "M12 17l0 -1" - } - ], - [ - "path", - { - "d": "M15 17l0 -3" - } - ] - ], - "file-arrow-left": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M15 15h-6" - } - ], - [ - "path", - { - "d": "M11.5 17.5l-2.5 -2.5l2.5 -2.5" - } - ] - ], - "file-arrow-right": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M9 15h6" - } - ], - [ - "path", - { - "d": "M12.5 17.5l2.5 -2.5l-2.5 -2.5" - } - ] - ], - "file-barcode": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M8 13h1v3h-1z" - } - ], - [ - "path", - { - "d": "M12 13v3" - } - ], - [ - "path", - { - "d": "M15 13h1v3h-1z" - } - ] - ], - "file-broken": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 7v-2a2 2 0 0 1 2 -2h7l5 5v2" - } - ], - [ - "path", - { - "d": "M19 19a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2" - } - ], - [ - "path", - { - "d": "M5 16h.01" - } - ], - [ - "path", - { - "d": "M5 13h.01" - } - ], - [ - "path", - { - "d": "M5 10h.01" - } - ], - [ - "path", - { - "d": "M19 13h.01" - } - ], - [ - "path", - { - "d": "M19 16h.01" - } - ] - ], - "file-certificate": [ - [ - "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" - } - ], - [ - "path", - { - "d": "M6 14m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M4.5 17l-1.5 5l3 -1.5l3 1.5l-1.5 -5" - } - ] - ], - "file-chart": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M12 10v4h4" - } - ], - [ - "path", - { - "d": "M12 14m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ] - ], - "file-check": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M9 15l2 2l4 -4" - } - ] - ], - "file-code-2": [ - [ - "path", - { - "d": "M10 12h-1v5h1" - } - ], - [ - "path", - { - "d": "M14 12h1v5h-1" - } - ], - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ] - ], - "file-code": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M10 13l-1 2l1 2" - } - ], - [ - "path", - { - "d": "M14 13l1 2l-1 2" - } - ] - ], - "file-cv": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M11 12.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" - } - ], - [ - "path", - { - "d": "M13 11l1.5 6l1.5 -6" - } - ] - ], - "file-database": [ - [ - "path", - { - "d": "M12 12.75m-4 0a4 1.75 0 1 0 8 0a4 1.75 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M8 12.5v3.75c0 .966 1.79 1.75 4 1.75s4 -.784 4 -1.75v-3.75" - } - ], - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ] - ], - "file-delta": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M9 17h6l-3 -6z" - } - ] - ], - "file-description": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M9 17h6" - } - ], - [ - "path", - { - "d": "M9 13h6" - } - ] - ], - "file-diff": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M12 10l0 4" - } - ], - [ - "path", - { - "d": "M10 12l4 0" - } - ], - [ - "path", - { - "d": "M10 17l4 0" - } - ] - ], - "file-digit": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M9 12m0 1a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M15 12v5" - } - ] - ], - "file-dislike": [ - [ - "path", - { - "d": "M3 14m0 1a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1z" - } - ], - [ - "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" - } - ] - ], - "file-dollar": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M14 11h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M12 17v1m0 -8v1" - } - ] - ], - "file-dots": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M9 14v.01" - } - ], - [ - "path", - { - "d": "M12 14v.01" - } - ], - [ - "path", - { - "d": "M15 14v.01" - } - ] - ], - "file-download": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M12 17v-6" - } - ], - [ - "path", - { - "d": "M9.5 14.5l2.5 2.5l2.5 -2.5" - } - ] - ], - "file-euro": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M12 14h-3" - } - ], - [ - "path", - { - "d": "M14 11.172a3 3 0 1 0 0 5.656" - } - ] - ], - "file-export": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M11.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v5m-5 6h7m-3 -3l3 3l-3 3" - } - ] - ], - "file-filled": [ - [ - "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", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M19 7h-4l-.001 -4.001z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "file-function": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M10.5 17h.333c.474 0 .87 -.323 .916 -.746l.502 -4.508c.047 -.423 .443 -.746 .916 -.746h.333" - } - ], - [ - "path", - { - "d": "M10.5 14h3" - } - ] - ], - "file-horizontal": [ - [ - "path", - { - "d": "M16 5v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M3 7v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-7l-5 -5h-11a2 2 0 0 0 -2 2z" - } - ] - ], - "file-import": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 13v-8a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-5.5m-9.5 -2h7m-3 -3l3 3l-3 3" - } - ] - ], - "file-infinity": [ - [ - "path", - { - "d": "M15.536 17.586a2.123 2.123 0 0 0 -2.929 0a1.951 1.951 0 0 0 0 2.828c.809 .781 2.12 .781 2.929 0c.809 -.781 -.805 .778 0 0l1.46 -1.41l1.46 -1.419" - } - ], - [ - "path", - { - "d": "M15.54 17.582l1.46 1.42l1.46 1.41c.809 .78 -.805 -.779 0 0s2.12 .781 2.929 0a1.951 1.951 0 0 0 0 -2.828a2.123 2.123 0 0 0 -2.929 0" - } - ], - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M9.5 21h-2.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v6" - } - ] - ], - "file-info": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M11 14h1v4h1" - } - ], - [ - "path", - { - "d": "M12 11h.01" - } - ] - ], - "file-invoice": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M9 7l1 0" - } - ], - [ - "path", - { - "d": "M9 13l6 0" - } - ], - [ - "path", - { - "d": "M13 17l2 0" - } - ] - ], - "file-lambda": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M10 17l2 -3" - } - ], - [ - "path", - { - "d": "M15 17c-2.5 0 -2.5 -6 -5 -6" - } - ] - ], - "file-like": [ - [ - "path", - { - "d": "M3 16m0 1a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1z" - } - ], - [ - "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" - } - ] - ], - "file-minus": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M9 14l6 0" - } - ] - ], - "file-music": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M11 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 16l0 -5l2 1" - } - ] - ], - "file-neutral": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2zm-7 -7h.01m3.99 0h.01m-4.01 3h4" - } - ] - ], - "file-off": [ - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M7 3h7l5 5v7m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14" - } - ] - ], - "file-orientation": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M10 21h-3a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v2" - } - ], - [ - "path", - { - "d": "M13 20h5a2 2 0 0 0 2 -2v-5" - } - ], - [ - "path", - { - "d": "M15 22l-2 -2l2 -2" - } - ], - [ - "path", - { - "d": "M18 15l2 -2l2 2" - } - ] - ], - "file-pencil": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M10 18l5 -5a1.414 1.414 0 0 0 -2 -2l-5 5v2h2z" - } - ] - ], - "file-percent": [ - [ - "path", - { - "d": "M10 17l4 -4" - } - ], - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M10 13h.01" - } - ], - [ - "path", - { - "d": "M14 17h.01" - } - ] - ], - "file-phone": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M9 12a.5 .5 0 0 0 1 0v-1a.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a.5 .5 0 0 0 0 -1h-1a.5 .5 0 0 0 0 1" - } - ] - ], - "file-plus": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M12 11l0 6" - } - ], - [ - "path", - { - "d": "M9 14l6 0" - } - ] - ], - "file-power": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M12 11l-2 3h4l-2 3" - } - ] - ], - "file-report": [ - [ - "path", - { - "d": "M17 17m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M17 13v4h4" - } - ], - [ - "path", - { - "d": "M12 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M11.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v2m0 3v4" - } - ] - ], - "file-rss": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M12 17a3 3 0 0 0 -3 -3" - } - ], - [ - "path", - { - "d": "M15 17a6 6 0 0 0 -6 -6" - } - ], - [ - "path", - { - "d": "M9 17h.01" - } - ] - ], - "file-sad": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2zm-7 -7h.01m3.99 0h.01" - } - ], - [ - "path", - { - "d": "M10 18a3.5 3.5 0 0 1 4 0" - } - ] - ], - "file-scissors": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M15 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M9 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M9 17l6 -6" - } - ], - [ - "path", - { - "d": "M15 17l-6 -6" - } - ] - ], - "file-search": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M12 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v4.5" - } - ], - [ - "path", - { - "d": "M16.5 17.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" - } - ], - [ - "path", - { - "d": "M18.5 19.5l2.5 2.5" - } - ] - ], - "file-settings": [ - [ - "path", - { - "d": "M12 14m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 10.5v1.5" - } - ], - [ - "path", - { - "d": "M12 16v1.5" - } - ], - [ - "path", - { - "d": "M15.031 12.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M10.268 15l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15 15.803l-1.285 -.773" - } - ], - [ - "path", - { - "d": "M10.285 12.97l-1.285 -.773" - } - ], - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ] - ], - "file-shredder": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M3 12l18 0" - } - ], - [ - "path", - { - "d": "M6 16l0 2" - } - ], - [ - "path", - { - "d": "M10 16l0 6" - } - ], - [ - "path", - { - "d": "M14 16l0 2" - } - ], - [ - "path", - { - "d": "M18 16l0 4" - } - ] - ], - "file-signal": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M12 14v.01" - } - ], - [ - "path", - { - "d": "M9.525 11.525a3.5 3.5 0 0 0 0 4.95m4.95 0a3.5 3.5 0 0 0 0 -4.95" - } - ] - ], - "file-smile": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2zm-7 -7h.01m3.99 0h.01" - } - ], - [ - "path", - { - "d": "M10 17a3.5 3.5 0 0 0 4 0" - } - ] - ], - "file-spreadsheet": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M8 11h8v7h-8z" - } - ], - [ - "path", - { - "d": "M8 15h8" - } - ], - [ - "path", - { - "d": "M11 11v7" - } - ] - ], - "file-stack": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M5 21h14" - } - ], - [ - "path", - { - "d": "M5 18h14" - } - ], - [ - "path", - { - "d": "M5 15h14" - } - ] - ], - "file-star": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M11.8 16.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "file-symlink": [ - [ - "path", - { - "d": "M4 21v-4a3 3 0 0 1 3 -3h5" - } - ], - [ - "path", - { - "d": "M9 17l3 -3l-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" - } - ] - ], - "file-text-ai": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M10 21h-3a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v3.5" - } - ], - [ - "path", - { - "d": "M9 9h1" - } - ], - [ - "path", - { - "d": "M9 13h2.5" - } - ], - [ - "path", - { - "d": "M9 17h1" - } - ], - [ - "path", - { - "d": "M14 21v-4a2 2 0 1 1 4 0v4" - } - ], - [ - "path", - { - "d": "M14 19h4" - } - ], - [ - "path", - { - "d": "M21 15v6" - } - ] - ], - "file-text": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M9 9l1 0" - } - ], - [ - "path", - { - "d": "M9 13l6 0" - } - ], - [ - "path", - { - "d": "M9 17l6 0" - } - ] - ], - "file-time": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M12 14m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M12 12.496v1.504l1 1" - } - ] - ], - "file-type-bmp": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M18 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6" - } - ], - [ - "path", - { - "d": "M4 21h1.5a1.5 1.5 0 0 0 0 -3h-1.5h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6z" - } - ], - [ - "path", - { - "d": "M10 21v-6l2.5 3l2.5 -3v6" - } - ] - ], - "file-type-css": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M8 16.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" - } - ], - [ - "path", - { - "d": "M11 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" - } - ], - [ - "path", - { - "d": "M17 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" - } - ] - ], - "file-type-csv": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M7 16.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" - } - ], - [ - "path", - { - "d": "M10 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" - } - ], - [ - "path", - { - "d": "M16 15l2 6l2 -6" - } - ] - ], - "file-type-doc": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M5 15v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z" - } - ], - [ - "path", - { - "d": "M20 16.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" - } - ], - [ - "path", - { - "d": "M12.5 15a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1 -3 0v-3a1.5 1.5 0 0 1 1.5 -1.5z" - } - ] - ], - "file-type-docx": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M2 15v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z" - } - ], - [ - "path", - { - "d": "M17 16.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" - } - ], - [ - "path", - { - "d": "M9.5 15a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1 -3 0v-3a1.5 1.5 0 0 1 1.5 -1.5z" - } - ], - [ - "path", - { - "d": "M19.5 15l3 6" - } - ], - [ - "path", - { - "d": "M19.5 21l3 -6" - } - ] - ], - "file-type-html": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M2 21v-6" - } - ], - [ - "path", - { - "d": "M5 15v6" - } - ], - [ - "path", - { - "d": "M2 18h3" - } - ], - [ - "path", - { - "d": "M20 15v6h2" - } - ], - [ - "path", - { - "d": "M13 21v-6l2 3l2 -3v6" - } - ], - [ - "path", - { - "d": "M7.5 15h3" - } - ], - [ - "path", - { - "d": "M9 15v6" - } - ] - ], - "file-type-jpg": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M11 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6" - } - ], - [ - "path", - { - "d": "M20 15h-1a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h1v-3" - } - ], - [ - "path", - { - "d": "M5 15h3v4.5a1.5 1.5 0 0 1 -3 0" - } - ] - ], - "file-type-js": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M3 15h3v4.5a1.5 1.5 0 0 1 -3 0" - } - ], - [ - "path", - { - "d": "M9 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1" - } - ] - ], - "file-type-jsx": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M4 15h3v4.5a1.5 1.5 0 0 1 -3 0" - } - ], - [ - "path", - { - "d": "M10 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" - } - ], - [ - "path", - { - "d": "M16 15l4 6" - } - ], - [ - "path", - { - "d": "M16 21l4 -6" - } - ] - ], - "file-type-pdf": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M5 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6" - } - ], - [ - "path", - { - "d": "M17 18h2" - } - ], - [ - "path", - { - "d": "M20 15h-3v6" - } - ], - [ - "path", - { - "d": "M11 15v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z" - } - ] - ], - "file-type-php": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M5 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6" - } - ], - [ - "path", - { - "d": "M17 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6" - } - ], - [ - "path", - { - "d": "M11 21v-6" - } - ], - [ - "path", - { - "d": "M14 15v6" - } - ], - [ - "path", - { - "d": "M11 18h3" - } - ] - ], - "file-type-png": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M20 15h-1a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h1v-3" - } - ], - [ - "path", - { - "d": "M5 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6" - } - ], - [ - "path", - { - "d": "M11 21v-6l3 6v-6" - } - ] - ], - "file-type-ppt": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6" - } - ], - [ - "path", - { - "d": "M11 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6" - } - ], - [ - "path", - { - "d": "M16.5 15h3" - } - ], - [ - "path", - { - "d": "M18 15v6" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ] - ], - "file-type-rs": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M9 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1" - } - ], - [ - "path", - { - "d": "M3 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6m3 0l-2 -3" - } - ] - ], - "file-type-sql": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M18 15v6h2" - } - ], - [ - "path", - { - "d": "M13 15a2 2 0 0 1 2 2v2a2 2 0 1 1 -4 0v-2a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M14 20l1.5 1.5" - } - ] - ], - "file-type-svg": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M4 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" - } - ], - [ - "path", - { - "d": "M10 15l2 6l2 -6" - } - ], - [ - "path", - { - "d": "M20 15h-1a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h1v-3" - } - ] - ], - "file-type-ts": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1" - } - ], - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M9 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" - } - ], - [ - "path", - { - "d": "M3.5 15h3" - } - ], - [ - "path", - { - "d": "M5 15v6" - } - ] - ], - "file-type-tsx": [ - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M16 15l4 6" - } - ], - [ - "path", - { - "d": "M16 21l4 -6" - } - ], - [ - "path", - { - "d": "M10 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" - } - ], - [ - "path", - { - "d": "M4.5 15h3" - } - ], - [ - "path", - { - "d": "M6 15v6" - } - ] - ], - "file-type-txt": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M16.5 15h3" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M4.5 15h3" - } - ], - [ - "path", - { - "d": "M6 15v6" - } - ], - [ - "path", - { - "d": "M18 15v6" - } - ], - [ - "path", - { - "d": "M10 15l4 6" - } - ], - [ - "path", - { - "d": "M10 21l4 -6" - } - ] - ], - "file-type-vue": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M4 15l2 6l2 -6" - } - ], - [ - "path", - { - "d": "M11 15v4.5a1.5 1.5 0 0 0 3 0v-4.5" - } - ], - [ - "path", - { - "d": "M20 15h-3v6h3" - } - ], - [ - "path", - { - "d": "M17 18h2" - } - ] - ], - "file-type-xls": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M4 15l4 6" - } - ], - [ - "path", - { - "d": "M4 21l4 -6" - } - ], - [ - "path", - { - "d": "M17 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" - } - ], - [ - "path", - { - "d": "M11 15v6h3" - } - ] - ], - "file-type-xml": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M4 15l4 6" - } - ], - [ - "path", - { - "d": "M4 21l4 -6" - } - ], - [ - "path", - { - "d": "M19 15v6h3" - } - ], - [ - "path", - { - "d": "M11 21v-6l2.5 3l2.5 -3v6" - } - ] - ], - "file-type-zip": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" - } - ], - [ - "path", - { - "d": "M16 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6" - } - ], - [ - "path", - { - "d": "M12 15v6" - } - ], - [ - "path", - { - "d": "M5 15h3l-3 6h3" - } - ] - ], - "file-typography": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M11 18h2" - } - ], - [ - "path", - { - "d": "M12 18v-7" - } - ], - [ - "path", - { - "d": "M9 12v-1h6v1" - } - ] - ], - "file-unknown": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ], - [ - "path", - { - "d": "M12 14a1.5 1.5 0 1 0 -1.14 -2.474" - } - ] - ], - "file-upload": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M12 11v6" - } - ], - [ - "path", - { - "d": "M9.5 13.5l2.5 -2.5l2.5 2.5" - } - ] - ], - "file-vector": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M9.5 16.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" - } - ], - [ - "path", - { - "d": "M14.5 12.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M9.5 15a2.5 2.5 0 0 1 2.5 -2.5h1" - } - ] - ], - "file-x-filled": [ - [ - "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", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M19 7h-4l-.001 -4.001z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "file-x": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M10 12l4 4m0 -4l-4 4" - } - ] - ], - "file-zip": [ - [ - "path", - { - "d": "M6 20.735a2 2 0 0 1 -1 -1.735v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1" - } - ], - [ - "path", - { - "d": "M11 17a2 2 0 0 1 2 2v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M11 5l-1 0" - } - ], - [ - "path", - { - "d": "M13 7l-1 0" - } - ], - [ - "path", - { - "d": "M11 9l-1 0" - } - ], - [ - "path", - { - "d": "M13 11l-1 0" - } - ], - [ - "path", - { - "d": "M11 13l-1 0" - } - ], - [ - "path", - { - "d": "M13 15l-1 0" - } - ] - ], - "file": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" - } - ] - ], - "files-off": [ - [ - "path", - { - "d": "M15 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M17 17h-6a2 2 0 0 1 -2 -2v-6m0 -4a2 2 0 0 1 2 -2h4l5 5v7c0 .294 -.063 .572 -.177 .823" - } - ], - [ - "path", - { - "d": "M16 17v2a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "files": [ - [ - "path", - { - "d": "M15 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M18 17h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h4l5 5v7a2 2 0 0 1 -2 2z" - } - ], - [ - "path", - { - "d": "M16 17v2a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" - } - ] - ], - "filter-bolt": [ - [ - "path", - { - "d": "M12.991 19.67l-3.991 1.33v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "filter-cancel": [ - [ - "path", - { - "d": "M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "filter-check": [ - [ - "path", - { - "d": "M11.18 20.274l-2.18 .726v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "filter-code": [ - [ - "path", - { - "d": "M11.19 20.27l-2.19 .73v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "filter-cog": [ - [ - "path", - { - "d": "M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "filter-discount": [ - [ - "path", - { - "d": "M12.705 19.765l-3.705 1.235v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v.5" - } - ], - [ - "path", - { - "d": "M16 21l5 -5" - } - ], - [ - "path", - { - "d": "M21 21v.01" - } - ], - [ - "path", - { - "d": "M16 16v.01" - } - ] - ], - "filter-dollar": [ - [ - "path", - { - "d": "M13.25 19.583l-4.25 1.417v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "filter-down": [ - [ - "path", - { - "d": "M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "filter-edit": [ - [ - "path", - { - "d": "M10.97 20.344l-1.97 .656v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5" - } - ], - [ - "path", - { - "d": "M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" - } - ] - ], - "filter-exclamation": [ - [ - "path", - { - "d": "M4 4h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v7l-6 2v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227z" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "filter-filled": [ - [ - "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", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "filter-heart": [ - [ - "path", - { - "d": "M10.888 20.37l-1.888 .63v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-3.503 3.503" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "filter-minus": [ - [ - "path", - { - "d": "M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "filter-off": [ - [ - "path", - { - "d": "M8 4h12v2.172a2 2 0 0 1 -.586 1.414l-3.914 3.914m-.5 3.5v4l-6 2v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "filter-pause": [ - [ - "path", - { - "d": "M12.97 19.677l-3.97 1.323v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "filter-pin": [ - [ - "path", - { - "d": "M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "filter-plus": [ - [ - "path", - { - "d": "M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "filter-question": [ - [ - "path", - { - "d": "M15 19l-6 2v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "filter-search": [ - [ - "path", - { - "d": "M11.36 20.213l-2.36 .787v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "filter-share": [ - [ - "path", - { - "d": "M12.713 19.762l-3.713 1.238v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "filter-star": [ - [ - "path", - { - "d": "M11.042 20.32l-2.042 .68v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "filter-up": [ - [ - "path", - { - "d": "M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v2" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "filter-x": [ - [ - "path", - { - "d": "M13.758 19.414l-4.758 1.586v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "filter": [ - [ - "path", - { - "d": "M4 4h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v7l-6 2v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227z" - } - ] - ], - "filters": [ - [ - "path", - { - "d": "M12 8m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M8 11a5 5 0 1 0 3.998 1.997" - } - ], - [ - "path", - { - "d": "M12.002 19.003a5 5 0 1 0 3.998 -8.003" - } - ] - ], - "fingerprint-off": [ - [ - "path", - { - "d": "M18.9 7a8 8 0 0 1 1.1 5v1a6 6 0 0 0 .8 3" - } - ], - [ - "path", - { - "d": "M8 11c0 -.848 .264 -1.634 .713 -2.28m2.4 -1.621a4 4 0 0 1 4.887 3.901l0 1" - } - ], - [ - "path", - { - "d": "M12 12v1a14 14 0 0 0 2.5 8" - } - ], - [ - "path", - { - "d": "M8 15a18 18 0 0 0 1.8 6" - } - ], - [ - "path", - { - "d": "M4.9 19a22 22 0 0 1 -.9 -7v-1a8 8 0 0 1 1.854 -5.143m2.176 -1.825a8 8 0 0 1 7.97 .018" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "fingerprint-scan": [ - [ - "path", - { - "d": "M9 11a3 3 0 0 1 6 0c0 1.657 .612 3.082 1 4" - } - ], - [ - "path", - { - "d": "M12 11v1.75c-.001 1.11 .661 2.206 1 3.25" - } - ], - [ - "path", - { - "d": "M9 14.25c.068 .58 .358 1.186 .5 1.75" - } - ], - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ] - ], - "fingerprint": [ - [ - "path", - { - "d": "M18.9 7a8 8 0 0 1 1.1 5v1a6 6 0 0 0 .8 3" - } - ], - [ - "path", - { - "d": "M8 11a4 4 0 0 1 8 0v1a10 10 0 0 0 2 6" - } - ], - [ - "path", - { - "d": "M12 11v2a14 14 0 0 0 2.5 8" - } - ], - [ - "path", - { - "d": "M8 15a18 18 0 0 0 1.8 6" - } - ], - [ - "path", - { - "d": "M4.9 19a22 22 0 0 1 -.9 -7v-1a8 8 0 0 1 12 -6.95" - } - ] - ], - "fire-extinguisher": [ - [ - "path", - { - "d": "M12 7a4 4 0 0 1 4 4v9a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-9a4 4 0 0 1 4 -4z" - } - ], - [ - "path", - { - "d": "M9 16h6" - } - ], - [ - "path", - { - "d": "M12 7v-3" - } - ], - [ - "path", - { - "d": "M16 5l-4 -1l4 -1" - } - ], - [ - "path", - { - "d": "M12 4h-3a3 3 0 0 0 -3 3" - } - ] - ], - "fire-hydrant-off": [ - [ - "path", - { - "d": "M5 21h14" - } - ], - [ - "path", - { - "d": "M17 21v-4m2 -2v-2a1 1 0 0 0 -1 -1h-1v-4a5 5 0 0 0 -8.533 -3.538m-1.387 2.638a5.03 5.03 0 0 0 -.08 .9v4h-1a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h1v5" - } - ], - [ - "path", - { - "d": "M12 12a2 2 0 1 0 2 2" - } - ], - [ - "path", - { - "d": "M6 8h2m4 0h6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "fire-hydrant": [ - [ - "path", - { - "d": "M5 21h14" - } - ], - [ - "path", - { - "d": "M17 21v-5h1a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-1v-4a5 5 0 0 0 -10 0v4h-1a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h1v5" - } - ], - [ - "path", - { - "d": "M12 14m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 8h12" - } - ] - ], - "firetruck": [ - [ - "path", - { - "d": "M5 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 18h8m4 0h2v-6a5 5 0 0 0 -5 -5h-1l1.5 5h4.5" - } - ], - [ - "path", - { - "d": "M12 18v-11h3" - } - ], - [ - "path", - { - "d": "M3 17l0 -5l9 0" - } - ], - [ - "path", - { - "d": "M3 9l18 -6" - } - ], - [ - "path", - { - "d": "M6 12l0 -4" - } - ] - ], - "first-aid-kit-off": [ - [ - "path", - { - "d": "M8.595 4.577a2 2 0 0 1 1.405 -.577h4a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M12 8h6a2 2 0 0 1 2 2v6m-.576 3.405a2 2 0 0 1 -1.424 .595h-12a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M10 14h4" - } - ], - [ - "path", - { - "d": "M12 12v4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "first-aid-kit": [ - [ - "path", - { - "d": "M8 8v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M4 8m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 14h4" - } - ], - [ - "path", - { - "d": "M12 12v4" - } - ] - ], - "fish-bone": [ - [ - "path", - { - "d": "M16.69 7.44a6.973 6.973 0 0 0 -1.69 4.56a6.97 6.97 0 0 0 1.699 4.571c1.914 -.684 3.691 -2.183 5.301 -4.565c-1.613 -2.384 -3.394 -3.883 -5.312 -4.565" - } - ], - [ - "path", - { - "d": "M2 9.504a40.73 40.73 0 0 0 2.422 2.504a39.679 39.679 0 0 0 -2.422 2.498" - } - ], - [ - "path", - { - "d": "M18 11v.01" - } - ], - [ - "path", - { - "d": "M4.422 12h10.578" - } - ], - [ - "path", - { - "d": "M7 10v4" - } - ], - [ - "path", - { - "d": "M11 8v8" - } - ] - ], - "fish-christianity": [ - [ - "path", - { - "d": "M22 7s-5.646 10 -12.308 10c-3.226 .025 -6.194 -1.905 -7.692 -5c1.498 -3.095 4.466 -5.025 7.692 -5c6.662 0 12.308 10 12.308 10" - } - ] - ], - "fish-hook-off": [ - [ - "path", - { - "d": "M16 9v3m-.085 3.924a5 5 0 0 1 -9.915 -.924v-4l3 3" - } - ], - [ - "path", - { - "d": "M16 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M16 5v-2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "fish-hook": [ - [ - "path", - { - "d": "M16 9v6a5 5 0 0 1 -10 0v-4l3 3" - } - ], - [ - "path", - { - "d": "M16 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M16 5v-2" - } - ] - ], - "fish-off": [ - [ - "path", - { - "d": "M16.69 7.44a6.973 6.973 0 0 0 -1.63 3.635" - } - ], - [ - "path", - { - "d": "M2 9.504c5.307 5.948 10.293 8.57 14.597 7.1m2.583 -1.449c.988 -.788 1.93 -1.836 2.82 -3.153c-3 -4.443 -6.596 -5.812 -10.564 -4.548m-2.764 1.266c-2.145 1.266 -4.378 3.215 -6.672 5.786" - } - ], - [ - "path", - { - "d": "M18 11v.01" - } - ], - [ - "path", - { - "d": "M11.153 11.169c-.287 .777 -.171 1.554 .347 2.331" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "fish": [ - [ - "path", - { - "d": "M16.69 7.44a6.973 6.973 0 0 0 -1.69 4.56c0 1.747 .64 3.345 1.699 4.571" - } - ], - [ - "path", - { - "d": "M2 9.504c7.715 8.647 14.75 10.265 20 2.498c-5.25 -7.761 -12.285 -6.142 -20 2.504" - } - ], - [ - "path", - { - "d": "M18 11v.01" - } - ], - [ - "path", - { - "d": "M11.5 10.5c-.667 1 -.667 2 0 3" - } - ] - ], - "flag-2-filled": [ - [ - "path", - { - "d": "M19 4a1 1 0 0 1 .993 .883l.007 .117v9a1 1 0 0 1 -.883 .993l-.117 .007h-13v6a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 1 -.993 -.883l-.007 -.117v-16a1 1 0 0 1 .883 -.993l.117 -.007h14z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "flag-2-off": [ - [ - "path", - { - "d": "M5 14h9m4 0h1v-9h-10m-4 0v16" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "flag-2": [ - [ - "path", - { - "d": "M5 14h14v-9h-14v16" - } - ] - ], - "flag-3-filled": [ - [ - "path", - { - "d": "M19 4c.852 0 1.297 .986 .783 1.623l-.076 .084l-3.792 3.793l3.792 3.793c.603 .602 .22 1.614 -.593 1.701l-.114 .006h-13v6a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 1 -.993 -.883l-.007 -.117v-16a1 1 0 0 1 .883 -.993l.117 -.007h14z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "flag-3": [ - [ - "path", - { - "d": "M5 14h14l-4.5 -4.5l4.5 -4.5h-14v16" - } - ] - ], - "flag-bolt": [ - [ - "path", - { - "d": "M14.673 15.36a4.978 4.978 0 0 1 -2.673 -1.36a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "flag-cancel": [ - [ - "path", - { - "d": "M13.342 14.941a4.993 4.993 0 0 1 -1.342 -.941a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "flag-check": [ - [ - "path", - { - "d": "M13.767 15.12a4.983 4.983 0 0 1 -1.767 -1.12a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8.5" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "flag-code": [ - [ - "path", - { - "d": "M13.41 14.973a4.991 4.991 0 0 1 -1.41 -.973a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "flag-cog": [ - [ - "path", - { - "d": "M12.901 14.702a5.014 5.014 0 0 1 -.901 -.702a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6.5" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "flag-discount": [ - [ - "path", - { - "d": "M12.804 14.641a5.02 5.02 0 0 1 -.804 -.641a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ], - [ - "path", - { - "d": "M16 21l5 -5" - } - ], - [ - "path", - { - "d": "M21 21v.01" - } - ], - [ - "path", - { - "d": "M16 16v.01" - } - ] - ], - "flag-dollar": [ - [ - "path", - { - "d": "M13.222 14.882a4.998 4.998 0 0 1 -1.222 -.882a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v5" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "flag-down": [ - [ - "path", - { - "d": "M14.434 15.315a4.978 4.978 0 0 1 -2.434 -1.315a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "flag-exclamation": [ - [ - "path", - { - "d": "M15.035 15.408a4.98 4.98 0 0 1 -3.035 -1.408a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "flag-filled": [ - [ - "path", - { - "d": "M4 5a1 1 0 0 1 .3 -.714a6 6 0 0 1 8.213 -.176l.351 .328a4 4 0 0 0 5.272 0l.249 -.227c.61 -.483 1.527 -.097 1.61 .676l.005 .113v9a1 1 0 0 1 -.3 .714a6 6 0 0 1 -8.213 .176l-.351 -.328a4 4 0 0 0 -5.136 -.114v6.552a1 1 0 0 1 -1.993 .117l-.007 -.117v-16z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "flag-heart": [ - [ - "path", - { - "d": "M11.33 13.447a5.001 5.001 0 0 0 -6.33 .553v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "flag-minus": [ - [ - "path", - { - "d": "M14.373 15.301a4.978 4.978 0 0 1 -2.373 -1.301a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v9" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "flag-off": [ - [ - "path", - { - "d": "M5 5v16" - } - ], - [ - "path", - { - "d": "M19 5v9" - } - ], - [ - "path", - { - "d": "M7.641 3.645a5 5 0 0 1 4.359 1.355a5 5 0 0 0 7 0" - } - ], - [ - "path", - { - "d": "M5 14a5 5 0 0 1 7 0a4.984 4.984 0 0 0 3.437 1.429m3.019 -.966c.19 -.14 .371 -.294 .544 -.463" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "flag-pause": [ - [ - "path", - { - "d": "M13.536 15.029a4.987 4.987 0 0 1 -1.536 -1.029a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8.5" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "flag-pin": [ - [ - "path", - { - "d": "M12.857 14.675a5.016 5.016 0 0 1 -.857 -.675a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "flag-plus": [ - [ - "path", - { - "d": "M14.433 15.315a4.978 4.978 0 0 1 -2.433 -1.315a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "flag-question": [ - [ - "path", - { - "d": "M13.5 15a4.914 4.914 0 0 1 -1.5 -1a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "flag-search": [ - [ - "path", - { - "d": "M12 14a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "flag-share": [ - [ - "path", - { - "d": "M13.13 14.833a5.002 5.002 0 0 1 -1.13 -.833a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "flag-star": [ - [ - "path", - { - "d": "M11.475 13.551a5.001 5.001 0 0 0 -6.475 .449v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v5" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "flag-up": [ - [ - "path", - { - "d": "M14.138 15.241a4.979 4.979 0 0 1 -2.138 -1.241a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "flag-x": [ - [ - "path", - { - "d": "M13.533 15.028a4.988 4.988 0 0 1 -1.533 -1.028a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8.5" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "flag": [ - [ - "path", - { - "d": "M5 5a5 5 0 0 1 7 0a5 5 0 0 0 7 0v9a5 5 0 0 1 -7 0a5 5 0 0 0 -7 0v-9z" - } - ], - [ - "path", - { - "d": "M5 21v-7" - } - ] - ], - "flame-off": [ - [ - "path", - { - "d": "M8.973 8.974c-.335 .378 -.67 .716 -.973 1.026c-1.226 1.26 -2 3.24 -2 5a6 6 0 0 0 11.472 2.466m.383 -3.597c-.32 -1.409 -1.122 -3.045 -1.855 -3.869c-.281 .472 -.543 .87 -.79 1.202m-2.358 -2.35c-.068 -2.157 -1.182 -4.184 -1.852 -4.852c0 .968 -.18 1.801 -.465 2.527" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "flame": [ - [ - "path", - { - "d": "M12 12c2 -2.96 0 -7 -1 -8c0 3.038 -1.773 4.741 -3 6c-1.226 1.26 -2 3.24 -2 5a6 6 0 1 0 12 0c0 -1.532 -1.056 -3.94 -2 -5c-1.786 3 -2.791 3 -4 2z" - } - ] - ], - "flare": [ - [ - "path", - { - "d": "M12 3l3 6l6 3l-6 3l-3 6l-3 -6l-6 -3l6 -3z" - } - ] - ], - "flask-2-filled": [ - [ - "path", - { - "d": "M15 2a1 1 0 0 1 0 2v5.674l.062 .03a7 7 0 0 1 3.85 5.174l.037 .262a7 7 0 0 1 -3.078 6.693a1 1 0 0 1 -.553 .167h-6.635a1 1 0 0 1 -.552 -.166a7 7 0 0 1 .807 -12.134l.062 -.028v-5.672a1 1 0 1 1 0 -2h6zm-2 2h-2v6.34a1 1 0 0 1 -.551 .894l-.116 .049a5 5 0 0 0 -2.92 2.717h9.172a5 5 0 0 0 -2.918 -2.715a1 1 0 0 1 -.667 -.943v-6.342z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "flask-2-off": [ - [ - "path", - { - "d": "M6.1 15h8.9" - } - ], - [ - "path", - { - "d": "M17.742 17.741a6 6 0 0 1 -2.424 3.259h-6.635a6 6 0 0 1 1.317 -10.66v-.326m0 -4.014v-3h4v7m.613 .598a6 6 0 0 1 2.801 2.817" - } - ], - [ - "path", - { - "d": "M9 3h6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "flask-2": [ - [ - "path", - { - "d": "M6.1 15h11.8" - } - ], - [ - "path", - { - "d": "M14 3v7.342a6 6 0 0 1 1.318 10.658h-6.635a6 6 0 0 1 1.317 -10.66v-7.34h4z" - } - ], - [ - "path", - { - "d": "M9 3h6" - } - ] - ], - "flask-filled": [ - [ - "path", - { - "d": "M15 2a1 1 0 0 1 0 2v4.826l3.932 10.814l.034 .077a1.7 1.7 0 0 1 -.002 1.193l-.07 .162a1.7 1.7 0 0 1 -1.213 .911l-.181 .017h-11l-.181 -.017a1.7 1.7 0 0 1 -1.285 -2.266l.039 -.09l3.927 -10.804v-4.823a1 1 0 1 1 0 -2h6zm-2 2h-2v4h2v-4z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "flask-off": [ - [ - "path", - { - "d": "M9 3h6" - } - ], - [ - "path", - { - "d": "M13 9h1" - } - ], - [ - "path", - { - "d": "M10 3v3m-.268 3.736l-3.732 10.264a.7 .7 0 0 0 .5 1h11a.7 .7 0 0 0 .5 -1l-1.143 -3.142m-2.288 -6.294l-.569 -1.564v-6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "flask": [ - [ - "path", - { - "d": "M9 3l6 0" - } - ], - [ - "path", - { - "d": "M10 9l4 0" - } - ], - [ - "path", - { - "d": "M10 3v6l-4 11a.7 .7 0 0 0 .5 1h11a.7 .7 0 0 0 .5 -1l-4 -11v-6" - } - ] - ], - "flip-flops": [ - [ - "path", - { - "d": "M18 4c2.21 0 4 1.682 4 3.758c0 .078 0 .156 -.008 .234l-.6 9.014c-.11 1.683 -1.596 3 -3.392 3s-3.28 -1.311 -3.392 -3l-.6 -9.014c-.138 -2.071 1.538 -3.855 3.743 -3.985a4.15 4.15 0 0 1 .25 -.007z" - } - ], - [ - "path", - { - "d": "M14.5 14c1 -3.333 2.167 -5 3.5 -5c1.333 0 2.5 1.667 3.5 5" - } - ], - [ - "path", - { - "d": "M18 16v1" - } - ], - [ - "path", - { - "d": "M6 4c2.21 0 4 1.682 4 3.758c0 .078 0 .156 -.008 .234l-.6 9.014c-.11 1.683 -1.596 3 -3.392 3s-3.28 -1.311 -3.392 -3l-.6 -9.014c-.138 -2.071 1.538 -3.855 3.742 -3.985c.084 0 .167 -.007 .25 -.007z" - } - ], - [ - "path", - { - "d": "M2.5 14c1 -3.333 2.167 -5 3.5 -5c1.333 0 2.5 1.667 3.5 5" - } - ], - [ - "path", - { - "d": "M6 16v1" - } - ] - ], - "flip-horizontal": [ - [ - "path", - { - "d": "M3 12l18 0" - } - ], - [ - "path", - { - "d": "M7 16l10 0l-10 5l0 -5" - } - ], - [ - "path", - { - "d": "M7 8l10 0l-10 -5l0 5" - } - ] - ], - "flip-vertical": [ - [ - "path", - { - "d": "M12 3l0 18" - } - ], - [ - "path", - { - "d": "M16 7l0 10l5 0l-5 -10" - } - ], - [ - "path", - { - "d": "M8 7l0 10l-5 0l5 -10" - } - ] - ], - "float-center": [ - [ - "path", - { - "d": "M9 5m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M4 7l1 0" - } - ], - [ - "path", - { - "d": "M4 11l1 0" - } - ], - [ - "path", - { - "d": "M19 7l1 0" - } - ], - [ - "path", - { - "d": "M19 11l1 0" - } - ], - [ - "path", - { - "d": "M4 15l16 0" - } - ], - [ - "path", - { - "d": "M4 19l16 0" - } - ] - ], - "float-left": [ - [ - "path", - { - "d": "M4 5m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M14 7l6 0" - } - ], - [ - "path", - { - "d": "M14 11l6 0" - } - ], - [ - "path", - { - "d": "M4 15l16 0" - } - ], - [ - "path", - { - "d": "M4 19l16 0" - } - ] - ], - "float-none": [ - [ - "path", - { - "d": "M4 5m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M4 15l16 0" - } - ], - [ - "path", - { - "d": "M4 19l16 0" - } - ] - ], - "float-right": [ - [ - "path", - { - "d": "M14 5m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M4 7l6 0" - } - ], - [ - "path", - { - "d": "M4 11l6 0" - } - ], - [ - "path", - { - "d": "M4 15l16 0" - } - ], - [ - "path", - { - "d": "M4 19l16 0" - } - ] - ], - "flower-off": [ - [ - "path", - { - "d": "M9.875 9.882a3 3 0 0 0 4.247 4.238m.581 -3.423a3.012 3.012 0 0 0 -1.418 -1.409" - } - ], - [ - "path", - { - "d": "M9 5a3 3 0 0 1 6 0c0 .562 -.259 1.442 -.776 2.64l-.724 1.36l1.76 -1.893c.499 -.6 .922 -1 1.27 -1.205a2.968 2.968 0 0 1 4.07 1.099a3.011 3.011 0 0 1 -1.09 4.098c-.374 .217 -.99 .396 -1.846 .535l-1.779 .244m.292 .282l1.223 .166c1 .145 1.698 .337 2.11 .576a3.011 3.011 0 0 1 1.226 3.832m-2.277 1.733a2.968 2.968 0 0 1 -1.929 -.369c-.348 -.202 -.771 -.604 -1.27 -1.205l-1.76 -1.893l.724 1.36c.516 1.199 .776 2.079 .776 2.64a3 3 0 0 1 -6 0c0 -.562 .259 -1.442 .776 -2.64l.724 -1.36l-1.76 1.893c-.499 .601 -.922 1 -1.27 1.205a2.968 2.968 0 0 1 -4.07 -1.098a3.011 3.011 0 0 1 1.09 -4.098c.374 -.218 .99 -.396 1.846 -.536l2.664 -.366l-2.4 -.325c-1 -.145 -1.698 -.337 -2.11 -.576a3.011 3.011 0 0 1 -1.09 -4.099a2.968 2.968 0 0 1 2.134 -1.467" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "flower": [ - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M12 2a3 3 0 0 1 3 3c0 .562 -.259 1.442 -.776 2.64l-.724 1.36l1.76 -1.893c.499 -.6 .922 -1 1.27 -1.205a2.968 2.968 0 0 1 4.07 1.099a3.011 3.011 0 0 1 -1.09 4.098c-.374 .217 -.99 .396 -1.846 .535l-2.664 .366l2.4 .326c1 .145 1.698 .337 2.11 .576a3.011 3.011 0 0 1 1.09 4.098a2.968 2.968 0 0 1 -4.07 1.098c-.348 -.202 -.771 -.604 -1.27 -1.205l-1.76 -1.893l.724 1.36c.516 1.199 .776 2.079 .776 2.64a3 3 0 0 1 -6 0c0 -.562 .259 -1.442 .776 -2.64l.724 -1.36l-1.76 1.893c-.499 .601 -.922 1 -1.27 1.205a2.968 2.968 0 0 1 -4.07 -1.098a3.011 3.011 0 0 1 1.09 -4.098c.374 -.218 .99 -.396 1.846 -.536l2.664 -.366l-2.4 -.325c-1 -.145 -1.698 -.337 -2.11 -.576a3.011 3.011 0 0 1 -1.09 -4.099a2.968 2.968 0 0 1 4.07 -1.099c.348 .203 .771 .604 1.27 1.205l1.76 1.894c-1 -2.292 -1.5 -3.625 -1.5 -4a3 3 0 0 1 3 -3z" - } - ] - ], - "focus-2": [ - [ - "circle", - { - "cx": "12", - "cy": "12", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M12 3l0 2" - } - ], - [ - "path", - { - "d": "M3 12l2 0" - } - ], - [ - "path", - { - "d": "M12 19l0 2" - } - ], - [ - "path", - { - "d": "M19 12l2 0" - } - ] - ], - "focus-auto": [ - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M10 15v-4a2 2 0 1 1 4 0v4" - } - ], - [ - "path", - { - "d": "M10 13h4" - } - ] - ], - "focus-centered": [ - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ] - ], - "focus": [ - [ - "circle", - { - "cx": "12", - "cy": "12", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "fold-down": [ - [ - "path", - { - "d": "M12 11v8l3 -3m-6 0l3 3" - } - ], - [ - "path", - { - "d": "M9 7l1 0" - } - ], - [ - "path", - { - "d": "M14 7l1 0" - } - ], - [ - "path", - { - "d": "M19 7l1 0" - } - ], - [ - "path", - { - "d": "M4 7l1 0" - } - ] - ], - "fold-up": [ - [ - "path", - { - "d": "M12 13v-8l-3 3m6 0l-3 -3" - } - ], - [ - "path", - { - "d": "M9 17l1 0" - } - ], - [ - "path", - { - "d": "M14 17l1 0" - } - ], - [ - "path", - { - "d": "M19 17l1 0" - } - ], - [ - "path", - { - "d": "M4 17l1 0" - } - ] - ], - "fold": [ - [ - "path", - { - "d": "M12 3v6l3 -3m-6 0l3 3" - } - ], - [ - "path", - { - "d": "M12 21v-6l3 3m-6 0l3 -3" - } - ], - [ - "path", - { - "d": "M4 12l1 0" - } - ], - [ - "path", - { - "d": "M9 12l1 0" - } - ], - [ - "path", - { - "d": "M14 12l1 0" - } - ], - [ - "path", - { - "d": "M19 12l1 0" - } - ] - ], - "folder-bolt": [ - [ - "path", - { - "d": "M13 19h-8a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "folder-cancel": [ - [ - "path", - { - "d": "M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "folder-check": [ - [ - "path", - { - "d": "M11 19h-6a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "folder-code": [ - [ - "path", - { - "d": "M11 19h-6a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "folder-cog": [ - [ - "path", - { - "d": "M12.5 19h-7.5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "folder-dollar": [ - [ - "path", - { - "d": "M13.5 19h-8.5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v1.5" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "folder-down": [ - [ - "path", - { - "d": "M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "folder-exclamation": [ - [ - "path", - { - "d": "M15 19h-10a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "folder-filled": [ - [ - "path", - { - "d": "M9 3a1 1 0 0 1 .608 .206l.1 .087l2.706 2.707h6.586a3 3 0 0 1 2.995 2.824l.005 .176v8a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-11a3 3 0 0 1 2.824 -2.995l.176 -.005h4z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "folder-heart": [ - [ - "path", - { - "d": "M10.5 19h-5.5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "folder-minus": [ - [ - "path", - { - "d": "M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "folder-off": [ - [ - "path", - { - "d": "M8 4h1l3 3h7a2 2 0 0 1 2 2v8m-2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 1.189 -1.829" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "folder-open": [ - [ - "path", - { - "d": "M5 19l2.757 -7.351a1 1 0 0 1 .936 -.649h12.307a1 1 0 0 1 .986 1.164l-.996 5.211a2 2 0 0 1 -1.964 1.625h-14.026a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2" - } - ] - ], - "folder-pause": [ - [ - "path", - { - "d": "M13 19h-8a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "folder-pin": [ - [ - "path", - { - "d": "M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2.5" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "folder-plus": [ - [ - "path", - { - "d": "M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "folder-question": [ - [ - "path", - { - "d": "M15 19h-10a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2.5" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "folder-root": [ - [ - "path", - { - "d": "M12 13m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 15v4" - } - ], - [ - "path", - { - "d": "M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2" - } - ] - ], - "folder-search": [ - [ - "path", - { - "d": "M11 19h-6a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2.5" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "folder-share": [ - [ - "path", - { - "d": "M13 19h-8a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "folder-star": [ - [ - "path", - { - "d": "M10 19h-5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2.5" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "folder-symlink": [ - [ - "path", - { - "d": "M3 21v-4a3 3 0 0 1 3 -3h5" - } - ], - [ - "path", - { - "d": "M8 17l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M3 11v-5a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8" - } - ] - ], - "folder-up": [ - [ - "path", - { - "d": "M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "folder-x": [ - [ - "path", - { - "d": "M13.5 19h-8.5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "folder": [ - [ - "path", - { - "d": "M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2" - } - ] - ], - "folders-off": [ - [ - "path", - { - "d": "M17 17h-8a2 2 0 0 1 -2 -2v-8m1.177 -2.823c.251 -.114 .53 -.177 .823 -.177h3l2 2h5a2 2 0 0 1 2 2v7c0 .55 -.223 1.05 -.583 1.411" - } - ], - [ - "path", - { - "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "folders": [ - [ - "path", - { - "d": "M9 4h3l2 2h5a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2" - } - ] - ], - "forbid-2-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.293 4.953a1 1 0 0 0 -1.414 0l-6 6l-.083 .094a1 1 0 0 0 1.497 1.32l6 -6l.083 -.094a1 1 0 0 0 -.083 -1.32z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "forbid-2": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 15l6 -6" - } - ] - ], - "forbid-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-7.387 4.87a1 1 0 0 0 -1.32 1.497l6 6l.094 .083a1 1 0 0 0 1.32 -1.497l-6 -6z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "forbid": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 9l6 6" - } - ] - ], - "forklift": [ - [ - "path", - { - "d": "M5 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M14 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 17l5 0" - } - ], - [ - "path", - { - "d": "M3 17v-6h13v6" - } - ], - [ - "path", - { - "d": "M5 11v-4h4" - } - ], - [ - "path", - { - "d": "M9 11v-6h4l3 6" - } - ], - [ - "path", - { - "d": "M22 15h-3v-10" - } - ], - [ - "path", - { - "d": "M16 13l3 0" - } - ] - ], - "forms": [ - [ - "path", - { - "d": "M12 3a3 3 0 0 0 -3 3v12a3 3 0 0 0 3 3" - } - ], - [ - "path", - { - "d": "M6 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3" - } - ], - [ - "path", - { - "d": "M13 7h7a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-7" - } - ], - [ - "path", - { - "d": "M5 7h-1a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h1" - } - ], - [ - "path", - { - "d": "M17 12h.01" - } - ], - [ - "path", - { - "d": "M13 12h.01" - } - ] - ], - "fountain-filled": [ - [ - "path", - { - "d": "M15 2a4 4 0 0 1 4 4a1 1 0 0 1 -1.993 .117l-.007 -.117a2 2 0 0 0 -3.995 -.15l-.005 .15v9h1v-4a3 3 0 0 1 6 0a1 1 0 0 1 -1.993 .117l-.007 -.117a1 1 0 0 0 -1.993 -.117l-.007 .117v4h5a1 1 0 0 1 .993 .883l.007 .117v2a4 4 0 0 1 -3.8 3.995l-.2 .005h-12a4 4 0 0 1 -3.995 -3.8l-.005 -.2v-2a1 1 0 0 1 .883 -.993l.117 -.007h5v-4a1 1 0 0 0 -1.993 -.117l-.007 .117a1 1 0 0 1 -2 0a3 3 0 0 1 5.995 -.176l.005 .176v4h1v-9a2 2 0 1 0 -4 0a1 1 0 1 1 -2 0a4 4 0 0 1 7.001 -2.645a3.983 3.983 0 0 1 2.999 -1.355z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "fountain-off": [ - [ - "path", - { - "d": "M9 16v-5a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M15 16v-1m0 -4a2 2 0 1 1 4 0" - } - ], - [ - "path", - { - "d": "M12 16v-4m0 -4v-2a3 3 0 0 1 6 0" - } - ], - [ - "path", - { - "d": "M7.451 3.43a3 3 0 0 1 4.549 2.57" - } - ], - [ - "path", - { - "d": "M20 16h1v1m-.871 3.114a2.99 2.99 0 0 1 -2.129 .886h-12a3 3 0 0 1 -3 -3v-2h13" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "fountain": [ - [ - "path", - { - "d": "M9 16v-5a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M15 16v-5a2 2 0 1 1 4 0" - } - ], - [ - "path", - { - "d": "M12 16v-10a3 3 0 0 1 6 0" - } - ], - [ - "path", - { - "d": "M6 6a3 3 0 0 1 6 0" - } - ], - [ - "path", - { - "d": "M3 16h18v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-2z" - } - ] - ], - "frame-off": [ - [ - "path", - { - "d": "M4 7h3m4 0h9" - } - ], - [ - "path", - { - "d": "M4 17h13" - } - ], - [ - "path", - { - "d": "M7 7v13" - } - ], - [ - "path", - { - "d": "M17 4v9m0 4v3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "frame": [ - [ - "path", - { - "d": "M4 7l16 0" - } - ], - [ - "path", - { - "d": "M4 17l16 0" - } - ], - [ - "path", - { - "d": "M7 4l0 16" - } - ], - [ - "path", - { - "d": "M17 4l0 16" - } - ] - ], - "free-rights": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M13.867 9.75c-.246 -.48 -.708 -.769 -1.2 -.75h-1.334c-.736 0 -1.333 .67 -1.333 1.5c0 .827 .597 1.499 1.333 1.499h1.334c.736 0 1.333 .671 1.333 1.5c0 .828 -.597 1.499 -1.333 1.499h-1.334c-.492 .019 -.954 -.27 -1.2 -.75" - } - ], - [ - "path", - { - "d": "M12 7v2" - } - ], - [ - "path", - { - "d": "M12 15v2" - } - ], - [ - "path", - { - "d": "M6 6l1.5 1.5" - } - ], - [ - "path", - { - "d": "M16.5 16.5l1.5 1.5" - } - ] - ], - "freeze-column": [ - [ - "path", - { - "d": "M9 9.5l-6 6" - } - ], - [ - "path", - { - "d": "M9 4l-6 6" - } - ], - [ - "path", - { - "d": "M9 15l-5 5" - } - ], - [ - "path", - { - "d": "M9 3v18" - } - ], - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ] - ], - "freeze-row-column": [ - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ], - [ - "path", - { - "d": "M15 3l-12 12" - } - ], - [ - "path", - { - "d": "M9.5 3l-6 6" - } - ], - [ - "path", - { - "d": "M20 3.5l-5.5 5.5" - } - ], - [ - "path", - { - "d": "M9 15l-5 5" - } - ], - [ - "path", - { - "d": "M21 9h-12v12" - } - ] - ], - "freeze-row": [ - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ], - [ - "path", - { - "d": "M21 9h-18" - } - ], - [ - "path", - { - "d": "M15 3l-6 6" - } - ], - [ - "path", - { - "d": "M9.5 3l-6 6" - } - ], - [ - "path", - { - "d": "M20 3.5l-5.5 5.5" - } - ] - ], - "fridge-off": [ - [ - "path", - { - "d": "M7 3h10a2 2 0 0 1 2 2v10m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14" - } - ], - [ - "path", - { - "d": "M5 10h5m4 0h5" - } - ], - [ - "path", - { - "d": "M9 13v3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "fridge": [ - [ - "path", - { - "d": "M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M5 10h14" - } - ], - [ - "path", - { - "d": "M9 13v3" - } - ], - [ - "path", - { - "d": "M9 6v1" - } - ] - ], - "friends-off": [ - [ - "path", - { - "d": "M5 5a2 2 0 0 0 2 2m2 -2a2 2 0 0 0 -2 -2" - } - ], - [ - "path", - { - "d": "M5 22v-5l-1 -1v-4a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4l-1 1v5" - } - ], - [ - "path", - { - "d": "M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M15 22v-4h-2l1.254 -3.763m1.036 -2.942a1 1 0 0 1 .71 -.295h2a1 1 0 0 1 1 1l1.503 4.508m-1.503 2.492v3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "friends": [ - [ - "path", - { - "d": "M7 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 22v-5l-1 -1v-4a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4l-1 1v5" - } - ], - [ - "path", - { - "d": "M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M15 22v-4h-2l2 -6a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1l2 6h-2v4" - } - ] - ], - "frustum-off": [ - [ - "path", - { - "d": "M7.72 3.728l3.484 -1.558a1.95 1.95 0 0 1 1.59 0l4.496 2.01c.554 .246 .963 .736 1.112 1.328l2.538 10.158c.103 .412 .07 .832 -.075 1.206m-2.299 1.699l-5.725 2.738a1.945 1.945 0 0 1 -1.682 0l-7.035 -3.365a1.99 1.99 0 0 1 -1.064 -2.278l2.52 -10.08" - } - ], - [ - "path", - { - "d": "M18 4.82l-5.198 2.324a1.963 1.963 0 0 1 -1.602 0" - } - ], - [ - "path", - { - "d": "M12 7.32v.68m0 4v9.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "frustum-plus": [ - [ - "path", - { - "d": "M12.841 21.309a1.945 1.945 0 0 1 -1.682 0l-7.035 -3.365a1.99 1.99 0 0 1 -1.064 -2.278l2.538 -10.158a1.98 1.98 0 0 1 1.11 -1.328l4.496 -2.01a1.95 1.95 0 0 1 1.59 0l4.496 2.01c.554 .246 .963 .736 1.112 1.328l1.67 6.683" - } - ], - [ - "path", - { - "d": "M18 4.82l-5.198 2.324a1.963 1.963 0 0 1 -1.602 0l-5.2 -2.325" - } - ], - [ - "path", - { - "d": "M12 7.32v14.18" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "frustum": [ - [ - "path", - { - "d": "M18.402 5.508l2.538 10.158a1.99 1.99 0 0 1 -1.064 2.278l-7.036 3.366a1.945 1.945 0 0 1 -1.682 0l-7.035 -3.365a1.99 1.99 0 0 1 -1.064 -2.278l2.539 -10.159a1.98 1.98 0 0 1 1.11 -1.328l4.496 -2.01a1.95 1.95 0 0 1 1.59 0l4.496 2.01c.554 .246 .963 .736 1.112 1.328z" - } - ], - [ - "path", - { - "d": "M18 4.82l-5.198 2.324a1.963 1.963 0 0 1 -1.602 0l-5.2 -2.325" - } - ], - [ - "path", - { - "d": "M12 7.32v14.18" - } - ] - ], - "function-filled": [ - [ - "path", - { - "d": "M17.333 3a3.667 3.667 0 0 1 3.667 3.667v10.666a3.667 3.667 0 0 1 -3.667 3.667h-10.666a3.667 3.667 0 0 1 -3.667 -3.667v-10.666a3.667 3.667 0 0 1 3.667 -3.667zm-3.583 3a2.38 2.38 0 0 0 -2.37 2.145l-.285 2.855h-2.095l-.117 .007a1 1 0 0 0 .117 1.993h1.894l-.265 2.656l-.014 .071a.38 .38 0 0 1 -.365 .273a.25 .25 0 0 1 -.25 -.25v-.25l-.007 -.117a1 1 0 0 0 -1.993 .117v.25l.005 .154a2.25 2.25 0 0 0 2.245 2.096a2.38 2.38 0 0 0 2.37 -2.145l.284 -2.855h2.096l.117 -.007a1 1 0 0 0 -.117 -1.993h-1.895l.266 -2.656l.014 -.071a.381 .381 0 0 1 .365 -.273a.25 .25 0 0 1 .25 .25v.25l.007 .117a1 1 0 0 0 1.993 -.117v-.25l-.005 -.154a2.25 2.25 0 0 0 -2.245 -2.096z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "function-off": [ - [ - "path", - { - "d": "M9 15.5v.25c0 .69 .56 1.25 1.25 1.25a1.38 1.38 0 0 0 1.374 -1.244l.376 -3.756m.363 -3.63l.013 -.126a1.38 1.38 0 0 1 1.374 -1.244c.69 0 1.25 .56 1.25 1.25v.25" - } - ], - [ - "path", - { - "d": "M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405" - } - ], - [ - "path", - { - "d": "M9 12h3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "function": [ - [ - "path", - { - "d": "M4 4m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h10.666a2.667 2.667 0 0 1 2.667 2.667v10.666a2.667 2.667 0 0 1 -2.667 2.667h-10.666a2.667 2.667 0 0 1 -2.667 -2.667z" - } - ], - [ - "path", - { - "d": "M9 15.5v.25c0 .69 .56 1.25 1.25 1.25c.71 0 1.304 -.538 1.374 -1.244l.752 -7.512a1.381 1.381 0 0 1 1.374 -1.244c.69 0 1.25 .56 1.25 1.25v.25" - } - ], - [ - "path", - { - "d": "M9 12h6" - } - ] - ], - "galaxy": [ - [ - "path", - { - "d": "M12 3c-1.333 1 -2 2.5 -2 4.5c0 3 2 4.5 2 4.5s2 1.5 2 4.5c0 2 -.667 3.5 -2 4.5" - } - ], - [ - "path", - { - "d": "M19.794 16.5c-.2 -1.655 -1.165 -2.982 -2.897 -3.982c-2.597 -1.5 -4.897 -.518 -4.897 -.518s-2.299 .982 -4.897 -.518c-1.732 -1 -2.698 -2.327 -2.897 -3.982" - } - ], - [ - "path", - { - "d": "M19.794 7.5c-1.532 -.655 -3.165 -.482 -4.897 .518c-2.597 1.5 -2.897 3.982 -2.897 3.982s-.299 2.482 -2.897 3.982c-1.732 1 -3.365 1.173 -4.897 .518" - } - ] - ], - "garden-cart-off": [ - [ - "path", - { - "d": "M15.733 15.732a2.5 2.5 0 1 0 3.544 3.527" - } - ], - [ - "path", - { - "d": "M6 8v11a1 1 0 0 0 1.806 .591l3.694 -5.091v.055" - } - ], - [ - "path", - { - "d": "M6 8h2m4 0h9l-3 6.01m-3.319 .693l-4.276 -.45a4 4 0 0 1 -3.296 -2.493l-2.853 -7.13a1 1 0 0 0 -.928 -.63h-1.323" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "garden-cart": [ - [ - "path", - { - "d": "M17.5 17.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" - } - ], - [ - "path", - { - "d": "M6 8v11a1 1 0 0 0 1.806 .591l3.694 -5.091v.055" - } - ], - [ - "path", - { - "d": "M6 8h15l-3.5 7l-7.1 -.747a4 4 0 0 1 -3.296 -2.493l-2.853 -7.13a1 1 0 0 0 -.928 -.63h-1.323" - } - ] - ], - "gas-station-off": [ - [ - "path", - { - "d": "M15 11a2 2 0 0 1 2 2m3 3v-7l-3 -3" - } - ], - [ - "path", - { - "d": "M4 20v-14c0 -.548 .22 -1.044 .577 -1.405m3.423 -.595h4a2 2 0 0 1 2 2v4m0 4v6" - } - ], - [ - "path", - { - "d": "M3 20h12" - } - ], - [ - "path", - { - "d": "M18 7v1a1 1 0 0 0 1 1h1" - } - ], - [ - "path", - { - "d": "M4 11h7" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "gas-station": [ - [ - "path", - { - "d": "M14 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0v-7l-3 -3" - } - ], - [ - "path", - { - "d": "M4 20v-14a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v14" - } - ], - [ - "path", - { - "d": "M3 20l12 0" - } - ], - [ - "path", - { - "d": "M18 7v1a1 1 0 0 0 1 1h1" - } - ], - [ - "path", - { - "d": "M4 11l10 0" - } - ] - ], - "gauge-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-.293 3.953a1 1 0 0 0 -1.414 0l-2.59 2.59l-.083 .094l-.068 .1a2.001 2.001 0 0 0 -2.547 1.774l-.005 .149l.005 .15a2 2 0 1 0 3.917 -.701a.968 .968 0 0 0 .195 -.152l2.59 -2.59l.083 -.094a1 1 0 0 0 -.083 -1.32zm-4.707 -1.293a6 6 0 0 0 -6 6a1 1 0 0 0 2 0a4 4 0 0 1 4 -4a1 1 0 0 0 0 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "gauge-off": [ - [ - "path", - { - "d": "M20.038 16.052a9 9 0 0 0 -12.067 -12.102m-2.333 1.686a9 9 0 1 0 12.73 12.726" - } - ], - [ - "path", - { - "d": "M11.283 11.303a1 1 0 0 0 1.419 1.41" - } - ], - [ - "path", - { - "d": "M14 10l2 -2" - } - ], - [ - "path", - { - "d": "M7 12c0 -1.386 .564 -2.64 1.475 -3.546m2.619 -1.372c.294 -.054 .597 -.082 .906 -.082" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "gauge": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M13.41 10.59l2.59 -2.59" - } - ], - [ - "path", - { - "d": "M7 12a5 5 0 0 1 5 -5" - } - ] - ], - "gavel": [ - [ - "path", - { - "d": "M13 10l7.383 7.418c.823 .82 .823 2.148 0 2.967a2.11 2.11 0 0 1 -2.976 0l-7.407 -7.385" - } - ], - [ - "path", - { - "d": "M6 9l4 4" - } - ], - [ - "path", - { - "d": "M13 10l-4 -4" - } - ], - [ - "path", - { - "d": "M3 21h7" - } - ], - [ - "path", - { - "d": "M6.793 15.793l-3.586 -3.586a1 1 0 0 1 0 -1.414l2.293 -2.293l.5 .5l3 -3l-.5 -.5l2.293 -2.293a1 1 0 0 1 1.414 0l3.586 3.586a1 1 0 0 1 0 1.414l-2.293 2.293l-.5 -.5l-3 3l.5 .5l-2.293 2.293a1 1 0 0 1 -1.414 0z" - } - ] - ], - "gender-agender": [ - [ - "path", - { - "d": "M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" - } - ], - [ - "path", - { - "d": "M7 12h11" - } - ] - ], - "gender-androgyne": [ - [ - "path", - { - "d": "M13 11l6 -6" - } - ], - [ - "path", - { - "d": "M9 15m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M19 9v-4h-4" - } - ], - [ - "path", - { - "d": "M16.5 10.5l-3 -3" - } - ] - ], - "gender-bigender": [ - [ - "path", - { - "d": "M11 11m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M19 3l-5 5" - } - ], - [ - "path", - { - "d": "M15 3h4v4" - } - ], - [ - "path", - { - "d": "M11 16v6" - } - ], - [ - "path", - { - "d": "M8 19h6" - } - ] - ], - "gender-demiboy": [ - [ - "path", - { - "d": "M10 14m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M19 5l-5.4 5.4" - } - ], - [ - "path", - { - "d": "M19 5h-5" - } - ] - ], - "gender-demigirl": [ - [ - "path", - { - "d": "M12 9m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M12 14v7" - } - ], - [ - "path", - { - "d": "M9 18h3" - } - ] - ], - "gender-epicene": [ - [ - "path", - { - "d": "M15.536 15.536a5 5 0 1 0 -7.072 -7.072a5 5 0 0 0 7.072 7.072z" - } - ], - [ - "path", - { - "d": "M15.536 15.535l5.464 -5.535" - } - ], - [ - "path", - { - "d": "M3 14l5.464 -5.535" - } - ], - [ - "path", - { - "d": "M12 12h.01" - } - ] - ], - "gender-female": [ - [ - "path", - { - "d": "M12 9m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M12 14v7" - } - ], - [ - "path", - { - "d": "M9 18h6" - } - ] - ], - "gender-femme": [ - [ - "path", - { - "d": "M12 9m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M12 14v7" - } - ], - [ - "path", - { - "d": "M7 18h10" - } - ] - ], - "gender-genderfluid": [ - [ - "path", - { - "d": "M10 15.464a4 4 0 1 0 4 -6.928a4 4 0 0 0 -4 6.928z" - } - ], - [ - "path", - { - "d": "M15.464 14l3 -5.196" - } - ], - [ - "path", - { - "d": "M5.536 15.195l3 -5.196" - } - ], - [ - "path", - { - "d": "M12 12h.01" - } - ], - [ - "path", - { - "d": "M9 9l-6 -6" - } - ], - [ - "path", - { - "d": "M5.5 8.5l3 -3" - } - ], - [ - "path", - { - "d": "M21 21l-6 -6" - } - ], - [ - "path", - { - "d": "M17 20l3 -3" - } - ], - [ - "path", - { - "d": "M3 7v-4h4" - } - ] - ], - "gender-genderless": [ - [ - "path", - { - "d": "M12 10a5 5 0 1 1 0 10a5 5 0 0 1 0 -10z" - } - ], - [ - "path", - { - "d": "M12 10v-7" - } - ], - [ - "path", - { - "d": "M7 15h10" - } - ] - ], - "gender-genderqueer": [ - [ - "path", - { - "d": "M12 11a5 5 0 1 1 0 10a5 5 0 0 1 0 -10z" - } - ], - [ - "path", - { - "d": "M12 11v-8" - } - ], - [ - "path", - { - "d": "M14.5 4.5l-5 3" - } - ], - [ - "path", - { - "d": "M9.5 4.5l5 3" - } - ] - ], - "gender-hermaphrodite": [ - [ - "path", - { - "d": "M12 14v7" - } - ], - [ - "path", - { - "d": "M9 18h6" - } - ], - [ - "path", - { - "d": "M12 6a4 4 0 1 1 0 8a4 4 0 0 1 0 -8z" - } - ], - [ - "path", - { - "d": "M15 3a3 3 0 1 1 -6 0" - } - ] - ], - "gender-intergender": [ - [ - "path", - { - "d": "M13.5 11.5l6.5 6.5v-4" - } - ], - [ - "path", - { - "d": "M11.5 13.5l6.5 6.5" - } - ], - [ - "path", - { - "d": "M9 4a5 5 0 1 1 0 10a5 5 0 0 1 0 -10z" - } - ], - [ - "path", - { - "d": "M14 20l2 -2" - } - ] - ], - "gender-male": [ - [ - "path", - { - "d": "M10 14m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M19 5l-5.4 5.4" - } - ], - [ - "path", - { - "d": "M19 5h-5" - } - ], - [ - "path", - { - "d": "M19 5v5" - } - ] - ], - "gender-neutrois": [ - [ - "path", - { - "d": "M12 10a5 5 0 1 1 0 10a5 5 0 0 1 0 -10z" - } - ], - [ - "path", - { - "d": "M12 10v-7" - } - ] - ], - "gender-third": [ - [ - "path", - { - "d": "M11 12a5 5 0 1 0 10 0a5 5 0 0 0 -10 0z" - } - ], - [ - "path", - { - "d": "M11 12h-3" - } - ], - [ - "path", - { - "d": "M8 12l-5 -4v8z" - } - ] - ], - "gender-transgender": [ - [ - "path", - { - "d": "M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M15 9l6 -6" - } - ], - [ - "path", - { - "d": "M21 7v-4h-4" - } - ], - [ - "path", - { - "d": "M9 9l-6 -6" - } - ], - [ - "path", - { - "d": "M3 7v-4h4" - } - ], - [ - "path", - { - "d": "M5.5 8.5l3 -3" - } - ], - [ - "path", - { - "d": "M12 16v5" - } - ], - [ - "path", - { - "d": "M9.5 19h5" - } - ] - ], - "gender-trasvesti": [ - [ - "path", - { - "d": "M15 20a5 5 0 1 1 0 -10a5 5 0 0 1 0 10z" - } - ], - [ - "path", - { - "d": "M6 6l5.4 5.4" - } - ], - [ - "path", - { - "d": "M4 8l4 -4" - } - ] - ], - "geometry": [ - [ - "path", - { - "d": "M7 21l4 -12m2 0l1.48 4.439m.949 2.847l1.571 4.714" - } - ], - [ - "path", - { - "d": "M12 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M4 12c1.526 2.955 4.588 5 8 5c3.41 0 6.473 -2.048 8 -5" - } - ], - [ - "path", - { - "d": "M12 5v-2" - } - ] - ], - "ghost-2-filled": [ - [ - "path", - { - "d": "M12 1.999l.041 .002l.208 .003a8 8 0 0 1 7.747 7.747l.003 .248l.177 .006a3 3 0 0 1 2.819 2.819l.005 .176a3 3 0 0 1 -3 3l-.001 1.696l1.833 2.75a1 1 0 0 1 -.72 1.548l-.112 .006h-10c-3.445 .002 -6.327 -2.49 -6.901 -5.824l-.028 -.178l-.071 .001a3 3 0 0 1 -2.995 -2.824l-.005 -.175a3 3 0 0 1 3 -3l.004 -.25a8 8 0 0 1 7.996 -7.75zm0 10.001a2 2 0 0 0 -2 2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1a2 2 0 0 0 -2 -2zm-1.99 -4l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm4 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "ghost-2": [ - [ - "path", - { - "d": "M10 9h.01" - } - ], - [ - "path", - { - "d": "M14 9h.01" - } - ], - [ - "path", - { - "d": "M12 3a7 7 0 0 1 7 7v1l1 0a2 2 0 1 1 0 4l-1 0v3l2 3h-10a6 6 0 0 1 -6 -5.775l0 -.226l-1 0a2 2 0 0 1 0 -4l1 0v-1a7 7 0 0 1 7 -7z" - } - ], - [ - "path", - { - "d": "M11 14h2a1 1 0 0 0 -2 0z" - } - ] - ], - "ghost-3": [ - [ - "path", - { - "d": "M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7" - } - ], - [ - "path", - { - "d": "M10 10h.01" - } - ], - [ - "path", - { - "d": "M14 10h.01" - } - ] - ], - "ghost-filled": [ - [ - "path", - { - "d": "M12 3a8 8 0 0 1 7.996 7.75l.004 .25l-.001 6.954l.01 .103a2.78 2.78 0 0 1 -1.468 2.618l-.163 .08c-1.053 .475 -2.283 .248 -3.129 -.593l-.137 -.146a.65 .65 0 0 0 -1.024 0a2.65 2.65 0 0 1 -4.176 0a.65 .65 0 0 0 -.512 -.25c-.2 0 -.389 .092 -.55 .296a2.78 2.78 0 0 1 -4.859 -2.005l.008 -.091l.001 -6.966l.004 -.25a8 8 0 0 1 7.996 -7.75zm2.82 10.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.392zm-4.81 -4.429l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm4 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "ghost-off": [ - [ - "path", - { - "d": "M8.794 4.776a7 7 0 0 1 10.206 6.224v4m-.12 3.898a1.779 1.779 0 0 1 -2.98 .502a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7c0 -1.683 .594 -3.227 1.583 -4.434" - } - ], - [ - "path", - { - "d": "M14 10h.01" - } - ], - [ - "path", - { - "d": "M10 14a3.5 3.5 0 0 0 4 0" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "ghost": [ - [ - "path", - { - "d": "M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7" - } - ], - [ - "path", - { - "d": "M10 10l.01 0" - } - ], - [ - "path", - { - "d": "M14 10l.01 0" - } - ], - [ - "path", - { - "d": "M10 14a3.5 3.5 0 0 0 4 0" - } - ] - ], - "gif": [ - [ - "path", - { - "d": "M8 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" - } - ], - [ - "path", - { - "d": "M12 8v8" - } - ], - [ - "path", - { - "d": "M16 12h3" - } - ], - [ - "path", - { - "d": "M20 8h-4v8" - } - ] - ], - "gift-card-filled": [ - [ - "path", - { - "d": "M18 4a4 4 0 0 1 3.995 3.8l.005 .2v8a4 4 0 0 1 -3.8 3.995l-.2 .005h-12a4 4 0 0 1 -3.995 -3.8l-.005 -.2v-8a4 4 0 0 1 3.8 -3.995l.2 -.005h12zm-5.493 5l-.19 .004c-.928 .052 -1.719 .583 -2.317 1.444c-.56 -.805 -1.288 -1.322 -2.139 -1.428l-.198 -.017l-.164 -.003l-.16 .005c-1.28 .086 -2.339 1.179 -2.339 2.495c0 1.226 1.222 2.211 2.453 2.447l.16 .026l-1.32 1.32l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l2.293 -2.292l2.293 2.292l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-1.32 -1.32c1.229 -.169 2.502 -1.11 2.606 -2.315l.007 -.158l-.005 -.163c-.08 -1.189 -1.02 -2.162 -2.175 -2.316l-.159 -.016l-.154 -.005zm-.025 2l.102 .009c.194 .04 .367 .21 .407 .406l.009 .085l-.012 .031l-.034 .04c-.13 .135 -.513 .369 -.836 .42l-.118 .009h-.602l.052 -.1l.088 -.156c.27 -.444 .574 -.696 .852 -.738l.092 -.006zm-4.964 0l.084 .005l.094 .02c.254 .077 .523 .32 .765 .718l.09 .157l.05 .1h-.601l-.106 -.008c-.398 -.057 -.894 -.4 -.894 -.492c0 -.23 .194 -.446 .416 -.491l.102 -.01z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "gift-card": [ - [ - "path", - { - "d": "M3 5m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M7 16l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M8 13c-.789 0 -2 -.672 -2 -1.5s.711 -1.5 1.5 -1.5c1.128 -.02 2.077 1.17 2.5 3c.423 -1.83 1.372 -3.02 2.5 -3c.789 0 1.5 .672 1.5 1.5s-1.211 1.5 -2 1.5h-4z" - } - ] - ], - "gift-filled": [ - [ - "path", - { - "d": "M11 14v8h-4a3 3 0 0 1 -3 -3v-4a1 1 0 0 1 1 -1h6zm8 0a1 1 0 0 1 1 1v4a3 3 0 0 1 -3 3h-4v-8h6zm-2.5 -12a3.5 3.5 0 0 1 3.163 5h.337a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-7v-5h-2v5h-7a2 2 0 0 1 -2 -2v-1a2 2 0 0 1 2 -2h.337a3.486 3.486 0 0 1 -.337 -1.5c0 -1.933 1.567 -3.5 3.483 -3.5c1.755 -.03 3.312 1.092 4.381 2.934l.136 .243c1.033 -1.914 2.56 -3.114 4.291 -3.175l.209 -.002zm-9 2a1.5 1.5 0 0 0 0 3h3.143c-.741 -1.905 -1.949 -3.02 -3.143 -3zm8.983 0c-1.18 -.02 -2.385 1.096 -3.126 3h3.143a1.5 1.5 0 1 0 -.017 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "gift-off": [ - [ - "path", - { - "d": "M12 8h8a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-4m-4 0h-8a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h4" - } - ], - [ - "path", - { - "d": "M12 12v9" - } - ], - [ - "path", - { - "d": "M19 12v3m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-7" - } - ], - [ - "path", - { - "d": "M7.5 8a2.5 2.5 0 0 1 -2.457 -2.963m2.023 -2c.14 -.023 .286 -.037 .434 -.037c1.974 -.034 3.76 1.95 4.5 5c.74 -3.05 2.526 -5.034 4.5 -5a2.5 2.5 0 1 1 0 5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "gift": [ - [ - "path", - { - "d": "M3 8m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M12 8l0 13" - } - ], - [ - "path", - { - "d": "M19 12v7a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-7" - } - ], - [ - "path", - { - "d": "M7.5 8a2.5 2.5 0 0 1 0 -5a4.8 8 0 0 1 4.5 5a4.8 8 0 0 1 4.5 -5a2.5 2.5 0 0 1 0 5" - } - ] - ], - "git-branch-deleted": [ - [ - "path", - { - "d": "M7 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 8v8" - } - ], - [ - "path", - { - "d": "M9 18h6a2 2 0 0 0 2 -2v-5" - } - ], - [ - "path", - { - "d": "M14 14l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M15 4l4 4" - } - ], - [ - "path", - { - "d": "M15 8l4 -4" - } - ] - ], - "git-branch": [ - [ - "path", - { - "d": "M7 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 8l0 8" - } - ], - [ - "path", - { - "d": "M9 18h6a2 2 0 0 0 2 -2v-5" - } - ], - [ - "path", - { - "d": "M14 14l3 -3l3 3" - } - ] - ], - "git-cherry-pick": [ - [ - "path", - { - "d": "M7 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M7 3v6" - } - ], - [ - "path", - { - "d": "M7 15v6" - } - ], - [ - "path", - { - "d": "M13 7h2.5l1.5 5l-1.5 5h-2.5" - } - ], - [ - "path", - { - "d": "M17 12h3" - } - ] - ], - "git-commit": [ - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M12 3l0 6" - } - ], - [ - "path", - { - "d": "M12 15l0 6" - } - ] - ], - "git-compare": [ - [ - "path", - { - "d": "M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M11 6h5a2 2 0 0 1 2 2v8" - } - ], - [ - "path", - { - "d": "M14 9l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M13 18h-5a2 2 0 0 1 -2 -2v-8" - } - ], - [ - "path", - { - "d": "M10 15l3 3l-3 3" - } - ] - ], - "git-fork": [ - [ - "path", - { - "d": "M12 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 8v2a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M12 12l0 4" - } - ] - ], - "git-merge": [ - [ - "path", - { - "d": "M7 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 8l0 8" - } - ], - [ - "path", - { - "d": "M7 8a4 4 0 0 0 4 4h4" - } - ] - ], - "git-pull-request-closed": [ - [ - "path", - { - "d": "M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 8v8" - } - ], - [ - "path", - { - "d": "M18 11v5" - } - ], - [ - "path", - { - "d": "M16 4l4 4m0 -4l-4 4" - } - ] - ], - "git-pull-request-draft": [ - [ - "path", - { - "d": "M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 8v8" - } - ], - [ - "path", - { - "d": "M18 11h.01" - } - ], - [ - "path", - { - "d": "M18 6h.01" - } - ] - ], - "git-pull-request": [ - [ - "path", - { - "d": "M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 8l0 8" - } - ], - [ - "path", - { - "d": "M11 6h5a2 2 0 0 1 2 2v8" - } - ], - [ - "path", - { - "d": "M14 9l-3 -3l3 -3" - } - ] - ], - "gizmo": [ - [ - "path", - { - "d": "M20 19l-8 -5.5l-8 5.5" - } - ], - [ - "path", - { - "d": "M12 4v9.5" - } - ], - [ - "path", - { - "d": "M12 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M4 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M20 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "glass-champagne": [ - [ - "path", - { - "d": "M9 21h6" - } - ], - [ - "path", - { - "d": "M12 16v5" - } - ], - [ - "path", - { - "d": "M12 5m-4 0a4 2 0 1 0 8 0a4 2 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M8 5c0 6.075 1.79 11 4 11s4 -4.925 4 -11" - } - ] - ], - "glass-cocktail": [ - [ - "path", - { - "d": "M8 21h8" - } - ], - [ - "path", - { - "d": "M12 15v6" - } - ], - [ - "path", - { - "d": "M12 5m-7 0a7 2 0 1 0 14 0a7 2 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M5 5v.388c0 .432 .126 .853 .362 1.206l5 7.509c.633 .951 1.88 1.183 2.785 .517c.191 -.141 .358 -.316 .491 -.517l5 -7.509c.236 -.353 .362 -.774 .362 -1.206v-.388" - } - ] - ], - "glass-full-filled": [ - [ - "path", - { - "d": "M5.004 10.229l-.003 -.186l.001 -.113l.008 -.071l1 -7a1 1 0 0 1 .877 -.853l.113 -.006h10a1 1 0 0 1 .968 .747l.022 .112l1.006 7.05l.004 .091c0 3.226 -2.56 5.564 -6 5.945v4.055h3a1 1 0 0 1 .117 1.993l-.117 .007h-8a1 1 0 0 1 -.117 -1.993l.117 -.007h3v-4.055c-3.358 -.371 -5.878 -2.609 -5.996 -5.716zm11.129 -6.229h-8.267l-.607 4.258a6.001 6.001 0 0 1 5.125 .787l.216 .155a4 4 0 0 0 4.32 .31l-.787 -5.51z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "glass-full": [ - [ - "path", - { - "d": "M8 21l8 0" - } - ], - [ - "path", - { - "d": "M12 15l0 6" - } - ], - [ - "path", - { - "d": "M17 3l1 7c0 3.012 -2.686 5 -6 5s-6 -1.988 -6 -5l1 -7h10z" - } - ], - [ - "path", - { - "d": "M6 10a5 5 0 0 1 6 0a5 5 0 0 0 6 0" - } - ] - ], - "glass-gin": [ - [ - "path", - { - "d": "M8 21h8" - } - ], - [ - "path", - { - "d": "M12 15v6" - } - ], - [ - "path", - { - "d": "M12 5m-6.5 0a6.5 2 0 1 0 13 0a6.5 2 0 1 0 -13 0" - } - ], - [ - "path", - { - "d": "M5.75 4.5c-.612 .75 -.75 2 -.75 3.5a7 7 0 0 0 14 0c0 -1.5 -.094 -2.75 -.75 -3.5" - } - ] - ], - "glass-off": [ - [ - "path", - { - "d": "M8 21h8" - } - ], - [ - "path", - { - "d": "M12 16v5" - } - ], - [ - "path", - { - "d": "M17 5l1 6c0 .887 -.233 1.685 -.646 2.37m-2.083 1.886c-.941 .48 -2.064 .744 -3.271 .744c-3.314 0 -6 -1.988 -6 -5l.711 -4.268" - } - ], - [ - "path", - { - "d": "M10.983 6.959c.329 .027 .669 .041 1.017 .041c2.761 0 5 -.895 5 -2s-2.239 -2 -5 -2c-1.716 0 -3.23 .346 -4.13 .872" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "glass": [ - [ - "path", - { - "d": "M8 21h8" - } - ], - [ - "path", - { - "d": "M12 16v5" - } - ], - [ - "path", - { - "d": "M17 5l1 6c0 3.012 -2.686 5 -6 5s-6 -1.988 -6 -5l1 -6" - } - ], - [ - "path", - { - "d": "M12 5m-5 0a5 2 0 1 0 10 0a5 2 0 1 0 -10 0" - } - ] - ], - "globe-filled": [ - [ - "path", - { - "d": "M11 4a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M14.133 1.502a1 1 0 0 1 1.365 -.369a9.015 9.015 0 1 1 -10.404 14.622a1 1 0 1 1 1.312 -1.51a7.015 7.015 0 1 0 8.096 -11.378a1 1 0 0 1 -.369 -1.365z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M11 16a1 1 0 0 1 .993 .883l.007 .117v4a1 1 0 0 1 -1.993 .117l-.007 -.117v-4a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M15 20a1 1 0 0 1 .117 1.993l-.117 .007h-8a1 1 0 0 1 -.117 -1.993l.117 -.007h8z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "globe-off": [ - [ - "path", - { - "d": "M7.353 7.355a4 4 0 0 0 5.29 5.293m2.007 -2.009a4 4 0 0 0 -5.3 -5.284" - } - ], - [ - "path", - { - "d": "M5.75 15a8.015 8.015 0 0 0 9.792 .557m2.02 -1.998a8.015 8.015 0 0 0 -2.562 -11.559" - } - ], - [ - "path", - { - "d": "M11 17v4" - } - ], - [ - "path", - { - "d": "M7 21h8" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "globe": [ - [ - "path", - { - "d": "M7 9a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M5.75 15a8.015 8.015 0 1 0 9.25 -13" - } - ], - [ - "path", - { - "d": "M11 17v4" - } - ], - [ - "path", - { - "d": "M7 21h8" - } - ] - ], - "go-game": [ - [ - "path", - { - "d": "M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M3 12h7m4 0h7" - } - ], - [ - "path", - { - "d": "M3 6h1m4 0h13" - } - ], - [ - "path", - { - "d": "M3 18h1m4 0h8m4 0h1" - } - ], - [ - "path", - { - "d": "M6 3v1m0 4v8m0 4v1" - } - ], - [ - "path", - { - "d": "M12 3v7m0 4v7" - } - ], - [ - "path", - { - "d": "M18 3v13m0 4v1" - } - ] - ], - "golf-off": [ - [ - "path", - { - "d": "M12 18v-6m0 -4v-5l7 4l-5.07 2.897" - } - ], - [ - "path", - { - "d": "M9 17.67c-.62 .36 -1 .82 -1 1.33c0 1.1 1.8 2 4 2s4 -.9 4 -2c0 -.5 -.38 -.97 -1 -1.33" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "golf": [ - [ - "path", - { - "d": "M12 18v-15l7 4l-7 4" - } - ], - [ - "path", - { - "d": "M9 17.67c-.62 .36 -1 .82 -1 1.33c0 1.1 1.8 2 4 2s4 -.9 4 -2c0 -.5 -.38 -.97 -1 -1.33" - } - ] - ], - "gps": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 17l-1 -4l-4 -1l9 -4z" - } - ] - ], - "gradienter": [ - [ - "path", - { - "d": "M3.227 14c.917 4 4.497 7 8.773 7c4.277 0 7.858 -3 8.773 -7" - } - ], - [ - "path", - { - "d": "M20.78 10a9 9 0 0 0 -8.78 -7a8.985 8.985 0 0 0 -8.782 7" - } - ], - [ - "path", - { - "d": "M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "grain": [ - [ - "path", - { - "d": "M4.5 9.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M9.5 4.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M9.5 14.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M4.5 19.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M14.5 9.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M19.5 4.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M14.5 19.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M19.5 14.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "graph-filled": [ - [ - "path", - { - "d": "M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12zm-2.293 6.293a1 1 0 0 0 -1.414 0l-2.293 2.292l-1.293 -1.292a1 1 0 0 0 -1.414 0l-3 3a1 1 0 0 0 0 1.414l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l1.293 1.292a1 1 0 0 0 1.414 -1.414l-2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "graph-off": [ - [ - "path", - { - "d": "M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405" - } - ], - [ - "path", - { - "d": "M7 14l3 -3l2 2l.5 -.5m2 -2l.5 -.5l2 2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "graph": [ - [ - "path", - { - "d": "M4 18v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 14l3 -3l2 2l3 -3l2 2" - } - ] - ], - "grave-2": [ - [ - "path", - { - "d": "M7 16.17v-9.17a3 3 0 0 1 3 -3h4a3 3 0 0 1 3 3v9.171" - } - ], - [ - "path", - { - "d": "M12 7v5" - } - ], - [ - "path", - { - "d": "M10 9h4" - } - ], - [ - "path", - { - "d": "M5 21v-2a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v2h-14z" - } - ] - ], - "grave": [ - [ - "path", - { - "d": "M5 21v-2a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v2h-14z" - } - ], - [ - "path", - { - "d": "M10 16v-5h-4v-4h4v-4h4v4h4v4h-4v5" - } - ] - ], - "grid-3x3": [ - [ - "path", - { - "d": "M3 8h18" - } - ], - [ - "path", - { - "d": "M3 16h18" - } - ], - [ - "path", - { - "d": "M8 3v18" - } - ], - [ - "path", - { - "d": "M16 3v18" - } - ] - ], - "grid-4x4": [ - [ - "path", - { - "d": "M3 6h18" - } - ], - [ - "path", - { - "d": "M3 12h18" - } - ], - [ - "path", - { - "d": "M3 18h18" - } - ], - [ - "path", - { - "d": "M6 3v18" - } - ], - [ - "path", - { - "d": "M12 3v18" - } - ], - [ - "path", - { - "d": "M18 3v18" - } - ] - ], - "grid-dots": [ - [ - "path", - { - "d": "M5 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M19 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M5 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M19 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "grid-goldenratio": [ - [ - "path", - { - "d": "M3 10h18" - } - ], - [ - "path", - { - "d": "M3 14h18" - } - ], - [ - "path", - { - "d": "M10 3v18" - } - ], - [ - "path", - { - "d": "M14 3v18" - } - ] - ], - "grid-pattern": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 8v8" - } - ], - [ - "path", - { - "d": "M14 8v8" - } - ], - [ - "path", - { - "d": "M8 10h8" - } - ], - [ - "path", - { - "d": "M8 14h8" - } - ] - ], - "grid-scan": [ - [ - "path", - { - "d": "M10 8v8" - } - ], - [ - "path", - { - "d": "M14 8v8" - } - ], - [ - "path", - { - "d": "M8 10h8" - } - ], - [ - "path", - { - "d": "M8 14h8" - } - ], - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ] - ], - "grill-fork": [ - [ - "path", - { - "d": "M5 5l11.5 11.5" - } - ], - [ - "path", - { - "d": "M19.347 16.575l1.08 1.079a1.96 1.96 0 0 1 -2.773 2.772l-1.08 -1.079a1.96 1.96 0 0 1 2.773 -2.772z" - } - ], - [ - "path", - { - "d": "M3 7l3.05 3.15a2.9 2.9 0 0 0 4.1 -4.1l-3.15 -3.05" - } - ] - ], - "grill-off": [ - [ - "path", - { - "d": "M8 8h-3a6 6 0 0 0 6 6h2c.315 0 .624 -.024 .926 -.071m2.786 -1.214a5.99 5.99 0 0 0 2.284 -4.49l0 -.225h-7" - } - ], - [ - "path", - { - "d": "M18.827 18.815a2 2 0 1 1 -2.663 -2.633" - } - ], - [ - "path", - { - "d": "M9 14l-3 6" - } - ], - [ - "path", - { - "d": "M15 18h-8" - } - ], - [ - "path", - { - "d": "M15 5v-1" - } - ], - [ - "path", - { - "d": "M12 5v-1" - } - ], - [ - "path", - { - "d": "M9 5v-1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "grill-spatula": [ - [ - "path", - { - "d": "M10.2 10.2l6.3 6.3" - } - ], - [ - "path", - { - "d": "M19.347 16.575l1.08 1.079a1.96 1.96 0 0 1 -2.773 2.772l-1.08 -1.079a1.96 1.96 0 0 1 2.773 -2.772z" - } - ], - [ - "path", - { - "d": "M3 7l3.05 3.15a2.9 2.9 0 0 0 4.1 -4.1l-3.15 -3.05l-4 4z" - } - ] - ], - "grill": [ - [ - "path", - { - "d": "M19 8h-14a6 6 0 0 0 6 6h2a6 6 0 0 0 6 -5.775l0 -.225z" - } - ], - [ - "path", - { - "d": "M17 20a2 2 0 1 1 0 -4a2 2 0 0 1 0 4z" - } - ], - [ - "path", - { - "d": "M15 14l1 2" - } - ], - [ - "path", - { - "d": "M9 14l-3 6" - } - ], - [ - "path", - { - "d": "M15 18h-8" - } - ], - [ - "path", - { - "d": "M15 5v-1" - } - ], - [ - "path", - { - "d": "M12 5v-1" - } - ], - [ - "path", - { - "d": "M9 5v-1" - } - ] - ], - "grip-horizontal": [ - [ - "path", - { - "d": "M5 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M5 15m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 15m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M19 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M19 15m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "grip-vertical": [ - [ - "path", - { - "d": "M9 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M9 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M9 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M15 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M15 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M15 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "growth": [ - [ - "path", - { - "d": "M16.5 15a4.5 4.5 0 0 0 -4.5 4.5m4.5 -8.5a4.5 4.5 0 0 0 -4.5 4.5m4.5 -8.5a4.5 4.5 0 0 0 -4.5 4.5m-4 3.5c2.21 0 4 2.015 4 4.5m-4 -8.5c2.21 0 4 2.015 4 4.5m-4 -8.5c2.21 0 4 2.015 4 4.5m0 -7.5v6" - } - ] - ], - "guitar-pick-filled": [ - [ - "path", - { - "d": "M12 2c-1.613 0 -2.882 .104 -3.825 .323l-.23 .057c-3.019 .708 -4.945 2.503 -4.945 5.62c0 3.367 1.939 8.274 4.22 11.125c.32 .4 .664 .786 1.03 1.158l.367 .36a4.904 4.904 0 0 0 6.752 .011a15.04 15.04 0 0 0 1.41 -1.528c2.491 -3.113 4.221 -7.294 4.221 -11.126c0 -3.025 -1.813 -4.806 -4.71 -5.562l-.266 -.066c-.936 -.25 -2.281 -.372 -4.024 -.372z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "guitar-pick": [ - [ - "path", - { - "d": "M16 18.5c2 -2.5 4 -6.5 4 -10.5c0 -2.946 -2.084 -4.157 -4.204 -4.654c-.864 -.23 -2.13 -.346 -3.796 -.346c-1.667 0 -2.932 .115 -3.796 .346c-2.12 .497 -4.204 1.708 -4.204 4.654c0 3.312 2 8 4 10.5c.297 .37 .618 .731 .963 1.081l.354 .347a3.9 3.9 0 0 0 5.364 0a14.05 14.05 0 0 0 1.319 -1.428z" - } - ] - ], - "gymnastics": [ - [ - "path", - { - "d": "M7 7a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M13 21l1 -9l7 -6" - } - ], - [ - "path", - { - "d": "M3 11h6l5 1" - } - ], - [ - "path", - { - "d": "M11.5 8.5l4.5 -3.5" - } - ] - ], - "h-1": [ - [ - "path", - { - "d": "M19 18v-8l-2 2" - } - ], - [ - "path", - { - "d": "M4 6v12" - } - ], - [ - "path", - { - "d": "M12 6v12" - } - ], - [ - "path", - { - "d": "M11 18h2" - } - ], - [ - "path", - { - "d": "M3 18h2" - } - ], - [ - "path", - { - "d": "M4 12h8" - } - ], - [ - "path", - { - "d": "M3 6h2" - } - ], - [ - "path", - { - "d": "M11 6h2" - } - ] - ], - "h-2": [ - [ - "path", - { - "d": "M17 12a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0" - } - ], - [ - "path", - { - "d": "M4 6v12" - } - ], - [ - "path", - { - "d": "M12 6v12" - } - ], - [ - "path", - { - "d": "M11 18h2" - } - ], - [ - "path", - { - "d": "M3 18h2" - } - ], - [ - "path", - { - "d": "M4 12h8" - } - ], - [ - "path", - { - "d": "M3 6h2" - } - ], - [ - "path", - { - "d": "M11 6h2" - } - ] - ], - "h-3": [ - [ - "path", - { - "d": "M19 14a2 2 0 1 0 -2 -2" - } - ], - [ - "path", - { - "d": "M17 16a2 2 0 1 0 2 -2" - } - ], - [ - "path", - { - "d": "M4 6v12" - } - ], - [ - "path", - { - "d": "M12 6v12" - } - ], - [ - "path", - { - "d": "M11 18h2" - } - ], - [ - "path", - { - "d": "M3 18h2" - } - ], - [ - "path", - { - "d": "M4 12h8" - } - ], - [ - "path", - { - "d": "M3 6h2" - } - ], - [ - "path", - { - "d": "M11 6h2" - } - ] - ], - "h-4": [ - [ - "path", - { - "d": "M20 18v-8l-4 6h5" - } - ], - [ - "path", - { - "d": "M4 6v12" - } - ], - [ - "path", - { - "d": "M12 6v12" - } - ], - [ - "path", - { - "d": "M11 18h2" - } - ], - [ - "path", - { - "d": "M3 18h2" - } - ], - [ - "path", - { - "d": "M4 12h8" - } - ], - [ - "path", - { - "d": "M3 6h2" - } - ], - [ - "path", - { - "d": "M11 6h2" - } - ] - ], - "h-5": [ - [ - "path", - { - "d": "M17 18h2a2 2 0 1 0 0 -4h-2v-4h4" - } - ], - [ - "path", - { - "d": "M4 6v12" - } - ], - [ - "path", - { - "d": "M12 6v12" - } - ], - [ - "path", - { - "d": "M11 18h2" - } - ], - [ - "path", - { - "d": "M3 18h2" - } - ], - [ - "path", - { - "d": "M4 12h8" - } - ], - [ - "path", - { - "d": "M3 6h2" - } - ], - [ - "path", - { - "d": "M11 6h2" - } - ] - ], - "h-6": [ - [ - "path", - { - "d": "M19 14a2 2 0 1 0 0 4a2 2 0 0 0 0 -4z" - } - ], - [ - "path", - { - "d": "M21 12a2 2 0 1 0 -4 0v4" - } - ], - [ - "path", - { - "d": "M4 6v12" - } - ], - [ - "path", - { - "d": "M12 6v12" - } - ], - [ - "path", - { - "d": "M11 18h2" - } - ], - [ - "path", - { - "d": "M3 18h2" - } - ], - [ - "path", - { - "d": "M4 12h8" - } - ], - [ - "path", - { - "d": "M3 6h2" - } - ], - [ - "path", - { - "d": "M11 6h2" - } - ] - ], - "hammer-off": [ - [ - "path", - { - "d": "M10.698 10.72l-6.668 6.698a2.091 2.091 0 0 0 0 2.967a2.11 2.11 0 0 0 2.976 0l6.696 -6.676" - } - ], - [ - "path", - { - "d": "M18.713 14.702l2 -2a1 1 0 0 0 0 -1.414l-7.586 -7.586a1 1 0 0 0 -1.414 0l-2 2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "hammer": [ - [ - "path", - { - "d": "M11.414 10l-7.383 7.418a2.091 2.091 0 0 0 0 2.967a2.11 2.11 0 0 0 2.976 0l7.407 -7.385" - } - ], - [ - "path", - { - "d": "M18.121 15.293l2.586 -2.586a1 1 0 0 0 0 -1.414l-7.586 -7.586a1 1 0 0 0 -1.414 0l-2.586 2.586a1 1 0 0 0 0 1.414l7.586 7.586a1 1 0 0 0 1.414 0z" - } - ] - ], - "hand-click": [ - [ - "path", - { - "d": "M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" - } - ], - [ - "path", - { - "d": "M11 11.5v-2a1.5 1.5 0 0 1 3 0v2.5" - } - ], - [ - "path", - { - "d": "M14 10.5a1.5 1.5 0 0 1 3 0v1.5" - } - ], - [ - "path", - { - "d": "M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" - } - ], - [ - "path", - { - "d": "M5 3l-1 -1" - } - ], - [ - "path", - { - "d": "M4 7h-1" - } - ], - [ - "path", - { - "d": "M14 3l1 -1" - } - ], - [ - "path", - { - "d": "M15 6h1" - } - ] - ], - "hand-finger-off": [ - [ - "path", - { - "d": "M8 13v-5" - } - ], - [ - "path", - { - "d": "M8.06 4.077a1.5 1.5 0 0 1 2.94 .423v2.5m0 4v1" - } - ], - [ - "path", - { - "d": "M12.063 8.065a1.5 1.5 0 0 1 1.937 1.435v.5" - } - ], - [ - "path", - { - "d": "M14.06 10.082a1.5 1.5 0 0 1 2.94 .418v1.5" - } - ], - [ - "path", - { - "d": "M17 11.5a1.5 1.5 0 0 1 3 0v4.5m-.88 3.129a6 6 0 0 1 -5.12 2.871h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "hand-finger": [ - [ - "path", - { - "d": "M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" - } - ], - [ - "path", - { - "d": "M11 11.5v-2a1.5 1.5 0 1 1 3 0v2.5" - } - ], - [ - "path", - { - "d": "M14 10.5a1.5 1.5 0 0 1 3 0v1.5" - } - ], - [ - "path", - { - "d": "M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" - } - ] - ], - "hand-grab": [ - [ - "path", - { - "d": "M8 11v-3.5a1.5 1.5 0 0 1 3 0v2.5" - } - ], - [ - "path", - { - "d": "M11 9.5v-3a1.5 1.5 0 0 1 3 0v3.5" - } - ], - [ - "path", - { - "d": "M14 7.5a1.5 1.5 0 0 1 3 0v2.5" - } - ], - [ - "path", - { - "d": "M17 9.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" - } - ] - ], - "hand-little-finger": [ - [ - "path", - { - "d": "M8 13v-2.5a1.5 1.5 0 0 1 3 0v1.5" - } - ], - [ - "path", - { - "d": "M11 11.5v-1a1.5 1.5 0 0 1 3 0v1.5" - } - ], - [ - "path", - { - "d": "M17 12v-5.5a1.5 1.5 0 0 1 3 0v9.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" - } - ], - [ - "path", - { - "d": "M14 10.5a1.5 1.5 0 0 1 3 0v1.5" - } - ] - ], - "hand-middle-finger": [ - [ - "path", - { - "d": "M8 13v-2.5a1.5 1.5 0 0 1 3 0v1.5" - } - ], - [ - "path", - { - "d": "M14 10.5a1.5 1.5 0 0 1 3 0v1.5" - } - ], - [ - "path", - { - "d": "M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" - } - ], - [ - "path", - { - "d": "M11 11.5v-8a1.5 1.5 0 1 1 3 0v8.5" - } - ] - ], - "hand-move": [ - [ - "path", - { - "d": "M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" - } - ], - [ - "path", - { - "d": "M11 11.5v-2a1.5 1.5 0 0 1 3 0v2.5" - } - ], - [ - "path", - { - "d": "M14 10.5a1.5 1.5 0 0 1 3 0v1.5" - } - ], - [ - "path", - { - "d": "M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" - } - ], - [ - "path", - { - "d": "M2.541 5.594a13.487 13.487 0 0 1 2.46 -1.427" - } - ], - [ - "path", - { - "d": "M14 3.458c1.32 .354 2.558 .902 3.685 1.612" - } - ] - ], - "hand-off": [ - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M8 13.5v-5.5m.44 -3.562a1.5 1.5 0 0 1 2.56 1.062v1.5m0 4.008v.992m0 -6.5v-2a1.5 1.5 0 1 1 3 0v6.5m0 -4.5a1.5 1.5 0 0 1 3 0v6.5m0 -4.5a1.5 1.5 0 0 1 3 0v8.5a6 6 0 0 1 -6 6h-2c-2.114 -.292 -3.956 -1.397 -5 -3l-2.7 -5.25a1.7 1.7 0 0 1 2.75 -2l.9 1.75" - } - ] - ], - "hand-ring-finger": [ - [ - "path", - { - "d": "M8 13v-2.5a1.5 1.5 0 0 1 3 0v1.5" - } - ], - [ - "path", - { - "d": "M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" - } - ], - [ - "path", - { - "d": "M11 11.5v-2a1.5 1.5 0 1 1 3 0v2.5" - } - ], - [ - "path", - { - "d": "M14 12v-6.5a1.5 1.5 0 0 1 3 0v6.5" - } - ] - ], - "hand-rock": [ - [ - "path", - { - "d": "M11 11.5v-1a1.5 1.5 0 0 1 3 0v1.5" - } - ], - [ - "path", - { - "d": "M17 12v-6.5a1.5 1.5 0 0 1 3 0v10.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" - } - ], - [ - "path", - { - "d": "M14 10.5a1.5 1.5 0 0 1 3 0v1.5" - } - ], - [ - "path", - { - "d": "M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" - } - ] - ], - "hand-sanitizer": [ - [ - "path", - { - "d": "M7 21h10v-10a3 3 0 0 0 -3 -3h-4a3 3 0 0 0 -3 3v10z" - } - ], - [ - "path", - { - "d": "M15 3h-6a2 2 0 0 0 -2 2" - } - ], - [ - "path", - { - "d": "M12 3v5" - } - ], - [ - "path", - { - "d": "M12 11v4" - } - ], - [ - "path", - { - "d": "M10 13h4" - } - ] - ], - "hand-stop": [ - [ - "path", - { - "d": "M8 13v-7.5a1.5 1.5 0 0 1 3 0v6.5" - } - ], - [ - "path", - { - "d": "M11 5.5v-2a1.5 1.5 0 1 1 3 0v8.5" - } - ], - [ - "path", - { - "d": "M14 5.5a1.5 1.5 0 0 1 3 0v6.5" - } - ], - [ - "path", - { - "d": "M17 7.5a1.5 1.5 0 0 1 3 0v8.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" - } - ] - ], - "hand-three-fingers": [ - [ - "path", - { - "d": "M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" - } - ], - [ - "path", - { - "d": "M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" - } - ], - [ - "path", - { - "d": "M11 5.5v-2a1.5 1.5 0 1 1 3 0v8.5" - } - ], - [ - "path", - { - "d": "M14 5.5a1.5 1.5 0 0 1 3 0v6.5" - } - ] - ], - "hand-two-fingers": [ - [ - "path", - { - "d": "M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" - } - ], - [ - "path", - { - "d": "M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" - } - ], - [ - "path", - { - "d": "M14 10.5a1.5 1.5 0 0 1 3 0v1.5" - } - ], - [ - "path", - { - "d": "M11 5.5v-2a1.5 1.5 0 1 1 3 0v8.5" - } - ] - ], - "hanger-2": [ - [ - "path", - { - "d": "M12 9l-7.971 4.428a2 2 0 0 0 -1.029 1.749v.823a2 2 0 0 0 2 2h1" - } - ], - [ - "path", - { - "d": "M18 18h1a2 2 0 0 0 2 -2v-.823a2 2 0 0 0 -1.029 -1.749l-7.971 -4.428c-1.457 -.81 -1.993 -2.333 -2 -4a2 2 0 1 1 4 0" - } - ], - [ - "path", - { - "d": "M6 16m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ] - ], - "hanger-off": [ - [ - "path", - { - "d": "M14 6a2 2 0 1 0 -4 0m6.506 6.506l3.461 1.922a2 2 0 0 1 1.029 1.749v.823m-2 2h-14a2 2 0 0 1 -2 -2v-.823a2 2 0 0 1 1.029 -1.749l6.673 -3.707" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "hanger": [ - [ - "path", - { - "d": "M14 6a2 2 0 1 0 -4 0c0 1.667 .67 3 2 4h-.008l7.971 4.428a2 2 0 0 1 1.029 1.749v.823a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-.823a2 2 0 0 1 1.029 -1.749l7.971 -4.428" - } - ] - ], - "hash": [ - [ - "path", - { - "d": "M5 9l14 0" - } - ], - [ - "path", - { - "d": "M5 15l14 0" - } - ], - [ - "path", - { - "d": "M11 4l-4 16" - } - ], - [ - "path", - { - "d": "M17 4l-4 16" - } - ] - ], - "haze-moon": [ - [ - "path", - { - "d": "M3 16h18" - } - ], - [ - "path", - { - "d": "M3 20h18" - } - ], - [ - "path", - { - "d": "M8.296 16c-2.268 -1.4 -3.598 -4.087 -3.237 -6.916c.443 -3.48 3.308 -6.083 6.698 -6.084v.006h.296c-1.991 1.916 -2.377 5.03 -.918 7.405c1.459 2.374 4.346 3.33 6.865 2.275a6.888 6.888 0 0 1 -2.777 3.314" - } - ] - ], - "haze": [ - [ - "path", - { - "d": "M3 12h1" - } - ], - [ - "path", - { - "d": "M12 3v1" - } - ], - [ - "path", - { - "d": "M20 12h1" - } - ], - [ - "path", - { - "d": "M5.6 5.6l.7 .7" - } - ], - [ - "path", - { - "d": "M18.4 5.6l-.7 .7" - } - ], - [ - "path", - { - "d": "M8 12a4 4 0 1 1 8 0" - } - ], - [ - "path", - { - "d": "M3 16h18" - } - ], - [ - "path", - { - "d": "M3 20h18" - } - ] - ], - "hdr": [ - [ - "path", - { - "d": "M3 16v-8" - } - ], - [ - "path", - { - "d": "M7 8v8" - } - ], - [ - "path", - { - "d": "M3 12h4" - } - ], - [ - "path", - { - "d": "M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" - } - ], - [ - "path", - { - "d": "M17 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4" - } - ] - ], - "heading-off": [ - [ - "path", - { - "d": "M7 12h5m4 0h1" - } - ], - [ - "path", - { - "d": "M7 7v12" - } - ], - [ - "path", - { - "d": "M17 5v8m0 4v2" - } - ], - [ - "path", - { - "d": "M15 19h4" - } - ], - [ - "path", - { - "d": "M15 5h4" - } - ], - [ - "path", - { - "d": "M5 19h4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "heading": [ - [ - "path", - { - "d": "M7 12h10" - } - ], - [ - "path", - { - "d": "M7 5v14" - } - ], - [ - "path", - { - "d": "M17 5v14" - } - ], - [ - "path", - { - "d": "M15 19h4" - } - ], - [ - "path", - { - "d": "M15 5h4" - } - ], - [ - "path", - { - "d": "M5 19h4" - } - ], - [ - "path", - { - "d": "M5 5h4" - } - ] - ], - "headphones-filled": [ - [ - "path", - { - "d": "M21 18a3 3 0 0 1 -2.824 2.995l-.176 .005h-1a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-3a3 3 0 0 1 2.824 -2.995l.176 -.005h1c.351 0 .688 .06 1 .171v-.171a7 7 0 0 0 -13.996 -.24l-.004 .24v.17c.25 -.088 .516 -.144 .791 -.163l.209 -.007h1a3 3 0 0 1 2.995 2.824l.005 .176v3a3 3 0 0 1 -2.824 2.995l-.176 .005h-1a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a9 9 0 0 1 17.996 -.265l.004 .265v6z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "headphones-off": [ - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M4 13m0 2a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M17 13h1a2 2 0 0 1 2 2v1m-.589 3.417c-.361 .36 -.86 .583 -1.411 .583h-1a2 2 0 0 1 -2 -2v-3" - } - ], - [ - "path", - { - "d": "M4 15v-3c0 -2.21 .896 -4.21 2.344 -5.658m2.369 -1.638a8 8 0 0 1 11.287 7.296v3" - } - ] - ], - "headphones": [ - [ - "path", - { - "d": "M4 13m0 2a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M15 13m0 2a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 15v-3a8 8 0 0 1 16 0v3" - } - ] - ], - "headset-off": [ - [ - "path", - { - "d": "M4 14v-3c0 -1.953 .7 -3.742 1.862 -5.13m2.182 -1.825a8 8 0 0 1 11.956 6.955v3" - } - ], - [ - "path", - { - "d": "M18 19c0 1.657 -2.686 3 -6 3" - } - ], - [ - "path", - { - "d": "M4 14a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2v-3z" - } - ], - [ - "path", - { - "d": "M16.169 12.18c.253 -.115 .534 -.18 .831 -.18h1a2 2 0 0 1 2 2v2m-1.183 2.826c-.25 .112 -.526 .174 -.817 .174h-1a2 2 0 0 1 -2 -2v-2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "headset": [ - [ - "path", - { - "d": "M4 14v-3a8 8 0 1 1 16 0v3" - } - ], - [ - "path", - { - "d": "M18 19c0 1.657 -2.686 3 -6 3" - } - ], - [ - "path", - { - "d": "M4 14a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2v-3z" - } - ], - [ - "path", - { - "d": "M15 14a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2v-3z" - } - ] - ], - "health-recognition": [ - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M8.603 9.61a2.04 2.04 0 0 1 2.912 0l.485 .39l.5 -.396a2.035 2.035 0 0 1 2.897 .007a2.104 2.104 0 0 1 0 2.949l-3.397 3.44l-3.397 -3.44a2.104 2.104 0 0 1 0 -2.95z" - } - ] - ], - "heart-bolt": [ - [ - "path", - { - "d": "M13 19l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.003 5.997" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "heart-broken": [ - [ - "path", - { - "d": "M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" - } - ], - [ - "path", - { - "d": "M12 6l-2 4l4 3l-2 4v3" - } - ] - ], - "heart-cancel": [ - [ - "path", - { - "d": "M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 7.993 6.01" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "heart-check": [ - [ - "path", - { - "d": "M19.5 12.572l-3 2.928m-5.5 3.5a8916.99 8916.99 0 0 0 -6.5 -6.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "heart-code": [ - [ - "path", - { - "d": "M19.5 12.572l-.536 .53m-7.91 5.96l-6.554 -6.489a5 5 0 1 1 7.5 -6.567a5 5 0 1 1 7.5 6.572" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "heart-cog": [ - [ - "path", - { - "d": "M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.21 5.697" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "heart-discount": [ - [ - "path", - { - "d": "M13 19l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" - } - ], - [ - "path", - { - "d": "M16 21l5 -5" - } - ], - [ - "path", - { - "d": "M21 21v.01" - } - ], - [ - "path", - { - "d": "M16 16v.01" - } - ] - ], - "heart-dollar": [ - [ - "path", - { - "d": "M13 19l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.785 4.444" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "heart-down": [ - [ - "path", - { - "d": "M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.907 6.12" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "heart-exclamation": [ - [ - "path", - { - "d": "M15.03 17l-3.03 3l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.922 6.102" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "heart-filled": [ - [ - "path", - { - "d": "M6.979 3.074a6 6 0 0 1 4.988 1.425l.037 .033l.034 -.03a6 6 0 0 1 4.733 -1.44l.246 .036a6 6 0 0 1 3.364 10.008l-.18 .185l-.048 .041l-7.45 7.379a1 1 0 0 1 -1.313 .082l-.094 -.082l-7.493 -7.422a6 6 0 0 1 3.176 -10.215z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "heart-handshake": [ - [ - "path", - { - "d": "M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" - } - ], - [ - "path", - { - "d": "M12 6l-3.293 3.293a1 1 0 0 0 0 1.414l.543 .543c.69 .69 1.81 .69 2.5 0l1 -1a3.182 3.182 0 0 1 4.5 0l2.25 2.25" - } - ], - [ - "path", - { - "d": "M12.5 15.5l2 2" - } - ], - [ - "path", - { - "d": "M15 13l2 2" - } - ] - ], - "heart-minus": [ - [ - "path", - { - "d": "M19.5 12.572l-2.494 2.47m-5.006 4.958l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "heart-off": [ - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M19.5 12.572l-1.5 1.428m-2 2l-4 4l-7.5 -7.428a5 5 0 0 1 -1.288 -5.068a4.976 4.976 0 0 1 1.788 -2.504m3 -1c1.56 0 3.05 .727 4 2a5 5 0 1 1 7.5 6.572" - } - ] - ], - "heart-pause": [ - [ - "path", - { - "d": "M19.5 12.572l-.784 .777m-5.725 5.67l-.991 .981l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "heart-pin": [ - [ - "path", - { - "d": "M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.5 5.179" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "heart-plus": [ - [ - "path", - { - "d": "M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.96 6.053" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "heart-question": [ - [ - "path", - { - "d": "M14.105 17.915l-2.105 2.085l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.524 5.127" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "heart-rate-monitor": [ - [ - "path", - { - "d": "M3 4m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M7 20h10" - } - ], - [ - "path", - { - "d": "M9 16v4" - } - ], - [ - "path", - { - "d": "M15 16v4" - } - ], - [ - "path", - { - "d": "M7 10h2l2 3l2 -6l1 3h3" - } - ] - ], - "heart-search": [ - [ - "path", - { - "d": "M12 20l-.975 -.966l-6.525 -6.462a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.37 5.428" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "heart-share": [ - [ - "path", - { - "d": "M19.5 12.572l-.468 .464m-6.077 6.019l-.955 .945l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "heart-star": [ - [ - "path", - { - "d": "M9.73 17.753l-5.23 -5.181a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.563 5.041" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "heart-up": [ - [ - "path", - { - "d": "M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.893 6.139" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "heart-x": [ - [ - "path", - { - "d": "M19.5 12.572l-.5 .428m-6 6l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "heart": [ - [ - "path", - { - "d": "M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" - } - ] - ], - "heartbeat": [ - [ - "path", - { - "d": "M19.5 13.572l-7.5 7.428l-2.896 -2.868m-6.117 -8.104a5 5 0 0 1 9.013 -3.022a5 5 0 1 1 7.5 6.572" - } - ], - [ - "path", - { - "d": "M3 13h2l2 3l2 -6l1 3h3" - } - ] - ], - "hearts-off": [ - [ - "path", - { - "d": "M14.017 18l-2.017 2l-7.5 -7.428a5 5 0 0 1 .49 -7.586m3.01 -1a5 5 0 0 1 4 2.018a5 5 0 0 1 8.153 5.784" - } - ], - [ - "path", - { - "d": "M11.814 11.814a2.81 2.81 0 0 0 -.007 3.948l4.182 4.238l2.01 -2.021m1.977 -1.99l.211 -.212a2.81 2.81 0 0 0 0 -3.948a2.747 2.747 0 0 0 -3.91 -.007l-.283 .178" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "hearts": [ - [ - "path", - { - "d": "M14.017 18l-2.017 2l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.153 5.784" - } - ], - [ - "path", - { - "d": "M15.99 20l4.197 -4.223a2.81 2.81 0 0 0 0 -3.948a2.747 2.747 0 0 0 -3.91 -.007l-.28 .282l-.279 -.283a2.747 2.747 0 0 0 -3.91 -.007a2.81 2.81 0 0 0 -.007 3.948l4.182 4.238z" - } - ] - ], - "helicopter-landing": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 8l0 8" - } - ], - [ - "path", - { - "d": "M9 12l6 0" - } - ], - [ - "path", - { - "d": "M15 8l0 8" - } - ] - ], - "helicopter": [ - [ - "path", - { - "d": "M3 10l1 2h6" - } - ], - [ - "path", - { - "d": "M12 9a2 2 0 0 0 -2 2v3c0 1.1 .9 2 2 2h7a2 2 0 0 0 2 -2c0 -3.31 -3.13 -5 -7 -5h-2z" - } - ], - [ - "path", - { - "d": "M13 9l0 -3" - } - ], - [ - "path", - { - "d": "M5 6l15 0" - } - ], - [ - "path", - { - "d": "M15 9.1v3.9h5.5" - } - ], - [ - "path", - { - "d": "M15 19l0 -3" - } - ], - [ - "path", - { - "d": "M19 19l-8 0" - } - ] - ], - "helmet-off": [ - [ - "path", - { - "d": "M8.633 4.654a9 9 0 0 1 11.718 11.7m-1.503 2.486a9.008 9.008 0 0 1 -1.192 1.16h-11.312a9 9 0 0 1 -.185 -13.847" - } - ], - [ - "path", - { - "d": "M20 9h-7m-2.768 1.246c.507 2 1.596 3.418 3.268 4.254c.524 .262 1.07 .49 1.64 .683" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "helmet": [ - [ - "path", - { - "d": "M12 4a9 9 0 0 1 5.656 16h-11.312a9 9 0 0 1 5.656 -16z" - } - ], - [ - "path", - { - "d": "M20 9h-8.8a1 1 0 0 0 -.968 1.246c.507 2 1.596 3.418 3.268 4.254c2 1 4.333 1.5 7 1.5" - } - ] - ], - "help-circle-filled": [ - [ - "path", - { - "d": "M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -19.995 .324l-.005 -.324l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72zm0 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 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "help-circle": [ - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 16v.01" - } - ], - [ - "path", - { - "d": "M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "help-hexagon-filled": [ - [ - "path", - { - "d": "M10.425 1.414a3.33 3.33 0 0 1 3.026 -.097l.19 .097l6.775 3.995l.096 .063l.092 .077l.107 .075a3.224 3.224 0 0 1 1.266 2.188l.018 .202l.005 .204v7.284c0 1.106 -.57 2.129 -1.454 2.693l-.17 .1l-6.803 4.302c-.918 .504 -2.019 .535 -3.004 .068l-.196 -.1l-6.695 -4.237a3.225 3.225 0 0 1 -1.671 -2.619l-.007 -.207v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098zm1.575 13.586a1 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 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "help-hexagon": [ - [ - "path", - { - "d": "M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M12 16v.01" - } - ], - [ - "path", - { - "d": "M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "help-octagon-filled": [ - [ - "path", - { - "d": "M14.897 1a4 4 0 0 1 2.664 1.016l.165 .156l4.1 4.1a4 4 0 0 1 1.168 2.605l.006 .227v5.794a4 4 0 0 1 -1.016 2.664l-.156 .165l-4.1 4.1a4 4 0 0 1 -2.603 1.168l-.227 .006h-5.795a3.999 3.999 0 0 1 -2.664 -1.017l-.165 -.156l-4.1 -4.1a4 4 0 0 1 -1.168 -2.604l-.006 -.227v-5.794a4 4 0 0 1 1.016 -2.664l.156 -.165l4.1 -4.1a4 4 0 0 1 2.605 -1.168l.227 -.006h5.793zm-2.897 14a1 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 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "help-octagon": [ - [ - "path", - { - "d": "M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0z" - } - ], - [ - "path", - { - "d": "M12 16v.01" - } - ], - [ - "path", - { - "d": "M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "help-off": [ - [ - "path", - { - "d": "M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ], - [ - "path", - { - "d": "M12 13.5a1.5 1.5 0 0 1 .394 -1.1m2.106 -1.9a2.6 2.6 0 0 0 -3.347 -3.361" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "help-small": [ - [ - "path", - { - "d": "M12 16v.01" - } - ], - [ - "path", - { - "d": "M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "help-square-filled": [ - [ - "path", - { - "d": "M19 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h14zm-7 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 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "help-square-rounded-filled": [ - [ - "path", - { - "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm0 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 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "help-square-rounded": [ - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ], - [ - "path", - { - "d": "M12 16v.01" - } - ], - [ - "path", - { - "d": "M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "help-square": [ - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ], - [ - "path", - { - "d": "M12 16v.01" - } - ], - [ - "path", - { - "d": "M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "help-triangle-filled": [ - [ - "path", - { - "d": "M12 1.67c.955 0 1.845 .467 2.39 1.247l.105 .16l8.114 13.548a2.914 2.914 0 0 1 -2.307 4.363l-.195 .008h-16.225a2.914 2.914 0 0 1 -2.582 -4.2l.099 -.185l8.11 -13.538a2.914 2.914 0 0 1 2.491 -1.403zm0 13.33a1 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 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "help-triangle": [ - [ - "path", - { - "d": "M12 16v.01" - } - ], - [ - "path", - { - "d": "M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0z" - } - ], - [ - "path", - { - "d": "M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "help": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 17l0 .01" - } - ], - [ - "path", - { - "d": "M12 13.5a1.5 1.5 0 0 1 1 -1.5a2.6 2.6 0 1 0 -3 -4" - } - ] - ], - "hemisphere-off": [ - [ - "path", - { - "d": "M6.588 6.603c-2.178 .547 -3.588 1.417 -3.588 2.397c0 1.657 4.03 3 9 3m3.72 -.267c3.114 -.473 5.28 -1.518 5.28 -2.733c0 -1.657 -4.03 -3 -9 -3c-.662 0 -1.308 .024 -1.93 .07" - } - ], - [ - "path", - { - "d": "M3 9a9 9 0 0 0 13.677 7.69m2.165 -1.843a8.965 8.965 0 0 0 2.158 -5.847" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "hemisphere-plus": [ - [ - "path", - { - "d": "M12 9m-9 0a9 3 0 1 0 18 0a9 3 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M3 9a9 9 0 0 0 9 9m8.396 -5.752a8.978 8.978 0 0 0 .604 -3.248" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "hemisphere": [ - [ - "path", - { - "d": "M12 9m-9 0a9 3 0 1 0 18 0a9 3 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M3 9a9 9 0 0 0 18 0" - } - ] - ], - "hexagon-0-filled": [ - [ - "path", - { - "d": "M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm1.575 5.586a3 3 0 0 0 -2.995 2.824l-.005 .176v4l.005 .176a3 3 0 0 0 5.99 0l.005 -.176v-4l-.005 -.176a3 3 0 0 0 -2.995 -2.824zm0 2a1 1 0 0 1 .993 .883l.007 .117v4l-.007 .117a1 1 0 0 1 -1.986 0l-.007 -.117v-4l.007 -.117a1 1 0 0 1 .993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "hexagon-1-filled": [ - [ - "path", - { - "d": "M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm.952 5.803l-.084 .076l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v5.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.006 -.114c-.083 -.777 -1.008 -1.16 -1.617 -.67z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "hexagon-2-filled": [ - [ - "path", - { - "d": "M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm2.575 5.586h-3l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h3v2h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h3l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-3v-2h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "hexagon-3-filled": [ - [ - "path", - { - "d": "M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm2.575 5.586h-2l-.15 .005a2 2 0 0 0 -1.85 1.995a1 1 0 0 0 1.974 .23l.02 -.113l.006 -.117h2v2h-2l-.133 .007c-1.111 .12 -1.154 1.73 -.128 1.965l.128 .021l.133 .007h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "hexagon-3d": [ - [ - "path", - { - "d": "M19 6.844a2.007 2.007 0 0 1 1 1.752v6.555c0 .728 -.394 1.399 -1.03 1.753l-6 3.844a2 2 0 0 1 -1.942 0l-6 -3.844a2.007 2.007 0 0 1 -1.029 -1.752v-6.556c0 -.729 .394 -1.4 1.029 -1.753l6 -3.583a2.05 2.05 0 0 1 2 0l6 3.584h-.03z" - } - ], - [ - "path", - { - "d": "M12 16.5v4.5" - } - ], - [ - "path", - { - "d": "M4.5 7.5l3.5 2.5" - } - ], - [ - "path", - { - "d": "M16 10l4 -2.5" - } - ], - [ - "path", - { - "d": "M12 7.5v4.5l-4 2" - } - ], - [ - "path", - { - "d": "M12 12l4 2" - } - ], - [ - "path", - { - "d": "M12 16.5l4 -2.5v-4l-4 -2.5l-4 2.5v4z" - } - ] - ], - "hexagon-4-filled": [ - [ - "path", - { - "d": "M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm3.575 5.586a1 1 0 0 0 -.993 .883l-.007 .117v3h-2v-3l-.007 -.117a1 1 0 0 0 -1.986 0l-.007 .117v3l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v3l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "hexagon-5-filled": [ - [ - "path", - { - "d": "M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm3.575 5.586h-4a1 1 0 0 0 -.993 .883l-.007 .117v4a1 1 0 0 0 .883 .993l.117 .007h3v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2a2 2 0 0 0 1.995 -1.85l.005 -.15v-2a2 2 0 0 0 -1.85 -1.995l-.15 -.005h-2v-2h3a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -.883 -.993l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "hexagon-6-filled": [ - [ - "path", - { - "d": "M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm2.575 5.586h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v6l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006h-2v-2h2l.007 .117a1 1 0 0 0 1.993 -.117a2 2 0 0 0 -1.85 -1.995l-.15 -.005zm0 6v2h-2v-2h2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "hexagon-7-filled": [ - [ - "path", - { - "d": "M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm3.575 5.586h-4l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117l.007 .117a1 1 0 0 0 .876 .876l.117 .007h2.718l-1.688 6.757l-.022 .115a1 1 0 0 0 1.927 .482l.035 -.111l2 -8l.021 -.112a1 1 0 0 0 -.878 -1.125l-.113 -.006z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "hexagon-8-filled": [ - [ - "path", - { - "d": "M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm2.575 5.586h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15c.018 .236 .077 .46 .17 .667l.075 .152l.018 .03l-.018 .032c-.133 .24 -.218 .509 -.243 .795l-.007 .174v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 6v2h-2v-2h2zm0 -4v2h-2v-2h2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "hexagon-9-filled": [ - [ - "path", - { - "d": "M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm2.575 5.586h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-6l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 2v2h-2v-2h2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "hexagon-filled": [ - [ - "path", - { - "d": "M10.425 1.414l-6.775 3.996a3.21 3.21 0 0 0 -1.65 2.807v7.285a3.226 3.226 0 0 0 1.678 2.826l6.695 4.237c1.034 .57 2.22 .57 3.2 .032l6.804 -4.302c.98 -.537 1.623 -1.618 1.623 -2.793v-7.284l-.005 -.204a3.223 3.223 0 0 0 -1.284 -2.39l-.107 -.075l-.007 -.007a1.074 1.074 0 0 0 -.181 -.133l-6.776 -3.995a3.33 3.33 0 0 0 -3.216 0z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "hexagon-letter-a": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 16v-6a2 2 0 1 1 4 0v6" - } - ], - [ - "path", - { - "d": "M10 13h4" - } - ] - ], - "hexagon-letter-b": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z" - } - ] - ], - "hexagon-letter-c": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" - } - ] - ], - "hexagon-letter-d": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" - } - ] - ], - "hexagon-letter-e": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M14 8h-4v8h4" - } - ], - [ - "path", - { - "d": "M10 12h2.5" - } - ] - ], - "hexagon-letter-f": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 12h3" - } - ], - [ - "path", - { - "d": "M14 8h-4v8" - } - ] - ], - "hexagon-letter-g": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" - } - ] - ], - "hexagon-letter-h": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 16v-8m4 0v8" - } - ], - [ - "path", - { - "d": "M10 12h4" - } - ] - ], - "hexagon-letter-i": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M12 8v8" - } - ] - ], - "hexagon-letter-j": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 8h4v6a2 2 0 1 1 -4 0" - } - ] - ], - "hexagon-letter-k": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 8v8" - } - ], - [ - "path", - { - "d": "M14 8l-2.5 4l2.5 4" - } - ], - [ - "path", - { - "d": "M10 12h1.5" - } - ] - ], - "hexagon-letter-l": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 8v8h4" - } - ] - ], - "hexagon-letter-m": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M9 16v-8l3 5l3 -5v8" - } - ] - ], - "hexagon-letter-n": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 16v-8l4 8v-8" - } - ] - ], - "hexagon-letter-o": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" - } - ] - ], - "hexagon-letter-p": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8" - } - ] - ], - "hexagon-letter-q": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M13 15l1 1" - } - ] - ], - "hexagon-letter-r": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4" - } - ] - ], - "hexagon-letter-s": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1" - } - ] - ], - "hexagon-letter-t": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 8h4" - } - ], - [ - "path", - { - "d": "M12 8v8" - } - ] - ], - "hexagon-letter-u": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 8v6a2 2 0 1 0 4 0v-6" - } - ] - ], - "hexagon-letter-v": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 8l2 8l2 -8" - } - ] - ], - "hexagon-letter-w": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M9 8l1 8l2 -5l2 5l1 -8" - } - ] - ], - "hexagon-letter-x": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 8l4 8" - } - ], - [ - "path", - { - "d": "M10 16l4 -8" - } - ] - ], - "hexagon-letter-y": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 8l2 5l2 -5" - } - ], - [ - "path", - { - "d": "M12 16v-3" - } - ] - ], - "hexagon-letter-z": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 8h4l-4 8h4" - } - ] - ], - "hexagon-minus-2": [ - [ - "path", - { - "d": "M13.092 21.72a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033c.7 .398 1.13 1.143 1.125 1.948v6.782" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "hexagon-minus": [ - [ - "path", - { - "d": "M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M9 12h6" - } - ] - ], - "hexagon-number-0": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" - } - ] - ], - "hexagon-number-1": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 10l2 -2v8" - } - ] - ], - "hexagon-number-2": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "hexagon-number-3": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1" - } - ] - ], - "hexagon-number-4": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 8v3a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M14 8v8" - } - ] - ], - "hexagon-number-5": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" - } - ] - ], - "hexagon-number-6": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" - } - ] - ], - "hexagon-number-7": [ - [ - "path", - { - "d": "M19.02 6.858a2 2 0 0 1 1 1.752v6.555c0 .728 -.395 1.4 -1.032 1.753l-6.017 3.844a2 2 0 0 1 -1.948 0l-6.016 -3.844a2 2 0 0 1 -1.032 -1.752v-6.556c0 -.728 .395 -1.4 1.032 -1.753l6.017 -3.582a2.062 2.062 0 0 1 2 0l6.017 3.583h-.029z" - } - ], - [ - "path", - { - "d": "M10 8h4l-2 8" - } - ] - ], - "hexagon-number-8": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" - } - ] - ], - "hexagon-number-9": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "hexagon-off": [ - [ - "path", - { - "d": "M8.693 4.69l2.336 -1.39a2.056 2.056 0 0 1 2 0l6 3.573h-.029a2 2 0 0 1 1 1.747v6.536c0 .246 -.045 .485 -.13 .707m-2.16 1.847l-4.739 3.027a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l1.154 -.687" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "hexagon-plus-2": [ - [ - "path", - { - "d": "M13.092 21.72a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033c.7 .398 1.13 1.143 1.125 1.948v4.282" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "hexagon-plus": [ - [ - "path", - { - "d": "M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M9 12h6" - } - ], - [ - "path", - { - "d": "M12 9v6" - } - ] - ], - "hexagon": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ] - ], - "hexagonal-prism-off": [ - [ - "path", - { - "d": "M20.792 6.996l-3.775 2.643a2.005 2.005 0 0 1 -1.147 .361h-1.87m-4 0h-1.87c-.41 0 -.81 -.126 -1.146 -.362l-3.774 -2.641" - } - ], - [ - "path", - { - "d": "M8 10v11" - } - ], - [ - "path", - { - "d": "M16 10v2m0 4v5" - } - ], - [ - "path", - { - "d": "M20.972 16.968a2.01 2.01 0 0 0 .028 -.337v-9.262c0 -.655 -.318 -1.268 -.853 -1.643l-3.367 -2.363a2 2 0 0 0 -1.147 -.363h-7.266a1.99 1.99 0 0 0 -1.066 .309m-2.345 1.643l-1.103 .774a2.006 2.006 0 0 0 -.853 1.644v9.261c0 .655 .318 1.269 .853 1.644l3.367 2.363a2 2 0 0 0 1.147 .362h7.265c.41 0 .811 -.126 1.147 -.363l2.26 -1.587" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "hexagonal-prism-plus": [ - [ - "path", - { - "d": "M20.792 6.996l-3.775 2.643a2.005 2.005 0 0 1 -1.147 .361h-7.74c-.41 0 -.81 -.126 -1.146 -.362l-3.774 -2.641" - } - ], - [ - "path", - { - "d": "M8 10v11" - } - ], - [ - "path", - { - "d": "M16 10v3.5" - } - ], - [ - "path", - { - "d": "M21 12.5v-5.131c0 -.655 -.318 -1.268 -.853 -1.643l-3.367 -2.363a2 2 0 0 0 -1.147 -.363h-7.266c-.41 0 -.811 .126 -1.147 .363l-3.367 2.363a2.006 2.006 0 0 0 -.853 1.644v9.261c0 .655 .318 1.269 .853 1.644l3.367 2.363a2 2 0 0 0 1.147 .362h4.133" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "hexagonal-prism": [ - [ - "path", - { - "d": "M20.792 6.996l-3.775 2.643a2.005 2.005 0 0 1 -1.147 .361h-7.74c-.41 0 -.81 -.126 -1.146 -.362l-3.774 -2.641" - } - ], - [ - "path", - { - "d": "M8 10v11" - } - ], - [ - "path", - { - "d": "M16 10v11" - } - ], - [ - "path", - { - "d": "M3.853 18.274l3.367 2.363a2 2 0 0 0 1.147 .363h7.265c.41 0 .811 -.126 1.147 -.363l3.367 -2.363c.536 -.375 .854 -.99 .854 -1.643v-9.262c0 -.655 -.318 -1.268 -.853 -1.643l-3.367 -2.363a2 2 0 0 0 -1.147 -.363h-7.266c-.41 0 -.811 .126 -1.147 .363l-3.367 2.363a2.006 2.006 0 0 0 -.853 1.644v9.261c0 .655 .318 1.269 .853 1.644z" - } - ] - ], - "hexagonal-pyramid-off": [ - [ - "path", - { - "d": "M7.877 7.88l-4.56 7.53a1.988 1.988 0 0 0 .266 2.484l2.527 2.523c.374 .373 .88 .583 1.408 .583h8.964c.528 0 1.034 -.21 1.408 -.583l1.264 -1.263m1.792 -2.205a1.986 1.986 0 0 0 -.262 -1.538l-7.846 -12.954a.996 .996 0 0 0 -1.676 0l-1.772 2.926" - } - ], - [ - "path", - { - "d": "M12 2l-1.254 4.742m-.841 3.177l-2.905 10.981" - } - ], - [ - "path", - { - "d": "M12 2l2.153 8.14m1.444 5.457l1.403 5.303" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "hexagonal-pyramid-plus": [ - [ - "path", - { - "d": "M18.642 12.04l-5.804 -9.583a.996 .996 0 0 0 -1.676 0l-7.846 12.954a1.988 1.988 0 0 0 .267 2.483l2.527 2.523c.374 .373 .88 .583 1.408 .583h4.982" - } - ], - [ - "path", - { - "d": "M12 2l-5 18.9" - } - ], - [ - "path", - { - "d": "M12 2l3.304 12.489" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "hexagonal-pyramid": [ - [ - "path", - { - "d": "M11.162 2.457l-7.846 12.954a1.988 1.988 0 0 0 .267 2.483l2.527 2.523c.374 .373 .88 .583 1.408 .583h8.964c.528 0 1.034 -.21 1.408 -.583l2.527 -2.523a1.988 1.988 0 0 0 .267 -2.483l-7.846 -12.954a.996 .996 0 0 0 -1.676 0z" - } - ], - [ - "path", - { - "d": "M12 2l-5 18.9" - } - ], - [ - "path", - { - "d": "M12 2l5 18.9" - } - ] - ], - "hexagons-off": [ - [ - "path", - { - "d": "M4 18v-5l4 -2l4 2v5l-4 2z" - } - ], - [ - "path", - { - "d": "M8 11v-3m1.332 -2.666l2.668 -1.334l4 2v5" - } - ], - [ - "path", - { - "d": "M12 13l.661 -.331" - } - ], - [ - "path", - { - "d": "M15.345 11.328l.655 -.328l4 2v3m-1.334 2.667l-2.666 1.333l-4 -2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "hexagons": [ - [ - "path", - { - "d": "M4 18v-5l4 -2l4 2v5l-4 2z" - } - ], - [ - "path", - { - "d": "M8 11v-5l4 -2l4 2v5" - } - ], - [ - "path", - { - "d": "M12 13l4 -2l4 2v5l-4 2l-4 -2" - } - ] - ], - "hierarchy-2": [ - [ - "path", - { - "d": "M10 3h4v4h-4z" - } - ], - [ - "path", - { - "d": "M3 17h4v4h-4z" - } - ], - [ - "path", - { - "d": "M17 17h4v4h-4z" - } - ], - [ - "path", - { - "d": "M7 17l5 -4l5 4" - } - ], - [ - "path", - { - "d": "M12 7l0 6" - } - ] - ], - "hierarchy-3": [ - [ - "path", - { - "d": "M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M8 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M20 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M4 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M16 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 17l2 -3" - } - ], - [ - "path", - { - "d": "M9 10l2 -3" - } - ], - [ - "path", - { - "d": "M13 7l2 3" - } - ], - [ - "path", - { - "d": "M17 14l2 3" - } - ], - [ - "path", - { - "d": "M15 14l-2 3" - } - ], - [ - "path", - { - "d": "M9 14l2 3" - } - ] - ], - "hierarchy-off": [ - [ - "path", - { - "d": "M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17.585 17.587a2 2 0 0 0 2.813 2.843" - } - ], - [ - "path", - { - "d": "M6.5 17.5l5.5 -4.5l5.5 4.5" - } - ], - [ - "path", - { - "d": "M12 7v1m0 4v1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "hierarchy": [ - [ - "path", - { - "d": "M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6.5 17.5l5.5 -4.5l5.5 4.5" - } - ], - [ - "path", - { - "d": "M12 7l0 6" - } - ] - ], - "highlight-off": [ - [ - "path", - { - "d": "M9 9l-6 6v4h4l6 -6m2 -2l2.503 -2.503a2.828 2.828 0 1 0 -4 -4l-2.497 2.497" - } - ], - [ - "path", - { - "d": "M12.5 5.5l4 4" - } - ], - [ - "path", - { - "d": "M4.5 13.5l4 4" - } - ], - [ - "path", - { - "d": "M19 15h2v2m-2 2h-6l3 -3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "highlight": [ - [ - "path", - { - "d": "M3 19h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" - } - ], - [ - "path", - { - "d": "M12.5 5.5l4 4" - } - ], - [ - "path", - { - "d": "M4.5 13.5l4 4" - } - ], - [ - "path", - { - "d": "M21 15v4h-8l4 -4z" - } - ] - ], - "history-off": [ - [ - "path", - { - "d": "M3.05 11a8.975 8.975 0 0 1 2.54 -5.403m2.314 -1.697a9 9 0 0 1 12.113 12.112m-1.695 2.312a9 9 0 0 1 -14.772 -3.324m-.5 5v-5h5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "history-toggle": [ - [ - "path", - { - "d": "M10 20.777a8.942 8.942 0 0 1 -2.48 -.969" - } - ], - [ - "path", - { - "d": "M14 3.223a9.003 9.003 0 0 1 0 17.554" - } - ], - [ - "path", - { - "d": "M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592" - } - ], - [ - "path", - { - "d": "M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305" - } - ], - [ - "path", - { - "d": "M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356" - } - ], - [ - "path", - { - "d": "M12 8v4l3 3" - } - ] - ], - "history": [ - [ - "path", - { - "d": "M12 8l0 4l2 2" - } - ], - [ - "path", - { - "d": "M3.05 11a9 9 0 1 1 .5 4m-.5 5v-5h5" - } - ] - ], - "home-2": [ - [ - "path", - { - "d": "M5 12l-2 0l9 -9l9 9l-2 0" - } - ], - [ - "path", - { - "d": "M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" - } - ], - [ - "path", - { - "d": "M10 12h4v4h-4z" - } - ] - ], - "home-bolt": [ - [ - "path", - { - "d": "M19 10l-7 -7l-9 9h2v7a2 2 0 0 0 2 2h7.5" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.661 0 1.248 .32 1.612 .815" - } - ], - [ - "path", - { - "d": "M19 14l-2 4h4l-2 4" - } - ] - ], - "home-cancel": [ - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ], - [ - "path", - { - "d": "M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.58 0 1.103 .247 1.468 .642" - } - ] - ], - "home-check": [ - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2" - } - ], - [ - "path", - { - "d": "M19 13.488v-1.488h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h4.525" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "home-cog": [ - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h1.6" - } - ], - [ - "path", - { - "d": "M20 11l-8 -8l-9 9h2v7a2 2 0 0 0 2 2h4.159" - } - ], - [ - "path", - { - "d": "M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 14.5v1.5" - } - ], - [ - "path", - { - "d": "M18 20v1.5" - } - ], - [ - "path", - { - "d": "M21.032 16.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M16.27 19l-1.3 .75" - } - ], - [ - "path", - { - "d": "M14.97 16.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M19.733 19l1.3 .75" - } - ] - ], - "home-dollar": [ - [ - "path", - { - "d": "M19 10l-7 -7l-9 9h2v7a2 2 0 0 0 2 2h6" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.387 0 .748 .11 1.054 .3" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "home-dot": [ - [ - "path", - { - "d": "M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.641 0 1.212 .302 1.578 .771" - } - ] - ], - "home-down": [ - [ - "path", - { - "d": "M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "home-eco": [ - [ - "path", - { - "d": "M20 11l-8 -8l-9 9h2v7a2 2 0 0 0 2 2h5" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.325 0 .631 .077 .902 .215" - } - ], - [ - "path", - { - "d": "M16 22s0 -2 3 -4" - } - ], - [ - "path", - { - "d": "M19 21a3 3 0 0 1 0 -6h3v3a3 3 0 0 1 -3 3z" - } - ] - ], - "home-edit": [ - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.645 0 1.218 .305 1.584 .78" - } - ], - [ - "path", - { - "d": "M20 11l-8 -8l-9 9h2v7a2 2 0 0 0 2 2h4" - } - ], - [ - "path", - { - "d": "M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" - } - ] - ], - "home-exclamation": [ - [ - "path", - { - "d": "M21 12l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h8" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 1.857 1.257" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "home-hand": [ - [ - "path", - { - "d": "M18 9l-6 -6l-9 9h2v7a2 2 0 0 0 2 2h3.5" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M16 17.5l-.585 -.578a1.516 1.516 0 0 0 -2 0c-.477 .433 -.551 1.112 -.177 1.622l1.762 2.456c.37 .506 1.331 1 2 1h3c1.009 0 1.497 -.683 1.622 -1.593c.252 -.938 .378 -1.74 .378 -2.407c0 -1 -.939 -1.843 -2 -2h-1v-2.636c0 -.754 -.672 -1.364 -1.5 -1.364s-1.5 .61 -1.5 1.364v4.136z" - } - ] - ], - "home-heart": [ - [ - "path", - { - "d": "M21 12l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h6" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.39 0 .754 .112 1.061 .304" - } - ], - [ - "path", - { - "d": "M19 21.5l2.518 -2.58a1.74 1.74 0 0 0 0 -2.413a1.627 1.627 0 0 0 -2.346 0l-.168 .172l-.168 -.172a1.627 1.627 0 0 0 -2.346 0a1.74 1.74 0 0 0 0 2.412l2.51 2.59z" - } - ] - ], - "home-infinity": [ - [ - "path", - { - "d": "M19 14v-2h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h2.5" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 1.75 1.032" - } - ], - [ - "path", - { - "d": "M15.536 17.586a2.123 2.123 0 0 0 -2.929 0a1.951 1.951 0 0 0 0 2.828c.809 .781 2.12 .781 2.929 0c.809 -.781 -.805 .778 0 0l1.46 -1.41l1.46 -1.419" - } - ], - [ - "path", - { - "d": "M15.54 17.582l1.46 1.42l1.46 1.41c.809 .78 -.805 -.779 0 0s2.12 .781 2.929 0a1.951 1.951 0 0 0 0 -2.828a2.123 2.123 0 0 0 -2.929 0" - } - ] - ], - "home-link": [ - [ - "path", - { - "d": "M20.085 11.085l-8.085 -8.085l-9 9h2v7a2 2 0 0 0 2 2h4.5" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 1.807 1.143" - } - ], - [ - "path", - { - "d": "M21 21m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M21 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M16 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M21 16l-5 3l5 2" - } - ] - ], - "home-minus": [ - [ - "path", - { - "d": "M19 15v-3h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2" - } - ] - ], - "home-move": [ - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2" - } - ], - [ - "path", - { - "d": "M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16l3 3l-3 3" - } - ] - ], - "home-off": [ - [ - "path", - { - "d": "M5 12h-2l4.497 -4.497m2 -2l2.504 -2.504l9 9h-2" - } - ], - [ - "path", - { - "d": "M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2m0 -4v-3" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2m2 2v6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "home-plus": [ - [ - "path", - { - "d": "M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "home-question": [ - [ - "path", - { - "d": "M20.136 11.136l-8.136 -8.136l-9 9h2v7a2 2 0 0 0 2 2h7" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.467 0 .896 .16 1.236 .428" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "home-ribbon": [ - [ - "path", - { - "d": "M16 15h5v7l-2.5 -1.5l-2.5 1.5z" - } - ], - [ - "path", - { - "d": "M20 11l-8 -8l-9 9h2v7a2 2 0 0 0 2 2h5" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h1.5" - } - ] - ], - "home-search": [ - [ - "path", - { - "d": "M21 12l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h4.7" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "home-share": [ - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.247 0 .484 .045 .702 .127" - } - ], - [ - "path", - { - "d": "M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "home-shield": [ - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h1.341" - } - ], - [ - "path", - { - "d": "M19.682 10.682l-7.682 -7.682l-9 9h2v7a2 2 0 0 0 2 2h5" - } - ], - [ - "path", - { - "d": "M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5z" - } - ] - ], - "home-signal": [ - [ - "path", - { - "d": "M15 22v-2" - } - ], - [ - "path", - { - "d": "M18 22v-4" - } - ], - [ - "path", - { - "d": "M21 22v-6" - } - ], - [ - "path", - { - "d": "M19 12.494v-.494h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h4" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v.5" - } - ] - ], - "home-star": [ - [ - "path", - { - "d": "M19.258 10.258l-7.258 -7.258l-9 9h2v7a2 2 0 0 0 2 2h4" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h1.5" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "home-stats": [ - [ - "path", - { - "d": "M19 13v-1h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h2.5" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2" - } - ], - [ - "path", - { - "d": "M13 22l3 -3l2 2l4 -4" - } - ], - [ - "path", - { - "d": "M19 17h3v3" - } - ] - ], - "home-up": [ - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.641 0 1.212 .302 1.578 .771" - } - ], - [ - "path", - { - "d": "M20.136 11.136l-8.136 -8.136l-9 9h2v7a2 2 0 0 0 2 2h6.344" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "home-x": [ - [ - "path", - { - "d": "M19 13.4v-1.4h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2c.402 0 .777 .119 1.091 .323" - } - ], - [ - "path", - { - "d": "M21.5 21.5l-5 -5" - } - ], - [ - "path", - { - "d": "M16.5 21.5l5 -5" - } - ] - ], - "home": [ - [ - "path", - { - "d": "M5 12l-2 0l9 -9l9 9l-2 0" - } - ], - [ - "path", - { - "d": "M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" - } - ], - [ - "path", - { - "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6" - } - ] - ], - "horse-toy": [ - [ - "path", - { - "d": "M3.5 17.5c5.667 4.667 11.333 4.667 17 0" - } - ], - [ - "path", - { - "d": "M19 18.5l-2 -8.5l1 -2l2 1l1.5 -1.5l-2.5 -4.5c-5.052 .218 -5.99 3.133 -7 6h-6a3 3 0 0 0 -3 3" - } - ], - [ - "path", - { - "d": "M5 18.5l2 -9.5" - } - ], - [ - "path", - { - "d": "M8 20l2 -5h4l2 5" - } - ] - ], - "horse": [ - [ - "path", - { - "d": "M7 10l-.85 8.507a1.357 1.357 0 0 0 1.35 1.493h.146a2 2 0 0 0 1.857 -1.257l.994 -2.486a2 2 0 0 1 1.857 -1.257h1.292a2 2 0 0 1 1.857 1.257l.994 2.486a2 2 0 0 0 1.857 1.257h.146a1.37 1.37 0 0 0 1.364 -1.494l-.864 -9.506h-8c0 -3 -3 -5 -6 -5l-3 6l2 2l3 -2z" - } - ], - [ - "path", - { - "d": "M22 14v-2a3 3 0 0 0 -3 -3" - } - ] - ], - "horseshoe": [ - [ - "path", - { - "d": "M19 17c.5 -1.242 2 -2 2 -5s-1 -9 -9 -9s-9 6 -9 9s1.495 3.749 2 5l-2 1l2 3l2.406 -1.147c1.25 -.714 1.778 -2.08 1.203 -3.363c-1.078 -2.407 -1.609 -8.49 3.391 -8.49s4.469 6.083 3.39 8.49c-.574 1.284 -.045 2.649 1.204 3.363l2.406 1.147l2 -3l-2 -1z" - } - ] - ], - "hospital-circle": [ - [ - "path", - { - "d": "M10 16v-8" - } - ], - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M14 16v-8" - } - ], - [ - "path", - { - "d": "M10 12h4" - } - ] - ], - "hospital": [ - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ], - [ - "path", - { - "d": "M10 16v-8" - } - ], - [ - "path", - { - "d": "M14 16v-8" - } - ], - [ - "path", - { - "d": "M10 12h4" - } - ] - ], - "hotel-service": [ - [ - "path", - { - "d": "M8.5 10a1.5 1.5 0 0 1 -1.5 -1.5a5.5 5.5 0 0 1 11 0v10.5a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-2c0 -1.38 .71 -2.444 1.88 -3.175l4.424 -2.765c1.055 -.66 1.696 -1.316 1.696 -2.56a2.5 2.5 0 1 0 -5 0a1.5 1.5 0 0 1 -1.5 1.5z" - } - ] - ], - "hourglass-empty": [ - [ - "path", - { - "d": "M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z" - } - ] - ], - "hourglass-filled": [ - [ - "path", - { - "d": "M17 2a2 2 0 0 1 1.995 1.85l.005 .15v2a6.996 6.996 0 0 1 -3.393 6a6.994 6.994 0 0 1 3.388 5.728l.005 .272v2a2 2 0 0 1 -1.85 1.995l-.15 .005h-10a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-2a6.996 6.996 0 0 1 3.393 -6a6.994 6.994 0 0 1 -3.388 -5.728l-.005 -.272v-2a2 2 0 0 1 1.85 -1.995l.15 -.005h10z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "hourglass-high": [ - [ - "path", - { - "d": "M6.5 7h11" - } - ], - [ - "path", - { - "d": "M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z" - } - ] - ], - "hourglass-low": [ - [ - "path", - { - "d": "M6.5 17h11" - } - ], - [ - "path", - { - "d": "M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z" - } - ] - ], - "hourglass-off": [ - [ - "path", - { - "d": "M18 18v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-2a6 6 0 0 1 6 -6" - } - ], - [ - "path", - { - "d": "M6 6a6 6 0 0 0 6 6m3.13 -.88a6 6 0 0 0 2.87 -5.12v-2a1 1 0 0 0 -1 -1h-10" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "hourglass": [ - [ - "path", - { - "d": "M6.5 7h11" - } - ], - [ - "path", - { - "d": "M6.5 17h11" - } - ], - [ - "path", - { - "d": "M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z" - } - ] - ], - "html": [ - [ - "path", - { - "d": "M13 16v-8l2 5l2 -5v8" - } - ], - [ - "path", - { - "d": "M1 16v-8" - } - ], - [ - "path", - { - "d": "M5 8v8" - } - ], - [ - "path", - { - "d": "M1 12h4" - } - ], - [ - "path", - { - "d": "M7 8h4" - } - ], - [ - "path", - { - "d": "M9 8v8" - } - ], - [ - "path", - { - "d": "M20 8v8h3" - } - ] - ], - "http-connect": [ - [ - "path", - { - "d": "M7 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" - } - ], - [ - "path", - { - "d": "M17 16v-8l4 8v-8" - } - ], - [ - "path", - { - "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" - } - ] - ], - "http-delete": [ - [ - "path", - { - "d": "M3 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" - } - ], - [ - "path", - { - "d": "M14 8h-4v8h4" - } - ], - [ - "path", - { - "d": "M10 12h2.5" - } - ], - [ - "path", - { - "d": "M17 8v8h4" - } - ] - ], - "http-get": [ - [ - "path", - { - "d": "M7 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" - } - ], - [ - "path", - { - "d": "M14 8h-4v8h4" - } - ], - [ - "path", - { - "d": "M10 12h2.5" - } - ], - [ - "path", - { - "d": "M17 8h4" - } - ], - [ - "path", - { - "d": "M19 8v8" - } - ] - ], - "http-head": [ - [ - "path", - { - "d": "M3 16v-8" - } - ], - [ - "path", - { - "d": "M7 8v8" - } - ], - [ - "path", - { - "d": "M3 12h4" - } - ], - [ - "path", - { - "d": "M14 8h-4v8h4" - } - ], - [ - "path", - { - "d": "M10 12h2.5" - } - ], - [ - "path", - { - "d": "M17 16v-6a2 2 0 1 1 4 0v6" - } - ], - [ - "path", - { - "d": "M17 13h4" - } - ] - ], - "http-options": [ - [ - "path", - { - "d": "M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8" - } - ], - [ - "path", - { - "d": "M17 8h4" - } - ], - [ - "path", - { - "d": "M19 8v8" - } - ] - ], - "http-patch": [ - [ - "path", - { - "d": "M3 12h2a2 2 0 1 0 0 -4h-2v8" - } - ], - [ - "path", - { - "d": "M10 16v-6a2 2 0 1 1 4 0v6" - } - ], - [ - "path", - { - "d": "M10 13h4" - } - ], - [ - "path", - { - "d": "M17 8h4" - } - ], - [ - "path", - { - "d": "M19 8v8" - } - ] - ], - "http-post": [ - [ - "path", - { - "d": "M3 12h2a2 2 0 1 0 0 -4h-2v8" - } - ], - [ - "path", - { - "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M17 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1" - } - ] - ], - "http-put": [ - [ - "path", - { - "d": "M3 12h2a2 2 0 1 0 0 -4h-2v8" - } - ], - [ - "path", - { - "d": "M17 8h4" - } - ], - [ - "path", - { - "d": "M19 8v8" - } - ], - [ - "path", - { - "d": "M10 8v6a2 2 0 1 0 4 0v-6" - } - ] - ], - "http-que": [ - [ - "path", - { - "d": "M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M6 15l1 1" - } - ], - [ - "path", - { - "d": "M21 8h-4v8h4" - } - ], - [ - "path", - { - "d": "M17 12h2.5" - } - ], - [ - "path", - { - "d": "M10 8v6a2 2 0 1 0 4 0v-6" - } - ] - ], - "http-trace": [ - [ - "path", - { - "d": "M3 8h4" - } - ], - [ - "path", - { - "d": "M5 8v8" - } - ], - [ - "path", - { - "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4" - } - ], - [ - "path", - { - "d": "M17 16v-6a2 2 0 1 1 4 0v6" - } - ], - [ - "path", - { - "d": "M17 13h4" - } - ] - ], - "ice-cream-2": [ - [ - "path", - { - "d": "M17.657 11a6 6 0 1 0 -11.315 0" - } - ], - [ - "path", - { - "d": "M6.342 11l5.658 11l5.657 -11z" - } - ] - ], - "ice-cream-off": [ - [ - "path", - { - "d": "M12 21.5v-4.5" - } - ], - [ - "path", - { - "d": "M8 8v9h8v-1m0 -4v-5a4 4 0 0 0 -7.277 -2.294" - } - ], - [ - "path", - { - "d": "M8 10.5l1.74 -.76m2.79 -1.222l3.47 -1.518" - } - ], - [ - "path", - { - "d": "M8 14.5l4.488 -1.964" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "ice-cream": [ - [ - "path", - { - "d": "M12 21.5v-4.5" - } - ], - [ - "path", - { - "d": "M8 17h8v-10a4 4 0 1 0 -8 0v10z" - } - ], - [ - "path", - { - "d": "M8 10.5l8 -3.5" - } - ], - [ - "path", - { - "d": "M8 14.5l8 -3.5" - } - ] - ], - "ice-skating": [ - [ - "path", - { - "d": "M5.905 5h3.418a1 1 0 0 1 .928 .629l1.143 2.856a3 3 0 0 0 2.207 1.83l4.717 .926a2.084 2.084 0 0 1 1.682 2.045v.714a1 1 0 0 1 -1 1h-13.895a1 1 0 0 1 -1 -1.1l.8 -8a1 1 0 0 1 1 -.9z" - } - ], - [ - "path", - { - "d": "M3 19h17a1 1 0 0 0 1 -1" - } - ], - [ - "path", - { - "d": "M9 15v4" - } - ], - [ - "path", - { - "d": "M15 15v4" - } - ] - ], - "icons-off": [ - [ - "path", - { - "d": "M4.01 4.041a3.5 3.5 0 0 0 2.49 5.959c.975 0 1.865 -.357 2.5 -1m.958 -3.044a3.503 3.503 0 0 0 -2.905 -2.912" - } - ], - [ - "path", - { - "d": "M2.5 21h8l-4 -7z" - } - ], - [ - "path", - { - "d": "M14 3l7 7" - } - ], - [ - "path", - { - "d": "M14 10l7 -7" - } - ], - [ - "path", - { - "d": "M18 14h3v3m0 4h-7v-7" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "icons": [ - [ - "path", - { - "d": "M6.5 6.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" - } - ], - [ - "path", - { - "d": "M2.5 21h8l-4 -7z" - } - ], - [ - "path", - { - "d": "M14 3l7 7" - } - ], - [ - "path", - { - "d": "M14 10l7 -7" - } - ], - [ - "path", - { - "d": "M14 14h7v7h-7z" - } - ] - ], - "id-badge-2": [ - [ - "path", - { - "d": "M7 12h3v4h-3z" - } - ], - [ - "path", - { - "d": "M10 6h-6a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h16a1 1 0 0 0 1 -1v-12a1 1 0 0 0 -1 -1h-6" - } - ], - [ - "path", - { - "d": "M10 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M14 16h2" - } - ], - [ - "path", - { - "d": "M14 12h4" - } - ] - ], - "id-badge-off": [ - [ - "path", - { - "d": "M7.141 3.125a3 3 0 0 1 .859 -.125h8a3 3 0 0 1 3 3v9m-.13 3.874a3 3 0 0 1 -2.87 2.126h-8a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 .128 -.869" - } - ], - [ - "path", - { - "d": "M11.179 11.176a2 2 0 1 0 2.635 2.667" - } - ], - [ - "path", - { - "d": "M10 6h4" - } - ], - [ - "path", - { - "d": "M9 18h6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "id-badge": [ - [ - "path", - { - "d": "M5 3m0 3a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M12 13m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M10 6h4" - } - ], - [ - "path", - { - "d": "M9 18h6" - } - ] - ], - "id-off": [ - [ - "path", - { - "d": "M8 4h10a3 3 0 0 1 3 3v10m-1.437 2.561c-.455 .279 -.99 .439 -1.563 .439h-12a3 3 0 0 1 -3 -3v-10c0 -1.083 .573 -2.031 1.433 -2.559" - } - ], - [ - "path", - { - "d": "M8.175 8.178a2 2 0 1 0 2.646 2.65" - } - ], - [ - "path", - { - "d": "M15 8h2" - } - ], - [ - "path", - { - "d": "M16 12h1" - } - ], - [ - "path", - { - "d": "M7 16h9" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "id": [ - [ - "path", - { - "d": "M3 4m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M9 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M15 8l2 0" - } - ], - [ - "path", - { - "d": "M15 12l2 0" - } - ], - [ - "path", - { - "d": "M7 16l10 0" - } - ] - ], - "image-in-picture": [ - [ - "path", - { - "d": "M13 15c-2 0 -5 1 -5 5" - } - ], - [ - "path", - { - "d": "M4 11m0 2a2 2 0 0 1 2 -2h5a2 2 0 0 1 2 2v5a2 2 0 0 1 -2 2h-5a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 7v-2a1 1 0 0 1 1 -1h2" - } - ], - [ - "path", - { - "d": "M11 4h2" - } - ], - [ - "path", - { - "d": "M17 4h2a1 1 0 0 1 1 1v2" - } - ], - [ - "path", - { - "d": "M20 11v2" - } - ], - [ - "path", - { - "d": "M20 17v2a1 1 0 0 1 -1 1h-2" - } - ] - ], - "inbox-off": [ - [ - "path", - { - "d": "M8 4h10a2 2 0 0 1 2 2v10m-.593 3.422a2 2 0 0 1 -1.407 .578h-12a2 2 0 0 1 -2 -2v-12c0 -.554 .225 -1.056 .59 -1.418" - } - ], - [ - "path", - { - "d": "M4 13h3l3 3h4l.987 -.987m2.013 -2.013h3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "inbox": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 13h3l3 3h4l3 -3h3" - } - ] - ], - "indent-decrease": [ - [ - "path", - { - "d": "M20 6l-7 0" - } - ], - [ - "path", - { - "d": "M20 12l-9 0" - } - ], - [ - "path", - { - "d": "M20 18l-7 0" - } - ], - [ - "path", - { - "d": "M8 8l-4 4l4 4" - } - ] - ], - "indent-increase": [ - [ - "path", - { - "d": "M20 6l-11 0" - } - ], - [ - "path", - { - "d": "M20 12l-7 0" - } - ], - [ - "path", - { - "d": "M20 18l-11 0" - } - ], - [ - "path", - { - "d": "M4 8l4 4l-4 4" - } - ] - ], - "infinity-off": [ - [ - "path", - { - "d": "M8.165 8.174a4 4 0 0 0 -5.166 3.826a4 4 0 0 0 6.829 2.828a10 10 0 0 0 2.172 -2.828m1.677 -2.347a10 10 0 0 1 .495 -.481a4 4 0 1 1 5.129 6.1m-3.521 .537a4 4 0 0 1 -1.608 -.981a10 10 0 0 1 -2.172 -2.828" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "infinity": [ - [ - "path", - { - "d": "M9.828 9.172a4 4 0 1 0 0 5.656a10 10 0 0 0 2.172 -2.828a10 10 0 0 1 2.172 -2.828a4 4 0 1 1 0 5.656a10 10 0 0 1 -2.172 -2.828a10 10 0 0 0 -2.172 -2.828" - } - ] - ], - "info-circle-filled": [ - [ - "path", - { - "d": "M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -19.995 .324l-.005 -.324l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72zm0 9h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "info-circle": [ - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 9h.01" - } - ], - [ - "path", - { - "d": "M11 12h1v4h1" - } - ] - ], - "info-hexagon-filled": [ - [ - "path", - { - "d": "M10.425 1.414a3.33 3.33 0 0 1 3.026 -.097l.19 .097l6.775 3.995l.096 .063l.092 .077l.107 .075a3.224 3.224 0 0 1 1.266 2.188l.018 .202l.005 .204v7.284c0 1.106 -.57 2.129 -1.454 2.693l-.17 .1l-6.803 4.302c-.918 .504 -2.019 .535 -3.004 .068l-.196 -.1l-6.695 -4.237a3.225 3.225 0 0 1 -1.671 -2.619l-.007 -.207v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098zm1.575 9.586h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "info-hexagon": [ - [ - "path", - { - "d": "M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M12 9h.01" - } - ], - [ - "path", - { - "d": "M11 12h1v4h1" - } - ] - ], - "info-octagon-filled": [ - [ - "path", - { - "d": "M14.897 1a4 4 0 0 1 2.664 1.016l.165 .156l4.1 4.1a4 4 0 0 1 1.168 2.605l.006 .227v5.794a4 4 0 0 1 -1.016 2.664l-.156 .165l-4.1 4.1a4 4 0 0 1 -2.603 1.168l-.227 .006h-5.795a3.999 3.999 0 0 1 -2.664 -1.017l-.165 -.156l-4.1 -4.1a4 4 0 0 1 -1.168 -2.604l-.006 -.227v-5.794a4 4 0 0 1 1.016 -2.664l.156 -.165l4.1 -4.1a4 4 0 0 1 2.605 -1.168l.227 -.006h5.793zm-2.897 10h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "info-octagon": [ - [ - "path", - { - "d": "M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0z" - } - ], - [ - "path", - { - "d": "M12 9h.01" - } - ], - [ - "path", - { - "d": "M11 12h1v4h1" - } - ] - ], - "info-small": [ - [ - "path", - { - "d": "M12 9h.01" - } - ], - [ - "path", - { - "d": "M11 12h1v4h1" - } - ] - ], - "info-square-filled": [ - [ - "path", - { - "d": "M19 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h14zm-7 9h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "info-square-rounded-filled": [ - [ - "path", - { - "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm0 9h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "info-square-rounded": [ - [ - "path", - { - "d": "M12 9h.01" - } - ], - [ - "path", - { - "d": "M11 12h1v4h1" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "info-square": [ - [ - "path", - { - "d": "M12 9h.01" - } - ], - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ], - [ - "path", - { - "d": "M11 12h1v4h1" - } - ] - ], - "info-triangle-filled": [ - [ - "path", - { - "d": "M12 1.67c.955 0 1.845 .467 2.39 1.247l.105 .16l8.114 13.548a2.914 2.914 0 0 1 -2.307 4.363l-.195 .008h-16.225a2.914 2.914 0 0 1 -2.582 -4.2l.099 -.185l8.11 -13.538a2.914 2.914 0 0 1 2.491 -1.403zm0 9.33h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "info-triangle": [ - [ - "path", - { - "d": "M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0z" - } - ], - [ - "path", - { - "d": "M12 9h.01" - } - ], - [ - "path", - { - "d": "M11 12h1v4h1" - } - ] - ], - "inner-shadow-bottom-filled": [ - [ - "path", - { - "d": "M5.144 4.72c3.92 -3.695 10.093 -3.625 13.927 .209c3.905 3.905 3.905 10.237 0 14.142c-3.905 3.905 -10.237 3.905 -14.142 0c-3.905 -3.905 -3.905 -10.237 0 -14.142zm3.32 10.816a1 1 0 1 0 -1.414 1.414a7 7 0 0 0 9.9 0a1 1 0 0 0 -1.414 -1.414a5 5 0 0 1 -7.072 0z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "inner-shadow-bottom-left-filled": [ - [ - "path", - { - "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm-6 9a1 1 0 0 0 -1 1a7 7 0 0 0 7 7a1 1 0 0 0 0 -2a5 5 0 0 1 -5 -5a1 1 0 0 0 -1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "inner-shadow-bottom-left": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M6 12a6 6 0 0 0 6 6" - } - ] - ], - "inner-shadow-bottom-right-filled": [ - [ - "path", - { - "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm6 9a1 1 0 0 0 -1 1a5 5 0 0 1 -5 5a1 1 0 0 0 0 2a7 7 0 0 0 7 -7a1 1 0 0 0 -1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "inner-shadow-bottom-right": [ - [ - "path", - { - "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" - } - ], - [ - "path", - { - "d": "M18 12a6 6 0 0 1 -6 6" - } - ] - ], - "inner-shadow-bottom": [ - [ - "path", - { - "d": "M18.364 18.364a9 9 0 1 0 -12.728 -12.728a9 9 0 0 0 12.728 12.728z" - } - ], - [ - "path", - { - "d": "M7.757 16.243a6 6 0 0 0 8.486 0" - } - ] - ], - "inner-shadow-left-filled": [ - [ - "path", - { - "d": "M4.929 4.929c3.905 -3.905 10.237 -3.905 14.142 0c3.905 3.905 3.905 10.237 0 14.142c-3.905 3.905 -10.237 3.905 -14.142 0c-3.905 -3.905 -3.905 -10.237 0 -14.142zm3.535 2.121a1 1 0 0 0 -1.414 0a7 7 0 0 0 0 9.9a1 1 0 1 0 1.414 -1.414a5 5 0 0 1 0 -7.072a1 1 0 0 0 0 -1.414z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "inner-shadow-left": [ - [ - "path", - { - "d": "M5.636 5.636a9 9 0 1 1 12.728 12.728a9 9 0 0 1 -12.728 -12.728z" - } - ], - [ - "path", - { - "d": "M7.757 16.243a6 6 0 0 1 0 -8.486" - } - ] - ], - "inner-shadow-right-filled": [ - [ - "path", - { - "d": "M4.929 4.929c3.905 -3.905 10.237 -3.905 14.142 0c3.905 3.905 3.905 10.237 0 14.142c-3.905 3.905 -10.237 3.905 -14.142 0c-3.905 -3.905 -3.905 -10.237 0 -14.142zm12.02 2.121a1 1 0 0 0 -1.413 1.414a5 5 0 0 1 0 7.072a1 1 0 0 0 1.414 1.414a7 7 0 0 0 0 -9.9z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "inner-shadow-right": [ - [ - "path", - { - "d": "M18.364 18.364a9 9 0 1 1 -12.728 -12.728a9 9 0 0 1 12.728 12.728z" - } - ], - [ - "path", - { - "d": "M16.243 7.757a6 6 0 0 1 0 8.486" - } - ] - ], - "inner-shadow-top-filled": [ - [ - "path", - { - "d": "M4.929 4.929c3.905 -3.905 10.237 -3.905 14.142 0c3.905 3.905 3.905 10.237 0 14.142c-3.905 3.905 -10.237 3.905 -14.142 0c-3.905 -3.905 -3.905 -10.237 0 -14.142zm12.02 2.121a7 7 0 0 0 -9.899 0a1 1 0 0 0 1.414 1.414a5 5 0 0 1 7.072 0a1 1 0 0 0 1.414 -1.414z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "inner-shadow-top-left-filled": [ - [ - "path", - { - "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm0 3a7 7 0 0 0 -7 7a1 1 0 0 0 2 0a5 5 0 0 1 5 -5a1 1 0 0 0 0 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "inner-shadow-top-left": [ - [ - "path", - { - "d": "M12 3a9 9 0 1 1 0 18a9 9 0 0 1 0 -18z" - } - ], - [ - "path", - { - "d": "M6 12a6 6 0 0 1 6 -6" - } - ] - ], - "inner-shadow-top-right-filled": [ - [ - "path", - { - "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm0 3a1 1 0 0 0 0 2a5 5 0 0 1 5 5a1 1 0 0 0 2 0a7 7 0 0 0 -7 -7z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "inner-shadow-top-right": [ - [ - "path", - { - "d": "M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0 -18z" - } - ], - [ - "path", - { - "d": "M18 12a6 6 0 0 0 -6 -6" - } - ] - ], - "inner-shadow-top": [ - [ - "path", - { - "d": "M5.636 5.636a9 9 0 1 0 12.728 12.728a9 9 0 0 0 -12.728 -12.728z" - } - ], - [ - "path", - { - "d": "M16.243 7.757a6 6 0 0 0 -8.486 0" - } - ] - ], - "input-ai": [ - [ - "path", - { - "d": "M20 11v-2a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h4" - } - ], - [ - "path", - { - "d": "M14 21v-4a2 2 0 1 1 4 0v4" - } - ], - [ - "path", - { - "d": "M14 19h4" - } - ], - [ - "path", - { - "d": "M21 15v6" - } - ] - ], - "input-check": [ - [ - "path", - { - "d": "M20 13v-4a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h6" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "input-search": [ - [ - "path", - { - "d": "M20 11v-2a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "input-x": [ - [ - "path", - { - "d": "M20 13v-4a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h7" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "ironing-1": [ - [ - "path", - { - "d": "M9 6h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8" - } - ], - [ - "path", - { - "d": "M12 15h.01" - } - ] - ], - "ironing-2": [ - [ - "path", - { - "d": "M10 15h.01" - } - ], - [ - "path", - { - "d": "M9 6h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8" - } - ], - [ - "path", - { - "d": "M14 15h.01" - } - ] - ], - "ironing-3": [ - [ - "path", - { - "d": "M12 15h.01" - } - ], - [ - "path", - { - "d": "M9 6h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8" - } - ], - [ - "path", - { - "d": "M9 15h.01" - } - ], - [ - "path", - { - "d": "M15 15h.01" - } - ] - ], - "ironing-off": [ - [ - "path", - { - "d": "M10 6h6.459a3 3 0 0 1 2.959 2.507l.577 3.464l.804 4.821l.007 .044m-2.806 1.164h-15a7 7 0 0 1 7 -7h1m4 0h4.8" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "ironing-steam-off": [ - [ - "path", - { - "d": "M9 4h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.821 1.15" - } - ], - [ - "path", - { - "d": "M16 16h-13a7 7 0 0 1 6.056 -6.937" - } - ], - [ - "path", - { - "d": "M13 9h6.8" - } - ], - [ - "path", - { - "d": "M12 19v2" - } - ], - [ - "path", - { - "d": "M8 19l-1 2" - } - ], - [ - "path", - { - "d": "M16 19l1 2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "ironing-steam": [ - [ - "path", - { - "d": "M12 19v2" - } - ], - [ - "path", - { - "d": "M9 4h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8" - } - ], - [ - "path", - { - "d": "M8 19l-1 2" - } - ], - [ - "path", - { - "d": "M16 19l1 2" - } - ] - ], - "ironing": [ - [ - "path", - { - "d": "M9 6h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8" - } - ] - ], - "irregular-polyhedron-off": [ - [ - "path", - { - "d": "M4.706 4.73a1 1 0 0 0 -.458 1.14l1.752 6.13l-1.752 6.13a1 1 0 0 0 .592 1.205l6.282 2.503a2.46 2.46 0 0 0 1.756 0l6.282 -2.503c.04 -.016 .079 -.035 .116 -.055m-.474 -4.474l-.802 -2.806l1.752 -6.13a1 1 0 0 0 -.592 -1.205l-6.282 -2.503a2.46 2.46 0 0 0 -1.756 0l-3.544 1.412" - } - ], - [ - "path", - { - "d": "M4.5 5.5c.661 .214 1.161 .38 1.5 .5m6 2c.29 -.003 .603 -.06 .878 -.17l6.622 -2.33" - } - ], - [ - "path", - { - "d": "M6 12l5.21 1.862a2.34 2.34 0 0 0 1.58 0l.742 -.265m2.956 -1.057c.312 -.11 .816 -.291 1.512 -.54" - } - ], - [ - "path", - { - "d": "M12 22v-10" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "irregular-polyhedron-plus": [ - [ - "path", - { - "d": "M18 12l1.752 -6.13a1 1 0 0 0 -.592 -1.205l-6.282 -2.503a2.46 2.46 0 0 0 -1.756 0l-6.282 2.503a1 1 0 0 0 -.592 1.204l1.752 6.131l-1.752 6.13a1 1 0 0 0 .592 1.205l6.282 2.503a2.46 2.46 0 0 0 1.756 0l.221 -.088" - } - ], - [ - "path", - { - "d": "M4.5 5.5l6.622 2.33a2.35 2.35 0 0 0 1.756 0l6.622 -2.33" - } - ], - [ - "path", - { - "d": "M6 12l5.21 1.862a2.34 2.34 0 0 0 1.58 0l5.21 -1.862" - } - ], - [ - "path", - { - "d": "M12 22v-14" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "irregular-polyhedron": [ - [ - "path", - { - "d": "M6 12l-1.752 6.13a1 1 0 0 0 .592 1.205l6.282 2.503a2.46 2.46 0 0 0 1.756 0l6.282 -2.503a1 1 0 0 0 .592 -1.204l-1.752 -6.131l1.752 -6.13a1 1 0 0 0 -.592 -1.205l-6.282 -2.503a2.46 2.46 0 0 0 -1.756 0l-6.282 2.503a1 1 0 0 0 -.592 1.204l1.752 6.131z" - } - ], - [ - "path", - { - "d": "M4.5 5.5l6.622 2.33a2.35 2.35 0 0 0 1.756 0l6.622 -2.33" - } - ], - [ - "path", - { - "d": "M6 12l5.21 1.862a2.34 2.34 0 0 0 1.58 0l5.21 -1.862" - } - ], - [ - "path", - { - "d": "M12 22v-14" - } - ] - ], - "italic": [ - [ - "path", - { - "d": "M11 5l6 0" - } - ], - [ - "path", - { - "d": "M7 19l6 0" - } - ], - [ - "path", - { - "d": "M14 5l-4 14" - } - ] - ], - "jacket": [ - [ - "path", - { - "d": "M16 3l-4 5l-4 -5" - } - ], - [ - "path", - { - "d": "M12 19a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-8.172a2 2 0 0 1 .586 -1.414l.828 -.828a2 2 0 0 0 .586 -1.414v-2.172a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2.172a2 2 0 0 0 .586 1.414l.828 .828a2 2 0 0 1 .586 1.414v8.172a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M20 13h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M4 17h3a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" - } - ], - [ - "path", - { - "d": "M12 19v-11" - } - ] - ], - "jetpack": [ - [ - "path", - { - "d": "M10 6a3 3 0 1 0 -6 0v7h6v-7z" - } - ], - [ - "path", - { - "d": "M14 13h6v-7a3 3 0 0 0 -6 0v7z" - } - ], - [ - "path", - { - "d": "M5 16c0 2.333 .667 4 2 5c1.333 -1 2 -2.667 2 -5" - } - ], - [ - "path", - { - "d": "M15 16c0 2.333 .667 4 2 5c1.333 -1 2 -2.667 2 -5" - } - ], - [ - "path", - { - "d": "M10 8h4" - } - ], - [ - "path", - { - "d": "M10 11h4" - } - ] - ], - "jewish-star-filled": [ - [ - "path", - { - "d": "M8.433 6h-5.433l-.114 .006a1 1 0 0 0 -.743 1.508l2.69 4.486l-2.69 4.486l-.054 .1a1 1 0 0 0 .911 1.414h5.434l2.709 4.514l.074 .108a1 1 0 0 0 1.64 -.108l2.708 -4.514h5.435l.114 -.006a1 1 0 0 0 .743 -1.508l-2.691 -4.486l2.691 -4.486l.054 -.1a1 1 0 0 0 -.911 -1.414h-5.434l-2.709 -4.514a1 1 0 0 0 -1.714 0l-2.71 4.514z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "jewish-star": [ - [ - "path", - { - "d": "M12 2l3 5h6l-3 5l3 5h-6l-3 5l-3 -5h-6l3 -5l-3 -5h6z" - } - ] - ], - "jpg": [ - [ - "path", - { - "d": "M21 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" - } - ], - [ - "path", - { - "d": "M10 16v-8h2a2 2 0 1 1 0 4h-2" - } - ], - [ - "path", - { - "d": "M3 8h4v6a2 2 0 0 1 -2 2h-1.5a.5 .5 0 0 1 -.5 -.5v-.5" - } - ] - ], - "json": [ - [ - "path", - { - "d": "M20 16v-8l3 8v-8" - } - ], - [ - "path", - { - "d": "M15 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M1 8h3v6.5a1.5 1.5 0 0 1 -3 0v-.5" - } - ], - [ - "path", - { - "d": "M7 15a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1" - } - ] - ], - "jump-rope": [ - [ - "path", - { - "d": "M6 14v-6a3 3 0 1 1 6 0v8a3 3 0 0 0 6 0v-6" - } - ], - [ - "path", - { - "d": "M16 3m0 2a2 2 0 0 1 2 -2h0a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h0a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 14m0 2a2 2 0 0 1 2 -2h0a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h0a2 2 0 0 1 -2 -2z" - } - ] - ], - "karate": [ - [ - "path", - { - "d": "M18 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M3 9l4.5 1l3 2.5" - } - ], - [ - "path", - { - "d": "M13 21v-8l3 -5.5" - } - ], - [ - "path", - { - "d": "M8 4.5l4 2l4 1l4 3.5l-2 3.5" - } - ] - ], - "kayak": [ - [ - "path", - { - "d": "M6.414 6.414a2 2 0 0 0 0 -2.828l-1.414 -1.414l-2.828 2.828l1.414 1.414a2 2 0 0 0 2.828 0z" - } - ], - [ - "path", - { - "d": "M17.586 17.586a2 2 0 0 0 0 2.828l1.414 1.414l2.828 -2.828l-1.414 -1.414a2 2 0 0 0 -2.828 0z" - } - ], - [ - "path", - { - "d": "M6.5 6.5l11 11" - } - ], - [ - "path", - { - "d": "M22 2.5c-9.983 2.601 -17.627 7.952 -20 19.5c9.983 -2.601 17.627 -7.952 20 -19.5z" - } - ], - [ - "path", - { - "d": "M6.5 12.5l5 5" - } - ], - [ - "path", - { - "d": "M12.5 6.5l5 5" - } - ] - ], - "kering": [ - [ - "path", - { - "d": "M16 15v-3.5a2.5 2.5 0 1 1 5 0v3.5m0 -2h-5" - } - ], - [ - "path", - { - "d": "M3 9l3 6l3 -6" - } - ], - [ - "path", - { - "d": "M9 20l6 -16" - } - ] - ], - "key-off": [ - [ - "path", - { - "d": "M10.17 6.159l2.316 -2.316a2.877 2.877 0 0 1 4.069 0l3.602 3.602a2.877 2.877 0 0 1 0 4.069l-2.33 2.33" - } - ], - [ - "path", - { - "d": "M14.931 14.948a2.863 2.863 0 0 1 -1.486 -.79l-.301 -.302l-6.558 6.558a2 2 0 0 1 -1.239 .578l-.175 .008h-1.172a1 1 0 0 1 -.993 -.883l-.007 -.117v-1.172a2 2 0 0 1 .467 -1.284l.119 -.13l.414 -.414h2v-2h2v-2l2.144 -2.144l-.301 -.301a2.863 2.863 0 0 1 -.794 -1.504" - } - ], - [ - "path", - { - "d": "M15 9h.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "key": [ - [ - "path", - { - "d": "M16.555 3.843l3.602 3.602a2.877 2.877 0 0 1 0 4.069l-2.643 2.643a2.877 2.877 0 0 1 -4.069 0l-.301 -.301l-6.558 6.558a2 2 0 0 1 -1.239 .578l-.175 .008h-1.172a1 1 0 0 1 -.993 -.883l-.007 -.117v-1.172a2 2 0 0 1 .467 -1.284l.119 -.13l.414 -.414h2v-2h2v-2l2.144 -2.144l-.301 -.301a2.877 2.877 0 0 1 0 -4.069l2.643 -2.643a2.877 2.877 0 0 1 4.069 0z" - } - ], - [ - "path", - { - "d": "M15 9h.01" - } - ] - ], - "keyboard-hide": [ - [ - "path", - { - "d": "M2 3m0 2a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M6 7l0 .01" - } - ], - [ - "path", - { - "d": "M10 7l0 .01" - } - ], - [ - "path", - { - "d": "M14 7l0 .01" - } - ], - [ - "path", - { - "d": "M18 7l0 .01" - } - ], - [ - "path", - { - "d": "M6 11l0 .01" - } - ], - [ - "path", - { - "d": "M18 11l0 .01" - } - ], - [ - "path", - { - "d": "M10 11l4 0" - } - ], - [ - "path", - { - "d": "M10 21l2 -2l2 2" - } - ] - ], - "keyboard-off": [ - [ - "path", - { - "d": "M18 18h-14a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2m4 0h10a2 2 0 0 1 2 2v8c0 .554 -.226 1.056 -.59 1.418" - } - ], - [ - "path", - { - "d": "M6 10l0 .01" - } - ], - [ - "path", - { - "d": "M10 10l0 .01" - } - ], - [ - "path", - { - "d": "M14 10l0 .01" - } - ], - [ - "path", - { - "d": "M18 10l0 .01" - } - ], - [ - "path", - { - "d": "M6 14l0 .01" - } - ], - [ - "path", - { - "d": "M18 14l0 .01" - } - ], - [ - "path", - { - "d": "M10 14l4 0" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "keyboard-show": [ - [ - "path", - { - "d": "M2 3m0 2a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M6 7l0 .01" - } - ], - [ - "path", - { - "d": "M10 7l0 .01" - } - ], - [ - "path", - { - "d": "M14 7l0 .01" - } - ], - [ - "path", - { - "d": "M18 7l0 .01" - } - ], - [ - "path", - { - "d": "M6 11l0 .01" - } - ], - [ - "path", - { - "d": "M18 11l0 .01" - } - ], - [ - "path", - { - "d": "M10 11l4 0" - } - ], - [ - "path", - { - "d": "M10 19l2 2l2 -2" - } - ] - ], - "keyboard": [ - [ - "path", - { - "d": "M2 6m0 2a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M6 10l0 .01" - } - ], - [ - "path", - { - "d": "M10 10l0 .01" - } - ], - [ - "path", - { - "d": "M14 10l0 .01" - } - ], - [ - "path", - { - "d": "M18 10l0 .01" - } - ], - [ - "path", - { - "d": "M6 14l0 .01" - } - ], - [ - "path", - { - "d": "M18 14l0 .01" - } - ], - [ - "path", - { - "d": "M10 14l4 .01" - } - ] - ], - "keyframe-align-center-filled": [ - [ - "path", - { - "d": "M12 19a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 6c-.629 0 -1.214 .301 -1.606 .807l-2.908 3.748a2.395 2.395 0 0 0 -.011 2.876l2.919 3.762c.39 .505 .977 .807 1.606 .807c.629 0 1.214 -.301 1.606 -.807l2.908 -3.748a2.395 2.395 0 0 0 .011 -2.876l-2.919 -3.762a2.032 2.032 0 0 0 -1.606 -.807z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 1a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M5 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "keyframe-align-center": [ - [ - "path", - { - "d": "M12 20v2" - } - ], - [ - "path", - { - "d": "M12.816 16.58c-.207 .267 -.504 .42 -.816 .42c-.312 0 -.61 -.153 -.816 -.42l-2.908 -3.748a1.39 1.39 0 0 1 0 -1.664l2.908 -3.748c.207 -.267 .504 -.42 .816 -.42c.312 0 .61 .153 .816 .42l2.908 3.748a1.39 1.39 0 0 1 0 1.664l-2.908 3.748z" - } - ], - [ - "path", - { - "d": "M12 2v2" - } - ], - [ - "path", - { - "d": "M3 12h2" - } - ], - [ - "path", - { - "d": "M19 12h2" - } - ] - ], - "keyframe-align-horizontal-filled": [ - [ - "path", - { - "d": "M12 6c-.629 0 -1.214 .301 -1.606 .807l-2.908 3.748a2.395 2.395 0 0 0 -.011 2.876l2.919 3.762c.39 .505 .977 .807 1.606 .807c.629 0 1.214 -.301 1.606 -.807l2.908 -3.748a2.395 2.395 0 0 0 .011 -2.876l-2.919 -3.762a2.032 2.032 0 0 0 -1.606 -.807z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M5 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "keyframe-align-horizontal": [ - [ - "path", - { - "d": "M12.816 16.58c-.207 .267 -.504 .42 -.816 .42c-.312 0 -.61 -.153 -.816 -.42l-2.908 -3.748a1.39 1.39 0 0 1 0 -1.664l2.908 -3.748c.207 -.267 .504 -.42 .816 -.42c.312 0 .61 .153 .816 .42l2.908 3.748a1.39 1.39 0 0 1 0 1.664l-2.908 3.748z" - } - ], - [ - "path", - { - "d": "M3 12h2" - } - ], - [ - "path", - { - "d": "M19 12h2" - } - ] - ], - "keyframe-align-vertical-filled": [ - [ - "path", - { - "d": "M12 1a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 6c-.629 0 -1.214 .301 -1.606 .807l-2.908 3.748a2.395 2.395 0 0 0 -.011 2.876l2.919 3.762c.39 .505 .977 .807 1.606 .807c.629 0 1.214 -.301 1.606 -.807l2.908 -3.748a2.395 2.395 0 0 0 .011 -2.876l-2.919 -3.762a2.032 2.032 0 0 0 -1.606 -.807z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 19a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "keyframe-align-vertical": [ - [ - "path", - { - "d": "M12 2v2" - } - ], - [ - "path", - { - "d": "M12.816 16.58c-.207 .267 -.504 .42 -.816 .42c-.312 0 -.61 -.153 -.816 -.42l-2.908 -3.748a1.39 1.39 0 0 1 0 -1.664l2.908 -3.748c.207 -.267 .504 -.42 .816 -.42c.312 0 .61 .153 .816 .42l2.908 3.748a1.39 1.39 0 0 1 0 1.664l-2.908 3.748z" - } - ], - [ - "path", - { - "d": "M12 20v2" - } - ] - ], - "keyframe-filled": [ - [ - "path", - { - "d": "M12 4a2.599 2.599 0 0 0 -2 .957l-4.355 5.24a2.847 2.847 0 0 0 -.007 3.598l4.368 5.256c.499 .6 1.225 .949 1.994 .949a2.599 2.599 0 0 0 2 -.957l4.355 -5.24a2.847 2.847 0 0 0 .007 -3.598l-4.368 -5.256a2.593 2.593 0 0 0 -1.994 -.949z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "keyframe": [ - [ - "path", - { - "d": "M13.225 18.412a1.595 1.595 0 0 1 -1.225 .588c-.468 0 -.914 -.214 -1.225 -.588l-4.361 -5.248a1.844 1.844 0 0 1 0 -2.328l4.361 -5.248a1.595 1.595 0 0 1 1.225 -.588c.468 0 .914 .214 1.225 .588l4.361 5.248a1.844 1.844 0 0 1 0 2.328l-4.361 5.248z" - } - ] - ], - "keyframes-filled": [ - [ - "path", - { - "d": "M8 4a2.599 2.599 0 0 0 -2 .957l-4.355 5.24a2.847 2.847 0 0 0 -.007 3.598l4.368 5.256c.499 .6 1.224 .949 1.994 .949a2.599 2.599 0 0 0 2 -.957l4.355 -5.24a2.847 2.847 0 0 0 .007 -3.598l-4.368 -5.256a2.593 2.593 0 0 0 -1.994 -.949z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M16.382 4.214a1 1 0 0 1 1.32 .074l.084 .094l4.576 5.823c.808 .993 .848 2.396 .13 3.419l-.12 .158l-4.586 5.836a1 1 0 0 1 -1.644 -1.132l.072 -.104l4.596 -5.85a.845 .845 0 0 0 .06 -.978l-.07 -.1l-4.586 -5.836a1 1 0 0 1 .168 -1.404z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12.382 4.214a1 1 0 0 1 1.32 .074l.084 .094l4.576 5.823c.808 .993 .848 2.396 .13 3.419l-.12 .158l-4.586 5.836a1 1 0 0 1 -1.644 -1.132l.072 -.104l4.596 -5.85a.845 .845 0 0 0 .06 -.978l-.07 -.1l-4.586 -5.836a1 1 0 0 1 .168 -1.404z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "keyframes": [ - [ - "path", - { - "d": "M9.225 18.412a1.595 1.595 0 0 1 -1.225 .588c-.468 0 -.914 -.214 -1.225 -.588l-4.361 -5.248a1.844 1.844 0 0 1 0 -2.328l4.361 -5.248a1.595 1.595 0 0 1 1.225 -.588c.468 0 .914 .214 1.225 .588l4.361 5.248a1.844 1.844 0 0 1 0 2.328l-4.361 5.248z" - } - ], - [ - "path", - { - "d": "M17 5l4.586 5.836a1.844 1.844 0 0 1 0 2.328l-4.586 5.836" - } - ], - [ - "path", - { - "d": "M13 5l4.586 5.836a1.844 1.844 0 0 1 0 2.328l-4.586 5.836" - } - ] - ], - "ladder-off": [ - [ - "path", - { - "d": "M8 3v1m0 4v13" - } - ], - [ - "path", - { - "d": "M16 3v9m0 4v5" - } - ], - [ - "path", - { - "d": "M8 14h6" - } - ], - [ - "path", - { - "d": "M8 10h2m4 0h2" - } - ], - [ - "path", - { - "d": "M10 6h6" - } - ], - [ - "path", - { - "d": "M8 18h8" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "ladder": [ - [ - "path", - { - "d": "M8 3v18" - } - ], - [ - "path", - { - "d": "M16 3v18" - } - ], - [ - "path", - { - "d": "M8 14h8" - } - ], - [ - "path", - { - "d": "M8 10h8" - } - ], - [ - "path", - { - "d": "M8 6h8" - } - ], - [ - "path", - { - "d": "M8 18h8" - } - ] - ], - "ladle": [ - [ - "path", - { - "d": "M3 14v1a6 6 0 1 0 12 0v-9a3 3 0 0 1 6 0" - } - ], - [ - "path", - { - "d": "M9 16c-.663 0 -1.3 -.036 -1.896 -.102l-.5 -.064c-2.123 -.308 -3.604 -1.013 -3.604 -1.834c0 -.82 1.482 -1.526 3.603 -1.834l.5 -.064a17.27 17.27 0 0 1 1.897 -.102c.663 0 1.3 .036 1.896 .102l.5 .064c2.123 .308 3.604 1.013 3.604 1.834c0 .82 -1.482 1.526 -3.603 1.834l-.5 .064a17.27 17.27 0 0 1 -1.897 .102z" - } - ] - ], - "lambda": [ - [ - "path", - { - "d": "M6 20l6.5 -9" - } - ], - [ - "path", - { - "d": "M19 20c-6 0 -6 -16 -12 -16" - } - ] - ], - "lamp-2": [ - [ - "path", - { - "d": "M5 21h9" - } - ], - [ - "path", - { - "d": "M10 21l-7 -8l8.5 -5.5" - } - ], - [ - "path", - { - "d": "M13 14c-2.148 -2.148 -2.148 -5.852 0 -8c2.088 -2.088 5.842 -1.972 8 0l-8 8z" - } - ], - [ - "path", - { - "d": "M11.742 7.574l-1.156 -1.156a2 2 0 0 1 2.828 -2.829l1.144 1.144" - } - ], - [ - "path", - { - "d": "M15.5 12l.208 .274a2.527 2.527 0 0 0 3.556 0c.939 -.933 .98 -2.42 .122 -3.4l-.366 -.369" - } - ] - ], - "lamp-off": [ - [ - "path", - { - "d": "M9 20h6" - } - ], - [ - "path", - { - "d": "M12 20v-8" - } - ], - [ - "path", - { - "d": "M7.325 7.35l-2.325 4.65h7m4 0h3l-4 -8h-6l-.338 .676" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "lamp": [ - [ - "path", - { - "d": "M9 20h6" - } - ], - [ - "path", - { - "d": "M12 20v-8" - } - ], - [ - "path", - { - "d": "M5 12h14l-4 -8h-6z" - } - ] - ], - "lane": [ - [ - "path", - { - "d": "M4 6v13" - } - ], - [ - "path", - { - "d": "M20 6v13" - } - ] - ], - "language-hiragana": [ - [ - "path", - { - "d": "M4 5h7" - } - ], - [ - "path", - { - "d": "M7 4c0 4.846 0 7 .5 8" - } - ], - [ - "path", - { - "d": "M10 8.5c0 2.286 -2 4.5 -3.5 4.5s-2.5 -1.135 -2.5 -2c0 -2 1 -3 3 -3s5 .57 5 2.857c0 1.524 -.667 2.571 -2 3.143" - } - ], - [ - "path", - { - "d": "M12 20l4 -9l4 9" - } - ], - [ - "path", - { - "d": "M19.1 18h-6.2" - } - ] - ], - "language-katakana": [ - [ - "path", - { - "d": "M5 5h6.586a1 1 0 0 1 .707 1.707l-1.293 1.293" - } - ], - [ - "path", - { - "d": "M8 8c0 1.5 .5 3 -2 5" - } - ], - [ - "path", - { - "d": "M12 20l4 -9l4 9" - } - ], - [ - "path", - { - "d": "M19.1 18h-6.2" - } - ] - ], - "language-off": [ - [ - "path", - { - "d": "M4 5h1m4 0h2" - } - ], - [ - "path", - { - "d": "M9 3v2m-.508 3.517c-.814 2.655 -2.52 4.483 -4.492 4.483" - } - ], - [ - "path", - { - "d": "M5 9c0 2.144 2.952 3.908 6.7 4" - } - ], - [ - "path", - { - "d": "M12 20l2.463 -5.541m1.228 -2.764l.309 -.695l.8 1.8" - } - ], - [ - "path", - { - "d": "M18 18h-5.1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "language": [ - [ - "path", - { - "d": "M4 5h7" - } - ], - [ - "path", - { - "d": "M9 3v2c0 4.418 -2.239 8 -5 8" - } - ], - [ - "path", - { - "d": "M5 9c0 2.144 2.952 3.908 6.7 4" - } - ], - [ - "path", - { - "d": "M12 20l4 -9l4 9" - } - ], - [ - "path", - { - "d": "M19.1 18h-6.2" - } - ] - ], - "lasso-off": [ - [ - "path", - { - "d": "M4.028 13.252c-.657 -.972 -1.028 -2.078 -1.028 -3.252c0 -1.804 .878 -3.449 2.319 -4.69m2.49 -1.506a11.066 11.066 0 0 1 4.191 -.804c4.97 0 9 3.134 9 7c0 1.799 -.873 3.44 -2.307 4.68m-2.503 1.517a11.066 11.066 0 0 1 -4.19 .803c-1.913 0 -3.686 -.464 -5.144 -1.255" - } - ], - [ - "path", - { - "d": "M5 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 17c0 1.42 .316 2.805 1 4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "lasso-polygon": [ - [ - "path", - { - "d": "M4.028 13.252l-1.028 -3.252l2 -7l7 5l8 -3l1 9l-9 3l-5.144 -1.255" - } - ], - [ - "path", - { - "d": "M5 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 17c0 1.42 .316 2.805 1 4" - } - ] - ], - "lasso": [ - [ - "path", - { - "d": "M4.028 13.252c-.657 -.972 -1.028 -2.078 -1.028 -3.252c0 -3.866 4.03 -7 9 -7s9 3.134 9 7s-4.03 7 -9 7c-1.913 0 -3.686 -.464 -5.144 -1.255" - } - ], - [ - "path", - { - "d": "M5 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 17c0 1.42 .316 2.805 1 4" - } - ] - ], - "layers-difference": [ - [ - "path", - { - "d": "M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2v-2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2" - } - ], - [ - "path", - { - "d": "M10 8l-2 0l0 2" - } - ], - [ - "path", - { - "d": "M8 14l0 2l2 0" - } - ], - [ - "path", - { - "d": "M14 8l2 0l0 2" - } - ], - [ - "path", - { - "d": "M16 14l0 2l-2 0" - } - ] - ], - "layers-intersect-2": [ - [ - "path", - { - "d": "M8 4m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 8m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 15l6 -6" - } - ] - ], - "layers-intersect": [ - [ - "path", - { - "d": "M8 4m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 8m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ] - ], - "layers-linked": [ - [ - "path", - { - "d": "M19 8.268a2 2 0 0 1 1 1.732v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h3" - } - ], - [ - "path", - { - "d": "M5 15.734a2 2 0 0 1 -1 -1.734v-8a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-3" - } - ] - ], - "layers-off": [ - [ - "path", - { - "d": "M8.59 4.581c.362 -.359 .86 -.581 1.41 -.581h8a2 2 0 0 1 2 2v8c0 .556 -.227 1.06 -.594 1.422m-3.406 .578h-6a2 2 0 0 1 -2 -2v-6" - } - ], - [ - "path", - { - "d": "M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "layers-subtract": [ - [ - "path", - { - "d": "M8 4m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2" - } - ] - ], - "layers-union": [ - [ - "path", - { - "d": "M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2v-2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2" - } - ] - ], - "layout-2": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 13m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 15m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ] - ], - "layout-align-bottom": [ - [ - "path", - { - "d": "M4 20l16 0" - } - ], - [ - "path", - { - "d": "M9 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ] - ], - "layout-align-center": [ - [ - "path", - { - "d": "M12 4l0 5" - } - ], - [ - "path", - { - "d": "M12 15l0 5" - } - ], - [ - "path", - { - "d": "M6 9m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ] - ], - "layout-align-left": [ - [ - "path", - { - "d": "M4 4l0 16" - } - ], - [ - "path", - { - "d": "M8 9m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ] - ], - "layout-align-middle": [ - [ - "path", - { - "d": "M4 12l5 0" - } - ], - [ - "path", - { - "d": "M15 12l5 0" - } - ], - [ - "path", - { - "d": "M9 6m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ] - ], - "layout-align-right": [ - [ - "path", - { - "d": "M20 4l0 16" - } - ], - [ - "path", - { - "d": "M4 9m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ] - ], - "layout-align-top": [ - [ - "path", - { - "d": "M4 4l16 0" - } - ], - [ - "path", - { - "d": "M9 8m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ] - ], - "layout-board-split": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 12h8" - } - ], - [ - "path", - { - "d": "M12 15h8" - } - ], - [ - "path", - { - "d": "M12 9h8" - } - ], - [ - "path", - { - "d": "M12 4v16" - } - ] - ], - "layout-board": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 9h8" - } - ], - [ - "path", - { - "d": "M12 15h8" - } - ], - [ - "path", - { - "d": "M12 4v16" - } - ] - ], - "layout-bottombar-collapse-filled": [ - [ - "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 -.005h12zm0 2h-12a1 1 0 0 0 -.993 .883l-.007 .117v9h14v-9a1 1 0 0 0 -.883 -.993l-.117 -.007zm-7.387 3.21l.094 .083l1.293 1.292l1.293 -1.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-2 2a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 1.32 -1.497z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "layout-bottombar-collapse": [ - [ - "path", - { - "d": "M20 6v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2z" - } - ], - [ - "path", - { - "d": "M20 15h-16" - } - ], - [ - "path", - { - "d": "M14 8l-2 2l-2 -2" - } - ] - ], - "layout-bottombar-expand-filled": [ - [ - "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 -.005h12zm0 2h-12a1 1 0 0 0 -.993 .883l-.007 .117v9h14v-9a1 1 0 0 0 -.883 -.993l-.117 -.007zm-5.387 3.21l.094 .083l2 2a1 1 0 0 1 -1.32 1.497l-.094 -.083l-1.293 -1.292l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l2 -2a1 1 0 0 1 1.32 -.083z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "layout-bottombar-expand": [ - [ - "path", - { - "d": "M20 6v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2z" - } - ], - [ - "path", - { - "d": "M20 15h-16" - } - ], - [ - "path", - { - "d": "M14 10l-2 -2l-2 2" - } - ] - ], - "layout-bottombar-filled": [ - [ - "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 -.005h12zm0 2h-12a1 1 0 0 0 -.993 .883l-.007 .117v9h14v-9a1 1 0 0 0 -.883 -.993l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "layout-bottombar-inactive": [ - [ - "path", - { - "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z" - } - ], - [ - "path", - { - "d": "M4 15h1" - } - ], - [ - "path", - { - "d": "M19 15h1" - } - ], - [ - "path", - { - "d": "M9 15h1" - } - ], - [ - "path", - { - "d": "M14 15h1" - } - ] - ], - "layout-bottombar": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 15l16 0" - } - ] - ], - "layout-cards": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ] - ], - "layout-collage": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 4l4 16" - } - ], - [ - "path", - { - "d": "M12 12l-8 2" - } - ] - ], - "layout-columns": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 4l0 16" - } - ] - ], - "layout-dashboard": [ - [ - "path", - { - "d": "M4 4h6v8h-6z" - } - ], - [ - "path", - { - "d": "M4 16h6v4h-6z" - } - ], - [ - "path", - { - "d": "M14 12h6v8h-6z" - } - ], - [ - "path", - { - "d": "M14 4h6v4h-6z" - } - ] - ], - "layout-distribute-horizontal": [ - [ - "path", - { - "d": "M4 4l16 0" - } - ], - [ - "path", - { - "d": "M4 20l16 0" - } - ], - [ - "path", - { - "d": "M6 9m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ] - ], - "layout-distribute-vertical": [ - [ - "path", - { - "d": "M4 4l0 16" - } - ], - [ - "path", - { - "d": "M20 4l0 16" - } - ], - [ - "path", - { - "d": "M9 6m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ] - ], - "layout-grid-add": [ - [ - "path", - { - "d": "M4 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M14 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M14 17h6m-3 -3v6" - } - ] - ], - "layout-grid-remove": [ - [ - "path", - { - "d": "M4 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4z" - } - ], - [ - "path", - { - "d": "M14 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4z" - } - ], - [ - "path", - { - "d": "M4 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4z" - } - ], - [ - "path", - { - "d": "M14 17h6" - } - ] - ], - "layout-grid": [ - [ - "path", - { - "d": "M4 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M14 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M14 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ] - ], - "layout-kanban": [ - [ - "path", - { - "d": "M4 4l6 0" - } - ], - [ - "path", - { - "d": "M14 4l6 0" - } - ], - [ - "path", - { - "d": "M4 8m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 8m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ] - ], - "layout-list": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 14m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ] - ], - "layout-navbar-collapse-filled": [ - [ - "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 -.005h12zm1 6h-14v9a1 1 0 0 0 .883 .993l.117 .007h12a1 1 0 0 0 .993 -.883l.007 -.117v-9zm-6.387 3.21l.094 .083l2 2a1 1 0 0 1 -1.32 1.497l-.094 -.083l-1.293 -1.292l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l2 -2a1 1 0 0 1 1.32 -.083z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "layout-navbar-collapse": [ - [ - "path", - { - "d": "M4 18v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 9h16" - } - ], - [ - "path", - { - "d": "M10 16l2 -2l2 2" - } - ] - ], - "layout-navbar-expand-filled": [ - [ - "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 -.005h12zm1 6h-14v9a1 1 0 0 0 .883 .993l.117 .007h12a1 1 0 0 0 .993 -.883l.007 -.117v-9zm-8.387 3.21l.094 .083l1.293 1.292l1.293 -1.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-2 2a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 1.32 -1.497z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "layout-navbar-expand": [ - [ - "path", - { - "d": "M4 18v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 9h16" - } - ], - [ - "path", - { - "d": "M10 14l2 2l2 -2" - } - ] - ], - "layout-navbar-filled": [ - [ - "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 -.005h12zm1 6h-14v9a1 1 0 0 0 .883 .993l.117 .007h12a1 1 0 0 0 .993 -.883l.007 -.117v-9z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "layout-navbar-inactive": [ - [ - "path", - { - "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z" - } - ], - [ - "path", - { - "d": "M4 9h1" - } - ], - [ - "path", - { - "d": "M19 9h1" - } - ], - [ - "path", - { - "d": "M9 9h1" - } - ], - [ - "path", - { - "d": "M14 9h1" - } - ] - ], - "layout-navbar": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 9l16 0" - } - ] - ], - "layout-off": [ - [ - "path", - { - "d": "M8 4a2 2 0 0 1 2 2m-1.162 2.816a1.993 1.993 0 0 1 -.838 .184h-2a2 2 0 0 1 -2 -2v-1c0 -.549 .221 -1.046 .58 -1.407" - } - ], - [ - "path", - { - "d": "M4 13m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 10v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v10m-.595 3.423a2 2 0 0 1 -1.405 .577h-2a2 2 0 0 1 -2 -2v-4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "layout-rows": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 12l16 0" - } - ] - ], - "layout-sidebar-inactive": [ - [ - "path", - { - "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z" - } - ], - [ - "path", - { - "d": "M9 4v1" - } - ], - [ - "path", - { - "d": "M9 9v1" - } - ], - [ - "path", - { - "d": "M9 14v1" - } - ], - [ - "path", - { - "d": "M9 19v1" - } - ] - ], - "layout-sidebar-left-collapse-filled": [ - [ - "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 -.005h12zm0 2h-9v14h9a1 1 0 0 0 .993 -.883l.007 -.117v-12a1 1 0 0 0 -.883 -.993l-.117 -.007zm-2.293 4.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.292 1.293l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 -.083 -1.32l.083 -.094l2 -2a1 1 0 0 1 1.414 0z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "layout-sidebar-left-collapse": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 4v16" - } - ], - [ - "path", - { - "d": "M15 10l-2 2l2 2" - } - ] - ], - "layout-sidebar-left-expand-filled": [ - [ - "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 -.005h12zm0 2h-9v14h9a1 1 0 0 0 .993 -.883l.007 -.117v-12a1 1 0 0 0 -.883 -.993l-.117 -.007zm-4.387 4.21l.094 .083l2 2a1 1 0 0 1 .083 1.32l-.083 .094l-2 2a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.292 -1.293l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "layout-sidebar-left-expand": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 4v16" - } - ], - [ - "path", - { - "d": "M14 10l2 2l-2 2" - } - ] - ], - "layout-sidebar-right-collapse-filled": [ - [ - "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-3 2h-9a1 1 0 0 0 -.993 .883l-.007 .117v12a1 1 0 0 0 .883 .993l.117 .007h9v-14zm-5.387 4.21l.094 .083l2 2a1 1 0 0 1 .083 1.32l-.083 .094l-2 2a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.292 -1.293l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "layout-sidebar-right-collapse": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M15 4v16" - } - ], - [ - "path", - { - "d": "M9 10l2 2l-2 2" - } - ] - ], - "layout-sidebar-right-expand-filled": [ - [ - "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-3 2h-9a1 1 0 0 0 -.993 .883l-.007 .117v12a1 1 0 0 0 .883 .993l.117 .007h9v-14zm-3.293 4.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.292 1.293l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 -.083 -1.32l.083 -.094l2 -2a1 1 0 0 1 1.414 0z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "layout-sidebar-right-expand": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M15 4v16" - } - ], - [ - "path", - { - "d": "M10 10l-2 2l2 2" - } - ] - ], - "layout-sidebar-right-inactive": [ - [ - "path", - { - "d": "M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z" - } - ], - [ - "path", - { - "d": "M15 4v1" - } - ], - [ - "path", - { - "d": "M15 9v1" - } - ], - [ - "path", - { - "d": "M15 14v1" - } - ], - [ - "path", - { - "d": "M15 19v1" - } - ] - ], - "layout-sidebar-right": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M15 4l0 16" - } - ] - ], - "layout-sidebar": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 4l0 16" - } - ] - ], - "layout": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 13m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ] - ], - "leaf-off": [ - [ - "path", - { - "d": "M5 21c.475 -4.27 2.3 -7.64 6.331 -9.683" - } - ], - [ - "path", - { - "d": "M6.618 6.623c-1.874 1.625 -2.625 3.877 -2.632 6.377c0 1 0 3 2 5h3.014c2.733 0 5.092 -.635 6.92 -2.087m1.899 -2.099c1.224 -1.872 1.987 -4.434 2.181 -7.814v-2h-4.014c-2.863 0 -5.118 .405 -6.861 1.118" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "leaf": [ - [ - "path", - { - "d": "M5 21c.5 -4.5 2.5 -8 7 -10" - } - ], - [ - "path", - { - "d": "M9 18c6.218 0 10.5 -3.288 11 -12v-2h-4.014c-9 0 -11.986 4 -12 9c0 1 0 3 2 5h3z" - } - ] - ], - "lego-off": [ - [ - "path", - { - "d": "M9.5 11h.01" - } - ], - [ - "path", - { - "d": "M9.5 15a3.5 3.5 0 0 0 5 0" - } - ], - [ - "path", - { - "d": "M8 4v-1h8v2h1a3 3 0 0 1 3 3v8m-.884 3.127a2.99 2.99 0 0 1 -2.116 .873v1h-10v-1a3 3 0 0 1 -3 -3v-9c0 -1.083 .574 -2.032 1.435 -2.56" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "lego": [ - [ - "path", - { - "d": "M9.5 11l.01 0" - } - ], - [ - "path", - { - "d": "M14.5 11l.01 0" - } - ], - [ - "path", - { - "d": "M9.5 15a3.5 3.5 0 0 0 5 0" - } - ], - [ - "path", - { - "d": "M7 5h1v-2h8v2h1a3 3 0 0 1 3 3v9a3 3 0 0 1 -3 3v1h-10v-1a3 3 0 0 1 -3 -3v-9a3 3 0 0 1 3 -3" - } - ] - ], - "lemon-2": [ - [ - "path", - { - "d": "M18 4a2 2 0 0 1 1.185 3.611c1.55 2.94 .873 6.917 -1.892 9.682c-2.765 2.765 -6.743 3.442 -9.682 1.892a2 2 0 1 1 -2.796 -2.796c-1.55 -2.94 -.873 -6.917 1.892 -9.682c2.765 -2.765 6.743 -3.442 9.682 -1.892a2 2 0 0 1 1.611 -.815z" - } - ] - ], - "lemon": [ - [ - "path", - { - "d": "M17.536 3.393c3.905 3.906 3.905 10.237 0 14.143c-3.906 3.905 -10.237 3.905 -14.143 0l14.143 -14.143" - } - ], - [ - "path", - { - "d": "M5.868 15.06a6.5 6.5 0 0 0 9.193 -9.192" - } - ], - [ - "path", - { - "d": "M10.464 10.464l4.597 4.597" - } - ], - [ - "path", - { - "d": "M10.464 10.464v6.364" - } - ], - [ - "path", - { - "d": "M10.464 10.464h6.364" - } - ] - ], - "letter-a-small": [ - [ - "path", - { - "d": "M10 16v-6a2 2 0 1 1 4 0v6" - } - ], - [ - "path", - { - "d": "M10 13h4" - } - ] - ], - "letter-a": [ - [ - "path", - { - "d": "M7 20v-12a4 4 0 0 1 4 -4h2a4 4 0 0 1 4 4v12" - } - ], - [ - "path", - { - "d": "M7 13l10 0" - } - ] - ], - "letter-b-small": [ - [ - "path", - { - "d": "M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z" - } - ] - ], - "letter-b": [ - [ - "path", - { - "d": "M7 20v-16h6a4 4 0 0 1 0 8a4 4 0 0 1 0 8h-6" - } - ], - [ - "path", - { - "d": "M7 12l6 0" - } - ] - ], - "letter-c-small": [ - [ - "path", - { - "d": "M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" - } - ] - ], - "letter-c": [ - [ - "path", - { - "d": "M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5" - } - ] - ], - "letter-case-lower": [ - [ - "path", - { - "d": "M6.5 15.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" - } - ], - [ - "path", - { - "d": "M10 12v7" - } - ], - [ - "path", - { - "d": "M17.5 15.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" - } - ], - [ - "path", - { - "d": "M21 12v7" - } - ] - ], - "letter-case-toggle": [ - [ - "path", - { - "d": "M6.5 15.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" - } - ], - [ - "path", - { - "d": "M14 19v-10.5a3.5 3.5 0 0 1 7 0v10.5" - } - ], - [ - "path", - { - "d": "M14 13h7" - } - ], - [ - "path", - { - "d": "M10 12v7" - } - ] - ], - "letter-case-upper": [ - [ - "path", - { - "d": "M3 19v-10.5a3.5 3.5 0 0 1 7 0v10.5" - } - ], - [ - "path", - { - "d": "M3 13h7" - } - ], - [ - "path", - { - "d": "M14 19v-10.5a3.5 3.5 0 0 1 7 0v10.5" - } - ], - [ - "path", - { - "d": "M14 13h7" - } - ] - ], - "letter-case": [ - [ - "path", - { - "d": "M17.5 15.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" - } - ], - [ - "path", - { - "d": "M3 19v-10.5a3.5 3.5 0 0 1 7 0v10.5" - } - ], - [ - "path", - { - "d": "M3 13h7" - } - ], - [ - "path", - { - "d": "M21 12v7" - } - ] - ], - "letter-d-small": [ - [ - "path", - { - "d": "M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" - } - ] - ], - "letter-d": [ - [ - "path", - { - "d": "M7 4h6a5 5 0 0 1 5 5v6a5 5 0 0 1 -5 5h-6v-16" - } - ] - ], - "letter-e-small": [ - [ - "path", - { - "d": "M14 8h-4v8h4" - } - ], - [ - "path", - { - "d": "M10 12h2.5" - } - ] - ], - "letter-e": [ - [ - "path", - { - "d": "M17 4h-10v16h10" - } - ], - [ - "path", - { - "d": "M7 12l8 0" - } - ] - ], - "letter-f-small": [ - [ - "path", - { - "d": "M10 12h3" - } - ], - [ - "path", - { - "d": "M14 8h-4v8" - } - ] - ], - "letter-f": [ - [ - "path", - { - "d": "M17 4h-10v16" - } - ], - [ - "path", - { - "d": "M7 12l8 0" - } - ] - ], - "letter-g-small": [ - [ - "path", - { - "d": "M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" - } - ] - ], - "letter-g": [ - [ - "path", - { - "d": "M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-2h-4" - } - ] - ], - "letter-h-small": [ - [ - "path", - { - "d": "M10 16v-8" - } - ], - [ - "path", - { - "d": "M14 8v8" - } - ], - [ - "path", - { - "d": "M10 12h4" - } - ] - ], - "letter-h": [ - [ - "path", - { - "d": "M17 4l0 16" - } - ], - [ - "path", - { - "d": "M7 12l10 0" - } - ], - [ - "path", - { - "d": "M7 4l0 16" - } - ] - ], - "letter-i-small": [ - [ - "path", - { - "d": "M12 8v8" - } - ] - ], - "letter-i": [ - [ - "path", - { - "d": "M12 4l0 16" - } - ] - ], - "letter-j-small": [ - [ - "path", - { - "d": "M10 8h4v6a2 2 0 1 1 -4 0" - } - ] - ], - "letter-j": [ - [ - "path", - { - "d": "M17 4v12a4 4 0 0 1 -4 4h-2a4 4 0 0 1 -4 -4" - } - ] - ], - "letter-k-small": [ - [ - "path", - { - "d": "M10.5 8v8" - } - ], - [ - "path", - { - "d": "M14.5 8l-3 4l3 4" - } - ], - [ - "path", - { - "d": "M10.5 12h1" - } - ] - ], - "letter-k": [ - [ - "path", - { - "d": "M7 4l0 16" - } - ], - [ - "path", - { - "d": "M7 12h2l8 -8" - } - ], - [ - "path", - { - "d": "M9 12l8 8" - } - ] - ], - "letter-l-small": [ - [ - "path", - { - "d": "M10 8v8h4" - } - ] - ], - "letter-l": [ - [ - "path", - { - "d": "M7 4v16h10" - } - ] - ], - "letter-m-small": [ - [ - "path", - { - "d": "M9 16v-8l3 5l3 -5v8" - } - ] - ], - "letter-m": [ - [ - "path", - { - "d": "M6 20v-16l6 14l6 -14v16" - } - ] - ], - "letter-n-small": [ - [ - "path", - { - "d": "M10 16v-8l4 8v-8" - } - ] - ], - "letter-n": [ - [ - "path", - { - "d": "M7 20v-16l10 16v-16" - } - ] - ], - "letter-o-small": [ - [ - "path", - { - "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" - } - ] - ], - "letter-o": [ - [ - "path", - { - "d": "M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-6" - } - ] - ], - "letter-p-small": [ - [ - "path", - { - "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8" - } - ] - ], - "letter-p": [ - [ - "path", - { - "d": "M7 20v-16h5.5a4 4 0 0 1 0 9h-5.5" - } - ] - ], - "letter-q-small": [ - [ - "path", - { - "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M13 15l1 1" - } - ] - ], - "letter-q": [ - [ - "path", - { - "d": "M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-6" - } - ], - [ - "path", - { - "d": "M13 15l5 5" - } - ] - ], - "letter-r-small": [ - [ - "path", - { - "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4" - } - ] - ], - "letter-r": [ - [ - "path", - { - "d": "M7 20v-16h5.5a4 4 0 0 1 0 9h-5.5" - } - ], - [ - "path", - { - "d": "M12 13l5 7" - } - ] - ], - "letter-s-small": [ - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1" - } - ] - ], - "letter-s": [ - [ - "path", - { - "d": "M17 8a4 4 0 0 0 -4 -4h-2a4 4 0 0 0 0 8h2a4 4 0 0 1 0 8h-2a4 4 0 0 1 -4 -4" - } - ] - ], - "letter-spacing": [ - [ - "path", - { - "d": "M5 12v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5" - } - ], - [ - "path", - { - "d": "M13 4l3 8l3 -8" - } - ], - [ - "path", - { - "d": "M5 18h14" - } - ], - [ - "path", - { - "d": "M17 20l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M7 16l-2 2l2 2" - } - ] - ], - "letter-t-small": [ - [ - "path", - { - "d": "M10 8h4" - } - ], - [ - "path", - { - "d": "M12 8v8" - } - ] - ], - "letter-t": [ - [ - "path", - { - "d": "M6 4l12 0" - } - ], - [ - "path", - { - "d": "M12 4l0 16" - } - ] - ], - "letter-u-small": [ - [ - "path", - { - "d": "M10 8v6a2 2 0 1 0 4 0v-6" - } - ] - ], - "letter-u": [ - [ - "path", - { - "d": "M6 4v11a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-11" - } - ] - ], - "letter-v-small": [ - [ - "path", - { - "d": "M10 8l2 8l2 -8" - } - ] - ], - "letter-v": [ - [ - "path", - { - "d": "M6 4l6 16l6 -16" - } - ] - ], - "letter-w-small": [ - [ - "path", - { - "d": "M9 8l1 8l2 -5l2 5l1 -8" - } - ] - ], - "letter-w": [ - [ - "path", - { - "d": "M4 4l4 16l4 -14l4 14l4 -16" - } - ] - ], - "letter-x-small": [ - [ - "path", - { - "d": "M10 8l4 8" - } - ], - [ - "path", - { - "d": "M10 16l4 -8" - } - ] - ], - "letter-x": [ - [ - "path", - { - "d": "M7 4l10 16" - } - ], - [ - "path", - { - "d": "M17 4l-10 16" - } - ] - ], - "letter-y-small": [ - [ - "path", - { - "d": "M10 8l2 5l2 -5" - } - ], - [ - "path", - { - "d": "M12 16v-3" - } - ] - ], - "letter-y": [ - [ - "path", - { - "d": "M7 4l5 9l5 -9" - } - ], - [ - "path", - { - "d": "M12 13l0 7" - } - ] - ], - "letter-z-small": [ - [ - "path", - { - "d": "M10 8h4l-4 8h4" - } - ] - ], - "letter-z": [ - [ - "path", - { - "d": "M7 4h10l-10 16h10" - } - ] - ], - "library-minus": [ - [ - "path", - { - "d": "M7 3m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z" - } - ], - [ - "path", - { - "d": "M4.012 7.26a2.005 2.005 0 0 0 -1.012 1.737v10c0 1.1 .9 2 2 2h10c.75 0 1.158 -.385 1.5 -1" - } - ], - [ - "path", - { - "d": "M11 10h6" - } - ] - ], - "library-photo": [ - [ - "path", - { - "d": "M7 3m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z" - } - ], - [ - "path", - { - "d": "M4.012 7.26a2.005 2.005 0 0 0 -1.012 1.737v10c0 1.1 .9 2 2 2h10c.75 0 1.158 -.385 1.5 -1" - } - ], - [ - "path", - { - "d": "M17 7h.01" - } - ], - [ - "path", - { - "d": "M7 13l3.644 -3.644a1.21 1.21 0 0 1 1.712 0l3.644 3.644" - } - ], - [ - "path", - { - "d": "M15 12l1.644 -1.644a1.21 1.21 0 0 1 1.712 0l2.644 2.644" - } - ] - ], - "library-plus": [ - [ - "path", - { - "d": "M7 3m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z" - } - ], - [ - "path", - { - "d": "M4.012 7.26a2.005 2.005 0 0 0 -1.012 1.737v10c0 1.1 .9 2 2 2h10c.75 0 1.158 -.385 1.5 -1" - } - ], - [ - "path", - { - "d": "M11 10h6" - } - ], - [ - "path", - { - "d": "M14 7v6" - } - ] - ], - "library": [ - [ - "path", - { - "d": "M7 3m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z" - } - ], - [ - "path", - { - "d": "M4.012 7.26a2.005 2.005 0 0 0 -1.012 1.737v10c0 1.1 .9 2 2 2h10c.75 0 1.158 -.385 1.5 -1" - } - ], - [ - "path", - { - "d": "M11 7h5" - } - ], - [ - "path", - { - "d": "M11 10h6" - } - ], - [ - "path", - { - "d": "M11 13h3" - } - ] - ], - "license-off": [ - [ - "path", - { - "d": "M15 21h-9a3 3 0 0 1 -3 -3v-1h10v2a2 2 0 1 0 4 0v-2m0 -4v-8a2 2 0 1 1 2 2h-2m2 -4h-11a3 3 0 0 0 -.864 .126m-2.014 2.025a3 3 0 0 0 -.122 .849v11" - } - ], - [ - "path", - { - "d": "M11 7h2" - } - ], - [ - "path", - { - "d": "M9 11h2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "license": [ - [ - "path", - { - "d": "M15 21h-9a3 3 0 0 1 -3 -3v-1h10v2a2 2 0 0 0 4 0v-14a2 2 0 1 1 2 2h-2m2 -4h-11a3 3 0 0 0 -3 3v11" - } - ], - [ - "path", - { - "d": "M9 7l4 0" - } - ], - [ - "path", - { - "d": "M9 11l4 0" - } - ] - ], - "lifebuoy-off": [ - [ - "path", - { - "d": "M9.171 9.172a4 4 0 0 0 5.65 5.663m1.179 -2.835a4 4 0 0 0 -4 -4" - } - ], - [ - "path", - { - "d": "M5.64 5.632a9 9 0 1 0 12.73 12.725m1.667 -2.301a9 9 0 0 0 -12.077 -12.1" - } - ], - [ - "path", - { - "d": "M15 15l3.35 3.35" - } - ], - [ - "path", - { - "d": "M9 15l-3.35 3.35" - } - ], - [ - "path", - { - "d": "M5.65 5.65l3.35 3.35" - } - ], - [ - "path", - { - "d": "M18.35 5.65l-3.35 3.35" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "lifebuoy": [ - [ - "path", - { - "d": "M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M15 15l3.35 3.35" - } - ], - [ - "path", - { - "d": "M9 15l-3.35 3.35" - } - ], - [ - "path", - { - "d": "M5.65 5.65l3.35 3.35" - } - ], - [ - "path", - { - "d": "M18.35 5.65l-3.35 3.35" - } - ] - ], - "lighter": [ - [ - "path", - { - "d": "M10 3v16a2 2 0 0 0 2 2h5a2 2 0 0 0 2 -2v-7h-12a2 2 0 0 1 -2 -2v-5a2 2 0 0 1 2 -2h3z" - } - ], - [ - "path", - { - "d": "M16 4l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737z" - } - ] - ], - "line-dashed": [ - [ - "path", - { - "d": "M5 12h2" - } - ], - [ - "path", - { - "d": "M17 12h2" - } - ], - [ - "path", - { - "d": "M11 12h2" - } - ] - ], - "line-dotted": [ - [ - "path", - { - "d": "M4 12v.01" - } - ], - [ - "path", - { - "d": "M8 12v.01" - } - ], - [ - "path", - { - "d": "M12 12v.01" - } - ], - [ - "path", - { - "d": "M16 12v.01" - } - ], - [ - "path", - { - "d": "M20 12v.01" - } - ] - ], - "line-height": [ - [ - "path", - { - "d": "M3 8l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M3 16l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M6 5l0 14" - } - ], - [ - "path", - { - "d": "M13 6l7 0" - } - ], - [ - "path", - { - "d": "M13 12l7 0" - } - ], - [ - "path", - { - "d": "M13 18l7 0" - } - ] - ], - "line-scan": [ - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M7 12h10" - } - ] - ], - "line": [ - [ - "path", - { - "d": "M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7.5 16.5l9 -9" - } - ] - ], - "link-minus": [ - [ - "path", - { - "d": "M9 15l6 -6" - } - ], - [ - "path", - { - "d": "M11 6l.463 -.536a5 5 0 1 1 7.071 7.072l-.534 .464" - } - ], - [ - "path", - { - "d": "M12.603 18.534a5.07 5.07 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "link-off": [ - [ - "path", - { - "d": "M9 15l3 -3m2 -2l1 -1" - } - ], - [ - "path", - { - "d": "M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" - } - ] - ], - "link-plus": [ - [ - "path", - { - "d": "M9 15l6 -6" - } - ], - [ - "path", - { - "d": "M11 6l.463 -.536a5 5 0 0 1 7.072 0a4.993 4.993 0 0 1 -.001 7.072" - } - ], - [ - "path", - { - "d": "M12.603 18.534a5.07 5.07 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "link": [ - [ - "path", - { - "d": "M9 15l6 -6" - } - ], - [ - "path", - { - "d": "M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" - } - ], - [ - "path", - { - "d": "M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" - } - ] - ], - "list-check": [ - [ - "path", - { - "d": "M3.5 5.5l1.5 1.5l2.5 -2.5" - } - ], - [ - "path", - { - "d": "M3.5 11.5l1.5 1.5l2.5 -2.5" - } - ], - [ - "path", - { - "d": "M3.5 17.5l1.5 1.5l2.5 -2.5" - } - ], - [ - "path", - { - "d": "M11 6l9 0" - } - ], - [ - "path", - { - "d": "M11 12l9 0" - } - ], - [ - "path", - { - "d": "M11 18l9 0" - } - ] - ], - "list-details": [ - [ - "path", - { - "d": "M13 5h8" - } - ], - [ - "path", - { - "d": "M13 9h5" - } - ], - [ - "path", - { - "d": "M13 15h8" - } - ], - [ - "path", - { - "d": "M13 19h5" - } - ], - [ - "path", - { - "d": "M3 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M3 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ] - ], - "list-letters": [ - [ - "path", - { - "d": "M11 6h9" - } - ], - [ - "path", - { - "d": "M11 12h9" - } - ], - [ - "path", - { - "d": "M11 18h9" - } - ], - [ - "path", - { - "d": "M4 10v-4.5a1.5 1.5 0 0 1 3 0v4.5" - } - ], - [ - "path", - { - "d": "M4 8h3" - } - ], - [ - "path", - { - "d": "M4 20h1.5a1.5 1.5 0 0 0 0 -3h-1.5h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6z" - } - ] - ], - "list-numbers": [ - [ - "path", - { - "d": "M11 6h9" - } - ], - [ - "path", - { - "d": "M11 12h9" - } - ], - [ - "path", - { - "d": "M12 18h8" - } - ], - [ - "path", - { - "d": "M4 16a2 2 0 1 1 4 0c0 .591 -.5 1 -1 1.5l-3 2.5h4" - } - ], - [ - "path", - { - "d": "M6 10v-6l-2 2" - } - ] - ], - "list-search": [ - [ - "path", - { - "d": "M15 15m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M18.5 18.5l2.5 2.5" - } - ], - [ - "path", - { - "d": "M4 6h16" - } - ], - [ - "path", - { - "d": "M4 12h4" - } - ], - [ - "path", - { - "d": "M4 18h4" - } - ] - ], - "list-tree": [ - [ - "path", - { - "d": "M9 6h11" - } - ], - [ - "path", - { - "d": "M12 12h8" - } - ], - [ - "path", - { - "d": "M15 18h5" - } - ], - [ - "path", - { - "d": "M5 6v.01" - } - ], - [ - "path", - { - "d": "M8 12v.01" - } - ], - [ - "path", - { - "d": "M11 18v.01" - } - ] - ], - "list": [ - [ - "path", - { - "d": "M9 6l11 0" - } - ], - [ - "path", - { - "d": "M9 12l11 0" - } - ], - [ - "path", - { - "d": "M9 18l11 0" - } - ], - [ - "path", - { - "d": "M5 6l0 .01" - } - ], - [ - "path", - { - "d": "M5 12l0 .01" - } - ], - [ - "path", - { - "d": "M5 18l0 .01" - } - ] - ], - "live-photo-off": [ - [ - "path", - { - "d": "M11.296 11.29a1 1 0 1 0 1.414 1.415" - } - ], - [ - "path", - { - "d": "M8.473 8.456a5 5 0 1 0 7.076 7.066m1.365 -2.591a5 5 0 0 0 -5.807 -5.851" - } - ], - [ - "path", - { - "d": "M15.9 20.11v.01" - } - ], - [ - "path", - { - "d": "M19.04 17.61v.01" - } - ], - [ - "path", - { - "d": "M20.77 14v.01" - } - ], - [ - "path", - { - "d": "M20.77 10v.01" - } - ], - [ - "path", - { - "d": "M19.04 6.39v.01" - } - ], - [ - "path", - { - "d": "M15.9 3.89v.01" - } - ], - [ - "path", - { - "d": "M12 3v.01" - } - ], - [ - "path", - { - "d": "M8.1 3.89v.01" - } - ], - [ - "path", - { - "d": "M4.96 6.39v.01" - } - ], - [ - "path", - { - "d": "M3.23 10v.01" - } - ], - [ - "path", - { - "d": "M3.23 14v.01" - } - ], - [ - "path", - { - "d": "M4.96 17.61v.01" - } - ], - [ - "path", - { - "d": "M8.1 20.11v.01" - } - ], - [ - "path", - { - "d": "M12 21v.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "live-photo": [ - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M15.9 20.11l0 .01" - } - ], - [ - "path", - { - "d": "M19.04 17.61l0 .01" - } - ], - [ - "path", - { - "d": "M20.77 14l0 .01" - } - ], - [ - "path", - { - "d": "M20.77 10l0 .01" - } - ], - [ - "path", - { - "d": "M19.04 6.39l0 .01" - } - ], - [ - "path", - { - "d": "M15.9 3.89l0 .01" - } - ], - [ - "path", - { - "d": "M12 3l0 .01" - } - ], - [ - "path", - { - "d": "M8.1 3.89l0 .01" - } - ], - [ - "path", - { - "d": "M4.96 6.39l0 .01" - } - ], - [ - "path", - { - "d": "M3.23 10l0 .01" - } - ], - [ - "path", - { - "d": "M3.23 14l0 .01" - } - ], - [ - "path", - { - "d": "M4.96 17.61l0 .01" - } - ], - [ - "path", - { - "d": "M8.1 20.11l0 .01" - } - ], - [ - "path", - { - "d": "M12 21l0 .01" - } - ] - ], - "live-view": [ - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M12 11l0 .01" - } - ], - [ - "path", - { - "d": "M12 18l-3.5 -5a4 4 0 1 1 7 0l-3.5 5" - } - ] - ], - "load-balancer": [ - [ - "path", - { - "d": "M12 13m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M12 20m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 16v3" - } - ], - [ - "path", - { - "d": "M12 10v-7" - } - ], - [ - "path", - { - "d": "M9 6l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M12 10v-7" - } - ], - [ - "path", - { - "d": "M9 6l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M14.894 12.227l6.11 -2.224" - } - ], - [ - "path", - { - "d": "M17.159 8.21l3.845 1.793l-1.793 3.845" - } - ], - [ - "path", - { - "d": "M9.101 12.214l-6.075 -2.211" - } - ], - [ - "path", - { - "d": "M6.871 8.21l-3.845 1.793l1.793 3.845" - } - ] - ], - "loader-2": [ - [ - "path", - { - "d": "M12 3a9 9 0 1 0 9 9" - } - ] - ], - "loader-3": [ - [ - "path", - { - "d": "M3 12a9 9 0 0 0 9 9a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9" - } - ], - [ - "path", - { - "d": "M17 12a5 5 0 1 0 -5 5" - } - ] - ], - "loader-quarter": [ - [ - "path", - { - "d": "M12 6l0 -3" - } - ], - [ - "path", - { - "d": "M6 12l-3 0" - } - ], - [ - "path", - { - "d": "M7.75 7.75l-2.15 -2.15" - } - ] - ], - "loader": [ - [ - "path", - { - "d": "M12 6l0 -3" - } - ], - [ - "path", - { - "d": "M16.25 7.75l2.15 -2.15" - } - ], - [ - "path", - { - "d": "M18 12l3 0" - } - ], - [ - "path", - { - "d": "M16.25 16.25l2.15 2.15" - } - ], - [ - "path", - { - "d": "M12 18l0 3" - } - ], - [ - "path", - { - "d": "M7.75 16.25l-2.15 2.15" - } - ], - [ - "path", - { - "d": "M6 12l-3 0" - } - ], - [ - "path", - { - "d": "M7.75 7.75l-2.15 -2.15" - } - ] - ], - "location-bolt": [ - [ - "path", - { - "d": "M13.05 20.1l-3.05 -6.1l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.312 9.173" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "location-broken": [ - [ - "path", - { - "d": "M12.896 19.792l-2.896 -5.792l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.487 9.657" - } - ], - [ - "path", - { - "d": "M21.5 21.5l-5 -5" - } - ], - [ - "path", - { - "d": "M16.5 21.5l5 -5" - } - ] - ], - "location-cancel": [ - [ - "path", - { - "d": "M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.305 9.151" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "location-check": [ - [ - "path", - { - "d": "M11.512 17.023l-1.512 -3.023l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-4.45 12.324" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "location-code": [ - [ - "path", - { - "d": "M11.505 17.01l-1.505 -3.01l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.677 10.184" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "location-cog": [ - [ - "path", - { - "d": "M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.14 8.697" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "location-discount": [ - [ - "path", - { - "d": "M12.797 19.595l-2.797 -5.595l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.548 9.826" - } - ], - [ - "path", - { - "d": "M16 21l5 -5" - } - ], - [ - "path", - { - "d": "M21 21v.01" - } - ], - [ - "path", - { - "d": "M16 16v.01" - } - ] - ], - "location-dollar": [ - [ - "path", - { - "d": "M13.08 20.162l-3.08 -6.162l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-2.55 7.063" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "location-down": [ - [ - "path", - { - "d": "M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.328 9.217" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "location-exclamation": [ - [ - "path", - { - "d": "M15.024 19.55l-.524 1.45a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.317 9.186" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "location-filled": [ - [ - "path", - { - "d": "M20.891 2.006l.106 -.006l.13 .008l.09 .016l.123 .035l.107 .046l.1 .057l.09 .067l.082 .075l.052 .059l.082 .116l.052 .096c.047 .1 .077 .206 .09 .316l.005 .106c0 .075 -.008 .149 -.024 .22l-.035 .123l-6.532 18.077a1.55 1.55 0 0 1 -1.409 .903a1.547 1.547 0 0 1 -1.329 -.747l-.065 -.127l-3.352 -6.702l-6.67 -3.336a1.55 1.55 0 0 1 -.898 -1.259l-.006 -.149c0 -.56 .301 -1.072 .841 -1.37l.14 -.07l18.017 -6.506l.106 -.03l.108 -.018z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "location-heart": [ - [ - "path", - { - "d": "M10.365 14.73l-.365 -.73l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.024 8.373" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "location-minus": [ - [ - "path", - { - "d": "M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-4.347 12.038" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "location-off": [ - [ - "path", - { - "d": "M10.72 6.712l10.28 -3.712l-3.724 10.313m-1.056 2.925l-1.72 4.762a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l4.775 -1.724" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "location-pause": [ - [ - "path", - { - "d": "M13.02 20.04l-3.02 -6.04l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.634 10.062" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "location-pin": [ - [ - "path", - { - "d": "M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-2.901 8.034" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "location-plus": [ - [ - "path", - { - "d": "M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.361 9.308" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "location-question": [ - [ - "path", - { - "d": "M14.5 21a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-2.967 8.215" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "location-search": [ - [ - "path", - { - "d": "M11 16l-1 -2l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-2.916 8.076" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "location-share": [ - [ - "path", - { - "d": "M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.616 10.015" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "location-star": [ - [ - "path", - { - "d": "M10.336 14.672l-.336 -.672l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-2.565 7.104" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "location-up": [ - [ - "path", - { - "d": "M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.251 9.003" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "location-x": [ - [ - "path", - { - "d": "M13.5 21l-.224 -.448l-3.276 -6.552l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.622 10.03" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "location": [ - [ - "path", - { - "d": "M21 3l-6.5 18a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5" - } - ] - ], - "lock-access-off": [ - [ - "path", - { - "d": "M4 8v-2c0 -.554 .225 -1.055 .588 -1.417" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2c.55 0 1.05 -.222 1.41 -.582" - } - ], - [ - "path", - { - "d": "M15 11a1 1 0 0 1 1 1m-.29 3.704a1 1 0 0 1 -.71 .296h-6a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h2" - } - ], - [ - "path", - { - "d": "M10 11v-1m1.182 -2.826a2 2 0 0 1 2.818 1.826v1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "lock-access": [ - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M8 11m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M10 11v-2a2 2 0 1 1 4 0v2" - } - ] - ], - "lock-bolt": [ - [ - "path", - { - "d": "M13.5 21h-6.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.74 1.012" - } - ], - [ - "path", - { - "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "lock-cancel": [ - [ - "path", - { - "d": "M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.749 1.028" - } - ], - [ - "path", - { - "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "lock-check": [ - [ - "path", - { - "d": "M11.5 21h-4.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v.5" - } - ], - [ - "path", - { - "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "lock-code": [ - [ - "path", - { - "d": "M11.5 21h-4.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" - } - ], - [ - "path", - { - "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "lock-cog": [ - [ - "path", - { - "d": "M12 21h-5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10c.564 0 1.074 .234 1.437 .61" - } - ], - [ - "path", - { - "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "lock-dollar": [ - [ - "path", - { - "d": "M13 21h-6a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10" - } - ], - [ - "path", - { - "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "lock-down": [ - [ - "path", - { - "d": "M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.74 1.015" - } - ], - [ - "path", - { - "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "lock-exclamation": [ - [ - "path", - { - "d": "M15 21h-8a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.734 1.002" - } - ], - [ - "path", - { - "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "lock-heart": [ - [ - "path", - { - "d": "M11.5 21h-4.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10c.38 0 .734 .106 1.037 .29" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "lock-minus": [ - [ - "path", - { - "d": "M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "lock-off": [ - [ - "path", - { - "d": "M15 11h2a2 2 0 0 1 2 2v2m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h4" - } - ], - [ - "path", - { - "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 11v-3m.719 -3.289a4 4 0 0 1 7.281 2.289v4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "lock-open-off": [ - [ - "path", - { - "d": "M15 11h2a2 2 0 0 1 2 2v2m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h4" - } - ], - [ - "path", - { - "d": "M12 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 11v-3m.347 -3.631a4 4 0 0 1 7.653 1.631" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "lock-open": [ - [ - "path", - { - "d": "M5 11m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 11v-5a4 4 0 0 1 8 0" - } - ] - ], - "lock-pause": [ - [ - "path", - { - "d": "M13 21h-6a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v.5" - } - ], - [ - "path", - { - "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "lock-pin": [ - [ - "path", - { - "d": "M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10c.24 0 .47 .042 .683 .12" - } - ], - [ - "path", - { - "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "lock-plus": [ - [ - "path", - { - "d": "M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.74 1.012" - } - ], - [ - "path", - { - "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "lock-question": [ - [ - "path", - { - "d": "M15 21h-8a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10c.265 0 .518 .052 .75 .145" - } - ], - [ - "path", - { - "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "lock-search": [ - [ - "path", - { - "d": "M11.5 21h-4.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "lock-share": [ - [ - "path", - { - "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 21h-5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "lock-square-rounded-filled": [ - [ - "path", - { - "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm0 4a3 3 0 0 1 2.995 2.824l.005 .176v1a2 2 0 0 1 1.995 1.85l.005 .15v3a2 2 0 0 1 -1.85 1.995l-.15 .005h-6a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3a2 2 0 0 1 1.85 -1.995l.15 -.005v-1a3 3 0 0 1 3 -3zm3 6h-6v3h6v-3zm-3 -4a1 1 0 0 0 -.993 .883l-.007 .117v1h2v-1a1 1 0 0 0 -1 -1z", - "fill": "currentColor", - "stroke-width": "0" - } - ] - ], - "lock-square-rounded": [ - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ], - [ - "path", - { - "d": "M8 11m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M10 11v-2a2 2 0 1 1 4 0v2" - } - ] - ], - "lock-square": [ - [ - "path", - { - "d": "M8 11m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M10 11v-2a2 2 0 1 1 4 0v2" - } - ], - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ] - ], - "lock-star": [ - [ - "path", - { - "d": "M11 21h-4a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h9" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "lock-up": [ - [ - "path", - { - "d": "M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.739 1.01" - } - ], - [ - "path", - { - "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "lock-x": [ - [ - "path", - { - "d": "M13 21h-6a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v.5" - } - ], - [ - "path", - { - "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "lock": [ - [ - "path", - { - "d": "M5 13a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-6z" - } - ], - [ - "path", - { - "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ] - ], - "logic-and": [ - [ - "path", - { - "d": "M22 12h-5" - } - ], - [ - "path", - { - "d": "M2 9h5" - } - ], - [ - "path", - { - "d": "M2 15h5" - } - ], - [ - "path", - { - "d": "M9 5c6 0 8 3.5 8 7s-2 7 -8 7h-2v-14h2z" - } - ] - ], - "logic-buffer": [ - [ - "path", - { - "d": "M22 12h-5" - } - ], - [ - "path", - { - "d": "M2 9h5" - } - ], - [ - "path", - { - "d": "M2 15h5" - } - ], - [ - "path", - { - "d": "M7 5l10 7l-10 7z" - } - ] - ], - "logic-nand": [ - [ - "path", - { - "d": "M22 12h-3" - } - ], - [ - "path", - { - "d": "M2 9h3" - } - ], - [ - "path", - { - "d": "M2 15h3" - } - ], - [ - "path", - { - "d": "M7 5c6 0 8 3.5 8 7s-2 7 -8 7h-2v-14h2z" - } - ], - [ - "path", - { - "d": "M17 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "logic-nor": [ - [ - "path", - { - "d": "M22 12h-4" - } - ], - [ - "path", - { - "d": "M2 9h5" - } - ], - [ - "path", - { - "d": "M2 15h5" - } - ], - [ - "path", - { - "d": "M6 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" - } - ], - [ - "path", - { - "d": "M16 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "logic-not": [ - [ - "path", - { - "d": "M22 12h-3" - } - ], - [ - "path", - { - "d": "M2 9h3" - } - ], - [ - "path", - { - "d": "M2 15h3" - } - ], - [ - "path", - { - "d": "M5 5l10 7l-10 7z" - } - ], - [ - "path", - { - "d": "M17 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "logic-or": [ - [ - "path", - { - "d": "M22 12h-6" - } - ], - [ - "path", - { - "d": "M2 9h7" - } - ], - [ - "path", - { - "d": "M2 15h7" - } - ], - [ - "path", - { - "d": "M8 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" - } - ] - ], - "logic-xnor": [ - [ - "path", - { - "d": "M22 12h-2" - } - ], - [ - "path", - { - "d": "M2 9h4" - } - ], - [ - "path", - { - "d": "M2 15h4" - } - ], - [ - "path", - { - "d": "M5 19c1.778 -4.667 1.778 -9.333 0 -14" - } - ], - [ - "path", - { - "d": "M8 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" - } - ], - [ - "path", - { - "d": "M18 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "logic-xor": [ - [ - "path", - { - "d": "M22 12h-4" - } - ], - [ - "path", - { - "d": "M2 9h6" - } - ], - [ - "path", - { - "d": "M2 15h6" - } - ], - [ - "path", - { - "d": "M7 19c1.778 -4.667 1.778 -9.333 0 -14" - } - ], - [ - "path", - { - "d": "M10 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" - } - ] - ], - "login-2": [ - [ - "path", - { - "d": "M9 8v-2a2 2 0 0 1 2 -2h7a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-2" - } - ], - [ - "path", - { - "d": "M3 12h13l-3 -3" - } - ], - [ - "path", - { - "d": "M13 15l3 -3" - } - ] - ], - "login": [ - [ - "path", - { - "d": "M15 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M21 12h-13l3 -3" - } - ], - [ - "path", - { - "d": "M11 15l-3 -3" - } - ] - ], - "logout-2": [ - [ - "path", - { - "d": "M10 8v-2a2 2 0 0 1 2 -2h7a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-2" - } - ], - [ - "path", - { - "d": "M15 12h-12l3 -3" - } - ], - [ - "path", - { - "d": "M6 15l-3 -3" - } - ] - ], - "logout": [ - [ - "path", - { - "d": "M14 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M9 12h12l-3 -3" - } - ], - [ - "path", - { - "d": "M18 15l3 -3" - } - ] - ], - "lollipop-off": [ - [ - "path", - { - "d": "M7.462 7.493a7 7 0 0 0 9.06 9.039m2.416 -1.57a7 7 0 1 0 -9.884 -9.915" - } - ], - [ - "path", - { - "d": "M21 10a3.5 3.5 0 0 0 -7 0" - } - ], - [ - "path", - { - "d": "M12.71 12.715a3.5 3.5 0 0 1 -5.71 -2.715" - } - ], - [ - "path", - { - "d": "M14 17c.838 0 1.607 -.294 2.209 -.785m1.291 -2.715a3.5 3.5 0 0 0 -3.5 -3.5" - } - ], - [ - "path", - { - "d": "M14 3a3.5 3.5 0 0 0 -3.5 3.5" - } - ], - [ - "path", - { - "d": "M3 21l6 -6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "lollipop": [ - [ - "path", - { - "d": "M14 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M21 10a3.5 3.5 0 0 0 -7 0" - } - ], - [ - "path", - { - "d": "M14 10a3.5 3.5 0 0 1 -7 0" - } - ], - [ - "path", - { - "d": "M14 17a3.5 3.5 0 0 0 0 -7" - } - ], - [ - "path", - { - "d": "M14 3a3.5 3.5 0 0 0 0 7" - } - ], - [ - "path", - { - "d": "M3 21l6 -6" - } - ] - ], - "luggage-off": [ - [ - "path", - { - "d": "M10 6h6a2 2 0 0 1 2 2v6m0 4a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-10c0 -.546 .218 -1.04 .573 -1.4" - } - ], - [ - "path", - { - "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1" - } - ], - [ - "path", - { - "d": "M6 10h4m4 0h4" - } - ], - [ - "path", - { - "d": "M6 16h10" - } - ], - [ - "path", - { - "d": "M9 20v1" - } - ], - [ - "path", - { - "d": "M15 20v1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "luggage": [ - [ - "path", - { - "d": "M6 6m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 6v-1a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1" - } - ], - [ - "path", - { - "d": "M6 10h12" - } - ], - [ - "path", - { - "d": "M6 16h12" - } - ], - [ - "path", - { - "d": "M9 20v1" - } - ], - [ - "path", - { - "d": "M15 20v1" - } - ] - ], - "lungs-off": [ - [ - "path", - { - "d": "M6.583 6.608c-1.206 1.058 -2.07 2.626 -2.933 5.449c-.42 1.37 -.636 2.962 -.648 4.775c-.012 1.675 1.261 3.054 2.877 3.161l.203 .007c1.611 0 2.918 -1.335 2.918 -2.98v-8.02" - } - ], - [ - "path", - { - "d": "M15 11v-3.743c0 -.694 .552 -1.257 1.233 -1.257c.204 0 .405 .052 .584 .15l.13 .083c1.46 1.059 2.432 2.647 3.405 5.824c.42 1.37 .636 2.962 .648 4.775c0 .063 0 .125 0 .187m-1.455 2.51c-.417 .265 -.9 .43 -1.419 .464l-.202 .007c-1.613 0 -2.92 -1.335 -2.92 -2.98v-2.02" - } - ], - [ - "path", - { - "d": "M9 12a2.99 2.99 0 0 0 2.132 -.89" - } - ], - [ - "path", - { - "d": "M12 4v4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "lungs": [ - [ - "path", - { - "d": "M6.081 20c1.612 0 2.919 -1.335 2.919 -2.98v-9.763c0 -.694 -.552 -1.257 -1.232 -1.257c-.205 0 -.405 .052 -.584 .15l-.13 .083c-1.46 1.059 -2.432 2.647 -3.404 5.824c-.42 1.37 -.636 2.962 -.648 4.775c-.012 1.675 1.261 3.054 2.877 3.161l.203 .007z" - } - ], - [ - "path", - { - "d": "M17.92 20c-1.613 0 -2.92 -1.335 -2.92 -2.98v-9.763c0 -.694 .552 -1.257 1.233 -1.257c.204 0 .405 .052 .584 .15l.13 .083c1.46 1.059 2.432 2.647 3.405 5.824c.42 1.37 .636 2.962 .648 4.775c.012 1.675 -1.261 3.054 -2.878 3.161l-.202 .007z" - } - ], - [ - "path", - { - "d": "M9 12a3 3 0 0 0 3 -3a3 3 0 0 0 3 3" - } - ], - [ - "path", - { - "d": "M12 4v5" - } - ] - ], - "macro-off": [ - [ - "path", - { - "d": "M6 15a6 6 0 0 0 11.47 2.467" - } - ], - [ - "path", - { - "d": "M15.53 15.53a6 6 0 0 0 -3.53 5.47" - } - ], - [ - "path", - { - "d": "M12 21a6 6 0 0 0 -6 -6" - } - ], - [ - "path", - { - "d": "M12 21v-10" - } - ], - [ - "path", - { - "d": "M10.866 10.87a5.007 5.007 0 0 1 -3.734 -3.723m-.132 -4.147l3 2l2 -2l2 2l3 -2v3a5 5 0 0 1 -2.604 4.389" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "macro": [ - [ - "path", - { - "d": "M6 15a6 6 0 1 0 12 0" - } - ], - [ - "path", - { - "d": "M18 15a6 6 0 0 0 -6 6" - } - ], - [ - "path", - { - "d": "M12 21a6 6 0 0 0 -6 -6" - } - ], - [ - "path", - { - "d": "M12 21v-10" - } - ], - [ - "path", - { - "d": "M12 11a5 5 0 0 1 -5 -5v-3l3 2l2 -2l2 2l3 -2v3a5 5 0 0 1 -5 5z" - } - ] - ], - "magnet-off": [ - [ - "path", - { - "d": "M7 3a2 2 0 0 1 2 2m0 4v4a3 3 0 0 0 5.552 1.578m.448 -3.578v-6a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v8a7.99 7.99 0 0 1 -.424 2.577m-1.463 2.584a8 8 0 0 1 -14.113 -5.161v-8c0 -.297 .065 -.58 .181 -.833" - } - ], - [ - "path", - { - "d": "M4 8h4" - } - ], - [ - "path", - { - "d": "M15 8h4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "magnet": [ - [ - "path", - { - "d": "M4 13v-8a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v8a2 2 0 0 0 6 0v-8a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v8a8 8 0 0 1 -16 0" - } - ], - [ - "path", - { - "d": "M4 8l5 0" - } - ], - [ - "path", - { - "d": "M15 8l4 0" - } - ] - ], - "magnetic": [ - [ - "path", - { - "d": "M12 3v18" - } - ], - [ - "path", - { - "d": "M18 7c-.633 -1.255 -1.538 -2 -2.5 -2c-1.933 0 -3.5 3.134 -3.5 7s1.567 7 3.5 7s3.5 -3.134 3.5 -7v-1" - } - ], - [ - "path", - { - "d": "M6 7c.633 -1.255 1.538 -2 2.5 -2c1.933 0 3.5 3.134 3.5 7s-1.567 7 -3.5 7s-3.5 -3.134 -3.5 -7v-1" - } - ], - [ - "path", - { - "d": "M3 13l2 -2l2 2" - } - ], - [ - "path", - { - "d": "M17 13l2 -2l2 2" - } - ] - ], - "mail-ai": [ - [ - "path", - { - "d": "M10 19h-5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M3 7l8 5.345m4 -1.345l6 -4" - } - ], - [ - "path", - { - "d": "M14 21v-4a2 2 0 1 1 4 0v4" - } - ], - [ - "path", - { - "d": "M14 19h4" - } - ], - [ - "path", - { - "d": "M21 15v6" - } - ] - ], - "mail-bolt": [ - [ - "path", - { - "d": "M13 19h-8a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5" - } - ], - [ - "path", - { - "d": "M3 7l9 6l9 -6" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "mail-cancel": [ - [ - "path", - { - "d": "M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ], - [ - "path", - { - "d": "M3 7l9 6l9 -6" - } - ] - ], - "mail-check": [ - [ - "path", - { - "d": "M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M3 7l9 6l9 -6" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "mail-code": [ - [ - "path", - { - "d": "M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M3 7l9 6l9 -6" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "mail-cog": [ - [ - "path", - { - "d": "M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5" - } - ], - [ - "path", - { - "d": "M3 7l9 6l9 -6" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "mail-dollar": [ - [ - "path", - { - "d": "M13.5 19h-8.5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v3.5" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ], - [ - "path", - { - "d": "M3 7l9 6l9 -6" - } - ] - ], - "mail-down": [ - [ - "path", - { - "d": "M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M3 7l9 6l9 -6" - } - ] - ], - "mail-exclamation": [ - [ - "path", - { - "d": "M15 19h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5" - } - ], - [ - "path", - { - "d": "M3 7l9 6l9 -6" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "mail-fast": [ - [ - "path", - { - "d": "M3 7h3" - } - ], - [ - "path", - { - "d": "M3 11h2" - } - ], - [ - "path", - { - "d": "M9.02 8.801l-.6 6a2 2 0 0 0 1.99 2.199h7.98a2 2 0 0 0 1.99 -1.801l.6 -6a2 2 0 0 0 -1.99 -2.199h-7.98a2 2 0 0 0 -1.99 1.801z" - } - ], - [ - "path", - { - "d": "M9.8 7.5l2.982 3.28a3 3 0 0 0 4.238 .202l3.28 -2.982" - } - ] - ], - "mail-filled": [ - [ - "path", - { - "d": "M22 7.535v9.465a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-9.465l9.445 6.297l.116 .066a1 1 0 0 0 .878 0l.116 -.066l9.445 -6.297z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M19 4c1.08 0 2.027 .57 2.555 1.427l-9.555 6.37l-9.555 -6.37a2.999 2.999 0 0 1 2.354 -1.42l.201 -.007h14z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "mail-forward": [ - [ - "path", - { - "d": "M12 18h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5" - } - ], - [ - "path", - { - "d": "M3 6l9 6l9 -6" - } - ], - [ - "path", - { - "d": "M15 18h6" - } - ], - [ - "path", - { - "d": "M18 15l3 3l-3 3" - } - ] - ], - "mail-heart": [ - [ - "path", - { - "d": "M10.5 19h-5.5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M3 7l9 6l2.983 -1.989l6.017 -4.011" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "mail-minus": [ - [ - "path", - { - "d": "M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M3 7l9 6l9 -6" - } - ] - ], - "mail-off": [ - [ - "path", - { - "d": "M9 5h10a2 2 0 0 1 2 2v10m-2 2h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M3 7l9 6l.565 -.377m2.435 -1.623l6 -4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "mail-opened-filled": [ - [ - "path", - { - "d": "M14.872 14.287l6.522 6.52a2.996 2.996 0 0 1 -2.218 1.188l-.176 .005h-14a2.995 2.995 0 0 1 -2.394 -1.191l6.521 -6.522l2.318 1.545l.116 .066a1 1 0 0 0 .878 0l.116 -.066l2.317 -1.545z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M2 9.535l5.429 3.62l-5.429 5.43z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M22 9.535v9.05l-5.43 -5.43z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12.44 2.102l.115 .066l8.444 5.629l-8.999 6l-9 -6l8.445 -5.63a1 1 0 0 1 .994 -.065z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "mail-opened": [ - [ - "path", - { - "d": "M3 9l9 6l9 -6l-9 -6l-9 6" - } - ], - [ - "path", - { - "d": "M21 9v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10" - } - ], - [ - "path", - { - "d": "M3 19l6 -6" - } - ], - [ - "path", - { - "d": "M15 13l6 6" - } - ] - ], - "mail-pause": [ - [ - "path", - { - "d": "M13 19h-8a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M3 7l9 6l9 -6" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "mail-pin": [ - [ - "path", - { - "d": "M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ], - [ - "path", - { - "d": "M3 7l9 6l9 -6" - } - ] - ], - "mail-plus": [ - [ - "path", - { - "d": "M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M3 7l9 6l9 -6" - } - ] - ], - "mail-question": [ - [ - "path", - { - "d": "M15 19h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ], - [ - "path", - { - "d": "M3 7l9 6l9 -6" - } - ] - ], - "mail-search": [ - [ - "path", - { - "d": "M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ], - [ - "path", - { - "d": "M3 7l9 6l9 -6" - } - ] - ], - "mail-share": [ - [ - "path", - { - "d": "M13 19h-8a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M3 7l9 6l9 -6" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "mail-star": [ - [ - "path", - { - "d": "M10 19h-5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5" - } - ], - [ - "path", - { - "d": "M3 7l9 6l9 -6" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "mail-up": [ - [ - "path", - { - "d": "M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ], - [ - "path", - { - "d": "M3 7l9 6l9 -6" - } - ] - ], - "mail-x": [ - [ - "path", - { - "d": "M13.5 19h-8.5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M3 7l9 6l9 -6" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "mail": [ - [ - "path", - { - "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10z" - } - ], - [ - "path", - { - "d": "M3 7l9 6l9 -6" - } - ] - ], - "mailbox-off": [ - [ - "path", - { - "d": "M10 21v-6.5a3.5 3.5 0 0 0 -7 0v6.5h18m0 -4v-2a4 4 0 0 0 -4 -4h-2m-4 0h-4.5" - } - ], - [ - "path", - { - "d": "M12 8v-5h4l2 2l-2 2h-4" - } - ], - [ - "path", - { - "d": "M6 15h1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "mailbox": [ - [ - "path", - { - "d": "M10 21v-6.5a3.5 3.5 0 0 0 -7 0v6.5h18v-6a4 4 0 0 0 -4 -4h-10.5" - } - ], - [ - "path", - { - "d": "M12 11v-8h4l2 2l-2 2h-4" - } - ], - [ - "path", - { - "d": "M6 15h1" - } - ] - ], - "man": [ - [ - "path", - { - "d": "M10 16v5" - } - ], - [ - "path", - { - "d": "M14 16v5" - } - ], - [ - "path", - { - "d": "M9 9h6l-1 7h-4z" - } - ], - [ - "path", - { - "d": "M5 11c1.333 -1.333 2.667 -2 4 -2" - } - ], - [ - "path", - { - "d": "M19 11c-1.333 -1.333 -2.667 -2 -4 -2" - } - ], - [ - "path", - { - "d": "M12 4m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "manual-gearbox": [ - [ - "path", - { - "d": "M5 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 8l0 8" - } - ], - [ - "path", - { - "d": "M12 8l0 8" - } - ], - [ - "path", - { - "d": "M19 8v2a2 2 0 0 1 -2 2h-12" - } - ] - ], - "map-2": [ - [ - "path", - { - "d": "M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v7.5" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v5.5" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "map-bolt": [ - [ - "path", - { - "d": "M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v8.5" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v7.5" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "map-cancel": [ - [ - "path", - { - "d": "M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v6" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "map-check": [ - [ - "path", - { - "d": "M11 18l-2 -1l-6 3v-13l6 -3l6 3l6 -3v9" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v8" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "map-code": [ - [ - "path", - { - "d": "M11 18l-2 -1l-6 3v-13l6 -3l6 3l6 -3v9" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v6.5" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "map-cog": [ - [ - "path", - { - "d": "M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v6.5" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "map-discount": [ - [ - "path", - { - "d": "M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v8.5" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v5.5" - } - ], - [ - "path", - { - "d": "M16 21l5 -5" - } - ], - [ - "path", - { - "d": "M21 21v.01" - } - ], - [ - "path", - { - "d": "M16 16v.01" - } - ] - ], - "map-dollar": [ - [ - "path", - { - "d": "M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v6.5" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v5" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "map-down": [ - [ - "path", - { - "d": "M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8.5" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v8" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "map-east": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M14 9h-4v6h4" - } - ], - [ - "path", - { - "d": "M10 12h2.5" - } - ] - ], - "map-exclamation": [ - [ - "path", - { - "d": "M15 20l-6 -3l-6 3v-13l6 -3l6 3l6 -3v8.5" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v13" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "map-heart": [ - [ - "path", - { - "d": "M10 17.5l-1 -.5l-6 3v-13l6 -3l6 3l6 -3v7" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v4" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "map-minus": [ - [ - "path", - { - "d": "M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v11" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v8" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "map-north": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 15v-6l4 6v-6" - } - ] - ], - "map-off": [ - [ - "path", - { - "d": "M8.32 4.34l.68 -.34l6 3l6 -3v13m-2.67 1.335l-3.33 1.665l-6 -3l-6 3v-13l2.665 -1.333" - } - ], - [ - "path", - { - "d": "M9 4v1m0 4v8" - } - ], - [ - "path", - { - "d": "M15 7v4m0 4v5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "map-pause": [ - [ - "path", - { - "d": "M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v9" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v6.5" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "map-pin-2": [ - [ - "path", - { - "d": "M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v7" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v5" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "map-pin-bolt": [ - [ - "path", - { - "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M13.414 20.9a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 13.591 -4.629" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "map-pin-cancel": [ - [ - "path", - { - "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M12.463 21.431a1.999 1.999 0 0 1 -1.876 -.531l-4.244 -4.243a8 8 0 1 1 13.594 -4.655" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "map-pin-check": [ - [ - "path", - { - "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M11.87 21.48a1.992 1.992 0 0 1 -1.283 -.58l-4.244 -4.243a8 8 0 1 1 13.355 -3.474" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "map-pin-code": [ - [ - "path", - { - "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M11.85 21.48a1.992 1.992 0 0 1 -1.263 -.58l-4.244 -4.243a8 8 0 1 1 13.385 -3.585" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "map-pin-cog": [ - [ - "path", - { - "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M12.005 21.485a1.994 1.994 0 0 1 -1.418 -.585l-4.244 -4.243a8 8 0 1 1 13.634 -5.05" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "map-pin-dollar": [ - [ - "path", - { - "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M13.02 21.206a2 2 0 0 1 -2.433 -.306l-4.244 -4.243a8 8 0 1 1 13.607 -6.555" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "map-pin-down": [ - [ - "path", - { - "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M12.736 21.345a2 2 0 0 1 -2.149 -.445l-4.244 -4.243a8 8 0 1 1 13.59 -4.624" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "map-pin-exclamation": [ - [ - "path", - { - "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M15.005 19.31l-1.591 1.59a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 13.592 -4.638" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "map-pin-filled": [ - [ - "path", - { - "d": "M18.364 4.636a9 9 0 0 1 .203 12.519l-.203 .21l-4.243 4.242a3 3 0 0 1 -4.097 .135l-.144 -.135l-4.244 -4.243a9 9 0 0 1 12.728 -12.728zm-6.364 3.364a3 3 0 1 0 0 6a3 3 0 0 0 0 -6z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "map-pin-heart": [ - [ - "path", - { - "d": "M15 11a3 3 0 1 0 -3.973 2.839" - } - ], - [ - "path", - { - "d": "M11.76 21.47a1.991 1.991 0 0 1 -1.173 -.57l-4.244 -4.243a8 8 0 1 1 13.657 -5.588" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "map-pin-minus": [ - [ - "path", - { - "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M12.758 21.337a2 2 0 0 1 -2.171 -.437l-4.244 -4.243a8 8 0 1 1 12.585 -1.652" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "map-pin-off": [ - [ - "path", - { - "d": "M9.442 9.432a3 3 0 0 0 4.113 4.134m1.445 -2.566a3 3 0 0 0 -3 -3" - } - ], - [ - "path", - { - "d": "M17.152 17.162l-3.738 3.738a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 0 1 -.476 -10.794m2.18 -1.82a8.003 8.003 0 0 1 10.91 10.912" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "map-pin-pause": [ - [ - "path", - { - "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M13.414 20.9a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 13.337 -3.413" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "map-pin-pin": [ - [ - "path", - { - "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M12.783 21.326a2 2 0 0 1 -2.196 -.426l-4.244 -4.243a8 8 0 1 1 13.657 -5.62" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "map-pin-plus": [ - [ - "path", - { - "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M12.794 21.322a2 2 0 0 1 -2.207 -.422l-4.244 -4.243a8 8 0 1 1 13.59 -4.616" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "map-pin-question": [ - [ - "path", - { - "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M14.997 19.317l-1.583 1.583a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 13.657 -5.584" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "map-pin-search": [ - [ - "path", - { - "d": "M14.916 11.707a3 3 0 1 0 -2.916 2.293" - } - ], - [ - "path", - { - "d": "M11.991 21.485a1.994 1.994 0 0 1 -1.404 -.585l-4.244 -4.243a8 8 0 1 1 13.651 -5.351" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "map-pin-share": [ - [ - "path", - { - "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M12.02 21.485a1.996 1.996 0 0 1 -1.433 -.585l-4.244 -4.243a8 8 0 1 1 13.403 -3.651" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "map-pin-star": [ - [ - "path", - { - "d": "M15 11a3 3 0 1 0 -3.908 2.86" - } - ], - [ - "path", - { - "d": "M11.059 21.25a2 2 0 0 1 -.472 -.35l-4.244 -4.243a8 8 0 1 1 13.646 -6.079" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "map-pin-up": [ - [ - "path", - { - "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M12.789 21.324a2 2 0 0 1 -2.202 -.424l-4.244 -4.243a8 8 0 1 1 13.59 -4.626" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "map-pin-x": [ - [ - "path", - { - "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M13.024 21.204a2 2 0 0 1 -2.437 -.304l-4.244 -4.243a8 8 0 1 1 13.119 -2.766" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "map-pin": [ - [ - "path", - { - "d": "M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M17.657 16.657l-4.243 4.243a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 11.314 0z" - } - ] - ], - "map-pins": [ - [ - "path", - { - "d": "M10.828 9.828a4 4 0 1 0 -5.656 0l2.828 2.829l2.828 -2.829z" - } - ], - [ - "path", - { - "d": "M8 7l0 .01" - } - ], - [ - "path", - { - "d": "M18.828 17.828a4 4 0 1 0 -5.656 0l2.828 2.829l2.828 -2.829z" - } - ], - [ - "path", - { - "d": "M16 15l0 .01" - } - ] - ], - "map-plus": [ - [ - "path", - { - "d": "M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8.5" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v8" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "map-question": [ - [ - "path", - { - "d": "M15 20l-6 -3l-6 3v-13l6 -3l6 3l6 -3v7.5" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v5.5" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "map-route": [ - [ - "path", - { - "d": "M3 7l6 -3l6 3l6 -3v13l-6 3l-6 -3l-6 3v-13" - } - ], - [ - "path", - { - "d": "M9 12v.01" - } - ], - [ - "path", - { - "d": "M6 13v.01" - } - ], - [ - "path", - { - "d": "M17 15l-4 -4" - } - ], - [ - "path", - { - "d": "M13 15l4 -4" - } - ] - ], - "map-search": [ - [ - "path", - { - "d": "M11 18l-2 -1l-6 3v-13l6 -3l6 3l6 -3v7.5" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v5" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "map-share": [ - [ - "path", - { - "d": "M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v9" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v6.5" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "map-south": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 14.25c0 .414 .336 .75 .75 .75h2.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h2.25a.75 .75 0 0 1 .75 .75" - } - ] - ], - "map-star": [ - [ - "path", - { - "d": "M9.718 17.359l-.718 -.359l-6 3v-13l6 -3l6 3l6 -3v7.5" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v4" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "map-up": [ - [ - "path", - { - "d": "M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8.5" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v7.5" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "map-west": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 9l1 6l2 -3.75l2 3.75l1 -6" - } - ] - ], - "map-x": [ - [ - "path", - { - "d": "M14 19.5l-5 -2.5l-6 3v-13l6 -3l6 3l6 -3v9" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v6.5" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "map": [ - [ - "path", - { - "d": "M3 7l6 -3l6 3l6 -3v13l-6 3l-6 -3l-6 3v-13" - } - ], - [ - "path", - { - "d": "M9 4v13" - } - ], - [ - "path", - { - "d": "M15 7v13" - } - ] - ], - "markdown-off": [ - [ - "path", - { - "d": "M9 5h10a2 2 0 0 1 2 2v10" - } - ], - [ - "path", - { - "d": "M19 19h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 1.85 -2" - } - ], - [ - "path", - { - "d": "M7 15v-6l2 2l1 -1m1 1v4" - } - ], - [ - "path", - { - "d": "M17.5 13.5l.5 -.5m-2 -1v-3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "markdown": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 15v-6l2 2l2 -2v6" - } - ], - [ - "path", - { - "d": "M14 13l2 2l2 -2m-2 2v-6" - } - ] - ], - "marquee-2": [ - [ - "path", - { - "d": "M4 6v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1m-5 0h-2m-5 0h-1a1 1 0 0 1 -1 -1v-1m0 -5v-2" - } - ] - ], - "marquee-off": [ - [ - "path", - { - "d": "M4 6c0 -.556 .227 -1.059 .593 -1.421" - } - ], - [ - "path", - { - "d": "M9 4h1.5" - } - ], - [ - "path", - { - "d": "M13.5 4h1.5" - } - ], - [ - "path", - { - "d": "M18 4a2 2 0 0 1 2 2" - } - ], - [ - "path", - { - "d": "M20 9v1.5" - } - ], - [ - "path", - { - "d": "M20 13.5v1.5" - } - ], - [ - "path", - { - "d": "M19.402 19.426a1.993 1.993 0 0 1 -1.402 .574" - } - ], - [ - "path", - { - "d": "M15 20h-1.5" - } - ], - [ - "path", - { - "d": "M10.5 20h-1.5" - } - ], - [ - "path", - { - "d": "M6 20a2 2 0 0 1 -2 -2" - } - ], - [ - "path", - { - "d": "M4 15v-1.5" - } - ], - [ - "path", - { - "d": "M4 10.5v-1.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "marquee": [ - [ - "path", - { - "d": "M4 6a2 2 0 0 1 2 -2m3 0h1.5m3 0h1.5m3 0a2 2 0 0 1 2 2m0 3v1.5m0 3v1.5m0 3a2 2 0 0 1 -2 2m-3 0h-1.5m-3 0h-1.5m-3 0a2 2 0 0 1 -2 -2m0 -3v-1.5m0 -3v-1.5m0 -3" - } - ] - ], - "mars": [ - [ - "path", - { - "d": "M10 14m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M19 5l-5.4 5.4" - } - ], - [ - "path", - { - "d": "M19 5l-5 0" - } - ], - [ - "path", - { - "d": "M19 5l0 5" - } - ] - ], - "mask-off": [ - [ - "path", - { - "d": "M19.42 19.41a2 2 0 0 1 -1.42 .59h-12a2 2 0 0 1 -2 -2v-12c0 -.554 .225 -1.055 .588 -1.417m3.412 -.583h10a2 2 0 0 1 2 2v10" - } - ], - [ - "path", - { - "d": "M9.885 9.872a3 3 0 1 0 4.245 4.24m.582 -3.396a3.012 3.012 0 0 0 -1.438 -1.433" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "mask": [ - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ] - ], - "masks-theater-off": [ - [ - "path", - { - "d": "M13 9c.058 0 .133 0 .192 0h6.616a2 2 0 0 1 1.992 2.183l-.554 6.041m-1.286 2.718a3.99 3.99 0 0 1 -2.71 1.058h-1.5a4 4 0 0 1 -3.983 -3.635l-.567 -6.182" - } - ], - [ - "path", - { - "d": "M18 13h.01" - } - ], - [ - "path", - { - "d": "M15 16.5c.657 .438 1.313 .588 1.97 .451" - } - ], - [ - "path", - { - "d": "M8.632 15.982a4.05 4.05 0 0 1 -.382 .018h-1.5a4 4 0 0 1 -3.983 -3.635l-.567 -6.182a2 2 0 0 1 .514 -1.531a1.99 1.99 0 0 1 1.286 -.652m4 0h2.808a2 2 0 0 1 2 2" - } - ], - [ - "path", - { - "d": "M6 8h.01" - } - ], - [ - "path", - { - "d": "M6 12c.764 -.51 1.528 -.63 2.291 -.36" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "masks-theater": [ - [ - "path", - { - "d": "M13.192 9h6.616a2 2 0 0 1 1.992 2.183l-.567 6.182a4 4 0 0 1 -3.983 3.635h-1.5a4 4 0 0 1 -3.983 -3.635l-.567 -6.182a2 2 0 0 1 1.992 -2.183z" - } - ], - [ - "path", - { - "d": "M15 13h.01" - } - ], - [ - "path", - { - "d": "M18 13h.01" - } - ], - [ - "path", - { - "d": "M15 16.5c1 .667 2 .667 3 0" - } - ], - [ - "path", - { - "d": "M8.632 15.982a4.037 4.037 0 0 1 -.382 .018h-1.5a4 4 0 0 1 -3.983 -3.635l-.567 -6.182a2 2 0 0 1 1.992 -2.183h6.616a2 2 0 0 1 2 2" - } - ], - [ - "path", - { - "d": "M6 8h.01" - } - ], - [ - "path", - { - "d": "M9 8h.01" - } - ], - [ - "path", - { - "d": "M6 12c.764 -.51 1.528 -.63 2.291 -.36" - } - ] - ], - "massage": [ - [ - "path", - { - "d": "M4 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M9 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M4 22l4 -2v-3h12" - } - ], - [ - "path", - { - "d": "M11 20h9" - } - ], - [ - "path", - { - "d": "M8 14l3 -2l1 -4c3 1 3 4 3 6" - } - ] - ], - "matchstick": [ - [ - "path", - { - "d": "M3 21l14 -9" - } - ], - [ - "path", - { - "d": "M17 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M17 3l3.62 7.29a4.007 4.007 0 0 1 -.764 4.51a4 4 0 0 1 -6.493 -4.464l3.637 -7.336z" - } - ] - ], - "math-1-divide-2": [ - [ - "path", - { - "d": "M5 12h14" - } - ], - [ - "path", - { - "d": "M10 15h3a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M10 5l2 -2v6" - } - ] - ], - "math-1-divide-3": [ - [ - "path", - { - "d": "M10 15.5a.5 .5 0 0 1 .5 -.5h2a1.5 1.5 0 0 1 0 3h-1.167h1.167a1.5 1.5 0 0 1 0 3h-2a.5 .5 0 0 1 -.5 -.5" - } - ], - [ - "path", - { - "d": "M5 12h14" - } - ], - [ - "path", - { - "d": "M10 5l2 -2v6" - } - ] - ], - "math-avg": [ - [ - "path", - { - "d": "M3 21l18 -18" - } - ], - [ - "path", - { - "d": "M12 12m-8 0a8 8 0 1 0 16 0a8 8 0 1 0 -16 0" - } - ] - ], - "math-equal-greater": [ - [ - "path", - { - "d": "M5 18l14 -4" - } - ], - [ - "path", - { - "d": "M5 14l14 -4l-14 -4" - } - ] - ], - "math-equal-lower": [ - [ - "path", - { - "d": "M19 18l-14 -4" - } - ], - [ - "path", - { - "d": "M19 14l-14 -4l14 -4" - } - ] - ], - "math-function-off": [ - [ - "path", - { - "d": "M14 10h1c.882 0 .986 .777 1.694 2.692" - } - ], - [ - "path", - { - "d": "M13 17c.864 0 1.727 -.663 2.495 -1.512m1.717 -2.302c.993 -1.45 2.39 -3.186 3.788 -3.186" - } - ], - [ - "path", - { - "d": "M3 19c0 1.5 .5 2 2 2s2 -4 3 -9c.237 -1.186 .446 -2.317 .647 -3.35m.727 -3.248c.423 -1.492 .91 -2.402 1.626 -2.402c1.5 0 2 .5 2 2" - } - ], - [ - "path", - { - "d": "M5 12h6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "math-function-y": [ - [ - "path", - { - "d": "M3 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2" - } - ], - [ - "path", - { - "d": "M5 12h6" - } - ], - [ - "path", - { - "d": "M15 12l3 5.063" - } - ], - [ - "path", - { - "d": "M21 12l-4.8 9" - } - ] - ], - "math-function": [ - [ - "path", - { - "d": "M3 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2" - } - ], - [ - "path", - { - "d": "M5 12h6" - } - ], - [ - "path", - { - "d": "M15 12l6 6" - } - ], - [ - "path", - { - "d": "M15 18l6 -6" - } - ] - ], - "math-greater": [ - [ - "path", - { - "d": "M5 18l14 -6l-14 -6" - } - ] - ], - "math-integral-x": [ - [ - "path", - { - "d": "M3 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2" - } - ], - [ - "path", - { - "d": "M14 12l6 6" - } - ], - [ - "path", - { - "d": "M14 18l6 -6" - } - ] - ], - "math-integral": [ - [ - "path", - { - "d": "M7 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2" - } - ] - ], - "math-integrals": [ - [ - "path", - { - "d": "M3 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2" - } - ], - [ - "path", - { - "d": "M11 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2" - } - ] - ], - "math-lower": [ - [ - "path", - { - "d": "M19 18l-14 -6l14 -6" - } - ] - ], - "math-max-min": [ - [ - "path", - { - "d": "M15 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M3 14s.605 -5.44 2.284 -7.862m3.395 .026c2.137 2.652 4.547 9.113 6.68 11.719" - } - ], - [ - "path", - { - "d": "M18.748 18.038c.702 -.88 1.452 -3.56 2.252 -8.038" - } - ] - ], - "math-max": [ - [ - "path", - { - "d": "M5 6a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M3 15s.616 -5.544 2.332 -7.93" - } - ], - [ - "path", - { - "d": "M8.637 7.112c2.717 3.313 5.882 12.888 8.363 12.888c2 0 3.333 -3 4 -9" - } - ] - ], - "math-min": [ - [ - "path", - { - "d": "M15 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M3 13s1 -9 4 -9c2.48 0 5.643 9.565 8.36 12.883" - } - ], - [ - "path", - { - "d": "M18.748 17.038c.702 -.88 1.452 -3.56 2.252 -8.038" - } - ] - ], - "math-not": [ - [ - "path", - { - "d": "M5 12h14v4" - } - ] - ], - "math-off": [ - [ - "path", - { - "d": "M14 19l2.5 -2.5" - } - ], - [ - "path", - { - "d": "M18.5 14.5l1.5 -1.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M19 5h-7l-.646 2.262" - } - ], - [ - "path", - { - "d": "M10.448 10.431l-2.448 8.569l-3 -6h-2" - } - ] - ], - "math-pi-divide-2": [ - [ - "path", - { - "d": "M10 15h3a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M5 12h14" - } - ], - [ - "path", - { - "d": "M10 9v-6" - } - ], - [ - "path", - { - "d": "M14 3v6" - } - ], - [ - "path", - { - "d": "M15 3h-6" - } - ] - ], - "math-pi": [ - [ - "path", - { - "d": "M7 20v-16" - } - ], - [ - "path", - { - "d": "M17 4v16" - } - ], - [ - "path", - { - "d": "M20 4h-16" - } - ] - ], - "math-symbols": [ - [ - "path", - { - "d": "M3 12l18 0" - } - ], - [ - "path", - { - "d": "M12 3l0 18" - } - ], - [ - "path", - { - "d": "M16.5 4.5l3 3" - } - ], - [ - "path", - { - "d": "M19.5 4.5l-3 3" - } - ], - [ - "path", - { - "d": "M6 4l0 4" - } - ], - [ - "path", - { - "d": "M4 6l4 0" - } - ], - [ - "path", - { - "d": "M18 16l.01 0" - } - ], - [ - "path", - { - "d": "M18 20l.01 0" - } - ], - [ - "path", - { - "d": "M4 18l4 0" - } - ] - ], - "math-x-divide-2": [ - [ - "path", - { - "d": "M10 15h3a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M5 12h14" - } - ], - [ - "path", - { - "d": "M9 3l6 6" - } - ], - [ - "path", - { - "d": "M9 9l6 -6" - } - ] - ], - "math-x-divide-y-2": [ - [ - "path", - { - "d": "M3 21l18 -18" - } - ], - [ - "path", - { - "d": "M15 14l3 4.5" - } - ], - [ - "path", - { - "d": "M21 14l-4.5 7" - } - ], - [ - "path", - { - "d": "M3 4l6 6" - } - ], - [ - "path", - { - "d": "M3 10l6 -6" - } - ] - ], - "math-x-divide-y": [ - [ - "path", - { - "d": "M9 3l6 6" - } - ], - [ - "path", - { - "d": "M9 9l6 -6" - } - ], - [ - "path", - { - "d": "M9 15l3 4.5" - } - ], - [ - "path", - { - "d": "M15 15l-4.5 7" - } - ], - [ - "path", - { - "d": "M5 12h14" - } - ] - ], - "math-x-minus-x": [ - [ - "path", - { - "d": "M2 9l6 6" - } - ], - [ - "path", - { - "d": "M2 15l6 -6" - } - ], - [ - "path", - { - "d": "M16 9l6 6" - } - ], - [ - "path", - { - "d": "M16 15l6 -6" - } - ], - [ - "path", - { - "d": "M10 12h4" - } - ] - ], - "math-x-minus-y": [ - [ - "path", - { - "d": "M2 9l6 6" - } - ], - [ - "path", - { - "d": "M2 15l6 -6" - } - ], - [ - "path", - { - "d": "M16 9l3 5.063" - } - ], - [ - "path", - { - "d": "M22 9l-4.8 9" - } - ], - [ - "path", - { - "d": "M10 12h4" - } - ] - ], - "math-x-plus-x": [ - [ - "path", - { - "d": "M2 9l6 6" - } - ], - [ - "path", - { - "d": "M2 15l6 -6" - } - ], - [ - "path", - { - "d": "M16 9l6 6" - } - ], - [ - "path", - { - "d": "M16 15l6 -6" - } - ], - [ - "path", - { - "d": "M10 12h4" - } - ], - [ - "path", - { - "d": "M12 10v4" - } - ] - ], - "math-x-plus-y": [ - [ - "path", - { - "d": "M16 9l3 5.063" - } - ], - [ - "path", - { - "d": "M2 9l6 6" - } - ], - [ - "path", - { - "d": "M2 15l6 -6" - } - ], - [ - "path", - { - "d": "M22 9l-4.8 9" - } - ], - [ - "path", - { - "d": "M10 12h4" - } - ], - [ - "path", - { - "d": "M12 10v4" - } - ] - ], - "math-xy": [ - [ - "path", - { - "d": "M14 9l3 5.063" - } - ], - [ - "path", - { - "d": "M4 9l6 6" - } - ], - [ - "path", - { - "d": "M4 15l6 -6" - } - ], - [ - "path", - { - "d": "M20 9l-4.8 9" - } - ] - ], - "math-y-minus-y": [ - [ - "path", - { - "d": "M2 9l3 5.063" - } - ], - [ - "path", - { - "d": "M8 9l-4.8 9" - } - ], - [ - "path", - { - "d": "M16 9l3 5.063" - } - ], - [ - "path", - { - "d": "M22 9l-4.8 9" - } - ], - [ - "path", - { - "d": "M10 12h4" - } - ] - ], - "math-y-plus-y": [ - [ - "path", - { - "d": "M2 9l3 5.063" - } - ], - [ - "path", - { - "d": "M8 9l-4.8 9" - } - ], - [ - "path", - { - "d": "M16 9l3 5.063" - } - ], - [ - "path", - { - "d": "M22 9l-4.8 9" - } - ], - [ - "path", - { - "d": "M10 12h4" - } - ], - [ - "path", - { - "d": "M12 10v4" - } - ] - ], - "math": [ - [ - "path", - { - "d": "M19 5h-7l-4 14l-3 -6h-2" - } - ], - [ - "path", - { - "d": "M14 13l6 6" - } - ], - [ - "path", - { - "d": "M14 19l6 -6" - } - ] - ], - "maximize-off": [ - [ - "path", - { - "d": "M4 8v-2c0 -.551 .223 -1.05 .584 -1.412" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2c.545 0 1.04 -.218 1.4 -.572" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "maximize": [ - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ] - ], - "meat-off": [ - [ - "path", - { - "d": "M13.62 8.382l1.966 -1.967a2 2 0 1 1 3.414 -1.415a2 2 0 1 1 -1.413 3.414l-1.82 1.821" - } - ], - [ - "path", - { - "d": "M5.904 18.596c2.733 2.734 5.9 4 7.07 2.829c1.172 -1.172 -.094 -4.338 -2.828 -7.071c-2.733 -2.734 -5.9 -4 -7.07 -2.829c-1.172 1.172 .094 4.338 2.828 7.071z" - } - ], - [ - "path", - { - "d": "M7.5 16l1 1" - } - ], - [ - "path", - { - "d": "M12.975 21.425c1.582 -1.582 2.679 -3.407 3.242 -5.2" - } - ], - [ - "path", - { - "d": "M16.6 12.6c-.16 -1.238 -.653 -2.345 -1.504 -3.195c-.85 -.85 -1.955 -1.344 -3.192 -1.503" - } - ], - [ - "path", - { - "d": "M8.274 8.284c-1.792 .563 -3.616 1.66 -5.198 3.242" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "meat": [ - [ - "path", - { - "d": "M13.62 8.382l1.966 -1.967a2 2 0 1 1 3.414 -1.415a2 2 0 1 1 -1.413 3.414l-1.82 1.821" - } - ], - [ - "path", - { - "d": "M5.904 18.596c2.733 2.734 5.9 4 7.07 2.829c1.172 -1.172 -.094 -4.338 -2.828 -7.071c-2.733 -2.734 -5.9 -4 -7.07 -2.829c-1.172 1.172 .094 4.338 2.828 7.071z" - } - ], - [ - "path", - { - "d": "M7.5 16l1 1" - } - ], - [ - "path", - { - "d": "M12.975 21.425c3.905 -3.906 4.855 -9.288 2.121 -12.021c-2.733 -2.734 -8.115 -1.784 -12.02 2.121" - } - ] - ], - "medal-2": [ - [ - "path", - { - "d": "M9 3h6l3 7l-6 2l-6 -2z" - } - ], - [ - "path", - { - "d": "M12 12l-3 -9" - } - ], - [ - "path", - { - "d": "M15 11l-3 -8" - } - ], - [ - "path", - { - "d": "M12 19.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5z" - } - ] - ], - "medal": [ - [ - "path", - { - "d": "M12 4v3m-4 -3v6m8 -6v6" - } - ], - [ - "path", - { - "d": "M12 18.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5z" - } - ] - ], - "medical-cross-circle": [ - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 8v8" - } - ], - [ - "path", - { - "d": "M15.5 10l-7 4" - } - ], - [ - "path", - { - "d": "M15.5 14l-7 -4" - } - ] - ], - "medical-cross-filled": [ - [ - "path", - { - "d": "M11 2l-.15 .005a2 2 0 0 0 -1.85 1.995v2.803l-2.428 -1.401a2 2 0 0 0 -2.732 .732l-1 1.732l-.073 .138a2 2 0 0 0 .805 2.594l2.427 1.402l-2.427 1.402a2 2 0 0 0 -.732 2.732l1 1.732l.083 .132a2 2 0 0 0 2.649 .6l2.428 -1.402v2.804a2 2 0 0 0 2 2h2l.15 -.005a2 2 0 0 0 1.85 -1.995v-2.804l2.428 1.403a2 2 0 0 0 2.732 -.732l1 -1.732l.073 -.138a2 2 0 0 0 -.805 -2.594l-2.428 -1.403l2.428 -1.402a2 2 0 0 0 .732 -2.732l-1 -1.732l-.083 -.132a2 2 0 0 0 -2.649 -.6l-2.428 1.4v-2.802a2 2 0 0 0 -2 -2h-2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "medical-cross-off": [ - [ - "path", - { - "d": "M17.928 17.733l-.574 -.331l-3.354 -1.938v4.536a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-4.536l-3.928 2.268a1 1 0 0 1 -1.366 -.366l-1 -1.732a1 1 0 0 1 .366 -1.366l3.927 -2.268l-3.927 -2.268a1 1 0 0 1 -.366 -1.366l1 -1.732a1 1 0 0 1 1.366 -.366l.333 .192m3.595 -.46v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4.535l3.928 -2.267a1 1 0 0 1 1.366 .366l1 1.732a1 1 0 0 1 -.366 1.366l-3.927 2.268l3.927 2.269a1 1 0 0 1 .366 1.366l-.24 .416" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "medical-cross": [ - [ - "path", - { - "d": "M13 3a1 1 0 0 1 1 1v4.535l3.928 -2.267a1 1 0 0 1 1.366 .366l1 1.732a1 1 0 0 1 -.366 1.366l-3.927 2.268l3.927 2.269a1 1 0 0 1 .366 1.366l-1 1.732a1 1 0 0 1 -1.366 .366l-3.928 -2.269v4.536a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-4.536l-3.928 2.268a1 1 0 0 1 -1.366 -.366l-1 -1.732a1 1 0 0 1 .366 -1.366l3.927 -2.268l-3.927 -2.268a1 1 0 0 1 -.366 -1.366l1 -1.732a1 1 0 0 1 1.366 -.366l3.928 2.267v-4.535a1 1 0 0 1 1 -1h2z" - } - ] - ], - "medicine-syrup": [ - [ - "path", - { - "d": "M8 21h8a1 1 0 0 0 1 -1v-10a3 3 0 0 0 -3 -3h-4a3 3 0 0 0 -3 3v10a1 1 0 0 0 1 1z" - } - ], - [ - "path", - { - "d": "M10 14h4" - } - ], - [ - "path", - { - "d": "M12 12v4" - } - ], - [ - "path", - { - "d": "M10 7v-3a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3" - } - ] - ], - "meeple": [ - [ - "path", - { - "d": "M9 20h-5a1 1 0 0 1 -1 -1c0 -2 3.378 -4.907 4 -6c-1 0 -4 -.5 -4 -2c0 -2 4 -3.5 6 -4c0 -1.5 .5 -4 3 -4s3 2.5 3 4c2 .5 6 2 6 4c0 1.5 -3 2 -4 2c.622 1.093 4 4 4 6a1 1 0 0 1 -1 1h-5c-1 0 -2 -4 -3 -4s-2 4 -3 4z" - } - ] - ], - "melon": [ - [ - "path", - { - "d": "M20 10c0 5.523 -4.477 10 -10 10a9.967 9.967 0 0 1 -6.984 -2.842l4.343 -4.153a4 4 0 0 0 5.76 -5.51l4.342 -4.153a9.963 9.963 0 0 1 2.539 6.658z" - } - ] - ], - "menorah": [ - [ - "path", - { - "d": "M12 4v16" - } - ], - [ - "path", - { - "d": "M8 4v2a4 4 0 1 0 8 0v-2" - } - ], - [ - "path", - { - "d": "M4 4v2a8 8 0 1 0 16 0v-2" - } - ], - [ - "path", - { - "d": "M10 20h4" - } - ] - ], - "menu-2": [ - [ - "path", - { - "d": "M4 6l16 0" - } - ], - [ - "path", - { - "d": "M4 12l16 0" - } - ], - [ - "path", - { - "d": "M4 18l16 0" - } - ] - ], - "menu-deep": [ - [ - "path", - { - "d": "M4 6h16" - } - ], - [ - "path", - { - "d": "M7 12h13" - } - ], - [ - "path", - { - "d": "M10 18h10" - } - ] - ], - "menu-order": [ - [ - "path", - { - "d": "M4 10h16" - } - ], - [ - "path", - { - "d": "M4 14h16" - } - ], - [ - "path", - { - "d": "M9 18l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M9 6l3 -3l3 3" - } - ] - ], - "menu": [ - [ - "path", - { - "d": "M4 8l16 0" - } - ], - [ - "path", - { - "d": "M4 16l16 0" - } - ] - ], - "message-2-bolt": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M13 20l-1 1l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "message-2-cancel": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M12 21l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "message-2-check": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M12 21l-1 -1l-2 -2h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "message-2-code": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M12 21l-1 -1l-2 -2h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "message-2-cog": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M12 21l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "message-2-dollar": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M13.5 19.5l-1.5 1.5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v3.5" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "message-2-down": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M12.5 20.5l-.5 .5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "message-2-exclamation": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M15 18l-3 3l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "message-2-heart": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h3.5" - } - ], - [ - "path", - { - "d": "M10.5 19.5l-1.5 -1.5h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "message-2-minus": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M12 21l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "message-2-off": [ - [ - "path", - { - "d": "M8 9h1m4 0h3" - } - ], - [ - "path", - { - "d": "M8 13h5" - } - ], - [ - "path", - { - "d": "M8 4h10a3 3 0 0 1 3 3v8c0 .57 -.16 1.104 -.436 1.558m-2.564 1.442h-3l-3 3l-3 -3h-3a3 3 0 0 1 -3 -3v-8c0 -1.084 .575 -2.034 1.437 -2.561" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "message-2-pause": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M13 20l-1 1l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "message-2-pin": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M12.5 20.5l-.5 .5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "message-2-plus": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M12.5 20.5l-.5 .5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "message-2-question": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M14.5 18.5l-2.5 2.5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "message-2-search": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h5" - } - ], - [ - "path", - { - "d": "M12 21l-.5 -.5l-2.5 -2.5h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "message-2-share": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M12 21l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "message-2-star": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h4.5" - } - ], - [ - "path", - { - "d": "M10 19l-1 -1h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "message-2-up": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M12.354 20.646l-.354 .354l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "message-2-x": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M13.5 19.5l-1.5 1.5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "message-2": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M9 18h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-3l-3 3l-3 -3z" - } - ] - ], - "message-bolt": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "message-cancel": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M11.995 18.603l-3.995 2.397v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "message-chatbot": [ - [ - "path", - { - "d": "M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12z" - } - ], - [ - "path", - { - "d": "M9.5 9h.01" - } - ], - [ - "path", - { - "d": "M14.5 9h.01" - } - ], - [ - "path", - { - "d": "M9.5 13a3.5 3.5 0 0 0 5 0" - } - ] - ], - "message-check": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M10.99 19.206l-2.99 1.794v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "message-circle-2-filled": [ - [ - "path", - { - "d": "M5.821 4.91c3.898 -2.765 9.469 -2.539 13.073 .536c3.667 3.127 4.168 8.238 1.152 11.897c-2.842 3.447 -7.965 4.583 -12.231 2.805l-.232 -.101l-4.375 .931l-.075 .013l-.11 .009l-.113 -.004l-.044 -.005l-.11 -.02l-.105 -.034l-.1 -.044l-.076 -.042l-.108 -.077l-.081 -.074l-.073 -.083l-.053 -.075l-.065 -.115l-.042 -.106l-.031 -.113l-.013 -.075l-.009 -.11l.004 -.113l.005 -.044l.02 -.11l.022 -.072l1.15 -3.451l-.022 -.036c-2.21 -3.747 -1.209 -8.392 2.411 -11.118l.23 -.168z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "message-circle-2": [ - [ - "path", - { - "d": "M3 20l1.3 -3.9a9 8 0 1 1 3.4 2.9l-4.7 1" - } - ] - ], - "message-circle-bolt": [ - [ - "path", - { - "d": "M13.038 19.927a9.933 9.933 0 0 1 -5.338 -.927l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.993 1.7 2.93 4.043 2.746 6.346" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "message-circle-cancel": [ - [ - "path", - { - "d": "M12.015 19.98a9.87 9.87 0 0 1 -4.315 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.927 1.644 2.867 3.887 2.761 6.114" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "message-circle-check": [ - [ - "path", - { - "d": "M11.042 19.933a9.798 9.798 0 0 1 -3.342 -.933l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.127 1.814 3.052 4.36 2.694 6.808" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "message-circle-code": [ - [ - "path", - { - "d": "M11.036 19.933a9.798 9.798 0 0 1 -3.336 -.933l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.128 1.815 3.053 4.361 2.694 6.81" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "message-circle-cog": [ - [ - "path", - { - "d": "M11.996 19.98a9.868 9.868 0 0 1 -4.296 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.842 1.572 2.783 3.691 2.77 5.821" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "message-circle-dollar": [ - [ - "path", - { - "d": "M13.16 19.914a9.94 9.94 0 0 1 -5.46 -.914l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.384 1.181 2.26 2.672 2.603 4.243" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "message-circle-down": [ - [ - "path", - { - "d": "M12.006 19.98a9.869 9.869 0 0 1 -4.306 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.993 1.7 2.93 4.041 2.746 6.344" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "message-circle-exclamation": [ - [ - "path", - { - "d": "M15.02 19.52c-2.34 .736 -5 .606 -7.32 -.52l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.96 1.671 2.898 3.963 2.755 6.227" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "message-circle-heart": [ - [ - "path", - { - "d": "M10.59 19.88a9.763 9.763 0 0 1 -2.89 -.88l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.565 1.335 2.479 3.065 2.71 4.861" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "message-circle-minus": [ - [ - "path", - { - "d": "M12.023 19.98a9.87 9.87 0 0 1 -4.323 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.718 2.319 3.473 5.832 2.096 8.811" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "message-circle-off": [ - [ - "path", - { - "d": "M8.595 4.577c3.223 -1.176 7.025 -.61 9.65 1.63c2.982 2.543 3.601 6.523 1.636 9.66m-1.908 2.109c-2.787 2.19 -6.89 2.666 -10.273 1.024l-4.7 1l1.3 -3.9c-2.229 -3.296 -1.494 -7.511 1.68 -10.057" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "message-circle-pause": [ - [ - "path", - { - "d": "M12.989 19.932a9.93 9.93 0 0 1 -5.289 -.932l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.131 1.818 3.056 4.37 2.692 6.824" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "message-circle-pin": [ - [ - "path", - { - "d": "M12.337 19.974a9.891 9.891 0 0 1 -4.637 -.974l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.63 1.39 2.554 3.21 2.736 5.085" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "message-circle-plus": [ - [ - "path", - { - "d": "M12.007 19.98a9.869 9.869 0 0 1 -4.307 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.992 1.7 2.93 4.04 2.747 6.34" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "message-circle-question": [ - [ - "path", - { - "d": "M15.02 19.52c-2.341 .736 -5 .606 -7.32 -.52l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.649 1.407 2.575 3.253 2.742 5.152" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "message-circle-search": [ - [ - "path", - { - "d": "M11.303 19.955a9.818 9.818 0 0 1 -3.603 -.955l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.73 1.476 2.665 3.435 2.76 5.433" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "message-circle-share": [ - [ - "path", - { - "d": "M12.58 19.963a9.906 9.906 0 0 1 -4.88 -.963l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.13 1.817 3.055 4.368 2.692 6.82" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "message-circle-star": [ - [ - "path", - { - "d": "M10.517 19.869a9.757 9.757 0 0 1 -2.817 -.869l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.666 1.421 2.594 3.29 2.747 5.21" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "message-circle-up": [ - [ - "path", - { - "d": "M12.004 19.98a9.869 9.869 0 0 1 -4.304 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.994 1.701 2.932 4.045 2.746 6.349" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "message-circle-x": [ - [ - "path", - { - "d": "M13.593 19.855a9.96 9.96 0 0 1 -5.893 -.855l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.128 1.816 3.053 4.363 2.693 6.813" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "message-circle": [ - [ - "path", - { - "d": "M3 20l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c3.255 2.777 3.695 7.266 1.029 10.501c-2.666 3.235 -7.615 4.215 -11.574 2.293l-4.7 1" - } - ] - ], - "message-code": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M11.012 19.193l-3.012 1.807v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "message-cog": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M12.031 18.581l-4.031 2.419v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "message-dollar": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v3.5" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "message-dots": [ - [ - "path", - { - "d": "M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4" - } - ], - [ - "path", - { - "d": "M12 11l0 .01" - } - ], - [ - "path", - { - "d": "M8 11l0 .01" - } - ], - [ - "path", - { - "d": "M16 11l0 .01" - } - ] - ], - "message-down": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M11.998 18.601l-3.998 2.399v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "message-exclamation": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M15 18h-2l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "message-forward": [ - [ - "path", - { - "d": "M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12z" - } - ], - [ - "path", - { - "d": "M13 8l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M16 11h-8" - } - ] - ], - "message-heart": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h3.5" - } - ], - [ - "path", - { - "d": "M10.48 19.512l-2.48 1.488v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "message-language": [ - [ - "path", - { - "d": "M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4" - } - ], - [ - "path", - { - "d": "M10 14v-4a2 2 0 1 1 4 0v4" - } - ], - [ - "path", - { - "d": "M14 12h-4" - } - ] - ], - "message-minus": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M11.976 18.614l-3.976 2.386v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "message-off": [ - [ - "path", - { - "d": "M8 9h1m4 0h3" - } - ], - [ - "path", - { - "d": "M8 13h5" - } - ], - [ - "path", - { - "d": "M8 4h10a3 3 0 0 1 3 3v8c0 .577 -.163 1.116 -.445 1.573m-2.555 1.427h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8c0 -1.085 .576 -2.036 1.439 -2.562" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "message-pause": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "message-pin": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M12.007 18.596l-4.007 2.404v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "message-plus": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M12.01 18.594l-4.01 2.406v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "message-question": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M14 18h-1l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "message-reply": [ - [ - "path", - { - "d": "M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12z" - } - ], - [ - "path", - { - "d": "M11 8l-3 3l3 3" - } - ], - [ - "path", - { - "d": "M16 11h-8" - } - ] - ], - "message-report": [ - [ - "path", - { - "d": "M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12z" - } - ], - [ - "path", - { - "d": "M12 8v3" - } - ], - [ - "path", - { - "d": "M12 14v.01" - } - ] - ], - "message-search": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h5" - } - ], - [ - "path", - { - "d": "M11.008 19.195l-3.008 1.805v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "message-share": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "message-star": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h4.5" - } - ], - [ - "path", - { - "d": "M10.325 19.605l-2.325 1.395v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "message-up": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M11.99 18.606l-3.99 2.394v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "message-x": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "message": [ - [ - "path", - { - "d": "M8 9h8" - } - ], - [ - "path", - { - "d": "M8 13h6" - } - ], - [ - "path", - { - "d": "M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12z" - } - ] - ], - "messages-off": [ - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M11 11a1 1 0 0 1 -1 -1m0 -3.968v-2.032a1 1 0 0 1 1 -1h9a1 1 0 0 1 1 1v10l-3 -3h-3" - } - ], - [ - "path", - { - "d": "M14 15v2a1 1 0 0 1 -1 1h-7l-3 3v-10a1 1 0 0 1 1 -1h2" - } - ] - ], - "messages": [ - [ - "path", - { - "d": "M21 14l-3 -3h-7a1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1h9a1 1 0 0 1 1 1v10" - } - ], - [ - "path", - { - "d": "M14 15v2a1 1 0 0 1 -1 1h-7l-3 3v-10a1 1 0 0 1 1 -1h2" - } - ] - ], - "meteor-off": [ - [ - "path", - { - "d": "M9.75 5.761l3.25 -2.761l-1 5l9 -5l-5 9h5l-2.467 2.536m-1.983 2.04l-2.441 2.51a6.5 6.5 0 1 1 -8.855 -9.506l2.322 -1.972" - } - ], - [ - "path", - { - "d": "M9.5 14.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "meteor": [ - [ - "path", - { - "d": "M21 3l-5 9h5l-6.891 7.086a6.5 6.5 0 1 1 -8.855 -9.506l7.746 -6.58l-1 5l9 -5z" - } - ], - [ - "path", - { - "d": "M9.5 14.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" - } - ] - ], - "meter-cube": [ - [ - "path", - { - "d": "M17 5h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5" - } - ], - [ - "path", - { - "d": "M4 12v6" - } - ], - [ - "path", - { - "d": "M4 14a2 2 0 0 1 2 -2h.5a2.5 2.5 0 0 1 2.5 2.5v3.5" - } - ], - [ - "path", - { - "d": "M9 15.5v-1a2.5 2.5 0 1 1 5 0v3.5" - } - ] - ], - "meter-square": [ - [ - "path", - { - "d": "M17 5h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2" - } - ], - [ - "path", - { - "d": "M4 12v6" - } - ], - [ - "path", - { - "d": "M4 14a2 2 0 0 1 2 -2h.5a2.5 2.5 0 0 1 2.5 2.5v3.5" - } - ], - [ - "path", - { - "d": "M9 15.5v-1a2.5 2.5 0 1 1 5 0v3.5" - } - ] - ], - "metronome": [ - [ - "path", - { - "d": "M14.153 8.188l-.72 -3.236a2.493 2.493 0 0 0 -4.867 0l-3.025 13.614a2 2 0 0 0 1.952 2.434h7.014a2 2 0 0 0 1.952 -2.434l-.524 -2.357m-4.935 1.791l9 -13" - } - ], - [ - "path", - { - "d": "M20 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "michelin-bib-gourmand": [ - [ - "path", - { - "d": "M4.97 20c-2.395 -1.947 -4.763 -5.245 -1.005 -8c-.52 -4 3.442 -7.5 5.524 -7.5c.347 -1 1.499 -1.5 2.54 -1.5c1.04 0 2.135 .5 2.482 1.5c2.082 0 6.044 3.5 5.524 7.5c3.758 2.755 1.39 6.053 -1.005 8" - } - ], - [ - "path", - { - "d": "M9 11m-1 0a1 2 0 1 0 2 0a1 2 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M15 11m-1 0a1 2 0 1 0 2 0a1 2 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 17.085c3.5 2.712 6.5 2.712 9 -1.085" - } - ], - [ - "path", - { - "d": "M13 18.5c.815 -2.337 1.881 -1.472 2 -.55" - } - ] - ], - "michelin-star-green": [ - [ - "path", - { - "d": "M12.432 17.949c.863 1.544 2.589 1.976 4.13 1.112c1.54 -.865 1.972 -2.594 1.048 -4.138c-.185 -.309 -.309 -.556 -.494 -.74c.247 .06 .555 .06 .925 .06c1.726 0 2.959 -1.234 2.959 -2.963c0 -1.73 -1.233 -2.965 -3.02 -2.965c-.37 0 -.617 0 -.925 .062c.185 -.185 .308 -.432 .493 -.74c.863 -1.545 .431 -3.274 -1.048 -4.138c-1.541 -.865 -3.205 -.433 -4.13 1.111c-.185 .309 -.308 .556 -.432 .803c-.123 -.247 -.246 -.494 -.431 -.803c-.802 -1.605 -2.528 -2.038 -4.007 -1.173c-1.541 .865 -1.973 2.594 -1.048 4.137c.185 .31 .308 .556 .493 .741c-.246 -.061 -.555 -.061 -.924 -.061c-1.788 0 -3.021 1.235 -3.021 2.964c0 1.729 1.233 2.964 3.02 2.964" - } - ], - [ - "path", - { - "d": "M4.073 21c4.286 -2.756 5.9 -5.254 7.927 -9" - } - ] - ], - "michelin-star": [ - [ - "path", - { - "d": "M14.792 17.063c0 .337 .057 .618 .057 .9c0 1.8 -1.238 3.037 -2.982 3.037c-1.8 0 -2.98 -1.238 -2.98 -3.206v-.731c-.957 .675 -1.576 .9 -2.42 .9c-1.518 0 -2.925 -1.463 -2.925 -3.094c0 -1.181 .844 -2.194 2.082 -2.756l.28 -.113c-1.574 -.787 -2.362 -1.688 -2.362 -2.925c0 -1.687 1.294 -3.094 2.925 -3.094c.675 0 1.52 .338 2.138 .788l.281 .112c0 -.337 -.056 -.619 -.056 -.844c0 -1.8 1.237 -3.037 2.98 -3.037c1.8 0 2.981 1.237 2.981 3.206v.394l-.056 .281c.956 -.675 1.575 -.9 2.419 -.9c1.519 0 2.925 1.463 2.925 3.094c0 1.181 -.844 2.194 -2.081 2.756l-.282 .169c1.575 .787 2.363 1.688 2.363 2.925c0 1.688 -1.294 3.094 -2.925 3.094c-.675 0 -1.575 -.281 -2.138 -.788l-.225 -.169z" - } - ] - ], - "mickey-filled": [ - [ - "path", - { - "d": "M18.501 2a4.5 4.5 0 0 1 .878 8.913a8 8 0 1 1 -15.374 3.372l-.005 -.285l.005 -.285a7.991 7.991 0 0 1 .615 -2.803a4.5 4.5 0 0 1 -3.187 -6.348a4.505 4.505 0 0 1 3.596 -2.539l.225 -.018l.281 -.007l.244 .009a4.5 4.5 0 0 1 4.215 4.247a8.001 8.001 0 0 1 4.013 0a4.5 4.5 0 0 1 4.493 -4.256z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "mickey": [ - [ - "path", - { - "d": "M5.5 3a3.5 3.5 0 0 1 3.25 4.8a7.017 7.017 0 0 0 -2.424 2.1a3.5 3.5 0 1 1 -.826 -6.9z" - } - ], - [ - "path", - { - "d": "M18.5 3a3.5 3.5 0 1 1 -.826 6.902a7.013 7.013 0 0 0 -2.424 -2.103a3.5 3.5 0 0 1 3.25 -4.799z" - } - ], - [ - "path", - { - "d": "M12 14m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ] - ], - "microphone-2-off": [ - [ - "path", - { - "d": "M16.908 12.917a5 5 0 1 0 -5.827 -5.819" - } - ], - [ - "path", - { - "d": "M10.116 10.125l-6.529 7.46a2 2 0 1 0 2.827 2.83l7.461 -6.529" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "microphone-2": [ - [ - "path", - { - "d": "M15 12.9a5 5 0 1 0 -3.902 -3.9" - } - ], - [ - "path", - { - "d": "M15 12.9l-3.902 -3.899l-7.513 8.584a2 2 0 1 0 2.827 2.83l8.588 -7.515z" - } - ] - ], - "microphone-off": [ - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M9 5a3 3 0 0 1 6 0v5a3 3 0 0 1 -.13 .874m-2 2a3 3 0 0 1 -3.87 -2.872v-1" - } - ], - [ - "path", - { - "d": "M5 10a7 7 0 0 0 10.846 5.85m2 -2a6.967 6.967 0 0 0 1.152 -3.85" - } - ], - [ - "path", - { - "d": "M8 21l8 0" - } - ], - [ - "path", - { - "d": "M12 17l0 4" - } - ] - ], - "microphone": [ - [ - "path", - { - "d": "M9 2m0 3a3 3 0 0 1 3 -3h0a3 3 0 0 1 3 3v5a3 3 0 0 1 -3 3h0a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M5 10a7 7 0 0 0 14 0" - } - ], - [ - "path", - { - "d": "M8 21l8 0" - } - ], - [ - "path", - { - "d": "M12 17l0 4" - } - ] - ], - "microscope-off": [ - [ - "path", - { - "d": "M5 21h14" - } - ], - [ - "path", - { - "d": "M6 18h2" - } - ], - [ - "path", - { - "d": "M7 18v3" - } - ], - [ - "path", - { - "d": "M10 10l-1 1l3 3l1 -1m2 -2l3 -3l-3 -3l-3 3" - } - ], - [ - "path", - { - "d": "M10.5 12.5l-1.5 1.5" - } - ], - [ - "path", - { - "d": "M17 3l3 3" - } - ], - [ - "path", - { - "d": "M12 21a6 6 0 0 0 5.457 -3.505m.441 -3.599a6 6 0 0 0 -2.183 -3.608" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "microscope": [ - [ - "path", - { - "d": "M5 21h14" - } - ], - [ - "path", - { - "d": "M6 18h2" - } - ], - [ - "path", - { - "d": "M7 18v3" - } - ], - [ - "path", - { - "d": "M9 11l3 3l6 -6l-3 -3z" - } - ], - [ - "path", - { - "d": "M10.5 12.5l-1.5 1.5" - } - ], - [ - "path", - { - "d": "M17 3l3 3" - } - ], - [ - "path", - { - "d": "M12 21a6 6 0 0 0 3.715 -10.712" - } - ] - ], - "microwave-off": [ - [ - "path", - { - "d": "M18 18h-14a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h2m4 0h10a1 1 0 0 1 1 1v10" - } - ], - [ - "path", - { - "d": "M15 6v5m0 4v3" - } - ], - [ - "path", - { - "d": "M18 12h.01" - } - ], - [ - "path", - { - "d": "M18 9h.01" - } - ], - [ - "path", - { - "d": "M6.5 10.5c1 -.667 1.5 -.667 2.5 0c.636 .265 1.272 .665 1.907 .428" - } - ], - [ - "path", - { - "d": "M6.5 13.5c1 -.667 1.5 -.667 2.5 0c.833 .347 1.667 .926 2.5 0" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "microwave": [ - [ - "path", - { - "d": "M3 6m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M15 6v12" - } - ], - [ - "path", - { - "d": "M18 12h.01" - } - ], - [ - "path", - { - "d": "M18 15h.01" - } - ], - [ - "path", - { - "d": "M18 9h.01" - } - ], - [ - "path", - { - "d": "M6.5 10.5c1 -.667 1.5 -.667 2.5 0c.833 .347 1.667 .926 2.5 0" - } - ], - [ - "path", - { - "d": "M6.5 13.5c1 -.667 1.5 -.667 2.5 0c.833 .347 1.667 .926 2.5 0" - } - ] - ], - "military-award": [ - [ - "path", - { - "d": "M12 13m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M8.5 10.5l-1 -2.5h-5.5l2.48 5.788a2 2 0 0 0 1.84 1.212h2.18" - } - ], - [ - "path", - { - "d": "M15.5 10.5l1 -2.5h5.5l-2.48 5.788a2 2 0 0 1 -1.84 1.212h-2.18" - } - ] - ], - "military-rank": [ - [ - "path", - { - "d": "M17 7v13h-10v-13l5 -3z" - } - ], - [ - "path", - { - "d": "M10 13l2 -1l2 1" - } - ], - [ - "path", - { - "d": "M10 17l2 -1l2 1" - } - ], - [ - "path", - { - "d": "M10 9l2 -1l2 1" - } - ] - ], - "milk-off": [ - [ - "path", - { - "d": "M10 6h6v-2a1 1 0 0 0 -1 -1h-6a1 1 0 0 0 -1 1" - } - ], - [ - "path", - { - "d": "M16 6l1.094 1.759a6 6 0 0 1 .906 3.17v3.071m0 4v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8.071a6 6 0 0 1 .906 -3.17l.327 -.525" - } - ], - [ - "path", - { - "d": "M12 16m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "milk": [ - [ - "path", - { - "d": "M8 6h8v-2a1 1 0 0 0 -1 -1h-6a1 1 0 0 0 -1 1v2z" - } - ], - [ - "path", - { - "d": "M16 6l1.094 1.759a6 6 0 0 1 .906 3.17v8.071a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8.071a6 6 0 0 1 .906 -3.17l1.094 -1.759" - } - ], - [ - "path", - { - "d": "M12 16m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M10 10h4" - } - ] - ], - "milkshake": [ - [ - "path", - { - "d": "M17 10a5 5 0 0 0 -10 0" - } - ], - [ - "path", - { - "d": "M6 10m0 1a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M7 13l1.81 7.243a1 1 0 0 0 .97 .757h4.44a1 1 0 0 0 .97 -.757l1.81 -7.243" - } - ], - [ - "path", - { - "d": "M12 5v-2" - } - ] - ], - "minimize": [ - [ - "path", - { - "d": "M15 19v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M15 5v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M5 15h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M5 9h2a2 2 0 0 0 2 -2v-2" - } - ] - ], - "minus-vertical": [ - [ - "path", - { - "d": "M12 5v14" - } - ] - ], - "minus": [ - [ - "path", - { - "d": "M5 12l14 0" - } - ] - ], - "mist-off": [ - [ - "path", - { - "d": "M12 5h9" - } - ], - [ - "path", - { - "d": "M3 10h7" - } - ], - [ - "path", - { - "d": "M18 10h1" - } - ], - [ - "path", - { - "d": "M5 15h5" - } - ], - [ - "path", - { - "d": "M14 15h1m4 0h2" - } - ], - [ - "path", - { - "d": "M3 20h9m4 0h3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "mist": [ - [ - "path", - { - "d": "M5 5h3m4 0h9" - } - ], - [ - "path", - { - "d": "M3 10h11m4 0h1" - } - ], - [ - "path", - { - "d": "M5 15h5m4 0h7" - } - ], - [ - "path", - { - "d": "M3 20h9m4 0h3" - } - ] - ], - "mobiledata-off": [ - [ - "path", - { - "d": "M16 12v-8" - } - ], - [ - "path", - { - "d": "M8 20v-8" - } - ], - [ - "path", - { - "d": "M13 7l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M5 17l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "mobiledata": [ - [ - "path", - { - "d": "M16 12v-8" - } - ], - [ - "path", - { - "d": "M8 20v-8" - } - ], - [ - "path", - { - "d": "M13 7l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M5 17l3 3l3 -3" - } - ] - ], - "moneybag": [ - [ - "path", - { - "d": "M9.5 3h5a1.5 1.5 0 0 1 1.5 1.5a3.5 3.5 0 0 1 -3.5 3.5h-1a3.5 3.5 0 0 1 -3.5 -3.5a1.5 1.5 0 0 1 1.5 -1.5z" - } - ], - [ - "path", - { - "d": "M4 17v-1a8 8 0 1 1 16 0v1a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z" - } - ] - ], - "mood-angry": [ - [ - "path", - { - "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" - } - ], - [ - "path", - { - "d": "M8 9l2 1" - } - ], - [ - "path", - { - "d": "M16 9l-2 1" - } - ], - [ - "path", - { - "d": "M14.5 16.05a3.5 3.5 0 0 0 -5 0" - } - ] - ], - "mood-annoyed-2": [ - [ - "path", - { - "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" - } - ], - [ - "path", - { - "d": "M15 14c-2 0 -3 1 -3.5 2.05" - } - ], - [ - "path", - { - "d": "M10 9.25c-.5 1 -2.5 1 -3 0" - } - ], - [ - "path", - { - "d": "M17 9.25c-.5 1 -2.5 1 -3 0" - } - ] - ], - "mood-annoyed": [ - [ - "path", - { - "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" - } - ], - [ - "path", - { - "d": "M15 14c-2 0 -3 1 -3.5 2.05" - } - ], - [ - "path", - { - "d": "M9 10h-.01" - } - ], - [ - "path", - { - "d": "M15 10h-.01" - } - ] - ], - "mood-boy": [ - [ - "path", - { - "d": "M17 4.5a9 9 0 0 1 3.864 5.89a2.5 2.5 0 0 1 -.29 4.36a9 9 0 0 1 -17.137 0a2.5 2.5 0 0 1 -.29 -4.36a9 9 0 0 1 3.746 -5.81" - } - ], - [ - "path", - { - "d": "M9.5 16a3.5 3.5 0 0 0 5 0" - } - ], - [ - "path", - { - "d": "M8.5 2c1.5 1 2.5 3.5 2.5 5" - } - ], - [ - "path", - { - "d": "M12.5 2c1.5 2 2 3.5 2 5" - } - ], - [ - "path", - { - "d": "M9 12l.01 0" - } - ], - [ - "path", - { - "d": "M15 12l.01 0" - } - ] - ], - "mood-check": [ - [ - "path", - { - "d": "M20.925 13.163a8.998 8.998 0 0 0 -8.925 -10.163a9 9 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M9 10h.01" - } - ], - [ - "path", - { - "d": "M15 10h.01" - } - ], - [ - "path", - { - "d": "M9.5 15c.658 .64 1.56 1 2.5 1s1.842 -.36 2.5 -1" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "mood-cog": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 0 -8.983 9" - } - ], - [ - "path", - { - "d": "M18.001 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18.001 14.5v1.5" - } - ], - [ - "path", - { - "d": "M18.001 20v1.5" - } - ], - [ - "path", - { - "d": "M21.032 16.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M16.27 19l-1.3 .75" - } - ], - [ - "path", - { - "d": "M14.97 16.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M19.733 19l1.3 .75" - } - ], - [ - "path", - { - "d": "M9 10h.01" - } - ], - [ - "path", - { - "d": "M15 10h.01" - } - ], - [ - "path", - { - "d": "M9.5 15c.658 .64 1.56 1 2.5 1" - } - ] - ], - "mood-confuzed-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.43 10.162a11 11 0 0 0 -6.6 1.65a1 1 0 0 0 1.06 1.696a9 9 0 0 1 5.4 -1.35a1 1 0 0 0 .14 -1.996zm-6.56 -4.502l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm6 0l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "mood-confuzed": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 10l.01 0" - } - ], - [ - "path", - { - "d": "M15 10l.01 0" - } - ], - [ - "path", - { - "d": "M9.5 16a10 10 0 0 1 6 -1.5" - } - ] - ], - "mood-crazy-happy": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M7 8.5l3 3" - } - ], - [ - "path", - { - "d": "M7 11.5l3 -3" - } - ], - [ - "path", - { - "d": "M14 8.5l3 3" - } - ], - [ - "path", - { - "d": "M14 11.5l3 -3" - } - ], - [ - "path", - { - "d": "M9.5 15a3.5 3.5 0 0 0 5 0" - } - ] - ], - "mood-cry": [ - [ - "path", - { - "d": "M9 10l.01 0" - } - ], - [ - "path", - { - "d": "M15 10l.01 0" - } - ], - [ - "path", - { - "d": "M9.5 15.25a3.5 3.5 0 0 1 5 0" - } - ], - [ - "path", - { - "d": "M17.566 17.606a2 2 0 1 0 2.897 .03l-1.463 -1.636l-1.434 1.606z" - } - ], - [ - "path", - { - "d": "M20.865 13.517a8.937 8.937 0 0 0 .135 -1.517a9 9 0 1 0 -9 9c.69 0 1.36 -.076 2 -.222" - } - ] - ], - "mood-dollar": [ - [ - "path", - { - "d": "M20.87 10.48a9 9 0 1 0 -7.876 10.465" - } - ], - [ - "path", - { - "d": "M9 10h.01" - } - ], - [ - "path", - { - "d": "M15 10h.01" - } - ], - [ - "path", - { - "d": "M9.5 15c.658 .64 1.56 1 2.5 1c.357 0 .709 -.052 1.043 -.151" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "mood-edit": [ - [ - "path", - { - "d": "M20.955 11.104a9 9 0 1 0 -9.895 9.847" - } - ], - [ - "path", - { - "d": "M9 10h.01" - } - ], - [ - "path", - { - "d": "M15 10h.01" - } - ], - [ - "path", - { - "d": "M9.5 15c.658 .672 1.56 1 2.5 1c.126 0 .251 -.006 .376 -.018" - } - ], - [ - "path", - { - "d": "M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" - } - ] - ], - "mood-empty-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 10.66h-6l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h6l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-5.99 -5l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm6 0l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "mood-empty": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 10l.01 0" - } - ], - [ - "path", - { - "d": "M15 10l.01 0" - } - ], - [ - "path", - { - "d": "M9 15l6 0" - } - ] - ], - "mood-happy-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 9.66h-6a1 1 0 0 0 -1 1v.05a3.975 3.975 0 0 0 3.777 3.97l.227 .005a4.026 4.026 0 0 0 3.99 -3.79l.006 -.206a1 1 0 0 0 -1 -1.029zm-5.99 -5l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm6 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "mood-happy": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 9l.01 0" - } - ], - [ - "path", - { - "d": "M15 9l.01 0" - } - ], - [ - "path", - { - "d": "M8 13a4 4 0 1 0 8 0h-8" - } - ] - ], - "mood-heart": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 0 -8.012 8.946" - } - ], - [ - "path", - { - "d": "M9 10h.01" - } - ], - [ - "path", - { - "d": "M15 10h.01" - } - ], - [ - "path", - { - "d": "M9.5 15a3.59 3.59 0 0 0 2.774 .99" - } - ], - [ - "path", - { - "d": "M18.994 21.5l2.518 -2.58a1.74 1.74 0 0 0 .004 -2.413a1.627 1.627 0 0 0 -2.346 -.005l-.168 .172l-.168 -.172a1.627 1.627 0 0 0 -2.346 -.004a1.74 1.74 0 0 0 -.004 2.412l2.51 2.59z" - } - ] - ], - "mood-kid-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 7.046 -9.232a3 3 0 0 0 2.949 3.556a1 1 0 0 0 0 -2l-.117 -.007a1 1 0 0 1 .117 -1.993c1.726 0 3.453 .447 5 1.34zm-1.8 10.946a1 1 0 0 0 -1.414 .014a2.5 2.5 0 0 1 -3.572 0a1 1 0 0 0 -1.428 1.4a4.5 4.5 0 0 0 6.428 0a1 1 0 0 0 -.014 -1.414zm-6.19 -5.286l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm6 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "mood-kid": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 10l.01 0" - } - ], - [ - "path", - { - "d": "M15 10l.01 0" - } - ], - [ - "path", - { - "d": "M9.5 15a3.5 3.5 0 0 0 5 0" - } - ], - [ - "path", - { - "d": "M12 3a2 2 0 0 0 0 4" - } - ] - ], - "mood-look-down": [ - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 13h.01" - } - ], - [ - "path", - { - "d": "M15 13h.01" - } - ], - [ - "path", - { - "d": "M11 17h2" - } - ] - ], - "mood-look-left": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 9h.01" - } - ], - [ - "path", - { - "d": "M4 15h4" - } - ] - ], - "mood-look-right": [ - [ - "path", - { - "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" - } - ], - [ - "path", - { - "d": "M15 9h-.01" - } - ], - [ - "path", - { - "d": "M20 15h-4" - } - ] - ], - "mood-look-up": [ - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 8h.01" - } - ], - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M11 12h2" - } - ] - ], - "mood-minus": [ - [ - "path", - { - "d": "M20.48 15.014a9 9 0 1 0 -7.956 5.97" - } - ], - [ - "path", - { - "d": "M9 10h.01" - } - ], - [ - "path", - { - "d": "M15 10h.01" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M9.5 15c.658 .64 1.56 1 2.5 1s1.842 -.36 2.5 -1" - } - ] - ], - "mood-nerd": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M8 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M16 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M9.5 15a3.5 3.5 0 0 0 5 0" - } - ], - [ - "path", - { - "d": "M3.5 9h2.5" - } - ], - [ - "path", - { - "d": "M18 9h2.5" - } - ], - [ - "path", - { - "d": "M10 9.5c1.333 -1.333 2.667 -1.333 4 0" - } - ] - ], - "mood-nervous": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 10h.01" - } - ], - [ - "path", - { - "d": "M15 10h.01" - } - ], - [ - "path", - { - "d": "M8 16l2 -2l2 2l2 -2l2 2" - } - ] - ], - "mood-neutral-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-7.99 5.66l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm6 0l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "mood-neutral": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 10l.01 0" - } - ], - [ - "path", - { - "d": "M15 10l.01 0" - } - ] - ], - "mood-off": [ - [ - "path", - { - "d": "M5.634 5.638a9 9 0 0 0 12.732 12.724m1.679 -2.322a9 9 0 0 0 -12.08 -12.086" - } - ], - [ - "path", - { - "d": "M9 10h.01" - } - ], - [ - "path", - { - "d": "M15 10h.01" - } - ], - [ - "path", - { - "d": "M9.5 15a3.5 3.5 0 0 0 5 0" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "mood-pin": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 0 -8.352 8.977" - } - ], - [ - "path", - { - "d": "M9 10h.01" - } - ], - [ - "path", - { - "d": "M15 10h.01" - } - ], - [ - "path", - { - "d": "M9.5 15c.658 .672 1.56 1 2.5 1c.102 0 .203 -.004 .304 -.012" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "mood-plus": [ - [ - "path", - { - "d": "M20.985 12.528a9 9 0 1 0 -8.45 8.456" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M9 10h.01" - } - ], - [ - "path", - { - "d": "M15 10h.01" - } - ], - [ - "path", - { - "d": "M9.5 15c.658 .64 1.56 1 2.5 1s1.842 -.36 2.5 -1" - } - ] - ], - "mood-puzzled": [ - [ - "path", - { - "d": "M14.986 3.51a9 9 0 1 0 1.514 16.284c2.489 -1.437 4.181 -3.978 4.5 -6.794" - } - ], - [ - "path", - { - "d": "M10 10h.01" - } - ], - [ - "path", - { - "d": "M14 8h.01" - } - ], - [ - "path", - { - "d": "M12 15c1 -1.333 2 -2 3 -2" - } - ], - [ - "path", - { - "d": "M20 9v.01" - } - ], - [ - "path", - { - "d": "M20 6a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "mood-sad-2": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M14.5 16.05a3.5 3.5 0 0 0 -5 0" - } - ], - [ - "path", - { - "d": "M10 9.25c-.5 1 -2.5 1 -3 0" - } - ], - [ - "path", - { - "d": "M17 9.25c-.5 1 -2.5 1 -3 0" - } - ] - ], - "mood-sad-dizzy": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M14.5 16.05a3.5 3.5 0 0 0 -5 0" - } - ], - [ - "path", - { - "d": "M8 9l2 2" - } - ], - [ - "path", - { - "d": "M10 9l-2 2" - } - ], - [ - "path", - { - "d": "M14 9l2 2" - } - ], - [ - "path", - { - "d": "M16 9l-2 2" - } - ] - ], - "mood-sad-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 9.86a4.5 4.5 0 0 0 -3.214 1.35a1 1 0 1 0 1.428 1.4a2.5 2.5 0 0 1 3.572 0a1 1 0 0 0 1.428 -1.4a4.5 4.5 0 0 0 -3.214 -1.35zm-2.99 -4.2l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm6 0l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "mood-sad-squint": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M14.5 16.05a3.5 3.5 0 0 0 -5 0" - } - ], - [ - "path", - { - "d": "M8.5 11.5l1.5 -1.5l-1.5 -1.5" - } - ], - [ - "path", - { - "d": "M15.5 11.5l-1.5 -1.5l1.5 -1.5" - } - ] - ], - "mood-sad": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 10l.01 0" - } - ], - [ - "path", - { - "d": "M15 10l.01 0" - } - ], - [ - "path", - { - "d": "M9.5 15.25a3.5 3.5 0 0 1 5 0" - } - ] - ], - "mood-search": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 0 -9 9" - } - ], - [ - "path", - { - "d": "M9 10h.01" - } - ], - [ - "path", - { - "d": "M15 10h.01" - } - ], - [ - "path", - { - "d": "M9.5 15c.658 .672 1.56 1 2.5 1" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "mood-share": [ - [ - "path", - { - "d": "M20.942 13.018a9 9 0 1 0 -8.942 7.982" - } - ], - [ - "path", - { - "d": "M9 10h.01" - } - ], - [ - "path", - { - "d": "M15 10h.01" - } - ], - [ - "path", - { - "d": "M9.5 15c.658 .672 1.56 1 2.5 1c.213 0 .424 -.017 .63 -.05" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "mood-sick": [ - [ - "path", - { - "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" - } - ], - [ - "path", - { - "d": "M9 10h-.01" - } - ], - [ - "path", - { - "d": "M15 10h-.01" - } - ], - [ - "path", - { - "d": "M8 16l1 -1l1.5 1l1.5 -1l1.5 1l1.5 -1l1 1" - } - ] - ], - "mood-silence": [ - [ - "path", - { - "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" - } - ], - [ - "path", - { - "d": "M9 10h-.01" - } - ], - [ - "path", - { - "d": "M15 10h-.01" - } - ], - [ - "path", - { - "d": "M8 15h8" - } - ], - [ - "path", - { - "d": "M9 14v2" - } - ], - [ - "path", - { - "d": "M12 14v2" - } - ], - [ - "path", - { - "d": "M15 14v2" - } - ] - ], - "mood-sing": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 9h.01" - } - ], - [ - "path", - { - "d": "M15 9h.01" - } - ], - [ - "path", - { - "d": "M15 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "mood-smile-beam": [ - [ - "path", - { - "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" - } - ], - [ - "path", - { - "d": "M10 10c-.5 -1 -2.5 -1 -3 0" - } - ], - [ - "path", - { - "d": "M17 10c-.5 -1 -2.5 -1 -3 0" - } - ], - [ - "path", - { - "d": "M14.5 15a3.5 3.5 0 0 1 -5 0" - } - ] - ], - "mood-smile-dizzy": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M14.5 15a3.5 3.5 0 0 1 -5 0" - } - ], - [ - "path", - { - "d": "M8 9l2 2" - } - ], - [ - "path", - { - "d": "M10 9l-2 2" - } - ], - [ - "path", - { - "d": "M14 9l2 2" - } - ], - [ - "path", - { - "d": "M16 9l-2 2" - } - ] - ], - "mood-smile-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.8 10.946a1 1 0 0 0 -1.414 .014a2.5 2.5 0 0 1 -3.572 0a1 1 0 0 0 -1.428 1.4a4.5 4.5 0 0 0 6.428 0a1 1 0 0 0 -.014 -1.414zm-6.19 -5.286l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm6 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "mood-smile": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 10l.01 0" - } - ], - [ - "path", - { - "d": "M15 10l.01 0" - } - ], - [ - "path", - { - "d": "M9.5 15a3.5 3.5 0 0 0 5 0" - } - ] - ], - "mood-suprised": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 9l.01 0" - } - ], - [ - "path", - { - "d": "M15 9l.01 0" - } - ], - [ - "path", - { - "d": "M12 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "mood-tongue-wink-2": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" - } - ], - [ - "path", - { - "d": "M15 10h-.01" - } - ], - [ - "path", - { - "d": "M10 14v2a2 2 0 1 0 4 0v-2m1.5 0h-7" - } - ], - [ - "path", - { - "d": "M7 10c.5 -1 2.5 -1 3 0" - } - ] - ], - "mood-tongue-wink": [ - [ - "path", - { - "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 10h.01" - } - ], - [ - "path", - { - "d": "M10 14v2a2 2 0 0 0 4 0v-2" - } - ], - [ - "path", - { - "d": "M15.5 14h-7" - } - ], - [ - "path", - { - "d": "M17 10c-.5 -1 -2.5 -1 -3 0" - } - ] - ], - "mood-tongue": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 10l.01 0" - } - ], - [ - "path", - { - "d": "M15 10l.01 0" - } - ], - [ - "path", - { - "d": "M10 14v2a2 2 0 0 0 4 0v-2m1.5 0h-7" - } - ] - ], - "mood-unamused": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M11 16l4 -1.5" - } - ], - [ - "path", - { - "d": "M10 10c-.5 -1 -2.5 -1 -3 0" - } - ], - [ - "path", - { - "d": "M17 10c-.5 -1 -2.5 -1 -3 0" - } - ] - ], - "mood-up": [ - [ - "path", - { - "d": "M20.984 12.536a9 9 0 1 0 -8.463 8.449" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ], - [ - "path", - { - "d": "M9 10h.01" - } - ], - [ - "path", - { - "d": "M15 10h.01" - } - ], - [ - "path", - { - "d": "M9.5 15c.658 .64 1.56 1 2.5 1s1.842 -.36 2.5 -1" - } - ] - ], - "mood-wink-2": [ - [ - "path", - { - "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" - } - ], - [ - "path", - { - "d": "M9 10h-.01" - } - ], - [ - "path", - { - "d": "M14.5 15a3.5 3.5 0 0 1 -5 0" - } - ], - [ - "path", - { - "d": "M15.5 8.5l-1.5 1.5l1.5 1.5" - } - ] - ], - "mood-wink": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M15 10h.01" - } - ], - [ - "path", - { - "d": "M9.5 15a3.5 3.5 0 0 0 5 0" - } - ], - [ - "path", - { - "d": "M8.5 8.5l1.5 1.5l-1.5 1.5" - } - ] - ], - "mood-wrrr": [ - [ - "path", - { - "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" - } - ], - [ - "path", - { - "d": "M8 16l1 -1l1.5 1l1.5 -1l1.5 1l1.5 -1l1 1" - } - ], - [ - "path", - { - "d": "M8.5 11.5l1.5 -1.5l-1.5 -1.5" - } - ], - [ - "path", - { - "d": "M15.5 11.5l-1.5 -1.5l1.5 -1.5" - } - ] - ], - "mood-x": [ - [ - "path", - { - "d": "M20.983 12.556a9 9 0 1 0 -8.433 8.427" - } - ], - [ - "path", - { - "d": "M9 10h.01" - } - ], - [ - "path", - { - "d": "M15 10h.01" - } - ], - [ - "path", - { - "d": "M9.5 15c.658 .64 1.56 1 2.5 1c.194 0 .386 -.015 .574 -.045" - } - ], - [ - "path", - { - "d": "M21.5 21.5l-5 -5" - } - ], - [ - "path", - { - "d": "M16.5 21.5l5 -5" - } - ] - ], - "mood-xd": [ - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 14h6a3 3 0 0 1 -6 0z" - } - ], - [ - "path", - { - "d": "M9 8l6 3" - } - ], - [ - "path", - { - "d": "M9 11l6 -3" - } - ] - ], - "moon-2": [ - [ - "path", - { - "d": "M16.418 4.157a8 8 0 0 0 0 15.686" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "moon-filled": [ - [ - "path", - { - "d": "M12 1.992a10 10 0 1 0 9.236 13.838c.341 -.82 -.476 -1.644 -1.298 -1.31a6.5 6.5 0 0 1 -6.864 -10.787l.077 -.08c.551 -.63 .113 -1.653 -.758 -1.653h-.266l-.068 -.006l-.06 -.002z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "moon-off": [ - [ - "path", - { - "d": "M7.962 3.949a8.97 8.97 0 0 1 4.038 -.957v.008h.393a7.478 7.478 0 0 0 -2.07 3.308m-.141 3.84c.186 .823 .514 1.626 .989 2.373a7.49 7.49 0 0 0 4.586 3.268m3.893 -.11c.223 -.067 .444 -.144 .663 -.233a9.088 9.088 0 0 1 -.274 .597m-1.695 2.337a9 9 0 0 1 -12.71 -12.749" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "moon-stars": [ - [ - "path", - { - "d": "M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" - } - ], - [ - "path", - { - "d": "M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2" - } - ], - [ - "path", - { - "d": "M19 11h2m-1 -1v2" - } - ] - ], - "moon": [ - [ - "path", - { - "d": "M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" - } - ] - ], - "moped": [ - [ - "path", - { - "d": "M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 16v1a2 2 0 0 0 4 0v-5h-3a3 3 0 0 0 -3 3v1h10a6 6 0 0 1 5 -4v-5a2 2 0 0 0 -2 -2h-1" - } - ], - [ - "path", - { - "d": "M6 9l3 0" - } - ] - ], - "motorbike": [ - [ - "path", - { - "d": "M5 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M19 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M7.5 14h5l4 -4h-10.5m1.5 4l4 -4" - } - ], - [ - "path", - { - "d": "M13 6h2l1.5 3l2 4" - } - ] - ], - "mountain-off": [ - [ - "path", - { - "d": "M18.281 14.26l-4.201 -8.872a2.3 2.3 0 0 0 -4.158 0l-.165 .349m-1.289 2.719l-5.468 11.544h17" - } - ], - [ - "path", - { - "d": "M7.5 11l2 2.5l2 -2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "mountain": [ - [ - "path", - { - "d": "M3 20h18l-6.921 -14.612a2.3 2.3 0 0 0 -4.158 0l-6.921 14.612z" - } - ], - [ - "path", - { - "d": "M7.5 11l2 2.5l2.5 -2.5l2 3l2.5 -2" - } - ] - ], - "mouse-2": [ - [ - "path", - { - "d": "M6 3m0 4a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-4a4 4 0 0 1 -4 -4z" - } - ], - [ - "path", - { - "d": "M12 3v7" - } - ], - [ - "path", - { - "d": "M6 10h12" - } - ] - ], - "mouse-filled": [ - [ - "path", - { - "d": "M14 2a5 5 0 0 1 5 5v10a5 5 0 0 1 -5 5h-4a5 5 0 0 1 -5 -5v-10a5 5 0 0 1 5 -5zm-2 4a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "mouse-off": [ - [ - "path", - { - "d": "M7.733 3.704a3.982 3.982 0 0 1 2.267 -.704h4a4 4 0 0 1 4 4v7m-.1 3.895a4 4 0 0 1 -3.9 3.105h-4a4 4 0 0 1 -4 -4v-10c0 -.3 .033 -.593 .096 -.874" - } - ], - [ - "path", - { - "d": "M12 7v1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "mouse": [ - [ - "path", - { - "d": "M6 3m0 4a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-4a4 4 0 0 1 -4 -4z" - } - ], - [ - "path", - { - "d": "M12 7l0 4" - } - ] - ], - "moustache": [ - [ - "path", - { - "d": "M15 9a3 3 0 0 1 2.599 1.5h0c.933 1.333 2.133 1.556 3.126 1.556l.291 0l.77 -.044l.213 0c-.963 1.926 -3.163 2.925 -6.6 3l-.4 0l-.165 0a3 3 0 0 1 .165 -6z" - } - ], - [ - "path", - { - "d": "M9 9a3 3 0 0 0 -2.599 1.5h0c-.933 1.333 -2.133 1.556 -3.126 1.556l-.291 0l-.77 -.044l-.213 0c.963 1.926 3.163 2.925 6.6 3l.4 0l.165 0a3 3 0 0 0 -.165 -6z" - } - ] - ], - "movie-off": [ - [ - "path", - { - "d": "M8 4h10a2 2 0 0 1 2 2v10m-.592 3.42c-.362 .359 -.859 .58 -1.408 .58h-12a2 2 0 0 1 -2 -2v-12c0 -.539 .213 -1.028 .56 -1.388" - } - ], - [ - "path", - { - "d": "M8 8v12" - } - ], - [ - "path", - { - "d": "M16 4v8m0 4v4" - } - ], - [ - "path", - { - "d": "M4 8h4" - } - ], - [ - "path", - { - "d": "M4 16h4" - } - ], - [ - "path", - { - "d": "M4 12h8m4 0h4" - } - ], - [ - "path", - { - "d": "M16 8h4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "movie": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M8 4l0 16" - } - ], - [ - "path", - { - "d": "M16 4l0 16" - } - ], - [ - "path", - { - "d": "M4 8l4 0" - } - ], - [ - "path", - { - "d": "M4 16l4 0" - } - ], - [ - "path", - { - "d": "M4 12l16 0" - } - ], - [ - "path", - { - "d": "M16 8l4 0" - } - ], - [ - "path", - { - "d": "M16 16l4 0" - } - ] - ], - "mug-off": [ - [ - "path", - { - "d": "M9 5h5.917a1.08 1.08 0 0 1 1.083 1.077v5.923m-.167 3.88a4.33 4.33 0 0 1 -4.166 3.12h-4.334c-2.393 0 -4.333 -1.929 -4.333 -4.308v-8.615a1.08 1.08 0 0 1 1.083 -1.077h.917" - } - ], - [ - "path", - { - "d": "M16 8h2.5c1.38 0 2.5 1.045 2.5 2.333v2.334c0 1.148 -.89 2.103 -2.06 2.297" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "mug": [ - [ - "path", - { - "d": "M4.083 5h10.834a1.08 1.08 0 0 1 1.083 1.077v8.615c0 2.38 -1.94 4.308 -4.333 4.308h-4.334c-2.393 0 -4.333 -1.929 -4.333 -4.308v-8.615a1.08 1.08 0 0 1 1.083 -1.077" - } - ], - [ - "path", - { - "d": "M16 8h2.5c1.38 0 2.5 1.045 2.5 2.333v2.334c0 1.288 -1.12 2.333 -2.5 2.333h-2.5" - } - ] - ], - "multiplier-0-5x": [ - [ - "path", - { - "d": "M8 16h2a2 2 0 1 0 0 -4h-2v-4h4" - } - ], - [ - "path", - { - "d": "M5 16v.01" - } - ], - [ - "path", - { - "d": "M15 16l4 -4" - } - ], - [ - "path", - { - "d": "M19 16l-4 -4" - } - ] - ], - "multiplier-1-5x": [ - [ - "path", - { - "d": "M4 16v-8l-2 2" - } - ], - [ - "path", - { - "d": "M10 16h2a2 2 0 1 0 0 -4h-2v-4h4" - } - ], - [ - "path", - { - "d": "M7 16v.01" - } - ], - [ - "path", - { - "d": "M17 16l4 -4" - } - ], - [ - "path", - { - "d": "M21 16l-4 -4" - } - ] - ], - "multiplier-1x": [ - [ - "path", - { - "d": "M9 16v-8l-2 2" - } - ], - [ - "path", - { - "d": "M13 16l4 -4" - } - ], - [ - "path", - { - "d": "M17 16l-4 -4" - } - ] - ], - "multiplier-2x": [ - [ - "path", - { - "d": "M14 16l4 -4" - } - ], - [ - "path", - { - "d": "M18 16l-4 -4" - } - ], - [ - "path", - { - "d": "M6 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0" - } - ] - ], - "mushroom-filled": [ - [ - "path", - { - "d": "M15 15v4a3 3 0 0 1 -5.995 .176l-.005 -.176v-4h6zm-10.1 -2a1.9 1.9 0 0 1 -1.894 -1.752l-.006 -.148c0 -5.023 4.027 -9.1 9 -9.1s9 4.077 9 9.1a1.9 1.9 0 0 1 -1.752 1.894l-.148 .006h-14.2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "mushroom-off": [ - [ - "path", - { - "d": "M5.874 5.89a8.128 8.128 0 0 0 -1.874 5.21a.9 .9 0 0 0 .9 .9h7.1m4 0h3.1a.9 .9 0 0 0 .9 -.9c0 -4.474 -3.582 -8.1 -8 -8.1c-1.43 0 -2.774 .38 -3.936 1.047" - } - ], - [ - "path", - { - "d": "M10 12v7a2 2 0 1 0 4 0v-5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "mushroom": [ - [ - "path", - { - "d": "M20 11.1c0 -4.474 -3.582 -8.1 -8 -8.1s-8 3.626 -8 8.1a.9 .9 0 0 0 .9 .9h14.2a.9 .9 0 0 0 .9 -.9z" - } - ], - [ - "path", - { - "d": "M10 12v7a2 2 0 1 0 4 0v-7" - } - ] - ], - "music-bolt": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v8" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "music-cancel": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v8" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "music-check": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v9.5" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "music-code": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v9" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "music-cog": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v7.5" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "music-discount": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v9" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ], - [ - "path", - { - "d": "M16 21l5 -5" - } - ], - [ - "path", - { - "d": "M21 21v.01" - } - ], - [ - "path", - { - "d": "M16 16v.01" - } - ] - ], - "music-dollar": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v6" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "music-down": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v8" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "music-exclamation": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v8" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "music-heart": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v7" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "music-minus": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v11" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "music-off": [ - [ - "path", - { - "d": "M6 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M14.42 14.45a3 3 0 1 0 4.138 4.119" - } - ], - [ - "path", - { - "d": "M9 17v-8m0 -4v-1h10v11" - } - ], - [ - "path", - { - "d": "M12 8h7" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "music-pause": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v9" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "music-pin": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v7" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "music-plus": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v8" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "music-question": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v7" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "music-search": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v7" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "music-share": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v9" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "music-star": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v6" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "music-up": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v8" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "music-x": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v9" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "music": [ - [ - "path", - { - "d": "M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M13 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 17v-13h10v13" - } - ], - [ - "path", - { - "d": "M9 8h10" - } - ] - ], - "navigation-bolt": [ - [ - "path", - { - "d": "M16.559 12.882l-4.559 -9.882l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l1.036 .351" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "navigation-cancel": [ - [ - "path", - { - "d": "M16.371 12.476l-4.371 -9.476l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "navigation-check": [ - [ - "path", - { - "d": "M17.487 14.894l-5.487 -11.894l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l6.275 -2.127" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "navigation-code": [ - [ - "path", - { - "d": "M16.653 13.086l-4.653 -10.086l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l6.246 -2.117" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "navigation-cog": [ - [ - "path", - { - "d": "M16.387 12.51l-4.387 -9.51l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "navigation-discount": [ - [ - "path", - { - "d": "M16.43 12.603l-4.43 -9.603l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l1.272 .431" - } - ], - [ - "path", - { - "d": "M16 21l5 -5" - } - ], - [ - "path", - { - "d": "M21 21v.01" - } - ], - [ - "path", - { - "d": "M16 16v.01" - } - ] - ], - "navigation-dollar": [ - [ - "path", - { - "d": "M15.945 11.551l-3.945 -8.551l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l1.594 .54" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "navigation-down": [ - [ - "path", - { - "d": "M16.528 12.815l-4.528 -9.815l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "navigation-east": [ - [ - "path", - { - "d": "M14 3h-4v6h4" - } - ], - [ - "path", - { - "d": "M10 6h2.5" - } - ], - [ - "path", - { - "d": "M16 21l-4 -8l-4 8l4 -2z" - } - ] - ], - "navigation-exclamation": [ - [ - "path", - { - "d": "M16.535 12.832l-4.535 -9.832l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463c1.38 .468 2.416 .82 3.107 1.053" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "navigation-filled": [ - [ - "path", - { - "d": "M11.092 2.581a1 1 0 0 1 1.754 -.116l.062 .116l8.005 17.365c.198 .566 .05 1.196 -.378 1.615a1.53 1.53 0 0 1 -1.459 .393l-7.077 -2.398l-6.899 2.338a1.535 1.535 0 0 1 -1.52 -.231l-.112 -.1c-.398 -.386 -.556 -.954 -.393 -1.556l.047 -.15l7.97 -17.276z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "navigation-heart": [ - [ - "path", - { - "d": "M15.721 11.067l-3.721 -8.067l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l5.614 -1.903" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "navigation-minus": [ - [ - "path", - { - "d": "M17.5 15c-1.232 -2.67 -3.065 -6.67 -5.5 -12l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "navigation-north": [ - [ - "path", - { - "d": "M16 21l-4 -8l-4 8l4 -2z" - } - ], - [ - "path", - { - "d": "M10 9v-6l4 6v-6" - } - ] - ], - "navigation-off": [ - [ - "path", - { - "d": "M16.28 12.28c-.95 -2.064 -2.377 -5.157 -4.28 -9.28c-.7 1.515 -1.223 2.652 -1.573 3.41m-1.27 2.75c-.882 1.913 -2.59 5.618 -5.127 11.115c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l7.265 2.463c.196 .077 .42 .032 .57 -.116a.548 .548 0 0 0 .134 -.572l-.26 -.563" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "navigation-pause": [ - [ - "path", - { - "d": "M16.666 13.114l-4.666 -10.114l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l1.056 .358" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "navigation-pin": [ - [ - "path", - { - "d": "M16.002 11.676l-4.002 -8.676l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "navigation-plus": [ - [ - "path", - { - "d": "M16.573 12.914l-4.573 -9.914l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "navigation-question": [ - [ - "path", - { - "d": "M16.081 11.847l-4.081 -8.847l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463c1.35 .458 2.362 .8 3.037 1.03" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "navigation-search": [ - [ - "path", - { - "d": "M15.876 11.403l-3.876 -8.403l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l6.29 -2.132" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "navigation-share": [ - [ - "path", - { - "d": "M16.633 13.043l-4.633 -10.043l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l.955 .324" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "navigation-south": [ - [ - "path", - { - "d": "M10 8.25c0 .414 .336 .75 .75 .75h2.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h2.25a.75 .75 0 0 1 .75 .75" - } - ], - [ - "path", - { - "d": "M16 21l-4 -8l-4 8l4 -2z" - } - ] - ], - "navigation-star": [ - [ - "path", - { - "d": "M15.574 10.747l-3.574 -7.747l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l5.454 -1.85" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "navigation-top": [ - [ - "path", - { - "d": "M16.54 19.977a.34 .34 0 0 0 .357 -.07a.33 .33 0 0 0 .084 -.35l-4.981 -10.557l-4.982 10.557a.33 .33 0 0 0 .084 .35a.34 .34 0 0 0 .357 .07l4.541 -1.477l4.54 1.477z" - } - ], - [ - "path", - { - "d": "M12 3v2" - } - ] - ], - "navigation-up": [ - [ - "path", - { - "d": "M16.54 12.843l-4.54 -9.843l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "navigation-west": [ - [ - "path", - { - "d": "M9 3l1 6l2 -3.75l2 3.75l1 -6" - } - ], - [ - "path", - { - "d": "M16 21l-4 -8l-4 8l4 -2z" - } - ] - ], - "navigation-x": [ - [ - "path", - { - "d": "M16.622 13.02l-4.622 -10.02l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l1.563 .53" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "navigation": [ - [ - "path", - { - "d": "M12 18.5l7.265 2.463c.196 .077 .42 .032 .57 -.116a.548 .548 0 0 0 .134 -.572l-7.969 -17.275l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463" - } - ] - ], - "needle-thread": [ - [ - "path", - { - "d": "M3 21c-.667 -.667 3.262 -6.236 11.785 -16.709a3.5 3.5 0 1 1 5.078 4.791c-10.575 8.612 -16.196 12.585 -16.863 11.918z" - } - ], - [ - "path", - { - "d": "M17.5 6.5l-1 1" - } - ], - [ - "path", - { - "d": "M17 7c-2.333 -2.667 -3.5 -4 -5 -4s-2 1 -2 2c0 4 8.161 8.406 6 11c-1.056 1.268 -3.363 1.285 -5.75 .808" - } - ], - [ - "path", - { - "d": "M5.739 15.425c-1.393 -.565 -3.739 -1.925 -3.739 -3.425" - } - ], - [ - "path", - { - "d": "M19.5 9.5l1.5 1.5" - } - ] - ], - "needle": [ - [ - "path", - { - "d": "M3 21c-.667 -.667 3.262 -6.236 11.785 -16.709a3.5 3.5 0 1 1 5.078 4.791c-10.575 8.612 -16.196 12.585 -16.863 11.918z" - } - ], - [ - "path", - { - "d": "M17.5 6.5l-1 1" - } - ] - ], - "network-off": [ - [ - "path", - { - "d": "M6.528 6.536a6 6 0 0 0 7.942 7.933m2.247 -1.76a6 6 0 0 0 -8.427 -8.425" - } - ], - [ - "path", - { - "d": "M12 3c1.333 .333 2 2.333 2 6c0 .337 -.006 .66 -.017 .968m-.55 3.473c-.333 .884 -.81 1.403 -1.433 1.559" - } - ], - [ - "path", - { - "d": "M12 3c-.936 .234 -1.544 1.29 -1.822 3.167m-.16 3.838c.116 3.029 .776 4.695 1.982 4.995" - } - ], - [ - "path", - { - "d": "M6 9h3m4 0h5" - } - ], - [ - "path", - { - "d": "M3 20h7" - } - ], - [ - "path", - { - "d": "M14 20h7" - } - ], - [ - "path", - { - "d": "M10 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 15v3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "network": [ - [ - "path", - { - "d": "M6 9a6 6 0 1 0 12 0a6 6 0 0 0 -12 0" - } - ], - [ - "path", - { - "d": "M12 3c1.333 .333 2 2.333 2 6s-.667 5.667 -2 6" - } - ], - [ - "path", - { - "d": "M12 3c-1.333 .333 -2 2.333 -2 6s.667 5.667 2 6" - } - ], - [ - "path", - { - "d": "M6 9h12" - } - ], - [ - "path", - { - "d": "M3 20h7" - } - ], - [ - "path", - { - "d": "M14 20h7" - } - ], - [ - "path", - { - "d": "M10 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 15v3" - } - ] - ], - "new-section": [ - [ - "path", - { - "d": "M9 12l6 0" - } - ], - [ - "path", - { - "d": "M12 9l0 6" - } - ], - [ - "path", - { - "d": "M4 6v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1m-5 0h-2m-5 0h-1a1 1 0 0 1 -1 -1v-1m0 -5v-2m0 -5" - } - ] - ], - "news-off": [ - [ - "path", - { - "d": "M16 6h3a1 1 0 0 1 1 1v9m-.606 3.435a2 2 0 0 1 -3.394 -1.435v-2m0 -4v-7a1 1 0 0 0 -1 -1h-7m-3.735 .321a1 1 0 0 0 -.265 .679v12a3 3 0 0 0 3 3h11" - } - ], - [ - "path", - { - "d": "M8 12h4" - } - ], - [ - "path", - { - "d": "M8 16h4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "news": [ - [ - "path", - { - "d": "M16 6h3a1 1 0 0 1 1 1v11a2 2 0 0 1 -4 0v-13a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1v12a3 3 0 0 0 3 3h11" - } - ], - [ - "path", - { - "d": "M8 8l4 0" - } - ], - [ - "path", - { - "d": "M8 12l4 0" - } - ], - [ - "path", - { - "d": "M8 16l4 0" - } - ] - ], - "nfc-off": [ - [ - "path", - { - "d": "M11 20a3 3 0 0 1 -3 -3v-9" - } - ], - [ - "path", - { - "d": "M13 4a3 3 0 0 1 3 3v5m0 4v2l-5 -5" - } - ], - [ - "path", - { - "d": "M8 4h9a3 3 0 0 1 3 3v9m-.873 3.116a2.99 2.99 0 0 1 -2.127 .884h-10a3 3 0 0 1 -3 -3v-10c0 -.83 .337 -1.582 .882 -2.125" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "nfc": [ - [ - "path", - { - "d": "M11 20a3 3 0 0 1 -3 -3v-11l5 5" - } - ], - [ - "path", - { - "d": "M13 4a3 3 0 0 1 3 3v11l-5 -5" - } - ], - [ - "path", - { - "d": "M4 4m0 3a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3z" - } - ] - ], - "no-copyright": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M14 9.75a3.016 3.016 0 0 0 -4.163 .173a2.993 2.993 0 0 0 0 4.154a3.016 3.016 0 0 0 4.163 .173" - } - ], - [ - "path", - { - "d": "M6 6l1.5 1.5" - } - ], - [ - "path", - { - "d": "M16.5 16.5l1.5 1.5" - } - ] - ], - "no-creative-commons": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10.5 10.5c-.847 -.71 -2.132 -.658 -2.914 .116a1.928 1.928 0 0 0 0 2.768c.782 .774 2.067 .825 2.914 .116" - } - ], - [ - "path", - { - "d": "M16.5 10.5c-.847 -.71 -2.132 -.658 -2.914 .116a1.928 1.928 0 0 0 0 2.768c.782 .774 2.067 .825 2.914 .116" - } - ], - [ - "path", - { - "d": "M6 6l1.5 1.5" - } - ], - [ - "path", - { - "d": "M16.5 16.5l1.5 1.5" - } - ] - ], - "no-derivatives": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 10h6" - } - ], - [ - "path", - { - "d": "M9 14h6" - } - ] - ], - "north-star": [ - [ - "path", - { - "d": "M3 12h18" - } - ], - [ - "path", - { - "d": "M12 21v-18" - } - ], - [ - "path", - { - "d": "M7.5 7.5l9 9" - } - ], - [ - "path", - { - "d": "M7.5 16.5l9 -9" - } - ] - ], - "note-off": [ - [ - "path", - { - "d": "M13 20l3.505 -3.505m2 -2l1.501 -1.501" - } - ], - [ - "path", - { - "d": "M17 13h3v-7a2 2 0 0 0 -2 -2h-10m-3.427 .6c-.355 .36 -.573 .853 -.573 1.4v12a2 2 0 0 0 2 2h7v-6c0 -.272 .109 -.519 .285 -.699" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "note": [ - [ - "path", - { - "d": "M13 20l7 -7" - } - ], - [ - "path", - { - "d": "M13 20v-6a1 1 0 0 1 1 -1h6v-7a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7" - } - ] - ], - "notebook-off": [ - [ - "path", - { - "d": "M8 4h9a2 2 0 0 1 2 2v9m-.179 3.828a2 2 0 0 1 -1.821 1.172h-11a1 1 0 0 1 -1 -1v-14m4 -1v1m0 4v13" - } - ], - [ - "path", - { - "d": "M13 8h2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "notebook": [ - [ - "path", - { - "d": "M6 4h11a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-11a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1m3 0v18" - } - ], - [ - "path", - { - "d": "M13 8l2 0" - } - ], - [ - "path", - { - "d": "M13 12l2 0" - } - ] - ], - "notes-off": [ - [ - "path", - { - "d": "M7 3h10a2 2 0 0 1 2 2v10m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14" - } - ], - [ - "path", - { - "d": "M11 7h4" - } - ], - [ - "path", - { - "d": "M9 11h2" - } - ], - [ - "path", - { - "d": "M9 15h4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "notes": [ - [ - "path", - { - "d": "M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 7l6 0" - } - ], - [ - "path", - { - "d": "M9 11l6 0" - } - ], - [ - "path", - { - "d": "M9 15l4 0" - } - ] - ], - "notification-off": [ - [ - "path", - { - "d": "M6.154 6.187a2 2 0 0 0 -1.154 1.813v9a2 2 0 0 0 2 2h9a2 2 0 0 0 1.811 -1.151" - } - ], - [ - "path", - { - "d": "M17 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "notification": [ - [ - "path", - { - "d": "M10 6h-3a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-3" - } - ], - [ - "path", - { - "d": "M17 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ] - ], - "number-0-small": [ - [ - "path", - { - "d": "M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" - } - ] - ], - "number-0": [ - [ - "path", - { - "d": "M16 16v-8" - } - ], - [ - "path", - { - "d": "M12 20a4 4 0 0 0 4 -4v-8a4 4 0 1 0 -8 0v8a4 4 0 0 0 4 4z" - } - ] - ], - "number-1-small": [ - [ - "path", - { - "d": "M10 10l2 -2v8" - } - ] - ], - "number-1": [ - [ - "path", - { - "d": "M13 20v-16l-5 5" - } - ] - ], - "number-10-small": [ - [ - "path", - { - "d": "M7 10l2 -2v8" - } - ], - [ - "path", - { - "d": "M13 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" - } - ] - ], - "number-11-small": [ - [ - "path", - { - "d": "M8 10l2 -2v8" - } - ], - [ - "path", - { - "d": "M14 10l2 -2v8" - } - ] - ], - "number-12-small": [ - [ - "path", - { - "d": "M7 10l2 -2v8" - } - ], - [ - "path", - { - "d": "M13 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "number-13-small": [ - [ - "path", - { - "d": "M7 10l2 -2v8" - } - ], - [ - "path", - { - "d": "M13 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5" - } - ] - ], - "number-14-small": [ - [ - "path", - { - "d": "M7 10l2 -2v8" - } - ], - [ - "path", - { - "d": "M13 8v3a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M17 8v8" - } - ] - ], - "number-15-small": [ - [ - "path", - { - "d": "M7 10l2 -2v8" - } - ], - [ - "path", - { - "d": "M13 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" - } - ] - ], - "number-16-small": [ - [ - "path", - { - "d": "M7 10l2 -2v8" - } - ], - [ - "path", - { - "d": "M17 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" - } - ] - ], - "number-17-small": [ - [ - "path", - { - "d": "M7 10l2 -2v8" - } - ], - [ - "path", - { - "d": "M13 8h4l-2 8" - } - ] - ], - "number-18-small": [ - [ - "path", - { - "d": "M7 10l2 -2v8" - } - ], - [ - "path", - { - "d": "M15 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" - } - ] - ], - "number-19-small": [ - [ - "path", - { - "d": "M7 10l2 -2v8" - } - ], - [ - "path", - { - "d": "M13 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "number-2-small": [ - [ - "path", - { - "d": "M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "number-2": [ - [ - "path", - { - "d": "M8 8a4 4 0 1 1 8 0c0 1.098 -.564 2.025 -1.159 2.815l-6.841 9.185h8" - } - ] - ], - "number-20-small": [ - [ - "path", - { - "d": "M14 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" - } - ], - [ - "path", - { - "d": "M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "number-21-small": [ - [ - "path", - { - "d": "M15 10l2 -2v8" - } - ], - [ - "path", - { - "d": "M7 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "number-22-small": [ - [ - "path", - { - "d": "M14 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "number-23-small": [ - [ - "path", - { - "d": "M13 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5" - } - ], - [ - "path", - { - "d": "M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "number-24-small": [ - [ - "path", - { - "d": "M14 8v3a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M18 8v8" - } - ], - [ - "path", - { - "d": "M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "number-25-small": [ - [ - "path", - { - "d": "M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" - } - ], - [ - "path", - { - "d": "M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "number-26-small": [ - [ - "path", - { - "d": "M18 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" - } - ], - [ - "path", - { - "d": "M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "number-27-small": [ - [ - "path", - { - "d": "M14 8h4l-2 8" - } - ], - [ - "path", - { - "d": "M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "number-28-small": [ - [ - "path", - { - "d": "M16 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" - } - ], - [ - "path", - { - "d": "M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "number-29-small": [ - [ - "path", - { - "d": "M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "number-3-small": [ - [ - "path", - { - "d": "M10 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5" - } - ] - ], - "number-3": [ - [ - "path", - { - "d": "M12 12a4 4 0 1 0 -4 -4" - } - ], - [ - "path", - { - "d": "M8 16a4 4 0 1 0 4 -4" - } - ] - ], - "number-4-small": [ - [ - "path", - { - "d": "M10 8v3a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M14 8v8" - } - ] - ], - "number-4": [ - [ - "path", - { - "d": "M15 20v-15l-8 11h10" - } - ] - ], - "number-5-small": [ - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" - } - ] - ], - "number-5": [ - [ - "path", - { - "d": "M8 20h4a4 4 0 1 0 0 -8h-4v-8h8" - } - ] - ], - "number-6-small": [ - [ - "path", - { - "d": "M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" - } - ] - ], - "number-6": [ - [ - "path", - { - "d": "M8 16a4 4 0 1 0 8 0v-1a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M16 8a4 4 0 1 0 -8 0v8" - } - ] - ], - "number-7-small": [ - [ - "path", - { - "d": "M10 8h4l-2 8" - } - ] - ], - "number-7": [ - [ - "path", - { - "d": "M8 4h8l-4 16" - } - ] - ], - "number-8-small": [ - [ - "path", - { - "d": "M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" - } - ] - ], - "number-8": [ - [ - "path", - { - "d": "M12 8m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M12 16m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ] - ], - "number-9-small": [ - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "number-9": [ - [ - "path", - { - "d": "M16 8a4 4 0 1 0 -8 0v1a4 4 0 1 0 8 0" - } - ], - [ - "path", - { - "d": "M8 16a4 4 0 1 0 8 0v-8" - } - ] - ], - "number": [ - [ - "path", - { - "d": "M4 17v-10l7 10v-10" - } - ], - [ - "path", - { - "d": "M15 17h5" - } - ], - [ - "path", - { - "d": "M17.5 10m-2.5 0a2.5 3 0 1 0 5 0a2.5 3 0 1 0 -5 0" - } - ] - ], - "numbers": [ - [ - "path", - { - "d": "M8 10v-7l-2 2" - } - ], - [ - "path", - { - "d": "M6 16a2 2 0 1 1 4 0c0 .591 -.601 1.46 -1 2l-3 3h4" - } - ], - [ - "path", - { - "d": "M15 14a2 2 0 1 0 2 -2a2 2 0 1 0 -2 -2" - } - ], - [ - "path", - { - "d": "M6.5 10h3" - } - ] - ], - "nurse": [ - [ - "path", - { - "d": "M12 6c2.941 0 5.685 .847 8 2.31l-2 9.69h-12l-2 -9.691a14.93 14.93 0 0 1 8 -2.309z" - } - ], - [ - "path", - { - "d": "M10 12h4" - } - ], - [ - "path", - { - "d": "M12 10v4" - } - ] - ], - "nut": [ - [ - "path", - { - "d": "M19 6.84a2.007 2.007 0 0 1 1 1.754v6.555c0 .728 -.394 1.4 -1.03 1.753l-6 3.844a1.995 1.995 0 0 1 -1.94 0l-6 -3.844a2.006 2.006 0 0 1 -1.03 -1.752v-6.557c0 -.728 .394 -1.399 1.03 -1.753l6 -3.582a2.049 2.049 0 0 1 2 0l6 3.582h-.03z" - } - ], - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ] - ], - "octagon-filled": [ - [ - "path", - { - "d": "M15.3 2h-6.6c-.562 0 -1.016 .201 -1.407 .593l-4.7 4.7a1.894 1.894 0 0 0 -.593 1.407v6.6c0 .562 .201 1.016 .593 1.407l4.7 4.7c.391 .392 .845 .593 1.407 .593h6.6c.562 0 1.016 -.201 1.407 -.593l4.7 -4.7c.392 -.391 .593 -.845 .593 -1.407v-6.6c0 -.562 -.201 -1.016 -.593 -1.407l-4.7 -4.7a1.894 1.894 0 0 0 -1.407 -.593z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "octagon-minus-2": [ - [ - "path", - { - "d": "M13.039 21.734l-.237 .101c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-.94 2.196" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "octagon-minus": [ - [ - "path", - { - "d": "M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0z" - } - ], - [ - "path", - { - "d": "M9 12h6" - } - ] - ], - "octagon-off": [ - [ - "path", - { - "d": "M19.027 19.002a2.03 2.03 0 0 1 -.65 .444l-5.575 2.39a2.04 2.04 0 0 1 -1.604 0l-5.575 -2.39a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.103 -.24 .25 -.457 .433 -.639m2.689 -1.31l3.522 -1.51a2.036 2.036 0 0 1 1.604 0l5.575 2.39c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-1.509 3.522" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "octagon-plus-2": [ - [ - "path", - { - "d": "M13.023 21.74l-.221 .095c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-.081 .19" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "octagon-plus": [ - [ - "path", - { - "d": "M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0z" - } - ], - [ - "path", - { - "d": "M9 12h6" - } - ], - [ - "path", - { - "d": "M12 9v6" - } - ] - ], - "octagon": [ - [ - "path", - { - "d": "M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0z" - } - ] - ], - "octahedron-off": [ - [ - "path", - { - "d": "M6.771 6.77l-4.475 4.527a.984 .984 0 0 0 0 1.407l8.845 8.949a1.234 1.234 0 0 0 1.718 -.001l4.36 -4.412m2.002 -2.025l2.483 -2.512a.984 .984 0 0 0 0 -1.407l-8.845 -8.948a1.233 1.233 0 0 0 -1.718 0l-2.375 2.403" - } - ], - [ - "path", - { - "d": "M2 12c.004 .086 .103 .178 .296 .246l8.845 2.632c.459 .163 1.259 .163 1.718 0l1.544 -.46m3.094 -.92l4.207 -1.252c.195 -.07 .294 -.156 .296 -.243" - } - ], - [ - "path", - { - "d": "M12 2.12v5.88m0 4v9.88" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "octahedron-plus": [ - [ - "path", - { - "d": "M21.498 12.911l.206 -.208a.984 .984 0 0 0 0 -1.407l-8.845 -8.948a1.233 1.233 0 0 0 -1.718 0l-8.845 8.949a.984 .984 0 0 0 0 1.407l8.845 8.949a1.234 1.234 0 0 0 1.718 -.001l.08 -.081" - } - ], - [ - "path", - { - "d": "M2 12c.004 .086 .103 .178 .296 .246l8.845 2.632c.459 .163 1.259 .163 1.718 0l2.634 -.784m5.41 -1.61l.801 -.238c.195 -.07 .294 -.156 .296 -.243" - } - ], - [ - "path", - { - "d": "M12 2.12v19.76" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "octahedron": [ - [ - "path", - { - "d": "M12.859 21.652l8.845 -8.949a.984 .984 0 0 0 0 -1.407l-8.845 -8.948a1.233 1.233 0 0 0 -1.718 0l-8.845 8.949a.984 .984 0 0 0 0 1.407l8.845 8.949a1.234 1.234 0 0 0 1.718 -.001z" - } - ], - [ - "path", - { - "d": "M2 12c.004 .086 .103 .178 .296 .246l8.845 2.632c.459 .163 1.259 .163 1.718 0l8.845 -2.632c.195 -.07 .294 -.156 .296 -.243" - } - ], - [ - "path", - { - "d": "M12 2.12v19.76" - } - ] - ], - "old": [ - [ - "path", - { - "d": "M11 21l-1 -4l-2 -3v-6" - } - ], - [ - "path", - { - "d": "M5 14l-1 -3l4 -3l3 2l3 .5" - } - ], - [ - "path", - { - "d": "M8 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M7 17l-2 4" - } - ], - [ - "path", - { - "d": "M16 21v-8.5a1.5 1.5 0 0 1 3 0v.5" - } - ] - ], - "olympics-off": [ - [ - "path", - { - "d": "M6 6a3 3 0 1 0 3 3" - } - ], - [ - "path", - { - "d": "M18 9m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 9a3 3 0 0 0 3 3m2.566 -1.445a3 3 0 0 0 -4.135 -4.113" - } - ], - [ - "path", - { - "d": "M9 15m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M12.878 12.88a3 3 0 0 0 4.239 4.247m.586 -3.431a3.012 3.012 0 0 0 -1.43 -1.414" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "olympics": [ - [ - "path", - { - "d": "M6 9m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M18 9m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M12 9m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M9 15m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M15 15m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ] - ], - "om": [ - [ - "path", - { - "d": "M7 12c2.21 0 4 -1.567 4 -3.5s-1.79 -3.5 -4 -3.5c-1.594 0 -2.97 .816 -3.613 2" - } - ], - [ - "path", - { - "d": "M3.423 14.483a4.944 4.944 0 0 0 -.423 2.017c0 2.485 1.79 4.5 4 4.5s4 -2.015 4 -4.5s-1.79 -4.5 -4 -4.5" - } - ], - [ - "path", - { - "d": "M14.071 17.01c.327 2.277 1.739 3.99 3.429 3.99c1.933 0 3.5 -2.239 3.5 -5s-1.567 -5 -3.5 -5c-.96 0 -1.868 .606 -2.5 1.5c-.717 1.049 -1.76 1.7 -2.936 1.7c-.92 0 -1.766 -.406 -2.434 -1.087" - } - ], - [ - "path", - { - "d": "M17 3l2 2" - } - ], - [ - "path", - { - "d": "M12 3c1.667 3.667 4.667 5.333 9 5" - } - ] - ], - "omega": [ - [ - "path", - { - "d": "M4 19h5v-1a7.35 7.35 0 1 1 6 0v1h5" - } - ] - ], - "outbound": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 15l6 -6" - } - ], - [ - "path", - { - "d": "M11 9h4v4" - } - ] - ], - "outlet": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "circle", - { - "cx": "9", - "cy": "12", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "15", - "cy": "12", - "r": ".5", - "fill": "currentColor" - } - ] - ], - "oval-filled": [ - [ - "path", - { - "d": "M12 2c3.972 0 7 4.542 7 10s-3.028 10 -7 10c-3.9 0 -6.89 -4.379 -6.997 -9.703l-.003 -.297l.003 -.297c.107 -5.323 3.097 -9.703 6.997 -9.703z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "oval-vertical-filled": [ - [ - "path", - { - "d": "M12 5c-5.457 0 -10 3.028 -10 7s4.543 7 10 7s10 -3.028 10 -7s-4.543 -7 -10 -7z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "oval-vertical": [ - [ - "path", - { - "d": "M3 12c0 -3.314 4.03 -6 9 -6s9 2.686 9 6s-4.03 6 -9 6s-9 -2.686 -9 -6z" - } - ] - ], - "oval": [ - [ - "path", - { - "d": "M12 12m-6 0a6 9 0 1 0 12 0a6 9 0 1 0 -12 0" - } - ] - ], - "overline": [ - [ - "path", - { - "d": "M7 9v5a5 5 0 0 0 10 0v-5" - } - ], - [ - "path", - { - "d": "M5 5h14" - } - ] - ], - "package-export": [ - [ - "path", - { - "d": "M12 21l-8 -4.5v-9l8 -4.5l8 4.5v4.5" - } - ], - [ - "path", - { - "d": "M12 12l8 -4.5" - } - ], - [ - "path", - { - "d": "M12 12v9" - } - ], - [ - "path", - { - "d": "M12 12l-8 -4.5" - } - ], - [ - "path", - { - "d": "M15 18h7" - } - ], - [ - "path", - { - "d": "M19 15l3 3l-3 3" - } - ] - ], - "package-import": [ - [ - "path", - { - "d": "M12 21l-8 -4.5v-9l8 -4.5l8 4.5v4.5" - } - ], - [ - "path", - { - "d": "M12 12l8 -4.5" - } - ], - [ - "path", - { - "d": "M12 12v9" - } - ], - [ - "path", - { - "d": "M12 12l-8 -4.5" - } - ], - [ - "path", - { - "d": "M22 18h-7" - } - ], - [ - "path", - { - "d": "M18 15l-3 3l3 3" - } - ] - ], - "package-off": [ - [ - "path", - { - "d": "M8.812 4.793l3.188 -1.793l8 4.5v8.5m-2.282 1.784l-5.718 3.216l-8 -4.5v-9l2.223 -1.25" - } - ], - [ - "path", - { - "d": "M14.543 10.57l5.457 -3.07" - } - ], - [ - "path", - { - "d": "M12 12v9" - } - ], - [ - "path", - { - "d": "M12 12l-8 -4.5" - } - ], - [ - "path", - { - "d": "M16 5.25l-4.35 2.447m-2.564 1.442l-1.086 .611" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "package": [ - [ - "path", - { - "d": "M12 3l8 4.5l0 9l-8 4.5l-8 -4.5l0 -9l8 -4.5" - } - ], - [ - "path", - { - "d": "M12 12l8 -4.5" - } - ], - [ - "path", - { - "d": "M12 12l0 9" - } - ], - [ - "path", - { - "d": "M12 12l-8 -4.5" - } - ], - [ - "path", - { - "d": "M16 5.25l-8 4.5" - } - ] - ], - "packages": [ - [ - "path", - { - "d": "M7 16.5l-5 -3l5 -3l5 3v5.5l-5 3z" - } - ], - [ - "path", - { - "d": "M2 13.5v5.5l5 3" - } - ], - [ - "path", - { - "d": "M7 16.545l5 -3.03" - } - ], - [ - "path", - { - "d": "M17 16.5l-5 -3l5 -3l5 3v5.5l-5 3z" - } - ], - [ - "path", - { - "d": "M12 19l5 3" - } - ], - [ - "path", - { - "d": "M17 16.5l5 -3" - } - ], - [ - "path", - { - "d": "M12 13.5v-5.5l-5 -3l5 -3l5 3v5.5" - } - ], - [ - "path", - { - "d": "M7 5.03v5.455" - } - ], - [ - "path", - { - "d": "M12 8l5 -3" - } - ] - ], - "pacman": [ - [ - "path", - { - "d": "M5.636 5.636a9 9 0 0 1 13.397 .747l-5.619 5.617l5.619 5.617a9 9 0 1 1 -13.397 -11.981z" - } - ], - [ - "circle", - { - "cx": "11.5", - "cy": "7.5", - "r": "1", - "fill": "currentColor" - } - ] - ], - "page-break": [ - [ - "path", - { - "d": "M14 3v4a1 1 0 0 0 1 1h4" - } - ], - [ - "path", - { - "d": "M19 18v1a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-1" - } - ], - [ - "path", - { - "d": "M3 14h3m4.5 0h3m4.5 0h3" - } - ], - [ - "path", - { - "d": "M5 10v-5a2 2 0 0 1 2 -2h7l5 5v2" - } - ] - ], - "paint-filled": [ - [ - "path", - { - "d": "M17 2a3 3 0 0 1 2.995 2.824l.005 .176a3 3 0 0 1 3 3a6 6 0 0 1 -5.775 5.996l-.225 .004h-4l.15 .005a2 2 0 0 1 1.844 1.838l.006 .157v4a2 2 0 0 1 -1.85 1.995l-.15 .005h-2a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-4a2 2 0 0 1 1.85 -1.995l.15 -.005v-1a1 1 0 0 1 .883 -.993l.117 -.007h5a4 4 0 0 0 4 -4a1 1 0 0 0 -.883 -.993l-.117 -.007l-.005 .176a3 3 0 0 1 -2.819 2.819l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-2a3 3 0 0 1 2.824 -2.995l.176 -.005h10z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "paint-off": [ - [ - "path", - { - "d": "M7 3h10a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-4m-4 0h-2a2 2 0 0 1 -2 -2v-2" - } - ], - [ - "path", - { - "d": "M19 6h1a2 2 0 0 1 2 2a5 5 0 0 1 -5 5m-4 0h-1v2" - } - ], - [ - "path", - { - "d": "M10 15m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "paint": [ - [ - "path", - { - "d": "M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M19 6h1a2 2 0 0 1 2 2a5 5 0 0 1 -5 5l-5 0v2" - } - ], - [ - "path", - { - "d": "M10 15m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ] - ], - "palette-off": [ - [ - "path", - { - "d": "M15 15h-1a2 2 0 0 0 -1 3.75a1.3 1.3 0 0 1 -1 2.25a9 9 0 0 1 -6.372 -15.356" - } - ], - [ - "path", - { - "d": "M8 4c1.236 -.623 2.569 -1 4 -1c4.97 0 9 3.582 9 8c0 1.06 -.474 2.078 -1.318 2.828a4.516 4.516 0 0 1 -1.127 .73" - } - ], - [ - "path", - { - "d": "M8.5 10.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M16.5 10.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "palette": [ - [ - "path", - { - "d": "M12 21a9 9 0 0 1 0 -18c4.97 0 9 3.582 9 8c0 1.06 -.474 2.078 -1.318 2.828c-.844 .75 -1.989 1.172 -3.182 1.172h-2.5a2 2 0 0 0 -1 3.75a1.3 1.3 0 0 1 -1 2.25" - } - ], - [ - "path", - { - "d": "M8.5 10.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M16.5 10.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "panorama-horizontal-off": [ - [ - "path", - { - "d": "M10.95 6.952c2.901 .15 5.803 -.323 8.705 -1.42a1 1 0 0 1 1.345 .934v10.534m-3.212 .806c-4.483 -1.281 -8.966 -1.074 -13.449 .622a.993 .993 0 0 1 -1.339 -.935v-11.027a1 1 0 0 1 1.338 -.935c.588 .221 1.176 .418 1.764 .59" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "panorama-horizontal": [ - [ - "path", - { - "d": "M4.338 5.53c5.106 1.932 10.211 1.932 15.317 0a1 1 0 0 1 1.345 .934v11c0 .692 -.692 1.2 -1.34 .962c-5.107 -1.932 -10.214 -1.932 -15.321 0c-.648 .246 -1.339 -.242 -1.339 -.935v-11.027a1 1 0 0 1 1.338 -.935z" - } - ] - ], - "panorama-vertical-off": [ - [ - "path", - { - "d": "M7 3h10.53c.693 0 1.18 .691 .935 1.338c-1.098 2.898 -1.573 5.795 -1.425 8.692m.828 4.847c.172 .592 .37 1.185 .595 1.778a1 1 0 0 1 -.934 1.345h-11c-.692 0 -1.208 -.692 -.962 -1.34c1.697 -4.486 1.903 -8.973 .619 -13.46" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "panorama-vertical": [ - [ - "path", - { - "d": "M18.463 4.338c-1.932 5.106 -1.932 10.211 0 15.317a1 1 0 0 1 -.934 1.345h-11c-.692 0 -1.208 -.692 -.962 -1.34c1.932 -5.107 1.932 -10.214 0 -15.321c-.246 -.648 .243 -1.339 .935 -1.339h11.028c.693 0 1.18 .691 .935 1.338z" - } - ] - ], - "paper-bag-off": [ - [ - "path", - { - "d": "M7.158 3.185c.256 -.119 .542 -.185 .842 -.185h8a2 2 0 0 1 2 2v1.82a5 5 0 0 0 .528 2.236l.944 1.888a5 5 0 0 1 .528 2.236v2.82m-.177 3.824a2 2 0 0 1 -1.823 1.176h-12a2 2 0 0 1 -2 -2v-5.82a5 5 0 0 1 .528 -2.236l1.472 -2.944v-2" - } - ], - [ - "path", - { - "d": "M13.185 13.173a2 2 0 1 0 2.64 2.647" - } - ], - [ - "path", - { - "d": "M6 21a2 2 0 0 0 2 -2v-5.82a5 5 0 0 0 -.528 -2.236l-1.472 -2.944" - } - ], - [ - "path", - { - "d": "M11 7h2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "paper-bag": [ - [ - "path", - { - "d": "M8 3h8a2 2 0 0 1 2 2v1.82a5 5 0 0 0 .528 2.236l.944 1.888a5 5 0 0 1 .528 2.236v5.82a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-5.82a5 5 0 0 1 .528 -2.236l1.472 -2.944v-3a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M14 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 21a2 2 0 0 0 2 -2v-5.82a5 5 0 0 0 -.528 -2.236l-1.472 -2.944" - } - ], - [ - "path", - { - "d": "M11 7h2" - } - ] - ], - "paperclip": [ - [ - "path", - { - "d": "M15 7l-6.5 6.5a1.5 1.5 0 0 0 3 3l6.5 -6.5a3 3 0 0 0 -6 -6l-6.5 6.5a4.5 4.5 0 0 0 9 9l6.5 -6.5" - } - ] - ], - "parachute-off": [ - [ - "path", - { - "d": "M22 12c0 -5.523 -4.477 -10 -10 -10c-1.737 0 -3.37 .443 -4.794 1.222m-2.28 1.71a9.969 9.969 0 0 0 -2.926 7.068" - } - ], - [ - "path", - { - "d": "M22 12c0 -1.66 -1.46 -3 -3.25 -3c-1.63 0 -2.973 1.099 -3.212 2.54m-.097 -.09c-.23 -1.067 -1.12 -1.935 -2.29 -2.284m-3.445 .568c-.739 .55 -1.206 1.36 -1.206 2.266c0 -1.66 -1.46 -3 -3.25 -3c-1.8 0 -3.25 1.34 -3.25 3" - } - ], - [ - "path", - { - "d": "M2 12l10 10l-3.5 -10" - } - ], - [ - "path", - { - "d": "M14.582 14.624l-2.582 7.376l4.992 -4.992m2.014 -2.014l3 -3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "parachute": [ - [ - "path", - { - "d": "M22 12a10 10 0 1 0 -20 0" - } - ], - [ - "path", - { - "d": "M22 12c0 -1.66 -1.46 -3 -3.25 -3c-1.8 0 -3.25 1.34 -3.25 3c0 -1.66 -1.57 -3 -3.5 -3s-3.5 1.34 -3.5 3c0 -1.66 -1.46 -3 -3.25 -3c-1.8 0 -3.25 1.34 -3.25 3" - } - ], - [ - "path", - { - "d": "M2 12l10 10l-3.5 -10" - } - ], - [ - "path", - { - "d": "M15.5 12l-3.5 10l10 -10" - } - ] - ], - "parentheses-off": [ - [ - "path", - { - "d": "M5.743 5.745a12.253 12.253 0 0 0 1.257 14.255" - } - ], - [ - "path", - { - "d": "M17 4a12.25 12.25 0 0 1 2.474 11.467m-1.22 2.794a12.291 12.291 0 0 1 -1.254 1.739" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "parentheses": [ - [ - "path", - { - "d": "M7 4a12.25 12.25 0 0 0 0 16" - } - ], - [ - "path", - { - "d": "M17 4a12.25 12.25 0 0 1 0 16" - } - ] - ], - "parking-circle": [ - [ - "path", - { - "d": "M10 16v-8h2.667c.736 0 1.333 .895 1.333 2s-.597 2 -1.333 2h-2.667" - } - ], - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ] - ], - "parking-off": [ - [ - "path", - { - "d": "M8 4h10a2 2 0 0 1 2 2v10m-.582 3.41c-.362 .365 -.864 .59 -1.418 .59h-12a2 2 0 0 1 -2 -2v-12c0 -.554 .225 -1.056 .59 -1.418" - } - ], - [ - "path", - { - "d": "M9 16v-7m3 -1h1a2 2 0 0 1 1.817 2.836m-2.817 1.164h-3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "parking": [ - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ], - [ - "path", - { - "d": "M10 16v-8h2.667c.736 0 1.333 .895 1.333 2s-.597 2 -1.333 2h-2.667" - } - ] - ], - "password-fingerprint": [ - [ - "path", - { - "d": "M17 8c.788 1 1 2 1 3v1" - } - ], - [ - "path", - { - "d": "M9 11c0 -1.578 1.343 -3 3 -3s3 1.422 3 3v2" - } - ], - [ - "path", - { - "d": "M12 11v2" - } - ], - [ - "path", - { - "d": "M6 12v-1.397c-.006 -1.999 1.136 -3.849 2.993 -4.85a6.385 6.385 0 0 1 6.007 -.005" - } - ], - [ - "path", - { - "d": "M12 17v4" - } - ], - [ - "path", - { - "d": "M10 20l4 -2" - } - ], - [ - "path", - { - "d": "M10 18l4 2" - } - ], - [ - "path", - { - "d": "M5 17v4" - } - ], - [ - "path", - { - "d": "M3 20l4 -2" - } - ], - [ - "path", - { - "d": "M3 18l4 2" - } - ], - [ - "path", - { - "d": "M19 17v4" - } - ], - [ - "path", - { - "d": "M17 20l4 -2" - } - ], - [ - "path", - { - "d": "M17 18l4 2" - } - ] - ], - "password-mobile-phone": [ - [ - "path", - { - "d": "M12 17v4" - } - ], - [ - "path", - { - "d": "M10 20l4 -2" - } - ], - [ - "path", - { - "d": "M10 18l4 2" - } - ], - [ - "path", - { - "d": "M5 17v4" - } - ], - [ - "path", - { - "d": "M3 20l4 -2" - } - ], - [ - "path", - { - "d": "M3 18l4 2" - } - ], - [ - "path", - { - "d": "M19 17v4" - } - ], - [ - "path", - { - "d": "M17 20l4 -2" - } - ], - [ - "path", - { - "d": "M17 18l4 2" - } - ], - [ - "path", - { - "d": "M7 14v-8a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v8" - } - ], - [ - "path", - { - "d": "M11 5h2" - } - ], - [ - "path", - { - "d": "M12 17v.01" - } - ] - ], - "password-user": [ - [ - "path", - { - "d": "M12 17v4" - } - ], - [ - "path", - { - "d": "M10 20l4 -2" - } - ], - [ - "path", - { - "d": "M10 18l4 2" - } - ], - [ - "path", - { - "d": "M5 17v4" - } - ], - [ - "path", - { - "d": "M3 20l4 -2" - } - ], - [ - "path", - { - "d": "M3 18l4 2" - } - ], - [ - "path", - { - "d": "M19 17v4" - } - ], - [ - "path", - { - "d": "M17 20l4 -2" - } - ], - [ - "path", - { - "d": "M17 18l4 2" - } - ], - [ - "path", - { - "d": "M9 6a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M7 14a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2" - } - ] - ], - "password": [ - [ - "path", - { - "d": "M12 10v4" - } - ], - [ - "path", - { - "d": "M10 13l4 -2" - } - ], - [ - "path", - { - "d": "M10 11l4 2" - } - ], - [ - "path", - { - "d": "M5 10v4" - } - ], - [ - "path", - { - "d": "M3 13l4 -2" - } - ], - [ - "path", - { - "d": "M3 11l4 2" - } - ], - [ - "path", - { - "d": "M19 10v4" - } - ], - [ - "path", - { - "d": "M17 13l4 -2" - } - ], - [ - "path", - { - "d": "M17 11l4 2" - } - ] - ], - "paw-filled": [ - [ - "path", - { - "d": "M12 10c-1.32 0 -1.983 .421 -2.931 1.924l-.244 .398l-.395 .688a50.89 50.89 0 0 0 -.141 .254c-.24 .434 -.571 .753 -1.139 1.142l-.55 .365c-.94 .627 -1.432 1.118 -1.707 1.955c-.124 .338 -.196 .853 -.193 1.28c0 1.687 1.198 2.994 2.8 2.994l.242 -.006c.119 -.006 .234 -.017 .354 -.034l.248 -.043l.132 -.028l.291 -.073l.162 -.045l.57 -.17l.763 -.243l.455 -.136c.53 -.15 .94 -.222 1.283 -.222c.344 0 .753 .073 1.283 .222l.455 .136l.764 .242l.569 .171l.312 .084c.097 .024 .187 .045 .273 .062l.248 .043c.12 .017 .235 .028 .354 .034l.242 .006c1.602 0 2.8 -1.307 2.8 -3c0 -.427 -.073 -.939 -.207 -1.306c-.236 -.724 -.677 -1.223 -1.48 -1.83l-.257 -.19l-.528 -.38c-.642 -.47 -1.003 -.826 -1.253 -1.278l-.27 -.485l-.252 -.432c-1.011 -1.696 -1.618 -2.099 -3.053 -2.099z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M19.78 7h-.03c-1.219 .02 -2.35 1.066 -2.908 2.504c-.69 1.775 -.348 3.72 1.075 4.333c.256 .109 .527 .163 .801 .163c1.231 0 2.38 -1.053 2.943 -2.504c.686 -1.774 .34 -3.72 -1.076 -4.332a2.05 2.05 0 0 0 -.804 -.164z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M9.025 3c-.112 0 -.185 .002 -.27 .015l-.093 .016c-1.532 .206 -2.397 1.989 -2.108 3.855c.272 1.725 1.462 3.114 2.92 3.114l.187 -.005a1.26 1.26 0 0 0 .084 -.01l.092 -.016c1.533 -.206 2.397 -1.989 2.108 -3.855c-.27 -1.727 -1.46 -3.114 -2.92 -3.114z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M14.972 3c-1.459 0 -2.647 1.388 -2.916 3.113c-.29 1.867 .574 3.65 2.174 3.867c.103 .013 .2 .02 .296 .02c1.39 0 2.543 -1.265 2.877 -2.883l.041 -.23c.29 -1.867 -.574 -3.65 -2.174 -3.867a2.154 2.154 0 0 0 -.298 -.02z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4.217 7c-.274 0 -.544 .054 -.797 .161c-1.426 .615 -1.767 2.562 -1.078 4.335c.563 1.451 1.71 2.504 2.941 2.504c.274 0 .544 -.054 .797 -.161c1.426 -.615 1.767 -2.562 1.078 -4.335c-.563 -1.451 -1.71 -2.504 -2.941 -2.504z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "paw-off": [ - [ - "path", - { - "d": "M11.168 11.154c-.71 .31 -1.184 1.107 -2 2.593c-.942 1.703 -2.846 1.845 -3.321 3.291c-.097 .265 -.145 .677 -.143 .962c0 1.176 .787 2 1.8 2c1.259 0 3 -1 4.5 -1s3.241 1 4.5 1c.927 0 1.664 -.689 1.783 -1.708" - } - ], - [ - "path", - { - "d": "M20.188 8.082a1.039 1.039 0 0 0 -.406 -.082h-.015c-.735 .012 -1.56 .75 -1.993 1.866c-.519 1.335 -.28 2.7 .538 3.052c.129 .055 .267 .082 .406 .082c.739 0 1.575 -.742 2.011 -1.866c.516 -1.335 .273 -2.7 -.54 -3.052h0z" - } - ], - [ - "path", - { - "d": "M11 6.992a3.608 3.608 0 0 0 -.04 -.725c-.203 -1.297 -1.047 -2.267 -1.932 -2.267a1.237 1.237 0 0 0 -.758 .265" - } - ], - [ - "path", - { - "d": "M16.456 6.733c.214 -1.376 -.375 -2.594 -1.32 -2.722a1.164 1.164 0 0 0 -.162 -.011c-.885 0 -1.728 .97 -1.93 2.267c-.214 1.376 .375 2.594 1.32 2.722c.054 .007 .108 .011 .162 .011c.885 0 1.73 -.974 1.93 -2.267z" - } - ], - [ - "path", - { - "d": "M5.69 12.918c.816 -.352 1.054 -1.719 .536 -3.052c-.436 -1.124 -1.271 -1.866 -2.009 -1.866c-.14 0 -.277 .027 -.407 .082c-.816 .352 -1.054 1.719 -.536 3.052c.436 1.124 1.271 1.866 2.009 1.866c.14 0 .277 -.027 .407 -.082z" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "paw": [ - [ - "path", - { - "d": "M14.7 13.5c-1.1 -2 -1.441 -2.5 -2.7 -2.5c-1.259 0 -1.736 .755 -2.836 2.747c-.942 1.703 -2.846 1.845 -3.321 3.291c-.097 .265 -.145 .677 -.143 .962c0 1.176 .787 2 1.8 2c1.259 0 3 -1 4.5 -1s3.241 1 4.5 1c1.013 0 1.8 -.823 1.8 -2c0 -.285 -.049 -.697 -.146 -.962c-.475 -1.451 -2.512 -1.835 -3.454 -3.538z" - } - ], - [ - "path", - { - "d": "M20.188 8.082a1.039 1.039 0 0 0 -.406 -.082h-.015c-.735 .012 -1.56 .75 -1.993 1.866c-.519 1.335 -.28 2.7 .538 3.052c.129 .055 .267 .082 .406 .082c.739 0 1.575 -.742 2.011 -1.866c.516 -1.335 .273 -2.7 -.54 -3.052z" - } - ], - [ - "path", - { - "d": "M9.474 9c.055 0 .109 0 .163 -.011c.944 -.128 1.533 -1.346 1.32 -2.722c-.203 -1.297 -1.047 -2.267 -1.932 -2.267c-.055 0 -.109 0 -.163 .011c-.944 .128 -1.533 1.346 -1.32 2.722c.204 1.293 1.048 2.267 1.933 2.267z" - } - ], - [ - "path", - { - "d": "M16.456 6.733c.214 -1.376 -.375 -2.594 -1.32 -2.722a1.164 1.164 0 0 0 -.162 -.011c-.885 0 -1.728 .97 -1.93 2.267c-.214 1.376 .375 2.594 1.32 2.722c.054 .007 .108 .011 .162 .011c.885 0 1.73 -.974 1.93 -2.267z" - } - ], - [ - "path", - { - "d": "M5.69 12.918c.816 -.352 1.054 -1.719 .536 -3.052c-.436 -1.124 -1.271 -1.866 -2.009 -1.866c-.14 0 -.277 .027 -.407 .082c-.816 .352 -1.054 1.719 -.536 3.052c.436 1.124 1.271 1.866 2.009 1.866c.14 0 .277 -.027 .407 -.082z" - } - ] - ], - "paywall": [ - [ - "path", - { - "d": "M13 21h-6a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10" - } - ], - [ - "path", - { - "d": "M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M8 11v-4a4 4 0 1 1 8 0v4" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1" - } - ], - [ - "path", - { - "d": "M19 14v1" - } - ] - ], - "pdf": [ - [ - "path", - { - "d": "M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" - } - ], - [ - "path", - { - "d": "M3 12h2a2 2 0 1 0 0 -4h-2v8" - } - ], - [ - "path", - { - "d": "M17 12h3" - } - ], - [ - "path", - { - "d": "M21 8h-4v8" - } - ] - ], - "peace": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 3l0 18" - } - ], - [ - "path", - { - "d": "M12 12l6.3 6.3" - } - ], - [ - "path", - { - "d": "M12 12l-6.3 6.3" - } - ] - ], - "pencil-bolt": [ - [ - "path", - { - "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "pencil-cancel": [ - [ - "path", - { - "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "pencil-check": [ - [ - "path", - { - "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "pencil-code": [ - [ - "path", - { - "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "pencil-cog": [ - [ - "path", - { - "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "pencil-discount": [ - [ - "path", - { - "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M16 21l5 -5" - } - ], - [ - "path", - { - "d": "M21 21v.01" - } - ], - [ - "path", - { - "d": "M16 16v.01" - } - ] - ], - "pencil-dollar": [ - [ - "path", - { - "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "pencil-down": [ - [ - "path", - { - "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "pencil-exclamation": [ - [ - "path", - { - "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "pencil-heart": [ - [ - "path", - { - "d": "M17 11l1.5 -1.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4l2 -2" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "pencil-minus": [ - [ - "path", - { - "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "pencil-off": [ - [ - "path", - { - "d": "M10 10l-6 6v4h4l6 -6m1.99 -1.99l2.504 -2.504a2.828 2.828 0 1 0 -4 -4l-2.5 2.5" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "pencil-pause": [ - [ - "path", - { - "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "pencil-pin": [ - [ - "path", - { - "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "pencil-plus": [ - [ - "path", - { - "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "pencil-question": [ - [ - "path", - { - "d": "M8 20l6 -6l3 -3l1.5 -1.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4z" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "pencil-search": [ - [ - "path", - { - "d": "M17 11l1.5 -1.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4l3 -3" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "pencil-share": [ - [ - "path", - { - "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "pencil-star": [ - [ - "path", - { - "d": "M17.5 10.5l1 -1a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4l2 -2" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "pencil-up": [ - [ - "path", - { - "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "pencil-x": [ - [ - "path", - { - "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "pencil": [ - [ - "path", - { - "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" - } - ], - [ - "path", - { - "d": "M13.5 6.5l4 4" - } - ] - ], - "pennant-2-filled": [ - [ - "path", - { - "d": "M14 2a1 1 0 0 1 .993 .883l.007 .117v17h1a1 1 0 0 1 .117 1.993l-.117 .007h-4a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-7.351l-8.406 -3.735c-.752 -.335 -.79 -1.365 -.113 -1.77l.113 -.058l8.406 -3.736v-.35a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "pennant-2": [ - [ - "path", - { - "d": "M16 21h-4" - } - ], - [ - "path", - { - "d": "M14 21v-18" - } - ], - [ - "path", - { - "d": "M14 4l-9 4l9 4" - } - ] - ], - "pennant-filled": [ - [ - "path", - { - "d": "M10 2a1 1 0 0 1 .993 .883l.007 .117v.35l8.406 3.736c.752 .335 .79 1.365 .113 1.77l-.113 .058l-8.406 3.735v7.351h1a1 1 0 0 1 .117 1.993l-.117 .007h-4a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-17a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "pennant-off": [ - [ - "path", - { - "d": "M8 21h4" - } - ], - [ - "path", - { - "d": "M10 21v-11m0 -4v-3" - } - ], - [ - "path", - { - "d": "M10 4l9 4l-4.858 2.16m-2.764 1.227l-1.378 .613" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "pennant": [ - [ - "path", - { - "d": "M8 21l4 0" - } - ], - [ - "path", - { - "d": "M10 21l0 -18" - } - ], - [ - "path", - { - "d": "M10 4l9 4l-9 4" - } - ] - ], - "pentagon-filled": [ - [ - "path", - { - "d": "M10.205 2.6l-6.96 5.238a3 3 0 0 0 -1.045 3.338l2.896 8.765a3 3 0 0 0 2.85 2.059h8.12a3 3 0 0 0 2.841 -2.037l2.973 -8.764a3 3 0 0 0 -1.05 -3.37l-7.033 -5.237l-.091 -.061l-.018 -.01l-.106 -.07a3 3 0 0 0 -3.377 .148z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "pentagon-number-0": [ - [ - "path", - { - "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" - } - ], - [ - "path", - { - "d": "M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" - } - ] - ], - "pentagon-number-1": [ - [ - "path", - { - "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" - } - ], - [ - "path", - { - "d": "M10 10l2 -2v8" - } - ] - ], - "pentagon-number-2": [ - [ - "path", - { - "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" - } - ], - [ - "path", - { - "d": "M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "pentagon-number-3": [ - [ - "path", - { - "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" - } - ], - [ - "path", - { - "d": "M10 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5" - } - ] - ], - "pentagon-number-4": [ - [ - "path", - { - "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" - } - ], - [ - "path", - { - "d": "M10 8v3a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M14 8v8" - } - ] - ], - "pentagon-number-5": [ - [ - "path", - { - "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" - } - ], - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" - } - ] - ], - "pentagon-number-6": [ - [ - "path", - { - "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" - } - ], - [ - "path", - { - "d": "M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" - } - ] - ], - "pentagon-number-7": [ - [ - "path", - { - "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" - } - ], - [ - "path", - { - "d": "M10 8h4l-2 8" - } - ] - ], - "pentagon-number-8": [ - [ - "path", - { - "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" - } - ], - [ - "path", - { - "d": "M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" - } - ] - ], - "pentagon-number-9": [ - [ - "path", - { - "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" - } - ], - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "pentagon-off": [ - [ - "path", - { - "d": "M8.133 4.133l2.704 -1.965a1.978 1.978 0 0 1 2.326 0l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-1.887 5.808m-.981 3.02l-.196 .602a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l2.994 -2.176" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "pentagon-plus": [ - [ - "path", - { - "d": "M12.5 21.005h-5.458a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-.78 2.401" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "pentagon-x": [ - [ - "path", - { - "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" - } - ], - [ - "path", - { - "d": "M14 14l-4 -4" - } - ], - [ - "path", - { - "d": "M10 14l4 -4" - } - ] - ], - "pentagon": [ - [ - "path", - { - "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" - } - ] - ], - "pentagram": [ - [ - "path", - { - "d": "M5.636 5.636a9 9 0 1 1 12.728 12.728a9 9 0 0 1 -12.728 -12.728z" - } - ], - [ - "path", - { - "d": "M15.236 11l5.264 4h-6.5l-2 6l-2 -6h-6.5l5.276 -4l-2.056 -6.28l5.28 3.78l5.28 -3.78z" - } - ] - ], - "pepper-off": [ - [ - "path", - { - "d": "M12.59 12.59c-.77 1.418 -2.535 2.41 -4.59 2.41c-2.761 0 -5 -1.79 -5 -4a8 8 0 0 0 13.643 5.67m1.64 -2.357a7.97 7.97 0 0 0 .717 -3.313a3 3 0 0 0 -5.545 -1.59" - } - ], - [ - "path", - { - "d": "M16 8c0 -2 2 -4 4 -4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "pepper": [ - [ - "path", - { - "d": "M13 11c0 2.21 -2.239 4 -5 4s-5 -1.79 -5 -4a8 8 0 1 0 16 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M16 8c0 -2 2 -4 4 -4" - } - ] - ], - "percentage": [ - [ - "path", - { - "d": "M17 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M7 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M6 18l12 -12" - } - ] - ], - "perfume": [ - [ - "path", - { - "d": "M10 6v3" - } - ], - [ - "path", - { - "d": "M14 6v3" - } - ], - [ - "path", - { - "d": "M5 9m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M9 3h6v3h-6z" - } - ] - ], - "perspective-off": [ - [ - "path", - { - "d": "M8.511 4.502l9.63 1.375a1 1 0 0 1 .859 .99v8.133m-.859 3.123l-12 1.714a1 1 0 0 1 -1.141 -.99v-13.694a1 1 0 0 1 .01 -.137" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "perspective": [ - [ - "path", - { - "d": "M6.141 4.163l12 1.714a1 1 0 0 1 .859 .99v10.266a1 1 0 0 1 -.859 .99l-12 1.714a1 1 0 0 1 -1.141 -.99v-13.694a1 1 0 0 1 1.141 -.99z" - } - ] - ], - "phone-call": [ - [ - "path", - { - "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M15 7a2 2 0 0 1 2 2" - } - ], - [ - "path", - { - "d": "M15 3a6 6 0 0 1 6 6" - } - ] - ], - "phone-calling": [ - [ - "path", - { - "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M15 7l0 .01" - } - ], - [ - "path", - { - "d": "M18 7l0 .01" - } - ], - [ - "path", - { - "d": "M21 7l0 .01" - } - ] - ], - "phone-check": [ - [ - "path", - { - "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M15 6l2 2l4 -4" - } - ] - ], - "phone-filled": [ - [ - "path", - { - "d": "M9 3a1 1 0 0 1 .877 .519l.051 .11l2 5a1 1 0 0 1 -.313 1.16l-.1 .068l-1.674 1.004l.063 .103a10 10 0 0 0 3.132 3.132l.102 .062l1.005 -1.672a1 1 0 0 1 1.113 -.453l.115 .039l5 2a1 1 0 0 1 .622 .807l.007 .121v4c0 1.657 -1.343 3 -3.06 2.998c-8.579 -.521 -15.418 -7.36 -15.94 -15.998a3 3 0 0 1 2.824 -2.995l.176 -.005h4z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "phone-incoming": [ - [ - "path", - { - "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M15 9l5 -5" - } - ], - [ - "path", - { - "d": "M15 5l0 4l4 0" - } - ] - ], - "phone-off": [ - [ - "path", - { - "d": "M3 21l18 -18" - } - ], - [ - "path", - { - "d": "M5.831 14.161a15.946 15.946 0 0 1 -2.831 -8.161a2 2 0 0 1 2 -2h4l2 5l-2.5 1.5c.108 .22 .223 .435 .345 .645m1.751 2.277c.843 .84 1.822 1.544 2.904 2.078l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a15.963 15.963 0 0 1 -10.344 -4.657" - } - ] - ], - "phone-outgoing": [ - [ - "path", - { - "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M15 9l5 -5" - } - ], - [ - "path", - { - "d": "M16 4l4 0l0 4" - } - ] - ], - "phone-pause": [ - [ - "path", - { - "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M20 3l0 4" - } - ], - [ - "path", - { - "d": "M16 3l0 4" - } - ] - ], - "phone-plus": [ - [ - "path", - { - "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M15 6h6m-3 -3v6" - } - ] - ], - "phone-x": [ - [ - "path", - { - "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M16 4l4 4m0 -4l-4 4" - } - ] - ], - "phone": [ - [ - "path", - { - "d": "M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" - } - ] - ], - "photo-ai": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M10 21h-4a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l1 1" - } - ], - [ - "path", - { - "d": "M14 21v-4a2 2 0 1 1 4 0v4" - } - ], - [ - "path", - { - "d": "M14 19h4" - } - ], - [ - "path", - { - "d": "M21 15v6" - } - ] - ], - "photo-bolt": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M13.5 21h-7.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.669 -.643 1.45 -.823 2.18 -.54" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "photo-cancel": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.616 -.593 1.328 -.792 2.008 -.598" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "photo-check": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M11.5 21h-5.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v7" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l.5 .5" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "photo-circle-minus": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M20.475 15.035a9 9 0 0 0 -8.475 -12.035a9 9 0 0 0 -9 9a9 9 0 0 0 9.525 8.985" - } - ], - [ - "path", - { - "d": "M4 15l4 -4c.928 -.893 2.072 -.893 3 0l4 4" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2 2" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "photo-circle-plus": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M20.964 12.806a9 9 0 0 0 -8.964 -9.806a9 9 0 0 0 -9 9a9 9 0 0 0 9.397 8.991" - } - ], - [ - "path", - { - "d": "M4 15l4 -4c.928 -.893 2.072 -.893 3 0l4 4" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0" - } - ], - [ - "path", - { - "d": "M16 19.33h6" - } - ], - [ - "path", - { - "d": "M19 16.33v6" - } - ] - ], - "photo-circle": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M4 15l4 -4c.928 -.893 2.072 -.893 3 0l5 5" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2 2" - } - ], - [ - "path", - { - "d": "M3 12a9 9 0 0 0 9 9a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9" - } - ] - ], - "photo-code": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M11.5 21h-5.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v7" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "photo-cog": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M12 21h-6a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.48 -.461 1.016 -.684 1.551 -.67" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "photo-dollar": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M13 21h-7a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l2.5 2.5" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "photo-down": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.653 -.629 1.413 -.815 2.13 -.559" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "photo-edit": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M11 20h-4a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v4" - } - ], - [ - "path", - { - "d": "M4 15l4 -4c.928 -.893 2.072 -.893 3 0l3 3" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.31 -.298 .644 -.497 .987 -.596" - } - ], - [ - "path", - { - "d": "M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" - } - ] - ], - "photo-exclamation": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M15 21h-9a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.665 -.64 1.44 -.821 2.167 -.545" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "photo-filled": [ - [ - "path", - { - "d": "M8.813 11.612c.457 -.38 .918 -.38 1.386 .011l.108 .098l4.986 4.986l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-1.292 -1.293l.292 -.293l.106 -.095c.457 -.38 .918 -.38 1.386 .011l.108 .098l4.674 4.675a4 4 0 0 1 -3.775 3.599l-.206 .005h-12a4 4 0 0 1 -3.98 -3.603l6.687 -6.69l.106 -.095zm9.187 -9.612a4 4 0 0 1 3.995 3.8l.005 .2v9.585l-3.293 -3.292l-.15 -.137c-1.256 -1.095 -2.85 -1.097 -4.096 -.017l-.154 .14l-.307 .306l-2.293 -2.292l-.15 -.137c-1.256 -1.095 -2.85 -1.097 -4.096 -.017l-.154 .14l-5.307 5.306v-9.585a4 4 0 0 1 3.8 -3.995l.2 -.005h12zm-2.99 5l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "photo-heart": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M11.5 21h-5.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l1.5 1.5" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "photo-hexagon": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M3.5 15.5l4.5 -4.5c.928 -.893 2.072 -.893 3 0l5 5" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2.5 2.5" - } - ] - ], - "photo-minus": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v9" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2 2" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "photo-off": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M7 3h11a3 3 0 0 1 3 3v11m-.856 3.099a2.991 2.991 0 0 1 -2.144 .901h-12a3 3 0 0 1 -3 -3v-12c0 -.845 .349 -1.608 .91 -2.153" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l5 5" - } - ], - [ - "path", - { - "d": "M16.33 12.338c.574 -.054 1.155 .166 1.67 .662l3 3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "photo-pause": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M13 21h-7a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v7" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "photo-pentagon": [ - [ - "path", - { - "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" - } - ], - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M4 15l4 -4c.928 -.893 2.072 -.893 3 0l5 5" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2 2" - } - ] - ], - "photo-pin": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l2.5 2.5" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "photo-plus": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.67 -.644 1.45 -.824 2.182 -.54" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "photo-question": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M15 21h-9a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "photo-scan": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M6 13l2.644 -2.644a1.21 1.21 0 0 1 1.712 0l3.644 3.644" - } - ], - [ - "path", - { - "d": "M13 13l1.644 -1.644a1.21 1.21 0 0 1 1.712 0l1.644 1.644" - } - ], - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ] - ], - "photo-search": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M11.5 21h-5.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l2 2" - } - ] - ], - "photo-sensor-2": [ - [ - "path", - { - "d": "M17 5h2a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-2" - } - ], - [ - "path", - { - "d": "M7 19h-2a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ] - ], - "photo-sensor-3": [ - [ - "path", - { - "d": "M17 4h1a2 2 0 0 1 2 2v1" - } - ], - [ - "path", - { - "d": "M20 17v1a2 2 0 0 1 -2 2h-1" - } - ], - [ - "path", - { - "d": "M7 20h-1a2 2 0 0 1 -2 -2v-1" - } - ], - [ - "path", - { - "d": "M4 7v-1a2 2 0 0 1 2 -2h1" - } - ], - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M12 18v2" - } - ], - [ - "path", - { - "d": "M4 12h2" - } - ], - [ - "path", - { - "d": "M12 4v2" - } - ], - [ - "path", - { - "d": "M20 12h-2" - } - ] - ], - "photo-sensor": [ - [ - "path", - { - "d": "M17 5h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M21 15v2a2 2 0 0 1 -2 2h-2" - } - ], - [ - "path", - { - "d": "M7 19h-2a2 2 0 0 1 -2 -2v-2" - } - ], - [ - "path", - { - "d": "M3 9v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M7 9m0 1a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1z" - } - ] - ], - "photo-share": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M12 21h-6a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v7" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "photo-shield": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M11.5 20h-4.5a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v4" - } - ], - [ - "path", - { - "d": "M4 15l4 -4c.928 -.893 2.072 -.893 3 0l1.5 1.5" - } - ], - [ - "path", - { - "d": "M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5z" - } - ] - ], - "photo-square-rounded": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ], - [ - "path", - { - "d": "M3.5 15.5l4.5 -4.5c.928 -.893 2.072 -.893 3 0l5 5" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2.5 2.5" - } - ] - ], - "photo-star": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M11 21h-5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l2 2" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "photo-up": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3.5 3.5" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.679 -.653 1.473 -.829 2.214 -.526" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "photo-video": [ - [ - "path", - { - "d": "M9 15h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3" - } - ], - [ - "path", - { - "d": "M9 9m0 3a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M3 12l2.296 -2.296a2.41 2.41 0 0 1 3.408 0l.296 .296" - } - ], - [ - "path", - { - "d": "M14 13.5v3l2.5 -1.5z" - } - ], - [ - "path", - { - "d": "M7 6v.01" - } - ] - ], - "photo-x": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M13 21h-7a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v7" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "photo": [ - [ - "path", - { - "d": "M15 8h.01" - } - ], - [ - "path", - { - "d": "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12z" - } - ], - [ - "path", - { - "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l5 5" - } - ], - [ - "path", - { - "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l3 3" - } - ] - ], - "physotherapist": [ - [ - "path", - { - "d": "M9 15l-1 -3l4 -2l4 1h3.5" - } - ], - [ - "path", - { - "d": "M4 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 6m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 17v-7" - } - ], - [ - "path", - { - "d": "M8 20h7l1 -4l4 -2" - } - ], - [ - "path", - { - "d": "M18 20h3" - } - ] - ], - "piano": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 19v-6" - } - ], - [ - "path", - { - "d": "M8 5v8h2v-8" - } - ], - [ - "path", - { - "d": "M15 19v-6" - } - ], - [ - "path", - { - "d": "M14 5v8h2v-8" - } - ] - ], - "pick": [ - [ - "path", - { - "d": "M13 8l-9.383 9.418a2.091 2.091 0 0 0 0 2.967a2.11 2.11 0 0 0 2.976 0l9.407 -9.385" - } - ], - [ - "path", - { - "d": "M9 3h4.586a1 1 0 0 1 .707 .293l6.414 6.414a1 1 0 0 1 .293 .707v4.586a2 2 0 1 1 -4 0v-3l-5 -5h-3a2 2 0 1 1 0 -4z" - } - ] - ], - "picture-in-picture-off": [ - [ - "path", - { - "d": "M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M14 14m0 1a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M7 9l4 4" - } - ], - [ - "path", - { - "d": "M7 12v-3h3" - } - ] - ], - "picture-in-picture-on": [ - [ - "path", - { - "d": "M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M14 14m0 1a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M7 9l4 4" - } - ], - [ - "path", - { - "d": "M8 13h3v-3" - } - ] - ], - "picture-in-picture-top": [ - [ - "path", - { - "d": "M11 5h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-4" - } - ], - [ - "path", - { - "d": "M15 10h5a1 1 0 0 0 1 -1v-3a1 1 0 0 0 -1 -1h-5a1 1 0 0 0 -1 1v3a1 1 0 0 0 1 1z" - } - ] - ], - "picture-in-picture": [ - [ - "path", - { - "d": "M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" - } - ], - [ - "path", - { - "d": "M14 14m0 1a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1z" - } - ] - ], - "pig-money": [ - [ - "path", - { - "d": "M15 11v.01" - } - ], - [ - "path", - { - "d": "M5.173 8.378a3 3 0 1 1 4.656 -1.377" - } - ], - [ - "path", - { - "d": "M16 4v3.803a6.019 6.019 0 0 1 2.658 3.197h1.341a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1.342c-.336 .95 -.907 1.8 -1.658 2.473v2.027a1.5 1.5 0 0 1 -3 0v-.583a6.04 6.04 0 0 1 -1 .083h-4a6.04 6.04 0 0 1 -1 -.083v.583a1.5 1.5 0 0 1 -3 0v-2l0 -.027a6 6 0 0 1 4 -10.473h2.5l4.5 -3h0z" - } - ] - ], - "pig-off": [ - [ - "path", - { - "d": "M15 11v.01" - } - ], - [ - "path", - { - "d": "M10 6h1.499l4.5 -3l0 3.803a6.019 6.019 0 0 1 2.658 3.197h1.341a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1.342c-.057 .16 -.12 .318 -.19 .472m-1.467 2.528v1.5a1.5 1.5 0 0 1 -3 0v-.583a6.04 6.04 0 0 1 -1 .083h-4a6.04 6.04 0 0 1 -1 -.083v.583a1.5 1.5 0 0 1 -3 0v-2l0 -.027a6 6 0 0 1 1.5 -9.928" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "pig": [ - [ - "path", - { - "d": "M15 11v.01" - } - ], - [ - "path", - { - "d": "M16 3l0 3.803a6.019 6.019 0 0 1 2.658 3.197h1.341a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1.342a6.008 6.008 0 0 1 -1.658 2.473v2.027a1.5 1.5 0 0 1 -3 0v-.583a6.04 6.04 0 0 1 -1 .083h-4a6.04 6.04 0 0 1 -1 -.083v.583a1.5 1.5 0 0 1 -3 0v-2l0 -.027a6 6 0 0 1 4 -10.473h2.5l4.5 -3z" - } - ] - ], - "pilcrow-left": [ - [ - "path", - { - "d": "M11 9h-2a3 3 0 1 1 0 -6h7" - } - ], - [ - "path", - { - "d": "M11 3v11" - } - ], - [ - "path", - { - "d": "M15 3v11" - } - ], - [ - "path", - { - "d": "M3 18h18" - } - ], - [ - "path", - { - "d": "M6 15l-3 3l3 3" - } - ] - ], - "pilcrow-right": [ - [ - "path", - { - "d": "M11 9h-2a3 3 0 1 1 0 -6h7" - } - ], - [ - "path", - { - "d": "M11 3v11" - } - ], - [ - "path", - { - "d": "M15 3v11" - } - ], - [ - "path", - { - "d": "M21 18h-18" - } - ], - [ - "path", - { - "d": "M18 15l3 3l-3 3" - } - ] - ], - "pilcrow": [ - [ - "path", - { - "d": "M13 4v16" - } - ], - [ - "path", - { - "d": "M17 4v16" - } - ], - [ - "path", - { - "d": "M19 4h-9.5a4.5 4.5 0 0 0 0 9h3.5" - } - ] - ], - "pill-off": [ - [ - "path", - { - "d": "M10.495 6.505l2 -2a4.95 4.95 0 0 1 7 7l-2 2m-2 2l-4 4a4.95 4.95 0 0 1 -7 -7l4 -4" - } - ], - [ - "path", - { - "d": "M8.5 8.5l7 7" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "pill": [ - [ - "path", - { - "d": "M4.5 12.5l8 -8a4.94 4.94 0 0 1 7 7l-8 8a4.94 4.94 0 0 1 -7 -7" - } - ], - [ - "path", - { - "d": "M8.5 8.5l7 7" - } - ] - ], - "pills": [ - [ - "path", - { - "d": "M8 8m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M17 17m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M4.5 4.5l7 7" - } - ], - [ - "path", - { - "d": "M19.5 14.5l-5 5" - } - ] - ], - "pin-end": [ - [ - "path", - { - "d": "M21 11v-5a1 1 0 0 0 -1 -1h-16a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" - } - ], - [ - "path", - { - "d": "M19 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M10 13v-4h4" - } - ], - [ - "path", - { - "d": "M14 13l-4 -4" - } - ] - ], - "pin-filled": [ - [ - "path", - { - "d": "M15.113 3.21l.094 .083l5.5 5.5a1 1 0 0 1 -1.175 1.59l-3.172 3.171l-1.424 3.797a1 1 0 0 1 -.158 .277l-.07 .08l-1.5 1.5a1 1 0 0 1 -1.32 .082l-.095 -.083l-2.793 -2.792l-3.793 3.792a1 1 0 0 1 -1.497 -1.32l.083 -.094l3.792 -3.793l-2.792 -2.793a1 1 0 0 1 -.083 -1.32l.083 -.094l1.5 -1.5a1 1 0 0 1 .258 -.187l.098 -.042l3.796 -1.425l3.171 -3.17a1 1 0 0 1 1.497 -1.26z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "pin-invoke": [ - [ - "path", - { - "d": "M21 13v5a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h9" - } - ], - [ - "path", - { - "d": "M19 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M10 11h4v4" - } - ], - [ - "path", - { - "d": "M10 15l4 -4" - } - ] - ], - "pin": [ - [ - "path", - { - "d": "M15 4.5l-4 4l-4 1.5l-1.5 1.5l7 7l1.5 -1.5l1.5 -4l4 -4" - } - ], - [ - "path", - { - "d": "M9 15l-4.5 4.5" - } - ], - [ - "path", - { - "d": "M14.5 4l5.5 5.5" - } - ] - ], - "ping-pong": [ - [ - "path", - { - "d": "M12.718 20.713a7.64 7.64 0 0 1 -7.48 -12.755l.72 -.72a7.643 7.643 0 0 1 9.105 -1.283l2.387 -2.345a2.08 2.08 0 0 1 3.057 2.815l-.116 .126l-2.346 2.387a7.644 7.644 0 0 1 -1.052 8.864" - } - ], - [ - "path", - { - "d": "M14 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M9.3 5.3l9.4 9.4" - } - ] - ], - "pinned-filled": [ - [ - "path", - { - "d": "M16 3a1 1 0 0 1 .117 1.993l-.117 .007v4.764l1.894 3.789a1 1 0 0 1 .1 .331l.006 .116v2a1 1 0 0 1 -.883 .993l-.117 .007h-4v4a1 1 0 0 1 -1.993 .117l-.007 -.117v-4h-4a1 1 0 0 1 -.993 -.883l-.007 -.117v-2a1 1 0 0 1 .06 -.34l.046 -.107l1.894 -3.791v-4.762a1 1 0 0 1 -.117 -1.993l.117 -.007h8z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "pinned-off": [ - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M15 4.5l-3.249 3.249m-2.57 1.433l-2.181 .818l-1.5 1.5l7 7l1.5 -1.5l.82 -2.186m1.43 -2.563l3.25 -3.251" - } - ], - [ - "path", - { - "d": "M9 15l-4.5 4.5" - } - ], - [ - "path", - { - "d": "M14.5 4l5.5 5.5" - } - ] - ], - "pinned": [ - [ - "path", - { - "d": "M9 4v6l-2 4v2h10v-2l-2 -4v-6" - } - ], - [ - "path", - { - "d": "M12 16l0 5" - } - ], - [ - "path", - { - "d": "M8 4l8 0" - } - ] - ], - "pizza-off": [ - [ - "path", - { - "d": "M10.313 6.277l1.687 -3.277l5.34 10.376m2.477 6.463a19.093 19.093 0 0 1 -7.817 1.661c-3.04 0 -5.952 -.714 -8.5 -1.983l5.434 -10.559" - } - ], - [ - "path", - { - "d": "M5.38 15.866a14.94 14.94 0 0 0 6.815 1.634c1.56 0 3.105 -.24 4.582 -.713" - } - ], - [ - "path", - { - "d": "M11 14v-.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "pizza": [ - [ - "path", - { - "d": "M12 21.5c-3.04 0 -5.952 -.714 -8.5 -1.983l8.5 -16.517l8.5 16.517a19.09 19.09 0 0 1 -8.5 1.983z" - } - ], - [ - "path", - { - "d": "M5.38 15.866a14.94 14.94 0 0 0 6.815 1.634a14.944 14.944 0 0 0 6.502 -1.479" - } - ], - [ - "path", - { - "d": "M13 11.01v-.01" - } - ], - [ - "path", - { - "d": "M11 14v-.01" - } - ] - ], - "placeholder": [ - [ - "path", - { - "d": "M10 20.415a8 8 0 1 0 3 -15.415h-3" - } - ], - [ - "path", - { - "d": "M13 8l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M7 17l4 -4l-4 -4l-4 4z" - } - ] - ], - "plane-arrival": [ - [ - "path", - { - "d": "M15.157 11.81l4.83 1.295a2 2 0 1 1 -1.036 3.863l-14.489 -3.882l-1.345 -6.572l2.898 .776l1.414 2.45l2.898 .776l-.12 -7.279l2.898 .777l2.052 7.797z" - } - ], - [ - "path", - { - "d": "M3 21h18" - } - ] - ], - "plane-departure": [ - [ - "path", - { - "d": "M14.639 10.258l4.83 -1.294a2 2 0 1 1 1.035 3.863l-14.489 3.883l-4.45 -5.02l2.897 -.776l2.45 1.414l2.897 -.776l-3.743 -6.244l2.898 -.777l5.675 5.727z" - } - ], - [ - "path", - { - "d": "M3 21h18" - } - ] - ], - "plane-inflight": [ - [ - "path", - { - "d": "M15 11.085h5a2 2 0 1 1 0 4h-15l-3 -6h3l2 2h3l-2 -7h3l4 7z" - } - ], - [ - "path", - { - "d": "M3 21h18" - } - ] - ], - "plane-off": [ - [ - "path", - { - "d": "M9.788 5.758l-.788 -2.758h3l4 7h4a2 2 0 1 1 0 4h-2m-2.718 1.256l-3.282 5.744h-3l2 -7h-4l-2 2h-3l2 -4l-2 -4h3l2 2h3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "plane-tilt": [ - [ - "path", - { - "d": "M14.5 6.5l3 -2.9a2.05 2.05 0 0 1 2.9 2.9l-2.9 3l2.5 7.5l-2.5 2.55l-3.5 -6.55l-3 3v3l-2 2l-1.5 -4.5l-4.5 -1.5l2 -2h3l3 -3l-6.5 -3.5l2.5 -2.5l7.5 2.5z" - } - ] - ], - "plane": [ - [ - "path", - { - "d": "M16 10h4a2 2 0 0 1 0 4h-4l-4 7h-3l2 -7h-4l-2 2h-3l2 -4l-2 -4h3l2 2h4l-2 -7h3z" - } - ] - ], - "planet-off": [ - [ - "path", - { - "d": "M18.816 13.58c1.956 1.825 3.157 3.449 3.184 4.445m-3.428 .593c-2.098 -.634 -4.944 -2.03 -7.919 -3.976c-5.47 -3.579 -9.304 -7.664 -8.56 -9.123c.32 -.628 1.591 -.6 3.294 -.113" - } - ], - [ - "path", - { - "d": "M7.042 7.059a7 7 0 0 0 9.908 9.89m1.581 -2.425a7 7 0 0 0 -9.057 -9.054" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "planet": [ - [ - "path", - { - "d": "M18.816 13.58c2.292 2.138 3.546 4 3.092 4.9c-.745 1.46 -5.783 -.259 -11.255 -3.838c-5.47 -3.579 -9.304 -7.664 -8.56 -9.123c.464 -.91 2.926 -.444 5.803 .805" - } - ], - [ - "path", - { - "d": "M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ] - ], - "plant-2-off": [ - [ - "path", - { - "d": "M2 9c0 5.523 4.477 10 10 10a9.953 9.953 0 0 0 5.418 -1.593m2.137 -1.855a9.961 9.961 0 0 0 2.445 -6.552" - } - ], - [ - "path", - { - "d": "M12 19c0 -1.988 .58 -3.84 1.58 -5.397m1.878 -2.167a9.961 9.961 0 0 1 6.542 -2.436" - } - ], - [ - "path", - { - "d": "M2 9a10 10 0 0 1 10 10" - } - ], - [ - "path", - { - "d": "M12 4a9.7 9.7 0 0 1 3 7.013" - } - ], - [ - "path", - { - "d": "M9.01 11.5a9.696 9.696 0 0 1 .163 -2.318m1.082 -2.942a9.696 9.696 0 0 1 1.745 -2.24" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "plant-2": [ - [ - "path", - { - "d": "M2 9a10 10 0 1 0 20 0" - } - ], - [ - "path", - { - "d": "M12 19a10 10 0 0 1 10 -10" - } - ], - [ - "path", - { - "d": "M2 9a10 10 0 0 1 10 10" - } - ], - [ - "path", - { - "d": "M12 4a9.7 9.7 0 0 1 2.99 7.5" - } - ], - [ - "path", - { - "d": "M9.01 11.5a9.7 9.7 0 0 1 2.99 -7.5" - } - ] - ], - "plant-off": [ - [ - "path", - { - "d": "M17 17v2a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-4h8" - } - ], - [ - "path", - { - "d": "M11.9 7.908a6 6 0 0 0 -4.79 -4.806m-4.11 -.102v2a6 6 0 0 0 6 6h2" - } - ], - [ - "path", - { - "d": "M12.531 8.528a6 6 0 0 1 5.469 -3.528h3v1a6 6 0 0 1 -5.037 5.923" - } - ], - [ - "path", - { - "d": "M12 15v-3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "plant": [ - [ - "path", - { - "d": "M7 15h10v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-4z" - } - ], - [ - "path", - { - "d": "M12 9a6 6 0 0 0 -6 -6h-3v2a6 6 0 0 0 6 6h3" - } - ], - [ - "path", - { - "d": "M12 11a6 6 0 0 1 6 -6h3v1a6 6 0 0 1 -6 6h-3" - } - ], - [ - "path", - { - "d": "M12 15l0 -6" - } - ] - ], - "play-basketball": [ - [ - "path", - { - "d": "M10 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M5 21l3 -3l.75 -1.5" - } - ], - [ - "path", - { - "d": "M14 21v-4l-4 -3l.5 -6" - } - ], - [ - "path", - { - "d": "M5 12l1 -3l4.5 -1l3.5 3l4 1" - } - ], - [ - "path", - { - "d": "M18.5 16a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z", - "fill": "currentColor" - } - ] - ], - "play-card-off": [ - [ - "path", - { - "d": "M7 3h10a2 2 0 0 1 2 2v10m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14" - } - ], - [ - "path", - { - "d": "M16 18h.01" - } - ], - [ - "path", - { - "d": "M13.716 13.712l-1.716 2.288l-3 -4l1.29 -1.72" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "play-card": [ - [ - "path", - { - "d": "M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2z" - } - ], - [ - "path", - { - "d": "M8 6h.01" - } - ], - [ - "path", - { - "d": "M16 18h.01" - } - ], - [ - "path", - { - "d": "M12 16l-3 -4l3 -4l3 4z" - } - ] - ], - "play-football": [ - [ - "path", - { - "d": "M11 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M3 17l5 1l.75 -1.5" - } - ], - [ - "path", - { - "d": "M14 21v-4l-4 -3l1 -6" - } - ], - [ - "path", - { - "d": "M6 12v-3l5 -1l3 3l3 1" - } - ], - [ - "path", - { - "d": "M19.5 20a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z", - "fill": "currentColor" - } - ] - ], - "play-handball": [ - [ - "path", - { - "d": "M13 21l3.5 -2l-4.5 -4l2 -4.5" - } - ], - [ - "path", - { - "d": "M7 6l2 4l5 .5l4 2.5l2.5 3" - } - ], - [ - "path", - { - "d": "M4 20l5 -1l1.5 -2" - } - ], - [ - "path", - { - "d": "M15 7a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M9.5 5a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z", - "fill": "currentColor" - } - ] - ], - "play-volleyball": [ - [ - "path", - { - "d": "M13 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M20.5 10a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M2 16l5 1l.5 -2.5" - } - ], - [ - "path", - { - "d": "M11.5 21l2.5 -5.5l-5.5 -3.5l3.5 -4l3 4l4 2" - } - ] - ], - "player-eject-filled": [ - [ - "path", - { - "d": "M11.247 3.341l-7 8c-.565 .647 -.106 1.659 .753 1.659h14c.86 0 1.318 -1.012 .753 -1.659l-7 -8a1 1 0 0 0 -1.506 0z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M18 15h-12a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "player-eject": [ - [ - "path", - { - "d": "M5 12h14l-7 -8z" - } - ], - [ - "path", - { - "d": "M5 16m0 1a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1z" - } - ] - ], - "player-pause-filled": [ - [ - "path", - { - "d": "M9 4h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M17 4h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "player-pause": [ - [ - "path", - { - "d": "M6 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M14 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ] - ], - "player-play-filled": [ - [ - "path", - { - "d": "M6 4v16a1 1 0 0 0 1.524 .852l13 -8a1 1 0 0 0 0 -1.704l-13 -8a1 1 0 0 0 -1.524 .852z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "player-play": [ - [ - "path", - { - "d": "M7 4v16l13 -8z" - } - ] - ], - "player-record-filled": [ - [ - "path", - { - "d": "M8 5.072a8 8 0 1 1 -3.995 7.213l-.005 -.285l.005 -.285a8 8 0 0 1 3.995 -6.643z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "player-record": [ - [ - "path", - { - "d": "M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ] - ], - "player-skip-back-filled": [ - [ - "path", - { - "d": "M19.496 4.136l-12 7a1 1 0 0 0 0 1.728l12 7a1 1 0 0 0 1.504 -.864v-14a1 1 0 0 0 -1.504 -.864z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 4a1 1 0 0 1 .993 .883l.007 .117v14a1 1 0 0 1 -1.993 .117l-.007 -.117v-14a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "player-skip-back": [ - [ - "path", - { - "d": "M20 5v14l-12 -7z" - } - ], - [ - "path", - { - "d": "M4 5l0 14" - } - ] - ], - "player-skip-forward-filled": [ - [ - "path", - { - "d": "M3 5v14a1 1 0 0 0 1.504 .864l12 -7a1 1 0 0 0 0 -1.728l-12 -7a1 1 0 0 0 -1.504 .864z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 4a1 1 0 0 1 .993 .883l.007 .117v14a1 1 0 0 1 -1.993 .117l-.007 -.117v-14a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "player-skip-forward": [ - [ - "path", - { - "d": "M4 5v14l12 -7z" - } - ], - [ - "path", - { - "d": "M20 5l0 14" - } - ] - ], - "player-stop-filled": [ - [ - "path", - { - "d": "M17 4h-10a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3 -3v-10a3 3 0 0 0 -3 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "player-stop": [ - [ - "path", - { - "d": "M5 5m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ] - ], - "player-track-next-filled": [ - [ - "path", - { - "d": "M2 5v14c0 .86 1.012 1.318 1.659 .753l8 -7a1 1 0 0 0 0 -1.506l-8 -7c-.647 -.565 -1.659 -.106 -1.659 .753z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M13 5v14c0 .86 1.012 1.318 1.659 .753l8 -7a1 1 0 0 0 0 -1.506l-8 -7c-.647 -.565 -1.659 -.106 -1.659 .753z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "player-track-next": [ - [ - "path", - { - "d": "M3 5v14l8 -7z" - } - ], - [ - "path", - { - "d": "M14 5v14l8 -7z" - } - ] - ], - "player-track-prev-filled": [ - [ - "path", - { - "d": "M20.341 4.247l-8 7a1 1 0 0 0 0 1.506l8 7c.647 .565 1.659 .106 1.659 -.753v-14c0 -.86 -1.012 -1.318 -1.659 -.753z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M9.341 4.247l-8 7a1 1 0 0 0 0 1.506l8 7c.647 .565 1.659 .106 1.659 -.753v-14c0 -.86 -1.012 -1.318 -1.659 -.753z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "player-track-prev": [ - [ - "path", - { - "d": "M21 5v14l-8 -7z" - } - ], - [ - "path", - { - "d": "M10 5v14l-8 -7z" - } - ] - ], - "playlist-add": [ - [ - "path", - { - "d": "M19 8h-14" - } - ], - [ - "path", - { - "d": "M5 12h9" - } - ], - [ - "path", - { - "d": "M11 16h-6" - } - ], - [ - "path", - { - "d": "M15 16h6" - } - ], - [ - "path", - { - "d": "M18 13v6" - } - ] - ], - "playlist-off": [ - [ - "path", - { - "d": "M14 14a3 3 0 1 0 3 3" - } - ], - [ - "path", - { - "d": "M17 13v-9h4" - } - ], - [ - "path", - { - "d": "M13 5h-4m-4 0h-2" - } - ], - [ - "path", - { - "d": "M3 9h6" - } - ], - [ - "path", - { - "d": "M9 13h-6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "playlist-x": [ - [ - "path", - { - "d": "M19 8h-14" - } - ], - [ - "path", - { - "d": "M5 12h7" - } - ], - [ - "path", - { - "d": "M12 16h-7" - } - ], - [ - "path", - { - "d": "M16 14l4 4" - } - ], - [ - "path", - { - "d": "M20 14l-4 4" - } - ] - ], - "playlist": [ - [ - "path", - { - "d": "M14 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 17v-13h4" - } - ], - [ - "path", - { - "d": "M13 5h-10" - } - ], - [ - "path", - { - "d": "M3 9l10 0" - } - ], - [ - "path", - { - "d": "M9 13h-6" - } - ] - ], - "playstation-circle": [ - [ - "path", - { - "d": "M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" - } - ], - [ - "path", - { - "d": "M12 12m-4.5 0a4.5 4.5 0 1 0 9 0a4.5 4.5 0 1 0 -9 0" - } - ] - ], - "playstation-square": [ - [ - "path", - { - "d": "M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" - } - ], - [ - "path", - { - "d": "M8 8m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" - } - ] - ], - "playstation-triangle": [ - [ - "path", - { - "d": "M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" - } - ], - [ - "path", - { - "d": "M7.5 15h9l-4.5 -8z" - } - ] - ], - "playstation-x": [ - [ - "path", - { - "d": "M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" - } - ], - [ - "path", - { - "d": "M8.5 8.5l7 7" - } - ], - [ - "path", - { - "d": "M8.5 15.5l7 -7" - } - ] - ], - "plug-connected-x": [ - [ - "path", - { - "d": "M20 16l-4 4" - } - ], - [ - "path", - { - "d": "M7 12l5 5l-1.5 1.5a3.536 3.536 0 1 1 -5 -5l1.5 -1.5z" - } - ], - [ - "path", - { - "d": "M17 12l-5 -5l1.5 -1.5a3.536 3.536 0 1 1 5 5l-1.5 1.5z" - } - ], - [ - "path", - { - "d": "M3 21l2.5 -2.5" - } - ], - [ - "path", - { - "d": "M18.5 5.5l2.5 -2.5" - } - ], - [ - "path", - { - "d": "M10 11l-2 2" - } - ], - [ - "path", - { - "d": "M13 14l-2 2" - } - ], - [ - "path", - { - "d": "M16 16l4 4" - } - ] - ], - "plug-connected": [ - [ - "path", - { - "d": "M7 12l5 5l-1.5 1.5a3.536 3.536 0 1 1 -5 -5l1.5 -1.5z" - } - ], - [ - "path", - { - "d": "M17 12l-5 -5l1.5 -1.5a3.536 3.536 0 1 1 5 5l-1.5 1.5z" - } - ], - [ - "path", - { - "d": "M3 21l2.5 -2.5" - } - ], - [ - "path", - { - "d": "M18.5 5.5l2.5 -2.5" - } - ], - [ - "path", - { - "d": "M10 11l-2 2" - } - ], - [ - "path", - { - "d": "M13 14l-2 2" - } - ] - ], - "plug-off": [ - [ - "path", - { - "d": "M16.123 16.092l-.177 .177a5.81 5.81 0 1 1 -8.215 -8.215l.159 -.159" - } - ], - [ - "path", - { - "d": "M4 20l3.5 -3.5" - } - ], - [ - "path", - { - "d": "M15 4l-3.5 3.5" - } - ], - [ - "path", - { - "d": "M20 9l-3.5 3.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "plug-x": [ - [ - "path", - { - "d": "M13.55 17.733a5.806 5.806 0 0 1 -7.356 -4.052a5.81 5.81 0 0 1 1.537 -5.627l2.054 -2.054l7.165 7.165" - } - ], - [ - "path", - { - "d": "M4 20l3.5 -3.5" - } - ], - [ - "path", - { - "d": "M15 4l-3.5 3.5" - } - ], - [ - "path", - { - "d": "M20 9l-3.5 3.5" - } - ], - [ - "path", - { - "d": "M16 16l4 4" - } - ], - [ - "path", - { - "d": "M20 16l-4 4" - } - ] - ], - "plug": [ - [ - "path", - { - "d": "M9.785 6l8.215 8.215l-2.054 2.054a5.81 5.81 0 1 1 -8.215 -8.215l2.054 -2.054z" - } - ], - [ - "path", - { - "d": "M4 20l3.5 -3.5" - } - ], - [ - "path", - { - "d": "M15 4l-3.5 3.5" - } - ], - [ - "path", - { - "d": "M20 9l-3.5 3.5" - } - ] - ], - "plus-equal": [ - [ - "path", - { - "d": "M4 7h6" - } - ], - [ - "path", - { - "d": "M7 4v6" - } - ], - [ - "path", - { - "d": "M20 16h-6" - } - ], - [ - "path", - { - "d": "M20 19h-6" - } - ], - [ - "path", - { - "d": "M5 19l14 -14" - } - ] - ], - "plus-minus": [ - [ - "path", - { - "d": "M4 7h6" - } - ], - [ - "path", - { - "d": "M7 4v6" - } - ], - [ - "path", - { - "d": "M20 18h-6" - } - ], - [ - "path", - { - "d": "M5 19l14 -14" - } - ] - ], - "plus": [ - [ - "path", - { - "d": "M12 5l0 14" - } - ], - [ - "path", - { - "d": "M5 12l14 0" - } - ] - ], - "png": [ - [ - "path", - { - "d": "M21 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" - } - ], - [ - "path", - { - "d": "M3 16v-8h2a2 2 0 1 1 0 4h-2" - } - ], - [ - "path", - { - "d": "M10 16v-8l4 8v-8" - } - ] - ], - "podium-off": [ - [ - "path", - { - "d": "M12 8h7l-.621 2.485a2 2 0 0 1 -1.94 1.515h-.439m-4 0h-4.439a2 2 0 0 1 -1.94 -1.515l-.621 -2.485h3" - } - ], - [ - "path", - { - "d": "M7 8v-1m.864 -3.106a2.99 2.99 0 0 1 2.136 -.894" - } - ], - [ - "path", - { - "d": "M8 12l1 9" - } - ], - [ - "path", - { - "d": "M15.599 15.613l-.599 5.387" - } - ], - [ - "path", - { - "d": "M7 21h10" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "podium": [ - [ - "path", - { - "d": "M5 8h14l-.621 2.485a2 2 0 0 1 -1.94 1.515h-8.878a2 2 0 0 1 -1.94 -1.515l-.621 -2.485z" - } - ], - [ - "path", - { - "d": "M7 8v-2a3 3 0 0 1 3 -3" - } - ], - [ - "path", - { - "d": "M8 12l1 9" - } - ], - [ - "path", - { - "d": "M16 12l-1 9" - } - ], - [ - "path", - { - "d": "M7 21h10" - } - ] - ], - "point-filled": [ - [ - "path", - { - "d": "M12 7a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "point-off": [ - [ - "path", - { - "d": "M9.15 9.194a4 4 0 0 0 5.697 5.617m1.153 -2.811a4 4 0 0 0 -4 -4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "point": [ - [ - "path", - { - "d": "M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ] - ], - "pointer-bolt": [ - [ - "path", - { - "d": "M16.044 13.488l-1.266 -1.266l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.678 1.678" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "pointer-cancel": [ - [ - "path", - { - "d": "M15.526 12.97l-.748 -.748l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.714 .714" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "pointer-check": [ - [ - "path", - { - "d": "M17.487 14.93l-2.709 -2.708l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.785 .785" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "pointer-code": [ - [ - "path", - { - "d": "M15.76 13.203l-.982 -.981l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.67 .67" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "pointer-cog": [ - [ - "path", - { - "d": "M15.774 13.218l-.996 -.996l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.343 .343" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "pointer-dollar": [ - [ - "path", - { - "d": "M14.778 12.222l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.787 .787" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "pointer-down": [ - [ - "path", - { - "d": "M15.992 13.436l-1.214 -1.214l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.171 1.171" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "pointer-exclamation": [ - [ - "path", - { - "d": "M15.97 13.414l-1.192 -1.192l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l2.778 2.778" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "pointer-filled": [ - [ - "path", - { - "d": "M3.039 4.277l3.904 13.563c.185 .837 .92 1.516 1.831 1.642l.17 .016a2.2 2.2 0 0 0 1.982 -1.006l.045 -.078l1.4 -2.072l4.05 4.05a2.067 2.067 0 0 0 2.924 0l1.047 -1.047c.388 -.388 .606 -.913 .606 -1.461l-.008 -.182a2.067 2.067 0 0 0 -.598 -1.28l-4.047 -4.048l2.103 -1.412c.726 -.385 1.18 -1.278 1.053 -2.189a2.2 2.2 0 0 0 -1.701 -1.845l-13.524 -3.89a1 1 0 0 0 -1.236 1.24z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "pointer-heart": [ - [ - "path", - { - "d": "M16.571 11.018l1.32 -.886a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "pointer-minus": [ - [ - "path", - { - "d": "M17.6 15.043l-2.822 -2.821l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.188 1.188" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "pointer-off": [ - [ - "path", - { - "d": "M15.662 11.628l2.229 -1.496a1.2 1.2 0 0 0 -.309 -2.228l-8.013 -2.303m-5.569 -1.601l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l4.907 4.907a1.067 1.067 0 0 0 1.509 0l.524 -.524" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "pointer-pause": [ - [ - "path", - { - "d": "M15.72 13.163l-.942 -.941l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.969 .969" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "pointer-pin": [ - [ - "path", - { - "d": "M14.778 12.222l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.381 .381" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "pointer-plus": [ - [ - "path", - { - "d": "M15.941 13.385l-1.163 -1.163l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.23 1.23" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "pointer-question": [ - [ - "path", - { - "d": "M15.062 12.506l-.284 -.284l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.278 1.278" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "pointer-search": [ - [ - "path", - { - "d": "M14.778 12.222l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "pointer-share": [ - [ - "path", - { - "d": "M15.646 13.09l-.868 -.868l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.607 .607" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "pointer-star": [ - [ - "path", - { - "d": "M17.891 10.132a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "pointer-up": [ - [ - "path", - { - "d": "M15.984 13.428l-1.206 -1.206l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.217 1.217" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "pointer-x": [ - [ - "path", - { - "d": "M15.768 13.212l-.99 -.99l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.908 .908" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "pointer": [ - [ - "path", - { - "d": "M7.904 17.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l4.907 4.907a1.067 1.067 0 0 0 1.509 0l1.047 -1.047a1.067 1.067 0 0 0 0 -1.509l-4.907 -4.907l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563z" - } - ] - ], - "pokeball-off": [ - [ - "path", - { - "d": "M20.04 16.048a9 9 0 0 0 -12.083 -12.09m-2.32 1.678a9 9 0 1 0 12.737 12.719" - } - ], - [ - "path", - { - "d": "M9.884 9.874a3 3 0 1 0 4.24 4.246m.57 -3.441a3.012 3.012 0 0 0 -1.41 -1.39" - } - ], - [ - "path", - { - "d": "M3 12h6m7 0h5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "pokeball": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M3 12h6" - } - ], - [ - "path", - { - "d": "M15 12h6" - } - ] - ], - "poker-chip": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M12 3v4" - } - ], - [ - "path", - { - "d": "M12 17v4" - } - ], - [ - "path", - { - "d": "M3 12h4" - } - ], - [ - "path", - { - "d": "M17 12h4" - } - ], - [ - "path", - { - "d": "M18.364 5.636l-2.828 2.828" - } - ], - [ - "path", - { - "d": "M8.464 15.536l-2.828 2.828" - } - ], - [ - "path", - { - "d": "M5.636 5.636l2.828 2.828" - } - ], - [ - "path", - { - "d": "M15.536 15.536l2.828 2.828" - } - ] - ], - "polaroid-filled": [ - [ - "path", - { - "d": "M9.199 9.623l.108 .098l3.986 3.986l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-.292 -.293l1.292 -1.293l.106 -.095c.457 -.38 .918 -.38 1.386 .011l.108 .098l4.502 4.503a4.003 4.003 0 0 1 -3.596 2.77l-.213 .006h-12a4.002 4.002 0 0 1 -3.809 -2.775l5.516 -5.518l.106 -.095c.457 -.38 .918 -.38 1.386 .011zm8.801 -7.623a4 4 0 0 1 3.995 3.8l.005 .2v6.585l-3.293 -3.292l-.15 -.137c-1.256 -1.095 -2.85 -1.097 -4.096 -.017l-.154 .14l-1.307 1.306l-2.293 -2.292l-.15 -.137c-1.256 -1.095 -2.85 -1.097 -4.096 -.017l-.154 .14l-4.307 4.306v-6.585a4 4 0 0 1 3.8 -3.995l.2 -.005h12zm-2.99 3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M8.01 20a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12.01 20a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M16.01 20a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "polaroid": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 16l16 0" - } - ], - [ - "path", - { - "d": "M4 12l3 -3c.928 -.893 2.072 -.893 3 0l4 4" - } - ], - [ - "path", - { - "d": "M13 12l2 -2c.928 -.893 2.072 -.893 3 0l2 2" - } - ], - [ - "path", - { - "d": "M14 7l.01 0" - } - ] - ], - "polygon-off": [ - [ - "path", - { - "d": "M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 11m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M15 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6.5 9.5l1.546 -1.311" - } - ], - [ - "path", - { - "d": "M14 5.5l3 1.5" - } - ], - [ - "path", - { - "d": "M18.5 10l-1.185 3.318m-1.062 2.972l-.253 .71" - } - ], - [ - "path", - { - "d": "M13.5 17.5l-7 -5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "polygon": [ - [ - "path", - { - "d": "M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 11m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M15 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6.5 9.5l3.5 -3" - } - ], - [ - "path", - { - "d": "M14 5.5l3 1.5" - } - ], - [ - "path", - { - "d": "M18.5 10l-2.5 7" - } - ], - [ - "path", - { - "d": "M13.5 17.5l-7 -5" - } - ] - ], - "poo": [ - [ - "path", - { - "d": "M10 12h.01" - } - ], - [ - "path", - { - "d": "M14 12h.01" - } - ], - [ - "path", - { - "d": "M10 16a3.5 3.5 0 0 0 4 0" - } - ], - [ - "path", - { - "d": "M11 4c2 0 3.5 1.5 3.5 4l.164 0a2.5 2.5 0 0 1 2.196 3.32a3 3 0 0 1 1.615 3.063a3 3 0 0 1 -1.299 5.607l-.176 0h-10a3 3 0 0 1 -1.474 -5.613a3 3 0 0 1 1.615 -3.062a2.5 2.5 0 0 1 2.195 -3.32l.164 0c1.5 0 2.5 -2 1.5 -4z" - } - ] - ], - "pool-off": [ - [ - "path", - { - "d": "M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1c.303 0 .6 -.045 .876 -.146" - } - ], - [ - "path", - { - "d": "M2 16a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 1.13 -.856m5.727 1.717a2.4 2.4 0 0 0 1.143 -.861" - } - ], - [ - "path", - { - "d": "M15 11v-6.5a1.5 1.5 0 0 1 3 0" - } - ], - [ - "path", - { - "d": "M9 12v-3m0 -4v-.5a1.5 1.5 0 0 0 -1.936 -1.436" - } - ], - [ - "path", - { - "d": "M15 5h-6" - } - ], - [ - "path", - { - "d": "M9 10h1m4 0h1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "pool": [ - [ - "path", - { - "d": "M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" - } - ], - [ - "path", - { - "d": "M2 16a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" - } - ], - [ - "path", - { - "d": "M15 12v-7.5a1.5 1.5 0 0 1 3 0" - } - ], - [ - "path", - { - "d": "M9 12v-7.5a1.5 1.5 0 0 0 -3 0" - } - ], - [ - "path", - { - "d": "M15 5l-6 0" - } - ], - [ - "path", - { - "d": "M9 10l6 0" - } - ] - ], - "power": [ - [ - "path", - { - "d": "M7 6a7.75 7.75 0 1 0 10 0" - } - ], - [ - "path", - { - "d": "M12 4l0 8" - } - ] - ], - "pray": [ - [ - "path", - { - "d": "M12 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M7 20h8l-4 -4v-7l4 3l2 -2" - } - ] - ], - "premium-rights": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M13.867 9.75c-.246 -.48 -.708 -.769 -1.2 -.75h-1.334c-.736 0 -1.333 .67 -1.333 1.5c0 .827 .597 1.499 1.333 1.499h1.334c.736 0 1.333 .671 1.333 1.5c0 .828 -.597 1.499 -1.333 1.499h-1.334c-.492 .019 -.954 -.27 -1.2 -.75" - } - ], - [ - "path", - { - "d": "M12 7v2" - } - ], - [ - "path", - { - "d": "M12 15v2" - } - ] - ], - "prescription": [ - [ - "path", - { - "d": "M6 19v-16h4.5a4.5 4.5 0 1 1 0 9h-4.5" - } - ], - [ - "path", - { - "d": "M19 21l-9 -9" - } - ], - [ - "path", - { - "d": "M13 21l6 -6" - } - ] - ], - "presentation-analytics": [ - [ - "path", - { - "d": "M9 12v-4" - } - ], - [ - "path", - { - "d": "M15 12v-2" - } - ], - [ - "path", - { - "d": "M12 12v-1" - } - ], - [ - "path", - { - "d": "M3 4h18" - } - ], - [ - "path", - { - "d": "M4 4v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-10" - } - ], - [ - "path", - { - "d": "M12 16v4" - } - ], - [ - "path", - { - "d": "M9 20h6" - } - ] - ], - "presentation-off": [ - [ - "path", - { - "d": "M3 4h1m4 0h13" - } - ], - [ - "path", - { - "d": "M4 4v10a2 2 0 0 0 2 2h10m3.42 -.592c.359 -.362 .58 -.859 .58 -1.408v-10" - } - ], - [ - "path", - { - "d": "M12 16v4" - } - ], - [ - "path", - { - "d": "M9 20h6" - } - ], - [ - "path", - { - "d": "M8 12l2 -2m4 0l2 -2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "presentation": [ - [ - "path", - { - "d": "M3 4l18 0" - } - ], - [ - "path", - { - "d": "M4 4v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-10" - } - ], - [ - "path", - { - "d": "M12 16l0 4" - } - ], - [ - "path", - { - "d": "M9 20l6 0" - } - ], - [ - "path", - { - "d": "M8 12l3 -3l2 2l3 -3" - } - ] - ], - "printer-off": [ - [ - "path", - { - "d": "M20.412 16.416c.363 -.362 .588 -.863 .588 -1.416v-4a2 2 0 0 0 -2 -2h-6m-4 0h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M17 9v-4a2 2 0 0 0 -2 -2h-6c-.551 0 -1.05 .223 -1.412 .584m-.588 3.416v2" - } - ], - [ - "path", - { - "d": "M17 17v2a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2h4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "printer": [ - [ - "path", - { - "d": "M17 17h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M17 9v-4a2 2 0 0 0 -2 -2h-6a2 2 0 0 0 -2 2v4" - } - ], - [ - "path", - { - "d": "M7 13m0 2a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2z" - } - ] - ], - "prism-off": [ - [ - "path", - { - "d": "M12 12v10" - } - ], - [ - "path", - { - "d": "M17.957 17.952l-4.937 3.703a1.7 1.7 0 0 1 -2.04 0l-5.98 -4.485a2.5 2.5 0 0 1 -1 -2v-11.17m3 -1h12a1 1 0 0 1 1 1v11.17c0 .25 -.037 .495 -.109 .729" - } - ], - [ - "path", - { - "d": "M12.688 8.7a1.7 1.7 0 0 0 .357 -.214l6.655 -5.186" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "prism-plus": [ - [ - "path", - { - "d": "M12 9v13" - } - ], - [ - "path", - { - "d": "M13.02 21.655a1.7 1.7 0 0 1 -2.04 0l-5.98 -4.485a2.5 2.5 0 0 1 -1 -2v-11.17a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v8" - } - ], - [ - "path", - { - "d": "M4.3 3.3l6.655 5.186a1.7 1.7 0 0 0 2.09 0l6.655 -5.186" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "prism": [ - [ - "path", - { - "d": "M12 9v13" - } - ], - [ - "path", - { - "d": "M19 17.17l-5.98 4.485a1.7 1.7 0 0 1 -2.04 0l-5.98 -4.485a2.5 2.5 0 0 1 -1 -2v-11.17a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v11.17a2.5 2.5 0 0 1 -1 2z" - } - ], - [ - "path", - { - "d": "M4.3 3.3l6.655 5.186a1.7 1.7 0 0 0 2.09 0l6.655 -5.186" - } - ] - ], - "prison": [ - [ - "path", - { - "d": "M18 4v16" - } - ], - [ - "path", - { - "d": "M14 4v16" - } - ], - [ - "path", - { - "d": "M6 4v5" - } - ], - [ - "path", - { - "d": "M6 15v5" - } - ], - [ - "path", - { - "d": "M10 4v5" - } - ], - [ - "path", - { - "d": "M11 9h-6v6h6z" - } - ], - [ - "path", - { - "d": "M10 15v5" - } - ], - [ - "path", - { - "d": "M8 12h-.01" - } - ] - ], - "progress-alert": [ - [ - "path", - { - "d": "M10 20.777a8.942 8.942 0 0 1 -2.48 -.969" - } - ], - [ - "path", - { - "d": "M14 3.223a9.003 9.003 0 0 1 0 17.554" - } - ], - [ - "path", - { - "d": "M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592" - } - ], - [ - "path", - { - "d": "M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305" - } - ], - [ - "path", - { - "d": "M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356" - } - ], - [ - "path", - { - "d": "M12 8v4" - } - ], - [ - "path", - { - "d": "M12 16v.01" - } - ] - ], - "progress-bolt": [ - [ - "path", - { - "d": "M10 20.777a8.942 8.942 0 0 1 -2.48 -.969" - } - ], - [ - "path", - { - "d": "M14 3.223a9.003 9.003 0 0 1 0 17.554" - } - ], - [ - "path", - { - "d": "M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592" - } - ], - [ - "path", - { - "d": "M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305" - } - ], - [ - "path", - { - "d": "M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356" - } - ], - [ - "path", - { - "d": "M12 9l-2 3h4l-2 3" - } - ] - ], - "progress-check": [ - [ - "path", - { - "d": "M10 20.777a8.942 8.942 0 0 1 -2.48 -.969" - } - ], - [ - "path", - { - "d": "M14 3.223a9.003 9.003 0 0 1 0 17.554" - } - ], - [ - "path", - { - "d": "M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592" - } - ], - [ - "path", - { - "d": "M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305" - } - ], - [ - "path", - { - "d": "M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356" - } - ], - [ - "path", - { - "d": "M9 12l2 2l4 -4" - } - ] - ], - "progress-down": [ - [ - "path", - { - "d": "M10 20.777a8.942 8.942 0 0 1 -2.48 -.969" - } - ], - [ - "path", - { - "d": "M14 3.223a9.003 9.003 0 0 1 0 17.554" - } - ], - [ - "path", - { - "d": "M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592" - } - ], - [ - "path", - { - "d": "M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305" - } - ], - [ - "path", - { - "d": "M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356" - } - ], - [ - "path", - { - "d": "M12 9v6" - } - ], - [ - "path", - { - "d": "M15 12l-3 3l-3 -3" - } - ] - ], - "progress-help": [ - [ - "path", - { - "d": "M12 16v.01" - } - ], - [ - "path", - { - "d": "M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ], - [ - "path", - { - "d": "M10 20.777a8.942 8.942 0 0 1 -2.48 -.969" - } - ], - [ - "path", - { - "d": "M14 3.223a9.003 9.003 0 0 1 0 17.554" - } - ], - [ - "path", - { - "d": "M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592" - } - ], - [ - "path", - { - "d": "M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305" - } - ], - [ - "path", - { - "d": "M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356" - } - ] - ], - "progress-x": [ - [ - "path", - { - "d": "M10 20.777a8.942 8.942 0 0 1 -2.48 -.969" - } - ], - [ - "path", - { - "d": "M14 3.223a9.003 9.003 0 0 1 0 17.554" - } - ], - [ - "path", - { - "d": "M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592" - } - ], - [ - "path", - { - "d": "M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305" - } - ], - [ - "path", - { - "d": "M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356" - } - ], - [ - "path", - { - "d": "M14 14l-4 -4" - } - ], - [ - "path", - { - "d": "M10 14l4 -4" - } - ] - ], - "progress": [ - [ - "path", - { - "d": "M10 20.777a8.942 8.942 0 0 1 -2.48 -.969" - } - ], - [ - "path", - { - "d": "M14 3.223a9.003 9.003 0 0 1 0 17.554" - } - ], - [ - "path", - { - "d": "M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592" - } - ], - [ - "path", - { - "d": "M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305" - } - ], - [ - "path", - { - "d": "M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356" - } - ] - ], - "prompt": [ - [ - "path", - { - "d": "M5 7l5 5l-5 5" - } - ], - [ - "path", - { - "d": "M13 17l6 0" - } - ] - ], - "prong": [ - [ - "path", - { - "d": "M10.2 10.2l6.3 6.3" - } - ], - [ - "path", - { - "d": "M19.347 16.575l1.08 1.079a1.96 1.96 0 0 1 -2.773 2.772l-1.08 -1.079a1.96 1.96 0 0 1 2.773 -2.772z" - } - ], - [ - "path", - { - "d": "M3 7l3.05 3.15a2.9 2.9 0 0 0 4.1 -4.1l-3.15 -3.05" - } - ] - ], - "propeller-off": [ - [ - "path", - { - "d": "M10.448 10.432a3 3 0 1 0 4.106 4.143" - } - ], - [ - "path", - { - "d": "M14.272 10.272c.66 -1.459 1.058 -2.888 1.198 -4.286c.22 -1.63 -.762 -2.986 -3.47 -2.986c-1.94 0 -3 .696 -3.355 1.69m.697 4.653c.145 .384 .309 .77 .491 1.157" - } - ], - [ - "path", - { - "d": "M13.169 16.751c.97 1.395 2.057 2.523 3.257 3.386c1.02 .789 2.265 .853 3.408 -.288m1.479 -2.493c.492 -1.634 -.19 -2.726 -1.416 -3.229c-.82 -.37 -1.703 -.654 -2.65 -.852" - } - ], - [ - "path", - { - "d": "M8.664 13c-1.693 .143 -3.213 .52 -4.56 1.128c-1.522 .623 -2.206 2.153 -.852 4.498s3.02 2.517 4.321 1.512c1.2 -.863 2.287 -1.991 3.258 -3.386" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "propeller": [ - [ - "path", - { - "d": "M12 13m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M14.167 10.5c.722 -1.538 1.156 -3.043 1.303 -4.514c.22 -1.63 -.762 -2.986 -3.47 -2.986s-3.69 1.357 -3.47 2.986c.147 1.471 .581 2.976 1.303 4.514" - } - ], - [ - "path", - { - "d": "M13.169 16.751c.97 1.395 2.057 2.523 3.257 3.386c1.3 1 2.967 .833 4.321 -1.512c1.354 -2.345 .67 -3.874 -.85 -4.498c-1.348 -.608 -2.868 -.985 -4.562 -1.128" - } - ], - [ - "path", - { - "d": "M8.664 13c-1.693 .143 -3.213 .52 -4.56 1.128c-1.522 .623 -2.206 2.153 -.852 4.498s3.02 2.517 4.321 1.512c1.2 -.863 2.287 -1.991 3.258 -3.386" - } - ] - ], - "protocol": [ - [ - "path", - { - "d": "M15 6l-7 12" - } - ], - [ - "path", - { - "d": "M20 6l-7 12" - } - ], - [ - "path", - { - "d": "M5 14v.015" - } - ], - [ - "path", - { - "d": "M5 10.015v.015" - } - ] - ], - "pumpkin-scary": [ - [ - "path", - { - "d": "M9 15l1.5 1l1.5 -1l1.5 1l1.5 -1" - } - ], - [ - "path", - { - "d": "M10 11h.01" - } - ], - [ - "path", - { - "d": "M14 11h.01" - } - ], - [ - "path", - { - "d": "M17 6.082c2.609 .588 3.627 4.162 2.723 7.983c-.903 3.82 -2.75 6.44 -5.359 5.853a3.355 3.355 0 0 1 -.774 -.279a3.728 3.728 0 0 1 -1.59 .361c-.556 0 -1.09 -.127 -1.59 -.362a3.296 3.296 0 0 1 -.774 .28c-2.609 .588 -4.456 -2.033 -5.36 -5.853c-.903 -3.82 .115 -7.395 2.724 -7.983c1.085 -.244 1.575 .066 2.585 .787c.716 -.554 1.54 -.869 2.415 -.869c.876 0 1.699 .315 2.415 .87c1.01 -.722 1.5 -1.032 2.585 -.788z" - } - ], - [ - "path", - { - "d": "M12 6c0 -1.226 .693 -2.346 1.789 -2.894l.211 -.106" - } - ] - ], - "puzzle-2": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 4v2.5a.5 .5 0 0 1 -.5 .5a1.5 1.5 0 0 0 0 3a.5 .5 0 0 1 .5 .5v1.5" - } - ], - [ - "path", - { - "d": "M12 12v1.5a.5 .5 0 0 0 .5 .5a1.5 1.5 0 0 1 0 3a.5 .5 0 0 0 -.5 .5v2.5" - } - ], - [ - "path", - { - "d": "M20 12h-2.5a.5 .5 0 0 1 -.5 -.5a1.5 1.5 0 0 0 -3 0a.5 .5 0 0 1 -.5 .5h-1.5" - } - ], - [ - "path", - { - "d": "M12 12h-1.5a.5 .5 0 0 0 -.5 .5a1.5 1.5 0 0 1 -3 0a.5 .5 0 0 0 -.5 -.5h-2.5" - } - ] - ], - "puzzle-filled": [ - [ - "path", - { - "d": "M10 2a3 3 0 0 1 2.995 2.824l.005 .176v1h3a2 2 0 0 1 1.995 1.85l.005 .15v3h1a3 3 0 0 1 .176 5.995l-.176 .005h-1v3a2 2 0 0 1 -1.85 1.995l-.15 .005h-3a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-1a1 1 0 0 0 -1.993 -.117l-.007 .117v1a2 2 0 0 1 -1.85 1.995l-.15 .005h-3a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3a2 2 0 0 1 1.85 -1.995l.15 -.005h1a1 1 0 0 0 .117 -1.993l-.117 -.007h-1a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3a2 2 0 0 1 1.85 -1.995l.15 -.005h3v-1a3 3 0 0 1 3 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "puzzle-off": [ - [ - "path", - { - "d": "M8.18 4.171a2 2 0 0 1 3.82 .829v1a1 1 0 0 0 1 1h3a1 1 0 0 1 1 1v3a1 1 0 0 0 1 1h1a2 2 0 0 1 .819 3.825m-2.819 1.175v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-1a2 2 0 1 0 -4 0v1a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h1a2 2 0 1 0 0 -4h-1a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "puzzle": [ - [ - "path", - { - "d": "M4 7h3a1 1 0 0 0 1 -1v-1a2 2 0 0 1 4 0v1a1 1 0 0 0 1 1h3a1 1 0 0 1 1 1v3a1 1 0 0 0 1 1h1a2 2 0 0 1 0 4h-1a1 1 0 0 0 -1 1v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-1a2 2 0 0 0 -4 0v1a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h1a2 2 0 0 0 0 -4h-1a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1" - } - ] - ], - "pyramid-off": [ - [ - "path", - { - "d": "M21.384 17.373a1.004 1.004 0 0 0 -.013 -1.091l-8.54 -13.836a.999 .999 0 0 0 -1.664 0l-1.8 2.917m-1.531 2.48l-5.209 8.439a1.005 1.005 0 0 0 .386 1.452l8.092 4.054a1.994 1.994 0 0 0 1.789 0l5.903 -2.958" - } - ], - [ - "path", - { - "d": "M12 2v6m0 4v10" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "pyramid-plus": [ - [ - "path", - { - "d": "M18.719 11.985l-5.889 -9.539a.999 .999 0 0 0 -1.664 0l-8.54 13.836a1.005 1.005 0 0 0 .386 1.452l8.092 4.054a1.994 1.994 0 0 0 1.789 0l.149 -.074" - } - ], - [ - "path", - { - "d": "M12 2v20" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "pyramid": [ - [ - "path", - { - "d": "M11.105 21.788a1.994 1.994 0 0 0 1.789 0l8.092 -4.054c.538 -.27 .718 -.951 .385 -1.452l-8.54 -13.836a.999 .999 0 0 0 -1.664 0l-8.54 13.836a1.005 1.005 0 0 0 .386 1.452l8.092 4.054z" - } - ], - [ - "path", - { - "d": "M12 2v20" - } - ] - ], - "qrcode-off": [ - [ - "path", - { - "d": "M8 4h1a1 1 0 0 1 1 1v1m-.297 3.711a1 1 0 0 1 -.703 .289h-4a1 1 0 0 1 -1 -1v-4c0 -.275 .11 -.524 .29 -.705" - } - ], - [ - "path", - { - "d": "M7 17v.01" - } - ], - [ - "path", - { - "d": "M14 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M7 7v.01" - } - ], - [ - "path", - { - "d": "M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 7v.01" - } - ], - [ - "path", - { - "d": "M20 14v.01" - } - ], - [ - "path", - { - "d": "M14 14v3" - } - ], - [ - "path", - { - "d": "M14 20h3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "qrcode": [ - [ - "path", - { - "d": "M4 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M7 17l0 .01" - } - ], - [ - "path", - { - "d": "M14 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M7 7l0 .01" - } - ], - [ - "path", - { - "d": "M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 7l0 .01" - } - ], - [ - "path", - { - "d": "M14 14l3 0" - } - ], - [ - "path", - { - "d": "M20 14l0 .01" - } - ], - [ - "path", - { - "d": "M14 14l0 3" - } - ], - [ - "path", - { - "d": "M14 20l3 0" - } - ], - [ - "path", - { - "d": "M17 17l3 0" - } - ], - [ - "path", - { - "d": "M20 17l0 3" - } - ] - ], - "question-mark": [ - [ - "path", - { - "d": "M8 8a3.5 3 0 0 1 3.5 -3h1a3.5 3 0 0 1 3.5 3a3 3 0 0 1 -2 3a3 4 0 0 0 -2 4" - } - ], - [ - "path", - { - "d": "M12 19l0 .01" - } - ] - ], - "quote-off": [ - [ - "path", - { - "d": "M10 11h-4a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1m4 4v3c0 2.667 -1.333 4.333 -4 5" - } - ], - [ - "path", - { - "d": "M19 11h-4m-1 -1v-3a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v6c0 .66 -.082 1.26 -.245 1.798m-1.653 2.29c-.571 .4 -1.272 .704 -2.102 .912" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "quote": [ - [ - "path", - { - "d": "M10 11h-4a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v6c0 2.667 -1.333 4.333 -4 5" - } - ], - [ - "path", - { - "d": "M19 11h-4a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v6c0 2.667 -1.333 4.333 -4 5" - } - ] - ], - "quotes": [ - [ - "path", - { - "d": "M4 12c-1.333 -1.854 -1.333 -4.146 0 -6" - } - ], - [ - "path", - { - "d": "M8 12c-1.333 -1.854 -1.333 -4.146 0 -6" - } - ], - [ - "path", - { - "d": "M16 18c1.333 -1.854 1.333 -4.146 0 -6" - } - ], - [ - "path", - { - "d": "M20 18c1.333 -1.854 1.333 -4.146 0 -6" - } - ] - ], - "radar-2": [ - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M15.51 15.56a5 5 0 1 0 -3.51 1.44" - } - ], - [ - "path", - { - "d": "M18.832 17.86a9 9 0 1 0 -6.832 3.14" - } - ], - [ - "path", - { - "d": "M12 12v9" - } - ] - ], - "radar-off": [ - [ - "path", - { - "d": "M11.291 11.295a1 1 0 0 0 .709 1.705v8c2.488 0 4.74 -1.01 6.37 -2.642m1.675 -2.319a8.962 8.962 0 0 0 .955 -4.039h-5" - } - ], - [ - "path", - { - "d": "M16 9a5 5 0 0 0 -5.063 -1.88m-2.466 1.347a5 5 0 0 0 .53 7.535" - } - ], - [ - "path", - { - "d": "M20.486 9a9 9 0 0 0 -12.525 -5.032m-2.317 1.675a9 9 0 0 0 3.36 14.852" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "radar": [ - [ - "path", - { - "d": "M21 12h-8a1 1 0 1 0 -1 1v8a9 9 0 0 0 9 -9" - } - ], - [ - "path", - { - "d": "M16 9a5 5 0 1 0 -7 7" - } - ], - [ - "path", - { - "d": "M20.486 9a9 9 0 1 0 -11.482 11.495" - } - ] - ], - "radio-off": [ - [ - "path", - { - "d": "M14 3l-4.986 2m-2.875 1.15l-1.51 .604a1 1 0 0 0 -.629 .928v11.323a1 1 0 0 0 1 1h14a1 1 0 0 0 .708 -.294m.292 -3.706v-8a1 1 0 0 0 -1 -1h-8m-4 0h-2.5" - } - ], - [ - "path", - { - "d": "M4 12h8m4 0h4" - } - ], - [ - "path", - { - "d": "M7 12v-2" - } - ], - [ - "path", - { - "d": "M13 16v.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "radio": [ - [ - "path", - { - "d": "M14 3l-9.371 3.749a1 1 0 0 0 -.629 .928v11.323a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-11a1 1 0 0 0 -1 -1h-14.5" - } - ], - [ - "path", - { - "d": "M4 12h16" - } - ], - [ - "path", - { - "d": "M7 12v-2" - } - ], - [ - "path", - { - "d": "M17 16v.01" - } - ], - [ - "path", - { - "d": "M13 16v.01" - } - ] - ], - "radioactive-filled": [ - [ - "path", - { - "d": "M21 11a1 1 0 0 1 1 1a10 10 0 0 1 -5 8.656a1 1 0 0 1 -1.302 -.268l-.064 -.098l-3 -5.19a.995 .995 0 0 1 -.133 -.542l.01 -.11l.023 -.106l.034 -.106l.046 -.1l.056 -.094l.067 -.089a.994 .994 0 0 1 .165 -.155l.098 -.064a2 2 0 0 0 .993 -1.57l.007 -.163a1 1 0 0 1 .883 -.994l.117 -.007h6z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M7 3.344a10 10 0 0 1 10 0a1 1 0 0 1 .418 1.262l-.052 .104l-3 5.19l-.064 .098a.994 .994 0 0 1 -.155 .165l-.089 .067a1 1 0 0 1 -.195 .102l-.105 .034l-.107 .022a1.003 1.003 0 0 1 -.547 -.07l-.104 -.052a2 2 0 0 0 -1.842 -.082l-.158 .082a1 1 0 0 1 -1.302 -.268l-.064 -.098l-3 -5.19a1 1 0 0 1 .366 -1.366z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M9 11a1 1 0 0 1 .993 .884l.007 .117a2 2 0 0 0 .861 1.645l.237 .152a.994 .994 0 0 1 .165 .155l.067 .089l.056 .095l.045 .099c.014 .036 .026 .07 .035 .106l.022 .107l.011 .11a.994 .994 0 0 1 -.08 .437l-.053 .104l-3 5.19a1 1 0 0 1 -1.366 .366a10 10 0 0 1 -5 -8.656a1 1 0 0 1 .883 -.993l.117 -.007h6z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "radioactive-off": [ - [ - "path", - { - "d": "M14.118 14.127c-.182 .181 -.39 .341 -.618 .473l3 5.19a9 9 0 0 0 1.856 -1.423m1.68 -2.32a8.993 8.993 0 0 0 .964 -4.047h-5" - } - ], - [ - "path", - { - "d": "M13.5 9.4l3 -5.19a9 9 0 0 0 -8.536 -.25" - } - ], - [ - "path", - { - "d": "M10.5 14.6l-3 5.19a9 9 0 0 1 -4.5 -7.79h6a3 3 0 0 0 1.5 2.6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "radioactive": [ - [ - "path", - { - "d": "M13.5 14.6l3 5.19a9 9 0 0 0 4.5 -7.79h-6a3 3 0 0 1 -1.5 2.6" - } - ], - [ - "path", - { - "d": "M13.5 9.4l3 -5.19a9 9 0 0 0 -9 0l3 5.19a3 3 0 0 1 3 0" - } - ], - [ - "path", - { - "d": "M10.5 14.6l-3 5.19a9 9 0 0 1 -4.5 -7.79h6a3 3 0 0 0 1.5 2.6" - } - ] - ], - "radius-bottom-left": [ - [ - "path", - { - "d": "M19 19h-6a8 8 0 0 1 -8 -8v-6" - } - ] - ], - "radius-bottom-right": [ - [ - "path", - { - "d": "M19 5v6a8 8 0 0 1 -8 8h-6" - } - ] - ], - "radius-top-left": [ - [ - "path", - { - "d": "M5 19v-6a8 8 0 0 1 8 -8h6" - } - ] - ], - "radius-top-right": [ - [ - "path", - { - "d": "M5 5h6a8 8 0 0 1 8 8v6" - } - ] - ], - "rainbow-off": [ - [ - "path", - { - "d": "M22 17c0 -5.523 -4.477 -10 -10 -10c-.308 0 -.613 .014 -.914 .041m-3.208 .845a10 10 0 0 0 -5.878 9.114" - } - ], - [ - "path", - { - "d": "M11.088 11.069a6 6 0 0 0 -5.088 5.931" - } - ], - [ - "path", - { - "d": "M14 17a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "rainbow": [ - [ - "path", - { - "d": "M22 17c0 -5.523 -4.477 -10 -10 -10s-10 4.477 -10 10" - } - ], - [ - "path", - { - "d": "M18 17a6 6 0 1 0 -12 0" - } - ], - [ - "path", - { - "d": "M14 17a2 2 0 1 0 -4 0" - } - ] - ], - "rating-12-plus": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M7 15v-6" - } - ], - [ - "path", - { - "d": "M15.5 12h3" - } - ], - [ - "path", - { - "d": "M17 10.5v3" - } - ], - [ - "path", - { - "d": "M10 10.5a1.5 1.5 0 0 1 3 0c0 .443 -.313 .989 -.612 1.393l-2.388 3.107h3" - } - ] - ], - "rating-14-plus": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M7 15v-6" - } - ], - [ - "path", - { - "d": "M15.5 12h3" - } - ], - [ - "path", - { - "d": "M17 10.5v3" - } - ], - [ - "path", - { - "d": "M12.5 15v-6m-2.5 0v4h3" - } - ] - ], - "rating-16-plus": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M11.5 13.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" - } - ], - [ - "path", - { - "d": "M7 15v-6" - } - ], - [ - "path", - { - "d": "M15.5 12h3" - } - ], - [ - "path", - { - "d": "M17 10.5v3" - } - ], - [ - "path", - { - "d": "M10 13.5v-3a1.5 1.5 0 0 1 1.5 -1.5h1" - } - ] - ], - "rating-18-plus": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M11.5 10.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" - } - ], - [ - "path", - { - "d": "M11.5 13.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" - } - ], - [ - "path", - { - "d": "M7 15v-6" - } - ], - [ - "path", - { - "d": "M15.5 12h3" - } - ], - [ - "path", - { - "d": "M17 10.5v3" - } - ] - ], - "rating-21-plus": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M13 15v-6" - } - ], - [ - "path", - { - "d": "M15.5 12h3" - } - ], - [ - "path", - { - "d": "M17 10.5v3" - } - ], - [ - "path", - { - "d": "M7 10.5a1.5 1.5 0 0 1 3 0c0 .443 -.313 .989 -.612 1.393l-2.388 3.107h3" - } - ] - ], - "razor-electric": [ - [ - "path", - { - "d": "M8 3v2" - } - ], - [ - "path", - { - "d": "M12 3v2" - } - ], - [ - "path", - { - "d": "M16 3v2" - } - ], - [ - "path", - { - "d": "M9 12v6a3 3 0 0 0 6 0v-6h-6z" - } - ], - [ - "path", - { - "d": "M8 5h8l-1 4h-6z" - } - ], - [ - "path", - { - "d": "M12 17v1" - } - ] - ], - "razor": [ - [ - "path", - { - "d": "M7 3h10v4h-10z" - } - ], - [ - "path", - { - "d": "M12 7v4" - } - ], - [ - "path", - { - "d": "M12 11a2 2 0 0 1 2 2v6a2 2 0 1 1 -4 0v-6a2 2 0 0 1 2 -2z" - } - ] - ], - "receipt-2": [ - [ - "path", - { - "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" - } - ], - [ - "path", - { - "d": "M14 8h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5m2 0v1.5m0 -9v1.5" - } - ] - ], - "receipt-bitcoin": [ - [ - "path", - { - "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" - } - ], - [ - "path", - { - "d": "M9 7h4.09c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2h-4.09" - } - ], - [ - "path", - { - "d": "M10 11h4" - } - ], - [ - "path", - { - "d": "M10 6v10v-9" - } - ], - [ - "path", - { - "d": "M13 6v1" - } - ], - [ - "path", - { - "d": "M13 15v1" - } - ] - ], - "receipt-dollar": [ - [ - "path", - { - "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" - } - ], - [ - "path", - { - "d": "M14.8 8a2 2 0 0 0 -1.8 -1h-2a2 2 0 1 0 0 4h2a2 2 0 1 1 0 4h-2a2 2 0 0 1 -1.8 -1" - } - ], - [ - "path", - { - "d": "M12 6v10" - } - ] - ], - "receipt-euro": [ - [ - "path", - { - "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" - } - ], - [ - "path", - { - "d": "M15 7.8c-.523 -.502 -1.172 -.8 -1.875 -.8c-1.727 0 -3.125 1.791 -3.125 4s1.398 4 3.125 4c.703 0 1.352 -.298 1.874 -.8" - } - ], - [ - "path", - { - "d": "M9 11h4" - } - ] - ], - "receipt-off": [ - [ - "path", - { - "d": "M5 21v-16m2 -2h10a2 2 0 0 1 2 2v10m0 4.01v1.99l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" - } - ], - [ - "path", - { - "d": "M11 7l4 0" - } - ], - [ - "path", - { - "d": "M9 11l2 0" - } - ], - [ - "path", - { - "d": "M13 15l2 0" - } - ], - [ - "path", - { - "d": "M15 11l0 .01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "receipt-pound": [ - [ - "path", - { - "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" - } - ], - [ - "path", - { - "d": "M15 9a2 2 0 1 0 -4 0v4a2 2 0 0 1 -2 2h6" - } - ], - [ - "path", - { - "d": "M9 12h4" - } - ] - ], - "receipt-refund": [ - [ - "path", - { - "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" - } - ], - [ - "path", - { - "d": "M15 14v-2a2 2 0 0 0 -2 -2h-4l2 -2m0 4l-2 -2" - } - ] - ], - "receipt-rupee": [ - [ - "path", - { - "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" - } - ], - [ - "path", - { - "d": "M15 7h-6h1a3 3 0 0 1 0 6h-1l3 3" - } - ], - [ - "path", - { - "d": "M9 10h6" - } - ] - ], - "receipt-tax": [ - [ - "path", - { - "d": "M9 14l6 -6" - } - ], - [ - "circle", - { - "cx": "9.5", - "cy": "8.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "14.5", - "cy": "13.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" - } - ] - ], - "receipt-yen": [ - [ - "path", - { - "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" - } - ], - [ - "path", - { - "d": "M9 11h6" - } - ], - [ - "path", - { - "d": "M9 14h6" - } - ], - [ - "path", - { - "d": "M9 7l3 4.5" - } - ], - [ - "path", - { - "d": "M15 7l-3 4.5v4.5" - } - ] - ], - "receipt-yuan": [ - [ - "path", - { - "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" - } - ], - [ - "path", - { - "d": "M9 12h6" - } - ], - [ - "path", - { - "d": "M9 7l3 4.5" - } - ], - [ - "path", - { - "d": "M15 7l-3 4.5v4.5" - } - ] - ], - "receipt": [ - [ - "path", - { - "d": "M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2m4 -14h6m-6 4h6m-2 4h2" - } - ] - ], - "recharging": [ - [ - "path", - { - "d": "M7.038 4.5a9 9 0 0 0 -2.495 2.47" - } - ], - [ - "path", - { - "d": "M3.186 10.209a9 9 0 0 0 0 3.508" - } - ], - [ - "path", - { - "d": "M4.5 16.962a9 9 0 0 0 2.47 2.495" - } - ], - [ - "path", - { - "d": "M10.209 20.814a9 9 0 0 0 3.5 0" - } - ], - [ - "path", - { - "d": "M16.962 19.5a9 9 0 0 0 2.495 -2.47" - } - ], - [ - "path", - { - "d": "M20.814 13.791a9 9 0 0 0 0 -3.508" - } - ], - [ - "path", - { - "d": "M19.5 7.038a9 9 0 0 0 -2.47 -2.495" - } - ], - [ - "path", - { - "d": "M13.791 3.186a9 9 0 0 0 -3.508 -.02" - } - ], - [ - "path", - { - "d": "M12 8l-2 4h4l-2 4" - } - ], - [ - "path", - { - "d": "M12 21a9 9 0 0 0 0 -18" - } - ] - ], - "record-mail-off": [ - [ - "path", - { - "d": "M7 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M18.569 14.557a3 3 0 1 0 -4.113 -4.149" - } - ], - [ - "path", - { - "d": "M7 15h8" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "record-mail": [ - [ - "path", - { - "d": "M7 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M7 15l10 0" - } - ] - ], - "rectangle-filled": [ - [ - "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", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "rectangle-rounded-bottom": [ - [ - "path", - { - "d": "M9 18h6a6 6 0 0 0 6 -6v-5a1 1 0 0 0 -1 -1h-16a1 1 0 0 0 -1 1v5a6 6 0 0 0 6 6z" - } - ] - ], - "rectangle-rounded-top": [ - [ - "path", - { - "d": "M9 6h6a6 6 0 0 1 6 6v5a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-5a6 6 0 0 1 6 -6z" - } - ] - ], - "rectangle-vertical-filled": [ - [ - "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", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "rectangle-vertical": [ - [ - "path", - { - "d": "M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ] - ], - "rectangle": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ] - ], - "rectangular-prism-off": [ - [ - "path", - { - "d": "M8.18 8.18l-4.18 2.093c-.619 .355 -1 1.01 -1 1.718v5.018c0 .709 .381 1.363 1 1.717l4 2.008a2.016 2.016 0 0 0 2 0l7.146 -3.578m2.67 -1.337l.184 -.093c.619 -.355 1 -1.01 1 -1.718v-5.018a1.98 1.98 0 0 0 -1 -1.717l-4 -2.008a2.016 2.016 0 0 0 -2 0l-3.146 1.575" - } - ], - [ - "path", - { - "d": "M9 21v-7.5" - } - ], - [ - "path", - { - "d": "M9 13.5l3.048 -1.458m2.71 -1.296l5.742 -2.746" - } - ], - [ - "path", - { - "d": "M3.5 11l5.5 2.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "rectangular-prism-plus": [ - [ - "path", - { - "d": "M21 12.5v-3.509a1.98 1.98 0 0 0 -1 -1.717l-4 -2.008a2.016 2.016 0 0 0 -2 0l-10 5.007c-.619 .355 -1 1.01 -1 1.718v5.018c0 .709 .381 1.363 1 1.717l4 2.008a2.016 2.016 0 0 0 2 0l2.062 -1.032" - } - ], - [ - "path", - { - "d": "M9 21v-7.5" - } - ], - [ - "path", - { - "d": "M9 13.5l11.5 -5.5" - } - ], - [ - "path", - { - "d": "M3.5 11l5.5 2.5" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "rectangular-prism": [ - [ - "path", - { - "d": "M21 14.008v-5.018a1.98 1.98 0 0 0 -1 -1.717l-4 -2.008a2.016 2.016 0 0 0 -2 0l-10 5.008c-.619 .355 -1 1.01 -1 1.718v5.018c0 .709 .381 1.363 1 1.717l4 2.008a2.016 2.016 0 0 0 2 0l10 -5.008c.619 -.355 1 -1.01 1 -1.718z" - } - ], - [ - "path", - { - "d": "M9 21v-7.5" - } - ], - [ - "path", - { - "d": "M9 13.5l11.5 -5.5" - } - ], - [ - "path", - { - "d": "M3.5 11l5.5 2.5" - } - ] - ], - "recycle-off": [ - [ - "path", - { - "d": "M12 17l-2 2l2 2m-2 -2h9m1.896 -2.071a2 2 0 0 0 -.146 -.679l-.55 -1" - } - ], - [ - "path", - { - "d": "M8.536 11l-.732 -2.732l-2.732 .732m2.732 -.732l-4.5 7.794a2 2 0 0 0 1.506 2.89l1.141 .024" - } - ], - [ - "path", - { - "d": "M15.464 11l2.732 .732l.732 -2.732m-.732 2.732l-4.5 -7.794a2 2 0 0 0 -3.256 -.14l-.591 .976" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "recycle": [ - [ - "path", - { - "d": "M12 17l-2 2l2 2" - } - ], - [ - "path", - { - "d": "M10 19h9a2 2 0 0 0 1.75 -2.75l-.55 -1" - } - ], - [ - "path", - { - "d": "M8.536 11l-.732 -2.732l-2.732 .732" - } - ], - [ - "path", - { - "d": "M7.804 8.268l-4.5 7.794a2 2 0 0 0 1.506 2.89l1.141 .024" - } - ], - [ - "path", - { - "d": "M15.464 11l2.732 .732l.732 -2.732" - } - ], - [ - "path", - { - "d": "M18.196 11.732l-4.5 -7.794a2 2 0 0 0 -3.256 -.14l-.591 .976" - } - ] - ], - "refresh-alert": [ - [ - "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" - } - ], - [ - "path", - { - "d": "M12 9l0 3" - } - ], - [ - "path", - { - "d": "M12 15l.01 0" - } - ] - ], - "refresh-dot": [ - [ - "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" - } - ], - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "refresh-off": [ - [ - "path", - { - "d": "M20 11a8.1 8.1 0 0 0 -11.271 -6.305m-2.41 1.624a8.083 8.083 0 0 0 -1.819 2.681m-.5 -4v4h4" - } - ], - [ - "path", - { - "d": "M4 13a8.1 8.1 0 0 0 13.671 4.691m2.329 -1.691v-1h-1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "refresh": [ - [ - "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" - } - ] - ], - "regex-off": [ - [ - "path", - { - "d": "M6.5 15a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0 -5z" - } - ], - [ - "path", - { - "d": "M17 7.875l3 -1.687" - } - ], - [ - "path", - { - "d": "M17 7.875v3.375" - } - ], - [ - "path", - { - "d": "M17 7.875l-3 -1.687" - } - ], - [ - "path", - { - "d": "M17 7.875l3 1.688" - } - ], - [ - "path", - { - "d": "M17 4.5v3.375" - } - ], - [ - "path", - { - "d": "M17 7.875l-3 1.688" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "regex": [ - [ - "path", - { - "d": "M6.5 15a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0 -5z" - } - ], - [ - "path", - { - "d": "M17 7.875l3 -1.687" - } - ], - [ - "path", - { - "d": "M17 7.875v3.375" - } - ], - [ - "path", - { - "d": "M17 7.875l-3 -1.687" - } - ], - [ - "path", - { - "d": "M17 7.875l3 1.688" - } - ], - [ - "path", - { - "d": "M17 4.5v3.375" - } - ], - [ - "path", - { - "d": "M17 7.875l-3 1.688" - } - ] - ], - "registered": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 15v-6h2a2 2 0 1 1 0 4h-2" - } - ], - [ - "path", - { - "d": "M14 15l-2 -2" - } - ] - ], - "relation-many-to-many": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M15 14v-4l3 4v-4" - } - ], - [ - "path", - { - "d": "M6 14v-4l3 4v-4" - } - ], - [ - "path", - { - "d": "M12 10.5l0 .01" - } - ], - [ - "path", - { - "d": "M12 13.5l0 .01" - } - ] - ], - "relation-one-to-many": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 10h1v4" - } - ], - [ - "path", - { - "d": "M14 14v-4l3 4v-4" - } - ], - [ - "path", - { - "d": "M11 10.5l0 .01" - } - ], - [ - "path", - { - "d": "M11 13.5l0 .01" - } - ] - ], - "relation-one-to-one": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M8 10h1v4" - } - ], - [ - "path", - { - "d": "M15 10h1v4" - } - ], - [ - "path", - { - "d": "M12 10.5l0 .01" - } - ], - [ - "path", - { - "d": "M12 13.5l0 .01" - } - ] - ], - "reload": [ - [ - "path", - { - "d": "M19.933 13.041a8 8 0 1 1 -9.925 -8.788c3.899 -1 7.935 1.007 9.425 4.747" - } - ], - [ - "path", - { - "d": "M20 4v5h-5" - } - ] - ], - "reorder": [ - [ - "path", - { - "d": "M3 15m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M10 15m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 15m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M5 11v-3a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v3" - } - ], - [ - "path", - { - "d": "M16.5 8.5l2.5 2.5l2.5 -2.5" - } - ] - ], - "repeat-off": [ - [ - "path", - { - "d": "M4 12v-3c0 -1.336 .873 -2.468 2.08 -2.856m3.92 -.144h10m-3 -3l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M20 12v3a3 3 0 0 1 -.133 .886m-1.99 1.984a3 3 0 0 1 -.877 .13h-13m3 3l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "repeat-once": [ - [ - "path", - { - "d": "M4 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M20 12v3a3 3 0 0 1 -3 3h-13m3 3l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M11 11l1 -1v4" - } - ] - ], - "repeat": [ - [ - "path", - { - "d": "M4 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M20 12v3a3 3 0 0 1 -3 3h-13m3 3l-3 -3l3 -3" - } - ] - ], - "replace-filled": [ - [ - "path", - { - "d": "M8 2h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M20 14h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M16.707 2.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.293 1.293h3.586a3 3 0 0 1 2.995 2.824l.005 .176v3a1 1 0 0 1 -1.993 .117l-.007 -.117v-3a1 1 0 0 0 -.883 -.993l-.117 -.007h-3.585l1.292 1.293a1 1 0 0 1 -1.32 1.497l-.094 -.083l-3 -3a.98 .98 0 0 1 -.28 -.872l.036 -.146l.04 -.104c.058 -.126 .14 -.24 .245 -.334l2.959 -2.958a1 1 0 0 1 1.414 0z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M3 12a1 1 0 0 1 .993 .883l.007 .117v3a1 1 0 0 0 .883 .993l.117 .007h3.585l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083l.094 .083l3 3a.98 .98 0 0 1 .28 .872l-.036 .146l-.04 .104a1.02 1.02 0 0 1 -.245 .334l-2.959 2.958a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.291 -1.293h-3.584a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-3a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "replace-off": [ - [ - "path", - { - "d": "M7 3h1a1 1 0 0 1 1 1v1m-.303 3.717a1 1 0 0 1 -.697 .283h-4a1 1 0 0 1 -1 -1v-4c0 -.28 .115 -.532 .3 -.714" - } - ], - [ - "path", - { - "d": "M19 15h1a1 1 0 0 1 1 1v1m-.303 3.717a1 1 0 0 1 -.697 .283h-4a1 1 0 0 1 -1 -1v-4c0 -.28 .115 -.532 .3 -.714" - } - ], - [ - "path", - { - "d": "M21 11v-3a2 2 0 0 0 -2 -2h-6l3 3m0 -6l-3 3" - } - ], - [ - "path", - { - "d": "M3 13v3a2 2 0 0 0 2 2h6l-3 -3m0 6l3 -3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "replace": [ - [ - "path", - { - "d": "M3 3m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M15 15m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M21 11v-3a2 2 0 0 0 -2 -2h-6l3 3m0 -6l-3 3" - } - ], - [ - "path", - { - "d": "M3 13v3a2 2 0 0 0 2 2h6l-3 -3m0 6l3 -3" - } - ] - ], - "report-analytics": [ - [ - "path", - { - "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 17v-5" - } - ], - [ - "path", - { - "d": "M12 17v-1" - } - ], - [ - "path", - { - "d": "M15 17v-3" - } - ] - ], - "report-medical": [ - [ - "path", - { - "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 14l4 0" - } - ], - [ - "path", - { - "d": "M12 12l0 4" - } - ] - ], - "report-money": [ - [ - "path", - { - "d": "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 11h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M12 17v1m0 -8v1" - } - ] - ], - "report-off": [ - [ - "path", - { - "d": "M5.576 5.595a2 2 0 0 0 -.576 1.405v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2m0 -4v-8a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 1 1 0 4h-2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "report-search": [ - [ - "path", - { - "d": "M8 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h5.697" - } - ], - [ - "path", - { - "d": "M18 12v-5a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M8 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M8 11h4" - } - ], - [ - "path", - { - "d": "M8 15h3" - } - ], - [ - "path", - { - "d": "M16.5 17.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" - } - ], - [ - "path", - { - "d": "M18.5 19.5l2.5 2.5" - } - ] - ], - "report": [ - [ - "path", - { - "d": "M8 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h5.697" - } - ], - [ - "path", - { - "d": "M18 14v4h4" - } - ], - [ - "path", - { - "d": "M18 11v-4a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M8 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M18 18m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M8 11h4" - } - ], - [ - "path", - { - "d": "M8 15h3" - } - ] - ], - "reserved-line": [ - [ - "path", - { - "d": "M9 20h6" - } - ], - [ - "path", - { - "d": "M12 14v6" - } - ], - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 9h6" - } - ] - ], - "resize": [ - [ - "path", - { - "d": "M4 11v8a1 1 0 0 0 1 1h8m-9 -14v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1" - } - ], - [ - "path", - { - "d": "M4 12h7a1 1 0 0 1 1 1v7" - } - ] - ], - "restore": [ - [ - "path", - { - "d": "M3.06 13a9 9 0 1 0 .49 -4.087" - } - ], - [ - "path", - { - "d": "M3 4.001v5h5" - } - ], - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "rewind-backward-10": [ - [ - "path", - { - "d": "M7 9l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M15.997 17.918a6.002 6.002 0 0 0 -.997 -11.918h-11" - } - ], - [ - "path", - { - "d": "M6 14v6" - } - ], - [ - "path", - { - "d": "M9 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" - } - ] - ], - "rewind-backward-15": [ - [ - "path", - { - "d": "M8 20h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3" - } - ], - [ - "path", - { - "d": "M15 18a6 6 0 1 0 0 -12h-11" - } - ], - [ - "path", - { - "d": "M5 14v6" - } - ], - [ - "path", - { - "d": "M7 9l-3 -3l3 -3" - } - ] - ], - "rewind-backward-20": [ - [ - "path", - { - "d": "M19.007 16.466a6 6 0 0 0 -4.007 -10.466h-11" - } - ], - [ - "path", - { - "d": "M7 9l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M12 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" - } - ], - [ - "path", - { - "d": "M6 14h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2" - } - ] - ], - "rewind-backward-30": [ - [ - "path", - { - "d": "M19.007 16.466a6 6 0 0 0 -4.007 -10.466h-11" - } - ], - [ - "path", - { - "d": "M12 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" - } - ], - [ - "path", - { - "d": "M6 14h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5" - } - ], - [ - "path", - { - "d": "M7 9l-3 -3l3 -3" - } - ] - ], - "rewind-backward-40": [ - [ - "path", - { - "d": "M19.007 16.466a6 6 0 0 0 -4.007 -10.466h-11" - } - ], - [ - "path", - { - "d": "M12 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" - } - ], - [ - "path", - { - "d": "M6 14v2a1 1 0 0 0 1 1h1" - } - ], - [ - "path", - { - "d": "M9 14v6" - } - ], - [ - "path", - { - "d": "M7 9l-3 -3l3 -3" - } - ] - ], - "rewind-backward-5": [ - [ - "path", - { - "d": "M15 18a6 6 0 1 0 0 -12h-11" - } - ], - [ - "path", - { - "d": "M7 9l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M8 20h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3" - } - ] - ], - "rewind-backward-50": [ - [ - "path", - { - "d": "M19.007 16.466a6 6 0 0 0 -4.007 -10.466h-11" - } - ], - [ - "path", - { - "d": "M12 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" - } - ], - [ - "path", - { - "d": "M6 20h1.5a1.5 1.5 0 0 0 0 -3h-1.5v-3h3" - } - ], - [ - "path", - { - "d": "M7 9l-3 -3l3 -3" - } - ] - ], - "rewind-backward-60": [ - [ - "path", - { - "d": "M19.007 16.466a6 6 0 0 0 -4.007 -10.466h-11" - } - ], - [ - "path", - { - "d": "M7 9l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M12 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" - } - ], - [ - "path", - { - "d": "M9 14h-2a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2" - } - ] - ], - "rewind-forward-10": [ - [ - "path", - { - "d": "M17 9l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M8 17.918a5.997 5.997 0 0 1 -5 -5.918a6 6 0 0 1 6 -6h11" - } - ], - [ - "path", - { - "d": "M12 14v6" - } - ], - [ - "path", - { - "d": "M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" - } - ] - ], - "rewind-forward-15": [ - [ - "path", - { - "d": "M17 9l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M9 18a6 6 0 1 1 0 -12h11" - } - ], - [ - "path", - { - "d": "M16 20h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3" - } - ], - [ - "path", - { - "d": "M13 14v6" - } - ] - ], - "rewind-forward-20": [ - [ - "path", - { - "d": "M5.007 16.478a6 6 0 0 1 3.993 -10.478h11" - } - ], - [ - "path", - { - "d": "M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" - } - ], - [ - "path", - { - "d": "M17 9l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M9 14h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2" - } - ] - ], - "rewind-forward-30": [ - [ - "path", - { - "d": "M5.007 16.478a6 6 0 0 1 3.993 -10.478h11" - } - ], - [ - "path", - { - "d": "M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" - } - ], - [ - "path", - { - "d": "M17 9l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M9 14h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5" - } - ] - ], - "rewind-forward-40": [ - [ - "path", - { - "d": "M5.007 16.478a6 6 0 0 1 3.993 -10.478h11" - } - ], - [ - "path", - { - "d": "M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" - } - ], - [ - "path", - { - "d": "M17 9l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M9 14v2a1 1 0 0 0 1 1h1" - } - ], - [ - "path", - { - "d": "M12 14v6" - } - ] - ], - "rewind-forward-5": [ - [ - "path", - { - "d": "M9 18a6 6 0 1 1 0 -12h11" - } - ], - [ - "path", - { - "d": "M13 20h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3" - } - ], - [ - "path", - { - "d": "M17 9l3 -3l-3 -3" - } - ] - ], - "rewind-forward-50": [ - [ - "path", - { - "d": "M5.007 16.478a6 6 0 0 1 3.993 -10.478h11" - } - ], - [ - "path", - { - "d": "M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" - } - ], - [ - "path", - { - "d": "M17 9l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M9 20h1.5a1.5 1.5 0 0 0 0 -3h-1.5v-3h3" - } - ] - ], - "rewind-forward-60": [ - [ - "path", - { - "d": "M5.007 16.478a6 6 0 0 1 3.993 -10.478h11" - } - ], - [ - "path", - { - "d": "M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" - } - ], - [ - "path", - { - "d": "M17 9l3 -3l-3 -3" - } - ], - [ - "path", - { - "d": "M12 14h-2a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2" - } - ] - ], - "ribbon-health": [ - [ - "path", - { - "d": "M7 21s9.286 -9.841 9.286 -13.841a3.864 3.864 0 0 0 -1.182 -3.008a4.13 4.13 0 0 0 -3.104 -1.144a4.13 4.13 0 0 0 -3.104 1.143a3.864 3.864 0 0 0 -1.182 3.01c0 4 9.286 13.84 9.286 13.84" - } - ] - ], - "rings": [ - [ - "path", - { - "d": "M7 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M7 15v-11" - } - ], - [ - "path", - { - "d": "M17 15v-11" - } - ], - [ - "path", - { - "d": "M3 4h18" - } - ] - ], - "ripple-off": [ - [ - "path", - { - "d": "M3 7c.915 -.61 1.83 -1.034 2.746 -1.272m4.212 .22c.68 .247 1.361 .598 2.042 1.052c3 2 6 2 9 0" - } - ], - [ - "path", - { - "d": "M3 17c3 -2 6 -2 9 0c2.092 1.395 4.184 1.817 6.276 1.266" - } - ], - [ - "path", - { - "d": "M3 12c3 -2 6 -2 9 0m5.482 1.429c1.173 -.171 2.345 -.647 3.518 -1.429" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "ripple": [ - [ - "path", - { - "d": "M3 7c3 -2 6 -2 9 0s6 2 9 0" - } - ], - [ - "path", - { - "d": "M3 17c3 -2 6 -2 9 0s6 2 9 0" - } - ], - [ - "path", - { - "d": "M3 12c3 -2 6 -2 9 0s6 2 9 0" - } - ] - ], - "road-off": [ - [ - "path", - { - "d": "M4 19l3.332 -11.661" - } - ], - [ - "path", - { - "d": "M16 5l2.806 9.823" - } - ], - [ - "path", - { - "d": "M12 8v-2" - } - ], - [ - "path", - { - "d": "M12 13v-1" - } - ], - [ - "path", - { - "d": "M12 18v-2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "road-sign": [ - [ - "path", - { - "d": "M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0z" - } - ], - [ - "path", - { - "d": "M9 14v-2c0 -.59 .414 -1 1 -1h5" - } - ], - [ - "path", - { - "d": "M13 9l2 2l-2 2" - } - ] - ], - "road": [ - [ - "path", - { - "d": "M4 19l4 -14" - } - ], - [ - "path", - { - "d": "M16 5l4 14" - } - ], - [ - "path", - { - "d": "M12 8v-2" - } - ], - [ - "path", - { - "d": "M12 13v-2" - } - ], - [ - "path", - { - "d": "M12 18v-2" - } - ] - ], - "robot-face": [ - [ - "path", - { - "d": "M6 5h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M9 16c1 .667 2 1 3 1s2 -.333 3 -1" - } - ], - [ - "path", - { - "d": "M9 7l-1 -4" - } - ], - [ - "path", - { - "d": "M15 7l1 -4" - } - ], - [ - "path", - { - "d": "M9 12v-1" - } - ], - [ - "path", - { - "d": "M15 12v-1" - } - ] - ], - "robot-off": [ - [ - "path", - { - "d": "M8 4h8a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2m-4 0h-4a2 2 0 0 1 -2 -2v-4" - } - ], - [ - "path", - { - "d": "M12 2v2" - } - ], - [ - "path", - { - "d": "M9 12v9" - } - ], - [ - "path", - { - "d": "M15 15v6" - } - ], - [ - "path", - { - "d": "M5 16l4 -2" - } - ], - [ - "path", - { - "d": "M9 18h6" - } - ], - [ - "path", - { - "d": "M14 8v.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "robot": [ - [ - "path", - { - "d": "M6 4m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 2v2" - } - ], - [ - "path", - { - "d": "M9 12v9" - } - ], - [ - "path", - { - "d": "M15 12v9" - } - ], - [ - "path", - { - "d": "M5 16l4 -2" - } - ], - [ - "path", - { - "d": "M15 14l4 2" - } - ], - [ - "path", - { - "d": "M9 18h6" - } - ], - [ - "path", - { - "d": "M10 8v.01" - } - ], - [ - "path", - { - "d": "M14 8v.01" - } - ] - ], - "rocket-off": [ - [ - "path", - { - "d": "M9.29 9.275a9.03 9.03 0 0 0 -.29 .725a6 6 0 0 0 -5 3a8 8 0 0 1 7 7a6 6 0 0 0 3 -5c.241 -.085 .478 -.18 .708 -.283m2.428 -1.61a9 9 0 0 0 2.864 -6.107a3 3 0 0 0 -3 -3a9 9 0 0 0 -6.107 2.864" - } - ], - [ - "path", - { - "d": "M7 14a6 6 0 0 0 -3 6a6 6 0 0 0 6 -3" - } - ], - [ - "path", - { - "d": "M15 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "rocket": [ - [ - "path", - { - "d": "M4 13a8 8 0 0 1 7 7a6 6 0 0 0 3 -5a9 9 0 0 0 6 -8a3 3 0 0 0 -3 -3a9 9 0 0 0 -8 6a6 6 0 0 0 -5 3" - } - ], - [ - "path", - { - "d": "M7 14a6 6 0 0 0 -3 6a6 6 0 0 0 6 -3" - } - ], - [ - "path", - { - "d": "M15 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "roller-skating": [ - [ - "path", - { - "d": "M5.905 5h3.418a1 1 0 0 1 .928 .629l1.143 2.856a3 3 0 0 0 2.207 1.83l4.717 .926a2.084 2.084 0 0 1 1.682 2.045v.714a1 1 0 0 1 -1 1h-13.895a1 1 0 0 1 -1 -1.1l.8 -8a1 1 0 0 1 1 -.9z" - } - ], - [ - "path", - { - "d": "M8 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M16 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "rollercoaster-off": [ - [ - "path", - { - "d": "M3 21a5.55 5.55 0 0 0 5.265 -3.795l.735 -2.205a8.759 8.759 0 0 1 2.35 -3.652m2.403 -1.589a8.76 8.76 0 0 1 3.572 -.759h3.675" - } - ], - [ - "path", - { - "d": "M20 9v7m0 4v1" - } - ], - [ - "path", - { - "d": "M8 21v-3" - } - ], - [ - "path", - { - "d": "M12 21v-9" - } - ], - [ - "path", - { - "d": "M16 9.5v2.5m0 4v5" - } - ], - [ - "path", - { - "d": "M15 3h5v3h-5z" - } - ], - [ - "path", - { - "d": "M9.446 5.415l.554 -.415l2 2.5l-.285 .213m-2.268 1.702l-1.447 1.085l-1.8 -.5l-.2 -2l1.139 -.854" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "rollercoaster": [ - [ - "path", - { - "d": "M3 21a5.55 5.55 0 0 0 5.265 -3.795l.735 -2.205a8.775 8.775 0 0 1 8.325 -6h3.675" - } - ], - [ - "path", - { - "d": "M20 9v12" - } - ], - [ - "path", - { - "d": "M8 21v-3" - } - ], - [ - "path", - { - "d": "M12 21v-10" - } - ], - [ - "path", - { - "d": "M16 9.5v11.5" - } - ], - [ - "path", - { - "d": "M15 3h5v3h-5z" - } - ], - [ - "path", - { - "d": "M6 8l4 -3l2 2.5l-4 3l-1.8 -.5z" - } - ] - ], - "rosette-filled": [ - [ - "path", - { - "d": "M12.01 2.011a3.2 3.2 0 0 1 2.113 .797l.154 .145l.698 .698a1.2 1.2 0 0 0 .71 .341l.135 .008h1a3.2 3.2 0 0 1 3.195 3.018l.005 .182v1c0 .27 .092 .533 .258 .743l.09 .1l.697 .698a3.2 3.2 0 0 1 .147 4.382l-.145 .154l-.698 .698a1.2 1.2 0 0 0 -.341 .71l-.008 .135v1a3.2 3.2 0 0 1 -3.018 3.195l-.182 .005h-1a1.2 1.2 0 0 0 -.743 .258l-.1 .09l-.698 .697a3.2 3.2 0 0 1 -4.382 .147l-.154 -.145l-.698 -.698a1.2 1.2 0 0 0 -.71 -.341l-.135 -.008h-1a3.2 3.2 0 0 1 -3.195 -3.018l-.005 -.182v-1a1.2 1.2 0 0 0 -.258 -.743l-.09 -.1l-.697 -.698a3.2 3.2 0 0 1 -.147 -4.382l.145 -.154l.698 -.698a1.2 1.2 0 0 0 .341 -.71l.008 -.135v-1l.005 -.182a3.2 3.2 0 0 1 3.013 -3.013l.182 -.005h1a1.2 1.2 0 0 0 .743 -.258l.1 -.09l.698 -.697a3.2 3.2 0 0 1 2.269 -.944z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "rosette-number-0": [ - [ - "path", - { - "d": "M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" - } - ], - [ - "path", - { - "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" - } - ] - ], - "rosette-number-1": [ - [ - "path", - { - "d": "M10 10l2 -2v8" - } - ], - [ - "path", - { - "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" - } - ] - ], - "rosette-number-2": [ - [ - "path", - { - "d": "M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" - } - ] - ], - "rosette-number-3": [ - [ - "path", - { - "d": "M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1" - } - ], - [ - "path", - { - "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" - } - ] - ], - "rosette-number-4": [ - [ - "path", - { - "d": "M10 8v3a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M14 8v8" - } - ], - [ - "path", - { - "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" - } - ] - ], - "rosette-number-5": [ - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" - } - ], - [ - "path", - { - "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" - } - ] - ], - "rosette-number-6": [ - [ - "path", - { - "d": "M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" - } - ], - [ - "path", - { - "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" - } - ] - ], - "rosette-number-7": [ - [ - "path", - { - "d": "M10 8h4l-2 8" - } - ], - [ - "path", - { - "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" - } - ] - ], - "rosette-number-8": [ - [ - "path", - { - "d": "M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" - } - ], - [ - "path", - { - "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" - } - ] - ], - "rosette-number-9": [ - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" - } - ] - ], - "rosette": [ - [ - "path", - { - "d": "M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" - } - ] - ], - "rotate-2": [ - [ - "path", - { - "d": "M15 4.55a8 8 0 0 0 -6 14.9m0 -4.45v5h-5" - } - ], - [ - "path", - { - "d": "M18.37 7.16l0 .01" - } - ], - [ - "path", - { - "d": "M13 19.94l0 .01" - } - ], - [ - "path", - { - "d": "M16.84 18.37l0 .01" - } - ], - [ - "path", - { - "d": "M19.37 15.1l0 .01" - } - ], - [ - "path", - { - "d": "M19.94 11l0 .01" - } - ] - ], - "rotate-360": [ - [ - "path", - { - "d": "M12 16h4v4" - } - ], - [ - "path", - { - "d": "M19.458 11.042c.86 -2.366 .722 -4.58 -.6 -5.9c-2.272 -2.274 -7.185 -1.045 -10.973 2.743c-3.788 3.788 -5.017 8.701 -2.744 10.974c2.227 2.226 6.987 1.093 10.74 -2.515" - } - ] - ], - "rotate-clockwise-2": [ - [ - "path", - { - "d": "M9 4.55a8 8 0 0 1 6 14.9m0 -4.45v5h5" - } - ], - [ - "path", - { - "d": "M5.63 7.16l0 .01" - } - ], - [ - "path", - { - "d": "M4.06 11l0 .01" - } - ], - [ - "path", - { - "d": "M4.63 15.1l0 .01" - } - ], - [ - "path", - { - "d": "M7.16 18.37l0 .01" - } - ], - [ - "path", - { - "d": "M11 19.94l0 .01" - } - ] - ], - "rotate-clockwise": [ - [ - "path", - { - "d": "M4.05 11a8 8 0 1 1 .5 4m-.5 5v-5h5" - } - ] - ], - "rotate-dot": [ - [ - "path", - { - "d": "M19.95 11a8 8 0 1 0 -.5 4m.5 5v-5h-5" - } - ], - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "rotate-rectangle": [ - [ - "path", - { - "d": "M10.09 4.01l.496 -.495a2 2 0 0 1 2.828 0l7.071 7.07a2 2 0 0 1 0 2.83l-7.07 7.07a2 2 0 0 1 -2.83 0l-7.07 -7.07a2 2 0 0 1 0 -2.83l3.535 -3.535h-3.988" - } - ], - [ - "path", - { - "d": "M7.05 11.038v-3.988" - } - ] - ], - "rotate": [ - [ - "path", - { - "d": "M19.95 11a8 8 0 1 0 -.5 4m.5 5v-5h-5" - } - ] - ], - "route-2": [ - [ - "path", - { - "d": "M3 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 7a2 2 0 1 0 0 -4a2 2 0 0 0 0 4z" - } - ], - [ - "path", - { - "d": "M14 5a2 2 0 0 0 -2 2v10a2 2 0 0 1 -2 2" - } - ] - ], - "route-alt-left": [ - [ - "path", - { - "d": "M8 3h-5v5" - } - ], - [ - "path", - { - "d": "M16 3h5v5" - } - ], - [ - "path", - { - "d": "M3 3l7.536 7.536a5 5 0 0 1 1.464 3.534v6.93" - } - ], - [ - "path", - { - "d": "M18 6.01v-.01" - } - ], - [ - "path", - { - "d": "M16 8.02v-.01" - } - ], - [ - "path", - { - "d": "M14 10v.01" - } - ] - ], - "route-alt-right": [ - [ - "path", - { - "d": "M16 3h5v5" - } - ], - [ - "path", - { - "d": "M8 3h-5v5" - } - ], - [ - "path", - { - "d": "M21 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93" - } - ], - [ - "path", - { - "d": "M6 6.01v-.01" - } - ], - [ - "path", - { - "d": "M8 8.02v-.01" - } - ], - [ - "path", - { - "d": "M10 10v.01" - } - ] - ], - "route-off": [ - [ - "path", - { - "d": "M6 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 19h4.5c.71 0 1.372 -.212 1.924 -.576m1.545 -2.459a3.5 3.5 0 0 0 -3.469 -3.965h-.499m-4 0h-3.501a3.5 3.5 0 0 1 -2.477 -5.972m2.477 -1.028h3.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "route-scan": [ - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M7 12v-3h3" - } - ], - [ - "path", - { - "d": "M14 9h3v3" - } - ], - [ - "path", - { - "d": "M7 9l4.414 4.414a2 2 0 0 1 .586 1.414v2.172" - } - ], - [ - "path", - { - "d": "M17 9l-4.414 4.414a2 2 0 0 0 -.586 1.414v2.172" - } - ] - ], - "route-square-2": [ - [ - "path", - { - "d": "M14 5a2 2 0 0 0 -2 2v10a2 2 0 0 1 -2 2" - } - ], - [ - "path", - { - "d": "M3 17h4v4h-4z" - } - ], - [ - "path", - { - "d": "M17 3h4v4h-4z" - } - ] - ], - "route-square": [ - [ - "path", - { - "d": "M3 17h4v4h-4z" - } - ], - [ - "path", - { - "d": "M17 3h4v4h-4z" - } - ], - [ - "path", - { - "d": "M11 19h5.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h4.5" - } - ] - ], - "route-x-2": [ - [ - "path", - { - "d": "M3 17l4 4" - } - ], - [ - "path", - { - "d": "M7 17l-4 4" - } - ], - [ - "path", - { - "d": "M17 3l4 4" - } - ], - [ - "path", - { - "d": "M21 3l-4 4" - } - ], - [ - "path", - { - "d": "M14 5a2 2 0 0 0 -2 2v10a2 2 0 0 1 -2 2" - } - ] - ], - "route-x": [ - [ - "path", - { - "d": "M3 17l4 4" - } - ], - [ - "path", - { - "d": "M7 17l-4 4" - } - ], - [ - "path", - { - "d": "M17 3l4 4" - } - ], - [ - "path", - { - "d": "M21 3l-4 4" - } - ], - [ - "path", - { - "d": "M11 19h5.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h4.5" - } - ] - ], - "route": [ - [ - "path", - { - "d": "M3 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 7a2 2 0 1 0 0 -4a2 2 0 0 0 0 4z" - } - ], - [ - "path", - { - "d": "M11 19h5.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h4.5" - } - ] - ], - "router-off": [ - [ - "path", - { - "d": "M17 13h2a2 2 0 0 1 2 2v2m-.588 3.417c-.362 .36 -.861 .583 -1.412 .583h-14a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2h8" - } - ], - [ - "path", - { - "d": "M17 17v.01" - } - ], - [ - "path", - { - "d": "M13 17v.01" - } - ], - [ - "path", - { - "d": "M12.226 8.2a4 4 0 0 1 6.024 .55" - } - ], - [ - "path", - { - "d": "M9.445 5.407a8 8 0 0 1 12.055 1.093" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "router": [ - [ - "path", - { - "d": "M3 13m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M17 17l0 .01" - } - ], - [ - "path", - { - "d": "M13 17l0 .01" - } - ], - [ - "path", - { - "d": "M15 13l0 -2" - } - ], - [ - "path", - { - "d": "M11.75 8.75a4 4 0 0 1 6.5 0" - } - ], - [ - "path", - { - "d": "M8.5 6.5a8 8 0 0 1 13 0" - } - ] - ], - "row-insert-bottom": [ - [ - "path", - { - "d": "M20 6v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1z" - } - ], - [ - "path", - { - "d": "M12 15l0 4" - } - ], - [ - "path", - { - "d": "M14 17l-4 0" - } - ] - ], - "row-insert-top": [ - [ - "path", - { - "d": "M4 18v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M12 9v-4" - } - ], - [ - "path", - { - "d": "M10 7l4 0" - } - ] - ], - "row-remove": [ - [ - "path", - { - "d": "M20 6v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1z" - } - ], - [ - "path", - { - "d": "M10 16l4 4" - } - ], - [ - "path", - { - "d": "M10 20l4 -4" - } - ] - ], - "rss": [ - [ - "path", - { - "d": "M5 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M4 4a16 16 0 0 1 16 16" - } - ], - [ - "path", - { - "d": "M4 11a9 9 0 0 1 9 9" - } - ] - ], - "rubber-stamp-off": [ - [ - "path", - { - "d": "M8.273 8.273c.805 2.341 2.857 5.527 -1.484 5.527c-2.368 0 -3.789 0 -3.789 4.05h14.85" - } - ], - [ - "path", - { - "d": "M5 21h14" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M8.712 4.722a3.99 3.99 0 0 1 3.288 -1.722a4 4 0 0 1 4 4c0 .992 -.806 2.464 -1.223 3.785m6.198 6.196c-.182 -2.883 -1.332 -3.153 -3.172 -3.178" - } - ] - ], - "rubber-stamp": [ - [ - "path", - { - "d": "M21 17.85h-18c0 -4.05 1.421 -4.05 3.79 -4.05c5.21 0 1.21 -4.59 1.21 -6.8a4 4 0 1 1 8 0c0 2.21 -4 6.8 1.21 6.8c2.369 0 3.79 0 3.79 4.05z" - } - ], - [ - "path", - { - "d": "M5 21h14" - } - ] - ], - "ruler-2-off": [ - [ - "path", - { - "d": "M12.03 7.97l4.97 -4.97l4 4l-5 5m-2 2l-7 7l-4 -4l7 -7" - } - ], - [ - "path", - { - "d": "M16 7l-1.5 -1.5" - } - ], - [ - "path", - { - "d": "M10 13l-1.5 -1.5" - } - ], - [ - "path", - { - "d": "M7 16l-1.5 -1.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "ruler-2": [ - [ - "path", - { - "d": "M17 3l4 4l-14 14l-4 -4z" - } - ], - [ - "path", - { - "d": "M16 7l-1.5 -1.5" - } - ], - [ - "path", - { - "d": "M13 10l-1.5 -1.5" - } - ], - [ - "path", - { - "d": "M10 13l-1.5 -1.5" - } - ], - [ - "path", - { - "d": "M7 16l-1.5 -1.5" - } - ] - ], - "ruler-3": [ - [ - "path", - { - "d": "M19.875 8c.621 0 1.125 .512 1.125 1.143v5.714c0 .631 -.504 1.143 -1.125 1.143h-15.875a1 1 0 0 1 -1 -1v-5.857c0 -.631 .504 -1.143 1.125 -1.143h15.75z" - } - ], - [ - "path", - { - "d": "M9 8v2" - } - ], - [ - "path", - { - "d": "M6 8v3" - } - ], - [ - "path", - { - "d": "M12 8v3" - } - ], - [ - "path", - { - "d": "M18 8v3" - } - ], - [ - "path", - { - "d": "M15 8v2" - } - ] - ], - "ruler-measure": [ - [ - "path", - { - "d": "M19.875 12c.621 0 1.125 .512 1.125 1.143v5.714c0 .631 -.504 1.143 -1.125 1.143h-15.875a1 1 0 0 1 -1 -1v-5.857c0 -.631 .504 -1.143 1.125 -1.143h15.75z" - } - ], - [ - "path", - { - "d": "M9 12v2" - } - ], - [ - "path", - { - "d": "M6 12v3" - } - ], - [ - "path", - { - "d": "M12 12v3" - } - ], - [ - "path", - { - "d": "M18 12v3" - } - ], - [ - "path", - { - "d": "M15 12v2" - } - ], - [ - "path", - { - "d": "M3 3v4" - } - ], - [ - "path", - { - "d": "M3 5h18" - } - ], - [ - "path", - { - "d": "M21 3v4" - } - ] - ], - "ruler-off": [ - [ - "path", - { - "d": "M8 4h11a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1h-4m-3.713 .299a1 1 0 0 0 -.287 .701v7a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-14c0 -.284 .118 -.54 .308 -.722" - } - ], - [ - "path", - { - "d": "M4 8h2" - } - ], - [ - "path", - { - "d": "M4 12h3" - } - ], - [ - "path", - { - "d": "M4 16h2" - } - ], - [ - "path", - { - "d": "M12 4v3" - } - ], - [ - "path", - { - "d": "M16 4v2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "ruler": [ - [ - "path", - { - "d": "M5 4h14a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1h-7a1 1 0 0 0 -1 1v7a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1" - } - ], - [ - "path", - { - "d": "M4 8l2 0" - } - ], - [ - "path", - { - "d": "M4 12l3 0" - } - ], - [ - "path", - { - "d": "M4 16l2 0" - } - ], - [ - "path", - { - "d": "M8 4l0 2" - } - ], - [ - "path", - { - "d": "M12 4l0 3" - } - ], - [ - "path", - { - "d": "M16 4l0 2" - } - ] - ], - "run": [ - [ - "path", - { - "d": "M13 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M4 17l5 1l.75 -1.5" - } - ], - [ - "path", - { - "d": "M15 21l0 -4l-4 -3l1 -6" - } - ], - [ - "path", - { - "d": "M7 12l0 -3l5 -1l3 3l3 1" - } - ] - ], - "rv-truck": [ - [ - "path", - { - "d": "M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M9 17h6" - } - ], - [ - "path", - { - "d": "M19 17h1a1 1 0 0 0 1 -1v-4.528a2 2 0 0 0 -.211 -.894l-.96 -1.92a3 3 0 0 0 -2.683 -1.658h-11.146a3 3 0 0 0 -3 3v6a1 1 0 0 0 1 1h1" - } - ], - [ - "path", - { - "d": "M3 12h18" - } - ], - [ - "path", - { - "d": "M15 12v-5" - } - ], - [ - "path", - { - "d": "M6 4m0 1.5a1.5 1.5 0 0 1 1.5 -1.5h7a1.5 1.5 0 0 1 1.5 1.5v0a1.5 1.5 0 0 1 -1.5 1.5h-7a1.5 1.5 0 0 1 -1.5 -1.5z" - } - ] - ], - "s-turn-down": [ - [ - "path", - { - "d": "M7 5a2 2 0 1 1 -4 0a2 2 0 0 1 4 0z" - } - ], - [ - "path", - { - "d": "M5 7v9.5a3.5 3.5 0 0 0 7 0v-9a3.5 3.5 0 0 1 7 0v13.5" - } - ], - [ - "path", - { - "d": "M16 18l3 3l3 -3" - } - ] - ], - "s-turn-left": [ - [ - "path", - { - "d": "M19 7a2 2 0 1 1 0 -4a2 2 0 0 1 0 4z" - } - ], - [ - "path", - { - "d": "M17 5h-9.5a3.5 3.5 0 0 0 0 7h9a3.5 3.5 0 0 1 0 7h-13.5" - } - ], - [ - "path", - { - "d": "M6 16l-3 3l3 3" - } - ] - ], - "s-turn-right": [ - [ - "path", - { - "d": "M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 5h9.5a3.5 3.5 0 0 1 0 7h-9a3.5 3.5 0 0 0 0 7h13.5" - } - ], - [ - "path", - { - "d": "M18 16l3 3l-3 3" - } - ] - ], - "s-turn-up": [ - [ - "path", - { - "d": "M7 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M5 17v-9.5a3.5 3.5 0 0 1 7 0v9a3.5 3.5 0 0 0 7 0v-13.5" - } - ], - [ - "path", - { - "d": "M16 6l3 -3l3 3" - } - ] - ], - "sailboat-2": [ - [ - "path", - { - "d": "M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" - } - ], - [ - "path", - { - "d": "M4 18l-1 -3h18l-1 3" - } - ], - [ - "path", - { - "d": "M12 11v4" - } - ], - [ - "path", - { - "d": "M7 3c1.333 2.667 1.333 5.333 0 8h10c1.333 -2.667 1.333 -5.333 0 -8" - } - ], - [ - "path", - { - "d": "M6 3h12" - } - ] - ], - "sailboat-off": [ - [ - "path", - { - "d": "M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" - } - ], - [ - "path", - { - "d": "M4 18l-1 -3h12m4 0h2l-.506 1.517" - } - ], - [ - "path", - { - "d": "M11 11v1h1m4 0h2l-7 -9v4" - } - ], - [ - "path", - { - "d": "M7.713 7.718l-1.713 4.282" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "sailboat": [ - [ - "path", - { - "d": "M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" - } - ], - [ - "path", - { - "d": "M4 18l-1 -3h18l-1 3" - } - ], - [ - "path", - { - "d": "M11 12h7l-7 -9v9" - } - ], - [ - "path", - { - "d": "M8 7l-2 5" - } - ] - ], - "salad": [ - [ - "path", - { - "d": "M4 11h16a1 1 0 0 1 1 1v.5c0 1.5 -2.517 5.573 -4 6.5v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1c-1.687 -1.054 -4 -5 -4 -6.5v-.5a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M18.5 11c.351 -1.017 .426 -2.236 .5 -3.714v-1.286h-2.256c-2.83 0 -4.616 .804 -5.64 2.076" - } - ], - [ - "path", - { - "d": "M5.255 11.008a12.204 12.204 0 0 1 -.255 -2.008v-1h1.755c.98 0 1.801 .124 2.479 .35" - } - ], - [ - "path", - { - "d": "M8 8l1 -4l4 2.5" - } - ], - [ - "path", - { - "d": "M13 11v-.5a2.5 2.5 0 1 0 -5 0v.5" - } - ] - ], - "salt": [ - [ - "path", - { - "d": "M12 13v.01" - } - ], - [ - "path", - { - "d": "M10 16v.01" - } - ], - [ - "path", - { - "d": "M14 16v.01" - } - ], - [ - "path", - { - "d": "M7.5 8h9l-.281 -2.248a2 2 0 0 0 -1.985 -1.752h-4.468a2 2 0 0 0 -1.986 1.752l-.28 2.248z" - } - ], - [ - "path", - { - "d": "M7.5 8l-1.612 9.671a2 2 0 0 0 1.973 2.329h8.278a2 2 0 0 0 1.973 -2.329l-1.612 -9.671" - } - ] - ], - "sandbox": [ - [ - "path", - { - "d": "M19.953 8.017l1.047 6.983v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-2l1.245 -8.297a2 2 0 0 1 1.977 -1.703h3.778" - } - ], - [ - "path", - { - "d": "M3 15h18" - } - ], - [ - "path", - { - "d": "M13 3l5.5 1.5" - } - ], - [ - "path", - { - "d": "M15.75 3.75l-2 7" - } - ], - [ - "path", - { - "d": "M7 10.5c1.667 -.667 3.333 -.667 5 0c1.667 .667 3.333 .667 5 0" - } - ] - ], - "satellite-off": [ - [ - "path", - { - "d": "M7.707 3.707l5.586 5.586m-1.293 2.707l-1.293 1.293a1 1 0 0 1 -1.414 0l-5.586 -5.586a1 1 0 0 1 0 -1.414l1.293 -1.293" - } - ], - [ - "path", - { - "d": "M6 10l-3 3l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M10 6l3 -3l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M12 12l1.5 1.5" - } - ], - [ - "path", - { - "d": "M14.5 17c.69 0 1.316 -.28 1.769 -.733" - } - ], - [ - "path", - { - "d": "M15 21c1.654 0 3.151 -.67 4.237 -1.752m1.507 -2.507a6 6 0 0 0 .256 -1.741" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "satellite": [ - [ - "path", - { - "d": "M3.707 6.293l2.586 -2.586a1 1 0 0 1 1.414 0l5.586 5.586a1 1 0 0 1 0 1.414l-2.586 2.586a1 1 0 0 1 -1.414 0l-5.586 -5.586a1 1 0 0 1 0 -1.414z" - } - ], - [ - "path", - { - "d": "M6 10l-3 3l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M10 6l3 -3l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M12 12l1.5 1.5" - } - ], - [ - "path", - { - "d": "M14.5 17a2.5 2.5 0 0 0 2.5 -2.5" - } - ], - [ - "path", - { - "d": "M15 21a6 6 0 0 0 6 -6" - } - ] - ], - "sausage": [ - [ - "path", - { - "d": "M5.5 5.5a2.5 2.5 0 0 0 -2.5 2.5c0 7.18 5.82 13 13 13a2.5 2.5 0 1 0 0 -5a8 8 0 0 1 -8 -8a2.5 2.5 0 0 0 -2.5 -2.5z" - } - ], - [ - "path", - { - "d": "M5.195 5.519l-1.243 -1.989a1 1 0 0 1 .848 -1.53h1.392a1 1 0 0 1 .848 1.53l-1.245 1.99" - } - ], - [ - "path", - { - "d": "M18.482 18.225l1.989 -1.243a1 1 0 0 1 1.53 .848v1.392a1 1 0 0 1 -1.53 .848l-1.991 -1.245" - } - ] - ], - "scale-off": [ - [ - "path", - { - "d": "M7 20h10" - } - ], - [ - "path", - { - "d": "M9.452 5.425l2.548 -.425l6 1" - } - ], - [ - "path", - { - "d": "M12 3v5m0 4v8" - } - ], - [ - "path", - { - "d": "M9 12l-3 -6l-3 6a3 3 0 0 0 6 0" - } - ], - [ - "path", - { - "d": "M18.873 14.871a3 3 0 0 0 2.127 -2.871l-3 -6l-2.677 5.355" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "scale-outline-off": [ - [ - "path", - { - "d": "M7 3h10a4 4 0 0 1 4 4v10m-1.173 2.83a3.987 3.987 0 0 1 -2.827 1.17h-10a4 4 0 0 1 -4 -4v-10c0 -1.104 .447 -2.103 1.17 -2.827" - } - ], - [ - "path", - { - "d": "M11.062 7.062c.31 -.041 .622 -.062 .938 -.062c1.956 0 3.724 .802 5 2.095a142.85 142.85 0 0 0 -2 1.905m-3.723 .288a3 3 0 0 0 -1.315 .71l-2.956 -2.903a6.977 6.977 0 0 1 1.142 -.942" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "scale-outline": [ - [ - "path", - { - "d": "M3 3m0 4a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4z" - } - ], - [ - "path", - { - "d": "M12 7c1.956 0 3.724 .802 5 2.095l-2.956 2.904a3 3 0 0 0 -2.038 -.799a3 3 0 0 0 -2.038 .798l-2.956 -2.903a6.979 6.979 0 0 1 5 -2.095z" - } - ] - ], - "scale": [ - [ - "path", - { - "d": "M7 20l10 0" - } - ], - [ - "path", - { - "d": "M6 6l6 -1l6 1" - } - ], - [ - "path", - { - "d": "M12 3l0 17" - } - ], - [ - "path", - { - "d": "M9 12l-3 -6l-3 6a3 3 0 0 0 6 0" - } - ], - [ - "path", - { - "d": "M21 12l-3 -6l-3 6a3 3 0 0 0 6 0" - } - ] - ], - "scan-eye": [ - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M7 12c3.333 -4.667 6.667 -4.667 10 0" - } - ], - [ - "path", - { - "d": "M7 12c3.333 4.667 6.667 4.667 10 0" - } - ], - [ - "path", - { - "d": "M12 12h-.01" - } - ] - ], - "scan": [ - [ - "path", - { - "d": "M4 7v-1a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 17v1a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v1" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-1" - } - ], - [ - "path", - { - "d": "M5 12l14 0" - } - ] - ], - "schema-off": [ - [ - "path", - { - "d": "M6 2h4v4m-4 0h-1v-1" - } - ], - [ - "path", - { - "d": "M15 11v-1h5v4h-2" - } - ], - [ - "path", - { - "d": "M5 18h5v4h-5z" - } - ], - [ - "path", - { - "d": "M5 10h5v4h-5z" - } - ], - [ - "path", - { - "d": "M10 12h2" - } - ], - [ - "path", - { - "d": "M7.5 7.5v2.5" - } - ], - [ - "path", - { - "d": "M7.5 14v4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "schema": [ - [ - "path", - { - "d": "M5 2h5v4h-5z" - } - ], - [ - "path", - { - "d": "M15 10h5v4h-5z" - } - ], - [ - "path", - { - "d": "M5 18h5v4h-5z" - } - ], - [ - "path", - { - "d": "M5 10h5v4h-5z" - } - ], - [ - "path", - { - "d": "M10 12h5" - } - ], - [ - "path", - { - "d": "M7.5 6v4" - } - ], - [ - "path", - { - "d": "M7.5 14v4" - } - ] - ], - "school-bell": [ - [ - "path", - { - "d": "M4 17a3 3 0 0 0 3 3" - } - ], - [ - "path", - { - "d": "M14.805 6.37l2.783 -2.784a2 2 0 1 1 2.829 2.828l-2.784 2.786" - } - ], - [ - "path", - { - "d": "M16.505 7.495a5.105 5.105 0 0 1 .176 7.035l-.176 .184l-1.867 1.867a3.48 3.48 0 0 0 -1.013 2.234l-.008 .23v.934c0 .327 -.13 .64 -.36 .871a.51 .51 0 0 1 -.652 .06l-.07 -.06l-9.385 -9.384a.51 .51 0 0 1 0 -.722c.198 -.198 .456 -.322 .732 -.353l.139 -.008h.933c.848 0 1.663 -.309 2.297 -.864l.168 -.157l1.867 -1.867l.16 -.153a5.105 5.105 0 0 1 7.059 .153z" - } - ] - ], - "school-off": [ - [ - "path", - { - "d": "M22 9l-10 -4l-2.136 .854m-2.864 1.146l-5 2l10 4l.697 -.279m2.878 -1.151l6.425 -2.57v6" - } - ], - [ - "path", - { - "d": "M6 10.6v5.4c0 1.657 2.686 3 6 3c2.334 0 4.357 -.666 5.35 -1.64m.65 -3.36v-3.4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "school": [ - [ - "path", - { - "d": "M22 9l-10 -4l-10 4l10 4l10 -4v6" - } - ], - [ - "path", - { - "d": "M6 10.6v5.4a6 3 0 0 0 12 0v-5.4" - } - ] - ], - "scissors-off": [ - [ - "path", - { - "d": "M4.432 4.442a3 3 0 1 0 4.114 4.146" - } - ], - [ - "path", - { - "d": "M6 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M8.6 15.4l3.4 -3.4m2 -2l5 -5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "scissors": [ - [ - "path", - { - "d": "M6 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M6 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M8.6 8.6l10.4 10.4" - } - ], - [ - "path", - { - "d": "M8.6 15.4l10.4 -10.4" - } - ] - ], - "scooter-electric": [ - [ - "path", - { - "d": "M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M8 17h5a6 6 0 0 1 5 -5v-5a2 2 0 0 0 -2 -2h-1" - } - ], - [ - "path", - { - "d": "M10 4l-2 4h3l-2 4" - } - ] - ], - "scooter": [ - [ - "path", - { - "d": "M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M8 17h5a6 6 0 0 1 5 -5v-5a2 2 0 0 0 -2 -2h-1" - } - ] - ], - "scoreboard": [ - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 5v2" - } - ], - [ - "path", - { - "d": "M12 10v1" - } - ], - [ - "path", - { - "d": "M12 14v1" - } - ], - [ - "path", - { - "d": "M12 18v1" - } - ], - [ - "path", - { - "d": "M7 3v2" - } - ], - [ - "path", - { - "d": "M17 3v2" - } - ], - [ - "path", - { - "d": "M15 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" - } - ], - [ - "path", - { - "d": "M6 9h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5" - } - ] - ], - "screen-share-off": [ - [ - "path", - { - "d": "M21 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9" - } - ], - [ - "path", - { - "d": "M7 20l10 0" - } - ], - [ - "path", - { - "d": "M9 16l0 4" - } - ], - [ - "path", - { - "d": "M15 16l0 4" - } - ], - [ - "path", - { - "d": "M17 8l4 -4m-4 0l4 4" - } - ] - ], - "screen-share": [ - [ - "path", - { - "d": "M21 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9" - } - ], - [ - "path", - { - "d": "M7 20l10 0" - } - ], - [ - "path", - { - "d": "M9 16l0 4" - } - ], - [ - "path", - { - "d": "M15 16l0 4" - } - ], - [ - "path", - { - "d": "M17 4h4v4" - } - ], - [ - "path", - { - "d": "M16 9l5 -5" - } - ] - ], - "screenshot": [ - [ - "path", - { - "d": "M7 19a2 2 0 0 1 -2 -2" - } - ], - [ - "path", - { - "d": "M5 13v-2" - } - ], - [ - "path", - { - "d": "M5 7a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M11 5h2" - } - ], - [ - "path", - { - "d": "M17 5a2 2 0 0 1 2 2" - } - ], - [ - "path", - { - "d": "M19 11v2" - } - ], - [ - "path", - { - "d": "M19 17v4" - } - ], - [ - "path", - { - "d": "M21 19h-4" - } - ], - [ - "path", - { - "d": "M13 19h-2" - } - ] - ], - "scribble-off": [ - [ - "path", - { - "d": "M3 15c2 3 4 4 7 4c1.95 0 4.324 -1.268 5.746 -3.256m1.181 -2.812a5.97 5.97 0 0 0 .073 -.932c0 -4 -3 -7 -6 -7c-.642 0 -1.239 .069 -1.78 .201m-2.492 1.515c-.47 .617 -.728 1.386 -.728 2.284c0 2.5 2 5 6 5c.597 0 1.203 -.055 1.808 -.156m3.102 -.921c2.235 -.953 4.152 -2.423 5.09 -3.923" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "scribble": [ - [ - "path", - { - "d": "M3 15c2 3 4 4 7 4s7 -3 7 -7s-3 -7 -6 -7s-5 1.5 -5 4s2 5 6 5s8.408 -2.453 10 -5" - } - ] - ], - "script-minus": [ - [ - "path", - { - "d": "M17 19h4" - } - ], - [ - "path", - { - "d": "M14 20h-8a3 3 0 0 1 0 -6h11a3 3 0 0 0 -3 3m7 -2v-9a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8" - } - ] - ], - "script-plus": [ - [ - "path", - { - "d": "M17 19h4" - } - ], - [ - "path", - { - "d": "M14 20h-8a3 3 0 0 1 0 -6h11a3 3 0 0 0 -3 3m7 -3v-8a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8" - } - ], - [ - "path", - { - "d": "M19 17v4" - } - ] - ], - "script-x": [ - [ - "path", - { - "d": "M14 20h-8a3 3 0 0 1 0 -6h11a3 3 0 0 0 -3 3m7 -3v-8a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8" - } - ], - [ - "path", - { - "d": "M17 17l4 4m0 -4l-4 4" - } - ] - ], - "script": [ - [ - "path", - { - "d": "M17 20h-11a3 3 0 0 1 0 -6h11a3 3 0 0 0 0 6h1a3 3 0 0 0 3 -3v-11a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8" - } - ] - ], - "scuba-diving": [ - [ - "path", - { - "d": "M19 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M2 2l3 3l1.5 4l3.5 2l6 2l1 4l2.5 3" - } - ], - [ - "path", - { - "d": "M11 8l4.5 1.5" - } - ] - ], - "scuba-mask-off": [ - [ - "path", - { - "d": "M11 7h5a1 1 0 0 1 1 1v4.5c0 .154 -.014 .304 -.04 .45m-2 2.007c-.15 .028 -.305 .043 -.463 .043h-.5a2 2 0 0 1 -2 -2a2 2 0 1 0 -4 0a2 2 0 0 1 -2 2h-.5a2.5 2.5 0 0 1 -2.5 -2.5v-4.5a1 1 0 0 1 1 -1h3" - } - ], - [ - "path", - { - "d": "M10 17a2 2 0 0 0 2 2h3.5a5.475 5.475 0 0 0 2.765 -.744m2 -2c.47 -.81 .739 -1.752 .739 -2.756v-9.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "scuba-mask": [ - [ - "path", - { - "d": "M4 7h12a1 1 0 0 1 1 1v4.5a2.5 2.5 0 0 1 -2.5 2.5h-.5a2 2 0 0 1 -2 -2a2 2 0 1 0 -4 0a2 2 0 0 1 -2 2h-.5a2.5 2.5 0 0 1 -2.5 -2.5v-4.5a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M10 17a2 2 0 0 0 2 2h3.5a5.5 5.5 0 0 0 5.5 -5.5v-9.5" - } - ] - ], - "sdk": [ - [ - "path", - { - "d": "M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3" - } - ], - [ - "path", - { - "d": "M17 8v8" - } - ], - [ - "path", - { - "d": "M21 8l-3 4l3 4" - } - ], - [ - "path", - { - "d": "M17 12h1" - } - ], - [ - "path", - { - "d": "M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" - } - ] - ], - "search-off": [ - [ - "path", - { - "d": "M5.039 5.062a7 7 0 0 0 9.91 9.89m1.584 -2.434a7 7 0 0 0 -9.038 -9.057" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "search": [ - [ - "path", - { - "d": "M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M21 21l-6 -6" - } - ] - ], - "section-sign": [ - [ - "path", - { - "d": "M9.172 19a3 3 0 1 0 2.828 -4" - } - ], - [ - "path", - { - "d": "M14.83 5a3 3 0 1 0 -2.83 4" - } - ], - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ] - ], - "section": [ - [ - "path", - { - "d": "M20 20h.01" - } - ], - [ - "path", - { - "d": "M4 20h.01" - } - ], - [ - "path", - { - "d": "M8 20h.01" - } - ], - [ - "path", - { - "d": "M12 20h.01" - } - ], - [ - "path", - { - "d": "M16 20h.01" - } - ], - [ - "path", - { - "d": "M20 4h.01" - } - ], - [ - "path", - { - "d": "M4 4h.01" - } - ], - [ - "path", - { - "d": "M8 4h.01" - } - ], - [ - "path", - { - "d": "M12 4h.01" - } - ], - [ - "path", - { - "d": "M16 4l0 .01" - } - ], - [ - "path", - { - "d": "M4 8m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" - } - ] - ], - "seeding-off": [ - [ - "path", - { - "d": "M11.412 7.407a6.025 6.025 0 0 0 -2.82 -2.82m-4.592 -.587h-1v2a6 6 0 0 0 6 6h3" - } - ], - [ - "path", - { - "d": "M12 14a6 6 0 0 1 .255 -1.736m1.51 -2.514a5.981 5.981 0 0 1 4.235 -1.75h3v1c0 2.158 -1.14 4.05 -2.85 5.107m-3.15 .893h-3" - } - ], - [ - "path", - { - "d": "M12 20v-8" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "seeding": [ - [ - "path", - { - "d": "M12 10a6 6 0 0 0 -6 -6h-3v2a6 6 0 0 0 6 6h3" - } - ], - [ - "path", - { - "d": "M12 14a6 6 0 0 1 6 -6h3v1a6 6 0 0 1 -6 6h-3" - } - ], - [ - "path", - { - "d": "M12 20l0 -10" - } - ] - ], - "select-all": [ - [ - "path", - { - "d": "M8 8m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M12 20v.01" - } - ], - [ - "path", - { - "d": "M16 20v.01" - } - ], - [ - "path", - { - "d": "M8 20v.01" - } - ], - [ - "path", - { - "d": "M4 20v.01" - } - ], - [ - "path", - { - "d": "M4 16v.01" - } - ], - [ - "path", - { - "d": "M4 12v.01" - } - ], - [ - "path", - { - "d": "M4 8v.01" - } - ], - [ - "path", - { - "d": "M4 4v.01" - } - ], - [ - "path", - { - "d": "M8 4v.01" - } - ], - [ - "path", - { - "d": "M12 4v.01" - } - ], - [ - "path", - { - "d": "M16 4v.01" - } - ], - [ - "path", - { - "d": "M20 4v.01" - } - ], - [ - "path", - { - "d": "M20 8v.01" - } - ], - [ - "path", - { - "d": "M20 12v.01" - } - ], - [ - "path", - { - "d": "M20 16v.01" - } - ], - [ - "path", - { - "d": "M20 20v.01" - } - ] - ], - "select": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 11l3 3l3 -3" - } - ] - ], - "selector": [ - [ - "path", - { - "d": "M8 9l4 -4l4 4" - } - ], - [ - "path", - { - "d": "M16 15l-4 4l-4 -4" - } - ] - ], - "send-2": [ - [ - "path", - { - "d": "M4.698 4.034l16.302 7.966l-16.302 7.966a.503 .503 0 0 1 -.546 -.124a.555 .555 0 0 1 -.12 -.568l2.468 -7.274l-2.468 -7.274a.555 .555 0 0 1 .12 -.568a.503 .503 0 0 1 .546 -.124z" - } - ], - [ - "path", - { - "d": "M6.5 12h14.5" - } - ] - ], - "send-off": [ - [ - "path", - { - "d": "M10 14l2 -2m2 -2l7 -7" - } - ], - [ - "path", - { - "d": "M10.718 6.713l10.282 -3.713l-3.715 10.289m-1.063 2.941l-1.722 4.77a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l4.772 -1.723" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "send": [ - [ - "path", - { - "d": "M10 14l11 -11" - } - ], - [ - "path", - { - "d": "M21 3l-6.5 18a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5" - } - ] - ], - "seo": [ - [ - "path", - { - "d": "M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3" - } - ], - [ - "path", - { - "d": "M14 16h-4v-8h4" - } - ], - [ - "path", - { - "d": "M11 12h2" - } - ], - [ - "path", - { - "d": "M17 8m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ] - ], - "separator-horizontal": [ - [ - "path", - { - "d": "M4 12l16 0" - } - ], - [ - "path", - { - "d": "M8 8l4 -4l4 4" - } - ], - [ - "path", - { - "d": "M16 16l-4 4l-4 -4" - } - ] - ], - "separator-vertical": [ - [ - "path", - { - "d": "M12 4l0 16" - } - ], - [ - "path", - { - "d": "M8 8l-4 4l4 4" - } - ], - [ - "path", - { - "d": "M16 16l4 -4l-4 -4" - } - ] - ], - "separator": [ - [ - "path", - { - "d": "M3 12l0 .01" - } - ], - [ - "path", - { - "d": "M7 12l10 0" - } - ], - [ - "path", - { - "d": "M21 12l0 .01" - } - ] - ], - "server-2": [ - [ - "path", - { - "d": "M3 4m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M3 12m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M7 8l0 .01" - } - ], - [ - "path", - { - "d": "M7 16l0 .01" - } - ], - [ - "path", - { - "d": "M11 8h6" - } - ], - [ - "path", - { - "d": "M11 16h6" - } - ] - ], - "server-bolt": [ - [ - "path", - { - "d": "M3 4m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M15 20h-9a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3h12" - } - ], - [ - "path", - { - "d": "M7 8v.01" - } - ], - [ - "path", - { - "d": "M7 16v.01" - } - ], - [ - "path", - { - "d": "M20 15l-2 3h3l-2 3" - } - ] - ], - "server-cog": [ - [ - "path", - { - "d": "M3 4m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M12 20h-6a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3h10.5" - } - ], - [ - "path", - { - "d": "M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 14.5v1.5" - } - ], - [ - "path", - { - "d": "M18 20v1.5" - } - ], - [ - "path", - { - "d": "M21.032 16.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M16.27 19l-1.3 .75" - } - ], - [ - "path", - { - "d": "M14.97 16.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M19.733 19l1.3 .75" - } - ], - [ - "path", - { - "d": "M7 8v.01" - } - ], - [ - "path", - { - "d": "M7 16v.01" - } - ] - ], - "server-off": [ - [ - "path", - { - "d": "M12 12h-6a3 3 0 0 1 -3 -3v-2c0 -1.083 .574 -2.033 1.435 -2.56m3.565 -.44h10a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-2" - } - ], - [ - "path", - { - "d": "M16 12h2a3 3 0 0 1 3 3v2m-1.448 2.568a2.986 2.986 0 0 1 -1.552 .432h-12a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3h6" - } - ], - [ - "path", - { - "d": "M7 8v.01" - } - ], - [ - "path", - { - "d": "M7 16v.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "server": [ - [ - "path", - { - "d": "M3 4m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M3 12m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M7 8l0 .01" - } - ], - [ - "path", - { - "d": "M7 16l0 .01" - } - ] - ], - "servicemark": [ - [ - "path", - { - "d": "M9 9h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M13 15v-6l3 4l3 -4v6" - } - ] - ], - "settings-2": [ - [ - "path", - { - "d": "M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ], - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ] - ], - "settings-automation": [ - [ - "path", - { - "d": "M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z" - } - ], - [ - "path", - { - "d": "M10 9v6l5 -3z" - } - ] - ], - "settings-bolt": [ - [ - "path", - { - "d": "M13.256 20.473c-.855 .907 -2.583 .643 -2.931 -.79a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.07 .26 1.488 1.29 1.254 2.15" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ], - [ - "path", - { - "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ] - ], - "settings-cancel": [ - [ - "path", - { - "d": "M12.29 20.977c-.818 .132 -1.724 -.3 -1.965 -1.294a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.983 .238 1.416 1.126 1.298 1.937" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ], - [ - "path", - { - "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ] - ], - "settings-check": [ - [ - "path", - { - "d": "M11.445 20.913a1.665 1.665 0 0 1 -1.12 -1.23a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.31 .318 1.643 1.79 .997 2.694" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ], - [ - "path", - { - "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ] - ], - "settings-code": [ - [ - "path", - { - "d": "M11.482 20.924a1.666 1.666 0 0 1 -1.157 -1.241a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.312 .318 1.644 1.794 .995 2.697" - } - ], - [ - "path", - { - "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "settings-cog": [ - [ - "path", - { - "d": "M12.003 21c-.732 .001 -1.465 -.438 -1.678 -1.317a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.886 .215 1.325 .957 1.318 1.694" - } - ], - [ - "path", - { - "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "settings-dollar": [ - [ - "path", - { - "d": "M13.038 20.666c-.902 .665 -2.393 .337 -2.713 -.983a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 .402 2.248" - } - ], - [ - "path", - { - "d": "M15 12a3 3 0 1 0 -1.724 2.716" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "settings-down": [ - [ - "path", - { - "d": "M12.52 20.924c-.87 .262 -1.93 -.152 -2.195 -1.241a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.088 .264 1.502 1.323 1.242 2.192" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ] - ], - "settings-exclamation": [ - [ - "path", - { - "d": "M15.004 18.401a1.724 1.724 0 0 0 -1.329 1.282c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.079 .262 1.495 1.305 1.248 2.17" - } - ], - [ - "path", - { - "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "settings-filled": [ - [ - "path", - { - "d": "M14.647 4.081a.724 .724 0 0 0 1.08 .448c2.439 -1.485 5.23 1.305 3.745 3.744a.724 .724 0 0 0 .447 1.08c2.775 .673 2.775 4.62 0 5.294a.724 .724 0 0 0 -.448 1.08c1.485 2.439 -1.305 5.23 -3.744 3.745a.724 .724 0 0 0 -1.08 .447c-.673 2.775 -4.62 2.775 -5.294 0a.724 .724 0 0 0 -1.08 -.448c-2.439 1.485 -5.23 -1.305 -3.745 -3.744a.724 .724 0 0 0 -.447 -1.08c-2.775 -.673 -2.775 -4.62 0 -5.294a.724 .724 0 0 0 .448 -1.08c-1.485 -2.439 1.305 -5.23 3.744 -3.745a.722 .722 0 0 0 1.08 -.447c.673 -2.775 4.62 -2.775 5.294 0zm-2.647 4.919a3 3 0 1 0 0 6a3 3 0 0 0 0 -6z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "settings-heart": [ - [ - "path", - { - "d": "M11.231 20.828a1.668 1.668 0 0 1 -.906 -1.145a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.509 .123 .87 .421 1.084 .792" - } - ], - [ - "path", - { - "d": "M14.882 11.165a3.001 3.001 0 1 0 -4.31 3.474" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "settings-minus": [ - [ - "path", - { - "d": "M12.488 20.933c-.863 .243 -1.902 -.174 -2.163 -1.25a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35c-.535 .13 -.976 .507 -1.187 1.016c-.049 .118 -.084 .185 -.106 .309" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ] - ], - "settings-off": [ - [ - "path", - { - "d": "M9.451 5.437c.418 -.218 .75 -.609 .874 -1.12c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35c-.486 .118 -.894 .44 -1.123 .878m-.188 3.803c-.517 .523 -1.349 .734 -2.125 .262a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.472 -.774 -.262 -1.604 .259 -2.121" - } - ], - [ - "path", - { - "d": "M9.889 9.869a3 3 0 1 0 4.226 4.26m.592 -3.424a3.012 3.012 0 0 0 -1.419 -1.415" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "settings-pause": [ - [ - "path", - { - "d": "M13.004 20.69c-.905 .632 -2.363 .296 -2.679 -1.007a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.314 .319 1.645 1.798 .992 2.701" - } - ], - [ - "path", - { - "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "settings-pin": [ - [ - "path", - { - "d": "M12.578 20.905c-.88 .299 -1.983 -.109 -2.253 -1.222a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.574 .14 .96 .5 1.16 .937" - } - ], - [ - "path", - { - "d": "M14.99 12.256a3 3 0 1 0 -2.33 2.671" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "settings-plus": [ - [ - "path", - { - "d": "M12.483 20.935c-.862 .239 -1.898 -.178 -2.158 -1.252a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.08 .262 1.496 1.308 1.247 2.173" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ] - ], - "settings-question": [ - [ - "path", - { - "d": "M14.69 18.498c-.508 .21 -.885 .65 -1.015 1.185c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572a1.67 1.67 0 0 1 1.179 .982" - } - ], - [ - "path", - { - "d": "M14.95 12.553a3 3 0 1 0 -1.211 1.892" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "settings-search": [ - [ - "path", - { - "d": "M11.646 20.965a1.67 1.67 0 0 1 -1.321 -1.282a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.728 .177 1.154 .71 1.279 1.303" - } - ], - [ - "path", - { - "d": "M14.985 11.694a3 3 0 1 0 -3.29 3.29" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "settings-share": [ - [ - "path", - { - "d": "M12.004 21c-.732 .002 -1.466 -.437 -1.679 -1.317a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.306 .317 1.64 1.78 1.004 2.684" - } - ], - [ - "path", - { - "d": "M12 15a3 3 0 1 0 0 -6a3 3 0 0 0 0 6z" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "settings-star": [ - [ - "path", - { - "d": "M10.325 19.683a1.723 1.723 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572a1.67 1.67 0 0 1 1.106 .831" - } - ], - [ - "path", - { - "d": "M14.89 11.195a3.001 3.001 0 1 0 -4.457 3.364" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "settings-up": [ - [ - "path", - { - "d": "M12.501 20.93c-.866 .25 -1.914 -.166 -2.176 -1.247a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.074 .26 1.49 1.296 1.252 2.158" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ], - [ - "path", - { - "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ] - ], - "settings-x": [ - [ - "path", - { - "d": "M13.675 19.683c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.66 1.66 0 0 0 -.324 .114" - } - ], - [ - "path", - { - "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "settings": [ - [ - "path", - { - "d": "M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z" - } - ], - [ - "path", - { - "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ] - ], - "shadow-off": [ - [ - "path", - { - "d": "M5.634 5.638a9 9 0 0 0 12.728 12.727m1.68 -2.32a9 9 0 0 0 -12.086 -12.088" - } - ], - [ - "path", - { - "d": "M16 12h2" - } - ], - [ - "path", - { - "d": "M13 15h2" - } - ], - [ - "path", - { - "d": "M13 18h1" - } - ], - [ - "path", - { - "d": "M13 9h4" - } - ], - [ - "path", - { - "d": "M13 6h1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "shadow": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M13 12h5" - } - ], - [ - "path", - { - "d": "M13 15h4" - } - ], - [ - "path", - { - "d": "M13 18h1" - } - ], - [ - "path", - { - "d": "M13 9h4" - } - ], - [ - "path", - { - "d": "M13 6h1" - } - ] - ], - "shape-2": [ - [ - "path", - { - "d": "M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6.5 17.5l11 -11m-12.5 .5v10m14 -10v10" - } - ] - ], - "shape-3": [ - [ - "path", - { - "d": "M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 5h10m-12 2v10m14 -10v10" - } - ] - ], - "shape-off": [ - [ - "path", - { - "d": "M3.575 3.597a2 2 0 0 0 2.849 2.808" - } - ], - [ - "path", - { - "d": "M19 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17.574 17.598a2 2 0 0 0 2.826 2.83" - } - ], - [ - "path", - { - "d": "M5 7v10" - } - ], - [ - "path", - { - "d": "M9 5h8" - } - ], - [ - "path", - { - "d": "M7 19h10" - } - ], - [ - "path", - { - "d": "M19 7v8" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "shape": [ - [ - "path", - { - "d": "M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 7l0 10" - } - ], - [ - "path", - { - "d": "M7 5l10 0" - } - ], - [ - "path", - { - "d": "M7 19l10 0" - } - ], - [ - "path", - { - "d": "M19 7l0 10" - } - ] - ], - "share-2": [ - [ - "path", - { - "d": "M8 9h-1a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-8a2 2 0 0 0 -2 -2h-1" - } - ], - [ - "path", - { - "d": "M12 14v-11" - } - ], - [ - "path", - { - "d": "M9 6l3 -3l3 3" - } - ] - ], - "share-3": [ - [ - "path", - { - "d": "M13 4v4c-6.575 1.028 -9.02 6.788 -10 12c-.037 .206 5.384 -5.962 10 -6v4l8 -7l-8 -7z" - } - ] - ], - "share-off": [ - [ - "path", - { - "d": "M6 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M18 6m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M15.861 15.896a3 3 0 0 0 4.265 4.22m.578 -3.417a3.012 3.012 0 0 0 -1.507 -1.45" - } - ], - [ - "path", - { - "d": "M8.7 10.7l1.336 -.688m2.624 -1.352l2.64 -1.36" - } - ], - [ - "path", - { - "d": "M8.7 13.3l6.6 3.4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "share": [ - [ - "path", - { - "d": "M6 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M18 6m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M8.7 10.7l6.6 -3.4" - } - ], - [ - "path", - { - "d": "M8.7 13.3l6.6 3.4" - } - ] - ], - "shi-jumping": [ - [ - "path", - { - "d": "M11 3a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M17 17.5l-5 -4.5v-6l5 4" - } - ], - [ - "path", - { - "d": "M7 17.5l5 -4.5" - } - ], - [ - "path", - { - "d": "M15.103 21.58l6.762 -14.502a2 2 0 0 0 -.968 -2.657" - } - ], - [ - "path", - { - "d": "M8.897 21.58l-6.762 -14.503a2 2 0 0 1 .968 -2.657" - } - ], - [ - "path", - { - "d": "M7 11l5 -4" - } - ] - ], - "shield-bolt": [ - [ - "path", - { - "d": "M13.342 20.566c-.436 .17 -.884 .315 -1.342 .434a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .117 6.34" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "shield-cancel": [ - [ - "path", - { - "d": "M12.277 20.925c-.092 .026 -.184 .051 -.277 .075a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .145 6.232" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "shield-check-filled": [ - [ - "path", - { - "d": "M11.998 2l.118 .007l.059 .008l.061 .013l.111 .034a.993 .993 0 0 1 .217 .112l.104 .082l.255 .218a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717a13 13 0 0 1 -9.208 16.25a1 1 0 0 1 -.502 0a13 13 0 0 1 -9.209 -16.25a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.531 -2.527l.263 -.225l.096 -.075a.993 .993 0 0 1 .217 -.112l.112 -.034a.97 .97 0 0 1 .119 -.021l.115 -.007zm3.71 7.293a1 1 0 0 0 -1.415 0l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "shield-check": [ - [ - "path", - { - "d": "M11.46 20.846a12 12 0 0 1 -7.96 -14.846a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.09 7.06" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "shield-checkered-filled": [ - [ - "path", - { - "d": "M11.013 12v9.754a13 13 0 0 1 -8.733 -9.754h8.734zm9.284 3.794a13 13 0 0 1 -7.283 5.951l-.001 -9.745h8.708a12.96 12.96 0 0 1 -1.424 3.794zm-9.283 -13.268l-.001 7.474h-8.986c-.068 -1.432 .101 -2.88 .514 -4.282a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.192 -2.256l.276 -.219zm1.999 7.474v-7.453l-.09 -.073a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717c.413 1.403 .582 2.85 .514 4.282h-8.96z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "shield-checkered": [ - [ - "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" - } - ], - [ - "path", - { - "d": "M12 3v18" - } - ], - [ - "path", - { - "d": "M3.5 12h17" - } - ] - ], - "shield-chevron": [ - [ - "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" - } - ], - [ - "path", - { - "d": "M4 14l8 -3l8 3" - } - ] - ], - "shield-code": [ - [ - "path", - { - "d": "M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.078 7.024" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "shield-cog": [ - [ - "path", - { - "d": "M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.568 1.933 .635 3.957 .223 5.89" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "shield-dollar": [ - [ - "path", - { - "d": "M13.018 20.687c-.333 .119 -.673 .223 -1.018 .313a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.433 1.472 .575 2.998 .436 4.495" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "shield-down": [ - [ - "path", - { - "d": "M12.444 20.876c-.147 .044 -.295 .085 -.444 .124a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .117 6.343" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "shield-exclamation": [ - [ - "path", - { - "d": "M15.04 19.745c-.942 .551 -1.964 .976 -3.04 1.255a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .195 6.015" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "shield-filled": [ - [ - "path", - { - "d": "M11.884 2.007l.114 -.007l.118 .007l.059 .008l.061 .013l.111 .034a.993 .993 0 0 1 .217 .112l.104 .082l.255 .218a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717a13 13 0 0 1 -9.208 16.25a1 1 0 0 1 -.502 0a13 13 0 0 1 -9.209 -16.25a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.531 -2.527l.263 -.225l.096 -.075a.993 .993 0 0 1 .217 -.112l.112 -.034a.97 .97 0 0 1 .119 -.021z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "shield-half-filled": [ - [ - "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" - } - ], - [ - "path", - { - "d": "M12 3v18" - } - ], - [ - "path", - { - "d": "M12 11h8.9" - } - ], - [ - "path", - { - "d": "M12 8h8.9" - } - ], - [ - "path", - { - "d": "M12 5h3.1" - } - ], - [ - "path", - { - "d": "M12 17h6.2" - } - ], - [ - "path", - { - "d": "M12 14h8" - } - ] - ], - "shield-half": [ - [ - "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" - } - ], - [ - "path", - { - "d": "M12 3v18" - } - ] - ], - "shield-heart": [ - [ - "path", - { - "d": "M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12.01 12.01 0 0 1 .378 5" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "shield-lock-filled": [ - [ - "path", - { - "d": "M11.998 2l.118 .007l.059 .008l.061 .013l.111 .034a.993 .993 0 0 1 .217 .112l.104 .082l.255 .218a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717a13 13 0 0 1 -9.208 16.25a1 1 0 0 1 -.502 0a13 13 0 0 1 -9.209 -16.25a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.531 -2.527l.263 -.225l.096 -.075a.993 .993 0 0 1 .217 -.112l.112 -.034a.97 .97 0 0 1 .119 -.021l.115 -.007zm.002 7a2 2 0 0 0 -1.995 1.85l-.005 .15l.005 .15a2 2 0 0 0 .995 1.581v1.769l.007 .117a1 1 0 0 0 1.993 -.117l.001 -1.768a2 2 0 0 0 -1.001 -3.732z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "shield-lock": [ - [ - "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" - } - ], - [ - "path", - { - "d": "M12 11m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 12l0 2.5" - } - ] - ], - "shield-minus": [ - [ - "path", - { - "d": "M12.46 20.871c-.153 .046 -.306 .089 -.46 .129a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.916 9.015" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "shield-off": [ - [ - "path", - { - "d": "M17.67 17.667a12 12 0 0 1 -5.67 3.333a12 12 0 0 1 -8.5 -15c.794 .036 1.583 -.006 2.357 -.124m3.128 -.926a11.997 11.997 0 0 0 3.015 -1.95a12 12 0 0 0 8.5 3a12 12 0 0 1 -1.116 9.376" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "shield-pause": [ - [ - "path", - { - "d": "M13.004 20.692c-.329 .117 -.664 .22 -1.004 .308a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.081 7.034" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "shield-pin": [ - [ - "path", - { - "d": "M12.597 20.829a12 12 0 0 1 -.597 .171a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.506 1.72 .614 3.512 .342 5.248" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "shield-plus": [ - [ - "path", - { - "d": "M12.462 20.87c-.153 .047 -.307 .09 -.462 .13a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .11 6.37" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "shield-question": [ - [ - "path", - { - "d": "M15.065 19.732c-.95 .557 -1.98 .986 -3.065 1.268a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.51 1.738 .617 3.55 .333 5.303" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "shield-search": [ - [ - "path", - { - "d": "M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.539 1.832 .627 3.747 .283 5.588" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "shield-share": [ - [ - "path", - { - "d": "M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .193 6.025" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "shield-star": [ - [ - "path", - { - "d": "M11.143 20.743a12 12 0 0 1 -7.643 -14.743a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.504 1.716 .614 3.505 .343 5.237" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "shield-up": [ - [ - "path", - { - "d": "M12.442 20.876a13.12 13.12 0 0 1 -.442 .124a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .119 6.336" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "shield-x": [ - [ - "path", - { - "d": "M13.252 20.601c-.408 .155 -.826 .288 -1.252 .399a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.19 7.357" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "shield": [ - [ - "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" - } - ] - ], - "ship-off": [ - [ - "path", - { - "d": "M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" - } - ], - [ - "path", - { - "d": "M4 18l-1 -5h10m4 0h4l-1.334 2.668" - } - ], - [ - "path", - { - "d": "M5 13v-6h2m4 0h2l4 6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "ship": [ - [ - "path", - { - "d": "M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" - } - ], - [ - "path", - { - "d": "M4 18l-1 -5h18l-2 4" - } - ], - [ - "path", - { - "d": "M5 13v-6h8l4 6" - } - ], - [ - "path", - { - "d": "M7 7v-4h-1" - } - ] - ], - "shirt-filled": [ - [ - "path", - { - "d": "M14.883 3.007l.095 -.007l.112 .004l.113 .017l.113 .03l6 2a1 1 0 0 1 .677 .833l.007 .116v5a1 1 0 0 1 -.883 .993l-.117 .007h-2v7a2 2 0 0 1 -1.85 1.995l-.15 .005h-10a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-7h-2a1 1 0 0 1 -.993 -.883l-.007 -.117v-5a1 1 0 0 1 .576 -.906l.108 -.043l6 -2a1 1 0 0 1 1.316 .949a2 2 0 0 0 3.995 .15l.009 -.24l.017 -.113l.037 -.134l.044 -.103l.05 -.092l.068 -.093l.069 -.08c.056 -.054 .113 -.1 .175 -.14l.096 -.053l.103 -.044l.108 -.032l.112 -.02z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "shirt-off": [ - [ - "path", - { - "d": "M8.243 4.252l.757 -.252c0 .43 .09 .837 .252 1.206m1.395 1.472a3 3 0 0 0 4.353 -2.678l6 2v5h-3v3m0 4v1a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-8h-3v-5l2.26 -.753" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "shirt-sport": [ - [ - "path", - { - "d": "M15 4l6 2v5h-3v8a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-8h-3v-5l6 -2a3 3 0 0 0 6 0" - } - ], - [ - "path", - { - "d": "M10.5 11h2.5l-1.5 5" - } - ] - ], - "shirt": [ - [ - "path", - { - "d": "M15 4l6 2v5h-3v8a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-8h-3v-5l6 -2a3 3 0 0 0 6 0" - } - ] - ], - "shoe-off": [ - [ - "path", - { - "d": "M13.846 9.868l4.08 .972a4 4 0 0 1 3.074 3.89v2.27m-3 1h-14a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h2" - } - ], - [ - "path", - { - "d": "M8 18v-1a4 4 0 0 0 -4 -4h-1" - } - ], - [ - "path", - { - "d": "M10 12l.663 -1.327" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "shoe": [ - [ - "path", - { - "d": "M4 6h5.426a1 1 0 0 1 .863 .496l1.064 1.823a3 3 0 0 0 1.896 1.407l4.677 1.114a4 4 0 0 1 3.074 3.89v2.27a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M14 13l1 -2" - } - ], - [ - "path", - { - "d": "M8 18v-1a4 4 0 0 0 -4 -4h-1" - } - ], - [ - "path", - { - "d": "M10 12l1.5 -3" - } - ] - ], - "shopping-bag-check": [ - [ - "path", - { - "d": "M11.5 21h-2.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.5 3.248" - } - ], - [ - "path", - { - "d": "M9 11v-5a3 3 0 0 1 6 0v5" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "shopping-bag-discount": [ - [ - "path", - { - "d": "M12.5 21h-3.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.416 2.7" - } - ], - [ - "path", - { - "d": "M9 11v-5a3 3 0 0 1 6 0v5" - } - ], - [ - "path", - { - "d": "M16 21l5 -5" - } - ], - [ - "path", - { - "d": "M21 21v.01" - } - ], - [ - "path", - { - "d": "M16 16v.01" - } - ] - ], - "shopping-bag-edit": [ - [ - "path", - { - "d": "M11 21h-2.426a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.109 .707" - } - ], - [ - "path", - { - "d": "M9 11v-5a3 3 0 0 1 6 0v5" - } - ], - [ - "path", - { - "d": "M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" - } - ] - ], - "shopping-bag-exclamation": [ - [ - "path", - { - "d": "M15 21h-6.426a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.258 1.678" - } - ], - [ - "path", - { - "d": "M9 11v-5a3 3 0 0 1 6 0v5" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "shopping-bag-heart": [ - [ - "path", - { - "d": "M11.5 21h-2.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304c-.057 .368 -.1 .644 -.127 .828" - } - ], - [ - "path", - { - "d": "M9 11v-5a3 3 0 0 1 6 0v5" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "shopping-bag-minus": [ - [ - "path", - { - "d": "M12.5 21h-3.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.73 4.744" - } - ], - [ - "path", - { - "d": "M9 11v-5a3 3 0 0 1 6 0v5" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "shopping-bag-plus": [ - [ - "path", - { - "d": "M12.5 21h-3.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.263 1.708" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M9 11v-5a3 3 0 0 1 6 0v5" - } - ] - ], - "shopping-bag-search": [ - [ - "path", - { - "d": "M11.5 21h-2.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.117 .761" - } - ], - [ - "path", - { - "d": "M9 11v-5a3 3 0 0 1 6 0v5" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "shopping-bag-x": [ - [ - "path", - { - "d": "M13 21h-4.426a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.506 3.287" - } - ], - [ - "path", - { - "d": "M9 11v-5a3 3 0 0 1 6 0v5" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "shopping-bag": [ - [ - "path", - { - "d": "M6.331 8h11.339a2 2 0 0 1 1.977 2.304l-1.255 8.152a3 3 0 0 1 -2.966 2.544h-6.852a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304z" - } - ], - [ - "path", - { - "d": "M9 11v-5a3 3 0 0 1 6 0v5" - } - ] - ], - "shopping-cart-bolt": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M13.5 17h-7.5v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-.858 6.004m-2.642 .996h-10.5" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "shopping-cart-cancel": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 17h-6v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-.857 5.998m-3.643 1.002h-9.5" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "shopping-cart-check": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M11.5 17h-5.5v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-1 7h-13" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "shopping-cart-code": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M11.5 17h-5.5v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-1 7h-13" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "shopping-cart-cog": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 17h-6v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-.79 5.526m-3.21 1.474h-10" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "shopping-cart-copy": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M11.5 17h-5.5v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-1 7h-13" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "shopping-cart-discount": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12.5 17h-6.5v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-.859 6.011m-6.141 .989h-7" - } - ], - [ - "path", - { - "d": "M16 21l5 -5" - } - ], - [ - "path", - { - "d": "M21 21v.01" - } - ], - [ - "path", - { - "d": "M16 16v.01" - } - ] - ], - "shopping-cart-dollar": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M13 17h-7v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-.575 4.022m-4.925 2.978h-8.5" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "shopping-cart-down": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12.5 17h-6.5v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-.859 6.011m-2.641 .989h-10.5" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "shopping-cart-exclamation": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M15 17h-9v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-.854 5.976m-2.646 1.024h-10.5" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "shopping-cart-filled": [ - [ - "path", - { - "d": "M6 2a1 1 0 0 1 .993 .883l.007 .117v1.068l13.071 .935a1 1 0 0 1 .929 1.024l-.01 .114l-1 7a1 1 0 0 1 -.877 .853l-.113 .006h-12v2h10a3 3 0 1 1 -2.995 3.176l-.005 -.176l.005 -.176c.017 -.288 .074 -.564 .166 -.824h-5.342a3 3 0 1 1 -5.824 1.176l-.005 -.176l.005 -.176a3.002 3.002 0 0 1 1.995 -2.654v-12.17h-1a1 1 0 0 1 -.993 -.883l-.007 -.117a1 1 0 0 1 .883 -.993l.117 -.007h2zm0 16a1 1 0 1 0 0 2a1 1 0 0 0 0 -2zm11 0a1 1 0 1 0 0 2a1 1 0 0 0 0 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "shopping-cart-heart": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M10 17h-4v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-.717 5.016m-7.783 1.984h-5.5" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "shopping-cart-minus": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12.5 17h-6.5v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-1 7h-13" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "shopping-cart-off": [ - [ - "path", - { - "d": "M6 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 17a2 2 0 1 0 2 2" - } - ], - [ - "path", - { - "d": "M17 17h-11v-11" - } - ], - [ - "path", - { - "d": "M9.239 5.231l10.761 .769l-1 7h-2m-4 0h-7" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "shopping-cart-pause": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M13 17h-7v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-1 7h-13" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "shopping-cart-pin": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 17h-6v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-.716 5.011m-5.284 1.989h-8" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "shopping-cart-plus": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12.5 17h-6.5v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-.86 6.017m-2.64 .983h-10.5" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "shopping-cart-question": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M13.5 17h-7.5v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-.714 5m-4.786 2h-8.5" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "shopping-cart-search": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M11 17h-5v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-.718 5.023m-6.282 1.977h-7" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "shopping-cart-share": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12.5 17h-6.5v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-1 7h-13" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "shopping-cart-star": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M9.5 17h-3.5v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-.615 4.302m-6.885 2.698h-6.5" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "shopping-cart-up": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M12.5 17h-6.5v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-.854 5.977m-2.646 1.023h-10.5" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "shopping-cart-x": [ - [ - "path", - { - "d": "M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M13 17h-7v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-1 7h-13" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "shopping-cart": [ - [ - "path", - { - "d": "M6 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 17h-11v-14h-2" - } - ], - [ - "path", - { - "d": "M6 5l14 1l-1 7h-13" - } - ] - ], - "shovel-pitchforks": [ - [ - "path", - { - "d": "M5 3h4" - } - ], - [ - "path", - { - "d": "M7 3v12" - } - ], - [ - "path", - { - "d": "M4 15h6v3a3 3 0 0 1 -6 0v-3z" - } - ], - [ - "path", - { - "d": "M14 21v-3a3 3 0 0 1 6 0v3" - } - ], - [ - "path", - { - "d": "M17 21v-18" - } - ] - ], - "shovel": [ - [ - "path", - { - "d": "M17 4l3 3" - } - ], - [ - "path", - { - "d": "M18.5 5.5l-8 8" - } - ], - [ - "path", - { - "d": "M8.276 11.284l4.44 4.44a.968 .968 0 0 1 0 1.369l-2.704 2.704a4.108 4.108 0 0 1 -5.809 -5.81l2.704 -2.703a.968 .968 0 0 1 1.37 0z" - } - ] - ], - "shredder": [ - [ - "path", - { - "d": "M4 10m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 10v-4a2 2 0 0 0 -2 -2h-6a2 2 0 0 0 -2 2v4m5 5v5m4 -5v2m-8 -2v3" - } - ] - ], - "sign-left-filled": [ - [ - "path", - { - "d": "M14 2a1 1 0 0 1 .993 .883l.007 .117v2h3a1 1 0 0 1 .993 .883l.007 .117v5a1 1 0 0 1 -.883 .993l-.117 .007h-3v8h1a1 1 0 0 1 .117 1.993l-.117 .007h-4a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-8h-5a1 1 0 0 1 -.694 -.28l-.087 -.095l-2 -2.5a1 1 0 0 1 -.072 -1.147l.072 -.103l2 -2.5a1 1 0 0 1 .652 -.367l.129 -.008h5v-2a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "sign-left": [ - [ - "path", - { - "d": "M16 21h-4" - } - ], - [ - "path", - { - "d": "M14 21v-10" - } - ], - [ - "path", - { - "d": "M14 6v-3" - } - ], - [ - "path", - { - "d": "M18 6h-10l-2 2.5l2 2.5h10z" - } - ] - ], - "sign-right-filled": [ - [ - "path", - { - "d": "M10 2a1 1 0 0 1 .993 .883l.007 .117v2h5a1 1 0 0 1 .694 .28l.087 .095l2 2.5a1 1 0 0 1 .072 1.147l-.072 .103l-2 2.5a1 1 0 0 1 -.652 .367l-.129 .008h-5v8h1a1 1 0 0 1 .117 1.993l-.117 .007h-4a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-8h-3a1 1 0 0 1 -.993 -.883l-.007 -.117v-5a1 1 0 0 1 .883 -.993l.117 -.007h3v-2a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "sign-right": [ - [ - "path", - { - "d": "M8 21h4" - } - ], - [ - "path", - { - "d": "M10 21v-10" - } - ], - [ - "path", - { - "d": "M10 6v-3" - } - ], - [ - "path", - { - "d": "M6 6h10l2 2.5l-2 2.5h-10z" - } - ] - ], - "signal-2g": [ - [ - "path", - { - "d": "M19 8h-3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h3v-4h-1" - } - ], - [ - "path", - { - "d": "M5 8h4a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h4" - } - ] - ], - "signal-3g": [ - [ - "path", - { - "d": "M17 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" - } - ], - [ - "path", - { - "d": "M6 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5" - } - ] - ], - "signal-4g-plus": [ - [ - "path", - { - "d": "M17 12h4" - } - ], - [ - "path", - { - "d": "M3 8v3a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M7 8v8" - } - ], - [ - "path", - { - "d": "M19 10v4" - } - ], - [ - "path", - { - "d": "M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" - } - ] - ], - "signal-4g": [ - [ - "path", - { - "d": "M6 8v3a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M10 8v8" - } - ], - [ - "path", - { - "d": "M17 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" - } - ] - ], - "signal-5g": [ - [ - "path", - { - "d": "M18 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" - } - ], - [ - "path", - { - "d": "M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" - } - ] - ], - "signal-6g": [ - [ - "path", - { - "d": "M18 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" - } - ], - [ - "path", - { - "d": "M10 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" - } - ] - ], - "signal-e": [ - [ - "path", - { - "d": "M14 8h-4v8h4" - } - ], - [ - "path", - { - "d": "M10 12h2.5" - } - ] - ], - "signal-g": [ - [ - "path", - { - "d": "M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" - } - ] - ], - "signal-h-plus": [ - [ - "path", - { - "d": "M7 16v-8" - } - ], - [ - "path", - { - "d": "M11 8v8" - } - ], - [ - "path", - { - "d": "M7 12h4" - } - ], - [ - "path", - { - "d": "M14 12h4" - } - ], - [ - "path", - { - "d": "M16 10v4" - } - ] - ], - "signal-h": [ - [ - "path", - { - "d": "M10 16v-8" - } - ], - [ - "path", - { - "d": "M14 8v8" - } - ], - [ - "path", - { - "d": "M10 12h4" - } - ] - ], - "signal-lte": [ - [ - "path", - { - "d": "M21 8h-4v8h4" - } - ], - [ - "path", - { - "d": "M17 12h2.5" - } - ], - [ - "path", - { - "d": "M4 8v8h4" - } - ], - [ - "path", - { - "d": "M10 8h4" - } - ], - [ - "path", - { - "d": "M12 8v8" - } - ] - ], - "signature-off": [ - [ - "path", - { - "d": "M3 17c3.333 -3.333 5 -6 5 -8c0 -.394 -.017 -.735 -.05 -1.033m-1.95 -1.967c-1 0 -2.032 1.085 -2 3c.034 2.048 1.658 4.877 2.5 6c1.5 2 2.5 2.5 3.5 1l2 -3c.333 2.667 1.333 4 3 4c.219 0 .708 -.341 1.231 -.742m3.769 -.258c.303 .245 .64 .677 1 1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "signature": [ - [ - "path", - { - "d": "M3 17c3.333 -3.333 5 -6 5 -8c0 -3 -1 -3 -2 -3s-2.032 1.085 -2 3c.034 2.048 1.658 4.877 2.5 6c1.5 2 2.5 2.5 3.5 1l2 -3c.333 2.667 1.333 4 3 4c.53 0 2.639 -2 3 -2c.517 0 1.517 .667 3 2" - } - ] - ], - "sitemap-off": [ - [ - "path", - { - "d": "M3 15m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M19 15a2 2 0 0 1 2 2m-.591 3.42c-.362 .358 -.86 .58 -1.409 .58h-2a2 2 0 0 1 -2 -2v-2c0 -.549 .221 -1.046 .579 -1.407" - } - ], - [ - "path", - { - "d": "M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2" - } - ], - [ - "path", - { - "d": "M6 15v-1a2 2 0 0 1 2 -2h4m4 0a2 2 0 0 1 2 2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "sitemap": [ - [ - "path", - { - "d": "M3 15m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M15 15m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M6 15v-1a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v1" - } - ], - [ - "path", - { - "d": "M12 9l0 3" - } - ] - ], - "skateboard-off": [ - [ - "path", - { - "d": "M7 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M15 15a2 2 0 0 0 2 2m2 -2a2 2 0 0 0 -2 -2" - } - ], - [ - "path", - { - "d": "M3 9c0 .552 .895 1 2 1h5m4 0h5c1.105 0 2 -.448 2 -1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "skateboard": [ - [ - "path", - { - "d": "M7 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M3 9a2 1 0 0 0 2 1h14a2 1 0 0 0 2 -1" - } - ] - ], - "skateboarding": [ - [ - "path", - { - "d": "M16 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M5.5 15h3.5l.75 -1.5" - } - ], - [ - "path", - { - "d": "M14 19v-5l-2.5 -3l2.5 -4" - } - ], - [ - "path", - { - "d": "M8 8l3 -1h4l1 3h3" - } - ], - [ - "path", - { - "d": "M17.5 21a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M3 18c0 .552 .895 1 2 1h14c1.105 0 2 -.448 2 -1" - } - ], - [ - "path", - { - "d": "M6.5 21a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z", - "fill": "currentColor" - } - ] - ], - "skew-x": [ - [ - "path", - { - "d": "M4 5.205v13.59a1 1 0 0 0 1.184 .983l14 -2.625a1 1 0 0 0 .816 -.983v-8.34a1 1 0 0 0 -.816 -.983l-14 -2.625a1 1 0 0 0 -1.184 .983z" - } - ] - ], - "skew-y": [ - [ - "path", - { - "d": "M4.326 19h15.348a1 1 0 0 0 .962 -1.275l-3.429 -12a1 1 0 0 0 -.961 -.725h-8.492a1 1 0 0 0 -.961 .725l-3.429 12a1 1 0 0 0 .962 1.275z" - } - ] - ], - "skull": [ - [ - "path", - { - "d": "M12 4c4.418 0 8 3.358 8 7.5c0 1.901 -.755 3.637 -2 4.96l0 2.54a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-2.54c-1.245 -1.322 -2 -3.058 -2 -4.96c0 -4.142 3.582 -7.5 8 -7.5z" - } - ], - [ - "path", - { - "d": "M10 17v3" - } - ], - [ - "path", - { - "d": "M14 17v3" - } - ], - [ - "path", - { - "d": "M9 11m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M15 11m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "slash": [ - [ - "path", - { - "d": "M17 5l-10 14" - } - ] - ], - "slashes": [ - [ - "path", - { - "d": "M14 5l-10 14" - } - ], - [ - "path", - { - "d": "M20 5l-10 14" - } - ] - ], - "sleigh": [ - [ - "path", - { - "d": "M3 19h15a4 4 0 0 0 4 -4" - } - ], - [ - "path", - { - "d": "M16 15h-9a4 4 0 0 1 -4 -4v-6l1.243 1.243a6 6 0 0 0 4.242 1.757h3.515v2a2 2 0 0 0 2 2h.5a1.5 1.5 0 0 0 1.5 -1.5a1.5 1.5 0 0 1 3 0v1.5a3 3 0 0 1 -3 3z" - } - ], - [ - "path", - { - "d": "M15 15v4" - } - ], - [ - "path", - { - "d": "M7 15v4" - } - ] - ], - "slice": [ - [ - "path", - { - "d": "M3 19l15 -15l3 3l-6 6l2 2a14 14 0 0 1 -14 4" - } - ] - ], - "slideshow": [ - [ - "path", - { - "d": "M15 6l.01 0" - } - ], - [ - "path", - { - "d": "M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M3 13l4 -4a3 5 0 0 1 3 0l4 4" - } - ], - [ - "path", - { - "d": "M13 12l2 -2a3 5 0 0 1 3 0l3 3" - } - ], - [ - "path", - { - "d": "M8 21l.01 0" - } - ], - [ - "path", - { - "d": "M12 21l.01 0" - } - ], - [ - "path", - { - "d": "M16 21l.01 0" - } - ] - ], - "smart-home-off": [ - [ - "path", - { - "d": "M7.097 7.125l-2.037 1.585a2.665 2.665 0 0 0 -1.029 2.105v7.2a2 2 0 0 0 2 2h12c.559 0 1.064 -.229 1.427 -.598m.572 -3.417v-5.185c0 -.823 -.38 -1.6 -1.03 -2.105l-5.333 -4.148a2.666 2.666 0 0 0 -3.274 0l-1.029 .8" - } - ], - [ - "path", - { - "d": "M15.332 15.345c-2.213 .976 -5.335 .86 -7.332 -.345" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "smart-home": [ - [ - "path", - { - "d": "M19 8.71l-5.333 -4.148a2.666 2.666 0 0 0 -3.274 0l-5.334 4.148a2.665 2.665 0 0 0 -1.029 2.105v7.2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-7.2c0 -.823 -.38 -1.6 -1.03 -2.105" - } - ], - [ - "path", - { - "d": "M16 15c-2.21 1.333 -5.792 1.333 -8 0" - } - ] - ], - "smoking-no": [ - [ - "path", - { - "d": "M8 13l0 4" - } - ], - [ - "path", - { - "d": "M16 5v.5a2 2 0 0 0 2 2a2 2 0 0 1 2 2v.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M17 13h3a1 1 0 0 1 1 1v2c0 .28 -.115 .533 -.3 .714m-3.7 .286h-13a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h9" - } - ] - ], - "smoking": [ - [ - "path", - { - "d": "M3 13m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M8 13l0 4" - } - ], - [ - "path", - { - "d": "M16 5v.5a2 2 0 0 0 2 2a2 2 0 0 1 2 2v.5" - } - ] - ], - "snowboarding": [ - [ - "path", - { - "d": "M15 3a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M7 19l4 -2.5l-.5 -1.5" - } - ], - [ - "path", - { - "d": "M16 21l-1 -6l-4.5 -3l3.5 -6" - } - ], - [ - "path", - { - "d": "M7 9l1.5 -3h5.5l2 4l3 1" - } - ], - [ - "path", - { - "d": "M3 17c.399 1.154 .899 1.805 1.5 1.951c6 1.464 10.772 2.262 13.5 2.927c1.333 .325 2.333 0 3 -.976" - } - ] - ], - "snowflake-off": [ - [ - "path", - { - "d": "M10 4l2 1l2 -1" - } - ], - [ - "path", - { - "d": "M12 2v6m1.196 1.186l1.804 1.034" - } - ], - [ - "path", - { - "d": "M17.928 6.268l.134 2.232l1.866 1.232" - } - ], - [ - "path", - { - "d": "M20.66 7l-5.629 3.25l-.031 .75" - } - ], - [ - "path", - { - "d": "M19.928 14.268l-1.015 .67" - } - ], - [ - "path", - { - "d": "M14.212 14.226l-2.171 1.262" - } - ], - [ - "path", - { - "d": "M14 20l-2 -1l-2 1" - } - ], - [ - "path", - { - "d": "M12 22v-6.5l-3 -1.72" - } - ], - [ - "path", - { - "d": "M6.072 17.732l-.134 -2.232l-1.866 -1.232" - } - ], - [ - "path", - { - "d": "M3.34 17l5.629 -3.25l-.01 -3.458" - } - ], - [ - "path", - { - "d": "M4.072 9.732l1.866 -1.232l.134 -2.232" - } - ], - [ - "path", - { - "d": "M3.34 7l5.629 3.25l.802 -.466" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "snowflake": [ - [ - "path", - { - "d": "M10 4l2 1l2 -1" - } - ], - [ - "path", - { - "d": "M12 2v6.5l3 1.72" - } - ], - [ - "path", - { - "d": "M17.928 6.268l.134 2.232l1.866 1.232" - } - ], - [ - "path", - { - "d": "M20.66 7l-5.629 3.25l.01 3.458" - } - ], - [ - "path", - { - "d": "M19.928 14.268l-1.866 1.232l-.134 2.232" - } - ], - [ - "path", - { - "d": "M20.66 17l-5.629 -3.25l-2.99 1.738" - } - ], - [ - "path", - { - "d": "M14 20l-2 -1l-2 1" - } - ], - [ - "path", - { - "d": "M12 22v-6.5l-3 -1.72" - } - ], - [ - "path", - { - "d": "M6.072 17.732l-.134 -2.232l-1.866 -1.232" - } - ], - [ - "path", - { - "d": "M3.34 17l5.629 -3.25l-.01 -3.458" - } - ], - [ - "path", - { - "d": "M4.072 9.732l1.866 -1.232l.134 -2.232" - } - ], - [ - "path", - { - "d": "M3.34 7l5.629 3.25l2.99 -1.738" - } - ] - ], - "snowman": [ - [ - "path", - { - "d": "M12 3a4 4 0 0 1 2.906 6.75a6 6 0 1 1 -5.81 0a4 4 0 0 1 2.904 -6.75z" - } - ], - [ - "path", - { - "d": "M17.5 11.5l2.5 -1.5" - } - ], - [ - "path", - { - "d": "M6.5 11.5l-2.5 -1.5" - } - ], - [ - "path", - { - "d": "M12 13h.01" - } - ], - [ - "path", - { - "d": "M12 16h.01" - } - ] - ], - "soccer-field": [ - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M3 9h3v6h-3z" - } - ], - [ - "path", - { - "d": "M18 9h3v6h-3z" - } - ], - [ - "path", - { - "d": "M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 5l0 14" - } - ] - ], - "social-off": [ - [ - "path", - { - "d": "M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17.57 17.602a2 2 0 0 0 2.83 2.827" - } - ], - [ - "path", - { - "d": "M11.113 11.133a3 3 0 1 0 3.765 3.715" - } - ], - [ - "path", - { - "d": "M12 7v1" - } - ], - [ - "path", - { - "d": "M6.7 17.8l2.8 -2" - } - ], - [ - "path", - { - "d": "M17.3 17.8l-2.8 -2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "social": [ - [ - "path", - { - "d": "M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 14m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M12 7l0 4" - } - ], - [ - "path", - { - "d": "M6.7 17.8l2.8 -2" - } - ], - [ - "path", - { - "d": "M17.3 17.8l-2.8 -2" - } - ] - ], - "sock": [ - [ - "path", - { - "d": "M13 3v6l4.798 5.142a4 4 0 0 1 -5.441 5.86l-6.736 -6.41a2 2 0 0 1 -.621 -1.451v-9.141h8z" - } - ], - [ - "path", - { - "d": "M7.895 15.768c.708 -.721 1.105 -1.677 1.105 -2.768a4 4 0 0 0 -4 -4" - } - ] - ], - "sofa-off": [ - [ - "path", - { - "d": "M18 14v-1a2 2 0 1 1 4 0v5m-3 1h-16a1 1 0 0 1 -1 -1v-5a2 2 0 1 1 4 0v1h8" - } - ], - [ - "path", - { - "d": "M4 11v-3c0 -1.082 .573 -2.03 1.432 -2.558m3.568 -.442h8a3 3 0 0 1 3 3v3" - } - ], - [ - "path", - { - "d": "M12 5v3m0 4v2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "sofa": [ - [ - "path", - { - "d": "M4 11a2 2 0 0 1 2 2v1h12v-1a2 2 0 1 1 4 0v5a1 1 0 0 1 -1 1h-18a1 1 0 0 1 -1 -1v-5a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M4 11v-3a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v3" - } - ], - [ - "path", - { - "d": "M12 5v9" - } - ] - ], - "solar-electricity": [ - [ - "path", - { - "d": "M4 6.28v11.44a1 1 0 0 0 1.243 .97l6 -1.5a1 1 0 0 0 .757 -.97v-8.44a1 1 0 0 0 -.757 -.97l-6 -1.5a1 1 0 0 0 -1.243 .97z" - } - ], - [ - "path", - { - "d": "M8 6v12" - } - ], - [ - "path", - { - "d": "M12 12h-8" - } - ], - [ - "path", - { - "d": "M20 7l-3 5h4l-3 5" - } - ] - ], - "solar-panel-2": [ - [ - "path", - { - "d": "M8 2a4 4 0 1 0 8 0" - } - ], - [ - "path", - { - "d": "M4 3h1" - } - ], - [ - "path", - { - "d": "M19 3h1" - } - ], - [ - "path", - { - "d": "M12 9v1" - } - ], - [ - "path", - { - "d": "M17.2 7.2l.707 .707" - } - ], - [ - "path", - { - "d": "M6.8 7.2l-.7 .7" - } - ], - [ - "path", - { - "d": "M4.28 21h15.44a1 1 0 0 0 .97 -1.243l-1.5 -6a1 1 0 0 0 -.97 -.757h-12.44a1 1 0 0 0 -.97 .757l-1.5 6a1 1 0 0 0 .97 1.243z" - } - ], - [ - "path", - { - "d": "M4 17h16" - } - ], - [ - "path", - { - "d": "M10 13l-1 8" - } - ], - [ - "path", - { - "d": "M14 13l1 8" - } - ] - ], - "solar-panel": [ - [ - "path", - { - "d": "M4.28 14h15.44a1 1 0 0 0 .97 -1.243l-1.5 -6a1 1 0 0 0 -.97 -.757h-12.44a1 1 0 0 0 -.97 .757l-1.5 6a1 1 0 0 0 .97 1.243z" - } - ], - [ - "path", - { - "d": "M4 10h16" - } - ], - [ - "path", - { - "d": "M10 6l-1 8" - } - ], - [ - "path", - { - "d": "M14 6l1 8" - } - ], - [ - "path", - { - "d": "M12 14v4" - } - ], - [ - "path", - { - "d": "M7 18h10" - } - ] - ], - "sort-0-9": [ - [ - "path", - { - "d": "M11 12h2" - } - ], - [ - "path", - { - "d": "M4 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" - } - ], - [ - "path", - { - "d": "M16 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "sort-9-0": [ - [ - "path", - { - "d": "M4 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M16 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" - } - ], - [ - "path", - { - "d": "M11 12h2" - } - ] - ], - "sort-a-z": [ - [ - "path", - { - "d": "M16 8h4l-4 8h4" - } - ], - [ - "path", - { - "d": "M4 16v-6a2 2 0 1 1 4 0v6" - } - ], - [ - "path", - { - "d": "M4 13h4" - } - ], - [ - "path", - { - "d": "M11 12h2" - } - ] - ], - "sort-ascending-2": [ - [ - "path", - { - "d": "M14 9l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M5 5m0 .5a.5 .5 0 0 1 .5 -.5h4a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-4a.5 .5 0 0 1 -.5 -.5z" - } - ], - [ - "path", - { - "d": "M5 14m0 .5a.5 .5 0 0 1 .5 -.5h4a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-4a.5 .5 0 0 1 -.5 -.5z" - } - ], - [ - "path", - { - "d": "M17 6v12" - } - ] - ], - "sort-ascending-letters": [ - [ - "path", - { - "d": "M15 10v-5c0 -1.38 .62 -2 2 -2s2 .62 2 2v5m0 -3h-4" - } - ], - [ - "path", - { - "d": "M19 21h-4l4 -7h-4" - } - ], - [ - "path", - { - "d": "M4 15l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M7 6v12" - } - ] - ], - "sort-ascending-numbers": [ - [ - "path", - { - "d": "M4 15l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M7 6v12" - } - ], - [ - "path", - { - "d": "M17 3a2 2 0 0 1 2 2v3a2 2 0 1 1 -4 0v-3a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M17 16m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 16v3a2 2 0 0 1 -2 2h-1.5" - } - ] - ], - "sort-ascending-shapes": [ - [ - "path", - { - "d": "M4 15l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M7 6v12" - } - ], - [ - "path", - { - "d": "M14 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4z" - } - ], - [ - "path", - { - "d": "M17 14l-3.5 6h7z" - } - ] - ], - "sort-ascending-small-big": [ - [ - "path", - { - "d": "M4 15l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M7 6v12" - } - ], - [ - "path", - { - "d": "M14 5.667c0 -.369 .298 -.667 .667 -.667h2.666c.369 0 .667 .298 .667 .667v2.666a.667 .667 0 0 1 -.667 .667h-2.666a.667 .667 0 0 1 -.667 -.667v-2.666z" - } - ], - [ - "path", - { - "d": "M14 13.167c0 -.645 .522 -1.167 1.167 -1.167h4.666c.645 0 1.167 .522 1.167 1.167v4.666c0 .645 -.522 1.167 -1.167 1.167h-4.666a1.167 1.167 0 0 1 -1.167 -1.167v-4.666z" - } - ] - ], - "sort-ascending": [ - [ - "path", - { - "d": "M4 6l7 0" - } - ], - [ - "path", - { - "d": "M4 12l7 0" - } - ], - [ - "path", - { - "d": "M4 18l9 0" - } - ], - [ - "path", - { - "d": "M15 9l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M18 6l0 12" - } - ] - ], - "sort-deacending-small-big": [ - [ - "path", - { - "d": "M10 15l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M7 6v12" - } - ], - [ - "path", - { - "d": "M14 18.333c0 .369 .298 .667 .667 .667h2.666a.667 .667 0 0 0 .667 -.667v-2.666a.667 .667 0 0 0 -.667 -.667h-2.666a.667 .667 0 0 0 -.667 .667v2.666z" - } - ], - [ - "path", - { - "d": "M14 10.833c0 .645 .522 1.167 1.167 1.167h4.666c.645 0 1.167 -.522 1.167 -1.167v-4.666c0 -.645 -.522 -1.167 -1.167 -1.167h-4.666c-.645 0 -1.167 .522 -1.167 1.167v4.666z" - } - ] - ], - "sort-descending-2": [ - [ - "path", - { - "d": "M5 5m0 .5a.5 .5 0 0 1 .5 -.5h4a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-4a.5 .5 0 0 1 -.5 -.5z" - } - ], - [ - "path", - { - "d": "M5 14m0 .5a.5 .5 0 0 1 .5 -.5h4a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-4a.5 .5 0 0 1 -.5 -.5z" - } - ], - [ - "path", - { - "d": "M14 15l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M17 18v-12" - } - ] - ], - "sort-descending-letters": [ - [ - "path", - { - "d": "M15 21v-5c0 -1.38 .62 -2 2 -2s2 .62 2 2v5m0 -3h-4" - } - ], - [ - "path", - { - "d": "M19 10h-4l4 -7h-4" - } - ], - [ - "path", - { - "d": "M4 15l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M7 6v12" - } - ] - ], - "sort-descending-numbers": [ - [ - "path", - { - "d": "M4 15l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M7 6v12" - } - ], - [ - "path", - { - "d": "M17 14a2 2 0 0 1 2 2v3a2 2 0 1 1 -4 0v-3a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 5v3a2 2 0 0 1 -2 2h-1.5" - } - ] - ], - "sort-descending-shapes": [ - [ - "path", - { - "d": "M4 15l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M7 6v12" - } - ], - [ - "path", - { - "d": "M14 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4z" - } - ], - [ - "path", - { - "d": "M17 4l-3.5 6h7z" - } - ] - ], - "sort-descending": [ - [ - "path", - { - "d": "M4 6l9 0" - } - ], - [ - "path", - { - "d": "M4 12l7 0" - } - ], - [ - "path", - { - "d": "M4 18l7 0" - } - ], - [ - "path", - { - "d": "M15 15l3 3l3 -3" - } - ], - [ - "path", - { - "d": "M18 6l0 12" - } - ] - ], - "sort-z-a": [ - [ - "path", - { - "d": "M4 8h4l-4 8h4" - } - ], - [ - "path", - { - "d": "M16 16v-6a2 2 0 1 1 4 0v6" - } - ], - [ - "path", - { - "d": "M16 13h4" - } - ], - [ - "path", - { - "d": "M11 12h2" - } - ] - ], - "sos": [ - [ - "path", - { - "d": "M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3" - } - ], - [ - "path", - { - "d": "M10 8h4v8h-4z" - } - ], - [ - "path", - { - "d": "M17 16h3a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h3" - } - ] - ], - "soup-off": [ - [ - "path", - { - "d": "M3 19h16" - } - ], - [ - "path", - { - "d": "M15 11h6c0 1.691 -.525 3.26 -1.42 4.552m-2.034 2.032a7.963 7.963 0 0 1 -4.546 1.416h-2a8 8 0 0 1 -8 -8h8" - } - ], - [ - "path", - { - "d": "M12 5v3" - } - ], - [ - "path", - { - "d": "M15 5v3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "soup": [ - [ - "path", - { - "d": "M4 11h16a1 1 0 0 1 1 1v.5c0 1.5 -2.517 5.573 -4 6.5v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1c-1.687 -1.054 -4 -5 -4 -6.5v-.5a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M12 4a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2" - } - ], - [ - "path", - { - "d": "M16 4a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2" - } - ], - [ - "path", - { - "d": "M8 4a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2" - } - ] - ], - "source-code": [ - [ - "path", - { - "d": "M14.5 4h2.5a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-5" - } - ], - [ - "path", - { - "d": "M6 5l-2 2l2 2" - } - ], - [ - "path", - { - "d": "M10 9l2 -2l-2 -2" - } - ] - ], - "space-off": [ - [ - "path", - { - "d": "M4 10v3a1 1 0 0 0 1 1h9m4 0h1a1 1 0 0 0 1 -1v-3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "space": [ - [ - "path", - { - "d": "M4 10v3a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-3" - } - ] - ], - "spacing-horizontal": [ - [ - "path", - { - "d": "M20 20h-2a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 20h2a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" - } - ], - [ - "path", - { - "d": "M12 8v8" - } - ] - ], - "spacing-vertical": [ - [ - "path", - { - "d": "M4 20v-2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M4 4v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M16 12h-8" - } - ] - ], - "spade-filled": [ - [ - "path", - { - "d": "M11.327 2.26a1395.065 1395.065 0 0 0 -4.923 4.504c-.626 .6 -1.212 1.21 -1.774 1.843a6.528 6.528 0 0 0 -.314 8.245l.14 .177c1.012 1.205 2.561 1.755 4.055 1.574l.246 -.037l-.706 2.118a1 1 0 0 0 .949 1.316h6l.118 -.007a1 1 0 0 0 .83 -1.31l-.688 -2.065l.104 .02c1.589 .25 3.262 -.387 4.32 -1.785a6.527 6.527 0 0 0 -.311 -8.243a31.787 31.787 0 0 0 -1.76 -1.83l-4.938 -4.518a1 1 0 0 0 -1.348 -.001z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "spade": [ - [ - "path", - { - "d": "M12 3l4.919 4.5c.61 .587 1.177 1.177 1.703 1.771a5.527 5.527 0 0 1 .264 6.979c-1.18 1.56 -3.338 1.92 -4.886 .75v1l1 3h-6l1 -3v-1c-1.54 1.07 -3.735 .772 -4.886 -.75a5.527 5.527 0 0 1 .264 -6.979a30.883 30.883 0 0 1 1.703 -1.771a1541.72 1541.72 0 0 1 4.919 -4.5z" - } - ] - ], - "sparkles": [ - [ - "path", - { - "d": "M16 18a2 2 0 0 1 2 2a2 2 0 0 1 2 -2a2 2 0 0 1 -2 -2a2 2 0 0 1 -2 2zm0 -12a2 2 0 0 1 2 2a2 2 0 0 1 2 -2a2 2 0 0 1 -2 -2a2 2 0 0 1 -2 2zm-7 12a6 6 0 0 1 6 -6a6 6 0 0 1 -6 -6a6 6 0 0 1 -6 6a6 6 0 0 1 6 6z" - } - ] - ], - "speakerphone": [ - [ - "path", - { - "d": "M18 8a3 3 0 0 1 0 6" - } - ], - [ - "path", - { - "d": "M10 8v11a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1v-5" - } - ], - [ - "path", - { - "d": "M12 8h0l4.524 -3.77a.9 .9 0 0 1 1.476 .692v12.156a.9 .9 0 0 1 -1.476 .692l-4.524 -3.77h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h8" - } - ] - ], - "speedboat": [ - [ - "path", - { - "d": "M3 17h13.4a3 3 0 0 0 2.5 -1.34l3.1 -4.66h0h-6.23a4 4 0 0 0 -1.49 .29l-3.56 1.42a4 4 0 0 1 -1.49 .29h-3.73h0h-1l-1.5 4z" - } - ], - [ - "path", - { - "d": "M6 13l1.5 -5" - } - ], - [ - "path", - { - "d": "M6 8h8l2 3" - } - ] - ], - "sphere-off": [ - [ - "path", - { - "d": "M3 12c0 1.657 4.03 3 9 3c.987 0 1.936 -.053 2.825 -.15m3.357 -.67c1.735 -.547 2.818 -1.32 2.818 -2.18" - } - ], - [ - "path", - { - "d": "M20.051 16.027a9 9 0 0 0 -12.083 -12.075m-2.34 1.692a9 9 0 0 0 12.74 12.716" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "sphere-plus": [ - [ - "path", - { - "d": "M3 12c0 1.657 4.03 3 9 3c1.116 0 2.185 -.068 3.172 -.192m5.724 -2.35a1.1 1.1 0 0 0 .104 -.458" - } - ], - [ - "path", - { - "d": "M20.984 12.546a9 9 0 1 0 -8.442 8.438" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "sphere": [ - [ - "path", - { - "d": "M3 12c0 1.657 4.03 3 9 3s9 -1.343 9 -3" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "spider": [ - [ - "path", - { - "d": "M5 4v2l5 5" - } - ], - [ - "path", - { - "d": "M2.5 9.5l1.5 1.5h6" - } - ], - [ - "path", - { - "d": "M4 19v-2l6 -6" - } - ], - [ - "path", - { - "d": "M19 4v2l-5 5" - } - ], - [ - "path", - { - "d": "M21.5 9.5l-1.5 1.5h-6" - } - ], - [ - "path", - { - "d": "M20 19v-2l-6 -6" - } - ], - [ - "path", - { - "d": "M12 15m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M12 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "spiral-off": [ - [ - "path", - { - "d": "M10 12.057a1.9 1.9 0 0 0 .614 .743c.682 .459 1.509 .374 2.164 -.02m1.103 -2.92a3.298 3.298 0 0 0 -1.749 -2.059a3.6 3.6 0 0 0 -.507 -.195m-3.385 .634a4.154 4.154 0 0 0 -1.347 1.646c-1.095 2.432 .29 5.248 2.71 6.246c1.955 .806 4.097 .35 5.65 -.884m1.745 -2.268l.043 -.103c1.36 -3.343 -.557 -7.134 -3.896 -8.41c-1.593 -.61 -3.27 -.599 -4.79 -.113m-2.579 1.408a7.574 7.574 0 0 0 -2.268 3.128c-1.63 4.253 .823 9.024 5.082 10.576c3.211 1.17 6.676 .342 9.124 -1.738m1.869 -2.149a9.354 9.354 0 0 0 1.417 -4.516" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "spiral": [ - [ - "path", - { - "d": "M10 12.057a1.9 1.9 0 0 0 .614 .743c1.06 .713 2.472 .112 3.043 -.919c.839 -1.513 -.022 -3.368 -1.525 -4.08c-2 -.95 -4.371 .154 -5.24 2.086c-1.095 2.432 .29 5.248 2.71 6.246c2.931 1.208 6.283 -.418 7.438 -3.255c1.36 -3.343 -.557 -7.134 -3.896 -8.41c-3.855 -1.474 -8.2 .68 -9.636 4.422c-1.63 4.253 .823 9.024 5.082 10.576c4.778 1.74 10.118 -.941 11.833 -5.59a9.354 9.354 0 0 0 .577 -2.813" - } - ] - ], - "sport-billard": [ - [ - "path", - { - "d": "M12 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 14m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 12m-8 0a8 8 0 1 0 16 0a8 8 0 1 0 -16 0" - } - ] - ], - "spray": [ - [ - "path", - { - "d": "M4 10m0 2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M6 10v-4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4" - } - ], - [ - "path", - { - "d": "M15 7h.01" - } - ], - [ - "path", - { - "d": "M18 9h.01" - } - ], - [ - "path", - { - "d": "M18 5h.01" - } - ], - [ - "path", - { - "d": "M21 3h.01" - } - ], - [ - "path", - { - "d": "M21 7h.01" - } - ], - [ - "path", - { - "d": "M21 11h.01" - } - ], - [ - "path", - { - "d": "M10 7h1" - } - ] - ], - "spy-off": [ - [ - "path", - { - "d": "M3 11h8m4 0h6" - } - ], - [ - "path", - { - "d": "M5 11v-4c0 -.571 .16 -1.105 .437 -1.56m2.563 -1.44h8a3 3 0 0 1 3 3v4" - } - ], - [ - "path", - { - "d": "M7 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M14.88 14.877a3 3 0 1 0 4.239 4.247m.59 -3.414a3.012 3.012 0 0 0 -1.425 -1.422" - } - ], - [ - "path", - { - "d": "M10 17h4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "spy": [ - [ - "path", - { - "d": "M3 11h18" - } - ], - [ - "path", - { - "d": "M5 11v-4a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v4" - } - ], - [ - "path", - { - "d": "M7 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M10 17h4" - } - ] - ], - "sql": [ - [ - "path", - { - "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M17 8v8h4" - } - ], - [ - "path", - { - "d": "M13 15l1 1" - } - ], - [ - "path", - { - "d": "M3 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1" - } - ] - ], - "square-0-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-6.333 5a3 3 0 0 0 -2.995 2.824l-.005 .176v4l.005 .176a3 3 0 0 0 5.99 0l.005 -.176v-4l-.005 -.176a3 3 0 0 0 -2.995 -2.824zm0 2a1 1 0 0 1 .993 .883l.007 .117v4l-.007 .117a1 1 0 0 1 -1.986 0l-.007 -.117v-4l.007 -.117a1 1 0 0 1 .993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-1-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.339 5.886c-.083 -.777 -1.008 -1.16 -1.617 -.67l-.084 .077l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v5.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.006 -.114z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-2-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.333 5h-3l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h3v2h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h3l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-3v-2h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-3-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.333 5h-2l-.15 .005a2 2 0 0 0 -1.85 1.995a1 1 0 0 0 1.974 .23l.02 -.113l.006 -.117h2v2h-2l-.133 .007c-1.111 .12 -1.154 1.73 -.128 1.965l.128 .021l.133 .007h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-4-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-4.333 5a1 1 0 0 0 -.993 .883l-.007 .117v3h-2v-3l-.007 -.117a1 1 0 0 0 -1.986 0l-.007 .117v3l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v3l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-5-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-4.333 5h-4a1 1 0 0 0 -.993 .883l-.007 .117v4a1 1 0 0 0 .883 .993l.117 .007h3v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2a2 2 0 0 0 1.995 -1.85l.005 -.15v-2a2 2 0 0 0 -1.85 -1.995l-.15 -.005h-2v-2h3a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -.883 -.993l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-6-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.333 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v6l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006h-2v-2h2l.007 .117a1 1 0 0 0 1.993 -.117a2 2 0 0 0 -1.85 -1.995l-.15 -.005zm0 6v2h-2v-2h2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-7-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-4.333 5h-4l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117l.007 .117a1 1 0 0 0 .876 .876l.117 .007h2.718l-1.688 6.757l-.022 .115a1 1 0 0 0 1.927 .482l.035 -.111l2 -8l.021 -.112a1 1 0 0 0 -.878 -1.125l-.113 -.006z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-8-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.333 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15c.018 .236 .077 .46 .17 .667l.075 .152l.018 .03l-.018 .032c-.133 .24 -.218 .509 -.243 .795l-.007 .174v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 6v2h-2v-2h2zm0 -4v2h-2v-2h2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-9-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.333 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-6l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 2v2h-2v-2h2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-arrow-down-filled": [ - [ - "path", - { - "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5a1 1 0 0 0 -1 1v5.585l-2.293 -2.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l4 4l.094 .083l.092 .064l.098 .052l.11 .044l.112 .03l.126 .017l.075 .003l.117 -.007l.149 -.029l.105 -.035l.113 -.054l.111 -.071a.939 .939 0 0 0 .112 -.097l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.293 2.292v-5.585l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-arrow-down": [ - [ - "path", - { - "d": "M8 12l4 4l4 -4" - } - ], - [ - "path", - { - "d": "M12 8v8" - } - ], - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ] - ], - "square-arrow-left-filled": [ - [ - "path", - { - "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-6.293 5.293a1 1 0 0 0 -1.414 0l-4 4l-.083 .094l-.064 .092l-.052 .098l-.044 .11l-.03 .112l-.017 .126l-.003 .075l.004 .09l.007 .058l.025 .118l.035 .105l.054 .113l.071 .111c.03 .04 .061 .077 .097 .112l4 4l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293h5.585l.117 -.007a1 1 0 0 0 -.117 -1.993h-5.585l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-arrow-left": [ - [ - "path", - { - "d": "M12 8l-4 4l4 4" - } - ], - [ - "path", - { - "d": "M16 12h-8" - } - ], - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ] - ], - "square-arrow-right-filled": [ - [ - "path", - { - "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-6.387 5.21a1 1 0 0 0 -1.32 .083l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293h-5.585l-.117 .007a1 1 0 0 0 .117 1.993h5.585l-2.292 2.293l-.083 .094a1 1 0 0 0 1.497 1.32l4 -4l.073 -.082l.074 -.104l.052 -.098l.044 -.11l.03 -.112l.017 -.126l.003 -.075l-.007 -.118l-.029 -.148l-.035 -.105l-.054 -.113l-.071 -.111a1.008 1.008 0 0 0 -.097 -.112l-4 -4z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-arrow-right": [ - [ - "path", - { - "d": "M12 16l4 -4l-4 -4" - } - ], - [ - "path", - { - "d": "M8 12h8" - } - ], - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ] - ], - "square-arrow-up-filled": [ - [ - "path", - { - "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5l-.09 .004l-.058 .007l-.118 .025l-.105 .035l-.113 .054l-.111 .071a1.008 1.008 0 0 0 -.112 .097l-4 4l-.083 .094a1 1 0 0 0 .083 1.32l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292v5.585l.007 .117a1 1 0 0 0 1.993 -.117v-5.585l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -1.497l-4 -4l-.082 -.073l-.104 -.074l-.098 -.052l-.11 -.044l-.112 -.03l-.126 -.017l-.075 -.003z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-arrow-up": [ - [ - "path", - { - "d": "M16 12l-4 -4l-4 4" - } - ], - [ - "path", - { - "d": "M12 16v-8" - } - ], - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ] - ], - "square-asterisk-filled": [ - [ - "path", - { - "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5.5a1 1 0 0 0 -1 1v1.631l-1.445 -.963l-.101 -.06a1 1 0 0 0 -1.009 1.724l1.75 1.168l-1.75 1.169l-.093 .07a1 1 0 0 0 1.203 1.594l1.445 -.965v1.632l.007 .117a1 1 0 0 0 1.993 -.117v-1.631l1.445 .963l.101 .06a1 1 0 0 0 1.009 -1.724l-1.752 -1.169l1.752 -1.167l.093 -.07a1 1 0 0 0 -1.203 -1.594l-1.445 .962v-1.63l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-asterisk": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 8.5v7" - } - ], - [ - "path", - { - "d": "M9 10l6 4" - } - ], - [ - "path", - { - "d": "M9 14l6 -4" - } - ] - ], - "square-check-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.626 7.293a1 1 0 0 0 -1.414 0l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-check": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 12l2 2l4 -4" - } - ] - ], - "square-chevron-down-filled": [ - [ - "path", - { - "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-9.387 8.21a1 1 0 0 0 -1.32 1.497l3 3l.094 .083a1 1 0 0 0 1.32 -.083l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.293 2.292l-2.293 -2.292z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-chevron-down": [ - [ - "path", - { - "d": "M15 11l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ] - ], - "square-chevron-left-filled": [ - [ - "path", - { - "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-5.293 6.293a1 1 0 0 0 -1.414 0l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l3 3l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-chevron-left": [ - [ - "path", - { - "d": "M13 15l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ] - ], - "square-chevron-right-filled": [ - [ - "path", - { - "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7.387 6.21a1 1 0 0 0 -1.32 .083l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293l-2.292 2.293l-.083 .094a1 1 0 0 0 1.497 1.32l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-3 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-chevron-right": [ - [ - "path", - { - "d": "M11 9l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ] - ], - "square-chevron-up-filled": [ - [ - "path", - { - "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-6.387 7.21a1 1 0 0 0 -1.32 .083l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -1.497l-3 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-chevron-up": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 13l3 -3l3 3" - } - ] - ], - "square-chevrons-down-filled": [ - [ - "path", - { - "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-9.387 10.21a1 1 0 0 0 -1.32 1.497l3 3l.094 .083a1 1 0 0 0 1.32 -.083l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.293 2.292l-2.293 -2.292zm0 -5a1 1 0 0 0 -1.32 1.497l3 3l.094 .083a1 1 0 0 0 1.32 -.083l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.293 2.292l-2.293 -2.292z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-chevrons-down": [ - [ - "path", - { - "d": "M15 8l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M15 13l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ] - ], - "square-chevrons-left-filled": [ - [ - "path", - { - "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-2.293 6.293a1 1 0 0 0 -1.414 0l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l3 3l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32zm-5 0a1 1 0 0 0 -1.414 0l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l3 3l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-chevrons-left": [ - [ - "path", - { - "d": "M16 15l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M11 15l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ] - ], - "square-chevrons-right-filled": [ - [ - "path", - { - "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-10.387 6.21a1 1 0 0 0 -1.32 .083l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293l-2.292 2.293l-.083 .094a1 1 0 0 0 1.497 1.32l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-3 -3zm5 0a1 1 0 0 0 -1.32 .083l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293l-2.292 2.293l-.083 .094a1 1 0 0 0 1.497 1.32l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-3 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-chevrons-right": [ - [ - "path", - { - "d": "M8 9l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M13 9l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ] - ], - "square-chevrons-up-filled": [ - [ - "path", - { - "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-6.387 10.21a1 1 0 0 0 -1.32 .083l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -1.497l-3 -3zm0 -5a1 1 0 0 0 -1.32 .083l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -1.497l-3 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-chevrons-up": [ - [ - "path", - { - "d": "M9 16l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M9 11l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ] - ], - "square-dot-filled": [ - [ - "path", - { - "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 8a2 2 0 0 0 -1.995 1.85l-.005 .15l.005 .15a2 2 0 1 0 1.995 -2.15z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-dot": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "square-f0-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.833 6a2.5 2.5 0 0 0 -2.495 2.336l-.005 .164v3l.005 .164a2.5 2.5 0 0 0 4.99 0l.005 -.164v-3l-.005 -.164a2.5 2.5 0 0 0 -2.495 -2.336zm-4.5 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm4.5 2a.5 .5 0 0 1 .492 .41l.008 .09v3l-.008 .09a.5 .5 0 0 1 -.984 0l-.008 -.09v-3l.008 -.09a.5 .5 0 0 1 .492 -.41z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-f0": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M13 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" - } - ], - [ - "path", - { - "d": "M8 12h2" - } - ], - [ - "path", - { - "d": "M10 9h-2v6" - } - ] - ], - "square-f1-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-8.333 6h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm5.994 .886c-.083 -.777 -1.008 -1.16 -1.617 -.67l-.084 .077l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v3.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-6l-.006 -.114z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-f1": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M13 11l2 -2v6" - } - ], - [ - "path", - { - "d": "M8 12h2" - } - ], - [ - "path", - { - "d": "M10 9h-2v6" - } - ] - ], - "square-f2-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.333 6h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2v1h-1l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v1l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-2v-1h1l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-1l-.005 -.15a2 2 0 0 0 -1.995 -1.85zm-5 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-f2": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M13 9h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2" - } - ], - [ - "path", - { - "d": "M8 12h2" - } - ], - [ - "path", - { - "d": "M10 9h-2v6" - } - ] - ], - "square-f3-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.833 6h-1l-.144 .007a1.5 1.5 0 0 0 -1.356 1.493a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .727 -.457l.02 -.036h.636l.09 .008a.5 .5 0 0 1 0 .984l-.09 .008h-.5l-.133 .007c-1.156 .124 -1.156 1.862 0 1.986l.133 .007h.5l.09 .008a.5 .5 0 0 1 .41 .492l-.008 .09a.5 .5 0 0 1 -.492 .41h-.635l-.02 -.036a1 1 0 0 0 -1.845 .536a1.5 1.5 0 0 0 1.5 1.5h1l.164 -.005a2.5 2.5 0 0 0 2.336 -2.495l-.005 -.164a2.487 2.487 0 0 0 -.477 -1.312l-.019 -.024l.126 -.183a2.5 2.5 0 0 0 -2.125 -3.817zm-4.5 0h-2l-.117 .007a1 1 0 0 0 -.883 .993v6l.007 .117a1 1 0 0 0 .993 .883l.117 -.007a1 1 0 0 0 .883 -.993v-2h1l.117 -.007a1 1 0 0 0 -.117 -1.993h-1v-1h1l.117 -.007a1 1 0 0 0 -.117 -1.993z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-f3": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M13 9.5a.5 .5 0 0 1 .5 -.5h1a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1a.5 .5 0 0 1 -.5 -.5" - } - ], - [ - "path", - { - "d": "M8 12h2" - } - ], - [ - "path", - { - "d": "M10 9h-2v6" - } - ] - ], - "square-f4-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.333 6a1 1 0 0 0 -.993 .883l-.007 .117v2h-1v-2l-.007 -.117a1 1 0 0 0 -1.986 0l-.007 .117v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h1v2l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm-6 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-f4": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M13 9v2a1 1 0 0 0 1 1h1" - } - ], - [ - "path", - { - "d": "M16 9v6" - } - ], - [ - "path", - { - "d": "M8 12h2" - } - ], - [ - "path", - { - "d": "M10 9h-2v6" - } - ] - ], - "square-f5-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.333 6h-3l-.117 .007a1 1 0 0 0 -.857 .764l-.02 .112l-.006 .117v3l.007 .117a1 1 0 0 0 .764 .857l.112 .02l.117 .006h2v1h-1.033l-.025 -.087l-.049 -.113a1 1 0 0 0 -1.893 .45c0 .867 .63 1.587 1.458 1.726l.148 .018l.144 .006h1.25l.157 -.006a2 2 0 0 0 1.819 -1.683l.019 -.162l.005 -.149v-1l-.006 -.157a2 2 0 0 0 -1.683 -1.819l-.162 -.019l-.149 -.005h-1v-1h2l.117 -.007a1 1 0 0 0 .857 -.764l.02 -.112l.006 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006zm-6 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-f5": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M13 14.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3" - } - ], - [ - "path", - { - "d": "M8 12h2" - } - ], - [ - "path", - { - "d": "M10 9h-2v6" - } - ] - ], - "square-f6-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.083 6h-1.25l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h1l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-1l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006h-1v-1h1.032l.026 .087a1 1 0 0 0 1.942 -.337a1.75 1.75 0 0 0 -1.606 -1.744l-.144 -.006zm-5.25 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm5 5v1h-1v-1h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-f6": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M16 9.75a.75 .75 0 0 0 -.75 -.75h-1.25a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2" - } - ], - [ - "path", - { - "d": "M8 12h2" - } - ], - [ - "path", - { - "d": "M10 9h-2v6" - } - ] - ], - "square-f7-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.333 6h-3l-.117 .007a1 1 0 0 0 -.883 .993l.007 .117a1 1 0 0 0 .993 .883h1.718l-1.188 4.757l-.022 .115a1 1 0 0 0 1.962 .37l1.5 -6l.021 -.11a1 1 0 0 0 -.991 -1.132zm-6 0h-2l-.117 .007a1 1 0 0 0 -.883 .993v6l.007 .117a1 1 0 0 0 .993 .883l.117 -.007a1 1 0 0 0 .883 -.993v-2h1l.117 -.007a1 1 0 0 0 -.117 -1.993h-1v-1h1l.117 -.007a1 1 0 0 0 -.117 -1.993z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-f7": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M13 9h3l-1.5 6" - } - ], - [ - "path", - { - "d": "M8 12h2" - } - ], - [ - "path", - { - "d": "M10 9h-2v6" - } - ] - ], - "square-f8-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.333 6h-1l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v1l.005 .15c.018 .236 .077 .46 .17 .667l.075 .152l.018 .03l-.018 .032c-.133 .24 -.218 .509 -.243 .795l-.007 .174v1l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h1l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-1l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-1l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm-5 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm5 5v1h-1v-1h1zm0 -3v1h-1v-1h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-f8": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14.5 12h-.5a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1" - } - ], - [ - "path", - { - "d": "M8 12h2" - } - ], - [ - "path", - { - "d": "M10 9h-2v6" - } - ] - ], - "square-f9-filled": [ - [ - "path", - { - "d": "M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.083 6h-1.5l-.144 .006a1.75 1.75 0 0 0 -1.606 1.744v1.5l.006 .144a1.75 1.75 0 0 0 1.744 1.606h1.25v1h-1.033l-.025 -.087a1 1 0 0 0 -1.942 .337c0 .966 .784 1.75 1.75 1.75h1.5l.144 -.006a1.75 1.75 0 0 0 1.606 -1.744v-4.5l-.006 -.144a1.75 1.75 0 0 0 -1.744 -1.606zm-5.25 0h-2l-.117 .007a1 1 0 0 0 -.883 .993v6l.007 .117a1 1 0 0 0 .993 .883l.117 -.007a1 1 0 0 0 .883 -.993v-2h1l.117 -.007a1 1 0 0 0 -.117 -1.993h-1v-1h1l.117 -.007a1 1 0 0 0 -.117 -1.993zm5 2v1h-1v-1h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-f9": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M13 14.25c0 .414 .336 .75 .75 .75h1.5a.75 .75 0 0 0 .75 -.75v-4.5a.75 .75 0 0 0 -.75 -.75h-1.5a.75 .75 0 0 0 -.75 .75v1.5c0 .414 .336 .75 .75 .75h2.25" - } - ], - [ - "path", - { - "d": "M8 12h2" - } - ], - [ - "path", - { - "d": "M10 9h-2v6" - } - ] - ], - "square-filled": [ - [ - "path", - { - "d": "M19 2h-14a3 3 0 0 0 -3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3 -3v-14a3 3 0 0 0 -3 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-forbid-2": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 15l6 -6" - } - ] - ], - "square-forbid": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 9l6 6" - } - ] - ], - "square-half": [ - [ - "path", - { - "d": "M12 4v16" - } - ], - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 13l7.5 -7.5" - } - ], - [ - "path", - { - "d": "M12 18l8 -8" - } - ], - [ - "path", - { - "d": "M15 20l5 -5" - } - ], - [ - "path", - { - "d": "M12 8l4 -4" - } - ] - ], - "square-key": [ - [ - "path", - { - "d": "M14 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M12.5 11.5l-4 4l1.5 1.5" - } - ], - [ - "path", - { - "d": "M12 15l-1.5 -1.5" - } - ], - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ] - ], - "square-letter-a": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 16v-6a2 2 0 1 1 4 0v6" - } - ], - [ - "path", - { - "d": "M10 13h4" - } - ] - ], - "square-letter-b": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z" - } - ] - ], - "square-letter-c": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" - } - ] - ], - "square-letter-d": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" - } - ] - ], - "square-letter-e": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 8h-4v8h4" - } - ], - [ - "path", - { - "d": "M10 12h2.5" - } - ] - ], - "square-letter-f": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 12h3" - } - ], - [ - "path", - { - "d": "M14 8h-4v8" - } - ] - ], - "square-letter-g": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" - } - ] - ], - "square-letter-h": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 16v-8m4 0v8" - } - ], - [ - "path", - { - "d": "M10 12h4" - } - ] - ], - "square-letter-i": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 8v8" - } - ] - ], - "square-letter-j": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 8h4v6a2 2 0 1 1 -4 0" - } - ] - ], - "square-letter-k": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 8v8" - } - ], - [ - "path", - { - "d": "M14 8l-2.5 4l2.5 4" - } - ], - [ - "path", - { - "d": "M10 12h1.5" - } - ] - ], - "square-letter-l": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 8v8h4" - } - ] - ], - "square-letter-m": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 16v-8l3 5l3 -5v8" - } - ] - ], - "square-letter-n": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 16v-8l4 8v-8" - } - ] - ], - "square-letter-o": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" - } - ] - ], - "square-letter-p": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8" - } - ] - ], - "square-letter-q": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M13 15l1 1" - } - ] - ], - "square-letter-r": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4" - } - ] - ], - "square-letter-s": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1" - } - ] - ], - "square-letter-t": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 8h4" - } - ], - [ - "path", - { - "d": "M12 8v8" - } - ] - ], - "square-letter-u": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 8v6a2 2 0 1 0 4 0v-6" - } - ] - ], - "square-letter-v": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 8l2 8l2 -8" - } - ] - ], - "square-letter-w": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M9 8l1 8l2 -5l2 5l1 -8" - } - ] - ], - "square-letter-x": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 8l4 8" - } - ], - [ - "path", - { - "d": "M10 16l4 -8" - } - ] - ], - "square-letter-y": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 8l2 5l2 -5" - } - ], - [ - "path", - { - "d": "M12 16v-3" - } - ] - ], - "square-letter-z": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 8h4l-4 8h4" - } - ] - ], - "square-minus-filled": [ - [ - "path", - { - "d": "M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-4 9h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-minus": [ - [ - "path", - { - "d": "M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "square-number-0": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" - } - ] - ], - "square-number-1": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 10l2 -2v8" - } - ] - ], - "square-number-2": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "square-number-3": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1" - } - ] - ], - "square-number-4": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 8v3a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M14 8v8" - } - ] - ], - "square-number-5": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" - } - ] - ], - "square-number-6": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" - } - ] - ], - "square-number-7": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 8h4l-2 8" - } - ] - ], - "square-number-8": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" - } - ] - ], - "square-number-9": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ] - ], - "square-off": [ - [ - "path", - { - "d": "M8 4h10a2 2 0 0 1 2 2v10m-.584 3.412a2 2 0 0 1 -1.416 .588h-12a2 2 0 0 1 -2 -2v-12c0 -.552 .224 -1.052 .586 -1.414" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "square-percentage": [ - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ], - [ - "path", - { - "d": "M9 15.037l6 -6" - } - ], - [ - "path", - { - "d": "M9 9.068v.014" - } - ], - [ - "path", - { - "d": "M15 15.082v.016" - } - ] - ], - "square-plus-2": [ - [ - "path", - { - "d": "M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "square-plus": [ - [ - "path", - { - "d": "M9 12h6" - } - ], - [ - "path", - { - "d": "M12 9v6" - } - ], - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ] - ], - "square-root-2": [ - [ - "path", - { - "d": "M13 12h1c1 0 1 1 2.016 3.527c.984 2.473 .984 3.473 1.984 3.473h1" - } - ], - [ - "path", - { - "d": "M12 19c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5" - } - ], - [ - "path", - { - "d": "M3 12h1l3 8l3 -16h10" - } - ] - ], - "square-root": [ - [ - "path", - { - "d": "M3 12h2l4 8l4 -16h8" - } - ] - ], - "square-rotated-filled": [ - [ - "path", - { - "d": "M9.793 2.893l-6.9 6.9c-1.172 1.171 -1.172 3.243 0 4.414l6.9 6.9c1.171 1.172 3.243 1.172 4.414 0l6.9 -6.9c1.172 -1.171 1.172 -3.243 0 -4.414l-6.9 -6.9c-1.171 -1.172 -3.243 -1.172 -4.414 0z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-rotated-forbid-2": [ - [ - "path", - { - "d": "M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0z" - } - ], - [ - "path", - { - "d": "M9.5 9.5l5 5" - } - ] - ], - "square-rotated-forbid": [ - [ - "path", - { - "d": "M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0z" - } - ], - [ - "path", - { - "d": "M9.5 14.5l5 -5" - } - ] - ], - "square-rotated-off": [ - [ - "path", - { - "d": "M16.964 16.952l-3.462 3.461c-.782 .783 -2.222 .783 -3 0l-6.911 -6.91c-.783 -.783 -.783 -2.223 0 -3l3.455 -3.456m2 -2l1.453 -1.452c.782 -.783 2.222 -.783 3 0l6.911 6.91c.783 .783 .783 2.223 0 3l-1.448 1.45" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "square-rotated": [ - [ - "path", - { - "d": "M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0z" - } - ] - ], - "square-rounded-arrow-down-filled": [ - [ - "path", - { - "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm0 5a1 1 0 0 1 .993 .883l.007 .117v5.585l2.293 -2.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-4 4a1.008 1.008 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006l-.075 -.003l-.126 -.017l-.111 -.03l-.111 -.044l-.098 -.052l-.092 -.064l-.094 -.083l-4 -4a1 1 0 0 1 1.32 -1.497l.094 .083l2.293 2.292v-5.585a1 1 0 0 1 1 -1z", - "fill": "currentColor", - "stroke-width": "0" - } - ] - ], - "square-rounded-arrow-down": [ - [ - "path", - { - "d": "M8 12l4 4l4 -4" - } - ], - [ - "path", - { - "d": "M12 8v8" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-arrow-left-filled": [ - [ - "path", - { - "d": "M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm.707 5.293a1 1 0 0 0 -1.414 0l-4 4a1.037 1.037 0 0 0 -.2 .284l-.022 .052a.95 .95 0 0 0 -.06 .222l-.008 .067l-.002 .063v-.035v.073a1.034 1.034 0 0 0 .07 .352l.023 .052l.03 .061l.022 .037a1.2 1.2 0 0 0 .05 .074l.024 .03l.073 .082l4 4l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293h5.585l.117 -.007a1 1 0 0 0 -.117 -1.993h-5.585l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z", - "fill": "currentColor", - "stroke-width": "0" - } - ] - ], - "square-rounded-arrow-left": [ - [ - "path", - { - "d": "M12 8l-4 4l4 4" - } - ], - [ - "path", - { - "d": "M16 12h-8" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-arrow-right-filled": [ - [ - "path", - { - "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm.613 5.21l.094 .083l4 4a.927 .927 0 0 1 .097 .112l.071 .11l.054 .114l.035 .105l.03 .148l.006 .118l-.003 .075l-.017 .126l-.03 .111l-.044 .111l-.052 .098l-.074 .104l-.073 .082l-4 4a1 1 0 0 1 -1.497 -1.32l.083 -.094l2.292 -2.293h-5.585a1 1 0 0 1 -.117 -1.993l.117 -.007h5.585l-2.292 -2.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083z", - "fill": "currentColor", - "stroke-width": "0" - } - ] - ], - "square-rounded-arrow-right": [ - [ - "path", - { - "d": "M12 16l4 -4l-4 -4" - } - ], - [ - "path", - { - "d": "M8 12h8" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-arrow-up-filled": [ - [ - "path", - { - "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-.148 5.011l.058 -.007l.09 -.004l.075 .003l.126 .017l.111 .03l.111 .044l.098 .052l.104 .074l.082 .073l4 4a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.293 -2.292v5.585a1 1 0 0 1 -1.993 .117l-.007 -.117v-5.585l-2.293 2.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l4 -4a.927 .927 0 0 1 .112 -.097l.11 -.071l.114 -.054l.105 -.035l.118 -.025z", - "fill": "currentColor", - "stroke-width": "0" - } - ] - ], - "square-rounded-arrow-up": [ - [ - "path", - { - "d": "M16 12l-4 -4l-4 4" - } - ], - [ - "path", - { - "d": "M12 16v-8" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-check-filled": [ - [ - "path", - { - "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm2.293 7.293a1 1 0 0 1 1.497 1.32l-.083 .094l-4 4a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 1.32 -1.497l.094 .083l1.293 1.292l3.293 -3.292z", - "fill": "currentColor", - "stroke-width": "0" - } - ] - ], - "square-rounded-check": [ - [ - "path", - { - "d": "M9 12l2 2l4 -4" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-chevron-down-filled": [ - [ - "path", - { - "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-3.707 8.293a1 1 0 0 1 1.32 -.083l.094 .083l2.293 2.292l2.293 -2.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1 1 0 0 1 0 -1.414z", - "fill": "currentColor", - "stroke-width": "0" - } - ] - ], - "square-rounded-chevron-down": [ - [ - "path", - { - "d": "M15 11l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-chevron-left-filled": [ - [ - "path", - { - "d": "M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm1.707 6.293a1 1 0 0 0 -1.414 0l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l3 3l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z", - "fill": "currentColor", - "stroke-width": "0" - } - ] - ], - "square-rounded-chevron-left": [ - [ - "path", - { - "d": "M13 15l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-chevron-right-filled": [ - [ - "path", - { - "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-1.707 6.293a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.497 -1.32l.083 -.094l2.292 -2.293l-2.292 -2.293a1 1 0 0 1 -.083 -1.32l.083 -.094z", - "fill": "currentColor", - "stroke-width": "0" - } - ] - ], - "square-rounded-chevron-right": [ - [ - "path", - { - "d": "M11 9l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-chevron-up-filled": [ - [ - "path", - { - "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-.707 7.293a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.293 -2.292l-2.293 2.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l3 -3z", - "fill": "currentColor", - "stroke-width": "0" - } - ] - ], - "square-rounded-chevron-up": [ - [ - "path", - { - "d": "M9 13l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-chevrons-down-filled": [ - [ - "path", - { - "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-3.707 6.293a1 1 0 0 1 1.32 -.083l.094 .083l2.293 2.292l2.293 -2.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1 1 0 0 1 0 -1.414zm0 4a1 1 0 0 1 1.32 -.083l.094 .083l2.293 2.292l2.293 -2.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1 1 0 0 1 0 -1.414z", - "fill": "currentColor", - "stroke-width": "0" - } - ] - ], - "square-rounded-chevrons-down": [ - [ - "path", - { - "d": "M15 9l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M15 13l-3 3l-3 -3" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-chevrons-left-filled": [ - [ - "path", - { - "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm2.293 6.293a1 1 0 0 1 1.497 1.32l-.083 .094l-2.292 2.293l2.292 2.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1 1 0 0 1 -.083 -1.32l.083 -.094l3 -3zm-4 0a1 1 0 0 1 1.497 1.32l-.083 .094l-2.292 2.293l2.292 2.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1 1 0 0 1 -.083 -1.32l.083 -.094l3 -3z", - "fill": "currentColor", - "stroke-width": "0" - } - ] - ], - "square-rounded-chevrons-left": [ - [ - "path", - { - "d": "M15 15l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M11 15l-3 -3l3 -3" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-chevrons-right-filled": [ - [ - "path", - { - "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-3.707 6.293a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.497 -1.32l.083 -.094l2.292 -2.293l-2.292 -2.293a1 1 0 0 1 -.083 -1.32l.083 -.094zm4 0a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.497 -1.32l.083 -.094l2.292 -2.293l-2.292 -2.293a1 1 0 0 1 -.083 -1.32l.083 -.094z", - "fill": "currentColor", - "stroke-width": "0" - } - ] - ], - "square-rounded-chevrons-right": [ - [ - "path", - { - "d": "M9 9l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M13 9l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-chevrons-up-filled": [ - [ - "path", - { - "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-.707 9.293a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.293 -2.292l-2.293 2.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l3 -3zm0 -4a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.293 -2.292l-2.293 2.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l3 -3z", - "fill": "currentColor", - "stroke-width": "0" - } - ] - ], - "square-rounded-chevrons-up": [ - [ - "path", - { - "d": "M9 15l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M9 11l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-filled": [ - [ - "path", - { - "d": "M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-rounded-letter-a": [ - [ - "path", - { - "d": "M10 16v-6a2 2 0 1 1 4 0v6" - } - ], - [ - "path", - { - "d": "M10 13h4" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-b": [ - [ - "path", - { - "d": "M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-c": [ - [ - "path", - { - "d": "M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-d": [ - [ - "path", - { - "d": "M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-e": [ - [ - "path", - { - "d": "M14 8h-4v8h4" - } - ], - [ - "path", - { - "d": "M10 12h2.5" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-f": [ - [ - "path", - { - "d": "M10 12h3" - } - ], - [ - "path", - { - "d": "M14 8h-4v8" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-g": [ - [ - "path", - { - "d": "M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-h": [ - [ - "path", - { - "d": "M10 16v-8m4 0v8" - } - ], - [ - "path", - { - "d": "M10 12h4" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-i": [ - [ - "path", - { - "d": "M12 8v8" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-j": [ - [ - "path", - { - "d": "M10 8h4v6a2 2 0 1 1 -4 0" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-k": [ - [ - "path", - { - "d": "M10 8v8" - } - ], - [ - "path", - { - "d": "M14 8l-2.5 4l2.5 4" - } - ], - [ - "path", - { - "d": "M10 12h1.5" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-l": [ - [ - "path", - { - "d": "M10 8v8h4" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-m": [ - [ - "path", - { - "d": "M9 16v-8l3 5l3 -5v8" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-n": [ - [ - "path", - { - "d": "M10 16v-8l4 8v-8" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-o": [ - [ - "path", - { - "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-p": [ - [ - "path", - { - "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-q": [ - [ - "path", - { - "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M13 15l1 1" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-r": [ - [ - "path", - { - "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-s": [ - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-t": [ - [ - "path", - { - "d": "M10 8h4" - } - ], - [ - "path", - { - "d": "M12 8v8" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-u": [ - [ - "path", - { - "d": "M10 8v6a2 2 0 1 0 4 0v-6" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-v": [ - [ - "path", - { - "d": "M10 8l2 8l2 -8" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-w": [ - [ - "path", - { - "d": "M9 8l1 8l2 -5l2 5l1 -8" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-x": [ - [ - "path", - { - "d": "M10 8l4 8" - } - ], - [ - "path", - { - "d": "M10 16l4 -8" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-y": [ - [ - "path", - { - "d": "M10 8l2 5l2 -5" - } - ], - [ - "path", - { - "d": "M12 16v-3" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-letter-z": [ - [ - "path", - { - "d": "M10 8h4l-4 8h4" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-minus-2": [ - [ - "path", - { - "d": "M12.5 21c-.18 .002 -.314 0 -.5 0c-7.2 0 -9 -1.8 -9 -9s1.8 -9 9 -9s9 1.8 9 9c0 1.136 -.046 2.138 -.152 3.02" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "square-rounded-minus-filled": [ - [ - "path", - { - "d": "M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm3 9h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-rounded-minus": [ - [ - "path", - { - "d": "M9 12h6" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-number-0-filled": [ - [ - "path", - { - "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm0 5a3 3 0 0 0 -3 3v4a3 3 0 0 0 6 0v-4a3 3 0 0 0 -3 -3zm0 2a1 1 0 0 1 1 1v4a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-rounded-number-0": [ - [ - "path", - { - "d": "M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-number-1-filled": [ - [ - "path", - { - "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm.994 5.886c-.083 -.777 -1.008 -1.16 -1.617 -.67l-.084 .077l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v5.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.006 -.114z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-rounded-number-1": [ - [ - "path", - { - "d": "M10 10l2 -2v8" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-number-2-filled": [ - [ - "path", - { - "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm1 5h-3l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h3v2h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h3l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-3v-2h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-rounded-number-2": [ - [ - "path", - { - "d": "M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-number-3-filled": [ - [ - "path", - { - "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm1 5h-2l-.15 .005a2 2 0 0 0 -1.85 1.995a1 1 0 0 0 1.974 .23l.02 -.113l.006 -.117h2v2h-2l-.133 .007c-1.111 .12 -1.154 1.73 -.128 1.965l.128 .021l.133 .007h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-rounded-number-3": [ - [ - "path", - { - "d": "M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-number-4-filled": [ - [ - "path", - { - "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm2 5a1 1 0 0 0 -.993 .883l-.007 .117v3h-2v-3l-.007 -.117a1 1 0 0 0 -1.986 0l-.007 .117v3l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v3l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-rounded-number-4": [ - [ - "path", - { - "d": "M10 8v3a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M14 8v8" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-number-5-filled": [ - [ - "path", - { - "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm2 5h-4a1 1 0 0 0 -.993 .883l-.007 .117v4a1 1 0 0 0 .883 .993l.117 .007h3v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2a2 2 0 0 0 1.995 -1.85l.005 -.15v-2a2 2 0 0 0 -1.85 -1.995l-.15 -.005h-2v-2h3a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -.883 -.993l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-rounded-number-5": [ - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-number-6-filled": [ - [ - "path", - { - "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v6l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006h-2v-2h2l.007 .117a1 1 0 0 0 1.993 -.117a2 2 0 0 0 -1.85 -1.995l-.15 -.005zm0 6v2h-2v-2h2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-rounded-number-6": [ - [ - "path", - { - "d": "M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-number-7-filled": [ - [ - "path", - { - "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm2 5h-4l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117l.007 .117a1 1 0 0 0 .876 .876l.117 .007h2.718l-1.688 6.757l-.022 .115a1 1 0 0 0 1.927 .482l.035 -.111l2 -8l.021 -.112a1 1 0 0 0 -.878 -1.125l-.113 -.006z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-rounded-number-7": [ - [ - "path", - { - "d": "M10 8h4l-2 8" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-number-8-filled": [ - [ - "path", - { - "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15c.018 .236 .077 .46 .17 .667l.075 .152l.018 .03l-.018 .032c-.133 .24 -.218 .509 -.243 .795l-.007 .174v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 6v2h-2v-2h2zm0 -4v2h-2v-2h2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-rounded-number-8": [ - [ - "path", - { - "d": "M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-number-9-filled": [ - [ - "path", - { - "d": "M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-6l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 2v2h-2v-2h2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-rounded-number-9": [ - [ - "path", - { - "d": "M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded-percentage": [ - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ], - [ - "path", - { - "d": "M9 15.075l6 -6" - } - ], - [ - "path", - { - "d": "M9 9.105v.015" - } - ], - [ - "path", - { - "d": "M15 15.12v.015" - } - ] - ], - "square-rounded-plus-2": [ - [ - "path", - { - "d": "M12.54 20.996c-.176 .004 -.356 .004 -.54 .004c-7.2 0 -9 -1.8 -9 -9s1.8 -9 9 -9s9 1.8 9 9c0 .185 -.001 .366 -.004 .544" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "square-rounded-plus-filled": [ - [ - "path", - { - "d": "M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm0 6a1 1 0 0 0 -1 1v2h-2l-.117 .007a1 1 0 0 0 .117 1.993h2v2l.007 .117a1 1 0 0 0 1.993 -.117v-2h2l.117 -.007a1 1 0 0 0 -.117 -1.993h-2v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "fill": "currentColor", - "stroke-width": "0" - } - ] - ], - "square-rounded-plus": [ - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ], - [ - "path", - { - "d": "M15 12h-6" - } - ], - [ - "path", - { - "d": "M12 9v6" - } - ] - ], - "square-rounded-x-filled": [ - [ - "path", - { - "d": "M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm-1.489 7.14a1 1 0 0 0 -1.218 1.567l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.497 1.32l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -1.497l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-1.293 1.292l-1.293 -1.292l-.094 -.083z", - "fill": "currentColor", - "stroke-width": "0" - } - ] - ], - "square-rounded-x": [ - [ - "path", - { - "d": "M10 10l4 4m0 -4l-4 4" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-rounded": [ - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ] - ], - "square-toggle-horizontal": [ - [ - "path", - { - "d": "M22 12h-20" - } - ], - [ - "path", - { - "d": "M4 14v-8a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8" - } - ], - [ - "path", - { - "d": "M18 20a2 2 0 0 0 2 -2" - } - ], - [ - "path", - { - "d": "M4 18a2 2 0 0 0 2 2" - } - ], - [ - "path", - { - "d": "M14 20l-4 0" - } - ] - ], - "square-toggle": [ - [ - "path", - { - "d": "M12 2l0 20" - } - ], - [ - "path", - { - "d": "M14 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8" - } - ], - [ - "path", - { - "d": "M20 6a2 2 0 0 0 -2 -2" - } - ], - [ - "path", - { - "d": "M18 20a2 2 0 0 0 2 -2" - } - ], - [ - "path", - { - "d": "M20 10l0 4" - } - ] - ], - "square-x-filled": [ - [ - "path", - { - "d": "M19 2h-14a3 3 0 0 0 -3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3 -3v-14a3 3 0 0 0 -3 -3zm-9.387 6.21l.094 .083l2.293 2.292l2.293 -2.292a1 1 0 0 1 1.497 1.32l-.083 .094l-2.292 2.293l2.292 2.293a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.293 -2.292l-2.293 2.292a1 1 0 0 1 -1.497 -1.32l.083 -.094l2.292 -2.293l-2.292 -2.293a1 1 0 0 1 1.32 -1.497z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "square-x": [ - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ], - [ - "path", - { - "d": "M9 9l6 6m0 -6l-6 6" - } - ] - ], - "square": [ - [ - "path", - { - "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ] - ], - "squares-diagonal": [ - [ - "path", - { - "d": "M8 8m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M8.586 19.414l10.827 -10.827" - } - ] - ], - "squares-filled": [ - [ - "path", - { - "d": "M8 8m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M8 14.5l6.492 -6.492" - } - ], - [ - "path", - { - "d": "M13.496 20l6.504 -6.504l-6.504 6.504z" - } - ], - [ - "path", - { - "d": "M8.586 19.414l10.827 -10.827" - } - ], - [ - "path", - { - "d": "M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2" - } - ] - ], - "stack-2": [ - [ - "path", - { - "d": "M12 4l-8 4l8 4l8 -4l-8 -4" - } - ], - [ - "path", - { - "d": "M4 12l8 4l8 -4" - } - ], - [ - "path", - { - "d": "M4 16l8 4l8 -4" - } - ] - ], - "stack-3": [ - [ - "path", - { - "d": "M12 2l-8 4l8 4l8 -4l-8 -4" - } - ], - [ - "path", - { - "d": "M4 10l8 4l8 -4" - } - ], - [ - "path", - { - "d": "M4 18l8 4l8 -4" - } - ], - [ - "path", - { - "d": "M4 14l8 4l8 -4" - } - ] - ], - "stack-back": [ - [ - "path", - { - "d": "M4 8l8 4l8 -4l-8 -4z" - } - ], - [ - "path", - { - "d": "M12 16l-4 -2l-4 2l8 4l8 -4l-4 -2l-4 2z", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M8 10l-4 2l4 2m8 0l4 -2l-4 -2" - } - ] - ], - "stack-backward": [ - [ - "path", - { - "d": "M14 12l6 -3l-8 -4l-8 4l6 3" - } - ], - [ - "path", - { - "d": "M10 12l-6 3l8 4l8 -4l-6 -3l-2 1z", - "fill": "currentColor" - } - ] - ], - "stack-forward": [ - [ - "path", - { - "d": "M12 5l-8 4l8 4l8 -4l-8 -4", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M10 12l-6 3l8 4l8 -4l-6 -3" - } - ] - ], - "stack-front": [ - [ - "path", - { - "d": "M12 4l-8 4l8 4l8 -4l-8 -4", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M8 14l-4 2l8 4l8 -4l-4 -2" - } - ], - [ - "path", - { - "d": "M8 10l-4 2l8 4l8 -4l-4 -2" - } - ] - ], - "stack-middle": [ - [ - "path", - { - "d": "M16 10l4 -2l-8 -4l-8 4l4 2" - } - ], - [ - "path", - { - "d": "M12 12l-4 -2l-4 2l8 4l8 -4l-4 -2l-4 2z", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M8 14l-4 2l8 4l8 -4l-4 -2" - } - ] - ], - "stack-pop": [ - [ - "path", - { - "d": "M7 9.5l-3 1.5l8 4l8 -4l-3 -1.5" - } - ], - [ - "path", - { - "d": "M4 15l8 4l8 -4" - } - ], - [ - "path", - { - "d": "M12 11v-7" - } - ], - [ - "path", - { - "d": "M9 7l3 -3l3 3" - } - ] - ], - "stack-push": [ - [ - "path", - { - "d": "M6 10l-2 1l8 4l8 -4l-2 -1" - } - ], - [ - "path", - { - "d": "M4 15l8 4l8 -4" - } - ], - [ - "path", - { - "d": "M12 4v7" - } - ], - [ - "path", - { - "d": "M15 8l-3 3l-3 -3" - } - ] - ], - "stack": [ - [ - "path", - { - "d": "M12 6l-8 4l8 4l8 -4l-8 -4" - } - ], - [ - "path", - { - "d": "M4 14l8 4l8 -4" - } - ] - ], - "stairs-down": [ - [ - "path", - { - "d": "M22 21h-5v-5h-5v-5h-5v-5h-5" - } - ], - [ - "path", - { - "d": "M18 3v7" - } - ], - [ - "path", - { - "d": "M15 7l3 3l3 -3" - } - ] - ], - "stairs-up": [ - [ - "path", - { - "d": "M22 6h-5v5h-5v5h-5v5h-5" - } - ], - [ - "path", - { - "d": "M6 10v-7" - } - ], - [ - "path", - { - "d": "M3 6l3 -3l3 3" - } - ] - ], - "stairs": [ - [ - "path", - { - "d": "M22 5h-5v5h-5v5h-5v5h-5" - } - ] - ], - "star-filled": [ - [ - "path", - { - "d": "M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "star-half-filled": [ - [ - "path", - { - "d": "M12 1a.993 .993 0 0 1 .823 .443l.067 .116l2.852 5.781l6.38 .925c.741 .108 1.08 .94 .703 1.526l-.07 .095l-.078 .086l-4.624 4.499l1.09 6.355a1.001 1.001 0 0 1 -1.249 1.135l-.101 -.035l-.101 -.046l-5.693 -3l-5.706 3c-.105 .055 -.212 .09 -.32 .106l-.106 .01a1.003 1.003 0 0 1 -1.038 -1.06l.013 -.11l1.09 -6.355l-4.623 -4.5a1.001 1.001 0 0 1 .328 -1.647l.113 -.036l.114 -.023l6.379 -.925l2.853 -5.78a.968 .968 0 0 1 .904 -.56zm0 3.274v12.476a1 1 0 0 1 .239 .029l.115 .036l.112 .05l4.363 2.299l-.836 -4.873a1 1 0 0 1 .136 -.696l.07 -.099l.082 -.09l3.546 -3.453l-4.891 -.708a1 1 0 0 1 -.62 -.344l-.073 -.097l-.06 -.106l-2.183 -4.424z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "star-half": [ - [ - "path", - { - "d": "M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253z" - } - ] - ], - "star-off": [ - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M10.012 6.016l1.981 -4.014l3.086 6.253l6.9 1l-4.421 4.304m.012 4.01l.588 3.426l-6.158 -3.245l-6.172 3.245l1.179 -6.873l-5 -4.867l6.327 -.917" - } - ] - ], - "star": [ - [ - "path", - { - "d": "M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" - } - ] - ], - "stars-filled": [ - [ - "path", - { - "d": "M17.657 12.007a1.39 1.39 0 0 0 -1.103 .765l-.855 1.723l-1.907 .277c-.52 .072 -.96 .44 -1.124 .944l-.038 .14c-.1 .465 .046 .954 .393 1.29l1.377 1.337l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465l1.708 -.895l1.708 .896a1.388 1.388 0 0 0 1.462 -.105l.112 -.09a1.39 1.39 0 0 0 .442 -1.272l-.325 -1.891l1.38 -1.339c.38 -.371 .516 -.924 .352 -1.427l-.051 -.134a1.39 1.39 0 0 0 -1.073 -.81l-1.907 -.278l-.853 -1.722a1.393 1.393 0 0 0 -1.247 -.773l-.143 .007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M6.057 12.007a1.39 1.39 0 0 0 -1.103 .765l-.855 1.723l-1.907 .277c-.52 .072 -.96 .44 -1.124 .944l-.038 .14c-.1 .465 .046 .954 .393 1.29l1.377 1.337l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465l1.708 -.895l1.708 .896a1.388 1.388 0 0 0 1.462 -.105l.112 -.09a1.39 1.39 0 0 0 .442 -1.272l-.324 -1.891l1.38 -1.339c.38 -.371 .516 -.924 .352 -1.427l-.051 -.134a1.39 1.39 0 0 0 -1.073 -.81l-1.908 -.279l-.853 -1.722a1.393 1.393 0 0 0 -1.247 -.772l-.143 .007z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M11.857 2.007a1.39 1.39 0 0 0 -1.103 .765l-.855 1.723l-1.907 .277c-.52 .072 -.96 .44 -1.124 .944l-.038 .14c-.1 .465 .046 .954 .393 1.29l1.377 1.337l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465l1.708 -.894l1.709 .896a1.388 1.388 0 0 0 1.462 -.105l.112 -.09a1.39 1.39 0 0 0 .442 -1.272l-.325 -1.892l1.38 -1.339c.38 -.371 .516 -.924 .352 -1.427l-.051 -.134a1.39 1.39 0 0 0 -1.073 -.81l-1.908 -.279l-.853 -1.722a1.393 1.393 0 0 0 -1.247 -.772l-.143 .007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "stars-off": [ - [ - "path", - { - "d": "M17.373 13.371l.076 -.154a.392 .392 0 0 1 .702 0l.907 1.831m.367 .39c.498 .071 1.245 .18 2.24 .324a.39 .39 0 0 1 .217 .665c-.326 .316 -.57 .553 -.732 .712m-.611 3.405a.39 .39 0 0 1 -.567 .411l-2.172 -1.138l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l1.601 -.232" - } - ], - [ - "path", - { - "d": "M6.2 19.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ], - [ - "path", - { - "d": "M9.557 5.556l1 -.146l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.014 .187m-4.153 -.166l-.744 .39a.392 .392 0 0 1 -.568 -.41l.188 -1.093" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "stars": [ - [ - "path", - { - "d": "M17.8 19.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ], - [ - "path", - { - "d": "M6.2 19.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ], - [ - "path", - { - "d": "M12 9.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "status-change": [ - [ - "path", - { - "d": "M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 12v-2a6 6 0 1 1 12 0v2" - } - ], - [ - "path", - { - "d": "M15 9l3 3l3 -3" - } - ] - ], - "steam": [ - [ - "path", - { - "d": "M12 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M4 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M20 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 20m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M5.5 5.5l3 3" - } - ], - [ - "path", - { - "d": "M15.5 15.5l3 3" - } - ], - [ - "path", - { - "d": "M18.5 5.5l-3 3" - } - ], - [ - "path", - { - "d": "M8.5 15.5l-3 3" - } - ] - ], - "steering-wheel-off": [ - [ - "path", - { - "d": "M20.04 16.048a9 9 0 0 0 -12.083 -12.09m-2.32 1.678a9 9 0 1 0 12.737 12.719" - } - ], - [ - "path", - { - "d": "M10.595 10.576a2 2 0 1 0 2.827 2.83" - } - ], - [ - "path", - { - "d": "M12 14v7" - } - ], - [ - "path", - { - "d": "M10 12l-6.75 -2" - } - ], - [ - "path", - { - "d": "M15.542 11.543l5.208 -1.543" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "steering-wheel": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 14l0 7" - } - ], - [ - "path", - { - "d": "M10 12l-6.75 -2" - } - ], - [ - "path", - { - "d": "M14 12l6.75 -2" - } - ] - ], - "step-into": [ - [ - "path", - { - "d": "M12 3l0 12" - } - ], - [ - "path", - { - "d": "M16 11l-4 4" - } - ], - [ - "path", - { - "d": "M8 11l4 4" - } - ], - [ - "path", - { - "d": "M12 20m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "step-out": [ - [ - "path", - { - "d": "M12 3l0 12" - } - ], - [ - "path", - { - "d": "M16 7l-4 -4" - } - ], - [ - "path", - { - "d": "M8 7l4 -4" - } - ], - [ - "path", - { - "d": "M12 20m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "stereo-glasses": [ - [ - "path", - { - "d": "M8 3h-2l-3 9" - } - ], - [ - "path", - { - "d": "M16 3h2l3 9" - } - ], - [ - "path", - { - "d": "M3 12v7a1 1 0 0 0 1 1h4.586a1 1 0 0 0 .707 -.293l2 -2a1 1 0 0 1 1.414 0l2 2a1 1 0 0 0 .707 .293h4.586a1 1 0 0 0 1 -1v-7h-18z" - } - ], - [ - "path", - { - "d": "M7 16h1" - } - ], - [ - "path", - { - "d": "M16 16h1" - } - ] - ], - "stethoscope-off": [ - [ - "path", - { - "d": "M4.172 4.179a2 2 0 0 0 -1.172 1.821v3.5a5.5 5.5 0 0 0 9.856 3.358m1.144 -2.858v-4a2 2 0 0 0 -2 -2h-1" - } - ], - [ - "path", - { - "d": "M8 15a6 6 0 0 0 10.714 3.712m1.216 -2.798c.046 -.3 .07 -.605 .07 -.914v-3" - } - ], - [ - "path", - { - "d": "M11 3v2" - } - ], - [ - "path", - { - "d": "M20 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "stethoscope": [ - [ - "path", - { - "d": "M6 4h-1a2 2 0 0 0 -2 2v3.5h0a5.5 5.5 0 0 0 11 0v-3.5a2 2 0 0 0 -2 -2h-1" - } - ], - [ - "path", - { - "d": "M8 15a6 6 0 1 0 12 0v-3" - } - ], - [ - "path", - { - "d": "M11 3v2" - } - ], - [ - "path", - { - "d": "M6 3v2" - } - ], - [ - "path", - { - "d": "M20 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "sticker-2": [ - [ - "path", - { - "d": "M6 4h12a2 2 0 0 1 2 2v7h-5a2 2 0 0 0 -2 2v5h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2z" - } - ], - [ - "path", - { - "d": "M20 13v.172a2 2 0 0 1 -.586 1.414l-4.828 4.828a2 2 0 0 1 -1.414 .586h-.172" - } - ] - ], - "sticker": [ - [ - "path", - { - "d": "M20 12l-2 .5a6 6 0 0 1 -6.5 -6.5l.5 -2l8 8" - } - ], - [ - "path", - { - "d": "M20 12a8 8 0 1 1 -8 -8" - } - ] - ], - "storm-off": [ - [ - "path", - { - "d": "M9.884 9.874a3 3 0 1 0 4.24 4.246m.57 -3.441a3.012 3.012 0 0 0 -1.41 -1.39" - } - ], - [ - "path", - { - "d": "M7.037 7.063a7 7 0 0 0 9.907 9.892m1.585 -2.426a7 7 0 0 0 -9.058 -9.059" - } - ], - [ - "path", - { - "d": "M5.369 14.236c-1.605 -3.428 -1.597 -6.673 -1 -9.849" - } - ], - [ - "path", - { - "d": "M18.63 9.76a14.323 14.323 0 0 1 1.368 6.251m-.37 3.608c-.087 .46 -.187 .92 -.295 1.377" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "storm": [ - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M5.369 14.236c-1.839 -3.929 -1.561 -7.616 -.704 -11.236" - } - ], - [ - "path", - { - "d": "M18.63 9.76c1.837 3.928 1.561 7.615 .703 11.236" - } - ] - ], - "stretching-2": [ - [ - "path", - { - "d": "M11 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M6.5 21l3.5 -5" - } - ], - [ - "path", - { - "d": "M5 11l7 -2" - } - ], - [ - "path", - { - "d": "M16 21l-4 -7v-5l7 -4" - } - ] - ], - "stretching": [ - [ - "path", - { - "d": "M16 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M5 20l5 -.5l1 -2" - } - ], - [ - "path", - { - "d": "M18 20v-5h-5.5l2.5 -6.5l-5.5 1l1.5 2" - } - ] - ], - "strikethrough": [ - [ - "path", - { - "d": "M5 12l14 0" - } - ], - [ - "path", - { - "d": "M16 6.5a4 2 0 0 0 -4 -1.5h-1a3.5 3.5 0 0 0 0 7h2a3.5 3.5 0 0 1 0 7h-1.5a4 2 0 0 1 -4 -1.5" - } - ] - ], - "submarine": [ - [ - "path", - { - "d": "M3 11v6h2l1 -1.5l3 1.5h10a3 3 0 0 0 0 -6h-10h0l-3 1.5l-1 -1.5h-2z" - } - ], - [ - "path", - { - "d": "M17 11l-1 -3h-5l-1 3" - } - ], - [ - "path", - { - "d": "M13 8v-2a1 1 0 0 1 1 -1h1" - } - ] - ], - "subscript": [ - [ - "path", - { - "d": "M5 7l8 10m-8 0l8 -10" - } - ], - [ - "path", - { - "d": "M21 20h-4l3.5 -4a1.73 1.73 0 0 0 -3.5 -2" - } - ] - ], - "subtask": [ - [ - "path", - { - "d": "M6 9l6 0" - } - ], - [ - "path", - { - "d": "M4 5l4 0" - } - ], - [ - "path", - { - "d": "M6 5v11a1 1 0 0 0 1 1h5" - } - ], - [ - "path", - { - "d": "M12 7m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M12 15m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" - } - ] - ], - "sum-off": [ - [ - "path", - { - "d": "M18 18a1 1 0 0 1 -1 1h-11l6 -7m-3 -7h8a1 1 0 0 1 1 1v2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "sum": [ - [ - "path", - { - "d": "M18 16v2a1 1 0 0 1 -1 1h-11l6 -7l-6 -7h11a1 1 0 0 1 1 1v2" - } - ] - ], - "sun-electricity": [ - [ - "path", - { - "d": "M8 12a4 4 0 0 0 4 4m0 -8a4 4 0 0 0 -4 4" - } - ], - [ - "path", - { - "d": "M3 12h1" - } - ], - [ - "path", - { - "d": "M12 3v1" - } - ], - [ - "path", - { - "d": "M12 20v1" - } - ], - [ - "path", - { - "d": "M5.6 5.6l.7 .7" - } - ], - [ - "path", - { - "d": "M6.3 17.7l-.7 .7" - } - ], - [ - "path", - { - "d": "M20 7l-3 5h4l-3 5" - } - ] - ], - "sun-filled": [ - [ - "path", - { - "d": "M12 19a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M18.313 16.91l.094 .083l.7 .7a1 1 0 0 1 -1.32 1.497l-.094 -.083l-.7 -.7a1 1 0 0 1 1.218 -1.567l.102 .07z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M7.007 16.993a1 1 0 0 1 .083 1.32l-.083 .094l-.7 .7a1 1 0 0 1 -1.497 -1.32l.083 -.094l.7 -.7a1 1 0 0 1 1.414 0z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M4 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M6.213 4.81l.094 .083l.7 .7a1 1 0 0 1 -1.32 1.497l-.094 -.083l-.7 -.7a1 1 0 0 1 1.217 -1.567l.102 .07z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M19.107 4.893a1 1 0 0 1 .083 1.32l-.083 .094l-.7 .7a1 1 0 0 1 -1.497 -1.32l.083 -.094l.7 -.7a1 1 0 0 1 1.414 0z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 2a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 7a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "sun-high": [ - [ - "path", - { - "d": "M14.828 14.828a4 4 0 1 0 -5.656 -5.656a4 4 0 0 0 5.656 5.656z" - } - ], - [ - "path", - { - "d": "M6.343 17.657l-1.414 1.414" - } - ], - [ - "path", - { - "d": "M6.343 6.343l-1.414 -1.414" - } - ], - [ - "path", - { - "d": "M17.657 6.343l1.414 -1.414" - } - ], - [ - "path", - { - "d": "M17.657 17.657l1.414 1.414" - } - ], - [ - "path", - { - "d": "M4 12h-2" - } - ], - [ - "path", - { - "d": "M12 4v-2" - } - ], - [ - "path", - { - "d": "M20 12h2" - } - ], - [ - "path", - { - "d": "M12 20v2" - } - ] - ], - "sun-low": [ - [ - "path", - { - "d": "M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M4 12h.01" - } - ], - [ - "path", - { - "d": "M12 4v.01" - } - ], - [ - "path", - { - "d": "M20 12h.01" - } - ], - [ - "path", - { - "d": "M12 20v.01" - } - ], - [ - "path", - { - "d": "M6.31 6.31l-.01 -.01" - } - ], - [ - "path", - { - "d": "M17.71 6.31l-.01 -.01" - } - ], - [ - "path", - { - "d": "M17.7 17.7l.01 .01" - } - ], - [ - "path", - { - "d": "M6.3 17.7l.01 .01" - } - ] - ], - "sun-moon": [ - [ - "path", - { - "d": "M9.173 14.83a4 4 0 1 1 5.657 -5.657" - } - ], - [ - "path", - { - "d": "M11.294 12.707l.174 .247a7.5 7.5 0 0 0 8.845 2.492a9 9 0 0 1 -14.671 2.914" - } - ], - [ - "path", - { - "d": "M3 12h1" - } - ], - [ - "path", - { - "d": "M12 3v1" - } - ], - [ - "path", - { - "d": "M5.6 5.6l.7 .7" - } - ], - [ - "path", - { - "d": "M3 21l18 -18" - } - ] - ], - "sun-off": [ - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M16 12a4 4 0 0 0 -4 -4m-2.834 1.177a4 4 0 0 0 5.66 5.654" - } - ], - [ - "path", - { - "d": "M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7" - } - ] - ], - "sun-wind": [ - [ - "path", - { - "d": "M14.468 10a4 4 0 1 0 -5.466 5.46" - } - ], - [ - "path", - { - "d": "M2 12h1" - } - ], - [ - "path", - { - "d": "M11 3v1" - } - ], - [ - "path", - { - "d": "M11 20v1" - } - ], - [ - "path", - { - "d": "M4.6 5.6l.7 .7" - } - ], - [ - "path", - { - "d": "M17.4 5.6l-.7 .7" - } - ], - [ - "path", - { - "d": "M5.3 17.7l-.7 .7" - } - ], - [ - "path", - { - "d": "M15 13h5a2 2 0 1 0 0 -4" - } - ], - [ - "path", - { - "d": "M12 16h5.714l.253 0a2 2 0 0 1 2.033 2a2 2 0 0 1 -2 2h-.286" - } - ] - ], - "sun": [ - [ - "path", - { - "d": "M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7" - } - ] - ], - "sunglasses": [ - [ - "path", - { - "d": "M8 4h-2l-3 10" - } - ], - [ - "path", - { - "d": "M16 4h2l3 10" - } - ], - [ - "path", - { - "d": "M10 16h4" - } - ], - [ - "path", - { - "d": "M21 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5" - } - ], - [ - "path", - { - "d": "M10 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5" - } - ], - [ - "path", - { - "d": "M4 14l4.5 4.5" - } - ], - [ - "path", - { - "d": "M15 14l4.5 4.5" - } - ] - ], - "sunrise": [ - [ - "path", - { - "d": "M3 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0" - } - ], - [ - "path", - { - "d": "M3 21l18 0" - } - ], - [ - "path", - { - "d": "M12 9v-6l3 3m-6 0l3 -3" - } - ] - ], - "sunset-2": [ - [ - "path", - { - "d": "M3 13h1" - } - ], - [ - "path", - { - "d": "M20 13h1" - } - ], - [ - "path", - { - "d": "M5.6 6.6l.7 .7" - } - ], - [ - "path", - { - "d": "M18.4 6.6l-.7 .7" - } - ], - [ - "path", - { - "d": "M8 13a4 4 0 1 1 8 0" - } - ], - [ - "path", - { - "d": "M3 17h18" - } - ], - [ - "path", - { - "d": "M7 20h5" - } - ], - [ - "path", - { - "d": "M16 20h1" - } - ], - [ - "path", - { - "d": "M12 5v-1" - } - ] - ], - "sunset": [ - [ - "path", - { - "d": "M3 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0" - } - ], - [ - "path", - { - "d": "M3 21l18 0" - } - ], - [ - "path", - { - "d": "M12 3v6l3 -3m-6 0l3 3" - } - ] - ], - "superscript": [ - [ - "path", - { - "d": "M5 7l8 10m-8 0l8 -10" - } - ], - [ - "path", - { - "d": "M21 11h-4l3.5 -4a1.73 1.73 0 0 0 -3.5 -2" - } - ] - ], - "svg": [ - [ - "path", - { - "d": "M21 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" - } - ], - [ - "path", - { - "d": "M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3" - } - ], - [ - "path", - { - "d": "M10 8l1.5 8h1l1.5 -8" - } - ] - ], - "swimming": [ - [ - "path", - { - "d": "M16 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M6 11l4 -2l3.5 3l-1.5 2" - } - ], - [ - "path", - { - "d": "M3 16.75a2.4 2.4 0 0 0 1 .25a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 1 -.25" - } - ] - ], - "swipe-down": [ - [ - "path", - { - "d": "M12 4a4 4 0 1 1 0 8a4 4 0 0 1 0 -8z" - } - ], - [ - "path", - { - "d": "M12 12v8" - } - ], - [ - "path", - { - "d": "M9 17l3 3l3 -3" - } - ] - ], - "swipe-left": [ - [ - "path", - { - "d": "M20 12a4 4 0 1 0 -8 0a4 4 0 0 0 8 0z" - } - ], - [ - "path", - { - "d": "M12 12h-8" - } - ], - [ - "path", - { - "d": "M7 15l-3 -3l3 -3" - } - ] - ], - "swipe-right": [ - [ - "path", - { - "d": "M4 12a4 4 0 1 1 8 0a4 4 0 0 1 -8 0z" - } - ], - [ - "path", - { - "d": "M12 12h8" - } - ], - [ - "path", - { - "d": "M17 15l3 -3l-3 -3" - } - ] - ], - "swipe-up": [ - [ - "path", - { - "d": "M12 16m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M12 12v-8" - } - ], - [ - "path", - { - "d": "M9 7l3 -3l3 3" - } - ] - ], - "swipe": [ - [ - "path", - { - "d": "M15 16.572v2.42a2.01 2.01 0 0 1 -2.009 2.008h-7.981a2.01 2.01 0 0 1 -2.01 -2.009v-7.981a2.01 2.01 0 0 1 2.009 -2.01h2.954" - } - ], - [ - "path", - { - "d": "M9.167 4.511a2.04 2.04 0 0 1 2.496 -1.441l7.826 2.097a2.04 2.04 0 0 1 1.441 2.496l-2.097 7.826a2.04 2.04 0 0 1 -2.496 1.441l-7.827 -2.097a2.04 2.04 0 0 1 -1.441 -2.496l2.098 -7.827z" - } - ] - ], - "switch-2": [ - [ - "path", - { - "d": "M3 17h5l1.67 -2.386m3.66 -5.227l1.67 -2.387h6" - } - ], - [ - "path", - { - "d": "M18 4l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M3 7h5l7 10h6" - } - ], - [ - "path", - { - "d": "M18 20l3 -3l-3 -3" - } - ] - ], - "switch-3": [ - [ - "path", - { - "d": "M3 17h2.397a5 5 0 0 0 4.096 -2.133l.177 -.253m3.66 -5.227l.177 -.254a5 5 0 0 1 4.096 -2.133h3.397" - } - ], - [ - "path", - { - "d": "M18 4l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M3 7h2.397a5 5 0 0 1 4.096 2.133l4.014 5.734a5 5 0 0 0 4.096 2.133h3.397" - } - ], - [ - "path", - { - "d": "M18 20l3 -3l-3 -3" - } - ] - ], - "switch-horizontal": [ - [ - "path", - { - "d": "M16 3l4 4l-4 4" - } - ], - [ - "path", - { - "d": "M10 7l10 0" - } - ], - [ - "path", - { - "d": "M8 13l-4 4l4 4" - } - ], - [ - "path", - { - "d": "M4 17l9 0" - } - ] - ], - "switch-vertical": [ - [ - "path", - { - "d": "M3 8l4 -4l4 4" - } - ], - [ - "path", - { - "d": "M7 4l0 9" - } - ], - [ - "path", - { - "d": "M13 16l4 4l4 -4" - } - ], - [ - "path", - { - "d": "M17 10l0 10" - } - ] - ], - "switch": [ - [ - "path", - { - "d": "M15 4l4 0l0 4" - } - ], - [ - "path", - { - "d": "M14.75 9.25l4.25 -5.25" - } - ], - [ - "path", - { - "d": "M5 19l4 -4" - } - ], - [ - "path", - { - "d": "M15 19l4 0l0 -4" - } - ], - [ - "path", - { - "d": "M5 5l14 14" - } - ] - ], - "sword-off": [ - [ - "path", - { - "d": "M11.938 7.937l3.062 -3.937h5v5l-3.928 3.055m-2.259 1.757l-2.813 2.188l-4 4l-3 -3l4 -4l2.19 -2.815" - } - ], - [ - "path", - { - "d": "M6.5 11.5l6 6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "sword": [ - [ - "path", - { - "d": "M20 4v5l-9 7l-4 4l-3 -3l4 -4l7 -9z" - } - ], - [ - "path", - { - "d": "M6.5 11.5l6 6" - } - ] - ], - "swords": [ - [ - "path", - { - "d": "M21 3v5l-11 9l-4 4l-3 -3l4 -4l9 -11z" - } - ], - [ - "path", - { - "d": "M5 13l6 6" - } - ], - [ - "path", - { - "d": "M14.32 17.32l3.68 3.68l3 -3l-3.365 -3.365" - } - ], - [ - "path", - { - "d": "M10 5.5l-2 -2.5h-5v5l3 2.5" - } - ] - ], - "table-alias": [ - [ - "path", - { - "d": "M3 12v-7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-7" - } - ], - [ - "path", - { - "d": "M3 10h18" - } - ], - [ - "path", - { - "d": "M10 3v10" - } - ], - [ - "path", - { - "d": "M2 17a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4z" - } - ] - ], - "table-column": [ - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ], - [ - "path", - { - "d": "M10 10h11" - } - ], - [ - "path", - { - "d": "M10 3v18" - } - ], - [ - "path", - { - "d": "M9 3l-6 6" - } - ], - [ - "path", - { - "d": "M10 7l-7 7" - } - ], - [ - "path", - { - "d": "M10 12l-7 7" - } - ], - [ - "path", - { - "d": "M10 17l-4 4" - } - ] - ], - "table-down": [ - [ - "path", - { - "d": "M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5" - } - ], - [ - "path", - { - "d": "M3 10h18" - } - ], - [ - "path", - { - "d": "M10 3v18" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "table-export": [ - [ - "path", - { - "d": "M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5" - } - ], - [ - "path", - { - "d": "M3 10h18" - } - ], - [ - "path", - { - "d": "M10 3v18" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16l3 3l-3 3" - } - ] - ], - "table-filled": [ - [ - "path", - { - "d": "M4 11h4a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-2a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M21 12v6a3 3 0 0 1 -2.824 2.995l-.176 .005h-6a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M18 3a3 3 0 0 1 2.995 2.824l.005 .176v2a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h6z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M9 4v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-2a3 3 0 0 1 2.824 -2.995l.176 -.005h2a1 1 0 0 1 1 1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "table-heart": [ - [ - "path", - { - "d": "M11.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M3 10h18" - } - ], - [ - "path", - { - "d": "M10 3v18" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "table-import": [ - [ - "path", - { - "d": "M12 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8" - } - ], - [ - "path", - { - "d": "M3 10h18" - } - ], - [ - "path", - { - "d": "M10 3v18" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "table-minus": [ - [ - "path", - { - "d": "M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10" - } - ], - [ - "path", - { - "d": "M3 10h18" - } - ], - [ - "path", - { - "d": "M10 3v18" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "table-off": [ - [ - "path", - { - "d": "M7 3h12a2 2 0 0 1 2 2v12m-.585 3.413a1.994 1.994 0 0 1 -1.415 .587h-14a2 2 0 0 1 -2 -2v-14c0 -.55 .223 -1.05 .583 -1.412" - } - ], - [ - "path", - { - "d": "M3 10h7m4 0h7" - } - ], - [ - "path", - { - "d": "M10 3v3m0 4v11" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "table-options": [ - [ - "path", - { - "d": "M12 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7" - } - ], - [ - "path", - { - "d": "M3 10h18" - } - ], - [ - "path", - { - "d": "M10 3v18" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "table-plus": [ - [ - "path", - { - "d": "M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5" - } - ], - [ - "path", - { - "d": "M3 10h18" - } - ], - [ - "path", - { - "d": "M10 3v18" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "table-row": [ - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ], - [ - "path", - { - "d": "M9 3l-6 6" - } - ], - [ - "path", - { - "d": "M14 3l-7 7" - } - ], - [ - "path", - { - "d": "M19 3l-7 7" - } - ], - [ - "path", - { - "d": "M21 6l-4 4" - } - ], - [ - "path", - { - "d": "M3 10h18" - } - ], - [ - "path", - { - "d": "M10 10v11" - } - ] - ], - "table-share": [ - [ - "path", - { - "d": "M12 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8" - } - ], - [ - "path", - { - "d": "M3 10h18" - } - ], - [ - "path", - { - "d": "M10 3v18" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "table-shortcut": [ - [ - "path", - { - "d": "M3 13v-8a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-8" - } - ], - [ - "path", - { - "d": "M3 10h18" - } - ], - [ - "path", - { - "d": "M10 3v11" - } - ], - [ - "path", - { - "d": "M2 22l5 -5" - } - ], - [ - "path", - { - "d": "M7 21.5v-4.5h-4.5" - } - ] - ], - "table": [ - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ], - [ - "path", - { - "d": "M3 10h18" - } - ], - [ - "path", - { - "d": "M10 3v18" - } - ] - ], - "tag-off": [ - [ - "path", - { - "d": "M7.149 7.144a.498 .498 0 0 0 .351 .856a.498 .498 0 0 0 .341 -.135" - } - ], - [ - "path", - { - "d": "M3.883 3.875a2.99 2.99 0 0 0 -.883 2.125v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l2.796 -2.796m2.005 -2.005l.79 -.79a2.41 2.41 0 0 0 0 -3.41l-7.71 -7.71a2 2 0 0 0 -1.412 -.585h-4.173" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "tag-starred": [ - [ - "path", - { - "d": "M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" - } - ], - [ - "path", - { - "d": "M12.5 13.847l-1.5 1.153l.532 -1.857l-1.532 -1.143h1.902l.598 -1.8l.598 1.8h1.902l-1.532 1.143l.532 1.857z" - } - ] - ], - "tag": [ - [ - "path", - { - "d": "M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" - } - ] - ], - "tags-off": [ - [ - "path", - { - "d": "M16.296 12.296l-5.71 -5.71" - } - ], - [ - "path", - { - "d": "M6 6h-1a2 2 0 0 0 -2 2v4.172a2 2 0 0 0 .586 1.414l5.71 5.71a2.41 2.41 0 0 0 3.408 0l3.278 -3.278" - } - ], - [ - "path", - { - "d": "M18 19l.496 -.496" - } - ], - [ - "path", - { - "d": "M20.384 16.367a4.822 4.822 0 0 0 -.792 -5.775l-4.592 -4.592" - } - ], - [ - "path", - { - "d": "M7 10h-.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "tags": [ - [ - "path", - { - "d": "M3 8v4.172a2 2 0 0 0 .586 1.414l5.71 5.71a2.41 2.41 0 0 0 3.408 0l3.592 -3.592a2.41 2.41 0 0 0 0 -3.408l-5.71 -5.71a2 2 0 0 0 -1.414 -.586h-4.172a2 2 0 0 0 -2 2z" - } - ], - [ - "path", - { - "d": "M18 19l1.592 -1.592a4.82 4.82 0 0 0 0 -6.816l-4.592 -4.592" - } - ], - [ - "path", - { - "d": "M7 10h-.01" - } - ] - ], - "tallymark-1": [ - [ - "path", - { - "d": "M12 5l0 14" - } - ] - ], - "tallymark-2": [ - [ - "path", - { - "d": "M10 5l0 14" - } - ], - [ - "path", - { - "d": "M14 5l0 14" - } - ] - ], - "tallymark-3": [ - [ - "path", - { - "d": "M8 5l0 14" - } - ], - [ - "path", - { - "d": "M12 5l0 14" - } - ], - [ - "path", - { - "d": "M16 5l0 14" - } - ] - ], - "tallymark-4": [ - [ - "path", - { - "d": "M6 5l0 14" - } - ], - [ - "path", - { - "d": "M10 5l0 14" - } - ], - [ - "path", - { - "d": "M14 5l0 14" - } - ], - [ - "path", - { - "d": "M18 5l0 14" - } - ] - ], - "tallymarks": [ - [ - "path", - { - "d": "M6 5l0 14" - } - ], - [ - "path", - { - "d": "M10 5l0 14" - } - ], - [ - "path", - { - "d": "M14 5l0 14" - } - ], - [ - "path", - { - "d": "M18 5l0 14" - } - ], - [ - "path", - { - "d": "M3 17l18 -10" - } - ] - ], - "tank": [ - [ - "path", - { - "d": "M2 12m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v0a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M6 12l1 -5h5l3 5" - } - ], - [ - "path", - { - "d": "M21 9l-7.8 0" - } - ] - ], - "target-arrow": [ - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 7a5 5 0 1 0 5 5" - } - ], - [ - "path", - { - "d": "M13 3.055a9 9 0 1 0 7.941 7.945" - } - ], - [ - "path", - { - "d": "M15 6v3h3l3 -3h-3v-3z" - } - ], - [ - "path", - { - "d": "M15 9l-3 3" - } - ] - ], - "target-off": [ - [ - "path", - { - "d": "M11.286 11.3a1 1 0 0 0 1.41 1.419" - } - ], - [ - "path", - { - "d": "M8.44 8.49a5 5 0 0 0 7.098 7.044m1.377 -2.611a5 5 0 0 0 -5.846 -5.836" - } - ], - [ - "path", - { - "d": "M5.649 5.623a9 9 0 1 0 12.698 12.758m1.683 -2.313a9 9 0 0 0 -12.076 -12.11" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "target": [ - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "teapot": [ - [ - "path", - { - "d": "M10.29 3h3.42a2 2 0 0 1 1.988 1.78l1.555 14a2 2 0 0 1 -1.988 2.22h-6.53a2 2 0 0 1 -1.988 -2.22l1.555 -14a2 2 0 0 1 1.988 -1.78z" - } - ], - [ - "path", - { - "d": "M7.47 12.5l-4.257 -5.019a.899 .899 0 0 1 .69 -1.481h13.09a3 3 0 0 1 3.007 3v3c0 1.657 -1.346 3 -3.007 3" - } - ], - [ - "path", - { - "d": "M7 17h10" - } - ] - ], - "telescope-off": [ - [ - "path", - { - "d": "M6 21l6 -5l6 5" - } - ], - [ - "path", - { - "d": "M12 13v8" - } - ], - [ - "path", - { - "d": "M8.238 8.264l-4.183 2.51c-1.02 .614 -1.357 1.898 -.76 2.906l.165 .28c.52 .88 1.624 1.266 2.605 .91l6.457 -2.34m2.907 -1.055l4.878 -1.77a1.023 1.023 0 0 0 .565 -1.455l-2.62 -4.705a1.087 1.087 0 0 0 -1.447 -.42l-.056 .032l-6.016 3.61" - } - ], - [ - "path", - { - "d": "M14 5l3 5.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "telescope": [ - [ - "path", - { - "d": "M6 21l6 -5l6 5" - } - ], - [ - "path", - { - "d": "M12 13v8" - } - ], - [ - "path", - { - "d": "M3.294 13.678l.166 .281c.52 .88 1.624 1.265 2.605 .91l14.242 -5.165a1.023 1.023 0 0 0 .565 -1.456l-2.62 -4.705a1.087 1.087 0 0 0 -1.447 -.42l-.056 .032l-12.694 7.618c-1.02 .613 -1.357 1.897 -.76 2.905z" - } - ], - [ - "path", - { - "d": "M14 5l3 5.5" - } - ] - ], - "temperature-celsius": [ - [ - "path", - { - "d": "M6 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M20 9a3 3 0 0 0 -3 -3h-1a3 3 0 0 0 -3 3v6a3 3 0 0 0 3 3h1a3 3 0 0 0 3 -3" - } - ] - ], - "temperature-fahrenheit": [ - [ - "path", - { - "d": "M6 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M13 12l5 0" - } - ], - [ - "path", - { - "d": "M20 6h-6a1 1 0 0 0 -1 1v11" - } - ] - ], - "temperature-minus": [ - [ - "path", - { - "d": "M8 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5" - } - ], - [ - "path", - { - "d": "M8 9l4 0" - } - ], - [ - "path", - { - "d": "M16 9l6 0" - } - ] - ], - "temperature-off": [ - [ - "path", - { - "d": "M10 10v3.5a4 4 0 1 0 5.836 2.33m-1.836 -5.83v-5a2 2 0 1 0 -4 0v1" - } - ], - [ - "path", - { - "d": "M13 9h1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "temperature-plus": [ - [ - "path", - { - "d": "M8 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5" - } - ], - [ - "path", - { - "d": "M8 9l4 0" - } - ], - [ - "path", - { - "d": "M16 9l6 0" - } - ], - [ - "path", - { - "d": "M19 6l0 6" - } - ] - ], - "temperature-snow": [ - [ - "path", - { - "d": "M4 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 1 0 -4 0v8.5" - } - ], - [ - "path", - { - "d": "M4 9h4" - } - ], - [ - "path", - { - "d": "M14.75 4l1 2h2.25" - } - ], - [ - "path", - { - "d": "M17 4l-3 5l2 3" - } - ], - [ - "path", - { - "d": "M20.25 10l-1.25 2l1.25 2" - } - ], - [ - "path", - { - "d": "M22 12h-6l-2 3" - } - ], - [ - "path", - { - "d": "M18 18h-2.25l-1 2" - } - ], - [ - "path", - { - "d": "M17 20l-3 -5h-1" - } - ], - [ - "path", - { - "d": "M12 9l2.088 .008" - } - ] - ], - "temperature-sun": [ - [ - "path", - { - "d": "M4 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 1 0 -4 0v8.5" - } - ], - [ - "path", - { - "d": "M4 9h4" - } - ], - [ - "path", - { - "d": "M13 16a4 4 0 1 0 0 -8a4.07 4.07 0 0 0 -1 .124" - } - ], - [ - "path", - { - "d": "M13 3v1" - } - ], - [ - "path", - { - "d": "M21 12h1" - } - ], - [ - "path", - { - "d": "M13 20v1" - } - ], - [ - "path", - { - "d": "M19.4 5.6l-.7 .7" - } - ], - [ - "path", - { - "d": "M18.7 17.7l.7 .7" - } - ] - ], - "temperature": [ - [ - "path", - { - "d": "M10 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5" - } - ], - [ - "path", - { - "d": "M10 9l4 0" - } - ] - ], - "template-off": [ - [ - "path", - { - "d": "M8 4h11a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-7m-4 0h-3a1 1 0 0 1 -1 -1v-2c0 -.271 .108 -.517 .283 -.697" - } - ], - [ - "path", - { - "d": "M4 12m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M16 12h4" - } - ], - [ - "path", - { - "d": "M14 16h2" - } - ], - [ - "path", - { - "d": "M14 20h6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "template": [ - [ - "path", - { - "d": "M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M4 12m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M14 12l6 0" - } - ], - [ - "path", - { - "d": "M14 16l6 0" - } - ], - [ - "path", - { - "d": "M14 20l6 0" - } - ] - ], - "tent-off": [ - [ - "path", - { - "d": "M11 14l4 6h5m-2.863 -6.868l-5.137 -9.132l-1.44 2.559m-1.44 2.563l-6.12 10.878h6l4 -6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "tent": [ - [ - "path", - { - "d": "M11 14l4 6h6l-9 -16l-9 16h6l4 -6" - } - ] - ], - "terminal-2": [ - [ - "path", - { - "d": "M8 9l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M13 15l3 0" - } - ], - [ - "path", - { - "d": "M3 4m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" - } - ] - ], - "terminal": [ - [ - "path", - { - "d": "M5 7l5 5l-5 5" - } - ], - [ - "path", - { - "d": "M12 19l7 0" - } - ] - ], - "test-pipe-2": [ - [ - "path", - { - "d": "M15 3v15a3 3 0 0 1 -6 0v-15" - } - ], - [ - "path", - { - "d": "M9 12h6" - } - ], - [ - "path", - { - "d": "M8 3h8" - } - ] - ], - "test-pipe-off": [ - [ - "path", - { - "d": "M20 8.04a803.533 803.533 0 0 0 -4 3.96m-2 2c-1.085 1.085 -3.125 3.14 -6.122 6.164a2.857 2.857 0 0 1 -4.041 -4.04c3.018 -3 5.073 -5.037 6.163 -6.124m2 -2c.872 -.872 2.191 -2.205 3.959 -4" - } - ], - [ - "path", - { - "d": "M7 13h6" - } - ], - [ - "path", - { - "d": "M19 15l1.5 1.6m-.74 3.173a2 2 0 0 1 -2.612 -2.608" - } - ], - [ - "path", - { - "d": "M15 3l6 6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "test-pipe": [ - [ - "path", - { - "d": "M20 8.04l-12.122 12.124a2.857 2.857 0 1 1 -4.041 -4.04l12.122 -12.124" - } - ], - [ - "path", - { - "d": "M7 13h8" - } - ], - [ - "path", - { - "d": "M19 15l1.5 1.6a2 2 0 1 1 -3 0l1.5 -1.6z" - } - ], - [ - "path", - { - "d": "M15 3l6 6" - } - ] - ], - "tex": [ - [ - "path", - { - "d": "M9 8v-1h-6v1" - } - ], - [ - "path", - { - "d": "M6 15v-8" - } - ], - [ - "path", - { - "d": "M21 15l-5 -8" - } - ], - [ - "path", - { - "d": "M16 15l5 -8" - } - ], - [ - "path", - { - "d": "M14 11h-4v8h4" - } - ], - [ - "path", - { - "d": "M10 15h3" - } - ] - ], - "text-caption": [ - [ - "path", - { - "d": "M4 15h16" - } - ], - [ - "path", - { - "d": "M4 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M4 20h12" - } - ] - ], - "text-color": [ - [ - "path", - { - "d": "M9 15v-7a3 3 0 0 1 6 0v7" - } - ], - [ - "path", - { - "d": "M9 11h6" - } - ], - [ - "path", - { - "d": "M5 19h14" - } - ] - ], - "text-decrease": [ - [ - "path", - { - "d": "M4 19v-10.5a3.5 3.5 0 1 1 7 0v10.5" - } - ], - [ - "path", - { - "d": "M4 13h7" - } - ], - [ - "path", - { - "d": "M21 12h-6" - } - ] - ], - "text-direction-ltr": [ - [ - "path", - { - "d": "M5 19h14" - } - ], - [ - "path", - { - "d": "M17 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M16 4h-6.5a3.5 3.5 0 0 0 0 7h.5" - } - ], - [ - "path", - { - "d": "M14 15v-11" - } - ], - [ - "path", - { - "d": "M10 15v-11" - } - ] - ], - "text-direction-rtl": [ - [ - "path", - { - "d": "M16 4h-6.5a3.5 3.5 0 0 0 0 7h.5" - } - ], - [ - "path", - { - "d": "M14 15v-11" - } - ], - [ - "path", - { - "d": "M10 15v-11" - } - ], - [ - "path", - { - "d": "M5 19h14" - } - ], - [ - "path", - { - "d": "M7 21l-2 -2l2 -2" - } - ] - ], - "text-grammar": [ - [ - "path", - { - "d": "M14 9a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M4 12v-5a3 3 0 1 1 6 0v5" - } - ], - [ - "path", - { - "d": "M4 9h6" - } - ], - [ - "path", - { - "d": "M20 6v6" - } - ], - [ - "path", - { - "d": "M4 16h12" - } - ], - [ - "path", - { - "d": "M4 20h6" - } - ], - [ - "path", - { - "d": "M14 20l2 2l5 -5" - } - ] - ], - "text-increase": [ - [ - "path", - { - "d": "M4 19v-10.5a3.5 3.5 0 1 1 7 0v10.5" - } - ], - [ - "path", - { - "d": "M4 13h7" - } - ], - [ - "path", - { - "d": "M18 9v6" - } - ], - [ - "path", - { - "d": "M21 12h-6" - } - ] - ], - "text-orientation": [ - [ - "path", - { - "d": "M9 15l-5 -5c-1.367 -1.367 -1.367 -3.633 0 -5s3.633 -1.367 5 0l5 5" - } - ], - [ - "path", - { - "d": "M5.5 11.5l5 -5" - } - ], - [ - "path", - { - "d": "M21 12l-9 9" - } - ], - [ - "path", - { - "d": "M21 12v4" - } - ], - [ - "path", - { - "d": "M21 12h-4" - } - ] - ], - "text-plus": [ - [ - "path", - { - "d": "M19 10h-14" - } - ], - [ - "path", - { - "d": "M5 6h14" - } - ], - [ - "path", - { - "d": "M14 14h-9" - } - ], - [ - "path", - { - "d": "M5 18h6" - } - ], - [ - "path", - { - "d": "M18 15v6" - } - ], - [ - "path", - { - "d": "M15 18h6" - } - ] - ], - "text-recognition": [ - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M12 16v-7" - } - ], - [ - "path", - { - "d": "M9 9h6" - } - ] - ], - "text-resize": [ - [ - "path", - { - "d": "M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 7v10" - } - ], - [ - "path", - { - "d": "M7 5h10" - } - ], - [ - "path", - { - "d": "M7 19h10" - } - ], - [ - "path", - { - "d": "M19 7v10" - } - ], - [ - "path", - { - "d": "M10 10h4" - } - ], - [ - "path", - { - "d": "M12 14v-4" - } - ] - ], - "text-scan-2": [ - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M8 12h8" - } - ], - [ - "path", - { - "d": "M8 9h6" - } - ], - [ - "path", - { - "d": "M8 15h4" - } - ] - ], - "text-size": [ - [ - "path", - { - "d": "M3 7v-2h13v2" - } - ], - [ - "path", - { - "d": "M10 5v14" - } - ], - [ - "path", - { - "d": "M12 19h-4" - } - ], - [ - "path", - { - "d": "M15 13v-1h6v1" - } - ], - [ - "path", - { - "d": "M18 12v7" - } - ], - [ - "path", - { - "d": "M17 19h2" - } - ] - ], - "text-spellcheck": [ - [ - "path", - { - "d": "M5 15v-7.5a3.5 3.5 0 0 1 7 0v7.5" - } - ], - [ - "path", - { - "d": "M5 10h7" - } - ], - [ - "path", - { - "d": "M10 18l3 3l7 -7" - } - ] - ], - "text-wrap-disabled": [ - [ - "path", - { - "d": "M4 6l10 0" - } - ], - [ - "path", - { - "d": "M4 18l10 0" - } - ], - [ - "path", - { - "d": "M4 12h17l-3 -3m0 6l3 -3" - } - ] - ], - "text-wrap": [ - [ - "path", - { - "d": "M4 6l16 0" - } - ], - [ - "path", - { - "d": "M4 18l5 0" - } - ], - [ - "path", - { - "d": "M4 12h13a3 3 0 0 1 0 6h-4l2 -2m0 4l-2 -2" - } - ] - ], - "texture": [ - [ - "path", - { - "d": "M6 3l-3 3" - } - ], - [ - "path", - { - "d": "M21 18l-3 3" - } - ], - [ - "path", - { - "d": "M11 3l-8 8" - } - ], - [ - "path", - { - "d": "M16 3l-13 13" - } - ], - [ - "path", - { - "d": "M21 3l-18 18" - } - ], - [ - "path", - { - "d": "M21 8l-13 13" - } - ], - [ - "path", - { - "d": "M21 13l-8 8" - } - ] - ], - "theater": [ - [ - "path", - { - "d": "M4 20h16" - } - ], - [ - "path", - { - "d": "M20 16v-10a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v10l4 -6c2.667 1.333 5.333 1.333 8 0l4 6z" - } - ] - ], - "thermometer": [ - [ - "path", - { - "d": "M19 5a2.828 2.828 0 0 1 0 4l-8 8h-4v-4l8 -8a2.828 2.828 0 0 1 4 0z" - } - ], - [ - "path", - { - "d": "M16 7l-1.5 -1.5" - } - ], - [ - "path", - { - "d": "M13 10l-1.5 -1.5" - } - ], - [ - "path", - { - "d": "M10 13l-1.5 -1.5" - } - ], - [ - "path", - { - "d": "M7 17l-3 3" - } - ] - ], - "thumb-down-filled": [ - [ - "path", - { - "d": "M13 21.008a3 3 0 0 0 2.995 -2.823l.005 -.177v-4h2a3 3 0 0 0 2.98 -2.65l.015 -.173l.005 -.177l-.02 -.196l-1.006 -5.032c-.381 -1.625 -1.502 -2.796 -2.81 -2.78l-.164 .008h-8a1 1 0 0 0 -.993 .884l-.007 .116l.001 9.536a1 1 0 0 0 .5 .866a2.998 2.998 0 0 1 1.492 2.396l.007 .202v1a3 3 0 0 0 3 3z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M5 14.008a1 1 0 0 0 .993 -.883l.007 -.117v-9a1 1 0 0 0 -.883 -.993l-.117 -.007h-1a2 2 0 0 0 -1.995 1.852l-.005 .15v7a2 2 0 0 0 1.85 1.994l.15 .005h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "thumb-down-off": [ - [ - "path", - { - "d": "M7 13v-6m-3 -3a1 1 0 0 0 -1 1v7a1 1 0 0 0 1 1h3a4 4 0 0 1 4 4v1a2 2 0 1 0 4 0v-3m2 -2h1a2 2 0 0 0 2 -2l-1 -5c-.295 -1.26 -1.11 -2.076 -2 -2h-7c-.57 0 -1.102 .159 -1.556 .434" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "thumb-down": [ - [ - "path", - { - "d": "M7 13v-8a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v7a1 1 0 0 0 1 1h3a4 4 0 0 1 4 4v1a2 2 0 0 0 4 0v-5h3a2 2 0 0 0 2 -2l-1 -5a2 3 0 0 0 -2 -2h-7a3 3 0 0 0 -3 3" - } - ] - ], - "thumb-up-filled": [ - [ - "path", - { - "d": "M13 3a3 3 0 0 1 2.995 2.824l.005 .176v4h2a3 3 0 0 1 2.98 2.65l.015 .174l.005 .176l-.02 .196l-1.006 5.032c-.381 1.626 -1.502 2.796 -2.81 2.78l-.164 -.008h-8a1 1 0 0 1 -.993 -.883l-.007 -.117l.001 -9.536a1 1 0 0 1 .5 -.865a2.998 2.998 0 0 0 1.492 -2.397l.007 -.202v-1a3 3 0 0 1 3 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M5 10a1 1 0 0 1 .993 .883l.007 .117v9a1 1 0 0 1 -.883 .993l-.117 .007h-1a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-7a2 2 0 0 1 1.85 -1.995l.15 -.005h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "thumb-up-off": [ - [ - "path", - { - "d": "M7 11v8a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-7a1 1 0 0 1 1 -1h3a3.987 3.987 0 0 0 2.828 -1.172m1.172 -2.828v-1a2 2 0 1 1 4 0v5h3a2 2 0 0 1 2 2c-.222 1.112 -.39 1.947 -.5 2.503m-.758 3.244c-.392 .823 -1.044 1.312 -1.742 1.253h-7a3 3 0 0 1 -3 -3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "thumb-up": [ - [ - "path", - { - "d": "M7 11v8a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-7a1 1 0 0 1 1 -1h3a4 4 0 0 0 4 -4v-1a2 2 0 0 1 4 0v5h3a2 2 0 0 1 2 2l-1 5a2 3 0 0 1 -2 2h-7a3 3 0 0 1 -3 -3" - } - ] - ], - "tic-tac": [ - [ - "path", - { - "d": "M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M3 12h18" - } - ], - [ - "path", - { - "d": "M12 3v18" - } - ], - [ - "path", - { - "d": "M4 16l4 4" - } - ], - [ - "path", - { - "d": "M4 20l4 -4" - } - ], - [ - "path", - { - "d": "M16 4l4 4" - } - ], - [ - "path", - { - "d": "M16 8l4 -4" - } - ], - [ - "path", - { - "d": "M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "ticket-off": [ - [ - "path", - { - "d": "M15 5v2" - } - ], - [ - "path", - { - "d": "M15 17v2" - } - ], - [ - "path", - { - "d": "M9 5h10a2 2 0 0 1 2 2v3a2 2 0 1 0 0 4v3m-2 2h-14a2 2 0 0 1 -2 -2v-3a2 2 0 1 0 0 -4v-3a2 2 0 0 1 2 -2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "ticket": [ - [ - "path", - { - "d": "M15 5l0 2" - } - ], - [ - "path", - { - "d": "M15 11l0 2" - } - ], - [ - "path", - { - "d": "M15 17l0 2" - } - ], - [ - "path", - { - "d": "M5 5h14a2 2 0 0 1 2 2v3a2 2 0 0 0 0 4v3a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-3a2 2 0 0 0 0 -4v-3a2 2 0 0 1 2 -2" - } - ] - ], - "tie": [ - [ - "path", - { - "d": "M12 22l4 -4l-2.5 -11l.993 -2.649a1 1 0 0 0 -.936 -1.351h-3.114a1 1 0 0 0 -.936 1.351l.993 2.649l-2.5 11l4 4z" - } - ], - [ - "path", - { - "d": "M10.5 7h3l5 5.5" - } - ] - ], - "tilde": [ - [ - "path", - { - "d": "M4 12c0 -1.657 1.592 -3 3.556 -3c1.963 0 3.11 1.5 4.444 3c1.333 1.5 2.48 3 4.444 3s3.556 -1.343 3.556 -3" - } - ] - ], - "tilt-shift-off": [ - [ - "path", - { - "d": "M8.56 3.69a9 9 0 0 0 -.577 .263" - } - ], - [ - "path", - { - "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44" - } - ], - [ - "path", - { - "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92" - } - ], - [ - "path", - { - "d": "M8.56 20.31a9 9 0 0 0 3.44 .69" - } - ], - [ - "path", - { - "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95" - } - ], - [ - "path", - { - "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44" - } - ], - [ - "path", - { - "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92" - } - ], - [ - "path", - { - "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69" - } - ], - [ - "path", - { - "d": "M10.57 10.602a2 2 0 0 0 2.862 2.795" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "tilt-shift": [ - [ - "path", - { - "d": "M8.56 3.69a9 9 0 0 0 -2.92 1.95" - } - ], - [ - "path", - { - "d": "M3.69 8.56a9 9 0 0 0 -.69 3.44" - } - ], - [ - "path", - { - "d": "M3.69 15.44a9 9 0 0 0 1.95 2.92" - } - ], - [ - "path", - { - "d": "M8.56 20.31a9 9 0 0 0 3.44 .69" - } - ], - [ - "path", - { - "d": "M15.44 20.31a9 9 0 0 0 2.92 -1.95" - } - ], - [ - "path", - { - "d": "M20.31 15.44a9 9 0 0 0 .69 -3.44" - } - ], - [ - "path", - { - "d": "M20.31 8.56a9 9 0 0 0 -1.95 -2.92" - } - ], - [ - "path", - { - "d": "M15.44 3.69a9 9 0 0 0 -3.44 -.69" - } - ], - [ - "path", - { - "d": "M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "time-duration-0": [ - [ - "path", - { - "d": "M3 12v.01" - } - ], - [ - "path", - { - "d": "M21 12v.01" - } - ], - [ - "path", - { - "d": "M12 21v.01" - } - ], - [ - "path", - { - "d": "M12 3v.01" - } - ], - [ - "path", - { - "d": "M7.5 4.2v.01" - } - ], - [ - "path", - { - "d": "M16.5 4.2v.01" - } - ], - [ - "path", - { - "d": "M16.5 19.8v.01" - } - ], - [ - "path", - { - "d": "M7.5 19.8v.01" - } - ], - [ - "path", - { - "d": "M4.2 16.5v.01" - } - ], - [ - "path", - { - "d": "M19.8 16.5v.01" - } - ], - [ - "path", - { - "d": "M19.8 7.5v.01" - } - ], - [ - "path", - { - "d": "M4.2 7.5v.01" - } - ], - [ - "path", - { - "d": "M10 11v2a2 2 0 1 0 4 0v-2a2 2 0 1 0 -4 0z" - } - ] - ], - "time-duration-10": [ - [ - "path", - { - "d": "M9 9v6" - } - ], - [ - "path", - { - "d": "M12 11v2a2 2 0 1 0 4 0v-2a2 2 0 1 0 -4 0z" - } - ], - [ - "path", - { - "d": "M3 12v.01" - } - ], - [ - "path", - { - "d": "M21 12v.01" - } - ], - [ - "path", - { - "d": "M12 21v.01" - } - ], - [ - "path", - { - "d": "M7.5 4.2v.01" - } - ], - [ - "path", - { - "d": "M16.5 19.8v.01" - } - ], - [ - "path", - { - "d": "M7.5 19.8v.01" - } - ], - [ - "path", - { - "d": "M4.2 16.5v.01" - } - ], - [ - "path", - { - "d": "M19.8 16.5v.01" - } - ], - [ - "path", - { - "d": "M4.2 7.5v.01" - } - ], - [ - "path", - { - "d": "M19.81 7.527a8.994 8.994 0 0 0 -7.81 -4.527" - } - ] - ], - "time-duration-15": [ - [ - "path", - { - "d": "M12 15h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3" - } - ], - [ - "path", - { - "d": "M9 9v6" - } - ], - [ - "path", - { - "d": "M3 12v.01" - } - ], - [ - "path", - { - "d": "M12 21v.01" - } - ], - [ - "path", - { - "d": "M7.5 4.2v.01" - } - ], - [ - "path", - { - "d": "M16.5 19.8v.01" - } - ], - [ - "path", - { - "d": "M7.5 19.8v.01" - } - ], - [ - "path", - { - "d": "M4.2 16.5v.01" - } - ], - [ - "path", - { - "d": "M19.8 16.5v.01" - } - ], - [ - "path", - { - "d": "M4.2 7.5v.01" - } - ], - [ - "path", - { - "d": "M21 12a9 9 0 0 0 -9 -9" - } - ] - ], - "time-duration-30": [ - [ - "path", - { - "d": "M14 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" - } - ], - [ - "path", - { - "d": "M8 9h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5" - } - ], - [ - "path", - { - "d": "M3 12v.01" - } - ], - [ - "path", - { - "d": "M7.5 4.2v.01" - } - ], - [ - "path", - { - "d": "M7.5 19.8v.01" - } - ], - [ - "path", - { - "d": "M4.2 16.5v.01" - } - ], - [ - "path", - { - "d": "M4.2 7.5v.01" - } - ], - [ - "path", - { - "d": "M12 21a9 9 0 0 0 0 -18" - } - ] - ], - "time-duration-45": [ - [ - "path", - { - "d": "M13 15h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3" - } - ], - [ - "path", - { - "d": "M7 9v2a1 1 0 0 0 1 1h1" - } - ], - [ - "path", - { - "d": "M10 9v6" - } - ], - [ - "path", - { - "d": "M7.5 4.2v.01" - } - ], - [ - "path", - { - "d": "M4.2 7.5v.01" - } - ], - [ - "path", - { - "d": "M3 12a9 9 0 1 0 9 -9" - } - ] - ], - "time-duration-5": [ - [ - "path", - { - "d": "M10 15h2a1.5 1.5 0 0 0 0 -3h-2v-3h3.5" - } - ], - [ - "path", - { - "d": "M3 12v.01" - } - ], - [ - "path", - { - "d": "M21 12v.01" - } - ], - [ - "path", - { - "d": "M12 21v.01" - } - ], - [ - "path", - { - "d": "M7.5 4.2v.01" - } - ], - [ - "path", - { - "d": "M16.5 19.8v.01" - } - ], - [ - "path", - { - "d": "M7.5 19.8v.01" - } - ], - [ - "path", - { - "d": "M4.2 16.5v.01" - } - ], - [ - "path", - { - "d": "M19.8 16.5v.01" - } - ], - [ - "path", - { - "d": "M19.8 7.5v.01" - } - ], - [ - "path", - { - "d": "M4.2 7.5v.01" - } - ], - [ - "path", - { - "d": "M16.5 4.206a9.042 9.042 0 0 0 -4.5 -1.206" - } - ] - ], - "time-duration-60": [ - [ - "path", - { - "d": "M14 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" - } - ], - [ - "path", - { - "d": "M11 9h-2a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2" - } - ], - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ] - ], - "time-duration-90": [ - [ - "path", - { - "d": "M8 14.25c0 .414 .336 .75 .75 .75h1.5a.75 .75 0 0 0 .75 -.75v-4.5a.75 .75 0 0 0 -.75 -.75h-1.5a.75 .75 0 0 0 -.75 .75v1.5c0 .414 .336 .75 .75 .75h2.25" - } - ], - [ - "path", - { - "d": "M14 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" - } - ], - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ] - ], - "time-duration-off": [ - [ - "path", - { - "d": "M3 12v.01" - } - ], - [ - "path", - { - "d": "M7.5 19.8v.01" - } - ], - [ - "path", - { - "d": "M4.2 16.5v.01" - } - ], - [ - "path", - { - "d": "M4.2 7.5v.01" - } - ], - [ - "path", - { - "d": "M12 21a8.994 8.994 0 0 0 6.362 -2.634m1.685 -2.336a9 9 0 0 0 -8.047 -13.03" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "timeline-event-exclamation": [ - [ - "path", - { - "d": "M12 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M10 20h-6" - } - ], - [ - "path", - { - "d": "M14 20h6" - } - ], - [ - "path", - { - "d": "M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2z" - } - ], - [ - "path", - { - "d": "M12 6v2" - } - ], - [ - "path", - { - "d": "M12 11v.01" - } - ] - ], - "timeline-event-filled": [ - [ - "path", - { - "d": "M12 17c1.306 0 2.418 .835 2.83 2h5.17a1 1 0 0 1 0 2h-5.171a3.001 3.001 0 0 1 -5.658 0h-5.171a1 1 0 0 1 0 -2h5.17a3.001 3.001 0 0 1 2.83 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M17 2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2.586l-1.707 1.707a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.708 -1.707h-2.585a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-8a2 2 0 0 1 2 -2h10z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "timeline-event-minus": [ - [ - "path", - { - "d": "M12 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M10 20h-6" - } - ], - [ - "path", - { - "d": "M14 20h6" - } - ], - [ - "path", - { - "d": "M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2z" - } - ], - [ - "path", - { - "d": "M10 8h4" - } - ] - ], - "timeline-event-plus": [ - [ - "path", - { - "d": "M12 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M10 20h-6" - } - ], - [ - "path", - { - "d": "M14 20h6" - } - ], - [ - "path", - { - "d": "M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2z" - } - ], - [ - "path", - { - "d": "M10 8h4" - } - ], - [ - "path", - { - "d": "M12 6v4" - } - ] - ], - "timeline-event-text": [ - [ - "path", - { - "d": "M12 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M10 20h-6" - } - ], - [ - "path", - { - "d": "M14 20h6" - } - ], - [ - "path", - { - "d": "M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2z" - } - ], - [ - "path", - { - "d": "M9 6h6" - } - ], - [ - "path", - { - "d": "M9 9h3" - } - ] - ], - "timeline-event-x": [ - [ - "path", - { - "d": "M12 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M10 20h-6" - } - ], - [ - "path", - { - "d": "M14 20h6" - } - ], - [ - "path", - { - "d": "M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2z" - } - ], - [ - "path", - { - "d": "M13.5 9.5l-3 -3" - } - ], - [ - "path", - { - "d": "M10.5 9.5l3 -3" - } - ] - ], - "timeline-event": [ - [ - "path", - { - "d": "M12 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M10 20h-6" - } - ], - [ - "path", - { - "d": "M14 20h6" - } - ], - [ - "path", - { - "d": "M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2z" - } - ] - ], - "timeline": [ - [ - "path", - { - "d": "M4 16l6 -7l5 5l5 -6" - } - ], - [ - "path", - { - "d": "M15 14m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M10 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M4 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M20 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "tir": [ - [ - "path", - { - "d": "M5 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 18h8m4 0h2v-6a5 7 0 0 0 -5 -7h-1l1.5 7h4.5" - } - ], - [ - "path", - { - "d": "M12 18v-13h3" - } - ], - [ - "path", - { - "d": "M3 17l0 -5l9 0" - } - ] - ], - "toggle-left": [ - [ - "path", - { - "d": "M8 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M2 6m0 6a6 6 0 0 1 6 -6h8a6 6 0 0 1 6 6v0a6 6 0 0 1 -6 6h-8a6 6 0 0 1 -6 -6z" - } - ] - ], - "toggle-right": [ - [ - "path", - { - "d": "M16 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M2 6m0 6a6 6 0 0 1 6 -6h8a6 6 0 0 1 6 6v0a6 6 0 0 1 -6 6h-8a6 6 0 0 1 -6 -6z" - } - ] - ], - "toilet-paper-off": [ - [ - "path", - { - "d": "M4.27 4.28c-.768 1.27 -1.27 3.359 -1.27 5.72c0 3.866 1.343 7 3 7s3 -3.134 3 -7c0 -.34 -.01 -.672 -.03 -1" - } - ], - [ - "path", - { - "d": "M21 10c0 -3.866 -1.343 -7 -3 -7" - } - ], - [ - "path", - { - "d": "M7 3h11" - } - ], - [ - "path", - { - "d": "M21 10v7m-1.513 2.496l-1.487 -.496l-3 2l-3 -3l-3 2v-10" - } - ], - [ - "path", - { - "d": "M6 10h.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "toilet-paper": [ - [ - "path", - { - "d": "M6 10m-3 0a3 7 0 1 0 6 0a3 7 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M21 10c0 -3.866 -1.343 -7 -3 -7" - } - ], - [ - "path", - { - "d": "M6 3h12" - } - ], - [ - "path", - { - "d": "M21 10v10l-3 -1l-3 2l-3 -3l-3 2v-10" - } - ], - [ - "path", - { - "d": "M6 10h.01" - } - ] - ], - "toml": [ - [ - "path", - { - "d": "M1.499 8h3" - } - ], - [ - "path", - { - "d": "M2.999 8v8" - } - ], - [ - "path", - { - "d": "M8.5 8a1.5 1.5 0 0 1 1.5 1.5v5a1.5 1.5 0 0 1 -3 0v-5a1.5 1.5 0 0 1 1.5 -1.5z" - } - ], - [ - "path", - { - "d": "M13 16v-8l2 5l2 -5v8" - } - ], - [ - "path", - { - "d": "M20 8v8h2.5" - } - ] - ], - "tool": [ - [ - "path", - { - "d": "M7 10h3v-3l-3.5 -3.5a6 6 0 0 1 8 8l6 6a2 2 0 0 1 -3 3l-6 -6a6 6 0 0 1 -8 -8l3.5 3.5" - } - ] - ], - "tools-kitchen-2-off": [ - [ - "path", - { - "d": "M14.386 10.409c.53 -2.28 1.766 -4.692 4.614 -7.409v12m-4 0h-1c0 -.313 0 -.627 0 -.941" - } - ], - [ - "path", - { - "d": "M19 19v2h-1v-3" - } - ], - [ - "path", - { - "d": "M8 8v13" - } - ], - [ - "path", - { - "d": "M5 5v2a3 3 0 0 0 4.546 2.572m1.454 -2.572v-3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "tools-kitchen-2": [ - [ - "path", - { - "d": "M19 3v12h-5c-.023 -3.681 .184 -7.406 5 -12zm0 12v6h-1v-3m-10 -14v17m-3 -17v3a3 3 0 1 0 6 0v-3" - } - ] - ], - "tools-kitchen-3": [ - [ - "path", - { - "d": "M7 4v17m-3 -17v3a3 3 0 1 0 6 0v-3" - } - ], - [ - "path", - { - "d": "M17 8m-3 0a3 4 0 1 0 6 0a3 4 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 12v9" - } - ] - ], - "tools-kitchen-off": [ - [ - "path", - { - "d": "M7 3h5l-.5 4.5m-.4 3.595l-.1 .905h-6l-.875 -7.874" - } - ], - [ - "path", - { - "d": "M7 18h2v3h-2z" - } - ], - [ - "path", - { - "d": "M15.225 11.216c.42 -2.518 1.589 -5.177 4.775 -8.216v12h-1" - } - ], - [ - "path", - { - "d": "M20 15v1m0 4v1h-1v-2" - } - ], - [ - "path", - { - "d": "M8 12v6" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "tools-kitchen": [ - [ - "path", - { - "d": "M4 3h8l-1 9h-6z" - } - ], - [ - "path", - { - "d": "M7 18h2v3h-2z" - } - ], - [ - "path", - { - "d": "M20 3v12h-5c-.023 -3.681 .184 -7.406 5 -12z" - } - ], - [ - "path", - { - "d": "M20 15v6h-1v-3" - } - ], - [ - "path", - { - "d": "M8 12l0 6" - } - ] - ], - "tools-off": [ - [ - "path", - { - "d": "M16 12l4 -4a2.828 2.828 0 1 0 -4 -4l-4 4m-2 2l-7 7v4h4l7 -7" - } - ], - [ - "path", - { - "d": "M14.5 5.5l4 4" - } - ], - [ - "path", - { - "d": "M12 8l-5 -5m-2 2l-2 2l5 5" - } - ], - [ - "path", - { - "d": "M7 8l-1.5 1.5" - } - ], - [ - "path", - { - "d": "M16 12l5 5m-2 2l-2 2l-5 -5" - } - ], - [ - "path", - { - "d": "M16 17l-1.5 1.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "tools": [ - [ - "path", - { - "d": "M3 21h4l13 -13a1.5 1.5 0 0 0 -4 -4l-13 13v4" - } - ], - [ - "path", - { - "d": "M14.5 5.5l4 4" - } - ], - [ - "path", - { - "d": "M12 8l-5 -5l-4 4l5 5" - } - ], - [ - "path", - { - "d": "M7 8l-1.5 1.5" - } - ], - [ - "path", - { - "d": "M16 12l5 5l-4 4l-5 -5" - } - ], - [ - "path", - { - "d": "M16 17l-1.5 1.5" - } - ] - ], - "tooltip": [ - [ - "path", - { - "d": "M12 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 13l-1.707 -1.707a1 1 0 0 0 -.707 -.293h-2.586a2 2 0 0 1 -2 -2v-3a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2.586a1 1 0 0 0 -.707 .293l-1.707 1.707z" - } - ] - ], - "topology-bus": [ - [ - "path", - { - "d": "M14 10a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M6 10a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M22 10a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M2 16h20" - } - ], - [ - "path", - { - "d": "M4 12v4" - } - ], - [ - "path", - { - "d": "M12 12v4" - } - ], - [ - "path", - { - "d": "M20 12v4" - } - ] - ], - "topology-complex": [ - [ - "path", - { - "d": "M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M7.5 7.5l3 3" - } - ], - [ - "path", - { - "d": "M6 8v8" - } - ], - [ - "path", - { - "d": "M18 16v-8" - } - ], - [ - "path", - { - "d": "M8 6h8" - } - ], - [ - "path", - { - "d": "M16 18h-8" - } - ] - ], - "topology-full-hierarchy": [ - [ - "path", - { - "d": "M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M6 8v8" - } - ], - [ - "path", - { - "d": "M18 16v-8" - } - ], - [ - "path", - { - "d": "M8 6h8" - } - ], - [ - "path", - { - "d": "M16 18h-8" - } - ], - [ - "path", - { - "d": "M7.5 7.5l3 3" - } - ], - [ - "path", - { - "d": "M13.5 13.5l3 3" - } - ], - [ - "path", - { - "d": "M16.5 7.5l-3 3" - } - ], - [ - "path", - { - "d": "M10.5 13.5l-3 3" - } - ] - ], - "topology-full": [ - [ - "path", - { - "d": "M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M6 8v8" - } - ], - [ - "path", - { - "d": "M18 16v-8" - } - ], - [ - "path", - { - "d": "M8 6h8" - } - ], - [ - "path", - { - "d": "M16 18h-8" - } - ], - [ - "path", - { - "d": "M7.5 7.5l9 9" - } - ], - [ - "path", - { - "d": "M7.5 16.5l9 -9" - } - ] - ], - "topology-ring-2": [ - [ - "path", - { - "d": "M14 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M7 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M21 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M7 18h10" - } - ], - [ - "path", - { - "d": "M18 16l-5 -8" - } - ], - [ - "path", - { - "d": "M11 8l-5 8" - } - ] - ], - "topology-ring-3": [ - [ - "path", - { - "d": "M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M6 8v8" - } - ], - [ - "path", - { - "d": "M18 16v-8" - } - ], - [ - "path", - { - "d": "M8 6h8" - } - ], - [ - "path", - { - "d": "M16 18h-8" - } - ] - ], - "topology-ring": [ - [ - "path", - { - "d": "M14 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M14 4a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M13.5 5.5l5 5" - } - ], - [ - "path", - { - "d": "M5.5 13.5l5 5" - } - ], - [ - "path", - { - "d": "M13.5 18.5l5 -5" - } - ], - [ - "path", - { - "d": "M10.5 5.5l-5 5" - } - ] - ], - "topology-star-2": [ - [ - "path", - { - "d": "M14 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M14 4a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M6 12h4" - } - ], - [ - "path", - { - "d": "M14 12h4" - } - ], - [ - "path", - { - "d": "M12 6v4" - } - ], - [ - "path", - { - "d": "M12 14v4" - } - ] - ], - "topology-star-3": [ - [ - "path", - { - "d": "M10 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M18 5a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M10 5a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M18 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M6 12h4" - } - ], - [ - "path", - { - "d": "M14 12h4" - } - ], - [ - "path", - { - "d": "M15 7l-2 3" - } - ], - [ - "path", - { - "d": "M9 7l2 3" - } - ], - [ - "path", - { - "d": "M11 14l-2 3" - } - ], - [ - "path", - { - "d": "M13 14l2 3" - } - ] - ], - "topology-star-ring-2": [ - [ - "path", - { - "d": "M14 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M14 4a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M6 12h4" - } - ], - [ - "path", - { - "d": "M14 12h4" - } - ], - [ - "path", - { - "d": "M12 6v4" - } - ], - [ - "path", - { - "d": "M12 14v4" - } - ], - [ - "path", - { - "d": "M5.5 10.5l5 -5" - } - ], - [ - "path", - { - "d": "M13.5 5.5l5 5" - } - ], - [ - "path", - { - "d": "M18.5 13.5l-5 5" - } - ], - [ - "path", - { - "d": "M10.5 18.5l-5 -5" - } - ] - ], - "topology-star-ring-3": [ - [ - "path", - { - "d": "M10 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M18 5a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M10 5a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M18 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M6 12h4" - } - ], - [ - "path", - { - "d": "M14 12h4" - } - ], - [ - "path", - { - "d": "M15 7l-2 3" - } - ], - [ - "path", - { - "d": "M9 7l2 3" - } - ], - [ - "path", - { - "d": "M11 14l-2 3" - } - ], - [ - "path", - { - "d": "M13 14l2 3" - } - ], - [ - "path", - { - "d": "M10 5h4" - } - ], - [ - "path", - { - "d": "M10 19h4" - } - ], - [ - "path", - { - "d": "M17 17l2 -3" - } - ], - [ - "path", - { - "d": "M19 10l-2 -3" - } - ], - [ - "path", - { - "d": "M7 7l-2 3" - } - ], - [ - "path", - { - "d": "M5 14l2 3" - } - ] - ], - "topology-star-ring": [ - [ - "path", - { - "d": "M14 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M14 4a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M6 12h4" - } - ], - [ - "path", - { - "d": "M14 12h4" - } - ], - [ - "path", - { - "d": "M13.5 5.5l5 5" - } - ], - [ - "path", - { - "d": "M5.5 13.5l5 5" - } - ], - [ - "path", - { - "d": "M13.5 18.5l5 -5" - } - ], - [ - "path", - { - "d": "M10.5 5.5l-5 5" - } - ], - [ - "path", - { - "d": "M12 6v4" - } - ], - [ - "path", - { - "d": "M12 14v4" - } - ] - ], - "topology-star": [ - [ - "path", - { - "d": "M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M7.5 7.5l3 3" - } - ], - [ - "path", - { - "d": "M7.5 16.5l3 -3" - } - ], - [ - "path", - { - "d": "M13.5 13.5l3 3" - } - ], - [ - "path", - { - "d": "M16.5 7.5l-3 3" - } - ] - ], - "torii": [ - [ - "path", - { - "d": "M4 4c5.333 1.333 10.667 1.333 16 0" - } - ], - [ - "path", - { - "d": "M4 8h16" - } - ], - [ - "path", - { - "d": "M12 5v3" - } - ], - [ - "path", - { - "d": "M18 4.5v15.5" - } - ], - [ - "path", - { - "d": "M6 4.5v15.5" - } - ] - ], - "tornado": [ - [ - "path", - { - "d": "M21 4l-18 0" - } - ], - [ - "path", - { - "d": "M13 16l-6 0" - } - ], - [ - "path", - { - "d": "M11 20l4 0" - } - ], - [ - "path", - { - "d": "M6 8l14 0" - } - ], - [ - "path", - { - "d": "M4 12l12 0" - } - ] - ], - "tournament": [ - [ - "path", - { - "d": "M4 4m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M20 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M4 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M4 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 12h3a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-3" - } - ], - [ - "path", - { - "d": "M6 4h7a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-2" - } - ], - [ - "path", - { - "d": "M14 10h4" - } - ] - ], - "tower-off": [ - [ - "path", - { - "d": "M10 6v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2h3v-2a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v4.394a2 2 0 0 1 -.336 1.11l-1.328 1.992a2 2 0 0 0 -.336 1.11v1.394m0 4v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-7.394a2 2 0 0 0 -.336 -1.11l-1.328 -1.992a2 2 0 0 1 -.336 -1.11v-4.394" - } - ], - [ - "path", - { - "d": "M10 21v-5a2 2 0 1 1 4 0v5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "tower": [ - [ - "path", - { - "d": "M5 3h1a1 1 0 0 1 1 1v2h3v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2h3v-2a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v4.394a2 2 0 0 1 -.336 1.11l-1.328 1.992a2 2 0 0 0 -.336 1.11v7.394a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-7.394a2 2 0 0 0 -.336 -1.11l-1.328 -1.992a2 2 0 0 1 -.336 -1.11v-4.394a1 1 0 0 1 1 -1z" - } - ], - [ - "path", - { - "d": "M10 21v-5a2 2 0 1 1 4 0v5" - } - ] - ], - "track": [ - [ - "path", - { - "d": "M4 15l11 -11m5 5l-11 11m-4 -8l7 7m-3.5 -10.5l7 7m-3.5 -10.5l7 7" - } - ] - ], - "tractor": [ - [ - "path", - { - "d": "M7 15m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M7 15l0 .01" - } - ], - [ - "path", - { - "d": "M19 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M10.5 17l6.5 0" - } - ], - [ - "path", - { - "d": "M20 15.2v-4.2a1 1 0 0 0 -1 -1h-6l-2 -5h-6v6.5" - } - ], - [ - "path", - { - "d": "M18 5h-1a1 1 0 0 0 -1 1v4" - } - ] - ], - "trademark": [ - [ - "path", - { - "d": "M4.5 9h5m-2.5 0v6" - } - ], - [ - "path", - { - "d": "M13 15v-6l3 4l3 -4v6" - } - ] - ], - "traffic-cone-off": [ - [ - "path", - { - "d": "M4 20h16" - } - ], - [ - "path", - { - "d": "M9.4 10h.6m4 0h.6" - } - ], - [ - "path", - { - "d": "M7.8 15h7.2" - } - ], - [ - "path", - { - "d": "M6 20l3.5 -10.5" - } - ], - [ - "path", - { - "d": "M10.5 6.5l.5 -1.5h2l2 6m2 6l1 3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "traffic-cone": [ - [ - "path", - { - "d": "M4 20l16 0" - } - ], - [ - "path", - { - "d": "M9.4 10l5.2 0" - } - ], - [ - "path", - { - "d": "M7.8 15l8.4 0" - } - ], - [ - "path", - { - "d": "M6 20l5 -15h2l5 15" - } - ] - ], - "traffic-lights-off": [ - [ - "path", - { - "d": "M8 4c.912 -1.219 2.36 -2 4 -2a5 5 0 0 1 5 5v6m0 4a5 5 0 0 1 -10 0v-10" - } - ], - [ - "path", - { - "d": "M12 8a1 1 0 1 0 -1 -1" - } - ], - [ - "path", - { - "d": "M11.291 11.295a1 1 0 0 0 1.418 1.41" - } - ], - [ - "path", - { - "d": "M12 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "traffic-lights": [ - [ - "path", - { - "d": "M7 2m0 5a5 5 0 0 1 5 -5h0a5 5 0 0 1 5 5v10a5 5 0 0 1 -5 5h0a5 5 0 0 1 -5 -5z" - } - ], - [ - "path", - { - "d": "M12 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "train": [ - [ - "path", - { - "d": "M21 13c0 -3.87 -3.37 -7 -10 -7h-8" - } - ], - [ - "path", - { - "d": "M3 15h16a2 2 0 0 0 2 -2" - } - ], - [ - "path", - { - "d": "M3 6v5h17.5" - } - ], - [ - "path", - { - "d": "M3 10l0 4" - } - ], - [ - "path", - { - "d": "M8 11l0 -5" - } - ], - [ - "path", - { - "d": "M13 11l0 -4.5" - } - ], - [ - "path", - { - "d": "M3 19l18 0" - } - ] - ], - "transaction-bitcoin": [ - [ - "path", - { - "d": "M15 12h4.09c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2h-4.09" - } - ], - [ - "path", - { - "d": "M16 16h4" - } - ], - [ - "path", - { - "d": "M16 11v10v-9" - } - ], - [ - "path", - { - "d": "M19 11v1" - } - ], - [ - "path", - { - "d": "M19 20v1" - } - ], - [ - "path", - { - "d": "M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 5h8" - } - ], - [ - "path", - { - "d": "M7 5v8a3 3 0 0 0 3 3h1" - } - ] - ], - "transaction-dollar": [ - [ - "path", - { - "d": "M20.8 13a2 2 0 0 0 -1.8 -1h-2a2 2 0 1 0 0 4h2a2 2 0 1 1 0 4h-2a2 2 0 0 1 -1.8 -1" - } - ], - [ - "path", - { - "d": "M18 11v10" - } - ], - [ - "path", - { - "d": "M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 5h8" - } - ], - [ - "path", - { - "d": "M7 5v8a3 3 0 0 0 3 3h1" - } - ] - ], - "transaction-euro": [ - [ - "path", - { - "d": "M21 12.8c-.523 -.502 -1.172 -.8 -1.875 -.8c-1.727 0 -3.125 1.791 -3.125 4s1.398 4 3.125 4c.703 0 1.352 -.298 1.874 -.8" - } - ], - [ - "path", - { - "d": "M15 16h4" - } - ], - [ - "path", - { - "d": "M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 5h8" - } - ], - [ - "path", - { - "d": "M7 5v8a3 3 0 0 0 3 3h1" - } - ] - ], - "transaction-pound": [ - [ - "path", - { - "d": "M21 14a2 2 0 1 0 -4 0v4a2 2 0 0 1 -2 2h6" - } - ], - [ - "path", - { - "d": "M15 17h4" - } - ], - [ - "path", - { - "d": "M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 5h8" - } - ], - [ - "path", - { - "d": "M7 5v8a3 3 0 0 0 3 3h1" - } - ] - ], - "transaction-rupee": [ - [ - "path", - { - "d": "M21 12h-6h1a3 3 0 0 1 0 6h-1l3 3" - } - ], - [ - "path", - { - "d": "M15 15h6" - } - ], - [ - "path", - { - "d": "M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 5h8" - } - ], - [ - "path", - { - "d": "M7 5v8a3 3 0 0 0 3 3h1" - } - ] - ], - "transaction-yen": [ - [ - "path", - { - "d": "M15 16h6" - } - ], - [ - "path", - { - "d": "M15 12l3 4.5" - } - ], - [ - "path", - { - "d": "M21 12l-3 4.5v4.5" - } - ], - [ - "path", - { - "d": "M15 19h6" - } - ], - [ - "path", - { - "d": "M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 5h8" - } - ], - [ - "path", - { - "d": "M7 5v8a3 3 0 0 0 3 3h1" - } - ] - ], - "transaction-yuan": [ - [ - "path", - { - "d": "M15 17h6" - } - ], - [ - "path", - { - "d": "M15 12l3 4.5" - } - ], - [ - "path", - { - "d": "M21 12l-3 4.5v4.5" - } - ], - [ - "path", - { - "d": "M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M7 5h8" - } - ], - [ - "path", - { - "d": "M7 5v8a3 3 0 0 0 3 3h1" - } - ] - ], - "transfer-in": [ - [ - "path", - { - "d": "M4 18v3h16v-14l-8 -4l-8 4v3" - } - ], - [ - "path", - { - "d": "M4 14h9" - } - ], - [ - "path", - { - "d": "M10 11l3 3l-3 3" - } - ] - ], - "transfer-out": [ - [ - "path", - { - "d": "M4 19v2h16v-14l-8 -4l-8 4v2" - } - ], - [ - "path", - { - "d": "M13 14h-9" - } - ], - [ - "path", - { - "d": "M7 11l-3 3l3 3" - } - ] - ], - "transfer-vertical": [ - [ - "path", - { - "d": "M10 4v16l-6 -5.5" - } - ], - [ - "path", - { - "d": "M14 20v-16l6 5.5" - } - ] - ], - "transfer": [ - [ - "path", - { - "d": "M20 10h-16l5.5 -6" - } - ], - [ - "path", - { - "d": "M4 14h16l-5.5 6" - } - ] - ], - "transform-filled": [ - [ - "path", - { - "d": "M18 14a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M16.707 2.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.293 1.293h3.586a3 3 0 0 1 2.995 2.824l.005 .176v3a1 1 0 0 1 -1.993 .117l-.007 -.117v-3a1 1 0 0 0 -.883 -.993l-.117 -.007h-3.585l1.292 1.293a1 1 0 0 1 -1.32 1.497l-.094 -.083l-3 -3a.98 .98 0 0 1 -.28 -.872l.036 -.146l.04 -.104c.058 -.126 .14 -.24 .245 -.334l2.959 -2.958a1 1 0 0 1 1.414 0z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M3 12a1 1 0 0 1 .993 .883l.007 .117v3a1 1 0 0 0 .883 .993l.117 .007h3.585l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083l.094 .083l3 3a.98 .98 0 0 1 .28 .872l-.036 .146l-.04 .104a1.02 1.02 0 0 1 -.245 .334l-2.959 2.958a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.291 -1.293h-3.584a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-3a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M6 2a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "transform-point-bottom-left": [ - [ - "path", - { - "d": "M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M11 5h2" - } - ], - [ - "path", - { - "d": "M5 11v2" - } - ], - [ - "path", - { - "d": "M19 11v2" - } - ], - [ - "path", - { - "d": "M11 19h2" - } - ] - ], - "transform-point-bottom-right": [ - [ - "path", - { - "d": "M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M11 5h2" - } - ], - [ - "path", - { - "d": "M5 11v2" - } - ], - [ - "path", - { - "d": "M19 11v2" - } - ], - [ - "path", - { - "d": "M11 19h2" - } - ] - ], - "transform-point-top-left": [ - [ - "path", - { - "d": "M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M11 5h2" - } - ], - [ - "path", - { - "d": "M5 11v2" - } - ], - [ - "path", - { - "d": "M19 11v2" - } - ], - [ - "path", - { - "d": "M11 19h2" - } - ] - ], - "transform-point-top-right": [ - [ - "path", - { - "d": "M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M11 5h2" - } - ], - [ - "path", - { - "d": "M5 11v2" - } - ], - [ - "path", - { - "d": "M19 11v2" - } - ], - [ - "path", - { - "d": "M11 19h2" - } - ] - ], - "transform-point": [ - [ - "path", - { - "d": "M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M11 5h2" - } - ], - [ - "path", - { - "d": "M5 11v2" - } - ], - [ - "path", - { - "d": "M19 11v2" - } - ], - [ - "path", - { - "d": "M11 19h2" - } - ] - ], - "transform": [ - [ - "path", - { - "d": "M3 6a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M21 11v-3a2 2 0 0 0 -2 -2h-6l3 3m0 -6l-3 3" - } - ], - [ - "path", - { - "d": "M3 13v3a2 2 0 0 0 2 2h6l-3 -3m0 6l3 -3" - } - ], - [ - "path", - { - "d": "M15 18a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ] - ], - "transition-bottom": [ - [ - "path", - { - "d": "M21 18a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3" - } - ], - [ - "path", - { - "d": "M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v0a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M12 9v8" - } - ], - [ - "path", - { - "d": "M9 14l3 3l3 -3" - } - ] - ], - "transition-left": [ - [ - "path", - { - "d": "M6 21a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3" - } - ], - [ - "path", - { - "d": "M21 6v12a3 3 0 0 1 -6 0v-12a3 3 0 0 1 6 0z" - } - ], - [ - "path", - { - "d": "M15 12h-8" - } - ], - [ - "path", - { - "d": "M10 9l-3 3l3 3" - } - ] - ], - "transition-right": [ - [ - "path", - { - "d": "M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3" - } - ], - [ - "path", - { - "d": "M3 18v-12a3 3 0 1 1 6 0v12a3 3 0 0 1 -6 0z" - } - ], - [ - "path", - { - "d": "M9 12h8" - } - ], - [ - "path", - { - "d": "M14 15l3 -3l-3 -3" - } - ] - ], - "transition-top": [ - [ - "path", - { - "d": "M21 6a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -3 3" - } - ], - [ - "path", - { - "d": "M6 21h12a3 3 0 0 0 0 -6h-12a3 3 0 0 0 0 6z" - } - ], - [ - "path", - { - "d": "M12 15v-8" - } - ], - [ - "path", - { - "d": "M9 10l3 -3l3 3" - } - ] - ], - "trash-filled": [ - [ - "path", - { - "d": "M20 6a1 1 0 0 1 .117 1.993l-.117 .007h-.081l-.919 11a3 3 0 0 1 -2.824 2.995l-.176 .005h-8c-1.598 0 -2.904 -1.249 -2.992 -2.75l-.005 -.167l-.923 -11.083h-.08a1 1 0 0 1 -.117 -1.993l.117 -.007h16z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M14 2a2 2 0 0 1 2 2a1 1 0 0 1 -1.993 .117l-.007 -.117h-4l-.007 .117a1 1 0 0 1 -1.993 -.117a2 2 0 0 1 1.85 -1.995l.15 -.005h4z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "trash-off": [ - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M4 7h3m4 0h9" - } - ], - [ - "path", - { - "d": "M10 11l0 6" - } - ], - [ - "path", - { - "d": "M14 14l0 3" - } - ], - [ - "path", - { - "d": "M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l.077 -.923" - } - ], - [ - "path", - { - "d": "M18.384 14.373l.616 -7.373" - } - ], - [ - "path", - { - "d": "M9 5v-1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3" - } - ] - ], - "trash-x-filled": [ - [ - "path", - { - "d": "M20 6a1 1 0 0 1 .117 1.993l-.117 .007h-.081l-.919 11a3 3 0 0 1 -2.824 2.995l-.176 .005h-8c-1.598 0 -2.904 -1.249 -2.992 -2.75l-.005 -.167l-.923 -11.083h-.08a1 1 0 0 1 -.117 -1.993l.117 -.007h16zm-9.489 5.14a1 1 0 0 0 -1.218 1.567l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.497 1.32l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -1.497l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-1.293 1.292l-1.293 -1.292l-.094 -.083z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M14 2a2 2 0 0 1 2 2a1 1 0 0 1 -1.993 .117l-.007 -.117h-4l-.007 .117a1 1 0 0 1 -1.993 -.117a2 2 0 0 1 1.85 -1.995l.15 -.005h4z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "trash-x": [ - [ - "path", - { - "d": "M4 7h16" - } - ], - [ - "path", - { - "d": "M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12" - } - ], - [ - "path", - { - "d": "M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3" - } - ], - [ - "path", - { - "d": "M10 12l4 4m0 -4l-4 4" - } - ] - ], - "trash": [ - [ - "path", - { - "d": "M4 7l16 0" - } - ], - [ - "path", - { - "d": "M10 11l0 6" - } - ], - [ - "path", - { - "d": "M14 11l0 6" - } - ], - [ - "path", - { - "d": "M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12" - } - ], - [ - "path", - { - "d": "M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3" - } - ] - ], - "treadmill": [ - [ - "path", - { - "d": "M10 3a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M3 14l4 1l.5 -.5" - } - ], - [ - "path", - { - "d": "M12 18v-3l-3 -2.923l.75 -5.077" - } - ], - [ - "path", - { - "d": "M6 10v-2l4 -1l2.5 2.5l2.5 .5" - } - ], - [ - "path", - { - "d": "M21 22a1 1 0 0 0 -1 -1h-16a1 1 0 0 0 -1 1" - } - ], - [ - "path", - { - "d": "M18 21l1 -11l2 -1" - } - ] - ], - "tree": [ - [ - "path", - { - "d": "M12 13l-2 -2" - } - ], - [ - "path", - { - "d": "M12 12l2 -2" - } - ], - [ - "path", - { - "d": "M12 21v-13" - } - ], - [ - "path", - { - "d": "M9.824 16a3 3 0 0 1 -2.743 -3.69a3 3 0 0 1 .304 -4.833a3 3 0 0 1 4.615 -3.707a3 3 0 0 1 4.614 3.707a3 3 0 0 1 .305 4.833a3 3 0 0 1 -2.919 3.695h-4z" - } - ] - ], - "trees": [ - [ - "path", - { - "d": "M16 5l3 3l-2 1l4 4l-3 1l4 4h-9" - } - ], - [ - "path", - { - "d": "M15 21l0 -3" - } - ], - [ - "path", - { - "d": "M8 13l-2 -2" - } - ], - [ - "path", - { - "d": "M8 12l2 -2" - } - ], - [ - "path", - { - "d": "M8 21v-13" - } - ], - [ - "path", - { - "d": "M5.824 16a3 3 0 0 1 -2.743 -3.69a3 3 0 0 1 .304 -4.833a3 3 0 0 1 4.615 -3.707a3 3 0 0 1 4.614 3.707a3 3 0 0 1 .305 4.833a3 3 0 0 1 -2.919 3.695h-4z" - } - ] - ], - "trekking": [ - [ - "path", - { - "d": "M12 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M7 21l2 -4" - } - ], - [ - "path", - { - "d": "M13 21v-4l-3 -3l1 -6l3 4l3 2" - } - ], - [ - "path", - { - "d": "M10 14l-1.827 -1.218a2 2 0 0 1 -.831 -2.15l.28 -1.117a2 2 0 0 1 1.939 -1.515h1.439l4 1l3 -2" - } - ], - [ - "path", - { - "d": "M17 12v9" - } - ], - [ - "path", - { - "d": "M16 20h2" - } - ] - ], - "trending-down-2": [ - [ - "path", - { - "d": "M3 6h5l7 10h6" - } - ], - [ - "path", - { - "d": "M18 19l3 -3l-3 -3" - } - ] - ], - "trending-down-3": [ - [ - "path", - { - "d": "M3 6h2.397a5 5 0 0 1 4.096 2.133l4.014 5.734a5 5 0 0 0 4.096 2.133h3.397" - } - ], - [ - "path", - { - "d": "M18 19l3 -3l-3 -3" - } - ] - ], - "trending-down": [ - [ - "path", - { - "d": "M3 7l6 6l4 -4l8 8" - } - ], - [ - "path", - { - "d": "M21 10l0 7l-7 0" - } - ] - ], - "trending-up-2": [ - [ - "path", - { - "d": "M18 5l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M3 18h5l7 -10h6" - } - ] - ], - "trending-up-3": [ - [ - "path", - { - "d": "M18 5l3 3l-3 3" - } - ], - [ - "path", - { - "d": "M3 18h2.397a5 5 0 0 0 4.096 -2.133l4.014 -5.734a5 5 0 0 1 4.096 -2.133h3.397" - } - ] - ], - "trending-up": [ - [ - "path", - { - "d": "M3 17l6 -6l4 4l8 -8" - } - ], - [ - "path", - { - "d": "M14 7l7 0l0 7" - } - ] - ], - "triangle-filled": [ - [ - "path", - { - "d": "M12 1.67a2.914 2.914 0 0 0 -2.492 1.403l-8.11 13.537a2.914 2.914 0 0 0 2.484 4.385h16.225a2.914 2.914 0 0 0 2.503 -4.371l-8.116 -13.546a2.917 2.917 0 0 0 -2.494 -1.408z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "triangle-inverted-filled": [ - [ - "path", - { - "d": "M20.118 3h-16.225a2.914 2.914 0 0 0 -2.503 4.371l8.116 13.549a2.917 2.917 0 0 0 4.987 .005l8.11 -13.539a2.914 2.914 0 0 0 -2.486 -4.386z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "triangle-inverted": [ - [ - "path", - { - "d": "M10.363 20.405l-8.106 -13.534a1.914 1.914 0 0 1 1.636 -2.871h16.214a1.914 1.914 0 0 1 1.636 2.871l-8.106 13.534a1.914 1.914 0 0 1 -3.274 0z" - } - ] - ], - "triangle-minus-2": [ - [ - "path", - { - "d": "M20.48 15.016l-6.843 -11.426a1.914 1.914 0 0 0 -3.274 0l-8.106 13.535a1.914 1.914 0 0 0 1.636 2.871h8.107" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "triangle-minus": [ - [ - "path", - { - "d": "M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0v.001z" - } - ], - [ - "path", - { - "d": "M9 13h6" - } - ] - ], - "triangle-off": [ - [ - "path", - { - "d": "M7.825 7.83l-5.568 9.295a1.914 1.914 0 0 0 1.636 2.871h16.107m1.998 -1.99a1.913 1.913 0 0 0 -.255 -.88l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0l-1.028 1.718" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "triangle-plus-2": [ - [ - "path", - { - "d": "M18.69 12.027l-5.054 -8.437a1.914 1.914 0 0 0 -3.274 0l-8.105 13.535a1.914 1.914 0 0 0 1.636 2.871h8.107" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "triangle-plus": [ - [ - "path", - { - "d": "M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0v.001z" - } - ], - [ - "path", - { - "d": "M9 13h6" - } - ], - [ - "path", - { - "d": "M12 10v6" - } - ] - ], - "triangle-square-circle-filled": [ - [ - "path", - { - "d": "M11.132 2.504l-4 7a1 1 0 0 0 .868 1.496h8a1 1 0 0 0 .868 -1.496l-4 -7a1 1 0 0 0 -1.736 0z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M17 13a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M9 13h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "triangle-square-circle": [ - [ - "path", - { - "d": "M12 3l-4 7h8z" - } - ], - [ - "path", - { - "d": "M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ] - ], - "triangle": [ - [ - "path", - { - "d": "M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0z" - } - ] - ], - "triangles": [ - [ - "path", - { - "d": "M9.974 21h8.052a.975 .975 0 0 0 .81 -1.517l-4.025 -6.048a.973 .973 0 0 0 -1.622 0l-4.025 6.048a.977 .977 0 0 0 .81 1.517z" - } - ], - [ - "path", - { - "d": "M4.98 16h14.04c.542 0 .98 -.443 .98 -.989a1 1 0 0 0 -.156 -.534l-7.02 -11.023a.974 .974 0 0 0 -1.648 0l-7.02 11.023a1 1 0 0 0 .294 1.366a.973 .973 0 0 0 .53 .157z" - } - ] - ], - "trident": [ - [ - "path", - { - "d": "M3 6l2 -2v3a7 7 0 0 0 14 0v-3l2 2" - } - ], - [ - "path", - { - "d": "M12 21v-18l-2 2m4 0l-2 -2" - } - ] - ], - "trolley": [ - [ - "path", - { - "d": "M11 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M6 16l3 2" - } - ], - [ - "path", - { - "d": "M12 17l8 -12" - } - ], - [ - "path", - { - "d": "M17 10l2 1" - } - ], - [ - "path", - { - "d": "M9.592 4.695l3.306 2.104a1.3 1.3 0 0 1 .396 1.8l-3.094 4.811a1.3 1.3 0 0 1 -1.792 .394l-3.306 -2.104a1.3 1.3 0 0 1 -.396 -1.8l3.094 -4.81a1.3 1.3 0 0 1 1.792 -.394z" - } - ] - ], - "trophy-filled": [ - [ - "path", - { - "d": "M17 3a1 1 0 0 1 .993 .883l.007 .117v2.17a3 3 0 1 1 0 5.659v.171a6.002 6.002 0 0 1 -5 5.917v2.083h3a1 1 0 0 1 .117 1.993l-.117 .007h-8a1 1 0 0 1 -.117 -1.993l.117 -.007h3v-2.083a6.002 6.002 0 0 1 -4.996 -5.692l-.004 -.225v-.171a3 3 0 0 1 -3.996 -2.653l-.003 -.176l.005 -.176a3 3 0 0 1 3.995 -2.654l-.001 -2.17a1 1 0 0 1 1 -1h10zm-12 5a1 1 0 1 0 0 2a1 1 0 0 0 0 -2zm14 0a1 1 0 1 0 0 2a1 1 0 0 0 0 -2z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "trophy-off": [ - [ - "path", - { - "d": "M8 21h8" - } - ], - [ - "path", - { - "d": "M12 17v4" - } - ], - [ - "path", - { - "d": "M8 4h9" - } - ], - [ - "path", - { - "d": "M17 4v8c0 .31 -.028 .612 -.082 .905m-1.384 2.632a5 5 0 0 1 -8.534 -3.537v-5" - } - ], - [ - "path", - { - "d": "M5 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "trophy": [ - [ - "path", - { - "d": "M8 21l8 0" - } - ], - [ - "path", - { - "d": "M12 17l0 4" - } - ], - [ - "path", - { - "d": "M7 4l10 0" - } - ], - [ - "path", - { - "d": "M17 4v8a5 5 0 0 1 -10 0v-8" - } - ], - [ - "path", - { - "d": "M5 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "trowel": [ - [ - "path", - { - "d": "M14.42 9.058l-5.362 5.363a1.978 1.978 0 0 1 -3.275 -.773l-2.682 -8.044a1.978 1.978 0 0 1 2.502 -2.502l8.045 2.682a1.978 1.978 0 0 1 .773 3.274z" - } - ], - [ - "path", - { - "d": "M10 10l6.5 6.5" - } - ], - [ - "path", - { - "d": "M19.347 16.575l1.08 1.079a1.96 1.96 0 0 1 -2.773 2.772l-1.08 -1.079a1.96 1.96 0 0 1 2.773 -2.772z" - } - ] - ], - "truck-delivery": [ - [ - "path", - { - "d": "M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 17h-2v-4m-1 -8h11v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5" - } - ], - [ - "path", - { - "d": "M3 9l4 0" - } - ] - ], - "truck-loading": [ - [ - "path", - { - "d": "M2 3h1a2 2 0 0 1 2 2v10a2 2 0 0 0 2 2h15" - } - ], - [ - "path", - { - "d": "M9 6m0 3a3 3 0 0 1 3 -3h4a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-4a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M9 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M18 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "truck-off": [ - [ - "path", - { - "d": "M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M15.585 15.586a2 2 0 0 0 2.826 2.831" - } - ], - [ - "path", - { - "d": "M5 17h-2v-11a1 1 0 0 1 1 -1h1m3.96 0h4.04v4m0 4v4m-4 0h6m6 0v-6h-6m-2 -5h5l3 5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "truck-return": [ - [ - "path", - { - "d": "M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 17h-2v-11a1 1 0 0 1 1 -1h9v6h-5l2 2m0 -4l-2 2" - } - ], - [ - "path", - { - "d": "M9 17l6 0" - } - ], - [ - "path", - { - "d": "M13 6h5l3 5v6h-2" - } - ] - ], - "truck": [ - [ - "path", - { - "d": "M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M5 17h-2v-11a1 1 0 0 1 1 -1h9v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5" - } - ] - ], - "txt": [ - [ - "path", - { - "d": "M3 8h4" - } - ], - [ - "path", - { - "d": "M5 8v8" - } - ], - [ - "path", - { - "d": "M17 8h4" - } - ], - [ - "path", - { - "d": "M19 8v8" - } - ], - [ - "path", - { - "d": "M10 8l4 8" - } - ], - [ - "path", - { - "d": "M10 16l4 -8" - } - ] - ], - "typography-off": [ - [ - "path", - { - "d": "M4 20h3" - } - ], - [ - "path", - { - "d": "M14 20h6" - } - ], - [ - "path", - { - "d": "M6.9 15h6.9" - } - ], - [ - "path", - { - "d": "M13 13l3 7" - } - ], - [ - "path", - { - "d": "M5 20l4.09 -10.906" - } - ], - [ - "path", - { - "d": "M10.181 6.183l.819 -2.183h2l3.904 8.924" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "typography": [ - [ - "path", - { - "d": "M4 20l3 0" - } - ], - [ - "path", - { - "d": "M14 20l7 0" - } - ], - [ - "path", - { - "d": "M6.9 15l6.9 0" - } - ], - [ - "path", - { - "d": "M10.2 6.3l5.8 13.7" - } - ], - [ - "path", - { - "d": "M5 20l6 -16l2 0l7 16" - } - ] - ], - "ufo-off": [ - [ - "path", - { - "d": "M16.95 9.01c3.02 .739 5.05 2.123 5.05 3.714c0 1.08 -.931 2.063 -2.468 2.814m-3 1c-1.36 .295 -2.9 .462 -4.531 .462c-5.52 0 -10 -1.909 -10 -4.276c0 -1.59 2.04 -2.985 5.07 -3.724" - } - ], - [ - "path", - { - "d": "M14.69 10.686c1.388 -.355 2.31 -.976 2.31 -1.686v-.035c0 -2.742 -2.239 -4.965 -5 -4.965c-1.125 0 -2.164 .37 -3 .992m-1.707 2.297a4.925 4.925 0 0 0 -.293 1.676v.035c0 .961 1.696 1.764 3.956 1.956" - } - ], - [ - "path", - { - "d": "M15 17l2 3" - } - ], - [ - "path", - { - "d": "M8.5 17l-1.5 3" - } - ], - [ - "path", - { - "d": "M12 14h.01" - } - ], - [ - "path", - { - "d": "M7 13h.01" - } - ], - [ - "path", - { - "d": "M17 13h.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "ufo": [ - [ - "path", - { - "d": "M16.95 9.01c3.02 .739 5.05 2.123 5.05 3.714c0 2.367 -4.48 4.276 -10 4.276s-10 -1.909 -10 -4.276c0 -1.59 2.04 -2.985 5.07 -3.724" - } - ], - [ - "path", - { - "d": "M7 9c0 1.105 2.239 2 5 2s5 -.895 5 -2v-.035c0 -2.742 -2.239 -4.965 -5 -4.965s-5 2.223 -5 4.965v.035" - } - ], - [ - "path", - { - "d": "M15 17l2 3" - } - ], - [ - "path", - { - "d": "M8.5 17l-1.5 3" - } - ], - [ - "path", - { - "d": "M12 14h.01" - } - ], - [ - "path", - { - "d": "M7 13h.01" - } - ], - [ - "path", - { - "d": "M17 13h.01" - } - ] - ], - "umbrella-filled": [ - [ - "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", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "umbrella-off": [ - [ - "path", - { - "d": "M12 12h-8c0 -2.209 .895 -4.208 2.342 -5.656m2.382 -1.645a8 8 0 0 1 11.276 7.301l-4 0" - } - ], - [ - "path", - { - "d": "M12 12v6a2 2 0 1 0 4 0" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "umbrella": [ - [ - "path", - { - "d": "M4 12a8 8 0 0 1 16 0z" - } - ], - [ - "path", - { - "d": "M12 12v6a2 2 0 0 0 4 0" - } - ] - ], - "underline": [ - [ - "path", - { - "d": "M7 5v5a5 5 0 0 0 10 0v-5" - } - ], - [ - "path", - { - "d": "M5 19h14" - } - ] - ], - "universe": [ - [ - "path", - { - "d": "M7.027 11.477a5 5 0 1 0 5.496 -4.45a4.951 4.951 0 0 0 -3.088 .681" - } - ], - [ - "path", - { - "d": "M5.636 5.636a9 9 0 1 0 3.555 -2.188" - } - ], - [ - "path", - { - "d": "M18 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M9 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "unlink": [ - [ - "path", - { - "d": "M17 22v-2" - } - ], - [ - "path", - { - "d": "M9 15l6 -6" - } - ], - [ - "path", - { - "d": "M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" - } - ], - [ - "path", - { - "d": "M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" - } - ], - [ - "path", - { - "d": "M20 17h2" - } - ], - [ - "path", - { - "d": "M2 7h2" - } - ], - [ - "path", - { - "d": "M7 2v2" - } - ] - ], - "upload": [ - [ - "path", - { - "d": "M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M7 9l5 -5l5 5" - } - ], - [ - "path", - { - "d": "M12 4l0 12" - } - ] - ], - "urgent": [ - [ - "path", - { - "d": "M8 16v-4a4 4 0 0 1 8 0v4" - } - ], - [ - "path", - { - "d": "M3 12h1m8 -9v1m8 8h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7" - } - ], - [ - "path", - { - "d": "M6 16m0 1a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z" - } - ] - ], - "usb": [ - [ - "path", - { - "d": "M12 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M12 17v-11.5" - } - ], - [ - "path", - { - "d": "M7 10v3l5 3" - } - ], - [ - "path", - { - "d": "M12 14.5l5 -2v-2.5" - } - ], - [ - "path", - { - "d": "M16 10h2v-2h-2z" - } - ], - [ - "path", - { - "d": "M7 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M10 5.5h4l-2 -2.5z" - } - ] - ], - "user-bolt": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h4c.267 0 .529 .026 .781 .076" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "user-cancel": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h3.5" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "user-check": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h4" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "user-circle": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 10m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M6.168 18.849a4 4 0 0 1 3.832 -2.849h4a4 4 0 0 1 3.834 2.855" - } - ] - ], - "user-code": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h3.5" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "user-cog": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h2.5" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "user-dollar": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h3" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "user-down": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h4c.342 0 .674 .043 .99 .124" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "user-edit": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h3.5" - } - ], - [ - "path", - { - "d": "M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" - } - ] - ], - "user-exclamation": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h4c.348 0 .686 .045 1.008 .128" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "user-filled": [ - [ - "path", - { - "d": "M12 2a5 5 0 1 1 -5 5l.005 -.217a5 5 0 0 1 4.995 -4.783z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "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", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "user-heart": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h.5" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "user-hexagon": [ - [ - "path", - { - "d": "M12 13a3 3 0 1 0 0 -6a3 3 0 0 0 0 6z" - } - ], - [ - "path", - { - "d": "M6.201 18.744a4 4 0 0 1 3.799 -2.744h4a4 4 0 0 1 3.798 2.741" - } - ], - [ - "path", - { - "d": "M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" - } - ] - ], - "user-minus": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h4c.348 0 .686 .045 1.009 .128" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "user-off": [ - [ - "path", - { - "d": "M8.18 8.189a4.01 4.01 0 0 0 2.616 2.627m3.507 -.545a4 4 0 1 0 -5.59 -5.552" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h4c.412 0 .81 .062 1.183 .178m2.633 2.618c.12 .38 .184 .785 .184 1.204v2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "user-pause": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h3.5" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "user-pentagon": [ - [ - "path", - { - "d": "M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" - } - ], - [ - "path", - { - "d": "M12 13a3 3 0 1 0 0 -6a3 3 0 0 0 0 6z" - } - ], - [ - "path", - { - "d": "M6 20.703v-.703a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v.707" - } - ] - ], - "user-pin": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h2.5" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "user-plus": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h4" - } - ] - ], - "user-question": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h3.5" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "user-scan": [ - [ - "path", - { - "d": "M10 9a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M8 16a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2" - } - ] - ], - "user-search": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h1.5" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "user-share": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h3" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "user-shield": [ - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h2" - } - ], - [ - "path", - { - "d": "M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5z" - } - ], - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ] - ], - "user-square-rounded": [ - [ - "path", - { - "d": "M12 13a3 3 0 1 0 0 -6a3 3 0 0 0 0 6z" - } - ], - [ - "path", - { - "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" - } - ], - [ - "path", - { - "d": "M6 20.05v-.05a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v.05" - } - ] - ], - "user-square": [ - [ - "path", - { - "d": "M9 10a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M6 21v-1a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v1" - } - ], - [ - "path", - { - "d": "M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" - } - ] - ], - "user-star": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h.5" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "user-up": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h4" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "user-x": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h3.5" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "user": [ - [ - "path", - { - "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" - } - ] - ], - "users-group": [ - [ - "path", - { - "d": "M10 13a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M8 21v-1a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v1" - } - ], - [ - "path", - { - "d": "M15 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M17 10h2a2 2 0 0 1 2 2v1" - } - ], - [ - "path", - { - "d": "M5 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" - } - ], - [ - "path", - { - "d": "M3 13v-1a2 2 0 0 1 2 -2h2" - } - ] - ], - "users-minus": [ - [ - "path", - { - "d": "M5 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M3 21v-2a4 4 0 0 1 4 -4h4c.948 0 1.818 .33 2.504 .88" - } - ], - [ - "path", - { - "d": "M16 3.13a4 4 0 0 1 0 7.75" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "users-plus": [ - [ - "path", - { - "d": "M5 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" - } - ], - [ - "path", - { - "d": "M3 21v-2a4 4 0 0 1 4 -4h4c.96 0 1.84 .338 2.53 .901" - } - ], - [ - "path", - { - "d": "M16 3.13a4 4 0 0 1 0 7.75" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "users": [ - [ - "path", - { - "d": "M9 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" - } - ], - [ - "path", - { - "d": "M16 3.13a4 4 0 0 1 0 7.75" - } - ], - [ - "path", - { - "d": "M21 21v-2a4 4 0 0 0 -3 -3.85" - } - ] - ], - "uv-index": [ - [ - "path", - { - "d": "M3 12h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 1 1 8 0" - } - ], - [ - "path", - { - "d": "M12 4v-1" - } - ], - [ - "path", - { - "d": "M13 16l2 5h1l2 -5" - } - ], - [ - "path", - { - "d": "M6 16v3a2 2 0 1 0 4 0v-3" - } - ] - ], - "ux-circle": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M7 10v2a2 2 0 1 0 4 0v-2" - } - ], - [ - "path", - { - "d": "M14 10l3 4" - } - ], - [ - "path", - { - "d": "M14 14l3 -4" - } - ] - ], - "vaccine-bottle-off": [ - [ - "path", - { - "d": "M9 5v-1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-4" - } - ], - [ - "path", - { - "d": "M8.7 8.705a1.806 1.806 0 0 1 -.2 .045c-.866 .144 -1.5 .893 -1.5 1.77v8.48a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-2m0 -4v-2.48c0 -.877 -.634 -1.626 -1.5 -1.77a1.795 1.795 0 0 1 -1.5 -1.77v-.98" - } - ], - [ - "path", - { - "d": "M7 12h5m4 0h1" - } - ], - [ - "path", - { - "d": "M7 18h10" - } - ], - [ - "path", - { - "d": "M11 15h2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "vaccine-bottle": [ - [ - "path", - { - "d": "M9 3m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M10 6v.98c0 .877 -.634 1.626 -1.5 1.77c-.866 .144 -1.5 .893 -1.5 1.77v8.48a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-8.48c0 -.877 -.634 -1.626 -1.5 -1.77a1.795 1.795 0 0 1 -1.5 -1.77v-.98" - } - ], - [ - "path", - { - "d": "M7 12h10" - } - ], - [ - "path", - { - "d": "M7 18h10" - } - ], - [ - "path", - { - "d": "M11 15h2" - } - ] - ], - "vaccine-off": [ - [ - "path", - { - "d": "M17 3l4 4" - } - ], - [ - "path", - { - "d": "M19 5l-4.5 4.5" - } - ], - [ - "path", - { - "d": "M11.5 6.5l6 6" - } - ], - [ - "path", - { - "d": "M16.5 11.5l-.5 .5m-2 2l-4 4h-4v-4l4 -4m2 -2l.5 -.5" - } - ], - [ - "path", - { - "d": "M7.5 12.5l1.5 1.5" - } - ], - [ - "path", - { - "d": "M3 21l3 -3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "vaccine": [ - [ - "path", - { - "d": "M17 3l4 4" - } - ], - [ - "path", - { - "d": "M19 5l-4.5 4.5" - } - ], - [ - "path", - { - "d": "M11.5 6.5l6 6" - } - ], - [ - "path", - { - "d": "M16.5 11.5l-6.5 6.5h-4v-4l6.5 -6.5" - } - ], - [ - "path", - { - "d": "M7.5 12.5l1.5 1.5" - } - ], - [ - "path", - { - "d": "M10.5 9.5l1.5 1.5" - } - ], - [ - "path", - { - "d": "M3 21l3 -3" - } - ] - ], - "vacuum-cleaner": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z" - } - ], - [ - "path", - { - "d": "M14 9a2 2 0 1 1 -4 0a2 2 0 0 1 4 0z" - } - ], - [ - "path", - { - "d": "M12 16h.01" - } - ] - ], - "variable-minus": [ - [ - "path", - { - "d": "M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5" - } - ], - [ - "path", - { - "d": "M5 4c-2.5 5 -2.5 10 0 16m14 -16c1.775 3.55 2.29 7.102 1.544 11.01m-11.544 -6.01h1c1 0 1 1 2.016 3.527c.782 1.966 .943 3 1.478 3.343" - } - ], - [ - "path", - { - "d": "M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "variable-off": [ - [ - "path", - { - "d": "M4.675 4.68c-2.17 4.776 -2.062 9.592 .325 15.32" - } - ], - [ - "path", - { - "d": "M19 4c1.959 3.917 2.383 7.834 1.272 12.232m-.983 3.051c-.093 .238 -.189 .477 -.289 .717" - } - ], - [ - "path", - { - "d": "M11.696 11.696c.095 .257 .2 .533 .32 .831c.984 2.473 .984 3.473 1.984 3.473h1" - } - ], - [ - "path", - { - "d": "M8 16c1.5 0 3 -2 4 -3.5m2.022 -2.514c.629 -.582 1.304 -.986 1.978 -.986" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "variable-plus": [ - [ - "path", - { - "d": "M5 4c-2.5 5 -2.5 10 0 16m14 -16c1.38 2.76 2 5.52 1.855 8.448m-11.855 -3.448h1c1 0 1 1 2.016 3.527c.785 1.972 .944 3.008 1.483 3.346" - } - ], - [ - "path", - { - "d": "M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "variable": [ - [ - "path", - { - "d": "M5 4c-2.5 5 -2.5 10 0 16m14 -16c2.5 5 2.5 10 0 16m-10 -11h1c1 0 1 1 2.016 3.527c.984 2.473 .984 3.473 1.984 3.473h1" - } - ], - [ - "path", - { - "d": "M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5" - } - ] - ], - "vector-bezier-2": [ - [ - "path", - { - "d": "M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M7 5l7 0" - } - ], - [ - "path", - { - "d": "M10 19l7 0" - } - ], - [ - "path", - { - "d": "M9 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M15 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M7 5.5a5 6.5 0 0 1 5 6.5a5 6.5 0 0 0 5 6.5" - } - ] - ], - "vector-bezier-arc": [ - [ - "path", - { - "d": "M3 10m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 10m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M10 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M10 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M19 10a5 5 0 0 0 -5 -5" - } - ], - [ - "path", - { - "d": "M5 14a5 5 0 0 0 5 5" - } - ], - [ - "path", - { - "d": "M5 10a5 5 0 0 1 5 -5" - } - ] - ], - "vector-bezier-circle": [ - [ - "path", - { - "d": "M3 10m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 10m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M10 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M10 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M19 10a5 5 0 0 0 -5 -5" - } - ], - [ - "path", - { - "d": "M19 14a5 5 0 0 1 -5 5" - } - ], - [ - "path", - { - "d": "M5 14a5 5 0 0 0 5 5" - } - ], - [ - "path", - { - "d": "M5 10a5 5 0 0 1 5 -5" - } - ] - ], - "vector-bezier": [ - [ - "path", - { - "d": "M3 14m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 14m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M10 6m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M10 8.5a6 6 0 0 0 -5 5.5" - } - ], - [ - "path", - { - "d": "M14 8.5a6 6 0 0 1 5 5.5" - } - ], - [ - "path", - { - "d": "M10 8l-6 0" - } - ], - [ - "path", - { - "d": "M20 8l-6 0" - } - ], - [ - "path", - { - "d": "M3 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M21 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ] - ], - "vector-off": [ - [ - "path", - { - "d": "M6.68 6.733a1 1 0 0 1 -.68 .267h-2a1 1 0 0 1 -1 -1v-2c0 -.276 .112 -.527 .293 -.708" - } - ], - [ - "path", - { - "d": "M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M20.72 20.693a1 1 0 0 1 -.72 .307h-2a1 1 0 0 1 -1 -1v-2c0 -.282 .116 -.536 .304 -.718" - } - ], - [ - "path", - { - "d": "M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M5 7v10" - } - ], - [ - "path", - { - "d": "M19 7v8" - } - ], - [ - "path", - { - "d": "M9 5h8" - } - ], - [ - "path", - { - "d": "M7 19h10" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "vector-spline": [ - [ - "path", - { - "d": "M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 5c-6.627 0 -12 5.373 -12 12" - } - ] - ], - "vector-triangle-off": [ - [ - "path", - { - "d": "M10 6v-1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1" - } - ], - [ - "path", - { - "d": "M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M20.705 20.709a1 1 0 0 1 -.705 .291h-2a1 1 0 0 1 -1 -1v-2c0 -.28 .115 -.532 .3 -.714" - } - ], - [ - "path", - { - "d": "M6.5 17.1l3.749 -6.823" - } - ], - [ - "path", - { - "d": "M13.158 9.197l-.658 -1.197" - } - ], - [ - "path", - { - "d": "M7 19h10" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "vector-triangle": [ - [ - "path", - { - "d": "M10 4m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M6.5 17.1l5 -9.1" - } - ], - [ - "path", - { - "d": "M17.5 17.1l-5 -9.1" - } - ], - [ - "path", - { - "d": "M7 19l10 0" - } - ] - ], - "vector": [ - [ - "path", - { - "d": "M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M5 7l0 10" - } - ], - [ - "path", - { - "d": "M19 7l0 10" - } - ], - [ - "path", - { - "d": "M7 5l10 0" - } - ], - [ - "path", - { - "d": "M7 19l10 0" - } - ] - ], - "venus": [ - [ - "path", - { - "d": "M12 9m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M12 14l0 7" - } - ], - [ - "path", - { - "d": "M9 18l6 0" - } - ] - ], - "versions-filled": [ - [ - "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", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "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", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "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", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "versions-off": [ - [ - "path", - { - "d": "M10.184 6.162a2 2 0 0 1 1.816 -1.162h6a2 2 0 0 1 2 2v9m-1.185 2.827a1.993 1.993 0 0 1 -.815 .173h-6a2 2 0 0 1 -2 -2v-7" - } - ], - [ - "path", - { - "d": "M7 7v10" - } - ], - [ - "path", - { - "d": "M4 8v8" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "versions": [ - [ - "path", - { - "d": "M10 5m0 2a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 7l0 10" - } - ], - [ - "path", - { - "d": "M4 8l0 8" - } - ] - ], - "video-minus": [ - [ - "path", - { - "d": "M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" - } - ], - [ - "path", - { - "d": "M3 6m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 12l4 0" - } - ] - ], - "video-off": [ - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M15 11v-1l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -.675 .946" - } - ], - [ - "path", - { - "d": "M10 6h3a2 2 0 0 1 2 2v3m0 4v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h1" - } - ] - ], - "video-plus": [ - [ - "path", - { - "d": "M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" - } - ], - [ - "path", - { - "d": "M3 6m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M7 12l4 0" - } - ], - [ - "path", - { - "d": "M9 10l0 4" - } - ] - ], - "video": [ - [ - "path", - { - "d": "M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" - } - ], - [ - "path", - { - "d": "M3 6m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" - } - ] - ], - "view-360-off": [ - [ - "path", - { - "d": "M8.335 8.388a19 19 0 0 0 -.335 3.612c0 4.97 1.79 9 4 9c1.622 0 3.018 -2.172 3.646 -5.294m.354 -3.706c0 -4.97 -1.79 -9 -4 -9c-1.035 0 -1.979 .885 -2.689 2.337" - } - ], - [ - "path", - { - "d": "M5.65 5.623a9 9 0 1 0 12.71 12.745m1.684 -2.328a9 9 0 0 0 -12.094 -12.08" - } - ], - [ - "path", - { - "d": "M8.32 8.349c-3.136 .625 -5.32 2.025 -5.32 3.651c0 2.21 4.03 4 9 4c1.286 0 2.51 -.12 3.616 -.336m3.059 -.98c1.445 -.711 2.325 -1.653 2.325 -2.684c0 -2.21 -4.03 -4 -9 -4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "view-360": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12m-4 0a4 9 0 1 0 8 0a4 9 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M3 12c0 2.21 4.03 4 9 4s9 -1.79 9 -4s-4.03 -4 -9 -4s-9 1.79 -9 4z" - } - ] - ], - "viewfinder-off": [ - [ - "path", - { - "d": "M5.65 5.623a9 9 0 1 0 12.71 12.745m1.684 -2.328a9 9 0 0 0 -12.094 -12.08" - } - ], - [ - "path", - { - "d": "M12 3v4" - } - ], - [ - "path", - { - "d": "M12 21v-3" - } - ], - [ - "path", - { - "d": "M3 12h4" - } - ], - [ - "path", - { - "d": "M21 12h-3" - } - ], - [ - "path", - { - "d": "M12 12v.01" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "viewfinder": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 3l0 4" - } - ], - [ - "path", - { - "d": "M12 21l0 -3" - } - ], - [ - "path", - { - "d": "M3 12l4 0" - } - ], - [ - "path", - { - "d": "M21 12l-3 0" - } - ], - [ - "path", - { - "d": "M12 12l0 .01" - } - ] - ], - "viewport-narrow": [ - [ - "path", - { - "d": "M3 12h7l-3 -3m0 6l3 -3" - } - ], - [ - "path", - { - "d": "M21 12h-7l3 -3m0 6l-3 -3" - } - ], - [ - "path", - { - "d": "M9 6v-3h6v3" - } - ], - [ - "path", - { - "d": "M9 18v3h6v-3" - } - ] - ], - "viewport-wide": [ - [ - "path", - { - "d": "M10 12h-7l3 -3m0 6l-3 -3" - } - ], - [ - "path", - { - "d": "M14 12h7l-3 -3m0 6l3 -3" - } - ], - [ - "path", - { - "d": "M3 6v-3h18v3" - } - ], - [ - "path", - { - "d": "M3 18v3h18v-3" - } - ] - ], - "vinyl": [ - [ - "path", - { - "d": "M16 3.937a9 9 0 1 0 5 8.063" - } - ], - [ - "path", - { - "d": "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M20 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M20 4l-3.5 10l-2.5 2" - } - ] - ], - "vip-off": [ - [ - "path", - { - "d": "M3 5h2m4 0h12" - } - ], - [ - "path", - { - "d": "M3 19h16" - } - ], - [ - "path", - { - "d": "M4 9l2 6h1l2 -6" - } - ], - [ - "path", - { - "d": "M12 12v3" - } - ], - [ - "path", - { - "d": "M16 12v-3h2a2 2 0 1 1 0 4h-1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "vip": [ - [ - "path", - { - "d": "M3 5h18" - } - ], - [ - "path", - { - "d": "M3 19h18" - } - ], - [ - "path", - { - "d": "M4 9l2 6h1l2 -6" - } - ], - [ - "path", - { - "d": "M12 9v6" - } - ], - [ - "path", - { - "d": "M16 15v-6h2a2 2 0 1 1 0 4h-2" - } - ] - ], - "virus-off": [ - [ - "path", - { - "d": "M3 3l18 18" - } - ], - [ - "path", - { - "d": "M8.469 8.46a5 5 0 0 0 7.058 7.084" - } - ], - [ - "path", - { - "d": "M16.913 12.936a5 5 0 0 0 -5.826 -5.853" - } - ], - [ - "path", - { - "d": "M12 7v-4" - } - ], - [ - "path", - { - "d": "M11 3h2" - } - ], - [ - "path", - { - "d": "M15.536 8.464l2.828 -2.828" - } - ], - [ - "path", - { - "d": "M17.657 4.929l1.414 1.414" - } - ], - [ - "path", - { - "d": "M17 12h4" - } - ], - [ - "path", - { - "d": "M21 11v2" - } - ], - [ - "path", - { - "d": "M18.364 18.363l-.707 .707" - } - ], - [ - "path", - { - "d": "M12 17v4" - } - ], - [ - "path", - { - "d": "M13 21h-2" - } - ], - [ - "path", - { - "d": "M8.465 15.536l-2.829 2.828" - } - ], - [ - "path", - { - "d": "M6.343 19.071l-1.413 -1.414" - } - ], - [ - "path", - { - "d": "M7 12h-4" - } - ], - [ - "path", - { - "d": "M3 13v-2" - } - ], - [ - "path", - { - "d": "M5.636 5.637l-.707 .707" - } - ] - ], - "virus-search": [ - [ - "path", - { - "d": "M17 12a5 5 0 1 0 -5 5" - } - ], - [ - "path", - { - "d": "M12 7v-4" - } - ], - [ - "path", - { - "d": "M11 3h2" - } - ], - [ - "path", - { - "d": "M15.536 8.464l2.828 -2.828" - } - ], - [ - "path", - { - "d": "M17.657 4.929l1.414 1.414" - } - ], - [ - "path", - { - "d": "M17 12h4" - } - ], - [ - "path", - { - "d": "M21 11v2" - } - ], - [ - "path", - { - "d": "M12 17v4" - } - ], - [ - "path", - { - "d": "M13 21h-2" - } - ], - [ - "path", - { - "d": "M8.465 15.536l-2.829 2.828" - } - ], - [ - "path", - { - "d": "M6.343 19.071l-1.413 -1.414" - } - ], - [ - "path", - { - "d": "M7 12h-4" - } - ], - [ - "path", - { - "d": "M3 13v-2" - } - ], - [ - "path", - { - "d": "M8.464 8.464l-2.828 -2.828" - } - ], - [ - "path", - { - "d": "M4.929 6.343l1.414 -1.413" - } - ], - [ - "path", - { - "d": "M17.5 17.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" - } - ], - [ - "path", - { - "d": "M19.5 19.5l2.5 2.5" - } - ] - ], - "virus": [ - [ - "path", - { - "d": "M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M12 7v-4" - } - ], - [ - "path", - { - "d": "M11 3h2" - } - ], - [ - "path", - { - "d": "M15.536 8.464l2.828 -2.828" - } - ], - [ - "path", - { - "d": "M17.657 4.929l1.414 1.414" - } - ], - [ - "path", - { - "d": "M17 12h4" - } - ], - [ - "path", - { - "d": "M21 11v2" - } - ], - [ - "path", - { - "d": "M15.535 15.536l2.829 2.828" - } - ], - [ - "path", - { - "d": "M19.071 17.657l-1.414 1.414" - } - ], - [ - "path", - { - "d": "M12 17v4" - } - ], - [ - "path", - { - "d": "M13 21h-2" - } - ], - [ - "path", - { - "d": "M8.465 15.536l-2.829 2.828" - } - ], - [ - "path", - { - "d": "M6.343 19.071l-1.413 -1.414" - } - ], - [ - "path", - { - "d": "M7 12h-4" - } - ], - [ - "path", - { - "d": "M3 13v-2" - } - ], - [ - "path", - { - "d": "M8.464 8.464l-2.828 -2.828" - } - ], - [ - "path", - { - "d": "M4.929 6.343l1.414 -1.413" - } - ] - ], - "vocabulary-off": [ - [ - "path", - { - "d": "M7 3h3a2 2 0 0 1 2 2a2 2 0 0 1 2 -2h6a1 1 0 0 1 1 1v13m-2 2h-5a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2h-6a1 1 0 0 1 -1 -1v-14c0 -.279 .114 -.53 .298 -.712" - } - ], - [ - "path", - { - "d": "M12 5v3m0 4v9" - } - ], - [ - "path", - { - "d": "M7 11h1" - } - ], - [ - "path", - { - "d": "M16 7h1" - } - ], - [ - "path", - { - "d": "M16 11h1" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "vocabulary": [ - [ - "path", - { - "d": "M10 19h-6a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1h6a2 2 0 0 1 2 2a2 2 0 0 1 2 -2h6a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-6a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 5v16" - } - ], - [ - "path", - { - "d": "M7 7h1" - } - ], - [ - "path", - { - "d": "M7 11h1" - } - ], - [ - "path", - { - "d": "M16 7h1" - } - ], - [ - "path", - { - "d": "M16 11h1" - } - ], - [ - "path", - { - "d": "M16 15h1" - } - ] - ], - "volcano": [ - [ - "path", - { - "d": "M9 8v-1a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M15 8v-1a2 2 0 1 1 4 0" - } - ], - [ - "path", - { - "d": "M4 20l3.472 -7.812a2 2 0 0 1 1.828 -1.188h5.4a2 2 0 0 1 1.828 1.188l3.472 7.812" - } - ], - [ - "path", - { - "d": "M6.192 15.064a2.14 2.14 0 0 1 .475 -.064c.527 -.009 1.026 .178 1.333 .5c.307 .32 .806 .507 1.333 .5c.527 .007 1.026 -.18 1.334 -.5c.307 -.322 .806 -.509 1.333 -.5c.527 -.009 1.026 .178 1.333 .5c.308 .32 .807 .507 1.334 .5c.527 .007 1.026 -.18 1.333 -.5c.307 -.322 .806 -.509 1.333 -.5c.161 .003 .32 .025 .472 .064" - } - ], - [ - "path", - { - "d": "M12 8v-4" - } - ] - ], - "volume-2": [ - [ - "path", - { - "d": "M15 8a5 5 0 0 1 0 8" - } - ], - [ - "path", - { - "d": "M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8 .8 0 0 1 1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5" - } - ] - ], - "volume-3": [ - [ - "path", - { - "d": "M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8 .8 0 0 1 1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5" - } - ], - [ - "path", - { - "d": "M16 10l4 4m0 -4l-4 4" - } - ] - ], - "volume-off": [ - [ - "path", - { - "d": "M15 8a5 5 0 0 1 1.912 4.934m-1.377 2.602a5 5 0 0 1 -.535 .464" - } - ], - [ - "path", - { - "d": "M17.7 5a9 9 0 0 1 2.362 11.086m-1.676 2.299a9 9 0 0 1 -.686 .615" - } - ], - [ - "path", - { - "d": "M9.069 5.054l.431 -.554a.8 .8 0 0 1 1.5 .5v2m0 4v8a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l1.294 -1.664" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "volume": [ - [ - "path", - { - "d": "M15 8a5 5 0 0 1 0 8" - } - ], - [ - "path", - { - "d": "M17.7 5a9 9 0 0 1 0 14" - } - ], - [ - "path", - { - "d": "M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8 .8 0 0 1 1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5" - } - ] - ], - "vs": [ - [ - "path", - { - "d": "M2 12c0 5.523 4.477 10 10 10s10 -4.477 10 -10s-4.477 -10 -10 -10s-10 4.477 -10 10" - } - ], - [ - "path", - { - "d": "M14 14.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" - } - ], - [ - "path", - { - "d": "M7 9l2 6l2 -6" - } - ] - ], - "walk": [ - [ - "path", - { - "d": "M13 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M7 21l3 -4" - } - ], - [ - "path", - { - "d": "M16 21l-2 -4l-3 -3l1 -6" - } - ], - [ - "path", - { - "d": "M6 12l2 -3l4 -1l3 3l3 1" - } - ] - ], - "wall-off": [ - [ - "path", - { - "d": "M8 4h10a2 2 0 0 1 2 2v10m-.589 3.417c-.361 .36 -.86 .583 -1.411 .583h-12a2 2 0 0 1 -2 -2v-12c0 -.55 .222 -1.047 .58 -1.409" - } - ], - [ - "path", - { - "d": "M4 8h4m4 0h8" - } - ], - [ - "path", - { - "d": "M20 12h-4m-4 0h-8" - } - ], - [ - "path", - { - "d": "M4 16h12" - } - ], - [ - "path", - { - "d": "M9 4v1" - } - ], - [ - "path", - { - "d": "M14 8v2" - } - ], - [ - "path", - { - "d": "M8 12v4" - } - ], - [ - "path", - { - "d": "M11 16v4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "wall": [ - [ - "path", - { - "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M4 8h16" - } - ], - [ - "path", - { - "d": "M20 12h-16" - } - ], - [ - "path", - { - "d": "M4 16h16" - } - ], - [ - "path", - { - "d": "M9 4v4" - } - ], - [ - "path", - { - "d": "M14 8v4" - } - ], - [ - "path", - { - "d": "M8 12v4" - } - ], - [ - "path", - { - "d": "M16 12v4" - } - ], - [ - "path", - { - "d": "M11 16v4" - } - ] - ], - "wallet-off": [ - [ - "path", - { - "d": "M17 8v-3a1 1 0 0 0 -1 -1h-8m-3.413 .584a2 2 0 0 0 1.413 3.416h2m4 0h6a1 1 0 0 1 1 1v3" - } - ], - [ - "path", - { - "d": "M19 19a1 1 0 0 1 -1 1h-12a2 2 0 0 1 -2 -2v-12" - } - ], - [ - "path", - { - "d": "M16 12h4v4m-4 0a2 2 0 0 1 -2 -2" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "wallet": [ - [ - "path", - { - "d": "M17 8v-3a1 1 0 0 0 -1 -1h-10a2 2 0 0 0 0 4h12a1 1 0 0 1 1 1v3m0 4v3a1 1 0 0 1 -1 1h-12a2 2 0 0 1 -2 -2v-12" - } - ], - [ - "path", - { - "d": "M20 12v4h-4a2 2 0 0 1 0 -4h4" - } - ] - ], - "wallpaper-off": [ - [ - "path", - { - "d": "M10 6h8a2 2 0 0 1 2 2v8m-.58 3.409a2 2 0 0 1 -1.42 .591h-12" - } - ], - [ - "path", - { - "d": "M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M8 18v-10m-3.427 -3.402c-.353 .362 -.573 .856 -.573 1.402v12" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "wallpaper": [ - [ - "path", - { - "d": "M8 6h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-12" - } - ], - [ - "path", - { - "d": "M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M8 18v-12a2 2 0 1 0 -4 0v12" - } - ] - ], - "wand-off": [ - [ - "path", - { - "d": "M10.5 10.5l-7.5 7.5l3 3l7.5 -7.5m2 -2l5.5 -5.5l-3 -3l-5.5 5.5" - } - ], - [ - "path", - { - "d": "M15 6l3 3" - } - ], - [ - "path", - { - "d": "M8.433 4.395c.35 -.36 .567 -.852 .567 -1.395a2 2 0 0 0 2 2c-.554 0 -1.055 .225 -1.417 .589" - } - ], - [ - "path", - { - "d": "M18.418 14.41c.36 -.36 .582 -.86 .582 -1.41a2 2 0 0 0 2 2c-.555 0 -1.056 .226 -1.419 .59" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "wand": [ - [ - "path", - { - "d": "M6 21l15 -15l-3 -3l-15 15l3 3" - } - ], - [ - "path", - { - "d": "M15 6l3 3" - } - ], - [ - "path", - { - "d": "M9 3a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2" - } - ], - [ - "path", - { - "d": "M19 13a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2" - } - ] - ], - "wash-dry-1": [ - [ - "path", - { - "d": "M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" - } - ], - [ - "path", - { - "d": "M12 12h.01" - } - ] - ], - "wash-dry-2": [ - [ - "path", - { - "d": "M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" - } - ], - [ - "path", - { - "d": "M10 12h.01" - } - ], - [ - "path", - { - "d": "M14 12h.01" - } - ] - ], - "wash-dry-3": [ - [ - "path", - { - "d": "M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" - } - ], - [ - "path", - { - "d": "M12 12h.01" - } - ], - [ - "path", - { - "d": "M9 12h.01" - } - ], - [ - "path", - { - "d": "M15 12h.01" - } - ] - ], - "wash-dry-a": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M9 16v-4.8c0 -1.657 1.343 -3.2 3 -3.2s3 1.543 3 3.2v4.8" - } - ], - [ - "path", - { - "d": "M15 13h-6" - } - ] - ], - "wash-dry-dip": [ - [ - "path", - { - "d": "M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M12 7v10" - } - ], - [ - "path", - { - "d": "M16 7v10" - } - ], - [ - "path", - { - "d": "M8 7v10" - } - ] - ], - "wash-dry-f": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 16v-8h4" - } - ], - [ - "path", - { - "d": "M13 12h-3" - } - ] - ], - "wash-dry-flat": [ - [ - "path", - { - "d": "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12z" - } - ], - [ - "path", - { - "d": "M7 12h10" - } - ] - ], - "wash-dry-hang": [ - [ - "path", - { - "d": "M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M4 4.01c5.333 5.323 10.667 5.32 16 -.01" - } - ] - ], - "wash-dry-off": [ - [ - "path", - { - "d": "M20.116 20.127a2.99 2.99 0 0 1 -2.116 .873h-12a3 3 0 0 1 -3 -3v-12c0 -.827 .335 -1.576 .877 -2.12m3.123 -.88h11a3 3 0 0 1 3 3v11" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "wash-dry-p": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M10 16v-8h2.5a2.5 2.5 0 1 1 0 5h-2.5" - } - ] - ], - "wash-dry-shade": [ - [ - "path", - { - "d": "M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M3 11l8 -8" - } - ], - [ - "path", - { - "d": "M3 17l14 -14" - } - ] - ], - "wash-dry-w": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M8 8l1.5 8h1l1.5 -6l1.5 6h1l1.5 -8" - } - ] - ], - "wash-dry": [ - [ - "path", - { - "d": "M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ] - ], - "wash-dryclean-off": [ - [ - "path", - { - "d": "M20.048 16.033a9 9 0 0 0 -12.094 -12.075m-2.321 1.682a9 9 0 0 0 12.733 12.723" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "wash-dryclean": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ] - ], - "wash-eco": [ - [ - "path", - { - "d": "M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h5.306m8.162 -6.972l.838 -5.028" - } - ], - [ - "path", - { - "d": "M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" - } - ], - [ - "path", - { - "d": "M16 22s0 -2 3 -4" - } - ], - [ - "path", - { - "d": "M19 21a3 3 0 0 1 0 -6h3v3a3 3 0 0 1 -3 3z" - } - ] - ], - "wash-gentle": [ - [ - "path", - { - "d": "M3.486 5.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" - } - ], - [ - "path", - { - "d": "M3 3l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" - } - ], - [ - "path", - { - "d": "M5 18h14" - } - ], - [ - "path", - { - "d": "M5 21h14" - } - ] - ], - "wash-hand": [ - [ - "path", - { - "d": "M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.426 -.296 .777 -.5 1.5 -.5h1" - } - ], - [ - "path", - { - "d": "M16 8l.615 .034c.552 .067 1.046 .23 1.385 .466c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" - } - ], - [ - "path", - { - "d": "M14 10.5l.586 .578a1.516 1.516 0 0 0 2 0c.476 -.433 .55 -1.112 .176 -1.622l-1.762 -2.456c-.37 -.506 -1.331 -1 -2 -1h-3.117a1 1 0 0 0 -.992 .876l-.499 3.986a3.857 3.857 0 0 0 2.608 4.138a2.28 2.28 0 0 0 3 -2.162v-2.338z" - } - ], - [ - "path", - { - "d": "M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" - } - ] - ], - "wash-machine": [ - [ - "path", - { - "d": "M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" - } - ], - [ - "path", - { - "d": "M12 14m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M8 6h.01" - } - ], - [ - "path", - { - "d": "M11 6h.01" - } - ], - [ - "path", - { - "d": "M14 6h2" - } - ], - [ - "path", - { - "d": "M8 14c1.333 -.667 2.667 -.667 4 0c1.333 .667 2.667 .667 4 0" - } - ] - ], - "wash-off": [ - [ - "path", - { - "d": "M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612c.208 0 .41 -.032 .6 -.092m1.521 -2.472l1.573 -9.436" - } - ], - [ - "path", - { - "d": "M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5m4.92 .919c.428 -.083 .805 -.227 1.08 -.418c.461 -.322 1.21 -.508 2 -.5c.79 -.008 1.539 .178 2 .5c.461 .32 1.21 .508 2 .5c.17 0 .339 -.015 .503 -.035" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "wash-press": [ - [ - "path", - { - "d": "M3.486 7.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" - } - ], - [ - "path", - { - "d": "M3 5l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" - } - ], - [ - "path", - { - "d": "M5 20h14" - } - ] - ], - "wash-temperature-1": [ - [ - "path", - { - "d": "M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" - } - ], - [ - "path", - { - "d": "M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" - } - ], - [ - "path", - { - "d": "M12 13h.01" - } - ] - ], - "wash-temperature-2": [ - [ - "path", - { - "d": "M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" - } - ], - [ - "path", - { - "d": "M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" - } - ], - [ - "path", - { - "d": "M14 13h.01" - } - ], - [ - "path", - { - "d": "M10 13h.01" - } - ] - ], - "wash-temperature-3": [ - [ - "path", - { - "d": "M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" - } - ], - [ - "path", - { - "d": "M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" - } - ], - [ - "path", - { - "d": "M12 13h.01" - } - ], - [ - "path", - { - "d": "M15 13h.01" - } - ], - [ - "path", - { - "d": "M9 13h.01" - } - ] - ], - "wash-temperature-4": [ - [ - "path", - { - "d": "M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" - } - ], - [ - "path", - { - "d": "M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" - } - ], - [ - "path", - { - "d": "M10 15h.01" - } - ], - [ - "path", - { - "d": "M14 15h.01" - } - ], - [ - "path", - { - "d": "M14 12h.01" - } - ], - [ - "path", - { - "d": "M10 12h.01" - } - ] - ], - "wash-temperature-5": [ - [ - "path", - { - "d": "M10 15h.01" - } - ], - [ - "path", - { - "d": "M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" - } - ], - [ - "path", - { - "d": "M14 15h.01" - } - ], - [ - "path", - { - "d": "M15 12h.01" - } - ], - [ - "path", - { - "d": "M12 12h.01" - } - ], - [ - "path", - { - "d": "M9 12h.01" - } - ], - [ - "path", - { - "d": "M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" - } - ] - ], - "wash-temperature-6": [ - [ - "path", - { - "d": "M9 15h.01" - } - ], - [ - "path", - { - "d": "M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" - } - ], - [ - "path", - { - "d": "M12 15h.01" - } - ], - [ - "path", - { - "d": "M15 15h.01" - } - ], - [ - "path", - { - "d": "M15 12h.01" - } - ], - [ - "path", - { - "d": "M12 12h.01" - } - ], - [ - "path", - { - "d": "M9 12h.01" - } - ], - [ - "path", - { - "d": "M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" - } - ] - ], - "wash-tumble-dry": [ - [ - "path", - { - "d": "M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" - } - ], - [ - "path", - { - "d": "M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" - } - ] - ], - "wash-tumble-off": [ - [ - "path", - { - "d": "M20.116 20.127a2.99 2.99 0 0 1 -2.116 .873h-12a3 3 0 0 1 -3 -3v-12c0 -.827 .335 -1.576 .877 -2.12m3.123 -.88h11a3 3 0 0 1 3 3v11" - } - ], - [ - "path", - { - "d": "M17.744 13.74a6 6 0 0 0 -7.486 -7.482m-2.499 1.497a6 6 0 1 0 8.48 8.49" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "wash": [ - [ - "path", - { - "d": "M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" - } - ], - [ - "path", - { - "d": "M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" - } - ] - ], - "waterpolo": [ - [ - "path", - { - "d": "M12 9a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" - } - ], - [ - "path", - { - "d": "M5 8l3 4l4.5 1l7.5 -1" - } - ], - [ - "path", - { - "d": "M3 18.75a2.4 2.4 0 0 0 1 .25a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 1 -.25" - } - ], - [ - "path", - { - "d": "M12 16l.5 -3" - } - ], - [ - "path", - { - "d": "M6.5 5a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z", - "fill": "currentColor" - } - ] - ], - "wave-saw-tool": [ - [ - "path", - { - "d": "M3 12h5l4 8v-16l4 8h5" - } - ] - ], - "wave-sine": [ - [ - "path", - { - "d": "M21 12h-2c-.894 0 -1.662 -.857 -1.761 -2c-.296 -3.45 -.749 -6 -2.749 -6s-2.5 3.582 -2.5 8s-.5 8 -2.5 8s-2.452 -2.547 -2.749 -6c-.1 -1.147 -.867 -2 -1.763 -2h-2" - } - ] - ], - "wave-square": [ - [ - "path", - { - "d": "M3 12h5v8h4v-16h4v8h5" - } - ] - ], - "waves-electricity": [ - [ - "path", - { - "d": "M3 12c.576 -.643 1.512 -1.017 2.5 -1c.988 -.017 1.924 .357 2.5 1c.576 .643 1.512 1.017 2.5 1c.988 .017 1.924 -.357 2.5 -1" - } - ], - [ - "path", - { - "d": "M3 16c.576 -.643 1.512 -1.017 2.5 -1c.988 -.017 1.924 .357 2.5 1c.576 .643 1.512 1.017 2.5 1c.988 .017 1.924 -.357 2.5 -1" - } - ], - [ - "path", - { - "d": "M3 8c.576 -.643 1.512 -1.017 2.5 -1c.988 -.017 1.924 .357 2.5 1c.576 .643 1.512 1.017 2.5 1c.988 .017 1.924 -.357 2.5 -1" - } - ], - [ - "path", - { - "d": "M20 7l-3 5h4l-3 5" - } - ] - ], - "webhook-off": [ - [ - "path", - { - "d": "M4.876 13.61a4 4 0 1 0 6.124 3.39h6" - } - ], - [ - "path", - { - "d": "M15.066 20.502a4 4 0 0 0 4.763 -.675m1.171 -2.827a4 4 0 0 0 -4 -4" - } - ], - [ - "path", - { - "d": "M16 8a4 4 0 0 0 -6.824 -2.833m-1.176 2.833c0 1.506 .77 2.818 2 3.5l-3 5.5" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "webhook": [ - [ - "path", - { - "d": "M4.876 13.61a4 4 0 1 0 6.124 3.39h6" - } - ], - [ - "path", - { - "d": "M15.066 20.502a4 4 0 1 0 1.934 -7.502c-.706 0 -1.424 .179 -2 .5l-3 -5.5" - } - ], - [ - "path", - { - "d": "M16 8a4 4 0 1 0 -8 0c0 1.506 .77 2.818 2 3.5l-3 5.5" - } - ] - ], - "weight": [ - [ - "path", - { - "d": "M12 6m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M6.835 9h10.33a1 1 0 0 1 .984 .821l1.637 9a1 1 0 0 1 -.984 1.179h-13.604a1 1 0 0 1 -.984 -1.179l1.637 -9a1 1 0 0 1 .984 -.821z" - } - ] - ], - "wheel": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M3 12h6" - } - ], - [ - "path", - { - "d": "M15 12h6" - } - ], - [ - "path", - { - "d": "M13.6 9.4l3.4 -4.8" - } - ], - [ - "path", - { - "d": "M10.4 14.6l-3.4 4.8" - } - ], - [ - "path", - { - "d": "M7 4.6l3.4 4.8" - } - ], - [ - "path", - { - "d": "M13.6 14.6l3.4 4.8" - } - ] - ], - "wheelchair-off": [ - [ - "path", - { - "d": "M8 16m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M17.582 17.59a2 2 0 0 0 2.833 2.824" - } - ], - [ - "path", - { - "d": "M14 14h-1.4" - } - ], - [ - "path", - { - "d": "M6 6v5" - } - ], - [ - "path", - { - "d": "M6 8h2m4 0h5" - } - ], - [ - "path", - { - "d": "M15 8v3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "wheelchair": [ - [ - "path", - { - "d": "M8 16m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19 17a3 3 0 0 0 -3 -3h-3.4" - } - ], - [ - "path", - { - "d": "M3 3h1a2 2 0 0 1 2 2v6" - } - ], - [ - "path", - { - "d": "M6 8h11" - } - ], - [ - "path", - { - "d": "M15 8v6" - } - ] - ], - "whirl": [ - [ - "path", - { - "d": "M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" - } - ], - [ - "path", - { - "d": "M12 21c-3.314 0 -6 -2.462 -6 -5.5s2.686 -5.5 6 -5.5" - } - ], - [ - "path", - { - "d": "M21 12c0 3.314 -2.462 6 -5.5 6s-5.5 -2.686 -5.5 -6" - } - ], - [ - "path", - { - "d": "M12 14c3.314 0 6 -2.462 6 -5.5s-2.686 -5.5 -6 -5.5" - } - ], - [ - "path", - { - "d": "M14 12c0 -3.314 -2.462 -6 -5.5 -6s-5.5 2.686 -5.5 6" - } - ] - ], - "wifi-0": [ - [ - "path", - { - "d": "M12 18l.01 0" - } - ] - ], - "wifi-1": [ - [ - "path", - { - "d": "M12 18l.01 0" - } - ], - [ - "path", - { - "d": "M9.172 15.172a4 4 0 0 1 5.656 0" - } - ] - ], - "wifi-2": [ - [ - "path", - { - "d": "M12 18l.01 0" - } - ], - [ - "path", - { - "d": "M9.172 15.172a4 4 0 0 1 5.656 0" - } - ], - [ - "path", - { - "d": "M6.343 12.343a8 8 0 0 1 11.314 0" - } - ] - ], - "wifi-off": [ - [ - "path", - { - "d": "M12 18l.01 0" - } - ], - [ - "path", - { - "d": "M9.172 15.172a4 4 0 0 1 5.656 0" - } - ], - [ - "path", - { - "d": "M6.343 12.343a7.963 7.963 0 0 1 3.864 -2.14m4.163 .155a7.965 7.965 0 0 1 3.287 2" - } - ], - [ - "path", - { - "d": "M3.515 9.515a12 12 0 0 1 3.544 -2.455m3.101 -.92a12 12 0 0 1 10.325 3.374" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "wifi": [ - [ - "path", - { - "d": "M12 18l.01 0" - } - ], - [ - "path", - { - "d": "M9.172 15.172a4 4 0 0 1 5.656 0" - } - ], - [ - "path", - { - "d": "M6.343 12.343a8 8 0 0 1 11.314 0" - } - ], - [ - "path", - { - "d": "M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0" - } - ] - ], - "wind-electricity": [ - [ - "path", - { - "d": "M20 7l-3 5h4l-3 5" - } - ], - [ - "path", - { - "d": "M3 16h4a2 2 0 1 1 0 4" - } - ], - [ - "path", - { - "d": "M3 12h8a2 2 0 1 0 0 -4" - } - ], - [ - "path", - { - "d": "M3 8h3a2 2 0 1 0 0 -4" - } - ] - ], - "wind-off": [ - [ - "path", - { - "d": "M5 8h3m4 0h1.5a2.5 2.5 0 1 0 -2.34 -3.24" - } - ], - [ - "path", - { - "d": "M3 12h9" - } - ], - [ - "path", - { - "d": "M16 12h2.5a2.5 2.5 0 0 1 1.801 4.282" - } - ], - [ - "path", - { - "d": "M4 16h5.5a2.5 2.5 0 1 1 -2.34 3.24" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "wind": [ - [ - "path", - { - "d": "M5 8h8.5a2.5 2.5 0 1 0 -2.34 -3.24" - } - ], - [ - "path", - { - "d": "M3 12h15.5a2.5 2.5 0 1 1 -2.34 3.24" - } - ], - [ - "path", - { - "d": "M4 16h5.5a2.5 2.5 0 1 1 -2.34 3.24" - } - ] - ], - "windmill-filled": [ - [ - "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", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "windmill-off": [ - [ - "path", - { - "d": "M15.061 11.06c1.18 -.824 1.939 -2.11 1.939 -3.56c0 -2.49 -2.24 -4.5 -5 -4.5v5" - } - ], - [ - "path", - { - "d": "M12 12c0 2.76 2.01 5 4.5 5c.166 0 .33 -.01 .49 -.03m2.624 -1.36c.856 -.91 1.386 -2.19 1.386 -3.61h-5" - } - ], - [ - "path", - { - "d": "M12 12c-2.76 0 -5 2.01 -5 4.5s2.24 4.5 5 4.5v-9z" - } - ], - [ - "path", - { - "d": "M6.981 7.033c-2.244 .285 -3.981 2.402 -3.981 4.967h9" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "windmill": [ - [ - "path", - { - "d": "M12 12c2.76 0 5 -2.01 5 -4.5s-2.24 -4.5 -5 -4.5v9z" - } - ], - [ - "path", - { - "d": "M12 12c0 2.76 2.01 5 4.5 5s4.5 -2.24 4.5 -5h-9z" - } - ], - [ - "path", - { - "d": "M12 12c-2.76 0 -5 2.01 -5 4.5s2.24 4.5 5 4.5v-9z" - } - ], - [ - "path", - { - "d": "M12 12c0 -2.76 -2.01 -5 -4.5 -5s-4.5 2.24 -4.5 5h9z" - } - ] - ], - "window-maximize": [ - [ - "path", - { - "d": "M3 16m0 1a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-6" - } - ], - [ - "path", - { - "d": "M12 8h4v4" - } - ], - [ - "path", - { - "d": "M16 8l-5 5" - } - ] - ], - "window-minimize": [ - [ - "path", - { - "d": "M3 16m0 1a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1z" - } - ], - [ - "path", - { - "d": "M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-6" - } - ], - [ - "path", - { - "d": "M15 13h-4v-4" - } - ], - [ - "path", - { - "d": "M11 13l5 -5" - } - ] - ], - "window-off": [ - [ - "path", - { - "d": "M6.166 6.19a6.903 6.903 0 0 0 -1.166 3.81v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-1m0 -4v-5c0 -3.728 -3.134 -7 -7 -7a6.86 6.86 0 0 0 -3.804 1.158" - } - ], - [ - "path", - { - "d": "M5 13h8m4 0h2" - } - ], - [ - "path", - { - "d": "M12 3v5m0 4v9" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "window": [ - [ - "path", - { - "d": "M12 3c-3.866 0 -7 3.272 -7 7v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-10c0 -3.728 -3.134 -7 -7 -7z" - } - ], - [ - "path", - { - "d": "M5 13l14 0" - } - ], - [ - "path", - { - "d": "M12 3l0 18" - } - ] - ], - "windsock": [ - [ - "path", - { - "d": "M6 3v18" - } - ], - [ - "path", - { - "d": "M6 11l12 -1v-4l-12 -1" - } - ], - [ - "path", - { - "d": "M10 5.5v5" - } - ], - [ - "path", - { - "d": "M14 6v4" - } - ], - [ - "path", - { - "d": "M4 21h4" - } - ] - ], - "wiper-wash": [ - [ - "path", - { - "d": "M12 20m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M3 11l5.5 5.5a5 5 0 0 1 7 0l5.5 -5.5a12 12 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 20l0 -14" - } - ], - [ - "path", - { - "d": "M4 6a4 4 0 0 1 .4 -1.8" - } - ], - [ - "path", - { - "d": "M7 2.1a4 4 0 0 1 2 0" - } - ], - [ - "path", - { - "d": "M12 6a4 4 0 0 0 -.4 -1.8" - } - ], - [ - "path", - { - "d": "M12 6a4 4 0 0 1 .4 -1.8" - } - ], - [ - "path", - { - "d": "M15 2.1a4 4 0 0 1 2 0" - } - ], - [ - "path", - { - "d": "M20 6a4 4 0 0 0 -.4 -1.8" - } - ] - ], - "wiper": [ - [ - "path", - { - "d": "M12 18m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M3 9l5.5 5.5a5 5 0 0 1 7 0l5.5 -5.5a12 12 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 18l-2.2 -12.8" - } - ] - ], - "woman": [ - [ - "path", - { - "d": "M10 16v5" - } - ], - [ - "path", - { - "d": "M14 16v5" - } - ], - [ - "path", - { - "d": "M8 16h8l-2 -7h-4z" - } - ], - [ - "path", - { - "d": "M5 11c1.667 -1.333 3.333 -2 5 -2" - } - ], - [ - "path", - { - "d": "M19 11c-1.667 -1.333 -3.333 -2 -5 -2" - } - ], - [ - "path", - { - "d": "M12 4m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ] - ], - "wood": [ - [ - "path", - { - "d": "M12 5.5m-6 0a6 2.5 0 1 0 12 0a6 2.5 0 1 0 -12 0" - } - ], - [ - "path", - { - "d": "M18 5.5v4.626a1.415 1.415 0 0 1 1.683 2.18l-.097 .108l-1.586 1.586v4c0 1.61 -2.54 2.925 -5.725 3l-.275 0c-3.314 0 -6 -1.343 -6 -3v-2l-1.586 -1.586a1.414 1.414 0 0 1 1.586 -2.287v-6.627" - } - ], - [ - "path", - { - "d": "M10 12.5v1.5" - } - ], - [ - "path", - { - "d": "M14 16v1" - } - ] - ], - "world-bolt": [ - [ - "path", - { - "d": "M20.985 12.52a9 9 0 1 0 -7.52 8.36" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h10.9" - } - ], - [ - "path", - { - "d": "M11.5 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3c2.313 3.706 3.07 7.856 2.27 12" - } - ], - [ - "path", - { - "d": "M19 16l-2 3h4l-2 3" - } - ] - ], - "world-cancel": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 0 -8.985 9" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h9.9" - } - ], - [ - "path", - { - "d": "M11.5 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3a16.991 16.991 0 0 1 2.53 10.275" - } - ], - [ - "path", - { - "d": "M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 21l4 -4" - } - ] - ], - "world-check": [ - [ - "path", - { - "d": "M20.946 12.99a9 9 0 1 0 -9.46 7.995" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h13.9" - } - ], - [ - "path", - { - "d": "M11.5 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3a16.997 16.997 0 0 1 2.311 12.001" - } - ], - [ - "path", - { - "d": "M15 19l2 2l4 -4" - } - ] - ], - "world-code": [ - [ - "path", - { - "d": "M20.942 13.02a9 9 0 1 0 -9.47 7.964" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h9.9" - } - ], - [ - "path", - { - "d": "M11.5 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3c2 3.206 2.837 6.913 2.508 10.537" - } - ], - [ - "path", - { - "d": "M20 21l2 -2l-2 -2" - } - ], - [ - "path", - { - "d": "M17 17l-2 2l2 2" - } - ] - ], - "world-cog": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 0 -8.979 9" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h8.9" - } - ], - [ - "path", - { - "d": "M11.5 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3a16.992 16.992 0 0 1 2.522 10.376" - } - ], - [ - "path", - { - "d": "M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M19.001 15.5v1.5" - } - ], - [ - "path", - { - "d": "M19.001 21v1.5" - } - ], - [ - "path", - { - "d": "M22.032 17.25l-1.299 .75" - } - ], - [ - "path", - { - "d": "M17.27 20l-1.3 .75" - } - ], - [ - "path", - { - "d": "M15.97 17.25l1.3 .75" - } - ], - [ - "path", - { - "d": "M20.733 20l1.3 .75" - } - ] - ], - "world-dollar": [ - [ - "path", - { - "d": "M20.876 10.51a9 9 0 1 0 -7.839 10.43" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h9.9" - } - ], - [ - "path", - { - "d": "M11.5 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3a16.986 16.986 0 0 1 2.578 9.02" - } - ], - [ - "path", - { - "d": "M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M19 21v1m0 -8v1" - } - ] - ], - "world-down": [ - [ - "path", - { - "d": "M20.986 12.509a9 9 0 1 0 -8.455 8.476" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h10.9" - } - ], - [ - "path", - { - "d": "M11.5 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3c2.313 3.706 3.07 7.857 2.27 12" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ], - [ - "path", - { - "d": "M22 19l-3 3l-3 -3" - } - ] - ], - "world-download": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 0 -9 9" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h8.4" - } - ], - [ - "path", - { - "d": "M11.578 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3c1.719 2.755 2.5 5.876 2.5 9" - } - ], - [ - "path", - { - "d": "M18 14v7m-3 -3l3 3l3 -3" - } - ] - ], - "world-exclamation": [ - [ - "path", - { - "d": "M20.986 12.51a9 9 0 1 0 -5.71 7.873" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h10.9" - } - ], - [ - "path", - { - "d": "M11.5 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3a17 17 0 0 1 0 18" - } - ], - [ - "path", - { - "d": "M19 16v3" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ] - ], - "world-heart": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 0 -9.679 8.974" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h6.9" - } - ], - [ - "path", - { - "d": "M11.5 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3a16.983 16.983 0 0 1 2.556 8.136" - } - ], - [ - "path", - { - "d": "M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" - } - ] - ], - "world-latitude": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M4.6 7l14.8 0" - } - ], - [ - "path", - { - "d": "M3 12l18 0" - } - ], - [ - "path", - { - "d": "M4.6 17l14.8 0" - } - ] - ], - "world-longitude": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M11.5 3a11.2 11.2 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3a11.2 11.2 0 0 1 0 18" - } - ], - [ - "path", - { - "d": "M12 3l0 18" - } - ] - ], - "world-minus": [ - [ - "path", - { - "d": "M20.483 15.006a9 9 0 1 0 -7.958 5.978" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h16.8" - } - ], - [ - "path", - { - "d": "M11.5 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3a16.94 16.94 0 0 1 2.307 12" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ] - ], - "world-off": [ - [ - "path", - { - "d": "M5.657 5.615a9 9 0 1 0 12.717 12.739m1.672 -2.322a9 9 0 0 0 -12.066 -12.084" - } - ], - [ - "path", - { - "d": "M3.6 9h5.4m4 0h7.4" - } - ], - [ - "path", - { - "d": "M3.6 15h11.4m4 0h1.4" - } - ], - [ - "path", - { - "d": "M11.5 3a17.001 17.001 0 0 0 -1.493 3.022m-.847 3.145c-.68 4.027 .1 8.244 2.34 11.833" - } - ], - [ - "path", - { - "d": "M12.5 3a16.982 16.982 0 0 1 2.549 8.005m-.207 3.818a16.979 16.979 0 0 1 -2.342 6.177" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "world-pause": [ - [ - "path", - { - "d": "M20.945 12.997a9 9 0 1 0 -7.928 7.945" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h9.9" - } - ], - [ - "path", - { - "d": "M11.5 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3a16.992 16.992 0 0 1 2.51 10.526" - } - ], - [ - "path", - { - "d": "M17 17v5" - } - ], - [ - "path", - { - "d": "M21 17v5" - } - ] - ], - "world-pin": [ - [ - "path", - { - "d": "M20.972 11.291a9 9 0 1 0 -8.322 9.686" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h8.9" - } - ], - [ - "path", - { - "d": "M11.5 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3a16.986 16.986 0 0 1 2.578 9.018" - } - ], - [ - "path", - { - "d": "M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" - } - ], - [ - "path", - { - "d": "M19 18v.01" - } - ] - ], - "world-plus": [ - [ - "path", - { - "d": "M20.985 12.518a9 9 0 1 0 -8.45 8.466" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h11.4" - } - ], - [ - "path", - { - "d": "M11.5 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3a16.998 16.998 0 0 1 2.283 12.157" - } - ], - [ - "path", - { - "d": "M16 19h6" - } - ], - [ - "path", - { - "d": "M19 16v6" - } - ] - ], - "world-question": [ - [ - "path", - { - "d": "M20.975 11.33a9 9 0 1 0 -5.673 9.043" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h9.9" - } - ], - [ - "path", - { - "d": "M11.5 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3a16.988 16.988 0 0 1 2.57 9.518m-1.056 5.403a17 17 0 0 1 -1.514 3.079" - } - ], - [ - "path", - { - "d": "M19 22v.01" - } - ], - [ - "path", - { - "d": "M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" - } - ] - ], - "world-search": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 0 -9 9" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h7.9" - } - ], - [ - "path", - { - "d": "M11.5 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3a16.984 16.984 0 0 1 2.574 8.62" - } - ], - [ - "path", - { - "d": "M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M20.2 20.2l1.8 1.8" - } - ] - ], - "world-share": [ - [ - "path", - { - "d": "M20.94 13.045a9 9 0 1 0 -8.953 7.955" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h9.4" - } - ], - [ - "path", - { - "d": "M11.5 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3a16.991 16.991 0 0 1 2.529 10.294" - } - ], - [ - "path", - { - "d": "M16 22l5 -5" - } - ], - [ - "path", - { - "d": "M21 21.5v-4.5h-4.5" - } - ] - ], - "world-star": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 0 -9.968 8.948" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h6.4" - } - ], - [ - "path", - { - "d": "M11.5 3a17.001 17.001 0 0 0 -1.886 13.802" - } - ], - [ - "path", - { - "d": "M12.5 3a16.982 16.982 0 0 1 2.549 8.01" - } - ], - [ - "path", - { - "d": "M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" - } - ] - ], - "world-up": [ - [ - "path", - { - "d": "M20.985 12.52a9 9 0 1 0 -8.451 8.463" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h10.9" - } - ], - [ - "path", - { - "d": "M11.5 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3a16.996 16.996 0 0 1 2.391 11.512" - } - ], - [ - "path", - { - "d": "M19 22v-6" - } - ], - [ - "path", - { - "d": "M22 19l-3 -3l-3 3" - } - ] - ], - "world-upload": [ - [ - "path", - { - "d": "M21 12a9 9 0 1 0 -9 9" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h8.4" - } - ], - [ - "path", - { - "d": "M11.578 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3c1.719 2.755 2.5 5.876 2.5 9" - } - ], - [ - "path", - { - "d": "M18 21v-7m3 3l-3 -3l-3 3" - } - ] - ], - "world-www": [ - [ - "path", - { - "d": "M19.5 7a9 9 0 0 0 -7.5 -4a8.991 8.991 0 0 0 -7.484 4" - } - ], - [ - "path", - { - "d": "M11.5 3a16.989 16.989 0 0 0 -1.826 4" - } - ], - [ - "path", - { - "d": "M12.5 3a16.989 16.989 0 0 1 1.828 4" - } - ], - [ - "path", - { - "d": "M19.5 17a9 9 0 0 1 -7.5 4a8.991 8.991 0 0 1 -7.484 -4" - } - ], - [ - "path", - { - "d": "M11.5 21a16.989 16.989 0 0 1 -1.826 -4" - } - ], - [ - "path", - { - "d": "M12.5 21a16.989 16.989 0 0 0 1.828 -4" - } - ], - [ - "path", - { - "d": "M2 10l1 4l1.5 -4l1.5 4l1 -4" - } - ], - [ - "path", - { - "d": "M17 10l1 4l1.5 -4l1.5 4l1 -4" - } - ], - [ - "path", - { - "d": "M9.5 10l1 4l1.5 -4l1.5 4l1 -4" - } - ] - ], - "world-x": [ - [ - "path", - { - "d": "M20.929 13.131a9 9 0 1 0 -8.931 7.869" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h9.9" - } - ], - [ - "path", - { - "d": "M11.5 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3a16.992 16.992 0 0 1 2.505 10.573" - } - ], - [ - "path", - { - "d": "M22 22l-5 -5" - } - ], - [ - "path", - { - "d": "M17 22l5 -5" - } - ] - ], - "world": [ - [ - "path", - { - "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" - } - ], - [ - "path", - { - "d": "M3.6 9h16.8" - } - ], - [ - "path", - { - "d": "M3.6 15h16.8" - } - ], - [ - "path", - { - "d": "M11.5 3a17 17 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M12.5 3a17 17 0 0 1 0 18" - } - ] - ], - "wrecking-ball": [ - [ - "path", - { - "d": "M19 13m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M4 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M13 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" - } - ], - [ - "path", - { - "d": "M13 19l-9 0" - } - ], - [ - "path", - { - "d": "M4 15l9 0" - } - ], - [ - "path", - { - "d": "M8 12v-5h2a3 3 0 0 1 3 3v5" - } - ], - [ - "path", - { - "d": "M5 15v-2a1 1 0 0 1 1 -1h7" - } - ], - [ - "path", - { - "d": "M19 11v-7l-6 7" - } - ] - ], - "writing-off": [ - [ - "path", - { - "d": "M16 7h4" - } - ], - [ - "path", - { - "d": "M16 16v1l2 2l.5 -.5m1.5 -2.5v-11c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v7" - } - ], - [ - "path", - { - "d": "M18 19h-13a2 2 0 1 1 0 -4h4a2 2 0 1 0 0 -4h-3" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "writing-sign-off": [ - [ - "path", - { - "d": "M3 19c3.333 -2 5 -4 5 -6c0 -3 -1 -3 -2 -3s-2.032 1.085 -2 3c.034 2.048 1.658 2.877 2.5 4c1.5 2 2.5 2.5 3.5 1c.667 -1 1.167 -1.833 1.5 -2.5c1 2.333 2.333 3.5 4 3.5h2.5" - } - ], - [ - "path", - { - "d": "M16 16v1l2 2l.5 -.5m1.5 -2.5v-11c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v7" - } - ], - [ - "path", - { - "d": "M16 7h4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "writing-sign": [ - [ - "path", - { - "d": "M3 19c3.333 -2 5 -4 5 -6c0 -3 -1 -3 -2 -3s-2.032 1.085 -2 3c.034 2.048 1.658 2.877 2.5 4c1.5 2 2.5 2.5 3.5 1c.667 -1 1.167 -1.833 1.5 -2.5c1 2.333 2.333 3.5 4 3.5h2.5" - } - ], - [ - "path", - { - "d": "M20 17v-12c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v12l2 2l2 -2z" - } - ], - [ - "path", - { - "d": "M16 7h4" - } - ] - ], - "writing": [ - [ - "path", - { - "d": "M20 17v-12c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v12l2 2l2 -2z" - } - ], - [ - "path", - { - "d": "M16 7h4" - } - ], - [ - "path", - { - "d": "M18 19h-13a2 2 0 1 1 0 -4h4a2 2 0 1 0 0 -4h-3" - } - ] - ], - "x": [ - [ - "path", - { - "d": "M18 6l-12 12" - } - ], - [ - "path", - { - "d": "M6 6l12 12" - } - ] - ], - "xbox-a": [ - [ - "path", - { - "d": "M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" - } - ], - [ - "path", - { - "d": "M15 16l-3 -8l-3 8" - } - ], - [ - "path", - { - "d": "M14 14h-4" - } - ] - ], - "xbox-b": [ - [ - "path", - { - "d": "M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" - } - ], - [ - "path", - { - "d": "M13 12a2 2 0 1 1 0 4h-3v-4" - } - ], - [ - "path", - { - "d": "M13 12h-3" - } - ], - [ - "path", - { - "d": "M13 12a2 2 0 1 0 0 -4h-3v4" - } - ] - ], - "xbox-x": [ - [ - "path", - { - "d": "M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" - } - ], - [ - "path", - { - "d": "M9 8l6 8" - } - ], - [ - "path", - { - "d": "M15 8l-6 8" - } - ] - ], - "xbox-y": [ - [ - "path", - { - "d": "M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" - } - ], - [ - "path", - { - "d": "M9 8l3 4" - } - ], - [ - "path", - { - "d": "M15 8l-2.988 3.984l-.012 4.016" - } - ] - ], - "xd": [ - [ - "path", - { - "d": "M6 8l4 8" - } - ], - [ - "path", - { - "d": "M6 16l4 -8" - } - ], - [ - "path", - { - "d": "M14 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" - } - ] - ], - "xxx": [ - [ - "path", - { - "d": "M10 8l4 8" - } - ], - [ - "path", - { - "d": "M10 16l4 -8" - } - ], - [ - "path", - { - "d": "M17 8l4 8" - } - ], - [ - "path", - { - "d": "M17 16l4 -8" - } - ], - [ - "path", - { - "d": "M3 8l4 8" - } - ], - [ - "path", - { - "d": "M3 16l4 -8" - } - ] - ], - "yin-yang-filled": [ - [ - "path", - { - "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-9 1.732a8 8 0 0 0 4 14.928l.2 -.005a4 4 0 0 0 0 -7.99l-.2 -.005a4 4 0 0 1 -.2 -7.995l.2 -.005a7.995 7.995 0 0 0 -4 1.072zm4 1.428a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M12 14.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0 -3z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "yin-yang": [ - [ - "path", - { - "d": "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" - } - ], - [ - "path", - { - "d": "M12 3a4.5 4.5 0 0 0 0 9a4.5 4.5 0 0 1 0 9" - } - ], - [ - "circle", - { - "cx": "12", - "cy": "7.5", - "r": ".5", - "fill": "currentColor" - } - ], - [ - "circle", - { - "cx": "12", - "cy": "16.5", - "r": ".5", - "fill": "currentColor" - } - ] - ], - "yoga": [ - [ - "path", - { - "d": "M12 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" - } - ], - [ - "path", - { - "d": "M4 20h4l1.5 -3" - } - ], - [ - "path", - { - "d": "M17 20l-1 -5h-5l1 -7" - } - ], - [ - "path", - { - "d": "M4 10l4 -1l4 -1l4 1.5l4 1.5" - } - ] - ], - "zeppelin-off": [ - [ - "path", - { - "d": "M15.773 15.783c-.723 .141 -1.486 .217 -2.273 .217c-2.13 0 -4.584 -.926 -7.364 -2.777l-2.136 1.777v-3.33a46.07 46.07 0 0 1 -2 -1.67a46.07 46.07 0 0 1 2 -1.67v-3.33l2.135 1.778c.13 -.087 .261 -.172 .39 -.256m2.564 -1.42c1.601 -.735 3.071 -1.102 4.411 -1.102c4.694 0 8.5 2.686 8.5 6c0 1.919 -1.276 3.627 -3.261 4.725" - } - ], - [ - "path", - { - "d": "M10 15.5v4.5h6v-4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "zeppelin": [ - [ - "path", - { - "d": "M13.5 4c4.694 0 8.5 2.686 8.5 6s-3.806 6 -8.5 6c-2.13 0 -4.584 -.926 -7.364 -2.777l-2.136 1.777v-3.33a46.07 46.07 0 0 1 -2 -1.67a46.07 46.07 0 0 1 2 -1.67v-3.33l2.135 1.778c2.78 -1.852 5.235 -2.778 7.365 -2.778z" - } - ], - [ - "path", - { - "d": "M10 15.5v4.5h6v-4" - } - ] - ], - "zip": [ - [ - "path", - { - "d": "M16 16v-8h2a2 2 0 1 1 0 4h-2" - } - ], - [ - "path", - { - "d": "M12 8v8" - } - ], - [ - "path", - { - "d": "M4 8h4l-4 8h4" - } - ] - ], - "zodiac-aquarius": [ - [ - "path", - { - "d": "M3 10l3 -3l3 3l3 -3l3 3l3 -3l3 3" - } - ], - [ - "path", - { - "d": "M3 17l3 -3l3 3l3 -3l3 3l3 -3l3 3" - } - ] - ], - "zodiac-aries": [ - [ - "path", - { - "d": "M12 5a5 5 0 1 0 -4 8" - } - ], - [ - "path", - { - "d": "M16 13a5 5 0 1 0 -4 -8" - } - ], - [ - "path", - { - "d": "M12 21l0 -16" - } - ] - ], - "zodiac-cancer": [ - [ - "path", - { - "d": "M6 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M18 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M3 12a10 6.5 0 0 1 14 -6.5" - } - ], - [ - "path", - { - "d": "M21 12a10 6.5 0 0 1 -14 6.5" - } - ] - ], - "zodiac-capricorn": [ - [ - "path", - { - "d": "M4 4a3 3 0 0 1 3 3v9" - } - ], - [ - "path", - { - "d": "M7 7a3 3 0 0 1 6 0v11a3 3 0 0 1 -3 3" - } - ], - [ - "path", - { - "d": "M16 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ] - ], - "zodiac-gemini": [ - [ - "path", - { - "d": "M3 3a21 21 0 0 0 18 0" - } - ], - [ - "path", - { - "d": "M3 21a21 21 0 0 1 18 0" - } - ], - [ - "path", - { - "d": "M7 4.5l0 15" - } - ], - [ - "path", - { - "d": "M17 4.5l0 15" - } - ] - ], - "zodiac-leo": [ - [ - "path", - { - "d": "M13 17a4 4 0 1 0 8 0" - } - ], - [ - "path", - { - "d": "M6 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M11 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" - } - ], - [ - "path", - { - "d": "M7 7c0 3 2 5 2 9" - } - ], - [ - "path", - { - "d": "M15 7c0 4 -2 6 -2 10" - } - ] - ], - "zodiac-libra": [ - [ - "path", - { - "d": "M5 20l14 0" - } - ], - [ - "path", - { - "d": "M5 17h5v-.3a7 7 0 1 1 4 0v.3h5" - } - ] - ], - "zodiac-pisces": [ - [ - "path", - { - "d": "M5 3a21 21 0 0 1 0 18" - } - ], - [ - "path", - { - "d": "M19 3a21 21 0 0 0 0 18" - } - ], - [ - "path", - { - "d": "M5 12l14 0" - } - ] - ], - "zodiac-sagittarius": [ - [ - "path", - { - "d": "M4 20l16 -16" - } - ], - [ - "path", - { - "d": "M13 4h7v7" - } - ], - [ - "path", - { - "d": "M6.5 12.5l5 5" - } - ] - ], - "zodiac-scorpio": [ - [ - "path", - { - "d": "M3 4a2 2 0 0 1 2 2v9" - } - ], - [ - "path", - { - "d": "M5 6a2 2 0 0 1 4 0v9" - } - ], - [ - "path", - { - "d": "M9 6a2 2 0 0 1 4 0v10a3 3 0 0 0 3 3h5l-3 -3m0 6l3 -3" - } - ] - ], - "zodiac-taurus": [ - [ - "path", - { - "d": "M6 3a6 6 0 0 0 12 0" - } - ], - [ - "path", - { - "d": "M12 15m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" - } - ] - ], - "zodiac-virgo": [ - [ - "path", - { - "d": "M3 4a2 2 0 0 1 2 2v9" - } - ], - [ - "path", - { - "d": "M5 6a2 2 0 0 1 4 0v9" - } - ], - [ - "path", - { - "d": "M9 6a2 2 0 0 1 4 0v10a7 5 0 0 0 7 5" - } - ], - [ - "path", - { - "d": "M12 21a7 5 0 0 0 7 -5v-2a3 3 0 0 0 -6 0" - } - ] - ], - "zoom-cancel": [ - [ - "path", - { - "d": "M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M8 8l4 4" - } - ], - [ - "path", - { - "d": "M12 8l-4 4" - } - ], - [ - "path", - { - "d": "M21 21l-6 -6" - } - ] - ], - "zoom-check-filled": [ - [ - "path", - { - "d": "M14 3.072a8 8 0 0 1 2.617 11.424l4.944 4.943a1.5 1.5 0 0 1 -2.008 2.225l-.114 -.103l-4.943 -4.944a8 8 0 0 1 -12.49 -6.332l-.006 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-.293 4.22a1 1 0 0 0 -1.414 0l-3.293 3.294l-1.293 -1.293l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "zoom-check": [ - [ - "path", - { - "d": "M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M21 21l-6 -6" - } - ], - [ - "path", - { - "d": "M7 10l2 2l4 -4" - } - ] - ], - "zoom-code": [ - [ - "path", - { - "d": "M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M21 21l-6 -6" - } - ], - [ - "path", - { - "d": "M8 8l-2 2l2 2" - } - ], - [ - "path", - { - "d": "M12 8l2 2l-2 2" - } - ] - ], - "zoom-exclamation": [ - [ - "path", - { - "d": "M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M21 21l-6 -6" - } - ], - [ - "path", - { - "d": "M10 13v.01" - } - ], - [ - "path", - { - "d": "M10 7v3" - } - ] - ], - "zoom-filled": [ - [ - "path", - { - "d": "M14 3.072a8 8 0 0 1 2.617 11.424l4.944 4.943a1.5 1.5 0 0 1 -2.008 2.225l-.114 -.103l-4.943 -4.944a8 8 0 0 1 -12.49 -6.332l-.006 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "zoom-in-area-filled": [ - [ - "path", - { - "d": "M15 9a6 6 0 0 1 4.891 9.476l2.816 2.817a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.817 -2.816a6 6 0 0 1 -9.472 -4.666l-.004 -.225l.004 -.225a6 6 0 0 1 5.996 -5.775zm0 3a1 1 0 0 0 -.993 .883l-.007 .117v1h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h1v1l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M3 14a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 0 .883 .993l.117 .007h1a1 1 0 0 1 .117 1.993l-.117 .007h-1a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-1a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M3 9a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M6 2a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 0 -.993 .883l-.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a3 3 0 0 1 2.824 -2.995l.176 -.005h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M11 2a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ], - [ - "path", - { - "d": "M16 2a3 3 0 0 1 2.995 2.824l.005 .176v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 0 -.883 -.993l-.117 -.007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "zoom-in-area": [ - [ - "path", - { - "d": "M15 13v4" - } - ], - [ - "path", - { - "d": "M13 15h4" - } - ], - [ - "path", - { - "d": "M15 15m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M22 22l-3 -3" - } - ], - [ - "path", - { - "d": "M6 18h-1a2 2 0 0 1 -2 -2v-1" - } - ], - [ - "path", - { - "d": "M3 11v-1" - } - ], - [ - "path", - { - "d": "M3 6v-1a2 2 0 0 1 2 -2h1" - } - ], - [ - "path", - { - "d": "M10 3h1" - } - ], - [ - "path", - { - "d": "M15 3h1a2 2 0 0 1 2 2v1" - } - ] - ], - "zoom-in-filled": [ - [ - "path", - { - "d": "M14 3.072a8 8 0 0 1 2.617 11.424l4.944 4.943a1.5 1.5 0 0 1 -2.008 2.225l-.114 -.103l-4.943 -4.944a8 8 0 0 1 -12.49 -6.332l-.006 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-4 2.928a1 1 0 0 0 -.993 .883l-.007 .117v2h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2v2l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-2h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-2v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "zoom-in": [ - [ - "path", - { - "d": "M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M7 10l6 0" - } - ], - [ - "path", - { - "d": "M10 7l0 6" - } - ], - [ - "path", - { - "d": "M21 21l-6 -6" - } - ] - ], - "zoom-money": [ - [ - "path", - { - "d": "M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M21 21l-6 -6" - } - ], - [ - "path", - { - "d": "M12 7h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" - } - ], - [ - "path", - { - "d": "M10 13v1m0 -8v1" - } - ] - ], - "zoom-out-area": [ - [ - "path", - { - "d": "M13 15h4" - } - ], - [ - "path", - { - "d": "M15 15m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" - } - ], - [ - "path", - { - "d": "M22 22l-3 -3" - } - ], - [ - "path", - { - "d": "M6 18h-1a2 2 0 0 1 -2 -2v-1" - } - ], - [ - "path", - { - "d": "M3 11v-1" - } - ], - [ - "path", - { - "d": "M3 6v-1a2 2 0 0 1 2 -2h1" - } - ], - [ - "path", - { - "d": "M10 3h1" - } - ], - [ - "path", - { - "d": "M15 3h1a2 2 0 0 1 2 2v1" - } - ] - ], - "zoom-out-filled": [ - [ - "path", - { - "d": "M14 3.072a8 8 0 0 1 2.617 11.424l4.944 4.943a1.5 1.5 0 0 1 -2.008 2.225l-.114 -.103l-4.943 -4.944a8 8 0 0 1 -12.49 -6.332l-.006 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-1 5.928h-6l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h6l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z", - "stroke-width": "0", - "fill": "currentColor" - } - ] - ], - "zoom-out": [ - [ - "path", - { - "d": "M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M7 10l6 0" - } - ], - [ - "path", - { - "d": "M21 21l-6 -6" - } - ] - ], - "zoom-pan": [ - [ - "path", - { - "d": "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" - } - ], - [ - "path", - { - "d": "M17 17l-2.5 -2.5" - } - ], - [ - "path", - { - "d": "M10 5l2 -2l2 2" - } - ], - [ - "path", - { - "d": "M19 10l2 2l-2 2" - } - ], - [ - "path", - { - "d": "M5 10l-2 2l2 2" - } - ], - [ - "path", - { - "d": "M10 19l2 2l2 -2" - } - ] - ], - "zoom-question": [ - [ - "path", - { - "d": "M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" - } - ], - [ - "path", - { - "d": "M21 21l-6 -6" - } - ], - [ - "path", - { - "d": "M10 13l0 .01" - } - ], - [ - "path", - { - "d": "M10 10a1.5 1.5 0 1 0 -1.14 -2.474" - } - ] - ], - "zoom-replace": [ - [ - "path", - { - "d": "M21 21l-6 -6" - } - ], - [ - "path", - { - "d": "M3.291 8a7 7 0 0 1 5.077 -4.806a7.021 7.021 0 0 1 8.242 4.403" - } - ], - [ - "path", - { - "d": "M17 4v4h-4" - } - ], - [ - "path", - { - "d": "M16.705 12a7 7 0 0 1 -5.074 4.798a7.021 7.021 0 0 1 -8.241 -4.403" - } - ], - [ - "path", - { - "d": "M3 16v-4h4" - } - ] - ], - "zoom-reset": [ - [ - "path", - { - "d": "M21 21l-6 -6" - } - ], - [ - "path", - { - "d": "M3.268 12.043a7.017 7.017 0 0 0 6.634 4.957a7.012 7.012 0 0 0 7.043 -6.131a7 7 0 0 0 -5.314 -7.672a7.021 7.021 0 0 0 -8.241 4.403" - } - ], - [ - "path", - { - "d": "M3 4v4h4" - } - ] - ], - "zoom-scan": [ - [ - "path", - { - "d": "M4 8v-2a2 2 0 0 1 2 -2h2" - } - ], - [ - "path", - { - "d": "M4 16v2a2 2 0 0 0 2 2h2" - } - ], - [ - "path", - { - "d": "M16 4h2a2 2 0 0 1 2 2v2" - } - ], - [ - "path", - { - "d": "M16 20h2a2 2 0 0 0 2 -2v-2" - } - ], - [ - "path", - { - "d": "M8 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" - } - ], - [ - "path", - { - "d": "M16 16l-2.5 -2.5" - } - ] - ], - "zzz-off": [ - [ - "path", - { - "d": "M4 12h6l-6 8h6" - } - ], - [ - "path", - { - "d": "M14 4h6l-5.146 6.862m1.146 1.138h4" - } - ], - [ - "path", - { - "d": "M3 3l18 18" - } - ] - ], - "zzz": [ - [ - "path", - { - "d": "M4 12h6l-6 8h6" - } - ], - [ - "path", - { - "d": "M14 4h6l-6 8h6" - } - ] - ] -} \ No newline at end of file diff --git a/packages/icons/tabler-sprite-nostroke.svg b/packages/icons/tabler-sprite-nostroke.svg deleted file mode 100644 index b381afa62..000000000 --- a/packages/icons/tabler-sprite-nostroke.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/icons/tabler-sprite.svg b/packages/icons/tabler-sprite.svg deleted file mode 100644 index ba2d3329a..000000000 --- a/packages/icons/tabler-sprite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/icons/tags.json b/packages/icons/tags.json deleted file mode 100644 index 26094c66d..000000000 --- a/packages/icons/tags.json +++ /dev/null @@ -1,34736 +0,0 @@ -{ - "12-hours": { - "name": "12-hours", - "category": "System", - "tags": ["12", "hours", "icon", "stroke", "outline"], - "version": "2.32", - "unicode": "fc53" - }, - "123": { - "name": "123", - "category": "Numbers", - "tags": ["123", "numbers", "digit", "one", "two", "three", "icon", "stroke", "outline"], - "version": "1.106", - "unicode": "f554" - }, - "24-hours": { - "name": "24-hours", - "category": "System", - "tags": ["24", "hours", "clock", "time", "day", "support", "service", "icon", "stroke", "outline"], - "version": "1.113", - "unicode": "f5e7" - }, - "2fa": { - "name": "2fa", - "category": "", - "tags": ["2fa", "login", "password", "verification", "code", "two-step", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "eca0" - }, - "360-view": { - "name": "360-view", - "category": "", - "tags": ["360", "view", "degree", "rotation", "reality", "camera", "icon", "stroke", "outline"], - "version": "1.107", - "unicode": "f566" - }, - "360": { - "name": "360", - "category": "", - "tags": ["360", "rotate", "view", "degree", "virtual", "vr", "icon", "stroke", "outline"], - "version": "1.117", - "unicode": "f62f" - }, - "3d-cube-sphere-off": { - "name": "3d-cube-sphere-off", - "category": "", - "tags": ["3d", "cube", "sphere", "off", "printing", "vector", "shape", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3b5" - }, - "3d-cube-sphere": { - "name": "3d-cube-sphere", - "category": "", - "tags": ["3d", "cube", "sphere", "printing", "vector", "shape", "icon", "stroke", "outline"], - "version": "1.20", - "unicode": "ecd7" - }, - "3d-rotate": { - "name": "3d-rotate", - "category": "", - "tags": ["3d", "rotate", "rotation", "geometry", "3d", "modeling", "icon", "stroke", "outline"], - "version": "1.55", - "unicode": "f020" - }, - "a-b-2": { - "name": "a-b-2", - "category": "", - "tags": ["a", "b", "2", "test", "visual", "user", "icon", "stroke", "outline"], - "version": "1.76", - "unicode": "f25f" - }, - "a-b-off": { - "name": "a-b-off", - "category": "", - "tags": ["a", "b", "off", "test", "visual", "user", "icon", "stroke", "outline"], - "version": "1.62", - "unicode": "f0a6" - }, - "a-b": { - "name": "a-b", - "category": "", - "tags": ["a", "b", "test", "visual", "user", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec36" - }, - "abacus-off": { - "name": "abacus-off", - "category": "Math", - "tags": ["abacus", "off", "abacus", "math", "counting", "adding up", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3b6" - }, - "abacus": { - "name": "abacus", - "category": "Math", - "tags": ["abacus", "abacus", "math", "counting", "adding up", "icon", "stroke", "outline"], - "version": "1.58", - "unicode": "f05c" - }, - "abc": { - "name": "abc", - "category": "", - "tags": ["abc", "letters", "alphabet", "latin", "icon", "stroke", "outline"], - "version": "1.107", - "unicode": "f567" - }, - "access-point-off": { - "name": "access-point-off", - "category": "Devices", - "tags": ["access", "point", "off", "device", "hosts", "airwaves", "wireless", "network", "icon", "stroke", "outline"], - "version": "1.25", - "unicode": "ed1a" - }, - "access-point": { - "name": "access-point", - "category": "Devices", - "tags": ["access", "point", "device", "hosts", "airwaves", "wireless", "network", "icon", "stroke", "outline"], - "version": "1.25", - "unicode": "ed1b" - }, - "accessible-off-filled": { - "name": "accessible-off-filled", - "category": "Filled", - "tags": ["accessible", "off", "filled", "low-vision", "blind", "disability", "handicapped", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6ea" - }, - "accessible-off": { - "name": "accessible-off", - "category": "", - "tags": ["accessible", "off", "low-vision", "blind", "disability", "handicapped", "icon", "stroke", "outline"], - "version": "1.62", - "unicode": "f0a7" - }, - "accessible": { - "name": "accessible", - "category": "", - "tags": ["accessible", "low-vision", "blind", "disability", "handicapped", "icon", "stroke", "outline"], - "version": "1.4", - "unicode": "eba9" - }, - "activity-heartbeat": { - "name": "activity-heartbeat", - "category": "", - "tags": ["activity", "heartbeat", "pulse", "lifeline", "impuls", "hospital", "heartrate", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0db" - }, - "activity": { - "name": "activity", - "category": "", - "tags": ["activity", "pulse", "motion", "health", "action", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ed23" - }, - "ad-2": { - "name": "ad-2", - "category": "Design", - "tags": ["ad", "2", "advert", "advertisement", "marketing", "commercial", "traffic", "icon", "stroke", "outline"], - "version": "1.41", - "unicode": "ef1f" - }, - "ad-circle-filled": { - "name": "ad-circle-filled", - "category": "Filled", - "tags": ["ad", "circle", "filled", "marketing", "promotion", "advertisement", "shape", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7d3" - }, - "ad-circle-off": { - "name": "ad-circle-off", - "category": "", - "tags": ["ad", "circle", "off", "marketing", "promotion", "advertisement", "shape", "icon", "stroke", "outline"], - "version": "2.6", - "unicode": "f79d" - }, - "ad-circle": { - "name": "ad-circle", - "category": "", - "tags": ["ad", "circle", "marketing", "promotion", "advertisement", "shape", "icon", "stroke", "outline"], - "version": "2.6", - "unicode": "f79e" - }, - "ad-filled": { - "name": "ad-filled", - "category": "Filled", - "tags": ["ad", "filled", "advert", "advertisement", "marketing", "commercial", "traffic", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6eb" - }, - "ad-off": { - "name": "ad-off", - "category": "Design", - "tags": ["ad", "off", "advert", "advertisement", "marketing", "commercial", "traffic", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3b7" - }, - "ad": { - "name": "ad", - "category": "Design", - "tags": ["ad", "advert", "advertisement", "marketing", "commercial", "traffic", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "ea02" - }, - "address-book-off": { - "name": "address-book-off", - "category": "", - "tags": ["address", "book", "off", "contact", "contacts", "phonebook", "profile", "resources", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3b8" - }, - "address-book": { - "name": "address-book", - "category": "", - "tags": ["address", "book", "contact", "contacts", "phonebook", "profile", "resources", "icon", "stroke", "outline"], - "version": "1.55", - "unicode": "f021" - }, - "adjustments-alt": { - "name": "adjustments-alt", - "category": "System", - "tags": ["adjustments", "alt", "equalizer", "sliders", "controls", "settings", "filter", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec37" - }, - "adjustments-bolt": { - "name": "adjustments-bolt", - "category": "System", - "tags": ["adjustments", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f7fb" - }, - "adjustments-cancel": { - "name": "adjustments-cancel", - "category": "System", - "tags": ["adjustments", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f7fc" - }, - "adjustments-check": { - "name": "adjustments-check", - "category": "System", - "tags": ["adjustments", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f7fd" - }, - "adjustments-code": { - "name": "adjustments-code", - "category": "System", - "tags": ["adjustments", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f7fe" - }, - "adjustments-cog": { - "name": "adjustments-cog", - "category": "System", - "tags": ["adjustments", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f7ff" - }, - "adjustments-dollar": { - "name": "adjustments-dollar", - "category": "System", - "tags": ["adjustments", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f800" - }, - "adjustments-down": { - "name": "adjustments-down", - "category": "System", - "tags": ["adjustments", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f801" - }, - "adjustments-exclamation": { - "name": "adjustments-exclamation", - "category": "System", - "tags": ["adjustments", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f802" - }, - "adjustments-filled": { - "name": "adjustments-filled", - "category": "Filled", - "tags": ["adjustments", "filled", "equalizer", "sliders", "controls", "settings", "filter", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6ec" - }, - "adjustments-heart": { - "name": "adjustments-heart", - "category": "System", - "tags": ["adjustments", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f803" - }, - "adjustments-horizontal": { - "name": "adjustments-horizontal", - "category": "System", - "tags": ["adjustments", "horizontal", "equalizer", "sliders", "controls", "settings", "filter", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec38" - }, - "adjustments-minus": { - "name": "adjustments-minus", - "category": "System", - "tags": ["adjustments", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f804" - }, - "adjustments-off": { - "name": "adjustments-off", - "category": "System", - "tags": ["adjustments", "off", "equalizer", "sliders", "controls", "settings", "filter", "icon", "stroke", "outline"], - "version": "1.62", - "unicode": "f0a8" - }, - "adjustments-pause": { - "name": "adjustments-pause", - "category": "System", - "tags": ["adjustments", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f805" - }, - "adjustments-pin": { - "name": "adjustments-pin", - "category": "System", - "tags": ["adjustments", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f806" - }, - "adjustments-plus": { - "name": "adjustments-plus", - "category": "System", - "tags": ["adjustments", "plus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f807" - }, - "adjustments-question": { - "name": "adjustments-question", - "category": "System", - "tags": ["adjustments", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f808" - }, - "adjustments-search": { - "name": "adjustments-search", - "category": "System", - "tags": ["adjustments", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f809" - }, - "adjustments-share": { - "name": "adjustments-share", - "category": "System", - "tags": ["adjustments", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f80a" - }, - "adjustments-star": { - "name": "adjustments-star", - "category": "System", - "tags": ["adjustments", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f80b" - }, - "adjustments-up": { - "name": "adjustments-up", - "category": "System", - "tags": ["adjustments", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f80c" - }, - "adjustments-x": { - "name": "adjustments-x", - "category": "System", - "tags": ["adjustments", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f80d" - }, - "adjustments": { - "name": "adjustments", - "category": "System", - "tags": ["adjustments", "equalizer", "sliders", "controls", "settings", "filter", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea03" - }, - "aerial-lift": { - "name": "aerial-lift", - "category": "Vehicles", - "tags": ["aerial", "lift", "cable", "car", "gondola", "mountains", "ski", "tramway", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "edfe" - }, - "affiliate-filled": { - "name": "affiliate-filled", - "category": "Filled", - "tags": ["affiliate", "filled", "network", "connection", "collaboration", "people", "connect", "organization", "networking", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6ed" - }, - "affiliate": { - "name": "affiliate", - "category": "", - "tags": ["affiliate", "network", "connection", "collaboration", "people", "connect", "organization", "networking", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "edff" - }, - "air-balloon": { - "name": "air-balloon", - "category": "Vehicles", - "tags": ["air", "balloon", "travel", "adventure", "attraction", "fly", "transport", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4a6" - }, - "air-conditioning-disabled": { - "name": "air-conditioning-disabled", - "category": "", - "tags": ["air", "conditioning", "disabled", "cold", "home", "cooling", "hot", "false", "icon", "stroke", "outline"], - "version": "1.105", - "unicode": "f542" - }, - "air-conditioning": { - "name": "air-conditioning", - "category": "", - "tags": ["air", "conditioning", "cold", "ice", "home", "cooling", "heating", "hot", "icon", "stroke", "outline"], - "version": "1.93", - "unicode": "f3a2" - }, - "air-traffic-control": { - "name": "air-traffic-control", - "category": "Map", - "tags": ["air", "traffic", "control", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb01" - }, - "alarm-average": { - "name": "alarm-average", - "category": "System", - "tags": ["alarm", "average", "notification", "metric", "ringing", "mean", "alertness", "time", "clockwork", "signal", "bell", "chime", "icon", "stroke", "outline"], - "version": "2.36", - "unicode": "fc9e" - }, - "alarm-filled": { - "name": "alarm-filled", - "category": "Filled", - "tags": ["alarm", "filled", "time", "watch", "clock", "ring", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f709" - }, - "alarm-minus-filled": { - "name": "alarm-minus-filled", - "category": "Filled", - "tags": ["alarm", "minus", "filled", "alarm", "bell", "notification", "delete", "remove", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f70a" - }, - "alarm-minus": { - "name": "alarm-minus", - "category": "System", - "tags": ["alarm", "minus", "alarm", "bell", "notification", "delete", "remove", "icon", "stroke", "outline"], - "version": "1.117", - "unicode": "f630" - }, - "alarm-off": { - "name": "alarm-off", - "category": "System", - "tags": ["alarm", "off", "time", "watch", "clock", "ring", "icon", "stroke", "outline"], - "version": "1.62", - "unicode": "f0a9" - }, - "alarm-plus-filled": { - "name": "alarm-plus-filled", - "category": "Filled", - "tags": ["alarm", "plus", "filled", "alarm", "bell", "notification", "add", "new", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f70b" - }, - "alarm-plus": { - "name": "alarm-plus", - "category": "System", - "tags": ["alarm", "plus", "alarm", "bell", "notification", "add", "new", "icon", "stroke", "outline"], - "version": "1.117", - "unicode": "f631" - }, - "alarm-snooze-filled": { - "name": "alarm-snooze-filled", - "category": "Filled", - "tags": ["alarm", "snooze", "filled", "alarm", "bell", "notification", "sleep", "nap", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f70c" - }, - "alarm-snooze": { - "name": "alarm-snooze", - "category": "System", - "tags": ["alarm", "snooze", "alarm", "bell", "notification", "sleep", "nap", "icon", "stroke", "outline"], - "version": "1.117", - "unicode": "f632" - }, - "alarm": { - "name": "alarm", - "category": "System", - "tags": ["alarm", "time", "watch", "clock", "ring", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "ea04" - }, - "album-off": { - "name": "album-off", - "category": "", - "tags": ["album", "off", "photos", "photography", "gallery", "music", "image", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3b9" - }, - "album": { - "name": "album", - "category": "", - "tags": ["album", "photos", "photography", "gallery", "music", "image", "icon", "stroke", "outline"], - "version": "1.55", - "unicode": "f022" - }, - "alert-circle-filled": { - "name": "alert-circle-filled", - "category": "Filled", - "tags": ["alert", "circle", "filled", "warning", "danger", "caution", "risk", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6ee" - }, - "alert-circle-off": { - "name": "alert-circle-off", - "category": "System", - "tags": ["alert", "circle", "off", "warning", "danger", "caution", "risk", "icon", "stroke", "outline"], - "version": "2.33", - "unicode": "fc65" - }, - "alert-circle": { - "name": "alert-circle", - "category": "System", - "tags": ["alert", "circle", "warning", "danger", "caution", "risk", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea05" - }, - "alert-hexagon-filled": { - "name": "alert-hexagon-filled", - "category": "Filled", - "tags": ["alert", "hexagon", "filled", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa34" - }, - "alert-hexagon-off": { - "name": "alert-hexagon-off", - "category": "System", - "tags": ["alert", "hexagon", "off", "icon", "stroke", "outline"], - "version": "2.33", - "unicode": "fc66" - }, - "alert-hexagon": { - "name": "alert-hexagon", - "category": "System", - "tags": ["alert", "hexagon", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f80e" - }, - "alert-octagon-filled": { - "name": "alert-octagon-filled", - "category": "Filled", - "tags": ["alert", "octagon", "filled", "warning", "danger", "caution", "risk", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6ef" - }, - "alert-octagon": { - "name": "alert-octagon", - "category": "System", - "tags": ["alert", "octagon", "warning", "danger", "caution", "risk", "icon", "stroke", "outline"], - "version": "1.19", - "unicode": "ecc6" - }, - "alert-small-off": { - "name": "alert-small-off", - "category": "System", - "tags": ["alert", "small", "off", "icon", "stroke", "outline"], - "version": "2.33", - "unicode": "fc67" - }, - "alert-small": { - "name": "alert-small", - "category": "System", - "tags": ["alert", "small", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f80f" - }, - "alert-square-filled": { - "name": "alert-square-filled", - "category": "Filled", - "tags": ["alert", "square", "filled", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa35" - }, - "alert-square-rounded-filled": { - "name": "alert-square-rounded-filled", - "category": "Filled", - "tags": ["alert", "square", "rounded", "filled", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa36" - }, - "alert-square-rounded-off": { - "name": "alert-square-rounded-off", - "category": "System", - "tags": ["alert", "square", "rounded", "off", "icon", "stroke", "outline"], - "version": "2.33", - "unicode": "fc68" - }, - "alert-square-rounded": { - "name": "alert-square-rounded", - "category": "System", - "tags": ["alert", "square", "rounded", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f810" - }, - "alert-square": { - "name": "alert-square", - "category": "System", - "tags": ["alert", "square", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f811" - }, - "alert-triangle-filled": { - "name": "alert-triangle-filled", - "category": "Filled", - "tags": ["alert", "triangle", "filled", "warning", "danger", "caution", "risk", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6f0" - }, - "alert-triangle-off": { - "name": "alert-triangle-off", - "category": "System", - "tags": ["alert", "triangle", "off", "warning", "danger", "caution", "risk", "icon", "stroke", "outline"], - "version": "2.33", - "unicode": "fc69" - }, - "alert-triangle": { - "name": "alert-triangle", - "category": "System", - "tags": ["alert", "triangle", "warning", "danger", "caution", "risk", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea06" - }, - "alien-filled": { - "name": "alien-filled", - "category": "Filled", - "tags": ["alien", "filled", "universe", "extraterrestrial", "ufo", "space", "galaxy", "planet", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f70d" - }, - "alien": { - "name": "alien", - "category": "", - "tags": ["alien", "universe", "extraterrestrial", "ufo", "space", "galaxy", "planet", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebde" - }, - "align-box-bottom-center-filled": { - "name": "align-box-bottom-center-filled", - "category": "Filled", - "tags": ["align", "box", "bottom", "center", "filled", "text", "type", "down", "south", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f70e" - }, - "align-box-bottom-center": { - "name": "align-box-bottom-center", - "category": "Text", - "tags": ["align", "box", "bottom", "center", "text", "type", "down", "south", "icon", "stroke", "outline"], - "version": "1.104", - "unicode": "f530" - }, - "align-box-bottom-left-filled": { - "name": "align-box-bottom-left-filled", - "category": "Filled", - "tags": ["align", "box", "bottom", "left", "filled", "text", "type", "west", "corner", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f70f" - }, - "align-box-bottom-left": { - "name": "align-box-bottom-left", - "category": "Text", - "tags": ["align", "box", "bottom", "left", "text", "type", "west", "corner", "icon", "stroke", "outline"], - "version": "1.104", - "unicode": "f531" - }, - "align-box-bottom-right-filled": { - "name": "align-box-bottom-right-filled", - "category": "Filled", - "tags": ["align", "box", "bottom", "right", "filled", "text", "type", "east", "corner", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f710" - }, - "align-box-bottom-right": { - "name": "align-box-bottom-right", - "category": "Text", - "tags": ["align", "box", "bottom", "right", "text", "type", "east", "corner", "icon", "stroke", "outline"], - "version": "1.104", - "unicode": "f532" - }, - "align-box-center-bottom": { - "name": "align-box-center-bottom", - "category": "Text", - "tags": ["align", "box", "center", "bottom", "icon", "stroke", "outline"], - "version": "2.22", - "unicode": "facb" - }, - "align-box-center-middle-filled": { - "name": "align-box-center-middle-filled", - "category": "Filled", - "tags": ["align", "box", "center", "middle", "filled", "text", "type", "line", "horizontal", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7d4" - }, - "align-box-center-middle": { - "name": "align-box-center-middle", - "category": "Text", - "tags": ["align", "box", "center", "middle", "text", "type", "line", "horizontal", "icon", "stroke", "outline"], - "version": "2.6", - "unicode": "f79f" - }, - "align-box-center-stretch": { - "name": "align-box-center-stretch", - "category": "Text", - "tags": ["align", "box", "center", "stretch", "icon", "stroke", "outline"], - "version": "2.22", - "unicode": "facc" - }, - "align-box-center-top": { - "name": "align-box-center-top", - "category": "Text", - "tags": ["align", "box", "center", "top", "icon", "stroke", "outline"], - "version": "2.22", - "unicode": "facd" - }, - "align-box-left-bottom-filled": { - "name": "align-box-left-bottom-filled", - "category": "Filled", - "tags": ["align", "box", "left", "bottom", "filled", "text", "type", "west", "down", "south", "corner", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f711" - }, - "align-box-left-bottom": { - "name": "align-box-left-bottom", - "category": "Text", - "tags": ["align", "box", "left", "bottom", "text", "type", "west", "down", "south", "corner", "icon", "stroke", "outline"], - "version": "1.104", - "unicode": "f533" - }, - "align-box-left-middle-filled": { - "name": "align-box-left-middle-filled", - "category": "Filled", - "tags": ["align", "box", "left", "middle", "filled", "text", "type", "west", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f712" - }, - "align-box-left-middle": { - "name": "align-box-left-middle", - "category": "Text", - "tags": ["align", "box", "left", "middle", "text", "type", "west", "icon", "stroke", "outline"], - "version": "1.104", - "unicode": "f534" - }, - "align-box-left-stretch": { - "name": "align-box-left-stretch", - "category": "Text", - "tags": ["align", "box", "left", "stretch", "icon", "stroke", "outline"], - "version": "2.22", - "unicode": "face" - }, - "align-box-left-top-filled": { - "name": "align-box-left-top-filled", - "category": "Filled", - "tags": ["align", "box", "left", "top", "filled", "text", "type", "west", "up", "north", "corner", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f713" - }, - "align-box-left-top": { - "name": "align-box-left-top", - "category": "Text", - "tags": ["align", "box", "left", "top", "text", "type", "west", "up", "north", "corner", "icon", "stroke", "outline"], - "version": "1.104", - "unicode": "f535" - }, - "align-box-right-bottom-filled": { - "name": "align-box-right-bottom-filled", - "category": "Filled", - "tags": ["align", "box", "right", "bottom", "filled", "text", "type", "east", "down", "south", "corner", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f714" - }, - "align-box-right-bottom": { - "name": "align-box-right-bottom", - "category": "Text", - "tags": ["align", "box", "right", "bottom", "text", "type", "east", "down", "south", "corner", "icon", "stroke", "outline"], - "version": "1.104", - "unicode": "f536" - }, - "align-box-right-middle-filled": { - "name": "align-box-right-middle-filled", - "category": "Filled", - "tags": ["align", "box", "right", "middle", "filled", "text", "type", "east", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7d5" - }, - "align-box-right-middle": { - "name": "align-box-right-middle", - "category": "Text", - "tags": ["align", "box", "right", "middle", "text", "type", "east", "icon", "stroke", "outline"], - "version": "1.104", - "unicode": "f537" - }, - "align-box-right-stretch": { - "name": "align-box-right-stretch", - "category": "Text", - "tags": ["align", "box", "right", "stretch", "icon", "stroke", "outline"], - "version": "2.22", - "unicode": "facf" - }, - "align-box-right-top-filled": { - "name": "align-box-right-top-filled", - "category": "Filled", - "tags": ["align", "box", "right", "top", "filled", "text", "type", "east", "up", "north", "corner", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f715" - }, - "align-box-right-top": { - "name": "align-box-right-top", - "category": "Text", - "tags": ["align", "box", "right", "top", "text", "type", "east", "up", "north", "corner", "icon", "stroke", "outline"], - "version": "1.104", - "unicode": "f538" - }, - "align-box-top-center-filled": { - "name": "align-box-top-center-filled", - "category": "Filled", - "tags": ["align", "box", "top", "center", "filled", "text", "type", "up", "north", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f716" - }, - "align-box-top-center": { - "name": "align-box-top-center", - "category": "Text", - "tags": ["align", "box", "top", "center", "text", "type", "up", "north", "icon", "stroke", "outline"], - "version": "1.104", - "unicode": "f539" - }, - "align-box-top-left-filled": { - "name": "align-box-top-left-filled", - "category": "Filled", - "tags": ["align", "box", "top", "left", "filled", "text", "type", "up", "north", "east", "corner", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f717" - }, - "align-box-top-left": { - "name": "align-box-top-left", - "category": "Text", - "tags": ["align", "box", "top", "left", "text", "type", "up", "north", "east", "corner", "icon", "stroke", "outline"], - "version": "1.104", - "unicode": "f53a" - }, - "align-box-top-right-filled": { - "name": "align-box-top-right-filled", - "category": "Filled", - "tags": ["align", "box", "top", "right", "filled", "text", "type", "up", "north", "west", "corner", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f718" - }, - "align-box-top-right": { - "name": "align-box-top-right", - "category": "Text", - "tags": ["align", "box", "top", "right", "text", "type", "up", "north", "west", "corner", "icon", "stroke", "outline"], - "version": "1.104", - "unicode": "f53b" - }, - "align-center": { - "name": "align-center", - "category": "Text", - "tags": ["align", "center", "text", "alignment", "position", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea07" - }, - "align-justified": { - "name": "align-justified", - "category": "Text", - "tags": ["align", "justified", "text", "alignment", "position", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea08" - }, - "align-left": { - "name": "align-left", - "category": "Text", - "tags": ["align", "left", "text", "alignment", "position", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea09" - }, - "align-right": { - "name": "align-right", - "category": "Text", - "tags": ["align", "right", "text", "alignment", "position", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea0a" - }, - "alpha": { - "name": "alpha", - "category": "Letters", - "tags": ["alpha", "letter", "alphabet", "greek", "math", "icon", "stroke", "outline"], - "version": "1.105", - "unicode": "f543" - }, - "alphabet-cyrillic": { - "name": "alphabet-cyrillic", - "category": "Text", - "tags": ["alphabet", "cyrillic", "russia", "letters", "language", "icon", "stroke", "outline"], - "version": "1.69", - "unicode": "f1df" - }, - "alphabet-greek": { - "name": "alphabet-greek", - "category": "Text", - "tags": ["alphabet", "greek", "letters", "language", "alpha", "beta", "icon", "stroke", "outline"], - "version": "1.69", - "unicode": "f1e0" - }, - "alphabet-latin": { - "name": "alphabet-latin", - "category": "Text", - "tags": ["alphabet", "latin", "letters", "language", "rome", "icon", "stroke", "outline"], - "version": "1.69", - "unicode": "f1e1" - }, - "alt": { - "name": "alt", - "category": "", - "tags": ["alt", "alternative", "substitute", "replacement", "variant", "different", "alternate", "variation", "stand-in", "option", "choice", "icon", "stroke", "outline"], - "version": "2.32", - "unicode": "fc54" - }, - "ambulance": { - "name": "ambulance", - "category": "Vehicles", - "tags": ["ambulance", "vehicle", "car", "hospital", "ward", "doctor", "rescuer", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ebf5" - }, - "ampersand": { - "name": "ampersand", - "category": "Math", - "tags": ["ampersand", "and", "also", "besides", "moreover", "icon", "stroke", "outline"], - "version": "1.73", - "unicode": "f229" - }, - "analyze-filled": { - "name": "analyze-filled", - "category": "Filled", - "tags": ["analyze", "filled", "analytics", "data", "statistics", "graph", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f719" - }, - "analyze-off": { - "name": "analyze-off", - "category": "", - "tags": ["analyze", "off", "analytics", "data", "statistics", "graph", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3ba" - }, - "analyze": { - "name": "analyze", - "category": "", - "tags": ["analyze", "analytics", "data", "statistics", "graph", "icon", "stroke", "outline"], - "version": "1.93", - "unicode": "f3a3" - }, - "anchor-off": { - "name": "anchor-off", - "category": "Map", - "tags": ["anchor", "off", "hold", "ship", "harbor", "docks", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f0f7" - }, - "anchor": { - "name": "anchor", - "category": "Map", - "tags": ["anchor", "hold", "ship", "harbor", "docks", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb76" - }, - "angle": { - "name": "angle", - "category": "Design", - "tags": ["angle", "geometry", "math", "degrees", "icon", "stroke", "outline"], - "version": "1.41", - "unicode": "ef20" - }, - "ankh": { - "name": "ankh", - "category": "Symbols", - "tags": ["ankh", "egypt", "religion", "cultures", "community", "icon", "stroke", "outline"], - "version": "1.68", - "unicode": "f1cd" - }, - "antenna-bars-1": { - "name": "antenna-bars-1", - "category": "Devices", - "tags": ["antenna", "bars", "1", "signal", "wireless", "wi-fi", "quality", "icon", "stroke", "outline"], - "version": "1.19", - "unicode": "ecc7" - }, - "antenna-bars-2": { - "name": "antenna-bars-2", - "category": "Devices", - "tags": ["antenna", "bars", "2", "signal", "wireless", "wi-fi", "quality", "icon", "stroke", "outline"], - "version": "1.19", - "unicode": "ecc8" - }, - "antenna-bars-3": { - "name": "antenna-bars-3", - "category": "Devices", - "tags": ["antenna", "bars", "3", "signal", "wireless", "wi-fi", "quality", "icon", "stroke", "outline"], - "version": "1.19", - "unicode": "ecc9" - }, - "antenna-bars-4": { - "name": "antenna-bars-4", - "category": "Devices", - "tags": ["antenna", "bars", "4", "signal", "wireless", "wi-fi", "quality", "icon", "stroke", "outline"], - "version": "1.19", - "unicode": "ecca" - }, - "antenna-bars-5": { - "name": "antenna-bars-5", - "category": "Devices", - "tags": ["antenna", "bars", "5", "signal", "wireless", "wi-fi", "quality", "icon", "stroke", "outline"], - "version": "1.19", - "unicode": "eccb" - }, - "antenna-bars-off": { - "name": "antenna-bars-off", - "category": "Devices", - "tags": ["antenna", "bars", "off", "signal", "wireless", "wi-fi", "quality", "icon", "stroke", "outline"], - "version": "1.62", - "unicode": "f0aa" - }, - "antenna-off": { - "name": "antenna-off", - "category": "Devices", - "tags": ["antenna", "off", "reach", "tv", "network", "connetion", "signal", "communication", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3bb" - }, - "antenna": { - "name": "antenna", - "category": "Devices", - "tags": ["antenna", "reach", "tv", "network", "connetion", "signal", "communication", "icon", "stroke", "outline"], - "version": "1.61", - "unicode": "f094" - }, - "aperture-off": { - "name": "aperture-off", - "category": "Photography", - "tags": ["aperture", "off", "hole", "opening", "vent", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3bc" - }, - "aperture": { - "name": "aperture", - "category": "Photography", - "tags": ["aperture", "hole", "opening", "vent", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb58" - }, - "api-app-off": { - "name": "api-app-off", - "category": "Development", - "tags": ["api", "app", "off", "development", "software", "developer", "platform", "icon", "stroke", "outline"], - "version": "1.62", - "unicode": "f0ab" - }, - "api-app": { - "name": "api-app", - "category": "Development", - "tags": ["api", "app", "development", "software", "developer", "platform", "icon", "stroke", "outline"], - "version": "1.53", - "unicode": "effc" - }, - "api-off": { - "name": "api-off", - "category": "Development", - "tags": ["api", "off", "programming", "coding", "program", "code", "configuration", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f0f8" - }, - "api": { - "name": "api", - "category": "Development", - "tags": ["api", "programming", "coding", "program", "code", "configuration", "icon", "stroke", "outline"], - "version": "1.53", - "unicode": "effd" - }, - "app-window-filled": { - "name": "app-window-filled", - "category": "Filled", - "tags": ["app", "window", "filled", "browser", "page", "website", "web", "interface", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f71a" - }, - "app-window": { - "name": "app-window", - "category": "", - "tags": ["app", "window", "browser", "page", "website", "web", "interface", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "efe6" - }, - "apple": { - "name": "apple", - "category": "Food", - "tags": ["apple", "fruit", "healthy", "diet", "fitness", "icon", "stroke", "outline"], - "version": "1.41", - "unicode": "ef21" - }, - "apps-filled": { - "name": "apps-filled", - "category": "Filled", - "tags": ["apps", "filled", "application", "add-on", "user", "download", "mobile", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6f1" - }, - "apps-off": { - "name": "apps-off", - "category": "Development", - "tags": ["apps", "off", "application", "add-on", "user", "download", "mobile", "icon", "stroke", "outline"], - "version": "1.62", - "unicode": "f0ac" - }, - "apps": { - "name": "apps", - "category": "Development", - "tags": ["apps", "application", "add-on", "user", "download", "mobile", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "ebb6" - }, - "archery-arrow": { - "name": "archery-arrow", - "category": "", - "tags": ["archery", "arrow", "bow", "target", "shoot", "sports", "archer", "hunting", "bullseye", "flight", "quiver", "precision", "icon", "stroke", "outline"], - "version": "2.32", - "unicode": "fc55" - }, - "archive-filled": { - "name": "archive-filled", - "category": "Filled", - "tags": ["archive", "filled", "icon", "stroke", "outline"], - "version": "2.19", - "unicode": "fa82" - }, - "archive-off": { - "name": "archive-off", - "category": "Document", - "tags": ["archive", "off", "box", "index", "records", "old", "collect", "icon", "stroke", "outline"], - "version": "1.62", - "unicode": "f0ad" - }, - "archive": { - "name": "archive", - "category": "Document", - "tags": ["archive", "box", "index", "records", "old", "collect", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea0b" - }, - "armchair-2-off": { - "name": "armchair-2-off", - "category": "", - "tags": ["armchair", "2", "off", "seat", "chair", "sofa", "home", "furniture", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3bd" - }, - "armchair-2": { - "name": "armchair-2", - "category": "", - "tags": ["armchair", "2", "seat", "chair", "sofa", "home", "furniture", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "efe7" - }, - "armchair-off": { - "name": "armchair-off", - "category": "", - "tags": ["armchair", "off", "seat", "chair", "sofa", "home", "furniture", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3be" - }, - "armchair": { - "name": "armchair", - "category": "", - "tags": ["armchair", "seat", "chair", "sofa", "home", "furniture", "icon", "stroke", "outline"], - "version": "1.48", - "unicode": "ef9e" - }, - "arrow-autofit-content-filled": { - "name": "arrow-autofit-content-filled", - "category": "Filled", - "tags": ["arrow", "autofit", "content", "filled", "direction", "east", "west", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6f2" - }, - "arrow-autofit-content": { - "name": "arrow-autofit-content", - "category": "Arrows", - "tags": ["arrow", "autofit", "content", "direction", "east", "west", "icon", "stroke", "outline"], - "version": "1.42", - "unicode": "ef31" - }, - "arrow-autofit-down": { - "name": "arrow-autofit-down", - "category": "Arrows", - "tags": ["arrow", "autofit", "down", "direction", "south", "icon", "stroke", "outline"], - "version": "1.42", - "unicode": "ef32" - }, - "arrow-autofit-height": { - "name": "arrow-autofit-height", - "category": "Arrows", - "tags": ["arrow", "autofit", "height", "direction", "north", "up", "down", "south", "icon", "stroke", "outline"], - "version": "1.42", - "unicode": "ef33" - }, - "arrow-autofit-left": { - "name": "arrow-autofit-left", - "category": "Arrows", - "tags": ["arrow", "autofit", "left", "direction", "west", "icon", "stroke", "outline"], - "version": "1.42", - "unicode": "ef34" - }, - "arrow-autofit-right": { - "name": "arrow-autofit-right", - "category": "Arrows", - "tags": ["arrow", "autofit", "right", "direction", "east", "west", "icon", "stroke", "outline"], - "version": "1.42", - "unicode": "ef35" - }, - "arrow-autofit-up": { - "name": "arrow-autofit-up", - "category": "Arrows", - "tags": ["arrow", "autofit", "up", "direction", "north", "icon", "stroke", "outline"], - "version": "1.42", - "unicode": "ef36" - }, - "arrow-autofit-width": { - "name": "arrow-autofit-width", - "category": "Arrows", - "tags": ["arrow", "autofit", "width", "direction", "east", "west", "icon", "stroke", "outline"], - "version": "1.42", - "unicode": "ef37" - }, - "arrow-back-up-double": { - "name": "arrow-back-up-double", - "category": "Arrows", - "tags": ["arrow", "back", "up", "double", "icon", "stroke", "outline"], - "version": "2.11", - "unicode": "f9ec" - }, - "arrow-back-up": { - "name": "arrow-back-up", - "category": "Arrows", - "tags": ["arrow", "back", "up", "pointer", "return", "revert", "reverse", "undo", "left", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb77" - }, - "arrow-back": { - "name": "arrow-back", - "category": "Arrows", - "tags": ["arrow", "back", "pointer", "return", "revert", "reverse", "undo", "left", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "ea0c" - }, - "arrow-badge-down-filled": { - "name": "arrow-badge-down-filled", - "category": "Filled", - "tags": ["arrow", "badge", "down", "filled", "army", "badge", "military", "rank", "soldier", "war", "south", "bottom", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7d6" - }, - "arrow-badge-down": { - "name": "arrow-badge-down", - "category": "Arrows", - "tags": ["arrow", "badge", "down", "army", "badge", "military", "rank", "soldier", "war", "south", "bottom", "icon", "stroke", "outline"], - "version": "1.115", - "unicode": "f60b" - }, - "arrow-badge-left-filled": { - "name": "arrow-badge-left-filled", - "category": "Filled", - "tags": ["arrow", "badge", "left", "filled", "army", "badge", "military", "rank", "soldier", "war", "west", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7d7" - }, - "arrow-badge-left": { - "name": "arrow-badge-left", - "category": "Arrows", - "tags": ["arrow", "badge", "left", "army", "badge", "military", "rank", "soldier", "war", "west", "icon", "stroke", "outline"], - "version": "1.115", - "unicode": "f60c" - }, - "arrow-badge-right-filled": { - "name": "arrow-badge-right-filled", - "category": "Filled", - "tags": ["arrow", "badge", "right", "filled", "army", "badge", "military", "rank", "soldier", "war", "east", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7d8" - }, - "arrow-badge-right": { - "name": "arrow-badge-right", - "category": "Arrows", - "tags": ["arrow", "badge", "right", "army", "badge", "military", "rank", "soldier", "war", "east", "icon", "stroke", "outline"], - "version": "1.115", - "unicode": "f60d" - }, - "arrow-badge-up-filled": { - "name": "arrow-badge-up-filled", - "category": "Filled", - "tags": ["arrow", "badge", "up", "filled", "army", "badge", "military", "rank", "soldier", "war", "north", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7d9" - }, - "arrow-badge-up": { - "name": "arrow-badge-up", - "category": "Arrows", - "tags": ["arrow", "badge", "up", "army", "badge", "military", "rank", "soldier", "war", "north", "icon", "stroke", "outline"], - "version": "1.115", - "unicode": "f60e" - }, - "arrow-bar-both": { - "name": "arrow-bar-both", - "category": "Arrows", - "tags": ["arrow", "bar", "both", "icon", "stroke", "outline"], - "version": "2.23", - "unicode": "fadd" - }, - "arrow-bar-down": { - "name": "arrow-bar-down", - "category": "Arrows", - "tags": ["arrow", "bar", "down", "drag", "move", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea0d" - }, - "arrow-bar-left": { - "name": "arrow-bar-left", - "category": "Arrows", - "tags": ["arrow", "bar", "left", "drag", "move", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea0e" - }, - "arrow-bar-right": { - "name": "arrow-bar-right", - "category": "Arrows", - "tags": ["arrow", "bar", "right", "drag", "move", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea0f" - }, - "arrow-bar-to-down": { - "name": "arrow-bar-to-down", - "category": "Arrows", - "tags": ["arrow", "bar", "to", "down", "drag", "move", "icon", "stroke", "outline"], - "version": "1.15", - "unicode": "ec88" - }, - "arrow-bar-to-left": { - "name": "arrow-bar-to-left", - "category": "Arrows", - "tags": ["arrow", "bar", "to", "left", "drag", "move", "icon", "stroke", "outline"], - "version": "1.15", - "unicode": "ec89" - }, - "arrow-bar-to-right": { - "name": "arrow-bar-to-right", - "category": "Arrows", - "tags": ["arrow", "bar", "to", "right", "drag", "move", "icon", "stroke", "outline"], - "version": "1.15", - "unicode": "ec8a" - }, - "arrow-bar-to-up": { - "name": "arrow-bar-to-up", - "category": "Arrows", - "tags": ["arrow", "bar", "to", "up", "drag", "move", "icon", "stroke", "outline"], - "version": "1.15", - "unicode": "ec8b" - }, - "arrow-bar-up": { - "name": "arrow-bar-up", - "category": "Arrows", - "tags": ["arrow", "bar", "up", "drag", "move", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea10" - }, - "arrow-bear-left-2": { - "name": "arrow-bear-left-2", - "category": "Arrows", - "tags": ["arrow", "bear", "left", "2", "direction", "north", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f044" - }, - "arrow-bear-left": { - "name": "arrow-bear-left", - "category": "Arrows", - "tags": ["arrow", "bear", "left", "direction", "north", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f045" - }, - "arrow-bear-right-2": { - "name": "arrow-bear-right-2", - "category": "Arrows", - "tags": ["arrow", "bear", "right", "2", "direction", "north", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f046" - }, - "arrow-bear-right": { - "name": "arrow-bear-right", - "category": "Arrows", - "tags": ["arrow", "bear", "right", "direction", "north", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f047" - }, - "arrow-big-down-filled": { - "name": "arrow-big-down-filled", - "category": "Filled", - "tags": ["arrow", "big", "down", "filled", "direction", "south", "icon", "stroke", "outline"], - "version": "2.1", - "unicode": "f6c6" - }, - "arrow-big-down-line-filled": { - "name": "arrow-big-down-line-filled", - "category": "Filled", - "tags": ["arrow", "big", "down", "line", "filled", "direction", "south", "icon", "stroke", "outline"], - "version": "2.1", - "unicode": "f6c7" - }, - "arrow-big-down-line": { - "name": "arrow-big-down-line", - "category": "Arrows", - "tags": ["arrow", "big", "down", "line", "direction", "south", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "efe8" - }, - "arrow-big-down-lines-filled": { - "name": "arrow-big-down-lines-filled", - "category": "Filled", - "tags": ["arrow", "big", "down", "lines", "filled", "direction", "south", "icon", "stroke", "outline"], - "version": "2.1", - "unicode": "f6c8" - }, - "arrow-big-down-lines": { - "name": "arrow-big-down-lines", - "category": "Arrows", - "tags": ["arrow", "big", "down", "lines", "direction", "south", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "efe9" - }, - "arrow-big-down": { - "name": "arrow-big-down", - "category": "Arrows", - "tags": ["arrow", "big", "down", "direction", "south", "icon", "stroke", "outline"], - "version": "1.37", - "unicode": "edda" - }, - "arrow-big-left-filled": { - "name": "arrow-big-left-filled", - "category": "Filled", - "tags": ["arrow", "big", "left", "filled", "direction", "west", "icon", "stroke", "outline"], - "version": "2.1", - "unicode": "f6c9" - }, - "arrow-big-left-line-filled": { - "name": "arrow-big-left-line-filled", - "category": "Filled", - "tags": ["arrow", "big", "left", "line", "filled", "direction", "west", "icon", "stroke", "outline"], - "version": "2.1", - "unicode": "f6ca" - }, - "arrow-big-left-line": { - "name": "arrow-big-left-line", - "category": "Arrows", - "tags": ["arrow", "big", "left", "line", "direction", "west", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "efea" - }, - "arrow-big-left-lines-filled": { - "name": "arrow-big-left-lines-filled", - "category": "Filled", - "tags": ["arrow", "big", "left", "lines", "filled", "direction", "west", "icon", "stroke", "outline"], - "version": "2.1", - "unicode": "f6cb" - }, - "arrow-big-left-lines": { - "name": "arrow-big-left-lines", - "category": "Arrows", - "tags": ["arrow", "big", "left", "lines", "direction", "west", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "efeb" - }, - "arrow-big-left": { - "name": "arrow-big-left", - "category": "Arrows", - "tags": ["arrow", "big", "left", "direction", "west", "icon", "stroke", "outline"], - "version": "1.37", - "unicode": "eddb" - }, - "arrow-big-right-filled": { - "name": "arrow-big-right-filled", - "category": "Filled", - "tags": ["arrow", "big", "right", "filled", "direction", "east", "west", "icon", "stroke", "outline"], - "version": "2.1", - "unicode": "f6cc" - }, - "arrow-big-right-line-filled": { - "name": "arrow-big-right-line-filled", - "category": "Filled", - "tags": ["arrow", "big", "right", "line", "filled", "direction", "east", "west", "icon", "stroke", "outline"], - "version": "2.1", - "unicode": "f6cd" - }, - "arrow-big-right-line": { - "name": "arrow-big-right-line", - "category": "Arrows", - "tags": ["arrow", "big", "right", "line", "direction", "east", "west", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "efec" - }, - "arrow-big-right-lines-filled": { - "name": "arrow-big-right-lines-filled", - "category": "Filled", - "tags": ["arrow", "big", "right", "lines", "filled", "direction", "east", "west", "icon", "stroke", "outline"], - "version": "2.1", - "unicode": "f6ce" - }, - "arrow-big-right-lines": { - "name": "arrow-big-right-lines", - "category": "Arrows", - "tags": ["arrow", "big", "right", "lines", "direction", "east", "west", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "efed" - }, - "arrow-big-right": { - "name": "arrow-big-right", - "category": "Arrows", - "tags": ["arrow", "big", "right", "direction", "east", "west", "icon", "stroke", "outline"], - "version": "1.37", - "unicode": "eddc" - }, - "arrow-big-up-filled": { - "name": "arrow-big-up-filled", - "category": "Filled", - "tags": ["arrow", "big", "up", "filled", "direction", "north", "icon", "stroke", "outline"], - "version": "2.1", - "unicode": "f6cf" - }, - "arrow-big-up-line-filled": { - "name": "arrow-big-up-line-filled", - "category": "Filled", - "tags": ["arrow", "big", "up", "line", "filled", "direction", "north", "icon", "stroke", "outline"], - "version": "2.1", - "unicode": "f6d0" - }, - "arrow-big-up-line": { - "name": "arrow-big-up-line", - "category": "Arrows", - "tags": ["arrow", "big", "up", "line", "direction", "north", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "efee" - }, - "arrow-big-up-lines-filled": { - "name": "arrow-big-up-lines-filled", - "category": "Filled", - "tags": ["arrow", "big", "up", "lines", "filled", "direction", "north", "icon", "stroke", "outline"], - "version": "2.1", - "unicode": "f6d1" - }, - "arrow-big-up-lines": { - "name": "arrow-big-up-lines", - "category": "Arrows", - "tags": ["arrow", "big", "up", "lines", "direction", "north", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "efef" - }, - "arrow-big-up": { - "name": "arrow-big-up", - "category": "Arrows", - "tags": ["arrow", "big", "up", "direction", "north", "icon", "stroke", "outline"], - "version": "1.37", - "unicode": "eddd" - }, - "arrow-bounce": { - "name": "arrow-bounce", - "category": "Arrows", - "tags": ["arrow", "bounce", "direction", "cursor", "up", "pointer", "move", "icon", "stroke", "outline"], - "version": "1.93", - "unicode": "f3a4" - }, - "arrow-capsule": { - "name": "arrow-capsule", - "category": "Arrows", - "tags": ["arrow", "capsule", "icon", "stroke", "outline"], - "version": "2.23", - "unicode": "fade" - }, - "arrow-curve-left": { - "name": "arrow-curve-left", - "category": "Arrows", - "tags": ["arrow", "curve", "left", "direction", "north", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f048" - }, - "arrow-curve-right": { - "name": "arrow-curve-right", - "category": "Arrows", - "tags": ["arrow", "curve", "right", "direction", "north", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f049" - }, - "arrow-down-bar": { - "name": "arrow-down-bar", - "category": "Arrows", - "tags": ["arrow", "down", "bar", "drag", "move", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "ed98" - }, - "arrow-down-circle": { - "name": "arrow-down-circle", - "category": "Arrows", - "tags": ["arrow", "down", "circle", "proceed", "swipe", "below", "bottom", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea11" - }, - "arrow-down-from-arc": { - "name": "arrow-down-from-arc", - "category": "", - "tags": ["arrow", "down", "from", "arc", "icon", "stroke", "outline"], - "version": "2.46", - "unicode": "fd86" - }, - "arrow-down-left-circle": { - "name": "arrow-down-left-circle", - "category": "Arrows", - "tags": ["arrow", "down", "left", "circle", "corner", "bottom", "point", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea12" - }, - "arrow-down-left": { - "name": "arrow-down-left", - "category": "Arrows", - "tags": ["arrow", "down", "left", "corner", "bottom", "point", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea13" - }, - "arrow-down-rhombus": { - "name": "arrow-down-rhombus", - "category": "Arrows", - "tags": ["arrow", "down", "rhombus", "proceed", "swipe", "below", "shape", "bottom", "south", "icon", "stroke", "outline"], - "version": "1.116", - "unicode": "f61d" - }, - "arrow-down-right-circle": { - "name": "arrow-down-right-circle", - "category": "Arrows", - "tags": ["arrow", "down", "right", "circle", "corner", "bottom", "point", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea14" - }, - "arrow-down-right": { - "name": "arrow-down-right", - "category": "Arrows", - "tags": ["arrow", "down", "right", "corner", "bottom", "point", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea15" - }, - "arrow-down-square": { - "name": "arrow-down-square", - "category": "Arrows", - "tags": ["arrow", "down", "square", "drag", "move", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "ed9a" - }, - "arrow-down-tail": { - "name": "arrow-down-tail", - "category": "Arrows", - "tags": ["arrow", "down", "tail", "drag", "move", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "ed9b" - }, - "arrow-down-to-arc": { - "name": "arrow-down-to-arc", - "category": "", - "tags": ["arrow", "down", "to", "arc", "icon", "stroke", "outline"], - "version": "2.46", - "unicode": "fd87" - }, - "arrow-down": { - "name": "arrow-down", - "category": "Arrows", - "tags": ["arrow", "down", "proceed", "swipe", "below", "bottom", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea16" - }, - "arrow-elbow-left": { - "name": "arrow-elbow-left", - "category": "Arrows", - "tags": ["arrow", "elbow", "left", "icon", "stroke", "outline"], - "version": "2.11", - "unicode": "f9ed" - }, - "arrow-elbow-right": { - "name": "arrow-elbow-right", - "category": "Arrows", - "tags": ["arrow", "elbow", "right", "icon", "stroke", "outline"], - "version": "2.11", - "unicode": "f9ee" - }, - "arrow-fork": { - "name": "arrow-fork", - "category": "Arrows", - "tags": ["arrow", "fork", "direction", "north", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f04a" - }, - "arrow-forward-up-double": { - "name": "arrow-forward-up-double", - "category": "Arrows", - "tags": ["arrow", "forward", "up", "double", "icon", "stroke", "outline"], - "version": "2.11", - "unicode": "f9ef" - }, - "arrow-forward-up": { - "name": "arrow-forward-up", - "category": "Arrows", - "tags": ["arrow", "forward", "up", "point", "turn", "next", "redo", "right", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb78" - }, - "arrow-forward": { - "name": "arrow-forward", - "category": "Arrows", - "tags": ["arrow", "forward", "point", "turn", "next", "redo", "right", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "ea17" - }, - "arrow-guide": { - "name": "arrow-guide", - "category": "Arrows", - "tags": ["arrow", "guide", "direction", "west", "bend", "navigation", "icon", "stroke", "outline"], - "version": "1.73", - "unicode": "f22a" - }, - "arrow-iteration": { - "name": "arrow-iteration", - "category": "Arrows", - "tags": ["arrow", "iteration", "direction", "loop", "right", "east", "icon", "stroke", "outline"], - "version": "1.108", - "unicode": "f578" - }, - "arrow-left-bar": { - "name": "arrow-left-bar", - "category": "Arrows", - "tags": ["arrow", "left", "bar", "drag", "move", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "ed9c" - }, - "arrow-left-circle": { - "name": "arrow-left-circle", - "category": "Arrows", - "tags": ["arrow", "left", "circle", "drag", "move", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "ea18" - }, - "arrow-left-from-arc": { - "name": "arrow-left-from-arc", - "category": "", - "tags": ["arrow", "left", "from", "arc", "icon", "stroke", "outline"], - "version": "2.46", - "unicode": "fd88" - }, - "arrow-left-rhombus": { - "name": "arrow-left-rhombus", - "category": "Arrows", - "tags": ["arrow", "left", "rhombus", "proceed", "swipe", "below", "shape", "west", "icon", "stroke", "outline"], - "version": "1.116", - "unicode": "f61e" - }, - "arrow-left-right": { - "name": "arrow-left-right", - "category": "Arrows", - "tags": ["arrow", "left", "right", "direction", "west", "east", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f04b" - }, - "arrow-left-square": { - "name": "arrow-left-square", - "category": "Arrows", - "tags": ["arrow", "left", "square", "drag", "move", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "ed9d" - }, - "arrow-left-tail": { - "name": "arrow-left-tail", - "category": "Arrows", - "tags": ["arrow", "left", "tail", "drag", "move", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "ed9e" - }, - "arrow-left-to-arc": { - "name": "arrow-left-to-arc", - "category": "", - "tags": ["arrow", "left", "to", "arc", "icon", "stroke", "outline"], - "version": "2.46", - "unicode": "fd89" - }, - "arrow-left": { - "name": "arrow-left", - "category": "Arrows", - "tags": ["arrow", "left", "back", "swipe", "return", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea19" - }, - "arrow-loop-left-2": { - "name": "arrow-loop-left-2", - "category": "Arrows", - "tags": ["arrow", "loop", "left", "2", "direction", "west", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f04c" - }, - "arrow-loop-left": { - "name": "arrow-loop-left", - "category": "Arrows", - "tags": ["arrow", "loop", "left", "drag", "move", "turn", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "ed9f" - }, - "arrow-loop-right-2": { - "name": "arrow-loop-right-2", - "category": "Arrows", - "tags": ["arrow", "loop", "right", "2", "direction", "east", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f04d" - }, - "arrow-loop-right": { - "name": "arrow-loop-right", - "category": "Arrows", - "tags": ["arrow", "loop", "right", "drag", "move", "turn", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "eda0" - }, - "arrow-merge-alt-left": { - "name": "arrow-merge-alt-left", - "category": "Arrows", - "tags": ["arrow", "merge", "alt", "left", "merge-left", "shift-left", "combine-left", "direction-left", "join-left", "move-left", "alt-left-arrow", "leftward", "left-shift", "left-merge", "icon", "stroke", "outline"], - "version": "2.36", - "unicode": "fc9f" - }, - "arrow-merge-alt-right": { - "name": "arrow-merge-alt-right", - "category": "Arrows", - "tags": ["arrow", "merge", "alt", "right", "merge-right", "shift-right", "combine-right", "direction-right", "join-right", "move-right", "alt-right-arrow", "rightward", "right-shift", "right-merge", "icon", "stroke", "outline"], - "version": "2.36", - "unicode": "fca0" - }, - "arrow-merge-both": { - "name": "arrow-merge-both", - "category": "Arrows", - "tags": ["arrow", "merge", "both", "direction", "up", "north", "higher", "right", "left", "icon", "stroke", "outline"], - "version": "1.74", - "unicode": "f23b" - }, - "arrow-merge-left": { - "name": "arrow-merge-left", - "category": "Arrows", - "tags": ["arrow", "merge", "left", "direction", "up", "north", "higher", "icon", "stroke", "outline"], - "version": "1.74", - "unicode": "f23c" - }, - "arrow-merge-right": { - "name": "arrow-merge-right", - "category": "Arrows", - "tags": ["arrow", "merge", "right", "direction", "up", "north", "higher", "icon", "stroke", "outline"], - "version": "1.74", - "unicode": "f23d" - }, - "arrow-merge": { - "name": "arrow-merge", - "category": "Arrows", - "tags": ["arrow", "merge", "direction", "north", "up", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f04e" - }, - "arrow-move-down": { - "name": "arrow-move-down", - "category": "Arrows", - "tags": ["arrow", "move", "down", "direction", "south", "bottom", "icon", "stroke", "outline"], - "version": "1.81", - "unicode": "f2ba" - }, - "arrow-move-left": { - "name": "arrow-move-left", - "category": "Arrows", - "tags": ["arrow", "move", "left", "direction", "west", "icon", "stroke", "outline"], - "version": "1.81", - "unicode": "f2bb" - }, - "arrow-move-right": { - "name": "arrow-move-right", - "category": "Arrows", - "tags": ["arrow", "move", "right", "direction", "east", "icon", "stroke", "outline"], - "version": "1.81", - "unicode": "f2bc" - }, - "arrow-move-up": { - "name": "arrow-move-up", - "category": "Arrows", - "tags": ["arrow", "move", "up", "direction", "north", "top", "icon", "stroke", "outline"], - "version": "1.81", - "unicode": "f2bd" - }, - "arrow-narrow-down": { - "name": "arrow-narrow-down", - "category": "Arrows", - "tags": ["arrow", "narrow", "down", "bottom", "proceed", "swipe", "next", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea1a" - }, - "arrow-narrow-left": { - "name": "arrow-narrow-left", - "category": "Arrows", - "tags": ["arrow", "narrow", "left", "back", "previous", "pointer", "point", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea1b" - }, - "arrow-narrow-right": { - "name": "arrow-narrow-right", - "category": "Arrows", - "tags": ["arrow", "narrow", "right", "next", "proceed", "point", "pointer", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea1c" - }, - "arrow-narrow-up": { - "name": "arrow-narrow-up", - "category": "Arrows", - "tags": ["arrow", "narrow", "up", "top", "point", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea1d" - }, - "arrow-ramp-left-2": { - "name": "arrow-ramp-left-2", - "category": "Arrows", - "tags": ["arrow", "ramp", "left", "2", "direction", "west", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f04f" - }, - "arrow-ramp-left-3": { - "name": "arrow-ramp-left-3", - "category": "Arrows", - "tags": ["arrow", "ramp", "left", "3", "direction", "west", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f050" - }, - "arrow-ramp-left": { - "name": "arrow-ramp-left", - "category": "Arrows", - "tags": ["arrow", "ramp", "left", "direction", "side", "turn", "icon", "stroke", "outline"], - "version": "1.28", - "unicode": "ed3c" - }, - "arrow-ramp-right-2": { - "name": "arrow-ramp-right-2", - "category": "Arrows", - "tags": ["arrow", "ramp", "right", "2", "direction", "east", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f051" - }, - "arrow-ramp-right-3": { - "name": "arrow-ramp-right-3", - "category": "Arrows", - "tags": ["arrow", "ramp", "right", "3", "direction", "east", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f052" - }, - "arrow-ramp-right": { - "name": "arrow-ramp-right", - "category": "Arrows", - "tags": ["arrow", "ramp", "right", "direction", "side", "turn", "icon", "stroke", "outline"], - "version": "1.28", - "unicode": "ed3d" - }, - "arrow-right-bar": { - "name": "arrow-right-bar", - "category": "Arrows", - "tags": ["arrow", "right", "bar", "drag", "move", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "eda1" - }, - "arrow-right-circle": { - "name": "arrow-right-circle", - "category": "Arrows", - "tags": ["arrow", "right", "circle", "drag", "move", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "ea1e" - }, - "arrow-right-from-arc": { - "name": "arrow-right-from-arc", - "category": "", - "tags": ["arrow", "right", "from", "arc", "icon", "stroke", "outline"], - "version": "2.46", - "unicode": "fd8a" - }, - "arrow-right-rhombus": { - "name": "arrow-right-rhombus", - "category": "Arrows", - "tags": ["arrow", "right", "rhombus", "proceed", "swipe", "below", "shape", "east", "icon", "stroke", "outline"], - "version": "1.116", - "unicode": "f61f" - }, - "arrow-right-square": { - "name": "arrow-right-square", - "category": "Arrows", - "tags": ["arrow", "right", "square", "direction", "east", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "eda2" - }, - "arrow-right-tail": { - "name": "arrow-right-tail", - "category": "Arrows", - "tags": ["arrow", "right", "tail", "direction", "east", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "eda3" - }, - "arrow-right-to-arc": { - "name": "arrow-right-to-arc", - "category": "", - "tags": ["arrow", "right", "to", "arc", "icon", "stroke", "outline"], - "version": "2.46", - "unicode": "fd8b" - }, - "arrow-right": { - "name": "arrow-right", - "category": "Arrows", - "tags": ["arrow", "right", "next", "proceed", "swipe", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea1f" - }, - "arrow-rotary-first-left": { - "name": "arrow-rotary-first-left", - "category": "Arrows", - "tags": ["arrow", "rotary", "first", "left", "direction", "south", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f053" - }, - "arrow-rotary-first-right": { - "name": "arrow-rotary-first-right", - "category": "Arrows", - "tags": ["arrow", "rotary", "first", "right", "direction", "south", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f054" - }, - "arrow-rotary-last-left": { - "name": "arrow-rotary-last-left", - "category": "Arrows", - "tags": ["arrow", "rotary", "last", "left", "direction", "north", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f055" - }, - "arrow-rotary-last-right": { - "name": "arrow-rotary-last-right", - "category": "Arrows", - "tags": ["arrow", "rotary", "last", "right", "direction", "north", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f056" - }, - "arrow-rotary-left": { - "name": "arrow-rotary-left", - "category": "Arrows", - "tags": ["arrow", "rotary", "left", "direction", "west", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f057" - }, - "arrow-rotary-right": { - "name": "arrow-rotary-right", - "category": "Arrows", - "tags": ["arrow", "rotary", "right", "direction", "east", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f058" - }, - "arrow-rotary-straight": { - "name": "arrow-rotary-straight", - "category": "Arrows", - "tags": ["arrow", "rotary", "straight", "direction", "north", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f059" - }, - "arrow-roundabout-left": { - "name": "arrow-roundabout-left", - "category": "Arrows", - "tags": ["arrow", "roundabout", "left", "direction", "east", "traffic", "circle", "icon", "stroke", "outline"], - "version": "1.73", - "unicode": "f22b" - }, - "arrow-roundabout-right": { - "name": "arrow-roundabout-right", - "category": "Arrows", - "tags": ["arrow", "roundabout", "right", "direction", "west", "traffic", "circle", "icon", "stroke", "outline"], - "version": "1.73", - "unicode": "f22c" - }, - "arrow-sharp-turn-left": { - "name": "arrow-sharp-turn-left", - "category": "Arrows", - "tags": ["arrow", "sharp", "turn", "left", "direction", "north", "down", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f05a" - }, - "arrow-sharp-turn-right": { - "name": "arrow-sharp-turn-right", - "category": "Arrows", - "tags": ["arrow", "sharp", "turn", "right", "direction", "south", "down", "icon", "stroke", "outline"], - "version": "1.57", - "unicode": "f05b" - }, - "arrow-up-bar": { - "name": "arrow-up-bar", - "category": "Arrows", - "tags": ["arrow", "up", "bar", "direction", "north", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "eda4" - }, - "arrow-up-circle": { - "name": "arrow-up-circle", - "category": "Arrows", - "tags": ["arrow", "up", "circle", "top", "point", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea20" - }, - "arrow-up-from-arc": { - "name": "arrow-up-from-arc", - "category": "", - "tags": ["arrow", "up", "from", "arc", "icon", "stroke", "outline"], - "version": "2.46", - "unicode": "fd8c" - }, - "arrow-up-left-circle": { - "name": "arrow-up-left-circle", - "category": "Arrows", - "tags": ["arrow", "up", "left", "circle", "top", "corner", "point", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea21" - }, - "arrow-up-left": { - "name": "arrow-up-left", - "category": "Arrows", - "tags": ["arrow", "up", "left", "top", "corner", "point", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea22" - }, - "arrow-up-rhombus": { - "name": "arrow-up-rhombus", - "category": "Arrows", - "tags": ["arrow", "up", "rhombus", "proceed", "swipe", "below", "shape", "top", "north", "icon", "stroke", "outline"], - "version": "1.116", - "unicode": "f620" - }, - "arrow-up-right-circle": { - "name": "arrow-up-right-circle", - "category": "Arrows", - "tags": ["arrow", "up", "right", "circle", "top", "corner", "point", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea23" - }, - "arrow-up-right": { - "name": "arrow-up-right", - "category": "Arrows", - "tags": ["arrow", "up", "right", "top", "corner", "point", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea24" - }, - "arrow-up-square": { - "name": "arrow-up-square", - "category": "Arrows", - "tags": ["arrow", "up", "square", "direction", "north", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "eda6" - }, - "arrow-up-tail": { - "name": "arrow-up-tail", - "category": "Arrows", - "tags": ["arrow", "up", "tail", "direction", "north", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "eda7" - }, - "arrow-up-to-arc": { - "name": "arrow-up-to-arc", - "category": "", - "tags": ["arrow", "up", "to", "arc", "icon", "stroke", "outline"], - "version": "2.46", - "unicode": "fd8d" - }, - "arrow-up": { - "name": "arrow-up", - "category": "Arrows", - "tags": ["arrow", "up", "top", "point", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea25" - }, - "arrow-wave-left-down": { - "name": "arrow-wave-left-down", - "category": "Arrows", - "tags": ["arrow", "wave", "left", "down", "direction", "south", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "eda8" - }, - "arrow-wave-left-up": { - "name": "arrow-wave-left-up", - "category": "Arrows", - "tags": ["arrow", "wave", "left", "up", "direction", "north", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "eda9" - }, - "arrow-wave-right-down": { - "name": "arrow-wave-right-down", - "category": "Arrows", - "tags": ["arrow", "wave", "right", "down", "direction", "south", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edaa" - }, - "arrow-wave-right-up": { - "name": "arrow-wave-right-up", - "category": "Arrows", - "tags": ["arrow", "wave", "right", "up", "direction", "north", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edab" - }, - "arrow-zig-zag": { - "name": "arrow-zig-zag", - "category": "Arrows", - "tags": ["arrow", "zig", "zag", "direction", "cursor", "pointer", "turn", "move", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4a7" - }, - "arrows-cross": { - "name": "arrows-cross", - "category": "Arrows", - "tags": ["arrows", "cross", "direction", "north", "south", "icon", "stroke", "outline"], - "version": "1.53", - "unicode": "effe" - }, - "arrows-diagonal-2": { - "name": "arrows-diagonal-2", - "category": "Arrows", - "tags": ["arrows", "diagonal", "2", "zoom", "corners", "stretch", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea26" - }, - "arrows-diagonal-minimize-2": { - "name": "arrows-diagonal-minimize-2", - "category": "Arrows", - "tags": ["arrows", "diagonal", "minimize", "2", "direction", "south", "north", "icon", "stroke", "outline"], - "version": "1.42", - "unicode": "ef38" - }, - "arrows-diagonal-minimize": { - "name": "arrows-diagonal-minimize", - "category": "Arrows", - "tags": ["arrows", "diagonal", "minimize", "direction", "south", "north", "icon", "stroke", "outline"], - "version": "1.42", - "unicode": "ef39" - }, - "arrows-diagonal": { - "name": "arrows-diagonal", - "category": "Arrows", - "tags": ["arrows", "diagonal", "zoom", "corners", "stretch", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea27" - }, - "arrows-diff": { - "name": "arrows-diff", - "category": "Arrows", - "tags": ["arrows", "diff", "direction", "right", "left", "west", "east", "icon", "stroke", "outline"], - "version": "1.79", - "unicode": "f296" - }, - "arrows-double-ne-sw": { - "name": "arrows-double-ne-sw", - "category": "Arrows", - "tags": ["arrows", "double", "ne", "sw", "direction", "north", "south", "icon", "stroke", "outline"], - "version": "1.37", - "unicode": "edde" - }, - "arrows-double-nw-se": { - "name": "arrows-double-nw-se", - "category": "Arrows", - "tags": ["arrows", "double", "nw", "se", "direction", "north", "south", "icon", "stroke", "outline"], - "version": "1.37", - "unicode": "eddf" - }, - "arrows-double-se-nw": { - "name": "arrows-double-se-nw", - "category": "Arrows", - "tags": ["arrows", "double", "se", "nw", "direction", "north", "south", "icon", "stroke", "outline"], - "version": "1.37", - "unicode": "ede0" - }, - "arrows-double-sw-ne": { - "name": "arrows-double-sw-ne", - "category": "Arrows", - "tags": ["arrows", "double", "sw", "ne", "direction", "north", "south", "icon", "stroke", "outline"], - "version": "1.37", - "unicode": "ede1" - }, - "arrows-down-up": { - "name": "arrows-down-up", - "category": "Arrows", - "tags": ["arrows", "down", "up", "direction", "north", "south", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edac" - }, - "arrows-down": { - "name": "arrows-down", - "category": "Arrows", - "tags": ["arrows", "down", "direction", "south", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edad" - }, - "arrows-exchange-2": { - "name": "arrows-exchange-2", - "category": "Arrows", - "tags": ["arrows", "exchange", "2", "direction", "west", "east", "icon", "stroke", "outline"], - "version": "1.70", - "unicode": "f1f3" - }, - "arrows-exchange": { - "name": "arrows-exchange", - "category": "Arrows", - "tags": ["arrows", "exchange", "direction", "west", "east", "icon", "stroke", "outline"], - "version": "1.70", - "unicode": "f1f4" - }, - "arrows-horizontal": { - "name": "arrows-horizontal", - "category": "Arrows", - "tags": ["arrows", "horizontal", "zoom", "stretch", "left", "right", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb59" - }, - "arrows-join-2": { - "name": "arrows-join-2", - "category": "Arrows", - "tags": ["arrows", "join", "2", "direction", "east", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edae" - }, - "arrows-join": { - "name": "arrows-join", - "category": "Arrows", - "tags": ["arrows", "join", "direction", "east", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edaf" - }, - "arrows-left-down": { - "name": "arrows-left-down", - "category": "Arrows", - "tags": ["arrows", "left", "down", "drag", "move", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee00" - }, - "arrows-left-right": { - "name": "arrows-left-right", - "category": "Arrows", - "tags": ["arrows", "left", "right", "direction", "east", "west", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edb0" - }, - "arrows-left": { - "name": "arrows-left", - "category": "Arrows", - "tags": ["arrows", "left", "direction", "west", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edb1" - }, - "arrows-maximize": { - "name": "arrows-maximize", - "category": "Arrows", - "tags": ["arrows", "maximize", "fullscreen", "expand", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea28" - }, - "arrows-minimize": { - "name": "arrows-minimize", - "category": "Arrows", - "tags": ["arrows", "minimize", "fullscreen", "exit", "close", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea29" - }, - "arrows-move-horizontal": { - "name": "arrows-move-horizontal", - "category": "Arrows", - "tags": ["arrows", "move", "horizontal", "direction", "west", "east", "left", "right", "icon", "stroke", "outline"], - "version": "1.73", - "unicode": "f22d" - }, - "arrows-move-vertical": { - "name": "arrows-move-vertical", - "category": "Arrows", - "tags": ["arrows", "move", "vertical", "direction", "up", "north", "south", "down", "higher", "lower", "icon", "stroke", "outline"], - "version": "1.73", - "unicode": "f22e" - }, - "arrows-move": { - "name": "arrows-move", - "category": "Arrows", - "tags": ["arrows", "move", "direction", "navigation", "left", "right", "up", "down", "north", "south", "west", "east", "higher", "lower", "icon", "stroke", "outline"], - "version": "1.73", - "unicode": "f22f" - }, - "arrows-random": { - "name": "arrows-random", - "category": "Arrows", - "tags": ["arrows", "random", "direction", "north", "south", "west", "east", "icon", "stroke", "outline"], - "version": "1.61", - "unicode": "f095" - }, - "arrows-right-down": { - "name": "arrows-right-down", - "category": "Arrows", - "tags": ["arrows", "right", "down", "drag", "move", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee01" - }, - "arrows-right-left": { - "name": "arrows-right-left", - "category": "Arrows", - "tags": ["arrows", "right", "left", "direction", "east", "west", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edb2" - }, - "arrows-right": { - "name": "arrows-right", - "category": "Arrows", - "tags": ["arrows", "right", "direction", "east", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edb3" - }, - "arrows-shuffle-2": { - "name": "arrows-shuffle-2", - "category": "Arrows", - "tags": ["arrows", "shuffle", "2", "direction", "random", "cross", "mix", "music", "icon", "stroke", "outline"], - "version": "1.53", - "unicode": "efff" - }, - "arrows-shuffle": { - "name": "arrows-shuffle", - "category": "Arrows", - "tags": ["arrows", "shuffle", "direction", "random", "cross", "mix", "music", "icon", "stroke", "outline"], - "version": "1.53", - "unicode": "f000" - }, - "arrows-sort": { - "name": "arrows-sort", - "category": "Arrows", - "tags": ["arrows", "sort", "top", "bottom", "parallel", "order", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb5a" - }, - "arrows-split-2": { - "name": "arrows-split-2", - "category": "Arrows", - "tags": ["arrows", "split", "2", "direction", "navigation", "east", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edb4" - }, - "arrows-split": { - "name": "arrows-split", - "category": "Arrows", - "tags": ["arrows", "split", "direction", "navigation", "east", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edb5" - }, - "arrows-transfer-down": { - "name": "arrows-transfer-down", - "category": "Arrows", - "tags": ["arrows", "transfer", "down", "direction", "south", "bottom", "icon", "stroke", "outline"], - "version": "1.82", - "unicode": "f2cc" - }, - "arrows-transfer-up": { - "name": "arrows-transfer-up", - "category": "Arrows", - "tags": ["arrows", "transfer", "up", "direction", "north", "top", "icon", "stroke", "outline"], - "version": "1.82", - "unicode": "f2cd" - }, - "arrows-up-down": { - "name": "arrows-up-down", - "category": "Arrows", - "tags": ["arrows", "up", "down", "direction", "north", "south", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edb6" - }, - "arrows-up-left": { - "name": "arrows-up-left", - "category": "Arrows", - "tags": ["arrows", "up", "left", "drag", "move", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee02" - }, - "arrows-up-right": { - "name": "arrows-up-right", - "category": "Arrows", - "tags": ["arrows", "up", "right", "drag", "move", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee03" - }, - "arrows-up": { - "name": "arrows-up", - "category": "Arrows", - "tags": ["arrows", "up", "direction", "north", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edb7" - }, - "arrows-vertical": { - "name": "arrows-vertical", - "category": "Arrows", - "tags": ["arrows", "vertical", "expand", "stretch", "top", "bottom", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb5b" - }, - "artboard-filled": { - "name": "artboard-filled", - "category": "Filled", - "tags": ["artboard", "filled", "icon", "stroke", "outline"], - "version": "2.19", - "unicode": "fa83" - }, - "artboard-off": { - "name": "artboard-off", - "category": "Design", - "tags": ["artboard", "off", "graphics", "drawing", "design", "art", "canvas", "icon", "stroke", "outline"], - "version": "1.62", - "unicode": "f0ae" - }, - "artboard": { - "name": "artboard", - "category": "Design", - "tags": ["artboard", "graphics", "drawing", "design", "art", "canvas", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "ea2a" - }, - "article-filled-filled": { - "name": "article-filled-filled", - "category": "Filled", - "tags": ["article", "filled", "filled", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7da" - }, - "article-off": { - "name": "article-off", - "category": "", - "tags": ["article", "off", "news", "newspaper", "media", "blog", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3bf" - }, - "article": { - "name": "article", - "category": "", - "tags": ["article", "news", "newspaper", "media", "blog", "icon", "stroke", "outline"], - "version": "1.69", - "unicode": "f1e2" - }, - "aspect-ratio-filled": { - "name": "aspect-ratio-filled", - "category": "Filled", - "tags": ["aspect", "ratio", "filled", "size", "dimension", "width", "height", "orientation", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7db" - }, - "aspect-ratio-off": { - "name": "aspect-ratio-off", - "category": "Media", - "tags": ["aspect", "ratio", "off", "size", "dimension", "width", "height", "orientation", "icon", "stroke", "outline"], - "version": "1.62", - "unicode": "f0af" - }, - "aspect-ratio": { - "name": "aspect-ratio", - "category": "Media", - "tags": ["aspect", "ratio", "size", "dimension", "width", "height", "orientation", "icon", "stroke", "outline"], - "version": "1.27", - "unicode": "ed30" - }, - "assembly-off": { - "name": "assembly-off", - "category": "Development", - "tags": ["assembly", "off", "assembly", "engineering", "manufacturing", "production", "robotics", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3c0" - }, - "assembly": { - "name": "assembly", - "category": "Development", - "tags": ["assembly", "assembly", "engineering", "manufacturing", "production", "robotics", "icon", "stroke", "outline"], - "version": "1.75", - "unicode": "f24d" - }, - "asset": { - "name": "asset", - "category": "Development", - "tags": ["asset", "assembly", "engineering", "manufacturing", "production", "robotics", "icon", "stroke", "outline"], - "version": "1.68", - "unicode": "f1ce" - }, - "asterisk-simple": { - "name": "asterisk-simple", - "category": "Text", - "tags": ["asterisk", "simple", "star", "password", "security", "icon", "stroke", "outline"], - "version": "1.51", - "unicode": "efd4" - }, - "asterisk": { - "name": "asterisk", - "category": "Text", - "tags": ["asterisk", "star", "password", "security", "icon", "stroke", "outline"], - "version": "1.51", - "unicode": "efd5" - }, - "at-off": { - "name": "at-off", - "category": "Text", - "tags": ["at", "off", "email", "message", "mention", "sign", "@", "icon", "stroke", "outline"], - "version": "1.62", - "unicode": "f0b0" - }, - "at": { - "name": "at", - "category": "Text", - "tags": ["at", "email", "message", "mention", "sign", "@", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea2b" - }, - "atom-2-filled": { - "name": "atom-2-filled", - "category": "Filled", - "tags": ["atom", "2", "filled", "unit", "element", "part", "electrons", "protons", "neutrons", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f71b" - }, - "atom-2": { - "name": "atom-2", - "category": "", - "tags": ["atom", "2", "unit", "element", "part", "electrons", "protons", "neutrons", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebdf" - }, - "atom-off": { - "name": "atom-off", - "category": "", - "tags": ["atom", "off", "unit", "element", "part", "electrons", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f0f9" - }, - "atom": { - "name": "atom", - "category": "", - "tags": ["atom", "unit", "element", "part", "electrons", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb79" - }, - "augmented-reality-2": { - "name": "augmented-reality-2", - "category": "", - "tags": ["augmented", "reality", "2", "technology", "dimensional", "geometry", "icon", "stroke", "outline"], - "version": "1.91", - "unicode": "f37e" - }, - "augmented-reality-off": { - "name": "augmented-reality-off", - "category": "", - "tags": ["augmented", "reality", "off", "technology", "dimensional", "geometry", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3c1" - }, - "augmented-reality": { - "name": "augmented-reality", - "category": "", - "tags": ["augmented", "reality", "technology", "dimensional", "geometry", "icon", "stroke", "outline"], - "version": "1.55", - "unicode": "f023" - }, - "automatic-gearbox": { - "name": "automatic-gearbox", - "category": "Vehicles", - "tags": ["automatic", "gearbox", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc89" - }, - "avocado": { - "name": "avocado", - "category": "", - "tags": ["avocado", "icon", "stroke", "outline"], - "version": "2.46", - "unicode": "fd8e" - }, - "award-filled": { - "name": "award-filled", - "category": "Filled", - "tags": ["award", "filled", "prize", "reward", "competition", "contest", "win", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f71c" - }, - "award-off": { - "name": "award-off", - "category": "", - "tags": ["award", "off", "prize", "reward", "competition", "contest", "win", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f0fa" - }, - "award": { - "name": "award", - "category": "", - "tags": ["award", "prize", "reward", "competition", "contest", "win", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "ea2c" - }, - "axe": { - "name": "axe", - "category": "", - "tags": ["axe", "blade", "wood", "tool", "hatchet", "icon", "stroke", "outline"], - "version": "1.48", - "unicode": "ef9f" - }, - "axis-x": { - "name": "axis-x", - "category": "Arrows", - "tags": ["axis", "x", "math", "geometry", "icon", "stroke", "outline"], - "version": "1.43", - "unicode": "ef45" - }, - "axis-y": { - "name": "axis-y", - "category": "Arrows", - "tags": ["axis", "y", "math", "geometry", "icon", "stroke", "outline"], - "version": "1.43", - "unicode": "ef46" - }, - "baby-bottle": { - "name": "baby-bottle", - "category": "Health", - "tags": ["baby", "bottle", "kid", "milk", "child", "food", "drink", "feeding", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5d2" - }, - "baby-carriage": { - "name": "baby-carriage", - "category": "Health", - "tags": ["baby", "carriage", "child", "infant", "cradle", "pram", "icon", "stroke", "outline"], - "version": "1.58", - "unicode": "f05d" - }, - "background": { - "name": "background", - "category": "", - "tags": ["background", "backdrop", "setting", "context", "environment", "scene", "ambient", "surroundings", "scape", "contextual", "atmosphere", "icon", "stroke", "outline"], - "version": "2.41", - "unicode": "fd2c" - }, - "backhoe": { - "name": "backhoe", - "category": "Vehicles", - "tags": ["backhoe", "rear", "equipment", "digger", "excavation", "tractor", "loader", "construction", "site", "excavator", "icon", "stroke", "outline"], - "version": "1.34", - "unicode": "ed86" - }, - "backpack-off": { - "name": "backpack-off", - "category": "", - "tags": ["backpack", "off", "education", "school", "learning", "adventure", "travel", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3c2" - }, - "backpack": { - "name": "backpack", - "category": "", - "tags": ["backpack", "education", "school", "learning", "adventure", "travel", "icon", "stroke", "outline"], - "version": "1.43", - "unicode": "ef47" - }, - "backslash": { - "name": "backslash", - "category": "Math", - "tags": ["backslash", "icon", "stroke", "outline"], - "version": "2.21", - "unicode": "fab9" - }, - "backspace-filled": { - "name": "backspace-filled", - "category": "Filled", - "tags": ["backspace", "filled", "delete", "remove", "eliminate", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7dc" - }, - "backspace": { - "name": "backspace", - "category": "Text", - "tags": ["backspace", "delete", "remove", "eliminate", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea2d" - }, - "badge-3d": { - "name": "badge-3d", - "category": "Badges", - "tags": ["badge", "3d", "shape", "movie", "glasses", "film", "icon", "stroke", "outline"], - "version": "1.106", - "unicode": "f555" - }, - "badge-4k": { - "name": "badge-4k", - "category": "Badges", - "tags": ["badge", "4k", "shape", "high", "resolution", "video", "display", "icon", "stroke", "outline"], - "version": "1.106", - "unicode": "f556" - }, - "badge-8k": { - "name": "badge-8k", - "category": "Badges", - "tags": ["badge", "8k", "shape", "high", "resolution", "video", "display", "icon", "stroke", "outline"], - "version": "1.106", - "unicode": "f557" - }, - "badge-ad-off": { - "name": "badge-ad-off", - "category": "", - "tags": ["badge", "ad", "off", "icon", "stroke", "outline"], - "version": "2.46", - "unicode": "fd8f" - }, - "badge-ad": { - "name": "badge-ad", - "category": "Badges", - "tags": ["badge", "ad", "shape", "marketing", "media", "promotion", "advertising", "advertisement", "icon", "stroke", "outline"], - "version": "1.106", - "unicode": "f558" - }, - "badge-ar": { - "name": "badge-ar", - "category": "Badges", - "tags": ["badge", "ar", "shape", "agumented", "reality", "techonoly", "icon", "stroke", "outline"], - "version": "1.106", - "unicode": "f559" - }, - "badge-cc": { - "name": "badge-cc", - "category": "Badges", - "tags": ["badge", "cc", "shape", "accessiblity", "subtitles", "youtube", "netflix", "icon", "stroke", "outline"], - "version": "1.106", - "unicode": "f55a" - }, - "badge-filled": { - "name": "badge-filled", - "category": "Filled", - "tags": ["badge", "filled", "army", "badge", "military", "rank", "soldier", "war", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f667" - }, - "badge-hd": { - "name": "badge-hd", - "category": "Badges", - "tags": ["badge", "hd", "shape", "video", "display", "resolution", "movie", "icon", "stroke", "outline"], - "version": "1.106", - "unicode": "f55b" - }, - "badge-off": { - "name": "badge-off", - "category": "", - "tags": ["badge", "off", "army", "badge", "military", "rank", "soldier", "war", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f0fb" - }, - "badge-sd": { - "name": "badge-sd", - "category": "Badges", - "tags": ["badge", "sd", "shape", "card", "memory", "sim", "phone", "icon", "stroke", "outline"], - "version": "1.106", - "unicode": "f55c" - }, - "badge-tm": { - "name": "badge-tm", - "category": "Badges", - "tags": ["badge", "tm", "shape", "brand", "copyright", "logo", "product", "icon", "stroke", "outline"], - "version": "1.106", - "unicode": "f55d" - }, - "badge-vo": { - "name": "badge-vo", - "category": "Badges", - "tags": ["badge", "vo", "shape", "mic", "film", "netflix", "voice", "video", "icon", "stroke", "outline"], - "version": "1.106", - "unicode": "f55e" - }, - "badge-vr": { - "name": "badge-vr", - "category": "Badges", - "tags": ["badge", "vr", "shape", "technology", "virtual", "reality", "device", "icon", "stroke", "outline"], - "version": "1.106", - "unicode": "f55f" - }, - "badge-wc": { - "name": "badge-wc", - "category": "Badges", - "tags": ["badge", "wc", "shape", "toilet", "restroom", "male", "female", "icon", "stroke", "outline"], - "version": "1.106", - "unicode": "f560" - }, - "badge": { - "name": "badge", - "category": "", - "tags": ["badge", "army", "badge", "military", "rank", "soldier", "war", "icon", "stroke", "outline"], - "version": "1.50", - "unicode": "efc2" - }, - "badges-filled": { - "name": "badges-filled", - "category": "Filled", - "tags": ["badges", "filled", "army", "badge", "military", "rank", "soldier", "war", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7dd" - }, - "badges-off": { - "name": "badges-off", - "category": "", - "tags": ["badges", "off", "army", "badge", "military", "rank", "soldier", "war", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f0fc" - }, - "badges": { - "name": "badges", - "category": "", - "tags": ["badges", "army", "badge", "military", "rank", "soldier", "war", "icon", "stroke", "outline"], - "version": "1.50", - "unicode": "efc3" - }, - "baguette": { - "name": "baguette", - "category": "Food", - "tags": ["baguette", "bread", "french", "breakfast", "bakery", "loaf", "icon", "stroke", "outline"], - "version": "1.93", - "unicode": "f3a5" - }, - "ball-american-football-off": { - "name": "ball-american-football-off", - "category": "Sport", - "tags": ["ball", "american", "football", "off", "sport", "game", "sportsman", "play", "match", "pitch", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3c3" - }, - "ball-american-football": { - "name": "ball-american-football", - "category": "Sport", - "tags": ["ball", "american", "football", "sport", "game", "sportsman", "play", "match", "pitch", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee04" - }, - "ball-baseball": { - "name": "ball-baseball", - "category": "Sport", - "tags": ["ball", "baseball", "sport", "game", "competition", "pitch", "icon", "stroke", "outline"], - "version": "1.48", - "unicode": "efa0" - }, - "ball-basketball": { - "name": "ball-basketball", - "category": "Sport", - "tags": ["ball", "basketball", "game", "round", "quarter", "basket", "nba", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "ec28" - }, - "ball-bowling": { - "name": "ball-bowling", - "category": "Sport", - "tags": ["ball", "bowling", "round", "strike", "spare", "pin", "icon", "stroke", "outline"], - "version": "1.10", - "unicode": "ec29" - }, - "ball-football-off": { - "name": "ball-football-off", - "category": "Sport", - "tags": ["ball", "football", "off", "sport", "game", "sportsman", "play", "match", "pitch", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee05" - }, - "ball-football": { - "name": "ball-football", - "category": "Sport", - "tags": ["ball", "football", "sport", "game", "sportsman", "play", "match", "pitch", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee06" - }, - "ball-tennis": { - "name": "ball-tennis", - "category": "Sport", - "tags": ["ball", "tennis", "game", "set", "match", "court", "racket", "icon", "stroke", "outline"], - "version": "1.10", - "unicode": "ec2a" - }, - "ball-volleyball": { - "name": "ball-volleyball", - "category": "Sport", - "tags": ["ball", "volleyball", "point", "set", "match", "attacker", "ace", "setter", "serve", "icon", "stroke", "outline"], - "version": "1.10", - "unicode": "ec2b" - }, - "balloon-filled": { - "name": "balloon-filled", - "category": "Filled", - "tags": ["balloon", "filled", "icon", "stroke", "outline"], - "version": "2.19", - "unicode": "fa84" - }, - "balloon-off": { - "name": "balloon-off", - "category": "", - "tags": ["balloon", "off", "party", "birthday", "decoration", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f0fd" - }, - "balloon": { - "name": "balloon", - "category": "", - "tags": ["balloon", "party", "birthday", "decoration", "icon", "stroke", "outline"], - "version": "1.42", - "unicode": "ef3a" - }, - "ballpen-filled": { - "name": "ballpen-filled", - "category": "Filled", - "tags": ["ballpen", "filled", "icon", "stroke", "outline"], - "version": "2.19", - "unicode": "fa85" - }, - "ballpen-off": { - "name": "ballpen-off", - "category": "Text", - "tags": ["ballpen", "off", "write", "school", "education", "stationery", "text", "icon", "stroke", "outline"], - "version": "1.62", - "unicode": "f0b1" - }, - "ballpen": { - "name": "ballpen", - "category": "Text", - "tags": ["ballpen", "write", "school", "education", "stationery", "text", "icon", "stroke", "outline"], - "version": "1.59", - "unicode": "f06e" - }, - "ban": { - "name": "ban", - "category": "", - "tags": ["ban", "no", "reject", "restriction", "prohibited", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea2e" - }, - "bandage-filled": { - "name": "bandage-filled", - "category": "Filled", - "tags": ["bandage", "filled", "patch", "wound", "cut", "pain", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7de" - }, - "bandage-off": { - "name": "bandage-off", - "category": "Health", - "tags": ["bandage", "off", "patch", "wound", "cut", "pain", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3c4" - }, - "bandage": { - "name": "bandage", - "category": "Health", - "tags": ["bandage", "patch", "wound", "cut", "pain", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb7a" - }, - "barbell-off": { - "name": "barbell-off", - "category": "Sport", - "tags": ["barbell", "off", "weight", "gym", "fitness", "powerlift", "icon", "stroke", "outline"], - "version": "1.62", - "unicode": "f0b2" - }, - "barbell": { - "name": "barbell", - "category": "Sport", - "tags": ["barbell", "weight", "gym", "fitness", "powerlift", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "eff0" - }, - "barcode-off": { - "name": "barcode-off", - "category": "", - "tags": ["barcode", "off", "product", "shop", "scan", "supermarket", "icon", "stroke", "outline"], - "version": "1.62", - "unicode": "f0b3" - }, - "barcode": { - "name": "barcode", - "category": "", - "tags": ["barcode", "product", "shop", "scan", "supermarket", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "ebc6" - }, - "barrel-off": { - "name": "barrel-off", - "category": "", - "tags": ["barrel", "off", "beer", "wine", "fuel", "tank", "cask", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f0fe" - }, - "barrel": { - "name": "barrel", - "category": "", - "tags": ["barrel", "beer", "wine", "fuel", "tank", "cask", "icon", "stroke", "outline"], - "version": "1.59", - "unicode": "f0b4" - }, - "barrier-block-off": { - "name": "barrier-block-off", - "category": "", - "tags": ["barrier", "block", "off", "construction", "stop", "traffic", "barricade", "street", "icon", "stroke", "outline"], - "version": "1.62", - "unicode": "f0b5" - }, - "barrier-block": { - "name": "barrier-block", - "category": "", - "tags": ["barrier", "block", "construction", "stop", "traffic", "barricade", "street", "icon", "stroke", "outline"], - "version": "1.54", - "unicode": "f00e" - }, - "baseline-density-large": { - "name": "baseline-density-large", - "category": "Text", - "tags": ["baseline", "density", "large", "large", "sizeable", "oversized", "big", "bulky", "massive", "huge", "gigantic", "substantial", "enormous", "icon", "stroke", "outline"], - "version": "2.11", - "unicode": "f9f0" - }, - "baseline-density-medium": { - "name": "baseline-density-medium", - "category": "Text", - "tags": ["baseline", "density", "medium", "medium", "average", "moderate", "middle", "intermediate", "standard", "midsize", "usual", "typical", "regular", "icon", "stroke", "outline"], - "version": "2.11", - "unicode": "f9f1" - }, - "baseline-density-small": { - "name": "baseline-density-small", - "category": "Text", - "tags": ["baseline", "density", "small", "small", "tiny", "little", "miniature", "compact", "petite", "mini", "micro", "diminutive", "wee", "icon", "stroke", "outline"], - "version": "2.11", - "unicode": "f9f2" - }, - "baseline": { - "name": "baseline", - "category": "Text", - "tags": ["baseline", "align", "arrow", "bottom", "format", "vertical", "icon", "stroke", "outline"], - "version": "1.55", - "unicode": "f024" - }, - "basket-bolt": { - "name": "basket-bolt", - "category": "", - "tags": ["basket", "bolt", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb43" - }, - "basket-cancel": { - "name": "basket-cancel", - "category": "", - "tags": ["basket", "cancel", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb44" - }, - "basket-check": { - "name": "basket-check", - "category": "", - "tags": ["basket", "check", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb45" - }, - "basket-code": { - "name": "basket-code", - "category": "", - "tags": ["basket", "code", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb46" - }, - "basket-cog": { - "name": "basket-cog", - "category": "", - "tags": ["basket", "cog", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb47" - }, - "basket-discount": { - "name": "basket-discount", - "category": "", - "tags": ["basket", "discount", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb48" - }, - "basket-dollar": { - "name": "basket-dollar", - "category": "", - "tags": ["basket", "dollar", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb49" - }, - "basket-down": { - "name": "basket-down", - "category": "", - "tags": ["basket", "down", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb4a" - }, - "basket-exclamation": { - "name": "basket-exclamation", - "category": "", - "tags": ["basket", "exclamation", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb4b" - }, - "basket-filled": { - "name": "basket-filled", - "category": "Filled", - "tags": ["basket", "filled", "shop", "store", "online", "shopping", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7df" - }, - "basket-heart": { - "name": "basket-heart", - "category": "", - "tags": ["basket", "heart", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb4c" - }, - "basket-minus": { - "name": "basket-minus", - "category": "", - "tags": ["basket", "minus", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb4d" - }, - "basket-off": { - "name": "basket-off", - "category": "E-commerce", - "tags": ["basket", "off", "shop", "store", "online", "shopping", "icon", "stroke", "outline"], - "version": "1.62", - "unicode": "f0b6" - }, - "basket-pause": { - "name": "basket-pause", - "category": "", - "tags": ["basket", "pause", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb4e" - }, - "basket-pin": { - "name": "basket-pin", - "category": "", - "tags": ["basket", "pin", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb4f" - }, - "basket-plus": { - "name": "basket-plus", - "category": "", - "tags": ["basket", "plus", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb50" - }, - "basket-question": { - "name": "basket-question", - "category": "", - "tags": ["basket", "question", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb51" - }, - "basket-search": { - "name": "basket-search", - "category": "", - "tags": ["basket", "search", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb52" - }, - "basket-share": { - "name": "basket-share", - "category": "", - "tags": ["basket", "share", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb53" - }, - "basket-star": { - "name": "basket-star", - "category": "", - "tags": ["basket", "star", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb54" - }, - "basket-up": { - "name": "basket-up", - "category": "", - "tags": ["basket", "up", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb55" - }, - "basket-x": { - "name": "basket-x", - "category": "", - "tags": ["basket", "x", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb56" - }, - "basket": { - "name": "basket", - "category": "E-commerce", - "tags": ["basket", "shop", "store", "online", "shopping", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebe1" - }, - "bat": { - "name": "bat", - "category": "Animals", - "tags": ["bat", "animal", "halloween", "vampire", "scary", "blood", "icon", "stroke", "outline"], - "version": "1.78", - "unicode": "f284" - }, - "bath-filled": { - "name": "bath-filled", - "category": "Filled", - "tags": ["bath", "filled", "water", "clean", "hygiene", "bathroom", "tub", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f71d" - }, - "bath-off": { - "name": "bath-off", - "category": "", - "tags": ["bath", "off", "water", "clean", "hygiene", "bathroom", "tub", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f0ff" - }, - "bath": { - "name": "bath", - "category": "", - "tags": ["bath", "water", "clean", "hygiene", "bathroom", "tub", "icon", "stroke", "outline"], - "version": "1.43", - "unicode": "ef48" - }, - "battery-1-filled": { - "name": "battery-1-filled", - "category": "Filled", - "tags": ["battery", "1", "filled", "energy", "power", "electricity", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f71e" - }, - "battery-1": { - "name": "battery-1", - "category": "Devices", - "tags": ["battery", "1", "energy", "power", "electricity", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea2f" - }, - "battery-2-filled": { - "name": "battery-2-filled", - "category": "Filled", - "tags": ["battery", "2", "filled", "energy", "power", "electricity", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f71f" - }, - "battery-2": { - "name": "battery-2", - "category": "Devices", - "tags": ["battery", "2", "energy", "power", "electricity", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea30" - }, - "battery-3-filled": { - "name": "battery-3-filled", - "category": "Filled", - "tags": ["battery", "3", "filled", "energy", "power", "electricity", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f720" - }, - "battery-3": { - "name": "battery-3", - "category": "Devices", - "tags": ["battery", "3", "energy", "power", "electricity", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea31" - }, - "battery-4-filled": { - "name": "battery-4-filled", - "category": "Filled", - "tags": ["battery", "4", "filled", "energy", "power", "electricity", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f721" - }, - "battery-4": { - "name": "battery-4", - "category": "Devices", - "tags": ["battery", "4", "energy", "power", "electricity", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea32" - }, - "battery-automotive": { - "name": "battery-automotive", - "category": "Vehicles", - "tags": ["battery", "automotive", "vehicle", "charge", "motor", "current", "car", "electricity", "electric", "power", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee07" - }, - "battery-charging-2": { - "name": "battery-charging-2", - "category": "Devices", - "tags": ["battery", "charging", "2", "charge", "energy", "power", "electricity", "icon", "stroke", "outline"], - "version": "1.42", - "unicode": "ef3b" - }, - "battery-charging": { - "name": "battery-charging", - "category": "Devices", - "tags": ["battery", "charging", "charge", "energy", "power", "electricity", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea33" - }, - "battery-eco": { - "name": "battery-eco", - "category": "Devices", - "tags": ["battery", "eco", "ecology", "charge", "energy", "power", "electricity", "icon", "stroke", "outline"], - "version": "1.42", - "unicode": "ef3c" - }, - "battery-filled": { - "name": "battery-filled", - "category": "Filled", - "tags": ["battery", "filled", "energy", "power", "electricity", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f668" - }, - "battery-off": { - "name": "battery-off", - "category": "Devices", - "tags": ["battery", "off", "energy", "power", "electricity", "icon", "stroke", "outline"], - "version": "1.25", - "unicode": "ed1c" - }, - "battery": { - "name": "battery", - "category": "Devices", - "tags": ["battery", "energy", "power", "electricity", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea34" - }, - "beach-off": { - "name": "beach-off", - "category": "Map", - "tags": ["beach", "off", "sand", "sun", "umbrella", "vacation", "travel", "icon", "stroke", "outline"], - "version": "1.62", - "unicode": "f0b7" - }, - "beach": { - "name": "beach", - "category": "Map", - "tags": ["beach", "sand", "sun", "umbrella", "vacation", "travel", "icon", "stroke", "outline"], - "version": "1.42", - "unicode": "ef3d" - }, - "bed-filled": { - "name": "bed-filled", - "category": "Filled", - "tags": ["bed", "filled", "sleep", "night", "bedroom", "rest", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7e0" - }, - "bed-flat": { - "name": "bed-flat", - "category": "", - "tags": ["bed", "flat", "mattress", "sofa", "couch", "futon", "sleeping", "restful", "horizontal", "recline", "lying", "horizontal-bed", "icon", "stroke", "outline"], - "version": "2.36", - "unicode": "fca1" - }, - "bed-off": { - "name": "bed-off", - "category": "Map", - "tags": ["bed", "off", "sleep", "night", "bedroom", "rest", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f100" - }, - "bed": { - "name": "bed", - "category": "Map", - "tags": ["bed", "furniture", "sleeping", "comfortable", "bedroom", "mattress", "resting", "relax", "sleep", "futon", "cozy", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb5c" - }, - "beer-filled": { - "name": "beer-filled", - "category": "Filled", - "tags": ["beer", "filled", "alcohol", "drink", "beverage", "bar", "pub", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7e1" - }, - "beer-off": { - "name": "beer-off", - "category": "Food", - "tags": ["beer", "off", "alcohol", "drink", "beverage", "bar", "pub", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f101" - }, - "beer": { - "name": "beer", - "category": "Food", - "tags": ["beer", "alcohol", "drink", "beverage", "bar", "pub", "icon", "stroke", "outline"], - "version": "1.48", - "unicode": "efa1" - }, - "bell-bolt": { - "name": "bell-bolt", - "category": "System", - "tags": ["bell", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f812" - }, - "bell-cancel": { - "name": "bell-cancel", - "category": "System", - "tags": ["bell", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f813" - }, - "bell-check": { - "name": "bell-check", - "category": "System", - "tags": ["bell", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f814" - }, - "bell-code": { - "name": "bell-code", - "category": "System", - "tags": ["bell", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f815" - }, - "bell-cog": { - "name": "bell-cog", - "category": "System", - "tags": ["bell", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f816" - }, - "bell-dollar": { - "name": "bell-dollar", - "category": "System", - "tags": ["bell", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f817" - }, - "bell-down": { - "name": "bell-down", - "category": "System", - "tags": ["bell", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f818" - }, - "bell-exclamation": { - "name": "bell-exclamation", - "category": "System", - "tags": ["bell", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f819" - }, - "bell-filled": { - "name": "bell-filled", - "category": "Filled", - "tags": ["bell", "filled", "alarm", "sound", "notification", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f669" - }, - "bell-heart": { - "name": "bell-heart", - "category": "System", - "tags": ["bell", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f81a" - }, - "bell-minus-filled": { - "name": "bell-minus-filled", - "category": "Filled", - "tags": ["bell", "minus", "filled", "notification", "alarm", "alert", "remove", "ring", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f722" - }, - "bell-minus": { - "name": "bell-minus", - "category": "System", - "tags": ["bell", "minus", "notification", "alarm", "alert", "remove", "ring", "icon", "stroke", "outline"], - "version": "1.37", - "unicode": "ede2" - }, - "bell-off": { - "name": "bell-off", - "category": "System", - "tags": ["bell", "off", "alarm", "sound", "notification", "icon", "stroke", "outline"], - "version": "1.22", - "unicode": "ece9" - }, - "bell-pause": { - "name": "bell-pause", - "category": "System", - "tags": ["bell", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f81b" - }, - "bell-pin": { - "name": "bell-pin", - "category": "System", - "tags": ["bell", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f81c" - }, - "bell-plus-filled": { - "name": "bell-plus-filled", - "category": "Filled", - "tags": ["bell", "plus", "filled", "alarm", "notification", "alert", "set", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f723" - }, - "bell-plus": { - "name": "bell-plus", - "category": "System", - "tags": ["bell", "plus", "alarm", "notification", "alert", "set", "icon", "stroke", "outline"], - "version": "1.37", - "unicode": "ede3" - }, - "bell-question": { - "name": "bell-question", - "category": "System", - "tags": ["bell", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f81d" - }, - "bell-ringing-2-filled": { - "name": "bell-ringing-2-filled", - "category": "Filled", - "tags": ["bell", "ringing", "2", "filled", "alarm", "sound", "notification", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f724" - }, - "bell-ringing-2": { - "name": "bell-ringing-2", - "category": "System", - "tags": ["bell", "ringing", "2", "alarm", "sound", "notification", "icon", "stroke", "outline"], - "version": "1.37", - "unicode": "ede4" - }, - "bell-ringing-filled": { - "name": "bell-ringing-filled", - "category": "Filled", - "tags": ["bell", "ringing", "filled", "alarm", "sound", "notification", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f725" - }, - "bell-ringing": { - "name": "bell-ringing", - "category": "System", - "tags": ["bell", "ringing", "alarm", "sound", "notification", "icon", "stroke", "outline"], - "version": "1.24", - "unicode": "ed07" - }, - "bell-school": { - "name": "bell-school", - "category": "", - "tags": ["bell", "school", "alarm", "education", "alert", "sound", "notification", "study", "icon", "stroke", "outline"], - "version": "1.58", - "unicode": "f05e" - }, - "bell-search": { - "name": "bell-search", - "category": "System", - "tags": ["bell", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f81e" - }, - "bell-share": { - "name": "bell-share", - "category": "System", - "tags": ["bell", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f81f" - }, - "bell-star": { - "name": "bell-star", - "category": "System", - "tags": ["bell", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f820" - }, - "bell-up": { - "name": "bell-up", - "category": "System", - "tags": ["bell", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f821" - }, - "bell-x-filled": { - "name": "bell-x-filled", - "category": "Filled", - "tags": ["bell", "x", "filled", "alarm", "ring", "sound", "alert", "disabled", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f726" - }, - "bell-x": { - "name": "bell-x", - "category": "System", - "tags": ["bell", "x", "alarm", "ring", "sound", "alert", "disabled", "icon", "stroke", "outline"], - "version": "1.37", - "unicode": "ede5" - }, - "bell-z-filled": { - "name": "bell-z-filled", - "category": "Filled", - "tags": ["bell", "z", "filled", "alarm", "bell", "clock", "date", "snooze", "time", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f727" - }, - "bell-z": { - "name": "bell-z", - "category": "System", - "tags": ["bell", "z", "alarm", "bell", "clock", "date", "snooze", "time", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "eff1" - }, - "bell": { - "name": "bell", - "category": "System", - "tags": ["bell", "alarm", "sound", "notification", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea35" - }, - "beta": { - "name": "beta", - "category": "Letters", - "tags": ["beta", "letter", "alphabet", "greek", "math", "icon", "stroke", "outline"], - "version": "1.105", - "unicode": "f544" - }, - "bible": { - "name": "bible", - "category": "", - "tags": ["bible", "religion", "holy", "christian", "miracle", "church", "icon", "stroke", "outline"], - "version": "1.50", - "unicode": "efc4" - }, - "bike-off": { - "name": "bike-off", - "category": "Vehicles", - "tags": ["bike", "off", "cycling", "bicycle", "sport", "wheel", "icon", "stroke", "outline"], - "version": "1.62", - "unicode": "f0b8" - }, - "bike": { - "name": "bike", - "category": "Vehicles", - "tags": ["bike", "cycling", "bicycle", "sport", "wheel", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea36" - }, - "binary-off": { - "name": "binary-off", - "category": "Computers", - "tags": ["binary", "off", "binary", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3c5" - }, - "binary-tree-2": { - "name": "binary-tree-2", - "category": "Computers", - "tags": ["binary", "tree", "2", "data", "diversity", "it", "math", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5d3" - }, - "binary-tree": { - "name": "binary-tree", - "category": "Computers", - "tags": ["binary", "tree", "data", "diversity", "it", "math", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5d4" - }, - "binary": { - "name": "binary", - "category": "Computers", - "tags": ["binary", "binary", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee08" - }, - "biohazard-off": { - "name": "biohazard-off", - "category": "Symbols", - "tags": ["biohazard", "off", "danger", "radioactive", "toxic", "microbe", "virus", "biotoxin", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0b9" - }, - "biohazard": { - "name": "biohazard", - "category": "Symbols", - "tags": ["biohazard", "danger", "radioactive", "toxic", "microbe", "virus", "biotoxin", "icon", "stroke", "outline"], - "version": "1.18", - "unicode": "ecb8" - }, - "blade-filled": { - "name": "blade-filled", - "category": "Filled", - "tags": ["blade", "filled", "razor", "beard", "barber", "cut", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7e2" - }, - "blade": { - "name": "blade", - "category": "", - "tags": ["blade", "razor", "beard", "barber", "cut", "icon", "stroke", "outline"], - "version": "1.98", - "unicode": "f4bd" - }, - "bleach-chlorine": { - "name": "bleach-chlorine", - "category": "Laundry", - "tags": ["bleach", "chlorine", "clothing", "washing", "chemical", "laundry", "detergent", "clean", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f2f0" - }, - "bleach-no-chlorine": { - "name": "bleach-no-chlorine", - "category": "Laundry", - "tags": ["bleach", "no", "chlorine", "clothing", "washing", "chemical", "laundry", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f2f1" - }, - "bleach-off": { - "name": "bleach-off", - "category": "Laundry", - "tags": ["bleach", "off", "clothing", "washing", "chemical", "laundry", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f2f2" - }, - "bleach": { - "name": "bleach", - "category": "Laundry", - "tags": ["bleach", "clothing", "washing", "chemical", "laundry", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f2f3" - }, - "blender": { - "name": "blender", - "category": "", - "tags": ["blender", "mixer", "kitchen", "appliance", "blend", "food", "smoothie", "processing", "mixing", "grind", "blending", "icon", "stroke", "outline"], - "version": "2.36", - "unicode": "fca2" - }, - "blockquote": { - "name": "blockquote", - "category": "Text", - "tags": ["blockquote", "citation", "quotation", "saying", "text", "section", "style", "styling", "css", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee09" - }, - "bluetooth-connected": { - "name": "bluetooth-connected", - "category": "Devices", - "tags": ["bluetooth", "connected", "wireless", "connection", "connect", "icon", "stroke", "outline"], - "version": "1.22", - "unicode": "ecea" - }, - "bluetooth-off": { - "name": "bluetooth-off", - "category": "Devices", - "tags": ["bluetooth", "off", "wireless", "connection", "connect", "icon", "stroke", "outline"], - "version": "1.22", - "unicode": "eceb" - }, - "bluetooth-x": { - "name": "bluetooth-x", - "category": "Devices", - "tags": ["bluetooth", "x", "multimedia", "technology", "disabled", "connection", "communication", "icon", "stroke", "outline"], - "version": "1.60", - "unicode": "f081" - }, - "bluetooth": { - "name": "bluetooth", - "category": "Devices", - "tags": ["bluetooth", "wireless", "connection", "connect", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea37" - }, - "blur-off": { - "name": "blur-off", - "category": "Design", - "tags": ["blur", "off", "edit", "photo", "photography", "tool", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3c6" - }, - "blur": { - "name": "blur", - "category": "Design", - "tags": ["blur", "edit", "photo", "photography", "tool", "icon", "stroke", "outline"], - "version": "1.47", - "unicode": "ef8c" - }, - "bmp": { - "name": "bmp", - "category": "Extensions", - "tags": ["bmp", "format", "filetype", "file", "document", "icon", "stroke", "outline"], - "version": "1.93", - "unicode": "f3a6" - }, - "body-scan": { - "name": "body-scan", - "category": "System", - "tags": ["body", "scan", "medical", "health", "biometric", "wellness", "check-up", "diagnostic", "physical", "anatomy", "examination", "body-health", "icon", "stroke", "outline"], - "version": "2.36", - "unicode": "fca3" - }, - "bold-off": { - "name": "bold-off", - "category": "Text", - "tags": ["bold", "off", "font", "style", "boldface", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0ba" - }, - "bold": { - "name": "bold", - "category": "Text", - "tags": ["bold", "font", "style", "boldface", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb7b" - }, - "bolt-off": { - "name": "bolt-off", - "category": "", - "tags": ["bolt", "off", "energy", "power", "electricity", "storm", "icon", "stroke", "outline"], - "version": "1.22", - "unicode": "ecec" - }, - "bolt": { - "name": "bolt", - "category": "", - "tags": ["bolt", "energy", "power", "electricity", "storm", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea38" - }, - "bomb-filled": { - "name": "bomb-filled", - "category": "Filled", - "tags": ["bomb", "filled", "icon", "stroke", "outline"], - "version": "2.19", - "unicode": "fa86" - }, - "bomb": { - "name": "bomb", - "category": "", - "tags": ["bomb", "explosion", "weapon", "military", "war", "icon", "stroke", "outline"], - "version": "1.110", - "unicode": "f59c" - }, - "bone-off": { - "name": "bone-off", - "category": "Food", - "tags": ["bone", "off", "skeleton", "human", "dog", "body", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0bb" - }, - "bone": { - "name": "bone", - "category": "Food", - "tags": ["bone", "skeleton", "human", "dog", "body", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edb8" - }, - "bong-off": { - "name": "bong-off", - "category": "", - "tags": ["bong", "off", "smoke", "smoking", "cannabis", "marijuana", "drugs", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3c7" - }, - "bong": { - "name": "bong", - "category": "", - "tags": ["bong", "smoke", "smoking", "cannabis", "marijuana", "drugs", "icon", "stroke", "outline"], - "version": "1.93", - "unicode": "f3a7" - }, - "book-2": { - "name": "book-2", - "category": "Document", - "tags": ["book", "2", "read", "dictionary", "magazine", "library", "booklet", "novel", "icon", "stroke", "outline"], - "version": "1.50", - "unicode": "efc5" - }, - "book-download": { - "name": "book-download", - "category": "Document", - "tags": ["book", "download", "education", "e-book", "digital", "icon", "stroke", "outline"], - "version": "1.59", - "unicode": "f070" - }, - "book-filled": { - "name": "book-filled", - "category": "Filled", - "tags": ["book", "filled", "icon", "stroke", "outline"], - "version": "2.19", - "unicode": "fa87" - }, - "book-off": { - "name": "book-off", - "category": "Document", - "tags": ["book", "off", "read", "dictionary", "magazine", "library", "booklet", "novel", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0bc" - }, - "book-upload": { - "name": "book-upload", - "category": "Document", - "tags": ["book", "upload", "e-book", "e-learning", "education", "reading", "icon", "stroke", "outline"], - "version": "1.59", - "unicode": "f071" - }, - "book": { - "name": "book", - "category": "Document", - "tags": ["book", "read", "dictionary", "magazine", "library", "booklet", "novel", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea39" - }, - "bookmark-ai": { - "name": "bookmark-ai", - "category": "", - "tags": ["bookmark", "ai", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc8a" - }, - "bookmark-edit": { - "name": "bookmark-edit", - "category": "Document", - "tags": ["bookmark", "edit", "icon", "stroke", "outline"], - "version": "2.17", - "unicode": "fa5e" - }, - "bookmark-filled": { - "name": "bookmark-filled", - "category": "Filled", - "tags": ["bookmark", "filled", "icon", "stroke", "outline"], - "version": "2.19", - "unicode": "fa88" - }, - "bookmark-minus": { - "name": "bookmark-minus", - "category": "Document", - "tags": ["bookmark", "minus", "icon", "stroke", "outline"], - "version": "2.17", - "unicode": "fa5f" - }, - "bookmark-off": { - "name": "bookmark-off", - "category": "Document", - "tags": ["bookmark", "off", "read", "clip", "marker", "tag", "icon", "stroke", "outline"], - "version": "1.22", - "unicode": "eced" - }, - "bookmark-plus": { - "name": "bookmark-plus", - "category": "Document", - "tags": ["bookmark", "plus", "icon", "stroke", "outline"], - "version": "2.17", - "unicode": "fa60" - }, - "bookmark-question": { - "name": "bookmark-question", - "category": "Document", - "tags": ["bookmark", "question", "icon", "stroke", "outline"], - "version": "2.17", - "unicode": "fa61" - }, - "bookmark": { - "name": "bookmark", - "category": "Document", - "tags": ["bookmark", "read", "clip", "marker", "tag", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea3a" - }, - "bookmarks-filled": { - "name": "bookmarks-filled", - "category": "Filled", - "tags": ["bookmarks", "filled", "icon", "stroke", "outline"], - "version": "2.26", - "unicode": "fb1f" - }, - "bookmarks-off": { - "name": "bookmarks-off", - "category": "Document", - "tags": ["bookmarks", "off", "read", "clip", "marker", "tag", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0bd" - }, - "bookmarks": { - "name": "bookmarks", - "category": "Document", - "tags": ["bookmarks", "read", "clip", "marker", "tag", "icon", "stroke", "outline"], - "version": "1.24", - "unicode": "ed08" - }, - "books-off": { - "name": "books-off", - "category": "Document", - "tags": ["books", "off", "education", "learning", "reading", "school", "library", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0be" - }, - "books": { - "name": "books", - "category": "Document", - "tags": ["books", "education", "learning", "reading", "school", "library", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "eff2" - }, - "border-all": { - "name": "border-all", - "category": "Design", - "tags": ["border", "all", "table", "side", "line", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea3b" - }, - "border-bottom": { - "name": "border-bottom", - "category": "Design", - "tags": ["border", "bottom", "table", "side", "line", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea3c" - }, - "border-corner-ios": { - "name": "border-corner-ios", - "category": "", - "tags": ["border", "corner", "ios", "icon", "stroke", "outline"], - "version": "2.47", - "unicode": "fd98" - }, - "border-corner-pill": { - "name": "border-corner-pill", - "category": "Design", - "tags": ["border", "corner", "pill", "icon", "stroke", "outline"], - "version": "2.44", - "unicode": "fd62" - }, - "border-corner-rounded": { - "name": "border-corner-rounded", - "category": "Design", - "tags": ["border", "corner", "rounded", "icon", "stroke", "outline"], - "version": "2.44", - "unicode": "fd63" - }, - "border-corner-square": { - "name": "border-corner-square", - "category": "Design", - "tags": ["border", "corner", "square", "icon", "stroke", "outline"], - "version": "2.44", - "unicode": "fd64" - }, - "border-corners": { - "name": "border-corners", - "category": "Design", - "tags": ["border", "corners", "icon", "stroke", "outline"], - "version": "2.6", - "unicode": "f7a0" - }, - "border-horizontal": { - "name": "border-horizontal", - "category": "Design", - "tags": ["border", "horizontal", "table", "side", "line", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea3d" - }, - "border-inner": { - "name": "border-inner", - "category": "Design", - "tags": ["border", "inner", "table", "side", "line", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea3e" - }, - "border-left": { - "name": "border-left", - "category": "Design", - "tags": ["border", "left", "table", "side", "line", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea3f" - }, - "border-none": { - "name": "border-none", - "category": "Design", - "tags": ["border", "none", "table", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea40" - }, - "border-outer": { - "name": "border-outer", - "category": "Design", - "tags": ["border", "outer", "table", "side", "line", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea41" - }, - "border-radius": { - "name": "border-radius", - "category": "Design", - "tags": ["border", "radius", "corner", "rounded", "line", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb7c" - }, - "border-right": { - "name": "border-right", - "category": "Design", - "tags": ["border", "right", "table", "side", "line", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea42" - }, - "border-sides": { - "name": "border-sides", - "category": "Design", - "tags": ["border", "sides", "icon", "stroke", "outline"], - "version": "2.6", - "unicode": "f7a1" - }, - "border-style-2": { - "name": "border-style-2", - "category": "Design", - "tags": ["border", "style", "2", "google", "excel", "sheets", "sheets", "icon", "stroke", "outline"], - "version": "1.41", - "unicode": "ef22" - }, - "border-style": { - "name": "border-style", - "category": "Design", - "tags": ["border", "style", "google", "excel", "sheets", "sheets", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee0a" - }, - "border-top": { - "name": "border-top", - "category": "Design", - "tags": ["border", "top", "table", "side", "line", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea43" - }, - "border-vertical": { - "name": "border-vertical", - "category": "Design", - "tags": ["border", "vertical", "table", "side", "line", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea44" - }, - "bottle-filled": { - "name": "bottle-filled", - "category": "Filled", - "tags": ["bottle", "filled", "icon", "stroke", "outline"], - "version": "2.19", - "unicode": "fa89" - }, - "bottle-off": { - "name": "bottle-off", - "category": "Food", - "tags": ["bottle", "off", "water", "drink", "beer", "energy", "wine", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3c8" - }, - "bottle": { - "name": "bottle", - "category": "Food", - "tags": ["bottle", "water", "drink", "beer", "energy", "wine", "icon", "stroke", "outline"], - "version": "1.40", - "unicode": "ef0b" - }, - "bounce-left-filled": { - "name": "bounce-left-filled", - "category": "Filled", - "tags": ["bounce", "left", "filled", "icon", "stroke", "outline"], - "version": "2.26", - "unicode": "fb20" - }, - "bounce-left": { - "name": "bounce-left", - "category": "Design", - "tags": ["bounce", "left", "ball", "west", "motion", "jump", "icon", "stroke", "outline"], - "version": "1.110", - "unicode": "f59d" - }, - "bounce-right-filled": { - "name": "bounce-right-filled", - "category": "Filled", - "tags": ["bounce", "right", "filled", "icon", "stroke", "outline"], - "version": "2.26", - "unicode": "fb21" - }, - "bounce-right": { - "name": "bounce-right", - "category": "Design", - "tags": ["bounce", "right", "ball", "east", "motion", "jump", "icon", "stroke", "outline"], - "version": "1.110", - "unicode": "f59e" - }, - "bow": { - "name": "bow", - "category": "Sport", - "tags": ["bow", "arrow", "archer", "hunt", "hunter", "icon", "stroke", "outline"], - "version": "1.61", - "unicode": "f096" - }, - "bowl-chopsticks": { - "name": "bowl-chopsticks", - "category": "", - "tags": ["bowl", "chopsticks", "icon", "stroke", "outline"], - "version": "2.46", - "unicode": "fd90" - }, - "bowl-filled": { - "name": "bowl-filled", - "category": "Filled", - "tags": ["bowl", "filled", "icon", "stroke", "outline"], - "version": "2.26", - "unicode": "fb22" - }, - "bowl-spoon": { - "name": "bowl-spoon", - "category": "", - "tags": ["bowl", "spoon", "icon", "stroke", "outline"], - "version": "2.46", - "unicode": "fd91" - }, - "bowl": { - "name": "bowl", - "category": "Food", - "tags": ["bowl", "food", "soup", "kitchen", "vessel", "icon", "stroke", "outline"], - "version": "1.101", - "unicode": "f4fa" - }, - "box-align-bottom-filled": { - "name": "box-align-bottom-filled", - "category": "Filled", - "tags": ["box", "align", "bottom", "filled", "icon", "stroke", "outline"], - "version": "2.19", - "unicode": "fa8a" - }, - "box-align-bottom-left-filled": { - "name": "box-align-bottom-left-filled", - "category": "Filled", - "tags": ["box", "align", "bottom", "left", "filled", "icon", "stroke", "outline"], - "version": "2.19", - "unicode": "fa8b" - }, - "box-align-bottom-left": { - "name": "box-align-bottom-left", - "category": "Design", - "tags": ["box", "align", "bottom", "left", "cube", "side", "down", "south-west", "icon", "stroke", "outline"], - "version": "1.82", - "unicode": "f2ce" - }, - "box-align-bottom-right-filled": { - "name": "box-align-bottom-right-filled", - "category": "Filled", - "tags": ["box", "align", "bottom", "right", "filled", "icon", "stroke", "outline"], - "version": "2.19", - "unicode": "fa8c" - }, - "box-align-bottom-right": { - "name": "box-align-bottom-right", - "category": "Design", - "tags": ["box", "align", "bottom", "right", "cube", "side", "down", "south-east", "icon", "stroke", "outline"], - "version": "1.82", - "unicode": "f2cf" - }, - "box-align-bottom": { - "name": "box-align-bottom", - "category": "Design", - "tags": ["box", "align", "bottom", "rectangle", "side", "down", "south", "icon", "stroke", "outline"], - "version": "1.80", - "unicode": "f2a8" - }, - "box-align-left-filled": { - "name": "box-align-left-filled", - "category": "Filled", - "tags": ["box", "align", "left", "filled", "icon", "stroke", "outline"], - "version": "2.19", - "unicode": "fa8d" - }, - "box-align-left": { - "name": "box-align-left", - "category": "Design", - "tags": ["box", "align", "left", "rectangle side", "west", "icon", "stroke", "outline"], - "version": "1.80", - "unicode": "f2a9" - }, - "box-align-right-filled": { - "name": "box-align-right-filled", - "category": "Filled", - "tags": ["box", "align", "right", "filled", "icon", "stroke", "outline"], - "version": "2.19", - "unicode": "fa8e" - }, - "box-align-right": { - "name": "box-align-right", - "category": "Design", - "tags": ["box", "align", "right", "rectangle", "side", "east", "icon", "stroke", "outline"], - "version": "1.80", - "unicode": "f2aa" - }, - "box-align-top-filled": { - "name": "box-align-top-filled", - "category": "Filled", - "tags": ["box", "align", "top", "filled", "icon", "stroke", "outline"], - "version": "2.19", - "unicode": "fa8f" - }, - "box-align-top-left-filled": { - "name": "box-align-top-left-filled", - "category": "Filled", - "tags": ["box", "align", "top", "left", "filled", "icon", "stroke", "outline"], - "version": "2.19", - "unicode": "fa90" - }, - "box-align-top-left": { - "name": "box-align-top-left", - "category": "Design", - "tags": ["box", "align", "top", "left", "cube", "side", "up", "north-west", "icon", "stroke", "outline"], - "version": "1.82", - "unicode": "f2d0" - }, - "box-align-top-right-filled": { - "name": "box-align-top-right-filled", - "category": "Filled", - "tags": ["box", "align", "top", "right", "filled", "icon", "stroke", "outline"], - "version": "2.19", - "unicode": "fa91" - }, - "box-align-top-right": { - "name": "box-align-top-right", - "category": "Design", - "tags": ["box", "align", "top", "right", "cube", "side", "up", "north-east", "icon", "stroke", "outline"], - "version": "1.82", - "unicode": "f2d1" - }, - "box-align-top": { - "name": "box-align-top", - "category": "Design", - "tags": ["box", "align", "top", "rectangle", "side", "up", "north", "icon", "stroke", "outline"], - "version": "1.80", - "unicode": "f2ab" - }, - "box-margin": { - "name": "box-margin", - "category": "Design", - "tags": ["box", "margin", "css", "cascading", "style", "section", "space", "text", "content", "outside", "container", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee0b" - }, - "box-model-2-off": { - "name": "box-model-2-off", - "category": "Design", - "tags": ["box", "model", "2", "off", "css", "cascading", "style", "section", "element", "square", "website", "container", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3c9" - }, - "box-model-2": { - "name": "box-model-2", - "category": "Design", - "tags": ["box", "model", "2", "css", "cascading", "style", "section", "element", "square", "website", "container", "icon", "stroke", "outline"], - "version": "1.41", - "unicode": "ef23" - }, - "box-model-off": { - "name": "box-model-off", - "category": "Design", - "tags": ["box", "model", "off", "css", "cascading", "style", "section", "element", "square", "website", "container", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3ca" - }, - "box-model": { - "name": "box-model", - "category": "Design", - "tags": ["box", "model", "css", "cascading", "style", "section", "element", "square", "website", "container", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee0c" - }, - "box-multiple-0": { - "name": "box-multiple-0", - "category": "Numbers", - "tags": ["box", "multiple", "0", "css", "cascading", "style", "sheet", "background", "section", "zero", "website", "layer", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee0d" - }, - "box-multiple-1": { - "name": "box-multiple-1", - "category": "Numbers", - "tags": ["box", "multiple", "1", "css", "cascading", "style", "sheet", "background", "section", "one", "website", "layer", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee0e" - }, - "box-multiple-2": { - "name": "box-multiple-2", - "category": "Numbers", - "tags": ["box", "multiple", "2", "css", "cascading", "style", "sheet", "background", "section", "two", "website", "layer", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee0f" - }, - "box-multiple-3": { - "name": "box-multiple-3", - "category": "Numbers", - "tags": ["box", "multiple", "3", "css", "cascading", "style", "sheet", "background", "section", "three", "website", "layer", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee10" - }, - "box-multiple-4": { - "name": "box-multiple-4", - "category": "Numbers", - "tags": ["box", "multiple", "4", "css", "cascading", "style", "sheet", "background", "section", "four", "website", "layer", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee11" - }, - "box-multiple-5": { - "name": "box-multiple-5", - "category": "Numbers", - "tags": ["box", "multiple", "5", "css", "cascading", "style", "sheet", "background", "section", "five", "website", "layer", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee12" - }, - "box-multiple-6": { - "name": "box-multiple-6", - "category": "Numbers", - "tags": ["box", "multiple", "6", "css", "cascading", "style", "sheet", "background", "section", "six", "website", "layer", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee13" - }, - "box-multiple-7": { - "name": "box-multiple-7", - "category": "Numbers", - "tags": ["box", "multiple", "7", "css", "cascading", "style", "sheet", "background", "section", "seven", "website", "layer", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee14" - }, - "box-multiple-8": { - "name": "box-multiple-8", - "category": "Numbers", - "tags": ["box", "multiple", "8", "css", "cascading", "style", "sheet", "background", "section", "eight", "website", "layer", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee15" - }, - "box-multiple-9": { - "name": "box-multiple-9", - "category": "Numbers", - "tags": ["box", "multiple", "9", "css", "cascading", "style", "sheet", "background", "section", "nine", "website", "layer", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee16" - }, - "box-multiple": { - "name": "box-multiple", - "category": "", - "tags": ["box", "multiple", "css", "cascading", "style", "sheet", "background", "section", "website", "layer", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee17" - }, - "box-off": { - "name": "box-off", - "category": "", - "tags": ["box", "off", "cube", "app", "application", "package", "container", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f102" - }, - "box-padding": { - "name": "box-padding", - "category": "Design", - "tags": ["box", "padding", "css", "cascading", "style", "section", "space", "text", "content", "website", "container", "inside", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee18" - }, - "box-seam": { - "name": "box-seam", - "category": "", - "tags": ["box", "seam", "cardboard", "package", "delivery", "present", "icon", "stroke", "outline"], - "version": "1.106", - "unicode": "f561" - }, - "box": { - "name": "box", - "category": "", - "tags": ["box", "cube", "app", "application", "package", "container", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea45" - }, - "braces-off": { - "name": "braces-off", - "category": "Math", - "tags": ["braces", "off", "punctuation", "additional", "information", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0bf" - }, - "braces": { - "name": "braces", - "category": "Math", - "tags": ["braces", "punctuation", "additional", "information", "icon", "stroke", "outline"], - "version": "1.6", - "unicode": "ebcc" - }, - "brackets-angle-off": { - "name": "brackets-angle-off", - "category": "", - "tags": ["brackets", "angle", "off", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcb1" - }, - "brackets-angle": { - "name": "brackets-angle", - "category": "", - "tags": ["brackets", "angle", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcb2" - }, - "brackets-contain-end": { - "name": "brackets-contain-end", - "category": "Math", - "tags": ["brackets", "contain", "end", "word", "regex", "find", "icon", "stroke", "outline"], - "version": "1.69", - "unicode": "f1e3" - }, - "brackets-contain-start": { - "name": "brackets-contain-start", - "category": "Math", - "tags": ["brackets", "contain", "start", "word", "regex", "find", "icon", "stroke", "outline"], - "version": "1.69", - "unicode": "f1e4" - }, - "brackets-contain": { - "name": "brackets-contain", - "category": "Math", - "tags": ["brackets", "contain", "word", "regex", "find", "icon", "stroke", "outline"], - "version": "1.69", - "unicode": "f1e5" - }, - "brackets-off": { - "name": "brackets-off", - "category": "Math", - "tags": ["brackets", "off", "punctuation", "additional", "information", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0c0" - }, - "brackets": { - "name": "brackets", - "category": "Math", - "tags": ["brackets", "punctuation", "additional", "information", "icon", "stroke", "outline"], - "version": "1.6", - "unicode": "ebcd" - }, - "braille": { - "name": "braille", - "category": "", - "tags": ["braille", "blind", "alphabet", "disability", "letters", "read", "icon", "stroke", "outline"], - "version": "1.105", - "unicode": "f545" - }, - "brain": { - "name": "brain", - "category": "", - "tags": ["brain", "mind", "human", "iq", "inteligence", "organ", "icon", "stroke", "outline"], - "version": "1.110", - "unicode": "f59f" - }, - "brand-4chan": { - "name": "brand-4chan", - "category": "Brand", - "tags": ["brand", "4chan", "bulletin", "board", "music", "photography", "image", "share", "icon", "stroke", "outline"], - "version": "1.96", - "unicode": "f494" - }, - "brand-abstract": { - "name": "brand-abstract", - "category": "Brand", - "tags": ["brand", "abstract", "design", "software", "web", "ux", "icon", "stroke", "outline"], - "version": "1.96", - "unicode": "f495" - }, - "brand-adobe": { - "name": "brand-adobe", - "category": "Brand", - "tags": ["brand", "adobe", "photoshop", "illustrator", "indesign", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0dc" - }, - "brand-adonis-js": { - "name": "brand-adonis-js", - "category": "Brand", - "tags": ["brand", "adonis", "js", "framework", "web", "app", "typescript", "icon", "stroke", "outline"], - "version": "1.96", - "unicode": "f496" - }, - "brand-airbnb": { - "name": "brand-airbnb", - "category": "Brand", - "tags": ["brand", "airbnb", "flat", "apartment", "holiday", "vacation", "city", "break", "book", "icon", "stroke", "outline"], - "version": "1.32", - "unicode": "ed68" - }, - "brand-airtable": { - "name": "brand-airtable", - "category": "Brand", - "tags": ["brand", "airtable", "creation of", "sharing", "database", "interface", "icon", "stroke", "outline"], - "version": "1.45", - "unicode": "ef6a" - }, - "brand-algolia": { - "name": "brand-algolia", - "category": "Brand", - "tags": ["brand", "algolia", "web", "browser", "software", "efficient", "ai", "icon", "stroke", "outline"], - "version": "1.92", - "unicode": "f390" - }, - "brand-alipay": { - "name": "brand-alipay", - "category": "Brand", - "tags": ["brand", "alipay", "pay", "china", "electronically", "alibaba", "icon", "stroke", "outline"], - "version": "2.6", - "unicode": "f7a2" - }, - "brand-alpine-js": { - "name": "brand-alpine-js", - "category": "Brand", - "tags": ["brand", "alpine", "js", "javascript", "programming", "coding", "icon", "stroke", "outline"], - "version": "1.86", - "unicode": "f324" - }, - "brand-amazon": { - "name": "brand-amazon", - "category": "Brand", - "tags": ["brand", "amazon", "shopping", "online", "media", "shop", "ecommerce", "icon", "stroke", "outline"], - "version": "1.73", - "unicode": "f230" - }, - "brand-amd": { - "name": "brand-amd", - "category": "Brand", - "tags": ["brand", "amd", "electronics", "computer", "components", "processors", "icon", "stroke", "outline"], - "version": "1.119", - "unicode": "f653" - }, - "brand-amigo": { - "name": "brand-amigo", - "category": "Brand", - "tags": ["brand", "amigo", "icon", "stroke", "outline"], - "version": "1.114", - "unicode": "f5f9" - }, - "brand-among-us": { - "name": "brand-among-us", - "category": "Brand", - "tags": ["brand", "among", "us", "game", "crewmate", "impostor", "icon", "stroke", "outline"], - "version": "1.71", - "unicode": "f205" - }, - "brand-android": { - "name": "brand-android", - "category": "Brand", - "tags": ["brand", "android", "os", "company", "system", "interface", "software", "logo", "icon", "stroke", "outline"], - "version": "1.9", - "unicode": "ec16" - }, - "brand-angular": { - "name": "brand-angular", - "category": "Brand", - "tags": ["brand", "angular", "programming", "coding", "typescript", "icon", "stroke", "outline"], - "version": "1.45", - "unicode": "ef6b" - }, - "brand-ansible": { - "name": "brand-ansible", - "category": "Brand", - "tags": ["brand", "ansible", "icon", "stroke", "outline"], - "version": "2.18", - "unicode": "fa70" - }, - "brand-ao3": { - "name": "brand-ao3", - "category": "Brand", - "tags": ["brand", "ao3", "open", "source", "make", "webstie", "fanfiction", "icon", "stroke", "outline"], - "version": "1.113", - "unicode": "f5e8" - }, - "brand-appgallery": { - "name": "brand-appgallery", - "category": "Brand", - "tags": ["brand", "appgallery", "games", "apps", "online", "store", "video", "icon", "stroke", "outline"], - "version": "1.73", - "unicode": "f231" - }, - "brand-apple-arcade": { - "name": "brand-apple-arcade", - "category": "Brand", - "tags": ["brand", "apple", "arcade", "technology", "video", "game", "service", "macos", "device", "play", "online", "icon", "stroke", "outline"], - "version": "1.32", - "unicode": "ed69" - }, - "brand-apple-filled": { - "name": "brand-apple-filled", - "category": "Filled", - "tags": ["brand", "apple", "filled", "icon", "stroke", "outline"], - "version": "2.45", - "unicode": "fd74" - }, - "brand-apple-podcast": { - "name": "brand-apple-podcast", - "category": "Brand", - "tags": ["brand", "apple", "podcast", "audio", "software", "music", "ios", "tvos", "icon", "stroke", "outline"], - "version": "1.69", - "unicode": "f1e6" - }, - "brand-apple": { - "name": "brand-apple", - "category": "Brand", - "tags": ["brand", "apple", "os", "company", "system", "interface", "software", "devices", "logo", "icon", "stroke", "outline"], - "version": "1.9", - "unicode": "ec17" - }, - "brand-appstore": { - "name": "brand-appstore", - "category": "Brand", - "tags": ["brand", "appstore", "shop", "online", "application", "logo", "icon", "stroke", "outline"], - "version": "1.26", - "unicode": "ed24" - }, - "brand-asana": { - "name": "brand-asana", - "category": "Brand", - "tags": ["brand", "asana", "task", "management", "project management", "manage", "collaborate", "collaboration", "team", "teamwork", "technology", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edc5" - }, - "brand-auth0": { - "name": "brand-auth0", - "category": "Brand", - "tags": ["brand", "auth0", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcb3" - }, - "brand-aws": { - "name": "brand-aws", - "category": "Brand", - "tags": ["brand", "aws", "icon", "stroke", "outline"], - "version": "2.16", - "unicode": "fa4c" - }, - "brand-azure": { - "name": "brand-azure", - "category": "Brand", - "tags": ["brand", "azure", "microsoft", "azure", "cloud", "computing", "technology", "services", "software", "platform", "it", "digital", "icon", "stroke", "outline"], - "version": "2.16", - "unicode": "fa4d" - }, - "brand-backbone": { - "name": "brand-backbone", - "category": "Brand", - "tags": ["brand", "backbone", "javascript", "programmers", "creation", "websites", "icon", "stroke", "outline"], - "version": "1.86", - "unicode": "f325" - }, - "brand-badoo": { - "name": "brand-badoo", - "category": "Brand", - "tags": ["brand", "badoo", "website", "communication", "chat", "social media", "icon", "stroke", "outline"], - "version": "1.71", - "unicode": "f206" - }, - "brand-baidu": { - "name": "brand-baidu", - "category": "Brand", - "tags": ["brand", "baidu", "china", "ai", "network", "company", "icon", "stroke", "outline"], - "version": "1.113", - "unicode": "f5e9" - }, - "brand-bandcamp": { - "name": "brand-bandcamp", - "category": "Brand", - "tags": ["brand", "bandcamp", "music", "website", "music company", "audio", "icon", "stroke", "outline"], - "version": "1.71", - "unicode": "f207" - }, - "brand-bandlab": { - "name": "brand-bandlab", - "category": "Brand", - "tags": ["brand", "bandlab", "make", "music", "online", "cloud", "webstie", "icon", "stroke", "outline"], - "version": "1.114", - "unicode": "f5fa" - }, - "brand-beats": { - "name": "brand-beats", - "category": "Brand", - "tags": ["brand", "beats", "music", "audio", "headphones", "audio equipment", "icon", "stroke", "outline"], - "version": "1.71", - "unicode": "f208" - }, - "brand-behance": { - "name": "brand-behance", - "category": "Brand", - "tags": ["brand", "behance", "logo", "website", "adobe", "project", "views", "marks", "platform", "designer", "icon", "stroke", "outline"], - "version": "1.13", - "unicode": "ec6e" - }, - "brand-bilibili": { - "name": "brand-bilibili", - "category": "Brand", - "tags": ["brand", "bilibili", "china", "platform", "streaming", "video", "icon", "stroke", "outline"], - "version": "2.1", - "unicode": "f6d2" - }, - "brand-binance": { - "name": "brand-binance", - "category": "Brand", - "tags": ["brand", "binance", "website", "crypto", "cryptocurrency", "exchange", "icon", "stroke", "outline"], - "version": "1.110", - "unicode": "f5a0" - }, - "brand-bing": { - "name": "brand-bing", - "category": "Brand", - "tags": ["brand", "bing", "search", "result", "find", "search", "engine", "internet", "microsoft", "web", "technology", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edc6" - }, - "brand-bitbucket": { - "name": "brand-bitbucket", - "category": "Brand", - "tags": ["brand", "bitbucket", "version", "control", "repository", "hosting", "atlassian", "source", "code", "development", "git", "technology", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edc7" - }, - "brand-blackberry": { - "name": "brand-blackberry", - "category": "Brand", - "tags": ["brand", "blackberry", "phone", "mobile", "system", "operating", "os", "electronics", "icon", "stroke", "outline"], - "version": "1.107", - "unicode": "f568" - }, - "brand-blender": { - "name": "brand-blender", - "category": "Brand", - "tags": ["brand", "blender", "software", "graphic", "3d", "animation", "icon", "stroke", "outline"], - "version": "1.86", - "unicode": "f326" - }, - "brand-blogger": { - "name": "brand-blogger", - "category": "Brand", - "tags": ["brand", "blogger", "media", "blogging", "internet", "social", "site", "icon", "stroke", "outline"], - "version": "1.89", - "unicode": "f35a" - }, - "brand-bluesky": { - "name": "brand-bluesky", - "category": "Brand", - "tags": ["brand", "bluesky", "icon", "stroke", "outline"], - "version": "2.45", - "unicode": "fd75" - }, - "brand-booking": { - "name": "brand-booking", - "category": "Brand", - "tags": ["brand", "booking", "flat", "apartment", "holiday", "vacation", "city", "break", "book", "rent", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edc8" - }, - "brand-bootstrap": { - "name": "brand-bootstrap", - "category": "Brand", - "tags": ["brand", "bootstrap", "programming", "coding", "HTML", "hardware", "javascript", "js", "icon", "stroke", "outline"], - "version": "1.42", - "unicode": "ef3e" - }, - "brand-bulma": { - "name": "brand-bulma", - "category": "Brand", - "tags": ["brand", "bulma", "programming", "coding", "html", "css", "icon", "stroke", "outline"], - "version": "1.86", - "unicode": "f327" - }, - "brand-bumble": { - "name": "brand-bumble", - "category": "Brand", - "tags": ["brand", "bumble", "app", "dating", "social", "media", "communication", "icon", "stroke", "outline"], - "version": "1.114", - "unicode": "f5fb" - }, - "brand-bunpo": { - "name": "brand-bunpo", - "category": "Brand", - "tags": ["brand", "bunpo", "learn", "japanese", "app", "grammatic", "icon", "stroke", "outline"], - "version": "1.99", - "unicode": "f4cf" - }, - "brand-c-sharp": { - "name": "brand-c-sharp", - "category": "Brand", - "tags": ["brand", "c", "sharp", "coding", "programming", "files", "language", "icon", "stroke", "outline"], - "version": "1.53", - "unicode": "f003" - }, - "brand-cake": { - "name": "brand-cake", - "category": "Brand", - "tags": ["brand", "cake", "icon", "stroke", "outline"], - "version": "2.6", - "unicode": "f7a3" - }, - "brand-cakephp": { - "name": "brand-cakephp", - "category": "Brand", - "tags": ["brand", "cakephp", "framework", "make", "app", "web", "php", "icon", "stroke", "outline"], - "version": "2.7", - "unicode": "f7af" - }, - "brand-campaignmonitor": { - "name": "brand-campaignmonitor", - "category": "Brand", - "tags": ["brand", "campaignmonitor", "technology", "e-mail", "site", "cm", "group", "icon", "stroke", "outline"], - "version": "1.86", - "unicode": "f328" - }, - "brand-carbon": { - "name": "brand-carbon", - "category": "Brand", - "tags": ["brand", "carbon", "icon", "stroke", "outline"], - "version": "1.88", - "unicode": "f348" - }, - "brand-cashapp": { - "name": "brand-cashapp", - "category": "Brand", - "tags": ["brand", "cashapp", "payment", "finance", "mobile", "app", "money", "transfer", "icon", "stroke", "outline"], - "version": "1.92", - "unicode": "f391" - }, - "brand-chrome": { - "name": "brand-chrome", - "category": "Brand", - "tags": ["brand", "chrome", "browser", "internet", "web", "logo", "icon", "stroke", "outline"], - "version": "1.9", - "unicode": "ec18" - }, - "brand-cinema-4d": { - "name": "brand-cinema-4d", - "category": "Brand", - "tags": ["brand", "cinema", "4d", "icon", "stroke", "outline"], - "version": "2.18", - "unicode": "fa71" - }, - "brand-citymapper": { - "name": "brand-citymapper", - "category": "Brand", - "tags": ["brand", "citymapper", "app", "transport", "public", "software", "icon", "stroke", "outline"], - "version": "1.114", - "unicode": "f5fc" - }, - "brand-cloudflare": { - "name": "brand-cloudflare", - "category": "Brand", - "tags": ["brand", "cloudflare", "cloudflare", "web", "security", "content", "delivery", "ddos", "protection", "network", "internet", "performance", "firewall", "cdn", "website", "icon", "stroke", "outline"], - "version": "2.16", - "unicode": "fa4e" - }, - "brand-codecov": { - "name": "brand-codecov", - "category": "Brand", - "tags": ["brand", "codecov", "coding", "analysis", "archive", "merge", "icon", "stroke", "outline"], - "version": "1.86", - "unicode": "f329" - }, - "brand-codepen": { - "name": "brand-codepen", - "category": "Brand", - "tags": ["brand", "codepen", "logo", "community", "internet", "codes", "programing", "programmer", "source", "website", "platform", "designer", "icon", "stroke", "outline"], - "version": "1.13", - "unicode": "ec6f" - }, - "brand-codesandbox": { - "name": "brand-codesandbox", - "category": "Brand", - "tags": ["brand", "codesandbox", "online", "code", "editor", "prototyping", "prototype", "web", "app", "programming", "integrated", "development", "environment", "technology", "icon", "stroke", "outline"], - "version": "1.32", - "unicode": "ed6a" - }, - "brand-cohost": { - "name": "brand-cohost", - "category": "Brand", - "tags": ["brand", "cohost", "web", "website", "app", "social", "nodes", "network", "community", "communication", "user", "post", "images", "photos", "comment", "feedback", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5d5" - }, - "brand-coinbase": { - "name": "brand-coinbase", - "category": "Brand", - "tags": ["brand", "coinbase", "cryptocurrencies", "bitcoin", "ethereum", "traded company", "icon", "stroke", "outline"], - "version": "1.71", - "unicode": "f209" - }, - "brand-comedy-central": { - "name": "brand-comedy-central", - "category": "Brand", - "tags": ["brand", "comedy", "central", "tv", "serial", "films", "stand-up", "skits", "icon", "stroke", "outline"], - "version": "1.72", - "unicode": "f217" - }, - "brand-coreos": { - "name": "brand-coreos", - "category": "Brand", - "tags": ["brand", "coreos", "operating", "system", "linux", "programmers", "icon", "stroke", "outline"], - "version": "1.114", - "unicode": "f5fd" - }, - "brand-couchdb": { - "name": "brand-couchdb", - "category": "Brand", - "tags": ["brand", "couchdb", "document", "engine", "database", "json", "icon", "stroke", "outline"], - "version": "1.115", - "unicode": "f60f" - }, - "brand-couchsurfing": { - "name": "brand-couchsurfing", - "category": "Brand", - "tags": ["brand", "couchsurfing", "app", "website", "accommodation", "lodging", "icon", "stroke", "outline"], - "version": "1.92", - "unicode": "f392" - }, - "brand-cpp": { - "name": "brand-cpp", - "category": "Brand", - "tags": ["brand", "cpp", "code", "programming", "language", "coding", "icon", "stroke", "outline"], - "version": "1.114", - "unicode": "f5fe" - }, - "brand-craft": { - "name": "brand-craft", - "category": "Brand", - "tags": ["brand", "craft", "icon", "stroke", "outline"], - "version": "2.18", - "unicode": "fa72" - }, - "brand-crunchbase": { - "name": "brand-crunchbase", - "category": "Brand", - "tags": ["brand", "crunchbase", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7e3" - }, - "brand-css3": { - "name": "brand-css3", - "category": "Brand", - "tags": ["brand", "css3", "cascading", "style", "sheet", "programming", "development", "web", "website", "technology", "icon", "stroke", "outline"], - "version": "1.32", - "unicode": "ed6b" - }, - "brand-ctemplar": { - "name": "brand-ctemplar", - "category": "Brand", - "tags": ["brand", "ctemplar", "e-mail", "file", "sharing", "encryption", "app", "mobile", "icon", "stroke", "outline"], - "version": "1.99", - "unicode": "f4d0" - }, - "brand-cucumber": { - "name": "brand-cucumber", - "category": "Brand", - "tags": ["brand", "cucumber", "software", "tool", "gherkin", "programming", "ruby", "javascript", "icon", "stroke", "outline"], - "version": "1.45", - "unicode": "ef6c" - }, - "brand-cupra": { - "name": "brand-cupra", - "category": "Brand", - "tags": ["brand", "cupra", "car", "seat", "sport", "formentor", "ateca", "leon", "icon", "stroke", "outline"], - "version": "1.99", - "unicode": "f4d1" - }, - "brand-cypress": { - "name": "brand-cypress", - "category": "Brand", - "tags": ["brand", "cypress", "test", "automation", "user", "interface", "javascript", "icon", "stroke", "outline"], - "version": "1.86", - "unicode": "f333" - }, - "brand-d3": { - "name": "brand-d3", - "category": "Brand", - "tags": ["brand", "d3", "data", "charts", "javascript", "js", "icon", "stroke", "outline"], - "version": "1.75", - "unicode": "f24e" - }, - "brand-databricks": { - "name": "brand-databricks", - "category": "Brand", - "tags": ["brand", "databricks", "databricks", "data", "analytics", "big", "science", "machine", "learning", "platform", "engineering", "processing", "ai", "icon", "stroke", "outline"], - "version": "2.31", - "unicode": "fc41" - }, - "brand-days-counter": { - "name": "brand-days-counter", - "category": "Brand", - "tags": ["brand", "days", "counter", "app", "mobile", "highlights", "days", "birthday", "icon", "stroke", "outline"], - "version": "1.99", - "unicode": "f4d2" - }, - "brand-dcos": { - "name": "brand-dcos", - "category": "Brand", - "tags": ["brand", "dcos", "os", "operating", "system", "cloud", "services", "networking", "icon", "stroke", "outline"], - "version": "1.86", - "unicode": "f32a" - }, - "brand-debian": { - "name": "brand-debian", - "category": "Brand", - "tags": ["brand", "debian", "operating system", "linux", "computer", "gnu", "icon", "stroke", "outline"], - "version": "1.44", - "unicode": "ef57" - }, - "brand-deezer": { - "name": "brand-deezer", - "category": "Brand", - "tags": ["brand", "deezer", "music", "media", "sound", "singer", "icon", "stroke", "outline"], - "version": "2.5", - "unicode": "f78b" - }, - "brand-deliveroo": { - "name": "brand-deliveroo", - "category": "Brand", - "tags": ["brand", "deliveroo", "food", "online", "delivery", "supplier", "icon", "stroke", "outline"], - "version": "1.99", - "unicode": "f4d3" - }, - "brand-deno": { - "name": "brand-deno", - "category": "Brand", - "tags": ["brand", "deno", "software", "javascript", "programming", "typescript", "icon", "stroke", "outline"], - "version": "1.75", - "unicode": "f24f" - }, - "brand-denodo": { - "name": "brand-denodo", - "category": "Brand", - "tags": ["brand", "denodo", "data", "managment", "cloud", "delivery", "icon", "stroke", "outline"], - "version": "1.115", - "unicode": "f610" - }, - "brand-deviantart": { - "name": "brand-deviantart", - "category": "Brand", - "tags": ["brand", "deviantart", "logo", "community", "internet", "works", "designer", "project", "presenting", "artist", "discussion", "website", "platform", "icon", "stroke", "outline"], - "version": "1.23", - "unicode": "ecfb" - }, - "brand-digg": { - "name": "brand-digg", - "category": "Brand", - "tags": ["brand", "digg", "icon", "stroke", "outline"], - "version": "2.18", - "unicode": "fa73" - }, - "brand-dingtalk": { - "name": "brand-dingtalk", - "category": "Brand", - "tags": ["brand", "dingtalk", "platform", "communication", "company", "mobile", "icon", "stroke", "outline"], - "version": "1.113", - "unicode": "f5ea" - }, - "brand-discord-filled": { - "name": "brand-discord-filled", - "category": "Filled", - "tags": ["brand", "discord", "filled", "app", "application", "logo", "communication", "talks", "gamers", "freeware", "platform", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7e4" - }, - "brand-discord": { - "name": "brand-discord", - "category": "Brand", - "tags": ["brand", "discord", "app", "application", "logo", "communication", "talks", "gamers", "freeware", "platform", "icon", "stroke", "outline"], - "version": "1.21", - "unicode": "ece3" - }, - "brand-disney": { - "name": "brand-disney", - "category": "Brand", - "tags": ["brand", "disney", "films", "castle", "serials", "magic", "fantasia", "icon", "stroke", "outline"], - "version": "1.71", - "unicode": "f20a" - }, - "brand-disqus": { - "name": "brand-disqus", - "category": "Brand", - "tags": ["brand", "disqus", "comment", "blog", "service", "website", "online", "platform", "social", "networking", "technology", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edc9" - }, - "brand-django": { - "name": "brand-django", - "category": "Brand", - "tags": ["brand", "django", "creation", "web", "application", "framework", "icon", "stroke", "outline"], - "version": "1.88", - "unicode": "f349" - }, - "brand-docker": { - "name": "brand-docker", - "category": "Brand", - "tags": ["brand", "docker", "app", "development", "hub", "platform", "software", "developer", "programming", "programmer", "virtualization", "technology", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edca" - }, - "brand-doctrine": { - "name": "brand-doctrine", - "category": "Brand", - "tags": ["brand", "doctrine", "database", "programming", "library", "php", "icon", "stroke", "outline"], - "version": "1.45", - "unicode": "ef6d" - }, - "brand-dolby-digital": { - "name": "brand-dolby-digital", - "category": "Brand", - "tags": ["brand", "dolby", "digital", "cinema", "technology", "sound", "home", "icon", "stroke", "outline"], - "version": "1.99", - "unicode": "f4d4" - }, - "brand-douban": { - "name": "brand-douban", - "category": "Brand", - "tags": ["brand", "douban", "china", "social", "network", "film", "books", "music", "icon", "stroke", "outline"], - "version": "1.114", - "unicode": "f5ff" - }, - "brand-dribbble-filled": { - "name": "brand-dribbble-filled", - "category": "Filled", - "tags": ["brand", "dribbble", "filled", "logo", "website", "community", "project", "platform", "self-promotion", "designer", "portfolio", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7e5" - }, - "brand-dribbble": { - "name": "brand-dribbble", - "category": "Brand", - "tags": ["brand", "dribbble", "logo", "website", "community", "project", "platform", "self-promotion", "designer", "portfolio", "icon", "stroke", "outline"], - "version": "1.18", - "unicode": "ec19" - }, - "brand-drops": { - "name": "brand-drops", - "category": "Brand", - "tags": ["brand", "drops", "education", "learning", "language", "word", "game", "design", "icon", "stroke", "outline"], - "version": "1.99", - "unicode": "f4d5" - }, - "brand-drupal": { - "name": "brand-drupal", - "category": "Brand", - "tags": ["brand", "drupal", "software", "content", "management", "creation", "application", "icon", "stroke", "outline"], - "version": "1.92", - "unicode": "f393" - }, - "brand-edge": { - "name": "brand-edge", - "category": "Brand", - "tags": ["brand", "edge", "browser", "internet", "web", "logo", "explorer", "icon", "stroke", "outline"], - "version": "1.23", - "unicode": "ecfc" - }, - "brand-elastic": { - "name": "brand-elastic", - "category": "Brand", - "tags": ["brand", "elastic", "software", "analysis", "data", "search", "icon", "stroke", "outline"], - "version": "1.115", - "unicode": "f611" - }, - "brand-electronic-arts": { - "name": "brand-electronic-arts", - "category": "Brand", - "tags": ["brand", "electronic", "arts", "icon", "stroke", "outline"], - "version": "2.18", - "unicode": "fa74" - }, - "brand-ember": { - "name": "brand-ember", - "category": "Brand", - "tags": ["brand", "ember", "library", "javascript", "web", "app", "framework", "icon", "stroke", "outline"], - "version": "1.96", - "unicode": "f497" - }, - "brand-envato": { - "name": "brand-envato", - "category": "Brand", - "tags": ["brand", "envato", "community", "creative", "resources", "tools", "icon", "stroke", "outline"], - "version": "1.92", - "unicode": "f394" - }, - "brand-etsy": { - "name": "brand-etsy", - "category": "Brand", - "tags": ["brand", "etsy", "online", "marketplace", "make", "sell", "buy", "icon", "stroke", "outline"], - "version": "1.119", - "unicode": "f654" - }, - "brand-evernote": { - "name": "brand-evernote", - "category": "Brand", - "tags": ["brand", "evernote", "app", "organisation", "notes", "storage", "archiving", "icon", "stroke", "outline"], - "version": "1.114", - "unicode": "f600" - }, - "brand-facebook-filled": { - "name": "brand-facebook-filled", - "category": "Filled", - "tags": ["brand", "facebook", "filled", "logo", "app", "application", "community", "social", "communication", "website", "user", "post", "images", "photos", "comment", "feedback", "fb", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7e6" - }, - "brand-facebook": { - "name": "brand-facebook", - "category": "Brand", - "tags": ["brand", "facebook", "logo", "app", "application", "community", "social", "communication", "website", "user", "post", "images", "photos", "comment", "feedback", "fb", "icon", "stroke", "outline"], - "version": "1.18", - "unicode": "ec1a" - }, - "brand-feedly": { - "name": "brand-feedly", - "category": "Brand", - "tags": ["brand", "feedly", "feedly", "rss", "reader", "news", "aggregator", "content", "discovery", "information", "consumption", "feed", "newsfeed", "app", "icon", "stroke", "outline"], - "version": "2.18", - "unicode": "fa75" - }, - "brand-figma": { - "name": "brand-figma", - "category": "Brand", - "tags": ["brand", "figma", "logo", "editor", "graphic", "image", "implement", "prototyping", "icon", "stroke", "outline"], - "version": "1.16", - "unicode": "ec93" - }, - "brand-filezilla": { - "name": "brand-filezilla", - "category": "Brand", - "tags": ["brand", "filezilla", "icon", "stroke", "outline"], - "version": "2.18", - "unicode": "fa76" - }, - "brand-finder": { - "name": "brand-finder", - "category": "Brand", - "tags": ["brand", "finder", "software", "files", "manager", "macos", "osx", "programming", "icon", "stroke", "outline"], - "version": "1.72", - "unicode": "f218" - }, - "brand-firebase": { - "name": "brand-firebase", - "category": "Brand", - "tags": ["brand", "firebase", "development", "coding", "programming", "mobile apps", "icon", "stroke", "outline"], - "version": "1.45", - "unicode": "ef6e" - }, - "brand-firefox": { - "name": "brand-firefox", - "category": "Brand", - "tags": ["brand", "firefox", "browser", "internet", "web", "logo", "icon", "stroke", "outline"], - "version": "1.23", - "unicode": "ecfd" - }, - "brand-fiverr": { - "name": "brand-fiverr", - "category": "Brand", - "tags": ["brand", "fiverr", "marketplace", "creative", "proffesional", "services", "icon", "stroke", "outline"], - "version": "2.6", - "unicode": "f7a4" - }, - "brand-flickr": { - "name": "brand-flickr", - "category": "Brand", - "tags": ["brand", "flickr", "logo", "website", "house", "facilitate", "sharing", "digital", "photos", "images", "icon", "stroke", "outline"], - "version": "1.23", - "unicode": "ecfe" - }, - "brand-flightradar24": { - "name": "brand-flightradar24", - "category": "Brand", - "tags": ["brand", "flightradar24", "plane", "route", "fly", "height", "speed", "statistisc", "icon", "stroke", "outline"], - "version": "1.99", - "unicode": "f4d6" - }, - "brand-flipboard": { - "name": "brand-flipboard", - "category": "Brand", - "tags": ["brand", "flipboard", "news", "newspapper", "social", "media", "icon", "stroke", "outline"], - "version": "1.71", - "unicode": "f20b" - }, - "brand-flutter": { - "name": "brand-flutter", - "category": "Brand", - "tags": ["brand", "flutter", "tools", "programmer", "creation", "aplication", "icon", "stroke", "outline"], - "version": "1.92", - "unicode": "f395" - }, - "brand-fortnite": { - "name": "brand-fortnite", - "category": "Brand", - "tags": ["brand", "fortnite", "games", "online", "battle", "multiplayer", "gun", "weapon", "building", "icon", "stroke", "outline"], - "version": "1.76", - "unicode": "f260" - }, - "brand-foursquare": { - "name": "brand-foursquare", - "category": "Brand", - "tags": ["brand", "foursquare", "logo", "website", "community", "social", "network", "icon", "stroke", "outline"], - "version": "1.23", - "unicode": "ecff" - }, - "brand-framer-motion": { - "name": "brand-framer-motion", - "category": "Brand", - "tags": ["brand", "framer", "motion", "library", "builder", "website", "developers", "icon", "stroke", "outline"], - "version": "2.5", - "unicode": "f78c" - }, - "brand-framer": { - "name": "brand-framer", - "category": "Brand", - "tags": ["brand", "framer", "logo", "application", "app", "prototyping", "prototype", "animations", "icon", "stroke", "outline"], - "version": "1.9", - "unicode": "ec1b" - }, - "brand-funimation": { - "name": "brand-funimation", - "category": "Brand", - "tags": ["brand", "funimation", "dubbing", "japan", "anime", "stream", "website", "icon", "stroke", "outline"], - "version": "1.119", - "unicode": "f655" - }, - "brand-gatsby": { - "name": "brand-gatsby", - "category": "Brand", - "tags": ["brand", "gatsby", "framework", "webpage", "creation", "software", "icon", "stroke", "outline"], - "version": "1.92", - "unicode": "f396" - }, - "brand-git": { - "name": "brand-git", - "category": "Brand", - "tags": ["brand", "git", "programming", "coding", "software", "perl", "boume shell", "icon", "stroke", "outline"], - "version": "1.45", - "unicode": "ef6f" - }, - "brand-github-copilot": { - "name": "brand-github-copilot", - "category": "Brand", - "tags": ["brand", "github", "copilot", "ai", "artificial", "intelligence", "autocomplete", "coding", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4a8" - }, - "brand-github-filled": { - "name": "brand-github-filled", - "category": "Filled", - "tags": ["brand", "github", "filled", "logo", "website", "hosting", "project", "programming", "software", "development", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7e7" - }, - "brand-github": { - "name": "brand-github", - "category": "Brand", - "tags": ["brand", "github", "logo", "website", "hosting", "project", "programming", "software", "development", "icon", "stroke", "outline"], - "version": "1.18", - "unicode": "ec1c" - }, - "brand-gitlab": { - "name": "brand-gitlab", - "category": "Brand", - "tags": ["brand", "gitlab", "logo", "website", "software", "code", "programming", "programmers", "icon", "stroke", "outline"], - "version": "1.9", - "unicode": "ec1d" - }, - "brand-gmail": { - "name": "brand-gmail", - "category": "Brand", - "tags": ["brand", "gmail", "google", "message", "mail", "communication", "icon", "stroke", "outline"], - "version": "1.48", - "unicode": "efa2" - }, - "brand-golang": { - "name": "brand-golang", - "category": "Brand", - "tags": ["brand", "golang", "language", "programming", "app", "write", "c++", "java", "icon", "stroke", "outline"], - "version": "2.5", - "unicode": "f78d" - }, - "brand-google-analytics": { - "name": "brand-google-analytics", - "category": "Brand", - "tags": ["brand", "google", "analytics", "advertising", "track", "website", "traffic", "e-commerce", "online", "technology", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edcb" - }, - "brand-google-big-query": { - "name": "brand-google-big-query", - "category": "Brand", - "tags": ["brand", "google", "big", "query", "data", "analysis", "cloud", "petabytes", "sql", "icon", "stroke", "outline"], - "version": "1.115", - "unicode": "f612" - }, - "brand-google-drive": { - "name": "brand-google-drive", - "category": "Brand", - "tags": ["brand", "google", "drive", "logo", "cloud", "disc", "documents", "sheet", "presentation", "file", "edit", "icon", "stroke", "outline"], - "version": "1.9", - "unicode": "ec1e" - }, - "brand-google-filled": { - "name": "brand-google-filled", - "category": "Filled", - "tags": ["brand", "google", "filled", "icon", "stroke", "outline"], - "version": "2.40", - "unicode": "fd1a" - }, - "brand-google-fit": { - "name": "brand-google-fit", - "category": "Brand", - "tags": ["brand", "google", "fit", "health", "tracking", "platform", "software", "icon", "stroke", "outline"], - "version": "1.79", - "unicode": "f297" - }, - "brand-google-home": { - "name": "brand-google-home", - "category": "Brand", - "tags": ["brand", "google", "home", "app", "control", "devices", "speaker", "icon", "stroke", "outline"], - "version": "1.114", - "unicode": "f601" - }, - "brand-google-maps": { - "name": "brand-google-maps", - "category": "Brand", - "tags": ["brand", "google", "maps", "icon", "stroke", "outline"], - "version": "2.16", - "unicode": "fa4f" - }, - "brand-google-one": { - "name": "brand-google-one", - "category": "Brand", - "tags": ["brand", "google", "one", "data", "software", "storage", "cloud", "icon", "stroke", "outline"], - "version": "1.73", - "unicode": "f232" - }, - "brand-google-photos": { - "name": "brand-google-photos", - "category": "Brand", - "tags": ["brand", "google", "photos", "gallery", "videos", "photography", "website", "icon", "stroke", "outline"], - "version": "1.71", - "unicode": "f20c" - }, - "brand-google-play": { - "name": "brand-google-play", - "category": "Brand", - "tags": ["brand", "google", "play", "logo", "application", "app", "shop", "store", "online", "icon", "stroke", "outline"], - "version": "1.26", - "unicode": "ed25" - }, - "brand-google-podcasts": { - "name": "brand-google-podcasts", - "category": "Brand", - "tags": ["brand", "google", "podcasts", "app", "android", "ios", "discover", "listen", "icon", "stroke", "outline"], - "version": "1.119", - "unicode": "f656" - }, - "brand-google": { - "name": "brand-google", - "category": "Brand", - "tags": ["brand", "google", "logo", "enterprise", "browser", "internet", "web", "discover", "icon", "stroke", "outline"], - "version": "1.18", - "unicode": "ec1f" - }, - "brand-grammarly": { - "name": "brand-grammarly", - "category": "Brand", - "tags": ["brand", "grammarly", "text", "editor", "detects", "mistakes", "grammar", "icon", "stroke", "outline"], - "version": "1.86", - "unicode": "f32b" - }, - "brand-graphql": { - "name": "brand-graphql", - "category": "Brand", - "tags": ["brand", "graphql", "software", "communication", "server", "icon", "stroke", "outline"], - "version": "1.86", - "unicode": "f32c" - }, - "brand-gravatar": { - "name": "brand-gravatar", - "category": "Brand", - "tags": ["brand", "gravatar", "avatar", "image", "face", "blog", "comment", "represent", "online", "technology", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edcc" - }, - "brand-grindr": { - "name": "brand-grindr", - "category": "Brand", - "tags": ["brand", "grindr", "app", "communication", "dating", "gay", "lgbt", "icon", "stroke", "outline"], - "version": "1.71", - "unicode": "f20d" - }, - "brand-guardian": { - "name": "brand-guardian", - "category": "Brand", - "tags": ["brand", "guardian", "news", "log", "british", "article", "blog", "icon", "stroke", "outline"], - "version": "1.101", - "unicode": "f4fb" - }, - "brand-gumroad": { - "name": "brand-gumroad", - "category": "Brand", - "tags": ["brand", "gumroad", "e-commerce", "platform", "sell", "direct", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5d6" - }, - "brand-hbo": { - "name": "brand-hbo", - "category": "Brand", - "tags": ["brand", "hbo", "tv", "channels", "film", "movie", "serials", "icon", "stroke", "outline"], - "version": "1.119", - "unicode": "f657" - }, - "brand-headlessui": { - "name": "brand-headlessui", - "category": "Brand", - "tags": ["brand", "headlessui", "tailwind", "css", "js", "javascript", "icon", "stroke", "outline"], - "version": "1.86", - "unicode": "f32d" - }, - "brand-hexo": { - "name": "brand-hexo", - "category": "Brand", - "tags": ["brand", "hexo", "icon", "stroke", "outline"], - "version": "2.16", - "unicode": "fa50" - }, - "brand-hipchat": { - "name": "brand-hipchat", - "category": "Brand", - "tags": ["brand", "hipchat", "chat", "communicate", "communication", "talk", "discuss", "app", "collaborate", "collaboration", "technology", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edcd" - }, - "brand-html5": { - "name": "brand-html5", - "category": "Brand", - "tags": ["brand", "html5", "programming", "development", "web", "website", "technology", "markup", "language", "technology", "icon", "stroke", "outline"], - "version": "1.32", - "unicode": "ed6c" - }, - "brand-inertia": { - "name": "brand-inertia", - "category": "Brand", - "tags": ["brand", "inertia", "create", "app", "online", "javascript", "icon", "stroke", "outline"], - "version": "1.88", - "unicode": "f34a" - }, - "brand-instagram": { - "name": "brand-instagram", - "category": "Brand", - "tags": ["brand", "instagram", "logo", "app", "application", "images", "photos", "videos", "post", "stories", "online", "community", "icon", "stroke", "outline"], - "version": "1.9", - "unicode": "ec20" - }, - "brand-intercom": { - "name": "brand-intercom", - "category": "Brand", - "tags": ["brand", "intercom", "chat", "communcation", "software", "icon", "stroke", "outline"], - "version": "1.68", - "unicode": "f1cf" - }, - "brand-itch": { - "name": "brand-itch", - "category": "Brand", - "tags": ["brand", "itch", "icon", "stroke", "outline"], - "version": "2.14", - "unicode": "fa22" - }, - "brand-javascript": { - "name": "brand-javascript", - "category": "Brand", - "tags": ["brand", "javascript", "js", "language", "programming", "icon", "stroke", "outline"], - "version": "1.40", - "unicode": "ef0c" - }, - "brand-juejin": { - "name": "brand-juejin", - "category": "Brand", - "tags": ["brand", "juejin", "development", "new", "technologies", "developers", "icon", "stroke", "outline"], - "version": "2.7", - "unicode": "f7b0" - }, - "brand-kako-talk": { - "name": "brand-kako-talk", - "category": "Brand", - "tags": ["brand", "kako", "talk", "kakao-talk", "messaging", "communication", "chat", "social", "app", "talk", "branding", "kakao", "conversation", "icon", "stroke", "outline"], - "version": "2.41", - "unicode": "fd2d" - }, - "brand-kbin": { - "name": "brand-kbin", - "category": "Brand", - "tags": ["brand", "kbin", "icon", "stroke", "outline"], - "version": "2.22", - "unicode": "fad0" - }, - "brand-kick": { - "name": "brand-kick", - "category": "Brand", - "tags": ["brand", "kick", "icon", "stroke", "outline"], - "version": "2.14", - "unicode": "fa23" - }, - "brand-kickstarter": { - "name": "brand-kickstarter", - "category": "Brand", - "tags": ["brand", "kickstarter", "crowdfunding", "platform", "project", "creative", "idea", "business", "launch", "technology", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edce" - }, - "brand-kotlin": { - "name": "brand-kotlin", - "category": "Brand", - "tags": ["brand", "kotlin", "programming", "language", "programmer", "development", "developer", "technology", "icon", "stroke", "outline"], - "version": "1.32", - "unicode": "ed6d" - }, - "brand-laravel": { - "name": "brand-laravel", - "category": "Brand", - "tags": ["brand", "laravel", "framework", "software", "php", "modular", "application", "building", "system", "icon", "stroke", "outline"], - "version": "1.88", - "unicode": "f34b" - }, - "brand-lastfm": { - "name": "brand-lastfm", - "category": "Brand", - "tags": ["brand", "lastfm", "radio station", "website", "music", "media player", "icon", "stroke", "outline"], - "version": "1.53", - "unicode": "f001" - }, - "brand-leetcode": { - "name": "brand-leetcode", - "category": "Brand", - "tags": ["brand", "leetcode", "icon", "stroke", "outline"], - "version": "2.16", - "unicode": "fa51" - }, - "brand-letterboxd": { - "name": "brand-letterboxd", - "category": "Brand", - "tags": ["brand", "letterboxd", "icon", "stroke", "outline"], - "version": "2.14", - "unicode": "fa24" - }, - "brand-line": { - "name": "brand-line", - "category": "Brand", - "tags": ["brand", "line", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7e8" - }, - "brand-linkedin": { - "name": "brand-linkedin", - "category": "Brand", - "tags": ["brand", "linkedin", "logo", "website", "corporation", "work", "business", "internet", "icon", "stroke", "outline"], - "version": "1.15", - "unicode": "ec8c" - }, - "brand-linktree": { - "name": "brand-linktree", - "category": "Brand", - "tags": ["brand", "linktree", "hyperlinks", "social media", "freemium service", "website", "icon", "stroke", "outline"], - "version": "1.69", - "unicode": "f1e7" - }, - "brand-linqpad": { - "name": "brand-linqpad", - "category": "Brand", - "tags": ["brand", "linqpad", "framework", "programmers", "database", "icon", "stroke", "outline"], - "version": "1.106", - "unicode": "f562" - }, - "brand-livewire": { - "name": "brand-livewire", - "category": "Brand", - "tags": ["brand", "livewire", "icon", "stroke", "outline"], - "version": "2.45", - "unicode": "fd76" - }, - "brand-loom": { - "name": "brand-loom", - "category": "Brand", - "tags": ["brand", "loom", "video", "messages", "osx", "record", "screen", "camera", "icon", "stroke", "outline"], - "version": "1.45", - "unicode": "ef70" - }, - "brand-mailgun": { - "name": "brand-mailgun", - "category": "Brand", - "tags": ["brand", "mailgun", "delivery", "service", "tracking", "pickup", "icon", "stroke", "outline"], - "version": "1.86", - "unicode": "f32e" - }, - "brand-mantine": { - "name": "brand-mantine", - "category": "Brand", - "tags": ["brand", "mantine", "creation", "web", "application", "development", "icon", "stroke", "outline"], - "version": "1.86", - "unicode": "f32f" - }, - "brand-mastercard": { - "name": "brand-mastercard", - "category": "Brand", - "tags": ["brand", "mastercard", "payment", "money", "debit", "finance", "icon", "stroke", "outline"], - "version": "1.43", - "unicode": "ef49" - }, - "brand-mastodon": { - "name": "brand-mastodon", - "category": "Brand", - "tags": ["brand", "mastodon", "web", "app", "social", "nodes", "network", "icon", "stroke", "outline"], - "version": "1.75", - "unicode": "f250" - }, - "brand-matrix": { - "name": "brand-matrix", - "category": "Brand", - "tags": ["brand", "matrix", "non", "profit", "communication", "ip", "devices", "icon", "stroke", "outline"], - "version": "1.113", - "unicode": "f5eb" - }, - "brand-mcdonalds": { - "name": "brand-mcdonalds", - "category": "Brand", - "tags": ["brand", "mcdonalds", "food", "cheeseburger", "hamburger", "fries", "fastfood", "icon", "stroke", "outline"], - "version": "1.75", - "unicode": "f251" - }, - "brand-medium": { - "name": "brand-medium", - "category": "Brand", - "tags": ["brand", "medium", "logo", "website", "brand", "wordmark", "design", "icon", "stroke", "outline"], - "version": "1.13", - "unicode": "ec70" - }, - "brand-meetup": { - "name": "brand-meetup", - "category": "Brand", - "tags": ["brand", "meetup", "icon", "stroke", "outline"], - "version": "2.33", - "unicode": "fc6a" - }, - "brand-mercedes": { - "name": "brand-mercedes", - "category": "Brand", - "tags": ["brand", "mercedes", "car", "racing", "f1", "bus", "van", "icon", "stroke", "outline"], - "version": "1.59", - "unicode": "f072" - }, - "brand-messenger": { - "name": "brand-messenger", - "category": "Brand", - "tags": ["brand", "messenger", "logo", "app", "application", "communication", "text", "messages", "communicator", "photos", "images", "videos", "giphy", "icon", "stroke", "outline"], - "version": "1.13", - "unicode": "ec71" - }, - "brand-meta": { - "name": "brand-meta", - "category": "Brand", - "tags": ["brand", "meta", "social media", "facebook", "fb", "instagram", "messegner", "giphy", "icon", "stroke", "outline"], - "version": "1.49", - "unicode": "efb0" - }, - "brand-minecraft": { - "name": "brand-minecraft", - "category": "Brand", - "tags": ["brand", "minecraft", "icon", "stroke", "outline"], - "version": "2.24", - "unicode": "faef" - }, - "brand-miniprogram": { - "name": "brand-miniprogram", - "category": "Brand", - "tags": ["brand", "miniprogram", "icon", "stroke", "outline"], - "version": "1.114", - "unicode": "f602" - }, - "brand-mixpanel": { - "name": "brand-mixpanel", - "category": "Brand", - "tags": ["brand", "mixpanel", "analytics", "buisness", "software", "application", "icon", "stroke", "outline"], - "version": "1.92", - "unicode": "f397" - }, - "brand-monday": { - "name": "brand-monday", - "category": "Brand", - "tags": ["brand", "monday", "software", "application development", "cloud base platform", "icon", "stroke", "outline"], - "version": "1.72", - "unicode": "f219" - }, - "brand-mongodb": { - "name": "brand-mongodb", - "category": "Brand", - "tags": ["brand", "mongodb", "database", "c++", "system", "open", "programmers", "icon", "stroke", "outline"], - "version": "1.115", - "unicode": "f613" - }, - "brand-my-oppo": { - "name": "brand-my-oppo", - "category": "Brand", - "tags": ["brand", "my", "oppo", "mobile", "app", "services", "membership", "icon", "stroke", "outline"], - "version": "1.99", - "unicode": "f4d7" - }, - "brand-mysql": { - "name": "brand-mysql", - "category": "Brand", - "tags": ["brand", "mysql", "opensource", "database", "system", "web", "app", "icon", "stroke", "outline"], - "version": "1.115", - "unicode": "f614" - }, - "brand-national-geographic": { - "name": "brand-national-geographic", - "category": "Brand", - "tags": ["brand", "national", "geographic", "institution", "scientific", "educational", "nonprofit", "icon", "stroke", "outline"], - "version": "1.114", - "unicode": "f603" - }, - "brand-nem": { - "name": "brand-nem", - "category": "Brand", - "tags": ["brand", "nem", "coin", "crypto", "cryptocurrency", "digital", "icon", "stroke", "outline"], - "version": "1.110", - "unicode": "f5a1" - }, - "brand-netbeans": { - "name": "brand-netbeans", - "category": "Brand", - "tags": ["brand", "netbeans", "software", "programming", "tools", "java", "mobile devices", "icon", "stroke", "outline"], - "version": "1.45", - "unicode": "ef71" - }, - "brand-netease-music": { - "name": "brand-netease-music", - "category": "Brand", - "tags": ["brand", "netease", "music", "cloud", "sound", "app", "stream", "china", "icon", "stroke", "outline"], - "version": "1.114", - "unicode": "f604" - }, - "brand-netflix": { - "name": "brand-netflix", - "category": "Brand", - "tags": ["brand", "netflix", "series", "tv", "episode", "movie", "film", "media", "watch", "app", "technology", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edcf" - }, - "brand-nexo": { - "name": "brand-nexo", - "category": "Brand", - "tags": ["brand", "nexo", "coin", "crypto", "cryptocurrency", "digital", "icon", "stroke", "outline"], - "version": "1.110", - "unicode": "f5a2" - }, - "brand-nextcloud": { - "name": "brand-nextcloud", - "category": "Brand", - "tags": ["brand", "nextcloud", "software", "technology", "file", "hosting", "php", "javascript", "icon", "stroke", "outline"], - "version": "1.99", - "unicode": "f4d8" - }, - "brand-nextjs": { - "name": "brand-nextjs", - "category": "Brand", - "tags": ["brand", "nextjs", "website creation", "web platform", "software", "web application functions", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0dd" - }, - "brand-nodejs": { - "name": "brand-nodejs", - "category": "Brand", - "tags": ["brand", "nodejs", "icon", "stroke", "outline"], - "version": "2.23", - "unicode": "fae0" - }, - "brand-nord-vpn": { - "name": "brand-nord-vpn", - "category": "Brand", - "tags": ["brand", "nord", "vpn", "protects", "device", "software", "icon", "stroke", "outline"], - "version": "1.91", - "unicode": "f37f" - }, - "brand-notion": { - "name": "brand-notion", - "category": "Brand", - "tags": ["brand", "notion", "software", "note taking", "project management", "database", "icon", "stroke", "outline"], - "version": "1.46", - "unicode": "ef7b" - }, - "brand-npm": { - "name": "brand-npm", - "category": "Brand", - "tags": ["brand", "npm", "package", "manager", "node.js", "javascript", "icon", "stroke", "outline"], - "version": "1.107", - "unicode": "f569" - }, - "brand-nuxt": { - "name": "brand-nuxt", - "category": "Brand", - "tags": ["brand", "nuxt", "software", "app development", "library", "javascript", "js", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0de" - }, - "brand-nytimes": { - "name": "brand-nytimes", - "category": "Brand", - "tags": ["brand", "nytimes", "magazines", "news", "newspapper", "website", "icon", "stroke", "outline"], - "version": "1.47", - "unicode": "ef8d" - }, - "brand-oauth": { - "name": "brand-oauth", - "category": "Brand", - "tags": ["brand", "oauth", "icon", "stroke", "outline"], - "version": "2.16", - "unicode": "fa52" - }, - "brand-office": { - "name": "brand-office", - "category": "Brand", - "tags": ["brand", "office", "text", "editor", "software", "word", "excel", "icon", "stroke", "outline"], - "version": "1.92", - "unicode": "f398" - }, - "brand-ok-ru": { - "name": "brand-ok-ru", - "category": "Brand", - "tags": ["brand", "ok", "ru", "socialmedia", "message", "posts", "icon", "stroke", "outline"], - "version": "1.92", - "unicode": "f399" - }, - "brand-onedrive": { - "name": "brand-onedrive", - "category": "Brand", - "tags": ["brand", "onedrive", "virtual", "disk", "microsoft", "cloud", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5d7" - }, - "brand-onlyfans": { - "name": "brand-onlyfans", - "category": "Brand", - "tags": ["brand", "onlyfans", "website", "platform", "photos", "videos", "stream", "pay", "icon", "stroke", "outline"], - "version": "1.114", - "unicode": "f605" - }, - "brand-open-source": { - "name": "brand-open-source", - "category": "Brand", - "tags": ["brand", "open", "source", "software", "code", "developer", "public", "licence", "technology", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edd0" - }, - "brand-openai": { - "name": "brand-openai", - "category": "Brand", - "tags": ["brand", "openai", "nonprofit", "artificial", "intelligence", "website", "icon", "stroke", "outline"], - "version": "2.5", - "unicode": "f78e" - }, - "brand-openvpn": { - "name": "brand-openvpn", - "category": "Brand", - "tags": ["brand", "openvpn", "software", "creating", "secure", "connection", "icon", "stroke", "outline"], - "version": "1.92", - "unicode": "f39a" - }, - "brand-opera": { - "name": "brand-opera", - "category": "Brand", - "tags": ["brand", "opera", "logo", "browser", "internet", "free", "program", "icon", "stroke", "outline"], - "version": "1.9", - "unicode": "ec21" - }, - "brand-pagekit": { - "name": "brand-pagekit", - "category": "Brand", - "tags": ["brand", "pagekit", "content", "management", "system", "website", "component", "modular", "technology", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edd1" - }, - "brand-parsinta": { - "name": "brand-parsinta", - "category": "Brand", - "tags": ["brand", "parsinta", "icon", "stroke", "outline"], - "version": "2.31", - "unicode": "fc42" - }, - "brand-patreon-filled": { - "name": "brand-patreon-filled", - "category": "Filled", - "tags": ["brand", "patreon", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fcff" - }, - "brand-patreon": { - "name": "brand-patreon", - "category": "Brand", - "tags": ["brand", "patreon", "artist", "software", "creator", "patron", "art", "subscription", "income", "earn", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edd2" - }, - "brand-paypal-filled": { - "name": "brand-paypal-filled", - "category": "Filled", - "tags": ["brand", "paypal", "filled", "logo", "enterprise", "service", "payment", "internet", "businessman", "consumer", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7e9" - }, - "brand-paypal": { - "name": "brand-paypal", - "category": "Brand", - "tags": ["brand", "paypal", "logo", "enterprise", "service", "payment", "internet", "businessman", "consumer", "icon", "stroke", "outline"], - "version": "1.9", - "unicode": "ec22" - }, - "brand-paypay": { - "name": "brand-paypay", - "category": "Brand", - "tags": ["brand", "paypay", "japan", "electronic", "payment", "services", "mobile", "icon", "stroke", "outline"], - "version": "1.113", - "unicode": "f5ec" - }, - "brand-peanut": { - "name": "brand-peanut", - "category": "Brand", - "tags": ["brand", "peanut", "social", "app", "mobile", "women", "icon", "stroke", "outline"], - "version": "1.92", - "unicode": "f39b" - }, - "brand-pepsi": { - "name": "brand-pepsi", - "category": "Brand", - "tags": ["brand", "pepsi", "food", "cola", "coke", "drink", "bottle", "carbonated", "icon", "stroke", "outline"], - "version": "1.76", - "unicode": "f261" - }, - "brand-php": { - "name": "brand-php", - "category": "Brand", - "tags": ["brand", "php", "programming", "coding", "script", "format", "file", "icon", "stroke", "outline"], - "version": "1.45", - "unicode": "ef72" - }, - "brand-picsart": { - "name": "brand-picsart", - "category": "Brand", - "tags": ["brand", "picsart", "photo", "photography", "software", "video", "editing", "icon", "stroke", "outline"], - "version": "1.99", - "unicode": "f4d9" - }, - "brand-pinterest": { - "name": "brand-pinterest", - "category": "Brand", - "tags": ["brand", "pinterest", "logo", "website", "images", "materials", "icon", "stroke", "outline"], - "version": "1.15", - "unicode": "ec8d" - }, - "brand-planetscale": { - "name": "brand-planetscale", - "category": "Brand", - "tags": ["brand", "planetscale", "mysql", "database", "developers", "icon", "stroke", "outline"], - "version": "2.5", - "unicode": "f78f" - }, - "brand-pnpm": { - "name": "brand-pnpm", - "category": "Brand", - "tags": ["brand", "pnpm", "icon", "stroke", "outline"], - "version": "2.45", - "unicode": "fd77" - }, - "brand-pocket": { - "name": "brand-pocket", - "category": "Brand", - "tags": ["brand", "pocket", "logo", "software", "application", "app", "mobile", "device", "gathering", "storage", "icon", "stroke", "outline"], - "version": "1.23", - "unicode": "ed00" - }, - "brand-polymer": { - "name": "brand-polymer", - "category": "Brand", - "tags": ["brand", "polymer", "icon", "stroke", "outline"], - "version": "1.96", - "unicode": "f498" - }, - "brand-powershell": { - "name": "brand-powershell", - "category": "Brand", - "tags": ["brand", "powershell", "microsoft", "command", "interpreter", "software", "opensource", "icon", "stroke", "outline"], - "version": "1.113", - "unicode": "f5ed" - }, - "brand-printables": { - "name": "brand-printables", - "category": "Brand", - "tags": ["brand", "printables", "icon", "stroke", "outline"], - "version": "2.40", - "unicode": "fd1b" - }, - "brand-prisma": { - "name": "brand-prisma", - "category": "Brand", - "tags": ["brand", "prisma", "software", "open", "source", "tools", "developer", "platform", "icon", "stroke", "outline"], - "version": "1.96", - "unicode": "f499" - }, - "brand-producthunt": { - "name": "brand-producthunt", - "category": "Brand", - "tags": ["brand", "producthunt", "technology", "product", "share", "discover", "new", "novelty", "web", "geek", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edd3" - }, - "brand-pushbullet": { - "name": "brand-pushbullet", - "category": "Brand", - "tags": ["brand", "pushbullet", "data", "transfer", "tool", "software", "icon", "stroke", "outline"], - "version": "1.86", - "unicode": "f330" - }, - "brand-pushover": { - "name": "brand-pushover", - "category": "Brand", - "tags": ["brand", "pushover", "notifications", "push", "cloud based", "mobile", "app", "icon", "stroke", "outline"], - "version": "1.71", - "unicode": "f20e" - }, - "brand-python": { - "name": "brand-python", - "category": "Brand", - "tags": ["brand", "python", "logo", "language", "programming", "source", "icon", "stroke", "outline"], - "version": "1.23", - "unicode": "ed01" - }, - "brand-qq": { - "name": "brand-qq", - "category": "Brand", - "tags": ["brand", "qq", "china", "communicator", "internet", "icon", "stroke", "outline"], - "version": "1.114", - "unicode": "f606" - }, - "brand-radix-ui": { - "name": "brand-radix-ui", - "category": "Brand", - "tags": ["brand", "radix", "ui", "opensource", "library", "web", "application", "high", "quality", "icon", "stroke", "outline"], - "version": "2.5", - "unicode": "f790" - }, - "brand-react-native": { - "name": "brand-react-native", - "category": "Brand", - "tags": ["brand", "react", "native", "programming", "tools", "app", "javascript", "js", "icon", "stroke", "outline"], - "version": "1.45", - "unicode": "ef73" - }, - "brand-react": { - "name": "brand-react", - "category": "Brand", - "tags": ["brand", "react", "library", "javascript", "creation", "interface", "software", "icon", "stroke", "outline"], - "version": "1.88", - "unicode": "f34c" - }, - "brand-reason": { - "name": "brand-reason", - "category": "Brand", - "tags": ["brand", "reason", "icon", "stroke", "outline"], - "version": "1.96", - "unicode": "f49a" - }, - "brand-reddit": { - "name": "brand-reddit", - "category": "Brand", - "tags": ["brand", "reddit", "logo", "website", "information", "link", "internet", "icon", "stroke", "outline"], - "version": "1.15", - "unicode": "ec8e" - }, - "brand-redhat": { - "name": "brand-redhat", - "category": "Brand", - "tags": ["brand", "redhat", "software", "entrepreneurship", "creation", "icon", "stroke", "outline"], - "version": "1.86", - "unicode": "f331" - }, - "brand-redux": { - "name": "brand-redux", - "category": "Brand", - "tags": ["brand", "redux", "library", "javascript", "menagment", "centralization", "application", "status", "icon", "stroke", "outline"], - "version": "1.93", - "unicode": "f3a8" - }, - "brand-revolut": { - "name": "brand-revolut", - "category": "Brand", - "tags": ["brand", "revolut", "bank", "money", "finance", "change", "currency", "icon", "stroke", "outline"], - "version": "1.99", - "unicode": "f4da" - }, - "brand-rumble": { - "name": "brand-rumble", - "category": "Brand", - "tags": ["brand", "rumble", "icon", "stroke", "outline"], - "version": "2.22", - "unicode": "fad1" - }, - "brand-rust": { - "name": "brand-rust", - "category": "Brand", - "tags": ["brand", "rust", "icon", "stroke", "outline"], - "version": "2.16", - "unicode": "fa53" - }, - "brand-safari": { - "name": "brand-safari", - "category": "Brand", - "tags": ["brand", "safari", "logo", "browser", "internet", "iphone", "ipad", "MacBook", "compass", "apple", "discover", "icon", "stroke", "outline"], - "version": "1.9", - "unicode": "ec23" - }, - "brand-samsungpass": { - "name": "brand-samsungpass", - "category": "Brand", - "tags": ["brand", "samsungpass", "management", "storage", "personal", "information", "id", "password", "icon", "stroke", "outline"], - "version": "1.99", - "unicode": "f4db" - }, - "brand-sass": { - "name": "brand-sass", - "category": "Brand", - "tags": ["brand", "sass", "technology", "preprocessor", "script", "language", "programming", "css", "syntax", "compile", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edd4" - }, - "brand-sentry": { - "name": "brand-sentry", - "category": "Brand", - "tags": ["brand", "sentry", "technology", "application", "monitoring", "error", "tracking", "software", "cloud", "development", "app", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edd5" - }, - "brand-sharik": { - "name": "brand-sharik", - "category": "Brand", - "tags": ["brand", "sharik", "file", "sharing", "wifi", "mobile", "hotspot", "icon", "stroke", "outline"], - "version": "1.99", - "unicode": "f4dc" - }, - "brand-shazam": { - "name": "brand-shazam", - "category": "Brand", - "tags": ["brand", "shazam", "app", "technology", "device", "music", "sound", "play", "discover", "artist", "recognize", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edd6" - }, - "brand-shopee": { - "name": "brand-shopee", - "category": "Brand", - "tags": ["brand", "shopee", "shopping", "online", "media", "shop", "ecommerce", "icon", "stroke", "outline"], - "version": "1.75", - "unicode": "f252" - }, - "brand-sketch": { - "name": "brand-sketch", - "category": "Brand", - "tags": ["brand", "sketch", "logo", "editor", "edit", "graphic", "apple", "commercial", "icon", "stroke", "outline"], - "version": "1.9", - "unicode": "ec24" - }, - "brand-skype": { - "name": "brand-skype", - "category": "Brand", - "tags": ["brand", "skype", "logo", "application", "app", "communication", "talks", "call", "video", "internet", "camera", "icon", "stroke", "outline"], - "version": "1.23", - "unicode": "ed02" - }, - "brand-slack": { - "name": "brand-slack", - "category": "Brand", - "tags": ["brand", "slack", "logo", "free", "internet", "service", "stuff", "electron", "app", "application", "communicator", "textual", "audio", "multimedia", "icon", "stroke", "outline"], - "version": "1.13", - "unicode": "ec72" - }, - "brand-snapchat": { - "name": "brand-snapchat", - "category": "Brand", - "tags": ["brand", "snapchat", "logo", "app", "application", "photos", "sending", "images", "mobile", "video", "icon", "stroke", "outline"], - "version": "1.9", - "unicode": "ec25" - }, - "brand-snapseed": { - "name": "brand-snapseed", - "category": "Brand", - "tags": ["brand", "snapseed", "edit", "photo", "image", "editor", "google", "icon", "stroke", "outline"], - "version": "1.75", - "unicode": "f253" - }, - "brand-snowflake": { - "name": "brand-snowflake", - "category": "Brand", - "tags": ["brand", "snowflake", "data", "cloud", "platform", "website", "icon", "stroke", "outline"], - "version": "1.115", - "unicode": "f615" - }, - "brand-socket-io": { - "name": "brand-socket-io", - "category": "Brand", - "tags": ["brand", "socket", "io", "library", "javascript", "web", "app", "communication", "icon", "stroke", "outline"], - "version": "1.96", - "unicode": "f49b" - }, - "brand-solidjs": { - "name": "brand-solidjs", - "category": "Brand", - "tags": ["brand", "solidjs", "library", "framework", "developers", "programmers", "javascript", "icon", "stroke", "outline"], - "version": "1.113", - "unicode": "f5ee" - }, - "brand-soundcloud": { - "name": "brand-soundcloud", - "category": "Brand", - "tags": ["brand", "soundcloud", "technology", "audio", "distribution", "platform", "music", "upload", "promote", "streaming", "icon", "stroke", "outline"], - "version": "1.32", - "unicode": "ed6e" - }, - "brand-spacehey": { - "name": "brand-spacehey", - "category": "Brand", - "tags": ["brand", "spacehey", "internet", "network", "social", "website", "icon", "stroke", "outline"], - "version": "1.101", - "unicode": "f4fc" - }, - "brand-speedtest": { - "name": "brand-speedtest", - "category": "Brand", - "tags": ["brand", "speedtest", "icon", "stroke", "outline"], - "version": "2.18", - "unicode": "fa77" - }, - "brand-spotify": { - "name": "brand-spotify", - "category": "Brand", - "tags": ["brand", "spotify", "logo", "app", "application", "platform", "music", "listening", "streaming", "podcast", "icon", "stroke", "outline"], - "version": "1.23", - "unicode": "ed03" - }, - "brand-stackoverflow": { - "name": "brand-stackoverflow", - "category": "Brand", - "tags": ["brand", "stackoverflow", "social", "media", "programming", "website", "icon", "stroke", "outline"], - "version": "1.43", - "unicode": "ef58" - }, - "brand-stackshare": { - "name": "brand-stackshare", - "category": "Brand", - "tags": ["brand", "stackshare", "website", "developers", "tech", "opensource", "icon", "stroke", "outline"], - "version": "1.114", - "unicode": "f607" - }, - "brand-steam": { - "name": "brand-steam", - "category": "Brand", - "tags": ["brand", "steam", "technology", "video", "game", "digital", "distribution", "software", "player", "pc", "icon", "stroke", "outline"], - "version": "1.32", - "unicode": "ed6f" - }, - "brand-stocktwits": { - "name": "brand-stocktwits", - "category": "Brand", - "tags": ["brand", "stocktwits", "icon", "stroke", "outline"], - "version": "2.45", - "unicode": "fd78" - }, - "brand-storj": { - "name": "brand-storj", - "category": "Brand", - "tags": ["brand", "storj", "icon", "stroke", "outline"], - "version": "2.16", - "unicode": "fa54" - }, - "brand-storybook": { - "name": "brand-storybook", - "category": "Brand", - "tags": ["brand", "storybook", "tool", "creation", "interface", "application", "icon", "stroke", "outline"], - "version": "1.86", - "unicode": "f332" - }, - "brand-storytel": { - "name": "brand-storytel", - "category": "Brand", - "tags": ["brand", "storytel", "audiobook", "stream", "phone", "tablet", "digital", "subscription", "service", "icon", "stroke", "outline"], - "version": "1.114", - "unicode": "f608" - }, - "brand-strava": { - "name": "brand-strava", - "category": "Brand", - "tags": ["brand", "strava", "run", "ride", "hike", "activity", "gps", "sport", "app", "icon", "stroke", "outline"], - "version": "1.75", - "unicode": "f254" - }, - "brand-stripe": { - "name": "brand-stripe", - "category": "Brand", - "tags": ["brand", "stripe", "technology", "payment", "processing", "money", "subscription", "finance", "financial", "software", "e-commerce", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edd7" - }, - "brand-sublime-text": { - "name": "brand-sublime-text", - "category": "Brand", - "tags": ["brand", "sublime", "text", "software", "text", "editing", "programming", "icon", "stroke", "outline"], - "version": "1.45", - "unicode": "ef74" - }, - "brand-sugarizer": { - "name": "brand-sugarizer", - "category": "Brand", - "tags": ["brand", "sugarizer", "learning", "platform", "webstie", "child", "icon", "stroke", "outline"], - "version": "2.6", - "unicode": "f7a5" - }, - "brand-supabase": { - "name": "brand-supabase", - "category": "Brand", - "tags": ["brand", "supabase", "opensource", "database", "software", "storage", "icon", "stroke", "outline"], - "version": "2.1", - "unicode": "f6d3" - }, - "brand-superhuman": { - "name": "brand-superhuman", - "category": "Brand", - "tags": ["brand", "superhuman", "software", "email", "productivity", "tools", "icon", "stroke", "outline"], - "version": "1.102", - "unicode": "f50c" - }, - "brand-supernova": { - "name": "brand-supernova", - "category": "Brand", - "tags": ["brand", "supernova", "editor", "developer", "tools", "technology", "design", "icon", "stroke", "outline"], - "version": "1.96", - "unicode": "f49c" - }, - "brand-surfshark": { - "name": "brand-surfshark", - "category": "Brand", - "tags": ["brand", "surfshark", "vpn", "security", "ip", "network", "private", "icon", "stroke", "outline"], - "version": "1.75", - "unicode": "f255" - }, - "brand-svelte": { - "name": "brand-svelte", - "category": "Brand", - "tags": ["brand", "svelte", "programming", "coding", "interface", "web app", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0df" - }, - "brand-swift": { - "name": "brand-swift", - "category": "Brand", - "tags": ["brand", "swift", "icon", "stroke", "outline"], - "version": "2.16", - "unicode": "fa55" - }, - "brand-symfony": { - "name": "brand-symfony", - "category": "Brand", - "tags": ["brand", "symfony", "framework", "php", "software", "build", "web", "application", "icon", "stroke", "outline"], - "version": "1.115", - "unicode": "f616" - }, - "brand-tabler": { - "name": "brand-tabler", - "category": "Brand", - "tags": ["brand", "tabler", "logo", "website", "dashboard", "download", "open-source", "ui", "icon", "stroke", "outline"], - "version": "1.15", - "unicode": "ec8f" - }, - "brand-tailwind": { - "name": "brand-tailwind", - "category": "Brand", - "tags": ["brand", "tailwind", "logo", "firm", "website", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "eca1" - }, - "brand-taobao": { - "name": "brand-taobao", - "category": "Brand", - "tags": ["brand", "taobao", "china", "platform", "shopping", "online", "icon", "stroke", "outline"], - "version": "1.113", - "unicode": "f5ef" - }, - "brand-teams": { - "name": "brand-teams", - "category": "Brand", - "tags": ["brand", "teams", "microsoft", "technology", "icon", "stroke", "outline"], - "version": "2.23", - "unicode": "fadf" - }, - "brand-ted": { - "name": "brand-ted", - "category": "Brand", - "tags": ["brand", "ted", "nonprofit", "website", "scientific", "conferences", "organised", "icon", "stroke", "outline"], - "version": "1.119", - "unicode": "f658" - }, - "brand-telegram": { - "name": "brand-telegram", - "category": "Brand", - "tags": ["brand", "telegram", "logo", "app", "application", "communicator", "internet", "cloud", "messages", "text", "images", "photos", "videos", "record", "file", "send", "icon", "stroke", "outline"], - "version": "1.9", - "unicode": "ec26" - }, - "brand-terraform": { - "name": "brand-terraform", - "category": "Brand", - "tags": ["brand", "terraform", "icon", "stroke", "outline"], - "version": "2.16", - "unicode": "fa56" - }, - "brand-tether": { - "name": "brand-tether", - "category": "Brand", - "tags": ["brand", "tether", "coin", "crypto", "cryptocurrency", "digital", "icon", "stroke", "outline"], - "version": "1.110", - "unicode": "f5a3" - }, - "brand-thingiverse": { - "name": "brand-thingiverse", - "category": "Brand", - "tags": ["brand", "thingiverse", "icon", "stroke", "outline"], - "version": "2.40", - "unicode": "fd1c" - }, - "brand-threads": { - "name": "brand-threads", - "category": "Brand", - "tags": ["brand", "threads", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb02" - }, - "brand-threejs": { - "name": "brand-threejs", - "category": "Brand", - "tags": ["brand", "threejs", "javascript", "3d", "library", "interface", "software", "make", "animation", "icon", "stroke", "outline"], - "version": "1.113", - "unicode": "f5f0" - }, - "brand-tidal": { - "name": "brand-tidal", - "category": "Brand", - "tags": ["brand", "tidal", "technology", "subscription", "music", "podcast", "video", "streaming", "playlist", "party", "track", "song", "icon", "stroke", "outline"], - "version": "1.32", - "unicode": "ed70" - }, - "brand-tiktok-filled": { - "name": "brand-tiktok-filled", - "category": "Filled", - "tags": ["brand", "tiktok", "filled", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7ea" - }, - "brand-tiktok": { - "name": "brand-tiktok", - "category": "Brand", - "tags": ["brand", "tiktok", "logo", "app", "application", "mobile", "video", "music", "icon", "stroke", "outline"], - "version": "1.13", - "unicode": "ec73" - }, - "brand-tinder": { - "name": "brand-tinder", - "category": "Brand", - "tags": ["brand", "tinder", "date", "dating", "app", "love", "affection", "affair", "couple", "technology", "networking", "swipe", "match", "icon", "stroke", "outline"], - "version": "1.32", - "unicode": "ed71" - }, - "brand-topbuzz": { - "name": "brand-topbuzz", - "category": "Brand", - "tags": ["brand", "topbuzz", "video", "gif", "articles", "news", "icon", "stroke", "outline"], - "version": "1.102", - "unicode": "f50d" - }, - "brand-torchain": { - "name": "brand-torchain", - "category": "Brand", - "tags": ["brand", "torchain", "coin", "crypto", "cryptocurrency", "digital", "icon", "stroke", "outline"], - "version": "1.110", - "unicode": "f5a4" - }, - "brand-toyota": { - "name": "brand-toyota", - "category": "Brand", - "tags": ["brand", "toyota", "car", "transport", "transportation", "icon", "stroke", "outline"], - "version": "1.76", - "unicode": "f262" - }, - "brand-trello": { - "name": "brand-trello", - "category": "Brand", - "tags": ["brand", "trello", "visual", "tool", "board", "kanban", "icon", "stroke", "outline"], - "version": "1.92", - "unicode": "f39d" - }, - "brand-tripadvisor": { - "name": "brand-tripadvisor", - "category": "Brand", - "tags": ["brand", "tripadvisor", "travel", "trip", "tourism", "website", "icon", "stroke", "outline"], - "version": "1.53", - "unicode": "f002" - }, - "brand-tumblr": { - "name": "brand-tumblr", - "category": "Brand", - "tags": ["brand", "tumblr", "logo", "website", "platform", "blog", "community", "icon", "stroke", "outline"], - "version": "1.23", - "unicode": "ed04" - }, - "brand-twilio": { - "name": "brand-twilio", - "category": "Brand", - "tags": ["brand", "twilio", "communication", "answering", "calls", "messages", "icon", "stroke", "outline"], - "version": "1.115", - "unicode": "f617" - }, - "brand-twitch": { - "name": "brand-twitch", - "category": "Brand", - "tags": ["brand", "twitch", "logo", "platform", "streaming", "streamers", "videos", "films", "chat", "subs", "icon", "stroke", "outline"], - "version": "1.23", - "unicode": "ed05" - }, - "brand-twitter-filled": { - "name": "brand-twitter-filled", - "category": "Filled", - "tags": ["brand", "twitter", "filled", "logo", "app", "application", "community", "social", "communication", "website", "user", "post", "images", "photos", "comment", "feedback", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7eb" - }, - "brand-twitter": { - "name": "brand-twitter", - "category": "Brand", - "tags": ["brand", "twitter", "logo", "app", "application", "community", "social", "communication", "website", "user", "post", "images", "photos", "comment", "feedback", "icon", "stroke", "outline"], - "version": "1.18", - "unicode": "ec27" - }, - "brand-typescript": { - "name": "brand-typescript", - "category": "Brand", - "tags": ["brand", "typescript", "language", "programmers", "opensource", "javascript", "icon", "stroke", "outline"], - "version": "1.113", - "unicode": "f5f1" - }, - "brand-uber": { - "name": "brand-uber", - "category": "Brand", - "tags": ["brand", "uber", "taxi", "transport", "car", "food", "icon", "stroke", "outline"], - "version": "1.45", - "unicode": "ef75" - }, - "brand-ubuntu": { - "name": "brand-ubuntu", - "category": "Brand", - "tags": ["brand", "ubuntu", "os", "operating", "system", "linux", "gnu", "icon", "stroke", "outline"], - "version": "1.44", - "unicode": "ef59" - }, - "brand-unity": { - "name": "brand-unity", - "category": "Brand", - "tags": ["brand", "unity", "engine", "creation", "3d", "2d", "icon", "stroke", "outline"], - "version": "1.96", - "unicode": "f49d" - }, - "brand-unsplash": { - "name": "brand-unsplash", - "category": "Brand", - "tags": ["brand", "unsplash", "picture", "photo", "photography", "search", "image", "stock", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edd8" - }, - "brand-upwork": { - "name": "brand-upwork", - "category": "Brand", - "tags": ["brand", "upwork", "freelancer", "software", "finance", "icon", "stroke", "outline"], - "version": "1.92", - "unicode": "f39e" - }, - "brand-valorant": { - "name": "brand-valorant", - "category": "Brand", - "tags": ["brand", "valorant", "game", "fps", "videogame", "shooter", "icon", "stroke", "outline"], - "version": "1.92", - "unicode": "f39f" - }, - "brand-vercel": { - "name": "brand-vercel", - "category": "Brand", - "tags": ["brand", "vercel", "develop", "preview", "programmers", "build", "publish", "icon", "stroke", "outline"], - "version": "1.41", - "unicode": "ef24" - }, - "brand-vimeo": { - "name": "brand-vimeo", - "category": "Brand", - "tags": ["brand", "vimeo", "logo", "website", "sharing", "watching", "video", "users", "icon", "stroke", "outline"], - "version": "1.23", - "unicode": "ed06" - }, - "brand-vinted": { - "name": "brand-vinted", - "category": "Brand", - "tags": ["brand", "vinted", "website", "clothes", "trading", "exchange", "sale", "shopping", "icon", "stroke", "outline"], - "version": "1.71", - "unicode": "f20f" - }, - "brand-visa": { - "name": "brand-visa", - "category": "Brand", - "tags": ["brand", "visa", "payment", "card", "method", "pay", "icon", "stroke", "outline"], - "version": "1.91", - "unicode": "f380" - }, - "brand-visual-studio": { - "name": "brand-visual-studio", - "category": "Brand", - "tags": ["brand", "visual", "studio", "software", "microsoft", "programming", "developers", "coding", "icon", "stroke", "outline"], - "version": "1.45", - "unicode": "ef76" - }, - "brand-vite": { - "name": "brand-vite", - "category": "Brand", - "tags": ["brand", "vite", "software", "building", "tool", "programming", "web", "projects", "icon", "stroke", "outline"], - "version": "1.113", - "unicode": "f5f2" - }, - "brand-vivaldi": { - "name": "brand-vivaldi", - "category": "Brand", - "tags": ["brand", "vivaldi", "browser", "internet", "web", "free", "program", "icon", "stroke", "outline"], - "version": "1.71", - "unicode": "f210" - }, - "brand-vk": { - "name": "brand-vk", - "category": "Brand", - "tags": ["brand", "vk", "technology", "social", "media", "networking", "service", "russian", "icon", "stroke", "outline"], - "version": "1.32", - "unicode": "ed72" - }, - "brand-vlc": { - "name": "brand-vlc", - "category": "Brand", - "tags": ["brand", "vlc", "icon", "stroke", "outline"], - "version": "2.18", - "unicode": "fa78" - }, - "brand-volkswagen": { - "name": "brand-volkswagen", - "category": "Brand", - "tags": ["brand", "volkswagen", "car", "vehicle", "transportation", "van", "traveling", "icon", "stroke", "outline"], - "version": "1.102", - "unicode": "f50e" - }, - "brand-vsco": { - "name": "brand-vsco", - "category": "Brand", - "tags": ["brand", "vsco", "photography", "image", "application", "icon", "stroke", "outline"], - "version": "1.86", - "unicode": "f334" - }, - "brand-vscode": { - "name": "brand-vscode", - "category": "Brand", - "tags": ["brand", "vscode", "code", "editor", "software", "icon", "stroke", "outline"], - "version": "1.92", - "unicode": "f3a0" - }, - "brand-vue": { - "name": "brand-vue", - "category": "Brand", - "tags": ["brand", "vue", "programming", "coding", "javascript", "document", "software", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0e0" - }, - "brand-walmart": { - "name": "brand-walmart", - "category": "Brand", - "tags": ["brand", "walmart", "shop", "supermarket", "food", "drinking", "groceries", "shopping", "icon", "stroke", "outline"], - "version": "1.71", - "unicode": "f211" - }, - "brand-waze": { - "name": "brand-waze", - "category": "Brand", - "tags": ["brand", "waze", "software", "navigation", "satellite", "mobile", "phone", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5d8" - }, - "brand-webflow": { - "name": "brand-webflow", - "category": "Brand", - "tags": ["brand", "webflow", "web", "website", "creation", "icon", "stroke", "outline"], - "version": "1.82", - "unicode": "f2d2" - }, - "brand-wechat": { - "name": "brand-wechat", - "category": "Brand", - "tags": ["brand", "wechat", "china", "communicator", "social", "media", "software", "icon", "stroke", "outline"], - "version": "1.113", - "unicode": "f5f3" - }, - "brand-weibo": { - "name": "brand-weibo", - "category": "Brand", - "tags": ["brand", "weibo", "china", "share", "messages", "internet", "service", "icon", "stroke", "outline"], - "version": "1.114", - "unicode": "f609" - }, - "brand-whatsapp": { - "name": "brand-whatsapp", - "category": "Brand", - "tags": ["brand", "whatsapp", "logo", "app", "application", "communication", "text", "messages", "communicator", "photos", "images", "videos", "giphy", "icon", "stroke", "outline"], - "version": "1.13", - "unicode": "ec74" - }, - "brand-wikipedia": { - "name": "brand-wikipedia", - "category": "Brand", - "tags": ["brand", "wikipedia", "icon", "stroke", "outline"], - "version": "2.18", - "unicode": "fa79" - }, - "brand-windows": { - "name": "brand-windows", - "category": "Brand", - "tags": ["brand", "windows", "logo", "system", "os", "computer", "microsoft", "icon", "stroke", "outline"], - "version": "1.20", - "unicode": "ecd8" - }, - "brand-windy": { - "name": "brand-windy", - "category": "Brand", - "tags": ["brand", "windy", "weather", "sun", "cold", "hot", "rain", "forecast", "icon", "stroke", "outline"], - "version": "1.99", - "unicode": "f4dd" - }, - "brand-wish": { - "name": "brand-wish", - "category": "Brand", - "tags": ["brand", "wish", "shopping", "online", "tools", "gadgets", "toys", "icon", "stroke", "outline"], - "version": "1.71", - "unicode": "f212" - }, - "brand-wix": { - "name": "brand-wix", - "category": "Brand", - "tags": ["brand", "wix", "logo", "maker", "web", "website", "icon", "stroke", "outline"], - "version": "1.92", - "unicode": "f3a1" - }, - "brand-wordpress": { - "name": "brand-wordpress", - "category": "Brand", - "tags": ["brand", "wordpress", "logotype", "web", "website", "glyph", "social", "icon", "stroke", "outline"], - "version": "1.82", - "unicode": "f2d3" - }, - "brand-x-filled": { - "name": "brand-x-filled", - "category": "Filled", - "tags": ["brand", "x", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc21" - }, - "brand-x": { - "name": "brand-x", - "category": "Brand", - "tags": ["brand", "x", "twitter", "icon", "stroke", "outline"], - "version": "2.29", - "unicode": "fc0f" - }, - "brand-xamarin": { - "name": "brand-xamarin", - "category": "Brand", - "tags": ["brand", "xamarin", "icon", "stroke", "outline"], - "version": "2.18", - "unicode": "fa7a" - }, - "brand-xbox": { - "name": "brand-xbox", - "category": "Brand", - "tags": ["brand", "xbox", "game", "console", "videogame", "controller", "icon", "stroke", "outline"], - "version": "1.79", - "unicode": "f298" - }, - "brand-xdeep": { - "name": "brand-xdeep", - "category": "Brand", - "tags": ["brand", "xdeep", "icon", "stroke", "outline"], - "version": "2.29", - "unicode": "fc10" - }, - "brand-xing": { - "name": "brand-xing", - "category": "Brand", - "tags": ["brand", "xing", "web", "media", "network", "site", "social", "icon", "stroke", "outline"], - "version": "1.72", - "unicode": "f21a" - }, - "brand-yahoo": { - "name": "brand-yahoo", - "category": "Brand", - "tags": ["brand", "yahoo", "web", "services", "technology", "inbox", "mail", "web", "news", "search", "icon", "stroke", "outline"], - "version": "1.32", - "unicode": "ed73" - }, - "brand-yandex": { - "name": "brand-yandex", - "category": "Brand", - "tags": ["brand", "yandex", "icon", "stroke", "outline"], - "version": "2.23", - "unicode": "fae1" - }, - "brand-yarn": { - "name": "brand-yarn", - "category": "Brand", - "tags": ["brand", "yarn", "icon", "stroke", "outline"], - "version": "2.45", - "unicode": "fd79" - }, - "brand-yatse": { - "name": "brand-yatse", - "category": "Brand", - "tags": ["brand", "yatse", "multimedia", "technology", "pilot", "software", "android", "icon", "stroke", "outline"], - "version": "1.71", - "unicode": "f213" - }, - "brand-ycombinator": { - "name": "brand-ycombinator", - "category": "Brand", - "tags": ["brand", "ycombinator", "startup", "accelerator", "seed", "money", "launch", "company", "business", "invest", "funding", "icon", "stroke", "outline"], - "version": "1.36", - "unicode": "edd9" - }, - "brand-youtube-filled": { - "name": "brand-youtube-filled", - "category": "Filled", - "tags": ["brand", "youtube", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc22" - }, - "brand-youtube-kids": { - "name": "brand-youtube-kids", - "category": "Brand", - "tags": ["brand", "youtube", "kids", "video", "program", "young", "children", "maker", "stories", "youtuber", "icon", "stroke", "outline"], - "version": "1.71", - "unicode": "f214" - }, - "brand-youtube": { - "name": "brand-youtube", - "category": "Brand", - "tags": ["brand", "youtube", "logo", "platform", "channel", "film", "video", "youtuber", "maker", "comments", "stream", "streamer", "icon", "stroke", "outline"], - "version": "1.15", - "unicode": "ec90" - }, - "brand-zalando": { - "name": "brand-zalando", - "category": "Brand", - "tags": ["brand", "zalando", "footwear", "shoes", "clotches", "app", "online", "shop", "icon", "stroke", "outline"], - "version": "1.96", - "unicode": "f49e" - }, - "brand-zapier": { - "name": "brand-zapier", - "category": "Brand", - "tags": ["brand", "zapier", "automated", "create", "app", "buissnes", "icon", "stroke", "outline"], - "version": "1.96", - "unicode": "f49f" - }, - "brand-zeit": { - "name": "brand-zeit", - "category": "Brand", - "tags": ["brand", "zeit", "consulting", "software", "icon", "stroke", "outline"], - "version": "1.86", - "unicode": "f335" - }, - "brand-zhihu": { - "name": "brand-zhihu", - "category": "Brand", - "tags": ["brand", "zhihu", "forum", "make", "question", "answers", "website", "icon", "stroke", "outline"], - "version": "1.114", - "unicode": "f60a" - }, - "brand-zoom": { - "name": "brand-zoom", - "category": "Brand", - "tags": ["brand", "zoom", "program", "video", "chat", "meetings", "online", "icon", "stroke", "outline"], - "version": "1.71", - "unicode": "f215" - }, - "brand-zulip": { - "name": "brand-zulip", - "category": "Brand", - "tags": ["brand", "zulip", "chat", "software", "phyton", "javascript", "icon", "stroke", "outline"], - "version": "1.99", - "unicode": "f4de" - }, - "brand-zwift": { - "name": "brand-zwift", - "category": "Brand", - "tags": ["brand", "zwift", "technology", "bike", "sport", "movement", "game", "icon", "stroke", "outline"], - "version": "1.71", - "unicode": "f216" - }, - "bread-off": { - "name": "bread-off", - "category": "Food", - "tags": ["bread", "off", "food", "breakfast", "sandwich", "toast", "baking", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3cb" - }, - "bread": { - "name": "bread", - "category": "Food", - "tags": ["bread", "food", "breakfast", "sandwich", "toast", "baking", "icon", "stroke", "outline"], - "version": "1.48", - "unicode": "efa3" - }, - "briefcase-2": { - "name": "briefcase-2", - "category": "", - "tags": ["briefcase", "2", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb03" - }, - "briefcase-filled": { - "name": "briefcase-filled", - "category": "Filled", - "tags": ["briefcase", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd00" - }, - "briefcase-off": { - "name": "briefcase-off", - "category": "", - "tags": ["briefcase", "off", "bag", "baggage", "folder", "carrier", "documents", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3cc" - }, - "briefcase": { - "name": "briefcase", - "category": "", - "tags": ["briefcase", "bag", "baggage", "folder", "carrier", "documents", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea46" - }, - "brightness-2": { - "name": "brightness-2", - "category": "Photography", - "tags": ["brightness", "2", "light", "screen", "level", "daytime", "sun", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee19" - }, - "brightness-auto": { - "name": "brightness-auto", - "category": "", - "tags": ["brightness", "auto", "icon", "stroke", "outline"], - "version": "2.47", - "unicode": "fd99" - }, - "brightness-down-filled": { - "name": "brightness-down-filled", - "category": "Filled", - "tags": ["brightness", "down", "filled", "icon", "stroke", "outline"], - "version": "2.26", - "unicode": "fb23" - }, - "brightness-down": { - "name": "brightness-down", - "category": "Photography", - "tags": ["brightness", "down", "dark", "darker", "screen", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb7d" - }, - "brightness-half": { - "name": "brightness-half", - "category": "Photography", - "tags": ["brightness", "half", "light", "screen", "level", "daytime", "sun", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee1a" - }, - "brightness-off": { - "name": "brightness-off", - "category": "Photography", - "tags": ["brightness", "off", "light", "dark", "screen", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3cd" - }, - "brightness-up-filled": { - "name": "brightness-up-filled", - "category": "Filled", - "tags": ["brightness", "up", "filled", "icon", "stroke", "outline"], - "version": "2.26", - "unicode": "fb24" - }, - "brightness-up": { - "name": "brightness-up", - "category": "Photography", - "tags": ["brightness", "up", "light", "screen", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb7e" - }, - "brightness": { - "name": "brightness", - "category": "Photography", - "tags": ["brightness", "light", "dark", "screen", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb7f" - }, - "broadcast-off": { - "name": "broadcast-off", - "category": "Devices", - "tags": ["broadcast", "off", "communication", "tv", "signal", "media", "sound", "connection", "network", "icon", "stroke", "outline"], - "version": "1.69", - "unicode": "f1e8" - }, - "broadcast": { - "name": "broadcast", - "category": "Devices", - "tags": ["broadcast", "communication", "tv", "signal", "media", "sound", "connection", "network", "icon", "stroke", "outline"], - "version": "1.69", - "unicode": "f1e9" - }, - "browser-check": { - "name": "browser-check", - "category": "Devices", - "tags": ["browser", "check", "internet", "web", "display", "done", "tick", "icon", "stroke", "outline"], - "version": "1.51", - "unicode": "efd6" - }, - "browser-off": { - "name": "browser-off", - "category": "Devices", - "tags": ["browser", "off", "internet", "web", "display", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0c1" - }, - "browser-plus": { - "name": "browser-plus", - "category": "Devices", - "tags": ["browser", "plus", "internet", "web", "display", "new", "add", "icon", "stroke", "outline"], - "version": "1.51", - "unicode": "efd7" - }, - "browser-x": { - "name": "browser-x", - "category": "Devices", - "tags": ["browser", "x", "internet", "web", "display", "close", "icon", "stroke", "outline"], - "version": "1.51", - "unicode": "efd8" - }, - "browser": { - "name": "browser", - "category": "Devices", - "tags": ["browser", "internet", "web", "display", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "ebb7" - }, - "brush-off": { - "name": "brush-off", - "category": "Design", - "tags": ["brush", "off", "paint", "art", "picture", "paintbrush", "painter", "theme", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0c2" - }, - "brush": { - "name": "brush", - "category": "Design", - "tags": ["brush", "paint", "art", "picture", "paintbrush", "painter", "theme", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "ebb8" - }, - "bucket-droplet": { - "name": "bucket-droplet", - "category": "Design", - "tags": ["bucket", "droplet", "water", "liquid", "drop", "tool", "fill", "icon", "stroke", "outline"], - "version": "1.107", - "unicode": "f56a" - }, - "bucket-off": { - "name": "bucket-off", - "category": "Design", - "tags": ["bucket", "off", "collection", "container", "water", "liquid", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f103" - }, - "bucket": { - "name": "bucket", - "category": "Design", - "tags": ["bucket", "collection", "container", "water", "liquid", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea47" - }, - "bug-filled": { - "name": "bug-filled", - "category": "Filled", - "tags": ["bug", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd01" - }, - "bug-off": { - "name": "bug-off", - "category": "Development", - "tags": ["bug", "off", "germ", "insect", "error", "nature", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0c3" - }, - "bug": { - "name": "bug", - "category": "Development", - "tags": ["bug", "germ", "insect", "error", "nature", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "ea48" - }, - "building-arch": { - "name": "building-arch", - "category": "Buildings", - "tags": ["building", "arch", "arc", "curve", "dome", "monument", "history", "architecture", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "ea49" - }, - "building-bank": { - "name": "building-bank", - "category": "Buildings", - "tags": ["building", "bank", "architecture", "city", "urban", "construction", "money", "credit", "loan", "workplace", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebe2" - }, - "building-bridge-2": { - "name": "building-bridge-2", - "category": "Buildings", - "tags": ["building", "bridge", "2", "architecture", "urban", "river", "overpass", "city", "countryside", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "ea4a" - }, - "building-bridge": { - "name": "building-bridge", - "category": "Buildings", - "tags": ["building", "bridge", "architecture", "urban", "river", "overpass", "city", "countryside", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "ea4b" - }, - "building-broadcast-tower": { - "name": "building-broadcast-tower", - "category": "Buildings", - "tags": ["building", "broadcast", "tower", "communication", "internet", "signal", "icon", "stroke", "outline"], - "version": "1.98", - "unicode": "f4be" - }, - "building-carousel": { - "name": "building-carousel", - "category": "Buildings", - "tags": ["building", "carousel", "amusement", "park", "fair", "merry-go-round", "fun", "entertaianment", "icon", "stroke", "outline"], - "version": "1.34", - "unicode": "ed87" - }, - "building-castle": { - "name": "building-castle", - "category": "Buildings", - "tags": ["building", "castle", "king", "queen", "royal", "architecture", "medieval", "middle", "ages", "nobility", "tower", "fortress", "fort", "fortification", "princess", "prince", "icon", "stroke", "outline"], - "version": "1.34", - "unicode": "ed88" - }, - "building-church": { - "name": "building-church", - "category": "Buildings", - "tags": ["building", "church", "religion", "chapel", "sanctuary", "temple", "cathedral", "pray", "prayer", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "ea4c" - }, - "building-circus": { - "name": "building-circus", - "category": "Buildings", - "tags": ["building", "circus", "tent", "show", "carnival", "clown", "icon", "stroke", "outline"], - "version": "1.98", - "unicode": "f4bf" - }, - "building-community": { - "name": "building-community", - "category": "Buildings", - "tags": ["building", "community", "place", "skyscraper", "district neighborhood", "area", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ebf6" - }, - "building-cottage": { - "name": "building-cottage", - "category": "Buildings", - "tags": ["building", "cottage", "small", "house", "countryside", "live", "farm", "rural", "outskirts", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee1b" - }, - "building-estate": { - "name": "building-estate", - "category": "Buildings", - "tags": ["building", "estate", "office", "property", "work", "architecture", "icon", "stroke", "outline"], - "version": "1.110", - "unicode": "f5a5" - }, - "building-factory-2": { - "name": "building-factory-2", - "category": "Buildings", - "tags": ["building", "factory", "2", "goods", "manufature", "machine", "trade", "produce", "product", "worker", "industry", "industrial", "site", "icon", "stroke", "outline"], - "version": "1.60", - "unicode": "f082" - }, - "building-factory": { - "name": "building-factory", - "category": "Buildings", - "tags": ["building", "factory", "goods", "manufature", "machine", "trade", "produce", "product", "worker", "industry", "industrial", "site", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee1c" - }, - "building-fortress": { - "name": "building-fortress", - "category": "Buildings", - "tags": ["building", "fortress", "military", "town", "defend", "attack", "stronghold", "protect", "protection", "medieval", "icon", "stroke", "outline"], - "version": "1.34", - "unicode": "ed89" - }, - "building-hospital": { - "name": "building-hospital", - "category": "Buildings", - "tags": ["building", "hospital", "doctor", "sickness", "illness", "nurse", "medication", "emergency", "treat", "surgery", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "ea4d" - }, - "building-lighthouse": { - "name": "building-lighthouse", - "category": "Buildings", - "tags": ["building", "lighthouse", "light", "sea", "tower", "beacon", "flash", "ship", "guide", "lightship", "leading", "watchtower", "signal", "icon", "stroke", "outline"], - "version": "1.34", - "unicode": "ed8a" - }, - "building-monument": { - "name": "building-monument", - "category": "Buildings", - "tags": ["building", "monument", "history", "memorial", "commemorative", "icon", "stroke", "outline"], - "version": "1.26", - "unicode": "ed26" - }, - "building-mosque": { - "name": "building-mosque", - "category": "Buildings", - "tags": ["building", "mosque", "icon", "stroke", "outline"], - "version": "2.16", - "unicode": "fa57" - }, - "building-pavilion": { - "name": "building-pavilion", - "category": "Buildings", - "tags": ["building", "pavilion", "place", "party", "residence", "ornamentation", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ebf7" - }, - "building-skyscraper": { - "name": "building-skyscraper", - "category": "Buildings", - "tags": ["building", "skyscraper", "city", "urban", "office", "workplace", "corporation", "hotel", "apartments", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec39" - }, - "building-stadium": { - "name": "building-stadium", - "category": "Buildings", - "tags": ["building", "stadium", "construciton", "estate", "football", "supporters", "icon", "stroke", "outline"], - "version": "1.118", - "unicode": "f641" - }, - "building-store": { - "name": "building-store", - "category": "Buildings", - "tags": ["building", "store", "shopping", "shop", "supermarket", "market", "products", "retail", "buy", "sell", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "ea4e" - }, - "building-tunnel": { - "name": "building-tunnel", - "category": "Buildings", - "tags": ["building", "tunnel", "train", "road", "underground", "subway", "icon", "stroke", "outline"], - "version": "1.110", - "unicode": "f5a6" - }, - "building-warehouse": { - "name": "building-warehouse", - "category": "Buildings", - "tags": ["building", "warehouse", "store", "inventory", "stuff", "things", "machinery", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebe3" - }, - "building-wind-turbine": { - "name": "building-wind-turbine", - "category": "Buildings", - "tags": ["building", "wind", "turbine", "power", "ecology", "electricy", "energy", "icon", "stroke", "outline"], - "version": "1.98", - "unicode": "f4c0" - }, - "building": { - "name": "building", - "category": "Buildings", - "tags": ["building", "flat", "office", "city", "urban", "scyscraper", "architecture", "construction", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "ea4f" - }, - "bulb-filled": { - "name": "bulb-filled", - "category": "Filled", - "tags": ["bulb", "filled", "energy", "power", "electricity", "creativity", "light", "idea", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f66a" - }, - "bulb-off": { - "name": "bulb-off", - "category": "", - "tags": ["bulb", "off", "energy", "power", "electricity", "creativity", "light", "idea", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea50" - }, - "bulb": { - "name": "bulb", - "category": "", - "tags": ["bulb", "energy", "power", "electricity", "creativity", "light", "idea", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea51" - }, - "bulldozer": { - "name": "bulldozer", - "category": "Vehicles", - "tags": ["bulldozer", "tractor", "construction", "site", "build", "rear", "machine", "icon", "stroke", "outline"], - "version": "1.34", - "unicode": "ee1d" - }, - "burger": { - "name": "burger", - "category": "", - "tags": ["burger", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcb4" - }, - "bus-off": { - "name": "bus-off", - "category": "Vehicles", - "tags": ["bus", "off", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3ce" - }, - "bus-stop": { - "name": "bus-stop", - "category": "Vehicles", - "tags": ["bus", "stop", "transport", "station", "city", "travel", "icon", "stroke", "outline"], - "version": "1.82", - "unicode": "f2d4" - }, - "bus": { - "name": "bus", - "category": "Vehicles", - "tags": ["bus", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebe4" - }, - "businessplan": { - "name": "businessplan", - "category": "", - "tags": ["businessplan", "business", "money", "corporate", "document", "goal", "achieve", "manage", "roadmap", "grow", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee1e" - }, - "butterfly": { - "name": "butterfly", - "category": "Nature", - "tags": ["butterfly", "animal", "insect", "nature", "fly", "wings", "icon", "stroke", "outline"], - "version": "1.51", - "unicode": "efd9" - }, - "cactus-filled": { - "name": "cactus-filled", - "category": "Filled", - "tags": ["cactus", "filled", "icon", "stroke", "outline"], - "version": "2.26", - "unicode": "fb25" - }, - "cactus-off": { - "name": "cactus-off", - "category": "Nature", - "tags": ["cactus", "off", "plant", "desert", "spikes", "nature", "garden", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3cf" - }, - "cactus": { - "name": "cactus", - "category": "Nature", - "tags": ["cactus", "plant", "desert", "spikes", "nature", "garden", "icon", "stroke", "outline"], - "version": "1.72", - "unicode": "f21b" - }, - "cake-off": { - "name": "cake-off", - "category": "", - "tags": ["cake", "off", "baking", "birthday", "party", "chocolate", "sweet", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f104" - }, - "cake": { - "name": "cake", - "category": "", - "tags": ["cake", "baking", "birthday", "party", "chocolate", "sweet", "icon", "stroke", "outline"], - "version": "1.54", - "unicode": "f00f" - }, - "calculator-filled": { - "name": "calculator-filled", - "category": "Filled", - "tags": ["calculator", "filled", "icon", "stroke", "outline"], - "version": "2.26", - "unicode": "fb26" - }, - "calculator-off": { - "name": "calculator-off", - "category": "Devices", - "tags": ["calculator", "off", "math", "count", "add", "subtract", "multiply", "divide", "amount", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0c4" - }, - "calculator": { - "name": "calculator", - "category": "Devices", - "tags": ["calculator", "math", "count", "add", "subtract", "multiply", "divide", "amount", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb80" - }, - "calendar-bolt": { - "name": "calendar-bolt", - "category": "System", - "tags": ["calendar", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f822" - }, - "calendar-cancel": { - "name": "calendar-cancel", - "category": "System", - "tags": ["calendar", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f823" - }, - "calendar-check": { - "name": "calendar-check", - "category": "System", - "tags": ["calendar", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f824" - }, - "calendar-clock": { - "name": "calendar-clock", - "category": "", - "tags": ["calendar", "clock", "time-calendar", "schedule-clock", "appointment", "date-time", "event-schedule", "timing", "calendar-clock", "agenda", "time-management", "calendar-event", "icon", "stroke", "outline"], - "version": "2.41", - "unicode": "fd2e" - }, - "calendar-code": { - "name": "calendar-code", - "category": "System", - "tags": ["calendar", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f825" - }, - "calendar-cog": { - "name": "calendar-cog", - "category": "System", - "tags": ["calendar", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f826" - }, - "calendar-dollar": { - "name": "calendar-dollar", - "category": "System", - "tags": ["calendar", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f827" - }, - "calendar-dot": { - "name": "calendar-dot", - "category": "", - "tags": ["calendar", "dot", "icon", "stroke", "outline"], - "version": "2.42", - "unicode": "fd3e" - }, - "calendar-down": { - "name": "calendar-down", - "category": "System", - "tags": ["calendar", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f828" - }, - "calendar-due": { - "name": "calendar-due", - "category": "System", - "tags": ["calendar", "due", "date", "deadline", "schedule", "icon", "stroke", "outline"], - "version": "1.116", - "unicode": "f621" - }, - "calendar-event": { - "name": "calendar-event", - "category": "System", - "tags": ["calendar", "event", "date", "day", "plan", "schedule", "agenda", "calender", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "ea52" - }, - "calendar-exclamation": { - "name": "calendar-exclamation", - "category": "System", - "tags": ["calendar", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f829" - }, - "calendar-filled": { - "name": "calendar-filled", - "category": "Filled", - "tags": ["calendar", "filled", "icon", "stroke", "outline"], - "version": "2.26", - "unicode": "fb27" - }, - "calendar-heart": { - "name": "calendar-heart", - "category": "System", - "tags": ["calendar", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f82a" - }, - "calendar-minus": { - "name": "calendar-minus", - "category": "System", - "tags": ["calendar", "minus", "date", "day", "plan", "schedule", "agenda", "calender", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "ebb9" - }, - "calendar-month": { - "name": "calendar-month", - "category": "", - "tags": ["calendar", "month", "monthly-calendar", "month-view", "date-month", "monthly-schedule", "timeframe", "calendar-grid", "month", "month-planner", "monthly", "date-grid", "icon", "stroke", "outline"], - "version": "2.41", - "unicode": "fd2f" - }, - "calendar-off": { - "name": "calendar-off", - "category": "System", - "tags": ["calendar", "off", "date", "day", "plan", "schedule", "agenda", "calender", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee1f" - }, - "calendar-pause": { - "name": "calendar-pause", - "category": "System", - "tags": ["calendar", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f82b" - }, - "calendar-pin": { - "name": "calendar-pin", - "category": "System", - "tags": ["calendar", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f82c" - }, - "calendar-plus": { - "name": "calendar-plus", - "category": "System", - "tags": ["calendar", "plus", "date", "day", "plan", "schedule", "agenda", "add", "calender", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "ebba" - }, - "calendar-question": { - "name": "calendar-question", - "category": "System", - "tags": ["calendar", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f82d" - }, - "calendar-repeat": { - "name": "calendar-repeat", - "category": "System", - "tags": ["calendar", "repeat", "icon", "stroke", "outline"], - "version": "2.22", - "unicode": "fad2" - }, - "calendar-sad": { - "name": "calendar-sad", - "category": "", - "tags": ["calendar", "sad", "icon", "stroke", "outline"], - "version": "2.40", - "unicode": "fd1d" - }, - "calendar-search": { - "name": "calendar-search", - "category": "System", - "tags": ["calendar", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f82e" - }, - "calendar-share": { - "name": "calendar-share", - "category": "System", - "tags": ["calendar", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f82f" - }, - "calendar-smile": { - "name": "calendar-smile", - "category": "", - "tags": ["calendar", "smile", "icon", "stroke", "outline"], - "version": "2.40", - "unicode": "fd1e" - }, - "calendar-star": { - "name": "calendar-star", - "category": "System", - "tags": ["calendar", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f830" - }, - "calendar-stats": { - "name": "calendar-stats", - "category": "System", - "tags": ["calendar", "stats", "plan", "timetable", "schedule", "meeting", "busy", "month", "year", "date", "statistics", "calender", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee20" - }, - "calendar-time": { - "name": "calendar-time", - "category": "System", - "tags": ["calendar", "time", "plan", "timetable", "schedule", "meeting", "busy", "month", "year", "date", "calender", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee21" - }, - "calendar-up": { - "name": "calendar-up", - "category": "System", - "tags": ["calendar", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f831" - }, - "calendar-user": { - "name": "calendar-user", - "category": "", - "tags": ["calendar", "user", "icon", "stroke", "outline"], - "version": "2.40", - "unicode": "fd1f" - }, - "calendar-week": { - "name": "calendar-week", - "category": "", - "tags": ["calendar", "week", "weekly-calendar", "week-view", "date-week", "weekly-schedule", "timeframe", "calendar-grid", "week", "week-planner", "weekly", "date-grid", "icon", "stroke", "outline"], - "version": "2.41", - "unicode": "fd30" - }, - "calendar-x": { - "name": "calendar-x", - "category": "System", - "tags": ["calendar", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f832" - }, - "calendar": { - "name": "calendar", - "category": "System", - "tags": ["calendar", "date", "day", "plan", "schedule", "agenda", "calender", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea53" - }, - "camera-bolt": { - "name": "camera-bolt", - "category": "Media", - "tags": ["camera", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f833" - }, - "camera-cancel": { - "name": "camera-cancel", - "category": "Media", - "tags": ["camera", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f834" - }, - "camera-check": { - "name": "camera-check", - "category": "Media", - "tags": ["camera", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f835" - }, - "camera-code": { - "name": "camera-code", - "category": "Media", - "tags": ["camera", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f836" - }, - "camera-cog": { - "name": "camera-cog", - "category": "Media", - "tags": ["camera", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f837" - }, - "camera-dollar": { - "name": "camera-dollar", - "category": "Media", - "tags": ["camera", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f838" - }, - "camera-down": { - "name": "camera-down", - "category": "Media", - "tags": ["camera", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f839" - }, - "camera-exclamation": { - "name": "camera-exclamation", - "category": "Media", - "tags": ["camera", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f83a" - }, - "camera-filled": { - "name": "camera-filled", - "category": "Filled", - "tags": ["camera", "filled", "video", "photo", "aperture", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa37" - }, - "camera-heart": { - "name": "camera-heart", - "category": "Media", - "tags": ["camera", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f83b" - }, - "camera-minus": { - "name": "camera-minus", - "category": "Media", - "tags": ["camera", "minus", "video", "photo", "aperture", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec3a" - }, - "camera-off": { - "name": "camera-off", - "category": "Media", - "tags": ["camera", "off", "video", "photo", "aperture", "icon", "stroke", "outline"], - "version": "1.22", - "unicode": "ecee" - }, - "camera-pause": { - "name": "camera-pause", - "category": "Media", - "tags": ["camera", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f83c" - }, - "camera-pin": { - "name": "camera-pin", - "category": "Media", - "tags": ["camera", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f83d" - }, - "camera-plus": { - "name": "camera-plus", - "category": "Media", - "tags": ["camera", "plus", "video", "photo", "aperture", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec3b" - }, - "camera-question": { - "name": "camera-question", - "category": "Media", - "tags": ["camera", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f83e" - }, - "camera-rotate": { - "name": "camera-rotate", - "category": "Photography", - "tags": ["camera", "rotate", "photo", "photography", "picture", "face", "instagram", "portrait", "digital", "smartphone", "selfie", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee22" - }, - "camera-search": { - "name": "camera-search", - "category": "Media", - "tags": ["camera", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f83f" - }, - "camera-selfie": { - "name": "camera-selfie", - "category": "Photography", - "tags": ["camera", "selfie", "photo", "photography", "picture", "face", "instagram", "portrait", "digital", "smartphone", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee23" - }, - "camera-share": { - "name": "camera-share", - "category": "Media", - "tags": ["camera", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f840" - }, - "camera-star": { - "name": "camera-star", - "category": "Media", - "tags": ["camera", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f841" - }, - "camera-up": { - "name": "camera-up", - "category": "Media", - "tags": ["camera", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f842" - }, - "camera-x": { - "name": "camera-x", - "category": "Media", - "tags": ["camera", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f843" - }, - "camera": { - "name": "camera", - "category": "Media", - "tags": ["camera", "video", "photo", "aperture", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea54" - }, - "camper": { - "name": "camper", - "category": "Vehicles", - "tags": ["camper", "icon", "stroke", "outline"], - "version": "2.14", - "unicode": "fa25" - }, - "campfire-filled": { - "name": "campfire-filled", - "category": "Filled", - "tags": ["campfire", "filled", "icon", "stroke", "outline"], - "version": "2.26", - "unicode": "fb28" - }, - "campfire": { - "name": "campfire", - "category": "Map", - "tags": ["campfire", "camping", "bonfire", "wood", "camp", "burn", "flame", "icon", "stroke", "outline"], - "version": "1.110", - "unicode": "f5a7" - }, - "candle-filled": { - "name": "candle-filled", - "category": "Filled", - "tags": ["candle", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc23" - }, - "candle": { - "name": "candle", - "category": "", - "tags": ["candle", "light", "birthday", "decoration", "halloween", "fire", "christmas", "icon", "stroke", "outline"], - "version": "1.50", - "unicode": "efc6" - }, - "candy-off": { - "name": "candy-off", - "category": "Food", - "tags": ["candy", "off", "sweet", "food", "sugar", "cane", "halloween", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0c5" - }, - "candy": { - "name": "candy", - "category": "Food", - "tags": ["candy", "sweet", "food", "sugar", "cane", "halloween", "icon", "stroke", "outline"], - "version": "1.40", - "unicode": "ef0d" - }, - "cane": { - "name": "cane", - "category": "Health", - "tags": ["cane", "candy", "christmas", "sweet", "food", "decoration", "icon", "stroke", "outline"], - "version": "1.102", - "unicode": "f50f" - }, - "cannabis": { - "name": "cannabis", - "category": "Nature", - "tags": ["cannabis", "marijuana", "weed", "drug", "cbd", "medical", "icon", "stroke", "outline"], - "version": "1.98", - "unicode": "f4c1" - }, - "capsule-filled": { - "name": "capsule-filled", - "category": "Filled", - "tags": ["capsule", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc24" - }, - "capsule-horizontal-filled": { - "name": "capsule-horizontal-filled", - "category": "Filled", - "tags": ["capsule", "horizontal", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc25" - }, - "capsule-horizontal": { - "name": "capsule-horizontal", - "category": "Shapes", - "tags": ["capsule", "horizontal", "icon", "stroke", "outline"], - "version": "2.23", - "unicode": "fae2" - }, - "capsule": { - "name": "capsule", - "category": "Shapes", - "tags": ["capsule", "icon", "stroke", "outline"], - "version": "2.23", - "unicode": "fae3" - }, - "capture-filled": { - "name": "capture-filled", - "category": "Filled", - "tags": ["capture", "filled", "icon", "stroke", "outline"], - "version": "2.26", - "unicode": "fb29" - }, - "capture-off": { - "name": "capture-off", - "category": "Media", - "tags": ["capture", "off", "photo", "photographer", "sharpen", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0c6" - }, - "capture": { - "name": "capture", - "category": "Media", - "tags": ["capture", "photo", "photographer", "sharpen", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec3c" - }, - "car-crane": { - "name": "car-crane", - "category": "Vehicles", - "tags": ["car", "crane", "transport", "truck", "machine", "lifter", "icon", "stroke", "outline"], - "version": "1.41", - "unicode": "ef25" - }, - "car-crash": { - "name": "car-crash", - "category": "Vehicles", - "tags": ["car", "crash", "accident", "collision", "damage", "insurance", "icon", "stroke", "outline"], - "version": "1.48", - "unicode": "efa4" - }, - "car-garage": { - "name": "car-garage", - "category": "", - "tags": ["car", "garage", "auto-shop", "vehicle-repair", "automobile-maintenance", "parking-garage", "car-storage", "automotive", "garage-service", "car-park", "vehicle-maintenance", "car-repair", "icon", "stroke", "outline"], - "version": "2.34", - "unicode": "fc77" - }, - "car-off": { - "name": "car-off", - "category": "Vehicles", - "tags": ["car", "off", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0c7" - }, - "car-suv": { - "name": "car-suv", - "category": "Vehicles", - "tags": ["car", "suv", "sport-utility", "crossover", "automobile", "suv", "off-road", "four-wheel-drive", "vehicle", "transportation", "auto", "truck", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc8b" - }, - "car-turbine": { - "name": "car-turbine", - "category": "Vehicles", - "tags": ["car", "turbine", "detail", "service", "mechanic", "part", "power", "icon", "stroke", "outline"], - "version": "1.101", - "unicode": "f4fd" - }, - "car": { - "name": "car", - "category": "Vehicles", - "tags": ["car", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "ebbb" - }, - "caravan": { - "name": "caravan", - "category": "Vehicles", - "tags": ["caravan", "journey", "trip", "holidays", "camping", "trailer", "icon", "stroke", "outline"], - "version": "1.14", - "unicode": "ec7c" - }, - "cardboards-off": { - "name": "cardboards-off", - "category": "Devices", - "tags": ["cardboards", "off", "vr", "virtual reality", "watch", "viewer", "technology", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0c8" - }, - "cardboards": { - "name": "cardboards", - "category": "Devices", - "tags": ["cardboards", "vr", "virtual reality", "watch", "viewer", "technology", "icon", "stroke", "outline"], - "version": "1.33", - "unicode": "ed74" - }, - "cards-filled": { - "name": "cards-filled", - "category": "Filled", - "tags": ["cards", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc26" - }, - "cards": { - "name": "cards", - "category": "Design", - "tags": ["cards", "game", "poker", "credit", "peyment", "casino", "icon", "stroke", "outline"], - "version": "1.102", - "unicode": "f510" - }, - "caret-down-filled": { - "name": "caret-down-filled", - "category": "Filled", - "tags": ["caret", "down", "filled", "icon", "stroke", "outline"], - "version": "2.26", - "unicode": "fb2a" - }, - "caret-down": { - "name": "caret-down", - "category": "Arrows", - "tags": ["caret", "down", "next", "bottom", "dropdown", "show", "more", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb5d" - }, - "caret-left-filled": { - "name": "caret-left-filled", - "category": "Filled", - "tags": ["caret", "left", "filled", "icon", "stroke", "outline"], - "version": "2.26", - "unicode": "fb2b" - }, - "caret-left-right-filled": { - "name": "caret-left-right-filled", - "category": "Filled", - "tags": ["caret", "left", "right", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd02" - }, - "caret-left-right": { - "name": "caret-left-right", - "category": "", - "tags": ["caret", "left", "right", "arrow-horizontal", "double-arrow", "side-arrow", "left-right", "horizontal-pointer", "directional", "horizontal-caret", "bidirectional", "opposite", "horizontal-arrow", "icon", "stroke", "outline"], - "version": "2.31", - "unicode": "fc43" - }, - "caret-left": { - "name": "caret-left", - "category": "Arrows", - "tags": ["caret", "left", "back", "previous", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb5e" - }, - "caret-right-filled": { - "name": "caret-right-filled", - "category": "Filled", - "tags": ["caret", "right", "filled", "icon", "stroke", "outline"], - "version": "2.26", - "unicode": "fb2c" - }, - "caret-right": { - "name": "caret-right", - "category": "Arrows", - "tags": ["caret", "right", "next", "play", "more", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb5f" - }, - "caret-up-down-filled": { - "name": "caret-up-down-filled", - "category": "Filled", - "tags": ["caret", "up", "down", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd03" - }, - "caret-up-down": { - "name": "caret-up-down", - "category": "", - "tags": ["caret", "up", "down", "icon", "stroke", "outline"], - "version": "2.31", - "unicode": "fc44" - }, - "caret-up-filled": { - "name": "caret-up-filled", - "category": "Filled", - "tags": ["caret", "up", "filled", "icon", "stroke", "outline"], - "version": "2.26", - "unicode": "fb2d" - }, - "caret-up": { - "name": "caret-up", - "category": "Arrows", - "tags": ["caret", "up", "dropdown", "less", "up", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb60" - }, - "carousel-horizontal-filled": { - "name": "carousel-horizontal-filled", - "category": "Filled", - "tags": ["carousel", "horizontal", "filled", "icon", "stroke", "outline"], - "version": "2.19", - "unicode": "fa92" - }, - "carousel-horizontal": { - "name": "carousel-horizontal", - "category": "Design", - "tags": ["carousel", "horizontal", "app", "mobile", "display", "preview", "icon", "stroke", "outline"], - "version": "1.119", - "unicode": "f659" - }, - "carousel-vertical-filled": { - "name": "carousel-vertical-filled", - "category": "Filled", - "tags": ["carousel", "vertical", "filled", "icon", "stroke", "outline"], - "version": "2.19", - "unicode": "fa93" - }, - "carousel-vertical": { - "name": "carousel-vertical", - "category": "Design", - "tags": ["carousel", "vertical", "app", "mobile", "display", "preview", "icon", "stroke", "outline"], - "version": "1.119", - "unicode": "f65a" - }, - "carrot-off": { - "name": "carrot-off", - "category": "Food", - "tags": ["carrot", "off", "food", "healthy", "rabbit", "vegetable", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3d0" - }, - "carrot": { - "name": "carrot", - "category": "Food", - "tags": ["carrot", "food", "healthy", "rabbit", "vegetable", "icon", "stroke", "outline"], - "version": "1.72", - "unicode": "f21c" - }, - "cash-banknote-off": { - "name": "cash-banknote-off", - "category": "E-commerce", - "tags": ["cash", "banknote", "off", "money", "pay", "bank", "dollar", "pound", "bank", "yen", "business", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee24" - }, - "cash-banknote": { - "name": "cash-banknote", - "category": "E-commerce", - "tags": ["cash", "banknote", "money", "pay", "bank", "dollar", "pound", "bank", "yen", "business", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee25" - }, - "cash-off": { - "name": "cash-off", - "category": "E-commerce", - "tags": ["cash", "off", "currency", "payment", "money", "pay", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f105" - }, - "cash": { - "name": "cash", - "category": "E-commerce", - "tags": ["cash", "currency", "payment", "money", "pay", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea55" - }, - "cast-off": { - "name": "cast-off", - "category": "Media", - "tags": ["cast", "off", "broadcast", "stream", "mirroring", "apple", "airplay", "chromecast", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0c9" - }, - "cast": { - "name": "cast", - "category": "Media", - "tags": ["cast", "broadcast", "stream", "mirroring", "apple", "airplay", "chromecast", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea56" - }, - "cat": { - "name": "cat", - "category": "Animals", - "tags": ["cat", "animal", "pet", "kitty", "cute", "icon", "stroke", "outline"], - "version": "1.119", - "unicode": "f65b" - }, - "category-2": { - "name": "category-2", - "category": "Shapes", - "tags": ["category", "2", "folder", "menu", "tag", "game", "icon", "stroke", "outline"], - "version": "1.70", - "unicode": "f1f5" - }, - "category-filled": { - "name": "category-filled", - "category": "Filled", - "tags": ["category", "filled", "icon", "stroke", "outline"], - "version": "2.26", - "unicode": "fb2e" - }, - "category-minus": { - "name": "category-minus", - "category": "", - "tags": ["category", "minus", "icon", "stroke", "outline"], - "version": "2.40", - "unicode": "fd20" - }, - "category-plus": { - "name": "category-plus", - "category": "", - "tags": ["category", "plus", "icon", "stroke", "outline"], - "version": "2.40", - "unicode": "fd21" - }, - "category": { - "name": "category", - "category": "Shapes", - "tags": ["category", "folder", "menu", "tag", "game", "icon", "stroke", "outline"], - "version": "1.70", - "unicode": "f1f6" - }, - "ce-off": { - "name": "ce-off", - "category": "Symbols", - "tags": ["ce", "off", "sign", "marking", "administration", "administrative", "conformity", "health", "safety", "environment", "protection", "standards", "product", "europe", "eea", "economic", "area", "manufacture", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0ca" - }, - "ce": { - "name": "ce", - "category": "Symbols", - "tags": ["ce", "sign", "marking", "administration", "administrative", "conformity", "health", "safety", "environment", "protection", "standards", "product", "europe", "eea", "economic", "area", "manufacture", "icon", "stroke", "outline"], - "version": "1.33", - "unicode": "ed75" - }, - "cell-signal-1": { - "name": "cell-signal-1", - "category": "Devices", - "tags": ["cell", "signal", "1", "mobile", "phone", "connetcion", "wireless", "network", "icon", "stroke", "outline"], - "version": "1.60", - "unicode": "f083" - }, - "cell-signal-2": { - "name": "cell-signal-2", - "category": "Devices", - "tags": ["cell", "signal", "2", "mobile", "phone", "connetcion", "wireless", "network", "icon", "stroke", "outline"], - "version": "1.60", - "unicode": "f084" - }, - "cell-signal-3": { - "name": "cell-signal-3", - "category": "Devices", - "tags": ["cell", "signal", "3", "mobile", "phone", "connetcion", "wireless", "network", "icon", "stroke", "outline"], - "version": "1.60", - "unicode": "f085" - }, - "cell-signal-4": { - "name": "cell-signal-4", - "category": "Devices", - "tags": ["cell", "signal", "4", "mobile", "phone", "connetcion", "wireless", "network", "icon", "stroke", "outline"], - "version": "1.60", - "unicode": "f086" - }, - "cell-signal-5": { - "name": "cell-signal-5", - "category": "Devices", - "tags": ["cell", "signal", "5", "mobile", "phone", "connetcion", "wireless", "network", "icon", "stroke", "outline"], - "version": "1.60", - "unicode": "f087" - }, - "cell-signal-off": { - "name": "cell-signal-off", - "category": "Devices", - "tags": ["cell", "signal", "off", "mobile", "phone", "connetcion", "wireless", "network", "icon", "stroke", "outline"], - "version": "1.60", - "unicode": "f088" - }, - "cell": { - "name": "cell", - "category": "", - "tags": ["cell", "biology", "molecule", "chemistry", "human", "laboratory", "icon", "stroke", "outline"], - "version": "1.58", - "unicode": "f05f" - }, - "certificate-2-off": { - "name": "certificate-2-off", - "category": "Document", - "tags": ["certificate", "2", "off", "award", "license", "document", "achievement", "course", "complete", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0cb" - }, - "certificate-2": { - "name": "certificate-2", - "category": "Document", - "tags": ["certificate", "2", "award", "license", "document", "achievement", "course", "complete", "icon", "stroke", "outline"], - "version": "1.59", - "unicode": "f073" - }, - "certificate-off": { - "name": "certificate-off", - "category": "Document", - "tags": ["certificate", "off", "document", "official", "attest", "signature", "birth", "death", "gift", "authenticity", "seal", "course", "complete", "qualification", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0cc" - }, - "certificate": { - "name": "certificate", - "category": "Document", - "tags": ["certificate", "document", "official", "attest", "signature", "birth", "death", "gift", "authenticity", "seal", "course", "complete", "qualification", "icon", "stroke", "outline"], - "version": "1.33", - "unicode": "ed76" - }, - "chair-director": { - "name": "chair-director", - "category": "", - "tags": ["chair", "director", "film", "seat", "furniture", "interior", "icon", "stroke", "outline"], - "version": "1.82", - "unicode": "f2d5" - }, - "chalkboard-off": { - "name": "chalkboard-off", - "category": "Document", - "tags": ["chalkboard", "off", "school", "classroom", "education", "learn", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3d1" - }, - "chalkboard": { - "name": "chalkboard", - "category": "Document", - "tags": ["chalkboard", "school", "classroom", "education", "learn", "icon", "stroke", "outline"], - "version": "1.88", - "unicode": "f34d" - }, - "charging-pile": { - "name": "charging-pile", - "category": "Vehicles", - "tags": ["charging", "pile", "electric", "electricity", "hybrid", "tesla", "station", "electronic", "point", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee26" - }, - "chart-arcs-3": { - "name": "chart-arcs-3", - "category": "Charts", - "tags": ["chart", "arcs", "3", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee27" - }, - "chart-arcs": { - "name": "chart-arcs", - "category": "Charts", - "tags": ["chart", "arcs", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee28" - }, - "chart-area-filled": { - "name": "chart-area-filled", - "category": "Filled", - "tags": ["chart", "area", "filled", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f66b" - }, - "chart-area-line-filled": { - "name": "chart-area-line-filled", - "category": "Filled", - "tags": ["chart", "area", "line", "filled", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f66c" - }, - "chart-area-line": { - "name": "chart-area-line", - "category": "Charts", - "tags": ["chart", "area", "line", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea57" - }, - "chart-area": { - "name": "chart-area", - "category": "Charts", - "tags": ["chart", "area", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea58" - }, - "chart-arrows-vertical": { - "name": "chart-arrows-vertical", - "category": "Charts", - "tags": ["chart", "arrows", "vertical", "statistics", "data", "value", "variable", "scale", "statistical", "level", "increase", "decrease", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee29" - }, - "chart-arrows": { - "name": "chart-arrows", - "category": "Charts", - "tags": ["chart", "arrows", "statistics", "data", "value", "variable", "scale", "statistical", "level", "increase", "decrease", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee2a" - }, - "chart-bar-off": { - "name": "chart-bar-off", - "category": "Charts", - "tags": ["chart", "bar", "off", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3d2" - }, - "chart-bar": { - "name": "chart-bar", - "category": "Charts", - "tags": ["chart", "bar", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea59" - }, - "chart-bubble-filled": { - "name": "chart-bubble-filled", - "category": "Filled", - "tags": ["chart", "bubble", "filled", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f66d" - }, - "chart-bubble": { - "name": "chart-bubble", - "category": "Charts", - "tags": ["chart", "bubble", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "1.13", - "unicode": "ec75" - }, - "chart-candle-filled": { - "name": "chart-candle-filled", - "category": "Filled", - "tags": ["chart", "candle", "filled", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f66e" - }, - "chart-candle": { - "name": "chart-candle", - "category": "Charts", - "tags": ["chart", "candle", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea5a" - }, - "chart-circles": { - "name": "chart-circles", - "category": "Charts", - "tags": ["chart", "circles", "statistics", "analysis", "analyse", "graph", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee2b" - }, - "chart-donut-2": { - "name": "chart-donut-2", - "category": "Charts", - "tags": ["chart", "donut", "2", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee2c" - }, - "chart-donut-3": { - "name": "chart-donut-3", - "category": "Charts", - "tags": ["chart", "donut", "3", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee2d" - }, - "chart-donut-4": { - "name": "chart-donut-4", - "category": "Charts", - "tags": ["chart", "donut", "4", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee2e" - }, - "chart-donut-filled": { - "name": "chart-donut-filled", - "category": "Filled", - "tags": ["chart", "donut", "filled", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f66f" - }, - "chart-donut": { - "name": "chart-donut", - "category": "Charts", - "tags": ["chart", "donut", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea5b" - }, - "chart-dots-2": { - "name": "chart-dots-2", - "category": "Charts", - "tags": ["chart", "dots", "2", "graph", "diagram", "analyticks", "statistics", "data", "value", "variable", "scale", "statistical", "icon", "stroke", "outline"], - "version": "1.61", - "unicode": "f097" - }, - "chart-dots-3": { - "name": "chart-dots-3", - "category": "Charts", - "tags": ["chart", "dots", "3", "graph", "diagram", "analyticks", "statistics", "data", "value", "variable", "scale", "statistical", "icon", "stroke", "outline"], - "version": "1.61", - "unicode": "f098" - }, - "chart-dots-filled": { - "name": "chart-dots-filled", - "category": "Filled", - "tags": ["chart", "dots", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd04" - }, - "chart-dots": { - "name": "chart-dots", - "category": "Charts", - "tags": ["chart", "dots", "statistics", "data", "value", "variable", "scale", "statistical", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee2f" - }, - "chart-grid-dots-filled": { - "name": "chart-grid-dots-filled", - "category": "Filled", - "tags": ["chart", "grid", "dots", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd05" - }, - "chart-grid-dots": { - "name": "chart-grid-dots", - "category": "Charts", - "tags": ["chart", "grid", "dots", "graph", "diagram", "analytics", "statistics", "data", "icon", "stroke", "outline"], - "version": "1.98", - "unicode": "f4c2" - }, - "chart-histogram": { - "name": "chart-histogram", - "category": "Charts", - "tags": ["chart", "histogram", "graph", "diagram", "curves", "analytics", "icon", "stroke", "outline"], - "version": "1.119", - "unicode": "f65c" - }, - "chart-infographic": { - "name": "chart-infographic", - "category": "Charts", - "tags": ["chart", "infographic", "statistics", "data", "value", "variable", "scale", "statistical", "bar", "information", "report", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee30" - }, - "chart-line": { - "name": "chart-line", - "category": "Charts", - "tags": ["chart", "line", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea5c" - }, - "chart-pie-2": { - "name": "chart-pie-2", - "category": "Charts", - "tags": ["chart", "pie", "2", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee31" - }, - "chart-pie-3": { - "name": "chart-pie-3", - "category": "Charts", - "tags": ["chart", "pie", "3", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee32" - }, - "chart-pie-4": { - "name": "chart-pie-4", - "category": "Charts", - "tags": ["chart", "pie", "4", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee33" - }, - "chart-pie-filled": { - "name": "chart-pie-filled", - "category": "Filled", - "tags": ["chart", "pie", "filled", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f670" - }, - "chart-pie-off": { - "name": "chart-pie-off", - "category": "Charts", - "tags": ["chart", "pie", "off", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3d3" - }, - "chart-pie": { - "name": "chart-pie", - "category": "Charts", - "tags": ["chart", "pie", "statistics", "diagram", "graph", "rhythm", "data", "analysis", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea5d" - }, - "chart-ppf": { - "name": "chart-ppf", - "category": "Charts", - "tags": ["chart", "ppf", "graph", "diagram", "curves", "icon", "stroke", "outline"], - "version": "1.115", - "unicode": "f618" - }, - "chart-radar": { - "name": "chart-radar", - "category": "Charts", - "tags": ["chart", "radar", "statistics", "data", "value", "two", "dimensions", "variable", "report", "points", "icon", "stroke", "outline"], - "version": "1.33", - "unicode": "ed77" - }, - "chart-sankey": { - "name": "chart-sankey", - "category": "Charts", - "tags": ["chart", "sankey", "graph", "diagram", "curves", "analytics", "icon", "stroke", "outline"], - "version": "1.115", - "unicode": "f619" - }, - "chart-scatter-3d": { - "name": "chart-scatter-3d", - "category": "", - "tags": ["chart", "scatter", "3d", "icon", "stroke", "outline"], - "version": "2.46", - "unicode": "fd92" - }, - "chart-scatter": { - "name": "chart-scatter", - "category": "", - "tags": ["chart", "scatter", "icon", "stroke", "outline"], - "version": "2.46", - "unicode": "fd93" - }, - "chart-treemap": { - "name": "chart-treemap", - "category": "Charts", - "tags": ["chart", "treemap", "diagram", "analytics", "buisness", "data", "icon", "stroke", "outline"], - "version": "1.91", - "unicode": "f381" - }, - "check": { - "name": "check", - "category": "System", - "tags": ["check", "tick", "yes", "confirm", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea5e" - }, - "checkbox": { - "name": "checkbox", - "category": "System", - "tags": ["checkbox", "survey", "confirm", "tick", "yes", "to-do", "icon", "stroke", "outline"], - "version": "1.4", - "unicode": "eba6" - }, - "checklist": { - "name": "checklist", - "category": "", - "tags": ["checklist", "task", "delivery", "clipboard", "document", "plan", "icon", "stroke", "outline"], - "version": "1.59", - "unicode": "f074" - }, - "checks": { - "name": "checks", - "category": "System", - "tags": ["checks", "tick", "yes", "confirm", "icon", "stroke", "outline"], - "version": "1.4", - "unicode": "ebaa" - }, - "checkup-list": { - "name": "checkup-list", - "category": "Health", - "tags": ["checkup", "list", "car", "hospital", "health", "report", "icon", "stroke", "outline"], - "version": "1.44", - "unicode": "ef5a" - }, - "cheese": { - "name": "cheese", - "category": "Food", - "tags": ["cheese", "food", "mouse", "cooking", "pizza", "sandwiches", "product", "edam", "gouda", "icon", "stroke", "outline"], - "version": "1.41", - "unicode": "ef26" - }, - "chef-hat-off": { - "name": "chef-hat-off", - "category": "Food", - "tags": ["chef", "hat", "off", "cooking", "kitchen", "restaurant", "food", "job", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3d4" - }, - "chef-hat": { - "name": "chef-hat", - "category": "Food", - "tags": ["chef", "hat", "cooking", "kitchen", "restaurant", "food", "job", "icon", "stroke", "outline"], - "version": "1.72", - "unicode": "f21d" - }, - "cherry-filled": { - "name": "cherry-filled", - "category": "Filled", - "tags": ["cherry", "filled", "fruit", "food", "sweet", "healthy", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f728" - }, - "cherry": { - "name": "cherry", - "category": "Nature", - "tags": ["cherry", "fruit", "food", "sweet", "healthy", "icon", "stroke", "outline"], - "version": "1.102", - "unicode": "f511" - }, - "chess-bishop-filled": { - "name": "chess-bishop-filled", - "category": "Filled", - "tags": ["chess", "bishop", "filled", "game", "figure", "strategy", "pawn", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f729" - }, - "chess-bishop": { - "name": "chess-bishop", - "category": "Sport", - "tags": ["chess", "bishop", "game", "figure", "strategy", "pawn", "icon", "stroke", "outline"], - "version": "1.107", - "unicode": "f56b" - }, - "chess-filled": { - "name": "chess-filled", - "category": "Filled", - "tags": ["chess", "filled", "game", "strategy", "pawn", "figure", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f72a" - }, - "chess-king-filled": { - "name": "chess-king-filled", - "category": "Filled", - "tags": ["chess", "king", "filled", "game", "figure", "strategy", "pawn", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f72b" - }, - "chess-king": { - "name": "chess-king", - "category": "Sport", - "tags": ["chess", "king", "game", "figure", "strategy", "pawn", "icon", "stroke", "outline"], - "version": "1.107", - "unicode": "f56c" - }, - "chess-knight-filled": { - "name": "chess-knight-filled", - "category": "Filled", - "tags": ["chess", "knight", "filled", "game", "figure", "strategy", "pawn", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f72c" - }, - "chess-knight": { - "name": "chess-knight", - "category": "Sport", - "tags": ["chess", "knight", "game", "figure", "strategy", "pawn", "icon", "stroke", "outline"], - "version": "1.107", - "unicode": "f56d" - }, - "chess-queen-filled": { - "name": "chess-queen-filled", - "category": "Filled", - "tags": ["chess", "queen", "filled", "game", "figure", "strategy", "pawn", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f72d" - }, - "chess-queen": { - "name": "chess-queen", - "category": "Sport", - "tags": ["chess", "queen", "game", "figure", "strategy", "pawn", "icon", "stroke", "outline"], - "version": "1.107", - "unicode": "f56e" - }, - "chess-rook-filled": { - "name": "chess-rook-filled", - "category": "Filled", - "tags": ["chess", "rook", "filled", "game", "figure", "strategy", "pawn", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f72e" - }, - "chess-rook": { - "name": "chess-rook", - "category": "Sport", - "tags": ["chess", "rook", "game", "figure", "strategy", "pawn", "icon", "stroke", "outline"], - "version": "1.107", - "unicode": "f56f" - }, - "chess": { - "name": "chess", - "category": "Sport", - "tags": ["chess", "game", "strategy", "pawn", "figure", "icon", "stroke", "outline"], - "version": "1.91", - "unicode": "f382" - }, - "chevron-compact-down": { - "name": "chevron-compact-down", - "category": "Arrows", - "tags": ["chevron", "compact", "down", "icon", "stroke", "outline"], - "version": "2.24", - "unicode": "faf0" - }, - "chevron-compact-left": { - "name": "chevron-compact-left", - "category": "Arrows", - "tags": ["chevron", "compact", "left", "icon", "stroke", "outline"], - "version": "2.24", - "unicode": "faf1" - }, - "chevron-compact-right": { - "name": "chevron-compact-right", - "category": "Arrows", - "tags": ["chevron", "compact", "right", "icon", "stroke", "outline"], - "version": "2.24", - "unicode": "faf2" - }, - "chevron-compact-up": { - "name": "chevron-compact-up", - "category": "Arrows", - "tags": ["chevron", "compact", "up", "icon", "stroke", "outline"], - "version": "2.24", - "unicode": "faf3" - }, - "chevron-down-left": { - "name": "chevron-down-left", - "category": "Arrows", - "tags": ["chevron", "down", "left", "move", "aside", "bottom", "icon", "stroke", "outline"], - "version": "1.24", - "unicode": "ed09" - }, - "chevron-down-right": { - "name": "chevron-down-right", - "category": "Arrows", - "tags": ["chevron", "down", "right", "move", "aside", "bottom", "icon", "stroke", "outline"], - "version": "1.24", - "unicode": "ed0a" - }, - "chevron-down": { - "name": "chevron-down", - "category": "Arrows", - "tags": ["chevron", "down", "move", "next", "swipe", "bottom", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea5f" - }, - "chevron-left-pipe": { - "name": "chevron-left-pipe", - "category": "Arrows", - "tags": ["chevron", "left", "pipe", "icon", "stroke", "outline"], - "version": "2.23", - "unicode": "fae4" - }, - "chevron-left": { - "name": "chevron-left", - "category": "Arrows", - "tags": ["chevron", "left", "move", "previous", "back", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea60" - }, - "chevron-right-pipe": { - "name": "chevron-right-pipe", - "category": "Arrows", - "tags": ["chevron", "right", "pipe", "icon", "stroke", "outline"], - "version": "2.23", - "unicode": "fae5" - }, - "chevron-right": { - "name": "chevron-right", - "category": "Arrows", - "tags": ["chevron", "right", "move", "checklist", "next", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea61" - }, - "chevron-up-left": { - "name": "chevron-up-left", - "category": "Arrows", - "tags": ["chevron", "up", "left", "move", "aside", "top", "icon", "stroke", "outline"], - "version": "1.24", - "unicode": "ed0b" - }, - "chevron-up-right": { - "name": "chevron-up-right", - "category": "Arrows", - "tags": ["chevron", "up", "right", "move", "aside", "top", "icon", "stroke", "outline"], - "version": "1.24", - "unicode": "ed0c" - }, - "chevron-up": { - "name": "chevron-up", - "category": "Arrows", - "tags": ["chevron", "up", "move", "top", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea62" - }, - "chevrons-down-left": { - "name": "chevrons-down-left", - "category": "Arrows", - "tags": ["chevrons", "down", "left", "move", "aside", "bottom", "icon", "stroke", "outline"], - "version": "1.24", - "unicode": "ed0d" - }, - "chevrons-down-right": { - "name": "chevrons-down-right", - "category": "Arrows", - "tags": ["chevrons", "down", "right", "move", "aside", "bottom", "icon", "stroke", "outline"], - "version": "1.24", - "unicode": "ed0e" - }, - "chevrons-down": { - "name": "chevrons-down", - "category": "Arrows", - "tags": ["chevrons", "down", "move", "bottom", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea63" - }, - "chevrons-left": { - "name": "chevrons-left", - "category": "Arrows", - "tags": ["chevrons", "left", "move", "back", "roll", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea64" - }, - "chevrons-right": { - "name": "chevrons-right", - "category": "Arrows", - "tags": ["chevrons", "right", "move", "next", "checklist", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea65" - }, - "chevrons-up-left": { - "name": "chevrons-up-left", - "category": "Arrows", - "tags": ["chevrons", "up", "left", "move", "aside", "top", "icon", "stroke", "outline"], - "version": "1.24", - "unicode": "ed0f" - }, - "chevrons-up-right": { - "name": "chevrons-up-right", - "category": "Arrows", - "tags": ["chevrons", "up", "right", "move", "aside", "top", "icon", "stroke", "outline"], - "version": "1.24", - "unicode": "ed10" - }, - "chevrons-up": { - "name": "chevrons-up", - "category": "Arrows", - "tags": ["chevrons", "up", "move", "top", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea66" - }, - "chisel": { - "name": "chisel", - "category": "", - "tags": ["chisel", "tool", "equipment", "work", "wood", "icon", "stroke", "outline"], - "version": "1.91", - "unicode": "f383" - }, - "christmas-ball": { - "name": "christmas-ball", - "category": "", - "tags": ["christmas", "ball", "holiday-ball", "festive", "ornament", "decoration", "christmas", "bauble", "celebration", "seasonal", "holiday", "decorative", "icon", "stroke", "outline"], - "version": "2.41", - "unicode": "fd31" - }, - "christmas-tree-off": { - "name": "christmas-tree-off", - "category": "Nature", - "tags": ["christmas", "tree", "off", "holidays", "pine", "decorate", "decoration", "gift", "present", "carol", "evergreen", "spruce", "fir", "winter", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3d5" - }, - "christmas-tree": { - "name": "christmas-tree", - "category": "Nature", - "tags": ["christmas", "tree", "holidays", "pine", "decorate", "decoration", "gift", "present", "carol", "evergreen", "spruce", "fir", "winter", "icon", "stroke", "outline"], - "version": "1.33", - "unicode": "ed78" - }, - "circle-0-filled": { - "name": "circle-0-filled", - "category": "Filled", - "tags": ["circle", "0", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f72f" - }, - "circle-1-filled": { - "name": "circle-1-filled", - "category": "Filled", - "tags": ["circle", "1", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f730" - }, - "circle-2-filled": { - "name": "circle-2-filled", - "category": "Filled", - "tags": ["circle", "2", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f731" - }, - "circle-3-filled": { - "name": "circle-3-filled", - "category": "Filled", - "tags": ["circle", "3", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f732" - }, - "circle-4-filled": { - "name": "circle-4-filled", - "category": "Filled", - "tags": ["circle", "4", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f733" - }, - "circle-5-filled": { - "name": "circle-5-filled", - "category": "Filled", - "tags": ["circle", "5", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f734" - }, - "circle-6-filled": { - "name": "circle-6-filled", - "category": "Filled", - "tags": ["circle", "6", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f735" - }, - "circle-7-filled": { - "name": "circle-7-filled", - "category": "Filled", - "tags": ["circle", "7", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f736" - }, - "circle-8-filled": { - "name": "circle-8-filled", - "category": "Filled", - "tags": ["circle", "8", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f737" - }, - "circle-9-filled": { - "name": "circle-9-filled", - "category": "Filled", - "tags": ["circle", "9", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f738" - }, - "circle-arrow-down-filled": { - "name": "circle-arrow-down-filled", - "category": "Filled", - "tags": ["circle", "arrow", "down", "filled", "shape", "direction", "bottom", "south", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6f4" - }, - "circle-arrow-down-left-filled": { - "name": "circle-arrow-down-left-filled", - "category": "Filled", - "tags": ["circle", "arrow", "down", "left", "filled", "shape", "direction", "west", "bottom", "south", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6f5" - }, - "circle-arrow-down-left": { - "name": "circle-arrow-down-left", - "category": "Arrows", - "tags": ["circle", "arrow", "down", "left", "shape", "direction", "west", "bottom", "south", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6f6" - }, - "circle-arrow-down-right-filled": { - "name": "circle-arrow-down-right-filled", - "category": "Filled", - "tags": ["circle", "arrow", "down", "right", "filled", "shape", "direction", "bottom", "south", "east", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6f7" - }, - "circle-arrow-down-right": { - "name": "circle-arrow-down-right", - "category": "Arrows", - "tags": ["circle", "arrow", "down", "right", "shape", "direction", "bottom", "south", "east", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6f8" - }, - "circle-arrow-down": { - "name": "circle-arrow-down", - "category": "Arrows", - "tags": ["circle", "arrow", "down", "shape", "direction", "bottom", "south", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6f9" - }, - "circle-arrow-left-filled": { - "name": "circle-arrow-left-filled", - "category": "Filled", - "tags": ["circle", "arrow", "left", "filled", "shape", "direction", "west", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6fa" - }, - "circle-arrow-left": { - "name": "circle-arrow-left", - "category": "Arrows", - "tags": ["circle", "arrow", "left", "shape", "direction", "west", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6fb" - }, - "circle-arrow-right-filled": { - "name": "circle-arrow-right-filled", - "category": "Filled", - "tags": ["circle", "arrow", "right", "filled", "shape", "direction", "east", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6fc" - }, - "circle-arrow-right": { - "name": "circle-arrow-right", - "category": "Arrows", - "tags": ["circle", "arrow", "right", "shape", "direction", "east", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6fd" - }, - "circle-arrow-up-filled": { - "name": "circle-arrow-up-filled", - "category": "Filled", - "tags": ["circle", "arrow", "up", "filled", "shape", "direction", "north", "top", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6fe" - }, - "circle-arrow-up-left-filled": { - "name": "circle-arrow-up-left-filled", - "category": "Filled", - "tags": ["circle", "arrow", "up", "left", "filled", "shape", "direction", "north", "top", "west", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f6ff" - }, - "circle-arrow-up-left": { - "name": "circle-arrow-up-left", - "category": "Arrows", - "tags": ["circle", "arrow", "up", "left", "shape", "direction", "north", "top", "west", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f700" - }, - "circle-arrow-up-right-filled": { - "name": "circle-arrow-up-right-filled", - "category": "Filled", - "tags": ["circle", "arrow", "up", "right", "filled", "shape", "direction", "north", "top", "east", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f701" - }, - "circle-arrow-up-right": { - "name": "circle-arrow-up-right", - "category": "Arrows", - "tags": ["circle", "arrow", "up", "right", "shape", "direction", "north", "top", "east", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f702" - }, - "circle-arrow-up": { - "name": "circle-arrow-up", - "category": "Arrows", - "tags": ["circle", "arrow", "up", "shape", "direction", "north", "top", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f703" - }, - "circle-caret-down": { - "name": "circle-caret-down", - "category": "Arrows", - "tags": ["circle", "caret", "down", "direction", "shape", "south", "bottom", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4a9" - }, - "circle-caret-left": { - "name": "circle-caret-left", - "category": "Arrows", - "tags": ["circle", "caret", "left", "direction", "shape", "west", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4aa" - }, - "circle-caret-right": { - "name": "circle-caret-right", - "category": "Arrows", - "tags": ["circle", "caret", "right", "direction", "shape", "east", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4ab" - }, - "circle-caret-up": { - "name": "circle-caret-up", - "category": "Arrows", - "tags": ["circle", "caret", "up", "direction", "shape", "north", "top", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4ac" - }, - "circle-check-filled": { - "name": "circle-check-filled", - "category": "Filled", - "tags": ["circle", "check", "filled", "accept", "true", "tick", "done", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f704" - }, - "circle-check": { - "name": "circle-check", - "category": "Shapes", - "tags": ["circle", "check", "accept", "true", "tick", "done", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea67" - }, - "circle-chevron-down": { - "name": "circle-chevron-down", - "category": "Arrows", - "tags": ["circle", "chevron", "down", "shape", "south", "bottom", "direction", "icon", "stroke", "outline"], - "version": "1.116", - "unicode": "f622" - }, - "circle-chevron-left": { - "name": "circle-chevron-left", - "category": "Arrows", - "tags": ["circle", "chevron", "left", "shape", "direction", "west", "icon", "stroke", "outline"], - "version": "1.116", - "unicode": "f623" - }, - "circle-chevron-right": { - "name": "circle-chevron-right", - "category": "Arrows", - "tags": ["circle", "chevron", "right", "shape", "direction", "east", "icon", "stroke", "outline"], - "version": "1.116", - "unicode": "f624" - }, - "circle-chevron-up": { - "name": "circle-chevron-up", - "category": "Arrows", - "tags": ["circle", "chevron", "up", "shape", "direction", "north", "top", "icon", "stroke", "outline"], - "version": "1.116", - "unicode": "f625" - }, - "circle-chevrons-down": { - "name": "circle-chevrons-down", - "category": "Arrows", - "tags": ["circle", "chevrons", "down", "shape", "south", "bottom", "direction", "icon", "stroke", "outline"], - "version": "1.118", - "unicode": "f642" - }, - "circle-chevrons-left": { - "name": "circle-chevrons-left", - "category": "Arrows", - "tags": ["circle", "chevrons", "left", "shape", "direction", "west", "icon", "stroke", "outline"], - "version": "1.118", - "unicode": "f643" - }, - "circle-chevrons-right": { - "name": "circle-chevrons-right", - "category": "Arrows", - "tags": ["circle", "chevrons", "right", "shape", "direction", "east", "icon", "stroke", "outline"], - "version": "1.118", - "unicode": "f644" - }, - "circle-chevrons-up": { - "name": "circle-chevrons-up", - "category": "Arrows", - "tags": ["circle", "chevrons", "up", "shape", "direction", "north", "top", "icon", "stroke", "outline"], - "version": "1.118", - "unicode": "f645" - }, - "circle-dashed-number-0": { - "name": "circle-dashed-number-0", - "category": "Numbers", - "tags": ["circle", "dashed", "number", "0", "icon", "stroke", "outline"], - "version": "2.33", - "unicode": "fc6b" - }, - "circle-dashed-number-1": { - "name": "circle-dashed-number-1", - "category": "Numbers", - "tags": ["circle", "dashed", "number", "1", "icon", "stroke", "outline"], - "version": "2.33", - "unicode": "fc6c" - }, - "circle-dashed-number-2": { - "name": "circle-dashed-number-2", - "category": "Numbers", - "tags": ["circle", "dashed", "number", "2", "icon", "stroke", "outline"], - "version": "2.33", - "unicode": "fc6d" - }, - "circle-dashed-number-3": { - "name": "circle-dashed-number-3", - "category": "Numbers", - "tags": ["circle", "dashed", "number", "3", "icon", "stroke", "outline"], - "version": "2.33", - "unicode": "fc6e" - }, - "circle-dashed-number-4": { - "name": "circle-dashed-number-4", - "category": "Numbers", - "tags": ["circle", "dashed", "number", "4", "icon", "stroke", "outline"], - "version": "2.33", - "unicode": "fc6f" - }, - "circle-dashed-number-5": { - "name": "circle-dashed-number-5", - "category": "Numbers", - "tags": ["circle", "dashed", "number", "5", "icon", "stroke", "outline"], - "version": "2.33", - "unicode": "fc70" - }, - "circle-dashed-number-6": { - "name": "circle-dashed-number-6", - "category": "Numbers", - "tags": ["circle", "dashed", "number", "6", "icon", "stroke", "outline"], - "version": "2.33", - "unicode": "fc71" - }, - "circle-dashed-number-7": { - "name": "circle-dashed-number-7", - "category": "Numbers", - "tags": ["circle", "dashed", "number", "7", "icon", "stroke", "outline"], - "version": "2.33", - "unicode": "fc72" - }, - "circle-dashed-number-8": { - "name": "circle-dashed-number-8", - "category": "Numbers", - "tags": ["circle", "dashed", "number", "8", "icon", "stroke", "outline"], - "version": "2.33", - "unicode": "fc73" - }, - "circle-dashed-number-9": { - "name": "circle-dashed-number-9", - "category": "Numbers", - "tags": ["circle", "dashed", "number", "9", "icon", "stroke", "outline"], - "version": "2.33", - "unicode": "fc74" - }, - "circle-dashed-percentage": { - "name": "circle-dashed-percentage", - "category": "", - "tags": ["circle", "dashed", "percentage", "icon", "stroke", "outline"], - "version": "2.45", - "unicode": "fd7a" - }, - "circle-dashed-x": { - "name": "circle-dashed-x", - "category": "Numbers", - "tags": ["circle", "dashed", "x", "icon", "stroke", "outline"], - "version": "2.33", - "unicode": "fc75" - }, - "circle-dashed": { - "name": "circle-dashed", - "category": "Shapes", - "tags": ["circle", "dashed", "shape", "line", "check", "icon", "stroke", "outline"], - "version": "1.26", - "unicode": "ed27" - }, - "circle-dot-filled": { - "name": "circle-dot-filled", - "category": "Filled", - "tags": ["circle", "dot", "filled", "crosshair", "shape", "geometry", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f705" - }, - "circle-dot": { - "name": "circle-dot", - "category": "Shapes", - "tags": ["circle", "dot", "crosshair", "shape", "geometry", "icon", "stroke", "outline"], - "version": "1.49", - "unicode": "efb1" - }, - "circle-dotted": { - "name": "circle-dotted", - "category": "Shapes", - "tags": ["circle", "dotted", "shape", "point", "check", "icon", "stroke", "outline"], - "version": "1.26", - "unicode": "ed28" - }, - "circle-filled": { - "name": "circle-filled", - "category": "Filled", - "tags": ["circle", "filled", "false", "zero", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f671" - }, - "circle-half-2": { - "name": "circle-half-2", - "category": "Shapes", - "tags": ["circle", "half", "2", "shape", "split", "slash", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "eff3" - }, - "circle-half-vertical": { - "name": "circle-half-vertical", - "category": "Shapes", - "tags": ["circle", "half", "vertical", "shape", "split", "slash", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee3e" - }, - "circle-half": { - "name": "circle-half", - "category": "Shapes", - "tags": ["circle", "half", "shape", "split", "slash", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee3f" - }, - "circle-key-filled": { - "name": "circle-key-filled", - "category": "Filled", - "tags": ["circle", "key", "filled", "shape", "lock", "door", "acsses", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f706" - }, - "circle-key": { - "name": "circle-key", - "category": "", - "tags": ["circle", "key", "shape", "lock", "door", "acsses", "icon", "stroke", "outline"], - "version": "1.117", - "unicode": "f633" - }, - "circle-letter-a": { - "name": "circle-letter-a", - "category": "Letters", - "tags": ["circle", "letter", "a", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f441" - }, - "circle-letter-b": { - "name": "circle-letter-b", - "category": "Letters", - "tags": ["circle", "letter", "b", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f442" - }, - "circle-letter-c": { - "name": "circle-letter-c", - "category": "Letters", - "tags": ["circle", "letter", "c", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f443" - }, - "circle-letter-d": { - "name": "circle-letter-d", - "category": "Letters", - "tags": ["circle", "letter", "d", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f444" - }, - "circle-letter-e": { - "name": "circle-letter-e", - "category": "Letters", - "tags": ["circle", "letter", "e", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f445" - }, - "circle-letter-f": { - "name": "circle-letter-f", - "category": "Letters", - "tags": ["circle", "letter", "f", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f446" - }, - "circle-letter-g": { - "name": "circle-letter-g", - "category": "Letters", - "tags": ["circle", "letter", "g", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f447" - }, - "circle-letter-h": { - "name": "circle-letter-h", - "category": "Letters", - "tags": ["circle", "letter", "h", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f448" - }, - "circle-letter-i": { - "name": "circle-letter-i", - "category": "Letters", - "tags": ["circle", "letter", "i", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f449" - }, - "circle-letter-j": { - "name": "circle-letter-j", - "category": "Letters", - "tags": ["circle", "letter", "j", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f44a" - }, - "circle-letter-k": { - "name": "circle-letter-k", - "category": "Letters", - "tags": ["circle", "letter", "k", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f44b" - }, - "circle-letter-l": { - "name": "circle-letter-l", - "category": "Letters", - "tags": ["circle", "letter", "l", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f44c" - }, - "circle-letter-m": { - "name": "circle-letter-m", - "category": "Letters", - "tags": ["circle", "letter", "m", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f44d" - }, - "circle-letter-n": { - "name": "circle-letter-n", - "category": "Letters", - "tags": ["circle", "letter", "n", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f44e" - }, - "circle-letter-o": { - "name": "circle-letter-o", - "category": "Letters", - "tags": ["circle", "letter", "o", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f44f" - }, - "circle-letter-p": { - "name": "circle-letter-p", - "category": "Letters", - "tags": ["circle", "letter", "p", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f450" - }, - "circle-letter-q": { - "name": "circle-letter-q", - "category": "Letters", - "tags": ["circle", "letter", "q", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f451" - }, - "circle-letter-r": { - "name": "circle-letter-r", - "category": "Letters", - "tags": ["circle", "letter", "r", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f452" - }, - "circle-letter-s": { - "name": "circle-letter-s", - "category": "Letters", - "tags": ["circle", "letter", "s", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f453" - }, - "circle-letter-t": { - "name": "circle-letter-t", - "category": "Letters", - "tags": ["circle", "letter", "t", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f454" - }, - "circle-letter-u": { - "name": "circle-letter-u", - "category": "Letters", - "tags": ["circle", "letter", "u", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f455" - }, - "circle-letter-v": { - "name": "circle-letter-v", - "category": "Letters", - "tags": ["circle", "letter", "v", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4ad" - }, - "circle-letter-w": { - "name": "circle-letter-w", - "category": "Letters", - "tags": ["circle", "letter", "w", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f456" - }, - "circle-letter-x": { - "name": "circle-letter-x", - "category": "Letters", - "tags": ["circle", "letter", "x", "cancel", "no", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "f4ae" - }, - "circle-letter-y": { - "name": "circle-letter-y", - "category": "Letters", - "tags": ["circle", "letter", "y", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f457" - }, - "circle-letter-z": { - "name": "circle-letter-z", - "category": "Letters", - "tags": ["circle", "letter", "z", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f458" - }, - "circle-minus-2": { - "name": "circle-minus-2", - "category": "Shapes", - "tags": ["circle", "minus", "2", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc8c" - }, - "circle-minus": { - "name": "circle-minus", - "category": "Shapes", - "tags": ["circle", "minus", "remove", "delete", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea68" - }, - "circle-number-0": { - "name": "circle-number-0", - "category": "Numbers", - "tags": ["circle", "number", "0", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee34" - }, - "circle-number-1": { - "name": "circle-number-1", - "category": "Numbers", - "tags": ["circle", "number", "1", "one", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee35" - }, - "circle-number-2": { - "name": "circle-number-2", - "category": "Numbers", - "tags": ["circle", "number", "2", "two", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee36" - }, - "circle-number-3": { - "name": "circle-number-3", - "category": "Numbers", - "tags": ["circle", "number", "3", "three", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee37" - }, - "circle-number-4": { - "name": "circle-number-4", - "category": "Numbers", - "tags": ["circle", "number", "4", "four", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee38" - }, - "circle-number-5": { - "name": "circle-number-5", - "category": "Numbers", - "tags": ["circle", "number", "5", "five", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee39" - }, - "circle-number-6": { - "name": "circle-number-6", - "category": "Numbers", - "tags": ["circle", "number", "6", "six", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee3a" - }, - "circle-number-7": { - "name": "circle-number-7", - "category": "Numbers", - "tags": ["circle", "number", "7", "seven", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee3b" - }, - "circle-number-8": { - "name": "circle-number-8", - "category": "Numbers", - "tags": ["circle", "number", "8", "eight", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee3c" - }, - "circle-number-9": { - "name": "circle-number-9", - "category": "Numbers", - "tags": ["circle", "number", "9", "nine", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee3d" - }, - "circle-off": { - "name": "circle-off", - "category": "Shapes", - "tags": ["circle", "off", "false", "zero", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee40" - }, - "circle-percentage": { - "name": "circle-percentage", - "category": "", - "tags": ["circle", "percentage", "icon", "stroke", "outline"], - "version": "2.45", - "unicode": "fd7b" - }, - "circle-plus-2": { - "name": "circle-plus-2", - "category": "Shapes", - "tags": ["circle", "plus", "2", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc8d" - }, - "circle-plus": { - "name": "circle-plus", - "category": "Shapes", - "tags": ["circle", "plus", "add", "create", "new", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea69" - }, - "circle-rectangle-off": { - "name": "circle-rectangle-off", - "category": "Shapes", - "tags": ["circle", "rectangle", "off", "shape", "geometric", "geometry", "figure", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0cd" - }, - "circle-rectangle": { - "name": "circle-rectangle", - "category": "Shapes", - "tags": ["circle", "rectangle", "shape", "geometric", "geometry", "figure", "icon", "stroke", "outline"], - "version": "1.54", - "unicode": "f010" - }, - "circle-square": { - "name": "circle-square", - "category": "Shapes", - "tags": ["circle", "square", "shape", "spot", "math", "icon", "stroke", "outline"], - "version": "1.21", - "unicode": "ece4" - }, - "circle-triangle": { - "name": "circle-triangle", - "category": "", - "tags": ["circle", "triangle", "arrow", "down", "shape", "geometry", "icon", "stroke", "outline"], - "version": "1.54", - "unicode": "f011" - }, - "circle-x-filled": { - "name": "circle-x-filled", - "category": "Filled", - "tags": ["circle", "x", "filled", "cancel", "no", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f739" - }, - "circle-x": { - "name": "circle-x", - "category": "Shapes", - "tags": ["circle", "x", "cancel", "no", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea6a" - }, - "circle": { - "name": "circle", - "category": "Shapes", - "tags": ["circle", "false", "zero", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea6b" - }, - "circles-filled": { - "name": "circles-filled", - "category": "Filled", - "tags": ["circles", "filled", "shape", "marbles", "balls", "juggle", "spots", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f672" - }, - "circles-relation": { - "name": "circles-relation", - "category": "", - "tags": ["circles", "relation", "connection", "link", "shape", "hyperlink", "icon", "stroke", "outline"], - "version": "1.98", - "unicode": "f4c3" - }, - "circles": { - "name": "circles", - "category": "Shapes", - "tags": ["circles", "shape", "marbles", "balls", "juggle", "spots", "icon", "stroke", "outline"], - "version": "1.21", - "unicode": "ece5" - }, - "circuit-ammeter": { - "name": "circuit-ammeter", - "category": "Electrical", - "tags": ["circuit", "ammeter", "diagram", "electric", "electricity", "icon", "stroke", "outline"], - "version": "1.77", - "unicode": "f271" - }, - "circuit-battery": { - "name": "circuit-battery", - "category": "Electrical", - "tags": ["circuit", "battery", "diagram", "electric", "electricity", "power", "icon", "stroke", "outline"], - "version": "1.77", - "unicode": "f272" - }, - "circuit-bulb": { - "name": "circuit-bulb", - "category": "Electrical", - "tags": ["circuit", "bulb", "lamp", "light", "electric", "electrical", "icon", "stroke", "outline"], - "version": "1.77", - "unicode": "f273" - }, - "circuit-capacitor-polarized": { - "name": "circuit-capacitor-polarized", - "category": "Electrical", - "tags": ["circuit", "capacitor", "polarized", "diagram", "electric", "electrity", "icon", "stroke", "outline"], - "version": "1.77", - "unicode": "f274" - }, - "circuit-capacitor": { - "name": "circuit-capacitor", - "category": "Electrical", - "tags": ["circuit", "capacitor", "diagram", "electric", "electrity", "icon", "stroke", "outline"], - "version": "1.77", - "unicode": "f275" - }, - "circuit-cell-plus": { - "name": "circuit-cell-plus", - "category": "Electrical", - "tags": ["circuit", "cell", "plus", "electirc", "diagram", "electrity", "battery", "power", "icon", "stroke", "outline"], - "version": "1.77", - "unicode": "f276" - }, - "circuit-cell": { - "name": "circuit-cell", - "category": "Electrical", - "tags": ["circuit", "cell", "electirc", "diagram", "electrity", "battery", "power", "icon", "stroke", "outline"], - "version": "1.77", - "unicode": "f277" - }, - "circuit-changeover": { - "name": "circuit-changeover", - "category": "Electrical", - "tags": ["circuit", "changeover", "electirc", "diagram", "electrity", "change", "icon", "stroke", "outline"], - "version": "1.77", - "unicode": "f278" - }, - "circuit-diode-zener": { - "name": "circuit-diode-zener", - "category": "Electrical", - "tags": ["circuit", "diode", "zener", "electirc", "electrity", "diagram", "digital", "icon", "stroke", "outline"], - "version": "1.77", - "unicode": "f279" - }, - "circuit-diode": { - "name": "circuit-diode", - "category": "Electrical", - "tags": ["circuit", "diode", "diagram", "electic", "electronic", "led", "icon", "stroke", "outline"], - "version": "1.77", - "unicode": "f27a" - }, - "circuit-ground-digital": { - "name": "circuit-ground-digital", - "category": "Electrical", - "tags": ["circuit", "ground", "digital", "electirc", "electrity", "diagram", "icon", "stroke", "outline"], - "version": "1.77", - "unicode": "f27b" - }, - "circuit-ground": { - "name": "circuit-ground", - "category": "Electrical", - "tags": ["circuit", "ground", "electirc", "electrity", "diagram", "icon", "stroke", "outline"], - "version": "1.74", - "unicode": "f27c" - }, - "circuit-inductor": { - "name": "circuit-inductor", - "category": "Electrical", - "tags": ["circuit", "inductor", "electirc", "electrity", "diagram", "coil", "icon", "stroke", "outline"], - "version": "1.77", - "unicode": "f27d" - }, - "circuit-motor": { - "name": "circuit-motor", - "category": "Electrical", - "tags": ["circuit", "motor", "circuity", "diagram", "electric", "electricy", "icon", "stroke", "outline"], - "version": "1.77", - "unicode": "f27e" - }, - "circuit-pushbutton": { - "name": "circuit-pushbutton", - "category": "Electrical", - "tags": ["circuit", "pushbutton", "diagram", "electric", "electricy", "open", "icon", "stroke", "outline"], - "version": "1.77", - "unicode": "f27f" - }, - "circuit-resistor": { - "name": "circuit-resistor", - "category": "Electrical", - "tags": ["circuit", "resistor", "diagram", "electric", "electricy", "nema", "icon", "stroke", "outline"], - "version": "1.77", - "unicode": "f280" - }, - "circuit-switch-closed": { - "name": "circuit-switch-closed", - "category": "Electrical", - "tags": ["circuit", "switch", "closed", "diagram", "electric", "electricy", "locked", "icon", "stroke", "outline"], - "version": "1.77", - "unicode": "f281" - }, - "circuit-switch-open": { - "name": "circuit-switch-open", - "category": "Electrical", - "tags": ["circuit", "switch", "open", "diagram", "electric", "electricy", "opened", "icon", "stroke", "outline"], - "version": "1.77", - "unicode": "f282" - }, - "circuit-voltmeter": { - "name": "circuit-voltmeter", - "category": "Electrical", - "tags": ["circuit", "voltmeter", "diagram", "electric", "electricy", "component", "icon", "stroke", "outline"], - "version": "1.77", - "unicode": "f283" - }, - "clear-all": { - "name": "clear-all", - "category": "", - "tags": ["clear", "all", "app", "clear", "all", "emails", "phone", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee41" - }, - "clear-formatting": { - "name": "clear-formatting", - "category": "Text", - "tags": ["clear", "formatting", "text", "return", "default", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebe5" - }, - "click": { - "name": "click", - "category": "", - "tags": ["click", "select", "cursor", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "ebbc" - }, - "clipboard-check": { - "name": "clipboard-check", - "category": "Document", - "tags": ["clipboard", "check", "copy", "yes", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea6c" - }, - "clipboard-copy": { - "name": "clipboard-copy", - "category": "Document", - "tags": ["clipboard", "copy", "duplicate", "paste", "document", "task", "icon", "stroke", "outline"], - "version": "1.79", - "unicode": "f299" - }, - "clipboard-data": { - "name": "clipboard-data", - "category": "Document", - "tags": ["clipboard", "data", "document", "report", "file", "list", "analytics", "icon", "stroke", "outline"], - "version": "1.106", - "unicode": "f563" - }, - "clipboard-heart": { - "name": "clipboard-heart", - "category": "Document", - "tags": ["clipboard", "heart", "medical", "health", "healthcare", "medicine", "hospital", "icon", "stroke", "outline"], - "version": "1.88", - "unicode": "f34e" - }, - "clipboard-list": { - "name": "clipboard-list", - "category": "Document", - "tags": ["clipboard", "list", "copy", "items", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea6d" - }, - "clipboard-off": { - "name": "clipboard-off", - "category": "Document", - "tags": ["clipboard", "off", "copy", "clipboard", "paste", "document", "file", "paper", "note", "text", "page", "sheet", "blank", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0ce" - }, - "clipboard-plus": { - "name": "clipboard-plus", - "category": "Document", - "tags": ["clipboard", "plus", "document", "file", "add", "new", "icon", "stroke", "outline"], - "version": "1.49", - "unicode": "efb2" - }, - "clipboard-smile": { - "name": "clipboard-smile", - "category": "", - "tags": ["clipboard", "smile", "icon", "stroke", "outline"], - "version": "2.47", - "unicode": "fd9a" - }, - "clipboard-text": { - "name": "clipboard-text", - "category": "Document", - "tags": ["clipboard", "text", "document", "file", "report", "page", "note", "icon", "stroke", "outline"], - "version": "1.60", - "unicode": "f089" - }, - "clipboard-typography": { - "name": "clipboard-typography", - "category": "Document", - "tags": ["clipboard", "typography", "document", "list", "raport", "paper", "icon", "stroke", "outline"], - "version": "1.88", - "unicode": "f34f" - }, - "clipboard-x": { - "name": "clipboard-x", - "category": "Document", - "tags": ["clipboard", "x", "copy", "no", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea6e" - }, - "clipboard": { - "name": "clipboard", - "category": "Document", - "tags": ["clipboard", "copy", "clipboard", "paste", "document", "file", "paper", "note", "text", "page", "sheet", "blank", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea6f" - }, - "clock-12": { - "name": "clock-12", - "category": "System", - "tags": ["clock", "12", "time", "hour", "watch", "timepiece", "twelve-hour", "am/pm", "noon", "midday", "daytime", "clock-face", "icon", "stroke", "outline"], - "version": "2.32", - "unicode": "fc56" - }, - "clock-2": { - "name": "clock-2", - "category": "System", - "tags": ["clock", "2", "time", "watch", "timer", "alarm", "date", "hour", "schedule", "icon", "stroke", "outline"], - "version": "1.61", - "unicode": "f099" - }, - "clock-24": { - "name": "clock-24", - "category": "System", - "tags": ["clock", "24", "time", "hour", "watch", "timepiece", "twenty-four-hour", "24-hour", "military", "clock-face", "round-clock", "day-night", "icon", "stroke", "outline"], - "version": "2.32", - "unicode": "fc57" - }, - "clock-bolt": { - "name": "clock-bolt", - "category": "System", - "tags": ["clock", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f844" - }, - "clock-cancel": { - "name": "clock-cancel", - "category": "System", - "tags": ["clock", "cancel", "time", "delete", "remove", "close", "alarm", "icon", "stroke", "outline"], - "version": "1.105", - "unicode": "f546" - }, - "clock-check": { - "name": "clock-check", - "category": "System", - "tags": ["clock", "check", "icon", "stroke", "outline"], - "version": "2.8", - "unicode": "f7c1" - }, - "clock-code": { - "name": "clock-code", - "category": "System", - "tags": ["clock", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f845" - }, - "clock-cog": { - "name": "clock-cog", - "category": "System", - "tags": ["clock", "cog", "icon", "stroke", "outline"], - "version": "2.8", - "unicode": "f7c2" - }, - "clock-dollar": { - "name": "clock-dollar", - "category": "System", - "tags": ["clock", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f846" - }, - "clock-down": { - "name": "clock-down", - "category": "System", - "tags": ["clock", "down", "icon", "stroke", "outline"], - "version": "2.8", - "unicode": "f7c3" - }, - "clock-edit": { - "name": "clock-edit", - "category": "System", - "tags": ["clock", "edit", "time", "edit", "create", "alarm", "icon", "stroke", "outline"], - "version": "1.105", - "unicode": "f547" - }, - "clock-exclamation": { - "name": "clock-exclamation", - "category": "System", - "tags": ["clock", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f847" - }, - "clock-filled": { - "name": "clock-filled", - "category": "Filled", - "tags": ["clock", "filled", "time", "watch", "alarm", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f73a" - }, - "clock-heart": { - "name": "clock-heart", - "category": "System", - "tags": ["clock", "heart", "icon", "stroke", "outline"], - "version": "2.8", - "unicode": "f7c4" - }, - "clock-hour-1": { - "name": "clock-hour-1", - "category": "System", - "tags": ["clock", "hour", "1", "time", "watch", "timer", "alarm", "minutes", "seconds", "icon", "stroke", "outline"], - "version": "1.85", - "unicode": "f313" - }, - "clock-hour-10": { - "name": "clock-hour-10", - "category": "System", - "tags": ["clock", "hour", "10", "time", "watch", "timer", "alarm", "minutes", "seconds", "icon", "stroke", "outline"], - "version": "1.85", - "unicode": "f314" - }, - "clock-hour-11": { - "name": "clock-hour-11", - "category": "System", - "tags": ["clock", "hour", "11", "time", "watch", "timer", "alarm", "minutes", "seconds", "icon", "stroke", "outline"], - "version": "1.85", - "unicode": "f315" - }, - "clock-hour-12": { - "name": "clock-hour-12", - "category": "System", - "tags": ["clock", "hour", "12", "time", "watch", "timer", "alarm", "minutes", "seconds", "icon", "stroke", "outline"], - "version": "1.85", - "unicode": "f316" - }, - "clock-hour-2": { - "name": "clock-hour-2", - "category": "System", - "tags": ["clock", "hour", "2", "time", "watch", "timer", "alarm", "minutes", "seconds", "icon", "stroke", "outline"], - "version": "1.85", - "unicode": "f317" - }, - "clock-hour-3": { - "name": "clock-hour-3", - "category": "System", - "tags": ["clock", "hour", "3", "time", "watch", "timer", "alarm", "minutes", "seconds", "icon", "stroke", "outline"], - "version": "1.85", - "unicode": "f318" - }, - "clock-hour-4": { - "name": "clock-hour-4", - "category": "System", - "tags": ["clock", "hour", "4", "time", "watch", "timer", "alarm", "minutes", "seconds", "icon", "stroke", "outline"], - "version": "1.85", - "unicode": "f319" - }, - "clock-hour-5": { - "name": "clock-hour-5", - "category": "System", - "tags": ["clock", "hour", "5", "time", "watch", "timer", "alarm", "minutes", "seconds", "icon", "stroke", "outline"], - "version": "1.85", - "unicode": "f31a" - }, - "clock-hour-6": { - "name": "clock-hour-6", - "category": "System", - "tags": ["clock", "hour", "6", "time", "watch", "timer", "alarm", "minutes", "seconds", "icon", "stroke", "outline"], - "version": "1.85", - "unicode": "f31b" - }, - "clock-hour-7": { - "name": "clock-hour-7", - "category": "System", - "tags": ["clock", "hour", "7", "time", "watch", "timer", "alarm", "minutes", "seconds", "icon", "stroke", "outline"], - "version": "1.85", - "unicode": "f31c" - }, - "clock-hour-8": { - "name": "clock-hour-8", - "category": "System", - "tags": ["clock", "hour", "8", "time", "watch", "timer", "alarm", "minutes", "seconds", "icon", "stroke", "outline"], - "version": "1.85", - "unicode": "f31d" - }, - "clock-hour-9": { - "name": "clock-hour-9", - "category": "System", - "tags": ["clock", "hour", "9", "time", "watch", "timer", "alarm", "minutes", "seconds", "icon", "stroke", "outline"], - "version": "1.85", - "unicode": "f31e" - }, - "clock-minus": { - "name": "clock-minus", - "category": "System", - "tags": ["clock", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f848" - }, - "clock-off": { - "name": "clock-off", - "category": "System", - "tags": ["clock", "off", "time", "watch", "alarm", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0cf" - }, - "clock-pause": { - "name": "clock-pause", - "category": "System", - "tags": ["clock", "pause", "time", "stop", "pause", "wait", "rest", "false", "icon", "stroke", "outline"], - "version": "1.105", - "unicode": "f548" - }, - "clock-pin": { - "name": "clock-pin", - "category": "System", - "tags": ["clock", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f849" - }, - "clock-play": { - "name": "clock-play", - "category": "System", - "tags": ["clock", "play", "time", "hour", "work", "alarm", "true", "icon", "stroke", "outline"], - "version": "1.105", - "unicode": "f549" - }, - "clock-plus": { - "name": "clock-plus", - "category": "System", - "tags": ["clock", "plus", "icon", "stroke", "outline"], - "version": "2.8", - "unicode": "f7c5" - }, - "clock-question": { - "name": "clock-question", - "category": "System", - "tags": ["clock", "question", "icon", "stroke", "outline"], - "version": "2.8", - "unicode": "f7c6" - }, - "clock-record": { - "name": "clock-record", - "category": "System", - "tags": ["clock", "record", "time", "watch", "alarm", "recording", "icon", "stroke", "outline"], - "version": "1.105", - "unicode": "f54a" - }, - "clock-search": { - "name": "clock-search", - "category": "System", - "tags": ["clock", "search", "icon", "stroke", "outline"], - "version": "2.8", - "unicode": "f7c7" - }, - "clock-share": { - "name": "clock-share", - "category": "System", - "tags": ["clock", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f84a" - }, - "clock-shield": { - "name": "clock-shield", - "category": "System", - "tags": ["clock", "shield", "icon", "stroke", "outline"], - "version": "2.8", - "unicode": "f7c8" - }, - "clock-star": { - "name": "clock-star", - "category": "System", - "tags": ["clock", "star", "icon", "stroke", "outline"], - "version": "2.8", - "unicode": "f7c9" - }, - "clock-stop": { - "name": "clock-stop", - "category": "System", - "tags": ["clock", "stop", "time", "watch", "alarm", "pause", "false", "icon", "stroke", "outline"], - "version": "1.105", - "unicode": "f54b" - }, - "clock-up": { - "name": "clock-up", - "category": "System", - "tags": ["clock", "up", "icon", "stroke", "outline"], - "version": "2.8", - "unicode": "f7ca" - }, - "clock-x": { - "name": "clock-x", - "category": "System", - "tags": ["clock", "x", "icon", "stroke", "outline"], - "version": "2.8", - "unicode": "f7cb" - }, - "clock": { - "name": "clock", - "category": "System", - "tags": ["clock", "time", "watch", "alarm", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea70" - }, - "clothes-rack-off": { - "name": "clothes-rack-off", - "category": "", - "tags": ["clothes", "rack", "off", "hanger", "furniture", "fashion", "clothing", "stand", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3d6" - }, - "clothes-rack": { - "name": "clothes-rack", - "category": "", - "tags": ["clothes", "rack", "hanger", "furniture", "fashion", "clothing", "stand", "icon", "stroke", "outline"], - "version": "1.78", - "unicode": "f285" - }, - "cloud-bolt": { - "name": "cloud-bolt", - "category": "Weather", - "tags": ["cloud", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f84b" - }, - "cloud-cancel": { - "name": "cloud-cancel", - "category": "Weather", - "tags": ["cloud", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f84c" - }, - "cloud-check": { - "name": "cloud-check", - "category": "Weather", - "tags": ["cloud", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f84d" - }, - "cloud-code": { - "name": "cloud-code", - "category": "Weather", - "tags": ["cloud", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f84e" - }, - "cloud-cog": { - "name": "cloud-cog", - "category": "Weather", - "tags": ["cloud", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f84f" - }, - "cloud-computing": { - "name": "cloud-computing", - "category": "Computers", - "tags": ["cloud", "computing", "server", "network", "data", "storage", "share", "internet", "icon", "stroke", "outline"], - "version": "1.68", - "unicode": "f1d0" - }, - "cloud-data-connection": { - "name": "cloud-data-connection", - "category": "Computers", - "tags": ["cloud", "data", "connection", "media", "network", "storage", "access", "icon", "stroke", "outline"], - "version": "1.68", - "unicode": "f1d1" - }, - "cloud-dollar": { - "name": "cloud-dollar", - "category": "Weather", - "tags": ["cloud", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f850" - }, - "cloud-down": { - "name": "cloud-down", - "category": "Weather", - "tags": ["cloud", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f851" - }, - "cloud-download": { - "name": "cloud-download", - "category": "System", - "tags": ["cloud", "download", "files", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea71" - }, - "cloud-exclamation": { - "name": "cloud-exclamation", - "category": "Weather", - "tags": ["cloud", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f852" - }, - "cloud-filled": { - "name": "cloud-filled", - "category": "Filled", - "tags": ["cloud", "filled", "weather", "online", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f673" - }, - "cloud-fog": { - "name": "cloud-fog", - "category": "Weather", - "tags": ["cloud", "fog", "weather", "online", "icon", "stroke", "outline"], - "version": "1.20", - "unicode": "ecd9" - }, - "cloud-heart": { - "name": "cloud-heart", - "category": "Weather", - "tags": ["cloud", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f853" - }, - "cloud-lock-open": { - "name": "cloud-lock-open", - "category": "System", - "tags": ["cloud", "lock", "open", "unlock", "password", "private", "pass", "icon", "stroke", "outline"], - "version": "1.51", - "unicode": "efda" - }, - "cloud-lock": { - "name": "cloud-lock", - "category": "System", - "tags": ["cloud", "lock", "security", "secure", "locked", "password", "icon", "stroke", "outline"], - "version": "1.51", - "unicode": "efdb" - }, - "cloud-minus": { - "name": "cloud-minus", - "category": "Weather", - "tags": ["cloud", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f854" - }, - "cloud-network": { - "name": "cloud-network", - "category": "", - "tags": ["cloud", "network", "icon", "stroke", "outline"], - "version": "2.34", - "unicode": "fc78" - }, - "cloud-off": { - "name": "cloud-off", - "category": "Weather", - "tags": ["cloud", "off", "weather", "online", "icon", "stroke", "outline"], - "version": "1.28", - "unicode": "ed3e" - }, - "cloud-pause": { - "name": "cloud-pause", - "category": "Weather", - "tags": ["cloud", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f855" - }, - "cloud-pin": { - "name": "cloud-pin", - "category": "Weather", - "tags": ["cloud", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f856" - }, - "cloud-plus": { - "name": "cloud-plus", - "category": "Weather", - "tags": ["cloud", "plus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f857" - }, - "cloud-question": { - "name": "cloud-question", - "category": "Weather", - "tags": ["cloud", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f858" - }, - "cloud-rain": { - "name": "cloud-rain", - "category": "Weather", - "tags": ["cloud", "rain", "weather", "dry", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea72" - }, - "cloud-search": { - "name": "cloud-search", - "category": "Weather", - "tags": ["cloud", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f859" - }, - "cloud-share": { - "name": "cloud-share", - "category": "Weather", - "tags": ["cloud", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f85a" - }, - "cloud-snow": { - "name": "cloud-snow", - "category": "Weather", - "tags": ["cloud", "snow", "weather", "blizzard", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea73" - }, - "cloud-star": { - "name": "cloud-star", - "category": "Weather", - "tags": ["cloud", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f85b" - }, - "cloud-storm": { - "name": "cloud-storm", - "category": "Weather", - "tags": ["cloud", "storm", "weather", "lightning", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea74" - }, - "cloud-up": { - "name": "cloud-up", - "category": "Weather", - "tags": ["cloud", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f85c" - }, - "cloud-upload": { - "name": "cloud-upload", - "category": "System", - "tags": ["cloud", "upload", "files", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea75" - }, - "cloud-x": { - "name": "cloud-x", - "category": "Weather", - "tags": ["cloud", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f85d" - }, - "cloud": { - "name": "cloud", - "category": "Weather", - "tags": ["cloud", "weather", "online", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea76" - }, - "clover-2": { - "name": "clover-2", - "category": "Nature", - "tags": ["clover", "2", "luck", "leaf", "patrick", "irleand", "irish", "icon", "stroke", "outline"], - "version": "1.72", - "unicode": "f21e" - }, - "clover": { - "name": "clover", - "category": "Nature", - "tags": ["clover", "luck", "leaf", "patrick", "irleand", "irish", "icon", "stroke", "outline"], - "version": "1.69", - "unicode": "f1ea" - }, - "clubs-filled": { - "name": "clubs-filled", - "category": "Filled", - "tags": ["clubs", "filled", "card", "game", "casino", "gambling", "poker", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f674" - }, - "clubs": { - "name": "clubs", - "category": "Shapes", - "tags": ["clubs", "card", "game", "casino", "gambling", "poker", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "eff4" - }, - "code-asterix": { - "name": "code-asterix", - "category": "Text", - "tags": ["code", "asterix", "coding", "programming", "html", "icon", "stroke", "outline"], - "version": "1.85", - "unicode": "f312" - }, - "code-circle-2": { - "name": "code-circle-2", - "category": "Text", - "tags": ["code", "circle", "2", "coding", "programming", "development", "shape", "technology", "icon", "stroke", "outline"], - "version": "1.101", - "unicode": "f4fe" - }, - "code-circle": { - "name": "code-circle", - "category": "Text", - "tags": ["code", "circle", "coding", "programming", "development", "shape", "technology", "icon", "stroke", "outline"], - "version": "1.101", - "unicode": "f4ff" - }, - "code-dots": { - "name": "code-dots", - "category": "Text", - "tags": ["code", "dots", "program", "script", "programmer", "icon", "stroke", "outline"], - "version": "1.115", - "unicode": "f61a" - }, - "code-minus": { - "name": "code-minus", - "category": "Text", - "tags": ["code", "minus", "remove", "delete", "insert", "braces", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee42" - }, - "code-off": { - "name": "code-off", - "category": "Text", - "tags": ["code", "off", "brackets", "source", "programming", "command", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0d0" - }, - "code-plus": { - "name": "code-plus", - "category": "Text", - "tags": ["code", "plus", "add", "insert", "braces", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee43" - }, - "code": { - "name": "code", - "category": "Text", - "tags": ["code", "brackets", "source", "programming", "command", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea77" - }, - "coffee-off": { - "name": "coffee-off", - "category": "Food", - "tags": ["coffee", "off", "espresso", "hot", "cup", "latte", "cafe", "drink", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f106" - }, - "coffee": { - "name": "coffee", - "category": "Food", - "tags": ["coffee", "espresso", "hot", "cup", "latte", "cafe", "drink", "icon", "stroke", "outline"], - "version": "1.40", - "unicode": "ef0e" - }, - "coffin": { - "name": "coffin", - "category": "", - "tags": ["coffin", "halloween", "death", "scary", "horror", "cementry", "icon", "stroke", "outline"], - "version": "1.108", - "unicode": "f579" - }, - "coin-bitcoin-filled": { - "name": "coin-bitcoin-filled", - "category": "Filled", - "tags": ["coin", "bitcoin", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd06" - }, - "coin-bitcoin": { - "name": "coin-bitcoin", - "category": "E-commerce", - "tags": ["coin", "bitcoin", "money", "earn", "salary", "change", "icon", "stroke", "outline"], - "version": "1.81", - "unicode": "f2be" - }, - "coin-euro-filled": { - "name": "coin-euro-filled", - "category": "Filled", - "tags": ["coin", "euro", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd07" - }, - "coin-euro": { - "name": "coin-euro", - "category": "E-commerce", - "tags": ["coin", "euro", "money", "earn", "salary", "change", "icon", "stroke", "outline"], - "version": "1.81", - "unicode": "f2bf" - }, - "coin-filled": { - "name": "coin-filled", - "category": "Filled", - "tags": ["coin", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd08" - }, - "coin-monero-filled": { - "name": "coin-monero-filled", - "category": "Filled", - "tags": ["coin", "monero", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd09" - }, - "coin-monero": { - "name": "coin-monero", - "category": "E-commerce", - "tags": ["coin", "monero", "money", "earn", "salary", "change", "icon", "stroke", "outline"], - "version": "1.96", - "unicode": "f4a0" - }, - "coin-off": { - "name": "coin-off", - "category": "E-commerce", - "tags": ["coin", "off", "money", "earn", "salary", "change", "dollar", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0d1" - }, - "coin-pound-filled": { - "name": "coin-pound-filled", - "category": "Filled", - "tags": ["coin", "pound", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd0a" - }, - "coin-pound": { - "name": "coin-pound", - "category": "E-commerce", - "tags": ["coin", "pound", "money", "earn", "salary", "change", "icon", "stroke", "outline"], - "version": "1.81", - "unicode": "f2c0" - }, - "coin-rupee-filled": { - "name": "coin-rupee-filled", - "category": "Filled", - "tags": ["coin", "rupee", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd0b" - }, - "coin-rupee": { - "name": "coin-rupee", - "category": "E-commerce", - "tags": ["coin", "rupee", "money", "earn", "salary", "change", "icon", "stroke", "outline"], - "version": "1.81", - "unicode": "f2c1" - }, - "coin-taka-filled": { - "name": "coin-taka-filled", - "category": "Filled", - "tags": ["coin", "taka", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd0c" - }, - "coin-taka": { - "name": "coin-taka", - "category": "", - "tags": ["coin", "taka", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd0d" - }, - "coin-yen-filled": { - "name": "coin-yen-filled", - "category": "Filled", - "tags": ["coin", "yen", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd0e" - }, - "coin-yen": { - "name": "coin-yen", - "category": "E-commerce", - "tags": ["coin", "yen", "money", "earn", "salary", "change", "icon", "stroke", "outline"], - "version": "1.81", - "unicode": "f2c2" - }, - "coin-yuan-filled": { - "name": "coin-yuan-filled", - "category": "Filled", - "tags": ["coin", "yuan", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd0f" - }, - "coin-yuan": { - "name": "coin-yuan", - "category": "E-commerce", - "tags": ["coin", "yuan", "money", "earn", "salary", "change", "icon", "stroke", "outline"], - "version": "1.81", - "unicode": "f2c3" - }, - "coin": { - "name": "coin", - "category": "E-commerce", - "tags": ["coin", "money", "earn", "salary", "change", "dollar", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb82" - }, - "coins": { - "name": "coins", - "category": "E-commerce", - "tags": ["coins", "money", "cash", "finance", "currency", "dollar", "icon", "stroke", "outline"], - "version": "1.119", - "unicode": "f65d" - }, - "color-filter": { - "name": "color-filter", - "category": "Design", - "tags": ["color", "filter", "hue", "brightness", "effects", "sotring", "tools", "icon", "stroke", "outline"], - "version": "1.110", - "unicode": "f5a8" - }, - "color-picker-off": { - "name": "color-picker-off", - "category": "Design", - "tags": ["color", "picker", "off", "timbre", "saturation", "paint", "image", "brush", "choice", "selection", "sample", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0d2" - }, - "color-picker": { - "name": "color-picker", - "category": "Design", - "tags": ["color", "picker", "timbre", "saturation", "paint", "image", "brush", "choice", "selection", "sample", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebe6" - }, - "color-swatch-off": { - "name": "color-swatch-off", - "category": "Design", - "tags": ["color", "swatch", "off", "sample", "choice", "selection", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0d3" - }, - "color-swatch": { - "name": "color-swatch", - "category": "Design", - "tags": ["color", "swatch", "sample", "choice", "selection", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb61" - }, - "column-insert-left": { - "name": "column-insert-left", - "category": "Database", - "tags": ["column", "insert", "left", "database", "table", "cells", "arrow", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee44" - }, - "column-insert-right": { - "name": "column-insert-right", - "category": "Database", - "tags": ["column", "insert", "right", "database", "table", "cells", "arrow", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee45" - }, - "column-remove": { - "name": "column-remove", - "category": "Database", - "tags": ["column", "remove", "icon", "stroke", "outline"], - "version": "2.24", - "unicode": "faf4" - }, - "columns-1": { - "name": "columns-1", - "category": "Text", - "tags": ["columns", "1", "layout", "grid", "design", "arranegment", "icon", "stroke", "outline"], - "version": "2.1", - "unicode": "f6d4" - }, - "columns-2": { - "name": "columns-2", - "category": "Text", - "tags": ["columns", "2", "layout", "grid", "design", "arranegment", "icon", "stroke", "outline"], - "version": "2.1", - "unicode": "f6d5" - }, - "columns-3": { - "name": "columns-3", - "category": "Text", - "tags": ["columns", "3", "layout", "grid", "design", "arranegment", "icon", "stroke", "outline"], - "version": "2.1", - "unicode": "f6d6" - }, - "columns-off": { - "name": "columns-off", - "category": "Text", - "tags": ["columns", "off", "text", "gap", "table", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0d4" - }, - "columns": { - "name": "columns", - "category": "Text", - "tags": ["columns", "text", "gap", "table", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb83" - }, - "comet": { - "name": "comet", - "category": "Weather", - "tags": ["comet", "space", "universe", "star", "orb", "glow", "night", "icon", "stroke", "outline"], - "version": "1.13", - "unicode": "ec76" - }, - "command-off": { - "name": "command-off", - "category": "Symbols", - "tags": ["command", "off", "apple", "key", "keyboard", "cmd", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3d7" - }, - "command": { - "name": "command", - "category": "Symbols", - "tags": ["command", "apple", "key", "keyboard", "cmd", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea78" - }, - "compass-filled": { - "name": "compass-filled", - "category": "Filled", - "tags": ["compass", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd10" - }, - "compass-off": { - "name": "compass-off", - "category": "Map", - "tags": ["compass", "off", "navigation", "safari", "travel", "direction", "discover", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0d5" - }, - "compass": { - "name": "compass", - "category": "Map", - "tags": ["compass", "navigation", "safari", "travel", "direction", "discover", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea79" - }, - "components-off": { - "name": "components-off", - "category": "Design", - "tags": ["components", "off", "hardware", "technology", "electronic", "computer", "design", "ux", "figma", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0d6" - }, - "components": { - "name": "components", - "category": "Design", - "tags": ["components", "hardware", "technology", "electronic", "computer", "design", "ux", "figma", "icon", "stroke", "outline"], - "version": "1.48", - "unicode": "efa5" - }, - "cone-2": { - "name": "cone-2", - "category": "Shapes", - "tags": ["cone", "2", "geometry", "math", "object", "shape", "icon", "stroke", "outline"], - "version": "1.51", - "unicode": "efdc" - }, - "cone-off": { - "name": "cone-off", - "category": "Shapes", - "tags": ["cone", "off", "geometry", "math", "object", "shape", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3d8" - }, - "cone-plus": { - "name": "cone-plus", - "category": "Shapes", - "tags": ["cone", "plus", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fa94" - }, - "cone": { - "name": "cone", - "category": "Shapes", - "tags": ["cone", "geometry", "math", "object", "shape", "icon", "stroke", "outline"], - "version": "1.51", - "unicode": "efdd" - }, - "confetti-off": { - "name": "confetti-off", - "category": "", - "tags": ["confetti", "off", "party", "celebrate", "streamers", "paper", "parade", "wedding", "celebration", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3d9" - }, - "confetti": { - "name": "confetti", - "category": "", - "tags": ["confetti", "party", "celebrate", "streamers", "paper", "parade", "wedding", "celebration", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee46" - }, - "confucius": { - "name": "confucius", - "category": "Symbols", - "tags": ["confucius", "culture", "religion", "philosophy", "tradition", "icon", "stroke", "outline"], - "version": "1.109", - "unicode": "f58a" - }, - "container-off": { - "name": "container-off", - "category": "Design", - "tags": ["container", "off", "element", "html", "block", "store", "inside", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f107" - }, - "container": { - "name": "container", - "category": "Design", - "tags": ["container", "element", "html", "block", "store", "inside", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee47" - }, - "contrast-2-off": { - "name": "contrast-2-off", - "category": "Photography", - "tags": ["contrast", "2", "off", "edit", "paint", "photo", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3da" - }, - "contrast-2": { - "name": "contrast-2", - "category": "Photography", - "tags": ["contrast", "2", "edit", "paint", "photo", "icon", "stroke", "outline"], - "version": "1.50", - "unicode": "efc7" - }, - "contrast-off": { - "name": "contrast-off", - "category": "Photography", - "tags": ["contrast", "off", "edit", "paint", "photo", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3db" - }, - "contrast": { - "name": "contrast", - "category": "Photography", - "tags": ["contrast", "edit", "paint", "photo", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec4e" - }, - "cooker": { - "name": "cooker", - "category": "Food", - "tags": ["cooker", "kitchen", "cook", "oven", "chef", "icon", "stroke", "outline"], - "version": "1.108", - "unicode": "f57a" - }, - "cookie-man": { - "name": "cookie-man", - "category": "", - "tags": ["cookie", "man", "food", "christmas", "sweet", "bakery", "icon", "stroke", "outline"], - "version": "1.98", - "unicode": "f4c4" - }, - "cookie-off": { - "name": "cookie-off", - "category": "Food", - "tags": ["cookie", "off", "food", "sweet", "cooking", "snack", "internet", "privacy", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0d7" - }, - "cookie": { - "name": "cookie", - "category": "Food", - "tags": ["cookie", "food", "sweet", "cooking", "snack", "internet", "privacy", "icon", "stroke", "outline"], - "version": "1.40", - "unicode": "ef0f" - }, - "copy-check": { - "name": "copy-check", - "category": "", - "tags": ["copy", "check", "icon", "stroke", "outline"], - "version": "2.42", - "unicode": "fd3f" - }, - "copy-minus": { - "name": "copy-minus", - "category": "", - "tags": ["copy", "minus", "icon", "stroke", "outline"], - "version": "2.42", - "unicode": "fd40" - }, - "copy-off": { - "name": "copy-off", - "category": "Text", - "tags": ["copy", "off", "clipboard", "clone", "duplicate", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0d8" - }, - "copy-plus": { - "name": "copy-plus", - "category": "", - "tags": ["copy", "plus", "icon", "stroke", "outline"], - "version": "2.42", - "unicode": "fd41" - }, - "copy-x": { - "name": "copy-x", - "category": "", - "tags": ["copy", "x", "icon", "stroke", "outline"], - "version": "2.42", - "unicode": "fd42" - }, - "copy": { - "name": "copy", - "category": "Text", - "tags": ["copy", "clipboard", "clone", "duplicate", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea7a" - }, - "copyleft-filled": { - "name": "copyleft-filled", - "category": "Filled", - "tags": ["copyleft", "filled", "licence", "license", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f73b" - }, - "copyleft-off": { - "name": "copyleft-off", - "category": "Symbols", - "tags": ["copyleft", "off", "licence", "license", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0d9" - }, - "copyleft": { - "name": "copyleft", - "category": "Symbols", - "tags": ["copyleft", "licence", "license", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec3d" - }, - "copyright-filled": { - "name": "copyright-filled", - "category": "Filled", - "tags": ["copyright", "filled", "licence", "license", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f73c" - }, - "copyright-off": { - "name": "copyright-off", - "category": "Symbols", - "tags": ["copyright", "off", "licence", "license", "icon", "stroke", "outline"], - "version": "1.63", - "unicode": "f0da" - }, - "copyright": { - "name": "copyright", - "category": "Symbols", - "tags": ["copyright", "licence", "license", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea7b" - }, - "corner-down-left-double": { - "name": "corner-down-left-double", - "category": "Arrows", - "tags": ["corner", "down", "left", "double", "arrow", "previous", "back", "return", "below", "point", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee48" - }, - "corner-down-left": { - "name": "corner-down-left", - "category": "Arrows", - "tags": ["corner", "down", "left", "move", "arrow", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea7c" - }, - "corner-down-right-double": { - "name": "corner-down-right-double", - "category": "Arrows", - "tags": ["corner", "down", "right", "double", "arrow", "next", "below", "forward", "point", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee49" - }, - "corner-down-right": { - "name": "corner-down-right", - "category": "Arrows", - "tags": ["corner", "down", "right", "move", "arrow", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea7d" - }, - "corner-left-down-double": { - "name": "corner-left-down-double", - "category": "Arrows", - "tags": ["corner", "left", "down", "double", "arrow", "point", "below", "bottom", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee4a" - }, - "corner-left-down": { - "name": "corner-left-down", - "category": "Arrows", - "tags": ["corner", "left", "down", "move", "arrow", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea7e" - }, - "corner-left-up-double": { - "name": "corner-left-up-double", - "category": "Arrows", - "tags": ["corner", "left", "up", "double", "arrow", "point", "above", "top", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee4b" - }, - "corner-left-up": { - "name": "corner-left-up", - "category": "Arrows", - "tags": ["corner", "left", "up", "move", "arrow", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea7f" - }, - "corner-right-down-double": { - "name": "corner-right-down-double", - "category": "Arrows", - "tags": ["corner", "right", "down", "double", "arrow", "point", "below", "bottom", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee4c" - }, - "corner-right-down": { - "name": "corner-right-down", - "category": "Arrows", - "tags": ["corner", "right", "down", "move", "arrow", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea80" - }, - "corner-right-up-double": { - "name": "corner-right-up-double", - "category": "Arrows", - "tags": ["corner", "right", "up", "double", "arrow", "point", "above", "top", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee4d" - }, - "corner-right-up": { - "name": "corner-right-up", - "category": "Arrows", - "tags": ["corner", "right", "up", "move", "arrow", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea81" - }, - "corner-up-left-double": { - "name": "corner-up-left-double", - "category": "Arrows", - "tags": ["corner", "up", "left", "double", "arrow", "point", "side", "previous", "back", "return", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee4e" - }, - "corner-up-left": { - "name": "corner-up-left", - "category": "Arrows", - "tags": ["corner", "up", "left", "move", "arrow", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea82" - }, - "corner-up-right-double": { - "name": "corner-up-right-double", - "category": "Arrows", - "tags": ["corner", "up", "right", "double", "arrow", "next", "above", "forward", "point", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee4f" - }, - "corner-up-right": { - "name": "corner-up-right", - "category": "Arrows", - "tags": ["corner", "up", "right", "move", "arrow", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea83" - }, - "cpu-2": { - "name": "cpu-2", - "category": "Devices", - "tags": ["cpu", "2", "processor", "computer", "chip", "hardware", "technology", "electronic", "icon", "stroke", "outline"], - "version": "1.59", - "unicode": "f075" - }, - "cpu-off": { - "name": "cpu-off", - "category": "Devices", - "tags": ["cpu", "off", "processor", "computer", "chip", "hardware", "technology", "electronic", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f108" - }, - "cpu": { - "name": "cpu", - "category": "Devices", - "tags": ["cpu", "processor", "computer", "chip", "hardware", "technology", "electronic", "icon", "stroke", "outline"], - "version": "1.47", - "unicode": "ef8e" - }, - "crane-off": { - "name": "crane-off", - "category": "Vehicles", - "tags": ["crane", "off", "construction", "building", "machine", "lifting", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f109" - }, - "crane": { - "name": "crane", - "category": "Vehicles", - "tags": ["crane", "construction", "building", "machine", "lifting", "icon", "stroke", "outline"], - "version": "1.41", - "unicode": "ef27" - }, - "creative-commons-by": { - "name": "creative-commons-by", - "category": "System", - "tags": ["creative", "commons", "by", "licence", "license", "icon", "stroke", "outline"], - "version": "1.72", - "unicode": "f21f" - }, - "creative-commons-nc": { - "name": "creative-commons-nc", - "category": "System", - "tags": ["creative", "commons", "nc", "licence", "license", "icon", "stroke", "outline"], - "version": "1.72", - "unicode": "f220" - }, - "creative-commons-nd": { - "name": "creative-commons-nd", - "category": "System", - "tags": ["creative", "commons", "nd", "licence", "license", "icon", "stroke", "outline"], - "version": "1.72", - "unicode": "f221" - }, - "creative-commons-off": { - "name": "creative-commons-off", - "category": "System", - "tags": ["creative", "commons", "off", "licence", "license", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f10a" - }, - "creative-commons-sa": { - "name": "creative-commons-sa", - "category": "System", - "tags": ["creative", "commons", "sa", "licence", "license", "icon", "stroke", "outline"], - "version": "1.72", - "unicode": "f222" - }, - "creative-commons-zero": { - "name": "creative-commons-zero", - "category": "System", - "tags": ["creative", "commons", "zero", "licence", "license", "icon", "stroke", "outline"], - "version": "1.72", - "unicode": "f223" - }, - "creative-commons": { - "name": "creative-commons", - "category": "System", - "tags": ["creative", "commons", "licence", "license", "icon", "stroke", "outline"], - "version": "1.49", - "unicode": "efb3" - }, - "credit-card-filled": { - "name": "credit-card-filled", - "category": "Filled", - "tags": ["credit", "card", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd11" - }, - "credit-card-off": { - "name": "credit-card-off", - "category": "E-commerce", - "tags": ["credit", "card", "off", "money", "purchase", "payment", "cc", "icon", "stroke", "outline"], - "version": "1.24", - "unicode": "ed11" - }, - "credit-card-pay": { - "name": "credit-card-pay", - "category": "", - "tags": ["credit", "card", "pay", "payment-card", "credit-pay", "card-payment", "transaction", "credit-transaction", "purchase", "buy", "payment", "credit", "card", "icon", "stroke", "outline"], - "version": "2.41", - "unicode": "fd32" - }, - "credit-card-refund": { - "name": "credit-card-refund", - "category": "", - "tags": ["credit", "card", "refund", "refund-card", "credit-refund", "card-refund", "transaction", "credit-transaction", "return", "money-back", "credit", "refund", "card", "icon", "stroke", "outline"], - "version": "2.41", - "unicode": "fd33" - }, - "credit-card": { - "name": "credit-card", - "category": "E-commerce", - "tags": ["credit", "card", "money", "purchase", "payment", "cc", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea84" - }, - "cricket": { - "name": "cricket", - "category": "Sport", - "tags": ["cricket", "ball", "game", "sport", "icon", "stroke", "outline"], - "version": "1.61", - "unicode": "f09a" - }, - "crop-1-1": { - "name": "crop-1-1", - "category": "Design", - "tags": ["crop", "1", "1", "square-crop", "aspect-ratio-1-1", "equal-proportion", "image-square", "crop-square", "box-crop", "square-frame", "uniform-crop", "balanced-crop", "equal-crop", "icon", "stroke", "outline"], - "version": "2.43", - "unicode": "fd50" - }, - "crop-16-9": { - "name": "crop-16-9", - "category": "Design", - "tags": ["crop", "16", "9", "wide-crop", "aspect-ratio-16-9", "landscape-crop", "wide-screen", "video-crop", "16-by-9", "wide-format", "cinematic-crop", "panorama", "landscape-aspect", "icon", "stroke", "outline"], - "version": "2.43", - "unicode": "fd51" - }, - "crop-3-2": { - "name": "crop-3-2", - "category": "Design", - "tags": ["crop", "3", "2", "portrait-crop", "aspect-ratio-3-2", "vertical-crop", "portrait-mode", "tall-crop", "3-by-2", "portrait-format", "vertical-aspect", "vertical-frame", "portrait", "icon", "stroke", "outline"], - "version": "2.43", - "unicode": "fd52" - }, - "crop-5-4": { - "name": "crop-5-4", - "category": "Design", - "tags": ["crop", "5", "4", "custom-crop", "aspect-ratio-5-4", "fixed-crop", "image-format", "5-by-4", "customized-crop", "fixed-aspect", "dimensional-crop", "specific-crop", "custom-aspect", "icon", "stroke", "outline"], - "version": "2.43", - "unicode": "fd53" - }, - "crop-7-5": { - "name": "crop-7-5", - "category": "Design", - "tags": ["crop", "7", "5", "custom-crop", "aspect-ratio-7-5", "fixed-crop", "image-format", "7-by-5", "customized-crop", "fixed-aspect", "dimensional-crop", "specific-crop", "custom-aspect", "icon", "stroke", "outline"], - "version": "2.43", - "unicode": "fd54" - }, - "crop-landscape": { - "name": "crop-landscape", - "category": "Design", - "tags": ["crop", "landscape", "landscape-crop", "aspect-ratio-landscape", "wide-crop", "landscape-mode", "horizontal-crop", "landscape-format", "wide-aspect", "horizontal-frame", "landscape", "icon", "stroke", "outline"], - "version": "2.43", - "unicode": "fd55" - }, - "crop-portrait": { - "name": "crop-portrait", - "category": "Design", - "tags": ["crop", "portrait", "portrait-crop", "aspect-ratio-portrait", "vertical-crop", "portrait-mode", "tall-crop", "portrait-format", "vertical-aspect", "vertical-frame", "portrait", "icon", "stroke", "outline"], - "version": "2.43", - "unicode": "fd56" - }, - "crop": { - "name": "crop", - "category": "Design", - "tags": ["crop", "photo", "image", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea85" - }, - "cross-filled": { - "name": "cross-filled", - "category": "Filled", - "tags": ["cross", "filled", "prayer", "church", "catholic", "jezus", "religion", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f675" - }, - "cross-off": { - "name": "cross-off", - "category": "Symbols", - "tags": ["cross", "off", "prayer", "church", "catholic", "jezus", "religion", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f10b" - }, - "cross": { - "name": "cross", - "category": "Symbols", - "tags": ["cross", "prayer", "church", "catholic", "jezus", "religion", "icon", "stroke", "outline"], - "version": "1.47", - "unicode": "ef8f" - }, - "crosshair": { - "name": "crosshair", - "category": "", - "tags": ["crosshair", "reticle", "tag", "tracer", "measurement", "target", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec3e" - }, - "crown-off": { - "name": "crown-off", - "category": "", - "tags": ["crown", "off", "symbol", "queen", "king", "prince", "princess", "dynasty", "royalty", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee50" - }, - "crown": { - "name": "crown", - "category": "", - "tags": ["crown", "symbol", "queen", "king", "prince", "princess", "dynasty", "royalty", "icon", "stroke", "outline"], - "version": "1.24", - "unicode": "ed12" - }, - "crutches-off": { - "name": "crutches-off", - "category": "Health", - "tags": ["crutches", "off", "hospital", "medical", "disability", "health", "leg", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f10c" - }, - "crutches": { - "name": "crutches", - "category": "Health", - "tags": ["crutches", "hospital", "medical", "disability", "health", "leg", "icon", "stroke", "outline"], - "version": "1.44", - "unicode": "ef5b" - }, - "crystal-ball": { - "name": "crystal-ball", - "category": "", - "tags": ["crystal", "ball", "magic", "fortune", "christmas", "witch", "future", "icon", "stroke", "outline"], - "version": "1.108", - "unicode": "f57b" - }, - "csv": { - "name": "csv", - "category": "Extensions", - "tags": ["csv", "file", "document", "format", "type", "folder", "icon", "stroke", "outline"], - "version": "2.5", - "unicode": "f791" - }, - "cube-off": { - "name": "cube-off", - "category": "Shapes", - "tags": ["cube", "off", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fa95" - }, - "cube-plus": { - "name": "cube-plus", - "category": "Shapes", - "tags": ["cube", "plus", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fa96" - }, - "cube-send": { - "name": "cube-send", - "category": "", - "tags": ["cube", "send", "box", "delivery", "package", "shipping", "icon", "stroke", "outline"], - "version": "1.115", - "unicode": "f61b" - }, - "cube-unfolded": { - "name": "cube-unfolded", - "category": "", - "tags": ["cube", "unfolded", "folding", "filed", "box", "unwrapped", "icon", "stroke", "outline"], - "version": "1.115", - "unicode": "f61c" - }, - "cube": { - "name": "cube", - "category": "Shapes", - "tags": ["cube", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fa97" - }, - "cup-off": { - "name": "cup-off", - "category": "Food", - "tags": ["cup", "off", "coffee", "drink", "water", "food", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f10d" - }, - "cup": { - "name": "cup", - "category": "Food", - "tags": ["cup", "coffee", "drink", "water", "food", "icon", "stroke", "outline"], - "version": "1.41", - "unicode": "ef28" - }, - "curling": { - "name": "curling", - "category": "Sport", - "tags": ["curling", "game", "sport", "olympic", "winter", "snow", "icon", "stroke", "outline"], - "version": "1.50", - "unicode": "efc8" - }, - "curly-loop": { - "name": "curly-loop", - "category": "", - "tags": ["curly", "loop", "voicemail", "power", "infinity", "icon", "stroke", "outline"], - "version": "1.20", - "unicode": "ecda" - }, - "currency-afghani": { - "name": "currency-afghani", - "category": "Currencies", - "tags": ["currency", "afghani", "money", "coin", "cash", "commerce", "afghanistan", "icon", "stroke", "outline"], - "version": "1.119", - "unicode": "f65e" - }, - "currency-bahraini": { - "name": "currency-bahraini", - "category": "Currencies", - "tags": ["currency", "bahraini", "bahraini", "bhd", "commerce", "dinar", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee51" - }, - "currency-baht": { - "name": "currency-baht", - "category": "Currencies", - "tags": ["currency", "baht", "thb", "thai", "baht", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "f08a" - }, - "currency-bitcoin": { - "name": "currency-bitcoin", - "category": "Currencies", - "tags": ["currency", "bitcoin", "crypto", "bitcoin", "lightning network", "mining", "digital", "blockchain", "p2p", "peer", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.4", - "unicode": "ebab" - }, - "currency-cent": { - "name": "currency-cent", - "category": "Currencies", - "tags": ["currency", "cent", "cent", "coin", "money", "centavo", "penny", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee53" - }, - "currency-dinar": { - "name": "currency-dinar", - "category": "Currencies", - "tags": ["currency", "dinar", "kwd", "dinar", "kuwait", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee54" - }, - "currency-dirham": { - "name": "currency-dirham", - "category": "Currencies", - "tags": ["currency", "dirham", "trade", "aed", "uae", "dirham", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee55" - }, - "currency-dogecoin": { - "name": "currency-dogecoin", - "category": "Currencies", - "tags": ["currency", "dogecoin", "crypto", "bitcoin", "lightning network", "mining", "digital", "blockchain", "p2p", "peer", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.43", - "unicode": "ef4b" - }, - "currency-dollar-australian": { - "name": "currency-dollar-australian", - "category": "Currencies", - "tags": ["currency", "dollar", "australian", "dollar", "aud", "australian", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee56" - }, - "currency-dollar-brunei": { - "name": "currency-dollar-brunei", - "category": "Currencies", - "tags": ["currency", "dollar", "brunei", "exchange", "buisness", "commerce", "icon", "stroke", "outline"], - "version": "1.90", - "unicode": "f36c" - }, - "currency-dollar-canadian": { - "name": "currency-dollar-canadian", - "category": "Currencies", - "tags": ["currency", "dollar", "canadian", "trade", "dollar", "cad", "canadian", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee57" - }, - "currency-dollar-guyanese": { - "name": "currency-dollar-guyanese", - "category": "Currencies", - "tags": ["currency", "dollar", "guyanese", "exchange", "buisness", "commerce", "icon", "stroke", "outline"], - "version": "1.90", - "unicode": "f36d" - }, - "currency-dollar-off": { - "name": "currency-dollar-off", - "category": "Currencies", - "tags": ["currency", "dollar", "off", "american", "us", "dollar", "usd", "sign", "bucks", "usa", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3dc" - }, - "currency-dollar-singapore": { - "name": "currency-dollar-singapore", - "category": "Currencies", - "tags": ["currency", "dollar", "singapore", "singapore", "dollar", "exchange", "sgd", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee58" - }, - "currency-dollar-zimbabwean": { - "name": "currency-dollar-zimbabwean", - "category": "Currencies", - "tags": ["currency", "dollar", "zimbabwean", "exchange", "buisness", "commerce", "icon", "stroke", "outline"], - "version": "1.90", - "unicode": "f36e" - }, - "currency-dollar": { - "name": "currency-dollar", - "category": "Currencies", - "tags": ["currency", "dollar", "american", "us", "dollar", "usd", "sign", "bucks", "usa", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb84" - }, - "currency-dong": { - "name": "currency-dong", - "category": "Currencies", - "tags": ["currency", "dong", "vietnam", "exchange", "finance", "money", "cash", "icon", "stroke", "outline"], - "version": "1.90", - "unicode": "f36f" - }, - "currency-dram": { - "name": "currency-dram", - "category": "Currencies", - "tags": ["currency", "dram", "exchange", "finance", "money", "cash", "armenia", "icon", "stroke", "outline"], - "version": "1.90", - "unicode": "f370" - }, - "currency-ethereum": { - "name": "currency-ethereum", - "category": "Currencies", - "tags": ["currency", "ethereum", "ethereum", "digital", "crypto", "ether", "blockchain", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee59" - }, - "currency-euro-off": { - "name": "currency-euro-off", - "category": "Currencies", - "tags": ["currency", "euro", "off", "euro", "eur", "trade", "finance", "europe", "eu", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3dd" - }, - "currency-euro": { - "name": "currency-euro", - "category": "Currencies", - "tags": ["currency", "euro", "euro", "eur", "trade", "finance", "europe", "eu", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb85" - }, - "currency-florin": { - "name": "currency-florin", - "category": "Currencies", - "tags": ["currency", "florin", "icon", "stroke", "outline"], - "version": "2.24", - "unicode": "faf5" - }, - "currency-forint": { - "name": "currency-forint", - "category": "Currencies", - "tags": ["currency", "forint", "huf", "hungarian", "business", "forint", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee5a" - }, - "currency-frank": { - "name": "currency-frank", - "category": "Currencies", - "tags": ["currency", "frank", "chf", "business", "swiss", "franc", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee5b" - }, - "currency-guarani": { - "name": "currency-guarani", - "category": "Currencies", - "tags": ["currency", "guarani", "exchange", "finance", "money", "cash", "paraguay", "icon", "stroke", "outline"], - "version": "1.90", - "unicode": "f371" - }, - "currency-hryvnia": { - "name": "currency-hryvnia", - "category": "Currencies", - "tags": ["currency", "hryvnia", "exchange", "finance", "money", "cash", "ukraine", "icon", "stroke", "outline"], - "version": "1.90", - "unicode": "f372" - }, - "currency-iranian-rial": { - "name": "currency-iranian-rial", - "category": "Currencies", - "tags": ["currency", "iranian", "rial", "icon", "stroke", "outline"], - "version": "2.16", - "unicode": "fa58" - }, - "currency-kip": { - "name": "currency-kip", - "category": "Currencies", - "tags": ["currency", "kip", "exchange", "finance", "money", "cash", "laos", "icon", "stroke", "outline"], - "version": "1.90", - "unicode": "f373" - }, - "currency-krone-czech": { - "name": "currency-krone-czech", - "category": "Currencies", - "tags": ["currency", "krone", "czech", "czech", "czk", "koruna", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee5c" - }, - "currency-krone-danish": { - "name": "currency-krone-danish", - "category": "Currencies", - "tags": ["currency", "krone", "danish", "krone", "dkk", "danish", "finance", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee5d" - }, - "currency-krone-swedish": { - "name": "currency-krone-swedish", - "category": "Currencies", - "tags": ["currency", "krone", "swedish", "krone", "kronor", "krona", "swedish", "icelandic", "norwegian", "estonian", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee5e" - }, - "currency-lari": { - "name": "currency-lari", - "category": "Currencies", - "tags": ["currency", "lari", "exchange", "finance", "money", "cash", "georgia", "icon", "stroke", "outline"], - "version": "1.90", - "unicode": "f374" - }, - "currency-leu": { - "name": "currency-leu", - "category": "Currencies", - "tags": ["currency", "leu", "leu", "loti", "lempira", "lek", "lilangani", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee5f" - }, - "currency-lira": { - "name": "currency-lira", - "category": "Currencies", - "tags": ["currency", "lira", "lira", "trade", "turkish", "try", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee60" - }, - "currency-litecoin": { - "name": "currency-litecoin", - "category": "Currencies", - "tags": ["currency", "litecoin", "litecoin", "crypto", "segwit", "lightning network", "blockchain", "p2p", "peer", "transaction", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee61" - }, - "currency-lyd": { - "name": "currency-lyd", - "category": "Currencies", - "tags": ["currency", "lyd", "exchange", "finance", "money", "cash", "libya", "icon", "stroke", "outline"], - "version": "1.90", - "unicode": "f375" - }, - "currency-manat": { - "name": "currency-manat", - "category": "Currencies", - "tags": ["currency", "manat", "exchange", "finance", "money", "cash", "azerbaijan", "icon", "stroke", "outline"], - "version": "1.90", - "unicode": "f376" - }, - "currency-monero": { - "name": "currency-monero", - "category": "Currencies", - "tags": ["currency", "monero", "exchange", "finance", "money", "cash", "cryptocurrency", "icon", "stroke", "outline"], - "version": "1.90", - "unicode": "f377" - }, - "currency-naira": { - "name": "currency-naira", - "category": "Currencies", - "tags": ["currency", "naira", "naira", "ngn", "nigerian", "trade", "money", "banknote", "pay", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee62" - }, - "currency-nano": { - "name": "currency-nano", - "category": "Currencies", - "tags": ["currency", "nano", "money", "nano", "crypto", "blockchain", "pay", "p2p", "digital", "icon", "stroke", "outline"], - "version": "2.6", - "unicode": "f7a6" - }, - "currency-off": { - "name": "currency-off", - "category": "Currencies", - "tags": ["currency", "off", "target", "goal", "focus", "marketing", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3de" - }, - "currency-paanga": { - "name": "currency-paanga", - "category": "Currencies", - "tags": ["currency", "paanga", "exchange", "finance", "money", "cash", "tonga", "icon", "stroke", "outline"], - "version": "1.90", - "unicode": "f378" - }, - "currency-peso": { - "name": "currency-peso", - "category": "Currencies", - "tags": ["currency", "peso", "money", "coin", "cash", "commerce", "mexico", "icon", "stroke", "outline"], - "version": "1.119", - "unicode": "f65f" - }, - "currency-pound-off": { - "name": "currency-pound-off", - "category": "Currencies", - "tags": ["currency", "pound", "off", "gbp", "pound", "sterling", "british", "britain", "uk", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3df" - }, - "currency-pound": { - "name": "currency-pound", - "category": "Currencies", - "tags": ["currency", "pound", "gbp", "pound", "sterling", "british", "britain", "uk", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.4", - "unicode": "ebac" - }, - "currency-quetzal": { - "name": "currency-quetzal", - "category": "Currencies", - "tags": ["currency", "quetzal", "exchange", "finance", "money", "cash", "guatemala", "icon", "stroke", "outline"], - "version": "1.90", - "unicode": "f379" - }, - "currency-real": { - "name": "currency-real", - "category": "Currencies", - "tags": ["currency", "real", "brl", "brazilian", "real", "finance", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee63" - }, - "currency-renminbi": { - "name": "currency-renminbi", - "category": "Currencies", - "tags": ["currency", "renminbi", "renminbi", "cny", "chinese", "yuan", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee64" - }, - "currency-ripple": { - "name": "currency-ripple", - "category": "Currencies", - "tags": ["currency", "ripple", "ripple", "xrp", "digital", "crypto", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee65" - }, - "currency-riyal": { - "name": "currency-riyal", - "category": "Currencies", - "tags": ["currency", "riyal", "riyal", "sar", "saudi", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee66" - }, - "currency-rubel": { - "name": "currency-rubel", - "category": "Currencies", - "tags": ["currency", "rubel", "rub", "russian", "ruble", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee67" - }, - "currency-rufiyaa": { - "name": "currency-rufiyaa", - "category": "Currencies", - "tags": ["currency", "rufiyaa", "exchange", "finance", "money", "cash", "maldives", "icon", "stroke", "outline"], - "version": "1.90", - "unicode": "f37a" - }, - "currency-rupee-nepalese": { - "name": "currency-rupee-nepalese", - "category": "Currencies", - "tags": ["currency", "rupee", "nepalese", "exchange", "finance", "money", "cash", "nepal", "icon", "stroke", "outline"], - "version": "1.90", - "unicode": "f37b" - }, - "currency-rupee": { - "name": "currency-rupee", - "category": "Currencies", - "tags": ["currency", "rupee", "inr", "indian", "rupee", "exchange", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.4", - "unicode": "ebad" - }, - "currency-shekel": { - "name": "currency-shekel", - "category": "Currencies", - "tags": ["currency", "shekel", "curency", "ils", "israeli", "shekel", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee68" - }, - "currency-solana": { - "name": "currency-solana", - "category": "Currencies", - "tags": ["currency", "solana", "crypto", "bitcoin", "mining", "digital", "cryptocurrency", "icon", "stroke", "outline"], - "version": "1.96", - "unicode": "f4a1" - }, - "currency-som": { - "name": "currency-som", - "category": "Currencies", - "tags": ["currency", "som", "exchange", "finance", "money", "cash", "kyrgyzstan", "icon", "stroke", "outline"], - "version": "1.90", - "unicode": "f37c" - }, - "currency-taka": { - "name": "currency-taka", - "category": "Currencies", - "tags": ["currency", "taka", "trade", "bangladesh", "bdt", "taka", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee69" - }, - "currency-tenge": { - "name": "currency-tenge", - "category": "Currencies", - "tags": ["currency", "tenge", "exchange", "finance", "money", "cash", "kazakhstan", "icon", "stroke", "outline"], - "version": "1.90", - "unicode": "f37d" - }, - "currency-tugrik": { - "name": "currency-tugrik", - "category": "Currencies", - "tags": ["currency", "tugrik", "tgrg", "mnt", "tugrik", "mongolian", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee6a" - }, - "currency-won": { - "name": "currency-won", - "category": "Currencies", - "tags": ["currency", "won", "korean", "kpw", "north", "won", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee6b" - }, - "currency-xrp": { - "name": "currency-xrp", - "category": "", - "tags": ["currency", "xrp", "xrp", "cryptocurrency", "digital-currency", "blockchain", "ripple", "crypto", "virtual-currency", "xrp-coin", "financial", "digital-money", "icon", "stroke", "outline"], - "version": "2.41", - "unicode": "fd34" - }, - "currency-yen-off": { - "name": "currency-yen-off", - "category": "Currencies", - "tags": ["currency", "yen", "off", "japanese", "yen", "jpy", "chinese", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3e0" - }, - "currency-yen": { - "name": "currency-yen", - "category": "Currencies", - "tags": ["currency", "yen", "japanese", "yen", "jpy", "chinese", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.4", - "unicode": "ebae" - }, - "currency-yuan": { - "name": "currency-yuan", - "category": "Currencies", - "tags": ["currency", "yuan", "exchange", "finance", "money", "cash", "china", "icon", "stroke", "outline"], - "version": "1.79", - "unicode": "f29a" - }, - "currency-zloty": { - "name": "currency-zloty", - "category": "Currencies", - "tags": ["currency", "zloty", "poland", "pln", "zloty", "polish", "money", "banknote", "pay", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee6c" - }, - "currency": { - "name": "currency", - "category": "Currencies", - "tags": ["currency", "target", "goal", "focus", "marketing", "icon", "stroke", "outline"], - "version": "1.48", - "unicode": "efa6" - }, - "current-location-off": { - "name": "current-location-off", - "category": "Map", - "tags": ["current", "location", "off", "localization", "maps", "navigation", "pin", "target", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f10e" - }, - "current-location": { - "name": "current-location", - "category": "Map", - "tags": ["current", "location", "localization", "maps", "navigation", "pin", "target", "icon", "stroke", "outline"], - "version": "1.22", - "unicode": "ecef" - }, - "cursor-off": { - "name": "cursor-off", - "category": "", - "tags": ["cursor", "off", "editor", "indicate", "position", "input", "mouse", "type", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f10f" - }, - "cursor-text": { - "name": "cursor-text", - "category": "Text", - "tags": ["cursor", "text", "editor", "indicate", "position", "input", "mouse", "type", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee6d" - }, - "cut": { - "name": "cut", - "category": "Design", - "tags": ["cut", "scissors", "divide", "hairdresser", "sharp", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea86" - }, - "cylinder-off": { - "name": "cylinder-off", - "category": "Shapes", - "tags": ["cylinder", "off", "geometry", "gas", "tube", "object", "piston", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fa98" - }, - "cylinder-plus": { - "name": "cylinder-plus", - "category": "Shapes", - "tags": ["cylinder", "plus", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fa99" - }, - "cylinder": { - "name": "cylinder", - "category": "Shapes", - "tags": ["cylinder", "geometry", "gas", "tube", "object", "piston", "icon", "stroke", "outline"], - "version": "1.105", - "unicode": "f54c" - }, - "dashboard-off": { - "name": "dashboard-off", - "category": "System", - "tags": ["dashboard", "off", "home", "car", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3e1" - }, - "dashboard": { - "name": "dashboard", - "category": "System", - "tags": ["dashboard", "home", "car", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea87" - }, - "database-cog": { - "name": "database-cog", - "category": "Database", - "tags": ["database", "cog", "icon", "stroke", "outline"], - "version": "2.13", - "unicode": "fa10" - }, - "database-dollar": { - "name": "database-dollar", - "category": "Database", - "tags": ["database", "dollar", "icon", "stroke", "outline"], - "version": "2.13", - "unicode": "fa11" - }, - "database-edit": { - "name": "database-edit", - "category": "Database", - "tags": ["database", "edit", "icon", "stroke", "outline"], - "version": "2.13", - "unicode": "fa12" - }, - "database-exclamation": { - "name": "database-exclamation", - "category": "Database", - "tags": ["database", "exclamation", "icon", "stroke", "outline"], - "version": "2.13", - "unicode": "fa13" - }, - "database-export": { - "name": "database-export", - "category": "Database", - "tags": ["database", "export", "data", "backup", "file", "storage", "system", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee6e" - }, - "database-heart": { - "name": "database-heart", - "category": "Database", - "tags": ["database", "heart", "icon", "stroke", "outline"], - "version": "2.13", - "unicode": "fa14" - }, - "database-import": { - "name": "database-import", - "category": "Database", - "tags": ["database", "import", "data", "file", "storage", "backup", "system", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee6f" - }, - "database-leak": { - "name": "database-leak", - "category": "Database", - "tags": ["database", "leak", "icon", "stroke", "outline"], - "version": "2.13", - "unicode": "fa15" - }, - "database-minus": { - "name": "database-minus", - "category": "Database", - "tags": ["database", "minus", "icon", "stroke", "outline"], - "version": "2.13", - "unicode": "fa16" - }, - "database-off": { - "name": "database-off", - "category": "Database", - "tags": ["database", "off", "storage", "data", "memory", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee70" - }, - "database-plus": { - "name": "database-plus", - "category": "Database", - "tags": ["database", "plus", "icon", "stroke", "outline"], - "version": "2.13", - "unicode": "fa17" - }, - "database-search": { - "name": "database-search", - "category": "Database", - "tags": ["database", "search", "icon", "stroke", "outline"], - "version": "2.13", - "unicode": "fa18" - }, - "database-share": { - "name": "database-share", - "category": "Database", - "tags": ["database", "share", "icon", "stroke", "outline"], - "version": "2.13", - "unicode": "fa19" - }, - "database-smile": { - "name": "database-smile", - "category": "", - "tags": ["database", "smile", "icon", "stroke", "outline"], - "version": "2.47", - "unicode": "fd9b" - }, - "database-star": { - "name": "database-star", - "category": "Database", - "tags": ["database", "star", "icon", "stroke", "outline"], - "version": "2.13", - "unicode": "fa1a" - }, - "database-x": { - "name": "database-x", - "category": "Database", - "tags": ["database", "x", "icon", "stroke", "outline"], - "version": "2.13", - "unicode": "fa1b" - }, - "database": { - "name": "database", - "category": "Database", - "tags": ["database", "storage", "data", "memory", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea88" - }, - "decimal": { - "name": "decimal", - "category": "Math", - "tags": ["decimal", "point", "fraction", "numeric", "number", "mathematics", "decimal-point", "decimal-system", "fractional", "math", "dot", "icon", "stroke", "outline"], - "version": "2.14", - "unicode": "fa26" - }, - "deer": { - "name": "deer", - "category": "Animals", - "tags": ["deer", "animal", "christmas", "santa", "forest", "icon", "stroke", "outline"], - "version": "1.98", - "unicode": "f4c5" - }, - "delta": { - "name": "delta", - "category": "Letters", - "tags": ["delta", "letter", "alphabet", "greek", "math", "icon", "stroke", "outline"], - "version": "1.104", - "unicode": "f53c" - }, - "dental-broken": { - "name": "dental-broken", - "category": "", - "tags": ["dental", "broken", "tooth", "dentist", "medical", "care", "caries", "icon", "stroke", "outline"], - "version": "1.78", - "unicode": "f286" - }, - "dental-off": { - "name": "dental-off", - "category": "Health", - "tags": ["dental", "off", "tooth", "toothbrush", "mouth", "hygiene", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f110" - }, - "dental": { - "name": "dental", - "category": "Health", - "tags": ["dental", "tooth", "toothbrush", "mouth", "hygiene", "icon", "stroke", "outline"], - "version": "1.55", - "unicode": "f025" - }, - "deselect": { - "name": "deselect", - "category": "", - "tags": ["deselect", "unselect", "clear-selection", "deselection", "unpick", "uncheck", "deactivate", "unmark", "remove-selection", "untag", "unchoose", "icon", "stroke", "outline"], - "version": "2.11", - "unicode": "f9f3" - }, - "desk": { - "name": "desk", - "category": "", - "tags": ["desk", "workspace", "workstation", "table", "office-desk", "workplace", "furniture", "desk-setup", "desktop", "office-furniture", "working", "icon", "stroke", "outline"], - "version": "2.41", - "unicode": "fd35" - }, - "details-off": { - "name": "details-off", - "category": "", - "tags": ["details", "off", "geometric", "half", "shape", "highlight", "triangle", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3e2" - }, - "details": { - "name": "details", - "category": "", - "tags": ["details", "geometric", "half", "shape", "highlight", "triangle", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee71" - }, - "device-airpods-case": { - "name": "device-airpods-case", - "category": "Devices", - "tags": ["device", "airpods", "case", "music", "audio", "apple", "iphone", "wireless", "sound", "icon", "stroke", "outline"], - "version": "1.118", - "unicode": "f646" - }, - "device-airpods": { - "name": "device-airpods", - "category": "Devices", - "tags": ["device", "airpods", "music", "iphone", "apple", "wireless", "headphones", "sound", "earbuds", "icon", "stroke", "outline"], - "version": "1.110", - "unicode": "f5a9" - }, - "device-airtag": { - "name": "device-airtag", - "category": "Devices", - "tags": ["device", "airtag", "icon", "stroke", "outline"], - "version": "2.23", - "unicode": "fae6" - }, - "device-analytics": { - "name": "device-analytics", - "category": "Devices", - "tags": ["device", "analytics", "analyze", "analyse", "data", "traffic", "user", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee72" - }, - "device-audio-tape": { - "name": "device-audio-tape", - "category": "Devices", - "tags": ["device", "audio", "tape", "record", "music", "radio", "cassette", "recording", "play", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee73" - }, - "device-camera-phone": { - "name": "device-camera-phone", - "category": "Devices", - "tags": ["device", "camera", "phone", "smartphone", "technology", "photo", "gadget", "photography", "icon", "stroke", "outline"], - "version": "1.73", - "unicode": "f233" - }, - "device-cctv-off": { - "name": "device-cctv-off", - "category": "Devices", - "tags": ["device", "cctv", "off", "closed", "circuit", "television", "video", "surveillance", "signal", "monitor", "record", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3e3" - }, - "device-cctv": { - "name": "device-cctv", - "category": "Devices", - "tags": ["device", "cctv", "closed", "circuit", "television", "video", "surveillance", "signal", "monitor", "record", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee74" - }, - "device-computer-camera-off": { - "name": "device-computer-camera-off", - "category": "Devices", - "tags": ["device", "computer", "camera", "off", "video", "meeting", "record", "recording", "webcam", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee75" - }, - "device-computer-camera": { - "name": "device-computer-camera", - "category": "Devices", - "tags": ["device", "computer", "camera", "video", "meeting", "record", "recording", "webcam", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee76" - }, - "device-desktop-analytics": { - "name": "device-desktop-analytics", - "category": "Devices", - "tags": ["device", "desktop", "analytics", "monitor", "computer", "imac", "stats", "charts", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee77" - }, - "device-desktop-bolt": { - "name": "device-desktop-bolt", - "category": "Devices", - "tags": ["device", "desktop", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f85e" - }, - "device-desktop-cancel": { - "name": "device-desktop-cancel", - "category": "Devices", - "tags": ["device", "desktop", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f85f" - }, - "device-desktop-check": { - "name": "device-desktop-check", - "category": "Devices", - "tags": ["device", "desktop", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f860" - }, - "device-desktop-code": { - "name": "device-desktop-code", - "category": "Devices", - "tags": ["device", "desktop", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f861" - }, - "device-desktop-cog": { - "name": "device-desktop-cog", - "category": "Devices", - "tags": ["device", "desktop", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f862" - }, - "device-desktop-dollar": { - "name": "device-desktop-dollar", - "category": "Devices", - "tags": ["device", "desktop", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f863" - }, - "device-desktop-down": { - "name": "device-desktop-down", - "category": "Devices", - "tags": ["device", "desktop", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f864" - }, - "device-desktop-exclamation": { - "name": "device-desktop-exclamation", - "category": "Devices", - "tags": ["device", "desktop", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f865" - }, - "device-desktop-heart": { - "name": "device-desktop-heart", - "category": "Devices", - "tags": ["device", "desktop", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f866" - }, - "device-desktop-minus": { - "name": "device-desktop-minus", - "category": "Devices", - "tags": ["device", "desktop", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f867" - }, - "device-desktop-off": { - "name": "device-desktop-off", - "category": "Devices", - "tags": ["device", "desktop", "off", "monitor", "computer", "imac", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee78" - }, - "device-desktop-pause": { - "name": "device-desktop-pause", - "category": "Devices", - "tags": ["device", "desktop", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f868" - }, - "device-desktop-pin": { - "name": "device-desktop-pin", - "category": "Devices", - "tags": ["device", "desktop", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f869" - }, - "device-desktop-plus": { - "name": "device-desktop-plus", - "category": "Devices", - "tags": ["device", "desktop", "plus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f86a" - }, - "device-desktop-question": { - "name": "device-desktop-question", - "category": "Devices", - "tags": ["device", "desktop", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f86b" - }, - "device-desktop-search": { - "name": "device-desktop-search", - "category": "Devices", - "tags": ["device", "desktop", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f86c" - }, - "device-desktop-share": { - "name": "device-desktop-share", - "category": "Devices", - "tags": ["device", "desktop", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f86d" - }, - "device-desktop-star": { - "name": "device-desktop-star", - "category": "Devices", - "tags": ["device", "desktop", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f86e" - }, - "device-desktop-up": { - "name": "device-desktop-up", - "category": "Devices", - "tags": ["device", "desktop", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f86f" - }, - "device-desktop-x": { - "name": "device-desktop-x", - "category": "Devices", - "tags": ["device", "desktop", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f870" - }, - "device-desktop": { - "name": "device-desktop", - "category": "Devices", - "tags": ["device", "desktop", "monitor", "computer", "imac", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea89" - }, - "device-floppy": { - "name": "device-floppy", - "category": "Devices", - "tags": ["device", "floppy", "save", "file", "disk", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb62" - }, - "device-gamepad-2": { - "name": "device-gamepad-2", - "category": "Devices", - "tags": ["device", "gamepad", "2", "game", "play", "entertainment", "console", "joystick", "joypad", "controller", "icon", "stroke", "outline"], - "version": "1.68", - "unicode": "f1d2" - }, - "device-gamepad-3": { - "name": "device-gamepad-3", - "category": "Devices", - "tags": ["device", "gamepad", "3", "icon", "stroke", "outline"], - "version": "2.32", - "unicode": "fc58" - }, - "device-gamepad": { - "name": "device-gamepad", - "category": "Devices", - "tags": ["device", "gamepad", "game", "play", "entertainment", "console", "joystick", "joypad", "controller", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb63" - }, - "device-heart-monitor-filled": { - "name": "device-heart-monitor-filled", - "category": "Filled", - "tags": ["device", "heart", "monitor", "filled", "hospital", "rate", "healthcare", "health", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa38" - }, - "device-heart-monitor": { - "name": "device-heart-monitor", - "category": "Devices", - "tags": ["device", "heart", "monitor", "hospital", "rate", "healthcare", "health", "icon", "stroke", "outline"], - "version": "1.58", - "unicode": "f060" - }, - "device-imac-bolt": { - "name": "device-imac-bolt", - "category": "Devices", - "tags": ["device", "imac", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f871" - }, - "device-imac-cancel": { - "name": "device-imac-cancel", - "category": "Devices", - "tags": ["device", "imac", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f872" - }, - "device-imac-check": { - "name": "device-imac-check", - "category": "Devices", - "tags": ["device", "imac", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f873" - }, - "device-imac-code": { - "name": "device-imac-code", - "category": "Devices", - "tags": ["device", "imac", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f874" - }, - "device-imac-cog": { - "name": "device-imac-cog", - "category": "Devices", - "tags": ["device", "imac", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f875" - }, - "device-imac-dollar": { - "name": "device-imac-dollar", - "category": "Devices", - "tags": ["device", "imac", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f876" - }, - "device-imac-down": { - "name": "device-imac-down", - "category": "Devices", - "tags": ["device", "imac", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f877" - }, - "device-imac-exclamation": { - "name": "device-imac-exclamation", - "category": "Devices", - "tags": ["device", "imac", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f878" - }, - "device-imac-heart": { - "name": "device-imac-heart", - "category": "Devices", - "tags": ["device", "imac", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f879" - }, - "device-imac-minus": { - "name": "device-imac-minus", - "category": "Devices", - "tags": ["device", "imac", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f87a" - }, - "device-imac-off": { - "name": "device-imac-off", - "category": "Devices", - "tags": ["device", "imac", "off", "computer", "monitor", "apple", "desktop", "pc", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f87b" - }, - "device-imac-pause": { - "name": "device-imac-pause", - "category": "Devices", - "tags": ["device", "imac", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f87c" - }, - "device-imac-pin": { - "name": "device-imac-pin", - "category": "Devices", - "tags": ["device", "imac", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f87d" - }, - "device-imac-plus": { - "name": "device-imac-plus", - "category": "Devices", - "tags": ["device", "imac", "plus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f87e" - }, - "device-imac-question": { - "name": "device-imac-question", - "category": "Devices", - "tags": ["device", "imac", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f87f" - }, - "device-imac-search": { - "name": "device-imac-search", - "category": "Devices", - "tags": ["device", "imac", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f880" - }, - "device-imac-share": { - "name": "device-imac-share", - "category": "Devices", - "tags": ["device", "imac", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f881" - }, - "device-imac-star": { - "name": "device-imac-star", - "category": "Devices", - "tags": ["device", "imac", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f882" - }, - "device-imac-up": { - "name": "device-imac-up", - "category": "Devices", - "tags": ["device", "imac", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f883" - }, - "device-imac-x": { - "name": "device-imac-x", - "category": "Devices", - "tags": ["device", "imac", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f884" - }, - "device-imac": { - "name": "device-imac", - "category": "Devices", - "tags": ["device", "imac", "computer", "monitor", "apple", "desktop", "pc", "icon", "stroke", "outline"], - "version": "2.6", - "unicode": "f7a7" - }, - "device-ipad-bolt": { - "name": "device-ipad-bolt", - "category": "Devices", - "tags": ["device", "ipad", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f885" - }, - "device-ipad-cancel": { - "name": "device-ipad-cancel", - "category": "Devices", - "tags": ["device", "ipad", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f886" - }, - "device-ipad-check": { - "name": "device-ipad-check", - "category": "Devices", - "tags": ["device", "ipad", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f887" - }, - "device-ipad-code": { - "name": "device-ipad-code", - "category": "Devices", - "tags": ["device", "ipad", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f888" - }, - "device-ipad-cog": { - "name": "device-ipad-cog", - "category": "Devices", - "tags": ["device", "ipad", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f889" - }, - "device-ipad-dollar": { - "name": "device-ipad-dollar", - "category": "Devices", - "tags": ["device", "ipad", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f88a" - }, - "device-ipad-down": { - "name": "device-ipad-down", - "category": "Devices", - "tags": ["device", "ipad", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f88b" - }, - "device-ipad-exclamation": { - "name": "device-ipad-exclamation", - "category": "Devices", - "tags": ["device", "ipad", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f88c" - }, - "device-ipad-heart": { - "name": "device-ipad-heart", - "category": "Devices", - "tags": ["device", "ipad", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f88d" - }, - "device-ipad-horizontal-bolt": { - "name": "device-ipad-horizontal-bolt", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f88e" - }, - "device-ipad-horizontal-cancel": { - "name": "device-ipad-horizontal-cancel", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f88f" - }, - "device-ipad-horizontal-check": { - "name": "device-ipad-horizontal-check", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f890" - }, - "device-ipad-horizontal-code": { - "name": "device-ipad-horizontal-code", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f891" - }, - "device-ipad-horizontal-cog": { - "name": "device-ipad-horizontal-cog", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f892" - }, - "device-ipad-horizontal-dollar": { - "name": "device-ipad-horizontal-dollar", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f893" - }, - "device-ipad-horizontal-down": { - "name": "device-ipad-horizontal-down", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f894" - }, - "device-ipad-horizontal-exclamation": { - "name": "device-ipad-horizontal-exclamation", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f895" - }, - "device-ipad-horizontal-heart": { - "name": "device-ipad-horizontal-heart", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f896" - }, - "device-ipad-horizontal-minus": { - "name": "device-ipad-horizontal-minus", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f897" - }, - "device-ipad-horizontal-off": { - "name": "device-ipad-horizontal-off", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "off", "tablet", "apple", "mobile", "technology", "ios", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f898" - }, - "device-ipad-horizontal-pause": { - "name": "device-ipad-horizontal-pause", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f899" - }, - "device-ipad-horizontal-pin": { - "name": "device-ipad-horizontal-pin", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f89a" - }, - "device-ipad-horizontal-plus": { - "name": "device-ipad-horizontal-plus", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "plus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f89b" - }, - "device-ipad-horizontal-question": { - "name": "device-ipad-horizontal-question", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f89c" - }, - "device-ipad-horizontal-search": { - "name": "device-ipad-horizontal-search", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f89d" - }, - "device-ipad-horizontal-share": { - "name": "device-ipad-horizontal-share", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f89e" - }, - "device-ipad-horizontal-star": { - "name": "device-ipad-horizontal-star", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f89f" - }, - "device-ipad-horizontal-up": { - "name": "device-ipad-horizontal-up", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8a0" - }, - "device-ipad-horizontal-x": { - "name": "device-ipad-horizontal-x", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8a1" - }, - "device-ipad-horizontal": { - "name": "device-ipad-horizontal", - "category": "Devices", - "tags": ["device", "ipad", "horizontal", "tablet", "apple", "mobile", "technology", "ios", "icon", "stroke", "outline"], - "version": "1.118", - "unicode": "f647" - }, - "device-ipad-minus": { - "name": "device-ipad-minus", - "category": "Devices", - "tags": ["device", "ipad", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8a2" - }, - "device-ipad-off": { - "name": "device-ipad-off", - "category": "Devices", - "tags": ["device", "ipad", "off", "tablet", "apple", "mobile", "technology", "ios", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8a3" - }, - "device-ipad-pause": { - "name": "device-ipad-pause", - "category": "Devices", - "tags": ["device", "ipad", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8a4" - }, - "device-ipad-pin": { - "name": "device-ipad-pin", - "category": "Devices", - "tags": ["device", "ipad", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8a5" - }, - "device-ipad-plus": { - "name": "device-ipad-plus", - "category": "Devices", - "tags": ["device", "ipad", "plus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8a6" - }, - "device-ipad-question": { - "name": "device-ipad-question", - "category": "Devices", - "tags": ["device", "ipad", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8a7" - }, - "device-ipad-search": { - "name": "device-ipad-search", - "category": "Devices", - "tags": ["device", "ipad", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8a8" - }, - "device-ipad-share": { - "name": "device-ipad-share", - "category": "Devices", - "tags": ["device", "ipad", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8a9" - }, - "device-ipad-star": { - "name": "device-ipad-star", - "category": "Devices", - "tags": ["device", "ipad", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8aa" - }, - "device-ipad-up": { - "name": "device-ipad-up", - "category": "Devices", - "tags": ["device", "ipad", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8ab" - }, - "device-ipad-x": { - "name": "device-ipad-x", - "category": "Devices", - "tags": ["device", "ipad", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8ac" - }, - "device-ipad": { - "name": "device-ipad", - "category": "Devices", - "tags": ["device", "ipad", "tablet", "apple", "mobile", "technology", "ios", "icon", "stroke", "outline"], - "version": "1.118", - "unicode": "f648" - }, - "device-landline-phone": { - "name": "device-landline-phone", - "category": "Devices", - "tags": ["device", "landline", "phone", "telephone", "call", "comunication", "digital", "icon", "stroke", "outline"], - "version": "1.118", - "unicode": "f649" - }, - "device-laptop-off": { - "name": "device-laptop-off", - "category": "Devices", - "tags": ["device", "laptop", "off", "workstation", "mac", "notebook", "portable", "screen", "computer", "icon", "stroke", "outline"], - "version": "1.58", - "unicode": "f061" - }, - "device-laptop": { - "name": "device-laptop", - "category": "Devices", - "tags": ["device", "laptop", "workstation", "mac", "notebook", "portable", "screen", "computer", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb64" - }, - "device-mobile-bolt": { - "name": "device-mobile-bolt", - "category": "Devices", - "tags": ["device", "mobile", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8ad" - }, - "device-mobile-cancel": { - "name": "device-mobile-cancel", - "category": "Devices", - "tags": ["device", "mobile", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8ae" - }, - "device-mobile-charging": { - "name": "device-mobile-charging", - "category": "Devices", - "tags": ["device", "mobile", "charging", "battery", "charge", "wireless", "cable", "icon", "stroke", "outline"], - "version": "1.72", - "unicode": "f224" - }, - "device-mobile-check": { - "name": "device-mobile-check", - "category": "Devices", - "tags": ["device", "mobile", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8af" - }, - "device-mobile-code": { - "name": "device-mobile-code", - "category": "Devices", - "tags": ["device", "mobile", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8b0" - }, - "device-mobile-cog": { - "name": "device-mobile-cog", - "category": "Devices", - "tags": ["device", "mobile", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8b1" - }, - "device-mobile-dollar": { - "name": "device-mobile-dollar", - "category": "Devices", - "tags": ["device", "mobile", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8b2" - }, - "device-mobile-down": { - "name": "device-mobile-down", - "category": "Devices", - "tags": ["device", "mobile", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8b3" - }, - "device-mobile-exclamation": { - "name": "device-mobile-exclamation", - "category": "Devices", - "tags": ["device", "mobile", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8b4" - }, - "device-mobile-filled": { - "name": "device-mobile-filled", - "category": "Filled", - "tags": ["device", "mobile", "filled", "iphone", "phone", "smartphone", "cellphone", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa39" - }, - "device-mobile-heart": { - "name": "device-mobile-heart", - "category": "Devices", - "tags": ["device", "mobile", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8b5" - }, - "device-mobile-message": { - "name": "device-mobile-message", - "category": "Devices", - "tags": ["device", "mobile", "message", "iphone", "phone", "smartphone", "cellphone", "sms", "texting", "chat", "text", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee79" - }, - "device-mobile-minus": { - "name": "device-mobile-minus", - "category": "Devices", - "tags": ["device", "mobile", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8b6" - }, - "device-mobile-off": { - "name": "device-mobile-off", - "category": "Devices", - "tags": ["device", "mobile", "off", "iphone", "phone", "smartphone", "cellphone", "icon", "stroke", "outline"], - "version": "1.58", - "unicode": "f062" - }, - "device-mobile-pause": { - "name": "device-mobile-pause", - "category": "Devices", - "tags": ["device", "mobile", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8b7" - }, - "device-mobile-pin": { - "name": "device-mobile-pin", - "category": "Devices", - "tags": ["device", "mobile", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8b8" - }, - "device-mobile-plus": { - "name": "device-mobile-plus", - "category": "Devices", - "tags": ["device", "mobile", "plus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8b9" - }, - "device-mobile-question": { - "name": "device-mobile-question", - "category": "Devices", - "tags": ["device", "mobile", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8ba" - }, - "device-mobile-rotated": { - "name": "device-mobile-rotated", - "category": "Devices", - "tags": ["device", "mobile", "rotated", "iphone", "phone", "smartphone", "cellphone", "icon", "stroke", "outline"], - "version": "1.20", - "unicode": "ecdb" - }, - "device-mobile-search": { - "name": "device-mobile-search", - "category": "Devices", - "tags": ["device", "mobile", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8bb" - }, - "device-mobile-share": { - "name": "device-mobile-share", - "category": "Devices", - "tags": ["device", "mobile", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8bc" - }, - "device-mobile-star": { - "name": "device-mobile-star", - "category": "Devices", - "tags": ["device", "mobile", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8bd" - }, - "device-mobile-up": { - "name": "device-mobile-up", - "category": "Devices", - "tags": ["device", "mobile", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8be" - }, - "device-mobile-vibration": { - "name": "device-mobile-vibration", - "category": "Devices", - "tags": ["device", "mobile", "vibration", "iphone", "phone", "smartphone", "cellphone", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb86" - }, - "device-mobile-x": { - "name": "device-mobile-x", - "category": "Devices", - "tags": ["device", "mobile", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8bf" - }, - "device-mobile": { - "name": "device-mobile", - "category": "Devices", - "tags": ["device", "mobile", "iphone", "phone", "smartphone", "cellphone", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea8a" - }, - "device-nintendo-off": { - "name": "device-nintendo-off", - "category": "Devices", - "tags": ["device", "nintendo", "off", "gamepad", "technology", "game", "console", "controller", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f111" - }, - "device-nintendo": { - "name": "device-nintendo", - "category": "Devices", - "tags": ["device", "nintendo", "gamepad", "technology", "game", "console", "controller", "icon", "stroke", "outline"], - "version": "1.55", - "unicode": "f026" - }, - "device-projector": { - "name": "device-projector", - "category": "", - "tags": ["device", "projector", "icon", "stroke", "outline"], - "version": "2.29", - "unicode": "fc11" - }, - "device-remote": { - "name": "device-remote", - "category": "Devices", - "tags": ["device", "remote", "control", "tv", "home", "television", "icon", "stroke", "outline"], - "version": "2.5", - "unicode": "f792" - }, - "device-sd-card": { - "name": "device-sd-card", - "category": "Devices", - "tags": ["device", "sd", "card", "memory", "storage", "technology", "data", "icon", "stroke", "outline"], - "version": "1.91", - "unicode": "f384" - }, - "device-sim-1": { - "name": "device-sim-1", - "category": "Devices", - "tags": ["device", "sim", "1", "card", "phone", "mobile", "smartphone", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4af" - }, - "device-sim-2": { - "name": "device-sim-2", - "category": "Devices", - "tags": ["device", "sim", "2", "card", "phone", "mobile", "smartphone", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4b0" - }, - "device-sim-3": { - "name": "device-sim-3", - "category": "Devices", - "tags": ["device", "sim", "3", "card", "phone", "mobile", "smartphone", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4b1" - }, - "device-sim": { - "name": "device-sim", - "category": "Devices", - "tags": ["device", "sim", "card", "phone", "mobile", "smartphone", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4b2" - }, - "device-speaker-off": { - "name": "device-speaker-off", - "category": "Devices", - "tags": ["device", "speaker", "off", "sound", "music", "loud", "audio", "media", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f112" - }, - "device-speaker": { - "name": "device-speaker", - "category": "Devices", - "tags": ["device", "speaker", "sound", "music", "loud", "audio", "media", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "ea8b" - }, - "device-tablet-bolt": { - "name": "device-tablet-bolt", - "category": "Devices", - "tags": ["device", "tablet", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8c0" - }, - "device-tablet-cancel": { - "name": "device-tablet-cancel", - "category": "Devices", - "tags": ["device", "tablet", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8c1" - }, - "device-tablet-check": { - "name": "device-tablet-check", - "category": "Devices", - "tags": ["device", "tablet", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8c2" - }, - "device-tablet-code": { - "name": "device-tablet-code", - "category": "Devices", - "tags": ["device", "tablet", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8c3" - }, - "device-tablet-cog": { - "name": "device-tablet-cog", - "category": "Devices", - "tags": ["device", "tablet", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8c4" - }, - "device-tablet-dollar": { - "name": "device-tablet-dollar", - "category": "Devices", - "tags": ["device", "tablet", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8c5" - }, - "device-tablet-down": { - "name": "device-tablet-down", - "category": "Devices", - "tags": ["device", "tablet", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8c6" - }, - "device-tablet-exclamation": { - "name": "device-tablet-exclamation", - "category": "Devices", - "tags": ["device", "tablet", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8c7" - }, - "device-tablet-filled": { - "name": "device-tablet-filled", - "category": "Filled", - "tags": ["device", "tablet", "filled", "ipad", "mobile", "touchscreen", "portable", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa3a" - }, - "device-tablet-heart": { - "name": "device-tablet-heart", - "category": "Devices", - "tags": ["device", "tablet", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8c8" - }, - "device-tablet-minus": { - "name": "device-tablet-minus", - "category": "Devices", - "tags": ["device", "tablet", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8c9" - }, - "device-tablet-off": { - "name": "device-tablet-off", - "category": "Devices", - "tags": ["device", "tablet", "off", "ipad", "mobile", "touchscreen", "portable", "icon", "stroke", "outline"], - "version": "1.58", - "unicode": "f063" - }, - "device-tablet-pause": { - "name": "device-tablet-pause", - "category": "Devices", - "tags": ["device", "tablet", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8ca" - }, - "device-tablet-pin": { - "name": "device-tablet-pin", - "category": "Devices", - "tags": ["device", "tablet", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8cb" - }, - "device-tablet-plus": { - "name": "device-tablet-plus", - "category": "Devices", - "tags": ["device", "tablet", "plus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8cc" - }, - "device-tablet-question": { - "name": "device-tablet-question", - "category": "Devices", - "tags": ["device", "tablet", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8cd" - }, - "device-tablet-search": { - "name": "device-tablet-search", - "category": "Devices", - "tags": ["device", "tablet", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8ce" - }, - "device-tablet-share": { - "name": "device-tablet-share", - "category": "Devices", - "tags": ["device", "tablet", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8cf" - }, - "device-tablet-star": { - "name": "device-tablet-star", - "category": "Devices", - "tags": ["device", "tablet", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8d0" - }, - "device-tablet-up": { - "name": "device-tablet-up", - "category": "Devices", - "tags": ["device", "tablet", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8d1" - }, - "device-tablet-x": { - "name": "device-tablet-x", - "category": "Devices", - "tags": ["device", "tablet", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8d2" - }, - "device-tablet": { - "name": "device-tablet", - "category": "Devices", - "tags": ["device", "tablet", "ipad", "mobile", "touchscreen", "portable", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea8c" - }, - "device-tv-off": { - "name": "device-tv-off", - "category": "Devices", - "tags": ["device", "tv", "off", "screen", "display", "movie", "film", "watch", "audio", "video", "media", "icon", "stroke", "outline"], - "version": "1.58", - "unicode": "f064" - }, - "device-tv-old": { - "name": "device-tv-old", - "category": "Devices", - "tags": ["device", "tv", "old", "film", "watch", "audio", "video", "media", "retro", "antenna", "icon", "stroke", "outline"], - "version": "1.68", - "unicode": "f1d3" - }, - "device-tv": { - "name": "device-tv", - "category": "Devices", - "tags": ["device", "tv", "screen", "display", "movie", "film", "watch", "audio", "video", "media", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea8d" - }, - "device-usb": { - "name": "device-usb", - "category": "Devices", - "tags": ["device", "usb", "icon", "stroke", "outline"], - "version": "2.32", - "unicode": "fc59" - }, - "device-vision-pro": { - "name": "device-vision-pro", - "category": "Devices", - "tags": ["device", "vision", "pro", "icon", "stroke", "outline"], - "version": "2.23", - "unicode": "fae7" - }, - "device-watch-bolt": { - "name": "device-watch-bolt", - "category": "Devices", - "tags": ["device", "watch", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8d3" - }, - "device-watch-cancel": { - "name": "device-watch-cancel", - "category": "Devices", - "tags": ["device", "watch", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8d4" - }, - "device-watch-check": { - "name": "device-watch-check", - "category": "Devices", - "tags": ["device", "watch", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8d5" - }, - "device-watch-code": { - "name": "device-watch-code", - "category": "Devices", - "tags": ["device", "watch", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8d6" - }, - "device-watch-cog": { - "name": "device-watch-cog", - "category": "Devices", - "tags": ["device", "watch", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8d7" - }, - "device-watch-dollar": { - "name": "device-watch-dollar", - "category": "Devices", - "tags": ["device", "watch", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8d8" - }, - "device-watch-down": { - "name": "device-watch-down", - "category": "Devices", - "tags": ["device", "watch", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8d9" - }, - "device-watch-exclamation": { - "name": "device-watch-exclamation", - "category": "Devices", - "tags": ["device", "watch", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8da" - }, - "device-watch-heart": { - "name": "device-watch-heart", - "category": "Devices", - "tags": ["device", "watch", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8db" - }, - "device-watch-minus": { - "name": "device-watch-minus", - "category": "Devices", - "tags": ["device", "watch", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8dc" - }, - "device-watch-off": { - "name": "device-watch-off", - "category": "Devices", - "tags": ["device", "watch", "off", "arm", "hour", "date", "minutes", "sec.", "timer", "icon", "stroke", "outline"], - "version": "1.58", - "unicode": "f065" - }, - "device-watch-pause": { - "name": "device-watch-pause", - "category": "Devices", - "tags": ["device", "watch", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8dd" - }, - "device-watch-pin": { - "name": "device-watch-pin", - "category": "Devices", - "tags": ["device", "watch", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8de" - }, - "device-watch-plus": { - "name": "device-watch-plus", - "category": "Devices", - "tags": ["device", "watch", "plus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8df" - }, - "device-watch-question": { - "name": "device-watch-question", - "category": "Devices", - "tags": ["device", "watch", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8e0" - }, - "device-watch-search": { - "name": "device-watch-search", - "category": "Devices", - "tags": ["device", "watch", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8e1" - }, - "device-watch-share": { - "name": "device-watch-share", - "category": "Devices", - "tags": ["device", "watch", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8e2" - }, - "device-watch-star": { - "name": "device-watch-star", - "category": "Devices", - "tags": ["device", "watch", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8e3" - }, - "device-watch-stats-2": { - "name": "device-watch-stats-2", - "category": "Devices", - "tags": ["device", "watch", "stats", "2", "steps", "pulse", "hour", "date", "icon", "stroke", "outline"], - "version": "1.46", - "unicode": "ef7c" - }, - "device-watch-stats": { - "name": "device-watch-stats", - "category": "Devices", - "tags": ["device", "watch", "stats", "steps", "pulse", "hour", "date", "icon", "stroke", "outline"], - "version": "1.46", - "unicode": "ef7d" - }, - "device-watch-up": { - "name": "device-watch-up", - "category": "Devices", - "tags": ["device", "watch", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8e4" - }, - "device-watch-x": { - "name": "device-watch-x", - "category": "Devices", - "tags": ["device", "watch", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8e5" - }, - "device-watch": { - "name": "device-watch", - "category": "Devices", - "tags": ["device", "watch", "arm", "hour", "date", "minutes", "sec.", "timer", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ebf9" - }, - "devices-2": { - "name": "devices-2", - "category": "Devices", - "tags": ["devices", "2", "computer", "monitor", "keyboard", "icon", "stroke", "outline"], - "version": "1.26", - "unicode": "ed29" - }, - "devices-bolt": { - "name": "devices-bolt", - "category": "Devices", - "tags": ["devices", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8e6" - }, - "devices-cancel": { - "name": "devices-cancel", - "category": "Devices", - "tags": ["devices", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8e7" - }, - "devices-check": { - "name": "devices-check", - "category": "Devices", - "tags": ["devices", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8e8" - }, - "devices-code": { - "name": "devices-code", - "category": "Devices", - "tags": ["devices", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8e9" - }, - "devices-cog": { - "name": "devices-cog", - "category": "Devices", - "tags": ["devices", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8ea" - }, - "devices-dollar": { - "name": "devices-dollar", - "category": "Devices", - "tags": ["devices", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8eb" - }, - "devices-down": { - "name": "devices-down", - "category": "Devices", - "tags": ["devices", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8ec" - }, - "devices-exclamation": { - "name": "devices-exclamation", - "category": "Devices", - "tags": ["devices", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8ed" - }, - "devices-heart": { - "name": "devices-heart", - "category": "Devices", - "tags": ["devices", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8ee" - }, - "devices-minus": { - "name": "devices-minus", - "category": "Devices", - "tags": ["devices", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8ef" - }, - "devices-off": { - "name": "devices-off", - "category": "Devices", - "tags": ["devices", "off", "computer", "laptop", "notebook", "tablet", "phone", "mobile", "mac", "iphone", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3e4" - }, - "devices-pause": { - "name": "devices-pause", - "category": "Devices", - "tags": ["devices", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8f0" - }, - "devices-pc-off": { - "name": "devices-pc-off", - "category": "Devices", - "tags": ["devices", "pc", "off", "computer", "monitor", "keyboard", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f113" - }, - "devices-pc": { - "name": "devices-pc", - "category": "Devices", - "tags": ["devices", "pc", "computer", "monitor", "keyboard", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee7a" - }, - "devices-pin": { - "name": "devices-pin", - "category": "Devices", - "tags": ["devices", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8f1" - }, - "devices-plus": { - "name": "devices-plus", - "category": "Devices", - "tags": ["devices", "plus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8f2" - }, - "devices-question": { - "name": "devices-question", - "category": "Devices", - "tags": ["devices", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8f3" - }, - "devices-search": { - "name": "devices-search", - "category": "Devices", - "tags": ["devices", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8f4" - }, - "devices-share": { - "name": "devices-share", - "category": "Devices", - "tags": ["devices", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8f5" - }, - "devices-star": { - "name": "devices-star", - "category": "Devices", - "tags": ["devices", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8f6" - }, - "devices-up": { - "name": "devices-up", - "category": "Devices", - "tags": ["devices", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8f7" - }, - "devices-x": { - "name": "devices-x", - "category": "Devices", - "tags": ["devices", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8f8" - }, - "devices": { - "name": "devices", - "category": "Devices", - "tags": ["devices", "computer", "laptop", "notebook", "tablet", "phone", "mobile", "mac", "iphone", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb87" - }, - "diabolo-off": { - "name": "diabolo-off", - "category": "Shapes", - "tags": ["diabolo", "off", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fa9a" - }, - "diabolo-plus": { - "name": "diabolo-plus", - "category": "Shapes", - "tags": ["diabolo", "plus", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fa9b" - }, - "diabolo": { - "name": "diabolo", - "category": "Shapes", - "tags": ["diabolo", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fa9c" - }, - "dialpad-filled": { - "name": "dialpad-filled", - "category": "Filled", - "tags": ["dialpad", "filled", "keypad", "telephone", "phone", "call", "number", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa3b" - }, - "dialpad-off": { - "name": "dialpad-off", - "category": "Devices", - "tags": ["dialpad", "off", "keypad", "telephone", "phone", "call", "number", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f114" - }, - "dialpad": { - "name": "dialpad", - "category": "Devices", - "tags": ["dialpad", "keypad", "telephone", "phone", "call", "number", "icon", "stroke", "outline"], - "version": "1.58", - "unicode": "f067" - }, - "diamond-filled": { - "name": "diamond-filled", - "category": "Filled", - "tags": ["diamond", "filled", "jewellery", "crystal", "mineral", "jewelry", "ring", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f73d" - }, - "diamond-off": { - "name": "diamond-off", - "category": "", - "tags": ["diamond", "off", "jewellery", "crystal", "mineral", "jewelry", "ring", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f115" - }, - "diamond": { - "name": "diamond", - "category": "", - "tags": ["diamond", "jewellery", "crystal", "mineral", "jewelry", "ring", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb65" - }, - "diamonds-filled": { - "name": "diamonds-filled", - "category": "Filled", - "tags": ["diamonds", "filled", "gambling", "game", "casino", "cards", "poker", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f676" - }, - "diamonds": { - "name": "diamonds", - "category": "Shapes", - "tags": ["diamonds", "gambling", "game", "casino", "cards", "poker", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "eff5" - }, - "dice-1-filled": { - "name": "dice-1-filled", - "category": "Filled", - "tags": ["dice", "1", "filled", "game", "boardgame", "roll", "throw", "cube", "numbers", "gambling", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f73e" - }, - "dice-1": { - "name": "dice-1", - "category": "Games", - "tags": ["dice", "1", "game", "boardgame", "roll", "throw", "cube", "numbers", "gambling", "icon", "stroke", "outline"], - "version": "1.60", - "unicode": "f08b" - }, - "dice-2-filled": { - "name": "dice-2-filled", - "category": "Filled", - "tags": ["dice", "2", "filled", "game", "boardgame", "roll", "throw", "cube", "numbers", "gambling", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f73f" - }, - "dice-2": { - "name": "dice-2", - "category": "Games", - "tags": ["dice", "2", "game", "boardgame", "roll", "throw", "cube", "numbers", "gambling", "icon", "stroke", "outline"], - "version": "1.60", - "unicode": "f08c" - }, - "dice-3-filled": { - "name": "dice-3-filled", - "category": "Filled", - "tags": ["dice", "3", "filled", "game", "boardgame", "roll", "throw", "cube", "numbers", "gambling", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f740" - }, - "dice-3": { - "name": "dice-3", - "category": "Games", - "tags": ["dice", "3", "game", "boardgame", "roll", "throw", "cube", "numbers", "gambling", "icon", "stroke", "outline"], - "version": "1.60", - "unicode": "f08d" - }, - "dice-4-filled": { - "name": "dice-4-filled", - "category": "Filled", - "tags": ["dice", "4", "filled", "game", "boardgame", "roll", "throw", "cube", "numbers", "gambling", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f741" - }, - "dice-4": { - "name": "dice-4", - "category": "Games", - "tags": ["dice", "4", "game", "boardgame", "roll", "throw", "cube", "numbers", "gambling", "icon", "stroke", "outline"], - "version": "1.60", - "unicode": "f08e" - }, - "dice-5-filled": { - "name": "dice-5-filled", - "category": "Filled", - "tags": ["dice", "5", "filled", "game", "boardgame", "roll", "throw", "cube", "numbers", "gambling", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f742" - }, - "dice-5": { - "name": "dice-5", - "category": "Games", - "tags": ["dice", "5", "game", "boardgame", "roll", "throw", "cube", "numbers", "gambling", "icon", "stroke", "outline"], - "version": "1.60", - "unicode": "f08f" - }, - "dice-6-filled": { - "name": "dice-6-filled", - "category": "Filled", - "tags": ["dice", "6", "filled", "game", "boardgame", "roll", "throw", "cube", "numbers", "gambling", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f743" - }, - "dice-6": { - "name": "dice-6", - "category": "Games", - "tags": ["dice", "6", "game", "boardgame", "roll", "throw", "cube", "numbers", "gambling", "icon", "stroke", "outline"], - "version": "1.60", - "unicode": "f090" - }, - "dice-filled": { - "name": "dice-filled", - "category": "Filled", - "tags": ["dice", "filled", "game", "boardgame", "roll", "throw", "cube", "numbers", "gambling", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f744" - }, - "dice": { - "name": "dice", - "category": "Games", - "tags": ["dice", "game", "boardgame", "roll", "throw", "cube", "numbers", "gambling", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb66" - }, - "dimensions": { - "name": "dimensions", - "category": "Design", - "tags": ["dimensions", "width", "height", "size", "breadth", "depth", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee7b" - }, - "direction-arrows": { - "name": "direction-arrows", - "category": "", - "tags": ["direction", "arrows", "arrows", "directional", "navigate", "wayfinding", "pointing", "route", "orientation", "arrow-sign", "guidance", "direction", "icon", "stroke", "outline"], - "version": "2.41", - "unicode": "fd36" - }, - "direction-horizontal": { - "name": "direction-horizontal", - "category": "", - "tags": ["direction", "horizontal", "travel", "navigation discover", "plane", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ebfa" - }, - "direction-sign-filled": { - "name": "direction-sign-filled", - "category": "Filled", - "tags": ["direction", "sign", "filled", "arrow", "navigation", "forward", "right", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f745" - }, - "direction-sign-off": { - "name": "direction-sign-off", - "category": "", - "tags": ["direction", "sign", "off", "arrow", "navigation", "forward", "right", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3e5" - }, - "direction-sign": { - "name": "direction-sign", - "category": "", - "tags": ["direction", "sign", "arrow", "navigation", "forward", "right", "icon", "stroke", "outline"], - "version": "1.70", - "unicode": "f1f7" - }, - "direction": { - "name": "direction", - "category": "", - "tags": ["direction", "travel", "navigation discover", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ebfb" - }, - "directions-off": { - "name": "directions-off", - "category": "Map", - "tags": ["directions", "off", "travel", "navigation", "discover", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f116" - }, - "directions": { - "name": "directions", - "category": "Map", - "tags": ["directions", "travel", "navigation", "discover", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea8e" - }, - "disabled-2": { - "name": "disabled-2", - "category": "Health", - "tags": ["disabled", "2", "wheelchair", "accessible", "handicapped", "icon", "stroke", "outline"], - "version": "1.4", - "unicode": "ebaf" - }, - "disabled-off": { - "name": "disabled-off", - "category": "Health", - "tags": ["disabled", "off", "wheelchair", "handicapped", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f117" - }, - "disabled": { - "name": "disabled", - "category": "Health", - "tags": ["disabled", "wheelchair", "handicapped", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea8f" - }, - "disc-golf": { - "name": "disc-golf", - "category": "Sport", - "tags": ["disc", "golf", "frisbee", "throw", "sport", "activity", "icon", "stroke", "outline"], - "version": "1.91", - "unicode": "f385" - }, - "disc-off": { - "name": "disc-off", - "category": "Devices", - "tags": ["disc", "off", "cd", "music", "album", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f118" - }, - "disc": { - "name": "disc", - "category": "Devices", - "tags": ["disc", "cd", "music", "album", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea90" - }, - "discount-2-off": { - "name": "discount-2-off", - "category": "E-commerce", - "tags": ["discount", "2", "off", "sale", "reduction", "price", "cost", "money", "shopping", "bargain", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3e6" - }, - "discount-2": { - "name": "discount-2", - "category": "E-commerce", - "tags": ["discount", "2", "sale", "reduction", "price", "cost", "money", "shopping", "bargain", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "ee7c" - }, - "discount-check-filled": { - "name": "discount-check-filled", - "category": "Filled", - "tags": ["discount", "check", "filled", "reduction", "price", "cost", "money", "shopping", "bargain", "tick", "done", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f746" - }, - "discount-check": { - "name": "discount-check", - "category": "E-commerce", - "tags": ["discount", "check", "reduction", "price", "cost", "money", "shopping", "bargain", "tick", "done", "icon", "stroke", "outline"], - "version": "1.70", - "unicode": "f1f8" - }, - "discount-off": { - "name": "discount-off", - "category": "E-commerce", - "tags": ["discount", "off", "sale", "reduction", "price", "cost", "money", "shopping", "bargain", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3e7" - }, - "discount": { - "name": "discount", - "category": "E-commerce", - "tags": ["discount", "sale", "reduction", "price", "cost", "money", "shopping", "bargain", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "ebbd" - }, - "divide": { - "name": "divide", - "category": "Math", - "tags": ["divide", "separate", "element", "multiple", "apart", "separator", "parts", "icon", "stroke", "outline"], - "version": "1.31", - "unicode": "ed5c" - }, - "dna-2-off": { - "name": "dna-2-off", - "category": "Health", - "tags": ["dna", "2", "off", "genetics", "biology", "chain", "genetic", "code", "virus", "organism", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f119" - }, - "dna-2": { - "name": "dna-2", - "category": "Health", - "tags": ["dna", "2", "genetics", "biology", "chain", "genetic", "code", "virus", "organism", "icon", "stroke", "outline"], - "version": "1.44", - "unicode": "ef5c" - }, - "dna-off": { - "name": "dna-off", - "category": "Health", - "tags": ["dna", "off", "genetics", "biology", "chain", "genetic", "code", "virus", "organism", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f11a" - }, - "dna": { - "name": "dna", - "category": "Health", - "tags": ["dna", "genetics", "biology", "chain", "genetic", "code", "virus", "organism", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee7d" - }, - "dog-bowl": { - "name": "dog-bowl", - "category": "Food", - "tags": ["dog", "bowl", "pet", "food", "animal", "bone", "icon", "stroke", "outline"], - "version": "1.41", - "unicode": "ef29" - }, - "dog": { - "name": "dog", - "category": "Animals", - "tags": ["dog", "pet", "animal", "cute", "bone", "home", "puppy", "icon", "stroke", "outline"], - "version": "1.119", - "unicode": "f660" - }, - "door-enter": { - "name": "door-enter", - "category": "", - "tags": ["door", "enter", "entrance", "open", "in", "entry", "icon", "stroke", "outline"], - "version": "1.43", - "unicode": "ef4c" - }, - "door-exit": { - "name": "door-exit", - "category": "", - "tags": ["door", "exit", "out", "close", "leave", "icon", "stroke", "outline"], - "version": "1.43", - "unicode": "ef4d" - }, - "door-off": { - "name": "door-off", - "category": "", - "tags": ["door", "off", "entrance", "home", "house", "room", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f11b" - }, - "door": { - "name": "door", - "category": "", - "tags": ["door", "entrance", "home", "house", "room", "icon", "stroke", "outline"], - "version": "1.43", - "unicode": "ef4e" - }, - "dots-circle-horizontal": { - "name": "dots-circle-horizontal", - "category": "System", - "tags": ["dots", "circle", "horizontal", "more", "options", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea91" - }, - "dots-diagonal-2": { - "name": "dots-diagonal-2", - "category": "System", - "tags": ["dots", "diagonal", "2", "hellip", "more", "ellipsis", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea92" - }, - "dots-diagonal": { - "name": "dots-diagonal", - "category": "System", - "tags": ["dots", "diagonal", "hellip", "more", "ellipsis", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea93" - }, - "dots-vertical": { - "name": "dots-vertical", - "category": "System", - "tags": ["dots", "vertical", "hellip", "more", "ellipsis", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea94" - }, - "dots": { - "name": "dots", - "category": "System", - "tags": ["dots", "hellip", "more", "ellipsis", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea95" - }, - "download-off": { - "name": "download-off", - "category": "Arrows", - "tags": ["download", "off", "save", "arrow", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f11c" - }, - "download": { - "name": "download", - "category": "Arrows", - "tags": ["download", "save", "arrow", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea96" - }, - "drag-drop-2": { - "name": "drag-drop-2", - "category": "Design", - "tags": ["drag", "drop", "2", "location", "gesture", "move", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb88" - }, - "drag-drop": { - "name": "drag-drop", - "category": "Design", - "tags": ["drag", "drop", "location", "gesture", "move", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb89" - }, - "drone-off": { - "name": "drone-off", - "category": "Vehicles", - "tags": ["drone", "off", "device", "fly", "aircraft", "surveillance", "control", "autonomous", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee7e" - }, - "drone": { - "name": "drone", - "category": "Vehicles", - "tags": ["drone", "device", "fly", "aircraft", "surveillance", "control", "autonomous", "icon", "stroke", "outline"], - "version": "1.33", - "unicode": "ed79" - }, - "drop-circle": { - "name": "drop-circle", - "category": "", - "tags": ["drop", "circle", "water", "rain", "droplet", "oil", "icon", "stroke", "outline"], - "version": "1.51", - "unicode": "efde" - }, - "droplet-bolt": { - "name": "droplet-bolt", - "category": "Design", - "tags": ["droplet", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8f9" - }, - "droplet-cancel": { - "name": "droplet-cancel", - "category": "Design", - "tags": ["droplet", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8fa" - }, - "droplet-check": { - "name": "droplet-check", - "category": "Design", - "tags": ["droplet", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8fb" - }, - "droplet-code": { - "name": "droplet-code", - "category": "Design", - "tags": ["droplet", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8fc" - }, - "droplet-cog": { - "name": "droplet-cog", - "category": "Design", - "tags": ["droplet", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8fd" - }, - "droplet-dollar": { - "name": "droplet-dollar", - "category": "Design", - "tags": ["droplet", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8fe" - }, - "droplet-down": { - "name": "droplet-down", - "category": "Design", - "tags": ["droplet", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f8ff" - }, - "droplet-exclamation": { - "name": "droplet-exclamation", - "category": "Design", - "tags": ["droplet", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f900" - }, - "droplet-filled": { - "name": "droplet-filled", - "category": "Design", - "tags": ["droplet", "filled", "water", "rain", "liquid", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee80" - }, - "droplet-half-2-filled": { - "name": "droplet-half-2-filled", - "category": "Filled", - "tags": ["droplet", "half", "2", "filled", "water", "rain", "liquid", "fill", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb6c" - }, - "droplet-half-2": { - "name": "droplet-half-2", - "category": "Design", - "tags": ["droplet", "half", "2", "water", "rain", "liquid", "fill", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee81" - }, - "droplet-half-filled": { - "name": "droplet-half-filled", - "category": "Design", - "tags": ["droplet", "half", "filled", "water", "rain", "liquid", "fill", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "f6c5" - }, - "droplet-half": { - "name": "droplet-half", - "category": "Design", - "tags": ["droplet", "half", "water", "rain", "liquid", "fill", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee82" - }, - "droplet-heart": { - "name": "droplet-heart", - "category": "Design", - "tags": ["droplet", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f901" - }, - "droplet-minus": { - "name": "droplet-minus", - "category": "Design", - "tags": ["droplet", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f902" - }, - "droplet-off": { - "name": "droplet-off", - "category": "Design", - "tags": ["droplet", "off", "water", "rain", "liquid", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee83" - }, - "droplet-pause": { - "name": "droplet-pause", - "category": "Design", - "tags": ["droplet", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f903" - }, - "droplet-pin": { - "name": "droplet-pin", - "category": "Design", - "tags": ["droplet", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f904" - }, - "droplet-plus": { - "name": "droplet-plus", - "category": "Design", - "tags": ["droplet", "plus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f905" - }, - "droplet-question": { - "name": "droplet-question", - "category": "Design", - "tags": ["droplet", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f906" - }, - "droplet-search": { - "name": "droplet-search", - "category": "Design", - "tags": ["droplet", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f907" - }, - "droplet-share": { - "name": "droplet-share", - "category": "Design", - "tags": ["droplet", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f908" - }, - "droplet-star": { - "name": "droplet-star", - "category": "Design", - "tags": ["droplet", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f909" - }, - "droplet-up": { - "name": "droplet-up", - "category": "Design", - "tags": ["droplet", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f90a" - }, - "droplet-x": { - "name": "droplet-x", - "category": "Design", - "tags": ["droplet", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f90b" - }, - "droplet": { - "name": "droplet", - "category": "Design", - "tags": ["droplet", "water", "rain", "liquid", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea97" - }, - "droplets": { - "name": "droplets", - "category": "", - "tags": ["droplets", "icon", "stroke", "outline"], - "version": "2.29", - "unicode": "fc12" - }, - "dual-screen": { - "name": "dual-screen", - "category": "Devices", - "tags": ["dual", "screen", "icon", "stroke", "outline"], - "version": "2.16", - "unicode": "fa59" - }, - "e-passport": { - "name": "e-passport", - "category": "E-commerce", - "tags": ["e", "passport", "id", "online", "mobile", "app", "travel", "icon", "stroke", "outline"], - "version": "1.99", - "unicode": "f4df" - }, - "ear-off": { - "name": "ear-off", - "category": "Health", - "tags": ["ear", "off", "sound", "listen", "music", "hear", "loud", "speakers", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee84" - }, - "ear-scan": { - "name": "ear-scan", - "category": "", - "tags": ["ear", "scan", "ear", "scan", "audiology", "hearing-test", "ear-exam", "medical", "healthcare", "ear-scan", "diagnosis", "hearing-health", "icon", "stroke", "outline"], - "version": "2.43", - "unicode": "fd57" - }, - "ear": { - "name": "ear", - "category": "Health", - "tags": ["ear", "sound", "listen", "music", "hear", "loud", "speakers", "icon", "stroke", "outline"], - "version": "1.6", - "unicode": "ebce" - }, - "ease-in-control-point": { - "name": "ease-in-control-point", - "category": "Design", - "tags": ["ease", "in", "control", "point", "animation", "graph", "curve", "function", "icon", "stroke", "outline"], - "version": "1.107", - "unicode": "f570" - }, - "ease-in-out-control-points": { - "name": "ease-in-out-control-points", - "category": "Design", - "tags": ["ease", "in", "out", "control", "points", "animation", "graph", "curve", "function", "icon", "stroke", "outline"], - "version": "1.107", - "unicode": "f571" - }, - "ease-in-out": { - "name": "ease-in-out", - "category": "Design", - "tags": ["ease", "in", "out", "animation", "graph", "curve", "function", "icon", "stroke", "outline"], - "version": "1.107", - "unicode": "f572" - }, - "ease-in": { - "name": "ease-in", - "category": "Design", - "tags": ["ease", "in", "animation", "graph", "curve", "function", "icon", "stroke", "outline"], - "version": "1.107", - "unicode": "f573" - }, - "ease-out-control-point": { - "name": "ease-out-control-point", - "category": "Design", - "tags": ["ease", "out", "control", "point", "animation", "graph", "curve", "function", "icon", "stroke", "outline"], - "version": "1.107", - "unicode": "f574" - }, - "ease-out": { - "name": "ease-out", - "category": "Design", - "tags": ["ease", "out", "animation", "graph", "curve", "function", "icon", "stroke", "outline"], - "version": "1.107", - "unicode": "f575" - }, - "edit-circle-off": { - "name": "edit-circle-off", - "category": "Design", - "tags": ["edit", "circle", "off", "pencil", "change", "update", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f11d" - }, - "edit-circle": { - "name": "edit-circle", - "category": "Design", - "tags": ["edit", "circle", "pencil", "change", "update", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee85" - }, - "edit-off": { - "name": "edit-off", - "category": "Design", - "tags": ["edit", "off", "pencil", "change", "update", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f11e" - }, - "edit": { - "name": "edit", - "category": "Design", - "tags": ["edit", "pencil", "change", "update", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea98" - }, - "egg-cracked": { - "name": "egg-cracked", - "category": "Food", - "tags": ["egg", "cracked", "breaking", "broken", "food", "breakfast", "icon", "stroke", "outline"], - "version": "1.82", - "unicode": "f2d6" - }, - "egg-filled": { - "name": "egg-filled", - "category": "Filled", - "tags": ["egg", "filled", "food", "easter", "chicken", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f678" - }, - "egg-fried": { - "name": "egg-fried", - "category": "Food", - "tags": ["egg", "fried", "food", "breakfast", "cooking", "kitchen", "icon", "stroke", "outline"], - "version": "1.91", - "unicode": "f386" - }, - "egg-off": { - "name": "egg-off", - "category": "Food", - "tags": ["egg", "off", "food", "easter", "chicken", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f11f" - }, - "egg": { - "name": "egg", - "category": "Food", - "tags": ["egg", "food", "easter", "chicken", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb8a" - }, - "eggs": { - "name": "eggs", - "category": "Food", - "tags": ["eggs", "food", "chicken", "easter", "icon", "stroke", "outline"], - "version": "1.101", - "unicode": "f500" - }, - "elevator-off": { - "name": "elevator-off", - "category": "", - "tags": ["elevator", "off", "hotel", "up", "down", "service", "door", "lift", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3e8" - }, - "elevator": { - "name": "elevator", - "category": "", - "tags": ["elevator", "hotel", "up", "down", "service", "door", "lift", "icon", "stroke", "outline"], - "version": "1.51", - "unicode": "efdf" - }, - "emergency-bed": { - "name": "emergency-bed", - "category": "Health", - "tags": ["emergency", "bed", "hospital", "medical", "patient", "medicine", "icon", "stroke", "outline"], - "version": "1.44", - "unicode": "ef5d" - }, - "empathize-off": { - "name": "empathize-off", - "category": "Health", - "tags": ["empathize", "off", "pepole", "understund", "thinking", "care", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3e9" - }, - "empathize": { - "name": "empathize", - "category": "Health", - "tags": ["empathize", "pepole", "understund", "thinking", "care", "icon", "stroke", "outline"], - "version": "1.79", - "unicode": "f29b" - }, - "emphasis": { - "name": "emphasis", - "category": "Text", - "tags": ["emphasis", "highlight", "priority", "stress", "icon", "stroke", "outline"], - "version": "1.6", - "unicode": "ebcf" - }, - "engine-off": { - "name": "engine-off", - "category": "Vehicles", - "tags": ["engine", "off", "car", "motor", "automotive", "dashboard", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f120" - }, - "engine": { - "name": "engine", - "category": "Vehicles", - "tags": ["engine", "car", "motor", "automotive", "dashboard", "icon", "stroke", "outline"], - "version": "1.46", - "unicode": "ef7e" - }, - "equal-double": { - "name": "equal-double", - "category": "Math", - "tags": ["equal", "double", "coding", "programming", "code", "sign", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4e1" - }, - "equal-not": { - "name": "equal-not", - "category": "Math", - "tags": ["equal", "not", "maths", "mathematics", "equation", "different", "value", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee86" - }, - "equal": { - "name": "equal", - "category": "Math", - "tags": ["equal", "maths", "mathematics", "equation", "same", "value", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee87" - }, - "eraser-off": { - "name": "eraser-off", - "category": "Text", - "tags": ["eraser", "off", "delete", "remove", "eliminate", "wipe-out", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f121" - }, - "eraser": { - "name": "eraser", - "category": "Text", - "tags": ["eraser", "delete", "remove", "eliminate", "wipe-out", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb8b" - }, - "error-404-off": { - "name": "error-404-off", - "category": "Computers", - "tags": ["error", "404", "off", "web", "page", "not", "found", "message", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f122" - }, - "error-404": { - "name": "error-404", - "category": "Computers", - "tags": ["error", "404", "web", "page", "not", "found", "message", "icon", "stroke", "outline"], - "version": "1.55", - "unicode": "f027" - }, - "escalator-down": { - "name": "escalator-down", - "category": "Map", - "tags": ["escalator", "down", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb04" - }, - "escalator-up": { - "name": "escalator-up", - "category": "Map", - "tags": ["escalator", "up", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb05" - }, - "escalator": { - "name": "escalator", - "category": "Map", - "tags": ["escalator", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb06" - }, - "exchange-off": { - "name": "exchange-off", - "category": "", - "tags": ["exchange", "off", "cantor", "money", "product", "product", "student", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f123" - }, - "exchange": { - "name": "exchange", - "category": "", - "tags": ["exchange", "cantor", "money", "product", "product", "student", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebe7" - }, - "exclamation-circle": { - "name": "exclamation-circle", - "category": "", - "tags": ["exclamation", "circle", "warning", "error", "shape", "caution", "alert", "icon", "stroke", "outline"], - "version": "1.117", - "unicode": "f634" - }, - "exclamation-mark-off": { - "name": "exclamation-mark-off", - "category": "", - "tags": ["exclamation", "mark", "off", "warning", "caution", "alert", "danger", "!", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f124" - }, - "exclamation-mark": { - "name": "exclamation-mark", - "category": "", - "tags": ["exclamation", "mark", "warning", "caution", "alert", "danger", "!", "icon", "stroke", "outline"], - "version": "1.49", - "unicode": "efb4" - }, - "explicit-off": { - "name": "explicit-off", - "category": "", - "tags": ["explicit", "off", "adult", "content", "xxx", "curse", "words", "porn", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3ea" - }, - "explicit": { - "name": "explicit", - "category": "", - "tags": ["explicit", "adult", "content", "xxx", "curse", "words", "porn", "icon", "stroke", "outline"], - "version": "1.75", - "unicode": "f256" - }, - "exposure-0": { - "name": "exposure-0", - "category": "Photography", - "tags": ["exposure", "0", "digit", "math", "number", "evaluation", "icon", "stroke", "outline"], - "version": "1.79", - "unicode": "f29c" - }, - "exposure-minus-1": { - "name": "exposure-minus-1", - "category": "Photography", - "tags": ["exposure", "minus", "1", "digit", "math", "number", "evaluation", "icon", "stroke", "outline"], - "version": "1.79", - "unicode": "f29d" - }, - "exposure-minus-2": { - "name": "exposure-minus-2", - "category": "Photography", - "tags": ["exposure", "minus", "2", "digit", "math", "number", "evaluation", "icon", "stroke", "outline"], - "version": "1.79", - "unicode": "f29e" - }, - "exposure-off": { - "name": "exposure-off", - "category": "Photography", - "tags": ["exposure", "off", "light", "bright", "dark", "camera", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3eb" - }, - "exposure-plus-1": { - "name": "exposure-plus-1", - "category": "Photography", - "tags": ["exposure", "plus", "1", "digit", "math", "number", "evaluation", "icon", "stroke", "outline"], - "version": "1.79", - "unicode": "f29f" - }, - "exposure-plus-2": { - "name": "exposure-plus-2", - "category": "Photography", - "tags": ["exposure", "plus", "2", "digit", "math", "number", "evaluation", "icon", "stroke", "outline"], - "version": "1.79", - "unicode": "f2a0" - }, - "exposure": { - "name": "exposure", - "category": "Photography", - "tags": ["exposure", "light", "bright", "dark", "camera", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb8c" - }, - "external-link-off": { - "name": "external-link-off", - "category": "System", - "tags": ["external", "link", "off", "connection", "outbound", "redirect", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f125" - }, - "external-link": { - "name": "external-link", - "category": "System", - "tags": ["external", "link", "connection", "outbound", "redirect", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea99" - }, - "eye-bolt": { - "name": "eye-bolt", - "category": "", - "tags": ["eye", "bolt", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb6d" - }, - "eye-cancel": { - "name": "eye-cancel", - "category": "", - "tags": ["eye", "cancel", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb6e" - }, - "eye-check": { - "name": "eye-check", - "category": "System", - "tags": ["eye", "check", "sight", "visual", "view", "public", "approve", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee88" - }, - "eye-closed": { - "name": "eye-closed", - "category": "System", - "tags": ["eye", "closed", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7ec" - }, - "eye-code": { - "name": "eye-code", - "category": "", - "tags": ["eye", "code", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb6f" - }, - "eye-cog": { - "name": "eye-cog", - "category": "System", - "tags": ["eye", "cog", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7ed" - }, - "eye-discount": { - "name": "eye-discount", - "category": "", - "tags": ["eye", "discount", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb70" - }, - "eye-dollar": { - "name": "eye-dollar", - "category": "", - "tags": ["eye", "dollar", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb71" - }, - "eye-down": { - "name": "eye-down", - "category": "", - "tags": ["eye", "down", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb72" - }, - "eye-edit": { - "name": "eye-edit", - "category": "System", - "tags": ["eye", "edit", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7ee" - }, - "eye-exclamation": { - "name": "eye-exclamation", - "category": "System", - "tags": ["eye", "exclamation", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7ef" - }, - "eye-filled": { - "name": "eye-filled", - "category": "Filled", - "tags": ["eye", "filled", "view", "watch", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f679" - }, - "eye-heart": { - "name": "eye-heart", - "category": "System", - "tags": ["eye", "heart", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7f0" - }, - "eye-minus": { - "name": "eye-minus", - "category": "", - "tags": ["eye", "minus", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb73" - }, - "eye-off": { - "name": "eye-off", - "category": "System", - "tags": ["eye", "off", "view", "watch", "icon", "stroke", "outline"], - "version": "1.22", - "unicode": "ecf0" - }, - "eye-pause": { - "name": "eye-pause", - "category": "", - "tags": ["eye", "pause", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb74" - }, - "eye-pin": { - "name": "eye-pin", - "category": "", - "tags": ["eye", "pin", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb75" - }, - "eye-plus": { - "name": "eye-plus", - "category": "", - "tags": ["eye", "plus", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb76" - }, - "eye-question": { - "name": "eye-question", - "category": "", - "tags": ["eye", "question", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb77" - }, - "eye-search": { - "name": "eye-search", - "category": "", - "tags": ["eye", "search", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb78" - }, - "eye-share": { - "name": "eye-share", - "category": "", - "tags": ["eye", "share", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb79" - }, - "eye-star": { - "name": "eye-star", - "category": "", - "tags": ["eye", "star", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb7a" - }, - "eye-table": { - "name": "eye-table", - "category": "Health", - "tags": ["eye", "table", "vision", "sight", "text", "ophthalmology", "disease", "icon", "stroke", "outline"], - "version": "1.44", - "unicode": "ef5e" - }, - "eye-up": { - "name": "eye-up", - "category": "", - "tags": ["eye", "up", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb7b" - }, - "eye-x": { - "name": "eye-x", - "category": "System", - "tags": ["eye", "x", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7f1" - }, - "eye": { - "name": "eye", - "category": "System", - "tags": ["eye", "view", "watch", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea9a" - }, - "eyeglass-2": { - "name": "eyeglass-2", - "category": "Health", - "tags": ["eyeglass", "2", "sight", "defect", "see", "vision", "frames", "lenses", "visually", "impaired", "myopia", "far-sighted", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee89" - }, - "eyeglass-off": { - "name": "eyeglass-off", - "category": "Health", - "tags": ["eyeglass", "off", "sight", "defect", "see", "vision", "frames", "lenses", "visually", "impaired", "myopia", "far-sighted", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f126" - }, - "eyeglass": { - "name": "eyeglass", - "category": "Health", - "tags": ["eyeglass", "sight", "defect", "see", "vision", "frames", "lenses", "visually", "impaired", "myopia", "far-sighted", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee8a" - }, - "face-id-error": { - "name": "face-id-error", - "category": "", - "tags": ["face", "id", "error", "scan", "apple", "iphone", "ipad", "icon", "stroke", "outline"], - "version": "1.48", - "unicode": "efa7" - }, - "face-id": { - "name": "face-id", - "category": "", - "tags": ["face", "id", "apple", "iphone", "ipad", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea9b" - }, - "face-mask-off": { - "name": "face-mask-off", - "category": "Health", - "tags": ["face", "mask", "off", "coronavirus", "virus", "medical", "hospital", "doctor", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f127" - }, - "face-mask": { - "name": "face-mask", - "category": "Health", - "tags": ["face", "mask", "coronavirus", "virus", "medical", "hospital", "doctor", "icon", "stroke", "outline"], - "version": "1.49", - "unicode": "efb5" - }, - "fall": { - "name": "fall", - "category": "Health", - "tags": ["fall", "collapse", "damage", "cliff", "height", "icon", "stroke", "outline"], - "version": "1.18", - "unicode": "ecb9" - }, - "favicon": { - "name": "favicon", - "category": "Design", - "tags": ["favicon", "icon", "stroke", "outline"], - "version": "2.44", - "unicode": "fd65" - }, - "feather-off": { - "name": "feather-off", - "category": "Nature", - "tags": ["feather", "off", "bird", "animal", "nature", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f128" - }, - "feather": { - "name": "feather", - "category": "Nature", - "tags": ["feather", "bird", "animal", "nature", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee8b" - }, - "fence-off": { - "name": "fence-off", - "category": "Buildings", - "tags": ["fence", "off", "garden", "home", "house", "farm", "wood", "barrier", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f129" - }, - "fence": { - "name": "fence", - "category": "Buildings", - "tags": ["fence", "garden", "home", "house", "farm", "wood", "barrier", "icon", "stroke", "outline"], - "version": "1.41", - "unicode": "ef2a" - }, - "fidget-spinner": { - "name": "fidget-spinner", - "category": "", - "tags": ["fidget", "spinner", "toy", "spinning", "gadget", "kids", "children", "loader", "loading", "icon", "stroke", "outline"], - "version": "1.58", - "unicode": "f068" - }, - "file-3d": { - "name": "file-3d", - "category": "Document", - "tags": ["file", "3d", "model", "document", "icon", "stroke", "outline"], - "version": "1.56", - "unicode": "f032" - }, - "file-alert": { - "name": "file-alert", - "category": "Document", - "tags": ["file", "alert", "danger", "risk", "warning", "check", "caution", "document", "error", "icon", "stroke", "outline"], - "version": "1.37", - "unicode": "ede6" - }, - "file-analytics": { - "name": "file-analytics", - "category": "Document", - "tags": ["file", "analytics", "data", "statistics", "report", "chart", "document", "paper", "icon", "stroke", "outline"], - "version": "1.37", - "unicode": "ede7" - }, - "file-arrow-left": { - "name": "file-arrow-left", - "category": "Document", - "tags": ["file", "arrow", "left", "document", "import", "page", "move", "icon", "stroke", "outline"], - "version": "1.56", - "unicode": "f033" - }, - "file-arrow-right": { - "name": "file-arrow-right", - "category": "Document", - "tags": ["file", "arrow", "right", "document", "export", "page", "move", "icon", "stroke", "outline"], - "version": "1.56", - "unicode": "f034" - }, - "file-barcode": { - "name": "file-barcode", - "category": "Document", - "tags": ["file", "barcode", "document", "code", "qr", "ticket", "scan", "icon", "stroke", "outline"], - "version": "1.56", - "unicode": "f035" - }, - "file-broken": { - "name": "file-broken", - "category": "Document", - "tags": ["file", "broken", "document", "error", "demaged", "delete", "icon", "stroke", "outline"], - "version": "1.101", - "unicode": "f501" - }, - "file-certificate": { - "name": "file-certificate", - "category": "Document", - "tags": ["file", "certificate", "certificate", "license", "diploma", "document", "format", "data", "paper", "icon", "stroke", "outline"], - "version": "1.29", - "unicode": "ed4d" - }, - "file-chart": { - "name": "file-chart", - "category": "Document", - "tags": ["file", "chart", "data", "graph", "analytics", "icon", "stroke", "outline"], - "version": "1.56", - "unicode": "f036" - }, - "file-check": { - "name": "file-check", - "category": "Document", - "tags": ["file", "check", "list", "document", "accept", "done", "tick", "checkmark", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea9c" - }, - "file-code-2": { - "name": "file-code-2", - "category": "Document", - "tags": ["file", "code", "2", "programming", "document", "developer", "technology", "icon", "stroke", "outline"], - "version": "1.37", - "unicode": "ede8" - }, - "file-code": { - "name": "file-code", - "category": "Document", - "tags": ["file", "code", "paper", "new", "icon", "stroke", "outline"], - "version": "1.6", - "unicode": "ebd0" - }, - "file-cv": { - "name": "file-cv", - "category": "Document", - "tags": ["file", "cv", "icon", "stroke", "outline"], - "version": "2.16", - "unicode": "fa5a" - }, - "file-database": { - "name": "file-database", - "category": "Document", - "tags": ["file", "database", "data", "storage", "folder", "format", "server", "icon", "stroke", "outline"], - "version": "1.56", - "unicode": "f037" - }, - "file-delta": { - "name": "file-delta", - "category": "Document", - "tags": ["file", "delta", "data", "document", "extension", "paper", "icon", "stroke", "outline"], - "version": "1.104", - "unicode": "f53d" - }, - "file-description": { - "name": "file-description", - "category": "Document", - "tags": ["file", "description", "text", "paper", "report", "details", "job", "icon", "stroke", "outline"], - "version": "1.55", - "unicode": "f028" - }, - "file-diff": { - "name": "file-diff", - "category": "Document", - "tags": ["file", "diff", "add", "create", "new", "icon", "stroke", "outline"], - "version": "1.22", - "unicode": "ecf1" - }, - "file-digit": { - "name": "file-digit", - "category": "Document", - "tags": ["file", "digit", "boolean", "binary", "exe", "icon", "stroke", "outline"], - "version": "1.48", - "unicode": "efa8" - }, - "file-dislike": { - "name": "file-dislike", - "category": "Document", - "tags": ["file", "dislike", "rejected", "document", "icon", "stroke", "outline"], - "version": "1.26", - "unicode": "ed2a" - }, - "file-dollar": { - "name": "file-dollar", - "category": "Document", - "tags": ["file", "dollar", "money", "finance", "invoice", "icon", "stroke", "outline"], - "version": "1.51", - "unicode": "efe0" - }, - "file-dots": { - "name": "file-dots", - "category": "Document", - "tags": ["file", "dots", "more", "menu", "info", "icon", "stroke", "outline"], - "version": "1.56", - "unicode": "f038" - }, - "file-download": { - "name": "file-download", - "category": "Document", - "tags": ["file", "download", "save", "transfer", "input", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea9d" - }, - "file-euro": { - "name": "file-euro", - "category": "Document", - "tags": ["file", "euro", "money", "finance", "buisness", "icon", "stroke", "outline"], - "version": "1.51", - "unicode": "efe1" - }, - "file-export": { - "name": "file-export", - "category": "Document", - "tags": ["file", "export", "arrow", "data", "paper", "document", "format", "icon", "stroke", "outline"], - "version": "1.37", - "unicode": "ede9" - }, - "file-filled": { - "name": "file-filled", - "category": "Filled", - "tags": ["file", "filled", "paper", "new", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f747" - }, - "file-function": { - "name": "file-function", - "category": "Document", - "tags": ["file", "function", "data", "document", "extension", "paper", "icon", "stroke", "outline"], - "version": "1.104", - "unicode": "f53e" - }, - "file-horizontal": { - "name": "file-horizontal", - "category": "Document", - "tags": ["file", "horizontal", "paper", "new", "icon", "stroke", "outline"], - "version": "1.4", - "unicode": "ebb0" - }, - "file-import": { - "name": "file-import", - "category": "Document", - "tags": ["file", "import", "arrow", "data", "paper", "document", "format", "icon", "stroke", "outline"], - "version": "1.37", - "unicode": "edea" - }, - "file-infinity": { - "name": "file-infinity", - "category": "Document", - "tags": ["file", "infinity", "document", "eternity", "sync", "loop", "icon", "stroke", "outline"], - "version": "1.101", - "unicode": "f502" - }, - "file-info": { - "name": "file-info", - "category": "Document", - "tags": ["file", "info", "info", "information", "informations", "paper", "file", "document", "page", "icon", "stroke", "outline"], - "version": "1.38", - "unicode": "edec" - }, - "file-invoice": { - "name": "file-invoice", - "category": "Document", - "tags": ["file", "invoice", "accounting", "bill", "statement", "settlement", "finance", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb67" - }, - "file-lambda": { - "name": "file-lambda", - "category": "Document", - "tags": ["file", "lambda", "data", "document", "extension", "paper", "icon", "stroke", "outline"], - "version": "1.104", - "unicode": "f53f" - }, - "file-like": { - "name": "file-like", - "category": "Document", - "tags": ["file", "like", "approved", "document", "icon", "stroke", "outline"], - "version": "1.26", - "unicode": "ed2b" - }, - "file-minus": { - "name": "file-minus", - "category": "Document", - "tags": ["file", "minus", "remove", "delete", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea9e" - }, - "file-music": { - "name": "file-music", - "category": "Document", - "tags": ["file", "music", "mp3", "wma", "wav", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ea9f" - }, - "file-neutral": { - "name": "file-neutral", - "category": "", - "tags": ["file", "neutral", "icon", "stroke", "outline"], - "version": "2.40", - "unicode": "fd22" - }, - "file-off": { - "name": "file-off", - "category": "Document", - "tags": ["file", "off", "paper", "new", "icon", "stroke", "outline"], - "version": "1.22", - "unicode": "ecf2" - }, - "file-orientation": { - "name": "file-orientation", - "category": "Document", - "tags": ["file", "orientation", "document", "arrow", "change", "modify", "page", "icon", "stroke", "outline"], - "version": "1.79", - "unicode": "f2a1" - }, - "file-pencil": { - "name": "file-pencil", - "category": "Document", - "tags": ["file", "pencil", "edit", "write", "editing", "text", "icon", "stroke", "outline"], - "version": "1.56", - "unicode": "f039" - }, - "file-percent": { - "name": "file-percent", - "category": "Document", - "tags": ["file", "percent", "data", "document", "extension", "paper", "icon", "stroke", "outline"], - "version": "1.104", - "unicode": "f540" - }, - "file-phone": { - "name": "file-phone", - "category": "Document", - "tags": ["file", "phone", "save", "transfer", "input", "icon", "stroke", "outline"], - "version": "1.20", - "unicode": "ecdc" - }, - "file-plus": { - "name": "file-plus", - "category": "Document", - "tags": ["file", "plus", "add", "create", "new", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaa0" - }, - "file-power": { - "name": "file-power", - "category": "Document", - "tags": ["file", "power", "archive", "energy", "battery", "ecology", "icon", "stroke", "outline"], - "version": "1.56", - "unicode": "f03a" - }, - "file-report": { - "name": "file-report", - "category": "Document", - "tags": ["file", "report", "stats", "data", "paper", "document", "chart", "format", "icon", "stroke", "outline"], - "version": "1.38", - "unicode": "eded" - }, - "file-rss": { - "name": "file-rss", - "category": "Document", - "tags": ["file", "rss", "extension", "format", "news", "icon", "stroke", "outline"], - "version": "1.56", - "unicode": "f03b" - }, - "file-sad": { - "name": "file-sad", - "category": "", - "tags": ["file", "sad", "icon", "stroke", "outline"], - "version": "2.40", - "unicode": "fd23" - }, - "file-scissors": { - "name": "file-scissors", - "category": "Document", - "tags": ["file", "scissors", "cut", "cutting", "tool", "cutter", "office", "icon", "stroke", "outline"], - "version": "1.56", - "unicode": "f03c" - }, - "file-search": { - "name": "file-search", - "category": "Document", - "tags": ["file", "search", "search", "data", "paper", "document", "format", "icon", "stroke", "outline"], - "version": "1.31", - "unicode": "ed5d" - }, - "file-settings": { - "name": "file-settings", - "category": "Document", - "tags": ["file", "settings", "edit", "options", "configuration", "control", "icon", "stroke", "outline"], - "version": "1.55", - "unicode": "f029" - }, - "file-shredder": { - "name": "file-shredder", - "category": "Document", - "tags": ["file", "shredder", "shred", "destroy", "cut", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaa1" - }, - "file-signal": { - "name": "file-signal", - "category": "Document", - "tags": ["file", "signal", "wi-fi", "connection", "internet", "online", "connected", "icon", "stroke", "outline"], - "version": "1.56", - "unicode": "f03d" - }, - "file-smile": { - "name": "file-smile", - "category": "", - "tags": ["file", "smile", "icon", "stroke", "outline"], - "version": "2.40", - "unicode": "fd24" - }, - "file-spreadsheet": { - "name": "file-spreadsheet", - "category": "Document", - "tags": ["file", "spreadsheet", "table", "extension", "excel", "format", "icon", "stroke", "outline"], - "version": "1.56", - "unicode": "f03e" - }, - "file-stack": { - "name": "file-stack", - "category": "Document", - "tags": ["file", "stack", "document", "duplicate", "data", "add", "icon", "stroke", "outline"], - "version": "1.101", - "unicode": "f503" - }, - "file-star": { - "name": "file-star", - "category": "Document", - "tags": ["file", "star", "favourite", "bookmark", "like", "icon", "stroke", "outline"], - "version": "1.56", - "unicode": "f03f" - }, - "file-symlink": { - "name": "file-symlink", - "category": "Document", - "tags": ["file", "symlink", "text", "format", "extension", "document", "format", "icon", "stroke", "outline"], - "version": "1.30", - "unicode": "ed53" - }, - "file-text-ai": { - "name": "file-text-ai", - "category": "Document", - "tags": ["file", "text", "ai", "icon", "stroke", "outline"], - "version": "2.14", - "unicode": "fa27" - }, - "file-text": { - "name": "file-text", - "category": "Document", - "tags": ["file", "text", "data", "pdf", "txt", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaa2" - }, - "file-time": { - "name": "file-time", - "category": "Document", - "tags": ["file", "time", "clock", "planning", "history", "watch", "icon", "stroke", "outline"], - "version": "1.56", - "unicode": "f040" - }, - "file-type-bmp": { - "name": "file-type-bmp", - "category": "Document", - "tags": ["file", "type", "bmp", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb07" - }, - "file-type-css": { - "name": "file-type-css", - "category": "Document", - "tags": ["file", "type", "css", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb08" - }, - "file-type-csv": { - "name": "file-type-csv", - "category": "Document", - "tags": ["file", "type", "csv", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb09" - }, - "file-type-doc": { - "name": "file-type-doc", - "category": "Document", - "tags": ["file", "type", "doc", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb0a" - }, - "file-type-docx": { - "name": "file-type-docx", - "category": "Document", - "tags": ["file", "type", "docx", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb0b" - }, - "file-type-html": { - "name": "file-type-html", - "category": "Document", - "tags": ["file", "type", "html", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb0c" - }, - "file-type-jpg": { - "name": "file-type-jpg", - "category": "Document", - "tags": ["file", "type", "jpg", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb0d" - }, - "file-type-js": { - "name": "file-type-js", - "category": "Document", - "tags": ["file", "type", "js", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb0e" - }, - "file-type-jsx": { - "name": "file-type-jsx", - "category": "Document", - "tags": ["file", "type", "jsx", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb0f" - }, - "file-type-pdf": { - "name": "file-type-pdf", - "category": "Document", - "tags": ["file", "type", "pdf", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb10" - }, - "file-type-php": { - "name": "file-type-php", - "category": "Document", - "tags": ["file", "type", "php", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb11" - }, - "file-type-png": { - "name": "file-type-png", - "category": "Document", - "tags": ["file", "type", "png", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb12" - }, - "file-type-ppt": { - "name": "file-type-ppt", - "category": "Document", - "tags": ["file", "type", "ppt", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb13" - }, - "file-type-rs": { - "name": "file-type-rs", - "category": "Document", - "tags": ["file", "type", "rs", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb14" - }, - "file-type-sql": { - "name": "file-type-sql", - "category": "Document", - "tags": ["file", "type", "sql", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb15" - }, - "file-type-svg": { - "name": "file-type-svg", - "category": "Document", - "tags": ["file", "type", "svg", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb16" - }, - "file-type-ts": { - "name": "file-type-ts", - "category": "Document", - "tags": ["file", "type", "ts", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb17" - }, - "file-type-tsx": { - "name": "file-type-tsx", - "category": "Document", - "tags": ["file", "type", "tsx", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb18" - }, - "file-type-txt": { - "name": "file-type-txt", - "category": "Document", - "tags": ["file", "type", "txt", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb19" - }, - "file-type-vue": { - "name": "file-type-vue", - "category": "Document", - "tags": ["file", "type", "vue", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb1a" - }, - "file-type-xls": { - "name": "file-type-xls", - "category": "Document", - "tags": ["file", "type", "xls", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb1b" - }, - "file-type-xml": { - "name": "file-type-xml", - "category": "Document", - "tags": ["file", "type", "xml", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb1c" - }, - "file-type-zip": { - "name": "file-type-zip", - "category": "Document", - "tags": ["file", "type", "zip", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb1d" - }, - "file-typography": { - "name": "file-typography", - "category": "Document", - "tags": ["file", "typography", "font", "text", "format", "type", "size", "icon", "stroke", "outline"], - "version": "1.56", - "unicode": "f041" - }, - "file-unknown": { - "name": "file-unknown", - "category": "Document", - "tags": ["file", "unknown", "missing", "unidentified", "anonymous", "icon", "stroke", "outline"], - "version": "1.56", - "unicode": "f042" - }, - "file-upload": { - "name": "file-upload", - "category": "Document", - "tags": ["file", "upload", "save", "transfer", "input", "icon", "stroke", "outline"], - "version": "1.15", - "unicode": "ec91" - }, - "file-vector": { - "name": "file-vector", - "category": "Document", - "tags": ["file", "vector", "graphic", "eps", "format", "svg", "icon", "stroke", "outline"], - "version": "1.56", - "unicode": "f043" - }, - "file-x-filled": { - "name": "file-x-filled", - "category": "Filled", - "tags": ["file", "x", "filled", "remove", "delete", "erase", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f748" - }, - "file-x": { - "name": "file-x", - "category": "Document", - "tags": ["file", "x", "remove", "delete", "erase", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaa3" - }, - "file-zip": { - "name": "file-zip", - "category": "Document", - "tags": ["file", "zip", "forms", "documents", "stack", "letter", "archive", "rar", "zipped", "extention", "bundle", "format", "icon", "stroke", "outline"], - "version": "1.29", - "unicode": "ed4e" - }, - "file": { - "name": "file", - "category": "Document", - "tags": ["file", "paper", "new", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaa4" - }, - "files-off": { - "name": "files-off", - "category": "Document", - "tags": ["files", "off", "forms", "documents", "stack", "letter", "icon", "stroke", "outline"], - "version": "1.38", - "unicode": "edee" - }, - "files": { - "name": "files", - "category": "Document", - "tags": ["files", "forms", "documents", "stack", "letter", "icon", "stroke", "outline"], - "version": "1.38", - "unicode": "edef" - }, - "filter-bolt": { - "name": "filter-bolt", - "category": "", - "tags": ["filter", "bolt", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb7c" - }, - "filter-cancel": { - "name": "filter-cancel", - "category": "", - "tags": ["filter", "cancel", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb7d" - }, - "filter-check": { - "name": "filter-check", - "category": "", - "tags": ["filter", "check", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb7e" - }, - "filter-code": { - "name": "filter-code", - "category": "", - "tags": ["filter", "code", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb7f" - }, - "filter-cog": { - "name": "filter-cog", - "category": "System", - "tags": ["filter", "cog", "icon", "stroke", "outline"], - "version": "2.12", - "unicode": "f9fe" - }, - "filter-discount": { - "name": "filter-discount", - "category": "", - "tags": ["filter", "discount", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb80" - }, - "filter-dollar": { - "name": "filter-dollar", - "category": "System", - "tags": ["filter", "dollar", "icon", "stroke", "outline"], - "version": "2.12", - "unicode": "f9ff" - }, - "filter-down": { - "name": "filter-down", - "category": "", - "tags": ["filter", "down", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb81" - }, - "filter-edit": { - "name": "filter-edit", - "category": "System", - "tags": ["filter", "edit", "icon", "stroke", "outline"], - "version": "2.12", - "unicode": "fa00" - }, - "filter-exclamation": { - "name": "filter-exclamation", - "category": "", - "tags": ["filter", "exclamation", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb82" - }, - "filter-filled": { - "name": "filter-filled", - "category": "Filled", - "tags": ["filter", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc27" - }, - "filter-heart": { - "name": "filter-heart", - "category": "", - "tags": ["filter", "heart", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb83" - }, - "filter-minus": { - "name": "filter-minus", - "category": "System", - "tags": ["filter", "minus", "icon", "stroke", "outline"], - "version": "2.12", - "unicode": "fa01" - }, - "filter-off": { - "name": "filter-off", - "category": "System", - "tags": ["filter", "off", "funnel", "hopper", "filtration", "icon", "stroke", "outline"], - "version": "1.26", - "unicode": "ed2c" - }, - "filter-pause": { - "name": "filter-pause", - "category": "", - "tags": ["filter", "pause", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb84" - }, - "filter-pin": { - "name": "filter-pin", - "category": "", - "tags": ["filter", "pin", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb85" - }, - "filter-plus": { - "name": "filter-plus", - "category": "System", - "tags": ["filter", "plus", "icon", "stroke", "outline"], - "version": "2.12", - "unicode": "fa02" - }, - "filter-question": { - "name": "filter-question", - "category": "", - "tags": ["filter", "question", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb86" - }, - "filter-search": { - "name": "filter-search", - "category": "", - "tags": ["filter", "search", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb87" - }, - "filter-share": { - "name": "filter-share", - "category": "", - "tags": ["filter", "share", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb88" - }, - "filter-star": { - "name": "filter-star", - "category": "System", - "tags": ["filter", "star", "icon", "stroke", "outline"], - "version": "2.12", - "unicode": "fa03" - }, - "filter-up": { - "name": "filter-up", - "category": "", - "tags": ["filter", "up", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb89" - }, - "filter-x": { - "name": "filter-x", - "category": "System", - "tags": ["filter", "x", "icon", "stroke", "outline"], - "version": "2.12", - "unicode": "fa04" - }, - "filter": { - "name": "filter", - "category": "System", - "tags": ["filter", "funnel", "hopper", "filtration", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaa5" - }, - "filters": { - "name": "filters", - "category": "", - "tags": ["filters", "design", "editing", "effects", "icon", "stroke", "outline"], - "version": "2.5", - "unicode": "f793" - }, - "fingerprint-off": { - "name": "fingerprint-off", - "category": "System", - "tags": ["fingerprint", "off", "indentify", "mark", "surface", "security", "access", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f12a" - }, - "fingerprint-scan": { - "name": "fingerprint-scan", - "category": "", - "tags": ["fingerprint", "scan", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcb5" - }, - "fingerprint": { - "name": "fingerprint", - "category": "System", - "tags": ["fingerprint", "indentify", "mark", "surface", "security", "access", "icon", "stroke", "outline"], - "version": "1.6", - "unicode": "ebd1" - }, - "fire-extinguisher": { - "name": "fire-extinguisher", - "category": "", - "tags": ["fire", "extinguisher", "icon", "stroke", "outline"], - "version": "2.24", - "unicode": "faf6" - }, - "fire-hydrant-off": { - "name": "fire-hydrant-off", - "category": "Map", - "tags": ["fire", "hydrant", "off", "water", "emergency", "fireman", "safety", "urban", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3ec" - }, - "fire-hydrant": { - "name": "fire-hydrant", - "category": "Map", - "tags": ["fire", "hydrant", "water", "emergency", "fireman", "safety", "urban", "icon", "stroke", "outline"], - "version": "1.93", - "unicode": "f3a9" - }, - "firetruck": { - "name": "firetruck", - "category": "Vehicles", - "tags": ["firetruck", "help", "rescuer", "vehicle", "fireman", "extinguishing", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebe8" - }, - "first-aid-kit-off": { - "name": "first-aid-kit-off", - "category": "Health", - "tags": ["first", "aid", "kit", "off", "medical", "healthcare", "hospital", "health", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3ed" - }, - "first-aid-kit": { - "name": "first-aid-kit", - "category": "Health", - "tags": ["first", "aid", "kit", "medical", "healthcare", "hospital", "health", "icon", "stroke", "outline"], - "version": "1.44", - "unicode": "ef5f" - }, - "fish-bone": { - "name": "fish-bone", - "category": "Animals", - "tags": ["fish", "bone", "food", "skeleton", "cat", "sea", "icon", "stroke", "outline"], - "version": "1.78", - "unicode": "f287" - }, - "fish-christianity": { - "name": "fish-christianity", - "category": "Symbols", - "tags": ["fish", "christianity", "religion", "jesus", "faith", "christian", "icon", "stroke", "outline"], - "version": "1.109", - "unicode": "f58b" - }, - "fish-hook-off": { - "name": "fish-hook-off", - "category": "", - "tags": ["fish", "hook", "off", "fishing", "bait", "hanging", "catch", "water", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3ee" - }, - "fish-hook": { - "name": "fish-hook", - "category": "", - "tags": ["fish", "hook", "fishing", "bait", "hanging", "catch", "water", "icon", "stroke", "outline"], - "version": "1.70", - "unicode": "f1f9" - }, - "fish-off": { - "name": "fish-off", - "category": "Animals", - "tags": ["fish", "off", "food", "sea", "animal", "fishing", "ocean", "sushi", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f12b" - }, - "fish": { - "name": "fish", - "category": "Animals", - "tags": ["fish", "food", "sea", "animal", "fishing", "ocean", "sushi", "icon", "stroke", "outline"], - "version": "1.41", - "unicode": "ef2b" - }, - "flag-2-filled": { - "name": "flag-2-filled", - "category": "Filled", - "tags": ["flag", "2", "filled", "banner", "pin", "report", "map", "warning", "alert", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f707" - }, - "flag-2-off": { - "name": "flag-2-off", - "category": "Map", - "tags": ["flag", "2", "off", "banner", "pin", "report", "map", "warning", "alert", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f12c" - }, - "flag-2": { - "name": "flag-2", - "category": "Map", - "tags": ["flag", "2", "banner", "pin", "report", "map", "warning", "alert", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee8c" - }, - "flag-3-filled": { - "name": "flag-3-filled", - "category": "Filled", - "tags": ["flag", "3", "filled", "banner", "pin", "report", "map", "warning", "alert", "icon", "stroke", "outline"], - "version": "2.3", - "unicode": "f708" - }, - "flag-3": { - "name": "flag-3", - "category": "Map", - "tags": ["flag", "3", "banner", "pin", "report", "map", "warning", "alert", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee8d" - }, - "flag-bolt": { - "name": "flag-bolt", - "category": "", - "tags": ["flag", "bolt", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb8a" - }, - "flag-cancel": { - "name": "flag-cancel", - "category": "", - "tags": ["flag", "cancel", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb8b" - }, - "flag-check": { - "name": "flag-check", - "category": "", - "tags": ["flag", "check", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb8c" - }, - "flag-code": { - "name": "flag-code", - "category": "", - "tags": ["flag", "code", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb8d" - }, - "flag-cog": { - "name": "flag-cog", - "category": "", - "tags": ["flag", "cog", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb8e" - }, - "flag-discount": { - "name": "flag-discount", - "category": "", - "tags": ["flag", "discount", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb8f" - }, - "flag-dollar": { - "name": "flag-dollar", - "category": "", - "tags": ["flag", "dollar", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb90" - }, - "flag-down": { - "name": "flag-down", - "category": "", - "tags": ["flag", "down", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb91" - }, - "flag-exclamation": { - "name": "flag-exclamation", - "category": "", - "tags": ["flag", "exclamation", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb92" - }, - "flag-filled": { - "name": "flag-filled", - "category": "Filled", - "tags": ["flag", "filled", "banner", "pin", "report", "map", "warning", "alert", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f67a" - }, - "flag-heart": { - "name": "flag-heart", - "category": "", - "tags": ["flag", "heart", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb93" - }, - "flag-minus": { - "name": "flag-minus", - "category": "", - "tags": ["flag", "minus", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb94" - }, - "flag-off": { - "name": "flag-off", - "category": "Map", - "tags": ["flag", "off", "banner", "pin", "report", "map", "warning", "alert", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f12d" - }, - "flag-pause": { - "name": "flag-pause", - "category": "", - "tags": ["flag", "pause", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb95" - }, - "flag-pin": { - "name": "flag-pin", - "category": "", - "tags": ["flag", "pin", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb96" - }, - "flag-plus": { - "name": "flag-plus", - "category": "", - "tags": ["flag", "plus", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb97" - }, - "flag-question": { - "name": "flag-question", - "category": "", - "tags": ["flag", "question", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb98" - }, - "flag-search": { - "name": "flag-search", - "category": "", - "tags": ["flag", "search", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb99" - }, - "flag-share": { - "name": "flag-share", - "category": "", - "tags": ["flag", "share", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb9a" - }, - "flag-star": { - "name": "flag-star", - "category": "", - "tags": ["flag", "star", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb9b" - }, - "flag-up": { - "name": "flag-up", - "category": "", - "tags": ["flag", "up", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb9c" - }, - "flag-x": { - "name": "flag-x", - "category": "", - "tags": ["flag", "x", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb9d" - }, - "flag": { - "name": "flag", - "category": "Map", - "tags": ["flag", "banner", "pin", "report", "map", "warning", "alert", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaa6" - }, - "flame-off": { - "name": "flame-off", - "category": "", - "tags": ["flame", "off", "fire", "fireplace", "light", "burn", "bonfire", "smoke", "barbecue", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f12e" - }, - "flame": { - "name": "flame", - "category": "", - "tags": ["flame", "fire", "fireplace", "light", "burn", "bonfire", "smoke", "barbecue", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "ec2c" - }, - "flare": { - "name": "flare", - "category": "Weather", - "tags": ["flare", "shine", "flare", "heat", "sunlight", "hot", "sun", "heat", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee8e" - }, - "flask-2-filled": { - "name": "flask-2-filled", - "category": "Filled", - "tags": ["flask", "2", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd12" - }, - "flask-2-off": { - "name": "flask-2-off", - "category": "Health", - "tags": ["flask", "2", "off", "liquid", "container", "glass", "chemistry", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f12f" - }, - "flask-2": { - "name": "flask-2", - "category": "Health", - "tags": ["flask", "2", "liquid", "container", "glass", "chemistry", "icon", "stroke", "outline"], - "version": "1.44", - "unicode": "ef60" - }, - "flask-filled": { - "name": "flask-filled", - "category": "Filled", - "tags": ["flask", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd13" - }, - "flask-off": { - "name": "flask-off", - "category": "Health", - "tags": ["flask", "off", "liquid", "container", "glass", "chemistry", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f130" - }, - "flask": { - "name": "flask", - "category": "Health", - "tags": ["flask", "liquid", "container", "glass", "chemistry", "icon", "stroke", "outline"], - "version": "1.6", - "unicode": "ebd2" - }, - "flip-flops": { - "name": "flip-flops", - "category": "", - "tags": ["flip", "flops", "summer", "sand", "sandals", "beach", "shoes", "icon", "stroke", "outline"], - "version": "1.106", - "unicode": "f564" - }, - "flip-horizontal": { - "name": "flip-horizontal", - "category": "Design", - "tags": ["flip", "horizontal", "mirror", "rotate", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaa7" - }, - "flip-vertical": { - "name": "flip-vertical", - "category": "Design", - "tags": ["flip", "vertical", "mirror", "rotate", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaa8" - }, - "float-center": { - "name": "float-center", - "category": "Text", - "tags": ["float", "center", "position", "icon", "stroke", "outline"], - "version": "1.4", - "unicode": "ebb1" - }, - "float-left": { - "name": "float-left", - "category": "Text", - "tags": ["float", "left", "position", "icon", "stroke", "outline"], - "version": "1.4", - "unicode": "ebb2" - }, - "float-none": { - "name": "float-none", - "category": "Text", - "tags": ["float", "none", "position", "icon", "stroke", "outline"], - "version": "1.24", - "unicode": "ed13" - }, - "float-right": { - "name": "float-right", - "category": "Text", - "tags": ["float", "right", "position", "icon", "stroke", "outline"], - "version": "1.4", - "unicode": "ebb3" - }, - "flower-off": { - "name": "flower-off", - "category": "Nature", - "tags": ["flower", "off", "plant", "garden", "rose", "lotus", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f131" - }, - "flower": { - "name": "flower", - "category": "Nature", - "tags": ["flower", "plant", "garden", "rose", "lotus", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "eff6" - }, - "focus-2": { - "name": "focus-2", - "category": "Photography", - "tags": ["focus", "2", "spotlight", "attention", "center", "aim", "target", "icon", "stroke", "outline"], - "version": "1.6", - "unicode": "ebd3" - }, - "focus-auto": { - "name": "focus-auto", - "category": "Photography", - "tags": ["focus", "auto", "icon", "stroke", "outline"], - "version": "2.17", - "unicode": "fa62" - }, - "focus-centered": { - "name": "focus-centered", - "category": "", - "tags": ["focus", "centered", "filter", "photo", "photography", "camera", "image", "icon", "stroke", "outline"], - "version": "1.55", - "unicode": "f02a" - }, - "focus": { - "name": "focus", - "category": "Photography", - "tags": ["focus", "target", "bullseye", "aim", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb8d" - }, - "fold-down": { - "name": "fold-down", - "category": "Arrows", - "tags": ["fold", "down", "arrow", "move", "toggle", "icon", "stroke", "outline"], - "version": "1.30", - "unicode": "ed54" - }, - "fold-up": { - "name": "fold-up", - "category": "Arrows", - "tags": ["fold", "up", "arrow", "move", "toggle", "icon", "stroke", "outline"], - "version": "1.30", - "unicode": "ed55" - }, - "fold": { - "name": "fold", - "category": "Arrows", - "tags": ["fold", "arrow", "move", "merge", "icon", "stroke", "outline"], - "version": "1.30", - "unicode": "ed56" - }, - "folder-bolt": { - "name": "folder-bolt", - "category": "Document", - "tags": ["folder", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f90c" - }, - "folder-cancel": { - "name": "folder-cancel", - "category": "Document", - "tags": ["folder", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f90d" - }, - "folder-check": { - "name": "folder-check", - "category": "Document", - "tags": ["folder", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f90e" - }, - "folder-code": { - "name": "folder-code", - "category": "Document", - "tags": ["folder", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f90f" - }, - "folder-cog": { - "name": "folder-cog", - "category": "Document", - "tags": ["folder", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f910" - }, - "folder-dollar": { - "name": "folder-dollar", - "category": "Document", - "tags": ["folder", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f911" - }, - "folder-down": { - "name": "folder-down", - "category": "Document", - "tags": ["folder", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f912" - }, - "folder-exclamation": { - "name": "folder-exclamation", - "category": "Document", - "tags": ["folder", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f913" - }, - "folder-filled": { - "name": "folder-filled", - "category": "Filled", - "tags": ["folder", "filled", "cancel", "no", "directory", "dir", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f749" - }, - "folder-heart": { - "name": "folder-heart", - "category": "Document", - "tags": ["folder", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f914" - }, - "folder-minus": { - "name": "folder-minus", - "category": "Document", - "tags": ["folder", "minus", "directory", "dir", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaaa" - }, - "folder-off": { - "name": "folder-off", - "category": "Document", - "tags": ["folder", "off", "cancel", "no", "directory", "dir", "icon", "stroke", "outline"], - "version": "1.24", - "unicode": "ed14" - }, - "folder-open": { - "name": "folder-open", - "category": "", - "tags": ["folder", "open", "icon", "stroke", "outline"], - "version": "2.24", - "unicode": "faf7" - }, - "folder-pause": { - "name": "folder-pause", - "category": "Document", - "tags": ["folder", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f915" - }, - "folder-pin": { - "name": "folder-pin", - "category": "Document", - "tags": ["folder", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f916" - }, - "folder-plus": { - "name": "folder-plus", - "category": "Document", - "tags": ["folder", "plus", "add", "create", "new", "directory", "dir", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaab" - }, - "folder-question": { - "name": "folder-question", - "category": "Document", - "tags": ["folder", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f917" - }, - "folder-root": { - "name": "folder-root", - "category": "", - "tags": ["folder", "root", "icon", "stroke", "outline"], - "version": "2.42", - "unicode": "fd43" - }, - "folder-search": { - "name": "folder-search", - "category": "Document", - "tags": ["folder", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f918" - }, - "folder-share": { - "name": "folder-share", - "category": "Document", - "tags": ["folder", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f919" - }, - "folder-star": { - "name": "folder-star", - "category": "Document", - "tags": ["folder", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f91a" - }, - "folder-symlink": { - "name": "folder-symlink", - "category": "", - "tags": ["folder", "symlink", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f91b" - }, - "folder-up": { - "name": "folder-up", - "category": "Document", - "tags": ["folder", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f91c" - }, - "folder-x": { - "name": "folder-x", - "category": "Document", - "tags": ["folder", "x", "directory", "dir", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaac" - }, - "folder": { - "name": "folder", - "category": "Document", - "tags": ["folder", "cancel", "no", "directory", "dir", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaad" - }, - "folders-off": { - "name": "folders-off", - "category": "Document", - "tags": ["folders", "off", "directory", "dir", "clone", "copy", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f133" - }, - "folders": { - "name": "folders", - "category": "Document", - "tags": ["folders", "directory", "dir", "clone", "copy", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaae" - }, - "forbid-2-filled": { - "name": "forbid-2-filled", - "category": "Filled", - "tags": ["forbid", "2", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc28" - }, - "forbid-2": { - "name": "forbid-2", - "category": "", - "tags": ["forbid", "2", "access", "restriction", "ban", "limit", "icon", "stroke", "outline"], - "version": "1.6", - "unicode": "ebd4" - }, - "forbid-filled": { - "name": "forbid-filled", - "category": "Filled", - "tags": ["forbid", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc29" - }, - "forbid": { - "name": "forbid", - "category": "", - "tags": ["forbid", "access", "restriction", "ban", "limit", "icon", "stroke", "outline"], - "version": "1.6", - "unicode": "ebd5" - }, - "forklift": { - "name": "forklift", - "category": "Vehicles", - "tags": ["forklift", "store", "warehouse", "inventory", "exporting", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebe9" - }, - "forms": { - "name": "forms", - "category": "Text", - "tags": ["forms", "formbuilder", "input", "url", "textarea", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee8f" - }, - "fountain-filled": { - "name": "fountain-filled", - "category": "Filled", - "tags": ["fountain", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc2a" - }, - "fountain-off": { - "name": "fountain-off", - "category": "Map", - "tags": ["fountain", "off", "park", "decoration", "water", "spring", "public", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f134" - }, - "fountain": { - "name": "fountain", - "category": "Map", - "tags": ["fountain", "park", "decoration", "water", "spring", "public", "icon", "stroke", "outline"], - "version": "1.61", - "unicode": "f09b" - }, - "frame-off": { - "name": "frame-off", - "category": "Design", - "tags": ["frame", "off", "borderless", "outlineless", "no-border", "unframed", "unbordered", "bare", "naked", "borderless-frame", "no-outline", "remove-frame", "crop", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f135" - }, - "frame": { - "name": "frame", - "category": "Design", - "tags": ["frame", "border", "outline", "enclosure", "surround", "edge", "boundary", "perimeter", "framework", "structure", "container", "crop", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaaf" - }, - "free-rights": { - "name": "free-rights", - "category": "", - "tags": ["free", "rights", "justice", "inviolability", "freedom", "icon", "stroke", "outline"], - "version": "1.49", - "unicode": "efb6" - }, - "freeze-column": { - "name": "freeze-column", - "category": "Design", - "tags": ["freeze", "column", "icon", "stroke", "outline"], - "version": "2.17", - "unicode": "fa63" - }, - "freeze-row-column": { - "name": "freeze-row-column", - "category": "Design", - "tags": ["freeze", "row", "column", "icon", "stroke", "outline"], - "version": "2.17", - "unicode": "fa64" - }, - "freeze-row": { - "name": "freeze-row", - "category": "Design", - "tags": ["freeze", "row", "icon", "stroke", "outline"], - "version": "2.17", - "unicode": "fa65" - }, - "fridge-off": { - "name": "fridge-off", - "category": "Devices", - "tags": ["fridge", "off", "kitchen", "cooler", "control", "freezer", "food", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3ef" - }, - "fridge": { - "name": "fridge", - "category": "Devices", - "tags": ["fridge", "kitchen", "cooler", "control", "freezer", "food", "icon", "stroke", "outline"], - "version": "1.70", - "unicode": "f1fa" - }, - "friends-off": { - "name": "friends-off", - "category": "", - "tags": ["friends", "off", "people", "boy", "girl", "man", "woman", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f136" - }, - "friends": { - "name": "friends", - "category": "", - "tags": ["friends", "people", "boy", "girl", "man", "woman", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eab0" - }, - "frustum-off": { - "name": "frustum-off", - "category": "Shapes", - "tags": ["frustum", "off", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fa9d" - }, - "frustum-plus": { - "name": "frustum-plus", - "category": "Shapes", - "tags": ["frustum", "plus", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fa9e" - }, - "frustum": { - "name": "frustum", - "category": "Shapes", - "tags": ["frustum", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fa9f" - }, - "function-filled": { - "name": "function-filled", - "category": "Filled", - "tags": ["function", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc2b" - }, - "function-off": { - "name": "function-off", - "category": "Math", - "tags": ["function", "off", "math", "linear", "statyscics", "graph", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3f0" - }, - "function": { - "name": "function", - "category": "Math", - "tags": ["function", "math", "linear", "statyscics", "graph", "icon", "stroke", "outline"], - "version": "1.72", - "unicode": "f225" - }, - "galaxy": { - "name": "galaxy", - "category": "", - "tags": ["galaxy", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcb6" - }, - "garden-cart-off": { - "name": "garden-cart-off", - "category": "Vehicles", - "tags": ["garden", "cart", "off", "gardening", "conctruction", "wheel", "wheelbarrow", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3f1" - }, - "garden-cart": { - "name": "garden-cart", - "category": "Vehicles", - "tags": ["garden", "cart", "gardening", "conctruction", "wheel", "wheelbarrow", "icon", "stroke", "outline"], - "version": "1.74", - "unicode": "f23e" - }, - "gas-station-off": { - "name": "gas-station-off", - "category": "Map", - "tags": ["gas", "station", "off", "fuel", "oil", "cars", "vehicles", "shop", "distributor", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f137" - }, - "gas-station": { - "name": "gas-station", - "category": "Vehicles", - "tags": ["gas", "station", "fuel", "oil", "cars", "vehicles", "shop", "distributor", "icon", "stroke", "outline"], - "version": "1.14", - "unicode": "ec7d" - }, - "gauge-filled": { - "name": "gauge-filled", - "category": "Filled", - "tags": ["gauge", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc2c" - }, - "gauge-off": { - "name": "gauge-off", - "category": "System", - "tags": ["gauge", "off", "car", "dashboard", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f138" - }, - "gauge": { - "name": "gauge", - "category": "System", - "tags": ["gauge", "car", "dashboard", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eab1" - }, - "gavel": { - "name": "gavel", - "category": "", - "tags": ["gavel", "justice", "law", "hammer", "legal", "auction", "icon", "stroke", "outline"], - "version": "1.47", - "unicode": "ef90" - }, - "gender-agender": { - "name": "gender-agender", - "category": "Gender", - "tags": ["gender", "agender", "identity", "genderless", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0e1" - }, - "gender-androgyne": { - "name": "gender-androgyne", - "category": "Gender", - "tags": ["gender", "androgyne", "identity", "intersex", "feminine", "genderqueer", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0e2" - }, - "gender-bigender": { - "name": "gender-bigender", - "category": "Gender", - "tags": ["gender", "bigender", "identity", "female", "bi", "sexual", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0e3" - }, - "gender-demiboy": { - "name": "gender-demiboy", - "category": "Gender", - "tags": ["gender", "demiboy", "identity", "demimale", "demi", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0e4" - }, - "gender-demigirl": { - "name": "gender-demigirl", - "category": "Gender", - "tags": ["gender", "demigirl", "identity", "demiwoman", "demifemale", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0e5" - }, - "gender-epicene": { - "name": "gender-epicene", - "category": "Gender", - "tags": ["gender", "epicene", "identity", "genderqueer", "transgender", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0e6" - }, - "gender-female": { - "name": "gender-female", - "category": "Gender", - "tags": ["gender", "female", "identity", "woman", "girl", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0e7" - }, - "gender-femme": { - "name": "gender-femme", - "category": "Gender", - "tags": ["gender", "femme", "identity", "lesbian", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0e8" - }, - "gender-genderfluid": { - "name": "gender-genderfluid", - "category": "Gender", - "tags": ["gender", "genderfluid", "identity", "indefinite", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0e9" - }, - "gender-genderless": { - "name": "gender-genderless", - "category": "Gender", - "tags": ["gender", "genderless", "identity", "unisex", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0ea" - }, - "gender-genderqueer": { - "name": "gender-genderqueer", - "category": "Gender", - "tags": ["gender", "genderqueer", "identity", "non binary", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0eb" - }, - "gender-hermaphrodite": { - "name": "gender-hermaphrodite", - "category": "Gender", - "tags": ["gender", "hermaphrodite", "identify", "intersexuality", "hybrid", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0ec" - }, - "gender-intergender": { - "name": "gender-intergender", - "category": "Gender", - "tags": ["gender", "intergender", "identity", "transgender", "intersex", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0ed" - }, - "gender-male": { - "name": "gender-male", - "category": "Gender", - "tags": ["gender", "male", "identity", "man", "boy", "person", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0ee" - }, - "gender-neutrois": { - "name": "gender-neutrois", - "category": "Gender", - "tags": ["gender", "neutrois", "identity", "none", "transgender", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0ef" - }, - "gender-third": { - "name": "gender-third", - "category": "Gender", - "tags": ["gender", "third", "identity", "none", "female", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0f0" - }, - "gender-transgender": { - "name": "gender-transgender", - "category": "Gender", - "tags": ["gender", "transgender", "identity", "ladyboy", "lgbt", "gay", "homosexual", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0f1" - }, - "gender-trasvesti": { - "name": "gender-trasvesti", - "category": "Gender", - "tags": ["gender", "trasvesti", "identity", "birth", "male", "female", "heterosexual", "homosexual", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0f2" - }, - "geometry": { - "name": "geometry", - "category": "Map", - "tags": ["geometry", "build", "architecture", "create", "compass", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee90" - }, - "ghost-2-filled": { - "name": "ghost-2-filled", - "category": "Filled", - "tags": ["ghost", "2", "filled", "spirit", "transparent", "fairytale", "horror", "movie", "shadow", "haunt", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f74a" - }, - "ghost-2": { - "name": "ghost-2", - "category": "", - "tags": ["ghost", "2", "spirit", "transparent", "fairytale", "horror", "movie", "shadow", "haunt", "icon", "stroke", "outline"], - "version": "1.108", - "unicode": "f57c" - }, - "ghost-3": { - "name": "ghost-3", - "category": "", - "tags": ["ghost", "3", "icon", "stroke", "outline"], - "version": "2.29", - "unicode": "fc13" - }, - "ghost-filled": { - "name": "ghost-filled", - "category": "Filled", - "tags": ["ghost", "filled", "spirit", "transparent", "fairytale", "horror", "movie", "shadow", "haunt", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f74b" - }, - "ghost-off": { - "name": "ghost-off", - "category": "", - "tags": ["ghost", "off", "spirit", "transparent", "fairytale", "horror", "movie", "shadow", "haunt", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3f2" - }, - "ghost": { - "name": "ghost", - "category": "", - "tags": ["ghost", "spirit", "transparent", "fairytale", "horror", "movie", "shadow", "haunt", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb8e" - }, - "gif": { - "name": "gif", - "category": "Extensions", - "tags": ["gif", "file", "format", "animation", "image", "extension", "filetype", "icon", "stroke", "outline"], - "version": "1.75", - "unicode": "f257" - }, - "gift-card-filled": { - "name": "gift-card-filled", - "category": "Filled", - "tags": ["gift", "card", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc2d" - }, - "gift-card": { - "name": "gift-card", - "category": "", - "tags": ["gift", "card", "coupon", "present", "voucher", "shopping", "birthday", "icon", "stroke", "outline"], - "version": "1.93", - "unicode": "f3aa" - }, - "gift-filled": { - "name": "gift-filled", - "category": "Filled", - "tags": ["gift", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd14" - }, - "gift-off": { - "name": "gift-off", - "category": "", - "tags": ["gift", "off", "present", "birthday", "celebration", "wish", "bonus", "souvenire", "surprise", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3f3" - }, - "gift": { - "name": "gift", - "category": "", - "tags": ["gift", "present", "birthday", "celebration", "wish", "bonus", "souvenire", "surprise", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb68" - }, - "git-branch-deleted": { - "name": "git-branch-deleted", - "category": "Version control", - "tags": ["git", "branch", "deleted", "code", "version control", "command", "icon", "stroke", "outline"], - "version": "1.108", - "unicode": "f57d" - }, - "git-branch": { - "name": "git-branch", - "category": "Version control", - "tags": ["git", "branch", "code", "version control", "command", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eab2" - }, - "git-cherry-pick": { - "name": "git-cherry-pick", - "category": "Version control", - "tags": ["git", "cherry", "pick", "code", "version control", "command", "icon", "stroke", "outline"], - "version": "1.108", - "unicode": "f57e" - }, - "git-commit": { - "name": "git-commit", - "category": "Version control", - "tags": ["git", "commit", "code", "version control", "command", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eab3" - }, - "git-compare": { - "name": "git-compare", - "category": "Version control", - "tags": ["git", "compare", "code", "version control", "command", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eab4" - }, - "git-fork": { - "name": "git-fork", - "category": "Version control", - "tags": ["git", "fork", "code", "version control", "command", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb8f" - }, - "git-merge": { - "name": "git-merge", - "category": "Version control", - "tags": ["git", "merge", "code", "version control", "command", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eab5" - }, - "git-pull-request-closed": { - "name": "git-pull-request-closed", - "category": "Version control", - "tags": ["git", "pull", "request", "closed", "code", "version control", "command", "icon", "stroke", "outline"], - "version": "1.46", - "unicode": "ef7f" - }, - "git-pull-request-draft": { - "name": "git-pull-request-draft", - "category": "Version control", - "tags": ["git", "pull", "request", "draft", "code", "version control", "command", "icon", "stroke", "outline"], - "version": "1.49", - "unicode": "efb7" - }, - "git-pull-request": { - "name": "git-pull-request", - "category": "Version control", - "tags": ["git", "pull", "request", "code", "version control", "command", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eab6" - }, - "gizmo": { - "name": "gizmo", - "category": "", - "tags": ["gizmo", "system", "network", "tech", "connection", "icon", "stroke", "outline"], - "version": "1.55", - "unicode": "f02b" - }, - "glass-champagne": { - "name": "glass-champagne", - "category": "", - "tags": ["glass", "champagne", "icon", "stroke", "outline"], - "version": "2.47", - "unicode": "fd9c" - }, - "glass-cocktail": { - "name": "glass-cocktail", - "category": "", - "tags": ["glass", "cocktail", "icon", "stroke", "outline"], - "version": "2.47", - "unicode": "fd9d" - }, - "glass-full-filled": { - "name": "glass-full-filled", - "category": "Filled", - "tags": ["glass", "full", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc2e" - }, - "glass-full": { - "name": "glass-full", - "category": "Food", - "tags": ["glass", "full", "wine", "cup", "goblet", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eab7" - }, - "glass-gin": { - "name": "glass-gin", - "category": "", - "tags": ["glass", "gin", "icon", "stroke", "outline"], - "version": "2.47", - "unicode": "fd9e" - }, - "glass-off": { - "name": "glass-off", - "category": "Food", - "tags": ["glass", "off", "wine", "cup", "goblet", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee91" - }, - "glass": { - "name": "glass", - "category": "Food", - "tags": ["glass", "wine", "cup", "goblet", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eab8" - }, - "globe-filled": { - "name": "globe-filled", - "category": "Filled", - "tags": ["globe", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc2f" - }, - "globe-off": { - "name": "globe-off", - "category": "Map", - "tags": ["globe", "off", "world", "travel", "journey", "trip", "planet", "earth", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f139" - }, - "globe": { - "name": "globe", - "category": "Map", - "tags": ["globe", "world", "travel", "journey", "trip", "planet", "earth", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "eab9" - }, - "go-game": { - "name": "go-game", - "category": "", - "tags": ["go", "game", "strategy", "board", "mind", "icon", "stroke", "outline"], - "version": "1.102", - "unicode": "f512" - }, - "golf-off": { - "name": "golf-off", - "category": "Sport", - "tags": ["golf", "off", "game", "ball", "play", "hole", "club-and-ball", "stroke", "luxury", "pitch", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f13a" - }, - "golf": { - "name": "golf", - "category": "Sport", - "tags": ["golf", "game", "ball", "play", "hole", "club-and-ball", "stroke", "luxury", "pitch", "icon", "stroke", "outline"], - "version": "1.34", - "unicode": "ed8c" - }, - "gps": { - "name": "gps", - "category": "Map", - "tags": ["gps", "navigation", "directions", "global", "positioning", "system", "satnav", "radionavigation", "system", "travel", "car", "icon", "stroke", "outline"], - "version": "1.33", - "unicode": "ed7a" - }, - "gradienter": { - "name": "gradienter", - "category": "", - "tags": ["gradienter", "icon", "stroke", "outline"], - "version": "1.93", - "unicode": "f3ab" - }, - "grain": { - "name": "grain", - "category": "", - "tags": ["grain", "dots", "pattern", "random", "round", "circle", "nodes", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee92" - }, - "graph-filled": { - "name": "graph-filled", - "category": "Filled", - "tags": ["graph", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd15" - }, - "graph-off": { - "name": "graph-off", - "category": "", - "tags": ["graph", "off", "analytics", "raport", "statistics", "chart", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3f4" - }, - "graph": { - "name": "graph", - "category": "", - "tags": ["graph", "analytics", "raport", "statistics", "chart", "icon", "stroke", "outline"], - "version": "1.78", - "unicode": "f288" - }, - "grave-2": { - "name": "grave-2", - "category": "Map", - "tags": ["grave", "2", "cementry", "halloween", "death", "dead", "tomb", "icon", "stroke", "outline"], - "version": "1.108", - "unicode": "f57f" - }, - "grave": { - "name": "grave", - "category": "Map", - "tags": ["grave", "cemetery", "halloween", "death", "dead", "tomb", "icon", "stroke", "outline"], - "version": "1.108", - "unicode": "f580" - }, - "grid-3x3": { - "name": "grid-3x3", - "category": "Design", - "tags": ["grid", "3x3", "layout", "pattern", "matrix", "arrangement", "gridlines", "cell", "structure", "block", "squares", "grid-pattern", "icon", "stroke", "outline"], - "version": "2.36", - "unicode": "fca4" - }, - "grid-4x4": { - "name": "grid-4x4", - "category": "Design", - "tags": ["grid", "4x4", "layout", "matrix", "pattern", "gridlines", "arrangement", "structure", "block", "squares", "four-by-four", "grid-pattern", "icon", "stroke", "outline"], - "version": "2.36", - "unicode": "fca5" - }, - "grid-dots": { - "name": "grid-dots", - "category": "System", - "tags": ["grid", "dots", "network", "pattern", "layout", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaba" - }, - "grid-goldenratio": { - "name": "grid-goldenratio", - "category": "Design", - "tags": ["grid", "goldenratio", "layout", "pattern", "matrix", "arrangement", "golden-ratio", "cell", "structure", "ratio", "gridlines", "grid-structure", "icon", "stroke", "outline"], - "version": "2.36", - "unicode": "fca6" - }, - "grid-pattern": { - "name": "grid-pattern", - "category": "", - "tags": ["grid", "pattern", "grid", "mesh", "net", "line", "icon", "stroke", "outline"], - "version": "1.50", - "unicode": "efc9" - }, - "grid-scan": { - "name": "grid-scan", - "category": "System", - "tags": ["grid", "scan", "data", "matrix", "layout", "pattern", "dimension", "analysis", "structure", "mapping", "inspection", "grid-data", "icon", "stroke", "outline"], - "version": "2.36", - "unicode": "fca7" - }, - "grill-fork": { - "name": "grill-fork", - "category": "Food", - "tags": ["grill", "fork", "cook", "cooking", "bbq", "meat", "tool", "icon", "stroke", "outline"], - "version": "1.89", - "unicode": "f35b" - }, - "grill-off": { - "name": "grill-off", - "category": "Food", - "tags": ["grill", "off", "food", "sasuage", "beef", "steak", "bbq", "cooking", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3f5" - }, - "grill-spatula": { - "name": "grill-spatula", - "category": "Food", - "tags": ["grill", "spatula", "cook", "cooking", "bbq", "meat", "tool", "icon", "stroke", "outline"], - "version": "1.89", - "unicode": "f35c" - }, - "grill": { - "name": "grill", - "category": "Food", - "tags": ["grill", "food", "sasuage", "beef", "steak", "bbq", "cooking", "icon", "stroke", "outline"], - "version": "1.48", - "unicode": "efa9" - }, - "grip-horizontal": { - "name": "grip-horizontal", - "category": "System", - "tags": ["grip", "horizontal", "picture", "abstract", "symbol", "design", "across", "dots", "drag", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec00" - }, - "grip-vertical": { - "name": "grip-vertical", - "category": "System", - "tags": ["grip", "vertical", "picture", "abstract", "symbol", "design", "upright", "dots", "drag", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec01" - }, - "growth": { - "name": "growth", - "category": "Nature", - "tags": ["growth", "seed", "harvest", "plant", "tree", "flower", "grain", "greenery", "garden", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee93" - }, - "guitar-pick-filled": { - "name": "guitar-pick-filled", - "category": "Filled", - "tags": ["guitar", "pick", "filled", "music", "instrument", "melody", "accesories", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f67b" - }, - "guitar-pick": { - "name": "guitar-pick", - "category": "", - "tags": ["guitar", "pick", "music", "instrument", "melody", "accesories", "icon", "stroke", "outline"], - "version": "1.98", - "unicode": "f4c6" - }, - "gymnastics": { - "name": "gymnastics", - "category": "", - "tags": ["gymnastics", "icon", "stroke", "outline"], - "version": "2.42", - "unicode": "fd44" - }, - "h-1": { - "name": "h-1", - "category": "Text", - "tags": ["h", "1", "header", "text", "editor", "h1", "heading", "typography", "icon", "stroke", "outline"], - "version": "1.16", - "unicode": "ec94" - }, - "h-2": { - "name": "h-2", - "category": "Text", - "tags": ["h", "2", "header", "text", "editor", "h2", "heading", "typography", "icon", "stroke", "outline"], - "version": "1.16", - "unicode": "ec95" - }, - "h-3": { - "name": "h-3", - "category": "Text", - "tags": ["h", "3", "header", "text", "editor", "h3", "heading", "typography", "icon", "stroke", "outline"], - "version": "1.16", - "unicode": "ec96" - }, - "h-4": { - "name": "h-4", - "category": "Text", - "tags": ["h", "4", "header", "text", "editor", "h4", "heading", "typography", "icon", "stroke", "outline"], - "version": "1.16", - "unicode": "ec97" - }, - "h-5": { - "name": "h-5", - "category": "Text", - "tags": ["h", "5", "header", "text", "editor", "h5", "heading", "typography", "icon", "stroke", "outline"], - "version": "1.16", - "unicode": "ec98" - }, - "h-6": { - "name": "h-6", - "category": "Text", - "tags": ["h", "6", "header", "text", "editor", "h6", "heading", "typography", "icon", "stroke", "outline"], - "version": "1.16", - "unicode": "ec99" - }, - "hammer-off": { - "name": "hammer-off", - "category": "", - "tags": ["hammer", "off", "tool", "repair", "building", "construction", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f13c" - }, - "hammer": { - "name": "hammer", - "category": "", - "tags": ["hammer", "tool", "repair", "building", "construction", "icon", "stroke", "outline"], - "version": "1.47", - "unicode": "ef91" - }, - "hand-click": { - "name": "hand-click", - "category": "Gestures", - "tags": ["hand", "click", "gesture", "touch", "press", "phone", "icon", "stroke", "outline"], - "version": "1.43", - "unicode": "ef4f" - }, - "hand-finger-off": { - "name": "hand-finger-off", - "category": "Gestures", - "tags": ["hand", "finger", "off", "point", "show", "index", "forefinger", "body", "human", "palm", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f13d" - }, - "hand-finger": { - "name": "hand-finger", - "category": "Gestures", - "tags": ["hand", "finger", "point", "show", "index", "forefinger", "body", "human", "palm", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee94" - }, - "hand-grab": { - "name": "hand-grab", - "category": "Gestures", - "tags": ["hand", "grab", "hold", "fist", "drop", "catch", "icon", "stroke", "outline"], - "version": "1.60", - "unicode": "f091" - }, - "hand-little-finger": { - "name": "hand-little-finger", - "category": "Gestures", - "tags": ["hand", "little", "finger", "small", "body", "human", "palm", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee95" - }, - "hand-middle-finger": { - "name": "hand-middle-finger", - "category": "Gestures", - "tags": ["hand", "middle", "finger", "signal", "gesture", "curse", "vulgarism", "abuse", "icon", "stroke", "outline"], - "version": "1.10", - "unicode": "ec2d" - }, - "hand-move": { - "name": "hand-move", - "category": "Gestures", - "tags": ["hand", "move", "gesture", "swipe", "right", "left", "up", "down", "icon", "stroke", "outline"], - "version": "1.43", - "unicode": "ef50" - }, - "hand-off": { - "name": "hand-off", - "category": "Gestures", - "tags": ["hand", "off", "disclaimer", "body", "icon", "stroke", "outline"], - "version": "1.24", - "unicode": "ed15" - }, - "hand-ring-finger": { - "name": "hand-ring-finger", - "category": "Gestures", - "tags": ["hand", "ring", "finger", "body", "human", "palm", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee96" - }, - "hand-rock": { - "name": "hand-rock", - "category": "Gestures", - "tags": ["hand", "rock", "heavy", "metal", "party", "concert", "rebel", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee97" - }, - "hand-sanitizer": { - "name": "hand-sanitizer", - "category": "Health", - "tags": ["hand", "sanitizer", "hygiene", "gel", "alcohol", "wash", "virus", "icon", "stroke", "outline"], - "version": "1.113", - "unicode": "f5f4" - }, - "hand-stop": { - "name": "hand-stop", - "category": "Gestures", - "tags": ["hand", "stop", "forbiddance", "nixing", "ban", "interdicting", "icon", "stroke", "outline"], - "version": "1.10", - "unicode": "ec2e" - }, - "hand-three-fingers": { - "name": "hand-three-fingers", - "category": "Gestures", - "tags": ["hand", "three", "fingers", "body", "human", "palm", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee98" - }, - "hand-two-fingers": { - "name": "hand-two-fingers", - "category": "Gestures", - "tags": ["hand", "two", "fingers", "body", "human", "palm", "gesture", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee99" - }, - "hanger-2": { - "name": "hanger-2", - "category": "", - "tags": ["hanger", "2", "clothes", "wardrobe", "hook", "hang", "wooden", "plastic", "wire", "shop", "store", "clothing", "fashion", "icon", "stroke", "outline"], - "version": "1.61", - "unicode": "f09c" - }, - "hanger-off": { - "name": "hanger-off", - "category": "", - "tags": ["hanger", "off", "clothes", "wardrobe", "hook", "hang", "wooden", "plastic", "wire", "shop", "store", "clothing", "fashion", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f13e" - }, - "hanger": { - "name": "hanger", - "category": "", - "tags": ["hanger", "clothes", "wardrobe", "hook", "hang", "wooden", "plastic", "wire", "shop", "store", "clothing", "fashion", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee9a" - }, - "hash": { - "name": "hash", - "category": "", - "tags": ["hash", "hashtag", "#", "instagram", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eabc" - }, - "haze-moon": { - "name": "haze-moon", - "category": "", - "tags": ["haze", "moon", "icon", "stroke", "outline"], - "version": "2.24", - "unicode": "faf8" - }, - "haze": { - "name": "haze", - "category": "Weather", - "tags": ["haze", "climate", "meterology", "weather", "morning", "icon", "stroke", "outline"], - "version": "1.48", - "unicode": "efaa" - }, - "hdr": { - "name": "hdr", - "category": "Photography", - "tags": ["hdr", "icon", "stroke", "outline"], - "version": "2.18", - "unicode": "fa7b" - }, - "heading-off": { - "name": "heading-off", - "category": "Text", - "tags": ["heading", "off", "main", "text", "headline", "style", "styling", "html", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f13f" - }, - "heading": { - "name": "heading", - "category": "Text", - "tags": ["heading", "main", "text", "headline", "style", "styling", "html", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee9b" - }, - "headphones-filled": { - "name": "headphones-filled", - "category": "Filled", - "tags": ["headphones", "filled", "music", "headset", "audio", "sound", "customer", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa3c" - }, - "headphones-off": { - "name": "headphones-off", - "category": "Media", - "tags": ["headphones", "off", "music", "headset", "audio", "sound", "customer", "icon", "stroke", "outline"], - "version": "1.25", - "unicode": "ed1d" - }, - "headphones": { - "name": "headphones", - "category": "Media", - "tags": ["headphones", "music", "headset", "audio", "sound", "customer", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eabd" - }, - "headset-off": { - "name": "headset-off", - "category": "Media", - "tags": ["headset", "off", "music", "headphones", "audio", "sound", "customer", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3f6" - }, - "headset": { - "name": "headset", - "category": "Media", - "tags": ["headset", "music", "headphones", "audio", "sound", "customer", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb90" - }, - "health-recognition": { - "name": "health-recognition", - "category": "", - "tags": ["health", "recognition", "life", "doctor", "healthy", "icon", "stroke", "outline"], - "version": "1.70", - "unicode": "f1fb" - }, - "heart-bolt": { - "name": "heart-bolt", - "category": "", - "tags": ["heart", "bolt", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb9e" - }, - "heart-broken": { - "name": "heart-broken", - "category": "Health", - "tags": ["heart", "broken", "love", "emotion", "like", "favorite", "relationship", "icon", "stroke", "outline"], - "version": "1.18", - "unicode": "ecba" - }, - "heart-cancel": { - "name": "heart-cancel", - "category": "", - "tags": ["heart", "cancel", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb9f" - }, - "heart-check": { - "name": "heart-check", - "category": "", - "tags": ["heart", "check", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fba0" - }, - "heart-code": { - "name": "heart-code", - "category": "", - "tags": ["heart", "code", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fba1" - }, - "heart-cog": { - "name": "heart-cog", - "category": "", - "tags": ["heart", "cog", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fba2" - }, - "heart-discount": { - "name": "heart-discount", - "category": "", - "tags": ["heart", "discount", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fba3" - }, - "heart-dollar": { - "name": "heart-dollar", - "category": "", - "tags": ["heart", "dollar", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fba4" - }, - "heart-down": { - "name": "heart-down", - "category": "", - "tags": ["heart", "down", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fba5" - }, - "heart-exclamation": { - "name": "heart-exclamation", - "category": "", - "tags": ["heart", "exclamation", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fba6" - }, - "heart-filled": { - "name": "heart-filled", - "category": "Filled", - "tags": ["heart", "filled", "love", "emotion", "like", "favorite", "relationship", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f67c" - }, - "heart-handshake": { - "name": "heart-handshake", - "category": "", - "tags": ["heart", "handshake", "support", "care", "friends", "couple", "relation", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0f3" - }, - "heart-minus": { - "name": "heart-minus", - "category": "Shapes", - "tags": ["heart", "minus", "delete", "unfavourite", "remove", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f140" - }, - "heart-off": { - "name": "heart-off", - "category": "Shapes", - "tags": ["heart", "off", "love", "emotion", "like", "favorite", "relationship", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f141" - }, - "heart-pause": { - "name": "heart-pause", - "category": "", - "tags": ["heart", "pause", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fba7" - }, - "heart-pin": { - "name": "heart-pin", - "category": "", - "tags": ["heart", "pin", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fba8" - }, - "heart-plus": { - "name": "heart-plus", - "category": "Shapes", - "tags": ["heart", "plus", "add", "love", "favourite", "like", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f142" - }, - "heart-question": { - "name": "heart-question", - "category": "", - "tags": ["heart", "question", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fba9" - }, - "heart-rate-monitor": { - "name": "heart-rate-monitor", - "category": "Health", - "tags": ["heart", "rate", "monitor", "medical", "pulse", "health", "hospital", "healthcare", "icon", "stroke", "outline"], - "version": "1.44", - "unicode": "ef61" - }, - "heart-search": { - "name": "heart-search", - "category": "", - "tags": ["heart", "search", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbaa" - }, - "heart-share": { - "name": "heart-share", - "category": "", - "tags": ["heart", "share", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbab" - }, - "heart-star": { - "name": "heart-star", - "category": "", - "tags": ["heart", "star", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbac" - }, - "heart-up": { - "name": "heart-up", - "category": "", - "tags": ["heart", "up", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbad" - }, - "heart-x": { - "name": "heart-x", - "category": "", - "tags": ["heart", "x", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbae" - }, - "heart": { - "name": "heart", - "category": "Shapes", - "tags": ["heart", "love", "emotion", "like", "favorite", "relationship", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eabe" - }, - "heartbeat": { - "name": "heartbeat", - "category": "Health", - "tags": ["heartbeat", "pulse", "medical", "ecg", "cardiology", "fitness", "chart", "icon", "stroke", "outline"], - "version": "1.47", - "unicode": "ef92" - }, - "hearts-off": { - "name": "hearts-off", - "category": "Shapes", - "tags": ["hearts", "off", "love", "valentine", "romantic", "romance", "marriage", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3f7" - }, - "hearts": { - "name": "hearts", - "category": "Shapes", - "tags": ["hearts", "love", "valentine", "romantic", "romance", "marriage", "icon", "stroke", "outline"], - "version": "1.91", - "unicode": "f387" - }, - "helicopter-landing": { - "name": "helicopter-landing", - "category": "Vehicles", - "tags": ["helicopter", "landing", "pad", "helipad", "land", "takeoff", "navy", "travel", "aircraft", "platform", "fly", "icon", "stroke", "outline"], - "version": "1.34", - "unicode": "ed8d" - }, - "helicopter": { - "name": "helicopter", - "category": "Vehicles", - "tags": ["helicopter", "land", "takeoff", "navy", "travel", "aircraft", "platform", "fly", "pilot", "journey", "rotorcraft", "hover", "icon", "stroke", "outline"], - "version": "1.34", - "unicode": "ed8e" - }, - "helmet-off": { - "name": "helmet-off", - "category": "Sport", - "tags": ["helmet", "off", "safety", "f1", "racing", "motorcycle", "builder", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f143" - }, - "helmet": { - "name": "helmet", - "category": "Sport", - "tags": ["helmet", "safety", "f1", "racing", "motorcycle", "builder", "icon", "stroke", "outline"], - "version": "1.50", - "unicode": "efca" - }, - "help-circle-filled": { - "name": "help-circle-filled", - "category": "Filled", - "tags": ["help", "circle", "filled", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa3d" - }, - "help-circle": { - "name": "help-circle", - "category": "System", - "tags": ["help", "circle", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f91d" - }, - "help-hexagon-filled": { - "name": "help-hexagon-filled", - "category": "Filled", - "tags": ["help", "hexagon", "filled", "support", "question", "shape", "faq", "info", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa3e" - }, - "help-hexagon": { - "name": "help-hexagon", - "category": "System", - "tags": ["help", "hexagon", "support", "question", "shape", "faq", "info", "icon", "stroke", "outline"], - "version": "2.6", - "unicode": "f7a8" - }, - "help-octagon-filled": { - "name": "help-octagon-filled", - "category": "Filled", - "tags": ["help", "octagon", "filled", "support", "question", "shape", "faq", "info", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa3f" - }, - "help-octagon": { - "name": "help-octagon", - "category": "System", - "tags": ["help", "octagon", "support", "question", "shape", "faq", "info", "icon", "stroke", "outline"], - "version": "2.6", - "unicode": "f7a9" - }, - "help-off": { - "name": "help-off", - "category": "System", - "tags": ["help", "off", "tooltip", "assistance", "advice", "support", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3f8" - }, - "help-small": { - "name": "help-small", - "category": "System", - "tags": ["help", "small", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f91e" - }, - "help-square-filled": { - "name": "help-square-filled", - "category": "Filled", - "tags": ["help", "square", "filled", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa40" - }, - "help-square-rounded-filled": { - "name": "help-square-rounded-filled", - "category": "Filled", - "tags": ["help", "square", "rounded", "filled", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa41" - }, - "help-square-rounded": { - "name": "help-square-rounded", - "category": "System", - "tags": ["help", "square", "rounded", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f91f" - }, - "help-square": { - "name": "help-square", - "category": "System", - "tags": ["help", "square", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f920" - }, - "help-triangle-filled": { - "name": "help-triangle-filled", - "category": "Filled", - "tags": ["help", "triangle", "filled", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa42" - }, - "help-triangle": { - "name": "help-triangle", - "category": "System", - "tags": ["help", "triangle", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f921" - }, - "help": { - "name": "help", - "category": "System", - "tags": ["help", "tooltip", "assistance", "advice", "support", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "eabf" - }, - "hemisphere-off": { - "name": "hemisphere-off", - "category": "Shapes", - "tags": ["hemisphere", "off", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "faa0" - }, - "hemisphere-plus": { - "name": "hemisphere-plus", - "category": "Shapes", - "tags": ["hemisphere", "plus", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "faa1" - }, - "hemisphere": { - "name": "hemisphere", - "category": "Shapes", - "tags": ["hemisphere", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "faa2" - }, - "hexagon-0-filled": { - "name": "hexagon-0-filled", - "category": "Filled", - "tags": ["hexagon", "0", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f74c" - }, - "hexagon-1-filled": { - "name": "hexagon-1-filled", - "category": "Filled", - "tags": ["hexagon", "1", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f74d" - }, - "hexagon-2-filled": { - "name": "hexagon-2-filled", - "category": "Filled", - "tags": ["hexagon", "2", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f74e" - }, - "hexagon-3-filled": { - "name": "hexagon-3-filled", - "category": "Filled", - "tags": ["hexagon", "3", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f74f" - }, - "hexagon-3d": { - "name": "hexagon-3d", - "category": "", - "tags": ["hexagon", "3d", "geometry", "six", "dimensional", "shape", "icon", "stroke", "outline"], - "version": "1.98", - "unicode": "f4c7" - }, - "hexagon-4-filled": { - "name": "hexagon-4-filled", - "category": "Filled", - "tags": ["hexagon", "4", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f750" - }, - "hexagon-5-filled": { - "name": "hexagon-5-filled", - "category": "Filled", - "tags": ["hexagon", "5", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f751" - }, - "hexagon-6-filled": { - "name": "hexagon-6-filled", - "category": "Filled", - "tags": ["hexagon", "6", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f752" - }, - "hexagon-7-filled": { - "name": "hexagon-7-filled", - "category": "Filled", - "tags": ["hexagon", "7", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f753" - }, - "hexagon-8-filled": { - "name": "hexagon-8-filled", - "category": "Filled", - "tags": ["hexagon", "8", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f754" - }, - "hexagon-9-filled": { - "name": "hexagon-9-filled", - "category": "Filled", - "tags": ["hexagon", "9", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f755" - }, - "hexagon-filled": { - "name": "hexagon-filled", - "category": "Filled", - "tags": ["hexagon", "filled", "shape", "geometric", "math", "2d", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f67d" - }, - "hexagon-letter-a": { - "name": "hexagon-letter-a", - "category": "Letters", - "tags": ["hexagon", "letter", "a", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f463" - }, - "hexagon-letter-b": { - "name": "hexagon-letter-b", - "category": "Letters", - "tags": ["hexagon", "letter", "b", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f464" - }, - "hexagon-letter-c": { - "name": "hexagon-letter-c", - "category": "Letters", - "tags": ["hexagon", "letter", "c", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f465" - }, - "hexagon-letter-d": { - "name": "hexagon-letter-d", - "category": "Letters", - "tags": ["hexagon", "letter", "d", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f466" - }, - "hexagon-letter-e": { - "name": "hexagon-letter-e", - "category": "Letters", - "tags": ["hexagon", "letter", "e", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f467" - }, - "hexagon-letter-f": { - "name": "hexagon-letter-f", - "category": "Letters", - "tags": ["hexagon", "letter", "f", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f468" - }, - "hexagon-letter-g": { - "name": "hexagon-letter-g", - "category": "Letters", - "tags": ["hexagon", "letter", "g", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f469" - }, - "hexagon-letter-h": { - "name": "hexagon-letter-h", - "category": "Letters", - "tags": ["hexagon", "letter", "h", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f46a" - }, - "hexagon-letter-i": { - "name": "hexagon-letter-i", - "category": "Letters", - "tags": ["hexagon", "letter", "i", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f46b" - }, - "hexagon-letter-j": { - "name": "hexagon-letter-j", - "category": "Letters", - "tags": ["hexagon", "letter", "j", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f46c" - }, - "hexagon-letter-k": { - "name": "hexagon-letter-k", - "category": "Letters", - "tags": ["hexagon", "letter", "k", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f46d" - }, - "hexagon-letter-l": { - "name": "hexagon-letter-l", - "category": "Letters", - "tags": ["hexagon", "letter", "l", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f46e" - }, - "hexagon-letter-m": { - "name": "hexagon-letter-m", - "category": "Letters", - "tags": ["hexagon", "letter", "m", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f46f" - }, - "hexagon-letter-n": { - "name": "hexagon-letter-n", - "category": "Letters", - "tags": ["hexagon", "letter", "n", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f470" - }, - "hexagon-letter-o": { - "name": "hexagon-letter-o", - "category": "Letters", - "tags": ["hexagon", "letter", "o", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f471" - }, - "hexagon-letter-p": { - "name": "hexagon-letter-p", - "category": "Letters", - "tags": ["hexagon", "letter", "p", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f472" - }, - "hexagon-letter-q": { - "name": "hexagon-letter-q", - "category": "Letters", - "tags": ["hexagon", "letter", "q", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f473" - }, - "hexagon-letter-r": { - "name": "hexagon-letter-r", - "category": "Letters", - "tags": ["hexagon", "letter", "r", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f474" - }, - "hexagon-letter-s": { - "name": "hexagon-letter-s", - "category": "Letters", - "tags": ["hexagon", "letter", "s", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f475" - }, - "hexagon-letter-t": { - "name": "hexagon-letter-t", - "category": "Letters", - "tags": ["hexagon", "letter", "t", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f476" - }, - "hexagon-letter-u": { - "name": "hexagon-letter-u", - "category": "Letters", - "tags": ["hexagon", "letter", "u", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f477" - }, - "hexagon-letter-v": { - "name": "hexagon-letter-v", - "category": "Letters", - "tags": ["hexagon", "letter", "v", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4b3" - }, - "hexagon-letter-w": { - "name": "hexagon-letter-w", - "category": "Letters", - "tags": ["hexagon", "letter", "w", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f478" - }, - "hexagon-letter-x": { - "name": "hexagon-letter-x", - "category": "Letters", - "tags": ["hexagon", "letter", "x", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f479" - }, - "hexagon-letter-y": { - "name": "hexagon-letter-y", - "category": "Letters", - "tags": ["hexagon", "letter", "y", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f47a" - }, - "hexagon-letter-z": { - "name": "hexagon-letter-z", - "category": "Letters", - "tags": ["hexagon", "letter", "z", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f47b" - }, - "hexagon-minus-2": { - "name": "hexagon-minus-2", - "category": "Shapes", - "tags": ["hexagon", "minus", "2", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc8e" - }, - "hexagon-minus": { - "name": "hexagon-minus", - "category": "Shapes", - "tags": ["hexagon", "minus", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc8f" - }, - "hexagon-number-0": { - "name": "hexagon-number-0", - "category": "Numbers", - "tags": ["hexagon", "number", "0", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f459" - }, - "hexagon-number-1": { - "name": "hexagon-number-1", - "category": "Numbers", - "tags": ["hexagon", "number", "1", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f45a" - }, - "hexagon-number-2": { - "name": "hexagon-number-2", - "category": "Numbers", - "tags": ["hexagon", "number", "2", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f45b" - }, - "hexagon-number-3": { - "name": "hexagon-number-3", - "category": "Numbers", - "tags": ["hexagon", "number", "3", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f45c" - }, - "hexagon-number-4": { - "name": "hexagon-number-4", - "category": "Numbers", - "tags": ["hexagon", "number", "4", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f45d" - }, - "hexagon-number-5": { - "name": "hexagon-number-5", - "category": "Numbers", - "tags": ["hexagon", "number", "5", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f45e" - }, - "hexagon-number-6": { - "name": "hexagon-number-6", - "category": "Numbers", - "tags": ["hexagon", "number", "6", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f45f" - }, - "hexagon-number-7": { - "name": "hexagon-number-7", - "category": "Numbers", - "tags": ["hexagon", "number", "7", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f460" - }, - "hexagon-number-8": { - "name": "hexagon-number-8", - "category": "Numbers", - "tags": ["hexagon", "number", "8", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f461" - }, - "hexagon-number-9": { - "name": "hexagon-number-9", - "category": "Numbers", - "tags": ["hexagon", "number", "9", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f462" - }, - "hexagon-off": { - "name": "hexagon-off", - "category": "Shapes", - "tags": ["hexagon", "off", "shape", "geometric", "math", "2d", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee9c" - }, - "hexagon-plus-2": { - "name": "hexagon-plus-2", - "category": "Shapes", - "tags": ["hexagon", "plus", "2", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc90" - }, - "hexagon-plus": { - "name": "hexagon-plus", - "category": "", - "tags": ["hexagon", "plus", "icon", "stroke", "outline"], - "version": "2.31", - "unicode": "fc45" - }, - "hexagon": { - "name": "hexagon", - "category": "Shapes", - "tags": ["hexagon", "shape", "geometric", "math", "2d", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec02" - }, - "hexagonal-prism-off": { - "name": "hexagonal-prism-off", - "category": "Shapes", - "tags": ["hexagonal", "prism", "off", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "faa3" - }, - "hexagonal-prism-plus": { - "name": "hexagonal-prism-plus", - "category": "Shapes", - "tags": ["hexagonal", "prism", "plus", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "faa4" - }, - "hexagonal-prism": { - "name": "hexagonal-prism", - "category": "Shapes", - "tags": ["hexagonal", "prism", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "faa5" - }, - "hexagonal-pyramid-off": { - "name": "hexagonal-pyramid-off", - "category": "Shapes", - "tags": ["hexagonal", "pyramid", "off", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "faa6" - }, - "hexagonal-pyramid-plus": { - "name": "hexagonal-pyramid-plus", - "category": "Shapes", - "tags": ["hexagonal", "pyramid", "plus", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "faa7" - }, - "hexagonal-pyramid": { - "name": "hexagonal-pyramid", - "category": "Shapes", - "tags": ["hexagonal", "pyramid", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "faa8" - }, - "hexagons-off": { - "name": "hexagons-off", - "category": "Shapes", - "tags": ["hexagons", "off", "diagram", "chemistry", "modules", "geometric", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3f9" - }, - "hexagons": { - "name": "hexagons", - "category": "Shapes", - "tags": ["hexagons", "diagram", "chemistry", "modules", "geometric", "icon", "stroke", "outline"], - "version": "1.61", - "unicode": "f09d" - }, - "hierarchy-2": { - "name": "hierarchy-2", - "category": "Design", - "tags": ["hierarchy", "2", "relation", "above", "below", "status", "society", "important", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee9d" - }, - "hierarchy-3": { - "name": "hierarchy-3", - "category": "Design", - "tags": ["hierarchy", "3", "relation", "above", "below", "status", "society", "important", "icon", "stroke", "outline"], - "version": "1.78", - "unicode": "f289" - }, - "hierarchy-off": { - "name": "hierarchy-off", - "category": "Design", - "tags": ["hierarchy", "off", "relation", "above", "below", "status", "society", "important", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3fa" - }, - "hierarchy": { - "name": "hierarchy", - "category": "Design", - "tags": ["hierarchy", "relation", "above", "below", "status", "society", "important", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee9e" - }, - "highlight-off": { - "name": "highlight-off", - "category": "Text", - "tags": ["highlight", "off", "marker", "important", "highlighter", "pen", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f144" - }, - "highlight": { - "name": "highlight", - "category": "Text", - "tags": ["highlight", "marker", "important", "highlighter", "pen", "icon", "stroke", "outline"], - "version": "1.42", - "unicode": "ef3f" - }, - "history-off": { - "name": "history-off", - "category": "System", - "tags": ["history", "off", "search", "see", "past", "card", "website", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3fb" - }, - "history-toggle": { - "name": "history-toggle", - "category": "", - "tags": ["history", "toggle", "true", "false", "control", "interface", "icon", "stroke", "outline"], - "version": "1.70", - "unicode": "f1fc" - }, - "history": { - "name": "history", - "category": "System", - "tags": ["history", "search", "see", "past", "card", "website", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebea" - }, - "home-2": { - "name": "home-2", - "category": "Buildings", - "tags": ["home", "2", "house", "dashboard", "living", "building", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "eac0" - }, - "home-bolt": { - "name": "home-bolt", - "category": "Buildings", - "tags": ["home", "bolt", "electrity", "energy", "power", "lightning", "energetic", "house", "icon", "stroke", "outline"], - "version": "1.87", - "unicode": "f336" - }, - "home-cancel": { - "name": "home-cancel", - "category": "Buildings", - "tags": ["home", "cancel", "delete", "house", "building", "close", "icon", "stroke", "outline"], - "version": "1.88", - "unicode": "f350" - }, - "home-check": { - "name": "home-check", - "category": "Buildings", - "tags": ["home", "check", "house", "tick", "mark", "assure", "safety", "icon", "stroke", "outline"], - "version": "1.87", - "unicode": "f337" - }, - "home-cog": { - "name": "home-cog", - "category": "Buildings", - "tags": ["home", "cog", "gear", "house", "building", "settings", "renovation", "icon", "stroke", "outline"], - "version": "1.87", - "unicode": "f338" - }, - "home-dollar": { - "name": "home-dollar", - "category": "Buildings", - "tags": ["home", "dollar", "buisness", "house", "estate", "finance", "building", "money", "icon", "stroke", "outline"], - "version": "1.87", - "unicode": "f339" - }, - "home-dot": { - "name": "home-dot", - "category": "Buildings", - "tags": ["home", "dot", "notification", "alert", "monitor", "icon", "stroke", "outline"], - "version": "1.87", - "unicode": "f33a" - }, - "home-down": { - "name": "home-down", - "category": "Buildings", - "tags": ["home", "down", "property", "estate", "bottom", "south", "house", "icon", "stroke", "outline"], - "version": "1.87", - "unicode": "f33b" - }, - "home-eco": { - "name": "home-eco", - "category": "Buildings", - "tags": ["home", "eco", "ecology", "energy", "nature", "leaf", "house", "icon", "stroke", "outline"], - "version": "1.88", - "unicode": "f351" - }, - "home-edit": { - "name": "home-edit", - "category": "Buildings", - "tags": ["home", "edit", "house", "building", "renovation", "estate", "icon", "stroke", "outline"], - "version": "1.88", - "unicode": "f352" - }, - "home-exclamation": { - "name": "home-exclamation", - "category": "Buildings", - "tags": ["home", "exclamation", "warning", "danger", "accident", "house", "icon", "stroke", "outline"], - "version": "1.87", - "unicode": "f33c" - }, - "home-hand": { - "name": "home-hand", - "category": "Buildings", - "tags": ["home", "hand", "house", "dashboard", "living", "building", "care", "icon", "stroke", "outline"], - "version": "1.101", - "unicode": "f504" - }, - "home-heart": { - "name": "home-heart", - "category": "Buildings", - "tags": ["home", "heart", "love", "sweet", "dating", "care", "safety", "icon", "stroke", "outline"], - "version": "1.88", - "unicode": "f353" - }, - "home-infinity": { - "name": "home-infinity", - "category": "Buildings", - "tags": ["home", "infinity", "house", "dashboard", "living", "building", "endless", "icon", "stroke", "outline"], - "version": "1.101", - "unicode": "f505" - }, - "home-link": { - "name": "home-link", - "category": "Buildings", - "tags": ["home", "link", "address", "technology", "smart", "internet", "icon", "stroke", "outline"], - "version": "1.88", - "unicode": "f354" - }, - "home-minus": { - "name": "home-minus", - "category": "Buildings", - "tags": ["home", "minus", "remove", "delete", "cancel", "close", "icon", "stroke", "outline"], - "version": "1.87", - "unicode": "f33d" - }, - "home-move": { - "name": "home-move", - "category": "Buildings", - "tags": ["home", "move", "relocation", "moving", "house", "change", "exchange", "icon", "stroke", "outline"], - "version": "1.87", - "unicode": "f33e" - }, - "home-off": { - "name": "home-off", - "category": "Buildings", - "tags": ["home", "off", "house", "dashboard", "living", "building", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f145" - }, - "home-plus": { - "name": "home-plus", - "category": "Buildings", - "tags": ["home", "plus", "add", "building", "new", "create", "icon", "stroke", "outline"], - "version": "1.87", - "unicode": "f33f" - }, - "home-question": { - "name": "home-question", - "category": "Buildings", - "tags": ["home", "question", "support", "help", "information", "ask", "anwser", "?", "icon", "stroke", "outline"], - "version": "1.87", - "unicode": "f340" - }, - "home-ribbon": { - "name": "home-ribbon", - "category": "Buildings", - "tags": ["home", "ribbon", "contract", "certifited", "achievement", "icon", "stroke", "outline"], - "version": "1.88", - "unicode": "f355" - }, - "home-search": { - "name": "home-search", - "category": "Buildings", - "tags": ["home", "search", "find", "estate", "house", "building", "icon", "stroke", "outline"], - "version": "1.87", - "unicode": "f341" - }, - "home-share": { - "name": "home-share", - "category": "Buildings", - "tags": ["home", "share", "house", "dashboard", "living", "building", "network", "link", "connection", "icon", "stroke", "outline"], - "version": "1.87", - "unicode": "f342" - }, - "home-shield": { - "name": "home-shield", - "category": "Buildings", - "tags": ["home", "shield", "security", "safety", "secure", "safe", "icon", "stroke", "outline"], - "version": "1.87", - "unicode": "f343" - }, - "home-signal": { - "name": "home-signal", - "category": "Buildings", - "tags": ["home", "signal", "wi-fi", "communication", "internet", "wireless", "icon", "stroke", "outline"], - "version": "1.88", - "unicode": "f356" - }, - "home-star": { - "name": "home-star", - "category": "Buildings", - "tags": ["home", "star", "best", "favourite", "like", "house", "icon", "stroke", "outline"], - "version": "1.87", - "unicode": "f344" - }, - "home-stats": { - "name": "home-stats", - "category": "Buildings", - "tags": ["home", "stats", "analytics", "business", "finance", "icon", "stroke", "outline"], - "version": "1.87", - "unicode": "f345" - }, - "home-up": { - "name": "home-up", - "category": "Buildings", - "tags": ["home", "up", "arrow", "higher", "house", "north", "icon", "stroke", "outline"], - "version": "1.87", - "unicode": "f346" - }, - "home-x": { - "name": "home-x", - "category": "Buildings", - "tags": ["home", "x", "false", "sale", "commerce", "icon", "stroke", "outline"], - "version": "1.87", - "unicode": "f347" - }, - "home": { - "name": "home", - "category": "Buildings", - "tags": ["home", "house", "dashboard", "living", "building", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eac1" - }, - "horse-toy": { - "name": "horse-toy", - "category": "", - "tags": ["horse", "toy", "baby", "child", "kid", "rocking", "fun", "icon", "stroke", "outline"], - "version": "1.78", - "unicode": "f28a" - }, - "horse": { - "name": "horse", - "category": "", - "tags": ["horse", "equine", "equestrian", "stallion", "mare", "pony", "steed", "riding", "hoofed-animal", "horseback", "thoroughbred", "icon", "stroke", "outline"], - "version": "2.31", - "unicode": "fc46" - }, - "horseshoe": { - "name": "horseshoe", - "category": "", - "tags": ["horseshoe", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcb7" - }, - "hospital-circle": { - "name": "hospital-circle", - "category": "", - "tags": ["hospital", "circle", "medical-center", "healthcare", "clinic", "emergency", "hospital-round", "health", "care", "medical-facility", "circle-hospital", "health-center", "icon", "stroke", "outline"], - "version": "2.43", - "unicode": "fd58" - }, - "hospital": { - "name": "hospital", - "category": "", - "tags": ["hospital", "medical-facility", "healthcare", "clinic", "emergency", "hospital-building", "health", "care", "medical-center", "hospital-structure", "health-center", "icon", "stroke", "outline"], - "version": "2.43", - "unicode": "fd59" - }, - "hotel-service": { - "name": "hotel-service", - "category": "", - "tags": ["hotel", "service", "food", "reception", "accommodation", "room", "bell", "icon", "stroke", "outline"], - "version": "1.46", - "unicode": "ef80" - }, - "hourglass-empty": { - "name": "hourglass-empty", - "category": "System", - "tags": ["hourglass", "empty", "material", "measure", "time", "timer", "clock", "sand", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f146" - }, - "hourglass-filled": { - "name": "hourglass-filled", - "category": "Filled", - "tags": ["hourglass", "filled", "time", "timer", "sand", "clock", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f756" - }, - "hourglass-high": { - "name": "hourglass-high", - "category": "System", - "tags": ["hourglass", "high", "simple", "time", "timer", "clock", "sand", "icon", "stroke", "outline"], - "version": "1.60", - "unicode": "f092" - }, - "hourglass-low": { - "name": "hourglass-low", - "category": "System", - "tags": ["hourglass", "low", "simple", "time", "timer", "clock", "sand", "icon", "stroke", "outline"], - "version": "1.60", - "unicode": "f093" - }, - "hourglass-off": { - "name": "hourglass-off", - "category": "System", - "tags": ["hourglass", "off", "time", "timer", "sand", "clock", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f147" - }, - "hourglass": { - "name": "hourglass", - "category": "System", - "tags": ["hourglass", "time", "timer", "sand", "clock", "icon", "stroke", "outline"], - "version": "1.47", - "unicode": "ef93" - }, - "html": { - "name": "html", - "category": "Extensions", - "tags": ["html", "code", "coding", "file", "web", "programming", "page", "icon", "stroke", "outline"], - "version": "2.7", - "unicode": "f7b1" - }, - "http-connect": { - "name": "http-connect", - "category": "Computers", - "tags": ["http", "connect", "icon", "stroke", "outline"], - "version": "2.14", - "unicode": "fa28" - }, - "http-delete": { - "name": "http-delete", - "category": "Computers", - "tags": ["http", "delete", "icon", "stroke", "outline"], - "version": "2.14", - "unicode": "fa29" - }, - "http-get": { - "name": "http-get", - "category": "Computers", - "tags": ["http", "get", "icon", "stroke", "outline"], - "version": "2.14", - "unicode": "fa2a" - }, - "http-head": { - "name": "http-head", - "category": "Computers", - "tags": ["http", "head", "icon", "stroke", "outline"], - "version": "2.14", - "unicode": "fa2b" - }, - "http-options": { - "name": "http-options", - "category": "Computers", - "tags": ["http", "options", "icon", "stroke", "outline"], - "version": "2.14", - "unicode": "fa2c" - }, - "http-patch": { - "name": "http-patch", - "category": "Computers", - "tags": ["http", "patch", "icon", "stroke", "outline"], - "version": "2.14", - "unicode": "fa2d" - }, - "http-post": { - "name": "http-post", - "category": "Computers", - "tags": ["http", "post", "icon", "stroke", "outline"], - "version": "2.14", - "unicode": "fa2e" - }, - "http-put": { - "name": "http-put", - "category": "Computers", - "tags": ["http", "put", "icon", "stroke", "outline"], - "version": "2.14", - "unicode": "fa2f" - }, - "http-que": { - "name": "http-que", - "category": "Computers", - "tags": ["http", "que", "icon", "stroke", "outline"], - "version": "2.16", - "unicode": "fa5b" - }, - "http-trace": { - "name": "http-trace", - "category": "Computers", - "tags": ["http", "trace", "icon", "stroke", "outline"], - "version": "2.14", - "unicode": "fa30" - }, - "ice-cream-2": { - "name": "ice-cream-2", - "category": "Food", - "tags": ["ice", "cream", "2", "sweet", "cold", "dessert", "food", "taste", "frozen", "snack", "flavour", "flavor", "cone", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee9f" - }, - "ice-cream-off": { - "name": "ice-cream-off", - "category": "Food", - "tags": ["ice", "cream", "off", "candy", "dessert", "frozen", "sweet", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f148" - }, - "ice-cream": { - "name": "ice-cream", - "category": "Food", - "tags": ["ice", "cream", "candy", "dessert", "frozen", "sweet", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eac2" - }, - "ice-skating": { - "name": "ice-skating", - "category": "Sport", - "tags": ["ice", "skating", "winter", "skate", "sport", "figure", "activity", "hockey", "icon", "stroke", "outline"], - "version": "1.50", - "unicode": "efcb" - }, - "icons-off": { - "name": "icons-off", - "category": "Shapes", - "tags": ["icons", "off", "design", "image", "picture", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3fc" - }, - "icons": { - "name": "icons", - "category": "Shapes", - "tags": ["icons", "design", "image", "picture", "icon", "stroke", "outline"], - "version": "1.68", - "unicode": "f1d4" - }, - "id-badge-2": { - "name": "id-badge-2", - "category": "System", - "tags": ["id", "badge", "2", "identification", "pass", "card", "identity", "icon", "stroke", "outline"], - "version": "1.59", - "unicode": "f076" - }, - "id-badge-off": { - "name": "id-badge-off", - "category": "System", - "tags": ["id", "badge", "off", "identification", "pass", "card", "identity", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3fd" - }, - "id-badge": { - "name": "id-badge", - "category": "System", - "tags": ["id", "badge", "identification", "pass", "card", "identity", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "eff7" - }, - "id-off": { - "name": "id-off", - "category": "System", - "tags": ["id", "off", "identification", "card", "personal details", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f149" - }, - "id": { - "name": "id", - "category": "System", - "tags": ["id", "identification", "card", "personal details", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "eac3" - }, - "image-in-picture": { - "name": "image-in-picture", - "category": "", - "tags": ["image", "in", "picture", "icon", "stroke", "outline"], - "version": "2.47", - "unicode": "fd9f" - }, - "inbox-off": { - "name": "inbox-off", - "category": "", - "tags": ["inbox", "off", "mail", "gmail", "email", "envelope", "post", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f14a" - }, - "inbox": { - "name": "inbox", - "category": "", - "tags": ["inbox", "mail", "gmail", "email", "envelope", "post", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eac4" - }, - "indent-decrease": { - "name": "indent-decrease", - "category": "Text", - "tags": ["indent", "decrease", "line", "position", "block", "margin", "paragraph", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb91" - }, - "indent-increase": { - "name": "indent-increase", - "category": "Text", - "tags": ["indent", "increase", "line", "position", "block", "margin", "paragraph", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb92" - }, - "infinity-off": { - "name": "infinity-off", - "category": "Math", - "tags": ["infinity", "off", "endless", "eternity", "continuum", "time", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3fe" - }, - "infinity": { - "name": "infinity", - "category": "Math", - "tags": ["infinity", "endless", "eternity", "continuum", "time", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb69" - }, - "info-circle-filled": { - "name": "info-circle-filled", - "category": "Filled", - "tags": ["info", "circle", "filled", "information", "advice", "news", "tip", "sign", "icon", "stroke", "outline"], - "version": "2.2", - "unicode": "f6d8" - }, - "info-circle": { - "name": "info-circle", - "category": "System", - "tags": ["info", "circle", "information", "advice", "news", "tip", "sign", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eac5" - }, - "info-hexagon-filled": { - "name": "info-hexagon-filled", - "category": "Filled", - "tags": ["info", "hexagon", "filled", "help", "support", "shape", "information", "question", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa43" - }, - "info-hexagon": { - "name": "info-hexagon", - "category": "System", - "tags": ["info", "hexagon", "help", "support", "shape", "information", "question", "icon", "stroke", "outline"], - "version": "2.6", - "unicode": "f7aa" - }, - "info-octagon-filled": { - "name": "info-octagon-filled", - "category": "Filled", - "tags": ["info", "octagon", "filled", "help", "support", "shape", "information", "question", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa44" - }, - "info-octagon": { - "name": "info-octagon", - "category": "System", - "tags": ["info", "octagon", "help", "support", "shape", "information", "question", "icon", "stroke", "outline"], - "version": "2.6", - "unicode": "f7ab" - }, - "info-small": { - "name": "info-small", - "category": "System", - "tags": ["info", "small", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f922" - }, - "info-square-filled": { - "name": "info-square-filled", - "category": "Filled", - "tags": ["info", "square", "filled", "information", "advice", "news", "tip", "sign", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa45" - }, - "info-square-rounded-filled": { - "name": "info-square-rounded-filled", - "category": "Filled", - "tags": ["info", "square", "rounded", "filled", "help", "support", "shape", "information", "question", "icon", "stroke", "outline"], - "version": "2.2", - "unicode": "f6d9" - }, - "info-square-rounded": { - "name": "info-square-rounded", - "category": "System", - "tags": ["info", "square", "rounded", "help", "support", "shape", "information", "question", "icon", "stroke", "outline"], - "version": "1.117", - "unicode": "f635" - }, - "info-square": { - "name": "info-square", - "category": "System", - "tags": ["info", "square", "information", "advice", "news", "tip", "sign", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eac6" - }, - "info-triangle-filled": { - "name": "info-triangle-filled", - "category": "Filled", - "tags": ["info", "triangle", "filled", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa46" - }, - "info-triangle": { - "name": "info-triangle", - "category": "System", - "tags": ["info", "triangle", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f923" - }, - "inner-shadow-bottom-filled": { - "name": "inner-shadow-bottom-filled", - "category": "Filled", - "tags": ["inner", "shadow", "bottom", "filled", "shape", "circle", "down", "south", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f757" - }, - "inner-shadow-bottom-left-filled": { - "name": "inner-shadow-bottom-left-filled", - "category": "Filled", - "tags": ["inner", "shadow", "bottom", "left", "filled", "shape", "circle", "down", "south", "west", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f758" - }, - "inner-shadow-bottom-left": { - "name": "inner-shadow-bottom-left", - "category": "Design", - "tags": ["inner", "shadow", "bottom", "left", "shape", "circle", "down", "south", "west", "icon", "stroke", "outline"], - "version": "1.103", - "unicode": "f51e" - }, - "inner-shadow-bottom-right-filled": { - "name": "inner-shadow-bottom-right-filled", - "category": "Filled", - "tags": ["inner", "shadow", "bottom", "right", "filled", "shape", "circle", "down", "south", "east", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f759" - }, - "inner-shadow-bottom-right": { - "name": "inner-shadow-bottom-right", - "category": "Design", - "tags": ["inner", "shadow", "bottom", "right", "shape", "circle", "down", "south", "east", "icon", "stroke", "outline"], - "version": "1.103", - "unicode": "f51f" - }, - "inner-shadow-bottom": { - "name": "inner-shadow-bottom", - "category": "Design", - "tags": ["inner", "shadow", "bottom", "shape", "circle", "down", "south", "icon", "stroke", "outline"], - "version": "1.103", - "unicode": "f520" - }, - "inner-shadow-left-filled": { - "name": "inner-shadow-left-filled", - "category": "Filled", - "tags": ["inner", "shadow", "left", "filled", "shape", "circle", "west", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f75a" - }, - "inner-shadow-left": { - "name": "inner-shadow-left", - "category": "Design", - "tags": ["inner", "shadow", "left", "shape", "circle", "west", "icon", "stroke", "outline"], - "version": "1.103", - "unicode": "f521" - }, - "inner-shadow-right-filled": { - "name": "inner-shadow-right-filled", - "category": "Filled", - "tags": ["inner", "shadow", "right", "filled", "shape", "circle", "east", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f75b" - }, - "inner-shadow-right": { - "name": "inner-shadow-right", - "category": "Design", - "tags": ["inner", "shadow", "right", "shape", "circle", "east", "icon", "stroke", "outline"], - "version": "1.103", - "unicode": "f522" - }, - "inner-shadow-top-filled": { - "name": "inner-shadow-top-filled", - "category": "Filled", - "tags": ["inner", "shadow", "top", "filled", "shape", "circle", "up", "north", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f75c" - }, - "inner-shadow-top-left-filled": { - "name": "inner-shadow-top-left-filled", - "category": "Filled", - "tags": ["inner", "shadow", "top", "left", "filled", "shape", "circle", "up", "north", "west", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f75d" - }, - "inner-shadow-top-left": { - "name": "inner-shadow-top-left", - "category": "Design", - "tags": ["inner", "shadow", "top", "left", "shape", "circle", "up", "north", "west", "icon", "stroke", "outline"], - "version": "1.103", - "unicode": "f523" - }, - "inner-shadow-top-right-filled": { - "name": "inner-shadow-top-right-filled", - "category": "Filled", - "tags": ["inner", "shadow", "top", "right", "filled", "shape", "circle", "up", "north", "east", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f75e" - }, - "inner-shadow-top-right": { - "name": "inner-shadow-top-right", - "category": "Design", - "tags": ["inner", "shadow", "top", "right", "shape", "circle", "up", "north", "east", "icon", "stroke", "outline"], - "version": "1.103", - "unicode": "f524" - }, - "inner-shadow-top": { - "name": "inner-shadow-top", - "category": "Design", - "tags": ["inner", "shadow", "top", "shape", "circle", "up", "north", "icon", "stroke", "outline"], - "version": "1.103", - "unicode": "f525" - }, - "input-ai": { - "name": "input-ai", - "category": "", - "tags": ["input", "ai", "icon", "stroke", "outline"], - "version": "2.32", - "unicode": "fc5a" - }, - "input-check": { - "name": "input-check", - "category": "", - "tags": ["input", "check", "icon", "stroke", "outline"], - "version": "2.32", - "unicode": "fc5b" - }, - "input-search": { - "name": "input-search", - "category": "Text", - "tags": ["input", "search", "find", "website", "field", "explore", "icon", "stroke", "outline"], - "version": "1.79", - "unicode": "f2a2" - }, - "input-x": { - "name": "input-x", - "category": "", - "tags": ["input", "x", "icon", "stroke", "outline"], - "version": "2.32", - "unicode": "fc5c" - }, - "ironing-1": { - "name": "ironing-1", - "category": "Laundry", - "tags": ["ironing", "1", "clotches", "housework", "iron", "smooth", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f2f4" - }, - "ironing-2": { - "name": "ironing-2", - "category": "Laundry", - "tags": ["ironing", "2", "clotches", "housework", "iron", "smooth", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f2f5" - }, - "ironing-3": { - "name": "ironing-3", - "category": "Laundry", - "tags": ["ironing", "3", "clotches", "housework", "iron", "smooth", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f2f6" - }, - "ironing-off": { - "name": "ironing-off", - "category": "Laundry", - "tags": ["ironing", "off", "clotches", "housework", "iron", "smooth", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f2f7" - }, - "ironing-steam-off": { - "name": "ironing-steam-off", - "category": "Laundry", - "tags": ["ironing", "steam", "off", "clotches", "housework", "iron", "smooth", "water", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f2f8" - }, - "ironing-steam": { - "name": "ironing-steam", - "category": "Laundry", - "tags": ["ironing", "steam", "clotches", "housework", "iron", "smooth", "water", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f2f9" - }, - "ironing": { - "name": "ironing", - "category": "Laundry", - "tags": ["ironing", "icon", "stroke", "outline"], - "version": "2.18", - "unicode": "fa7c" - }, - "irregular-polyhedron-off": { - "name": "irregular-polyhedron-off", - "category": "Shapes", - "tags": ["irregular", "polyhedron", "off", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "faa9" - }, - "irregular-polyhedron-plus": { - "name": "irregular-polyhedron-plus", - "category": "Shapes", - "tags": ["irregular", "polyhedron", "plus", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "faaa" - }, - "irregular-polyhedron": { - "name": "irregular-polyhedron", - "category": "Shapes", - "tags": ["irregular", "polyhedron", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "faab" - }, - "italic": { - "name": "italic", - "category": "Text", - "tags": ["italic", "typography", "font", "typeface", "emphasise", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb93" - }, - "jacket": { - "name": "jacket", - "category": "", - "tags": ["jacket", "clotches", "winter", "life", "coat", "icon", "stroke", "outline"], - "version": "1.119", - "unicode": "f661" - }, - "jetpack": { - "name": "jetpack", - "category": "", - "tags": ["jetpack", "fly", "rocket", "transport", "space", "future", "icon", "stroke", "outline"], - "version": "1.108", - "unicode": "f581" - }, - "jewish-star-filled": { - "name": "jewish-star-filled", - "category": "Filled", - "tags": ["jewish", "star", "filled", "judaism", "israel", "religion", "bright", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f67e" - }, - "jewish-star": { - "name": "jewish-star", - "category": "Shapes", - "tags": ["jewish", "star", "judaism", "israel", "religion", "bright", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3ff" - }, - "jpg": { - "name": "jpg", - "category": "Extensions", - "tags": ["jpg", "file", "format", "type", "document", "filetype", "icon", "stroke", "outline"], - "version": "1.93", - "unicode": "f3ac" - }, - "json": { - "name": "json", - "category": "Extensions", - "tags": ["json", "file", "document", "type", "format", "extencion", "icon", "stroke", "outline"], - "version": "2.7", - "unicode": "f7b2" - }, - "jump-rope": { - "name": "jump-rope", - "category": "Sport", - "tags": ["jump", "rope", "sport", "fitness", "workout", "gym", "skipping", "cardio", "fit", "shape", "icon", "stroke", "outline"], - "version": "1.34", - "unicode": "ed8f" - }, - "karate": { - "name": "karate", - "category": "Sport", - "tags": ["karate", "martial", "art", "self", "defence", "defend", "strike", "compat", "oriental", "fight", "kick", "icon", "stroke", "outline"], - "version": "1.27", - "unicode": "ed32" - }, - "kayak": { - "name": "kayak", - "category": "Sport", - "tags": ["kayak", "water", "adventure", "river", "camp", "sport", "summer", "activity", "icon", "stroke", "outline"], - "version": "1.68", - "unicode": "f1d6" - }, - "kering": { - "name": "kering", - "category": "Text", - "tags": ["kering", "text", "editor", "font", "calligraphy", "icon", "stroke", "outline"], - "version": "1.49", - "unicode": "efb8" - }, - "key-off": { - "name": "key-off", - "category": "", - "tags": ["key", "off", "password", "login", "authentication", "secure", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f14b" - }, - "key": { - "name": "key", - "category": "", - "tags": ["key", "password", "login", "authentication", "secure", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eac7" - }, - "keyboard-hide": { - "name": "keyboard-hide", - "category": "Devices", - "tags": ["keyboard", "hide", "computer", "laptop", "device", "type", "icon", "stroke", "outline"], - "version": "1.14", - "unicode": "ec7e" - }, - "keyboard-off": { - "name": "keyboard-off", - "category": "Devices", - "tags": ["keyboard", "off", "computer", "laptop", "device", "type", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eea0" - }, - "keyboard-show": { - "name": "keyboard-show", - "category": "Devices", - "tags": ["keyboard", "show", "computer", "laptop", "device", "type", "icon", "stroke", "outline"], - "version": "1.14", - "unicode": "ec7f" - }, - "keyboard": { - "name": "keyboard", - "category": "Devices", - "tags": ["keyboard", "computer", "laptop", "device", "type", "icon", "stroke", "outline"], - "version": "1.6", - "unicode": "ebd6" - }, - "keyframe-align-center-filled": { - "name": "keyframe-align-center-filled", - "category": "Filled", - "tags": ["keyframe", "align", "center", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc30" - }, - "keyframe-align-center": { - "name": "keyframe-align-center", - "category": "Media", - "tags": ["keyframe", "align", "center", "middle", "animation", "shape", "icon", "stroke", "outline"], - "version": "1.108", - "unicode": "f582" - }, - "keyframe-align-horizontal-filled": { - "name": "keyframe-align-horizontal-filled", - "category": "Filled", - "tags": ["keyframe", "align", "horizontal", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc31" - }, - "keyframe-align-horizontal": { - "name": "keyframe-align-horizontal", - "category": "Media", - "tags": ["keyframe", "align", "horizontal", "animation", "shape", "icon", "stroke", "outline"], - "version": "1.108", - "unicode": "f583" - }, - "keyframe-align-vertical-filled": { - "name": "keyframe-align-vertical-filled", - "category": "Filled", - "tags": ["keyframe", "align", "vertical", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc32" - }, - "keyframe-align-vertical": { - "name": "keyframe-align-vertical", - "category": "Media", - "tags": ["keyframe", "align", "vertical", "animation", "shape", "icon", "stroke", "outline"], - "version": "1.108", - "unicode": "f584" - }, - "keyframe-filled": { - "name": "keyframe-filled", - "category": "Filled", - "tags": ["keyframe", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc33" - }, - "keyframe": { - "name": "keyframe", - "category": "Media", - "tags": ["keyframe", "animation", "shape", "design", "align", "icon", "stroke", "outline"], - "version": "1.107", - "unicode": "f576" - }, - "keyframes-filled": { - "name": "keyframes-filled", - "category": "Filled", - "tags": ["keyframes", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc34" - }, - "keyframes": { - "name": "keyframes", - "category": "Media", - "tags": ["keyframes", "animation", "shape", "design", "align", "icon", "stroke", "outline"], - "version": "1.108", - "unicode": "f585" - }, - "ladder-off": { - "name": "ladder-off", - "category": "", - "tags": ["ladder", "off", "up", "equipment", "garden", "climb", "climbing", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f14c" - }, - "ladder": { - "name": "ladder", - "category": "", - "tags": ["ladder", "up", "equipment", "garden", "climb", "climbing", "icon", "stroke", "outline"], - "version": "1.51", - "unicode": "efe2" - }, - "ladle": { - "name": "ladle", - "category": "", - "tags": ["ladle", "icon", "stroke", "outline"], - "version": "2.29", - "unicode": "fc14" - }, - "lambda": { - "name": "lambda", - "category": "Letters", - "tags": ["lambda", "letter", "alphabet", "greek", "math", "icon", "stroke", "outline"], - "version": "1.104", - "unicode": "f541" - }, - "lamp-2": { - "name": "lamp-2", - "category": "", - "tags": ["lamp", "2", "light", "room", "decoration", "electic", "energy", "icon", "stroke", "outline"], - "version": "1.61", - "unicode": "f09e" - }, - "lamp-off": { - "name": "lamp-off", - "category": "", - "tags": ["lamp", "off", "light", "room", "decoration", "electic", "energy", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f14d" - }, - "lamp": { - "name": "lamp", - "category": "", - "tags": ["lamp", "light", "room", "decoration", "electic", "energy", "icon", "stroke", "outline"], - "version": "1.48", - "unicode": "efab" - }, - "lane": { - "name": "lane", - "category": "", - "tags": ["lane", "icon", "stroke", "outline"], - "version": "2.24", - "unicode": "faf9" - }, - "language-hiragana": { - "name": "language-hiragana", - "category": "Text", - "tags": ["language", "hiragana", "tongue", "country", "speech", "speak", "translate", "communication", "communicate", "english", "dialect", "dictionary", "word", "icon", "stroke", "outline"], - "version": "1.45", - "unicode": "ef77" - }, - "language-katakana": { - "name": "language-katakana", - "category": "Text", - "tags": ["language", "katakana", "tongue", "country", "speech", "speak", "translate", "communication", "communicate", "english", "dialect", "dictionary", "word", "icon", "stroke", "outline"], - "version": "1.45", - "unicode": "ef78" - }, - "language-off": { - "name": "language-off", - "category": "Text", - "tags": ["language", "off", "tongue", "country", "speech", "speak", "translate", "communication", "communicate", "english", "dialect", "dictionary", "word", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f14e" - }, - "language": { - "name": "language", - "category": "Text", - "tags": ["language", "tongue", "country", "speech", "speak", "translate", "communication", "communicate", "english", "dialect", "dictionary", "word", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "ebbe" - }, - "lasso-off": { - "name": "lasso-off", - "category": "Design", - "tags": ["lasso", "off", "cowboy", "western", "sheriff", "man", "tool", "west", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f14f" - }, - "lasso-polygon": { - "name": "lasso-polygon", - "category": "Design", - "tags": ["lasso", "polygon", "geometry", "adobe", "tool", "shape", "icon", "stroke", "outline"], - "version": "1.91", - "unicode": "f388" - }, - "lasso": { - "name": "lasso", - "category": "Design", - "tags": ["lasso", "cowboy", "western", "sheriff", "man", "tool", "west", "icon", "stroke", "outline"], - "version": "1.48", - "unicode": "efac" - }, - "layers-difference": { - "name": "layers-difference", - "category": "Design", - "tags": ["layers", "difference", "layered-difference", "layer-intersect", "intersecting-layers", "layer-subtract", "difference", "overlap", "comparison", "layer-blend", "merge-layers", "layer-comparison", "stack", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eac8" - }, - "layers-intersect-2": { - "name": "layers-intersect-2", - "category": "Design", - "tags": ["layers", "intersect", "2", "merge", "stack", "graphic", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "eff8" - }, - "layers-intersect": { - "name": "layers-intersect", - "category": "Design", - "tags": ["layers", "intersect", "layered-intersection", "layer-difference", "intersecting", "layer-overlap", "intersection", "intersecting-layers", "layer-interaction", "layer-cross", "layers-crossing", "layer-junction", "stack", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eac9" - }, - "layers-linked": { - "name": "layers-linked", - "category": "Design", - "tags": ["layers", "linked", "data", "network", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eea1" - }, - "layers-off": { - "name": "layers-off", - "category": "", - "tags": ["layers", "off", "stack", "document", "file", "pages", "graphic", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f150" - }, - "layers-subtract": { - "name": "layers-subtract", - "category": "Design", - "tags": ["layers", "subtract", "layered-subtraction", "layer-removal", "remove-layer", "subtract-layers", "subtracting", "layer-reduction", "layer-elimination", "layer-reduce", "layer-removing", "remove", "stack", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaca" - }, - "layers-union": { - "name": "layers-union", - "category": "Design", - "tags": ["layers", "union", "stack", "join", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eacb" - }, - "layout-2": { - "name": "layout-2", - "category": "Design", - "tags": ["layout", "2", "grid", "columns", "masonry", "collage", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eacc" - }, - "layout-align-bottom": { - "name": "layout-align-bottom", - "category": "Design", - "tags": ["layout", "align", "bottom", "position", "element", "design", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eacd" - }, - "layout-align-center": { - "name": "layout-align-center", - "category": "Design", - "tags": ["layout", "align", "center", "position", "element", "design", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eace" - }, - "layout-align-left": { - "name": "layout-align-left", - "category": "Design", - "tags": ["layout", "align", "left", "position", "element", "design", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eacf" - }, - "layout-align-middle": { - "name": "layout-align-middle", - "category": "Design", - "tags": ["layout", "align", "middle", "position", "element", "design", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ead0" - }, - "layout-align-right": { - "name": "layout-align-right", - "category": "Design", - "tags": ["layout", "align", "right", "position", "element", "design", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ead1" - }, - "layout-align-top": { - "name": "layout-align-top", - "category": "Design", - "tags": ["layout", "align", "top", "position", "element", "design", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ead2" - }, - "layout-board-split": { - "name": "layout-board-split", - "category": "Design", - "tags": ["layout", "board", "split", "grid", "columns", "masonry", "collage", "icon", "stroke", "outline"], - "version": "1.47", - "unicode": "ef94" - }, - "layout-board": { - "name": "layout-board", - "category": "Design", - "tags": ["layout", "board", "grid", "columns", "masonry", "collage", "icon", "stroke", "outline"], - "version": "1.47", - "unicode": "ef95" - }, - "layout-bottombar-collapse-filled": { - "name": "layout-bottombar-collapse-filled", - "category": "Filled", - "tags": ["layout", "bottombar", "collapse", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc35" - }, - "layout-bottombar-collapse": { - "name": "layout-bottombar-collapse", - "category": "Design", - "tags": ["layout", "bottombar", "collapse", "grid", "aside", "column", "columns", "menu", "navigation", "icon", "stroke", "outline"], - "version": "1.78", - "unicode": "f28b" - }, - "layout-bottombar-expand-filled": { - "name": "layout-bottombar-expand-filled", - "category": "Filled", - "tags": ["layout", "bottombar", "expand", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc36" - }, - "layout-bottombar-expand": { - "name": "layout-bottombar-expand", - "category": "Design", - "tags": ["layout", "bottombar", "expand", "grid", "aside", "column", "columns", "menu", "navigation", "icon", "stroke", "outline"], - "version": "1.78", - "unicode": "f28c" - }, - "layout-bottombar-filled": { - "name": "layout-bottombar-filled", - "category": "Filled", - "tags": ["layout", "bottombar", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc37" - }, - "layout-bottombar-inactive": { - "name": "layout-bottombar-inactive", - "category": "", - "tags": ["layout", "bottombar", "inactive", "icon", "stroke", "outline"], - "version": "2.42", - "unicode": "fd45" - }, - "layout-bottombar": { - "name": "layout-bottombar", - "category": "Design", - "tags": ["layout", "bottombar", "position", "element", "design", "grid", "footer", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "ead3" - }, - "layout-cards": { - "name": "layout-cards", - "category": "Design", - "tags": ["layout", "cards", "position", "element", "design", "arrangement", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec13" - }, - "layout-collage": { - "name": "layout-collage", - "category": "Design", - "tags": ["layout", "collage", "grid", "dashboard", "image", "interface", "editing", "icon", "stroke", "outline"], - "version": "1.91", - "unicode": "f389" - }, - "layout-columns": { - "name": "layout-columns", - "category": "Design", - "tags": ["layout", "columns", "grid", "column", "rows", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ead4" - }, - "layout-dashboard": { - "name": "layout-dashboard", - "category": "Design", - "tags": ["layout", "dashboard", "grid", "view", "display", "page", "masonry", "icon", "stroke", "outline"], - "version": "1.55", - "unicode": "f02c" - }, - "layout-distribute-horizontal": { - "name": "layout-distribute-horizontal", - "category": "Design", - "tags": ["layout", "distribute", "horizontal", "position", "element", "design", "around", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ead5" - }, - "layout-distribute-vertical": { - "name": "layout-distribute-vertical", - "category": "Design", - "tags": ["layout", "distribute", "vertical", "position", "element", "design", "around", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ead6" - }, - "layout-grid-add": { - "name": "layout-grid-add", - "category": "Design", - "tags": ["layout", "grid", "add", "layout", "table", "network", "pattern", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "edb9" - }, - "layout-grid-remove": { - "name": "layout-grid-remove", - "category": "Design", - "tags": ["layout", "grid", "remove", "icon", "stroke", "outline"], - "version": "2.18", - "unicode": "fa7d" - }, - "layout-grid": { - "name": "layout-grid", - "category": "Design", - "tags": ["layout", "grid", "layout", "table", "network", "pattern", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "edba" - }, - "layout-kanban": { - "name": "layout-kanban", - "category": "Design", - "tags": ["layout", "kanban", "position", "element", "design", "board", "processing", "task", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec3f" - }, - "layout-list": { - "name": "layout-list", - "category": "Design", - "tags": ["layout", "list", "position", "design", "element", "doable", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec14" - }, - "layout-navbar-collapse-filled": { - "name": "layout-navbar-collapse-filled", - "category": "Filled", - "tags": ["layout", "navbar", "collapse", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc38" - }, - "layout-navbar-collapse": { - "name": "layout-navbar-collapse", - "category": "Design", - "tags": ["layout", "navbar", "collapse", "grid", "aside", "column", "columns", "menu", "navigation", "icon", "stroke", "outline"], - "version": "1.78", - "unicode": "f28d" - }, - "layout-navbar-expand-filled": { - "name": "layout-navbar-expand-filled", - "category": "Filled", - "tags": ["layout", "navbar", "expand", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc39" - }, - "layout-navbar-expand": { - "name": "layout-navbar-expand", - "category": "Design", - "tags": ["layout", "navbar", "expand", "grid", "aside", "column", "columns", "menu", "navigation", "icon", "stroke", "outline"], - "version": "1.78", - "unicode": "f28e" - }, - "layout-navbar-filled": { - "name": "layout-navbar-filled", - "category": "Filled", - "tags": ["layout", "navbar", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc3a" - }, - "layout-navbar-inactive": { - "name": "layout-navbar-inactive", - "category": "", - "tags": ["layout", "navbar", "inactive", "icon", "stroke", "outline"], - "version": "2.42", - "unicode": "fd46" - }, - "layout-navbar": { - "name": "layout-navbar", - "category": "Design", - "tags": ["layout", "navbar", "grid", "row", "header", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ead7" - }, - "layout-off": { - "name": "layout-off", - "category": "Design", - "tags": ["layout", "off", "grid", "columns", "masonry", "collage", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f151" - }, - "layout-rows": { - "name": "layout-rows", - "category": "Design", - "tags": ["layout", "rows", "grid", "masonry", "collage", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ead8" - }, - "layout-sidebar-inactive": { - "name": "layout-sidebar-inactive", - "category": "", - "tags": ["layout", "sidebar", "inactive", "icon", "stroke", "outline"], - "version": "2.42", - "unicode": "fd47" - }, - "layout-sidebar-left-collapse-filled": { - "name": "layout-sidebar-left-collapse-filled", - "category": "Filled", - "tags": ["layout", "sidebar", "left", "collapse", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc3b" - }, - "layout-sidebar-left-collapse": { - "name": "layout-sidebar-left-collapse", - "category": "Design", - "tags": ["layout", "sidebar", "left", "collapse", "grid", "aside", "column", "columns", "menu", "navigation", "icon", "stroke", "outline"], - "version": "1.53", - "unicode": "f004" - }, - "layout-sidebar-left-expand-filled": { - "name": "layout-sidebar-left-expand-filled", - "category": "Filled", - "tags": ["layout", "sidebar", "left", "expand", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc3c" - }, - "layout-sidebar-left-expand": { - "name": "layout-sidebar-left-expand", - "category": "Design", - "tags": ["layout", "sidebar", "left", "expand", "grid", "aside", "column", "columns", "menu", "navigation", "icon", "stroke", "outline"], - "version": "1.53", - "unicode": "f005" - }, - "layout-sidebar-right-collapse-filled": { - "name": "layout-sidebar-right-collapse-filled", - "category": "Filled", - "tags": ["layout", "sidebar", "right", "collapse", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc3d" - }, - "layout-sidebar-right-collapse": { - "name": "layout-sidebar-right-collapse", - "category": "Design", - "tags": ["layout", "sidebar", "right", "collapse", "grid", "aside", "column", "columns", "menu", "navigation", "icon", "stroke", "outline"], - "version": "1.53", - "unicode": "f006" - }, - "layout-sidebar-right-expand-filled": { - "name": "layout-sidebar-right-expand-filled", - "category": "Filled", - "tags": ["layout", "sidebar", "right", "expand", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc3e" - }, - "layout-sidebar-right-expand": { - "name": "layout-sidebar-right-expand", - "category": "Design", - "tags": ["layout", "sidebar", "right", "expand", "grid", "aside", "column", "columns", "menu", "navigation", "icon", "stroke", "outline"], - "version": "1.53", - "unicode": "f007" - }, - "layout-sidebar-right-inactive": { - "name": "layout-sidebar-right-inactive", - "category": "", - "tags": ["layout", "sidebar", "right", "inactive", "icon", "stroke", "outline"], - "version": "2.42", - "unicode": "fd48" - }, - "layout-sidebar-right": { - "name": "layout-sidebar-right", - "category": "Design", - "tags": ["layout", "sidebar", "right", "grid", "aside", "column", "columns", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ead9" - }, - "layout-sidebar": { - "name": "layout-sidebar", - "category": "Design", - "tags": ["layout", "sidebar", "grid", "aside", "column", "columns", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eada" - }, - "layout": { - "name": "layout", - "category": "Design", - "tags": ["layout", "grid", "columns", "masonry", "collage", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eadb" - }, - "leaf-off": { - "name": "leaf-off", - "category": "Nature", - "tags": ["leaf", "off", "nature", "plant", "tree", "autumn", "fall", "greenery", "flower", "forest", "garden", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f400" - }, - "leaf": { - "name": "leaf", - "category": "Nature", - "tags": ["leaf", "nature", "plant", "tree", "autumn", "fall", "greenery", "flower", "forest", "garden", "icon", "stroke", "outline"], - "version": "1.29", - "unicode": "ed4f" - }, - "lego-off": { - "name": "lego-off", - "category": "", - "tags": ["lego", "off", "toy", "boy", "face", "play", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f401" - }, - "lego": { - "name": "lego", - "category": "", - "tags": ["lego", "toy", "boy", "face", "play", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eadc" - }, - "lemon-2": { - "name": "lemon-2", - "category": "Food", - "tags": ["lemon", "2", "fruit", "citrus", "lime", "food", "vitamin", "icon", "stroke", "outline"], - "version": "1.46", - "unicode": "ef81" - }, - "lemon": { - "name": "lemon", - "category": "Food", - "tags": ["lemon", "fruit", "citrus", "lime", "food", "vitamin", "slice", "icon", "stroke", "outline"], - "version": "1.40", - "unicode": "ef10" - }, - "letter-a-small": { - "name": "letter-a-small", - "category": "Letters", - "tags": ["letter", "a", "small", "a", "alpha", "alphabet", "first", "letter", "initial", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcc7" - }, - "letter-a": { - "name": "letter-a", - "category": "Letters", - "tags": ["letter", "a", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec50" - }, - "letter-b-small": { - "name": "letter-b-small", - "category": "Letters", - "tags": ["letter", "b", "small", "b", "beta", "second", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcc8" - }, - "letter-b": { - "name": "letter-b", - "category": "Letters", - "tags": ["letter", "b", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec51" - }, - "letter-c-small": { - "name": "letter-c-small", - "category": "Letters", - "tags": ["letter", "c", "small", "c", "charlie", "third", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcc9" - }, - "letter-c": { - "name": "letter-c", - "category": "Letters", - "tags": ["letter", "c", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec52" - }, - "letter-case-lower": { - "name": "letter-case-lower", - "category": "Text", - "tags": ["letter", "case", "lower", "typography", "font", "text", "style", "content", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eea2" - }, - "letter-case-toggle": { - "name": "letter-case-toggle", - "category": "Text", - "tags": ["letter", "case", "toggle", "typography", "font", "text", "style", "content", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eea3" - }, - "letter-case-upper": { - "name": "letter-case-upper", - "category": "Text", - "tags": ["letter", "case", "upper", "typography", "font", "text", "style", "content", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eea4" - }, - "letter-case": { - "name": "letter-case", - "category": "Text", - "tags": ["letter", "case", "typography", "font", "text", "style", "content", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eea5" - }, - "letter-d-small": { - "name": "letter-d-small", - "category": "Letters", - "tags": ["letter", "d", "small", "d", "delta", "fourth", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcca" - }, - "letter-d": { - "name": "letter-d", - "category": "Letters", - "tags": ["letter", "d", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec53" - }, - "letter-e-small": { - "name": "letter-e-small", - "category": "Letters", - "tags": ["letter", "e", "small", "e", "echo", "fifth", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fccb" - }, - "letter-e": { - "name": "letter-e", - "category": "Letters", - "tags": ["letter", "e", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec54" - }, - "letter-f-small": { - "name": "letter-f-small", - "category": "Letters", - "tags": ["letter", "f", "small", "f", "foxtrot", "sixth", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fccc" - }, - "letter-f": { - "name": "letter-f", - "category": "Letters", - "tags": ["letter", "f", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec55" - }, - "letter-g-small": { - "name": "letter-g-small", - "category": "Letters", - "tags": ["letter", "g", "small", "g", "golf", "seventh", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fccd" - }, - "letter-g": { - "name": "letter-g", - "category": "Letters", - "tags": ["letter", "g", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec56" - }, - "letter-h-small": { - "name": "letter-h-small", - "category": "Letters", - "tags": ["letter", "h", "small", "h", "hotel", "eighth", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcce" - }, - "letter-h": { - "name": "letter-h", - "category": "Letters", - "tags": ["letter", "h", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec57" - }, - "letter-i-small": { - "name": "letter-i-small", - "category": "Letters", - "tags": ["letter", "i", "small", "i", "india", "ninth", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fccf" - }, - "letter-i": { - "name": "letter-i", - "category": "Letters", - "tags": ["letter", "i", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec58" - }, - "letter-j-small": { - "name": "letter-j-small", - "category": "Letters", - "tags": ["letter", "j", "small", "j", "juliett", "tenth", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcd0" - }, - "letter-j": { - "name": "letter-j", - "category": "Letters", - "tags": ["letter", "j", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec59" - }, - "letter-k-small": { - "name": "letter-k-small", - "category": "Letters", - "tags": ["letter", "k", "small", "k", "kilo", "eleventh", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcd1" - }, - "letter-k": { - "name": "letter-k", - "category": "Letters", - "tags": ["letter", "k", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec5a" - }, - "letter-l-small": { - "name": "letter-l-small", - "category": "Letters", - "tags": ["letter", "l", "small", "l", "lima", "twelfth", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcd2" - }, - "letter-l": { - "name": "letter-l", - "category": "Letters", - "tags": ["letter", "l", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec5b" - }, - "letter-m-small": { - "name": "letter-m-small", - "category": "Letters", - "tags": ["letter", "m", "small", "m", "mike", "thirteenth", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcd3" - }, - "letter-m": { - "name": "letter-m", - "category": "Letters", - "tags": ["letter", "m", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec5c" - }, - "letter-n-small": { - "name": "letter-n-small", - "category": "Letters", - "tags": ["letter", "n", "small", "n", "november", "fourteenth", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcd4" - }, - "letter-n": { - "name": "letter-n", - "category": "Letters", - "tags": ["letter", "n", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec5d" - }, - "letter-o-small": { - "name": "letter-o-small", - "category": "Letters", - "tags": ["letter", "o", "small", "o", "oscar", "fifteenth", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcd5" - }, - "letter-o": { - "name": "letter-o", - "category": "Letters", - "tags": ["letter", "o", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec5e" - }, - "letter-p-small": { - "name": "letter-p-small", - "category": "Letters", - "tags": ["letter", "p", "small", "p", "papa", "sixteenth", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcd6" - }, - "letter-p": { - "name": "letter-p", - "category": "Letters", - "tags": ["letter", "p", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec5f" - }, - "letter-q-small": { - "name": "letter-q-small", - "category": "Letters", - "tags": ["letter", "q", "small", "q", "quebec", "seventeenth", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcd7" - }, - "letter-q": { - "name": "letter-q", - "category": "Letters", - "tags": ["letter", "q", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec60" - }, - "letter-r-small": { - "name": "letter-r-small", - "category": "Letters", - "tags": ["letter", "r", "small", "r", "romeo", "eighteenth", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcd8" - }, - "letter-r": { - "name": "letter-r", - "category": "Letters", - "tags": ["letter", "r", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec61" - }, - "letter-s-small": { - "name": "letter-s-small", - "category": "Letters", - "tags": ["letter", "s", "small", "s", "sierra", "nineteenth", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcd9" - }, - "letter-s": { - "name": "letter-s", - "category": "Letters", - "tags": ["letter", "s", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec62" - }, - "letter-spacing": { - "name": "letter-spacing", - "category": "Text", - "tags": ["letter", "spacing", "typography", "font", "space", "character", "word", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eea6" - }, - "letter-t-small": { - "name": "letter-t-small", - "category": "Letters", - "tags": ["letter", "t", "small", "t", "tango", "twentieth", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcda" - }, - "letter-t": { - "name": "letter-t", - "category": "Letters", - "tags": ["letter", "t", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec63" - }, - "letter-u-small": { - "name": "letter-u-small", - "category": "Letters", - "tags": ["letter", "u", "small", "u", "uniform", "twenty-first", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcdb" - }, - "letter-u": { - "name": "letter-u", - "category": "Letters", - "tags": ["letter", "u", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec64" - }, - "letter-v-small": { - "name": "letter-v-small", - "category": "Letters", - "tags": ["letter", "v", "small", "v", "victor", "twenty-second", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcdc" - }, - "letter-v": { - "name": "letter-v", - "category": "Letters", - "tags": ["letter", "v", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec65" - }, - "letter-w-small": { - "name": "letter-w-small", - "category": "Letters", - "tags": ["letter", "w", "small", "w", "whiskey", "twenty-third", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcdd" - }, - "letter-w": { - "name": "letter-w", - "category": "Letters", - "tags": ["letter", "w", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec66" - }, - "letter-x-small": { - "name": "letter-x-small", - "category": "Letters", - "tags": ["letter", "x", "small", "x", "x-ray", "twenty-fourth", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcde" - }, - "letter-x": { - "name": "letter-x", - "category": "Letters", - "tags": ["letter", "x", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec67" - }, - "letter-y-small": { - "name": "letter-y-small", - "category": "Letters", - "tags": ["letter", "y", "small", "y", "yankee", "twenty-fifth", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcdf" - }, - "letter-y": { - "name": "letter-y", - "category": "Letters", - "tags": ["letter", "y", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec68" - }, - "letter-z-small": { - "name": "letter-z-small", - "category": "Letters", - "tags": ["letter", "z", "small", "z", "zulu", "twenty-sixth", "letter", "alphabet", "character", "typeface", "glyph", "script", "symbol", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fce0" - }, - "letter-z": { - "name": "letter-z", - "category": "Letters", - "tags": ["letter", "z", "alphabet", "symbol", "text", "code", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec69" - }, - "library-minus": { - "name": "library-minus", - "category": "", - "tags": ["library", "minus", "icon", "stroke", "outline"], - "version": "2.42", - "unicode": "fd49" - }, - "library-photo": { - "name": "library-photo", - "category": "", - "tags": ["library", "photo", "icon", "stroke", "outline"], - "version": "2.42", - "unicode": "fd4a" - }, - "library-plus": { - "name": "library-plus", - "category": "", - "tags": ["library", "plus", "icon", "stroke", "outline"], - "version": "2.42", - "unicode": "fd4b" - }, - "library": { - "name": "library", - "category": "", - "tags": ["library", "icon", "stroke", "outline"], - "version": "2.42", - "unicode": "fd4c" - }, - "license-off": { - "name": "license-off", - "category": "", - "tags": ["license", "off", "authorisation", "permission", "consent", "permit", "document", "agree", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f153" - }, - "license": { - "name": "license", - "category": "", - "tags": ["license", "authorisation", "permission", "consent", "permit", "document", "agree", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "ebc0" - }, - "lifebuoy-off": { - "name": "lifebuoy-off", - "category": "", - "tags": ["lifebuoy", "off", "life ring", "help", "support", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f154" - }, - "lifebuoy": { - "name": "lifebuoy", - "category": "", - "tags": ["lifebuoy", "life ring", "help", "support", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eadd" - }, - "lighter": { - "name": "lighter", - "category": "", - "tags": ["lighter", "fire", "flame", "camping", "light", "burn", "adventure", "icon", "stroke", "outline"], - "version": "2.5", - "unicode": "f794" - }, - "line-dashed": { - "name": "line-dashed", - "category": "Design", - "tags": ["line", "dashed", "geometric", "segment", "link", "connection", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eea7" - }, - "line-dotted": { - "name": "line-dotted", - "category": "Design", - "tags": ["line", "dotted", "geometric", "segment", "link", "connection", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eea8" - }, - "line-height": { - "name": "line-height", - "category": "Text", - "tags": ["line", "height", "space", "inline", "display", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb94" - }, - "line-scan": { - "name": "line-scan", - "category": "", - "tags": ["line", "scan", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcb8" - }, - "line": { - "name": "line", - "category": "Design", - "tags": ["line", "geometric", "segment", "link", "connection", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec40" - }, - "link-minus": { - "name": "link-minus", - "category": "", - "tags": ["link", "minus", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd16" - }, - "link-off": { - "name": "link-off", - "category": "Text", - "tags": ["link", "off", "zoom-filled", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f402" - }, - "link-plus": { - "name": "link-plus", - "category": "", - "tags": ["link", "plus", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd17" - }, - "link": { - "name": "link", - "category": "Text", - "tags": ["link", "zoom-filled", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eade" - }, - "list-check": { - "name": "list-check", - "category": "Text", - "tags": ["list", "check", "to-do", "checklist", "form", "template", "task", "reminder", "schedule", "agenda", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb6a" - }, - "list-details": { - "name": "list-details", - "category": "Text", - "tags": ["list", "details", "to-do", "checklist", "form", "template", "task", "reminder", "schedule", "agenda", "icon", "stroke", "outline"], - "version": "1.42", - "unicode": "ef40" - }, - "list-letters": { - "name": "list-letters", - "category": "", - "tags": ["list", "letters", "icon", "stroke", "outline"], - "version": "2.31", - "unicode": "fc47" - }, - "list-numbers": { - "name": "list-numbers", - "category": "Text", - "tags": ["list", "numbers", "to-do", "checklist", "form", "template", "task", "reminder", "schedule", "agenda", "icon", "stroke", "outline"], - "version": "1.40", - "unicode": "ef11" - }, - "list-search": { - "name": "list-search", - "category": "Text", - "tags": ["list", "search", "find", "agenda", "shopping", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eea9" - }, - "list-tree": { - "name": "list-tree", - "category": "", - "tags": ["list", "tree", "icon", "stroke", "outline"], - "version": "2.24", - "unicode": "fafa" - }, - "list": { - "name": "list", - "category": "Text", - "tags": ["list", "task", "unordered", "bullets", "agenda", "shopping", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb6b" - }, - "live-photo-off": { - "name": "live-photo-off", - "category": "Photography", - "tags": ["live", "photo", "off", "capture", "photo", "movement", "sound", "memory", "image", "camera", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f403" - }, - "live-photo": { - "name": "live-photo", - "category": "Photography", - "tags": ["live", "photo", "capture", "photo", "movement", "sound", "memory", "image", "camera", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "eadf" - }, - "live-view": { - "name": "live-view", - "category": "Map", - "tags": ["live", "view", "camera", "preview", "image", "photo", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec6b" - }, - "load-balancer": { - "name": "load-balancer", - "category": "Computers", - "tags": ["load", "balancer", "icon", "stroke", "outline"], - "version": "2.16", - "unicode": "fa5c" - }, - "loader-2": { - "name": "loader-2", - "category": "System", - "tags": ["loader", "2", "process", "download", "upload", "loader", "loading", "icon", "stroke", "outline"], - "version": "1.72", - "unicode": "f226" - }, - "loader-3": { - "name": "loader-3", - "category": "System", - "tags": ["loader", "3", "process", "download", "upload", "loader", "loading", "icon", "stroke", "outline"], - "version": "1.102", - "unicode": "f513" - }, - "loader-quarter": { - "name": "loader-quarter", - "category": "System", - "tags": ["loader", "quarter", "process", "download", "upload", "loader", "loading", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "eca2" - }, - "loader": { - "name": "loader", - "category": "System", - "tags": ["loader", "process", "download", "upload", "loader", "loading", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "eca3" - }, - "location-bolt": { - "name": "location-bolt", - "category": "", - "tags": ["location", "bolt", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbaf" - }, - "location-broken": { - "name": "location-broken", - "category": "Map", - "tags": ["location", "broken", "delete", "map", "navigation", "pin", "icon", "stroke", "outline"], - "version": "1.81", - "unicode": "f2c4" - }, - "location-cancel": { - "name": "location-cancel", - "category": "", - "tags": ["location", "cancel", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbb0" - }, - "location-check": { - "name": "location-check", - "category": "", - "tags": ["location", "check", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbb1" - }, - "location-code": { - "name": "location-code", - "category": "", - "tags": ["location", "code", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbb2" - }, - "location-cog": { - "name": "location-cog", - "category": "", - "tags": ["location", "cog", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbb3" - }, - "location-discount": { - "name": "location-discount", - "category": "", - "tags": ["location", "discount", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbb4" - }, - "location-dollar": { - "name": "location-dollar", - "category": "", - "tags": ["location", "dollar", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbb5" - }, - "location-down": { - "name": "location-down", - "category": "", - "tags": ["location", "down", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbb6" - }, - "location-exclamation": { - "name": "location-exclamation", - "category": "", - "tags": ["location", "exclamation", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbb7" - }, - "location-filled": { - "name": "location-filled", - "category": "Filled", - "tags": ["location", "filled", "navigation", "map", "direction", "discover", "travel", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f67f" - }, - "location-heart": { - "name": "location-heart", - "category": "", - "tags": ["location", "heart", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbb8" - }, - "location-minus": { - "name": "location-minus", - "category": "", - "tags": ["location", "minus", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbb9" - }, - "location-off": { - "name": "location-off", - "category": "Map", - "tags": ["location", "off", "navigation", "map", "direction", "discover", "travel", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f155" - }, - "location-pause": { - "name": "location-pause", - "category": "", - "tags": ["location", "pause", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbba" - }, - "location-pin": { - "name": "location-pin", - "category": "", - "tags": ["location", "pin", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbbb" - }, - "location-plus": { - "name": "location-plus", - "category": "", - "tags": ["location", "plus", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbbc" - }, - "location-question": { - "name": "location-question", - "category": "", - "tags": ["location", "question", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbbd" - }, - "location-search": { - "name": "location-search", - "category": "", - "tags": ["location", "search", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbbe" - }, - "location-share": { - "name": "location-share", - "category": "", - "tags": ["location", "share", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbbf" - }, - "location-star": { - "name": "location-star", - "category": "", - "tags": ["location", "star", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbc0" - }, - "location-up": { - "name": "location-up", - "category": "", - "tags": ["location", "up", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbc1" - }, - "location-x": { - "name": "location-x", - "category": "", - "tags": ["location", "x", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbc2" - }, - "location": { - "name": "location", - "category": "Map", - "tags": ["location", "navigation", "map", "direction", "discover", "travel", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eae0" - }, - "lock-access-off": { - "name": "lock-access-off", - "category": "System", - "tags": ["lock", "access", "off", "block", "limited", "restricted", "unavailable", "confidential", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f404" - }, - "lock-access": { - "name": "lock-access", - "category": "System", - "tags": ["lock", "access", "block", "limited", "restricted", "unavailable", "confidential", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeaa" - }, - "lock-bolt": { - "name": "lock-bolt", - "category": "System", - "tags": ["lock", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f924" - }, - "lock-cancel": { - "name": "lock-cancel", - "category": "System", - "tags": ["lock", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f925" - }, - "lock-check": { - "name": "lock-check", - "category": "System", - "tags": ["lock", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f926" - }, - "lock-code": { - "name": "lock-code", - "category": "System", - "tags": ["lock", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f927" - }, - "lock-cog": { - "name": "lock-cog", - "category": "System", - "tags": ["lock", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f928" - }, - "lock-dollar": { - "name": "lock-dollar", - "category": "System", - "tags": ["lock", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f929" - }, - "lock-down": { - "name": "lock-down", - "category": "System", - "tags": ["lock", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f92a" - }, - "lock-exclamation": { - "name": "lock-exclamation", - "category": "System", - "tags": ["lock", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f92b" - }, - "lock-heart": { - "name": "lock-heart", - "category": "System", - "tags": ["lock", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f92c" - }, - "lock-minus": { - "name": "lock-minus", - "category": "System", - "tags": ["lock", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f92d" - }, - "lock-off": { - "name": "lock-off", - "category": "System", - "tags": ["lock", "off", "security", "password", "secure", "icon", "stroke", "outline"], - "version": "1.25", - "unicode": "ed1e" - }, - "lock-open-off": { - "name": "lock-open-off", - "category": "System", - "tags": ["lock", "open", "off", "security", "password", "secure", "unprotected", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f156" - }, - "lock-open": { - "name": "lock-open", - "category": "System", - "tags": ["lock", "open", "security", "password", "secure", "unprotected", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eae1" - }, - "lock-pause": { - "name": "lock-pause", - "category": "System", - "tags": ["lock", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f92e" - }, - "lock-pin": { - "name": "lock-pin", - "category": "System", - "tags": ["lock", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f92f" - }, - "lock-plus": { - "name": "lock-plus", - "category": "System", - "tags": ["lock", "plus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f930" - }, - "lock-question": { - "name": "lock-question", - "category": "System", - "tags": ["lock", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f931" - }, - "lock-search": { - "name": "lock-search", - "category": "System", - "tags": ["lock", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f932" - }, - "lock-share": { - "name": "lock-share", - "category": "System", - "tags": ["lock", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f933" - }, - "lock-square-rounded-filled": { - "name": "lock-square-rounded-filled", - "category": "Filled", - "tags": ["lock", "square", "rounded", "filled", "security", "secure", "locked", "password", "shape", "safe", "icon", "stroke", "outline"], - "version": "2.2", - "unicode": "f6da" - }, - "lock-square-rounded": { - "name": "lock-square-rounded", - "category": "System", - "tags": ["lock", "square", "rounded", "security", "secure", "locked", "password", "shape", "safe", "icon", "stroke", "outline"], - "version": "1.117", - "unicode": "f636" - }, - "lock-square": { - "name": "lock-square", - "category": "System", - "tags": ["lock", "square", "privaty", "safe", "secure", "privacy", "icon", "stroke", "outline"], - "version": "1.43", - "unicode": "ef51" - }, - "lock-star": { - "name": "lock-star", - "category": "System", - "tags": ["lock", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f934" - }, - "lock-up": { - "name": "lock-up", - "category": "System", - "tags": ["lock", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f935" - }, - "lock-x": { - "name": "lock-x", - "category": "System", - "tags": ["lock", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f936" - }, - "lock": { - "name": "lock", - "category": "System", - "tags": ["lock", "security", "password", "secure", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eae2" - }, - "logic-and": { - "name": "logic-and", - "category": "Logic", - "tags": ["logic", "and", "gate", "technology", "electirical", "it", "icon", "stroke", "outline"], - "version": "1.74", - "unicode": "f240" - }, - "logic-buffer": { - "name": "logic-buffer", - "category": "Logic", - "tags": ["logic", "buffer", "gate", "technology", "electirical", "it", "icon", "stroke", "outline"], - "version": "1.74", - "unicode": "f241" - }, - "logic-nand": { - "name": "logic-nand", - "category": "Logic", - "tags": ["logic", "nand", "gate", "technology", "electirical", "it", "icon", "stroke", "outline"], - "version": "1.74", - "unicode": "f242" - }, - "logic-nor": { - "name": "logic-nor", - "category": "Logic", - "tags": ["logic", "nor", "gate", "technology", "electirical", "it", "icon", "stroke", "outline"], - "version": "1.74", - "unicode": "f243" - }, - "logic-not": { - "name": "logic-not", - "category": "Logic", - "tags": ["logic", "not", "gate", "technology", "electirical", "it", "icon", "stroke", "outline"], - "version": "1.74", - "unicode": "f244" - }, - "logic-or": { - "name": "logic-or", - "category": "Logic", - "tags": ["logic", "or", "gate", "technology", "electirical", "it", "icon", "stroke", "outline"], - "version": "1.74", - "unicode": "f245" - }, - "logic-xnor": { - "name": "logic-xnor", - "category": "Logic", - "tags": ["logic", "xnor", "gate", "technology", "electirical", "it", "icon", "stroke", "outline"], - "version": "1.74", - "unicode": "f246" - }, - "logic-xor": { - "name": "logic-xor", - "category": "Logic", - "tags": ["logic", "xor", "gate", "technology", "electirical", "it", "icon", "stroke", "outline"], - "version": "1.74", - "unicode": "f247" - }, - "login-2": { - "name": "login-2", - "category": "", - "tags": ["login", "2", "icon", "stroke", "outline"], - "version": "2.33", - "unicode": "fc76" - }, - "login": { - "name": "login", - "category": "Arrows", - "tags": ["login", "initialize", "password", "enter", "account", "permission", "icon", "stroke", "outline"], - "version": "1.4", - "unicode": "eba7" - }, - "logout-2": { - "name": "logout-2", - "category": "System", - "tags": ["logout", "2", "icon", "stroke", "outline"], - "version": "2.18", - "unicode": "fa7e" - }, - "logout": { - "name": "logout", - "category": "System", - "tags": ["logout", "exit", "shut", "unplug", "close", "icon", "stroke", "outline"], - "version": "1.4", - "unicode": "eba8" - }, - "lollipop-off": { - "name": "lollipop-off", - "category": "Food", - "tags": ["lollipop", "off", "candy", "food", "sweet", "halloween", "dessert", "sugar", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f157" - }, - "lollipop": { - "name": "lollipop", - "category": "Food", - "tags": ["lollipop", "candy", "food", "sweet", "halloween", "dessert", "sugar", "icon", "stroke", "outline"], - "version": "1.50", - "unicode": "efcc" - }, - "luggage-off": { - "name": "luggage-off", - "category": "", - "tags": ["luggage", "off", "travel", "vacation", "suitcase", "bag", "holiday", "baggage", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f158" - }, - "luggage": { - "name": "luggage", - "category": "", - "tags": ["luggage", "travel", "vacation", "suitcase", "bag", "holiday", "baggage", "icon", "stroke", "outline"], - "version": "1.48", - "unicode": "efad" - }, - "lungs-off": { - "name": "lungs-off", - "category": "Health", - "tags": ["lungs", "off", "anatomy", "human", "medical", "respiratory", "breathe", "organ", "human", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f405" - }, - "lungs": { - "name": "lungs", - "category": "Health", - "tags": ["lungs", "anatomy", "human", "medical", "respiratory", "breathe", "organ", "human", "icon", "stroke", "outline"], - "version": "1.44", - "unicode": "ef62" - }, - "macro-off": { - "name": "macro-off", - "category": "Photography", - "tags": ["macro", "off", "video", "photography", "photo", "camera", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f406" - }, - "macro": { - "name": "macro", - "category": "Photography", - "tags": ["macro", "video", "photography", "photo", "camera", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeab" - }, - "magnet-off": { - "name": "magnet-off", - "category": "", - "tags": ["magnet", "off", "magnetic field", "pole", "iron", "attract", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f159" - }, - "magnet": { - "name": "magnet", - "category": "", - "tags": ["magnet", "magnetic field", "pole", "iron", "attract", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eae3" - }, - "magnetic": { - "name": "magnetic", - "category": "", - "tags": ["magnetic", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcb9" - }, - "mail-ai": { - "name": "mail-ai", - "category": "Communication", - "tags": ["mail", "ai", "icon", "stroke", "outline"], - "version": "2.14", - "unicode": "fa31" - }, - "mail-bolt": { - "name": "mail-bolt", - "category": "Communication", - "tags": ["mail", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f937" - }, - "mail-cancel": { - "name": "mail-cancel", - "category": "Communication", - "tags": ["mail", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f938" - }, - "mail-check": { - "name": "mail-check", - "category": "Communication", - "tags": ["mail", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f939" - }, - "mail-code": { - "name": "mail-code", - "category": "Communication", - "tags": ["mail", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f93a" - }, - "mail-cog": { - "name": "mail-cog", - "category": "Communication", - "tags": ["mail", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f93b" - }, - "mail-dollar": { - "name": "mail-dollar", - "category": "Communication", - "tags": ["mail", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f93c" - }, - "mail-down": { - "name": "mail-down", - "category": "Communication", - "tags": ["mail", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f93d" - }, - "mail-exclamation": { - "name": "mail-exclamation", - "category": "Communication", - "tags": ["mail", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f93e" - }, - "mail-fast": { - "name": "mail-fast", - "category": "Communication", - "tags": ["mail", "fast", "send", "massage", "quick", "delivery", "speed", "communication", "icon", "stroke", "outline"], - "version": "1.58", - "unicode": "f069" - }, - "mail-filled": { - "name": "mail-filled", - "category": "Filled", - "tags": ["mail", "filled", "inbox", "gmail", "email", "envelope", "message", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa47" - }, - "mail-forward": { - "name": "mail-forward", - "category": "Communication", - "tags": ["mail", "forward", "send", "recipient", "email", "inbox", "message", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeac" - }, - "mail-heart": { - "name": "mail-heart", - "category": "Communication", - "tags": ["mail", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f93f" - }, - "mail-minus": { - "name": "mail-minus", - "category": "Communication", - "tags": ["mail", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f940" - }, - "mail-off": { - "name": "mail-off", - "category": "Communication", - "tags": ["mail", "off", "inbox", "gmail", "email", "envelope", "message", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f15a" - }, - "mail-opened-filled": { - "name": "mail-opened-filled", - "category": "Filled", - "tags": ["mail", "opened", "filled", "inbox", "gmail", "email", "envelope", "message", "read", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa48" - }, - "mail-opened": { - "name": "mail-opened", - "category": "Communication", - "tags": ["mail", "opened", "inbox", "gmail", "email", "envelope", "message", "read", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eae4" - }, - "mail-pause": { - "name": "mail-pause", - "category": "Communication", - "tags": ["mail", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f941" - }, - "mail-pin": { - "name": "mail-pin", - "category": "Communication", - "tags": ["mail", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f942" - }, - "mail-plus": { - "name": "mail-plus", - "category": "Communication", - "tags": ["mail", "plus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f943" - }, - "mail-question": { - "name": "mail-question", - "category": "Communication", - "tags": ["mail", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f944" - }, - "mail-search": { - "name": "mail-search", - "category": "Communication", - "tags": ["mail", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f945" - }, - "mail-share": { - "name": "mail-share", - "category": "Communication", - "tags": ["mail", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f946" - }, - "mail-star": { - "name": "mail-star", - "category": "Communication", - "tags": ["mail", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f947" - }, - "mail-up": { - "name": "mail-up", - "category": "Communication", - "tags": ["mail", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f948" - }, - "mail-x": { - "name": "mail-x", - "category": "Communication", - "tags": ["mail", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f949" - }, - "mail": { - "name": "mail", - "category": "Communication", - "tags": ["mail", "inbox", "gmail", "email", "envelope", "message", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eae5" - }, - "mailbox-off": { - "name": "mailbox-off", - "category": "Communication", - "tags": ["mailbox", "off", "send", "recipient", "email", "inbox", "message", "reply", "post", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f15b" - }, - "mailbox": { - "name": "mailbox", - "category": "Communication", - "tags": ["mailbox", "send", "recipient", "email", "inbox", "message", "reply", "post", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eead" - }, - "man": { - "name": "man", - "category": "", - "tags": ["man", "guy", "boy", "male", "gender", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eae6" - }, - "manual-gearbox": { - "name": "manual-gearbox", - "category": "", - "tags": ["manual", "gearbox", "car", "vehicle", "torque", "transmission", "mechanics", "motor", "engine", "icon", "stroke", "outline"], - "version": "1.33", - "unicode": "ed7b" - }, - "map-2": { - "name": "map-2", - "category": "Map", - "tags": ["map", "2", "navigation", "location", "travel", "pin", "position", "marker", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eae7" - }, - "map-bolt": { - "name": "map-bolt", - "category": "", - "tags": ["map", "bolt", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbc3" - }, - "map-cancel": { - "name": "map-cancel", - "category": "", - "tags": ["map", "cancel", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbc4" - }, - "map-check": { - "name": "map-check", - "category": "", - "tags": ["map", "check", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbc5" - }, - "map-code": { - "name": "map-code", - "category": "", - "tags": ["map", "code", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbc6" - }, - "map-cog": { - "name": "map-cog", - "category": "", - "tags": ["map", "cog", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbc7" - }, - "map-discount": { - "name": "map-discount", - "category": "", - "tags": ["map", "discount", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbc8" - }, - "map-dollar": { - "name": "map-dollar", - "category": "", - "tags": ["map", "dollar", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbc9" - }, - "map-down": { - "name": "map-down", - "category": "", - "tags": ["map", "down", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbca" - }, - "map-east": { - "name": "map-east", - "category": "Map", - "tags": ["map", "east", "icon", "stroke", "outline"], - "version": "2.32", - "unicode": "fc5d" - }, - "map-exclamation": { - "name": "map-exclamation", - "category": "", - "tags": ["map", "exclamation", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbcb" - }, - "map-heart": { - "name": "map-heart", - "category": "", - "tags": ["map", "heart", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbcc" - }, - "map-minus": { - "name": "map-minus", - "category": "", - "tags": ["map", "minus", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbcd" - }, - "map-north": { - "name": "map-north", - "category": "Map", - "tags": ["map", "north", "icon", "stroke", "outline"], - "version": "2.32", - "unicode": "fc5e" - }, - "map-off": { - "name": "map-off", - "category": "Map", - "tags": ["map", "off", "navigation", "location", "travel", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f15c" - }, - "map-pause": { - "name": "map-pause", - "category": "", - "tags": ["map", "pause", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbce" - }, - "map-pin-2": { - "name": "map-pin-2", - "category": "", - "tags": ["map", "pin", "2", "icon", "stroke", "outline"], - "version": "2.31", - "unicode": "fc48" - }, - "map-pin-bolt": { - "name": "map-pin-bolt", - "category": "Map", - "tags": ["map", "pin", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f94a" - }, - "map-pin-cancel": { - "name": "map-pin-cancel", - "category": "Map", - "tags": ["map", "pin", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f94b" - }, - "map-pin-check": { - "name": "map-pin-check", - "category": "Map", - "tags": ["map", "pin", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f94c" - }, - "map-pin-code": { - "name": "map-pin-code", - "category": "Map", - "tags": ["map", "pin", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f94d" - }, - "map-pin-cog": { - "name": "map-pin-cog", - "category": "Map", - "tags": ["map", "pin", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f94e" - }, - "map-pin-dollar": { - "name": "map-pin-dollar", - "category": "Map", - "tags": ["map", "pin", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f94f" - }, - "map-pin-down": { - "name": "map-pin-down", - "category": "Map", - "tags": ["map", "pin", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f950" - }, - "map-pin-exclamation": { - "name": "map-pin-exclamation", - "category": "Map", - "tags": ["map", "pin", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f951" - }, - "map-pin-filled": { - "name": "map-pin-filled", - "category": "Filled", - "tags": ["map", "pin", "filled", "navigation", "location", "travel", "pin", "position", "marker", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f680" - }, - "map-pin-heart": { - "name": "map-pin-heart", - "category": "Map", - "tags": ["map", "pin", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f952" - }, - "map-pin-minus": { - "name": "map-pin-minus", - "category": "Map", - "tags": ["map", "pin", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f953" - }, - "map-pin-off": { - "name": "map-pin-off", - "category": "Map", - "tags": ["map", "pin", "off", "navigation", "location", "travel", "pin", "position", "marker", "icon", "stroke", "outline"], - "version": "1.22", - "unicode": "ecf3" - }, - "map-pin-pause": { - "name": "map-pin-pause", - "category": "Map", - "tags": ["map", "pin", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f954" - }, - "map-pin-pin": { - "name": "map-pin-pin", - "category": "Map", - "tags": ["map", "pin", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f955" - }, - "map-pin-plus": { - "name": "map-pin-plus", - "category": "Map", - "tags": ["map", "pin", "plus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f956" - }, - "map-pin-question": { - "name": "map-pin-question", - "category": "Map", - "tags": ["map", "pin", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f957" - }, - "map-pin-search": { - "name": "map-pin-search", - "category": "Map", - "tags": ["map", "pin", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f958" - }, - "map-pin-share": { - "name": "map-pin-share", - "category": "Map", - "tags": ["map", "pin", "share", "location", "gps", "pointer", "marker", "place", "send", "icon", "stroke", "outline"], - "version": "2.5", - "unicode": "f795" - }, - "map-pin-star": { - "name": "map-pin-star", - "category": "Map", - "tags": ["map", "pin", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f959" - }, - "map-pin-up": { - "name": "map-pin-up", - "category": "Map", - "tags": ["map", "pin", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f95a" - }, - "map-pin-x": { - "name": "map-pin-x", - "category": "Map", - "tags": ["map", "pin", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f95b" - }, - "map-pin": { - "name": "map-pin", - "category": "Map", - "tags": ["map", "pin", "navigation", "location", "travel", "pin", "position", "marker", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eae8" - }, - "map-pins": { - "name": "map-pins", - "category": "Map", - "tags": ["map", "pins", "place", "direction", "travel", "destination", "mark", "location", "address", "icon", "stroke", "outline"], - "version": "1.31", - "unicode": "ed5e" - }, - "map-plus": { - "name": "map-plus", - "category": "", - "tags": ["map", "plus", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbcf" - }, - "map-question": { - "name": "map-question", - "category": "", - "tags": ["map", "question", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbd0" - }, - "map-route": { - "name": "map-route", - "category": "", - "tags": ["map", "route", "icon", "stroke", "outline"], - "version": "2.34", - "unicode": "fc79" - }, - "map-search": { - "name": "map-search", - "category": "Map", - "tags": ["map", "search", "location", "navigation", "gps", "find", "pin", "icon", "stroke", "outline"], - "version": "1.46", - "unicode": "ef82" - }, - "map-share": { - "name": "map-share", - "category": "", - "tags": ["map", "share", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbd1" - }, - "map-south": { - "name": "map-south", - "category": "Map", - "tags": ["map", "south", "icon", "stroke", "outline"], - "version": "2.32", - "unicode": "fc5f" - }, - "map-star": { - "name": "map-star", - "category": "", - "tags": ["map", "star", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbd2" - }, - "map-up": { - "name": "map-up", - "category": "", - "tags": ["map", "up", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbd3" - }, - "map-west": { - "name": "map-west", - "category": "Map", - "tags": ["map", "west", "icon", "stroke", "outline"], - "version": "2.32", - "unicode": "fc60" - }, - "map-x": { - "name": "map-x", - "category": "", - "tags": ["map", "x", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbd4" - }, - "map": { - "name": "map", - "category": "Map", - "tags": ["map", "navigation", "location", "travel", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eae9" - }, - "markdown-off": { - "name": "markdown-off", - "category": "Text", - "tags": ["markdown", "off", "price", "valuation", "cost", "exchange", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f407" - }, - "markdown": { - "name": "markdown", - "category": "Text", - "tags": ["markdown", "price", "valuation", "cost", "exchange", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec41" - }, - "marquee-2": { - "name": "marquee-2", - "category": "", - "tags": ["marquee", "2", "tag", "tracer", "html", "animation", "text", "graphic", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeae" - }, - "marquee-off": { - "name": "marquee-off", - "category": "", - "tags": ["marquee", "off", "tag", "tracer", "html", "animation", "text", "graphic", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f15d" - }, - "marquee": { - "name": "marquee", - "category": "", - "tags": ["marquee", "tag", "tracer", "html", "animation", "text", "graphic", "icon", "stroke", "outline"], - "version": "1.13", - "unicode": "ec77" - }, - "mars": { - "name": "mars", - "category": "Symbols", - "tags": ["mars", "male", "icon", "stroke", "outline"], - "version": "1.14", - "unicode": "ec80" - }, - "mask-off": { - "name": "mask-off", - "category": "Design", - "tags": ["mask", "off", "edit", "layer", "mask", "tool", "design", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeaf" - }, - "mask": { - "name": "mask", - "category": "Design", - "tags": ["mask", "edit", "layer", "mask", "tool", "design", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeb0" - }, - "masks-theater-off": { - "name": "masks-theater-off", - "category": "Map", - "tags": ["masks", "theater", "off", "cinema", "comedy", "acting", "face", "art", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f408" - }, - "masks-theater": { - "name": "masks-theater", - "category": "Map", - "tags": ["masks", "theater", "cinema", "comedy", "acting", "face", "art", "icon", "stroke", "outline"], - "version": "1.76", - "unicode": "f263" - }, - "massage": { - "name": "massage", - "category": "Health", - "tags": ["massage", "physiotherapy", "spa", "relax", "sports", "therapy", "treatment", "spine", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeb1" - }, - "matchstick": { - "name": "matchstick", - "category": "", - "tags": ["matchstick", "fire", "flame", "burn", "spark", "icon", "stroke", "outline"], - "version": "1.107", - "unicode": "f577" - }, - "math-1-divide-2": { - "name": "math-1-divide-2", - "category": "Math", - "tags": ["math", "1", "divide", "2", "calculations", "half", "mathematic", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4e2" - }, - "math-1-divide-3": { - "name": "math-1-divide-3", - "category": "Math", - "tags": ["math", "1", "divide", "3", "calculations", "mathematic", "quarter", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4e3" - }, - "math-avg": { - "name": "math-avg", - "category": "Math", - "tags": ["math", "avg", "symbol", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0f4" - }, - "math-equal-greater": { - "name": "math-equal-greater", - "category": "Math", - "tags": ["math", "equal", "greater", "mathematic", "than", "more", "equation", "sign", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4e4" - }, - "math-equal-lower": { - "name": "math-equal-lower", - "category": "Math", - "tags": ["math", "equal", "lower", "mathematic", "less", "than", "equation", "sign", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4e5" - }, - "math-function-off": { - "name": "math-function-off", - "category": "Math", - "tags": ["math", "function", "off", "linear", "statyscics", "graph", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f15e" - }, - "math-function-y": { - "name": "math-function-y", - "category": "Math", - "tags": ["math", "function", "y", "mathematic", "sign", "x", "expression", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4e6" - }, - "math-function": { - "name": "math-function", - "category": "Math", - "tags": ["math", "function", "linear", "statyscics", "graph", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeb2" - }, - "math-greater": { - "name": "math-greater", - "category": "Math", - "tags": ["math", "greater", "mathematic", "sign", "expression", "more", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4e7" - }, - "math-integral-x": { - "name": "math-integral-x", - "category": "Math", - "tags": ["math", "integral", "x", "mathematic", "sign", "y", "expression", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4e8" - }, - "math-integral": { - "name": "math-integral", - "category": "Math", - "tags": ["math", "integral", "mathematic", "sign", "expression", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4e9" - }, - "math-integrals": { - "name": "math-integrals", - "category": "Math", - "tags": ["math", "integrals", "mathematic", "sign", "expression", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4ea" - }, - "math-lower": { - "name": "math-lower", - "category": "Math", - "tags": ["math", "lower", "mathematic", "sign", "expressionm", "less", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4eb" - }, - "math-max-min": { - "name": "math-max-min", - "category": "", - "tags": ["math", "max", "min", "icon", "stroke", "outline"], - "version": "2.47", - "unicode": "fda0" - }, - "math-max": { - "name": "math-max", - "category": "Math", - "tags": ["math", "max", "symbol", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0f5" - }, - "math-min": { - "name": "math-min", - "category": "Math", - "tags": ["math", "min", "symbol", "icon", "stroke", "outline"], - "version": "1.64", - "unicode": "f0f6" - }, - "math-not": { - "name": "math-not", - "category": "Math", - "tags": ["math", "not", "mathematic", "sign", "expression", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4ec" - }, - "math-off": { - "name": "math-off", - "category": "Math", - "tags": ["math", "off", "subject", "count", "plus", "minus", "times", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f409" - }, - "math-pi-divide-2": { - "name": "math-pi-divide-2", - "category": "Math", - "tags": ["math", "pi", "divide", "2", "mathematic", "sign", "expression", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4ed" - }, - "math-pi": { - "name": "math-pi", - "category": "Math", - "tags": ["math", "pi", "mathematic", "sign", "expression", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4ee" - }, - "math-symbols": { - "name": "math-symbols", - "category": "Math", - "tags": ["math", "symbols", "calculator", "equal", "plus", "multiplication", "minus", "math", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeb3" - }, - "math-x-divide-2": { - "name": "math-x-divide-2", - "category": "Math", - "tags": ["math", "x", "divide", "2", "mathematic", "expression", "equation", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4ef" - }, - "math-x-divide-y-2": { - "name": "math-x-divide-y-2", - "category": "Math", - "tags": ["math", "x", "divide", "y", "2", "mathematic", "expression", "equation", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4f0" - }, - "math-x-divide-y": { - "name": "math-x-divide-y", - "category": "Math", - "tags": ["math", "x", "divide", "y", "mathematic", "expression", "equation", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4f1" - }, - "math-x-minus-x": { - "name": "math-x-minus-x", - "category": "Math", - "tags": ["math", "x", "minus", "x", "mathematic", "expression", "equation", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4f2" - }, - "math-x-minus-y": { - "name": "math-x-minus-y", - "category": "Math", - "tags": ["math", "x", "minus", "y", "mathematic", "expression", "equation", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4f3" - }, - "math-x-plus-x": { - "name": "math-x-plus-x", - "category": "Math", - "tags": ["math", "x", "plus", "x", "mathematic", "expression", "equation", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4f4" - }, - "math-x-plus-y": { - "name": "math-x-plus-y", - "category": "Math", - "tags": ["math", "x", "plus", "y", "mathematic", "expression", "equation", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4f5" - }, - "math-xy": { - "name": "math-xy", - "category": "Math", - "tags": ["math", "xy", "mathematic", "expression", "equation", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4f6" - }, - "math-y-minus-y": { - "name": "math-y-minus-y", - "category": "Math", - "tags": ["math", "y", "minus", "y", "mathematic", "expression", "equation", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4f7" - }, - "math-y-plus-y": { - "name": "math-y-plus-y", - "category": "Math", - "tags": ["math", "y", "plus", "y", "mathematic", "expression", "equation", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4f8" - }, - "math": { - "name": "math", - "category": "Math", - "tags": ["math", "subject", "count", "plus", "minus", "times", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebeb" - }, - "maximize-off": { - "name": "maximize-off", - "category": "Media", - "tags": ["maximize", "off", "fullscreen", "maximize", "expand", "window", "size", "resize", "direction", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f15f" - }, - "maximize": { - "name": "maximize", - "category": "Media", - "tags": ["maximize", "fullscreen", "maximize", "expand", "window", "size", "resize", "direction", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaea" - }, - "meat-off": { - "name": "meat-off", - "category": "Food", - "tags": ["meat", "off", "food", "beef", "steak", "chicken", "sasuage", "dinner", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f40a" - }, - "meat": { - "name": "meat", - "category": "Food", - "tags": ["meat", "food", "beef", "steak", "chicken", "sasuage", "dinner", "icon", "stroke", "outline"], - "version": "1.40", - "unicode": "ef12" - }, - "medal-2": { - "name": "medal-2", - "category": "", - "tags": ["medal", "2", "decorate", "uniform", "icon", "stroke", "outline"], - "version": "1.50", - "unicode": "efcd" - }, - "medal": { - "name": "medal", - "category": "", - "tags": ["medal", "decorate", "uniform", "icon", "stroke", "outline"], - "version": "1.13", - "unicode": "ec78" - }, - "medical-cross-circle": { - "name": "medical-cross-circle", - "category": "Map", - "tags": ["medical", "cross", "circle", "icon", "stroke", "outline"], - "version": "2.23", - "unicode": "fae8" - }, - "medical-cross-filled": { - "name": "medical-cross-filled", - "category": "Filled", - "tags": ["medical", "cross", "filled", "sign", "hospital", "help", "indication", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f681" - }, - "medical-cross-off": { - "name": "medical-cross-off", - "category": "Map", - "tags": ["medical", "cross", "off", "sign", "hospital", "help", "indication", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f160" - }, - "medical-cross": { - "name": "medical-cross", - "category": "Map", - "tags": ["medical", "cross", "sign", "hospital", "help", "indication", "icon", "stroke", "outline"], - "version": "1.10", - "unicode": "ec2f" - }, - "medicine-syrup": { - "name": "medicine-syrup", - "category": "Health", - "tags": ["medicine", "syrup", "bottle", "pharmacy", "healthcare", "health", "mixture", "drug", "icon", "stroke", "outline"], - "version": "1.44", - "unicode": "ef63" - }, - "meeple": { - "name": "meeple", - "category": "Sport", - "tags": ["meeple", "pawn", "board", "game", "wood", "icon", "stroke", "outline"], - "version": "1.102", - "unicode": "f514" - }, - "melon": { - "name": "melon", - "category": "Food", - "tags": ["melon", "icon", "stroke", "outline"], - "version": "2.34", - "unicode": "fc7a" - }, - "menorah": { - "name": "menorah", - "category": "Symbols", - "tags": ["menorah", "judaism", "religion", "cultures", "jewish", "icon", "stroke", "outline"], - "version": "1.109", - "unicode": "f58c" - }, - "menu-2": { - "name": "menu-2", - "category": "System", - "tags": ["menu", "2", "bars", "hamburger", "navigation", "burger", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec42" - }, - "menu-deep": { - "name": "menu-deep", - "category": "", - "tags": ["menu", "deep", "icon", "stroke", "outline"], - "version": "2.24", - "unicode": "fafb" - }, - "menu-order": { - "name": "menu-order", - "category": "System", - "tags": ["menu", "order", "move", "arrows", "up", "down", "south", "north", "bottom", "top", "icon", "stroke", "outline"], - "version": "1.113", - "unicode": "f5f5" - }, - "menu": { - "name": "menu", - "category": "System", - "tags": ["menu", "bars", "hamburger", "navigation", "burger", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaeb" - }, - "message-2-bolt": { - "name": "message-2-bolt", - "category": "Communication", - "tags": ["message", "2", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f95c" - }, - "message-2-cancel": { - "name": "message-2-cancel", - "category": "Communication", - "tags": ["message", "2", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f95d" - }, - "message-2-check": { - "name": "message-2-check", - "category": "Communication", - "tags": ["message", "2", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f95e" - }, - "message-2-code": { - "name": "message-2-code", - "category": "Communication", - "tags": ["message", "2", "code", "coding", "programming", "chat", "program", "icon", "stroke", "outline"], - "version": "1.54", - "unicode": "f012" - }, - "message-2-cog": { - "name": "message-2-cog", - "category": "Communication", - "tags": ["message", "2", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f95f" - }, - "message-2-dollar": { - "name": "message-2-dollar", - "category": "Communication", - "tags": ["message", "2", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f960" - }, - "message-2-down": { - "name": "message-2-down", - "category": "Communication", - "tags": ["message", "2", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f961" - }, - "message-2-exclamation": { - "name": "message-2-exclamation", - "category": "Communication", - "tags": ["message", "2", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f962" - }, - "message-2-heart": { - "name": "message-2-heart", - "category": "Communication", - "tags": ["message", "2", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f963" - }, - "message-2-minus": { - "name": "message-2-minus", - "category": "Communication", - "tags": ["message", "2", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f964" - }, - "message-2-off": { - "name": "message-2-off", - "category": "Communication", - "tags": ["message", "2", "off", "comment", "chat", "reply", "faq", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f40b" - }, - "message-2-pause": { - "name": "message-2-pause", - "category": "Communication", - "tags": ["message", "2", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f965" - }, - "message-2-pin": { - "name": "message-2-pin", - "category": "Communication", - "tags": ["message", "2", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f966" - }, - "message-2-plus": { - "name": "message-2-plus", - "category": "Communication", - "tags": ["message", "2", "plus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f967" - }, - "message-2-question": { - "name": "message-2-question", - "category": "Communication", - "tags": ["message", "2", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f968" - }, - "message-2-search": { - "name": "message-2-search", - "category": "Communication", - "tags": ["message", "2", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f969" - }, - "message-2-share": { - "name": "message-2-share", - "category": "Communication", - "tags": ["message", "2", "share", "sharing", "email", "mail", "communication", "post", "icon", "stroke", "outline"], - "version": "1.59", - "unicode": "f077" - }, - "message-2-star": { - "name": "message-2-star", - "category": "Communication", - "tags": ["message", "2", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f96a" - }, - "message-2-up": { - "name": "message-2-up", - "category": "Communication", - "tags": ["message", "2", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f96b" - }, - "message-2-x": { - "name": "message-2-x", - "category": "Communication", - "tags": ["message", "2", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f96c" - }, - "message-2": { - "name": "message-2", - "category": "Communication", - "tags": ["message", "2", "comment", "chat", "reply", "faq", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaec" - }, - "message-bolt": { - "name": "message-bolt", - "category": "Communication", - "tags": ["message", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f96d" - }, - "message-cancel": { - "name": "message-cancel", - "category": "Communication", - "tags": ["message", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f96e" - }, - "message-chatbot": { - "name": "message-chatbot", - "category": "Communication", - "tags": ["message", "chatbot", "automatic", "robot", "assistant", "support", "icon", "stroke", "outline"], - "version": "1.91", - "unicode": "f38a" - }, - "message-check": { - "name": "message-check", - "category": "Communication", - "tags": ["message", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f96f" - }, - "message-circle-2-filled": { - "name": "message-circle-2-filled", - "category": "Filled", - "tags": ["message", "circle", "2", "filled", "comment", "chat", "reply", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f682" - }, - "message-circle-2": { - "name": "message-circle-2", - "category": "Communication", - "tags": ["message", "circle", "2", "comment", "chat", "reply", "icon", "stroke", "outline"], - "version": "1.28", - "unicode": "ed3f" - }, - "message-circle-bolt": { - "name": "message-circle-bolt", - "category": "Communication", - "tags": ["message", "circle", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f970" - }, - "message-circle-cancel": { - "name": "message-circle-cancel", - "category": "Communication", - "tags": ["message", "circle", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f971" - }, - "message-circle-check": { - "name": "message-circle-check", - "category": "Communication", - "tags": ["message", "circle", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f972" - }, - "message-circle-code": { - "name": "message-circle-code", - "category": "Communication", - "tags": ["message", "circle", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f973" - }, - "message-circle-cog": { - "name": "message-circle-cog", - "category": "Communication", - "tags": ["message", "circle", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f974" - }, - "message-circle-dollar": { - "name": "message-circle-dollar", - "category": "Communication", - "tags": ["message", "circle", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f975" - }, - "message-circle-down": { - "name": "message-circle-down", - "category": "Communication", - "tags": ["message", "circle", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f976" - }, - "message-circle-exclamation": { - "name": "message-circle-exclamation", - "category": "Communication", - "tags": ["message", "circle", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f977" - }, - "message-circle-heart": { - "name": "message-circle-heart", - "category": "Communication", - "tags": ["message", "circle", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f978" - }, - "message-circle-minus": { - "name": "message-circle-minus", - "category": "Communication", - "tags": ["message", "circle", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f979" - }, - "message-circle-off": { - "name": "message-circle-off", - "category": "Communication", - "tags": ["message", "circle", "off", "comment", "chat", "reply", "icon", "stroke", "outline"], - "version": "1.28", - "unicode": "ed40" - }, - "message-circle-pause": { - "name": "message-circle-pause", - "category": "Communication", - "tags": ["message", "circle", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f97a" - }, - "message-circle-pin": { - "name": "message-circle-pin", - "category": "Communication", - "tags": ["message", "circle", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f97b" - }, - "message-circle-plus": { - "name": "message-circle-plus", - "category": "Communication", - "tags": ["message", "circle", "plus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f97c" - }, - "message-circle-question": { - "name": "message-circle-question", - "category": "Communication", - "tags": ["message", "circle", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f97d" - }, - "message-circle-search": { - "name": "message-circle-search", - "category": "Communication", - "tags": ["message", "circle", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f97e" - }, - "message-circle-share": { - "name": "message-circle-share", - "category": "Communication", - "tags": ["message", "circle", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f97f" - }, - "message-circle-star": { - "name": "message-circle-star", - "category": "Communication", - "tags": ["message", "circle", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f980" - }, - "message-circle-up": { - "name": "message-circle-up", - "category": "Communication", - "tags": ["message", "circle", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f981" - }, - "message-circle-x": { - "name": "message-circle-x", - "category": "Communication", - "tags": ["message", "circle", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f982" - }, - "message-circle": { - "name": "message-circle", - "category": "Communication", - "tags": ["message", "circle", "comment", "chat", "reply", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaed" - }, - "message-code": { - "name": "message-code", - "category": "Communication", - "tags": ["message", "code", "coding", "programming", "chat", "program", "icon", "stroke", "outline"], - "version": "1.54", - "unicode": "f013" - }, - "message-cog": { - "name": "message-cog", - "category": "Communication", - "tags": ["message", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f983" - }, - "message-dollar": { - "name": "message-dollar", - "category": "Communication", - "tags": ["message", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f984" - }, - "message-dots": { - "name": "message-dots", - "category": "Communication", - "tags": ["message", "dots", "comment", "chat", "reply", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaee" - }, - "message-down": { - "name": "message-down", - "category": "Communication", - "tags": ["message", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f985" - }, - "message-exclamation": { - "name": "message-exclamation", - "category": "Communication", - "tags": ["message", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f986" - }, - "message-forward": { - "name": "message-forward", - "category": "Communication", - "tags": ["message", "forward", "email", "mail", "send", "chat", "communication", "arrow", "icon", "stroke", "outline"], - "version": "1.78", - "unicode": "f28f" - }, - "message-heart": { - "name": "message-heart", - "category": "Communication", - "tags": ["message", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f987" - }, - "message-language": { - "name": "message-language", - "category": "Communication", - "tags": ["message", "language", "communication", "translate", "alphabet", "letter", "icon", "stroke", "outline"], - "version": "1.48", - "unicode": "efae" - }, - "message-minus": { - "name": "message-minus", - "category": "Communication", - "tags": ["message", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f988" - }, - "message-off": { - "name": "message-off", - "category": "Communication", - "tags": ["message", "off", "comment", "chat", "reply", "communication", "conversation", "faq", "icon", "stroke", "outline"], - "version": "1.28", - "unicode": "ed41" - }, - "message-pause": { - "name": "message-pause", - "category": "Communication", - "tags": ["message", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f989" - }, - "message-pin": { - "name": "message-pin", - "category": "Communication", - "tags": ["message", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f98a" - }, - "message-plus": { - "name": "message-plus", - "category": "Communication", - "tags": ["message", "plus", "comment", "chat", "reply", "communication", "conversation", "icon", "stroke", "outline"], - "version": "1.16", - "unicode": "ec9a" - }, - "message-question": { - "name": "message-question", - "category": "Communication", - "tags": ["message", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f98b" - }, - "message-reply": { - "name": "message-reply", - "category": "", - "tags": ["message", "reply", "icon", "stroke", "outline"], - "version": "2.42", - "unicode": "fd4d" - }, - "message-report": { - "name": "message-report", - "category": "Communication", - "tags": ["message", "report", "comment", "chat", "reply", "communication", "conversation", "icon", "stroke", "outline"], - "version": "1.16", - "unicode": "ec9b" - }, - "message-search": { - "name": "message-search", - "category": "Communication", - "tags": ["message", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f98c" - }, - "message-share": { - "name": "message-share", - "category": "Communication", - "tags": ["message", "share", "sharing", "email", "mail", "communication", "post", "icon", "stroke", "outline"], - "version": "1.59", - "unicode": "f078" - }, - "message-star": { - "name": "message-star", - "category": "Communication", - "tags": ["message", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f98d" - }, - "message-up": { - "name": "message-up", - "category": "Communication", - "tags": ["message", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f98e" - }, - "message-x": { - "name": "message-x", - "category": "Communication", - "tags": ["message", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f98f" - }, - "message": { - "name": "message", - "category": "Communication", - "tags": ["message", "comment", "chat", "reply", "communication", "conversation", "faq", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaef" - }, - "messages-off": { - "name": "messages-off", - "category": "Communication", - "tags": ["messages", "off", "chat", "reply", "comment", "conversation", "communication", "faq", "icon", "stroke", "outline"], - "version": "1.28", - "unicode": "ed42" - }, - "messages": { - "name": "messages", - "category": "Communication", - "tags": ["messages", "chat", "reply", "comment", "conversation", "communication", "faq", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb6c" - }, - "meteor-off": { - "name": "meteor-off", - "category": "Nature", - "tags": ["meteor", "off", "space", "comet", "astronomy", "galaxy", "cosmos", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f40c" - }, - "meteor": { - "name": "meteor", - "category": "Nature", - "tags": ["meteor", "space", "comet", "astronomy", "galaxy", "cosmos", "icon", "stroke", "outline"], - "version": "1.70", - "unicode": "f1fd" - }, - "meter-cube": { - "name": "meter-cube", - "category": "", - "tags": ["meter", "cube", "icon", "stroke", "outline"], - "version": "2.45", - "unicode": "fd7c" - }, - "meter-square": { - "name": "meter-square", - "category": "", - "tags": ["meter", "square", "icon", "stroke", "outline"], - "version": "2.45", - "unicode": "fd7d" - }, - "metronome": { - "name": "metronome", - "category": "", - "tags": ["metronome", "icon", "stroke", "outline"], - "version": "2.40", - "unicode": "fd25" - }, - "michelin-bib-gourmand": { - "name": "michelin-bib-gourmand", - "category": "Food", - "tags": ["michelin", "bib", "gourmand", "icon", "stroke", "outline"], - "version": "2.23", - "unicode": "fae9" - }, - "michelin-star-green": { - "name": "michelin-star-green", - "category": "Food", - "tags": ["michelin", "star", "green", "icon", "stroke", "outline"], - "version": "2.23", - "unicode": "faea" - }, - "michelin-star": { - "name": "michelin-star", - "category": "Food", - "tags": ["michelin", "star", "icon", "stroke", "outline"], - "version": "2.23", - "unicode": "faeb" - }, - "mickey-filled": { - "name": "mickey-filled", - "category": "Filled", - "tags": ["mickey", "filled", "fable", "cartoon", "mouse", "kids", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f683" - }, - "mickey": { - "name": "mickey", - "category": "", - "tags": ["mickey", "fable", "cartoon", "mouse", "kids", "icon", "stroke", "outline"], - "version": "1.79", - "unicode": "f2a3" - }, - "microphone-2-off": { - "name": "microphone-2-off", - "category": "Media", - "tags": ["microphone", "2", "off", "record", "sound", "listen", "sing", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f40d" - }, - "microphone-2": { - "name": "microphone-2", - "category": "Media", - "tags": ["microphone", "2", "record", "sound", "listen", "sing", "icon", "stroke", "outline"], - "version": "1.41", - "unicode": "ef2c" - }, - "microphone-off": { - "name": "microphone-off", - "category": "Media", - "tags": ["microphone", "off", "record", "sound", "listen", "icon", "stroke", "outline"], - "version": "1.24", - "unicode": "ed16" - }, - "microphone": { - "name": "microphone", - "category": "Media", - "tags": ["microphone", "record", "sound", "listen", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaf0" - }, - "microscope-off": { - "name": "microscope-off", - "category": "Health", - "tags": ["microscope", "off", "school", "education", "learning", "lab", "experimental", "chemistry", "biology", "medical", "bacteria", "technology", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f40e" - }, - "microscope": { - "name": "microscope", - "category": "Health", - "tags": ["microscope", "school", "education", "learning", "lab", "experimental", "chemistry", "biology", "medical", "bacteria", "technology", "icon", "stroke", "outline"], - "version": "1.44", - "unicode": "ef64" - }, - "microwave-off": { - "name": "microwave-off", - "category": "Food", - "tags": ["microwave", "off", "oven", "kitchen", "cooking", "food", "cook", "icon", "stroke", "outline"], - "version": "1.76", - "unicode": "f264" - }, - "microwave": { - "name": "microwave", - "category": "Food", - "tags": ["microwave", "oven", "kitchen", "cooking", "food", "cook", "icon", "stroke", "outline"], - "version": "1.74", - "unicode": "f248" - }, - "military-award": { - "name": "military-award", - "category": "", - "tags": ["military", "award", "achievement", "honor", "badge", "medal", "prize", "army", "icon", "stroke", "outline"], - "version": "1.50", - "unicode": "f079" - }, - "military-rank": { - "name": "military-rank", - "category": "", - "tags": ["military", "rank", "soldier", "army", "private", "private second class", "private first class", "specialist", "corporal", "sergeant", "staff sergeant", "icon", "stroke", "outline"], - "version": "1.50", - "unicode": "efcf" - }, - "milk-off": { - "name": "milk-off", - "category": "Food", - "tags": ["milk", "off", "food", "drink", "cow", "healthy", "breakfast", "bottle", "coffee", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f40f" - }, - "milk": { - "name": "milk", - "category": "Food", - "tags": ["milk", "food", "drink", "cow", "healthy", "breakfast", "bottle", "coffee", "icon", "stroke", "outline"], - "version": "1.40", - "unicode": "ef13" - }, - "milkshake": { - "name": "milkshake", - "category": "Food", - "tags": ["milkshake", "drink", "sweet", "food", "cocktail", "cream", "icon", "stroke", "outline"], - "version": "1.98", - "unicode": "f4c8" - }, - "minimize": { - "name": "minimize", - "category": "Media", - "tags": ["minimize", "exit", "close", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaf1" - }, - "minus-vertical": { - "name": "minus-vertical", - "category": "", - "tags": ["minus", "vertical", "subtract", "less", "divide", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeb4" - }, - "minus": { - "name": "minus", - "category": "Math", - "tags": ["minus", "subtract", "less", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaf2" - }, - "mist-off": { - "name": "mist-off", - "category": "Weather", - "tags": ["mist", "off", "weather", "visibility", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f410" - }, - "mist": { - "name": "mist", - "category": "Weather", - "tags": ["mist", "weather", "visibility", "icon", "stroke", "outline"], - "version": "1.10", - "unicode": "ec30" - }, - "mobiledata-off": { - "name": "mobiledata-off", - "category": "", - "tags": ["mobiledata", "off", "icon", "stroke", "outline"], - "version": "2.11", - "unicode": "f9f4" - }, - "mobiledata": { - "name": "mobiledata", - "category": "", - "tags": ["mobiledata", "icon", "stroke", "outline"], - "version": "2.11", - "unicode": "f9f5" - }, - "moneybag": { - "name": "moneybag", - "category": "", - "tags": ["moneybag", "finance", "cash", "dollar", "currency", "bank", "icon", "stroke", "outline"], - "version": "1.101", - "unicode": "f506" - }, - "mood-angry": { - "name": "mood-angry", - "category": "Mood", - "tags": ["mood", "angry", "mad", "feeling", "face", "nervous", "icon", "stroke", "outline"], - "version": "1.83", - "unicode": "f2de" - }, - "mood-annoyed-2": { - "name": "mood-annoyed-2", - "category": "Mood", - "tags": ["mood", "annoyed", "2", "appalled", "agitated", "upset", "angry", "face", "icon", "stroke", "outline"], - "version": "1.83", - "unicode": "f2df" - }, - "mood-annoyed": { - "name": "mood-annoyed", - "category": "Mood", - "tags": ["mood", "annoyed", "appalled", "agitated", "upset", "angry", "face", "icon", "stroke", "outline"], - "version": "1.83", - "unicode": "f2e0" - }, - "mood-boy": { - "name": "mood-boy", - "category": "Mood", - "tags": ["mood", "boy", "face", "emoji", "emotion", "icon", "stroke", "outline"], - "version": "1.26", - "unicode": "ed2d" - }, - "mood-check": { - "name": "mood-check", - "category": "Mood", - "tags": ["mood", "check", "emotion", "feeling", "happy", "tick", "accept", "face", "icon", "stroke", "outline"], - "version": "2.7", - "unicode": "f7b3" - }, - "mood-cog": { - "name": "mood-cog", - "category": "Mood", - "tags": ["mood", "cog", "emotion", "feeling", "happy", "gear", "preferences", "face", "icon", "stroke", "outline"], - "version": "2.7", - "unicode": "f7b4" - }, - "mood-confuzed-filled": { - "name": "mood-confuzed-filled", - "category": "Filled", - "tags": ["mood", "confuzed", "filled", "face", "emoji", "emotion", "frown", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7f2" - }, - "mood-confuzed": { - "name": "mood-confuzed", - "category": "Mood", - "tags": ["mood", "confuzed", "face", "emoji", "emotion", "frown", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaf3" - }, - "mood-crazy-happy": { - "name": "mood-crazy-happy", - "category": "Mood", - "tags": ["mood", "crazy", "happy", "good", "excited", "cheerful", "jolly", "delighted", "lucky", "icon", "stroke", "outline"], - "version": "1.34", - "unicode": "ed90" - }, - "mood-cry": { - "name": "mood-cry", - "category": "Mood", - "tags": ["mood", "cry", "face", "emoji", "emotion", "mad", "icon", "stroke", "outline"], - "version": "1.18", - "unicode": "ecbb" - }, - "mood-dollar": { - "name": "mood-dollar", - "category": "Mood", - "tags": ["mood", "dollar", "emotion", "feeling", "happy", "face", "money", "coin", "icon", "stroke", "outline"], - "version": "2.7", - "unicode": "f7b5" - }, - "mood-edit": { - "name": "mood-edit", - "category": "Mood", - "tags": ["mood", "edit", "icon", "stroke", "outline"], - "version": "2.12", - "unicode": "fa05" - }, - "mood-empty-filled": { - "name": "mood-empty-filled", - "category": "Filled", - "tags": ["mood", "empty", "filled", "face", "emoji", "emotion", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7f3" - }, - "mood-empty": { - "name": "mood-empty", - "category": "Mood", - "tags": ["mood", "empty", "face", "emoji", "emotion", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eeb5" - }, - "mood-happy-filled": { - "name": "mood-happy-filled", - "category": "Filled", - "tags": ["mood", "happy", "filled", "face", "emoji", "emotion", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7f4" - }, - "mood-happy": { - "name": "mood-happy", - "category": "Mood", - "tags": ["mood", "happy", "face", "emoji", "emotion", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaf4" - }, - "mood-heart": { - "name": "mood-heart", - "category": "Mood", - "tags": ["mood", "heart", "emotion", "feeling", "happy", "face", "love", "care", "romantic", "icon", "stroke", "outline"], - "version": "2.7", - "unicode": "f7b6" - }, - "mood-kid-filled": { - "name": "mood-kid-filled", - "category": "Filled", - "tags": ["mood", "kid", "filled", "face", "emoji", "emotion", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7f5" - }, - "mood-kid": { - "name": "mood-kid", - "category": "Mood", - "tags": ["mood", "kid", "face", "emoji", "emotion", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec03" - }, - "mood-look-down": { - "name": "mood-look-down", - "category": "", - "tags": ["mood", "look", "down", "downward-look", "gaze-down", "low-mood", "sad", "disheartened", "dejected", "downcast", "downward-glance", "melancholy", "blue", "icon", "stroke", "outline"], - "version": "2.41", - "unicode": "fd37" - }, - "mood-look-left": { - "name": "mood-look-left", - "category": "Mood", - "tags": ["mood", "look", "left", "west", "face", "direction", "icon", "stroke", "outline"], - "version": "1.81", - "unicode": "f2c5" - }, - "mood-look-right": { - "name": "mood-look-right", - "category": "Mood", - "tags": ["mood", "look", "right", "east", "face", "direction", "icon", "stroke", "outline"], - "version": "1.81", - "unicode": "f2c6" - }, - "mood-look-up": { - "name": "mood-look-up", - "category": "", - "tags": ["mood", "look", "up", "upward-look", "gaze-up", "optimistic", "positive-mood", "cheerful", "uplifting", "hopeful", "skyward-glance", "inspired", "joyful", "icon", "stroke", "outline"], - "version": "2.41", - "unicode": "fd38" - }, - "mood-minus": { - "name": "mood-minus", - "category": "Mood", - "tags": ["mood", "minus", "emotion", "feeling", "happy", "face", "cancel", "remove", "delete", "icon", "stroke", "outline"], - "version": "2.7", - "unicode": "f7b7" - }, - "mood-nerd": { - "name": "mood-nerd", - "category": "Mood", - "tags": ["mood", "nerd", "geek", "face", "bore", "icon", "stroke", "outline"], - "version": "1.83", - "unicode": "f2e1" - }, - "mood-nervous": { - "name": "mood-nervous", - "category": "Mood", - "tags": ["mood", "nervous", "angry", "stressed", "worry", "frustrated", "icon", "stroke", "outline"], - "version": "1.47", - "unicode": "ef96" - }, - "mood-neutral-filled": { - "name": "mood-neutral-filled", - "category": "Filled", - "tags": ["mood", "neutral", "filled", "face", "emoji", "emotion", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7f6" - }, - "mood-neutral": { - "name": "mood-neutral", - "category": "Mood", - "tags": ["mood", "neutral", "face", "emoji", "emotion", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaf5" - }, - "mood-off": { - "name": "mood-off", - "category": "Mood", - "tags": ["mood", "off", "sad", "happy", "emoji", "smiley", "neutral", "face", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f161" - }, - "mood-pin": { - "name": "mood-pin", - "category": "Mood", - "tags": ["mood", "pin", "emotion", "feeling", "happy", "face", "location", "map", "icon", "stroke", "outline"], - "version": "2.7", - "unicode": "f7b8" - }, - "mood-plus": { - "name": "mood-plus", - "category": "Mood", - "tags": ["mood", "plus", "emotion", "feeling", "happy", "face", "add", "new", "icon", "stroke", "outline"], - "version": "2.7", - "unicode": "f7b9" - }, - "mood-puzzled": { - "name": "mood-puzzled", - "category": "", - "tags": ["mood", "puzzled", "confused-mood", "perplexed", "bewildered", "puzzled", "uncertain", "ambiguous", "confounding", "mystery", "riddle", "enigma", "icon", "stroke", "outline"], - "version": "2.41", - "unicode": "fd39" - }, - "mood-sad-2": { - "name": "mood-sad-2", - "category": "Mood", - "tags": ["mood", "sad", "2", "face", "emoji", "emotion", "mad", "icon", "stroke", "outline"], - "version": "1.83", - "unicode": "f2e2" - }, - "mood-sad-dizzy": { - "name": "mood-sad-dizzy", - "category": "Mood", - "tags": ["mood", "sad", "dizzy", "face", "emoji", "emotion", "mad", "displeased", "icon", "stroke", "outline"], - "version": "1.83", - "unicode": "f2e3" - }, - "mood-sad-filled": { - "name": "mood-sad-filled", - "category": "Filled", - "tags": ["mood", "sad", "filled", "face", "emoji", "emotion", "mad", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7f7" - }, - "mood-sad-squint": { - "name": "mood-sad-squint", - "category": "Mood", - "tags": ["mood", "sad", "squint", "face", "emoji", "emotion", "mad", "icon", "stroke", "outline"], - "version": "1.83", - "unicode": "f2e4" - }, - "mood-sad": { - "name": "mood-sad", - "category": "Mood", - "tags": ["mood", "sad", "face", "emoji", "emotion", "mad", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaf6" - }, - "mood-search": { - "name": "mood-search", - "category": "Mood", - "tags": ["mood", "search", "emotion", "feeling", "happy", "face", "find", "explore", "icon", "stroke", "outline"], - "version": "2.7", - "unicode": "f7ba" - }, - "mood-share": { - "name": "mood-share", - "category": "Mood", - "tags": ["mood", "share", "icon", "stroke", "outline"], - "version": "2.12", - "unicode": "fa06" - }, - "mood-sick": { - "name": "mood-sick", - "category": "Mood", - "tags": ["mood", "sick", "face", "emoji", "emotion", "suffering", "unhealthy", "icon", "stroke", "outline"], - "version": "1.83", - "unicode": "f2e5" - }, - "mood-silence": { - "name": "mood-silence", - "category": "Mood", - "tags": ["mood", "silence", "face", "emoji", "emotion", "quiet", "icon", "stroke", "outline"], - "version": "1.83", - "unicode": "f2e6" - }, - "mood-sing": { - "name": "mood-sing", - "category": "Mood", - "tags": ["mood", "sing", "face", "emoji", "emotion", "song", "melody", "icon", "stroke", "outline"], - "version": "1.81", - "unicode": "f2c7" - }, - "mood-smile-beam": { - "name": "mood-smile-beam", - "category": "Mood", - "tags": ["mood", "smile", "beam", "face", "emoji", "emotion", "happy", "smiley", "icon", "stroke", "outline"], - "version": "1.83", - "unicode": "f2e7" - }, - "mood-smile-dizzy": { - "name": "mood-smile-dizzy", - "category": "Mood", - "tags": ["mood", "smile", "dizzy", "face", "emoji", "emotion", "happy", "smiley", "icon", "stroke", "outline"], - "version": "1.83", - "unicode": "f2e8" - }, - "mood-smile-filled": { - "name": "mood-smile-filled", - "category": "Filled", - "tags": ["mood", "smile", "filled", "face", "emoji", "emotion", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7f8" - }, - "mood-smile": { - "name": "mood-smile", - "category": "Mood", - "tags": ["mood", "smile", "face", "emoji", "emotion", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaf7" - }, - "mood-suprised": { - "name": "mood-suprised", - "category": "Mood", - "tags": ["mood", "suprised", "face", "emoji", "emotion", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec04" - }, - "mood-tongue-wink-2": { - "name": "mood-tongue-wink-2", - "category": "Mood", - "tags": ["mood", "tongue", "wink", "2", "face", "emoji", "emotion", "happy", "joke", "icon", "stroke", "outline"], - "version": "1.83", - "unicode": "f2e9" - }, - "mood-tongue-wink": { - "name": "mood-tongue-wink", - "category": "Mood", - "tags": ["mood", "tongue", "wink", "face", "emoji", "emotion", "happy", "joke", "icon", "stroke", "outline"], - "version": "1.83", - "unicode": "f2ea" - }, - "mood-tongue": { - "name": "mood-tongue", - "category": "Mood", - "tags": ["mood", "tongue", "face", "emoji", "emotion", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb95" - }, - "mood-unamused": { - "name": "mood-unamused", - "category": "Mood", - "tags": ["mood", "unamused", "face", "emoji", "emotion", "unfunny", "unhappy", "unsmilling", "icon", "stroke", "outline"], - "version": "1.83", - "unicode": "f2eb" - }, - "mood-up": { - "name": "mood-up", - "category": "Mood", - "tags": ["mood", "up", "emotion", "feeling", "happy", "face", "top", "icon", "stroke", "outline"], - "version": "2.7", - "unicode": "f7bb" - }, - "mood-wink-2": { - "name": "mood-wink-2", - "category": "Mood", - "tags": ["mood", "wink", "2", "face", "emoji", "emotion", "smile", "funny", "happy", "icon", "stroke", "outline"], - "version": "1.83", - "unicode": "f2ec" - }, - "mood-wink": { - "name": "mood-wink", - "category": "Mood", - "tags": ["mood", "wink", "face", "emoji", "emotion", "smile", "funny", "happy", "icon", "stroke", "outline"], - "version": "1.83", - "unicode": "f2ed" - }, - "mood-wrrr": { - "name": "mood-wrrr", - "category": "Mood", - "tags": ["mood", "wrrr", "face", "emoji", "emotion", "disgusted", "icon", "stroke", "outline"], - "version": "1.83", - "unicode": "f2ee" - }, - "mood-x": { - "name": "mood-x", - "category": "Mood", - "tags": ["mood", "x", "emotion", "feeling", "happy", "face", "delete", "close", "icon", "stroke", "outline"], - "version": "2.7", - "unicode": "f7bc" - }, - "mood-xd": { - "name": "mood-xd", - "category": "Mood", - "tags": ["mood", "xd", "face", "emoji", "emotion", "funny", "happy", "smiley", "joke", "icon", "stroke", "outline"], - "version": "1.83", - "unicode": "f2ef" - }, - "moon-2": { - "name": "moon-2", - "category": "Weather", - "tags": ["moon", "2", "night", "dark mode", "icon", "stroke", "outline"], - "version": "1.21", - "unicode": "ece6" - }, - "moon-filled": { - "name": "moon-filled", - "category": "Filled", - "tags": ["moon", "filled", "night", "dark mode", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f684" - }, - "moon-off": { - "name": "moon-off", - "category": "Weather", - "tags": ["moon", "off", "night", "dark mode", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f162" - }, - "moon-stars": { - "name": "moon-stars", - "category": "Weather", - "tags": ["moon", "stars", "night", "dark mode", "icon", "stroke", "outline"], - "version": "1.21", - "unicode": "ece7" - }, - "moon": { - "name": "moon", - "category": "Weather", - "tags": ["moon", "night", "dark mode", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaf8" - }, - "moped": { - "name": "moped", - "category": "Vehicles", - "tags": ["moped", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip", "icon", "stroke", "outline"], - "version": "1.18", - "unicode": "ecbc" - }, - "motorbike": { - "name": "motorbike", - "category": "Vehicles", - "tags": ["motorbike", "engine", "ride", "trip", "journey", "road", "street", "vehicle", "motorcycle", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeb6" - }, - "mountain-off": { - "name": "mountain-off", - "category": "Nature", - "tags": ["mountain", "off", "alps", "camping", "mount everest", "trekking", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f411" - }, - "mountain": { - "name": "mountain", - "category": "Nature", - "tags": ["mountain", "alps", "camping", "mount everest", "trekking", "icon", "stroke", "outline"], - "version": "1.47", - "unicode": "ef97" - }, - "mouse-2": { - "name": "mouse-2", - "category": "Devices", - "tags": ["mouse", "2", "computer", "hardware", "pointer", "cursor", "device", "icon", "stroke", "outline"], - "version": "1.68", - "unicode": "f1d7" - }, - "mouse-filled": { - "name": "mouse-filled", - "category": "Filled", - "tags": ["mouse", "filled", "icon", "stroke", "outline"], - "version": "2.26", - "unicode": "fb2f" - }, - "mouse-off": { - "name": "mouse-off", - "category": "Devices", - "tags": ["mouse", "off", "pointer", "cursor", "device", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f163" - }, - "mouse": { - "name": "mouse", - "category": "Devices", - "tags": ["mouse", "pointer", "cursor", "device", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaf9" - }, - "moustache": { - "name": "moustache", - "category": "", - "tags": ["moustache", "man", "face", "beard", "male", "icon", "stroke", "outline"], - "version": "1.98", - "unicode": "f4c9" - }, - "movie-off": { - "name": "movie-off", - "category": "Media", - "tags": ["movie", "off", "film", "video", "cinema", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f164" - }, - "movie": { - "name": "movie", - "category": "Media", - "tags": ["movie", "film", "video", "cinema", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eafa" - }, - "mug-off": { - "name": "mug-off", - "category": "Food", - "tags": ["mug", "off", "tea", "coffee", "drink", "container", "jug", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f165" - }, - "mug": { - "name": "mug", - "category": "Food", - "tags": ["mug", "tea", "coffee", "drink", "container", "jug", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "eafb" - }, - "multiplier-0-5x": { - "name": "multiplier-0-5x", - "category": "Math", - "tags": ["multiplier", "0", "5x", "count", "calculate", "math", "icon", "stroke", "outline"], - "version": "1.42", - "unicode": "ef41" - }, - "multiplier-1-5x": { - "name": "multiplier-1-5x", - "category": "Math", - "tags": ["multiplier", "1", "5x", "count", "calculate", "math", "icon", "stroke", "outline"], - "version": "1.42", - "unicode": "ef42" - }, - "multiplier-1x": { - "name": "multiplier-1x", - "category": "Math", - "tags": ["multiplier", "1x", "count", "calculate", "math", "icon", "stroke", "outline"], - "version": "1.42", - "unicode": "ef43" - }, - "multiplier-2x": { - "name": "multiplier-2x", - "category": "Math", - "tags": ["multiplier", "2x", "count", "calculate", "math", "icon", "stroke", "outline"], - "version": "1.42", - "unicode": "ef44" - }, - "mushroom-filled": { - "name": "mushroom-filled", - "category": "Filled", - "tags": ["mushroom", "filled", "food", "vegetable", "cooking", "fungus", "mushrooming", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7f9" - }, - "mushroom-off": { - "name": "mushroom-off", - "category": "Food", - "tags": ["mushroom", "off", "food", "vegetable", "cooking", "fungus", "mushrooming", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f412" - }, - "mushroom": { - "name": "mushroom", - "category": "Food", - "tags": ["mushroom", "food", "vegetable", "cooking", "fungus", "mushrooming", "icon", "stroke", "outline"], - "version": "1.40", - "unicode": "ef14" - }, - "music-bolt": { - "name": "music-bolt", - "category": "", - "tags": ["music", "bolt", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbd5" - }, - "music-cancel": { - "name": "music-cancel", - "category": "", - "tags": ["music", "cancel", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbd6" - }, - "music-check": { - "name": "music-check", - "category": "", - "tags": ["music", "check", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbd7" - }, - "music-code": { - "name": "music-code", - "category": "", - "tags": ["music", "code", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbd8" - }, - "music-cog": { - "name": "music-cog", - "category": "", - "tags": ["music", "cog", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbd9" - }, - "music-discount": { - "name": "music-discount", - "category": "", - "tags": ["music", "discount", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbda" - }, - "music-dollar": { - "name": "music-dollar", - "category": "", - "tags": ["music", "dollar", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbdb" - }, - "music-down": { - "name": "music-down", - "category": "", - "tags": ["music", "down", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbdc" - }, - "music-exclamation": { - "name": "music-exclamation", - "category": "", - "tags": ["music", "exclamation", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbdd" - }, - "music-heart": { - "name": "music-heart", - "category": "", - "tags": ["music", "heart", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbde" - }, - "music-minus": { - "name": "music-minus", - "category": "", - "tags": ["music", "minus", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbdf" - }, - "music-off": { - "name": "music-off", - "category": "Media", - "tags": ["music", "off", "sound", "mp3", "album", "sound", "speakers", "melody", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f166" - }, - "music-pause": { - "name": "music-pause", - "category": "", - "tags": ["music", "pause", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbe0" - }, - "music-pin": { - "name": "music-pin", - "category": "", - "tags": ["music", "pin", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbe1" - }, - "music-plus": { - "name": "music-plus", - "category": "", - "tags": ["music", "plus", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbe2" - }, - "music-question": { - "name": "music-question", - "category": "", - "tags": ["music", "question", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbe3" - }, - "music-search": { - "name": "music-search", - "category": "", - "tags": ["music", "search", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbe4" - }, - "music-share": { - "name": "music-share", - "category": "", - "tags": ["music", "share", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbe5" - }, - "music-star": { - "name": "music-star", - "category": "", - "tags": ["music", "star", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbe6" - }, - "music-up": { - "name": "music-up", - "category": "", - "tags": ["music", "up", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbe7" - }, - "music-x": { - "name": "music-x", - "category": "", - "tags": ["music", "x", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbe8" - }, - "music": { - "name": "music", - "category": "Media", - "tags": ["music", "sound", "mp3", "album", "sound", "speakers", "melody", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eafc" - }, - "navigation-bolt": { - "name": "navigation-bolt", - "category": "", - "tags": ["navigation", "bolt", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbe9" - }, - "navigation-cancel": { - "name": "navigation-cancel", - "category": "", - "tags": ["navigation", "cancel", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbea" - }, - "navigation-check": { - "name": "navigation-check", - "category": "", - "tags": ["navigation", "check", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbeb" - }, - "navigation-code": { - "name": "navigation-code", - "category": "", - "tags": ["navigation", "code", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbec" - }, - "navigation-cog": { - "name": "navigation-cog", - "category": "", - "tags": ["navigation", "cog", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbed" - }, - "navigation-discount": { - "name": "navigation-discount", - "category": "", - "tags": ["navigation", "discount", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbee" - }, - "navigation-dollar": { - "name": "navigation-dollar", - "category": "", - "tags": ["navigation", "dollar", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbef" - }, - "navigation-down": { - "name": "navigation-down", - "category": "", - "tags": ["navigation", "down", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbf0" - }, - "navigation-east": { - "name": "navigation-east", - "category": "Map", - "tags": ["navigation", "east", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcba" - }, - "navigation-exclamation": { - "name": "navigation-exclamation", - "category": "", - "tags": ["navigation", "exclamation", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbf1" - }, - "navigation-filled": { - "name": "navigation-filled", - "category": "Filled", - "tags": ["navigation", "filled", "map", "location", "direction", "pin", "gps", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f685" - }, - "navigation-heart": { - "name": "navigation-heart", - "category": "", - "tags": ["navigation", "heart", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbf2" - }, - "navigation-minus": { - "name": "navigation-minus", - "category": "", - "tags": ["navigation", "minus", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbf3" - }, - "navigation-north": { - "name": "navigation-north", - "category": "Map", - "tags": ["navigation", "north", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcbb" - }, - "navigation-off": { - "name": "navigation-off", - "category": "Map", - "tags": ["navigation", "off", "map", "location", "direction", "pin", "gps", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f413" - }, - "navigation-pause": { - "name": "navigation-pause", - "category": "", - "tags": ["navigation", "pause", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbf4" - }, - "navigation-pin": { - "name": "navigation-pin", - "category": "", - "tags": ["navigation", "pin", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbf5" - }, - "navigation-plus": { - "name": "navigation-plus", - "category": "", - "tags": ["navigation", "plus", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbf6" - }, - "navigation-question": { - "name": "navigation-question", - "category": "", - "tags": ["navigation", "question", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbf7" - }, - "navigation-search": { - "name": "navigation-search", - "category": "", - "tags": ["navigation", "search", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbf8" - }, - "navigation-share": { - "name": "navigation-share", - "category": "", - "tags": ["navigation", "share", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbf9" - }, - "navigation-south": { - "name": "navigation-south", - "category": "Map", - "tags": ["navigation", "south", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcbc" - }, - "navigation-star": { - "name": "navigation-star", - "category": "", - "tags": ["navigation", "star", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbfa" - }, - "navigation-top": { - "name": "navigation-top", - "category": "Map", - "tags": ["navigation", "top", "icon", "stroke", "outline"], - "version": "2.23", - "unicode": "faec" - }, - "navigation-up": { - "name": "navigation-up", - "category": "", - "tags": ["navigation", "up", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbfb" - }, - "navigation-west": { - "name": "navigation-west", - "category": "Map", - "tags": ["navigation", "west", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcbd" - }, - "navigation-x": { - "name": "navigation-x", - "category": "", - "tags": ["navigation", "x", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbfc" - }, - "navigation": { - "name": "navigation", - "category": "Map", - "tags": ["navigation", "map", "location", "direction", "pin", "gps", "icon", "stroke", "outline"], - "version": "1.81", - "unicode": "f2c8" - }, - "needle-thread": { - "name": "needle-thread", - "category": "", - "tags": ["needle", "thread", "sewing", "tailoring", "craft", "tailor", "icon", "stroke", "outline"], - "version": "1.101", - "unicode": "f507" - }, - "needle": { - "name": "needle", - "category": "", - "tags": ["needle", "sewing", "tailoring", "craft", "tailor", "icon", "stroke", "outline"], - "version": "1.101", - "unicode": "f508" - }, - "network-off": { - "name": "network-off", - "category": "Computers", - "tags": ["network", "off", "connection", "internet", "communication", "connect", "web", "signal", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f414" - }, - "network": { - "name": "network", - "category": "Computers", - "tags": ["network", "connection", "internet", "communication", "connect", "web", "signal", "icon", "stroke", "outline"], - "version": "1.61", - "unicode": "f09f" - }, - "new-section": { - "name": "new-section", - "category": "", - "tags": ["new", "section", "add", "element", "component", "layout", "page", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "ebc1" - }, - "news-off": { - "name": "news-off", - "category": "Document", - "tags": ["news", "off", "newspaper", "article", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f167" - }, - "news": { - "name": "news", - "category": "Document", - "tags": ["news", "newspaper", "article", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eafd" - }, - "nfc-off": { - "name": "nfc-off", - "category": "Devices", - "tags": ["nfc", "off", "payment", "nfc", "cash", "chip", "shopping", "cashless", "pass", "contactless", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f168" - }, - "nfc": { - "name": "nfc", - "category": "Devices", - "tags": ["nfc", "payment", "nfc", "cash", "chip", "shopping", "cashless", "pass", "contactless", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeb7" - }, - "no-copyright": { - "name": "no-copyright", - "category": "System", - "tags": ["no", "copyright", "cancel", "copy", "restriction", "icon", "stroke", "outline"], - "version": "1.49", - "unicode": "efb9" - }, - "no-creative-commons": { - "name": "no-creative-commons", - "category": "System", - "tags": ["no", "creative", "commons", "license", "cancel", "copyrights", "icon", "stroke", "outline"], - "version": "1.49", - "unicode": "efba" - }, - "no-derivatives": { - "name": "no-derivatives", - "category": "System", - "tags": ["no", "derivatives", "law", "license", "icon", "stroke", "outline"], - "version": "1.49", - "unicode": "efbb" - }, - "north-star": { - "name": "north-star", - "category": "Map", - "tags": ["north", "star", "compas", "location", "point", "christmas", "direction", "icon", "stroke", "outline"], - "version": "1.54", - "unicode": "f014" - }, - "note-off": { - "name": "note-off", - "category": "Document", - "tags": ["note", "off", "checkbox", "brief", "record", "write", "message", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f169" - }, - "note": { - "name": "note", - "category": "Document", - "tags": ["note", "checkbox", "brief", "record", "write", "message", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb6d" - }, - "notebook-off": { - "name": "notebook-off", - "category": "Document", - "tags": ["notebook", "off", "study", "learn", "diary", "write", "journal", "page", "paper", "jot down", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f415" - }, - "notebook": { - "name": "notebook", - "category": "Document", - "tags": ["notebook", "study", "learn", "diary", "write", "journal", "page", "paper", "jot down", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb96" - }, - "notes-off": { - "name": "notes-off", - "category": "Document", - "tags": ["notes", "off", "notetaking", "journal", "draft", "idea", "to-do list", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f16a" - }, - "notes": { - "name": "notes", - "category": "Document", - "tags": ["notes", "notetaking", "journal", "draft", "idea", "to-do list", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb6e" - }, - "notification-off": { - "name": "notification-off", - "category": "System", - "tags": ["notification", "off", "bell", "alarm", "reminder", "important", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f16b" - }, - "notification": { - "name": "notification", - "category": "System", - "tags": ["notification", "bell", "alarm", "reminder", "important", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eafe" - }, - "number-0-small": { - "name": "number-0-small", - "category": "Numbers", - "tags": ["number", "0", "small", "zero", "nil", "none", "naught", "nought", "nothing", "void", "zilch", "zip", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fce1" - }, - "number-0": { - "name": "number-0", - "category": "Numbers", - "tags": ["number", "0", "zero", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit", "icon", "stroke", "outline"], - "version": "1.38", - "unicode": "edf0" - }, - "number-1-small": { - "name": "number-1-small", - "category": "Numbers", - "tags": ["number", "1", "small", "one", "singular", "first", "unit", "solitary", "individual", "alone", "unique", "sole", "individualistic", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fce2" - }, - "number-1": { - "name": "number-1", - "category": "Numbers", - "tags": ["number", "1", "one", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit", "icon", "stroke", "outline"], - "version": "1.38", - "unicode": "edf1" - }, - "number-10-small": { - "name": "number-10-small", - "category": "Numbers", - "tags": ["number", "10", "small", "ten", "decade", "decuple", "decad", "tenfold", "decenary", "dec", "decuplet", "tenth", "deca", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fce3" - }, - "number-11-small": { - "name": "number-11-small", - "category": "Numbers", - "tags": ["number", "11", "small", "eleven", "undecade", "eleventh", "undecuple", "undecad", "elevenfold", "undecenary", "undec", "undecuplet", "11th", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fce4" - }, - "number-12-small": { - "name": "number-12-small", - "category": "Numbers", - "tags": ["number", "12", "small", "twelve", "duodecade", "twelfth", "duodecuple", "duodecad", "twelvefold", "duodenary", "duodec", "duodecuplet", "12th", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fce5" - }, - "number-13-small": { - "name": "number-13-small", - "category": "Numbers", - "tags": ["number", "13", "small", "thirteen", "thirteenth", "tredecade", "tredecuple", "tredecad", "thirteenfold", "tredecenary", "tredec", "tredecuplet", "13th", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fce6" - }, - "number-14-small": { - "name": "number-14-small", - "category": "Numbers", - "tags": ["number", "14", "small", "fourteen", "fourteenth", "quattuordecade", "quattuordecuple", "quattuordecad", "fourteenfold", "quattuordecenary", "quattuordec", "quattuordecuplet", "14th", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fce7" - }, - "number-15-small": { - "name": "number-15-small", - "category": "Numbers", - "tags": ["number", "15", "small", "fifteen", "fifteenth", "quindecade", "quindecuple", "quindecad", "fifteenfold", "quindecenary", "quindec", "quindecuplet", "15th", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fce8" - }, - "number-16-small": { - "name": "number-16-small", - "category": "Numbers", - "tags": ["number", "16", "small", "sixteen", "sixteenth", "sexdecade", "sexdecuple", "sexdecad", "sixteenfold", "sexdecenary", "sexdec", "sexdecuplet", "16th", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fce9" - }, - "number-17-small": { - "name": "number-17-small", - "category": "Numbers", - "tags": ["number", "17", "small", "seventeen", "seventeenth", "septendecade", "septendecuple", "septendecad", "seventeenfold", "septendecenary", "septendec", "septendecuplet", "17th", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcea" - }, - "number-18-small": { - "name": "number-18-small", - "category": "Numbers", - "tags": ["number", "18", "small", "eighteen", "eighteenth", "octodecade", "octodecuple", "octodecad", "eighteenfold", "octodecenary", "octodec", "octodecuplet", "18th", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fceb" - }, - "number-19-small": { - "name": "number-19-small", - "category": "Numbers", - "tags": ["number", "19", "small", "nineteen", "nineteenth", "novendecade", "novendecuple", "novendecad", "nineteenfold", "novendecenary", "novendec", "novendecuplet", "19th", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcec" - }, - "number-2-small": { - "name": "number-2-small", - "category": "Numbers", - "tags": ["number", "2", "small", "two", "pair", "duo", "double", "twofold", "dual", "second", "couple", "dyad", "binary", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fced" - }, - "number-2": { - "name": "number-2", - "category": "Numbers", - "tags": ["number", "2", "two", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit", "icon", "stroke", "outline"], - "version": "1.38", - "unicode": "edf2" - }, - "number-20-small": { - "name": "number-20-small", - "category": "Numbers", - "tags": ["number", "20", "small", "twenty", "twentieth", "vigintidecade", "vigintidecuple", "vigintidecad", "twentyfold", "vigintidecenary", "vigintidec", "vigintidecuplet", "20th", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcee" - }, - "number-21-small": { - "name": "number-21-small", - "category": "Numbers", - "tags": ["number", "21", "small", "twenty-one", "21st", "twenty-first", "viginti-uno", "viginti-first", "twenty", "and", "one", "plus", "21th", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcef" - }, - "number-22-small": { - "name": "number-22-small", - "category": "Numbers", - "tags": ["number", "22", "small", "twenty-two", "22nd", "twenty-second", "viginti-duo", "viginti-second", "twenty", "and", "two", "plus", "2th2", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcf0" - }, - "number-23-small": { - "name": "number-23-small", - "category": "Numbers", - "tags": ["number", "23", "small", "twenty-three", "23rd", "twenty-third", "viginti-tertio", "viginti-third", "twenty", "and", "three", "plus", "23", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcf1" - }, - "number-24-small": { - "name": "number-24-small", - "category": "Numbers", - "tags": ["number", "24", "small", "twenty-four", "24th", "twenty-fourth", "viginti-quarto", "viginti-fourth", "twenty", "and", "four", "plus", "24", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcf2" - }, - "number-25-small": { - "name": "number-25-small", - "category": "Numbers", - "tags": ["number", "25", "small", "twenty-five", "25th", "twenty-fifth", "viginti-quinto", "viginti-fifth", "twenty", "and", "five", "plus", "25", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcf3" - }, - "number-26-small": { - "name": "number-26-small", - "category": "Numbers", - "tags": ["number", "26", "small", "twenty-six", "26th", "twenty-sixth", "viginti-sexto", "viginti-sixth", "twenty", "and", "six", "plus", "26", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcf4" - }, - "number-27-small": { - "name": "number-27-small", - "category": "Numbers", - "tags": ["number", "27", "small", "twenty-seven", "27th", "twenty-seventh", "viginti-septimo", "viginti-seventh", "twenty", "and", "seven", "plus", "27", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcf5" - }, - "number-28-small": { - "name": "number-28-small", - "category": "Numbers", - "tags": ["number", "28", "small", "twenty-eight", "28th", "twenty-eighth", "viginti-octavo", "viginti-eighth", "twenty", "and", "eight", "plus", "28", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcf6" - }, - "number-29-small": { - "name": "number-29-small", - "category": "Numbers", - "tags": ["number", "29", "small", "twenty-nine", "29th", "twenty-ninth", "viginti-nono", "viginti-ninth", "twenty", "and", "nine", "plus", "29", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcf7" - }, - "number-3-small": { - "name": "number-3-small", - "category": "Numbers", - "tags": ["number", "3", "small", "three", "trio", "triplet", "third", "treble", "triad", "tertiary", "threesome", "triple", "triangular", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcf8" - }, - "number-3": { - "name": "number-3", - "category": "Numbers", - "tags": ["number", "3", "three", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit", "icon", "stroke", "outline"], - "version": "1.38", - "unicode": "edf3" - }, - "number-4-small": { - "name": "number-4-small", - "category": "Numbers", - "tags": ["number", "4", "small", "four", "quartet", "quadruple", "tetrad", "fourfold", "quaternary", "quadrant", "quartile", "quadruplet", "quad", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcf9" - }, - "number-4": { - "name": "number-4", - "category": "Numbers", - "tags": ["number", "4", "four", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit", "icon", "stroke", "outline"], - "version": "1.38", - "unicode": "edf4" - }, - "number-5-small": { - "name": "number-5-small", - "category": "Numbers", - "tags": ["number", "5", "small", "five", "quintet", "quintuple", "pentad", "fivefold", "quinary", "quint", "quintuplet", "fifth", "penta", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcfa" - }, - "number-5": { - "name": "number-5", - "category": "Numbers", - "tags": ["number", "5", "five", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit", "icon", "stroke", "outline"], - "version": "1.38", - "unicode": "edf5" - }, - "number-6-small": { - "name": "number-6-small", - "category": "Numbers", - "tags": ["number", "6", "small", "six", "sextet", "sextuple", "hexad", "sixfold", "senary", "sextuplet", "hexagonal", "sixth", "hex", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcfb" - }, - "number-6": { - "name": "number-6", - "category": "Numbers", - "tags": ["number", "6", "six", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit", "icon", "stroke", "outline"], - "version": "1.38", - "unicode": "edf6" - }, - "number-7-small": { - "name": "number-7-small", - "category": "Numbers", - "tags": ["number", "7", "small", "seven", "septet", "septuple", "heptad", "sevenfold", "septenary", "sept", "septuplet", "seventh", "hepta", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcfc" - }, - "number-7": { - "name": "number-7", - "category": "Numbers", - "tags": ["number", "7", "seven", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit", "icon", "stroke", "outline"], - "version": "1.38", - "unicode": "edf7" - }, - "number-8-small": { - "name": "number-8-small", - "category": "Numbers", - "tags": ["number", "8", "small", "eight", "octet", "octuple", "octad", "eightfold", "octenary", "oct", "octuplet", "eighth", "octa", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcfd" - }, - "number-8": { - "name": "number-8", - "category": "Numbers", - "tags": ["number", "8", "eight", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit", "icon", "stroke", "outline"], - "version": "1.38", - "unicode": "edf8" - }, - "number-9-small": { - "name": "number-9-small", - "category": "Numbers", - "tags": ["number", "9", "small", "nine", "nonet", "nonuple", "ennead", "ninefold", "novenary", "non", "nonuplet", "ninth", "ennea", "icon", "stroke", "outline"], - "version": "2.38", - "unicode": "fcfe" - }, - "number-9": { - "name": "number-9", - "category": "Numbers", - "tags": ["number", "9", "nine", "maths", "value", "quantity", "calculate", "calculation", "total", "amount", "sum", "order", "digit", "icon", "stroke", "outline"], - "version": "1.38", - "unicode": "edf9" - }, - "number": { - "name": "number", - "category": "Numbers", - "tags": ["number", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "math", "counting", "icon", "stroke", "outline"], - "version": "1.70", - "unicode": "f1fe" - }, - "numbers": { - "name": "numbers", - "category": "Numbers", - "tags": ["numbers", "math", "counting", "calculator", "calculate", "one", "two", "three", "four", "five", "icon", "stroke", "outline"], - "version": "1.54", - "unicode": "f015" - }, - "nurse": { - "name": "nurse", - "category": "Health", - "tags": ["nurse", "hospital", "doctor", "medical", "woman", "emergency", "medicine", "icon", "stroke", "outline"], - "version": "1.44", - "unicode": "ef65" - }, - "nut": { - "name": "nut", - "category": "", - "tags": ["nut", "icon", "stroke", "outline"], - "version": "2.32", - "unicode": "fc61" - }, - "octagon-filled": { - "name": "octagon-filled", - "category": "Filled", - "tags": ["octagon", "filled", "shape", "geometric", "math", "2d", "building", "government", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f686" - }, - "octagon-minus-2": { - "name": "octagon-minus-2", - "category": "Shapes", - "tags": ["octagon", "minus", "2", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc91" - }, - "octagon-minus": { - "name": "octagon-minus", - "category": "Shapes", - "tags": ["octagon", "minus", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc92" - }, - "octagon-off": { - "name": "octagon-off", - "category": "Shapes", - "tags": ["octagon", "off", "shape", "geometric", "math", "2d", "building", "government", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeb8" - }, - "octagon-plus-2": { - "name": "octagon-plus-2", - "category": "Shapes", - "tags": ["octagon", "plus", "2", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc93" - }, - "octagon-plus": { - "name": "octagon-plus", - "category": "Shapes", - "tags": ["octagon", "plus", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc94" - }, - "octagon": { - "name": "octagon", - "category": "Shapes", - "tags": ["octagon", "shape", "geometric", "math", "2d", "building", "government", "icon", "stroke", "outline"], - "version": "1.18", - "unicode": "ecbd" - }, - "octahedron-off": { - "name": "octahedron-off", - "category": "Shapes", - "tags": ["octahedron", "off", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "faac" - }, - "octahedron-plus": { - "name": "octahedron-plus", - "category": "Shapes", - "tags": ["octahedron", "plus", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "faad" - }, - "octahedron": { - "name": "octahedron", - "category": "Shapes", - "tags": ["octahedron", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "faae" - }, - "old": { - "name": "old", - "category": "Health", - "tags": ["old", "senior", "person", "elderly", "age", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeb9" - }, - "olympics-off": { - "name": "olympics-off", - "category": "Sport", - "tags": ["olympics", "off", "game", "play", "sport", "sportsman", "champion", "win", "medal", "sporting", "event", "competition", "athlete", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f416" - }, - "olympics": { - "name": "olympics", - "category": "Sport", - "tags": ["olympics", "game", "play", "sport", "sportsman", "champion", "win", "medal", "sporting", "event", "competition", "athlete", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeba" - }, - "om": { - "name": "om", - "category": "Symbols", - "tags": ["om", "hinduism", "religion", "hindu", "symbol", "icon", "stroke", "outline"], - "version": "1.109", - "unicode": "f58d" - }, - "omega": { - "name": "omega", - "category": "Math", - "tags": ["omega", "alphabet", "greek", "symbol", "final", "last", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb97" - }, - "outbound": { - "name": "outbound", - "category": "", - "tags": ["outbound", "call", "exit", "telephone", "out", "icon", "stroke", "outline"], - "version": "1.74", - "unicode": "f249" - }, - "outlet": { - "name": "outlet", - "category": "", - "tags": ["outlet", "socket", "electricity", "electrical", "plug in", "device", "icon", "stroke", "outline"], - "version": "1.6", - "unicode": "ebd7" - }, - "oval-filled": { - "name": "oval-filled", - "category": "Filled", - "tags": ["oval", "filled", "shape", "graphic", "egg", "circle", "zero", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f687" - }, - "oval-vertical-filled": { - "name": "oval-vertical-filled", - "category": "Filled", - "tags": ["oval", "vertical", "filled", "shape", "graphic", "circle", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f688" - }, - "oval-vertical": { - "name": "oval-vertical", - "category": "Shapes", - "tags": ["oval", "vertical", "shape", "graphic", "circle", "icon", "stroke", "outline"], - "version": "1.55", - "unicode": "f02d" - }, - "oval": { - "name": "oval", - "category": "Shapes", - "tags": ["oval", "shape", "graphic", "egg", "circle", "zero", "icon", "stroke", "outline"], - "version": "1.55", - "unicode": "f02e" - }, - "overline": { - "name": "overline", - "category": "Text", - "tags": ["overline", "above", "overbar", "overscore", "horizontal", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eebb" - }, - "package-export": { - "name": "package-export", - "category": "", - "tags": ["package", "export", "npm", "box", "container", "delivery", "logistic", "icon", "stroke", "outline"], - "version": "1.59", - "unicode": "f07a" - }, - "package-import": { - "name": "package-import", - "category": "", - "tags": ["package", "import", "npm", "box", "container", "delivery", "shipping", "courier", "icon", "stroke", "outline"], - "version": "1.59", - "unicode": "f07b" - }, - "package-off": { - "name": "package-off", - "category": "E-commerce", - "tags": ["package", "off", "npm", "box", "container", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f16c" - }, - "package": { - "name": "package", - "category": "E-commerce", - "tags": ["package", "npm", "box", "container", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eaff" - }, - "packages": { - "name": "packages", - "category": "", - "tags": ["packages", "delivery", "boxes", "storage", "icon", "stroke", "outline"], - "version": "1.81", - "unicode": "f2c9" - }, - "pacman": { - "name": "pacman", - "category": "", - "tags": ["pacman", "game", "play", "online", "maze", "eat", "dot", "ghost", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eebc" - }, - "page-break": { - "name": "page-break", - "category": "Document", - "tags": ["page", "break", "summary", "feature", "element", "css", "icon", "stroke", "outline"], - "version": "1.14", - "unicode": "ec81" - }, - "paint-filled": { - "name": "paint-filled", - "category": "Filled", - "tags": ["paint", "filled", "brush", "renovation", "refurbishment", "color", "wall", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f75f" - }, - "paint-off": { - "name": "paint-off", - "category": "Design", - "tags": ["paint", "off", "brush", "renovation", "refurbishment", "color", "wall", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f16d" - }, - "paint": { - "name": "paint", - "category": "Design", - "tags": ["paint", "brush", "renovation", "refurbishment", "color", "wall", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb00" - }, - "palette-off": { - "name": "palette-off", - "category": "Design", - "tags": ["palette", "off", "color", "paint", "painter", "picture", "board", "artist", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f16e" - }, - "palette": { - "name": "palette", - "category": "Design", - "tags": ["palette", "color", "paint", "painter", "picture", "board", "artist", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "eb01" - }, - "panorama-horizontal-off": { - "name": "panorama-horizontal-off", - "category": "Photography", - "tags": ["panorama", "horizontal", "off", "photo", "picture", "panoramic", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f417" - }, - "panorama-horizontal": { - "name": "panorama-horizontal", - "category": "Photography", - "tags": ["panorama", "horizontal", "photo", "picture", "panoramic", "icon", "stroke", "outline"], - "version": "1.27", - "unicode": "ed33" - }, - "panorama-vertical-off": { - "name": "panorama-vertical-off", - "category": "Photography", - "tags": ["panorama", "vertical", "off", "photo", "picture", "panoramic", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f418" - }, - "panorama-vertical": { - "name": "panorama-vertical", - "category": "Photography", - "tags": ["panorama", "vertical", "photo", "picture", "panoramic", "icon", "stroke", "outline"], - "version": "1.27", - "unicode": "ed34" - }, - "paper-bag-off": { - "name": "paper-bag-off", - "category": "Food", - "tags": ["paper", "bag", "off", "recycle", "shopping", "ecology", "food", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f16f" - }, - "paper-bag": { - "name": "paper-bag", - "category": "Food", - "tags": ["paper", "bag", "recycle", "shopping", "ecology", "food", "icon", "stroke", "outline"], - "version": "1.55", - "unicode": "f02f" - }, - "paperclip": { - "name": "paperclip", - "category": "", - "tags": ["paperclip", "attachment", "annex", "hold", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb02" - }, - "parachute-off": { - "name": "parachute-off", - "category": "Vehicles", - "tags": ["parachute", "off", "plane", "aircraft", "land", "float", "pilot", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f170" - }, - "parachute": { - "name": "parachute", - "category": "Vehicles", - "tags": ["parachute", "plane", "aircraft", "land", "float", "pilot", "icon", "stroke", "outline"], - "version": "1.33", - "unicode": "ed7c" - }, - "parentheses-off": { - "name": "parentheses-off", - "category": "Math", - "tags": ["parentheses", "off", "brackets", "aside", "punctuation", "mark", "insert", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f171" - }, - "parentheses": { - "name": "parentheses", - "category": "Math", - "tags": ["parentheses", "brackets", "aside", "punctuation", "mark", "insert", "icon", "stroke", "outline"], - "version": "1.6", - "unicode": "ebd8" - }, - "parking-circle": { - "name": "parking-circle", - "category": "", - "tags": ["parking", "circle", "parking", "parking-lot", "circle-parking", "vehicle-parking", "parking-zone", "parking-area", "parking-circle", "car-park", "round-parking", "circle-lot", "icon", "stroke", "outline"], - "version": "2.43", - "unicode": "fd5a" - }, - "parking-off": { - "name": "parking-off", - "category": "Map", - "tags": ["parking", "off", "sign", "car", "vehicle", "space", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f172" - }, - "parking": { - "name": "parking", - "category": "Map", - "tags": ["parking", "sign", "car", "vehicle", "space", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb03" - }, - "password-fingerprint": { - "name": "password-fingerprint", - "category": "System", - "tags": ["password", "fingerprint", "icon", "stroke", "outline"], - "version": "2.34", - "unicode": "fc7b" - }, - "password-mobile-phone": { - "name": "password-mobile-phone", - "category": "System", - "tags": ["password", "mobile", "phone", "icon", "stroke", "outline"], - "version": "2.34", - "unicode": "fc7c" - }, - "password-user": { - "name": "password-user", - "category": "System", - "tags": ["password", "user", "icon", "stroke", "outline"], - "version": "2.34", - "unicode": "fc7d" - }, - "password": { - "name": "password", - "category": "System", - "tags": ["password", "lock", "secure", "privacy", "locked", "login", "icon", "stroke", "outline"], - "version": "1.98", - "unicode": "f4ca" - }, - "paw-filled": { - "name": "paw-filled", - "category": "Filled", - "tags": ["paw", "filled", "animal", "dog", "cat", "foot", "pets", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f689" - }, - "paw-off": { - "name": "paw-off", - "category": "", - "tags": ["paw", "off", "animal", "dog", "cat", "foot", "pets", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f419" - }, - "paw": { - "name": "paw", - "category": "", - "tags": ["paw", "animal", "dog", "cat", "foot", "pets", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "eff9" - }, - "paywall": { - "name": "paywall", - "category": "", - "tags": ["paywall", "icon", "stroke", "outline"], - "version": "2.45", - "unicode": "fd7e" - }, - "pdf": { - "name": "pdf", - "category": "Extensions", - "tags": ["pdf", "file", "document", "type", "format", "extencion", "icon", "stroke", "outline"], - "version": "2.6", - "unicode": "f7ac" - }, - "peace": { - "name": "peace", - "category": "Symbols", - "tags": ["peace", "love", "hippy", "minority", "opinion", "equilibrium", "icon", "stroke", "outline"], - "version": "1.18", - "unicode": "ecbe" - }, - "pencil-bolt": { - "name": "pencil-bolt", - "category": "", - "tags": ["pencil", "bolt", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbfd" - }, - "pencil-cancel": { - "name": "pencil-cancel", - "category": "", - "tags": ["pencil", "cancel", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbfe" - }, - "pencil-check": { - "name": "pencil-check", - "category": "", - "tags": ["pencil", "check", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fbff" - }, - "pencil-code": { - "name": "pencil-code", - "category": "", - "tags": ["pencil", "code", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fc00" - }, - "pencil-cog": { - "name": "pencil-cog", - "category": "", - "tags": ["pencil", "cog", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fc01" - }, - "pencil-discount": { - "name": "pencil-discount", - "category": "", - "tags": ["pencil", "discount", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fc02" - }, - "pencil-dollar": { - "name": "pencil-dollar", - "category": "", - "tags": ["pencil", "dollar", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fc03" - }, - "pencil-down": { - "name": "pencil-down", - "category": "", - "tags": ["pencil", "down", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fc04" - }, - "pencil-exclamation": { - "name": "pencil-exclamation", - "category": "", - "tags": ["pencil", "exclamation", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fc05" - }, - "pencil-heart": { - "name": "pencil-heart", - "category": "", - "tags": ["pencil", "heart", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fc06" - }, - "pencil-minus": { - "name": "pencil-minus", - "category": "Design", - "tags": ["pencil", "minus", "dash", "edit", "marker", "delete", "remove", "icon", "stroke", "outline"], - "version": "1.69", - "unicode": "f1eb" - }, - "pencil-off": { - "name": "pencil-off", - "category": "Design", - "tags": ["pencil", "off", "write", "draft", "edit", "note", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f173" - }, - "pencil-pause": { - "name": "pencil-pause", - "category": "", - "tags": ["pencil", "pause", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fc07" - }, - "pencil-pin": { - "name": "pencil-pin", - "category": "", - "tags": ["pencil", "pin", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fc08" - }, - "pencil-plus": { - "name": "pencil-plus", - "category": "Design", - "tags": ["pencil", "plus", "add", "edit", "write", "create", "more", "icon", "stroke", "outline"], - "version": "1.69", - "unicode": "f1ec" - }, - "pencil-question": { - "name": "pencil-question", - "category": "", - "tags": ["pencil", "question", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fc09" - }, - "pencil-search": { - "name": "pencil-search", - "category": "", - "tags": ["pencil", "search", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fc0a" - }, - "pencil-share": { - "name": "pencil-share", - "category": "", - "tags": ["pencil", "share", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fc0b" - }, - "pencil-star": { - "name": "pencil-star", - "category": "", - "tags": ["pencil", "star", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fc0c" - }, - "pencil-up": { - "name": "pencil-up", - "category": "", - "tags": ["pencil", "up", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fc0d" - }, - "pencil-x": { - "name": "pencil-x", - "category": "", - "tags": ["pencil", "x", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fc0e" - }, - "pencil": { - "name": "pencil", - "category": "Design", - "tags": ["pencil", "write", "draft", "edit", "note", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "eb04" - }, - "pennant-2-filled": { - "name": "pennant-2-filled", - "category": "Filled", - "tags": ["pennant", "2", "filled", "flag", "ship", "sports", "championship", "mark", "spot", "winner", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f68a" - }, - "pennant-2": { - "name": "pennant-2", - "category": "Map", - "tags": ["pennant", "2", "flag", "ship", "sports", "championship", "mark", "spot", "winner", "icon", "stroke", "outline"], - "version": "1.58", - "unicode": "f06a" - }, - "pennant-filled": { - "name": "pennant-filled", - "category": "Filled", - "tags": ["pennant", "filled", "flag", "ship", "sports", "championship", "mark", "spot", "winner", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f68b" - }, - "pennant-off": { - "name": "pennant-off", - "category": "Map", - "tags": ["pennant", "off", "flag", "ship", "sports", "championship", "mark", "spot", "winner", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f174" - }, - "pennant": { - "name": "pennant", - "category": "Map", - "tags": ["pennant", "flag", "ship", "sports", "championship", "mark", "spot", "winner", "icon", "stroke", "outline"], - "version": "1.33", - "unicode": "ed7d" - }, - "pentagon-filled": { - "name": "pentagon-filled", - "category": "Filled", - "tags": ["pentagon", "filled", "shape", "figure", "math", "graphic", "geometry", "form", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f68c" - }, - "pentagon-number-0": { - "name": "pentagon-number-0", - "category": "Numbers", - "tags": ["pentagon", "number", "0", "icon", "stroke", "outline"], - "version": "2.34", - "unicode": "fc7e" - }, - "pentagon-number-1": { - "name": "pentagon-number-1", - "category": "Numbers", - "tags": ["pentagon", "number", "1", "icon", "stroke", "outline"], - "version": "2.34", - "unicode": "fc7f" - }, - "pentagon-number-2": { - "name": "pentagon-number-2", - "category": "Numbers", - "tags": ["pentagon", "number", "2", "icon", "stroke", "outline"], - "version": "2.34", - "unicode": "fc80" - }, - "pentagon-number-3": { - "name": "pentagon-number-3", - "category": "Numbers", - "tags": ["pentagon", "number", "3", "icon", "stroke", "outline"], - "version": "2.34", - "unicode": "fc81" - }, - "pentagon-number-4": { - "name": "pentagon-number-4", - "category": "Numbers", - "tags": ["pentagon", "number", "4", "icon", "stroke", "outline"], - "version": "2.34", - "unicode": "fc82" - }, - "pentagon-number-5": { - "name": "pentagon-number-5", - "category": "Numbers", - "tags": ["pentagon", "number", "5", "icon", "stroke", "outline"], - "version": "2.34", - "unicode": "fc83" - }, - "pentagon-number-6": { - "name": "pentagon-number-6", - "category": "Numbers", - "tags": ["pentagon", "number", "6", "icon", "stroke", "outline"], - "version": "2.34", - "unicode": "fc84" - }, - "pentagon-number-7": { - "name": "pentagon-number-7", - "category": "Numbers", - "tags": ["pentagon", "number", "7", "icon", "stroke", "outline"], - "version": "2.34", - "unicode": "fc85" - }, - "pentagon-number-8": { - "name": "pentagon-number-8", - "category": "Numbers", - "tags": ["pentagon", "number", "8", "icon", "stroke", "outline"], - "version": "2.34", - "unicode": "fc86" - }, - "pentagon-number-9": { - "name": "pentagon-number-9", - "category": "Numbers", - "tags": ["pentagon", "number", "9", "icon", "stroke", "outline"], - "version": "2.34", - "unicode": "fc87" - }, - "pentagon-off": { - "name": "pentagon-off", - "category": "Shapes", - "tags": ["pentagon", "off", "shape", "figure", "math", "graphic", "geometry", "form", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f41a" - }, - "pentagon-plus": { - "name": "pentagon-plus", - "category": "", - "tags": ["pentagon", "plus", "icon", "stroke", "outline"], - "version": "2.31", - "unicode": "fc49" - }, - "pentagon-x": { - "name": "pentagon-x", - "category": "", - "tags": ["pentagon", "x", "icon", "stroke", "outline"], - "version": "2.34", - "unicode": "fc88" - }, - "pentagon": { - "name": "pentagon", - "category": "Shapes", - "tags": ["pentagon", "shape", "figure", "math", "graphic", "geometry", "form", "icon", "stroke", "outline"], - "version": "1.51", - "unicode": "efe3" - }, - "pentagram": { - "name": "pentagram", - "category": "", - "tags": ["pentagram", "evil", "scary", "satanism", "halloween", "icon", "stroke", "outline"], - "version": "1.108", - "unicode": "f586" - }, - "pepper-off": { - "name": "pepper-off", - "category": "Food", - "tags": ["pepper", "off", "food", "spice", "chili", "jalapeño", "hot", "spicy", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f175" - }, - "pepper": { - "name": "pepper", - "category": "Food", - "tags": ["pepper", "food", "spice", "chili", "jalapeño", "hot", "spicy", "icon", "stroke", "outline"], - "version": "1.40", - "unicode": "ef15" - }, - "percentage": { - "name": "percentage", - "category": "Math", - "tags": ["percentage", "sign", "symbol", "math", "economics", "cash", "bank account", "chart", "graph", "diagram", "statistic", "icon", "stroke", "outline"], - "version": "1.22", - "unicode": "ecf4" - }, - "perfume": { - "name": "perfume", - "category": "", - "tags": ["perfume", "spray", "smell", "cosmetics", "beauty", "scent", "icon", "stroke", "outline"], - "version": "1.101", - "unicode": "f509" - }, - "perspective-off": { - "name": "perspective-off", - "category": "Shapes", - "tags": ["perspective", "off", "3d", "perspective", "transform", "reshape", "scale", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f176" - }, - "perspective": { - "name": "perspective", - "category": "Shapes", - "tags": ["perspective", "3d", "perspective", "transform", "reshape", "scale", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eebd" - }, - "phone-call": { - "name": "phone-call", - "category": "Devices", - "tags": ["phone", "call", "ring", "mobile", "conversation", "answer", "dial", "landline", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb05" - }, - "phone-calling": { - "name": "phone-calling", - "category": "Devices", - "tags": ["phone", "calling", "ring", "mobile", "conversation", "answer", "dial", "landline", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec43" - }, - "phone-check": { - "name": "phone-check", - "category": "Devices", - "tags": ["phone", "check", "ring", "mobile", "conversation", "answer", "dial", "landline", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec05" - }, - "phone-filled": { - "name": "phone-filled", - "category": "Filled", - "tags": ["phone", "filled", "call", "mobile", "conversation", "landline", "answer", "number", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa49" - }, - "phone-incoming": { - "name": "phone-incoming", - "category": "Devices", - "tags": ["phone", "incoming", "call", "answer", "mobile", "landline", "conversation", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb06" - }, - "phone-off": { - "name": "phone-off", - "category": "Devices", - "tags": ["phone", "off", "call", "mobile", "conversation", "landline", "answer", "number", "icon", "stroke", "outline"], - "version": "1.22", - "unicode": "ecf5" - }, - "phone-outgoing": { - "name": "phone-outgoing", - "category": "Devices", - "tags": ["phone", "outgoing", "call", "signal", "mobile", "landline", "conversation", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb07" - }, - "phone-pause": { - "name": "phone-pause", - "category": "Devices", - "tags": ["phone", "pause", "call", "mute", "mobile", "landline", "conversation", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb08" - }, - "phone-plus": { - "name": "phone-plus", - "category": "Devices", - "tags": ["phone", "plus", "call", "signal", "mobile", "landline", "conversation", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec06" - }, - "phone-x": { - "name": "phone-x", - "category": "Devices", - "tags": ["phone", "x", "ring", "mobile", "conversation", "answer", "dial", "landline", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec07" - }, - "phone": { - "name": "phone", - "category": "Devices", - "tags": ["phone", "call", "mobile", "conversation", "landline", "answer", "number", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb09" - }, - "photo-ai": { - "name": "photo-ai", - "category": "Media", - "tags": ["photo", "ai", "icon", "stroke", "outline"], - "version": "2.14", - "unicode": "fa32" - }, - "photo-bolt": { - "name": "photo-bolt", - "category": "Media", - "tags": ["photo", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f990" - }, - "photo-cancel": { - "name": "photo-cancel", - "category": "Media", - "tags": ["photo", "cancel", "delete", "gallery", "image", "icon", "stroke", "outline"], - "version": "1.89", - "unicode": "f35d" - }, - "photo-check": { - "name": "photo-check", - "category": "Media", - "tags": ["photo", "check", "success", "complete", "image", "gallery", "icon", "stroke", "outline"], - "version": "1.89", - "unicode": "f35e" - }, - "photo-circle-minus": { - "name": "photo-circle-minus", - "category": "Media", - "tags": ["photo", "circle", "minus", "icon", "stroke", "outline"], - "version": "2.32", - "unicode": "fc62" - }, - "photo-circle-plus": { - "name": "photo-circle-plus", - "category": "Media", - "tags": ["photo", "circle", "plus", "icon", "stroke", "outline"], - "version": "2.32", - "unicode": "fc63" - }, - "photo-circle": { - "name": "photo-circle", - "category": "", - "tags": ["photo", "circle", "icon", "stroke", "outline"], - "version": "2.31", - "unicode": "fc4a" - }, - "photo-code": { - "name": "photo-code", - "category": "Media", - "tags": ["photo", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f991" - }, - "photo-cog": { - "name": "photo-cog", - "category": "Media", - "tags": ["photo", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f992" - }, - "photo-dollar": { - "name": "photo-dollar", - "category": "Media", - "tags": ["photo", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f993" - }, - "photo-down": { - "name": "photo-down", - "category": "Media", - "tags": ["photo", "down", "image", "gallery", "download", "arrow", "south", "icon", "stroke", "outline"], - "version": "1.89", - "unicode": "f35f" - }, - "photo-edit": { - "name": "photo-edit", - "category": "Media", - "tags": ["photo", "edit", "image", "gallery", "tool", "create", "icon", "stroke", "outline"], - "version": "1.89", - "unicode": "f360" - }, - "photo-exclamation": { - "name": "photo-exclamation", - "category": "Media", - "tags": ["photo", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f994" - }, - "photo-filled": { - "name": "photo-filled", - "category": "Filled", - "tags": ["photo", "filled", "image", "picture", "landscape", "camera", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa4a" - }, - "photo-heart": { - "name": "photo-heart", - "category": "Media", - "tags": ["photo", "heart", "image", "gallery", "love", "romance", "wedding", "icon", "stroke", "outline"], - "version": "1.89", - "unicode": "f361" - }, - "photo-hexagon": { - "name": "photo-hexagon", - "category": "", - "tags": ["photo", "hexagon", "icon", "stroke", "outline"], - "version": "2.31", - "unicode": "fc4b" - }, - "photo-minus": { - "name": "photo-minus", - "category": "Media", - "tags": ["photo", "minus", "image", "gallery", "delete", "remove", "icon", "stroke", "outline"], - "version": "1.89", - "unicode": "f362" - }, - "photo-off": { - "name": "photo-off", - "category": "Media", - "tags": ["photo", "off", "image", "picture", "landscape", "camera", "icon", "stroke", "outline"], - "version": "1.22", - "unicode": "ecf6" - }, - "photo-pause": { - "name": "photo-pause", - "category": "Media", - "tags": ["photo", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f995" - }, - "photo-pentagon": { - "name": "photo-pentagon", - "category": "", - "tags": ["photo", "pentagon", "icon", "stroke", "outline"], - "version": "2.31", - "unicode": "fc4c" - }, - "photo-pin": { - "name": "photo-pin", - "category": "Media", - "tags": ["photo", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f996" - }, - "photo-plus": { - "name": "photo-plus", - "category": "Media", - "tags": ["photo", "plus", "image", "gallery", "add", "new", "icon", "stroke", "outline"], - "version": "1.89", - "unicode": "f363" - }, - "photo-question": { - "name": "photo-question", - "category": "Media", - "tags": ["photo", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f997" - }, - "photo-scan": { - "name": "photo-scan", - "category": "System", - "tags": ["photo", "scan", "image", "capture", "photograph", "picture", "snapshot", "scan-image", "photogrammetry", "visual-scan", "picture-analysis", "photo-analysis", "icon", "stroke", "outline"], - "version": "2.36", - "unicode": "fca8" - }, - "photo-search": { - "name": "photo-search", - "category": "Media", - "tags": ["photo", "search", "image", "gallery", "find", "zoom", "icon", "stroke", "outline"], - "version": "1.89", - "unicode": "f364" - }, - "photo-sensor-2": { - "name": "photo-sensor-2", - "category": "Photography", - "tags": ["photo", "sensor", "2", "focus", "lens", "photograpy", "camera", "icon", "stroke", "outline"], - "version": "2.5", - "unicode": "f796" - }, - "photo-sensor-3": { - "name": "photo-sensor-3", - "category": "Photography", - "tags": ["photo", "sensor", "3", "focus", "lens", "photograpy", "camera", "icon", "stroke", "outline"], - "version": "2.5", - "unicode": "f797" - }, - "photo-sensor": { - "name": "photo-sensor", - "category": "Photography", - "tags": ["photo", "sensor", "focus", "lens", "photograpy", "camera", "icon", "stroke", "outline"], - "version": "2.5", - "unicode": "f798" - }, - "photo-share": { - "name": "photo-share", - "category": "Media", - "tags": ["photo", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f998" - }, - "photo-shield": { - "name": "photo-shield", - "category": "Media", - "tags": ["photo", "shield", "image", "gallery", "safety", "secure", "icon", "stroke", "outline"], - "version": "1.89", - "unicode": "f365" - }, - "photo-square-rounded": { - "name": "photo-square-rounded", - "category": "", - "tags": ["photo", "square", "rounded", "icon", "stroke", "outline"], - "version": "2.31", - "unicode": "fc4d" - }, - "photo-star": { - "name": "photo-star", - "category": "Media", - "tags": ["photo", "star", "image", "gallery", "favourite", "best", "icon", "stroke", "outline"], - "version": "1.89", - "unicode": "f366" - }, - "photo-up": { - "name": "photo-up", - "category": "Media", - "tags": ["photo", "up", "image", "gallery", "load", "send", "arrow", "north", "icon", "stroke", "outline"], - "version": "1.91", - "unicode": "f38b" - }, - "photo-video": { - "name": "photo-video", - "category": "", - "tags": ["photo", "video", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc95" - }, - "photo-x": { - "name": "photo-x", - "category": "Media", - "tags": ["photo", "x", "image", "gallery", "delete", "remove", "icon", "stroke", "outline"], - "version": "1.89", - "unicode": "f367" - }, - "photo": { - "name": "photo", - "category": "Media", - "tags": ["photo", "image", "picture", "landscape", "camera", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb0a" - }, - "physotherapist": { - "name": "physotherapist", - "category": "Health", - "tags": ["physotherapist", "physiotherapy", "spa", "therapy", "treatment", "pain", "exercise", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eebe" - }, - "piano": { - "name": "piano", - "category": "", - "tags": ["piano", "icon", "stroke", "outline"], - "version": "2.22", - "unicode": "fad3" - }, - "pick": { - "name": "pick", - "category": "", - "tags": ["pick", "icon", "stroke", "outline"], - "version": "2.24", - "unicode": "fafc" - }, - "picture-in-picture-off": { - "name": "picture-in-picture-off", - "category": "Media", - "tags": ["picture", "in", "picture", "off", "size", "photo", "elements", "adjust", "image", "icon", "stroke", "outline"], - "version": "1.28", - "unicode": "ed43" - }, - "picture-in-picture-on": { - "name": "picture-in-picture-on", - "category": "Media", - "tags": ["picture", "in", "picture", "on", "size", "photo", "elements", "adjust", "image", "icon", "stroke", "outline"], - "version": "1.28", - "unicode": "ed44" - }, - "picture-in-picture-top": { - "name": "picture-in-picture-top", - "category": "Media", - "tags": ["picture", "in", "picture", "top", "browser", "shape", "rectangle", "icon", "stroke", "outline"], - "version": "1.51", - "unicode": "efe4" - }, - "picture-in-picture": { - "name": "picture-in-picture", - "category": "Media", - "tags": ["picture", "in", "picture", "size", "photo", "elements", "adjust", "image", "icon", "stroke", "outline"], - "version": "1.27", - "unicode": "ed35" - }, - "pig-money": { - "name": "pig-money", - "category": "Animals", - "tags": ["pig", "money", "coin", "finance", "saving", "bank", "icon", "stroke", "outline"], - "version": "1.91", - "unicode": "f38c" - }, - "pig-off": { - "name": "pig-off", - "category": "Animals", - "tags": ["pig", "off", "animal", "farm", "pork", "mud", "pink", "piggy", "bank", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f177" - }, - "pig": { - "name": "pig", - "category": "Animals", - "tags": ["pig", "animal", "farm", "pork", "mud", "pink", "piggy", "bank", "icon", "stroke", "outline"], - "version": "1.43", - "unicode": "ef52" - }, - "pilcrow-left": { - "name": "pilcrow-left", - "category": "", - "tags": ["pilcrow", "left", "icon", "stroke", "outline"], - "version": "2.45", - "unicode": "fd7f" - }, - "pilcrow-right": { - "name": "pilcrow-right", - "category": "", - "tags": ["pilcrow", "right", "icon", "stroke", "outline"], - "version": "2.45", - "unicode": "fd80" - }, - "pilcrow": { - "name": "pilcrow", - "category": "Text", - "tags": ["pilcrow", "paragraph", "letter", "text", "symbol", "icon", "stroke", "outline"], - "version": "1.113", - "unicode": "f5f6" - }, - "pill-off": { - "name": "pill-off", - "category": "Health", - "tags": ["pill", "off", "drug", "medication", "illness", "sickness", "doctor", "prescription", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f178" - }, - "pill": { - "name": "pill", - "category": "Health", - "tags": ["pill", "drug", "medication", "illness", "sickness", "doctor", "prescription", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "ec44" - }, - "pills": { - "name": "pills", - "category": "Health", - "tags": ["pills", "drug", "medication", "illness", "sickness", "doctor", "prescription", "icon", "stroke", "outline"], - "version": "1.44", - "unicode": "ef66" - }, - "pin-end": { - "name": "pin-end", - "category": "", - "tags": ["pin", "end", "pin", "location-pin", "map-pin", "marker", "place-pin", "destination-pin", "end-pin", "point", "position-pin", "mark-end", "icon", "stroke", "outline"], - "version": "2.43", - "unicode": "fd5b" - }, - "pin-filled": { - "name": "pin-filled", - "category": "Filled", - "tags": ["pin", "filled", "thing", "localization", "maps", "clip", "place", "location", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f68d" - }, - "pin-invoke": { - "name": "pin-invoke", - "category": "", - "tags": ["pin", "invoke", "pin", "location-pin", "map-pin", "marker", "place-pin", "invoke-pin", "trigger-pin", "point", "position-pin", "invoke-mark", "icon", "stroke", "outline"], - "version": "2.43", - "unicode": "fd5c" - }, - "pin": { - "name": "pin", - "category": "Map", - "tags": ["pin", "thing", "localization", "maps", "clip", "place", "location", "icon", "stroke", "outline"], - "version": "1.16", - "unicode": "ec9c" - }, - "ping-pong": { - "name": "ping-pong", - "category": "Sport", - "tags": ["ping", "pong", "table", "tennis", "ball", "sport", "racket", "icon", "stroke", "outline"], - "version": "1.91", - "unicode": "f38d" - }, - "pinned-filled": { - "name": "pinned-filled", - "category": "Filled", - "tags": ["pinned", "filled", "board", "attach", "nail", "pointed", "corkboard", "favourite", "noticeboard", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f68e" - }, - "pinned-off": { - "name": "pinned-off", - "category": "Map", - "tags": ["pinned", "off", "board", "attach", "nail", "pointed", "corkboard", "favourite", "noticeboard", "icon", "stroke", "outline"], - "version": "1.31", - "unicode": "ed5f" - }, - "pinned": { - "name": "pinned", - "category": "Map", - "tags": ["pinned", "board", "attach", "nail", "pointed", "corkboard", "favourite", "noticeboard", "icon", "stroke", "outline"], - "version": "1.31", - "unicode": "ed60" - }, - "pizza-off": { - "name": "pizza-off", - "category": "Food", - "tags": ["pizza", "off", "food", "cheese", "italy", "pepperoni", "margherita", "capricciosa", "rucole", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f179" - }, - "pizza": { - "name": "pizza", - "category": "Food", - "tags": ["pizza", "food", "cheese", "italy", "pepperoni", "margherita", "capricciosa", "rucole", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edbb" - }, - "placeholder": { - "name": "placeholder", - "category": "", - "tags": ["placeholder", "input", "form", "icon", "stroke", "outline"], - "version": "1.116", - "unicode": "f626" - }, - "plane-arrival": { - "name": "plane-arrival", - "category": "Vehicles", - "tags": ["plane", "arrival", "travel", "land", "journey", "trip", "airport", "baggage", "luggage", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb99" - }, - "plane-departure": { - "name": "plane-departure", - "category": "Vehicles", - "tags": ["plane", "departure", "travel", "take off", "journey", "trip", "airport", "baggage", "luggage", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb9a" - }, - "plane-inflight": { - "name": "plane-inflight", - "category": "Vehicles", - "tags": ["plane", "inflight", "travel", "vacation", "summer", "sea", "ocean", "skies", "clouds", "icon", "stroke", "outline"], - "version": "1.47", - "unicode": "ef98" - }, - "plane-off": { - "name": "plane-off", - "category": "Vehicles", - "tags": ["plane", "off", "travel", "journey", "trip", "airport", "baggage", "luggage", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f17a" - }, - "plane-tilt": { - "name": "plane-tilt", - "category": "Vehicles", - "tags": ["plane", "tilt", "up", "higher", "north", "travel", "icon", "stroke", "outline"], - "version": "1.69", - "unicode": "f1ed" - }, - "plane": { - "name": "plane", - "category": "Vehicles", - "tags": ["plane", "travel", "journey", "trip", "airport", "baggage", "luggage", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb6f" - }, - "planet-off": { - "name": "planet-off", - "category": "Map", - "tags": ["planet", "off", "earth", "uranus", "universe", "space", "galaxy", "orbit", "atmosphere", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f17b" - }, - "planet": { - "name": "planet", - "category": "Map", - "tags": ["planet", "earth", "uranus", "universe", "space", "galaxy", "orbit", "atmosphere", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec08" - }, - "plant-2-off": { - "name": "plant-2-off", - "category": "Nature", - "tags": ["plant", "2", "off", "nature", "green", "flower", "pot", "tree", "leaf", "greenery", "root", "stem", "seed", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f17c" - }, - "plant-2": { - "name": "plant-2", - "category": "Nature", - "tags": ["plant", "2", "nature", "green", "flower", "pot", "tree", "leaf", "greenery", "root", "stem", "seed", "icon", "stroke", "outline"], - "version": "1.33", - "unicode": "ed7e" - }, - "plant-off": { - "name": "plant-off", - "category": "Nature", - "tags": ["plant", "off", "nature", "green", "flower", "pot", "tree", "leaf", "greenery", "root", "stem", "seed", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f17d" - }, - "plant": { - "name": "plant", - "category": "Nature", - "tags": ["plant", "nature", "green", "flower", "pot", "tree", "leaf", "greenery", "root", "stem", "seed", "icon", "stroke", "outline"], - "version": "1.29", - "unicode": "ed50" - }, - "play-basketball": { - "name": "play-basketball", - "category": "Sport", - "tags": ["play", "basketball", "icon", "stroke", "outline"], - "version": "2.17", - "unicode": "fa66" - }, - "play-card-off": { - "name": "play-card-off", - "category": "Games", - "tags": ["play", "card", "off", "game", "magic", "trick", "casino", "entertainment", "spade", "heart", "diamond", "club", "playing", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f17e" - }, - "play-card": { - "name": "play-card", - "category": "Games", - "tags": ["play", "card", "game", "magic", "trick", "casino", "entertainment", "spade", "heart", "diamond", "club", "playing", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eebf" - }, - "play-football": { - "name": "play-football", - "category": "Sport", - "tags": ["play", "football", "icon", "stroke", "outline"], - "version": "2.17", - "unicode": "fa67" - }, - "play-handball": { - "name": "play-handball", - "category": "Sport", - "tags": ["play", "handball", "icon", "stroke", "outline"], - "version": "2.17", - "unicode": "fa68" - }, - "play-volleyball": { - "name": "play-volleyball", - "category": "Sport", - "tags": ["play", "volleyball", "icon", "stroke", "outline"], - "version": "2.17", - "unicode": "fa69" - }, - "player-eject-filled": { - "name": "player-eject-filled", - "category": "Filled", - "tags": ["player", "eject", "filled", "media", "multimedia", "music", "audio", "control", "figures", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f68f" - }, - "player-eject": { - "name": "player-eject", - "category": "Media", - "tags": ["player", "eject", "media", "multimedia", "music", "audio", "control", "figures", "icon", "stroke", "outline"], - "version": "1.49", - "unicode": "efbc" - }, - "player-pause-filled": { - "name": "player-pause-filled", - "category": "Filled", - "tags": ["player", "pause", "filled", "video", "film", "music", "player", "stop", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f690" - }, - "player-pause": { - "name": "player-pause", - "category": "Media", - "tags": ["player", "pause", "video", "film", "music", "player", "stop", "icon", "stroke", "outline"], - "version": "1.28", - "unicode": "ed45" - }, - "player-play-filled": { - "name": "player-play-filled", - "category": "Filled", - "tags": ["player", "play", "filled", "start", "video", "film", "music", "player", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f691" - }, - "player-play": { - "name": "player-play", - "category": "Media", - "tags": ["player", "play", "start", "video", "film", "music", "player", "icon", "stroke", "outline"], - "version": "1.28", - "unicode": "ed46" - }, - "player-record-filled": { - "name": "player-record-filled", - "category": "Filled", - "tags": ["player", "record", "filled", "music", "song", "playlist", "melody", "device", "voice", "recorder", "dictation", "machine", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f692" - }, - "player-record": { - "name": "player-record", - "category": "Media", - "tags": ["player", "record", "music", "song", "playlist", "melody", "device", "voice", "recorder", "dictation", "machine", "icon", "stroke", "outline"], - "version": "1.28", - "unicode": "ed47" - }, - "player-skip-back-filled": { - "name": "player-skip-back-filled", - "category": "Filled", - "tags": ["player", "skip", "back", "filled", "button", "player", "video", "film", "music", "cancel", "rewind", "reverse", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f693" - }, - "player-skip-back": { - "name": "player-skip-back", - "category": "Media", - "tags": ["player", "skip", "back", "button", "player", "video", "film", "music", "cancel", "rewind", "reverse", "icon", "stroke", "outline"], - "version": "1.28", - "unicode": "ed48" - }, - "player-skip-forward-filled": { - "name": "player-skip-forward-filled", - "category": "Filled", - "tags": ["player", "skip", "forward", "filled", "button", "player", "video", "film", "music", "omit", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f694" - }, - "player-skip-forward": { - "name": "player-skip-forward", - "category": "Media", - "tags": ["player", "skip", "forward", "button", "player", "video", "film", "music", "omit", "icon", "stroke", "outline"], - "version": "1.28", - "unicode": "ed49" - }, - "player-stop-filled": { - "name": "player-stop-filled", - "category": "Filled", - "tags": ["player", "stop", "filled", "music", "song", "playlist", "melody", "device", "voice", "silence", "break", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f695" - }, - "player-stop": { - "name": "player-stop", - "category": "Media", - "tags": ["player", "stop", "music", "song", "playlist", "melody", "device", "voice", "silence", "break", "icon", "stroke", "outline"], - "version": "1.28", - "unicode": "ed4a" - }, - "player-track-next-filled": { - "name": "player-track-next-filled", - "category": "Filled", - "tags": ["player", "track", "next", "filled", "music", "forward", "play", "song", "playlist", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f696" - }, - "player-track-next": { - "name": "player-track-next", - "category": "Media", - "tags": ["player", "track", "next", "music", "forward", "play", "song", "playlist", "icon", "stroke", "outline"], - "version": "1.28", - "unicode": "ed4b" - }, - "player-track-prev-filled": { - "name": "player-track-prev-filled", - "category": "Filled", - "tags": ["player", "track", "prev", "filled", "music", "forward", "play", "song", "playlist", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f697" - }, - "player-track-prev": { - "name": "player-track-prev", - "category": "Media", - "tags": ["player", "track", "prev", "music", "forward", "play", "song", "playlist", "icon", "stroke", "outline"], - "version": "1.28", - "unicode": "ed4c" - }, - "playlist-add": { - "name": "playlist-add", - "category": "", - "tags": ["playlist", "add", "music", "spotify", "new", "create", "library", "album", "icon", "stroke", "outline"], - "version": "1.53", - "unicode": "f008" - }, - "playlist-off": { - "name": "playlist-off", - "category": "Media", - "tags": ["playlist", "off", "music", "song", "artist", "spotify", "track", "play", "record", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f17f" - }, - "playlist-x": { - "name": "playlist-x", - "category": "Media", - "tags": ["playlist", "x", "false", "delete", "remove", "icon", "stroke", "outline"], - "version": "1.53", - "unicode": "f009" - }, - "playlist": { - "name": "playlist", - "category": "Media", - "tags": ["playlist", "music", "song", "artist", "spotify", "track", "play", "record", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eec0" - }, - "playstation-circle": { - "name": "playstation-circle", - "category": "Devices", - "tags": ["playstation", "circle", "controller", "console", "shape", "joystick", "icon", "stroke", "outline"], - "version": "1.80", - "unicode": "f2ad" - }, - "playstation-square": { - "name": "playstation-square", - "category": "Devices", - "tags": ["playstation", "square", "controller", "console", "shape", "joystick", "icon", "stroke", "outline"], - "version": "1.80", - "unicode": "f2ae" - }, - "playstation-triangle": { - "name": "playstation-triangle", - "category": "Devices", - "tags": ["playstation", "triangle", "controller", "console", "shape", "joystick", "icon", "stroke", "outline"], - "version": "1.80", - "unicode": "f2af" - }, - "playstation-x": { - "name": "playstation-x", - "category": "Devices", - "tags": ["playstation", "x", "controller", "console", "shape", "joystick", "icon", "stroke", "outline"], - "version": "1.80", - "unicode": "f2b0" - }, - "plug-connected-x": { - "name": "plug-connected-x", - "category": "Devices", - "tags": ["plug", "connected", "x", "unfasten", "unplug", "disconnect", "icon", "stroke", "outline"], - "version": "1.61", - "unicode": "f0a0" - }, - "plug-connected": { - "name": "plug-connected", - "category": "Devices", - "tags": ["plug", "connected", "power", "electricy", "cable", "socket", "icon", "stroke", "outline"], - "version": "1.53", - "unicode": "f00a" - }, - "plug-off": { - "name": "plug-off", - "category": "Devices", - "tags": ["plug", "off", "electricity", "charger", "socket", "connection", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f180" - }, - "plug-x": { - "name": "plug-x", - "category": "Devices", - "tags": ["plug", "x", "electricity", "charger", "socket", "connection", "discharge", "end charging", "charge off", "icon", "stroke", "outline"], - "version": "1.61", - "unicode": "f0a1" - }, - "plug": { - "name": "plug", - "category": "Devices", - "tags": ["plug", "electricity", "charger", "socket", "connection", "icon", "stroke", "outline"], - "version": "1.6", - "unicode": "ebd9" - }, - "plus-equal": { - "name": "plus-equal", - "category": "Math", - "tags": ["plus", "equal", "math", "sign", "adding", "equation", "icon", "stroke", "outline"], - "version": "2.6", - "unicode": "f7ad" - }, - "plus-minus": { - "name": "plus-minus", - "category": "Math", - "tags": ["plus", "minus", "math", "sign", "adding", "subtraction", "icon", "stroke", "outline"], - "version": "2.6", - "unicode": "f7ae" - }, - "plus": { - "name": "plus", - "category": "Math", - "tags": ["plus", "add", "create", "new", "+", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb0b" - }, - "png": { - "name": "png", - "category": "Extensions", - "tags": ["png", "file", "format", "type", "document", "filetype", "icon", "stroke", "outline"], - "version": "1.93", - "unicode": "f3ad" - }, - "podium-off": { - "name": "podium-off", - "category": "", - "tags": ["podium", "off", "speach", "microphone", "conference", "politics", "audience", "presentation", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f41b" - }, - "podium": { - "name": "podium", - "category": "", - "tags": ["podium", "speach", "microphone", "conference", "politics", "audience", "presentation", "icon", "stroke", "outline"], - "version": "1.68", - "unicode": "f1d8" - }, - "point-filled": { - "name": "point-filled", - "category": "Filled", - "tags": ["point", "filled", "dot", "label", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f698" - }, - "point-off": { - "name": "point-off", - "category": "", - "tags": ["point", "off", "dot", "label", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f181" - }, - "point": { - "name": "point", - "category": "", - "tags": ["point", "dot", "label", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb0c" - }, - "pointer-bolt": { - "name": "pointer-bolt", - "category": "System", - "tags": ["pointer", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f999" - }, - "pointer-cancel": { - "name": "pointer-cancel", - "category": "System", - "tags": ["pointer", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f99a" - }, - "pointer-check": { - "name": "pointer-check", - "category": "System", - "tags": ["pointer", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f99b" - }, - "pointer-code": { - "name": "pointer-code", - "category": "System", - "tags": ["pointer", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f99c" - }, - "pointer-cog": { - "name": "pointer-cog", - "category": "System", - "tags": ["pointer", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f99d" - }, - "pointer-dollar": { - "name": "pointer-dollar", - "category": "System", - "tags": ["pointer", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f99e" - }, - "pointer-down": { - "name": "pointer-down", - "category": "System", - "tags": ["pointer", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f99f" - }, - "pointer-exclamation": { - "name": "pointer-exclamation", - "category": "System", - "tags": ["pointer", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9a0" - }, - "pointer-filled": { - "name": "pointer-filled", - "category": "Filled", - "tags": ["pointer", "filled", "icon", "stroke", "outline"], - "version": "2.26", - "unicode": "fb30" - }, - "pointer-heart": { - "name": "pointer-heart", - "category": "System", - "tags": ["pointer", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9a1" - }, - "pointer-minus": { - "name": "pointer-minus", - "category": "System", - "tags": ["pointer", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9a2" - }, - "pointer-off": { - "name": "pointer-off", - "category": "System", - "tags": ["pointer", "off", "cursor", "mouse", "point", "click", "arrow", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9a3" - }, - "pointer-pause": { - "name": "pointer-pause", - "category": "System", - "tags": ["pointer", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9a4" - }, - "pointer-pin": { - "name": "pointer-pin", - "category": "System", - "tags": ["pointer", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9a5" - }, - "pointer-plus": { - "name": "pointer-plus", - "category": "System", - "tags": ["pointer", "plus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9a6" - }, - "pointer-question": { - "name": "pointer-question", - "category": "System", - "tags": ["pointer", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9a7" - }, - "pointer-search": { - "name": "pointer-search", - "category": "System", - "tags": ["pointer", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9a8" - }, - "pointer-share": { - "name": "pointer-share", - "category": "System", - "tags": ["pointer", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9a9" - }, - "pointer-star": { - "name": "pointer-star", - "category": "System", - "tags": ["pointer", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9aa" - }, - "pointer-up": { - "name": "pointer-up", - "category": "System", - "tags": ["pointer", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9ab" - }, - "pointer-x": { - "name": "pointer-x", - "category": "System", - "tags": ["pointer", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9ac" - }, - "pointer": { - "name": "pointer", - "category": "System", - "tags": ["pointer", "cursor", "mouse", "point", "click", "arrow", "icon", "stroke", "outline"], - "version": "1.76", - "unicode": "f265" - }, - "pokeball-off": { - "name": "pokeball-off", - "category": "Map", - "tags": ["pokeball", "off", "pokemon", "go", "catch", "game", "play", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f41c" - }, - "pokeball": { - "name": "pokeball", - "category": "Map", - "tags": ["pokeball", "pokemon", "go", "catch", "game", "play", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eec1" - }, - "poker-chip": { - "name": "poker-chip", - "category": "Games", - "tags": ["poker", "chip", "casino", "game", "money", "gambling", "icon", "stroke", "outline"], - "version": "1.102", - "unicode": "f515" - }, - "polaroid-filled": { - "name": "polaroid-filled", - "category": "Filled", - "tags": ["polaroid", "filled", "picture", "photo", "camera", "polarization", "develop", "film", "lens", "icon", "stroke", "outline"], - "version": "2.15", - "unicode": "fa4b" - }, - "polaroid": { - "name": "polaroid", - "category": "Photography", - "tags": ["polaroid", "picture", "photo", "camera", "polarization", "develop", "film", "lens", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eec2" - }, - "polygon-off": { - "name": "polygon-off", - "category": "Design", - "tags": ["polygon", "off", "shape", "form", "geometry", "circle", "line", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f182" - }, - "polygon": { - "name": "polygon", - "category": "Design", - "tags": ["polygon", "shape", "form", "geometry", "circle", "line", "icon", "stroke", "outline"], - "version": "1.50", - "unicode": "efd0" - }, - "poo": { - "name": "poo", - "category": "", - "tags": ["poo", "poop", "shit", "crap", "toilet", "icon", "stroke", "outline"], - "version": "1.75", - "unicode": "f258" - }, - "pool-off": { - "name": "pool-off", - "category": "Sport", - "tags": ["pool", "off", "swim", "water", "swimmer", "holiday", "swimming", "vacation", "relax", "sport", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f41d" - }, - "pool": { - "name": "pool", - "category": "Sport", - "tags": ["pool", "swim", "water", "swimmer", "holiday", "swimming", "vacation", "relax", "sport", "icon", "stroke", "outline"], - "version": "1.34", - "unicode": "ed91" - }, - "power": { - "name": "power", - "category": "Devices", - "tags": ["power", "on", "off", "turn on", "turn off", "electricity", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb0d" - }, - "pray": { - "name": "pray", - "category": "", - "tags": ["pray", "religion", "faith", "christianity", "islam", "buddhism", "judaism", "icon", "stroke", "outline"], - "version": "1.18", - "unicode": "ecbf" - }, - "premium-rights": { - "name": "premium-rights", - "category": "", - "tags": ["premium", "rights", "money", "work", "job", "cash", "dollar", "icon", "stroke", "outline"], - "version": "1.49", - "unicode": "efbd" - }, - "prescription": { - "name": "prescription", - "category": "Health", - "tags": ["prescription", "doctor", "pharmacy", "drug", "pills", "medical", "disease", "icon", "stroke", "outline"], - "version": "1.47", - "unicode": "ef99" - }, - "presentation-analytics": { - "name": "presentation-analytics", - "category": "Document", - "tags": ["presentation", "analytics", "slideshow", "display", "exhibition", "speech", "topic", "conference", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eec3" - }, - "presentation-off": { - "name": "presentation-off", - "category": "Document", - "tags": ["presentation", "off", "slideshow", "display", "exhibition", "speech", "topic", "conference", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f183" - }, - "presentation": { - "name": "presentation", - "category": "Document", - "tags": ["presentation", "slideshow", "display", "exhibition", "speech", "topic", "conference", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb70" - }, - "printer-off": { - "name": "printer-off", - "category": "Devices", - "tags": ["printer", "off", "fax", "office", "device", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f184" - }, - "printer": { - "name": "printer", - "category": "Devices", - "tags": ["printer", "fax", "office", "device", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb0e" - }, - "prism-off": { - "name": "prism-off", - "category": "Shapes", - "tags": ["prism", "off", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "faaf" - }, - "prism-plus": { - "name": "prism-plus", - "category": "Shapes", - "tags": ["prism", "plus", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fab0" - }, - "prism": { - "name": "prism", - "category": "Shapes", - "tags": ["prism", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fab1" - }, - "prison": { - "name": "prison", - "category": "Map", - "tags": ["prison", "jail", "policeman", "police", "cop", "handcuff", "arrest", "prisoner", "thief", "icon", "stroke", "outline"], - "version": "1.45", - "unicode": "ef79" - }, - "progress-alert": { - "name": "progress-alert", - "category": "System", - "tags": ["progress", "alert", "icon", "stroke", "outline"], - "version": "2.12", - "unicode": "fa07" - }, - "progress-bolt": { - "name": "progress-bolt", - "category": "System", - "tags": ["progress", "bolt", "icon", "stroke", "outline"], - "version": "2.12", - "unicode": "fa08" - }, - "progress-check": { - "name": "progress-check", - "category": "System", - "tags": ["progress", "check", "icon", "stroke", "outline"], - "version": "2.12", - "unicode": "fa09" - }, - "progress-down": { - "name": "progress-down", - "category": "System", - "tags": ["progress", "down", "icon", "stroke", "outline"], - "version": "2.12", - "unicode": "fa0a" - }, - "progress-help": { - "name": "progress-help", - "category": "System", - "tags": ["progress", "help", "icon", "stroke", "outline"], - "version": "2.12", - "unicode": "fa0b" - }, - "progress-x": { - "name": "progress-x", - "category": "System", - "tags": ["progress", "x", "icon", "stroke", "outline"], - "version": "2.12", - "unicode": "fa0c" - }, - "progress": { - "name": "progress", - "category": "System", - "tags": ["progress", "icon", "stroke", "outline"], - "version": "2.12", - "unicode": "fa0d" - }, - "prompt": { - "name": "prompt", - "category": "", - "tags": ["prompt", "command line", "terminal", "code", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb0f" - }, - "prong": { - "name": "prong", - "category": "", - "tags": ["prong", "icon", "stroke", "outline"], - "version": "2.47", - "unicode": "fda1" - }, - "propeller-off": { - "name": "propeller-off", - "category": "", - "tags": ["propeller", "off", "rotate", "blade", "spiral", "air", "ship", "fan", "power", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f185" - }, - "propeller": { - "name": "propeller", - "category": "", - "tags": ["propeller", "rotate", "blade", "spiral", "air", "ship", "fan", "power", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eec4" - }, - "protocol": { - "name": "protocol", - "category": "", - "tags": ["protocol", "icon", "stroke", "outline"], - "version": "2.45", - "unicode": "fd81" - }, - "pumpkin-scary": { - "name": "pumpkin-scary", - "category": "", - "tags": ["pumpkin", "scary", "halloween", "horror", "spooky", "costume", "decoration", "icon", "stroke", "outline"], - "version": "1.108", - "unicode": "f587" - }, - "puzzle-2": { - "name": "puzzle-2", - "category": "Games", - "tags": ["puzzle", "2", "jigsaw", "extension", "add-on", "icon", "stroke", "outline"], - "version": "1.46", - "unicode": "ef83" - }, - "puzzle-filled": { - "name": "puzzle-filled", - "category": "Filled", - "tags": ["puzzle", "filled", "jigsaw", "extension", "add-on", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f699" - }, - "puzzle-off": { - "name": "puzzle-off", - "category": "Games", - "tags": ["puzzle", "off", "jigsaw", "extension", "add-on", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f186" - }, - "puzzle": { - "name": "puzzle", - "category": "Games", - "tags": ["puzzle", "jigsaw", "extension", "add-on", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb10" - }, - "pyramid-off": { - "name": "pyramid-off", - "category": "Shapes", - "tags": ["pyramid", "off", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f187" - }, - "pyramid-plus": { - "name": "pyramid-plus", - "category": "Shapes", - "tags": ["pyramid", "plus", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fab2" - }, - "pyramid": { - "name": "pyramid", - "category": "Shapes", - "tags": ["pyramid", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eec5" - }, - "qrcode-off": { - "name": "qrcode-off", - "category": "Devices", - "tags": ["qrcode", "off", "scan", "data", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f41e" - }, - "qrcode": { - "name": "qrcode", - "category": "Devices", - "tags": ["qrcode", "scan", "data", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb11" - }, - "question-mark": { - "name": "question-mark", - "category": "", - "tags": ["question", "mark", "sign", "symbol", "ask", "sentence", "word", "letters", "?", "icon", "stroke", "outline"], - "version": "1.16", - "unicode": "ec9d" - }, - "quote-off": { - "name": "quote-off", - "category": "Text", - "tags": ["quote", "off", "chat", "message", "text", "punctuation", "quotation", "comment", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f188" - }, - "quote": { - "name": "quote", - "category": "Text", - "tags": ["quote", "chat", "message", "text", "punctuation", "quotation", "comment", "icon", "stroke", "outline"], - "version": "1.49", - "unicode": "efbe" - }, - "quotes": { - "name": "quotes", - "category": "Text", - "tags": ["quotes", "chat", "message", "text", "punctuation", "quotation", "comment", "icon", "stroke", "outline"], - "version": "2.25", - "unicode": "fb1e" - }, - "radar-2": { - "name": "radar-2", - "category": "Map", - "tags": ["radar", "2", "location", "navigation", "gps", "find", "signal", "technology", "submarine", "icon", "stroke", "outline"], - "version": "1.54", - "unicode": "f016" - }, - "radar-off": { - "name": "radar-off", - "category": "Map", - "tags": ["radar", "off", "location", "navigation", "gps", "find", "signal", "technology", "submarine", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f41f" - }, - "radar": { - "name": "radar", - "category": "Map", - "tags": ["radar", "location", "navigation", "gps", "find", "signal", "technology", "submarine", "icon", "stroke", "outline"], - "version": "1.54", - "unicode": "f017" - }, - "radio-off": { - "name": "radio-off", - "category": "Media", - "tags": ["radio", "off", "music", "news", "sound", "broadcost", "communication", "station", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f420" - }, - "radio": { - "name": "radio", - "category": "Media", - "tags": ["radio", "music", "news", "sound", "broadcost", "communication", "station", "icon", "stroke", "outline"], - "version": "1.41", - "unicode": "ef2d" - }, - "radioactive-filled": { - "name": "radioactive-filled", - "category": "Filled", - "tags": ["radioactive", "filled", "dangerous", "precarious", "danger", "sign", "symbol", "warning", "caution", "chernobyl", "reactor", "atomic", "powerhouses", "generator", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f760" - }, - "radioactive-off": { - "name": "radioactive-off", - "category": "Symbols", - "tags": ["radioactive", "off", "dangerous", "precarious", "danger", "sign", "symbol", "warning", "caution", "chernobyl", "reactor", "atomic", "powerhouses", "generator", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f189" - }, - "radioactive": { - "name": "radioactive", - "category": "Symbols", - "tags": ["radioactive", "dangerous", "precarious", "danger", "sign", "symbol", "warning", "caution", "chernobyl", "reactor", "atomic", "powerhouses", "generator", "icon", "stroke", "outline"], - "version": "1.18", - "unicode": "ecc0" - }, - "radius-bottom-left": { - "name": "radius-bottom-left", - "category": "Design", - "tags": ["radius", "bottom", "left", "round", "corner", "rounded", "border", "css", "style", "bottom", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eec6" - }, - "radius-bottom-right": { - "name": "radius-bottom-right", - "category": "Design", - "tags": ["radius", "bottom", "right", "round", "corner", "rounded", "border", "css", "style", "top", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eec7" - }, - "radius-top-left": { - "name": "radius-top-left", - "category": "Design", - "tags": ["radius", "top", "left", "round", "corner", "rounded", "border", "css", "style", "bottom", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eec8" - }, - "radius-top-right": { - "name": "radius-top-right", - "category": "Design", - "tags": ["radius", "top", "right", "round", "corner", "rounded", "border", "css", "style", "top", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eec9" - }, - "rainbow-off": { - "name": "rainbow-off", - "category": "Weather", - "tags": ["rainbow", "off", "colorful", "weather", "colors", "colour", "nature", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f18a" - }, - "rainbow": { - "name": "rainbow", - "category": "Weather", - "tags": ["rainbow", "colorful", "weather", "colors", "colour", "nature", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edbc" - }, - "rating-12-plus": { - "name": "rating-12-plus", - "category": "Symbols", - "tags": ["rating", "12", "plus", "film", "video", "photo", "movie", "age", "limiter", "icon", "stroke", "outline"], - "version": "1.76", - "unicode": "f266" - }, - "rating-14-plus": { - "name": "rating-14-plus", - "category": "Symbols", - "tags": ["rating", "14", "plus", "film", "video", "photo", "movie", "age", "limiter", "icon", "stroke", "outline"], - "version": "1.76", - "unicode": "f267" - }, - "rating-16-plus": { - "name": "rating-16-plus", - "category": "Symbols", - "tags": ["rating", "16", "plus", "film", "video", "photo", "movie", "age", "limiter", "icon", "stroke", "outline"], - "version": "1.76", - "unicode": "f268" - }, - "rating-18-plus": { - "name": "rating-18-plus", - "category": "Symbols", - "tags": ["rating", "18", "plus", "film", "video", "photo", "movie", "age", "limiter", "icon", "stroke", "outline"], - "version": "1.76", - "unicode": "f269" - }, - "rating-21-plus": { - "name": "rating-21-plus", - "category": "Symbols", - "tags": ["rating", "21", "plus", "film", "video", "photo", "movie", "age", "limiter", "icon", "stroke", "outline"], - "version": "1.76", - "unicode": "f26a" - }, - "razor-electric": { - "name": "razor-electric", - "category": "Health", - "tags": ["razor", "electric", "shaver", "barber", "grooming", "beard", "moustache", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4b4" - }, - "razor": { - "name": "razor", - "category": "Health", - "tags": ["razor", "shaver", "barber", "grooming", "beard", "moustache", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4b5" - }, - "receipt-2": { - "name": "receipt-2", - "category": "Document", - "tags": ["receipt", "2", "bill", "restaurant", "shop", "price", "pay", "money", "total", "tax", "icon", "stroke", "outline"], - "version": "1.38", - "unicode": "edfa" - }, - "receipt-bitcoin": { - "name": "receipt-bitcoin", - "category": "E-commerce", - "tags": ["receipt", "bitcoin", "icon", "stroke", "outline"], - "version": "2.44", - "unicode": "fd66" - }, - "receipt-dollar": { - "name": "receipt-dollar", - "category": "E-commerce", - "tags": ["receipt", "dollar", "icon", "stroke", "outline"], - "version": "2.44", - "unicode": "fd67" - }, - "receipt-euro": { - "name": "receipt-euro", - "category": "E-commerce", - "tags": ["receipt", "euro", "icon", "stroke", "outline"], - "version": "2.44", - "unicode": "fd68" - }, - "receipt-off": { - "name": "receipt-off", - "category": "Document", - "tags": ["receipt", "off", "bill", "restaurant", "shop", "price", "pay", "money", "total", "tax", "icon", "stroke", "outline"], - "version": "1.38", - "unicode": "edfb" - }, - "receipt-pound": { - "name": "receipt-pound", - "category": "E-commerce", - "tags": ["receipt", "pound", "icon", "stroke", "outline"], - "version": "2.44", - "unicode": "fd69" - }, - "receipt-refund": { - "name": "receipt-refund", - "category": "Document", - "tags": ["receipt", "refund", "bill", "restaurant", "shop", "price", "pay", "money", "total", "give", "back", "return", "icon", "stroke", "outline"], - "version": "1.38", - "unicode": "edfc" - }, - "receipt-rupee": { - "name": "receipt-rupee", - "category": "", - "tags": ["receipt", "rupee", "icon", "stroke", "outline"], - "version": "2.45", - "unicode": "fd82" - }, - "receipt-tax": { - "name": "receipt-tax", - "category": "Document", - "tags": ["receipt", "tax", "income", "percentage", "money", "finance", "charge", "obligation", "taxpayer", "vat", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "edbd" - }, - "receipt-yen": { - "name": "receipt-yen", - "category": "E-commerce", - "tags": ["receipt", "yen", "icon", "stroke", "outline"], - "version": "2.44", - "unicode": "fd6a" - }, - "receipt-yuan": { - "name": "receipt-yuan", - "category": "E-commerce", - "tags": ["receipt", "yuan", "icon", "stroke", "outline"], - "version": "2.44", - "unicode": "fd6b" - }, - "receipt": { - "name": "receipt", - "category": "Document", - "tags": ["receipt", "bill", "restaurant", "shop", "price", "pay", "money", "total", "tax", "icon", "stroke", "outline"], - "version": "1.38", - "unicode": "edfd" - }, - "recharging": { - "name": "recharging", - "category": "", - "tags": ["recharging", "battery", "power", "charge", "socket", "electricity", "device", "phone", "laptop", "low", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeca" - }, - "record-mail-off": { - "name": "record-mail-off", - "category": "", - "tags": ["record", "mail", "off", "voice", "voicemail", "message", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f18b" - }, - "record-mail": { - "name": "record-mail", - "category": "", - "tags": ["record", "mail", "voice", "voicemail", "message", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "eb12" - }, - "rectangle-filled": { - "name": "rectangle-filled", - "category": "Filled", - "tags": ["rectangle", "filled", "shape", "geometric", "math", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f69a" - }, - "rectangle-rounded-bottom": { - "name": "rectangle-rounded-bottom", - "category": "Shapes", - "tags": ["rectangle", "rounded", "bottom", "icon", "stroke", "outline"], - "version": "2.23", - "unicode": "faed" - }, - "rectangle-rounded-top": { - "name": "rectangle-rounded-top", - "category": "Shapes", - "tags": ["rectangle", "rounded", "top", "icon", "stroke", "outline"], - "version": "2.23", - "unicode": "faee" - }, - "rectangle-vertical-filled": { - "name": "rectangle-vertical-filled", - "category": "Filled", - "tags": ["rectangle", "vertical", "filled", "shape", "geometric", "math", "upright", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f69b" - }, - "rectangle-vertical": { - "name": "rectangle-vertical", - "category": "Shapes", - "tags": ["rectangle", "vertical", "shape", "geometric", "math", "upright", "icon", "stroke", "outline"], - "version": "1.27", - "unicode": "ed36" - }, - "rectangle": { - "name": "rectangle", - "category": "Shapes", - "tags": ["rectangle", "shape", "geometric", "math", "icon", "stroke", "outline"], - "version": "1.27", - "unicode": "ed37" - }, - "rectangular-prism-off": { - "name": "rectangular-prism-off", - "category": "Shapes", - "tags": ["rectangular", "prism", "off", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fab3" - }, - "rectangular-prism-plus": { - "name": "rectangular-prism-plus", - "category": "Shapes", - "tags": ["rectangular", "prism", "plus", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fab4" - }, - "rectangular-prism": { - "name": "rectangular-prism", - "category": "Shapes", - "tags": ["rectangular", "prism", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fab5" - }, - "recycle-off": { - "name": "recycle-off", - "category": "Symbols", - "tags": ["recycle", "off", "trash", "rubbish", "recyclable", "reuse", "waste", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f18c" - }, - "recycle": { - "name": "recycle", - "category": "Symbols", - "tags": ["recycle", "trash", "rubbish", "recyclable", "reuse", "waste", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb9b" - }, - "refresh-alert": { - "name": "refresh-alert", - "category": "Arrows", - "tags": ["refresh", "alert", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "ed57" - }, - "refresh-dot": { - "name": "refresh-dot", - "category": "Arrows", - "tags": ["refresh", "dot", "again", "reload", "arrows", "loading", "replay", "icon", "stroke", "outline"], - "version": "1.49", - "unicode": "efbf" - }, - "refresh-off": { - "name": "refresh-off", - "category": "Arrows", - "tags": ["refresh", "off", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f18d" - }, - "refresh": { - "name": "refresh", - "category": "Arrows", - "tags": ["refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb13" - }, - "regex-off": { - "name": "regex-off", - "category": "Text", - "tags": ["regex", "off", "regular", "expression", "code", "replace", "programming", "coding", "variables", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f421" - }, - "regex": { - "name": "regex", - "category": "Text", - "tags": ["regex", "regular", "expression", "code", "replace", "programming", "coding", "variables", "icon", "stroke", "outline"], - "version": "1.85", - "unicode": "f31f" - }, - "registered": { - "name": "registered", - "category": "", - "tags": ["registered", "copyright", "trademark", "rights", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb14" - }, - "relation-many-to-many": { - "name": "relation-many-to-many", - "category": "Database", - "tags": ["relation", "many", "to", "many", "data", "model", "analysis", "multiple", "connection", "database", "link", "icon", "stroke", "outline"], - "version": "1.33", - "unicode": "ed7f" - }, - "relation-one-to-many": { - "name": "relation-one-to-many", - "category": "Database", - "tags": ["relation", "one", "to", "many", "data", "model", "analysis", "multiple", "connection", "database", "link", "icon", "stroke", "outline"], - "version": "1.33", - "unicode": "ed80" - }, - "relation-one-to-one": { - "name": "relation-one-to-one", - "category": "Database", - "tags": ["relation", "one", "to", "one", "data", "model", "analysis", "connection", "database", "link", "icon", "stroke", "outline"], - "version": "1.33", - "unicode": "ed81" - }, - "reload": { - "name": "reload", - "category": "Arrows", - "tags": ["reload", "refresh", "repeat", "update", "sync", "loading", "icon", "stroke", "outline"], - "version": "1.93", - "unicode": "f3ae" - }, - "reorder": { - "name": "reorder", - "category": "", - "tags": ["reorder", "icon", "stroke", "outline"], - "version": "2.29", - "unicode": "fc15" - }, - "repeat-off": { - "name": "repeat-off", - "category": "Media", - "tags": ["repeat", "off", "reuse", "redo", "action", "replay", "loop", "flip", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f18e" - }, - "repeat-once": { - "name": "repeat-once", - "category": "Media", - "tags": ["repeat", "once", "reuse", "redo", "action", "replay", "loop", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb71" - }, - "repeat": { - "name": "repeat", - "category": "Media", - "tags": ["repeat", "reuse", "redo", "action", "replay", "loop", "flip", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb72" - }, - "replace-filled": { - "name": "replace-filled", - "category": "Filled", - "tags": ["replace", "filled", "change", "place", "position", "move", "exchange", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f69c" - }, - "replace-off": { - "name": "replace-off", - "category": "", - "tags": ["replace", "off", "change", "place", "position", "move", "exchange", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f422" - }, - "replace": { - "name": "replace", - "category": "", - "tags": ["replace", "change", "place", "position", "move", "exchange", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "ebc7" - }, - "report-analytics": { - "name": "report-analytics", - "category": "Document", - "tags": ["report", "analytics", "statistics", "results", "business", "sales", "analysis", "analyse", "bar", "chart", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eecb" - }, - "report-medical": { - "name": "report-medical", - "category": "Document", - "tags": ["report", "medical", "hospital", "doctor", "health", "sickness", "illness", "test", "results", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eecc" - }, - "report-money": { - "name": "report-money", - "category": "Document", - "tags": ["report", "money", "results", "business", "sales", "analysis", "analyse", "finance", "financial", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eecd" - }, - "report-off": { - "name": "report-off", - "category": "Document", - "tags": ["report", "off", "time", "timesheet", "analysis", "analyse", "results", "business", "company", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f18f" - }, - "report-search": { - "name": "report-search", - "category": "Document", - "tags": ["report", "search", "analytic", "statistics", "data", "results", "graph", "document", "icon", "stroke", "outline"], - "version": "1.46", - "unicode": "ef84" - }, - "report": { - "name": "report", - "category": "Document", - "tags": ["report", "time", "timesheet", "analysis", "analyse", "results", "business", "company", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eece" - }, - "reserved-line": { - "name": "reserved-line", - "category": "", - "tags": ["reserved", "line", "icon", "stroke", "outline"], - "version": "2.11", - "unicode": "f9f6" - }, - "resize": { - "name": "resize", - "category": "Design", - "tags": ["resize", "picture", "photo", "alter", "change", "height", "width", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eecf" - }, - "restore": { - "name": "restore", - "category": "", - "tags": ["restore", "icon", "stroke", "outline"], - "version": "2.24", - "unicode": "fafd" - }, - "rewind-backward-10": { - "name": "rewind-backward-10", - "category": "Media", - "tags": ["rewind", "backward", "10", "icon", "stroke", "outline"], - "version": "2.21", - "unicode": "faba" - }, - "rewind-backward-15": { - "name": "rewind-backward-15", - "category": "Media", - "tags": ["rewind", "backward", "15", "icon", "stroke", "outline"], - "version": "2.21", - "unicode": "fabb" - }, - "rewind-backward-20": { - "name": "rewind-backward-20", - "category": "Media", - "tags": ["rewind", "backward", "20", "icon", "stroke", "outline"], - "version": "2.21", - "unicode": "fabc" - }, - "rewind-backward-30": { - "name": "rewind-backward-30", - "category": "Media", - "tags": ["rewind", "backward", "30", "icon", "stroke", "outline"], - "version": "2.21", - "unicode": "fabd" - }, - "rewind-backward-40": { - "name": "rewind-backward-40", - "category": "Media", - "tags": ["rewind", "backward", "40", "icon", "stroke", "outline"], - "version": "2.21", - "unicode": "fabe" - }, - "rewind-backward-5": { - "name": "rewind-backward-5", - "category": "Media", - "tags": ["rewind", "backward", "5", "icon", "stroke", "outline"], - "version": "2.21", - "unicode": "fabf" - }, - "rewind-backward-50": { - "name": "rewind-backward-50", - "category": "Media", - "tags": ["rewind", "backward", "50", "icon", "stroke", "outline"], - "version": "2.21", - "unicode": "fac0" - }, - "rewind-backward-60": { - "name": "rewind-backward-60", - "category": "Media", - "tags": ["rewind", "backward", "60", "icon", "stroke", "outline"], - "version": "2.21", - "unicode": "fac1" - }, - "rewind-forward-10": { - "name": "rewind-forward-10", - "category": "Media", - "tags": ["rewind", "forward", "10", "icon", "stroke", "outline"], - "version": "2.21", - "unicode": "fac2" - }, - "rewind-forward-15": { - "name": "rewind-forward-15", - "category": "Media", - "tags": ["rewind", "forward", "15", "icon", "stroke", "outline"], - "version": "2.21", - "unicode": "fac3" - }, - "rewind-forward-20": { - "name": "rewind-forward-20", - "category": "Media", - "tags": ["rewind", "forward", "20", "icon", "stroke", "outline"], - "version": "2.21", - "unicode": "fac4" - }, - "rewind-forward-30": { - "name": "rewind-forward-30", - "category": "Media", - "tags": ["rewind", "forward", "30", "icon", "stroke", "outline"], - "version": "2.21", - "unicode": "fac5" - }, - "rewind-forward-40": { - "name": "rewind-forward-40", - "category": "Media", - "tags": ["rewind", "forward", "40", "icon", "stroke", "outline"], - "version": "2.21", - "unicode": "fac6" - }, - "rewind-forward-5": { - "name": "rewind-forward-5", - "category": "Media", - "tags": ["rewind", "forward", "5", "icon", "stroke", "outline"], - "version": "2.21", - "unicode": "fac7" - }, - "rewind-forward-50": { - "name": "rewind-forward-50", - "category": "Media", - "tags": ["rewind", "forward", "50", "icon", "stroke", "outline"], - "version": "2.21", - "unicode": "fac8" - }, - "rewind-forward-60": { - "name": "rewind-forward-60", - "category": "Media", - "tags": ["rewind", "forward", "60", "icon", "stroke", "outline"], - "version": "2.21", - "unicode": "fac9" - }, - "ribbon-health": { - "name": "ribbon-health", - "category": "Symbols", - "tags": ["ribbon", "health", "medical", "care", "heatlh", "medic", "healthcare", "icon", "stroke", "outline"], - "version": "1.109", - "unicode": "f58e" - }, - "rings": { - "name": "rings", - "category": "Sport", - "tags": ["rings", "icon", "stroke", "outline"], - "version": "2.17", - "unicode": "fa6a" - }, - "ripple-off": { - "name": "ripple-off", - "category": "Nature", - "tags": ["ripple", "off", "wave", "water", "breeze", "ocean", "sea", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f190" - }, - "ripple": { - "name": "ripple", - "category": "Nature", - "tags": ["ripple", "wave", "water", "breeze", "ocean", "sea", "icon", "stroke", "outline"], - "version": "1.33", - "unicode": "ed82" - }, - "road-off": { - "name": "road-off", - "category": "Map", - "tags": ["road", "off", "car", "travel", "journey", "traffic", "highway", "route", "racing", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f191" - }, - "road-sign": { - "name": "road-sign", - "category": "Map", - "tags": ["road", "sign", "telltale", "prohibitive", "indicative", "cautionary", "codex", "restrictions", "icon", "stroke", "outline"], - "version": "1.20", - "unicode": "ecdd" - }, - "road": { - "name": "road", - "category": "Map", - "tags": ["road", "car", "travel", "journey", "traffic", "highway", "route", "racing", "icon", "stroke", "outline"], - "version": "1.54", - "unicode": "f018" - }, - "robot-face": { - "name": "robot-face", - "category": "", - "tags": ["robot", "face", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcbe" - }, - "robot-off": { - "name": "robot-off", - "category": "", - "tags": ["robot", "off", "technology", "ai", "machine", "bot", "android", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f192" - }, - "robot": { - "name": "robot", - "category": "", - "tags": ["robot", "technology", "ai", "machine", "bot", "android", "icon", "stroke", "outline"], - "version": "1.53", - "unicode": "f00b" - }, - "rocket-off": { - "name": "rocket-off", - "category": "Map", - "tags": ["rocket", "off", "universe", "galaxy", "space", "journey", "discover", "extraterrestrial", "spaceship", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f193" - }, - "rocket": { - "name": "rocket", - "category": "Map", - "tags": ["rocket", "universe", "galaxy", "space", "journey", "discover", "extraterrestrial", "spaceship", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec45" - }, - "roller-skating": { - "name": "roller-skating", - "category": "Sport", - "tags": ["roller", "skating", "sport", "hobby", "fitness", "icon", "stroke", "outline"], - "version": "1.50", - "unicode": "efd1" - }, - "rollercoaster-off": { - "name": "rollercoaster-off", - "category": "Vehicles", - "tags": ["rollercoaster", "off", "adrenaline", "height", "speed", "funfair", "fun", "attraction", "extreme", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f423" - }, - "rollercoaster": { - "name": "rollercoaster", - "category": "Vehicles", - "tags": ["rollercoaster", "adrenaline", "height", "speed", "funfair", "fun", "attraction", "extreme", "icon", "stroke", "outline"], - "version": "1.61", - "unicode": "f0a2" - }, - "rosette-filled": { - "name": "rosette-filled", - "category": "Filled", - "tags": ["rosette", "filled", "shape", "badge", "star", "medal", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f69d" - }, - "rosette-number-0": { - "name": "rosette-number-0", - "category": "Numbers", - "tags": ["rosette", "number", "0", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.109", - "unicode": "f58f" - }, - "rosette-number-1": { - "name": "rosette-number-1", - "category": "Numbers", - "tags": ["rosette", "number", "1", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.109", - "unicode": "f590" - }, - "rosette-number-2": { - "name": "rosette-number-2", - "category": "Numbers", - "tags": ["rosette", "number", "2", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.109", - "unicode": "f591" - }, - "rosette-number-3": { - "name": "rosette-number-3", - "category": "Numbers", - "tags": ["rosette", "number", "3", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.109", - "unicode": "f592" - }, - "rosette-number-4": { - "name": "rosette-number-4", - "category": "Numbers", - "tags": ["rosette", "number", "4", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.109", - "unicode": "f593" - }, - "rosette-number-5": { - "name": "rosette-number-5", - "category": "Numbers", - "tags": ["rosette", "number", "5", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.109", - "unicode": "f594" - }, - "rosette-number-6": { - "name": "rosette-number-6", - "category": "Numbers", - "tags": ["rosette", "number", "6", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.109", - "unicode": "f595" - }, - "rosette-number-7": { - "name": "rosette-number-7", - "category": "Numbers", - "tags": ["rosette", "number", "7", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.109", - "unicode": "f596" - }, - "rosette-number-8": { - "name": "rosette-number-8", - "category": "Numbers", - "tags": ["rosette", "number", "8", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.109", - "unicode": "f597" - }, - "rosette-number-9": { - "name": "rosette-number-9", - "category": "Numbers", - "tags": ["rosette", "number", "9", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.109", - "unicode": "f598" - }, - "rosette": { - "name": "rosette", - "category": "Shapes", - "tags": ["rosette", "shape", "badge", "star", "medal", "icon", "stroke", "outline"], - "version": "1.109", - "unicode": "f599" - }, - "rotate-2": { - "name": "rotate-2", - "category": "Arrows", - "tags": ["rotate", "2", "refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows", "icon", "stroke", "outline"], - "version": "1.4", - "unicode": "ebb4" - }, - "rotate-360": { - "name": "rotate-360", - "category": "Arrows", - "tags": ["rotate", "360", "degree", "circle", "camera", "spin", "rotation", "icon", "stroke", "outline"], - "version": "1.46", - "unicode": "ef85" - }, - "rotate-clockwise-2": { - "name": "rotate-clockwise-2", - "category": "Arrows", - "tags": ["rotate", "clockwise", "2", "refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows", "icon", "stroke", "outline"], - "version": "1.4", - "unicode": "ebb5" - }, - "rotate-clockwise": { - "name": "rotate-clockwise", - "category": "Arrows", - "tags": ["rotate", "clockwise", "refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb15" - }, - "rotate-dot": { - "name": "rotate-dot", - "category": "Arrows", - "tags": ["rotate", "dot", "direction", "degree", "circle", "camera", "spin", "rotation", "icon", "stroke", "outline"], - "version": "1.51", - "unicode": "efe5" - }, - "rotate-rectangle": { - "name": "rotate-rectangle", - "category": "Arrows", - "tags": ["rotate", "rectangle", "refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec15" - }, - "rotate": { - "name": "rotate", - "category": "Arrows", - "tags": ["rotate", "refresh", "synchronization", "reload", "restart", "spinner", "loader", "ajax", "update", "arrows", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb16" - }, - "route-2": { - "name": "route-2", - "category": "Map", - "tags": ["route", "2", "path", "journey", "direction", "trail", "navigate", "travel", "way", "road", "route-two", "2-direction", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4b6" - }, - "route-alt-left": { - "name": "route-alt-left", - "category": "Map", - "tags": ["route", "alt", "left", "alternate-left", "alternate-route", "left-path", "alternate-way", "left-trail", "alt-left-road", "leftward-route", "shift-left", "change-left", "left-road", "icon", "stroke", "outline"], - "version": "2.36", - "unicode": "fca9" - }, - "route-alt-right": { - "name": "route-alt-right", - "category": "Map", - "tags": ["route", "alt", "right", "alternate-right", "alternate-route", "right-path", "alternate-way", "right-trail", "alt-right-road", "rightward-route", "shift-right", "change-right", "right-road", "icon", "stroke", "outline"], - "version": "2.36", - "unicode": "fcaa" - }, - "route-off": { - "name": "route-off", - "category": "Map", - "tags": ["route", "off", "path", "navigation", "map", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f194" - }, - "route-scan": { - "name": "route-scan", - "category": "", - "tags": ["route", "scan", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcbf" - }, - "route-square-2": { - "name": "route-square-2", - "category": "Map", - "tags": ["route", "square", "2", "square-route", "route-square", "path", "journey", "direction", "trail", "navigate", "travel", "way", "square-direction", "icon", "stroke", "outline"], - "version": "2.36", - "unicode": "fcab" - }, - "route-square": { - "name": "route-square", - "category": "Map", - "tags": ["route", "square", "path", "journey", "direction", "trail", "navigate", "travel", "way", "square", "geometric-route", "square-path", "icon", "stroke", "outline"], - "version": "2.36", - "unicode": "fcac" - }, - "route-x-2": { - "name": "route-x-2", - "category": "Map", - "tags": ["route", "x", "2", "x-route", "route-x", "path", "journey", "direction", "trail", "navigate", "travel", "way", "crossing", "icon", "stroke", "outline"], - "version": "2.36", - "unicode": "fcad" - }, - "route-x": { - "name": "route-x", - "category": "Map", - "tags": ["route", "x", "path", "journey", "direction", "trail", "navigate", "travel", "way", "cross", "x-cross", "cross-path", "icon", "stroke", "outline"], - "version": "2.36", - "unicode": "fcae" - }, - "route": { - "name": "route", - "category": "Map", - "tags": ["route", "path", "journey", "direction", "trail", "navigate", "travel", "way", "road", "travel-route", "route-way", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb17" - }, - "router-off": { - "name": "router-off", - "category": "Devices", - "tags": ["router", "off", "wifi", "device", "wireless", "signal", "station", "cast", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f424" - }, - "router": { - "name": "router", - "category": "Devices", - "tags": ["router", "wifi", "device", "wireless", "signal", "station", "cast", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb18" - }, - "row-insert-bottom": { - "name": "row-insert-bottom", - "category": "Database", - "tags": ["row", "insert", "bottom", "table", "layout", "add", "below", "macro", "excel", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eed0" - }, - "row-insert-top": { - "name": "row-insert-top", - "category": "Database", - "tags": ["row", "insert", "top", "table", "layout", "add", "below", "macro", "excel", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eed1" - }, - "row-remove": { - "name": "row-remove", - "category": "Database", - "tags": ["row", "remove", "icon", "stroke", "outline"], - "version": "2.24", - "unicode": "fafe" - }, - "rss": { - "name": "rss", - "category": "", - "tags": ["rss", "feed", "subscribe", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb19" - }, - "rubber-stamp-off": { - "name": "rubber-stamp-off", - "category": "Document", - "tags": ["rubber", "stamp", "off", "rubber", "stamp", "seal", "letter", "mail", "document", "signature", "icon", "stroke", "outline"], - "version": "1.110", - "unicode": "f5aa" - }, - "rubber-stamp": { - "name": "rubber-stamp", - "category": "Document", - "tags": ["rubber", "stamp", "rubber", "stamp", "seal", "letter", "mail", "document", "signature", "icon", "stroke", "outline"], - "version": "1.110", - "unicode": "f5ab" - }, - "ruler-2-off": { - "name": "ruler-2-off", - "category": "Design", - "tags": ["ruler", "2", "off", "maths", "dimensions", "size", "width", "length", "geometry", "measure", "technical", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f195" - }, - "ruler-2": { - "name": "ruler-2", - "category": "Design", - "tags": ["ruler", "2", "maths", "dimensions", "size", "width", "length", "geometry", "measure", "technical", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eed2" - }, - "ruler-3": { - "name": "ruler-3", - "category": "Design", - "tags": ["ruler", "3", "maths", "dimensions", "size", "width", "length", "geometry", "measure", "technical", "icon", "stroke", "outline"], - "version": "1.78", - "unicode": "f290" - }, - "ruler-measure": { - "name": "ruler-measure", - "category": "Design", - "tags": ["ruler", "measure", "maths", "dimensions", "size", "width", "length", "geometry", "measure", "technical", "icon", "stroke", "outline"], - "version": "1.78", - "unicode": "f291" - }, - "ruler-off": { - "name": "ruler-off", - "category": "Design", - "tags": ["ruler", "off", "maths", "dimensions", "size", "width", "length", "geometry", "measure", "technical", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f196" - }, - "ruler": { - "name": "ruler", - "category": "Design", - "tags": ["ruler", "maths", "dimensions", "size", "width", "length", "geometry", "measure", "technical", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "eb1a" - }, - "run": { - "name": "run", - "category": "Sport", - "tags": ["run", "jog", "dislocating", "movement", "motion", "sprint", "icon", "stroke", "outline"], - "version": "1.14", - "unicode": "ec82" - }, - "rv-truck": { - "name": "rv-truck", - "category": "", - "tags": ["rv", "truck", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcc0" - }, - "s-turn-down": { - "name": "s-turn-down", - "category": "Arrows", - "tags": ["s", "turn", "down", "arrow", "direction", "bottom", "south", "icon", "stroke", "outline"], - "version": "1.102", - "unicode": "f516" - }, - "s-turn-left": { - "name": "s-turn-left", - "category": "Arrows", - "tags": ["s", "turn", "left", "arrow", "direction", "west", "icon", "stroke", "outline"], - "version": "1.102", - "unicode": "f517" - }, - "s-turn-right": { - "name": "s-turn-right", - "category": "Arrows", - "tags": ["s", "turn", "right", "arrow", "direction", "east", "icon", "stroke", "outline"], - "version": "1.102", - "unicode": "f518" - }, - "s-turn-up": { - "name": "s-turn-up", - "category": "Arrows", - "tags": ["s", "turn", "up", "arrow", "direction", "top", "north", "icon", "stroke", "outline"], - "version": "1.102", - "unicode": "f519" - }, - "sailboat-2": { - "name": "sailboat-2", - "category": "Vehicles", - "tags": ["sailboat", "2", "sailor", "journey", "sea", "lake", "ocean", "river", "icon", "stroke", "outline"], - "version": "1.113", - "unicode": "f5f7" - }, - "sailboat-off": { - "name": "sailboat-off", - "category": "Vehicles", - "tags": ["sailboat", "off", "sailor", "journey", "sea", "lake", "ocean", "river", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f425" - }, - "sailboat": { - "name": "sailboat", - "category": "Vehicles", - "tags": ["sailboat", "sailor", "journey", "sea", "lake", "ocean", "river", "icon", "stroke", "outline"], - "version": "1.14", - "unicode": "ec83" - }, - "salad": { - "name": "salad", - "category": "Food", - "tags": ["salad", "food", "vegetable", "vegan", "healthy", "icon", "stroke", "outline"], - "version": "1.101", - "unicode": "f50a" - }, - "salt": { - "name": "salt", - "category": "Food", - "tags": ["salt", "food", "cooking", "kitchen", "spice", "salty", "icon", "stroke", "outline"], - "version": "1.40", - "unicode": "ef16" - }, - "sandbox": { - "name": "sandbox", - "category": "System", - "tags": ["sandbox", "icon", "stroke", "outline"], - "version": "2.44", - "unicode": "fd6c" - }, - "satellite-off": { - "name": "satellite-off", - "category": "Map", - "tags": ["satellite", "off", "orbit", "space", "moon", "earth", "planet", "communication", "information", "celestial", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f197" - }, - "satellite": { - "name": "satellite", - "category": "Map", - "tags": ["satellite", "orbit", "space", "moon", "earth", "planet", "communication", "information", "celestial", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eed3" - }, - "sausage": { - "name": "sausage", - "category": "Food", - "tags": ["sausage", "food", "grill", "bonfire", "campfire", "meat", "hot-dog", "icon", "stroke", "outline"], - "version": "1.40", - "unicode": "ef17" - }, - "scale-off": { - "name": "scale-off", - "category": "", - "tags": ["scale", "off", "weigh", "balance", "amount", "heavy", "light", "libra", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f198" - }, - "scale-outline-off": { - "name": "scale-outline-off", - "category": "", - "tags": ["scale", "outline", "off", "weight", "weigh", "diet", "healthy", "measurement", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f199" - }, - "scale-outline": { - "name": "scale-outline", - "category": "", - "tags": ["scale", "outline", "weight", "weigh", "diet", "healthy", "measurement", "icon", "stroke", "outline"], - "version": "1.43", - "unicode": "ef53" - }, - "scale": { - "name": "scale", - "category": "", - "tags": ["scale", "weigh", "balance", "amount", "heavy", "light", "libra", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "ebc2" - }, - "scan-eye": { - "name": "scan-eye", - "category": "", - "tags": ["scan", "eye", "technology", "security", "safety", "safe", "secure", "icon", "stroke", "outline"], - "version": "1.70", - "unicode": "f1ff" - }, - "scan": { - "name": "scan", - "category": "", - "tags": ["scan", "code", "barcode", "qr code", "app", "scanner", "document", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "ebc8" - }, - "schema-off": { - "name": "schema-off", - "category": "Database", - "tags": ["schema", "off", "graph", "data", "infography", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f426" - }, - "schema": { - "name": "schema", - "category": "Database", - "tags": ["schema", "graph", "data", "infography", "icon", "stroke", "outline"], - "version": "1.70", - "unicode": "f200" - }, - "school-bell": { - "name": "school-bell", - "category": "", - "tags": ["school", "bell", "break", "lesson", "alarm", "ring", "icon", "stroke", "outline"], - "version": "1.118", - "unicode": "f64a" - }, - "school-off": { - "name": "school-off", - "category": "Map", - "tags": ["school", "off", "students", "class", "teachers", "professors", "doctors", "hall", "classroom", "subject", "science", "break", "lesson", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f19a" - }, - "school": { - "name": "school", - "category": "Map", - "tags": ["school", "students", "class", "teachers", "professors", "doctors", "hall", "classroom", "subject", "science", "break", "lesson", "icon", "stroke", "outline"], - "version": "1.22", - "unicode": "ecf7" - }, - "scissors-off": { - "name": "scissors-off", - "category": "Design", - "tags": ["scissors", "off", "cut", "paper", "file", "document", "hairdresser", "blade", "sharp", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f19b" - }, - "scissors": { - "name": "scissors", - "category": "Design", - "tags": ["scissors", "cut", "paper", "file", "document", "hairdresser", "blade", "sharp", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "eb1b" - }, - "scooter-electric": { - "name": "scooter-electric", - "category": "Vehicles", - "tags": ["scooter", "electric", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ecc1" - }, - "scooter": { - "name": "scooter", - "category": "Vehicles", - "tags": ["scooter", "vehicle", "drive", "driver", "engine", "motor", "journey", "trip", "icon", "stroke", "outline"], - "version": "1.12", - "unicode": "ec6c" - }, - "scoreboard": { - "name": "scoreboard", - "category": "Sport", - "tags": ["scoreboard", "icon", "stroke", "outline"], - "version": "2.17", - "unicode": "fa6b" - }, - "screen-share-off": { - "name": "screen-share-off", - "category": "Devices", - "tags": ["screen", "share", "off", "monitor", "stream", "tv", "mirroring", "cast", "online", "icon", "stroke", "outline"], - "version": "1.24", - "unicode": "ed17" - }, - "screen-share": { - "name": "screen-share", - "category": "Devices", - "tags": ["screen", "share", "monitor", "stream", "tv", "mirroring", "cast", "online", "icon", "stroke", "outline"], - "version": "1.24", - "unicode": "ed18" - }, - "screenshot": { - "name": "screenshot", - "category": "", - "tags": ["screenshot", "image", "capture", "photo", "icon", "stroke", "outline"], - "version": "1.70", - "unicode": "f201" - }, - "scribble-off": { - "name": "scribble-off", - "category": "", - "tags": ["scribble", "off", "kid", "doodle", "draw", "drawing", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f427" - }, - "scribble": { - "name": "scribble", - "category": "", - "tags": ["scribble", "kid", "doodle", "draw", "drawing", "icon", "stroke", "outline"], - "version": "1.61", - "unicode": "f0a3" - }, - "script-minus": { - "name": "script-minus", - "category": "Document", - "tags": ["script", "minus", "code", "programming", "coding", "remove", "delete", "icon", "stroke", "outline"], - "version": "1.82", - "unicode": "f2d7" - }, - "script-plus": { - "name": "script-plus", - "category": "Document", - "tags": ["script", "plus", "code", "programming", "coding", "add", "new", "icon", "stroke", "outline"], - "version": "1.82", - "unicode": "f2d8" - }, - "script-x": { - "name": "script-x", - "category": "Document", - "tags": ["script", "x", "code", "programming", "coding", "remove", "delete", "icon", "stroke", "outline"], - "version": "1.82", - "unicode": "f2d9" - }, - "script": { - "name": "script", - "category": "Document", - "tags": ["script", "code", "programming", "coding", "document", "development", "icon", "stroke", "outline"], - "version": "1.82", - "unicode": "f2da" - }, - "scuba-diving": { - "name": "scuba-diving", - "category": "", - "tags": ["scuba", "diving", "icon", "stroke", "outline"], - "version": "2.42", - "unicode": "fd4e" - }, - "scuba-mask-off": { - "name": "scuba-mask-off", - "category": "Sport", - "tags": ["scuba", "mask", "off", "dive", "diving", "water", "holiday", "underwater", "snorkeling", "equipment", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f428" - }, - "scuba-mask": { - "name": "scuba-mask", - "category": "Sport", - "tags": ["scuba", "mask", "dive", "diving", "water", "holiday", "underwater", "snorkeling", "equipment", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eed4" - }, - "sdk": { - "name": "sdk", - "category": "Development", - "tags": ["sdk", "development", "programming", "programmer", "web", "app", "icon", "stroke", "outline"], - "version": "1.93", - "unicode": "f3af" - }, - "search-off": { - "name": "search-off", - "category": "", - "tags": ["search", "off", "find", "magnifier", "magnifying glass", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f19c" - }, - "search": { - "name": "search", - "category": "", - "tags": ["search", "find", "magnifier", "magnifying glass", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb1c" - }, - "section-sign": { - "name": "section-sign", - "category": "", - "tags": ["section", "sign", "legal", "paragraph", "law", "icon", "stroke", "outline"], - "version": "1.54", - "unicode": "f019" - }, - "section": { - "name": "section", - "category": "Design", - "tags": ["section", "html", "element", "layout", "divide", "position", "website", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eed5" - }, - "seeding-off": { - "name": "seeding-off", - "category": "Nature", - "tags": ["seeding", "off", "nature", "greenery", "grow", "soil", "harvest", "plant", "flower", "tree", "leaf", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f19d" - }, - "seeding": { - "name": "seeding", - "category": "Nature", - "tags": ["seeding", "nature", "greenery", "grow", "soil", "harvest", "plant", "flower", "tree", "leaf", "icon", "stroke", "outline"], - "version": "1.29", - "unicode": "ed51" - }, - "select-all": { - "name": "select-all", - "category": "", - "tags": ["select", "all", "icon", "stroke", "outline"], - "version": "2.11", - "unicode": "f9f7" - }, - "select": { - "name": "select", - "category": "Arrows", - "tags": ["select", "arrows", "select", "dropdown", "chevron", "down", "south", "bottom", "direction", "input", "icon", "stroke", "outline"], - "version": "1.16", - "unicode": "ec9e" - }, - "selector": { - "name": "selector", - "category": "Arrows", - "tags": ["selector", "arrows", "select", "dropdown", "chevron", "down", "south", "bottom", "direction", "input", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb1d" - }, - "send-2": { - "name": "send-2", - "category": "", - "tags": ["send", "2", "transmit", "dispatch", "forward", "deliver", "message", "communication", "send-out", "send-away", "transfer", "send-off", "icon", "stroke", "outline"], - "version": "2.43", - "unicode": "fd5d" - }, - "send-off": { - "name": "send-off", - "category": "Communication", - "tags": ["send", "off", "message", "mail", "email", "gmail", "paper", "airplane", "aeroplane", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f429" - }, - "send": { - "name": "send", - "category": "Communication", - "tags": ["send", "message", "mail", "email", "gmail", "paper", "airplane", "aeroplane", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb1e" - }, - "seo": { - "name": "seo", - "category": "Development", - "tags": ["seo", "www", "web", "browser", "search", "result", "icon", "stroke", "outline"], - "version": "1.76", - "unicode": "f26b" - }, - "separator-horizontal": { - "name": "separator-horizontal", - "category": "Text", - "tags": ["separator", "horizontal", "divider", "space", "separate", "set apart", "flat-lying", "icon", "stroke", "outline"], - "version": "1.13", - "unicode": "ec79" - }, - "separator-vertical": { - "name": "separator-vertical", - "category": "Text", - "tags": ["separator", "vertical", "divider", "space", "separate", "set apart", "upright", "icon", "stroke", "outline"], - "version": "1.13", - "unicode": "ec7a" - }, - "separator": { - "name": "separator", - "category": "Text", - "tags": ["separator", "divider", "space", "separate", "set apart", "icon", "stroke", "outline"], - "version": "1.6", - "unicode": "ebda" - }, - "server-2": { - "name": "server-2", - "category": "Devices", - "tags": ["server", "2", "storage", "hosting", "www", "icon", "stroke", "outline"], - "version": "1.59", - "unicode": "f07c" - }, - "server-bolt": { - "name": "server-bolt", - "category": "Devices", - "tags": ["server", "bolt", "data", "database", "storage", "lighting", "power", "energy", "icon", "stroke", "outline"], - "version": "1.85", - "unicode": "f320" - }, - "server-cog": { - "name": "server-cog", - "category": "Devices", - "tags": ["server", "cog", "settings", "storage", "data", "database", "icon", "stroke", "outline"], - "version": "1.85", - "unicode": "f321" - }, - "server-off": { - "name": "server-off", - "category": "Devices", - "tags": ["server", "off", "storage", "hosting", "www", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f19e" - }, - "server": { - "name": "server", - "category": "Devices", - "tags": ["server", "storage", "hosting", "www", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb1f" - }, - "servicemark": { - "name": "servicemark", - "category": "Symbols", - "tags": ["servicemark", "trademark", "sign", "symbol", "registration", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec09" - }, - "settings-2": { - "name": "settings-2", - "category": "System", - "tags": ["settings", "2", "cog", "edit", "gear", "preferences", "tools", "icon", "stroke", "outline"], - "version": "1.110", - "unicode": "f5ac" - }, - "settings-automation": { - "name": "settings-automation", - "category": "System", - "tags": ["settings", "automation", "system", "technology", "automate", "configure", "device", "program", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eed6" - }, - "settings-bolt": { - "name": "settings-bolt", - "category": "System", - "tags": ["settings", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9ad" - }, - "settings-cancel": { - "name": "settings-cancel", - "category": "System", - "tags": ["settings", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9ae" - }, - "settings-check": { - "name": "settings-check", - "category": "System", - "tags": ["settings", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9af" - }, - "settings-code": { - "name": "settings-code", - "category": "System", - "tags": ["settings", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9b0" - }, - "settings-cog": { - "name": "settings-cog", - "category": "System", - "tags": ["settings", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9b1" - }, - "settings-dollar": { - "name": "settings-dollar", - "category": "System", - "tags": ["settings", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9b2" - }, - "settings-down": { - "name": "settings-down", - "category": "System", - "tags": ["settings", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9b3" - }, - "settings-exclamation": { - "name": "settings-exclamation", - "category": "System", - "tags": ["settings", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9b4" - }, - "settings-filled": { - "name": "settings-filled", - "category": "Filled", - "tags": ["settings", "filled", "cog", "edit", "gear", "preferences", "tools", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f69e" - }, - "settings-heart": { - "name": "settings-heart", - "category": "System", - "tags": ["settings", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9b5" - }, - "settings-minus": { - "name": "settings-minus", - "category": "System", - "tags": ["settings", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9b6" - }, - "settings-off": { - "name": "settings-off", - "category": "System", - "tags": ["settings", "off", "cog", "edit", "gear", "preferences", "tools", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f19f" - }, - "settings-pause": { - "name": "settings-pause", - "category": "System", - "tags": ["settings", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9b7" - }, - "settings-pin": { - "name": "settings-pin", - "category": "System", - "tags": ["settings", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9b8" - }, - "settings-plus": { - "name": "settings-plus", - "category": "System", - "tags": ["settings", "plus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9b9" - }, - "settings-question": { - "name": "settings-question", - "category": "System", - "tags": ["settings", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9ba" - }, - "settings-search": { - "name": "settings-search", - "category": "System", - "tags": ["settings", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9bb" - }, - "settings-share": { - "name": "settings-share", - "category": "System", - "tags": ["settings", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9bc" - }, - "settings-star": { - "name": "settings-star", - "category": "System", - "tags": ["settings", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9bd" - }, - "settings-up": { - "name": "settings-up", - "category": "System", - "tags": ["settings", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9be" - }, - "settings-x": { - "name": "settings-x", - "category": "System", - "tags": ["settings", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9bf" - }, - "settings": { - "name": "settings", - "category": "System", - "tags": ["settings", "cog", "edit", "gear", "preferences", "tools", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb20" - }, - "shadow-off": { - "name": "shadow-off", - "category": "Photography", - "tags": ["shadow", "off", "dark", "sun", "area", "covered", "dim", "light", "css", "effect", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eed7" - }, - "shadow": { - "name": "shadow", - "category": "Photography", - "tags": ["shadow", "dark", "sun", "area", "covered", "dim", "light", "css", "effect", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eed8" - }, - "shape-2": { - "name": "shape-2", - "category": "Design", - "tags": ["shape", "2", "draw", "square", "form", "create", "outline", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eed9" - }, - "shape-3": { - "name": "shape-3", - "category": "Design", - "tags": ["shape", "3", "draw", "square", "form", "create", "outline", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeda" - }, - "shape-off": { - "name": "shape-off", - "category": "Design", - "tags": ["shape", "off", "draw", "square", "form", "create", "outline", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f1a0" - }, - "shape": { - "name": "shape", - "category": "Design", - "tags": ["shape", "draw", "square", "form", "create", "outline", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb9c" - }, - "share-2": { - "name": "share-2", - "category": "Arrows", - "tags": ["share", "2", "network", "link", "connection", "icon", "stroke", "outline"], - "version": "2.5", - "unicode": "f799" - }, - "share-3": { - "name": "share-3", - "category": "Arrows", - "tags": ["share", "3", "network", "link", "connection", "icon", "stroke", "outline"], - "version": "2.7", - "unicode": "f7bd" - }, - "share-off": { - "name": "share-off", - "category": "", - "tags": ["share", "off", "network", "link", "connection", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f1a1" - }, - "share": { - "name": "share", - "category": "", - "tags": ["share", "network", "link", "connection", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb21" - }, - "shi-jumping": { - "name": "shi-jumping", - "category": "Sport", - "tags": ["shi", "jumping", "icon", "stroke", "outline"], - "version": "2.17", - "unicode": "fa6c" - }, - "shield-bolt": { - "name": "shield-bolt", - "category": "System", - "tags": ["shield", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9c0" - }, - "shield-cancel": { - "name": "shield-cancel", - "category": "System", - "tags": ["shield", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9c1" - }, - "shield-check-filled": { - "name": "shield-check-filled", - "category": "Filled", - "tags": ["shield", "check", "filled", "safety", "protect", "protection", "yes", "add", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f761" - }, - "shield-check": { - "name": "shield-check", - "category": "System", - "tags": ["shield", "check", "safety", "protect", "protection", "yes", "add", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb22" - }, - "shield-checkered-filled": { - "name": "shield-checkered-filled", - "category": "Filled", - "tags": ["shield", "checkered", "filled", "knight", "guard", "defence", "protect", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f762" - }, - "shield-checkered": { - "name": "shield-checkered", - "category": "System", - "tags": ["shield", "checkered", "knight", "guard", "defence", "protect", "icon", "stroke", "outline"], - "version": "1.47", - "unicode": "ef9a" - }, - "shield-chevron": { - "name": "shield-chevron", - "category": "System", - "tags": ["shield", "chevron", "knight", "guard", "defence", "protect", "icon", "stroke", "outline"], - "version": "1.47", - "unicode": "ef9b" - }, - "shield-code": { - "name": "shield-code", - "category": "System", - "tags": ["shield", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9c2" - }, - "shield-cog": { - "name": "shield-cog", - "category": "System", - "tags": ["shield", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9c3" - }, - "shield-dollar": { - "name": "shield-dollar", - "category": "System", - "tags": ["shield", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9c4" - }, - "shield-down": { - "name": "shield-down", - "category": "System", - "tags": ["shield", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9c5" - }, - "shield-exclamation": { - "name": "shield-exclamation", - "category": "System", - "tags": ["shield", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9c6" - }, - "shield-filled": { - "name": "shield-filled", - "category": "Filled", - "tags": ["shield", "filled", "safety", "protect", "protection", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f69f" - }, - "shield-half-filled": { - "name": "shield-half-filled", - "category": "System", - "tags": ["shield", "half", "filled", "safe", "security", "secure", "safety", "protect", "protection", "icon", "stroke", "outline"], - "version": "1.88", - "unicode": "f357" - }, - "shield-half": { - "name": "shield-half", - "category": "System", - "tags": ["shield", "half", "safe", "security", "secure", "safety", "protect", "protection", "icon", "stroke", "outline"], - "version": "1.88", - "unicode": "f358" - }, - "shield-heart": { - "name": "shield-heart", - "category": "System", - "tags": ["shield", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9c7" - }, - "shield-lock-filled": { - "name": "shield-lock-filled", - "category": "Filled", - "tags": ["shield", "lock", "filled", "secure", "security", "closed", "key", "safety", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f763" - }, - "shield-lock": { - "name": "shield-lock", - "category": "System", - "tags": ["shield", "lock", "secure", "security", "closed", "key", "safety", "icon", "stroke", "outline"], - "version": "1.30", - "unicode": "ed58" - }, - "shield-minus": { - "name": "shield-minus", - "category": "System", - "tags": ["shield", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9c8" - }, - "shield-off": { - "name": "shield-off", - "category": "System", - "tags": ["shield", "off", "safety", "protect", "protection", "icon", "stroke", "outline"], - "version": "1.22", - "unicode": "ecf8" - }, - "shield-pause": { - "name": "shield-pause", - "category": "System", - "tags": ["shield", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9c9" - }, - "shield-pin": { - "name": "shield-pin", - "category": "System", - "tags": ["shield", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9ca" - }, - "shield-plus": { - "name": "shield-plus", - "category": "System", - "tags": ["shield", "plus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9cb" - }, - "shield-question": { - "name": "shield-question", - "category": "System", - "tags": ["shield", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9cc" - }, - "shield-search": { - "name": "shield-search", - "category": "System", - "tags": ["shield", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9cd" - }, - "shield-share": { - "name": "shield-share", - "category": "System", - "tags": ["shield", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9ce" - }, - "shield-star": { - "name": "shield-star", - "category": "System", - "tags": ["shield", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9cf" - }, - "shield-up": { - "name": "shield-up", - "category": "System", - "tags": ["shield", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9d0" - }, - "shield-x": { - "name": "shield-x", - "category": "System", - "tags": ["shield", "x", "unprotected", "protection", "cancel", "no", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb23" - }, - "shield": { - "name": "shield", - "category": "System", - "tags": ["shield", "safety", "protect", "protection", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb24" - }, - "ship-off": { - "name": "ship-off", - "category": "Vehicles", - "tags": ["ship", "off", "sail", "sail across", "ocean", "river", "lake", "sea", "sailor", "journey", "transit", "manufactures", "containers", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f42a" - }, - "ship": { - "name": "ship", - "category": "Vehicles", - "tags": ["ship", "sail", "sail across", "ocean", "river", "lake", "sea", "sailor", "journey", "transit", "manufactures", "containers", "icon", "stroke", "outline"], - "version": "1.14", - "unicode": "ec84" - }, - "shirt-filled": { - "name": "shirt-filled", - "category": "Filled", - "tags": ["shirt", "filled", "gear", "outfit", "mocker", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f6a0" - }, - "shirt-off": { - "name": "shirt-off", - "category": "", - "tags": ["shirt", "off", "gear", "outfit", "mocker", "icon", "stroke", "outline"], - "version": "1.66", - "unicode": "f1a2" - }, - "shirt-sport": { - "name": "shirt-sport", - "category": "", - "tags": ["shirt", "sport", "basketball", "soccer", "football", "player", "clothes", "game", "icon", "stroke", "outline"], - "version": "1.76", - "unicode": "f26c" - }, - "shirt": { - "name": "shirt", - "category": "", - "tags": ["shirt", "gear", "outfit", "mocker", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec0a" - }, - "shoe-off": { - "name": "shoe-off", - "category": "", - "tags": ["shoe", "off", "sport", "boots", "boot", "footwear", "sneaker", "nike", "adidas", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1a4" - }, - "shoe": { - "name": "shoe", - "category": "", - "tags": ["shoe", "sport", "boots", "boot", "footwear", "sneaker", "nike", "adidas", "icon", "stroke", "outline"], - "version": "1.50", - "unicode": "efd2" - }, - "shopping-bag-check": { - "name": "shopping-bag-check", - "category": "E-commerce", - "tags": ["shopping", "bag", "check", "icon", "stroke", "outline"], - "version": "2.29", - "unicode": "fc16" - }, - "shopping-bag-discount": { - "name": "shopping-bag-discount", - "category": "E-commerce", - "tags": ["shopping", "bag", "discount", "icon", "stroke", "outline"], - "version": "2.29", - "unicode": "fc17" - }, - "shopping-bag-edit": { - "name": "shopping-bag-edit", - "category": "E-commerce", - "tags": ["shopping", "bag", "edit", "icon", "stroke", "outline"], - "version": "2.29", - "unicode": "fc18" - }, - "shopping-bag-exclamation": { - "name": "shopping-bag-exclamation", - "category": "E-commerce", - "tags": ["shopping", "bag", "exclamation", "icon", "stroke", "outline"], - "version": "2.29", - "unicode": "fc19" - }, - "shopping-bag-heart": { - "name": "shopping-bag-heart", - "category": "", - "tags": ["shopping", "bag", "heart", "icon", "stroke", "outline"], - "version": "2.47", - "unicode": "fda2" - }, - "shopping-bag-minus": { - "name": "shopping-bag-minus", - "category": "E-commerce", - "tags": ["shopping", "bag", "minus", "icon", "stroke", "outline"], - "version": "2.29", - "unicode": "fc1a" - }, - "shopping-bag-plus": { - "name": "shopping-bag-plus", - "category": "E-commerce", - "tags": ["shopping", "bag", "plus", "icon", "stroke", "outline"], - "version": "2.29", - "unicode": "fc1b" - }, - "shopping-bag-search": { - "name": "shopping-bag-search", - "category": "E-commerce", - "tags": ["shopping", "bag", "search", "icon", "stroke", "outline"], - "version": "2.29", - "unicode": "fc1c" - }, - "shopping-bag-x": { - "name": "shopping-bag-x", - "category": "E-commerce", - "tags": ["shopping", "bag", "x", "icon", "stroke", "outline"], - "version": "2.29", - "unicode": "fc1d" - }, - "shopping-bag": { - "name": "shopping-bag", - "category": "E-commerce", - "tags": ["shopping", "bag", "shop", "store", "ecommerce", "buy", "icon", "stroke", "outline"], - "version": "1.113", - "unicode": "f5f8" - }, - "shopping-cart-bolt": { - "name": "shopping-cart-bolt", - "category": "", - "tags": ["shopping", "cart", "bolt", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb57" - }, - "shopping-cart-cancel": { - "name": "shopping-cart-cancel", - "category": "", - "tags": ["shopping", "cart", "cancel", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb58" - }, - "shopping-cart-check": { - "name": "shopping-cart-check", - "category": "", - "tags": ["shopping", "cart", "check", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb59" - }, - "shopping-cart-code": { - "name": "shopping-cart-code", - "category": "", - "tags": ["shopping", "cart", "code", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb5a" - }, - "shopping-cart-cog": { - "name": "shopping-cart-cog", - "category": "", - "tags": ["shopping", "cart", "cog", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb5b" - }, - "shopping-cart-copy": { - "name": "shopping-cart-copy", - "category": "", - "tags": ["shopping", "cart", "copy", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb5c" - }, - "shopping-cart-discount": { - "name": "shopping-cart-discount", - "category": "", - "tags": ["shopping", "cart", "discount", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb5d" - }, - "shopping-cart-dollar": { - "name": "shopping-cart-dollar", - "category": "", - "tags": ["shopping", "cart", "dollar", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb5e" - }, - "shopping-cart-down": { - "name": "shopping-cart-down", - "category": "", - "tags": ["shopping", "cart", "down", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb5f" - }, - "shopping-cart-exclamation": { - "name": "shopping-cart-exclamation", - "category": "", - "tags": ["shopping", "cart", "exclamation", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb60" - }, - "shopping-cart-filled": { - "name": "shopping-cart-filled", - "category": "Filled", - "tags": ["shopping", "cart", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc3f" - }, - "shopping-cart-heart": { - "name": "shopping-cart-heart", - "category": "", - "tags": ["shopping", "cart", "heart", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb61" - }, - "shopping-cart-minus": { - "name": "shopping-cart-minus", - "category": "", - "tags": ["shopping", "cart", "minus", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb62" - }, - "shopping-cart-off": { - "name": "shopping-cart-off", - "category": "E-commerce", - "tags": ["shopping", "cart", "off", "shop", "store", "buy", "purchase", "product", "bag", "trolley", "supermarket", "grocery", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eedc" - }, - "shopping-cart-pause": { - "name": "shopping-cart-pause", - "category": "", - "tags": ["shopping", "cart", "pause", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb63" - }, - "shopping-cart-pin": { - "name": "shopping-cart-pin", - "category": "", - "tags": ["shopping", "cart", "pin", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb64" - }, - "shopping-cart-plus": { - "name": "shopping-cart-plus", - "category": "", - "tags": ["shopping", "cart", "plus", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb65" - }, - "shopping-cart-question": { - "name": "shopping-cart-question", - "category": "", - "tags": ["shopping", "cart", "question", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb66" - }, - "shopping-cart-search": { - "name": "shopping-cart-search", - "category": "", - "tags": ["shopping", "cart", "search", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb67" - }, - "shopping-cart-share": { - "name": "shopping-cart-share", - "category": "", - "tags": ["shopping", "cart", "share", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb68" - }, - "shopping-cart-star": { - "name": "shopping-cart-star", - "category": "", - "tags": ["shopping", "cart", "star", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb69" - }, - "shopping-cart-up": { - "name": "shopping-cart-up", - "category": "", - "tags": ["shopping", "cart", "up", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb6a" - }, - "shopping-cart-x": { - "name": "shopping-cart-x", - "category": "", - "tags": ["shopping", "cart", "x", "icon", "stroke", "outline"], - "version": "2.28", - "unicode": "fb6b" - }, - "shopping-cart": { - "name": "shopping-cart", - "category": "E-commerce", - "tags": ["shopping", "cart", "shop", "store", "buy", "purchase", "product", "bag", "trolley", "supermarket", "grocery", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "eb25" - }, - "shovel-pitchforks": { - "name": "shovel-pitchforks", - "category": "", - "tags": ["shovel", "pitchforks", "shovel", "pitchfork", "digging-tool", "gardening", "agriculture", "farm-tool", "manual-labor", "soil", "gardening-implement", "dig", "icon", "stroke", "outline"], - "version": "2.41", - "unicode": "fd3a" - }, - "shovel": { - "name": "shovel", - "category": "", - "tags": ["shovel", "garden", "tool", "digging", "farm", "dirt", "gardening", "icon", "stroke", "outline"], - "version": "1.68", - "unicode": "f1d9" - }, - "shredder": { - "name": "shredder", - "category": "Devices", - "tags": ["shredder", "paper", "document", "destroy", "device", "office", "confidential", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eedf" - }, - "sign-left-filled": { - "name": "sign-left-filled", - "category": "Filled", - "tags": ["sign", "left", "filled", "direction", "west", "navigation", "arrow", "navigate", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f6a1" - }, - "sign-left": { - "name": "sign-left", - "category": "Map", - "tags": ["sign", "left", "direction", "west", "navigation", "arrow", "navigate", "icon", "stroke", "outline"], - "version": "1.58", - "unicode": "f06b" - }, - "sign-right-filled": { - "name": "sign-right-filled", - "category": "Filled", - "tags": ["sign", "right", "filled", "direction", "east", "navigation", "arrow", "navigate", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f6a2" - }, - "sign-right": { - "name": "sign-right", - "category": "Map", - "tags": ["sign", "right", "direction", "east", "navigation", "arrow", "navigate", "icon", "stroke", "outline"], - "version": "1.58", - "unicode": "f06c" - }, - "signal-2g": { - "name": "signal-2g", - "category": "Devices", - "tags": ["signal", "2g", "mobile", "network", "phone", "wifi", "connection", "icon", "stroke", "outline"], - "version": "2.5", - "unicode": "f79a" - }, - "signal-3g": { - "name": "signal-3g", - "category": "Devices", - "tags": ["signal", "3g", "mobile", "network", "connetion", "wi-fi", "wireless", "smartphone", "technology", "icon", "stroke", "outline"], - "version": "1.69", - "unicode": "f1ee" - }, - "signal-4g-plus": { - "name": "signal-4g-plus", - "category": "Devices", - "tags": ["signal", "4g", "plus", "mobile", "network", "connetion", "wi-fi", "wireless", "smartphone", "technology", "icon", "stroke", "outline"], - "version": "1.75", - "unicode": "f259" - }, - "signal-4g": { - "name": "signal-4g", - "category": "Devices", - "tags": ["signal", "4g", "mobile", "network", "connetion", "wi-fi", "wireless", "smartphone", "technology", "icon", "stroke", "outline"], - "version": "1.69", - "unicode": "f1ef" - }, - "signal-5g": { - "name": "signal-5g", - "category": "Devices", - "tags": ["signal", "5g", "mobile", "network", "connetion", "wi-fi", "wireless", "smartphone", "technology", "icon", "stroke", "outline"], - "version": "1.69", - "unicode": "f1f0" - }, - "signal-6g": { - "name": "signal-6g", - "category": "Devices", - "tags": ["signal", "6g", "icon", "stroke", "outline"], - "version": "2.11", - "unicode": "f9f8" - }, - "signal-e": { - "name": "signal-e", - "category": "Devices", - "tags": ["signal", "e", "icon", "stroke", "outline"], - "version": "2.11", - "unicode": "f9f9" - }, - "signal-g": { - "name": "signal-g", - "category": "Devices", - "tags": ["signal", "g", "icon", "stroke", "outline"], - "version": "2.11", - "unicode": "f9fa" - }, - "signal-h-plus": { - "name": "signal-h-plus", - "category": "Devices", - "tags": ["signal", "h", "plus", "icon", "stroke", "outline"], - "version": "2.11", - "unicode": "f9fb" - }, - "signal-h": { - "name": "signal-h", - "category": "Devices", - "tags": ["signal", "h", "icon", "stroke", "outline"], - "version": "2.11", - "unicode": "f9fc" - }, - "signal-lte": { - "name": "signal-lte", - "category": "Devices", - "tags": ["signal", "lte", "icon", "stroke", "outline"], - "version": "2.11", - "unicode": "f9fd" - }, - "signature-off": { - "name": "signature-off", - "category": "Text", - "tags": ["signature", "off", "name", "certficate", "sign", "edit", "write", "document", "writing", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1a5" - }, - "signature": { - "name": "signature", - "category": "Text", - "tags": ["signature", "name", "certficate", "sign", "edit", "write", "document", "writing", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eee0" - }, - "sitemap-off": { - "name": "sitemap-off", - "category": "Development", - "tags": ["sitemap", "off", "page", "webpage", "website", "list", "roadmap", "index", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1a6" - }, - "sitemap": { - "name": "sitemap", - "category": "Development", - "tags": ["sitemap", "page", "webpage", "website", "list", "roadmap", "index", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb9d" - }, - "skateboard-off": { - "name": "skateboard-off", - "category": "Vehicles", - "tags": ["skateboard", "off", "toy", "vehicle", "electrical", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f42b" - }, - "skateboard": { - "name": "skateboard", - "category": "Vehicles", - "tags": ["skateboard", "toy", "vehicle", "electrical", "icon", "stroke", "outline"], - "version": "1.18", - "unicode": "ecc2" - }, - "skateboarding": { - "name": "skateboarding", - "category": "Sport", - "tags": ["skateboarding", "icon", "stroke", "outline"], - "version": "2.21", - "unicode": "faca" - }, - "skew-x": { - "name": "skew-x", - "category": "", - "tags": ["skew", "x", "skew-horizontal", "tilt-x", "slant-x", "distort-horizontal", "angled", "slanted", "tilted", "diagonal", "oblique", "slope-x", "icon", "stroke", "outline"], - "version": "2.41", - "unicode": "fd3b" - }, - "skew-y": { - "name": "skew-y", - "category": "", - "tags": ["skew", "y", "skew-vertical", "tilt-y", "slant-y", "distort-vertical", "angled", "slanted", "tilted", "diagonal", "oblique", "slope-y", "icon", "stroke", "outline"], - "version": "2.41", - "unicode": "fd3c" - }, - "skull": { - "name": "skull", - "category": "Health", - "tags": ["skull", "halloween", "skeleton", "dead", "pirate", "danger", "horror", "icon", "stroke", "outline"], - "version": "1.78", - "unicode": "f292" - }, - "slash": { - "name": "slash", - "category": "Math", - "tags": ["slash", "sign", "divide", "dash", "icon", "stroke", "outline"], - "version": "1.100", - "unicode": "f4f9" - }, - "slashes": { - "name": "slashes", - "category": "", - "tags": ["slashes", "sign", "key", "button", "dash", "divide", "icon", "stroke", "outline"], - "version": "1.108", - "unicode": "f588" - }, - "sleigh": { - "name": "sleigh", - "category": "Vehicles", - "tags": ["sleigh", "winter", "christmas", "snow", "santa", "transport", "sledge", "icon", "stroke", "outline"], - "version": "1.47", - "unicode": "ef9c" - }, - "slice": { - "name": "slice", - "category": "Design", - "tags": ["slice", "knife", "cut", "chop", "portion", "kitchen", "tool", "icon", "stroke", "outline"], - "version": "1.6", - "unicode": "ebdb" - }, - "slideshow": { - "name": "slideshow", - "category": "Text", - "tags": ["slideshow", "photo", "picture", "video", "presentation", "camera", "display", "ad", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "ebc9" - }, - "smart-home-off": { - "name": "smart-home-off", - "category": "Buildings", - "tags": ["smart", "home", "off", "apple", "devices", "connection", "link", "wifi", "bluetooth", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1a7" - }, - "smart-home": { - "name": "smart-home", - "category": "Buildings", - "tags": ["smart", "home", "apple", "devices", "connection", "link", "wifi", "bluetooth", "icon", "stroke", "outline"], - "version": "1.20", - "unicode": "ecde" - }, - "smoking-no": { - "name": "smoking-no", - "category": "Health", - "tags": ["smoking", "no", "ban", "prohibition", "cigarette", "public place", "icon", "stroke", "outline"], - "version": "1.18", - "unicode": "ecc3" - }, - "smoking": { - "name": "smoking", - "category": "Health", - "tags": ["smoking", "cigarette", "public place", "icon", "stroke", "outline"], - "version": "1.18", - "unicode": "ecc4" - }, - "snowboarding": { - "name": "snowboarding", - "category": "", - "tags": ["snowboarding", "icon", "stroke", "outline"], - "version": "2.42", - "unicode": "fd4f" - }, - "snowflake-off": { - "name": "snowflake-off", - "category": "Weather", - "tags": ["snowflake", "off", "winter", "weather", "cold", "frost", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1a8" - }, - "snowflake": { - "name": "snowflake", - "category": "Weather", - "tags": ["snowflake", "winter", "weather", "cold", "frost", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec0b" - }, - "snowman": { - "name": "snowman", - "category": "", - "tags": ["snowman", "winter", "christmas", "snow", "cold", "frosty", "icon", "stroke", "outline"], - "version": "1.76", - "unicode": "f26d" - }, - "soccer-field": { - "name": "soccer-field", - "category": "Sport", - "tags": ["soccer", "field", "football", "pitch", "player", "vall", "goal", "goalkeeper", "kick", "ball", "score", "sport", "sportsman", "icon", "stroke", "outline"], - "version": "1.34", - "unicode": "ed92" - }, - "social-off": { - "name": "social-off", - "category": "", - "tags": ["social", "off", "society", "community", "collectivity", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1a9" - }, - "social": { - "name": "social", - "category": "", - "tags": ["social", "society", "community", "collectivity", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebec" - }, - "sock": { - "name": "sock", - "category": "", - "tags": ["sock", "clothing", "clothes", "foot", "feet", "leg", "knit", "wool", "cotton", "ankle", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eee1" - }, - "sofa-off": { - "name": "sofa-off", - "category": "", - "tags": ["sofa", "off", "chair", "seat", "home", "furniture", "couch", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f42c" - }, - "sofa": { - "name": "sofa", - "category": "", - "tags": ["sofa", "chair", "seat", "home", "furniture", "couch", "icon", "stroke", "outline"], - "version": "1.48", - "unicode": "efaf" - }, - "solar-electricity": { - "name": "solar-electricity", - "category": "", - "tags": ["solar", "electricity", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcc1" - }, - "solar-panel-2": { - "name": "solar-panel-2", - "category": "", - "tags": ["solar", "panel", "2", "energy", "sun", "power", "ecology", "electricity", "icon", "stroke", "outline"], - "version": "2.7", - "unicode": "f7be" - }, - "solar-panel": { - "name": "solar-panel", - "category": "", - "tags": ["solar", "panel", "energy", "sun", "power", "ecology", "electricity", "icon", "stroke", "outline"], - "version": "2.7", - "unicode": "f7bf" - }, - "sort-0-9": { - "name": "sort-0-9", - "category": "Text", - "tags": ["sort", "0", "9", "numbers", "one", "two", "three", "four", "five", "numerical", "icon", "stroke", "outline"], - "version": "1.105", - "unicode": "f54d" - }, - "sort-9-0": { - "name": "sort-9-0", - "category": "Text", - "tags": ["sort", "9", "0", "numbers", "one", "two", "three", "four", "five", "numerical", "icon", "stroke", "outline"], - "version": "1.105", - "unicode": "f54e" - }, - "sort-a-z": { - "name": "sort-a-z", - "category": "Text", - "tags": ["sort", "a", "z", "alphabet", "letters", "alphabetical", "icon", "stroke", "outline"], - "version": "1.105", - "unicode": "f54f" - }, - "sort-ascending-2": { - "name": "sort-ascending-2", - "category": "Text", - "tags": ["sort", "ascending", "2", "filter", "classify", "arrange", "order", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eee2" - }, - "sort-ascending-letters": { - "name": "sort-ascending-letters", - "category": "Text", - "tags": ["sort", "ascending", "letters", "filter", "classify", "arrange", "order", "icon", "stroke", "outline"], - "version": "1.40", - "unicode": "ef18" - }, - "sort-ascending-numbers": { - "name": "sort-ascending-numbers", - "category": "Text", - "tags": ["sort", "ascending", "numbers", "filter", "classify", "arrange", "order", "icon", "stroke", "outline"], - "version": "1.40", - "unicode": "ef19" - }, - "sort-ascending-shapes": { - "name": "sort-ascending-shapes", - "category": "", - "tags": ["sort", "ascending", "shapes", "icon", "stroke", "outline"], - "version": "2.46", - "unicode": "fd94" - }, - "sort-ascending-small-big": { - "name": "sort-ascending-small-big", - "category": "", - "tags": ["sort", "ascending", "small", "big", "icon", "stroke", "outline"], - "version": "2.46", - "unicode": "fd95" - }, - "sort-ascending": { - "name": "sort-ascending", - "category": "Text", - "tags": ["sort", "ascending", "filter", "classify", "arrange", "order", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb26" - }, - "sort-deacending-small-big": { - "name": "sort-deacending-small-big", - "category": "", - "tags": ["sort", "deacending", "small", "big", "icon", "stroke", "outline"], - "version": "2.46", - "unicode": "fd96" - }, - "sort-descending-2": { - "name": "sort-descending-2", - "category": "Text", - "tags": ["sort", "descending", "2", "filter", "classify", "arrange", "order", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eee3" - }, - "sort-descending-letters": { - "name": "sort-descending-letters", - "category": "Text", - "tags": ["sort", "descending", "letters", "filter", "classify", "arrange", "order", "icon", "stroke", "outline"], - "version": "1.40", - "unicode": "ef1a" - }, - "sort-descending-numbers": { - "name": "sort-descending-numbers", - "category": "Text", - "tags": ["sort", "descending", "numbers", "filter", "classify", "arrange", "order", "icon", "stroke", "outline"], - "version": "1.40", - "unicode": "ef1b" - }, - "sort-descending-shapes": { - "name": "sort-descending-shapes", - "category": "", - "tags": ["sort", "descending", "shapes", "icon", "stroke", "outline"], - "version": "2.46", - "unicode": "fd97" - }, - "sort-descending": { - "name": "sort-descending", - "category": "Text", - "tags": ["sort", "descending", "filter", "classify", "arrange", "order", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb27" - }, - "sort-z-a": { - "name": "sort-z-a", - "category": "Text", - "tags": ["sort", "z", "a", "alphabet", "letters", "alphabetical", "icon", "stroke", "outline"], - "version": "1.105", - "unicode": "f550" - }, - "sos": { - "name": "sos", - "category": "", - "tags": ["sos", "help", "emergency", "signal", "message", "alert", "icon", "stroke", "outline"], - "version": "1.74", - "unicode": "f24a" - }, - "soup-off": { - "name": "soup-off", - "category": "Food", - "tags": ["soup", "off", "food", "cooking", "restaurant", "bowl", "hot", "kitchen", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f42d" - }, - "soup": { - "name": "soup", - "category": "Food", - "tags": ["soup", "food", "cooking", "restaurant", "bowl", "hot", "kitchen", "icon", "stroke", "outline"], - "version": "1.41", - "unicode": "ef2e" - }, - "source-code": { - "name": "source-code", - "category": "", - "tags": ["source", "code", "programming", "coding", "html", "development", "icon", "stroke", "outline"], - "version": "1.96", - "unicode": "f4a2" - }, - "space-off": { - "name": "space-off", - "category": "Text", - "tags": ["space", "off", "keyboard", "type", "gap", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1aa" - }, - "space": { - "name": "space", - "category": "Text", - "tags": ["space", "keyboard", "type", "gap", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec0c" - }, - "spacing-horizontal": { - "name": "spacing-horizontal", - "category": "Document", - "tags": ["spacing", "horizontal", "align", "between", "text", "gap", "icon", "stroke", "outline"], - "version": "1.43", - "unicode": "ef54" - }, - "spacing-vertical": { - "name": "spacing-vertical", - "category": "Document", - "tags": ["spacing", "vertical", "align", "between", "text", "gap", "icon", "stroke", "outline"], - "version": "1.43", - "unicode": "ef55" - }, - "spade-filled": { - "name": "spade-filled", - "category": "Filled", - "tags": ["spade", "filled", "cards", "casino", "poker", "shapes", "gamble", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f6a3" - }, - "spade": { - "name": "spade", - "category": "Shapes", - "tags": ["spade", "cards", "casino", "poker", "shapes", "gamble", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "effa" - }, - "sparkles": { - "name": "sparkles", - "category": "", - "tags": ["sparkles", "star", "light", "fire", "shine", "icon", "stroke", "outline"], - "version": "2.1", - "unicode": "f6d7" - }, - "speakerphone": { - "name": "speakerphone", - "category": "Media", - "tags": ["speakerphone", "voice", "loud", "microphone", "loudspeaker", "event", "protest", "speaker", "shout", "listen", "icon", "stroke", "outline"], - "version": "1.31", - "unicode": "ed61" - }, - "speedboat": { - "name": "speedboat", - "category": "Vehicles", - "tags": ["speedboat", "motorboat", "holiday", "sea", "ocean", "engine", "travel", "lake", "summer", "icon", "stroke", "outline"], - "version": "1.34", - "unicode": "ed93" - }, - "sphere-off": { - "name": "sphere-off", - "category": "Shapes", - "tags": ["sphere", "off", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fab6" - }, - "sphere-plus": { - "name": "sphere-plus", - "category": "Shapes", - "tags": ["sphere", "plus", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fab7" - }, - "sphere": { - "name": "sphere", - "category": "Shapes", - "tags": ["sphere", "3d", "pattern", "abstract", "geometric", "shape", "icon", "stroke", "outline"], - "version": "2.20", - "unicode": "fab8" - }, - "spider": { - "name": "spider", - "category": "Animals", - "tags": ["spider", "halloween", "animal", "scary", "horror", "cobweb", "insect", "icon", "stroke", "outline"], - "version": "1.78", - "unicode": "f293" - }, - "spiral-off": { - "name": "spiral-off", - "category": "", - "tags": ["spiral", "off", "hypnosis", "rotation", "growth", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f42e" - }, - "spiral": { - "name": "spiral", - "category": "", - "tags": ["spiral", "hypnosis", "rotation", "growth", "icon", "stroke", "outline"], - "version": "1.78", - "unicode": "f294" - }, - "sport-billard": { - "name": "sport-billard", - "category": "Sport", - "tags": ["sport", "billard", "pool", "game", "ball", "pub", "entertainment", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eee4" - }, - "spray": { - "name": "spray", - "category": "", - "tags": ["spray", "paint", "clean", "hygiene", "graffiti", "icon", "stroke", "outline"], - "version": "1.101", - "unicode": "f50b" - }, - "spy-off": { - "name": "spy-off", - "category": "", - "tags": ["spy", "off", "security", "incognito", "privacy", "browser", "web", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f42f" - }, - "spy": { - "name": "spy", - "category": "", - "tags": ["spy", "security", "incognito", "privacy", "browser", "web", "icon", "stroke", "outline"], - "version": "1.72", - "unicode": "f227" - }, - "sql": { - "name": "sql", - "category": "Extensions", - "tags": ["sql", "file", "document", "type", "format", "extencion", "icon", "stroke", "outline"], - "version": "2.7", - "unicode": "f7c0" - }, - "square-0-filled": { - "name": "square-0-filled", - "category": "Filled", - "tags": ["square", "0", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f764" - }, - "square-1-filled": { - "name": "square-1-filled", - "category": "Filled", - "tags": ["square", "1", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f765" - }, - "square-2-filled": { - "name": "square-2-filled", - "category": "Filled", - "tags": ["square", "2", "filled", "icon", "stroke", "outline"], - "version": "2.9", - "unicode": "f7fa" - }, - "square-3-filled": { - "name": "square-3-filled", - "category": "Filled", - "tags": ["square", "3", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f766" - }, - "square-4-filled": { - "name": "square-4-filled", - "category": "Filled", - "tags": ["square", "4", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f767" - }, - "square-5-filled": { - "name": "square-5-filled", - "category": "Filled", - "tags": ["square", "5", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f768" - }, - "square-6-filled": { - "name": "square-6-filled", - "category": "Filled", - "tags": ["square", "6", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f769" - }, - "square-7-filled": { - "name": "square-7-filled", - "category": "Filled", - "tags": ["square", "7", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f76a" - }, - "square-8-filled": { - "name": "square-8-filled", - "category": "Filled", - "tags": ["square", "8", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f76b" - }, - "square-9-filled": { - "name": "square-9-filled", - "category": "Filled", - "tags": ["square", "9", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f76c" - }, - "square-arrow-down-filled": { - "name": "square-arrow-down-filled", - "category": "Filled", - "tags": ["square", "arrow", "down", "filled", "icon", "stroke", "outline"], - "version": "2.27", - "unicode": "fb31" - }, - "square-arrow-down": { - "name": "square-arrow-down", - "category": "Arrows", - "tags": ["square", "arrow", "down", "direction", "shape", "bottom", "south", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4b7" - }, - "square-arrow-left-filled": { - "name": "square-arrow-left-filled", - "category": "Filled", - "tags": ["square", "arrow", "left", "filled", "icon", "stroke", "outline"], - "version": "2.27", - "unicode": "fb32" - }, - "square-arrow-left": { - "name": "square-arrow-left", - "category": "Arrows", - "tags": ["square", "arrow", "left", "direction", "shape", "west", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4b8" - }, - "square-arrow-right-filled": { - "name": "square-arrow-right-filled", - "category": "Filled", - "tags": ["square", "arrow", "right", "filled", "icon", "stroke", "outline"], - "version": "2.27", - "unicode": "fb33" - }, - "square-arrow-right": { - "name": "square-arrow-right", - "category": "Arrows", - "tags": ["square", "arrow", "right", "direction", "shape", "east", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4b9" - }, - "square-arrow-up-filled": { - "name": "square-arrow-up-filled", - "category": "Filled", - "tags": ["square", "arrow", "up", "filled", "icon", "stroke", "outline"], - "version": "2.27", - "unicode": "fb34" - }, - "square-arrow-up": { - "name": "square-arrow-up", - "category": "Arrows", - "tags": ["square", "arrow", "up", "direction", "shape", "north", "top", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4ba" - }, - "square-asterisk-filled": { - "name": "square-asterisk-filled", - "category": "Filled", - "tags": ["square", "asterisk", "filled", "icon", "stroke", "outline"], - "version": "2.27", - "unicode": "fb35" - }, - "square-asterisk": { - "name": "square-asterisk", - "category": "", - "tags": ["square", "asterisk", "shapes", "star", "password", "security", "icon", "stroke", "outline"], - "version": "1.54", - "unicode": "f01a" - }, - "square-check-filled": { - "name": "square-check-filled", - "category": "Filled", - "tags": ["square", "check", "filled", "checkbox", "yes", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f76d" - }, - "square-check": { - "name": "square-check", - "category": "Shapes", - "tags": ["square", "check", "checkbox", "yes", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb28" - }, - "square-chevron-down-filled": { - "name": "square-chevron-down-filled", - "category": "Filled", - "tags": ["square", "chevron", "down", "filled", "icon", "stroke", "outline"], - "version": "2.27", - "unicode": "fb36" - }, - "square-chevron-down": { - "name": "square-chevron-down", - "category": "Arrows", - "tags": ["square", "chevron", "down", "shape", "south", "bottom", "direction", "icon", "stroke", "outline"], - "version": "1.116", - "unicode": "f627" - }, - "square-chevron-left-filled": { - "name": "square-chevron-left-filled", - "category": "Filled", - "tags": ["square", "chevron", "left", "filled", "icon", "stroke", "outline"], - "version": "2.27", - "unicode": "fb37" - }, - "square-chevron-left": { - "name": "square-chevron-left", - "category": "Arrows", - "tags": ["square", "chevron", "left", "shape", "direction", "west", "icon", "stroke", "outline"], - "version": "1.116", - "unicode": "f628" - }, - "square-chevron-right-filled": { - "name": "square-chevron-right-filled", - "category": "Filled", - "tags": ["square", "chevron", "right", "filled", "icon", "stroke", "outline"], - "version": "2.27", - "unicode": "fb38" - }, - "square-chevron-right": { - "name": "square-chevron-right", - "category": "Arrows", - "tags": ["square", "chevron", "right", "shape", "direction", "east", "icon", "stroke", "outline"], - "version": "1.116", - "unicode": "f629" - }, - "square-chevron-up-filled": { - "name": "square-chevron-up-filled", - "category": "Filled", - "tags": ["square", "chevron", "up", "filled", "icon", "stroke", "outline"], - "version": "2.27", - "unicode": "fb39" - }, - "square-chevron-up": { - "name": "square-chevron-up", - "category": "Arrows", - "tags": ["square", "chevron", "up", "shape", "direction", "north", "top", "icon", "stroke", "outline"], - "version": "1.116", - "unicode": "f62a" - }, - "square-chevrons-down-filled": { - "name": "square-chevrons-down-filled", - "category": "Filled", - "tags": ["square", "chevrons", "down", "filled", "icon", "stroke", "outline"], - "version": "2.27", - "unicode": "fb3a" - }, - "square-chevrons-down": { - "name": "square-chevrons-down", - "category": "Arrows", - "tags": ["square", "chevrons", "down", "shape", "south", "bottom", "direction", "icon", "stroke", "outline"], - "version": "1.118", - "unicode": "f64b" - }, - "square-chevrons-left-filled": { - "name": "square-chevrons-left-filled", - "category": "Filled", - "tags": ["square", "chevrons", "left", "filled", "icon", "stroke", "outline"], - "version": "2.27", - "unicode": "fb3b" - }, - "square-chevrons-left": { - "name": "square-chevrons-left", - "category": "Arrows", - "tags": ["square", "chevrons", "left", "shape", "direction", "west", "icon", "stroke", "outline"], - "version": "1.118", - "unicode": "f64c" - }, - "square-chevrons-right-filled": { - "name": "square-chevrons-right-filled", - "category": "Filled", - "tags": ["square", "chevrons", "right", "filled", "icon", "stroke", "outline"], - "version": "2.27", - "unicode": "fb3c" - }, - "square-chevrons-right": { - "name": "square-chevrons-right", - "category": "Arrows", - "tags": ["square", "chevrons", "right", "shape", "direction", "east", "icon", "stroke", "outline"], - "version": "1.118", - "unicode": "f64d" - }, - "square-chevrons-up-filled": { - "name": "square-chevrons-up-filled", - "category": "Filled", - "tags": ["square", "chevrons", "up", "filled", "icon", "stroke", "outline"], - "version": "2.27", - "unicode": "fb3d" - }, - "square-chevrons-up": { - "name": "square-chevrons-up", - "category": "Arrows", - "tags": ["square", "chevrons", "up", "shape", "direction", "north", "top", "icon", "stroke", "outline"], - "version": "1.118", - "unicode": "f64e" - }, - "square-dot-filled": { - "name": "square-dot-filled", - "category": "Filled", - "tags": ["square", "dot", "filled", "icon", "stroke", "outline"], - "version": "2.27", - "unicode": "fb3e" - }, - "square-dot": { - "name": "square-dot", - "category": "Shapes", - "tags": ["square", "dot", "corner", "shape", "element", "point", "icon", "stroke", "outline"], - "version": "1.30", - "unicode": "ed59" - }, - "square-f0-filled": { - "name": "square-f0-filled", - "category": "Filled", - "tags": ["square", "f0", "filled", "shape", "keyboard", "button", "key", "hotkey", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f76e" - }, - "square-f0": { - "name": "square-f0", - "category": "System", - "tags": ["square", "f0", "shape", "keyboard", "button", "key", "hotkey", "icon", "stroke", "outline"], - "version": "1.103", - "unicode": "f526" - }, - "square-f1-filled": { - "name": "square-f1-filled", - "category": "Filled", - "tags": ["square", "f1", "filled", "shape", "keyboard", "button", "key", "hotkey", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f76f" - }, - "square-f1": { - "name": "square-f1", - "category": "System", - "tags": ["square", "f1", "shape", "keyboard", "button", "key", "hotkey", "icon", "stroke", "outline"], - "version": "1.103", - "unicode": "f527" - }, - "square-f2-filled": { - "name": "square-f2-filled", - "category": "Filled", - "tags": ["square", "f2", "filled", "shape", "keyboard", "button", "key", "hotkey", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f770" - }, - "square-f2": { - "name": "square-f2", - "category": "System", - "tags": ["square", "f2", "shape", "keyboard", "button", "key", "hotkey", "icon", "stroke", "outline"], - "version": "1.103", - "unicode": "f528" - }, - "square-f3-filled": { - "name": "square-f3-filled", - "category": "Filled", - "tags": ["square", "f3", "filled", "shape", "keyboard", "button", "key", "hotkey", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f771" - }, - "square-f3": { - "name": "square-f3", - "category": "System", - "tags": ["square", "f3", "shape", "keyboard", "button", "key", "hotkey", "icon", "stroke", "outline"], - "version": "1.103", - "unicode": "f529" - }, - "square-f4-filled": { - "name": "square-f4-filled", - "category": "Filled", - "tags": ["square", "f4", "filled", "shape", "keyboard", "button", "key", "hotkey", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f772" - }, - "square-f4": { - "name": "square-f4", - "category": "System", - "tags": ["square", "f4", "shape", "keyboard", "button", "key", "hotkey", "icon", "stroke", "outline"], - "version": "1.103", - "unicode": "f52a" - }, - "square-f5-filled": { - "name": "square-f5-filled", - "category": "Filled", - "tags": ["square", "f5", "filled", "shape", "keyboard", "button", "key", "hotkey", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f773" - }, - "square-f5": { - "name": "square-f5", - "category": "System", - "tags": ["square", "f5", "shape", "keyboard", "button", "key", "hotkey", "icon", "stroke", "outline"], - "version": "1.103", - "unicode": "f52b" - }, - "square-f6-filled": { - "name": "square-f6-filled", - "category": "Filled", - "tags": ["square", "f6", "filled", "shape", "keyboard", "button", "key", "hotkey", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f774" - }, - "square-f6": { - "name": "square-f6", - "category": "System", - "tags": ["square", "f6", "shape", "keyboard", "button", "key", "hotkey", "icon", "stroke", "outline"], - "version": "1.103", - "unicode": "f52c" - }, - "square-f7-filled": { - "name": "square-f7-filled", - "category": "Filled", - "tags": ["square", "f7", "filled", "shape", "keyboard", "button", "key", "hotkey", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f775" - }, - "square-f7": { - "name": "square-f7", - "category": "System", - "tags": ["square", "f7", "shape", "keyboard", "button", "key", "hotkey", "icon", "stroke", "outline"], - "version": "1.103", - "unicode": "f52d" - }, - "square-f8-filled": { - "name": "square-f8-filled", - "category": "Filled", - "tags": ["square", "f8", "filled", "shape", "keyboard", "button", "key", "hotkey", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f776" - }, - "square-f8": { - "name": "square-f8", - "category": "System", - "tags": ["square", "f8", "shape", "keyboard", "button", "key", "hotkey", "icon", "stroke", "outline"], - "version": "1.103", - "unicode": "f52e" - }, - "square-f9-filled": { - "name": "square-f9-filled", - "category": "Filled", - "tags": ["square", "f9", "filled", "shape", "keyboard", "button", "key", "hotkey", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f777" - }, - "square-f9": { - "name": "square-f9", - "category": "System", - "tags": ["square", "f9", "shape", "keyboard", "button", "key", "hotkey", "icon", "stroke", "outline"], - "version": "1.103", - "unicode": "f52f" - }, - "square-filled": { - "name": "square-filled", - "category": "Filled", - "tags": ["square", "filled", "icon", "stroke", "outline"], - "version": "2.30", - "unicode": "fc40" - }, - "square-forbid-2": { - "name": "square-forbid-2", - "category": "", - "tags": ["square", "forbid", "2", "box", "disabled", "false", "block", "icon", "stroke", "outline"], - "version": "1.30", - "unicode": "ed5a" - }, - "square-forbid": { - "name": "square-forbid", - "category": "", - "tags": ["square", "forbid", "box", "disabled", "false", "block", "icon", "stroke", "outline"], - "version": "1.30", - "unicode": "ed5b" - }, - "square-half": { - "name": "square-half", - "category": "Design", - "tags": ["square", "half", "shapes", "pattern", "geometric", "highlight", "geometry", "icon", "stroke", "outline"], - "version": "1.52", - "unicode": "effb" - }, - "square-key": { - "name": "square-key", - "category": "", - "tags": ["square", "key", "shape", "lock", "door", "acsses", "icon", "stroke", "outline"], - "version": "1.117", - "unicode": "f638" - }, - "square-letter-a": { - "name": "square-letter-a", - "category": "Letters", - "tags": ["square", "letter", "a", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f47c" - }, - "square-letter-b": { - "name": "square-letter-b", - "category": "Letters", - "tags": ["square", "letter", "b", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f47d" - }, - "square-letter-c": { - "name": "square-letter-c", - "category": "Letters", - "tags": ["square", "letter", "c", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f47e" - }, - "square-letter-d": { - "name": "square-letter-d", - "category": "Letters", - "tags": ["square", "letter", "d", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f47f" - }, - "square-letter-e": { - "name": "square-letter-e", - "category": "Letters", - "tags": ["square", "letter", "e", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f480" - }, - "square-letter-f": { - "name": "square-letter-f", - "category": "Letters", - "tags": ["square", "letter", "f", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f481" - }, - "square-letter-g": { - "name": "square-letter-g", - "category": "Letters", - "tags": ["square", "letter", "g", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f482" - }, - "square-letter-h": { - "name": "square-letter-h", - "category": "Letters", - "tags": ["square", "letter", "h", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f483" - }, - "square-letter-i": { - "name": "square-letter-i", - "category": "Letters", - "tags": ["square", "letter", "i", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f484" - }, - "square-letter-j": { - "name": "square-letter-j", - "category": "Letters", - "tags": ["square", "letter", "j", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f485" - }, - "square-letter-k": { - "name": "square-letter-k", - "category": "Letters", - "tags": ["square", "letter", "k", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f486" - }, - "square-letter-l": { - "name": "square-letter-l", - "category": "Letters", - "tags": ["square", "letter", "l", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f487" - }, - "square-letter-m": { - "name": "square-letter-m", - "category": "Letters", - "tags": ["square", "letter", "m", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f488" - }, - "square-letter-n": { - "name": "square-letter-n", - "category": "Letters", - "tags": ["square", "letter", "n", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f489" - }, - "square-letter-o": { - "name": "square-letter-o", - "category": "Letters", - "tags": ["square", "letter", "o", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f48a" - }, - "square-letter-p": { - "name": "square-letter-p", - "category": "Letters", - "tags": ["square", "letter", "p", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f48b" - }, - "square-letter-q": { - "name": "square-letter-q", - "category": "Letters", - "tags": ["square", "letter", "q", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f48c" - }, - "square-letter-r": { - "name": "square-letter-r", - "category": "Letters", - "tags": ["square", "letter", "r", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f48d" - }, - "square-letter-s": { - "name": "square-letter-s", - "category": "Letters", - "tags": ["square", "letter", "s", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f48e" - }, - "square-letter-t": { - "name": "square-letter-t", - "category": "Letters", - "tags": ["square", "letter", "t", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f48f" - }, - "square-letter-u": { - "name": "square-letter-u", - "category": "Letters", - "tags": ["square", "letter", "u", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f490" - }, - "square-letter-v": { - "name": "square-letter-v", - "category": "Letters", - "tags": ["square", "letter", "v", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.97", - "unicode": "f4bb" - }, - "square-letter-w": { - "name": "square-letter-w", - "category": "Letters", - "tags": ["square", "letter", "w", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f491" - }, - "square-letter-x": { - "name": "square-letter-x", - "category": "Letters", - "tags": ["square", "letter", "x", "cancel", "close", "delete", "remove", "times", "clear", "no", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "f4bc" - }, - "square-letter-y": { - "name": "square-letter-y", - "category": "Letters", - "tags": ["square", "letter", "y", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f492" - }, - "square-letter-z": { - "name": "square-letter-z", - "category": "Letters", - "tags": ["square", "letter", "z", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.95", - "unicode": "f493" - }, - "square-minus-filled": { - "name": "square-minus-filled", - "category": "Filled", - "tags": ["square", "minus", "filled", "icon", "stroke", "outline"], - "version": "2.27", - "unicode": "fb3f" - }, - "square-minus": { - "name": "square-minus", - "category": "Shapes", - "tags": ["square", "minus", "remove", "indeterminate", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb29" - }, - "square-number-0": { - "name": "square-number-0", - "category": "Numbers", - "tags": ["square", "number", "0", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eee5" - }, - "square-number-1": { - "name": "square-number-1", - "category": "Numbers", - "tags": ["square", "number", "1", "one", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eee6" - }, - "square-number-2": { - "name": "square-number-2", - "category": "Numbers", - "tags": ["square", "number", "2", "two", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eee7" - }, - "square-number-3": { - "name": "square-number-3", - "category": "Numbers", - "tags": ["square", "number", "3", "three", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eee8" - }, - "square-number-4": { - "name": "square-number-4", - "category": "Numbers", - "tags": ["square", "number", "4", "four", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eee9" - }, - "square-number-5": { - "name": "square-number-5", - "category": "Numbers", - "tags": ["square", "number", "5", "five", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeea" - }, - "square-number-6": { - "name": "square-number-6", - "category": "Numbers", - "tags": ["square", "number", "6", "six", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeeb" - }, - "square-number-7": { - "name": "square-number-7", - "category": "Numbers", - "tags": ["square", "number", "7", "seven", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeec" - }, - "square-number-8": { - "name": "square-number-8", - "category": "Numbers", - "tags": ["square", "number", "8", "eight", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeed" - }, - "square-number-9": { - "name": "square-number-9", - "category": "Numbers", - "tags": ["square", "number", "9", "nine", "zero", "number", "digit", "quantity", "amount", "order", "maths", "sum", "total", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeee" - }, - "square-off": { - "name": "square-off", - "category": "Shapes", - "tags": ["square", "off", "checkbox", "box", "shape", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeef" - }, - "square-percentage": { - "name": "square-percentage", - "category": "", - "tags": ["square", "percentage", "icon", "stroke", "outline"], - "version": "2.45", - "unicode": "fd83" - }, - "square-plus-2": { - "name": "square-plus-2", - "category": "Shapes", - "tags": ["square", "plus", "2", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc96" - }, - "square-plus": { - "name": "square-plus", - "category": "Shapes", - "tags": ["square", "plus", "add", "create", "new", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb2a" - }, - "square-root-2": { - "name": "square-root-2", - "category": "Math", - "tags": ["square", "root", "2", "mathematics", "maths", "science", "calculate", "calculator", "algebra", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eef0" - }, - "square-root": { - "name": "square-root", - "category": "Math", - "tags": ["square", "root", "mathematics", "maths", "science", "calculate", "calculator", "algebra", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eef1" - }, - "square-rotated-filled": { - "name": "square-rotated-filled", - "category": "Filled", - "tags": ["square", "rotated", "filled", "shape", "sign", "geometry", "geometric", "quadrilateral", "rhombus", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f6a4" - }, - "square-rotated-forbid-2": { - "name": "square-rotated-forbid-2", - "category": "", - "tags": ["square", "rotated", "forbid", "2", "shape", "geometry", "rhombus", "ban", "restricted", "icon", "stroke", "outline"], - "version": "1.54", - "unicode": "f01b" - }, - "square-rotated-forbid": { - "name": "square-rotated-forbid", - "category": "", - "tags": ["square", "rotated", "forbid", "shape", "geometry", "rhombus", "ban", "restricted", "icon", "stroke", "outline"], - "version": "1.54", - "unicode": "f01c" - }, - "square-rotated-off": { - "name": "square-rotated-off", - "category": "Shapes", - "tags": ["square", "rotated", "off", "shape", "sign", "geometry", "geometric", "quadrilateral", "rhombus", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eef2" - }, - "square-rotated": { - "name": "square-rotated", - "category": "Shapes", - "tags": ["square", "rotated", "shape", "sign", "geometry", "geometric", "quadrilateral", "rhombus", "icon", "stroke", "outline"], - "version": "1.20", - "unicode": "ecdf" - }, - "square-rounded-arrow-down-filled": { - "name": "square-rounded-arrow-down-filled", - "category": "Filled", - "tags": ["square", "rounded", "arrow", "down", "filled", "shape", "south", "bottom", "direction", "icon", "stroke", "outline"], - "version": "2.2", - "unicode": "f6db" - }, - "square-rounded-arrow-down": { - "name": "square-rounded-arrow-down", - "category": "Arrows", - "tags": ["square", "rounded", "arrow", "down", "shape", "south", "bottom", "direction", "icon", "stroke", "outline"], - "version": "1.117", - "unicode": "f639" - }, - "square-rounded-arrow-left-filled": { - "name": "square-rounded-arrow-left-filled", - "category": "Filled", - "tags": ["square", "rounded", "arrow", "left", "filled", "shape", "direction", "west", "icon", "stroke", "outline"], - "version": "2.2", - "unicode": "f6dc" - }, - "square-rounded-arrow-left": { - "name": "square-rounded-arrow-left", - "category": "Arrows", - "tags": ["square", "rounded", "arrow", "left", "shape", "direction", "west", "icon", "stroke", "outline"], - "version": "1.117", - "unicode": "f63a" - }, - "square-rounded-arrow-right-filled": { - "name": "square-rounded-arrow-right-filled", - "category": "Filled", - "tags": ["square", "rounded", "arrow", "right", "filled", "shape", "direction", "east", "icon", "stroke", "outline"], - "version": "2.2", - "unicode": "f6dd" - }, - "square-rounded-arrow-right": { - "name": "square-rounded-arrow-right", - "category": "Arrows", - "tags": ["square", "rounded", "arrow", "right", "shape", "direction", "east", "icon", "stroke", "outline"], - "version": "1.117", - "unicode": "f63b" - }, - "square-rounded-arrow-up-filled": { - "name": "square-rounded-arrow-up-filled", - "category": "Filled", - "tags": ["square", "rounded", "arrow", "up", "filled", "shape", "direction", "north", "top", "icon", "stroke", "outline"], - "version": "2.2", - "unicode": "f6de" - }, - "square-rounded-arrow-up": { - "name": "square-rounded-arrow-up", - "category": "Arrows", - "tags": ["square", "rounded", "arrow", "up", "shape", "direction", "north", "top", "icon", "stroke", "outline"], - "version": "1.117", - "unicode": "f63c" - }, - "square-rounded-check-filled": { - "name": "square-rounded-check-filled", - "category": "Filled", - "tags": ["square", "rounded", "check", "filled", "shape", "tick", "accpet", "done", "true", "icon", "stroke", "outline"], - "version": "2.2", - "unicode": "f6df" - }, - "square-rounded-check": { - "name": "square-rounded-check", - "category": "Shapes", - "tags": ["square", "rounded", "check", "shape", "tick", "accpet", "done", "true", "icon", "stroke", "outline"], - "version": "1.117", - "unicode": "f63d" - }, - "square-rounded-chevron-down-filled": { - "name": "square-rounded-chevron-down-filled", - "category": "Filled", - "tags": ["square", "rounded", "chevron", "down", "filled", "shape", "south", "bottom", "direction", "icon", "stroke", "outline"], - "version": "2.2", - "unicode": "f6e0" - }, - "square-rounded-chevron-down": { - "name": "square-rounded-chevron-down", - "category": "Arrows", - "tags": ["square", "rounded", "chevron", "down", "shape", "south", "bottom", "direction", "icon", "stroke", "outline"], - "version": "1.116", - "unicode": "f62b" - }, - "square-rounded-chevron-left-filled": { - "name": "square-rounded-chevron-left-filled", - "category": "Filled", - "tags": ["square", "rounded", "chevron", "left", "filled", "shape", "direction", "west", "icon", "stroke", "outline"], - "version": "2.2", - "unicode": "f6e1" - }, - "square-rounded-chevron-left": { - "name": "square-rounded-chevron-left", - "category": "Arrows", - "tags": ["square", "rounded", "chevron", "left", "shape", "direction", "west", "icon", "stroke", "outline"], - "version": "1.116", - "unicode": "f62c" - }, - "square-rounded-chevron-right-filled": { - "name": "square-rounded-chevron-right-filled", - "category": "Filled", - "tags": ["square", "rounded", "chevron", "right", "filled", "shape", "direction", "east", "icon", "stroke", "outline"], - "version": "2.2", - "unicode": "f6e2" - }, - "square-rounded-chevron-right": { - "name": "square-rounded-chevron-right", - "category": "Arrows", - "tags": ["square", "rounded", "chevron", "right", "shape", "direction", "east", "icon", "stroke", "outline"], - "version": "1.116", - "unicode": "f62d" - }, - "square-rounded-chevron-up-filled": { - "name": "square-rounded-chevron-up-filled", - "category": "Filled", - "tags": ["square", "rounded", "chevron", "up", "filled", "shape", "direction", "north", "top", "icon", "stroke", "outline"], - "version": "2.2", - "unicode": "f6e3" - }, - "square-rounded-chevron-up": { - "name": "square-rounded-chevron-up", - "category": "Arrows", - "tags": ["square", "rounded", "chevron", "up", "shape", "direction", "north", "top", "icon", "stroke", "outline"], - "version": "1.116", - "unicode": "f62e" - }, - "square-rounded-chevrons-down-filled": { - "name": "square-rounded-chevrons-down-filled", - "category": "Filled", - "tags": ["square", "rounded", "chevrons", "down", "filled", "shape", "south", "bottom", "direction", "icon", "stroke", "outline"], - "version": "2.2", - "unicode": "f6e4" - }, - "square-rounded-chevrons-down": { - "name": "square-rounded-chevrons-down", - "category": "Arrows", - "tags": ["square", "rounded", "chevrons", "down", "shape", "south", "bottom", "direction", "icon", "stroke", "outline"], - "version": "1.118", - "unicode": "f64f" - }, - "square-rounded-chevrons-left-filled": { - "name": "square-rounded-chevrons-left-filled", - "category": "Filled", - "tags": ["square", "rounded", "chevrons", "left", "filled", "shape", "direction", "west", "icon", "stroke", "outline"], - "version": "2.2", - "unicode": "f6e5" - }, - "square-rounded-chevrons-left": { - "name": "square-rounded-chevrons-left", - "category": "Arrows", - "tags": ["square", "rounded", "chevrons", "left", "shape", "direction", "west", "icon", "stroke", "outline"], - "version": "1.118", - "unicode": "f650" - }, - "square-rounded-chevrons-right-filled": { - "name": "square-rounded-chevrons-right-filled", - "category": "Filled", - "tags": ["square", "rounded", "chevrons", "right", "filled", "shape", "direction", "east", "icon", "stroke", "outline"], - "version": "2.2", - "unicode": "f6e6" - }, - "square-rounded-chevrons-right": { - "name": "square-rounded-chevrons-right", - "category": "Arrows", - "tags": ["square", "rounded", "chevrons", "right", "shape", "direction", "east", "icon", "stroke", "outline"], - "version": "1.118", - "unicode": "f651" - }, - "square-rounded-chevrons-up-filled": { - "name": "square-rounded-chevrons-up-filled", - "category": "Filled", - "tags": ["square", "rounded", "chevrons", "up", "filled", "shape", "direction", "north", "top", "icon", "stroke", "outline"], - "version": "2.2", - "unicode": "f6e7" - }, - "square-rounded-chevrons-up": { - "name": "square-rounded-chevrons-up", - "category": "Arrows", - "tags": ["square", "rounded", "chevrons", "up", "shape", "direction", "north", "top", "icon", "stroke", "outline"], - "version": "1.118", - "unicode": "f652" - }, - "square-rounded-filled": { - "name": "square-rounded-filled", - "category": "Filled", - "tags": ["square", "rounded", "filled", "shape", "box", "figure", "geometry", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f6a5" - }, - "square-rounded-letter-a": { - "name": "square-rounded-letter-a", - "category": "Letters", - "tags": ["square", "rounded", "letter", "a", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5ae" - }, - "square-rounded-letter-b": { - "name": "square-rounded-letter-b", - "category": "Letters", - "tags": ["square", "rounded", "letter", "b", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5af" - }, - "square-rounded-letter-c": { - "name": "square-rounded-letter-c", - "category": "Letters", - "tags": ["square", "rounded", "letter", "c", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5b0" - }, - "square-rounded-letter-d": { - "name": "square-rounded-letter-d", - "category": "Letters", - "tags": ["square", "rounded", "letter", "d", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5b1" - }, - "square-rounded-letter-e": { - "name": "square-rounded-letter-e", - "category": "Letters", - "tags": ["square", "rounded", "letter", "e", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5b2" - }, - "square-rounded-letter-f": { - "name": "square-rounded-letter-f", - "category": "Letters", - "tags": ["square", "rounded", "letter", "f", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5b3" - }, - "square-rounded-letter-g": { - "name": "square-rounded-letter-g", - "category": "Letters", - "tags": ["square", "rounded", "letter", "g", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5b4" - }, - "square-rounded-letter-h": { - "name": "square-rounded-letter-h", - "category": "Letters", - "tags": ["square", "rounded", "letter", "h", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5b5" - }, - "square-rounded-letter-i": { - "name": "square-rounded-letter-i", - "category": "Letters", - "tags": ["square", "rounded", "letter", "i", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5b6" - }, - "square-rounded-letter-j": { - "name": "square-rounded-letter-j", - "category": "Letters", - "tags": ["square", "rounded", "letter", "j", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5b7" - }, - "square-rounded-letter-k": { - "name": "square-rounded-letter-k", - "category": "Letters", - "tags": ["square", "rounded", "letter", "k", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5b8" - }, - "square-rounded-letter-l": { - "name": "square-rounded-letter-l", - "category": "Letters", - "tags": ["square", "rounded", "letter", "l", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5b9" - }, - "square-rounded-letter-m": { - "name": "square-rounded-letter-m", - "category": "Letters", - "tags": ["square", "rounded", "letter", "m", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5ba" - }, - "square-rounded-letter-n": { - "name": "square-rounded-letter-n", - "category": "Letters", - "tags": ["square", "rounded", "letter", "n", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5bb" - }, - "square-rounded-letter-o": { - "name": "square-rounded-letter-o", - "category": "Letters", - "tags": ["square", "rounded", "letter", "o", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5bc" - }, - "square-rounded-letter-p": { - "name": "square-rounded-letter-p", - "category": "Letters", - "tags": ["square", "rounded", "letter", "p", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5bd" - }, - "square-rounded-letter-q": { - "name": "square-rounded-letter-q", - "category": "Letters", - "tags": ["square", "rounded", "letter", "q", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5be" - }, - "square-rounded-letter-r": { - "name": "square-rounded-letter-r", - "category": "Letters", - "tags": ["square", "rounded", "letter", "r", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5bf" - }, - "square-rounded-letter-s": { - "name": "square-rounded-letter-s", - "category": "Letters", - "tags": ["square", "rounded", "letter", "s", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5c0" - }, - "square-rounded-letter-t": { - "name": "square-rounded-letter-t", - "category": "Letters", - "tags": ["square", "rounded", "letter", "t", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5c1" - }, - "square-rounded-letter-u": { - "name": "square-rounded-letter-u", - "category": "Letters", - "tags": ["square", "rounded", "letter", "u", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5c2" - }, - "square-rounded-letter-v": { - "name": "square-rounded-letter-v", - "category": "Letters", - "tags": ["square", "rounded", "letter", "v", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5c3" - }, - "square-rounded-letter-w": { - "name": "square-rounded-letter-w", - "category": "Letters", - "tags": ["square", "rounded", "letter", "w", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5c4" - }, - "square-rounded-letter-x": { - "name": "square-rounded-letter-x", - "category": "Letters", - "tags": ["square", "rounded", "letter", "x", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5c5" - }, - "square-rounded-letter-y": { - "name": "square-rounded-letter-y", - "category": "Letters", - "tags": ["square", "rounded", "letter", "y", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5c6" - }, - "square-rounded-letter-z": { - "name": "square-rounded-letter-z", - "category": "Letters", - "tags": ["square", "rounded", "letter", "z", "shape", "alphabet", "sign", "latin", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5c7" - }, - "square-rounded-minus-2": { - "name": "square-rounded-minus-2", - "category": "Shapes", - "tags": ["square", "rounded", "minus", "2", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc97" - }, - "square-rounded-minus-filled": { - "name": "square-rounded-minus-filled", - "category": "Filled", - "tags": ["square", "rounded", "minus", "filled", "icon", "stroke", "outline"], - "version": "2.27", - "unicode": "fb40" - }, - "square-rounded-minus": { - "name": "square-rounded-minus", - "category": "Shapes", - "tags": ["square", "rounded", "minus", "shape", "delete", "remove", "close", "cancel", "icon", "stroke", "outline"], - "version": "1.117", - "unicode": "f63e" - }, - "square-rounded-number-0-filled": { - "name": "square-rounded-number-0-filled", - "category": "Filled", - "tags": ["square", "rounded", "number", "0", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f778" - }, - "square-rounded-number-0": { - "name": "square-rounded-number-0", - "category": "Numbers", - "tags": ["square", "rounded", "number", "0", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5c8" - }, - "square-rounded-number-1-filled": { - "name": "square-rounded-number-1-filled", - "category": "Filled", - "tags": ["square", "rounded", "number", "1", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f779" - }, - "square-rounded-number-1": { - "name": "square-rounded-number-1", - "category": "Numbers", - "tags": ["square", "rounded", "number", "1", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5c9" - }, - "square-rounded-number-2-filled": { - "name": "square-rounded-number-2-filled", - "category": "Filled", - "tags": ["square", "rounded", "number", "2", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f77a" - }, - "square-rounded-number-2": { - "name": "square-rounded-number-2", - "category": "Numbers", - "tags": ["square", "rounded", "number", "2", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5ca" - }, - "square-rounded-number-3-filled": { - "name": "square-rounded-number-3-filled", - "category": "Filled", - "tags": ["square", "rounded", "number", "3", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f77b" - }, - "square-rounded-number-3": { - "name": "square-rounded-number-3", - "category": "Numbers", - "tags": ["square", "rounded", "number", "3", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5cb" - }, - "square-rounded-number-4-filled": { - "name": "square-rounded-number-4-filled", - "category": "Filled", - "tags": ["square", "rounded", "number", "4", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f77c" - }, - "square-rounded-number-4": { - "name": "square-rounded-number-4", - "category": "Numbers", - "tags": ["square", "rounded", "number", "4", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5cc" - }, - "square-rounded-number-5-filled": { - "name": "square-rounded-number-5-filled", - "category": "Filled", - "tags": ["square", "rounded", "number", "5", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f77d" - }, - "square-rounded-number-5": { - "name": "square-rounded-number-5", - "category": "Numbers", - "tags": ["square", "rounded", "number", "5", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5cd" - }, - "square-rounded-number-6-filled": { - "name": "square-rounded-number-6-filled", - "category": "Filled", - "tags": ["square", "rounded", "number", "6", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f77e" - }, - "square-rounded-number-6": { - "name": "square-rounded-number-6", - "category": "Numbers", - "tags": ["square", "rounded", "number", "6", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5ce" - }, - "square-rounded-number-7-filled": { - "name": "square-rounded-number-7-filled", - "category": "Filled", - "tags": ["square", "rounded", "number", "7", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f77f" - }, - "square-rounded-number-7": { - "name": "square-rounded-number-7", - "category": "Numbers", - "tags": ["square", "rounded", "number", "7", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5cf" - }, - "square-rounded-number-8-filled": { - "name": "square-rounded-number-8-filled", - "category": "Filled", - "tags": ["square", "rounded", "number", "8", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f780" - }, - "square-rounded-number-8": { - "name": "square-rounded-number-8", - "category": "Numbers", - "tags": ["square", "rounded", "number", "8", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5d0" - }, - "square-rounded-number-9-filled": { - "name": "square-rounded-number-9-filled", - "category": "Filled", - "tags": ["square", "rounded", "number", "9", "filled", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f781" - }, - "square-rounded-number-9": { - "name": "square-rounded-number-9", - "category": "Numbers", - "tags": ["square", "rounded", "number", "9", "shape", "number", "digit", "icon", "stroke", "outline"], - "version": "1.111", - "unicode": "f5d1" - }, - "square-rounded-percentage": { - "name": "square-rounded-percentage", - "category": "", - "tags": ["square", "rounded", "percentage", "icon", "stroke", "outline"], - "version": "2.45", - "unicode": "fd84" - }, - "square-rounded-plus-2": { - "name": "square-rounded-plus-2", - "category": "Shapes", - "tags": ["square", "rounded", "plus", "2", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc98" - }, - "square-rounded-plus-filled": { - "name": "square-rounded-plus-filled", - "category": "Filled", - "tags": ["square", "rounded", "plus", "filled", "shape", "add", "new", "create", "icon", "stroke", "outline"], - "version": "2.2", - "unicode": "f6e8" - }, - "square-rounded-plus": { - "name": "square-rounded-plus", - "category": "Shapes", - "tags": ["square", "rounded", "plus", "shape", "add", "new", "create", "icon", "stroke", "outline"], - "version": "1.117", - "unicode": "f63f" - }, - "square-rounded-x-filled": { - "name": "square-rounded-x-filled", - "category": "Filled", - "tags": ["square", "rounded", "x", "filled", "shape", "close", "delete", "cross", "icon", "stroke", "outline"], - "version": "2.2", - "unicode": "f6e9" - }, - "square-rounded-x": { - "name": "square-rounded-x", - "category": "Shapes", - "tags": ["square", "rounded", "x", "shape", "close", "delete", "cross", "icon", "stroke", "outline"], - "version": "1.117", - "unicode": "f640" - }, - "square-rounded": { - "name": "square-rounded", - "category": "Shapes", - "tags": ["square", "rounded", "shape", "box", "figure", "geometry", "icon", "stroke", "outline"], - "version": "1.109", - "unicode": "f59a" - }, - "square-toggle-horizontal": { - "name": "square-toggle-horizontal", - "category": "Design", - "tags": ["square", "toggle", "horizontal", "box", "clone", "move", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eef3" - }, - "square-toggle": { - "name": "square-toggle", - "category": "Design", - "tags": ["square", "toggle", "box", "clone", "move", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eef4" - }, - "square-x-filled": { - "name": "square-x-filled", - "category": "Filled", - "tags": ["square", "x", "filled", "icon", "stroke", "outline"], - "version": "2.27", - "unicode": "fb41" - }, - "square-x": { - "name": "square-x", - "category": "Shapes", - "tags": ["square", "x", "cancel", "close", "delete", "remove", "times", "clear", "no", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb2b" - }, - "square": { - "name": "square", - "category": "Shapes", - "tags": ["square", "checkbox", "box", "shape", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb2c" - }, - "squares-diagonal": { - "name": "squares-diagonal", - "category": "Design", - "tags": ["squares", "diagonal", "boxes", "layers", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eef5" - }, - "squares-filled": { - "name": "squares-filled", - "category": "Design", - "tags": ["squares", "filled", "boxes", "layers", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eef6" - }, - "stack-2": { - "name": "stack-2", - "category": "Design", - "tags": ["stack", "2", "pile", "elements", "layout", "wrap", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eef7" - }, - "stack-3": { - "name": "stack-3", - "category": "Design", - "tags": ["stack", "3", "pile", "elements", "layout", "wrap", "icon", "stroke", "outline"], - "version": "1.47", - "unicode": "ef9d" - }, - "stack-back": { - "name": "stack-back", - "category": "", - "tags": ["stack", "back", "icon", "stroke", "outline"], - "version": "2.40", - "unicode": "fd26" - }, - "stack-backward": { - "name": "stack-backward", - "category": "", - "tags": ["stack", "backward", "icon", "stroke", "outline"], - "version": "2.40", - "unicode": "fd27" - }, - "stack-forward": { - "name": "stack-forward", - "category": "", - "tags": ["stack", "forward", "icon", "stroke", "outline"], - "version": "2.40", - "unicode": "fd28" - }, - "stack-front": { - "name": "stack-front", - "category": "", - "tags": ["stack", "front", "icon", "stroke", "outline"], - "version": "2.40", - "unicode": "fd29" - }, - "stack-middle": { - "name": "stack-middle", - "category": "", - "tags": ["stack", "middle", "icon", "stroke", "outline"], - "version": "2.40", - "unicode": "fd2a" - }, - "stack-pop": { - "name": "stack-pop", - "category": "Design", - "tags": ["stack", "pop", "data", "level", "layout", "arrow", "out", "icon", "stroke", "outline"], - "version": "1.73", - "unicode": "f234" - }, - "stack-push": { - "name": "stack-push", - "category": "Design", - "tags": ["stack", "push", "arrange", "data", "level", "layout", "arrow", "icon", "stroke", "outline"], - "version": "1.73", - "unicode": "f235" - }, - "stack": { - "name": "stack", - "category": "Design", - "tags": ["stack", "pile", "elements", "layout", "wrap", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "eb2d" - }, - "stairs-down": { - "name": "stairs-down", - "category": "Map", - "tags": ["stairs", "down", "building", "step", "floor", "staircase", "clamber", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "eca4" - }, - "stairs-up": { - "name": "stairs-up", - "category": "Map", - "tags": ["stairs", "up", "building", "step", "floor", "staircase", "entryway", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "eca5" - }, - "stairs": { - "name": "stairs", - "category": "Map", - "tags": ["stairs", "building", "step", "floor", "staircase", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "eca6" - }, - "star-filled": { - "name": "star-filled", - "category": "Filled", - "tags": ["star", "filled", "favorite", "like", "mark", "bookmark", "grade", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f6a6" - }, - "star-half-filled": { - "name": "star-half-filled", - "category": "Filled", - "tags": ["star", "half", "filled", "favorite", "like", "mark", "bookmark", "grade", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f6a7" - }, - "star-half": { - "name": "star-half", - "category": "System", - "tags": ["star", "half", "favorite", "like", "mark", "bookmark", "grade", "icon", "stroke", "outline"], - "version": "1.24", - "unicode": "ed19" - }, - "star-off": { - "name": "star-off", - "category": "System", - "tags": ["star", "off", "favorite", "like", "mark", "bookmark", "grade", "icon", "stroke", "outline"], - "version": "1.31", - "unicode": "ed62" - }, - "star": { - "name": "star", - "category": "System", - "tags": ["star", "favorite", "like", "mark", "bookmark", "grade", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb2e" - }, - "stars-filled": { - "name": "stars-filled", - "category": "Filled", - "tags": ["stars", "filled", "favorite", "like", "mark", "grade", "bookmark", "grade", "space", "universe", "extraterrestrial", "galaxy", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f6a8" - }, - "stars-off": { - "name": "stars-off", - "category": "System", - "tags": ["stars", "off", "favorite", "like", "mark", "grade", "bookmark", "grade", "space", "universe", "extraterrestrial", "galaxy", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f430" - }, - "stars": { - "name": "stars", - "category": "System", - "tags": ["stars", "favorite", "like", "mark", "grade", "bookmark", "grade", "space", "universe", "extraterrestrial", "galaxy", "icon", "stroke", "outline"], - "version": "1.27", - "unicode": "ed38" - }, - "status-change": { - "name": "status-change", - "category": "", - "tags": ["status", "change", "available", "unavailable", "switch", "icon", "stroke", "outline"], - "version": "1.93", - "unicode": "f3b0" - }, - "steam": { - "name": "steam", - "category": "", - "tags": ["steam", "app", "social", "games", "platform", "software", "icon", "stroke", "outline"], - "version": "1.74", - "unicode": "f24b" - }, - "steering-wheel-off": { - "name": "steering-wheel-off", - "category": "Vehicles", - "tags": ["steering", "wheel", "off", "drive", "vehicle", "direction", "turn", "holding", "racing", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f431" - }, - "steering-wheel": { - "name": "steering-wheel", - "category": "Vehicles", - "tags": ["steering", "wheel", "drive", "vehicle", "direction", "turn", "holding", "racing", "icon", "stroke", "outline"], - "version": "1.13", - "unicode": "ec7b" - }, - "step-into": { - "name": "step-into", - "category": "Arrows", - "tags": ["step", "into", "vector", "placement", "among", "within", "icon", "stroke", "outline"], - "version": "1.20", - "unicode": "ece0" - }, - "step-out": { - "name": "step-out", - "category": "Arrows", - "tags": ["step", "out", "vector", "placement", "outside", "except", "icon", "stroke", "outline"], - "version": "1.20", - "unicode": "ece1" - }, - "stereo-glasses": { - "name": "stereo-glasses", - "category": "", - "tags": ["stereo", "glasses", "cinema", "3d", "eyewear", "film", "movie", "icon", "stroke", "outline"], - "version": "1.98", - "unicode": "f4cb" - }, - "stethoscope-off": { - "name": "stethoscope-off", - "category": "Health", - "tags": ["stethoscope", "off", "doctor", "medical", "physician", "test", "examination", "health", "illness", "sickness", "scrutiny", "test", "hospital", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f432" - }, - "stethoscope": { - "name": "stethoscope", - "category": "Health", - "tags": ["stethoscope", "doctor", "medical", "physician", "test", "examination", "health", "illness", "sickness", "scrutiny", "test", "hospital", "icon", "stroke", "outline"], - "version": "1.33", - "unicode": "edbe" - }, - "sticker-2": { - "name": "sticker-2", - "category": "", - "tags": ["sticker", "2", "label-2", "adhesive", "decorative-label", "tag-2", "sticky-note", "decal", "post-it", "sticker-label", "paper-sticker", "2nd-sticker", "icon", "stroke", "outline"], - "version": "2.41", - "unicode": "fd3d" - }, - "sticker": { - "name": "sticker", - "category": "", - "tags": ["sticker", "label", "stamp", "adhesive", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb2f" - }, - "storm-off": { - "name": "storm-off", - "category": "Weather", - "tags": ["storm", "off", "weather", "cloud", "lighting", "rain", "wind", "tornado", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f433" - }, - "storm": { - "name": "storm", - "category": "Weather", - "tags": ["storm", "weather", "cloud", "lighting", "rain", "wind", "tornado", "icon", "stroke", "outline"], - "version": "1.74", - "unicode": "f24c" - }, - "stretching-2": { - "name": "stretching-2", - "category": "Sport", - "tags": ["stretching", "2", "icon", "stroke", "outline"], - "version": "2.17", - "unicode": "fa6d" - }, - "stretching": { - "name": "stretching", - "category": "Sport", - "tags": ["stretching", "exercise", "yoga", "workout", "fitness", "gym", "body", "icon", "stroke", "outline"], - "version": "1.82", - "unicode": "f2db" - }, - "strikethrough": { - "name": "strikethrough", - "category": "Text", - "tags": ["strikethrough", "typography", "horizontal", "deleted", "removed", "unimportant", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb9e" - }, - "submarine": { - "name": "submarine", - "category": "Vehicles", - "tags": ["submarine", "sea", "ocean", "underwater", "shipwater", "war", "icon", "stroke", "outline"], - "version": "1.34", - "unicode": "ed94" - }, - "subscript": { - "name": "subscript", - "category": "Text", - "tags": ["subscript", "typography", "below", "formula", "maths", "fraction", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eb9f" - }, - "subtask": { - "name": "subtask", - "category": "", - "tags": ["subtask", "management", "break down", "work", "icon", "stroke", "outline"], - "version": "1.16", - "unicode": "ec9f" - }, - "sum-off": { - "name": "sum-off", - "category": "Math", - "tags": ["sum", "off", "equation", "add", "plus", "amount", "total", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1ab" - }, - "sum": { - "name": "sum", - "category": "Math", - "tags": ["sum", "equation", "add", "plus", "amount", "total", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb73" - }, - "sun-electricity": { - "name": "sun-electricity", - "category": "", - "tags": ["sun", "electricity", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcc2" - }, - "sun-filled": { - "name": "sun-filled", - "category": "Filled", - "tags": ["sun", "filled", "weather", "light", "mode", "brightness", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f6a9" - }, - "sun-high": { - "name": "sun-high", - "category": "Weather", - "tags": ["sun", "high", "temperature", "hot", "wheater", "thermometer", "forecast", "icon", "stroke", "outline"], - "version": "1.73", - "unicode": "f236" - }, - "sun-low": { - "name": "sun-low", - "category": "Weather", - "tags": ["sun", "low", "temperature", "cold", "wheater", "thermometer", "forecast", "icon", "stroke", "outline"], - "version": "1.73", - "unicode": "f237" - }, - "sun-moon": { - "name": "sun-moon", - "category": "Weather", - "tags": ["sun", "moon", "weather", "day", "night", "hot", "cold", "icon", "stroke", "outline"], - "version": "1.96", - "unicode": "f4a3" - }, - "sun-off": { - "name": "sun-off", - "category": "Weather", - "tags": ["sun", "off", "weather", "light", "mode", "brightness", "icon", "stroke", "outline"], - "version": "1.31", - "unicode": "ed63" - }, - "sun-wind": { - "name": "sun-wind", - "category": "Weather", - "tags": ["sun", "wind", "temperature", "wheater", "thermometer", "forecast", "windy", "icon", "stroke", "outline"], - "version": "1.73", - "unicode": "f238" - }, - "sun": { - "name": "sun", - "category": "Weather", - "tags": ["sun", "weather", "light", "mode", "brightness", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb30" - }, - "sunglasses": { - "name": "sunglasses", - "category": "Health", - "tags": ["sunglasses", "summer", "sun", "look", "shades", "eyewear", "icon", "stroke", "outline"], - "version": "1.73", - "unicode": "f239" - }, - "sunrise": { - "name": "sunrise", - "category": "Weather", - "tags": ["sunrise", "west", "horizon", "landscape", "evening", "icon", "stroke", "outline"], - "version": "1.10", - "unicode": "ef1c" - }, - "sunset-2": { - "name": "sunset-2", - "category": "Weather", - "tags": ["sunset", "2", "east", "horizon", "landscape", "morning", "icon", "stroke", "outline"], - "version": "1.73", - "unicode": "f23a" - }, - "sunset": { - "name": "sunset", - "category": "Weather", - "tags": ["sunset", "east", "horizon", "landscape", "morning", "icon", "stroke", "outline"], - "version": "1.10", - "unicode": "ec31" - }, - "superscript": { - "name": "superscript", - "category": "Text", - "tags": ["superscript", "typography", "above", "maths", "fraction", "trademark", "footer", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eba0" - }, - "svg": { - "name": "svg", - "category": "Extensions", - "tags": ["svg", "file", "format", "extension", "graphic", "filetype", "icon", "stroke", "outline"], - "version": "1.75", - "unicode": "f25a" - }, - "swimming": { - "name": "swimming", - "category": "Sport", - "tags": ["swimming", "sport", "water", "pool", "style", "athletics", "competitive", "icon", "stroke", "outline"], - "version": "1.14", - "unicode": "ec92" - }, - "swipe-down": { - "name": "swipe-down", - "category": "Arrows", - "tags": ["swipe", "down", "gesture", "swipe", "downward-swipe", "scroll-down", "slide-down", "touch-gesture", "screen-swipe", "gesture-control", "interaction", "user-swipe", "icon", "stroke", "outline"], - "version": "2.43", - "unicode": "fd5e" - }, - "swipe-left": { - "name": "swipe-left", - "category": "Arrows", - "tags": ["swipe", "left", "gesture", "swipe", "leftward-swipe", "scroll-left", "slide-left", "touch-gesture", "screen-swipe", "gesture-control", "interaction", "user-swipe", "icon", "stroke", "outline"], - "version": "2.43", - "unicode": "fd5f" - }, - "swipe-right": { - "name": "swipe-right", - "category": "Arrows", - "tags": ["swipe", "right", "gesture", "swipe", "rightward-swipe", "scroll-right", "slide-right", "touch-gesture", "screen-swipe", "gesture-control", "interaction", "user-swipe", "icon", "stroke", "outline"], - "version": "2.43", - "unicode": "fd60" - }, - "swipe-up": { - "name": "swipe-up", - "category": "Arrows", - "tags": ["swipe", "up", "gesture", "swipe", "upward-swipe", "scroll-up", "slide-up", "touch-gesture", "screen-swipe", "gesture-control", "interaction", "user-swipe", "icon", "stroke", "outline"], - "version": "2.43", - "unicode": "fd61" - }, - "swipe": { - "name": "swipe", - "category": "", - "tags": ["swipe", "right", "left", "gesture", "scroll", "icon", "stroke", "outline"], - "version": "1.105", - "unicode": "f551" - }, - "switch-2": { - "name": "switch-2", - "category": "Arrows", - "tags": ["switch", "2", "arrows", "direction", "music", "spotify", "change", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edbf" - }, - "switch-3": { - "name": "switch-3", - "category": "Arrows", - "tags": ["switch", "3", "arrows", "direction", "music", "spotify", "change", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edc0" - }, - "switch-horizontal": { - "name": "switch-horizontal", - "category": "Arrows", - "tags": ["switch", "horizontal", "toggle", "left", "right", "arrows", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb31" - }, - "switch-vertical": { - "name": "switch-vertical", - "category": "Arrows", - "tags": ["switch", "vertical", "toggle", "up", "down", "arrows", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb32" - }, - "switch": { - "name": "switch", - "category": "Arrows", - "tags": ["switch", "toggle", "arrows", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb33" - }, - "sword-off": { - "name": "sword-off", - "category": "", - "tags": ["sword", "off", "weapon", "knight", "blade", "war", "minecraft", "warrior", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f434" - }, - "sword": { - "name": "sword", - "category": "", - "tags": ["sword", "weapon", "knight", "blade", "war", "minecraft", "warrior", "icon", "stroke", "outline"], - "version": "1.55", - "unicode": "f030" - }, - "swords": { - "name": "swords", - "category": "", - "tags": ["swords", "weapon", "knight", "blade", "war", "minecraft", "warrior", "icon", "stroke", "outline"], - "version": "1.65", - "unicode": "f132" - }, - "table-alias": { - "name": "table-alias", - "category": "Database", - "tags": ["table", "alias", "data", "database", "chart", "icon", "stroke", "outline"], - "version": "1.75", - "unicode": "f25b" - }, - "table-column": { - "name": "table-column", - "category": "Database", - "tags": ["table", "column", "table", "column", "data-table", "spreadsheet", "table-structure", "columnar", "information", "grid", "table-columnar", "dataset", "icon", "stroke", "outline"], - "version": "2.24", - "unicode": "faff" - }, - "table-down": { - "name": "table-down", - "category": "Database", - "tags": ["table", "down", "table", "down", "arrow-down", "table-arrow", "descending", "sort-down", "data-table", "directional", "arrange-down", "table-order", "icon", "stroke", "outline"], - "version": "2.13", - "unicode": "fa1c" - }, - "table-export": { - "name": "table-export", - "category": "Database", - "tags": ["table", "export", "spreadsheet", "layout", "grid", "arrange", "row", "column", "cells", "sheet", "arrow", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eef8" - }, - "table-filled": { - "name": "table-filled", - "category": "Filled", - "tags": ["table", "filled", "spreadsheet", "layout", "grid", "arrange", "row", "column", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f782" - }, - "table-heart": { - "name": "table-heart", - "category": "Database", - "tags": ["table", "heart", "table", "heart", "like", "favorite", "love", "data-table", "table-icon", "heart-symbol", "table-like", "table-favorite", "icon", "stroke", "outline"], - "version": "2.13", - "unicode": "fa1d" - }, - "table-import": { - "name": "table-import", - "category": "Database", - "tags": ["table", "import", "spreadsheet", "layout", "grid", "arrange", "row", "column", "cells", "sheet", "arrow", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eef9" - }, - "table-minus": { - "name": "table-minus", - "category": "Database", - "tags": ["table", "minus", "table", "minus", "remove", "subtract", "delete", "data-table", "table-operation", "table-remove", "subtract-from-table", "exclude", "icon", "stroke", "outline"], - "version": "2.13", - "unicode": "fa1e" - }, - "table-off": { - "name": "table-off", - "category": "Database", - "tags": ["table", "off", "spreadsheet", "layout", "grid", "arrange", "row", "column", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eefa" - }, - "table-options": { - "name": "table-options", - "category": "Database", - "tags": ["table", "options", "edit", "chart", "customization", "repair", "settings", "icon", "stroke", "outline"], - "version": "1.75", - "unicode": "f25c" - }, - "table-plus": { - "name": "table-plus", - "category": "Database", - "tags": ["table", "plus", "table", "plus", "add", "insert", "include", "data-table", "table-operation", "table-add", "add-to-table", "include-in-table", "icon", "stroke", "outline"], - "version": "2.13", - "unicode": "fa1f" - }, - "table-row": { - "name": "table-row", - "category": "Database", - "tags": ["table", "row", "table", "row", "data-table", "spreadsheet", "table-structure", "row-wise", "information", "grid", "table-row-wise", "dataset", "icon", "stroke", "outline"], - "version": "2.24", - "unicode": "fb00" - }, - "table-share": { - "name": "table-share", - "category": "Database", - "tags": ["table", "share", "table", "share", "share-table", "data-sharing", "collaboration", "data-table", "table-collaboration", "table-cooperation", "share-data", "spreadsheet", "icon", "stroke", "outline"], - "version": "2.13", - "unicode": "fa20" - }, - "table-shortcut": { - "name": "table-shortcut", - "category": "Database", - "tags": ["table", "shortcut", "data", "database", "chart", "network", "server", "icon", "stroke", "outline"], - "version": "1.75", - "unicode": "f25d" - }, - "table": { - "name": "table", - "category": "Database", - "tags": ["table", "spreadsheet", "layout", "grid", "arrange", "row", "column", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eba1" - }, - "tag-off": { - "name": "tag-off", - "category": "E-commerce", - "tags": ["tag", "off", "label", "price", "icon", "stroke", "outline"], - "version": "1.49", - "unicode": "efc0" - }, - "tag-starred": { - "name": "tag-starred", - "category": "E-commerce", - "tags": ["tag", "starred", "tag", "starred", "star", "favorite", "label", "tagging", "tagged-star", "marked", "tag-star", "highlighted", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc99" - }, - "tag": { - "name": "tag", - "category": "E-commerce", - "tags": ["tag", "label", "price", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb34" - }, - "tags-off": { - "name": "tags-off", - "category": "E-commerce", - "tags": ["tags", "off", "label", "price", "shopping", "promotion", "icon", "stroke", "outline"], - "version": "1.49", - "unicode": "efc1" - }, - "tags": { - "name": "tags", - "category": "E-commerce", - "tags": ["tags", "label", "price", "shopping", "promotion", "icon", "stroke", "outline"], - "version": "1.46", - "unicode": "ef86" - }, - "tallymark-1": { - "name": "tallymark-1", - "category": "Math", - "tags": ["tallymark", "1", "sign", "symbol", "numerical", "consistent", "system", "counting", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec46" - }, - "tallymark-2": { - "name": "tallymark-2", - "category": "Math", - "tags": ["tallymark", "2", "sign", "symbol", "numerical", "consistent", "system", "counting", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec47" - }, - "tallymark-3": { - "name": "tallymark-3", - "category": "Math", - "tags": ["tallymark", "3", "sign", "symbol", "numerical", "consistent", "system", "counting", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec48" - }, - "tallymark-4": { - "name": "tallymark-4", - "category": "Math", - "tags": ["tallymark", "4", "sign", "symbol", "numerical", "consistent", "system", "counting", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec49" - }, - "tallymarks": { - "name": "tallymarks", - "category": "Math", - "tags": ["tallymarks", "sign", "symbol", "numerical", "consistent", "system", "counting", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec4a" - }, - "tank": { - "name": "tank", - "category": "Vehicles", - "tags": ["tank", "war", "military", "armour", "vehicle", "gun", "attack", "shoot", "battle", "battlefield", "icon", "stroke", "outline"], - "version": "1.34", - "unicode": "ed95" - }, - "target-arrow": { - "name": "target-arrow", - "category": "Sport", - "tags": ["target", "arrow", "goal", "aim", "archery", "archer", "icon", "stroke", "outline"], - "version": "1.102", - "unicode": "f51a" - }, - "target-off": { - "name": "target-off", - "category": "Map", - "tags": ["target", "off", "focus", "bullseye", "aim", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1ad" - }, - "target": { - "name": "target", - "category": "Map", - "tags": ["target", "focus", "bullseye", "aim", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb35" - }, - "teapot": { - "name": "teapot", - "category": "", - "tags": ["teapot", "kettle", "kitchen", "hot", "coffee", "kitchenware", "icon", "stroke", "outline"], - "version": "1.105", - "unicode": "f552" - }, - "telescope-off": { - "name": "telescope-off", - "category": "", - "tags": ["telescope", "off", "astronomy", "moon", "observation", "vision", "space", "astrology", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1ae" - }, - "telescope": { - "name": "telescope", - "category": "", - "tags": ["telescope", "astronomy", "moon", "observation", "vision", "space", "astrology", "icon", "stroke", "outline"], - "version": "1.59", - "unicode": "f07d" - }, - "temperature-celsius": { - "name": "temperature-celsius", - "category": "Weather", - "tags": ["temperature", "celsius", "weather", "celcius", "fahrenheit", "cold", "hot", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "eb36" - }, - "temperature-fahrenheit": { - "name": "temperature-fahrenheit", - "category": "Weather", - "tags": ["temperature", "fahrenheit", "weather", "celcius", "fahrenheit", "cold", "hot", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "eb37" - }, - "temperature-minus": { - "name": "temperature-minus", - "category": "Weather", - "tags": ["temperature", "minus", "weather", "celcius", "fahrenheit", "cold", "hot", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebed" - }, - "temperature-off": { - "name": "temperature-off", - "category": "Weather", - "tags": ["temperature", "off", "weather", "celcius", "fahrenheit", "cold", "hot", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1af" - }, - "temperature-plus": { - "name": "temperature-plus", - "category": "Weather", - "tags": ["temperature", "plus", "weather", "celcius", "fahrenheit", "cold", "hot", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebee" - }, - "temperature-snow": { - "name": "temperature-snow", - "category": "", - "tags": ["temperature", "snow", "icon", "stroke", "outline"], - "version": "2.47", - "unicode": "fda3" - }, - "temperature-sun": { - "name": "temperature-sun", - "category": "", - "tags": ["temperature", "sun", "icon", "stroke", "outline"], - "version": "2.47", - "unicode": "fda4" - }, - "temperature": { - "name": "temperature", - "category": "Weather", - "tags": ["temperature", "weather", "celcius", "fahrenheit", "cold", "hot", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "eb38" - }, - "template-off": { - "name": "template-off", - "category": "Design", - "tags": ["template", "off", "grid", "columns", "masonry", "collage", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1b0" - }, - "template": { - "name": "template", - "category": "Design", - "tags": ["template", "grid", "columns", "masonry", "collage", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "eb39" - }, - "tent-off": { - "name": "tent-off", - "category": "Map", - "tags": ["tent", "off", "camping", "holiday", "vacation", "outdoor", "survival", "travel", "adventure", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f435" - }, - "tent": { - "name": "tent", - "category": "Map", - "tags": ["tent", "camping", "holiday", "vacation", "outdoor", "survival", "travel", "adventure", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eefb" - }, - "terminal-2": { - "name": "terminal-2", - "category": "", - "tags": ["terminal", "2", "console", "command", "git", "command line", "command prompt", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebef" - }, - "terminal": { - "name": "terminal", - "category": "", - "tags": ["terminal", "console", "command", "git", "command line", "command prompt", "icon", "stroke", "outline"], - "version": "1.6", - "unicode": "ebdc" - }, - "test-pipe-2": { - "name": "test-pipe-2", - "category": "", - "tags": ["test", "pipe", "2", "sample", "color", "icon", "stroke", "outline"], - "version": "1.61", - "unicode": "f0a4" - }, - "test-pipe-off": { - "name": "test-pipe-off", - "category": "", - "tags": ["test", "pipe", "off", "sample", "color", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1b1" - }, - "test-pipe": { - "name": "test-pipe", - "category": "", - "tags": ["test", "pipe", "sample", "color", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb3a" - }, - "tex": { - "name": "tex", - "category": "Text", - "tags": ["tex", "file", "document", "type", "format", "filetype", "icon", "stroke", "outline"], - "version": "1.99", - "unicode": "f4e0" - }, - "text-caption": { - "name": "text-caption", - "category": "Text", - "tags": ["text", "caption", "document", "file", "lettering", "image", "picture", "icon", "stroke", "outline"], - "version": "1.96", - "unicode": "f4a4" - }, - "text-color": { - "name": "text-color", - "category": "Text", - "tags": ["text", "color", "format", "document", "file", "edit", "icon", "stroke", "outline"], - "version": "1.82", - "unicode": "f2dc" - }, - "text-decrease": { - "name": "text-decrease", - "category": "Text", - "tags": ["text", "decrease", "indent", "minimalize", "smaller", "editor", "size", "edit", "icon", "stroke", "outline"], - "version": "1.70", - "unicode": "f202" - }, - "text-direction-ltr": { - "name": "text-direction-ltr", - "category": "Text", - "tags": ["text", "direction", "ltr", "left", "right", "bidi", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eefc" - }, - "text-direction-rtl": { - "name": "text-direction-rtl", - "category": "Text", - "tags": ["text", "direction", "rtl", "left", "right", "bidi", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eefd" - }, - "text-grammar": { - "name": "text-grammar", - "category": "", - "tags": ["text", "grammar", "icon", "stroke", "outline"], - "version": "2.44", - "unicode": "fd6d" - }, - "text-increase": { - "name": "text-increase", - "category": "Text", - "tags": ["text", "increase", "expand", "margin", "size", "editor", "edit", "icon", "stroke", "outline"], - "version": "1.70", - "unicode": "f203" - }, - "text-orientation": { - "name": "text-orientation", - "category": "Text", - "tags": ["text", "orientation", "aglinment", "file", "document", "edit", "right", "icon", "stroke", "outline"], - "version": "1.79", - "unicode": "f2a4" - }, - "text-plus": { - "name": "text-plus", - "category": "Text", - "tags": ["text", "plus", "add", "new", "document", "file", "edit", "icon", "stroke", "outline"], - "version": "1.79", - "unicode": "f2a5" - }, - "text-recognition": { - "name": "text-recognition", - "category": "Text", - "tags": ["text", "recognition", "language", "processing", "detection", "icon", "stroke", "outline"], - "version": "1.70", - "unicode": "f204" - }, - "text-resize": { - "name": "text-resize", - "category": "Design", - "tags": ["text", "resize", "edit", "editor", "scale", "font", "bigger", "smaller", "icon", "stroke", "outline"], - "version": "1.46", - "unicode": "ef87" - }, - "text-scan-2": { - "name": "text-scan-2", - "category": "", - "tags": ["text", "scan", "2", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcc3" - }, - "text-size": { - "name": "text-size", - "category": "Text", - "tags": ["text", "size", "font", "edit", "document", "type", "letter", "icon", "stroke", "outline"], - "version": "1.80", - "unicode": "f2b1" - }, - "text-spellcheck": { - "name": "text-spellcheck", - "category": "Text", - "tags": ["text", "spellcheck", "grammar", "spelling", "ortography", "icon", "stroke", "outline"], - "version": "1.79", - "unicode": "f2a6" - }, - "text-wrap-disabled": { - "name": "text-wrap-disabled", - "category": "Text", - "tags": ["text", "wrap", "disabled", "text", "alignment", "position", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "eca7" - }, - "text-wrap": { - "name": "text-wrap", - "category": "Text", - "tags": ["text", "wrap", "text", "alignment", "position", "icon", "stroke", "outline"], - "version": "1.6", - "unicode": "ebdd" - }, - "texture": { - "name": "texture", - "category": "", - "tags": ["texture", "pattern", "abstract", "decoration", "background", "fashion", "icon", "stroke", "outline"], - "version": "1.102", - "unicode": "f51b" - }, - "theater": { - "name": "theater", - "category": "Map", - "tags": ["theater", "movie", "film", "show", "mask", "entertainment", "icon", "stroke", "outline"], - "version": "2.5", - "unicode": "f79b" - }, - "thermometer": { - "name": "thermometer", - "category": "Health", - "tags": ["thermometer", "temperature", "hot", "cold", "weather", "medical", "fever", "celsius", "icon", "stroke", "outline"], - "version": "1.44", - "unicode": "ef67" - }, - "thumb-down-filled": { - "name": "thumb-down-filled", - "category": "Filled", - "tags": ["thumb", "down", "filled", "dislike", "bad", "emotion", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f6aa" - }, - "thumb-down-off": { - "name": "thumb-down-off", - "category": "System", - "tags": ["thumb", "down", "off", "dislike", "bad", "emotion", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f436" - }, - "thumb-down": { - "name": "thumb-down", - "category": "System", - "tags": ["thumb", "down", "dislike", "bad", "emotion", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb3b" - }, - "thumb-up-filled": { - "name": "thumb-up-filled", - "category": "Filled", - "tags": ["thumb", "up", "filled", "like", "emotion", "good", "love", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f6ab" - }, - "thumb-up-off": { - "name": "thumb-up-off", - "category": "System", - "tags": ["thumb", "up", "off", "like", "emotion", "good", "love", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f437" - }, - "thumb-up": { - "name": "thumb-up", - "category": "System", - "tags": ["thumb", "up", "like", "emotion", "good", "love", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb3c" - }, - "tic-tac": { - "name": "tic-tac", - "category": "Sport", - "tags": ["tic", "tac", "toe", "game", "strategy", "cross", "circle", "icon", "stroke", "outline"], - "version": "1.102", - "unicode": "f51c" - }, - "ticket-off": { - "name": "ticket-off", - "category": "", - "tags": ["ticket", "off", "cinema", "event", "theatre", "entry", "fine", "coupon", "pass", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1b2" - }, - "ticket": { - "name": "ticket", - "category": "", - "tags": ["ticket", "cinema", "event", "theatre", "entry", "fine", "coupon", "pass", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb3d" - }, - "tie": { - "name": "tie", - "category": "", - "tags": ["tie", "suit", "buisness", "fashion", "clothes", "accessory", "clothing", "icon", "stroke", "outline"], - "version": "1.59", - "unicode": "f07e" - }, - "tilde": { - "name": "tilde", - "category": "", - "tags": ["tilde", "key", "sign", "about", "rounding", "math", "icon", "stroke", "outline"], - "version": "1.96", - "unicode": "f4a5" - }, - "tilt-shift-off": { - "name": "tilt-shift-off", - "category": "Photography", - "tags": ["tilt", "shift", "off", "filter", "shift", "photography", "photo", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1b3" - }, - "tilt-shift": { - "name": "tilt-shift", - "category": "Photography", - "tags": ["tilt", "shift", "filter", "shift", "photography", "photo", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eefe" - }, - "time-duration-0": { - "name": "time-duration-0", - "category": "System", - "tags": ["time", "duration", "0", "icon", "stroke", "outline"], - "version": "2.22", - "unicode": "fad4" - }, - "time-duration-10": { - "name": "time-duration-10", - "category": "System", - "tags": ["time", "duration", "10", "icon", "stroke", "outline"], - "version": "2.22", - "unicode": "fad5" - }, - "time-duration-15": { - "name": "time-duration-15", - "category": "System", - "tags": ["time", "duration", "15", "icon", "stroke", "outline"], - "version": "2.22", - "unicode": "fad6" - }, - "time-duration-30": { - "name": "time-duration-30", - "category": "System", - "tags": ["time", "duration", "30", "icon", "stroke", "outline"], - "version": "2.22", - "unicode": "fad7" - }, - "time-duration-45": { - "name": "time-duration-45", - "category": "System", - "tags": ["time", "duration", "45", "icon", "stroke", "outline"], - "version": "2.22", - "unicode": "fad8" - }, - "time-duration-5": { - "name": "time-duration-5", - "category": "System", - "tags": ["time", "duration", "5", "icon", "stroke", "outline"], - "version": "2.22", - "unicode": "fad9" - }, - "time-duration-60": { - "name": "time-duration-60", - "category": "System", - "tags": ["time", "duration", "60", "icon", "stroke", "outline"], - "version": "2.22", - "unicode": "fada" - }, - "time-duration-90": { - "name": "time-duration-90", - "category": "System", - "tags": ["time", "duration", "90", "icon", "stroke", "outline"], - "version": "2.22", - "unicode": "fadb" - }, - "time-duration-off": { - "name": "time-duration-off", - "category": "System", - "tags": ["time", "duration", "off", "icon", "stroke", "outline"], - "version": "2.22", - "unicode": "fadc" - }, - "timeline-event-exclamation": { - "name": "timeline-event-exclamation", - "category": "Development", - "tags": ["timeline", "event", "exclamation", "calendar", "schedule", "date", "error", "warring", "icon", "stroke", "outline"], - "version": "1.119", - "unicode": "f662" - }, - "timeline-event-filled": { - "name": "timeline-event-filled", - "category": "Filled", - "tags": ["timeline", "event", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd18" - }, - "timeline-event-minus": { - "name": "timeline-event-minus", - "category": "Development", - "tags": ["timeline", "event", "minus", "calendar", "schedule", "date", "delete", "remove", "icon", "stroke", "outline"], - "version": "1.119", - "unicode": "f663" - }, - "timeline-event-plus": { - "name": "timeline-event-plus", - "category": "Development", - "tags": ["timeline", "event", "plus", "calendar", "schedule", "date", "add", "new", "icon", "stroke", "outline"], - "version": "1.119", - "unicode": "f664" - }, - "timeline-event-text": { - "name": "timeline-event-text", - "category": "Development", - "tags": ["timeline", "event", "text", "calendar", "schedule", "date", "message", "chat", "icon", "stroke", "outline"], - "version": "1.119", - "unicode": "f665" - }, - "timeline-event-x": { - "name": "timeline-event-x", - "category": "Development", - "tags": ["timeline", "event", "x", "calendar", "schedule", "date", "remove", "cross", "delete", "icon", "stroke", "outline"], - "version": "1.119", - "unicode": "f666" - }, - "timeline-event": { - "name": "timeline-event", - "category": "Development", - "tags": ["timeline", "event", "process", "plan", "planning", "diagram", "chart", "roadmap", "icon", "stroke", "outline"], - "version": "1.105", - "unicode": "f553" - }, - "timeline": { - "name": "timeline", - "category": "", - "tags": ["timeline", "process", "plan", "planning", "diagram", "chart", "roadmap", "icon", "stroke", "outline"], - "version": "1.55", - "unicode": "f031" - }, - "tir": { - "name": "tir", - "category": "Vehicles", - "tags": ["tir", "delivery", "transportation", "transport", "logistics", "vehicle", "goods", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebf0" - }, - "toggle-left": { - "name": "toggle-left", - "category": "System", - "tags": ["toggle", "left", "on", "off", "switch", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb3e" - }, - "toggle-right": { - "name": "toggle-right", - "category": "System", - "tags": ["toggle", "right", "on", "off", "switch", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb3f" - }, - "toilet-paper-off": { - "name": "toilet-paper-off", - "category": "", - "tags": ["toilet", "paper", "off", "bathroom", "hygiene", "wc", "cleaning", "rubbing", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1b4" - }, - "toilet-paper": { - "name": "toilet-paper", - "category": "", - "tags": ["toilet", "paper", "bathroom", "hygiene", "wc", "cleaning", "rubbing", "icon", "stroke", "outline"], - "version": "1.50", - "unicode": "efd3" - }, - "toml": { - "name": "toml", - "category": "Extensions", - "tags": ["toml", "icon", "stroke", "outline"], - "version": "2.16", - "unicode": "fa5d" - }, - "tool": { - "name": "tool", - "category": "System", - "tags": ["tool", "preferences", "edit", "settings", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb40" - }, - "tools-kitchen-2-off": { - "name": "tools-kitchen-2-off", - "category": "Map", - "tags": ["tools", "kitchen", "2", "off", "knife", "fork", "spoon", "cutlery", "eat", "restaurant", "menu", "cafe", "cook", "cut", "soup", "dinner", "breakfast", "dining", "plate", "dish", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1b5" - }, - "tools-kitchen-2": { - "name": "tools-kitchen-2", - "category": "Map", - "tags": ["tools", "kitchen", "2", "knife", "fork", "spoon", "cutlery", "eat", "restaurant", "menu", "cafe", "cook", "cut", "soup", "dinner", "breakfast", "dining", "plate", "dish", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "eeff" - }, - "tools-kitchen-3": { - "name": "tools-kitchen-3", - "category": "", - "tags": ["tools", "kitchen", "3", "icon", "stroke", "outline"], - "version": "2.40", - "unicode": "fd2b" - }, - "tools-kitchen-off": { - "name": "tools-kitchen-off", - "category": "Map", - "tags": ["tools", "kitchen", "off", "knife", "fork", "spoon", "cutlery", "eat", "restaurant", "menu", "cafe", "cook", "cut", "soup", "dinner", "breakfast", "dining", "plate", "dish", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1b6" - }, - "tools-kitchen": { - "name": "tools-kitchen", - "category": "Map", - "tags": ["tools", "kitchen", "knife", "fork", "spoon", "cutlery", "eat", "restaurant", "menu", "cafe", "cook", "cut", "soup", "dinner", "breakfast", "dining", "plate", "dish", "icon", "stroke", "outline"], - "version": "1.31", - "unicode": "ed64" - }, - "tools-off": { - "name": "tools-off", - "category": "Design", - "tags": ["tools", "off", "preferences", "edit", "settings", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1b7" - }, - "tools": { - "name": "tools", - "category": "Design", - "tags": ["tools", "preferences", "edit", "settings", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "ebca" - }, - "tooltip": { - "name": "tooltip", - "category": "System", - "tags": ["tooltip", "info", "help", "information", "advise", "icon", "stroke", "outline"], - "version": "1.82", - "unicode": "f2dd" - }, - "topology-bus": { - "name": "topology-bus", - "category": "Computers", - "tags": ["topology", "bus", "hierarchy", "network", "structure", "connection", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5d9" - }, - "topology-complex": { - "name": "topology-complex", - "category": "Computers", - "tags": ["topology", "complex", "hierarchy", "network", "structure", "connection", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5da" - }, - "topology-full-hierarchy": { - "name": "topology-full-hierarchy", - "category": "Computers", - "tags": ["topology", "full", "hierarchy", "hierarchy", "network", "structure", "connection", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5db" - }, - "topology-full": { - "name": "topology-full", - "category": "Computers", - "tags": ["topology", "full", "hierarchy", "network", "structure", "connection", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5dc" - }, - "topology-ring-2": { - "name": "topology-ring-2", - "category": "Computers", - "tags": ["topology", "ring", "2", "hierarchy", "network", "structure", "connection", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5dd" - }, - "topology-ring-3": { - "name": "topology-ring-3", - "category": "Computers", - "tags": ["topology", "ring", "3", "hierarchy", "network", "structure", "connection", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5de" - }, - "topology-ring": { - "name": "topology-ring", - "category": "Computers", - "tags": ["topology", "ring", "hierarchy", "network", "structure", "connection", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5df" - }, - "topology-star-2": { - "name": "topology-star-2", - "category": "Computers", - "tags": ["topology", "star", "2", "hierarchy", "network", "structure", "connection", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5e0" - }, - "topology-star-3": { - "name": "topology-star-3", - "category": "Computers", - "tags": ["topology", "star", "3", "hierarchy", "network", "structure", "connection", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5e1" - }, - "topology-star-ring-2": { - "name": "topology-star-ring-2", - "category": "Computers", - "tags": ["topology", "star", "ring", "2", "hierarchy", "network", "structure", "connection", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5e2" - }, - "topology-star-ring-3": { - "name": "topology-star-ring-3", - "category": "Computers", - "tags": ["topology", "star", "ring", "3", "hierarchy", "network", "structure", "connection", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5e3" - }, - "topology-star-ring": { - "name": "topology-star-ring", - "category": "Computers", - "tags": ["topology", "star", "ring", "hierarchy", "network", "structure", "connection", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5e4" - }, - "topology-star": { - "name": "topology-star", - "category": "Computers", - "tags": ["topology", "star", "hierarchy", "network", "structure", "connection", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5e5" - }, - "torii": { - "name": "torii", - "category": "Symbols", - "tags": ["torii", "japan", "gate", "asia", "building", "monument", "icon", "stroke", "outline"], - "version": "1.109", - "unicode": "f59b" - }, - "tornado": { - "name": "tornado", - "category": "Weather", - "tags": ["tornado", "wind", "rotate", "storm", "spin", "spinning", "air", "catastrophe", "vortex", "icon", "stroke", "outline"], - "version": "1.20", - "unicode": "ece2" - }, - "tournament": { - "name": "tournament", - "category": "Sport", - "tags": ["tournament", "competition", "competitor", "sport", "game", "play", "champion", "icon", "stroke", "outline"], - "version": "1.19", - "unicode": "ecd0" - }, - "tower-off": { - "name": "tower-off", - "category": "Buildings", - "tags": ["tower", "off", "building", "castle", "fortress", "palace", "icon", "stroke", "outline"], - "version": "1.81", - "unicode": "f2ca" - }, - "tower": { - "name": "tower", - "category": "Buildings", - "tags": ["tower", "building", "castle", "fortress", "palace", "icon", "stroke", "outline"], - "version": "1.81", - "unicode": "f2cb" - }, - "track": { - "name": "track", - "category": "Vehicles", - "tags": ["track", "trail", "path", "route", "train", "railway", "railroad", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ef00" - }, - "tractor": { - "name": "tractor", - "category": "Vehicles", - "tags": ["tractor", "countryside", "vehicle", "harvest", "machine", "motor", "farm", "trailer", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec0d" - }, - "trademark": { - "name": "trademark", - "category": "Symbols", - "tags": ["trademark", "legal", "product", "company", "own", "ownership", "brand", "law", "right", "certificate", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec0e" - }, - "traffic-cone-off": { - "name": "traffic-cone-off", - "category": "Map", - "tags": ["traffic", "cone", "off", "street", "road", "vehicle", "repair", "warning", "lane", "drive", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1b8" - }, - "traffic-cone": { - "name": "traffic-cone", - "category": "Map", - "tags": ["traffic", "cone", "street", "road", "vehicle", "repair", "warning", "lane", "drive", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec0f" - }, - "traffic-lights-off": { - "name": "traffic-lights-off", - "category": "Map", - "tags": ["traffic", "lights", "off", "street", "road", "green", "red", "yellow", "vehicle", "stop", "drive", "crossing", "pedestrian", "crossroads", "junction", "intersection", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1b9" - }, - "traffic-lights": { - "name": "traffic-lights", - "category": "Map", - "tags": ["traffic", "lights", "street", "road", "green", "red", "yellow", "vehicle", "stop", "drive", "crossing", "pedestrian", "crossroads", "junction", "intersection", "icon", "stroke", "outline"], - "version": "1.27", - "unicode": "ed39" - }, - "train": { - "name": "train", - "category": "Vehicles", - "tags": ["train", "railway", "rails", "tgv", "journey", "travel", "network", "route", "passenger", "icon", "stroke", "outline"], - "version": "1.34", - "unicode": "ed96" - }, - "transaction-bitcoin": { - "name": "transaction-bitcoin", - "category": "", - "tags": ["transaction", "bitcoin", "icon", "stroke", "outline"], - "version": "2.44", - "unicode": "fd6e" - }, - "transaction-dollar": { - "name": "transaction-dollar", - "category": "E-commerce", - "tags": ["transaction", "dollar", "icon", "stroke", "outline"], - "version": "2.44", - "unicode": "fd6f" - }, - "transaction-euro": { - "name": "transaction-euro", - "category": "E-commerce", - "tags": ["transaction", "euro", "icon", "stroke", "outline"], - "version": "2.44", - "unicode": "fd70" - }, - "transaction-pound": { - "name": "transaction-pound", - "category": "E-commerce", - "tags": ["transaction", "pound", "icon", "stroke", "outline"], - "version": "2.44", - "unicode": "fd71" - }, - "transaction-rupee": { - "name": "transaction-rupee", - "category": "", - "tags": ["transaction", "rupee", "icon", "stroke", "outline"], - "version": "2.45", - "unicode": "fd85" - }, - "transaction-yen": { - "name": "transaction-yen", - "category": "E-commerce", - "tags": ["transaction", "yen", "icon", "stroke", "outline"], - "version": "2.44", - "unicode": "fd72" - }, - "transaction-yuan": { - "name": "transaction-yuan", - "category": "E-commerce", - "tags": ["transaction", "yuan", "icon", "stroke", "outline"], - "version": "2.44", - "unicode": "fd73" - }, - "transfer-in": { - "name": "transfer-in", - "category": "E-commerce", - "tags": ["transfer", "in", "input", "insert", "import", "send", "icon", "stroke", "outline"], - "version": "1.41", - "unicode": "ef2f" - }, - "transfer-out": { - "name": "transfer-out", - "category": "E-commerce", - "tags": ["transfer", "out", "output", "export", "send", "icon", "stroke", "outline"], - "version": "1.41", - "unicode": "ef30" - }, - "transfer-vertical": { - "name": "transfer-vertical", - "category": "", - "tags": ["transfer", "vertical", "icon", "stroke", "outline"], - "version": "2.29", - "unicode": "fc1e" - }, - "transfer": { - "name": "transfer", - "category": "", - "tags": ["transfer", "icon", "stroke", "outline"], - "version": "2.29", - "unicode": "fc1f" - }, - "transform-filled": { - "name": "transform-filled", - "category": "Filled", - "tags": ["transform", "filled", "change", "convert", "adaptation", "direction", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f6ac" - }, - "transform-point-bottom-left": { - "name": "transform-point-bottom-left", - "category": "", - "tags": ["transform", "point", "bottom", "left", "icon", "stroke", "outline"], - "version": "2.47", - "unicode": "fda5" - }, - "transform-point-bottom-right": { - "name": "transform-point-bottom-right", - "category": "", - "tags": ["transform", "point", "bottom", "right", "icon", "stroke", "outline"], - "version": "2.47", - "unicode": "fda6" - }, - "transform-point-top-left": { - "name": "transform-point-top-left", - "category": "", - "tags": ["transform", "point", "top", "left", "icon", "stroke", "outline"], - "version": "2.47", - "unicode": "fda7" - }, - "transform-point-top-right": { - "name": "transform-point-top-right", - "category": "", - "tags": ["transform", "point", "top", "right", "icon", "stroke", "outline"], - "version": "2.47", - "unicode": "fda8" - }, - "transform-point": { - "name": "transform-point", - "category": "", - "tags": ["transform", "point", "icon", "stroke", "outline"], - "version": "2.47", - "unicode": "fda9" - }, - "transform": { - "name": "transform", - "category": "", - "tags": ["transform", "change", "convert", "adaptation", "direction", "icon", "stroke", "outline"], - "version": "1.91", - "unicode": "f38e" - }, - "transition-bottom": { - "name": "transition-bottom", - "category": "Arrows", - "tags": ["transition", "bottom", "direction", "south", "down", "moving", "icon", "stroke", "outline"], - "version": "1.80", - "unicode": "f2b2" - }, - "transition-left": { - "name": "transition-left", - "category": "Arrows", - "tags": ["transition", "left", "direction", "west", "moving", "icon", "stroke", "outline"], - "version": "1.80", - "unicode": "f2b3" - }, - "transition-right": { - "name": "transition-right", - "category": "Arrows", - "tags": ["transition", "right", "direction", "east", "moving", "icon", "stroke", "outline"], - "version": "1.80", - "unicode": "f2b4" - }, - "transition-top": { - "name": "transition-top", - "category": "Arrows", - "tags": ["transition", "top", "direction", "north", "up", "moving", "icon", "stroke", "outline"], - "version": "1.80", - "unicode": "f2b5" - }, - "trash-filled": { - "name": "trash-filled", - "category": "Filled", - "tags": ["trash", "filled", "garbage", "delete", "remove", "bin", "ash-bin", "uninstall", "dustbin", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f783" - }, - "trash-off": { - "name": "trash-off", - "category": "System", - "tags": ["trash", "off", "garbage", "delete", "remove", "bin", "ash-bin", "uninstall", "dustbin", "icon", "stroke", "outline"], - "version": "1.31", - "unicode": "ed65" - }, - "trash-x-filled": { - "name": "trash-x-filled", - "category": "Filled", - "tags": ["trash", "x", "filled", "bin", "litter", "recycle", "remove", "delete", "throw", "away", "waste", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f784" - }, - "trash-x": { - "name": "trash-x", - "category": "System", - "tags": ["trash", "x", "bin", "litter", "recycle", "remove", "delete", "throw", "away", "waste", "icon", "stroke", "outline"], - "version": "1.46", - "unicode": "ef88" - }, - "trash": { - "name": "trash", - "category": "System", - "tags": ["trash", "garbage", "delete", "remove", "bin", "ash-bin", "uninstall", "dustbin", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb41" - }, - "treadmill": { - "name": "treadmill", - "category": "Sport", - "tags": ["treadmill", "icon", "stroke", "outline"], - "version": "2.17", - "unicode": "fa6e" - }, - "tree": { - "name": "tree", - "category": "Map", - "tags": ["tree", "nature", "greenery", "park", "leaf", "trunk", "stem", "root", "forest", "garden", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ef01" - }, - "trees": { - "name": "trees", - "category": "Map", - "tags": ["trees", "nature", "greenery", "park", "leaf", "trunk", "stem", "root", "forest", "garden", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "ec10" - }, - "trekking": { - "name": "trekking", - "category": "Sport", - "tags": ["trekking", "adventure", "travel", "walking", "hiking", "activity", "icon", "stroke", "outline"], - "version": "1.110", - "unicode": "f5ad" - }, - "trending-down-2": { - "name": "trending-down-2", - "category": "Arrows", - "tags": ["trending", "down", "2", "arrow", "decrease", "fall", "progress", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edc1" - }, - "trending-down-3": { - "name": "trending-down-3", - "category": "Arrows", - "tags": ["trending", "down", "3", "arrow", "decrease", "fall", "progress", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edc2" - }, - "trending-down": { - "name": "trending-down", - "category": "Arrows", - "tags": ["trending", "down", "arrow", "decrease", "fall", "progress", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb42" - }, - "trending-up-2": { - "name": "trending-up-2", - "category": "Arrows", - "tags": ["trending", "up", "2", "arrow", "grow", "increase", "progress", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edc3" - }, - "trending-up-3": { - "name": "trending-up-3", - "category": "Arrows", - "tags": ["trending", "up", "3", "arrow", "grow", "increase", "progress", "icon", "stroke", "outline"], - "version": "1.35", - "unicode": "edc4" - }, - "trending-up": { - "name": "trending-up", - "category": "Arrows", - "tags": ["trending", "up", "arrow", "grow", "increase", "progress", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb43" - }, - "triangle-filled": { - "name": "triangle-filled", - "category": "Filled", - "tags": ["triangle", "filled", "delta", "shape", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f6ad" - }, - "triangle-inverted-filled": { - "name": "triangle-inverted-filled", - "category": "Filled", - "tags": ["triangle", "inverted", "filled", "shape", "geometry", "geometric", "graphic", "pyramid", "design", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f6ae" - }, - "triangle-inverted": { - "name": "triangle-inverted", - "category": "Shapes", - "tags": ["triangle", "inverted", "shape", "geometry", "geometric", "graphic", "pyramid", "design", "icon", "stroke", "outline"], - "version": "1.54", - "unicode": "f01d" - }, - "triangle-minus-2": { - "name": "triangle-minus-2", - "category": "Shapes", - "tags": ["triangle", "minus", "2", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc9a" - }, - "triangle-minus": { - "name": "triangle-minus", - "category": "Shapes", - "tags": ["triangle", "minus", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc9b" - }, - "triangle-off": { - "name": "triangle-off", - "category": "Shapes", - "tags": ["triangle", "off", "delta", "shape", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ef02" - }, - "triangle-plus-2": { - "name": "triangle-plus-2", - "category": "Shapes", - "tags": ["triangle", "plus", "2", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc9c" - }, - "triangle-plus": { - "name": "triangle-plus", - "category": "Shapes", - "tags": ["triangle", "plus", "icon", "stroke", "outline"], - "version": "2.35", - "unicode": "fc9d" - }, - "triangle-square-circle-filled": { - "name": "triangle-square-circle-filled", - "category": "Filled", - "tags": ["triangle", "square", "circle", "filled", "icon", "stroke", "outline"], - "version": "2.27", - "unicode": "fb42" - }, - "triangle-square-circle": { - "name": "triangle-square-circle", - "category": "Shapes", - "tags": ["triangle", "square", "circle", "shape", "geometry", "round", "angle", "icon", "stroke", "outline"], - "version": "1.21", - "unicode": "ece8" - }, - "triangle": { - "name": "triangle", - "category": "Shapes", - "tags": ["triangle", "delta", "shape", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb44" - }, - "triangles": { - "name": "triangles", - "category": "Shapes", - "tags": ["triangles", "shapes", "figure", "geometry", "geometric", "pyramid", "design", "icon", "stroke", "outline"], - "version": "1.61", - "unicode": "f0a5" - }, - "trident": { - "name": "trident", - "category": "", - "tags": ["trident", "three", "spear", "weapon", "sharp", "tool", "icon", "stroke", "outline"], - "version": "1.18", - "unicode": "ecc5" - }, - "trolley": { - "name": "trolley", - "category": "Vehicles", - "tags": ["trolley", "shopping", "market", "shop", "delivery", "icon", "stroke", "outline"], - "version": "1.98", - "unicode": "f4cc" - }, - "trophy-filled": { - "name": "trophy-filled", - "category": "Filled", - "tags": ["trophy", "filled", "success", "win", "prize", "winner", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f6af" - }, - "trophy-off": { - "name": "trophy-off", - "category": "", - "tags": ["trophy", "off", "success", "win", "prize", "winner", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f438" - }, - "trophy": { - "name": "trophy", - "category": "", - "tags": ["trophy", "success", "win", "prize", "winner", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb45" - }, - "trowel": { - "name": "trowel", - "category": "", - "tags": ["trowel", "tool", "garden", "equipment", "mason", "cement", "icon", "stroke", "outline"], - "version": "1.89", - "unicode": "f368" - }, - "truck-delivery": { - "name": "truck-delivery", - "category": "E-commerce", - "tags": ["truck", "delivery", "order", "purchase", "online", "shop", "store", "e-commerce", "lorry", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec4b" - }, - "truck-loading": { - "name": "truck-loading", - "category": "E-commerce", - "tags": ["truck", "loading", "transport", "delivery", "logistics", "vehicle", "icon", "stroke", "outline"], - "version": "1.68", - "unicode": "f1da" - }, - "truck-off": { - "name": "truck-off", - "category": "Vehicles", - "tags": ["truck", "off", "transport", "vahicle", "van", "lorry", "cargo", "delivery", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ef03" - }, - "truck-return": { - "name": "truck-return", - "category": "E-commerce", - "tags": ["truck", "return", "order", "purchase", "online", "shop", "store", "e-commerce", "lorry", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec4c" - }, - "truck": { - "name": "truck", - "category": "Vehicles", - "tags": ["truck", "transport", "vahicle", "van", "lorry", "cargo", "delivery", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "ebc4" - }, - "txt": { - "name": "txt", - "category": "Extensions", - "tags": ["txt", "file", "format", "type", "document", "filetype", "icon", "stroke", "outline"], - "version": "1.93", - "unicode": "f3b1" - }, - "typography-off": { - "name": "typography-off", - "category": "Text", - "tags": ["typography", "off", "type", "display", "typeface", "point size", "line length", "line-spacing", "letter-spacing", "font", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1ba" - }, - "typography": { - "name": "typography", - "category": "Text", - "tags": ["typography", "type", "display", "typeface", "point size", "line length", "line-spacing", "letter-spacing", "font", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "ebc5" - }, - "ufo-off": { - "name": "ufo-off", - "category": "", - "tags": ["ufo", "off", "alien", "space", "astronomy", "spaceship", "galaxy", "icon", "stroke", "outline"], - "version": "1.76", - "unicode": "f26e" - }, - "ufo": { - "name": "ufo", - "category": "", - "tags": ["ufo", "alien", "space", "astronomy", "spaceship", "galaxy", "icon", "stroke", "outline"], - "version": "1.76", - "unicode": "f26f" - }, - "umbrella-filled": { - "name": "umbrella-filled", - "category": "Filled", - "tags": ["umbrella", "filled", "rain", "weather", "storm", "wet", "autumn", "fall", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f6b0" - }, - "umbrella-off": { - "name": "umbrella-off", - "category": "", - "tags": ["umbrella", "off", "rain", "weather", "storm", "wet", "autumn", "fall", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1bb" - }, - "umbrella": { - "name": "umbrella", - "category": "", - "tags": ["umbrella", "rain", "weather", "storm", "wet", "autumn", "fall", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebf1" - }, - "underline": { - "name": "underline", - "category": "Text", - "tags": ["underline", "underscore", "emphasis", "horizontal", "typography", "icon", "stroke", "outline"], - "version": "1.1", - "unicode": "eba2" - }, - "universe": { - "name": "universe", - "category": "", - "tags": ["universe", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcc4" - }, - "unlink": { - "name": "unlink", - "category": "Text", - "tags": ["unlink", "chain", "url", "address", "remove", "broke", "unconnect", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb46" - }, - "upload": { - "name": "upload", - "category": "Arrows", - "tags": ["upload", "file", "arrow", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb47" - }, - "urgent": { - "name": "urgent", - "category": "", - "tags": ["urgent", "alert", "important", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb48" - }, - "usb": { - "name": "usb", - "category": "", - "tags": ["usb", "drive", "cable", "plug", "device", "technology", "connect", "icon", "stroke", "outline"], - "version": "1.53", - "unicode": "f00c" - }, - "user-bolt": { - "name": "user-bolt", - "category": "System", - "tags": ["user", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9d1" - }, - "user-cancel": { - "name": "user-cancel", - "category": "System", - "tags": ["user", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9d2" - }, - "user-check": { - "name": "user-check", - "category": "System", - "tags": ["user", "check", "tick", "person", "account", "role", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb49" - }, - "user-circle": { - "name": "user-circle", - "category": "System", - "tags": ["user", "circle", "account", "avatar", "profile", "role", "icon", "stroke", "outline"], - "version": "1.44", - "unicode": "ef68" - }, - "user-code": { - "name": "user-code", - "category": "System", - "tags": ["user", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9d3" - }, - "user-cog": { - "name": "user-cog", - "category": "System", - "tags": ["user", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9d4" - }, - "user-dollar": { - "name": "user-dollar", - "category": "System", - "tags": ["user", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9d5" - }, - "user-down": { - "name": "user-down", - "category": "System", - "tags": ["user", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9d6" - }, - "user-edit": { - "name": "user-edit", - "category": "System", - "tags": ["user", "edit", "icon", "stroke", "outline"], - "version": "2.8", - "unicode": "f7cc" - }, - "user-exclamation": { - "name": "user-exclamation", - "category": "System", - "tags": ["user", "exclamation", "user", "account", "note", "excitement", "admiration", "mark", "icon", "stroke", "outline"], - "version": "1.8", - "unicode": "ec12" - }, - "user-filled": { - "name": "user-filled", - "category": "Filled", - "tags": ["user", "filled", "icon", "stroke", "outline"], - "version": "2.39", - "unicode": "fd19" - }, - "user-heart": { - "name": "user-heart", - "category": "System", - "tags": ["user", "heart", "icon", "stroke", "outline"], - "version": "2.8", - "unicode": "f7cd" - }, - "user-hexagon": { - "name": "user-hexagon", - "category": "", - "tags": ["user", "hexagon", "icon", "stroke", "outline"], - "version": "2.31", - "unicode": "fc4e" - }, - "user-minus": { - "name": "user-minus", - "category": "System", - "tags": ["user", "minus", "remove", "cancel", "person", "account", "unsubscribe", "role", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb4a" - }, - "user-off": { - "name": "user-off", - "category": "System", - "tags": ["user", "off", "person", "account", "icon", "stroke", "outline"], - "version": "1.22", - "unicode": "ecf9" - }, - "user-pause": { - "name": "user-pause", - "category": "System", - "tags": ["user", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9d7" - }, - "user-pentagon": { - "name": "user-pentagon", - "category": "", - "tags": ["user", "pentagon", "icon", "stroke", "outline"], - "version": "2.31", - "unicode": "fc4f" - }, - "user-pin": { - "name": "user-pin", - "category": "System", - "tags": ["user", "pin", "icon", "stroke", "outline"], - "version": "2.8", - "unicode": "f7ce" - }, - "user-plus": { - "name": "user-plus", - "category": "System", - "tags": ["user", "plus", "add", "create", "new", "person", "people", "follow", "subscribe", "role", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb4b" - }, - "user-question": { - "name": "user-question", - "category": "System", - "tags": ["user", "question", "icon", "stroke", "outline"], - "version": "2.8", - "unicode": "f7cf" - }, - "user-scan": { - "name": "user-scan", - "category": "System", - "tags": ["user", "scan", "identity", "biometric", "authentication", "recognition", "profile", "verification", "user-data", "user-profile", "scan-identity", "identity-verification", "icon", "stroke", "outline"], - "version": "2.36", - "unicode": "fcaf" - }, - "user-search": { - "name": "user-search", - "category": "System", - "tags": ["user", "search", "find", "account", "profile", "magnifier", "icon", "stroke", "outline"], - "version": "1.46", - "unicode": "ef89" - }, - "user-share": { - "name": "user-share", - "category": "System", - "tags": ["user", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9d8" - }, - "user-shield": { - "name": "user-shield", - "category": "System", - "tags": ["user", "shield", "icon", "stroke", "outline"], - "version": "2.8", - "unicode": "f7d0" - }, - "user-square-rounded": { - "name": "user-square-rounded", - "category": "", - "tags": ["user", "square", "rounded", "icon", "stroke", "outline"], - "version": "2.31", - "unicode": "fc50" - }, - "user-square": { - "name": "user-square", - "category": "", - "tags": ["user", "square", "icon", "stroke", "outline"], - "version": "2.31", - "unicode": "fc51" - }, - "user-star": { - "name": "user-star", - "category": "System", - "tags": ["user", "star", "icon", "stroke", "outline"], - "version": "2.8", - "unicode": "f7d1" - }, - "user-up": { - "name": "user-up", - "category": "System", - "tags": ["user", "up", "icon", "stroke", "outline"], - "version": "2.8", - "unicode": "f7d2" - }, - "user-x": { - "name": "user-x", - "category": "System", - "tags": ["user", "x", "cancel", "remove", "person", "account", "unsubscribe", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb4c" - }, - "user": { - "name": "user", - "category": "System", - "tags": ["user", "person", "account", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb4d" - }, - "users-group": { - "name": "users-group", - "category": "System", - "tags": ["users", "group", "icon", "stroke", "outline"], - "version": "2.13", - "unicode": "fa21" - }, - "users-minus": { - "name": "users-minus", - "category": "System", - "tags": ["users", "minus", "icon", "stroke", "outline"], - "version": "2.12", - "unicode": "fa0e" - }, - "users-plus": { - "name": "users-plus", - "category": "System", - "tags": ["users", "plus", "icon", "stroke", "outline"], - "version": "2.12", - "unicode": "fa0f" - }, - "users": { - "name": "users", - "category": "System", - "tags": ["users", "people", "persons", "accounts", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebf2" - }, - "uv-index": { - "name": "uv-index", - "category": "Weather", - "tags": ["uv", "index", "sun", "ultraviolet", "radiation", "icon", "stroke", "outline"], - "version": "1.93", - "unicode": "f3b2" - }, - "ux-circle": { - "name": "ux-circle", - "category": "Design", - "tags": ["ux", "circle", "user", "experience", "icon", "stroke", "outline"], - "version": "1.89", - "unicode": "f369" - }, - "vaccine-bottle-off": { - "name": "vaccine-bottle-off", - "category": "Health", - "tags": ["vaccine", "bottle", "off", "medical", "medicine", "pharmacy", "covid", "virus", "drug", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f439" - }, - "vaccine-bottle": { - "name": "vaccine-bottle", - "category": "Health", - "tags": ["vaccine", "bottle", "medical", "medicine", "pharmacy", "covid", "virus", "drug", "icon", "stroke", "outline"], - "version": "1.44", - "unicode": "ef69" - }, - "vaccine-off": { - "name": "vaccine-off", - "category": "Health", - "tags": ["vaccine", "off", "illness", "sickness", "disease", "injection", "medicine", "medical", "doctor", "nurse", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1bc" - }, - "vaccine": { - "name": "vaccine", - "category": "Health", - "tags": ["vaccine", "illness", "sickness", "disease", "injection", "medicine", "medical", "doctor", "nurse", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ef04" - }, - "vacuum-cleaner": { - "name": "vacuum-cleaner", - "category": "", - "tags": ["vacuum", "cleaner", "robot", "clean", "hoover", "home", "electronics", "icon", "stroke", "outline"], - "version": "1.112", - "unicode": "f5e6" - }, - "variable-minus": { - "name": "variable-minus", - "category": "Math", - "tags": ["variable", "minus", "false", "delete", "maths", "mathematics", "science", "calculate", "function", "icon", "stroke", "outline"], - "version": "1.89", - "unicode": "f36a" - }, - "variable-off": { - "name": "variable-off", - "category": "Math", - "tags": ["variable", "off", "maths", "mathematics", "science", "calculate", "function", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1bd" - }, - "variable-plus": { - "name": "variable-plus", - "category": "Math", - "tags": ["variable", "plus", "add", "new", "maths", "mathematics", "science", "calculate", "function", "icon", "stroke", "outline"], - "version": "1.89", - "unicode": "f36b" - }, - "variable": { - "name": "variable", - "category": "Math", - "tags": ["variable", "maths", "mathematics", "science", "calculate", "function", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ef05" - }, - "vector-bezier-2": { - "name": "vector-bezier-2", - "category": "Design", - "tags": ["vector", "bezier", "2", "curve", "parametric", "design", "vector graphics", "representation", "icon", "stroke", "outline"], - "version": "1.27", - "unicode": "f1a3" - }, - "vector-bezier-arc": { - "name": "vector-bezier-arc", - "category": "Design", - "tags": ["vector", "bezier", "arc", "curve", "drafting", "reshape", "shape", "icon", "stroke", "outline"], - "version": "1.98", - "unicode": "f4cd" - }, - "vector-bezier-circle": { - "name": "vector-bezier-circle", - "category": "Design", - "tags": ["vector", "bezier", "circle", "curve", "drafting", "reshape", "shape", "icon", "stroke", "outline"], - "version": "1.98", - "unicode": "f4ce" - }, - "vector-bezier": { - "name": "vector-bezier", - "category": "Design", - "tags": ["vector", "bezier", "curve", "parametric", "design", "vector graphics", "representation", "icon", "stroke", "outline"], - "version": "1.27", - "unicode": "ef1d" - }, - "vector-off": { - "name": "vector-off", - "category": "Design", - "tags": ["vector", "off", "curve", "parametric", "design", "vector graphics", "placement", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1be" - }, - "vector-spline": { - "name": "vector-spline", - "category": "Design", - "tags": ["vector", "spline", "math", "line", "curve", "geometry", "icon", "stroke", "outline"], - "version": "1.106", - "unicode": "f565" - }, - "vector-triangle-off": { - "name": "vector-triangle-off", - "category": "Design", - "tags": ["vector", "triangle", "off", "curve", "parametric", "design", "vector graphics", "placement", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1bf" - }, - "vector-triangle": { - "name": "vector-triangle", - "category": "Design", - "tags": ["vector", "triangle", "curve", "parametric", "design", "vector graphics", "placement", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "eca8" - }, - "vector": { - "name": "vector", - "category": "Design", - "tags": ["vector", "curve", "parametric", "design", "vector graphics", "placement", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "eca9" - }, - "venus": { - "name": "venus", - "category": "Symbols", - "tags": ["venus", "female", "icon", "stroke", "outline"], - "version": "1.14", - "unicode": "ec86" - }, - "versions-filled": { - "name": "versions-filled", - "category": "Filled", - "tags": ["versions", "filled", "app", "variation", "different", "variant", "alternative", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f6b1" - }, - "versions-off": { - "name": "versions-off", - "category": "Development", - "tags": ["versions", "off", "app", "variation", "different", "variant", "alternative", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1c0" - }, - "versions": { - "name": "versions", - "category": "Development", - "tags": ["versions", "app", "variation", "different", "variant", "alternative", "icon", "stroke", "outline"], - "version": "1.29", - "unicode": "ed52" - }, - "video-minus": { - "name": "video-minus", - "category": "Media", - "tags": ["video", "minus", "film", "shoot", "recording", "taping", "camera", "remotion", "icon", "stroke", "outline"], - "version": "1.25", - "unicode": "ed1f" - }, - "video-off": { - "name": "video-off", - "category": "Media", - "tags": ["video", "off", "film", "shoot", "recording", "taping", "camera", "icon", "stroke", "outline"], - "version": "1.25", - "unicode": "ed20" - }, - "video-plus": { - "name": "video-plus", - "category": "Media", - "tags": ["video", "plus", "film", "shoot", "recording", "taping", "camera", "closeup", "icon", "stroke", "outline"], - "version": "1.25", - "unicode": "ed21" - }, - "video": { - "name": "video", - "category": "Media", - "tags": ["video", "film", "shoot", "recording", "taping", "camera", "icon", "stroke", "outline"], - "version": "1.25", - "unicode": "ed22" - }, - "view-360-off": { - "name": "view-360-off", - "category": "", - "tags": ["view", "360", "off", "panoramic", "degrees", "image", "around", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1c1" - }, - "view-360": { - "name": "view-360", - "category": "", - "tags": ["view", "360", "panoramic", "degrees", "image", "around", "icon", "stroke", "outline"], - "version": "1.33", - "unicode": "ed84" - }, - "viewfinder-off": { - "name": "viewfinder-off", - "category": "Map", - "tags": ["viewfinder", "off", "target", "aim", "focus", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1c2" - }, - "viewfinder": { - "name": "viewfinder", - "category": "Map", - "tags": ["viewfinder", "target", "aim", "focus", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb4e" - }, - "viewport-narrow": { - "name": "viewport-narrow", - "category": "Devices", - "tags": ["viewport", "narrow", "data", "account", "excel", "tight", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebf3" - }, - "viewport-wide": { - "name": "viewport-wide", - "category": "Devices", - "tags": ["viewport", "wide", "data", "account", "broad", "excel", "icon", "stroke", "outline"], - "version": "1.7", - "unicode": "ebf4" - }, - "vinyl": { - "name": "vinyl", - "category": "Devices", - "tags": ["vinyl", "music", "audio", "dj", "sound", "retro", "musical", "icon", "stroke", "outline"], - "version": "1.53", - "unicode": "f00d" - }, - "vip-off": { - "name": "vip-off", - "category": "", - "tags": ["vip", "off", "premium", "exclusive", "staff", "expensive", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f43a" - }, - "vip": { - "name": "vip", - "category": "", - "tags": ["vip", "premium", "exclusive", "staff", "expensive", "icon", "stroke", "outline"], - "version": "1.93", - "unicode": "f3b3" - }, - "virus-off": { - "name": "virus-off", - "category": "Health", - "tags": ["virus", "off", "infection", "illness", "cell", "infectious", "health", "icon", "stroke", "outline"], - "version": "1.31", - "unicode": "ed66" - }, - "virus-search": { - "name": "virus-search", - "category": "Health", - "tags": ["virus", "search", "covid", "coronavirus", "biology", "infection", "infected", "cell", "viral", "infectious", "disease", "icon", "stroke", "outline"], - "version": "1.31", - "unicode": "ed67" - }, - "virus": { - "name": "virus", - "category": "Health", - "tags": ["virus", "infection", "illness", "cell", "infectious", "health", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb74" - }, - "vocabulary-off": { - "name": "vocabulary-off", - "category": "Text", - "tags": ["vocabulary", "off", "language", "traffic", "text", "book", "study", "dictionary", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f43b" - }, - "vocabulary": { - "name": "vocabulary", - "category": "Text", - "tags": ["vocabulary", "language", "traffic", "text", "book", "study", "dictionary", "icon", "stroke", "outline"], - "version": "1.40", - "unicode": "ef1e" - }, - "volcano": { - "name": "volcano", - "category": "Map", - "tags": ["volcano", "erumption", "lava", "nature", "danger", "explosion", "icon", "stroke", "outline"], - "version": "2.5", - "unicode": "f79c" - }, - "volume-2": { - "name": "volume-2", - "category": "Media", - "tags": ["volume", "2", "music", "sound", "speaker", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb4f" - }, - "volume-3": { - "name": "volume-3", - "category": "Media", - "tags": ["volume", "3", "mute", "music", "sound", "false", "speaker", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb50" - }, - "volume-off": { - "name": "volume-off", - "category": "Media", - "tags": ["volume", "off", "music", "sound", "speaker", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1c3" - }, - "volume": { - "name": "volume", - "category": "Media", - "tags": ["volume", "music", "sound", "speaker", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb51" - }, - "vs": { - "name": "vs", - "category": "", - "tags": ["vs", "icon", "stroke", "outline"], - "version": "2.31", - "unicode": "fc52" - }, - "walk": { - "name": "walk", - "category": "Sport", - "tags": ["walk", "ambulation", "dislocating", "movement", "motion", "destination", "icon", "stroke", "outline"], - "version": "1.14", - "unicode": "ec87" - }, - "wall-off": { - "name": "wall-off", - "category": "", - "tags": ["wall", "off", "brick", "security", "firewall", "building", "renovation", "construction", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f43c" - }, - "wall": { - "name": "wall", - "category": "", - "tags": ["wall", "brick", "security", "firewall", "building", "renovation", "construction", "icon", "stroke", "outline"], - "version": "1.45", - "unicode": "ef7a" - }, - "wallet-off": { - "name": "wallet-off", - "category": "", - "tags": ["wallet", "off", "money", "pay", "banknote", "coin", "payment", "bank", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1c4" - }, - "wallet": { - "name": "wallet", - "category": "", - "tags": ["wallet", "money", "pay", "banknote", "coin", "payment", "bank", "icon", "stroke", "outline"], - "version": "1.2", - "unicode": "eb75" - }, - "wallpaper-off": { - "name": "wallpaper-off", - "category": "", - "tags": ["wallpaper", "off", "picture", "image", "photo", "decoration", "house", "room", "decor", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1c5" - }, - "wallpaper": { - "name": "wallpaper", - "category": "", - "tags": ["wallpaper", "picture", "image", "photo", "decoration", "house", "room", "decor", "icon", "stroke", "outline"], - "version": "1.43", - "unicode": "ef56" - }, - "wand-off": { - "name": "wand-off", - "category": "", - "tags": ["wand", "off", "magic", "tool", "color", "pixel", "design", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1c6" - }, - "wand": { - "name": "wand", - "category": "", - "tags": ["wand", "magic", "tool", "color", "pixel", "design", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "ebcb" - }, - "wash-dry-1": { - "name": "wash-dry-1", - "category": "Laundry", - "tags": ["wash", "dry", "1", "laundry", "clean", "clear", "clothes", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f2fa" - }, - "wash-dry-2": { - "name": "wash-dry-2", - "category": "Laundry", - "tags": ["wash", "dry", "2", "laundry", "clean", "clear", "clothes", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f2fb" - }, - "wash-dry-3": { - "name": "wash-dry-3", - "category": "Laundry", - "tags": ["wash", "dry", "3", "laundry", "clean", "clear", "clothes", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f2fc" - }, - "wash-dry-a": { - "name": "wash-dry-a", - "category": "Laundry", - "tags": ["wash", "dry", "a", "laundry", "clean", "clear", "clothes", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f2fd" - }, - "wash-dry-dip": { - "name": "wash-dry-dip", - "category": "Laundry", - "tags": ["wash", "dry", "dip", "laundry", "clean", "clear", "clothes", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f2fe" - }, - "wash-dry-f": { - "name": "wash-dry-f", - "category": "Laundry", - "tags": ["wash", "dry", "f", "laundry", "clean", "clear", "clothes", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f2ff" - }, - "wash-dry-flat": { - "name": "wash-dry-flat", - "category": "Laundry", - "tags": ["wash", "dry", "flat", "icon", "stroke", "outline"], - "version": "2.18", - "unicode": "fa7f" - }, - "wash-dry-hang": { - "name": "wash-dry-hang", - "category": "Laundry", - "tags": ["wash", "dry", "hang", "laundry", "clean", "clear", "clothes", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f300" - }, - "wash-dry-off": { - "name": "wash-dry-off", - "category": "Laundry", - "tags": ["wash", "dry", "off", "laundry", "clean", "clear", "clothes", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f301" - }, - "wash-dry-p": { - "name": "wash-dry-p", - "category": "Laundry", - "tags": ["wash", "dry", "p", "laundry", "clean", "clear", "clothes", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f302" - }, - "wash-dry-shade": { - "name": "wash-dry-shade", - "category": "Laundry", - "tags": ["wash", "dry", "shade", "laundry", "clean", "clear", "clothes", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f303" - }, - "wash-dry-w": { - "name": "wash-dry-w", - "category": "Laundry", - "tags": ["wash", "dry", "w", "laundry", "clean", "clear", "clothes", "icon", "stroke", "outline"], - "version": "1.85", - "unicode": "f322" - }, - "wash-dry": { - "name": "wash-dry", - "category": "Laundry", - "tags": ["wash", "dry", "laundry", "clean", "clear", "clothes", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f304" - }, - "wash-dryclean-off": { - "name": "wash-dryclean-off", - "category": "Laundry", - "tags": ["wash", "dryclean", "off", "laundry", "clean", "clear", "clothes", "icon", "stroke", "outline"], - "version": "1.85", - "unicode": "f323" - }, - "wash-dryclean": { - "name": "wash-dryclean", - "category": "Laundry", - "tags": ["wash", "dryclean", "laundry", "clean", "clear", "clothes", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f305" - }, - "wash-eco": { - "name": "wash-eco", - "category": "Laundry", - "tags": ["wash", "eco", "icon", "stroke", "outline"], - "version": "2.18", - "unicode": "fa80" - }, - "wash-gentle": { - "name": "wash-gentle", - "category": "Laundry", - "tags": ["wash", "gentle", "laundry", "clean", "clear", "clothes", "machine", "delicate", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f306" - }, - "wash-hand": { - "name": "wash-hand", - "category": "Laundry", - "tags": ["wash", "hand", "icon", "stroke", "outline"], - "version": "2.18", - "unicode": "fa81" - }, - "wash-machine": { - "name": "wash-machine", - "category": "Devices", - "tags": ["wash", "machine", "bathroom", "clean", "cleaning", "laundry", "machine", "clothes", "icon", "stroke", "outline"], - "version": "1.75", - "unicode": "f25e" - }, - "wash-off": { - "name": "wash-off", - "category": "Laundry", - "tags": ["wash", "off", "clean", "cleaning", "hygiene", "laundry", "clothes", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f307" - }, - "wash-press": { - "name": "wash-press", - "category": "Laundry", - "tags": ["wash", "press", "laundry", "clean", "clear", "clothes", "machine", "permanent", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f308" - }, - "wash-temperature-1": { - "name": "wash-temperature-1", - "category": "Laundry", - "tags": ["wash", "temperature", "1", "laundry", "clean", "clear", "clothes", "low", "cold", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f309" - }, - "wash-temperature-2": { - "name": "wash-temperature-2", - "category": "Laundry", - "tags": ["wash", "temperature", "2", "laundry", "clean", "clear", "clothes", "low", "cold", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f30a" - }, - "wash-temperature-3": { - "name": "wash-temperature-3", - "category": "Laundry", - "tags": ["wash", "temperature", "3", "laundry", "clean", "clear", "clothes", "medium", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f30b" - }, - "wash-temperature-4": { - "name": "wash-temperature-4", - "category": "Laundry", - "tags": ["wash", "temperature", "4", "laundry", "clean", "clear", "clothes", "high", "hot", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f30c" - }, - "wash-temperature-5": { - "name": "wash-temperature-5", - "category": "Laundry", - "tags": ["wash", "temperature", "5", "laundry", "clean", "clear", "clothes", "high", "hot", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f30d" - }, - "wash-temperature-6": { - "name": "wash-temperature-6", - "category": "Laundry", - "tags": ["wash", "temperature", "6", "laundry", "clean", "clear", "clothes", "high", "hot", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f30e" - }, - "wash-tumble-dry": { - "name": "wash-tumble-dry", - "category": "Laundry", - "tags": ["wash", "tumble", "dry", "laundry", "clean", "clear", "clothes", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f30f" - }, - "wash-tumble-off": { - "name": "wash-tumble-off", - "category": "Laundry", - "tags": ["wash", "tumble", "off", "laundry", "clean", "clear", "clothes", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f310" - }, - "wash": { - "name": "wash", - "category": "Laundry", - "tags": ["wash", "clean", "cleaning", "hygiene", "laundry", "clothes", "icon", "stroke", "outline"], - "version": "1.84", - "unicode": "f311" - }, - "waterpolo": { - "name": "waterpolo", - "category": "Sport", - "tags": ["waterpolo", "icon", "stroke", "outline"], - "version": "2.17", - "unicode": "fa6f" - }, - "wave-saw-tool": { - "name": "wave-saw-tool", - "category": "", - "tags": ["wave", "saw", "tool", "pulse", "signal", "ratio", "rate", "volume", "icon", "stroke", "outline"], - "version": "1.19", - "unicode": "ecd3" - }, - "wave-sine": { - "name": "wave-sine", - "category": "", - "tags": ["wave", "sine", "pulse", "signal", "ratio", "rate", "volume", "icon", "stroke", "outline"], - "version": "1.19", - "unicode": "ecd4" - }, - "wave-square": { - "name": "wave-square", - "category": "", - "tags": ["wave", "square", "pulse", "signal", "ratio", "rate", "volume", "icon", "stroke", "outline"], - "version": "1.19", - "unicode": "ecd5" - }, - "waves-electricity": { - "name": "waves-electricity", - "category": "", - "tags": ["waves", "electricity", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcc5" - }, - "webhook-off": { - "name": "webhook-off", - "category": "Development", - "tags": ["webhook", "off", "communication", "interaction", "comunity", "browser", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f43d" - }, - "webhook": { - "name": "webhook", - "category": "Development", - "tags": ["webhook", "communication", "interaction", "comunity", "browser", "icon", "stroke", "outline"], - "version": "1.54", - "unicode": "f01e" - }, - "weight": { - "name": "weight", - "category": "", - "tags": ["weight", "gym", "fitness", "balance", "exercise", "sport", "icon", "stroke", "outline"], - "version": "1.108", - "unicode": "f589" - }, - "wheel": { - "name": "wheel", - "category": "", - "tags": ["wheel", "icon", "stroke", "outline"], - "version": "2.32", - "unicode": "fc64" - }, - "wheelchair-off": { - "name": "wheelchair-off", - "category": "Vehicles", - "tags": ["wheelchair", "off", "disabled", "disability", "patient", "medical", "handicapped", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f43e" - }, - "wheelchair": { - "name": "wheelchair", - "category": "Vehicles", - "tags": ["wheelchair", "disabled", "disability", "patient", "medical", "handicapped", "icon", "stroke", "outline"], - "version": "1.68", - "unicode": "f1db" - }, - "whirl": { - "name": "whirl", - "category": "Weather", - "tags": ["whirl", "cosmos", "galaxy", "space", "spin", "spiral", "hypnosis", "icon", "stroke", "outline"], - "version": "1.102", - "unicode": "f51d" - }, - "wifi-0": { - "name": "wifi-0", - "category": "Devices", - "tags": ["wifi", "0", "online", "connection", "signal", "wireless", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eba3" - }, - "wifi-1": { - "name": "wifi-1", - "category": "Devices", - "tags": ["wifi", "1", "online", "connection", "signal", "wireless", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eba4" - }, - "wifi-2": { - "name": "wifi-2", - "category": "Devices", - "tags": ["wifi", "2", "online", "connection", "signal", "wireless", "icon", "stroke", "outline"], - "version": "1.3", - "unicode": "eba5" - }, - "wifi-off": { - "name": "wifi-off", - "category": "Devices", - "tags": ["wifi", "off", "online", "connection", "signal", "wireless", "icon", "stroke", "outline"], - "version": "1.22", - "unicode": "ecfa" - }, - "wifi": { - "name": "wifi", - "category": "Devices", - "tags": ["wifi", "online", "connection", "signal", "wireless", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb52" - }, - "wind-electricity": { - "name": "wind-electricity", - "category": "", - "tags": ["wind", "electricity", "icon", "stroke", "outline"], - "version": "2.37", - "unicode": "fcc6" - }, - "wind-off": { - "name": "wind-off", - "category": "Weather", - "tags": ["wind", "off", "weather", "breeze", "tornado", "typhoon", "cyclone", "hurricane", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1c7" - }, - "wind": { - "name": "wind", - "category": "Weather", - "tags": ["wind", "weather", "breeze", "tornado", "typhoon", "cyclone", "hurricane", "icon", "stroke", "outline"], - "version": "1.10", - "unicode": "ec34" - }, - "windmill-filled": { - "name": "windmill-filled", - "category": "Filled", - "tags": ["windmill", "filled", "generate", "power", "blade", "energy", "electricity", "icon", "stroke", "outline"], - "version": "2.0", - "unicode": "f6b2" - }, - "windmill-off": { - "name": "windmill-off", - "category": "Map", - "tags": ["windmill", "off", "generate", "power", "blade", "energy", "electricity", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1c8" - }, - "windmill": { - "name": "windmill", - "category": "Map", - "tags": ["windmill", "generate", "power", "blade", "energy", "electricity", "icon", "stroke", "outline"], - "version": "1.33", - "unicode": "ed85" - }, - "window-maximize": { - "name": "window-maximize", - "category": "System", - "tags": ["window", "maximize", "fullscreen", "browser", "size", "full", "resize", "icon", "stroke", "outline"], - "version": "1.69", - "unicode": "f1f1" - }, - "window-minimize": { - "name": "window-minimize", - "category": "System", - "tags": ["window", "minimize", "screen", "browser", "size", "resize", "minimum", "icon", "stroke", "outline"], - "version": "1.69", - "unicode": "f1f2" - }, - "window-off": { - "name": "window-off", - "category": "", - "tags": ["window", "off", "house", "view", "glass", "apartment", "vehicle", "light", "frame", "home", "building", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1c9" - }, - "window": { - "name": "window", - "category": "", - "tags": ["window", "house", "view", "glass", "apartment", "vehicle", "light", "frame", "home", "building", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ef06" - }, - "windsock": { - "name": "windsock", - "category": "Map", - "tags": ["windsock", "weather", "meteorology", "windy", "storm", "wind", "icon", "stroke", "outline"], - "version": "1.58", - "unicode": "f06d" - }, - "wiper-wash": { - "name": "wiper-wash", - "category": "Vehicles", - "tags": ["wiper", "wash", "car", "pane", "vehicle", "sprinkler", "scour", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "ecaa" - }, - "wiper": { - "name": "wiper", - "category": "Vehicles", - "tags": ["wiper", "car", "pane", "vehicle", "sprinkler", "scour", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "ecab" - }, - "woman": { - "name": "woman", - "category": "", - "tags": ["woman", "girl", "female", "gender", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb53" - }, - "wood": { - "name": "wood", - "category": "", - "tags": ["wood", "tree", "forest", "natural", "timber", "log", "icon", "stroke", "outline"], - "version": "1.88", - "unicode": "f359" - }, - "world-bolt": { - "name": "world-bolt", - "category": "Map", - "tags": ["world", "bolt", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9d9" - }, - "world-cancel": { - "name": "world-cancel", - "category": "Map", - "tags": ["world", "cancel", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9da" - }, - "world-check": { - "name": "world-check", - "category": "Map", - "tags": ["world", "check", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9db" - }, - "world-code": { - "name": "world-code", - "category": "Map", - "tags": ["world", "code", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9dc" - }, - "world-cog": { - "name": "world-cog", - "category": "Map", - "tags": ["world", "cog", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9dd" - }, - "world-dollar": { - "name": "world-dollar", - "category": "Map", - "tags": ["world", "dollar", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9de" - }, - "world-down": { - "name": "world-down", - "category": "Map", - "tags": ["world", "down", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9df" - }, - "world-download": { - "name": "world-download", - "category": "Map", - "tags": ["world", "download", "global", "down", "globe", "arrow", "earth", "icon", "stroke", "outline"], - "version": "1.46", - "unicode": "ef8a" - }, - "world-exclamation": { - "name": "world-exclamation", - "category": "Map", - "tags": ["world", "exclamation", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9e0" - }, - "world-heart": { - "name": "world-heart", - "category": "Map", - "tags": ["world", "heart", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9e1" - }, - "world-latitude": { - "name": "world-latitude", - "category": "Map", - "tags": ["world", "latitude", "earth", "globe", "global", "language", "union", "icon", "stroke", "outline"], - "version": "1.26", - "unicode": "ed2e" - }, - "world-longitude": { - "name": "world-longitude", - "category": "Map", - "tags": ["world", "longitude", "earth", "globe", "global", "language", "union", "icon", "stroke", "outline"], - "version": "1.26", - "unicode": "ed2f" - }, - "world-minus": { - "name": "world-minus", - "category": "Map", - "tags": ["world", "minus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9e2" - }, - "world-off": { - "name": "world-off", - "category": "Map", - "tags": ["world", "off", "earth", "globe", "global", "language", "union", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1ca" - }, - "world-pause": { - "name": "world-pause", - "category": "Map", - "tags": ["world", "pause", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9e3" - }, - "world-pin": { - "name": "world-pin", - "category": "Map", - "tags": ["world", "pin", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9e4" - }, - "world-plus": { - "name": "world-plus", - "category": "Map", - "tags": ["world", "plus", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9e5" - }, - "world-question": { - "name": "world-question", - "category": "Map", - "tags": ["world", "question", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9e6" - }, - "world-search": { - "name": "world-search", - "category": "Map", - "tags": ["world", "search", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9e7" - }, - "world-share": { - "name": "world-share", - "category": "Map", - "tags": ["world", "share", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9e8" - }, - "world-star": { - "name": "world-star", - "category": "Map", - "tags": ["world", "star", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9e9" - }, - "world-up": { - "name": "world-up", - "category": "Map", - "tags": ["world", "up", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9ea" - }, - "world-upload": { - "name": "world-upload", - "category": "Map", - "tags": ["world", "upload", "earth", "global", "up", "globe", "arrow", "internet", "icon", "stroke", "outline"], - "version": "1.46", - "unicode": "ef8b" - }, - "world-www": { - "name": "world-www", - "category": "Map", - "tags": ["world", "www", "internet", "online", "web", "website", "browser", "icon", "stroke", "outline"], - "version": "1.91", - "unicode": "f38f" - }, - "world-x": { - "name": "world-x", - "category": "Map", - "tags": ["world", "x", "icon", "stroke", "outline"], - "version": "2.10", - "unicode": "f9eb" - }, - "world": { - "name": "world", - "category": "Map", - "tags": ["world", "earth", "globe", "global", "language", "union", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb54" - }, - "wrecking-ball": { - "name": "wrecking-ball", - "category": "Vehicles", - "tags": ["wrecking", "ball", "demolish", "building", "wrecker", "metal", "swing", "knock", "down", "icon", "stroke", "outline"], - "version": "1.34", - "unicode": "ed97" - }, - "writing-off": { - "name": "writing-off", - "category": "Text", - "tags": ["writing", "off", "name", "certficate", "sign", "edit", "write", "document", "pen", "drawing", "contract", "signature", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1cb" - }, - "writing-sign-off": { - "name": "writing-sign-off", - "category": "Text", - "tags": ["writing", "sign", "off", "name", "certficate", "sign", "edit", "write", "document", "writing", "pen", "icon", "stroke", "outline"], - "version": "1.67", - "unicode": "f1cc" - }, - "writing-sign": { - "name": "writing-sign", - "category": "Text", - "tags": ["writing", "sign", "name", "certficate", "sign", "edit", "write", "document", "writing", "pen", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ef07" - }, - "writing": { - "name": "writing", - "category": "Text", - "tags": ["writing", "name", "certficate", "sign", "edit", "write", "document", "pen", "drawing", "contract", "signature", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ef08" - }, - "x": { - "name": "x", - "category": "", - "tags": ["x", "cancel", "remove", "delete", "empty", "close", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb55" - }, - "xbox-a": { - "name": "xbox-a", - "category": "Devices", - "tags": ["xbox", "a", "controller", "joystick", "button", "icon", "stroke", "outline"], - "version": "1.80", - "unicode": "f2b6" - }, - "xbox-b": { - "name": "xbox-b", - "category": "Devices", - "tags": ["xbox", "b", "controller", "joystick", "button", "icon", "stroke", "outline"], - "version": "1.80", - "unicode": "f2b7" - }, - "xbox-x": { - "name": "xbox-x", - "category": "Devices", - "tags": ["xbox", "x", "controller", "joystick", "button", "icon", "stroke", "outline"], - "version": "1.80", - "unicode": "f2b8" - }, - "xbox-y": { - "name": "xbox-y", - "category": "Devices", - "tags": ["xbox", "y", "controller", "joystick", "button", "icon", "stroke", "outline"], - "version": "1.80", - "unicode": "f2b9" - }, - "xd": { - "name": "xd", - "category": "", - "tags": ["xd", "icon", "stroke", "outline"], - "version": "2.14", - "unicode": "fa33" - }, - "xxx": { - "name": "xxx", - "category": "", - "tags": ["xxx", "icon", "stroke", "outline"], - "version": "2.29", - "unicode": "fc20" - }, - "yin-yang-filled": { - "name": "yin-yang-filled", - "category": "Filled", - "tags": ["yin", "yang", "filled", "equality", "good", "evil", "balance", "peace", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f785" - }, - "yin-yang": { - "name": "yin-yang", - "category": "Symbols", - "tags": ["yin", "yang", "equality", "good", "evil", "balance", "peace", "icon", "stroke", "outline"], - "version": "1.10", - "unicode": "ec35" - }, - "yoga": { - "name": "yoga", - "category": "Sport", - "tags": ["yoga", "pose", "sport", "meditation", "fitness", "icon", "stroke", "outline"], - "version": "1.54", - "unicode": "f01f" - }, - "zeppelin-off": { - "name": "zeppelin-off", - "category": "Vehicles", - "tags": ["zeppelin", "off", "airship", "transport", "ballon", "flying", "travel", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f43f" - }, - "zeppelin": { - "name": "zeppelin", - "category": "Vehicles", - "tags": ["zeppelin", "airship", "transport", "ballon", "flying", "travel", "icon", "stroke", "outline"], - "version": "1.76", - "unicode": "f270" - }, - "zip": { - "name": "zip", - "category": "Extensions", - "tags": ["zip", "file", "document", "folder", "compress", "archive", "filetype", "icon", "stroke", "outline"], - "version": "1.93", - "unicode": "f3b4" - }, - "zodiac-aquarius": { - "name": "zodiac-aquarius", - "category": "Zodiac", - "tags": ["zodiac", "aquarius", "sign", "horoscope", "constellation", "stars", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "ecac" - }, - "zodiac-aries": { - "name": "zodiac-aries", - "category": "Zodiac", - "tags": ["zodiac", "aries", "sign", "horoscope", "constellation", "stars", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "ecad" - }, - "zodiac-cancer": { - "name": "zodiac-cancer", - "category": "Zodiac", - "tags": ["zodiac", "cancer", "sign", "horoscope", "constellation", "stars", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "ecae" - }, - "zodiac-capricorn": { - "name": "zodiac-capricorn", - "category": "Zodiac", - "tags": ["zodiac", "capricorn", "sign", "horoscope", "constellation", "stars", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "ecaf" - }, - "zodiac-gemini": { - "name": "zodiac-gemini", - "category": "Zodiac", - "tags": ["zodiac", "gemini", "sign", "horoscope", "constellation", "stars", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "ecb0" - }, - "zodiac-leo": { - "name": "zodiac-leo", - "category": "Zodiac", - "tags": ["zodiac", "leo", "sign", "horoscope", "constellation", "stars", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "ecb1" - }, - "zodiac-libra": { - "name": "zodiac-libra", - "category": "Zodiac", - "tags": ["zodiac", "libra", "sign", "horoscope", "constellation", "stars", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "ecb2" - }, - "zodiac-pisces": { - "name": "zodiac-pisces", - "category": "Zodiac", - "tags": ["zodiac", "pisces", "sign", "horoscope", "constellation", "stars", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "ecb3" - }, - "zodiac-sagittarius": { - "name": "zodiac-sagittarius", - "category": "Zodiac", - "tags": ["zodiac", "sagittarius", "sign", "horoscope", "constellation", "stars", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "ecb4" - }, - "zodiac-scorpio": { - "name": "zodiac-scorpio", - "category": "Zodiac", - "tags": ["zodiac", "scorpio", "sign", "horoscope", "constellation", "stars", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "ecb5" - }, - "zodiac-taurus": { - "name": "zodiac-taurus", - "category": "Zodiac", - "tags": ["zodiac", "taurus", "sign", "horoscope", "constellation", "stars", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "ecb6" - }, - "zodiac-virgo": { - "name": "zodiac-virgo", - "category": "Zodiac", - "tags": ["zodiac", "virgo", "sign", "horoscope", "constellation", "stars", "icon", "stroke", "outline"], - "version": "1.17", - "unicode": "ecb7" - }, - "zoom-cancel": { - "name": "zoom-cancel", - "category": "Map", - "tags": ["zoom", "cancel", "magnifying glass", "icon", "stroke", "outline"], - "version": "1.11", - "unicode": "ec4d" - }, - "zoom-check-filled": { - "name": "zoom-check-filled", - "category": "Filled", - "tags": ["zoom", "check", "filled", "verify", "magnifying", "glass", "magnifier", "ok", "done", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f786" - }, - "zoom-check": { - "name": "zoom-check", - "category": "Map", - "tags": ["zoom", "check", "verify", "magnifying", "glass", "magnifier", "ok", "done", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ef09" - }, - "zoom-code": { - "name": "zoom-code", - "category": "Map", - "tags": ["zoom", "code", "inspect", "marketing", "search", "markup", "coding", "magnifier", "icon", "stroke", "outline"], - "version": "1.59", - "unicode": "f07f" - }, - "zoom-exclamation": { - "name": "zoom-exclamation", - "category": "Map", - "tags": ["zoom", "exclamation", "alert", "caution", "error", "search", "warning", "icon", "stroke", "outline"], - "version": "1.59", - "unicode": "f080" - }, - "zoom-filled": { - "name": "zoom-filled", - "category": "Filled", - "tags": ["zoom", "filled", "find", "search", "enlargement", "view", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f787" - }, - "zoom-in-area-filled": { - "name": "zoom-in-area-filled", - "category": "Filled", - "tags": ["zoom", "in", "area", "filled", "selected", "square", "magnifier", "enlargement", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f788" - }, - "zoom-in-area": { - "name": "zoom-in-area", - "category": "Map", - "tags": ["zoom", "in", "area", "selected", "square", "magnifier", "enlargement", "icon", "stroke", "outline"], - "version": "1.68", - "unicode": "f1dc" - }, - "zoom-in-filled": { - "name": "zoom-in-filled", - "category": "Filled", - "tags": ["zoom", "in", "filled", "magnifying glass", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f789" - }, - "zoom-in": { - "name": "zoom-in", - "category": "Map", - "tags": ["zoom", "in", "magnifying glass", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb56" - }, - "zoom-money": { - "name": "zoom-money", - "category": "Map", - "tags": ["zoom", "money", "magnifying", "glass", "magnifier", "earn", "pay", "sum", "total", "finance", "financial", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ef0a" - }, - "zoom-out-area": { - "name": "zoom-out-area", - "category": "Map", - "tags": ["zoom", "out", "area", "selected", "square", "magnifier", "diminishing", "icon", "stroke", "outline"], - "version": "1.68", - "unicode": "f1dd" - }, - "zoom-out-filled": { - "name": "zoom-out-filled", - "category": "Filled", - "tags": ["zoom", "out", "filled", "magnifying glass", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f78a" - }, - "zoom-out": { - "name": "zoom-out", - "category": "Map", - "tags": ["zoom", "out", "magnifying glass", "icon", "stroke", "outline"], - "version": "1.0", - "unicode": "eb57" - }, - "zoom-pan": { - "name": "zoom-pan", - "category": "Map", - "tags": ["zoom", "pan", "enlargement", "shifting", "magnifier", "icon", "stroke", "outline"], - "version": "1.68", - "unicode": "f1de" - }, - "zoom-question": { - "name": "zoom-question", - "category": "Map", - "tags": ["zoom", "question", "ask", "help", "support", "cue", "?", "icon", "stroke", "outline"], - "version": "1.37", - "unicode": "edeb" - }, - "zoom-replace": { - "name": "zoom-replace", - "category": "Map", - "tags": ["zoom", "replace", "find", "change", "switch", "swap", "icon", "stroke", "outline"], - "version": "1.79", - "unicode": "f2a7" - }, - "zoom-reset": { - "name": "zoom-reset", - "category": "Map", - "tags": ["zoom", "reset", "refresh", "default", "settings", "vision", "icon", "stroke", "outline"], - "version": "1.78", - "unicode": "f295" - }, - "zoom-scan": { - "name": "zoom-scan", - "category": "System", - "tags": ["zoom", "scan", "magnify", "enlarge", "analyze", "focus", "enhance", "view", "magnification", "zoom-in", "scan-zoom", "magnify-scan", "icon", "stroke", "outline"], - "version": "2.36", - "unicode": "fcb0" - }, - "zzz-off": { - "name": "zzz-off", - "category": "", - "tags": ["zzz", "off", "sleep", "sleeping", "bed", "dream", "snooze", "rest", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f440" - }, - "zzz": { - "name": "zzz", - "category": "", - "tags": ["zzz", "sleep", "sleeping", "bed", "dream", "snooze", "rest", "icon", "stroke", "outline"], - "version": "1.72", - "unicode": "f228" - } -} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d7f31f291..07650e025 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -230,6 +230,46 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) + packages/icons-react-native: + dependencies: + '@tabler/icons': + specifier: 3.0.0-alpha.0 + version: link:../icons + devDependencies: + '@babel/preset-env': + specifier: 7.23.8 + version: 7.23.8(@babel/core@7.23.7) + '@babel/preset-react': + specifier: 7.23.3 + version: 7.23.3(@babel/core@7.23.7) + '@testing-library/react': + specifier: ^14.1.2 + version: 14.1.2(react-dom@18.2.0)(react@18.2.0) + '@types/react': + specifier: 18.2.48 + version: 18.2.48 + '@vitejs/plugin-react': + specifier: ^4.2.1 + version: 4.2.1(vite@5.0.11) + babel-jest: + specifier: ^29.7.0 + version: 29.7.0(@babel/core@7.23.7) + react: + specifier: 18.2.0 + version: 18.2.0 + react-dom: + specifier: 18.2.0 + version: 18.2.0(react@18.2.0) + react-native: + specifier: ^0.73.1 + version: 0.73.1(@babel/core@7.23.7)(@babel/preset-env@7.23.8)(react@18.2.0) + react-native-svg: + specifier: ^14.1.0 + version: 14.1.0(react-native@0.73.1)(react@18.2.0) + react-test-renderer: + specifier: 18.2.0 + version: 18.2.0(react@18.2.0) + packages/icons-solidjs: dependencies: '@tabler/icons': @@ -597,7 +637,7 @@ packages: dependencies: '@babel/core': 7.23.7 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.19.0 '@babel/helper-member-expression-to-functions': 7.20.7 '@babel/helper-optimise-call-expression': 7.18.6 @@ -749,7 +789,7 @@ packages: resolution: {integrity: sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.20.2 '@babel/helper-split-export-declaration': 7.18.6 @@ -807,7 +847,7 @@ packages: dependencies: '@babel/core': 7.23.7 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-wrap-function': 7.20.5 '@babel/types': 7.23.6 transitivePeerDependencies: @@ -830,7 +870,7 @@ packages: resolution: {integrity: sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-member-expression-to-functions': 7.20.7 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/template': 7.20.7 @@ -1053,6 +1093,17 @@ packages: '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.7) dev: true + /@babel/plugin-proposal-export-default-from@7.23.3(@babel/core@7.23.7): + resolution: {integrity: sha512-Q23MpLZfSGZL1kU7fWqV262q65svLSCIP5kZ/JCW/rKTCm/FrLjpvEd2kfUYMVeHh4QhV/xzyoRAHWrAZJrE3Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.7 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.23.7) + dev: true + /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.23.7): resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} @@ -1224,6 +1275,16 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-syntax-export-default-from@7.23.3(@babel/core@7.23.7): + resolution: {integrity: sha512-KeENO5ck1IeZ/l2lFZNy+mpobV3D2Zy5C1YFnWm+YuY5mQiAWc4yAp13dqgguwsBsFVLh4LPCEqCa5qW13N+hw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.7 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.7): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: @@ -1233,6 +1294,16 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-syntax-flow@7.23.3(@babel/core@7.23.7): + resolution: {integrity: sha512-YZiAIpkJAwQXBJLIQbRFayR5c+gJ35Vcz3bg954k7cd73zqjvhacJuL9RbrzPz8qPmZdgqP6EUKwy0PCNhaaPA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.7 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.23.7): resolution: {integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==} engines: {node: '>=6.9.0'} @@ -1663,6 +1734,17 @@ packages: '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.7) dev: true + /@babel/plugin-transform-flow-strip-types@7.23.3(@babel/core@7.23.7): + resolution: {integrity: sha512-26/pQTf9nQSNVJCrLB1IkHUKyPxR+lMrH2QDPG89+Znu9rAMbtrybdbWeE9bb7gzjmE5iXHEY+e0HUwM6Co93Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.7 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.23.7) + dev: true + /@babel/plugin-transform-for-of@7.18.8(@babel/core@7.23.7): resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} engines: {node: '>=6.9.0'} @@ -2557,6 +2639,18 @@ packages: - supports-color dev: true + /@babel/preset-flow@7.23.3(@babel/core@7.23.7): + resolution: {integrity: sha512-7yn6hl8RIv+KNk6iIrGZ+D06VhVY35wLVf23Cz/mMu1zOr7u4MMP4j0nZ9tLf8+4ZFpnib8cFYgB/oYg9hfswA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.7 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.23.5 + '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.23.7) + dev: true + /@babel/preset-modules@0.1.5(@babel/core@7.23.7): resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: @@ -2610,6 +2704,20 @@ packages: '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.7) dev: true + /@babel/register@7.23.7(@babel/core@7.23.7): + resolution: {integrity: sha512-EjJeB6+kvpk+Y5DAkEAmbOBEFkh9OASx0huoEkqYTFxAZHzOAX2Oh5uwAUuL2rUddqfM0SA+KPXV2TbzoZ2kvQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.7 + clone-deep: 4.0.1 + find-cache-dir: 2.1.0 + make-dir: 2.1.0 + pirates: 4.0.6 + source-map-support: 0.5.21 + dev: true + /@babel/regjsgen@0.8.0: resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} dev: true @@ -3119,6 +3227,16 @@ packages: resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} dev: true + /@hapi/hoek@9.3.0: + resolution: {integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==} + dev: true + + /@hapi/topo@5.1.0: + resolution: {integrity: sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==} + dependencies: + '@hapi/hoek': 9.3.0 + dev: true + /@iarna/toml@2.2.5: resolution: {integrity: sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==} dev: true @@ -3135,6 +3253,11 @@ packages: wrap-ansi-cjs: /wrap-ansi@7.0.0 dev: true + /@isaacs/ttlcache@1.4.1: + resolution: {integrity: sha512-RQgQ4uQ+pLbqXfOmieB91ejmLwvSgv9nLx6sT6sD83s7umBypgg+OIBOBbEUiJXrfpnp9j0mRhYYdzp9uqq3lA==} + engines: {node: '>=12'} + dev: true + /@istanbuljs/load-nyc-config@1.1.0: resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==} engines: {node: '>=8'} @@ -3151,6 +3274,35 @@ packages: engines: {node: '>=8'} dev: true + /@jest/create-cache-key-function@29.7.0: + resolution: {integrity: sha512-4QqS3LY5PBmTRHj9sAg1HLoPzqAI0uOX6wI/TRqHIcOxlFidy6YEmCQJk6FSZjNLGCeubDMfmkWL+qaLKhSGQA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.6.3 + dev: true + + /@jest/environment@29.7.0: + resolution: {integrity: sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/fake-timers': 29.7.0 + '@jest/types': 29.6.3 + '@types/node': 18.11.18 + jest-mock: 29.7.0 + dev: true + + /@jest/fake-timers@29.7.0: + resolution: {integrity: sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.6.3 + '@sinonjs/fake-timers': 10.3.0 + '@types/node': 18.11.18 + jest-message-util: 29.7.0 + jest-mock: 29.7.0 + jest-util: 29.7.0 + dev: true + /@jest/schemas@29.4.2: resolution: {integrity: sha512-ZrGzGfh31NtdVH8tn0mgJw4khQuNHiKqdzJAFbCaERbyCP9tHlxWuL/mnMu8P7e/+k4puWjI1NOzi/sFsjce/g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -3211,6 +3363,17 @@ packages: - supports-color dev: true + /@jest/types@26.6.2: + resolution: {integrity: sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==} + engines: {node: '>= 10.14.2'} + dependencies: + '@types/istanbul-lib-coverage': 2.0.4 + '@types/istanbul-reports': 3.0.1 + '@types/node': 18.11.18 + '@types/yargs': 15.0.19 + chalk: 4.1.2 + dev: true + /@jest/types@29.4.2: resolution: {integrity: sha512-CKlngyGP0fwlgC1BRUtPZSiWLBhyS9dKwKmyGxk8Z6M82LBEGB2aLQSg+U1MyLsU+M7UjnlLllBM2BLWKVm/Uw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -4016,6 +4179,349 @@ packages: prettier: 3.2.4 dev: true + /@react-native-community/cli-clean@12.3.0: + resolution: {integrity: sha512-iAgLCOWYRGh9ukr+eVQnhkV/OqN3V2EGd/in33Ggn/Mj4uO6+oUncXFwB+yjlyaUNz6FfjudhIz09yYGSF+9sg==} + dependencies: + '@react-native-community/cli-tools': 12.3.0 + chalk: 4.1.2 + execa: 5.1.1 + transitivePeerDependencies: + - encoding + dev: true + + /@react-native-community/cli-config@12.3.0: + resolution: {integrity: sha512-BrTn5ndFD9uOxO8kxBQ32EpbtOvAsQExGPI7SokdI4Zlve70FziLtTq91LTlTUgMq1InVZn/jJb3VIDk6BTInQ==} + dependencies: + '@react-native-community/cli-tools': 12.3.0 + chalk: 4.1.2 + cosmiconfig: 5.2.1 + deepmerge: 4.3.1 + glob: 7.2.3 + joi: 17.12.1 + transitivePeerDependencies: + - encoding + dev: true + + /@react-native-community/cli-debugger-ui@12.3.0: + resolution: {integrity: sha512-w3b0iwjQlk47GhZWHaeTG8kKH09NCMUJO729xSdMBXE8rlbm4kHpKbxQY9qKb6NlfWSJN4noGY+FkNZS2rRwnQ==} + dependencies: + serve-static: 1.15.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@react-native-community/cli-doctor@12.3.0: + resolution: {integrity: sha512-BPCwNNesoQMkKsxB08Ayy6URgGQ8Kndv6mMhIvJSNdST3J1+x3ehBHXzG9B9Vfi+DrTKRb8lmEl/b/7VkDlPkA==} + dependencies: + '@react-native-community/cli-config': 12.3.0 + '@react-native-community/cli-platform-android': 12.3.0 + '@react-native-community/cli-platform-ios': 12.3.0 + '@react-native-community/cli-tools': 12.3.0 + chalk: 4.1.2 + command-exists: 1.2.9 + deepmerge: 4.3.1 + envinfo: 7.11.1 + execa: 5.1.1 + hermes-profile-transformer: 0.0.6 + ip: 1.1.8 + node-stream-zip: 1.15.0 + ora: 5.4.1 + semver: 7.5.4 + strip-ansi: 5.2.0 + wcwidth: 1.0.1 + yaml: 2.2.1 + transitivePeerDependencies: + - encoding + dev: true + + /@react-native-community/cli-hermes@12.3.0: + resolution: {integrity: sha512-G6FxpeZBO4AimKZwtWR3dpXRqTvsmEqlIkkxgwthdzn3LbVjDVIXKpVYU9PkR5cnT+KuAUxO0WwthrJ6Nmrrlg==} + dependencies: + '@react-native-community/cli-platform-android': 12.3.0 + '@react-native-community/cli-tools': 12.3.0 + chalk: 4.1.2 + hermes-profile-transformer: 0.0.6 + ip: 1.1.8 + transitivePeerDependencies: + - encoding + dev: true + + /@react-native-community/cli-platform-android@12.3.0: + resolution: {integrity: sha512-VU1NZw63+GLU2TnyQ919bEMThpHQ/oMFju9MCfrd3pyPJz4Sn+vc3NfnTDUVA5Z5yfLijFOkHIHr4vo/C9bjnw==} + dependencies: + '@react-native-community/cli-tools': 12.3.0 + chalk: 4.1.2 + execa: 5.1.1 + fast-xml-parser: 4.3.4 + glob: 7.2.3 + logkitty: 0.7.1 + transitivePeerDependencies: + - encoding + dev: true + + /@react-native-community/cli-platform-ios@12.3.0: + resolution: {integrity: sha512-H95Sgt3wT7L8V75V0syFJDtv4YgqK5zbu69ko4yrXGv8dv2EBi6qZP0VMmkqXDamoPm9/U7tDTdbcf26ctnLfg==} + dependencies: + '@react-native-community/cli-tools': 12.3.0 + chalk: 4.1.2 + execa: 5.1.1 + fast-xml-parser: 4.3.4 + glob: 7.2.3 + ora: 5.4.1 + transitivePeerDependencies: + - encoding + dev: true + + /@react-native-community/cli-plugin-metro@12.3.0: + resolution: {integrity: sha512-tYNHIYnNmxrBcsqbE2dAnLMzlKI3Cp1p1xUgTrNaOMsGPDN1epzNfa34n6Nps3iwKElSL7Js91CzYNqgTalucA==} + dev: true + + /@react-native-community/cli-server-api@12.3.0: + resolution: {integrity: sha512-Rode8NrdyByC+lBKHHn+/W8Zu0c+DajJvLmOWbe2WY/ECvnwcd9MHHbu92hlT2EQaJ9LbLhGrSbQE3cQy9EOCw==} + dependencies: + '@react-native-community/cli-debugger-ui': 12.3.0 + '@react-native-community/cli-tools': 12.3.0 + compression: 1.7.4 + connect: 3.7.0 + errorhandler: 1.5.1 + nocache: 3.0.4 + pretty-format: 26.6.2 + serve-static: 1.15.0 + ws: 7.5.9 + transitivePeerDependencies: + - bufferutil + - encoding + - supports-color + - utf-8-validate + dev: true + + /@react-native-community/cli-tools@12.3.0: + resolution: {integrity: sha512-2GafnCr8D88VdClwnm9KZfkEb+lzVoFdr/7ybqhdeYM0Vnt/tr2N+fM1EQzwI1DpzXiBzTYemw8GjRq+Utcz2Q==} + dependencies: + appdirsjs: 1.2.7 + chalk: 4.1.2 + find-up: 5.0.0 + mime: 2.6.0 + node-fetch: 2.7.0 + open: 6.4.0 + ora: 5.4.1 + semver: 7.5.4 + shell-quote: 1.8.1 + sudo-prompt: 9.2.1 + transitivePeerDependencies: + - encoding + dev: true + + /@react-native-community/cli-types@12.3.0: + resolution: {integrity: sha512-MgOkmrXH4zsGxhte4YqKL7d+N8ZNEd3w1wo56MZlhu5WabwCJh87wYpU5T8vyfujFLYOFuFK5jjlcbs8F4/WDw==} + dependencies: + joi: 17.12.1 + dev: true + + /@react-native-community/cli@12.3.0: + resolution: {integrity: sha512-XeQohi2E+S2+MMSz97QcEZ/bWpi8sfKiQg35XuYeJkc32Til2g0b97jRpn0/+fV0BInHoG1CQYWwHA7opMsrHg==} + engines: {node: '>=18'} + hasBin: true + dependencies: + '@react-native-community/cli-clean': 12.3.0 + '@react-native-community/cli-config': 12.3.0 + '@react-native-community/cli-debugger-ui': 12.3.0 + '@react-native-community/cli-doctor': 12.3.0 + '@react-native-community/cli-hermes': 12.3.0 + '@react-native-community/cli-plugin-metro': 12.3.0 + '@react-native-community/cli-server-api': 12.3.0 + '@react-native-community/cli-tools': 12.3.0 + '@react-native-community/cli-types': 12.3.0 + chalk: 4.1.2 + commander: 9.5.0 + deepmerge: 4.3.1 + execa: 5.1.1 + find-up: 4.1.0 + fs-extra: 8.1.0 + graceful-fs: 4.2.10 + prompts: 2.4.2 + semver: 7.5.4 + transitivePeerDependencies: + - bufferutil + - encoding + - supports-color + - utf-8-validate + dev: true + + /@react-native/assets-registry@0.73.1: + resolution: {integrity: sha512-2FgAbU7uKM5SbbW9QptPPZx8N9Ke2L7bsHb+EhAanZjFZunA9PaYtyjUQ1s7HD+zDVqOQIvjkpXSv7Kejd2tqg==} + engines: {node: '>=18'} + dev: true + + /@react-native/babel-plugin-codegen@0.73.4(@babel/preset-env@7.23.8): + resolution: {integrity: sha512-XzRd8MJGo4Zc5KsphDHBYJzS1ryOHg8I2gOZDAUCGcwLFhdyGu1zBNDJYH2GFyDrInn9TzAbRIf3d4O+eltXQQ==} + engines: {node: '>=18'} + dependencies: + '@react-native/codegen': 0.73.3(@babel/preset-env@7.23.8) + transitivePeerDependencies: + - '@babel/preset-env' + - supports-color + dev: true + + /@react-native/babel-preset@0.73.21(@babel/core@7.23.7)(@babel/preset-env@7.23.8): + resolution: {integrity: sha512-WlFttNnySKQMeujN09fRmrdWqh46QyJluM5jdtDNrkl/2Hx6N4XeDUGhABvConeK95OidVO7sFFf7sNebVXogA==} + engines: {node: '>=18'} + peerDependencies: + '@babel/core': '*' + dependencies: + '@babel/core': 7.23.7 + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.23.7) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.7) + '@babel/plugin-proposal-export-default-from': 7.23.3(@babel/core@7.23.7) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.7) + '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.23.7) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.23.7) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.23.7) + '@babel/plugin-proposal-optional-chaining': 7.20.7(@babel/core@7.23.7) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.7) + '@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.23.7) + '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.23.7) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.7) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.7) + '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.23.7) + '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.23.7) + '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.23.7) + '@babel/plugin-transform-classes': 7.23.8(@babel/core@7.23.7) + '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.7) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.23.7) + '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.23.7) + '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.23.7) + '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.23.7) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.7) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.7) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.7) + '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.23.7) + '@babel/plugin-transform-private-property-in-object': 7.23.4(@babel/core@7.23.7) + '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.23.7) + '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.7) + '@babel/plugin-transform-react-jsx-self': 7.23.3(@babel/core@7.23.7) + '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.23.7) + '@babel/plugin-transform-runtime': 7.23.7(@babel/core@7.23.7) + '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.23.7) + '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.23.7) + '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.23.7) + '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.7) + '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.23.7) + '@babel/template': 7.22.15 + '@react-native/babel-plugin-codegen': 0.73.4(@babel/preset-env@7.23.8) + babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.23.7) + react-refresh: 0.14.0 + transitivePeerDependencies: + - '@babel/preset-env' + - supports-color + dev: true + + /@react-native/codegen@0.73.3(@babel/preset-env@7.23.8): + resolution: {integrity: sha512-sxslCAAb8kM06vGy9Jyh4TtvjhcP36k/rvj2QE2Jdhdm61KvfafCATSIsOfc0QvnduWFcpXUPvAVyYwuv7PYDg==} + engines: {node: '>=18'} + peerDependencies: + '@babel/preset-env': ^7.1.6 + dependencies: + '@babel/parser': 7.23.6 + '@babel/preset-env': 7.23.8(@babel/core@7.23.7) + flow-parser: 0.206.0 + glob: 7.2.3 + invariant: 2.2.4 + jscodeshift: 0.14.0(@babel/preset-env@7.23.8) + mkdirp: 0.5.6 + nullthrows: 1.1.1 + transitivePeerDependencies: + - supports-color + dev: true + + /@react-native/community-cli-plugin@0.73.11(@babel/core@7.23.7)(@babel/preset-env@7.23.8): + resolution: {integrity: sha512-s0bprwljKS1Al8wOKathDDmRyF+70CcNE2G/aqZ7+L0NoOE0Uxxx/5P2BxlM2Mfht7O33B4SeMNiPdE/FqIubQ==} + engines: {node: '>=18'} + dependencies: + '@react-native-community/cli-server-api': 12.3.0 + '@react-native-community/cli-tools': 12.3.0 + '@react-native/dev-middleware': 0.73.7 + '@react-native/metro-babel-transformer': 0.73.15(@babel/core@7.23.7)(@babel/preset-env@7.23.8) + chalk: 4.1.2 + execa: 5.1.1 + metro: 0.80.5 + metro-config: 0.80.5 + metro-core: 0.80.5 + node-fetch: 2.7.0 + readline: 1.3.0 + transitivePeerDependencies: + - '@babel/core' + - '@babel/preset-env' + - bufferutil + - encoding + - supports-color + - utf-8-validate + dev: true + + /@react-native/debugger-frontend@0.73.3: + resolution: {integrity: sha512-RgEKnWuoo54dh7gQhV7kvzKhXZEhpF9LlMdZolyhGxHsBqZ2gXdibfDlfcARFFifPIiaZ3lXuOVVa4ei+uPgTw==} + engines: {node: '>=18'} + dev: true + + /@react-native/dev-middleware@0.73.7: + resolution: {integrity: sha512-BZXpn+qKp/dNdr4+TkZxXDttfx8YobDh8MFHsMk9usouLm22pKgFIPkGBV0X8Do4LBkFNPGtrnsKkWk/yuUXKg==} + engines: {node: '>=18'} + dependencies: + '@isaacs/ttlcache': 1.4.1 + '@react-native/debugger-frontend': 0.73.3 + chrome-launcher: 0.15.2 + chromium-edge-launcher: 1.0.0 + connect: 3.7.0 + debug: 2.6.9 + node-fetch: 2.7.0 + open: 7.4.2 + serve-static: 1.15.0 + temp-dir: 2.0.0 + transitivePeerDependencies: + - encoding + - supports-color + dev: true + + /@react-native/gradle-plugin@0.73.4: + resolution: {integrity: sha512-PMDnbsZa+tD55Ug+W8CfqXiGoGneSSyrBZCMb5JfiB3AFST3Uj5e6lw8SgI/B6SKZF7lG0BhZ6YHZsRZ5MlXmg==} + engines: {node: '>=18'} + dev: true + + /@react-native/js-polyfills@0.73.1: + resolution: {integrity: sha512-ewMwGcumrilnF87H4jjrnvGZEaPFCAC4ebraEK+CurDDmwST/bIicI4hrOAv+0Z0F7DEK4O4H7r8q9vH7IbN4g==} + engines: {node: '>=18'} + dev: true + + /@react-native/metro-babel-transformer@0.73.15(@babel/core@7.23.7)(@babel/preset-env@7.23.8): + resolution: {integrity: sha512-LlkSGaXCz+xdxc9819plmpsl4P4gZndoFtpjN3GMBIu6f7TBV0GVbyJAU4GE8fuAWPVSVL5ArOcdkWKSbI1klw==} + engines: {node: '>=18'} + peerDependencies: + '@babel/core': '*' + dependencies: + '@babel/core': 7.23.7 + '@react-native/babel-preset': 0.73.21(@babel/core@7.23.7)(@babel/preset-env@7.23.8) + hermes-parser: 0.15.0 + nullthrows: 1.1.1 + transitivePeerDependencies: + - '@babel/preset-env' + - supports-color + dev: true + + /@react-native/normalize-colors@0.73.2: + resolution: {integrity: sha512-bRBcb2T+I88aG74LMVHaKms2p/T8aQd8+BZ7LuuzXlRfog1bMWWn/C5i0HVuvW4RPtXQYgIlGiXVDy9Ir1So/w==} + dev: true + + /@react-native/virtualized-lists@0.73.4(react-native@0.73.1): + resolution: {integrity: sha512-HpmLg1FrEiDtrtAbXiwCgXFYyloK/dOIPIuWW3fsqukwJEWAiTzm1nXGJ7xPU5XTHiWZ4sKup5Ebaj8z7iyWog==} + engines: {node: '>=18'} + peerDependencies: + react-native: '*' + dependencies: + invariant: 2.2.4 + nullthrows: 1.1.1 + react-native: 0.73.1(@babel/core@7.23.7)(@babel/preset-env@7.23.8)(react@18.2.0) + dev: true + /@release-it-plugins/workspaces@4.2.0(release-it@17.0.1): resolution: {integrity: sha512-hzQMdYWFnLBS/7dfasIWyeD2LUKeL7LT8ldxZgpzon90lW1cEU4Kpad78KmpZl1L188YHAbwVnboE+6i14jlEQ==} engines: {node: '>= 16'} @@ -4291,6 +4797,20 @@ packages: dev: true optional: true + /@sideway/address@4.1.5: + resolution: {integrity: sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==} + dependencies: + '@hapi/hoek': 9.3.0 + dev: true + + /@sideway/formula@3.0.1: + resolution: {integrity: sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==} + dev: true + + /@sideway/pinpoint@2.0.0: + resolution: {integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==} + dev: true + /@sigstore/bundle@1.1.0: resolution: {integrity: sha512-PFutXEy0SmQxYI4texPw3dd2KewuNqv7OuK1ZFtY2fM754yhvG2KdgwIhRnoEE2uHdtdGNQ8s0lb94dW9sELog==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -4342,6 +4862,18 @@ packages: engines: {node: '>=18'} dev: true + /@sinonjs/commons@3.0.1: + resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==} + dependencies: + type-detect: 4.0.8 + dev: true + + /@sinonjs/fake-timers@10.3.0: + resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==} + dependencies: + '@sinonjs/commons': 3.0.1 + dev: true + /@solidjs/router@0.10.6(solid-js@1.8.7): resolution: {integrity: sha512-PiJO/wsAh0+0mmAIw/+gGgZa0xeMzKGrITWvBfNQ0wiAwNzOF/T0Bm10uhyaWdxPu9td0xK2LuMnC//4CXqnyA==} peerDependencies: @@ -4650,7 +5182,7 @@ packages: dependencies: '@babel/runtime': 7.20.7 '@testing-library/dom': 9.3.3 - '@types/react-dom': 18.0.10 + '@types/react-dom': 18.2.18 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true @@ -4826,12 +5358,6 @@ packages: resolution: {integrity: sha512-SnHmG9wN1UVmagJOnyo/qkk0Z7gejYxOYYmaAwr5u2yFYfsupN3sg10kyzN8Hep/2zbHxCnsumxOoRIRMBwKCg==} dev: true - /@types/react-dom@18.0.10: - resolution: {integrity: sha512-E42GW/JA4Qv15wQdqJq8DL4JhNpB3prJgjgapN3qJT9K2zO5IIAQh4VXvCEDupoqAwnz0cY4RlXeC/ajX5SFHg==} - dependencies: - '@types/react': 18.2.48 - dev: true - /@types/react-dom@18.2.18: resolution: {integrity: sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==} dependencies: @@ -4854,10 +5380,20 @@ packages: resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==} dev: true + /@types/stack-utils@2.0.3: + resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==} + dev: true + /@types/yargs-parser@21.0.0: resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} dev: true + /@types/yargs@15.0.19: + resolution: {integrity: sha512-2XUaGVmyQjgyAZldf0D0c14vvo/yv0MhQBSTJcejMMaitsn3nxCB6TmH4G0ZQf+uxROOa9mpanoSm8h6SG/1ZA==} + dependencies: + '@types/yargs-parser': 21.0.0 + dev: true + /@types/yargs@17.0.18: resolution: {integrity: sha512-eIJR1UER6ur3EpKM3d+2Pgd+ET+k6Kn9B4ZItX0oPjjVI5PrfaRjKyLT5UYendDpLuoiJMNJvovLQbEXqhsPaw==} dependencies: @@ -5113,6 +5649,21 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: true + /abort-controller@3.0.0: + resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} + engines: {node: '>=6.5'} + dependencies: + event-target-shim: 5.0.1 + dev: true + + /accepts@1.3.8: + resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} + engines: {node: '>= 0.6'} + dependencies: + mime-types: 2.1.35 + negotiator: 0.6.3 + dev: true + /acorn-walk@8.3.2: resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==} engines: {node: '>=0.4.0'} @@ -5166,6 +5717,10 @@ packages: indent-string: 4.0.0 dev: true + /anser@1.4.10: + resolution: {integrity: sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww==} + dev: true + /ansi-align@3.0.1: resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==} dependencies: @@ -5179,11 +5734,24 @@ packages: type-fest: 0.21.3 dev: true + /ansi-fragments@0.2.1: + resolution: {integrity: sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w==} + dependencies: + colorette: 1.4.0 + slice-ansi: 2.1.0 + strip-ansi: 5.2.0 + dev: true + /ansi-regex@2.1.1: resolution: {integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==} engines: {node: '>=0.10.0'} dev: true + /ansi-regex@4.1.1: + resolution: {integrity: sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==} + engines: {node: '>=6'} + dev: true + /ansi-regex@5.0.1: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} engines: {node: '>=8'} @@ -5230,6 +5798,10 @@ packages: picomatch: 2.3.1 dev: true + /appdirsjs@1.2.7: + resolution: {integrity: sha512-Quji6+8kLBC3NnBeo14nPDq0+2jUs5s3/xEye+udFHumHhRk4M7aAMXp/PBJqkKYGuuyR9M/6Dq7d2AViiGmhw==} + dev: true + /aproba@1.2.0: resolution: {integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==} dev: true @@ -5336,10 +5908,26 @@ packages: tslib: 2.6.2 dev: true + /ast-types@0.15.2: + resolution: {integrity: sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==} + engines: {node: '>=4'} + dependencies: + tslib: 2.6.2 + dev: true + + /astral-regex@1.0.0: + resolution: {integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==} + engines: {node: '>=4'} + dev: true + /async-foreach@0.1.3: resolution: {integrity: sha512-VUeSMD8nEGBWaZK4lizI1sf3yEC7pnAQ/mrI7pC2fBz2s/tq5jWWEngTwaf0Gruu/OoXRGLGg1XFqpYBiGTYJA==} dev: true + /async-limiter@1.0.1: + resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==} + dev: true + /async-retry@1.3.3: resolution: {integrity: sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==} dependencies: @@ -5361,6 +5949,14 @@ packages: dequal: 2.0.3 dev: true + /babel-core@7.0.0-bridge.0(@babel/core@7.23.7): + resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.7 + dev: true + /babel-jest@29.4.2(@babel/core@7.23.7): resolution: {integrity: sha512-vcghSqhtowXPG84posYkkkzcZsdayFkubUgbE3/1tuGbX7AQtwCkkNA/wIbB0BMjuCPoqTkiDyKN7Ty7d3uwNQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -5491,6 +6087,14 @@ packages: - supports-color dev: true + /babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.23.7): + resolution: {integrity: sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==} + dependencies: + '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.23.7) + transitivePeerDependencies: + - '@babel/core' + dev: true + /babel-plugin-transform-hook-names@1.0.2(@babel/core@7.23.7): resolution: {integrity: sha512-5gafyjyyBTTdX/tQQ0hRgu4AhNHG/hqWi0ZZmg2xvs2FgRkJXzDNKBZCyoYqgFkovfDrgM8OoKg8karoUvWeCw==} peerDependencies: @@ -5759,6 +6363,11 @@ packages: run-applescript: 5.0.0 dev: true + /bytes@3.0.0: + resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==} + engines: {node: '>= 0.8'} + dev: true + /cac@6.7.14: resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} engines: {node: '>=8'} @@ -6032,6 +6641,36 @@ packages: engines: {node: '>=10'} dev: true + /chrome-launcher@0.15.2: + resolution: {integrity: sha512-zdLEwNo3aUVzIhKhTtXfxhdvZhUghrnmkvcAq2NoDd+LeOHKf03H5jwZ8T/STsAlzyALkBVK552iaG1fGf1xVQ==} + engines: {node: '>=12.13.0'} + hasBin: true + dependencies: + '@types/node': 18.11.18 + escape-string-regexp: 4.0.0 + is-wsl: 2.2.0 + lighthouse-logger: 1.4.2 + transitivePeerDependencies: + - supports-color + dev: true + + /chromium-edge-launcher@1.0.0: + resolution: {integrity: sha512-pgtgjNKZ7i5U++1g1PWv75umkHvhVTDOQIZ+sjeUX9483S7Y6MUvO0lrd7ShGlQlFHMN4SwKTCq/X8hWrbv2KA==} + dependencies: + '@types/node': 18.11.18 + escape-string-regexp: 4.0.0 + is-wsl: 2.2.0 + lighthouse-logger: 1.4.2 + mkdirp: 1.0.4 + rimraf: 3.0.2 + transitivePeerDependencies: + - supports-color + dev: true + + /ci-info@2.0.0: + resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} + dev: true + /ci-info@3.7.1: resolution: {integrity: sha512-4jYS4MOAaCIStSRwiuxc4B8MYhIe676yO1sYGzARnjXkWpmzZMMYxY6zu8WYWDhSuth5zhrQ1rhNSibyyvv4/w==} engines: {node: '>=8'} @@ -6088,6 +6727,14 @@ packages: engines: {node: '>= 12'} dev: true + /cliui@6.0.0: + resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==} + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 6.2.0 + dev: true + /cliui@8.0.1: resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} engines: {node: '>=12'} @@ -6097,6 +6744,15 @@ packages: wrap-ansi: 7.0.0 dev: true + /clone-deep@4.0.1: + resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} + engines: {node: '>=6'} + dependencies: + is-plain-object: 2.0.4 + kind-of: 6.0.3 + shallow-clone: 3.0.1 + dev: true + /clone@1.0.4: resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} engines: {node: '>=0.8'} @@ -6158,6 +6814,10 @@ packages: color-string: 1.9.1 dev: true + /colorette@1.4.0: + resolution: {integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==} + dev: true + /colorette@2.0.20: resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} dev: true @@ -6174,6 +6834,10 @@ packages: delayed-stream: 1.0.0 dev: true + /command-exists@1.2.9: + resolution: {integrity: sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==} + dev: true + /commander@10.0.1: resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==} engines: {node: '>=14'} @@ -6198,6 +6862,11 @@ packages: engines: {node: '>= 10'} dev: true + /commander@9.5.0: + resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} + engines: {node: ^12.20.0 || >=14} + dev: true + /commenting@1.1.0: resolution: {integrity: sha512-YeNK4tavZwtH7jEgK1ZINXzLKm6DZdEMfsaaieOsCAN0S8vsY7UeuO3Q7d/M018EFgE+IeUAuBOKkFccBZsUZA==} dev: true @@ -6206,6 +6875,28 @@ packages: resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} dev: true + /compressible@2.0.18: + resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} + engines: {node: '>= 0.6'} + dependencies: + mime-db: 1.52.0 + dev: true + + /compression@1.7.4: + resolution: {integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==} + engines: {node: '>= 0.8.0'} + dependencies: + accepts: 1.3.8 + bytes: 3.0.0 + compressible: 2.0.18 + debug: 2.6.9 + on-headers: 1.0.2 + safe-buffer: 5.1.2 + vary: 1.1.2 + transitivePeerDependencies: + - supports-color + dev: true + /concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} dev: true @@ -6228,6 +6919,18 @@ packages: xdg-basedir: 5.1.0 dev: true + /connect@3.7.0: + resolution: {integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==} + engines: {node: '>= 0.10.0'} + dependencies: + debug: 2.6.9 + finalhandler: 1.1.2 + parseurl: 1.3.3 + utils-merge: 1.0.1 + transitivePeerDependencies: + - supports-color + dev: true + /console-control-strings@1.1.0: resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} dev: true @@ -6318,6 +7021,14 @@ packages: nth-check: 2.1.1 dev: true + /css-tree@1.1.3: + resolution: {integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==} + engines: {node: '>=8.0.0'} + dependencies: + mdn-data: 2.0.14 + source-map: 0.6.1 + dev: true + /css-tree@2.2.1: resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==} engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'} @@ -6394,10 +7105,25 @@ packages: whatwg-url: 14.0.0 dev: true + /dayjs@1.11.10: + resolution: {integrity: sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==} + dev: true + /de-indent@1.0.2: resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} dev: true + /debug@2.6.9: + resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.0.0 + dev: true + /debug@4.3.4: resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} @@ -6578,11 +7304,29 @@ packages: resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} dev: true + /denodeify@1.2.1: + resolution: {integrity: sha512-KNTihKNmQENUZeKu5fzfpzRqR5S2VMp4gl9RFHiWzj9DfvYQPMJ6XHKNaQxaGCXwPk6y9yme3aUoaiAe+KX+vg==} + dev: true + /depd@1.1.2: resolution: {integrity: sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==} engines: {node: '>= 0.6'} dev: true + /depd@2.0.0: + resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} + engines: {node: '>= 0.8'} + dev: true + + /deprecated-react-native-prop-types@5.0.0: + resolution: {integrity: sha512-cIK8KYiiGVOFsKdPMmm1L3tA/Gl+JopXL6F5+C7x39MyPsQYnP57Im/D6bNUzcborD7fcMwiwZqcBdBXXZucYQ==} + engines: {node: '>=18'} + dependencies: + '@react-native/normalize-colors': 0.73.2 + invariant: 2.2.4 + prop-types: 15.8.1 + dev: true + /deprecation@2.3.1: resolution: {integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==} dev: true @@ -6592,6 +7336,11 @@ packages: engines: {node: '>=6'} dev: true + /destroy@1.2.0: + resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + dev: true + /detect-indent@6.1.0: resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} engines: {node: '>=8'} @@ -6726,6 +7475,10 @@ packages: semver: 7.5.4 dev: true + /ee-first@1.1.1: + resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} + dev: true + /electron-to-chromium@1.4.284: resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==} dev: true @@ -6746,6 +7499,11 @@ packages: resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} dev: true + /encodeurl@1.0.2: + resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} + engines: {node: '>= 0.8'} + dev: true + /encoding@0.1.13: resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} requiresBuild: true @@ -6782,6 +7540,12 @@ packages: engines: {node: '>=6'} dev: true + /envinfo@7.11.1: + resolution: {integrity: sha512-8PiZgZNIB4q/Lw4AhOvAfB/ityHAd2bli3lESSWmWSzSsl5dKpy5N1d1Rfkd2teq/g9xN90lc6o98DOjMeYHpg==} + engines: {node: '>=4'} + hasBin: true + dev: true + /err-code@2.0.3: resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} dev: true @@ -6792,6 +7556,20 @@ packages: is-arrayish: 0.2.1 dev: true + /error-stack-parser@2.1.4: + resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==} + dependencies: + stackframe: 1.3.4 + dev: true + + /errorhandler@1.5.1: + resolution: {integrity: sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==} + engines: {node: '>= 0.8'} + dependencies: + accepts: 1.3.8 + escape-html: 1.0.3 + dev: true + /es-abstract@1.22.3: resolution: {integrity: sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==} engines: {node: '>= 0.4'} @@ -7161,11 +7939,25 @@ packages: engines: {node: '>=12'} dev: true + /escape-html@1.0.3: + resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} + dev: true + /escape-string-regexp@1.0.5: resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} engines: {node: '>=0.8.0'} dev: true + /escape-string-regexp@2.0.0: + resolution: {integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==} + engines: {node: '>=8'} + dev: true + + /escape-string-regexp@4.0.0: + resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} + engines: {node: '>=10'} + dev: true + /escape-string-regexp@5.0.0: resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} engines: {node: '>=12'} @@ -7212,6 +8004,16 @@ packages: engines: {node: '>=0.10.0'} dev: true + /etag@1.8.1: + resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} + engines: {node: '>= 0.6'} + dev: true + + /event-target-shim@5.0.1: + resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==} + engines: {node: '>=6'} + dev: true + /eventemitter3@2.0.3: resolution: {integrity: sha512-jLN68Dx5kyFHaePoXWPsCGW5qdyZQtLYHkxkg02/Mz6g0kYpDx4FyP6XfArhQdlOC4b8Mv+EMxPo/8La7Tzghg==} dev: true @@ -7309,6 +8111,13 @@ packages: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} dev: true + /fast-xml-parser@4.3.4: + resolution: {integrity: sha512-utnwm92SyozgA3hhH2I8qldf2lBqm6qHOICawRNRFu1qMe3+oqr+GcXjGqTmXTMGE5T4eC03kr/rlh5C1IRdZA==} + hasBin: true + dependencies: + strnum: 1.0.5 + dev: true + /fastq@1.15.0: resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} dependencies: @@ -7354,6 +8163,37 @@ packages: to-regex-range: 5.0.1 dev: true + /finalhandler@1.1.2: + resolution: {integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==} + engines: {node: '>= 0.8'} + dependencies: + debug: 2.6.9 + encodeurl: 1.0.2 + escape-html: 1.0.3 + on-finished: 2.3.0 + parseurl: 1.3.3 + statuses: 1.5.0 + unpipe: 1.0.0 + transitivePeerDependencies: + - supports-color + dev: true + + /find-cache-dir@2.1.0: + resolution: {integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==} + engines: {node: '>=6'} + dependencies: + commondir: 1.0.1 + make-dir: 2.1.0 + pkg-dir: 3.0.0 + dev: true + + /find-up@3.0.0: + resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} + engines: {node: '>=6'} + dependencies: + locate-path: 3.0.0 + dev: true + /find-up@4.1.0: resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} engines: {node: '>=8'} @@ -7362,6 +8202,23 @@ packages: path-exists: 4.0.0 dev: true + /find-up@5.0.0: + resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} + engines: {node: '>=10'} + dependencies: + locate-path: 6.0.0 + path-exists: 4.0.0 + dev: true + + /flow-enums-runtime@0.0.6: + resolution: {integrity: sha512-3PYnM29RFXwvAN6Pc/scUfkI7RwhQ/xqyLUyPNlXUp9S40zI8nup9tUSrTLSVnWGBN38FNiGWbwZOB6uR4OGdw==} + dev: true + + /flow-parser@0.206.0: + resolution: {integrity: sha512-HVzoK3r6Vsg+lKvlIZzaWNBVai+FXTX1wdYhz/wVlH13tb/gOdLXmlTqy6odmTBhT5UoWUbq0k8263Qhr9d88w==} + engines: {node: '>=0.4.0'} + dev: true + /for-each@0.3.3: resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} dependencies: @@ -7397,6 +8254,11 @@ packages: fetch-blob: 3.2.0 dev: true + /fresh@0.5.2: + resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} + engines: {node: '>= 0.6'} + dev: true + /fs-constants@1.0.0: resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} dev: true @@ -7845,6 +8707,33 @@ packages: hasBin: true dev: true + /hermes-estree@0.15.0: + resolution: {integrity: sha512-lLYvAd+6BnOqWdnNbP/Q8xfl8LOGw4wVjfrNd9Gt8eoFzhNBRVD95n4l2ksfMVOoxuVyegs85g83KS9QOsxbVQ==} + dev: true + + /hermes-estree@0.18.2: + resolution: {integrity: sha512-KoLsoWXJ5o81nit1wSyEZnWUGy9cBna9iYMZBR7skKh7okYAYKqQ9/OczwpMHn/cH0hKDyblulGsJ7FknlfVxQ==} + dev: true + + /hermes-parser@0.15.0: + resolution: {integrity: sha512-Q1uks5rjZlE9RjMMjSUCkGrEIPI5pKJILeCtK1VmTj7U4pf3wVPoo+cxfu+s4cBAPy2JzikIIdCZgBoR6x7U1Q==} + dependencies: + hermes-estree: 0.15.0 + dev: true + + /hermes-parser@0.18.2: + resolution: {integrity: sha512-1eQfvib+VPpgBZ2zYKQhpuOjw1tH+Emuib6QmjkJWJMhyjM8xnXMvA+76o9LhF0zOAJDZgPfQhg43cyXEyl5Ew==} + dependencies: + hermes-estree: 0.18.2 + dev: true + + /hermes-profile-transformer@0.0.6: + resolution: {integrity: sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ==} + engines: {node: '>=8'} + dependencies: + source-map: 0.7.4 + dev: true + /hosted-git-info@2.8.9: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} dev: true @@ -7921,6 +8810,17 @@ packages: resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} dev: true + /http-errors@2.0.0: + resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} + engines: {node: '>= 0.8'} + dependencies: + depd: 2.0.0 + inherits: 2.0.4 + setprototypeof: 1.2.0 + statuses: 2.0.1 + toidentifier: 1.0.1 + dev: true + /http-proxy-agent@4.0.1: resolution: {integrity: sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==} engines: {node: '>= 6'} @@ -8039,6 +8939,14 @@ packages: '@types/node': 16.9.1 dev: true + /image-size@1.1.1: + resolution: {integrity: sha512-541xKlUw6jr/6gGuk92F+mYM5zaFAc5ahphvkqvNe2bQ6gVBkd6bfrmVJ2t4KDAfikAYZyIqTnktX3i6/aQDrQ==} + engines: {node: '>=16.x'} + hasBin: true + dependencies: + queue: 6.0.2 + dev: true + /immutable@4.3.4: resolution: {integrity: sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==} dev: true @@ -8257,6 +9165,11 @@ packages: number-is-nan: 1.0.1 dev: true + /is-fullwidth-code-point@2.0.0: + resolution: {integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==} + engines: {node: '>=4'} + dev: true + /is-fullwidth-code-point@3.0.0: resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} engines: {node: '>=8'} @@ -8354,6 +9267,13 @@ packages: engines: {node: '>=0.10.0'} dev: true + /is-plain-object@2.0.4: + resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} + engines: {node: '>=0.10.0'} + dependencies: + isobject: 3.0.1 + dev: true + /is-potential-custom-element-name@1.0.1: resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} dev: true @@ -8472,6 +9392,11 @@ packages: engines: {node: '>=12.13'} dev: true + /is-wsl@1.1.0: + resolution: {integrity: sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==} + engines: {node: '>=4'} + dev: true + /is-wsl@2.2.0: resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} engines: {node: '>=8'} @@ -8495,6 +9420,11 @@ packages: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} dev: true + /isobject@3.0.1: + resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} + engines: {node: '>=0.10.0'} + dev: true + /issue-parser@6.0.0: resolution: {integrity: sha512-zKa/Dxq2lGsBIXQ7CUZWTHfvxPC2ej0KfO7fIPqLlHB9J2hJ7rGhZ5rilhuufylr4RXYPzJUeFjKxz305OsNlA==} engines: {node: '>=10.13'} @@ -8544,11 +9474,28 @@ packages: '@pkgjs/parseargs': 0.11.0 dev: true + /jest-environment-node@29.7.0: + resolution: {integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/environment': 29.7.0 + '@jest/fake-timers': 29.7.0 + '@jest/types': 29.6.3 + '@types/node': 18.11.18 + jest-mock: 29.7.0 + jest-util: 29.7.0 + dev: true + + /jest-get-type@29.6.3: + resolution: {integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dev: true + /jest-haste-map@29.4.2: resolution: {integrity: sha512-WkUgo26LN5UHPknkezrBzr7lUtV1OpGsp+NfXbBwHztsFruS3gz+AMTTBcEklvi8uPzpISzYjdKXYZQJXBnfvw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.4.2 + '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.5 '@types/node': 18.11.18 anymatch: 3.1.3 @@ -8582,6 +9529,30 @@ packages: fsevents: 2.3.3 dev: true + /jest-message-util@29.7.0: + resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@babel/code-frame': 7.23.5 + '@jest/types': 29.6.3 + '@types/stack-utils': 2.0.3 + chalk: 4.1.2 + graceful-fs: 4.2.10 + micromatch: 4.0.5 + pretty-format: 29.7.0 + slash: 3.0.0 + stack-utils: 2.0.6 + dev: true + + /jest-mock@29.7.0: + resolution: {integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.6.3 + '@types/node': 18.11.18 + jest-util: 29.7.0 + dev: true + /jest-regex-util@29.4.2: resolution: {integrity: sha512-XYZXOqUl1y31H6VLMrrUL1ZhXuiymLKPz0BO1kEeR5xER9Tv86RZrjTm74g5l9bPJQXA/hyLdaVPN/sdqfteig==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -8602,7 +9573,7 @@ packages: resolution: {integrity: sha512-wKnm6XpJgzMUSRFB7YF48CuwdzuDIHenVuoIb1PLuJ6F+uErZsuDkU+EiExkChf6473XcawBrSfDSnXl+/YG4g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.4.2 + '@jest/types': 29.6.3 '@types/node': 18.11.18 chalk: 4.1.2 ci-info: 3.7.1 @@ -8622,6 +9593,18 @@ packages: picomatch: 2.3.1 dev: true + /jest-validate@29.7.0: + resolution: {integrity: sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.6.3 + camelcase: 6.3.0 + chalk: 4.1.2 + jest-get-type: 29.6.3 + leven: 3.1.0 + pretty-format: 29.7.0 + dev: true + /jest-worker@26.6.2: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} @@ -8636,7 +9619,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@types/node': 18.11.18 - jest-util: 29.4.2 + jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -8661,6 +9644,16 @@ packages: regenerator-runtime: 0.13.11 dev: true + /joi@17.12.1: + resolution: {integrity: sha512-vtxmq+Lsc5SlfqotnfVjlViWfOL9nt/avKNbKYizwf6gsCfq9NYY/ceYRMFD8XDdrjJ9abJyScWmhmIiy+XRtQ==} + dependencies: + '@hapi/hoek': 9.3.0 + '@hapi/topo': 5.1.0 + '@sideway/address': 4.1.5 + '@sideway/formula': 3.0.1 + '@sideway/pinpoint': 2.0.0 + dev: true + /jpeg-js@0.4.4: resolution: {integrity: sha512-WZzeDOEtTOBK4Mdsar0IqEU5sMr3vSV2RqkAIzUEV2BHnUfKGyswWFPFwK5EeDo93K3FohSHbLAjj0s1Wzd+dg==} dev: true @@ -8698,6 +9691,44 @@ packages: argparse: 2.0.1 dev: true + /jsc-android@250231.0.0: + resolution: {integrity: sha512-rS46PvsjYmdmuz1OAWXY/1kCYG7pnf1TBqeTiOJr1iDz7s5DLxxC9n/ZMknLDxzYzNVfI7R95MH10emSSG1Wuw==} + dev: true + + /jsc-safe-url@0.2.4: + resolution: {integrity: sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q==} + dev: true + + /jscodeshift@0.14.0(@babel/preset-env@7.23.8): + resolution: {integrity: sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==} + hasBin: true + peerDependencies: + '@babel/preset-env': ^7.1.6 + dependencies: + '@babel/core': 7.23.7 + '@babel/parser': 7.23.6 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.7) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.7) + '@babel/plugin-proposal-optional-chaining': 7.20.7(@babel/core@7.23.7) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.7) + '@babel/preset-env': 7.23.8(@babel/core@7.23.7) + '@babel/preset-flow': 7.23.3(@babel/core@7.23.7) + '@babel/preset-typescript': 7.23.3(@babel/core@7.23.7) + '@babel/register': 7.23.7(@babel/core@7.23.7) + babel-core: 7.0.0-bridge.0(@babel/core@7.23.7) + chalk: 4.1.2 + flow-parser: 0.206.0 + graceful-fs: 4.2.10 + micromatch: 4.0.5 + neo-async: 2.6.2 + node-dir: 0.1.17 + recast: 0.21.5 + temp: 0.8.4 + write-file-atomic: 2.4.3 + transitivePeerDependencies: + - supports-color + dev: true + /jsdom@23.2.0: resolution: {integrity: sha512-L88oL7D/8ufIES+Zjz7v0aes+oBMh2Xnh3ygWvL0OaICOomKEPKuPnIfBJekiXr+BHbbMjrWn/xqrDQuxFTeyA==} engines: {node: '>=18'} @@ -8809,6 +9840,11 @@ packages: engines: {node: '>=0.10.0'} dev: true + /kleur@3.0.3: + resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} + engines: {node: '>=6'} + dev: true + /kleur@4.1.5: resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} engines: {node: '>=6'} @@ -8837,6 +9873,15 @@ packages: leven: 3.1.0 dev: true + /lighthouse-logger@1.4.2: + resolution: {integrity: sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==} + dependencies: + debug: 2.6.9 + marky: 1.2.5 + transitivePeerDependencies: + - supports-color + dev: true + /lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} dev: true @@ -8866,6 +9911,14 @@ packages: resolution: {integrity: sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==} dev: true + /locate-path@3.0.0: + resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} + engines: {node: '>=6'} + dependencies: + p-locate: 3.0.0 + path-exists: 3.0.0 + dev: true + /locate-path@5.0.0: resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} engines: {node: '>=8'} @@ -8873,6 +9926,13 @@ packages: p-locate: 4.1.0 dev: true + /locate-path@6.0.0: + resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} + engines: {node: '>=10'} + dependencies: + p-locate: 5.0.0 + dev: true + /lodash._reinterpolate@3.0.0: resolution: {integrity: sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==} dev: true @@ -8910,6 +9970,10 @@ packages: lodash._reinterpolate: 3.0.0 dev: true + /lodash.throttle@4.1.1: + resolution: {integrity: sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==} + dev: true + /lodash.uniqby@4.7.0: resolution: {integrity: sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==} dev: true @@ -8934,6 +9998,15 @@ packages: is-unicode-supported: 1.3.0 dev: true + /logkitty@0.7.1: + resolution: {integrity: sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==} + hasBin: true + dependencies: + ansi-fragments: 0.2.1 + dayjs: 1.11.10 + yargs: 15.4.1 + dev: true + /loose-envify@1.4.0: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} hasBin: true @@ -9115,6 +10188,10 @@ packages: engines: {node: '>=8'} dev: true + /marky@1.2.5: + resolution: {integrity: sha512-q9JtQJKjpsVxCRVgQ+WapguSbKC3SQ5HEzFGPAJMStgh3QjCawp00UKv3MTTAArTmGmmPUvllHZoNbZ3gs0I+Q==} + dev: true + /matcher-collection@2.0.1: resolution: {integrity: sha512-daE62nS2ZQsDg9raM0IlZzLmI2u+7ZapXBwdoeBUKAYERPDDIc0qNqA8E0Rp2D+gspKR7BgIFP52GeujaGXWeQ==} engines: {node: 6.* || 8.* || >= 10.*} @@ -9123,6 +10200,10 @@ packages: minimatch: 3.1.2 dev: true + /mdn-data@2.0.14: + resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} + dev: true + /mdn-data@2.0.28: resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==} dev: true @@ -9131,6 +10212,10 @@ packages: resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} dev: true + /memoize-one@5.2.1: + resolution: {integrity: sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==} + dev: true + /meow@9.0.0: resolution: {integrity: sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==} engines: {node: '>=10'} @@ -9165,6 +10250,217 @@ packages: engines: {node: '>= 8'} dev: true + /metro-babel-transformer@0.80.5: + resolution: {integrity: sha512-sxH6hcWCorhTbk4kaShCWsadzu99WBL4Nvq4m/sDTbp32//iGuxtAnUK+ZV+6IEygr2u9Z0/4XoZ8Sbcl71MpA==} + engines: {node: '>=18'} + dependencies: + '@babel/core': 7.23.7 + hermes-parser: 0.18.2 + nullthrows: 1.1.1 + transitivePeerDependencies: + - supports-color + dev: true + + /metro-cache-key@0.80.5: + resolution: {integrity: sha512-fr3QLZUarsB3tRbVcmr34kCBsTHk0Sh9JXGvBY/w3b2lbre+Lq5gtgLyFElHPecGF7o4z1eK9r3ubxtScHWcbA==} + engines: {node: '>=18'} + dev: true + + /metro-cache@0.80.5: + resolution: {integrity: sha512-2u+dQ4PZwmC7eZo9uMBNhQQMig9f+w4QWBZwXCdVy/RYOHM0eObgGdMEOwODo73uxie82T9lWzxr3aZOZ+Nqtw==} + engines: {node: '>=18'} + dependencies: + metro-core: 0.80.5 + rimraf: 3.0.2 + dev: true + + /metro-config@0.80.5: + resolution: {integrity: sha512-elqo/lwvF+VjZ1OPyvmW/9hSiGlmcqu+rQvDKw5F5WMX48ZC+ySTD1WcaD7e97pkgAlJHVYqZ98FCjRAYOAFRQ==} + engines: {node: '>=18'} + dependencies: + connect: 3.7.0 + cosmiconfig: 5.2.1 + jest-validate: 29.7.0 + metro: 0.80.5 + metro-cache: 0.80.5 + metro-core: 0.80.5 + metro-runtime: 0.80.5 + transitivePeerDependencies: + - bufferutil + - encoding + - supports-color + - utf-8-validate + dev: true + + /metro-core@0.80.5: + resolution: {integrity: sha512-vkLuaBhnZxTVpaZO8ZJVEHzjaqSXpOdpAiztSZ+NDaYM6jEFgle3/XIbLW91jTSf2+T8Pj5yB1G7KuOX+BcVwg==} + engines: {node: '>=18'} + dependencies: + lodash.throttle: 4.1.1 + metro-resolver: 0.80.5 + dev: true + + /metro-file-map@0.80.5: + resolution: {integrity: sha512-bKCvJ05drjq6QhQxnDUt3I8x7bTcHo3IIKVobEr14BK++nmxFGn/BmFLRzVBlghM6an3gqwpNEYxS5qNc+VKcg==} + engines: {node: '>=18'} + dependencies: + anymatch: 3.1.3 + debug: 2.6.9 + fb-watchman: 2.0.2 + graceful-fs: 4.2.10 + invariant: 2.2.4 + jest-worker: 29.7.0 + micromatch: 4.0.5 + node-abort-controller: 3.1.1 + nullthrows: 1.1.1 + walker: 1.0.8 + optionalDependencies: + fsevents: 2.3.3 + transitivePeerDependencies: + - supports-color + dev: true + + /metro-minify-terser@0.80.5: + resolution: {integrity: sha512-S7oZLLcab6YXUT6jYFX/ZDMN7Fq6xBGGAG8liMFU1UljX6cTcEC2u+UIafYgCLrdVexp/+ClxrIetVPZ5LtL/g==} + engines: {node: '>=18'} + dependencies: + terser: 5.16.1 + dev: true + + /metro-resolver@0.80.5: + resolution: {integrity: sha512-haJ/Hveio3zv/Fr4eXVdKzjUeHHDogYok7OpRqPSXGhTXisNXB+sLN7CpcUrCddFRUDLnVaqQOYwhYsFndgUwA==} + engines: {node: '>=18'} + dev: true + + /metro-runtime@0.80.5: + resolution: {integrity: sha512-L0syTWJUdWzfUmKgkScr6fSBVTh6QDr8eKEkRtn40OBd8LPagrJGySBboWSgbyn9eIb4ayW3Y347HxgXBSAjmg==} + engines: {node: '>=18'} + dependencies: + '@babel/runtime': 7.20.7 + dev: true + + /metro-source-map@0.80.5: + resolution: {integrity: sha512-DwSF4l03mKPNqCtyQ6K23I43qzU1BViAXnuH81eYWdHglP+sDlPpY+/7rUahXEo6qXEHXfAJgVoo1sirbXbmsQ==} + engines: {node: '>=18'} + dependencies: + '@babel/traverse': 7.23.7 + '@babel/types': 7.23.6 + invariant: 2.2.4 + metro-symbolicate: 0.80.5 + nullthrows: 1.1.1 + ob1: 0.80.5 + source-map: 0.5.7 + vlq: 1.0.1 + transitivePeerDependencies: + - supports-color + dev: true + + /metro-symbolicate@0.80.5: + resolution: {integrity: sha512-IsM4mTYvmo9JvIqwEkCZ5+YeDVPST78Q17ZgljfLdHLSpIivOHp9oVoiwQ/YGbLx0xRHRIS/tKiXueWBnj3UWA==} + engines: {node: '>=18'} + hasBin: true + dependencies: + invariant: 2.2.4 + metro-source-map: 0.80.5 + nullthrows: 1.1.1 + source-map: 0.5.7 + through2: 2.0.5 + vlq: 1.0.1 + transitivePeerDependencies: + - supports-color + dev: true + + /metro-transform-plugins@0.80.5: + resolution: {integrity: sha512-7IdlTqK/k5+qE3RvIU5QdCJUPk4tHWEqgVuYZu8exeW+s6qOJ66hGIJjXY/P7ccucqF+D4nsbAAW5unkoUdS6g==} + engines: {node: '>=18'} + dependencies: + '@babel/core': 7.23.7 + '@babel/generator': 7.23.6 + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.7 + nullthrows: 1.1.1 + transitivePeerDependencies: + - supports-color + dev: true + + /metro-transform-worker@0.80.5: + resolution: {integrity: sha512-Q1oM7hfP+RBgAtzRFBDjPhArELUJF8iRCZ8OidqCpYzQJVGuJZ7InSnIf3hn1JyqiUQwv2f1LXBO78i2rAjzyA==} + engines: {node: '>=18'} + dependencies: + '@babel/core': 7.23.7 + '@babel/generator': 7.23.6 + '@babel/parser': 7.23.6 + '@babel/types': 7.23.6 + metro: 0.80.5 + metro-babel-transformer: 0.80.5 + metro-cache: 0.80.5 + metro-cache-key: 0.80.5 + metro-minify-terser: 0.80.5 + metro-source-map: 0.80.5 + metro-transform-plugins: 0.80.5 + nullthrows: 1.1.1 + transitivePeerDependencies: + - bufferutil + - encoding + - supports-color + - utf-8-validate + dev: true + + /metro@0.80.5: + resolution: {integrity: sha512-OE/CGbOgbi8BlTN1QqJgKOBaC27dS0JBQw473JcivrpgVnqIsluROA7AavEaTVUrB9wPUZvoNVDROn5uiM2jfw==} + engines: {node: '>=18'} + hasBin: true + dependencies: + '@babel/code-frame': 7.23.5 + '@babel/core': 7.23.7 + '@babel/generator': 7.23.6 + '@babel/parser': 7.23.6 + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.7 + '@babel/types': 7.23.6 + accepts: 1.3.8 + chalk: 4.1.2 + ci-info: 2.0.0 + connect: 3.7.0 + debug: 2.6.9 + denodeify: 1.2.1 + error-stack-parser: 2.1.4 + graceful-fs: 4.2.10 + hermes-parser: 0.18.2 + image-size: 1.1.1 + invariant: 2.2.4 + jest-worker: 29.7.0 + jsc-safe-url: 0.2.4 + lodash.throttle: 4.1.1 + metro-babel-transformer: 0.80.5 + metro-cache: 0.80.5 + metro-cache-key: 0.80.5 + metro-config: 0.80.5 + metro-core: 0.80.5 + metro-file-map: 0.80.5 + metro-resolver: 0.80.5 + metro-runtime: 0.80.5 + metro-source-map: 0.80.5 + metro-symbolicate: 0.80.5 + metro-transform-plugins: 0.80.5 + metro-transform-worker: 0.80.5 + mime-types: 2.1.35 + node-fetch: 2.7.0 + nullthrows: 1.1.1 + rimraf: 3.0.2 + serialize-error: 2.1.0 + source-map: 0.5.7 + strip-ansi: 6.0.1 + throat: 5.0.0 + ws: 7.5.9 + yargs: 17.6.2 + transitivePeerDependencies: + - bufferutil + - encoding + - supports-color + - utf-8-validate + dev: true + /microbuffer@1.0.0: resolution: {integrity: sha512-O/SUXauVN4x6RaEJFqSPcXNtLFL+QzJHKZlyDVYFwcDDRVca3Fa/37QXXC+4zAGGa4YhHrHxKXuuHvLDIQECtA==} dev: true @@ -9195,6 +10491,12 @@ packages: hasBin: true dev: true + /mime@2.6.0: + resolution: {integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==} + engines: {node: '>=4.0.0'} + hasBin: true + dev: true + /mimic-fn@2.1.0: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} engines: {node: '>=6'} @@ -9418,6 +10720,10 @@ packages: engines: {node: '>=4'} dev: true + /ms@2.0.0: + resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} + dev: true + /ms@2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} dev: true @@ -9465,6 +10771,10 @@ packages: engines: {node: '>= 0.6'} dev: true + /neo-async@2.6.2: + resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} + dev: true + /netmask@2.0.2: resolution: {integrity: sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==} engines: {node: '>= 0.4.0'} @@ -9490,21 +10800,49 @@ packages: tslib: 2.6.2 dev: true + /nocache@3.0.4: + resolution: {integrity: sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw==} + engines: {node: '>=12.0.0'} + dev: true + /node-abi@2.30.1: resolution: {integrity: sha512-/2D0wOQPgaUWzVSVgRMx+trKJRC2UG4SUc4oCJoXx9Uxjtp0Vy3/kt7zcbxHF8+Z/pK3UloLWzBISg72brfy1w==} dependencies: semver: 5.7.1 dev: true + /node-abort-controller@3.1.1: + resolution: {integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==} + dev: true + /node-addon-api@3.2.1: resolution: {integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==} dev: true + /node-dir@0.1.17: + resolution: {integrity: sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==} + engines: {node: '>= 0.10.5'} + dependencies: + minimatch: 3.1.2 + dev: true + /node-domexception@1.0.0: resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} engines: {node: '>=10.5.0'} dev: true + /node-fetch@2.7.0: + resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} + engines: {node: 4.x || >=6.0.0} + peerDependencies: + encoding: ^0.1.0 + peerDependenciesMeta: + encoding: + optional: true + dependencies: + whatwg-url: 5.0.0 + dev: true + /node-fetch@3.3.2: resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -9599,6 +10937,11 @@ packages: - supports-color dev: true + /node-stream-zip@1.15.0: + resolution: {integrity: sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==} + engines: {node: '>=0.12.0'} + dev: true + /nopt@5.0.0: resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==} engines: {node: '>=6'} @@ -9762,6 +11105,10 @@ packages: boolbase: 1.0.0 dev: true + /nullthrows@1.1.1: + resolution: {integrity: sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==} + dev: true + /number-is-nan@1.0.1: resolution: {integrity: sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==} engines: {node: '>=0.10.0'} @@ -9782,6 +11129,11 @@ packages: commander: 5.1.0 dev: true + /ob1@0.80.5: + resolution: {integrity: sha512-zYDMnnNrFi/1Tqh0vo3PE4p97Tpl9/4MP2k2ECvkbLOZzQuAYZJLTUYVLZb7hJhbhjT+JJxAwBGS8iu5hCSd1w==} + engines: {node: '>=18'} + dev: true + /object-assign@4.1.1: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} @@ -9822,6 +11174,25 @@ packages: resolution: {integrity: sha512-LMJTtvgc/nugXj0Vcrrs68Mn2D1r0zf630VNtqtpI1FEO7e+O9FP4gqs9AcnBaSEeoHIPm28u6qgPR0oyEpGSw==} dev: true + /on-finished@2.3.0: + resolution: {integrity: sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==} + engines: {node: '>= 0.8'} + dependencies: + ee-first: 1.1.1 + dev: true + + /on-finished@2.4.1: + resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} + engines: {node: '>= 0.8'} + dependencies: + ee-first: 1.1.1 + dev: true + + /on-headers@1.0.2: + resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==} + engines: {node: '>= 0.8'} + dev: true + /once@1.4.0: resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} dependencies: @@ -9842,6 +11213,21 @@ packages: mimic-fn: 4.0.0 dev: true + /open@6.4.0: + resolution: {integrity: sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==} + engines: {node: '>=8'} + dependencies: + is-wsl: 1.1.0 + dev: true + + /open@7.4.2: + resolution: {integrity: sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==} + engines: {node: '>=8'} + dependencies: + is-docker: 2.2.1 + is-wsl: 2.2.0 + dev: true + /open@8.4.0: resolution: {integrity: sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==} engines: {node: '>=12'} @@ -9930,6 +11316,13 @@ packages: yocto-queue: 1.0.0 dev: true + /p-locate@3.0.0: + resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} + engines: {node: '>=6'} + dependencies: + p-limit: 2.3.0 + dev: true + /p-locate@4.1.0: resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} engines: {node: '>=8'} @@ -9937,6 +11330,13 @@ packages: p-limit: 2.3.0 dev: true + /p-locate@5.0.0: + resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} + engines: {node: '>=10'} + dependencies: + p-limit: 3.1.0 + dev: true + /p-map@4.0.0: resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} engines: {node: '>=10'} @@ -10100,6 +11500,11 @@ packages: entities: 4.4.0 dev: true + /parseurl@1.3.3: + resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} + engines: {node: '>= 0.8'} + dev: true + /pascal-case@3.1.2: resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} dependencies: @@ -10107,6 +11512,11 @@ packages: tslib: 2.6.2 dev: true + /path-exists@3.0.0: + resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} + engines: {node: '>=4'} + dev: true + /path-exists@4.0.0: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} @@ -10199,6 +11609,11 @@ packages: engines: {node: '>= 6'} dev: true + /pirates@4.0.6: + resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} + engines: {node: '>= 6'} + dev: true + /pixelmatch@4.0.2: resolution: {integrity: sha512-J8B6xqiO37sU/gkcMglv6h5Jbd9xNER7aHzpfRdNmV4IbQBzBpe4l9XmbG+xPF/znacgu2jfEw+wHffaq/YkXA==} hasBin: true @@ -10206,6 +11621,13 @@ packages: pngjs: 3.4.0 dev: true + /pkg-dir@3.0.0: + resolution: {integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==} + engines: {node: '>=6'} + dependencies: + find-up: 3.0.0 + dev: true + /pkg-types@1.0.3: resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==} dependencies: @@ -10271,6 +11693,16 @@ packages: hasBin: true dev: true + /pretty-format@26.6.2: + resolution: {integrity: sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==} + engines: {node: '>= 10'} + dependencies: + '@jest/types': 26.6.2 + ansi-regex: 5.0.1 + ansi-styles: 4.3.0 + react-is: 17.0.2 + dev: true + /pretty-format@27.5.1: resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -10332,6 +11764,28 @@ packages: iterate-value: 1.0.2 dev: true + /promise@8.3.0: + resolution: {integrity: sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==} + dependencies: + asap: 2.0.6 + dev: true + + /prompts@2.4.2: + resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} + engines: {node: '>= 6'} + dependencies: + kleur: 3.0.3 + sisteransi: 1.0.5 + dev: true + + /prop-types@15.8.1: + resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} + dependencies: + loose-envify: 1.4.0 + object-assign: 4.1.1 + react-is: 16.13.1 + dev: true + /proto-list@1.2.4: resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==} dev: true @@ -10391,6 +11845,12 @@ packages: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} dev: true + /queue@6.0.2: + resolution: {integrity: sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==} + dependencies: + inherits: 2.0.4 + dev: true + /quick-lru@4.0.1: resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==} engines: {node: '>=8'} @@ -10407,6 +11867,11 @@ packages: safe-buffer: 5.2.1 dev: true + /range-parser@1.2.1: + resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} + engines: {node: '>= 0.6'} + dev: true + /rc@1.2.8: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true @@ -10417,6 +11882,16 @@ packages: strip-json-comments: 2.0.1 dev: true + /react-devtools-core@4.28.5: + resolution: {integrity: sha512-cq/o30z9W2Wb4rzBefjv5fBalHU0rJGZCHAkf/RHSBWSSYwh8PlQTqqOJmgIIbBtpj27T6FIPXeomIjZtCNVqA==} + dependencies: + shell-quote: 1.8.1 + ws: 7.5.9 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + dev: true + /react-dom@18.2.0(react@18.2.0): resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==} peerDependencies: @@ -10426,6 +11901,10 @@ packages: react: 18.2.0 scheduler: 0.23.0 + /react-is@16.13.1: + resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} + dev: true + /react-is@17.0.2: resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} dev: true @@ -10434,6 +11913,72 @@ packages: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} dev: true + /react-native-svg@14.1.0(react-native@0.73.1)(react@18.2.0): + resolution: {integrity: sha512-HeseElmEk+AXGwFZl3h56s0LtYD9HyGdrpg8yd9QM26X+d7kjETrRQ9vCjtxuT5dCZEIQ5uggU1dQhzasnsCWA==} + peerDependencies: + react: '*' + react-native: '*' + dependencies: + css-select: 5.1.0 + css-tree: 1.1.3 + react: 18.2.0 + react-native: 0.73.1(@babel/core@7.23.7)(@babel/preset-env@7.23.8)(react@18.2.0) + dev: true + + /react-native@0.73.1(@babel/core@7.23.7)(@babel/preset-env@7.23.8)(react@18.2.0): + resolution: {integrity: sha512-nLl9O2yKRh1nMXwsk4SUiD0ddd19RqlKgNU9AU8bTK/zD2xwnVOG56YK1/22SN67niWyoeG83vVg1eTk+S6ReA==} + engines: {node: '>=18'} + hasBin: true + peerDependencies: + react: 18.2.0 + dependencies: + '@jest/create-cache-key-function': 29.7.0 + '@react-native-community/cli': 12.3.0 + '@react-native-community/cli-platform-android': 12.3.0 + '@react-native-community/cli-platform-ios': 12.3.0 + '@react-native/assets-registry': 0.73.1 + '@react-native/codegen': 0.73.3(@babel/preset-env@7.23.8) + '@react-native/community-cli-plugin': 0.73.11(@babel/core@7.23.7)(@babel/preset-env@7.23.8) + '@react-native/gradle-plugin': 0.73.4 + '@react-native/js-polyfills': 0.73.1 + '@react-native/normalize-colors': 0.73.2 + '@react-native/virtualized-lists': 0.73.4(react-native@0.73.1) + abort-controller: 3.0.0 + anser: 1.4.10 + ansi-regex: 5.0.1 + base64-js: 1.5.1 + deprecated-react-native-prop-types: 5.0.0 + event-target-shim: 5.0.1 + flow-enums-runtime: 0.0.6 + invariant: 2.2.4 + jest-environment-node: 29.7.0 + jsc-android: 250231.0.0 + memoize-one: 5.2.1 + metro-runtime: 0.80.5 + metro-source-map: 0.80.5 + mkdirp: 0.5.6 + nullthrows: 1.1.1 + pretty-format: 26.6.2 + promise: 8.3.0 + react: 18.2.0 + react-devtools-core: 4.28.5 + react-refresh: 0.14.0 + react-shallow-renderer: 16.15.0(react@18.2.0) + regenerator-runtime: 0.13.11 + scheduler: 0.24.0-canary-efb381bbf-20230505 + stacktrace-parser: 0.1.10 + whatwg-fetch: 3.6.20 + ws: 6.2.2 + yargs: 17.6.2 + transitivePeerDependencies: + - '@babel/core' + - '@babel/preset-env' + - bufferutil + - encoding + - supports-color + - utf-8-validate + dev: true + /react-refresh@0.14.0: resolution: {integrity: sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==} engines: {node: '>=0.10.0'} @@ -10540,6 +12085,20 @@ packages: picomatch: 2.3.1 dev: true + /readline@1.3.0: + resolution: {integrity: sha512-k2d6ACCkiNYz222Fs/iNze30rRJ1iIicW7JuX/7/cozvih6YCkFZH+J6mAFDVgv0dRBaAyr4jDqC95R2y4IADg==} + dev: true + + /recast@0.21.5: + resolution: {integrity: sha512-hjMmLaUXAm1hIuTqOdeYObMslq/q+Xff6QE3Y2P+uoHAg2nmVlLBps2hzh1UJDdMtDTMXOFewK6ky51JQIeECg==} + engines: {node: '>= 4'} + dependencies: + ast-types: 0.15.2 + esprima: 4.0.1 + source-map: 0.6.1 + tslib: 2.6.2 + dev: true + /rechoir@0.6.2: resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} engines: {node: '>= 0.10'} @@ -10706,6 +12265,10 @@ packages: engines: {node: '>=0.10.0'} dev: true + /require-main-filename@2.0.0: + resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==} + dev: true + /requires-port@1.0.0: resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} dev: true @@ -10788,6 +12351,13 @@ packages: engines: {iojs: '>=1.0.0', node: '>=0.10.0'} dev: true + /rimraf@2.6.3: + resolution: {integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==} + hasBin: true + dependencies: + glob: 7.2.3 + dev: true + /rimraf@2.7.1: resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} hasBin: true @@ -11077,6 +12647,12 @@ packages: dependencies: loose-envify: 1.4.0 + /scheduler@0.24.0-canary-efb381bbf-20230505: + resolution: {integrity: sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==} + dependencies: + loose-envify: 1.4.0 + dev: true + /scss-tokenizer@0.4.3: resolution: {integrity: sha512-raKLgf1LI5QMQnG+RxHz6oK0sL3x3I4FN2UDLqgLOGO8hodECNnNh5BXn7fAyBxrA8zVzdQizQ6XjNJQ+uBwMw==} dependencies: @@ -11106,14 +12682,6 @@ packages: hasBin: true dev: true - /semver@7.3.8: - resolution: {integrity: sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==} - engines: {node: '>=10'} - hasBin: true - dependencies: - lru-cache: 6.0.0 - dev: true - /semver@7.5.4: resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} engines: {node: '>=10'} @@ -11122,6 +12690,32 @@ packages: lru-cache: 6.0.0 dev: true + /send@0.18.0: + resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} + engines: {node: '>= 0.8.0'} + dependencies: + debug: 2.6.9 + depd: 2.0.0 + destroy: 1.2.0 + encodeurl: 1.0.2 + escape-html: 1.0.3 + etag: 1.8.1 + fresh: 0.5.2 + http-errors: 2.0.0 + mime: 1.6.0 + ms: 2.1.3 + on-finished: 2.4.1 + range-parser: 1.2.1 + statuses: 2.0.1 + transitivePeerDependencies: + - supports-color + dev: true + + /serialize-error@2.1.0: + resolution: {integrity: sha512-ghgmKt5o4Tly5yEG/UJp8qTd0AN7Xalw4XBtDEKP655B699qMEtra1WlXeE6WIvdEG481JvRxULKsInq/iNysw==} + engines: {node: '>=0.10.0'} + dev: true + /serialize-javascript@4.0.0: resolution: {integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==} dependencies: @@ -11133,6 +12727,18 @@ packages: engines: {node: '>=10'} dev: true + /serve-static@1.15.0: + resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} + engines: {node: '>= 0.8.0'} + dependencies: + encodeurl: 1.0.2 + escape-html: 1.0.3 + parseurl: 1.3.3 + send: 0.18.0 + transitivePeerDependencies: + - supports-color + dev: true + /set-blocking@2.0.0: resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} dev: true @@ -11156,6 +12762,17 @@ packages: has-property-descriptors: 1.0.0 dev: true + /setprototypeof@1.2.0: + resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} + dev: true + + /shallow-clone@3.0.1: + resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} + engines: {node: '>=8'} + dependencies: + kind-of: 6.0.3 + dev: true + /sharp@0.28.1: resolution: {integrity: sha512-4mCGMEN4ntaVuFGwHx7FvkJQkIgbI+S+F9a3bI7ugdvKjPr4sF7/ibvlRKhJyzhoQi+ODM+XYY1de8xs7MHbfA==} engines: {node: '>=10'} @@ -11165,7 +12782,7 @@ packages: detect-libc: 1.0.3 node-addon-api: 3.2.1 prebuild-install: 6.1.4 - semver: 7.3.8 + semver: 7.5.4 simple-get: 3.1.1 tar-fs: 2.1.1 tunnel-agent: 0.6.0 @@ -11183,6 +12800,10 @@ packages: engines: {node: '>=8'} dev: true + /shell-quote@1.8.1: + resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} + dev: true + /shelljs@0.8.5: resolution: {integrity: sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==} engines: {node: '>=4'} @@ -11250,6 +12871,10 @@ packages: is-arrayish: 0.3.2 dev: true + /sisteransi@1.0.5: + resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} + dev: true + /slash@2.0.0: resolution: {integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==} engines: {node: '>=6'} @@ -11265,6 +12890,15 @@ packages: engines: {node: '>=14.16'} dev: true + /slice-ansi@2.1.0: + resolution: {integrity: sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==} + engines: {node: '>=6'} + dependencies: + ansi-styles: 3.2.1 + astral-regex: 1.0.0 + is-fullwidth-code-point: 2.0.0 + dev: true + /smart-buffer@4.2.0: resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} @@ -11357,6 +12991,11 @@ packages: source-map: 0.6.1 dev: true + /source-map@0.5.7: + resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==} + engines: {node: '>=0.10.0'} + dev: true + /source-map@0.6.1: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} @@ -11443,10 +13082,38 @@ packages: minipass: 3.3.6 dev: true + /stack-utils@2.0.6: + resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==} + engines: {node: '>=10'} + dependencies: + escape-string-regexp: 2.0.0 + dev: true + /stackback@0.0.2: resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} dev: true + /stackframe@1.3.4: + resolution: {integrity: sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==} + dev: true + + /stacktrace-parser@0.1.10: + resolution: {integrity: sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==} + engines: {node: '>=6'} + dependencies: + type-fest: 0.7.1 + dev: true + + /statuses@1.5.0: + resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==} + engines: {node: '>= 0.6'} + dev: true + + /statuses@2.0.1: + resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} + engines: {node: '>= 0.8'} + dev: true + /std-env@3.7.0: resolution: {integrity: sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==} dev: true @@ -11548,6 +13215,13 @@ packages: ansi-regex: 2.1.1 dev: true + /strip-ansi@5.2.0: + resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==} + engines: {node: '>=6'} + dependencies: + ansi-regex: 4.1.1 + dev: true + /strip-ansi@6.0.1: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} @@ -11597,6 +13271,14 @@ packages: acorn: 8.11.3 dev: true + /strnum@1.0.5: + resolution: {integrity: sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==} + dev: true + + /sudo-prompt@9.2.1: + resolution: {integrity: sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==} + dev: true + /supports-color@5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} @@ -11945,6 +13627,18 @@ packages: yallist: 4.0.0 dev: true + /temp-dir@2.0.0: + resolution: {integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==} + engines: {node: '>=8'} + dev: true + + /temp@0.8.4: + resolution: {integrity: sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==} + engines: {node: '>=6.0.0'} + dependencies: + rimraf: 2.6.3 + dev: true + /terser@5.16.1: resolution: {integrity: sha512-xvQfyfA1ayT0qdK47zskQgRZeWLoOQ8JQ6mIgRGVNwZKdQMU+5FkCBjmv4QjcrTzyZquRw2FVtlJSRUmMKQslw==} engines: {node: '>=10'} @@ -11965,6 +13659,17 @@ packages: minimatch: 3.1.2 dev: true + /throat@5.0.0: + resolution: {integrity: sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==} + dev: true + + /through2@2.0.5: + resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} + dependencies: + readable-stream: 2.3.7 + xtend: 4.0.2 + dev: true + /timm@1.7.1: resolution: {integrity: sha512-IjZc9KIotudix8bMaBW6QvMuq64BrJWFs1+4V0lXwWGQZwH+LnX87doAYhem4caOEusRP9/g6jVDQmZ8XOk1nw==} dev: true @@ -12014,6 +13719,11 @@ packages: is-number: 7.0.0 dev: true + /toidentifier@1.0.1: + resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} + engines: {node: '>=0.6'} + dev: true + /tough-cookie@4.1.3: resolution: {integrity: sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==} engines: {node: '>=6'} @@ -12024,6 +13734,10 @@ packages: url-parse: 1.5.10 dev: true + /tr46@0.0.3: + resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} + dev: true + /tr46@5.0.0: resolution: {integrity: sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==} engines: {node: '>=18'} @@ -12103,6 +13817,11 @@ packages: engines: {node: '>=8'} dev: true + /type-fest@0.7.1: + resolution: {integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==} + engines: {node: '>=8'} + dev: true + /type-fest@0.8.1: resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} engines: {node: '>=8'} @@ -12287,6 +14006,11 @@ packages: engines: {node: '>= 10.0.0'} dev: true + /unpipe@1.0.0: + resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} + engines: {node: '>= 0.8'} + dev: true + /untildify@4.0.0: resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} engines: {node: '>=8'} @@ -12362,6 +14086,11 @@ packages: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} dev: true + /utils-merge@1.0.1: + resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} + engines: {node: '>= 0.4.0'} + dev: true + /validate-html-nesting@1.2.2: resolution: {integrity: sha512-hGdgQozCsQJMyfK5urgFcWEqsSSrK63Awe0t/IMR0bZ0QMtnuaiHzThW81guu3qx9abLi99NEuiaN6P9gVYsNg==} dev: true @@ -12395,6 +14124,11 @@ packages: readable-stream: 1.1.14 dev: true + /vary@1.1.2: + resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} + engines: {node: '>= 0.8'} + dev: true + /vite-node@1.2.1: resolution: {integrity: sha512-fNzHmQUSOY+y30naohBvSW7pPn/xn3Ib/uqm+5wAJQJiqQsU0NBR78XdRJb04l4bOFKjpTWld0XAfkKlrDbySg==} engines: {node: ^18.0.0 || >=20.0.0} @@ -12582,6 +14316,10 @@ packages: - terser dev: true + /vlq@1.0.1: + resolution: {integrity: sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==} + dev: true + /vue-component-type-helpers@1.8.27: resolution: {integrity: sha512-0vOfAtI67UjeO1G6UiX5Kd76CqaQ67wrRZiOe7UAb9Jm6GzlUr/fC7CV90XfwapJRjpCMaZFhv1V0ajWRmE9Dg==} dev: true @@ -12677,6 +14415,10 @@ packages: - chokidar dev: true + /webidl-conversions@3.0.1: + resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} + dev: true + /webidl-conversions@7.0.0: resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==} engines: {node: '>=12'} @@ -12689,6 +14431,10 @@ packages: iconv-lite: 0.6.3 dev: true + /whatwg-fetch@3.6.20: + resolution: {integrity: sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==} + dev: true + /whatwg-mimetype@4.0.0: resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==} engines: {node: '>=18'} @@ -12702,6 +14448,13 @@ packages: webidl-conversions: 7.0.0 dev: true + /whatwg-url@5.0.0: + resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} + dependencies: + tr46: 0.0.3 + webidl-conversions: 3.0.1 + dev: true + /which-boxed-primitive@1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} dependencies: @@ -12721,6 +14474,10 @@ packages: is-weakset: 2.0.2 dev: true + /which-module@2.0.1: + resolution: {integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==} + dev: true + /which-typed-array@1.1.13: resolution: {integrity: sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==} engines: {node: '>= 0.4'} @@ -12831,6 +14588,14 @@ packages: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} dev: true + /write-file-atomic@2.4.3: + resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==} + dependencies: + graceful-fs: 4.2.10 + imurmurhash: 0.1.4 + signal-exit: 3.0.7 + dev: true + /write-file-atomic@3.0.3: resolution: {integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==} dependencies: @@ -12848,6 +14613,33 @@ packages: signal-exit: 3.0.7 dev: true + /ws@6.2.2: + resolution: {integrity: sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: ^5.0.2 + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + dependencies: + async-limiter: 1.0.1 + dev: true + + /ws@7.5.9: + resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==} + engines: {node: '>=8.3.0'} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: ^5.0.2 + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + dev: true + /ws@8.16.0: resolution: {integrity: sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==} engines: {node: '>=10.0.0'} @@ -12919,6 +14711,10 @@ packages: engines: {node: '>=0.4'} dev: true + /y18n@4.0.3: + resolution: {integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==} + dev: true + /y18n@5.0.8: resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} engines: {node: '>=10'} @@ -12937,6 +14733,14 @@ packages: engines: {node: '>= 14'} dev: true + /yargs-parser@18.1.3: + resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} + engines: {node: '>=6'} + dependencies: + camelcase: 5.3.1 + decamelize: 1.2.0 + dev: true + /yargs-parser@20.2.9: resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} engines: {node: '>=10'} @@ -12947,6 +14751,23 @@ packages: engines: {node: '>=12'} dev: true + /yargs@15.4.1: + resolution: {integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==} + engines: {node: '>=8'} + dependencies: + cliui: 6.0.0 + decamelize: 1.2.0 + find-up: 4.1.0 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + require-main-filename: 2.0.0 + set-blocking: 2.0.0 + string-width: 4.2.3 + which-module: 2.0.1 + y18n: 4.0.3 + yargs-parser: 18.1.3 + dev: true + /yargs@17.6.2: resolution: {integrity: sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==} engines: {node: '>=12'} diff --git a/tags.json b/tags.json index 26094c66d..017bee90c 100644 --- a/tags.json +++ b/tags.json @@ -10919,10 +10919,10 @@ "version": "1.52", "unicode": "eff4" }, - "code-asterix": { - "name": "code-asterix", + "code-asterisk": { + "name": "code-asterisk", "category": "Text", - "tags": ["code", "asterix", "coding", "programming", "html", "icon", "stroke", "outline"], + "tags": ["code", "asterisk", "coding", "programming", "html", "icon", "stroke", "outline"], "version": "1.85", "unicode": "f312" }, @@ -14426,34 +14426,6 @@ "version": "1.0", "unicode": "ea90" }, - "discount-2-off": { - "name": "discount-2-off", - "category": "E-commerce", - "tags": ["discount", "2", "off", "sale", "reduction", "price", "cost", "money", "shopping", "bargain", "icon", "stroke", "outline"], - "version": "1.94", - "unicode": "f3e6" - }, - "discount-2": { - "name": "discount-2", - "category": "E-commerce", - "tags": ["discount", "2", "sale", "reduction", "price", "cost", "money", "shopping", "bargain", "icon", "stroke", "outline"], - "version": "1.5", - "unicode": "ee7c" - }, - "discount-check-filled": { - "name": "discount-check-filled", - "category": "Filled", - "tags": ["discount", "check", "filled", "reduction", "price", "cost", "money", "shopping", "bargain", "tick", "done", "icon", "stroke", "outline"], - "version": "2.4", - "unicode": "f746" - }, - "discount-check": { - "name": "discount-check", - "category": "E-commerce", - "tags": ["discount", "check", "reduction", "price", "cost", "money", "shopping", "bargain", "tick", "done", "icon", "stroke", "outline"], - "version": "1.70", - "unicode": "f1f8" - }, "discount-off": { "name": "discount-off", "category": "E-commerce", @@ -17849,6 +17821,13 @@ "version": "1.39", "unicode": "ee95" }, + "hand-love-you": { + "name": "hand-love-you", + "category": "Gestures", + "tags": ["hand", "love", "you", "heavy", "metal", "party", "concert", "rebel", "icon", "stroke", "outline"], + "version": "1.39", + "unicode": "ee97" + }, "hand-middle-finger": { "name": "hand-middle-finger", "category": "Gestures", @@ -17877,13 +17856,6 @@ "version": "1.39", "unicode": "ee96" }, - "hand-rock": { - "name": "hand-rock", - "category": "Gestures", - "tags": ["hand", "rock", "heavy", "metal", "party", "concert", "rebel", "icon", "stroke", "outline"], - "version": "1.39", - "unicode": "ee97" - }, "hand-sanitizer": { "name": "hand-sanitizer", "category": "Health", @@ -27565,6 +27537,34 @@ "version": "1.61", "unicode": "f0a2" }, + "rosette-discount-check-filled": { + "name": "rosette-discount-check-filled", + "category": "Filled", + "tags": ["rosette", "discount", "check", "filled", "reduction", "price", "cost", "money", "shopping", "bargain", "tick", "done", "icon", "stroke", "outline"], + "version": "2.4", + "unicode": "f746" + }, + "rosette-discount-check": { + "name": "rosette-discount-check", + "category": "E-commerce", + "tags": ["rosette", "discount", "check", "reduction", "price", "cost", "money", "shopping", "bargain", "tick", "done", "icon", "stroke", "outline"], + "version": "1.70", + "unicode": "f1f8" + }, + "rosette-discount-off": { + "name": "rosette-discount-off", + "category": "E-commerce", + "tags": ["rosette", "discount", "off", "sale", "reduction", "price", "cost", "money", "shopping", "bargain", "icon", "stroke", "outline"], + "version": "1.94", + "unicode": "f3e6" + }, + "rosette-discount": { + "name": "rosette-discount", + "category": "E-commerce", + "tags": ["rosette", "discount", "sale", "reduction", "price", "cost", "money", "shopping", "bargain", "icon", "stroke", "outline"], + "version": "1.5", + "unicode": "ee7c" + }, "rosette-filled": { "name": "rosette-filled", "category": "Filled", @@ -29490,13 +29490,6 @@ "version": "1.0", "unicode": "eb26" }, - "sort-deacending-small-big": { - "name": "sort-deacending-small-big", - "category": "", - "tags": ["sort", "deacending", "small", "big", "icon", "stroke", "outline"], - "version": "2.46", - "unicode": "fd96" - }, "sort-descending-2": { "name": "sort-descending-2", "category": "Text", @@ -29525,6 +29518,13 @@ "version": "2.46", "unicode": "fd97" }, + "sort-descending-small-big": { + "name": "sort-descending-small-big", + "category": "", + "tags": ["sort", "descending", "small", "big", "icon", "stroke", "outline"], + "version": "2.46", + "unicode": "fd96" + }, "sort-descending": { "name": "sort-descending", "category": "Text",