UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

9 lines (8 loc) 330 B
import { svg } from "./_svg.js"; const NETWORK_3_REFERENCE = svg( ["path", { d: "M4 20v2h4.586L2 28.586 3.414 30 10 23.414V28h2v-8H4zM30 30h-8v-8h8zm-6-2h4v-4h-4zM20 20h-8v-8h8zm-6-2h4v-4h-4z" }], ["path", { d: "M24 17h-2v-2h2a4 4 0 000-8H12V5h12a6 6 0 010 12zM10 10H2V2h8zM4 8h4V4H4z" }] ); export { NETWORK_3_REFERENCE };