@evg-b/evg-icons
Version:
material icons
15 lines (12 loc) • 481 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var SaveAlt = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M19 12v7H5v-7H3v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7h-2zm-6 .67l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2z"
})),
name: 'SaveAlt'
});
export default SaveAlt;