UNPKG

react-native-unicons

Version:
9 lines (8 loc) 441 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgBold(props) { return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M16.5 9.5A3.5 3.5 0 0013 6H8.5a1 1 0 00-1 1v10a1 1 0 001 1H13a3.49 3.49 0 002.44-6 3.5 3.5 0 001.06-2.5zM13 16H9.5v-3H13a1.5 1.5 0 010 3zm0-5H9.5V8H13a1.5 1.5 0 010 3z" fill="currentColor"/> </Svg>); } export default SvgBold;