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 8L15.59 9.41L17.17 11H9V13H17.17L15.59 14.58L17 16L21 12L17 8ZM5 5H12V3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H12V19H5V5Z", key: "11e9zl" } ] ]); export { Logout as default }; //# sourceMappingURL=logout.js.map