UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.67 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 StyledTrashCanClockSolid = ({ 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.63333 1.73708C5.85833 1.28533 6.32083 1 6.825 1H11.8417C12.3458 1 12.8083 1.28533 13.0333 1.73708L13.3333 2.33333H17.3333C18.0708 2.33333 18.6667 2.93042 18.6667 3.66667C18.6667 4.40292 18.0708 5 17.3333 5H1.33333C0.597083 5 0 4.40292 0 3.66667C0 2.93042 0.597083 2.33333 1.33333 2.33333H5.33333L5.63333 1.73708ZM1.29583 6.33333H17.3333V9.02917C16.1125 9.14167 14.975 9.55 14 10.1875V9.62917C14 9.3 13.7 8.9625 13.3333 8.9625C12.9667 8.9625 12.6667 9.3 12.6667 9.62917V11.3C11.425 12.6125 10.6292 14.3833 10.6292 16.3333C10.6292 18.8125 11.9 21.0042 13.7833 22.3333H3.9625C2.52708 22.3333 1.29583 21.1375 1.29583 19.6667V6.33333ZM4.62917 9.66667V19C4.62917 19.3667 4.96667 19.6667 5.29583 19.6667C5.7 19.6667 5.9625 19.3667 5.9625 19V9.66667C5.9625 9.3 5.7 9 5.29583 9C4.96667 9 4.62917 9.3 4.62917 9.66667ZM8.62917 9.66667V19C8.62917 19.3667 8.96667 19.6667 9.29583 19.6667C9.7 19.6667 9.9625 19.3667 9.9625 19V9.66667C9.9625 9.3 9.7 9 9.29583 9C8.96667 9 8.62917 9.3 8.62917 9.66667ZM24 16.3333C24 19.6458 21.3125 22.3333 18 22.3333C14.6875 22.3333 11.9625 19.6458 11.9625 16.3333C11.9625 13.0208 14.6875 10.3333 18 10.3333C21.3125 10.3333 24 13.0208 24 16.3333ZM17.2958 13.6667V16.3333C17.2958 16.7 17.6333 17 17.9625 17H20C20.3667 17 20.6667 16.7 20.6667 16.3333C20.6667 15.9667 20.3667 15.6667 20 15.6667H18.6292V13.6667C18.6292 13.3 18.3667 13 17.9625 13C17.6333 13 17.2958 13.3 17.2958 13.6667Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledTrashCanClockSolid); const TrashCanClockSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = TrashCanClockSolid; exports.default = _default; module.exports = exports.default;