UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.66 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconVoiceSync = (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.75 3C3.33579 3 3 3.33579 3 3.75C3 4.16421 3.33579 4.5 3.75 4.5H20.25C20.6642 4.5 21 4.16421 21 3.75C21 3.33579 20.6642 3 20.25 3H3.75Z" }), _jsx("path", { d: "M7.25 8.5C6.83579 8.5 6.5 8.83579 6.5 9.25C6.5 9.66421 6.83579 10 7.25 10H11.75C12.1642 10 12.5 9.66421 12.5 9.25C12.5 8.83579 12.1642 8.5 11.75 8.5H7.25Z" }), _jsx("path", { d: "M3.75 14C3.33579 14 3 14.3358 3 14.75C3 15.1642 3.33579 15.5 3.75 15.5H9C9.41422 15.5 9.75 15.1642 9.75 14.75C9.75 14.3358 9.41422 14 9 14H3.75Z" }), _jsx("path", { d: "M3.75 19.5C3.33579 19.5 3 19.8358 3 20.25C3 20.6642 3.33579 21 3.75 21H11.75C12.1642 21 12.5 20.6642 12.5 20.25C12.5 19.8358 12.1642 19.5 11.75 19.5H3.75Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.5 6C15.1193 6 14 7.11929 14 8.5V12.5C14 13.8807 15.1193 15 16.5 15C17.8807 15 19 13.8807 19 12.5V8.5C19 7.11929 17.8807 6 16.5 6ZM17.5 12.5V8.5C17.5 7.94772 17.0523 7.5 16.5 7.5C15.9477 7.5 15.5 7.94772 15.5 8.5V12.5C15.5 13.0523 15.9477 13.5 16.5 13.5C17.0523 13.5 17.5 13.0523 17.5 12.5Z" }), _jsx("path", { d: "M12.5056 12.7121C12.4837 12.2985 12.1305 11.9809 11.7169 12.0029C11.3033 12.0249 10.9858 12.378 11.0077 12.7916C11.0824 14.1975 11.6933 15.5212 12.7146 16.4901C13.5535 17.2859 14.6168 17.7927 15.75 17.9486V19.5H14.75C14.3358 19.5 14 19.8358 14 20.25C14 20.6642 14.3358 21 14.75 21H18.25C18.6642 21 19 20.6642 19 20.25C19 19.8358 18.6642 19.5 18.25 19.5H17.25V17.9486C18.3817 17.7929 19.4438 17.2873 20.2822 16.4931C21.3043 15.525 21.9163 14.2018 21.992 12.796C22.0143 12.3824 21.6971 12.029 21.2835 12.0067C20.8699 11.9844 20.5165 12.3017 20.4942 12.7153C20.4391 13.7377 19.994 14.7 19.2507 15.4041C18.5073 16.1082 17.5223 16.5004 16.4984 16.5C15.4745 16.4996 14.4898 16.1066 13.747 15.4019C13.0042 14.6972 12.5599 13.7345 12.5056 12.7121Z" }), _jsx("path", { d: "M2.78033 6.71967C2.48744 6.42678 2.01256 6.42678 1.71967 6.71967C1.42678 7.01256 1.42678 7.48744 1.71967 7.78033L3.18934 9.25L1.71967 10.7197C1.42678 11.0126 1.42678 11.4874 1.71967 11.7803C2.01256 12.0732 2.48744 12.0732 2.78033 11.7803L4.78033 9.78033C5.07322 9.48744 5.07322 9.01256 4.78033 8.71967L2.78033 6.71967Z" })] })); }; IconVoiceSync.iconName = "voice-sync"; export default IconVoiceSync;