@react-md/material-icons
Version:
Material Design Icon components for react-md
20 lines (19 loc) • 1.18 kB
JavaScript
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { forwardRef } from "react";
import { SVGIcon } from "@react-md/core/icon/SVGIcon";
export default /*#__PURE__*/ forwardRef(function ElectricRickshawTwoToneIcon(props, ref) {
return /*#__PURE__*/ _jsxs(SVGIcon, {
...props,
ref: ref,
children: [
/*#__PURE__*/ _jsx("path", {
d: "M3 13h.17A3.014 3.014 0 0 1 7 11.17V10H3zm16-2h-3v2h1.17c.3-.85.98-1.53 1.83-1.83z",
opacity: ".3"
}),
/*#__PURE__*/ _jsx("path", {
d: "M21 11.18V9.72c0-.47-.16-.92-.46-1.28L16.6 3.72c-.38-.46-.94-.72-1.54-.72H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h.18C3.6 16.16 4.7 17 6 17s2.4-.84 2.82-2h8.37a2.996 2.996 0 0 0 5.82-1c-.01-1.3-.85-2.4-2.01-2.82M6 15c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m1-3.83A3.014 3.014 0 0 0 3.17 13H3v-3h4zM7 8H3V5h4zm7 5H9v-3h3V8H9V5h5zm2-6.88L18.4 9H16zM17.17 13H16v-2h3v.17c-.85.3-1.53.98-1.83 1.83M20 15c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1M7 20h4v-2l6 3h-4v2z"
})
]
});
});