react-native-unicons
Version:
Unicons icons for React Native
9 lines (8 loc) • 600 B
JavaScript
import * as React from 'react';
import Svg, { Path } from 'react-native-svg';
function SvgTachometerFastAlt(props) {
return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}>
<Path d="M12 5a10 10 0 00-8.66 15 1 1 0 001.74-1A7.92 7.92 0 014 15a8 8 0 1114.93 4 1 1 0 00.37 1.37 1 1 0 001.36-.37A10 10 0 0012 5zm2.84 5.76l-1.55 1.54A2.91 2.91 0 0012 12a3 3 0 103 3 2.9 2.9 0 00-.3-1.28l1.55-1.54a1 1 0 000-1.42 1 1 0 00-1.41 0zM12 16a1 1 0 010-2 1 1 0 01.7.28 1 1 0 01.3.72 1 1 0 01-1 1z" fill="currentColor"/>
</Svg>);
}
export default SvgTachometerFastAlt;