@icongo/li
Version:
LibreICONS Icons
14 lines • 591 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandPingup = 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.834 1H1.86v12h3.768V5.859h-1.38c-.252 0-.325-.158-.16-.35L6.25 2.987a.382.382 0 0 1 .597 0L9.01 5.51c.157.192.09.35-.165.35h-1.38v3.338h.366c3.112 0 4.308-2.155 4.308-4.241C12.146 2.953 10.833 1 7.834 1"
})
}));
export { LIBrandPingup };