UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

8 lines 561 B
import React from 'react'; export default function Login22(props) { return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}> <title>login-2</title> <path d="M18.875,0H4.4A1.533,1.533,0,0,0,3.125,1.573V19.048a1.74,1.74,0,0,0,1.1,1.625l8,3.2a1.75,1.75,0,0,0,2.4-1.625v-17a1.744,1.744,0,0,0-1.1-1.625L10.664,2.482A.25.25,0,0,1,10.757,2h7.868a.25.25,0,0,1,.25.25V18.725a.25.25,0,0,1-.25.25h-1.75a1,1,0,0,0,0,2h2a2,2,0,0,0,2-2V2A2,2,0,0,0,18.875,0Z"/> </svg>); } //# sourceMappingURL=Login22.js.map