UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

9 lines (8 loc) 488 B
import { svg } from "./_svg.js"; const CHECKMARK_FILLED_ERROR = svg( ["path", { d: "M30 24a6 6 0 10-6 6 6.007 6.007 0 006-6zm-2 0a3.952 3.952 0 01-.567 2.019l-5.452-5.452A3.953 3.953 0 0124 20a4.005 4.005 0 014 4zm-8 0a3.952 3.952 0 01.567-2.019l5.452 5.452A3.953 3.953 0 0124 28a4.005 4.005 0 01-4-4z" }], ["path", { d: "M14 2a12 12 0 102 23.82V24a8 8 0 018-8h1.82A11.935 11.935 0 0014 2zm-2 16.59l-4-4L9.59 13 12 15.41 17.41 10 19 11.59z" }] ); export { CHECKMARK_FILLED_ERROR };