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 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 19.75L9.25 16.75H7.25V4.25H5.25V16.75H3.25L6.25 19.75Z", key: "veqmzu" } ] ]); export { TextRotateVertical as default }; //# sourceMappingURL=text_rotate_vertical.js.map