@thi.ng/hiccup-carbon-icons
Version: 
Full set of IBM's Carbon icons in hiccup format
8 lines (7 loc) • 307 B
JavaScript
import { svg } from "./_svg.js";
const DIRECTION_ROTARY_FIRST_RIGHT = svg(
  ["path", { d: "M26 18v6.586L15.871 14.457A5.924 5.924 0 0017 11a6 6 0 10-7 5.91V28h2V16.91a5.957 5.957 0 002.455-1.04L24.585 26H18v2h10V18zm-15-3a4 4 0 114-4 4.005 4.005 0 01-4 4z" }]
);
export {
  DIRECTION_ROTARY_FIRST_RIGHT
};