@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
8 lines (7 loc) • 503 B
JavaScript
import { svg } from "./_svg.js";
const TENNIS_BALL = svg(
["path", { d: "M19 4a8.981 8.981 0 00-8.169 12.755L2 25.585 3.414 27l8.487-8.487a9.04 9.04 0 001.586 1.586L10 23.586 11.414 25l3.831-3.831A8.996 8.996 0 1019 4zm6.906 7.906a7.005 7.005 0 01-5.812-5.812 7.005 7.005 0 015.812 5.812zm-13.812 2.188a7.005 7.005 0 015.812 5.812 7.005 7.005 0 01-5.812-5.812zm7.836 5.837a9.01 9.01 0 00-7.861-7.862 7.004 7.004 0 016-6 9.01 9.01 0 007.861 7.862 7.004 7.004 0 01-6 6z" }]
);
export {
TENNIS_BALL
};