@icongo/li
Version:
LibreICONS Icons
14 lines • 574 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandMix = 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: "M1 1.753V11.1c0 1.505 2.357 1.556 2.357 0V4.708c.212-1.417 2.357-1.35 2.357.174v4.695c0 1.551 2.572 1.554 2.572 0v-3.11c.142-1.465 2.357-1.406 2.357.116v.637c0 1.605 2.357 1.516 2.357 0V1.753H1z"
})
}));
export { LIBrandMix };