react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 536 B
JavaScript
import * as React from 'react';
export function SvgOilCanSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M11 9v2h2v2H7.562l-1.718-2.563L5.53 10H1v5.688l5 2V25h14.531l.282-.438L29.5 12H31v-2h-3.344l-.25.188L21 15v-2h-6v-2h2V9zm-8 3h1.438L6 14.344V15.5l-3-1.188zm22.781 1.938L19.5 23H8v-8h11v4l1.594-1.188zM29.5 16S28 18.672 28 19.5a1.5 1.5 0 003 0c0-.828-1.5-3.5-1.5-3.5z" })));
}
export default SvgOilCanSolid;