open-icon
Version:
Open Icon
26 lines (25 loc) • 642 B
JavaScript
// lib/meta/icon_settings 3.svg.ts
var meta = {
"description": "The 'settings 3' icon is commonly used to represent the settings or preferences menu in a user interface. It typically signifies the option to customize and control various aspects of a software application or device.",
"category": [
"Interface"
],
"tag": [
"settings",
"preferences",
"menu",
"control",
"customize",
"options",
"interface",
"software",
"settings menu",
"preferences menu"
],
"title": "Settings Three"
};
var icon_settings_3_svg_default = meta;
export {
icon_settings_3_svg_default as default,
meta
};