@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
9 lines (8 loc) • 345 B
JavaScript
import { svg } from "./_svg.js";
const DOCUMENT_IMPORT = svg(
["path", { d: "M28 19H14.83l2.58-2.59L16 15l-5 5 5 5 1.41-1.41L14.83 21H28v-2z" }],
["path", { d: "M24 14v-4a1 1 0 00-.29-.71l-7-7A1 1 0 0016 2H6a2 2 0 00-2 2v24a2 2 0 002 2h16a2 2 0 002-2v-2h-2v2H6V4h8v6a2 2 0 002 2h6v2zm-8-4V4.41L21.59 10z" }]
);
export {
DOCUMENT_IMPORT
};