UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 728 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 ScreenRotationAlt = createIcon("ScreenRotationAlt", [ [ "path", { d: "M4 7.59086L9 2.59086C9.78 1.81086 11.05 1.81086 11.83 2.59086L20.24 11.0009H17.41L10.4 4.00086L5.41 9.00086H8V11.0009H2V5.00086H4V7.59086ZM20 19.0009H22V13.0009H16V15.0009H18.59L13.6 20.0009L6.59 13.0009H3.76L12.17 21.4109C12.95 22.1909 14.22 22.1909 15 21.4109L20 16.4109V19.0009Z", key: "h33yk3" } ] ]); export { ScreenRotationAlt as default }; //# sourceMappingURL=screen_rotation_alt.js.map