UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 652 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgRepeatSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path fill="none" stroke={props.fill} strokeLinecap="square" strokeMiterlimit={10} strokeWidth={32} d="M320 120l48 48-48 48" /><Path fill="none" stroke={props.fill} strokeLinecap="square" strokeMiterlimit={10} strokeWidth={32} d="M352 168H64v96M192 392l-48-48 48-48" /><Path fill="none" stroke={props.fill} strokeLinecap="square" strokeMiterlimit={10} strokeWidth={32} d="M160 344h288v-96" /></Svg>; } export default SvgRepeatSharp;