@icongo/li
Version:
LibreICONS Icons
15 lines • 562 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiLike = 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", {
fill: "#f44336",
d: "M9.727 2.09A3.208 3.208 0 0 0 7 3.565 3.208 3.208 0 0 0 4.273 2.09 3.282 3.282 0 0 0 1 5.364c0 3.245 6 6.545 6 6.545s6-3.273 6-6.545c0-1.8-1.473-3.273-3.273-3.273z"
})
}));
export { LIGuiLike };