@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 400 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgSignalWifiErrorFill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M12.001 3c4.284 0 8.22 1.497 11.31 3.996L22.499 8h-4.498v5.571L12 21 .691 6.997A17.925 17.925 0 0 1 12 3Zm10 16v2h-2v-2h2Zm0-9v7h-2v-7h2Z" />
</Svg>
);
export default SvgSignalWifiErrorFill;