@icongo/li
Version:
LibreICONS Icons
19 lines • 868 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIDeviceHeadset = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#0097a7",
d: "M7 1C3.874 1 1.316 3.558 1.316 6.684v4.737h1.263V6.684A4.434 4.434 0 0 1 7 2.264a4.434 4.434 0 0 1 4.421 4.42v4.737h1.263V6.684C12.684 3.558 10.126 1 7 1z"
}), /*#__PURE__*/_jsx("path", {
fill: "#37474f",
d: "M11.421 13h-1.263V9.21h1.263c.695 0 1.263.569 1.263 1.264v1.263c0 .695-.568 1.263-1.263 1.263zM2.58 13h1.263V9.21H2.58c-.695 0-1.263.569-1.263 1.264v1.263c0 .695.568 1.263 1.263 1.263z"
})]
}));
export { LIDeviceHeadset };