@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.27 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentVb = /*#__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 4.5V1.25L13.75 5H10.5a.5.5 0 0 1-.5-.5Zm-1 0c0 .83.67 1.5 1.5 1.5H14v7.5c0 .83-.67 1.5-1.5 1.5H8.75c.14-.19.26-.4.35-.63a2.56 2.56 0 0 0-.21-2.16 2.53 2.53 0 0 0-.17-1.87A2.47 2.47 0 0 0 6.5 9h-1c-.27 0-.53.07-.75.2A1.54 1.54 0 0 0 4 9V2.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-3.03.67 1.5-4a.5.5 0 0 0-.94-.35L2.5 13.07l-1.03-2.75a.5.5 0 0 0-.93-.03.5.5 0 0 0 0 .38l1.5 4a.5.5 0 0 0 .46.33.5.5 0 0 0 .47-.33Z"
}));
});
DocumentVb.displayName = 'DocumentVb';
export var DocumentVbDimensions = {
height: 16,
width: 16
};