UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

8 lines (7 loc) 284 B
import { svg } from "./_svg.js"; const INSERT = svg( ["path", { d: "M2 9h9V2H2zm2-5h5v3H4zM2 19h9v-7H2zm2-5h5v3H4zM2 29h9v-7H2zm2-5h5v3H4zM27 9h-9l3.41-3.59L20 4l-6 6 6 6 1.41-1.41L18 11h9a1 1 0 011 1v12a1 1 0 01-1 1H15v2h12a3 3 0 003-3V12a3 3 0 00-3-3z" }] ); export { INSERT };