UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 553 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: "M18 4L15 7H17V20H19V7H21L18 4ZM11.8 15.5V10.5L14 9.6V7.5L3 12.25V13.75L14 18.5V16.4L11.8 15.5ZM4.98 13L10 11.13V14.87L4.98 13Z", key: "utauxs" } ] ]); export { TextRotateUp as default }; //# sourceMappingURL=text_rotate_up.js.map