UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

9 lines (8 loc) 277 B
import { svg } from "./_svg.js"; const ADD_ALT = svg( ["path", { d: "M16 4c6.6 0 12 5.4 12 12s-5.4 12-12 12S4 22.6 4 16 9.4 4 16 4m0-2C8.3 2 2 8.3 2 16s6.3 14 14 14 14-6.3 14-14S23.7 2 16 2z" }], ["path", { d: "M24 15h-7V8h-2v7H8v2h7v7h2v-7h7z" }] ); export { ADD_ALT };