@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.12 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentSave = /*#__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: "M12 2v6c0 1.1.9 2 2 2h6v10a2 2 0 0 1-2 2h-5.05c.03-.16.05-.33.05-.5v-6.88c0-.66-.26-1.3-.73-1.77l-1.12-1.12A2.5 2.5 0 0 0 9.38 11H4V4c0-1.1.9-2 2-2h6Zm1.5.5V8c0 .28.22.5.5.5h5.5l-6-6ZM5 12h3v2H5v-2Zm-2.5 0H4v2.5c0 .28.22.5.5.5h4a.5.5 0 0 0 .5-.5V12h.38c.4 0 .78.16 1.06.44l1.12 1.12c.28.28.44.66.44 1.06v6.88c0 .83-.67 1.5-1.5 1.5H10v-5.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0-.5.5V23h-.5A1.5 1.5 0 0 1 1 21.5v-8c0-.83.67-1.5 1.5-1.5ZM9 18v5H4v-5h5Z"
}));
});
DocumentSave.displayName = 'DocumentSave';
export var DocumentSaveDimensions = {
height: 24,
width: 24
};