UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 879 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgMagnetOutline(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M421.83 293.82A144 144 0 00218.18 90.17M353.94 225.94a48 48 0 00-67.88-67.88" fill="none" stroke={props.fill} strokeMiterlimit={10} strokeWidth={32} /><Path stroke={props.fill} strokeLinecap="round" strokeMiterlimit={10} strokeWidth={32} d="M192 464v-48M90.18 421.82l33.94-33.94M48 320h48" /><Path d="M286.06 158.06L172.92 271.19a32 32 0 01-45.25 0L105 248.57a32 32 0 010-45.26L218.18 90.17M421.83 293.82L308.69 407a32 32 0 01-45.26 0l-22.62-22.63a32 32 0 010-45.26l113.13-113.17M139.6 169.98l67.88 67.89M275.36 305.75l67.89 67.88" fill="none" stroke={props.fill} strokeLinejoin="round" strokeWidth={32} /></Svg>; } export default SvgMagnetOutline;