@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.71 kB
JavaScript
;
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 StyledTrashCanSlashRegular = ({
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: "M5.03999 4.99999H7.11749L8.49374 2.93524C8.88374 2.35092 9.53999 2 10.2412 2H13.7587C14.46 2 15.1162 2.35092 15.5062 2.93524L16.8825 4.99999H19.4662C19.9987 4.99999 20.3662 5.40312 20.3662 5.89999C20.3662 6.39874 19.9987 6.79999 19.4662 6.79999H19.1662V16.0662L23.655 19.5912C24.045 19.8987 24.1162 20.465 23.8087 20.855C23.5012 21.245 22.935 21.3162 22.545 21.0087L0.344843 3.60837C-0.0463567 3.30162 -0.114944 2.73612 0.191693 2.34484C0.498368 1.95364 1.06387 1.88506 1.45537 2.19169L5.03999 4.99999ZM7.33499 6.79999L11.3662 9.95374V9.19999C11.3662 8.86999 11.67 8.59999 11.9662 8.59999C12.33 8.59999 12.5662 8.86999 12.5662 9.19999V10.925L14.3662 12.3387V9.19999C14.3662 8.86999 14.67 8.59999 14.9662 8.59999C15.33 8.59999 15.5662 8.86999 15.5662 9.19999V13.2762L17.3662 14.69V6.79999H7.33499ZM10.2412 3.79999C10.14 3.79999 10.0162 3.85024 9.99374 3.93349L9.28124 4.99999H14.7187L14.0062 3.93349C13.95 3.85024 13.8562 3.79999 13.7587 3.79999H10.2412ZM16.1662 21.2H7.76624C6.14249 21.2 4.76624 19.8575 4.76624 18.2V9.38374L6.56624 10.8012V18.2C6.56624 18.8637 7.13624 19.4 7.76624 19.4H16.1662C16.5037 19.4 16.8412 19.2612 17.0587 19.04L18.4762 20.1575C17.8912 20.795 17.1112 21.2 16.1662 21.2ZM9.56624 13.1637V17C9.56624 17.33 9.32999 17.6 8.96624 17.6C8.66999 17.6 8.36624 17.33 8.36624 17V12.2187L9.56624 13.1637ZM12.5662 15.5262V17C12.5662 17.33 12.33 17.6 11.9662 17.6C11.67 17.6 11.3662 17.33 11.3662 17V14.5812L12.5662 15.5262Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledTrashCanSlashRegular);
const TrashCanSlashRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = TrashCanSlashRegular;
exports.default = _default;
module.exports = exports.default;