UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 398 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgGitCommitSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M480 224H380a128 128 0 00-247.9 0H32v64h100.05A128 128 0 00380 288h100zm-224 96a64 64 0 1164-64 64.07 64.07 0 01-64 64z" /></Svg>; } export default SvgGitCommitSharp;