@central-icons-react/square-outlined-radius-0-stroke-1.5
Version:
A collection of square outlined React icons with 0px radius and 1.5px stroke width, designed for use in React applications.
1 lines • 3.93 kB
Source Map (JSON)
{"version":3,"sources":["../src/IconRoulette1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRoulette1: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"roulette-1,coincidence,gambling\">\n <path\n d=\"M12 3.26389V4.25M12 20.7361V19.75M3.2639 12H4.25M20.7361 12H19.75M7.63194 4.43431L8.14582 5.32439M16.368 19.5657L15.8542 18.6756M4.43431 16.3681L5.32439 15.8542M19.5657 7.63194L18.6756 8.14583M4.43431 7.63196L5.32439 8.14585M19.5657 16.3681L18.6756 15.8542M7.63195 19.5657L8.14584 18.6756M16.3681 4.43432L15.8542 5.3244M10.5465 10.5465L10 10M13.4535 10.5465L14 10M13.4535 13.4535L14 14M10.5465 13.4535L10 14M8.78819 8.91667H9.04514M15.2118 8.91667H14.9549M15.2118 15.0833H14.9549M9.04514 15.0833H8.78819M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12ZM9.43056 8.91667C9.43056 9.20048 9.20048 9.43056 8.91667 9.43056C8.63285 9.43056 8.40278 9.20048 8.40278 8.91667C8.40278 8.63285 8.63285 8.40278 8.91667 8.40278C9.20048 8.40278 9.43056 8.63285 9.43056 8.91667ZM9.43056 15.0833C9.43056 15.3671 9.20048 15.5972 8.91667 15.5972C8.63285 15.5972 8.40278 15.3671 8.40278 15.0833C8.40278 14.7995 8.63285 14.5694 8.91667 14.5694C9.20048 14.5694 9.43056 14.7995 9.43056 15.0833ZM15.5972 8.91667C15.5972 9.20048 15.3671 9.43056 15.0833 9.43056C14.7995 9.43056 14.5694 9.20048 14.5694 8.91667C14.5694 8.63285 14.7995 8.40278 15.0833 8.40278C15.3671 8.40278 15.5972 8.63285 15.5972 8.91667ZM15.5972 15.0833C15.5972 15.3671 15.3671 15.5972 15.0833 15.5972C14.7995 15.5972 14.5694 15.3671 14.5694 15.0833C14.5694 14.7995 14.7995 14.5694 15.0833 14.5694C15.3671 14.5694 15.5972 14.7995 15.5972 15.0833ZM13.5417 12C13.5417 12.8514 12.8514 13.5417 12 13.5417C11.1486 13.5417 10.4583 12.8514 10.4583 12C10.4583 11.1486 11.1486 10.4583 12 10.4583C12.8514 10.4583 13.5417 11.1486 13.5417 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRoulette1;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,mCACpCC,EAAA,cAAC,QACC,EAAE,8oDACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconRoulette1","props","React","CentralIconBase","IconRoulette1_default"]}