UNPKG

react-native-unicons

Version:
9 lines (8 loc) 453 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgPathfinderUnite(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M21 7.54h-4.54V3a1 1 0 00-1-1H3a1 1 0 00-1 1v12.46a1 1 0 001 1h4.54V21a1 1 0 001 1H21a1 1 0 001-1V8.54a1 1 0 00-1-1zM20 20H9.54v-4.54a1 1 0 00-1-1H4V4h10.46v4.54a1 1 0 001 1H20z" fill="currentColor"/> </Svg>); } export default SvgPathfinderUnite;