@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
9 lines (8 loc) • 320 B
JavaScript
import { svg } from "./_svg.js";
const RSS = svg(
["path", { d: "M8 18c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6zm0 10c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zM30 24h-2C28 13 19 4 8 4V2c12.1 0 22 9.9 22 22z" }],
["path", { d: "M22 24h-2c0-6.6-5.4-12-12-12v-2c7.7 0 14 6.3 14 14z" }]
);
export {
RSS
};