open-icon
Version:
Open Icon
26 lines (25 loc) • 510 B
JavaScript
// lib/meta/icon_printer.svg.ts
var meta = {
"description": "An icon representing a printer, often used to indicate the action of printing a physical copy of a digital document or image.",
"category": [
"Media"
],
"tag": [
"office",
"equipment",
"printing",
"copy",
"paper",
"technology",
"paperwork",
"output",
"device",
"print job"
],
"title": "Printer"
};
var icon_printer_svg_default = meta;
export {
icon_printer_svg_default as default,
meta
};