@central-icons-react-native/square-filled-radius-0-stroke-1.5 1.1.49 → 1.1.51
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/IconArrowsAllSides21/index.d.ts +4 -0
- package/IconArrowsAllSides21/index.js +2 -0
- package/IconArrowsAllSides21/index.js.map +1 -0
- package/IconArrowsAllSides21/index.mjs +2 -0
- package/IconArrowsAllSides21/index.mjs.map +1 -0
- package/IconPersona/index.d.ts +4 -0
- package/IconPersona/index.js +2 -0
- package/IconPersona/index.js.map +1 -0
- package/IconPersona/index.mjs +2 -0
- package/IconPersona/index.mjs.map +1 -0
- package/IconScanTextSparkle/index.d.ts +4 -0
- package/IconScanTextSparkle/index.js +2 -0
- package/IconScanTextSparkle/index.js.map +1 -0
- package/IconScanTextSparkle/index.mjs +2 -0
- package/IconScanTextSparkle/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +11 -5
- package/index.d.ts +3 -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 +21 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},H=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of c(o))!B.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(C=a(o,e))||C.enumerable});return r};var V=(r,o,n)=>(n=r!=null?u(d(r)):{},H(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>H(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconArrowsAllSides21:()=>m,default:()=>P});module.exports=x(g);var l=V(require("react"));var f=V(require("react")),s=require("react-native-svg"),i=({children:r,size:o=24,...n})=>f.default.createElement(s.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),m=r=>l.default.createElement(i,{...r},l.default.createElement(t.Path,{d:"M4.5 19.5H9V21H3V15H4.5V19.5Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21 21H15V19.5H19.5V15H21V21Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M14 15H8V13.5H14V15Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M16 10.5H8V9H16V10.5Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M9 4.5H4.5V9H3V3H9V4.5Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21 9H19.5V4.5H15V3H21V9Z",fill:"currentColor"})),P=m;0&&(module.exports={IconArrowsAllSides21});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowsAllSides21/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 IconArrowsAllSides21: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M4.5 19.5H9V21H3V15H4.5V19.5Z\" fill=\"currentColor\" />\n <Path d=\"M21 21H15V19.5H19.5V15H21V21Z\" fill=\"currentColor\" />\n <Path d=\"M14 15H8V13.5H14V15Z\" fill=\"currentColor\" />\n <Path d=\"M16 10.5H8V9H16V10.5Z\" fill=\"currentColor\" />\n <Path d=\"M9 4.5H4.5V9H3V3H9V4.5Z\" fill=\"currentColor\" />\n <Path d=\"M21 9H19.5V4.5H15V3H21V9Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsAllSides21;\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,0BAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5D,EAAAA,QAAA,cAAC,QAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5D,EAAAA,QAAA,cAAC,QAAK,EAAE,uBAAuB,KAAK,eAAe,EACnD,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QAAK,EAAE,0BAA0B,KAAK,eAAe,EACtD,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,CAC1D,EAIGE,EAAQJ","names":["IconArrowsAllSides21_exports","__export","IconArrowsAllSides21","IconArrowsAllSides21_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowsAllSides21","props","React","CentralIconBase","IconArrowsAllSides21_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:l,size:o=24,...e})=>p.createElement(C,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},l);import{Path as n}from"react-native-svg";var H=l=>r.createElement(t,{...l},r.createElement(n,{d:"M4.5 19.5H9V21H3V15H4.5V19.5Z",fill:"currentColor"}),r.createElement(n,{d:"M21 21H15V19.5H19.5V15H21V21Z",fill:"currentColor"}),r.createElement(n,{d:"M14 15H8V13.5H14V15Z",fill:"currentColor"}),r.createElement(n,{d:"M16 10.5H8V9H16V10.5Z",fill:"currentColor"}),r.createElement(n,{d:"M9 4.5H4.5V9H3V3H9V4.5Z",fill:"currentColor"}),r.createElement(n,{d:"M21 9H19.5V4.5H15V3H21V9Z",fill:"currentColor"})),B=H;export{H as IconArrowsAllSides21,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowsAllSides21/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 IconArrowsAllSides21: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M4.5 19.5H9V21H3V15H4.5V19.5Z\" fill=\"currentColor\" />\n <Path d=\"M21 21H15V19.5H19.5V15H21V21Z\" fill=\"currentColor\" />\n <Path d=\"M14 15H8V13.5H14V15Z\" fill=\"currentColor\" />\n <Path d=\"M16 10.5H8V9H16V10.5Z\" fill=\"currentColor\" />\n <Path d=\"M9 4.5H4.5V9H3V3H9V4.5Z\" fill=\"currentColor\" />\n <Path d=\"M21 9H19.5V4.5H15V3H21V9Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsAllSides21;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5DG,EAAA,cAACH,EAAA,CAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5DG,EAAA,cAACH,EAAA,CAAK,EAAE,uBAAuB,KAAK,eAAe,EACnDG,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,EACpDG,EAAA,cAACH,EAAA,CAAK,EAAE,0BAA0B,KAAK,eAAe,EACtDG,EAAA,cAACH,EAAA,CAAK,EAAE,4BAA4B,KAAK,eAAe,CAC1D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowsAllSides21","props","React","CentralIconBase","IconArrowsAllSides21_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var e=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var c in o)e(r,c,{get:o[c],enumerable:!0})},f=(r,o,c,t)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!P.call(r,C)&&C!==c&&e(r,C,{get:()=>o[C],enumerable:!(t=s(o,C))||t.enumerable});return r};var i=(r,o,c)=>(c=r!=null?m(I(r)):{},f(o||!r||!r.__esModule?e(c,"default",{value:r,enumerable:!0}):c,r)),v=r=>f(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconPersona:()=>y,default:()=>d});module.exports=v(h);var l=i(require("react"));var p=i(require("react")),u=require("react-native-svg"),x=({children:r,size:o=24,...c})=>p.default.createElement(u.Svg,{...c,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"),y=r=>l.default.createElement(x,{...r},l.default.createElement(n.Path,{d:"M12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2V11Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M12 21H3.67578L3.75293 20.1797C4.15439 15.9096 7.38414 12.5 12 12.5V21Z",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"14.0016",cy:"3.24961",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"14.0016",cy:"6.49961",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17",cy:"5",r:"0.75",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17",cy:"8",r:"0.75",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"14.0016",cy:"9.74961",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"14.0016",cy:"12.9996",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17",cy:"13",r:"0.75",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20",cy:"16.5",r:"0.75",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"14.0016",cy:"16.4996",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"16.4996",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"14.0016",cy:"19.9996",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"19.9996",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20.0016",cy:"19.9996",r:"0.9",fill:"currentColor"})),d=y;0&&(module.exports={IconPersona});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPersona/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2V11Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 21H3.67578L3.75293 20.1797C4.15439 15.9096 7.38414 12.5 12 12.5V21Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"14.0016\" cy=\"3.24961\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"6.49961\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"5\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"8\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"9.74961\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"12.9996\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"13\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"20\" cy=\"16.5\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"16.4996\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"16.4996\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPersona;\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,EAA6B,4BAEhBC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,IAAI,EAAE,OAAO,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,IAAI,EAAE,OAAO,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,OAAO,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EACvD,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAChE,EAIGE,EAAQJ","names":["IconPersona_exports","__export","IconPersona","IconPersona_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import t from"react";import{Svg as f}from"react-native-svg";var c=({children:n,size:l=24,...e})=>t.createElement(f,{...e,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as o,Path as C}from"react-native-svg";var i=n=>r.createElement(c,{...n},r.createElement(C,{d:"M12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2V11Z",fill:"currentColor"}),r.createElement(C,{d:"M12 21H3.67578L3.75293 20.1797C4.15439 15.9096 7.38414 12.5 12 12.5V21Z",fill:"currentColor"}),r.createElement(o,{cx:"14.0016",cy:"3.24961",r:"0.9",fill:"currentColor"}),r.createElement(o,{cx:"14.0016",cy:"6.49961",r:"0.9",fill:"currentColor"}),r.createElement(o,{cx:"17",cy:"5",r:"0.75",fill:"currentColor"}),r.createElement(o,{cx:"17",cy:"8",r:"0.75",fill:"currentColor"}),r.createElement(o,{cx:"14.0016",cy:"9.74961",r:"0.9",fill:"currentColor"}),r.createElement(o,{cx:"14.0016",cy:"12.9996",r:"0.9",fill:"currentColor"}),r.createElement(o,{cx:"17",cy:"13",r:"0.75",fill:"currentColor"}),r.createElement(o,{cx:"20",cy:"16.5",r:"0.75",fill:"currentColor"}),r.createElement(o,{cx:"14.0016",cy:"16.4996",r:"0.9",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"16.4996",r:"0.9",fill:"currentColor"}),r.createElement(o,{cx:"14.0016",cy:"19.9996",r:"0.9",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"19.9996",r:"0.9",fill:"currentColor"}),r.createElement(o,{cx:"20.0016",cy:"19.9996",r:"0.9",fill:"currentColor"})),g=i;export{i as IconPersona,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPersona/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2V11Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 21H3.67578L3.75293 20.1797C4.15439 15.9096 7.38414 12.5 12 12.5V21Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"14.0016\" cy=\"3.24961\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"6.49961\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"5\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"8\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"9.74961\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"12.9996\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"13\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"20\" cy=\"16.5\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"16.4996\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"16.4996\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPersona;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0EACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,IAAI,EAAE,OAAO,KAAK,eAAe,EACpDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,IAAI,EAAE,OAAO,KAAK,eAAe,EACpDI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,OAAO,KAAK,eAAe,EACrDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EACvDI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAChE,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var s=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of c(o))!x.call(r,l)&&l!==n&&p(r,l,{get:()=>o[l],enumerable:!(C=u(o,l))||C.enumerable});return r};var H=(r,o,n)=>(n=r!=null?s(d(r)):{},f(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),I=r=>f(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconScanTextSparkle:()=>i,default:()=>L});module.exports=I(P);var t=H(require("react"));var V=H(require("react")),m=require("react-native-svg"),a=({children:r,size:o=24,...n})=>V.default.createElement(m.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),i=r=>t.default.createElement(a,{...r},t.default.createElement(e.Path,{d:"M4.5 19.5H9V21H3V15H4.5V19.5Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M14 15H8V13.5H14V15Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M16 10.5H8V9H16V10.5Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M9 4.5H4.5V9H3V3H9V4.5Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M21 9H19.5V4.5H15V3H21V9Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z",fill:"currentColor"})),L=i;0&&(module.exports={IconScanTextSparkle});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconScanTextSparkle/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 IconScanTextSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M4.5 19.5H9V21H3V15H4.5V19.5Z\" fill=\"currentColor\" />\n <Path d=\"M14 15H8V13.5H14V15Z\" fill=\"currentColor\" />\n <Path d=\"M16 10.5H8V9H16V10.5Z\" fill=\"currentColor\" />\n <Path d=\"M9 4.5H4.5V9H3V3H9V4.5Z\" fill=\"currentColor\" />\n <Path d=\"M21 9H19.5V4.5H15V3H21V9Z\" fill=\"currentColor\" />\n <Path\n d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScanTextSparkle;\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,yBAAAE,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,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5D,EAAAA,QAAA,cAAC,QAAK,EAAE,uBAAuB,KAAK,eAAe,EACnD,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QAAK,EAAE,0BAA0B,KAAK,eAAe,EACtD,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxD,EAAAA,QAAA,cAAC,QACC,EAAE,wGACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconScanTextSparkle_exports","__export","IconScanTextSparkle","IconScanTextSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconScanTextSparkle","props","React","CentralIconBase","IconScanTextSparkle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:o=24,...l})=>p.createElement(C,{...l,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var f=t=>r.createElement(e,{...t},r.createElement(n,{d:"M4.5 19.5H9V21H3V15H4.5V19.5Z",fill:"currentColor"}),r.createElement(n,{d:"M14 15H8V13.5H14V15Z",fill:"currentColor"}),r.createElement(n,{d:"M16 10.5H8V9H16V10.5Z",fill:"currentColor"}),r.createElement(n,{d:"M9 4.5H4.5V9H3V3H9V4.5Z",fill:"currentColor"}),r.createElement(n,{d:"M21 9H19.5V4.5H15V3H21V9Z",fill:"currentColor"}),r.createElement(n,{d:"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z",fill:"currentColor"})),x=f;export{f as IconScanTextSparkle,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconScanTextSparkle/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 IconScanTextSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M4.5 19.5H9V21H3V15H4.5V19.5Z\" fill=\"currentColor\" />\n <Path d=\"M14 15H8V13.5H14V15Z\" fill=\"currentColor\" />\n <Path d=\"M16 10.5H8V9H16V10.5Z\" fill=\"currentColor\" />\n <Path d=\"M9 4.5H4.5V9H3V3H9V4.5Z\" fill=\"currentColor\" />\n <Path d=\"M21 9H19.5V4.5H15V3H21V9Z\" fill=\"currentColor\" />\n <Path\n d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScanTextSparkle;\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,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5DG,EAAA,cAACH,EAAA,CAAK,EAAE,uBAAuB,KAAK,eAAe,EACnDG,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,EACpDG,EAAA,cAACH,EAAA,CAAK,EAAE,0BAA0B,KAAK,eAAe,EACtDG,EAAA,cAACH,EAAA,CAAK,EAAE,4BAA4B,KAAK,eAAe,EACxDG,EAAA,cAACH,EAAA,CACC,EAAE,wGACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconScanTextSparkle","props","React","CentralIconBase","IconScanTextSparkle_default"]}
|
package/README.md
CHANGED
|
@@ -187,6 +187,7 @@ Below is a complete list of available icons:
|
|
|
187
187
|
- IconPromptTextToImage
|
|
188
188
|
- IconPromptTextToVideo
|
|
189
189
|
- IconRobot
|
|
190
|
+
- IconScanTextSparkle
|
|
190
191
|
- IconSearchIntelligence
|
|
191
192
|
- IconSearchlinesSparkle
|
|
192
193
|
- IconSparkle
|
|
@@ -882,6 +883,7 @@ Below is a complete list of available icons:
|
|
|
882
883
|
- IconArrowRounded
|
|
883
884
|
- IconArrowsAllSides
|
|
884
885
|
- IconArrowsAllSides2
|
|
886
|
+
- IconArrowsAllSides21
|
|
885
887
|
- IconBarcode
|
|
886
888
|
- IconBarsThree
|
|
887
889
|
- IconBarsThree2
|
|
@@ -1167,6 +1169,7 @@ Below is a complete list of available icons:
|
|
|
1167
1169
|
- IconPeopleRemove
|
|
1168
1170
|
- IconPeopleRemove2
|
|
1169
1171
|
- IconPeopleVersus
|
|
1172
|
+
- IconPersona
|
|
1170
1173
|
- IconSteveJobs
|
|
1171
1174
|
- IconStreaming
|
|
1172
1175
|
- IconSurfing
|
package/filtered-icons.json
CHANGED
|
@@ -1568,6 +1568,20 @@
|
|
|
1568
1568
|
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
1569
1569
|
"componentName": "IconArrowsAllSides2"
|
|
1570
1570
|
},
|
|
1571
|
+
{
|
|
1572
|
+
"category": "Interface General",
|
|
1573
|
+
"svg": "<path d=\"M4.5 19.5H9V21H3V15H4.5V19.5Z\" fill=\"currentColor\"/><path d=\"M21 21H15V19.5H19.5V15H21V21Z\" fill=\"currentColor\"/><path d=\"M14 15H8V13.5H14V15Z\" fill=\"currentColor\"/><path d=\"M16 10.5H8V9H16V10.5Z\" fill=\"currentColor\"/><path d=\"M9 4.5H4.5V9H3V3H9V4.5Z\" fill=\"currentColor\"/><path d=\"M21 9H19.5V4.5H15V3H21V9Z\" fill=\"currentColor\"/>",
|
|
1574
|
+
"iconName": "arrows-all-sides-2, scan-text, text, focus, list",
|
|
1575
|
+
"variant": {
|
|
1576
|
+
"join": "square",
|
|
1577
|
+
"filled": "on",
|
|
1578
|
+
"radius": "0",
|
|
1579
|
+
"stroke": "1.5"
|
|
1580
|
+
},
|
|
1581
|
+
"createdAt": "2025-12-02T09:01:54.409183+00:00",
|
|
1582
|
+
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
1583
|
+
"componentName": "IconArrowsAllSides21"
|
|
1584
|
+
},
|
|
1571
1585
|
{
|
|
1572
1586
|
"category": "Arrows",
|
|
1573
1587
|
"svg": "<path d=\"M11.9993 7.75876V2.10547L0.605469 12.0001L11.9993 21.8948V16.255C15.7478 16.3049 17.7737 16.7361 19.0171 17.4096C20.2882 18.0981 20.8255 19.0796 21.5785 20.5855L22.9993 20.2501C22.9993 15.972 22.3811 12.7824 20.4943 10.6859C18.7002 8.69244 15.9139 7.85113 11.9993 7.75876Z\" fill=\"currentColor\"/>",
|
|
@@ -15512,6 +15526,20 @@
|
|
|
15512
15526
|
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
15513
15527
|
"componentName": "IconPerplexity"
|
|
15514
15528
|
},
|
|
15529
|
+
{
|
|
15530
|
+
"category": "People",
|
|
15531
|
+
"svg": "<path d=\"M12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2V11Z\" fill=\"currentColor\"/><path d=\"M12 21H3.67578L3.75293 20.1797C4.15439 15.9096 7.38414 12.5 12 12.5V21Z\" fill=\"currentColor\"/><circle cx=\"14.0016\" cy=\"3.24961\" r=\"0.9\" fill=\"currentColor\"/><circle cx=\"14.0016\" cy=\"6.49961\" r=\"0.9\" fill=\"currentColor\"/><circle cx=\"17\" cy=\"5\" r=\"0.75\" fill=\"currentColor\"/><circle cx=\"17\" cy=\"8\" r=\"0.75\" fill=\"currentColor\"/><circle cx=\"14.0016\" cy=\"9.74961\" r=\"0.9\" fill=\"currentColor\"/><circle cx=\"14.0016\" cy=\"12.9996\" r=\"0.9\" fill=\"currentColor\"/><circle cx=\"17\" cy=\"13\" r=\"0.75\" fill=\"currentColor\"/><circle cx=\"20\" cy=\"16.5\" r=\"0.75\" fill=\"currentColor\"/><circle cx=\"14.0016\" cy=\"16.4996\" r=\"0.9\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"16.4996\" r=\"0.9\" fill=\"currentColor\"/><circle cx=\"14.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\"/><circle cx=\"20.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\"/>",
|
|
15532
|
+
"iconName": "persona, thanos-effect, remove-user, remove-account, blip",
|
|
15533
|
+
"variant": {
|
|
15534
|
+
"join": "square",
|
|
15535
|
+
"filled": "on",
|
|
15536
|
+
"radius": "0",
|
|
15537
|
+
"stroke": "1.5"
|
|
15538
|
+
},
|
|
15539
|
+
"createdAt": "2025-12-01T13:01:49.190957+00:00",
|
|
15540
|
+
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
15541
|
+
"componentName": "IconPersona"
|
|
15542
|
+
},
|
|
15515
15543
|
{
|
|
15516
15544
|
"category": "Things",
|
|
15517
15545
|
"svg": "<path d=\"M11.9998 10C11.0037 10 9.93207 10.577 9.00371 11.3206C8.04675 12.087 7.11832 13.1292 6.39907 14.2638C5.68368 15.3924 5.14215 16.665 5.02391 17.8938C4.90345 19.1457 5.22511 20.3947 6.28684 21.3118C7.06177 21.9812 7.89763 22.12 8.68801 21.9088C9.4135 21.7149 10.0474 21.2406 10.5432 20.8124L10.5706 20.7886L10.5957 20.7624C10.86 20.4852 11.3783 20.2827 12.0168 20.2827C12.6484 20.2827 13.2307 20.4826 13.5779 20.7991L13.5853 20.8058L13.5929 20.8124C14.0694 21.2241 14.673 21.7076 15.368 21.9055C16.147 22.1274 16.9504 21.9703 17.7127 21.3118C18.7745 20.3947 19.0961 19.1457 18.9757 17.8938C18.8574 16.665 18.3159 15.3924 17.6005 14.2638C16.8813 13.1292 15.9528 12.087 14.9959 11.3206C14.0675 10.577 12.9959 10 11.9998 10Z\" fill=\"currentColor\"/><path d=\"M8.92221 2.0017C8.08153 1.96652 7.43487 2.48098 7.04809 3.11307C6.66027 3.74687 6.4692 4.57901 6.50404 5.45672C6.53897 6.33648 6.79667 7.1673 7.21551 7.80428C7.62495 8.42695 8.26406 8.96436 9.07776 8.99841C9.91845 9.03359 10.5651 8.51913 10.9519 7.88704C11.3397 7.25324 11.5308 6.4211 11.4959 5.5434C11.461 4.66364 11.2033 3.83281 10.7845 3.19584C10.375 2.57316 9.73591 2.03576 8.92221 2.0017Z\" fill=\"currentColor\"/><path d=\"M17.4959 5.45672C17.5308 4.57901 17.3397 3.74687 16.9519 3.11307C16.5651 2.48098 15.9184 1.96652 15.0778 2.0017C14.2641 2.03576 13.625 2.57316 13.2155 3.19584C12.7967 3.83281 12.539 4.66364 12.504 5.5434C12.4692 6.4211 12.6603 7.25324 13.0481 7.88704C13.4349 8.51913 14.0815 9.03359 14.9222 8.99841C15.7359 8.96436 16.375 8.42695 16.7845 7.80428C17.2033 7.1673 17.461 6.33648 17.4959 5.45672Z\" fill=\"currentColor\"/><path d=\"M6.90959 8.84499C6.74428 8.03297 6.36893 7.3049 5.86251 6.78687C5.36325 6.27617 4.66017 5.90321 3.88051 6.02229C3.08675 6.14351 2.54755 6.7224 2.26783 7.3789C1.9876 8.03663 1.92525 8.84482 2.09033 9.65576C2.25564 10.4678 2.631 11.1958 3.13742 11.7139C3.63668 12.2246 4.33976 12.5975 5.11941 12.4785C5.91317 12.3572 6.45237 11.7783 6.73209 11.1218C7.01233 10.4641 7.07467 9.65593 6.90959 8.84499Z\" fill=\"currentColor\"/><path d=\"M20.1194 6.02229C19.3398 5.90321 18.6367 6.27617 18.1374 6.78687C17.631 7.3049 17.2556 8.03297 17.0903 8.84499C16.9252 9.65593 16.9876 10.4641 17.2678 11.1218C17.5475 11.7783 18.0868 12.3572 18.8805 12.4785C19.6602 12.5975 20.3632 12.2246 20.8625 11.7139C21.3689 11.1958 21.7443 10.4678 21.9096 9.65576C22.0747 8.84482 22.0123 8.03663 21.7321 7.3789C21.4524 6.7224 20.9132 6.14351 20.1194 6.02229Z\" fill=\"currentColor\"/>",
|
|
@@ -17318,6 +17346,20 @@
|
|
|
17318
17346
|
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
17319
17347
|
"componentName": "IconSatellite2"
|
|
17320
17348
|
},
|
|
17349
|
+
{
|
|
17350
|
+
"category": "AI & Magic",
|
|
17351
|
+
"svg": "<path d=\"M4.5 19.5H9V21H3V15H4.5V19.5Z\" fill=\"currentColor\"/><path d=\"M14 15H8V13.5H14V15Z\" fill=\"currentColor\"/><path d=\"M16 10.5H8V9H16V10.5Z\" fill=\"currentColor\"/><path d=\"M9 4.5H4.5V9H3V3H9V4.5Z\" fill=\"currentColor\"/><path d=\"M21 9H19.5V4.5H15V3H21V9Z\" fill=\"currentColor\"/><path d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\" fill=\"currentColor\"/>",
|
|
17352
|
+
"iconName": "scan-text-sparkle, scan, arrows-all-sides,focus, list",
|
|
17353
|
+
"variant": {
|
|
17354
|
+
"join": "square",
|
|
17355
|
+
"filled": "on",
|
|
17356
|
+
"radius": "0",
|
|
17357
|
+
"stroke": "1.5"
|
|
17358
|
+
},
|
|
17359
|
+
"createdAt": "2025-12-02T09:01:54.409183+00:00",
|
|
17360
|
+
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
17361
|
+
"componentName": "IconScanTextSparkle"
|
|
17362
|
+
},
|
|
17321
17363
|
{
|
|
17322
17364
|
"category": "Building",
|
|
17323
17365
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 4H18V18.5H19V8H22V18.5H23V20H1V18.5H2V8H5V18.5H6V4ZM14 18.5V15H10V18.5H14Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -111,6 +111,7 @@ export type CentralIconName =
|
|
|
111
111
|
| "IconArrowRounded"
|
|
112
112
|
| "IconArrowsAllSides"
|
|
113
113
|
| "IconArrowsAllSides2"
|
|
114
|
+
| "IconArrowsAllSides21"
|
|
114
115
|
| "IconArrowShareLeft"
|
|
115
116
|
| "IconArrowShareRight"
|
|
116
117
|
| "IconArrowSplit"
|
|
@@ -1107,6 +1108,7 @@ export type CentralIconName =
|
|
|
1107
1108
|
| "IconPeopleVersus"
|
|
1108
1109
|
| "IconPercent"
|
|
1109
1110
|
| "IconPerplexity"
|
|
1111
|
+
| "IconPersona"
|
|
1110
1112
|
| "IconPets"
|
|
1111
1113
|
| "IconPhone"
|
|
1112
1114
|
| "IconPhoneDynamicIsland"
|
|
@@ -1236,6 +1238,7 @@ export type CentralIconName =
|
|
|
1236
1238
|
| "IconSandbox"
|
|
1237
1239
|
| "IconSatellite1"
|
|
1238
1240
|
| "IconSatellite2"
|
|
1241
|
+
| "IconScanTextSparkle"
|
|
1239
1242
|
| "IconSchool"
|
|
1240
1243
|
| "IconScissors1"
|
|
1241
1244
|
| "IconScissors2"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.51",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1.5/IconHome';",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1613,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 62,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAppleIntelligenceIcon",
|
|
20
20
|
"IconBag2Sparkle",
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"IconPromptTextToImage",
|
|
58
58
|
"IconPromptTextToVideo",
|
|
59
59
|
"IconRobot",
|
|
60
|
+
"IconScanTextSparkle",
|
|
60
61
|
"IconSearchIntelligence",
|
|
61
62
|
"IconSearchlinesSparkle",
|
|
62
63
|
"IconSparkle",
|
|
@@ -773,7 +774,7 @@
|
|
|
773
774
|
]
|
|
774
775
|
},
|
|
775
776
|
"Interface General": {
|
|
776
|
-
"count":
|
|
777
|
+
"count": 172,
|
|
777
778
|
"icons": [
|
|
778
779
|
"IconAnchor1",
|
|
779
780
|
"IconAnchor2",
|
|
@@ -786,6 +787,7 @@
|
|
|
786
787
|
"IconArrowRounded",
|
|
787
788
|
"IconArrowsAllSides",
|
|
788
789
|
"IconArrowsAllSides2",
|
|
790
|
+
"IconArrowsAllSides21",
|
|
789
791
|
"IconBarcode",
|
|
790
792
|
"IconBarsThree",
|
|
791
793
|
"IconBarsThree2",
|
|
@@ -1056,7 +1058,7 @@
|
|
|
1056
1058
|
]
|
|
1057
1059
|
},
|
|
1058
1060
|
"People": {
|
|
1059
|
-
"count":
|
|
1061
|
+
"count": 32,
|
|
1060
1062
|
"icons": [
|
|
1061
1063
|
"IconAura",
|
|
1062
1064
|
"IconBathMan1",
|
|
@@ -1081,6 +1083,7 @@
|
|
|
1081
1083
|
"IconPeopleRemove",
|
|
1082
1084
|
"IconPeopleRemove2",
|
|
1083
1085
|
"IconPeopleVersus",
|
|
1086
|
+
"IconPersona",
|
|
1084
1087
|
"IconSteveJobs",
|
|
1085
1088
|
"IconStreaming",
|
|
1086
1089
|
"IconSurfing",
|
|
@@ -1912,6 +1915,7 @@
|
|
|
1912
1915
|
"IconArrowRounded": "arrow-rounded, share, arrow, login",
|
|
1913
1916
|
"IconArrowsAllSides": "arrows-all-sides, move, focus",
|
|
1914
1917
|
"IconArrowsAllSides2": "arrows-all-sides-2, scan, move, focus",
|
|
1918
|
+
"IconArrowsAllSides21": "arrows-all-sides-2, scan-text, text, focus, list",
|
|
1915
1919
|
"IconArrowShareLeft": "arrow-share-left, back, last, reply",
|
|
1916
1920
|
"IconArrowShareRight": "arrow-share-right, next, forward",
|
|
1917
1921
|
"IconArrowSplit": "arrow-split, rules, direction, split",
|
|
@@ -2908,6 +2912,7 @@
|
|
|
2908
2912
|
"IconPeopleVersus": "people-versus, vs, match, 1v1",
|
|
2909
2913
|
"IconPercent": "percent, sales",
|
|
2910
2914
|
"IconPerplexity": "perplexity",
|
|
2915
|
+
"IconPersona": "persona, thanos-effect, remove-user, remove-account, blip",
|
|
2911
2916
|
"IconPets": "pets, paw, animal",
|
|
2912
2917
|
"IconPhone": "phone, iphone, mobile",
|
|
2913
2918
|
"IconPhoneDynamicIsland": "phone-dynamic-island",
|
|
@@ -3037,6 +3042,7 @@
|
|
|
3037
3042
|
"IconSandbox": "sandbox, playground",
|
|
3038
3043
|
"IconSatellite1": "satellite-1, radar, feed",
|
|
3039
3044
|
"IconSatellite2": "satellite-2, radar, feed",
|
|
3045
|
+
"IconScanTextSparkle": "scan-text-sparkle, scan, arrows-all-sides, focus, list",
|
|
3040
3046
|
"IconSchool": "school, building",
|
|
3041
3047
|
"IconScissors1": "scissors-1, cut",
|
|
3042
3048
|
"IconScissors2": "scissors-2, cut",
|
package/index.d.ts
CHANGED
|
@@ -135,6 +135,7 @@ export { IconArrowWallRight, default as IconArrowWallRightDefault, } from "./Ico
|
|
|
135
135
|
export { IconArrowWallUp, default as IconArrowWallUpDefault, } from "./IconArrowWallUp";
|
|
136
136
|
export { IconArrowsAllSides, default as IconArrowsAllSidesDefault, } from "./IconArrowsAllSides";
|
|
137
137
|
export { IconArrowsAllSides2, default as IconArrowsAllSides2Default, } from "./IconArrowsAllSides2";
|
|
138
|
+
export { IconArrowsAllSides21, default as IconArrowsAllSides21Default, } from "./IconArrowsAllSides21";
|
|
138
139
|
export { IconArrowsRepeat, default as IconArrowsRepeatDefault, } from "./IconArrowsRepeat";
|
|
139
140
|
export { IconArrowsRepeatCircle, default as IconArrowsRepeatCircleDefault, } from "./IconArrowsRepeatCircle";
|
|
140
141
|
export { IconArrowsRepeatLeftRight, default as IconArrowsRepeatLeftRightDefault, } from "./IconArrowsRepeatLeftRight";
|
|
@@ -1106,6 +1107,7 @@ export { IconPeopleRemove2, default as IconPeopleRemove2Default, } from "./IconP
|
|
|
1106
1107
|
export { IconPeopleVersus, default as IconPeopleVersusDefault, } from "./IconPeopleVersus";
|
|
1107
1108
|
export { IconPercent, default as IconPercentDefault } from "./IconPercent";
|
|
1108
1109
|
export { IconPerplexity, default as IconPerplexityDefault, } from "./IconPerplexity";
|
|
1110
|
+
export { IconPersona, default as IconPersonaDefault } from "./IconPersona";
|
|
1109
1111
|
export { IconPets, default as IconPetsDefault } from "./IconPets";
|
|
1110
1112
|
export { IconPhone, default as IconPhoneDefault } from "./IconPhone";
|
|
1111
1113
|
export { IconPhoneDynamicIsland, default as IconPhoneDynamicIslandDefault, } from "./IconPhoneDynamicIsland";
|
|
@@ -1235,6 +1237,7 @@ export { IconSafeSimple, default as IconSafeSimpleDefault, } from "./IconSafeSim
|
|
|
1235
1237
|
export { IconSandbox, default as IconSandboxDefault } from "./IconSandbox";
|
|
1236
1238
|
export { IconSatellite1, default as IconSatellite1Default, } from "./IconSatellite1";
|
|
1237
1239
|
export { IconSatellite2, default as IconSatellite2Default, } from "./IconSatellite2";
|
|
1240
|
+
export { IconScanTextSparkle, default as IconScanTextSparkleDefault, } from "./IconScanTextSparkle";
|
|
1238
1241
|
export { IconSchool, default as IconSchoolDefault } from "./IconSchool";
|
|
1239
1242
|
export { IconScissors1, default as IconScissors1Default, } from "./IconScissors1";
|
|
1240
1243
|
export { IconScissors2, default as IconScissors2Default, } from "./IconScissors2";
|