@reitwagen/design-components 0.0.1
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/components/Button/Button.d.ts +21 -0
- package/dist/components/Button/Button.d.ts.map +1 -0
- package/dist/components/Button/Button.js +141 -0
- package/dist/components/Button/Button.stories.d.ts +62 -0
- package/dist/components/Button/Button.stories.d.ts.map +1 -0
- package/dist/components/Button/Button.stories.js +101 -0
- package/dist/components/Button/index.d.ts +2 -0
- package/dist/components/Button/index.d.ts.map +1 -0
- package/dist/components/Button/index.js +5 -0
- package/dist/components/Icons/Icon.stories.d.ts +35 -0
- package/dist/components/Icons/Icon.stories.d.ts.map +1 -0
- package/dist/components/Icons/Icon.stories.js +197 -0
- package/dist/components/Icons/IconAlarmOff.d.ts +9 -0
- package/dist/components/Icons/IconAlarmOff.d.ts.map +1 -0
- package/dist/components/Icons/IconAlarmOff.js +7 -0
- package/dist/components/Icons/IconAlarmOn.d.ts +9 -0
- package/dist/components/Icons/IconAlarmOn.d.ts.map +1 -0
- package/dist/components/Icons/IconAlarmOn.js +7 -0
- package/dist/components/Icons/IconAppleDefault.d.ts +9 -0
- package/dist/components/Icons/IconAppleDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconAppleDefault.js +7 -0
- package/dist/components/Icons/IconArrowDown.d.ts +9 -0
- package/dist/components/Icons/IconArrowDown.d.ts.map +1 -0
- package/dist/components/Icons/IconArrowDown.js +7 -0
- package/dist/components/Icons/IconArrowLeft.d.ts +9 -0
- package/dist/components/Icons/IconArrowLeft.d.ts.map +1 -0
- package/dist/components/Icons/IconArrowLeft.js +7 -0
- package/dist/components/Icons/IconArrowRight.d.ts +9 -0
- package/dist/components/Icons/IconArrowRight.d.ts.map +1 -0
- package/dist/components/Icons/IconArrowRight.js +7 -0
- package/dist/components/Icons/IconArrowUp.d.ts +9 -0
- package/dist/components/Icons/IconArrowUp.d.ts.map +1 -0
- package/dist/components/Icons/IconArrowUp.js +7 -0
- package/dist/components/Icons/IconBikeDefault.d.ts +9 -0
- package/dist/components/Icons/IconBikeDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconBikeDefault.js +7 -0
- package/dist/components/Icons/IconBookmarkOff.d.ts +9 -0
- package/dist/components/Icons/IconBookmarkOff.d.ts.map +1 -0
- package/dist/components/Icons/IconBookmarkOff.js +7 -0
- package/dist/components/Icons/IconBookmarkOn.d.ts +9 -0
- package/dist/components/Icons/IconBookmarkOn.d.ts.map +1 -0
- package/dist/components/Icons/IconBookmarkOn.js +7 -0
- package/dist/components/Icons/IconCafeDefault.d.ts +9 -0
- package/dist/components/Icons/IconCafeDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconCafeDefault.js +7 -0
- package/dist/components/Icons/IconCalendarDefault.d.ts +9 -0
- package/dist/components/Icons/IconCalendarDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconCalendarDefault.js +7 -0
- package/dist/components/Icons/IconCallDefault.d.ts +9 -0
- package/dist/components/Icons/IconCallDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconCallDefault.js +7 -0
- package/dist/components/Icons/IconCameraDefault.d.ts +9 -0
- package/dist/components/Icons/IconCameraDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconCameraDefault.js +7 -0
- package/dist/components/Icons/IconChatDefault.d.ts +9 -0
- package/dist/components/Icons/IconChatDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconChatDefault.js +7 -0
- package/dist/components/Icons/IconCheckDefault.d.ts +9 -0
- package/dist/components/Icons/IconCheckDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconCheckDefault.js +7 -0
- package/dist/components/Icons/IconChevronDown.d.ts +9 -0
- package/dist/components/Icons/IconChevronDown.d.ts.map +1 -0
- package/dist/components/Icons/IconChevronDown.js +7 -0
- package/dist/components/Icons/IconChevronLeft.d.ts +9 -0
- package/dist/components/Icons/IconChevronLeft.d.ts.map +1 -0
- package/dist/components/Icons/IconChevronLeft.js +7 -0
- package/dist/components/Icons/IconChevronRight.d.ts +9 -0
- package/dist/components/Icons/IconChevronRight.d.ts.map +1 -0
- package/dist/components/Icons/IconChevronRight.js +7 -0
- package/dist/components/Icons/IconChevronUp.d.ts +9 -0
- package/dist/components/Icons/IconChevronUp.d.ts.map +1 -0
- package/dist/components/Icons/IconChevronUp.js +7 -0
- package/dist/components/Icons/IconCloseCircle.d.ts +9 -0
- package/dist/components/Icons/IconCloseCircle.d.ts.map +1 -0
- package/dist/components/Icons/IconCloseCircle.js +7 -0
- package/dist/components/Icons/IconCloseDefault.d.ts +9 -0
- package/dist/components/Icons/IconCloseDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconCloseDefault.js +7 -0
- package/dist/components/Icons/IconCloseSmall.d.ts +9 -0
- package/dist/components/Icons/IconCloseSmall.d.ts.map +1 -0
- package/dist/components/Icons/IconCloseSmall.js +7 -0
- package/dist/components/Icons/IconCommentOff.d.ts +9 -0
- package/dist/components/Icons/IconCommentOff.d.ts.map +1 -0
- package/dist/components/Icons/IconCommentOff.js +7 -0
- package/dist/components/Icons/IconCommentOn.d.ts +9 -0
- package/dist/components/Icons/IconCommentOn.d.ts.map +1 -0
- package/dist/components/Icons/IconCommentOn.js +7 -0
- package/dist/components/Icons/IconCommunityDefault.d.ts +9 -0
- package/dist/components/Icons/IconCommunityDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconCommunityDefault.js +7 -0
- package/dist/components/Icons/IconCopyDefault.d.ts +9 -0
- package/dist/components/Icons/IconCopyDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconCopyDefault.js +7 -0
- package/dist/components/Icons/IconCouponDefault.d.ts +9 -0
- package/dist/components/Icons/IconCouponDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconCouponDefault.js +7 -0
- package/dist/components/Icons/IconEditDefault.d.ts +9 -0
- package/dist/components/Icons/IconEditDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconEditDefault.js +7 -0
- package/dist/components/Icons/IconEyeOff.d.ts +9 -0
- package/dist/components/Icons/IconEyeOff.d.ts.map +1 -0
- package/dist/components/Icons/IconEyeOff.js +7 -0
- package/dist/components/Icons/IconEyeOn.d.ts +9 -0
- package/dist/components/Icons/IconEyeOn.d.ts.map +1 -0
- package/dist/components/Icons/IconEyeOn.js +7 -0
- package/dist/components/Icons/IconFilterDefault.d.ts +9 -0
- package/dist/components/Icons/IconFilterDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconFilterDefault.js +7 -0
- package/dist/components/Icons/IconFireDefault.d.ts +9 -0
- package/dist/components/Icons/IconFireDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconFireDefault.js +7 -0
- package/dist/components/Icons/IconFlagDefault.d.ts +9 -0
- package/dist/components/Icons/IconFlagDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconFlagDefault.js +7 -0
- package/dist/components/Icons/IconFunDefault.d.ts +9 -0
- package/dist/components/Icons/IconFunDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconFunDefault.js +7 -0
- package/dist/components/Icons/IconHeartDefault.d.ts +9 -0
- package/dist/components/Icons/IconHeartDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconHeartDefault.js +7 -0
- package/dist/components/Icons/IconHeartOff.d.ts +9 -0
- package/dist/components/Icons/IconHeartOff.d.ts.map +1 -0
- package/dist/components/Icons/IconHeartOff.js +7 -0
- package/dist/components/Icons/IconHeartOn.d.ts +9 -0
- package/dist/components/Icons/IconHeartOn.d.ts.map +1 -0
- package/dist/components/Icons/IconHeartOn.js +7 -0
- package/dist/components/Icons/IconHelmetDefault.d.ts +9 -0
- package/dist/components/Icons/IconHelmetDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconHelmetDefault.js +7 -0
- package/dist/components/Icons/IconHomeDefault.d.ts +9 -0
- package/dist/components/Icons/IconHomeDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconHomeDefault.js +7 -0
- package/dist/components/Icons/IconHomeLine.d.ts +9 -0
- package/dist/components/Icons/IconHomeLine.d.ts.map +1 -0
- package/dist/components/Icons/IconHomeLine.js +7 -0
- package/dist/components/Icons/IconImageDefault.d.ts +9 -0
- package/dist/components/Icons/IconImageDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconImageDefault.js +7 -0
- package/dist/components/Icons/IconInfoDefault.d.ts +9 -0
- package/dist/components/Icons/IconInfoDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconInfoDefault.js +7 -0
- package/dist/components/Icons/IconInformationDefault.d.ts +9 -0
- package/dist/components/Icons/IconInformationDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconInformationDefault.js +7 -0
- package/dist/components/Icons/IconInstagramDefault.d.ts +9 -0
- package/dist/components/Icons/IconInstagramDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconInstagramDefault.js +7 -0
- package/dist/components/Icons/IconKakaotalkDefault.d.ts +9 -0
- package/dist/components/Icons/IconKakaotalkDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconKakaotalkDefault.js +9 -0
- package/dist/components/Icons/IconLike.d.ts +9 -0
- package/dist/components/Icons/IconLike.d.ts.map +1 -0
- package/dist/components/Icons/IconLike.js +7 -0
- package/dist/components/Icons/IconLikeOff.d.ts +9 -0
- package/dist/components/Icons/IconLikeOff.d.ts.map +1 -0
- package/dist/components/Icons/IconLikeOff.js +7 -0
- package/dist/components/Icons/IconLikeOn.d.ts +9 -0
- package/dist/components/Icons/IconLikeOn.d.ts.map +1 -0
- package/dist/components/Icons/IconLikeOn.js +7 -0
- package/dist/components/Icons/IconLocateDefault.d.ts +9 -0
- package/dist/components/Icons/IconLocateDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconLocateDefault.js +7 -0
- package/dist/components/Icons/IconMYDefault.d.ts +9 -0
- package/dist/components/Icons/IconMYDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconMYDefault.js +7 -0
- package/dist/components/Icons/IconMYLine.d.ts +9 -0
- package/dist/components/Icons/IconMYLine.d.ts.map +1 -0
- package/dist/components/Icons/IconMYLine.js +7 -0
- package/dist/components/Icons/IconMedal.d.ts +9 -0
- package/dist/components/Icons/IconMedal.d.ts.map +1 -0
- package/dist/components/Icons/IconMedal.js +7 -0
- package/dist/components/Icons/IconMenuDefault.d.ts +9 -0
- package/dist/components/Icons/IconMenuDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconMenuDefault.js +7 -0
- package/dist/components/Icons/IconMessage.d.ts +9 -0
- package/dist/components/Icons/IconMessage.d.ts.map +1 -0
- package/dist/components/Icons/IconMessage.js +7 -0
- package/dist/components/Icons/IconMessageDefault.d.ts +9 -0
- package/dist/components/Icons/IconMessageDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconMessageDefault.js +7 -0
- package/dist/components/Icons/IconMinusDefault.d.ts +9 -0
- package/dist/components/Icons/IconMinusDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconMinusDefault.js +7 -0
- package/dist/components/Icons/IconMoreDefault.d.ts +9 -0
- package/dist/components/Icons/IconMoreDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconMoreDefault.js +7 -0
- package/dist/components/Icons/IconNaviDefault.d.ts +9 -0
- package/dist/components/Icons/IconNaviDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconNaviDefault.js +7 -0
- package/dist/components/Icons/IconNaviLine.d.ts +9 -0
- package/dist/components/Icons/IconNaviLine.d.ts.map +1 -0
- package/dist/components/Icons/IconNaviLine.js +7 -0
- package/dist/components/Icons/IconNull.d.ts +9 -0
- package/dist/components/Icons/IconNull.d.ts.map +1 -0
- package/dist/components/Icons/IconNull.js +9 -0
- package/dist/components/Icons/IconOilDefault.d.ts +9 -0
- package/dist/components/Icons/IconOilDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconOilDefault.js +7 -0
- package/dist/components/Icons/IconPlaceDefault.d.ts +9 -0
- package/dist/components/Icons/IconPlaceDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconPlaceDefault.js +7 -0
- package/dist/components/Icons/IconPlaceLine.d.ts +9 -0
- package/dist/components/Icons/IconPlaceLine.d.ts.map +1 -0
- package/dist/components/Icons/IconPlaceLine.js +7 -0
- package/dist/components/Icons/IconPlusDefault.d.ts +9 -0
- package/dist/components/Icons/IconPlusDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconPlusDefault.js +7 -0
- package/dist/components/Icons/IconReceiptDefault.d.ts +9 -0
- package/dist/components/Icons/IconReceiptDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconReceiptDefault.js +7 -0
- package/dist/components/Icons/IconRepairDefault.d.ts +9 -0
- package/dist/components/Icons/IconRepairDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconRepairDefault.js +7 -0
- package/dist/components/Icons/IconResetDefault.d.ts +9 -0
- package/dist/components/Icons/IconResetDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconResetDefault.js +7 -0
- package/dist/components/Icons/IconRevolvingLightDefault.d.ts +9 -0
- package/dist/components/Icons/IconRevolvingLightDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconRevolvingLightDefault.js +7 -0
- package/dist/components/Icons/IconSadDefault.d.ts +9 -0
- package/dist/components/Icons/IconSadDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconSadDefault.js +7 -0
- package/dist/components/Icons/IconSafe.d.ts +9 -0
- package/dist/components/Icons/IconSafe.d.ts.map +1 -0
- package/dist/components/Icons/IconSafe.js +7 -0
- package/dist/components/Icons/IconSearchDefault.d.ts +9 -0
- package/dist/components/Icons/IconSearchDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconSearchDefault.js +7 -0
- package/dist/components/Icons/IconSettingDefault.d.ts +9 -0
- package/dist/components/Icons/IconSettingDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconSettingDefault.js +7 -0
- package/dist/components/Icons/IconShareDefault.d.ts +9 -0
- package/dist/components/Icons/IconShareDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconShareDefault.js +7 -0
- package/dist/components/Icons/IconShopDefault.d.ts +9 -0
- package/dist/components/Icons/IconShopDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconShopDefault.js +7 -0
- package/dist/components/Icons/IconSmileDefault.d.ts +9 -0
- package/dist/components/Icons/IconSmileDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconSmileDefault.js +7 -0
- package/dist/components/Icons/IconStarOff.d.ts +9 -0
- package/dist/components/Icons/IconStarOff.d.ts.map +1 -0
- package/dist/components/Icons/IconStarOff.js +7 -0
- package/dist/components/Icons/IconStarOn.d.ts +9 -0
- package/dist/components/Icons/IconStarOn.d.ts.map +1 -0
- package/dist/components/Icons/IconStarOn.js +7 -0
- package/dist/components/Icons/IconThumbDefault.d.ts +9 -0
- package/dist/components/Icons/IconThumbDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconThumbDefault.js +7 -0
- package/dist/components/Icons/IconThunder.d.ts +9 -0
- package/dist/components/Icons/IconThunder.d.ts.map +1 -0
- package/dist/components/Icons/IconThunder.js +7 -0
- package/dist/components/Icons/IconTimeDefault.d.ts +9 -0
- package/dist/components/Icons/IconTimeDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconTimeDefault.js +7 -0
- package/dist/components/Icons/IconVoteDefault.d.ts +9 -0
- package/dist/components/Icons/IconVoteDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconVoteDefault.js +7 -0
- package/dist/components/Icons/IconYoutubeDefault.d.ts +9 -0
- package/dist/components/Icons/IconYoutubeDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconYoutubeDefault.js +7 -0
- package/dist/components/Icons/index.d.ts +84 -0
- package/dist/components/Icons/index.d.ts.map +1 -0
- package/dist/components/Icons/index.js +173 -0
- package/dist/index.css +784 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +20 -0
- package/dist/utils/style.d.ts +3 -0
- package/dist/utils/style.d.ts.map +1 -0
- package/dist/utils/style.js +38 -0
- package/package.json +59 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconLike.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconLike.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,QAAQ,CAAC,EAChB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAgBP;AAED,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconLike({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: "M9.113 17.191V9.062c0-.32.096-.632.272-.896l2.184-3.248c.344-.52 1.2-.888 1.928-.616.784.264 1.305 1.144 1.137 1.928l-.417 2.616a.8.8 0 0 0 .168.624.74.74 0 0 0 .553.248h3.288c.632 0 1.176.256 1.496.704.304.432.36.992.16 1.56l-1.968 5.994c-.248.992-1.328 1.8-2.4 1.8h-3.12c-.537 0-1.289-.184-1.633-.528l-1.024-.793a1.59 1.59 0 0 1-.624-1.264M6.568 7.502h-.824C4.504 7.502 4 7.982 4 9.166v8.05c0 1.183.504 1.663 1.744 1.663h.824c1.24 0 1.745-.48 1.745-1.664V9.166c0-1.184-.504-1.664-1.745-1.664" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconLike;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconLikeOff({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconLikeOff;
|
|
9
|
+
//# sourceMappingURL=IconLikeOff.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconLikeOff.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconLikeOff.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,WAAW,CAAC,EACnB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAyBP;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconLikeOff({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: [(0, jsx_runtime_1.jsx)("path", { stroke: fill, strokeMiterlimit: 10, strokeWidth: 1.5, d: "m7.48 18.35 3.1 2.4c.4.4 1.3.6 1.9.6h3.8c1.2 0 2.5-.9 2.8-2.1l2.4-7.3c.5-1.4-.4-2.6-1.9-2.6h-4c-.6 0-1.1-.5-1-1.2l.5-3.2c.2-.9-.4-1.9-1.3-2.2-.8-.3-1.8.1-2.2.7l-4.1 6.1" }), (0, jsx_runtime_1.jsx)("path", { stroke: fill, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M2.38 18.35v-9.8c0-1.4.6-1.9 2-1.9h1c1.4 0 2 .5 2 1.9v9.8c0 1.4-.6 1.9-2 1.9h-1c-1.4 0-2-.5-2-1.9" })] }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconLikeOff;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconLikeOn({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconLikeOn;
|
|
9
|
+
//# sourceMappingURL=IconLikeOn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconLikeOn.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconLikeOn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,UAAU,CAAC,EAClB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAgBP;AAED,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconLikeOn({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: "M8.39 18.49V8.33c0-.4.12-.79.34-1.12l2.73-4.06c.43-.65 1.5-1.11 2.41-.77.98.33 1.63 1.43 1.42 2.41l-.52 3.27c-.04.3.04.57.21.78.17.19.42.31.69.31h4.11c.79 0 1.47.32 1.87.88.38.54.45 1.24.2 1.95l-2.46 7.49c-.31 1.24-1.66 2.25-3 2.25h-3.9c-.67 0-1.61-.23-2.04-.66l-1.28-.99c-.49-.37-.78-.96-.78-1.58M5.21 6.38H4.18C2.63 6.38 2 6.98 2 8.46v10.06c0 1.48.63 2.08 2.18 2.08h1.03c1.55 0 2.18-.6 2.18-2.08V8.46c0-1.48-.63-2.08-2.18-2.08" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconLikeOn;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconLocateDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconLocateDefault;
|
|
9
|
+
//# sourceMappingURL=IconLocateDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconLocateDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconLocateDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,iBAAiB,CAAC,EACzB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAiBP;AAED,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconLocateDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: fill, d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m.75 3.796a.75.75 0 0 1-1.5 0V3.534a8.5 8.5 0 0 0-7.715 7.716h2.26a.75.75 0 0 1 0 1.5h-2.26a8.5 8.5 0 0 0 7.715 7.715v-2.26a.75.75 0 0 1 1.5 0v2.26a8.5 8.5 0 0 0 7.715-7.715h-2.26a.75.75 0 0 1 0-1.5h2.26a8.5 8.5 0 0 0-7.715-7.716z" }), (0, jsx_runtime_1.jsx)("circle", { cx: 12, cy: 12, r: 2, fill: fill })] }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconLocateDefault;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconMYDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconMYDefault;
|
|
9
|
+
//# sourceMappingURL=IconMYDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconMYDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMYDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,aAAa,CAAC,EACrB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAgBP;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconMYDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: "M12 2C9.38 2 7.25 4.13 7.25 6.75c0 2.57 2.01 4.65 4.63 4.74.08-.01.16-.01.22 0h.07a4.74 4.74 0 0 0 4.58-4.74C16.75 4.13 14.62 2 12 2M17.5 14.15c-2.79-1.86-8.18-1.86-10.99 0-1.27.85-1.97 2-1.97 3.23s.7 2.37 1.96 3.21C7.9 21.53 10.16 22 12 22s4.1-.47 5.5-1.41c1.26-.85 1.96-1.99 1.96-3.23-.01-1.23-.7-2.37-1.96-3.21" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconMYDefault;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconMYLine({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconMYLine;
|
|
9
|
+
//# sourceMappingURL=IconMYLine.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconMYLine.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMYLine.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,UAAU,CAAC,EAClB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAiBP;AAED,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconMYLine({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { stroke: fill, strokeWidth: 1.5, d: "M12 2.75c2.206 0 4 1.794 4 4a3.99 3.99 0 0 1-3.856 3.99h-.001a1.5 1.5 0 0 0-.253 0C9.676 10.654 8 8.904 8 6.75c0-2.206 1.794-4 4-4ZM12.013 13.505c1.958 0 3.84.448 5.071 1.269 1.035.69 1.552 1.55 1.62 2.419l.006.173c-.002.926-.52 1.853-1.628 2.6-1.23.827-3.325 1.284-5.082 1.284s-3.851-.457-5.082-1.283l-.002-.001c-1.108-.739-1.626-1.668-1.626-2.586s.518-1.856 1.634-2.604c1.242-.822 3.13-1.271 5.089-1.271Z" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconMYLine;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconMedal({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconMedal;
|
|
9
|
+
//# sourceMappingURL=IconMedal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconMedal.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMedal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,SAAS,CAAC,EACjB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAgBP;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconMedal({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: "M12 15c3.728 0 6.75-2.91 6.75-6.5S15.728 2 12 2 5.25 4.91 5.25 8.5 8.272 15 12 15M15.79 15.61c.33-.17.71.08.71.45v4.85c0 .9-.63 1.34-1.41.97l-2.68-1.27c-.23-.1-.59-.1-.82 0l-2.68 1.27c-.78.36-1.41-.08-1.41-.98l.02-4.84c0-.37.39-.61.71-.45 1.13.57 2.41.89 3.77.89s2.65-.32 3.79-.89" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconMedal;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconMenuDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconMenuDefault;
|
|
9
|
+
//# sourceMappingURL=IconMenuDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconMenuDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMenuDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,eAAe,CAAC,EACvB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAmBP;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconMenuDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { stroke: fill, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M4 12h16M4 6h16M4 18h16" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconMenuDefault;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconMessage({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconMessage;
|
|
9
|
+
//# sourceMappingURL=IconMessage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconMessage.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMessage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,WAAW,CAAC,EACnB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CA2BP;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconMessage({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: [(0, jsx_runtime_1.jsx)("path", { stroke: fill, strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: 10, strokeWidth: 1.5, d: "M22 8v5q0 6-6 6h-.5c-.31 0-.61.15-.8.4l-1.5 2c-.66.88-1.74.88-2.4 0l-1.5-2c-.16-.22-.53-.4-.8-.4H8c-4 0-6-1-6-6V8q0-6 6-6h4" }), (0, jsx_runtime_1.jsx)("path", { stroke: fill, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M15.2 4.62c-.33-.99.06-2.21 1.14-2.55.56-.17 1.26-.03 1.66.5.38-.55 1.1-.67 1.66-.5 1.08.33 1.47 1.56 1.14 2.55C20.29 6.19 18.5 7 18 7s-2.27-.8-2.8-2.38M15.997 11h.008M11.996 11h.008M7.995 11h.008" })] }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconMessage;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconMessageDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconMessageDefault;
|
|
9
|
+
//# sourceMappingURL=IconMessageDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconMessageDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMessageDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,kBAAkB,CAAC,EAC1B,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAgBP;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconMessageDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: "M17.5 2.65h-11C3.2 2.65 1 4.3 1 8.15v7.7c0 3.85 2.2 5.5 5.5 5.5h11c3.3 0 5.5-1.65 5.5-5.5v-7.7c0-3.85-2.2-5.5-5.5-5.5m.517 6.699-3.443 2.75c-.726.583-1.65.869-2.574.869s-1.859-.286-2.574-.87l-3.443-2.75a.846.846 0 0 1-.132-1.165.823.823 0 0 1 1.155-.132l3.443 2.75c.836.67 2.255.67 3.091 0l3.443-2.75a.81.81 0 0 1 1.155.132.834.834 0 0 1-.121 1.166" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconMessageDefault;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconMinusDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconMinusDefault;
|
|
9
|
+
//# sourceMappingURL=IconMinusDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconMinusDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMinusDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,gBAAgB,CAAC,EACxB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAmBP;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconMinusDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { stroke: fill, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M6 12h12" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconMinusDefault;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconMoreDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconMoreDefault;
|
|
9
|
+
//# sourceMappingURL=IconMoreDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconMoreDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconMoreDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,eAAe,CAAC,EACvB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAgBP;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconMoreDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: "M12 13a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3M19 13a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3M5 13a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconMoreDefault;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconNaviDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconNaviDefault;
|
|
9
|
+
//# sourceMappingURL=IconNaviDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconNaviDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconNaviDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,eAAe,CAAC,EACvB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAgBP;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconNaviDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: "M19.694 4.313q.123.124.195.272c.121.24.149.527.055.8l-.672 1.951q-.015.075-.042.153l-4.412 12.803c-.328.953-1.68.941-1.992-.018l-2.06-6.332-.003-.008-.082-.252a.53.53 0 0 0-.342-.342l-.233-.076a.6.6 0 0 1-.106-.047l-6.274-2.04c-.96-.311-.97-1.663-.018-1.991l12.808-4.41q.049-.017.097-.03l2.005-.69c.39-.134.806-.02 1.076.257" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconNaviDefault;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconNaviLine({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconNaviLine;
|
|
9
|
+
//# sourceMappingURL=IconNaviLine.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconNaviLine.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconNaviLine.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,YAAY,CAAC,EACpB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAiBP;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconNaviLine({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { stroke: fill, strokeWidth: 1.5, d: "M19.694 4.313q.123.124.195.272c.121.24.149.527.055.8l-.672 1.951q-.015.075-.042.153l-4.412 12.803c-.328.953-1.68.941-1.992-.018l-2.06-6.332-.003-.008-.082-.252a.53.53 0 0 0-.342-.342l-.233-.076a.6.6 0 0 1-.106-.047l-6.274-2.04c-.96-.311-.97-1.663-.018-1.991l12.808-4.41q.049-.017.097-.03l2.005-.69c.39-.134.806-.02 1.076.257Z" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconNaviLine;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconNull({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconNull;
|
|
9
|
+
//# sourceMappingURL=IconNull.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconNull.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconNull.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,QAAQ,CAAC,EAChB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CA+BP;AAED,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconNull({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: [(0, jsx_runtime_1.jsx)("mask", { id: "prefix__a", width: 24, height: 24, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
6
|
+
maskType: "alpha",
|
|
7
|
+
}, children: (0, jsx_runtime_1.jsx)("path", { fill: "#171719", d: "M9.345 3.25a.9.9 0 0 1 .9-.9h3.497a.9.9 0 1 1 0 1.8h-3.497a.9.9 0 0 1-.9-.9M7.647 3.236a.9.9 0 0 1-.872.927c-.857.026-1.214.093-1.468.224l-.01.005a2.13 2.13 0 0 0-.924.93c-.13.254-.197.612-.223 1.466a.9.9 0 1 1-1.8-.055c.026-.853.088-1.584.424-2.236l.002-.006c.378-.722.961-1.33 1.712-1.707.652-.333 1.381-.395 2.232-.42a.9.9 0 0 1 .927.872M16.34 3.236a.9.9 0 0 1 .927-.873c.851.026 1.58.088 2.232.421a3.93 3.93 0 0 1 1.712 1.707l.003.006c.335.652.397 1.383.423 2.236a.9.9 0 1 1-1.8.055c-.025-.854-.093-1.212-.223-1.466a2.13 2.13 0 0 0-.924-.93l-.01-.005c-.254-.13-.61-.198-1.468-.224a.9.9 0 0 1-.872-.927M3.25 9.345a.9.9 0 0 1 .9.9v3.497a.9.9 0 1 1-1.8 0v-3.497a.9.9 0 0 1 .9-.9M20.737 9.345a.9.9 0 0 1 .9.9v3.497a.9.9 0 1 1-1.8 0v-3.497a.9.9 0 0 1 .9-.9M20.777 16.34a.9.9 0 0 1 .873.927c-.026.853-.088 1.584-.423 2.237l-.003.005a3.93 3.93 0 0 1-1.712 1.707c-.652.333-1.381.395-2.232.42a.9.9 0 1 1-.055-1.798c.857-.026 1.214-.094 1.468-.225l.01-.005c.385-.193.706-.515.924-.93.13-.254.198-.611.224-1.466a.9.9 0 0 1 .926-.872M3.223 16.353a.9.9 0 0 1 .927.872c.026.857.094 1.214.224 1.468l.005.01c.193.385.515.706.93.924.254.13.612.198 1.466.224a.9.9 0 0 1-.055 1.799c-.853-.026-1.584-.088-2.236-.423l-.006-.003a3.93 3.93 0 0 1-1.707-1.712c-.333-.651-.395-1.381-.42-2.232a.9.9 0 0 1 .872-.927M9.345 20.737a.9.9 0 0 1 .9-.9h3.497a.9.9 0 0 1 0 1.8h-3.497a.9.9 0 0 1-.9-.9" }) }), (0, jsx_runtime_1.jsx)("g", { mask: "url(#prefix__a)", children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: "M0 0h24v24H0z" }) })] }));
|
|
8
|
+
}
|
|
9
|
+
exports.default = IconNull;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconOilDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconOilDefault;
|
|
9
|
+
//# sourceMappingURL=IconOilDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconOilDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconOilDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,cAAc,CAAC,EACtB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAkBP;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconOilDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: fill, fillRule: "evenodd", d: "M11.995 3a4.05 4.05 0 0 1 4.05 4.05v4.275a2.03 2.03 0 0 1 2.026 2.029v2.359a.562.562 0 1 0 1.122 0v-7.12l-1.582-2.535a.676.676 0 0 1 1.146-.716l1.684 2.7.102.165v7.506a1.912 1.912 0 1 1-3.822 0v-2.36a.68.68 0 0 0-.61-.674l-.065-.004V19.2h.454a.9.9 0 0 1 0 1.8H3.9a.9.9 0 0 1 0-1.8h.446V7.05A4.05 4.05 0 0 1 8.396 3zm-5.4 2.7a.9.9 0 0 0-.9.9v3.6a.9.9 0 0 0 .9.9h7.2a.9.9 0 0 0 .901-.9V6.6a.9.9 0 0 0-.9-.9z", clipRule: "evenodd" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconOilDefault;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconPlaceDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconPlaceDefault;
|
|
9
|
+
//# sourceMappingURL=IconPlaceDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconPlaceDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconPlaceDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,gBAAgB,CAAC,EACxB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAkBP;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconPlaceDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: fill, fillRule: "evenodd", d: "M12 1.65a9 9 0 0 1 9 9c0 6.77-8.53 11.7-9 11.7s-9-4.93-9-11.7a9 9 0 0 1 9-9m0 5.58a3.6 3.6 0 1 0 0 7.2 3.6 3.6 0 0 0 0-7.2", clipRule: "evenodd" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconPlaceDefault;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconPlaceLine({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconPlaceLine;
|
|
9
|
+
//# sourceMappingURL=IconPlaceLine.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconPlaceLine.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconPlaceLine.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,aAAa,CAAC,EACrB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAwBP;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconPlaceLine({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: fill, fillRule: "evenodd", d: "M12.194 7.144a3.78 3.78 0 0 1 3.586 3.776l-.005.194A3.78 3.78 0 0 1 12 14.7l-.194-.005a3.78 3.78 0 0 1-3.581-3.581l-.005-.194A3.78 3.78 0 0 1 12 7.14zM12 8.64a2.28 2.28 0 1 0 0 4.562 2.28 2.28 0 0 0 0-4.562", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { fill: fill, fillRule: "evenodd", d: "M12 1.65a9 9 0 0 1 9 9c0 6.768-8.524 11.697-9 11.7-.474-.002-9.001-4.931-9.001-11.7 0-4.971 4.03-9 9.001-9m0 1.5a7.5 7.5 0 0 0-7.501 7.5c0 2.76 1.763 5.315 3.856 7.3a21 21 0 0 0 2.863 2.27c.304.2.57.358.781.477.21-.12.477-.276.782-.477a21 21 0 0 0 2.863-2.27c2.093-1.985 3.856-4.54 3.856-7.3a7.5 7.5 0 0 0-7.5-7.5", clipRule: "evenodd" })] }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconPlaceLine;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconPlusDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconPlusDefault;
|
|
9
|
+
//# sourceMappingURL=IconPlusDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconPlusDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconPlusDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,eAAe,CAAC,EACvB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAmBP;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconPlusDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { stroke: fill, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M6 12h12M12 18V6" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconPlusDefault;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconReceiptDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconReceiptDefault;
|
|
9
|
+
//# sourceMappingURL=IconReceiptDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconReceiptDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconReceiptDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,kBAAkB,CAAC,EAC1B,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAgBP;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconReceiptDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: fill, d: "M15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3c0 2.66 1.46 3.29 3.23 1.39l.01-.01c.82-.87 2.07-.8 2.78.15l1.01 1.35c.81 1.07 2.12 1.07 2.93 0l1.01-1.35c.72-.96 1.97-1.03 2.79-.15 1.78 1.9 3.23 1.27 3.23-1.39V7.04C20.5 3.01 19.56 2 15.78 2M15 11.75H9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75m1-4H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconReceiptDefault;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconRepairDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconRepairDefault;
|
|
9
|
+
//# sourceMappingURL=IconRepairDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconRepairDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconRepairDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,iBAAiB,CAAC,EACzB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAkBP;AAED,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconRepairDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: fill, fillRule: "evenodd", d: "M16.89 3.017q.35 0 .69.043c.718.092.87.958.333 1.442l-1.427 1.286a.607.607 0 0 0 0 .922l1.24 1.115a.78.78 0 0 0 1.023 0l1.601-1.442c.484-.436 1.257-.293 1.369.349q.059.335.059.685c0 2.43-2.189 4.4-4.889 4.4-.561 0-1.1-.087-1.6-.244-.381-.12-.806-.062-1.102.204l-5.975 5.378a.47.47 0 0 0-.158.427q.034.193.035.394c0 1.458-1.313 2.64-2.933 2.64s-2.934-1.182-2.934-2.64 1.314-2.64 2.934-2.64q.198.001.388.025a.63.63 0 0 0 .488-.168l5.884-5.297c.345-.31.417-.815.275-1.257a4 4 0 0 1-.19-1.222c0-2.43 2.188-4.4 4.888-4.4M5.155 16.914c-.646 0-1.174.472-1.174 1.054s.528 1.053 1.174 1.053c.647 0 1.173-.47 1.173-1.053 0-.581-.526-1.053-1.173-1.054", clipRule: "evenodd" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconRepairDefault;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconResetDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconResetDefault;
|
|
9
|
+
//# sourceMappingURL=IconResetDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconResetDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconResetDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,gBAAgB,CAAC,EACxB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAmBP;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconResetDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: (0, jsx_runtime_1.jsx)("path", { stroke: fill, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M9.11 5.08c.87-.26 1.83-.43 2.89-.43 4.79 0 8.67 3.88 8.67 8.67s-3.88 8.67-8.67 8.67-8.67-3.88-8.67-8.67c0-1.78.54-3.44 1.46-4.82M7.87 5.32 10.76 2M7.87 5.32l3.37 2.46" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconResetDefault;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconRevolvingLightDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconRevolvingLightDefault;
|
|
9
|
+
//# sourceMappingURL=IconRevolvingLightDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconRevolvingLightDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconRevolvingLightDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,yBAAyB,CAAC,EACjC,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CA6BP;AAED,eAAe,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
function IconRevolvingLightDefault({ fill = "#04041B", width = 24, height = 24, ...props }) {
|
|
5
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: "none", viewBox: "0 0 24 24", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0h24v24H0z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#777783", d: "M4.236 17.299a.98.98 0 0 1 .975-.891h13.804a.98.98 0 0 1 .972.862l.198 1.633A.98.98 0 0 1 19.212 20H5.062a.98.98 0 0 1-.975-1.068z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#F66", d: "M6.383 5.18c.065-.67.628-1.18 1.3-1.18h8.94c.673 0 1.236.51 1.3 1.18l1.088 11.229H5.296z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#E45454", d: "M8.809 10.406a1.306 1.306 0 0 1 1.3-1.182h4.09c.672 0 1.236.512 1.3 1.182l.573 6.002H8.235z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#FFB3BB", d: "M12.026 5.3c.027-.14.228-.14.256 0l.577 2.917a.13.13 0 0 0 .2.083l2.472-1.654c.118-.08.26.062.18.181l-1.653 2.471a.13.13 0 0 0 .083.2l2.917.578c.14.028.14.229 0 .256l-2.917.578a.13.13 0 0 0-.083.2l1.654 2.471c.08.12-.062.261-.181.181l-2.471-1.654a.13.13 0 0 0-.2.083l-.578 2.917c-.028.14-.229.14-.257 0l-.577-2.917a.13.13 0 0 0-.2-.083l-2.471 1.654c-.12.08-.261-.062-.182-.18l1.655-2.472a.13.13 0 0 0-.084-.2l-2.916-.578c-.14-.027-.14-.228 0-.256l2.916-.577a.13.13 0 0 0 .084-.201l-1.655-2.47c-.08-.12.063-.262.182-.182l2.47 1.654a.13.13 0 0 0 .201-.083z" })] }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconRevolvingLightDefault;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { SVGProps } from "react";
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
}
|
|
7
|
+
declare function IconSadDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconSadDefault;
|
|
9
|
+
//# sourceMappingURL=IconSadDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconSadDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconSadDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,KAAM,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,iBAAS,cAAc,CAAC,EACtB,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CA0CP;AAED,eAAe,cAAc,CAAC"}
|