UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 566 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 TextRotationDown = createIcon("TextRotationDown", [ [ "path", { d: "M6 20L9 17H7V4H5V17H3L6 20ZM12.2 8.5V13.5L10 14.4V16.5L21 11.75V10.25L10 5.5V7.6L12.2 8.5ZM19.02 11L14 12.87V9.13L19.02 11Z", key: "1f1ub4" } ] ]); export { TextRotationDown as default }; //# sourceMappingURL=text_rotation_down.js.map