UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 594 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 TextRotateVertical = createIcon("TextRotateVertical", [ [ "path", { d: "M16 5H14.5L9.75 16H11.85L12.75 13.8H17.75L18.65 16H20.75L16 5ZM13.38 12L15.25 6.98L17.12 12H13.38ZM6.25 20L9.25 17H7.25V4H5.25V17H3.25L6.25 20Z", key: "1t7bdb" } ] ]); export { TextRotateVertical as default }; //# sourceMappingURL=text_rotate_vertical.js.map