UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

10 lines (9 loc) 350 B
import { svg } from "./_svg.js"; const CONTAINER_SOFTWARE = svg( ["path", { d: "M28 12h-8V4h8zm-6-2h4V6h-4z" }], ["path", { d: "M17 15V9H9v14h14v-8zm-6-4h4v4h-4zm4 10h-4v-4h4zm6 0h-4v-4h4z" }], ["path", { d: "M26 28H6a2.002 2.002 0 01-2-2V6a2.002 2.002 0 012-2h10v2H6v20h20V16h2v10a2.002 2.002 0 01-2 2z" }] ); export { CONTAINER_SOFTWARE };