@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 417 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgTravestiLine = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M8.952 8.537A7.5 7.5 0 1 1 7.538 9.95L4.663 7.075 2.188 9.55.773 8.136l6.364-6.364 1.415 1.414-2.475 2.475 2.875 2.876ZM13.502 20a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11Z" />
</Svg>
);
export default SvgTravestiLine;