@react-md/material-icons
Version:
Material Design Icon components for react-md
26 lines (25 loc) • 986 B
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 StrollerIcon(props, ref) {
return /*#__PURE__*/ _jsxs(SVGIcon, {
...props,
ref: ref,
children: [
/*#__PURE__*/ _jsx("circle", {
cx: "16",
cy: "20",
r: "2"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "6",
cy: "20",
r: "2"
}),
/*#__PURE__*/ _jsx("path", {
d: "M22 7v-.52C22 4.56 20.52 3 18.65 3c-1.66 0-2.54 1.27-3.18 2.03l-8.8 10.32C6.12 16 6.58 17 7.43 17H15c1.1 0 2-.9 2-2V6.27c.58-.68.97-1.27 1.65-1.27.77 0 1.35.66 1.35 1.48V7zm-7.7-2.9a8.96 8.96 0 0 0-9.58.62l4.89 4.89z"
})
]
});
});