@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.31 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 IconMaterialBlender = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Blender', short_name: 'Blender', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M8 22q-.825 0-1.412-.587Q6 20.825 6 20v-1q0-1.175.513-2.175.512-1 1.337-1.675L7.25 11H5q-.825 0-1.413-.588Q3 9.825 3 9V5q0-.825.587-1.413Q4.175 3 5 3h5q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3h2.825q.45 0 .763.35.312.35.237.8l-1.675 11q.825.675 1.338 1.675Q18 17.825 18 19v1q0 .825-.587 1.413Q16.825 22 16 22ZM6.95 9 6.3 5H5v4ZM12 19q.425 0 .713-.288Q13 18.425 13 18t-.287-.712Q12.425 17 12 17t-.712.288Q11 17.575 11 18t.288.712Q11.575 19 12 19Zm-2.3-5h4.6l1.35-9h-7.3ZM8 20h8v-1q0-1.25-.875-2.125T13 16h-2q-1.25 0-2.125.875T8 19Zm4-4Z" }) })));
});
IconMaterialBlender.displayName = 'AmauiIconMaterialBlender';
exports.default = IconMaterialBlender;