@icongo/li
Version:
LibreICONS Icons
14 lines • 531 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandAdn = 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 4.859 1.57 2.39H5.43L7 4.86ZM13 7c0 3.312-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zm-2.415 2L7 3.6 3.415 9h.735l.813-1.25h4.079L9.855 9h.73z"
})
}));
export { LIBrandAdn };