@central-icons-react/round-filled-radius-3-stroke-1 0.0.47 → 0.0.49

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.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconRandom: React.FC<CentralIconBaseProps>;
4
+ export default IconRandom;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of h(o))!g.call(r,C)&&C!==t&&l(r,C,{get:()=>o[C],enumerable:!(n=d(o,C))||n.enumerable});return r};var i=(r,o,t)=>(t=r!=null?c(L(r)):{},a(o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>a(l({},"__esModule",{value:!0}),r);var V={};x(V,{IconRandom:()=>m,default:()=>I});module.exports=B(V);var e=i(require("react"));var p=i(require("react")),s=({children:r,size:o=24,ariaLabel:t,color:n,ariaHidden:C=!0,style:f,...u})=>p.default.createElement("svg",{...u,"aria-hidden":C,role:C?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,...f}},t&&!C&&p.default.createElement("title",null,t),r);var m=r=>e.default.createElement(s,{...r,ariaLabel:"random, productivity, smart"},e.default.createElement("path",{d:"M12 17C12.2761 17 12.5 17.2239 12.5 17.5V21.5C12.5 21.7761 12.2761 22 12 22C11.7239 22 11.5 21.7761 11.5 21.5V17.5C11.5 17.2239 11.7239 17 12 17Z",fill:"currentColor"}),e.default.createElement("path",{d:"M4.92969 4.92871C5.12494 4.73386 5.44157 4.7337 5.63672 4.92871L12.3545 11.6465C12.5491 11.8416 12.5491 12.1584 12.3545 12.3535L5.63672 19.0713C5.44156 19.266 5.12486 19.266 4.92969 19.0713C4.73442 18.876 4.73443 18.5585 4.92969 18.3633L10.792 12.5H2.5C2.22386 12.5 2 12.2761 2 12C2 11.7239 2.22386 11.5 2.5 11.5H10.7939L4.92969 5.63574C4.73455 5.44047 4.73446 5.12393 4.92969 4.92871Z",fill:"currentColor"}),e.default.createElement("path",{d:"M15.5361 15.5352C15.7313 15.3404 16.048 15.3403 16.2432 15.5352L19.0723 18.3643C19.2668 18.5594 19.2669 18.8762 19.0723 19.0713C18.8771 19.2665 18.5595 19.2663 18.3643 19.0713L15.5361 16.2422C15.3412 16.0469 15.341 15.7303 15.5361 15.5352Z",fill:"currentColor"}),e.default.createElement("path",{d:"M21.5 11.5C21.7761 11.5 22 11.7239 22 12C22 12.2761 21.7761 12.5 21.5 12.5H17.5C17.2239 12.5 17 12.2761 17 12C17 11.7239 17.2239 11.5 17.5 11.5H21.5Z",fill:"currentColor"}),e.default.createElement("path",{d:"M18.3652 4.92871C18.5605 4.73384 18.8771 4.73358 19.0723 4.92871C19.267 5.12387 19.267 5.44058 19.0723 5.63574L16.2432 8.46387C16.048 8.65901 15.7314 8.65887 15.5361 8.46387C15.3412 8.26859 15.341 7.95199 15.5361 7.75684L18.3652 4.92871Z",fill:"currentColor"}),e.default.createElement("path",{d:"M12 2C12.2761 2 12.5 2.22386 12.5 2.5V6.5C12.5 6.77614 12.2761 7 12 7C11.7239 7 11.5 6.77614 11.5 6.5V2.5C11.5 2.22386 11.7239 2 12 2Z",fill:"currentColor"})),I=m;0&&(module.exports={IconRandom});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRandom/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRandom: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"random, productivity, smart\">\n <path\n d=\"M12 17C12.2761 17 12.5 17.2239 12.5 17.5V21.5C12.5 21.7761 12.2761 22 12 22C11.7239 22 11.5 21.7761 11.5 21.5V17.5C11.5 17.2239 11.7239 17 12 17Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M4.92969 4.92871C5.12494 4.73386 5.44157 4.7337 5.63672 4.92871L12.3545 11.6465C12.5491 11.8416 12.5491 12.1584 12.3545 12.3535L5.63672 19.0713C5.44156 19.266 5.12486 19.266 4.92969 19.0713C4.73442 18.876 4.73443 18.5585 4.92969 18.3633L10.792 12.5H2.5C2.22386 12.5 2 12.2761 2 12C2 11.7239 2.22386 11.5 2.5 11.5H10.7939L4.92969 5.63574C4.73455 5.44047 4.73446 5.12393 4.92969 4.92871Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.5361 15.5352C15.7313 15.3404 16.048 15.3403 16.2432 15.5352L19.0723 18.3643C19.2668 18.5594 19.2669 18.8762 19.0723 19.0713C18.8771 19.2665 18.5595 19.2663 18.3643 19.0713L15.5361 16.2422C15.3412 16.0469 15.341 15.7303 15.5361 15.5352Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.5 11.5C21.7761 11.5 22 11.7239 22 12C22 12.2761 21.7761 12.5 21.5 12.5H17.5C17.2239 12.5 17 12.2761 17 12C17 11.7239 17.2239 11.5 17.5 11.5H21.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.3652 4.92871C18.5605 4.73384 18.8771 4.73358 19.0723 4.92871C19.267 5.12387 19.267 5.44058 19.0723 5.63574L16.2432 8.46387C16.048 8.65901 15.7314 8.65887 15.5361 8.46387C15.3412 8.26859 15.341 7.95199 15.5361 7.75684L18.3652 4.92871Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 2C12.2761 2 12.5 2.22386 12.5 2.5V6.5C12.5 6.77614 12.2761 7 12 7C11.7239 7 11.5 6.77614 11.5 6.5V2.5C11.5 2.22386 11.7239 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRandom;\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,+BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,oJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oYACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconRandom_exports","__export","IconRandom","IconRandom_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconRandom","props","React","CentralIconBase","IconRandom_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import n from"react";var l=({children:t,size:o=24,ariaLabel:e,color:p,ariaHidden:C=!0,style:a,...i})=>n.createElement("svg",{...i,"aria-hidden":C,role:C?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,...a}},e&&!C&&n.createElement("title",null,e),t);var s=t=>r.createElement(l,{...t,ariaLabel:"random, productivity, smart"},r.createElement("path",{d:"M12 17C12.2761 17 12.5 17.2239 12.5 17.5V21.5C12.5 21.7761 12.2761 22 12 22C11.7239 22 11.5 21.7761 11.5 21.5V17.5C11.5 17.2239 11.7239 17 12 17Z",fill:"currentColor"}),r.createElement("path",{d:"M4.92969 4.92871C5.12494 4.73386 5.44157 4.7337 5.63672 4.92871L12.3545 11.6465C12.5491 11.8416 12.5491 12.1584 12.3545 12.3535L5.63672 19.0713C5.44156 19.266 5.12486 19.266 4.92969 19.0713C4.73442 18.876 4.73443 18.5585 4.92969 18.3633L10.792 12.5H2.5C2.22386 12.5 2 12.2761 2 12C2 11.7239 2.22386 11.5 2.5 11.5H10.7939L4.92969 5.63574C4.73455 5.44047 4.73446 5.12393 4.92969 4.92871Z",fill:"currentColor"}),r.createElement("path",{d:"M15.5361 15.5352C15.7313 15.3404 16.048 15.3403 16.2432 15.5352L19.0723 18.3643C19.2668 18.5594 19.2669 18.8762 19.0723 19.0713C18.8771 19.2665 18.5595 19.2663 18.3643 19.0713L15.5361 16.2422C15.3412 16.0469 15.341 15.7303 15.5361 15.5352Z",fill:"currentColor"}),r.createElement("path",{d:"M21.5 11.5C21.7761 11.5 22 11.7239 22 12C22 12.2761 21.7761 12.5 21.5 12.5H17.5C17.2239 12.5 17 12.2761 17 12C17 11.7239 17.2239 11.5 17.5 11.5H21.5Z",fill:"currentColor"}),r.createElement("path",{d:"M18.3652 4.92871C18.5605 4.73384 18.8771 4.73358 19.0723 4.92871C19.267 5.12387 19.267 5.44058 19.0723 5.63574L16.2432 8.46387C16.048 8.65901 15.7314 8.65887 15.5361 8.46387C15.3412 8.26859 15.341 7.95199 15.5361 7.75684L18.3652 4.92871Z",fill:"currentColor"}),r.createElement("path",{d:"M12 2C12.2761 2 12.5 2.22386 12.5 2.5V6.5C12.5 6.77614 12.2761 7 12 7C11.7239 7 11.5 6.77614 11.5 6.5V2.5C11.5 2.22386 11.7239 2 12 2Z",fill:"currentColor"})),d=s;export{s as IconRandom,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRandom/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRandom: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"random, productivity, smart\">\n <path\n d=\"M12 17C12.2761 17 12.5 17.2239 12.5 17.5V21.5C12.5 21.7761 12.2761 22 12 22C11.7239 22 11.5 21.7761 11.5 21.5V17.5C11.5 17.2239 11.7239 17 12 17Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M4.92969 4.92871C5.12494 4.73386 5.44157 4.7337 5.63672 4.92871L12.3545 11.6465C12.5491 11.8416 12.5491 12.1584 12.3545 12.3535L5.63672 19.0713C5.44156 19.266 5.12486 19.266 4.92969 19.0713C4.73442 18.876 4.73443 18.5585 4.92969 18.3633L10.792 12.5H2.5C2.22386 12.5 2 12.2761 2 12C2 11.7239 2.22386 11.5 2.5 11.5H10.7939L4.92969 5.63574C4.73455 5.44047 4.73446 5.12393 4.92969 4.92871Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M15.5361 15.5352C15.7313 15.3404 16.048 15.3403 16.2432 15.5352L19.0723 18.3643C19.2668 18.5594 19.2669 18.8762 19.0723 19.0713C18.8771 19.2665 18.5595 19.2663 18.3643 19.0713L15.5361 16.2422C15.3412 16.0469 15.341 15.7303 15.5361 15.5352Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.5 11.5C21.7761 11.5 22 11.7239 22 12C22 12.2761 21.7761 12.5 21.5 12.5H17.5C17.2239 12.5 17 12.2761 17 12C17 11.7239 17.2239 11.5 17.5 11.5H21.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.3652 4.92871C18.5605 4.73384 18.8771 4.73358 19.0723 4.92871C19.267 5.12387 19.267 5.44058 19.0723 5.63574L16.2432 8.46387C16.048 8.65901 15.7314 8.65887 15.5361 8.46387C15.3412 8.26859 15.341 7.95199 15.5361 7.75684L18.3652 4.92871Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 2C12.2761 2 12.5 2.22386 12.5 2.5V6.5C12.5 6.77614 12.2761 7 12 7C11.7239 7 11.5 6.77614 11.5 6.5V2.5C11.5 2.22386 11.7239 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRandom;\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,+BACpCC,EAAA,cAAC,QACC,EAAE,oJACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,oYACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,kPACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,wJACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,gPACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,yIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconRandom","props","React","CentralIconBase","IconRandom_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconRetouch: React.FC<CentralIconBaseProps>;
4
+ export default IconRetouch;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(e,r)=>{for(var o in r)n(e,o,{get:r[o],enumerable:!0})},a=(e,r,o,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of h(r))!x.call(e,t)&&t!==o&&n(e,t,{get:()=>r[t],enumerable:!(C=d(r,t))||C.enumerable});return e};var s=(e,r,o)=>(o=e!=null?f(g(e)):{},a(r||!e||!e.__esModule?n(o,"default",{value:e,enumerable:!0}):o,e)),I=e=>a(n({},"__esModule",{value:!0}),e);var L={};B(L,{IconRetouch:()=>i,default:()=>V});module.exports=I(L);var l=s(require("react"));var p=s(require("react")),c=({children:e,size:r=24,ariaLabel:o,color:C,ariaHidden:t=!0,style:m,...u})=>p.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:C,...m}},o&&!t&&p.default.createElement("title",null,o),e);var i=e=>l.default.createElement(c,{...e,ariaLabel:"retouch, face, hair"},l.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C13.2832 2 14.5064 2.25568 15.623 2.7168L15.584 2.72266C14.6807 2.82697 13.9991 3.59263 14 4.50195L14.0078 4.6709C14.0871 5.50418 14.7402 6.18209 15.5869 6.27832L15.752 6.30176C16.3566 6.4095 16.6632 6.75592 16.7178 7.37012L16.7412 7.54004C16.8974 8.37881 17.6327 9.00086 18.502 9L18.6738 8.99121C19.5232 8.90896 20.2072 8.23147 20.2822 7.36523L20.3008 7.21191C20.314 7.12835 20.3331 7.05101 20.3574 6.97949C21.0861 8.32376 21.5 9.86352 21.5 11.5V18.791C21.4998 20.0109 20.5109 20.9998 19.291 21H4.70898C3.48907 20.9998 2.50017 20.0109 2.5 18.791V11.5C2.5 6.25329 6.75329 2 12 2ZM9.26172 10C8.01265 10.0001 7.0001 11.0127 7 12.2617V14.5C7 17.2614 9.23858 19.5 12 19.5C14.7614 19.5 17 17.2614 17 14.5V12.2617C16.9999 11.0127 15.9873 10.0001 14.7383 10H9.26172Z",fill:"currentColor"}),l.default.createElement("path",{d:"M18.9847 1.4329C18.9568 1.18651 18.7485 1.00025 18.5005 1C18.2525 0.999747 18.0438 1.18557 18.0154 1.43191C17.838 2.96993 16.9699 3.83801 15.4319 4.01541C15.1856 4.04382 14.9997 4.25253 15 4.5005C15.0003 4.74847 15.1865 4.9568 15.4329 4.9847C16.9491 5.15645 17.8774 6.01617 18.0141 7.55536C18.0365 7.80725 18.2477 8.00028 18.5005 8C18.7534 7.99971 18.9642 7.80621 18.986 7.55426C19.1173 6.03683 20.0368 5.11734 21.5543 4.98599C21.8062 4.96418 21.9997 4.75344 22 4.50055C22.0003 4.24766 21.8073 4.03648 21.5554 4.01411C20.0162 3.87738 19.1564 2.94911 18.9847 1.4329Z",fill:"currentColor"})),V=i;0&&(module.exports={IconRetouch});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRetouch/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRetouch: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"retouch, face, hair\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C13.2832 2 14.5064 2.25568 15.623 2.7168L15.584 2.72266C14.6807 2.82697 13.9991 3.59263 14 4.50195L14.0078 4.6709C14.0871 5.50418 14.7402 6.18209 15.5869 6.27832L15.752 6.30176C16.3566 6.4095 16.6632 6.75592 16.7178 7.37012L16.7412 7.54004C16.8974 8.37881 17.6327 9.00086 18.502 9L18.6738 8.99121C19.5232 8.90896 20.2072 8.23147 20.2822 7.36523L20.3008 7.21191C20.314 7.12835 20.3331 7.05101 20.3574 6.97949C21.0861 8.32376 21.5 9.86352 21.5 11.5V18.791C21.4998 20.0109 20.5109 20.9998 19.291 21H4.70898C3.48907 20.9998 2.50017 20.0109 2.5 18.791V11.5C2.5 6.25329 6.75329 2 12 2ZM9.26172 10C8.01265 10.0001 7.0001 11.0127 7 12.2617V14.5C7 17.2614 9.23858 19.5 12 19.5C14.7614 19.5 17 17.2614 17 14.5V12.2617C16.9999 11.0127 15.9873 10.0001 14.7383 10H9.26172Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.9847 1.4329C18.9568 1.18651 18.7485 1.00025 18.5005 1C18.2525 0.999747 18.0438 1.18557 18.0154 1.43191C17.838 2.96993 16.9699 3.83801 15.4319 4.01541C15.1856 4.04382 14.9997 4.25253 15 4.5005C15.0003 4.74847 15.1865 4.9568 15.4329 4.9847C16.9491 5.15645 17.8774 6.01617 18.0141 7.55536C18.0365 7.80725 18.2477 8.00028 18.5005 8C18.7534 7.99971 18.9642 7.80621 18.986 7.55426C19.1173 6.03683 20.0368 5.11734 21.5543 4.98599C21.8062 4.96418 21.9997 4.75344 22 4.50055C22.0003 4.24766 21.8073 4.03648 21.5554 4.01411C20.0162 3.87738 19.1564 2.94911 18.9847 1.4329Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRetouch;\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,iBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,uBACpC,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+vBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wjBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconRetouch_exports","__export","IconRetouch","IconRetouch_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconRetouch","props","React","CentralIconBase","IconRetouch_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import n from"react";var l=({children:r,size:e=24,ariaLabel:C,color:p,ariaHidden:o=!0,style:a,...s})=>n.createElement("svg",{...s,"aria-hidden":o,role:o?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}},C&&!o&&n.createElement("title",null,C),r);var c=r=>t.createElement(l,{...r,ariaLabel:"retouch, face, hair"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C13.2832 2 14.5064 2.25568 15.623 2.7168L15.584 2.72266C14.6807 2.82697 13.9991 3.59263 14 4.50195L14.0078 4.6709C14.0871 5.50418 14.7402 6.18209 15.5869 6.27832L15.752 6.30176C16.3566 6.4095 16.6632 6.75592 16.7178 7.37012L16.7412 7.54004C16.8974 8.37881 17.6327 9.00086 18.502 9L18.6738 8.99121C19.5232 8.90896 20.2072 8.23147 20.2822 7.36523L20.3008 7.21191C20.314 7.12835 20.3331 7.05101 20.3574 6.97949C21.0861 8.32376 21.5 9.86352 21.5 11.5V18.791C21.4998 20.0109 20.5109 20.9998 19.291 21H4.70898C3.48907 20.9998 2.50017 20.0109 2.5 18.791V11.5C2.5 6.25329 6.75329 2 12 2ZM9.26172 10C8.01265 10.0001 7.0001 11.0127 7 12.2617V14.5C7 17.2614 9.23858 19.5 12 19.5C14.7614 19.5 17 17.2614 17 14.5V12.2617C16.9999 11.0127 15.9873 10.0001 14.7383 10H9.26172Z",fill:"currentColor"}),t.createElement("path",{d:"M18.9847 1.4329C18.9568 1.18651 18.7485 1.00025 18.5005 1C18.2525 0.999747 18.0438 1.18557 18.0154 1.43191C17.838 2.96993 16.9699 3.83801 15.4319 4.01541C15.1856 4.04382 14.9997 4.25253 15 4.5005C15.0003 4.74847 15.1865 4.9568 15.4329 4.9847C16.9491 5.15645 17.8774 6.01617 18.0141 7.55536C18.0365 7.80725 18.2477 8.00028 18.5005 8C18.7534 7.99971 18.9642 7.80621 18.986 7.55426C19.1173 6.03683 20.0368 5.11734 21.5543 4.98599C21.8062 4.96418 21.9997 4.75344 22 4.50055C22.0003 4.24766 21.8073 4.03648 21.5554 4.01411C20.0162 3.87738 19.1564 2.94911 18.9847 1.4329Z",fill:"currentColor"})),d=c;export{c as IconRetouch,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRetouch/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRetouch: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"retouch, face, hair\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C13.2832 2 14.5064 2.25568 15.623 2.7168L15.584 2.72266C14.6807 2.82697 13.9991 3.59263 14 4.50195L14.0078 4.6709C14.0871 5.50418 14.7402 6.18209 15.5869 6.27832L15.752 6.30176C16.3566 6.4095 16.6632 6.75592 16.7178 7.37012L16.7412 7.54004C16.8974 8.37881 17.6327 9.00086 18.502 9L18.6738 8.99121C19.5232 8.90896 20.2072 8.23147 20.2822 7.36523L20.3008 7.21191C20.314 7.12835 20.3331 7.05101 20.3574 6.97949C21.0861 8.32376 21.5 9.86352 21.5 11.5V18.791C21.4998 20.0109 20.5109 20.9998 19.291 21H4.70898C3.48907 20.9998 2.50017 20.0109 2.5 18.791V11.5C2.5 6.25329 6.75329 2 12 2ZM9.26172 10C8.01265 10.0001 7.0001 11.0127 7 12.2617V14.5C7 17.2614 9.23858 19.5 12 19.5C14.7614 19.5 17 17.2614 17 14.5V12.2617C16.9999 11.0127 15.9873 10.0001 14.7383 10H9.26172Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.9847 1.4329C18.9568 1.18651 18.7485 1.00025 18.5005 1C18.2525 0.999747 18.0438 1.18557 18.0154 1.43191C17.838 2.96993 16.9699 3.83801 15.4319 4.01541C15.1856 4.04382 14.9997 4.25253 15 4.5005C15.0003 4.74847 15.1865 4.9568 15.4329 4.9847C16.9491 5.15645 17.8774 6.01617 18.0141 7.55536C18.0365 7.80725 18.2477 8.00028 18.5005 8C18.7534 7.99971 18.9642 7.80621 18.986 7.55426C19.1173 6.03683 20.0368 5.11734 21.5543 4.98599C21.8062 4.96418 21.9997 4.75344 22 4.50055C22.0003 4.24766 21.8073 4.03648 21.5554 4.01411C20.0162 3.87738 19.1564 2.94911 18.9847 1.4329Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRetouch;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,uBACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+vBACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,wjBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconRetouch","props","React","CentralIconBase","IconRetouch_default"]}
package/README.md CHANGED
@@ -319,6 +319,7 @@ Below is a complete list of available icons:
319
319
  - IconMinimize315
320
320
  - IconMinimize45
321
321
  - IconOngoing
322
+ - IconRandom
322
323
  - IconShareArrowDown
323
324
  - IconSquareArrowBottomRight
324
325
  - IconSquareArrowCenter
@@ -1198,6 +1199,7 @@ Below is a complete list of available icons:
1198
1199
  - IconRear
1199
1200
  - IconRemoveBackground
1200
1201
  - IconRemoveBackground2
1202
+ - IconRetouch
1201
1203
  - IconScreenCapture
1202
1204
  - IconShadows
1203
1205
  - IconShareScreen
package/icons/index.d.ts CHANGED
@@ -1083,6 +1083,7 @@ export type CentralIconName =
1083
1083
  | "IconRainyLight"
1084
1084
  | "IconRaisingHand4Finger"
1085
1085
  | "IconRaisingHand5Finger"
1086
+ | "IconRandom"
1086
1087
  | "IconReadingList"
1087
1088
  | "IconRear"
1088
1089
  | "IconReceiptBill"
@@ -1106,6 +1107,7 @@ export type CentralIconName =
1106
1107
  | "IconRepeat"
1107
1108
  | "IconRequestClosed"
1108
1109
  | "IconRescueRing"
1110
+ | "IconRetouch"
1109
1111
  | "IconReview"
1110
1112
  | "IconRewind"
1111
1113
  | "IconRewind10s"