@icongo/li
Version:
LibreICONS Icons
15 lines • 659 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIDevicePhone = props => /*#__PURE__*/_jsx("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: "#009688",
d: "M12.296 1.018h-1.302C6.35 1.088 1.035 7.035 1 11.012v1.302c0 .352.282.668.669.668l2.639-.035a.692.692 0 0 0 .669-.668l.07-2.886-1.654-1.408c0-.915 3.695-4.61 4.645-4.645l1.513 1.654 2.78-.07A.692.692 0 0 0 13 4.255l-.035-2.569a.647.647 0 0 0-.669-.668z"
})
}));
export { LIDevicePhone };