@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 • 4.19 kB
Source Map (JSON)
{"version":3,"sources":["../src/IconAppleIntelligenceIcon/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconAppleIntelligenceIcon: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"apple-intelligence-icon, ai, tools\">\n <path\n d=\"M15.023 5.7292C14.5557 5.86554 14.0682 6.04306 13.5678 6.25984C12.5699 6.69222 11.4304 6.69222 10.4325 6.25984C9.93218 6.04306 9.44468 5.86554 8.97731 5.7292M15.023 5.7292C16.9234 5.17481 18.4911 5.30115 19.2363 6.23589C19.9814 7.17064 19.7557 8.72755 18.7924 10.4575M15.023 5.7292C14.2715 3.89727 13.1954 2.75 12.0002 2.75C10.805 2.75 9.72885 3.89727 8.97731 5.7292M15.023 5.7292C15.2079 6.17973 15.3731 6.67167 15.5156 7.19813C15.7998 8.24816 16.5102 9.13934 17.4703 9.65022C17.9517 9.90636 18.3944 10.177 18.7924 10.4575M8.97731 5.7292C7.0769 5.17481 5.50925 5.30116 4.76408 6.2359C4.01892 7.17064 4.2447 8.72756 5.20799 10.4575M8.97731 5.7292C8.79249 6.17973 8.62729 6.67167 8.48479 7.19813C8.20057 8.24816 7.49013 9.13934 6.53002 9.65022C6.04863 9.90636 5.60594 10.177 5.20799 10.4575M18.7924 10.4575C20.4105 11.5981 21.2892 12.9029 21.0232 14.0685C20.7571 15.2341 19.3995 16.0282 17.4468 16.3533M18.7924 10.4575C18.5555 10.8829 18.274 11.3188 17.9513 11.7585C17.3078 12.6354 17.0542 13.7467 17.2535 14.8161C17.3534 15.3523 17.4179 15.8672 17.4468 16.3533M17.4468 16.3533C17.5641 18.3301 17.0921 19.8307 16.0152 20.3494C14.9385 20.868 13.4716 20.3015 12.0002 18.9774M17.4468 16.3533C16.9668 16.4333 16.4508 16.4849 15.9062 16.5067C14.8195 16.5502 13.7927 17.0449 13.0811 17.8677C12.7244 18.2802 12.3621 18.6517 12.0002 18.9774M12.0002 18.9774C10.5288 20.3015 9.06187 20.868 7.98515 20.3494C6.90828 19.8307 6.43624 18.3301 6.55358 16.3533M12.0002 18.9774C11.6382 18.6517 11.276 18.2802 10.9192 17.8677C10.2076 17.0449 9.18087 16.5502 8.09411 16.5067C7.54956 16.4849 7.03359 16.4333 6.55358 16.3533M6.55358 16.3533C4.60088 16.0282 3.24321 15.2341 2.9772 14.0685C2.71118 12.9029 3.58982 11.5981 5.20799 10.4575M6.55358 16.3533C6.58244 15.8672 6.64695 15.3523 6.74687 14.8161C6.94617 13.7467 6.69255 12.6355 6.04904 11.7585C5.7264 11.3188 5.44489 10.8829 5.20799 10.4575\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAppleIntelligenceIcon;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,sCACpCC,EAAA,cAAC,QACC,EAAE,k1DACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconAppleIntelligenceIcon","props","React","CentralIconBase","IconAppleIntelligenceIcon_default"]}