open-icon
Version:
Open Icon
27 lines (26 loc) • 638 B
JavaScript
// lib/meta/icon_file-binary.svg.ts
var meta = {
"description": "A binary file icon typically represents a file that contains compiled code or data in a format that is not human-readable. This icon is commonly used in user interfaces to distinguish binary files from other file types.",
"category": [
"Interface",
"Document"
],
"tag": [
"file",
"binary",
"code",
"data",
"computer",
"technology",
"software",
"download",
"information",
"program"
],
"title": "File Binary"
};
var icon_file_binary_svg_default = meta;
export {
icon_file_binary_svg_default as default,
meta
};