UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 609 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 TextDecrease = createIcon("TextDecrease", [ [ "path", { d: "M0.995117 19H3.41512L4.68512 15.42H10.3351L11.5951 19H14.0151L8.75512 5H6.25512L0.995117 19ZM5.41512 13.39L7.44512 7.6H7.56512L9.59512 13.39H5.41512ZM23.0051 11V13H15.0051V11H23.0051Z", key: "tjcjzf" } ] ]); export { TextDecrease as default }; //# sourceMappingURL=text_decrease.js.map