@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.21 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 StyledFolderXmarkRegular = ({
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: "M21 4.5H12.9328L10.6266 2.37891C10.0641 1.81594 9.30469 1.5 8.50781 1.5H3C1.34344 1.5 0 2.84344 0 4.5V19.5C0 21.1566 1.34344 22.5 3 22.5H21C22.6566 22.5 24 21.1566 24 19.5V7.5C24 5.84531 22.6547 4.5 21 4.5ZM21.75 19.5C21.75 19.9136 21.4134 20.25 21 20.25H3C2.58656 20.25 2.25 19.9136 2.25 19.5V4.5C2.25 4.08637 2.58656 3.75 3 3.75H8.50781C8.70811 3.75 8.89636 3.828 9.03797 3.96975L12 6.75H21C21.4134 6.75 21.75 7.08637 21.75 7.5V19.5ZM15.7547 9.70312C15.3152 9.26367 14.6034 9.26367 14.1637 9.70312L12 11.9109L9.75469 9.70312C9.31524 9.26367 8.60344 9.26367 8.16375 9.70312C7.72406 10.1426 7.7243 10.8544 8.16375 11.2941L10.4109 13.5L8.20641 15.7045C7.76695 16.144 7.76695 16.8558 8.20641 17.2955C8.64586 17.7347 9.35719 17.7351 9.79734 17.2955L12 15.0891L14.2045 17.2936C14.644 17.7329 15.3553 17.7332 15.7955 17.2936C16.2349 16.8541 16.2349 16.1423 15.7955 15.7027L13.5891 13.5L15.7936 11.2955C16.2328 10.8562 16.2328 10.1438 15.7547 9.70312Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledFolderXmarkRegular);
const FolderXmarkRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = FolderXmarkRegular;
exports.default = _default;
module.exports = exports.default;