@central-icons-react/round-filled-radius-3-stroke-1 0.0.48 → 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"]}
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
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"