@mobileaction/action-kit 1.21.81 → 1.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/404-page-0ee5cadd.js +3 -0
- package/dist/404-page-98ec8592.mjs +10581 -0
- package/dist/action-kit.js +1 -1
- package/dist/action-kit.mjs +123 -121
- package/dist/airplane-bulk-102d65ef.js +1 -0
- package/dist/airplane-bulk-495a56c0.mjs +24 -0
- package/dist/apple-vision-pro-a91131dc.js +1 -0
- package/dist/apple-vision-pro-d582282b.mjs +16 -0
- package/dist/arcade-bulk-45747e95.js +1 -0
- package/dist/arcade-bulk-fd2fe22a.mjs +16 -0
- package/dist/bag-bulk-b936dab5.mjs +24 -0
- package/dist/bag-bulk-f8e34730.js +1 -0
- package/dist/book-bulk-527ec287.mjs +32 -0
- package/dist/book-bulk-bc2dac01.js +1 -0
- package/dist/book-closed-bulk-907b8949.mjs +32 -0
- package/dist/book-closed-bulk-b6e75cfe.js +1 -0
- package/dist/book-saved-bulk-03c94b05.mjs +28 -0
- package/dist/book-saved-bulk-2c8d6c38.js +1 -0
- package/dist/book-square-bulk-a03bf3bd.js +1 -0
- package/dist/book-square-bulk-e45f0b12.mjs +28 -0
- package/dist/brush-bulk-dc4ec864.mjs +28 -0
- package/dist/brush-bulk-f2bda7d8.js +1 -0
- package/dist/bubble-bulk-1d45c5af.js +1 -0
- package/dist/bubble-bulk-ed36c967.mjs +29 -0
- package/dist/bucket-bulk-42830928.mjs +32 -0
- package/dist/bucket-bulk-d10dc18c.js +1 -0
- package/dist/bus-bulk-2f6ee4c3.js +1 -0
- package/dist/bus-bulk-6531713e.mjs +16 -0
- package/dist/calendar-bulk-76589d1e.mjs +16 -0
- package/dist/calendar-bulk-a0bf3034.js +1 -0
- package/dist/camera-bulk-b5a8ff52.mjs +34 -0
- package/dist/camera-bulk-dec220ad.js +1 -0
- package/dist/car-bulk-3e7423e0.js +1 -0
- package/dist/car-bulk-f970b6d4.mjs +32 -0
- package/dist/casino-bulk-621baeef.js +1 -0
- package/dist/casino-bulk-9b5e9671.mjs +28 -0
- package/dist/chef-bulk-06ae5478.js +1 -0
- package/dist/chef-bulk-7fb81e71.mjs +24 -0
- package/dist/chess-bulk-309a1a2d.js +1 -0
- package/dist/chess-bulk-bf729261.mjs +16 -0
- package/dist/chevron-left-26b60cf0.mjs +21 -0
- package/dist/chevron-left-9597863c.js +1 -0
- package/dist/chevron-right-53fbda71.mjs +21 -0
- package/dist/chevron-right-e08e788e.js +1 -0
- package/dist/chevrons-down-8c0ee366.js +1 -0
- package/dist/{chevron-left-cc52a4d7.mjs → chevrons-down-8e5edbe5.mjs} +6 -6
- package/dist/chevrons-left-942888a4.js +1 -0
- package/dist/chevrons-left-9d99cf9e.mjs +22 -0
- package/dist/{chevron-right-817fda2d.mjs → chevrons-right-9b6a1b26.mjs} +6 -6
- package/dist/chevrons-right-da7b4c93.js +1 -0
- package/dist/chevrons-up-3c8b9737.mjs +22 -0
- package/dist/chevrons-up-d257ad9b.js +1 -0
- package/dist/clock-bulk-131609ec.mjs +24 -0
- package/dist/clock-bulk-9c938715.js +1 -0
- package/dist/cloud-sunny-bulk-61827e0f.js +1 -0
- package/dist/cloud-sunny-bulk-a57c728d.mjs +24 -0
- package/dist/coffee-bulk-f8391897.mjs +16 -0
- package/dist/coffee-bulk-fd1bf404.js +1 -0
- package/dist/compass-bulk-0e77e3cd.js +1 -0
- package/dist/compass-bulk-c72e7981.mjs +24 -0
- package/dist/components/animation/index.vue.d.ts +3 -3
- package/dist/components/animation/types.d.ts +1 -1
- package/dist/components/autocomplete/index.vue.d.ts +2 -0
- package/dist/components/checkbox/group.vue.d.ts +3 -3
- package/dist/components/checkbox/index.vue.d.ts +3 -3
- package/dist/components/country-select/index.vue.d.ts +13 -0
- package/dist/components/country-select/types.d.ts +1 -0
- package/dist/components/date-picker/index.vue.d.ts +264 -0
- package/dist/components/date-picker/types.d.ts +4 -0
- package/dist/components/drawer/index.vue.d.ts +12 -0
- package/dist/components/empty/index.vue.d.ts +2 -2
- package/dist/components/icon/components/flagIcon.vue.d.ts +1 -1
- package/dist/components/icon/components/maIcon.vue.d.ts +3 -3
- package/dist/components/icon/index.vue.d.ts +3 -3
- package/dist/components/icon-button/components/button.vue.d.ts +2 -2
- package/dist/components/icon-button/index.vue.d.ts +3 -3
- package/dist/components/input-number/index.vue.d.ts +9 -3
- package/dist/components/modal/index.vue.d.ts +9 -0
- package/dist/components/pagination/index.vue.d.ts +132 -42
- package/dist/components/pagination/types.d.ts +19 -2
- package/dist/components/progress/components/circle.vue.d.ts +2 -2
- package/dist/components/progress/components/halfCircle.vue.d.ts +2 -2
- package/dist/components/progress/components/line.vue.d.ts +2 -2
- package/dist/components/progress/components/stepLine.vue.d.ts +2 -2
- package/dist/components/progress/index.vue.d.ts +3 -3
- package/dist/components/rate/components/star.vue.d.ts +2 -2
- package/dist/components/select/index.vue.d.ts +2 -1
- package/dist/components/slider/index.vue.d.ts +113 -25
- package/dist/components/slider/types.d.ts +2 -2
- package/dist/components/switch/index.vue.d.ts +12 -0
- package/dist/components/tag-input/index.vue.d.ts +3 -3
- package/dist/components/toggle/index.vue.d.ts +2 -1
- package/dist/components/track-button/index.vue.d.ts +3 -3
- package/dist/components/upload/index.vue.d.ts +3 -3
- package/dist/components/watchlist-button/components/button.vue.d.ts +2 -2
- package/dist/components/watchlist-button/index.vue.d.ts +3 -3
- package/dist/driving-bulk-630f9b56.js +1 -0
- package/dist/driving-bulk-c1287bed.mjs +16 -0
- package/dist/element-2-bulk-e0d51dc0.js +1 -0
- package/dist/element-2-bulk-f759e80e.mjs +33 -0
- package/dist/element-3-bulk-8cafe563.mjs +29 -0
- package/dist/element-3-bulk-e6b769d4.js +1 -0
- package/dist/element-bulk-db06262c.js +1 -0
- package/dist/element-bulk-e5c9a4bd.mjs +33 -0
- package/dist/equal-4d36dd2c.js +1 -0
- package/dist/equal-7f4f3615.mjs +29 -0
- package/dist/gallery-bulk-a1c204f6.mjs +28 -0
- package/dist/gallery-bulk-c685d046.js +1 -0
- package/dist/game-bulk-41c36c07.js +1 -0
- package/dist/game-bulk-c5257b91.mjs +16 -0
- package/dist/health-bulk-1487ba8f.js +1 -0
- package/dist/health-bulk-df513938.mjs +28 -0
- package/dist/hospital-bulk-1083ab6c.mjs +32 -0
- package/dist/hospital-bulk-959db587.js +1 -0
- package/dist/house-bulk-515bbc68.js +1 -0
- package/dist/house-bulk-df127984.mjs +16 -0
- package/dist/in-range-54ac35a7.mjs +36 -0
- package/dist/in-range-ac2f9d84.js +1 -0
- package/dist/index-df5c3952.js +53 -0
- package/dist/index-ffe16f8b.mjs +10155 -0
- package/dist/index.d.ts +1 -0
- package/dist/ipad-316ec105.js +1 -0
- package/dist/ipad-8610c290.mjs +17 -0
- package/dist/iphone-cf083a2d.js +1 -0
- package/dist/iphone-d591c570.mjs +20 -0
- package/dist/lamp-charge-7bd591d8.js +1 -0
- package/dist/lamp-charge-b33c2a01.mjs +28 -0
- package/dist/location-bulk-37383487.mjs +24 -0
- package/dist/location-bulk-dc7d39bf.js +1 -0
- package/dist/lottie_light-25cd8c2b.js +9 -0
- package/dist/{lottie_light-85322d14.mjs → lottie_light-5522b55e.mjs} +473 -492
- package/dist/lovely-bulk-15c575e4.js +1 -0
- package/dist/lovely-bulk-a1580783.mjs +24 -0
- package/dist/maintenance-740efe0b.js +1 -0
- package/dist/maintenance-94f5ab19.mjs +18866 -0
- package/dist/map-bulk-7ee439f2.js +1 -0
- package/dist/map-bulk-fd59b3bf.mjs +29 -0
- package/dist/messages-2-bulk-1e93324c.js +1 -0
- package/dist/messages-2-bulk-bbbcaf56.mjs +28 -0
- package/dist/milk-bulk-1ad5d17a.js +1 -0
- package/dist/milk-bulk-866117ca.mjs +32 -0
- package/dist/more-6c334b93.js +1 -0
- package/dist/more-99ba34a7.mjs +30 -0
- package/dist/more-bold-25925e42.mjs +19 -0
- package/dist/more-bold-e8b12915.js +1 -0
- package/dist/more-bulk-c8fe5761.mjs +32 -0
- package/dist/more-bulk-dca76a4e.js +1 -0
- package/dist/more-circle-08c54330.js +1 -0
- package/dist/more-circle-86cb4402.mjs +43 -0
- package/dist/music-bulk-914b9e06.mjs +28 -0
- package/dist/music-bulk-a1491217.js +1 -0
- package/dist/musicnote-bulk-4556efcb.mjs +24 -0
- package/dist/musicnote-bulk-c7b9b1a9.js +1 -0
- package/dist/not-equal-11b24209.js +1 -0
- package/dist/not-equal-3c4fb1ac.mjs +36 -0
- package/dist/not-in-range-475d2c22.mjs +42 -0
- package/dist/not-in-range-a3b8c703.js +1 -0
- package/dist/parenting-bulk-36ddd06f.js +149 -0
- package/dist/parenting-bulk-f5ee5660.mjs +164 -0
- package/dist/pause-circle-bulk-3c50d310.mjs +28 -0
- package/dist/pause-circle-bulk-c1161384.js +1 -0
- package/dist/people-bulk-3b161ff3.js +1 -0
- package/dist/people-bulk-bf9f4974.mjs +16 -0
- package/dist/poker-cards-bulk-5bf9b7e8.mjs +16 -0
- package/dist/poker-cards-bulk-a3168a7d.js +1 -0
- package/dist/puzzle-bulk-5540a619.mjs +16 -0
- package/dist/puzzle-bulk-f93e86a8.js +1 -0
- package/dist/rank-bold-2d5dbca8.mjs +31 -0
- package/dist/rank-bold-8b4bcb4c.js +1 -0
- package/dist/rank-bulk-d4be6fb4.mjs +33 -0
- package/dist/rank-bulk-fab75c82.js +1 -0
- package/dist/rank-c5e7c9f3.mjs +46 -0
- package/dist/rank-ebb43e0d.js +1 -0
- package/dist/rocket-bulk-e7502dc0.js +1 -0
- package/dist/rocket-bulk-fb35717a.mjs +15 -0
- package/dist/setting-bulk-3b924939.js +1 -0
- package/dist/setting-bulk-6ae3d5b8.mjs +16 -0
- package/dist/slack-14e26c67.js +1 -0
- package/dist/slack-f096adc7.mjs +15 -0
- package/dist/soccer-bulk-395a6e4d.mjs +16 -0
- package/dist/soccer-bulk-556239d1.js +1 -0
- package/dist/src/components/animation/index.vue.d.ts +1 -1
- package/dist/src/components/animation/types.d.ts +1 -1
- package/dist/src/components/autocomplete/index.vue.d.ts +2 -0
- package/dist/src/components/checkbox/group.vue.d.ts +3 -1
- package/dist/src/components/country-select/index.vue.d.ts +15 -2
- package/dist/src/components/country-select/stories/default.stories.d.ts +3 -2
- package/dist/src/components/country-select/types.d.ts +1 -0
- package/dist/src/components/date-picker/index.vue.d.ts +105 -0
- package/dist/src/components/date-picker/stories/constants.d.ts +5 -0
- package/dist/src/components/date-picker/stories/default.stories.d.ts +16 -0
- package/dist/src/components/date-picker/stories/range.stories.d.ts +17 -0
- package/dist/src/components/date-picker/types.d.ts +4 -0
- package/dist/src/components/drawer/index.vue.d.ts +4 -0
- package/dist/src/components/input-number/index.vue.d.ts +1 -3
- package/dist/src/components/modal/index.vue.d.ts +1 -0
- package/dist/src/components/pagination/index.vue.d.ts +171 -39
- package/dist/src/components/pagination/pagination.test.d.ts +1 -0
- package/dist/src/components/pagination/stories/default.stories.d.ts +1 -2
- package/dist/src/components/pagination/types.d.ts +19 -2
- package/dist/src/components/select/index.vue.d.ts +3 -5
- package/dist/src/components/slider/index.vue.d.ts +52 -21
- package/dist/src/components/slider/stories/constants.d.ts +2 -1
- package/dist/src/components/slider/stories/default.stories.d.ts +2 -7
- package/dist/src/components/slider/types.d.ts +2 -2
- package/dist/src/components/switch/index.vue.d.ts +4 -0
- package/dist/src/components/toggle/index.vue.d.ts +2 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/utils/breakpoints.d.ts +16 -0
- package/dist/src/utils/breakpoints.test.d.ts +1 -0
- package/dist/steering-wheel-bulk-6f59c760.js +1 -0
- package/dist/steering-wheel-bulk-d67b7b96.mjs +28 -0
- package/dist/style.css +1 -1
- package/dist/sword-bulk-0501ca18.mjs +16 -0
- package/dist/sword-bulk-4943c2b1.js +1 -0
- package/dist/teacher-bulk-0b855e9b.js +1 -0
- package/dist/teacher-bulk-e94b4550.mjs +24 -0
- package/dist/utils/breakpoints.d.ts +16 -0
- package/dist/video-bulk-83a288fe.mjs +28 -0
- package/dist/video-bulk-e10c6112.js +1 -0
- package/dist/video-play-bulk-6ba3a6cd.mjs +28 -0
- package/dist/video-play-bulk-f56cb782.js +1 -0
- package/dist/video-square-bulk-746dce91.mjs +24 -0
- package/dist/video-square-bulk-9bfa49aa.js +1 -0
- package/dist/watch-bulk-02b66b4c.mjs +32 -0
- package/dist/watch-bulk-70eb91a0.js +1 -0
- package/package.json +6 -5
- package/dist/chevron-left-326ad5ea.js +0 -1
- package/dist/chevron-right-1fc62c60.js +0 -1
- package/dist/index-4d6b262e.js +0 -56
- package/dist/index-82f2d29c.mjs +0 -9602
- package/dist/lottie_light-66de103f.js +0 -9
|
@@ -4,10 +4,5 @@ declare const meta: Meta<typeof MaSlider>;
|
|
|
4
4
|
export default meta;
|
|
5
5
|
declare type Story = StoryObj<typeof MaSlider>;
|
|
6
6
|
export declare const Default: Story;
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const DualThumbWithTooltip: Story;
|
|
10
|
-
export declare const Vertical: Story;
|
|
11
|
-
export declare const VerticalDual: Story;
|
|
12
|
-
export declare const VerticalDualLabel: Story;
|
|
13
|
-
export declare const VerticalDualTooltip: Story;
|
|
7
|
+
export declare const Range: Story;
|
|
8
|
+
export declare const Slots: Story;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
export declare type
|
|
1
|
+
export declare const MaSliderPlacements: readonly ["bottomLeft", "bottom", "bottomRight", "topLeft", "top", "topRight", "right", "left"];
|
|
2
|
+
export declare type MaSliderPlacement = (typeof MaSliderPlacements)[number];
|
|
@@ -4,21 +4,25 @@ export interface MaSwitchProps {
|
|
|
4
4
|
disabled?: boolean;
|
|
5
5
|
type?: SwitchType;
|
|
6
6
|
options: MaSwitchOption[];
|
|
7
|
+
loading?: boolean;
|
|
7
8
|
}
|
|
8
9
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaSwitchProps>, {
|
|
9
10
|
type: string;
|
|
10
11
|
options: () => MaSwitchOption[];
|
|
11
12
|
disabled: boolean;
|
|
13
|
+
loading: boolean;
|
|
12
14
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "change" | "update:active")[], "click" | "change" | "update:active", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaSwitchProps>, {
|
|
13
15
|
type: string;
|
|
14
16
|
options: () => MaSwitchOption[];
|
|
15
17
|
disabled: boolean;
|
|
18
|
+
loading: boolean;
|
|
16
19
|
}>>> & {
|
|
17
20
|
onChange?: (...args: any[]) => any;
|
|
18
21
|
onClick?: (...args: any[]) => any;
|
|
19
22
|
"onUpdate:active"?: (...args: any[]) => any;
|
|
20
23
|
}, {
|
|
21
24
|
type: "primary" | "secondary";
|
|
25
|
+
loading: boolean;
|
|
22
26
|
disabled: boolean;
|
|
23
27
|
options: MaSwitchOption[];
|
|
24
28
|
}>, {
|
|
@@ -11,11 +11,12 @@ export interface MaSwitchProps {
|
|
|
11
11
|
}
|
|
12
12
|
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaSwitchProps>, {
|
|
13
13
|
size: string;
|
|
14
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "change")[], "click" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaSwitchProps>, {
|
|
14
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:checked" | "change")[], "click" | "update:checked" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaSwitchProps>, {
|
|
15
15
|
size: string;
|
|
16
16
|
}>>> & {
|
|
17
17
|
onChange?: (...args: any[]) => any;
|
|
18
18
|
onClick?: (...args: any[]) => any;
|
|
19
|
+
"onUpdate:checked"?: (...args: any[]) => any;
|
|
19
20
|
}, {
|
|
20
21
|
size: "small" | "default" | "large";
|
|
21
22
|
}>;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -89,5 +89,6 @@ export { default as MaPopconfirm } from './components/popconfirm/index.vue';
|
|
|
89
89
|
export { default as MaStepItems } from './components/step-items/index.vue';
|
|
90
90
|
export { default as MaStepItem } from './components/step-items/components/index.vue';
|
|
91
91
|
export { default as MaRadioCard } from './components/radio-card/index.vue';
|
|
92
|
+
export { default as MaDatePicker } from './components/date-picker/index.vue';
|
|
92
93
|
export { ActionKitConfig } from './services/config';
|
|
93
94
|
export { useActionKitConfig } from './composables/config';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tailwind breakpoints
|
|
3
|
+
*/
|
|
4
|
+
export declare type TailwindBreakpoints = {
|
|
5
|
+
'2xl': number;
|
|
6
|
+
xl: number;
|
|
7
|
+
lg: number;
|
|
8
|
+
md: number;
|
|
9
|
+
sm: number;
|
|
10
|
+
xs: number;
|
|
11
|
+
};
|
|
12
|
+
export declare const breakpoints: TailwindBreakpoints;
|
|
13
|
+
export declare const MaBreakpointInstance: {
|
|
14
|
+
windowWidth: () => number;
|
|
15
|
+
getBreakpointSize(): string;
|
|
16
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),t={viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o=e.createElementVNode("path",{opacity:"0.4","fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 0C18.6274 0 24 5.37256 24 12C24 18.6274 18.6274 24 12 24C5.37256 24 0 18.6274 0 12C0 5.37256 5.37256 0 12 0ZM12 2.53519C17.2273 2.53519 21.4648 6.77272 21.4648 12C21.4648 17.2273 17.2273 21.4648 12 21.4648C6.77272 21.4648 2.53519 17.2273 2.53519 12C2.53519 6.77272 6.77272 2.53519 12 2.53519Z",fill:"currentColor"},null,-1),n=e.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M21.8485 11.0635C11.9663 5.38877 2.85152 10.5953 2.15371 11.0578C2.12309 11.3677 2.10742 11.3381 2.10742 12C2.10742 12.6619 2.26432 13.9751 2.55499 14.8845C3.36901 14.1826 4.85803 13.7578 6.01714 13.7578C9.3395 13.7578 12.089 18.4851 9.73619 21.6208C10.4618 21.7989 11.1512 21.8934 12.0008 21.8934C12.8504 21.8934 13.8075 21.7626 14.6473 21.5184C14.11 20.7603 13.7938 20.1884 13.7938 18.4051C13.7938 15.1297 18.4261 12.4193 21.5335 14.5969C21.7685 13.7717 21.8942 12.6083 21.8942 12C21.8942 11.3917 21.8787 11.3716 21.8485 11.0635ZM10.3952 12C10.3952 11.1132 11.114 10.3944 12.0008 10.3944C12.8876 10.3944 13.6064 11.1132 13.6064 12C13.6064 12.8868 12.8876 13.6056 12.0008 13.6056C11.114 13.6056 10.3952 12.8868 10.3952 12Z",fill:"currentColor"},null,-1),r=[o,n];function l(c,d){return e.openBlock(),e.createElementBlock("svg",t,r)}const C={render:l};exports.default=C;exports.render=l;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { openBlock as l, createElementBlock as o, createElementVNode as e } from "vue";
|
|
2
|
+
const t = {
|
|
3
|
+
viewBox: "0 0 24 24",
|
|
4
|
+
fill: "none",
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
6
|
+
}, n = /* @__PURE__ */ e("path", {
|
|
7
|
+
opacity: "0.4",
|
|
8
|
+
"fill-rule": "evenodd",
|
|
9
|
+
"clip-rule": "evenodd",
|
|
10
|
+
d: "M12 0C18.6274 0 24 5.37256 24 12C24 18.6274 18.6274 24 12 24C5.37256 24 0 18.6274 0 12C0 5.37256 5.37256 0 12 0ZM12 2.53519C17.2273 2.53519 21.4648 6.77272 21.4648 12C21.4648 17.2273 17.2273 21.4648 12 21.4648C6.77272 21.4648 2.53519 17.2273 2.53519 12C2.53519 6.77272 6.77272 2.53519 12 2.53519Z",
|
|
11
|
+
fill: "currentColor"
|
|
12
|
+
}, null, -1), C = /* @__PURE__ */ e("path", {
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
"clip-rule": "evenodd",
|
|
15
|
+
d: "M21.8485 11.0635C11.9663 5.38877 2.85152 10.5953 2.15371 11.0578C2.12309 11.3677 2.10742 11.3381 2.10742 12C2.10742 12.6619 2.26432 13.9751 2.55499 14.8845C3.36901 14.1826 4.85803 13.7578 6.01714 13.7578C9.3395 13.7578 12.089 18.4851 9.73619 21.6208C10.4618 21.7989 11.1512 21.8934 12.0008 21.8934C12.8504 21.8934 13.8075 21.7626 14.6473 21.5184C14.11 20.7603 13.7938 20.1884 13.7938 18.4051C13.7938 15.1297 18.4261 12.4193 21.5335 14.5969C21.7685 13.7717 21.8942 12.6083 21.8942 12C21.8942 11.3917 21.8787 11.3716 21.8485 11.0635ZM10.3952 12C10.3952 11.1132 11.114 10.3944 12.0008 10.3944C12.8876 10.3944 13.6064 11.1132 13.6064 12C13.6064 12.8868 12.8876 13.6056 12.0008 13.6056C11.114 13.6056 10.3952 12.8868 10.3952 12Z",
|
|
16
|
+
fill: "currentColor"
|
|
17
|
+
}, null, -1), r = [
|
|
18
|
+
n,
|
|
19
|
+
C
|
|
20
|
+
];
|
|
21
|
+
function c(d, i) {
|
|
22
|
+
return l(), o("svg", t, r);
|
|
23
|
+
}
|
|
24
|
+
const u = { render: c };
|
|
25
|
+
export {
|
|
26
|
+
u as default,
|
|
27
|
+
c as render
|
|
28
|
+
};
|