UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

35 lines (34 loc) 2.92 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.DocumentCatchUpDimensions = exports.DocumentCatchUp = 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 DocumentCatchUp = /*#__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 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M12 2H6a2 2 0 0 0-2 2v8h.6l1.3-2.95a1.75 1.75 0 0 1 3.1-.2l.02.04.09.18 1.73 4.31.34-.5c.27-.47.73-.78 1.24-.86h.06l.18-.02h2.04a1.75 1.75 0 0 1 .26 3.48h-.05l-.18.02H13.7l-1.66 2.6a1.75 1.75 0 0 1-3.03.05l-.03-.05-.08-.17-1.46-3.65-.08.17a1.75 1.75 0 0 1-1.32 1.03h-.06l-.19.02H4V20c0 1.1.9 2 2 2h12a2 2 0 0 0 2-2V10h-6a2 2 0 0 1-2-2V2Zm2 6.5a.5.5 0 0 1-.5-.5V2.5l6 6H14ZM5.26 13H2.64a.75.75 0 0 0 .11 1.5h3.1l.02-.01h.04a.75.75 0 0 0 .52-.44l1.04-2.36 2.33 5.83.05.1v.01a.75.75 0 0 0 1.31-.04l1.98-3.09h1.67a.75.75 0 0 0-.11-1.5h-2.12a.75.75 0 0 0-.55.4l-1.42 2.1-2.42-6.03-.05-.1v-.01a.75.75 0 0 0-1.33.09L5.26 13Zm.49 1.5H4Z" })); }); exports.DocumentCatchUp = DocumentCatchUp; DocumentCatchUp.displayName = 'DocumentCatchUp'; var DocumentCatchUpDimensions = { height: 24, width: 24 }; exports.DocumentCatchUpDimensions = DocumentCatchUpDimensions;