UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

9 lines (8 loc) 239 B
import { svg } from "./_svg.js"; const LAUNCH = svg( ["path", { d: "M26 28H6a2 2 0 01-2-2V6a2 2 0 012-2h9v2H6v20h20v-9h2v9a2 2 0 01-2 2z" }], ["path", { d: "M21 2v2h5.59L18 12.59 19.41 14 28 5.41V11h2V2h-9z" }] ); export { LAUNCH };