@thi.ng/hiccup-carbon-icons
Version: 
Full set of IBM's Carbon icons in hiccup format
8 lines (7 loc) • 315 B
JavaScript
import { svg } from "./_svg.js";
const FACE_DISSATISFIED_FILLED = svg(
  ["path", { d: "M16 2a14 14 0 1014 14A14 14 0 0016 2zm-4.5 9A2.5 2.5 0 119 13.5a2.48 2.48 0 012.54-2.5zm9.64 12.92a6 6 0 00-10.28 0l-1.71-1a8 8 0 0113.7 0zM20.5 16a2.5 2.5 0 010-5 2.5 2.5 0 010 5z" }]
);
export {
  FACE_DISSATISFIED_FILLED
};