@icongo/li
Version:
LibreICONS Icons
14 lines • 560 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandUikit = 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: "M9.848 2.646 7.794 3.89l2.369 1.348v3.539L6.98 10.546 3.852 8.777V6.035L1.799 4.978V10l5.11 3 5.294-3V4.001L9.848 2.646Zm-.952-.494L6.906 1 4.833 2.284l2.016 1.109 2.048-1.241Z"
})
}));
export { LIBrandUikit };