UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

10 lines (9 loc) 366 B
import { svg } from "./_svg.js"; const EVENT_SCHEDULE = svg( ["path", { d: "M21 30a8 8 0 118-8 8 8 0 01-8 8zm0-14a6 6 0 106 6 6 6 0 00-6-6z" }], ["path", { d: "M22.59 25L20 22.41V18h2v3.59l2 2L22.59 25z" }], ["path", { d: "M28 6a2 2 0 00-2-2h-4V2h-2v2h-8V2h-2v2H6a2 2 0 00-2 2v20a2 2 0 002 2h4v-2H6V6h4v2h2V6h8v2h2V6h4v6h2z" }] ); export { EVENT_SCHEDULE };