@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.34 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentRb = /*#__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: "M13.75 5H10.5a.5.5 0 0 1-.5-.5V1.25L13.75 5ZM9 4.5c0 .83.67 1.5 1.5 1.5H14v7.5c0 .83-.67 1.5-1.5 1.5H8.74c.15-.2.27-.4.36-.63a2.5 2.5 0 0 0-.2-2.16 2.48 2.48 0 0 0-1.1-2.85A2.5 2.5 0 0 0 6.5 9h-1a1.49 1.49 0 0 0-1.27.7l-.19-.15L4 9.52V2.5C4 1.67 4.67 1 5.5 1H9v3.5Zm-1 7.1a1.5 1.5 0 0 1-.27.76 1.5 1.5 0 0 1-.12 2.37 1.5 1.5 0 0 1-.86.27H5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1A1.5 1.5 0 0 1 8 11.6ZM6.5 11H6v1h.5a.5.5 0 1 0 0-1ZM6 14h.75a.5.5 0 1 0 0-1H6v1Zm-2.48-1.41c.24.39.4.82.5 1.27l.02.08.06.2a.5.5 0 0 1-.35.86c-.47 0-.59-.46-.7-.9v-.01c-.1-.36-.28-1.1-.55-1.1H2v1.5a.5.5 0 1 1-1 0v-4a.5.5 0 0 1 .5-.5h1a1.5 1.5 0 0 1 1.02 2.6Zm-1.02-1.6H2v1h.5a.5.5 0 1 0 0-1Z"
}));
});
DocumentRb.displayName = 'DocumentRb';
export var DocumentRbDimensions = {
height: 16,
width: 16
};