UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 3.22 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconKeyboardEmoji = (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 4C1.89543 4 1 4.89543 1 6V18C1 19.1046 1.89543 20 3 20H11.4982C11.3004 19.5258 11.1572 19.0232 11.0764 18.5H3C2.72386 18.5 2.5 18.2761 2.5 18V6C2.5 5.72386 2.72386 5.5 3 5.5H21C21.2761 5.5 21.5 5.72386 21.5 6V12.3762C22.0902 12.8376 22.5987 13.3987 23 14.0343V6C23 4.89543 22.1046 4 21 4H3Z" }), _jsx("path", { d: "M11.0764 16.5C11.1572 15.9768 11.3004 15.4742 11.4982 15H5.75C5.33579 15 5 15.3358 5 15.75C5 16.1642 5.33579 16.5 5.75 16.5H11.0764Z" }), _jsx("path", { d: "M13.1897 12.6346C12.9183 12.8752 12.6672 13.1382 12.4392 13.4207C12.3025 13.472 12.1545 13.5 12 13.5C11.3096 13.5 10.75 12.9404 10.75 12.25C10.75 11.5596 11.3096 11 12 11C12.6904 11 13.25 11.5596 13.25 12.25C13.25 12.3842 13.2289 12.5134 13.1897 12.6346Z" }), _jsx("path", { d: "M7 8.75C7 9.44036 6.44036 10 5.75 10C5.05964 10 4.5 9.44036 4.5 8.75C4.5 8.05964 5.05964 7.5 5.75 7.5C6.44036 7.5 7 8.05964 7 8.75Z" }), _jsx("path", { d: "M18.25 10C18.9404 10 19.5 9.44036 19.5 8.75C19.5 8.05964 18.9404 7.5 18.25 7.5C17.5596 7.5 17 8.05964 17 8.75C17 9.44036 17.5596 10 18.25 10Z" }), _jsx("path", { d: "M9 12.25C9 12.9404 8.44036 13.5 7.75 13.5C7.05964 13.5 6.5 12.9404 6.5 12.25C6.5 11.5596 7.05964 11 7.75 11C8.44036 11 9 11.5596 9 12.25Z" }), _jsx("path", { d: "M9.91663 10C10.607 10 11.1666 9.44036 11.1666 8.75C11.1666 8.05964 10.607 7.5 9.91663 7.5C9.22627 7.5 8.66663 8.05964 8.66663 8.75C8.66663 9.44036 9.22627 10 9.91663 10Z" }), _jsx("path", { d: "M15.3333 8.75C15.3333 9.44036 14.7736 10 14.0833 10C13.3929 10 12.8333 9.44036 12.8333 8.75C12.8333 8.05964 13.3929 7.5 14.0833 7.5C14.7736 7.5 15.3333 8.05964 15.3333 8.75Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.5 23C20.5376 23 23 20.5376 23 17.5C23 14.4624 20.5376 12 17.5 12C14.4624 12 12 14.4624 12 17.5C12 20.5376 14.4624 23 17.5 23ZM20.0674 19.1304C20.273 19.3148 20.2903 19.6309 20.1059 19.8365C19.7778 20.2024 19.3764 20.4951 18.9277 20.6956C18.479 20.896 17.9931 20.9998 17.5017 21C17.0103 21.0002 16.5243 20.897 16.0754 20.697C15.6265 20.4969 15.2248 20.2046 14.8964 19.839C14.7118 19.6336 14.7287 19.3175 14.9342 19.1329C15.1396 18.9484 15.4557 18.9653 15.6403 19.1707C15.8749 19.4319 16.1618 19.6407 16.4824 19.7835C16.8031 19.9264 17.1502 20.0002 17.5012 20C17.8522 19.9998 18.1993 19.9257 18.5198 19.7825C18.8403 19.6394 19.127 19.4303 19.3614 19.1689C19.5457 18.9633 19.8618 18.9461 20.0674 19.1304ZM19.75 17C20.1642 17 20.5 16.6642 20.5 16.25C20.5 15.8358 20.1642 15.5 19.75 15.5C19.3358 15.5 19 15.8358 19 16.25C19 16.6642 19.3358 17 19.75 17ZM16 16.25C16 16.6642 15.6642 17 15.25 17C14.8358 17 14.5 16.6642 14.5 16.25C14.5 15.8358 14.8358 15.5 15.25 15.5C15.6642 15.5 16 15.8358 16 16.25Z" })] })); }; IconKeyboardEmoji.iconName = "keyboard-emoji"; export default IconKeyboardEmoji;