UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 466 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgArrowUndoSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M464 440l-28.12-32.11c-22.48-25.65-43.33-45.45-72.08-58.7-26.61-12.26-60-18.65-104.27-19.84V432L48 252 259.53 72v103.21c72.88 3 127.18 27.08 161.56 71.75C449.56 284 464 335.19 464 399.26z" /></Svg>; } export default SvgArrowUndoSharp;