@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
23 lines (22 loc) • 462 B
JavaScript
import { svg } from "./_svg.js";
const ALARM = svg(
["path", { d: "M16 28a11 11 0 1111-11 11 11 0 01-11 11zm0-20a9 9 0 109 9 9 9 0 00-9-9z" }],
["path", { d: "M18.59 21L15 17.41V11h2v5.58l3 3.01L18.59 21z" }],
[
"path",
{
d: "M3.96 5.5h5.07v2H3.96z",
transform: "rotate(-45.06 6.502 6.497)"
}
],
[
"path",
{
d: "M24.5 3.96h2v5.07h-2z",
transform: "rotate(-44.94 25.5 6.498)"
}
]
);
export {
ALARM
};