@icongo/li
Version:
LibreICONS Icons
14 lines • 648 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandOpencollective = 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 1a6 6 0 1 0 3.417 10.932l-1.554-1.554a3.857 3.857 0 1 1 0-6.756l1.554-1.554A5.972 5.972 0 0 0 7 1Zm4.932 2.583-1.554 1.554A3.835 3.835 0 0 1 10.858 7c0 .676-.175 1.311-.48 1.863l1.554 1.554A5.971 5.971 0 0 0 13 7c0-1.27-.395-2.447-1.068-3.417Z"
})
}));
export { LIBrandOpencollective };