@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.50 → 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconArrowsAllSides21: FC<CentralIconBaseProps>;
4
+ export default IconArrowsAllSides21;
@@ -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:"M5 19H9V21H3V15H5V19Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21 21H15V19H19V15H21V21Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M14 15H8V13H14V15Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M16 11H8V9H16V11Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M9 5H5V9H3V3H9V5Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21 9H19V5H15V3H21V9Z",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=\"M5 19H9V21H3V15H5V19Z\" fill=\"currentColor\" />\n <Path d=\"M21 21H15V19H19V15H21V21Z\" fill=\"currentColor\" />\n <Path d=\"M14 15H8V13H14V15Z\" fill=\"currentColor\" />\n <Path d=\"M16 11H8V9H16V11Z\" fill=\"currentColor\" />\n <Path d=\"M9 5H5V9H3V3H9V5Z\" fill=\"currentColor\" />\n <Path d=\"M21 9H19V5H15V3H21V9Z\" 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,wBAAwB,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,CACtD,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:"M5 19H9V21H3V15H5V19Z",fill:"currentColor"}),r.createElement(n,{d:"M21 21H15V19H19V15H21V21Z",fill:"currentColor"}),r.createElement(n,{d:"M14 15H8V13H14V15Z",fill:"currentColor"}),r.createElement(n,{d:"M16 11H8V9H16V11Z",fill:"currentColor"}),r.createElement(n,{d:"M9 5H5V9H3V3H9V5Z",fill:"currentColor"}),r.createElement(n,{d:"M21 9H19V5H15V3H21V9Z",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=\"M5 19H9V21H3V15H5V19Z\" fill=\"currentColor\" />\n <Path d=\"M21 21H15V19H19V15H21V21Z\" fill=\"currentColor\" />\n <Path d=\"M14 15H8V13H14V15Z\" fill=\"currentColor\" />\n <Path d=\"M16 11H8V9H16V11Z\" fill=\"currentColor\" />\n <Path d=\"M9 5H5V9H3V3H9V5Z\" fill=\"currentColor\" />\n <Path d=\"M21 9H19V5H15V3H21V9Z\" 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,wBAAwB,KAAK,eAAe,EACpDG,EAAA,cAACH,EAAA,CAAK,EAAE,4BAA4B,KAAK,eAAe,EACxDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,CACtD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowsAllSides21","props","React","CentralIconBase","IconArrowsAllSides21_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconScanTextSparkle: FC<CentralIconBaseProps>;
4
+ export default IconScanTextSparkle;
@@ -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:"M5 19H9V21H3V15H5V19Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M14 15H8V13H14V15Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M16 11H8V9H16V11Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M9 5H5V9H3V3H9V5Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M21 9H19V5H15V3H21V9Z",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=\"M5 19H9V21H3V15H5V19Z\" fill=\"currentColor\" />\n <Path d=\"M14 15H8V13H14V15Z\" fill=\"currentColor\" />\n <Path d=\"M16 11H8V9H16V11Z\" fill=\"currentColor\" />\n <Path d=\"M9 5H5V9H3V3H9V5Z\" fill=\"currentColor\" />\n <Path d=\"M21 9H19V5H15V3H21V9Z\" 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,wBAAwB,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,EACpD,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:"M5 19H9V21H3V15H5V19Z",fill:"currentColor"}),r.createElement(n,{d:"M14 15H8V13H14V15Z",fill:"currentColor"}),r.createElement(n,{d:"M16 11H8V9H16V11Z",fill:"currentColor"}),r.createElement(n,{d:"M9 5H5V9H3V3H9V5Z",fill:"currentColor"}),r.createElement(n,{d:"M21 9H19V5H15V3H21V9Z",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=\"M5 19H9V21H3V15H5V19Z\" fill=\"currentColor\" />\n <Path d=\"M14 15H8V13H14V15Z\" fill=\"currentColor\" />\n <Path d=\"M16 11H8V9H16V11Z\" fill=\"currentColor\" />\n <Path d=\"M9 5H5V9H3V3H9V5Z\" fill=\"currentColor\" />\n <Path d=\"M21 9H19V5H15V3H21V9Z\" 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,wBAAwB,KAAK,eAAe,EACpDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,EACpDG,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
@@ -1568,6 +1568,20 @@
1568
1568
  "packageName": "square-filled-radius-0-stroke-2",
1569
1569
  "componentName": "IconArrowsAllSides2"
1570
1570
  },
1571
+ {
1572
+ "category": "Interface General",
1573
+ "svg": "<path d=\"M5 19H9V21H3V15H5V19Z\" fill=\"currentColor\"/><path d=\"M21 21H15V19H19V15H21V21Z\" fill=\"currentColor\"/><path d=\"M14 15H8V13H14V15Z\" fill=\"currentColor\"/><path d=\"M16 11H8V9H16V11Z\" fill=\"currentColor\"/><path d=\"M9 5H5V9H3V3H9V5Z\" fill=\"currentColor\"/><path d=\"M21 9H19V5H15V3H21V9Z\" 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": "2"
1580
+ },
1581
+ "createdAt": "2025-12-02T09:01:54.409183+00:00",
1582
+ "packageName": "square-filled-radius-0-stroke-2",
1583
+ "componentName": "IconArrowsAllSides21"
1584
+ },
1571
1585
  {
1572
1586
  "category": "Arrows",
1573
1587
  "svg": "<path d=\"M11.9993 7.51462V1.77344L0.494141 12.0003L11.9993 22.2271V16.4791C15.3541 16.4431 17.2714 16.8169 18.4896 17.426C19.7526 18.0574 20.3801 18.9978 21.1049 20.4475L22.9993 20.0003C22.9993 15.716 22.3849 12.4932 20.4187 10.3814C18.5906 8.41778 15.7988 7.62727 11.9993 7.51462Z\" fill=\"currentColor\"/>",
@@ -17332,6 +17346,20 @@
17332
17346
  "packageName": "square-filled-radius-0-stroke-2",
17333
17347
  "componentName": "IconSatellite2"
17334
17348
  },
17349
+ {
17350
+ "category": "AI & Magic",
17351
+ "svg": "<path d=\"M5 19H9V21H3V15H5V19Z\" fill=\"currentColor\"/><path d=\"M14 15H8V13H14V15Z\" fill=\"currentColor\"/><path d=\"M16 11H8V9H16V11Z\" fill=\"currentColor\"/><path d=\"M9 5H5V9H3V3H9V5Z\" fill=\"currentColor\"/><path d=\"M21 9H19V5H15V3H21V9Z\" 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": "2"
17358
+ },
17359
+ "createdAt": "2025-12-02T09:01:54.409183+00:00",
17360
+ "packageName": "square-filled-radius-0-stroke-2",
17361
+ "componentName": "IconScanTextSparkle"
17362
+ },
17335
17363
  {
17336
17364
  "category": "Building",
17337
17365
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 4H18V18H19V8H22V18H23V20H1V18H2V8H5V18H6V4ZM14 18V15H10V18H14Z\" 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"
@@ -1237,6 +1238,7 @@ export type CentralIconName =
1237
1238
  | "IconSandbox"
1238
1239
  | "IconSatellite1"
1239
1240
  | "IconSatellite2"
1241
+ | "IconScanTextSparkle"
1240
1242
  | "IconSchool"
1241
1243
  | "IconScissors1"
1242
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-2",
3
- "version": "1.1.50",
3
+ "version": "1.1.51",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-2/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": 1611,
14
+ "totalIcons": 1613,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 61,
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": 171,
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",
@@ -1913,6 +1915,7 @@
1913
1915
  "IconArrowRounded": "arrow-rounded, share, arrow, login",
1914
1916
  "IconArrowsAllSides": "arrows-all-sides, move, focus",
1915
1917
  "IconArrowsAllSides2": "arrows-all-sides-2, scan, move, focus",
1918
+ "IconArrowsAllSides21": "arrows-all-sides-2, scan-text, text, focus, list",
1916
1919
  "IconArrowShareLeft": "arrow-share-left, back, last, reply",
1917
1920
  "IconArrowShareRight": "arrow-share-right, next, forward",
1918
1921
  "IconArrowSplit": "arrow-split, rules, direction, split",
@@ -3039,6 +3042,7 @@
3039
3042
  "IconSandbox": "sandbox, playground",
3040
3043
  "IconSatellite1": "satellite-1, radar, feed",
3041
3044
  "IconSatellite2": "satellite-2, radar, feed",
3045
+ "IconScanTextSparkle": "scan-text-sparkle, scan, arrows-all-sides, focus, list",
3042
3046
  "IconSchool": "school, building",
3043
3047
  "IconScissors1": "scissors-1, cut",
3044
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";
@@ -1236,6 +1237,7 @@ export { IconSafeSimple, default as IconSafeSimpleDefault, } from "./IconSafeSim
1236
1237
  export { IconSandbox, default as IconSandboxDefault } from "./IconSandbox";
1237
1238
  export { IconSatellite1, default as IconSatellite1Default, } from "./IconSatellite1";
1238
1239
  export { IconSatellite2, default as IconSatellite2Default, } from "./IconSatellite2";
1240
+ export { IconScanTextSparkle, default as IconScanTextSparkleDefault, } from "./IconScanTextSparkle";
1239
1241
  export { IconSchool, default as IconSchoolDefault } from "./IconSchool";
1240
1242
  export { IconScissors1, default as IconScissors1Default, } from "./IconScissors1";
1241
1243
  export { IconScissors2, default as IconScissors2Default, } from "./IconScissors2";