open-icon
Version:
Open Icon
26 lines (25 loc) • 585 B
JavaScript
// lib/meta/icon_clipboard.svg.ts
var meta = {
"description": "A clipboard icon typically represents the concept of copying and pasting text, data or images. It is commonly used in applications and websites to indicate the ability to save or transfer information.",
"category": [
"Interface",
"Media"
],
"tag": [
"copy",
"paste",
"notes",
"document",
"information",
"transfer",
"record",
"save",
"text"
],
"title": "Clipboard"
};
var icon_clipboard_svg_default = meta;
export {
icon_clipboard_svg_default as default,
meta
};