UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

8 lines (7 loc) 163 B
import { svg } from "./_svg.js"; const CHEVRON_SORT_DOWN = svg( ["path", { d: "M16 28l-7-7 1.4-1.4 5.6 5.6 5.6-5.6L23 21z" }] ); export { CHEVRON_SORT_DOWN };