@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.1 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 IconMaterialFlightsmodeW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FlightsmodeW100', short_name: 'Flightsmode', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m305-305-86-46q-5-2-5.5-7.5t3.5-9.5l5-4q2-2 4.5-3t4.5 0l85 13 169-169-273-148q-6-3-7-9.5t4-11.5l4-4q2-2 5.5-3.5t7.5-.5l348 88 106-107q10-10 23-10t23 10q10 10 10 23.5T726-680L621-573l87 347q1 4 0 7.5t-4 6.5l-2 2q-5 5-12.5 4.5T678-213L531-484 364-317l12 86q1 3-.5 6t-3.5 5l-2 2q-5 5-11 3.5t-9-6.5l-45-84Z" }) })));
});
IconMaterialFlightsmodeW100.displayName = 'OnesyIconMaterialFlightsmodeW100';
exports.default = IconMaterialFlightsmodeW100;
;