@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
8 lines (7 loc) • 307 B
JavaScript
import { svg } from "./_svg.js";
const INSERT_PAGE = svg(
["path", { d: "M26 30h-2V20H12v10h-2V20a2.002 2.002 0 012-2h12a2.002 2.002 0 012 2zM5.17 16L2 19.17l1.411 1.419L8 16l-4.58-4.58L2 12.83 5.17 16zM24 14H12a2.002 2.002 0 01-2-2V2h2v10h12V2h2v10a2.002 2.002 0 01-2 2z" }]
);
export {
INSERT_PAGE
};