@central-icons-react-native/round-outlined-radius-3-stroke-2 0.0.48 → 0.0.49
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/IconHatSparkle/index.js +1 -1
- package/IconHatSparkle/index.js.map +1 -1
- package/IconHatSparkle/index.mjs +1 -1
- package/IconHatSparkle/index.mjs.map +1 -1
- package/IconRandom/index.d.ts +4 -0
- package/IconRandom/index.js +2 -0
- package/IconRandom/index.js.map +1 -0
- package/IconRandom/index.mjs +2 -0
- package/IconRandom/index.mjs.map +1 -0
- 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/package.json +1 -1
- package/tsx-icons.json +8 -1
package/IconHatSparkle/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var c=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var k=(r,o)=>{for(var C in o)p(r,C,{get:o[C],enumerable:!0})},l=(r,o,C,L)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!I.call(r,e)&&e!==C&&p(r,e,{get:()=>o[e],enumerable:!(L=f(o,e))||L.enumerable});return r};var s=(r,o,C)=>(C=r!=null?c(B(r)):{},l(o||!r||!r.__esModule?p(C,"default",{value:r,enumerable:!0}):C,r)),x=r=>l(p({},"__esModule",{value:!0}),r);var g={};k(g,{IconHatSparkle:()=>u,default:()=>P});module.exports=x(g);var t=s(require("react"));var a=s(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...C})=>a.default.createElement(i.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 n=require("react-native-svg"),u=r=>t.default.createElement(m,{...r},t.default.createElement(n.Path,{d:"M18 13V17.9994C18 19.2029 17.282 20.3109 16.1078 20.5748C14.9071 20.8448 13.5019 21 12 21C10.4981 21 9.09291 20.8448 7.89219 20.5748C6.718 20.3109 6 19.2029 6 17.9994V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M20 11C20 12.1046 16.4183 13 12 13C7.58172 13 4 12.1046 4 11C4 9.89543 7.58172 9 12 9C16.4183 9 20 9.89543 20 11Z",stroke:"currentColor",strokeWidth:"2"}),t.default.createElement(n.Path,{d:"M13.5528 1.8943C13.7371 1.52578 14.2631 1.52581 14.4474 1.8943L14.9259 2.8504C14.9743 2.94717 15.0528 3.02566 15.1496 3.07405L16.1057 3.55259C16.4742 3.73686 16.4742 4.26289 16.1057 4.44716L15.1496 4.9257C15.0528 4.97408 14.9743 5.05258 14.9259 5.14934L14.4474 6.10544C14.2631 6.47399 13.7371 6.47399 13.5528 6.10544L13.0743 5.14934C13.0259 5.05258 12.9474 4.97408 12.8506 4.9257L11.8945 4.44716C11.5261 4.26287 11.526 3.73685 11.8945 3.55259L12.8506 3.07405C12.9474 3.02566 13.0259 2.94717 13.0743 2.8504L13.5528 1.8943Z",fill:"currentColor"}),t.default.createElement(n.Path,{d:"M9.35797 3.21521C9.21044 2.92083 8.78961 2.92072 8.64217 3.21521L8.22617 4.0472C8.18747 4.1246 8.12488 4.1872 8.04747 4.2259L7.21546 4.64189C6.92096 4.78932 6.92107 5.21014 7.21546 5.35767L8.04747 5.77366L8.10313 5.80686C8.15513 5.8444 8.19716 5.89446 8.22617 5.95236L8.40292 6.30683L8.64217 6.78435C8.78041 7.06081 9.15955 7.07816 9.3277 6.8361L9.35797 6.78435L9.77397 5.95236C9.81266 5.87506 9.87537 5.81235 9.95268 5.77366L10.3072 5.59594L10.7847 5.35767C11.0795 5.21025 11.0795 4.78929 10.7847 4.64189L9.95268 4.2259C9.89478 4.19689 9.84472 4.15486 9.80718 4.10286L9.77397 4.0472L9.35797 3.21521Z",fill:"currentColor"})),P=u;0&&(module.exports={IconHatSparkle});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconHatSparkle/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 IconHatSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconHatSparkle/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 IconHatSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 13V17.9994C18 19.2029 17.282 20.3109 16.1078 20.5748C14.9071 20.8448 13.5019 21 12 21C10.4981 21 9.09291 20.8448 7.89219 20.5748C6.718 20.3109 6 19.2029 6 17.9994V13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 11C20 12.1046 16.4183 13 12 13C7.58172 13 4 12.1046 4 11C4 9.89543 7.58172 9 12 9C16.4183 9 20 9.89543 20 11Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M13.5528 1.8943C13.7371 1.52578 14.2631 1.52581 14.4474 1.8943L14.9259 2.8504C14.9743 2.94717 15.0528 3.02566 15.1496 3.07405L16.1057 3.55259C16.4742 3.73686 16.4742 4.26289 16.1057 4.44716L15.1496 4.9257C15.0528 4.97408 14.9743 5.05258 14.9259 5.14934L14.4474 6.10544C14.2631 6.47399 13.7371 6.47399 13.5528 6.10544L13.0743 5.14934C13.0259 5.05258 12.9474 4.97408 12.8506 4.9257L11.8945 4.44716C11.5261 4.26287 11.526 3.73685 11.8945 3.55259L12.8506 3.07405C12.9474 3.02566 13.0259 2.94717 13.0743 2.8504L13.5528 1.8943Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.35797 3.21521C9.21044 2.92083 8.78961 2.92072 8.64217 3.21521L8.22617 4.0472C8.18747 4.1246 8.12488 4.1872 8.04747 4.2259L7.21546 4.64189C6.92096 4.78932 6.92107 5.21014 7.21546 5.35767L8.04747 5.77366L8.10313 5.80686C8.15513 5.8444 8.19716 5.89446 8.22617 5.95236L8.40292 6.30683L8.64217 6.78435C8.78041 7.06081 9.15955 7.07816 9.3277 6.8361L9.35797 6.78435L9.77397 5.95236C9.81266 5.87506 9.87537 5.81235 9.95268 5.77366L10.3072 5.59594L10.7847 5.35767C11.0795 5.21025 11.0795 4.78929 10.7847 4.64189L9.95268 4.2259C9.89478 4.19689 9.84472 4.15486 9.80718 4.10286L9.77397 4.0472L9.35797 3.21521Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHatSparkle;\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,4KACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oHACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4gBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2lBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconHatSparkle_exports","__export","IconHatSparkle","IconHatSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHatSparkle","props","React","CentralIconBase","IconHatSparkle_default"]}
|
package/IconHatSparkle/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import
|
|
1
|
+
import o from"react";import p from"react";import{Svg as L}from"react-native-svg";var e=({children:t,size:r=24,...n})=>p.createElement(L,{...n,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 C}from"react-native-svg";var l=t=>o.createElement(e,{...t},o.createElement(C,{d:"M18 13V17.9994C18 19.2029 17.282 20.3109 16.1078 20.5748C14.9071 20.8448 13.5019 21 12 21C10.4981 21 9.09291 20.8448 7.89219 20.5748C6.718 20.3109 6 19.2029 6 17.9994V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(C,{d:"M20 11C20 12.1046 16.4183 13 12 13C7.58172 13 4 12.1046 4 11C4 9.89543 7.58172 9 12 9C16.4183 9 20 9.89543 20 11Z",stroke:"currentColor",strokeWidth:"2"}),o.createElement(C,{d:"M13.5528 1.8943C13.7371 1.52578 14.2631 1.52581 14.4474 1.8943L14.9259 2.8504C14.9743 2.94717 15.0528 3.02566 15.1496 3.07405L16.1057 3.55259C16.4742 3.73686 16.4742 4.26289 16.1057 4.44716L15.1496 4.9257C15.0528 4.97408 14.9743 5.05258 14.9259 5.14934L14.4474 6.10544C14.2631 6.47399 13.7371 6.47399 13.5528 6.10544L13.0743 5.14934C13.0259 5.05258 12.9474 4.97408 12.8506 4.9257L11.8945 4.44716C11.5261 4.26287 11.526 3.73685 11.8945 3.55259L12.8506 3.07405C12.9474 3.02566 13.0259 2.94717 13.0743 2.8504L13.5528 1.8943Z",fill:"currentColor"}),o.createElement(C,{d:"M9.35797 3.21521C9.21044 2.92083 8.78961 2.92072 8.64217 3.21521L8.22617 4.0472C8.18747 4.1246 8.12488 4.1872 8.04747 4.2259L7.21546 4.64189C6.92096 4.78932 6.92107 5.21014 7.21546 5.35767L8.04747 5.77366L8.10313 5.80686C8.15513 5.8444 8.19716 5.89446 8.22617 5.95236L8.40292 6.30683L8.64217 6.78435C8.78041 7.06081 9.15955 7.07816 9.3277 6.8361L9.35797 6.78435L9.77397 5.95236C9.81266 5.87506 9.87537 5.81235 9.95268 5.77366L10.3072 5.59594L10.7847 5.35767C11.0795 5.21025 11.0795 4.78929 10.7847 4.64189L9.95268 4.2259C9.89478 4.19689 9.84472 4.15486 9.80718 4.10286L9.77397 4.0472L9.35797 3.21521Z",fill:"currentColor"})),I=l;export{l as IconHatSparkle,I as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconHatSparkle/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 IconHatSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconHatSparkle/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 IconHatSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 13V17.9994C18 19.2029 17.282 20.3109 16.1078 20.5748C14.9071 20.8448 13.5019 21 12 21C10.4981 21 9.09291 20.8448 7.89219 20.5748C6.718 20.3109 6 19.2029 6 17.9994V13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 11C20 12.1046 16.4183 13 12 13C7.58172 13 4 12.1046 4 11C4 9.89543 7.58172 9 12 9C16.4183 9 20 9.89543 20 11Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M13.5528 1.8943C13.7371 1.52578 14.2631 1.52581 14.4474 1.8943L14.9259 2.8504C14.9743 2.94717 15.0528 3.02566 15.1496 3.07405L16.1057 3.55259C16.4742 3.73686 16.4742 4.26289 16.1057 4.44716L15.1496 4.9257C15.0528 4.97408 14.9743 5.05258 14.9259 5.14934L14.4474 6.10544C14.2631 6.47399 13.7371 6.47399 13.5528 6.10544L13.0743 5.14934C13.0259 5.05258 12.9474 4.97408 12.8506 4.9257L11.8945 4.44716C11.5261 4.26287 11.526 3.73685 11.8945 3.55259L12.8506 3.07405C12.9474 3.02566 13.0259 2.94717 13.0743 2.8504L13.5528 1.8943Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.35797 3.21521C9.21044 2.92083 8.78961 2.92072 8.64217 3.21521L8.22617 4.0472C8.18747 4.1246 8.12488 4.1872 8.04747 4.2259L7.21546 4.64189C6.92096 4.78932 6.92107 5.21014 7.21546 5.35767L8.04747 5.77366L8.10313 5.80686C8.15513 5.8444 8.19716 5.89446 8.22617 5.95236L8.40292 6.30683L8.64217 6.78435C8.78041 7.06081 9.15955 7.07816 9.3277 6.8361L9.35797 6.78435L9.77397 5.95236C9.81266 5.87506 9.87537 5.81235 9.95268 5.77366L10.3072 5.59594L10.7847 5.35767C11.0795 5.21025 11.0795 4.78929 10.7847 4.64189L9.95268 4.2259C9.89478 4.19689 9.84472 4.15486 9.80718 4.10286L9.77397 4.0472L9.35797 3.21521Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHatSparkle;\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,4KACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oHACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4gBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2lBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHatSparkle","props","React","CentralIconBase","IconHatSparkle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var l=Object.create;var i=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},d=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!f.call(r,s)&&s!==e&&i(r,s,{get:()=>o[s],enumerable:!(p=L(o,s))||p.enumerable});return r};var k=(r,o,e)=>(e=r!=null?l(h(r)):{},d(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>d(i({},"__esModule",{value:!0}),r);var M={};B(M,{IconRandom:()=>c,default:()=>x});module.exports=I(M);var n=k(require("react"));var u=k(require("react")),a=require("react-native-svg"),C=({children:r,size:o=24,...e})=>u.default.createElement(a.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"),c=r=>n.default.createElement(C,{...r},n.default.createElement(t.Path,{d:"M12 3V6M12 18V21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M18.3643 5.63574L16.2429 7.75706",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M16.2427 16.2422L18.364 18.3635",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M18 12H21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M12 12L3 12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),n.default.createElement(t.Path,{d:"M5.63634 18.3639L12.0002 12.0002L5.63623 5.63574",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=c;0&&(module.exports={IconRandom});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRandom/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 IconRandom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 3V6M12 18V21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.3643 5.63574L16.2429 7.75706\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.2427 16.2422L18.364 18.3635\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 12H21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12L3 12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M5.63634 18.3639L12.0002 12.0002L5.63623 5.63574\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRandom;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mDACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconRandom_exports","__export","IconRandom","IconRandom_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRandom","props","React","CentralIconBase","IconRandom_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import i from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:o=24,...s})=>i.createElement(p,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var d=n=>r.createElement(t,{...n},r.createElement(e,{d:"M12 3V6M12 18V21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M18.3643 5.63574L16.2429 7.75706",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M16.2427 16.2422L18.364 18.3635",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M18 12H21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M12 12L3 12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),r.createElement(e,{d:"M5.63634 18.3639L12.0002 12.0002L5.63623 5.63574",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),f=d;export{d as IconRandom,f as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRandom/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 IconRandom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 3V6M12 18V21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.3643 5.63574L16.2429 7.75706\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.2427 16.2422L18.364 18.3635\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 12H21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12L3 12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M5.63634 18.3639L12.0002 12.0002L5.63623 5.63574\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRandom;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mDACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRandom","props","React","CentralIconBase","IconRandom_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -10432,7 +10432,7 @@
|
|
|
10432
10432
|
},
|
|
10433
10433
|
{
|
|
10434
10434
|
"category": "AI & Magic",
|
|
10435
|
-
"svg": "<path d=\"
|
|
10435
|
+
"svg": "<path d=\"M18 13V17.9994C18 19.2029 17.282 20.3109 16.1078 20.5748C14.9071 20.8448 13.5019 21 12 21C10.4981 21 9.09291 20.8448 7.89219 20.5748C6.718 20.3109 6 19.2029 6 17.9994V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20 11C20 12.1046 16.4183 13 12 13C7.58172 13 4 12.1046 4 11C4 9.89543 7.58172 9 12 9C16.4183 9 20 9.89543 20 11Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M13.5528 1.8943C13.7371 1.52578 14.2631 1.52581 14.4474 1.8943L14.9259 2.8504C14.9743 2.94717 15.0528 3.02566 15.1496 3.07405L16.1057 3.55259C16.4742 3.73686 16.4742 4.26289 16.1057 4.44716L15.1496 4.9257C15.0528 4.97408 14.9743 5.05258 14.9259 5.14934L14.4474 6.10544C14.2631 6.47399 13.7371 6.47399 13.5528 6.10544L13.0743 5.14934C13.0259 5.05258 12.9474 4.97408 12.8506 4.9257L11.8945 4.44716C11.5261 4.26287 11.526 3.73685 11.8945 3.55259L12.8506 3.07405C12.9474 3.02566 13.0259 2.94717 13.0743 2.8504L13.5528 1.8943Z\" fill=\"currentColor\"/><path d=\"M9.35797 3.21521C9.21044 2.92083 8.78961 2.92072 8.64217 3.21521L8.22617 4.0472C8.18747 4.1246 8.12488 4.1872 8.04747 4.2259L7.21546 4.64189C6.92096 4.78932 6.92107 5.21014 7.21546 5.35767L8.04747 5.77366L8.10313 5.80686C8.15513 5.8444 8.19716 5.89446 8.22617 5.95236L8.40292 6.30683L8.64217 6.78435C8.78041 7.06081 9.15955 7.07816 9.3277 6.8361L9.35797 6.78435L9.77397 5.95236C9.81266 5.87506 9.87537 5.81235 9.95268 5.77366L10.3072 5.59594L10.7847 5.35767C11.0795 5.21025 11.0795 4.78929 10.7847 4.64189L9.95268 4.2259C9.89478 4.19689 9.84472 4.15486 9.80718 4.10286L9.77397 4.0472L9.35797 3.21521Z\" fill=\"currentColor\"/>",
|
|
10436
10436
|
"iconName": "hat-sparkle, magic hat",
|
|
10437
10437
|
"variant": {
|
|
10438
10438
|
"join": "round",
|
|
@@ -15176,6 +15176,20 @@
|
|
|
15176
15176
|
"packageName": "round-outlined-radius-3-stroke-2",
|
|
15177
15177
|
"componentName": "IconRaisingHand5Finger"
|
|
15178
15178
|
},
|
|
15179
|
+
{
|
|
15180
|
+
"category": "Arrows",
|
|
15181
|
+
"svg": "<path d=\"M12 3V6M12 18V21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.3643 5.63574L16.2429 7.75706\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.2427 16.2422L18.364 18.3635\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 12H21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 12L3 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M5.63634 18.3639L12.0002 12.0002L5.63623 5.63574\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
15182
|
+
"iconName": "random, productivity, smart",
|
|
15183
|
+
"variant": {
|
|
15184
|
+
"join": "round",
|
|
15185
|
+
"filled": "off",
|
|
15186
|
+
"radius": "3",
|
|
15187
|
+
"stroke": "2"
|
|
15188
|
+
},
|
|
15189
|
+
"createdAt": "2025-08-20T08:30:23.126988+00:00",
|
|
15190
|
+
"packageName": "round-outlined-radius-3-stroke-2",
|
|
15191
|
+
"componentName": "IconRandom"
|
|
15192
|
+
},
|
|
15179
15193
|
{
|
|
15180
15194
|
"category": "Things",
|
|
15181
15195
|
"svg": "<path d=\"M1 10H2M23 10H22M9.72677 9.70829C10.3723 9.26165 11.1556 9 12 9C12.8668 9 13.6692 9.27571 14.3243 9.74423M10 12C10 14.2091 8.20914 16 6 16C3.79086 16 2 14.2091 2 12C2 9.79086 3.79086 8 6 8C8.20914 8 10 9.79086 10 12ZM22 12C22 14.2091 20.2091 16 18 16C15.7909 16 14 14.2091 14 12C14 9.79086 15.7909 8 18 8C20.2091 8 22 9.79086 22 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"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-3-stroke-2",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.49",
|
|
4
4
|
"style": "round-outlined-radius-3-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-stroke-2/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": 1489,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 32,
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
]
|
|
66
66
|
},
|
|
67
67
|
"Arrows": {
|
|
68
|
-
"count":
|
|
68
|
+
"count": 108,
|
|
69
69
|
"icons": [
|
|
70
70
|
"IconArrow",
|
|
71
71
|
"IconArrowBottomTop",
|
|
@@ -163,6 +163,7 @@
|
|
|
163
163
|
"IconMinimize315",
|
|
164
164
|
"IconMinimize45",
|
|
165
165
|
"IconOngoing",
|
|
166
|
+
"IconRandom",
|
|
166
167
|
"IconShareArrowDown",
|
|
167
168
|
"IconSquareArrowBottomRight",
|
|
168
169
|
"IconSquareArrowCenter",
|
|
@@ -2757,6 +2758,7 @@
|
|
|
2757
2758
|
"IconRainyLight": "rainy-light",
|
|
2758
2759
|
"IconRaisingHand4Finger": "raising-hand-4-finger, hey, hello",
|
|
2759
2760
|
"IconRaisingHand5Finger": "raising-hand-5-finger, hey, hello, high-five",
|
|
2761
|
+
"IconRandom": "random, productivity, smart",
|
|
2760
2762
|
"IconReadingList": "reading-list, glasses, steve-jobs",
|
|
2761
2763
|
"IconRear": "rear, front-back, change-cam, lens",
|
|
2762
2764
|
"IconReceiptBill": "receipt-bill, purchase, invoice",
|
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -5216,7 +5216,7 @@
|
|
|
5216
5216
|
"pathname": "src/IconHatBunny"
|
|
5217
5217
|
},
|
|
5218
5218
|
{
|
|
5219
|
-
"svg": "<Path d=\"
|
|
5219
|
+
"svg": "<Path d=\"M18 13V17.9994C18 19.2029 17.282 20.3109 16.1078 20.5748C14.9071 20.8448 13.5019 21 12 21C10.4981 21 9.09291 20.8448 7.89219 20.5748C6.718 20.3109 6 19.2029 6 17.9994V13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20 11C20 12.1046 16.4183 13 12 13C7.58172 13 4 12.1046 4 11C4 9.89543 7.58172 9 12 9C16.4183 9 20 9.89543 20 11Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M13.5528 1.8943C13.7371 1.52578 14.2631 1.52581 14.4474 1.8943L14.9259 2.8504C14.9743 2.94717 15.0528 3.02566 15.1496 3.07405L16.1057 3.55259C16.4742 3.73686 16.4742 4.26289 16.1057 4.44716L15.1496 4.9257C15.0528 4.97408 14.9743 5.05258 14.9259 5.14934L14.4474 6.10544C14.2631 6.47399 13.7371 6.47399 13.5528 6.10544L13.0743 5.14934C13.0259 5.05258 12.9474 4.97408 12.8506 4.9257L11.8945 4.44716C11.5261 4.26287 11.526 3.73685 11.8945 3.55259L12.8506 3.07405C12.9474 3.02566 13.0259 2.94717 13.0743 2.8504L13.5528 1.8943Z\" fill=\"currentColor\"/><Path d=\"M9.35797 3.21521C9.21044 2.92083 8.78961 2.92072 8.64217 3.21521L8.22617 4.0472C8.18747 4.1246 8.12488 4.1872 8.04747 4.2259L7.21546 4.64189C6.92096 4.78932 6.92107 5.21014 7.21546 5.35767L8.04747 5.77366L8.10313 5.80686C8.15513 5.8444 8.19716 5.89446 8.22617 5.95236L8.40292 6.30683L8.64217 6.78435C8.78041 7.06081 9.15955 7.07816 9.3277 6.8361L9.35797 6.78435L9.77397 5.95236C9.81266 5.87506 9.87537 5.81235 9.95268 5.77366L10.3072 5.59594L10.7847 5.35767C11.0795 5.21025 11.0795 4.78929 10.7847 4.64189L9.95268 4.2259C9.89478 4.19689 9.84472 4.15486 9.80718 4.10286L9.77397 4.0472L9.35797 3.21521Z\" fill=\"currentColor\"/>",
|
|
5220
5220
|
"tags": "Path",
|
|
5221
5221
|
"componentName": "IconHatSparkle",
|
|
5222
5222
|
"iconName": "hat-sparkle, magic hat",
|
|
@@ -7588,6 +7588,13 @@
|
|
|
7588
7588
|
"iconName": "raising-hand-5-finger, hey, hello, high-five",
|
|
7589
7589
|
"pathname": "src/IconRaisingHand5Finger"
|
|
7590
7590
|
},
|
|
7591
|
+
{
|
|
7592
|
+
"svg": "<Path d=\"M12 3V6M12 18V21\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18.3643 5.63574L16.2429 7.75706\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.2427 16.2422L18.364 18.3635\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18 12H21\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 12L3 12\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M5.63634 18.3639L12.0002 12.0002L5.63623 5.63574\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
7593
|
+
"tags": "Path",
|
|
7594
|
+
"componentName": "IconRandom",
|
|
7595
|
+
"iconName": "random, productivity, smart",
|
|
7596
|
+
"pathname": "src/IconRandom"
|
|
7597
|
+
},
|
|
7591
7598
|
{
|
|
7592
7599
|
"svg": "<Path d=\"M1 10H2M23 10H22M9.72677 9.70829C10.3723 9.26165 11.1556 9 12 9C12.8668 9 13.6692 9.27571 14.3243 9.74423M10 12C10 14.2091 8.20914 16 6 16C3.79086 16 2 14.2091 2 12C2 9.79086 3.79086 8 6 8C8.20914 8 10 9.79086 10 12ZM22 12C22 14.2091 20.2091 16 18 16C15.7909 16 14 14.2091 14 12C14 9.79086 15.7909 8 18 8C20.2091 8 22 9.79086 22 12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
7593
7600
|
"tags": "Path",
|