UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 629 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 FontDownload = createIcon("FontDownload", [ [ "path", { d: "M9.93 13.5H14.07L12 7.98L9.93 13.5ZM20 2H4C2.9 2 2 2.9 2 4V20C2 21.1 2.9 22 4 22H20C21.1 22 22 21.1 22 20V4C22 2.9 21.1 2 20 2ZM15.95 18.5L14.81 15.5H9.17L8.05 18.5H5.96L11.07 5.5H12.93L18.04 18.5H15.95Z", key: "1wptgp" } ] ]); export { FontDownload as default }; //# sourceMappingURL=font_download.js.map