@central-icons-react-native/round-filled-radius-3-stroke-2 1.1.27 → 1.1.29
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/IconImages1Alt/index.d.ts +4 -0
- package/IconImages1Alt/index.js +2 -0
- package/IconImages1Alt/index.js.map +1 -0
- package/IconImages1Alt/index.mjs +2 -0
- package/IconImages1Alt/index.mjs.map +1 -0
- package/IconWallet5/index.d.ts +4 -0
- package/IconWallet5/index.js +2 -0
- package/IconWallet5/index.js.map +1 -0
- package/IconWallet5/index.mjs +2 -0
- package/IconWallet5/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of B(r))!g.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(C=I(r,t))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(d(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(n({},"__esModule",{value:!0}),o);var h={};v(h,{IconImages1Alt:()=>i,default:()=>P});module.exports=x(h);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 3C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7C3 4.79086 4.79086 3 7 3H17ZM10.1211 14.1211C8.94958 12.9498 7.05042 12.9498 5.87891 14.1211L5 15V17C5 18.1046 5.89543 19 7 19H15L10.1211 14.1211ZM15 6.5C13.6193 6.5 12.5 7.61929 12.5 9C12.5 10.3807 13.6193 11.5 15 11.5C16.3807 11.5 17.5 10.3807 17.5 9C17.5 7.61929 16.3807 6.5 15 6.5Z",fill:"currentColor"})),P=i;0&&(module.exports={IconImages1Alt});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconImages1Alt/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconImages1Alt: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 3C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7C3 4.79086 4.79086 3 7 3H17ZM10.1211 14.1211C8.94958 12.9498 7.05042 12.9498 5.87891 14.1211L5 15V17C5 18.1046 5.89543 19 7 19H15L10.1211 14.1211ZM15 6.5C13.6193 6.5 12.5 7.61929 12.5 9C12.5 10.3807 13.6193 11.5 15 11.5C16.3807 11.5 17.5 10.3807 17.5 9C17.5 7.61929 16.3807 6.5 15 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImages1Alt;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,4XACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconImages1Alt_exports","__export","IconImages1Alt","IconImages1Alt_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconImages1Alt","props","React","CentralIconBase","IconImages1Alt_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(C,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 3C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7C3 4.79086 4.79086 3 7 3H17ZM10.1211 14.1211C8.94958 12.9498 7.05042 12.9498 5.87891 14.1211L5 15V17C5 18.1046 5.89543 19 7 19H15L10.1211 14.1211ZM15 6.5C13.6193 6.5 12.5 7.61929 12.5 9C12.5 10.3807 13.6193 11.5 15 11.5C16.3807 11.5 17.5 10.3807 17.5 9C17.5 7.61929 16.3807 6.5 15 6.5Z",fill:"currentColor"})),g=a;export{a as IconImages1Alt,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconImages1Alt/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconImages1Alt: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 3C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7C3 4.79086 4.79086 3 7 3H17ZM10.1211 14.1211C8.94958 12.9498 7.05042 12.9498 5.87891 14.1211L5 15V17C5 18.1046 5.89543 19 7 19H15L10.1211 14.1211ZM15 6.5C13.6193 6.5 12.5 7.61929 12.5 9C12.5 10.3807 13.6193 11.5 15 11.5C16.3807 11.5 17.5 10.3807 17.5 9C17.5 7.61929 16.3807 6.5 15 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImages1Alt;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,4XACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconImages1Alt","props","React","CentralIconBase","IconImages1Alt_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),H=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconWallet5:()=>i,default:()=>V});module.exports=H(v);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M18 4C20.2091 4 22 5.79086 22 8V8.5H17C15.6193 8.5 14.5 9.61929 14.5 11V13C14.5 14.3807 15.6193 15.5 17 15.5H22V16C22 18.2091 20.2091 20 18 20H6C3.79086 20 2 18.2091 2 16V8C2 5.79086 3.79086 4 6 4H18Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M16 11C16 10.4477 16.4477 10 17 10H22C22.5523 10 23 10.4477 23 11V13C23 13.5523 22.5523 14 22 14H17C16.4477 14 16 13.5523 16 13V11Z",fill:"currentColor"})),V=i;0&&(module.exports={IconWallet5});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconWallet5/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWallet5: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 4C20.2091 4 22 5.79086 22 8V8.5H17C15.6193 8.5 14.5 9.61929 14.5 11V13C14.5 14.3807 15.6193 15.5 17 15.5H22V16C22 18.2091 20.2091 20 18 20H6C3.79086 20 2 18.2091 2 16V8C2 5.79086 3.79086 4 6 4H18Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 11C16 10.4477 16.4477 10 17 10H22C22.5523 10 23 10.4477 23 11V13C23 13.5523 22.5523 14 22 14H17C16.4477 14 16 13.5523 16 13V11Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWallet5;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconWallet5_exports","__export","IconWallet5","IconWallet5_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWallet5","props","React","CentralIconBase","IconWallet5_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M18 4C20.2091 4 22 5.79086 22 8V8.5H17C15.6193 8.5 14.5 9.61929 14.5 11V13C14.5 14.3807 15.6193 15.5 17 15.5H22V16C22 18.2091 20.2091 20 18 20H6C3.79086 20 2 18.2091 2 16V8C2 5.79086 3.79086 4 6 4H18Z",fill:"currentColor"}),t.createElement(n,{d:"M16 11C16 10.4477 16.4477 10 17 10H22C22.5523 10 23 10.4477 23 11V13C23 13.5523 22.5523 14 22 14H17C16.4477 14 16 13.5523 16 13V11Z",fill:"currentColor"})),P=a;export{a as IconWallet5,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconWallet5/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWallet5: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 4C20.2091 4 22 5.79086 22 8V8.5H17C15.6193 8.5 14.5 9.61929 14.5 11V13C14.5 14.3807 15.6193 15.5 17 15.5H22V16C22 18.2091 20.2091 20 18 20H6C3.79086 20 2 18.2091 2 16V8C2 5.79086 3.79086 4 6 4H18Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 11C16 10.4477 16.4477 10 17 10H22C22.5523 10 23 10.4477 23 11V13C23 13.5523 22.5523 14 22 14H17C16.4477 14 16 13.5523 16 13V11Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWallet5;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWallet5","props","React","CentralIconBase","IconWallet5_default"]}
|
package/README.md
CHANGED
|
@@ -1194,6 +1194,7 @@ Below is a complete list of available icons:
|
|
|
1194
1194
|
- IconHd
|
|
1195
1195
|
- IconHighlights
|
|
1196
1196
|
- IconImages1
|
|
1197
|
+
- IconImages1Alt
|
|
1197
1198
|
- IconImages2
|
|
1198
1199
|
- IconImages3
|
|
1199
1200
|
- IconImages4
|
|
@@ -1325,6 +1326,7 @@ Below is a complete list of available icons:
|
|
|
1325
1326
|
- IconWallet2
|
|
1326
1327
|
- IconWallet3
|
|
1327
1328
|
- IconWallet4
|
|
1329
|
+
- IconWallet5
|
|
1328
1330
|
- IconYen
|
|
1329
1331
|
|
|
1330
1332
|
### Social Media & Brands
|
package/filtered-icons.json
CHANGED
|
@@ -11368,6 +11368,20 @@
|
|
|
11368
11368
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
11369
11369
|
"componentName": "IconImages1"
|
|
11370
11370
|
},
|
|
11371
|
+
{
|
|
11372
|
+
"category": "Photography & Video",
|
|
11373
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 3C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7C3 4.79086 4.79086 3 7 3H17ZM10.1211 14.1211C8.94958 12.9498 7.05042 12.9498 5.87891 14.1211L5 15V17C5 18.1046 5.89543 19 7 19H15L10.1211 14.1211ZM15 6.5C13.6193 6.5 12.5 7.61929 12.5 9C12.5 10.3807 13.6193 11.5 15 11.5C16.3807 11.5 17.5 10.3807 17.5 9C17.5 7.61929 16.3807 6.5 15 6.5Z\" fill=\"currentColor\"/>",
|
|
11374
|
+
"iconName": "images-1-alt, photos, pictures, shot",
|
|
11375
|
+
"variant": {
|
|
11376
|
+
"join": "round",
|
|
11377
|
+
"filled": "on",
|
|
11378
|
+
"radius": "3",
|
|
11379
|
+
"stroke": "2"
|
|
11380
|
+
},
|
|
11381
|
+
"createdAt": "2025-11-14T14:00:22.345671+00:00",
|
|
11382
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
11383
|
+
"componentName": "IconImages1Alt"
|
|
11384
|
+
},
|
|
11371
11385
|
{
|
|
11372
11386
|
"category": "Photography & Video",
|
|
11373
11387
|
"svg": "<path d=\"M14.5 7C13.1193 7 12 8.11929 12 9.5C12 10.8807 13.1193 12 14.5 12C15.8807 12 17 10.8807 17 9.5C17 8.11929 15.8807 7 14.5 7Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 7C3 4.79086 4.79086 3 7 3H17C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7ZM16.4142 19L10.8284 13.4142C9.26633 11.8521 6.73367 11.8521 5.17157 13.4142L5 13.5858V7C5 5.89543 5.89543 5 7 5H17C18.1046 5 19 5.89543 19 7V17C19 18.1046 18.1046 19 17 19H16.4142Z\" fill=\"currentColor\"/>",
|
|
@@ -21252,6 +21266,20 @@
|
|
|
21252
21266
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
21253
21267
|
"componentName": "IconWallet4"
|
|
21254
21268
|
},
|
|
21269
|
+
{
|
|
21270
|
+
"category": "Shopping & Payment",
|
|
21271
|
+
"svg": "<path d=\"M18 4C20.2091 4 22 5.79086 22 8V8.5H17C15.6193 8.5 14.5 9.61929 14.5 11V13C14.5 14.3807 15.6193 15.5 17 15.5H22V16C22 18.2091 20.2091 20 18 20H6C3.79086 20 2 18.2091 2 16V8C2 5.79086 3.79086 4 6 4H18Z\" fill=\"currentColor\"/><path d=\"M16 11C16 10.4477 16.4477 10 17 10H22C22.5523 10 23 10.4477 23 11V13C23 13.5523 22.5523 14 22 14H17C16.4477 14 16 13.5523 16 13V11Z\" fill=\"currentColor\"/>",
|
|
21272
|
+
"iconName": "wallet-5",
|
|
21273
|
+
"variant": {
|
|
21274
|
+
"join": "round",
|
|
21275
|
+
"filled": "on",
|
|
21276
|
+
"radius": "3",
|
|
21277
|
+
"stroke": "2"
|
|
21278
|
+
},
|
|
21279
|
+
"createdAt": "2025-11-14T13:31:01.86097+00:00",
|
|
21280
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
21281
|
+
"componentName": "IconWallet5"
|
|
21282
|
+
},
|
|
21255
21283
|
{
|
|
21256
21284
|
"category": "Photography & Video",
|
|
21257
21285
|
"svg": "<path d=\"M6 4C3.79086 4 2 5.79086 2 8V12.8739C2.14894 12.7959 2.31124 12.7102 2.48507 12.6185C3.4788 12.0942 4.84931 11.3711 6.25464 10.725C7.22836 10.2774 8.24913 9.85182 9.21824 9.53663C10.1731 9.22607 11.1448 9 12 9C12.8552 9 13.8269 9.22607 14.7818 9.53663C15.7509 9.85182 16.7716 10.2774 17.7454 10.725C19.1507 11.3711 20.5212 12.0942 21.5149 12.6185C21.6888 12.7102 21.8511 12.7959 22 12.8739V8C22 5.79086 20.2091 4 18 4H6Z\" fill=\"currentColor\"/><path d=\"M22 15.1215L21.5474 14.8917C21.2594 14.7455 20.9127 14.5626 20.5205 14.3556C19.5348 13.8354 18.2614 13.1635 16.91 12.5422C15.9741 12.112 15.0307 11.7207 14.1632 11.4386C13.5137 11.2273 12.9425 11.0893 12.4692 11.0313L12.4373 11.0754C12.2348 11.3575 11.98 11.7406 11.7574 12.1581C11.5303 12.5838 11.362 12.9986 11.2948 13.3512C11.228 13.702 11.2824 13.8676 11.3293 13.9411C11.3425 13.953 11.4473 14.0349 11.856 14.0648C12.249 14.0935 12.7015 14.0625 13.2434 14.0254C13.3606 14.0174 13.4819 14.0091 13.6078 14.0011C14.2445 13.9603 15.0324 13.9232 15.7127 14.0902C16.069 14.1777 16.4502 14.3327 16.7797 14.6162C17.1212 14.9101 17.3552 15.2977 17.4701 15.7575C17.7237 16.7715 17.2578 17.6161 16.6648 18.2123C16.0835 18.7965 15.2652 19.2738 14.4225 19.6667C14.1503 19.7936 13.9528 19.9058 13.8101 20H18C20.2091 20 22 18.2091 22 16V15.1215Z\" fill=\"currentColor\"/><path d=\"M11.4774 20C11.5411 19.6414 11.6991 19.2498 12.0638 18.8618C12.4065 18.4972 12.8998 18.1699 13.5775 17.854C14.3447 17.4963 14.9125 17.1378 15.2469 16.8017C15.5694 16.4776 15.5486 16.3173 15.5299 16.2425C15.5097 16.1618 15.4863 16.1417 15.4759 16.1328C15.4539 16.1139 15.3895 16.0702 15.236 16.0326C14.8967 15.9493 14.406 15.9541 13.7355 15.997C13.6379 16.0032 13.5358 16.0104 13.4304 16.0177C12.8885 16.0556 12.2593 16.0996 11.7102 16.0595C11.078 16.0132 10.1895 15.837 9.66795 15.0547C9.21546 14.376 9.21079 13.6036 9.33016 12.977C9.43479 12.4276 9.65193 11.89 9.88621 11.4226L9.83682 11.4386C8.96931 11.7207 8.0259 12.112 7.09003 12.5422C5.73862 13.1635 4.46538 13.8354 3.4796 14.3556C3.08738 14.5625 2.74066 14.7455 2.45264 14.8917L2 15.1215V16C2 18.2091 3.79086 20 6 20H11.4774Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -811,6 +811,7 @@ export type CentralIconName =
|
|
|
811
811
|
| "IconImageAltText"
|
|
812
812
|
| "IconImageAvatarSparkle"
|
|
813
813
|
| "IconImages1"
|
|
814
|
+
| "IconImages1Alt"
|
|
814
815
|
| "IconImages2"
|
|
815
816
|
| "IconImages3"
|
|
816
817
|
| "IconImages4"
|
|
@@ -1517,6 +1518,7 @@ export type CentralIconName =
|
|
|
1517
1518
|
| "IconWallet2"
|
|
1518
1519
|
| "IconWallet3"
|
|
1519
1520
|
| "IconWallet4"
|
|
1521
|
+
| "IconWallet5"
|
|
1520
1522
|
| "IconWallpaper"
|
|
1521
1523
|
| "IconWardrobe"
|
|
1522
1524
|
| "IconWarningSign"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-3-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.29",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1563,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 44,
|
|
@@ -1059,7 +1059,7 @@
|
|
|
1059
1059
|
]
|
|
1060
1060
|
},
|
|
1061
1061
|
"Photography & Video": {
|
|
1062
|
-
"count":
|
|
1062
|
+
"count": 80,
|
|
1063
1063
|
"icons": [
|
|
1064
1064
|
"Icon4k",
|
|
1065
1065
|
"IconAdjustPhoto",
|
|
@@ -1110,6 +1110,7 @@
|
|
|
1110
1110
|
"IconHd",
|
|
1111
1111
|
"IconHighlights",
|
|
1112
1112
|
"IconImages1",
|
|
1113
|
+
"IconImages1Alt",
|
|
1113
1114
|
"IconImages2",
|
|
1114
1115
|
"IconImages3",
|
|
1115
1116
|
"IconImages4",
|
|
@@ -1175,7 +1176,7 @@
|
|
|
1175
1176
|
]
|
|
1176
1177
|
},
|
|
1177
1178
|
"Shopping & Payment": {
|
|
1178
|
-
"count":
|
|
1179
|
+
"count": 70,
|
|
1179
1180
|
"icons": [
|
|
1180
1181
|
"IconAddToBasket",
|
|
1181
1182
|
"IconAddToBasket2",
|
|
@@ -1245,6 +1246,7 @@
|
|
|
1245
1246
|
"IconWallet2",
|
|
1246
1247
|
"IconWallet3",
|
|
1247
1248
|
"IconWallet4",
|
|
1249
|
+
"IconWallet5",
|
|
1248
1250
|
"IconYen"
|
|
1249
1251
|
]
|
|
1250
1252
|
},
|
|
@@ -2563,6 +2565,7 @@
|
|
|
2563
2565
|
"IconImageAltText": "image-alt-text",
|
|
2564
2566
|
"IconImageAvatarSparkle": "image-avatar-sparkle, generated avatar, profile ai, magic avatar",
|
|
2565
2567
|
"IconImages1": "images-1, photos, pictures, shot",
|
|
2568
|
+
"IconImages1Alt": "images-1-alt, photos, pictures, shot",
|
|
2566
2569
|
"IconImages2": "images-2, photos, pictures, shot",
|
|
2567
2570
|
"IconImages3": "images-3, photos, pictures, shot",
|
|
2568
2571
|
"IconImages4": "images-4, photos, pictures, shot",
|
|
@@ -3269,6 +3272,7 @@
|
|
|
3269
3272
|
"IconWallet2": "wallet-2",
|
|
3270
3273
|
"IconWallet3": "wallet-3",
|
|
3271
3274
|
"IconWallet4": "wallet-4",
|
|
3275
|
+
"IconWallet5": "wallet-5",
|
|
3272
3276
|
"IconWallpaper": "wallpaper, os",
|
|
3273
3277
|
"IconWardrobe": "wardrobe",
|
|
3274
3278
|
"IconWarningSign": "warning-sign, attention, coution",
|
package/index.d.ts
CHANGED
|
@@ -811,6 +811,7 @@ export { IconImageAltText, default as IconImageAltTextDefault, } from "./IconIma
|
|
|
811
811
|
export { IconImageAvatarSparkle, default as IconImageAvatarSparkleDefault, } from "./IconImageAvatarSparkle";
|
|
812
812
|
export { IconImageSparkle, default as IconImageSparkleDefault, } from "./IconImageSparkle";
|
|
813
813
|
export { IconImages1, default as IconImages1Default } from "./IconImages1";
|
|
814
|
+
export { IconImages1Alt, default as IconImages1AltDefault, } from "./IconImages1Alt";
|
|
814
815
|
export { IconImages2, default as IconImages2Default } from "./IconImages2";
|
|
815
816
|
export { IconImages3, default as IconImages3Default } from "./IconImages3";
|
|
816
817
|
export { IconImages4, default as IconImages4Default } from "./IconImages4";
|
|
@@ -1516,6 +1517,7 @@ export { IconWallet1, default as IconWallet1Default } from "./IconWallet1";
|
|
|
1516
1517
|
export { IconWallet2, default as IconWallet2Default } from "./IconWallet2";
|
|
1517
1518
|
export { IconWallet3, default as IconWallet3Default } from "./IconWallet3";
|
|
1518
1519
|
export { IconWallet4, default as IconWallet4Default } from "./IconWallet4";
|
|
1520
|
+
export { IconWallet5, default as IconWallet5Default } from "./IconWallet5";
|
|
1519
1521
|
export { IconWallpaper, default as IconWallpaperDefault, } from "./IconWallpaper";
|
|
1520
1522
|
export { IconWardrobe, default as IconWardrobeDefault } from "./IconWardrobe";
|
|
1521
1523
|
export { IconWarningSign, default as IconWarningSignDefault, } from "./IconWarningSign";
|