@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
8 lines (7 loc) • 357 B
JavaScript
import { svg } from "./_svg.js";
const ROTATE_COUNTERCLOCKWISE_ALT_FILLED = svg(
["path", { d: "M14 28V16a2.002 2.002 0 012-2h12a2.002 2.002 0 012 2v12a2.002 2.002 0 01-2 2H16a2.002 2.002 0 01-2-2zM2 15l1.41-1.41L6 16.17V11a7.008 7.008 0 017-7h5v2h-5a5.006 5.006 0 00-5 5v5.17l2.59-2.58L12 15l-5 5z" }]
);
export {
ROTATE_COUNTERCLOCKWISE_ALT_FILLED
};