open-icon
Version:
Open Icon
27 lines (26 loc) • 621 B
JavaScript
// lib/meta/icon_color-pallette.svg.ts
var meta = {
"description": "The color palette icon is typically used to represent a tool or feature that allows users to select colors from a range of options for customization or design purposes.",
"category": [
"Media",
"Interface"
],
"tag": [
"art",
"design",
"painting",
"graphic design",
"color selection",
"creativity",
"digital art",
"web design",
"palette",
"color picker"
],
"title": "Color Palette"
};
var icon_color_pallette_svg_default = meta;
export {
icon_color_pallette_svg_default as default,
meta
};