UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

45 lines (36 loc) 2.83 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.MailInboxDismissDimensions = exports.MailInboxDismiss = void 0; var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); var React = _interopRequireWildcard(require("react")); var _styledIcon = require("@styled-icons/styled-icon"); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(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; } var MailInboxDismiss = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(_styledIcon.StyledIconBase, (0, _extends2.default)({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 28 28" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M26 7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0zm-9.15-3.35a.5.5 0 0 0-.7.7l2.64 2.65-2.64 2.65a.5.5 0 0 0 .7.7l2.65-2.64 2.65 2.64a.5.5 0 0 0 .7-.7L20.21 7.5l2.64-2.65a.5.5 0 0 0-.7-.7L19.5 6.79l-2.65-2.64z" }), /*#__PURE__*/React.createElement("path", { d: "M25 22.75V12.6c-.44.48-.95.9-1.5 1.25V16h-6.1a.75.75 0 0 0-.65.75 2.75 2.75 0 1 1-5.5 0v-.1a.75.75 0 0 0-.75-.65h-6V7.25c0-.97.78-1.75 1.75-1.75h6.02c.14-.53.35-1.03.6-1.5H6.25A3.25 3.25 0 0 0 3 7.25v15.5C3 24.55 4.46 26 6.25 26h15.5c1.8 0 3.25-1.46 3.25-3.25z" })); }); exports.MailInboxDismiss = MailInboxDismiss; MailInboxDismiss.displayName = 'MailInboxDismiss'; var MailInboxDismissDimensions = { height: 28, width: 28 }; exports.MailInboxDismissDimensions = MailInboxDismissDimensions;