UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

9 lines (8 loc) 388 B
import { svg } from "./_svg.js"; const CONNECTION_SIGNAL = svg( ["path", { d: "M15 12h2v18h-2zM11.33 18.22a7 7 0 010-10.44l1.34 1.49a5 5 0 000 7.46zM20.67 18.22l-1.34-1.49a5 5 0 000-7.46l1.34-1.49a7 7 0 010 10.44z" }], ["path", { d: "M8.4 21.8a11 11 0 010-17.6l1.2 1.6a9 9 0 000 14.4zM23.6 21.8l-1.2-1.6a9 9 0 000-14.4l1.2-1.6a11 11 0 010 17.6z" }] ); export { CONNECTION_SIGNAL };