@central-icons-react-native/round-filled-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 I=Object.create;var C=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!P.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(p=i(o,t))||p.enumerable});return r};var l=(r,o,e)=>(e=r!=null?I(x(r)):{},a(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>a(C({},"__esModule",{value:!0}),r);var F={};g(F,{IconFlowerShape:()=>B,default:()=>v});module.exports=h(F);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(s.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"),B=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M11.9997 1.78613C14.1818 1.78624 16.071 3.03232 16.9988 4.84668C17.0507 4.94809 17.1558 5.02392 17.2683 5.04199C19.2805 5.36373 21.0491 6.77626 21.7234 8.85156C22.3975 10.9268 21.7969 13.1088 20.3581 14.5518C20.2777 14.6326 20.2379 14.7555 20.2556 14.8682C20.5715 16.8813 19.7747 18.9996 18.0095 20.2822C16.2441 21.5648 13.9828 21.6676 12.1657 20.7451C12.0643 20.6938 11.9352 20.6939 11.8337 20.7451C10.0167 21.6677 7.75537 21.5648 5.98996 20.2822C4.22459 18.9996 3.42797 16.8814 3.74387 14.8682C3.76152 14.7556 3.72164 14.6326 3.64133 14.5518C2.20246 13.1088 1.60192 10.9269 2.27609 8.85156C2.95045 6.77621 4.71888 5.36365 6.73117 5.04199C6.84362 5.02384 6.94879 4.94806 7.0007 4.84668C7.92848 3.03231 9.81757 1.78613 11.9997 1.78613Z",fill:"currentColor"})),v=B;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=\"M11.9997 1.78613C14.1818 1.78624 16.071 3.03232 16.9988 4.84668C17.0507 4.94809 17.1558 5.02392 17.2683 5.04199C19.2805 5.36373 21.0491 6.77626 21.7234 8.85156C22.3975 10.9268 21.7969 13.1088 20.3581 14.5518C20.2777 14.6326 20.2379 14.7555 20.2556 14.8682C20.5715 16.8813 19.7747 18.9996 18.0095 20.2822C16.2441 21.5648 13.9828 21.6676 12.1657 20.7451C12.0643 20.6938 11.9352 20.6939 11.8337 20.7451C10.0167 21.6677 7.75537 21.5648 5.98996 20.2822C4.22459 18.9996 3.42797 16.8814 3.74387 14.8682C3.76152 14.7556 3.72164 14.6326 3.64133 14.5518C2.20246 13.1088 1.60192 10.9269 2.27609 8.85156C2.95045 6.77621 4.71888 5.36365 6.73117 5.04199C6.84362 5.02384 6.94879 4.94806 7.0007 4.84668C7.92848 3.03231 9.81757 1.78613 11.9997 1.78613Z\"\n fill=\"currentColor\"\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,kuBACF,KAAK,eACP,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 n from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...C})=>n.createElement(p,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(a,{d:"M11.9997 1.78613C14.1818 1.78624 16.071 3.03232 16.9988 4.84668C17.0507 4.94809 17.1558 5.02392 17.2683 5.04199C19.2805 5.36373 21.0491 6.77626 21.7234 8.85156C22.3975 10.9268 21.7969 13.1088 20.3581 14.5518C20.2777 14.6326 20.2379 14.7555 20.2556 14.8682C20.5715 16.8813 19.7747 18.9996 18.0095 20.2822C16.2441 21.5648 13.9828 21.6676 12.1657 20.7451C12.0643 20.6938 11.9352 20.6939 11.8337 20.7451C10.0167 21.6677 7.75537 21.5648 5.98996 20.2822C4.22459 18.9996 3.42797 16.8814 3.74387 14.8682C3.76152 14.7556 3.72164 14.6326 3.64133 14.5518C2.20246 13.1088 1.60192 10.9269 2.27609 8.85156C2.95045 6.77621 4.71888 5.36365 6.73117 5.04199C6.84362 5.02384 6.94879 4.94806 7.0007 4.84668C7.92848 3.03231 9.81757 1.78613 11.9997 1.78613Z",fill:"currentColor"})),P=l;export{l 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=\"M11.9997 1.78613C14.1818 1.78624 16.071 3.03232 16.9988 4.84668C17.0507 4.94809 17.1558 5.02392 17.2683 5.04199C19.2805 5.36373 21.0491 6.77626 21.7234 8.85156C22.3975 10.9268 21.7969 13.1088 20.3581 14.5518C20.2777 14.6326 20.2379 14.7555 20.2556 14.8682C20.5715 16.8813 19.7747 18.9996 18.0095 20.2822C16.2441 21.5648 13.9828 21.6676 12.1657 20.7451C12.0643 20.6938 11.9352 20.6939 11.8337 20.7451C10.0167 21.6677 7.75537 21.5648 5.98996 20.2822C4.22459 18.9996 3.42797 16.8814 3.74387 14.8682C3.76152 14.7556 3.72164 14.6326 3.64133 14.5518C2.20246 13.1088 1.60192 10.9269 2.27609 8.85156C2.95045 6.77621 4.71888 5.36365 6.73117 5.04199C6.84362 5.02384 6.94879 4.94806 7.0007 4.84668C7.92848 3.03231 9.81757 1.78613 11.9997 1.78613Z\"\n fill=\"currentColor\"\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,kuBACF,KAAK,eACP,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 u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(C,o)=>{for(var r in o)t(C,r,{get:o[r],enumerable:!0})},l=(C,o,r,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!v.call(C,e)&&e!==r&&t(C,e,{get:()=>o[e],enumerable:!(p=B(o,e))||p.enumerable});return C};var a=(C,o,r)=>(r=C!=null?u(d(C)):{},l(o||!C||!C.__esModule?t(r,"default",{value:C,enumerable:!0}):r,C)),P=C=>l(t({},"__esModule",{value:!0}),C);var H={};x(H,{IconGamecontroller:()=>i,default:()=>g});module.exports=P(H);var n=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:C,size:o=24,...r})=>m.default.createElement(c.Svg,{...r,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C);var f=require("react-native-svg"),i=C=>n.default.createElement(s,{...C},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.1357 4C14.2573 4 15.1524 3.99935 15.8828 4.05273C16.6256 4.10705 17.2663 4.22102 17.8769 4.48145C18.8717 4.90586 19.7338 5.59096 20.371 6.46484C20.7621 7.0012 21.0163 7.59993 21.2363 8.31152C21.4525 9.01121 21.653 9.88366 21.9052 10.9766L22.9384 15.4521C23.3579 17.2697 22.379 19.1198 20.6406 19.7959C18.8688 20.4848 16.8613 19.7408 15.9667 18.0635L15.5429 17.2686C15.4546 17.1035 15.2828 17.0001 15.0956 17H8.90424C8.71706 17.0002 8.54521 17.1035 8.45698 17.2686L8.03315 18.0635C7.13856 19.7408 5.13107 20.4848 3.35932 19.7959C1.62094 19.1198 0.642051 17.2696 1.06147 15.4521L2.09467 10.9766C2.34689 9.88363 2.54735 9.01122 2.76362 8.31152C2.98359 7.5999 3.23779 7.00122 3.62885 6.46484C4.26604 5.59092 5.12822 4.90589 6.12299 4.48145C6.73357 4.22099 7.37427 4.10706 8.11713 4.05273C8.84753 3.99934 9.74258 4 10.8642 4H13.1357ZM8.49995 7.85059C8.03059 7.85069 7.65034 8.23082 7.65034 8.7002V9.65039H6.70014C6.23077 9.65039 5.85064 10.0306 5.85053 10.5C5.85053 10.9694 6.2307 11.3506 6.70014 11.3506H7.65034V12.2998C7.65034 12.7692 8.03059 13.1503 8.49995 13.1504C8.96939 13.1504 9.35053 12.7692 9.35053 12.2998V11.3506H10.2998C10.7692 11.3506 11.1503 10.9694 11.1503 10.5C11.1502 10.0306 10.7691 9.65039 10.2998 9.65039H9.35053V8.7002C9.35053 8.23075 8.96939 7.85059 8.49995 7.85059ZM16.9999 10.7002C16.3372 10.7002 15.7998 11.2376 15.7998 11.9004C15.7998 12.5631 16.3372 13.1006 16.9999 13.1006C17.6626 13.1006 18.2001 12.5631 18.2001 11.9004C18.2001 11.2377 17.6627 10.7002 16.9999 10.7002ZM14.9999 7.90039C14.3373 7.90039 13.8 8.43705 13.7998 9.09961C13.7998 9.76235 14.3372 10.2998 14.9999 10.2998C15.6627 10.2998 16.2001 9.76233 16.2001 9.09961C16.1999 8.43707 15.6625 7.90042 14.9999 7.90039Z",fill:"currentColor"})),g=i;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 { Path } from \"react-native-svg\";\n\nexport const IconGamecontroller: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.1357 4C14.2573 4 15.1524 3.99935 15.8828 4.05273C16.6256 4.10705 17.2663 4.22102 17.8769 4.48145C18.8717 4.90586 19.7338 5.59096 20.371 6.46484C20.7621 7.0012 21.0163 7.59993 21.2363 8.31152C21.4525 9.01121 21.653 9.88366 21.9052 10.9766L22.9384 15.4521C23.3579 17.2697 22.379 19.1198 20.6406 19.7959C18.8688 20.4848 16.8613 19.7408 15.9667 18.0635L15.5429 17.2686C15.4546 17.1035 15.2828 17.0001 15.0956 17H8.90424C8.71706 17.0002 8.54521 17.1035 8.45698 17.2686L8.03315 18.0635C7.13856 19.7408 5.13107 20.4848 3.35932 19.7959C1.62094 19.1198 0.642051 17.2696 1.06147 15.4521L2.09467 10.9766C2.34689 9.88363 2.54735 9.01122 2.76362 8.31152C2.98359 7.5999 3.23779 7.00122 3.62885 6.46484C4.26604 5.59092 5.12822 4.90589 6.12299 4.48145C6.73357 4.22099 7.37427 4.10706 8.11713 4.05273C8.84753 3.99934 9.74258 4 10.8642 4H13.1357ZM8.49995 7.85059C8.03059 7.85069 7.65034 8.23082 7.65034 8.7002V9.65039H6.70014C6.23077 9.65039 5.85064 10.0306 5.85053 10.5C5.85053 10.9694 6.2307 11.3506 6.70014 11.3506H7.65034V12.2998C7.65034 12.7692 8.03059 13.1503 8.49995 13.1504C8.96939 13.1504 9.35053 12.7692 9.35053 12.2998V11.3506H10.2998C10.7692 11.3506 11.1503 10.9694 11.1503 10.5C11.1502 10.0306 10.7691 9.65039 10.2998 9.65039H9.35053V8.7002C9.35053 8.23075 8.96939 7.85059 8.49995 7.85059ZM16.9999 10.7002C16.3372 10.7002 15.7998 11.2376 15.7998 11.9004C15.7998 12.5631 16.3372 13.1006 16.9999 13.1006C17.6626 13.1006 18.2001 12.5631 18.2001 11.9004C18.2001 11.2377 17.6627 10.7002 16.9999 10.7002ZM14.9999 7.90039C14.3373 7.90039 13.8 8.43705 13.7998 9.09961C13.7998 9.76235 14.3372 10.2998 14.9999 10.2998C15.6627 10.2998 16.2001 9.76233 16.2001 9.09961C16.1999 8.43707 15.6625 7.90042 14.9999 7.90039Z\"\n fill=\"currentColor\"\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,EAAqB,4BAERC,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,0qDACF,KAAK,eACP,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 e from"react";import n from"react";import{Svg as p}from"react-native-svg";var r=({children:o,size:C=24,...t})=>n.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as l}from"react-native-svg";var a=o=>e.createElement(r,{...o},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.1357 4C14.2573 4 15.1524 3.99935 15.8828 4.05273C16.6256 4.10705 17.2663 4.22102 17.8769 4.48145C18.8717 4.90586 19.7338 5.59096 20.371 6.46484C20.7621 7.0012 21.0163 7.59993 21.2363 8.31152C21.4525 9.01121 21.653 9.88366 21.9052 10.9766L22.9384 15.4521C23.3579 17.2697 22.379 19.1198 20.6406 19.7959C18.8688 20.4848 16.8613 19.7408 15.9667 18.0635L15.5429 17.2686C15.4546 17.1035 15.2828 17.0001 15.0956 17H8.90424C8.71706 17.0002 8.54521 17.1035 8.45698 17.2686L8.03315 18.0635C7.13856 19.7408 5.13107 20.4848 3.35932 19.7959C1.62094 19.1198 0.642051 17.2696 1.06147 15.4521L2.09467 10.9766C2.34689 9.88363 2.54735 9.01122 2.76362 8.31152C2.98359 7.5999 3.23779 7.00122 3.62885 6.46484C4.26604 5.59092 5.12822 4.90589 6.12299 4.48145C6.73357 4.22099 7.37427 4.10706 8.11713 4.05273C8.84753 3.99934 9.74258 4 10.8642 4H13.1357ZM8.49995 7.85059C8.03059 7.85069 7.65034 8.23082 7.65034 8.7002V9.65039H6.70014C6.23077 9.65039 5.85064 10.0306 5.85053 10.5C5.85053 10.9694 6.2307 11.3506 6.70014 11.3506H7.65034V12.2998C7.65034 12.7692 8.03059 13.1503 8.49995 13.1504C8.96939 13.1504 9.35053 12.7692 9.35053 12.2998V11.3506H10.2998C10.7692 11.3506 11.1503 10.9694 11.1503 10.5C11.1502 10.0306 10.7691 9.65039 10.2998 9.65039H9.35053V8.7002C9.35053 8.23075 8.96939 7.85059 8.49995 7.85059ZM16.9999 10.7002C16.3372 10.7002 15.7998 11.2376 15.7998 11.9004C15.7998 12.5631 16.3372 13.1006 16.9999 13.1006C17.6626 13.1006 18.2001 12.5631 18.2001 11.9004C18.2001 11.2377 17.6627 10.7002 16.9999 10.7002ZM14.9999 7.90039C14.3373 7.90039 13.8 8.43705 13.7998 9.09961C13.7998 9.76235 14.3372 10.2998 14.9999 10.2998C15.6627 10.2998 16.2001 9.76233 16.2001 9.09961C16.1999 8.43707 15.6625 7.90042 14.9999 7.90039Z",fill:"currentColor"})),v=a;export{a as IconGamecontroller,v 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 { Path } from \"react-native-svg\";\n\nexport const IconGamecontroller: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.1357 4C14.2573 4 15.1524 3.99935 15.8828 4.05273C16.6256 4.10705 17.2663 4.22102 17.8769 4.48145C18.8717 4.90586 19.7338 5.59096 20.371 6.46484C20.7621 7.0012 21.0163 7.59993 21.2363 8.31152C21.4525 9.01121 21.653 9.88366 21.9052 10.9766L22.9384 15.4521C23.3579 17.2697 22.379 19.1198 20.6406 19.7959C18.8688 20.4848 16.8613 19.7408 15.9667 18.0635L15.5429 17.2686C15.4546 17.1035 15.2828 17.0001 15.0956 17H8.90424C8.71706 17.0002 8.54521 17.1035 8.45698 17.2686L8.03315 18.0635C7.13856 19.7408 5.13107 20.4848 3.35932 19.7959C1.62094 19.1198 0.642051 17.2696 1.06147 15.4521L2.09467 10.9766C2.34689 9.88363 2.54735 9.01122 2.76362 8.31152C2.98359 7.5999 3.23779 7.00122 3.62885 6.46484C4.26604 5.59092 5.12822 4.90589 6.12299 4.48145C6.73357 4.22099 7.37427 4.10706 8.11713 4.05273C8.84753 3.99934 9.74258 4 10.8642 4H13.1357ZM8.49995 7.85059C8.03059 7.85069 7.65034 8.23082 7.65034 8.7002V9.65039H6.70014C6.23077 9.65039 5.85064 10.0306 5.85053 10.5C5.85053 10.9694 6.2307 11.3506 6.70014 11.3506H7.65034V12.2998C7.65034 12.7692 8.03059 13.1503 8.49995 13.1504C8.96939 13.1504 9.35053 12.7692 9.35053 12.2998V11.3506H10.2998C10.7692 11.3506 11.1503 10.9694 11.1503 10.5C11.1502 10.0306 10.7691 9.65039 10.2998 9.65039H9.35053V8.7002C9.35053 8.23075 8.96939 7.85059 8.49995 7.85059ZM16.9999 10.7002C16.3372 10.7002 15.7998 11.2376 15.7998 11.9004C15.7998 12.5631 16.3372 13.1006 16.9999 13.1006C17.6626 13.1006 18.2001 12.5631 18.2001 11.9004C18.2001 11.2377 17.6627 10.7002 16.9999 10.7002ZM14.9999 7.90039C14.3373 7.90039 13.8 8.43705 13.7998 9.09961C13.7998 9.76235 14.3372 10.2998 14.9999 10.2998C15.6627 10.2998 16.2001 9.76233 16.2001 9.09961C16.1999 8.43707 15.6625 7.90042 14.9999 7.90039Z\"\n fill=\"currentColor\"\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,QAAAG,MAAY,mBAEd,IAAMC,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,0qDACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGamecontroller","props","React","CentralIconBase","IconGamecontroller_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),V=r=>a(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconOldJoystick:()=>i,default:()=>v});module.exports=V(y);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.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 f=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.08536 14.4455 9.42311 13 9.85352V14H16V12C16 11.4477 16.4477 11 17 11C17.5523 11 18 11.4477 18 12V14C19.6569 14 21 15.3431 21 17V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V17C3 15.3431 4.34315 14 6 14H11V9.85352C9.55447 9.42311 8.5 8.08536 8.5 6.5C8.5 4.567 10.067 3 12 3Z",fill:"currentColor"})),v=i;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 { Path } from \"react-native-svg\";\n\nexport const IconOldJoystick: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.08536 14.4455 9.42311 13 9.85352V14H16V12C16 11.4477 16.4477 11 17 11C17.5523 11 18 11.4477 18 12V14C19.6569 14 21 15.3431 21 17V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V17C3 15.3431 4.34315 14 6 14H11V9.85352C9.55447 9.42311 8.5 8.08536 8.5 6.5C8.5 4.567 10.067 3 12 3Z\"\n fill=\"currentColor\"\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,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6UACF,KAAK,eACP,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 e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({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 l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.08536 14.4455 9.42311 13 9.85352V14H16V12C16 11.4477 16.4477 11 17 11C17.5523 11 18 11.4477 18 12V14C19.6569 14 21 15.3431 21 17V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V17C3 15.3431 4.34315 14 6 14H11V9.85352C9.55447 9.42311 8.5 8.08536 8.5 6.5C8.5 4.567 10.067 3 12 3Z",fill:"currentColor"})),P=l;export{l as IconOldJoystick,P 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 { Path } from \"react-native-svg\";\n\nexport const IconOldJoystick: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.08536 14.4455 9.42311 13 9.85352V14H16V12C16 11.4477 16.4477 11 17 11C17.5523 11 18 11.4477 18 12V14C19.6569 14 21 15.3431 21 17V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V17C3 15.3431 4.34315 14 6 14H11V9.85352C9.55447 9.42311 8.5 8.08536 8.5 6.5C8.5 4.567 10.067 3 12 3Z\"\n fill=\"currentColor\"\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,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6UACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","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-filled-radius-2-stroke-2",
|
|
11187
11187
|
"componentName": "IconFloppyDisk2"
|
|
11188
11188
|
},
|
|
11189
|
+
{
|
|
11190
|
+
"category": "Forms & Shapes",
|
|
11191
|
+
"svg": "<path d=\"M11.9997 1.78613C14.1818 1.78624 16.071 3.03232 16.9988 4.84668C17.0507 4.94809 17.1558 5.02392 17.2683 5.04199C19.2805 5.36373 21.0491 6.77626 21.7234 8.85156C22.3975 10.9268 21.7969 13.1088 20.3581 14.5518C20.2777 14.6326 20.2379 14.7555 20.2556 14.8682C20.5715 16.8813 19.7747 18.9996 18.0095 20.2822C16.2441 21.5648 13.9828 21.6676 12.1657 20.7451C12.0643 20.6938 11.9352 20.6939 11.8337 20.7451C10.0167 21.6677 7.75537 21.5648 5.98996 20.2822C4.22459 18.9996 3.42797 16.8814 3.74387 14.8682C3.76152 14.7556 3.72164 14.6326 3.64133 14.5518C2.20246 13.1088 1.60192 10.9269 2.27609 8.85156C2.95045 6.77621 4.71888 5.36365 6.73117 5.04199C6.84362 5.02384 6.94879 4.94806 7.0007 4.84668C7.92848 3.03231 9.81757 1.78613 11.9997 1.78613Z\" fill=\"currentColor\"/>",
|
|
11192
|
+
"iconName": "flower-shape",
|
|
11193
|
+
"variant": {
|
|
11194
|
+
"join": "round",
|
|
11195
|
+
"filled": "on",
|
|
11196
|
+
"radius": "2",
|
|
11197
|
+
"stroke": "2"
|
|
11198
|
+
},
|
|
11199
|
+
"createdAt": "2026-04-01T11:00:44.936562+00:00",
|
|
11200
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
11201
|
+
"componentName": "IconFlowerShape"
|
|
11202
|
+
},
|
|
11189
11203
|
{
|
|
11190
11204
|
"category": "Photography & Video",
|
|
11191
11205
|
"svg": "<path d=\"M5 6C5 5.44772 5.44772 5 6 5H8C8.55228 5 9 4.55228 9 4C9 3.44772 8.55228 3 8 3H6C4.34315 3 3 4.34315 3 6V8C3 8.55228 3.44772 9 4 9C4.55228 9 5 8.55228 5 8V6Z\" fill=\"currentColor\"/><path d=\"M16 3C15.4477 3 15 3.44772 15 4C15 4.55228 15.4477 5 16 5H18C18.5523 5 19 5.44772 19 6V8C19 8.55228 19.4477 9 20 9C20.5523 9 21 8.55228 21 8V6C21 4.34315 19.6569 3 18 3H16Z\" fill=\"currentColor\"/><path d=\"M5 16C5 15.4477 4.55228 15 4 15C3.44772 15 3 15.4477 3 16V18C3 19.6569 4.34315 21 6 21H8C8.55228 21 9 20.5523 9 20C9 19.4477 8.55228 19 8 19H6C5.44772 19 5 18.5523 5 18V16Z\" fill=\"currentColor\"/><path d=\"M21 16C21 15.4477 20.5523 15 20 15C19.4477 15 19 15.4477 19 16V18C19 18.5523 18.5523 19 18 19H16C15.4477 19 15 19.4477 15 20C15 20.5523 15.4477 21 16 21H18C19.6569 21 21 19.6569 21 18V16Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.9104 8.8362C12.7481 8.4792 12.3921 8.25 12 8.25C11.6079 8.25 11.2519 8.4792 11.0896 8.8362L8.58963 14.3362C8.3611 14.839 8.58342 15.4318 9.0862 15.6604C9.58898 15.8889 10.1818 15.6666 10.4104 15.1638L10.8257 14.25H13.1743L13.5896 15.1638C13.8182 15.6666 14.411 15.8889 14.9138 15.6604C15.4166 15.4318 15.6389 14.839 15.4104 14.3362L12.9104 8.8362ZM12.2652 12.25H11.7348L12 11.6666L12.2652 12.25Z\" fill=\"currentColor\"/>",
|
|
@@ -12124,6 +12138,20 @@
|
|
|
12124
12138
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
12125
12139
|
"componentName": "IconGalaxy"
|
|
12126
12140
|
},
|
|
12141
|
+
{
|
|
12142
|
+
"category": "Gaming",
|
|
12143
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.1357 4C14.2573 4 15.1524 3.99935 15.8828 4.05273C16.6256 4.10705 17.2663 4.22102 17.8769 4.48145C18.8717 4.90586 19.7338 5.59096 20.371 6.46484C20.7621 7.0012 21.0163 7.59993 21.2363 8.31152C21.4525 9.01121 21.653 9.88366 21.9052 10.9766L22.9384 15.4521C23.3579 17.2697 22.379 19.1198 20.6406 19.7959C18.8688 20.4848 16.8613 19.7408 15.9667 18.0635L15.5429 17.2686C15.4546 17.1035 15.2828 17.0001 15.0956 17H8.90424C8.71706 17.0002 8.54521 17.1035 8.45698 17.2686L8.03315 18.0635C7.13856 19.7408 5.13107 20.4848 3.35932 19.7959C1.62094 19.1198 0.642051 17.2696 1.06147 15.4521L2.09467 10.9766C2.34689 9.88363 2.54735 9.01122 2.76362 8.31152C2.98359 7.5999 3.23779 7.00122 3.62885 6.46484C4.26604 5.59092 5.12822 4.90589 6.12299 4.48145C6.73357 4.22099 7.37427 4.10706 8.11713 4.05273C8.84753 3.99934 9.74258 4 10.8642 4H13.1357ZM8.49995 7.85059C8.03059 7.85069 7.65034 8.23082 7.65034 8.7002V9.65039H6.70014C6.23077 9.65039 5.85064 10.0306 5.85053 10.5C5.85053 10.9694 6.2307 11.3506 6.70014 11.3506H7.65034V12.2998C7.65034 12.7692 8.03059 13.1503 8.49995 13.1504C8.96939 13.1504 9.35053 12.7692 9.35053 12.2998V11.3506H10.2998C10.7692 11.3506 11.1503 10.9694 11.1503 10.5C11.1502 10.0306 10.7691 9.65039 10.2998 9.65039H9.35053V8.7002C9.35053 8.23075 8.96939 7.85059 8.49995 7.85059ZM16.9999 10.7002C16.3372 10.7002 15.7998 11.2376 15.7998 11.9004C15.7998 12.5631 16.3372 13.1006 16.9999 13.1006C17.6626 13.1006 18.2001 12.5631 18.2001 11.9004C18.2001 11.2377 17.6627 10.7002 16.9999 10.7002ZM14.9999 7.90039C14.3373 7.90039 13.8 8.43705 13.7998 9.09961C13.7998 9.76235 14.3372 10.2998 14.9999 10.2998C15.6627 10.2998 16.2001 9.76233 16.2001 9.09961C16.1999 8.43707 15.6625 7.90042 14.9999 7.90039Z\" fill=\"currentColor\"/>",
|
|
12144
|
+
"iconName": "gamecontroller, joystick, play",
|
|
12145
|
+
"variant": {
|
|
12146
|
+
"join": "round",
|
|
12147
|
+
"filled": "on",
|
|
12148
|
+
"radius": "2",
|
|
12149
|
+
"stroke": "2"
|
|
12150
|
+
},
|
|
12151
|
+
"createdAt": "2026-04-01T11:00:44.936562+00:00",
|
|
12152
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
12153
|
+
"componentName": "IconGamecontroller"
|
|
12154
|
+
},
|
|
12127
12155
|
{
|
|
12128
12156
|
"category": "Gaming",
|
|
12129
12157
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5C2.79086 5 1 6.79086 1 9V15C1 17.2091 2.79086 19 5 19H19C21.2091 19 23 17.2091 23 15V9C23 6.79086 21.2091 5 19 5H5ZM8 9C8.55228 9 9 9.44772 9 10V11H10C10.5523 11 11 11.4477 11 12C11 12.5523 10.5523 13 10 13H9V14C9 14.5523 8.55228 15 8 15C7.44772 15 7 14.5523 7 14V13H6C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H7V10C7 9.44772 7.44772 9 8 9ZM17.75 11.75C17.0596 11.75 16.5 11.1904 16.5 10.5C16.5 9.80964 17.0596 9.25 17.75 9.25C18.4404 9.25 19 9.80964 19 10.5C19 11.1904 18.4404 11.75 17.75 11.75ZM14.75 14.75C14.0596 14.75 13.5 14.1904 13.5 13.5C13.5 12.8096 14.0596 12.25 14.75 12.25C15.4404 12.25 16 12.8096 16 13.5C16 14.1904 15.4404 14.75 14.75 14.75Z\" fill=\"currentColor\"/>",
|
|
@@ -16884,6 +16912,20 @@
|
|
|
16884
16912
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
16885
16913
|
"componentName": "IconOffline"
|
|
16886
16914
|
},
|
|
16915
|
+
{
|
|
16916
|
+
"category": "Gaming",
|
|
16917
|
+
"svg": "<path d=\"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.08536 14.4455 9.42311 13 9.85352V14H16V12C16 11.4477 16.4477 11 17 11C17.5523 11 18 11.4477 18 12V14C19.6569 14 21 15.3431 21 17V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V17C3 15.3431 4.34315 14 6 14H11V9.85352C9.55447 9.42311 8.5 8.08536 8.5 6.5C8.5 4.567 10.067 3 12 3Z\" fill=\"currentColor\"/>",
|
|
16918
|
+
"iconName": "old-joystick, gamepad, gaming, control",
|
|
16919
|
+
"variant": {
|
|
16920
|
+
"join": "round",
|
|
16921
|
+
"filled": "on",
|
|
16922
|
+
"radius": "2",
|
|
16923
|
+
"stroke": "2"
|
|
16924
|
+
},
|
|
16925
|
+
"createdAt": "2026-04-01T11:00:44.936562+00:00",
|
|
16926
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
16927
|
+
"componentName": "IconOldJoystick"
|
|
16928
|
+
},
|
|
16887
16929
|
{
|
|
16888
16930
|
"category": "Devices & Signals",
|
|
16889
16931
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 1C5.55228 1 6 1.44772 6 2V3.17071C6.31278 3.06015 6.64936 3 7 3H17C18.6569 3 20 4.34315 20 6V17C20 19.7614 17.7614 22 15 22H9C6.23858 22 4 19.7614 4 17V2C4 1.44772 4.44772 1 5 1ZM8.5 7C8.22386 7 8 7.22386 8 7.5V13.5C8 13.7761 8.22386 14 8.5 14H15.5C15.7761 14 16 13.7761 16 13.5V7.5C16 7.22386 15.7761 7 15.5 7H8.5Z\" fill=\"currentColor\"/>",
|
|
@@ -24599,7 +24641,7 @@
|
|
|
24599
24641
|
"componentName": "IconTouchGrass"
|
|
24600
24642
|
},
|
|
24601
24643
|
{
|
|
24602
|
-
"category": "
|
|
24644
|
+
"category": "Building",
|
|
24603
24645
|
"svg": "<path d=\"M14.4973 21C14.4973 21.5522 14.0494 21.9998 13.4973 22H10.4973C9.94499 22 9.49728 21.5523 9.49728 21V16.5H14.4973V21Z\" fill=\"currentColor\"/><path d=\"M19.7815 10.5C20.8424 10.5001 21.5678 11.5715 21.174 12.5566L20.3742 14.5566C20.1465 15.126 19.5948 15.4998 18.9817 15.5H5.01193C4.39874 15.4998 3.84709 15.126 3.61935 14.5566L2.81954 12.5566C2.42582 11.5715 3.15119 10.5001 4.21212 10.5H19.7815Z\" fill=\"currentColor\"/><path d=\"M14.9973 2C15.5494 2.00022 15.9973 2.44785 15.9973 3C15.9973 3.55215 15.5494 3.99978 14.9973 4H12.9973V5.5H17.8322C18.8795 5.5 19.6041 6.5458 19.2365 7.52637L18.4973 9.5H5.49728L4.75704 7.52637C4.38948 6.5458 5.1141 5.5 6.16134 5.5H10.9973V4H8.99728C8.44499 4 7.99728 3.55228 7.99728 3C7.99728 2.44772 8.44499 2 8.99728 2H14.9973Z\" fill=\"currentColor\"/>",
|
|
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-filled-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.176",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-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";
|