@icongo/li
Version:
LibreICONS Icons
19 lines • 733 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiTrash = props => /*#__PURE__*/_jsxs("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: "red",
d: "M9.263 13H4.737c-.686 0-1.268-.48-1.371-1.166L1.857 1.686h10.286L10.6 11.834A1.36 1.36 0 0 1 9.263 13z"
}), /*#__PURE__*/_jsx("path", {
fill: "#faa",
d: "M11.8 2.371H2.2a.688.688 0 0 1-.686-.685c0-.377.309-.686.686-.686h9.6c.377 0 .686.309.686.686a.688.688 0 0 1-.686.685z"
})]
}));
export { LIGuiTrash };