UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 531 B
import * as React from 'react'; export function SvgThermometerEmptySolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M13 5v11c-1.738 1.05-3 2.828-3 5 0 3.3 2.7 6 6 6s6-2.7 6-6c0-2.172-1.262-3.95-3-5v-1h2v-2h-2v-2h2V9h-2V7h2V5zm2 2h2v10.063l.594.28C19.004 17.962 20 19.353 20 21c0 2.219-1.781 4-4 4-2.219 0-4-1.781-4-4 0-1.648.996-3.04 2.406-3.656l.594-.282z" }))); } export default SvgThermometerEmptySolid;