@cdx-ui/icons 0.0.1-alpha.34 → 0.0.1-alpha.36
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/lib/commonjs/icons/explore_nearby.js +1 -1
- package/lib/commonjs/icons/globe_location_pin.js +3 -3
- package/lib/commonjs/icons/location_chip.js +3 -3
- package/lib/commonjs/icons/mode_of_travel.js +3 -3
- package/lib/commonjs/icons/moved_location.js +3 -3
- package/lib/commonjs/icons/share_location.js +1 -1
- package/lib/module/icons/explore_nearby.js +1 -1
- package/lib/module/icons/globe_location_pin.js +3 -3
- package/lib/module/icons/location_chip.js +3 -3
- package/lib/module/icons/mode_of_travel.js +3 -3
- package/lib/module/icons/moved_location.js +3 -3
- package/lib/module/icons/share_location.js +1 -1
- package/lib/typescript/icons/globe_location_pin.d.ts +1 -1
- package/lib/typescript/icons/location_chip.d.ts +1 -1
- package/lib/typescript/icons/mode_of_travel.d.ts +1 -1
- package/lib/typescript/icons/moved_location.d.ts +1 -1
- package/package.json +1 -1
|
@@ -14,7 +14,7 @@ const ExploreNearby = (0, _createCdxIcon.default)('ExploreNearby', {
|
|
|
14
14
|
"d": "M324-111.5Q251-143 197-197t-85.5-127Q80-397 80-480t31.5-156Q143-709 197-763t127-85.5Q397-880 480-880t156 31.5Q709-817 763-763t85.5 127Q880-563 880-480t-31.5 156Q817-251 763-197t-127 85.5Q563-80 480-80t-156-31.5ZM480-260q45-45 80-93 30-41 55-90t25-97q0-66-47-113t-113-47q-66 0-113 47t-47 113q0 48 25 97t55 90q35 48 80 93Zm-42.5-237.5Q420-515 420-540t17.5-42.5Q455-600 480-600t42.5 17.5Q540-565 540-540t-17.5 42.5Q505-480 480-480t-42.5-17.5Z"
|
|
15
15
|
}]],
|
|
16
16
|
filled: [["path", {
|
|
17
|
-
"d": "
|
|
17
|
+
"d": "M491.5-243q5.5-3 8.5-9l4-9q26-48 65-82t69-79q15-23 23.5-50t8.5-56q0-79-55-135t-133-57q-77-1-133 53t-59 131q-2 32 6.5 61t25.5 53q30 45 70 78.5t64 82.5l4 9q3 6 8.5 9t11.5 3q6 0 11.5-3Zm-68-230.5Q400-497 400-530t23.5-56.5Q447-610 480-610t56.5 23.5Q560-563 560-530t-23.5 56.5Q513-450 480-450t-56.5-23.5ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z"
|
|
18
18
|
}]]
|
|
19
19
|
});
|
|
20
20
|
var _default = exports.default = ExploreNearby;
|
|
@@ -7,14 +7,14 @@ exports.default = void 0;
|
|
|
7
7
|
var _createCdxIcon = _interopRequireDefault(require("../createCdxIcon"));
|
|
8
8
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
9
|
/**
|
|
10
|
-
* @preview 
|
|
11
11
|
*/
|
|
12
12
|
const GlobeLocationPin = (0, _createCdxIcon.default)('GlobeLocationPin', {
|
|
13
13
|
outlined: [["path", {
|
|
14
|
-
"d": "M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-
|
|
14
|
+
"d": "M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q76 0 144 26.5T745-780q53 47 88 111t44 139q-20-11-42-18t-45-10q-19-75-68.5-132T600-776v16q0 33-23.5 56.5T520-680h-80v80q0 17-11.5 28.5T400-560h-80v80h260q-29 32-44.5 72T520-324q0 78 31 121t80 94q-36 14-74 21.5T480-80Zm-40-82v-78q-33 0-56.5-23.5T360-320v-40L168-552q-3 18-5.5 36t-2.5 36q0 121 79.5 212T440-162Zm362.5-115.5Q820-295 820-320t-17-42.5Q786-380 761-380q-26 0-43.5 17.5T700-320q0 25 17.5 42.5T760-260q25 0 42.5-17.5ZM760-80q-3 0-16-11l-4-7q-22-38-55.5-67.5T627-232q-14-20-20.5-43.5T600-324q0-66 47-111t113-45q66 0 113 45t47 111q0 25-6.5 48.5T893-232q-24 37-57.5 66.5T780-98l-4 7q-2 5-6.5 8t-9.5 3Z"
|
|
15
15
|
}]],
|
|
16
16
|
filled: [["path", {
|
|
17
|
-
"d": "M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-
|
|
17
|
+
"d": "M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q76 0 144 26.5T745-780q53 47 88 111t44 139q-20-11-42-18t-45-10q-19-75-68.5-132T600-776v16q0 33-23.5 56.5T520-680h-80v80q0 17-11.5 28.5T400-560h-80v80h260q-29 32-44.5 72T520-324q0 78 31 121t80 94q-36 14-74 21.5T480-80Zm-40-82v-78q-33 0-56.5-23.5T360-320v-40L168-552q-3 18-5.5 36t-2.5 36q0 121 79.5 212T440-162Zm362.5-115.5Q820-295 820-320t-17-42.5Q786-380 761-380q-26 0-43.5 17.5T700-320q0 25 17.5 42.5T760-260q25 0 42.5-17.5ZM760-80q-3 0-16-11l-4-7q-22-38-55.5-67.5T627-232q-14-20-20.5-43.5T600-324q0-66 47-111t113-45q66 0 113 45t47 111q0 25-6.5 48.5T893-232q-24 37-57.5 66.5T780-98l-4 7q-2 5-6.5 8t-9.5 3Z"
|
|
18
18
|
}]]
|
|
19
19
|
});
|
|
20
20
|
var _default = exports.default = GlobeLocationPin;
|
|
@@ -7,14 +7,14 @@ exports.default = void 0;
|
|
|
7
7
|
var _createCdxIcon = _interopRequireDefault(require("../createCdxIcon"));
|
|
8
8
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
9
|
/**
|
|
10
|
-
* @preview 
|
|
11
11
|
*/
|
|
12
12
|
const LocationChip = (0, _createCdxIcon.default)('LocationChip', {
|
|
13
13
|
outlined: [["path", {
|
|
14
|
-
"d": "
|
|
14
|
+
"d": "M480-320q4 0 13-8l3-6q16-32 44-55t48-52q11-17 16.5-35.5T610-515q0-53-38-89t-92-36q-54 0-92.5 36T349-515q0 20 6 38.5t17 35.5q20 29 47.5 52t43.5 55l3 6q1 2 14 8Zm-35.5-154.5Q430-489 430-510t14.5-35.5Q459-560 480-560t35.5 14.5Q530-531 530-510t-14.5 35.5Q501-460 480-460t-35.5-14.5ZM320-200q-117 0-198.5-81.5T40-480q0-117 81.5-198.5T320-760h320q117 0 198.5 81.5T920-480q0 117-81.5 198.5T640-200H320Zm0-80h320q83 0 141.5-58.5T840-480q0-83-58.5-141.5T640-680H320q-83 0-141.5 58.5T120-480q0 83 58.5 141.5T320-280Zm160-200Z"
|
|
15
15
|
}]],
|
|
16
16
|
filled: [["path", {
|
|
17
|
-
"d": "
|
|
17
|
+
"d": "M480-320q4 0 13-8l3-6q16-32 44-55t48-52q11-17 16.5-35.5T610-515q0-53-38-89t-92-36q-54 0-92.5 36T349-515q0 20 6 38.5t17 35.5q20 29 47.5 52t43.5 55l3 6q1 2 14 8Zm-35.5-154.5Q430-489 430-510t14.5-35.5Q459-560 480-560t35.5 14.5Q530-531 530-510t-14.5 35.5Q501-460 480-460t-35.5-14.5ZM320-200q-117 0-198.5-81.5T40-480q0-117 81.5-198.5T320-760h320q117 0 198.5 81.5T920-480q0 117-81.5 198.5T640-200H320Z"
|
|
18
18
|
}]]
|
|
19
19
|
});
|
|
20
20
|
var _default = exports.default = LocationChip;
|
|
@@ -7,14 +7,14 @@ exports.default = void 0;
|
|
|
7
7
|
var _createCdxIcon = _interopRequireDefault(require("../createCdxIcon"));
|
|
8
8
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
9
|
/**
|
|
10
|
-
* @preview 
|
|
11
11
|
*/
|
|
12
12
|
const ModeOfTravel = (0, _createCdxIcon.default)('ModeOfTravel', {
|
|
13
13
|
outlined: [["path", {
|
|
14
|
-
"d": "M480-
|
|
14
|
+
"d": "M480-80q-11 0-20-5.5T446-100l-7-14q-11-21-24-40.5T386-192q-42-50-90-92.5T213-382q-28-38-40.5-83.5T160-559q0-133 92.5-227T479-880q136 0 228.5 96T800-552l84-84 56 56-180 180-180-180 55-56 85 84q0-102-69.5-174T479-800q-100 0-169 70.5T240-559q0 36 9.5 69.5T279-427q28 42 64 77t71 71q18 19 33.5 38t31.5 39q8-12 16.5-23.5T514-248q-7-11-11-24.5t-4-27.5q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29h-8.5q-3.5 0-8.5-1-18 20-34 41.5T520-114l-7 14q-5 10-14 15t-19 5Z"
|
|
15
15
|
}]],
|
|
16
16
|
filled: [["path", {
|
|
17
|
-
"d": "M480-
|
|
17
|
+
"d": "M480-80q-11 0-20-5.5T446-100l-7-14q-11-21-24-40.5T386-192q-42-50-90-92.5T213-382q-28-38-40.5-83.5T160-559q0-133 92.5-227T479-880q136 0 228.5 96T800-552l84-84 56 56-180 180-180-180 55-56 85 84q0-102-69.5-174T479-800q-100 0-169 70.5T240-559q0 36 9.5 69.5T279-427q28 42 64 77t71 71q18 19 33.5 38t31.5 39q8-12 16.5-23.5T514-248q-7-11-11-24.5t-4-27.5q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29h-8.5q-3.5 0-8.5-1-18 20-34 41.5T520-114l-7 14q-5 10-14 15t-19 5Z"
|
|
18
18
|
}]]
|
|
19
19
|
});
|
|
20
20
|
var _default = exports.default = ModeOfTravel;
|
|
@@ -7,14 +7,14 @@ exports.default = void 0;
|
|
|
7
7
|
var _createCdxIcon = _interopRequireDefault(require("../createCdxIcon"));
|
|
8
8
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
9
|
/**
|
|
10
|
-
* @preview 
|
|
11
11
|
*/
|
|
12
12
|
const MovedLocation = (0, _createCdxIcon.default)('MovedLocation', {
|
|
13
13
|
outlined: [["path", {
|
|
14
|
-
"d": "m720-440-56-56 86-86q-43-8-137.5 9T400-441q32-117 129-188t219-71l-84-84 56-56 200 200-200 200ZM480-
|
|
14
|
+
"d": "m720-440-56-56 86-86q-43-8-137.5 9T400-441q32-117 129-188t219-71l-84-84 56-56 200 200-200 200ZM480-80q-11 0-20-5.5T446-100l-7-14q-11-21-24-40.5T386-192q-42-50-89.5-93T213-382q-26-39-39.5-84T160-559q0-133 92.5-227T479-880q37 0 71 8t66 23l-61 61q-18-6-37-9t-39-3q-100 0-169 70.5T240-559q0 36 9.5 69.5T279-427q28 42 64 77t71 71q18 19 33.5 38t31.5 39q14-20 30.5-39t33.5-38q27-29 56-56t55-58l57 57q-32 38-68.5 72T574-192q-16 19-29.5 38T520-114l-7 14q-5 10-14 15t-19 5Z"
|
|
15
15
|
}]],
|
|
16
16
|
filled: [["path", {
|
|
17
|
-
"d": "m720-440-56-56 86-86q-43-8-137.5 9T400-441q32-117 129-188t219-71l-84-84 56-56 200 200-200 200ZM480-
|
|
17
|
+
"d": "m720-440-56-56 86-86q-43-8-137.5 9T400-441q32-117 129-188t219-71l-84-84 56-56 200 200-200 200ZM480-80q-11 0-20-5.5T446-100l-7-14q-11-21-24-40.5T386-192q-42-50-89.5-93T213-382q-26-39-39.5-84T160-559q0-133 92.5-227T479-880q37 0 71 8t66 23l-61 61q-18-6-37-9t-39-3q-100 0-169 70.5T240-559q0 36 9.5 69.5T279-427q28 42 64 77t71 71q18 19 33.5 38t31.5 39q14-20 30.5-39t33.5-38q27-29 56-56t55-58l57 57q-32 38-68.5 72T574-192q-16 19-29.5 38T520-114l-7 14q-5 10-14 15t-19 5Z"
|
|
18
18
|
}]]
|
|
19
19
|
});
|
|
20
20
|
var _default = exports.default = MovedLocation;
|
|
@@ -14,7 +14,7 @@ const ShareLocation = (0, _createCdxIcon.default)('ShareLocation', {
|
|
|
14
14
|
"d": "M519-82v-80q42-6 81.5-23t74.5-43l58 58q-47 37-101 59.5T519-82Zm270-146-56-56q26-33 42-72.5t22-83.5h82q-8 62-30.5 115.5T789-228Zm8-292q-6-45-22-84.5T733-676l56-56q38 44 61.5 98T879-520h-82ZM439-82q-153-18-255.5-131T81-480q0-155 102.5-268T439-878v80q-120 17-199 107t-79 211q0 121 79 210.5T439-162v80Zm238-650q-36-27-76-44t-82-22v-80q59 5 113 27.5T733-790l-56 58ZM480-280q-58-49-109-105t-51-131q0-68 46.5-116T480-680q67 0 113.5 48T640-516q0 75-51 131T480-280Zm0-200q18 0 30.5-12.5T523-523q0-17-12.5-30T480-566q-18 0-30.5 13T437-523q0 18 12.5 30.5T480-480Z"
|
|
15
15
|
}]],
|
|
16
16
|
filled: [["path", {
|
|
17
|
-
"d": "
|
|
17
|
+
"d": "m675-228 58 58q-47 37-101 59.5T519-82v-80q42-6 81.5-23t74.5-43Zm204-212q-8 62-30.5 115.5T789-228l-56-56q26-33 42-72.5t22-83.5h82Zm-90-292q38 44 61.5 98T879-520h-82q-6-45-22-84.5T733-676l56-56ZM439-878v80q-120 17-199 107t-79 211q0 120 79 210t199 108v80q-153-18-255.5-131.5T81-480q0-155 102.5-268T439-878Zm80 0q59 5 113 27.5T733-790l-56 58q-36-27-76-44t-82-22v-80Zm-27.5 635q5.5-3 8.5-9l4-9q26-48 65-82t69-79q15-23 23.5-50t8.5-56q0-79-55-135t-133-57q-77-1-133 53t-59 131q-2 32 6.5 61t25.5 53q30 45 70 78.5t64 82.5l4 9q3 6 8.5 9t11.5 3q6 0 11.5-3Zm-68-230.5Q400-497 400-530t23.5-56.5Q447-610 480-610t56.5 23.5Q560-563 560-530t-23.5 56.5Q513-450 480-450t-56.5-23.5Z"
|
|
18
18
|
}]]
|
|
19
19
|
});
|
|
20
20
|
var _default = exports.default = ShareLocation;
|
|
@@ -10,7 +10,7 @@ const ExploreNearby = createCdxIcon('ExploreNearby', {
|
|
|
10
10
|
"d": "M324-111.5Q251-143 197-197t-85.5-127Q80-397 80-480t31.5-156Q143-709 197-763t127-85.5Q397-880 480-880t156 31.5Q709-817 763-763t85.5 127Q880-563 880-480t-31.5 156Q817-251 763-197t-127 85.5Q563-80 480-80t-156-31.5ZM480-260q45-45 80-93 30-41 55-90t25-97q0-66-47-113t-113-47q-66 0-113 47t-47 113q0 48 25 97t55 90q35 48 80 93Zm-42.5-237.5Q420-515 420-540t17.5-42.5Q455-600 480-600t42.5 17.5Q540-565 540-540t-17.5 42.5Q505-480 480-480t-42.5-17.5Z"
|
|
11
11
|
}]],
|
|
12
12
|
filled: [["path", {
|
|
13
|
-
"d": "
|
|
13
|
+
"d": "M491.5-243q5.5-3 8.5-9l4-9q26-48 65-82t69-79q15-23 23.5-50t8.5-56q0-79-55-135t-133-57q-77-1-133 53t-59 131q-2 32 6.5 61t25.5 53q30 45 70 78.5t64 82.5l4 9q3 6 8.5 9t11.5 3q6 0 11.5-3Zm-68-230.5Q400-497 400-530t23.5-56.5Q447-610 480-610t56.5 23.5Q560-563 560-530t-23.5 56.5Q513-450 480-450t-56.5-23.5ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z"
|
|
14
14
|
}]]
|
|
15
15
|
});
|
|
16
16
|
export default ExploreNearby;
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
import createCdxIcon from '../createCdxIcon';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* @preview 
|
|
7
7
|
*/
|
|
8
8
|
const GlobeLocationPin = createCdxIcon('GlobeLocationPin', {
|
|
9
9
|
outlined: [["path", {
|
|
10
|
-
"d": "M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-
|
|
10
|
+
"d": "M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q76 0 144 26.5T745-780q53 47 88 111t44 139q-20-11-42-18t-45-10q-19-75-68.5-132T600-776v16q0 33-23.5 56.5T520-680h-80v80q0 17-11.5 28.5T400-560h-80v80h260q-29 32-44.5 72T520-324q0 78 31 121t80 94q-36 14-74 21.5T480-80Zm-40-82v-78q-33 0-56.5-23.5T360-320v-40L168-552q-3 18-5.5 36t-2.5 36q0 121 79.5 212T440-162Zm362.5-115.5Q820-295 820-320t-17-42.5Q786-380 761-380q-26 0-43.5 17.5T700-320q0 25 17.5 42.5T760-260q25 0 42.5-17.5ZM760-80q-3 0-16-11l-4-7q-22-38-55.5-67.5T627-232q-14-20-20.5-43.5T600-324q0-66 47-111t113-45q66 0 113 45t47 111q0 25-6.5 48.5T893-232q-24 37-57.5 66.5T780-98l-4 7q-2 5-6.5 8t-9.5 3Z"
|
|
11
11
|
}]],
|
|
12
12
|
filled: [["path", {
|
|
13
|
-
"d": "M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-
|
|
13
|
+
"d": "M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q76 0 144 26.5T745-780q53 47 88 111t44 139q-20-11-42-18t-45-10q-19-75-68.5-132T600-776v16q0 33-23.5 56.5T520-680h-80v80q0 17-11.5 28.5T400-560h-80v80h260q-29 32-44.5 72T520-324q0 78 31 121t80 94q-36 14-74 21.5T480-80Zm-40-82v-78q-33 0-56.5-23.5T360-320v-40L168-552q-3 18-5.5 36t-2.5 36q0 121 79.5 212T440-162Zm362.5-115.5Q820-295 820-320t-17-42.5Q786-380 761-380q-26 0-43.5 17.5T700-320q0 25 17.5 42.5T760-260q25 0 42.5-17.5ZM760-80q-3 0-16-11l-4-7q-22-38-55.5-67.5T627-232q-14-20-20.5-43.5T600-324q0-66 47-111t113-45q66 0 113 45t47 111q0 25-6.5 48.5T893-232q-24 37-57.5 66.5T780-98l-4 7q-2 5-6.5 8t-9.5 3Z"
|
|
14
14
|
}]]
|
|
15
15
|
});
|
|
16
16
|
export default GlobeLocationPin;
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
import createCdxIcon from '../createCdxIcon';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* @preview 
|
|
7
7
|
*/
|
|
8
8
|
const LocationChip = createCdxIcon('LocationChip', {
|
|
9
9
|
outlined: [["path", {
|
|
10
|
-
"d": "
|
|
10
|
+
"d": "M480-320q4 0 13-8l3-6q16-32 44-55t48-52q11-17 16.5-35.5T610-515q0-53-38-89t-92-36q-54 0-92.5 36T349-515q0 20 6 38.5t17 35.5q20 29 47.5 52t43.5 55l3 6q1 2 14 8Zm-35.5-154.5Q430-489 430-510t14.5-35.5Q459-560 480-560t35.5 14.5Q530-531 530-510t-14.5 35.5Q501-460 480-460t-35.5-14.5ZM320-200q-117 0-198.5-81.5T40-480q0-117 81.5-198.5T320-760h320q117 0 198.5 81.5T920-480q0 117-81.5 198.5T640-200H320Zm0-80h320q83 0 141.5-58.5T840-480q0-83-58.5-141.5T640-680H320q-83 0-141.5 58.5T120-480q0 83 58.5 141.5T320-280Zm160-200Z"
|
|
11
11
|
}]],
|
|
12
12
|
filled: [["path", {
|
|
13
|
-
"d": "
|
|
13
|
+
"d": "M480-320q4 0 13-8l3-6q16-32 44-55t48-52q11-17 16.5-35.5T610-515q0-53-38-89t-92-36q-54 0-92.5 36T349-515q0 20 6 38.5t17 35.5q20 29 47.5 52t43.5 55l3 6q1 2 14 8Zm-35.5-154.5Q430-489 430-510t14.5-35.5Q459-560 480-560t35.5 14.5Q530-531 530-510t-14.5 35.5Q501-460 480-460t-35.5-14.5ZM320-200q-117 0-198.5-81.5T40-480q0-117 81.5-198.5T320-760h320q117 0 198.5 81.5T920-480q0 117-81.5 198.5T640-200H320Z"
|
|
14
14
|
}]]
|
|
15
15
|
});
|
|
16
16
|
export default LocationChip;
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
import createCdxIcon from '../createCdxIcon';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* @preview 
|
|
7
7
|
*/
|
|
8
8
|
const ModeOfTravel = createCdxIcon('ModeOfTravel', {
|
|
9
9
|
outlined: [["path", {
|
|
10
|
-
"d": "M480-
|
|
10
|
+
"d": "M480-80q-11 0-20-5.5T446-100l-7-14q-11-21-24-40.5T386-192q-42-50-90-92.5T213-382q-28-38-40.5-83.5T160-559q0-133 92.5-227T479-880q136 0 228.5 96T800-552l84-84 56 56-180 180-180-180 55-56 85 84q0-102-69.5-174T479-800q-100 0-169 70.5T240-559q0 36 9.5 69.5T279-427q28 42 64 77t71 71q18 19 33.5 38t31.5 39q8-12 16.5-23.5T514-248q-7-11-11-24.5t-4-27.5q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29h-8.5q-3.5 0-8.5-1-18 20-34 41.5T520-114l-7 14q-5 10-14 15t-19 5Z"
|
|
11
11
|
}]],
|
|
12
12
|
filled: [["path", {
|
|
13
|
-
"d": "M480-
|
|
13
|
+
"d": "M480-80q-11 0-20-5.5T446-100l-7-14q-11-21-24-40.5T386-192q-42-50-90-92.5T213-382q-28-38-40.5-83.5T160-559q0-133 92.5-227T479-880q136 0 228.5 96T800-552l84-84 56 56-180 180-180-180 55-56 85 84q0-102-69.5-174T479-800q-100 0-169 70.5T240-559q0 36 9.5 69.5T279-427q28 42 64 77t71 71q18 19 33.5 38t31.5 39q8-12 16.5-23.5T514-248q-7-11-11-24.5t-4-27.5q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29h-8.5q-3.5 0-8.5-1-18 20-34 41.5T520-114l-7 14q-5 10-14 15t-19 5Z"
|
|
14
14
|
}]]
|
|
15
15
|
});
|
|
16
16
|
export default ModeOfTravel;
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
import createCdxIcon from '../createCdxIcon';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* @preview 
|
|
7
7
|
*/
|
|
8
8
|
const MovedLocation = createCdxIcon('MovedLocation', {
|
|
9
9
|
outlined: [["path", {
|
|
10
|
-
"d": "m720-440-56-56 86-86q-43-8-137.5 9T400-441q32-117 129-188t219-71l-84-84 56-56 200 200-200 200ZM480-
|
|
10
|
+
"d": "m720-440-56-56 86-86q-43-8-137.5 9T400-441q32-117 129-188t219-71l-84-84 56-56 200 200-200 200ZM480-80q-11 0-20-5.5T446-100l-7-14q-11-21-24-40.5T386-192q-42-50-89.5-93T213-382q-26-39-39.5-84T160-559q0-133 92.5-227T479-880q37 0 71 8t66 23l-61 61q-18-6-37-9t-39-3q-100 0-169 70.5T240-559q0 36 9.5 69.5T279-427q28 42 64 77t71 71q18 19 33.5 38t31.5 39q14-20 30.5-39t33.5-38q27-29 56-56t55-58l57 57q-32 38-68.5 72T574-192q-16 19-29.5 38T520-114l-7 14q-5 10-14 15t-19 5Z"
|
|
11
11
|
}]],
|
|
12
12
|
filled: [["path", {
|
|
13
|
-
"d": "m720-440-56-56 86-86q-43-8-137.5 9T400-441q32-117 129-188t219-71l-84-84 56-56 200 200-200 200ZM480-
|
|
13
|
+
"d": "m720-440-56-56 86-86q-43-8-137.5 9T400-441q32-117 129-188t219-71l-84-84 56-56 200 200-200 200ZM480-80q-11 0-20-5.5T446-100l-7-14q-11-21-24-40.5T386-192q-42-50-89.5-93T213-382q-26-39-39.5-84T160-559q0-133 92.5-227T479-880q37 0 71 8t66 23l-61 61q-18-6-37-9t-39-3q-100 0-169 70.5T240-559q0 36 9.5 69.5T279-427q28 42 64 77t71 71q18 19 33.5 38t31.5 39q14-20 30.5-39t33.5-38q27-29 56-56t55-58l57 57q-32 38-68.5 72T574-192q-16 19-29.5 38T520-114l-7 14q-5 10-14 15t-19 5Z"
|
|
14
14
|
}]]
|
|
15
15
|
});
|
|
16
16
|
export default MovedLocation;
|
|
@@ -10,7 +10,7 @@ const ShareLocation = createCdxIcon('ShareLocation', {
|
|
|
10
10
|
"d": "M519-82v-80q42-6 81.5-23t74.5-43l58 58q-47 37-101 59.5T519-82Zm270-146-56-56q26-33 42-72.5t22-83.5h82q-8 62-30.5 115.5T789-228Zm8-292q-6-45-22-84.5T733-676l56-56q38 44 61.5 98T879-520h-82ZM439-82q-153-18-255.5-131T81-480q0-155 102.5-268T439-878v80q-120 17-199 107t-79 211q0 121 79 210.5T439-162v80Zm238-650q-36-27-76-44t-82-22v-80q59 5 113 27.5T733-790l-56 58ZM480-280q-58-49-109-105t-51-131q0-68 46.5-116T480-680q67 0 113.5 48T640-516q0 75-51 131T480-280Zm0-200q18 0 30.5-12.5T523-523q0-17-12.5-30T480-566q-18 0-30.5 13T437-523q0 18 12.5 30.5T480-480Z"
|
|
11
11
|
}]],
|
|
12
12
|
filled: [["path", {
|
|
13
|
-
"d": "
|
|
13
|
+
"d": "m675-228 58 58q-47 37-101 59.5T519-82v-80q42-6 81.5-23t74.5-43Zm204-212q-8 62-30.5 115.5T789-228l-56-56q26-33 42-72.5t22-83.5h82Zm-90-292q38 44 61.5 98T879-520h-82q-6-45-22-84.5T733-676l56-56ZM439-878v80q-120 17-199 107t-79 211q0 120 79 210t199 108v80q-153-18-255.5-131.5T81-480q0-155 102.5-268T439-878Zm80 0q59 5 113 27.5T733-790l-56 58q-36-27-76-44t-82-22v-80Zm-27.5 635q5.5-3 8.5-9l4-9q26-48 65-82t69-79q15-23 23.5-50t8.5-56q0-79-55-135t-133-57q-77-1-133 53t-59 131q-2 32 6.5 61t25.5 53q30 45 70 78.5t64 82.5l4 9q3 6 8.5 9t11.5 3q6 0 11.5-3Zm-68-230.5Q400-497 400-530t23.5-56.5Q447-610 480-610t56.5 23.5Q560-563 560-530t-23.5 56.5Q513-450 480-450t-56.5-23.5Z"
|
|
14
14
|
}]]
|
|
15
15
|
});
|
|
16
16
|
export default ShareLocation;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @preview 
|
|
3
3
|
*/
|
|
4
4
|
declare const GlobeLocationPin: import("..").CdxIcon;
|
|
5
5
|
export default GlobeLocationPin;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @preview 
|
|
3
3
|
*/
|
|
4
4
|
declare const LocationChip: import("..").CdxIcon;
|
|
5
5
|
export default LocationChip;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @preview 
|
|
3
3
|
*/
|
|
4
4
|
declare const ModeOfTravel: import("..").CdxIcon;
|
|
5
5
|
export default ModeOfTravel;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @preview 
|
|
3
3
|
*/
|
|
4
4
|
declare const MovedLocation: import("..").CdxIcon;
|
|
5
5
|
export default MovedLocation;
|