@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
27 lines • 1.35 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SaveEdit = /*#__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: "M6.75 3h-1A2.75 2.75 0 0 0 3 5.75v12.5A2.75 2.75 0 0 0 5.75 21H6v-6c0-1.24 1-2.25 2.25-2.25h7.35l1.8-1.79a3.3 3.3 0 0 1 3.6-.7V8.3c0-.87-.34-1.7-.95-2.3L18 3.95c-.6-.6-1.41-.94-2.26-.95v4.5c0 1.24-1 2.25-2.25 2.25H9c-1.24 0-2.25-1-2.25-2.25V3z"
}), /*#__PURE__*/React.createElement("path", {
d: "m14.1 14.25-2.61 2.61c-.47.48-.8 1.07-.97 1.72l-.46 1.83c-.05.2-.07.4-.06.59H7.5v-6c0-.41.34-.75.75-.75h5.85zM14.25 3v4.5c0 .41-.34.75-.75.75H9a.75.75 0 0 1-.75-.75V3h6z"
}), /*#__PURE__*/React.createElement("path", {
d: "M19.72 11c-.6 0-1.18.22-1.62.67l-5.9 5.9c-.35.35-.6.78-.71 1.25l-.46 1.83c-.2.8.52 1.52 1.32 1.32l1.83-.46c.47-.12.9-.36 1.25-.7l5.9-5.9A2.29 2.29 0 0 0 19.72 11z"
}));
});
SaveEdit.displayName = 'SaveEdit';
export var SaveEditDimensions = {
height: 24,
width: 24
};