@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.27 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 StyledFolderMagnifyingGlassRegular = ({
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.34297 1.5 0 2.84344 0 4.5V19.5C0 21.1566 1.34297 22.5 3 22.5H21C22.657 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.4135 20.25 21 20.25H3C2.58647 20.25 2.25 19.9136 2.25 19.5V4.5C2.25 4.08637 2.58647 3.75 3 3.75H8.50781C8.70811 3.75 8.89655 3.828 9.03797 3.96975L12 6.75H21C21.4135 6.75 21.75 7.08637 21.75 7.5V19.5ZM15.1125 15.0234C15.5062 14.3531 15.75 13.5844 15.75 12.75C15.75 10.2647 13.7353 8.25 11.25 8.25C8.76469 8.25 6.75 10.2647 6.75 12.75C6.75 15.2353 8.76469 17.25 11.25 17.25C12.083 17.25 12.8536 17.0081 13.5225 16.6134L15.7045 18.7955C15.9234 19.0172 16.2094 19.125 16.5 19.125C16.7906 19.125 17.0756 19.0151 17.2955 18.7954C17.7349 18.356 17.7349 17.6442 17.2955 17.2045L15.1125 15.0234ZM11.25 15C10.0078 15 9 13.9922 9 12.75C9 11.5078 10.0078 10.5 11.25 10.5C12.4922 10.5 13.5 11.5078 13.5 12.75C13.5 13.9922 12.4922 15 11.25 15Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledFolderMagnifyingGlassRegular);
const FolderMagnifyingGlassRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = FolderMagnifyingGlassRegular;
exports.default = _default;
module.exports = exports.default;