@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 842 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialAirlinesW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AirlinesW100",
short_name: "Airlines",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M5.35 18H16.9l2.25-12H13.6Zm-1.325.7L12.9 5.775q.15-.225.412-.35.263-.125.538-.125h5.275q.35 0 .55.25.2.25.15.575L17.475 18.7Zm10.025-5.625q.65 0 1.113-.463.462-.462.462-1.112 0-.65-.462-1.113-.463-.462-1.113-.462-.65 0-1.112.462-.463.463-.463 1.113 0 .65.463 1.112.462.463 1.112.463ZM5.35 18H16.9Z"
}));
});
IconMaterialAirlinesW100.displayName = 'AmauiIconMaterialAirlinesW100';
export default IconMaterialAirlinesW100;