UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 767 B
import * as React from 'react'; export function SvgSnowplowSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M10.5 6a3.005 3.005 0 00-2.875 2.188l-1.313 4.53-2-.655-.625 1.874 1.47.5-.282.282A2.931 2.931 0 004 16.813V19h-.813l-.156.813-1 5L1.781 26H30.22l-.25-1.188-1-5-.157-.812H28v-2.188c0-.796-.313-1.53-.875-2.093l-.281-.281 1.468-.5-.625-1.876-2 .657-1.312-4.531A3.005 3.005 0 0021.5 6zm0 2h11a.96.96 0 01.938.719L23.655 13H8.344l1.219-4.281A.96.96 0 0110.5 8zm-3.063 7h17.125l1.157 1.125a.944.944 0 01.281.688V19h-2v-2h-4v2h-8v-2H8v2H6v-2.188c0-.265.094-.5.281-.687zm-2.625 6h22.375l.594 3H4.22z" }))); } export default SvgSnowplowSolid;