UNPKG

uiw-iconfont

Version:

The premium icon font for uiw Component Library.

7 lines (4 loc) 698 B
import React from 'react'; export const Login = props => ( <svg viewBox="0 0 20 20" {...props}><path d="M1.69 16.154a.644.644 0 0 1 .115-.918.68.68 0 0 1 .94.113c1.678 2.095 4.24 3.343 7.016 3.343 4.915 0 8.9-3.892 8.9-8.692 0-4.8-3.985-8.692-8.9-8.692a8.961 8.961 0 0 0-6.944 3.255.68.68 0 0 1-.942.101.644.644 0 0 1-.103-.92C3.703 1.394 6.615 0 9.761 0 15.416 0 20 4.477 20 10S15.416 20 9.76 20c-3.191 0-6.142-1.437-8.07-3.846zm9.248-6.808L9.38 7.788a.662.662 0 0 1-.01-.937.662.662 0 0 1 .935.011l2.707 2.707c.262.262.267.68.011.936L10.38 13.15a.662.662 0 0 1-.937-.011.662.662 0 0 1-.01-.937l1.546-1.547H.67A.662.662 0 0 1 0 10c0-.361.3-.654.67-.654h10.268z" fillRule="evenodd" /></svg> );