UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 2.92 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 StyledFileExcelSolid = ({ 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: "M13.5 6V0H5.25C4.00734 0 3 1.00734 3 2.25V21.75C3 22.9922 4.00734 24 5.25 24H18.75C19.9927 24 21 22.9927 21 21.75V7.5H15.0422C14.1703 7.5 13.5 6.82969 13.5 6ZM15.7547 12.3937L13.5 16.125L15.7964 19.8567C16.1062 20.3578 15.7453 21 15.1594 21H13.9205C13.66 21 13.4184 20.8649 13.2816 20.643L12 18.5625L10.7198 20.6428C10.5844 20.8641 10.3406 21 10.0828 21H8.84062C8.25375 21 7.89422 20.3564 8.20172 19.8567L10.5 16.125L8.20312 12.3937C7.89375 11.8922 8.25469 11.25 8.84062 11.25H10.0795C10.34 11.25 10.5816 11.3851 10.7184 11.6069L12 13.6875L13.2802 11.6067C13.4156 11.3859 13.6594 11.25 13.9172 11.25H15.1561C15.7453 11.25 16.1063 11.8922 15.7547 12.3937ZM15 0V6H21L15 0Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledFileExcelSolid); const FileExcelSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = FileExcelSolid; exports.default = _default; module.exports = exports.default;