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.

1 lines 5 kB
{"version":3,"sources":["../src/IconEyeSlash2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEyeSlash2: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"eye-slash-2, accessibility eye, a11y\"\n >\n <path\n d=\"M10.6067 4.09503C10.0595 4.16988 9.67662 4.67413 9.75147 5.22132C9.82631 5.76851 10.3306 6.15143 10.8778 6.07658L10.6067 4.09503ZM19.5178 14.02C19.1736 14.4519 19.2446 15.0811 19.6765 15.4253C20.1084 15.7696 20.7375 15.6985 21.0818 15.2667L19.5178 14.02ZM13.4145 13.4142C13.024 13.8047 13.024 14.4379 13.4145 14.8284C13.805 15.2189 14.4382 15.2189 14.8287 14.8284L13.4145 13.4142ZM9.17185 9.17156C8.78133 9.56208 8.78133 10.1952 9.17185 10.5858C9.56238 10.9763 10.1955 10.9763 10.5861 10.5858L9.17185 9.17156ZM3.70716 2.29289C3.31664 1.90237 2.68347 1.90237 2.29295 2.29289C1.90242 2.68342 1.90242 3.31658 2.29295 3.70711L3.70716 2.29289ZM20.2929 21.7071C20.6835 22.0976 21.3166 22.0976 21.7072 21.7071C22.0977 21.3166 22.0977 20.6834 21.7072 20.2929L20.2929 21.7071ZM7.18942 7.48115C7.65211 7.17959 7.78274 6.56004 7.48118 6.09735C7.17962 5.63466 6.56008 5.50404 6.09739 5.8056L7.18942 7.48115ZM17.9027 18.1944C18.3654 17.8929 18.496 17.2733 18.1945 16.8107C17.8929 16.348 17.2734 16.2173 16.8107 16.5189L17.9027 18.1944ZM2.77349 10.6555L3.6163 11.1937L2.77349 10.6555ZM2.77397 13.3454L1.93119 13.8837L2.77397 13.3454ZM21.2261 10.6551L20.3833 11.1933L21.2261 10.6551ZM21.2263 13.3446L20.3835 12.8064L21.2263 13.3446ZM10.8778 6.07658C14.2406 5.61663 17.8527 7.2308 20.3833 11.1933L22.0689 10.1168C19.1912 5.61085 14.868 3.51219 10.6067 4.09503L10.8778 6.07658ZM21.0818 15.2667C21.4267 14.8339 21.7564 14.3725 22.0691 13.8828L20.3835 12.8064C20.1073 13.239 19.8181 13.6434 19.5178 14.02L21.0818 15.2667ZM13.4145 10.5858C14.1955 11.3668 14.1955 12.6331 13.4145 13.4142L14.8287 14.8284C16.3908 13.2663 16.3908 10.7337 14.8287 9.17156L13.4145 10.5858ZM10.5861 10.5858C11.3671 9.80472 12.6334 9.80472 13.4145 10.5858L14.8287 9.17156C13.2666 7.60946 10.7339 7.60946 9.17185 9.17156L10.5861 10.5858ZM2.29295 3.70711L20.2929 21.7071L21.7072 20.2929L3.70716 2.29289L2.29295 3.70711ZM3.6163 11.1937C3.97621 10.6301 4.35816 10.1143 4.7578 9.64539L3.23569 8.34802C2.77436 8.88926 2.33811 9.47925 1.93069 10.1172L3.6163 11.1937ZM4.7578 9.64539C5.5141 8.75808 6.33402 8.03865 7.18942 7.48115L6.09739 5.8056C5.07179 6.47403 4.10894 7.32349 3.23569 8.34802L4.7578 9.64539ZM3.28963 9.70381L13.1128 19.527L14.527 18.1128L4.70385 8.2896L3.28963 9.70381ZM1.93119 13.8837C4.95199 18.6134 9.56519 20.6872 14.0153 19.8006L13.6245 17.8391C10.1144 18.5385 6.27082 16.9627 3.61674 12.8072L1.93119 13.8837ZM14.0153 19.8006C15.3633 19.532 16.6762 18.9938 17.9027 18.1944L16.8107 16.5189C15.7884 17.1851 14.7122 17.6224 13.6245 17.8391L14.0153 19.8006ZM1.93069 10.1172C1.1971 11.266 1.1979 12.7356 1.93119 13.8837L3.61674 12.8072C3.30233 12.3149 3.30228 11.6854 3.6163 11.1937L1.93069 10.1172ZM20.3833 11.1933C20.6976 11.6854 20.6976 12.3145 20.3835 12.8064L22.0691 13.8828C22.8026 12.7343 22.8023 11.2651 22.0689 10.1168L20.3833 11.1933Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEyeSlash2;\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,CACE,GAAGF,EACJ,UAAU,wCAEVC,EAAA,cAAC,QACC,EAAE,4vFACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconEyeSlash2","props","React","CentralIconBase","IconEyeSlash2_default"]}