react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 1.27 kB
JavaScript
import * as React from 'react';
export function SvgHotTubSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M11.219 4.375C10.39 5.398 10.008 6.273 10 7.125c-.008.852.371 1.512.625 1.938.254.425.367.64.375.874.008.235-.07.645-.688 1.438l1.563 1.25c.781-1.008 1.152-1.914 1.125-2.75-.027-.836-.41-1.434-.656-1.844-.246-.41-.348-.629-.344-.875.004-.246.11-.703.781-1.531zm5 0C15.39 5.398 15.008 6.273 15 7.125c-.008.852.371 1.512.625 1.938.254.425.367.64.375.874.008.235-.07.645-.688 1.438l1.563 1.25c.781-1.008 1.152-1.914 1.125-2.75-.027-.836-.41-1.434-.656-1.844-.246-.41-.348-.629-.344-.875.004-.246.11-.703.781-1.531zm5 0C20.39 5.398 20.008 6.273 20 7.125c-.008.852.371 1.512.625 1.938.254.425.367.64.375.874.008.235-.07.645-.688 1.438l1.563 1.25c.781-1.008 1.152-1.914 1.125-2.75-.027-.836-.41-1.434-.656-1.844-.246-.41-.348-.629-.344-.875.004-.246.11-.703.781-1.531zM3 14v2h1.188l1.53 7.594v.031a3.062 3.062 0 002 2.219L7 28h2l.656-2h12.688L23 28h2l-.719-2.156c1.047-.32 1.86-1.16 2.094-2.219v-.031L27.813 16H29v-2zm3.219 2h19.593l-1.406 7.219c-.117.433-.484.781-1 .781H8.688c-.536 0-.899-.355-1-.813z" })));
}
export default SvgHotTubSolid;