@wecareu/icons 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +104 -0
- package/dist/index.d.mts +16 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.js +632 -0
- package/dist/index.mjs +592 -0
- package/package.json +61 -56
- package/src/Icon.tsx +23 -258
- package/src/generated/ArrowDown.tsx +4 -0
- package/src/generated/ArrowLeft.tsx +4 -0
- package/src/generated/ArrowRight.tsx +4 -0
- package/src/generated/ArrowSpin.tsx +4 -0
- package/src/generated/ArrowUp.tsx +4 -0
- package/src/generated/Avatar.tsx +4 -0
- package/src/generated/AvatarFill.tsx +4 -0
- package/src/generated/Bank.tsx +4 -0
- package/src/generated/BookProfile.tsx +4 -0
- package/src/generated/Bot.tsx +4 -0
- package/src/generated/BusStop.tsx +4 -0
- package/src/generated/Calendar.tsx +4 -0
- package/src/generated/Camera.tsx +4 -0
- package/src/generated/Car.tsx +4 -0
- package/src/generated/Card.tsx +4 -0
- package/src/generated/ChatClose.tsx +4 -0
- package/src/generated/ChevronDown.tsx +4 -0
- package/src/generated/ChevronLeft.tsx +4 -0
- package/src/generated/ChevronRight.tsx +4 -0
- package/src/generated/ChevronUp.tsx +4 -0
- package/src/generated/Close.tsx +4 -0
- package/src/generated/Config.tsx +4 -0
- package/src/generated/Correct.tsx +4 -0
- package/src/generated/Crown.tsx +4 -0
- package/src/generated/Denounce.tsx +4 -0
- package/src/generated/Diamond.tsx +4 -0
- package/src/generated/Distance.tsx +4 -0
- package/src/generated/Dryer.tsx +4 -0
- package/src/generated/Edit.tsx +4 -0
- package/src/generated/EyeOff.tsx +4 -0
- package/src/generated/EyeOn.tsx +4 -0
- package/src/generated/Filter.tsx +4 -0
- package/src/generated/FingerPrint.tsx +4 -0
- package/src/generated/Fingernail.tsx +6 -0
- package/src/generated/Heart.tsx +4 -0
- package/src/generated/HeartFilled.tsx +4 -0
- package/src/generated/Home.tsx +4 -0
- package/src/generated/Image.tsx +4 -0
- package/src/generated/ImageGallery.tsx +4 -0
- package/src/generated/Information.tsx +4 -0
- package/src/generated/List.tsx +4 -0
- package/src/generated/ListAlt.tsx +4 -0
- package/src/generated/Location.tsx +4 -0
- package/src/generated/Lock.tsx +4 -0
- package/src/generated/Mail.tsx +4 -0
- package/src/generated/MaskSad.tsx +4 -0
- package/src/generated/Menu.tsx +4 -0
- package/src/generated/Money.tsx +4 -0
- package/src/generated/Money1.tsx +4 -0
- package/src/generated/MoneyCard.tsx +4 -0
- package/src/generated/NotificationOff.tsx +4 -0
- package/src/generated/NotificationOn.tsx +4 -0
- package/src/generated/PaperPlane.tsx +4 -0
- package/src/generated/Pix.tsx +4 -0
- package/src/generated/Plus.tsx +4 -0
- package/src/generated/Search.tsx +4 -0
- package/src/generated/Share.tsx +4 -0
- package/src/generated/Star.tsx +4 -0
- package/src/generated/StarFilled.tsx +4 -0
- package/src/generated/Stars.tsx +4 -0
- package/src/generated/SupportCenter.tsx +4 -0
- package/src/generated/Tag.tsx +4 -0
- package/src/generated/Time.tsx +4 -0
- package/src/generated/Trash.tsx +4 -0
- package/src/generated/Upload.tsx +4 -0
- package/src/generated/User.tsx +4 -0
- package/src/generated/UserBlock.tsx +4 -0
- package/src/generated/UserFilled.tsx +4 -0
- package/src/generated/Walk.tsx +4 -0
- package/src/icons-map.ts +147 -0
- package/src/index.tsx +8 -2
- package/lib/commonjs/Icon.js +0 -171
- package/lib/commonjs/Icon.js.map +0 -1
- package/lib/commonjs/assets/arrow-down.svg +0 -3
- package/lib/commonjs/assets/arrow-left.svg +0 -3
- package/lib/commonjs/assets/arrow-right.svg +0 -3
- package/lib/commonjs/assets/arrow-spin.svg +0 -7
- package/lib/commonjs/assets/arrow-up.svg +0 -3
- package/lib/commonjs/assets/avatar-fill.svg +0 -3
- package/lib/commonjs/assets/avatar.svg +0 -4
- package/lib/commonjs/assets/bank.svg +0 -14
- package/lib/commonjs/assets/book-profile.svg +0 -4
- package/lib/commonjs/assets/bot.svg +0 -3
- package/lib/commonjs/assets/bus-stop.svg +0 -3
- package/lib/commonjs/assets/calendar.svg +0 -3
- package/lib/commonjs/assets/camera.svg +0 -3
- package/lib/commonjs/assets/car.svg +0 -3
- package/lib/commonjs/assets/card.svg +0 -3
- package/lib/commonjs/assets/chat-close.svg +0 -3
- package/lib/commonjs/assets/chevron-down.svg +0 -10
- package/lib/commonjs/assets/chevron-left.svg +0 -10
- package/lib/commonjs/assets/chevron-right.svg +0 -10
- package/lib/commonjs/assets/chevron-up.svg +0 -10
- package/lib/commonjs/assets/close.svg +0 -3
- package/lib/commonjs/assets/config.svg +0 -4
- package/lib/commonjs/assets/correct.svg +0 -3
- package/lib/commonjs/assets/crown.svg +0 -5
- package/lib/commonjs/assets/denounce.svg +0 -3
- package/lib/commonjs/assets/diamond.svg +0 -10
- package/lib/commonjs/assets/distance.svg +0 -3
- package/lib/commonjs/assets/dryer.svg +0 -3
- package/lib/commonjs/assets/edit.svg +0 -3
- package/lib/commonjs/assets/eye-off.svg +0 -3
- package/lib/commonjs/assets/eye-on.svg +0 -3
- package/lib/commonjs/assets/filter.svg +0 -3
- package/lib/commonjs/assets/finger-print.svg +0 -14
- package/lib/commonjs/assets/fingernail.svg +0 -11
- package/lib/commonjs/assets/heart-filled.svg +0 -3
- package/lib/commonjs/assets/heart.svg +0 -3
- package/lib/commonjs/assets/home.svg +0 -3
- package/lib/commonjs/assets/image-gallery.svg +0 -12
- package/lib/commonjs/assets/image.svg +0 -5
- package/lib/commonjs/assets/information.svg +0 -3
- package/lib/commonjs/assets/list-alt.svg +0 -3
- package/lib/commonjs/assets/list.svg +0 -5
- package/lib/commonjs/assets/location.svg +0 -3
- package/lib/commonjs/assets/lock.svg +0 -11
- package/lib/commonjs/assets/mail.svg +0 -5
- package/lib/commonjs/assets/mask-sad.svg +0 -3
- package/lib/commonjs/assets/menu.svg +0 -3
- package/lib/commonjs/assets/money-1.svg +0 -3
- package/lib/commonjs/assets/money-card.svg +0 -3
- package/lib/commonjs/assets/money.svg +0 -3
- package/lib/commonjs/assets/notification-off.svg +0 -3
- package/lib/commonjs/assets/notification-on.svg +0 -3
- package/lib/commonjs/assets/paper-plane.svg +0 -3
- package/lib/commonjs/assets/pix.svg +0 -4
- package/lib/commonjs/assets/plus.svg +0 -3
- package/lib/commonjs/assets/search.svg +0 -3
- package/lib/commonjs/assets/share.svg +0 -3
- package/lib/commonjs/assets/star-filled.svg +0 -3
- package/lib/commonjs/assets/star.svg +0 -3
- package/lib/commonjs/assets/stars.svg +0 -5
- package/lib/commonjs/assets/support-center.svg +0 -5
- package/lib/commonjs/assets/tag.svg +0 -3
- package/lib/commonjs/assets/time.svg +0 -3
- package/lib/commonjs/assets/trash.svg +0 -4
- package/lib/commonjs/assets/upload.svg +0 -3
- package/lib/commonjs/assets/user-block.svg +0 -4
- package/lib/commonjs/assets/user-filled.svg +0 -4
- package/lib/commonjs/assets/user.svg +0 -3
- package/lib/commonjs/assets/walk.svg +0 -3
- package/lib/commonjs/index.js +0 -13
- package/lib/commonjs/index.js.map +0 -1
- package/lib/commonjs/index.stories.js +0 -81
- package/lib/commonjs/index.stories.js.map +0 -1
- package/lib/commonjs/svg.d.js +0 -2
- package/lib/commonjs/svg.d.js.map +0 -1
- package/lib/module/Icon.js +0 -162
- package/lib/module/Icon.js.map +0 -1
- package/lib/module/assets/arrow-down.svg +0 -3
- package/lib/module/assets/arrow-left.svg +0 -3
- package/lib/module/assets/arrow-right.svg +0 -3
- package/lib/module/assets/arrow-spin.svg +0 -7
- package/lib/module/assets/arrow-up.svg +0 -3
- package/lib/module/assets/avatar-fill.svg +0 -3
- package/lib/module/assets/avatar.svg +0 -4
- package/lib/module/assets/bank.svg +0 -14
- package/lib/module/assets/book-profile.svg +0 -4
- package/lib/module/assets/bot.svg +0 -3
- package/lib/module/assets/bus-stop.svg +0 -3
- package/lib/module/assets/calendar.svg +0 -3
- package/lib/module/assets/camera.svg +0 -3
- package/lib/module/assets/car.svg +0 -3
- package/lib/module/assets/card.svg +0 -3
- package/lib/module/assets/chat-close.svg +0 -3
- package/lib/module/assets/chevron-down.svg +0 -10
- package/lib/module/assets/chevron-left.svg +0 -10
- package/lib/module/assets/chevron-right.svg +0 -10
- package/lib/module/assets/chevron-up.svg +0 -10
- package/lib/module/assets/close.svg +0 -3
- package/lib/module/assets/config.svg +0 -4
- package/lib/module/assets/correct.svg +0 -3
- package/lib/module/assets/crown.svg +0 -5
- package/lib/module/assets/denounce.svg +0 -3
- package/lib/module/assets/diamond.svg +0 -10
- package/lib/module/assets/distance.svg +0 -3
- package/lib/module/assets/dryer.svg +0 -3
- package/lib/module/assets/edit.svg +0 -3
- package/lib/module/assets/eye-off.svg +0 -3
- package/lib/module/assets/eye-on.svg +0 -3
- package/lib/module/assets/filter.svg +0 -3
- package/lib/module/assets/finger-print.svg +0 -14
- package/lib/module/assets/fingernail.svg +0 -11
- package/lib/module/assets/heart-filled.svg +0 -3
- package/lib/module/assets/heart.svg +0 -3
- package/lib/module/assets/home.svg +0 -3
- package/lib/module/assets/image-gallery.svg +0 -12
- package/lib/module/assets/image.svg +0 -5
- package/lib/module/assets/information.svg +0 -3
- package/lib/module/assets/list-alt.svg +0 -3
- package/lib/module/assets/list.svg +0 -5
- package/lib/module/assets/location.svg +0 -3
- package/lib/module/assets/lock.svg +0 -11
- package/lib/module/assets/mail.svg +0 -5
- package/lib/module/assets/mask-sad.svg +0 -3
- package/lib/module/assets/menu.svg +0 -3
- package/lib/module/assets/money-1.svg +0 -3
- package/lib/module/assets/money-card.svg +0 -3
- package/lib/module/assets/money.svg +0 -3
- package/lib/module/assets/notification-off.svg +0 -3
- package/lib/module/assets/notification-on.svg +0 -3
- package/lib/module/assets/paper-plane.svg +0 -3
- package/lib/module/assets/pix.svg +0 -4
- package/lib/module/assets/plus.svg +0 -3
- package/lib/module/assets/search.svg +0 -3
- package/lib/module/assets/share.svg +0 -3
- package/lib/module/assets/star-filled.svg +0 -3
- package/lib/module/assets/star.svg +0 -3
- package/lib/module/assets/stars.svg +0 -5
- package/lib/module/assets/support-center.svg +0 -5
- package/lib/module/assets/tag.svg +0 -3
- package/lib/module/assets/time.svg +0 -3
- package/lib/module/assets/trash.svg +0 -4
- package/lib/module/assets/upload.svg +0 -3
- package/lib/module/assets/user-block.svg +0 -4
- package/lib/module/assets/user-filled.svg +0 -4
- package/lib/module/assets/user.svg +0 -3
- package/lib/module/assets/walk.svg +0 -3
- package/lib/module/index.js +0 -2
- package/lib/module/index.js.map +0 -1
- package/lib/module/index.stories.js +0 -75
- package/lib/module/index.stories.js.map +0 -1
- package/lib/module/svg.d.js +0 -2
- package/lib/module/svg.d.js.map +0 -1
- package/lib/typescript/src/Icon.d.ts +0 -27
- package/lib/typescript/src/Icon.d.ts.map +0 -1
- package/lib/typescript/src/index.d.ts +0 -3
- package/lib/typescript/src/index.d.ts.map +0 -1
package/dist/index.js
ADDED
|
@@ -0,0 +1,632 @@
|
|
|
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
|
+
|
|
30
|
+
// src/index.tsx
|
|
31
|
+
var index_exports = {};
|
|
32
|
+
__export(index_exports, {
|
|
33
|
+
ICONS: () => ICONS,
|
|
34
|
+
ICONS_MAP: () => ICONS,
|
|
35
|
+
ICON_NAMES: () => ICON_NAMES,
|
|
36
|
+
Icon: () => Icon
|
|
37
|
+
});
|
|
38
|
+
module.exports = __toCommonJS(index_exports);
|
|
39
|
+
|
|
40
|
+
// src/generated/ArrowDown.tsx
|
|
41
|
+
var import_react_native_svg = __toESM(require("react-native-svg"));
|
|
42
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
43
|
+
var ArrowDown = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Path, { d: "m27.23 19.508-10 10a1.11 1.11 0 0 1-1.571 0l-10-10a1.112 1.112 0 0 1 1.572-1.572l8.103 8.104V4.278a1.11 1.11 0 1 1 2.222 0v21.761l8.102-8.103a1.111 1.111 0 1 1 1.573 1.572" }) });
|
|
44
|
+
var ArrowDown_default = ArrowDown;
|
|
45
|
+
|
|
46
|
+
// src/generated/ArrowLeft.tsx
|
|
47
|
+
var import_react_native_svg2 = __toESM(require("react-native-svg"));
|
|
48
|
+
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
49
|
+
var ArrowLeft = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_react_native_svg2.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_react_native_svg2.Path, { d: "M29.333 16.945a1.11 1.11 0 0 1-1.11 1.11H6.46l8.104 8.103a1.113 1.113 0 0 1-1.211 1.813 1.1 1.1 0 0 1-.361-.24l-10-10a1.11 1.11 0 0 1 0-1.572l10-10a1.112 1.112 0 0 1 1.572 1.572L6.46 15.834h21.762a1.11 1.11 0 0 1 1.111 1.11" }) });
|
|
50
|
+
var ArrowLeft_default = ArrowLeft;
|
|
51
|
+
|
|
52
|
+
// src/generated/ArrowRight.tsx
|
|
53
|
+
var import_react_native_svg3 = __toESM(require("react-native-svg"));
|
|
54
|
+
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
55
|
+
var ArrowRight = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react_native_svg3.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react_native_svg3.Path, { d: "m29.008 17.73-10 10a1.112 1.112 0 0 1-1.572-1.572l8.104-8.102H3.778a1.111 1.111 0 0 1 0-2.222H25.54L17.436 7.73a1.112 1.112 0 1 1 1.572-1.572l10 10a1.11 1.11 0 0 1 0 1.572" }) });
|
|
56
|
+
var ArrowRight_default = ArrowRight;
|
|
57
|
+
|
|
58
|
+
// src/generated/ArrowSpin.tsx
|
|
59
|
+
var import_react_native_svg4 = __toESM(require("react-native-svg"));
|
|
60
|
+
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
61
|
+
var ArrowSpin = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_react_native_svg4.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
|
|
62
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_react_native_svg4.Path, { d: "M8.91 23.439a.78.78 0 0 1 1.101-1.102 8.572 8.572 0 0 0 14.634-6.062.78.78 0 0 1 1.557.002A10.13 10.13 0 0 1 8.908 23.44z" }),
|
|
63
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_react_native_svg4.Path, { d: "M21.186 20.041a.78.78 0 0 1-.865-1.297l4.676-3.117a.78.78 0 1 1 .865 1.297z" }),
|
|
64
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_react_native_svg4.Path, { d: "M29.19 20.52a.78.78 0 1 1-1.297.863l-3.117-4.676a.78.78 0 0 1 1.297-.863zM23.093 8.802a.78.78 0 1 1-1.104 1.102 8.572 8.572 0 0 0-14.634 6.063.78.78 0 0 1-1.558-.002 10.13 10.13 0 0 1 17.296-7.163" }),
|
|
65
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_react_native_svg4.Path, { d: "M10.814 12.2a.78.78 0 0 1 .865 1.296l-4.676 3.118a.78.78 0 1 1-.865-1.297z" }),
|
|
66
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_react_native_svg4.Path, { d: "M2.81 11.721a.78.78 0 1 1 1.297-.863l3.117 4.676a.78.78 0 0 1-1.296.863z" })
|
|
67
|
+
] });
|
|
68
|
+
var ArrowSpin_default = ArrowSpin;
|
|
69
|
+
|
|
70
|
+
// src/generated/ArrowUp.tsx
|
|
71
|
+
var import_react_native_svg5 = __toESM(require("react-native-svg"));
|
|
72
|
+
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
73
|
+
var ArrowUp = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_react_native_svg5.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_react_native_svg5.Path, { d: "M27.23 15.064a1.11 1.11 0 0 1-1.572 0L17.556 6.96v21.762a1.11 1.11 0 1 1-2.222 0V6.96L7.23 15.064a1.112 1.112 0 1 1-1.572-1.572l10-10a1.11 1.11 0 0 1 1.572 0l10 10a1.11 1.11 0 0 1 0 1.572" }) });
|
|
74
|
+
var ArrowUp_default = ArrowUp;
|
|
75
|
+
|
|
76
|
+
// src/generated/AvatarFill.tsx
|
|
77
|
+
var import_react_native_svg6 = __toESM(require("react-native-svg"));
|
|
78
|
+
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
79
|
+
var AvatarFill = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_react_native_svg6.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_react_native_svg6.Path, { d: "M26.235 25.005A13.323 13.323 0 1 0 2.667 16.5c0 3.11 1.097 6.12 3.096 8.504l-.02.016c.067.08.143.148.212.227.086.098.178.19.267.286q.397.436.828.829c.088.08.178.154.267.23q.456.395.942.745c.042.028.08.065.122.095v-.011a13.24 13.24 0 0 0 15.237 0v.01c.042-.029.079-.066.122-.094q.486-.35.943-.745.133-.113.266-.23.43-.394.829-.829c.088-.095.18-.188.266-.286.068-.079.145-.147.212-.228zM15.999 8.882a4.285 4.285 0 1 1 0 8.57 4.285 4.285 0 0 1 0-8.57M8.387 25.005a4.76 4.76 0 0 1 4.755-4.695h5.714a4.76 4.76 0 0 1 4.754 4.695 11.37 11.37 0 0 1-15.223 0" }) });
|
|
80
|
+
var AvatarFill_default = AvatarFill;
|
|
81
|
+
|
|
82
|
+
// src/generated/Avatar.tsx
|
|
83
|
+
var import_react_native_svg7 = __toESM(require("react-native-svg"));
|
|
84
|
+
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
85
|
+
var Avatar = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(import_react_native_svg7.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
|
|
86
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_react_native_svg7.Path, { d: "M16 8.88a4.762 4.762 0 1 0 0 9.525 4.762 4.762 0 0 0 0-9.524m0 7.62a2.858 2.858 0 1 1 0-5.716 2.858 2.858 0 0 1 0 5.716" }),
|
|
87
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_react_native_svg7.Path, { d: "M16 3.167A13.333 13.333 0 1 0 29.333 16.5 13.35 13.35 0 0 0 16 3.167m-5.714 23.216V25.07a2.86 2.86 0 0 1 2.857-2.857h5.714a2.86 2.86 0 0 1 2.857 2.857v1.312a11.33 11.33 0 0 1-11.428 0M23.612 25a4.764 4.764 0 0 0-4.755-4.692h-5.714a4.764 4.764 0 0 0-4.754 4.692 11.428 11.428 0 1 1 15.223 0" })
|
|
88
|
+
] });
|
|
89
|
+
var Avatar_default = Avatar;
|
|
90
|
+
|
|
91
|
+
// src/generated/Bank.tsx
|
|
92
|
+
var import_react_native_svg8 = __toESM(require("react-native-svg"));
|
|
93
|
+
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
94
|
+
var Bank = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(import_react_native_svg8.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
|
|
95
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(import_react_native_svg8.G, { clipPath: "url(#a)", children: [
|
|
96
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_react_native_svg8.Path, { d: "m3.946 13.357 12.07-6.934 12.069 6.934a.833.833 0 0 0 .832-1.44L16.015 4.5 3.113 11.917a.832.832 0 1 0 .833 1.44M4.362 23.712a.83.83 0 0 0 .832.832h21.642a.832.832 0 0 0 0-1.665H24.34v-6.135h-1.665v6.135h-5.826v-6.135h-1.665v6.135H9.356v-6.135H7.691v6.135H5.194a.83.83 0 0 0-.832.833M5.21 13.723h21.643v1.665H5.211zM28.501 26.209H3.53a.832.832 0 0 0 0 1.665h24.972a.832.832 0 1 0 0-1.665" }),
|
|
97
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_react_native_svg8.Path, { d: "M19.47 11.709h2.672l-5.586-3.214a.67.67 0 0 0-.666 0l-5.593 3.214h2.672l3.246-1.865z" })
|
|
98
|
+
] }),
|
|
99
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_react_native_svg8.Defs, { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_react_native_svg8.ClipPath, { id: "a", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_react_native_svg8.Path, { d: "M0 .5h32v32H0z" }) }) })
|
|
100
|
+
] });
|
|
101
|
+
var Bank_default = Bank;
|
|
102
|
+
|
|
103
|
+
// src/generated/BookProfile.tsx
|
|
104
|
+
var import_react_native_svg9 = __toESM(require("react-native-svg"));
|
|
105
|
+
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
106
|
+
var BookProfile = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(import_react_native_svg9.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
|
|
107
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(import_react_native_svg9.Path, { d: "M26.91 6.44c-1.346-.425-2.825-.607-4.243-.607-2.364 0-4.91.485-6.667 1.819-1.758-1.334-4.303-1.819-6.667-1.819s-4.909.485-6.666 1.819v17.757c0 .303.303.606.606.606.121 0 .182-.06.303-.06 1.636-.788 4-1.334 5.757-1.334 2.364 0 4.91.485 6.667 1.818 1.636-1.03 4.606-1.818 6.667-1.818 2 0 4.06.364 5.757 1.273.122.06.182.06.303.06.303 0 .606-.303.606-.605V7.652c-.727-.546-1.515-.91-2.424-1.213M5.09 22.802V8.863c1.333-.424 2.788-.605 4.242-.605 1.625 0 3.794.497 5.455 1.2v13.939c-1.66-.703-3.83-1.2-5.455-1.2-1.454 0-2.909.182-4.242.606m21.818 0c-1.333-.424-2.788-.606-4.242-.606-1.625 0-3.794.497-5.455 1.2V9.457c1.66-.715 3.83-1.2 5.455-1.2 1.454 0 2.909.182 4.242.607z" }),
|
|
108
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(import_react_native_svg9.Path, { d: "M22.667 13.106c1.066 0 2.097.11 3.03.315V11.58a16.4 16.4 0 0 0-3.03-.291c-1.552 0-2.982.194-4.243.57v1.903c1.2-.425 2.643-.655 4.243-.655m0 3.224c1.066 0 2.097.11 3.03.316v-1.843a16.4 16.4 0 0 0-3.03-.29c-1.552 0-2.982.193-4.243.569v1.903c1.2-.412 2.643-.655 4.243-.655m0 3.237c1.066 0 2.097.109 3.03.315v-1.843a16.4 16.4 0 0 0-3.03-.29c-1.552 0-2.982.193-4.243.57v1.902c1.2-.424 2.643-.654 4.243-.654" })
|
|
109
|
+
] });
|
|
110
|
+
var BookProfile_default = BookProfile;
|
|
111
|
+
|
|
112
|
+
// src/generated/Bot.tsx
|
|
113
|
+
var import_react_native_svg10 = __toESM(require("react-native-svg"));
|
|
114
|
+
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
115
|
+
var Bot = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_react_native_svg10.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_react_native_svg10.Path, { d: "M24.223 24.374H7.82a1.154 1.154 0 0 1-1.153-1.153V11.93c0-.636.517-1.153 1.153-1.153h16.403c.635 0 1.152.517 1.152 1.153V23.22c0 .636-.517 1.153-1.152 1.153M8.034 23.007h15.974V12.145H8.034zm1.764-4.585c.024.544.784.534.811 0 .076-2.187 3.085-2.254 3.185 0 .024.54.784.533.811 0-.23-3.419-4.699-3.224-4.807 0m10.028 7.348-7.61 4.063V25.77l7.61 4.063zm2.2-21.934a1.342 1.342 0 0 0-2.322 0c-.45.78-.012 1.736.793 1.964l-.618 3.521h1.973L21.234 5.8c.805-.228 1.243-1.184.793-1.964m-4.59 14.586c.025.544.785.534.812 0 .076-2.187 3.084-2.254 3.185 0 .024.54.784.533.81 0-.229-3.419-4.698-3.224-4.806 0" }) });
|
|
116
|
+
var Bot_default = Bot;
|
|
117
|
+
|
|
118
|
+
// src/generated/BusStop.tsx
|
|
119
|
+
var import_react_native_svg11 = __toESM(require("react-native-svg"));
|
|
120
|
+
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
121
|
+
var BusStop = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_react_native_svg11.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_react_native_svg11.Path, { d: "M29.334 9.833v12a2.65 2.65 0 0 1-1.333 2.294v2.04c0 .546-.454 1-1 1h-.667c-.547 0-1-.454-1-1V24.5h-9.333v1.667c0 .546-.454 1-1 1h-.667c-.547 0-1-.454-1-1v-2.04a2.68 2.68 0 0 1-1.333-2.294v-12c0-4 4-4 8.666-4s8.667 0 8.667 4m-12 10.667c0-.733-.6-1.333-1.333-1.333-.734 0-1.334.6-1.334 1.333s.6 1.333 1.334 1.333c.733 0 1.333-.6 1.333-1.333m9.333 0c0-.733-.6-1.333-1.333-1.333s-1.333.6-1.333 1.333.6 1.333 1.333 1.333 1.333-.6 1.333-1.333m0-10.667h-12v5.334h12zM9.334 13.167c-.04-1.84-1.56-3.334-3.4-3.267a3.335 3.335 0 0 0-3.267 3.4 3.35 3.35 0 0 0 2.667 3.2v10.667h1.333V16.5c1.574-.32 2.667-1.72 2.667-3.333" }) });
|
|
122
|
+
var BusStop_default = BusStop;
|
|
123
|
+
|
|
124
|
+
// src/generated/Calendar.tsx
|
|
125
|
+
var import_react_native_svg12 = __toESM(require("react-native-svg"));
|
|
126
|
+
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
127
|
+
var Calendar = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_react_native_svg12.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_react_native_svg12.Path, { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M20.842 5.974V3.167m0 2.807V8.78m0-2.807h-6.316M4 14.394v12.632a2.807 2.807 0 0 0 2.807 2.807h19.65a2.807 2.807 0 0 0 2.806-2.807V14.395M4 14.395h25.263M4 14.395V8.78a2.807 2.807 0 0 1 2.807-2.807h2.807m19.65 8.42V8.782a2.807 2.807 0 0 0-2.808-2.807h-.702M9.614 3.167V8.78" }) });
|
|
128
|
+
var Calendar_default = Calendar;
|
|
129
|
+
|
|
130
|
+
// src/generated/Camera.tsx
|
|
131
|
+
var import_react_native_svg13 = __toESM(require("react-native-svg"));
|
|
132
|
+
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
133
|
+
var Camera = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_react_native_svg13.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_react_native_svg13.Path, { d: "M25.333 9.167h-1.706L23.2 7.833a4 4 0 0 0-3.787-2.666h-6.826A4 4 0 0 0 8.8 7.9l-.427 1.333H6.667a4 4 0 0 0-4 4V23.9a4 4 0 0 0 4 4h18.666a4 4 0 0 0 4-4V13.233a4 4 0 0 0-4-4.066m1.334 14.666a1.333 1.333 0 0 1-1.334 1.334H6.667a1.333 1.333 0 0 1-1.334-1.334V13.167a1.333 1.333 0 0 1 1.334-1.334h2.666a1.33 1.33 0 0 0 1.334-.906l.72-2.187a1.33 1.33 0 0 1 1.266-.907h6.827a1.33 1.33 0 0 1 1.267.907l.72 2.187a1.33 1.33 0 0 0 1.2.906h2.666a1.333 1.333 0 0 1 1.334 1.334zM16 11.833A5.333 5.333 0 1 0 16 22.5a5.333 5.333 0 0 0 0-10.666m0 8a2.667 2.667 0 1 1 0-5.333 2.667 2.667 0 0 1 0 5.333" }) });
|
|
134
|
+
var Camera_default = Camera;
|
|
135
|
+
|
|
136
|
+
// src/generated/Car.tsx
|
|
137
|
+
var import_react_native_svg14 = __toESM(require("react-native-svg"));
|
|
138
|
+
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
139
|
+
var Car = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_react_native_svg14.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_react_native_svg14.Path, { d: "m26.944 13.023-1.672-5.016A3.66 3.66 0 0 0 21.794 5.5H10.65a3.66 3.66 0 0 0-3.477 2.507L5.5 13.023A2.44 2.44 0 0 0 4 15.278v6.11c0 .903.494 1.683 1.222 2.107v2.783A1.22 1.22 0 0 0 6.444 27.5h1.223a1.22 1.22 0 0 0 1.222-1.222v-2.445h14.667v2.445a1.22 1.22 0 0 0 1.222 1.222H26a1.22 1.22 0 0 0 1.222-1.222v-2.783a2.43 2.43 0 0 0 1.222-2.106v-6.111a2.44 2.44 0 0 0-1.5-2.255M10.65 7.944h11.143c.527 0 .994.335 1.16.836l1.352 4.053H8.14L9.49 8.78a1.22 1.22 0 0 1 1.16-.836M8.278 20.167a1.833 1.833 0 1 1 .001-3.667 1.833 1.833 0 0 1-.001 3.667m15.889 0a1.833 1.833 0 1 1 0-3.667 1.833 1.833 0 0 1 0 3.667" }) });
|
|
140
|
+
var Car_default = Car;
|
|
141
|
+
|
|
142
|
+
// src/generated/Card.tsx
|
|
143
|
+
var import_react_native_svg15 = __toESM(require("react-native-svg"));
|
|
144
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
145
|
+
var Card = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_react_native_svg15.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_react_native_svg15.Path, { d: "M2.667 23.452A3.333 3.333 0 0 0 6 26.786h20a3.333 3.333 0 0 0 3.333-3.334v-9.166H2.667zm3.928-4.523a1.786 1.786 0 0 1 1.786-1.786h2.857a1.786 1.786 0 0 1 1.786 1.786v1.19a1.785 1.785 0 0 1-1.786 1.786H8.381a1.786 1.786 0 0 1-1.786-1.786zM26 5.833H6a3.333 3.333 0 0 0-3.333 3.334v1.547h26.666V9.167A3.333 3.333 0 0 0 26 5.833" }) });
|
|
146
|
+
var Card_default = Card;
|
|
147
|
+
|
|
148
|
+
// src/generated/ChatClose.tsx
|
|
149
|
+
var import_react_native_svg16 = __toESM(require("react-native-svg"));
|
|
150
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
151
|
+
var ChatClose = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_react_native_svg16.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_react_native_svg16.Path, { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m13.037 13.537 5.926 5.926m-5.926 0 5.926-5.926M16 29.833A13.334 13.334 0 1 0 2.667 16.5c0 2.204.533 4.282 1.481 6.114l-1.481 7.22 7.219-1.482A13.3 13.3 0 0 0 16 29.833" }) });
|
|
152
|
+
var ChatClose_default = ChatClose;
|
|
153
|
+
|
|
154
|
+
// src/generated/ChevronDown.tsx
|
|
155
|
+
var import_react_native_svg17 = __toESM(require("react-native-svg"));
|
|
156
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
157
|
+
var ChevronDown = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_react_native_svg17.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
|
|
158
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_react_native_svg17.G, { clipPath: "url(#a)", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_react_native_svg17.Path, { fillRule: "evenodd", d: "M17.44 23.274a2.003 2.003 0 0 1-2.831 0l-11.33-11.33A2.003 2.003 0 1 1 6.11 9.11l9.915 9.915 9.914-9.915a2.003 2.003 0 0 1 2.832 2.833z", clipRule: "evenodd" }) }),
|
|
159
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_react_native_svg17.Defs, { children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_react_native_svg17.ClipPath, { id: "a", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_react_native_svg17.Path, { d: "M0 .5h32v32H0z" }) }) })
|
|
160
|
+
] });
|
|
161
|
+
var ChevronDown_default = ChevronDown;
|
|
162
|
+
|
|
163
|
+
// src/generated/ChevronLeft.tsx
|
|
164
|
+
var import_react_native_svg18 = __toESM(require("react-native-svg"));
|
|
165
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
166
|
+
var ChevronLeft = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(import_react_native_svg18.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
|
|
167
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_react_native_svg18.G, { clipPath: "url(#a)", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_react_native_svg18.Path, { fillRule: "evenodd", d: "M8.586 17.94a2.003 2.003 0 0 1 0-2.832l11.33-11.33A2.002 2.002 0 1 1 22.75 6.61l-9.914 9.915 9.914 9.914a2.003 2.003 0 0 1-2.832 2.832z", clipRule: "evenodd" }) }),
|
|
168
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_react_native_svg18.Defs, { children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_react_native_svg18.ClipPath, { id: "a", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_react_native_svg18.Path, { d: "M0 .5h32v32H0z" }) }) })
|
|
169
|
+
] });
|
|
170
|
+
var ChevronLeft_default = ChevronLeft;
|
|
171
|
+
|
|
172
|
+
// src/generated/ChevronRight.tsx
|
|
173
|
+
var import_react_native_svg19 = __toESM(require("react-native-svg"));
|
|
174
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
175
|
+
var ChevronRight = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_react_native_svg19.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
|
|
176
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_react_native_svg19.G, { clipPath: "url(#a)", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_react_native_svg19.Path, { fillRule: "evenodd", d: "M22.774 15.06a2.003 2.003 0 0 1 0 2.831l-11.33 11.33A2.003 2.003 0 1 1 8.61 26.39l9.915-9.915L8.61 6.561a2.003 2.003 0 0 1 2.833-2.832z", clipRule: "evenodd" }) }),
|
|
177
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_react_native_svg19.Defs, { children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_react_native_svg19.ClipPath, { id: "a", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_react_native_svg19.Path, { d: "M0 .5h32v32H0z" }) }) })
|
|
178
|
+
] });
|
|
179
|
+
var ChevronRight_default = ChevronRight;
|
|
180
|
+
|
|
181
|
+
// src/generated/ChevronUp.tsx
|
|
182
|
+
var import_react_native_svg20 = __toESM(require("react-native-svg"));
|
|
183
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
184
|
+
var ChevronUp = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(import_react_native_svg20.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
|
|
185
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_react_native_svg20.G, { clipPath: "url(#a)", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_react_native_svg20.Path, { fillRule: "evenodd", d: "M14.581 9.088a2.007 2.007 0 0 1 2.838 0l11.351 11.35a2.006 2.006 0 0 1-2.837 2.838L16 13.344l-9.933 9.932A2.006 2.006 0 0 1 3.23 20.44z", clipRule: "evenodd" }) }),
|
|
186
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_react_native_svg20.Defs, { children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_react_native_svg20.ClipPath, { id: "a", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_react_native_svg20.Path, { d: "M0 .5h32v32H0z" }) }) })
|
|
187
|
+
] });
|
|
188
|
+
var ChevronUp_default = ChevronUp;
|
|
189
|
+
|
|
190
|
+
// src/generated/Close.tsx
|
|
191
|
+
var import_react_native_svg21 = __toESM(require("react-native-svg"));
|
|
192
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
193
|
+
var Close = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react_native_svg21.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_react_native_svg21.Path, { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "m5.333 5.833 21.334 21.334m-21.334 0L26.667 5.833" }) });
|
|
194
|
+
var Close_default = Close;
|
|
195
|
+
|
|
196
|
+
// src/generated/Config.tsx
|
|
197
|
+
var import_react_native_svg22 = __toESM(require("react-native-svg"));
|
|
198
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
199
|
+
var Config = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(import_react_native_svg22.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
|
|
200
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react_native_svg22.Path, { strokeWidth: 1.5, d: "M16 20.5a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z" }),
|
|
201
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react_native_svg22.Path, { strokeWidth: 1.5, d: "M18.353 3.37c-.489-.203-1.11-.203-2.353-.203s-1.864 0-2.353.202a2.67 2.67 0 0 0-1.444 1.444c-.123.298-.172.646-.19 1.151a2.15 2.15 0 0 1-1.054 1.804 2.16 2.16 0 0 1-2.09.01c-.448-.237-.772-.367-1.093-.41-.7-.092-1.41.098-1.97.528-.42.324-.731.861-1.353 1.937-.62 1.076-.933 1.614-1 2.14a2.67 2.67 0 0 0 .527 1.972c.197.256.473.471.901.74.631.396 1.036 1.071 1.036 1.815s-.405 1.419-1.036 1.813c-.428.271-.705.486-.9.742a2.67 2.67 0 0 0-.529 1.972c.07.525.38 1.064 1 2.14.623 1.076.933 1.613 1.353 1.937a2.67 2.67 0 0 0 1.972.528c.32-.043.644-.173 1.092-.41a2.16 2.16 0 0 1 2.09.01c.644.373 1.026 1.06 1.053 1.804.019.507.067.853.19 1.15a2.67 2.67 0 0 0 1.445 1.445c.49.202 1.11.202 2.353.202s1.864 0 2.353-.202a2.67 2.67 0 0 0 1.444-1.444c.123-.298.172-.644.191-1.151.027-.744.41-1.432 1.053-1.804a2.16 2.16 0 0 1 2.09-.01c.448.237.772.367 1.092.41a2.67 2.67 0 0 0 1.972-.528c.42-.323.73-.861 1.352-1.937.621-1.076.933-1.614 1.001-2.14a2.67 2.67 0 0 0-.528-1.972c-.197-.256-.473-.471-.901-.74a2.16 2.16 0 0 1-1.036-1.815c0-.744.405-1.419 1.036-1.813.428-.271.705-.486.901-.742a2.67 2.67 0 0 0 .528-1.972c-.07-.525-.38-1.064-1-2.14-.623-1.076-.933-1.613-1.353-1.937a2.67 2.67 0 0 0-1.972-.528c-.32.043-.644.173-1.094.41a2.16 2.16 0 0 1-2.088-.01 2.16 2.16 0 0 1-1.053-1.804c-.019-.507-.067-.853-.19-1.15a2.67 2.67 0 0 0-1.445-1.445Z" })
|
|
202
|
+
] });
|
|
203
|
+
var Config_default = Config;
|
|
204
|
+
|
|
205
|
+
// src/generated/Correct.tsx
|
|
206
|
+
var import_react_native_svg23 = __toESM(require("react-native-svg"));
|
|
207
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
208
|
+
var Correct = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_react_native_svg23.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_react_native_svg23.Path, { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "m4.308 15.546 6.071 8.252 15.94-13.122" }) });
|
|
209
|
+
var Correct_default = Correct;
|
|
210
|
+
|
|
211
|
+
// src/generated/Crown.tsx
|
|
212
|
+
var import_react_native_svg24 = __toESM(require("react-native-svg"));
|
|
213
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
214
|
+
var Crown = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_react_native_svg24.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
|
|
215
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_native_svg24.Path, { fillRule: "evenodd", d: "m23.68 22.8 2.377-9.044-3.473 2.212a3.137 3.137 0 0 1-4.298-.907l-2.285-3.434-2.287 3.436a3.137 3.137 0 0 1-4.298.905l-3.47-2.212L8.323 22.8h15.359zM6.787 12.432c-1.203-.767-2.723.342-2.36 1.722L6.804 23.2a1.57 1.57 0 0 0 1.517 1.17h15.36a1.57 1.57 0 0 0 1.516-1.17l2.378-9.045c.36-1.38-1.158-2.487-2.36-1.722l-3.473 2.212a1.57 1.57 0 0 1-2.15-.452l-2.286-3.435a1.57 1.57 0 0 0-2.61 0l-2.287 3.435a1.57 1.57 0 0 1-2.15.453z", clipRule: "evenodd" }),
|
|
216
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_native_svg24.Path, { d: "M17.482 7.314a1.482 1.482 0 1 1-2.965.003 1.482 1.482 0 0 1 2.965-.003m11.851 2.966a1.482 1.482 0 1 1-2.964.002 1.482 1.482 0 0 1 2.964-.002m-23.702 0a1.482 1.482 0 1 1-2.964.002 1.482 1.482 0 0 1 2.964-.002" }),
|
|
217
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_native_svg24.Path, { fillRule: "evenodd", d: "M8.55 26.223a.784.784 0 0 1 .785-.785h13.704a.784.784 0 0 1 0 1.569H9.335a.784.784 0 0 1-.785-.784", clipRule: "evenodd" })
|
|
218
|
+
] });
|
|
219
|
+
var Crown_default = Crown;
|
|
220
|
+
|
|
221
|
+
// src/generated/Denounce.tsx
|
|
222
|
+
var import_react_native_svg25 = __toESM(require("react-native-svg"));
|
|
223
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
224
|
+
var Denounce = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_native_svg25.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_react_native_svg25.Path, { d: "M7.064 25.029c0 .531.43.96.96.96h17.238a.96.96 0 0 0 .96-.96v-6.997a9.58 9.58 0 0 0-9.579-9.58 9.58 9.58 0 0 0-9.58 9.58zm2.162-6.997a7.418 7.418 0 0 1 14.835 0v5.795H13.4v-5.135c0-.165-.135-.3-.3-.3h-1.322c-.165 0-.3.135-.3.3v5.135H9.226zM7.78 10.449l1.19-1.19a.24.24 0 0 0 0-.339L6.93 6.881a.24.24 0 0 0-.339 0l-1.189 1.19a.24.24 0 0 0 0 .339l2.04 2.039a.24.24 0 0 0 .338 0M27.89 8.07 26.7 6.88a.24.24 0 0 0-.339 0l-2.039 2.04a.24.24 0 0 0 0 .339l1.19 1.189a.24.24 0 0 0 .338 0l2.04-2.04a.24.24 0 0 0 0-.338m-1.637 19.84H7.033a.96.96 0 0 0-.96.961v.721c0 .132.108.24.24.24h20.66c.133 0 .24-.108.24-.24v-.72a.96.96 0 0 0-.96-.962M15.803 6.53h1.681c.132 0 .24-.108.24-.24V3.407a.24.24 0 0 0-.24-.24h-1.682a.24.24 0 0 0-.24.24V6.29c0 .132.108.24.24.24" }) });
|
|
225
|
+
var Denounce_default = Denounce;
|
|
226
|
+
|
|
227
|
+
// src/generated/Diamond.tsx
|
|
228
|
+
var import_react_native_svg26 = __toESM(require("react-native-svg"));
|
|
229
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
230
|
+
var Diamond = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_react_native_svg26.default, { width: 32, height: 27, viewBox: "0 0 32 27", ...props, children: [
|
|
231
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_native_svg26.G, { clipPath: "url(#a)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_native_svg26.Path, { fillRule: "evenodd", d: "M7.093 8.608H2.062l.117.119.034.043.129.154.137.158.073.078.138.158.064.08.266.315.064.079.2.236.13.158.137.158.074.079.137.158.064.079.266.315.064.08.266.315.064.079.2.236.13.158.137.158.074.079.137.158.064.079.266.315.064.079.133.158.126.158.099.157.066.158.018.08.012.157-.032.158-.037.079-.108.149-.068.061-.078.048-.163.049-.165.008-.165-.008-.082-.016-.08-.026-.078-.037-.14-.104-.13-.13-.134-.152-.066-.08-.064-.078-.266-.316-.064-.079-.266-.315-.064-.079-.137-.158-.074-.079-.137-.158-.13-.157-.2-.237-.064-.079-.266-.316-.064-.078-.138-.158-.073-.08-.137-.157-.131-.158-.2-.236-.064-.08-.265-.315-.064-.079-.138-.158-.073-.079-.138-.157-.064-.08-.266-.315-.13-.158-.332-.394-.07-.079-.141-.158-.124-.158-.05-.079-.067-.157-.016-.08L0 7.978l.01-.158.015-.079.067-.158.05-.078.057-.08.138-.157.078-.08.162-.157L7.093.797l.165-.151.165-.125.083-.046.082-.04.165-.057.083-.022L8 .33l.082-.004.083-.002h15.588l.165.002.083.004.165.026.165.049.082.03.165.086.165.125.165.151 2.474 2.367.08.079.078.079.14.158.064.078.14.158.078.08.163.157 3.546 3.393.156.158.064.078.083.158.018.08.007.078-.005.158-.034.158-.034.079-.092.157-.114.158-.136.158-.073.079-.137.158-.065.079-.265.315-.065.08-.199.236-.13.158-.138.157-.073.08-.138.157-.13.158-.2.237-.064.079-.266.315-.064.079-.137.158-.073.079-.138.158-.064.078-.266.316-.13.158-.2.236-.064.08-.137.157-.074.08-.137.157-.064.079-.266.315-.064.08-.266.315-.064.079-.2.237-.13.157-.138.158-.073.079-.137.158-.13.158-.2.236-.064.08-.266.315-.064.079-.138.158-.073.078-.138.158-.064.08-.265.315-.065.079-.199.236-.13.158-.138.158-.073.079-.138.158-.13.157-.2.237-.064.08-.266.315-.064.079-.266.315-.064.08-.137.157-.074.079-.137.158-.064.078-.266.316-.064.079-.2.237-.13.158-.137.157-.074.08-.137.157-.064.079-.266.316-.064.078-.2.237-.13.158-.138.158-.073.079-.138.157-.13.158-.2.237-.064.079-.265.315-.065.08-.137.157-.073.079-.138.158-.064.079-.266.315-.064.08-.266.315-.064.079-.265.315-.065.08-.137.157-.073.079-.138.158-.13.158-.2.236-.064.08-.266.315-.064.079-.137.158-.074.078-.137.158-.064.08-.266.315-.13.157-.2.237-.064.08-.14.157-.078.077-.162.133-.083.048-.165.049-.165.009-.165-.007-.082-.013-.158-.055-.071-.044-.07-.059-.063-.066-.133-.151-.133-.158-.13-.158-.2-.236-.064-.08-.2-.236-.13-.158-.137-.157-.074-.08-.137-.157-.065-.08-.265-.315-.064-.079-.399-.473-.142-.158-.137-.158-.065-.079-.265-.315-.065-.08-.199-.236-.13-.158-.138-.157-.073-.08-.138-.157-.13-.158-.2-.237-.064-.079-.266-.315-.064-.079-.137-.158-.073-.079-.138-.157-.064-.08-.266-.315-.064-.079-.266-.316-.064-.078-.2-.237-.13-.158-.137-.158-.074-.079-.137-.157-.13-.158-.2-.237-.064-.079-.266-.315-.064-.08-.138-.157-.073-.079-.137-.158-.065-.079-.265-.315-.065-.08-.265-.315-.064-.079-.138-.157-.073-.08-.138-.157-.13-.158-.2-.237-.064-.079-.2-.236-.192-.237-.114-.158-.087-.158-.032-.079-.025-.079-.023-.157.004-.08.05-.157.1-.151.141-.125.163-.079.165-.026.082.006.083.013.165.055.165.095.158.135.07.077.07.079.13.158.2.236.064.08.199.236.13.158.138.158.073.079.138.157.064.08.266.315.064.079.2.236.13.158.137.158.074.079.137.158.13.158.2.236.064.08.266.315.13.158.2.236.064.08.138.157.073.079.137.158.064.079.266.315.064.08.2.236.13.158.138.157.073.08.138.157.064.079.265.316.065.079.265.315.129.154.034.043.117.119-.041-.119-.028-.043-.034-.08-.044-.074-.08-.158-.034-.079-.037-.078-.064-.158-.071-.158-.044-.079-.08-.158-.034-.079-.037-.079-.064-.157-.037-.08-.034-.078-.08-.158-.044-.079-.034-.079-.037-.079-.064-.157-.071-.158-.044-.08-.08-.157-.034-.079-.037-.079-.064-.158-.037-.079-.034-.078-.08-.158-.046-.08-.037-.078-.043-.079-.071-.158-.064-.157-.071-.158-.08-.158-.044-.079-.034-.079-.037-.079-.064-.158-.037-.078-.034-.08-.08-.157-.044-.08-.071-.157-.064-.158-.037-.079-.034-.079-.08-.157-.044-.08-.034-.078-.037-.08-.064-.157-.071-.158-.044-.079-.08-.157-.034-.08-.037-.078-.064-.158-.071-.158-.044-.079-.08-.157-.034-.08-.037-.078-.064-.158-.071-.158-.044-.079-.08-.158-.034-.079-.037-.078-.064-.158-.036-.08-.035-.078-.043-.079-.08-.158-.072-.158-.064-.157-.07-.158-.044-.079-.037-.079-.046-.079-.08-.158-.034-.079-.037-.078-.064-.158-.037-.08-.034-.078-.08-.158-.044-.079-.034-.079-.037-.079-.064-.157-.071-.158-.044-.079-.08-.158-.07-.158-.065-.157-.071-.158-.08-.158-.044-.079-.034-.079-.037-.079-.064-.158-.037-.078-.034-.08-.08-.157-.044-.079-.07-.158-.065-.158-.036-.079-.035-.078-.08-.158-.044-.075-.034-.079-.027-.043zm.083-1.262H2.309l.065-.119.043-.043.067-.08.075-.074.163-.158 1.567-1.499.163-.158.078-.078.14-.158.063-.08.14-.157.078-.079.163-.158L7.67 2.06l.165-.155.082-.073.165-.11.165-.047.165-.01h1.98l-.044.12-.03.043-.043.079-.099.153-.046.08-.048.078-.039.08-.046.078-.036.079-.085.158-.048.079-.046.078-.1.158-.047.08-.048.078-.039.079-.045.079-.037.079-.085.158-.048.078-.046.08-.1.157-.046.08-.049.078-.084.158-.037.079-.046.079-.039.079-.094.157-.1.158-.094.158-.085.158-.04.079-.047.079-.046.078-.1.158-.047.08-.048.078-.085.158-.036.079-.046.079-.039.079-.048.078-.046.08-.1.157-.047.079-.048.079-.085.158-.036.079-.046.079-.039.078-.048.08-.046.078-.098.154-.044.079-.03.043zm4.66-5.563.041-.118h7.836l.165.009.08.017.078.03.133.11.05.073.09.155.045.08.037.078.046.08.039.078.094.158.1.158.094.157.04.08.084.157.048.079.046.079.1.158.047.079.048.078.039.08.046.078.036.08.085.157.048.079.046.079.1.158.047.079.048.078.084.158.037.08.046.078.039.079.048.079.046.079.1.158.047.078.047.08.085.157.037.079.046.079.039.079.048.079.046.079.1.157.046.08.048.078.085.158.037.079.046.079.039.079.048.079.046.079.1.157.092.158.034.075.049.122.022.119h-7.423l-.165.002-.165.017-.082.02-.158.08-.13.124-.088.151-.027.08-.023.157.023.158.027.076.039.075.048.066.062.061.069.048.078.046.162.064.165.03.083.005.165.002h7.423l-.007.119-.032.122-.064.154-.044.079-.036.078-.044.08-.034.078-.037.08-.064.157-.071.158-.044.079-.08.157-.034.08-.037.078-.064.158-.037.079-.034.079-.08.158-.044.079-.07.157-.065.158-.037.08-.034.078-.043.079-.08.158-.035.079-.037.079-.064.157-.037.08-.034.078-.08.158-.044.079-.07.158-.065.157-.036.08-.035.078-.08.158-.046.079-.037.079-.043.079-.071.157-.064.158-.071.158-.08.158-.044.079-.034.079-.037.079-.064.157-.037.08-.034.078-.08.158-.044.079-.07.158-.065.158-.037.078-.034.08-.044.078-.08.158-.034.079-.037.079-.064.158-.037.079-.034.078-.08.158-.044.08-.07.157-.065.158-.037.079-.034.079-.08.157-.044.08-.07.157-.065.158-.036.079-.035.079-.043.079-.08.157-.072.158-.064.158-.07.158-.08.158-.044.079-.035.078-.037.08-.064.157-.036.079-.035.079-.08.158-.043.079-.071.157-.065.158-.036.08-.035.078-.043.079-.037.079-.046.079-.08.158-.034.078-.037.08-.064.157-.071.158-.044.079-.08.158-.07.157-.065.158-.07.158-.081.158-.044.079-.034.079-.037.079-.064.157-.036.08-.035.078-.08.158-.044.079-.07.158-.065.157-.036.08-.035.078-.043.08-.08.157-.035.079-.037.079-.064.157-.036.08-.035.078-.08.158-.043.079-.071.158-.065.158-.036.079-.035.078-.08.158-.043.08-.071.157-.064.158-.035.074-.032.08-.025.043-.041.118h-.165l-.042-.118-.027-.044-.034-.079-.042-.074-.07-.158-.065-.158-.07-.158-.081-.157-.046-.08-.037-.078-.043-.08-.034-.078-.037-.079-.064-.158-.037-.079-.034-.079-.08-.157-.044-.08-.071-.157-.064-.158-.037-.079-.034-.079-.08-.158-.044-.078-.034-.08-.037-.078-.064-.158-.071-.158-.044-.079-.08-.157-.07-.158-.065-.158-.071-.158-.08-.158-.044-.079-.034-.079-.037-.078-.064-.158-.037-.08-.034-.078-.08-.158-.044-.079-.034-.079-.037-.078-.064-.158-.07-.158-.044-.079-.08-.158-.035-.079-.037-.079-.064-.157-.07-.158-.044-.08-.08-.157-.035-.079-.037-.079-.064-.157-.036-.08-.035-.078-.043-.08-.037-.078-.046-.079-.08-.158-.034-.079-.037-.079-.064-.157-.037-.08-.034-.078-.08-.158-.044-.079-.07-.158-.065-.158-.037-.078-.034-.08-.08-.157-.044-.08-.034-.078-.037-.079-.064-.158-.071-.158-.043-.078-.08-.158-.035-.08-.037-.078-.064-.158-.037-.079-.034-.079-.08-.157-.044-.08-.034-.078-.037-.08-.064-.157-.07-.158-.044-.079-.08-.157-.035-.08-.037-.078-.064-.158-.036-.079-.035-.079-.08-.158-.043-.079-.072-.157-.064-.158-.036-.079-.035-.079-.043-.079-.037-.079-.046-.079-.08-.157-.034-.08-.037-.078-.064-.158-.071-.158-.044-.079-.08-.158-.07-.157-.065-.158-.071-.158-.08-.158-.044-.079-.034-.079-.037-.078-.064-.158-.036-.08-.035-.078-.08-.158-.044-.079-.07-.158-.065-.157-.036-.08-.035-.078-.08-.158-.044-.079-.07-.158-.065-.157-.07-.158-.042-.075-.034-.079-.028-.043-.041-.119h4.454l.165-.006.165-.033.082-.035.158-.103.131-.14.046-.077.057-.158.011-.079-.018-.158-.032-.079-.114-.155-.076-.073-.163-.11-.082-.03-.083-.018-.165-.008H8.66l.058-.119.03-.043.091-.154.048-.079.085-.158.037-.078.046-.08.038-.078.049-.08.045-.078.101-.158.046-.079.048-.079.039-.079.046-.078.037-.08.084-.157.094-.158.101-.158.094-.158.085-.157.039-.08.048-.078.046-.08.1-.157.046-.079.048-.079.04-.079.045-.079.037-.078.085-.158.048-.08.045-.078.101-.158.046-.079.048-.079.04-.079.045-.078.037-.08.085-.157.048-.079.045-.079.101-.158.046-.079.048-.079.04-.078.045-.08.037-.078.084-.158.049-.079.045-.079.101-.158.092-.153.036-.079zm9.815 0-.041-.118h1.897l.165.009.165.048.082.048.083.061.165.15 5.196 4.97.156.154.066.079.044.043.064.119h-4.867l-.082-.119-.018-.043-.048-.08-.035-.074-.085-.158-.048-.079-.046-.078-.1-.158-.046-.08-.048-.078-.04-.079-.045-.079-.037-.079-.084-.158-.049-.078-.045-.08-.101-.157-.046-.08-.048-.078-.039-.079-.046-.079-.037-.079-.084-.157-.048-.08-.046-.078-.101-.158-.046-.079-.048-.079-.039-.079-.046-.079-.036-.079-.085-.157-.048-.08-.046-.078-.1-.158-.047-.079-.048-.079-.039-.079-.046-.079-.036-.079-.085-.157-.048-.08-.046-.078-.1-.158-.095-.158-.039-.079-.085-.157-.047-.08-.046-.078-.101-.158-.046-.079-.048-.079-.085-.158-.037-.079-.078-.153zm3.139 6.944.037-.119h5.113l-.064.119-.041.043-.062.08-.13.153-.065.079-.137.157-.073.08-.138.157-.064.079-.2.237-.13.157-.266.316-.064.079-.137.158-.074.079-.137.158-.13.157-.2.237-.064.079-.266.316-.064.078-.138.158-.073.08-.137.157-.065.079-.265.315-.064.08-.266.315-.064.079-.2.236-.13.158-.138.158-.073.079-.138.158-.13.158-.2.236-.064.08-.265.315-.065.079-.137.158-.073.078-.138.158-.064.08-.266.315-.064.079-.2.236-.13.158-.137.158-.074.079-.137.158-.064.079-.266.315-.064.08-.266.315-.064.079-.266.315-.064.08-.137.157-.074.079-.137.158-.13.157-.2.237-.064.079-.266.316-.064.078-.138.158-.073.08-.138.157-.13.158-.2.236-.064.08-.265.315-.065.079-.137.158-.073.079-.138.157-.064.08-.266.315-.064.079-.266.315-.064.08-.2.236-.066.077-.059.072-.069.064-.034.041-.117.062.041-.119.028-.044.034-.078.041-.075.071-.158.065-.158.07-.157.044-.08.08-.157.035-.079.036-.079.064-.158.037-.079.035-.079.08-.157.043-.08.035-.078.036-.079.064-.158.071-.158.044-.078.08-.158.035-.08.036-.078.064-.158.037-.079.034-.079.08-.157.046-.08.037-.078.044-.08.07-.157.065-.158.07-.158.08-.157.044-.08.035-.078.036-.08.065-.157.036-.079.035-.079.08-.157.043-.08.071-.157.064-.158.037-.079.035-.079.08-.158.043-.079.071-.157.065-.158.036-.08.034-.078.08-.158.044-.079.035-.079.036-.079.064-.157.071-.158.044-.079.08-.158.034-.079.037-.079.064-.157.071-.158.044-.08.08-.157.034-.079.037-.079.064-.157.037-.08.034-.078.044-.08.08-.157.071-.158.064-.158.071-.157.08-.158.046-.08.037-.078.043-.079.035-.079.036-.079.064-.158.037-.078.035-.08.08-.157.043-.079.035-.079.036-.079.064-.158.072-.157.043-.08.08-.157.071-.158.064-.158.071-.158.08-.157.044-.08.034-.078.037-.079.064-.158.037-.079.034-.079.08-.157.044-.08.071-.157.064-.158.037-.079.034-.079.08-.158.044-.078.071-.158.06-.154z", clipRule: "evenodd" }) }),
|
|
232
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_native_svg26.Defs, { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_native_svg26.ClipPath, { id: "a", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react_native_svg26.Path, { d: "M0 .324h32v26.353H0z" }) }) })
|
|
233
|
+
] });
|
|
234
|
+
var Diamond_default = Diamond;
|
|
235
|
+
|
|
236
|
+
// src/generated/Distance.tsx
|
|
237
|
+
var import_react_native_svg27 = __toESM(require("react-native-svg"));
|
|
238
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
239
|
+
var Distance = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_react_native_svg27.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_react_native_svg27.Path, { d: "M6.792 3.167c-1.804 0-3.61 1.352-3.61 4.057l3.61 7.213 3.606-7.213c0-2.705-1.803-4.057-3.606-4.057M22.7 5.364c-.389.017-.766.09-1.082.158l.215.992c.315-.07.642-.115.918-.135zm-15.908.057a1.802 1.802 0 1 1 0 3.606 1.802 1.802 0 1 1 0-3.606m17.03.011-.17.998c.277.058.553.13.795.276l.49-.89c-.343-.184-.726-.348-1.115-.384m-3.24.378c-.344.134-.688.254-.981.372l.4.93c.31-.132.637-.247.913-.344zm5.28.755-.772.66c.203.231.36.518.484.749l.908-.457a4.7 4.7 0 0 0-.62-.952m-7.202.05c-.344.176-.626.332-.93.485l.496.89c.293-.169.614-.332.873-.462zm-1.82 1.01c-.3.174-.592.349-.88.54l.553.846c.276-.18.563-.35.845-.519zm9.991 1.008c-.332.056-.67.096-1.003.135a2.8 2.8 0 0 1-.05.823l.985.231c.057-.406.107-.823.068-1.189m-11.727.096c-.282.191-.558.389-.84.58l.586.829c.27-.198.547-.384.823-.575zm-1.668 1.189c-.282.203-.575.428-.817.614l.614.806c.31-.225.524-.394.806-.603zm12.003.45c-.169.26-.366.52-.563.716l.738.705c.242-.288.501-.58.682-.874zm-13.626.795c-.276.214-.553.434-.795.637l.643.783c.264-.22.535-.445.783-.625zm12.364.57c-.26.208-.53.41-.778.58l.58.834c.3-.203.592-.423.846-.626zm-13.942.726c-.265.215-.519.44-.778.66l.66.772q.378-.332.766-.654zm12.336.395c-.288.169-.586.344-.857.49l.485.896c.304-.186.648-.35.901-.518zm-13.886.935c-.253.226-.501.451-.755.682l.682.755c.248-.225.501-.45.75-.676zm12.144.023c-.298.146-.597.299-.896.445l.434.913c.35-.169.609-.31.924-.456zm-1.803.868c-.31.14-.609.276-.924.406l.411.93q.465-.205.93-.418zm-11.84.49c-.287.254-.487.45-.75.704l.716.733c.265-.253.48-.473.727-.687zm9.992.327c-.31.13-.62.265-.93.394l.394.941q.473-.195.936-.4zm-1.866.789c-.31.135-.62.27-.935.394l.394.941.936-.394zm10.415.406c-1.804 0-3.607 1.352-3.607 4.057l3.607 7.213 3.606-7.213c0-2.705-1.803-4.057-3.606-4.057m-12.286.383c-.32.146-.659.282-.935.4l.4.935c.332-.14.648-.276.93-.4zm-1.87.8c-.305.14-.66.299-.93.423l.417.924c.332-.147.625-.293.918-.417zm-1.86.845c-.316.152-.643.31-.924.451l.456.907c.304-.157.62-.304.896-.44zm16.016.226c.997 0 1.803.806 1.803 1.803 0 .998-.806 1.803-1.803 1.803a1.8 1.8 0 0 1-1.804-1.803c0-.997.806-1.803 1.804-1.803m-17.853.693q-.448.245-.902.507l.507.88c.288-.17.58-.328.874-.485zm-1.787 1.054c-.316.18-.621.422-.885.597l.615.812c.28-.203.581-.412.822-.558zm-1.685 1.273c-.27.248-.537.536-.744.778l.772.66c.217-.265.406-.463.66-.688zm12.274.074.09 1.008c.293-.05.586-.017.88.029l.174-.998c-.372-.056-.766-.096-1.144-.04m-2.096.563.383.941c.293-.13.597-.23.907-.327-.107-.32-.186-.648-.27-.974-.355.1-.71.236-1.02.36m4.367-.05-.575.833c.237.175.468.361.654.592l.767-.665c-.288-.293-.508-.569-.846-.76m-5.325.507c-.31.157-.609.338-.908.512l.513.874c.293-.158.58-.344.868-.496zm-10.583.62c-.17.366-.308.76-.373 1.11l.998.174c.06-.32.148-.552.276-.828-.31-.135-.605-.299-.901-.456m8.796.439q-.43.277-.85.564l.563.845c.282-.186.558-.378.84-.564zm8.606.068-.851.552q.272.407.518.84l.88-.508c-.198-.315-.339-.597-.547-.884m-10.296 1.07c-.282.186-.564.367-.84.564l.564.845c.27-.197.557-.383.845-.575zm-6.47.536c-.326.067-.655.124-.983.186.059.394.217.777.36 1.082l.916-.44a4.7 4.7 0 0 1-.293-.828m17.814.158-.88.507c.175.304.378.63.542.89l.85-.546c-.191-.3-.355-.581-.512-.851m-13.018.422c-.282.175-.558.344-.851.507l.502.885c.298-.175.597-.35.884-.535zm-4.018.919-.693.744c.313.298.7.495 1.121.586l.226-.986a1.3 1.3 0 0 1-.654-.344m2.31.017a4 4 0 0 1-.879.293l.231.991c.362-.073.703-.208 1.043-.349zm15.796.27-.783.637c.242.299.541.586.8.789l.626-.8a5 5 0 0 1-.643-.626m1.359.986-.254.987c.445.09.778.118 1.195.073l-.124-1.009a2 2 0 0 1-.817-.05" }) });
|
|
240
|
+
var Distance_default = Distance;
|
|
241
|
+
|
|
242
|
+
// src/generated/Dryer.tsx
|
|
243
|
+
var import_react_native_svg28 = __toESM(require("react-native-svg"));
|
|
244
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
245
|
+
var Dryer = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_react_native_svg28.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_react_native_svg28.Path, { d: "M4 11.652a5.15 5.15 0 0 0 2.666-.667 4.05 4.05 0 0 1 2.138-.546V9.227a5.15 5.15 0 0 0-2.666.667A4.05 4.05 0 0 1 4 10.439m0-2.424c.749.02 1.488-.17 2.138-.545a5.15 5.15 0 0 1 2.666-.667v1.212a4.05 4.05 0 0 0-2.138.546A5.15 5.15 0 0 1 4 9.227m0 3.637c.749.02 1.488-.17 2.138-.546a5.15 5.15 0 0 1 2.666-.666v1.212a4.05 4.05 0 0 0-2.138.545A5.15 5.15 0 0 1 4 14.076m14.411 2.097a84 84 0 0 1-8.406-2.097V5.59s7.806-2.424 11.408-2.424a6.57 6.57 0 0 1 4.354 1.67 6.716 6.716 0 0 1 1.103 8.727 6.6 6.6 0 0 1-3.8 2.718l-1.056 7.49h-1.201a3.66 3.66 0 0 1-.537 1.628 3.6 3.6 0 0 1-1.216 1.197 3.8 3.8 0 0 0-1.344 1.374 3.85 3.85 0 0 0-.506 1.862h-1.2a5 5 0 0 1 .618-2.386c.401-.73.977-1.348 1.675-1.796.84-.666 1.31-1.115 1.31-1.878H18.41m3.002-10.91c.594 0 1.175-.177 1.668-.51a3.03 3.03 0 0 0 1.106-1.36 3.06 3.06 0 0 0-.65-3.302 2.977 2.977 0 0 0-3.272-.657 3 3 0 0 0-1.348 1.116 3.05 3.05 0 0 0 .373 3.826 3 3 0 0 0 2.124.888" }) });
|
|
246
|
+
var Dryer_default = Dryer;
|
|
247
|
+
|
|
248
|
+
// src/generated/Edit.tsx
|
|
249
|
+
var import_react_native_svg29 = __toESM(require("react-native-svg"));
|
|
250
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
251
|
+
var Edit = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_react_native_svg29.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_react_native_svg29.Path, { d: "M27.967 4.708a4.96 4.96 0 0 0-7.099-.09L5.242 20.244a4.06 4.06 0 0 0-1.093 1.99L2.687 28.82a.833.833 0 0 0 .993.995l6.546-1.456a4.2 4.2 0 0 0 2.057-1.13L27.88 11.63a4.96 4.96 0 0 0 .086-6.922m-5.92 1.089a3.293 3.293 0 1 1 4.655 4.655l-1.118 1.118-4.656-4.653zm-2.297 2.3 4.655 4.654-13.3 13.3c-.341.341-.771.578-1.241.682l-5.267 1.17 1.18-5.305c.098-.445.322-.852.643-1.173z" }) });
|
|
252
|
+
var Edit_default = Edit;
|
|
253
|
+
|
|
254
|
+
// src/generated/EyeOff.tsx
|
|
255
|
+
var import_react_native_svg30 = __toESM(require("react-native-svg"));
|
|
256
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
257
|
+
var EyeOff = (props) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_react_native_svg30.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_react_native_svg30.Path, { d: "m3.879 7.373 1.551-1.54L25.697 26.1l-1.54 1.551-3.733-3.733c-1.394.46-2.872.703-4.424.703-6.06 0-11.236-3.77-13.333-9.09a14.25 14.25 0 0 1 3.866-5.504zM16 11.893a3.637 3.637 0 0 1 3.43 4.85L14.788 12.1c.39-.137.8-.207 1.212-.206m0-5.454c6.06 0 11.236 3.77 13.333 9.091a14.3 14.3 0 0 1-4.848 6.291l-1.721-1.733a11.95 11.95 0 0 0 3.927-4.558 11.9 11.9 0 0 0-10.69-6.666 12.6 12.6 0 0 0-3.831.606l-1.867-1.855A14.4 14.4 0 0 1 16 6.44M5.31 15.53A11.9 11.9 0 0 0 16 22.197c.836 0 1.66-.085 2.424-.255l-2.763-2.775a3.71 3.71 0 0 1-3.297-3.297l-4.121-4.134a11.95 11.95 0 0 0-2.934 3.794" }) });
|
|
258
|
+
var EyeOff_default = EyeOff;
|
|
259
|
+
|
|
260
|
+
// src/generated/EyeOn.tsx
|
|
261
|
+
var import_react_native_svg31 = __toESM(require("react-native-svg"));
|
|
262
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
263
|
+
var EyeOn = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react_native_svg31.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react_native_svg31.Path, { d: "M29.257 15.696c-.04-.088-.98-2.176-3.073-4.268C23.398 8.64 19.877 7.167 16 7.167S8.603 8.64 5.816 11.427c-2.093 2.093-3.038 4.184-3.073 4.269a.89.89 0 0 0 0 .722c.04.088.98 2.174 3.073 4.266 2.787 2.787 6.309 4.26 10.184 4.26 3.876 0 7.397-1.473 10.185-4.26 2.092-2.092 3.033-4.178 3.072-4.266a.9.9 0 0 0 0-.722M16 23.166c-3.42 0-6.408-1.243-8.881-3.694a14.8 14.8 0 0 1-2.563-3.416 14.8 14.8 0 0 1 2.563-3.417C9.592 10.188 12.58 8.944 16 8.944s6.408 1.244 8.881 3.695a14.8 14.8 0 0 1 2.57 3.417c-.802 1.495-4.292 7.11-11.45 7.11m0-12.444a5.334 5.334 0 1 0 0 10.668 5.334 5.334 0 0 0 0-10.668m0 8.89a3.556 3.556 0 1 1 0-7.112 3.556 3.556 0 0 1 0 7.111" }) });
|
|
264
|
+
var EyeOn_default = EyeOn;
|
|
265
|
+
|
|
266
|
+
// src/generated/Filter.tsx
|
|
267
|
+
var import_react_native_svg32 = __toESM(require("react-native-svg"));
|
|
268
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
269
|
+
var Filter = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react_native_svg32.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react_native_svg32.Path, { d: "M7.667 15.167h16.666V18.5H7.667zm-5-6.667h26.666v3.333H2.667zm10 13.333h6.666v3.334h-6.666z" }) });
|
|
270
|
+
var Filter_default = Filter;
|
|
271
|
+
|
|
272
|
+
// src/generated/FingerPrint.tsx
|
|
273
|
+
var import_react_native_svg33 = __toESM(require("react-native-svg"));
|
|
274
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
275
|
+
var FingerPrint = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_react_native_svg33.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
|
|
276
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_react_native_svg33.Path, { d: "M3.955 13.125a.96.96 0 0 1-.759-.364.93.93 0 0 1-.067-1.04C4.334 9.71 8 5.016 16 5.016c3.467 0 6.508.91 9.033 2.705 2.079 1.473 3.244 3.14 3.799 3.944a.925.925 0 0 1-.25 1.3.97.97 0 0 1-1.328-.25C26.25 11.27 23.187 6.874 16 6.874c-7.016 0-10.187 4.044-11.22 5.779a.94.94 0 0 1-.825.471" }),
|
|
277
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_react_native_svg33.Path, { d: "M20.03 31.5a1 1 0 0 1-.236-.027c-5.803-1.437-7.97-7.239-8.058-7.48l-.014-.053c-.048-.168-1.212-4.146.575-6.476.82-1.062 2.066-1.607 3.712-1.607 1.53 0 2.633.476 3.392 1.46.625.804.875 1.795 1.117 2.75.508 1.989.875 3.033 2.987 3.14.927.047 1.537-.495 1.882-.957.935-1.26 1.097-3.312.393-5.125-.905-2.34-4.117-6.75-9.78-6.75-2.418 0-4.639.777-6.42 2.237-1.474 1.21-2.643 2.917-3.205 4.672-1.043 3.267.325 8.404.338 8.45a.927.927 0 0 1-.68 1.141.96.96 0 0 1-1.17-.663c-.063-.234-1.524-5.712-.32-9.488 1.313-4.092 5.364-8.217 11.459-8.217 2.817 0 5.478.957 7.7 2.766 1.72 1.406 3.124 3.295 3.86 5.183.933 2.41.683 5.116-.638 6.883-.88 1.18-2.133 1.795-3.521 1.729-3.616-.182-4.266-2.706-4.74-4.547-.488-1.89-.8-2.8-2.661-2.8-1.023 0-1.74.282-2.188.864-.61.797-.657 2.043-.59 2.946a9.5 9.5 0 0 0 .32 1.862c.148.375 2.085 5.125 6.724 6.275a.93.93 0 0 1 .688 1.131.96.96 0 0 1-.925.701" }),
|
|
278
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_react_native_svg33.Path, { d: "M12.582 31.071a.97.97 0 0 1-.698-.294c-2.322-2.438-3.636-5.163-4.13-8.571v-.018c-.278-2.257.128-5.451 2.119-7.647 1.47-1.621 3.535-2.445 6.129-2.445 3.067 0 5.478 1.427 6.981 4.118 1.09 1.956 1.307 3.905 1.313 3.985a.943.943 0 0 1-.854 1.025.954.954 0 0 1-1.049-.83 9.6 9.6 0 0 0-1.116-3.331c-1.165-2.056-2.938-3.101-5.282-3.101-2.025 0-3.61.61-4.7 1.812-1.57 1.735-1.874 4.407-1.659 6.174.433 3.014 1.591 5.411 3.636 7.554a.92.92 0 0 1-.047 1.32.97.97 0 0 1-.643.25" }),
|
|
279
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_react_native_svg33.Path, { d: "M23.281 28.386c-2.031 0-3.758-.562-5.14-1.68-2.776-2.237-3.087-5.88-3.101-6.034a.955.955 0 0 1 1.903-.148c.007.054.284 3.034 2.424 4.75 1.267 1.012 2.96 1.413 5.045 1.178a.95.95 0 0 1 1.057.824.933.933 0 0 1-.84 1.032 12 12 0 0 1-1.348.078M24.886 3.55C24.094 3.034 21.284 1.5 16 1.5c-5.546 0-8.363 1.694-8.986 2.125a1 1 0 0 0-.115.087.02.02 0 0 1-.014.007.93.93 0 0 0-.318.697.94.94 0 0 0 .957.928.97.97 0 0 0 .555-.175c.027-.02 2.451-1.8 7.923-1.8s7.91 1.774 7.936 1.787c.166.124.368.19.575.188a.94.94 0 0 0 .956-.93.93.93 0 0 0-.583-.865" })
|
|
280
|
+
] });
|
|
281
|
+
var FingerPrint_default = FingerPrint;
|
|
282
|
+
|
|
283
|
+
// src/generated/Fingernail.tsx
|
|
284
|
+
var import_react_native_svg34 = __toESM(require("react-native-svg"));
|
|
285
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
286
|
+
var Fingernail = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_react_native_svg34.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
|
|
287
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_react_native_svg34.Mask, { id: "a", width: 30, height: 29, x: 1, y: 2, maskUnits: "userSpaceOnUse", style: {
|
|
288
|
+
maskType: "luminance"
|
|
289
|
+
}, children: [
|
|
290
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_react_native_svg34.Path, { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M29.333 16.5c0 7.364-5.969 13.333-13.333 13.333S2.667 23.864 2.667 16.5 8.637 3.167 16 3.167" }),
|
|
291
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_react_native_svg34.Path, { strokeWidth: 2, d: "m25.333 6.815.23.704h.74l-.6.434.23.704-.6-.434-.598.434.228-.704-.598-.434h.74z" }),
|
|
292
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_react_native_svg34.Path, { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M20 13.167a4 4 0 1 0-8 0v8a4 4 0 0 0 8 0z" }),
|
|
293
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_react_native_svg34.Path, { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M12 17.167c-1.333 0-3.333 1.412-3.333 4v6.522M20 17.167c1.333 0 3.333 1.412 3.333 4V27.5" })
|
|
294
|
+
] }),
|
|
295
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_react_native_svg34.G, { mask: "url(#a)", children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_react_native_svg34.Path, { d: "M0 .5h32v32H0z" }) })
|
|
296
|
+
] });
|
|
297
|
+
var Fingernail_default = Fingernail;
|
|
298
|
+
|
|
299
|
+
// src/generated/HeartFilled.tsx
|
|
300
|
+
var import_react_native_svg35 = __toESM(require("react-native-svg"));
|
|
301
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
302
|
+
var HeartFilled = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react_native_svg35.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react_native_svg35.Path, { d: "M2.667 12.303c0 6.484 5.36 9.938 9.282 13.032 1.384 1.09 2.717 2.118 4.05 2.118 1.334 0 2.667-1.026 4.051-2.12 3.924-3.09 9.283-6.546 9.283-13.03S22 1.222 16 7.457C10 1.22 2.667 5.819 2.667 12.303" }) });
|
|
303
|
+
var HeartFilled_default = HeartFilled;
|
|
304
|
+
|
|
305
|
+
// src/generated/Heart.tsx
|
|
306
|
+
var import_react_native_svg36 = __toESM(require("react-native-svg"));
|
|
307
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
308
|
+
var Heart = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react_native_svg36.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react_native_svg36.Path, { fillRule: "evenodd", d: "M8.092 6.845c-2.058.94-3.565 3.177-3.565 5.845 0 2.725 1.116 4.826 2.714 6.627 1.318 1.484 2.914 2.714 4.469 3.912q.556.428 1.097.854c.653.514 1.235.964 1.797 1.293.56.328 1.012.478 1.396.478.385 0 .836-.15 1.397-.478.562-.329 1.143-.779 1.796-1.294q.542-.427 1.097-.853c1.556-1.198 3.15-2.428 4.47-3.912 1.598-1.8 2.713-3.902 2.713-6.627 0-2.666-1.507-4.905-3.565-5.845-2-.914-4.686-.673-7.238 1.98a.93.93 0 0 1-1.34 0c-2.552-2.653-5.239-2.894-7.238-1.98M16 6.889c-2.867-2.567-6.079-2.927-8.682-1.737-2.746 1.259-4.651 4.176-4.651 7.54 0 3.305 1.376 5.828 3.184 7.862 1.446 1.628 3.216 2.991 4.78 4.195.354.272.698.538 1.024.796.637.5 1.319 1.034 2.01 1.439.69.403 1.48.731 2.335.731.856 0 1.645-.328 2.336-.731.692-.405 1.373-.938 2.009-1.44a97 97 0 0 1 1.024-.796c1.563-1.203 3.334-2.567 4.78-4.194 1.808-2.034 3.184-4.557 3.184-7.862 0-3.364-1.903-6.281-4.65-7.538-2.604-1.19-5.815-.83-8.683 1.735", clipRule: "evenodd" }) });
|
|
309
|
+
var Heart_default = Heart;
|
|
310
|
+
|
|
311
|
+
// src/generated/Home.tsx
|
|
312
|
+
var import_react_native_svg37 = __toESM(require("react-native-svg"));
|
|
313
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
314
|
+
var Home = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_react_native_svg37.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_react_native_svg37.Path, { d: "M26.625 13.764a1.026 1.026 0 1 0-2.052 0zm-19.146 0a1.026 1.026 0 0 0-2.052 0zm20.13 3.46a1.026 1.026 0 1 0 1.45-1.45zM16.026 4.191l.725-.724a1.026 1.026 0 0 0-1.45 0zM2.993 15.775a1.026 1.026 0 1 0 1.45 1.45zm6.195 14.058h13.676v-2.051H9.188zm17.437-3.76V13.764h-2.052v12.309zm-19.146 0V13.764H5.427v12.309zm21.58-10.298L16.75 3.467l-1.45 1.45L27.61 17.223zM15.3 3.467 2.993 15.775l1.45 1.45L16.75 4.915zm7.563 26.366a3.76 3.76 0 0 0 3.76-3.76h-2.05a1.71 1.71 0 0 1-1.71 1.709zM9.188 27.782a1.71 1.71 0 0 1-1.71-1.71h-2.05a3.76 3.76 0 0 0 3.76 3.761z" }) });
|
|
315
|
+
var Home_default = Home;
|
|
316
|
+
|
|
317
|
+
// src/generated/ImageGallery.tsx
|
|
318
|
+
var import_react_native_svg38 = __toESM(require("react-native-svg"));
|
|
319
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
320
|
+
var ImageGallery = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_react_native_svg38.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
|
|
321
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react_native_svg38.G, { clipPath: "url(#a)", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react_native_svg38.Path, { d: "M26.117 5.333a.833.833 0 0 0-.834-.833H6.95a.833.833 0 0 0-.833.833v.834h20zM27.767 8.667a.833.833 0 0 0-.834-.834H5.267a.833.833 0 0 0-.834.834V9.5h23.334zM27.767 11.167H4.233a1.566 1.566 0 0 0-1.566 1.566v15.2A1.567 1.567 0 0 0 4.233 29.5h23.534a1.566 1.566 0 0 0 1.566-1.567v-15.2a1.566 1.566 0 0 0-1.566-1.566M8.133 14.042a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5M26 26.167H6l6.217-6.225a.59.59 0 0 1 .833 0l3.067 3.066 4.225-4.341a.59.59 0 0 1 .833 0L26 23.492z" }) }),
|
|
322
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react_native_svg38.Defs, { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react_native_svg38.ClipPath, { id: "a", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react_native_svg38.Path, { d: "M0 .5h32v32H0z" }) }) })
|
|
323
|
+
] });
|
|
324
|
+
var ImageGallery_default = ImageGallery;
|
|
325
|
+
|
|
326
|
+
// src/generated/Image.tsx
|
|
327
|
+
var import_react_native_svg39 = __toESM(require("react-native-svg"));
|
|
328
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
329
|
+
var Image = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_react_native_svg39.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
|
|
330
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_react_native_svg39.Path, { d: "M26.37 6.13H5.63A1.48 1.48 0 0 0 4.148 7.61V25.39A1.48 1.48 0 0 0 5.63 26.87h20.74a1.48 1.48 0 0 0 1.482-1.481V7.61A1.48 1.48 0 0 0 26.37 6.13M5.63 25.389V7.61h20.74V25.39z" }),
|
|
331
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_react_native_svg39.Path, { d: "M9.274 13.537a2.222 2.222 0 1 0 0-4.444 2.222 2.222 0 0 0 0 4.444m0-3.407a1.185 1.185 0 1 1-1.178 1.185 1.185 1.185 0 0 1 1.178-1.178zM19.54 14.552l-4 4-2.962-2.963a.74.74 0 0 0-1.044 0l-4.482 4.54v2.097l5.03-5.03 2.437 2.4-2.778 2.778h2.037l6.26-6.26 4.851 4.83v-2.088l-4.304-4.304a.74.74 0 0 0-1.044 0" })
|
|
332
|
+
] });
|
|
333
|
+
var Image_default = Image;
|
|
334
|
+
|
|
335
|
+
// src/generated/Information.tsx
|
|
336
|
+
var import_react_native_svg40 = __toESM(require("react-native-svg"));
|
|
337
|
+
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
338
|
+
var Information = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_react_native_svg40.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_react_native_svg40.Path, { d: "M26.667 9.833H20v-4c0-1.466-1.2-2.666-2.667-2.666h-2.666A2.674 2.674 0 0 0 12 5.833v4H5.333A2.674 2.674 0 0 0 2.667 12.5v14.667c0 1.466 1.2 2.666 2.666 2.666h21.334c1.466 0 2.666-1.2 2.666-2.666V12.5c0-1.467-1.2-2.667-2.666-2.667m-12-4h2.666V12.5h-2.666zm12 21.334H5.333V12.5H12c0 1.467 1.2 2.667 2.667 2.667h2.666c1.467 0 2.667-1.2 2.667-2.667h6.667zm-12-5.334H12V24.5H9.333v-2.667H6.667v-2.666h2.666V16.5H12v2.667h2.667zm2.666-2v-2h8v2zm0 4v-2h5.334v2z" }) });
|
|
339
|
+
var Information_default = Information;
|
|
340
|
+
|
|
341
|
+
// src/generated/ListAlt.tsx
|
|
342
|
+
var import_react_native_svg41 = __toESM(require("react-native-svg"));
|
|
343
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
344
|
+
var ListAlt = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_react_native_svg41.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_react_native_svg41.Path, { d: "M10.074 23.907q.63 0 1.056-.426.428-.427.426-1.055 0-.63-.427-1.056a1.43 1.43 0 0 0-1.055-.426q-.63 0-1.056.427a1.43 1.43 0 0 0-.425 1.055q0 .63.426 1.056.427.427 1.055.425m0-5.925q.63 0 1.056-.427.428-.427.426-1.055 0-.63-.427-1.056a1.43 1.43 0 0 0-1.055-.426q-.63 0-1.056.427a1.43 1.43 0 0 0-.425 1.055q0 .63.426 1.056.427.428 1.055.425m0-5.926q.63 0 1.056-.427.428-.427.426-1.055 0-.63-.427-1.056a1.43 1.43 0 0 0-1.055-.425q-.63 0-1.056.426a1.43 1.43 0 0 0-.425 1.055q0 .63.426 1.056.427.427 1.055.425m4.445 11.851h8.888v-2.963H14.52zm0-5.925h8.888v-2.963H14.52zm0-5.926h8.888V9.093H14.52zm-8.89 17.777q-1.221 0-2.093-.87a2.85 2.85 0 0 1-.87-2.093V6.13q0-1.223.872-2.094.87-.87 2.092-.87h20.74q1.223 0 2.094.872.87.87.87 2.092v20.74q0 1.223-.872 2.094-.87.87-2.092.87z" }) });
|
|
345
|
+
var ListAlt_default = ListAlt;
|
|
346
|
+
|
|
347
|
+
// src/generated/List.tsx
|
|
348
|
+
var import_react_native_svg42 = __toESM(require("react-native-svg"));
|
|
349
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
350
|
+
var List = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_react_native_svg42.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_react_native_svg42.Path, { fillRule: "evenodd", d: "M26.667 5.833H5.333A1.333 1.333 0 0 0 4 7.167v18.666a1.333 1.333 0 0 0 1.333 1.334h21.334A1.333 1.333 0 0 0 28 25.833V7.167a1.334 1.334 0 0 0-1.333-1.334M5.333 3.167a4 4 0 0 0-4 4v18.666a4 4 0 0 0 4 4h21.334a4 4 0 0 0 4-4V7.167a4 4 0 0 0-4-4zM8 9.833h2.667V12.5H8zm6.667 0a1.333 1.333 0 0 0 0 2.667h8a1.334 1.334 0 0 0 0-2.667zm-4 5.334H8v2.666h2.667zm2.666 1.333a1.333 1.333 0 0 1 1.334-1.333h8a1.333 1.333 0 1 1 0 2.666h-8a1.333 1.333 0 0 1-1.334-1.333m-2.666 4H8v2.667h2.667zm2.666 1.333a1.333 1.333 0 0 1 1.334-1.333h8a1.334 1.334 0 0 1 0 2.667h-8a1.333 1.333 0 0 1-1.334-1.334", clipRule: "evenodd" }) });
|
|
351
|
+
var List_default = List;
|
|
352
|
+
|
|
353
|
+
// src/generated/Location.tsx
|
|
354
|
+
var import_react_native_svg43 = __toESM(require("react-native-svg"));
|
|
355
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
356
|
+
var Location = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_react_native_svg43.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_react_native_svg43.Path, { fillRule: "evenodd", d: "M22.619 5.701a8.65 8.65 0 0 0-6-2.534h-.084A8.653 8.653 0 0 0 8 11.7a8.05 8.05 0 0 0 1.293 4.516l6.716 13.617h1.137l6.713-13.617a8 8 0 0 0 1.293-4.516 8.65 8.65 0 0 0-2.534-5.999M16.417 5.3l.175.021.158-.021a6.56 6.56 0 0 1 6.274 6.479 5.85 5.85 0 0 1-.996 3.345l-.043.072-.036.075-5.372 10.89-5.37-10.88-.036-.082-.042-.073a5.85 5.85 0 0 1-.997-3.345A6.56 6.56 0 0 1 16.417 5.3m1.306 4.627a2.134 2.134 0 1 0-2.372 3.548 2.134 2.134 0 0 0 2.372-3.548", clipRule: "evenodd" }) });
|
|
357
|
+
var Location_default = Location;
|
|
358
|
+
|
|
359
|
+
// src/generated/Lock.tsx
|
|
360
|
+
var import_react_native_svg44 = __toESM(require("react-native-svg"));
|
|
361
|
+
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
362
|
+
var Lock = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(import_react_native_svg44.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
|
|
363
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_react_native_svg44.Path, { strokeWidth: 2, d: "M5.333 17.833c0-2.514 0-3.77.782-4.552.78-.781 2.037-.781 4.552-.781h10.666c2.515 0 3.77 0 4.552.781.782.782.782 2.038.782 4.552V20.5c0 3.77 0 5.657-1.172 6.828S22.437 28.5 18.667 28.5h-5.334c-3.77 0-5.657 0-6.828-1.172-1.172-1.17-1.172-3.057-1.172-6.828z" }),
|
|
364
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_react_native_svg44.Path, { strokeLinecap: "round", strokeWidth: 2, d: "M21.333 11.167V9.833a5.333 5.333 0 1 0-10.666 0v1.334" }),
|
|
365
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_react_native_svg44.Path, { d: "M16 23.167a2.667 2.667 0 1 0 0-5.334 2.667 2.667 0 0 0 0 5.334" })
|
|
366
|
+
] });
|
|
367
|
+
var Lock_default = Lock;
|
|
368
|
+
|
|
369
|
+
// src/generated/Mail.tsx
|
|
370
|
+
var import_react_native_svg45 = __toESM(require("react-native-svg"));
|
|
371
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
372
|
+
var Mail = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_react_native_svg45.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_react_native_svg45.Path, { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m6.667 9.913 9.16 7.854a.28.28 0 0 0 .346 0l9.16-7.854M4.267 5.833h23.466c.88 0 1.6.72 1.6 1.6v16.534c0 1.76-1.44 3.2-3.2 3.2H5.867a3.21 3.21 0 0 1-3.2-3.2V7.433c0-.88.72-1.6 1.6-1.6" }) });
|
|
373
|
+
var Mail_default = Mail;
|
|
374
|
+
|
|
375
|
+
// src/generated/MaskSad.tsx
|
|
376
|
+
var import_react_native_svg46 = __toESM(require("react-native-svg"));
|
|
377
|
+
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
378
|
+
var MaskSad = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_react_native_svg46.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_react_native_svg46.Path, { d: "M20.083 23.207a.786.786 0 0 1-1.088.218c-.872-.58-1.594-.915-2.704-.915s-1.83.335-2.704.915a.784.784 0 1 1-.868-1.307c1.063-.706 2.076-1.177 3.572-1.177s2.509.47 3.572 1.177a.787.787 0 0 1 .22 1.089m2.946-9.326c-.4.448-1.274.785-2.031.785s-1.63-.337-2.03-.785a.784.784 0 1 0-1.17 1.046c.7.785 1.987 1.308 3.2 1.308s2.5-.523 3.2-1.308a.783.783 0 0 0-.625-1.319.78.78 0 0 0-.544.273m5.553-8.89v7.291c0 4.636-1.247 9.004-3.509 12.299-2.323 3.388-5.443 5.252-8.782 5.252s-6.46-1.864-8.783-5.25C5.246 21.286 4 16.918 4 12.282V4.99a1.83 1.83 0 0 1 2.492-1.7c1.856.714 5.596 1.922 9.799 1.922s7.943-1.208 9.799-1.922a1.83 1.83 0 0 1 2.492 1.7m-1.57 0a.26.26 0 0 0-.355-.245C24.7 5.513 20.75 6.782 16.29 6.782S7.882 5.513 5.925 4.747a.262.262 0 0 0-.356.243v7.291c0 8.814 4.81 15.983 10.722 15.983 5.911 0 10.722-7.169 10.722-15.98zm-12.229 9.936a.783.783 0 0 0-.625-1.319.79.79 0 0 0-.544.273c-.4.448-1.273.785-2.03.785s-1.63-.337-2.03-.785a.785.785 0 0 0-1.17 1.046c.7.785 1.986 1.308 3.2 1.308 1.213 0 2.5-.523 3.2-1.308" }) });
|
|
379
|
+
var MaskSad_default = MaskSad;
|
|
380
|
+
|
|
381
|
+
// src/generated/Menu.tsx
|
|
382
|
+
var import_react_native_svg47 = __toESM(require("react-native-svg"));
|
|
383
|
+
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
384
|
+
var Menu = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_react_native_svg47.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_react_native_svg47.Path, { d: "M15.704 9.093a2.963 2.963 0 1 1 0-5.926 2.963 2.963 0 0 1 0 5.926m0 10.37a2.963 2.963 0 1 1 0-5.925 2.963 2.963 0 0 1 0 5.925m0 10.37a2.963 2.963 0 1 1 0-5.925 2.963 2.963 0 0 1 0 5.925" }) });
|
|
385
|
+
var Menu_default = Menu;
|
|
386
|
+
|
|
387
|
+
// src/generated/Money1.tsx
|
|
388
|
+
var import_react_native_svg48 = __toESM(require("react-native-svg"));
|
|
389
|
+
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
390
|
+
var Money1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_react_native_svg48.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_react_native_svg48.Path, { d: "m19.993 5.833-5.466 3.51.554.303 4.863-3.122 8.25 4.673-4.732 3.037.23.126v.385l3.707-2.38.778.442-4.485 2.878v.659l3.634-2.333.85.482-4.483 2.878v.66l3.633-2.333.85.482-4.483 2.878v.66l5.623-3.61-1.395-.791 1.395-.896-1.395-.791 1.395-.896-1.323-.75 1.34-.86zM21.74 8.35c-1.183.593-2.758.693-3.867.246l-2.169 1.392 7.135 3.906 2.056-1.32c-.81-.64-.742-1.594.166-2.343zm-7.342 2.077-3.974 2.591 7.624 4.389.075-.048.576-.372a2000 2000 0 0 0 3.518-2.28zm6.492.065c.18.002.345.04.468.11q.108.06.163.147a.3.3 0 0 1 .048.183.37.37 0 0 1-.074.19.7.7 0 0 1-.186.17q-.119.076-.27.123a1.35 1.35 0 0 1-.616.039.8.8 0 0 1-.254-.09c-.145-.081-.22-.2-.212-.33.01-.129.103-.258.26-.36q.137-.086.314-.135c.116-.031.239-.047.359-.047m-12.28 2.65-5.926 3.803 1.323.75-1.34.86 1.396.79-1.396.896 1.396.791-1.396.896 9.34 5.29 5.64-3.619v-.659l-5.591 3.588-8.25-4.672.802-.515 7.399 4.191 5.64-3.62v-.658l-5.591 3.588-8.25-4.673.802-.514 7.399 4.19 5.64-3.62v-.658l-5.591 3.588-8.25-4.673.747-.479 7.471 4.233 5.622-3.61v-.283l-.308-.177-5.265 3.38-8.25-4.674 5.328-3.42zm1.15.662-2.638 1.693c.81.639.743 1.593-.165 2.342l3.32 1.881c1.183-.593 2.759-.693 3.868-.246l2.584-1.659zm12.92 1.81-1.706 1.106-2.304 1.49-.012.008v4.83l4.023-2.703zm-11.3.982c.18.001.345.04.468.11.145.081.221.2.212.33s-.103.259-.26.36a1.24 1.24 0 0 1-.58.179 1.03 1.03 0 0 1-.56-.107c-.145-.082-.22-.2-.212-.33.01-.13.103-.259.26-.36q.137-.088.314-.135c.116-.032.239-.048.359-.047" }) });
|
|
391
|
+
var Money1_default = Money1;
|
|
392
|
+
|
|
393
|
+
// src/generated/MoneyCard.tsx
|
|
394
|
+
var import_react_native_svg49 = __toESM(require("react-native-svg"));
|
|
395
|
+
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
396
|
+
var MoneyCard = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_react_native_svg49.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_react_native_svg49.Path, { d: "M5.63 5.833c-1.635 0-2.963 1.566-2.963 3.491V23.29c0 1.925 1.328 3.491 2.963 3.491h20.74c1.635 0 2.963-1.566 2.963-3.491V9.324c0-1.925-1.328-3.49-2.962-3.49zm9.63 6.983h10.37c.407 0 .74.392.74.872s-.333.873-.74.873H15.26c-.408 0-.741-.393-.741-.873s.333-.873.74-.873m-.741 6.109c0-.48.333-.873.74-.873h10.37c.408 0 .741.393.741.873s-.333.873-.74.873H15.26c-.408 0-.741-.393-.741-.873m-4.26-8.291v.758c.348.065.676.158.977.256.496.153.787.753.658 1.337-.13.583-.64.927-1.135.774-.509-.158-1-.273-1.444-.283-.366-.006-.74.098-.995.272-.223.153-.288.306-.288.508 0 .098.005.19.246.365.292.207.717.366 1.31.573l.032.01c.519.186 1.186.42 1.718.819.597.442 1.125 1.162 1.139 2.27.014 1.14-.486 1.968-1.148 2.454a3 3 0 0 1-1.074.49v.743c0 .6-.417 1.09-.926 1.09s-.926-.49-.926-1.09v-.797c-.477-.12-.926-.3-1.306-.458q-.145-.057-.282-.115c-.486-.19-.745-.807-.583-1.38s.685-.878 1.17-.687c.117.044.228.093.334.131.63.251 1.111.442 1.625.464.398.016.764-.088.99-.257.19-.136.279-.3.274-.572 0-.159-.037-.273-.273-.448-.292-.218-.713-.376-1.296-.583l-.08-.028c-.504-.18-1.138-.403-1.647-.763-.588-.42-1.14-1.119-1.144-2.22-.004-1.151.547-1.948 1.195-2.395.32-.224.671-.371 1.027-.464v-.774c0-.6.417-1.091.926-1.091s.926.49.926 1.09" }) });
|
|
397
|
+
var MoneyCard_default = MoneyCard;
|
|
398
|
+
|
|
399
|
+
// src/generated/Money.tsx
|
|
400
|
+
var import_react_native_svg50 = __toESM(require("react-native-svg"));
|
|
401
|
+
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
402
|
+
var Money = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_react_native_svg50.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_react_native_svg50.Path, { d: "M14.815 29.833v-3.185q-1.963-.444-3.39-1.704Q10 23.684 9.334 21.39l2.74-1.111q.555 1.777 1.65 2.704 1.092.925 2.869.925 1.518 0 2.575-.686 1.056-.685 1.054-2.128 0-1.297-.814-2.055-.816-.759-3.778-1.723-3.186-1-4.37-2.39t-1.186-3.388q0-2.408 1.556-3.74 1.556-1.334 3.185-1.52v-3.11h2.963v3.11q1.852.298 3.056 1.353a6.2 6.2 0 0 1 1.759 2.574l-2.741 1.185q-.444-1.185-1.26-1.778-.814-.592-2.221-.592-1.63 0-2.482.722-.852.723-.852 1.796 0 1.223 1.111 1.926 1.112.704 3.852 1.481 2.556.74 3.871 2.353 1.316 1.612 1.314 3.721 0 2.63-1.555 4t-3.852 1.704v3.111z" }) });
|
|
403
|
+
var Money_default = Money;
|
|
404
|
+
|
|
405
|
+
// src/generated/NotificationOff.tsx
|
|
406
|
+
var import_react_native_svg51 = __toESM(require("react-native-svg"));
|
|
407
|
+
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
408
|
+
var NotificationOff = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_react_native_svg51.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_react_native_svg51.Path, { d: "M20.755 27.026a2.807 2.807 0 0 1-2.596 2.8l-.21.007H15.14a2.807 2.807 0 0 1-2.798-2.596l-.009-.21zm-4.21-23.86a9.825 9.825 0 0 1 9.819 9.488l.005.337v5.283l2.558 5.114a1.544 1.544 0 0 1-1.22 2.226l-.162.009h-.595l1.504 1.503a1.403 1.403 0 0 1-1.853 2.101l-.132-.117L4.636 7.28a1.403 1.403 0 0 1 1.853-2.101l.132.116 1.953 1.954a9.81 9.81 0 0 1 7.972-4.081zm-9.792 9.021 2.774 2.775v3.312c0 .436-.101.865-.296 1.255L7.59 22.816h9.792l2.807 2.807H5.544a1.544 1.544 0 0 1-1.381-2.235l2.557-5.114v-5.283q0-.406.033-.804m9.792-6.213a7.01 7.01 0 0 0-5.95 3.294l13.548 13.548h1.359l-1.642-3.287a2.8 2.8 0 0 1-.298-1.255v-5.283a7.017 7.017 0 0 0-7.017-7.017" }) });
|
|
409
|
+
var NotificationOff_default = NotificationOff;
|
|
410
|
+
|
|
411
|
+
// src/generated/NotificationOn.tsx
|
|
412
|
+
var import_react_native_svg52 = __toESM(require("react-native-svg"));
|
|
413
|
+
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
414
|
+
var NotificationOn = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_react_native_svg52.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_react_native_svg52.Path, { fillRule: "evenodd", d: "M20.756 27.026a2.806 2.806 0 0 1-2.597 2.8l-.21.007H15.14a2.807 2.807 0 0 1-2.8-2.596l-.006-.21zm-4.211-23.86a9.824 9.824 0 0 1 9.819 9.488l.006.337v5.283l2.557 5.114a1.544 1.544 0 0 1-1.22 2.226l-.161.009H5.544A1.543 1.543 0 0 1 4.1 23.536l.064-.148 2.557-5.114v-5.283a9.825 9.825 0 0 1 9.825-9.824m0 2.808a7.017 7.017 0 0 0-7.01 6.713l-.008.304v5.283c0 .348-.064.693-.19 1.018l-.106.238-1.642 3.286h17.913l-1.642-3.287a2.8 2.8 0 0 1-.285-.995l-.012-.26v-5.283a7.02 7.02 0 0 0-7.018-7.017", clipRule: "evenodd" }) });
|
|
415
|
+
var NotificationOn_default = NotificationOn;
|
|
416
|
+
|
|
417
|
+
// src/generated/PaperPlane.tsx
|
|
418
|
+
var import_react_native_svg53 = __toESM(require("react-native-svg"));
|
|
419
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
420
|
+
var PaperPlane = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(import_react_native_svg53.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(import_react_native_svg53.Path, { strokeLinecap: "round", strokeLinejoin: "round", d: "M29.333 4.558 11 21.225v8.333l5-5M2.667 15.392 29.333 4.5l-4.666 24.225z" }) });
|
|
421
|
+
var PaperPlane_default = PaperPlane;
|
|
422
|
+
|
|
423
|
+
// src/generated/Pix.tsx
|
|
424
|
+
var import_react_native_svg54 = __toESM(require("react-native-svg"));
|
|
425
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
426
|
+
var Pix = (props) => /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(import_react_native_svg54.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
|
|
427
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_react_native_svg54.Path, { d: "m20.6 22.527-4.014-4.014a.6.6 0 0 0-.413-.173.6.6 0 0 0-.413.173l-4.027 4.027c-.453.453-1.16 1.187-3.52 1.187l4.947 4.933a4 4 0 0 0 5.653 0l4.96-4.947c-1.213 0-2.226-.24-3.173-1.186M11.733 10.46l4.027 4.027a.6.6 0 0 0 .413.173.6.6 0 0 0 .414-.173l3.986-3.987c.947-.987 2.027-1.213 3.24-1.213l-4.96-4.947a4 4 0 0 0-5.653 0L8.253 9.273c2.347 0 3.067.774 3.48 1.187" }),
|
|
428
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_react_native_svg54.Path, { d: "m28.147 13.633-3-3.013h-1.68c-.72 0-1.44.293-1.934.813l-4 4c-.373.374-.866.56-1.36.56a2 2 0 0 1-1.36-.56l-4.026-4.04c-.507-.506-1.2-.8-1.934-.8h-1.96L3.84 13.66a4 4 0 0 0 0 5.653l3.053 3.067h1.974c.72 0 1.413-.293 1.933-.8l4.027-4.027c.373-.373.866-.56 1.36-.56.493 0 .986.187 1.36.56l4.013 4.014c.507.506 1.2.8 1.933.8h1.68l3-3.014a4.056 4.056 0 0 0-.026-5.72" })
|
|
429
|
+
] });
|
|
430
|
+
var Pix_default = Pix;
|
|
431
|
+
|
|
432
|
+
// src/generated/Plus.tsx
|
|
433
|
+
var import_react_native_svg55 = __toESM(require("react-native-svg"));
|
|
434
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
435
|
+
var Plus = (props) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_react_native_svg55.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_react_native_svg55.Path, { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M2.667 16.5H16m0 0h13.333M16 16.5V3.167M16 16.5v13.333" }) });
|
|
436
|
+
var Plus_default = Plus;
|
|
437
|
+
|
|
438
|
+
// src/generated/Search.tsx
|
|
439
|
+
var import_react_native_svg56 = __toESM(require("react-native-svg"));
|
|
440
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
441
|
+
var Search = (props) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_react_native_svg56.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_react_native_svg56.Path, { d: "M13.387 3.167a10.722 10.722 0 0 1 8.24 17.584l7.395 7.395a.973.973 0 0 1-.939 1.648 1 1 0 0 1-.438-.27l-7.395-7.396a10.721 10.721 0 1 1-6.863-18.961M4.615 13.889a8.773 8.773 0 1 0 17.545 0 8.773 8.773 0 0 0-17.545 0" }) });
|
|
442
|
+
var Search_default = Search;
|
|
443
|
+
|
|
444
|
+
// src/generated/Share.tsx
|
|
445
|
+
var import_react_native_svg57 = __toESM(require("react-native-svg"));
|
|
446
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
447
|
+
var Share = (props) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_react_native_svg57.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_react_native_svg57.Path, { d: "M24 29.833q-1.667 0-2.833-1.166Q20 27.5 20 25.833q0-.233.033-.484.034-.25.1-.449l-9.4-5.467a4.4 4.4 0 0 1-1.266.784q-.7.285-1.467.283-1.667 0-2.833-1.167Q4 18.167 4 16.5t1.167-2.833Q6.333 12.5 8 12.5q.767 0 1.467.284t1.266.783l9.4-5.467a2.5 2.5 0 0 1-.1-.45A4 4 0 0 1 20 7.168q0-1.667 1.167-2.834Q22.333 3.167 24 3.167t2.833 1.166Q28 5.5 28 7.167 28 8.832 26.833 10 25.667 11.167 24 11.167q-.767 0-1.467-.283a4.4 4.4 0 0 1-1.266-.784l-9.4 5.467q.066.2.1.45.033.25.033.483t-.033.484a2.4 2.4 0 0 1-.1.45l9.4 5.466q.566-.5 1.266-.783A3.9 3.9 0 0 1 24 21.833q1.667 0 2.833 1.167T28 25.833t-1.167 2.834Q25.667 29.833 24 29.833" }) });
|
|
448
|
+
var Share_default = Share;
|
|
449
|
+
|
|
450
|
+
// src/generated/StarFilled.tsx
|
|
451
|
+
var import_react_native_svg58 = __toESM(require("react-native-svg"));
|
|
452
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
453
|
+
var StarFilled = (props) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_react_native_svg58.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_react_native_svg58.Path, { d: "M28.667 14.87 23.3 19.554l1.608 6.972a1.903 1.903 0 0 1-2.836 2.063l-6.08-3.689-6.068 3.688a1.905 1.905 0 0 1-2.836-2.062l1.604-6.965-5.366-4.69a1.903 1.903 0 0 1 1.084-3.338l7.073-.612 2.762-6.586a1.898 1.898 0 0 1 3.502 0l2.77 6.586 7.071.612a1.902 1.902 0 0 1 1.084 3.339z" }) });
|
|
454
|
+
var StarFilled_default = StarFilled;
|
|
455
|
+
|
|
456
|
+
// src/generated/Star.tsx
|
|
457
|
+
var import_react_native_svg59 = __toESM(require("react-native-svg"));
|
|
458
|
+
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
459
|
+
var Star = (props) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_react_native_svg59.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_react_native_svg59.Path, { d: "M29.238 12.842a1.9 1.9 0 0 0-1.644-1.31l-7.068-.609-2.771-6.589a1.898 1.898 0 0 0-3.504 0l-2.763 6.59-7.077.612a1.904 1.904 0 0 0-1.084 3.34l5.37 4.692-1.61 6.967A1.905 1.905 0 0 0 9.924 28.6l6.07-3.69 6.084 3.69a1.904 1.904 0 0 0 2.837-2.064l-1.608-6.974 5.368-4.685a1.9 1.9 0 0 0 .563-2.034m-1.811.595-5.368 4.685a1.9 1.9 0 0 0-.605 1.87l1.613 6.979-6.079-3.69a1.89 1.89 0 0 0-1.968 0l-6.07 3.69 1.602-6.975a1.9 1.9 0 0 0-.605-1.87l-5.37-4.682v-.01l7.075-.612a1.9 1.9 0 0 0 1.588-1.161l2.763-6.58 2.761 6.58a1.9 1.9 0 0 0 1.59 1.16l7.075.612v.009z" }) });
|
|
460
|
+
var Star_default = Star;
|
|
461
|
+
|
|
462
|
+
// src/generated/Stars.tsx
|
|
463
|
+
var import_react_native_svg60 = __toESM(require("react-native-svg"));
|
|
464
|
+
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
465
|
+
var Stars = (props) => /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(import_react_native_svg60.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
|
|
466
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_react_native_svg60.Path, { strokeLinecap: "round", strokeWidth: 1.5, d: "M9.912 13.708c-2.788.63-4.181.947-4.513 2.013-.332 1.067.618 2.178 2.52 4.4l.49.574c.54.632.81.948.931 1.338.123.391.081.812 0 1.654l-.075.768c-.286 2.965-.43 4.448.438 5.106.868.66 2.173.059 4.782-1.142l.676-.312c.742-.342 1.112-.512 1.506-.512s.764.17 1.506.512l.675.312c2.61 1.2 3.915 1.802 4.783 1.142.868-.658.725-2.141.437-5.106m1.347-4.334c1.901-2.222 2.852-3.333 2.52-4.4-.331-1.066-1.726-1.382-4.514-2.013l-.72-.163c-.793-.18-1.189-.269-1.506-.51-.319-.24-.523-.607-.931-1.339l-.37-.667c-1.437-2.574-2.154-3.862-3.227-3.862-1.074 0-1.791 1.288-3.227 3.862" }),
|
|
467
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_react_native_svg60.Path, { strokeLinejoin: "round", d: "M6.653 3.167s.384 1.944 1.227 2.78c.84.836 2.787 1.206 2.787 1.206s-1.944.384-2.78 1.227c-.836.84-1.207 2.787-1.207 2.787s-.384-1.944-1.227-2.78C4.613 7.55 2.667 7.18 2.667 7.18s1.944-.384 2.78-1.227c.836-.84 1.206-2.786 1.206-2.786Z" }),
|
|
468
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_react_native_svg60.Path, { strokeLinecap: "round", strokeWidth: 1.5, d: "M24 7.167h2.667M25.333 8.5V5.833" })
|
|
469
|
+
] });
|
|
470
|
+
var Stars_default = Stars;
|
|
471
|
+
|
|
472
|
+
// src/generated/SupportCenter.tsx
|
|
473
|
+
var import_react_native_svg61 = __toESM(require("react-native-svg"));
|
|
474
|
+
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
475
|
+
var SupportCenter = (props) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_react_native_svg61.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_react_native_svg61.Path, { strokeWidth: 1.5, d: "m5.333 15.833-.646.162a2.67 2.67 0 0 0-2.02 2.586v2.503a2.67 2.67 0 0 0 2.02 2.587l2.32.58A.8.8 0 0 0 8 23.475V16.19a.8.8 0 0 0-.995-.776zm0 0v-.666a10.667 10.667 0 1 1 21.334 0v.666m0 0 .646.162a2.67 2.67 0 0 1 2.02 2.586v2.503a2.67 2.67 0 0 1-2.02 2.587l-.646.162m0-8-1.674-.418a.8.8 0 0 0-.993.776v7.284a.8.8 0 0 0 .993.776l1.674-.418m0 0v1.334A2.667 2.667 0 0 1 24 27.833h-4m0 0a2 2 0 0 0-2-2h-4a2 2 0 1 0 0 4h4a2 2 0 0 0 2-2Z" }) });
|
|
476
|
+
var SupportCenter_default = SupportCenter;
|
|
477
|
+
|
|
478
|
+
// src/generated/Tag.tsx
|
|
479
|
+
var import_react_native_svg62 = __toESM(require("react-native-svg"));
|
|
480
|
+
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
481
|
+
var Tag = (props) => /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react_native_svg62.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react_native_svg62.Path, { d: "M22.463 11.707a1.713 1.713 0 0 0 1.711-1.708 1.706 1.706 0 0 0-1.711-1.708 1.714 1.714 0 0 0-1.712 1.708 1.706 1.706 0 0 0 1.712 1.708m-4.913-8.54a3.43 3.43 0 0 0-2.44.997L3.671 15.548a3.415 3.415 0 0 0-.745 3.725c.172.415.424.791.742 1.109l8.47 8.451a3.427 3.427 0 0 0 4.841 0L28.33 17.51a3.42 3.42 0 0 0 1.003-2.422l-.013-8.455a3.41 3.41 0 0 0-.997-2.403c-.636-.64-1.5-1.001-2.403-1.008zm-1.232 2.207a1.71 1.71 0 0 1 1.22-.5l8.37.055a1.713 1.713 0 0 1 1.7 1.707l.014 8.454a1.7 1.7 0 0 1-.502 1.21L15.772 27.626a1.71 1.71 0 0 1-1.867.37 1.7 1.7 0 0 1-.555-.37l-8.471-8.452a1.707 1.707 0 0 1 .002-2.417z" }) });
|
|
482
|
+
var Tag_default = Tag;
|
|
483
|
+
|
|
484
|
+
// src/generated/Time.tsx
|
|
485
|
+
var import_react_native_svg63 = __toESM(require("react-native-svg"));
|
|
486
|
+
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
487
|
+
var Time = (props) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_react_native_svg63.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_react_native_svg63.Path, { d: "M16 29.833a13.333 13.333 0 1 1 0-26.666 13.333 13.333 0 0 1 0 26.666m0-2.666a10.667 10.667 0 1 0 0-21.334 10.667 10.667 0 0 0 0 21.334m-1.333-10.12V8.5h2.666v7.453L22.6 21.22l-1.88 1.88z" }) });
|
|
488
|
+
var Time_default = Time;
|
|
489
|
+
|
|
490
|
+
// src/generated/Trash.tsx
|
|
491
|
+
var import_react_native_svg64 = __toESM(require("react-native-svg"));
|
|
492
|
+
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
493
|
+
var Trash = (props) => /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_react_native_svg64.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
|
|
494
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(import_react_native_svg64.Path, { d: "M11.111 12.944a.89.89 0 0 1 .889.89V24.5a.889.889 0 1 1-1.778 0V13.833a.89.89 0 0 1 .89-.889m4.445 0a.89.89 0 0 1 .888.89V24.5a.889.889 0 0 1-1.777 0V13.833a.89.89 0 0 1 .889-.889m5.333.89a.889.889 0 1 0-1.778 0V24.5a.889.889 0 1 0 1.778 0z" }),
|
|
495
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(import_react_native_svg64.Path, { d: "M27.111 8.5a1.78 1.78 0 0 1-1.778 1.778h-.889v16a3.555 3.555 0 0 1-3.555 3.555H10.222a3.556 3.556 0 0 1-3.555-3.555v-16h-.89A1.78 1.78 0 0 1 4 8.5V6.722a1.78 1.78 0 0 1 1.778-1.778H12a1.78 1.78 0 0 1 1.778-1.777h3.555a1.78 1.78 0 0 1 1.778 1.777h6.222a1.78 1.78 0 0 1 1.778 1.778zM8.654 10.278l-.21.105v15.895a1.78 1.78 0 0 0 1.778 1.777H20.89a1.78 1.78 0 0 0 1.778-1.777V10.383l-.21-.105zM5.778 8.5h19.555V6.722H5.778z" })
|
|
496
|
+
] });
|
|
497
|
+
var Trash_default = Trash;
|
|
498
|
+
|
|
499
|
+
// src/generated/Upload.tsx
|
|
500
|
+
var import_react_native_svg65 = __toESM(require("react-native-svg"));
|
|
501
|
+
var import_jsx_runtime65 = require("react/jsx-runtime");
|
|
502
|
+
var Upload = (props) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_react_native_svg65.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_react_native_svg65.Path, { d: "M16 7.167c-3.433 0-6.133 2.608-6.51 5.937a4.08 4.08 0 0 0-3.203 2.684c-2.05.59-3.62 2.419-3.62 4.712 0 2.77 2.23 5 5 5h16.666c2.77 0 5-2.23 5-5 0-1.467-.712-2.78-1.745-3.698-.193-2.929-2.529-5.265-5.468-5.417-1.003-2.44-3.305-4.218-6.12-4.218m0 1.666c2.302 0 4.142 1.475 4.792 3.567l.183.6h.858A4.174 4.174 0 0 1 26 17.167v.416l.338.261a3.39 3.39 0 0 1 1.329 2.656c0 1.897-1.437 3.333-3.334 3.333H7.667c-1.897 0-3.334-1.436-3.334-3.333a3.285 3.285 0 0 1 2.734-3.255l.547-.104.104-.548c.25-1.123 1.245-1.926 2.449-1.926H11v-.834c0-2.808 2.192-5 5-5m0 4.662-.6.573-3.333 3.333 1.2 1.2 1.9-1.903v5.469h1.666v-5.47l1.9 1.902 1.2-1.2-3.333-3.333z" }) });
|
|
503
|
+
var Upload_default = Upload;
|
|
504
|
+
|
|
505
|
+
// src/generated/UserBlock.tsx
|
|
506
|
+
var import_react_native_svg66 = __toESM(require("react-native-svg"));
|
|
507
|
+
var import_jsx_runtime66 = require("react/jsx-runtime");
|
|
508
|
+
var UserBlock = (props) => /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_react_native_svg66.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
|
|
509
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_react_native_svg66.Path, { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M5.333 28.978v-1.613a11.293 11.293 0 0 1 11.293-11.292m0 0c2.995 0 5.867 1.19 7.985 3.307m-7.985-3.307a6.452 6.452 0 1 0 0-12.905 6.452 6.452 0 0 0 0 12.905" }),
|
|
510
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_react_native_svg66.Path, { fillRule: "evenodd", d: "M19.368 25.623c0 .91.289 1.751.779 2.44a4.19 4.19 0 0 0 3.432 1.77 4.21 4.21 0 1 0-4.21-4.21m4.21 2.807a2.8 2.8 0 0 1-1.425-.389l3.845-3.844a2.806 2.806 0 0 1-2.42 4.233m-2.418-1.381 3.845-3.845a2.807 2.807 0 0 0-3.845 3.845", clipRule: "evenodd" })
|
|
511
|
+
] });
|
|
512
|
+
var UserBlock_default = UserBlock;
|
|
513
|
+
|
|
514
|
+
// src/generated/UserFilled.tsx
|
|
515
|
+
var import_react_native_svg67 = __toESM(require("react-native-svg"));
|
|
516
|
+
var import_jsx_runtime67 = require("react/jsx-runtime");
|
|
517
|
+
var UserFilled = (props) => /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(import_react_native_svg67.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: [
|
|
518
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_react_native_svg67.Path, { d: "M4 29.833v-1.666a11.667 11.667 0 1 1 23.333 0v1.666M15.667 16.5a6.667 6.667 0 1 0 0-13.333 6.667 6.667 0 0 0 0 13.333" }),
|
|
519
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_react_native_svg67.Path, { strokeLinejoin: "round", strokeWidth: 1.5, d: "M4 29.833v-1.666A11.667 11.667 0 0 1 15.667 16.5m0 0a11.667 11.667 0 0 1 11.666 11.667v1.666M15.667 16.5a6.667 6.667 0 1 0 0-13.333 6.667 6.667 0 0 0 0 13.333Z" })
|
|
520
|
+
] });
|
|
521
|
+
var UserFilled_default = UserFilled;
|
|
522
|
+
|
|
523
|
+
// src/generated/User.tsx
|
|
524
|
+
var import_react_native_svg68 = __toESM(require("react-native-svg"));
|
|
525
|
+
var import_jsx_runtime68 = require("react/jsx-runtime");
|
|
526
|
+
var User = (props) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_react_native_svg68.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_react_native_svg68.Path, { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M4 29.833v-1.666A11.667 11.667 0 0 1 15.667 16.5m0 0a11.667 11.667 0 0 1 11.666 11.667v1.666M15.667 16.5a6.667 6.667 0 1 0 0-13.333 6.667 6.667 0 0 0 0 13.333" }) });
|
|
527
|
+
var User_default = User;
|
|
528
|
+
|
|
529
|
+
// src/generated/Walk.tsx
|
|
530
|
+
var import_react_native_svg69 = __toESM(require("react-native-svg"));
|
|
531
|
+
var import_jsx_runtime69 = require("react/jsx-runtime");
|
|
532
|
+
var Walk = (props) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_react_native_svg69.default, { width: 32, height: 33, viewBox: "0 0 32 33", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_react_native_svg69.Path, { d: "M17.302 8.128a2.4 2.4 0 0 1-1.752-.73 2.38 2.38 0 0 1-.728-1.75q0-1.024.729-1.753a2.38 2.38 0 0 1 1.751-.728 2.4 2.4 0 0 1 1.753.729q.73.73.728 1.751a2.4 2.4 0 0 1-.73 1.753 2.38 2.38 0 0 1-1.75.728m-6.418 21.705q-.682 0-1.086-.48-.402-.483-.248-1.132l3.163-15.876-2.232.868v2.977q0 .527-.358.883a1.2 1.2 0 0 1-.883.357 1.2 1.2 0 0 1-.884-.357A1.2 1.2 0 0 1 8 16.19v-2.946q0-.744.403-1.364t1.116-.93l4.745-2.016q.9-.372 1.829-.078a2.6 2.6 0 0 1 1.457 1.132l1.24 1.985a6.6 6.6 0 0 0 1.768 1.86 6 6 0 0 0 2.48 1.024q.466.06.776.418.31.355.31.79 0 .59-.42.977-.419.387-.944.295a8.9 8.9 0 0 1-3.054-1.04 8.7 8.7 0 0 1-2.404-1.968l-.744 3.721 1.83 1.737q.373.372.574.822.203.45.2.976v7.008q0 .527-.356.884a1.2 1.2 0 0 1-.884.356q-.526 0-.884-.357a1.2 1.2 0 0 1-.356-.883v-6.201l-2.604-2.481-2.016 8.992a1.25 1.25 0 0 1-.42.651q-.326.28-.758.28" }) });
|
|
533
|
+
var Walk_default = Walk;
|
|
534
|
+
|
|
535
|
+
// src/icons-map.ts
|
|
536
|
+
var ICONS = {
|
|
537
|
+
arrowDown: ArrowDown_default,
|
|
538
|
+
arrowLeft: ArrowLeft_default,
|
|
539
|
+
arrowRight: ArrowRight_default,
|
|
540
|
+
arrowSpin: ArrowSpin_default,
|
|
541
|
+
arrowUp: ArrowUp_default,
|
|
542
|
+
avatarFill: AvatarFill_default,
|
|
543
|
+
avatar: Avatar_default,
|
|
544
|
+
bank: Bank_default,
|
|
545
|
+
bookProfile: BookProfile_default,
|
|
546
|
+
bot: Bot_default,
|
|
547
|
+
busStop: BusStop_default,
|
|
548
|
+
calendar: Calendar_default,
|
|
549
|
+
camera: Camera_default,
|
|
550
|
+
car: Car_default,
|
|
551
|
+
card: Card_default,
|
|
552
|
+
chatClose: ChatClose_default,
|
|
553
|
+
chevronDown: ChevronDown_default,
|
|
554
|
+
chevronLeft: ChevronLeft_default,
|
|
555
|
+
chevronRight: ChevronRight_default,
|
|
556
|
+
chevronUp: ChevronUp_default,
|
|
557
|
+
close: Close_default,
|
|
558
|
+
config: Config_default,
|
|
559
|
+
correct: Correct_default,
|
|
560
|
+
crown: Crown_default,
|
|
561
|
+
denounce: Denounce_default,
|
|
562
|
+
diamond: Diamond_default,
|
|
563
|
+
distance: Distance_default,
|
|
564
|
+
dryer: Dryer_default,
|
|
565
|
+
edit: Edit_default,
|
|
566
|
+
eyeOff: EyeOff_default,
|
|
567
|
+
eyeOn: EyeOn_default,
|
|
568
|
+
filter: Filter_default,
|
|
569
|
+
fingerPrint: FingerPrint_default,
|
|
570
|
+
fingernail: Fingernail_default,
|
|
571
|
+
heartFilled: HeartFilled_default,
|
|
572
|
+
heart: Heart_default,
|
|
573
|
+
home: Home_default,
|
|
574
|
+
imageGallery: ImageGallery_default,
|
|
575
|
+
image: Image_default,
|
|
576
|
+
information: Information_default,
|
|
577
|
+
listAlt: ListAlt_default,
|
|
578
|
+
list: List_default,
|
|
579
|
+
location: Location_default,
|
|
580
|
+
lock: Lock_default,
|
|
581
|
+
mail: Mail_default,
|
|
582
|
+
maskSad: MaskSad_default,
|
|
583
|
+
menu: Menu_default,
|
|
584
|
+
money1: Money1_default,
|
|
585
|
+
moneyCard: MoneyCard_default,
|
|
586
|
+
money: Money_default,
|
|
587
|
+
notificationOff: NotificationOff_default,
|
|
588
|
+
notificationOn: NotificationOn_default,
|
|
589
|
+
paperPlane: PaperPlane_default,
|
|
590
|
+
pix: Pix_default,
|
|
591
|
+
plus: Plus_default,
|
|
592
|
+
search: Search_default,
|
|
593
|
+
share: Share_default,
|
|
594
|
+
starFilled: StarFilled_default,
|
|
595
|
+
star: Star_default,
|
|
596
|
+
stars: Stars_default,
|
|
597
|
+
supportCenter: SupportCenter_default,
|
|
598
|
+
tag: Tag_default,
|
|
599
|
+
time: Time_default,
|
|
600
|
+
trash: Trash_default,
|
|
601
|
+
upload: Upload_default,
|
|
602
|
+
userBlock: UserBlock_default,
|
|
603
|
+
userFilled: UserFilled_default,
|
|
604
|
+
user: User_default,
|
|
605
|
+
walk: Walk_default
|
|
606
|
+
};
|
|
607
|
+
|
|
608
|
+
// src/Icon.tsx
|
|
609
|
+
var import_jsx_runtime70 = require("react/jsx-runtime");
|
|
610
|
+
var Icon = ({ name, size, color, ...rest }) => {
|
|
611
|
+
const Cmp = ICONS[name];
|
|
612
|
+
const extra = {};
|
|
613
|
+
if (size != null) {
|
|
614
|
+
extra.width = size;
|
|
615
|
+
extra.height = size;
|
|
616
|
+
}
|
|
617
|
+
if (color) {
|
|
618
|
+
extra.fill = color;
|
|
619
|
+
extra.color = color;
|
|
620
|
+
}
|
|
621
|
+
return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Cmp, { ...extra, ...rest });
|
|
622
|
+
};
|
|
623
|
+
|
|
624
|
+
// src/index.tsx
|
|
625
|
+
var ICON_NAMES = Object.keys(ICONS);
|
|
626
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
627
|
+
0 && (module.exports = {
|
|
628
|
+
ICONS,
|
|
629
|
+
ICONS_MAP,
|
|
630
|
+
ICON_NAMES,
|
|
631
|
+
Icon
|
|
632
|
+
});
|