open-icon
Version:
Open Icon
26 lines (25 loc) • 523 B
JavaScript
// lib/meta/icon_plaster.svg.ts
var meta = {
"description": "A plaster icon typically represents first aid or medical facilities in a wayfinding system. It can also symbolize healing and care.",
"category": [
"Wayfinding"
],
"tag": [
"plaster",
"first aid",
"medical",
"healing",
"healthcare",
"injury",
"treatment",
"bandage",
"care",
"hospital"
],
"title": "Plaster"
};
var icon_plaster_svg_default = meta;
export {
icon_plaster_svg_default as default,
meta
};