@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
9 lines (8 loc) • 372 B
JavaScript
import { svg } from "./_svg.js";
const HOSPITAL_BED = svg(
["path", { d: "M25 16h-8a2.002 2.002 0 00-2 2v6H4V14H2v16h2v-4h24v4h2v-9a5.006 5.006 0 00-5-5zm3 8H17v-6h8a3.003 3.003 0 013 3z" }],
["path", { d: "M9.5 17A1.5 1.5 0 118 18.5 1.502 1.502 0 019.5 17m0-2a3.5 3.5 0 103.5 3.5A3.5 3.5 0 009.5 15zM21 6h-4V2h-2v4h-4v2h4v4h2V8h4V6z" }]
);
export {
HOSPITAL_BED
};