@react-md/material-icons
Version:
Material Design Icon components for react-md
20 lines (19 loc) • 780 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 AirlinesTwoToneIcon(props, ref) {
return /*#__PURE__*/ _jsxs(SVGIcon, {
...props,
ref: ref,
children: [
/*#__PURE__*/ _jsx("path", {
d: "M14.05 6 5.8 18h11.54l2.25-12zm.45 8a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5",
opacity: ".3"
}),
/*#__PURE__*/ _jsx("path", {
d: "M17.34 18H5.8l8.25-12h5.54zM13 4 2 20h17l3-16zm1.5 5a2.5 2.5 0 0 0 0 5 2.5 2.5 0 0 0 0-5"
})
]
});
});