UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 461 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgBriefcaseSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M336 288H176v-32H16v196a12 12 0 0012 12h456a12 12 0 0012-12V256H336zM496 124a12 12 0 00-12-12H384V56a8 8 0 00-8-8H136a8 8 0 00-8 8v56H28a12 12 0 00-12 12v100h480zm-152-12H168V88h176z" /></Svg>; } export default SvgBriefcaseSharp;