open-icon
Version:
Open Icon
8 lines (7 loc) • 1.76 kB
JavaScript
// lib/icons/text-order-desc-copy3.ts
var IconTextOrderDescCopy3 = `<svg id="text-order-desc_copy_3" data-name="text-order-desc copy 3" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><line x1="31.5" y1="36" x2="58.5" y2="36" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="31.5" y1="54" x2="58.5" y2="54" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="31.5" y1="18" x2="58.5" y2="18" style="fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="19" y1="13.5" x2="19" y2="22.5" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: square; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M16,31.5h3.22c2.13,0,3.2,2.58,1.69,4.09l-4.91,4.91h6.5" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: square; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M15.95,49.5h4.81c1.55,0,2.32,1.87,1.23,2.96l-1.54,1.54,1.54,1.54c1.09,1.09.32,2.96-1.23,2.96h-4.81" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: square; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
var text_order_desc_copy3_default = IconTextOrderDescCopy3;
export {
IconTextOrderDescCopy3,
text_order_desc_copy3_default as default
};