UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

9 lines (8 loc) 300 B
import { svg } from "./_svg.js"; const TERMINAL = svg( ["path", { d: "M26 4.01H6a2 2 0 00-2 2v20a2 2 0 002 2h20a2 2 0 002-2v-20a2 2 0 00-2-2zm0 2v4H6v-4zm-20 20v-14h20v14z" }], ["path", { d: "M10.76 16.18l2.82 2.83-2.82 2.83 1.41 1.41 4.24-4.24-4.24-4.24-1.41 1.41z" }] ); export { TERMINAL };