UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

8 lines (7 loc) 191 B
import { svg } from "./_svg.js"; const SKILL_LEVEL_INTERMEDIATE = svg( ["path", { d: "M30 30h-8V4h8zm-6-2h4V6h-4zM20 30h-8V12h8zM10 30H2V18h8z" }] ); export { SKILL_LEVEL_INTERMEDIATE };