UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.22 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconPhoneVoiceFilled = (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: "M20.9999 14.8663V19C20.9999 20.1046 20.1018 21.0115 19.004 20.889C17.3254 20.7018 15.6782 20.2788 14.1116 19.6299C11.9278 18.7253 9.9435 17.3994 8.27204 15.7279C6.60059 14.0565 5.27472 12.0722 4.37014 9.8883C3.72124 8.32174 3.29825 6.67449 3.11097 4.9959C2.98848 3.89814 3.8954 3 4.99997 3H9.13372C9.65477 3 10.1212 3.32322 10.3041 3.8111L11.2174 6.24636C11.3895 6.70533 11.2774 7.22254 10.9308 7.56915L9.47859 9.02138C10.087 10.1856 10.8709 11.2558 11.8076 12.1924C12.7442 13.129 13.8144 13.913 14.9786 14.5214L16.4308 13.0692C16.7774 12.7226 17.2946 12.6105 17.7536 12.7826L20.1888 13.6959C20.6767 13.8788 20.9999 14.3452 20.9999 14.8663Z" }), _jsx("path", { d: "M15 3C14.5858 3 14.25 3.33579 14.25 3.75C14.25 4.16421 14.5858 4.5 15 4.5C15.5909 4.5 16.1761 4.6164 16.7221 4.84254C17.268 5.06869 17.7641 5.40016 18.182 5.81802C18.5998 6.23588 18.9313 6.73196 19.1575 7.27792C19.3836 7.82389 19.5 8.40905 19.5 9C19.5 9.41421 19.8358 9.75 20.25 9.75C20.6642 9.75 21 9.41421 21 9C21 8.21207 20.8448 7.43185 20.5433 6.7039C20.2417 5.97595 19.7998 5.31451 19.2426 4.75736C18.6855 4.20021 18.0241 3.75825 17.2961 3.45672C16.5681 3.15519 15.7879 3 15 3Z" }), _jsx("path", { d: "M14.25 6.75C14.25 6.33579 14.5858 6 15 6C15.394 6 15.7841 6.0776 16.1481 6.22836C16.512 6.37913 16.8427 6.6001 17.1213 6.87868C17.3999 7.15726 17.6209 7.48797 17.7716 7.85195C17.9224 8.21593 18 8.60603 18 9C18 9.41421 17.6642 9.75 17.25 9.75C16.8358 9.75 16.5 9.41421 16.5 9C16.5 8.80302 16.4612 8.60796 16.3858 8.42597C16.3104 8.24399 16.1999 8.07863 16.0607 7.93934C15.9214 7.80005 15.756 7.68956 15.574 7.61418C15.392 7.5388 15.197 7.5 15 7.5C14.5858 7.5 14.25 7.16421 14.25 6.75Z" })] })); }; IconPhoneVoiceFilled.iconName = "phone-voice--filled"; export default IconPhoneVoiceFilled;