UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.42 kB
"use strict"; exports.__esModule = true; exports.default = void 0; var _react = _interopRequireWildcard(require("react")); var _accessibleIcon = require("../accessible-icon"); var _styles = require("../styles"); var _jsxRuntime = require("react/jsx-runtime"); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } const StyledTrashCanSlashSolid = ({ label, color = "#000000", className = "", css = {}, viewBox = "0 0 24 24" }, ref) => { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_accessibleIcon.AccessibleIcon, { label: label, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledSvg, { className: className, css: css, viewBox: viewBox, xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ref: ref, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledPath, { css: { fill: `${color}` }, d: "M3.68999 3.94325C3.86999 3.50713 4.29749 3.2 4.76624 3.2H8.36624L8.66999 2.66338C8.87249 2.2568 9.28874 2 9.74249 2H14.2575C14.7112 2 15.1275 2.2568 15.33 2.66338L15.6 3.2H19.2C19.8637 3.2 20.4 3.73738 20.4 4.4C20.4 5.06263 19.8637 5.6 19.2 5.6H5.80499L7.33499 6.8H19.2V16.0663L23.655 19.5913C24.045 19.8988 24.1162 20.465 23.8087 20.855C23.5012 21.245 22.935 21.3162 22.545 21.0088L0.344843 3.60838C-0.0463567 3.30163 -0.114944 2.73613 0.191693 2.34485C0.498368 1.95365 1.06387 1.88506 1.45537 2.1917L3.68999 3.94325ZM11.3662 9.95375L12.6 10.925V9.76625C12.6 9.47 12.33 9.16625 11.9662 9.16625C11.67 9.16625 11.3662 9.47 11.3662 9.76625V9.95375ZM15 12.8075L16.2 13.7487V9.8C16.2 9.47 15.93 9.2 15.6 9.2C15.27 9.2 15 9.47 15 9.8V12.8075ZM4.76624 18.8V9.38375L7.76624 11.7463V18.2C7.76624 18.53 8.06999 18.8 8.36624 18.8C8.72999 18.8 8.96624 18.53 8.96624 18.2V12.6913L11.3662 14.5813V18.2C11.3662 18.53 11.67 18.8 11.9662 18.8C12.33 18.8 12.6 18.53 12.6 18.2V15.5263L15 17.42V18.2C15 18.53 15.27 18.8 15.6 18.8C15.8812 18.8 16.1137 18.6088 16.1812 18.3163L18.6675 20.3075C18.2287 20.8513 17.5537 21.2 16.8 21.2H7.16624C5.87624 21.2 4.76624 20.1238 4.76624 18.8Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledTrashCanSlashSolid); const TrashCanSlashSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = TrashCanSlashSolid; exports.default = _default; module.exports = exports.default;