@central-icons-react-native/round-outlined-radius-3-stroke-2 1.0.8 → 1.1.1
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/IconFinder1/index.d.ts +4 -0
- package/IconFinder1/index.js +2 -0
- package/IconFinder1/index.js.map +1 -0
- package/IconFinder1/index.mjs +2 -0
- package/IconFinder1/index.mjs.map +1 -0
- package/IconRockingHorse/index.d.ts +4 -0
- package/IconRockingHorse/index.js +2 -0
- package/IconRockingHorse/index.js.map +1 -0
- package/IconRockingHorse/index.mjs +2 -0
- package/IconRockingHorse/index.mjs.map +1 -0
- package/README.md +24 -18
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +1531 -0
- package/index.js +2 -0
- package/index.js.map +1 -0
- package/index.mjs +2 -0
- package/index.mjs.map +1 -0
- package/license-check.js +1 -1
- package/package.json +9 -1
- package/tsx-icons.json +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var C in o)n(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!I.call(r,e)&&e!==C&&n(r,e,{get:()=>o[e],enumerable:!(l=V(o,e))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var g={};v(g,{IconFinder1:()=>i,default:()=>P});module.exports=x(g);var t=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...C})=>f.default.createElement(s.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>t.default.createElement(c,{...r},t.default.createElement(p.Path,{d:"M15.6944 8.09424C15.9858 8.09424 16.2221 8.33065 16.2222 8.62202V9.46625C16.2222 9.75774 15.9859 9.99403 15.6944 9.99403C15.403 9.99403 15.1667 9.75774 15.1667 9.46625V8.62202C15.1668 8.33065 15.403 8.09424 15.6944 8.09424Z",fill:"currentColor"}),t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.75 2.5C19.3734 2.5 21.5 4.62665 21.5 7.25V16.75C21.5 19.3734 19.3734 21.5 16.75 21.5H7.25C4.62665 21.5 2.5 19.3734 2.5 16.75V7.25C2.5 4.62665 4.62665 2.5 7.25 2.5H16.75ZM13.9761 4.08333C13.2738 4.08347 12.6558 4.54658 12.4577 5.22032L10.3517 12.3793C10.2527 12.7171 10.5058 13.0554 10.8579 13.0556H12.5278V16.4923C13.9572 16.3794 15.42 15.8081 16.9778 14.7327C17.2176 14.5671 17.5461 14.627 17.7118 14.8667C17.8773 15.1065 17.8174 15.435 17.5777 15.6006C15.8806 16.7723 14.2146 17.4348 12.5278 17.5499V18.3333C12.5278 19.2078 13.2367 19.9167 14.1111 19.9167H16.75C18.4989 19.9167 19.9167 18.4989 19.9167 16.75V7.25C19.9167 5.5011 18.4989 4.08333 16.75 4.08333H13.9761ZM7.02219 14.7327C6.78244 14.5672 6.45394 14.6271 6.28825 14.8667C6.12274 15.1065 6.1826 15.435 6.42225 15.6006C8.29605 16.8942 10.1321 17.5705 12 17.5705C12.1762 17.5705 12.3521 17.5619 12.5278 17.5499V16.4923C12.3514 16.5062 12.1755 16.515 12 16.515C10.4025 16.515 8.77214 15.9407 7.02219 14.7327ZM7.25 8.09424C6.9586 8.09424 6.72236 8.33065 6.72222 8.62202V9.46625C6.72222 9.75774 6.95852 9.99403 7.25 9.99403C7.54148 9.99403 7.77778 9.75774 7.77778 9.46625V8.62202C7.77764 8.33065 7.5414 8.09424 7.25 8.09424Z",fill:"currentColor"})),P=i;0&&(module.exports={IconFinder1});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFinder1/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 IconFinder1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.6944 8.09424C15.9858 8.09424 16.2221 8.33065 16.2222 8.62202V9.46625C16.2222 9.75774 15.9859 9.99403 15.6944 9.99403C15.403 9.99403 15.1667 9.75774 15.1667 9.46625V8.62202C15.1668 8.33065 15.403 8.09424 15.6944 8.09424Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.75 2.5C19.3734 2.5 21.5 4.62665 21.5 7.25V16.75C21.5 19.3734 19.3734 21.5 16.75 21.5H7.25C4.62665 21.5 2.5 19.3734 2.5 16.75V7.25C2.5 4.62665 4.62665 2.5 7.25 2.5H16.75ZM13.9761 4.08333C13.2738 4.08347 12.6558 4.54658 12.4577 5.22032L10.3517 12.3793C10.2527 12.7171 10.5058 13.0554 10.8579 13.0556H12.5278V16.4923C13.9572 16.3794 15.42 15.8081 16.9778 14.7327C17.2176 14.5671 17.5461 14.627 17.7118 14.8667C17.8773 15.1065 17.8174 15.435 17.5777 15.6006C15.8806 16.7723 14.2146 17.4348 12.5278 17.5499V18.3333C12.5278 19.2078 13.2367 19.9167 14.1111 19.9167H16.75C18.4989 19.9167 19.9167 18.4989 19.9167 16.75V7.25C19.9167 5.5011 18.4989 4.08333 16.75 4.08333H13.9761ZM7.02219 14.7327C6.78244 14.5672 6.45394 14.6271 6.28825 14.8667C6.12274 15.1065 6.1826 15.435 6.42225 15.6006C8.29605 16.8942 10.1321 17.5705 12 17.5705C12.1762 17.5705 12.3521 17.5619 12.5278 17.5499V16.4923C12.3514 16.5062 12.1755 16.515 12 16.515C10.4025 16.515 8.77214 15.9407 7.02219 14.7327ZM7.25 8.09424C6.9586 8.09424 6.72236 8.33065 6.72222 8.62202V9.46625C6.72222 9.75774 6.95852 9.99403 7.25 9.99403C7.54148 9.99403 7.77778 9.75774 7.77778 9.46625V8.62202C7.77764 8.33065 7.5414 8.09424 7.25 8.09424Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFinder1;\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,kOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,mqCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFinder1_exports","__export","IconFinder1","IconFinder1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFinder1","props","React","CentralIconBase","IconFinder1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...t})=>p.createElement(l,{...t,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 n}from"react-native-svg";var a=o=>C.createElement(e,{...o},C.createElement(n,{d:"M15.6944 8.09424C15.9858 8.09424 16.2221 8.33065 16.2222 8.62202V9.46625C16.2222 9.75774 15.9859 9.99403 15.6944 9.99403C15.403 9.99403 15.1667 9.75774 15.1667 9.46625V8.62202C15.1668 8.33065 15.403 8.09424 15.6944 8.09424Z",fill:"currentColor"}),C.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.75 2.5C19.3734 2.5 21.5 4.62665 21.5 7.25V16.75C21.5 19.3734 19.3734 21.5 16.75 21.5H7.25C4.62665 21.5 2.5 19.3734 2.5 16.75V7.25C2.5 4.62665 4.62665 2.5 7.25 2.5H16.75ZM13.9761 4.08333C13.2738 4.08347 12.6558 4.54658 12.4577 5.22032L10.3517 12.3793C10.2527 12.7171 10.5058 13.0554 10.8579 13.0556H12.5278V16.4923C13.9572 16.3794 15.42 15.8081 16.9778 14.7327C17.2176 14.5671 17.5461 14.627 17.7118 14.8667C17.8773 15.1065 17.8174 15.435 17.5777 15.6006C15.8806 16.7723 14.2146 17.4348 12.5278 17.5499V18.3333C12.5278 19.2078 13.2367 19.9167 14.1111 19.9167H16.75C18.4989 19.9167 19.9167 18.4989 19.9167 16.75V7.25C19.9167 5.5011 18.4989 4.08333 16.75 4.08333H13.9761ZM7.02219 14.7327C6.78244 14.5672 6.45394 14.6271 6.28825 14.8667C6.12274 15.1065 6.1826 15.435 6.42225 15.6006C8.29605 16.8942 10.1321 17.5705 12 17.5705C12.1762 17.5705 12.3521 17.5619 12.5278 17.5499V16.4923C12.3514 16.5062 12.1755 16.515 12 16.515C10.4025 16.515 8.77214 15.9407 7.02219 14.7327ZM7.25 8.09424C6.9586 8.09424 6.72236 8.33065 6.72222 8.62202V9.46625C6.72222 9.75774 6.95852 9.99403 7.25 9.99403C7.54148 9.99403 7.77778 9.75774 7.77778 9.46625V8.62202C7.77764 8.33065 7.5414 8.09424 7.25 8.09424Z",fill:"currentColor"})),I=a;export{a as IconFinder1,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFinder1/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 IconFinder1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.6944 8.09424C15.9858 8.09424 16.2221 8.33065 16.2222 8.62202V9.46625C16.2222 9.75774 15.9859 9.99403 15.6944 9.99403C15.403 9.99403 15.1667 9.75774 15.1667 9.46625V8.62202C15.1668 8.33065 15.403 8.09424 15.6944 8.09424Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.75 2.5C19.3734 2.5 21.5 4.62665 21.5 7.25V16.75C21.5 19.3734 19.3734 21.5 16.75 21.5H7.25C4.62665 21.5 2.5 19.3734 2.5 16.75V7.25C2.5 4.62665 4.62665 2.5 7.25 2.5H16.75ZM13.9761 4.08333C13.2738 4.08347 12.6558 4.54658 12.4577 5.22032L10.3517 12.3793C10.2527 12.7171 10.5058 13.0554 10.8579 13.0556H12.5278V16.4923C13.9572 16.3794 15.42 15.8081 16.9778 14.7327C17.2176 14.5671 17.5461 14.627 17.7118 14.8667C17.8773 15.1065 17.8174 15.435 17.5777 15.6006C15.8806 16.7723 14.2146 17.4348 12.5278 17.5499V18.3333C12.5278 19.2078 13.2367 19.9167 14.1111 19.9167H16.75C18.4989 19.9167 19.9167 18.4989 19.9167 16.75V7.25C19.9167 5.5011 18.4989 4.08333 16.75 4.08333H13.9761ZM7.02219 14.7327C6.78244 14.5672 6.45394 14.6271 6.28825 14.8667C6.12274 15.1065 6.1826 15.435 6.42225 15.6006C8.29605 16.8942 10.1321 17.5705 12 17.5705C12.1762 17.5705 12.3521 17.5619 12.5278 17.5499V16.4923C12.3514 16.5062 12.1755 16.515 12 16.515C10.4025 16.515 8.77214 15.9407 7.02219 14.7327ZM7.25 8.09424C6.9586 8.09424 6.72236 8.33065 6.72222 8.62202V9.46625C6.72222 9.75774 6.95852 9.99403 7.25 9.99403C7.54148 9.99403 7.77778 9.75774 7.77778 9.46625V8.62202C7.77764 8.33065 7.5414 8.09424 7.25 8.09424Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFinder1;\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,kOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,mqCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFinder1","props","React","CentralIconBase","IconFinder1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var l=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of m(o))!h.call(r,n)&&n!==e&&p(r,n,{get:()=>o[n],enumerable:!(C=L(o,n))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?l(f(r)):{},i(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>i(p({},"__esModule",{value:!0}),r);var x={};B(x,{IconRockingHorse:()=>k,default:()=>g});module.exports=I(x);var t=a(require("react"));var d=a(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...e})=>d.default.createElement(u.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"),k=r=>t.default.createElement(c,{...r},t.default.createElement(s.Path,{d:"M7 9.5L5 18.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),t.default.createElement(s.Path,{d:"M8 20L9.25722 16.857C9.70583 15.7354 10.7921 15 12 15C13.2079 15 14.2942 15.7354 14.7428 16.857L16 20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M3 18.25C8.96844 21.9167 15.0316 21.9167 21 18.25",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),t.default.createElement(s.Path,{d:"M19 18.4999L17.0829 10.3523C17.0293 10.1246 17.0573 9.8853 17.1619 9.67606L18 7.99989L19.3553 8.67756C19.7403 8.87005 20.2053 8.7946 20.5097 8.49024L20.9666 8.03326C21.2823 7.71755 21.3505 7.23081 21.1337 6.84051L19.2858 3.51425C19.1094 3.19678 18.7733 2.99671 18.4104 3.01151C14.801 3.15868 12.9496 4.72665 12 8.99989H5.99988C4.34309 8.99989 3 10.343 3 11.9998",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),g=k;0&&(module.exports={IconRockingHorse});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRockingHorse/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 IconRockingHorse: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7 9.5L5 18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M8 20L9.25722 16.857C9.70583 15.7354 10.7921 15 12 15C13.2079 15 14.2942 15.7354 14.7428 16.857L16 20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 18.25C8.96844 21.9167 15.0316 21.9167 21 18.25\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M19 18.4999L17.0829 10.3523C17.0293 10.1246 17.0573 9.8853 17.1619 9.67606L18 7.99989L19.3553 8.67756C19.7403 8.87005 20.2053 8.7946 20.5097 8.49024L20.9666 8.03326C21.2823 7.71755 21.3505 7.23081 21.1337 6.84051L19.2858 3.51425C19.1094 3.19678 18.7733 2.99671 18.4104 3.01151C14.801 3.15868 12.9496 4.72665 12 8.99989H5.99988C4.34309 8.99989 3 10.343 3 11.9998\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRockingHorse;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wGACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oDACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconRockingHorse_exports","__export","IconRockingHorse","IconRockingHorse_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRockingHorse","props","React","CentralIconBase","IconRockingHorse_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(C,{...s,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 e}from"react-native-svg";var i=t=>o.createElement(n,{...t},o.createElement(e,{d:"M7 9.5L5 18.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(e,{d:"M8 20L9.25722 16.857C9.70583 15.7354 10.7921 15 12 15C13.2079 15 14.2942 15.7354 14.7428 16.857L16 20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M3 18.25C8.96844 21.9167 15.0316 21.9167 21 18.25",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(e,{d:"M19 18.4999L17.0829 10.3523C17.0293 10.1246 17.0573 9.8853 17.1619 9.67606L18 7.99989L19.3553 8.67756C19.7403 8.87005 20.2053 8.7946 20.5097 8.49024L20.9666 8.03326C21.2823 7.71755 21.3505 7.23081 21.1337 6.84051L19.2858 3.51425C19.1094 3.19678 18.7733 2.99671 18.4104 3.01151C14.801 3.15868 12.9496 4.72665 12 8.99989H5.99988C4.34309 8.99989 3 10.343 3 11.9998",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),h=i;export{i as IconRockingHorse,h as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRockingHorse/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 IconRockingHorse: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7 9.5L5 18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M8 20L9.25722 16.857C9.70583 15.7354 10.7921 15 12 15C13.2079 15 14.2942 15.7354 14.7428 16.857L16 20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 18.25C8.96844 21.9167 15.0316 21.9167 21 18.25\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M19 18.4999L17.0829 10.3523C17.0293 10.1246 17.0573 9.8853 17.1619 9.67606L18 7.99989L19.3553 8.67756C19.7403 8.87005 20.2053 8.7946 20.5097 8.49024L20.9666 8.03326C21.2823 7.71755 21.3505 7.23081 21.1337 6.84051L19.2858 3.51425C19.1094 3.19678 18.7733 2.99671 18.4104 3.01151C14.801 3.15868 12.9496 4.72665 12 8.99989H5.99988C4.34309 8.99989 3 10.343 3 11.9998\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRockingHorse;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wGACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oDACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRockingHorse","props","React","CentralIconBase","IconRockingHorse_default"]}
|
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ npm install central-icons@npm:@central-icons-react-native/round-outlined-radius-
|
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
```jsx
|
|
29
|
-
import { IconHome } from "central-icons
|
|
29
|
+
import { IconHome } from "central-icons";
|
|
30
30
|
|
|
31
31
|
function MyComponent() {
|
|
32
32
|
return <IconHome />;
|
|
@@ -56,29 +56,38 @@ pnpm add @central-icons-react-native/round-outlined-radius-3-stroke-2
|
|
|
56
56
|
|
|
57
57
|
## Usage
|
|
58
58
|
|
|
59
|
-
###
|
|
59
|
+
### Direct Import (Recommended)
|
|
60
60
|
|
|
61
|
-
Icons can be imported
|
|
61
|
+
Icons can be imported directly from the package root for convenience:
|
|
62
62
|
|
|
63
63
|
```jsx
|
|
64
|
-
import { IconHome } from "@central-icons-react-native/round-outlined-radius-3-stroke-2
|
|
64
|
+
import { IconHome } from "@central-icons-react-native/round-outlined-radius-3-stroke-2";
|
|
65
65
|
|
|
66
66
|
function MyComponent() {
|
|
67
67
|
return <IconHome />;
|
|
68
68
|
}
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
If you want to have a bit cleaner imports (and you are just using one icon type), you can use import aliases
|
|
74
|
-
(Requires npm at least v6.9.0 or yarn)
|
|
71
|
+
Or with an alias for cleaner imports:
|
|
75
72
|
|
|
76
73
|
```bash
|
|
77
74
|
npm install central-icons@npm:@central-icons-react-native/round-outlined-radius-3-stroke-2
|
|
78
75
|
```
|
|
79
76
|
|
|
80
77
|
```jsx
|
|
81
|
-
import { IconHome } from "central-icons
|
|
78
|
+
import { IconHome } from "central-icons";
|
|
79
|
+
|
|
80
|
+
function MyComponent() {
|
|
81
|
+
return <IconHome />;
|
|
82
|
+
}
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
### Individual Path Imports
|
|
86
|
+
|
|
87
|
+
For advanced tree-shaking or when you prefer explicit paths:
|
|
88
|
+
|
|
89
|
+
```jsx
|
|
90
|
+
import { IconHome } from "@central-icons-react-native/round-outlined-radius-3-stroke-2/IconHome";
|
|
82
91
|
|
|
83
92
|
function MyComponent() {
|
|
84
93
|
return <IconHome />;
|
|
@@ -89,15 +98,10 @@ function MyComponent() {
|
|
|
89
98
|
|
|
90
99
|
All icons accept the following properties:
|
|
91
100
|
|
|
92
|
-
| Prop
|
|
93
|
-
|
|
|
94
|
-
| `size`
|
|
95
|
-
| `color`
|
|
96
|
-
| `iconJoin` | `"round" \| "square"` | `"round"` | Controls the icon's corner style |
|
|
97
|
-
| `iconFill` | `"filled" \| "outlined"` | `"filled"` | Sets the icon's fill style |
|
|
98
|
-
| `iconStroke` | `"1" \| "1.5" \| "2"` | `"1"` | Controls the stroke width |
|
|
99
|
-
| `iconRadius` | `"0" \| "1" \| "2" \| "3"` | `"1"` | Sets the corner radius |
|
|
100
|
-
| `name` | `string` | none | Defines which icon should be used - see [Icons List](#icons) |
|
|
101
|
+
| Prop | Type | Default | Description |
|
|
102
|
+
| ------- | ------------------ | -------------- | -------------------------------------- |
|
|
103
|
+
| `size` | `number \| string` | `24` | Sets both width and height of the icon |
|
|
104
|
+
| `color` | `string` | `currentColor` | Sets the icon color |
|
|
101
105
|
|
|
102
106
|
Additionally, all standard SVG and HTML attributes are supported.
|
|
103
107
|
|
|
@@ -1331,6 +1335,7 @@ Below is a complete list of available icons:
|
|
|
1331
1335
|
- IconFacebook
|
|
1332
1336
|
- IconFacebookMessenger
|
|
1333
1337
|
- IconFigma
|
|
1338
|
+
- IconFinder1
|
|
1334
1339
|
- IconFirefox
|
|
1335
1340
|
- IconFramer
|
|
1336
1341
|
- IconGemini
|
|
@@ -1582,6 +1587,7 @@ Below is a complete list of available icons:
|
|
|
1582
1587
|
- IconReadingList
|
|
1583
1588
|
- IconReceiptionBell
|
|
1584
1589
|
- IconRescueRing
|
|
1590
|
+
- IconRockingHorse
|
|
1585
1591
|
- IconScissors1
|
|
1586
1592
|
- IconScissors2
|
|
1587
1593
|
- IconShovel
|
package/filtered-icons.json
CHANGED
|
@@ -9100,6 +9100,20 @@
|
|
|
9100
9100
|
"packageName": "round-outlined-radius-3-stroke-2",
|
|
9101
9101
|
"componentName": "IconFinder"
|
|
9102
9102
|
},
|
|
9103
|
+
{
|
|
9104
|
+
"category": "Social Media & Brands",
|
|
9105
|
+
"svg": "<path d=\"M15.6944 8.09424C15.9858 8.09424 16.2221 8.33065 16.2222 8.62202V9.46625C16.2222 9.75774 15.9859 9.99403 15.6944 9.99403C15.403 9.99403 15.1667 9.75774 15.1667 9.46625V8.62202C15.1668 8.33065 15.403 8.09424 15.6944 8.09424Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.75 2.5C19.3734 2.5 21.5 4.62665 21.5 7.25V16.75C21.5 19.3734 19.3734 21.5 16.75 21.5H7.25C4.62665 21.5 2.5 19.3734 2.5 16.75V7.25C2.5 4.62665 4.62665 2.5 7.25 2.5H16.75ZM13.9761 4.08333C13.2738 4.08347 12.6558 4.54658 12.4577 5.22032L10.3517 12.3793C10.2527 12.7171 10.5058 13.0554 10.8579 13.0556H12.5278V16.4923C13.9572 16.3794 15.42 15.8081 16.9778 14.7327C17.2176 14.5671 17.5461 14.627 17.7118 14.8667C17.8773 15.1065 17.8174 15.435 17.5777 15.6006C15.8806 16.7723 14.2146 17.4348 12.5278 17.5499V18.3333C12.5278 19.2078 13.2367 19.9167 14.1111 19.9167H16.75C18.4989 19.9167 19.9167 18.4989 19.9167 16.75V7.25C19.9167 5.5011 18.4989 4.08333 16.75 4.08333H13.9761ZM7.02219 14.7327C6.78244 14.5672 6.45394 14.6271 6.28825 14.8667C6.12274 15.1065 6.1826 15.435 6.42225 15.6006C8.29605 16.8942 10.1321 17.5705 12 17.5705C12.1762 17.5705 12.3521 17.5619 12.5278 17.5499V16.4923C12.3514 16.5062 12.1755 16.515 12 16.515C10.4025 16.515 8.77214 15.9407 7.02219 14.7327ZM7.25 8.09424C6.9586 8.09424 6.72236 8.33065 6.72222 8.62202V9.46625C6.72222 9.75774 6.95852 9.99403 7.25 9.99403C7.54148 9.99403 7.77778 9.75774 7.77778 9.46625V8.62202C7.77764 8.33065 7.5414 8.09424 7.25 8.09424Z\" fill=\"currentColor\"/>",
|
|
9106
|
+
"iconName": "finder",
|
|
9107
|
+
"variant": {
|
|
9108
|
+
"join": "round",
|
|
9109
|
+
"filled": "off",
|
|
9110
|
+
"radius": "3",
|
|
9111
|
+
"stroke": "2"
|
|
9112
|
+
},
|
|
9113
|
+
"createdAt": "2025-09-16T07:31:01.835243+00:00",
|
|
9114
|
+
"packageName": "round-outlined-radius-3-stroke-2",
|
|
9115
|
+
"componentName": "IconFinder1"
|
|
9116
|
+
},
|
|
9103
9117
|
{
|
|
9104
9118
|
"category": "Folders & Files",
|
|
9105
9119
|
"svg": "<path d=\"M7 7.5V9.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M17 7.5V9.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M13.5 3.05762C12.0031 6.24745 10.8894 8.89502 10.1252 12.402C10.058 12.7105 10.2948 13.0001 10.6105 13.0001H11.8004C12.4247 13.0001 12.895 13.566 12.8103 14.1846C12.4965 16.4767 12.5052 18.7044 12.8362 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.5 16.3604C9.92615 19.4432 14.0739 19.4432 18.5 16.3604\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
|
|
@@ -16156,6 +16170,20 @@
|
|
|
16156
16170
|
"packageName": "round-outlined-radius-3-stroke-2",
|
|
16157
16171
|
"componentName": "IconRocket"
|
|
16158
16172
|
},
|
|
16173
|
+
{
|
|
16174
|
+
"category": "Things",
|
|
16175
|
+
"svg": "<path d=\"M7 9.5L5 18.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M8 20L9.25722 16.857C9.70583 15.7354 10.7921 15 12 15C13.2079 15 14.2942 15.7354 14.7428 16.857L16 20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3 18.25C8.96844 21.9167 15.0316 21.9167 21 18.25\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M19 18.4999L17.0829 10.3523C17.0293 10.1246 17.0573 9.8853 17.1619 9.67606L18 7.99989L19.3553 8.67756C19.7403 8.87005 20.2053 8.7946 20.5097 8.49024L20.9666 8.03326C21.2823 7.71755 21.3505 7.23081 21.1337 6.84051L19.2858 3.51425C19.1094 3.19678 18.7733 2.99671 18.4104 3.01151C14.801 3.15868 12.9496 4.72665 12 8.99989H5.99988C4.34309 8.99989 3 10.343 3 11.9998\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
16176
|
+
"iconName": "rocking-horse, child, kids, toy",
|
|
16177
|
+
"variant": {
|
|
16178
|
+
"join": "round",
|
|
16179
|
+
"filled": "off",
|
|
16180
|
+
"radius": "3",
|
|
16181
|
+
"stroke": "2"
|
|
16182
|
+
},
|
|
16183
|
+
"createdAt": "2025-09-16T07:31:01.835243+00:00",
|
|
16184
|
+
"packageName": "round-outlined-radius-3-stroke-2",
|
|
16185
|
+
"componentName": "IconRockingHorse"
|
|
16186
|
+
},
|
|
16159
16187
|
{
|
|
16160
16188
|
"category": "Vehicles & Aircrafts",
|
|
16161
16189
|
"svg": "<circle cx=\"5.5\" cy=\"16.5\" r=\"2.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"18.5\" cy=\"16.5\" r=\"2.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.25 13.75L16.9823 7.41165C16.7019 6.00938 15.4706 5 14.0406 5H14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 16.5H15.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -649,6 +649,7 @@ export type CentralIconName =
|
|
|
649
649
|
| "IconFilterDescending"
|
|
650
650
|
| "IconFilterTimeline"
|
|
651
651
|
| "IconFinder"
|
|
652
|
+
| "IconFinder1"
|
|
652
653
|
| "IconFinderFace"
|
|
653
654
|
| "IconFingerPrint1"
|
|
654
655
|
| "IconFingerPrint2"
|
|
@@ -1153,6 +1154,7 @@ export type CentralIconName =
|
|
|
1153
1154
|
| "IconRobinhood"
|
|
1154
1155
|
| "IconRobot"
|
|
1155
1156
|
| "IconRocket"
|
|
1157
|
+
| "IconRockingHorse"
|
|
1156
1158
|
| "IconRoller"
|
|
1157
1159
|
| "IconRose"
|
|
1158
1160
|
| "IconRotate"
|
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": "1.
|
|
3
|
+
"version": "1.1.1",
|
|
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": 1529,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 33,
|
|
@@ -1228,7 +1228,7 @@
|
|
|
1228
1228
|
]
|
|
1229
1229
|
},
|
|
1230
1230
|
"Social Media & Brands": {
|
|
1231
|
-
"count":
|
|
1231
|
+
"count": 96,
|
|
1232
1232
|
"icons": [
|
|
1233
1233
|
"IconAnthropic",
|
|
1234
1234
|
"IconApple",
|
|
@@ -1257,6 +1257,7 @@
|
|
|
1257
1257
|
"IconFacebook",
|
|
1258
1258
|
"IconFacebookMessenger",
|
|
1259
1259
|
"IconFigma",
|
|
1260
|
+
"IconFinder1",
|
|
1260
1261
|
"IconFirefox",
|
|
1261
1262
|
"IconFramer",
|
|
1262
1263
|
"IconGemini",
|
|
@@ -1431,7 +1432,7 @@
|
|
|
1431
1432
|
]
|
|
1432
1433
|
},
|
|
1433
1434
|
"Things": {
|
|
1434
|
-
"count":
|
|
1435
|
+
"count": 120,
|
|
1435
1436
|
"icons": [
|
|
1436
1437
|
"IconAlien",
|
|
1437
1438
|
"IconBackpack",
|
|
@@ -1516,6 +1517,7 @@
|
|
|
1516
1517
|
"IconReadingList",
|
|
1517
1518
|
"IconReceiptionBell",
|
|
1518
1519
|
"IconRescueRing",
|
|
1520
|
+
"IconRockingHorse",
|
|
1519
1521
|
"IconScissors1",
|
|
1520
1522
|
"IconScissors2",
|
|
1521
1523
|
"IconShovel",
|
|
@@ -2367,6 +2369,7 @@
|
|
|
2367
2369
|
"IconFilterDescending": "filter-descending, sort, za",
|
|
2368
2370
|
"IconFilterTimeline": "filter-timeline, sort",
|
|
2369
2371
|
"IconFinder": "finder, files, os",
|
|
2372
|
+
"IconFinder1": "finder",
|
|
2370
2373
|
"IconFinderFace": "finder-face",
|
|
2371
2374
|
"IconFingerPrint1": "finger-print-1, touch-id",
|
|
2372
2375
|
"IconFingerPrint2": "finger-print-2, touch-id",
|
|
@@ -2871,6 +2874,7 @@
|
|
|
2871
2874
|
"IconRobinhood": "robinhood",
|
|
2872
2875
|
"IconRobot": "robot",
|
|
2873
2876
|
"IconRocket": "rocket, startup, launch",
|
|
2877
|
+
"IconRockingHorse": "rocking-horse, child, kids, toy",
|
|
2874
2878
|
"IconRoller": "roller, scooter",
|
|
2875
2879
|
"IconRose": "rose, flower, romance, love",
|
|
2876
2880
|
"IconRotate": "rotate, rotation, x-axis",
|