@icongo/li
Version:
LibreICONS Icons
15 lines • 746 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrowserEdge = 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: "#3177bc",
d: "M1.465 6.327C1.818 3.55 3.71 1.033 7.104 1c2.048.04 3.734.967 4.736 2.738.504.924.661 1.894.695 2.963V7.96h-7.53c.034 3.106 4.569 3 6.522 1.63v2.529c-1.143.687-3.737 1.3-5.746.512-1.712-.643-2.93-2.432-2.922-4.155-.056-2.235 1.11-3.712 2.922-4.553-.384.477-.677 1.002-.83 1.91h4.253S9.452 3.29 6.797 3.29c-2.504.089-4.31 1.545-5.332 3.036z"
})
}));
export { LIBrowserEdge };