@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Save = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M8 3H6.25A3.25 3.25 0 0 0 3 6.25v15.5a3.25 3.25 0 0 0 3 3.24v-8.74C6 15.01 7 14 8.25 14h11.5c1.24 0 2.25 1 2.25 2.25v8.74c1.68-.13 3-1.53 3-3.24V8.79c0-.87-.34-1.7-.95-2.3L21.5 3.95A3.25 3.25 0 0 0 19.2 3H19v5.75C19 9.99 18 11 16.75 11h-6.5C9.01 11 8 10 8 8.75V3Zm9.5 0h-8v5.75c0 .41.34.75.75.75h6.5c.41 0 .75-.34.75-.75V3Zm3 22v-8.75a.75.75 0 0 0-.75-.75H8.25a.75.75 0 0 0-.75.75V25h13Z"
}));
});
Save.displayName = 'Save';
export var SaveDimensions = {
height: 28,
width: 28
};