@central-icons-react/square-outlined-radius-0-stroke-1 1.1.61 → 1.1.63
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/IconHdr/index.d.ts +4 -0
- package/IconHdr/index.js +2 -0
- package/IconHdr/index.js.map +1 -0
- package/IconHdr/index.mjs +2 -0
- package/IconHdr/index.mjs.map +1 -0
- package/IconIncrease/index.d.ts +4 -0
- package/IconIncrease/index.js +2 -0
- package/IconIncrease/index.js.map +1 -0
- package/IconIncrease/index.mjs +2 -0
- package/IconIncrease/index.mjs.map +1 -0
- package/IconRadio/index.d.ts +4 -0
- package/IconRadio/index.js +2 -0
- package/IconRadio/index.js.map +1 -0
- package/IconRadio/index.mjs +2 -0
- package/IconRadio/index.mjs.map +1 -0
- package/IconRotate360Left/index.d.ts +4 -0
- package/IconRotate360Left/index.js +2 -0
- package/IconRotate360Left/index.js.map +1 -0
- package/IconRotate360Left/index.mjs +2 -0
- package/IconRotate360Left/index.mjs.map +1 -0
- package/IconRotate360Right/index.d.ts +4 -0
- package/IconRotate360Right/index.js +2 -0
- package/IconRotate360Right/index.js.map +1 -0
- package/IconRotate360Right/index.mjs +2 -0
- package/IconRotate360Right/index.mjs.map +1 -0
- package/IconStarLines/index.js +1 -1
- package/IconStarLines/index.js.map +1 -1
- package/IconStarLines/index.mjs +1 -1
- package/IconStarLines/index.mjs.map +1 -1
- package/README.md +5 -0
- package/icons/index.d.ts +5 -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 +16 -6
- package/index.d.ts +11 -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/IconHdr/index.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var g=Object.create;var s=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!x.call(r,e)&&e!==t&&s(r,e,{get:()=>o[e],enumerable:!(p=h(o,e))||p.enumerable});return r};var C=(r,o,t)=>(t=r!=null?g(f(r)):{},a(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>a(s({},"__esModule",{value:!0}),r);var M={};B(M,{IconHdr:()=>c,default:()=>y});module.exports=I(M);var n=C(require("react"));var l=C(require("react")),i=({children:r,size:o=24,ariaLabel:t,color:p,ariaHidden:e=!0,style:m,...u})=>l.default.createElement("svg",{...u,"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,...m}},t&&!e&&l.default.createElement("title",null,t),r);var c=r=>n.default.createElement(i,{...r,ariaLabel:"hdr, lighting, brightness"},n.default.createElement("circle",{cx:"11",cy:"12",r:"6",stroke:"currentColor"}),n.default.createElement("path",{d:"M13.5977 6.5C14.3331 6.17841 15.1454 6 15.9994 6C19.3131 6 21.9994 8.68629 21.9994 12C21.9994 15.3137 19.3131 18 15.9994 18C15.1454 18 14.3331 17.8216 13.5977 17.5",stroke:"currentColor"}),n.default.createElement("path",{d:"M11.5278 16C10.5777 14.9385 10 13.5367 10 12C10 10.4633 10.5777 9.06151 11.5278 8",stroke:"currentColor",strokeLinejoin:"round"}),n.default.createElement("path",{d:"M0 12.0001L3.5 12M11.0001 23V19.5M11.0001 4.5V1M5.6967 6.6967L3.22183 4.22183M3.22168 19.778L5.69655 17.3032",stroke:"currentColor"})),y=c;0&&(module.exports={IconHdr});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHdr/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconHdr: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"hdr, lighting, brightness\">\n <circle cx=\"11\" cy=\"12\" r=\"6\" stroke=\"currentColor\" />\n <path\n d=\"M13.5977 6.5C14.3331 6.17841 15.1454 6 15.9994 6C19.3131 6 21.9994 8.68629 21.9994 12C21.9994 15.3137 19.3131 18 15.9994 18C15.1454 18 14.3331 17.8216 13.5977 17.5\"\n stroke=\"currentColor\"\n />\n <path\n d=\"M11.5278 16C10.5777 14.9385 10 13.5367 10 12C10 10.4633 10.5777 9.06151 11.5278 8\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M0 12.0001L3.5 12M11.0001 23V19.5M11.0001 4.5V1M5.6967 6.6967L3.22183 4.22183M3.22168 19.778L5.69655 17.3032\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHdr;\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,aAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,6BACpC,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,EACpD,EAAAA,QAAA,cAAC,QACC,EAAE,sKACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+GACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconHdr_exports","__export","IconHdr","IconHdr_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconHdr","props","React","CentralIconBase","IconHdr_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";var s=({children:t,size:r=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:a,...C})=>p.createElement("svg",{...C,"aria-hidden":e,role:e?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:l,...a}},n&&!e&&p.createElement("title",null,n),t);var i=t=>o.createElement(s,{...t,ariaLabel:"hdr, lighting, brightness"},o.createElement("circle",{cx:"11",cy:"12",r:"6",stroke:"currentColor"}),o.createElement("path",{d:"M13.5977 6.5C14.3331 6.17841 15.1454 6 15.9994 6C19.3131 6 21.9994 8.68629 21.9994 12C21.9994 15.3137 19.3131 18 15.9994 18C15.1454 18 14.3331 17.8216 13.5977 17.5",stroke:"currentColor"}),o.createElement("path",{d:"M11.5278 16C10.5777 14.9385 10 13.5367 10 12C10 10.4633 10.5777 9.06151 11.5278 8",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement("path",{d:"M0 12.0001L3.5 12M11.0001 23V19.5M11.0001 4.5V1M5.6967 6.6967L3.22183 4.22183M3.22168 19.778L5.69655 17.3032",stroke:"currentColor"})),h=i;export{i as IconHdr,h as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHdr/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconHdr: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"hdr, lighting, brightness\">\n <circle cx=\"11\" cy=\"12\" r=\"6\" stroke=\"currentColor\" />\n <path\n d=\"M13.5977 6.5C14.3331 6.17841 15.1454 6 15.9994 6C19.3131 6 21.9994 8.68629 21.9994 12C21.9994 15.3137 19.3131 18 15.9994 18C15.1454 18 14.3331 17.8216 13.5977 17.5\"\n stroke=\"currentColor\"\n />\n <path\n d=\"M11.5278 16C10.5777 14.9385 10 13.5367 10 12C10 10.4633 10.5777 9.06151 11.5278 8\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M0 12.0001L3.5 12M11.0001 23V19.5M11.0001 4.5V1M5.6967 6.6967L3.22183 4.22183M3.22168 19.778L5.69655 17.3032\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHdr;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,6BACpCC,EAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,EACpDA,EAAA,cAAC,QACC,EAAE,sKACF,OAAO,eACT,EACAA,EAAA,cAAC,QACC,EAAE,oFACF,OAAO,eACP,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,+GACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconHdr","props","React","CentralIconBase","IconHdr_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var s=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!I.call(r,t)&&t!==e&&s(r,t,{get:()=>o[t],enumerable:!(p=d(o,t))||p.enumerable});return r};var c=(r,o,e)=>(e=r!=null?i(g(r)):{},a(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>a(s({},"__esModule",{value:!0}),r);var w={};x(w,{IconIncrease:()=>m,default:()=>k});module.exports=B(w);var n=c(require("react"));var l=c(require("react")),C=({children:r,size:o=24,ariaLabel:e,color:p,ariaHidden:t=!0,style:u,...h})=>l.default.createElement("svg",{...h,"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:p,...u}},e&&!t&&l.default.createElement("title",null,e),r);var m=r=>n.default.createElement(C,{...r,ariaLabel:"increase, scale, show-more, change-position"},n.default.createElement("path",{d:"M1 8L4.5 4.5L8 8",stroke:"currentColor"}),n.default.createElement("path",{d:"M16 16L19.5 19.5L16 23",stroke:"currentColor"}),n.default.createElement("path",{d:"M4.5 5V16",stroke:"currentColor"}),n.default.createElement("path",{d:"M19 19.5L8 19.5",stroke:"currentColor"}),n.default.createElement("path",{d:"M10 4.5L14 4.5",stroke:"currentColor"}),n.default.createElement("path",{d:"M19.5 10V14",stroke:"currentColor"}),n.default.createElement("path",{d:"M16 4.5H19.5V8",stroke:"currentColor"})),k=m;0&&(module.exports={IconIncrease});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconIncrease/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconIncrease: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"increase, scale, show-more, change-position\"\n >\n <path d=\"M1 8L4.5 4.5L8 8\" stroke=\"currentColor\" />\n <path d=\"M16 16L19.5 19.5L16 23\" stroke=\"currentColor\" />\n <path d=\"M4.5 5V16\" stroke=\"currentColor\" />\n <path d=\"M19 19.5L8 19.5\" stroke=\"currentColor\" />\n <path d=\"M10 4.5L14 4.5\" stroke=\"currentColor\" />\n <path d=\"M19.5 10V14\" stroke=\"currentColor\" />\n <path d=\"M16 4.5H19.5V8\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconIncrease;\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,kBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,+CAEV,EAAAC,QAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,OAAO,eAAe,EACvD,EAAAA,QAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,EAC1C,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,EAC/C,EAAAA,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,EAC5C,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,CACjD,EAIGE,EAAQJ","names":["IconIncrease_exports","__export","IconIncrease","IconIncrease_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconIncrease","props","React","CentralIconBase","IconIncrease_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";var s=({children:e,size:o=24,ariaLabel:n,color:l,ariaHidden:t=!0,style:a,...c})=>p.createElement("svg",{...c,"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:l,...a}},n&&!t&&p.createElement("title",null,n),e);var C=e=>r.createElement(s,{...e,ariaLabel:"increase, scale, show-more, change-position"},r.createElement("path",{d:"M1 8L4.5 4.5L8 8",stroke:"currentColor"}),r.createElement("path",{d:"M16 16L19.5 19.5L16 23",stroke:"currentColor"}),r.createElement("path",{d:"M4.5 5V16",stroke:"currentColor"}),r.createElement("path",{d:"M19 19.5L8 19.5",stroke:"currentColor"}),r.createElement("path",{d:"M10 4.5L14 4.5",stroke:"currentColor"}),r.createElement("path",{d:"M19.5 10V14",stroke:"currentColor"}),r.createElement("path",{d:"M16 4.5H19.5V8",stroke:"currentColor"})),d=C;export{C as IconIncrease,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconIncrease/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconIncrease: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"increase, scale, show-more, change-position\"\n >\n <path d=\"M1 8L4.5 4.5L8 8\" stroke=\"currentColor\" />\n <path d=\"M16 16L19.5 19.5L16 23\" stroke=\"currentColor\" />\n <path d=\"M4.5 5V16\" stroke=\"currentColor\" />\n <path d=\"M19 19.5L8 19.5\" stroke=\"currentColor\" />\n <path d=\"M10 4.5L14 4.5\" stroke=\"currentColor\" />\n <path d=\"M19.5 10V14\" stroke=\"currentColor\" />\n <path d=\"M16 4.5H19.5V8\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconIncrease;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,+CAEVC,EAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,EACjDA,EAAA,cAAC,QAAK,EAAE,yBAAyB,OAAO,eAAe,EACvDA,EAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,EAC1CA,EAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChDA,EAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,EAC/CA,EAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,EAC5CA,EAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,CACjD,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconIncrease","props","React","CentralIconBase","IconIncrease_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of h(o))!k.call(r,t)&&t!==e&&s(r,t,{get:()=>o[t],enumerable:!(a=f(o,t))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?d(g(r)):{},l(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>l(s({},"__esModule",{value:!0}),r);var V={};x(V,{IconRadio:()=>c,default:()=>I});module.exports=B(V);var n=C(require("react"));var p=C(require("react")),i=({children:r,size:o=24,ariaLabel:e,color:a,ariaHidden:t=!0,style:u,...m})=>p.default.createElement("svg",{...m,"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:a,...u}},e&&!t&&p.default.createElement("title",null,e),r);var c=r=>n.default.createElement(i,{...r,ariaLabel:"radio, antenna, signal, broadcast, speaker"},n.default.createElement("path",{d:"M3.25 6.49976H21.5V20.4998H2.5V6.5L15 2",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M3 11.5H21",stroke:"currentColor"}),n.default.createElement("path",{d:"M8.75 7V11.5",stroke:"currentColor"}),n.default.createElement("path",{d:"M17 16.5C16.7239 16.5 16.5 16.2761 16.5 16C16.5 15.7239 16.7239 15.5 17 15.5C17.2761 15.5 17.5 15.7239 17.5 16C17.5 16.2761 17.2761 16.5 17 16.5Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M13 16.5C12.7239 16.5 12.5 16.2761 12.5 16C12.5 15.7239 12.7239 15.5 13 15.5C13.2761 15.5 13.5 15.7239 13.5 16C13.5 16.2761 13.2761 16.5 13 16.5Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"square"})),I=c;0&&(module.exports={IconRadio});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRadio/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRadio: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"radio, antenna, signal, broadcast, speaker\"\n >\n <path\n d=\"M3.25 6.49976H21.5V20.4998H2.5V6.5L15 2\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <path d=\"M3 11.5H21\" stroke=\"currentColor\" />\n <path d=\"M8.75 7V11.5\" stroke=\"currentColor\" />\n <path\n d=\"M17 16.5C16.7239 16.5 16.5 16.2761 16.5 16C16.5 15.7239 16.7239 15.5 17 15.5C17.2761 15.5 17.5 15.7239 17.5 16C17.5 16.2761 17.2761 16.5 17 16.5Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M13 16.5C12.7239 16.5 12.5 16.2761 12.5 16C12.5 15.7239 12.7239 15.5 13 15.5C13.2761 15.5 13.5 15.7239 13.5 16C13.5 16.2761 13.2761 16.5 13 16.5Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRadio;\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,CACE,GAAGF,EACJ,UAAU,8CAEV,EAAAC,QAAA,cAAC,QACC,EAAE,0CACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,EAC3C,EAAAA,QAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,EAC7C,EAAAA,QAAA,cAAC,QACC,EAAE,oJACF,KAAK,eACL,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oJACF,KAAK,eACL,OAAO,eACP,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconRadio_exports","__export","IconRadio","IconRadio_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconRadio","props","React","CentralIconBase","IconRadio_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import a from"react";var s=({children:e,size:r=24,ariaLabel:n,color:p,ariaHidden:t=!0,style:l,...C})=>a.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:p,...l}},n&&!t&&a.createElement("title",null,n),e);var i=e=>o.createElement(s,{...e,ariaLabel:"radio, antenna, signal, broadcast, speaker"},o.createElement("path",{d:"M3.25 6.49976H21.5V20.4998H2.5V6.5L15 2",stroke:"currentColor",strokeLinecap:"square"}),o.createElement("path",{d:"M3 11.5H21",stroke:"currentColor"}),o.createElement("path",{d:"M8.75 7V11.5",stroke:"currentColor"}),o.createElement("path",{d:"M17 16.5C16.7239 16.5 16.5 16.2761 16.5 16C16.5 15.7239 16.7239 15.5 17 15.5C17.2761 15.5 17.5 15.7239 17.5 16C17.5 16.2761 17.2761 16.5 17 16.5Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"square"}),o.createElement("path",{d:"M13 16.5C12.7239 16.5 12.5 16.2761 12.5 16C12.5 15.7239 12.7239 15.5 13 15.5C13.2761 15.5 13.5 15.7239 13.5 16C13.5 16.2761 13.2761 16.5 13 16.5Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"square"})),f=i;export{i as IconRadio,f as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRadio/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRadio: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"radio, antenna, signal, broadcast, speaker\"\n >\n <path\n d=\"M3.25 6.49976H21.5V20.4998H2.5V6.5L15 2\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <path d=\"M3 11.5H21\" stroke=\"currentColor\" />\n <path d=\"M8.75 7V11.5\" stroke=\"currentColor\" />\n <path\n d=\"M17 16.5C16.7239 16.5 16.5 16.2761 16.5 16C16.5 15.7239 16.7239 15.5 17 15.5C17.2761 15.5 17.5 15.7239 17.5 16C17.5 16.2761 17.2761 16.5 17 16.5Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M13 16.5C12.7239 16.5 12.5 16.2761 12.5 16C12.5 15.7239 12.7239 15.5 13 15.5C13.2761 15.5 13.5 15.7239 13.5 16C13.5 16.2761 13.2761 16.5 13 16.5Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRadio;\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,CACE,GAAGF,EACJ,UAAU,8CAEVC,EAAA,cAAC,QACC,EAAE,0CACF,OAAO,eACP,cAAc,SAChB,EACAA,EAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,EAC3CA,EAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,EAC7CA,EAAA,cAAC,QACC,EAAE,oJACF,KAAK,eACL,OAAO,eACP,cAAc,SAChB,EACAA,EAAA,cAAC,QACC,EAAE,oJACF,KAAK,eACL,OAAO,eACP,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconRadio","props","React","CentralIconBase","IconRadio_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(t,r)=>{for(var e in r)p(t,e,{get:r[e],enumerable:!0})},s=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of x(r))!I.call(t,o)&&o!==e&&p(t,o,{get:()=>r[o],enumerable:!(n=g(r,o))||n.enumerable});return t};var C=(t,r,e)=>(e=t!=null?u(B(t)):{},s(r||!t||!t.__esModule?p(e,"default",{value:t,enumerable:!0}):e,t)),d=t=>s(p({},"__esModule",{value:!0}),t);var y={};h(y,{IconRotate360Left:()=>c,default:()=>w});module.exports=d(y);var a=C(require("react"));var l=C(require("react")),m=({children:t,size:r=24,ariaLabel:e,color:n,ariaHidden:o=!0,style:f,...i})=>l.default.createElement("svg",{...i,"aria-hidden":o,role:o?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:n,...f}},e&&!o&&l.default.createElement("title",null,e),t);var c=t=>a.default.createElement(m,{...t,ariaLabel:"rotate-360-left"},a.default.createElement("path",{d:"M13.5 13.5L10.5 16.5L13.5 19.5",stroke:"currentColor"}),a.default.createElement("path",{d:"M6.75 15.7642C3.61154 14.8132 1.5 13.0358 1.5 11C1.5 7.96243 6.20101 5.5 12 5.5C17.799 5.5 22.5 7.96243 22.5 11C22.5 14.0376 17.799 16.5 12 16.5H10.9756",stroke:"currentColor"})),w=c;0&&(module.exports={IconRotate360Left});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRotate360Left/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRotate360Left: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"rotate-360-left\">\n <path d=\"M13.5 13.5L10.5 16.5L13.5 19.5\" stroke=\"currentColor\" />\n <path\n d=\"M6.75 15.7642C3.61154 14.8132 1.5 13.0358 1.5 11C1.5 7.96243 6.20101 5.5 12 5.5C17.799 5.5 22.5 7.96243 22.5 11C22.5 14.0376 17.799 16.5 12 16.5H10.9756\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRotate360Left;\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,mBACpC,EAAAC,QAAA,cAAC,QAAK,EAAE,iCAAiC,OAAO,eAAe,EAC/D,EAAAA,QAAA,cAAC,QACC,EAAE,2JACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconRotate360Left_exports","__export","IconRotate360Left","IconRotate360Left_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconRotate360Left","props","React","CentralIconBase","IconRotate360Left_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";var a=({children:r,size:t=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:s,...C})=>p.createElement("svg",{...C,"aria-hidden":e,role:e?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...s}},n&&!e&&p.createElement("title",null,n),r);var m=r=>o.createElement(a,{...r,ariaLabel:"rotate-360-left"},o.createElement("path",{d:"M13.5 13.5L10.5 16.5L13.5 19.5",stroke:"currentColor"}),o.createElement("path",{d:"M6.75 15.7642C3.61154 14.8132 1.5 13.0358 1.5 11C1.5 7.96243 6.20101 5.5 12 5.5C17.799 5.5 22.5 7.96243 22.5 11C22.5 14.0376 17.799 16.5 12 16.5H10.9756",stroke:"currentColor"})),g=m;export{m as IconRotate360Left,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRotate360Left/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRotate360Left: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"rotate-360-left\">\n <path d=\"M13.5 13.5L10.5 16.5L13.5 19.5\" stroke=\"currentColor\" />\n <path\n d=\"M6.75 15.7642C3.61154 14.8132 1.5 13.0358 1.5 11C1.5 7.96243 6.20101 5.5 12 5.5C17.799 5.5 22.5 7.96243 22.5 11C22.5 14.0376 17.799 16.5 12 16.5H10.9756\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRotate360Left;\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,mBACpCC,EAAA,cAAC,QAAK,EAAE,iCAAiC,OAAO,eAAe,EAC/DA,EAAA,cAAC,QACC,EAAE,2JACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconRotate360Left","props","React","CentralIconBase","IconRotate360Left_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(t,r)=>{for(var e in r)p(t,e,{get:r[e],enumerable:!0})},s=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of h(r))!B.call(t,o)&&o!==e&&p(t,o,{get:()=>r[o],enumerable:!(n=f(r,o))||n.enumerable});return t};var C=(t,r,e)=>(e=t!=null?u(x(t)):{},s(r||!t||!t.__esModule?p(e,"default",{value:t,enumerable:!0}):e,t)),d=t=>s(p({},"__esModule",{value:!0}),t);var y={};I(y,{IconRotate360Right:()=>i,default:()=>w});module.exports=d(y);var a=C(require("react"));var l=C(require("react")),m=({children:t,size:r=24,ariaLabel:e,color:n,ariaHidden:o=!0,style:c,...g})=>l.default.createElement("svg",{...g,"aria-hidden":o,role:o?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:n,...c}},e&&!o&&l.default.createElement("title",null,e),t);var i=t=>a.default.createElement(m,{...t,ariaLabel:"rotate-360-right"},a.default.createElement("path",{d:"M10.5 13.5L13.5 16.5L10.5 19.5",stroke:"currentColor"}),a.default.createElement("path",{d:"M17.25 15.7642C20.3885 14.8132 22.5 13.0358 22.5 11C22.5 7.96243 17.799 5.5 12 5.5C6.20101 5.5 1.5 7.96243 1.5 11C1.5 14.0376 6.20101 16.5 12 16.5H13.0244",stroke:"currentColor"})),w=i;0&&(module.exports={IconRotate360Right});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRotate360Right/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRotate360Right: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"rotate-360-right\">\n <path d=\"M10.5 13.5L13.5 16.5L10.5 19.5\" stroke=\"currentColor\" />\n <path\n d=\"M17.25 15.7642C20.3885 14.8132 22.5 13.0358 22.5 11C22.5 7.96243 17.799 5.5 12 5.5C6.20101 5.5 1.5 7.96243 1.5 11C1.5 14.0376 6.20101 16.5 12 16.5H13.0244\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRotate360Right;\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,wBAAAE,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,EAAsDC,GAE/D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,oBACpC,EAAAC,QAAA,cAAC,QAAK,EAAE,iCAAiC,OAAO,eAAe,EAC/D,EAAAA,QAAA,cAAC,QACC,EAAE,6JACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconRotate360Right_exports","__export","IconRotate360Right","IconRotate360Right_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconRotate360Right","props","React","CentralIconBase","IconRotate360Right_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";var a=({children:r,size:t=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:s,...C})=>p.createElement("svg",{...C,"aria-hidden":e,role:e?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...s}},n&&!e&&p.createElement("title",null,n),r);var m=r=>o.createElement(a,{...r,ariaLabel:"rotate-360-right"},o.createElement("path",{d:"M10.5 13.5L13.5 16.5L10.5 19.5",stroke:"currentColor"}),o.createElement("path",{d:"M17.25 15.7642C20.3885 14.8132 22.5 13.0358 22.5 11C22.5 7.96243 17.799 5.5 12 5.5C6.20101 5.5 1.5 7.96243 1.5 11C1.5 14.0376 6.20101 16.5 12 16.5H13.0244",stroke:"currentColor"})),f=m;export{m as IconRotate360Right,f as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRotate360Right/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRotate360Right: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"rotate-360-right\">\n <path d=\"M10.5 13.5L13.5 16.5L10.5 19.5\" stroke=\"currentColor\" />\n <path\n d=\"M17.25 15.7642C20.3885 14.8132 22.5 13.0358 22.5 11C22.5 7.96243 17.799 5.5 12 5.5C6.20101 5.5 1.5 7.96243 1.5 11C1.5 14.0376 6.20101 16.5 12 16.5H13.0244\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRotate360Right;\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,EAAsDC,GAE/DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,oBACpCC,EAAA,cAAC,QAAK,EAAE,iCAAiC,OAAO,eAAe,EAC/DA,EAAA,cAAC,QACC,EAAE,6JACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconRotate360Right","props","React","CentralIconBase","IconRotate360Right_default"]}
|
package/IconStarLines/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var a=Object.defineProperty;var C=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(e,r)=>{for(var t in r)a(e,t,{get:r[t],enumerable:!0})},l=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of g(r))!B.call(e,o)&&o!==t&&a(e,o,{get:()=>r[o],enumerable:!(n=C(r,o))||n.enumerable});return e};var
|
|
1
|
+
"use strict";var u=Object.create;var a=Object.defineProperty;var C=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(e,r)=>{for(var t in r)a(e,t,{get:r[t],enumerable:!0})},l=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of g(r))!B.call(e,o)&&o!==t&&a(e,o,{get:()=>r[o],enumerable:!(n=C(r,o))||n.enumerable});return e};var i=(e,r,t)=>(t=e!=null?u(x(e)):{},l(r||!e||!e.__esModule?a(t,"default",{value:e,enumerable:!0}):t,e)),h=e=>l(a({},"__esModule",{value:!0}),e);var d={};I(d,{IconStarLines:()=>m,default:()=>w});module.exports=h(d);var p=i(require("react"));var s=i(require("react")),L=({children:e,size:r=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:c,...f})=>s.default.createElement("svg",{...f,"aria-hidden":o,role:o?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:n,...c}},t&&!o&&s.default.createElement("title",null,t),e);var m=e=>p.default.createElement(L,{...e,ariaLabel:"star-lines, features, favorite, award, to the moon, rising"},p.default.createElement("path",{d:"M9.5 15.5L4.5 20.5M7.5 10.5L2.5 15.5M16.5 15.5L11.5 20.5M15.5 1.5L17.6395 5.05518L21.6819 5.99139L18.9618 9.12482L19.3206 13.2586L15.5 11.64L11.6794 13.2586L12.0382 9.12482L9.31813 5.99139L13.3605 5.05518L15.5 1.5Z",stroke:"currentColor",strokeLinecap:"square"})),w=m;0&&(module.exports={IconStarLines});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconStarLines/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconStarLines: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"star-lines, features, favorite, award, to the moon\"\n >\n <path\n d=\"M9.5 15.5L4.5 20.5M7.5 10.5L2.5 15.5M16.5 15.5L11.5 20.5M15.5 1.5L17.6395 5.05518L21.6819 5.99139L18.9618 9.12482L19.3206 13.2586L15.5 11.64L11.6794 13.2586L12.0382 9.12482L9.31813 5.99139L13.3605 5.05518L15.5 1.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStarLines;\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,CACE,GAAGF,EACJ,UAAU,
|
|
1
|
+
{"version":3,"sources":["../src/IconStarLines/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconStarLines: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"star-lines, features, favorite, award, to the moon, rising\"\n >\n <path\n d=\"M9.5 15.5L4.5 20.5M7.5 10.5L2.5 15.5M16.5 15.5L11.5 20.5M15.5 1.5L17.6395 5.05518L21.6819 5.99139L18.9618 9.12482L19.3206 13.2586L15.5 11.64L11.6794 13.2586L12.0382 9.12482L9.31813 5.99139L13.3605 5.05518L15.5 1.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStarLines;\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,CACE,GAAGF,EACJ,UAAU,8DAEV,EAAAC,QAAA,cAAC,QACC,EAAE,yNACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconStarLines_exports","__export","IconStarLines","IconStarLines_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconStarLines","props","React","CentralIconBase","IconStarLines_default"]}
|
package/IconStarLines/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import s from"react";import n from"react";var a=({children:r,size:e=24,ariaLabel:o,color:p,ariaHidden:t=!0,style:l,...
|
|
1
|
+
import s from"react";import n from"react";var a=({children:r,size:e=24,ariaLabel:o,color:p,ariaHidden:t=!0,style:l,...i})=>n.createElement("svg",{...i,"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:p,...l}},o&&!t&&n.createElement("title",null,o),r);var L=r=>s.createElement(a,{...r,ariaLabel:"star-lines, features, favorite, award, to the moon, rising"},s.createElement("path",{d:"M9.5 15.5L4.5 20.5M7.5 10.5L2.5 15.5M16.5 15.5L11.5 20.5M15.5 1.5L17.6395 5.05518L21.6819 5.99139L18.9618 9.12482L19.3206 13.2586L15.5 11.64L11.6794 13.2586L12.0382 9.12482L9.31813 5.99139L13.3605 5.05518L15.5 1.5Z",stroke:"currentColor",strokeLinecap:"square"})),C=L;export{L as IconStarLines,C as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconStarLines/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconStarLines: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"star-lines, features, favorite, award, to the moon\"\n >\n <path\n d=\"M9.5 15.5L4.5 20.5M7.5 10.5L2.5 15.5M16.5 15.5L11.5 20.5M15.5 1.5L17.6395 5.05518L21.6819 5.99139L18.9618 9.12482L19.3206 13.2586L15.5 11.64L11.6794 13.2586L12.0382 9.12482L9.31813 5.99139L13.3605 5.05518L15.5 1.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStarLines;\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,CACE,GAAGF,EACJ,UAAU,
|
|
1
|
+
{"version":3,"sources":["../src/IconStarLines/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconStarLines: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"star-lines, features, favorite, award, to the moon, rising\"\n >\n <path\n d=\"M9.5 15.5L4.5 20.5M7.5 10.5L2.5 15.5M16.5 15.5L11.5 20.5M15.5 1.5L17.6395 5.05518L21.6819 5.99139L18.9618 9.12482L19.3206 13.2586L15.5 11.64L11.6794 13.2586L12.0382 9.12482L9.31813 5.99139L13.3605 5.05518L15.5 1.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStarLines;\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,CACE,GAAGF,EACJ,UAAU,8DAEVC,EAAA,cAAC,QACC,EAAE,yNACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconStarLines","props","React","CentralIconBase","IconStarLines_default"]}
|
package/README.md
CHANGED
|
@@ -358,11 +358,14 @@ Below is a complete list of available icons:
|
|
|
358
358
|
- IconExpand45
|
|
359
359
|
- IconExpandSimple
|
|
360
360
|
- IconExpandSimple2
|
|
361
|
+
- IconIncrease
|
|
361
362
|
- IconJump
|
|
362
363
|
- IconMinimize315
|
|
363
364
|
- IconMinimize45
|
|
364
365
|
- IconOngoing
|
|
365
366
|
- IconRandom
|
|
367
|
+
- IconRotate360Left
|
|
368
|
+
- IconRotate360Right
|
|
366
369
|
- IconShareArrowDown
|
|
367
370
|
- IconSquareArrowBottomRight
|
|
368
371
|
- IconSquareArrowCenter
|
|
@@ -597,6 +600,7 @@ Below is a complete list of available icons:
|
|
|
597
600
|
- IconPhoneHaptic
|
|
598
601
|
- IconPrinter
|
|
599
602
|
- IconProcessor
|
|
603
|
+
- IconRadio
|
|
600
604
|
- IconSatellite1
|
|
601
605
|
- IconSatellite2
|
|
602
606
|
- IconServer1
|
|
@@ -657,6 +661,7 @@ Below is a complete list of available icons:
|
|
|
657
661
|
- IconFeather
|
|
658
662
|
- IconGlass
|
|
659
663
|
- IconGooey
|
|
664
|
+
- IconHdr
|
|
660
665
|
- IconHighlight
|
|
661
666
|
- IconInputForm
|
|
662
667
|
- IconKeyframe
|
package/icons/index.d.ts
CHANGED
|
@@ -812,6 +812,7 @@ export type CentralIconName =
|
|
|
812
812
|
| "IconHatBunny"
|
|
813
813
|
| "IconHatSparkle"
|
|
814
814
|
| "IconHd"
|
|
815
|
+
| "IconHdr"
|
|
815
816
|
| "IconHead"
|
|
816
817
|
| "IconHeadline"
|
|
817
818
|
| "IconHeadphones"
|
|
@@ -859,6 +860,7 @@ export type CentralIconName =
|
|
|
859
860
|
| "IconImport2"
|
|
860
861
|
| "IconInboxChecked"
|
|
861
862
|
| "IconInboxEmpty"
|
|
863
|
+
| "IconIncrease"
|
|
862
864
|
| "IconInfinity"
|
|
863
865
|
| "IconInitiatives"
|
|
864
866
|
| "IconInjection"
|
|
@@ -1189,6 +1191,7 @@ export type CentralIconName =
|
|
|
1189
1191
|
| "IconQuickSearch"
|
|
1190
1192
|
| "IconQuora"
|
|
1191
1193
|
| "IconRadar"
|
|
1194
|
+
| "IconRadio"
|
|
1192
1195
|
| "IconRainbow"
|
|
1193
1196
|
| "IconRainy"
|
|
1194
1197
|
| "IconRainyLight"
|
|
@@ -1238,6 +1241,8 @@ export type CentralIconName =
|
|
|
1238
1241
|
| "IconRoller"
|
|
1239
1242
|
| "IconRose"
|
|
1240
1243
|
| "IconRotate"
|
|
1244
|
+
| "IconRotate360Left"
|
|
1245
|
+
| "IconRotate360Right"
|
|
1241
1246
|
| "IconRoulette1"
|
|
1242
1247
|
| "IconRoulette2"
|
|
1243
1248
|
| "IconRssFeed"
|