@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
package/dist/CardActive.mjs
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import Svg, { Path } from "react-native-svg";
|
|
3
|
-
const SvgCardActive = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ jsx(
|
|
4
|
-
Svg,
|
|
5
|
-
{
|
|
6
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
|
-
fill: "none",
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
...props,
|
|
12
|
-
children: /* @__PURE__ */ jsx(
|
|
13
|
-
Path,
|
|
14
|
-
{
|
|
15
|
-
fill: "currentColor",
|
|
16
|
-
d: "M23.143 17.643c0 1.38-1.124 2.5-2.514 2.5H3.37a2.51 2.51 0 0 1-2.514-2.5v-7.357h22.286zM4.286 15.428v.858h6.429v-.858zm16.343-11.57a2.51 2.51 0 0 1 2.514 2.498v2.215H.857V6.356a2.505 2.505 0 0 1 2.514-2.499z"
|
|
17
|
-
}
|
|
18
|
-
)
|
|
19
|
-
}
|
|
20
|
-
);
|
|
21
|
-
var CardActive_default = SvgCardActive;
|
|
22
|
-
export {
|
|
23
|
-
CardActive_default as default
|
|
24
|
-
};
|
package/dist/CardSwipe.js
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
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 CardSwipe_exports = {};
|
|
30
|
-
__export(CardSwipe_exports, {
|
|
31
|
-
default: () => CardSwipe_default
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(CardSwipe_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var import_react_native_svg = __toESM(require("react-native-svg"));
|
|
36
|
-
const SvgCardSwipe = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
37
|
-
import_react_native_svg.default,
|
|
38
|
-
{
|
|
39
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
-
width: 24,
|
|
41
|
-
height: 24,
|
|
42
|
-
fill: "none",
|
|
43
|
-
viewBox: "0 0 24 24",
|
|
44
|
-
...props,
|
|
45
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
46
|
-
import_react_native_svg.Path,
|
|
47
|
-
{
|
|
48
|
-
fill: "currentColor",
|
|
49
|
-
d: "M20.429 5.143c1.262 0 2.285.982 2.285 2.187l-.429 9.769c0 1.208-1.02 2.186-2.285 2.186H4.428c-1.262 0-2.285-.981-2.286-2.186l.3-6.814h-.727a.429.429 0 0 1 0-.856H8.02c.406 0 .411-.417.411-.429h12.513L21 7.814c0-.528-.475-.957-1.057-.957H5.317c-.546 0-.995.375-1.05.857h2.66a.429.429 0 0 1 0 .858H.858a.429.429 0 0 1 0-.858h1.698l.016-.384c0-1.207 1.021-2.187 2.285-2.187zM3.856 16.615c0 .527.476.956 1.057.957h14.626c.584 0 1.057-.428 1.057-.957l.271-5.9H4.127zm6.858-.758H5.142L5.228 15H10.8z"
|
|
50
|
-
}
|
|
51
|
-
)
|
|
52
|
-
}
|
|
53
|
-
);
|
|
54
|
-
var CardSwipe_default = SvgCardSwipe;
|
package/dist/CardSwipe.mjs
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import Svg, { Path } from "react-native-svg";
|
|
3
|
-
const SvgCardSwipe = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ jsx(
|
|
4
|
-
Svg,
|
|
5
|
-
{
|
|
6
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
|
-
fill: "none",
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
...props,
|
|
12
|
-
children: /* @__PURE__ */ jsx(
|
|
13
|
-
Path,
|
|
14
|
-
{
|
|
15
|
-
fill: "currentColor",
|
|
16
|
-
d: "M20.429 5.143c1.262 0 2.285.982 2.285 2.187l-.429 9.769c0 1.208-1.02 2.186-2.285 2.186H4.428c-1.262 0-2.285-.981-2.286-2.186l.3-6.814h-.727a.429.429 0 0 1 0-.856H8.02c.406 0 .411-.417.411-.429h12.513L21 7.814c0-.528-.475-.957-1.057-.957H5.317c-.546 0-.995.375-1.05.857h2.66a.429.429 0 0 1 0 .858H.858a.429.429 0 0 1 0-.858h1.698l.016-.384c0-1.207 1.021-2.187 2.285-2.187zM3.856 16.615c0 .527.476.956 1.057.957h14.626c.584 0 1.057-.428 1.057-.957l.271-5.9H4.127zm6.858-.758H5.142L5.228 15H10.8z"
|
|
17
|
-
}
|
|
18
|
-
)
|
|
19
|
-
}
|
|
20
|
-
);
|
|
21
|
-
var CardSwipe_default = SvgCardSwipe;
|
|
22
|
-
export {
|
|
23
|
-
CardSwipe_default as default
|
|
24
|
-
};
|
package/dist/Caret.d.mts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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 SvgCaret: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
-
|
|
12
|
-
export { SvgCaret as default };
|
package/dist/Caret.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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 SvgCaret: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
-
|
|
12
|
-
export { SvgCaret as default };
|
package/dist/Caret.mjs
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import Svg, { Path } from "react-native-svg";
|
|
3
|
-
const SvgCaret = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ jsx(
|
|
4
|
-
Svg,
|
|
5
|
-
{
|
|
6
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
|
-
fill: "none",
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
...props,
|
|
12
|
-
children: /* @__PURE__ */ jsx(
|
|
13
|
-
Path,
|
|
14
|
-
{
|
|
15
|
-
fill: "currentColor",
|
|
16
|
-
d: "M4.76 7.25a1.074 1.074 0 1 0-1.52 1.52l7.964 7.966c.44.439 1.151.439 1.59 0L20.76 8.77a1.074 1.074 0 1 0-1.52-1.52L12 14.49z"
|
|
17
|
-
}
|
|
18
|
-
)
|
|
19
|
-
}
|
|
20
|
-
);
|
|
21
|
-
var Caret_default = SvgCaret;
|
|
22
|
-
export {
|
|
23
|
-
Caret_default as default
|
|
24
|
-
};
|
package/dist/CaretReverse.mjs
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import Svg, { Path } from "react-native-svg";
|
|
3
|
-
const SvgCaretReverse = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ jsx(
|
|
4
|
-
Svg,
|
|
5
|
-
{
|
|
6
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
|
-
fill: "none",
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
...props,
|
|
12
|
-
children: /* @__PURE__ */ jsx(
|
|
13
|
-
Path,
|
|
14
|
-
{
|
|
15
|
-
fill: "currentColor",
|
|
16
|
-
d: "M19.24 16.75a1.074 1.074 0 1 0 1.52-1.52l-7.964-7.966a1.125 1.125 0 0 0-1.59 0L3.24 15.23a1.074 1.074 0 1 0 1.52 1.52L12 9.51z"
|
|
17
|
-
}
|
|
18
|
-
)
|
|
19
|
-
}
|
|
20
|
-
);
|
|
21
|
-
var CaretReverse_default = SvgCaretReverse;
|
|
22
|
-
export {
|
|
23
|
-
CaretReverse_default as default
|
|
24
|
-
};
|
package/dist/Caution.d.mts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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 SvgCaution: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
-
|
|
12
|
-
export { SvgCaution as default };
|
package/dist/Caution.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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 SvgCaution: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
-
|
|
12
|
-
export { SvgCaution as default };
|
package/dist/Caution.js
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
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 Caution_exports = {};
|
|
30
|
-
__export(Caution_exports, {
|
|
31
|
-
default: () => Caution_default
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(Caution_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var import_react_native_svg = __toESM(require("react-native-svg"));
|
|
36
|
-
const SvgCaution = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
37
|
-
import_react_native_svg.default,
|
|
38
|
-
{
|
|
39
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
-
width: 24,
|
|
41
|
-
height: 24,
|
|
42
|
-
fill: "none",
|
|
43
|
-
viewBox: "0 0 24 24",
|
|
44
|
-
...props,
|
|
45
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
46
|
-
import_react_native_svg.Path,
|
|
47
|
-
{
|
|
48
|
-
fill: "currentColor",
|
|
49
|
-
d: "M12 3.429c.303 0 .582.16.737.42l9 15.157A.858.858 0 0 1 21 20.3H3a.858.858 0 0 1-.737-1.295l9-15.157a.86.86 0 0 1 .737-.42M4.506 18.587h14.988L12 5.965zM12 16.286A.857.857 0 1 1 12 18a.857.857 0 0 1 0-1.714m0-6.643c.473 0 .857.384.857.857v4.286a.857.857 0 1 1-1.714 0V10.5c0-.473.384-.857.857-.857"
|
|
50
|
-
}
|
|
51
|
-
)
|
|
52
|
-
}
|
|
53
|
-
);
|
|
54
|
-
var Caution_default = SvgCaution;
|
package/dist/Caution.mjs
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import Svg, { Path } from "react-native-svg";
|
|
3
|
-
const SvgCaution = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ jsx(
|
|
4
|
-
Svg,
|
|
5
|
-
{
|
|
6
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
|
-
fill: "none",
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
...props,
|
|
12
|
-
children: /* @__PURE__ */ jsx(
|
|
13
|
-
Path,
|
|
14
|
-
{
|
|
15
|
-
fill: "currentColor",
|
|
16
|
-
d: "M12 3.429c.303 0 .582.16.737.42l9 15.157A.858.858 0 0 1 21 20.3H3a.858.858 0 0 1-.737-1.295l9-15.157a.86.86 0 0 1 .737-.42M4.506 18.587h14.988L12 5.965zM12 16.286A.857.857 0 1 1 12 18a.857.857 0 0 1 0-1.714m0-6.643c.473 0 .857.384.857.857v4.286a.857.857 0 1 1-1.714 0V10.5c0-.473.384-.857.857-.857"
|
|
17
|
-
}
|
|
18
|
-
)
|
|
19
|
-
}
|
|
20
|
-
);
|
|
21
|
-
var Caution_default = SvgCaution;
|
|
22
|
-
export {
|
|
23
|
-
Caution_default as default
|
|
24
|
-
};
|
package/dist/Charge.d.mts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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 SvgCharge: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
-
|
|
12
|
-
export { SvgCharge as default };
|
package/dist/Charge.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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 SvgCharge: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
-
|
|
12
|
-
export { SvgCharge as default };
|
package/dist/Charge.js
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
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 Charge_exports = {};
|
|
30
|
-
__export(Charge_exports, {
|
|
31
|
-
default: () => Charge_default
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(Charge_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var import_react_native_svg = __toESM(require("react-native-svg"));
|
|
36
|
-
const SvgCharge = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
37
|
-
import_react_native_svg.default,
|
|
38
|
-
{
|
|
39
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
-
width: 24,
|
|
41
|
-
height: 24,
|
|
42
|
-
fill: "none",
|
|
43
|
-
viewBox: "0 0 24 24",
|
|
44
|
-
...props,
|
|
45
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
46
|
-
import_react_native_svg.Path,
|
|
47
|
-
{
|
|
48
|
-
fill: "currentColor",
|
|
49
|
-
d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m0 1.714a7.715 7.715 0 1 0 0 15.43 7.715 7.715 0 0 0 0-15.43m0 3c.473 0 .857.384.857.858v3h3a.858.858 0 0 1 0 1.714h-3v3a.857.857 0 1 1-1.714 0v-3h-3a.857.857 0 1 1 0-1.714h3v-3c0-.474.384-.858.857-.858"
|
|
50
|
-
}
|
|
51
|
-
)
|
|
52
|
-
}
|
|
53
|
-
);
|
|
54
|
-
var Charge_default = SvgCharge;
|
package/dist/Charge.mjs
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import Svg, { Path } from "react-native-svg";
|
|
3
|
-
const SvgCharge = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ jsx(
|
|
4
|
-
Svg,
|
|
5
|
-
{
|
|
6
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
|
-
fill: "none",
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
...props,
|
|
12
|
-
children: /* @__PURE__ */ jsx(
|
|
13
|
-
Path,
|
|
14
|
-
{
|
|
15
|
-
fill: "currentColor",
|
|
16
|
-
d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m0 1.714a7.715 7.715 0 1 0 0 15.43 7.715 7.715 0 0 0 0-15.43m0 3c.473 0 .857.384.857.858v3h3a.858.858 0 0 1 0 1.714h-3v3a.857.857 0 1 1-1.714 0v-3h-3a.857.857 0 1 1 0-1.714h3v-3c0-.474.384-.858.857-.858"
|
|
17
|
-
}
|
|
18
|
-
)
|
|
19
|
-
}
|
|
20
|
-
);
|
|
21
|
-
var Charge_default = SvgCharge;
|
|
22
|
-
export {
|
|
23
|
-
Charge_default as default
|
|
24
|
-
};
|
package/dist/ChargeActive.js
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
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 ChargeActive_exports = {};
|
|
30
|
-
__export(ChargeActive_exports, {
|
|
31
|
-
default: () => ChargeActive_default
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(ChargeActive_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var import_react_native_svg = __toESM(require("react-native-svg"));
|
|
36
|
-
const SvgChargeActive = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
37
|
-
import_react_native_svg.default,
|
|
38
|
-
{
|
|
39
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
-
width: 24,
|
|
41
|
-
height: 24,
|
|
42
|
-
fill: "none",
|
|
43
|
-
viewBox: "0 0 24 24",
|
|
44
|
-
...props,
|
|
45
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
46
|
-
import_react_native_svg.Path,
|
|
47
|
-
{
|
|
48
|
-
fill: "currentColor",
|
|
49
|
-
d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m0 4.714a.86.86 0 0 0-.857.858v3h-3a.858.858 0 0 0 0 1.714h3v3a.858.858 0 0 0 1.714 0v-3h3a.857.857 0 1 0 0-1.714h-3v-3A.857.857 0 0 0 12 7.285"
|
|
50
|
-
}
|
|
51
|
-
)
|
|
52
|
-
}
|
|
53
|
-
);
|
|
54
|
-
var ChargeActive_default = SvgChargeActive;
|
package/dist/ChargeActive.mjs
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import Svg, { Path } from "react-native-svg";
|
|
3
|
-
const SvgChargeActive = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ jsx(
|
|
4
|
-
Svg,
|
|
5
|
-
{
|
|
6
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
|
-
fill: "none",
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
...props,
|
|
12
|
-
children: /* @__PURE__ */ jsx(
|
|
13
|
-
Path,
|
|
14
|
-
{
|
|
15
|
-
fill: "currentColor",
|
|
16
|
-
d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m0 4.714a.86.86 0 0 0-.857.858v3h-3a.858.858 0 0 0 0 1.714h3v3a.858.858 0 0 0 1.714 0v-3h3a.857.857 0 1 0 0-1.714h-3v-3A.857.857 0 0 0 12 7.285"
|
|
17
|
-
}
|
|
18
|
-
)
|
|
19
|
-
}
|
|
20
|
-
);
|
|
21
|
-
var ChargeActive_default = SvgChargeActive;
|
|
22
|
-
export {
|
|
23
|
-
ChargeActive_default as default
|
|
24
|
-
};
|
package/dist/CheckFill.d.mts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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 SvgCheckFill: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
-
|
|
12
|
-
export { SvgCheckFill as default };
|
package/dist/CheckFill.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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 SvgCheckFill: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
-
|
|
12
|
-
export { SvgCheckFill as default };
|
package/dist/CheckFill.js
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
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 CheckFill_exports = {};
|
|
30
|
-
__export(CheckFill_exports, {
|
|
31
|
-
default: () => CheckFill_default
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(CheckFill_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var import_react_native_svg = __toESM(require("react-native-svg"));
|
|
36
|
-
const SvgCheckFill = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
37
|
-
import_react_native_svg.default,
|
|
38
|
-
{
|
|
39
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
-
width: 24,
|
|
41
|
-
height: 24,
|
|
42
|
-
fill: "none",
|
|
43
|
-
viewBox: "0 0 24 24",
|
|
44
|
-
...props,
|
|
45
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
46
|
-
import_react_native_svg.Path,
|
|
47
|
-
{
|
|
48
|
-
fill: "currentColor",
|
|
49
|
-
d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m5.694 5.607a.857.857 0 0 0-1.212 0l-6.408 6.407-2.12-2.121a.857.857 0 1 0-1.213 1.212l2.121 2.121s.472.606 1.212.607c.741 0 1.213-.607 1.213-.607l6.406-6.406a.86.86 0 0 0 0-1.213"
|
|
50
|
-
}
|
|
51
|
-
)
|
|
52
|
-
}
|
|
53
|
-
);
|
|
54
|
-
var CheckFill_default = SvgCheckFill;
|
package/dist/CheckFill.mjs
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import Svg, { Path } from "react-native-svg";
|
|
3
|
-
const SvgCheckFill = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ jsx(
|
|
4
|
-
Svg,
|
|
5
|
-
{
|
|
6
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 24,
|
|
8
|
-
height: 24,
|
|
9
|
-
fill: "none",
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
...props,
|
|
12
|
-
children: /* @__PURE__ */ jsx(
|
|
13
|
-
Path,
|
|
14
|
-
{
|
|
15
|
-
fill: "currentColor",
|
|
16
|
-
d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m5.694 5.607a.857.857 0 0 0-1.212 0l-6.408 6.407-2.12-2.121a.857.857 0 1 0-1.213 1.212l2.121 2.121s.472.606 1.212.607c.741 0 1.213-.607 1.213-.607l6.406-6.406a.86.86 0 0 0 0-1.213"
|
|
17
|
-
}
|
|
18
|
-
)
|
|
19
|
-
}
|
|
20
|
-
);
|
|
21
|
-
var CheckFill_default = SvgCheckFill;
|
|
22
|
-
export {
|
|
23
|
-
CheckFill_default as default
|
|
24
|
-
};
|
package/dist/CircleXactive.js
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
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 CircleXactive_exports = {};
|
|
30
|
-
__export(CircleXactive_exports, {
|
|
31
|
-
default: () => CircleXactive_default
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(CircleXactive_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var import_react_native_svg = __toESM(require("react-native-svg"));
|
|
36
|
-
const SvgCircleXactive = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
37
|
-
import_react_native_svg.default,
|
|
38
|
-
{
|
|
39
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
-
width: 24,
|
|
41
|
-
height: 24,
|
|
42
|
-
fill: "none",
|
|
43
|
-
viewBox: "0 0 24 24",
|
|
44
|
-
...props,
|
|
45
|
-
children: [
|
|
46
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.G, { clipPath: "url(#circle-xactive_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
47
|
-
import_react_native_svg.Path,
|
|
48
|
-
{
|
|
49
|
-
fill: "currentColor",
|
|
50
|
-
d: "M18.667 5.333a9.43 9.43 0 0 1 0 13.334 9.43 9.43 0 0 1-13.334 0 9.43 9.43 0 0 1 0-13.334 9.43 9.43 0 0 1 13.334 0m-3.333 3.333a.86.86 0 0 0-1.213 0L12 10.788 9.879 8.666A.858.858 0 0 0 8.666 9.88L10.787 12l-2.12 2.121a.857.857 0 0 0 1.212 1.213L12 13.213l2.121 2.121a.857.857 0 0 0 1.213-1.213l-2.121-2.12 2.12-2.122a.86.86 0 0 0 0-1.213"
|
|
51
|
-
}
|
|
52
|
-
) }),
|
|
53
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Defs, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.ClipPath, { id: "circle-xactive_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Path, { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
54
|
-
]
|
|
55
|
-
}
|
|
56
|
-
);
|
|
57
|
-
var CircleXactive_default = SvgCircleXactive;
|