@central-icons-react-native/round-filled-radius-3-stroke-2 1.1.26 → 1.1.28

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 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:"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"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconWeight: FC<CentralIconBaseProps>;
4
+ export default IconWeight;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=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,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!g.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=B(r,t))||p.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,{IconWeight:()=>i,default:()=>P});module.exports=x(h);var C=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=>C.default.createElement(c,{...o},C.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 3H17ZM12 7C10.0885 7 8.30698 7.55887 6.81055 8.52148C6.34675 8.82025 6.27938 9.45385 6.62402 9.88477L8.375 12.0732C8.72011 12.5044 9.34666 12.563 9.83984 12.3145C10.4891 11.9869 11.2232 11.8018 12 11.8018C12.7768 11.8018 13.5109 11.9869 14.1602 12.3145C14.6533 12.563 15.2799 12.5044 15.625 12.0732L17.376 9.88477C17.7206 9.45385 17.6533 8.82025 17.1895 8.52148C15.693 7.55887 13.9115 7 12 7Z",fill:"currentColor"})),P=i;0&&(module.exports={IconWeight});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconWeight/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 IconWeight: 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 3H17ZM12 7C10.0885 7 8.30698 7.55887 6.81055 8.52148C6.34675 8.82025 6.27938 9.45385 6.62402 9.88477L8.375 12.0732C8.72011 12.5044 9.34666 12.563 9.83984 12.3145C10.4891 11.9869 11.2232 11.8018 12 11.8018C12.7768 11.8018 13.5109 11.9869 14.1602 12.3145C14.6533 12.563 15.2799 12.5044 15.625 12.0732L17.376 9.88477C17.7206 9.45385 17.6533 8.82025 17.1895 8.52148C15.693 7.55887 13.9115 7 12 7Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWeight;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,8fACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconWeight_exports","__export","IconWeight","IconWeight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWeight","props","React","CentralIconBase","IconWeight_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...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 3H17ZM12 7C10.0885 7 8.30698 7.55887 6.81055 8.52148C6.34675 8.82025 6.27938 9.45385 6.62402 9.88477L8.375 12.0732C8.72011 12.5044 9.34666 12.563 9.83984 12.3145C10.4891 11.9869 11.2232 11.8018 12 11.8018C12.7768 11.8018 13.5109 11.9869 14.1602 12.3145C14.6533 12.563 15.2799 12.5044 15.625 12.0732L17.376 9.88477C17.7206 9.45385 17.6533 8.82025 17.1895 8.52148C15.693 7.55887 13.9115 7 12 7Z",fill:"currentColor"})),g=a;export{a as IconWeight,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconWeight/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 IconWeight: 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 3H17ZM12 7C10.0885 7 8.30698 7.55887 6.81055 8.52148C6.34675 8.82025 6.27938 9.45385 6.62402 9.88477L8.375 12.0732C8.72011 12.5044 9.34666 12.563 9.83984 12.3145C10.4891 11.9869 11.2232 11.8018 12 11.8018C12.7768 11.8018 13.5109 11.9869 14.1602 12.3145C14.6533 12.563 15.2799 12.5044 15.625 12.0732L17.376 9.88477C17.7206 9.45385 17.6533 8.82025 17.1895 8.52148C15.693 7.55887 13.9115 7 12 7Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWeight;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,8fACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWeight","props","React","CentralIconBase","IconWeight_default"]}
package/README.md CHANGED
@@ -1325,6 +1325,7 @@ Below is a complete list of available icons:
1325
1325
  - IconWallet2
1326
1326
  - IconWallet3
1327
1327
  - IconWallet4
1328
+ - IconWallet5
1328
1329
  - IconYen
1329
1330
 
1330
1331
  ### Social Media & Brands
@@ -1652,6 +1653,7 @@ Below is a complete list of available icons:
1652
1653
  - IconUnicorn
1653
1654
  - IconWarningSign
1654
1655
  - IconWaste
1656
+ - IconWeight
1655
1657
  - IconWip
1656
1658
  - IconWreath
1657
1659
 
@@ -21252,6 +21252,20 @@
21252
21252
  "packageName": "round-filled-radius-3-stroke-2",
21253
21253
  "componentName": "IconWallet4"
21254
21254
  },
21255
+ {
21256
+ "category": "Shopping & Payment",
21257
+ "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\"/>",
21258
+ "iconName": "wallet-5",
21259
+ "variant": {
21260
+ "join": "round",
21261
+ "filled": "on",
21262
+ "radius": "3",
21263
+ "stroke": "2"
21264
+ },
21265
+ "createdAt": "2025-11-14T13:31:01.86097+00:00",
21266
+ "packageName": "round-filled-radius-3-stroke-2",
21267
+ "componentName": "IconWallet5"
21268
+ },
21255
21269
  {
21256
21270
  "category": "Photography & Video",
21257
21271
  "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\"/>",
@@ -21378,6 +21392,20 @@
21378
21392
  "packageName": "round-filled-radius-3-stroke-2",
21379
21393
  "componentName": "IconWechat"
21380
21394
  },
21395
+ {
21396
+ "category": "Things",
21397
+ "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 3H17ZM12 7C10.0885 7 8.30698 7.55887 6.81055 8.52148C6.34675 8.82025 6.27938 9.45385 6.62402 9.88477L8.375 12.0732C8.72011 12.5044 9.34666 12.563 9.83984 12.3145C10.4891 11.9869 11.2232 11.8018 12 11.8018C12.7768 11.8018 13.5109 11.9869 14.1602 12.3145C14.6533 12.563 15.2799 12.5044 15.625 12.0732L17.376 9.88477C17.7206 9.45385 17.6533 8.82025 17.1895 8.52148C15.693 7.55887 13.9115 7 12 7Z\" fill=\"currentColor\"/>",
21398
+ "iconName": "weight, scale",
21399
+ "variant": {
21400
+ "join": "round",
21401
+ "filled": "on",
21402
+ "radius": "3",
21403
+ "stroke": "2"
21404
+ },
21405
+ "createdAt": "2025-11-14T13:00:19.455543+00:00",
21406
+ "packageName": "round-filled-radius-3-stroke-2",
21407
+ "componentName": "IconWeight"
21408
+ },
21381
21409
  {
21382
21410
  "category": "Social Media & Brands",
21383
21411
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.149 2C14.7047 2.01525 17.1562 3.0175 18.9908 4.79688C20.8253 6.57631 21.9014 8.99572 21.9947 11.5498C22.0432 12.8574 21.8327 14.1621 21.3746 15.3877C20.9165 16.6131 20.2199 17.7355 19.3258 18.6904C18.4314 19.6455 17.3566 20.4146 16.1637 20.9522C14.9707 21.4897 13.6826 21.7859 12.3746 21.8232H12.0914C10.6045 21.8236 9.13595 21.4892 7.7955 20.8457L2.608 22H2.59335C2.58249 21.9999 2.57099 21.9977 2.56112 21.9932C2.55136 21.9886 2.5428 21.9818 2.53573 21.9736C2.52863 21.9655 2.52322 21.9557 2.5201 21.9453C2.51704 21.935 2.51576 21.9237 2.51717 21.9131L3.39413 16.668C2.56877 15.1578 2.15081 13.459 2.18124 11.7383C2.21173 10.0174 2.68946 8.33361 3.56796 6.85352C4.44639 5.37355 5.6951 4.14789 7.191 3.29688C8.68704 2.44588 10.379 1.99876 12.1002 2H12.149ZM8.55428 7.13281C8.46338 7.1437 8.37456 7.16865 8.29061 7.20606C8.17873 7.25595 8.07735 7.32747 7.99374 7.41699C7.75751 7.65925 7.09741 8.24251 7.05917 9.4668C7.02099 10.6905 7.87539 11.9014 7.99569 12.0723C8.11532 12.2421 9.63151 14.8874 12.1285 15.96C13.5961 16.5922 14.2397 16.7002 14.6568 16.7002C14.8286 16.7002 14.9587 16.6829 15.0943 16.6748C15.5519 16.6464 16.5839 16.1177 16.8092 15.543C17.0344 14.968 17.0492 14.4648 16.9898 14.3643C16.9305 14.2637 16.7673 14.1912 16.5221 14.0625C16.2761 13.9334 15.0734 13.2906 14.8473 13.2002C14.7636 13.1613 14.6736 13.1377 14.5816 13.1309C14.5216 13.134 14.4624 13.1518 14.4107 13.1826C14.3592 13.2134 14.316 13.2564 14.2848 13.3076C14.0838 13.5579 13.6222 14.1019 13.4674 14.2588C13.4336 14.2977 13.3919 14.3287 13.3453 14.3506C13.2986 14.3724 13.2475 14.3848 13.1959 14.3857C13.1009 14.3815 13.0077 14.3566 12.9234 14.3125C12.1946 14.003 11.5302 13.5589 10.9644 13.0049C10.4359 12.4839 9.98706 11.8878 9.63339 11.2354C9.49672 10.982 9.63372 10.851 9.75839 10.7324C9.88294 10.6138 10.0166 10.4503 10.1451 10.3086C10.2507 10.1875 10.339 10.0519 10.4068 9.90625C10.4418 9.83876 10.4588 9.76351 10.4576 9.6875C10.4564 9.6113 10.4363 9.5362 10.399 9.46973C10.3392 9.34129 9.89702 8.09811 9.68905 7.59864C9.52025 7.17157 9.31904 7.15662 9.14315 7.14356C8.99846 7.13351 8.83241 7.12905 8.66659 7.12403H8.6451L8.55428 7.13281Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1517,6 +1517,7 @@ export type CentralIconName =
1517
1517
  | "IconWallet2"
1518
1518
  | "IconWallet3"
1519
1519
  | "IconWallet4"
1520
+ | "IconWallet5"
1520
1521
  | "IconWallpaper"
1521
1522
  | "IconWardrobe"
1522
1523
  | "IconWarningSign"
@@ -1526,6 +1527,7 @@ export type CentralIconName =
1526
1527
  | "IconWebcam"
1527
1528
  | "IconWebflow"
1528
1529
  | "IconWechat"
1530
+ | "IconWeight"
1529
1531
  | "IconWhatsapp"
1530
1532
  | "IconWheelchair"
1531
1533
  | "IconWhiteboard"
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.26",
3
+ "version": "1.1.28",
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": 1560,
14
+ "totalIcons": 1562,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 44,
@@ -1175,7 +1175,7 @@
1175
1175
  ]
1176
1176
  },
1177
1177
  "Shopping & Payment": {
1178
- "count": 69,
1178
+ "count": 70,
1179
1179
  "icons": [
1180
1180
  "IconAddToBasket",
1181
1181
  "IconAddToBasket2",
@@ -1245,6 +1245,7 @@
1245
1245
  "IconWallet2",
1246
1246
  "IconWallet3",
1247
1247
  "IconWallet4",
1248
+ "IconWallet5",
1248
1249
  "IconYen"
1249
1250
  ]
1250
1251
  },
@@ -1458,7 +1459,7 @@
1458
1459
  ]
1459
1460
  },
1460
1461
  "Things": {
1461
- "count": 124,
1462
+ "count": 125,
1462
1463
  "icons": [
1463
1464
  "IconAlien",
1464
1465
  "IconAnvil",
@@ -1582,6 +1583,7 @@
1582
1583
  "IconUnicorn",
1583
1584
  "IconWarningSign",
1584
1585
  "IconWaste",
1586
+ "IconWeight",
1585
1587
  "IconWip",
1586
1588
  "IconWreath"
1587
1589
  ]
@@ -3268,6 +3270,7 @@
3268
3270
  "IconWallet2": "wallet-2",
3269
3271
  "IconWallet3": "wallet-3",
3270
3272
  "IconWallet4": "wallet-4",
3273
+ "IconWallet5": "wallet-5",
3271
3274
  "IconWallpaper": "wallpaper, os",
3272
3275
  "IconWardrobe": "wardrobe",
3273
3276
  "IconWarningSign": "warning-sign, attention, coution",
@@ -3277,6 +3280,7 @@
3277
3280
  "IconWebcam": "webcam, camera, view",
3278
3281
  "IconWebflow": "webflow",
3279
3282
  "IconWechat": "wechat",
3283
+ "IconWeight": "weight, scale",
3280
3284
  "IconWhatsapp": "whatsapp",
3281
3285
  "IconWheelchair": "wheelchair, bathroom accessible, toilet, wc",
3282
3286
  "IconWhiteboard": "whiteboard, sketch, forms",
package/index.d.ts CHANGED
@@ -1516,6 +1516,7 @@ export { IconWallet1, default as IconWallet1Default } from "./IconWallet1";
1516
1516
  export { IconWallet2, default as IconWallet2Default } from "./IconWallet2";
1517
1517
  export { IconWallet3, default as IconWallet3Default } from "./IconWallet3";
1518
1518
  export { IconWallet4, default as IconWallet4Default } from "./IconWallet4";
1519
+ export { IconWallet5, default as IconWallet5Default } from "./IconWallet5";
1519
1520
  export { IconWallpaper, default as IconWallpaperDefault, } from "./IconWallpaper";
1520
1521
  export { IconWardrobe, default as IconWardrobeDefault } from "./IconWardrobe";
1521
1522
  export { IconWarningSign, default as IconWarningSignDefault, } from "./IconWarningSign";
@@ -1525,6 +1526,7 @@ export { IconWeb3, default as IconWeb3Default } from "./IconWeb3";
1525
1526
  export { IconWebcam, default as IconWebcamDefault } from "./IconWebcam";
1526
1527
  export { IconWebflow, default as IconWebflowDefault } from "./IconWebflow";
1527
1528
  export { IconWechat, default as IconWechatDefault } from "./IconWechat";
1529
+ export { IconWeight, default as IconWeightDefault } from "./IconWeight";
1528
1530
  export { IconWhatsapp, default as IconWhatsappDefault } from "./IconWhatsapp";
1529
1531
  export { IconWheelchair, default as IconWheelchairDefault, } from "./IconWheelchair";
1530
1532
  export { IconWhiteboard, default as IconWhiteboardDefault, } from "./IconWhiteboard";