@central-icons-react/square-outlined-radius-0-stroke-1 1.1.71 → 1.1.73
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/IconRemix/index.d.ts +4 -0
- package/IconRemix/index.js +2 -0
- package/IconRemix/index.js.map +1 -0
- package/IconRemix/index.mjs +2 -0
- package/IconRemix/index.mjs.map +1 -0
- package/IconVoiceMode/index.d.ts +4 -0
- package/IconVoiceMode/index.js +2 -0
- package/IconVoiceMode/index.js.map +1 -0
- package/IconVoiceMode/index.mjs +2 -0
- package/IconVoiceMode/index.mjs.map +1 -0
- package/IconVoiceSettings/index.d.ts +4 -0
- package/IconVoiceSettings/index.js +2 -0
- package/IconVoiceSettings/index.js.map +1 -0
- package/IconVoiceSettings/index.mjs +2 -0
- package/IconVoiceSettings/index.mjs.map +1 -0
- package/README.md +3 -0
- package/icons/index.d.ts +3 -0
- package/icons/index.js +1 -1
- package/icons/index.js.map +1 -1
- package/icons/index.mjs +1 -1
- package/icons/index.mjs.map +1 -1
- package/icons-index.json +10 -4
- package/index.d.ts +9 -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
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var h=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of x(o))!g.call(r,e)&&e!==t&&l(r,e,{get:()=>o[e],enumerable:!(p=d(o,e))||p.enumerable});return r};var m=(r,o,t)=>(t=r!=null?h(f(r)):{},a(o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>a(l({},"__esModule",{value:!0}),r);var y={};B(y,{IconRemix:()=>u,default:()=>w});module.exports=I(y);var n=m(require("react"));var s=m(require("react")),C=({children:r,size:o=24,ariaLabel:t,color:p,ariaHidden:e=!0,style:i,...c})=>s.default.createElement("svg",{...c,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...i}},t&&!e&&s.default.createElement("title",null,t),r);var u=r=>n.default.createElement(C,{...r,ariaLabel:"remix, new-try, repeat"},n.default.createElement("path",{d:"M3.5 14V4.5H20",stroke:"currentColor"}),n.default.createElement("path",{d:"M17.5 1.5L20.5 4.5L17.5 7.5",stroke:"currentColor"}),n.default.createElement("path",{d:"M6.5 22.5L3.5 19.5L6.5 16.5",stroke:"currentColor"}),n.default.createElement("path",{d:"M4 19.5H20.5V10",stroke:"currentColor"}),n.default.createElement("path",{d:"M12 8V16",stroke:"currentColor"}),n.default.createElement("path",{d:"M8 12H16",stroke:"currentColor"})),w=u;0&&(module.exports={IconRemix});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRemix/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRemix: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"remix, new-try, repeat\">\n <path d=\"M3.5 14V4.5H20\" stroke=\"currentColor\" />\n <path d=\"M17.5 1.5L20.5 4.5L17.5 7.5\" stroke=\"currentColor\" />\n <path d=\"M6.5 22.5L3.5 19.5L6.5 16.5\" stroke=\"currentColor\" />\n <path d=\"M4 19.5H20.5V10\" stroke=\"currentColor\" />\n <path d=\"M12 8V16\" stroke=\"currentColor\" />\n <path d=\"M8 12H16\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconRemix;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,eAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,0BACpC,EAAAC,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,EAC/C,EAAAA,QAAA,cAAC,QAAK,EAAE,8BAA8B,OAAO,eAAe,EAC5D,EAAAA,QAAA,cAAC,QAAK,EAAE,8BAA8B,OAAO,eAAe,EAC5D,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,EACzC,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,CAC3C,EAIGE,EAAQJ","names":["IconRemix_exports","__export","IconRemix","IconRemix_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconRemix","props","React","CentralIconBase","IconRemix_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";var l=({children:t,size:o=24,ariaLabel:n,color:s,ariaHidden:e=!0,style:a,...m})=>p.createElement("svg",{...m,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...a}},n&&!e&&p.createElement("title",null,n),t);var C=t=>r.createElement(l,{...t,ariaLabel:"remix, new-try, repeat"},r.createElement("path",{d:"M3.5 14V4.5H20",stroke:"currentColor"}),r.createElement("path",{d:"M17.5 1.5L20.5 4.5L17.5 7.5",stroke:"currentColor"}),r.createElement("path",{d:"M6.5 22.5L3.5 19.5L6.5 16.5",stroke:"currentColor"}),r.createElement("path",{d:"M4 19.5H20.5V10",stroke:"currentColor"}),r.createElement("path",{d:"M12 8V16",stroke:"currentColor"}),r.createElement("path",{d:"M8 12H16",stroke:"currentColor"})),d=C;export{C as IconRemix,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRemix/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRemix: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"remix, new-try, repeat\">\n <path d=\"M3.5 14V4.5H20\" stroke=\"currentColor\" />\n <path d=\"M17.5 1.5L20.5 4.5L17.5 7.5\" stroke=\"currentColor\" />\n <path d=\"M6.5 22.5L3.5 19.5L6.5 16.5\" stroke=\"currentColor\" />\n <path d=\"M4 19.5H20.5V10\" stroke=\"currentColor\" />\n <path d=\"M12 8V16\" stroke=\"currentColor\" />\n <path d=\"M8 12H16\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconRemix;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,0BACpCC,EAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,EAC/CA,EAAA,cAAC,QAAK,EAAE,8BAA8B,OAAO,eAAe,EAC5DA,EAAA,cAAC,QAAK,EAAE,8BAA8B,OAAO,eAAe,EAC5DA,EAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChDA,EAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,EACzCA,EAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,CAC3C,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconRemix","props","React","CentralIconBase","IconRemix_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,V=Object.prototype.hasOwnProperty;var B=(r,e)=>{for(var o in e)p(r,o,{get:e[o],enumerable:!0})},l=(r,e,o,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of g(e))!V.call(r,t)&&t!==o&&p(r,t,{get:()=>e[t],enumerable:!(s=f(e,t))||s.enumerable});return r};var c=(r,e,o)=>(o=r!=null?d(x(r)):{},l(e||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o,r)),I=r=>l(p({},"__esModule",{value:!0}),r);var y={};B(y,{IconVoiceMode:()=>C,default:()=>h});module.exports=I(y);var n=c(require("react"));var a=c(require("react")),i=({children:r,size:e=24,ariaLabel:o,color:s,ariaHidden:t=!0,style:m,...u})=>a.default.createElement("svg",{...u,"aria-hidden":t,role:t?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...m}},o&&!t&&a.default.createElement("title",null,o),r);var C=r=>n.default.createElement(i,{...r,ariaLabel:"voice-mode, voice-settings"},n.default.createElement("path",{d:"M21.5 8.5V11.5M18.5 3.5V16.5M15.5 6.65625V10M12.5 4.5V8.625",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),n.default.createElement("circle",{cx:"6.5",cy:"15.5",r:"2",stroke:"currentColor"}),n.default.createElement("path",{d:"M11.5 11.5H6.5C4.29086 11.5 2.5 13.2909 2.5 15.5C2.5 17.7091 4.29086 19.5 6.5 19.5H11.5C13.7091 19.5 15.5 17.7091 15.5 15.5C15.5 13.2909 13.7091 11.5 11.5 11.5Z",stroke:"currentColor"})),h=C;0&&(module.exports={IconVoiceMode});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceMode/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVoiceMode: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"voice-mode, voice-settings\">\n <path\n d=\"M21.5 8.5V11.5M18.5 3.5V16.5M15.5 6.65625V10M12.5 4.5V8.625\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <circle cx=\"6.5\" cy=\"15.5\" r=\"2\" stroke=\"currentColor\" />\n <path\n d=\"M11.5 11.5H6.5C4.29086 11.5 2.5 13.2909 2.5 15.5C2.5 17.7091 4.29086 19.5 6.5 19.5H11.5C13.7091 19.5 15.5 17.7091 15.5 15.5C15.5 13.2909 13.7091 11.5 11.5 11.5Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceMode;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,8BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,8DACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,MAAM,GAAG,OAAO,EAAE,IAAI,OAAO,eAAe,EACvD,EAAAA,QAAA,cAAC,QACC,EAAE,mKACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconVoiceMode_exports","__export","IconVoiceMode","IconVoiceMode_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconVoiceMode","props","React","CentralIconBase","IconVoiceMode_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import s from"react";var p=({children:o,size:r=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:l,...c})=>s.createElement("svg",{...c,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...l}},n&&!t&&s.createElement("title",null,n),o);var i=o=>e.createElement(p,{...o,ariaLabel:"voice-mode, voice-settings"},e.createElement("path",{d:"M21.5 8.5V11.5M18.5 3.5V16.5M15.5 6.65625V10M12.5 4.5V8.625",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),e.createElement("circle",{cx:"6.5",cy:"15.5",r:"2",stroke:"currentColor"}),e.createElement("path",{d:"M11.5 11.5H6.5C4.29086 11.5 2.5 13.2909 2.5 15.5C2.5 17.7091 4.29086 19.5 6.5 19.5H11.5C13.7091 19.5 15.5 17.7091 15.5 15.5C15.5 13.2909 13.7091 11.5 11.5 11.5Z",stroke:"currentColor"})),f=i;export{i as IconVoiceMode,f as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceMode/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVoiceMode: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"voice-mode, voice-settings\">\n <path\n d=\"M21.5 8.5V11.5M18.5 3.5V16.5M15.5 6.65625V10M12.5 4.5V8.625\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <circle cx=\"6.5\" cy=\"15.5\" r=\"2\" stroke=\"currentColor\" />\n <path\n d=\"M11.5 11.5H6.5C4.29086 11.5 2.5 13.2909 2.5 15.5C2.5 17.7091 4.29086 19.5 6.5 19.5H11.5C13.7091 19.5 15.5 17.7091 15.5 15.5C15.5 13.2909 13.7091 11.5 11.5 11.5Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceMode;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,8BACpCC,EAAA,cAAC,QACC,EAAE,8DACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACAA,EAAA,cAAC,UAAO,GAAG,MAAM,GAAG,OAAO,EAAE,IAAI,OAAO,eAAe,EACvDA,EAAA,cAAC,QACC,EAAE,mKACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconVoiceMode","props","React","CentralIconBase","IconVoiceMode_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var C=Object.create;var p=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,V=Object.prototype.hasOwnProperty;var d=(e,r)=>{for(var o in r)p(e,o,{get:r[o],enumerable:!0})},i=(e,r,o,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!V.call(e,t)&&t!==o&&p(e,t,{get:()=>r[t],enumerable:!(s=g(r,t))||s.enumerable});return e};var l=(e,r,o)=>(o=e!=null?C(x(e)):{},i(r||!e||!e.__esModule?p(o,"default",{value:e,enumerable:!0}):o,e)),B=e=>i(p({},"__esModule",{value:!0}),e);var h={};d(h,{IconVoiceSettings:()=>L,default:()=>I});module.exports=B(h);var n=l(require("react"));var a=l(require("react")),c=({children:e,size:r=24,ariaLabel:o,color:s,ariaHidden:t=!0,style:m,...u})=>a.default.createElement("svg",{...u,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...m}},o&&!t&&a.default.createElement("title",null,o),e);var L=e=>n.default.createElement(c,{...e,ariaLabel:"voice-settings, edit-voice"},n.default.createElement("path",{d:"M7.28441 10L6.08367 12.026L3.71556 12.0451L2.75 13.7049L3.9174 15.75L2.75 17.7951L3.71556 19.4549L6.08368 19.474L7.28441 21.5H9.21554L10.4163 19.474L12.7844 19.4549L13.75 17.7951L12.5826 15.75L13.75 13.7049L12.7844 12.0451L10.4163 12.026L9.21554 10H7.28441Z",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("circle",{cx:"8.25",cy:"15.75",r:"1.75",stroke:"currentColor"}),n.default.createElement("path",{d:"M21.5 7.70833V10.7917M18.5 2.5V16M15.5 6.625V10M12.5 4.54167V8.5",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"})),I=L;0&&(module.exports={IconVoiceSettings});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceSettings/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVoiceSettings: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"voice-settings, edit-voice\">\n <path\n d=\"M7.28441 10L6.08367 12.026L3.71556 12.0451L2.75 13.7049L3.9174 15.75L2.75 17.7951L3.71556 19.4549L6.08368 19.474L7.28441 21.5H9.21554L10.4163 19.474L12.7844 19.4549L13.75 17.7951L12.5826 15.75L13.75 13.7049L12.7844 12.0451L10.4163 12.026L9.21554 10H7.28441Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <circle cx=\"8.25\" cy=\"15.75\" r=\"1.75\" stroke=\"currentColor\" />\n <path\n d=\"M21.5 7.70833V10.7917M18.5 2.5V16M15.5 6.625V10M12.5 4.54167V8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceSettings;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,uBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAqDC,GAE9D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,8BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,oQACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,OAAO,GAAG,QAAQ,EAAE,OAAO,OAAO,eAAe,EAC5D,EAAAA,QAAA,cAAC,QACC,EAAE,mEACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconVoiceSettings_exports","__export","IconVoiceSettings","IconVoiceSettings_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconVoiceSettings","props","React","CentralIconBase","IconVoiceSettings_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import s from"react";var p=({children:o,size:e=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:i,...l})=>s.createElement("svg",{...l,"aria-hidden":t,role:t?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...i}},n&&!t&&s.createElement("title",null,n),o);var c=o=>r.createElement(p,{...o,ariaLabel:"voice-settings, edit-voice"},r.createElement("path",{d:"M7.28441 10L6.08367 12.026L3.71556 12.0451L2.75 13.7049L3.9174 15.75L2.75 17.7951L3.71556 19.4549L6.08368 19.474L7.28441 21.5H9.21554L10.4163 19.474L12.7844 19.4549L13.75 17.7951L12.5826 15.75L13.75 13.7049L12.7844 12.0451L10.4163 12.026L9.21554 10H7.28441Z",stroke:"currentColor",strokeLinecap:"square"}),r.createElement("circle",{cx:"8.25",cy:"15.75",r:"1.75",stroke:"currentColor"}),r.createElement("path",{d:"M21.5 7.70833V10.7917M18.5 2.5V16M15.5 6.625V10M12.5 4.54167V8.5",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"})),g=c;export{c as IconVoiceSettings,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceSettings/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVoiceSettings: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"voice-settings, edit-voice\">\n <path\n d=\"M7.28441 10L6.08367 12.026L3.71556 12.0451L2.75 13.7049L3.9174 15.75L2.75 17.7951L3.71556 19.4549L6.08368 19.474L7.28441 21.5H9.21554L10.4163 19.474L12.7844 19.4549L13.75 17.7951L12.5826 15.75L13.75 13.7049L12.7844 12.0451L10.4163 12.026L9.21554 10H7.28441Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <circle cx=\"8.25\" cy=\"15.75\" r=\"1.75\" stroke=\"currentColor\" />\n <path\n d=\"M21.5 7.70833V10.7917M18.5 2.5V16M15.5 6.625V10M12.5 4.54167V8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceSettings;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAqDC,GAE9DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,8BACpCC,EAAA,cAAC,QACC,EAAE,oQACF,OAAO,eACP,cAAc,SAChB,EACAA,EAAA,cAAC,UAAO,GAAG,OAAO,GAAG,QAAQ,EAAE,OAAO,OAAO,eAAe,EAC5DA,EAAA,cAAC,QACC,EAAE,mEACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconVoiceSettings","props","React","CentralIconBase","IconVoiceSettings_default"]}
|
package/README.md
CHANGED
|
@@ -364,6 +364,7 @@ Below is a complete list of available icons:
|
|
|
364
364
|
- IconMinimize45
|
|
365
365
|
- IconOngoing
|
|
366
366
|
- IconRandom
|
|
367
|
+
- IconRemix
|
|
367
368
|
- IconRotate360Left
|
|
368
369
|
- IconRotate360Right
|
|
369
370
|
- IconShareArrowDown
|
|
@@ -1589,7 +1590,9 @@ Below is a complete list of available icons:
|
|
|
1589
1590
|
- IconVocalMicrophone
|
|
1590
1591
|
- IconVoice1
|
|
1591
1592
|
- IconVoice3
|
|
1593
|
+
- IconVoiceMode
|
|
1592
1594
|
- IconVoiceRecord
|
|
1595
|
+
- IconVoiceSettings
|
|
1593
1596
|
- IconVolumeDown
|
|
1594
1597
|
- IconVolumeFull
|
|
1595
1598
|
- IconVolumeHalf
|
package/icons/index.d.ts
CHANGED
|
@@ -1216,6 +1216,7 @@ export type CentralIconName =
|
|
|
1216
1216
|
| "IconRecord"
|
|
1217
1217
|
| "IconRecraft"
|
|
1218
1218
|
| "IconReddit"
|
|
1219
|
+
| "IconRemix"
|
|
1219
1220
|
| "IconRemoveBackground"
|
|
1220
1221
|
| "IconRemoveBackground2"
|
|
1221
1222
|
| "IconRemoveFromBasket"
|
|
@@ -1586,7 +1587,9 @@ export type CentralIconName =
|
|
|
1586
1587
|
| "IconVoice2"
|
|
1587
1588
|
| "IconVoice3"
|
|
1588
1589
|
| "IconVoiceAndVideo"
|
|
1590
|
+
| "IconVoiceMode"
|
|
1589
1591
|
| "IconVoiceRecord"
|
|
1592
|
+
| "IconVoiceSettings"
|
|
1590
1593
|
| "IconVoiceSparkle"
|
|
1591
1594
|
| "IconVolleyball"
|
|
1592
1595
|
| "IconVolumeDown"
|