@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.22 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentPy = /*#__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.5H7.91c.06-.16.09-.32.09-.5V13l1.2-1.6c.24-.31.34-.72.28-1.11-.05-.4-.26-.75-.58-.99-.25-.19-.58-.3-.9-.3h-.15l-.07.02c-.39.05-.74.26-.98.58l-.3.4-.3-.4a1.52 1.52 0 0 0-.99-.59L5.07 9H5a1.5 1.5 0 0 0-1 .39V2.5C4 1.67 4.67 1 5.5 1H9v3.5ZM1.5 10h1a1.5 1.5 0 1 1 0 3H2v1.5a.5.5 0 1 1-1 0v-4a.5.5 0 0 1 .5-.5Zm.5 2h.5a.5.5 0 1 0 0-1H2v1Zm5 .67 1.4-1.87a.5.5 0 0 0-.1-.7.5.5 0 0 0-.7.1l-1.1 1.47-1.1-1.47a.5.5 0 1 0-.8.6L6 12.67v1.83a.5.5 0 1 0 1 0v-1.83Z"
}));
});
DocumentPy.displayName = 'DocumentPy';
export var DocumentPyDimensions = {
height: 16,
width: 16
};