@central-icons-react-native/round-outlined-radius-2-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 m=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!h.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(i=k(o,t))||i.enumerable});return r};var a=(r,o,e)=>(e=r!=null?m(L(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>C(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconSearchOptions:()=>l,default:()=>x});module.exports=I(P);var n=a(require("react"));var u=a(require("react")),c=require("react-native-svg"),d=({children:r,size:o=24,...e})=>u.default.createElement(c.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 s=require("react-native-svg"),l=r=>n.default.createElement(d,{...r},n.default.createElement(s.Path,{d:"M7.5 16.5C10.5376 16.5 13 14.0376 13 11C13 7.96243 10.5376 5.5 7.5 5.5C4.46243 5.5 2 7.96243 2 11C2 14.0376 4.46243 16.5 7.5 16.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M15 18.5L11.5 15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M17 10L19.5 12.5L22 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=l;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 16.5C10.5376 16.5 13 14.0376 13 11C13 7.96243 10.5376 5.5 7.5 5.5C4.46243 5.5 2 7.96243 2 11C2 14.0376 4.46243 16.5 7.5 16.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 18.5L11.5 15\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 10L19.5 12.5L22 10\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,qIACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 s from"react";import{Svg as i}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(i,{...p,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 t}from"react-native-svg";var C=e=>o.createElement(n,{...e},o.createElement(t,{d:"M7.5 16.5C10.5376 16.5 13 14.0376 13 11C13 7.96243 10.5376 5.5 7.5 5.5C4.46243 5.5 2 7.96243 2 11C2 14.0376 4.46243 16.5 7.5 16.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M15 18.5L11.5 15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M17 10L19.5 12.5L22 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),h=C;export{C as IconSearchOptions,h 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 16.5C10.5376 16.5 13 14.0376 13 11C13 7.96243 10.5376 5.5 7.5 5.5C4.46243 5.5 2 7.96243 2 11C2 14.0376 4.46243 16.5 7.5 16.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 18.5L11.5 15\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 10L19.5 12.5L22 10\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,qIACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 L=Object.create;var i=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},p=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!h.call(r,s)&&s!==e&&i(r,s,{get:()=>o[s],enumerable:!(C=a(o,s))||C.enumerable});return r};var u=(r,o,e)=>(e=r!=null?L(f(r)):{},p(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>p(i({},"__esModule",{value:!0}),r);var P={};x(P,{IconVectorAnchorPointMirrored:()=>k,default:()=>I});module.exports=B(P);var n=u(require("react"));var l=u(require("react")),d=require("react-native-svg"),c=({children:r,size:o=24,...e})=>l.default.createElement(d.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 t=require("react-native-svg"),k=r=>n.default.createElement(c,{...r},n.default.createElement(t.Path,{d:"M8.99998 8.5C8.99998 8.5 3.33012 10.7679 2.79102 17.2479",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M15 8.5C15 8.5 20.669 10.7676 21.2088 17.2465",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M8.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M15 7.75H21.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M21.8536 5.60355C21.6583 5.40829 21.3417 5.40829 21.1464 5.60355L19.3536 7.39645C19.1583 7.59171 19.1583 7.90829 19.3536 8.10355L21.1464 9.89645C21.3417 10.0917 21.6583 10.0917 21.8536 9.89645L23.6464 8.10355C23.8417 7.90829 23.8417 7.59171 23.6464 7.39645L21.8536 5.60355Z",fill:"currentColor"}),n.default.createElement(t.Circle,{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"})),I=k;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointMirrored: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.99998 8.5C8.99998 8.5 3.33012 10.7679 2.79102 17.2479\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 8.5C15 8.5 20.669 10.7676 21.2088 17.2465\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.88907 7.75H2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 7.75H21.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.8536 5.60355C21.6583 5.40829 21.3417 5.40829 21.1464 5.60355L19.3536 7.39645C19.1583 7.59171 19.1583 7.90829 19.3536 8.10355L21.1464 9.89645C21.3417 10.0917 21.6583 10.0917 21.8536 9.89645L23.6464 8.10355C23.8417 7.90829 23.8417 7.59171 23.6464 7.39645L21.8536 5.60355Z\"\n fill=\"currentColor\"\n />\n <Circle\n cx=\"12\"\n cy=\"7.75\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\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,EAA6B,4BAEhBC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gDACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,OACH,EAAE,IACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,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 r from"react";import i from"react";import{Svg as C}from"react-native-svg";var
|
|
1
|
+
import r from"react";import i from"react";import{Svg as C}from"react-native-svg";var t=({children:n,size:o=24,...s})=>i.createElement(C,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as p,Path as e}from"react-native-svg";var u=n=>r.createElement(t,{...n},r.createElement(e,{d:"M8.99998 8.5C8.99998 8.5 3.33012 10.7679 2.79102 17.2479",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M15 8.5C15 8.5 20.669 10.7676 21.2088 17.2465",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M8.88907 7.75H2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),r.createElement(e,{d:"M15 7.75H21.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),r.createElement(e,{d:"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z",fill:"currentColor"}),r.createElement(e,{d:"M21.8536 5.60355C21.6583 5.40829 21.3417 5.40829 21.1464 5.60355L19.3536 7.39645C19.1583 7.59171 19.1583 7.90829 19.3536 8.10355L21.1464 9.89645C21.3417 10.0917 21.6583 10.0917 21.8536 9.89645L23.6464 8.10355C23.8417 7.90829 23.8417 7.59171 23.6464 7.39645L21.8536 5.60355Z",fill:"currentColor"}),r.createElement(p,{cx:"12",cy:"7.75",r:"3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"})),x=u;export{u as IconVectorAnchorPointMirrored,x 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointMirrored: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.99998 8.5C8.99998 8.5 3.33012 10.7679 2.79102 17.2479\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 8.5C15 8.5 20.669 10.7676 21.2088 17.2465\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.88907 7.75H2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 7.75H21.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.8536 5.60355C21.6583 5.40829 21.3417 5.40829 21.1464 5.60355L19.3536 7.39645C19.1583 7.59171 19.1583 7.90829 19.3536 8.10355L21.1464 9.89645C21.3417 10.0917 21.6583 10.0917 21.8536 9.89645L23.6464 8.10355C23.8417 7.90829 23.8417 7.59171 23.6464 7.39645L21.8536 5.60355Z\"\n fill=\"currentColor\"\n />\n <Circle\n cx=\"12\"\n cy=\"7.75\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gDACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oRACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,OACH,EAAE,IACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","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": "round-outlined-radius-2-stroke-1.5",
|
|
17557
17557
|
"componentName": "IconSearchMenu"
|
|
17558
17558
|
},
|
|
17559
|
+
{
|
|
17560
|
+
"category": "Interface General",
|
|
17561
|
+
"svg": "<path d=\"M7.5 16.5C10.5376 16.5 13 14.0376 13 11C13 7.96243 10.5376 5.5 7.5 5.5C4.46243 5.5 2 7.96243 2 11C2 14.0376 4.46243 16.5 7.5 16.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15 18.5L11.5 15\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 10L19.5 12.5L22 10\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
17562
|
+
"iconName": "search-options, settings",
|
|
17563
|
+
"variant": {
|
|
17564
|
+
"join": "round",
|
|
17565
|
+
"filled": "off",
|
|
17566
|
+
"radius": "2",
|
|
17567
|
+
"stroke": "1.5"
|
|
17568
|
+
},
|
|
17569
|
+
"createdAt": "2025-12-03T14:01:43.586129+00:00",
|
|
17570
|
+
"packageName": "round-outlined-radius-2-stroke-1.5",
|
|
17571
|
+
"componentName": "IconSearchOptions"
|
|
17572
|
+
},
|
|
17559
17573
|
{
|
|
17560
17574
|
"category": "Crypto",
|
|
17561
17575
|
"svg": "<path d=\"M19.25 4.75H4.75C3.64543 4.75 2.75 5.64543 2.75 6.75V17.25C2.75 18.3546 3.64543 19.25 4.75 19.25H19.25C20.3546 19.25 21.25 18.3546 21.25 17.25V6.75C21.25 5.64543 20.3546 4.75 19.25 4.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.75 8.75H10.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.75 8.75H17.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.75 12H10.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.75 12H17.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.75 15.25H10.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.75 15.25H17.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -21464,31 +21478,31 @@
|
|
|
21464
21478
|
},
|
|
21465
21479
|
{
|
|
21466
21480
|
"category": "Edit",
|
|
21467
|
-
"svg": "<
|
|
21468
|
-
"iconName": "vector-anchor-point-
|
|
21481
|
+
"svg": "<path d=\"M8.99998 8.5C8.99998 8.5 3.33012 10.7679 2.79102 17.2479\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15 8.5C15 8.5 20.669 10.7676 21.2088 17.2465\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.88907 7.75H2.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M15 7.75H21.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z\" fill=\"currentColor\"/><path d=\"M21.8536 5.60355C21.6583 5.40829 21.3417 5.40829 21.1464 5.60355L19.3536 7.39645C19.1583 7.59171 19.1583 7.90829 19.3536 8.10355L21.1464 9.89645C21.3417 10.0917 21.6583 10.0917 21.8536 9.89645L23.6464 8.10355C23.8417 7.90829 23.8417 7.59171 23.6464 7.39645L21.8536 5.60355Z\" fill=\"currentColor\"/><circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
|
|
21482
|
+
"iconName": "vector-anchor-point-mirrored, mirror-angle",
|
|
21469
21483
|
"variant": {
|
|
21470
21484
|
"join": "round",
|
|
21471
21485
|
"filled": "off",
|
|
21472
21486
|
"radius": "2",
|
|
21473
21487
|
"stroke": "1.5"
|
|
21474
21488
|
},
|
|
21475
|
-
"createdAt": "2025-12-
|
|
21489
|
+
"createdAt": "2025-12-03T12:02:17.039279+00:00",
|
|
21476
21490
|
"packageName": "round-outlined-radius-2-stroke-1.5",
|
|
21477
|
-
"componentName": "
|
|
21491
|
+
"componentName": "IconVectorAnchorPointMirrored"
|
|
21478
21492
|
},
|
|
21479
21493
|
{
|
|
21480
21494
|
"category": "Edit",
|
|
21481
|
-
"svg": "<
|
|
21482
|
-
"iconName": "vector-anchor-point-straight,
|
|
21495
|
+
"svg": "<circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M2.75 17.5L10.0526 10\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M21.25 17.5L14 10\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
|
|
21496
|
+
"iconName": "vector-anchor-point-straight, no-smoothing",
|
|
21483
21497
|
"variant": {
|
|
21484
21498
|
"join": "round",
|
|
21485
21499
|
"filled": "off",
|
|
21486
21500
|
"radius": "2",
|
|
21487
21501
|
"stroke": "1.5"
|
|
21488
21502
|
},
|
|
21489
|
-
"createdAt": "2025-12-
|
|
21503
|
+
"createdAt": "2025-12-03T12:02:17.039279+00:00",
|
|
21490
21504
|
"packageName": "round-outlined-radius-2-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/round-outlined-radius-2-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.55",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-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";
|