infinity-forge 7.2.6 → 7.2.9
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/ui/components/form/input-control/styles.js +1 -1
- package/dist/ui/components/form/input-control/styles.js.map +1 -1
- package/dist/ui/components/overlay/index.js.map +1 -1
- package/dist/ui/components/spacing/index.d.ts +2 -1
- package/dist/ui/components/spacing/index.js +2 -2
- package/dist/ui/components/spacing/index.js.map +1 -1
- package/dist/ui/components/spacing/styles.d.ts +1 -0
- package/dist/ui/components/spacing/styles.js +38 -11
- package/dist/ui/components/spacing/styles.js.map +1 -1
- package/dist/ui/icons/render/icon-Map.d.ts +1 -0
- package/dist/ui/icons/render/icon-Map.js +5 -0
- package/dist/ui/icons/render/icon-Map.js.map +1 -1
- package/package.json +1 -1
|
@@ -9,6 +9,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.InputControl = void 0;
|
|
11
11
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
-
exports.InputControl = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n margin-bottom: 10px;\n position: relative;\n\n .input-content {\n position: relative;\n }\n\n .eye .icon svg {\n fill: ", ";\n }\n\n .input-icon {\n position: absolute;\n z-index: 2;\n left: ", ";\n right: ", ";\n top: 50%;\n transform: translateY(-50%);\n\n svg {\n width: 100%;\n height: auto;\n max-width: ", ";\n }\n }\n\n input,\n select,\n textarea {\n border: 0;\n background-color: #fff;\n color: ", ";\n padding: 0 10px;\n width: -webkit-fill-available;\n position: relative;\n display: flex;\n font-weight: 400;\n border: 1px solid ", ";\n border-radius: 4px;\n font-size: 14px;\n outline: transparent;\n\n &::placeholder {\n font-weight: 400;\n color: ", ";\n }\n }\n\n input,select {\n height: 42px;\n }\n\n .input-icon + .input-wrapper {\n input,\n select,\n textarea {\n padding-left: ", ";\n padding-right: ", ";\n }\n }\n\n textarea {\n /* height: 120px; */\n padding-top: 20px;\n padding-bottom: 20px;\n }\n\n input::placeholder {\n color: ", ";\n }\n\n textarea::placeholder {\n color: ", ";\n }\n\n
|
|
12
|
+
exports.InputControl = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n margin-bottom: 10px;\n position: relative;\n\n .input-content {\n position: relative;\n }\n\n .eye .icon svg {\n fill: ", ";\n }\n\n .input-icon {\n position: absolute;\n z-index: 2;\n left: ", ";\n right: ", ";\n top: 50%;\n transform: translateY(-50%);\n\n svg {\n width: 100%;\n height: auto;\n max-width: ", ";\n }\n }\n\n input,\n select,\n textarea {\n border: 0;\n background-color: #fff;\n color: ", ";\n padding: 0 10px;\n width: -webkit-fill-available;\n position: relative;\n display: flex;\n font-weight: 400;\n border: 1px solid ", ";\n border-radius: 4px;\n font-size: 14px;\n outline: transparent;\n\n &::placeholder {\n font-weight: 400;\n color: ", ";\n }\n }\n\n input,select {\n height: 42px;\n }\n\n .input-icon + .input-wrapper {\n input,\n select,\n textarea {\n padding-left: ", ";\n padding-right: ", ";\n }\n }\n\n textarea {\n /* height: 120px; */\n padding-top: 20px;\n padding-bottom: 20px;\n }\n\n input::placeholder {\n color: ", ";\n }\n\n textarea::placeholder {\n color: ", ";\n }\n\n \n"], ["\n width: 100%;\n margin-bottom: 10px;\n position: relative;\n\n .input-content {\n position: relative;\n }\n\n .eye .icon svg {\n fill: ", ";\n }\n\n .input-icon {\n position: absolute;\n z-index: 2;\n left: ", ";\n right: ", ";\n top: 50%;\n transform: translateY(-50%);\n\n svg {\n width: 100%;\n height: auto;\n max-width: ", ";\n }\n }\n\n input,\n select,\n textarea {\n border: 0;\n background-color: #fff;\n color: ", ";\n padding: 0 10px;\n width: -webkit-fill-available;\n position: relative;\n display: flex;\n font-weight: 400;\n border: 1px solid ", ";\n border-radius: 4px;\n font-size: 14px;\n outline: transparent;\n\n &::placeholder {\n font-weight: 400;\n color: ", ";\n }\n }\n\n input,select {\n height: 42px;\n }\n\n .input-icon + .input-wrapper {\n input,\n select,\n textarea {\n padding-left: ", ";\n padding-right: ", ";\n }\n }\n\n textarea {\n /* height: 120px; */\n padding-top: 20px;\n padding-bottom: 20px;\n }\n\n input::placeholder {\n color: ", ";\n }\n\n textarea::placeholder {\n color: ", ";\n }\n\n \n"])), function (props) { return (props.$error ? 'red !important' : '#526484'); }, function (props) { return (props.$inputIconDirection === 'left' ? '10px' : 'unset'); }, function (props) { return (props.$inputIconDirection === 'right' ? '10px' : 'unset'); }, function (props) { return props.$inputIconSize + 'px'; }, function (props) { return (props.$error ? 'red' : '#111'); }, function (props) { return (props.$error ? 'red' : '#ccc'); }, function (props) { return (props.$error ? 'red' : '#828282'); }, function (props) { return (props.$inputIconDirection === 'left' ? props.$inputIconSize + 20 + 'px' : '16px'); }, function (props) { return (props.$inputIconDirection === 'right' ? props.$inputIconSize + 20 + 'px' : '16px'); }, function (props) { return props.theme['grey-dark']; }, function (props) { return props.theme['grey-dark']; });
|
|
13
13
|
var templateObject_1;
|
|
14
14
|
//# sourceMappingURL=styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../src/ui/components/form/input-control/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AASzB,QAAA,YAAY,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../src/ui/components/form/input-control/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AASzB,QAAA,YAAY,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,mvCAAkB,uJAU/C,EAAwD,iFAMxD,EAAoE,gBACnE,EAAqE,6HAO/D,EAAsC,8GAS5C,EAA0C,yJAM/B,EAA0C,6IAOnD,EAA6C,8JAYtC,EAA6F,0BAC5F,EAA8F,wJAWxG,EAAmC,kDAInC,EAAmC,eAI/C,KApEW,UAAC,KAAK,IAAK,OAAA,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC,EAA7C,CAA6C,EAMxD,UAAC,KAAK,IAAK,OAAA,CAAC,KAAK,CAAC,mBAAmB,KAAK,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,EAAzD,CAAyD,EACnE,UAAC,KAAK,IAAK,OAAA,CAAC,KAAK,CAAC,mBAAmB,KAAK,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,EAA1D,CAA0D,EAO/D,UAAC,KAAK,IAAK,OAAA,KAAK,CAAC,cAAc,GAAG,IAAI,EAA3B,CAA2B,EAS5C,UAAC,KAAK,IAAK,OAAA,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,EAA/B,CAA+B,EAM/B,UAAC,KAAK,IAAK,OAAA,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,EAA/B,CAA+B,EAOnD,UAAC,KAAK,IAAK,OAAA,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC,EAAlC,CAAkC,EAYtC,UAAC,KAAK,IAAK,OAAA,CAAC,KAAK,CAAC,mBAAmB,KAAK,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,EAAlF,CAAkF,EAC5F,UAAC,KAAK,IAAK,OAAA,CAAC,KAAK,CAAC,mBAAmB,KAAK,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,EAAnF,CAAmF,EAWxG,UAAC,KAAK,IAAK,OAAA,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,EAAxB,CAAwB,EAInC,UAAC,KAAK,IAAK,OAAA,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,EAAxB,CAAwB,EAI/C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/overlay/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAUA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/overlay/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAUA,0BAgCC;;AA1CD,+BAAgC;AAEhC,2BAA0C;AAE1C,oCAAkC;AAIlC,0CAA6B;AAE7B,SAAgB,OAAO,CAAC,EAAmF;QAAjF,QAAQ,cAAA,EAAE,OAAO,aAAA,EAAE,cAAmC,EAAnC,MAAM,mBAAG,wBAAmB,aAAnB,wBAAmB,uBAAnB,wBAAmB,CAAE,KAAK,KAAA,EAAE,SAAS,eAAA;IACnF,IAAA,KAAwC,IAAA,gBAAQ,EAAC,KAAK,CAAC,EAAtD,eAAe,QAAA,EAAE,kBAAkB,QAAmB,CAAA;IAE7D,SAAS,eAAe,CAAC,KAAuB;QAC9C,IAAK,KAAK,CAAC,MAAsB,CAAC,OAAO,CAAC,gBAAgB,CAAC,EAAE,CAAC;YAC5D,kBAAkB,CAAC,IAAI,CAAC,CAAA;QAC1B,CAAC;IACH,CAAC;IAED,SAAS,aAAa;QACpB,UAAU,CAAC;YACT,kBAAkB,CAAC,KAAK,CAAC,CAAA;QAC3B,CAAC,EAAE,GAAG,CAAC,CAAA;IACT,CAAC;IAED,OAAO,CACL,uBAAC,eAAM,cACL,uBAAC,CAAC,CAAC,gBAAgB,eACR,MAAM,gBACH,SAAS,EACrB,WAAW,EAAE,eAAe,EAC5B,SAAS,EAAE,aAAa,EACxB,OAAO,EAAE,UAAC,CAAC;gBACT,IAAI,CAAC,CAAC,MAAM,KAAK,CAAC,CAAC,aAAa,IAAI,CAAC,SAAS,IAAI,CAAC,eAAe,EAAE,CAAC;oBACnE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAG,CAAC,CAAC,CAAA;gBACd,CAAC;YACH,CAAC,YAEA,QAAQ,GACU,GACd,CACV,CAAA;AACH,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export type SpacingProps = {
|
|
2
2
|
padding: number;
|
|
3
3
|
interval: number;
|
|
4
|
+
breakPoints?: number[];
|
|
4
5
|
} & React.HTMLAttributes<HTMLDivElement>;
|
|
5
|
-
export declare function Spacing({ id, padding, interval, children, ...rest }: SpacingProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare function Spacing({ id, padding, interval, children, breakPoints, ...rest }: SpacingProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -60,7 +60,7 @@ var jsx_runtime_1 = require("react/jsx-runtime");
|
|
|
60
60
|
var error_boundary_1 = require("../error-boundary/index.js");
|
|
61
61
|
var S = __importStar(require("./styles.js"));
|
|
62
62
|
function Spacing(_a) {
|
|
63
|
-
var id = _a.id, padding = _a.padding, interval = _a.interval, children = _a.children, rest = __rest(_a, ["id", "padding", "interval", "children"]);
|
|
64
|
-
return ((0, jsx_runtime_1.jsx)(error_boundary_1.Error, { name: id ||
|
|
63
|
+
var id = _a.id, padding = _a.padding, interval = _a.interval, children = _a.children, _b = _a.breakPoints, breakPoints = _b === void 0 ? [1600, 1400, 1200, 1024, 768, 520, 400] : _b, rest = __rest(_a, ["id", "padding", "interval", "children", "breakPoints"]);
|
|
64
|
+
return ((0, jsx_runtime_1.jsx)(error_boundary_1.Error, { name: id || 'Spacing', children: (0, jsx_runtime_1.jsx)(S.Spacing, __assign({ id: id, "$padding": padding, "$interval": interval, "$breakPoints": breakPoints }, rest, { className: "spacing ".concat((rest === null || rest === void 0 ? void 0 : rest.className) || ''), children: children })) }));
|
|
65
65
|
}
|
|
66
66
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/spacing/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/spacing/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAUA,0BAsBC;;AAhCD,oDAAyC;AAEzC,0CAA6B;AAQ7B,SAAgB,OAAO,CAAC,EAOT;IANb,IAAA,EAAE,QAAA,EACF,OAAO,aAAA,EACP,QAAQ,cAAA,EACR,QAAQ,cAAA,EACR,mBAAqD,EAArD,WAAW,mBAAG,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,KAAA,EAClD,IAAI,cANe,wDAOvB,CADQ;IAEP,OAAO,CACL,uBAAC,sBAAK,IAAC,IAAI,EAAE,EAAE,IAAI,SAAS,YAC1B,uBAAC,CAAC,CAAC,OAAO,aACR,EAAE,EAAE,EAAE,cACI,OAAO,eACN,QAAQ,kBACL,WAAW,IACrB,IAAI,IACR,SAAS,EAAE,kBAAW,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,SAAS,KAAI,EAAE,CAAE,YAE5C,QAAQ,IACC,GACN,CACT,CAAA;AACH,CAAC"}
|
|
@@ -2,4 +2,5 @@ import { SpacingProps } from './index.js';
|
|
|
2
2
|
export declare const Spacing: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement>, {
|
|
3
3
|
$padding: SpacingProps["padding"];
|
|
4
4
|
$interval: SpacingProps["interval"];
|
|
5
|
+
$breakPoints: SpacingProps["breakPoints"];
|
|
5
6
|
}>> & string;
|
|
@@ -3,21 +3,48 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
|
|
3
3
|
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
4
|
return cooked;
|
|
5
5
|
};
|
|
6
|
-
var
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7
|
+
if (k2 === undefined) k2 = k;
|
|
8
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
9
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
10
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
11
|
+
}
|
|
12
|
+
Object.defineProperty(o, k2, desc);
|
|
13
|
+
}) : (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
o[k2] = m[k];
|
|
16
|
+
}));
|
|
17
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
18
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
19
|
+
}) : function(o, v) {
|
|
20
|
+
o["default"] = v;
|
|
21
|
+
});
|
|
22
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
23
|
+
var ownKeys = function(o) {
|
|
24
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
25
|
+
var ar = [];
|
|
26
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
27
|
+
return ar;
|
|
28
|
+
};
|
|
29
|
+
return ownKeys(o);
|
|
30
|
+
};
|
|
31
|
+
return function (mod) {
|
|
32
|
+
if (mod && mod.__esModule) return mod;
|
|
33
|
+
var result = {};
|
|
34
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
35
|
+
__setModuleDefault(result, mod);
|
|
36
|
+
return result;
|
|
37
|
+
};
|
|
38
|
+
})();
|
|
9
39
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
40
|
exports.Spacing = void 0;
|
|
11
|
-
var styled_components_1 =
|
|
12
|
-
|
|
13
|
-
exports.Spacing = (0, styled_components_1.default)('section')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: ", "px 0;\n\n ", "\n"], ["\n padding: ", "px 0;\n\n ", "\n"])), function (_a) {
|
|
41
|
+
var styled_components_1 = __importStar(require("styled-components"));
|
|
42
|
+
exports.Spacing = (0, styled_components_1.default)('section')(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n padding: ", "px 0px;\n\n .spacing + .spacing {\n padding-top: 0;\n }\n\n ", "\n"], ["\n padding: ", "px 0px;\n\n .spacing + .spacing {\n padding-top: 0;\n }\n\n ", "\n"])), function (_a) {
|
|
14
43
|
var $padding = _a.$padding;
|
|
15
44
|
return Math.max(20, $padding);
|
|
16
45
|
}, function (_a) {
|
|
17
|
-
var $
|
|
18
|
-
return
|
|
19
|
-
return " @media only screen and (max-width: ".concat(breakPoint, "px) {\n padding: Math.max(20, ").concat($padding, " - ").concat($interval, " * ").concat(index + 1, ")}px\n 0;\n }");
|
|
20
|
-
});
|
|
46
|
+
var $breakPoints = _a.$breakPoints, $padding = _a.$padding, $interval = _a.$interval;
|
|
47
|
+
return $breakPoints === null || $breakPoints === void 0 ? void 0 : $breakPoints.map(function (breakPoint, index) { return (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n @media only screen and (max-width: ", "px) {\n padding: ", "px 0;\n\n .spacing + .spacing {\n padding-top: 0;\n }\n }\n "], ["\n @media only screen and (max-width: ", "px) {\n padding: ", "px 0;\n\n .spacing + .spacing {\n padding-top: 0;\n }\n }\n "])), breakPoint, Math.max(20, $padding - $interval * (index + 1))); });
|
|
21
48
|
});
|
|
22
|
-
var templateObject_1;
|
|
49
|
+
var templateObject_1, templateObject_2;
|
|
23
50
|
//# sourceMappingURL=styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../src/ui/components/spacing/styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../src/ui/components/spacing/styles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qEAA+C;AAGlC,QAAA,OAAO,GAAG,IAAA,2BAAM,EAAC,SAAS,CAAC,8JAItC,eACW,EAAwC,oEAMjD,EAWC,IACJ,KAlBY,UAAC,EAAY;QAAV,QAAQ,cAAA;IAAO,OAAA,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,QAAQ,CAAC;AAAtB,CAAsB,EAMjD,UAAC,EAAqC;QAAnC,YAAY,kBAAA,EAAE,QAAQ,cAAA,EAAE,SAAS,eAAA;IACpC,OAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,GAAG,CACf,UAAC,UAAU,EAAE,KAAK,IAAK,WAAA,uBAAG,0PAAA,+CACa,EAAU,4BAClC,EAAgD,uGAM9D,KAPsC,UAAU,EAClC,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,QAAQ,GAAG,SAAS,GAAG,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,GAFxC,CAQtB,CACF;AAVD,CAUC,EACJ"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconMap = IconMap;
|
|
4
|
+
exports.IconMapRounded = IconMapRounded;
|
|
4
5
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
6
|
function IconMap(_a) {
|
|
6
7
|
var color = _a.color;
|
|
7
8
|
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '15', height: '20', viewBox: '388 8457 15 20', children: (0, jsx_runtime_1.jsx)("path", { d: 'M394.73 8476.596c-5.676-8.228-6.73-9.072-6.73-12.096a7.5 7.5 0 1 1 15 0c0 3.024-1.054 3.868-6.73 12.096a.938.938 0 0 1-1.54 0Zm.77-8.971a3.125 3.125 0 1 0 0-6.25 3.125 3.125 0 0 0 0 6.25Z', fill: color, fillRule: 'evenodd', "data-name": 'Icon awesome-map-marker-alt' }) }));
|
|
8
9
|
}
|
|
10
|
+
function IconMapRounded(_a) {
|
|
11
|
+
var color = _a.color;
|
|
12
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '16', viewBox: '0 0 16 16', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M8 13.933L11.2998 10.6331C13.1223 8.81071 13.1223 5.85593 11.2998 4.03348C9.4774 2.21103 6.52261 2.21103 4.70017 4.03348C2.87772 5.85593 2.87772 8.81071 4.70017 10.6331L8 13.933ZM8 15.8186L3.75736 11.576C1.41421 9.23278 1.41421 5.43382 3.75736 3.09067C6.10051 0.747526 9.89947 0.747526 12.2427 3.09067C14.5858 5.43382 14.5858 9.23278 12.2427 11.576L8 15.8186ZM8 8.66665C8.7364 8.66665 9.33333 8.06971 9.33333 7.33331C9.33333 6.59693 8.7364 5.99998 8 5.99998C7.2636 5.99998 6.66667 6.59693 6.66667 7.33331C6.66667 8.06971 7.2636 8.66665 8 8.66665ZM8 9.99998C6.52724 9.99998 5.33333 8.80605 5.33333 7.33331C5.33333 5.86055 6.52724 4.66665 8 4.66665C9.47273 4.66665 10.6667 5.86055 10.6667 7.33331C10.6667 8.80605 9.47273 9.99998 8 9.99998Z', fill: color }) }));
|
|
13
|
+
}
|
|
9
14
|
//# sourceMappingURL=icon-Map.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-Map.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-Map.tsx"],"names":[],"mappings":";;AAEA,0BAWC;;
|
|
1
|
+
{"version":3,"file":"icon-Map.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-Map.tsx"],"names":[],"mappings":";;AAEA,0BAWC;AAGD,wCASC;;AAvBD,SAAgB,OAAO,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC7B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,gBAAgB,YACrF,iCACE,CAAC,EAAC,6LAA6L,EAC/L,IAAI,EAAE,KAAK,EACX,QAAQ,EAAC,SAAS,eACR,6BAA6B,GACvC,GACE,CACP,CAAA;AACH,CAAC;AAGD,SAAgB,cAAc,CAAC,EAAgB;QAAd,KAAK,WAAA;IACpC,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAC5F,iCACE,CAAC,EAAC,muBAAmuB,EACruB,IAAI,EAAE,KAAK,GACX,GACE,CACP,CAAA;AACH,CAAC"}
|