@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
8 lines (7 loc) • 516 B
JavaScript
import { svg } from "./_svg.js";
const JSON = svg(
["path", { d: "M31 11v10h-2l-2-6v6h-2V11h2l2 6v-6h2zM21.334 21h-2.667A1.668 1.668 0 0117 19.334v-6.667A1.668 1.668 0 0118.666 11h2.667A1.668 1.668 0 0123 12.666v6.667A1.668 1.668 0 0121.334 21zM19 19h2v-6h-2zM13.334 21H9v-2h4v-2h-2a2.002 2.002 0 01-2-2v-2.334A1.668 1.668 0 0110.666 11H15v2h-4v2h2a2.002 2.002 0 012 2v2.333A1.668 1.668 0 0113.334 21zM5.333 21H2.667A1.668 1.668 0 011 19.334V17h2v2h2v-8h2v8.334A1.668 1.668 0 015.333 21z" }]
);
export {
JSON
};