UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.39 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var DocumentTs = /*#__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 1.25V4.5c0 .28.22.5.5.5h3.25L10 1.25ZM10.5 6A1.5 1.5 0 0 1 9 4.5V1H5.5C4.67 1 4 1.67 4 2.5V9c.4 0 .77.16 1.06.44.4-.28.87-.44 1.36-.44h.15c.64 0 1.27.26 1.72.71.45.45.71 1.08.71 1.72 0 .34-.11.67-.32.94l.04.09.05.08A2.42 2.42 0 0 1 8.53 15h3.97c.83 0 1.5-.67 1.5-1.5V6h-3.5Zm-3.93 9h-.14A1.43 1.43 0 0 1 5 13.57a.53.53 0 0 1 .5-.53.46.46 0 0 1 .35.12.47.47 0 0 1 .15.34.45.45 0 0 0 .43.5h.14a.43.43 0 0 0 .2-.8l-.98-.5a1.42 1.42 0 0 1 .64-2.7h.14A1.43 1.43 0 0 1 8 11.43a.53.53 0 0 1-.5.53.46.46 0 0 1-.35-.12.47.47 0 0 1-.15-.34v-.07a.43.43 0 0 0-.43-.43h-.14a.43.43 0 0 0-.2.8l.98.5a1.43 1.43 0 0 1-.64 2.7Zm-2.22-4.15a.5.5 0 0 0 0-.7A.5.5 0 0 0 4 10H1a.5.5 0 1 0 0 1h1v3.5a.5.5 0 1 0 1 0V11h1a.5.5 0 0 0 .35-.15Z" })); }); DocumentTs.displayName = 'DocumentTs'; export var DocumentTsDimensions = { height: 16, width: 16 };