UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

8 lines (7 loc) 256 B
import { svg } from "./_svg.js"; const CHECKBOX_CHECKED_FILLED = svg( ["path", { d: "M26 4H6a2 2 0 00-2 2v20a2 2 0 002 2h20a2 2 0 002-2V6a2 2 0 00-2-2zM14 21.5l-5-4.957L10.59 15 14 18.346 21.409 11 23 12.577z" }] ); export { CHECKBOX_CHECKED_FILLED };