@central-icons-react-native/round-outlined-radius-2-stroke-1 1.1.138 → 1.1.139
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/IconSparkleHightlight/index.d.ts +4 -0
- package/IconSparkleHightlight/index.js +2 -0
- package/IconSparkleHightlight/index.js.map +1 -0
- package/IconSparkleHightlight/index.mjs +2 -0
- package/IconSparkleHightlight/index.mjs.map +1 -0
- package/IconUnicorn/index.js +1 -1
- package/IconUnicorn/index.js.map +1 -1
- package/IconUnicorn/index.mjs +1 -1
- package/IconUnicorn/index.mjs.map +1 -1
- package/README.md +1 -0
- package/filtered-icons.json +15 -1
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -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 +8 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!B.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(s=f(o,n))||s.enumerable});return r};var L=(r,o,e)=>(e=r!=null?u(g(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),k=r=>a(t({},"__esModule",{value:!0}),r);var P={};I(P,{IconSparkleHightlight:()=>c,default:()=>x});module.exports=k(P);var C=L(require("react"));var i=L(require("react")),l=require("react-native-svg"),m=({children:r,size:o=24,...e})=>i.default.createElement(l.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 p=require("react-native-svg"),c=r=>C.default.createElement(m,{...r},C.default.createElement(p.Path,{d:"M14.661 8.30474L12.7931 4.01946C12.6556 3.70398 12.3442 3.5 12 3.5C11.6558 3.5 11.3444 3.70398 11.2069 4.01946L9.33896 8.30474C9.13716 8.76769 8.76769 9.13716 8.30474 9.33896L4.01946 11.2069C3.70398 11.3444 3.5 11.6558 3.5 12C3.5 12.3442 3.70398 12.6556 4.01946 12.7931L8.30474 14.661C8.76769 14.8628 9.13716 15.2323 9.33896 15.6953L11.2069 19.9805C11.3444 20.296 11.6558 20.5 12 20.5C12.3442 20.5 12.6556 20.296 12.7931 19.9805L14.661 15.6953C14.8628 15.2323 15.2323 14.8628 15.6953 14.661L19.9805 12.7931C20.296 12.6556 20.5 12.3442 20.5 12C20.5 11.6558 20.296 11.3444 19.9805 11.2069L15.6953 9.33896C15.2323 9.13716 14.8628 8.76769 14.661 8.30474Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M2.5 2.5L5.5 5.5M21.5 2.5L18.5 5.5M2.5 21.5L5.5 18.5M21.5 21.5L18.5 18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=c;0&&(module.exports={IconSparkleHightlight});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSparkleHightlight/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 IconSparkleHightlight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.661 8.30474L12.7931 4.01946C12.6556 3.70398 12.3442 3.5 12 3.5C11.6558 3.5 11.3444 3.70398 11.2069 4.01946L9.33896 8.30474C9.13716 8.76769 8.76769 9.13716 8.30474 9.33896L4.01946 11.2069C3.70398 11.3444 3.5 11.6558 3.5 12C3.5 12.3442 3.70398 12.6556 4.01946 12.7931L8.30474 14.661C8.76769 14.8628 9.13716 15.2323 9.33896 15.6953L11.2069 19.9805C11.3444 20.296 11.6558 20.5 12 20.5C12.3442 20.5 12.6556 20.296 12.7931 19.9805L14.661 15.6953C14.8628 15.2323 15.2323 14.8628 15.6953 14.661L19.9805 12.7931C20.296 12.6556 20.5 12.3442 20.5 12C20.5 11.6558 20.296 11.3444 19.9805 11.2069L15.6953 9.33896C15.2323 9.13716 14.8628 8.76769 14.661 8.30474Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 2.5L5.5 5.5M21.5 2.5L18.5 5.5M2.5 21.5L5.5 18.5M21.5 21.5L18.5 18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSparkleHightlight;\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,2BAAAE,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,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6oBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2EACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconSparkleHightlight_exports","__export","IconSparkleHightlight","IconSparkleHightlight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSparkleHightlight","props","React","CentralIconBase","IconSparkleHightlight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:o,size:r=24,...C})=>p.createElement(s,{...C,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 t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M14.661 8.30474L12.7931 4.01946C12.6556 3.70398 12.3442 3.5 12 3.5C11.6558 3.5 11.3444 3.70398 11.2069 4.01946L9.33896 8.30474C9.13716 8.76769 8.76769 9.13716 8.30474 9.33896L4.01946 11.2069C3.70398 11.3444 3.5 11.6558 3.5 12C3.5 12.3442 3.70398 12.6556 4.01946 12.7931L8.30474 14.661C8.76769 14.8628 9.13716 15.2323 9.33896 15.6953L11.2069 19.9805C11.3444 20.296 11.6558 20.5 12 20.5C12.3442 20.5 12.6556 20.296 12.7931 19.9805L14.661 15.6953C14.8628 15.2323 15.2323 14.8628 15.6953 14.661L19.9805 12.7931C20.296 12.6556 20.5 12.3442 20.5 12C20.5 11.6558 20.296 11.3444 19.9805 11.2069L15.6953 9.33896C15.2323 9.13716 14.8628 8.76769 14.661 8.30474Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M2.5 2.5L5.5 5.5M21.5 2.5L18.5 5.5M2.5 21.5L5.5 18.5M21.5 21.5L18.5 18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconSparkleHightlight,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSparkleHightlight/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 IconSparkleHightlight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.661 8.30474L12.7931 4.01946C12.6556 3.70398 12.3442 3.5 12 3.5C11.6558 3.5 11.3444 3.70398 11.2069 4.01946L9.33896 8.30474C9.13716 8.76769 8.76769 9.13716 8.30474 9.33896L4.01946 11.2069C3.70398 11.3444 3.5 11.6558 3.5 12C3.5 12.3442 3.70398 12.6556 4.01946 12.7931L8.30474 14.661C8.76769 14.8628 9.13716 15.2323 9.33896 15.6953L11.2069 19.9805C11.3444 20.296 11.6558 20.5 12 20.5C12.3442 20.5 12.6556 20.296 12.7931 19.9805L14.661 15.6953C14.8628 15.2323 15.2323 14.8628 15.6953 14.661L19.9805 12.7931C20.296 12.6556 20.5 12.3442 20.5 12C20.5 11.6558 20.296 11.3444 19.9805 11.2069L15.6953 9.33896C15.2323 9.13716 14.8628 8.76769 14.661 8.30474Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 2.5L5.5 5.5M21.5 2.5L18.5 5.5M2.5 21.5L5.5 18.5M21.5 21.5L18.5 18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSparkleHightlight;\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,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6oBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2EACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSparkleHightlight","props","React","CentralIconBase","IconSparkleHightlight_default"]}
|
package/IconUnicorn/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var L=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!I.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(s=f(o,e))||s.enumerable});return r};var l=(r,o,n)=>(n=r!=null?L(B(r)):{},a(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var k={};x(k,{IconUnicorn:()=>u,default:()=>g});module.exports=P(k);var t=l(require("react"));var i=l(require("react")),c=require("react-native-svg"),m=({children:r,size:o=24,...n})=>i.default.createElement(c.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 C=require("react-native-svg"),u=r=>t.default.createElement(m,{...r},t.default.createElement(C.Path,{d:"M10.4722 10.9815L10.2456 11.904C10.0513 12.6949 10.1414 13.5304 10.4997 14.2596C10.8244 14.9205 11.3511 15.4564 12.0006 15.7869L16.7924 18.2248C17.1481 18.4058 17.5404 18.5 17.9381 18.5C19.353 18.5 20.5 17.3329 20.5 15.8932V15.1052C20.5 14.5145 20.3485 13.9339 20.0604 13.421L16.2778 6.68519V4L13.1111 5.61111C5.
|
|
1
|
+
"use strict";var L=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!I.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(s=f(o,e))||s.enumerable});return r};var l=(r,o,n)=>(n=r!=null?L(B(r)):{},a(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var k={};x(k,{IconUnicorn:()=>u,default:()=>g});module.exports=P(k);var t=l(require("react"));var i=l(require("react")),c=require("react-native-svg"),m=({children:r,size:o=24,...n})=>i.default.createElement(c.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 C=require("react-native-svg"),u=r=>t.default.createElement(m,{...r},t.default.createElement(C.Path,{d:"M13.5 20.5C13.5 18.5 12.4312 16.8036 12 16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(C.Path,{d:"M17.1328 7.24902L18.4992 9.74902L22.8929 4.80289C23.2281 4.36584 22.7062 3.79493 22.2247 4.07192L17.1328 7.24902Z",fill:"currentColor"}),t.default.createElement(C.Path,{d:"M10.4722 10.9815L10.2456 11.904C10.0513 12.6949 10.1414 13.5304 10.4997 14.2596C10.8244 14.9205 11.3511 15.4564 12.0006 15.7869L16.7924 18.2248C17.1481 18.4058 17.5404 18.5 17.9381 18.5C19.353 18.5 20.5 17.3329 20.5 15.8932V15.1052C20.5 14.5145 20.3485 13.9339 20.0604 13.421L16.2778 6.68519V4L13.1111 5.61111C5.5 5 1.5 12.0556 1.5 18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=u;0&&(module.exports={IconUnicorn});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconUnicorn/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconUnicorn/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 IconUnicorn: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.4722 10.9815L10.2456 11.904C10.0513 12.6949 10.1414 13.5304 10.4997 14.2596C10.8244 14.9205 11.3511 15.4564 12.0006 15.7869L16.7924 18.2248C17.1481 18.4058 17.5404 18.5 17.9381 18.5C19.353 18.5 20.5 17.3329 20.5 15.8932V15.1052C20.5 14.5145 20.3485 13.9339 20.0604 13.421L16.2778 6.68519V4L13.1111 5.61111C5.
|
|
1
|
+
{"version":3,"sources":["../src/IconUnicorn/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 IconUnicorn: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.5 20.5C13.5 18.5 12.4312 16.8036 12 16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.1328 7.24902L18.4992 9.74902L22.8929 4.80289C23.2281 4.36584 22.7062 3.79493 22.2247 4.07192L17.1328 7.24902Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.4722 10.9815L10.2456 11.904C10.0513 12.6949 10.1414 13.5304 10.4997 14.2596C10.8244 14.9205 11.3511 15.4564 12.0006 15.7869L16.7924 18.2248C17.1481 18.4058 17.5404 18.5 17.9381 18.5C19.353 18.5 20.5 17.3329 20.5 15.8932V15.1052C20.5 14.5145 20.3485 13.9339 20.0604 13.421L16.2778 6.68519V4L13.1111 5.61111C5.5 5 1.5 12.0556 1.5 18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnicorn;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6CACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mVACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconUnicorn_exports","__export","IconUnicorn","IconUnicorn_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconUnicorn","props","React","CentralIconBase","IconUnicorn_default"]}
|
package/IconUnicorn/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import C from"react";import{Svg as s}from"react-native-svg";var t=({children:n,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(e,{d:"M10.4722 10.9815L10.2456 11.904C10.0513 12.6949 10.1414 13.5304 10.4997 14.2596C10.8244 14.9205 11.3511 15.4564 12.0006 15.7869L16.7924 18.2248C17.1481 18.4058 17.5404 18.5 17.9381 18.5C19.353 18.5 20.5 17.3329 20.5 15.8932V15.1052C20.5 14.5145 20.3485 13.9339 20.0604 13.421L16.2778 6.68519V4L13.1111 5.61111C5.
|
|
1
|
+
import o from"react";import C from"react";import{Svg as s}from"react-native-svg";var t=({children:n,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(e,{d:"M13.5 20.5C13.5 18.5 12.4312 16.8036 12 16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M17.1328 7.24902L18.4992 9.74902L22.8929 4.80289C23.2281 4.36584 22.7062 3.79493 22.2247 4.07192L17.1328 7.24902Z",fill:"currentColor"}),o.createElement(e,{d:"M10.4722 10.9815L10.2456 11.904C10.0513 12.6949 10.1414 13.5304 10.4997 14.2596C10.8244 14.9205 11.3511 15.4564 12.0006 15.7869L16.7924 18.2248C17.1481 18.4058 17.5404 18.5 17.9381 18.5C19.353 18.5 20.5 17.3329 20.5 15.8932V15.1052C20.5 14.5145 20.3485 13.9339 20.0604 13.421L16.2778 6.68519V4L13.1111 5.61111C5.5 5 1.5 12.0556 1.5 18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconUnicorn,I as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconUnicorn/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 IconUnicorn: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.4722 10.9815L10.2456 11.904C10.0513 12.6949 10.1414 13.5304 10.4997 14.2596C10.8244 14.9205 11.3511 15.4564 12.0006 15.7869L16.7924 18.2248C17.1481 18.4058 17.5404 18.5 17.9381 18.5C19.353 18.5 20.5 17.3329 20.5 15.8932V15.1052C20.5 14.5145 20.3485 13.9339 20.0604 13.421L16.2778 6.68519V4L13.1111 5.61111C5.
|
|
1
|
+
{"version":3,"sources":["../src/IconUnicorn/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 IconUnicorn: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.5 20.5C13.5 18.5 12.4312 16.8036 12 16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.1328 7.24902L18.4992 9.74902L22.8929 4.80289C23.2281 4.36584 22.7062 3.79493 22.2247 4.07192L17.1328 7.24902Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.4722 10.9815L10.2456 11.904C10.0513 12.6949 10.1414 13.5304 10.4997 14.2596C10.8244 14.9205 11.3511 15.4564 12.0006 15.7869L16.7924 18.2248C17.1481 18.4058 17.5404 18.5 17.9381 18.5C19.353 18.5 20.5 17.3329 20.5 15.8932V15.1052C20.5 14.5145 20.3485 13.9339 20.0604 13.421L16.2778 6.68519V4L13.1111 5.61111C5.5 5 1.5 12.0556 1.5 18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnicorn;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6CACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mVACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconUnicorn","props","React","CentralIconBase","IconUnicorn_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -21196,6 +21196,20 @@
|
|
|
21196
21196
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
21197
21197
|
"componentName": "IconSparkleCentral"
|
|
21198
21198
|
},
|
|
21199
|
+
{
|
|
21200
|
+
"category": "AI & Magic",
|
|
21201
|
+
"svg": "<path d=\"M14.661 8.30474L12.7931 4.01946C12.6556 3.70398 12.3442 3.5 12 3.5C11.6558 3.5 11.3444 3.70398 11.2069 4.01946L9.33896 8.30474C9.13716 8.76769 8.76769 9.13716 8.30474 9.33896L4.01946 11.2069C3.70398 11.3444 3.5 11.6558 3.5 12C3.5 12.3442 3.70398 12.6556 4.01946 12.7931L8.30474 14.661C8.76769 14.8628 9.13716 15.2323 9.33896 15.6953L11.2069 19.9805C11.3444 20.296 11.6558 20.5 12 20.5C12.3442 20.5 12.6556 20.296 12.7931 19.9805L14.661 15.6953C14.8628 15.2323 15.2323 14.8628 15.6953 14.661L19.9805 12.7931C20.296 12.6556 20.5 12.3442 20.5 12C20.5 11.6558 20.296 11.3444 19.9805 11.2069L15.6953 9.33896C15.2323 9.13716 14.8628 8.76769 14.661 8.30474Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 2.5L5.5 5.5M21.5 2.5L18.5 5.5M2.5 21.5L5.5 18.5M21.5 21.5L18.5 18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
21202
|
+
"iconName": "sparkle-hightlight, special, ai, magic",
|
|
21203
|
+
"variant": {
|
|
21204
|
+
"join": "round",
|
|
21205
|
+
"filled": "off",
|
|
21206
|
+
"radius": "2",
|
|
21207
|
+
"stroke": "1"
|
|
21208
|
+
},
|
|
21209
|
+
"createdAt": "2026-02-19T12:00:51.458916+00:00",
|
|
21210
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
21211
|
+
"componentName": "IconSparkleHightlight"
|
|
21212
|
+
},
|
|
21199
21213
|
{
|
|
21200
21214
|
"category": "AI & Magic",
|
|
21201
21215
|
"svg": "<path d=\"M19.5 13C14.2924 13.4508 11.4508 16.2924 11 21.5C10.5302 16.2114 7.70346 13.5894 2.5 13C7.7857 12.3904 10.3904 9.7857 11 4.5C11.5894 9.70346 14.2114 12.5302 19.5 13Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.6932 1.17256C19.6821 1.07434 19.599 1.0001 19.5002 1C19.4014 0.999899 19.3182 1.07397 19.3068 1.17217C19.1914 2.17342 18.8902 2.89316 18.3917 3.39165C17.8932 3.89015 17.1734 4.19135 16.1722 4.30684C16.074 4.31816 15.9999 4.40135 16 4.5002C16.0001 4.59904 16.0743 4.68208 16.1726 4.69321C17.1576 4.80479 17.8917 5.10581 18.4013 5.60621C18.9098 6.10546 19.2178 6.82579 19.3063 7.82276C19.3152 7.92317 19.3994 8.00011 19.5002 8C19.601 7.99989 19.685 7.92275 19.6937 7.82232C19.7786 6.84134 20.0863 6.10681 20.5966 5.59656C21.1068 5.08632 21.8413 4.77864 22.8223 4.69372C22.9228 4.68503 22.9999 4.60102 23 4.50022C23.0001 4.39941 22.9232 4.31524 22.8228 4.30632C21.8258 4.21776 21.1055 3.90975 20.6062 3.40132C20.1058 2.8917 19.8048 2.15762 19.6932 1.17256Z\" fill=\"currentColor\"/>",
|
|
@@ -23816,7 +23830,7 @@
|
|
|
23816
23830
|
},
|
|
23817
23831
|
{
|
|
23818
23832
|
"category": "Things",
|
|
23819
|
-
"svg": "<path d=\"M10.4722 10.9815L10.2456 11.904C10.0513 12.6949 10.1414 13.5304 10.4997 14.2596C10.8244 14.9205 11.3511 15.4564 12.0006 15.7869L16.7924 18.2248C17.1481 18.4058 17.5404 18.5 17.9381 18.5C19.353 18.5 20.5 17.3329 20.5 15.8932V15.1052C20.5 14.5145 20.3485 13.9339 20.0604 13.421L16.2778 6.68519V4L13.1111 5.61111C5.
|
|
23833
|
+
"svg": "<path d=\"M13.5 20.5C13.5 18.5 12.4312 16.8036 12 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.1328 7.24902L18.4992 9.74902L22.8929 4.80289C23.2281 4.36584 22.7062 3.79493 22.2247 4.07192L17.1328 7.24902Z\" fill=\"currentColor\"/><path d=\"M10.4722 10.9815L10.2456 11.904C10.0513 12.6949 10.1414 13.5304 10.4997 14.2596C10.8244 14.9205 11.3511 15.4564 12.0006 15.7869L16.7924 18.2248C17.1481 18.4058 17.5404 18.5 17.9381 18.5C19.353 18.5 20.5 17.3329 20.5 15.8932V15.1052C20.5 14.5145 20.3485 13.9339 20.0604 13.421L16.2778 6.68519V4L13.1111 5.61111C5.5 5 1.5 12.0556 1.5 18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
23820
23834
|
"iconName": "unicorn, startup, success",
|
|
23821
23835
|
"variant": {
|
|
23822
23836
|
"join": "round",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.139",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-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": 1820,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 69,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAiTokens",
|
|
20
20
|
"IconAiTranslate",
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
"IconSparkle2",
|
|
71
71
|
"IconSparkle3",
|
|
72
72
|
"IconSparkleCentral",
|
|
73
|
+
"IconSparkleHightlight",
|
|
73
74
|
"IconSparklesSoft",
|
|
74
75
|
"IconSparklesThree",
|
|
75
76
|
"IconSparklesTwo",
|
|
@@ -3535,6 +3536,7 @@
|
|
|
3535
3536
|
"IconSparkle2": "sparkle-2, star, magic, ai",
|
|
3536
3537
|
"IconSparkle3": "sparkle-3, ai, star, magic",
|
|
3537
3538
|
"IconSparkleCentral": "sparkle-central, star, magic, ai",
|
|
3539
|
+
"IconSparkleHightlight": "sparkle-hightlight, special, ai, magic",
|
|
3538
3540
|
"IconSparklesSoft": "sparkles-soft",
|
|
3539
3541
|
"IconSparklesThree": "sparkles-three, ai 3 stars, sparkles, ✨",
|
|
3540
3542
|
"IconSparklesTwo": "sparkles-two, ai 2 stars, sparkles, ✨",
|
package/index.d.ts
CHANGED
|
@@ -1512,6 +1512,7 @@ export { IconSparkle, default as IconSparkleDefault } from "./IconSparkle";
|
|
|
1512
1512
|
export { IconSparkle2, default as IconSparkle2Default } from "./IconSparkle2";
|
|
1513
1513
|
export { IconSparkle3, default as IconSparkle3Default } from "./IconSparkle3";
|
|
1514
1514
|
export { IconSparkleCentral, default as IconSparkleCentralDefault, } from "./IconSparkleCentral";
|
|
1515
|
+
export { IconSparkleHightlight, default as IconSparkleHightlightDefault, } from "./IconSparkleHightlight";
|
|
1515
1516
|
export { IconSparklesSoft, default as IconSparklesSoftDefault, } from "./IconSparklesSoft";
|
|
1516
1517
|
export { IconSparklesThree, default as IconSparklesThreeDefault, } from "./IconSparklesThree";
|
|
1517
1518
|
export { IconSparklesTwo, default as IconSparklesTwoDefault, } from "./IconSparklesTwo";
|