@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.39 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 IconMaterialCarryOnBagInactiveW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CarryOnBagInactiveW100Filled', short_name: 'CarryOnBagInactive', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M702-122 592-229q8 8 13 19t5 24q0 25.833-18.118 43.917-18.117 18.083-44 18.083Q522-124 504-142.118q-18-18.117-18-44Q486-212 504.083-230q18.084-18 43.917-18 11 0 22 4t19 12l-44-44q-37 1-62 27t-25 63v6.833q0 3.167 1 7.167h-85v-278l-28-28v306h-34q-25.75 0-42.875-17.125T252-232v-340L94-730q-4-4-4.5-9.5T94-750q5-5 10-5t10 5l608 608q4 4 4.5 9.5t-4.196 10.196Q718-118 712.5-118t-10.5-4ZM548-430 349-628h171v-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.625T548-798v368Z" }) })));
});
IconMaterialCarryOnBagInactiveW100Filled.displayName = 'AmauiIconMaterialCarryOnBagInactiveW100Filled';
exports.default = IconMaterialCarryOnBagInactiveW100Filled;