UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

8 lines (7 loc) 236 B
import { svg } from "./_svg.js"; const PLUG = svg( ["path", { d: "M22 8h-1V2h-2v6h-6V2h-2v6h-1a2 2 0 00-2 2v6a8.007 8.007 0 007 7.93V30h2v-6.07A8.007 8.007 0 0024 16v-6a2 2 0 00-2-2zm0 8a6 6 0 01-12 0v-6h12z" }] ); export { PLUG };