UNPKG

@icongo/fc

Version:
32 lines (31 loc) 1.24 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCFullTrash = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCFullTrash = function FCFullTrash(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#FF8A65", d: "M24 21.3 12.7 10 26 1.7 38.3 10z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#FFAB91", d: "M24 21.3 12.7 10 17 4.7 38.3 10z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#B39DDB", d: "M30.6 44H17.4c-2 0-3.7-1.4-4-3.4L9 11h30l-4.5 29.6c-.3 2-2 3.4-3.9 3.4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#7E57C2", d: "M38 13H10c-1.1 0-2-.9-2-2s.9-2 2-2h28c1.1 0 2 .9 2 2s-.9 2-2 2z" })] })); }; exports.FCFullTrash = FCFullTrash;