UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

9 lines (8 loc) 276 B
import { svg } from "./_svg.js"; const LIST_DROPDOWN = svg( ["path", { d: "M26 6V2H2v10h9v18h19V6zM4 10V4h20v2H11v4zm24 18H13V8h15z" }], ["path", { d: "M15 11h2v2h-2zM19 11h7v2h-7zM15 17h2v2h-2zM19 17h7v2h-7zM15 23h2v2h-2zM19 23h7v2h-7z" }] ); export { LIST_DROPDOWN };