{"version":3,"sources":["../src/icons/accounting-document.ts","../src/icons/accounting-invoice-hand.ts","../src/icons/accounting-invoice-mail.ts","../src/icons/add.ts","../src/icons/alarm-bell.ts","../src/icons/alert-message-laptop.ts","../src/icons/alert-triangle.ts","../src/icons/arrow-button-down-2.ts","../src/icons/arrow-left.ts","../src/icons/arrow-right.ts","../src/icons/attachment.ts","../src/icons/award-trophy-star-1.ts","../src/icons/bin-2.ts","../src/icons/bookmarks-2.ts","../src/icons/business-card-1.ts","../src/icons/button-record-1.ts","../src/icons/calendar-3.ts","../src/icons/cash-payment-bag.ts","../src/icons/champagne-bottle.ts","../src/icons/chateau-frontenac-canada.ts","../src/icons/cloud-add.ts","../src/icons/cloud-cash.ts","../src/icons/cloud-check.ts","../src/icons/cloud-clock.ts","../src/icons/cloud-download.ts","../src/icons/cloud-question.ts","../src/icons/cloud-search.ts","../src/icons/cloud-sync.ts","../src/icons/cloud-text.ts","../src/icons/cloud-upload.ts","../src/icons/coding-apps-website-big-data-sync-cloud.ts","../src/icons/cog-1.ts","../src/icons/conversation-chat-2.ts","../src/icons/copyright-and-protection-2.ts","../src/icons/diagram-up-large-head.ts","../src/icons/diamond-give.ts","../src/icons/do-not-disturb-sleep-mode.ts","../src/icons/email-action-reply-1.ts","../src/icons/email-action-send-2.ts","../src/icons/expand-3.ts","../src/icons/eye-idea.ts","../src/icons/gaming-ribbon-first.ts","../src/icons/graph-stats-descend.ts","../src/icons/hearts-card.ts","../src/icons/house-1.ts","../src/icons/hyperlink.ts","../src/icons/information-circle.ts","../src/icons/information-desk-customer.ts","../src/icons/list-add.ts","../src/icons/login-key.ts","../src/icons/logout-1.ts","../src/icons/maps-pin.ts","../src/icons/mood-rock.ts","../src/icons/multiple-neutral-1.ts","../src/icons/multiple-neutral-2.ts","../src/icons/navigation-menu-horizontal.ts","../src/icons/ranking-winner-ribbon.ts","../src/icons/rating-star.ts","../src/icons/receipt-1.ts","../src/icons/remove-circle.ts","../src/icons/request-files.ts","../src/icons/rotate-front.ts","../src/icons/saving-piggy-dollars.ts","../src/icons/school-invitation-card-1.ts","../src/icons/search.ts","../src/icons/seo-search.ts","../src/icons/shape-square-add.ts","../src/icons/shipping-truck-fast.ts","../src/icons/shop.ts","../src/icons/shopping-cart-1.ts","../src/icons/sign-badge-circle.ts","../src/icons/single-neutral-actions-text.ts","../src/icons/small-office-double-building.ts","../src/icons/subscription-hand-click-2.ts","../src/icons/supply-chain-supplier-trolley-delivery.ts","../src/icons/symbol-equal.ts","../src/icons/synchronise-refresh-arrow-2.ts","../src/icons/tags-settings.ts","../src/icons/target-center.ts","../src/icons/time-twentfour-hours-1.ts","../src/icons/trading-buy.ts","../src/icons/trading-monitor.ts","../src/icons/upload-bottom.ts","../src/icons/weather-sun.ts","../src/icons/wine-barrel-1.ts","../src/icons/wine-glass-bottle.ts","../src/icons/wine-grapes.ts","../src/icons/work-from-home-user-sit.ts"],"sourcesContent":["export const AccountingDocument = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path d=\"M8.504 5.5V4.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <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>\n            <path d=\"M8.504 12.5V11.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <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>\n            <path d=\"M14.5.59V5.5a1 1 0 0 0 1 1h4.91\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M6.587 16.5h10.917\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M12.52 13.5h4.984\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M14.504 10.5h3\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M6.587 19.5h10.917\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n          </svg>`;\n};\n","export const AccountingInvoiceHand = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <g>\n              <g>\n                <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>\n                <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>\n              </g>\n              <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>\n              <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>\n              <path d=\"m3.5 13.5 10 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n              <path d=\"m6.5 11.5 0 7\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n              <path d=\"m9.5 11.5 0 7\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n              <path d=\"m9.5 4.5 4 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n              <path d=\"m9.5 6.5 2.5 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n              <path d=\"m5.5 8.5 0 1\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n              <path d=\"m5.5 3.5 0 1\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n              <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>\n            </g>\n          </svg>`;\n};\n","export const AccountingInvoiceMail = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <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>\n            <path d=\"m3.504 20.5 5-4 7 0 5 4\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m23.504 11.5-6 4\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m.504 11.5 6 4\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <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>\n            <path d=\"m7.004 4.5 4.5 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m7.004 6.5 4.5 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m7.004 8.5 2.5 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m15.504 8.5 0 1\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m15.504 3.5 0 1\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <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>\n          </svg>`;\n};\n","export const Add = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m12 1 0 22\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M23 12 1 12\"></path>\n          </svg>`;\n};\n","export const AlarmBell = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <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>\n            <path d=\"M15 20.5a3 3 0 1 1-6 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n          </svg>`;\n};\n","export const AlertMessageLaptop = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  return `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"${parsedSize}\" height=\"${parsedSize}\">\n            <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>\n            <path d=\"M20.5 20.501v-6.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <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>\n            <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>\n            <path d=\"M17.5 7.001v-3\" fill=\"none\" stroke=\"${color}\"></path>\n            <path d=\"M17.5 9a.25.25 0 1 1 0-.5\" stroke=\"${color}\"></path>\n            <path d=\"M17.5 9a.25.25 0 0 0 0-.5\" stroke=\"${color}\"></path>\n          </svg>`;\n};\n","export const AlertTriangle = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <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>\n            <path fill=\"none\" d=\"m12 16.979 0-7\"></path>\n            <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>\n          </svg>`;\n};\n","export const ArrowButtonDown2 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n  fill: string = \"none\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <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>\n          </svg>`;\n};\n","export const ArrowLeft = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  return `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"${parsedSize}\" height=\"${parsedSize}\">\n            <path d=\"m.757 12 22.486 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <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>\n          </svg>`;\n};\n","export const ArrowRight = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  return `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"${parsedSize}\" height=\"${parsedSize}\">\n            <path d=\"M23.243 12 .757 12\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <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>\n          </svg>`;\n};\n","export const Attachment = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n    <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\" />\n  </svg>`;\n};\n","export const AwardTrophyStar1 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  return `<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"${size}\" height=\"${size}\">\n            <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>\n            <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>\n            <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>\n            <path d=\"m12 15.5 0 4.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <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>\n            <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>\n          </svg>`;\n};\n","export const Bin2 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m.5 6.507 23 0\"></path>\n            <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>\n            <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>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 3.5a3 3 0 0 1 6 0\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m12 10 0 9.5\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m16.5 10 0 9.5\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m7.5 10 0 9.5\"></path>\n          </svg>`;\n};\n","export const Bookmarks2 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n    <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\"/>\n  </svg>`;\n};\n","export const BusinessCard1 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n\n  return `<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"${parsedSize}\" height=\"${parsedSize}\" viewBox=\"0 0 24 24\">\n            <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>\n            <path d=\"M4.564 7.75h5v5h-5Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m4.564 15.75 4.436 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m15 8.25 4.238 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m15 15.75 4.238 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m13.291 12 5.947 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n          </svg>`;\n};\n","export const ButtonRecord1 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <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>\n            <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>\n          </svg>`;\n};\n","export const Calendar3 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <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>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m5.5.501 0 5\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m18.5.501 0 5\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m.5 7.501 23 0\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m12 7.501 0 16\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m6 7.501 0 16\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m18 7.501 0 16\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m.5 15.501 23 0\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m.5 11.501 23 0\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m.5 19.501 23 0\"></path>\n          </svg>`;\n};\n","export const CashPaymentBag = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n\n  return `<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"${parsedSize}\" height=\"${parsedSize}\">\n            <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>\n            <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>\n            <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>\n            <path d=\"m13.504 11.5 0 1\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m13.504 6.5 0 1\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <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>\n          </svg>`;\n};\n","export const ChampagneBottle = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <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}\"/>\n            <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}\"/>\n            <path d=\"m7.5 15.5 9 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"/>\n            <path d=\"m7.5 20.5 9 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"/>\n            <path d=\"m10.5 2.5 3 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"/>\n            <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}\"/>\n          </svg>`;\n};\n","export const ChateauFrontenacCanada = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"M10.505 14.186h5.942v9.286h-5.942Z\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"M.402 15.734H4.83v7.738H.402Z\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"M16.448 15.734h6.955v7.738h-6.955Z\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"M4.831 17.797h5.675v5.675H4.831Z\"></path>\n            <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>\n            <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>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m14.927 12.123 5.896 0 2.579 3.611\"></path>\n            <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>\n            <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>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m8.442 2.321 0-1.032\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m15.664 2.321 0-1.032\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m11.015 8.688-2.057 0\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m9.986 11.209-1.028 0\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m13.969 16.713-1.032 0\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m3.132 18.629-1.031 0\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m13.969 19.603-1.032 0\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m2.767 10.764 0-1.548\"></path>\n            <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>\n          </svg>`;\n};\n","export const CloudAdd = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <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>\n            <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>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m12 13.5 0 6\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m15 16.5-6 0\"></path>\n          </svg>`;\n};\n","export const CloudCash = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <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>\n            <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>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m12 20.5 0-1\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m12 13.5 0-1\"></path>\n            <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>\n          </svg>`;\n};\n","export const CloudCheck = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <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>\n            <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>\n            <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>\n          </svg>`;\n};\n","export const CloudClock = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <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>\n            <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>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m14 16.501-2 0 0-3\"></path>\n          </svg>`;\n};\n","export const CloudDownload = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <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>\n            <path d=\"m12 21 0-10\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m9 18.391 3 3 3-3\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n          </svg>`;\n};\n","export const CloudQuestion = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  return `<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" width=\"${parsedSize}\" height=\"${parsedSize}\">\n            <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>\n            <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>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"M10.125 15.042A1.875 1.875 0 1 1 12 16.917v1\"></path>\n            <path stroke=\"${color}\" d=\"M11.999 20.417a.25.25 0 1 1 0-.5\"></path>\n            <path stroke=\"${color}\" d=\"M11.999 20.417a.25.25 0 1 0 0-.5\"></path>\n          </svg>`;\n};\n","export const CloudSearch = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <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>\n            <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>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m17 22.5-3.248-3.248\"></path>\n          </svg>`;\n};\n","export const CloudSync = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <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>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m9.5 17.501-3.5 0 0 3.5\"></path>\n            <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>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m14.5 15.501 3.5 0 0-3.5\"></path>\n            <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>\n          </svg>`;\n};\n","export const CloudText = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <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>\n            <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>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m9 13.5 6 0\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m9 16.5 6 0\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m9 19.5 2.25 0\"></path>\n          </svg>`;\n};\n","export const CloudUpload = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <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>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m12 10.391 0 11\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m15 13.391-3-3-3 3\"></path>\n          </svg>`;\n};\n","export const CodingAppsWebsiteBigDataSyncCloud = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <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>\n            <path fill=\"none\" stroke=\"${color}\" d=\"M3.5 20.87a.375.375 0 0 1 0-.75\"></path>\n            <path fill=\"none\" stroke=\"${color}\" d=\"M3.5 20.87a.375.375 0 0 0 0-.75\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.5 20.49h-1\"></path>\n            <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>\n            <path fill=\"none\" stroke=\"${color}\" d=\"M16.5 20.865a.375.375 0 0 1 0-.75\"></path>\n            <path fill=\"none\" stroke=\"${color}\" d=\"M16.5 20.865a.375.375 0 0 0 0-.75\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20.5 20.49h-1\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.5 14.99V9.339l-1.854 1.854\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5 9.339v5.651l1.812-1.812\"></path>\n            <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>\n          </svg>`;\n};\n","export const Cog1 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <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>\n            <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>\n          </svg>`;\n};\n","export const ConversationChat2 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <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>\n            <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>\n          </svg>`;\n};\n","export const CopyrightAndProtection2 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n    <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\"/>\n    <path d=\"M15 9.5a2 2 0 0 1-2 2H9.5v-4H13a2 2 0 0 1 2 2Z\"/>\n    <path d=\"M9.499 11v5\"/>\n    <path d=\"M12 11.5a2.5 2.5 0 0 1 2.5 2.5v2\"/>\n  </svg>`;\n};\n","export const DiagramUpLargeHead = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <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>\n            <path d=\"M11.44 6.375 16.894.923l5.453 5.452\" fill=\"none\"></path>\n          </svg>`;\n};\n","export const DiamondGive = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  return `<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"${size}\" height=\"${size}\">\n            <path d=\"m18.219 4.5-12.43 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M12.76 11.129a1 1 0 0 1-1.512 0L6.032 5.11a1 1 0 0 1-.044-1.255L8.2.9A1 1 0 0 1 9 .5h6a1 1 0 0 1 .8.4l2.22 2.955a1 1 0 0 1-.044 1.255Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m14.504 20.5 6 0 0 3-6 0Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M19.5 20.5v-1.531s2.605-2.579 3.706-3.675a1 1 0 0 0 .294-.709V6.938S21 6.031 21 13l-2.969 2.969.688-3c.343-1.438-.971-2.052-1.688-.938a23.457 23.457 0 0 0-1.531 3.961V20.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m3.504 20.5 6 0 0 3-6 0Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M4.5 20.5v-1.531S2.039 16.377.833 15.285a1 1 0 0 1-.333-.741V6.938S3 6.031 3 13l2.969 2.969-.688-3c-.344-1.438.971-2.052 1.688-.938A23.457 23.457 0 0 1 8.5 15.992V20.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m8.539.615 3.3 10.845\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M15.469.615 12.21 11.453\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n          </svg>`;\n};\n","export const DoNotDisturbSleepMode = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path d=\"M15.607 16.785c-4.205-.6-7.71-4.005-8.31-8.31-.3-2.303.2-4.405 1.202-6.207.5-.902-.4-1.803-1.302-1.402C3.092 2.968.389 7.374.789 12.28c.4 5.707 5.207 10.512 10.913 10.913 5.007.4 9.412-2.303 11.414-6.408.5-.901-.5-1.802-1.401-1.302-1.703 1.102-3.905 1.602-6.108 1.302Z\"></path>\n          </svg>`;\n};\n","export const EmailActionReply1 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n\n  return `<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"${parsedSize}\" height=\"${parsedSize}\">\n            <path d=\"M4.5 14.454H2a1.5 1.5 0 0 1-1.5-1.5v-11A1.5 1.5 0 0 1 2 .454h18a1.5 1.5 0 0 1 1.5 1.5v9.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M21.067.9 11 8.954.933.9\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M14.5 18.954v-2c8 0 9 6.5 9 6.5s0-9.5-9-9.5v-2l-4.486 3.5Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m11 11.954-4.5 3.5 4.5 3.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n          </svg>`;\n};\n","export const EmailActionSend2 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"M12.5 14.5H2A1.5 1.5 0 0 1 .5 13V2A1.5 1.5 0 0 1 2 .5h18A1.5 1.5 0 0 1 21.5 2v9.5\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"M21.068.946 11 9 .933.946\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"M13.5 18.5a5 5 0 1 0 10 0 5 5 0 1 0-10 0Z\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m20.5 18.5-4 0\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m18.5 16.5 2 2-2 2\"></path>\n          </svg>`;\n};\n","export const Expand3 = (\n  size: string = \"24\",\n  color: string = \"#000000\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path d=\"M8.5 15.499l-8 8\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M5.5 23.499l-5 0 0-5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M15.5 8.499l8-8\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M18.5.499l5 0 0 5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n          </svg>`;\n};\n","export const EyeIdea = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  return `<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"${size}\" height=\"${size}\">\n            <path d=\"m13.3 18.75-3 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M22.336 14.292a1.006 1.006 0 0 1 .038 1.454c-1.561 1.563-5.566 5-10.574 5-4.723 0-8.7-3.568-10.182-5.088a1 1 0 0 1-.028-1.369C3.047 12.665 7.047 8.75 11.8 8.75c3.991 0 8.735 3.913 10.536 5.542Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m11.8 6.25 0-3\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m7.8 6.25-.5-2\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m5.3 7.75-1-1.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m3.3 9.75-1.5-1.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m15.8 6.25.5-2\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m18.3 7.75 1-1.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m20.3 9.75 1.5-1.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M14.3 13.25a2.5 2.5 0 1 0-4 1.989v1.511h3v-1.511a2.489 2.489 0 0 0 1-1.989Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M5.8 14.75a6 6 0 1 0 12 0 6 6 0 1 0-12 0Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n          </svg>`;\n};\n","export const GamingRibbonFirst = (\n  size: string = \"24\",\n  color: string = \"#000000\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path d=\"M19.961 14.763l3.128 5.417c.138.238.028.4-.243.35l-3.358-.568-1.164 3.2c-.094.258-.286.276-.426.04l-3-5.073\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M4.039 14.763.911 20.18c-.138.238-.028.4.243.35l3.358-.568 1.165 3.2c.094.259.286.276.426.04l3-5.067\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M12.5 10.632v-4.5a.5.5 0 0 0-.8-.4l-1.2.9\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M11.497 10.632l2 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M20 8.632a2.783 2.783 0 0 0-1.755-2.587 2.784 2.784 0 0 0-3.658-3.658 2.784 2.784 0 0 0-5.173 0 2.784 2.784 0 0 0-3.661 3.658 2.783 2.783 0 0 0 0 5.173 2.784 2.784 0 0 0 3.658 3.658 2.783 2.783 0 0 0 5.173 0 2.784 2.784 0 0 0 3.658-3.658A2.781 2.781 0 0 0 20 8.632Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n          </svg>`;\n};\n","export const GraphStatsDescend = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"M1.25 5.75 8.586 14a1.042 1.042 0 0 0 1.432.107l4.464-3.72a1.038 1.038 0 0 1 1.43.11l6.838 7.75\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m15.812 18.25 6.938 0 0-5.979\"></path>\n          </svg>`;\n};\n","export const HeartsCard = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M1.157 8.889A6.126 6.126 0 0 1 12 4.98a6.126 6.126 0 1 1 8.707 8.556l-8.027 7.435a1 1 0 0 1-1.359 0l-8.017-7.425a6.112 6.112 0 0 1-2.146-4.657Z\"></path>\n          </svg>`;\n};\n","export const House1 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  return `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"${parsedSize}\" height=\"${parsedSize}\">\n            <path d=\"M3.5 13.5v9a1 1 0 0 0 1 1H9a.5.5 0 0 0 .5-.5v-4a2.5 2.5 0 0 1 5 0v4a.5.5 0 0 0 .5.5h4.5a1 1 0 0 0 1-1V14\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M.5 13 12 1.5 23.5 13\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n          </svg>`;\n};\n","export const Hyperlink = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path d=\"M13.5 14a2 2 0 0 0 2 2h5a3.008 3.008 0 0 0 3-3v-2a3.009 3.009 0 0 0-3-3h-5a2 2 0 0 0-2 2\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M10.5 14a2 2 0 0 1-2 2h-5a3.008 3.008 0 0 1-3-3v-2a3.009 3.009 0 0 1 3-3h5a2 2 0 0 1 2 2\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m6.5 11.999 11 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n          </svg>`;\n};\n","export const InformationCircle = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 23.001c6.075 0 11-4.925 11-11s-4.925-11-11-11-11 4.925-11 11 4.925 11 11 11Z\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.5 17.005H13a1 1 0 0 1-1-1v-6.5a.5.5 0 0 0-.5-.5H10\"></path>\n            <path stroke=\"${color}\" d=\"M11.741 7a.25.25 0 1 1 0-.5\"></path>\n            <path stroke=\"${color}\" d=\"M11.741 7a.25.25 0 0 0 0-.5\"></path>\n          </svg>`;\n};\n","export const InformationDeskCustomer = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path d=\"m11.243 13.5 12.006 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m8.251 23.5.5-6h2.5V14a5 5 0 1 0-10 0v3.5h2.5l.5 6\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M2.751 4a3.5 3.5 0 1 0 7 0 3.5 3.5 0 1 0-7 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M15.501 6.75a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 1 0-4.5 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M22.251 13.5a4.644 4.644 0 0 0-9 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n          </svg>`;\n};\n","export const ListAdd = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  return `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"${parsedSize}\" height=\"${parsedSize}\">\n            <path d=\"m4.5 2.498 14 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m4.5 7.498 14 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m4.5 12.498 6 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m4.5 17.498 6 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m.5 2.498 1 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m.5 7.498 1 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m.5 12.498 1 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m.5 17.498 1 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M13.5 18.498a5 5 0 1 0 10 0 5 5 0 1 0-10 0Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m21 18.498-5 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m18.5 20.998 0-5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n          </svg>`;\n};\n","export const LoginKey = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path stroke=\"${color}\" fill=\"none\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"M4 18.5a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0Z\"></path>\n            <path stroke=\"${color}\" fill=\"none\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m20.5.5-9.782 9.783a7 7 0 1 0 3 3L17 10h1.5V8.5L19 8h1.5V6.5L21 6h1.5V4.5l1-1v-3Z\"></path>\n          </svg>`;\n};\n","export const Logout1 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  return `<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"${size}\" height=\"${size}\">\n            <path d=\"M13.5 5V1.5a1 1 0 0 0-1-1h-11a1 1 0 0 0-1 1v21a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V19\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m23.5 12-19 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m18.5 17 5-5-5-5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n          </svg>`;\n};\n","export const MapsPin = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <g>\n                <g>\n                    <path d=\"M12.09.5a5 5 0 0 1 5.09 5.17c0 2.56-3.51 8-4.7 9.62a.47.47 0 0 1-.78 0C10.51 13.66 7 8.23 7 5.67A5 5 0 0 1 12.09.5Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n                    <path d=\"M14 5.59a1.91 1.91 0 1 1-1.91-1.91A1.92 1.92 0 0 1 14 5.59Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n                </g>\n                <path d=\"M19 4.5h1.71a1 1 0 0 1 1 .9l1.78 17a1 1 0 0 1-.25.77 1 1 0 0 1-.74.33h-21a1 1 0 0 1-.74-.33 1 1 0 0 1-.25-.77l1.78-17a1 1 0 0 1 1-.9H5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n                <path d=\"m1.02 17.5 21.96 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n                <path d=\"m18 10.5 4.24 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n                <path d=\"m1.76 10.5 4.24 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n                <path d=\"M7 23.5 7.68 13\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n                <path d=\"M17.18 23.5 16.5 13\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            </g>\n          </svg>`;\n};\n","export const MoodRock = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  return `<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" width=\"${size}\" height=\"${size}\">\n            <path d=\"M10.546 14.927A2 2 0 0 1 8 13V9.5a2 2 0 1 1 4 0v3.063\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M12 12.5v-3a2 2 0 1 1 4 0v3\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M20 16.178V2.5a2 2 0 0 0-4 0v7\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M12 20.5a4 4 0 0 1 4-4h-3.5a2 2 0 0 1 0-4h3.528a4.056 4.056 0 0 1 2.373.768A3.677 3.677 0 0 1 20 16.178c0 3.133-3.155 7.322-8 7.322a8 8 0 0 1-8-8v-11a2 2 0 0 1 4 0v5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n          </svg>`;\n};\n","export const MultipleNeutral1 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  return `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"${parsedSize}\" height=\"${parsedSize}\">\n            <g>\n              <path d=\"M3.25 7.75a4.25 4.25 0 1 0 8.5 0 4.25 4.25 0 1 0-8.5 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n              <path d=\"M.5 20.5a7 7 0 0 1 14 0Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n              <g>\n                <path d=\"M13.26 5a4.25 4.25 0 1 1 .24 5.76\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n                <path d=\"M14.5 13.79a6.91 6.91 0 0 1 2-.29 7 7 0 0 1 7 7H17\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n              </g>\n            </g>\n          </svg>`;\n};\n","export const MultipleNeutral2 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17.5 22v-1.5c0-3.953-2.9-4.591-5.634-5.6-.909-.337-.759-2.71-.357-3.153.944-1.039 1.746-2.257 1.746-5.2C13.255 3.578 11.318 2 9 2S4.745 3.578 4.745 6.545c0 2.942.8 4.16 1.746 5.2.4.443.552 2.816-.357 3.153C3.449 15.891.5 16.517.5 20.5V22\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20 22h3.5v-.853c0-3.023-2.217-3.511-4.308-4.285-.7-.257-.581-2.072-.273-2.41a5.129 5.129 0 0 0 1.335-3.976A3.18 3.18 0 0 0 17 7a3.408 3.408 0 0 0-1.581.37\"></path>\n          </svg>`;\n};\n","export const NavigationMenuHorizontal = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M.5 12a2.5 2.5 0 1 0 5 0 2.5 2.5 0 1 0-5 0Z\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.5 12a2.5 2.5 0 1 0 5 0 2.5 2.5 0 1 0-5 0Z\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M18.5 12a2.5 2.5 0 1 0 5 0 2.5 2.5 0 1 0-5 0Z\"></path>\n          </svg>`;\n};\n","export const RankingWinnerRibbon = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"M4.148 14.034.56 20.181c-.138.238-.028.395.243.349l3.358-.569 1.164 3.2c.094.258.286.277.427.04l3.065-5.148\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m19.852 14.034 3.588 6.147c.138.238.028.395-.243.349l-3.358-.569-1.164 3.2c-.094.258-.286.277-.427.04l-3.065-5.148\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"M3 9.632a9 9 0 1 0 18 0 9 9 0 1 0-18 0Z\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m12.5 12.632 0-6-2 .686\"></path>\n          </svg>`;\n};\n","export const RatingStar = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.533 1.571a.5.5 0 0 1 .936 0L15 8.747h7.148a.5.5 0 0 1 .325.88L16.5 14.579l2.5 7.51a.5.5 0 0 1-.77.561L12 18.079 5.767 22.65A.5.5 0 0 1 5 22.089l2.5-7.51-5.974-4.952a.5.5 0 0 1 .325-.88H9Z\"></path>\n          </svg>`;\n};\n","export const Receipt1 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path d=\"M19.5.5h-13A2.5 2.5 0 0 0 4 3v16.636a4.729 4.729 0 0 1-1.891 3.782L2 23.5h13l.109-.082A4.729 4.729 0 0 0 17 19.636V3.143a2.6 2.6 0 0 1 2.242-2.63A2.5 2.5 0 0 1 22 3v3.5a1 1 0 0 1-1 1h-4\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M6.5 4.5h2.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M8.5 7.5h5.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M6.5 10.5h7.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M6.5 13.5h7.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M6.5 16.5h4.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M6.5 16.5h7.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M6.5 19.5h4.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n          </svg>`;\n};\n","export const RemoveCircle = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7 16.999 17 6.999\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17 16.999 7 6.999\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M.5 11.999a11.5 11.5 0 1 0 23 0 11.5 11.5 0 1 0-23 0Z\"></path>\n          </svg>`;\n};\n","export const RequestFiles = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path d=\"M4.524 22.8h14.614a2 2 0 0 0 2-2V6.041c0-.44-.175-.862-.486-1.174l-3.182-3.18a1.661 1.661 0 0 0-1.174-.486H4.524a1.661 1.661 0 0 0-1.662 1.661v18.276a1.662 1.662 0 0 0 1.662 1.661Z\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m7.628 13.051 0 4.812 4.812 0\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m7.815 17.675 7.623-7.623\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n          </svg>`;\n};\n","export const RotateFront = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  return `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"${size}\" height=\"${size}\">\n            <path d=\"m17.5 1-2 2 2 2\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m19.5 7 2 2 2-2\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M15.5 3H17a4.5 4.5 0 0 1 4.5 4.5V9\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M1.5 5h10s1 0 1 1v10s0 1-1 1h-10s-1 0-1-1V6s0-1 1-1\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M12.5 11h5a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-10a1 1 0 0 1-1-1v-5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M12.5 14H15a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5V17\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n          </svg>`;\n};\n","export const SavingPiggyDollars = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  return `<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" width=\"${size}\" height=\"${size}\">\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.02 19.927a5.561 5.561 0 0 0 2.27-4.36c0-3.308-3.217-5.992-7.19-5.992a8.44 8.44 0 0 0-2.318.325 3.85 3.85 0 0 0-1.806-1.381.5.5 0 0 0-.662.468v2.137a5.391 5.391 0 0 0-1.803 2.356h-.998a.5.5 0 0 0-.5.5v2.995a.5.5 0 0 0 .5.5h.998c.4 1.068 1.1 2 2.015 2.682L4.9 21.855a1.198 1.198 0 1 0 2.247.828l.547-1.482c1.7.51 3.516.47 5.192-.112l.588 1.597a1.196 1.196 0 0 0 1.549.74 1.196 1.196 0 0 0 .698-1.568l-.703-1.93Z\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17.29 15.566c1.597 0 2.396-.799 2.396-1.997\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.747 6.764a5.637 5.637 0 1 1 9.36 3.575\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.495 2.996v-.998\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17.989 2.996h-2.026a1.34 1.34 0 0 0-.5 2.583l2.062.825a1.34 1.34 0 0 1-.498 2.583h-2.034\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.495 9.986v-.999\"></path>\n            <path stroke=\"${color}\" d=\"M6.76 14.48a.25.25 0 1 1 0-.5\"></path>\n            <path stroke=\"${color}\" d=\"M6.76 14.48a.25.25 0 1 0 0-.5\"></path>\n          </svg>`;\n};\n","export const SchoolInvitationCard1 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  return `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"${parsedSize}\" height=\"${parsedSize}\">\n            <path d=\"m8.547 7.334 6.906 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m12 10.786 0-6.905\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <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>\n            <path d=\"m3.5 20.5 5-4 7 0 5 4\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m23.5 11.5-6 4\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m.5 11.5 6 4\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M19.5 14.167V1.5a1 1 0 0 0-1-1h-13a1 1 0 0 0-1 1v12.667\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n          </svg>`;\n};\n","export const Search = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path d=\"M.5 8.5a8 8 0 1 0 16 0 8 8 0 1 0-16 0Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M14.156 14.156 23.5 23.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n          </svg>`;\n};\n","export const SeoSearch = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  return `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"${parsedSize}\" height=\"${parsedSize}\">\n            <path d=\"M13 7.24H1a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5h12\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M15.02 4.94a3.18 3.18 0 1 0 6.36 0 3.18 3.18 0 1 0-6.36 0Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M20.449 7.189 23.5 10.24\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M.5 16.24a1 1 0 1 0 2 0 1 1 0 1 0-2 0Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M.5 21.24a1 1 0 1 0 2 0 1 1 0 1 0-2 0Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m4.5 16.24 11 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M.5 11.24a1 1 0 1 0 2 0 1 1 0 1 0-2 0Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m4.5 11.24 11 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m4.5 21.24 11 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n          </svg>`;\n};\n","export const ShapeSquareAdd = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  return `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"${parsedSize}\" height=\"${parsedSize}\">\n            <path d=\"M12.5 19.5h-11a1 1 0 0 1-1-1v-17a1 1 0 0 1 1-1h17a1 1 0 0 1 1 1v11\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m19.5 15.5 0 8\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m23.5 19.5-8 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n          </svg>`;\n};\n","export const ShippingTruckFast = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n  const strokeMiterlimit = 10;\n\n  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}\" stroke-miterlimit=\"${strokeMiterlimit}\">\n            <path d=\"M10.25 6h5.5c.8 0 1.5.7 1.5 1.5v7.2\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"${strokeMiterlimit}\"></path>\n            <path d=\"M9.25 17h-5\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"${strokeMiterlimit}\"></path>\n            <path d=\"M17.25 7.5h3c1.7 0 3 1.3 3 3v5c0 .8-.7 1.5-1.5 1.5h-2.2\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"${strokeMiterlimit}\"></path>\n            <path d=\"M17.65 18.5a1.9 1.9 0 1 0 0-3.8 1.9 1.9 0 0 0 0 3.8Z\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"${strokeMiterlimit}\"></path>\n            <path d=\"M11.15 18.5a1.9 1.9 0 1 0 0-3.8 1.9 1.9 0 0 0 0 3.8Z\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"${strokeMiterlimit}\"></path>\n            <path d=\"M15.75 17h-2.5\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"${strokeMiterlimit}\"></path>\n            <path d=\"M23.25 10.5h-3\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"${strokeMiterlimit}\"></path>\n            <path d=\"M7.25 5.5h-2\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"${strokeMiterlimit}\"></path>\n            <path d=\"M7.25 9.5h-4\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"${strokeMiterlimit}\"></path>\n            <path d=\"M6.75 13.5h-6\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"${strokeMiterlimit}\"></path>\n          </svg>`;\n};\n","export const Shop = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21.5 9.838V21a1 1 0 0 1-1 1h-17a1 1 0 0 1-1-1V9.838\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m4.5 13 8 0 0 6-8 0Z\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 22h-5v-8.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5Z\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21.776 2.553A1 1 0 0 0 20.882 2H3.118a1 1 0 0 0-.894.553L.5 6h23Z\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M23.5 7a2.862 2.862 0 0 1-5 2 4.048 4.048 0 0 1-6.5.64A4.048 4.048 0 0 1 5.5 9a2.863 2.863 0 0 1-5-2V6h23Z\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m5.5 9 0-3 1-4\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 9.645 12 6l0-4\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m18.5 9 0-3-1-4\"></path>\n          </svg>`;\n};\n","export const ShoppingCart1 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path d=\"M23.5 2.5h-2.558a.5.5 0 0 0-.5.439l-.332 2.684a1 1 0 0 1-.992.877H2A1.5 1.5 0 0 0 .569 8.447l1.562 5A1.5 1.5 0 0 0 3.563 14.5H18a1 1 0 0 1 0 2H4\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m19.501 8.5-.442 3.978\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M4.501 20a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M15.501 20a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n          </svg>`;\n};\n","export const SignBadgeCircle = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2 12.068a10 10 0 1 0 20 0 10 10 0 1 0-20 0Z\"></path>\n          </svg>`;\n};\n","export const SingleNeutralActionsText = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <defs></defs>\n            <title>single-neutral-actions-text</title>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12.5 11.5h10s1 0 1 1v10s0 1-1 1h-10s-1 0-1-1v-10s0-1 1-1\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m14.5 14.5 6 0\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m14.5 17.5 6 0\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m14.5 20.5 2.25 0\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.5 16.5h-8a8.719 8.719 0 0 1 .7-3.322c.49-.981 2.539-1.661 5.111-2.613.695-.258.581-2.074.273-2.413a5.127 5.127 0 0 1-1.34-3.978A3.354 3.354 0 0 1 8.5.5a3.354 3.354 0 0 1 3.256 3.674 5.127 5.127 0 0 1-1.336 3.978 2.31 2.31 0 0 0-.234 1.348\"></path>\n          </svg>`;\n};\n","export const SmallOfficeDoubleBuilding = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  return `<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"${color}\" width=\"${parsedSize}\" height=\"${parsedSize}\">\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" d=\"M4.45 3.75v1\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" d=\"M7.95 3.75v1\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" d=\"M11.45 3.75v1\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" d=\"M4.45 8v1\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" d=\"M7.95 8v1\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" d=\"M11.45 8v1\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" d=\"M.75 23.25V1.75c0-.6.4-1 1-1h12.5c.6 0 1 .4 1 1V9\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" d=\"M16.25 23.25v-3.8c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5v3.8\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" d=\"M23.15 23.25H.75\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" d=\"M7.25 23.25V15h15v8.25\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" d=\"M23.25 12h-17v3h17v-3Z\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" d=\"M10.25 18.45v.5\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" d=\"M19.25 18.45v.5\"></path>\n          </svg>`;\n};\n","export const SubscriptionHandClick2 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M1.852 11.413h10.05\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.627 13.9h2.499\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.901 11.413s-1.005-.875-1.005-4.02c0-2.512-1.716-4.735-4.02-4.735-2.303 0-4.02 2.223-4.02 4.735 0 3.162-1.004 4.02-1.004 4.02\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.876 2.658V1.363\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.296 1a4.355 4.355 0 0 1 2.644 3.315\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.457 1A4.355 4.355 0 0 0 .813 4.315\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m12.75 23.156-2.764-3.11a1.556 1.556 0 1 1 2.327-2.069l1.937 2.18v-9a1.5 1.5 0 1 1 3 0v6.75h1.5a4.5 4.5 0 0 1 4.5 4.5v.75\"></path>\n          </svg>`;\n};\n","export const SupplyChainSupplierTrolleyDelivery = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path d=\"M14.177 3.75a2.5 2.5 0 1 0 5 0 2.5 2.5 0 1 0-5 0\" stroke-miterlimit=\"10\" fill=\"none\" stroke=\"${color}\"></path>\n            <path d=\"M22.614 20.079c-1.575-1.261-1.932-4.276-1.937-5.332a1.518 1.518 0 0 0-.021-.2l0-.041-1-6a1.5 1.5 0 0 0-2.693-.634A4.139 4.139 0 0 1 12.2 9.346a1.5 1.5 0 0 0-1.054 2.808 6.78 6.78 0 0 0 5.987-.52l.382 2.3a9.279 9.279 0 0 0-4.331 7.166 1.5 1.5 0 0 0 1.344 1.641 1.273 1.273 0 0 0 .151.008A1.5 1.5 0 0 0 16.17 21.4a6.5 6.5 0 0 1 1.8-4.018 8.661 8.661 0 0 0 2.765 5.04 1.5 1.5 0 1 0 1.874-2.342Z\" stroke-linejoin=\"round\" fill=\"none\" stroke=\"${color}\"></path>\n            <path d=\"M5.177 21.25a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\" stroke=\"${color}\"></path>\n            <path d=\"m9.677 10.25-2.606 9.552\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\" stroke=\"${color}\"></path>\n            <path d=\"M1.376 19.409 2.853 14l5.41 1.477\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\" stroke=\"${color}\"></path>\n            <path d=\"M5.38 20.502.823 19.258\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\" stroke=\"${color}\"></path>\n          </svg>`;\n};\n","export const SymbolEqual = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m.75 7.821 22.5 0\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"m.75 16.179 22.5 0\"></path>\n          </svg>`;\n};\n","export const SynchroniseRefreshArrow2 = (\n  size: string = \"24\",\n  color: string = \"#000000\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path d=\"M23 8.492l-3 4.5-3.5-4\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M10.5 21a9.5 9.5 0 1 1 9.5-9.5v1.494\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n          </svg>`;\n};\n","export const TagsSettings = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m16.542 9.049 1.8-1.837a2.824 2.824 0 0 0 .7-1.714v-4a1 1 0 0 0-1-1l-4.258.007a2.789 2.789 0 0 0-1.707.708L1.249 12.041a1 1 0 0 0 0 1.414l4.836 4.836a.99.99 0 0 0 1.407-.007l1.05-1.072\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.042 3.998a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0Z\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.854 17.029a1.438 1.438 0 1 0 2.876 0 1.438 1.438 0 1 0-2.876 0Z\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m18.513 11.468.424 1.392a.951.951 0 0 0 1.125.653l1.411-.327a1.283 1.283 0 0 1 1.221 2.126l-.988 1.064a.96.96 0 0 0 0 1.3l.987 1.065a1.283 1.283 0 0 1-1.221 2.126l-1.411-.327a.951.951 0 0 0-1.124.653l-.424 1.392a1.275 1.275 0 0 1-2.442 0l-.424-1.385a.951.951 0 0 0-1.125-.653l-1.411.327a1.283 1.283 0 0 1-1.22-2.126l.986-1.065a.96.96 0 0 0 0-1.3l-.986-1.065a1.283 1.283 0 0 1 1.22-2.126l1.411.327a.952.952 0 0 0 1.125-.653l.424-1.392a1.276 1.276 0 0 1 2.442-.006Z\"></path>\n          </svg>`;\n};\n","export const TargetCenter = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  return `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"${size}\" height=\"${size}\">\n            <g stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\">\n              <path d=\"M10.5 12.5 16 7\"/>\n              <path d=\"M16.59 2.91A2 2 0 0 0 16 4.33V7h2.67a2 2 0 0 0 1.42-.59L22.5 4H19V.5Z\"/>\n              <path d=\"M15.26 11a4.87 4.87 0 0 1 .24 1.54A5 5 0 1 1 14 9\"/>\n              <path d=\"M19 9.5a9 9 0 1 1-5.18-5.4\"/>\n              <path d=\"M4.89 19.54 1.5 23.5\"/>\n              <path d=\"m16.11 19.54 3.39 3.96\"/>\n            </g>\n          </svg>`;\n};\n","export const TimeTwentourHours1 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  return `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"${size}\" height=\"${size}\">\n            <path d=\"M17.337 16.772v-6a3.855 3.855 0 0 0-4 3.791v.709h4\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M10.692 16.772H6.337l2.771-2.114c.781-.689 1.378-1.171 1.147-2.3a1.979 1.979 0 0 0-3.918.4\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"m9.842 7.228 4-3.5-4.5-3\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n            <path d=\"M16.334 4.6a9.836 9.836 0 1 1-2.555-.844\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n          </svg>`;\n};\n","export const TradingBuy = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path d=\"M23.25 21.25c0 1.1-.9 2-2 2H2.75c-1.1 0-2-.9-2-2v-7.5c0-1.1.9-2 2-2h18.5c1.1 0 2 .9 2 2v7.5Z\" fill=\"none\"></path>\n            <path d=\"m21.25 7.95-7.7-6.2-4 4-6.8-5\" fill=\"none\"></path>\n            <path d=\"M16.55 7.95h4.7v-4.2\" fill=\"none\"></path>\n            <path d=\"M5.375 15.25v2.063h1.219a1.031 1.031 0 0 0 0-2.063H5.375Z\" fill=\"none\"></path>\n            <path d=\"M5.375 17.313v2.437h1.406a1.219 1.219 0 0 0 0-2.438H5.375Z\" fill=\"none\"></path>\n            <path d=\"m16.25 15.25 1.5 2.25 1.5-2.25\" fill=\"none\"></path>\n            <path d=\"M17.75 17.5v2.25\" fill=\"none\"></path>\n            <path d=\"m11 15.25 0 3.375c0 .621.504 1.125 1.125 1.125v0c.621 0 1.125-.504 1.125-1.125V15.25\" fill=\"none\"></path>\n          </svg>`;\n};\n","export const TradingMonitor = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  return `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"${parsedSize}\" height=\"${parsedSize}\">\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" fill=\"none\" d=\"M15.55 23.25h-7l1-4.5h5l1 4.5\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" fill=\"none\" d=\"M6.05 23.25h12\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" fill=\"none\" d=\"M23.25 15.75c0 1.7-1.3 3-3 3H3.75c-1.7 0-3-1.3-3-3v-12c0-1.7 1.3-3 3-3h16.5c1.7 0 3 1.3 3 3v12Z\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" fill=\"none\" d=\"M12.05.75v18\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" fill=\"none\" d=\"M.75 9.45h22.5\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" fill=\"none\" d=\"m3.75 6.15 1.8-1.7 1.5 1.5 2-2\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" fill=\"none\" d=\"m14.75 3.75 1.8 2.2 2-1.8 1.7 2\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" fill=\"none\" d=\"m4.05 15.45 1.2-2.3h2.5l1.3-1\"></path>\n            <path stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" fill=\"none\" d=\"m14.75 14.75 1.8-1.8 2 2 2-2\"></path>\n          </svg>`;\n};\n","export const UploadBottom = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  return `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"${parsedSize}\" height=\"${parsedSize}\">\n            <path d=\"M23 18.218v1.913A2.87 2.87 0 0 1 20.131 23H3.869A2.869 2.869 0 0 1 1 20.131v-1.913\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M12 1 12 17.108\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M5 8 12 1 19 8\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n          </svg>`;\n};\n","export const WeatherSun = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  return `<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Light\" viewBox=\"0 0 24 24\" width=\"${parsedSize}\" height=\"${parsedSize}\" fill=\"none\" stroke=\"${color}\" stroke-width=\"${strokeWidth}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\">\n            <defs></defs>\n            <title>weather-sun</title>\n            <path d=\"M19 12a7 7 0 0 0-7-7h0a7 7 0 0 0-7 7h0a7 7 0 0 0 7 7h0a7 7 0 0 0 7-7Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m12 21 0 2\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m21 12 2 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m12 3 0-2\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m3 12-2 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m5.637 18.364-1.415 1.415\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m18.364 18.364 1.414 1.414\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m18.365 5.637 1.414-1.414\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M5.636 5.637 4.222 4.223\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n          </svg>`;\n};\n","export const WineBarrel1 = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"M4.5 4a7.5 3.5 0 1 0 15 0 7.5 3.5 0 1 0-15 0Z\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"M3.636 14.716C4.442 16.305 7.88 17.5 12 17.5s7.558-1.2 8.364-2.784\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"M20.424 10.6c-.845 1.569-4.342 2.9-8.424 2.9s-7.579-1.335-8.424-2.9\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"M4 17.75c.914 1.511 4.207 2.75 8 2.75s7.083-1.239 8-2.75\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"M20.15 7.5c-.869 1.531-4.319 3-8.15 3s-7.281-1.469-8.15-3\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"M19.5 4a33.112 33.112 0 0 1 0 16s-1 3.5-7.5 3.5S4.5 20 4.5 20a33.112 33.112 0 0 1 0-16\"></path>\n            <path fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" d=\"M7.5 4a1.5 1 0 1 0 3 0 1.5 1 0 1 0-3 0Z\"></path>\n          </svg>`;\n};\n","export const WineGlassBottle = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path d=\"M13 13.5v2.389a3.072 3.072 0 0 0 2.406 3.054A3 3 0 0 0 19 16v-2.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.5.5Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m16 19 0 4.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m13.5 23.5 5 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M13 10.862a1 1 0 0 0-.232-.64l-2.036-2.444a1 1 0 0 1-.232-.64V1.5a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v5.638a1 1 0 0 1-.232.64l-2.036 2.444a1 1 0 0 0-.232.64V22.5a1 1 0 0 0 1 1h5.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m7.5 3.5 3 0\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n          </svg>`;\n};\n","export const WineGrapes = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path d=\"M.5 12a11.5 11.5 0 1 0 23 0 11.5 11.5 0 1 0-23 0Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M10.5 10.5a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M5.5 10.5a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M15.5 10.5a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M8 15a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M13 15a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M10.5 19a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"m11.5 7 0-3.5\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n            <path d=\"M15.5 4h1l0 0v1a2 2 0 0 1-2 2h-1l0 0V6a2 2 0 0 1 2-2Z\" fill=\"none\" stroke=\"${color}\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\"></path>\n          </svg>`;\n};\n","export const WorkFromHomeUserSit = (\n  size: string = \"24\",\n  color: string = \"currentColor\",\n): string => {\n  const parsedSize = size;\n  const strokeWidth = 1;\n  const strokeLinecap = \"round\";\n  const strokeLinejoin = \"round\";\n\n  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}\">\n            <path stroke=\"${color}\" fill=\"none\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" d=\"M16.51 6.748a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z\"></path>\n            <path stroke=\"${color}\" fill=\"none\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" d=\"M11.61 12.146h-5.6c-.3 0-.6-.2-.7-.5l-1-3.5c-.1-.4.2-.9.7-.9h4.6c.3 0 .6.2.7.5l1.3 4.4Z\"></path>\n            <path stroke=\"${color}\" fill=\"none\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" d=\"M14.91 12.146h-3.3\"></path>\n            <path stroke=\"${color}\" fill=\"none\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" d=\"M22.29 6.754c1 2 1.3 5.1.5 8.1-1.1 4.4-2.2 7.9-6.9 7.9l-6.1 0\"></path>\n            <path stroke=\"${color}\" fill=\"none\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" d=\"m14.751 16.146-4-1c-1.2-.3-2.5.2-3.2 1.2l-2.9 4.1c-.5.7-.3 1.7.4 2.1.6.4 1.5.2 1.9-.4l2.7-3.9 2.7.8c.5.1 1 .2 1.6.2h1.7c1.2 0 2.3-.8 2.8-1.9l1.8-4.6c.6-1.7-.2-3.6-1.9-4.3a3.424 3.424 0 0 0-3.787 1.04\"></path>\n            <path stroke=\"${color}\" fill=\"none\" stroke-linecap=\"${strokeLinecap}\" stroke-linejoin=\"${strokeLinejoin}\" stroke-miterlimit=\"10\" d=\"m8.352 15.57-1.224-.424c-1.2-.3-2.5.2-3.2 1.2l-2.9 4.1c-.5.7-.3 1.7.4 2.1.6.4 1.5.2 1.9-.4l1.235-1.576\"></path>\n          </svg>`;\n};\n"],"mappings":"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","names":[]}