UNPKG

@vini-wine/core-icons

Version:

Core package for Vini frontend icons.

1 lines 154 kB
{"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=\"${pa