UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 482 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgAttachSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M216.08 192v143.55a40.08 40.08 0 0080.15 0l.13-188.55a67.94 67.94 0 10-135.87 0v189.82a95.51 95.51 0 00191 0V159.44" fill="none" stroke={props.fill} strokeLinecap="square" strokeMiterlimit={10} strokeWidth={32} /></Svg>; } export default SvgAttachSharp;