UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

8 lines (7 loc) 261 B
import { svg } from "./_svg.js"; const COURSE = svg( ["path", { d: "M24 30H8a2.002 2.002 0 01-2-2V4a2.002 2.002 0 012-2h16a2.002 2.002 0 012 2v16.618l-5-2.5-5 2.5V4H8v24h16v-4h2v4a2.003 2.003 0 01-2 2zm-3-14.118l3 1.5V4h-6v13.382z" }] ); export { COURSE };