UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

10 lines (9 loc) 500 B
import { svg } from "./_svg.js"; const DATA_CONNECTED = svg( ["path", { d: "M30 30h-6v-2h4V4h-4V2h6v28z" }], ["path", { d: "M24.91 19.59a4.51 4.51 0 00-2.66-3.24 4.55 4.55 0 00-3.5 0 4.94 4.94 0 00-.64.35l-2.81-2.81a4.53 4.53 0 10-1.41 1.41l2.81 2.81a4.48 4.48 0 00-.61 3.3 4.51 4.51 0 002.66 3.24 4.55 4.55 0 003.5 0 4.51 4.51 0 002.66-3.24 4.65 4.65 0 000-1.82zM11.5 14a2.5 2.5 0 112.5-2.5 2.5 2.5 0 01-2.5 2.5z" }], ["path", { d: "M8 30H2V2h6v2H4v24h4v2z" }] ); export { DATA_CONNECTED };