UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 527 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 Logout = createIcon("Logout", [ [ "path", { d: "M17 7L15.59 8.41L18.17 11H8V13H18.17L15.59 15.58L17 17L22 12L17 7ZM4 5H12V3H4C2.9 3 2 3.9 2 5V19C2 20.1 2.9 21 4 21H12V19H4V5Z", key: "1fz0gc" } ] ]); export { Logout as default }; //# sourceMappingURL=logout.js.map