open-icon
Version:
Open Icon
8 lines (7 loc) • 337 B
JavaScript
// lib/icons/check-fat.ts
var IconCheckFat = `<svg id="check-fat" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polyline points="13.5 23.14 34.71 58.5 63 9" style="fill: none; stroke-miterlimit: 10; stroke-width: 8px;"/></svg>`;
var check_fat_default = IconCheckFat;
export {
IconCheckFat,
check_fat_default as default
};