google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 919 B
JavaScript
/**
* @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 SaveAs = createIcon("SaveAs", [
[
"path",
{
d: "M19.7998 11.4V6L15.7998 2H3.7998C2.6898 2 1.7998 2.9 1.7998 4V18C1.7998 19.1 2.6898 20 3.7998 20H11.1998L19.7998 11.4ZM13.7998 14C13.7998 15.66 12.4598 17 10.7998 17C9.1398 17 7.7998 15.66 7.7998 14C7.7998 12.34 9.1398 11 10.7998 11C12.4598 11 13.7998 12.34 13.7998 14ZM4.7998 5H13.7998V9H4.7998V5ZM18.7898 15.25L20.5598 17.02L15.5698 22H13.7998V20.23L18.7898 15.25ZM22.0498 15.51L21.1998 16.36L19.4298 14.59L20.2798 13.74C20.4798 13.54 20.7898 13.54 20.9898 13.74L22.0498 14.8C22.2498 15 22.2498 15.32 22.0498 15.51Z",
key: "3vmfqt"
}
]
]);
export { SaveAs as default };
//# sourceMappingURL=save_as.js.map