UNPKG

@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 5.14 kB
{"version":3,"sources":["../src/IconTeddyBear/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconTeddyBear: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"teddy-bear, play\">\n <path\n d=\"M8.75 11.75C8.05785 12.891 7.68107 14.1367 7.76046 15.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M15.25 11.75C15.9421 12.891 16.3189 14.1367 16.2395 15.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M9.5 19.25C11.2245 19.9167 12.7755 19.9167 14.5 19.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M9.5 18.625C9.5 20.0747 8.32475 21.25 6.875 21.25C5.42525 21.25 4.25 20.0747 4.25 18.625C4.25 17.1753 5.42525 16 6.875 16C8.32475 16 9.5 17.1753 9.5 18.625Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M19.75 18.625C19.75 20.0747 18.5747 21.25 17.125 21.25C15.6753 21.25 14.5 20.0747 14.5 18.625C14.5 17.1753 15.6753 16 17.125 16C18.5747 16 19.75 17.1753 19.75 18.625Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M8.25 11.5L5.29667 12.3204C4.38259 12.5743 3.75 13.4065 3.75 14.3552C3.75 14.8975 3.9586 15.419 4.3326 15.8117L4.75 16.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M15.75 11.5L18.7033 12.3204C19.6174 12.5743 20.25 13.4065 20.25 14.3552C20.25 14.8975 20.0414 15.419 19.6674 15.8117L19.25 16.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M12 2.75C11.2137 2.75 10.468 2.90892 9.7996 3.19347C9.38606 2.91334 8.88894 2.75 8.35417 2.75C6.91593 2.75 5.75 3.93147 5.75 5.38889C5.75 6.25224 6.15914 7.01875 6.79167 7.50019C6.79178 10.1235 9.12359 12.25 12 12.25C14.8764 12.25 17.2082 10.1235 17.2083 7.50019C17.8409 7.01875 18.25 6.25224 18.25 5.38889C18.25 3.93147 17.0841 2.75 15.6458 2.75C15.1111 2.75 14.6139 2.91334 14.2004 3.19348C13.532 2.90892 12.7863 2.75 12 2.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <path\n d=\"M10.9554 8.10982C10.5727 8.18767 10.3796 8.53558 10.5808 8.82263C10.875 9.24226 11.3626 9.75 12 9.75C12.6374 9.75 13.125 9.24226 13.4192 8.82263C13.6204 8.53558 13.4273 8.18767 13.0446 8.10982C12.3248 7.96339 11.6752 7.96339 10.9554 8.10982Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTeddyBear;\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,oBACpCC,EAAA,cAAC,QACC,EAAE,2DACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAA,EAAA,cAAC,QACC,EAAE,4DACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAA,EAAA,cAAC,QACC,EAAE,wDACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAA,EAAA,cAAC,QACC,EAAE,+JACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAA,EAAA,cAAC,QACC,EAAE,yKACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAA,EAAA,cAAC,QACC,EAAE,4HACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAA,EAAA,cAAC,QACC,EAAE,mIACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAA,EAAA,cAAC,QACC,EAAE,+aACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAA,EAAA,cAAC,QACC,EAAE,oPACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconTeddyBear","props","React","CentralIconBase","IconTeddyBear_default"]}