@kanmu/popcorn-icons 0.4.0 → 1.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/{EyeSlash.d.mts → Bars.d.mts} +2 -2
- package/dist/{EyeSlash.d.ts → Bars.d.ts} +2 -2
- package/dist/{Back.js → Bars.js} +19 -23
- package/dist/Bars.mjs +20 -0
- package/dist/{Back.d.mts → Bell.d.mts} +2 -2
- package/dist/{Back.d.ts → Bell.d.ts} +2 -2
- package/dist/Bell.js +52 -0
- package/dist/Bell.mjs +22 -0
- package/dist/{CaretReverse.d.mts → BellFill.d.mts} +2 -2
- package/dist/{CaretReverse.d.ts → BellFill.d.ts} +2 -2
- package/dist/BellFill.js +52 -0
- package/dist/BellFill.mjs +22 -0
- package/dist/Calender.d.mts +1 -1
- package/dist/Calender.d.ts +1 -1
- package/dist/Calender.js +14 -18
- package/dist/Calender.mjs +14 -18
- package/dist/Check.d.mts +1 -1
- package/dist/Check.d.ts +1 -1
- package/dist/Check.js +14 -18
- package/dist/Check.mjs +14 -18
- package/dist/CheckCircleFill.d.mts +12 -0
- package/dist/CheckCircleFill.d.ts +12 -0
- package/dist/{AttentionActive.js → CheckCircleFill.js} +19 -23
- package/dist/CheckCircleFill.mjs +20 -0
- package/dist/{AttentionActive.d.mts → ChevronDown.d.mts} +2 -2
- package/dist/{AttentionActive.d.ts → ChevronDown.d.ts} +2 -2
- package/dist/{CaretReverse.js → ChevronDown.js} +19 -23
- package/dist/ChevronDown.mjs +20 -0
- package/dist/ChevronLeft.d.mts +12 -0
- package/dist/ChevronLeft.d.ts +12 -0
- package/dist/{Caret.js → ChevronLeft.js} +19 -23
- package/dist/ChevronLeft.mjs +20 -0
- package/dist/ChevronRight.d.mts +12 -0
- package/dist/ChevronRight.d.ts +12 -0
- package/dist/{Arrow.js → ChevronRight.js} +19 -23
- package/dist/ChevronRight.mjs +20 -0
- package/dist/{CircleXactive.d.mts → ChevronUp.d.mts} +2 -2
- package/dist/{CircleXactive.d.ts → ChevronUp.d.ts} +2 -2
- package/dist/{DeleteActive.js → ChevronUp.js} +19 -23
- package/dist/ChevronUp.mjs +20 -0
- package/dist/ClockRotateLeft.d.mts +12 -0
- package/dist/ClockRotateLeft.d.ts +12 -0
- package/dist/{Smartphone.js → ClockRotateLeft.js} +32 -18
- package/dist/ClockRotateLeft.mjs +40 -0
- package/dist/CreditCard.d.mts +12 -0
- package/dist/CreditCard.d.ts +12 -0
- package/dist/CreditCard.js +50 -0
- package/dist/CreditCard.mjs +20 -0
- package/dist/CreditCardFill.d.mts +12 -0
- package/dist/CreditCardFill.d.ts +12 -0
- package/dist/CreditCardFill.js +50 -0
- package/dist/CreditCardFill.mjs +20 -0
- package/dist/CreditCardSwipe.d.mts +12 -0
- package/dist/CreditCardSwipe.d.ts +12 -0
- package/dist/CreditCardSwipe.js +50 -0
- package/dist/CreditCardSwipe.mjs +20 -0
- package/dist/ExclamationCircle.d.mts +12 -0
- package/dist/ExclamationCircle.d.ts +12 -0
- package/dist/ExclamationCircle.js +55 -0
- package/dist/ExclamationCircle.mjs +25 -0
- package/dist/ExclamationCircleFill.d.mts +12 -0
- package/dist/ExclamationCircleFill.d.ts +12 -0
- package/dist/ExclamationCircleFill.js +55 -0
- package/dist/ExclamationCircleFill.mjs +25 -0
- package/dist/ExclamationTriangle.d.mts +12 -0
- package/dist/ExclamationTriangle.d.ts +12 -0
- package/dist/ExclamationTriangle.js +55 -0
- package/dist/ExclamationTriangle.mjs +25 -0
- package/dist/{Arrow.d.mts → EyeFill.d.mts} +2 -2
- package/dist/{Arrow.d.ts → EyeFill.d.ts} +2 -2
- package/dist/EyeFill.js +50 -0
- package/dist/EyeFill.mjs +20 -0
- package/dist/EyeSlashFill.d.mts +12 -0
- package/dist/EyeSlashFill.d.ts +12 -0
- package/dist/EyeSlashFill.js +50 -0
- package/dist/EyeSlashFill.mjs +20 -0
- package/dist/File.d.mts +12 -0
- package/dist/File.d.ts +12 -0
- package/dist/File.js +50 -0
- package/dist/File.mjs +20 -0
- package/dist/{CardSwipe.d.mts → Gauge.d.mts} +2 -2
- package/dist/{CardSwipe.d.ts → Gauge.d.ts} +2 -2
- package/dist/Gauge.js +50 -0
- package/dist/Gauge.mjs +20 -0
- package/dist/Gear.d.mts +12 -0
- package/dist/Gear.d.ts +12 -0
- package/dist/Gear.js +52 -0
- package/dist/Gear.mjs +22 -0
- package/dist/{ChargeActive.d.mts → GearFill.d.mts} +2 -2
- package/dist/{ChargeActive.d.ts → GearFill.d.ts} +2 -2
- package/dist/GearFill.js +50 -0
- package/dist/GearFill.mjs +20 -0
- package/dist/Gift.d.mts +1 -1
- package/dist/Gift.d.ts +1 -1
- package/dist/Gift.js +114 -112
- package/dist/Gift.mjs +114 -112
- package/dist/GiftFill.d.mts +12 -0
- package/dist/GiftFill.d.ts +12 -0
- package/dist/{News.js → GiftFill.js} +32 -18
- package/dist/GiftFill.mjs +40 -0
- package/dist/{Attention.d.mts → Globe.d.mts} +2 -2
- package/dist/{Attention.d.ts → Globe.d.ts} +2 -2
- package/dist/Globe.js +52 -0
- package/dist/Globe.mjs +22 -0
- package/dist/HandPointUp.d.mts +12 -0
- package/dist/HandPointUp.d.ts +12 -0
- package/dist/HandPointUp.js +73 -0
- package/dist/HandPointUp.mjs +43 -0
- package/dist/House.d.mts +12 -0
- package/dist/House.d.ts +12 -0
- package/dist/House.js +50 -0
- package/dist/House.mjs +20 -0
- package/dist/{QuestionPlain.d.mts → HouseFill.d.mts} +2 -2
- package/dist/{QuestionPlain.d.ts → HouseFill.d.ts} +2 -2
- package/dist/HouseFill.js +50 -0
- package/dist/HouseFill.mjs +20 -0
- package/dist/Lock.d.mts +1 -1
- package/dist/Lock.d.ts +1 -1
- package/dist/Lock.js +16 -20
- package/dist/Lock.mjs +16 -20
- package/dist/MagnifyingGlass.d.mts +12 -0
- package/dist/MagnifyingGlass.d.ts +12 -0
- package/dist/{NewsActive.js → MagnifyingGlass.js} +25 -18
- package/dist/MagnifyingGlass.mjs +33 -0
- package/dist/MinusCircle.d.mts +12 -0
- package/dist/MinusCircle.d.ts +12 -0
- package/dist/MinusCircle.js +50 -0
- package/dist/MinusCircle.mjs +20 -0
- package/dist/MinusCircleFill.d.mts +12 -0
- package/dist/MinusCircleFill.d.ts +12 -0
- package/dist/{CardActive.js → MinusCircleFill.js} +19 -23
- package/dist/MinusCircleFill.mjs +20 -0
- package/dist/{CardActive.d.mts → Mobile.d.mts} +2 -2
- package/dist/{CardActive.d.ts → Mobile.d.ts} +2 -2
- package/dist/Mobile.js +52 -0
- package/dist/Mobile.mjs +22 -0
- package/dist/MonthlyLimit.d.mts +12 -0
- package/dist/MonthlyLimit.d.ts +12 -0
- package/dist/MonthlyLimit.js +50 -0
- package/dist/MonthlyLimit.mjs +20 -0
- package/dist/PhoneFill.d.mts +12 -0
- package/dist/PhoneFill.d.ts +12 -0
- package/dist/PhoneFill.js +52 -0
- package/dist/PhoneFill.mjs +22 -0
- package/dist/Plus.d.mts +1 -1
- package/dist/Plus.d.ts +1 -1
- package/dist/Plus.js +14 -18
- package/dist/Plus.mjs +14 -18
- package/dist/PlusCircle.d.mts +12 -0
- package/dist/PlusCircle.d.ts +12 -0
- package/dist/{Attention.js → PlusCircle.js} +19 -23
- package/dist/PlusCircle.mjs +20 -0
- package/dist/PlusCircleFill.d.mts +12 -0
- package/dist/PlusCircleFill.d.ts +12 -0
- package/dist/PlusCircleFill.js +50 -0
- package/dist/PlusCircleFill.mjs +20 -0
- package/dist/Pochitto.d.mts +1 -1
- package/dist/Pochitto.d.ts +1 -1
- package/dist/Pochitto.js +25 -29
- package/dist/Pochitto.mjs +25 -29
- package/dist/Question.d.mts +1 -1
- package/dist/Question.d.ts +1 -1
- package/dist/Question.js +14 -18
- package/dist/Question.mjs +14 -18
- package/dist/QuestionCircle.d.mts +12 -0
- package/dist/QuestionCircle.d.ts +12 -0
- package/dist/QuestionCircle.js +50 -0
- package/dist/QuestionCircle.mjs +20 -0
- package/dist/RotateRight.d.mts +12 -0
- package/dist/RotateRight.d.ts +12 -0
- package/dist/{Card.js → RotateRight.js} +19 -23
- package/dist/RotateRight.mjs +20 -0
- package/dist/Shop.d.mts +1 -1
- package/dist/Shop.d.ts +1 -1
- package/dist/Shop.js +14 -18
- package/dist/Shop.mjs +14 -18
- package/dist/SquareDot.d.mts +12 -0
- package/dist/SquareDot.d.ts +12 -0
- package/dist/SquareDot.js +50 -0
- package/dist/SquareDot.mjs +20 -0
- package/dist/Unlock.d.mts +1 -1
- package/dist/Unlock.d.ts +1 -1
- package/dist/Unlock.js +14 -18
- package/dist/Unlock.mjs +14 -18
- package/dist/Vandlykun.d.mts +12 -0
- package/dist/Vandlykun.d.ts +12 -0
- package/dist/Vandlykun.js +50 -0
- package/dist/Vandlykun.mjs +20 -0
- package/dist/Xmark.d.mts +12 -0
- package/dist/Xmark.d.ts +12 -0
- package/dist/Xmark.js +50 -0
- package/dist/Xmark.mjs +20 -0
- package/dist/XmarkCircle.d.mts +12 -0
- package/dist/XmarkCircle.d.ts +12 -0
- package/dist/XmarkCircle.js +53 -0
- package/dist/XmarkCircle.mjs +23 -0
- package/dist/XmarkCircleFill.d.mts +12 -0
- package/dist/XmarkCircleFill.d.ts +12 -0
- package/dist/XmarkCircleFill.js +53 -0
- package/dist/XmarkCircleFill.mjs +23 -0
- package/dist/YenSign.d.mts +12 -0
- package/dist/YenSign.d.ts +12 -0
- package/dist/YenSign.js +52 -0
- package/dist/YenSign.mjs +22 -0
- package/dist/index.d.mts +42 -41
- package/dist/index.d.ts +42 -41
- package/dist/index.js +126 -123
- package/dist/index.mjs +102 -100
- package/package.json +1 -1
- package/dist/Arrow.mjs +0 -24
- package/dist/Attention.mjs +0 -24
- package/dist/AttentionActive.mjs +0 -24
- package/dist/Back.mjs +0 -24
- package/dist/Card.d.mts +0 -12
- package/dist/Card.d.ts +0 -12
- package/dist/Card.mjs +0 -24
- package/dist/CardActive.mjs +0 -24
- package/dist/CardSwipe.js +0 -54
- package/dist/CardSwipe.mjs +0 -24
- package/dist/Caret.d.mts +0 -12
- package/dist/Caret.d.ts +0 -12
- package/dist/Caret.mjs +0 -24
- package/dist/CaretReverse.mjs +0 -24
- package/dist/Caution.d.mts +0 -12
- package/dist/Caution.d.ts +0 -12
- package/dist/Caution.js +0 -54
- package/dist/Caution.mjs +0 -24
- package/dist/Charge.d.mts +0 -12
- package/dist/Charge.d.ts +0 -12
- package/dist/Charge.js +0 -54
- package/dist/Charge.mjs +0 -24
- package/dist/ChargeActive.js +0 -54
- package/dist/ChargeActive.mjs +0 -24
- package/dist/CheckFill.d.mts +0 -12
- package/dist/CheckFill.d.ts +0 -12
- package/dist/CheckFill.js +0 -54
- package/dist/CheckFill.mjs +0 -24
- package/dist/CircleXactive.js +0 -57
- package/dist/CircleXactive.mjs +0 -27
- package/dist/Close.d.mts +0 -12
- package/dist/Close.d.ts +0 -12
- package/dist/Close.js +0 -54
- package/dist/Close.mjs +0 -24
- package/dist/Delete.d.mts +0 -12
- package/dist/Delete.d.ts +0 -12
- package/dist/Delete.js +0 -57
- package/dist/Delete.mjs +0 -27
- package/dist/DeleteActive.d.mts +0 -12
- package/dist/DeleteActive.d.ts +0 -12
- package/dist/DeleteActive.mjs +0 -24
- package/dist/Doc.d.mts +0 -12
- package/dist/Doc.d.ts +0 -12
- package/dist/Doc.js +0 -54
- package/dist/Doc.mjs +0 -24
- package/dist/Eye.d.mts +0 -12
- package/dist/Eye.d.ts +0 -12
- package/dist/Eye.js +0 -54
- package/dist/Eye.mjs +0 -24
- package/dist/EyeSlash.js +0 -54
- package/dist/EyeSlash.mjs +0 -24
- package/dist/Finger.d.mts +0 -12
- package/dist/Finger.d.ts +0 -12
- package/dist/Finger.js +0 -77
- package/dist/Finger.mjs +0 -47
- package/dist/Flip.d.mts +0 -12
- package/dist/Flip.d.ts +0 -12
- package/dist/Flip.js +0 -54
- package/dist/Flip.mjs +0 -24
- package/dist/GiftActive.d.mts +0 -12
- package/dist/GiftActive.d.ts +0 -12
- package/dist/GiftActive.js +0 -74
- package/dist/GiftActive.mjs +0 -44
- package/dist/Hamburger.d.mts +0 -12
- package/dist/Hamburger.d.ts +0 -12
- package/dist/Hamburger.js +0 -54
- package/dist/Hamburger.mjs +0 -24
- package/dist/History.d.mts +0 -12
- package/dist/History.d.ts +0 -12
- package/dist/History.js +0 -74
- package/dist/History.mjs +0 -44
- package/dist/Home.d.mts +0 -12
- package/dist/Home.d.ts +0 -12
- package/dist/Home.js +0 -54
- package/dist/Home.mjs +0 -24
- package/dist/HomeActive.d.mts +0 -12
- package/dist/HomeActive.d.ts +0 -12
- package/dist/HomeActive.js +0 -54
- package/dist/HomeActive.mjs +0 -24
- package/dist/Limit.d.mts +0 -12
- package/dist/Limit.d.ts +0 -12
- package/dist/Limit.js +0 -54
- package/dist/Limit.mjs +0 -24
- package/dist/LimitMonthly.d.mts +0 -12
- package/dist/LimitMonthly.d.ts +0 -12
- package/dist/LimitMonthly.js +0 -54
- package/dist/LimitMonthly.mjs +0 -24
- package/dist/Net.d.mts +0 -12
- package/dist/Net.d.ts +0 -12
- package/dist/Net.js +0 -56
- package/dist/Net.mjs +0 -26
- package/dist/News.d.mts +0 -12
- package/dist/News.d.ts +0 -12
- package/dist/News.mjs +0 -26
- package/dist/NewsActive.d.mts +0 -12
- package/dist/NewsActive.d.ts +0 -12
- package/dist/NewsActive.mjs +0 -26
- package/dist/Notification.d.mts +0 -12
- package/dist/Notification.d.ts +0 -12
- package/dist/Notification.js +0 -54
- package/dist/Notification.mjs +0 -24
- package/dist/QuestionPlain.js +0 -54
- package/dist/QuestionPlain.mjs +0 -24
- package/dist/Search.d.mts +0 -12
- package/dist/Search.d.ts +0 -12
- package/dist/Search.js +0 -67
- package/dist/Search.mjs +0 -37
- package/dist/Service.d.mts +0 -12
- package/dist/Service.d.ts +0 -12
- package/dist/Service.js +0 -54
- package/dist/Service.mjs +0 -24
- package/dist/Setting.d.mts +0 -12
- package/dist/Setting.d.ts +0 -12
- package/dist/Setting.js +0 -56
- package/dist/Setting.mjs +0 -26
- package/dist/SettingActive.d.mts +0 -12
- package/dist/SettingActive.d.ts +0 -12
- package/dist/SettingActive.js +0 -54
- package/dist/SettingActive.mjs +0 -24
- package/dist/Smartphone.d.mts +0 -12
- package/dist/Smartphone.d.ts +0 -12
- package/dist/Smartphone.mjs +0 -26
- package/dist/Tel.d.mts +0 -12
- package/dist/Tel.d.ts +0 -12
- package/dist/Tel.js +0 -56
- package/dist/Tel.mjs +0 -26
- package/dist/Yen.d.mts +0 -12
- package/dist/Yen.d.ts +0 -12
- package/dist/Yen.js +0 -56
- package/dist/Yen.mjs +0 -26
|
@@ -26,29 +26,25 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
31
|
-
default: () =>
|
|
29
|
+
var RotateRight_exports = {};
|
|
30
|
+
__export(RotateRight_exports, {
|
|
31
|
+
default: () => RotateRight_default
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
33
|
+
module.exports = __toCommonJS(RotateRight_exports);
|
|
34
34
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
35
|
var import_react_native_svg = __toESM(require("react-native-svg"));
|
|
36
|
-
const
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
)
|
|
52
|
-
}
|
|
53
|
-
);
|
|
54
|
-
var Card_default = SvgCard;
|
|
36
|
+
const SvgRotateRight = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
37
|
+
const props = {
|
|
38
|
+
...restProps,
|
|
39
|
+
width,
|
|
40
|
+
height
|
|
41
|
+
};
|
|
42
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
43
|
+
import_react_native_svg.Path,
|
|
44
|
+
{
|
|
45
|
+
fill: "currentColor",
|
|
46
|
+
d: "M5.69 8.357a7.286 7.286 0 0 1 9.953-2.666 17.6 17.6 0 0 1 3 2.697V6.214a.858.858 0 0 1 1.714 0V10.5a.857.857 0 0 1-.857.857h-4.286a.857.857 0 1 1 0-1.714h2.325c-1.471-1.577-2.748-2.464-2.753-2.468a5.571 5.571 0 1 0 2.039 7.61s.543-.713 1.249-.293c.7.418.243 1.14.236 1.15A7.287 7.287 0 0 1 5.69 8.358"
|
|
47
|
+
}
|
|
48
|
+
) });
|
|
49
|
+
};
|
|
50
|
+
var RotateRight_default = SvgRotateRight;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgRotateRight = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
4
|
+
const props = {
|
|
5
|
+
...restProps,
|
|
6
|
+
width,
|
|
7
|
+
height
|
|
8
|
+
};
|
|
9
|
+
return /* @__PURE__ */ jsx(Svg, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx(
|
|
10
|
+
Path,
|
|
11
|
+
{
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M5.69 8.357a7.286 7.286 0 0 1 9.953-2.666 17.6 17.6 0 0 1 3 2.697V6.214a.858.858 0 0 1 1.714 0V10.5a.857.857 0 0 1-.857.857h-4.286a.857.857 0 1 1 0-1.714h2.325c-1.471-1.577-2.748-2.464-2.753-2.468a5.571 5.571 0 1 0 2.039 7.61s.543-.713 1.249-.293c.7.418.243 1.14.236 1.15A7.287 7.287 0 0 1 5.69 8.358"
|
|
14
|
+
}
|
|
15
|
+
) });
|
|
16
|
+
};
|
|
17
|
+
var RotateRight_default = SvgRotateRight;
|
|
18
|
+
export {
|
|
19
|
+
RotateRight_default as default
|
|
20
|
+
};
|
package/dist/Shop.d.mts
CHANGED
|
@@ -7,6 +7,6 @@ interface ISvgProps extends SvgProps {
|
|
|
7
7
|
xmlSpace?: string;
|
|
8
8
|
size?: number;
|
|
9
9
|
}
|
|
10
|
-
declare const SvgShop: ({ size, width, height, ...
|
|
10
|
+
declare const SvgShop: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
11
|
|
|
12
12
|
export { SvgShop as default };
|
package/dist/Shop.d.ts
CHANGED
|
@@ -7,6 +7,6 @@ interface ISvgProps extends SvgProps {
|
|
|
7
7
|
xmlSpace?: string;
|
|
8
8
|
size?: number;
|
|
9
9
|
}
|
|
10
|
-
declare const SvgShop: ({ size, width, height, ...
|
|
10
|
+
declare const SvgShop: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
11
|
|
|
12
12
|
export { SvgShop as default };
|
package/dist/Shop.js
CHANGED
|
@@ -33,22 +33,18 @@ __export(Shop_exports, {
|
|
|
33
33
|
module.exports = __toCommonJS(Shop_exports);
|
|
34
34
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
35
|
var import_react_native_svg = __toESM(require("react-native-svg"));
|
|
36
|
-
const SvgShop = ({ size, width = size, height = size, ...
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}
|
|
51
|
-
)
|
|
52
|
-
}
|
|
53
|
-
);
|
|
36
|
+
const SvgShop = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
37
|
+
const props = {
|
|
38
|
+
...restProps,
|
|
39
|
+
width,
|
|
40
|
+
height
|
|
41
|
+
};
|
|
42
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
43
|
+
import_react_native_svg.Path,
|
|
44
|
+
{
|
|
45
|
+
fill: "currentColor",
|
|
46
|
+
d: "M18.428 12.429c.85 0 .858.843.858.857v6.428c0 .71-.572 1.286-1.284 1.286h-3.859c-.427 0-.857-.425-.857-.857v-3h-2.572v3c0 .437-.42.857-.857.857H6c-.71 0-1.284-.576-1.285-1.286v-6.428c0-.014.008-.857.858-.857s.856.843.856.857v6H9v-3c0-.427.427-.857.857-.857h4.286c.43 0 .857.427.857.858v3h2.572v-6s0-.858.856-.858M18.001 3c.368 0 .695.236.812.586l1.954 3.518a.85.85 0 0 1 .257.61v3c0 1.204-1.426 1.715-3 1.715-.752 0-1.37-.295-1.842-.778-.593.481-1.266.778-2.015.778-.785 0-1.486-.326-2.1-.848l-.043-.036-.043.036c-.614.522-1.315.848-2.1.848-.752 0-1.427-.299-2.022-.783a2.5 2.5 0 0 1-1.835.783c-1.602 0-2.908-.242-2.99-1.514l-.009-.147c-.02-.316-.026-.787-.024-1.382 0-.35.005-.723.011-1.099l.007-.394a.85.85 0 0 1 .026-.45l2.142-3.857A.86.86 0 0 1 6.001 3zM4.722 8.571c-.004.281-.007.558-.008.82-.001.56.005 1.003.022 1.27l.004.048c.342.004.989.005 1.284.005.276 0 .488-.116.675-.338.126-.15.205-.304.23-.375a.857.857 0 0 1 1.516-.2 3.025 3.025 0 0 0 .446.475c.331.28.67.438.99.438s.659-.157.99-.439a3 3 0 0 0 .446-.474.857.857 0 0 1 1.414 0 3.015 3.015 0 0 0 .446.475c.331.28.67.438.99.438s.658-.157.989-.439a3 3 0 0 0 .446-.474.857.857 0 0 1 1.52.214c.023.067.099.218.221.365.183.219.395.334.681.334.218 0 .96-.009 1.285-.026V8.572zm.575-1.714h13.407l-1.19-2.143H6.487zM20.165 8.57l-.022.002h.024z"
|
|
47
|
+
}
|
|
48
|
+
) });
|
|
49
|
+
};
|
|
54
50
|
var Shop_default = SvgShop;
|
package/dist/Shop.mjs
CHANGED
|
@@ -1,23 +1,19 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import Svg, { Path } from "react-native-svg";
|
|
3
|
-
const SvgShop = ({ size, width = size, height = size, ...
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
)
|
|
19
|
-
}
|
|
20
|
-
);
|
|
3
|
+
const SvgShop = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
4
|
+
const props = {
|
|
5
|
+
...restProps,
|
|
6
|
+
width,
|
|
7
|
+
height
|
|
8
|
+
};
|
|
9
|
+
return /* @__PURE__ */ jsx(Svg, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx(
|
|
10
|
+
Path,
|
|
11
|
+
{
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M18.428 12.429c.85 0 .858.843.858.857v6.428c0 .71-.572 1.286-1.284 1.286h-3.859c-.427 0-.857-.425-.857-.857v-3h-2.572v3c0 .437-.42.857-.857.857H6c-.71 0-1.284-.576-1.285-1.286v-6.428c0-.014.008-.857.858-.857s.856.843.856.857v6H9v-3c0-.427.427-.857.857-.857h4.286c.43 0 .857.427.857.858v3h2.572v-6s0-.858.856-.858M18.001 3c.368 0 .695.236.812.586l1.954 3.518a.85.85 0 0 1 .257.61v3c0 1.204-1.426 1.715-3 1.715-.752 0-1.37-.295-1.842-.778-.593.481-1.266.778-2.015.778-.785 0-1.486-.326-2.1-.848l-.043-.036-.043.036c-.614.522-1.315.848-2.1.848-.752 0-1.427-.299-2.022-.783a2.5 2.5 0 0 1-1.835.783c-1.602 0-2.908-.242-2.99-1.514l-.009-.147c-.02-.316-.026-.787-.024-1.382 0-.35.005-.723.011-1.099l.007-.394a.85.85 0 0 1 .026-.45l2.142-3.857A.86.86 0 0 1 6.001 3zM4.722 8.571c-.004.281-.007.558-.008.82-.001.56.005 1.003.022 1.27l.004.048c.342.004.989.005 1.284.005.276 0 .488-.116.675-.338.126-.15.205-.304.23-.375a.857.857 0 0 1 1.516-.2 3.025 3.025 0 0 0 .446.475c.331.28.67.438.99.438s.659-.157.99-.439a3 3 0 0 0 .446-.474.857.857 0 0 1 1.414 0 3.015 3.015 0 0 0 .446.475c.331.28.67.438.99.438s.658-.157.989-.439a3 3 0 0 0 .446-.474.857.857 0 0 1 1.52.214c.023.067.099.218.221.365.183.219.395.334.681.334.218 0 .96-.009 1.285-.026V8.572zm.575-1.714h13.407l-1.19-2.143H6.487zM20.165 8.57l-.022.002h.024z"
|
|
14
|
+
}
|
|
15
|
+
) });
|
|
16
|
+
};
|
|
21
17
|
var Shop_default = SvgShop;
|
|
22
18
|
export {
|
|
23
19
|
Shop_default as default
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { SvgProps } from 'react-native-svg';
|
|
3
|
+
|
|
4
|
+
interface ISvgProps extends SvgProps {
|
|
5
|
+
xmlns?: string;
|
|
6
|
+
xmlnsXlink?: string;
|
|
7
|
+
xmlSpace?: string;
|
|
8
|
+
size?: number;
|
|
9
|
+
}
|
|
10
|
+
declare const SvgSquareDot: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
export { SvgSquareDot as default };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { SvgProps } from 'react-native-svg';
|
|
3
|
+
|
|
4
|
+
interface ISvgProps extends SvgProps {
|
|
5
|
+
xmlns?: string;
|
|
6
|
+
xmlnsXlink?: string;
|
|
7
|
+
xmlSpace?: string;
|
|
8
|
+
size?: number;
|
|
9
|
+
}
|
|
10
|
+
declare const SvgSquareDot: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
export { SvgSquareDot as default };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var SquareDot_exports = {};
|
|
30
|
+
__export(SquareDot_exports, {
|
|
31
|
+
default: () => SquareDot_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(SquareDot_exports);
|
|
34
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
+
var import_react_native_svg = __toESM(require("react-native-svg"));
|
|
36
|
+
const SvgSquareDot = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
37
|
+
const props = {
|
|
38
|
+
...restProps,
|
|
39
|
+
width,
|
|
40
|
+
height
|
|
41
|
+
};
|
|
42
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
43
|
+
import_react_native_svg.Path,
|
|
44
|
+
{
|
|
45
|
+
fill: "currentColor",
|
|
46
|
+
d: "M13.543 5.552a3.4 3.4 0 0 0-.258 1.305v.41H6.86q-.003 0-.002-.002v10.288h10.288q-.003 0-.002-.002v-6.408h.428c.454 0 .888-.09 1.285-.251v6.413a1.96 1.96 0 0 1-1.957 1.96H7.1a1.96 1.96 0 0 1-1.957-1.956V7.51a1.96 1.96 0 0 1 1.96-1.958zM6.858 17.555v-.002h-.002q.002 0 .002.002M17.143 5.143a2.143 2.143 0 1 1 0 4.285 2.143 2.143 0 0 1 0-4.285"
|
|
47
|
+
}
|
|
48
|
+
) });
|
|
49
|
+
};
|
|
50
|
+
var SquareDot_default = SvgSquareDot;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgSquareDot = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
4
|
+
const props = {
|
|
5
|
+
...restProps,
|
|
6
|
+
width,
|
|
7
|
+
height
|
|
8
|
+
};
|
|
9
|
+
return /* @__PURE__ */ jsx(Svg, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx(
|
|
10
|
+
Path,
|
|
11
|
+
{
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M13.543 5.552a3.4 3.4 0 0 0-.258 1.305v.41H6.86q-.003 0-.002-.002v10.288h10.288q-.003 0-.002-.002v-6.408h.428c.454 0 .888-.09 1.285-.251v6.413a1.96 1.96 0 0 1-1.957 1.96H7.1a1.96 1.96 0 0 1-1.957-1.956V7.51a1.96 1.96 0 0 1 1.96-1.958zM6.858 17.555v-.002h-.002q.002 0 .002.002M17.143 5.143a2.143 2.143 0 1 1 0 4.285 2.143 2.143 0 0 1 0-4.285"
|
|
14
|
+
}
|
|
15
|
+
) });
|
|
16
|
+
};
|
|
17
|
+
var SquareDot_default = SvgSquareDot;
|
|
18
|
+
export {
|
|
19
|
+
SquareDot_default as default
|
|
20
|
+
};
|
package/dist/Unlock.d.mts
CHANGED
|
@@ -7,6 +7,6 @@ interface ISvgProps extends SvgProps {
|
|
|
7
7
|
xmlSpace?: string;
|
|
8
8
|
size?: number;
|
|
9
9
|
}
|
|
10
|
-
declare const SvgUnlock: ({ size, width, height, ...
|
|
10
|
+
declare const SvgUnlock: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
11
|
|
|
12
12
|
export { SvgUnlock as default };
|
package/dist/Unlock.d.ts
CHANGED
|
@@ -7,6 +7,6 @@ interface ISvgProps extends SvgProps {
|
|
|
7
7
|
xmlSpace?: string;
|
|
8
8
|
size?: number;
|
|
9
9
|
}
|
|
10
|
-
declare const SvgUnlock: ({ size, width, height, ...
|
|
10
|
+
declare const SvgUnlock: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
11
|
|
|
12
12
|
export { SvgUnlock as default };
|
package/dist/Unlock.js
CHANGED
|
@@ -33,22 +33,18 @@ __export(Unlock_exports, {
|
|
|
33
33
|
module.exports = __toCommonJS(Unlock_exports);
|
|
34
34
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
35
|
var import_react_native_svg = __toESM(require("react-native-svg"));
|
|
36
|
-
const SvgUnlock = ({ size, width = size, height = size, ...
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}
|
|
51
|
-
)
|
|
52
|
-
}
|
|
53
|
-
);
|
|
36
|
+
const SvgUnlock = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
37
|
+
const props = {
|
|
38
|
+
...restProps,
|
|
39
|
+
width,
|
|
40
|
+
height
|
|
41
|
+
};
|
|
42
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
43
|
+
import_react_native_svg.Path,
|
|
44
|
+
{
|
|
45
|
+
fill: "currentColor",
|
|
46
|
+
d: "M12 2.571q2.202 0 3.768 1.566 1.565 1.565 1.565 3.767a.74.74 0 0 1-.225.537.73.73 0 0 1-.537.226h-.761a.73.73 0 0 1-.536-.226.73.73 0 0 1-.226-.537q0-1.26-.893-2.154A2.94 2.94 0 0 0 12 4.858q-1.262 0-2.155.892a2.94 2.94 0 0 0-.893 2.154v3.954h8.762q.476 0 .81.333a1.1 1.1 0 0 1 .333.81v7.428q0 .476-.333.81a1.1 1.1 0 0 1-.81.332H6.285q-.476 0-.81-.333a1.1 1.1 0 0 1-.332-.81V13q0-.476.333-.81.333-.332.81-.332h.38V7.903q0-2.202 1.566-3.767Q9.797 2.57 12 2.57m-.068 12.143c-.829 0-1.503.606-1.503 1.35 0 .437.23.835.614 1.087l-.236 1.914a.32.32 0 0 0 .093.262.4.4 0 0 0 .28.113h1.503c.107 0 .209-.041.28-.113a.32.32 0 0 0 .094-.262l-.237-1.915c.384-.251.615-.65.615-1.085 0-.745-.674-1.35-1.503-1.351"
|
|
47
|
+
}
|
|
48
|
+
) });
|
|
49
|
+
};
|
|
54
50
|
var Unlock_default = SvgUnlock;
|
package/dist/Unlock.mjs
CHANGED
|
@@ -1,23 +1,19 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import Svg, { Path } from "react-native-svg";
|
|
3
|
-
const SvgUnlock = ({ size, width = size, height = size, ...
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
)
|
|
19
|
-
}
|
|
20
|
-
);
|
|
3
|
+
const SvgUnlock = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
4
|
+
const props = {
|
|
5
|
+
...restProps,
|
|
6
|
+
width,
|
|
7
|
+
height
|
|
8
|
+
};
|
|
9
|
+
return /* @__PURE__ */ jsx(Svg, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx(
|
|
10
|
+
Path,
|
|
11
|
+
{
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M12 2.571q2.202 0 3.768 1.566 1.565 1.565 1.565 3.767a.74.74 0 0 1-.225.537.73.73 0 0 1-.537.226h-.761a.73.73 0 0 1-.536-.226.73.73 0 0 1-.226-.537q0-1.26-.893-2.154A2.94 2.94 0 0 0 12 4.858q-1.262 0-2.155.892a2.94 2.94 0 0 0-.893 2.154v3.954h8.762q.476 0 .81.333a1.1 1.1 0 0 1 .333.81v7.428q0 .476-.333.81a1.1 1.1 0 0 1-.81.332H6.285q-.476 0-.81-.333a1.1 1.1 0 0 1-.332-.81V13q0-.476.333-.81.333-.332.81-.332h.38V7.903q0-2.202 1.566-3.767Q9.797 2.57 12 2.57m-.068 12.143c-.829 0-1.503.606-1.503 1.35 0 .437.23.835.614 1.087l-.236 1.914a.32.32 0 0 0 .093.262.4.4 0 0 0 .28.113h1.503c.107 0 .209-.041.28-.113a.32.32 0 0 0 .094-.262l-.237-1.915c.384-.251.615-.65.615-1.085 0-.745-.674-1.35-1.503-1.351"
|
|
14
|
+
}
|
|
15
|
+
) });
|
|
16
|
+
};
|
|
21
17
|
var Unlock_default = SvgUnlock;
|
|
22
18
|
export {
|
|
23
19
|
Unlock_default as default
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { SvgProps } from 'react-native-svg';
|
|
3
|
+
|
|
4
|
+
interface ISvgProps extends SvgProps {
|
|
5
|
+
xmlns?: string;
|
|
6
|
+
xmlnsXlink?: string;
|
|
7
|
+
xmlSpace?: string;
|
|
8
|
+
size?: number;
|
|
9
|
+
}
|
|
10
|
+
declare const SvgVandlykun: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
export { SvgVandlykun as default };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { SvgProps } from 'react-native-svg';
|
|
3
|
+
|
|
4
|
+
interface ISvgProps extends SvgProps {
|
|
5
|
+
xmlns?: string;
|
|
6
|
+
xmlnsXlink?: string;
|
|
7
|
+
xmlSpace?: string;
|
|
8
|
+
size?: number;
|
|
9
|
+
}
|
|
10
|
+
declare const SvgVandlykun: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
export { SvgVandlykun as default };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var Vandlykun_exports = {};
|
|
30
|
+
__export(Vandlykun_exports, {
|
|
31
|
+
default: () => Vandlykun_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(Vandlykun_exports);
|
|
34
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
+
var import_react_native_svg = __toESM(require("react-native-svg"));
|
|
36
|
+
const SvgVandlykun = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
37
|
+
const props = {
|
|
38
|
+
...restProps,
|
|
39
|
+
width,
|
|
40
|
+
height
|
|
41
|
+
};
|
|
42
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
43
|
+
import_react_native_svg.Path,
|
|
44
|
+
{
|
|
45
|
+
fill: "currentColor",
|
|
46
|
+
d: "M14.33 13.018c.96 0 1.679.7 1.875 1.352.123.412.255.803.251 1.578-.004.774-.086 1.058-.247 1.58-.107.398-.607 1.096-1.433 1.299s-1.912.347-2.745.347-2.177-.129-2.94-.379c-.764-.25-1.188-.893-1.29-1.204-.178-.414-.283-1.334-.273-1.64.008-.242.02-.894.263-1.609a1.95 1.95 0 0 1 1.868-1.322q.147 0 .305.02c.69.116 1.328.184 2.013.184.62 0 1.28-.056 2.055-.184q.152-.022.298-.022m-.15 1.007a13.5 13.5 0 0 1-2.203.196c-.68 0-1.344-.06-2.152-.194a1.4 1.4 0 0 0-.166-.011.98.98 0 0 0-.943.652c-.185.544-.201 1.064-.208 1.285l-.001.032c-.008.228.096.987.19 1.205l.019.043.013.04c.034.085.249.438.662.574.624.205 1.858.331 2.641.331.723 0 1.735-.128 2.516-.32.429-.104.68-.477.719-.596l.004-.014.004-.016c.145-.472.2-.648.202-1.29a3.5 3.5 0 0 0-.187-1.214l-.02-.067a.93.93 0 0 0-.316-.424 1 1 0 0 0-.774-.212m.04.931c.27 0 .428.213.428.488s-.157.45-.457.505c-.3.056-.9.216-2.19.216s-1.934-.161-2.224-.212c-.29-.052-.424-.234-.424-.51 0-.274.155-.484.425-.484 0 0 .842.21 2.22.21 1.362 0 2.206-.209 2.223-.213M3.045 5.143c1.129 0 2.045 1.088 2.045 2.43s-.916 2.43-2.045 2.43S1 8.915 1 7.573s.915-2.43 2.044-2.43m17.912 0C22.085 5.143 23 6.23 23 7.573s-.915 2.43-2.044 2.43-2.045-1.087-2.045-2.43c0-1.342.916-2.43 2.045-2.43"
|
|
47
|
+
}
|
|
48
|
+
) });
|
|
49
|
+
};
|
|
50
|
+
var Vandlykun_default = SvgVandlykun;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgVandlykun = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
4
|
+
const props = {
|
|
5
|
+
...restProps,
|
|
6
|
+
width,
|
|
7
|
+
height
|
|
8
|
+
};
|
|
9
|
+
return /* @__PURE__ */ jsx(Svg, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx(
|
|
10
|
+
Path,
|
|
11
|
+
{
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M14.33 13.018c.96 0 1.679.7 1.875 1.352.123.412.255.803.251 1.578-.004.774-.086 1.058-.247 1.58-.107.398-.607 1.096-1.433 1.299s-1.912.347-2.745.347-2.177-.129-2.94-.379c-.764-.25-1.188-.893-1.29-1.204-.178-.414-.283-1.334-.273-1.64.008-.242.02-.894.263-1.609a1.95 1.95 0 0 1 1.868-1.322q.147 0 .305.02c.69.116 1.328.184 2.013.184.62 0 1.28-.056 2.055-.184q.152-.022.298-.022m-.15 1.007a13.5 13.5 0 0 1-2.203.196c-.68 0-1.344-.06-2.152-.194a1.4 1.4 0 0 0-.166-.011.98.98 0 0 0-.943.652c-.185.544-.201 1.064-.208 1.285l-.001.032c-.008.228.096.987.19 1.205l.019.043.013.04c.034.085.249.438.662.574.624.205 1.858.331 2.641.331.723 0 1.735-.128 2.516-.32.429-.104.68-.477.719-.596l.004-.014.004-.016c.145-.472.2-.648.202-1.29a3.5 3.5 0 0 0-.187-1.214l-.02-.067a.93.93 0 0 0-.316-.424 1 1 0 0 0-.774-.212m.04.931c.27 0 .428.213.428.488s-.157.45-.457.505c-.3.056-.9.216-2.19.216s-1.934-.161-2.224-.212c-.29-.052-.424-.234-.424-.51 0-.274.155-.484.425-.484 0 0 .842.21 2.22.21 1.362 0 2.206-.209 2.223-.213M3.045 5.143c1.129 0 2.045 1.088 2.045 2.43s-.916 2.43-2.045 2.43S1 8.915 1 7.573s.915-2.43 2.044-2.43m17.912 0C22.085 5.143 23 6.23 23 7.573s-.915 2.43-2.044 2.43-2.045-1.087-2.045-2.43c0-1.342.916-2.43 2.045-2.43"
|
|
14
|
+
}
|
|
15
|
+
) });
|
|
16
|
+
};
|
|
17
|
+
var Vandlykun_default = SvgVandlykun;
|
|
18
|
+
export {
|
|
19
|
+
Vandlykun_default as default
|
|
20
|
+
};
|
package/dist/Xmark.d.mts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { SvgProps } from 'react-native-svg';
|
|
3
|
+
|
|
4
|
+
interface ISvgProps extends SvgProps {
|
|
5
|
+
xmlns?: string;
|
|
6
|
+
xmlnsXlink?: string;
|
|
7
|
+
xmlSpace?: string;
|
|
8
|
+
size?: number;
|
|
9
|
+
}
|
|
10
|
+
declare const SvgXmark: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
export { SvgXmark as default };
|
package/dist/Xmark.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { SvgProps } from 'react-native-svg';
|
|
3
|
+
|
|
4
|
+
interface ISvgProps extends SvgProps {
|
|
5
|
+
xmlns?: string;
|
|
6
|
+
xmlnsXlink?: string;
|
|
7
|
+
xmlSpace?: string;
|
|
8
|
+
size?: number;
|
|
9
|
+
}
|
|
10
|
+
declare const SvgXmark: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
export { SvgXmark as default };
|
package/dist/Xmark.js
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var Xmark_exports = {};
|
|
30
|
+
__export(Xmark_exports, {
|
|
31
|
+
default: () => Xmark_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(Xmark_exports);
|
|
34
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
+
var import_react_native_svg = __toESM(require("react-native-svg"));
|
|
36
|
+
const SvgXmark = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
37
|
+
const props = {
|
|
38
|
+
...restProps,
|
|
39
|
+
width,
|
|
40
|
+
height
|
|
41
|
+
};
|
|
42
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
43
|
+
import_react_native_svg.Path,
|
|
44
|
+
{
|
|
45
|
+
fill: "currentColor",
|
|
46
|
+
d: "m10.788 12-6.68-6.68A.857.857 0 1 1 5.32 4.108l6.68 6.68 6.68-6.68a.857.857 0 1 1 1.212 1.212L13.212 12l6.68 6.68a.857.857 0 1 1-1.212 1.212L12 13.212l-6.68 6.68a.857.857 0 0 1-1.212-1.212z"
|
|
47
|
+
}
|
|
48
|
+
) });
|
|
49
|
+
};
|
|
50
|
+
var Xmark_default = SvgXmark;
|
package/dist/Xmark.mjs
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgXmark = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
4
|
+
const props = {
|
|
5
|
+
...restProps,
|
|
6
|
+
width,
|
|
7
|
+
height
|
|
8
|
+
};
|
|
9
|
+
return /* @__PURE__ */ jsx(Svg, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx(
|
|
10
|
+
Path,
|
|
11
|
+
{
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "m10.788 12-6.68-6.68A.857.857 0 1 1 5.32 4.108l6.68 6.68 6.68-6.68a.857.857 0 1 1 1.212 1.212L13.212 12l6.68 6.68a.857.857 0 1 1-1.212 1.212L12 13.212l-6.68 6.68a.857.857 0 0 1-1.212-1.212z"
|
|
14
|
+
}
|
|
15
|
+
) });
|
|
16
|
+
};
|
|
17
|
+
var Xmark_default = SvgXmark;
|
|
18
|
+
export {
|
|
19
|
+
Xmark_default as default
|
|
20
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { SvgProps } from 'react-native-svg';
|
|
3
|
+
|
|
4
|
+
interface ISvgProps extends SvgProps {
|
|
5
|
+
xmlns?: string;
|
|
6
|
+
xmlnsXlink?: string;
|
|
7
|
+
xmlSpace?: string;
|
|
8
|
+
size?: number;
|
|
9
|
+
}
|
|
10
|
+
declare const SvgXmarkCircle: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
export { SvgXmarkCircle as default };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { SvgProps } from 'react-native-svg';
|
|
3
|
+
|
|
4
|
+
interface ISvgProps extends SvgProps {
|
|
5
|
+
xmlns?: string;
|
|
6
|
+
xmlnsXlink?: string;
|
|
7
|
+
xmlSpace?: string;
|
|
8
|
+
size?: number;
|
|
9
|
+
}
|
|
10
|
+
declare const SvgXmarkCircle: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
export { SvgXmarkCircle as default };
|