@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
|
@@ -7,6 +7,6 @@ interface ISvgProps extends SvgProps {
|
|
|
7
7
|
xmlSpace?: string;
|
|
8
8
|
size?: number;
|
|
9
9
|
}
|
|
10
|
-
declare const
|
|
10
|
+
declare const SvgGlobe: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
11
|
|
|
12
|
-
export {
|
|
12
|
+
export { SvgGlobe as default };
|
|
@@ -7,6 +7,6 @@ interface ISvgProps extends SvgProps {
|
|
|
7
7
|
xmlSpace?: string;
|
|
8
8
|
size?: number;
|
|
9
9
|
}
|
|
10
|
-
declare const
|
|
10
|
+
declare const SvgGlobe: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
11
|
|
|
12
|
-
export {
|
|
12
|
+
export { SvgGlobe as default };
|
package/dist/Globe.js
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
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 Globe_exports = {};
|
|
30
|
+
__export(Globe_exports, {
|
|
31
|
+
default: () => Globe_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(Globe_exports);
|
|
34
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
+
var import_react_native_svg = __toESM(require("react-native-svg"));
|
|
36
|
+
const SvgGlobe = ({ 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
|
+
fillRule: "evenodd",
|
|
47
|
+
d: "M15.915 17.397c.589.222.681.252 1.261.498-.704.572-1.016.852-2.106 1.326 0 0 .467-.72.845-1.824m-7.844.012c.307.942.703 1.583.828 1.802-.709-.31-1.147-.534-2.073-1.305 0 0 .598-.282 1.245-.497m0-10.813a11 11 0 0 1-1.233-.503c.787-.678 1.305-.978 2.06-1.297 0 0-.457.655-.828 1.8m7.85 0c-.262-.718-.462-1.184-.855-1.827.855.401 1.193.581 2.101 1.315 0 0-.457.273-1.246.512m.813 4.608c-.041-1.085-.12-1.95-.41-3.097.898-.272 1.379-.518 1.973-.82.8 1.036 1.402 2.62 1.514 3.917zm3.09 1.596c-.265 2.013-.928 2.997-1.538 3.905-.744-.348-1.048-.552-1.946-.823.198-1.037.324-1.722.412-3.082zm-7.032-.007h2.382a19 19 0 0 1-.356 2.683c-.835-.168-1.31-.231-2.026-.271zm-.011 3.987c.4 0 .905.063 1.611.216-.518 1.268-.852 1.842-1.611 2.534zm-1.564 2.763c-.435-.335-1.119-1.109-1.618-2.549.56-.11.988-.165 1.618-.219zm0-6.757v2.412c-.849.053-1.633.175-2.063.284-.186-.954-.247-1.53-.334-2.696zm-3.974-.002c.044 1.176.152 1.964.403 3.101-.89.271-1.18.472-1.917.827-.88-1.066-1.44-2.637-1.54-3.928zM4.193 11.2c.142-1.62.823-2.968 1.531-3.905.787.386 1.032.541 1.922.811-.254 1.223-.363 1.72-.39 3.094zm7.02.008H8.82c.077-1.063.086-1.627.355-2.689.847.152 1.076.239 2.038.265zm.01-3.992c-.45 0-1.103-.099-1.615-.211.408-1.297 1.176-2.237 1.614-2.545zm1.551-2.721c.557.285 1.265 1.54 1.605 2.51a10 10 0 0 1-1.604.214zm.015 4.319c.806-.074 1.526-.182 2.02-.297.255.991.303 2.016.345 2.705h-2.365zM2.57 12c0 5.199 4.21 9.415 9.406 9.428 5.23 0 9.452-4.222 9.452-9.428A9.429 9.429 0 0 0 2.57 12",
|
|
48
|
+
clipRule: "evenodd"
|
|
49
|
+
}
|
|
50
|
+
) });
|
|
51
|
+
};
|
|
52
|
+
var Globe_default = SvgGlobe;
|
package/dist/Globe.mjs
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgGlobe = ({ 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
|
+
fillRule: "evenodd",
|
|
14
|
+
d: "M15.915 17.397c.589.222.681.252 1.261.498-.704.572-1.016.852-2.106 1.326 0 0 .467-.72.845-1.824m-7.844.012c.307.942.703 1.583.828 1.802-.709-.31-1.147-.534-2.073-1.305 0 0 .598-.282 1.245-.497m0-10.813a11 11 0 0 1-1.233-.503c.787-.678 1.305-.978 2.06-1.297 0 0-.457.655-.828 1.8m7.85 0c-.262-.718-.462-1.184-.855-1.827.855.401 1.193.581 2.101 1.315 0 0-.457.273-1.246.512m.813 4.608c-.041-1.085-.12-1.95-.41-3.097.898-.272 1.379-.518 1.973-.82.8 1.036 1.402 2.62 1.514 3.917zm3.09 1.596c-.265 2.013-.928 2.997-1.538 3.905-.744-.348-1.048-.552-1.946-.823.198-1.037.324-1.722.412-3.082zm-7.032-.007h2.382a19 19 0 0 1-.356 2.683c-.835-.168-1.31-.231-2.026-.271zm-.011 3.987c.4 0 .905.063 1.611.216-.518 1.268-.852 1.842-1.611 2.534zm-1.564 2.763c-.435-.335-1.119-1.109-1.618-2.549.56-.11.988-.165 1.618-.219zm0-6.757v2.412c-.849.053-1.633.175-2.063.284-.186-.954-.247-1.53-.334-2.696zm-3.974-.002c.044 1.176.152 1.964.403 3.101-.89.271-1.18.472-1.917.827-.88-1.066-1.44-2.637-1.54-3.928zM4.193 11.2c.142-1.62.823-2.968 1.531-3.905.787.386 1.032.541 1.922.811-.254 1.223-.363 1.72-.39 3.094zm7.02.008H8.82c.077-1.063.086-1.627.355-2.689.847.152 1.076.239 2.038.265zm.01-3.992c-.45 0-1.103-.099-1.615-.211.408-1.297 1.176-2.237 1.614-2.545zm1.551-2.721c.557.285 1.265 1.54 1.605 2.51a10 10 0 0 1-1.604.214zm.015 4.319c.806-.074 1.526-.182 2.02-.297.255.991.303 2.016.345 2.705h-2.365zM2.57 12c0 5.199 4.21 9.415 9.406 9.428 5.23 0 9.452-4.222 9.452-9.428A9.429 9.429 0 0 0 2.57 12",
|
|
15
|
+
clipRule: "evenodd"
|
|
16
|
+
}
|
|
17
|
+
) });
|
|
18
|
+
};
|
|
19
|
+
var Globe_default = SvgGlobe;
|
|
20
|
+
export {
|
|
21
|
+
Globe_default as default
|
|
22
|
+
};
|
|
@@ -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 SvgHandPointUp: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
export { SvgHandPointUp 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 SvgHandPointUp: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
export { SvgHandPointUp as default };
|
|
@@ -0,0 +1,73 @@
|
|
|
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 HandPointUp_exports = {};
|
|
30
|
+
__export(HandPointUp_exports, {
|
|
31
|
+
default: () => HandPointUp_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(HandPointUp_exports);
|
|
34
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
+
var import_react_native_svg = __toESM(require("react-native-svg"));
|
|
36
|
+
const SvgHandPointUp = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
37
|
+
const props = {
|
|
38
|
+
...restProps,
|
|
39
|
+
width,
|
|
40
|
+
height
|
|
41
|
+
};
|
|
42
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
44
|
+
import_react_native_svg.Path,
|
|
45
|
+
{
|
|
46
|
+
fill: "currentColor",
|
|
47
|
+
d: "M8.899 14.872V5.306c0-.61-.507-1.127-1.16-1.128s-1.16.518-1.16 1.128v11.883a.804.804 0 0 1-1.607 0V5.306c0-1.523 1.252-2.735 2.767-2.735 1.516 0 2.767 1.212 2.767 2.735v9.566a.804.804 0 0 1-1.607 0"
|
|
48
|
+
}
|
|
49
|
+
),
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
51
|
+
import_react_native_svg.Path,
|
|
52
|
+
{
|
|
53
|
+
fill: "currentColor",
|
|
54
|
+
d: "M12.826 14.872v-2.006c0-.61-.507-1.127-1.16-1.127s-1.16.517-1.16 1.127v2.006a.804.804 0 0 1-1.607 0v-2.006c0-1.522 1.252-2.734 2.767-2.734 1.516 0 2.767 1.212 2.767 2.734v2.006a.804.804 0 0 1-1.607 0M5.767 13.746a.804.804 0 0 1 0 1.607c-.653 0-1.16.517-1.16 1.127l.011 1.808-.004.083a.804.804 0 0 1-1.599.01l-.004-.083L3 16.485v-.005l.004-.142c.074-1.455 1.295-2.592 2.763-2.592"
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
58
|
+
import_react_native_svg.Path,
|
|
59
|
+
{
|
|
60
|
+
fill: "currentColor",
|
|
61
|
+
d: "M16.752 14.872v-1.003c0-.61-.506-1.127-1.16-1.128s-1.16.518-1.16 1.128v1.003a.804.804 0 0 1-1.607 0v-1.003c0-1.523 1.252-2.735 2.767-2.735 1.516 0 2.767 1.212 2.767 2.735v1.003a.804.804 0 0 1-1.607 0"
|
|
62
|
+
}
|
|
63
|
+
),
|
|
64
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
65
|
+
import_react_native_svg.Path,
|
|
66
|
+
{
|
|
67
|
+
fill: "currentColor",
|
|
68
|
+
d: "M22.278 17.01a.804.804 0 0 1-1.607-.006zm-5.526-2.175c0-1.523 1.252-2.735 2.767-2.735 1.516 0 2.767 1.212 2.767 2.735v.002l-.008 2.173-1.607-.006.008-2.17-.006-.113a1.147 1.147 0 0 0-1.154-1.014c-.653 0-1.16.518-1.16 1.128a.803.803 0 1 1-1.607 0"
|
|
69
|
+
}
|
|
70
|
+
)
|
|
71
|
+
] });
|
|
72
|
+
};
|
|
73
|
+
var HandPointUp_default = SvgHandPointUp;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgHandPointUp = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
4
|
+
const props = {
|
|
5
|
+
...restProps,
|
|
6
|
+
width,
|
|
7
|
+
height
|
|
8
|
+
};
|
|
9
|
+
return /* @__PURE__ */ jsxs(Svg, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10
|
+
/* @__PURE__ */ jsx(
|
|
11
|
+
Path,
|
|
12
|
+
{
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
d: "M8.899 14.872V5.306c0-.61-.507-1.127-1.16-1.128s-1.16.518-1.16 1.128v11.883a.804.804 0 0 1-1.607 0V5.306c0-1.523 1.252-2.735 2.767-2.735 1.516 0 2.767 1.212 2.767 2.735v9.566a.804.804 0 0 1-1.607 0"
|
|
15
|
+
}
|
|
16
|
+
),
|
|
17
|
+
/* @__PURE__ */ jsx(
|
|
18
|
+
Path,
|
|
19
|
+
{
|
|
20
|
+
fill: "currentColor",
|
|
21
|
+
d: "M12.826 14.872v-2.006c0-.61-.507-1.127-1.16-1.127s-1.16.517-1.16 1.127v2.006a.804.804 0 0 1-1.607 0v-2.006c0-1.522 1.252-2.734 2.767-2.734 1.516 0 2.767 1.212 2.767 2.734v2.006a.804.804 0 0 1-1.607 0M5.767 13.746a.804.804 0 0 1 0 1.607c-.653 0-1.16.517-1.16 1.127l.011 1.808-.004.083a.804.804 0 0 1-1.599.01l-.004-.083L3 16.485v-.005l.004-.142c.074-1.455 1.295-2.592 2.763-2.592"
|
|
22
|
+
}
|
|
23
|
+
),
|
|
24
|
+
/* @__PURE__ */ jsx(
|
|
25
|
+
Path,
|
|
26
|
+
{
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
d: "M16.752 14.872v-1.003c0-.61-.506-1.127-1.16-1.128s-1.16.518-1.16 1.128v1.003a.804.804 0 0 1-1.607 0v-1.003c0-1.523 1.252-2.735 2.767-2.735 1.516 0 2.767 1.212 2.767 2.735v1.003a.804.804 0 0 1-1.607 0"
|
|
29
|
+
}
|
|
30
|
+
),
|
|
31
|
+
/* @__PURE__ */ jsx(
|
|
32
|
+
Path,
|
|
33
|
+
{
|
|
34
|
+
fill: "currentColor",
|
|
35
|
+
d: "M22.278 17.01a.804.804 0 0 1-1.607-.006zm-5.526-2.175c0-1.523 1.252-2.735 2.767-2.735 1.516 0 2.767 1.212 2.767 2.735v.002l-.008 2.173-1.607-.006.008-2.17-.006-.113a1.147 1.147 0 0 0-1.154-1.014c-.653 0-1.16.518-1.16 1.128a.803.803 0 1 1-1.607 0"
|
|
36
|
+
}
|
|
37
|
+
)
|
|
38
|
+
] });
|
|
39
|
+
};
|
|
40
|
+
var HandPointUp_default = SvgHandPointUp;
|
|
41
|
+
export {
|
|
42
|
+
HandPointUp_default as default
|
|
43
|
+
};
|
package/dist/House.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 SvgHouse: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
export { SvgHouse as default };
|
package/dist/House.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 SvgHouse: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
export { SvgHouse as default };
|
package/dist/House.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 House_exports = {};
|
|
30
|
+
__export(House_exports, {
|
|
31
|
+
default: () => House_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(House_exports);
|
|
34
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
+
var import_react_native_svg = __toESM(require("react-native-svg"));
|
|
36
|
+
const SvgHouse = ({ 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 12.429c.857 0 .858.857.858.857v6.856c0 .71-.573 1.287-1.285 1.287h-3.858c-.428 0-.857-.425-.857-.858v-3h-1.715v3c0 .438-.42.858-.858.858H6.427c-.71 0-1.284-.577-1.284-1.287v-6.856s0-.857.857-.857.858.857.858.857v6.428h2.57v-3c.001-.427.427-.857.857-.857h3.43c.429 0 .856.427.856.858v2.999h2.572v-6.429c0-.018.01-.856.857-.856M11.4 2.822a.857.857 0 0 1 1.212 0l8.576 8.577a.857.857 0 1 1-1.212 1.212l-7.97-7.973-7.97 7.973a.857.857 0 1 1-1.213-1.212z"
|
|
47
|
+
}
|
|
48
|
+
) });
|
|
49
|
+
};
|
|
50
|
+
var House_default = SvgHouse;
|
package/dist/House.mjs
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgHouse = ({ 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 12.429c.857 0 .858.857.858.857v6.856c0 .71-.573 1.287-1.285 1.287h-3.858c-.428 0-.857-.425-.857-.858v-3h-1.715v3c0 .438-.42.858-.858.858H6.427c-.71 0-1.284-.577-1.284-1.287v-6.856s0-.857.857-.857.858.857.858.857v6.428h2.57v-3c.001-.427.427-.857.857-.857h3.43c.429 0 .856.427.856.858v2.999h2.572v-6.429c0-.018.01-.856.857-.856M11.4 2.822a.857.857 0 0 1 1.212 0l8.576 8.577a.857.857 0 1 1-1.212 1.212l-7.97-7.973-7.97 7.973a.857.857 0 1 1-1.213-1.212z"
|
|
14
|
+
}
|
|
15
|
+
) });
|
|
16
|
+
};
|
|
17
|
+
var House_default = SvgHouse;
|
|
18
|
+
export {
|
|
19
|
+
House_default as default
|
|
20
|
+
};
|
|
@@ -7,6 +7,6 @@ interface ISvgProps extends SvgProps {
|
|
|
7
7
|
xmlSpace?: string;
|
|
8
8
|
size?: number;
|
|
9
9
|
}
|
|
10
|
-
declare const
|
|
10
|
+
declare const SvgHouseFill: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
11
|
|
|
12
|
-
export {
|
|
12
|
+
export { SvgHouseFill as default };
|
|
@@ -7,6 +7,6 @@ interface ISvgProps extends SvgProps {
|
|
|
7
7
|
xmlSpace?: string;
|
|
8
8
|
size?: number;
|
|
9
9
|
}
|
|
10
|
-
declare const
|
|
10
|
+
declare const SvgHouseFill: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
11
|
|
|
12
|
-
export {
|
|
12
|
+
export { SvgHouseFill 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 HouseFill_exports = {};
|
|
30
|
+
__export(HouseFill_exports, {
|
|
31
|
+
default: () => HouseFill_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(HouseFill_exports);
|
|
34
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
+
var import_react_native_svg = __toESM(require("react-native-svg"));
|
|
36
|
+
const SvgHouseFill = ({ 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: "M11.399 2.822a.857.857 0 0 1 1.212 0l8.576 8.577a.857.857 0 0 1-.695 1.458h-1.634v7.285c0 .71-.573 1.287-1.285 1.287h-3c-.428 0-.859-.425-.859-.858v-3.428h-3.429v3.428c0 .438-.418.858-.856.858H6.427c-.71 0-1.284-.576-1.284-1.287v-7.284c-.018 0-1.782.053-1.72.002a.857.857 0 0 1-.6-1.462z"
|
|
47
|
+
}
|
|
48
|
+
) });
|
|
49
|
+
};
|
|
50
|
+
var HouseFill_default = SvgHouseFill;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgHouseFill = ({ 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: "M11.399 2.822a.857.857 0 0 1 1.212 0l8.576 8.577a.857.857 0 0 1-.695 1.458h-1.634v7.285c0 .71-.573 1.287-1.285 1.287h-3c-.428 0-.859-.425-.859-.858v-3.428h-3.429v3.428c0 .438-.418.858-.856.858H6.427c-.71 0-1.284-.576-1.284-1.287v-7.284c-.018 0-1.782.053-1.72.002a.857.857 0 0 1-.6-1.462z"
|
|
14
|
+
}
|
|
15
|
+
) });
|
|
16
|
+
};
|
|
17
|
+
var HouseFill_default = SvgHouseFill;
|
|
18
|
+
export {
|
|
19
|
+
HouseFill_default as default
|
|
20
|
+
};
|
package/dist/Lock.d.mts
CHANGED
|
@@ -7,6 +7,6 @@ interface ISvgProps extends SvgProps {
|
|
|
7
7
|
xmlSpace?: string;
|
|
8
8
|
size?: number;
|
|
9
9
|
}
|
|
10
|
-
declare const SvgLock: ({ size, width, height, ...
|
|
10
|
+
declare const SvgLock: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
11
|
|
|
12
12
|
export { SvgLock as default };
|
package/dist/Lock.d.ts
CHANGED
|
@@ -7,6 +7,6 @@ interface ISvgProps extends SvgProps {
|
|
|
7
7
|
xmlSpace?: string;
|
|
8
8
|
size?: number;
|
|
9
9
|
}
|
|
10
|
-
declare const SvgLock: ({ size, width, height, ...
|
|
10
|
+
declare const SvgLock: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
11
|
|
|
12
12
|
export { SvgLock as default };
|
package/dist/Lock.js
CHANGED
|
@@ -33,24 +33,20 @@ __export(Lock_exports, {
|
|
|
33
33
|
module.exports = __toCommonJS(Lock_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 SvgLock = ({ size, width = size, height = size, ...
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
}
|
|
53
|
-
)
|
|
54
|
-
}
|
|
55
|
-
);
|
|
36
|
+
const SvgLock = ({ 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
|
+
fillRule: "evenodd",
|
|
47
|
+
d: "M6.857 9.857h-.43c-.712 0-1.284.574-1.284 1.282v7.722c0 .707.575 1.282 1.284 1.282h11.146c.712 0 1.284-.574 1.284-1.282v-7.722c0-.707-.575-1.282-1.284-1.282h-.43V8.572a4.713 4.713 0 0 0-4.714-4.715h-.858a4.716 4.716 0 0 0-4.714 4.715zm1.714.019h6.858V8.572a3 3 0 0 0-3-3h-.858c-1.655 0-3 1.344-3 3zm4.286 5.654a1.286 1.286 0 1 0-1.714 0v1.398a.857.857 0 1 0 1.714 0z",
|
|
48
|
+
clipRule: "evenodd"
|
|
49
|
+
}
|
|
50
|
+
) });
|
|
51
|
+
};
|
|
56
52
|
var Lock_default = SvgLock;
|
package/dist/Lock.mjs
CHANGED
|
@@ -1,25 +1,21 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import Svg, { Path } from "react-native-svg";
|
|
3
|
-
const SvgLock = ({ size, width = size, height = size, ...
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
)
|
|
21
|
-
}
|
|
22
|
-
);
|
|
3
|
+
const SvgLock = ({ 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
|
+
fillRule: "evenodd",
|
|
14
|
+
d: "M6.857 9.857h-.43c-.712 0-1.284.574-1.284 1.282v7.722c0 .707.575 1.282 1.284 1.282h11.146c.712 0 1.284-.574 1.284-1.282v-7.722c0-.707-.575-1.282-1.284-1.282h-.43V8.572a4.713 4.713 0 0 0-4.714-4.715h-.858a4.716 4.716 0 0 0-4.714 4.715zm1.714.019h6.858V8.572a3 3 0 0 0-3-3h-.858c-1.655 0-3 1.344-3 3zm4.286 5.654a1.286 1.286 0 1 0-1.714 0v1.398a.857.857 0 1 0 1.714 0z",
|
|
15
|
+
clipRule: "evenodd"
|
|
16
|
+
}
|
|
17
|
+
) });
|
|
18
|
+
};
|
|
23
19
|
var Lock_default = SvgLock;
|
|
24
20
|
export {
|
|
25
21
|
Lock_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 SvgMagnifyingGlass: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
export { SvgMagnifyingGlass 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 SvgMagnifyingGlass: ({ size, width, height, ...restProps }: ISvgProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
export { SvgMagnifyingGlass as default };
|
|
@@ -26,31 +26,38 @@ 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 MagnifyingGlass_exports = {};
|
|
30
|
+
__export(MagnifyingGlass_exports, {
|
|
31
|
+
default: () => MagnifyingGlass_default
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
33
|
+
module.exports = __toCommonJS(MagnifyingGlass_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
|
-
...props,
|
|
45
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
36
|
+
const SvgMagnifyingGlass = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
37
|
+
const props = {
|
|
38
|
+
...restProps,
|
|
39
|
+
width,
|
|
40
|
+
height
|
|
41
|
+
};
|
|
42
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
46
44
|
import_react_native_svg.Path,
|
|
47
45
|
{
|
|
48
46
|
fill: "currentColor",
|
|
49
47
|
fillRule: "evenodd",
|
|
50
|
-
d: "
|
|
48
|
+
d: "M10.286 4.714a5.571 5.571 0 1 0 0 11.143 5.571 5.571 0 0 0 0-11.143M3 10.286a7.286 7.286 0 1 1 14.571 0 7.286 7.286 0 0 1-14.571 0",
|
|
49
|
+
clipRule: "evenodd"
|
|
50
|
+
}
|
|
51
|
+
),
|
|
52
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
53
|
+
import_react_native_svg.Path,
|
|
54
|
+
{
|
|
55
|
+
fill: "currentColor",
|
|
56
|
+
fillRule: "evenodd",
|
|
57
|
+
d: "m19.17 20.686-4.928-4.928 1.516-1.516 4.928 4.929a1.072 1.072 0 0 1-1.515 1.515",
|
|
51
58
|
clipRule: "evenodd"
|
|
52
59
|
}
|
|
53
60
|
)
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
var
|
|
61
|
+
] });
|
|
62
|
+
};
|
|
63
|
+
var MagnifyingGlass_default = SvgMagnifyingGlass;
|