@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
8 lines (7 loc) • 357 B
JavaScript
import { svg } from "./_svg.js";
const SCALPEL = svg(
["path", { d: "M28.83 5.17a4.1 4.1 0 00-5.66 0L.34 28h9.25a5 5 0 003.53-1.46l15.71-15.71a4 4 0 000-5.66zM12.29 18.88l2.09-2.09 2.83 2.83-2.09 2.09zm-.58 6.24a3 3 0 01-2.12.88H5.17l5.71-5.71 2.83 2.83zm15.7-15.71l-8.79 8.8-2.83-2.83 8.8-8.79a2 2 0 012.82 0 2 2 0 010 2.82z" }]
);
export {
SCALPEL
};