google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 652 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 TextIncrease = createIcon("TextIncrease", [
[
"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.41512ZM20.0051 11H23.0051V13H20.0051V16H18.0051V13H15.0051V11H18.0051V8H20.0051V11Z",
key: "w52fpx"
}
]
]);
export { TextIncrease as default };
//# sourceMappingURL=text_increase.js.map