UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

9 lines (8 loc) 271 B
import { svg } from "./_svg.js"; const CHART_CANDLESTICK = svg( ["path", { d: "M26 10h-2V6h-2v4h-2v12h2v4h2v-4h2zm-2 10h-2v-8h2zM14 8h-2V4h-2v4H8v10h2v4h2v-4h2zm-2 8h-2v-6h2z" }], ["path", { d: "M30 30H4a2 2 0 01-2-2V2h2v26h26z" }] ); export { CHART_CANDLESTICK };