@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
9 lines (8 loc) • 366 B
JavaScript
import { svg } from "./_svg.js";
const CATEGORY_ADD = svg(
["path", { d: "M15 6l-1.41 1.41L17.17 11l-3.58 3.59L15 16l5-5-5-5z" }],
["path", { d: "M28 24H17v-4h6a2.003 2.003 0 002-2V4a2.002 2.002 0 00-2-2H9a2.002 2.002 0 00-2 2v14a2.002 2.002 0 002 2h6v4H4a2 2 0 00-2 2v4h2v-4h11v4h2v-4h11v4h2v-4a2 2 0 00-2-2zM9 4h14l.002 14H9z" }]
);
export {
CATEGORY_ADD
};