@kanmu/popcorn-icons 1.1.1 → 1.1.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/LICENSE.md +69 -0
- package/README.md +4 -4
- package/dist/icons/Bars.js +1 -1
- package/dist/icons/Bars.mjs +1 -1
- package/dist/icons/Check.js +1 -1
- package/dist/icons/Check.mjs +1 -1
- package/dist/icons/CheckCircleFill.js +3 -1
- package/dist/icons/CheckCircleFill.mjs +3 -1
- package/dist/icons/ClockRotateLeft.js +1 -1
- package/dist/icons/ClockRotateLeft.mjs +1 -1
- package/dist/icons/CreditCard.js +12 -7
- package/dist/icons/CreditCard.mjs +13 -8
- package/dist/icons/CreditCardFill.js +18 -7
- package/dist/icons/CreditCardFill.mjs +19 -8
- package/dist/icons/CreditCardSwipe.js +12 -7
- package/dist/icons/CreditCardSwipe.mjs +13 -8
- package/dist/icons/ExclamationCircle.js +18 -7
- package/dist/icons/ExclamationCircle.mjs +19 -8
- package/dist/icons/ExclamationCircleFill.js +3 -1
- package/dist/icons/ExclamationCircleFill.mjs +3 -1
- package/dist/icons/ExclamationTriangle.js +18 -7
- package/dist/icons/ExclamationTriangle.mjs +19 -8
- package/dist/icons/File.js +18 -7
- package/dist/icons/File.mjs +19 -8
- package/dist/icons/Gauge.js +16 -7
- package/dist/icons/Gauge.mjs +17 -8
- package/dist/icons/GearFill.js +3 -1
- package/dist/icons/GearFill.mjs +3 -1
- package/dist/icons/Gift.js +4 -69
- package/dist/icons/Gift.mjs +5 -70
- package/dist/icons/HandPointUp.js +2 -2
- package/dist/icons/HandPointUp.mjs +2 -2
- package/dist/icons/House.js +16 -7
- package/dist/icons/House.mjs +17 -8
- package/dist/icons/HouseFill.js +1 -1
- package/dist/icons/HouseFill.mjs +1 -1
- package/dist/icons/MinusCircleFill.js +3 -1
- package/dist/icons/MinusCircleFill.mjs +3 -1
- package/dist/icons/MonthlyLimit.js +16 -7
- package/dist/icons/MonthlyLimit.mjs +17 -8
- package/dist/icons/PlusCircleFill.js +3 -1
- package/dist/icons/PlusCircleFill.mjs +3 -1
- package/dist/icons/Pochitto.js +9 -2
- package/dist/icons/Pochitto.mjs +9 -2
- package/dist/icons/QuestionCircle.js +18 -7
- package/dist/icons/QuestionCircle.mjs +19 -8
- package/dist/icons/RotateRight.js +1 -1
- package/dist/icons/RotateRight.mjs +1 -1
- package/dist/icons/Shop.js +18 -7
- package/dist/icons/Shop.mjs +19 -8
- package/dist/icons/SquareDot.js +18 -7
- package/dist/icons/SquareDot.mjs +19 -8
- package/dist/icons/Unlock.js +3 -1
- package/dist/icons/Unlock.mjs +3 -1
- package/dist/icons/Vandlykun.js +25 -7
- package/dist/icons/Vandlykun.mjs +26 -8
- package/dist/icons/XmarkCircle.js +7 -10
- package/dist/icons/XmarkCircle.mjs +9 -12
- package/dist/icons/XmarkCircleFill.js +9 -10
- package/dist/icons/XmarkCircleFill.mjs +11 -12
- package/package.json +2 -2
package/LICENSE.md
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
# License
|
|
2
|
+
|
|
3
|
+
## MIT License (Code and Most Icons)
|
|
4
|
+
|
|
5
|
+
Copyright (c) 2026 Kanmu, Inc.
|
|
6
|
+
|
|
7
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
9
|
+
in the Software without restriction, including without limitation the rights
|
|
10
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
12
|
+
furnished to do so, subject to the following conditions:
|
|
13
|
+
|
|
14
|
+
The above copyright notice and this permission notice shall be included in all
|
|
15
|
+
copies or substantial portions of the Software.
|
|
16
|
+
|
|
17
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
+
SOFTWARE.
|
|
24
|
+
|
|
25
|
+
## Brand Icon Copyright Exception
|
|
26
|
+
|
|
27
|
+
### Covered Icons
|
|
28
|
+
|
|
29
|
+
The following icons are brand assets of Kanmu, Inc. and are excluded from the above MIT License:
|
|
30
|
+
|
|
31
|
+
- Vandlykun (vandlykun.svg and Vandlykun.tsx) - Mascot character of Vandle Card, Kanmu's digital payment service
|
|
32
|
+
|
|
33
|
+
<!-- 将来、ブランドアイコンを追加する際は、以下の形式でこのリストに追加してください。
|
|
34
|
+
- アイコン名 (iconname.svg および IconName.tsx) - アイコンの簡単な説明
|
|
35
|
+
-->
|
|
36
|
+
|
|
37
|
+
### Copyright and Usage Terms
|
|
38
|
+
|
|
39
|
+
Copyright (c) 2026 Kanmu, Inc. All rights reserved.
|
|
40
|
+
|
|
41
|
+
The icons listed above are Kanmu, Inc.'s brand assets. All copyrights in these icons are reserved by Kanmu, Inc.
|
|
42
|
+
|
|
43
|
+
Notwithstanding the above, Kanmu, Inc. grants a limited exception to use these icons under the following conditions:
|
|
44
|
+
|
|
45
|
+
#### Permitted Use
|
|
46
|
+
|
|
47
|
+
- Use for the purpose of referencing or mentioning Kanmu, Inc. and its products/services
|
|
48
|
+
- Automatic transformation and optimization by bundlers necessary for technical integration
|
|
49
|
+
|
|
50
|
+
#### Prohibited Use
|
|
51
|
+
|
|
52
|
+
The following actions are strictly prohibited:
|
|
53
|
+
|
|
54
|
+
1. Unrelated Commercial Use: Using the icon as a logo or mascot for products/services unrelated to Kanmu
|
|
55
|
+
2. Modification: Making substantive alterations to the icon's design, color scheme, or proportions that compromise brand identity, excluding technical transformations necessary for integration (such as size scaling, format conversion, or bundler optimization)
|
|
56
|
+
3. Redistribution: Re-distributing or re-hosting these brand icons separately from this package is prohibited
|
|
57
|
+
4. Implied Endorsement: Using the icon in a manner that implies Kanmu officially endorses, sponsors, or partners with the user's products/services
|
|
58
|
+
- Examples of prohibited use:
|
|
59
|
+
- "Kanmu-certified" or "Kanmu-approved" labels on products/services
|
|
60
|
+
- Marketing materials suggesting official partnership or sponsorship without written agreement
|
|
61
|
+
- Use in comparative advertising that implies Kanmu's preference or recommendation
|
|
62
|
+
|
|
63
|
+
### Disclaimer
|
|
64
|
+
|
|
65
|
+
The license for this software library does not grant any intellectual property rights beyond what is explicitly stated above. Brand icons are included solely for the user's convenience in collecting them in one place.
|
|
66
|
+
|
|
67
|
+
### Limitation of Liability
|
|
68
|
+
|
|
69
|
+
Kanmu, Inc. is not responsible for any claims arising from improper use of these brand icons by third parties. Users are solely responsible for ensuring their use complies with these terms.
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @kanmu/popcorn-icons
|
|
2
2
|
|
|
3
|
-
Popcorn
|
|
3
|
+
Popcorn Design Kit で使用するアイコンライブラリ
|
|
4
4
|
|
|
5
5
|
## インストール
|
|
6
6
|
|
|
@@ -90,7 +90,7 @@ const CustomizedIcons = () => {
|
|
|
90
90
|
|
|
91
91
|
このパッケージのコードとほとんどのアイコンは MIT License の下で提供されています。
|
|
92
92
|
|
|
93
|
-
###
|
|
93
|
+
### ブランドアイコンの著作権例外
|
|
94
94
|
|
|
95
|
-
|
|
96
|
-
|
|
95
|
+
一部のブランドアイコンは著作権が留保されており、Kanmu を表す目的に限って利用が許可されています。
|
|
96
|
+
詳細および対象アイコンの一覧については [LICENSE.md](./LICENSE.md) をご確認ください。
|
package/dist/icons/Bars.js
CHANGED
|
@@ -43,7 +43,7 @@ const SvgBars = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
|
43
43
|
import_react_native_svg.Path,
|
|
44
44
|
{
|
|
45
45
|
fill: "currentColor",
|
|
46
|
-
d: "M19.286 16.286a.857.857 0 1 1 0 1.714H4.715a.858.858 0 0 1 0-1.
|
|
46
|
+
d: "M19.286 16.286a.857.857 0 1 1 0 1.714H4.715a.858.858 0 0 1 0-1.714zM19.286 11.143a.858.858 0 0 1 0 1.714H4.715a.858.858 0 0 1 0-1.714zM19.286 6a.858.858 0 0 1 0 1.714H4.715a.857.857 0 1 1 0-1.714z"
|
|
47
47
|
}
|
|
48
48
|
) });
|
|
49
49
|
};
|
package/dist/icons/Bars.mjs
CHANGED
|
@@ -10,7 +10,7 @@ const SvgBars = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
|
10
10
|
Path,
|
|
11
11
|
{
|
|
12
12
|
fill: "currentColor",
|
|
13
|
-
d: "M19.286 16.286a.857.857 0 1 1 0 1.714H4.715a.858.858 0 0 1 0-1.
|
|
13
|
+
d: "M19.286 16.286a.857.857 0 1 1 0 1.714H4.715a.858.858 0 0 1 0-1.714zM19.286 11.143a.858.858 0 0 1 0 1.714H4.715a.858.858 0 0 1 0-1.714zM19.286 6a.858.858 0 0 1 0 1.714H4.715a.857.857 0 1 1 0-1.714z"
|
|
14
14
|
}
|
|
15
15
|
) });
|
|
16
16
|
};
|
package/dist/icons/Check.js
CHANGED
|
@@ -43,7 +43,7 @@ const SvgCheck = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
|
43
43
|
import_react_native_svg.Path,
|
|
44
44
|
{
|
|
45
45
|
fill: "currentColor",
|
|
46
|
-
d: "M19.784 5.242A1.071 1.071 0 1 1 21.3 6.758L9.503 18.
|
|
46
|
+
d: "M19.784 5.242A1.071 1.071 0 1 1 21.3 6.758L9.503 18.554q-.067.115-.165.213a1.07 1.07 0 0 1-1.516 0l-5.151-5.152A1.071 1.071 0 1 1 4.187 12.1l4.37 4.37z"
|
|
47
47
|
}
|
|
48
48
|
) });
|
|
49
49
|
};
|
package/dist/icons/Check.mjs
CHANGED
|
@@ -10,7 +10,7 @@ const SvgCheck = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
|
10
10
|
Path,
|
|
11
11
|
{
|
|
12
12
|
fill: "currentColor",
|
|
13
|
-
d: "M19.784 5.242A1.071 1.071 0 1 1 21.3 6.758L9.503 18.
|
|
13
|
+
d: "M19.784 5.242A1.071 1.071 0 1 1 21.3 6.758L9.503 18.554q-.067.115-.165.213a1.07 1.07 0 0 1-1.516 0l-5.151-5.152A1.071 1.071 0 1 1 4.187 12.1l4.37 4.37z"
|
|
14
14
|
}
|
|
15
15
|
) });
|
|
16
16
|
};
|
|
@@ -43,7 +43,9 @@ const SvgCheckCircleFill = ({ size = 24, width = size, height = size, ...restPro
|
|
|
43
43
|
import_react_native_svg.Path,
|
|
44
44
|
{
|
|
45
45
|
fill: "currentColor",
|
|
46
|
-
|
|
46
|
+
fillRule: "evenodd",
|
|
47
|
+
d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m5.694 5.607a.857.857 0 0 0-1.212 0l-6.408 6.407-2.12-2.121a.857.857 0 1 0-1.213 1.212l2.121 2.121s.472.606 1.212.607c.741 0 1.213-.607 1.213-.607l6.406-6.406a.86.86 0 0 0 0-1.213",
|
|
48
|
+
clipRule: "evenodd"
|
|
47
49
|
}
|
|
48
50
|
) });
|
|
49
51
|
};
|
|
@@ -10,7 +10,9 @@ const SvgCheckCircleFill = ({ size = 24, width = size, height = size, ...restPro
|
|
|
10
10
|
Path,
|
|
11
11
|
{
|
|
12
12
|
fill: "currentColor",
|
|
13
|
-
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m5.694 5.607a.857.857 0 0 0-1.212 0l-6.408 6.407-2.12-2.121a.857.857 0 1 0-1.213 1.212l2.121 2.121s.472.606 1.212.607c.741 0 1.213-.607 1.213-.607l6.406-6.406a.86.86 0 0 0 0-1.213",
|
|
15
|
+
clipRule: "evenodd"
|
|
14
16
|
}
|
|
15
17
|
) });
|
|
16
18
|
};
|
|
@@ -53,7 +53,7 @@ const SvgClockRotateLeft = ({ size = 24, width = size, height = size, ...restPro
|
|
|
53
53
|
import_react_native_svg.Path,
|
|
54
54
|
{
|
|
55
55
|
fill: "currentColor",
|
|
56
|
-
d: "m5.143 9-.857-.857h3.428a.857.857 0 1 1 0 1.714H4.286A.857.857 0 0 1 3.429 9V5.572a.857.857 0
|
|
56
|
+
d: "m5.143 9-.857-.857h3.428a.857.857 0 1 1 0 1.714H4.286A.857.857 0 0 1 3.429 9V5.572a.857.857 0 1 1 1.714 0z"
|
|
57
57
|
}
|
|
58
58
|
),
|
|
59
59
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
@@ -20,7 +20,7 @@ const SvgClockRotateLeft = ({ size = 24, width = size, height = size, ...restPro
|
|
|
20
20
|
Path,
|
|
21
21
|
{
|
|
22
22
|
fill: "currentColor",
|
|
23
|
-
d: "m5.143 9-.857-.857h3.428a.857.857 0 1 1 0 1.714H4.286A.857.857 0 0 1 3.429 9V5.572a.857.857 0
|
|
23
|
+
d: "m5.143 9-.857-.857h3.428a.857.857 0 1 1 0 1.714H4.286A.857.857 0 0 1 3.429 9V5.572a.857.857 0 1 1 1.714 0z"
|
|
24
24
|
}
|
|
25
25
|
),
|
|
26
26
|
/* @__PURE__ */ jsx(
|
package/dist/icons/CreditCard.js
CHANGED
|
@@ -39,12 +39,17 @@ const SvgCreditCard = ({ size = 24, width = size, height = size, ...restProps })
|
|
|
39
39
|
width,
|
|
40
40
|
height
|
|
41
41
|
};
|
|
42
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.
|
|
43
|
-
import_react_native_svg.Path,
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
42
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Path, { fill: "currentColor", d: "M10.715 16.286h-6.43v-.858h6.43z" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
45
|
+
import_react_native_svg.Path,
|
|
46
|
+
{
|
|
47
|
+
fill: "currentColor",
|
|
48
|
+
fillRule: "evenodd",
|
|
49
|
+
d: "M20.629 3.857a2.51 2.51 0 0 1 2.513 2.5v11.286a2.505 2.505 0 0 1-2.513 2.5H3.37a2.51 2.51 0 0 1-2.514-2.5V6.356a2.505 2.505 0 0 1 2.514-2.499zM2.57 17.28c0 .633.533 1.148 1.187 1.148h16.484c.656 0 1.186-.512 1.186-1.148v-6.994H2.572zM3.758 5.571c-.656 0-1.187.513-1.187 1.148v1.852h18.857V6.719c0-.633-.533-1.148-1.186-1.148z",
|
|
50
|
+
clipRule: "evenodd"
|
|
51
|
+
}
|
|
52
|
+
)
|
|
53
|
+
] });
|
|
49
54
|
};
|
|
50
55
|
var CreditCard_default = SvgCreditCard;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import Svg, { Path } from "react-native-svg";
|
|
3
3
|
const SvgCreditCard = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
4
4
|
const props = {
|
|
@@ -6,13 +6,18 @@ const SvgCreditCard = ({ size = 24, width = size, height = size, ...restProps })
|
|
|
6
6
|
width,
|
|
7
7
|
height
|
|
8
8
|
};
|
|
9
|
-
return /* @__PURE__ */
|
|
10
|
-
Path,
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
return /* @__PURE__ */ jsxs(Svg, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10
|
+
/* @__PURE__ */ jsx(Path, { fill: "currentColor", d: "M10.715 16.286h-6.43v-.858h6.43z" }),
|
|
11
|
+
/* @__PURE__ */ jsx(
|
|
12
|
+
Path,
|
|
13
|
+
{
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
d: "M20.629 3.857a2.51 2.51 0 0 1 2.513 2.5v11.286a2.505 2.505 0 0 1-2.513 2.5H3.37a2.51 2.51 0 0 1-2.514-2.5V6.356a2.505 2.505 0 0 1 2.514-2.499zM2.57 17.28c0 .633.533 1.148 1.187 1.148h16.484c.656 0 1.186-.512 1.186-1.148v-6.994H2.572zM3.758 5.571c-.656 0-1.187.513-1.187 1.148v1.852h18.857V6.719c0-.633-.533-1.148-1.186-1.148z",
|
|
17
|
+
clipRule: "evenodd"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
] });
|
|
16
21
|
};
|
|
17
22
|
var CreditCard_default = SvgCreditCard;
|
|
18
23
|
export {
|
|
@@ -39,12 +39,23 @@ const SvgCreditCardFill = ({ size = 24, width = size, height = size, ...restProp
|
|
|
39
39
|
width,
|
|
40
40
|
height
|
|
41
41
|
};
|
|
42
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
42
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
44
|
+
import_react_native_svg.Path,
|
|
45
|
+
{
|
|
46
|
+
fill: "currentColor",
|
|
47
|
+
fillRule: "evenodd",
|
|
48
|
+
d: "M23.143 17.643c0 1.38-1.124 2.5-2.514 2.5H3.37a2.51 2.51 0 0 1-2.514-2.5v-7.357h22.286zM4.286 15.428v.858h6.429v-.858z",
|
|
49
|
+
clipRule: "evenodd"
|
|
50
|
+
}
|
|
51
|
+
),
|
|
52
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
53
|
+
import_react_native_svg.Path,
|
|
54
|
+
{
|
|
55
|
+
fill: "currentColor",
|
|
56
|
+
d: "M20.629 3.857a2.51 2.51 0 0 1 2.514 2.5V8.57H.857V6.356a2.505 2.505 0 0 1 2.514-2.499z"
|
|
57
|
+
}
|
|
58
|
+
)
|
|
59
|
+
] });
|
|
49
60
|
};
|
|
50
61
|
var CreditCardFill_default = SvgCreditCardFill;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import Svg, { Path } from "react-native-svg";
|
|
3
3
|
const SvgCreditCardFill = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
4
4
|
const props = {
|
|
@@ -6,13 +6,24 @@ const SvgCreditCardFill = ({ size = 24, width = size, height = size, ...restProp
|
|
|
6
6
|
width,
|
|
7
7
|
height
|
|
8
8
|
};
|
|
9
|
-
return /* @__PURE__ */
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
return /* @__PURE__ */ jsxs(Svg, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10
|
+
/* @__PURE__ */ jsx(
|
|
11
|
+
Path,
|
|
12
|
+
{
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
d: "M23.143 17.643c0 1.38-1.124 2.5-2.514 2.5H3.37a2.51 2.51 0 0 1-2.514-2.5v-7.357h22.286zM4.286 15.428v.858h6.429v-.858z",
|
|
16
|
+
clipRule: "evenodd"
|
|
17
|
+
}
|
|
18
|
+
),
|
|
19
|
+
/* @__PURE__ */ jsx(
|
|
20
|
+
Path,
|
|
21
|
+
{
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
d: "M20.629 3.857a2.51 2.51 0 0 1 2.514 2.5V8.57H.857V6.356a2.505 2.505 0 0 1 2.514-2.499z"
|
|
24
|
+
}
|
|
25
|
+
)
|
|
26
|
+
] });
|
|
16
27
|
};
|
|
17
28
|
var CreditCardFill_default = SvgCreditCardFill;
|
|
18
29
|
export {
|
|
@@ -39,12 +39,17 @@ const SvgCreditCardSwipe = ({ size = 24, width = size, height = size, ...restPro
|
|
|
39
39
|
width,
|
|
40
40
|
height
|
|
41
41
|
};
|
|
42
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.
|
|
43
|
-
import_react_native_svg.Path,
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
42
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native_svg.Path, { fill: "currentColor", d: "M10.714 15.857H5.142L5.228 15H10.8z" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
45
|
+
import_react_native_svg.Path,
|
|
46
|
+
{
|
|
47
|
+
fill: "currentColor",
|
|
48
|
+
fillRule: "evenodd",
|
|
49
|
+
d: "M20.429 5.143c1.262 0 2.285.982 2.285 2.187l-.429 9.769c0 1.208-1.02 2.186-2.285 2.186H4.428c-1.262 0-2.285-.981-2.286-2.186l.3-6.814h-.727a.429.429 0 0 1 0-.856H8.02c.405 0 .411-.417.411-.429h12.513L21 7.814c0-.528-.475-.957-1.057-.957H5.317c-.546 0-.996.375-1.05.857h2.66a.429.429 0 0 1 0 .858H.858a.429.429 0 0 1 0-.858h1.698l.016-.384c0-1.207 1.021-2.187 2.285-2.187zM3.856 16.615c0 .527.476.956 1.057.957h14.626c.584 0 1.057-.428 1.057-.957l.271-5.9H4.127z",
|
|
50
|
+
clipRule: "evenodd"
|
|
51
|
+
}
|
|
52
|
+
)
|
|
53
|
+
] });
|
|
49
54
|
};
|
|
50
55
|
var CreditCardSwipe_default = SvgCreditCardSwipe;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import Svg, { Path } from "react-native-svg";
|
|
3
3
|
const SvgCreditCardSwipe = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
4
4
|
const props = {
|
|
@@ -6,13 +6,18 @@ const SvgCreditCardSwipe = ({ size = 24, width = size, height = size, ...restPro
|
|
|
6
6
|
width,
|
|
7
7
|
height
|
|
8
8
|
};
|
|
9
|
-
return /* @__PURE__ */
|
|
10
|
-
Path,
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
return /* @__PURE__ */ jsxs(Svg, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10
|
+
/* @__PURE__ */ jsx(Path, { fill: "currentColor", d: "M10.714 15.857H5.142L5.228 15H10.8z" }),
|
|
11
|
+
/* @__PURE__ */ jsx(
|
|
12
|
+
Path,
|
|
13
|
+
{
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
d: "M20.429 5.143c1.262 0 2.285.982 2.285 2.187l-.429 9.769c0 1.208-1.02 2.186-2.285 2.186H4.428c-1.262 0-2.285-.981-2.286-2.186l.3-6.814h-.727a.429.429 0 0 1 0-.856H8.02c.405 0 .411-.417.411-.429h12.513L21 7.814c0-.528-.475-.957-1.057-.957H5.317c-.546 0-.996.375-1.05.857h2.66a.429.429 0 0 1 0 .858H.858a.429.429 0 0 1 0-.858h1.698l.016-.384c0-1.207 1.021-2.187 2.285-2.187zM3.856 16.615c0 .527.476.956 1.057.957h14.626c.584 0 1.057-.428 1.057-.957l.271-5.9H4.127z",
|
|
17
|
+
clipRule: "evenodd"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
] });
|
|
16
21
|
};
|
|
17
22
|
var CreditCardSwipe_default = SvgCreditCardSwipe;
|
|
18
23
|
export {
|
|
@@ -44,12 +44,23 @@ const SvgExclamationCircle = ({
|
|
|
44
44
|
width,
|
|
45
45
|
height
|
|
46
46
|
};
|
|
47
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
47
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
49
|
+
import_react_native_svg.Path,
|
|
50
|
+
{
|
|
51
|
+
fill: "currentColor",
|
|
52
|
+
d: "M11.242 16.171a1.072 1.072 0 1 1 1.516 1.516 1.072 1.072 0 0 1-1.516-1.516M12 6.643c.473 0 .858.384.858.857v6.429a.857.857 0 0 1-1.715 0V7.5c0-.473.384-.857.857-.857"
|
|
53
|
+
}
|
|
54
|
+
),
|
|
55
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
56
|
+
import_react_native_svg.Path,
|
|
57
|
+
{
|
|
58
|
+
fill: "currentColor",
|
|
59
|
+
fillRule: "evenodd",
|
|
60
|
+
d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m0 1.714a7.715 7.715 0 1 0 0 15.43 7.715 7.715 0 0 0 0-15.43",
|
|
61
|
+
clipRule: "evenodd"
|
|
62
|
+
}
|
|
63
|
+
)
|
|
64
|
+
] });
|
|
54
65
|
};
|
|
55
66
|
var ExclamationCircle_default = SvgExclamationCircle;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import Svg, { Path } from "react-native-svg";
|
|
3
3
|
const SvgExclamationCircle = ({
|
|
4
4
|
size = 24,
|
|
@@ -11,13 +11,24 @@ const SvgExclamationCircle = ({
|
|
|
11
11
|
width,
|
|
12
12
|
height
|
|
13
13
|
};
|
|
14
|
-
return /* @__PURE__ */
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
14
|
+
return /* @__PURE__ */ jsxs(Svg, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
15
|
+
/* @__PURE__ */ jsx(
|
|
16
|
+
Path,
|
|
17
|
+
{
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
d: "M11.242 16.171a1.072 1.072 0 1 1 1.516 1.516 1.072 1.072 0 0 1-1.516-1.516M12 6.643c.473 0 .858.384.858.857v6.429a.857.857 0 0 1-1.715 0V7.5c0-.473.384-.857.857-.857"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ jsx(
|
|
23
|
+
Path,
|
|
24
|
+
{
|
|
25
|
+
fill: "currentColor",
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m0 1.714a7.715 7.715 0 1 0 0 15.43 7.715 7.715 0 0 0 0-15.43",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
|
+
}
|
|
30
|
+
)
|
|
31
|
+
] });
|
|
21
32
|
};
|
|
22
33
|
var ExclamationCircle_default = SvgExclamationCircle;
|
|
23
34
|
export {
|
|
@@ -48,7 +48,9 @@ const SvgExclamationCircleFill = ({
|
|
|
48
48
|
import_react_native_svg.Path,
|
|
49
49
|
{
|
|
50
50
|
fill: "currentColor",
|
|
51
|
-
|
|
51
|
+
fillRule: "evenodd",
|
|
52
|
+
d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m.606 13.751a.857.857 0 1 0-1.212 1.213.857.857 0 0 0 1.212-1.213M12 6.642a.86.86 0 0 0-.857.858v6.429a.857.857 0 0 0 1.714 0V7.5A.857.857 0 0 0 12 6.643",
|
|
53
|
+
clipRule: "evenodd"
|
|
52
54
|
}
|
|
53
55
|
) });
|
|
54
56
|
};
|
|
@@ -15,7 +15,9 @@ const SvgExclamationCircleFill = ({
|
|
|
15
15
|
Path,
|
|
16
16
|
{
|
|
17
17
|
fill: "currentColor",
|
|
18
|
-
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m.606 13.751a.857.857 0 1 0-1.212 1.213.857.857 0 0 0 1.212-1.213M12 6.642a.86.86 0 0 0-.857.858v6.429a.857.857 0 0 0 1.714 0V7.5A.857.857 0 0 0 12 6.643",
|
|
20
|
+
clipRule: "evenodd"
|
|
19
21
|
}
|
|
20
22
|
) });
|
|
21
23
|
};
|
|
@@ -44,12 +44,23 @@ const SvgExclamationTriangle = ({
|
|
|
44
44
|
width,
|
|
45
45
|
height
|
|
46
46
|
};
|
|
47
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
47
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
49
|
+
import_react_native_svg.Path,
|
|
50
|
+
{
|
|
51
|
+
fill: "currentColor",
|
|
52
|
+
d: "M12 16.286A.857.857 0 1 1 12 18a.857.857 0 0 1 0-1.714M12 9.643c.473 0 .857.384.857.857v4.286a.857.857 0 1 1-1.714 0V10.5c0-.473.384-.857.857-.857"
|
|
53
|
+
}
|
|
54
|
+
),
|
|
55
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
56
|
+
import_react_native_svg.Path,
|
|
57
|
+
{
|
|
58
|
+
fill: "currentColor",
|
|
59
|
+
fillRule: "evenodd",
|
|
60
|
+
d: "M12 3.429c.303 0 .582.16.737.42l9 15.157A.858.858 0 0 1 21 20.3H3a.858.858 0 0 1-.737-1.295l9-15.158a.86.86 0 0 1 .737-.42M4.506 18.587h14.988L12 5.965z",
|
|
61
|
+
clipRule: "evenodd"
|
|
62
|
+
}
|
|
63
|
+
)
|
|
64
|
+
] });
|
|
54
65
|
};
|
|
55
66
|
var ExclamationTriangle_default = SvgExclamationTriangle;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import Svg, { Path } from "react-native-svg";
|
|
3
3
|
const SvgExclamationTriangle = ({
|
|
4
4
|
size = 24,
|
|
@@ -11,13 +11,24 @@ const SvgExclamationTriangle = ({
|
|
|
11
11
|
width,
|
|
12
12
|
height
|
|
13
13
|
};
|
|
14
|
-
return /* @__PURE__ */
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
14
|
+
return /* @__PURE__ */ jsxs(Svg, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
15
|
+
/* @__PURE__ */ jsx(
|
|
16
|
+
Path,
|
|
17
|
+
{
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
d: "M12 16.286A.857.857 0 1 1 12 18a.857.857 0 0 1 0-1.714M12 9.643c.473 0 .857.384.857.857v4.286a.857.857 0 1 1-1.714 0V10.5c0-.473.384-.857.857-.857"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ jsx(
|
|
23
|
+
Path,
|
|
24
|
+
{
|
|
25
|
+
fill: "currentColor",
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
d: "M12 3.429c.303 0 .582.16.737.42l9 15.157A.858.858 0 0 1 21 20.3H3a.858.858 0 0 1-.737-1.295l9-15.158a.86.86 0 0 1 .737-.42M4.506 18.587h14.988L12 5.965z",
|
|
28
|
+
clipRule: "evenodd"
|
|
29
|
+
}
|
|
30
|
+
)
|
|
31
|
+
] });
|
|
21
32
|
};
|
|
22
33
|
var ExclamationTriangle_default = SvgExclamationTriangle;
|
|
23
34
|
export {
|
package/dist/icons/File.js
CHANGED
|
@@ -39,12 +39,23 @@ const SvgFile = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
|
39
39
|
width,
|
|
40
40
|
height
|
|
41
41
|
};
|
|
42
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
42
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react_native_svg.default, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
44
|
+
import_react_native_svg.Path,
|
|
45
|
+
{
|
|
46
|
+
fill: "currentColor",
|
|
47
|
+
d: "M15.643 15.858c.118 0 .215.095.215.213v1.287a.215.215 0 0 1-.215.213H8.358a.215.215 0 0 1-.215-.213V16.07c0-.118.097-.214.215-.214zM15.643 12.715c.118 0 .215.095.215.214v1.286a.215.215 0 0 1-.215.214H8.358a.215.215 0 0 1-.215-.214v-1.286c0-.119.097-.214.215-.214zM15.643 9.571c.118 0 .215.097.215.215v1.285a.216.216 0 0 1-.215.215H8.358a.215.215 0 0 1-.215-.215V9.786c0-.118.097-.215.215-.215zM13.072 6.429c.118 0 .214.096.214.214v1.286a.214.214 0 0 1-.214.214H8.357a.214.214 0 0 1-.214-.214V6.643c0-.118.096-.214.214-.214z"
|
|
48
|
+
}
|
|
49
|
+
),
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
51
|
+
import_react_native_svg.Path,
|
|
52
|
+
{
|
|
53
|
+
fill: "currentColor",
|
|
54
|
+
fillRule: "evenodd",
|
|
55
|
+
d: "M16.286 2.571a3.43 3.43 0 0 1 3.428 3.43v12a3.43 3.43 0 0 1-3.428 3.428H7.714A3.43 3.43 0 0 1 4.286 18V6a3.43 3.43 0 0 1 3.428-3.429zM7.714 4.286C6.768 4.286 6 5.053 6 6v12c0 .947.768 1.714 1.714 1.714h8.572c.947 0 1.714-.767 1.714-1.714V6c0-.947-.767-1.714-1.714-1.714z",
|
|
56
|
+
clipRule: "evenodd"
|
|
57
|
+
}
|
|
58
|
+
)
|
|
59
|
+
] });
|
|
49
60
|
};
|
|
50
61
|
var File_default = SvgFile;
|
package/dist/icons/File.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import Svg, { Path } from "react-native-svg";
|
|
3
3
|
const SvgFile = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
4
4
|
const props = {
|
|
@@ -6,13 +6,24 @@ const SvgFile = ({ size = 24, width = size, height = size, ...restProps }) => {
|
|
|
6
6
|
width,
|
|
7
7
|
height
|
|
8
8
|
};
|
|
9
|
-
return /* @__PURE__ */
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
return /* @__PURE__ */ jsxs(Svg, { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10
|
+
/* @__PURE__ */ jsx(
|
|
11
|
+
Path,
|
|
12
|
+
{
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
d: "M15.643 15.858c.118 0 .215.095.215.213v1.287a.215.215 0 0 1-.215.213H8.358a.215.215 0 0 1-.215-.213V16.07c0-.118.097-.214.215-.214zM15.643 12.715c.118 0 .215.095.215.214v1.286a.215.215 0 0 1-.215.214H8.358a.215.215 0 0 1-.215-.214v-1.286c0-.119.097-.214.215-.214zM15.643 9.571c.118 0 .215.097.215.215v1.285a.216.216 0 0 1-.215.215H8.358a.215.215 0 0 1-.215-.215V9.786c0-.118.097-.215.215-.215zM13.072 6.429c.118 0 .214.096.214.214v1.286a.214.214 0 0 1-.214.214H8.357a.214.214 0 0 1-.214-.214V6.643c0-.118.096-.214.214-.214z"
|
|
15
|
+
}
|
|
16
|
+
),
|
|
17
|
+
/* @__PURE__ */ jsx(
|
|
18
|
+
Path,
|
|
19
|
+
{
|
|
20
|
+
fill: "currentColor",
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
d: "M16.286 2.571a3.43 3.43 0 0 1 3.428 3.43v12a3.43 3.43 0 0 1-3.428 3.428H7.714A3.43 3.43 0 0 1 4.286 18V6a3.43 3.43 0 0 1 3.428-3.429zM7.714 4.286C6.768 4.286 6 5.053 6 6v12c0 .947.768 1.714 1.714 1.714h8.572c.947 0 1.714-.767 1.714-1.714V6c0-.947-.767-1.714-1.714-1.714z",
|
|
23
|
+
clipRule: "evenodd"
|
|
24
|
+
}
|
|
25
|
+
)
|
|
26
|
+
] });
|
|
16
27
|
};
|
|
17
28
|
var File_default = SvgFile;
|
|
18
29
|
export {
|