@central-icons-react-native/square-filled-radius-0-stroke-1.5 1.1.140 → 1.1.142
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/IconDeepDive/index.d.ts +4 -0
- package/IconDeepDive/index.js +2 -0
- package/IconDeepDive/index.js.map +1 -0
- package/IconDeepDive/index.mjs +2 -0
- package/IconDeepDive/index.mjs.map +1 -0
- package/IconHapticFeedback/index.d.ts +4 -0
- package/IconHapticFeedback/index.js +2 -0
- package/IconHapticFeedback/index.js.map +1 -0
- package/IconHapticFeedback/index.mjs +2 -0
- package/IconHapticFeedback/index.mjs.map +1 -0
- package/IconVoiceCircle/index.d.ts +4 -0
- package/IconVoiceCircle/index.js +2 -0
- package/IconVoiceCircle/index.js.map +1 -0
- package/IconVoiceCircle/index.mjs +2 -0
- package/IconVoiceCircle/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +11 -5
- 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 L=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var d=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of v(r))!I.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=u(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?L(B(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(n({},"__esModule",{value:!0}),o);var g={};d(g,{IconDeepDive:()=>i,default:()=>P});module.exports=x(g);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M3.46803 3.50977C4.91411 5.18112 6.29666 5.62736 7.73756 5.96191C9.04172 6.2647 10.5421 6.48854 12.0003 7.5459C13.4584 6.48826 14.9589 6.26468 16.263 5.96191C17.7037 5.62737 19.0863 5.1812 20.5325 3.50977L21.4739 2.4209L21.8264 3.81641C22.4515 6.28957 22.3476 8.13923 21.7581 9.62891C21.1732 11.1064 20.1469 12.1324 19.137 13.0117C17.074 14.8078 15.1448 16.0216 15.1448 19.25V19.4072C16.8482 19.4339 18.6339 19.1361 20.6546 18.085L21.3196 17.7383L22.012 19.0693L21.346 19.415C17.516 21.4074 14.3803 20.9962 11.5315 20.5215C8.68136 20.0466 6.22093 19.5442 3.3235 20.9268L2.64674 21.25L2.00026 19.8965L2.67701 19.5732C4.89352 18.5155 6.91643 18.4174 8.8274 18.6045C8.71285 17.3339 8.25882 16.469 7.65358 15.7646C6.89812 14.8856 5.95344 14.2823 4.88698 13.4248C3.86225 12.6009 2.82571 11.6029 2.23854 10.0635C1.65251 8.52671 1.55095 6.55261 2.1692 3.83398L2.4983 2.38867L3.46803 3.50977Z",fill:"currentColor"})),P=i;0&&(module.exports={IconDeepDive});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDeepDive/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 IconDeepDive: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.46803 3.50977C4.91411 5.18112 6.29666 5.62736 7.73756 5.96191C9.04172 6.2647 10.5421 6.48854 12.0003 7.5459C13.4584 6.48826 14.9589 6.26468 16.263 5.96191C17.7037 5.62737 19.0863 5.1812 20.5325 3.50977L21.4739 2.4209L21.8264 3.81641C22.4515 6.28957 22.3476 8.13923 21.7581 9.62891C21.1732 11.1064 20.1469 12.1324 19.137 13.0117C17.074 14.8078 15.1448 16.0216 15.1448 19.25V19.4072C16.8482 19.4339 18.6339 19.1361 20.6546 18.085L21.3196 17.7383L22.012 19.0693L21.346 19.415C17.516 21.4074 14.3803 20.9962 11.5315 20.5215C8.68136 20.0466 6.22093 19.5442 3.3235 20.9268L2.64674 21.25L2.00026 19.8965L2.67701 19.5732C4.89352 18.5155 6.91643 18.4174 8.8274 18.6045C8.71285 17.3339 8.25882 16.469 7.65358 15.7646C6.89812 14.8856 5.95344 14.2823 4.88698 13.4248C3.86225 12.6009 2.82571 11.6029 2.23854 10.0635C1.65251 8.52671 1.55095 6.55261 2.1692 3.83398L2.4983 2.38867L3.46803 3.50977Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDeepDive;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,u3BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconDeepDive_exports","__export","IconDeepDive","IconDeepDive_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDeepDive","props","React","CentralIconBase","IconDeepDive_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:r,size:o=24,...n})=>C.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M3.46803 3.50977C4.91411 5.18112 6.29666 5.62736 7.73756 5.96191C9.04172 6.2647 10.5421 6.48854 12.0003 7.5459C13.4584 6.48826 14.9589 6.26468 16.263 5.96191C17.7037 5.62737 19.0863 5.1812 20.5325 3.50977L21.4739 2.4209L21.8264 3.81641C22.4515 6.28957 22.3476 8.13923 21.7581 9.62891C21.1732 11.1064 20.1469 12.1324 19.137 13.0117C17.074 14.8078 15.1448 16.0216 15.1448 19.25V19.4072C16.8482 19.4339 18.6339 19.1361 20.6546 18.085L21.3196 17.7383L22.012 19.0693L21.346 19.415C17.516 21.4074 14.3803 20.9962 11.5315 20.5215C8.68136 20.0466 6.22093 19.5442 3.3235 20.9268L2.64674 21.25L2.00026 19.8965L2.67701 19.5732C4.89352 18.5155 6.91643 18.4174 8.8274 18.6045C8.71285 17.3339 8.25882 16.469 7.65358 15.7646C6.89812 14.8856 5.95344 14.2823 4.88698 13.4248C3.86225 12.6009 2.82571 11.6029 2.23854 10.0635C1.65251 8.52671 1.55095 6.55261 2.1692 3.83398L2.4983 2.38867L3.46803 3.50977Z",fill:"currentColor"})),I=a;export{a as IconDeepDive,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDeepDive/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 IconDeepDive: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.46803 3.50977C4.91411 5.18112 6.29666 5.62736 7.73756 5.96191C9.04172 6.2647 10.5421 6.48854 12.0003 7.5459C13.4584 6.48826 14.9589 6.26468 16.263 5.96191C17.7037 5.62737 19.0863 5.1812 20.5325 3.50977L21.4739 2.4209L21.8264 3.81641C22.4515 6.28957 22.3476 8.13923 21.7581 9.62891C21.1732 11.1064 20.1469 12.1324 19.137 13.0117C17.074 14.8078 15.1448 16.0216 15.1448 19.25V19.4072C16.8482 19.4339 18.6339 19.1361 20.6546 18.085L21.3196 17.7383L22.012 19.0693L21.346 19.415C17.516 21.4074 14.3803 20.9962 11.5315 20.5215C8.68136 20.0466 6.22093 19.5442 3.3235 20.9268L2.64674 21.25L2.00026 19.8965L2.67701 19.5732C4.89352 18.5155 6.91643 18.4174 8.8274 18.6045C8.71285 17.3339 8.25882 16.469 7.65358 15.7646C6.89812 14.8856 5.95344 14.2823 4.88698 13.4248C3.86225 12.6009 2.82571 11.6029 2.23854 10.0635C1.65251 8.52671 1.55095 6.55261 2.1692 3.83398L2.4983 2.38867L3.46803 3.50977Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDeepDive;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,u3BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDeepDive","props","React","CentralIconBase","IconDeepDive_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var t=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},d=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of v(o))!I.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(p=s(o,n))||p.enumerable});return r};var f=(r,o,e)=>(e=r!=null?m(B(r)):{},d(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>d(t({},"__esModule",{value:!0}),r);var M={};x(M,{IconHapticFeedback:()=>u,default:()=>g});module.exports=P(M);var C=f(require("react"));var i=f(require("react")),a=require("react-native-svg"),c=({children:r,size:o=24,...e})=>i.default.createElement(a.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 l=require("react-native-svg"),u=r=>C.default.createElement(c,{...r},C.default.createElement(l.Path,{d:"M19 23H5V16.8193C6.53318 19.042 9.09557 20.5 12 20.5C14.9044 20.5 17.4668 19.042 19 16.8193V23Z",fill:"currentColor"}),C.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10Z",fill:"currentColor"}),C.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z",fill:"currentColor"}),C.default.createElement(l.Path,{d:"M19 7.17969C17.4668 4.95737 14.9041 3.5 12 3.5C9.09586 3.5 6.53324 4.95737 5 7.17969V1H19V7.17969Z",fill:"currentColor"})),g=u;0&&(module.exports={IconHapticFeedback});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHapticFeedback/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 IconHapticFeedback: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19 23H5V16.8193C6.53318 19.042 9.09557 20.5 12 20.5C14.9044 20.5 17.4668 19.042 19 16.8193V23Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19 7.17969C17.4668 4.95737 14.9041 3.5 12 3.5C9.09586 3.5 6.53324 4.95737 5 7.17969V1H19V7.17969Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHapticFeedback;\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,EAAE,kGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,4PACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,yPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qGACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconHapticFeedback_exports","__export","IconHapticFeedback","IconHapticFeedback_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHapticFeedback","props","React","CentralIconBase","IconHapticFeedback_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import t from"react";import{Svg as p}from"react-native-svg";var n=({children:C,size:r=24,...l})=>t.createElement(p,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as e}from"react-native-svg";var d=C=>o.createElement(n,{...C},o.createElement(e,{d:"M19 23H5V16.8193C6.53318 19.042 9.09557 20.5 12 20.5C14.9044 20.5 17.4668 19.042 19 16.8193V23Z",fill:"currentColor"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10Z",fill:"currentColor"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z",fill:"currentColor"}),o.createElement(e,{d:"M19 7.17969C17.4668 4.95737 14.9041 3.5 12 3.5C9.09586 3.5 6.53324 4.95737 5 7.17969V1H19V7.17969Z",fill:"currentColor"})),I=d;export{d as IconHapticFeedback,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHapticFeedback/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 IconHapticFeedback: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19 23H5V16.8193C6.53318 19.042 9.09557 20.5 12 20.5C14.9044 20.5 17.4668 19.042 19 16.8193V23Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19 7.17969C17.4668 4.95737 14.9041 3.5 12 3.5C9.09586 3.5 6.53324 4.95737 5 7.17969V1H19V7.17969Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHapticFeedback;\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,EAAE,kGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,4PACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,yPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qGACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHapticFeedback","props","React","CentralIconBase","IconHapticFeedback_default"]}
|
|
@@ -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=(C,r)=>{for(var o in r)n(C,o,{get:r[o],enumerable:!0})},a=(C,r,o,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of I(r))!P.call(C,e)&&e!==o&&n(C,e,{get:()=>r[e],enumerable:!(l=B(r,e))||l.enumerable});return C};var m=(C,r,o)=>(o=C!=null?u(x(C)):{},a(r||!C||!C.__esModule?n(o,"default",{value:C,enumerable:!0}):o,C)),d=C=>a(n({},"__esModule",{value:!0}),C);var h={};g(h,{IconVoiceCircle:()=>i,default:()=>v});module.exports=d(h);var t=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:C,size:r=24,...o})=>c.default.createElement(f.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var p=require("react-native-svg"),i=C=>t.default.createElement(s,{...C},t.default.createElement(p.Path,{d:"M3.50781 17.2803C4.90477 16.3647 6.11596 16.1498 7.22461 16.2881C8.45936 16.4421 9.64959 17.0432 10.915 17.8262C12.1309 18.5784 13.4788 19.5459 14.8301 20.2148C15.3864 20.4902 15.9662 20.7258 16.5703 20.8926C15.2001 21.5982 13.6474 22 12 22C8.41582 22 5.27326 20.1136 3.50781 17.2803Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M8.06836 9.75098C8.78494 9.72945 9.47961 10.0177 10.2041 10.583C10.9354 11.1537 11.6424 11.9638 12.3682 12.8916C13.0613 13.7777 13.8281 14.8493 14.5508 15.7363C15.29 16.6437 16.0949 17.5055 16.9932 18.0703C17.712 18.5223 18.5109 18.7934 19.3828 18.7422C19.0886 19.0642 18.7741 19.3672 18.4404 19.6484C17.4438 19.6599 16.4818 19.3586 15.4951 18.8701C14.2247 18.2411 13.0533 17.3846 11.7041 16.5498C10.4046 15.7458 8.98288 14.996 7.41016 14.7998C5.95089 14.6178 4.42929 14.92 2.81055 15.9463C2.64779 15.5678 2.50823 15.1773 2.39258 14.7764C3.50867 13.0643 4.50276 11.8691 5.39258 11.0742C6.47283 10.1092 7.35055 9.77264 8.06836 9.75098Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M12 2C17.5228 2 22 6.47715 22 12C22 13.6603 21.592 15.2244 20.876 16.6025C20.4604 16.901 20.0863 17.0799 19.75 17.1709C19.0756 17.3533 18.4508 17.2149 17.792 16.8008C17.1087 16.3711 16.4295 15.6673 15.7139 14.7891C14.9816 13.8903 14.3217 12.9559 13.5488 11.9678C12.8088 11.0217 12.01 10.0895 11.127 9.40039C10.2368 8.70588 9.20702 8.2162 8.02246 8.25195C6.83916 8.28776 5.63764 8.84281 4.39258 9.95508C3.63863 10.6286 2.85289 11.5221 2.02344 12.6641C2.00904 12.4445 2 12.2232 2 12C2 6.47715 6.47715 2 12 2Z",fill:"currentColor"})),v=i;0&&(module.exports={IconVoiceCircle});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceCircle/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 IconVoiceCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.50781 17.2803C4.90477 16.3647 6.11596 16.1498 7.22461 16.2881C8.45936 16.4421 9.64959 17.0432 10.915 17.8262C12.1309 18.5784 13.4788 19.5459 14.8301 20.2148C15.3864 20.4902 15.9662 20.7258 16.5703 20.8926C15.2001 21.5982 13.6474 22 12 22C8.41582 22 5.27326 20.1136 3.50781 17.2803Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.06836 9.75098C8.78494 9.72945 9.47961 10.0177 10.2041 10.583C10.9354 11.1537 11.6424 11.9638 12.3682 12.8916C13.0613 13.7777 13.8281 14.8493 14.5508 15.7363C15.29 16.6437 16.0949 17.5055 16.9932 18.0703C17.712 18.5223 18.5109 18.7934 19.3828 18.7422C19.0886 19.0642 18.7741 19.3672 18.4404 19.6484C17.4438 19.6599 16.4818 19.3586 15.4951 18.8701C14.2247 18.2411 13.0533 17.3846 11.7041 16.5498C10.4046 15.7458 8.98288 14.996 7.41016 14.7998C5.95089 14.6178 4.42929 14.92 2.81055 15.9463C2.64779 15.5678 2.50823 15.1773 2.39258 14.7764C3.50867 13.0643 4.50276 11.8691 5.39258 11.0742C6.47283 10.1092 7.35055 9.77264 8.06836 9.75098Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 13.6603 21.592 15.2244 20.876 16.6025C20.4604 16.901 20.0863 17.0799 19.75 17.1709C19.0756 17.3533 18.4508 17.2149 17.792 16.8008C17.1087 16.3711 16.4295 15.6673 15.7139 14.7891C14.9816 13.8903 14.3217 12.9559 13.5488 11.9678C12.8088 11.0217 12.01 10.0895 11.127 9.40039C10.2368 8.70588 9.20702 8.2162 8.02246 8.25195C6.83916 8.28776 5.63764 8.84281 4.39258 9.95508C3.63863 10.6286 2.85289 11.5221 2.02344 12.6641C2.00904 12.4445 2 12.2232 2 12C2 6.47715 6.47715 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceCircle;\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,+RACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6nBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6fACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVoiceCircle_exports","__export","IconVoiceCircle","IconVoiceCircle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceCircle","props","React","CentralIconBase","IconVoiceCircle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:C=24,...n})=>p.createElement(l,{...n,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 e}from"react-native-svg";var a=o=>r.createElement(t,{...o},r.createElement(e,{d:"M3.50781 17.2803C4.90477 16.3647 6.11596 16.1498 7.22461 16.2881C8.45936 16.4421 9.64959 17.0432 10.915 17.8262C12.1309 18.5784 13.4788 19.5459 14.8301 20.2148C15.3864 20.4902 15.9662 20.7258 16.5703 20.8926C15.2001 21.5982 13.6474 22 12 22C8.41582 22 5.27326 20.1136 3.50781 17.2803Z",fill:"currentColor"}),r.createElement(e,{d:"M8.06836 9.75098C8.78494 9.72945 9.47961 10.0177 10.2041 10.583C10.9354 11.1537 11.6424 11.9638 12.3682 12.8916C13.0613 13.7777 13.8281 14.8493 14.5508 15.7363C15.29 16.6437 16.0949 17.5055 16.9932 18.0703C17.712 18.5223 18.5109 18.7934 19.3828 18.7422C19.0886 19.0642 18.7741 19.3672 18.4404 19.6484C17.4438 19.6599 16.4818 19.3586 15.4951 18.8701C14.2247 18.2411 13.0533 17.3846 11.7041 16.5498C10.4046 15.7458 8.98288 14.996 7.41016 14.7998C5.95089 14.6178 4.42929 14.92 2.81055 15.9463C2.64779 15.5678 2.50823 15.1773 2.39258 14.7764C3.50867 13.0643 4.50276 11.8691 5.39258 11.0742C6.47283 10.1092 7.35055 9.77264 8.06836 9.75098Z",fill:"currentColor"}),r.createElement(e,{d:"M12 2C17.5228 2 22 6.47715 22 12C22 13.6603 21.592 15.2244 20.876 16.6025C20.4604 16.901 20.0863 17.0799 19.75 17.1709C19.0756 17.3533 18.4508 17.2149 17.792 16.8008C17.1087 16.3711 16.4295 15.6673 15.7139 14.7891C14.9816 13.8903 14.3217 12.9559 13.5488 11.9678C12.8088 11.0217 12.01 10.0895 11.127 9.40039C10.2368 8.70588 9.20702 8.2162 8.02246 8.25195C6.83916 8.28776 5.63764 8.84281 4.39258 9.95508C3.63863 10.6286 2.85289 11.5221 2.02344 12.6641C2.00904 12.4445 2 12.2232 2 12C2 6.47715 6.47715 2 12 2Z",fill:"currentColor"})),P=a;export{a as IconVoiceCircle,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceCircle/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 IconVoiceCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.50781 17.2803C4.90477 16.3647 6.11596 16.1498 7.22461 16.2881C8.45936 16.4421 9.64959 17.0432 10.915 17.8262C12.1309 18.5784 13.4788 19.5459 14.8301 20.2148C15.3864 20.4902 15.9662 20.7258 16.5703 20.8926C15.2001 21.5982 13.6474 22 12 22C8.41582 22 5.27326 20.1136 3.50781 17.2803Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.06836 9.75098C8.78494 9.72945 9.47961 10.0177 10.2041 10.583C10.9354 11.1537 11.6424 11.9638 12.3682 12.8916C13.0613 13.7777 13.8281 14.8493 14.5508 15.7363C15.29 16.6437 16.0949 17.5055 16.9932 18.0703C17.712 18.5223 18.5109 18.7934 19.3828 18.7422C19.0886 19.0642 18.7741 19.3672 18.4404 19.6484C17.4438 19.6599 16.4818 19.3586 15.4951 18.8701C14.2247 18.2411 13.0533 17.3846 11.7041 16.5498C10.4046 15.7458 8.98288 14.996 7.41016 14.7998C5.95089 14.6178 4.42929 14.92 2.81055 15.9463C2.64779 15.5678 2.50823 15.1773 2.39258 14.7764C3.50867 13.0643 4.50276 11.8691 5.39258 11.0742C6.47283 10.1092 7.35055 9.77264 8.06836 9.75098Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 13.6603 21.592 15.2244 20.876 16.6025C20.4604 16.901 20.0863 17.0799 19.75 17.1709C19.0756 17.3533 18.4508 17.2149 17.792 16.8008C17.1087 16.3711 16.4295 15.6673 15.7139 14.7891C14.9816 13.8903 14.3217 12.9559 13.5488 11.9678C12.8088 11.0217 12.01 10.0895 11.127 9.40039C10.2368 8.70588 9.20702 8.2162 8.02246 8.25195C6.83916 8.28776 5.63764 8.84281 4.39258 9.95508C3.63863 10.6286 2.85289 11.5221 2.02344 12.6641C2.00904 12.4445 2 12.2232 2 12C2 6.47715 6.47715 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceCircle;\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,+RACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6nBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6fACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceCircle","props","React","CentralIconBase","IconVoiceCircle_default"]}
|
package/README.md
CHANGED
|
@@ -212,6 +212,7 @@ Below is a complete list of available icons:
|
|
|
212
212
|
- IconTextToSpeach
|
|
213
213
|
- IconVisualIntelligence
|
|
214
214
|
- IconVoice2
|
|
215
|
+
- IconVoiceCircle
|
|
215
216
|
- IconVoiceSparkle
|
|
216
217
|
- IconWindowSparkle
|
|
217
218
|
- IconWizardHat
|
|
@@ -571,6 +572,7 @@ Below is a complete list of available icons:
|
|
|
571
572
|
- IconFullscreen2
|
|
572
573
|
- IconGyroscopeSensor
|
|
573
574
|
- IconHaptic
|
|
575
|
+
- IconHapticFeedback
|
|
574
576
|
- IconImac
|
|
575
577
|
- IconKeyboardCable
|
|
576
578
|
- IconKeyboardDown
|
|
@@ -1791,6 +1793,7 @@ Below is a complete list of available icons:
|
|
|
1791
1793
|
- IconDashboardFast
|
|
1792
1794
|
- IconDashboardLow
|
|
1793
1795
|
- IconDashboardMiddle
|
|
1796
|
+
- IconDeepDive
|
|
1794
1797
|
- IconDeskLamp
|
|
1795
1798
|
- IconDiamond
|
|
1796
1799
|
- IconDiamondShine
|
package/filtered-icons.json
CHANGED
|
@@ -8358,6 +8358,20 @@
|
|
|
8358
8358
|
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
8359
8359
|
"componentName": "IconDecimalNumberDot"
|
|
8360
8360
|
},
|
|
8361
|
+
{
|
|
8362
|
+
"category": "Things",
|
|
8363
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.46803 3.50977C4.91411 5.18112 6.29666 5.62736 7.73756 5.96191C9.04172 6.2647 10.5421 6.48854 12.0003 7.5459C13.4584 6.48826 14.9589 6.26468 16.263 5.96191C17.7037 5.62737 19.0863 5.1812 20.5325 3.50977L21.4739 2.4209L21.8264 3.81641C22.4515 6.28957 22.3476 8.13923 21.7581 9.62891C21.1732 11.1064 20.1469 12.1324 19.137 13.0117C17.074 14.8078 15.1448 16.0216 15.1448 19.25V19.4072C16.8482 19.4339 18.6339 19.1361 20.6546 18.085L21.3196 17.7383L22.012 19.0693L21.346 19.415C17.516 21.4074 14.3803 20.9962 11.5315 20.5215C8.68136 20.0466 6.22093 19.5442 3.3235 20.9268L2.64674 21.25L2.00026 19.8965L2.67701 19.5732C4.89352 18.5155 6.91643 18.4174 8.8274 18.6045C8.71285 17.3339 8.25882 16.469 7.65358 15.7646C6.89812 14.8856 5.95344 14.2823 4.88698 13.4248C3.86225 12.6009 2.82571 11.6029 2.23854 10.0635C1.65251 8.52671 1.55095 6.55261 2.1692 3.83398L2.4983 2.38867L3.46803 3.50977Z\" fill=\"currentColor\"/>",
|
|
8364
|
+
"iconName": "deep-dive, dive-in, fin",
|
|
8365
|
+
"variant": {
|
|
8366
|
+
"join": "square",
|
|
8367
|
+
"filled": "on",
|
|
8368
|
+
"radius": "0",
|
|
8369
|
+
"stroke": "1.5"
|
|
8370
|
+
},
|
|
8371
|
+
"createdAt": "2026-02-24T13:00:43.457418+00:00",
|
|
8372
|
+
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
8373
|
+
"componentName": "IconDeepDive"
|
|
8374
|
+
},
|
|
8361
8375
|
{
|
|
8362
8376
|
"category": "Interface General",
|
|
8363
8377
|
"svg": "<path d=\"M15.5977 20.5244L15.8887 21.2158C14.6923 21.7212 13.3777 22 12 22C10.6223 22 9.30766 21.7212 8.11133 21.2158L8.40234 20.5244L8.69434 19.834C9.70941 20.2629 10.8262 20.5 12 20.5C13.1738 20.5 14.2906 20.2629 15.3057 19.834L15.5977 20.5244Z\" fill=\"currentColor\"/><path d=\"M12 9.5C13.3807 9.5 14.5 10.6193 14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.5 12 9.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 7C14.7614 7 17 9.23858 17 12C17 13.1101 16.6375 14.1352 16.0254 14.9648L18.2803 17.2197L17.2197 18.2803L14.9648 16.0254C14.1352 16.6375 13.1101 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7ZM12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5Z\" fill=\"currentColor\"/><path d=\"M3.47559 8.40234L4.16602 8.69434C3.73714 9.70941 3.5 10.8262 3.5 12C3.5 13.1738 3.73714 14.2906 4.16602 15.3057L3.47559 15.5977L2.78418 15.8887C2.27881 14.6923 2 13.3777 2 12C2 10.6223 2.27881 9.30766 2.78418 8.11133L3.47559 8.40234Z\" fill=\"currentColor\"/><path d=\"M21.2158 8.11133C21.7212 9.30766 22 10.6223 22 12C22 13.3777 21.7212 14.6923 21.2158 15.8887L20.5244 15.5977L19.834 15.3057C20.2629 14.2906 20.5 13.1738 20.5 12C20.5 10.8262 20.2629 9.70941 19.834 8.69434L20.5244 8.40234L21.2158 8.11133Z\" fill=\"currentColor\"/><path d=\"M12 2C13.3777 2 14.6923 2.27881 15.8887 2.78418L15.5977 3.47559L15.3057 4.16602C14.2906 3.73714 13.1738 3.5 12 3.5C10.8262 3.5 9.70941 3.73714 8.69434 4.16602L8.40234 3.47559L8.11133 2.78418C9.30766 2.27881 10.6223 2 12 2Z\" fill=\"currentColor\"/>",
|
|
@@ -12544,6 +12558,20 @@
|
|
|
12544
12558
|
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
12545
12559
|
"componentName": "IconHaptic"
|
|
12546
12560
|
},
|
|
12561
|
+
{
|
|
12562
|
+
"category": "Devices & Signals",
|
|
12563
|
+
"svg": "<path d=\"M19 23H5V16.8193C6.53318 19.042 9.09557 20.5 12 20.5C14.9044 20.5 17.4668 19.042 19 16.8193V23Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z\" fill=\"currentColor\"/><path d=\"M19 7.17969C17.4668 4.95737 14.9041 3.5 12 3.5C9.09586 3.5 6.53324 4.95737 5 7.17969V1H19V7.17969Z\" fill=\"currentColor\"/>",
|
|
12564
|
+
"iconName": "haptic-feedback, vibration",
|
|
12565
|
+
"variant": {
|
|
12566
|
+
"join": "square",
|
|
12567
|
+
"filled": "on",
|
|
12568
|
+
"radius": "0",
|
|
12569
|
+
"stroke": "1.5"
|
|
12570
|
+
},
|
|
12571
|
+
"createdAt": "2026-02-23T08:00:35.605032+00:00",
|
|
12572
|
+
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
12573
|
+
"componentName": "IconHapticFeedback"
|
|
12574
|
+
},
|
|
12547
12575
|
{
|
|
12548
12576
|
"category": "Keyboard",
|
|
12549
12577
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5848 3.09566L9.11155 6.99996H16.1006L16.5957 2.91516L18.0848 3.09566L17.6116 6.99996H21V8.49996H17.4297L16.5812 15.5H21V17H16.3994L15.9043 21.0848L14.4152 20.9043L14.8884 17H7.89943L7.4043 21.0848L5.9152 20.9043L6.38845 17H3V15.5H6.57027L7.41875 8.49996H3V6.99996H7.60057L8.0957 2.91516L9.5848 3.09566ZM8.92973 8.49996L8.08125 15.5H15.0703L15.9188 8.49996H8.92973Z\" fill=\"currentColor\"/>",
|
|
@@ -24626,6 +24654,20 @@
|
|
|
24626
24654
|
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
24627
24655
|
"componentName": "IconVoiceAndVideo"
|
|
24628
24656
|
},
|
|
24657
|
+
{
|
|
24658
|
+
"category": "AI & Magic",
|
|
24659
|
+
"svg": "<path d=\"M3.50781 17.2803C4.90477 16.3647 6.11596 16.1498 7.22461 16.2881C8.45936 16.4421 9.64959 17.0432 10.915 17.8262C12.1309 18.5784 13.4788 19.5459 14.8301 20.2148C15.3864 20.4902 15.9662 20.7258 16.5703 20.8926C15.2001 21.5982 13.6474 22 12 22C8.41582 22 5.27326 20.1136 3.50781 17.2803Z\" fill=\"currentColor\"/><path d=\"M8.06836 9.75098C8.78494 9.72945 9.47961 10.0177 10.2041 10.583C10.9354 11.1537 11.6424 11.9638 12.3682 12.8916C13.0613 13.7777 13.8281 14.8493 14.5508 15.7363C15.29 16.6437 16.0949 17.5055 16.9932 18.0703C17.712 18.5223 18.5109 18.7934 19.3828 18.7422C19.0886 19.0642 18.7741 19.3672 18.4404 19.6484C17.4438 19.6599 16.4818 19.3586 15.4951 18.8701C14.2247 18.2411 13.0533 17.3846 11.7041 16.5498C10.4046 15.7458 8.98288 14.996 7.41016 14.7998C5.95089 14.6178 4.42929 14.92 2.81055 15.9463C2.64779 15.5678 2.50823 15.1773 2.39258 14.7764C3.50867 13.0643 4.50276 11.8691 5.39258 11.0742C6.47283 10.1092 7.35055 9.77264 8.06836 9.75098Z\" fill=\"currentColor\"/><path d=\"M12 2C17.5228 2 22 6.47715 22 12C22 13.6603 21.592 15.2244 20.876 16.6025C20.4604 16.901 20.0863 17.0799 19.75 17.1709C19.0756 17.3533 18.4508 17.2149 17.792 16.8008C17.1087 16.3711 16.4295 15.6673 15.7139 14.7891C14.9816 13.8903 14.3217 12.9559 13.5488 11.9678C12.8088 11.0217 12.01 10.0895 11.127 9.40039C10.2368 8.70588 9.20702 8.2162 8.02246 8.25195C6.83916 8.28776 5.63764 8.84281 4.39258 9.95508C3.63863 10.6286 2.85289 11.5221 2.02344 12.6641C2.00904 12.4445 2 12.2232 2 12C2 6.47715 6.47715 2 12 2Z\" fill=\"currentColor\"/>",
|
|
24660
|
+
"iconName": "voice-circle, waves",
|
|
24661
|
+
"variant": {
|
|
24662
|
+
"join": "square",
|
|
24663
|
+
"filled": "on",
|
|
24664
|
+
"radius": "0",
|
|
24665
|
+
"stroke": "1.5"
|
|
24666
|
+
},
|
|
24667
|
+
"createdAt": "2026-02-24T13:00:43.457418+00:00",
|
|
24668
|
+
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
24669
|
+
"componentName": "IconVoiceCircle"
|
|
24670
|
+
},
|
|
24629
24671
|
{
|
|
24630
24672
|
"category": "Sound & Music",
|
|
24631
24673
|
"svg": "<path d=\"M8.5 3H7V21H8.5V3Z\" fill=\"currentColor\"/><path d=\"M17 5H15.5V19H17V5Z\" fill=\"currentColor\"/><path d=\"M12.75 7H11.25V17H12.75V7Z\" fill=\"currentColor\"/><path d=\"M4.5 9H3V15H4.5V9Z\" fill=\"currentColor\"/><path d=\"M21 9H19.5V15H21V9Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -596,6 +596,7 @@ export type CentralIconName =
|
|
|
596
596
|
| "IconDebugger"
|
|
597
597
|
| "IconDecimalNumberComma"
|
|
598
598
|
| "IconDecimalNumberDot"
|
|
599
|
+
| "IconDeepDive"
|
|
599
600
|
| "IconDeepSearch"
|
|
600
601
|
| "IconDeepseek"
|
|
601
602
|
| "IconDeliveryBike"
|
|
@@ -895,6 +896,7 @@ export type CentralIconName =
|
|
|
895
896
|
| "IconHandBell"
|
|
896
897
|
| "IconHandshake"
|
|
897
898
|
| "IconHaptic"
|
|
899
|
+
| "IconHapticFeedback"
|
|
898
900
|
| "IconHashtag"
|
|
899
901
|
| "IconHatBunny"
|
|
900
902
|
| "IconHatSparkle"
|
|
@@ -1758,6 +1760,7 @@ export type CentralIconName =
|
|
|
1758
1760
|
| "IconVoice2"
|
|
1759
1761
|
| "IconVoice3"
|
|
1760
1762
|
| "IconVoiceAndVideo"
|
|
1763
|
+
| "IconVoiceCircle"
|
|
1761
1764
|
| "IconVoiceHigh"
|
|
1762
1765
|
| "IconVoiceLow"
|
|
1763
1766
|
| "IconVoiceMid"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.142",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1.5/IconHome';",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1826,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 70,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAiTokens",
|
|
20
20
|
"IconAiTranslate",
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
"IconTextToSpeach",
|
|
83
83
|
"IconVisualIntelligence",
|
|
84
84
|
"IconVoice2",
|
|
85
|
+
"IconVoiceCircle",
|
|
85
86
|
"IconVoiceSparkle",
|
|
86
87
|
"IconWindowSparkle",
|
|
87
88
|
"IconWizardHat"
|
|
@@ -434,7 +435,7 @@
|
|
|
434
435
|
]
|
|
435
436
|
},
|
|
436
437
|
"Devices & Signals": {
|
|
437
|
-
"count":
|
|
438
|
+
"count": 75,
|
|
438
439
|
"icons": [
|
|
439
440
|
"IconAirdrop",
|
|
440
441
|
"IconAirplay",
|
|
@@ -459,6 +460,7 @@
|
|
|
459
460
|
"IconFullscreen2",
|
|
460
461
|
"IconGyroscopeSensor",
|
|
461
462
|
"IconHaptic",
|
|
463
|
+
"IconHapticFeedback",
|
|
462
464
|
"IconImac",
|
|
463
465
|
"IconKeyboardCable",
|
|
464
466
|
"IconKeyboardDown",
|
|
@@ -1696,7 +1698,7 @@
|
|
|
1696
1698
|
]
|
|
1697
1699
|
},
|
|
1698
1700
|
"Things": {
|
|
1699
|
-
"count":
|
|
1701
|
+
"count": 127,
|
|
1700
1702
|
"icons": [
|
|
1701
1703
|
"IconAnvil",
|
|
1702
1704
|
"IconBackpack",
|
|
@@ -1725,6 +1727,7 @@
|
|
|
1725
1727
|
"IconDashboardFast",
|
|
1726
1728
|
"IconDashboardLow",
|
|
1727
1729
|
"IconDashboardMiddle",
|
|
1730
|
+
"IconDeepDive",
|
|
1728
1731
|
"IconDeskLamp",
|
|
1729
1732
|
"IconDiamond",
|
|
1730
1733
|
"IconDiamondShine",
|
|
@@ -2622,6 +2625,7 @@
|
|
|
2622
2625
|
"IconDebugger": "debugger, debug",
|
|
2623
2626
|
"IconDecimalNumberComma": "decimal-number-comma",
|
|
2624
2627
|
"IconDecimalNumberDot": "decimal-number-dot",
|
|
2628
|
+
"IconDeepDive": "deep-dive, dive-in, fin",
|
|
2625
2629
|
"IconDeepSearch": "deep-search, deep-research, focus-search",
|
|
2626
2630
|
"IconDeepseek": "deepseek",
|
|
2627
2631
|
"IconDeliveryBike": "delivery-bike",
|
|
@@ -2921,6 +2925,7 @@
|
|
|
2921
2925
|
"IconHandBell": "hand-bell",
|
|
2922
2926
|
"IconHandshake": "handshake, heart",
|
|
2923
2927
|
"IconHaptic": "haptic, waves",
|
|
2928
|
+
"IconHapticFeedback": "haptic-feedback, vibration",
|
|
2924
2929
|
"IconHashtag": "hashtag, #",
|
|
2925
2930
|
"IconHatBunny": "hat-bunny, surprise, magic hat",
|
|
2926
2931
|
"IconHatSparkle": "hat-sparkle, magic hat",
|
|
@@ -3784,6 +3789,7 @@
|
|
|
3784
3789
|
"IconVoice2": "voice-2, siri, wave",
|
|
3785
3790
|
"IconVoice3": "voice-3, wave",
|
|
3786
3791
|
"IconVoiceAndVideo": "voice-and-video, media",
|
|
3792
|
+
"IconVoiceCircle": "voice-circle, waves",
|
|
3787
3793
|
"IconVoiceHigh": "voice-high, wave",
|
|
3788
3794
|
"IconVoiceLow": "voice-low, wave",
|
|
3789
3795
|
"IconVoiceMid": "voice-mid, wave",
|
package/index.d.ts
CHANGED
|
@@ -595,6 +595,7 @@ export { IconDateYearly, default as IconDateYearlyDefault, } from "./IconDateYea
|
|
|
595
595
|
export { IconDebugger, default as IconDebuggerDefault } from "./IconDebugger";
|
|
596
596
|
export { IconDecimalNumberComma, default as IconDecimalNumberCommaDefault, } from "./IconDecimalNumberComma";
|
|
597
597
|
export { IconDecimalNumberDot, default as IconDecimalNumberDotDefault, } from "./IconDecimalNumberDot";
|
|
598
|
+
export { IconDeepDive, default as IconDeepDiveDefault } from "./IconDeepDive";
|
|
598
599
|
export { IconDeepSearch, default as IconDeepSearchDefault, } from "./IconDeepSearch";
|
|
599
600
|
export { IconDeepseek, default as IconDeepseekDefault } from "./IconDeepseek";
|
|
600
601
|
export { IconDeliveryBike, default as IconDeliveryBikeDefault, } from "./IconDeliveryBike";
|
|
@@ -894,6 +895,7 @@ export { IconHand5Finger, default as IconHand5FingerDefault, } from "./IconHand5
|
|
|
894
895
|
export { IconHandBell, default as IconHandBellDefault } from "./IconHandBell";
|
|
895
896
|
export { IconHandshake, default as IconHandshakeDefault, } from "./IconHandshake";
|
|
896
897
|
export { IconHaptic, default as IconHapticDefault } from "./IconHaptic";
|
|
898
|
+
export { IconHapticFeedback, default as IconHapticFeedbackDefault, } from "./IconHapticFeedback";
|
|
897
899
|
export { IconHashtag, default as IconHashtagDefault } from "./IconHashtag";
|
|
898
900
|
export { IconHatBunny, default as IconHatBunnyDefault } from "./IconHatBunny";
|
|
899
901
|
export { IconHatSparkle, default as IconHatSparkleDefault, } from "./IconHatSparkle";
|
|
@@ -1757,6 +1759,7 @@ export { IconVocalMicrophone, default as IconVocalMicrophoneDefault, } from "./I
|
|
|
1757
1759
|
export { IconVoice2, default as IconVoice2Default } from "./IconVoice2";
|
|
1758
1760
|
export { IconVoice3, default as IconVoice3Default } from "./IconVoice3";
|
|
1759
1761
|
export { IconVoiceAndVideo, default as IconVoiceAndVideoDefault, } from "./IconVoiceAndVideo";
|
|
1762
|
+
export { IconVoiceCircle, default as IconVoiceCircleDefault, } from "./IconVoiceCircle";
|
|
1760
1763
|
export { IconVoiceHigh, default as IconVoiceHighDefault, } from "./IconVoiceHigh";
|
|
1761
1764
|
export { IconVoiceLow, default as IconVoiceLowDefault } from "./IconVoiceLow";
|
|
1762
1765
|
export { IconVoiceMid, default as IconVoiceMidDefault } from "./IconVoiceMid";
|