@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
8 lines (7 loc) • 393 B
JavaScript
import { svg } from "./_svg.js";
const IBM_SECURITY = svg(
["path", { d: "M16 0L4 5.978v14.066a12 12 0 0024 0V5.978zm6.83 27.314L16 23.912v2.228l5.036 2.509A10.002 10.002 0 016 20.044V7.21l10-4.982L26 7.21v3.75L16 5.978v2.228l10 4.982v3.75l-10-4.982v2.228l10 4.982v.878a9.905 9.905 0 01-.37 2.687L16 17.934v2.228l8.895 4.431a10.025 10.025 0 01-2.065 2.721z" }]
);
export {
IBM_SECURITY
};