@icongo/li
Version:
LibreICONS Icons
14 lines • 681 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandCentercode = 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: "M8.77 7.306a1.55 1.55 0 1 1-3.08-.334 1.55 1.55 0 0 1 3.08.334zm-2.075 5.686A5.996 5.996 0 0 1 4.415 1.59c3.896-1.865 8.462.904 8.583 5.238.099 3.556-2.865 6.342-6.303 6.163zm4.352-4.354c.676-2.854-3.883-4.98-5.739-5.664-1.39 1.362-1.671 4.562-.817 8.33 1.664.382 4.091-.639 6.556-2.666z"
})
}));
export { LIBrandCentercode };