@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.23 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 IconMaterialBackpackFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BackpackFilled', short_name: 'Backpack', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M6 22q-.825 0-1.412-.587Q4 20.825 4 20V8q0-1.4.85-2.45Q5.7 4.5 7 4.15V3.5q0-.625.438-1.062Q7.875 2 8.5 2t1.062.438Q10 2.875 10 3.5V4h4v-.5q0-.625.438-1.062Q14.875 2 15.5 2t1.062.438Q17 2.875 17 3.5v.65q1.3.35 2.15 1.4Q20 6.6 20 8v12q0 .825-.587 1.413Q18.825 22 18 22Zm9.5-6q.425 0 .712-.288.288-.287.288-.712v-2q0-.425-.288-.713Q15.925 12 15.5 12h-7q-.425 0-.712.287-.288.288-.288.713t.288.712Q8.075 14 8.5 14h6v1q0 .425.288.712.287.288.712.288Z" }) })));
});
IconMaterialBackpackFilled.displayName = 'AmauiIconMaterialBackpackFilled';
exports.default = IconMaterialBackpackFilled;