UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

8 lines (7 loc) 319 B
import { svg } from "./_svg.js"; const CSV = svg( ["path", { d: "M28 9l-2 13-2-13h-2l2.516 14h2.968L30 9h-2zM18 23h-6v-2h6v-4h-4a2.002 2.002 0 01-2-2v-4a2.002 2.002 0 012-2h6v2h-6v4h4a2.002 2.002 0 012 2v4a2.002 2.002 0 01-2 2zM10 23H4a2.002 2.002 0 01-2-2V11a2.002 2.002 0 012-2h6v2H4v10h6z" }] ); export { CSV };