UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 460 B
import React from 'react' import Icon from 'react-icon-base' const IoThermometer = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m23.4 26.3c1.6 1 2.6 2.9 2.6 5 0 3.4-2.8 6.2-6.2 6.2s-6.3-2.8-6.3-6.2c0-2.2 1-4 2.6-5.1v-20.1c0-2 1.6-3.6 3.7-3.6s3.6 1.6 3.6 3.6v20.2z m-4.8-20.2v3.9h2.3v-3.9c0-0.6-0.5-1.1-1.1-1.1s-1.2 0.5-1.2 1.1z m2.4 16.4v-1.2h-1.2v1.2h1.2z m0-2.5v-5h-1.2v5h1.2z"/></g> </Icon> ) export default IoThermometer