UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

8 lines (7 loc) 255 B
import { svg } from "./_svg.js"; const JOIN_OUTER = svg( ["path", { d: "M20 6a9.954 9.954 0 00-4 .838 9.995 9.995 0 010 18.324A9.999 9.999 0 1020 6zM10 16a9.998 9.998 0 016-9.162 10 10 0 100 18.324A9.998 9.998 0 0110 16z" }] ); export { JOIN_OUTER };