@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.75 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("@amaui/ui-react");
const IconMaterialCarryOnBagQuestionW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CarryOnBagQuestionW100Filled', short_name: 'CarryOnBagQuestion', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M684-108q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105t-105 43Zm-270-64v-456h146v-172h-46q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h44q12.75 0 21.375 8.625T588-798v335q-59 30-95.5 84.5T456-258q0 22 3.5 44t12.5 42h-58Zm-62 0q-24.75 0-42.375-17.625T292-232v-336q0-24.75 17.625-42.375T352-628h34v456h-34Zm332 28q8.462 0 14.231-5.769T704-164q0-8.462-5.769-14.231T684-184q-8.462 0-14.231 5.769T664-164q0 8.462 5.769 14.231T684-144Zm64-166.367Q748-337 730.5-354.5 713-372 684.224-372 666-372 650-362.5q-16 9.5-26 26.5-3 5-.632 9.789 2.369 4.79 7.895 7Q636-317 641.5-318.5t8.5-6.5q6-8 14.654-13.5t19.038-5.5q17.308 0 26.808 8.415 9.5 8.414 9.5 25.244Q720-298 713-290q-7 8-15 16-6 6-11.5 13T676-247.714q-3 4.714-4.5 11.214t-1.5 12.654q0 6.154 3.846 10t10 3.846Q690-210 694-213.889T698-224q0-9 6-15.5t14-14.5q14-12 22-25t8-31.367Z" }) })));
});
IconMaterialCarryOnBagQuestionW100Filled.displayName = 'AmauiIconMaterialCarryOnBagQuestionW100Filled';
exports.default = IconMaterialCarryOnBagQuestionW100Filled;