UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

48 lines (47 loc) 527 B
import { svg } from "./_svg.js"; const QQ_PLOT = svg( [ "circle", { r: 2, cy: 4, cx: 20 } ], [ "circle", { r: 2, cy: 16, cx: 8 } ], [ "circle", { r: 2, cy: 12, cx: 28 } ], [ "circle", { r: 2, cy: 7, cx: 11 } ], [ "circle", { r: 2, cy: 24, cx: 16 } ], ["path", { d: "M30 3.413L28.586 2 4 26.585V2H2v26a2 2 0 002 2h26v-2H5.413z" }] ); export { QQ_PLOT };