@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 367 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgTravestiFill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M7.538 9.95 4.663 7.076 2.188 9.55.773 8.136l6.364-6.364 1.415 1.414-2.475 2.475 2.875 2.876A7.5 7.5 0 1 1 7.538 9.95Z" />
</Svg>
);
export default SvgTravestiFill;