UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

14 lines (13 loc) 677 B
import { jsx as _jsx } from "react/jsx-runtime"; // THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY import { SVGIcon } from "@react-md/core/icon/SVGIcon"; export default function AirlineSeatFlatAngledIcon(props) { const { ref, ...remaining } = props; return /*#__PURE__*/ _jsx(SVGIcon, { ...remaining, ref: ref, children: /*#__PURE__*/ _jsx("path", { d: "m22.25 14.29-.69 1.89L9.2 11.71l2.08-5.66 8.56 3.09a4 4 0 0 1 2.41 5.15M1.5 12.14 8 14.48V19h8v-1.63L20.52 19l.69-1.89-19.02-6.86zm5.8-1.94a3.01 3.01 0 0 0 1.41-4A3.005 3.005 0 0 0 4.7 4.8a2.99 2.99 0 0 0-1.4 4 2.99 2.99 0 0 0 4 1.4" }) }); }