UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 3.31 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconStreamDeckMk2 = (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: "M6 8C5.44772 8 5 8.44772 5 9C5 9.55228 5.44772 10 6 10C6.55228 10 7 9.55228 7 9C7 8.44772 6.55228 8 6 8Z" }), _jsx("path", { d: "M9 8C8.44772 8 8 8.44772 8 9C8 9.55228 8.44772 10 9 10C9.55228 10 10 9.55228 10 9C10 8.44772 9.55228 8 9 8Z" }), _jsx("path", { d: "M12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10C12.5523 10 13 9.55228 13 9C13 8.44772 12.5523 8 12 8Z" }), _jsx("path", { d: "M15 8C14.4477 8 14 8.44772 14 9C14 9.55228 14.4477 10 15 10C15.5523 10 16 9.55228 16 9C16 8.44772 15.5523 8 15 8Z" }), _jsx("path", { d: "M18 8C17.4477 8 17 8.44772 17 9C17 9.55228 17.4477 10 18 10C18.5523 10 19 9.55228 19 9C19 8.44772 18.5523 8 18 8Z" }), _jsx("path", { d: "M9 11.4999C8.44772 11.4999 8 11.9476 8 12.4999C8 13.0522 8.44772 13.4999 9 13.4999C9.55228 13.4999 10 13.0522 10 12.4999C10 11.9476 9.55228 11.4999 9 11.4999Z" }), _jsx("path", { d: "M12 11.4999C11.4477 11.4999 11 11.9476 11 12.4999C11 13.0522 11.4477 13.4999 12 13.4999C12.5523 13.4999 13 13.0522 13 12.4999C13 11.9476 12.5523 11.4999 12 11.4999Z" }), _jsx("path", { d: "M15 11.4999C14.4477 11.4999 14 11.9476 14 12.4999C14 13.0522 14.4477 13.4999 15 13.4999C15.5523 13.4999 16 13.0522 16 12.4999C16 11.9476 15.5523 11.4999 15 11.4999Z" }), _jsx("path", { d: "M18 11.4999C17.4477 11.4999 17 11.9476 17 12.4999C17 13.0522 17.4477 13.4999 18 13.4999C18.5523 13.4999 19 13.0522 19 12.4999C19 11.9476 18.5523 11.4999 18 11.4999Z" }), _jsx("path", { d: "M6 15C5.44772 15 5 15.4477 5 16C5 16.5523 5.44772 17 6 17C6.55228 17 7 16.5523 7 16C7 15.4477 6.55228 15 6 15Z" }), _jsx("path", { d: "M8.98807 15C8.43578 15 7.98807 15.4477 7.98807 16C7.98807 16.5523 8.43578 17 8.98807 17C9.54035 17 9.98807 16.5523 9.98807 16C9.98807 15.4477 9.54035 15 8.98807 15Z" }), _jsx("path", { d: "M11.9761 15C11.4239 15 10.9761 15.4477 10.9761 16C10.9761 16.5523 11.4239 17 11.9761 17C12.5284 17 12.9761 16.5523 12.9761 16C12.9761 15.4477 12.5284 15 11.9761 15Z" }), _jsx("path", { d: "M14.9642 15C14.4119 15 13.9642 15.4477 13.9642 16C13.9642 16.5523 14.4119 17 14.9642 17C15.5165 17 15.9642 16.5523 15.9642 16C15.9642 15.4477 15.5165 15 14.9642 15Z" }), _jsx("path", { d: "M18 15C17.4477 15 17 15.4477 17 16C17 16.5523 17.4477 17 18 17C18.5523 17 19 16.5523 19 16C19 15.4477 18.5523 15 18 15Z" }), _jsx("path", { d: "M6 11.4999C5.44772 11.4999 5 11.9476 5 12.4999C5 13.0522 5.44772 13.4999 6 13.4999C6.55228 13.4999 7 13.0522 7 12.4999C7 11.9476 6.55228 11.4999 6 11.4999Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 6C2 4.89543 2.89543 4 4 4H20C21.1046 4 22 4.89543 22 6V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V6ZM4 5.5H20C20.2761 5.5 20.5 5.72386 20.5 6V18C20.5 18.2761 20.2761 18.5 20 18.5H4C3.72386 18.5 3.5 18.2761 3.5 18V6C3.5 5.72386 3.72386 5.5 4 5.5Z" })] })); }; IconStreamDeckMk2.iconName = "stream-deck-mk2"; export default IconStreamDeckMk2;