@central-icons-react-native/square-filled-radius-0-stroke-1.5 1.1.53 → 1.1.55
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/IconSearchOptions/index.d.ts +4 -0
- package/IconSearchOptions/index.js +2 -0
- package/IconSearchOptions/index.js.map +1 -0
- package/IconSearchOptions/index.mjs +2 -0
- package/IconSearchOptions/index.mjs.map +1 -0
- package/IconVectorAnchorPointMirrored/index.d.ts +4 -0
- package/IconVectorAnchorPointMirrored/index.js +2 -0
- package/IconVectorAnchorPointMirrored/index.js.map +1 -0
- package/{IconVectorAnchorPointStraight1 → IconVectorAnchorPointMirrored}/index.mjs +1 -1
- package/IconVectorAnchorPointMirrored/index.mjs.map +1 -0
- package/README.md +2 -1
- package/filtered-icons.json +22 -8
- package/icons/index.d.ts +2 -1
- package/icons-index.json +7 -5
- package/index.d.ts +2 -1
- 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 +14 -7
- package/IconVectorAnchorPointStraight1/index.d.ts +0 -4
- package/IconVectorAnchorPointStraight1/index.js +0 -2
- package/IconVectorAnchorPointStraight1/index.js.map +0 -1
- package/IconVectorAnchorPointStraight1/index.mjs.map +0 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of L(o))!I.call(r,n)&&n!==e&&C(r,n,{get:()=>o[n],enumerable:!(p=d(o,n))||p.enumerable});return r};var f=(r,o,e)=>(e=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(C({},"__esModule",{value:!0}),r);var g={};v(g,{IconSearchOptions:()=>i,default:()=>P});module.exports=x(g);var t=f(require("react"));var m=f(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(s.Svg,{...e,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"),i=r=>t.default.createElement(c,{...r},t.default.createElement(l.Path,{d:"M7.5 7.5C9.433 7.5 11 9.067 11 11C11 12.933 9.433 14.5 7.5 14.5C5.567 14.5 4 12.933 4 11C4 9.067 5.567 7.5 7.5 7.5Z",fill:"currentColor"}),t.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 4.75C10.9518 4.75 13.75 7.54822 13.75 11C13.75 12.4555 13.2503 13.7932 12.416 14.8555L16.0605 18.5L15 19.5605L11.3555 15.916C10.2932 16.7503 8.95553 17.25 7.5 17.25C4.04822 17.25 1.25 14.4518 1.25 11C1.25 7.54822 4.04822 4.75 7.5 4.75ZM7.5 6.25C4.87665 6.25 2.75 8.37665 2.75 11C2.75 13.6234 4.87665 15.75 7.5 15.75C10.1234 15.75 12.25 13.6234 12.25 11C12.25 8.37665 10.1234 6.25 7.5 6.25Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M23.0605 10L19.5 13.5605L15.9395 10L17 8.93945L19.5 11.4395L22 8.93945L23.0605 10Z",fill:"currentColor"})),P=i;0&&(module.exports={IconSearchOptions});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSearchOptions/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 IconSearchOptions: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 7.5C9.433 7.5 11 9.067 11 11C11 12.933 9.433 14.5 7.5 14.5C5.567 14.5 4 12.933 4 11C4 9.067 5.567 7.5 7.5 7.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.5 4.75C10.9518 4.75 13.75 7.54822 13.75 11C13.75 12.4555 13.2503 13.7932 12.416 14.8555L16.0605 18.5L15 19.5605L11.3555 15.916C10.2932 16.7503 8.95553 17.25 7.5 17.25C4.04822 17.25 1.25 14.4518 1.25 11C1.25 7.54822 4.04822 4.75 7.5 4.75ZM7.5 6.25C4.87665 6.25 2.75 8.37665 2.75 11C2.75 13.6234 4.87665 15.75 7.5 15.75C10.1234 15.75 12.25 13.6234 12.25 11C12.25 8.37665 10.1234 6.25 7.5 6.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M23.0605 10L19.5 13.5605L15.9395 10L17 8.93945L19.5 11.4395L22 8.93945L23.0605 10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSearchOptions;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,6YACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qFACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSearchOptions_exports","__export","IconSearchOptions","IconSearchOptions_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSearchOptions","props","React","CentralIconBase","IconSearchOptions_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var t=({children:e,size:r=24,...C})=>l.createElement(p,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(n,{d:"M7.5 7.5C9.433 7.5 11 9.067 11 11C11 12.933 9.433 14.5 7.5 14.5C5.567 14.5 4 12.933 4 11C4 9.067 5.567 7.5 7.5 7.5Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 4.75C10.9518 4.75 13.75 7.54822 13.75 11C13.75 12.4555 13.2503 13.7932 12.416 14.8555L16.0605 18.5L15 19.5605L11.3555 15.916C10.2932 16.7503 8.95553 17.25 7.5 17.25C4.04822 17.25 1.25 14.4518 1.25 11C1.25 7.54822 4.04822 4.75 7.5 4.75ZM7.5 6.25C4.87665 6.25 2.75 8.37665 2.75 11C2.75 13.6234 4.87665 15.75 7.5 15.75C10.1234 15.75 12.25 13.6234 12.25 11C12.25 8.37665 10.1234 6.25 7.5 6.25Z",fill:"currentColor"}),o.createElement(n,{d:"M23.0605 10L19.5 13.5605L15.9395 10L17 8.93945L19.5 11.4395L22 8.93945L23.0605 10Z",fill:"currentColor"})),I=a;export{a as IconSearchOptions,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSearchOptions/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 IconSearchOptions: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 7.5C9.433 7.5 11 9.067 11 11C11 12.933 9.433 14.5 7.5 14.5C5.567 14.5 4 12.933 4 11C4 9.067 5.567 7.5 7.5 7.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.5 4.75C10.9518 4.75 13.75 7.54822 13.75 11C13.75 12.4555 13.2503 13.7932 12.416 14.8555L16.0605 18.5L15 19.5605L11.3555 15.916C10.2932 16.7503 8.95553 17.25 7.5 17.25C4.04822 17.25 1.25 14.4518 1.25 11C1.25 7.54822 4.04822 4.75 7.5 4.75ZM7.5 6.25C4.87665 6.25 2.75 8.37665 2.75 11C2.75 13.6234 4.87665 15.75 7.5 15.75C10.1234 15.75 12.25 13.6234 12.25 11C12.25 8.37665 10.1234 6.25 7.5 6.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M23.0605 10L19.5 13.5605L15.9395 10L17 8.93945L19.5 11.4395L22 8.93945L23.0605 10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSearchOptions;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,6YACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qFACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSearchOptions","props","React","CentralIconBase","IconSearchOptions_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),d=r=>a(e({},"__esModule",{value:!0}),r);var H={};x(H,{IconVectorAnchorPointMirrored:()=>i,default:()=>g});module.exports=d(H);var n=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...C})=>c.default.createElement(f.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>n.default.createElement(s,{...r},n.default.createElement(p.Path,{d:"M4.25 7H9.63867V8.5H4.25L2.5 10.25L0 7.75L2.5 5.25L4.25 7Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M24 7.75L21.5 10.25L19.75 8.5H14.25V7H19.75L21.5 5.25L24 7.75Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M12 4C14.0711 4 15.75 5.67893 15.75 7.75C15.75 7.83503 15.7458 7.91931 15.7402 8.00293C15.9066 8.08106 16.1101 8.18148 16.3398 8.30859C16.9674 8.65583 17.8025 9.19841 18.6387 9.98438C20.322 11.5667 22 14.1302 22 18H20.5C20.5 14.62 19.0529 12.4333 17.6113 11.0781C16.8851 10.3955 16.1576 9.92226 15.6133 9.62109C15.5121 9.56513 15.4168 9.51671 15.3301 9.47266C14.706 10.6766 13.4497 11.5 12 11.5C10.5501 11.5 9.29296 10.6768 8.66895 9.47266C8.5824 9.51661 8.48756 9.5653 8.38672 9.62109C7.84243 9.92226 7.11487 10.3955 6.38867 11.0781C4.94705 12.4333 3.5 14.62 3.5 18H2C2 14.1302 3.67802 11.5667 5.36133 9.98438C6.1975 9.19841 7.03263 8.65583 7.66016 8.30859C7.88951 8.18168 8.0926 8.08101 8.25879 8.00293C8.25322 7.91933 8.25 7.83501 8.25 7.75C8.25 5.67893 9.92893 4 12 4Z",fill:"currentColor"})),g=i;0&&(module.exports={IconVectorAnchorPointMirrored});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointMirrored/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 IconVectorAnchorPointMirrored: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.25 7H9.63867V8.5H4.25L2.5 10.25L0 7.75L2.5 5.25L4.25 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M24 7.75L21.5 10.25L19.75 8.5H14.25V7H19.75L21.5 5.25L24 7.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4C14.0711 4 15.75 5.67893 15.75 7.75C15.75 7.83503 15.7458 7.91931 15.7402 8.00293C15.9066 8.08106 16.1101 8.18148 16.3398 8.30859C16.9674 8.65583 17.8025 9.19841 18.6387 9.98438C20.322 11.5667 22 14.1302 22 18H20.5C20.5 14.62 19.0529 12.4333 17.6113 11.0781C16.8851 10.3955 16.1576 9.92226 15.6133 9.62109C15.5121 9.56513 15.4168 9.51671 15.3301 9.47266C14.706 10.6766 13.4497 11.5 12 11.5C10.5501 11.5 9.29296 10.6768 8.66895 9.47266C8.5824 9.51661 8.48756 9.5653 8.38672 9.62109C7.84243 9.92226 7.11487 10.3955 6.38867 11.0781C4.94705 12.4333 3.5 14.62 3.5 18H2C2 14.1302 3.67802 11.5667 5.36133 9.98438C6.1975 9.19841 7.03263 8.65583 7.66016 8.30859C7.88951 8.18168 8.0926 8.08101 8.25879 8.00293C8.25322 7.91933 8.25 7.83501 8.25 7.75C8.25 5.67893 9.92893 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointMirrored;\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,6DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uwBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVectorAnchorPointMirrored_exports","__export","IconVectorAnchorPointMirrored","IconVectorAnchorPointMirrored_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVectorAnchorPointMirrored","props","React","CentralIconBase","IconVectorAnchorPointMirrored_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:C,size:r=24,...e})=>p.createElement(l,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as t}from"react-native-svg";var a=C=>o.createElement(n,{...C},o.createElement(t,{d:"M4.25 7H9.63867V8.5H4.25L2.5 10.25L0 7.75L2.5 5.25L4.25 7Z",fill:"currentColor"}),o.createElement(t,{d:"M24 7.75L21.5 10.25L19.75 8.5H14.25V7H19.75L21.5 5.25L24 7.75Z",fill:"currentColor"}),o.createElement(t,{d:"M12 4C14.0711 4 15.75 5.67893 15.75 7.75C15.75 7.83503 15.7458 7.91931 15.7402 8.00293C15.9066 8.08106 16.1101 8.18148 16.3398 8.30859C16.9674 8.65583 17.8025 9.19841 18.6387 9.98438C20.322 11.5667 22 14.1302 22 18H20.5C20.5 14.62 19.0529 12.4333 17.6113 11.0781C16.8851 10.3955 16.1576 9.92226 15.6133 9.62109C15.5121 9.56513 15.4168 9.51671 15.3301 9.47266C14.706 10.6766 13.4497 11.5 12 11.5C10.5501 11.5 9.29296 10.6768 8.66895 9.47266C8.5824 9.51661 8.48756 9.5653 8.38672 9.62109C7.84243 9.92226 7.11487 10.3955 6.38867 11.0781C4.94705 12.4333 3.5 14.62 3.5 18H2C2 14.1302 3.67802 11.5667 5.36133 9.98438C6.1975 9.19841 7.03263 8.65583 7.66016 8.30859C7.88951 8.18168 8.0926 8.08101 8.25879 8.00293C8.25322 7.91933 8.25 7.83501 8.25 7.75C8.25 5.67893 9.92893 4 12 4Z",fill:"currentColor"})),P=a;export{a as IconVectorAnchorPointMirrored,P as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointMirrored/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 IconVectorAnchorPointMirrored: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.25 7H9.63867V8.5H4.25L2.5 10.25L0 7.75L2.5 5.25L4.25 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M24 7.75L21.5 10.25L19.75 8.5H14.25V7H19.75L21.5 5.25L24 7.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4C14.0711 4 15.75 5.67893 15.75 7.75C15.75 7.83503 15.7458 7.91931 15.7402 8.00293C15.9066 8.08106 16.1101 8.18148 16.3398 8.30859C16.9674 8.65583 17.8025 9.19841 18.6387 9.98438C20.322 11.5667 22 14.1302 22 18H20.5C20.5 14.62 19.0529 12.4333 17.6113 11.0781C16.8851 10.3955 16.1576 9.92226 15.6133 9.62109C15.5121 9.56513 15.4168 9.51671 15.3301 9.47266C14.706 10.6766 13.4497 11.5 12 11.5C10.5501 11.5 9.29296 10.6768 8.66895 9.47266C8.5824 9.51661 8.48756 9.5653 8.38672 9.62109C7.84243 9.92226 7.11487 10.3955 6.38867 11.0781C4.94705 12.4333 3.5 14.62 3.5 18H2C2 14.1302 3.67802 11.5667 5.36133 9.98438C6.1975 9.19841 7.03263 8.65583 7.66016 8.30859C7.88951 8.18168 8.0926 8.08101 8.25879 8.00293C8.25322 7.91933 8.25 7.83501 8.25 7.75C8.25 5.67893 9.92893 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointMirrored;\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,6DACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uwBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVectorAnchorPointMirrored","props","React","CentralIconBase","IconVectorAnchorPointMirrored_default"]}
|
package/README.md
CHANGED
|
@@ -652,8 +652,8 @@ Below is a complete list of available icons:
|
|
|
652
652
|
- IconVariables
|
|
653
653
|
- IconVectorAnchorPointAsymmetric
|
|
654
654
|
- IconVectorAnchorPointDisconnected
|
|
655
|
+
- IconVectorAnchorPointMirrored
|
|
655
656
|
- IconVectorAnchorPointStraight
|
|
656
|
-
- IconVectorAnchorPointStraight1
|
|
657
657
|
- IconVectorLogo
|
|
658
658
|
- IconWhiteboard
|
|
659
659
|
- IconWrite1
|
|
@@ -1002,6 +1002,7 @@ Below is a complete list of available icons:
|
|
|
1002
1002
|
- IconQuickSearch
|
|
1003
1003
|
- IconReview
|
|
1004
1004
|
- IconSearchMenu
|
|
1005
|
+
- IconSearchOptions
|
|
1005
1006
|
- IconShapesPlusXSquareCircle
|
|
1006
1007
|
- IconShareAndroid
|
|
1007
1008
|
- IconShareOs
|
package/filtered-icons.json
CHANGED
|
@@ -17556,6 +17556,20 @@
|
|
|
17556
17556
|
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
17557
17557
|
"componentName": "IconSearchMenu"
|
|
17558
17558
|
},
|
|
17559
|
+
{
|
|
17560
|
+
"category": "Interface General",
|
|
17561
|
+
"svg": "<path d=\"M7.5 7.5C9.433 7.5 11 9.067 11 11C11 12.933 9.433 14.5 7.5 14.5C5.567 14.5 4 12.933 4 11C4 9.067 5.567 7.5 7.5 7.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.5 4.75C10.9518 4.75 13.75 7.54822 13.75 11C13.75 12.4555 13.2503 13.7932 12.416 14.8555L16.0605 18.5L15 19.5605L11.3555 15.916C10.2932 16.7503 8.95553 17.25 7.5 17.25C4.04822 17.25 1.25 14.4518 1.25 11C1.25 7.54822 4.04822 4.75 7.5 4.75ZM7.5 6.25C4.87665 6.25 2.75 8.37665 2.75 11C2.75 13.6234 4.87665 15.75 7.5 15.75C10.1234 15.75 12.25 13.6234 12.25 11C12.25 8.37665 10.1234 6.25 7.5 6.25Z\" fill=\"currentColor\"/><path d=\"M23.0605 10L19.5 13.5605L15.9395 10L17 8.93945L19.5 11.4395L22 8.93945L23.0605 10Z\" fill=\"currentColor\"/>",
|
|
17562
|
+
"iconName": "search-options, settings",
|
|
17563
|
+
"variant": {
|
|
17564
|
+
"join": "square",
|
|
17565
|
+
"filled": "on",
|
|
17566
|
+
"radius": "0",
|
|
17567
|
+
"stroke": "1.5"
|
|
17568
|
+
},
|
|
17569
|
+
"createdAt": "2025-12-03T14:01:43.586129+00:00",
|
|
17570
|
+
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
17571
|
+
"componentName": "IconSearchOptions"
|
|
17572
|
+
},
|
|
17559
17573
|
{
|
|
17560
17574
|
"category": "Crypto",
|
|
17561
17575
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4H22V20H2V4ZM6 8H11V9.5H6V8ZM13 8V9.5H18V8H13ZM6 11.25H11V12.75H6V11.25ZM13 11.25V12.75H18V11.25H13ZM6 14.5H11V16H6V14.5ZM13 14.5V16H18V14.5H13Z\" fill=\"currentColor\"/>",
|
|
@@ -21464,31 +21478,31 @@
|
|
|
21464
21478
|
},
|
|
21465
21479
|
{
|
|
21466
21480
|
"category": "Edit",
|
|
21467
|
-
"svg": "<path d=\"M12 4C14.0711 4 15.75 5.67893 15.75 7.75C15.75
|
|
21468
|
-
"iconName": "vector-anchor-point-
|
|
21481
|
+
"svg": "<path d=\"M4.25 7H9.63867V8.5H4.25L2.5 10.25L0 7.75L2.5 5.25L4.25 7Z\" fill=\"currentColor\"/><path d=\"M24 7.75L21.5 10.25L19.75 8.5H14.25V7H19.75L21.5 5.25L24 7.75Z\" fill=\"currentColor\"/><path d=\"M12 4C14.0711 4 15.75 5.67893 15.75 7.75C15.75 7.83503 15.7458 7.91931 15.7402 8.00293C15.9066 8.08106 16.1101 8.18148 16.3398 8.30859C16.9674 8.65583 17.8025 9.19841 18.6387 9.98438C20.322 11.5667 22 14.1302 22 18H20.5C20.5 14.62 19.0529 12.4333 17.6113 11.0781C16.8851 10.3955 16.1576 9.92226 15.6133 9.62109C15.5121 9.56513 15.4168 9.51671 15.3301 9.47266C14.706 10.6766 13.4497 11.5 12 11.5C10.5501 11.5 9.29296 10.6768 8.66895 9.47266C8.5824 9.51661 8.48756 9.5653 8.38672 9.62109C7.84243 9.92226 7.11487 10.3955 6.38867 11.0781C4.94705 12.4333 3.5 14.62 3.5 18H2C2 14.1302 3.67802 11.5667 5.36133 9.98438C6.1975 9.19841 7.03263 8.65583 7.66016 8.30859C7.88951 8.18168 8.0926 8.08101 8.25879 8.00293C8.25322 7.91933 8.25 7.83501 8.25 7.75C8.25 5.67893 9.92893 4 12 4Z\" fill=\"currentColor\"/>",
|
|
21482
|
+
"iconName": "vector-anchor-point-mirrored, mirror-angle",
|
|
21469
21483
|
"variant": {
|
|
21470
21484
|
"join": "square",
|
|
21471
21485
|
"filled": "on",
|
|
21472
21486
|
"radius": "0",
|
|
21473
21487
|
"stroke": "1.5"
|
|
21474
21488
|
},
|
|
21475
|
-
"createdAt": "2025-12-
|
|
21489
|
+
"createdAt": "2025-12-03T12:02:17.039279+00:00",
|
|
21476
21490
|
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
21477
|
-
"componentName": "
|
|
21491
|
+
"componentName": "IconVectorAnchorPointMirrored"
|
|
21478
21492
|
},
|
|
21479
21493
|
{
|
|
21480
21494
|
"category": "Edit",
|
|
21481
|
-
"svg": "<path d=\"
|
|
21482
|
-
"iconName": "vector-anchor-point-straight,
|
|
21495
|
+
"svg": "<path d=\"M12 4C14.0711 4 15.75 5.67893 15.75 7.75C15.75 8.58297 15.478 9.35222 15.0186 9.97461L22.3105 17.5176L21.2324 18.5605L13.9043 10.9795C13.346 11.3094 12.6955 11.5 12 11.5C11.3175 11.5 10.6782 11.3166 10.127 10.998L2.76367 18.5605L1.68945 17.5137L9.00195 10.0029C8.52985 9.37568 8.25 8.59553 8.25 7.75C8.25 5.67893 9.92893 4 12 4Z\" fill=\"currentColor\"/>",
|
|
21496
|
+
"iconName": "vector-anchor-point-straight, no-smoothing",
|
|
21483
21497
|
"variant": {
|
|
21484
21498
|
"join": "square",
|
|
21485
21499
|
"filled": "on",
|
|
21486
21500
|
"radius": "0",
|
|
21487
21501
|
"stroke": "1.5"
|
|
21488
21502
|
},
|
|
21489
|
-
"createdAt": "2025-12-
|
|
21503
|
+
"createdAt": "2025-12-03T12:02:17.039279+00:00",
|
|
21490
21504
|
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
21491
|
-
"componentName": "
|
|
21505
|
+
"componentName": "IconVectorAnchorPointStraight"
|
|
21492
21506
|
},
|
|
21493
21507
|
{
|
|
21494
21508
|
"category": "Edit",
|
package/icons/index.d.ts
CHANGED
|
@@ -1253,6 +1253,7 @@ export type CentralIconName =
|
|
|
1253
1253
|
| "IconSearchIntelligence"
|
|
1254
1254
|
| "IconSearchlinesSparkle"
|
|
1255
1255
|
| "IconSearchMenu"
|
|
1256
|
+
| "IconSearchOptions"
|
|
1256
1257
|
| "IconSecretPhrase"
|
|
1257
1258
|
| "IconSend"
|
|
1258
1259
|
| "IconServer"
|
|
@@ -1532,8 +1533,8 @@ export type CentralIconName =
|
|
|
1532
1533
|
| "IconVault"
|
|
1533
1534
|
| "IconVectorAnchorPointAsymmetric"
|
|
1534
1535
|
| "IconVectorAnchorPointDisconnected"
|
|
1536
|
+
| "IconVectorAnchorPointMirrored"
|
|
1535
1537
|
| "IconVectorAnchorPointStraight"
|
|
1536
|
-
| "IconVectorAnchorPointStraight1"
|
|
1537
1538
|
| "IconVectorLogo"
|
|
1538
1539
|
| "IconVenmo"
|
|
1539
1540
|
| "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.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.55",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1.5/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1621,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 62,
|
|
@@ -542,8 +542,8 @@
|
|
|
542
542
|
"IconVariables",
|
|
543
543
|
"IconVectorAnchorPointAsymmetric",
|
|
544
544
|
"IconVectorAnchorPointDisconnected",
|
|
545
|
+
"IconVectorAnchorPointMirrored",
|
|
545
546
|
"IconVectorAnchorPointStraight",
|
|
546
|
-
"IconVectorAnchorPointStraight1",
|
|
547
547
|
"IconVectorLogo",
|
|
548
548
|
"IconWhiteboard",
|
|
549
549
|
"IconWrite1",
|
|
@@ -781,7 +781,7 @@
|
|
|
781
781
|
]
|
|
782
782
|
},
|
|
783
783
|
"Interface General": {
|
|
784
|
-
"count":
|
|
784
|
+
"count": 173,
|
|
785
785
|
"icons": [
|
|
786
786
|
"IconAnchor1",
|
|
787
787
|
"IconAnchor2",
|
|
@@ -906,6 +906,7 @@
|
|
|
906
906
|
"IconQuickSearch",
|
|
907
907
|
"IconReview",
|
|
908
908
|
"IconSearchMenu",
|
|
909
|
+
"IconSearchOptions",
|
|
909
910
|
"IconShapesPlusXSquareCircle",
|
|
910
911
|
"IconShareAndroid",
|
|
911
912
|
"IconShareOs",
|
|
@@ -3064,6 +3065,7 @@
|
|
|
3064
3065
|
"IconSearchIntelligence": "search-intelligence, search-ai",
|
|
3065
3066
|
"IconSearchlinesSparkle": "search lines-sparkle, magnifier, document, list, page, file",
|
|
3066
3067
|
"IconSearchMenu": "search-menu, list-search",
|
|
3068
|
+
"IconSearchOptions": "search-options, settings",
|
|
3067
3069
|
"IconSecretPhrase": "secret-phrase, code, private-phrase",
|
|
3068
3070
|
"IconSend": "send, email, paper-plane, arrow",
|
|
3069
3071
|
"IconServer": "server, data, storage",
|
|
@@ -3343,8 +3345,8 @@
|
|
|
3343
3345
|
"IconVault": "vault, safe",
|
|
3344
3346
|
"IconVectorAnchorPointAsymmetric": "vector-anchor-point-asymmetric",
|
|
3345
3347
|
"IconVectorAnchorPointDisconnected": "vector-anchor-point-disconnected",
|
|
3348
|
+
"IconVectorAnchorPointMirrored": "vector-anchor-point-mirrored, mirror-angle",
|
|
3346
3349
|
"IconVectorAnchorPointStraight": "vector-anchor-point-straight, no-smoothing",
|
|
3347
|
-
"IconVectorAnchorPointStraight1": "vector-anchor-point-straight, mirror-angle",
|
|
3348
3350
|
"IconVectorLogo": "vector-logo, svg",
|
|
3349
3351
|
"IconVenmo": "venmo",
|
|
3350
3352
|
"IconVercel": "vercel",
|
package/index.d.ts
CHANGED
|
@@ -1251,6 +1251,7 @@ export { IconScript2, default as IconScript2Default } from "./IconScript2";
|
|
|
1251
1251
|
export { IconSdCard, default as IconSdCardDefault } from "./IconSdCard";
|
|
1252
1252
|
export { IconSearchIntelligence, default as IconSearchIntelligenceDefault, } from "./IconSearchIntelligence";
|
|
1253
1253
|
export { IconSearchMenu, default as IconSearchMenuDefault, } from "./IconSearchMenu";
|
|
1254
|
+
export { IconSearchOptions, default as IconSearchOptionsDefault, } from "./IconSearchOptions";
|
|
1254
1255
|
export { IconSearchlinesSparkle, default as IconSearchlinesSparkleDefault, } from "./IconSearchlinesSparkle";
|
|
1255
1256
|
export { IconSecretPhrase, default as IconSecretPhraseDefault, } from "./IconSecretPhrase";
|
|
1256
1257
|
export { IconSend, default as IconSendDefault } from "./IconSend";
|
|
@@ -1531,8 +1532,8 @@ export { IconVariables, default as IconVariablesDefault, } from "./IconVariables
|
|
|
1531
1532
|
export { IconVault, default as IconVaultDefault } from "./IconVault";
|
|
1532
1533
|
export { IconVectorAnchorPointAsymmetric, default as IconVectorAnchorPointAsymmetricDefault, } from "./IconVectorAnchorPointAsymmetric";
|
|
1533
1534
|
export { IconVectorAnchorPointDisconnected, default as IconVectorAnchorPointDisconnectedDefault, } from "./IconVectorAnchorPointDisconnected";
|
|
1535
|
+
export { IconVectorAnchorPointMirrored, default as IconVectorAnchorPointMirroredDefault, } from "./IconVectorAnchorPointMirrored";
|
|
1534
1536
|
export { IconVectorAnchorPointStraight, default as IconVectorAnchorPointStraightDefault, } from "./IconVectorAnchorPointStraight";
|
|
1535
|
-
export { IconVectorAnchorPointStraight1, default as IconVectorAnchorPointStraight1Default, } from "./IconVectorAnchorPointStraight1";
|
|
1536
1537
|
export { IconVectorLogo, default as IconVectorLogoDefault, } from "./IconVectorLogo";
|
|
1537
1538
|
export { IconVenmo, default as IconVenmoDefault } from "./IconVenmo";
|
|
1538
1539
|
export { IconVercel, default as IconVercelDefault } from "./IconVercel";
|