UNPKG

@vini-wine/core-icons

Version:

Core package for Vini frontend icons.

579 lines (540 loc) 125 kB
// src/icons/accounting-document.ts var AccountingDocument = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path d="M8.504 5.5V4.5" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M10 5.5H7.971a1.342 1.342 0 0 0-.5 2.587l2.064.826a1.342 1.342 0 0 1-.5 2.587H7" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M8.504 12.5V11.5" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M20.5 22.5a1 1 0 0 1-1 1h-15a1 1 0 0 1-1-1v-21a1 1 0 0 1 1-1h9.59a1 1 0 0 1 .71.293l5.414 5.414a1 1 0 0 1 .293.707Z" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M14.5.59V5.5a1 1 0 0 0 1 1h4.91" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M6.587 16.5h10.917" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M12.52 13.5h4.984" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M14.504 10.5h3" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M6.587 19.5h10.917" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> </svg>`; }; // src/icons/accounting-invoice-hand.ts var AccountingInvoiceHand = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <g> <g> <path d="M23.5 23.5 21 20.07l0-4.57c.05-1.78-2.58-3.86-4.5-5.5" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="m18.52 17.5-2.69-2.77a1.06 1.06 0 0 0-1.5 1.5L17 19.5V21c0 1 1.56 2.5 1.56 2.5" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> </g> <path d="M13.5 20.5h-12a1 1 0 0 1-1-1v-18a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v13.92" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M13.5 18.5H4a.5.5 0 0 1-.5-.5v-6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v1.5" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="m3.5 13.5 10 0" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="m6.5 11.5 0 7" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="m9.5 11.5 0 7" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="m9.5 4.5 4 0" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="m9.5 6.5 2.5 0" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="m5.5 8.5 0 1" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="m5.5 3.5 0 1" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M3.5 8.5h3a1 1 0 0 0 0-2h-2a1 1 0 0 1 0-2h3" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> </g> </svg>`; }; // src/icons/accounting-invoice-mail.ts var AccountingInvoiceMail = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path d="m19.5 8.75 4 2.75V22a1.5 1.5 0 0 1-1.5 1.5H2A1.5 1.5 0 0 1 .5 22V11.5l4-2.75" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="m3.504 20.5 5-4 7 0 5 4" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="m23.504 11.5-6 4" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="m.504 11.5 6 4" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M19.5 14.166V1.5a1 1 0 0 0-1-1h-13a1 1 0 0 0-1 1v12.666" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="m7.004 4.5 4.5 0" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="m7.004 6.5 4.5 0" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="m7.004 8.5 2.5 0" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="m15.504 8.5 0 1" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="m15.504 3.5 0 1" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M13.5 8.5h3a1 1 0 0 0 0-2h-2a1 1 0 1 1 0-2h3" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> </svg>`; }; // src/icons/add.ts var Add = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m12 1 0 22"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M23 12 1 12"></path> </svg>`; }; // src/icons/alarm-bell-off.ts var AlarmBellOff = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="currentColor" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path d="m.5 23.5 23-23" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M14 18.5a2 2 0 0 1-4 0" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M15 6.23a4.78 4.78 0 0 0-.5-.23 2.5 2.5 0 0 0-5 0 6.5 6.5 0 0 0-4 6v3.67" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M5.5 18.5h15a2 2 0 0 1-2-2V12a6.61 6.61 0 0 0-1.9-4.6" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> </svg>`; }; // src/icons/alarm-bell.ts var AlarmBell = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="currentColor" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path d="M20.5 17.5V11a8.5 8.5 0 0 0-5.541-7.959 3 3 0 0 0-5.922 0A8.493 8.493 0 0 0 3.5 11v6.5a3 3 0 0 1-3 3h23a3 3 0 0 1-3-3Z" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M15 20.5a3 3 0 1 1-6 0" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> </svg>`; }; // src/icons/alert-message-laptop.ts var AlertMessageLaptop = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}"> <path d="M9 7.5H5.167A1.667 1.667 0 0 0 3.5 9.168V20.5" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M20.5 20.501v-6.5" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M23.5 20.5a3 3 0 0 1-3 3h-17a3 3 0 0 1-3-3h23Z" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M17.433.5A5.954 5.954 0 0 0 11.5 6.567a5.944 5.944 0 0 0 .781 3.193L10.5 13.5l3.741-1.782A6.064 6.064 0 1 0 17.433.5v0Z" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M17.5 7.001v-3" fill="none" stroke="${color}"></path> <path d="M17.5 9a.25.25 0 1 1 0-.5" stroke="${color}"></path> <path d="M17.5 9a.25.25 0 0 0 0-.5" stroke="${color}"></path> </svg>`; }; // src/icons/alert-triangle.ts var AlertTriangle = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path fill="none" d="M22.553 22.581a.569.569 0 0 1-.553.894H2a.569.569 0 0 1-.553-.894L11.553 2.37c.246-.492.648-.492.894 0Z"></path> <path fill="none" d="m12 16.979 0-7"></path> <path fill="none" d="M11.991 18.979a.246.246 0 0 0-.241.255.255.255 0 0 0 .254.245h.005a.246.246 0 0 0 .241-.255.255.255 0 0 0-.25-.245h-.005"></path> </svg>`; }; // src/icons/arrow-button-down-2.ts var ArrowButtonDown2 = (size = "24", color = "currentColor", fill = "none") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="${fill}" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path d="M2.32 2.966h19.452a1 1 0 0 1 .855 1.517L12.9 20.552a1 1 0 0 1-1.711 0L1.465 4.483a1 1 0 0 1 .855-1.517Z" fill="${fill}" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> </svg>`; }; // src/icons/arrow-left.ts var ArrowLeft = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}"> <path d="m.757 12 22.486 0" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M12.743 1 1.1 11.249a1 1 0 0 0 0 1.5L12.743 23" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> </svg>`; }; // src/icons/arrow-right.ts var ArrowRight = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}"> <path d="M23.243 12 .757 12" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M11.257 23 22.9 12.751a1 1 0 0 0 0-1.5L11.257 1" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> </svg>`; }; // src/icons/attachment.ts var Attachment = (size = "24", color = "currentColor") => { const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${size}" height="${size}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path d="M9.5 17V9.5c0-1.656.843-3 2.5-3s2.5 1.344 2.5 3V19c0 2.486-1.515 4.5-4 4.5s-4-2.014-4-4.5V6.5c0-3.314 2.187-6 5.5-6s5.5 2.686 5.5 6v9" /> </svg>`; }; // src/icons/award-trophy-star-1.ts var AwardTrophyStar1 = (size = "24", color = "currentColor") => { return `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="${size}" height="${size}"> <path d="M3.113 9.253A4 4 0 0 1 .5 5.5v-1a1 1 0 0 1 1-1h3.3" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M20.887 9.253A4 4 0 0 0 23.5 5.5v-1a1 1 0 0 0-1-1h-3.3" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M12.479 3.287 13.507 5.5h2a.489.489 0 0 1 .345.855l-1.736 1.71.962 2.209a.524.524 0 0 1-.746.655l-2.324-1.307-2.324 1.307a.524.524 0 0 1-.746-.655L9.9 8.065 8.164 6.357a.489.489 0 0 1 .344-.857h2l1.029-2.215a.53.53 0 0 1 .942.002Z" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="m12 15.5 0 4.5" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M6 23.5c0-1.933 2.686-3.5 6-3.5s6 1.567 6 3.5Z" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M18.6 9.53c-.449 4.492-5.838 7.865-10.258 4.776a7.312 7.312 0 0 1-2.991-5.293l-.8-7.963a.5.5 0 0 1 .5-.55h13.9a.5.5 0 0 1 .5.55Z" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> </svg>`; }; // src/icons/bin-2.ts var Bin2 = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m.5 6.507 23 0"></path> <path stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M20.5 6.5v15a2 2 0 0 1-2 2h-13a2 2 0 0 1-2-2v-15"></path> <path stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M2.5 6.5v-1a2 2 0 0 1 2-2h15a2 2 0 0 1 2 2v1"></path> <path stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M9 3.5a3 3 0 0 1 6 0"></path> <path stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m12 10 0 9.5"></path> <path stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m16.5 10 0 9.5"></path> <path stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m7.5 10 0 9.5"></path> </svg>`; }; // src/icons/bookmarks-2.ts var Bookmarks2 = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path d="M16.5 6.741h2a1 1 0 0 0 1-1v-1.5a3.5 3.5 0 0 0-3.5-3.5H8a3.5 3.5 0 0 0-3.5 3.5v18.5c0 .55.318.681.707.293L9.5 18.741l4.293 4.293c.389.388.707.257.707-.293v-18a2 2 0 0 1 2-2"/> </svg>`; }; // src/icons/business-card-1.ts var BusinessCard1 = (size = "24", color = "currentColor") => { const parsedSize = size; return `<svg xmlns="http://www.w3.org/2000/svg" width="${parsedSize}" height="${parsedSize}" viewBox="0 0 24 24"> <path d="M3 4.75h18s2 0 2 2v10.5s0 2-2 2H3s-2 0-2-2V6.75s0-2 2-2" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M4.564 7.75h5v5h-5Z" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="m4.564 15.75 4.436 0" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="m15 8.25 4.238 0" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="m15 15.75 4.238 0" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="m13.291 12 5.947 0" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> </svg>`; }; // src/icons/button-record-1.ts var ButtonRecord1 = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M0.5 11.999a11.5 11.5 0 1 0 23 0 11.5 11.5 0 1 0-23 0Z"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M7.5 11.999a4.5 4.5 0 1 0 9 0 4.5 4.5 0 1 0-9 0Z"></path> </svg>`; }; // src/icons/calendar-3.ts var Calendar3 = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="M1.5 2.501h21s1 0 1 1v19s0 1-1 1h-21s-1 0-1-1v-19s0-1 1-1"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m5.5.501 0 5"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m18.5.501 0 5"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m.5 7.501 23 0"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m12 7.501 0 16"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m6 7.501 0 16"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m18 7.501 0 16"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m.5 15.501 23 0"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m.5 11.501 23 0"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m.5 19.501 23 0"></path> </svg>`; }; // src/icons/cash-payment-bag.ts var CashPaymentBag = (size = "24", color = "currentColor") => { const parsedSize = size; return `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="${parsedSize}" height="${parsedSize}"> <path d="M16.07 18.971 20.5 17.5a2.76 2.76 0 0 1 3 1c-12.229 6.113-8.272 6.077-19 2.5l-4 2.5" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M9.5 19.5H15a1.016 1.016 0 1 0 0-2h-3a6.592 6.592 0 0 0-4.5-2h-3l-4 2" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M18 14a5.129 5.129 0 0 0 1.5-3.609c0-3.449-2.8-4.865-4.068-5.613a.5.5 0 0 1-.171-.7l1.761-2.817A.5.5 0 0 0 16.6.5h-6.2a.5.5 0 0 0-.424.765l1.742 2.788a.5.5 0 0 1-.193.708c-1.264.661-4.027 2.1-4.027 5.63a5.208 5.208 0 0 0 1 3.088" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="m13.504 11.5 0 1" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="m13.504 6.5 0 1" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M11.5 11.5h3a1 1 0 0 0 0-2h-2a1 1 0 1 1 0-2h3" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> </svg>`; }; // src/icons/cash-payment-coin.ts var CashPaymentCoin = (size = "24", color = "currentColor") => { const parsedSize = size; return `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="${parsedSize}" height="${parsedSize}"> <path d="M16.07 18.471 20.5 17a2.76 2.76 0 0 1 3 1c-12.229 6.113-8.272 6.077-19 2.5L.5 23" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M9.5 19H15a1.016 1.016 0 1 0 0-2h-3a6.592 6.592 0 0 0-4.5-2h-3l-4 2" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M9.355 7.149a6.149 6.149 0 1 0 12.298 0 6.149 6.149 0 1 0-12.298 0Z" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="m15.504 4 0-1" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M17 4h-2.029a1.342 1.342 0 0 0-.5 2.587l2.064.826a1.342 1.342 0 0 1-.5 2.587H14" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="m15.504 11 0-1" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> </svg>`; }; // src/icons/cash-payment-coin-1.ts var CashPaymentCoin1 = (size = "24", color = "currentColor") => { const parsedSize = size; return `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="${parsedSize}" height="${parsedSize}"> <path d="m6.94 8.94 3.55-2.37a2 2 0 0 1 1.11-.34h3.76a2 2 0 0 1 1.72 1c.68 1.13 1 1.44.11 3.17A2 2 0 0 1 15 11.43l-3.24-.64c-.6-.12-1.75 1-1.27 2.44l5.85 2.25a2 2 0 0 0 1.32 0l5.84-1.78" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M23.5 5.81 19 3.06a2.08 2.08 0 0 0-1.17-.29l-7.17.42a2.05 2.05 0 0 0-1.21.5L5.9 6.88a2.1 2.1 0 0 0-.57.86l-.48 1.47" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M12.69 16.23a6.13 6.13 0 1 1-3.19-6.6" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="m6.5 12.58 0-1" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M8 12.58H6a1.35 1.35 0 0 0-1.34 1.35 1.33 1.33 0 0 0 .84 1.24l2.04.83A1.34 1.34 0 0 1 7 18.58H5" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="m6.5 19.58 0-1" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> </svg>`; }; // src/icons/champagne-bottle.ts var ChampagneBottle = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path d="M14.99 9.731a12.276 12.276 0 0 1-1.49-5.863V1.5a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v2.368a12.276 12.276 0 0 1-1.49 5.863 11.612 11.612 0 0 0-1.51 5.527V21.5a2.006 2.006 0 0 0 2 2h5a2.006 2.006 0 0 0 2-2v-6.242a11.612 11.612 0 0 0-1.51-5.527Z" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"/> <path d="m9.01 9.731.551.789a3 3 0 0 0 4.9.017l.546-.768" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"/> <path d="m7.5 15.5 9 0" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"/> <path d="m7.5 20.5 9 0" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"/> <path d="m10.5 2.5 3 0" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"/> <path d="M11 9a1 1 0 1 0 2 0 1 1 0 1 0-2 0Z" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"/> </svg>`; }; // src/icons/chateau-frontenac-canada.ts var ChateauFrontenacCanada = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="M10.505 14.186h5.942v9.286h-5.942Z"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="M.402 15.734H4.83v7.738H.402Z"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="M16.448 15.734h6.955v7.738h-6.955Z"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="M4.831 17.797h5.675v5.675H4.831Z"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m10.505 14.186 2.948-4.127 2.948 4.127"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m.402 15.734 2.365-5.045 2.064 5.045 1.547-1.548 4.127 0"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m14.927 12.123 5.896 0 2.579 3.611"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m6.378 14.186 0-8.254 11.35 0 0 6.191"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m6.378 5.932 2.064-3.611 7.222 0 2.064 3.611"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m8.442 2.321 0-1.032"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m15.664 2.321 0-1.032"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m11.015 8.688-2.057 0"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m9.986 11.209-1.028 0"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m13.969 16.713-1.032 0"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m3.132 18.629-1.031 0"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m13.969 19.603-1.032 0"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m2.767 10.764 0-1.548"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="M19.925 19.6a1.273 1.273 0 0 0-1.273 1.272v2.6H21.2v-2.6a1.273 1.273 0 0 0-1.275-1.272Z"></path> </svg>`; }; // src/icons/cloud-add.ts var CloudAdd = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M20.5 13.906A4.311 4.311 0 0 0 23 9.857a4.711 4.711 0 0 0-4.954-4.635A6.706 6.706 0 0 0 12 1.5a6.605 6.605 0 0 0-6.675 6.109A3.561 3.561 0 0 0 1 11.018 3.186 3.186 0 0 0 3.5 14.3"></path> <path stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M6 16.5a6 6 0 1 0 12 0 6 6 0 1 0-12 0Z"></path> <path stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m12 13.5 0 6"></path> <path stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m15 16.5-6 0"></path> </svg>`; }; // src/icons/cloud-cash.ts var CloudCash = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="M20.5 13.906A4.313 4.313 0 0 0 23 9.857a4.711 4.711 0 0 0-4.954-4.635A6.707 6.707 0 0 0 12 1.5a6.605 6.605 0 0 0-6.675 6.108A3.561 3.561 0 0 0 1 11.017 3.186 3.186 0 0 0 3.5 14.3"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="M13.5 13.5h-2.033a1.342 1.342 0 0 0-.5 2.588l2.063.825a1.341 1.341 0 0 1-.5 2.587H10.5"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m12 20.5 0-1"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="m12 13.5 0-1"></path> <path fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="M6 16.5a6 6 0 1 0 12 0 6 6 0 1 0-12 0Z"></path> </svg>`; }; // src/icons/cloud-check.ts var CloudCheck = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M20.5 13.907A4.313 4.313 0 0 0 23 9.858a4.711 4.711 0 0 0-4.954-4.635A6.707 6.707 0 0 0 12 1.5a6.605 6.605 0 0 0-6.675 6.109A3.561 3.561 0 0 0 1 11.018 3.186 3.186 0 0 0 3.5 14.3"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M6 16.501a6 6 0 1 0 12 0 6 6 0 1 0-12 0Z"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m14.674 14.757-2.9 3.874a.75.75 0 0 1-1.13.08l-1.5-1.5"></path> </svg>`; }; // src/icons/cloud-clock.ts var CloudClock = (size = "24", color = "currentColor") => { const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${size}" height="${size}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M20.5 13.907A4.313 4.313 0 0 0 23 9.858a4.711 4.711 0 0 0-4.954-4.635A6.707 6.707 0 0 0 12 1.5a6.605 6.605 0 0 0-6.675 6.109A3.561 3.561 0 0 0 1 11.018 3.186 3.186 0 0 0 3.5 14.3"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M6 16.501a6 6 0 1 0 12 0 6 6 0 1 0-12 0Z"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m14 16.501-2 0 0-3"></path> </svg>`; }; // src/icons/cloud-download.ts var CloudDownload = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path d="M17.24 15.891h1.46s4.3-.561 4.3-4.783a4.773 4.773 0 0 0-4.955-4.773A6.685 6.685 0 0 0 5.324 8.794 3.586 3.586 0 0 0 1 12.3c0 3.645 3.826 3.588 3.826 3.588h1.906" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="m12 21 0-10" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> <path d="m9 18.391 3 3 3-3" fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round"></path> </svg>`; }; // src/icons/cloud-question.ts var CloudQuestion = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}"> <path stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="M20.5 13.906A4.311 4.311 0 0 0 23 9.857a4.712 4.712 0 0 0-4.954-4.635A6.706 6.706 0 0 0 12 1.5a6.605 6.605 0 0 0-6.675 6.11A3.56 3.56 0 0 0 1 11.017 3.186 3.186 0 0 0 3.5 14.3"></path> <path stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="M12 22.5a6 6 0 1 0 0-12 6 6 0 0 0 0 12Z"></path> <path stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}" d="M10.125 15.042A1.875 1.875 0 1 1 12 16.917v1"></path> <path stroke="${color}" d="M11.999 20.417a.25.25 0 1 1 0-.5"></path> <path stroke="${color}" d="M11.999 20.417a.25.25 0 1 0 0-.5"></path> </svg>`; }; // src/icons/cloud-search.ts var CloudSearch = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M17.5 15.5H19s4.5-.586 4.5-5a4.991 4.991 0 0 0-5.18-4.991A6.988 6.988 0 0 0 5.022 8.08 3.751 3.751 0 0 0 .5 11.75a3.491 3.491 0 0 0 3.018 3.636"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M6 16.029a4.529 4.529 0 1 0 9.058 0 4.529 4.529 0 1 0-9.058 0Z"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m17 22.5-3.248-3.248"></path> </svg>`; }; // src/icons/cloud-sync.ts var CloudSync = (size = "24", color = "currentColor") => { const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${size}" height="${size}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M20.5 13.907A4.313 4.313 0 0 0 23 9.858a4.711 4.711 0 0 0-4.954-4.635A6.707 6.707 0 0 0 12 1.5a6.605 6.605 0 0 0-6.675 6.109A3.561 3.561 0 0 0 1 11.018 3.186 3.186 0 0 0 3.5 14.3"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m9.5 17.501-3.5 0 0 3.5"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M17.417 18.734A5.572 5.572 0 0 1 6.6 17.5"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m14.5 15.501 3.5 0 0-3.5"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M6.583 14.268A5.572 5.572 0 0 1 17.4 15.5"></path> </svg>`; }; // src/icons/cloud-text.ts var CloudText = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M20.5 13.906A4.311 4.311 0 0 0 23 9.857a4.711 4.711 0 0 0-4.954-4.635A6.706 6.706 0 0 0 12 1.5a6.605 6.605 0 0 0-6.675 6.109A3.561 3.561 0 0 0 1 11.018 3.186 3.186 0 0 0 3.5 14.3"></path> <path stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M17 22.5H7a1 1 0 0 1-1-1v-10a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1Z"></path> <path stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m9 13.5 6 0"></path> <path stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m9 16.5 6 0"></path> <path stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m9 19.5 2.25 0"></path> </svg>`; }; // src/icons/cloud-upload.ts var CloudUpload = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M16.3 15.891h2.4s4.3-.561 4.3-4.783a4.773 4.773 0 0 0-4.955-4.773A6.685 6.685 0 0 0 5.324 8.794 3.586 3.586 0 0 0 1 12.3c0 3.645 3.826 3.588 3.826 3.588h2.863"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m12 10.391 0 11"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m15 13.391-3-3-3 3"></path> </svg>`; }; // src/icons/coding-apps-website-big-data-sync-cloud.ts var CodingAppsWebsiteBigDataSyncCloud = (size = "24", color = "currentColor") => { const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${size}" height="${size}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M.5 18.99a1.5 1.5 0 0 1 1.5-1.5h7a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5H2a1.5 1.5 0 0 1-1.5-1.5v-3Z"></path> <path fill="none" stroke="${color}" d="M3.5 20.87a.375.375 0 0 1 0-.75"></path> <path fill="none" stroke="${color}" d="M3.5 20.87a.375.375 0 0 0 0-.75"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M7.5 20.49h-1"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M13.5 18.99a1.5 1.5 0 0 1 1.5-1.5h7a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-7a1.5 1.5 0 0 1-1.5-1.5v-3Z"></path> <path fill="none" stroke="${color}" d="M16.5 20.865a.375.375 0 0 1 0-.75"></path> <path fill="none" stroke="${color}" d="M16.5 20.865a.375.375 0 0 0 0-.75"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M20.5 20.49h-1"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M10.5 14.99V9.339l-1.854 1.854"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M13.5 9.339v5.651l1.812-1.812"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M17.353 11.51s3.536-.46 3.536-3.929a3.92 3.92 0 0 0-4.07-3.921 5.492 5.492 0 0 0-10.45 2.019 2.948 2.948 0 0 0-3.552 2.885c0 2.993 3.143 2.946 3.143 2.946"></path> </svg>`; }; // src/icons/cog-1.ts var Cog1 = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="currentColor" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path d="M19.922 7.213a1.874 1.874 0 0 0 1.065 2.571l1.265.45a1.875 1.875 0 0 1 0 3.534l-1.265.45a1.874 1.874 0 0 0-1.065 2.571L20.5 18a1.875 1.875 0 0 1-2.5 2.5l-1.213-.576a1.874 1.874 0 0 0-2.571 1.065l-.45 1.265a1.875 1.875 0 0 1-3.533 0l-.45-1.265a1.875 1.875 0 0 0-2.572-1.065L6 20.5A1.874 1.874 0 0 1 3.5 18l.576-1.213a1.874 1.874 0 0 0-1.065-2.571l-1.265-.45a1.875 1.875 0 0 1 0-3.534l1.265-.45a1.874 1.874 0 0 0 1.065-2.569L3.5 6A1.874 1.874 0 0 1 6 3.5l1.213.576a1.875 1.875 0 0 0 2.57-1.063l.45-1.265a1.875 1.875 0 0 1 3.533 0l.45 1.265a1.874 1.874 0 0 0 2.571 1.065L18 3.5A1.875 1.875 0 0 1 20.5 6Z" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M7.499 12.001a4.5 4.5 0 1 0 9 0 4.5 4.5 0 1 0-9 0Z" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> </svg>`; }; // src/icons/conversation-chat-2.ts var ConversationChat2 = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path d="M14.5.5h-10a4 4 0 0 0-4 4v5a4 4 0 0 0 4 4h1v4l4.5-4h4.5a4 4 0 0 0 4-4v-5a4 4 0 0 0-4-4Z" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> <path d="M11.5 16.5V18a2.5 2.5 0 0 0 2.5 2.5h2.5l3 3v-3H21a2.5 2.5 0 0 0 2.5-2.5v-3a2.5 2.5 0 0 0-2.5-2.5h-.5" fill="none" stroke="${color}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"></path> </svg>`; }; // src/icons/copyright-and-protection-2.ts var CopyrightAndProtection2 = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.998 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path d="M.499 12a11.5 11.5 0 1 0 23 0 11.5 11.5 0 1 0-23 0" stroke-miterlimit="10"/> <path d="M15 9.5a2 2 0 0 1-2 2H9.5v-4H13a2 2 0 0 1 2 2Z"/> <path d="M9.499 11v5"/> <path d="M12 11.5a2.5 2.5 0 0 1 2.5 2.5v2"/> </svg>`; }; // src/icons/delivery-truck-clock.ts var DeliveryTruckClock = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M.709 6.5a5 5 0 1 0 10 0 5 5 0 1 0-10 0Z"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m7.709 7.5-2 0 0-3.5"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M16.709 13.5h3.8a1 1 0 0 1 .942.664l1.785 5a1 1 0 0 1-.946 1.336h-1.167"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M11.123 20.5h5.6l-.009-9a1 1 0 0 0-1-1h-4"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M5.709 13.5v6a1 1 0 0 0 1 1H8.3"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M18.209 21a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0Z"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="M8.209 21a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0Z"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m.709 15.5 3 .005"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m2.209 17.5 1.5.005"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m3.209 19.5.5.005"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m22.209 16.5-5.5 0"></path> <path fill="none" stroke="${color}" stroke-linecap="round" stroke-linejoin="round" d="m16.72 20.5 1.582 0"></path> </svg>`; }; // src/icons/diagram-up-large-head.ts var DiagramUpLargeHead = (size = "24", color = "currentColor") => { const parsedSize = size; const strokeWidth = 1; const strokeLinecap = "round"; const strokeLinejoin = "round"; return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="${parsedSize}" height="${parsedSize}" fill="none" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="${strokeLinecap}" stroke-linejoin="${strokeLinejoin}"> <path d="M1.654 23.077A16.353 16.353 0 0 0 16.887 6.71c0-.277.014-.939 0-1.215l0-4.525" fill="none"></path> <path d="M11.44 6.375 16.894.923l5.453 5.452" fill="none"></path> </svg>`; }; // src/icons/diamond-give.ts var DiamondGive = (size = "24", color = "currentColor") => { return `<svg vi