UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 552 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const SaveAlt = createIcon("SaveAlt", [ [ "path", { d: "M19 12V19H5V12H3V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V12H19ZM13 12.67L15.59 10.09L17 11.5L12 16.5L7 11.5L8.41 10.09L11 12.67V3H13V12.67Z", key: "147lqg" } ] ]); export { SaveAlt as default }; //# sourceMappingURL=save_alt.js.map