@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.16 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialAirlinesW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AirlinesW100', short_name: 'Airlines', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M188-240h508l90-442q3-15-6.5-26.5T755-720H566q-8 0-14.5 3.5T540-707L188-240Zm-38 4 367-488q8-11 21-17.5t27-6.5h190q29.06 0 47.03 22Q820-704 814-676l-90 440q-2 11-10.25 17.5T695-212H162q-8.87 0-12.93-8-4.07-8 .93-16Zm419-196q28.98 0 48.99-19.61 20.01-19.6 20.01-48Q638-528 617.99-548T569-568q-28.14 0-47.57 19.81T502-499.69q0 28.69 19.43 48.19Q540.86-432 569-432ZM188-240h508-508Z" }) })));
});
IconMaterialAirlinesW100.displayName = 'OnesyIconMaterialAirlinesW100';
exports.default = IconMaterialAirlinesW100;
;