react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 949 B
JavaScript
import * as React from 'react';
export function SvgThermometerSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M21.75 4a6.286 6.286 0 00-4.438 1.844l-7.656 7.625-.125.156A5.23 5.23 0 008 17.313v2.312l-3.094 3.063-.031.062c-1.152 1.207-1.156 3.156.031 4.344 1.203 1.203 3.203 1.203 4.407 0L12.374 24h2.313a5.23 5.23 0 003.687-1.531l7.781-7.782c2.434-2.433 2.434-6.41 0-8.843A6.215 6.215 0 0021.75 4zm0 2c1.086 0 2.164.414 3 1.25a4.253 4.253 0 010 6.031l-7.781 7.781a3.235 3.235 0 01-2.282.938h-3.124l-3.688 3.688a1.094 1.094 0 01-1.563 0 1.094 1.094 0 010-1.563L10 20.437v-3.125c0-.851.336-1.68.938-2.28l.843-.845 1 1.032 1.438-1.438-1-1 1.562-1.562 1 1 1.438-1.438-1-1L17.78 8.22l1 1L20.22 7.78l-.969-.968A4.253 4.253 0 0121.75 6zm.531 2.281L10.063 20.5l1.437 1.438 12.219-12.22z" })));
}
export default SvgThermometerSolid;