@central-icons-react/square-filled-radius-0-stroke-1.5
Version:
A collection of square filled React icons with 0px radius and 1.5px stroke width, designed for use in React applications.
1 lines • 4.3 kB
Source Map (JSON)
{"version":3,"sources":["../src/IconBronceMedal/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconBronceMedal: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"bronce-medal, third-place\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 1.5C16.5563 1.5 20.25 5.19365 20.25 9.75C20.25 14.3063 16.5563 18 12 18C7.44365 18 3.75 14.3063 3.75 9.75C3.75 5.19365 7.44365 1.5 12 1.5ZM11.8037 5.75879C11.2817 5.75879 10.8126 5.85452 10.3975 6.0459C9.98483 6.23482 9.65669 6.49743 9.41309 6.83301C9.16954 7.1685 9.04365 7.55625 9.03613 7.99609H10.584C10.5915 7.80242 10.6496 7.63331 10.7588 7.48926C10.8682 7.3451 11.0139 7.23429 11.1953 7.15723C11.3768 7.07768 11.5771 7.03809 11.7959 7.03809C12.012 7.0381 12.2008 7.0792 12.3623 7.16113C12.5263 7.24314 12.6537 7.35731 12.7432 7.50391C12.8351 7.64808 12.8809 7.81641 12.8809 8.00781C12.8808 8.20901 12.8289 8.38556 12.7246 8.53711C12.6202 8.68626 12.4731 8.80318 12.2842 8.8877C12.0979 8.97213 11.883 9.0146 11.6396 9.01465H10.9268V10.2002H11.6396C11.9277 10.2002 12.1761 10.2446 12.3848 10.334C12.5961 10.4235 12.7583 10.5479 12.8701 10.707C12.9844 10.8636 13.041 11.0443 13.041 11.248C13.041 11.4493 12.9877 11.6272 12.8809 11.7812C12.774 11.9352 12.6262 12.0556 12.4375 12.1426C12.2486 12.2296 12.0303 12.2734 11.7842 12.2734C11.5483 12.2734 11.3362 12.2342 11.1475 12.1572C10.9585 12.0802 10.8067 11.9722 10.6924 11.833C10.5805 11.6913 10.5197 11.5272 10.5098 11.3408H8.88379C8.89125 11.7858 9.019 12.179 9.26758 12.5195C9.51862 12.8576 9.86051 13.1235 10.293 13.3174C10.728 13.5088 11.2244 13.6045 11.7812 13.6045C12.3527 13.6045 12.8595 13.5072 13.3018 13.3135C13.7442 13.1196 14.0917 12.8537 14.3428 12.5156C14.5962 12.1777 14.7211 11.7912 14.7188 11.3564C14.7212 10.8817 14.5751 10.4856 14.2793 10.1699C13.986 9.8518 13.5578 9.65704 12.9961 9.58496V9.52539C13.4237 9.44833 13.7711 9.26634 14.0371 8.98047C14.3053 8.69476 14.4379 8.33831 14.4355 7.91113C14.438 7.5085 14.3286 7.14538 14.1074 6.82227C13.8887 6.49663 13.5818 6.2373 13.1865 6.0459C12.7914 5.85462 12.3304 5.75884 11.8037 5.75879Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.5 23.2812L12 22.0303L7.5 23.2812V18.3984C8.84659 19.1005 10.3763 19.5 12 19.5C13.6237 19.5 15.1534 19.1005 16.5 18.3984V23.2812Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBronceMedal;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,6BACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,qxDACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,uIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconBronceMedal","props","React","CentralIconBase","IconBronceMedal_default"]}