react-icon-library
Version:
A library of SVG icons for use in reactJS projects
15 lines • 775 B
JavaScript
import React from 'react';
export default function Login21(props) {
return (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}>
<defs>
<style dangerouslySetInnerHTML={{
__html: '.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}',
}}/>
</defs>
<title>login-2</title>
<path d="M9.1,10.875A1.125,1.125,0,1,0,10.227,12,1.125,1.125,0,0,0,9.1,10.875Z"/>
<path className="a" d="M15.749,3h4.5a1.5,1.5,0,0,1,1.5,1.5v15a1.5,1.5,0,0,1-1.5,1.5h-4.5"/>
<path className="a" d="M11.893,23.242l-9-1.285a.751.751,0,0,1-.644-.743V3.721a.749.749,0,0,1,.593-.733l9-2.221a.75.75,0,0,1,.907.733v21A.75.75,0,0,1,11.893,23.242Z"/>
</svg>);
}
//# sourceMappingURL=Login21.js.map