@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 • 3.2 kB
Source Map (JSON)
{
"version": 3,
"sources": ["src/CentralIconBase/index.tsx", "src/IconOpenQuote1/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 IconOpenQuote1: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"open-quote-1,blockquote\"><path d=\"M14.0111 14.5C14.0111 12.567 15.5765 11 17.5075 11C19.4384 11 21.0038 12.567 21.0038 14.5C21.0038 16.433 19.4384 18 17.5075 18C15.5765 18 14.0111 16.433 14.0111 14.5ZM14.0111 14.5C13.7614 9.75 16.009 8 19.0059 6\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M3.01895 14.5C3.01895 12.567 4.58431 11 6.51527 11C8.44623 11 10.0116 12.567 10.0116 14.5C10.0116 16.433 8.44623 18 6.51527 18C4.58431 18 3.01895 16.433 3.01895 14.5ZM3.01895 14.5C2.76922 9.75 5.01685 8 8.01369 6\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M14.0074 14.5C14.0074 12.567 15.5727 11 17.5037 11C19.4346 11 21 12.567 21 14.5C21 16.433 19.4346 18 17.5037 18C15.5727 18 14.0074 16.433 14.0074 14.5ZM14.0074 14.5C13.7576 9.75 16.0053 8 19.0021 6M3.01895 14.5C3.01895 12.567 4.58431 11 6.51527 11C8.44623 11 10.0116 12.567 10.0116 14.5C10.0116 16.433 8.44623 18 6.51527 18C4.58431 18 3.01895 16.433 3.01895 14.5ZM3.01895 14.5C2.76922 9.75 5.01685 8 8.01369 6\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconOpenQuote1;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAA+pC,EAA/pC,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,EAAE,sNAAsN,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,uNAAuN,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,4ZAA4Z,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGzpC",
"debugId": "BB9F8F8DED3B15B964756E2164756E21",
"names": []
}