react-native-unicons
Version:
Unicons icons for React Native
9 lines (8 loc) • 461 B
JavaScript
import * as React from 'react';
import Svg, { Path } from 'react-native-svg';
function SvgTumblr(props) {
return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}>
<Path d="M16.79 18a4.65 4.65 0 01-1.62.35 1.75 1.75 0 01-1.92-2v-6.23h4v-3h-4V2h-2.92a.15.15 0 00-.14.15 6.11 6.11 0 01-3.94 5.39v2.58h2v6.54c0 2.23 1.65 5.41 6 5.34 1.47 0 3.11-.64 3.47-1.17z" fill="currentColor"/>
</Svg>);
}
export default SvgTumblr;