react-native-unicons
Version:
Unicons icons for React Native
9 lines (8 loc) • 525 B
JavaScript
import * as React from 'react';
import Svg, { Path } from 'react-native-svg';
function SvgBitcoinAlt(props) {
return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}>
<Path d="M16.304 11.241a3.998 3.998 0 00-3.312-6.239v-1a1 1 0 10-2 0v1h-2v-1a1 1 0 10-2 0v1h-1a1 1 0 000 2h1v10h-1a1 1 0 000 2h1v1a1 1 0 002 0v-1h2v1a1 1 0 002 0v-1h2a3.99 3.99 0 001.312-7.76zM8.992 7.002h4a2 2 0 010 4h-4zm6 10h-6v-4h6a2 2 0 110 4z" fill="currentColor"/>
</Svg>);
}
export default SvgBitcoinAlt;