@central-icons-react-native/round-filled-radius-0-stroke-1 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconImages1Alt: FC<CentralIconBaseProps>;
4
+ export default IconImages1Alt;
@@ -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:"M20.5 3C20.7761 3 21 3.22386 21 3.5V20.5C21 20.7761 20.7761 21 20.5 21H3.5C3.22386 21 3 20.7761 3 20.5V3.5C3 3.22386 3.22386 3 3.5 3H20.5ZM8.35352 12.3535C8.15826 12.1583 7.84174 12.1583 7.64648 12.3535L4 16V20H16L8.35352 12.3535ZM15 7C13.8954 7 13 7.89543 13 9C13 10.1046 13.8954 11 15 11C16.1046 11 17 10.1046 17 9C17 7.89543 16.1046 7 15 7Z",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=\"M20.5 3C20.7761 3 21 3.22386 21 3.5V20.5C21 20.7761 20.7761 21 20.5 21H3.5C3.22386 21 3 20.7761 3 20.5V3.5C3 3.22386 3.22386 3 3.5 3H20.5ZM8.35352 12.3535C8.15826 12.1583 7.84174 12.1583 7.64648 12.3535L4 16V20H16L8.35352 12.3535ZM15 7C13.8954 7 13 7.89543 13 9C13 10.1046 13.8954 11 15 11C16.1046 11 17 10.1046 17 9C17 7.89543 16.1046 7 15 7Z\"\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,0VACF,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:"M20.5 3C20.7761 3 21 3.22386 21 3.5V20.5C21 20.7761 20.7761 21 20.5 21H3.5C3.22386 21 3 20.7761 3 20.5V3.5C3 3.22386 3.22386 3 3.5 3H20.5ZM8.35352 12.3535C8.15826 12.1583 7.84174 12.1583 7.64648 12.3535L4 16V20H16L8.35352 12.3535ZM15 7C13.8954 7 13 7.89543 13 9C13 10.1046 13.8954 11 15 11C16.1046 11 17 10.1046 17 9C17 7.89543 16.1046 7 15 7Z",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=\"M20.5 3C20.7761 3 21 3.22386 21 3.5V20.5C21 20.7761 20.7761 21 20.5 21H3.5C3.22386 21 3 20.7761 3 20.5V3.5C3 3.22386 3.22386 3 3.5 3H20.5ZM8.35352 12.3535C8.15826 12.1583 7.84174 12.1583 7.64648 12.3535L4 16V20H16L8.35352 12.3535ZM15 7C13.8954 7 13 7.89543 13 9C13 10.1046 13.8954 11 15 11C16.1046 11 17 10.1046 17 9C17 7.89543 16.1046 7 15 7Z\"\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,0VACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconImages1Alt","props","React","CentralIconBase","IconImages1Alt_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconWallet5: FC<CentralIconBaseProps>;
4
+ export default IconWallet5;
@@ -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:"M21.5 4C21.7761 4 22 4.22386 22 4.5V9H16.5C15.6716 9 15 9.67157 15 10.5V13.5C15 14.3284 15.6716 15 16.5 15H22V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V4.5C2 4.22386 2.22386 4 2.5 4H21.5Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M16 10.5C16 10.2239 16.2239 10 16.5 10H22.5C22.7761 10 23 10.2239 23 10.5V13.5C23 13.7761 22.7761 14 22.5 14H16.5C16.2239 14 16 13.7761 16 13.5V10.5Z",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=\"M21.5 4C21.7761 4 22 4.22386 22 4.5V9H16.5C15.6716 9 15 9.67157 15 10.5V13.5C15 14.3284 15.6716 15 16.5 15H22V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V4.5C2 4.22386 2.22386 4 2.5 4H21.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 10.5C16 10.2239 16.2239 10 16.5 10H22.5C22.7761 10 23 10.2239 23 10.5V13.5C23 13.7761 22.7761 14 22.5 14H16.5C16.2239 14 16 13.7761 16 13.5V10.5Z\"\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,uNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wJACF,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:"M21.5 4C21.7761 4 22 4.22386 22 4.5V9H16.5C15.6716 9 15 9.67157 15 10.5V13.5C15 14.3284 15.6716 15 16.5 15H22V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V4.5C2 4.22386 2.22386 4 2.5 4H21.5Z",fill:"currentColor"}),t.createElement(n,{d:"M16 10.5C16 10.2239 16.2239 10 16.5 10H22.5C22.7761 10 23 10.2239 23 10.5V13.5C23 13.7761 22.7761 14 22.5 14H16.5C16.2239 14 16 13.7761 16 13.5V10.5Z",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=\"M21.5 4C21.7761 4 22 4.22386 22 4.5V9H16.5C15.6716 9 15 9.67157 15 10.5V13.5C15 14.3284 15.6716 15 16.5 15H22V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V4.5C2 4.22386 2.22386 4 2.5 4H21.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 10.5C16 10.2239 16.2239 10 16.5 10H22.5C22.7761 10 23 10.2239 23 10.5V13.5C23 13.7761 22.7761 14 22.5 14H16.5C16.2239 14 16 13.7761 16 13.5V10.5Z\"\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,uNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wJACF,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
@@ -11368,6 +11368,20 @@
11368
11368
  "packageName": "round-filled-radius-0-stroke-1",
11369
11369
  "componentName": "IconImages1"
11370
11370
  },
11371
+ {
11372
+ "category": "Photography & Video",
11373
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5 3C20.7761 3 21 3.22386 21 3.5V20.5C21 20.7761 20.7761 21 20.5 21H3.5C3.22386 21 3 20.7761 3 20.5V3.5C3 3.22386 3.22386 3 3.5 3H20.5ZM8.35352 12.3535C8.15826 12.1583 7.84174 12.1583 7.64648 12.3535L4 16V20H16L8.35352 12.3535ZM15 7C13.8954 7 13 7.89543 13 9C13 10.1046 13.8954 11 15 11C16.1046 11 17 10.1046 17 9C17 7.89543 16.1046 7 15 7Z\" fill=\"currentColor\"/>",
11374
+ "iconName": "images-1-alt, photos, pictures, shot",
11375
+ "variant": {
11376
+ "join": "round",
11377
+ "filled": "on",
11378
+ "radius": "0",
11379
+ "stroke": "1"
11380
+ },
11381
+ "createdAt": "2025-11-14T14:00:22.345671+00:00",
11382
+ "packageName": "round-filled-radius-0-stroke-1",
11383
+ "componentName": "IconImages1Alt"
11384
+ },
11371
11385
  {
11372
11386
  "category": "Photography & Video",
11373
11387
  "svg": "<path d=\"M14.5 11.5C15.6046 11.5 16.5 10.6046 16.5 9.5C16.5 8.39543 15.6046 7.5 14.5 7.5C13.3954 7.5 12.5 8.39543 12.5 9.5C12.5 10.6046 13.3954 11.5 14.5 11.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5 3C3.22386 3 3 3.22386 3 3.5V20.5C3 20.7761 3.22386 21 3.5 21H20.5C20.7761 21 21 20.7761 21 20.5V3.5C21 3.36739 20.9473 3.24021 20.8536 3.14645C20.7598 3.05268 20.6326 3 20.5 3H3.5ZM7.64645 11.6464L4 15.2929V4H20V20H16.7071L8.35355 11.6464C8.15829 11.4512 7.84171 11.4512 7.64645 11.6464Z\" fill=\"currentColor\"/>",
@@ -21252,6 +21266,20 @@
21252
21266
  "packageName": "round-filled-radius-0-stroke-1",
21253
21267
  "componentName": "IconWallet4"
21254
21268
  },
21269
+ {
21270
+ "category": "Shopping & Payment",
21271
+ "svg": "<path d=\"M21.5 4C21.7761 4 22 4.22386 22 4.5V9H16.5C15.6716 9 15 9.67157 15 10.5V13.5C15 14.3284 15.6716 15 16.5 15H22V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V4.5C2 4.22386 2.22386 4 2.5 4H21.5Z\" fill=\"currentColor\"/><path d=\"M16 10.5C16 10.2239 16.2239 10 16.5 10H22.5C22.7761 10 23 10.2239 23 10.5V13.5C23 13.7761 22.7761 14 22.5 14H16.5C16.2239 14 16 13.7761 16 13.5V10.5Z\" fill=\"currentColor\"/>",
21272
+ "iconName": "wallet-5",
21273
+ "variant": {
21274
+ "join": "round",
21275
+ "filled": "on",
21276
+ "radius": "0",
21277
+ "stroke": "1"
21278
+ },
21279
+ "createdAt": "2025-11-14T13:31:01.86097+00:00",
21280
+ "packageName": "round-filled-radius-0-stroke-1",
21281
+ "componentName": "IconWallet5"
21282
+ },
21255
21283
  {
21256
21284
  "category": "Photography & Video",
21257
21285
  "svg": "<path d=\"M2.5 4C2.22386 4 2 4.22386 2 4.5V13.4342C2.41331 13.2103 2.92872 12.9074 3.52245 12.5584L3.75103 12.4241C4.55327 11.953 5.47112 11.4183 6.42009 10.9156C7.36813 10.4134 8.35697 9.93792 9.30315 9.5871C10.2428 9.23868 11.1749 9 12 9C12.8251 9 13.7572 9.23868 14.6968 9.5871C15.643 9.93792 16.6319 10.4134 17.5799 10.9156C18.5289 11.4183 19.4467 11.953 20.249 12.4241L20.4776 12.5584C21.0713 12.9073 21.5867 13.2103 22 13.4342V4.5C22 4.22386 21.7761 4 21.5 4H2.5Z\" fill=\"currentColor\"/><path d=\"M22 14.5625L21.771 14.4445C21.2993 14.2014 20.6761 13.8351 19.9766 13.4239L19.7426 13.2864C18.9409 12.8156 18.0396 12.2907 17.1118 11.7993C16.1831 11.3073 15.2375 10.8541 14.3492 10.5247C13.5659 10.2343 12.8533 10.0502 12.2506 10.0089C12.1918 10.0935 12.1186 10.2012 12.0364 10.3278C11.8206 10.6598 11.5458 11.1151 11.3044 11.6149C11.061 12.1185 10.8623 12.6451 10.7822 13.1233C10.7012 13.607 10.752 13.9729 10.9179 14.2255C11.0466 14.4215 11.3126 14.553 11.8451 14.5831C12.2819 14.6079 12.7814 14.5598 13.3285 14.5072C13.4417 14.4963 13.5572 14.4852 13.6744 14.4745C14.3185 14.4158 15.0375 14.3676 15.6338 14.5162C15.9424 14.5931 16.2458 14.7286 16.4948 14.9648C16.7482 15.2052 16.914 15.5205 16.9903 15.9019C17.1353 16.6268 17.0365 17.2076 16.7192 17.678C16.4198 18.122 15.9648 18.4041 15.5496 18.6277C15.4038 18.7062 15.264 18.7773 15.1282 18.8463C14.8444 18.9906 14.5786 19.1257 14.3146 19.3C14.0197 19.4948 13.7678 19.7157 13.5773 20H21.5C21.7761 20 22 19.7761 22 19.5V14.5625Z\" fill=\"currentColor\"/><path d=\"M12.441 20L12.5528 19.7764C12.8544 19.1731 13.3034 18.7694 13.7635 18.4656C14.0762 18.2591 14.4268 18.0806 14.7336 17.9244C14.8563 17.8619 14.972 17.803 15.0754 17.7473C15.4727 17.5334 15.7365 17.3467 15.8902 17.1189C16.026 16.9174 16.1147 16.6232 16.0097 16.0981C15.9686 15.8927 15.8919 15.7712 15.8066 15.6903C15.7169 15.6052 15.5855 15.5348 15.392 15.4866C14.9842 15.385 14.4304 15.4098 13.7652 15.4704C13.6625 15.4798 13.557 15.49 13.4498 15.5004C12.9033 15.5534 12.3095 15.611 11.7885 15.5815C11.1704 15.5465 10.4812 15.3821 10.0821 14.7745C9.72022 14.2235 9.69467 13.5626 9.79593 12.9581C9.89811 12.3482 10.1404 11.7252 10.404 11.1798C10.5927 10.7893 10.7979 10.4271 10.9835 10.123C10.5708 10.2128 10.1237 10.3494 9.6508 10.5247C8.7625 10.8541 7.81691 11.3073 6.88818 11.7993C5.96037 12.2907 5.05909 12.8156 4.25742 13.2864L4.02337 13.4239C3.32387 13.8351 2.70066 14.2015 2.22901 14.4445L2 14.5625V19.5C2 19.7761 2.22386 20 2.5 20H12.441Z\" 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-0-stroke-1",
3
- "version": "1.1.27",
3
+ "version": "1.1.29",
4
4
  "style": "round-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1/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": 1561,
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": 79,
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": 69,
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";