UNPKG

@icongo/li

Version:
27 lines (26 loc) 1.1 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiTrash = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiTrash = function LIGuiTrash(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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: "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__*/(0, _jsxRuntime.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" })] })); }; exports.LIGuiTrash = LIGuiTrash;