UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

35 lines (34 loc) 2.95 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.DocumentFsDimensions = exports.DocumentFs = 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 DocumentFs = /*#__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 16 16" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M10.5 5h3.25L10 1.25V4.5c0 .28.22.5.5.5Zm0 1A1.5 1.5 0 0 1 9 4.5V1H5.5C4.67 1 4 1.67 4 2.5v6.6c.2.06.4.18.56.34.2.19.32.42.39.68l.04-.03a.5.5 0 0 1 .07-.03A1.5 1.5 0 0 1 6.5 9c.37 0 .72.13 1 .38a1.5 1.5 0 0 1 2.44.68A1.49 1.49 0 0 1 11 11.5c0 .37-.13.72-.38 1a1.5 1.5 0 0 1-.68 2.44l-.02.03-.01.03h2.59c.83 0 1.5-.67 1.5-1.5V6h-3.5Zm-1 7H9v-1h.5a.5.5 0 1 0 0-1H9v-.5a.5.5 0 1 0-1 0v.5H7v-.5a.5.5 0 1 0-1 0v.5h-.5a.5.5 0 1 0 0 1H6l.01 1H5.5a.5.5 0 1 0 0 1h.52v.5c0 .13.05.26.15.35a.5.5 0 0 0 .85-.35V14H8v.5c0 .13.05.26.15.35A.5.5 0 0 0 9 14.5V14h.5a.5.5 0 1 0 0-1ZM8 13h-.99v-1H8v1Zm-4.15-2.15a.5.5 0 0 0 0-.7.5.5 0 0 0-.35-.15h-2a.5.5 0 0 0-.5.5v4a.5.5 0 1 0 1 0V13h1a.5.5 0 1 0 0-1H2v-1h1.5a.5.5 0 0 0 .35-.15Z" })); }); exports.DocumentFs = DocumentFs; DocumentFs.displayName = 'DocumentFs'; var DocumentFsDimensions = { height: 16, width: 16 }; exports.DocumentFsDimensions = DocumentFsDimensions;