@thi.ng/hiccup-carbon-icons
Version: 
Full set of IBM's Carbon icons in hiccup format
9 lines (8 loc) • 415 B
JavaScript
import { svg } from "./_svg.js";
const STAR_REVIEW = svg(
  ["path", { d: "M18 26h8v2h-8zM18 22h12v2H18zM18 18h12v2H18z" }],
  ["path", { d: "M20.549 11.217L16 2l-4.549 9.217L1.28 12.695l7.36 7.175L6.902 30 14 26.269v-2.26l-4.441 2.335 1.052-6.136.178-1.037-.753-.733-4.458-4.347 6.161-.895 1.04-.151.466-.943L16 6.519l2.755 5.583.466.943 1.04.151 7.454 1.085L28 12.3l-7.451-1.083z" }]
);
export {
  STAR_REVIEW
};