UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.38 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var DocumentFs = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ 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" })); }); DocumentFs.displayName = 'DocumentFs'; export var DocumentFsDimensions = { height: 16, width: 16 };