@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
9 lines (8 loc) • 332 B
JavaScript
import { svg } from "./_svg.js";
const COPY_FILE = svg(
["path", { d: "M27.4 14.7l-6.1-6.1C21 8.2 20.5 8 20 8h-8c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V16.1c0-.5-.2-1-.6-1.4zM20 10l5.9 6H20v-6zm-8 18V10h6v6c0 1.1.9 2 2 2h6v10H12z" }],
["path", { d: "M6 18H4V4c0-1.1.9-2 2-2h14v2H6v14z" }]
);
export {
COPY_FILE
};