UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.25 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgRecycleBin = function SvgRecycleBin(_ref) { var _ref$size = _ref.size, size = _ref$size === void 0 ? 24 : _ref$size, _ref$color = _ref.color, color = _ref$color === void 0 ? "currentColor" : _ref$color, props = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ width: size, height: size, viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M10.244 6.073h3.512a1.756 1.756 0 1 0-3.512 0Zm-1.317 0a3.073 3.073 0 1 1 6.146 0h5.05a.659.659 0 0 1 0 1.317h-1.159l-1.03 10.634a3.293 3.293 0 0 1-3.277 2.976h-5.314a3.293 3.293 0 0 1-3.277-2.976l-1.03-10.634h-1.158a.659.659 0 1 1 0-1.317h5.049Zm1.756 4.17a.658.658 0 1 0-1.317 0v6.586a.658.658 0 1 0 1.317 0v-6.585Zm3.293-.658c.363 0 .658.295.658.659v6.585a.659.659 0 0 1-1.317 0v-6.585c0-.364.295-.659.659-.659Zm-6.6 8.313a1.976 1.976 0 0 0 1.967 1.785h5.315a1.976 1.976 0 0 0 1.966-1.785l1.017-10.508h-11.281l1.017 10.508Z", fill: color })); }; export { SvgRecycleBin as S };