UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 1.97 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconVolumeMixerFilled = (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: "M12.425 7C12.0775 5.28832 10.5642 4 8.75 4C6.93578 4 5.42247 5.28832 5.07501 7L2.75 7C2.33579 7 2 7.33579 2 7.75C2 8.16421 2.33579 8.5 2.75 8.5L5.07501 8.5C5.42247 10.2117 6.93578 11.5 8.75 11.5C10.5642 11.5 12.0775 10.2117 12.425 8.5L21.25 8.5C21.6642 8.5 22 8.16421 22 7.75C22 7.33579 21.6642 7 21.25 7L12.425 7Z" }), _jsx("path", { d: "M2.75 15.5C2.33579 15.5 2 15.8358 2 16.25C2 16.6642 2.33579 17 2.75 17H9.75C10.1642 17 10.5 16.6642 10.5 16.25C10.5 15.8358 10.1642 15.5 9.75 15.5H2.75Z" }), _jsx("path", { d: "M17.537 11.0571C17.8173 11.1732 18 11.4467 18 11.75V20.75C18 21.0534 17.8173 21.3268 17.537 21.4429C17.2568 21.559 16.9342 21.4949 16.7197 21.2804L14.4393 19H13.5C12.6716 19 12 18.3284 12 17.5V15C12 14.1716 12.6716 13.5 13.5 13.5H14.4393L16.7197 11.2197C16.9342 11.0052 17.2568 10.941 17.537 11.0571Z" }), _jsx("path", { d: "M19.6945 13.2446C19.9874 12.9517 20.4623 12.9517 20.7552 13.2446C21.1498 13.6392 21.4629 14.1077 21.6765 14.6234C21.8901 15.139 22 15.6917 22 16.2498C22 16.8079 21.8901 17.3605 21.6765 17.8762C21.4629 18.3918 21.1498 18.8603 20.7552 19.255C20.4623 19.5479 19.9874 19.5479 19.6945 19.255C19.4016 18.9621 19.4016 18.4872 19.6945 18.1943C19.9499 17.939 20.1524 17.6358 20.2906 17.3022C20.4289 16.9685 20.5 16.6109 20.5 16.2498C20.5 15.8886 20.4289 15.531 20.2906 15.1974C20.1524 14.8638 19.9499 14.5606 19.6945 14.3052C19.4016 14.0123 19.4016 13.5375 19.6945 13.2446Z" })] })); }; IconVolumeMixerFilled.iconName = "volume-mixer--filled"; export default IconVolumeMixerFilled;