UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 621 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 FormatClear = createIcon("FormatClear", [ [ "path", { d: "M21 7.06969V4.06969H7.39L10.39 7.06969H12.22L11.67 8.34969L13.76 10.4497L15.21 7.06969H21ZM4.41 3.92969L3 5.33969L9.97 12.3097L7.5 18.0697H10.5L12.07 14.4097L17.73 20.0697L19.14 18.6597L4.41 3.92969Z", key: "20pxzz" } ] ]); export { FormatClear as default }; //# sourceMappingURL=format_clear.js.map