@icongo/li
Version:
LibreICONS Icons
14 lines • 482 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandWebpack = 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 1 1.796 4v6L7 13l5.204-3V4L7 1Zm2.571 7.53L7 10.03l-2.571-1.5V5.562L7 4.061l2.571 1.5v2.97z"
})
}));
export { LIBrandWebpack };