@icongo/li
Version:
LibreICONS Icons
24 lines (23 loc) • 957 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiLike = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiLike = function LIGuiLike(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.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"
})
}));
};
exports.LIGuiLike = LIGuiLike;