open-icon
Version:
Open Icon
26 lines (25 loc) • 572 B
JavaScript
// lib/meta/icon_settings 5.svg.ts
var meta = {
"description": "Settings 5 icon is a simple graphic depicting five circular settings gears. It is commonly used in user interface designs to represent a settings or options menu.",
"category": [
"Interface"
],
"tag": [
"settings",
"gears",
"options",
"menu",
"interface",
"configuration",
"preferences",
"tools",
"control",
"customize"
],
"title": "Settings Five"
};
var icon_settings_5_svg_default = meta;
export {
icon_settings_5_svg_default as default,
meta
};