UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

8 lines (7 loc) 383 B
import { svg } from "./_svg.js"; const DOC = svg( ["path", { d: "M30 23h-6a2.002 2.002 0 01-2-2V11a2.002 2.002 0 012-2h6v2h-6v10h6zM18 23h-4a2.002 2.002 0 01-2-2V11a2.002 2.002 0 012-2h4a2.002 2.002 0 012 2v10a2.002 2.002 0 01-2 2zm-4-12v10h4V11zM6 23H2V9h4a4.005 4.005 0 014 4v6a4.005 4.005 0 01-4 4zm-2-2h2a2.002 2.002 0 002-2v-6a2.002 2.002 0 00-2-2H4z" }] ); export { DOC };