UNPKG

google-material-icons

Version:

A google material icon library package for React applications

16 lines (12 loc) 453 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 FormatItalic = createIcon("FormatItalic", [ ["path", { d: "M10 5V8H12.21L8.79 16H6V19H14V16H11.79L15.21 8H18V5H10Z", key: "801zi6" }] ]); export { FormatItalic as default }; //# sourceMappingURL=format_italic.js.map