open-icon
Version:
Open Icon
26 lines (25 loc) • 521 B
JavaScript
// lib/meta/icon_color-rgb.svg.ts
var meta = {
"description": "The color RGB icon represents the red, green, and blue color channels used in digital media to create a wide spectrum of colors.",
"category": [
"Media"
],
"tag": [
"RGB",
"digital",
"color channels",
"spectrum",
"design",
"editing",
"graphics",
"technology",
"visual",
"art"
],
"title": "Color RGB"
};
var icon_color_rgb_svg_default = meta;
export {
icon_color_rgb_svg_default as default,
meta
};