UNPKG

react-native-remix-icon

Version:
14 lines (11 loc) 427 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgSpam2Fill(props) { return ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path fill="none" d="M0 0h24v24H0z" /> <Path d="M16.218 2.5l5.683 5.682v8.036l-5.683 5.683H8.182l-5.683-5.683V8.182l5.683-5.683h8.036zM11 15v2h2v-2h-2zm0-8v6h2V7h-2z" /> </Svg> ); } export default SvgSpam2Fill;