UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

10 lines (9 loc) 428 B
import { svg } from "./_svg.js"; const VIRTUAL_COLUMN = svg( ["path", { d: "M25 11l1.414 1.414L23.828 15H30v2h-6.172l2.586 2.586L25 21l-5-5 5-5z" }], ["path", { d: "M30 28H20a2.002 2.002 0 01-2-2V6a2.002 2.002 0 012-2h10v2H20v20h10zM12 28H2v-2h10V6H2V4h10a2.002 2.002 0 012 2v20a2.002 2.002 0 01-2 2z" }], ["path", { d: "M7 11l-1.414 1.414L8.172 15H2v2h6.172l-2.586 2.586L7 21l5-5-5-5z" }] ); export { VIRTUAL_COLUMN };