@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.96 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 IconMaterialAirwareW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AirwareW100', short_name: 'Airware', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M732-602q-22.82 22.58-52.41 34.29Q650-556 619-556q-31 0-60.5-11.5T506-602l-75-75q-18.71-19-42.41-28.5-23.7-9.5-48.64-9.5-24.95 0-48.61 9.5T249-677l-47 46q-4 4-9.5 4.5T182-631q-4-4-4-9.5t4-10.5l46-47q23.24-23 52.5-34.5t59.38-11.5q30.12 0 58.99 11.5Q427.73-721 451-698l75 75q19.85 20.13 43.43 29.56Q593-584 619-584t49-9.5q23-9.5 43-29.5l47-46q4-4 9.5-4.5T778-669q4 4 4 9.5t-4 10.5l-46 47Zm0 170q-23.06 23-52.53 34.5Q650-386 619-386t-60.47-11.5Q529.06-409 506-432l-75-75q-18.71-19-42.41-28.5-23.7-9.5-48.64-9.5-24.95 0-48.61 9.5T249-507l-48 47q-4 4-9 4t-10-4.17q-5-3.83-4.5-9.33T182-480l46-48q23.24-23 52.5-34.5t59.38-11.5q30.12 0 58.99 11.5Q427.73-551 451-528l75 75q19.56 20.13 42.78 29.56Q592-414 618-414t49.5-9.5Q691-433 711-453l47-46q4-4 9.5-4.5T778-499q4 4 4 9.5t-4 10.5l-46 47Zm-1 170q-23.02 23-52.01 34.5T619-216q-31 0-60.5-12T506-263l-76-74q-18.71-19-42.41-28.5-23.7-9.5-48.64-9.5-24.95 0-48.61 9.5T248-337l-48 47q-4 4-9.5 3.5t-9.67-4.67Q177-295 177-300t4-9l47-49q23.05-23 52.08-34.5Q309.12-404 339-404q30.39 0 59.47 11.5Q427.56-381 451-358l75 75q20 20 43 29.5t49 9.5q26 0 49.57-9.44Q691.15-262.87 711-283l47-46q4-4 9.5-4.5T778-329q3.67 4.09 3.83 9.55Q782-314 778-310l-47 48Z" }) })));
});
IconMaterialAirwareW100.displayName = 'OnesyIconMaterialAirwareW100';
exports.default = IconMaterialAirwareW100;
;