@material-ui/icons
Version:
Material Design Svg Icons converted to Material-UI React components.
11 lines • 595 B
JavaScript
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("defs", null, React.createElement("path", {
id: "a",
d: "M0 0h24v24H0V0z"
})), React.createElement("defs", null, React.createElement("path", {
id: "c",
d: "M0 0h24v24H0V0z"
})), React.createElement("path", {
d: "M2.5 19h19v2h-19zm7.18-5.73l4.35 1.16 5.31 1.42c.8.21 1.62-.26 1.84-1.06.21-.8-.26-1.62-1.06-1.84l-5.31-1.42-2.76-9.02L10.12 2v8.28L5.15 8.95l-.93-2.32-1.45-.39v5.17l1.6.43 5.31 1.43z"
})), 'FlightLand');