@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentMultiple = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M4 4.25C4 3.01 5 2 6.25 2h4.25v4.75C10.5 7.99 11.51 9 12.75 9h4.75v8.25c0 1.24-1 2.25-2.25 2.25h-9c-1.24 0-2.25-1-2.25-2.25v-13Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 6.75V2.47l.22.19 4.62 4.62.2.22h-4.29a.75.75 0 0 1-.75-.75ZM8.75 22c-.98 0-1.81-.63-2.12-1.5h8.62c1.8 0 3.25-1.46 3.25-3.25V8.94l.84.84c.42.42.66 1 .66 1.59v5.88A4.75 4.75 0 0 1 15.25 22h-6.5Z"
}));
});
DocumentMultiple.displayName = 'DocumentMultiple';
export var DocumentMultipleDimensions = {
height: 24,
width: 24
};