@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,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 IconArrowDown({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconArrowDown;
|
|
9
|
+
//# sourceMappingURL=IconArrowDown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconArrowDown.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconArrowDown.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,2CAmBP;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 IconArrowDown({ 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: "M12.274 19.75v-15M18.299 13.7l-6.024 6.05L6.25 13.7" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconArrowDown;
|
|
@@ -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 IconArrowLeft({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconArrowLeft;
|
|
9
|
+
//# sourceMappingURL=IconArrowLeft.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconArrowLeft.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconArrowLeft.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,2CAmBP;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 IconArrowLeft({ 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.25 12.274h15M10.3 18.299l-6.05-6.024L10.3 6.25" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconArrowLeft;
|
|
@@ -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 IconArrowRight({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconArrowRight;
|
|
9
|
+
//# sourceMappingURL=IconArrowRight.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconArrowRight.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconArrowRight.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,2CAmBP;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 IconArrowRight({ 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: "M19.75 11.726h-15M13.7 5.701l6.05 6.024-6.05 6.025" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconArrowRight;
|
|
@@ -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 IconArrowUp({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconArrowUp;
|
|
9
|
+
//# sourceMappingURL=IconArrowUp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconArrowUp.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconArrowUp.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,2CAmBP;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 IconArrowUp({ 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: "M11.726 4.25v15M5.701 10.3l6.024-6.05 6.025 6.05" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconArrowUp;
|
|
@@ -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 IconBikeDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconBikeDefault;
|
|
9
|
+
//# sourceMappingURL=IconBikeDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconBikeDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconBikeDefault.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,2CAqDP;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 IconBikeDefault({ 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.jsxs)("g", { clipPath: "url(#prefix__a)", children: [(0, jsx_runtime_1.jsx)("path", { fill: "#3C3C4A", fillRule: "evenodd", d: "M5.598 12.226a2.77 2.77 0 0 1 2.624 2.762l-.004.142a2.77 2.77 0 0 1-2.762 2.623l-.142-.003a2.77 2.77 0 0 1-2.62-2.62l-.003-.142a2.77 2.77 0 0 1 2.765-2.766zm-.142 2.07a.692.692 0 1 0 .071.004z", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { fill: "#3C3C4A", d: "M19.234 12.222A2.77 2.77 0 0 1 22 14.988a2.77 2.77 0 0 1-2.766 2.765 2.77 2.77 0 0 1-2.765-2.765 2.77 2.77 0 0 1 2.765-2.766" }), (0, jsx_runtime_1.jsx)("path", { fill: "#9D9DA8", d: "M5.579 14.627a.346.346 0 0 0 .481.087l2.507-1.737a.346.346 0 0 0-.394-.568l-2.507 1.737a.346.346 0 0 0-.087.481M19.252 14.48a.345.345 0 0 1-.393-.15l-1.419-2.3a.346.346 0 0 1 .59-.359l1.419 2.299a.346.346 0 0 1-.197.51m-.724.326a.35.35 0 0 1-.33-.075l-1.729-1.56a.345.345 0 1 1 .464-.513l1.729 1.56a.345.345 0 0 1-.134.588" }), (0, jsx_runtime_1.jsx)("path", { fill: "#9D9DA8", d: "M5.81 15.059a.345.345 0 0 0 .409.268l3.004-.629a.345.345 0 1 0-.141-.677l-3.005.629a.345.345 0 0 0-.267.409" }), (0, jsx_runtime_1.jsx)("path", { fill: "#4878FF", fillRule: "evenodd", d: "M14.527 6.122a.35.35 0 0 1 .39-.099l1.962.769c2.153.842 3.638 2.432 3.785 4.738a.347.347 0 0 1-.424.358 4.2 4.2 0 0 0-1.572-.067c-1.73.248-3.154 1.618-3.462 3.331a4.3 4.3 0 0 0-.058 1.093.347.347 0 0 1-.345.373h-4.87a1.04 1.04 0 0 1-1.037-1.038v-.818c0-1.215-.595-1.91-1.59-2.603l-1.75-1.048L3.333 12l-.7.76a.345.345 0 1 1-.575-.383l.691-1.038q.057-.085.152-.126l1.699-.729-1.745-1.079-.006-.004-.011-.008a.4.4 0 0 1-.042-.034l-.008-.008a.3.3 0 0 1-.035-.042q-.01-.015-.018-.032-.008-.014-.015-.029a.3.3 0 0 1-.019-.053L2.7 9.188a.35.35 0 0 1-.002-.145l.002-.009.005-.02.004-.013a.3.3 0 0 1 .034-.072l.004-.006.007-.01a.34.34 0 0 1 .191-.135l.019-.005a.4.4 0 0 1 .069-.007h3.806c.109 0 .212.051.277.138l.933 1.244h2.713c.423-1.191 1.914-2.074 3.682-2.074.348 0 .693.035 1.025.102l-.976-1.655a.35.35 0 0 1 .034-.4m3.392 2.046c-.08.646.143 1.33.704 1.842.28.255.637.405 1.012.46a5.3 5.3 0 0 0-1.716-2.302", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M5.456 16.025a1.04 1.04 0 0 1-1.037-1.037c0-.572.465-1.037 1.037-1.037s1.037.465 1.037 1.037-.465 1.037-1.037 1.037M19.234 13.951c.572 0 1.038.465 1.038 1.037s-.466 1.037-1.038 1.037a1.038 1.038 0 0 1 0-2.074" }), (0, jsx_runtime_1.jsx)("path", { fill: "#A0CBFF", fillRule: "evenodd", d: "M17.949 7.318c1.307.763 2.24 1.878 2.58 3.337a2.444 2.444 0 0 1-2.58-3.337", clipRule: "evenodd" })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "prefix__a", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })] }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconBikeDefault;
|
|
@@ -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 IconBookmarkOff({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconBookmarkOff;
|
|
9
|
+
//# sourceMappingURL=IconBookmarkOff.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconBookmarkOff.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconBookmarkOff.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,2CAoBP;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 IconBookmarkOff({ 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: "M19.739 6.154c0-2.751-1.88-3.854-4.589-3.854H8.791C6.167 2.3 4.2 3.328 4.2 5.97v14.724a.95.95 0 0 0 1.413.828l6.382-3.58 6.327 3.574a.95.95 0 0 0 1.417-.827z", clipRule: "evenodd" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconBookmarkOff;
|
|
@@ -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 IconBookmarkOn({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconBookmarkOn;
|
|
9
|
+
//# sourceMappingURL=IconBookmarkOn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconBookmarkOn.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconBookmarkOn.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,2CAsBP;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 IconBookmarkOn({ 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", stroke: fill, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M19.739 6.154c0-2.751-1.88-3.854-4.589-3.854H8.791C6.167 2.3 4.2 3.328 4.2 5.97v14.724a.95.95 0 0 0 1.413.828l6.382-3.58 6.327 3.574a.95.95 0 0 0 1.417-.827z", clipRule: "evenodd" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconBookmarkOn;
|
|
@@ -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 IconCafeDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconCafeDefault;
|
|
9
|
+
//# sourceMappingURL=IconCafeDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCafeDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCafeDefault.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,2CAsBP;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 IconCafeDefault({ 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: "M18.534 9.945c0 .101.08.184.182.187a3.548 3.548 0 0 1-.182 7.09h-.448c-.357 0-.683.194-.884.488a7.64 7.64 0 0 1-13.95-4.308v-3.366a1 1 0 0 1 1-1h13.73c.305 0 .552.247.552.552zm0 3.457a7.6 7.6 0 0 1-.234 1.876.245.245 0 0 0 .234.307 1.91 1.91 0 0 0 .955-3.565c-.478-.277-.955.192-.955.744z", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { fill: fill, d: "M10.524 3.096a.794.794 0 0 1 1.076.32l.145.267c.39.718.292 1.603-.243 2.22a.37.37 0 0 0-.046.423l.144.267a.794.794 0 0 1-1.396.757l-.145-.267a1.96 1.96 0 0 1 .243-2.22.37.37 0 0 0 .046-.423l-.144-.267a.795.795 0 0 1 .32-1.077" })] }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconCafeDefault;
|
|
@@ -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 IconCalendarDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconCalendarDefault;
|
|
9
|
+
//# sourceMappingURL=IconCalendarDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCalendarDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCalendarDefault.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,mBAAmB,CAAC,EAC3B,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CA2BP;AAED,eAAe,mBAAmB,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 IconCalendarDefault({ 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", strokeWidth: 1.5, d: "M3.093 9.404h17.824M16.442 13.31h.01M12.005 13.31h.009M7.558 13.31h.01M16.442 17.196h.01M12.005 17.196h.009M7.558 17.196h.01M16.044 2v3.29M7.965 2v3.29" }), (0, jsx_runtime_1.jsx)("path", { stroke: fill, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M16.238 3.58H7.771C4.834 3.58 3 5.214 3 8.221v9.05C3 20.326 4.834 22 7.771 22h8.458C19.175 22 21 20.355 21 17.348V8.222c.01-3.007-1.816-4.643-4.762-4.643", clipRule: "evenodd" })] }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconCalendarDefault;
|
|
@@ -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 IconCallDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconCallDefault;
|
|
9
|
+
//# sourceMappingURL=IconCallDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCallDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCallDefault.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 IconCallDefault({ 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.384 2.48a2.4 2.4 0 0 1 2.793 1.134l.089.18.794 1.764a3 3 0 0 1-.53 3.262l-.16.158-1.252 1.168c-.225.214-.056 1.04.76 2.454.734 1.272 1.332 1.866 1.626 1.898h.052l.063-.012 2.46-.752a1.8 1.8 0 0 1 1.877.53l.11.137 1.628 2.256a2.4 2.4 0 0 1-.15 2.997l-.147.15-.65.618a4.2 4.2 0 0 1-4.458.846c-2.322-.936-4.432-3.075-6.348-6.394-1.92-3.328-2.718-6.228-2.362-8.712a4.2 4.2 0 0 1 2.713-3.347l.232-.077z" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconCallDefault;
|
|
@@ -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 IconCameraDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconCameraDefault;
|
|
9
|
+
//# sourceMappingURL=IconCameraDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCameraDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCameraDefault.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 IconCameraDefault({ 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 2c.652 0 1.31.026 1.876.079.54.05 1.08.131 1.442.275.758.302 1.194.953 1.466 1.44.136.243.264.51.353.682.106.208.162.292.188.32.114.125.263.218.42.28.16.063.296.08.358.08A3.9 3.9 0 0 1 22 9.052v7.795a4.97 4.97 0 0 1-4.97 4.97H6.97A4.97 4.97 0 0 1 2 16.847V9.052a3.9 3.9 0 0 1 3.898-3.896c.06 0 .197-.017.357-.08.156-.062.305-.155.421-.28l.063-.092c.03-.05.071-.123.125-.228.088-.172.215-.44.351-.682.272-.487.709-1.138 1.467-1.44.362-.144.903-.225 1.442-.275.567-.053 1.225-.08 1.876-.08m0 7.199a3.93 3.93 0 1 0 0 7.859 3.93 3.93 0 0 0 0-7.859m5.495-.7a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2z", clipRule: "evenodd" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconCameraDefault;
|
|
@@ -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 IconChatDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconChatDefault;
|
|
9
|
+
//# sourceMappingURL=IconChatDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconChatDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconChatDefault.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,2CAyBP;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 IconChatDefault({ 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: "#A0CBFF", d: "m17.999 16.605.332 2.686c.085.705-.672 1.198-1.276.833l-3.56-2.117q-.587 0-1.148-.076a4.13 4.13 0 0 0 1.003-2.686c0-2.414-2.091-4.369-4.675-4.369a4.83 4.83 0 0 0-2.652.774 5 5 0 0 1-.034-.646C5.989 7.136 9.346 4 13.494 4S21 7.136 21 11.004c0 2.295-1.181 4.326-3 5.601", opacity: 0.4 }), (0, jsx_runtime_1.jsx)("path", { fill: "#4878FF", d: "M14.216 14.178a4.9 4.9 0 0 1-1.189 3.184c-.997 1.21-2.58 1.985-4.352 1.985l-2.63 1.561c-.443.272-1.007-.1-.947-.614l.252-1.985c-1.35-.937-2.216-2.438-2.216-4.13 0-1.774.947-3.335 2.397-4.262A5.73 5.73 0 0 1 8.675 9c3.063 0 5.54 2.317 5.54 5.178" }), (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M11.857 14.007a.711.711 0 1 1-1.422 0 .711.711 0 0 1 1.422 0M9.416 14.007a.711.711 0 1 1-1.423 0 .711.711 0 0 1 1.422 0M6.927 14.007a.711.711 0 1 1-1.422 0 .711.711 0 0 1 1.422 0" })] }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconChatDefault;
|
|
@@ -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 IconCheckDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconCheckDefault;
|
|
9
|
+
//# sourceMappingURL=IconCheckDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCheckDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCheckDefault.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 IconCheckDefault({ 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 12 3.995 4L18 8" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconCheckDefault;
|
|
@@ -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 IconChevronDown({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconChevronDown;
|
|
9
|
+
//# sourceMappingURL=IconChevronDown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconChevronDown.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconChevronDown.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 IconChevronDown({ 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: "m19 8.5-7 7-7-7" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconChevronDown;
|
|
@@ -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 IconChevronLeft({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconChevronLeft;
|
|
9
|
+
//# sourceMappingURL=IconChevronLeft.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconChevronLeft.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconChevronLeft.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 IconChevronLeft({ 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: "m15.5 19-7-7 7-7" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconChevronLeft;
|
|
@@ -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 IconChevronRight({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconChevronRight;
|
|
9
|
+
//# sourceMappingURL=IconChevronRight.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconChevronRight.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconChevronRight.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 IconChevronRight({ 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: "m8.5 5 7 7-7 7" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconChevronRight;
|
|
@@ -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 IconChevronUp({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconChevronUp;
|
|
9
|
+
//# sourceMappingURL=IconChevronUp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconChevronUp.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconChevronUp.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,2CAmBP;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 IconChevronUp({ 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: "m5 15.5 7-7 7 7" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconChevronUp;
|
|
@@ -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 IconCloseCircle({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconCloseCircle;
|
|
9
|
+
//# sourceMappingURL=IconCloseCircle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCloseCircle.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCloseCircle.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 IconCloseCircle({ 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 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m3.36 12.3c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.3-2.3-2.3 2.3c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.3-2.3-2.3-2.3a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.3 2.3 2.3-2.3c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.3 2.3z" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconCloseCircle;
|
|
@@ -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 IconCloseDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconCloseDefault;
|
|
9
|
+
//# sourceMappingURL=IconCloseDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCloseDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCloseDefault.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 IconCloseDefault({ 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", strokeWidth: 1.5, d: "m5 5 14 14M19 5 5 19" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconCloseDefault;
|
|
@@ -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 IconCloseSmall({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconCloseSmall;
|
|
9
|
+
//# sourceMappingURL=IconCloseSmall.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCloseSmall.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCloseSmall.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 IconCloseSmall({ 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", strokeWidth: 1.5, d: "m8.5 8 7 7M15.5 8 12 11.5 8.5 15" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconCloseSmall;
|
|
@@ -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 IconCommentOff({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconCommentOff;
|
|
9
|
+
//# sourceMappingURL=IconCommentOff.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCommentOff.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCommentOff.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,2CA2BP;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 IconCommentOff({ 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", strokeWidth: 1.5, d: "M19.071 19.07c-3.056 3.056-7.581 3.717-11.285 2.004-.546-.22-.995-.398-1.42-.398-1.188.007-2.665 1.158-3.433.391-.767-.768.384-2.246.384-3.44 0-.427-.17-.867-.39-1.415C1.212 12.51 1.873 7.982 4.93 4.927c3.902-3.903 10.24-3.903 14.141 0 3.909 3.908 3.902 10.241 0 14.143", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { stroke: fill, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M15.94 12.413h.008M11.93 12.413h.01M7.921 12.413h.01" })] }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconCommentOff;
|
|
@@ -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 IconCommentOn({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconCommentOn;
|
|
9
|
+
//# sourceMappingURL=IconCommentOn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCommentOn.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCommentOn.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,2CAkBP;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 IconCommentOn({ 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: "M4.401 4.396c4.194-4.195 11.007-4.195 15.201 0 4.202 4.201 4.194 11.01 0 15.205-3.28 3.279-8.13 3.99-12.104 2.165-.58-.234-.88-.34-1.13-.34-.186.001-.418.05-.712.14q-.216.066-.451.148c-.155.053-.323.111-.488.163-.32.1-.705.203-1.09.203-.36 0-.746-.09-1.082-.356l-.141-.126c-.366-.366-.484-.813-.484-1.225 0-.385.102-.77.202-1.09.051-.165.11-.333.162-.487q.082-.237.148-.452c.09-.297.136-.53.136-.717 0-.254-.103-.553-.337-1.135-1.82-3.971-1.107-8.82 2.17-12.096m3.52 7.017a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2zm4.01 0a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2zm4.008 0a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2z", clipRule: "evenodd" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconCommentOn;
|
|
@@ -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 IconCommunityDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconCommunityDefault;
|
|
9
|
+
//# sourceMappingURL=IconCommunityDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCommunityDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCommunityDefault.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,oBAAoB,CAAC,EAC5B,IAAgB,EAChB,KAAU,EACV,MAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,2CAkBP;AAED,eAAe,oBAAoB,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 IconCommunityDefault({ 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: "M2 12.015C2 6.747 6.21 2 12.02 2 17.7 2 22 6.657 22 11.985 22 18.165 16.96 22 12 22c-1.64 0-3.46-.44-4.92-1.302-.51-.31-.94-.54-1.49-.36l-2.02.6c-.51.16-.97-.24-.82-.78l.67-2.244c.11-.31.09-.641-.07-.902C2.49 15.43 2 13.698 2 12.016m8.7 0c0 .711.57 1.282 1.28 1.292.71 0 1.28-.58 1.28-1.282 0-.711-.57-1.282-1.28-1.282-.7-.01-1.28.571-1.28 1.272m4.61.01c0 .701.57 1.282 1.28 1.282s1.28-.58 1.28-1.282c0-.711-.57-1.282-1.28-1.282s-1.28.571-1.28 1.282m-7.94 1.282c-.7 0-1.28-.58-1.28-1.282 0-.711.57-1.282 1.28-1.282s1.28.571 1.28 1.282a1.29 1.29 0 0 1-1.28 1.282", clipRule: "evenodd" }) }));
|
|
6
|
+
}
|
|
7
|
+
exports.default = IconCommunityDefault;
|
|
@@ -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 IconCopyDefault({ fill, width, height, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IconCopyDefault;
|
|
9
|
+
//# sourceMappingURL=IconCopyDefault.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCopyDefault.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/IconCopyDefault.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"}
|