UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

8 lines (7 loc) 239 B
import { svg } from "./_svg.js"; const ERROR = svg( ["path", { d: "M2 16A14 14 0 1016 2 14 14 0 002 16zm23.15 7.75L8.25 6.85a12 12 0 0116.9 16.9zM8.24 25.16a12 12 0 01-1.4-16.89l16.89 16.89a12 12 0 01-15.49 0z" }] ); export { ERROR };