UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 1.99 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLightStripFilled = (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", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.00018 7.21879V7C3.00018 4.79086 4.79103 3 7.00017 3H19.0002C20.1047 3 21.0002 3.89543 21.0002 5V5.5C21.0002 6.60457 20.1047 7.5 19.0002 7.5H7.50018C6.90923 7.5 6.32407 7.6164 5.7781 7.84254C5.23214 8.06869 4.73606 8.40016 4.3182 8.81802C4.21551 8.92071 4.11803 9.02813 4.02606 9.13985L3.95531 9.09006C3.34135 8.65802 3.00922 7.97469 3.00018 7.27731C2.99992 7.25782 2.99992 7.23831 3.00018 7.21879ZM17.0002 4.5H15.5002V6H17.0002V4.5ZM11.5002 4.5H13.0002V6H11.5002V4.5ZM9.00018 4.5H7.50018V6H9.00018V4.5Z" }), _jsx("path", { d: "M5.25805 10.0068C5.29701 9.96298 5.33729 9.92025 5.37886 9.87868C5.65744 9.6001 5.98815 9.37913 6.35213 9.22836C6.71611 9.0776 7.10621 9 7.50018 9H11.6467L18.7421 13.9932C18.7032 14.037 18.6629 14.0798 18.6213 14.1213C18.3427 14.3999 18.012 14.6209 17.648 14.7716C17.2841 14.9224 16.894 15 16.5 15H12.3535L5.25805 10.0068Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21 16.7812V17C21 19.2091 19.2091 21 17 21H4.99999C3.89542 21 2.99999 20.1046 2.99999 19V18.5C2.99999 17.3954 3.89542 16.5 4.99999 16.5H16.5C17.0909 16.5 17.6761 16.3836 18.2221 16.1575C18.768 15.9313 19.2641 15.5998 19.682 15.182C19.7847 15.0793 19.8821 14.9719 19.9741 14.8602L20.0449 14.9099C20.6588 15.342 20.9909 16.0253 21 16.7227C21.0002 16.7422 21.0002 16.7617 21 16.7812ZM6.99998 19.5H8.49998V18H6.99998V19.5ZM12.5 19.5H11V18H12.5V19.5ZM15 19.5H16.5V18H15V19.5Z" })] })); }; IconLightStripFilled.iconName = "light-strip--filled"; export default IconLightStripFilled;