UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.46 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var DocumentContract = /*#__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: "M9.5 5h3.25L9 1.25V4.5c0 .28.22.5.5.5Zm0 1A1.5 1.5 0 0 1 8 4.5V1H4.5C3.67 1 3 1.67 3 2.5v11c0 .83.67 1.5 1.5 1.5h7c.83 0 1.5-.67 1.5-1.5V6H9.5Zm-1.65 5.15c.05.04.09.1.11.16a.4.4 0 0 1 .04.19.4.4 0 0 1-.04.19.36.36 0 0 1-.11.16.36.36 0 0 1-.16.11.4.4 0 0 1-.19.04.4.4 0 0 1-.19-.04.36.36 0 0 1-.16-.11l-.65-.64-.65.64a.36.36 0 0 1-.16.11.4.4 0 0 1-.19.04.4.4 0 0 1-.19-.04.36.36 0 0 1-.16-.11.36.36 0 0 1-.11-.16.4.4 0 0 1-.04-.19.4.4 0 0 1 .04-.19.36.36 0 0 1 .11-.16l.64-.65-.64-.65A.47.47 0 0 1 5 9.5c0-.13.05-.26.15-.35.09-.1.22-.15.35-.15.13 0 .26.05.35.15l.65.64.65-.64c.09-.1.22-.15.35-.15.13 0 .26.05.35.15.1.09.15.22.15.35 0 .13-.05.26-.15.35l-.64.65.64.65ZM12 12H9.5a.47.47 0 0 1-.35-.15.47.47 0 0 1-.15-.35c0-.13.05-.26.15-.35.09-.1.22-.15.35-.15H12v1Z" })); }); DocumentContract.displayName = 'DocumentContract'; export var DocumentContractDimensions = { height: 16, width: 16 };