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 DocumentJs = /*#__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.6a1.5 1.5 0 0 1 .76.58l.04-.04.12-.11c.43-.34.96-.53 1.5-.53h.15A2.44 2.44 0 0 1 9 11.43c0 .34-.1.67-.32.94l.1.18A2.44 2.44 0 0 1 8.52 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-5.13-.44A1.5 1.5 0 0 0 4 13.5v-3a.5.5 0 1 0-1 0v3a.5.5 0 1 1-1 0V13a.5.5 0 1 0-1 0v.5c0 .4.16.78.44 1.06Z" })); }); DocumentJs.displayName = 'DocumentJs'; export var DocumentJsDimensions = { height: 16, width: 16 };