@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.18 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 IconMaterialFlightW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FlightW100', short_name: 'Flight', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m480-164-91 27q-6 2-11-1.76-5-3.75-5-9.94 0-5.3 1.36-8.46 1.37-3.16 3.64-4.84l69-52v-237l-295 88q-8 2-14-2.44-6-4.44-6-12.51 0-6.05 1.5-9.55 1.5-3.5 5.5-5.5l308-184v-219q0-13.75 9.68-23.38 9.67-9.62 23.5-9.62 13.82 0 23.32 9.62 9.5 9.63 9.5 23.38v219l308 184q4 2 5.5 5.71 1.5 3.72 1.5 9.29 0 8.1-6 12.55-6 4.45-14 2.45l-295-88v237l69 52q2.27 1.69 3.64 4.86 1.36 3.16 1.36 8.23 0 5.91-5 9.91t-11 2l-91-27Z" }) })));
});
IconMaterialFlightW100.displayName = 'OnesyIconMaterialFlightW100';
exports.default = IconMaterialFlightW100;
;