@icongo/li
Version:
LibreICONS Icons
14 lines • 598 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandGoogleHangouts = 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", {
d: "M7 1a5.25 5.25 0 0 0-5.25 5.25c0 2.75 2.5 5 5.25 5V13c3.175-1.55 5.25-4.1 5.25-6.75C12.25 3.35 9.9 1 7 1Zm-.25 6c0 .7-.45 1.25-1 1.25V7H4.5V4.75h2.25V7zm3 0c0 .7-.45 1.25-1 1.25V7H7.5V4.75h2.25V7z"
})
}));
export { LIBrandGoogleHangouts };