uiw-iconfont
Version:
The premium icon font for uiw Component Library.
7 lines (4 loc) • 707 B
JavaScript
import React from 'react';
export const Logout = props => (
<svg viewBox="0 0 20 20" {...props}><path d="M18.31 16.154C16.382 18.564 13.431 20 10.24 20 4.583 20 0 15.523 0 10S4.584 0 10.24 0c3.145 0 6.057 1.395 7.988 3.744a.644.644 0 0 1-.103.92.68.68 0 0 1-.942-.1 8.961 8.961 0 0 0-6.944-3.256c-4.915 0-8.9 3.892-8.9 8.692 0 4.8 3.985 8.692 8.9 8.692 2.775 0 5.338-1.248 7.016-3.343a.68.68 0 0 1 .94-.113.644.644 0 0 1 .115.918zm-.58-6.51l-1.557-1.559a.662.662 0 0 1-.011-.936.662.662 0 0 1 .936.011l2.706 2.707c.262.261.267.68.012.936l-2.644 2.643a.662.662 0 0 1-.936-.01.662.662 0 0 1-.011-.937l1.547-1.547H7.462a.662.662 0 0 1-.67-.654c0-.362.3-.655.67-.655h10.269z" fillRule="evenodd" /></svg>
);