UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 454 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgThermometerSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M320 291.24V80a64 64 0 10-128 0v211.24A113.39 113.39 0 00144 384a112 112 0 00224 0 113.39 113.39 0 00-48-92.76zM256 432a48 48 0 01-16-93.26V96h32v242.74A48 48 0 01256 432z" /></Svg>; } export default SvgThermometerSharp;