UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

31 lines (30 loc) 333 B
import { svg } from "./_svg.js"; const OVERFLOW_MENU_HORIZONTAL = svg( [ "circle", { r: 2, cy: 16, cx: 8 } ], [ "circle", { r: 2, cy: 16, cx: 16 } ], [ "circle", { r: 2, cy: 16, cx: 24 } ] ); export { OVERFLOW_MENU_HORIZONTAL };