UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 528 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgCalculatorSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M416 48a16 16 0 00-16-16H112a16 16 0 00-16 16v416a16 16 0 0016 16h288a16 16 0 0016-16zM192 432h-48v-48h48zm0-80h-48v-48h48zm0-80h-48v-48h48zm88 160h-48v-48h48zm0-80h-48v-48h48zm0-80h-48v-48h48zm88 160h-48V304h48zm0-160h-48v-48h48zm0-96H144V80h224z" /></Svg>; } export default SvgCalculatorSharp;