@central-icons-react-native/round-filled-radius-3-stroke-1 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:"M12.0003 2C14.1028 2 15.9223 3.20872 16.8031 4.9668C16.9242 5.2087 17.1626 5.38217 17.43 5.42285C19.3744 5.71709 21.0869 7.07371 21.7367 9.07324C22.3864 11.0727 21.7986 13.1767 20.3988 14.5576C20.2062 14.7477 20.1144 15.0289 20.1586 15.2959C20.4794 17.2358 19.7185 19.2827 18.0179 20.5186C16.3169 21.7542 14.134 21.8461 12.388 20.9414C12.1477 20.817 11.8529 20.8169 11.6127 20.9414C9.8667 21.846 7.68368 21.7543 5.98277 20.5186C4.28223 19.2826 3.52121 17.2348 3.84214 15.2949C3.88613 15.028 3.79454 14.7476 3.60191 14.5576C2.20227 13.1767 1.61444 11.0726 2.26402 9.07324C2.91376 7.07378 4.62647 5.71722 6.57066 5.42285C6.83822 5.3823 7.07636 5.20873 7.19761 4.9668C8.07831 3.20874 9.89802 2.00016 12.0003 2Z",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=\"M12.0003 2C14.1028 2 15.9223 3.20872 16.8031 4.9668C16.9242 5.2087 17.1626 5.38217 17.43 5.42285C19.3744 5.71709 21.0869 7.07371 21.7367 9.07324C22.3864 11.0727 21.7986 13.1767 20.3988 14.5576C20.2062 14.7477 20.1144 15.0289 20.1586 15.2959C20.4794 17.2358 19.7185 19.2827 18.0179 20.5186C16.3169 21.7542 14.134 21.8461 12.388 20.9414C12.1477 20.817 11.8529 20.8169 11.6127 20.9414C9.8667 21.846 7.68368 21.7543 5.98277 20.5186C4.28223 19.2826 3.52121 17.2348 3.84214 15.2949C3.88613 15.028 3.79454 14.7476 3.60191 14.5576C2.20227 13.1767 1.61444 11.0726 2.26402 9.07324C2.91376 7.07378 4.62647 5.71722 6.57066 5.42285C6.83822 5.3823 7.07636 5.20873 7.19761 4.9668C8.07831 3.20874 9.89802 2.00016 12.0003 2Z\"\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,ssBACF,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:"M12.0003 2C14.1028 2 15.9223 3.20872 16.8031 4.9668C16.9242 5.2087 17.1626 5.38217 17.43 5.42285C19.3744 5.71709 21.0869 7.07371 21.7367 9.07324C22.3864 11.0727 21.7986 13.1767 20.3988 14.5576C20.2062 14.7477 20.1144 15.0289 20.1586 15.2959C20.4794 17.2358 19.7185 19.2827 18.0179 20.5186C16.3169 21.7542 14.134 21.8461 12.388 20.9414C12.1477 20.817 11.8529 20.8169 11.6127 20.9414C9.8667 21.846 7.68368 21.7543 5.98277 20.5186C4.28223 19.2826 3.52121 17.2348 3.84214 15.2949C3.88613 15.028 3.79454 14.7476 3.60191 14.5576C2.20227 13.1767 1.61444 11.0726 2.26402 9.07324C2.91376 7.07378 4.62647 5.71722 6.57066 5.42285C6.83822 5.3823 7.07636 5.20873 7.19761 4.9668C8.07831 3.20874 9.89802 2.00016 12.0003 2Z",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=\"M12.0003 2C14.1028 2 15.9223 3.20872 16.8031 4.9668C16.9242 5.2087 17.1626 5.38217 17.43 5.42285C19.3744 5.71709 21.0869 7.07371 21.7367 9.07324C22.3864 11.0727 21.7986 13.1767 20.3988 14.5576C20.2062 14.7477 20.1144 15.0289 20.1586 15.2959C20.4794 17.2358 19.7185 19.2827 18.0179 20.5186C16.3169 21.7542 14.134 21.8461 12.388 20.9414C12.1477 20.817 11.8529 20.8169 11.6127 20.9414C9.8667 21.846 7.68368 21.7543 5.98277 20.5186C4.28223 19.2826 3.52121 17.2348 3.84214 15.2949C3.88613 15.028 3.79454 14.7476 3.60191 14.5576C2.20227 13.1767 1.61444 11.0726 2.26402 9.07324C2.91376 7.07378 4.62647 5.71722 6.57066 5.42285C6.83822 5.3823 7.07636 5.20873 7.19761 4.9668C8.07831 3.20874 9.89802 2.00016 12.0003 2Z\"\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,ssBACF,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.5646 4C14.712 4 15.5997 3.99968 16.3185 4.05273C17.0436 4.10626 17.6316 4.21581 18.1779 4.45215C19.0997 4.85101 19.8948 5.49486 20.4767 6.31348C20.8216 6.79872 21.0509 7.35166 21.2541 8.0498C21.4554 8.74186 21.6404 9.61014 21.8791 10.7324L22.9894 15.958C23.3274 17.5482 22.4722 19.1513 20.963 19.7559C19.0852 20.5077 16.9746 19.432 16.4796 17.4707L16.3791 17.0732C16.2198 16.4424 15.6528 16 15.0021 16H8.9943C8.3437 16.0001 7.77655 16.4424 7.61734 17.0732L7.51676 17.4707C7.02173 19.4321 4.91119 20.5078 3.03336 19.7559C1.52434 19.1513 0.669034 17.5481 1.00699 15.958L2.11734 10.7324C2.35596 9.61015 2.54097 8.74186 2.74234 8.0498C2.94551 7.35168 3.17483 6.79871 3.51969 6.31348C4.10156 5.49487 4.89678 4.85103 5.81852 4.45215C6.36481 4.21578 6.95287 4.10627 7.67789 4.05273C8.39669 3.99967 9.2844 4 10.4318 4H13.5646ZM8.4982 7.5C8.22214 7.50009 7.9982 7.72392 7.9982 8V9.5H6.4982C6.22214 9.50009 5.9982 9.72392 5.9982 10C5.9982 10.2761 6.22214 10.4999 6.4982 10.5H7.9982V12C7.9982 12.2761 8.22214 12.4999 8.4982 12.5C8.77435 12.5 8.9982 12.2761 8.9982 12V10.5H10.4982C10.7743 10.5 10.9982 10.2761 10.9982 10C10.9982 9.72386 10.7743 9.5 10.4982 9.5H8.9982V8C8.9982 7.72386 8.77435 7.5 8.4982 7.5ZM16.9982 10.5C16.446 10.5001 15.9982 10.9478 15.9982 11.5C15.9982 12.0522 16.446 12.4999 16.9982 12.5C17.5505 12.5 17.9982 12.0523 17.9982 11.5C17.9982 10.9477 17.5505 10.5 16.9982 10.5ZM14.9982 7.5C14.446 7.50009 13.9982 7.94777 13.9982 8.5C13.9982 9.05223 14.446 9.49991 14.9982 9.5C15.5505 9.5 15.9982 9.05228 15.9982 8.5C15.9982 7.94772 15.5505 7.5 14.9982 7.5Z",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.5646 4C14.712 4 15.5997 3.99968 16.3185 4.05273C17.0436 4.10626 17.6316 4.21581 18.1779 4.45215C19.0997 4.85101 19.8948 5.49486 20.4767 6.31348C20.8216 6.79872 21.0509 7.35166 21.2541 8.0498C21.4554 8.74186 21.6404 9.61014 21.8791 10.7324L22.9894 15.958C23.3274 17.5482 22.4722 19.1513 20.963 19.7559C19.0852 20.5077 16.9746 19.432 16.4796 17.4707L16.3791 17.0732C16.2198 16.4424 15.6528 16 15.0021 16H8.9943C8.3437 16.0001 7.77655 16.4424 7.61734 17.0732L7.51676 17.4707C7.02173 19.4321 4.91119 20.5078 3.03336 19.7559C1.52434 19.1513 0.669034 17.5481 1.00699 15.958L2.11734 10.7324C2.35596 9.61015 2.54097 8.74186 2.74234 8.0498C2.94551 7.35168 3.17483 6.79871 3.51969 6.31348C4.10156 5.49487 4.89678 4.85103 5.81852 4.45215C6.36481 4.21578 6.95287 4.10627 7.67789 4.05273C8.39669 3.99967 9.2844 4 10.4318 4H13.5646ZM8.4982 7.5C8.22214 7.50009 7.9982 7.72392 7.9982 8V9.5H6.4982C6.22214 9.50009 5.9982 9.72392 5.9982 10C5.9982 10.2761 6.22214 10.4999 6.4982 10.5H7.9982V12C7.9982 12.2761 8.22214 12.4999 8.4982 12.5C8.77435 12.5 8.9982 12.2761 8.9982 12V10.5H10.4982C10.7743 10.5 10.9982 10.2761 10.9982 10C10.9982 9.72386 10.7743 9.5 10.4982 9.5H8.9982V8C8.9982 7.72386 8.77435 7.5 8.4982 7.5ZM16.9982 10.5C16.446 10.5001 15.9982 10.9478 15.9982 11.5C15.9982 12.0522 16.446 12.4999 16.9982 12.5C17.5505 12.5 17.9982 12.0523 17.9982 11.5C17.9982 10.9477 17.5505 10.5 16.9982 10.5ZM14.9982 7.5C14.446 7.50009 13.9982 7.94777 13.9982 8.5C13.9982 9.05223 14.446 9.49991 14.9982 9.5C15.5505 9.5 15.9982 9.05228 15.9982 8.5C15.9982 7.94772 15.5505 7.5 14.9982 7.5Z\"\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,giDACF,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.5646 4C14.712 4 15.5997 3.99968 16.3185 4.05273C17.0436 4.10626 17.6316 4.21581 18.1779 4.45215C19.0997 4.85101 19.8948 5.49486 20.4767 6.31348C20.8216 6.79872 21.0509 7.35166 21.2541 8.0498C21.4554 8.74186 21.6404 9.61014 21.8791 10.7324L22.9894 15.958C23.3274 17.5482 22.4722 19.1513 20.963 19.7559C19.0852 20.5077 16.9746 19.432 16.4796 17.4707L16.3791 17.0732C16.2198 16.4424 15.6528 16 15.0021 16H8.9943C8.3437 16.0001 7.77655 16.4424 7.61734 17.0732L7.51676 17.4707C7.02173 19.4321 4.91119 20.5078 3.03336 19.7559C1.52434 19.1513 0.669034 17.5481 1.00699 15.958L2.11734 10.7324C2.35596 9.61015 2.54097 8.74186 2.74234 8.0498C2.94551 7.35168 3.17483 6.79871 3.51969 6.31348C4.10156 5.49487 4.89678 4.85103 5.81852 4.45215C6.36481 4.21578 6.95287 4.10627 7.67789 4.05273C8.39669 3.99967 9.2844 4 10.4318 4H13.5646ZM8.4982 7.5C8.22214 7.50009 7.9982 7.72392 7.9982 8V9.5H6.4982C6.22214 9.50009 5.9982 9.72392 5.9982 10C5.9982 10.2761 6.22214 10.4999 6.4982 10.5H7.9982V12C7.9982 12.2761 8.22214 12.4999 8.4982 12.5C8.77435 12.5 8.9982 12.2761 8.9982 12V10.5H10.4982C10.7743 10.5 10.9982 10.2761 10.9982 10C10.9982 9.72386 10.7743 9.5 10.4982 9.5H8.9982V8C8.9982 7.72386 8.77435 7.5 8.4982 7.5ZM16.9982 10.5C16.446 10.5001 15.9982 10.9478 15.9982 11.5C15.9982 12.0522 16.446 12.4999 16.9982 12.5C17.5505 12.5 17.9982 12.0523 17.9982 11.5C17.9982 10.9477 17.5505 10.5 16.9982 10.5ZM14.9982 7.5C14.446 7.50009 13.9982 7.94777 13.9982 8.5C13.9982 9.05223 14.446 9.49991 14.9982 9.5C15.5505 9.5 15.9982 9.05228 15.9982 8.5C15.9982 7.94772 15.5505 7.5 14.9982 7.5Z",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.5646 4C14.712 4 15.5997 3.99968 16.3185 4.05273C17.0436 4.10626 17.6316 4.21581 18.1779 4.45215C19.0997 4.85101 19.8948 5.49486 20.4767 6.31348C20.8216 6.79872 21.0509 7.35166 21.2541 8.0498C21.4554 8.74186 21.6404 9.61014 21.8791 10.7324L22.9894 15.958C23.3274 17.5482 22.4722 19.1513 20.963 19.7559C19.0852 20.5077 16.9746 19.432 16.4796 17.4707L16.3791 17.0732C16.2198 16.4424 15.6528 16 15.0021 16H8.9943C8.3437 16.0001 7.77655 16.4424 7.61734 17.0732L7.51676 17.4707C7.02173 19.4321 4.91119 20.5078 3.03336 19.7559C1.52434 19.1513 0.669034 17.5481 1.00699 15.958L2.11734 10.7324C2.35596 9.61015 2.54097 8.74186 2.74234 8.0498C2.94551 7.35168 3.17483 6.79871 3.51969 6.31348C4.10156 5.49487 4.89678 4.85103 5.81852 4.45215C6.36481 4.21578 6.95287 4.10627 7.67789 4.05273C8.39669 3.99967 9.2844 4 10.4318 4H13.5646ZM8.4982 7.5C8.22214 7.50009 7.9982 7.72392 7.9982 8V9.5H6.4982C6.22214 9.50009 5.9982 9.72392 5.9982 10C5.9982 10.2761 6.22214 10.4999 6.4982 10.5H7.9982V12C7.9982 12.2761 8.22214 12.4999 8.4982 12.5C8.77435 12.5 8.9982 12.2761 8.9982 12V10.5H10.4982C10.7743 10.5 10.9982 10.2761 10.9982 10C10.9982 9.72386 10.7743 9.5 10.4982 9.5H8.9982V8C8.9982 7.72386 8.77435 7.5 8.4982 7.5ZM16.9982 10.5C16.446 10.5001 15.9982 10.9478 15.9982 11.5C15.9982 12.0522 16.446 12.4999 16.9982 12.5C17.5505 12.5 17.9982 12.0523 17.9982 11.5C17.9982 10.9477 17.5505 10.5 16.9982 10.5ZM14.9982 7.5C14.446 7.50009 13.9982 7.94777 13.9982 8.5C13.9982 9.05223 14.446 9.49991 14.9982 9.5C15.5505 9.5 15.9982 9.05228 15.9982 8.5C15.9982 7.94772 15.5505 7.5 14.9982 7.5Z\"\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,giDACF,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 d={};g(d,{IconOldJoystick:()=>i,default:()=>y});module.exports=v(d);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.2632 14.1961 9.72121 12.5 9.96387V15H17V12.5C17 12.2239 17.2239 12 17.5 12C17.7761 12 18 12.2239 18 12.5V15C19.6569 15 21 16.3431 21 18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18C3 16.3431 4.34315 15 6 15H11.5V9.96387C9.8039 9.72121 8.5 8.2632 8.5 6.5C8.5 4.567 10.067 3 12 3Z",fill:"currentColor"})),y=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.2632 14.1961 9.72121 12.5 9.96387V15H17V12.5C17 12.2239 17.2239 12 17.5 12C17.7761 12 18 12.2239 18 12.5V15C19.6569 15 21 16.3431 21 18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18C3 16.3431 4.34315 15 6 15H11.5V9.96387C9.8039 9.72121 8.5 8.2632 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,8UACF,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.2632 14.1961 9.72121 12.5 9.96387V15H17V12.5C17 12.2239 17.2239 12 17.5 12C17.7761 12 18 12.2239 18 12.5V15C19.6569 15 21 16.3431 21 18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18C3 16.3431 4.34315 15 6 15H11.5V9.96387C9.8039 9.72121 8.5 8.2632 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.2632 14.1961 9.72121 12.5 9.96387V15H17V12.5C17 12.2239 17.2239 12 17.5 12C17.7761 12 18 12.2239 18 12.5V15C19.6569 15 21 16.3431 21 18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18C3 16.3431 4.34315 15 6 15H11.5V9.96387C9.8039 9.72121 8.5 8.2632 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,8UACF,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-3-stroke-1",
|
|
11187
11187
|
"componentName": "IconFloppyDisk2"
|
|
11188
11188
|
},
|
|
11189
|
+
{
|
|
11190
|
+
"category": "Forms & Shapes",
|
|
11191
|
+
"svg": "<path d=\"M12.0003 2C14.1028 2 15.9223 3.20872 16.8031 4.9668C16.9242 5.2087 17.1626 5.38217 17.43 5.42285C19.3744 5.71709 21.0869 7.07371 21.7367 9.07324C22.3864 11.0727 21.7986 13.1767 20.3988 14.5576C20.2062 14.7477 20.1144 15.0289 20.1586 15.2959C20.4794 17.2358 19.7185 19.2827 18.0179 20.5186C16.3169 21.7542 14.134 21.8461 12.388 20.9414C12.1477 20.817 11.8529 20.8169 11.6127 20.9414C9.8667 21.846 7.68368 21.7543 5.98277 20.5186C4.28223 19.2826 3.52121 17.2348 3.84214 15.2949C3.88613 15.028 3.79454 14.7476 3.60191 14.5576C2.20227 13.1767 1.61444 11.0726 2.26402 9.07324C2.91376 7.07378 4.62647 5.71722 6.57066 5.42285C6.83822 5.3823 7.07636 5.20873 7.19761 4.9668C8.07831 3.20874 9.89802 2.00016 12.0003 2Z\" fill=\"currentColor\"/>",
|
|
11192
|
+
"iconName": "flower-shape",
|
|
11193
|
+
"variant": {
|
|
11194
|
+
"join": "round",
|
|
11195
|
+
"filled": "on",
|
|
11196
|
+
"radius": "3",
|
|
11197
|
+
"stroke": "1"
|
|
11198
|
+
},
|
|
11199
|
+
"createdAt": "2026-04-01T11:00:44.936562+00:00",
|
|
11200
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
11201
|
+
"componentName": "IconFlowerShape"
|
|
11202
|
+
},
|
|
11189
11203
|
{
|
|
11190
11204
|
"category": "Photography & Video",
|
|
11191
11205
|
"svg": "<path d=\"M4 6.5C4 5.11929 5.11929 4 6.5 4H8C8.27614 4 8.5 3.77614 8.5 3.5C8.5 3.22386 8.27614 3 8 3H6.5C4.567 3 3 4.567 3 6.5V8C3 8.27614 3.22386 8.5 3.5 8.5C3.77614 8.5 4 8.27614 4 8V6.5Z\" fill=\"currentColor\"/><path d=\"M16 3C15.7239 3 15.5 3.22386 15.5 3.5C15.5 3.77614 15.7239 4 16 4H17.5C18.8807 4 20 5.11929 20 6.5V8C20 8.27614 20.2239 8.5 20.5 8.5C20.7761 8.5 21 8.27614 21 8V6.5C21 4.567 19.433 3 17.5 3H16Z\" fill=\"currentColor\"/><path d=\"M4 16C4 15.7239 3.77614 15.5 3.5 15.5C3.22386 15.5 3 15.7239 3 16V17.5C3 19.433 4.567 21 6.5 21H8C8.27614 21 8.5 20.7761 8.5 20.5C8.5 20.2239 8.27614 20 8 20H6.5C5.11929 20 4 18.8807 4 17.5V16Z\" fill=\"currentColor\"/><path d=\"M21 16C21 15.7239 20.7761 15.5 20.5 15.5C20.2239 15.5 20 15.7239 20 16V17.5C20 18.8807 18.8807 20 17.5 20H16C15.7239 20 15.5 20.2239 15.5 20.5C15.5 20.7761 15.7239 21 16 21H17.5C19.433 21 21 19.433 21 17.5V16Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4552 8.5431C12.374 8.3646 12.1961 8.25 12 8.25C11.8039 8.25 11.626 8.3646 11.5448 8.5431L8.54482 15.1431C8.43055 15.3945 8.54171 15.6909 8.7931 15.8052C9.04449 15.9195 9.34091 15.8083 9.45518 15.5569L10.1401 14.05H13.8599L14.5448 15.5569C14.6591 15.8083 14.9555 15.9195 15.2069 15.8052C15.4583 15.6909 15.5695 15.3945 15.4552 15.1431L12.4552 8.5431ZM13.4053 13.05H10.5947L12 9.9583L13.4053 13.05Z\" fill=\"currentColor\"/>",
|
|
@@ -12124,6 +12138,20 @@
|
|
|
12124
12138
|
"packageName": "round-filled-radius-3-stroke-1",
|
|
12125
12139
|
"componentName": "IconGalaxy"
|
|
12126
12140
|
},
|
|
12141
|
+
{
|
|
12142
|
+
"category": "Gaming",
|
|
12143
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5646 4C14.712 4 15.5997 3.99968 16.3185 4.05273C17.0436 4.10626 17.6316 4.21581 18.1779 4.45215C19.0997 4.85101 19.8948 5.49486 20.4767 6.31348C20.8216 6.79872 21.0509 7.35166 21.2541 8.0498C21.4554 8.74186 21.6404 9.61014 21.8791 10.7324L22.9894 15.958C23.3274 17.5482 22.4722 19.1513 20.963 19.7559C19.0852 20.5077 16.9746 19.432 16.4796 17.4707L16.3791 17.0732C16.2198 16.4424 15.6528 16 15.0021 16H8.9943C8.3437 16.0001 7.77655 16.4424 7.61734 17.0732L7.51676 17.4707C7.02173 19.4321 4.91119 20.5078 3.03336 19.7559C1.52434 19.1513 0.669034 17.5481 1.00699 15.958L2.11734 10.7324C2.35596 9.61015 2.54097 8.74186 2.74234 8.0498C2.94551 7.35168 3.17483 6.79871 3.51969 6.31348C4.10156 5.49487 4.89678 4.85103 5.81852 4.45215C6.36481 4.21578 6.95287 4.10627 7.67789 4.05273C8.39669 3.99967 9.2844 4 10.4318 4H13.5646ZM8.4982 7.5C8.22214 7.50009 7.9982 7.72392 7.9982 8V9.5H6.4982C6.22214 9.50009 5.9982 9.72392 5.9982 10C5.9982 10.2761 6.22214 10.4999 6.4982 10.5H7.9982V12C7.9982 12.2761 8.22214 12.4999 8.4982 12.5C8.77435 12.5 8.9982 12.2761 8.9982 12V10.5H10.4982C10.7743 10.5 10.9982 10.2761 10.9982 10C10.9982 9.72386 10.7743 9.5 10.4982 9.5H8.9982V8C8.9982 7.72386 8.77435 7.5 8.4982 7.5ZM16.9982 10.5C16.446 10.5001 15.9982 10.9478 15.9982 11.5C15.9982 12.0522 16.446 12.4999 16.9982 12.5C17.5505 12.5 17.9982 12.0523 17.9982 11.5C17.9982 10.9477 17.5505 10.5 16.9982 10.5ZM14.9982 7.5C14.446 7.50009 13.9982 7.94777 13.9982 8.5C13.9982 9.05223 14.446 9.49991 14.9982 9.5C15.5505 9.5 15.9982 9.05228 15.9982 8.5C15.9982 7.94772 15.5505 7.5 14.9982 7.5Z\" fill=\"currentColor\"/>",
|
|
12144
|
+
"iconName": "gamecontroller, joystick, play",
|
|
12145
|
+
"variant": {
|
|
12146
|
+
"join": "round",
|
|
12147
|
+
"filled": "on",
|
|
12148
|
+
"radius": "3",
|
|
12149
|
+
"stroke": "1"
|
|
12150
|
+
},
|
|
12151
|
+
"createdAt": "2026-04-01T11:00:44.936562+00:00",
|
|
12152
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
12153
|
+
"componentName": "IconGamecontroller"
|
|
12154
|
+
},
|
|
12127
12155
|
{
|
|
12128
12156
|
"category": "Gaming",
|
|
12129
12157
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.5 6C4.91015 6 2 8.91015 2 12.5C2 16.0899 4.91015 19 8.5 19H16.5C20.0899 19 23 16.0899 23 12.5C23 8.91015 20.0899 6 16.5 6H8.5ZM8 9.75C8.27614 9.75 8.5 9.97386 8.5 10.25V12H10.25C10.5261 12 10.75 12.2239 10.75 12.5C10.75 12.7761 10.5261 13 10.25 13H8.5V14.75C8.5 15.0261 8.27614 15.25 8 15.25C7.72386 15.25 7.5 15.0261 7.5 14.75V13H5.75C5.47386 13 5.25 12.7761 5.25 12.5C5.25 12.2239 5.47386 12 5.75 12H7.5V10.25C7.5 9.97386 7.72386 9.75 8 9.75ZM18 11.5C17.5858 11.5 17.25 11.1642 17.25 10.75C17.25 10.3358 17.5858 10 18 10C18.4142 10 18.75 10.3358 18.75 10.75C18.75 11.1642 18.4142 11.5 18 11.5ZM15 15C14.5858 15 14.25 14.6642 14.25 14.25C14.25 13.8358 14.5858 13.5 15 13.5C15.4142 13.5 15.75 13.8358 15.75 14.25C15.75 14.6642 15.4142 15 15 15Z\" fill=\"currentColor\"/>",
|
|
@@ -16884,6 +16912,20 @@
|
|
|
16884
16912
|
"packageName": "round-filled-radius-3-stroke-1",
|
|
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.2632 14.1961 9.72121 12.5 9.96387V15H17V12.5C17 12.2239 17.2239 12 17.5 12C17.7761 12 18 12.2239 18 12.5V15C19.6569 15 21 16.3431 21 18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18C3 16.3431 4.34315 15 6 15H11.5V9.96387C9.8039 9.72121 8.5 8.2632 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": "3",
|
|
16923
|
+
"stroke": "1"
|
|
16924
|
+
},
|
|
16925
|
+
"createdAt": "2026-04-01T11:00:44.936562+00:00",
|
|
16926
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
16927
|
+
"componentName": "IconOldJoystick"
|
|
16928
|
+
},
|
|
16887
16929
|
{
|
|
16888
16930
|
"category": "Devices & Signals",
|
|
16889
16931
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 1C4.77614 1 5 1.22386 5 1.5V4.05051C5.63526 3.40223 6.52066 3 7.5 3H16.5C18.433 3 20 4.567 20 6.5V17.5C20 19.9853 17.9853 22 15.5 22H8.5C6.01472 22 4 19.9853 4 17.5V1.5C4 1.22386 4.22386 1 4.5 1ZM8.5 7C8.22386 7 8 7.22386 8 7.5V12.5C8 12.7761 8.22386 13 8.5 13H15.5C15.7761 13 16 12.7761 16 12.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.5014 21C14.5014 21.5522 14.0536 21.9998 13.5014 22H10.5014C9.94913 22 9.50141 21.5523 9.50141 21V15.5H14.5014V21Z\" fill=\"currentColor\"/><path d=\"M19.4624 10C20.186 10 20.6703 10.745 20.3764 11.4062L19.2651 13.9062C19.1046 14.2673 18.7462 14.5 18.351 14.5H5.65083C5.2557 14.4999 4.89725 14.2673 4.73677 13.9062L3.62641 11.4062C3.33256 10.7451 3.81605 10.0003 4.5395 10H19.4624Z\" fill=\"currentColor\"/><path d=\"M15.5014 2C15.7774 2.00016 16.0014 2.22396 16.0014 2.5C16.0014 2.77604 15.7774 2.99984 15.5014 3H12.5014V5H17.3833C18.1265 5.00012 18.6101 5.78243 18.2778 6.44727L17.0014 9H7.00141L5.72505 6.44727C5.3926 5.78236 5.8762 5 6.61958 5H11.5014V3H8.50141C8.22527 3 8.00141 2.77614 8.00141 2.5C8.00141 2.22386 8.22527 2 8.50141 2L15.5014 2Z\" 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-3-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.176",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-1/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";
|