UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

8 lines (7 loc) 295 B
import { svg } from "./_svg.js"; const USER_ADMIN = svg( ["path", { d: "M12 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7 7 7 0 00-7-7zM22 30h-2v-5a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2v-5a7 7 0 017-7h6a7 7 0 017 7zM25 16.18l-2.59-2.59L21 15l4 4 7-7-1.41-1.41L25 16.18z" }] ); export { USER_ADMIN };