@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.50 → 1.1.52
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/IconArrowsZoom/index.d.ts +4 -0
- package/IconArrowsZoom/index.js +2 -0
- package/IconArrowsZoom/index.js.map +1 -0
- package/IconArrowsZoom/index.mjs +2 -0
- package/IconArrowsZoom/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/IconVectorAnchorPointAsymmetric/index.d.ts +4 -0
- package/IconVectorAnchorPointAsymmetric/index.js +2 -0
- package/IconVectorAnchorPointAsymmetric/index.js.map +1 -0
- package/IconVectorAnchorPointAsymmetric/index.mjs +2 -0
- package/IconVectorAnchorPointAsymmetric/index.mjs.map +1 -0
- package/IconVectorAnchorPointDisconnected/index.d.ts +4 -0
- package/IconVectorAnchorPointDisconnected/index.js +2 -0
- package/IconVectorAnchorPointDisconnected/index.js.map +1 -0
- package/IconVectorAnchorPointDisconnected/index.mjs +2 -0
- package/IconVectorAnchorPointDisconnected/index.mjs.map +1 -0
- package/IconVectorAnchorPointStraight/index.d.ts +4 -0
- package/IconVectorAnchorPointStraight/index.js +2 -0
- package/IconVectorAnchorPointStraight/index.js.map +1 -0
- package/IconVectorAnchorPointStraight/index.mjs +2 -0
- package/IconVectorAnchorPointStraight/index.mjs.map +1 -0
- package/IconVectorAnchorPointStraight1/index.d.ts +4 -0
- package/IconVectorAnchorPointStraight1/index.js +2 -0
- package/IconVectorAnchorPointStraight1/index.js.map +1 -0
- package/IconVectorAnchorPointStraight1/index.mjs +2 -0
- package/IconVectorAnchorPointStraight1/index.mjs.map +1 -0
- package/README.md +7 -0
- package/filtered-icons.json +98 -0
- package/icons/index.d.ts +7 -0
- package/icons-index.json +20 -6
- package/index.d.ts +7 -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 +49 -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 20H9V21H3V15H4V20Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21 21H15V20H20V15H21V21Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M13.5 14.75H8.5V13.75H13.5V14.75Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M15.5 10H8.5V9H15.5V10Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M9 4H4V9H3V3H9V4Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21 9H20V4H15V3H21V9Z",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 20H9V21H3V15H4V20Z\" fill=\"currentColor\" />\n <Path d=\"M21 21H15V20H20V15H21V21Z\" fill=\"currentColor\" />\n <Path d=\"M13.5 14.75H8.5V13.75H13.5V14.75Z\" fill=\"currentColor\" />\n <Path d=\"M15.5 10H8.5V9H15.5V10Z\" fill=\"currentColor\" />\n <Path d=\"M9 4H4V9H3V3H9V4Z\" fill=\"currentColor\" />\n <Path d=\"M21 9H20V4H15V3H21V9Z\" 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,oCAAoC,KAAK,eAAe,EAChE,EAAAA,QAAA,cAAC,QAAK,EAAE,0BAA0B,KAAK,eAAe,EACtD,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:"M4 20H9V21H3V15H4V20Z",fill:"currentColor"}),r.createElement(n,{d:"M21 21H15V20H20V15H21V21Z",fill:"currentColor"}),r.createElement(n,{d:"M13.5 14.75H8.5V13.75H13.5V14.75Z",fill:"currentColor"}),r.createElement(n,{d:"M15.5 10H8.5V9H15.5V10Z",fill:"currentColor"}),r.createElement(n,{d:"M9 4H4V9H3V3H9V4Z",fill:"currentColor"}),r.createElement(n,{d:"M21 9H20V4H15V3H21V9Z",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 20H9V21H3V15H4V20Z\" fill=\"currentColor\" />\n <Path d=\"M21 21H15V20H20V15H21V21Z\" fill=\"currentColor\" />\n <Path d=\"M13.5 14.75H8.5V13.75H13.5V14.75Z\" fill=\"currentColor\" />\n <Path d=\"M15.5 10H8.5V9H15.5V10Z\" fill=\"currentColor\" />\n <Path d=\"M9 4H4V9H3V3H9V4Z\" fill=\"currentColor\" />\n <Path d=\"M21 9H20V4H15V3H21V9Z\" 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,oCAAoC,KAAK,eAAe,EAChEG,EAAA,cAACH,EAAA,CAAK,EAAE,0BAA0B,KAAK,eAAe,EACtDG,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,2 @@
|
|
|
1
|
+
"use strict";var V=Object.create;var p=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},m=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of i(o))!B.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(C=c(o,e))||C.enumerable});return r};var f=(r,o,n)=>(n=r!=null?V(u(r)):{},m(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>m(p({},"__esModule",{value:!0}),r);var d={};I(d,{IconArrowsZoom:()=>L,default:()=>P});module.exports=x(d);var t=f(require("react"));var s=f(require("react")),a=require("react-native-svg"),H=({children:r,size:o=24,...n})=>s.default.createElement(a.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 l=require("react-native-svg"),L=r=>t.default.createElement(H,{...r},t.default.createElement(l.Path,{d:"M10.3535 14.3535L5.70703 19H10V20H4V14H5V18.293L9.64648 13.6465L10.3535 14.3535Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M19 18.293V14H20V20H14V19H18.293L13.6465 14.3535L14.3535 13.6465L19 18.293Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M10 5H5.70703L10.3535 9.64648L9.64648 10.3535L5 5.70703V10H4V4H10V5Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M20 10H19V5.70703L14.3535 10.3535L13.6465 9.64648L18.293 5H14V4H20V10Z",fill:"currentColor"})),P=L;0&&(module.exports={IconArrowsZoom});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowsZoom/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 IconArrowsZoom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.3535 14.3535L5.70703 19H10V20H4V14H5V18.293L9.64648 13.6465L10.3535 14.3535Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19 18.293V14H20V20H14V19H18.293L13.6465 14.3535L14.3535 13.6465L19 18.293Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10 5H5.70703L10.3535 9.64648L9.64648 10.3535L5 5.70703V10H4V4H10V5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 10H19V5.70703L14.3535 10.3535L13.6465 9.64648L18.293 5H14V4H20V10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsZoom;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yEACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowsZoom_exports","__export","IconArrowsZoom","IconArrowsZoom_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowsZoom","props","React","CentralIconBase","IconArrowsZoom_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:r=24,...l})=>p.createElement(C,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var m=t=>o.createElement(e,{...t},o.createElement(n,{d:"M10.3535 14.3535L5.70703 19H10V20H4V14H5V18.293L9.64648 13.6465L10.3535 14.3535Z",fill:"currentColor"}),o.createElement(n,{d:"M19 18.293V14H20V20H14V19H18.293L13.6465 14.3535L14.3535 13.6465L19 18.293Z",fill:"currentColor"}),o.createElement(n,{d:"M10 5H5.70703L10.3535 9.64648L9.64648 10.3535L5 5.70703V10H4V4H10V5Z",fill:"currentColor"}),o.createElement(n,{d:"M20 10H19V5.70703L14.3535 10.3535L13.6465 9.64648L18.293 5H14V4H20V10Z",fill:"currentColor"})),B=m;export{m as IconArrowsZoom,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowsZoom/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 IconArrowsZoom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.3535 14.3535L5.70703 19H10V20H4V14H5V18.293L9.64648 13.6465L10.3535 14.3535Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19 18.293V14H20V20H14V19H18.293L13.6465 14.3535L14.3535 13.6465L19 18.293Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10 5H5.70703L10.3535 9.64648L9.64648 10.3535L5 5.70703V10H4V4H10V5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 10H19V5.70703L14.3535 10.3535L13.6465 9.64648L18.293 5H14V4H20V10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsZoom;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yEACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowsZoom","props","React","CentralIconBase","IconArrowsZoom_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 20H9V21H3V15H4V20Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M13.5 14.75H8.5V13.75H13.5V14.75Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M15.5 10H8.5V9H15.5V10Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M9 4H4V9H3V3H9V4Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M21 9H20V4H15V3H21V9Z",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 20H9V21H3V15H4V20Z\" fill=\"currentColor\" />\n <Path d=\"M13.5 14.75H8.5V13.75H13.5V14.75Z\" fill=\"currentColor\" />\n <Path d=\"M15.5 10H8.5V9H15.5V10Z\" fill=\"currentColor\" />\n <Path d=\"M9 4H4V9H3V3H9V4Z\" fill=\"currentColor\" />\n <Path d=\"M21 9H20V4H15V3H21V9Z\" 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,oCAAoC,KAAK,eAAe,EAChE,EAAAA,QAAA,cAAC,QAAK,EAAE,0BAA0B,KAAK,eAAe,EACtD,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:"M4 20H9V21H3V15H4V20Z",fill:"currentColor"}),r.createElement(n,{d:"M13.5 14.75H8.5V13.75H13.5V14.75Z",fill:"currentColor"}),r.createElement(n,{d:"M15.5 10H8.5V9H15.5V10Z",fill:"currentColor"}),r.createElement(n,{d:"M9 4H4V9H3V3H9V4Z",fill:"currentColor"}),r.createElement(n,{d:"M21 9H20V4H15V3H21V9Z",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 20H9V21H3V15H4V20Z\" fill=\"currentColor\" />\n <Path d=\"M13.5 14.75H8.5V13.75H13.5V14.75Z\" fill=\"currentColor\" />\n <Path d=\"M15.5 10H8.5V9H15.5V10Z\" fill=\"currentColor\" />\n <Path d=\"M9 4H4V9H3V3H9V4Z\" fill=\"currentColor\" />\n <Path d=\"M21 9H20V4H15V3H21V9Z\" 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,oCAAoC,KAAK,eAAe,EAChEG,EAAA,cAACH,EAAA,CAAK,EAAE,0BAA0B,KAAK,eAAe,EACtDG,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"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!u.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=B(o,e))||p.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(P(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var v={};x(v,{IconVectorAnchorPointAsymmetric:()=>L,default:()=>h});module.exports=g(v);var C=m(require("react"));var c=m(require("react")),l=require("react-native-svg"),s=({children:r,size:o=24,...t})=>c.default.createElement(l.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 f=require("react-native-svg"),L=r=>C.default.createElement(s,{...r},C.default.createElement(f.Path,{d:"M13 4C14.7632 4 16.2212 5.3039 16.4639 7H20.5L22 5.5L24 7.5L22 9.5L20.5 8H16.5469C16.6768 8.10799 16.8526 8.25888 17.0605 8.4541C17.5149 8.88064 18.1283 9.51683 18.7725 10.3604C20.0606 12.0473 21.4786 14.5731 21.9941 17.9238L21.5 18L21.0059 18.0752C20.5214 14.9267 19.1893 12.5536 17.9775 10.9668C17.3718 10.1736 16.7976 9.57849 16.377 9.18359C16.3016 9.11285 16.2307 9.04909 16.166 8.99121C15.606 10.1781 14.3995 11 13 11C11.5086 11 10.2355 10.067 9.73145 8.75293C8.61409 8.98522 7.02864 9.76451 5.67188 11.166C4.19076 12.6961 3 14.95 3 18H2C2 14.6659 3.30925 12.1689 4.95312 10.4707C6.1474 9.23696 7.52894 8.41587 8.72559 8H3.5L2 9.5L0 7.5L2 5.5L3.5 7H9.53613C9.77879 5.3039 11.2368 4 13 4Z",fill:"currentColor"})),h=L;0&&(module.exports={IconVectorAnchorPointAsymmetric});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointAsymmetric/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 IconVectorAnchorPointAsymmetric: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13 4C14.7632 4 16.2212 5.3039 16.4639 7H20.5L22 5.5L24 7.5L22 9.5L20.5 8H16.5469C16.6768 8.10799 16.8526 8.25888 17.0605 8.4541C17.5149 8.88064 18.1283 9.51683 18.7725 10.3604C20.0606 12.0473 21.4786 14.5731 21.9941 17.9238L21.5 18L21.0059 18.0752C20.5214 14.9267 19.1893 12.5536 17.9775 10.9668C17.3718 10.1736 16.7976 9.57849 16.377 9.18359C16.3016 9.11285 16.2307 9.04909 16.166 8.99121C15.606 10.1781 14.3995 11 13 11C11.5086 11 10.2355 10.067 9.73145 8.75293C8.61409 8.98522 7.02864 9.76451 5.67188 11.166C4.19076 12.6961 3 14.95 3 18H2C2 14.6659 3.30925 12.1689 4.95312 10.4707C6.1474 9.23696 7.52894 8.41587 8.72559 8H3.5L2 9.5L0 7.5L2 5.5L3.5 7H9.53613C9.77879 5.3039 11.2368 4 13 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointAsymmetric;\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,qCAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,urBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVectorAnchorPointAsymmetric_exports","__export","IconVectorAnchorPointAsymmetric","IconVectorAnchorPointAsymmetric_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVectorAnchorPointAsymmetric","props","React","CentralIconBase","IconVectorAnchorPointAsymmetric_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...n,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 a}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(a,{d:"M13 4C14.7632 4 16.2212 5.3039 16.4639 7H20.5L22 5.5L24 7.5L22 9.5L20.5 8H16.5469C16.6768 8.10799 16.8526 8.25888 17.0605 8.4541C17.5149 8.88064 18.1283 9.51683 18.7725 10.3604C20.0606 12.0473 21.4786 14.5731 21.9941 17.9238L21.5 18L21.0059 18.0752C20.5214 14.9267 19.1893 12.5536 17.9775 10.9668C17.3718 10.1736 16.7976 9.57849 16.377 9.18359C16.3016 9.11285 16.2307 9.04909 16.166 8.99121C15.606 10.1781 14.3995 11 13 11C11.5086 11 10.2355 10.067 9.73145 8.75293C8.61409 8.98522 7.02864 9.76451 5.67188 11.166C4.19076 12.6961 3 14.95 3 18H2C2 14.6659 3.30925 12.1689 4.95312 10.4707C6.1474 9.23696 7.52894 8.41587 8.72559 8H3.5L2 9.5L0 7.5L2 5.5L3.5 7H9.53613C9.77879 5.3039 11.2368 4 13 4Z",fill:"currentColor"})),u=m;export{m as IconVectorAnchorPointAsymmetric,u as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointAsymmetric/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 IconVectorAnchorPointAsymmetric: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13 4C14.7632 4 16.2212 5.3039 16.4639 7H20.5L22 5.5L24 7.5L22 9.5L20.5 8H16.5469C16.6768 8.10799 16.8526 8.25888 17.0605 8.4541C17.5149 8.88064 18.1283 9.51683 18.7725 10.3604C20.0606 12.0473 21.4786 14.5731 21.9941 17.9238L21.5 18L21.0059 18.0752C20.5214 14.9267 19.1893 12.5536 17.9775 10.9668C17.3718 10.1736 16.7976 9.57849 16.377 9.18359C16.3016 9.11285 16.2307 9.04909 16.166 8.99121C15.606 10.1781 14.3995 11 13 11C11.5086 11 10.2355 10.067 9.73145 8.75293C8.61409 8.98522 7.02864 9.76451 5.67188 11.166C4.19076 12.6961 3 14.95 3 18H2C2 14.6659 3.30925 12.1689 4.95312 10.4707C6.1474 9.23696 7.52894 8.41587 8.72559 8H3.5L2 9.5L0 7.5L2 5.5L3.5 7H9.53613C9.77879 5.3039 11.2368 4 13 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointAsymmetric;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,urBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVectorAnchorPointAsymmetric","props","React","CentralIconBase","IconVectorAnchorPointAsymmetric_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of I(r))!u.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(C=B(r,e))||C.enumerable});return o};var L=(o,r,t)=>(t=o!=null?i(P(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),g=o=>a(n({},"__esModule",{value:!0}),o);var v={};x(v,{IconVectorAnchorPointDisconnected:()=>f,default:()=>h});module.exports=g(v);var p=L(require("react"));var c=L(require("react")),l=require("react-native-svg"),m=({children:o,size:r=24,...t})=>c.default.createElement(l.Svg,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),f=o=>p.default.createElement(m,{...o},p.default.createElement(s.Path,{d:"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 8.41381 15.1487 9.24483 14.5752 9.86816L16.8535 12.1465L17.5 11.5L19.5 13.5L18.8535 14.1465L22.207 17.5L21.5 18.207L18.1465 14.8535L17.5 15.5L15.5 13.5L16.1465 12.8535L13.7959 10.5029C13.2707 10.8177 12.6569 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.9134 6.25637 9.02591 8.26855 8H3.5L2 9.5L0 7.5L2 5.5L3.5 7H8.53613C8.77879 5.3039 10.2368 4 12 4Z",fill:"currentColor"})),h=f;0&&(module.exports={IconVectorAnchorPointDisconnected});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointDisconnected/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 IconVectorAnchorPointDisconnected: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 8.41381 15.1487 9.24483 14.5752 9.86816L16.8535 12.1465L17.5 11.5L19.5 13.5L18.8535 14.1465L22.207 17.5L21.5 18.207L18.1465 14.8535L17.5 15.5L15.5 13.5L16.1465 12.8535L13.7959 10.5029C13.2707 10.8177 12.6569 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.9134 6.25637 9.02591 8.26855 8H3.5L2 9.5L0 7.5L2 5.5L3.5 7H8.53613C8.77879 5.3039 10.2368 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointDisconnected;\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,uCAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qbACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVectorAnchorPointDisconnected_exports","__export","IconVectorAnchorPointDisconnected","IconVectorAnchorPointDisconnected_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVectorAnchorPointDisconnected","props","React","CentralIconBase","IconVectorAnchorPointDisconnected_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:r,size:o=24,...n})=>p.createElement(C,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var L=r=>e.createElement(t,{...r},e.createElement(a,{d:"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 8.41381 15.1487 9.24483 14.5752 9.86816L16.8535 12.1465L17.5 11.5L19.5 13.5L18.8535 14.1465L22.207 17.5L21.5 18.207L18.1465 14.8535L17.5 15.5L15.5 13.5L16.1465 12.8535L13.7959 10.5029C13.2707 10.8177 12.6569 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.9134 6.25637 9.02591 8.26855 8H3.5L2 9.5L0 7.5L2 5.5L3.5 7H8.53613C8.77879 5.3039 10.2368 4 12 4Z",fill:"currentColor"})),u=L;export{L as IconVectorAnchorPointDisconnected,u as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointDisconnected/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 IconVectorAnchorPointDisconnected: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 8.41381 15.1487 9.24483 14.5752 9.86816L16.8535 12.1465L17.5 11.5L19.5 13.5L18.8535 14.1465L22.207 17.5L21.5 18.207L18.1465 14.8535L17.5 15.5L15.5 13.5L16.1465 12.8535L13.7959 10.5029C13.2707 10.8177 12.6569 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.9134 6.25637 9.02591 8.26855 8H3.5L2 9.5L0 7.5L2 5.5L3.5 7H8.53613C8.77879 5.3039 10.2368 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointDisconnected;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qbACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVectorAnchorPointDisconnected","props","React","CentralIconBase","IconVectorAnchorPointDisconnected_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of P(o))!u.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=I(o,e))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(g(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={};x(v,{IconVectorAnchorPointStraight:()=>i,default:()=>L});module.exports=h(v);var p=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),s=({children:r,size:o=24,...t})=>m.default.createElement(c.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 f=require("react-native-svg"),i=r=>p.default.createElement(s,{...r},p.default.createElement(f.Path,{d:"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 8.28938 15.2377 9.01702 14.7969 9.60254L22.207 17.5234L21.4766 18.207L14.0869 10.3086C13.5041 10.7424 12.7824 11 12 11C11.2174 11 10.495 10.7427 9.91211 10.3086L2.52344 18.207L1.79297 17.5234L9.20215 9.60254C8.7615 9.0171 8.5 8.28917 8.5 7.5C8.5 5.567 10.067 4 12 4Z",fill:"currentColor"})),L=i;0&&(module.exports={IconVectorAnchorPointStraight});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointStraight/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 IconVectorAnchorPointStraight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 8.28938 15.2377 9.01702 14.7969 9.60254L22.207 17.5234L21.4766 18.207L14.0869 10.3086C13.5041 10.7424 12.7824 11 12 11C11.2174 11 10.495 10.7427 9.91211 10.3086L2.52344 18.207L1.79297 17.5234L9.20215 9.60254C8.7615 9.0171 8.5 8.28917 8.5 7.5C8.5 5.567 10.067 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight;\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,mCAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qTACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVectorAnchorPointStraight_exports","__export","IconVectorAnchorPointStraight","IconVectorAnchorPointStraight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVectorAnchorPointStraight","props","React","CentralIconBase","IconVectorAnchorPointStraight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,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 a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 8.28938 15.2377 9.01702 14.7969 9.60254L22.207 17.5234L21.4766 18.207L14.0869 10.3086C13.5041 10.7424 12.7824 11 12 11C11.2174 11 10.495 10.7427 9.91211 10.3086L2.52344 18.207L1.79297 17.5234L9.20215 9.60254C8.7615 9.0171 8.5 8.28917 8.5 7.5C8.5 5.567 10.067 4 12 4Z",fill:"currentColor"})),u=l;export{l as IconVectorAnchorPointStraight,u as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointStraight/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 IconVectorAnchorPointStraight: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 8.28938 15.2377 9.01702 14.7969 9.60254L22.207 17.5234L21.4766 18.207L14.0869 10.3086C13.5041 10.7424 12.7824 11 12 11C11.2174 11 10.495 10.7427 9.91211 10.3086L2.52344 18.207L1.79297 17.5234L9.20215 9.60254C8.7615 9.0171 8.5 8.28917 8.5 7.5C8.5 5.567 10.067 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qTACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVectorAnchorPointStraight","props","React","CentralIconBase","IconVectorAnchorPointStraight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var C=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==t&&C(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(C({},"__esModule",{value:!0}),r);var H={};g(H,{IconVectorAnchorPointStraight1:()=>i,default:()=>h});module.exports=x(H);var e=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...t})=>c.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=>e.default.createElement(s,{...r},e.default.createElement(p.Path,{d:"M3.5 7H9.5V8H3.5L2 9.5L0 7.5L2 5.5L3.5 7Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M24 7.5L22 9.5L20.5 8H14.5V7H20.5L22 5.5L24 7.5Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 7.62608 15.4915 7.75041 15.4785 7.87305C17.3589 8.7747 22 11.6437 22 18H21C21 12.4116 17.063 9.7859 15.2236 8.86328C14.692 10.1188 13.4493 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.6446 6.63957 8.77512 8.52051 7.87305C8.50751 7.75045 8.5 7.62605 8.5 7.5C8.5 5.567 10.067 4 12 4Z",fill:"currentColor"})),h=i;0&&(module.exports={IconVectorAnchorPointStraight1});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointStraight1/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 IconVectorAnchorPointStraight1: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M3.5 7H9.5V8H3.5L2 9.5L0 7.5L2 5.5L3.5 7Z\" fill=\"currentColor\" />\n <Path\n d=\"M24 7.5L22 9.5L20.5 8H14.5V7H20.5L22 5.5L24 7.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 7.62608 15.4915 7.75041 15.4785 7.87305C17.3589 8.7747 22 11.6437 22 18H21C21 12.4116 17.063 9.7859 15.2236 8.86328C14.692 10.1188 13.4493 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.6446 6.63957 8.77512 8.52051 7.87305C8.50751 7.75045 8.5 7.62605 8.5 7.5C8.5 5.567 10.067 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight1;\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,oCAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,4CAA4C,KAAK,eAAe,EACxE,EAAAA,QAAA,cAAC,QACC,EAAE,mDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gXACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVectorAnchorPointStraight1_exports","__export","IconVectorAnchorPointStraight1","IconVectorAnchorPointStraight1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVectorAnchorPointStraight1","props","React","CentralIconBase","IconVectorAnchorPointStraight1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:t,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"},t);import{Path as n}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{d:"M3.5 7H9.5V8H3.5L2 9.5L0 7.5L2 5.5L3.5 7Z",fill:"currentColor"}),o.createElement(n,{d:"M24 7.5L22 9.5L20.5 8H14.5V7H20.5L22 5.5L24 7.5Z",fill:"currentColor"}),o.createElement(n,{d:"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 7.62608 15.4915 7.75041 15.4785 7.87305C17.3589 8.7747 22 11.6437 22 18H21C21 12.4116 17.063 9.7859 15.2236 8.86328C14.692 10.1188 13.4493 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.6446 6.63957 8.77512 8.52051 7.87305C8.50751 7.75045 8.5 7.62605 8.5 7.5C8.5 5.567 10.067 4 12 4Z",fill:"currentColor"})),P=a;export{a as IconVectorAnchorPointStraight1,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointStraight1/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 IconVectorAnchorPointStraight1: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M3.5 7H9.5V8H3.5L2 9.5L0 7.5L2 5.5L3.5 7Z\" fill=\"currentColor\" />\n <Path\n d=\"M24 7.5L22 9.5L20.5 8H14.5V7H20.5L22 5.5L24 7.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 7.62608 15.4915 7.75041 15.4785 7.87305C17.3589 8.7747 22 11.6437 22 18H21C21 12.4116 17.063 9.7859 15.2236 8.86328C14.692 10.1188 13.4493 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.6446 6.63957 8.77512 8.52051 7.87305C8.50751 7.75045 8.5 7.62605 8.5 7.5C8.5 5.567 10.067 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight1;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,4CAA4C,KAAK,eAAe,EACxEG,EAAA,cAACH,EAAA,CACC,EAAE,mDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gXACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVectorAnchorPointStraight1","props","React","CentralIconBase","IconVectorAnchorPointStraight1_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
|
|
@@ -266,6 +267,7 @@ Below is a complete list of available icons:
|
|
|
266
267
|
- IconArrowsRepeatLeftRight
|
|
267
268
|
- IconArrowsRepeatRightLeft
|
|
268
269
|
- IconArrowsRepeatRightLeftOff
|
|
270
|
+
- IconArrowsZoom
|
|
269
271
|
- IconArrowTopBottom
|
|
270
272
|
- IconArrowTriangleBottom
|
|
271
273
|
- IconArrowTriangleLeft
|
|
@@ -646,6 +648,10 @@ Below is a complete list of available icons:
|
|
|
646
648
|
- IconTextEdit
|
|
647
649
|
- IconToolbox
|
|
648
650
|
- IconVariables
|
|
651
|
+
- IconVectorAnchorPointAsymmetric
|
|
652
|
+
- IconVectorAnchorPointDisconnected
|
|
653
|
+
- IconVectorAnchorPointStraight
|
|
654
|
+
- IconVectorAnchorPointStraight1
|
|
649
655
|
- IconVectorLogo
|
|
650
656
|
- IconWhiteboard
|
|
651
657
|
- IconWrite1
|
|
@@ -882,6 +888,7 @@ Below is a complete list of available icons:
|
|
|
882
888
|
- IconArrowRounded
|
|
883
889
|
- IconArrowsAllSides
|
|
884
890
|
- IconArrowsAllSides2
|
|
891
|
+
- IconArrowsAllSides21
|
|
885
892
|
- IconBarcode
|
|
886
893
|
- IconBarsThree
|
|
887
894
|
- IconBarsThree2
|
package/filtered-icons.json
CHANGED
|
@@ -1568,6 +1568,20 @@
|
|
|
1568
1568
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
1569
1569
|
"componentName": "IconArrowsAllSides2"
|
|
1570
1570
|
},
|
|
1571
|
+
{
|
|
1572
|
+
"category": "Interface General",
|
|
1573
|
+
"svg": "<path d=\"M4 20H9V21H3V15H4V20Z\" fill=\"currentColor\"/><path d=\"M21 21H15V20H20V15H21V21Z\" fill=\"currentColor\"/><path d=\"M13.5 14.75H8.5V13.75H13.5V14.75Z\" fill=\"currentColor\"/><path d=\"M15.5 10H8.5V9H15.5V10Z\" fill=\"currentColor\"/><path d=\"M9 4H4V9H3V3H9V4Z\" fill=\"currentColor\"/><path d=\"M21 9H20V4H15V3H21V9Z\" 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"
|
|
1580
|
+
},
|
|
1581
|
+
"createdAt": "2025-12-02T09:01:54.409183+00:00",
|
|
1582
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
1583
|
+
"componentName": "IconArrowsAllSides21"
|
|
1584
|
+
},
|
|
1571
1585
|
{
|
|
1572
1586
|
"category": "Arrows",
|
|
1573
1587
|
"svg": "<path d=\"M12.0005 8.00426V2.41895L0.728516 12.0002L12.0005 21.5814V16.0026C15.9121 16.0409 18.0491 16.5344 19.3736 17.3071C20.7286 18.0975 21.2974 19.212 22.0533 20.7238L23.0005 20.5002C23.0005 16.23 22.3794 13.0674 20.5651 10.9843C18.8062 8.96479 16.0288 8.07129 12.0005 8.00426Z\" fill=\"currentColor\"/>",
|
|
@@ -1680,6 +1694,20 @@
|
|
|
1680
1694
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
1681
1695
|
"componentName": "IconArrowsRepeatRightLeftOff"
|
|
1682
1696
|
},
|
|
1697
|
+
{
|
|
1698
|
+
"category": "Arrows",
|
|
1699
|
+
"svg": "<path d=\"M10.3535 14.3535L5.70703 19H10V20H4V14H5V18.293L9.64648 13.6465L10.3535 14.3535Z\" fill=\"currentColor\"/><path d=\"M19 18.293V14H20V20H14V19H18.293L13.6465 14.3535L14.3535 13.6465L19 18.293Z\" fill=\"currentColor\"/><path d=\"M10 5H5.70703L10.3535 9.64648L9.64648 10.3535L5 5.70703V10H4V4H10V5Z\" fill=\"currentColor\"/><path d=\"M20 10H19V5.70703L14.3535 10.3535L13.6465 9.64648L18.293 5H14V4H20V10Z\" fill=\"currentColor\"/>",
|
|
1700
|
+
"iconName": "arrows-zoom, scale, motion, move, directions",
|
|
1701
|
+
"variant": {
|
|
1702
|
+
"join": "square",
|
|
1703
|
+
"filled": "on",
|
|
1704
|
+
"radius": "0",
|
|
1705
|
+
"stroke": "1"
|
|
1706
|
+
},
|
|
1707
|
+
"createdAt": "2025-12-03T08:02:15.694602+00:00",
|
|
1708
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
1709
|
+
"componentName": "IconArrowsZoom"
|
|
1710
|
+
},
|
|
1683
1711
|
{
|
|
1684
1712
|
"category": "Arrows",
|
|
1685
1713
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.50008 2.79297L12.2072 7.50008L11.5001 8.20718L8.00008 4.70718V21.0001H7.00008V4.70718L3.50008 8.20718L2.79297 7.50008L7.50008 2.79297ZM17.0001 3.00008V19.293L20.5001 15.793L21.2072 16.5001L16.5001 21.2072L11.793 16.5001L12.5001 15.793L16.0001 19.293V3.00008H17.0001Z\" fill=\"currentColor\"/>",
|
|
@@ -17332,6 +17360,20 @@
|
|
|
17332
17360
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
17333
17361
|
"componentName": "IconSatellite2"
|
|
17334
17362
|
},
|
|
17363
|
+
{
|
|
17364
|
+
"category": "AI & Magic",
|
|
17365
|
+
"svg": "<path d=\"M4 20H9V21H3V15H4V20Z\" fill=\"currentColor\"/><path d=\"M13.5 14.75H8.5V13.75H13.5V14.75Z\" fill=\"currentColor\"/><path d=\"M15.5 10H8.5V9H15.5V10Z\" fill=\"currentColor\"/><path d=\"M9 4H4V9H3V3H9V4Z\" fill=\"currentColor\"/><path d=\"M21 9H20V4H15V3H21V9Z\" 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\"/>",
|
|
17366
|
+
"iconName": "scan-text-sparkle, scan, arrows-all-sides,focus, list",
|
|
17367
|
+
"variant": {
|
|
17368
|
+
"join": "square",
|
|
17369
|
+
"filled": "on",
|
|
17370
|
+
"radius": "0",
|
|
17371
|
+
"stroke": "1"
|
|
17372
|
+
},
|
|
17373
|
+
"createdAt": "2025-12-02T09:01:54.409183+00:00",
|
|
17374
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
17375
|
+
"componentName": "IconScanTextSparkle"
|
|
17376
|
+
},
|
|
17335
17377
|
{
|
|
17336
17378
|
"category": "Building",
|
|
17337
17379
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 4H18V19H19V8H22V19H23V20H1V19H2V8H5V19H6V4ZM14 19V16H10V19H14Z\" fill=\"currentColor\"/>",
|
|
@@ -21364,6 +21406,62 @@
|
|
|
21364
21406
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
21365
21407
|
"componentName": "IconVault"
|
|
21366
21408
|
},
|
|
21409
|
+
{
|
|
21410
|
+
"category": "Edit",
|
|
21411
|
+
"svg": "<path d=\"M13 4C14.7632 4 16.2212 5.3039 16.4639 7H20.5L22 5.5L24 7.5L22 9.5L20.5 8H16.5469C16.6768 8.10799 16.8526 8.25888 17.0605 8.4541C17.5149 8.88064 18.1283 9.51683 18.7725 10.3604C20.0606 12.0473 21.4786 14.5731 21.9941 17.9238L21.5 18L21.0059 18.0752C20.5214 14.9267 19.1893 12.5536 17.9775 10.9668C17.3718 10.1736 16.7976 9.57849 16.377 9.18359C16.3016 9.11285 16.2307 9.04909 16.166 8.99121C15.606 10.1781 14.3995 11 13 11C11.5086 11 10.2355 10.067 9.73145 8.75293C8.61409 8.98522 7.02864 9.76451 5.67188 11.166C4.19076 12.6961 3 14.95 3 18H2C2 14.6659 3.30925 12.1689 4.95312 10.4707C6.1474 9.23696 7.52894 8.41587 8.72559 8H3.5L2 9.5L0 7.5L2 5.5L3.5 7H9.53613C9.77879 5.3039 11.2368 4 13 4Z\" fill=\"currentColor\"/>",
|
|
21412
|
+
"iconName": "vector-anchor-point-asymmetric",
|
|
21413
|
+
"variant": {
|
|
21414
|
+
"join": "square",
|
|
21415
|
+
"filled": "on",
|
|
21416
|
+
"radius": "0",
|
|
21417
|
+
"stroke": "1"
|
|
21418
|
+
},
|
|
21419
|
+
"createdAt": "2025-12-03T08:02:15.694602+00:00",
|
|
21420
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
21421
|
+
"componentName": "IconVectorAnchorPointAsymmetric"
|
|
21422
|
+
},
|
|
21423
|
+
{
|
|
21424
|
+
"category": "Edit",
|
|
21425
|
+
"svg": "<path d=\"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 8.41381 15.1487 9.24483 14.5752 9.86816L16.8535 12.1465L17.5 11.5L19.5 13.5L18.8535 14.1465L22.207 17.5L21.5 18.207L18.1465 14.8535L17.5 15.5L15.5 13.5L16.1465 12.8535L13.7959 10.5029C13.2707 10.8177 12.6569 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.9134 6.25637 9.02591 8.26855 8H3.5L2 9.5L0 7.5L2 5.5L3.5 7H8.53613C8.77879 5.3039 10.2368 4 12 4Z\" fill=\"currentColor\"/>",
|
|
21426
|
+
"iconName": "vector-anchor-point-disconnected",
|
|
21427
|
+
"variant": {
|
|
21428
|
+
"join": "square",
|
|
21429
|
+
"filled": "on",
|
|
21430
|
+
"radius": "0",
|
|
21431
|
+
"stroke": "1"
|
|
21432
|
+
},
|
|
21433
|
+
"createdAt": "2025-12-03T08:02:15.694602+00:00",
|
|
21434
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
21435
|
+
"componentName": "IconVectorAnchorPointDisconnected"
|
|
21436
|
+
},
|
|
21437
|
+
{
|
|
21438
|
+
"category": "Edit",
|
|
21439
|
+
"svg": "<path d=\"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 8.28938 15.2377 9.01702 14.7969 9.60254L22.207 17.5234L21.4766 18.207L14.0869 10.3086C13.5041 10.7424 12.7824 11 12 11C11.2174 11 10.495 10.7427 9.91211 10.3086L2.52344 18.207L1.79297 17.5234L9.20215 9.60254C8.7615 9.0171 8.5 8.28917 8.5 7.5C8.5 5.567 10.067 4 12 4Z\" fill=\"currentColor\"/>",
|
|
21440
|
+
"iconName": "vector-anchor-point-straight, no-smoothing",
|
|
21441
|
+
"variant": {
|
|
21442
|
+
"join": "square",
|
|
21443
|
+
"filled": "on",
|
|
21444
|
+
"radius": "0",
|
|
21445
|
+
"stroke": "1"
|
|
21446
|
+
},
|
|
21447
|
+
"createdAt": "2025-12-03T08:02:15.694602+00:00",
|
|
21448
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
21449
|
+
"componentName": "IconVectorAnchorPointStraight"
|
|
21450
|
+
},
|
|
21451
|
+
{
|
|
21452
|
+
"category": "Edit",
|
|
21453
|
+
"svg": "<path d=\"M3.5 7H9.5V8H3.5L2 9.5L0 7.5L2 5.5L3.5 7Z\" fill=\"currentColor\"/><path d=\"M24 7.5L22 9.5L20.5 8H14.5V7H20.5L22 5.5L24 7.5Z\" fill=\"currentColor\"/><path d=\"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 7.62608 15.4915 7.75041 15.4785 7.87305C17.3589 8.7747 22 11.6437 22 18H21C21 12.4116 17.063 9.7859 15.2236 8.86328C14.692 10.1188 13.4493 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.6446 6.63957 8.77512 8.52051 7.87305C8.50751 7.75045 8.5 7.62605 8.5 7.5C8.5 5.567 10.067 4 12 4Z\" fill=\"currentColor\"/>",
|
|
21454
|
+
"iconName": "vector-anchor-point-straight, mirror-angle",
|
|
21455
|
+
"variant": {
|
|
21456
|
+
"join": "square",
|
|
21457
|
+
"filled": "on",
|
|
21458
|
+
"radius": "0",
|
|
21459
|
+
"stroke": "1"
|
|
21460
|
+
},
|
|
21461
|
+
"createdAt": "2025-12-03T08:02:15.694602+00:00",
|
|
21462
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
21463
|
+
"componentName": "IconVectorAnchorPointStraight1"
|
|
21464
|
+
},
|
|
21367
21465
|
{
|
|
21368
21466
|
"category": "Edit",
|
|
21369
21467
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 12C1 10.8599 1.76319 9.89802 2.80656 9.59742C3.87087 5.51415 7.58287 2.5 12 2.5C16.4171 2.5 20.1291 5.51416 21.1934 9.59743C22.2368 9.89803 23 10.8599 23 12C23 13.1401 22.2368 14.102 21.1934 14.4026C20.1291 18.4858 16.4171 21.5 12 21.5C7.58287 21.5 3.87087 18.4858 2.80656 14.4026C1.76319 14.102 1 13.1401 1 12ZM5.94999 11.5C5.74212 10.476 4.90834 9.67923 3.86536 9.52651C4.92449 6.03839 8.16635 3.5 12 3.5C15.8337 3.5 19.0755 6.03839 20.1346 9.52651C19.0917 9.67923 18.2579 10.476 18.05 11.5H5.94999ZM18.05 12.5C18.2579 13.524 19.0917 14.3208 20.1346 14.4735C19.0755 17.9616 15.8337 20.5 12 20.5C8.16635 20.5 4.9245 17.9616 3.86536 14.4735C4.90834 14.3208 5.74212 13.524 5.94999 12.5H18.05Z\" 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"
|
|
@@ -119,6 +120,7 @@ export type CentralIconName =
|
|
|
119
120
|
| "IconArrowsRepeatLeftRight"
|
|
120
121
|
| "IconArrowsRepeatRightLeft"
|
|
121
122
|
| "IconArrowsRepeatRightLeftOff"
|
|
123
|
+
| "IconArrowsZoom"
|
|
122
124
|
| "IconArrowTopBottom"
|
|
123
125
|
| "IconArrowTriangleBottom"
|
|
124
126
|
| "IconArrowTriangleLeft"
|
|
@@ -1237,6 +1239,7 @@ export type CentralIconName =
|
|
|
1237
1239
|
| "IconSandbox"
|
|
1238
1240
|
| "IconSatellite1"
|
|
1239
1241
|
| "IconSatellite2"
|
|
1242
|
+
| "IconScanTextSparkle"
|
|
1240
1243
|
| "IconSchool"
|
|
1241
1244
|
| "IconScissors1"
|
|
1242
1245
|
| "IconScissors2"
|
|
@@ -1525,6 +1528,10 @@ export type CentralIconName =
|
|
|
1525
1528
|
| "IconV0"
|
|
1526
1529
|
| "IconVariables"
|
|
1527
1530
|
| "IconVault"
|
|
1531
|
+
| "IconVectorAnchorPointAsymmetric"
|
|
1532
|
+
| "IconVectorAnchorPointDisconnected"
|
|
1533
|
+
| "IconVectorAnchorPointStraight"
|
|
1534
|
+
| "IconVectorAnchorPointStraight1"
|
|
1528
1535
|
| "IconVectorLogo"
|
|
1529
1536
|
| "IconVenmo"
|
|
1530
1537
|
| "IconVercel"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.52",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/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": 1618,
|
|
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",
|
|
@@ -94,7 +95,7 @@
|
|
|
94
95
|
]
|
|
95
96
|
},
|
|
96
97
|
"Arrows": {
|
|
97
|
-
"count":
|
|
98
|
+
"count": 114,
|
|
98
99
|
"icons": [
|
|
99
100
|
"IconArrow",
|
|
100
101
|
"IconArrowBottomTop",
|
|
@@ -140,6 +141,7 @@
|
|
|
140
141
|
"IconArrowsRepeatLeftRight",
|
|
141
142
|
"IconArrowsRepeatRightLeft",
|
|
142
143
|
"IconArrowsRepeatRightLeftOff",
|
|
144
|
+
"IconArrowsZoom",
|
|
143
145
|
"IconArrowTopBottom",
|
|
144
146
|
"IconArrowTriangleBottom",
|
|
145
147
|
"IconArrowTriangleLeft",
|
|
@@ -467,7 +469,7 @@
|
|
|
467
469
|
]
|
|
468
470
|
},
|
|
469
471
|
"Edit": {
|
|
470
|
-
"count":
|
|
472
|
+
"count": 76,
|
|
471
473
|
"icons": [
|
|
472
474
|
"IconAddKeyframe",
|
|
473
475
|
"IconBezier",
|
|
@@ -536,6 +538,10 @@
|
|
|
536
538
|
"IconTextEdit",
|
|
537
539
|
"IconToolbox",
|
|
538
540
|
"IconVariables",
|
|
541
|
+
"IconVectorAnchorPointAsymmetric",
|
|
542
|
+
"IconVectorAnchorPointDisconnected",
|
|
543
|
+
"IconVectorAnchorPointStraight",
|
|
544
|
+
"IconVectorAnchorPointStraight1",
|
|
539
545
|
"IconVectorLogo",
|
|
540
546
|
"IconWhiteboard",
|
|
541
547
|
"IconWrite1",
|
|
@@ -773,7 +779,7 @@
|
|
|
773
779
|
]
|
|
774
780
|
},
|
|
775
781
|
"Interface General": {
|
|
776
|
-
"count":
|
|
782
|
+
"count": 172,
|
|
777
783
|
"icons": [
|
|
778
784
|
"IconAnchor1",
|
|
779
785
|
"IconAnchor2",
|
|
@@ -786,6 +792,7 @@
|
|
|
786
792
|
"IconArrowRounded",
|
|
787
793
|
"IconArrowsAllSides",
|
|
788
794
|
"IconArrowsAllSides2",
|
|
795
|
+
"IconArrowsAllSides21",
|
|
789
796
|
"IconBarcode",
|
|
790
797
|
"IconBarsThree",
|
|
791
798
|
"IconBarsThree2",
|
|
@@ -1913,6 +1920,7 @@
|
|
|
1913
1920
|
"IconArrowRounded": "arrow-rounded, share, arrow, login",
|
|
1914
1921
|
"IconArrowsAllSides": "arrows-all-sides, move, focus",
|
|
1915
1922
|
"IconArrowsAllSides2": "arrows-all-sides-2, scan, move, focus",
|
|
1923
|
+
"IconArrowsAllSides21": "arrows-all-sides-2, scan-text, text, focus, list",
|
|
1916
1924
|
"IconArrowShareLeft": "arrow-share-left, back, last, reply",
|
|
1917
1925
|
"IconArrowShareRight": "arrow-share-right, next, forward",
|
|
1918
1926
|
"IconArrowSplit": "arrow-split, rules, direction, split",
|
|
@@ -1921,6 +1929,7 @@
|
|
|
1921
1929
|
"IconArrowsRepeatLeftRight": "arrows-repeat-left-right, retweet",
|
|
1922
1930
|
"IconArrowsRepeatRightLeft": "arrows-repeat-right-left, repost",
|
|
1923
1931
|
"IconArrowsRepeatRightLeftOff": "arrows-repeat-right-left-off, repost-off",
|
|
1932
|
+
"IconArrowsZoom": "arrows-zoom, scale, motion, move, directions",
|
|
1924
1933
|
"IconArrowTopBottom": "arrow-top-bottom, sort 1, switch vertical",
|
|
1925
1934
|
"IconArrowTriangleBottom": "arrow-triangle-bottom",
|
|
1926
1935
|
"IconArrowTriangleLeft": "arrow-triangle-left",
|
|
@@ -3039,6 +3048,7 @@
|
|
|
3039
3048
|
"IconSandbox": "sandbox, playground",
|
|
3040
3049
|
"IconSatellite1": "satellite-1, radar, feed",
|
|
3041
3050
|
"IconSatellite2": "satellite-2, radar, feed",
|
|
3051
|
+
"IconScanTextSparkle": "scan-text-sparkle, scan, arrows-all-sides, focus, list",
|
|
3042
3052
|
"IconSchool": "school, building",
|
|
3043
3053
|
"IconScissors1": "scissors-1, cut",
|
|
3044
3054
|
"IconScissors2": "scissors-2, cut",
|
|
@@ -3327,6 +3337,10 @@
|
|
|
3327
3337
|
"IconV0": "v0",
|
|
3328
3338
|
"IconVariables": "variables, figma",
|
|
3329
3339
|
"IconVault": "vault, safe",
|
|
3340
|
+
"IconVectorAnchorPointAsymmetric": "vector-anchor-point-asymmetric",
|
|
3341
|
+
"IconVectorAnchorPointDisconnected": "vector-anchor-point-disconnected",
|
|
3342
|
+
"IconVectorAnchorPointStraight": "vector-anchor-point-straight, no-smoothing",
|
|
3343
|
+
"IconVectorAnchorPointStraight1": "vector-anchor-point-straight, mirror-angle",
|
|
3330
3344
|
"IconVectorLogo": "vector-logo, svg",
|
|
3331
3345
|
"IconVenmo": "venmo",
|
|
3332
3346
|
"IconVercel": "vercel",
|