UNPKG

@central-icons-react/round-outlined-radius-3-stroke-2

Version:

A collection of round outlined React icons with 3px radius and 2px stroke width, designed for use in React applications.

11 lines 2.59 kB
{ "version": 3, "sources": ["src/CentralIconBase/index.tsx", "src/IconAtlassian/index.tsx"], "sourcesContent": [ "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", "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconAtlassian: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"atlassian\"><path d=\"M21.3129 19.8682L12.6017 2.44585C12.4302 2.06859 12.2588 2 12.053 2C11.8815 2 11.6757 2.06859 11.47 2.41155C10.2353 4.36642 9.68654 6.62995 9.68654 8.99637C9.68654 12.2888 11.367 15.3754 13.8364 20.3484C14.1108 20.8971 14.3165 21 14.7966 21H20.8327C21.2786 21 21.5187 20.8285 21.5187 20.4856C21.5187 20.3141 21.4844 20.2112 21.3129 19.8682ZM8.65765 11.6372C7.97171 10.6083 7.76597 10.5397 7.59446 10.5397C7.423 10.5397 7.32013 10.6083 7.01146 11.2256L2.65586 19.9368C2.51867 20.2112 2.48438 20.3141 2.48438 20.4513C2.48438 20.7256 2.72445 21 3.23889 21H9.37787C9.78942 21 10.0981 20.657 10.2695 20.0054C10.4753 19.1823 10.5439 18.4621 10.5439 17.6047C10.5439 15.204 9.48074 12.8719 8.65765 11.6372Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAtlassian;\n" ], "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAA8wB,EAA9wB,IAAqB,EAAO,UAAU,aAAY,gBAAC,OAAD,CAAM,EAAE,6rBAA6rB,KAAK,eAAc,CAAI,GAGxwB", "debugId": "93B293E0EF8C303864756E2164756E21", "names": [] }