UNPKG

react-native-unicons

Version:
9 lines (8 loc) 550 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgMediumM(props) { return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M21.21 6.417H22V4.083h-7.48l-2.486 9.167h-.068L9.503 4.083H2v2.334h.768a.896.896 0 01.732.694v9.83a.84.84 0 01-.732.642H2v2.334h6v-2.334H6.5V7.25h.088l3.457 12.667h2.712L16.26 7.25h.073v10.333h-1.5v2.334H22v-2.334h-.791a.84.84 0 01-.709-.641v-9.83a.898.898 0 01.71-.695z" fill="currentColor"/> </Svg>); } export default SvgMediumM;