@central-icons-react/square-filled-radius-0-stroke-2 1.1.39 → 1.1.40
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/IconAnchor/index.d.ts +4 -0
- package/IconAnchor/index.js +2 -0
- package/IconAnchor/index.js.map +1 -0
- package/IconAnchor/index.mjs +2 -0
- package/IconAnchor/index.mjs.map +1 -0
- package/IconHook/index.d.ts +4 -0
- package/IconHook/index.js +2 -0
- package/IconHook/index.js.map +1 -0
- package/IconHook/index.mjs +2 -0
- package/IconHook/index.mjs.map +1 -0
- package/IconSwitchVoice/index.d.ts +4 -0
- package/IconSwitchVoice/index.js +2 -0
- package/IconSwitchVoice/index.js.map +1 -0
- package/IconSwitchVoice/index.mjs +2 -0
- package/IconSwitchVoice/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 +6 -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 u=Object.create;var l=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(e,o)=>{for(var r in o)l(e,r,{get:o[r],enumerable:!0})},a=(e,o,r,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of d(o))!g.call(e,t)&&t!==r&&l(e,t,{get:()=>o[t],enumerable:!(n=V(o,t))||n.enumerable});return e};var s=(e,o,r)=>(r=e!=null?u(h(e)):{},a(o||!e||!e.__esModule?l(r,"default",{value:e,enumerable:!0}):r,e)),B=e=>a(l({},"__esModule",{value:!0}),e);var w={};x(w,{IconAnchor:()=>i,default:()=>I});module.exports=B(w);var p=s(require("react"));var C=s(require("react")),c=({children:e,size:o=24,ariaLabel:r,color:n,ariaHidden:t=!0,style:m,...f})=>C.default.createElement("svg",{...f,"aria-hidden":t,role:t?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:n,...m}},r&&!t&&C.default.createElement("title",null,r),e);var i=e=>p.default.createElement(c,{...e,ariaLabel:"anchor, webhooks"},p.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.08536 14.4455 9.42311 13 9.85352V16C13 17.6569 14.3431 19 16 19C17.6569 19 19 17.6569 19 16V15.4141L18 16.4141L16.5859 15L21 10.5859V16C21 18.7614 18.7614 21 16 21C14.364 21 12.9122 20.2137 12 18.999C11.0878 20.2137 9.63602 21 8 21C5.23858 21 3 18.7614 3 16V10.5859L7.41406 15L6 16.4141L5 15.4141V16C5 17.6569 6.34315 19 8 19C9.65685 19 11 17.6569 11 16V9.85352C9.55447 9.42311 8.5 8.08536 8.5 6.5C8.5 4.567 10.067 3 12 3ZM12 5C11.1716 5 10.5 5.67157 10.5 6.5C10.5 7.32843 11.1716 8 12 8C12.8284 8 13.5 7.32843 13.5 6.5C13.5 5.67157 12.8284 5 12 5Z",fill:"currentColor"})),I=i;0&&(module.exports={IconAnchor});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAnchor/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconAnchor: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"anchor, webhooks\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.08536 14.4455 9.42311 13 9.85352V16C13 17.6569 14.3431 19 16 19C17.6569 19 19 17.6569 19 16V15.4141L18 16.4141L16.5859 15L21 10.5859V16C21 18.7614 18.7614 21 16 21C14.364 21 12.9122 20.2137 12 18.999C11.0878 20.2137 9.63602 21 8 21C5.23858 21 3 18.7614 3 16V10.5859L7.41406 15L6 16.4141L5 15.4141V16C5 17.6569 6.34315 19 8 19C9.65685 19 11 17.6569 11 16V9.85352C9.55447 9.42311 8.5 8.08536 8.5 6.5C8.5 4.567 10.067 3 12 3ZM12 5C11.1716 5 10.5 5.67157 10.5 6.5C10.5 7.32843 11.1716 8 12 8C12.8284 8 13.5 7.32843 13.5 6.5C13.5 5.67157 12.8284 5 12 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAnchor;\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,gBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,oBACpC,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,ilBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconAnchor_exports","__export","IconAnchor","IconAnchor_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconAnchor","props","React","CentralIconBase","IconAnchor_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import n from"react";var l=({children:o,size:e=24,ariaLabel:t,color:p,ariaHidden:r=!0,style:a,...s})=>n.createElement("svg",{...s,"aria-hidden":r,role:r?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:p,...a}},t&&!r&&n.createElement("title",null,t),o);var c=o=>C.createElement(l,{...o,ariaLabel:"anchor, webhooks"},C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.08536 14.4455 9.42311 13 9.85352V16C13 17.6569 14.3431 19 16 19C17.6569 19 19 17.6569 19 16V15.4141L18 16.4141L16.5859 15L21 10.5859V16C21 18.7614 18.7614 21 16 21C14.364 21 12.9122 20.2137 12 18.999C11.0878 20.2137 9.63602 21 8 21C5.23858 21 3 18.7614 3 16V10.5859L7.41406 15L6 16.4141L5 15.4141V16C5 17.6569 6.34315 19 8 19C9.65685 19 11 17.6569 11 16V9.85352C9.55447 9.42311 8.5 8.08536 8.5 6.5C8.5 4.567 10.067 3 12 3ZM12 5C11.1716 5 10.5 5.67157 10.5 6.5C10.5 7.32843 11.1716 8 12 8C12.8284 8 13.5 7.32843 13.5 6.5C13.5 5.67157 12.8284 5 12 5Z",fill:"currentColor"})),V=c;export{c as IconAnchor,V as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAnchor/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconAnchor: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"anchor, webhooks\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.08536 14.4455 9.42311 13 9.85352V16C13 17.6569 14.3431 19 16 19C17.6569 19 19 17.6569 19 16V15.4141L18 16.4141L16.5859 15L21 10.5859V16C21 18.7614 18.7614 21 16 21C14.364 21 12.9122 20.2137 12 18.999C11.0878 20.2137 9.63602 21 8 21C5.23858 21 3 18.7614 3 16V10.5859L7.41406 15L6 16.4141L5 15.4141V16C5 17.6569 6.34315 19 8 19C9.65685 19 11 17.6569 11 16V9.85352C9.55447 9.42311 8.5 8.08536 8.5 6.5C8.5 4.567 10.067 3 12 3ZM12 5C11.1716 5 10.5 5.67157 10.5 6.5C10.5 7.32843 11.1716 8 12 8C12.8284 8 13.5 7.32843 13.5 6.5C13.5 5.67157 12.8284 5 12 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAnchor;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,oBACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,ilBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconAnchor","props","React","CentralIconBase","IconAnchor_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(e,o)=>{for(var r in o)l(e,r,{get:o[r],enumerable:!0})},a=(e,o,r,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of g(o))!x.call(e,t)&&t!==r&&l(e,t,{get:()=>o[t],enumerable:!(n=d(o,t))||n.enumerable});return e};var s=(e,o,r)=>(r=e!=null?u(h(e)):{},a(o||!e||!e.__esModule?l(r,"default",{value:e,enumerable:!0}):r,e)),I=e=>a(l({},"__esModule",{value:!0}),e);var v={};B(v,{IconHook:()=>m,default:()=>V});module.exports=I(v);var C=s(require("react"));var p=s(require("react")),i=({children:e,size:o=24,ariaLabel:r,color:n,ariaHidden:t=!0,style:c,...f})=>p.default.createElement("svg",{...f,"aria-hidden":t,role:t?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:n,...c}},r&&!t&&p.default.createElement("title",null,r),e);var m=e=>C.default.createElement(i,{...e,ariaLabel:"hook, phishing"},C.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 2C11.2091 2 13 3.79086 13 6C13 7.86384 11.7252 9.42998 10 9.87402V17C10 18.6569 11.3431 20 13 20C14.6569 20 16 18.6569 16 17V14.4141L14 16.4141L12.5859 15L18 9.58594V17C18 19.7614 15.7614 22 13 22C10.2386 22 8 19.7614 8 17V9.87402C6.27477 9.42998 5 7.86384 5 6C5 3.79086 6.79086 2 9 2ZM9 4C7.89543 4 7 4.89543 7 6C7 7.10457 7.89543 8 9 8C10.1046 8 11 7.10457 11 6C11 4.89543 10.1046 4 9 4Z",fill:"currentColor"})),V=m;0&&(module.exports={IconHook});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHook/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconHook: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"hook, phishing\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9 2C11.2091 2 13 3.79086 13 6C13 7.86384 11.7252 9.42998 10 9.87402V17C10 18.6569 11.3431 20 13 20C14.6569 20 16 18.6569 16 17V14.4141L14 16.4141L12.5859 15L18 9.58594V17C18 19.7614 15.7614 22 13 22C10.2386 22 8 19.7614 8 17V9.87402C6.27477 9.42998 5 7.86384 5 6C5 3.79086 6.79086 2 9 2ZM9 4C7.89543 4 7 4.89543 7 6C7 7.10457 7.89543 8 9 8C10.1046 8 11 7.10457 11 6C11 4.89543 10.1046 4 9 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHook;\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,cAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,kBACpC,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,2YACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconHook_exports","__export","IconHook","IconHook_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconHook","props","React","CentralIconBase","IconHook_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import p from"react";import n from"react";var l=({children:o,size:e=24,ariaLabel:t,color:C,ariaHidden:r=!0,style:a,...s})=>n.createElement("svg",{...s,"aria-hidden":r,role:r?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:C,...a}},t&&!r&&n.createElement("title",null,t),o);var i=o=>p.createElement(l,{...o,ariaLabel:"hook, phishing"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 2C11.2091 2 13 3.79086 13 6C13 7.86384 11.7252 9.42998 10 9.87402V17C10 18.6569 11.3431 20 13 20C14.6569 20 16 18.6569 16 17V14.4141L14 16.4141L12.5859 15L18 9.58594V17C18 19.7614 15.7614 22 13 22C10.2386 22 8 19.7614 8 17V9.87402C6.27477 9.42998 5 7.86384 5 6C5 3.79086 6.79086 2 9 2ZM9 4C7.89543 4 7 4.89543 7 6C7 7.10457 7.89543 8 9 8C10.1046 8 11 7.10457 11 6C11 4.89543 10.1046 4 9 4Z",fill:"currentColor"})),d=i;export{i as IconHook,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHook/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconHook: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"hook, phishing\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9 2C11.2091 2 13 3.79086 13 6C13 7.86384 11.7252 9.42998 10 9.87402V17C10 18.6569 11.3431 20 13 20C14.6569 20 16 18.6569 16 17V14.4141L14 16.4141L12.5859 15L18 9.58594V17C18 19.7614 15.7614 22 13 22C10.2386 22 8 19.7614 8 17V9.87402C6.27477 9.42998 5 7.86384 5 6C5 3.79086 6.79086 2 9 2ZM9 4C7.89543 4 7 4.89543 7 6C7 7.10457 7.89543 8 9 8C10.1046 8 11 7.10457 11 6C11 4.89543 10.1046 4 9 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHook;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,kBACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,2YACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconHook","props","React","CentralIconBase","IconHook_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var h=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var w=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!g.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(l=m(o,e))||l.enumerable});return r};var i=(r,o,t)=>(t=r!=null?h(d(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(p({},"__esModule",{value:!0}),r);var I={};w(I,{IconSwitchVoice:()=>c,default:()=>B});module.exports=x(I);var n=i(require("react"));var C=i(require("react")),s=({children:r,size:o=24,ariaLabel:t,color:l,ariaHidden:e=!0,style:V,...f})=>C.default.createElement("svg",{...f,"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:l,...V}},t&&!e&&C.default.createElement("title",null,t),r);var c=r=>n.default.createElement(s,{...r,ariaLabel:"switch-voice, change-voice"},n.default.createElement("path",{d:"M4.27441 14.1318C4.25844 14.2517 4.25 14.3748 4.25 14.5C4.25 15.8235 5.18513 16.9282 6.43066 17.1904V15L9.85938 18.25L6.43066 21.5V19.2148C4.07581 18.9335 2.25 16.9306 2.25 14.5C2.25 14.2863 2.2644 14.0753 2.29199 13.8682L4.27441 14.1318Z",fill:"currentColor"}),n.default.createElement("path",{d:"M18.5 17H16.5V3H18.5V17Z",fill:"currentColor"}),n.default.createElement("path",{d:"M7.56934 9.78418C9.92424 10.0655 11.75 12.0693 11.75 14.5C11.75 14.7137 11.7356 14.9247 11.708 15.1318L9.72559 14.8682C9.74156 14.7483 9.75 14.6252 9.75 14.5C9.75 13.1764 8.81496 12.0708 7.56934 11.8086V14L4.14062 10.75L7.56934 7.5V9.78418Z",fill:"currentColor"}),n.default.createElement("path",{d:"M15 12H13V6H15V12Z",fill:"currentColor"}),n.default.createElement("path",{d:"M22 12H20V8H22V12Z",fill:"currentColor"}),n.default.createElement("path",{d:"M11.5 8.5H9.5V4H11.5V8.5Z",fill:"currentColor"})),B=c;0&&(module.exports={IconSwitchVoice});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSwitchVoice/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconSwitchVoice: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"switch-voice, change-voice\">\n <path\n d=\"M4.27441 14.1318C4.25844 14.2517 4.25 14.3748 4.25 14.5C4.25 15.8235 5.18513 16.9282 6.43066 17.1904V15L9.85938 18.25L6.43066 21.5V19.2148C4.07581 18.9335 2.25 16.9306 2.25 14.5C2.25 14.2863 2.2644 14.0753 2.29199 13.8682L4.27441 14.1318Z\"\n fill=\"currentColor\"\n />\n <path d=\"M18.5 17H16.5V3H18.5V17Z\" fill=\"currentColor\" />\n <path\n d=\"M7.56934 9.78418C9.92424 10.0655 11.75 12.0693 11.75 14.5C11.75 14.7137 11.7356 14.9247 11.708 15.1318L9.72559 14.8682C9.74156 14.7483 9.75 14.6252 9.75 14.5C9.75 13.1764 8.81496 12.0708 7.56934 11.8086V14L4.14062 10.75L7.56934 7.5V9.78418Z\"\n fill=\"currentColor\"\n />\n <path d=\"M15 12H13V6H15V12Z\" fill=\"currentColor\" />\n <path d=\"M22 12H20V8H22V12Z\" fill=\"currentColor\" />\n <path d=\"M11.5 8.5H9.5V4H11.5V8.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconSwitchVoice;\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,qBAAAE,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,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,8BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,iPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,2BAA2B,KAAK,eAAe,EACvD,EAAAA,QAAA,cAAC,QACC,EAAE,mPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,CAC1D,EAIGE,EAAQJ","names":["IconSwitchVoice_exports","__export","IconSwitchVoice","IconSwitchVoice_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconSwitchVoice","props","React","CentralIconBase","IconSwitchVoice_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import l from"react";var p=({children:t,size:o=24,ariaLabel:n,color:C,ariaHidden:e=!0,style:a,...i})=>l.createElement("svg",{...i,"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:C,...a}},n&&!e&&l.createElement("title",null,n),t);var s=t=>r.createElement(p,{...t,ariaLabel:"switch-voice, change-voice"},r.createElement("path",{d:"M4.27441 14.1318C4.25844 14.2517 4.25 14.3748 4.25 14.5C4.25 15.8235 5.18513 16.9282 6.43066 17.1904V15L9.85938 18.25L6.43066 21.5V19.2148C4.07581 18.9335 2.25 16.9306 2.25 14.5C2.25 14.2863 2.2644 14.0753 2.29199 13.8682L4.27441 14.1318Z",fill:"currentColor"}),r.createElement("path",{d:"M18.5 17H16.5V3H18.5V17Z",fill:"currentColor"}),r.createElement("path",{d:"M7.56934 9.78418C9.92424 10.0655 11.75 12.0693 11.75 14.5C11.75 14.7137 11.7356 14.9247 11.708 15.1318L9.72559 14.8682C9.74156 14.7483 9.75 14.6252 9.75 14.5C9.75 13.1764 8.81496 12.0708 7.56934 11.8086V14L4.14062 10.75L7.56934 7.5V9.78418Z",fill:"currentColor"}),r.createElement("path",{d:"M15 12H13V6H15V12Z",fill:"currentColor"}),r.createElement("path",{d:"M22 12H20V8H22V12Z",fill:"currentColor"}),r.createElement("path",{d:"M11.5 8.5H9.5V4H11.5V8.5Z",fill:"currentColor"})),m=s;export{s as IconSwitchVoice,m as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSwitchVoice/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconSwitchVoice: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"switch-voice, change-voice\">\n <path\n d=\"M4.27441 14.1318C4.25844 14.2517 4.25 14.3748 4.25 14.5C4.25 15.8235 5.18513 16.9282 6.43066 17.1904V15L9.85938 18.25L6.43066 21.5V19.2148C4.07581 18.9335 2.25 16.9306 2.25 14.5C2.25 14.2863 2.2644 14.0753 2.29199 13.8682L4.27441 14.1318Z\"\n fill=\"currentColor\"\n />\n <path d=\"M18.5 17H16.5V3H18.5V17Z\" fill=\"currentColor\" />\n <path\n d=\"M7.56934 9.78418C9.92424 10.0655 11.75 12.0693 11.75 14.5C11.75 14.7137 11.7356 14.9247 11.708 15.1318L9.72559 14.8682C9.74156 14.7483 9.75 14.6252 9.75 14.5C9.75 13.1764 8.81496 12.0708 7.56934 11.8086V14L4.14062 10.75L7.56934 7.5V9.78418Z\"\n fill=\"currentColor\"\n />\n <path d=\"M15 12H13V6H15V12Z\" fill=\"currentColor\" />\n <path d=\"M22 12H20V8H22V12Z\" fill=\"currentColor\" />\n <path d=\"M11.5 8.5H9.5V4H11.5V8.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconSwitchVoice;\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,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,8BACpCC,EAAA,cAAC,QACC,EAAE,iPACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,2BAA2B,KAAK,eAAe,EACvDA,EAAA,cAAC,QACC,EAAE,mPACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDA,EAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDA,EAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,CAC1D,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconSwitchVoice","props","React","CentralIconBase","IconSwitchVoice_default"]}
|
package/README.md
CHANGED
|
@@ -220,6 +220,7 @@ Below is a complete list of available icons:
|
|
|
220
220
|
- IconSparklesTwo2
|
|
221
221
|
- IconSpeachToText
|
|
222
222
|
- IconStarWand
|
|
223
|
+
- IconSwitchVoice
|
|
223
224
|
- IconTextToImage
|
|
224
225
|
- IconTextToSpeach
|
|
225
226
|
- IconVisualIntelligence
|
|
@@ -416,6 +417,7 @@ Below is a complete list of available icons:
|
|
|
416
417
|
|
|
417
418
|
### Code
|
|
418
419
|
|
|
420
|
+
- IconAnchor
|
|
419
421
|
- IconAnimation
|
|
420
422
|
- IconAnimationAuto
|
|
421
423
|
- IconAnimationEase
|
|
@@ -446,6 +448,7 @@ Below is a complete list of available icons:
|
|
|
446
448
|
- IconDraft
|
|
447
449
|
- IconForkCode
|
|
448
450
|
- IconHammer
|
|
451
|
+
- IconHook
|
|
449
452
|
- IconPullRequest
|
|
450
453
|
- IconPush
|
|
451
454
|
- IconRequestClosed
|
package/icons/index.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ export type CentralIconName =
|
|
|
31
31
|
| "IconAlt"
|
|
32
32
|
| "IconAmericanFootball"
|
|
33
33
|
| "IconAnalytics"
|
|
34
|
+
| "IconAnchor"
|
|
34
35
|
| "IconAnchor1"
|
|
35
36
|
| "IconAnchor2"
|
|
36
37
|
| "IconAnimation"
|
|
@@ -804,6 +805,7 @@ export type CentralIconName =
|
|
|
804
805
|
| "IconHomePersonalFeed"
|
|
805
806
|
| "IconHomeRoof"
|
|
806
807
|
| "IconHomeRoundDoor"
|
|
808
|
+
| "IconHook"
|
|
807
809
|
| "IconHorizontalAlignmentBottom"
|
|
808
810
|
| "IconHorizontalAlignmentCenter"
|
|
809
811
|
| "IconHorizontalAlignmentTop"
|
|
@@ -1398,6 +1400,7 @@ export type CentralIconName =
|
|
|
1398
1400
|
| "IconSupport"
|
|
1399
1401
|
| "IconSurfing"
|
|
1400
1402
|
| "IconSushi"
|
|
1403
|
+
| "IconSwitchVoice"
|
|
1401
1404
|
| "IconSword"
|
|
1402
1405
|
| "IconTable"
|
|
1403
1406
|
| "IconTactics1"
|