@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
8 lines (7 loc) • 353 B
JavaScript
import { svg } from "./_svg.js";
const ROTATE_CLOCKWISE_ALT = svg(
["path", { d: "M16 30H4a2.002 2.002 0 01-2-2V16a2.002 2.002 0 012-2h12a2.002 2.002 0 012 2v12a2.002 2.002 0 01-2 2zM4 16v12h12.001L16 16zM30 15l-1.41-1.41L26 16.17V11a7.008 7.008 0 00-7-7h-5v2h5a5.006 5.006 0 015 5v5.17l-2.59-2.58L20 15l5 5z" }]
);
export {
ROTATE_CLOCKWISE_ALT
};