UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

33 lines (32 loc) 574 B
import { svg } from "./_svg.js"; const DATA_ERROR = svg( [ "circle", { r: 1, cy: 8, cx: 11 } ], [ "circle", { r: 1, cy: 16, cx: 11 } ], [ "circle", { r: 1, cy: 24, cx: 11 } ], ["path", { d: "M24 3H8a2 2 0 00-2 2v22a2 2 0 002 2h8v-2H8v-6h18V5a2 2 0 00-2-2zm0 16H8v-6h16zm0-8H8V5h16z" }], ["path", { d: "M29.24 29.58l-2.83-2.83 2.83-2.83-1.41-1.41L25 25.33l-2.83-2.82-1.41 1.41 2.83 2.83-2.83 2.83 1.41 1.41L25 28.16l2.83 2.83 1.41-1.41z" }] ); export { DATA_ERROR };