UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

8 lines (7 loc) 170 B
import { svg } from "./_svg.js"; const SKILL_LEVEL_ADVANCED = svg( ["path", { d: "M30 30h-8V4h8zM20 30h-8V12h8zM10 30H2V18h8z" }] ); export { SKILL_LEVEL_ADVANCED };