UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.1 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconMeteringCenterWeighted = (props) => { const size = sizeMap[props?.size ?? "m"]; const label = props?.label ?? "Icon"; return (_jsxs("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { d: "M3.61438 8.02452C3.9731 8.23163 4.4318 8.10872 4.6389 7.75C5.38493 6.45784 6.45796 5.38482 7.75012 4.63878C9.04228 3.89275 10.5081 3.5 12.0001 3.5C13.4922 3.5 14.958 3.89275 16.2501 4.63878C17.5423 5.38481 18.6153 6.45784 19.3613 7.75C19.5684 8.10872 20.0271 8.23163 20.3859 8.02452C20.7446 7.81741 20.8675 7.35872 20.6604 7C19.7827 5.47981 18.5203 4.21743 17.0001 3.33975C15.4799 2.46206 13.7555 2 12.0001 2C10.2448 2 8.52031 2.46206 7.00012 3.33975C5.47993 4.21743 4.21755 5.47981 3.33986 7C3.13276 7.35872 3.25566 7.81741 3.61438 8.02452Z" }), _jsx("path", { d: "M3.61438 15.9755C3.9731 15.7684 4.4318 15.8913 4.6389 16.25C5.38493 17.5422 6.45795 18.6152 7.75012 19.3612C9.04228 20.1072 10.5081 20.5 12.0001 20.5C13.4922 20.5 14.958 20.1072 16.2501 19.3612C17.5423 18.6152 18.6153 17.5422 19.3613 16.25C19.5684 15.8913 20.0271 15.7684 20.3859 15.9755C20.7446 16.1826 20.8675 16.6413 20.6604 17C19.7827 18.5202 18.5203 19.7826 17.0001 20.6603C15.4799 21.5379 13.7555 22 12.0001 22C10.2448 22 8.52031 21.5379 7.00012 20.6603C5.47993 19.7826 4.21755 18.5202 3.33986 17C3.13276 16.6413 3.25566 16.1826 3.61438 15.9755Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.0001 12C16.0001 14.2091 14.2093 16 12.0001 16C9.79098 16 8.00012 14.2091 8.00012 12C8.00012 9.79086 9.79098 8 12.0001 8C14.2093 8 16.0001 9.79086 16.0001 12ZM14.5001 12C14.5001 13.3807 13.3808 14.5 12.0001 14.5C10.6194 14.5 9.50012 13.3807 9.50012 12C9.50012 10.6193 10.6194 9.5 12.0001 9.5C13.3808 9.5 14.5001 10.6193 14.5001 12Z" })] })); }; IconMeteringCenterWeighted.iconName = "metering-center-weighted"; export default IconMeteringCenterWeighted;