@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
9 lines (8 loc) • 313 B
JavaScript
import { svg } from "./_svg.js";
const REPEAT_ONE = svg(
["path", { d: "M26 6H5.83l3.58-3.59L8 1 2 7l6 6 1.41-1.41L5.83 8H26v7h2V8a2 2 0 00-2-2zM22.59 20.41L26.17 24H6v-7H4v7a2 2 0 002 2h20.17l-3.58 3.59L24 31l6-6-6-6z" }],
["path", { d: "M17 19v-8h-2v1h-2v2h2v5h-2v2h6v-2h-2z" }]
);
export {
REPEAT_ONE
};