@central-icons-react-native/round-outlined-radius-2-stroke-1.5 1.1.0 → 1.1.2

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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconDraw: FC<CentralIconBaseProps>;
4
+ export default IconDraw;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var s=(r,o,t)=>(t=r!=null?u(x(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>C(n({},"__esModule",{value:!0}),r);var v={};d(v,{IconDraw:()=>f,default:()=>h});module.exports=g(v);var p=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var i=require("react-native-svg"),f=r=>p.default.createElement(l,{...r},p.default.createElement(i.Path,{d:"M2.74609 13.5C10.9181 5.42183 14.2879 2.28083 16.2674 4.38617C19.0814 7.37874 4.62803 16.4615 8.62659 18.7676C11.9582 20.6876 17.3347 10.2123 19.5427 12.899C20.8453 14.4822 16.2674 17.9913 17.4862 19.7373C18.3221 20.9346 20.1133 19.7937 21.2468 18.7714",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),h=f;0&&(module.exports={IconDraw});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDraw/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 IconDraw: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.74609 13.5C10.9181 5.42183 14.2879 2.28083 16.2674 4.38617C19.0814 7.37874 4.62803 16.4615 8.62659 18.7676C11.9582 20.6876 17.3347 10.2123 19.5427 12.899C20.8453 14.4822 16.2674 17.9913 17.4862 19.7373C18.3221 20.9346 20.1133 19.7937 21.2468 18.7714\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDraw;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+PACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconDraw_exports","__export","IconDraw","IconDraw_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDraw","props","React","CentralIconBase","IconDraw_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...n,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 C}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(C,{d:"M2.74609 13.5C10.9181 5.42183 14.2879 2.28083 16.2674 4.38617C19.0814 7.37874 4.62803 16.4615 8.62659 18.7676C11.9582 20.6876 17.3347 10.2123 19.5427 12.899C20.8453 14.4822 16.2674 17.9913 17.4862 19.7373C18.3221 20.9346 20.1133 19.7937 21.2468 18.7714",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),P=s;export{s as IconDraw,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDraw/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 IconDraw: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.74609 13.5C10.9181 5.42183 14.2879 2.28083 16.2674 4.38617C19.0814 7.37874 4.62803 16.4615 8.62659 18.7676C11.9582 20.6876 17.3347 10.2123 19.5427 12.899C20.8453 14.4822 16.2674 17.9913 17.4862 19.7373C18.3221 20.9346 20.1133 19.7937 21.2468 18.7714\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDraw;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+PACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDraw","props","React","CentralIconBase","IconDraw_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFinder1: FC<CentralIconBaseProps>;
4
+ export default IconFinder1;
@@ -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,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconRockingHorse: FC<CentralIconBaseProps>;
4
+ export default IconRockingHorse;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var p=Object.defineProperty;var l=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of m(r))!h.call(o,t)&&t!==e&&p(o,t,{get:()=>r[t],enumerable:!(i=l(r,t))||i.enumerable});return o};var d=(o,r,e)=>(e=o!=null?c(f(o)):{},C(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),I=o=>C(p({},"__esModule",{value:!0}),o);var x={};B(x,{IconRockingHorse:()=>L,default:()=>g});module.exports=I(x);var n=d(require("react"));var u=d(require("react")),k=require("react-native-svg"),a=({children:o,size:r=24,...e})=>u.default.createElement(k.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),L=o=>n.default.createElement(a,{...o},n.default.createElement(s.Path,{d:"M2.75 12.25V12.25C2.75 10.5931 4.09315 9.25 5.75 9.25H11.9932C13.9021 4.25604 14.8022 2.88144 18.4214 2.75924C18.778 2.7472 19.1101 2.94015 19.2889 3.24896L21.3597 6.82589C21.5892 7.22227 21.5201 7.72388 21.1919 8.0434L20.713 8.50975C20.4109 8.8039 19.9567 8.87696 19.5776 8.69239L18.1554 8L17 10L19.5 19",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M7 9.5L4.5 19",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M7.5 20L9.72854 15.3201C9.89437 14.9718 10.2457 14.75 10.6314 14.75H13.3686C13.7543 14.75 14.1056 14.9718 14.2715 15.3201L16.5 20",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M2.75 18C8.88423 22.3333 15.1158 22.3333 21.25 18",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),g=L;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=\"M2.75 12.25V12.25C2.75 10.5931 4.09315 9.25 5.75 9.25H11.9932C13.9021 4.25604 14.8022 2.88144 18.4214 2.75924C18.778 2.7472 19.1101 2.94015 19.2889 3.24896L21.3597 6.82589C21.5892 7.22227 21.5201 7.72388 21.1919 8.0434L20.713 8.50975C20.4109 8.8039 19.9567 8.87696 19.5776 8.69239L18.1554 8L17 10L19.5 19\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7 9.5L4.5 19\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 20L9.72854 15.3201C9.89437 14.9718 10.2457 14.75 10.6314 14.75H13.3686C13.7543 14.75 14.1056 14.9718 14.2715 15.3201L16.5 20\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.75 18C8.88423 22.3333 15.1158 22.3333 21.25 18\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,mTACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oIACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oDACF,OAAO,eACP,YAAY,MACZ,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 r from"react";import p from"react";import{Svg as i}from"react-native-svg";var t=({children:n,size:o=24,...s})=>p.createElement(i,{...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 C=n=>r.createElement(t,{...n},r.createElement(e,{d:"M2.75 12.25V12.25C2.75 10.5931 4.09315 9.25 5.75 9.25H11.9932C13.9021 4.25604 14.8022 2.88144 18.4214 2.75924C18.778 2.7472 19.1101 2.94015 19.2889 3.24896L21.3597 6.82589C21.5892 7.22227 21.5201 7.72388 21.1919 8.0434L20.713 8.50975C20.4109 8.8039 19.9567 8.87696 19.5776 8.69239L18.1554 8L17 10L19.5 19",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M7 9.5L4.5 19",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M7.5 20L9.72854 15.3201C9.89437 14.9718 10.2457 14.75 10.6314 14.75H13.3686C13.7543 14.75 14.1056 14.9718 14.2715 15.3201L16.5 20",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M2.75 18C8.88423 22.3333 15.1158 22.3333 21.25 18",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),h=C;export{C 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=\"M2.75 12.25V12.25C2.75 10.5931 4.09315 9.25 5.75 9.25H11.9932C13.9021 4.25604 14.8022 2.88144 18.4214 2.75924C18.778 2.7472 19.1101 2.94015 19.2889 3.24896L21.3597 6.82589C21.5892 7.22227 21.5201 7.72388 21.1919 8.0434L20.713 8.50975C20.4109 8.8039 19.9567 8.87696 19.5776 8.69239L18.1554 8L17 10L19.5 19\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7 9.5L4.5 19\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 20L9.72854 15.3201C9.89437 14.9718 10.2457 14.75 10.6314 14.75H13.3686C13.7543 14.75 14.1056 14.9718 14.2715 15.3201L16.5 20\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.75 18C8.88423 22.3333 15.1158 22.3333 21.25 18\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,mTACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oIACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oDACF,OAAO,eACP,YAAY,MACZ,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
@@ -568,6 +568,7 @@ Below is a complete list of available icons:
568
568
  - IconComponents
569
569
  - IconCornerRadius
570
570
  - IconDispersion
571
+ - IconDraw
571
572
  - IconEditBig
572
573
  - IconEditSmall1
573
574
  - IconEditSmall2
@@ -1335,6 +1336,7 @@ Below is a complete list of available icons:
1335
1336
  - IconFacebook
1336
1337
  - IconFacebookMessenger
1337
1338
  - IconFigma
1339
+ - IconFinder1
1338
1340
  - IconFirefox
1339
1341
  - IconFramer
1340
1342
  - IconGemini
@@ -1586,6 +1588,7 @@ Below is a complete list of available icons:
1586
1588
  - IconReadingList
1587
1589
  - IconReceiptionBell
1588
1590
  - IconRescueRing
1591
+ - IconRockingHorse
1589
1592
  - IconScissors1
1590
1593
  - IconScissors2
1591
1594
  - IconShovel
@@ -7910,6 +7910,20 @@
7910
7910
  "packageName": "round-outlined-radius-2-stroke-1.5",
7911
7911
  "componentName": "IconDraft"
7912
7912
  },
7913
+ {
7914
+ "category": "Edit",
7915
+ "svg": "<path d=\"M2.74609 13.5C10.9181 5.42183 14.2879 2.28083 16.2674 4.38617C19.0814 7.37874 4.62803 16.4615 8.62659 18.7676C11.9582 20.6876 17.3347 10.2123 19.5427 12.899C20.8453 14.4822 16.2674 17.9913 17.4862 19.7373C18.3221 20.9346 20.1133 19.7937 21.2468 18.7714\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
7916
+ "iconName": "draw, sketch, scratch",
7917
+ "variant": {
7918
+ "join": "round",
7919
+ "filled": "off",
7920
+ "radius": "2",
7921
+ "stroke": "1.5"
7922
+ },
7923
+ "createdAt": "2025-09-17T05:30:27.554935+00:00",
7924
+ "packageName": "round-outlined-radius-2-stroke-1.5",
7925
+ "componentName": "IconDraw"
7926
+ },
7913
7927
  {
7914
7928
  "category": "Furniture & Household",
7915
7929
  "svg": "<path d=\"M4.75 4.75C4.75 3.64543 5.64543 2.75 6.75 2.75H17.25C18.3546 2.75 19.25 3.64543 19.25 4.75V17.25C19.25 18.3546 18.3546 19.25 17.25 19.25H6.75C5.64543 19.25 4.75 18.3546 4.75 17.25V4.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 11L5 11\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.75 19.25V21.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.25 19.25V21.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.75 7H14.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.75 15H14.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -9100,6 +9114,20 @@
9100
9114
  "packageName": "round-outlined-radius-2-stroke-1.5",
9101
9115
  "componentName": "IconFinder"
9102
9116
  },
9117
+ {
9118
+ "category": "Social Media & Brands",
9119
+ "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\"/>",
9120
+ "iconName": "finder",
9121
+ "variant": {
9122
+ "join": "round",
9123
+ "filled": "off",
9124
+ "radius": "2",
9125
+ "stroke": "1.5"
9126
+ },
9127
+ "createdAt": "2025-09-16T07:31:01.835243+00:00",
9128
+ "packageName": "round-outlined-radius-2-stroke-1.5",
9129
+ "componentName": "IconFinder1"
9130
+ },
9103
9131
  {
9104
9132
  "category": "Folders & Files",
9105
9133
  "svg": "<path d=\"M7 7.5V9.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 7.5V9.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.7628 2.5C12.1328 5.94484 10.9335 8.69265 10.1252 12.4018C10.058 12.7103 10.2948 13 10.6105 13H11.8004C12.4247 13 12.895 13.566 12.8103 14.1846C12.4738 16.6427 12.5081 19.0268 12.9133 21.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5 16C9.78201 19.5635 14.218 19.5635 19 16\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -16156,6 +16184,20 @@
16156
16184
  "packageName": "round-outlined-radius-2-stroke-1.5",
16157
16185
  "componentName": "IconRocket"
16158
16186
  },
16187
+ {
16188
+ "category": "Things",
16189
+ "svg": "<path d=\"M2.75 12.25V12.25C2.75 10.5931 4.09315 9.25 5.75 9.25H11.9932C13.9021 4.25604 14.8022 2.88144 18.4214 2.75924C18.778 2.7472 19.1101 2.94015 19.2889 3.24896L21.3597 6.82589C21.5892 7.22227 21.5201 7.72388 21.1919 8.0434L20.713 8.50975C20.4109 8.8039 19.9567 8.87696 19.5776 8.69239L18.1554 8L17 10L19.5 19\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7 9.5L4.5 19\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 20L9.72854 15.3201C9.89437 14.9718 10.2457 14.75 10.6314 14.75H13.3686C13.7543 14.75 14.1056 14.9718 14.2715 15.3201L16.5 20\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.75 18C8.88423 22.3333 15.1158 22.3333 21.25 18\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
16190
+ "iconName": "rocking-horse, child, kids, toy",
16191
+ "variant": {
16192
+ "join": "round",
16193
+ "filled": "off",
16194
+ "radius": "2",
16195
+ "stroke": "1.5"
16196
+ },
16197
+ "createdAt": "2025-09-16T07:31:01.835243+00:00",
16198
+ "packageName": "round-outlined-radius-2-stroke-1.5",
16199
+ "componentName": "IconRockingHorse"
16200
+ },
16159
16201
  {
16160
16202
  "category": "Vehicles & Aircrafts",
16161
16203
  "svg": "<circle cx=\"5.5\" cy=\"16.5\" r=\"2.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"18.5\" cy=\"16.5\" r=\"2.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.75 4.75H14.403C15.3371 4.75 16.1467 5.39649 16.3534 6.30736L18 13.5625\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 16.5H15.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -564,6 +564,7 @@ export type CentralIconName =
564
564
  | "IconDownsize"
565
565
  | "IconDownsize2"
566
566
  | "IconDraft"
567
+ | "IconDraw"
567
568
  | "IconDrawer1"
568
569
  | "IconDrawer2"
569
570
  | "IconDrawer3"
@@ -649,6 +650,7 @@ export type CentralIconName =
649
650
  | "IconFilterDescending"
650
651
  | "IconFilterTimeline"
651
652
  | "IconFinder"
653
+ | "IconFinder1"
652
654
  | "IconFinderFace"
653
655
  | "IconFingerPrint1"
654
656
  | "IconFingerPrint2"
@@ -1153,6 +1155,7 @@ export type CentralIconName =
1153
1155
  | "IconRobinhood"
1154
1156
  | "IconRobot"
1155
1157
  | "IconRocket"
1158
+ | "IconRockingHorse"
1156
1159
  | "IconRoller"
1157
1160
  | "IconRose"
1158
1161
  | "IconRotate"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-2-stroke-1.5",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "style": "round-outlined-radius-2-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-1.5/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1527,
14
+ "totalIcons": 1530,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 33,
@@ -430,7 +430,7 @@
430
430
  ]
431
431
  },
432
432
  "Edit": {
433
- "count": 68,
433
+ "count": 69,
434
434
  "icons": [
435
435
  "IconAddKeyframe",
436
436
  "IconBezier",
@@ -458,6 +458,7 @@
458
458
  "IconComponents",
459
459
  "IconCornerRadius",
460
460
  "IconDispersion",
461
+ "IconDraw",
461
462
  "IconEditBig",
462
463
  "IconEditSmall1",
463
464
  "IconEditSmall2",
@@ -1228,7 +1229,7 @@
1228
1229
  ]
1229
1230
  },
1230
1231
  "Social Media & Brands": {
1231
- "count": 95,
1232
+ "count": 96,
1232
1233
  "icons": [
1233
1234
  "IconAnthropic",
1234
1235
  "IconApple",
@@ -1257,6 +1258,7 @@
1257
1258
  "IconFacebook",
1258
1259
  "IconFacebookMessenger",
1259
1260
  "IconFigma",
1261
+ "IconFinder1",
1260
1262
  "IconFirefox",
1261
1263
  "IconFramer",
1262
1264
  "IconGemini",
@@ -1431,7 +1433,7 @@
1431
1433
  ]
1432
1434
  },
1433
1435
  "Things": {
1434
- "count": 119,
1436
+ "count": 120,
1435
1437
  "icons": [
1436
1438
  "IconAlien",
1437
1439
  "IconBackpack",
@@ -1516,6 +1518,7 @@
1516
1518
  "IconReadingList",
1517
1519
  "IconReceiptionBell",
1518
1520
  "IconRescueRing",
1521
+ "IconRockingHorse",
1519
1522
  "IconScissors1",
1520
1523
  "IconScissors2",
1521
1524
  "IconShovel",
@@ -2282,6 +2285,7 @@
2282
2285
  "IconDownsize": "downsize, exit-full-screen, scale-down",
2283
2286
  "IconDownsize2": "downsize-2, exit-full-screen, scale-down",
2284
2287
  "IconDraft": "draft",
2288
+ "IconDraw": "draw, sketch, scratch",
2285
2289
  "IconDrawer1": "drawer-1",
2286
2290
  "IconDrawer2": "drawer-2",
2287
2291
  "IconDrawer3": "drawer-3",
@@ -2367,6 +2371,7 @@
2367
2371
  "IconFilterDescending": "filter-descending, sort, za",
2368
2372
  "IconFilterTimeline": "filter-timeline, sort",
2369
2373
  "IconFinder": "finder, files, os",
2374
+ "IconFinder1": "finder",
2370
2375
  "IconFinderFace": "finder-face",
2371
2376
  "IconFingerPrint1": "finger-print-1, touch-id",
2372
2377
  "IconFingerPrint2": "finger-print-2, touch-id",
@@ -2871,6 +2876,7 @@
2871
2876
  "IconRobinhood": "robinhood",
2872
2877
  "IconRobot": "robot",
2873
2878
  "IconRocket": "rocket, startup, launch",
2879
+ "IconRockingHorse": "rocking-horse, child, kids, toy",
2874
2880
  "IconRoller": "roller, scooter",
2875
2881
  "IconRose": "rose, flower, romance, love",
2876
2882
  "IconRotate": "rotate, rotation, x-axis",
package/index.d.ts CHANGED
@@ -563,6 +563,7 @@ export { IconDotGrid3x3, default as IconDotGrid3x3Default, } from "./IconDotGrid
563
563
  export { IconDownsize, default as IconDownsizeDefault } from "./IconDownsize";
564
564
  export { IconDownsize2, default as IconDownsize2Default, } from "./IconDownsize2";
565
565
  export { IconDraft, default as IconDraftDefault } from "./IconDraft";
566
+ export { IconDraw, default as IconDrawDefault } from "./IconDraw";
566
567
  export { IconDrawer1, default as IconDrawer1Default } from "./IconDrawer1";
567
568
  export { IconDrawer2, default as IconDrawer2Default } from "./IconDrawer2";
568
569
  export { IconDrawer3, default as IconDrawer3Default } from "./IconDrawer3";
@@ -648,6 +649,7 @@ export { IconFilterDesc, default as IconFilterDescDefault, } from "./IconFilterD
648
649
  export { IconFilterDescending, default as IconFilterDescendingDefault, } from "./IconFilterDescending";
649
650
  export { IconFilterTimeline, default as IconFilterTimelineDefault, } from "./IconFilterTimeline";
650
651
  export { IconFinder, default as IconFinderDefault } from "./IconFinder";
652
+ export { IconFinder1, default as IconFinder1Default } from "./IconFinder1";
651
653
  export { IconFinderFace, default as IconFinderFaceDefault, } from "./IconFinderFace";
652
654
  export { IconFingerPrint1, default as IconFingerPrint1Default, } from "./IconFingerPrint1";
653
655
  export { IconFingerPrint2, default as IconFingerPrint2Default, } from "./IconFingerPrint2";
@@ -1152,6 +1154,7 @@ export { IconRive, default as IconRiveDefault } from "./IconRive";
1152
1154
  export { IconRobinhood, default as IconRobinhoodDefault, } from "./IconRobinhood";
1153
1155
  export { IconRobot, default as IconRobotDefault } from "./IconRobot";
1154
1156
  export { IconRocket, default as IconRocketDefault } from "./IconRocket";
1157
+ export { IconRockingHorse, default as IconRockingHorseDefault, } from "./IconRockingHorse";
1155
1158
  export { IconRoller, default as IconRollerDefault } from "./IconRoller";
1156
1159
  export { IconRose, default as IconRoseDefault } from "./IconRose";
1157
1160
  export { IconRotate, default as IconRotateDefault } from "./IconRotate";