UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

8 lines (7 loc) 248 B
import { svg } from "./_svg.js"; const SELECT_02 = svg( ["path", { d: "M12 6H8V2H6v4H2v2h4v4h2V8h4V6zM30 10V4h-6v2h-8v2h8v2h2v14h-2v2H10v-2H8v-8H6v8H4v6h6v-2h14v2h6v-6h-2V10zM8 28H6v-2h2zm20 0h-2v-2h2zM26 6h2v2h-2z" }] ); export { SELECT_02 };