@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
17 lines (16 loc) • 471 B
JavaScript
import { svg } from "./_svg.js";
const TAG_GROUP = svg(
[
"circle",
{
r: 2,
cy: 14,
cx: 10
}
],
["path", { d: "M16 30a1 1 0 01-.71-.29L4.59 19A2 2 0 014 17.59V10a2 2 0 012-2h7.59a2 2 0 011.41.59l10.71 10.7a1 1 0 010 1.42l-9 9A1 1 0 0116 30zM6 10v7.59l10 10L23.59 20l-10-10z" }],
["path", { d: "M27.71 13.29L17 2.59A2 2 0 0015.59 2H8a2 2 0 00-2 2v2h2V4h7.59l10 10-1.3 1.29 1.42 1.42 2-2a1 1 0 000-1.42z" }]
);
export {
TAG_GROUP
};