@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 SaveMultiple = /*#__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 25"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M5.75 3.5H7v3.25C7 7.99 8 9 9.25 9h2.5C12.99 9 14 8 14 6.75V3.77c.37.16.72.39 1.01.68l2.04 2.04c.6.6.95 1.43.95 2.3v6.96a2.75 2.75 0 0 1-2.75 2.75H15v-4.75c0-1.24-1-2.25-2.25-2.25h-4.5c-1.24 0-2.25 1-2.25 2.25v4.75h-.25A2.75 2.75 0 0 1 3 15.75v-9.5A2.75 2.75 0 0 1 5.75 3.5Zm1.75 15h6v-4.75a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0-.75.75v4.75Zm1-15h4v3.25c0 .41-.34.75-.75.75h-2.5a.75.75 0 0 1-.75-.75V3.5Zm2.25 18c-1.37 0-2.6-.58-3.46-1.5h8.96c1.8 0 3.25-1.45 3.25-3.25V8.94l.55.55c.6.6.95 1.43.95 2.3v4.96a4.75 4.75 0 0 1-4.75 4.75h-5.5Z"
}));
});
SaveMultiple.displayName = 'SaveMultiple';
export var SaveMultipleDimensions = {
height: 25,
width: 24
};