UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 569 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 TextRotateUp = createIcon("TextRotateUp", [ [ "path", { d: "M3 12V13.5L14 18.25V16.15L11.8 15.25V10.25L14 9.35V7.25L3 12ZM10 14.62L4.98 12.75L10 10.88V14.62ZM18 4.25L15 7.25H17V19.75H19V7.25H21L18 4.25Z", key: "1599co" } ] ]); export { TextRotateUp as default }; //# sourceMappingURL=text_rotate_up.js.map