@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.70 → 1.1.71
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/IconScanCode/index.d.ts +4 -0
- package/IconScanCode/index.js +2 -0
- package/IconScanCode/index.js.map +1 -0
- package/IconScanCode/index.mjs +2 -0
- package/IconScanCode/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -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 +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var e=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var M=Object.getPrototypeOf,Z=Object.prototype.hasOwnProperty;var a=(r,o)=>{for(var l in o)e(r,l,{get:o[l],enumerable:!0})},f=(r,o,l,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of c(o))!Z.call(r,t)&&t!==l&&e(r,t,{get:()=>o[t],enumerable:!(p=s(o,t))||p.enumerable});return r};var H=(r,o,l)=>(l=r!=null?d(M(r)):{},f(o||!r||!r.__esModule?e(l,"default",{value:r,enumerable:!0}):l,r)),B=r=>f(e({},"__esModule",{value:!0}),r);var x={};a(x,{IconScanCode:()=>m,default:()=>I});module.exports=B(x);var C=H(require("react"));var V=H(require("react")),i=require("react-native-svg"),u=({children:r,size:o=24,...l})=>V.default.createElement(i.Svg,{...l,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),m=r=>C.default.createElement(u,{...r},C.default.createElement(n.Path,{d:"M3.5 15C3.77614 15 4 15.2239 4 15.5V19.5C4.00001 19.7761 4.22386 20 4.5 20H8.5C8.77614 20 9 20.2239 9 20.5C8.99997 20.7761 8.77612 21 8.5 21H4.5C3.67158 21 3.00001 20.3284 3 19.5V15.5C3 15.2239 3.22386 15 3.5 15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M20.5 15C20.7761 15 21 15.2239 21 15.5V19.5C21 20.3284 20.3284 21 19.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H19.5C19.7761 20 20 19.7761 20 19.5V15.5C20 15.2239 20.2239 15 20.5 15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M8 15H7V9H8V15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M11 15H9V9H11V15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M13 15H12V9H13V15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M15 15H14V9H15V15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M17 15H16V9H17V15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H4.5C4.22386 4 4 4.22386 4 4.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V4.5C3 3.67157 3.67157 3 4.5 3H8.5Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M19.5 3C20.3284 3 21 3.67157 21 4.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V4.5C20 4.22386 19.7761 4 19.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H19.5Z",fill:"currentColor"})),I=m;0&&(module.exports={IconScanCode});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconScanCode/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 IconScanCode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 15C3.77614 15 4 15.2239 4 15.5V19.5C4.00001 19.7761 4.22386 20 4.5 20H8.5C8.77614 20 9 20.2239 9 20.5C8.99997 20.7761 8.77612 21 8.5 21H4.5C3.67158 21 3.00001 20.3284 3 19.5V15.5C3 15.2239 3.22386 15 3.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 15C20.7761 15 21 15.2239 21 15.5V19.5C21 20.3284 20.3284 21 19.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H19.5C19.7761 20 20 19.7761 20 19.5V15.5C20 15.2239 20.2239 15 20.5 15Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M8 15H7V9H8V15Z\" fill=\"currentColor\" />\n <Path d=\"M11 15H9V9H11V15Z\" fill=\"currentColor\" />\n <Path d=\"M13 15H12V9H13V15Z\" fill=\"currentColor\" />\n <Path d=\"M15 15H14V9H15V15Z\" fill=\"currentColor\" />\n <Path d=\"M17 15H16V9H17V15Z\" fill=\"currentColor\" />\n <Path\n d=\"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H4.5C4.22386 4 4 4.22386 4 4.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V4.5C3 3.67157 3.67157 3 4.5 3H8.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.5 3C20.3284 3 21 3.67157 21 4.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V4.5C20 4.22386 19.7761 4 19.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H19.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScanCode;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9C,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QACC,EAAE,sLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qMACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconScanCode_exports","__export","IconScanCode","IconScanCode_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconScanCode","props","React","CentralIconBase","IconScanCode_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import e from"react";import{Svg as p}from"react-native-svg";var n=({children:l,size:C=24,...t})=>e.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},l);import{Path as o}from"react-native-svg";var f=l=>r.createElement(n,{...l},r.createElement(o,{d:"M3.5 15C3.77614 15 4 15.2239 4 15.5V19.5C4.00001 19.7761 4.22386 20 4.5 20H8.5C8.77614 20 9 20.2239 9 20.5C8.99997 20.7761 8.77612 21 8.5 21H4.5C3.67158 21 3.00001 20.3284 3 19.5V15.5C3 15.2239 3.22386 15 3.5 15Z",fill:"currentColor"}),r.createElement(o,{d:"M20.5 15C20.7761 15 21 15.2239 21 15.5V19.5C21 20.3284 20.3284 21 19.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H19.5C19.7761 20 20 19.7761 20 19.5V15.5C20 15.2239 20.2239 15 20.5 15Z",fill:"currentColor"}),r.createElement(o,{d:"M8 15H7V9H8V15Z",fill:"currentColor"}),r.createElement(o,{d:"M11 15H9V9H11V15Z",fill:"currentColor"}),r.createElement(o,{d:"M13 15H12V9H13V15Z",fill:"currentColor"}),r.createElement(o,{d:"M15 15H14V9H15V15Z",fill:"currentColor"}),r.createElement(o,{d:"M17 15H16V9H17V15Z",fill:"currentColor"}),r.createElement(o,{d:"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H4.5C4.22386 4 4 4.22386 4 4.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V4.5C3 3.67157 3.67157 3 4.5 3H8.5Z",fill:"currentColor"}),r.createElement(o,{d:"M19.5 3C20.3284 3 21 3.67157 21 4.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V4.5C20 4.22386 19.7761 4 19.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H19.5Z",fill:"currentColor"})),Z=f;export{f as IconScanCode,Z as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconScanCode/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 IconScanCode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 15C3.77614 15 4 15.2239 4 15.5V19.5C4.00001 19.7761 4.22386 20 4.5 20H8.5C8.77614 20 9 20.2239 9 20.5C8.99997 20.7761 8.77612 21 8.5 21H4.5C3.67158 21 3.00001 20.3284 3 19.5V15.5C3 15.2239 3.22386 15 3.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 15C20.7761 15 21 15.2239 21 15.5V19.5C21 20.3284 20.3284 21 19.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H19.5C19.7761 20 20 19.7761 20 19.5V15.5C20 15.2239 20.2239 15 20.5 15Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M8 15H7V9H8V15Z\" fill=\"currentColor\" />\n <Path d=\"M11 15H9V9H11V15Z\" fill=\"currentColor\" />\n <Path d=\"M13 15H12V9H13V15Z\" fill=\"currentColor\" />\n <Path d=\"M15 15H14V9H15V15Z\" fill=\"currentColor\" />\n <Path d=\"M17 15H16V9H17V15Z\" fill=\"currentColor\" />\n <Path\n d=\"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H4.5C4.22386 4 4 4.22386 4 4.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V4.5C3 3.67157 3.67157 3 4.5 3H8.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.5 3C20.3284 3 21 3.67157 21 4.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V4.5C20 4.22386 19.7761 4 19.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H19.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScanCode;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9CG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CACC,EAAE,sLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qMACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconScanCode","props","React","CentralIconBase","IconScanCode_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -17640,6 +17640,20 @@
|
|
|
17640
17640
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
17641
17641
|
"componentName": "IconSatellite2"
|
|
17642
17642
|
},
|
|
17643
|
+
{
|
|
17644
|
+
"category": "Interface General",
|
|
17645
|
+
"svg": "<path d=\"M3.5 15C3.77614 15 4 15.2239 4 15.5V19.5C4.00001 19.7761 4.22386 20 4.5 20H8.5C8.77614 20 9 20.2239 9 20.5C8.99997 20.7761 8.77612 21 8.5 21H4.5C3.67158 21 3.00001 20.3284 3 19.5V15.5C3 15.2239 3.22386 15 3.5 15Z\" fill=\"currentColor\"/><path d=\"M20.5 15C20.7761 15 21 15.2239 21 15.5V19.5C21 20.3284 20.3284 21 19.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H19.5C19.7761 20 20 19.7761 20 19.5V15.5C20 15.2239 20.2239 15 20.5 15Z\" fill=\"currentColor\"/><path d=\"M8 15H7V9H8V15Z\" fill=\"currentColor\"/><path d=\"M11 15H9V9H11V15Z\" fill=\"currentColor\"/><path d=\"M13 15H12V9H13V15Z\" fill=\"currentColor\"/><path d=\"M15 15H14V9H15V15Z\" fill=\"currentColor\"/><path d=\"M17 15H16V9H17V15Z\" fill=\"currentColor\"/><path d=\"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H4.5C4.22386 4 4 4.22386 4 4.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V4.5C3 3.67157 3.67157 3 4.5 3H8.5Z\" fill=\"currentColor\"/><path d=\"M19.5 3C20.3284 3 21 3.67157 21 4.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V4.5C20 4.22386 19.7761 4 19.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H19.5Z\" fill=\"currentColor\"/>",
|
|
17646
|
+
"iconName": "scan-code, barcode",
|
|
17647
|
+
"variant": {
|
|
17648
|
+
"join": "round",
|
|
17649
|
+
"filled": "on",
|
|
17650
|
+
"radius": "2",
|
|
17651
|
+
"stroke": "1"
|
|
17652
|
+
},
|
|
17653
|
+
"createdAt": "2025-12-17T15:02:15.240621+00:00",
|
|
17654
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
17655
|
+
"componentName": "IconScanCode"
|
|
17656
|
+
},
|
|
17643
17657
|
{
|
|
17644
17658
|
"category": "AI & Magic",
|
|
17645
17659
|
"svg": "<path d=\"M3.5 15C3.77614 15 4 15.2239 4 15.5V18.5C4 19.3284 4.67157 20 5.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H5.5C4.11929 21 3 19.8807 3 18.5V15.5C3 15.2239 3.22386 15 3.5 15Z\" fill=\"currentColor\"/><path d=\"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z\" fill=\"currentColor\"/><path d=\"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z\" fill=\"currentColor\"/><path d=\"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H5.5C4.67157 4 4 4.67157 4 5.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V5.5C3 4.11929 4.11929 3 5.5 3H8.5Z\" fill=\"currentColor\"/><path d=\"M18.5 3C19.8807 3 21 4.11929 21 5.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V5.5C20 4.67157 19.3284 4 18.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H18.5Z\" fill=\"currentColor\"/><path d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.71",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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":
|
|
14
|
+
"totalIcons": 1645,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 63,
|
|
@@ -799,7 +799,7 @@
|
|
|
799
799
|
]
|
|
800
800
|
},
|
|
801
801
|
"Interface General": {
|
|
802
|
-
"count":
|
|
802
|
+
"count": 175,
|
|
803
803
|
"icons": [
|
|
804
804
|
"IconAnchor1",
|
|
805
805
|
"IconAnchor2",
|
|
@@ -924,6 +924,7 @@
|
|
|
924
924
|
"IconQrCode",
|
|
925
925
|
"IconQuickSearch",
|
|
926
926
|
"IconReview",
|
|
927
|
+
"IconScanCode",
|
|
927
928
|
"IconSearchMenu",
|
|
928
929
|
"IconSearchOptions",
|
|
929
930
|
"IconShapesPlusXSquareCircle",
|
|
@@ -3094,6 +3095,7 @@
|
|
|
3094
3095
|
"IconSandbox": "sandbox, playground",
|
|
3095
3096
|
"IconSatellite1": "satellite-1, radar, feed",
|
|
3096
3097
|
"IconSatellite2": "satellite-2, radar, feed",
|
|
3098
|
+
"IconScanCode": "scan-code, barcode",
|
|
3097
3099
|
"IconScanTextSparkle": "scan-text-sparkle, scan, arrows-all-sides, focus, list",
|
|
3098
3100
|
"IconSchool": "school, building",
|
|
3099
3101
|
"IconScissors1": "scissors-1, cut",
|
package/index.d.ts
CHANGED
|
@@ -1258,6 +1258,7 @@ export { IconSafeSimple, default as IconSafeSimpleDefault, } from "./IconSafeSim
|
|
|
1258
1258
|
export { IconSandbox, default as IconSandboxDefault } from "./IconSandbox";
|
|
1259
1259
|
export { IconSatellite1, default as IconSatellite1Default, } from "./IconSatellite1";
|
|
1260
1260
|
export { IconSatellite2, default as IconSatellite2Default, } from "./IconSatellite2";
|
|
1261
|
+
export { IconScanCode, default as IconScanCodeDefault } from "./IconScanCode";
|
|
1261
1262
|
export { IconScanTextSparkle, default as IconScanTextSparkleDefault, } from "./IconScanTextSparkle";
|
|
1262
1263
|
export { IconSchool, default as IconSchoolDefault } from "./IconSchool";
|
|
1263
1264
|
export { IconScissors1, default as IconScissors1Default, } from "./IconScissors1";
|