@icongo/li
Version:
LibreICONS Icons
14 lines • 641 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandOpenSource = 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 1C3.686 1 1 3.774 1 7.197 1 9.854 2.619 12.119 4.893 13l1.383-3.808a2.129 2.129 0 0 1-1.339-1.995c0-1.176.924-2.13 2.063-2.13 1.14 0 2.063.954 2.063 2.13a2.13 2.13 0 0 1-1.339 1.995L9.107 13C11.38 12.119 13 9.854 13 7.197 13 3.774 10.314 1 7 1Z"
})
}));
export { LIBrandOpenSource };