UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

8 lines (7 loc) 311 B
import { svg } from "./_svg.js"; const USER_DATA = svg( ["path", { d: "M28 8h2v8h-2zM23 5h2v11h-2zM18 10h2v6h-2zM16 30h-2v-6a3.003 3.003 0 00-3-3H7a3.003 3.003 0 00-3 3v6H2v-6a5.006 5.006 0 015-5h4a5.006 5.006 0 015 5zM9 9a3 3 0 11-3 3 3 3 0 013-3m0-2a5 5 0 105 5 5 5 0 00-5-5z" }] ); export { USER_DATA };