google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 524 B
JavaScript
/**
* @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 Login = createIcon("Login", [
[
"path",
{
d: "M11 7L9.6 8.4L12.2 11H2V13H12.2L9.6 15.6L11 17L16 12L11 7ZM20 19H12V21H20C21.1 21 22 20.1 22 19V5C22 3.9 21.1 3 20 3H12V5H20V19Z",
key: "g5m4v"
}
]
]);
export { Login as default };
//# sourceMappingURL=login.js.map