@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 1.76 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconBlinds = (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: "M19 3C20.1046 3 21 3.89543 21 5V6C21 6.93173 20.3624 7.71244 19.5 7.93457V15.0654C20.3623 15.2877 21 16.0683 21 17V19C21 20.0357 20.2128 20.887 19.2041 20.9893L19 21H18.5L18.2959 20.9893C17.3543 20.8938 16.6062 20.1457 16.5107 19.2041L16.5 19V17C16.5 16.0683 17.1377 15.2877 18 15.0654V8H5L4.7959 7.98926C3.85435 7.8938 3.1062 7.14565 3.01074 6.2041L3 6V5C3 3.89543 3.89543 3 5 3H19ZM18.5 16.5C18.2239 16.5 18 16.7239 18 17V19C18 19.2761 18.2239 19.5 18.5 19.5H19C19.2761 19.5 19.5 19.2761 19.5 19V17C19.5 16.7239 19.2761 16.5 19 16.5H18.5ZM5 4.5C4.72386 4.5 4.5 4.72386 4.5 5V6C4.5 6.27614 4.72386 6.5 5 6.5H19C19.2761 6.5 19.5 6.27614 19.5 6V5C19.5 4.72386 19.2761 4.5 19 4.5H5Z" }), _jsx("path", { d: "M14.25 18.5C14.6642 18.5 15 18.8358 15 19.25C15 19.6642 14.6642 20 14.25 20H4.75C4.33579 20 4 19.6642 4 19.25C4 18.8358 4.33579 18.5 4.75 18.5H14.25Z" }), _jsx("path", { d: "M14.25 14.5C14.6642 14.5 15 14.8358 15 15.25C15 15.6642 14.6642 16 14.25 16H4.75C4.33579 16 4 15.6642 4 15.25C4 14.8358 4.33579 14.5 4.75 14.5H14.25Z" }), _jsx("path", { d: "M14.25 10.5C14.6642 10.5 15 10.8358 15 11.25C15 11.6642 14.6642 12 14.25 12H4.75C4.33579 12 4 11.6642 4 11.25C4 10.8358 4.33579 10.5 4.75 10.5H14.25Z" })] }));
};
IconBlinds.iconName = "blinds";
export default IconBlinds;