UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 1.65 kB
// lib/icons/alarm-bell2.ts var IconAlarmBell2 = `<svg id="alarm-bell-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M46.34,21.16c-6.33-6.33-14.44-4.89-24.18,1.27l-13.48,8.53c-1.08.69-1.25,2.2-.34,3.1l12.55,12.55,12.55,12.55c.91.91,2.42.74,3.1-.34l8.53-13.48c6.17-9.75,7.6-17.86,1.27-24.18h0Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M27.25,52.98c-3.51,3.51-9.21,3.51-12.73,0s-3.51-9.21,0-12.73" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M46.34,21.16c-6.33-6.33-14.44-4.89-24.18,1.27l-13.48,8.53c-1.08.69-1.25,2.2-.34,3.1l12.55,12.55,12.55,12.55c.91.91,2.42.74,3.1-.34l8.53-13.48c6.17-9.75,7.6-17.86,1.27-24.18h0Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M15.05,15.33c4.98-8.2,14.71-12.71,21.74-10.08" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M52.17,52.45c8.2-4.98,12.71-14.71,10.08-21.74" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; var alarm_bell2_default = IconAlarmBell2; export { IconAlarmBell2, alarm_bell2_default as default };