UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

10 lines (9 loc) 358 B
import { svg } from "./_svg.js"; const COLLAPSE_ALL = svg( ["path", { d: "M30 15h-2V7H13V5h15a2.002 2.002 0 012 2z" }], ["path", { d: "M25 20h-2v-8H8v-2h15a2.002 2.002 0 012 2z" }], ["path", { d: "M18 27H4a2.002 2.002 0 01-2-2v-8a2.002 2.002 0 012-2h14a2.002 2.002 0 012 2v8a2.002 2.002 0 01-2 2zM4 17v8h14.001L18 17z" }] ); export { COLLAPSE_ALL };