google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 907 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 FontDownloadOff = createIcon("FontDownloadOff", [
[
"path",
{
d: "M13.2352 9.09473L12.3652 8.22473L12.5952 7.56473H12.6952L13.2352 9.09473ZM11.0052 6.86473L11.5752 5.34473H13.7152L16.2652 12.1347L22.6552 18.5147V3.34473C22.6552 2.24473 21.7552 1.34473 20.6552 1.34473H5.48521L11.0052 6.86473ZM21.1452 22.6547L19.8252 21.3447H4.65521C3.55521 21.3447 2.65521 20.4447 2.65521 19.3447V4.17473L1.34521 2.85473L2.75521 1.44473L22.5552 21.2447L21.1452 22.6547ZM12.7552 14.2747L9.45522 10.9747L7.06521 17.3447H9.14521L10.2352 14.2747H12.7552Z",
key: "196wfu"
}
]
]);
export { FontDownloadOff as default };
//# sourceMappingURL=font_download_off.js.map