@thi.ng/hiccup-carbon-icons
Version: 
Full set of IBM's Carbon icons in hiccup format
9 lines (8 loc) • 426 B
JavaScript
import { svg } from "./_svg.js";
const USER_SPEAKER = svg(
  ["path", { d: "M29.415 19L27.7 17.285A2.97 2.97 0 0028 16a3 3 0 10-3 3 2.97 2.97 0 001.286-.3L28 20.414V28h-6v-3a7.008 7.008 0 00-7-7H9a7.008 7.008 0 00-7 7v5h28v-9.586A1.988 1.988 0 0029.415 19zM4 25a5.006 5.006 0 015-5h6a5.006 5.006 0 015 5v3H4z" }],
  ["path", { d: "M12 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7 7 7 0 00-7-7z" }]
);
export {
  USER_SPEAKER
};