open-icon
Version:
Open Icon
27 lines (26 loc) • 636 B
JavaScript
// lib/meta/icon_blender.svg.ts
var meta = {
"description": "A blender is a kitchen appliance used to mix, pur\xE9e, or emulsify food and other substances. It usually consists of a blender jar with a rotating metal blade at the bottom, powered by an electric motor in the base.",
"category": [
"Things",
"Kitchen"
],
"tag": [
"appliance",
"kitchen",
"mixing",
"blending",
"food preparation",
"electric",
"motor",
"home appliance",
"cooking",
"kitchenware"
],
"title": "Blender"
};
var icon_blender_svg_default = meta;
export {
icon_blender_svg_default as default,
meta
};