@icongo/li
Version:
LibreICONS Icons
14 lines • 704 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandBasecamp = 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 2C3.77 2 1.24 6.11 1 9.58 2.014 11.34 4.457 12 7 12s4.988-.66 6-2.42C12.76 6.109 10.23 2 7 2Zm.075 9.2c-4.77 0-5.228-2.017-5.228-2.017l.09-.488S3.25 5.86 4.075 5.86s1.17 1.17 1.845 1.17 2.137-2.595 2.662-2.595c.523 0 1.41.975 2.135 1.875.725.901 1.439 2.444 1.439 2.444l-.004.017.075.442S11.844 11.2 7.074 11.2z"
})
}));
export { LIBrandBasecamp };