UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 585 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 TextRotationNone = createIcon("TextRotationNone", [ [ "path", { d: "M12 3H10.5L5.75 14H7.85L8.75 11.8H13.75L14.65 14H16.75L12 3ZM9.38 10L11.25 4.98L13.12 10H9.38ZM19.75 18L16.75 15V17H4.25V19H16.75V21L19.75 18Z", key: "12i5ku" } ] ]); export { TextRotationNone as default }; //# sourceMappingURL=text_rotation_none.js.map