@central-icons-react/square-filled-radius-0-stroke-1.5
Version:
A collection of square filled React icons with 0px radius and 1.5px stroke width, designed for use in React applications.
1 lines • 4.83 kB
Source Map (JSON)
{"version":3,"sources":["../src/IconAdjustPhoto/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconAdjustPhoto: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"adjust-photo, tuning, settings\">\n <g clipPath=\"url(#clip0_11449_32841)\">\n <path\n d=\"M2.2 12C2.2 12.6075 1.70751 13.1 1.1 13.1C0.492487 13.1 0 12.6075 0 12C0 11.3925 0.492487 10.9 1.1 10.9C1.70751 10.9 2.2 11.3925 2.2 12Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M24 12C24 12.6075 23.5075 13.1 22.9 13.1C22.2925 13.1 21.8 12.6075 21.8 12C21.8 11.3925 22.2925 10.9 22.9 10.9C23.5075 10.9 24 11.3925 24 12Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.9297 18.9297C19.3593 18.5002 20.0558 18.5002 20.4853 18.9297C20.9149 19.3593 20.9149 20.0558 20.4853 20.4854C20.0558 20.9149 19.3593 20.9149 18.9297 20.4854C18.5001 20.0558 18.5001 19.3593 18.9297 18.9297Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M3.51479 3.51479C3.94437 3.08521 4.64085 3.08521 5.07043 3.51479C5.5 3.94436 5.5 4.64084 5.07043 5.07042C4.64085 5.5 3.94437 5.5 3.51479 5.07042C3.08522 4.64084 3.08522 3.94436 3.51479 3.51479Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.9297 5.07044C18.5002 4.64086 18.5002 3.94438 18.9297 3.5148C19.3593 3.08522 20.0558 3.08522 20.4854 3.5148C20.9149 3.94438 20.9149 4.64086 20.4854 5.07044C20.0558 5.50001 19.3593 5.50001 18.9297 5.07044Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M3.51479 20.4853C3.08521 20.0558 3.08521 19.3593 3.51479 18.9297C3.94436 18.5001 4.64084 18.5001 5.07042 18.9297C5.5 19.3593 5.5 20.0558 5.07042 20.4853C4.64084 20.9149 3.94436 20.9149 3.51479 20.4853Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13.0999 1.1C13.0999 1.70751 12.6074 2.2 11.9999 2.2C11.3924 2.2 10.8999 1.70751 10.8999 1.1C10.8999 0.492487 11.3924 0 11.9999 0C12.6074 0 13.0999 0.492487 13.0999 1.1Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C10.0609 20 8.28299 19.3101 6.89824 18.1624L13.0607 12L12 10.9393L5.83758 17.1018C4.68988 15.717 4 13.9391 4 12Z\"\n fill=\"currentColor\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_11449_32841\">\n <rect width=\"24\" height=\"24\" fill=\"white\" />\n </clipPath>\n </defs>\n </CentralIconBase>\n );\n};\n\nexport default IconAdjustPhoto;\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,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,kCACpCC,EAAA,cAAC,KAAE,SAAS,2BACVA,EAAA,cAAC,QACC,EAAE,2IACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,gJACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,oNACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,oMACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,4MACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,4KACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,wMACF,KAAK,eACP,CACF,EACAA,EAAA,cAAC,YACCA,EAAA,cAAC,YAAS,GAAG,qBACXA,EAAA,cAAC,QAAK,MAAM,KAAK,OAAO,KAAK,KAAK,QAAQ,CAC5C,CACF,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconAdjustPhoto","props","React","CentralIconBase","IconAdjustPhoto_default"]}