UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 971 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 FontDownloadOff = createIcon("FontDownloadOff", [ [ "path", { d: "M5.48473 1.34473H20.6547C21.7547 1.34473 22.6547 2.24473 22.6547 3.34473V18.5147L20.6547 16.5147V3.34473H7.48473L5.48473 1.34473ZM11.5747 5.34473L11.0047 6.86473L12.3647 8.22473L12.5947 7.56473H12.6947L13.2347 9.08473L16.2747 12.1247L13.7247 5.34473H11.5747ZM21.1447 22.6547L19.8247 21.3447H4.65473C3.55473 21.3447 2.65473 20.4447 2.65473 19.3447V4.17473L1.34473 2.85473L2.75473 1.44473L22.5547 21.2447L21.1447 22.6547ZM17.8247 19.3447L12.7547 14.2747H10.2347L9.14473 17.3447H7.06473L9.45473 10.9747L4.65473 6.17473V19.3447H17.8247Z", key: "8sadk2" } ] ]); export { FontDownloadOff as default }; //# sourceMappingURL=font_download_off.js.map