@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
8 lines (7 loc) • 644 B
JavaScript
import { svg } from "./_svg.js";
const CONCEPT = svg(
["path", { d: "M20.885 19.471a5.96 5.96 0 000-6.942L23 10.414l1.293 1.293a1 1 0 001.414 0l4-4a1 1 0 000-1.414l-4-4a1 1 0 00-1.414 0l-4 4a1 1 0 000 1.414L21.586 9l-2.115 2.115a5.96 5.96 0 00-6.942 0L10 8.585V2H2v8h6.586l2.529 2.529a5.96 5.96 0 000 6.942L9 21.586l-1.293-1.293a1 1 0 00-1.414 0l-4 4a1 1 0 000 1.414l4 4a1 1 0 001.414 0l4-4a1 1 0 000-1.414L10.414 23l2.115-2.115a5.96 5.96 0 006.942 0L22 23.415V30h8v-8h-6.586zM25 4.414L27.586 7 25 9.586 22.414 7zM7 27.586L4.414 25 7 22.414 9.586 25zM8 8H4V4h4zm4 8a4 4 0 114 4 4.005 4.005 0 01-4-4zm12 8h4v4h-4z" }]
);
export {
CONCEPT
};