@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 979 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentCopy = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M25 14.75V5h-6.75A4.25 4.25 0 0 0 14 9.25v24.5C14 36.1 15.9 38 18.25 38h16.5C37.1 38 39 36.1 39 33.75V19h-9.75A4.25 4.25 0 0 1 25 14.75Zm2.5 0V5.5l11 11h-9.25c-.97 0-1.75-.78-1.75-1.75ZM9 13.7a4 4 0 0 1 2.5-3.7v23.75a6.75 6.75 0 0 0 6.75 6.75h15.76A4 4 0 0 1 30.3 43H18.25A9.25 9.25 0 0 1 9 33.75V13.7Z"
}));
});
DocumentCopy.displayName = 'DocumentCopy';
export var DocumentCopyDimensions = {
height: 48,
width: 48
};