@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.175 → 1.1.176
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/IconFlowerShape/index.d.ts +4 -0
- package/IconFlowerShape/index.js +2 -0
- package/IconFlowerShape/index.js.map +1 -0
- package/IconFlowerShape/index.mjs +2 -0
- package/IconFlowerShape/index.mjs.map +1 -0
- package/IconGamecontroller/index.d.ts +4 -0
- package/IconGamecontroller/index.js +2 -0
- package/IconGamecontroller/index.js.map +1 -0
- package/IconGamecontroller/index.mjs +2 -0
- package/IconGamecontroller/index.mjs.map +1 -0
- package/IconOldJoystick/index.d.ts +4 -0
- package/IconOldJoystick/index.js +2 -0
- package/IconOldJoystick/index.js.map +1 -0
- package/IconOldJoystick/index.mjs +2 -0
- package/IconOldJoystick/index.mjs.map +1 -0
- package/README.md +4 -1
- package/filtered-icons.json +43 -1
- package/icons/index.d.ts +3 -0
- package/icons-index.json +14 -8
- package/index.d.ts +3 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +21 -0
|
@@ -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 g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(p=B(o,t))||p.enumerable});return r};var s=(r,o,e)=>(e=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconFlowerShape:()=>i,default:()=>d});module.exports=h(v);var C=s(require("react"));var m=s(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(l.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M7.89087 5.30149C8.65436 3.80832 10.2078 2.78613 12 2.78613C13.7922 2.78613 15.3456 3.80832 16.1091 5.3015C16.3064 5.68723 16.6832 5.961 17.111 6.02938C18.767 6.29409 20.2192 7.45563 20.773 9.1601C21.3268 10.8646 20.8347 12.6579 19.6506 13.8454C19.3446 14.1522 19.2007 14.5952 19.2679 15.0231C19.5279 16.6799 18.8719 18.42 17.422 19.4734C15.9721 20.5268 14.1145 20.6129 12.6192 19.8537C12.2329 19.6576 11.7671 19.6576 11.3808 19.8537C9.88548 20.6129 8.02789 20.5268 6.57798 19.4734C5.12806 18.42 4.47213 16.6799 4.73212 15.0231C4.79928 14.5951 4.65535 14.1522 4.34945 13.8454C3.16529 12.6579 2.67317 10.8646 3.22698 9.1601C3.7808 7.45562 5.233 6.29409 6.88903 6.02938C7.31683 5.961 7.69364 5.68723 7.89087 5.30149Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),d=i;0&&(module.exports={IconFlowerShape});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFlowerShape/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 IconFlowerShape: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.89087 5.30149C8.65436 3.80832 10.2078 2.78613 12 2.78613C13.7922 2.78613 15.3456 3.80832 16.1091 5.3015C16.3064 5.68723 16.6832 5.961 17.111 6.02938C18.767 6.29409 20.2192 7.45563 20.773 9.1601C21.3268 10.8646 20.8347 12.6579 19.6506 13.8454C19.3446 14.1522 19.2007 14.5952 19.2679 15.0231C19.5279 16.6799 18.8719 18.42 17.422 19.4734C15.9721 20.5268 14.1145 20.6129 12.6192 19.8537C12.2329 19.6576 11.7671 19.6576 11.3808 19.8537C9.88548 20.6129 8.02789 20.5268 6.57798 19.4734C5.12806 18.42 4.47213 16.6799 4.73212 15.0231C4.79928 14.5951 4.65535 14.1522 4.34945 13.8454C3.16529 12.6579 2.67317 10.8646 3.22698 9.1601C3.7808 7.45562 5.233 6.29409 6.88903 6.02938C7.31683 5.961 7.69364 5.68723 7.89087 5.30149Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFlowerShape;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6sBACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconFlowerShape_exports","__export","IconFlowerShape","IconFlowerShape_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFlowerShape","props","React","CentralIconBase","IconFlowerShape_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>C.createElement(p,{...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 a}from"react-native-svg";var s=o=>t.createElement(e,{...o},t.createElement(a,{d:"M7.89087 5.30149C8.65436 3.80832 10.2078 2.78613 12 2.78613C13.7922 2.78613 15.3456 3.80832 16.1091 5.3015C16.3064 5.68723 16.6832 5.961 17.111 6.02938C18.767 6.29409 20.2192 7.45563 20.773 9.1601C21.3268 10.8646 20.8347 12.6579 19.6506 13.8454C19.3446 14.1522 19.2007 14.5952 19.2679 15.0231C19.5279 16.6799 18.8719 18.42 17.422 19.4734C15.9721 20.5268 14.1145 20.6129 12.6192 19.8537C12.2329 19.6576 11.7671 19.6576 11.3808 19.8537C9.88548 20.6129 8.02789 20.5268 6.57798 19.4734C5.12806 18.42 4.47213 16.6799 4.73212 15.0231C4.79928 14.5951 4.65535 14.1522 4.34945 13.8454C3.16529 12.6579 2.67317 10.8646 3.22698 9.1601C3.7808 7.45562 5.233 6.29409 6.88903 6.02938C7.31683 5.961 7.69364 5.68723 7.89087 5.30149Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),P=s;export{s as IconFlowerShape,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFlowerShape/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 IconFlowerShape: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.89087 5.30149C8.65436 3.80832 10.2078 2.78613 12 2.78613C13.7922 2.78613 15.3456 3.80832 16.1091 5.3015C16.3064 5.68723 16.6832 5.961 17.111 6.02938C18.767 6.29409 20.2192 7.45563 20.773 9.1601C21.3268 10.8646 20.8347 12.6579 19.6506 13.8454C19.3446 14.1522 19.2007 14.5952 19.2679 15.0231C19.5279 16.6799 18.8719 18.42 17.422 19.4734C15.9721 20.5268 14.1145 20.6129 12.6192 19.8537C12.2329 19.6576 11.7671 19.6576 11.3808 19.8537C9.88548 20.6129 8.02789 20.5268 6.57798 19.4734C5.12806 18.42 4.47213 16.6799 4.73212 15.0231C4.79928 14.5951 4.65535 14.1522 4.34945 13.8454C3.16529 12.6579 2.67317 10.8646 3.22698 9.1601C3.7808 7.45562 5.233 6.29409 6.88903 6.02938C7.31683 5.961 7.69364 5.68723 7.89087 5.30149Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFlowerShape;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6sBACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFlowerShape","props","React","CentralIconBase","IconFlowerShape_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of d(o))!I.call(r,C)&&C!==e&&p(r,C,{get:()=>o[C],enumerable:!(l=x(o,C))||l.enumerable});return r};var c=(r,o,e)=>(e=r!=null?f(B(r)):{},s(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>s(p({},"__esModule",{value:!0}),r);var k={};P(k,{IconGamecontroller:()=>u,default:()=>h});module.exports=g(k);var t=c(require("react"));var a=c(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...e})=>a.default.createElement(i.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 n=require("react-native-svg"),u=r=>t.default.createElement(m,{...r},t.default.createElement(n.Path,{d:"M13.32 5H10.68C8.58429 5 7.53644 5 6.65972 5.34216C5.72141 5.70836 4.91558 6.34941 4.34777 7.18135C3.81723 7.95868 3.58161 8.9797 3.11037 11.0217L2.18184 15.0454C1.79663 16.7146 2.7571 18.4 4.38954 18.9194C5.90194 19.4006 7.54226 18.7333 8.28914 17.3329L8.55259 16.8389C8.82798 16.3225 9.36554 16 9.95075 16H14.0493C14.6345 16 15.172 16.3225 15.4474 16.8389L15.7109 17.3329C16.4577 18.7333 18.0981 19.4006 19.6105 18.9194C21.2429 18.4 22.2034 16.7146 21.8182 15.0454L20.8896 11.0217C20.4184 8.9797 20.1828 7.95868 19.6522 7.18135C19.0844 6.34941 18.2786 5.70836 17.3403 5.34216C16.4636 5 15.4157 5 13.32 5Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),t.default.createElement(n.Circle,{cx:"17.0008",cy:"11.9002",r:"1.2",fill:"currentColor"}),t.default.createElement(n.Circle,{cx:"15.0008",cy:"9.0999",r:"1.2",fill:"currentColor"}),t.default.createElement(n.Path,{d:"M10.2992 10.5002H6.69922M8.49922 12.3002V8.7002",stroke:"currentColor",strokeWidth:"1.7",strokeLinecap:"round"})),h=u;0&&(module.exports={IconGamecontroller});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGamecontroller/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconGamecontroller: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.32 5H10.68C8.58429 5 7.53644 5 6.65972 5.34216C5.72141 5.70836 4.91558 6.34941 4.34777 7.18135C3.81723 7.95868 3.58161 8.9797 3.11037 11.0217L2.18184 15.0454C1.79663 16.7146 2.7571 18.4 4.38954 18.9194C5.90194 19.4006 7.54226 18.7333 8.28914 17.3329L8.55259 16.8389C8.82798 16.3225 9.36554 16 9.95075 16H14.0493C14.6345 16 15.172 16.3225 15.4474 16.8389L15.7109 17.3329C16.4577 18.7333 18.0981 19.4006 19.6105 18.9194C21.2429 18.4 22.2034 16.7146 21.8182 15.0454L20.8896 11.0217C20.4184 8.9797 20.1828 7.95868 19.6522 7.18135C19.0844 6.34941 18.2786 5.70836 17.3403 5.34216C16.4636 5 15.4157 5 13.32 5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"17.0008\" cy=\"11.9002\" r=\"1.2\" fill=\"currentColor\" />\n <Circle cx=\"15.0008\" cy=\"9.0999\" r=\"1.2\" fill=\"currentColor\" />\n <Path\n d=\"M10.2992 10.5002H6.69922M8.49922 12.3002V8.7002\"\n stroke=\"currentColor\"\n strokeWidth=\"1.7\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGamecontroller;\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,wBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,imBACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,SAAS,EAAE,MAAM,KAAK,eAAe,EAC7D,EAAAA,QAAA,cAAC,QACC,EAAE,kDACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconGamecontroller_exports","__export","IconGamecontroller","IconGamecontroller_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGamecontroller","props","React","CentralIconBase","IconGamecontroller_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:r=24,...p})=>l.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as n,Path as C}from"react-native-svg";var c=e=>o.createElement(t,{...e},o.createElement(C,{d:"M13.32 5H10.68C8.58429 5 7.53644 5 6.65972 5.34216C5.72141 5.70836 4.91558 6.34941 4.34777 7.18135C3.81723 7.95868 3.58161 8.9797 3.11037 11.0217L2.18184 15.0454C1.79663 16.7146 2.7571 18.4 4.38954 18.9194C5.90194 19.4006 7.54226 18.7333 8.28914 17.3329L8.55259 16.8389C8.82798 16.3225 9.36554 16 9.95075 16H14.0493C14.6345 16 15.172 16.3225 15.4474 16.8389L15.7109 17.3329C16.4577 18.7333 18.0981 19.4006 19.6105 18.9194C21.2429 18.4 22.2034 16.7146 21.8182 15.0454L20.8896 11.0217C20.4184 8.9797 20.1828 7.95868 19.6522 7.18135C19.0844 6.34941 18.2786 5.70836 17.3403 5.34216C16.4636 5 15.4157 5 13.32 5Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement(n,{cx:"17.0008",cy:"11.9002",r:"1.2",fill:"currentColor"}),o.createElement(n,{cx:"15.0008",cy:"9.0999",r:"1.2",fill:"currentColor"}),o.createElement(C,{d:"M10.2992 10.5002H6.69922M8.49922 12.3002V8.7002",stroke:"currentColor",strokeWidth:"1.7",strokeLinecap:"round"})),P=c;export{c as IconGamecontroller,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGamecontroller/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconGamecontroller: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.32 5H10.68C8.58429 5 7.53644 5 6.65972 5.34216C5.72141 5.70836 4.91558 6.34941 4.34777 7.18135C3.81723 7.95868 3.58161 8.9797 3.11037 11.0217L2.18184 15.0454C1.79663 16.7146 2.7571 18.4 4.38954 18.9194C5.90194 19.4006 7.54226 18.7333 8.28914 17.3329L8.55259 16.8389C8.82798 16.3225 9.36554 16 9.95075 16H14.0493C14.6345 16 15.172 16.3225 15.4474 16.8389L15.7109 17.3329C16.4577 18.7333 18.0981 19.4006 19.6105 18.9194C21.2429 18.4 22.2034 16.7146 21.8182 15.0454L20.8896 11.0217C20.4184 8.9797 20.1828 7.95868 19.6522 7.18135C19.0844 6.34941 18.2786 5.70836 17.3403 5.34216C16.4636 5 15.4157 5 13.32 5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"17.0008\" cy=\"11.9002\" r=\"1.2\" fill=\"currentColor\" />\n <Circle cx=\"15.0008\" cy=\"9.0999\" r=\"1.2\" fill=\"currentColor\" />\n <Path\n d=\"M10.2992 10.5002H6.69922M8.49922 12.3002V8.7002\"\n stroke=\"currentColor\"\n strokeWidth=\"1.7\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGamecontroller;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,imBACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,SAAS,EAAE,MAAM,KAAK,eAAe,EAC7DI,EAAA,cAACH,EAAA,CACC,EAAE,kDACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconGamecontroller","props","React","CentralIconBase","IconGamecontroller_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!x.call(r,s)&&s!==e&&p(r,s,{get:()=>o[s],enumerable:!(i=m(o,s))||i.enumerable});return r};var c=(r,o,e)=>(e=r!=null?l(h(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>C(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconOldJoystick:()=>a,default:()=>L});module.exports=I(P);var t=c(require("react"));var d=c(require("react")),u=require("react-native-svg"),k=({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 n=require("react-native-svg"),a=r=>t.default.createElement(k,{...r},t.default.createElement(n.Path,{d:"M12 9V14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M17 12V15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M18 15H6C4.89543 15 4 15.8954 4 17V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V17C20 15.8954 19.1046 15 18 15Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Circle,{cx:"12",cy:"6.5",r:"2.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),L=a;0&&(module.exports={IconOldJoystick});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconOldJoystick/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconOldJoystick: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 9V14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 12V15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 15H6C4.89543 15 4 15.8954 4 17V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V17C20 15.8954 19.1046 15 18 15Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"6.5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconOldJoystick;\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,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,WACF,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,iIACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,MACH,EAAE,MACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconOldJoystick_exports","__export","IconOldJoystick","IconOldJoystick_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconOldJoystick","props","React","CentralIconBase","IconOldJoystick_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as i}from"react-native-svg";var n=({children:e,size:r=24,...s})=>p.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as C,Path as t}from"react-native-svg";var c=e=>o.createElement(n,{...e},o.createElement(t,{d:"M12 9V14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M17 12V15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M18 15H6C4.89543 15 4 15.8954 4 17V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V17C20 15.8954 19.1046 15 18 15Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(C,{cx:"12",cy:"6.5",r:"2.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=c;export{c as IconOldJoystick,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconOldJoystick/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconOldJoystick: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 9V14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 12V15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 15H6C4.89543 15 4 15.8954 4 17V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V17C20 15.8954 19.1046 15 18 15Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"6.5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconOldJoystick;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,WACF,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,iIACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,MACH,EAAE,MACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconOldJoystick","props","React","CentralIconBase","IconOldJoystick_default"]}
|
package/README.md
CHANGED
|
@@ -413,6 +413,7 @@ Below is a complete list of available icons:
|
|
|
413
413
|
- IconStore3
|
|
414
414
|
- IconStore4
|
|
415
415
|
- IconStores
|
|
416
|
+
- IconTower
|
|
416
417
|
|
|
417
418
|
### Clouds
|
|
418
419
|
|
|
@@ -931,6 +932,7 @@ Below is a complete list of available icons:
|
|
|
931
932
|
|
|
932
933
|
### Forms & Shapes
|
|
933
934
|
|
|
935
|
+
- IconFlowerShape
|
|
934
936
|
- IconFormCapsule
|
|
935
937
|
- IconFormCircle
|
|
936
938
|
- IconFormDiamond
|
|
@@ -975,6 +977,7 @@ Below is a complete list of available icons:
|
|
|
975
977
|
- IconDice5
|
|
976
978
|
- IconDice6
|
|
977
979
|
- IconDices
|
|
980
|
+
- IconGamecontroller
|
|
978
981
|
- IconGamepad
|
|
979
982
|
- IconGamepadControls
|
|
980
983
|
- IconGamepadControlsDown
|
|
@@ -986,6 +989,7 @@ Below is a complete list of available icons:
|
|
|
986
989
|
- IconGamepadControlsRoundRight
|
|
987
990
|
- IconGamepadControlsRoundUp
|
|
988
991
|
- IconGamepadControlsUp
|
|
992
|
+
- IconOldJoystick
|
|
989
993
|
- IconRoulette1
|
|
990
994
|
- IconRoulette2
|
|
991
995
|
- IconScratchCard
|
|
@@ -1966,7 +1970,6 @@ Below is a complete list of available icons:
|
|
|
1966
1970
|
- IconThread
|
|
1967
1971
|
- IconTicket
|
|
1968
1972
|
- IconToiletPaper
|
|
1969
|
-
- IconTower
|
|
1970
1973
|
- IconTreasure
|
|
1971
1974
|
- IconTrophy
|
|
1972
1975
|
- IconUnicorn
|
package/filtered-icons.json
CHANGED
|
@@ -11186,6 +11186,20 @@
|
|
|
11186
11186
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
11187
11187
|
"componentName": "IconFloppyDisk2"
|
|
11188
11188
|
},
|
|
11189
|
+
{
|
|
11190
|
+
"category": "Forms & Shapes",
|
|
11191
|
+
"svg": "<path d=\"M7.89087 5.30149C8.65436 3.80832 10.2078 2.78613 12 2.78613C13.7922 2.78613 15.3456 3.80832 16.1091 5.3015C16.3064 5.68723 16.6832 5.961 17.111 6.02938C18.767 6.29409 20.2192 7.45563 20.773 9.1601C21.3268 10.8646 20.8347 12.6579 19.6506 13.8454C19.3446 14.1522 19.2007 14.5952 19.2679 15.0231C19.5279 16.6799 18.8719 18.42 17.422 19.4734C15.9721 20.5268 14.1145 20.6129 12.6192 19.8537C12.2329 19.6576 11.7671 19.6576 11.3808 19.8537C9.88548 20.6129 8.02789 20.5268 6.57798 19.4734C5.12806 18.42 4.47213 16.6799 4.73212 15.0231C4.79928 14.5951 4.65535 14.1522 4.34945 13.8454C3.16529 12.6579 2.67317 10.8646 3.22698 9.1601C3.7808 7.45562 5.233 6.29409 6.88903 6.02938C7.31683 5.961 7.69364 5.68723 7.89087 5.30149Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
|
|
11192
|
+
"iconName": "flower-shape",
|
|
11193
|
+
"variant": {
|
|
11194
|
+
"join": "round",
|
|
11195
|
+
"filled": "off",
|
|
11196
|
+
"radius": "2",
|
|
11197
|
+
"stroke": "2"
|
|
11198
|
+
},
|
|
11199
|
+
"createdAt": "2026-04-01T11:00:44.936562+00:00",
|
|
11200
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
11201
|
+
"componentName": "IconFlowerShape"
|
|
11202
|
+
},
|
|
11189
11203
|
{
|
|
11190
11204
|
"category": "Photography & Video",
|
|
11191
11205
|
"svg": "<path d=\"M4 8.25V6.25C4 5.14543 4.89543 4.25 6 4.25H8M4 16.25V18.25C4 19.3546 4.89543 20.25 6 20.25H8M16 4.25H18C19.1046 4.25 20 5.14543 20 6.25V8.25M20 16.25V18.25C20 19.3546 19.1046 20.25 18 20.25H16M13.8182 13.5L12 9.5L10.1818 13.5M13.8182 13.5L14.5 15M13.8182 13.5H10.1818M10.1818 13.5L9.5 15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -12124,6 +12138,20 @@
|
|
|
12124
12138
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
12125
12139
|
"componentName": "IconGalaxy"
|
|
12126
12140
|
},
|
|
12141
|
+
{
|
|
12142
|
+
"category": "Gaming",
|
|
12143
|
+
"svg": "<path d=\"M13.32 5H10.68C8.58429 5 7.53644 5 6.65972 5.34216C5.72141 5.70836 4.91558 6.34941 4.34777 7.18135C3.81723 7.95868 3.58161 8.9797 3.11037 11.0217L2.18184 15.0454C1.79663 16.7146 2.7571 18.4 4.38954 18.9194C5.90194 19.4006 7.54226 18.7333 8.28914 17.3329L8.55259 16.8389C8.82798 16.3225 9.36554 16 9.95075 16H14.0493C14.6345 16 15.172 16.3225 15.4474 16.8389L15.7109 17.3329C16.4577 18.7333 18.0981 19.4006 19.6105 18.9194C21.2429 18.4 22.2034 16.7146 21.8182 15.0454L20.8896 11.0217C20.4184 8.9797 20.1828 7.95868 19.6522 7.18135C19.0844 6.34941 18.2786 5.70836 17.3403 5.34216C16.4636 5 15.4157 5 13.32 5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><circle cx=\"17.0008\" cy=\"11.9002\" r=\"1.2\" fill=\"currentColor\"/><circle cx=\"15.0008\" cy=\"9.0999\" r=\"1.2\" fill=\"currentColor\"/><path d=\"M10.2992 10.5002H6.69922M8.49922 12.3002V8.7002\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\"/>",
|
|
12144
|
+
"iconName": "gamecontroller, joystick, play",
|
|
12145
|
+
"variant": {
|
|
12146
|
+
"join": "round",
|
|
12147
|
+
"filled": "off",
|
|
12148
|
+
"radius": "2",
|
|
12149
|
+
"stroke": "2"
|
|
12150
|
+
},
|
|
12151
|
+
"createdAt": "2026-04-01T11:00:44.936562+00:00",
|
|
12152
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
12153
|
+
"componentName": "IconGamecontroller"
|
|
12154
|
+
},
|
|
12127
12155
|
{
|
|
12128
12156
|
"category": "Gaming",
|
|
12129
12157
|
"svg": "<path d=\"M8 10V12M8 12V14M8 12H10M8 12H6M6 6H18C20.2091 6 22 7.79086 22 10V14C22 16.2091 20.2091 18 18 18H6C3.79086 18 2 16.2091 2 14V10C2 7.79086 3.79086 6 6 6Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.875 13.5C13.875 13.9832 14.2668 14.375 14.75 14.375C15.2332 14.375 15.625 13.9832 15.625 13.5C15.625 13.0168 15.2332 12.625 14.75 12.625C14.2668 12.625 13.875 13.0168 13.875 13.5ZM16.875 10.5C16.875 10.9832 17.2668 11.375 17.75 11.375C18.2332 11.375 18.625 10.9832 18.625 10.5C18.625 10.0168 18.2332 9.625 17.75 9.625C17.2668 9.625 16.875 10.0168 16.875 10.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"0.75\" stroke-linecap=\"square\"/>",
|
|
@@ -16884,6 +16912,20 @@
|
|
|
16884
16912
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
16885
16913
|
"componentName": "IconOffline"
|
|
16886
16914
|
},
|
|
16915
|
+
{
|
|
16916
|
+
"category": "Gaming",
|
|
16917
|
+
"svg": "<path d=\"M12 9V14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 12V15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 15H6C4.89543 15 4 15.8954 4 17V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V17C20 15.8954 19.1046 15 18 15Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"6.5\" r=\"2.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
16918
|
+
"iconName": "old-joystick, gamepad, gaming, control",
|
|
16919
|
+
"variant": {
|
|
16920
|
+
"join": "round",
|
|
16921
|
+
"filled": "off",
|
|
16922
|
+
"radius": "2",
|
|
16923
|
+
"stroke": "2"
|
|
16924
|
+
},
|
|
16925
|
+
"createdAt": "2026-04-01T11:00:44.936562+00:00",
|
|
16926
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
16927
|
+
"componentName": "IconOldJoystick"
|
|
16928
|
+
},
|
|
16887
16929
|
{
|
|
16888
16930
|
"category": "Devices & Signals",
|
|
16889
16931
|
"svg": "<path d=\"M5 7V2M7 4H17C18.1046 4 19 4.89543 19 6V17C19 19.2091 17.2091 21 15 21H9C6.79086 21 5 19.2091 5 17V6C5 4.89543 5.89543 4 7 4ZM8 7H16V14H8V7Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -24599,7 +24641,7 @@
|
|
|
24599
24641
|
"componentName": "IconTouchGrass"
|
|
24600
24642
|
},
|
|
24601
24643
|
{
|
|
24602
|
-
"category": "
|
|
24644
|
+
"category": "Building",
|
|
24603
24645
|
"svg": "<path d=\"M9 3L15 3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 3V5.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 10.5L18.4933 7.85112C18.7385 7.19737 18.2552 6.5 17.557 6.5H6.443C5.74479 6.5 5.26151 7.19737 5.50667 7.85112L6.5 10.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.4612 10.5H4.53876C3.8151 10.5 3.33105 11.2449 3.62495 11.9061L4.73606 14.4061C4.89656 14.7673 5.25468 15 5.64987 15H18.3501C18.7453 15 19.1034 14.7673 19.2639 14.4061L20.375 11.9061C20.669 11.2449 20.1849 10.5 19.4612 10.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 15V21H14V15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
24604
24646
|
"iconName": "tower, terminal",
|
|
24605
24647
|
"variant": {
|
package/icons/index.d.ts
CHANGED
|
@@ -798,6 +798,7 @@ export type CentralIconName =
|
|
|
798
798
|
| "IconFlashcards"
|
|
799
799
|
| "IconFloppyDisk1"
|
|
800
800
|
| "IconFloppyDisk2"
|
|
801
|
+
| "IconFlowerShape"
|
|
801
802
|
| "IconFocusAuto"
|
|
802
803
|
| "IconFocusExposure"
|
|
803
804
|
| "IconFocusFlash"
|
|
@@ -865,6 +866,7 @@ export type CentralIconName =
|
|
|
865
866
|
| "IconFullscreen1"
|
|
866
867
|
| "IconFullscreen2"
|
|
867
868
|
| "IconGalaxy"
|
|
869
|
+
| "IconGamecontroller"
|
|
868
870
|
| "IconGamepad"
|
|
869
871
|
| "IconGamepadControls"
|
|
870
872
|
| "IconGamepadControlsDown"
|
|
@@ -1205,6 +1207,7 @@ export type CentralIconName =
|
|
|
1205
1207
|
| "IconNvidia"
|
|
1206
1208
|
| "IconOculus"
|
|
1207
1209
|
| "IconOffline"
|
|
1210
|
+
| "IconOldJoystick"
|
|
1208
1211
|
| "IconOldPhone"
|
|
1209
1212
|
| "IconOllama"
|
|
1210
1213
|
| "IconOmega"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.176",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-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": 1914,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 74,
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
]
|
|
267
267
|
},
|
|
268
268
|
"Building": {
|
|
269
|
-
"count":
|
|
269
|
+
"count": 24,
|
|
270
270
|
"icons": [
|
|
271
271
|
"IconBank",
|
|
272
272
|
"IconBank2",
|
|
@@ -290,7 +290,8 @@
|
|
|
290
290
|
"IconStore2",
|
|
291
291
|
"IconStore3",
|
|
292
292
|
"IconStore4",
|
|
293
|
-
"IconStores"
|
|
293
|
+
"IconStores",
|
|
294
|
+
"IconTower"
|
|
294
295
|
]
|
|
295
296
|
},
|
|
296
297
|
"Clouds": {
|
|
@@ -829,8 +830,9 @@
|
|
|
829
830
|
]
|
|
830
831
|
},
|
|
831
832
|
"Forms & Shapes": {
|
|
832
|
-
"count":
|
|
833
|
+
"count": 15,
|
|
833
834
|
"icons": [
|
|
835
|
+
"IconFlowerShape",
|
|
834
836
|
"IconFormCapsule",
|
|
835
837
|
"IconFormCircle",
|
|
836
838
|
"IconFormDiamond",
|
|
@@ -870,7 +872,7 @@
|
|
|
870
872
|
]
|
|
871
873
|
},
|
|
872
874
|
"Gaming": {
|
|
873
|
-
"count":
|
|
875
|
+
"count": 25,
|
|
874
876
|
"icons": [
|
|
875
877
|
"IconDice1",
|
|
876
878
|
"IconDice2",
|
|
@@ -879,6 +881,7 @@
|
|
|
879
881
|
"IconDice5",
|
|
880
882
|
"IconDice6",
|
|
881
883
|
"IconDices",
|
|
884
|
+
"IconGamecontroller",
|
|
882
885
|
"IconGamepad",
|
|
883
886
|
"IconGamepadControls",
|
|
884
887
|
"IconGamepadControlsDown",
|
|
@@ -890,6 +893,7 @@
|
|
|
890
893
|
"IconGamepadControlsRoundRight",
|
|
891
894
|
"IconGamepadControlsRoundUp",
|
|
892
895
|
"IconGamepadControlsUp",
|
|
896
|
+
"IconOldJoystick",
|
|
893
897
|
"IconRoulette1",
|
|
894
898
|
"IconRoulette2",
|
|
895
899
|
"IconScratchCard",
|
|
@@ -1774,7 +1778,7 @@
|
|
|
1774
1778
|
]
|
|
1775
1779
|
},
|
|
1776
1780
|
"Things": {
|
|
1777
|
-
"count":
|
|
1781
|
+
"count": 133,
|
|
1778
1782
|
"icons": [
|
|
1779
1783
|
"IconAnvil",
|
|
1780
1784
|
"IconApps",
|
|
@@ -1900,7 +1904,6 @@
|
|
|
1900
1904
|
"IconThread",
|
|
1901
1905
|
"IconTicket",
|
|
1902
1906
|
"IconToiletPaper",
|
|
1903
|
-
"IconTower",
|
|
1904
1907
|
"IconTreasure",
|
|
1905
1908
|
"IconTrophy",
|
|
1906
1909
|
"IconUnicorn",
|
|
@@ -2912,6 +2915,7 @@
|
|
|
2912
2915
|
"IconFlashcards": "flashcards, cards, pages",
|
|
2913
2916
|
"IconFloppyDisk1": "floppy-disk-1, save",
|
|
2914
2917
|
"IconFloppyDisk2": "floppy-disk-2, save",
|
|
2918
|
+
"IconFlowerShape": "flower-shape",
|
|
2915
2919
|
"IconFocusAuto": "focus-auto",
|
|
2916
2920
|
"IconFocusExposure": "focus-exposure",
|
|
2917
2921
|
"IconFocusFlash": "focus-flash",
|
|
@@ -2979,6 +2983,7 @@
|
|
|
2979
2983
|
"IconFullscreen1": "fullscreen-1",
|
|
2980
2984
|
"IconFullscreen2": "fullscreen-2",
|
|
2981
2985
|
"IconGalaxy": "galaxy, dark-hole",
|
|
2986
|
+
"IconGamecontroller": "gamecontroller, joystick, play",
|
|
2982
2987
|
"IconGamepad": "gamepad, gaming, joystick",
|
|
2983
2988
|
"IconGamepadControls": "gamepad-controls, joystick",
|
|
2984
2989
|
"IconGamepadControlsDown": "gamepad-controls-down, joystick",
|
|
@@ -3319,6 +3324,7 @@
|
|
|
3319
3324
|
"IconNvidia": "nvidia",
|
|
3320
3325
|
"IconOculus": "oculus",
|
|
3321
3326
|
"IconOffline": "offline, disconnect, energy",
|
|
3327
|
+
"IconOldJoystick": "old-joystick, gamepad, gaming, control",
|
|
3322
3328
|
"IconOldPhone": "old-phone",
|
|
3323
3329
|
"IconOllama": "ollama",
|
|
3324
3330
|
"IconOmega": "omega, special-character",
|
package/index.d.ts
CHANGED
|
@@ -797,6 +797,7 @@ export { IconFlag2, default as IconFlag2Default } from "./IconFlag2";
|
|
|
797
797
|
export { IconFlashcards, default as IconFlashcardsDefault, } from "./IconFlashcards";
|
|
798
798
|
export { IconFloppyDisk1, default as IconFloppyDisk1Default, } from "./IconFloppyDisk1";
|
|
799
799
|
export { IconFloppyDisk2, default as IconFloppyDisk2Default, } from "./IconFloppyDisk2";
|
|
800
|
+
export { IconFlowerShape, default as IconFlowerShapeDefault, } from "./IconFlowerShape";
|
|
800
801
|
export { IconFocusAuto, default as IconFocusAutoDefault, } from "./IconFocusAuto";
|
|
801
802
|
export { IconFocusExposure, default as IconFocusExposureDefault, } from "./IconFocusExposure";
|
|
802
803
|
export { IconFocusFlash, default as IconFocusFlashDefault, } from "./IconFocusFlash";
|
|
@@ -864,6 +865,7 @@ export { IconFullScreen, default as IconFullScreenDefault, } from "./IconFullScr
|
|
|
864
865
|
export { IconFullscreen1, default as IconFullscreen1Default, } from "./IconFullscreen1";
|
|
865
866
|
export { IconFullscreen2, default as IconFullscreen2Default, } from "./IconFullscreen2";
|
|
866
867
|
export { IconGalaxy, default as IconGalaxyDefault } from "./IconGalaxy";
|
|
868
|
+
export { IconGamecontroller, default as IconGamecontrollerDefault, } from "./IconGamecontroller";
|
|
867
869
|
export { IconGamepad, default as IconGamepadDefault } from "./IconGamepad";
|
|
868
870
|
export { IconGamepadControls, default as IconGamepadControlsDefault, } from "./IconGamepadControls";
|
|
869
871
|
export { IconGamepadControlsDown, default as IconGamepadControlsDownDefault, } from "./IconGamepadControlsDown";
|
|
@@ -1204,6 +1206,7 @@ export { IconNumbers123, default as IconNumbers123Default, } from "./IconNumbers
|
|
|
1204
1206
|
export { IconNvidia, default as IconNvidiaDefault } from "./IconNvidia";
|
|
1205
1207
|
export { IconOculus, default as IconOculusDefault } from "./IconOculus";
|
|
1206
1208
|
export { IconOffline, default as IconOfflineDefault } from "./IconOffline";
|
|
1209
|
+
export { IconOldJoystick, default as IconOldJoystickDefault, } from "./IconOldJoystick";
|
|
1207
1210
|
export { IconOldPhone, default as IconOldPhoneDefault } from "./IconOldPhone";
|
|
1208
1211
|
export { IconOllama, default as IconOllamaDefault } from "./IconOllama";
|
|
1209
1212
|
export { IconOmega, default as IconOmegaDefault } from "./IconOmega";
|