@icongo/li
Version:
LibreICONS Icons
14 lines • 664 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandGoogle = 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.12 6.143V8.2h3.403c-.137.883-1.028 2.587-3.403 2.587C5.072 10.787 3.4 9.092 3.4 7c0-2.093 1.673-3.787 3.72-3.787 1.165 0 1.946.494 2.393.924l1.626-1.568C10.095 1.593 8.74 1 7.12 1c-3.317 0-6 2.683-6 6s2.683 6 6 6c3.463 0 5.76-2.434 5.76-5.863 0-.394-.043-.695-.095-.995H7.12z"
})
}));
export { LIBrandGoogle };