open-icon
Version:
Open Icon
8 lines (7 loc) • 1.09 kB
JavaScript
// lib/icons/text-detail-list.ts
var IconTextDetailList = `<svg id="text-detail-list" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polyline points="14.62 24.21 21.37 17.46 14.62 10.71" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="31.5" y1="17.46" x2="58.5" y2="17.46" style="fill: none; stroke-linejoin: round; stroke-width: 8px;"/><line x1="13.5" y1="53.46" x2="58.5" y2="53.46" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="58.5" y1="29.46" x2="27" y2="29.46" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="13.5" y1="41.46" x2="58.5" y2="41.46" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
var text_detail_list_default = IconTextDetailList;
export {
IconTextDetailList,
text_detail_list_default as default
};