open-icon
Version:
Open Icon
26 lines (25 loc) • 521 B
JavaScript
// lib/meta/icon_alarm-bell-2.svg.ts
var meta = {
"description": "An icon of an alarm bell with two bells. It is commonly used to represent an alarm or notification in media applications.",
"category": [
"Media"
],
"tag": [
"alarm",
"bell",
"notification",
"alert",
"reminder",
"warning",
"sound",
"ringing",
"emergency",
"clock"
],
"title": "Alarm Bell 2"
};
var icon_alarm_bell_2_svg_default = meta;
export {
icon_alarm_bell_2_svg_default as default,
meta
};