elementa-icons 1.14.0 → 1.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons/arrows-directions/index.js +12 -0
- package/dist/icons/devices-hardware/Airpodes.js +14 -0
- package/dist/icons/devices-hardware/Devices.js +14 -0
- package/dist/icons/devices-hardware/USBACable.js +22 -0
- package/dist/icons/devices-hardware/index.js +4 -0
- package/dist/icons/editing-creation/index.js +9 -0
- package/dist/icons/interactions/index.js +6 -0
- package/dist/icons/logos/index.js +11 -0
- package/dist/icons/money/index.js +7 -0
- package/dist/icons/saving-data-management/Delete.js +1 -3
- package/dist/icons/saving-data-management/Refresh.js +1 -3
- package/dist/icons/saving-data-management/index.js +6 -0
- package/dist/icons/security-privacy/index.js +6 -0
- package/dist/icons/shopping/index.js +5 -0
- package/dist/icons/social-people/index.js +6 -0
- package/dist/icons/status-notifications/index.js +5 -0
- package/dist/icons/text-formatting/index.js +5 -0
- package/dist/icons/time-calendar/index.js +6 -0
- package/dist/icons/transportation/Airplane.js +14 -0
- package/dist/icons/transportation/Bus.js +14 -0
- package/dist/icons/transportation/Cab.js +18 -0
- package/dist/icons/transportation/index.js +7 -0
- package/dist/icons/user-interface-controls/index.js +8 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +32 -74
- package/dist/types/icons/arrows-directions/index.d.ts +12 -0
- package/dist/types/icons/devices-hardware/Airpodes.d.ts +6 -0
- package/dist/types/icons/devices-hardware/Devices.d.ts +6 -0
- package/dist/types/icons/devices-hardware/USBACable.d.ts +6 -0
- package/dist/types/icons/devices-hardware/index.d.ts +4 -0
- package/dist/types/icons/editing-creation/index.d.ts +9 -0
- package/dist/types/icons/interactions/index.d.ts +6 -0
- package/dist/types/icons/logos/index.d.ts +11 -0
- package/dist/types/icons/money/index.d.ts +7 -0
- package/dist/types/icons/saving-data-management/index.d.ts +6 -0
- package/dist/types/icons/security-privacy/index.d.ts +6 -0
- package/dist/types/icons/shopping/index.d.ts +5 -0
- package/dist/types/icons/social-people/index.d.ts +6 -0
- package/dist/types/icons/status-notifications/index.d.ts +5 -0
- package/dist/types/icons/text-formatting/index.d.ts +5 -0
- package/dist/types/icons/time-calendar/index.d.ts +6 -0
- package/dist/types/icons/transportation/Airplane.d.ts +6 -0
- package/dist/types/icons/transportation/Bus.d.ts +6 -0
- package/dist/types/icons/transportation/Cab.d.ts +6 -0
- package/dist/types/icons/transportation/index.d.ts +7 -0
- package/dist/types/icons/user-interface-controls/index.d.ts +8 -0
- package/dist/types/index.d.ts +20 -42
- package/package.json +1 -1
- package/src/index.ts +54 -74
- /package/dist/icons/{finance-shopping → money}/Bitcoin.js +0 -0
- /package/dist/icons/{finance-shopping → money}/CreditCards.js +0 -0
- /package/dist/icons/{finance-shopping → money}/Wallet.js +0 -0
- /package/dist/icons/{finance-shopping → shopping}/ShoppingCart.js +0 -0
- /package/dist/types/icons/{finance-shopping → money}/Bitcoin.d.ts +0 -0
- /package/dist/types/icons/{finance-shopping → money}/CreditCards.d.ts +0 -0
- /package/dist/types/icons/{finance-shopping → money}/Wallet.d.ts +0 -0
- /package/dist/types/icons/{finance-shopping → shopping}/ShoppingCart.d.ts +0 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file exports all icons in the "Arrows & Directions" category.
|
|
3
|
+
*/
|
|
4
|
+
import ArrowDown from '@/src/icons/arrows-directions/ArrowDown';
|
|
5
|
+
import ArrowLeft from '@/src/icons/arrows-directions/ArrowLeft';
|
|
6
|
+
import ArrowRight from '@/src/icons/arrows-directions/ArrowRight';
|
|
7
|
+
import ArrowUp from '@/src/icons/arrows-directions/ArrowUp';
|
|
8
|
+
import ChevronDown from '@/src/icons/arrows-directions/ChevronDown';
|
|
9
|
+
import ChevronLeft from '@/src/icons/arrows-directions/ChevronLeft';
|
|
10
|
+
import ChevronRight from '@/src/icons/arrows-directions/ChevronRight';
|
|
11
|
+
import ChevronUp from '@/src/icons/arrows-directions/ChevronUp';
|
|
12
|
+
export { ArrowDown, ArrowLeft, ArrowRight, ArrowUp, ChevronDown, ChevronLeft, ChevronRight, ChevronUp };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// Import styles.
|
|
3
|
+
/**
|
|
4
|
+
* This function renders an SVG icon of an airpodes pair.
|
|
5
|
+
*/
|
|
6
|
+
const Airpodes = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
|
|
7
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
|
|
8
|
+
fillRule: 'evenodd',
|
|
9
|
+
clipRule: 'evenodd',
|
|
10
|
+
strokeLinejoin: 'round',
|
|
11
|
+
strokeMiterlimit: 2
|
|
12
|
+
}, viewBox: "0 0 33 29", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "m9.913 13.97.153 4.94a.196.196 0 0 0 .392 0l.233-7.552.001-.008v-.008a.43.43 0 0 0-.86-.008l-.18 1.678a6.4 6.4 0 0 1-3.846-.214c-1.31-.486-2.455-1.38-3.3-2.491l-.158-.356a9.8 9.8 0 0 1-.239-2.184 8.6 8.6 0 0 1 .284-2.145.799.799 0 0 1 .292-.414C4.6 3.738 6.436 2.894 8.113 2.94c1.668.047 3.11 1.063 4.293 3.186l.003.005a2.36 2.36 0 0 1 .32 1.16V7.3c.035 1.388.077 4.53.164 7.986.115 4.557.297 9.649.368 11.989a.84.84 0 0 1-.214.609.88.88 0 0 1-.609.29l-.875.033a.95.95 0 0 1-.685-.247.98.98 0 0 1-.322-.685l-.257-6.536a.04.04 0 0 0-.037-.037.04.04 0 0 0-.037.037l-.257 6.536a1.6 1.6 0 0 0 .441 1.155c.288.31.698.499 1.154.516l.875.032c.476.018.908-.172 1.231-.472.331-.307.53-.745.548-1.231.071-2.341.254-7.433.36-11.991.08-3.461.11-6.61.123-8a4.326 4.326 0 0 0-.557-2.139c-1.639-2.876-3.722-4.117-5.995-4.137-2.033-.018-4.275.989-6.542 2.837a2.54 2.54 0 0 0-.864 1.37l-.002.01a10.2 10.2 0 0 0-.234 2.569c.031.797.152 1.633.39 2.516h.001a2.4 2.4 0 0 0 .464.91l.003.003c1.067 1.259 2.471 2.243 4.048 2.733 1.412.44 2.955.499 4.501.014" }), _jsx("path", { d: "M3.706 7.106v1.137a.45.45 0 0 0 .9 0V7.106a.45.45 0 0 0-.9 0M21.806 11.35v.008l.234 7.552a.196.196 0 0 0 .392 0l.153-4.94c1.546.485 3.089.426 4.5-.014 1.578-.49 2.982-1.474 4.049-2.733l.003-.003q.164-.2.28-.43a2.4 2.4 0 0 0 .184-.48c.239-.883.36-1.72.39-2.516a10.2 10.2 0 0 0-.233-2.568l-.002-.01a2.53 2.53 0 0 0-.863-1.371h-.001C28.625 1.997 26.382.99 24.35 1.008c-2.273.02-4.356 1.26-5.995 4.137a4.3 4.3 0 0 0-.557 2.147c.014 1.383.043 4.53.123 7.992.106 4.558.289 9.65.36 11.99.018.487.217.925.548 1.232.323.3.755.49 1.23.472l.876-.032a1.65 1.65 0 0 0 1.154-.516 1.6 1.6 0 0 0 .44-1.155l-.256-6.536a.04.04 0 0 0-.037-.037.04.04 0 0 0-.037.037l-.257 6.536a.98.98 0 0 1-.322.685.95.95 0 0 1-.685.247l-.875-.033a.88.88 0 0 1-.61-.29.84.84 0 0 1-.213-.61c.07-2.34.253-7.431.368-11.988.087-3.455.129-6.598.165-7.986v-.008a2.34 2.34 0 0 1 .322-1.165c1.183-2.123 2.625-3.14 4.293-3.186 1.677-.047 3.514.798 5.428 2.267a.8.8 0 0 1 .295.423c.174.667.278 1.378.28 2.136a9.8 9.8 0 0 1-.238 2.184l-.16.359c-.843 1.109-1.987 2.002-3.298 2.488a6.4 6.4 0 0 1-3.845.214l-.181-1.678a.43.43 0 0 0-.86.008z" }), _jsx("path", { d: "M27.901 7.106v1.137a.451.451 0 0 0 .9 0V7.106a.449.449 0 1 0-.9 0" })] }));
|
|
13
|
+
};
|
|
14
|
+
export default Airpodes;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// Import styles.
|
|
3
|
+
/**
|
|
4
|
+
* This function renders an SVG icon of devices.
|
|
5
|
+
*/
|
|
6
|
+
const Devices = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
|
|
7
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
|
|
8
|
+
fillRule: 'evenodd',
|
|
9
|
+
clipRule: 'evenodd',
|
|
10
|
+
strokeLinejoin: 'round',
|
|
11
|
+
strokeMiterlimit: 2
|
|
12
|
+
}, viewBox: "0 0 32 24", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M7.402 2.244c1.183.012 3.333.04 5.821.04 1.334 0 2.766.006 4.196-.03a137.423 137.423 0 0 0 7.345-.398c1.428-.11 2.538-.22 3.146-.272.053-.006.107-.01.145.021.045.038.092.081.099.145l.122 1.177a.14.14 0 0 0 .141.139.14.14 0 0 0 .14-.14l.11-1.18a.77.77 0 0 0-.195-.559c-.134-.16-.337-.248-.562-.27-.608-.052-1.718-.161-3.146-.272a137 137 0 0 0-7.345-.398C15.99.211 14.557.218 13.223.218c-2.868 0-5.288.036-6.294.043a1.47 1.47 0 0 0-1.05.44 1.5 1.5 0 0 0-.43 1.05l.095 6.583a.885.885 0 1 0 1.77 0zM11.949 15.5l13.437-.452v-.92l-13.437-.452zM28.983 11.43s-.195-1.808-.324-3.634a118 118 0 0 1-.19-3.634.055.055 0 0 0-.056-.056.057.057 0 0 0-.057.056s-.056 1.817-.177 3.635c-.122 1.826-.309 3.635-.309 3.635a.556.556 0 1 0 1.113-.003" }), _jsx("path", { d: "m30.348 22.094-4.078-.215c.025-.622.068-1.544.091-2.58a68 68 0 0 0 .021-1.935 77 77 0 0 0-.054-2.418c-.034-.887-.085-1.658-.115-2.186l4.186-.376c.049-.006.099-.018.133.01.045.035.094.073.1.134l.127 1.116a.14.14 0 1 0 .28 0l.128-1.116c.024-.22-.067-.415-.193-.574-.135-.169-.344-.257-.575-.283l-4.515-.406a1.3 1.3 0 0 0-.489.082 1.28 1.28 0 0 0-.716.682c-.074.153-.1.325-.11.499-.028.517-.09 1.39-.129 2.418a74 74 0 0 0-.053 2.418c-.004.659.006 1.317.02 1.934.028 1.234.082 2.306.103 2.903a1.38 1.38 0 0 0 .414.96 1.36 1.36 0 0 0 .96.381l4.515-.237c.302-.018.579-.13.765-.34.182-.204.31-.469.294-.764l-.522-8.135a.037.037 0 0 0-.037-.036.036.036 0 0 0-.035.036zm-.004.047-.002.002c-.014.013 0 .037 0 .058zm-4.384-.278q-.037-.004-.076-.004zM11.441 22.163l-8.936-.315c.026-1.218.092-3.567.103-5.918.004-.854-.007-1.708-.022-2.508-.028-1.422-.074-2.671-.1-3.443.792-.036 2.032-.086 3.358-.163 2.183-.124 4.58-.305 5.602-.372l.175.042.102.173.084 1.098a.14.14 0 0 0 .28 0l.084-1.098a.73.73 0 0 0-.19-.532.77.77 0 0 0-.535-.252c-1.021-.068-3.419-.248-5.602-.372-1.561-.09-3.003-.145-3.735-.18a1.35 1.35 0 0 0-.956.38 1.36 1.36 0 0 0-.41.956c-.022.716-.08 2.124-.11 3.763-.015.8-.027 1.654-.022 2.508.011 2.605.092 5.207.11 6.271a1.4 1.4 0 0 0 .414.974 1.4 1.4 0 0 0 .974.393l9.337-.329a1.04 1.04 0 0 0 .724-.315 1.03 1.03 0 0 0 .284-.723l-.471-10.771a.036.036 0 0 0-.036-.036.036.036 0 0 0-.037.036zm0 .008-.01.014.009.016zM2.178 9.992l-.07.004.035-.002q.017 0 .034-.002zM15.22 15.877l-1.444 1.339a.218.218 0 0 0 .16.369s.857.067 2.018.119c.614.027 1.315.054 2.018.06q.406.004.808-.008c.42-.012.832-.032 1.21-.055 1.161-.07 2.018-.15 2.018-.15a.186.186 0 0 0 .144-.305l-1.308-1.324c-.003-.007-.012-.008-.018-.002-.006.005-.01.014-.003.02l.814 1.207c-.36-.03-.946-.076-1.647-.118-.378-.022-.79-.042-1.21-.055a22 22 0 0 0-.808-.008c-.703.006-1.404.033-2.018.06-.63.028-1.167.06-1.53.085-.003 0 .913-1.127.913-1.127a.08.08 0 0 0-.004-.11.08.08 0 0 0-.113.003" })] }));
|
|
13
|
+
};
|
|
14
|
+
export default Devices;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// Import styles.
|
|
3
|
+
/**
|
|
4
|
+
* This function renders an SVG icon of a USB-A cable.
|
|
5
|
+
*/
|
|
6
|
+
const USBACable = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
|
|
7
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
|
|
8
|
+
fillRule: 'evenodd',
|
|
9
|
+
clipRule: 'evenodd',
|
|
10
|
+
strokeLinejoin: 'round',
|
|
11
|
+
strokeMiterlimit: 2
|
|
12
|
+
}, viewBox: "0 0 28 25", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M17.104 13.191a4.86 4.86 0 0 1 1.504 3.388 4.7 4.7 0 0 1-1.243 3.353c-.84.942-1.983 1.436-3.15 1.518-1.162.082-2.36-.247-3.32-1.058a4.74 4.74 0 0 1-1.69-3.132c-.133-1.211.195-2.46 1.06-3.434.893-1.01 1.929-1.592 3.05-1.74 1.113-.146 2.303.125 3.518.81.018.011.042.005.053-.013a.04.04 0 0 0-.013-.053c-1.212-.788-2.429-1.136-3.588-1.055-1.224.085-2.381.648-3.412 1.683-1.049 1.061-1.5 2.473-1.414 3.866a5.55 5.55 0 0 0 1.835 3.765 5.42 5.42 0 0 0 3.995 1.355 5.4 5.4 0 0 0 3.732-1.946c.932-1.163 1.33-2.589 1.169-3.962a5.17 5.17 0 0 0-1.958-3.493.098.098 0 1 0-.128.149" }), _jsx("path", { d: "M9.717 22.716c-1.472-1.211-2.293-2.898-2.48-4.658a6.6 6.6 0 0 1 1.386-4.82c1.05-1.4 2.578-2.204 4.181-2.462 1.595-.257 3.29.028 4.72 1.022a6.62 6.62 0 0 1 2.786 4.112c.356 1.674.083 3.466-.989 4.95-1.115 1.56-2.492 2.537-4.058 2.91-1.567.372-3.304.16-5.14-.639a.077.077 0 1 0-.067.138c1.848 1.005 3.652 1.365 5.326 1.115 1.78-.266 3.401-1.23 4.788-2.862 1.421-1.691 1.909-3.83 1.614-5.875-.297-2.056-1.42-4-3.188-5.347-1.83-1.346-4.042-1.846-6.119-1.491-2.07.354-3.989 1.55-5.263 3.421-1.195 1.86-1.581 4.02-1.127 6.02a7.56 7.56 0 0 0 3.402 4.786.196.196 0 0 0 .228-.32" }), _jsx("path", { d: "m11.736 23.752-5.83-.265a3.6 3.6 0 0 1-1.37-.328 3.6 3.6 0 0 1-1.131-.808 3.6 3.6 0 0 1-.74-1.159 3.6 3.6 0 0 1-.26-1.342c-.01-.537-.014-1.103-.03-1.684a225.649 225.649 0 0 0-.22-5.052c-.12-2.168-.23-3.789-.23-3.789q-.001-.017-.02-.018a.02.02 0 0 0-.017.018s-.111 1.621-.23 3.789a204 204 0 0 0-.22 5.052c-.016.581-.021 1.147-.031 1.684.003.596.119 1.181.349 1.719.229.536.567 1.025.995 1.437.428.404.924.722 1.465.926a4.4 4.4 0 0 0 1.69.281l5.83-.265a.098.098 0 0 0 0-.196M16.752 23.948l5.155.244a4.32 4.32 0 0 0 3.147-1.195c.428-.41.766-.897.996-1.431a4.4 4.4 0 0 0 .356-1.716c-.007-.537-.008-1.103-.023-1.684-.021-.829-.057-1.685-.094-2.526-.04-.88-.083-1.737-.127-2.526-.122-2.168-.237-3.789-.237-3.789a.02.02 0 0 0-.018-.018q-.018.002-.02.018s-.113 1.621-.236 3.789c-.044.789-.088 1.646-.127 2.526-.036.841-.073 1.697-.094 2.526-.015.581-.016 1.147-.023 1.684.004.465-.085.921-.253 1.345a3.6 3.6 0 0 1-.738 1.165 3.657 3.657 0 0 1-2.509 1.148l-5.155.244a.098.098 0 0 0 0 .196" }), _jsx("path", { d: "m8.519 21.772-1.987-.208a1.72 1.72 0 0 1-1.114-.58 1.6 1.6 0 0 1-.303-.527 1.6 1.6 0 0 1-.091-.587c0-.385.01-.812.003-1.265a71 71 0 0 0-.062-1.898c-.051-1.24-.122-2.534-.187-3.691-.117-2.078-.227-3.691-.227-3.691q-.001-.017-.02-.018a.02.02 0 0 0-.017.018s-.11 1.613-.227 3.69a265 265 0 0 0-.188 3.692c-.027.66-.053 1.302-.062 1.898-.006.453.003.88.004 1.265.01.329.077.65.213.944.135.289.322.553.564.77a2.276 2.276 0 0 0 1.714.592l1.987-.208a.098.098 0 0 0 0-.196M19.398 21.968l1.883.196a2.26 2.26 0 0 0 1.709-.585c.24-.216.429-.48.564-.768a2.4 2.4 0 0 0 .215-.941c0-.474.013-1.01.004-1.582-.008-.505-.032-1.037-.055-1.581-.053-1.24-.123-2.534-.188-3.691-.118-2.078-.231-3.691-.231-3.691a.02.02 0 0 0-.018-.018q-.018.002-.02.018s-.111 1.613-.23 3.69a264 264 0 0 0-.188 3.692c-.023.544-.047 1.076-.055 1.58-.01.574.003 1.109.005 1.583a1.6 1.6 0 0 1-.09.589 1.653 1.653 0 0 1-.796.924c-.195.1-.403.174-.626.193l-1.883.196a.098.098 0 0 0 0 .196" }), _jsx("path", { d: "m22.01 7.037 1.126 2.089a.73.73 0 0 0 .615.369l1.648.07a.82.82 0 0 0 .71-.374l1.254-1.863a.94.94 0 0 0 .146-.48l.067-2.353a.98.98 0 0 0-.282-.704 1 1 0 0 0-.704-.297c-.394.001-.98-.006-1.598.004-.884.013-1.834.053-2.398.07a.92.92 0 0 0-.64.281.9.9 0 0 0-.248.641l.084 1.726a.8.8 0 0 0 .25.553c.146.133.338.22.551.21l3.925-.23c.01 0 .018-.009.018-.019a.02.02 0 0 0-.018-.019l-3.923-.258a.23.23 0 0 1-.152-.084c-.035-.04-.045-.096-.043-.153l.085-1.726.044-.066.067-.011c.563.016 1.514.057 2.398.07.618.01 1.203.004 1.598.005l.005-.002.009.005.046 2.352-.004.041-1.11 1.952a.2.2 0 0 1-.054.066.2.2 0 0 1-.084.033l-1.648.077a.273.273 0 0 1-.241-.112l-1.331-1.964a.097.097 0 0 0-.135-.034.1.1 0 0 0-.033.135M5.74 6.936 4.41 8.9a.27.27 0 0 1-.242.112L2.52 8.935a.2.2 0 0 1-.084-.033.2.2 0 0 1-.054-.066l-1.11-1.952-.003-.04.046-2.353.008-.005.005.002c.395-.001.98.006 1.599-.004.884-.014 1.834-.055 2.397-.071l.067.01.045.067.084 1.726c.002.057-.008.113-.043.153a.23.23 0 0 1-.152.084l-3.922.258a.02.02 0 0 0-.019.02q.002.017.019.017l3.924.231a.77.77 0 0 0 .552-.21.8.8 0 0 0 .25-.553l.083-1.726a.894.894 0 0 0-.538-.845.9.9 0 0 0-.35-.078c-.564-.016-1.514-.056-2.398-.07-.618-.009-1.203-.002-1.598-.003a.99.99 0 0 0-.704.297 1 1 0 0 0-.282.704L.41 6.847a.94.94 0 0 0 .146.481L1.81 9.191a.82.82 0 0 0 .71.374l1.648-.07a.729.729 0 0 0 .616-.37l1.125-2.088a.1.1 0 0 0-.033-.135.097.097 0 0 0-.135.034" }), _jsx("path", { d: "m26.73 3.989.247-2.787c.017-.247-.09-.468-.24-.64-.157-.177-.39-.27-.645-.285-.287-.013-.669-.036-1.076-.046-.236-.005-.48-.01-.717-.004-.453.013-.882.054-1.195.072-.25.023-.48.117-.63.296-.146.173-.25.39-.23.631.03.301.065.7.11 1.105.092.833.204 1.659.204 1.659q.002.016.018.018a.017.017 0 0 0 .02-.018s.132-.823.246-1.652c.056-.406.101-.802.14-1.103.002-.027.032-.038.048-.057.02-.021.052-.005.082-.002.313.013.742.046 1.195.051.238.003.482-.006.717-.016.408-.017.79-.047 1.075-.064.03-.002.061-.013.08.007.014.018.041.03.043.057l.311 2.78a.098.098 0 1 0 .196-.002M1.384 3.991l.311-2.78c.002-.026.03-.039.044-.057.018-.02.05-.01.08-.007.285.017.666.047 1.074.064.235.01.48.019.717.016.453-.005.882-.038 1.195-.051.03-.003.063-.02.082.002.016.019.046.03.05.057.037.301.082.697.138 1.103.114.83.247 1.652.247 1.652 0 .011.008.02.02.018q.016-.002.017-.018s.112-.826.204-1.659c.045-.406.08-.804.11-1.105.02-.242-.084-.458-.229-.63-.15-.18-.38-.274-.63-.297C4.5.281 4.07.24 3.617.227 3.381.22 3.138.226 2.901.23c-.407.01-.789.033-1.076.046-.254.014-.488.108-.644.286-.15.171-.258.392-.24.639l.247 2.787c0 .054.043.099.097.1a.1.1 0 0 0 .1-.098" }), _jsx("path", { d: "M25.049 1.75a.2.2 0 0 1 .2-.2h.402a.2.2 0 0 1 .2.2v.4a.2.2 0 0 1-.2.2h-.402a.2.2 0 0 1-.141-.058.2.2 0 0 1-.059-.141z" }), _jsx("path", { d: "M656.409 172h-.317a.287.287 0 0 0-.286.286v.573a.286.286 0 0 0 .286.286h.576c.076 0 .149-.03.202-.084a.28.28 0 0 0 .084-.202v-.284a.2.2 0 0 0-.011.064c.008.132-.2.129-.241.258-.034.124-.226.028-.304.128-.072.092-.202-.061-.306-.003l.265-.18c.012-.056-.147-.113-.081-.146.08-.039-.065-.195.025-.204.104-.01.036-.225.134-.197.097.029.132-.155.202-.15l.014.004zm.211.577.281-.291h-.228l-.124.12c.05.006-.027.13.021.117.027-.008.04.023.05.054l-.24.249-.023.016a.04.04 0 0 1-.009.017l.032-.033.288-.197c-.026.021-.036-.016-.048-.052", style: {
|
|
13
|
+
fill: 'none'
|
|
14
|
+
}, transform: "matrix(-.69855 0 0 .69855 483.965 -118.6)" }), _jsx("path", { d: "M2.867 1.75a.2.2 0 0 0-.2-.2h-.402a.2.2 0 0 0-.2.2v.4a.2.2 0 0 0 .2.2h.403a.2.2 0 0 0 .14-.058.2.2 0 0 0 .06-.141z" }), _jsx("path", { d: "m656.409 172 .242.149c-.079-.034-.113.177-.216.146-.098-.028-.03.187-.134.197-.09.009.055.165-.025.204-.066.033.093.09.081.146l-.265.18c.104-.058.234.095.306.003.078-.1.27-.004.304-.128.041-.129.249-.126.241-.258a.2.2 0 0 1 .011-.064v.284c0 .076-.03.149-.084.202a.28.28 0 0 1-.202.084h-.576a.287.287 0 0 1-.286-.286v-.573a.287.287 0 0 1 .286-.286zm.211.577c-.01-.031-.023-.062-.05-.054-.048.013.029-.111-.021-.117l.124-.12h.228zc.012.036.022.073.048.052l-.288.197-.032.033a.04.04 0 0 0 .009-.017l.023-.016z", style: {
|
|
15
|
+
fill: 'none'
|
|
16
|
+
}, transform: "translate(-456.048 -118.6)scale(.69855)" }), _jsx("path", { d: "M23.343 1.75a.2.2 0 0 1 .2-.2h.402a.2.2 0 0 1 .2.2v.4a.2.2 0 0 1-.2.2h-.402a.2.2 0 0 1-.141-.058.2.2 0 0 1-.059-.141z" }), _jsx("path", { d: "M656.409 172h-.317a.287.287 0 0 0-.286.286v.573a.286.286 0 0 0 .286.286h.576c.076 0 .149-.03.202-.084a.28.28 0 0 0 .084-.202v-.284a.2.2 0 0 0-.011.064c.008.132-.2.129-.241.258-.034.124-.226.028-.304.128-.072.092-.202-.061-.306-.003l.265-.18c.012-.056-.147-.113-.081-.146.08-.039-.065-.195.025-.204.104-.01.036-.225.134-.197.097.029.132-.155.202-.15l.014.004zm.211.577.281-.291h-.228l-.124.12c.05.006-.027.13.021.117.027-.008.04.023.05.054l-.24.249-.023.016a.04.04 0 0 1-.009.017l.032-.033.288-.197c-.026.021-.036-.016-.048-.052", style: {
|
|
17
|
+
fill: 'none'
|
|
18
|
+
}, transform: "matrix(-.69855 0 0 .69855 482.259 -118.6)" }), _jsx("path", { d: "M4.575 1.75a.2.2 0 0 0-.2-.2h-.402a.2.2 0 0 0-.2.2v.4a.2.2 0 0 0 .2.2h.402a.2.2 0 0 0 .141-.058.2.2 0 0 0 .06-.141z" }), _jsx("path", { d: "m656.409 172 .242.149c-.079-.034-.113.177-.216.146-.098-.028-.03.187-.134.197-.09.009.055.165-.025.204-.066.033.093.09.081.146l-.265.18c.104-.058.234.095.306.003.078-.1.27-.004.304-.128.041-.129.249-.126.241-.258a.2.2 0 0 1 .011-.064v.284c0 .076-.03.149-.084.202a.28.28 0 0 1-.202.084h-.576a.287.287 0 0 1-.286-.286v-.573a.287.287 0 0 1 .286-.286zm.211.577c-.01-.031-.023-.062-.05-.054-.048.013.029-.111-.021-.117l.124-.12h.228zc.012.036.022.073.048.052l-.288.197-.032.033a.04.04 0 0 0 .009-.017l.023-.016z", style: {
|
|
19
|
+
fill: 'none'
|
|
20
|
+
}, transform: "translate(-454.34 -118.6)scale(.69855)" })] }));
|
|
21
|
+
};
|
|
22
|
+
export default USBACable;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file exports all icons in the "Editing & Creation" category.
|
|
3
|
+
*/
|
|
4
|
+
import Add from '@/src/icons/editing-creation/Add';
|
|
5
|
+
import Cut from '@/src/icons/editing-creation/Cut';
|
|
6
|
+
import Copy from '@/src/icons/editing-creation/Copy';
|
|
7
|
+
import Edit from '@/src/icons/editing-creation/Edit';
|
|
8
|
+
import Paste from '@/src/icons/editing-creation/Paste';
|
|
9
|
+
export { Add, Cut, Copy, Edit, Paste };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file exports all icons in the "Logos" category.
|
|
3
|
+
*/
|
|
4
|
+
import Discord from '@/src/icons/logos/Discord';
|
|
5
|
+
import Facebook from '@/src/icons/logos/Facebook';
|
|
6
|
+
import Instagram from '@/src/icons/logos/Instagram';
|
|
7
|
+
import LinkedIn from '@/src/icons/logos/LinkedIn';
|
|
8
|
+
import Reddit from '@/src/icons/logos/Reddit';
|
|
9
|
+
import Twitter from '@/src/icons/logos/Twitter';
|
|
10
|
+
import YouTube from '@/src/icons/logos/YouTube';
|
|
11
|
+
export { Discord, Facebook, Instagram, LinkedIn, Reddit, Twitter, YouTube };
|
|
@@ -9,8 +9,6 @@ const Delete = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1
|
|
|
9
9
|
clipRule: 'evenodd',
|
|
10
10
|
strokeLinejoin: 'round',
|
|
11
11
|
strokeMiterlimit: 2
|
|
12
|
-
}, viewBox: "0 0 25 30", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children:
|
|
13
|
-
fill: 'none'
|
|
14
|
-
} }), _jsxs("g", { children: [_jsx("path", { d: "m270.666 347.666.116-1.904a.661.661 0 0 1 .458-.57.6.6 0 0 1 .238-.02l7.513.425a.78.78 0 0 0 .549-.22.77.77 0 0 0 .23-.543l.06-1.353c.002-.045.038-.078.07-.108.027-.026.07-.022.11-.02l4.99.113.003.016.005 1.352a.996.996 0 0 0 1.012.993l7.049-.17.09.02.057.09.034 1.274c-1.454.041-4.652.134-8.156.25-6.257.207-13.473.485-13.473.485a.037.037 0 0 0-.036.038c0 .02.016.036.036.036 0 0 7.215.28 13.472.491 4.775.16 8.981.276 8.981.276a.803.803 0 0 0 .804-.8l.055-2.05a1.84 1.84 0 0 0-.539-1.33 1.9 1.9 0 0 0-.612-.413 1.9 1.9 0 0 0-.73-.147l-6.044-.04-.002-.365a1.98 1.98 0 0 0-.596-1.398 2 2 0 0 0-1.41-.571l-4.99.111c-.513.017-.98.217-1.306.562-.323.339-.536.792-.523 1.296l.02.62-6.716.263a1.37 1.37 0 0 0-1.251.892c-.057.166-.09.339-.08.515l.117 1.904a.197.197 0 0 0 .395 0M271.846 349.574l-.82 17.866c-.015.375.054.743.183 1.088a2.82 2.82 0 0 0 1.518 1.578c.345.152.72.23 1.104.238 1.508.028 3.705.082 6.075.111 1.327.016 2.707.032 4.05.027 2.621-.012 5.096-.077 6.749-.102a2.9 2.9 0 0 0 2.04-.886 2.78 2.78 0 0 0 .776-2.04c-.09-1.763-.214-4.46-.368-7.24-.294-5.29-.655-10.858-.655-10.858a.037.037 0 0 0-.074 0s-.204 5.578-.35 10.873c-.076 2.785-.123 5.483-.163 7.247a1.2 1.2 0 0 1-.382.823 1.147 1.147 0 0 1-.822.302c-1.653-.029-4.128-.1-6.75-.116-1.342-.01-2.722.003-4.05.017-2.368.024-4.565.073-6.074.097a1.15 1.15 0 0 1-.828-.31 1.2 1.2 0 0 1-.377-.829l-.388-17.882a.196.196 0 0 0-.194-.199.2.2 0 0 0-.2.195" }), _jsx("path", { d: "M277.887 351.991s-.057.6-.13 1.549c-.05.645-.114 1.442-.164 2.323a59 59 0 0 0-.067 1.548q-.018.514-.02 1.032.004.521.023 1.033c.018.532.046 1.052.074 1.548.032.555.068 1.076.1 1.549.1 1.384.184 2.324.184 2.324a.122.122 0 0 0 .244 0s.084-.94.183-2.324a96 96 0 0 0 .176-3.097q.02-.511.021-1.033c.001-.345-.008-.69-.018-1.032-.016-.53-.04-1.052-.067-1.548-.05-.881-.114-1.678-.164-2.323a96 96 0 0 0-.13-1.549.12.12 0 0 0-.123-.12.12.12 0 0 0-.122.12M285.92 351.991s-.057.6-.13 1.549c-.051.645-.114 1.442-.164 2.323a59 59 0 0 0-.068 1.548c-.01.342-.019.687-.019 1.032q.003.521.022 1.033c.018.532.047 1.052.075 1.548a145.545 145.545 0 0 0 .284 3.873c0 .066.054.121.121.121a.12.12 0 0 0 .123-.12s.083-.941.183-2.325a96 96 0 0 0 .175-3.097q.02-.511.021-1.033c.001-.345-.008-.69-.018-1.032-.016-.53-.039-1.052-.067-1.548-.05-.881-.113-1.678-.164-2.323a96 96 0 0 0-.13-1.549.12.12 0 0 0-.123-.12.12.12 0 0 0-.121.12" })] })] }) }));
|
|
12
|
+
}, viewBox: "0 0 25 30", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: _jsx("g", { transform: "matrix(.99592 0 0 1.00121 -268.62 -341.418)", children: _jsxs("g", { children: [_jsx("path", { d: "m270.666 347.666.116-1.904a.661.661 0 0 1 .458-.57.6.6 0 0 1 .238-.02l7.513.425a.78.78 0 0 0 .549-.22.77.77 0 0 0 .23-.543l.06-1.353c.002-.045.038-.078.07-.108.027-.026.07-.022.11-.02l4.99.113.003.016.005 1.352a.996.996 0 0 0 1.012.993l7.049-.17.09.02.057.09.034 1.274c-1.454.041-4.652.134-8.156.25-6.257.207-13.473.485-13.473.485a.037.037 0 0 0-.036.038c0 .02.016.036.036.036 0 0 7.215.28 13.472.491 4.775.16 8.981.276 8.981.276a.803.803 0 0 0 .804-.8l.055-2.05a1.84 1.84 0 0 0-.539-1.33 1.9 1.9 0 0 0-.612-.413 1.9 1.9 0 0 0-.73-.147l-6.044-.04-.002-.365a1.98 1.98 0 0 0-.596-1.398 2 2 0 0 0-1.41-.571l-4.99.111c-.513.017-.98.217-1.306.562-.323.339-.536.792-.523 1.296l.02.62-6.716.263a1.37 1.37 0 0 0-1.251.892c-.057.166-.09.339-.08.515l.117 1.904a.197.197 0 0 0 .395 0M271.846 349.574l-.82 17.866c-.015.375.054.743.183 1.088a2.82 2.82 0 0 0 1.518 1.578c.345.152.72.23 1.104.238 1.508.028 3.705.082 6.075.111 1.327.016 2.707.032 4.05.027 2.621-.012 5.096-.077 6.749-.102a2.9 2.9 0 0 0 2.04-.886 2.78 2.78 0 0 0 .776-2.04c-.09-1.763-.214-4.46-.368-7.24-.294-5.29-.655-10.858-.655-10.858a.037.037 0 0 0-.074 0s-.204 5.578-.35 10.873c-.076 2.785-.123 5.483-.163 7.247a1.2 1.2 0 0 1-.382.823 1.147 1.147 0 0 1-.822.302c-1.653-.029-4.128-.1-6.75-.116-1.342-.01-2.722.003-4.05.017-2.368.024-4.565.073-6.074.097a1.15 1.15 0 0 1-.828-.31 1.2 1.2 0 0 1-.377-.829l-.388-17.882a.196.196 0 0 0-.194-.199.2.2 0 0 0-.2.195" }), _jsx("path", { d: "M277.887 351.991s-.057.6-.13 1.549c-.05.645-.114 1.442-.164 2.323a59 59 0 0 0-.067 1.548q-.018.514-.02 1.032.004.521.023 1.033c.018.532.046 1.052.074 1.548.032.555.068 1.076.1 1.549.1 1.384.184 2.324.184 2.324a.122.122 0 0 0 .244 0s.084-.94.183-2.324a96 96 0 0 0 .176-3.097q.02-.511.021-1.033c.001-.345-.008-.69-.018-1.032-.016-.53-.04-1.052-.067-1.548-.05-.881-.114-1.678-.164-2.323a96 96 0 0 0-.13-1.549.12.12 0 0 0-.123-.12.12.12 0 0 0-.122.12M285.92 351.991s-.057.6-.13 1.549c-.051.645-.114 1.442-.164 2.323a59 59 0 0 0-.068 1.548c-.01.342-.019.687-.019 1.032q.003.521.022 1.033c.018.532.047 1.052.075 1.548a145.545 145.545 0 0 0 .284 3.873c0 .066.054.121.121.121a.12.12 0 0 0 .123-.12s.083-.941.183-2.325a96 96 0 0 0 .175-3.097q.02-.511.021-1.033c.001-.345-.008-.69-.018-1.032-.016-.53-.039-1.052-.067-1.548-.05-.881-.113-1.678-.164-2.323a96 96 0 0 0-.13-1.549.12.12 0 0 0-.123-.12.12.12 0 0 0-.121.12" })] }) }) }));
|
|
15
13
|
};
|
|
16
14
|
export default Delete;
|
|
@@ -16,8 +16,6 @@ const Refresh = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '
|
|
|
16
16
|
clipRule: 'evenodd',
|
|
17
17
|
strokeLinejoin: 'round',
|
|
18
18
|
strokeMiterlimit: 2
|
|
19
|
-
}, viewBox: "0 0 33 28", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "
|
|
20
|
-
fill: 'none'
|
|
21
|
-
}, transform: "matrix(.88725 0 0 1.00132 -562.43 -1674.52)" }), _jsx("path", { d: "M28.561 11.94a43 43 0 0 0-1.882-.981 109 109 0 0 0-4.297-1.957.243.243 0 1 0-.255.414s1.916 1.607 3.69 2.947c.658.498 1.295.944 1.783 1.275.366.25.652.422.787.509a1.087 1.087 0 0 0 1.57-.494c.072-.183.25-.602.456-1.165.187-.508.4-1.124.611-1.778.68-2.114 1.356-4.52 1.356-4.52a.243.243 0 1 0-.446-.195s-1.3 2.136-2.383 4.074a47 47 0 0 0-.99 1.87M4.392 16.409c.508.28 1.17.632 1.883.98 1.997.975 4.297 1.957 4.297 1.957a.243.243 0 1 0 .254-.414s-1.916-1.608-3.689-2.948a44 44 0 0 0-1.783-1.275c-.367-.249-.653-.421-.788-.508a1.087 1.087 0 0 0-1.57.494c-.072.183-.25.602-.456 1.165a46 46 0 0 0-.61 1.778c-.68 2.113-1.357 4.52-1.357 4.52a.243.243 0 1 0 .446.194s1.3-2.135 2.383-4.073a47 47 0 0 0 .99-1.87" }), _jsx("path", { d: "M5.844 9.488c1.245-2.605 3.204-4.45 5.44-5.565a12 12 0 0 1 5.129-1.276c4.332-.08 8.671 2.175 10.914 6.947a.418.418 0 0 0 .768-.328C25.994 3.768 21.271.953 16.438.736A13.3 13.3 0 0 0 10.33 1.92C7.615 3.155 5.255 5.363 3.714 8.448a1.187 1.187 0 0 0 .544 1.585 1.187 1.187 0 0 0 1.586-.545M27.107 18.858c-1.245 2.606-3.203 4.451-5.44 5.566a12 12 0 0 1-5.128 1.275c-4.332.081-8.672-2.175-10.915-6.946a.418.418 0 0 0-.768.327c2.102 5.499 6.825 8.314 11.658 8.53a13.3 13.3 0 0 0 6.108-1.184c2.715-1.235 5.075-3.443 6.616-6.527a1.187 1.187 0 0 0-.545-1.586 1.187 1.187 0 0 0-1.586.545" })] }));
|
|
19
|
+
}, viewBox: "0 0 33 28", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M28.561 11.94a43 43 0 0 0-1.882-.981 109 109 0 0 0-4.297-1.957.243.243 0 1 0-.255.414s1.916 1.607 3.69 2.947c.658.498 1.295.944 1.783 1.275.366.25.652.422.787.509a1.087 1.087 0 0 0 1.57-.494c.072-.183.25-.602.456-1.165.187-.508.4-1.124.611-1.778.68-2.114 1.356-4.52 1.356-4.52a.243.243 0 1 0-.446-.195s-1.3 2.136-2.383 4.074a47 47 0 0 0-.99 1.87M4.392 16.409c.508.28 1.17.632 1.883.98 1.997.975 4.297 1.957 4.297 1.957a.243.243 0 1 0 .254-.414s-1.916-1.608-3.689-2.948a44 44 0 0 0-1.783-1.275c-.367-.249-.653-.421-.788-.508a1.087 1.087 0 0 0-1.57.494c-.072.183-.25.602-.456 1.165a46 46 0 0 0-.61 1.778c-.68 2.113-1.357 4.52-1.357 4.52a.243.243 0 1 0 .446.194s1.3-2.135 2.383-4.073a47 47 0 0 0 .99-1.87" }), _jsx("path", { d: "M5.844 9.488c1.245-2.605 3.204-4.45 5.44-5.565a12 12 0 0 1 5.129-1.276c4.332-.08 8.671 2.175 10.914 6.947a.418.418 0 0 0 .768-.328C25.994 3.768 21.271.953 16.438.736A13.3 13.3 0 0 0 10.33 1.92C7.615 3.155 5.255 5.363 3.714 8.448a1.187 1.187 0 0 0 .544 1.585 1.187 1.187 0 0 0 1.586-.545M27.107 18.858c-1.245 2.606-3.203 4.451-5.44 5.566a12 12 0 0 1-5.128 1.275c-4.332.081-8.672-2.175-10.915-6.946a.418.418 0 0 0-.768.327c2.102 5.499 6.825 8.314 11.658 8.53a13.3 13.3 0 0 0 6.108-1.184c2.715-1.235 5.075-3.443 6.616-6.527a1.187 1.187 0 0 0-.545-1.586 1.187 1.187 0 0 0-1.586.545" })] }));
|
|
22
20
|
};
|
|
23
21
|
export default Refresh;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
// Import styles.
|
|
3
|
+
/**
|
|
4
|
+
* This function renders an SVG icon of an airplane.
|
|
5
|
+
*/
|
|
6
|
+
const Airplane = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
|
|
7
|
+
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
|
|
8
|
+
fillRule: 'evenodd',
|
|
9
|
+
clipRule: 'evenodd',
|
|
10
|
+
strokeLinejoin: 'round',
|
|
11
|
+
strokeMiterlimit: 2
|
|
12
|
+
}, viewBox: "0 0 31 31", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: _jsx("path", { d: "m25.73 28.483-.35.367-7.412-11.648a.914.914 0 0 0-1.402-.159l-6.755 6.475a.97.97 0 0 0-.265.936l.834 3.342-.166.165-2.59-3.326a1 1 0 0 0-.182-.18L4.136 21.95l.183-.212 3.227.697a.93.93 0 0 0 .894-.281l6.484-7.303a.8.8 0 0 0-.19-1.23L2.25 6.734l.87-1.034.047-.027 14.83 4.157.023-.07-14.59-4.935a.96.96 0 0 0-.998.267l-1.35 1.452a.508.508 0 0 0 .127.777l11.866 7.164-5.636 6.009-2.973-.703a1.47 1.47 0 0 0-1.428.46l-.713.798a1.48 1.48 0 0 0-.186 1.7c.097.176.232.332.395.457l3.591 2.758 3.209 4.105a.998.998 0 0 0 1.488.091l1.352-1.36a.99.99 0 0 0 .259-.943l-.867-3.344 5.485-5.387L24.6 30.53a.78.78 0 0 0 1.222.11l1.119-1.214a1.26 1.26 0 0 0 .283-1.233L22.35 12.891l6.818-7.444a.4.4 0 0 0 .046-.057s.946-1.48 1.093-2.661c.072-.58-.042-1.094-.417-1.423-.372-.327-.926-.38-1.534-.22-1.212.317-2.666 1.433-2.666 1.433l-.035.03-7.022 7.23.278.279 7.194-7.019c.132-.094 1.121-.794 2.071-1.127.468-.164.924-.28 1.194-.03.256.238.18.647.063 1.066-.234.843-.803 1.728-.928 1.918l-7.008 7.287a1.07 1.07 0 0 0-.247 1.04z" }) }));
|
|
13
|
+
};
|
|
14
|
+
export default Airplane;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// Import styles.
|
|
3
|
+
/**
|
|
4
|
+
* This function renders an SVG icon of a bus.
|
|
5
|
+
*/
|
|
6
|
+
const Bus = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
|
|
7
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
|
|
8
|
+
fillRule: 'evenodd',
|
|
9
|
+
clipRule: 'evenodd',
|
|
10
|
+
strokeLinejoin: 'round',
|
|
11
|
+
strokeMiterlimit: 2
|
|
12
|
+
}, viewBox: "0 0 31 29", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M8.11 18.71a2.1 2.1 0 0 0-1.631.164c-.386.216-.634.579-.762.996-.14.558.03 1.128.433 1.554.325.344.816.577 1.378.643.547.04 1.07-.07 1.477-.325.47-.293.805-.729.861-1.244.047-.48-.145-.986-.536-1.355a1.9 1.9 0 0 0-1.23-.538.019.019 0 0 0-.005.037c.427.105.776.37 1.008.697.23.325.325.712.224 1.054-.09.314-.354.535-.675.673-.29.125-.64.15-.992.075-.33-.055-.6-.215-.798-.412-.196-.194-.339-.427-.302-.695a1.05 1.05 0 0 1 .457-.778 1.85 1.85 0 0 1 1.066-.352.098.098 0 1 0 .027-.194M23.273 18.75c-.598-.18-1.165-.102-1.607.14-.379.206-.622.56-.752.98-.142.558.028 1.127.43 1.554.325.344.815.578 1.377.645.547.04 1.07-.072 1.478-.326.471-.293.805-.73.862-1.245.046-.48-.146-.986-.537-1.356a1.9 1.9 0 0 0-1.23-.537.019.019 0 0 0-.005.037c.426.105.775.37 1.008.698.23.324.323.711.222 1.053-.089.313-.353.534-.674.672-.29.125-.639.15-.991.075-.33-.055-.6-.214-.799-.41-.196-.195-.34-.428-.304-.696a1 1 0 0 1 .442-.758 1.87 1.87 0 0 1 1.053-.331.098.098 0 0 0 .027-.195" }), _jsx("path", { d: "m24.24.28-.104-.002c-2.242.018-5.463.034-8.685.073s-6.443.1-8.685.137a3.75 3.75 0 0 0-2.647 1.139 3.7 3.7 0 0 0-1.05 2.646l.437 18.649a1.244 1.244 0 0 0 1.26 1.22l.95-.025.006-.016c.027-.074.124-.372-.101-.378l-.855-.022a.76.76 0 0 1-.74-.78l.438-18.648c.012-.63.286-1.191.707-1.595.412-.398.977-.63 1.595-.619 2.242.037 5.463.099 8.685.137s6.443.055 8.685.073a2 2 0 0 1 1.416.59c.362.362.591.862.593 1.414.038 2.848.082 7.265.153 11.19.059 3.168.138 6.014.171 7.459a.34.34 0 0 1-.083.249.36.36 0 0 1-.248.124l-19.502.59a.04.04 0 0 0-.038.036c0 .02.018.038.038.038l19.502.589a1.63 1.63 0 0 0 1.164-.461c.308-.292.492-.708.504-1.165.033-1.445.112-4.291.17-7.46.072-3.924.114-8.34.154-11.189A3.98 3.98 0 0 0 24.24.28" }), _jsx("path", { d: "m3.9 6.046-.446 8.736c-.011.218.034.43.106.63a1.67 1.67 0 0 0 .877.926c.2.093.42.135.644.143 1.255.04 3.562.132 6.226.2 1.324.034 2.738.063 4.15.081s2.824.03 4.15.025c2.662-.008 4.973-.064 6.226-.08a1.906 1.906 0 0 0 1.887-1.913l-.161-7.742a1.684 1.684 0 0 0-1.061-1.548 1.7 1.7 0 0 0-.64-.116l-19.714.62a.037.037 0 0 0-.036.038c0 .021.017.038.036.038l19.713.62c.044.002.086.02.125.037.04.018.07.05.1.08l.073.226-.209 7.742c-.001.029-.024.05-.045.068-.017.016-.044.013-.068.013-1.253-.016-3.562-.073-6.226-.083a320.712 320.712 0 0 0-8.3.104c-2.664.068-4.971.158-6.226.198l-.238-.066c-.034-.031-.07-.062-.09-.103-.018-.044-.041-.088-.043-.136l-.417-8.738a.197.197 0 0 0-.394 0M8.989 3.31c.022-.016.033-.029.002-.027-.007 0-.005.01-.002.026-.029.02-.077.044-.077.044-.043-.157-.078-.122-.078-.078v.007q.005 0 .003.015l.008.017-.009-.006.001-.01-.001-.008-.002-.008c-.03-.002-.02.01.002.026l-.007.041-.039.68a.62.62 0 0 0 .166.453.63.63 0 0 0 .45.207c.609.026 1.713.08 3.027.126.94.033 1.983.066 3.027.086s2.089.033 3.027.033c1.317 0 2.423-.027 3.027-.034a.86.86 0 0 0 .85-.854v-.26a.85.85 0 0 0-.25-.6.84.84 0 0 0-.596-.242c-.847.02-2.645.061-4.57.113-3.25.089-6.856.203-6.856.203a.015.015 0 0 0-.014.015q.001.013.014.014s3.606.114 6.856.203c1.925.052 3.723.092 4.57.113a.17.17 0 0 1 .115.056.2.2 0 0 1 .03.055q.01.03.008.06l-.008.26a.14.14 0 0 1-.05.1.14.14 0 0 1-.1.033c-.603-.007-1.71-.034-3.026-.034-.938 0-1.982.011-3.027.032-1.044.02-2.087.053-3.026.086-1.315.046-2.42.1-3.027.126a.35.35 0 0 1-.259-.088.4.4 0 0 1-.088-.116.4.4 0 0 1-.037-.144l-.029-.68zM6.613 23.874v2.4a1 1 0 0 0 1 1h1.155a1 1 0 0 0 1-1v-2.4" }), _jsx("path", { d: "M7.613 26.275v-2.4h-2v2.4a2 2 0 0 0 2 2h1.155a2 2 0 0 0 2-2.001v-2.4h-2v2.4zM21.31 24.152v2.4a1.003 1.003 0 0 0 1.001 1h1.211a1 1 0 0 0 1-1v-2.4" }), _jsx("path", { d: "M23.522 26.552h-1.21v-2.4h-2v2.4a1.999 1.999 0 0 0 2 2h1.21a2 2 0 0 0 2-2v-2.4h-2zM28.26 11.014l1.147.25c.036.004.046.046.07.07.024.023-.005.063-.01.099-.016.237-.052.538-.06.88-.005.185.002.383.012.585.014.291.041.588.069.877.048.51.108.978.146 1.317.004.033.013.066.005.096-.01.033-.014.07-.036.099-.024.03-.046.063-.08.085-.036.018-.073.042-.115.047l-1.147.155c-.01 0-.019.01-.019.019 0 .01.009.018.019.018l1.147.153a.69.69 0 0 0 .512-.16.73.73 0 0 0 .261-.512c.038-.339.097-.807.145-1.317.027-.29.053-.586.067-.88q.017-.301.011-.585c-.009-.339-.045-.642-.062-.877-.03-.252-.118-.482-.304-.626-.176-.134-.385-.237-.622-.204l-1.154.216a.1.1 0 0 0-.1.096.097.097 0 0 0 .097.1M3.067 11.014l-1.154-.216c-.236-.033-.446.07-.621.204-.186.144-.274.374-.305.626-.017.235-.053.538-.062.877-.005.188.002.386.011.586q.024.443.068.88c.048.51.107.977.144 1.316a.75.75 0 0 0 .261.513.685.685 0 0 0 .512.16l1.148-.153c.01 0 .018-.01.018-.02 0-.008-.008-.018-.018-.018l-1.148-.155c-.042-.005-.078-.028-.114-.047-.034-.021-.056-.054-.08-.085-.022-.028-.027-.066-.036-.099-.008-.03 0-.063.004-.096.038-.339.098-.807.147-1.317.027-.29.054-.585.068-.877.01-.202.017-.4.012-.586-.007-.34-.043-.642-.06-.879-.004-.035-.033-.075-.01-.099.024-.023.035-.066.07-.07l1.148-.25a.097.097 0 0 0 .097-.098.1.1 0 0 0-.1-.097M13.983 14.535s-1.463-.274-3.13-.541c-2.184-.348-4.715-.691-4.715-.691a.12.12 0 0 0-.043.235s2.484.588 4.65 1.046c1.651.349 3.114.617 3.114.617a.338.338 0 1 0 .124-.666M24.203 14.535s-1.463-.274-3.129-.541c-2.185-.348-4.716-.691-4.716-.691a.12.12 0 0 0-.043.235s2.484.588 4.65 1.046c1.652.349 3.114.617 3.114.617a.338.338 0 1 0 .124-.666" })] }));
|
|
13
|
+
};
|
|
14
|
+
export default Bus;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// Import styles.
|
|
3
|
+
/**
|
|
4
|
+
* This function renders an SVG icon of a cab.
|
|
5
|
+
*/
|
|
6
|
+
const Cab = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
|
|
7
|
+
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
|
|
8
|
+
fillRule: 'evenodd',
|
|
9
|
+
clipRule: 'evenodd',
|
|
10
|
+
strokeLinejoin: 'round',
|
|
11
|
+
strokeMiterlimit: 2
|
|
12
|
+
}, viewBox: "0 0 31 28", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: _jsxs("g", { transform: "matrix(1.00146 0 0 .9665 -727.085 -621.45)", children: [_jsx("clipPath", { id: "cab_svg__a", children: _jsx("path", { d: "M726.627 644h29.793v27.907h-29.793z" }) }), _jsxs("g", { clipPath: "url(#cab_svg__a)", children: [_jsx("path", { d: "M729.835 656.444a2.528 2.528 0 0 0-1.428.727 2.6 2.6 0 0 0-.56.85c-.132.316-.199.66-.204 1.011l-.071 5.924c-.004.408.074.808.219 1.18s.364.713.642 1.005c.28.291.609.517.967.672s.747.237 1.143.24c2.026-.008 5.36-.002 8.918-.03 5.034-.04 10.516-.133 13.378-.169a2.75 2.75 0 0 0 1.976-.876c.495-.53.805-1.253.793-2.048l-.093-5.552a2.8 2.8 0 0 0-.807-1.94 2.58 2.58 0 0 0-1.873-.772l-20.152.44a.2.2 0 0 0-.196.203.2.2 0 0 0 .196.203l20.152.44c.375.009.71.181.95.442a1.4 1.4 0 0 1 .364.984l-.092 5.552a1.27 1.27 0 0 1-.375.876 1.16 1.16 0 0 1-.845.337c-2.862-.03-8.344-.11-13.378-.138-3.558-.02-6.893-.007-8.918-.01a1 1 0 0 1-.386-.075 1 1 0 0 1-.33-.223 1.07 1.07 0 0 1-.31-.742l-.076-5.924c-.001-.105.012-.21.048-.307a.79.79 0 0 1 .715-.525l.14-.002a.93.93 0 0 0 .537-.171 1 1 0 0 0 .35-.453l3.082-8.457c.094-.262.255-.488.465-.643.216-.16.474-.26.75-.268l12.432-.345c.33-.01.648.076.92.245.277.171.51.42.66.731l3.421 7.024c.009.02.03.027.05.018a.04.04 0 0 0 .017-.05L750 648.611a2.33 2.33 0 0 0-.816-1.006 2.24 2.24 0 0 0-1.226-.399l-12.433-.31a2.6 2.6 0 0 0-1.487.445 2.75 2.75 0 0 0-1.001 1.246z" }), _jsx("path", { d: "M729.95 667.023v3.105c0 .41.158.805.44 1.097.28.29.66.454 1.058.454h1.705c.828 0 1.497-.695 1.497-1.553v-3.103" }), _jsx("path", { d: "M584.105 153.964v2.681c0 .592.224 1.161.622 1.58s.939.654 1.502.654h1.451c1.173-.001 2.124-1.001 2.124-2.235v-2.68c0-.493-.381-.893-.85-.893s-.849.4-.849.893v2.68c0 .247-.19.447-.425.447l-1.451.001a.41.41 0 0 1-.3-.131.46.46 0 0 1-.125-.316v-2.681c0-.493-.381-.893-.85-.893s-.849.4-.849.893", style: {
|
|
13
|
+
fill: 'none'
|
|
14
|
+
}, transform: "matrix(1.17516 0 0 1.15781 42.534 488.762)" }), _jsx("path", { d: "M749.087 667.21v3.105c0 .411.158.806.44 1.098.28.29.662.454 1.06.454h1.393c.826 0 1.497-.695 1.497-1.553v-3.103" }), _jsx("path", { d: "M584.044 153.964v2.681c0 .592.24 1.161.667 1.58a2.3 2.3 0 0 0 1.609.654h1.27c1.256-.001 2.274-1.001 2.274-2.235v-2.68a.9.9 0 0 0-.91-.893c-.502 0-.91.4-.91.893v2.68a.45.45 0 0 1-.454.447l-1.271.001a.46.46 0 0 1-.321-.131.44.44 0 0 1-.134-.316v-2.681a.9.9 0 0 0-.91-.893c-.502 0-.91.4-.91.893", style: {
|
|
15
|
+
fill: 'none'
|
|
16
|
+
}, transform: "matrix(1.09735 0 0 1.15781 107.187 488.95)" }), _jsx("path", { d: "m738.134 647.534.266-1.439c.012-.073.066-.125.102-.186.033-.054.098-.072.15-.11.044-.032.103-.013.156-.026.044-.01.083.032.129.04.46.058 1.028.151 1.659.211.358.035.73.066 1.105.07s.75-.011 1.107-.046c.634-.062 1.197-.184 1.659-.256.114-.023.226-.086.317-.024.127.085.272.163.307.328l.337 1.438c0 .02.017.037.037.037s.038-.016.038-.037l.336-1.438c.092-.422-.066-.798-.277-1.134-.233-.371-.643-.538-1.094-.63-.463-.072-1.026-.195-1.66-.258-.358-.035-.731-.05-1.106-.046s-.747.035-1.106.069c-.63.06-1.198.152-1.659.211-.226.038-.445.074-.636.197-.183.118-.364.236-.491.422-.123.179-.238.353-.284.562-.045.2-.084.4-.05.606l.266 1.439a.2.2 0 0 0 .196.202.2.2 0 0 0 .196-.202M755.415 654.825c-.013.107-.044.21-.08.31a1.3 1.3 0 0 1-.192.384c-.093.126-.194.24-.322.32-.14.086-.28.165-.446.193l-1.284.264c-.01 0-.018.01-.018.02s.009.02.018.02l1.284.264c.25.042.492.013.732-.05.248-.065.466-.207.673-.373.203-.18.365-.402.473-.65.108-.25.148-.528.144-.807l-.016-.232a.6.6 0 0 0-.17-.414c-.109-.099-.245-.177-.4-.168-.19.02-.62.056-1.088.118-.781.102-1.63.252-1.63.252a.1.1 0 0 0-.1.1.1.1 0 0 0 .098.103s.849.155 1.63.263c.253.034.495.062.694.083M727.624 654.828c.235-.027.527-.06.83-.103.742-.107 1.496-.246 1.496-.246a.1.1 0 0 0 .097-.102.1.1 0 0 0-.098-.1s-.754-.135-1.498-.237c-.38-.052-.746-.087-.999-.118-.214-.017-.405.084-.557.219-.154.138-.233.35-.247.577v.002c-.008.279.032.557.138.807s.27.471.472.653c.207.167.426.308.675.374.24.063.483.091.732.049l1.285-.268q.015-.001.017-.02c0-.01-.008-.019-.017-.019l-1.285-.268a1.2 1.2 0 0 1-.444-.194 1.2 1.2 0 0 1-.32-.318 1.3 1.3 0 0 1-.194-.38c-.036-.1-.068-.202-.083-.308m-.082.01-.087.01c.03-.002.063.004.087-.01M733.051 662.665l4.339.31c.158.01.31-.035.448-.106a.968.968 0 0 0 .488-.791 1 1 0 0 0-.095-.484l-.24-.526a2.5 2.5 0 0 0-.893-1.032 2.36 2.36 0 0 0-1.294-.371c-.517.025-1.139.047-1.747.086-.647.04-1.273.098-1.746.134a.74.74 0 0 0-.623.403.757.757 0 0 0 .004.716l.927 1.567c.004.01.015.013.024.009s.013-.017.01-.025l-.62-1.724a.31.31 0 0 1 .055-.284c.026-.037.068-.056.106-.074a.23.23 0 0 1 .117-.01c.473.036 1.099.093 1.746.134.608.039 1.23.061 1.745.087.282 0 .548.087.78.23.235.145.441.343.578.601l.276.505.02.065-.066.065-4.339.31a.1.1 0 0 0-.097.103.1.1 0 0 0 .097.102M751.177 662.46l-4.339-.31-.065-.065.019-.065.276-.505c.137-.258.343-.456.578-.6a1.5 1.5 0 0 1 .78-.231c.515-.026 1.137-.048 1.745-.087.647-.04 1.273-.098 1.746-.135a.23.23 0 0 1 .117.01c.038.02.08.038.106.075a.312.312 0 0 1 .056.285l-.62 1.723c-.004.008 0 .02.009.025q.017.005.024-.01l.927-1.567a.76.76 0 0 0 .004-.715.75.75 0 0 0-.623-.403c-.473-.036-1.099-.093-1.746-.134-.608-.039-1.23-.061-1.745-.086a2.36 2.36 0 0 0-1.296.371c-.38.245-.69.6-.894 1.032l-.239.526c-.069.154-.106.32-.094.484a.97.97 0 0 0 .487.791c.137.07.29.116.448.106l4.339-.31a.1.1 0 0 0 .097-.102.1.1 0 0 0-.097-.102" })] })] }) }));
|
|
17
|
+
};
|
|
18
|
+
export default Cab;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file exports all icons in the "Transportation" category.
|
|
3
|
+
*/
|
|
4
|
+
import Airplane from '@/src/icons/transportation/Airplane';
|
|
5
|
+
import Bus from '@/src/icons/transportation/Bus';
|
|
6
|
+
import Cab from '@/src/icons/transportation/Cab';
|
|
7
|
+
export { Airplane, Bus, Cab };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file exports all icons in the "User Interface Controls" category.
|
|
3
|
+
*/
|
|
4
|
+
import Cancel from '@/src/icons/user-interface-controls/Cancel';
|
|
5
|
+
import Check from '@/src/icons/user-interface-controls/Check';
|
|
6
|
+
import Filter from '@/src/icons/user-interface-controls/Filter';
|
|
7
|
+
import Search from '@/src/icons/user-interface-controls/Search';
|
|
8
|
+
export { Cancel, Check, Filter, Search };
|