@aliimam/icons 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts","../src/createIcon.tsx","../src/icons/AArrowDown.tsx","../src/icons/AArrowUp.tsx","../src/icons/ALargeSmall.tsx","../src/icons/Accessibility.tsx","../src/icons/Activity.tsx","../src/icons/AirVent.tsx","../src/icons/Airplay.tsx","../src/icons/AlarmClock.tsx","../src/icons/AlarmClockCheck.tsx","../src/icons/AlarmClockMinus.tsx","../src/icons/AlarmClockOff.tsx","../src/icons/AlarmClockPlus.tsx","../src/icons/AlarmSmoke.tsx","../src/icons/Album.tsx","../src/icons/AlignCenterHorizontal.tsx","../src/icons/AlignCenterVertical.tsx","../src/icons/AlignEndHorizontal.tsx","../src/icons/AlignEndVertical.tsx","../src/icons/AlignHorizontalDistributeCenter.tsx","../src/icons/AlignHorizontalDistributeEnd.tsx","../src/icons/AlignHorizontalDistributeStart.tsx","../src/icons/AlignHorizontalJustifyCenter.tsx","../src/icons/AlignHorizontalJustifyEnd.tsx","../src/icons/AlignHorizontalJustifyStart.tsx","../src/icons/AlignHorizontalSpaceAround.tsx","../src/icons/AlignHorizontalSpaceBetween.tsx","../src/icons/AlignStartHorizontal.tsx","../src/icons/AlignStartVertical.tsx","../src/icons/AlignVerticalDistributeCenter.tsx","../src/icons/AlignVerticalDistributeEnd.tsx","../src/icons/AlignVerticalDistributeStart.tsx","../src/icons/AlignVerticalJustifyCenter.tsx","../src/icons/AlignVerticalJustifyEnd.tsx","../src/icons/AlignVerticalJustifyStart.tsx","../src/icons/AlignVerticalSpaceAround.tsx","../src/icons/AlignVerticalSpaceBetween.tsx","../src/icons/Ambulance.tsx","../src/icons/Ampersand.tsx","../src/icons/Ampersands.tsx","../src/icons/Amphora.tsx","../src/icons/Anchor.tsx","../src/icons/Angry.tsx","../src/icons/Annoyed.tsx","../src/icons/Antenna.tsx","../src/icons/Anvil.tsx","../src/icons/Aperture.tsx","../src/icons/AppWindow.tsx","../src/icons/AppWindowMac.tsx","../src/icons/Apple.tsx","../src/icons/Archive.tsx","../src/icons/ArchiveRestore.tsx","../src/icons/ArchiveX.tsx","../src/icons/Armchair.tsx","../src/icons/ArrowBigDown.tsx","../src/icons/ArrowBigDownDash.tsx","../src/icons/ArrowBigLeft.tsx","../src/icons/ArrowBigLeftDash.tsx","../src/icons/ArrowBigRight.tsx","../src/icons/ArrowBigRightDash.tsx","../src/icons/ArrowBigUp.tsx","../src/icons/ArrowBigUpDash.tsx","../src/icons/ArrowDown.tsx","../src/icons/ArrowDown01.tsx","../src/icons/ArrowDown10.tsx","../src/icons/ArrowDownAZ.tsx","../src/icons/ArrowDownFromLine.tsx","../src/icons/ArrowDownLeft.tsx","../src/icons/ArrowDownNarrowWide.tsx","../src/icons/ArrowDownRight.tsx","../src/icons/ArrowDownToDot.tsx","../src/icons/ArrowDownToLine.tsx","../src/icons/ArrowDownUp.tsx","../src/icons/ArrowDownWideNarrow.tsx","../src/icons/ArrowDownZA.tsx","../src/icons/ArrowLeft.tsx","../src/icons/ArrowLeftFromLine.tsx","../src/icons/ArrowLeftRight.tsx","../src/icons/ArrowLeftToLine.tsx","../src/icons/ArrowRight.tsx","../src/icons/ArrowRightFromLine.tsx","../src/icons/ArrowRightLeft.tsx","../src/icons/ArrowRightToLine.tsx","../src/icons/ArrowUp.tsx","../src/icons/ArrowUp01.tsx","../src/icons/ArrowUp10.tsx","../src/icons/ArrowUpAZ.tsx","../src/icons/ArrowUpDown.tsx","../src/icons/ArrowUpFromDot.tsx","../src/icons/ArrowUpFromLine.tsx","../src/icons/ArrowUpLeft.tsx","../src/icons/ArrowUpNarrowWide.tsx","../src/icons/ArrowUpRight.tsx","../src/icons/ArrowUpToLine.tsx","../src/icons/ArrowUpWideNarrow.tsx","../src/icons/ArrowUpZA.tsx","../src/icons/ArrowsUpFromLine.tsx","../src/icons/Asterisk.tsx","../src/icons/AtSign.tsx","../src/icons/Atom.tsx","../src/icons/AudioLines.tsx","../src/icons/AudioWaveform.tsx","../src/icons/Award.tsx","../src/icons/Axe.tsx","../src/icons/Axis3d.tsx","../src/icons/Baby.tsx","../src/icons/Backpack.tsx","../src/icons/Badge.tsx","../src/icons/BadgeAlert.tsx","../src/icons/BadgeCent.tsx","../src/icons/BadgeCheck.tsx","../src/icons/BadgeDollarSign.tsx"],"sourcesContent":["export * from \"./createIcon\"\nexport * from \"./icons\"","import * as React from \"react\"\n\nexport interface IconProps extends React.SVGProps<SVGSVGElement> {\n size?: number\n}\n\nexport function createIcon(body: string, displayName: string) {\n const Component = React.forwardRef<SVGSVGElement, IconProps>(\n ({ size = 24, strokeWidth = 2, ...props }, ref) => (\n <svg\n ref={ref}\n xmlns=\"http://www.w3.org/2000/svg\"\n width={size}\n height={size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n dangerouslySetInnerHTML={{ __html: body }}\n {...props}\n />\n )\n )\n\n Component.displayName = displayName\n\n return Component\n}","\nimport { createIcon } from \"../createIcon\"\n\nexport const AArrowDown = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14 12l4 4l4-4m-4 4V7M2 16l4.039-9.69a.5.5 0 0 1 .923 0L11 16m-7.696-3h6.392\"/>`,\n\"AArrowDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AArrowUp = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14 11l4-4l4 4m-4 5V7M2 16l4.039-9.69a.5.5 0 0 1 .923 0L11 16m-7.696-3h6.392\"/>`,\n\"AArrowUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ALargeSmall = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 16l2.536-7.328a1.02 1.02 1 0 1 1.928 0L22 16m-6.303-2h5.606M2 16l4.039-9.69a.5.5 0 0 1 .923 0L11 16m-7.696-3h6.392\"/>`,\n\"ALargeSmall\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Accessibility = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"16\" cy=\"4\" r=\"1\"/><path d=\"m18 19l1-7l-6 1M5 8l3-3l5.5 3l-2.36 3.5m-6.9 3a5 5 0 0 0 6.88 6\"/><path d=\"M13.76 17.5a5 5 0 0 0-6.88-6\"/></g>`,\n\"Accessibility\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Activity = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2\"/>`,\n\"Activity\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AirVent = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 17.5a2.5 2.5 0 1 1-4 2.03V12m-8 0H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2M6 8h12M6.6 15.572A2 2 0 1 0 10 17v-5\"/>`,\n\"AirVent\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Airplay = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1\"/><path d=\"m12 15l5 6H7Z\"/></g>`,\n\"Airplay\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlarmClock = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"13\" r=\"8\"/><path d=\"M12 9v4l2 2M5 3L2 6m20 0l-3-3M6.38 18.7L4 21m13.64-2.33L20 21\"/></g>`,\n\"AlarmClock\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlarmClockCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"13\" r=\"8\"/><path d=\"M5 3L2 6m20 0l-3-3M6.38 18.7L4 21m13.64-2.33L20 21M9 13l2 2l4-4\"/></g>`,\n\"AlarmClockCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlarmClockMinus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"13\" r=\"8\"/><path d=\"M5 3L2 6m20 0l-3-3M6.38 18.7L4 21m13.64-2.33L20 21M9 13h6\"/></g>`,\n\"AlarmClockMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlarmClockOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6.87 6.87a8 8 0 1 0 11.26 11.26m1.77-3.88a8 8 0 0 0-9.15-9.15M22 6l-3-3M6.26 18.67L4 21M2 2l20 20M4 4L2 6\"/>`,\n\"AlarmClockOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlarmClockPlus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"13\" r=\"8\"/><path d=\"M5 3L2 6m20 0l-3-3M6.38 18.7L4 21m13.64-2.33L20 21m-8-11v6m-3-3h6\"/></g>`,\n\"AlarmClockPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlarmSmoke = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 21c0-2.5 2-2.5 2-5m3 5c0-2.5 2-2.5 2-5m1-8l-.8 3a1.25 1.25 0 0 1-1.2 1H7a1.25 1.25 0 0 1-1.2-1L5 8m16-5a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a1 1 0 0 1 1-1zM6 21c0-2.5 2-2.5 2-5\"/>`,\n\"AlarmSmoke\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Album = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M11 3v8l3-3l3 3V3\"/></g>`,\n\"Album\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignCenterHorizontal = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 12h20m-12 4v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4m6-8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4m16 8v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1m0-8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1\"/>`,\n\"AlignCenterHorizontal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignCenterVertical = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v20M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4m8 6h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1m8 0h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1\"/>`,\n\"AlignCenterVertical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignEndHorizontal = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"16\" x=\"4\" y=\"2\" rx=\"2\"/><rect width=\"6\" height=\"9\" x=\"14\" y=\"9\" rx=\"2\"/><path d=\"M22 22H2\"/></g>`,\n\"AlignEndHorizontal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignEndVertical = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"6\" x=\"2\" y=\"4\" rx=\"2\"/><rect width=\"9\" height=\"6\" x=\"9\" y=\"14\" rx=\"2\"/><path d=\"M22 22V2\"/></g>`,\n\"AlignEndVertical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignHorizontalDistributeCenter = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"4\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"14\" y=\"7\" rx=\"2\"/><path d=\"M17 22v-5m0-10V2M7 22v-3M7 5V2\"/></g>`,\n\"AlignHorizontalDistributeCenter\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignHorizontalDistributeEnd = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"4\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"14\" y=\"7\" rx=\"2\"/><path d=\"M10 2v20M20 2v20\"/></g>`,\n\"AlignHorizontalDistributeEnd\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignHorizontalDistributeStart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"4\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"14\" y=\"7\" rx=\"2\"/><path d=\"M4 2v20M14 2v20\"/></g>`,\n\"AlignHorizontalDistributeStart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignHorizontalJustifyCenter = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"16\" y=\"7\" rx=\"2\"/><path d=\"M12 2v20\"/></g>`,\n\"AlignHorizontalJustifyCenter\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignHorizontalJustifyEnd = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"12\" y=\"7\" rx=\"2\"/><path d=\"M22 2v20\"/></g>`,\n\"AlignHorizontalJustifyEnd\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignHorizontalJustifyStart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"6\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"16\" y=\"7\" rx=\"2\"/><path d=\"M2 2v20\"/></g>`,\n\"AlignHorizontalJustifyStart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignHorizontalSpaceAround = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"10\" x=\"9\" y=\"7\" rx=\"2\"/><path d=\"M4 22V2m16 20V2\"/></g>`,\n\"AlignHorizontalSpaceAround\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignHorizontalSpaceBetween = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"3\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"15\" y=\"7\" rx=\"2\"/><path d=\"M3 2v20M21 2v20\"/></g>`,\n\"AlignHorizontalSpaceBetween\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignStartHorizontal = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"16\" x=\"4\" y=\"6\" rx=\"2\"/><rect width=\"6\" height=\"9\" x=\"14\" y=\"6\" rx=\"2\"/><path d=\"M22 2H2\"/></g>`,\n\"AlignStartHorizontal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignStartVertical = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"9\" height=\"6\" x=\"6\" y=\"14\" rx=\"2\"/><rect width=\"16\" height=\"6\" x=\"6\" y=\"4\" rx=\"2\"/><path d=\"M2 2v20\"/></g>`,\n\"AlignStartVertical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignVerticalDistributeCenter = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 17h-3m3-10h-5M5 17H2M7 7H2\"/><rect width=\"14\" height=\"6\" x=\"5\" y=\"14\" rx=\"2\"/><rect width=\"10\" height=\"6\" x=\"7\" y=\"4\" rx=\"2\"/></g>`,\n\"AlignVerticalDistributeCenter\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignVerticalDistributeEnd = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"6\" x=\"5\" y=\"14\" rx=\"2\"/><rect width=\"10\" height=\"6\" x=\"7\" y=\"4\" rx=\"2\"/><path d=\"M2 20h20M2 10h20\"/></g>`,\n\"AlignVerticalDistributeEnd\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignVerticalDistributeStart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"6\" x=\"5\" y=\"14\" rx=\"2\"/><rect width=\"10\" height=\"6\" x=\"7\" y=\"4\" rx=\"2\"/><path d=\"M2 14h20M2 4h20\"/></g>`,\n\"AlignVerticalDistributeStart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignVerticalJustifyCenter = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"6\" x=\"5\" y=\"16\" rx=\"2\"/><rect width=\"10\" height=\"6\" x=\"7\" y=\"2\" rx=\"2\"/><path d=\"M2 12h20\"/></g>`,\n\"AlignVerticalJustifyCenter\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignVerticalJustifyEnd = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"6\" x=\"5\" y=\"12\" rx=\"2\"/><rect width=\"10\" height=\"6\" x=\"7\" y=\"2\" rx=\"2\"/><path d=\"M2 22h20\"/></g>`,\n\"AlignVerticalJustifyEnd\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignVerticalJustifyStart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"6\" x=\"5\" y=\"16\" rx=\"2\"/><rect width=\"10\" height=\"6\" x=\"7\" y=\"6\" rx=\"2\"/><path d=\"M2 2h20\"/></g>`,\n\"AlignVerticalJustifyStart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignVerticalSpaceAround = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"10\" height=\"6\" x=\"7\" y=\"9\" rx=\"2\"/><path d=\"M22 20H2M22 4H2\"/></g>`,\n\"AlignVerticalSpaceAround\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignVerticalSpaceBetween = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"6\" x=\"5\" y=\"15\" rx=\"2\"/><rect width=\"10\" height=\"6\" x=\"7\" y=\"3\" rx=\"2\"/><path d=\"M2 21h20M2 3h20\"/></g>`,\n\"AlignVerticalSpaceBetween\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Ambulance = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 10H6m8 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2m14 0h2a1 1 0 0 0 1-1v-3.28a1 1 0 0 0-.684-.948l-1.923-.641a1 1 0 0 1-.578-.502l-1.539-3.076A1 1 0 0 0 16.382 8H14M8 8v4m1 6h6\"/><circle cx=\"17\" cy=\"18\" r=\"2\"/><circle cx=\"7\" cy=\"18\" r=\"2\"/></g>`,\n\"Ambulance\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Ampersand = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 12h3m-1.5 0a8 8 0 0 1-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13\"/>`,\n\"Ampersand\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Ampersands = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6c0 1.7 1.3 3 3 3c2.8 0 5-2.2 5-5m12 5c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6c0 1.7 1.3 3 3 3c2.8 0 5-2.2 5-5\"/>`,\n\"Ampersands\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Amphora = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 2v5.632c0 .424-.272.795-.653.982A6 6 0 0 0 6 14c.006 4 3 7 5 8\"/><path d=\"M10 5H8a2 2 0 0 0 0 4h.68M14 2v5.632c0 .424.272.795.652.982A6 6 0 0 1 18 14c0 4-3 7-5 8\"/><path d=\"M14 5h2a2 2 0 0 1 0 4h-.68M18 22H6M9 2h6\"/></g>`,\n\"Amphora\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Anchor = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6v16m7-9l2-1a9 9 0 0 1-18 0l2 1m4-2h6\"/><circle cx=\"12\" cy=\"4\" r=\"2\"/></g>`,\n\"Anchor\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Angry = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M16 16s-1.5-2-4-2s-4 2-4 2m-.5-8L10 9m4 0l2.5-1M9 10h.01M15 10h.01\"/></g>`,\n\"Angry\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Annoyed = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M8 15h8M8 9h2m4 0h2\"/></g>`,\n\"Annoyed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Antenna = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 12L7 2m0 10l5-10m0 10l5-10m0 10l5-10M4.5 7h15M12 16v6\"/>`,\n\"Antenna\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Anvil = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 10H6a4 4 0 0 1-4-4a1 1 0 0 1 1-1h4m0 0a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1a7 7 0 0 1-7 7H8a1 1 0 0 1-1-1zm2 7v5m6-5v5M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1\"/>`,\n\"Anvil\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Aperture = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94\"/></g>`,\n\"Aperture\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AppWindow = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"16\" x=\"2\" y=\"4\" rx=\"2\"/><path d=\"M10 4v4M2 8h20M6 4v4\"/></g>`,\n\"AppWindow\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AppWindowMac = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"16\" x=\"2\" y=\"4\" rx=\"2\"/><path d=\"M6 8h.01M10 8h.01M14 8h.01\"/></g>`,\n\"AppWindowMac\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Apple = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6.528V3a1 1 0 0 1 1-1h0\"/><path d=\"M18.237 21A15 15 0 0 0 22 11a6 6 0 0 0-10-4.472A6 6 0 0 0 2 11a15.1 15.1 0 0 0 3.763 10a3 3 0 0 0 3.648.648a5.5 5.5 0 0 1 5.178 0A3 3 0 0 0 18.237 21\"/></g>`,\n\"Apple\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Archive = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"5\" x=\"2\" y=\"3\" rx=\"1\"/><path d=\"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8m-10 4h4\"/></g>`,\n\"Archive\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArchiveRestore = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"5\" x=\"2\" y=\"3\" rx=\"1\"/><path d=\"M4 8v11a2 2 0 0 0 2 2h2M20 8v11a2 2 0 0 1-2 2h-2m-7-6l3-3l3 3m-3-3v9\"/></g>`,\n\"ArchiveRestore\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArchiveX = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"5\" x=\"2\" y=\"3\" rx=\"1\"/><path d=\"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8M9.5 17l5-5m-5 0l5 5\"/></g>`,\n\"ArchiveX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Armchair = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3\"/><path d=\"M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0zm2 2v2m14-2v2\"/></g>`,\n\"Armchair\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowBigDown = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z\"/>`,\n\"ArrowBigDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowBigDownDash = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1zM9 4h6\"/>`,\n\"ArrowBigDownDash\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowBigLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z\"/>`,\n\"ArrowBigLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowBigLeftDash = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1zm7 0v6\"/>`,\n\"ArrowBigLeftDash\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowBigRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z\"/>`,\n\"ArrowBigRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowBigRightDash = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H9a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1zM4 9v6\"/>`,\n\"ArrowBigRightDash\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowBigUp = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z\"/>`,\n\"ArrowBigUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowBigUpDash = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm0 7h6\"/>`,\n\"ArrowBigUpDash\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDown = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 5v14m7-7l-7 7l-7-7\"/>`,\n\"ArrowDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDown01 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m3 16l4 4l4-4m-4 4V4\"/><rect width=\"4\" height=\"6\" x=\"15\" y=\"4\" ry=\"2\"/><path d=\"M17 20v-6h-2m0 6h4\"/></g>`,\n\"ArrowDown01\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDown10 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m3 16l4 4l4-4m-4 4V4m10 6V4h-2m0 6h4\"/><rect width=\"4\" height=\"6\" x=\"15\" y=\"14\" ry=\"2\"/></g>`,\n\"ArrowDown10\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDownAZ = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 16l4 4l4-4m-4 4V4m13 4h-5m0 2V6.5a2.5 2.5 0 0 1 5 0V10m-5 4h5l-5 6h5\"/>`,\n\"ArrowDownAZ\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDownFromLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 3H5m7 18V7m-6 8l6 6l6-6\"/>`,\n\"ArrowDownFromLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDownLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 7L7 17m10 0H7V7\"/>`,\n\"ArrowDownLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDownNarrowWide = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 16l4 4l4-4m-4 4V4m4 0h4m-4 4h7m-7 4h10\"/>`,\n\"ArrowDownNarrowWide\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDownRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7 7l10 10m0-10v10H7\"/>`,\n\"ArrowDownRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDownToDot = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 2v14m7-7l-7 7l-7-7\"/><circle cx=\"12\" cy=\"21\" r=\"1\"/></g>`,\n\"ArrowDownToDot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDownToLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 17V3m-6 8l6 6l6-6m1 10H5\"/>`,\n\"ArrowDownToLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDownUp = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 16l4 4l4-4m-4 4V4m14 4l-4-4l-4 4m4-4v16\"/>`,\n\"ArrowDownUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDownWideNarrow = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 16l4 4l4-4m-4 4V4m4 0h10M11 8h7m-7 4h4\"/>`,\n\"ArrowDownWideNarrow\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDownZA = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 16l4 4l4-4M7 4v16m8-16h5l-5 6h5m-5 10v-3.5a2.5 2.5 0 0 1 5 0V20m0-2h-5\"/>`,\n\"ArrowDownZA\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 19l-7-7l7-7m7 7H5\"/>`,\n\"ArrowLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowLeftFromLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 6l-6 6l6 6m-6-6h14m4 7V5\"/>`,\n\"ArrowLeftFromLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowLeftRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 3L4 7l4 4M4 7h16m-4 14l4-4l-4-4m4 4H4\"/>`,\n\"ArrowLeftRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowLeftToLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 19V5m10 1l-6 6l6 6m-6-6h14\"/>`,\n\"ArrowLeftToLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 12h14m-7-7l7 7l-7 7\"/>`,\n\"ArrowRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowRightFromLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5v14m18-7H7m8 6l6-6l-6-6\"/>`,\n\"ArrowRightFromLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowRightLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16 3l4 4l-4 4m4-4H4m4 14l-4-4l4-4m-4 4h16\"/>`,\n\"ArrowRightLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowRightToLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 12H3m8 6l6-6l-6-6m10-1v14\"/>`,\n\"ArrowRightToLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUp = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5 12l7-7l7 7m-7 7V5\"/>`,\n\"ArrowUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUp01 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m3 8l4-4l4 4M7 4v16\"/><rect width=\"4\" height=\"6\" x=\"15\" y=\"4\" ry=\"2\"/><path d=\"M17 20v-6h-2m0 6h4\"/></g>`,\n\"ArrowUp01\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUp10 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m3 8l4-4l4 4M7 4v16m10-10V4h-2m0 6h4\"/><rect width=\"4\" height=\"6\" x=\"15\" y=\"14\" ry=\"2\"/></g>`,\n\"ArrowUp10\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUpAZ = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 8l4-4l4 4M7 4v16M20 8h-5m0 2V6.5a2.5 2.5 0 0 1 5 0V10m-5 4h5l-5 6h5\"/>`,\n\"ArrowUpAZ\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUpDown = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m21 16l-4 4l-4-4m4 4V4M3 8l4-4l4 4M7 4v16\"/>`,\n\"ArrowUpDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUpFromDot = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m5 9l7-7l7 7m-7 7V2\"/><circle cx=\"12\" cy=\"21\" r=\"1\"/></g>`,\n\"ArrowUpFromDot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUpFromLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18 9l-6-6l-6 6m6-6v14m-7 4h14\"/>`,\n\"ArrowUpFromLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUpLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 17V7h10m0 10L7 7\"/>`,\n\"ArrowUpLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUpNarrowWide = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 8l4-4l4 4M7 4v16m4-8h4m-4 4h7m-7 4h10\"/>`,\n\"ArrowUpNarrowWide\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUpRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 7h10v10M7 17L17 7\"/>`,\n\"ArrowUpRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUpToLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 3h14m-1 10l-6-6l-6 6m6-6v14\"/>`,\n\"ArrowUpToLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUpWideNarrow = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 8l4-4l4 4M7 4v16m4-8h10m-10 4h7m-7 4h4\"/>`,\n\"ArrowUpWideNarrow\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUpZA = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 8l4-4l4 4M7 4v16m8-16h5l-5 6h5m-5 10v-3.5a2.5 2.5 0 0 1 5 0V20m0-2h-5\"/>`,\n\"ArrowUpZA\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowsUpFromLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4 6l3-3l3 3M7 17V3m7 3l3-3l3 3m-3 11V3M4 21h16\"/>`,\n\"ArrowsUpFromLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Asterisk = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6v12m5.196-9L6.804 15m0-6l10.392 6\"/>`,\n\"Asterisk\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AtSign = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"4\"/><path d=\"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8\"/></g>`,\n\"AtSign\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Atom = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"1\"/><path d=\"M20.2 20.2c2.04-2.03.02-7.36-4.5-11.9c-4.54-4.52-9.87-6.54-11.9-4.5c-2.04 2.03-.02 7.36 4.5 11.9c4.54 4.52 9.87 6.54 11.9 4.5\"/><path d=\"M15.7 15.7c4.52-4.54 6.54-9.87 4.5-11.9c-2.03-2.04-7.36-.02-11.9 4.5c-4.52 4.54-6.54 9.87-4.5 11.9c2.03 2.04 7.36.02 11.9-4.5\"/></g>`,\n\"Atom\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AudioLines = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 10v3m4-7v11m4-14v18m4-13v7m4-10v13m4-8v3\"/>`,\n\"AudioLines\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AudioWaveform = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 13a2 2 0 0 0 2-2V7a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0V4a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0v-4a2 2 0 0 1 2-2\"/>`,\n\"AudioWaveform\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Award = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m15.477 12.89l1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526\"/><circle cx=\"12\" cy=\"8\" r=\"6\"/></g>`,\n\"Award\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Axe = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14 12l-8.381 8.38a1 1 0 0 1-3.001-3L11 9\"/><path d=\"M15 15.5a.5.5 0 0 0 .5.5A6.5 6.5 0 0 0 22 9.5a.5.5 0 0 0-.5-.5h-1.672a2 2 0 0 1-1.414-.586l-5.062-5.062a1.205 1.205 0 0 0-1.704 0L9.352 5.648a1.205 1.205 0 0 0 0 1.704l5.062 5.062A2 2 0 0 1 15 13.828z\"/></g>`,\n\"Axe\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Axis3d = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.5 10.5L15 9M4 4v15a1 1 0 0 0 1 1h15m-15.707-.293L6 18m3-3l1.5-1.5\"/>`,\n\"Axis3d\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Baby = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5m1-4h.01\"/><path d=\"M19.38 6.813A9 9 0 0 1 20.8 10.2a2 2 0 0 1 0 3.6a9 9 0 0 1-17.6 0a2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1m-3 5h.01\"/></g>`,\n\"Baby\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Backpack = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm4 0h8m-8 8h8\"/><path d=\"M8 22v-6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v6M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2\"/></g>`,\n\"Backpack\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Badge = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76\"/>`,\n\"Badge\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgeAlert = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76M12 8v4m0 4h.01\"/>`,\n\"BadgeAlert\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgeCent = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76M12 7v10\"/><path d=\"M15.4 10a4 4 0 1 0 0 4\"/></g>`,\n\"BadgeCent\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgeCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76\"/><path d=\"m9 12l2 2l4-4\"/></g>`,\n\"BadgeCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgeDollarSign = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76\"/><path d=\"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8m4 2V6\"/></g>`,\n\"BadgeDollarSign\"\n)\n"],"mappings":"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","names":[]}
1
+ {"version":3,"sources":["../src/index.ts","../src/createIcon.tsx","../src/icons/AArrowDown.tsx","../src/icons/AArrowUp.tsx","../src/icons/ALargeSmall.tsx","../src/icons/Accessibility.tsx","../src/icons/Activity.tsx","../src/icons/AirVent.tsx","../src/icons/Airplay.tsx","../src/icons/AlarmClock.tsx","../src/icons/AlarmClockCheck.tsx","../src/icons/AlarmClockMinus.tsx","../src/icons/AlarmClockOff.tsx","../src/icons/AlarmClockPlus.tsx","../src/icons/AlarmSmoke.tsx","../src/icons/Album.tsx","../src/icons/AlignCenterHorizontal.tsx","../src/icons/AlignCenterVertical.tsx","../src/icons/AlignEndHorizontal.tsx","../src/icons/AlignEndVertical.tsx","../src/icons/AlignHorizontalDistributeCenter.tsx","../src/icons/AlignHorizontalDistributeEnd.tsx","../src/icons/AlignHorizontalDistributeStart.tsx","../src/icons/AlignHorizontalJustifyCenter.tsx","../src/icons/AlignHorizontalJustifyEnd.tsx","../src/icons/AlignHorizontalJustifyStart.tsx","../src/icons/AlignHorizontalSpaceAround.tsx","../src/icons/AlignHorizontalSpaceBetween.tsx","../src/icons/AlignStartHorizontal.tsx","../src/icons/AlignStartVertical.tsx","../src/icons/AlignVerticalDistributeCenter.tsx","../src/icons/AlignVerticalDistributeEnd.tsx","../src/icons/AlignVerticalDistributeStart.tsx","../src/icons/AlignVerticalJustifyCenter.tsx","../src/icons/AlignVerticalJustifyEnd.tsx","../src/icons/AlignVerticalJustifyStart.tsx","../src/icons/AlignVerticalSpaceAround.tsx","../src/icons/AlignVerticalSpaceBetween.tsx","../src/icons/Ambulance.tsx","../src/icons/Ampersand.tsx","../src/icons/Ampersands.tsx","../src/icons/Amphora.tsx","../src/icons/Anchor.tsx","../src/icons/Angry.tsx","../src/icons/Annoyed.tsx","../src/icons/Antenna.tsx","../src/icons/Anvil.tsx","../src/icons/Aperture.tsx","../src/icons/AppWindow.tsx","../src/icons/AppWindowMac.tsx","../src/icons/Apple.tsx","../src/icons/Archive.tsx","../src/icons/ArchiveRestore.tsx","../src/icons/ArchiveX.tsx","../src/icons/Armchair.tsx","../src/icons/ArrowBigDown.tsx","../src/icons/ArrowBigDownDash.tsx","../src/icons/ArrowBigLeft.tsx","../src/icons/ArrowBigLeftDash.tsx","../src/icons/ArrowBigRight.tsx","../src/icons/ArrowBigRightDash.tsx","../src/icons/ArrowBigUp.tsx","../src/icons/ArrowBigUpDash.tsx","../src/icons/ArrowDown.tsx","../src/icons/ArrowDown01.tsx","../src/icons/ArrowDown10.tsx","../src/icons/ArrowDownAZ.tsx","../src/icons/ArrowDownFromLine.tsx","../src/icons/ArrowDownLeft.tsx","../src/icons/ArrowDownNarrowWide.tsx","../src/icons/ArrowDownRight.tsx","../src/icons/ArrowDownToDot.tsx","../src/icons/ArrowDownToLine.tsx","../src/icons/ArrowDownUp.tsx","../src/icons/ArrowDownWideNarrow.tsx","../src/icons/ArrowDownZA.tsx","../src/icons/ArrowLeft.tsx","../src/icons/ArrowLeftFromLine.tsx","../src/icons/ArrowLeftRight.tsx","../src/icons/ArrowLeftToLine.tsx","../src/icons/ArrowRight.tsx","../src/icons/ArrowRightFromLine.tsx","../src/icons/ArrowRightLeft.tsx","../src/icons/ArrowRightToLine.tsx","../src/icons/ArrowUp.tsx","../src/icons/ArrowUp01.tsx","../src/icons/ArrowUp10.tsx","../src/icons/ArrowUpAZ.tsx","../src/icons/ArrowUpDown.tsx","../src/icons/ArrowUpFromDot.tsx","../src/icons/ArrowUpFromLine.tsx","../src/icons/ArrowUpLeft.tsx","../src/icons/ArrowUpNarrowWide.tsx","../src/icons/ArrowUpRight.tsx","../src/icons/ArrowUpToLine.tsx","../src/icons/ArrowUpWideNarrow.tsx","../src/icons/ArrowUpZA.tsx","../src/icons/ArrowsUpFromLine.tsx","../src/icons/Asterisk.tsx","../src/icons/AtSign.tsx","../src/icons/Atom.tsx","../src/icons/AudioLines.tsx","../src/icons/AudioWaveform.tsx","../src/icons/Award.tsx","../src/icons/Axe.tsx","../src/icons/Axis3d.tsx","../src/icons/Baby.tsx","../src/icons/Backpack.tsx","../src/icons/Badge.tsx","../src/icons/BadgeAlert.tsx","../src/icons/BadgeCent.tsx","../src/icons/BadgeCheck.tsx","../src/icons/BadgeDollarSign.tsx","../src/icons/BadgeEuro.tsx","../src/icons/BadgeIndianRupee.tsx","../src/icons/BadgeInfo.tsx","../src/icons/BadgeJapaneseYen.tsx","../src/icons/BadgeMinus.tsx","../src/icons/BadgePercent.tsx","../src/icons/BadgePlus.tsx","../src/icons/BadgePoundSterling.tsx","../src/icons/BadgeQuestionMark.tsx","../src/icons/BadgeRussianRuble.tsx","../src/icons/BadgeSwissFranc.tsx","../src/icons/BadgeTurkishLira.tsx","../src/icons/BadgeX.tsx","../src/icons/BaggageClaim.tsx","../src/icons/Balloon.tsx","../src/icons/Ban.tsx","../src/icons/Banana.tsx","../src/icons/Bandage.tsx","../src/icons/Banknote.tsx","../src/icons/BanknoteArrowDown.tsx","../src/icons/BanknoteArrowUp.tsx","../src/icons/BanknoteX.tsx","../src/icons/Barcode.tsx","../src/icons/Barrel.tsx","../src/icons/Baseline.tsx","../src/icons/Bath.tsx","../src/icons/Battery.tsx","../src/icons/BatteryCharging.tsx","../src/icons/BatteryFull.tsx","../src/icons/BatteryLow.tsx","../src/icons/BatteryMedium.tsx","../src/icons/BatteryPlus.tsx","../src/icons/BatteryWarning.tsx","../src/icons/Beaker.tsx","../src/icons/Bean.tsx","../src/icons/BeanOff.tsx","../src/icons/Bed.tsx","../src/icons/BedDouble.tsx","../src/icons/BedSingle.tsx","../src/icons/Beef.tsx","../src/icons/Beer.tsx","../src/icons/BeerOff.tsx","../src/icons/Bell.tsx","../src/icons/BellDot.tsx","../src/icons/BellElectric.tsx","../src/icons/BellMinus.tsx","../src/icons/BellOff.tsx","../src/icons/BellPlus.tsx","../src/icons/BellRing.tsx","../src/icons/BetweenHorizontalEnd.tsx","../src/icons/BetweenHorizontalStart.tsx","../src/icons/BetweenVerticalEnd.tsx","../src/icons/BetweenVerticalStart.tsx","../src/icons/BicepsFlexed.tsx","../src/icons/Bike.tsx","../src/icons/Binary.tsx","../src/icons/Binoculars.tsx","../src/icons/Biohazard.tsx","../src/icons/Bird.tsx","../src/icons/Birdhouse.tsx","../src/icons/Bitcoin.tsx","../src/icons/Blend.tsx","../src/icons/Blinds.tsx","../src/icons/Blocks.tsx","../src/icons/Bluetooth.tsx","../src/icons/BluetoothConnected.tsx","../src/icons/BluetoothOff.tsx","../src/icons/BluetoothSearching.tsx","../src/icons/Bold.tsx","../src/icons/Bolt.tsx","../src/icons/Bomb.tsx","../src/icons/Bone.tsx","../src/icons/Book.tsx","../src/icons/BookA.tsx","../src/icons/BookAlert.tsx","../src/icons/BookAudio.tsx","../src/icons/BookCheck.tsx","../src/icons/BookCopy.tsx","../src/icons/BookDashed.tsx","../src/icons/BookDown.tsx","../src/icons/BookHeadphones.tsx","../src/icons/BookHeart.tsx","../src/icons/BookImage.tsx","../src/icons/BookKey.tsx","../src/icons/BookLock.tsx","../src/icons/BookMarked.tsx","../src/icons/BookMinus.tsx","../src/icons/BookOpen.tsx","../src/icons/BookOpenCheck.tsx","../src/icons/BookOpenText.tsx","../src/icons/BookPlus.tsx","../src/icons/BookSearch.tsx","../src/icons/BookText.tsx","../src/icons/BookType.tsx","../src/icons/BookUp.tsx","../src/icons/BookUp2.tsx","../src/icons/BookUser.tsx","../src/icons/BookX.tsx","../src/icons/Bookmark.tsx","../src/icons/BookmarkCheck.tsx","../src/icons/BookmarkMinus.tsx","../src/icons/BookmarkPlus.tsx","../src/icons/BookmarkX.tsx","../src/icons/BoomBox.tsx","../src/icons/Bot.tsx","../src/icons/BotMessageSquare.tsx","../src/icons/BotOff.tsx","../src/icons/BottleWine.tsx","../src/icons/BowArrow.tsx","../src/icons/Box.tsx","../src/icons/Boxes.tsx","../src/icons/Braces.tsx","../src/icons/Brackets.tsx","../src/icons/Brain.tsx","../src/icons/BrainCircuit.tsx","../src/icons/BrainCog.tsx","../src/icons/BrickWall.tsx","../src/icons/BrickWallFire.tsx","../src/icons/BrickWallShield.tsx","../src/icons/Briefcase.tsx","../src/icons/BriefcaseBusiness.tsx","../src/icons/BriefcaseConveyorBelt.tsx","../src/icons/BriefcaseMedical.tsx","../src/icons/BringToFront.tsx","../src/icons/Brush.tsx","../src/icons/BrushCleaning.tsx","../src/icons/Bubbles.tsx","../src/icons/Bug.tsx","../src/icons/BugOff.tsx","../src/icons/BugPlay.tsx","../src/icons/Building.tsx","../src/icons/Building2.tsx","../src/icons/Bus.tsx","../src/icons/BusFront.tsx","../src/icons/Cable.tsx","../src/icons/CableCar.tsx","../src/icons/Cake.tsx","../src/icons/CakeSlice.tsx","../src/icons/Calculator.tsx","../src/icons/Calendar.tsx","../src/icons/Calendar1.tsx","../src/icons/CalendarArrowDown.tsx","../src/icons/CalendarArrowUp.tsx","../src/icons/CalendarCheck.tsx","../src/icons/CalendarCheck2.tsx","../src/icons/CalendarClock.tsx","../src/icons/CalendarCog.tsx","../src/icons/CalendarDays.tsx","../src/icons/CalendarFold.tsx","../src/icons/CalendarHeart.tsx","../src/icons/CalendarMinus.tsx","../src/icons/CalendarMinus2.tsx","../src/icons/CalendarOff.tsx","../src/icons/CalendarPlus.tsx","../src/icons/CalendarPlus2.tsx","../src/icons/CalendarRange.tsx","../src/icons/CalendarSearch.tsx","../src/icons/CalendarSync.tsx","../src/icons/CalendarX.tsx","../src/icons/CalendarX2.tsx","../src/icons/Calendars.tsx","../src/icons/Camera.tsx","../src/icons/CameraOff.tsx","../src/icons/Candy.tsx","../src/icons/CandyCane.tsx","../src/icons/CandyOff.tsx","../src/icons/Cannabis.tsx","../src/icons/CannabisOff.tsx","../src/icons/Captions.tsx","../src/icons/CaptionsOff.tsx","../src/icons/Car.tsx","../src/icons/CarFront.tsx","../src/icons/CarTaxiFront.tsx","../src/icons/Caravan.tsx","../src/icons/CardSim.tsx","../src/icons/Carrot.tsx","../src/icons/CaseLower.tsx","../src/icons/CaseSensitive.tsx","../src/icons/CaseUpper.tsx","../src/icons/CassetteTape.tsx","../src/icons/Cast.tsx","../src/icons/Castle.tsx","../src/icons/Cat.tsx","../src/icons/Cctv.tsx","../src/icons/ChartArea.tsx","../src/icons/ChartBar.tsx","../src/icons/ChartBarBig.tsx","../src/icons/ChartBarDecreasing.tsx","../src/icons/ChartBarIncreasing.tsx","../src/icons/ChartBarStacked.tsx","../src/icons/ChartCandlestick.tsx","../src/icons/ChartColumn.tsx","../src/icons/ChartColumnBig.tsx","../src/icons/ChartColumnDecreasing.tsx","../src/icons/ChartColumnIncreasing.tsx","../src/icons/ChartColumnStacked.tsx","../src/icons/ChartGantt.tsx","../src/icons/ChartLine.tsx","../src/icons/ChartNetwork.tsx","../src/icons/ChartNoAxesColumn.tsx","../src/icons/ChartNoAxesColumnDecreasing.tsx","../src/icons/ChartNoAxesColumnIncreasing.tsx","../src/icons/ChartNoAxesCombined.tsx","../src/icons/ChartNoAxesGantt.tsx","../src/icons/ChartPie.tsx","../src/icons/ChartScatter.tsx","../src/icons/ChartSpline.tsx","../src/icons/Check.tsx","../src/icons/CheckCheck.tsx","../src/icons/CheckLine.tsx","../src/icons/ChefHat.tsx","../src/icons/Cherry.tsx","../src/icons/ChessBishop.tsx","../src/icons/ChessKing.tsx","../src/icons/ChessKnight.tsx","../src/icons/ChessPawn.tsx","../src/icons/ChessQueen.tsx","../src/icons/ChessRook.tsx","../src/icons/ChevronDown.tsx","../src/icons/ChevronFirst.tsx","../src/icons/ChevronLast.tsx","../src/icons/ChevronLeft.tsx","../src/icons/ChevronRight.tsx","../src/icons/ChevronUp.tsx","../src/icons/ChevronsDown.tsx","../src/icons/ChevronsDownUp.tsx","../src/icons/ChevronsLeft.tsx","../src/icons/ChevronsLeftRight.tsx","../src/icons/ChevronsLeftRightEllipsis.tsx","../src/icons/ChevronsRight.tsx","../src/icons/ChevronsRightLeft.tsx","../src/icons/ChevronsUp.tsx","../src/icons/ChevronsUpDown.tsx","../src/icons/Chromium.tsx","../src/icons/Church.tsx","../src/icons/Cigarette.tsx","../src/icons/CigaretteOff.tsx","../src/icons/Circle.tsx","../src/icons/CircleAlert.tsx","../src/icons/CircleArrowDown.tsx","../src/icons/CircleArrowLeft.tsx","../src/icons/CircleArrowOutDownLeft.tsx","../src/icons/CircleArrowOutDownRight.tsx","../src/icons/CircleArrowOutUpLeft.tsx","../src/icons/CircleArrowOutUpRight.tsx","../src/icons/CircleArrowRight.tsx","../src/icons/CircleArrowUp.tsx","../src/icons/CircleCheck.tsx","../src/icons/CircleCheckBig.tsx","../src/icons/CircleChevronDown.tsx","../src/icons/CircleChevronLeft.tsx","../src/icons/CircleChevronRight.tsx","../src/icons/CircleChevronUp.tsx","../src/icons/CircleDashed.tsx","../src/icons/CircleDivide.tsx","../src/icons/CircleDollarSign.tsx","../src/icons/CircleDot.tsx","../src/icons/CircleDotDashed.tsx","../src/icons/CircleEllipsis.tsx","../src/icons/CircleEqual.tsx","../src/icons/CircleFadingArrowUp.tsx","../src/icons/CircleFadingPlus.tsx","../src/icons/CircleGauge.tsx","../src/icons/CircleMinus.tsx","../src/icons/CircleOff.tsx","../src/icons/CircleParking.tsx","../src/icons/CircleParkingOff.tsx","../src/icons/CirclePause.tsx","../src/icons/CirclePercent.tsx","../src/icons/CirclePile.tsx","../src/icons/CirclePlay.tsx","../src/icons/CirclePlus.tsx","../src/icons/CirclePoundSterling.tsx","../src/icons/CirclePower.tsx","../src/icons/CircleQuestionMark.tsx","../src/icons/CircleSlash.tsx","../src/icons/CircleSlash2.tsx","../src/icons/CircleSmall.tsx","../src/icons/CircleStar.tsx","../src/icons/CircleStop.tsx","../src/icons/CircleUser.tsx","../src/icons/CircleUserRound.tsx","../src/icons/CircleX.tsx","../src/icons/CircuitBoard.tsx","../src/icons/Citrus.tsx","../src/icons/Clapperboard.tsx","../src/icons/Clipboard.tsx","../src/icons/ClipboardCheck.tsx","../src/icons/ClipboardClock.tsx","../src/icons/ClipboardCopy.tsx","../src/icons/ClipboardList.tsx","../src/icons/ClipboardMinus.tsx","../src/icons/ClipboardPaste.tsx","../src/icons/ClipboardPen.tsx","../src/icons/ClipboardPenLine.tsx","../src/icons/ClipboardPlus.tsx","../src/icons/ClipboardType.tsx","../src/icons/ClipboardX.tsx","../src/icons/Clock.tsx","../src/icons/Clock1.tsx","../src/icons/Clock10.tsx","../src/icons/Clock11.tsx","../src/icons/Clock12.tsx","../src/icons/Clock2.tsx","../src/icons/Clock3.tsx","../src/icons/Clock4.tsx","../src/icons/Clock5.tsx","../src/icons/Clock6.tsx","../src/icons/Clock7.tsx","../src/icons/Clock8.tsx","../src/icons/Clock9.tsx","../src/icons/ClockAlert.tsx","../src/icons/ClockArrowDown.tsx","../src/icons/ClockArrowUp.tsx","../src/icons/ClockCheck.tsx","../src/icons/ClockFading.tsx","../src/icons/ClockPlus.tsx","../src/icons/ClosedCaption.tsx","../src/icons/Cloud.tsx","../src/icons/CloudAlert.tsx","../src/icons/CloudBackup.tsx","../src/icons/CloudCheck.tsx","../src/icons/CloudCog.tsx","../src/icons/CloudDownload.tsx","../src/icons/CloudDrizzle.tsx","../src/icons/CloudFog.tsx","../src/icons/CloudHail.tsx","../src/icons/CloudLightning.tsx","../src/icons/CloudMoon.tsx","../src/icons/CloudMoonRain.tsx","../src/icons/CloudOff.tsx","../src/icons/CloudRain.tsx","../src/icons/CloudRainWind.tsx","../src/icons/CloudSnow.tsx","../src/icons/CloudSun.tsx","../src/icons/CloudSunRain.tsx","../src/icons/CloudSync.tsx","../src/icons/CloudUpload.tsx","../src/icons/Cloudy.tsx","../src/icons/Clover.tsx","../src/icons/Club.tsx","../src/icons/Code.tsx","../src/icons/CodeXml.tsx","../src/icons/Codepen.tsx","../src/icons/Codesandbox.tsx","../src/icons/Coffee.tsx","../src/icons/Cog.tsx","../src/icons/Coins.tsx","../src/icons/Columns2.tsx","../src/icons/Columns3.tsx","../src/icons/Columns3Cog.tsx","../src/icons/Columns4.tsx","../src/icons/Combine.tsx","../src/icons/Command.tsx","../src/icons/Compass.tsx","../src/icons/Component.tsx","../src/icons/Computer.tsx","../src/icons/ConciergeBell.tsx","../src/icons/Cone.tsx","../src/icons/Construction.tsx","../src/icons/Contact.tsx","../src/icons/ContactRound.tsx","../src/icons/Container.tsx","../src/icons/Contrast.tsx","../src/icons/Cookie.tsx","../src/icons/CookingPot.tsx","../src/icons/Copy.tsx","../src/icons/CopyCheck.tsx","../src/icons/CopyMinus.tsx","../src/icons/CopyPlus.tsx","../src/icons/CopySlash.tsx","../src/icons/CopyX.tsx","../src/icons/Copyleft.tsx","../src/icons/Copyright.tsx","../src/icons/CornerDownLeft.tsx","../src/icons/CornerDownRight.tsx","../src/icons/CornerLeftDown.tsx","../src/icons/CornerLeftUp.tsx","../src/icons/CornerRightDown.tsx","../src/icons/CornerRightUp.tsx","../src/icons/CornerUpLeft.tsx","../src/icons/CornerUpRight.tsx","../src/icons/Cpu.tsx","../src/icons/CreativeCommons.tsx","../src/icons/CreditCard.tsx","../src/icons/Croissant.tsx","../src/icons/Crop.tsx","../src/icons/Cross.tsx","../src/icons/Crosshair.tsx","../src/icons/Crown.tsx","../src/icons/Cuboid.tsx","../src/icons/CupSoda.tsx","../src/icons/Currency.tsx","../src/icons/Cylinder.tsx","../src/icons/Dam.tsx","../src/icons/Database.tsx","../src/icons/DatabaseBackup.tsx","../src/icons/DatabaseSearch.tsx","../src/icons/DatabaseZap.tsx","../src/icons/DecimalsArrowLeft.tsx","../src/icons/DecimalsArrowRight.tsx","../src/icons/Delete.tsx","../src/icons/Dessert.tsx","../src/icons/Diameter.tsx","../src/icons/Diamond.tsx","../src/icons/DiamondMinus.tsx","../src/icons/DiamondPercent.tsx","../src/icons/DiamondPlus.tsx","../src/icons/Dice1.tsx","../src/icons/Dice2.tsx","../src/icons/Dice3.tsx","../src/icons/Dice4.tsx","../src/icons/Dice5.tsx","../src/icons/Dice6.tsx","../src/icons/Dices.tsx","../src/icons/Diff.tsx","../src/icons/Disc.tsx","../src/icons/Disc2.tsx","../src/icons/Disc3.tsx","../src/icons/DiscAlbum.tsx","../src/icons/Divide.tsx","../src/icons/Dna.tsx","../src/icons/DnaOff.tsx","../src/icons/Dock.tsx","../src/icons/Dog.tsx","../src/icons/DollarSign.tsx","../src/icons/Donut.tsx","../src/icons/DoorClosed.tsx","../src/icons/DoorClosedLocked.tsx","../src/icons/DoorOpen.tsx","../src/icons/Dot.tsx","../src/icons/Download.tsx","../src/icons/DraftingCompass.tsx","../src/icons/Drama.tsx","../src/icons/Dribbble.tsx","../src/icons/Drill.tsx","../src/icons/Drone.tsx","../src/icons/Droplet.tsx","../src/icons/DropletOff.tsx","../src/icons/Droplets.tsx","../src/icons/Drum.tsx","../src/icons/Drumstick.tsx","../src/icons/Dumbbell.tsx","../src/icons/Ear.tsx","../src/icons/EarOff.tsx","../src/icons/Earth.tsx","../src/icons/EarthLock.tsx","../src/icons/Eclipse.tsx","../src/icons/Egg.tsx","../src/icons/EggFried.tsx","../src/icons/EggOff.tsx","../src/icons/Ellipsis.tsx","../src/icons/EllipsisVertical.tsx","../src/icons/Equal.tsx","../src/icons/EqualApproximately.tsx","../src/icons/EqualNot.tsx","../src/icons/Eraser.tsx","../src/icons/EthernetPort.tsx","../src/icons/Euro.tsx","../src/icons/EvCharger.tsx","../src/icons/Expand.tsx","../src/icons/ExternalLink.tsx","../src/icons/Eye.tsx","../src/icons/EyeClosed.tsx","../src/icons/EyeOff.tsx","../src/icons/Facebook.tsx","../src/icons/Factory.tsx","../src/icons/Fan.tsx","../src/icons/FastForward.tsx","../src/icons/Feather.tsx","../src/icons/Fence.tsx","../src/icons/FerrisWheel.tsx","../src/icons/Figma.tsx","../src/icons/File.tsx","../src/icons/FileArchive.tsx","../src/icons/FileAxis3d.tsx","../src/icons/FileBadge.tsx","../src/icons/FileBox.tsx","../src/icons/FileBraces.tsx","../src/icons/FileBracesCorner.tsx","../src/icons/FileChartColumn.tsx","../src/icons/FileChartColumnIncreasing.tsx","../src/icons/FileChartLine.tsx","../src/icons/FileChartPie.tsx","../src/icons/FileCheck.tsx","../src/icons/FileCheckCorner.tsx","../src/icons/FileClock.tsx","../src/icons/FileCode.tsx","../src/icons/FileCodeCorner.tsx","../src/icons/FileCog.tsx","../src/icons/FileDiff.tsx","../src/icons/FileDigit.tsx","../src/icons/FileDown.tsx","../src/icons/FileExclamationPoint.tsx","../src/icons/FileHeadphone.tsx","../src/icons/FileHeart.tsx","../src/icons/FileImage.tsx","../src/icons/FileInput.tsx","../src/icons/FileKey.tsx","../src/icons/FileLock.tsx","../src/icons/FileMinus.tsx","../src/icons/FileMinusCorner.tsx","../src/icons/FileMusic.tsx","../src/icons/FileOutput.tsx","../src/icons/FilePen.tsx","../src/icons/FilePenLine.tsx","../src/icons/FilePlay.tsx","../src/icons/FilePlus.tsx","../src/icons/FilePlusCorner.tsx","../src/icons/FileQuestionMark.tsx","../src/icons/FileScan.tsx","../src/icons/FileSearch.tsx","../src/icons/FileSearchCorner.tsx","../src/icons/FileSignal.tsx","../src/icons/FileSliders.tsx","../src/icons/FileSpreadsheet.tsx","../src/icons/FileStack.tsx","../src/icons/FileSymlink.tsx","../src/icons/FileTerminal.tsx","../src/icons/FileText.tsx","../src/icons/FileType.tsx","../src/icons/FileTypeCorner.tsx","../src/icons/FileUp.tsx","../src/icons/FileUser.tsx","../src/icons/FileVideoCamera.tsx","../src/icons/FileVolume.tsx","../src/icons/FileX.tsx","../src/icons/FileXCorner.tsx","../src/icons/Files.tsx","../src/icons/Film.tsx","../src/icons/FingerprintPattern.tsx","../src/icons/FireExtinguisher.tsx","../src/icons/Fish.tsx","../src/icons/FishOff.tsx","../src/icons/FishSymbol.tsx","../src/icons/FishingHook.tsx","../src/icons/Flag.tsx","../src/icons/FlagOff.tsx","../src/icons/FlagTriangleLeft.tsx","../src/icons/FlagTriangleRight.tsx","../src/icons/Flame.tsx","../src/icons/FlameKindling.tsx","../src/icons/Flashlight.tsx","../src/icons/FlashlightOff.tsx","../src/icons/FlaskConical.tsx","../src/icons/FlaskConicalOff.tsx","../src/icons/FlaskRound.tsx","../src/icons/FlipHorizontal2.tsx","../src/icons/FlipVertical2.tsx","../src/icons/Flower.tsx","../src/icons/Flower2.tsx","../src/icons/Focus.tsx","../src/icons/FoldHorizontal.tsx","../src/icons/FoldVertical.tsx","../src/icons/Folder.tsx","../src/icons/FolderArchive.tsx","../src/icons/FolderCheck.tsx","../src/icons/FolderClock.tsx","../src/icons/FolderClosed.tsx","../src/icons/FolderCode.tsx","../src/icons/FolderCog.tsx","../src/icons/FolderDot.tsx","../src/icons/FolderDown.tsx","../src/icons/FolderGit.tsx","../src/icons/FolderGit2.tsx","../src/icons/FolderHeart.tsx","../src/icons/FolderInput.tsx","../src/icons/FolderKanban.tsx","../src/icons/FolderKey.tsx","../src/icons/FolderLock.tsx","../src/icons/FolderMinus.tsx","../src/icons/FolderOpen.tsx","../src/icons/FolderOpenDot.tsx","../src/icons/FolderOutput.tsx","../src/icons/FolderPen.tsx","../src/icons/FolderPlus.tsx","../src/icons/FolderRoot.tsx","../src/icons/FolderSearch.tsx","../src/icons/FolderSearch2.tsx","../src/icons/FolderSymlink.tsx","../src/icons/FolderSync.tsx","../src/icons/FolderTree.tsx","../src/icons/FolderUp.tsx","../src/icons/FolderX.tsx","../src/icons/Folders.tsx","../src/icons/Footprints.tsx","../src/icons/Forklift.tsx","../src/icons/Form.tsx","../src/icons/Forward.tsx","../src/icons/Frame.tsx","../src/icons/Framer.tsx","../src/icons/Frown.tsx","../src/icons/Fuel.tsx","../src/icons/Fullscreen.tsx","../src/icons/Funnel.tsx","../src/icons/FunnelPlus.tsx","../src/icons/FunnelX.tsx","../src/icons/GalleryHorizontal.tsx","../src/icons/GalleryHorizontalEnd.tsx","../src/icons/GalleryThumbnails.tsx","../src/icons/GalleryVertical.tsx","../src/icons/GalleryVerticalEnd.tsx","../src/icons/Gamepad.tsx","../src/icons/Gamepad2.tsx","../src/icons/GamepadDirectional.tsx","../src/icons/Gauge.tsx","../src/icons/Gavel.tsx","../src/icons/Gem.tsx","../src/icons/GeorgianLari.tsx","../src/icons/Ghost.tsx","../src/icons/Gift.tsx","../src/icons/GitBranch.tsx","../src/icons/GitBranchMinus.tsx","../src/icons/GitBranchPlus.tsx","../src/icons/GitCommitHorizontal.tsx","../src/icons/GitCommitVertical.tsx","../src/icons/GitCompare.tsx","../src/icons/GitCompareArrows.tsx","../src/icons/GitFork.tsx","../src/icons/GitGraph.tsx","../src/icons/GitMerge.tsx","../src/icons/GitMergeConflict.tsx","../src/icons/GitPullRequest.tsx","../src/icons/GitPullRequestArrow.tsx","../src/icons/GitPullRequestClosed.tsx","../src/icons/GitPullRequestCreate.tsx","../src/icons/GitPullRequestCreateArrow.tsx","../src/icons/GitPullRequestDraft.tsx","../src/icons/Github.tsx","../src/icons/Gitlab.tsx","../src/icons/GlassWater.tsx","../src/icons/Glasses.tsx","../src/icons/Globe.tsx","../src/icons/GlobeLock.tsx","../src/icons/GlobeOff.tsx","../src/icons/GlobeX.tsx","../src/icons/Goal.tsx","../src/icons/Gpu.tsx","../src/icons/GraduationCap.tsx","../src/icons/Grape.tsx","../src/icons/Grid2x2.tsx","../src/icons/Grid2x2Check.tsx","../src/icons/Grid2x2Plus.tsx","../src/icons/Grid2x2X.tsx","../src/icons/Grid3x2.tsx","../src/icons/Grid3x3.tsx","../src/icons/Grip.tsx","../src/icons/GripHorizontal.tsx","../src/icons/GripVertical.tsx","../src/icons/Group.tsx","../src/icons/Guitar.tsx","../src/icons/Ham.tsx","../src/icons/Hamburger.tsx","../src/icons/Hammer.tsx","../src/icons/Hand.tsx","../src/icons/HandCoins.tsx","../src/icons/HandFist.tsx","../src/icons/HandGrab.tsx","../src/icons/HandHeart.tsx","../src/icons/HandHelping.tsx","../src/icons/HandMetal.tsx","../src/icons/HandPlatter.tsx","../src/icons/Handbag.tsx","../src/icons/Handshake.tsx","../src/icons/HardDrive.tsx","../src/icons/HardDriveDownload.tsx","../src/icons/HardDriveUpload.tsx","../src/icons/HardHat.tsx","../src/icons/Hash.tsx","../src/icons/HatGlasses.tsx","../src/icons/Haze.tsx","../src/icons/Hd.tsx","../src/icons/HdmiPort.tsx","../src/icons/Heading.tsx","../src/icons/Heading1.tsx","../src/icons/Heading2.tsx","../src/icons/Heading3.tsx","../src/icons/Heading4.tsx","../src/icons/Heading5.tsx","../src/icons/Heading6.tsx","../src/icons/HeadphoneOff.tsx","../src/icons/Headphones.tsx","../src/icons/Headset.tsx","../src/icons/Heart.tsx","../src/icons/HeartCrack.tsx","../src/icons/HeartHandshake.tsx","../src/icons/HeartMinus.tsx","../src/icons/HeartOff.tsx","../src/icons/HeartPlus.tsx","../src/icons/HeartPulse.tsx","../src/icons/Heater.tsx","../src/icons/Helicopter.tsx","../src/icons/Hexagon.tsx","../src/icons/Highlighter.tsx","../src/icons/History.tsx","../src/icons/Hop.tsx","../src/icons/HopOff.tsx","../src/icons/Hospital.tsx","../src/icons/Hotel.tsx","../src/icons/Hourglass.tsx","../src/icons/House.tsx","../src/icons/HouseHeart.tsx","../src/icons/HousePlug.tsx","../src/icons/HousePlus.tsx","../src/icons/HouseWifi.tsx","../src/icons/IceCreamBowl.tsx","../src/icons/IceCreamCone.tsx","../src/icons/IdCard.tsx","../src/icons/IdCardLanyard.tsx","../src/icons/Image.tsx","../src/icons/ImageDown.tsx","../src/icons/ImageMinus.tsx","../src/icons/ImageOff.tsx","../src/icons/ImagePlay.tsx","../src/icons/ImagePlus.tsx","../src/icons/ImageUp.tsx","../src/icons/ImageUpscale.tsx","../src/icons/Images.tsx","../src/icons/Import.tsx","../src/icons/Inbox.tsx","../src/icons/IndianRupee.tsx","../src/icons/Infinity.tsx","../src/icons/Info.tsx","../src/icons/InspectionPanel.tsx","../src/icons/Instagram.tsx","../src/icons/Italic.tsx","../src/icons/IterationCcw.tsx","../src/icons/IterationCw.tsx","../src/icons/JapaneseYen.tsx","../src/icons/Joystick.tsx","../src/icons/Kanban.tsx","../src/icons/Kayak.tsx","../src/icons/Key.tsx","../src/icons/KeyRound.tsx","../src/icons/KeySquare.tsx","../src/icons/Keyboard.tsx","../src/icons/KeyboardMusic.tsx","../src/icons/KeyboardOff.tsx","../src/icons/Lamp.tsx","../src/icons/LampCeiling.tsx","../src/icons/LampDesk.tsx","../src/icons/LampFloor.tsx","../src/icons/LampWallDown.tsx","../src/icons/LampWallUp.tsx","../src/icons/LandPlot.tsx","../src/icons/Landmark.tsx","../src/icons/Languages.tsx","../src/icons/Laptop.tsx","../src/icons/LaptopMinimal.tsx","../src/icons/LaptopMinimalCheck.tsx","../src/icons/Lasso.tsx","../src/icons/LassoSelect.tsx","../src/icons/Laugh.tsx","../src/icons/Layers.tsx","../src/icons/Layers2.tsx","../src/icons/LayersPlus.tsx","../src/icons/LayoutDashboard.tsx","../src/icons/LayoutGrid.tsx","../src/icons/LayoutList.tsx","../src/icons/LayoutPanelLeft.tsx","../src/icons/LayoutPanelTop.tsx","../src/icons/LayoutTemplate.tsx","../src/icons/Leaf.tsx","../src/icons/LeafyGreen.tsx","../src/icons/Lectern.tsx","../src/icons/LensConcave.tsx","../src/icons/LensConvex.tsx","../src/icons/Library.tsx","../src/icons/LibraryBig.tsx","../src/icons/LifeBuoy.tsx","../src/icons/Ligature.tsx","../src/icons/Lightbulb.tsx","../src/icons/LightbulbOff.tsx","../src/icons/LineDotRightHorizontal.tsx","../src/icons/LineSquiggle.tsx","../src/icons/Link.tsx","../src/icons/Link2.tsx","../src/icons/Link2Off.tsx","../src/icons/Linkedin.tsx","../src/icons/List.tsx","../src/icons/ListCheck.tsx","../src/icons/ListChecks.tsx","../src/icons/ListChevronsDownUp.tsx","../src/icons/ListChevronsUpDown.tsx","../src/icons/ListCollapse.tsx","../src/icons/ListEnd.tsx","../src/icons/ListFilter.tsx","../src/icons/ListFilterPlus.tsx","../src/icons/ListIndentDecrease.tsx","../src/icons/ListIndentIncrease.tsx","../src/icons/ListMinus.tsx","../src/icons/ListMusic.tsx","../src/icons/ListOrdered.tsx","../src/icons/ListPlus.tsx","../src/icons/ListRestart.tsx","../src/icons/ListStart.tsx","../src/icons/ListTodo.tsx","../src/icons/ListTree.tsx","../src/icons/ListVideo.tsx","../src/icons/ListX.tsx","../src/icons/Loader.tsx","../src/icons/LoaderCircle.tsx","../src/icons/LoaderPinwheel.tsx","../src/icons/Locate.tsx","../src/icons/LocateFixed.tsx","../src/icons/LocateOff.tsx","../src/icons/Lock.tsx","../src/icons/LockKeyhole.tsx","../src/icons/LockKeyholeOpen.tsx","../src/icons/LockOpen.tsx","../src/icons/LogIn.tsx","../src/icons/LogOut.tsx","../src/icons/Logs.tsx","../src/icons/Lollipop.tsx","../src/icons/Luggage.tsx","../src/icons/Magnet.tsx","../src/icons/Mail.tsx","../src/icons/MailCheck.tsx","../src/icons/MailMinus.tsx","../src/icons/MailOpen.tsx","../src/icons/MailPlus.tsx","../src/icons/MailQuestionMark.tsx","../src/icons/MailSearch.tsx","../src/icons/MailWarning.tsx","../src/icons/MailX.tsx","../src/icons/Mailbox.tsx","../src/icons/Mails.tsx","../src/icons/Map.tsx","../src/icons/MapMinus.tsx","../src/icons/MapPin.tsx","../src/icons/MapPinCheck.tsx","../src/icons/MapPinCheckInside.tsx","../src/icons/MapPinHouse.tsx","../src/icons/MapPinMinus.tsx","../src/icons/MapPinMinusInside.tsx","../src/icons/MapPinOff.tsx","../src/icons/MapPinPen.tsx","../src/icons/MapPinPlus.tsx","../src/icons/MapPinPlusInside.tsx","../src/icons/MapPinX.tsx","../src/icons/MapPinXInside.tsx","../src/icons/MapPinned.tsx","../src/icons/MapPlus.tsx","../src/icons/Mars.tsx","../src/icons/MarsStroke.tsx","../src/icons/Martini.tsx","../src/icons/Maximize.tsx","../src/icons/Maximize2.tsx","../src/icons/Medal.tsx","../src/icons/Megaphone.tsx","../src/icons/MegaphoneOff.tsx","../src/icons/Meh.tsx","../src/icons/MemoryStick.tsx","../src/icons/Menu.tsx","../src/icons/Merge.tsx","../src/icons/MessageCircle.tsx","../src/icons/MessageCircleCheck.tsx","../src/icons/MessageCircleCode.tsx","../src/icons/MessageCircleDashed.tsx","../src/icons/MessageCircleHeart.tsx","../src/icons/MessageCircleMore.tsx","../src/icons/MessageCircleOff.tsx","../src/icons/MessageCirclePlus.tsx","../src/icons/MessageCircleQuestionMark.tsx","../src/icons/MessageCircleReply.tsx","../src/icons/MessageCircleWarning.tsx","../src/icons/MessageCircleX.tsx","../src/icons/MessageSquare.tsx","../src/icons/MessageSquareCheck.tsx","../src/icons/MessageSquareCode.tsx","../src/icons/MessageSquareDashed.tsx","../src/icons/MessageSquareDiff.tsx","../src/icons/MessageSquareDot.tsx","../src/icons/MessageSquareHeart.tsx","../src/icons/MessageSquareLock.tsx","../src/icons/MessageSquareMore.tsx","../src/icons/MessageSquareOff.tsx","../src/icons/MessageSquarePlus.tsx","../src/icons/MessageSquareQuote.tsx","../src/icons/MessageSquareReply.tsx","../src/icons/MessageSquareShare.tsx","../src/icons/MessageSquareText.tsx","../src/icons/MessageSquareWarning.tsx","../src/icons/MessageSquareX.tsx","../src/icons/MessagesSquare.tsx","../src/icons/Metronome.tsx","../src/icons/Mic.tsx","../src/icons/MicOff.tsx","../src/icons/MicVocal.tsx","../src/icons/Microchip.tsx","../src/icons/Microscope.tsx","../src/icons/Microwave.tsx","../src/icons/Milestone.tsx","../src/icons/Milk.tsx","../src/icons/MilkOff.tsx","../src/icons/Minimize.tsx","../src/icons/Minimize2.tsx","../src/icons/Minus.tsx","../src/icons/MirrorRectangular.tsx","../src/icons/MirrorRound.tsx","../src/icons/Monitor.tsx","../src/icons/MonitorCheck.tsx","../src/icons/MonitorCloud.tsx","../src/icons/MonitorCog.tsx","../src/icons/MonitorDot.tsx","../src/icons/MonitorDown.tsx","../src/icons/MonitorOff.tsx","../src/icons/MonitorPause.tsx","../src/icons/MonitorPlay.tsx","../src/icons/MonitorSmartphone.tsx","../src/icons/MonitorSpeaker.tsx","../src/icons/MonitorStop.tsx","../src/icons/MonitorUp.tsx","../src/icons/MonitorX.tsx","../src/icons/Moon.tsx","../src/icons/MoonStar.tsx","../src/icons/Motorbike.tsx","../src/icons/Mountain.tsx","../src/icons/MountainSnow.tsx","../src/icons/Mouse.tsx","../src/icons/MouseLeft.tsx","../src/icons/MouseOff.tsx","../src/icons/MousePointer.tsx","../src/icons/MousePointer2.tsx","../src/icons/MousePointer2Off.tsx","../src/icons/MousePointerBan.tsx","../src/icons/MousePointerClick.tsx","../src/icons/MouseRight.tsx","../src/icons/Move.tsx","../src/icons/Move3d.tsx","../src/icons/MoveDiagonal.tsx","../src/icons/MoveDiagonal2.tsx","../src/icons/MoveDown.tsx","../src/icons/MoveDownLeft.tsx","../src/icons/MoveDownRight.tsx","../src/icons/MoveHorizontal.tsx","../src/icons/MoveLeft.tsx","../src/icons/MoveRight.tsx","../src/icons/MoveUp.tsx","../src/icons/MoveUpLeft.tsx","../src/icons/MoveUpRight.tsx","../src/icons/MoveVertical.tsx","../src/icons/Music.tsx","../src/icons/Music2.tsx","../src/icons/Music3.tsx","../src/icons/Music4.tsx","../src/icons/Navigation.tsx","../src/icons/Navigation2.tsx","../src/icons/Navigation2Off.tsx","../src/icons/NavigationOff.tsx","../src/icons/Network.tsx","../src/icons/Newspaper.tsx","../src/icons/Nfc.tsx","../src/icons/NonBinary.tsx","../src/icons/Notebook.tsx","../src/icons/NotebookPen.tsx","../src/icons/NotebookTabs.tsx","../src/icons/NotebookText.tsx","../src/icons/NotepadText.tsx","../src/icons/NotepadTextDashed.tsx","../src/icons/Nut.tsx","../src/icons/NutOff.tsx","../src/icons/Octagon.tsx","../src/icons/OctagonAlert.tsx","../src/icons/OctagonMinus.tsx","../src/icons/OctagonPause.tsx","../src/icons/OctagonX.tsx","../src/icons/Omega.tsx","../src/icons/Option.tsx","../src/icons/Orbit.tsx","../src/icons/Origami.tsx","../src/icons/Package.tsx","../src/icons/Package2.tsx","../src/icons/PackageCheck.tsx","../src/icons/PackageMinus.tsx","../src/icons/PackageOpen.tsx","../src/icons/PackagePlus.tsx","../src/icons/PackageSearch.tsx","../src/icons/PackageX.tsx","../src/icons/PaintBucket.tsx","../src/icons/PaintRoller.tsx","../src/icons/Paintbrush.tsx","../src/icons/PaintbrushVertical.tsx","../src/icons/Palette.tsx","../src/icons/Panda.tsx","../src/icons/PanelBottom.tsx","../src/icons/PanelBottomClose.tsx","../src/icons/PanelBottomDashed.tsx","../src/icons/PanelBottomOpen.tsx","../src/icons/PanelLeft.tsx","../src/icons/PanelLeftClose.tsx","../src/icons/PanelLeftDashed.tsx","../src/icons/PanelLeftOpen.tsx","../src/icons/PanelLeftRightDashed.tsx","../src/icons/PanelRight.tsx","../src/icons/PanelRightClose.tsx","../src/icons/PanelRightDashed.tsx","../src/icons/PanelRightOpen.tsx","../src/icons/PanelTop.tsx","../src/icons/PanelTopBottomDashed.tsx","../src/icons/PanelTopClose.tsx","../src/icons/PanelTopDashed.tsx","../src/icons/PanelTopOpen.tsx","../src/icons/PanelsLeftBottom.tsx","../src/icons/PanelsRightBottom.tsx","../src/icons/PanelsTopLeft.tsx","../src/icons/Paperclip.tsx","../src/icons/Parentheses.tsx","../src/icons/ParkingMeter.tsx","../src/icons/PartyPopper.tsx","../src/icons/Pause.tsx","../src/icons/PawPrint.tsx","../src/icons/PcCase.tsx","../src/icons/Pen.tsx","../src/icons/PenLine.tsx","../src/icons/PenOff.tsx","../src/icons/PenTool.tsx","../src/icons/Pencil.tsx","../src/icons/PencilLine.tsx","../src/icons/PencilOff.tsx","../src/icons/PencilRuler.tsx","../src/icons/Pentagon.tsx","../src/icons/Percent.tsx","../src/icons/PersonStanding.tsx","../src/icons/PhilippinePeso.tsx","../src/icons/Phone.tsx","../src/icons/PhoneCall.tsx","../src/icons/PhoneForwarded.tsx","../src/icons/PhoneIncoming.tsx","../src/icons/PhoneMissed.tsx","../src/icons/PhoneOff.tsx","../src/icons/PhoneOutgoing.tsx","../src/icons/Pi.tsx","../src/icons/Piano.tsx","../src/icons/Pickaxe.tsx","../src/icons/PictureInPicture.tsx","../src/icons/PictureInPicture2.tsx","../src/icons/PiggyBank.tsx","../src/icons/Pilcrow.tsx","../src/icons/PilcrowLeft.tsx","../src/icons/PilcrowRight.tsx","../src/icons/Pill.tsx","../src/icons/PillBottle.tsx","../src/icons/Pin.tsx","../src/icons/PinOff.tsx","../src/icons/Pipette.tsx","../src/icons/Pizza.tsx","../src/icons/Plane.tsx","../src/icons/PlaneLanding.tsx","../src/icons/PlaneTakeoff.tsx","../src/icons/Play.tsx","../src/icons/Plug.tsx","../src/icons/Plug2.tsx","../src/icons/PlugZap.tsx","../src/icons/Plus.tsx","../src/icons/Pocket.tsx","../src/icons/PocketKnife.tsx","../src/icons/Podcast.tsx","../src/icons/Pointer.tsx","../src/icons/PointerOff.tsx","../src/icons/Popcorn.tsx","../src/icons/Popsicle.tsx","../src/icons/PoundSterling.tsx","../src/icons/Power.tsx","../src/icons/PowerOff.tsx","../src/icons/Presentation.tsx","../src/icons/Printer.tsx","../src/icons/PrinterCheck.tsx","../src/icons/PrinterX.tsx","../src/icons/Projector.tsx","../src/icons/Proportions.tsx","../src/icons/Puzzle.tsx","../src/icons/Pyramid.tsx","../src/icons/QrCode.tsx","../src/icons/Quote.tsx","../src/icons/Rabbit.tsx","../src/icons/Radar.tsx","../src/icons/Radiation.tsx","../src/icons/Radical.tsx","../src/icons/Radio.tsx","../src/icons/RadioReceiver.tsx","../src/icons/RadioTower.tsx","../src/icons/Radius.tsx","../src/icons/RailSymbol.tsx","../src/icons/Rainbow.tsx","../src/icons/Rat.tsx","../src/icons/Ratio.tsx","../src/icons/Receipt.tsx","../src/icons/ReceiptCent.tsx","../src/icons/ReceiptEuro.tsx","../src/icons/ReceiptIndianRupee.tsx","../src/icons/ReceiptJapaneseYen.tsx","../src/icons/ReceiptPoundSterling.tsx","../src/icons/ReceiptRussianRuble.tsx","../src/icons/ReceiptSwissFranc.tsx","../src/icons/ReceiptText.tsx","../src/icons/ReceiptTurkishLira.tsx","../src/icons/RectangleCircle.tsx","../src/icons/RectangleEllipsis.tsx","../src/icons/RectangleGoggles.tsx","../src/icons/RectangleHorizontal.tsx","../src/icons/RectangleVertical.tsx","../src/icons/Recycle.tsx","../src/icons/Redo.tsx","../src/icons/Redo2.tsx","../src/icons/RedoDot.tsx","../src/icons/RefreshCcw.tsx","../src/icons/RefreshCcwDot.tsx","../src/icons/RefreshCw.tsx","../src/icons/RefreshCwOff.tsx","../src/icons/Refrigerator.tsx","../src/icons/Regex.tsx","../src/icons/RemoveFormatting.tsx","../src/icons/Repeat.tsx","../src/icons/Repeat1.tsx","../src/icons/Repeat2.tsx","../src/icons/Replace.tsx","../src/icons/ReplaceAll.tsx","../src/icons/Reply.tsx","../src/icons/ReplyAll.tsx","../src/icons/Rewind.tsx","../src/icons/Ribbon.tsx","../src/icons/Rocket.tsx","../src/icons/RockingChair.tsx","../src/icons/RollerCoaster.tsx","../src/icons/Rose.tsx","../src/icons/Rotate3d.tsx","../src/icons/RotateCcw.tsx","../src/icons/RotateCcwKey.tsx","../src/icons/RotateCcwSquare.tsx","../src/icons/RotateCw.tsx","../src/icons/RotateCwSquare.tsx","../src/icons/Route.tsx","../src/icons/RouteOff.tsx","../src/icons/Router.tsx","../src/icons/Rows2.tsx","../src/icons/Rows3.tsx","../src/icons/Rows4.tsx","../src/icons/Rss.tsx","../src/icons/Ruler.tsx","../src/icons/RulerDimensionLine.tsx","../src/icons/RussianRuble.tsx","../src/icons/Sailboat.tsx","../src/icons/Salad.tsx","../src/icons/Sandwich.tsx","../src/icons/Satellite.tsx","../src/icons/SatelliteDish.tsx","../src/icons/SaudiRiyal.tsx","../src/icons/Save.tsx","../src/icons/SaveAll.tsx","../src/icons/SaveOff.tsx","../src/icons/Scale.tsx","../src/icons/Scale3d.tsx","../src/icons/Scaling.tsx","../src/icons/Scan.tsx","../src/icons/ScanBarcode.tsx","../src/icons/ScanEye.tsx","../src/icons/ScanFace.tsx","../src/icons/ScanHeart.tsx","../src/icons/ScanLine.tsx","../src/icons/ScanQrCode.tsx","../src/icons/ScanSearch.tsx","../src/icons/ScanText.tsx","../src/icons/School.tsx","../src/icons/Scissors.tsx","../src/icons/ScissorsLineDashed.tsx","../src/icons/Scooter.tsx","../src/icons/ScreenShare.tsx","../src/icons/ScreenShareOff.tsx","../src/icons/Scroll.tsx","../src/icons/ScrollText.tsx","../src/icons/Search.tsx","../src/icons/SearchAlert.tsx","../src/icons/SearchCheck.tsx","../src/icons/SearchCode.tsx","../src/icons/SearchSlash.tsx","../src/icons/SearchX.tsx","../src/icons/Section.tsx","../src/icons/Send.tsx","../src/icons/SendHorizontal.tsx","../src/icons/SendToBack.tsx","../src/icons/SeparatorHorizontal.tsx","../src/icons/SeparatorVertical.tsx","../src/icons/Server.tsx","../src/icons/ServerCog.tsx","../src/icons/ServerCrash.tsx","../src/icons/ServerOff.tsx","../src/icons/Settings.tsx","../src/icons/Settings2.tsx","../src/icons/Shapes.tsx","../src/icons/Share.tsx","../src/icons/Share2.tsx","../src/icons/Sheet.tsx","../src/icons/Shell.tsx","../src/icons/ShelvingUnit.tsx","../src/icons/Shield.tsx","../src/icons/ShieldAlert.tsx","../src/icons/ShieldBan.tsx","../src/icons/ShieldCheck.tsx","../src/icons/ShieldEllipsis.tsx","../src/icons/ShieldHalf.tsx","../src/icons/ShieldMinus.tsx","../src/icons/ShieldOff.tsx","../src/icons/ShieldPlus.tsx","../src/icons/ShieldQuestionMark.tsx","../src/icons/ShieldUser.tsx","../src/icons/ShieldX.tsx","../src/icons/Ship.tsx","../src/icons/ShipWheel.tsx","../src/icons/Shirt.tsx","../src/icons/ShoppingBag.tsx","../src/icons/ShoppingBasket.tsx","../src/icons/ShoppingCart.tsx","../src/icons/Shovel.tsx","../src/icons/ShowerHead.tsx","../src/icons/Shredder.tsx","../src/icons/Shrimp.tsx","../src/icons/Shrink.tsx","../src/icons/Shrub.tsx","../src/icons/Shuffle.tsx","../src/icons/Sigma.tsx","../src/icons/Signal.tsx","../src/icons/SignalHigh.tsx","../src/icons/SignalLow.tsx","../src/icons/SignalMedium.tsx","../src/icons/SignalZero.tsx","../src/icons/Signature.tsx","../src/icons/Signpost.tsx","../src/icons/SignpostBig.tsx","../src/icons/Siren.tsx","../src/icons/SkipBack.tsx","../src/icons/SkipForward.tsx","../src/icons/Skull.tsx","../src/icons/Slack.tsx","../src/icons/Slash.tsx","../src/icons/Slice.tsx","../src/icons/SlidersHorizontal.tsx","../src/icons/SlidersVertical.tsx","../src/icons/Smartphone.tsx","../src/icons/SmartphoneCharging.tsx","../src/icons/SmartphoneNfc.tsx","../src/icons/Smile.tsx","../src/icons/SmilePlus.tsx","../src/icons/Snail.tsx","../src/icons/Snowflake.tsx","../src/icons/SoapDispenserDroplet.tsx","../src/icons/Sofa.tsx","../src/icons/SolarPanel.tsx","../src/icons/Soup.tsx","../src/icons/Space.tsx","../src/icons/Spade.tsx","../src/icons/Sparkle.tsx","../src/icons/Sparkles.tsx","../src/icons/Speaker.tsx","../src/icons/Speech.tsx","../src/icons/SpellCheck.tsx","../src/icons/SpellCheck2.tsx","../src/icons/Spline.tsx","../src/icons/SplinePointer.tsx","../src/icons/Split.tsx","../src/icons/Spool.tsx","../src/icons/Spotlight.tsx","../src/icons/SprayCan.tsx","../src/icons/Sprout.tsx","../src/icons/Square.tsx","../src/icons/SquareActivity.tsx","../src/icons/SquareArrowDown.tsx","../src/icons/SquareArrowDownLeft.tsx","../src/icons/SquareArrowDownRight.tsx","../src/icons/SquareArrowLeft.tsx","../src/icons/SquareArrowOutDownLeft.tsx","../src/icons/SquareArrowOutDownRight.tsx","../src/icons/SquareArrowOutUpLeft.tsx","../src/icons/SquareArrowOutUpRight.tsx","../src/icons/SquareArrowRight.tsx","../src/icons/SquareArrowRightEnter.tsx","../src/icons/SquareArrowRightExit.tsx","../src/icons/SquareArrowUp.tsx","../src/icons/SquareArrowUpLeft.tsx","../src/icons/SquareArrowUpRight.tsx","../src/icons/SquareAsterisk.tsx","../src/icons/SquareBottomDashedScissors.tsx","../src/icons/SquareCenterlineDashedHorizontal.tsx","../src/icons/SquareCenterlineDashedVertical.tsx","../src/icons/SquareChartGantt.tsx","../src/icons/SquareCheck.tsx","../src/icons/SquareCheckBig.tsx","../src/icons/SquareChevronDown.tsx","../src/icons/SquareChevronLeft.tsx","../src/icons/SquareChevronRight.tsx","../src/icons/SquareChevronUp.tsx","../src/icons/SquareCode.tsx","../src/icons/SquareDashed.tsx","../src/icons/SquareDashedBottom.tsx","../src/icons/SquareDashedBottomCode.tsx","../src/icons/SquareDashedKanban.tsx","../src/icons/SquareDashedMousePointer.tsx","../src/icons/SquareDashedTopSolid.tsx","../src/icons/SquareDivide.tsx","../src/icons/SquareDot.tsx","../src/icons/SquareEqual.tsx","../src/icons/SquareFunction.tsx","../src/icons/SquareKanban.tsx","../src/icons/SquareLibrary.tsx","../src/icons/SquareM.tsx","../src/icons/SquareMenu.tsx","../src/icons/SquareMinus.tsx","../src/icons/SquareMousePointer.tsx","../src/icons/SquareParking.tsx","../src/icons/SquareParkingOff.tsx","../src/icons/SquarePause.tsx","../src/icons/SquarePen.tsx","../src/icons/SquarePercent.tsx","../src/icons/SquarePi.tsx","../src/icons/SquarePilcrow.tsx","../src/icons/SquarePlay.tsx","../src/icons/SquarePlus.tsx","../src/icons/SquarePower.tsx","../src/icons/SquareRadical.tsx","../src/icons/SquareRoundCorner.tsx","../src/icons/SquareScissors.tsx","../src/icons/SquareSigma.tsx","../src/icons/SquareSlash.tsx","../src/icons/SquareSplitHorizontal.tsx","../src/icons/SquareSplitVertical.tsx","../src/icons/SquareSquare.tsx","../src/icons/SquareStack.tsx","../src/icons/SquareStar.tsx","../src/icons/SquareStop.tsx","../src/icons/SquareTerminal.tsx","../src/icons/SquareUser.tsx","../src/icons/SquareUserRound.tsx","../src/icons/SquareX.tsx","../src/icons/SquaresExclude.tsx","../src/icons/SquaresIntersect.tsx","../src/icons/SquaresSubtract.tsx","../src/icons/SquaresUnite.tsx","../src/icons/Squircle.tsx","../src/icons/SquircleDashed.tsx","../src/icons/Squirrel.tsx","../src/icons/Stamp.tsx","../src/icons/Star.tsx","../src/icons/StarHalf.tsx","../src/icons/StarOff.tsx","../src/icons/StepBack.tsx","../src/icons/StepForward.tsx","../src/icons/Stethoscope.tsx","../src/icons/Sticker.tsx","../src/icons/StickyNote.tsx","../src/icons/Stone.tsx","../src/icons/Store.tsx","../src/icons/StretchHorizontal.tsx","../src/icons/StretchVertical.tsx","../src/icons/Strikethrough.tsx","../src/icons/Subscript.tsx","../src/icons/Sun.tsx","../src/icons/SunDim.tsx","../src/icons/SunMedium.tsx","../src/icons/SunMoon.tsx","../src/icons/SunSnow.tsx","../src/icons/Sunrise.tsx","../src/icons/Sunset.tsx","../src/icons/Superscript.tsx","../src/icons/SwatchBook.tsx","../src/icons/SwissFranc.tsx","../src/icons/SwitchCamera.tsx","../src/icons/Sword.tsx","../src/icons/Swords.tsx","../src/icons/Syringe.tsx","../src/icons/Table.tsx","../src/icons/Table2.tsx","../src/icons/TableCellsMerge.tsx","../src/icons/TableCellsSplit.tsx","../src/icons/TableColumnsSplit.tsx","../src/icons/TableOfContents.tsx","../src/icons/TableProperties.tsx","../src/icons/TableRowsSplit.tsx","../src/icons/Tablet.tsx","../src/icons/TabletSmartphone.tsx","../src/icons/Tablets.tsx","../src/icons/Tag.tsx","../src/icons/Tags.tsx","../src/icons/Tally1.tsx","../src/icons/Tally2.tsx","../src/icons/Tally3.tsx","../src/icons/Tally4.tsx","../src/icons/Tally5.tsx","../src/icons/Tangent.tsx","../src/icons/Target.tsx","../src/icons/Telescope.tsx","../src/icons/Tent.tsx","../src/icons/TentTree.tsx","../src/icons/Terminal.tsx","../src/icons/TestTube.tsx","../src/icons/TestTubeDiagonal.tsx","../src/icons/TestTubes.tsx","../src/icons/TextAlignCenter.tsx","../src/icons/TextAlignEnd.tsx","../src/icons/TextAlignJustify.tsx","../src/icons/TextAlignStart.tsx","../src/icons/TextCursor.tsx","../src/icons/TextCursorInput.tsx","../src/icons/TextInitial.tsx","../src/icons/TextQuote.tsx","../src/icons/TextSearch.tsx","../src/icons/TextSelect.tsx","../src/icons/TextWrap.tsx","../src/icons/Theater.tsx","../src/icons/Thermometer.tsx","../src/icons/ThermometerSnowflake.tsx","../src/icons/ThermometerSun.tsx","../src/icons/ThumbsDown.tsx","../src/icons/ThumbsUp.tsx","../src/icons/Ticket.tsx","../src/icons/TicketCheck.tsx","../src/icons/TicketMinus.tsx","../src/icons/TicketPercent.tsx","../src/icons/TicketPlus.tsx","../src/icons/TicketSlash.tsx","../src/icons/TicketX.tsx","../src/icons/Tickets.tsx","../src/icons/TicketsPlane.tsx","../src/icons/Timer.tsx","../src/icons/TimerOff.tsx","../src/icons/TimerReset.tsx","../src/icons/ToggleLeft.tsx","../src/icons/ToggleRight.tsx","../src/icons/Toilet.tsx","../src/icons/ToolCase.tsx","../src/icons/Toolbox.tsx","../src/icons/Tornado.tsx","../src/icons/Torus.tsx","../src/icons/Touchpad.tsx","../src/icons/TouchpadOff.tsx","../src/icons/TowelRack.tsx","../src/icons/TowerControl.tsx","../src/icons/ToyBrick.tsx","../src/icons/Tractor.tsx","../src/icons/TrafficCone.tsx","../src/icons/TrainFront.tsx","../src/icons/TrainFrontTunnel.tsx","../src/icons/TrainTrack.tsx","../src/icons/TramFront.tsx","../src/icons/Transgender.tsx","../src/icons/Trash.tsx","../src/icons/Trash2.tsx","../src/icons/TreeDeciduous.tsx","../src/icons/TreePalm.tsx","../src/icons/TreePine.tsx","../src/icons/Trees.tsx","../src/icons/Trello.tsx","../src/icons/TrendingDown.tsx","../src/icons/TrendingUp.tsx","../src/icons/TrendingUpDown.tsx","../src/icons/Triangle.tsx","../src/icons/TriangleAlert.tsx","../src/icons/TriangleDashed.tsx","../src/icons/TriangleRight.tsx","../src/icons/Trophy.tsx","../src/icons/Truck.tsx","../src/icons/TruckElectric.tsx","../src/icons/TurkishLira.tsx","../src/icons/Turntable.tsx","../src/icons/Turtle.tsx","../src/icons/Tv.tsx","../src/icons/TvMinimal.tsx","../src/icons/TvMinimalPlay.tsx","../src/icons/Twitch.tsx","../src/icons/Twitter.tsx","../src/icons/Type.tsx","../src/icons/TypeOutline.tsx","../src/icons/Umbrella.tsx","../src/icons/UmbrellaOff.tsx","../src/icons/Underline.tsx","../src/icons/Undo.tsx","../src/icons/Undo2.tsx","../src/icons/UndoDot.tsx","../src/icons/UnfoldHorizontal.tsx","../src/icons/UnfoldVertical.tsx","../src/icons/Ungroup.tsx","../src/icons/University.tsx","../src/icons/Unlink.tsx","../src/icons/Unlink2.tsx","../src/icons/Unplug.tsx","../src/icons/Upload.tsx","../src/icons/Usb.tsx","../src/icons/User.tsx","../src/icons/UserCheck.tsx","../src/icons/UserCog.tsx","../src/icons/UserKey.tsx","../src/icons/UserLock.tsx","../src/icons/UserMinus.tsx","../src/icons/UserPen.tsx","../src/icons/UserPlus.tsx","../src/icons/UserRound.tsx","../src/icons/UserRoundCheck.tsx","../src/icons/UserRoundCog.tsx","../src/icons/UserRoundKey.tsx","../src/icons/UserRoundMinus.tsx","../src/icons/UserRoundPen.tsx","../src/icons/UserRoundPlus.tsx","../src/icons/UserRoundSearch.tsx","../src/icons/UserRoundX.tsx","../src/icons/UserSearch.tsx","../src/icons/UserStar.tsx","../src/icons/UserX.tsx","../src/icons/Users.tsx","../src/icons/UsersRound.tsx","../src/icons/Utensils.tsx","../src/icons/UtensilsCrossed.tsx","../src/icons/UtilityPole.tsx","../src/icons/Van.tsx","../src/icons/Variable.tsx","../src/icons/Vault.tsx","../src/icons/VectorSquare.tsx","../src/icons/Vegan.tsx","../src/icons/VenetianMask.tsx","../src/icons/Venus.tsx","../src/icons/VenusAndMars.tsx","../src/icons/Vibrate.tsx","../src/icons/VibrateOff.tsx","../src/icons/Video.tsx","../src/icons/VideoOff.tsx","../src/icons/Videotape.tsx","../src/icons/View.tsx","../src/icons/Voicemail.tsx","../src/icons/Volleyball.tsx","../src/icons/Volume.tsx","../src/icons/Volume1.tsx","../src/icons/Volume2.tsx","../src/icons/VolumeOff.tsx","../src/icons/VolumeX.tsx","../src/icons/Vote.tsx","../src/icons/Wallet.tsx","../src/icons/WalletCards.tsx","../src/icons/WalletMinimal.tsx","../src/icons/Wallpaper.tsx","../src/icons/Wand.tsx","../src/icons/WandSparkles.tsx","../src/icons/Warehouse.tsx","../src/icons/WashingMachine.tsx","../src/icons/Watch.tsx","../src/icons/Waves.tsx","../src/icons/WavesArrowDown.tsx","../src/icons/WavesArrowUp.tsx","../src/icons/WavesLadder.tsx","../src/icons/Waypoints.tsx","../src/icons/Webcam.tsx","../src/icons/Webhook.tsx","../src/icons/WebhookOff.tsx","../src/icons/Weight.tsx","../src/icons/WeightTilde.tsx","../src/icons/Wheat.tsx","../src/icons/WheatOff.tsx","../src/icons/WholeWord.tsx","../src/icons/Wifi.tsx","../src/icons/WifiCog.tsx","../src/icons/WifiHigh.tsx","../src/icons/WifiLow.tsx","../src/icons/WifiOff.tsx","../src/icons/WifiPen.tsx","../src/icons/WifiSync.tsx","../src/icons/WifiZero.tsx","../src/icons/Wind.tsx","../src/icons/WindArrowDown.tsx","../src/icons/Wine.tsx","../src/icons/WineOff.tsx","../src/icons/Workflow.tsx","../src/icons/Worm.tsx","../src/icons/Wrench.tsx","../src/icons/X.tsx","../src/icons/XLineTop.tsx","../src/icons/Youtube.tsx","../src/icons/Zap.tsx","../src/icons/ZapOff.tsx","../src/icons/ZoomIn.tsx","../src/icons/ZoomOut.tsx"],"sourcesContent":["export * from \"./createIcon\"\nexport * from \"./icons\"","import * as React from \"react\"\n\nexport interface IconProps extends React.SVGProps<SVGSVGElement> {\n size?: number\n}\n\nexport function createIcon(body: string, displayName: string) {\n const Component = React.forwardRef<SVGSVGElement, IconProps>(\n ({ size = 24, strokeWidth = 2, ...props }, ref) => (\n <svg\n ref={ref}\n xmlns=\"http://www.w3.org/2000/svg\"\n width={size}\n height={size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n dangerouslySetInnerHTML={{ __html: body }}\n {...props}\n />\n )\n )\n\n Component.displayName = displayName\n\n return Component\n}","\nimport { createIcon } from \"../createIcon\"\n\nexport const AArrowDown = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14 12l4 4l4-4m-4 4V7M2 16l4.039-9.69a.5.5 0 0 1 .923 0L11 16m-7.696-3h6.392\"/>`,\n\"AArrowDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AArrowUp = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14 11l4-4l4 4m-4 5V7M2 16l4.039-9.69a.5.5 0 0 1 .923 0L11 16m-7.696-3h6.392\"/>`,\n\"AArrowUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ALargeSmall = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 16l2.536-7.328a1.02 1.02 1 0 1 1.928 0L22 16m-6.303-2h5.606M2 16l4.039-9.69a.5.5 0 0 1 .923 0L11 16m-7.696-3h6.392\"/>`,\n\"ALargeSmall\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Accessibility = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"16\" cy=\"4\" r=\"1\"/><path d=\"m18 19l1-7l-6 1M5 8l3-3l5.5 3l-2.36 3.5m-6.9 3a5 5 0 0 0 6.88 6\"/><path d=\"M13.76 17.5a5 5 0 0 0-6.88-6\"/></g>`,\n\"Accessibility\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Activity = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2\"/>`,\n\"Activity\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AirVent = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 17.5a2.5 2.5 0 1 1-4 2.03V12m-8 0H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2M6 8h12M6.6 15.572A2 2 0 1 0 10 17v-5\"/>`,\n\"AirVent\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Airplay = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1\"/><path d=\"m12 15l5 6H7Z\"/></g>`,\n\"Airplay\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlarmClock = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"13\" r=\"8\"/><path d=\"M12 9v4l2 2M5 3L2 6m20 0l-3-3M6.38 18.7L4 21m13.64-2.33L20 21\"/></g>`,\n\"AlarmClock\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlarmClockCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"13\" r=\"8\"/><path d=\"M5 3L2 6m20 0l-3-3M6.38 18.7L4 21m13.64-2.33L20 21M9 13l2 2l4-4\"/></g>`,\n\"AlarmClockCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlarmClockMinus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"13\" r=\"8\"/><path d=\"M5 3L2 6m20 0l-3-3M6.38 18.7L4 21m13.64-2.33L20 21M9 13h6\"/></g>`,\n\"AlarmClockMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlarmClockOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6.87 6.87a8 8 0 1 0 11.26 11.26m1.77-3.88a8 8 0 0 0-9.15-9.15M22 6l-3-3M6.26 18.67L4 21M2 2l20 20M4 4L2 6\"/>`,\n\"AlarmClockOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlarmClockPlus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"13\" r=\"8\"/><path d=\"M5 3L2 6m20 0l-3-3M6.38 18.7L4 21m13.64-2.33L20 21m-8-11v6m-3-3h6\"/></g>`,\n\"AlarmClockPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlarmSmoke = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 21c0-2.5 2-2.5 2-5m3 5c0-2.5 2-2.5 2-5m1-8l-.8 3a1.25 1.25 0 0 1-1.2 1H7a1.25 1.25 0 0 1-1.2-1L5 8m16-5a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a1 1 0 0 1 1-1zM6 21c0-2.5 2-2.5 2-5\"/>`,\n\"AlarmSmoke\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Album = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M11 3v8l3-3l3 3V3\"/></g>`,\n\"Album\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignCenterHorizontal = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 12h20m-12 4v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4m6-8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4m16 8v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1m0-8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1\"/>`,\n\"AlignCenterHorizontal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignCenterVertical = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v20M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4m8 6h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1m8 0h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1\"/>`,\n\"AlignCenterVertical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignEndHorizontal = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"16\" x=\"4\" y=\"2\" rx=\"2\"/><rect width=\"6\" height=\"9\" x=\"14\" y=\"9\" rx=\"2\"/><path d=\"M22 22H2\"/></g>`,\n\"AlignEndHorizontal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignEndVertical = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"6\" x=\"2\" y=\"4\" rx=\"2\"/><rect width=\"9\" height=\"6\" x=\"9\" y=\"14\" rx=\"2\"/><path d=\"M22 22V2\"/></g>`,\n\"AlignEndVertical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignHorizontalDistributeCenter = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"4\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"14\" y=\"7\" rx=\"2\"/><path d=\"M17 22v-5m0-10V2M7 22v-3M7 5V2\"/></g>`,\n\"AlignHorizontalDistributeCenter\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignHorizontalDistributeEnd = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"4\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"14\" y=\"7\" rx=\"2\"/><path d=\"M10 2v20M20 2v20\"/></g>`,\n\"AlignHorizontalDistributeEnd\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignHorizontalDistributeStart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"4\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"14\" y=\"7\" rx=\"2\"/><path d=\"M4 2v20M14 2v20\"/></g>`,\n\"AlignHorizontalDistributeStart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignHorizontalJustifyCenter = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"16\" y=\"7\" rx=\"2\"/><path d=\"M12 2v20\"/></g>`,\n\"AlignHorizontalJustifyCenter\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignHorizontalJustifyEnd = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"12\" y=\"7\" rx=\"2\"/><path d=\"M22 2v20\"/></g>`,\n\"AlignHorizontalJustifyEnd\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignHorizontalJustifyStart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"6\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"16\" y=\"7\" rx=\"2\"/><path d=\"M2 2v20\"/></g>`,\n\"AlignHorizontalJustifyStart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignHorizontalSpaceAround = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"10\" x=\"9\" y=\"7\" rx=\"2\"/><path d=\"M4 22V2m16 20V2\"/></g>`,\n\"AlignHorizontalSpaceAround\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignHorizontalSpaceBetween = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"3\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"15\" y=\"7\" rx=\"2\"/><path d=\"M3 2v20M21 2v20\"/></g>`,\n\"AlignHorizontalSpaceBetween\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignStartHorizontal = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"16\" x=\"4\" y=\"6\" rx=\"2\"/><rect width=\"6\" height=\"9\" x=\"14\" y=\"6\" rx=\"2\"/><path d=\"M22 2H2\"/></g>`,\n\"AlignStartHorizontal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignStartVertical = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"9\" height=\"6\" x=\"6\" y=\"14\" rx=\"2\"/><rect width=\"16\" height=\"6\" x=\"6\" y=\"4\" rx=\"2\"/><path d=\"M2 2v20\"/></g>`,\n\"AlignStartVertical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignVerticalDistributeCenter = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 17h-3m3-10h-5M5 17H2M7 7H2\"/><rect width=\"14\" height=\"6\" x=\"5\" y=\"14\" rx=\"2\"/><rect width=\"10\" height=\"6\" x=\"7\" y=\"4\" rx=\"2\"/></g>`,\n\"AlignVerticalDistributeCenter\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignVerticalDistributeEnd = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"6\" x=\"5\" y=\"14\" rx=\"2\"/><rect width=\"10\" height=\"6\" x=\"7\" y=\"4\" rx=\"2\"/><path d=\"M2 20h20M2 10h20\"/></g>`,\n\"AlignVerticalDistributeEnd\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignVerticalDistributeStart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"6\" x=\"5\" y=\"14\" rx=\"2\"/><rect width=\"10\" height=\"6\" x=\"7\" y=\"4\" rx=\"2\"/><path d=\"M2 14h20M2 4h20\"/></g>`,\n\"AlignVerticalDistributeStart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignVerticalJustifyCenter = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"6\" x=\"5\" y=\"16\" rx=\"2\"/><rect width=\"10\" height=\"6\" x=\"7\" y=\"2\" rx=\"2\"/><path d=\"M2 12h20\"/></g>`,\n\"AlignVerticalJustifyCenter\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignVerticalJustifyEnd = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"6\" x=\"5\" y=\"12\" rx=\"2\"/><rect width=\"10\" height=\"6\" x=\"7\" y=\"2\" rx=\"2\"/><path d=\"M2 22h20\"/></g>`,\n\"AlignVerticalJustifyEnd\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignVerticalJustifyStart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"6\" x=\"5\" y=\"16\" rx=\"2\"/><rect width=\"10\" height=\"6\" x=\"7\" y=\"6\" rx=\"2\"/><path d=\"M2 2h20\"/></g>`,\n\"AlignVerticalJustifyStart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignVerticalSpaceAround = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"10\" height=\"6\" x=\"7\" y=\"9\" rx=\"2\"/><path d=\"M22 20H2M22 4H2\"/></g>`,\n\"AlignVerticalSpaceAround\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AlignVerticalSpaceBetween = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"6\" x=\"5\" y=\"15\" rx=\"2\"/><rect width=\"10\" height=\"6\" x=\"7\" y=\"3\" rx=\"2\"/><path d=\"M2 21h20M2 3h20\"/></g>`,\n\"AlignVerticalSpaceBetween\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Ambulance = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 10H6m8 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2m14 0h2a1 1 0 0 0 1-1v-3.28a1 1 0 0 0-.684-.948l-1.923-.641a1 1 0 0 1-.578-.502l-1.539-3.076A1 1 0 0 0 16.382 8H14M8 8v4m1 6h6\"/><circle cx=\"17\" cy=\"18\" r=\"2\"/><circle cx=\"7\" cy=\"18\" r=\"2\"/></g>`,\n\"Ambulance\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Ampersand = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 12h3m-1.5 0a8 8 0 0 1-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13\"/>`,\n\"Ampersand\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Ampersands = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6c0 1.7 1.3 3 3 3c2.8 0 5-2.2 5-5m12 5c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6c0 1.7 1.3 3 3 3c2.8 0 5-2.2 5-5\"/>`,\n\"Ampersands\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Amphora = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 2v5.632c0 .424-.272.795-.653.982A6 6 0 0 0 6 14c.006 4 3 7 5 8\"/><path d=\"M10 5H8a2 2 0 0 0 0 4h.68M14 2v5.632c0 .424.272.795.652.982A6 6 0 0 1 18 14c0 4-3 7-5 8\"/><path d=\"M14 5h2a2 2 0 0 1 0 4h-.68M18 22H6M9 2h6\"/></g>`,\n\"Amphora\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Anchor = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6v16m7-9l2-1a9 9 0 0 1-18 0l2 1m4-2h6\"/><circle cx=\"12\" cy=\"4\" r=\"2\"/></g>`,\n\"Anchor\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Angry = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M16 16s-1.5-2-4-2s-4 2-4 2m-.5-8L10 9m4 0l2.5-1M9 10h.01M15 10h.01\"/></g>`,\n\"Angry\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Annoyed = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M8 15h8M8 9h2m4 0h2\"/></g>`,\n\"Annoyed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Antenna = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 12L7 2m0 10l5-10m0 10l5-10m0 10l5-10M4.5 7h15M12 16v6\"/>`,\n\"Antenna\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Anvil = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 10H6a4 4 0 0 1-4-4a1 1 0 0 1 1-1h4m0 0a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1a7 7 0 0 1-7 7H8a1 1 0 0 1-1-1zm2 7v5m6-5v5M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1\"/>`,\n\"Anvil\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Aperture = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94\"/></g>`,\n\"Aperture\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AppWindow = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"16\" x=\"2\" y=\"4\" rx=\"2\"/><path d=\"M10 4v4M2 8h20M6 4v4\"/></g>`,\n\"AppWindow\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AppWindowMac = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"16\" x=\"2\" y=\"4\" rx=\"2\"/><path d=\"M6 8h.01M10 8h.01M14 8h.01\"/></g>`,\n\"AppWindowMac\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Apple = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6.528V3a1 1 0 0 1 1-1h0\"/><path d=\"M18.237 21A15 15 0 0 0 22 11a6 6 0 0 0-10-4.472A6 6 0 0 0 2 11a15.1 15.1 0 0 0 3.763 10a3 3 0 0 0 3.648.648a5.5 5.5 0 0 1 5.178 0A3 3 0 0 0 18.237 21\"/></g>`,\n\"Apple\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Archive = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"5\" x=\"2\" y=\"3\" rx=\"1\"/><path d=\"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8m-10 4h4\"/></g>`,\n\"Archive\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArchiveRestore = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"5\" x=\"2\" y=\"3\" rx=\"1\"/><path d=\"M4 8v11a2 2 0 0 0 2 2h2M20 8v11a2 2 0 0 1-2 2h-2m-7-6l3-3l3 3m-3-3v9\"/></g>`,\n\"ArchiveRestore\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArchiveX = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"5\" x=\"2\" y=\"3\" rx=\"1\"/><path d=\"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8M9.5 17l5-5m-5 0l5 5\"/></g>`,\n\"ArchiveX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Armchair = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3\"/><path d=\"M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0zm2 2v2m14-2v2\"/></g>`,\n\"Armchair\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowBigDown = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z\"/>`,\n\"ArrowBigDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowBigDownDash = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1zM9 4h6\"/>`,\n\"ArrowBigDownDash\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowBigLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z\"/>`,\n\"ArrowBigLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowBigLeftDash = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1zm7 0v6\"/>`,\n\"ArrowBigLeftDash\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowBigRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z\"/>`,\n\"ArrowBigRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowBigRightDash = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H9a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1zM4 9v6\"/>`,\n\"ArrowBigRightDash\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowBigUp = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z\"/>`,\n\"ArrowBigUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowBigUpDash = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm0 7h6\"/>`,\n\"ArrowBigUpDash\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDown = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 5v14m7-7l-7 7l-7-7\"/>`,\n\"ArrowDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDown01 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m3 16l4 4l4-4m-4 4V4\"/><rect width=\"4\" height=\"6\" x=\"15\" y=\"4\" ry=\"2\"/><path d=\"M17 20v-6h-2m0 6h4\"/></g>`,\n\"ArrowDown01\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDown10 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m3 16l4 4l4-4m-4 4V4m10 6V4h-2m0 6h4\"/><rect width=\"4\" height=\"6\" x=\"15\" y=\"14\" ry=\"2\"/></g>`,\n\"ArrowDown10\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDownAZ = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 16l4 4l4-4m-4 4V4m13 4h-5m0 2V6.5a2.5 2.5 0 0 1 5 0V10m-5 4h5l-5 6h5\"/>`,\n\"ArrowDownAZ\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDownFromLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 3H5m7 18V7m-6 8l6 6l6-6\"/>`,\n\"ArrowDownFromLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDownLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 7L7 17m10 0H7V7\"/>`,\n\"ArrowDownLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDownNarrowWide = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 16l4 4l4-4m-4 4V4m4 0h4m-4 4h7m-7 4h10\"/>`,\n\"ArrowDownNarrowWide\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDownRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7 7l10 10m0-10v10H7\"/>`,\n\"ArrowDownRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDownToDot = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 2v14m7-7l-7 7l-7-7\"/><circle cx=\"12\" cy=\"21\" r=\"1\"/></g>`,\n\"ArrowDownToDot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDownToLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 17V3m-6 8l6 6l6-6m1 10H5\"/>`,\n\"ArrowDownToLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDownUp = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 16l4 4l4-4m-4 4V4m14 4l-4-4l-4 4m4-4v16\"/>`,\n\"ArrowDownUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDownWideNarrow = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 16l4 4l4-4m-4 4V4m4 0h10M11 8h7m-7 4h4\"/>`,\n\"ArrowDownWideNarrow\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowDownZA = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 16l4 4l4-4M7 4v16m8-16h5l-5 6h5m-5 10v-3.5a2.5 2.5 0 0 1 5 0V20m0-2h-5\"/>`,\n\"ArrowDownZA\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 19l-7-7l7-7m7 7H5\"/>`,\n\"ArrowLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowLeftFromLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 6l-6 6l6 6m-6-6h14m4 7V5\"/>`,\n\"ArrowLeftFromLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowLeftRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 3L4 7l4 4M4 7h16m-4 14l4-4l-4-4m4 4H4\"/>`,\n\"ArrowLeftRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowLeftToLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 19V5m10 1l-6 6l6 6m-6-6h14\"/>`,\n\"ArrowLeftToLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 12h14m-7-7l7 7l-7 7\"/>`,\n\"ArrowRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowRightFromLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5v14m18-7H7m8 6l6-6l-6-6\"/>`,\n\"ArrowRightFromLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowRightLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16 3l4 4l-4 4m4-4H4m4 14l-4-4l4-4m-4 4h16\"/>`,\n\"ArrowRightLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowRightToLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 12H3m8 6l6-6l-6-6m10-1v14\"/>`,\n\"ArrowRightToLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUp = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5 12l7-7l7 7m-7 7V5\"/>`,\n\"ArrowUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUp01 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m3 8l4-4l4 4M7 4v16\"/><rect width=\"4\" height=\"6\" x=\"15\" y=\"4\" ry=\"2\"/><path d=\"M17 20v-6h-2m0 6h4\"/></g>`,\n\"ArrowUp01\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUp10 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m3 8l4-4l4 4M7 4v16m10-10V4h-2m0 6h4\"/><rect width=\"4\" height=\"6\" x=\"15\" y=\"14\" ry=\"2\"/></g>`,\n\"ArrowUp10\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUpAZ = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 8l4-4l4 4M7 4v16M20 8h-5m0 2V6.5a2.5 2.5 0 0 1 5 0V10m-5 4h5l-5 6h5\"/>`,\n\"ArrowUpAZ\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUpDown = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m21 16l-4 4l-4-4m4 4V4M3 8l4-4l4 4M7 4v16\"/>`,\n\"ArrowUpDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUpFromDot = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m5 9l7-7l7 7m-7 7V2\"/><circle cx=\"12\" cy=\"21\" r=\"1\"/></g>`,\n\"ArrowUpFromDot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUpFromLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18 9l-6-6l-6 6m6-6v14m-7 4h14\"/>`,\n\"ArrowUpFromLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUpLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 17V7h10m0 10L7 7\"/>`,\n\"ArrowUpLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUpNarrowWide = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 8l4-4l4 4M7 4v16m4-8h4m-4 4h7m-7 4h10\"/>`,\n\"ArrowUpNarrowWide\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUpRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 7h10v10M7 17L17 7\"/>`,\n\"ArrowUpRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUpToLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 3h14m-1 10l-6-6l-6 6m6-6v14\"/>`,\n\"ArrowUpToLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUpWideNarrow = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 8l4-4l4 4M7 4v16m4-8h10m-10 4h7m-7 4h4\"/>`,\n\"ArrowUpWideNarrow\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowUpZA = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 8l4-4l4 4M7 4v16m8-16h5l-5 6h5m-5 10v-3.5a2.5 2.5 0 0 1 5 0V20m0-2h-5\"/>`,\n\"ArrowUpZA\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ArrowsUpFromLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4 6l3-3l3 3M7 17V3m7 3l3-3l3 3m-3 11V3M4 21h16\"/>`,\n\"ArrowsUpFromLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Asterisk = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6v12m5.196-9L6.804 15m0-6l10.392 6\"/>`,\n\"Asterisk\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AtSign = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"4\"/><path d=\"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8\"/></g>`,\n\"AtSign\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Atom = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"1\"/><path d=\"M20.2 20.2c2.04-2.03.02-7.36-4.5-11.9c-4.54-4.52-9.87-6.54-11.9-4.5c-2.04 2.03-.02 7.36 4.5 11.9c4.54 4.52 9.87 6.54 11.9 4.5\"/><path d=\"M15.7 15.7c4.52-4.54 6.54-9.87 4.5-11.9c-2.03-2.04-7.36-.02-11.9 4.5c-4.52 4.54-6.54 9.87-4.5 11.9c2.03 2.04 7.36.02 11.9-4.5\"/></g>`,\n\"Atom\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AudioLines = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 10v3m4-7v11m4-14v18m4-13v7m4-10v13m4-8v3\"/>`,\n\"AudioLines\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const AudioWaveform = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 13a2 2 0 0 0 2-2V7a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0V4a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0v-4a2 2 0 0 1 2-2\"/>`,\n\"AudioWaveform\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Award = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m15.477 12.89l1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526\"/><circle cx=\"12\" cy=\"8\" r=\"6\"/></g>`,\n\"Award\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Axe = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14 12l-8.381 8.38a1 1 0 0 1-3.001-3L11 9\"/><path d=\"M15 15.5a.5.5 0 0 0 .5.5A6.5 6.5 0 0 0 22 9.5a.5.5 0 0 0-.5-.5h-1.672a2 2 0 0 1-1.414-.586l-5.062-5.062a1.205 1.205 0 0 0-1.704 0L9.352 5.648a1.205 1.205 0 0 0 0 1.704l5.062 5.062A2 2 0 0 1 15 13.828z\"/></g>`,\n\"Axe\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Axis3d = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.5 10.5L15 9M4 4v15a1 1 0 0 0 1 1h15m-15.707-.293L6 18m3-3l1.5-1.5\"/>`,\n\"Axis3d\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Baby = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5m1-4h.01\"/><path d=\"M19.38 6.813A9 9 0 0 1 20.8 10.2a2 2 0 0 1 0 3.6a9 9 0 0 1-17.6 0a2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1m-3 5h.01\"/></g>`,\n\"Baby\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Backpack = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm4 0h8m-8 8h8\"/><path d=\"M8 22v-6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v6M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2\"/></g>`,\n\"Backpack\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Badge = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76\"/>`,\n\"Badge\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgeAlert = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76M12 8v4m0 4h.01\"/>`,\n\"BadgeAlert\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgeCent = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76M12 7v10\"/><path d=\"M15.4 10a4 4 0 1 0 0 4\"/></g>`,\n\"BadgeCent\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgeCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76\"/><path d=\"m9 12l2 2l4-4\"/></g>`,\n\"BadgeCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgeDollarSign = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76\"/><path d=\"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8m4 2V6\"/></g>`,\n\"BadgeDollarSign\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgeEuro = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76M7 12h5\"/><path d=\"M15 9.4a4 4 0 1 0 0 5.2\"/></g>`,\n\"BadgeEuro\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgeIndianRupee = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76M8 8h8m-8 4h8\"/><path d=\"m13 17l-5-1h1a4 4 0 0 0 0-8\"/></g>`,\n\"BadgeIndianRupee\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgeInfo = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76M12 16v-4m0-4h.01\"/>`,\n\"BadgeInfo\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgeJapaneseYen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76\"/><path d=\"m9 8l3 3v7m0-7l3-3m-6 4h6m-6 4h6\"/></g>`,\n\"BadgeJapaneseYen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgeMinus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76M8 12h8\"/>`,\n\"BadgeMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgePercent = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76M15 9l-6 6m0-6h.01M15 15h.01\"/>`,\n\"BadgePercent\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgePlus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76M12 8v8m-4-4h8\"/>`,\n\"BadgePlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgePoundSterling = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76M8 12h4\"/><path d=\"M10 16V9.5a2.5 2.5 0 0 1 5 0M8 16h7\"/></g>`,\n\"BadgePoundSterling\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgeQuestionMark = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76\"/><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3m.08 4h.01\"/></g>`,\n\"BadgeQuestionMark\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgeRussianRuble = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76M9 16h5\"/><path d=\"M9 12h5a2 2 0 1 0 0-4h-3v9\"/></g>`,\n\"BadgeRussianRuble\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgeSwissFranc = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76\"/><path d=\"M11 17V8h4m-4 4h3m-5 4h4\"/></g>`,\n\"BadgeSwissFranc\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgeTurkishLira = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 7v10a5 5 0 0 0 5-5m-1-4l-6 3\"/><path d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76\"/></g>`,\n\"BadgeTurkishLira\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BadgeX = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76M15 9l-6 6m0-6l6 6\"/>`,\n\"BadgeX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BaggageClaim = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 18H6a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2\"/><path d=\"M17 14V4a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v10\"/><rect width=\"13\" height=\"8\" x=\"8\" y=\"6\" rx=\"1\"/><circle cx=\"18\" cy=\"20\" r=\"2\"/><circle cx=\"9\" cy=\"20\" r=\"2\"/></g>`,\n\"BaggageClaim\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Balloon = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 16v1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v1M12 6a2 2 0 0 1 2 2\"/><path d=\"M18 8c0 4-3.5 8-6 8s-6-4-6-8a6 6 0 0 1 12 0\"/></g>`,\n\"Balloon\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Ban = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M4.929 4.929L19.07 19.071\"/></g>`,\n\"Ban\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Banana = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5\"/><path d=\"M5.15 17.89c5.52-1.52 8.65-6.89 7-12C11.55 4 11.5 2 13 2c3.22 0 5 5.5 5 8c0 6.5-4.2 12-10.49 12C5.11 22 2 22 2 20c0-1.5 1.14-1.55 3.15-2.11\"/></g>`,\n\"Banana\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Bandage = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 10.01h.01m-.01 4h.01m3.99-4h.01m-.01 4h.01M18 6v12M6 6v12\"/><rect width=\"20\" height=\"12\" x=\"2\" y=\"6\" rx=\"2\"/></g>`,\n\"Bandage\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Banknote = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"12\" x=\"2\" y=\"6\" rx=\"2\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/><path d=\"M6 12h.01M18 12h.01\"/></g>`,\n\"Banknote\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BanknoteArrowDown = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5m-6 6l3 3l3-3m-4-7h.01m.99 4v6M6 12h.01\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/></g>`,\n\"BanknoteArrowDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BanknoteArrowUp = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5m-4-1h.01M19 22v-6m3 3l-3-3l-3 3M6 12h.01\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/></g>`,\n\"BanknoteArrowUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BanknoteX = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5m-5 4l5 5m-4-10h.01M22 17l-5 5M6 12h.01\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/></g>`,\n\"BanknoteX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Barcode = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5v14M8 5v14m4-14v14m5-14v14m4-14v14\"/>`,\n\"Barcode\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Barrel = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 3a41 41 0 0 0 0 18m4-18a41 41 0 0 1 0 18\"/><path d=\"M17 3a2 2 0 0 1 1.68.92a15.25 15.25 0 0 1 0 16.16A2 2 0 0 1 17 21H7a2 2 0 0 1-1.68-.92a15.25 15.25 0 0 1 0-16.16A2 2 0 0 1 7 3zM3.84 17h16.32M3.84 7h16.32\"/></g>`,\n\"Barrel\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Baseline = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 20h16M6 16l6-12l6 12M8 12h8\"/>`,\n\"Baseline\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Bath = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 4L8 6m9 13v2M2 12h20M7 19v2M9 5L7.621 3.621A2.121 2.121 0 0 0 4 5v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5\"/>`,\n\"Bath\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Battery = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 14v-4\"/><rect width=\"16\" height=\"12\" x=\"2\" y=\"6\" rx=\"2\"/></g>`,\n\"Battery\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BatteryCharging = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m11 7l-3 5h4l-3 5m5.856-11H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.935M22 14v-4M5.14 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.936\"/>`,\n\"BatteryCharging\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BatteryFull = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 10v4m4-4v4m8 0v-4M6 10v4\"/><rect width=\"16\" height=\"12\" x=\"2\" y=\"6\" rx=\"2\"/></g>`,\n\"BatteryFull\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BatteryLow = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 14v-4M6 14v-4\"/><rect width=\"16\" height=\"12\" x=\"2\" y=\"6\" rx=\"2\"/></g>`,\n\"BatteryLow\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BatteryMedium = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 14v-4m12 4v-4M6 14v-4\"/><rect width=\"16\" height=\"12\" x=\"2\" y=\"6\" rx=\"2\"/></g>`,\n\"BatteryMedium\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BatteryPlus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 9v6m2.543-9H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.605M22 14v-4M7 12h6m-5.394 6H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.606\"/>`,\n\"BatteryPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BatteryWarning = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 17h.01M10 7v6m4-7h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2m8-4v-4M6 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2\"/>`,\n\"BatteryWarning\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Beaker = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4.5 3h15M6 3v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3M6 14h12\"/>`,\n\"Beaker\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Bean = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.165 6.598C9.954 7.478 9.64 8.36 9 9s-1.521.954-2.402 1.165A6 6 0 0 0 8 22c7.732 0 14-6.268 14-14a6 6 0 0 0-11.835-1.402\"/><path d=\"M5.341 10.62a4 4 0 1 0 5.279-5.28\"/></g>`,\n\"Bean\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BeanOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22a13.96 13.96 0 0 0 9.9-4.1M10.75 5.093A6 6 0 0 1 22 8c0 2.411-.61 4.68-1.683 6.66\"/><path d=\"M5.341 10.62a4 4 0 0 0 6.487 1.208M10.62 5.341a4 4 0 0 1 2.039 2.04M2 2l20 20\"/></g>`,\n\"BeanOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Bed = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 4v16M2 8h18a2 2 0 0 1 2 2v10M2 17h20M6 8v9\"/>`,\n\"Bed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BedDouble = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4m-8-6v6M2 18h20\"/>`,\n\"BedDouble\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BedSingle = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4M3 18h18\"/>`,\n\"BedSingle\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Beef = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16.4 13.7A6.5 6.5 0 1 0 6.28 6.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3\"/><path d=\"m18.5 6l2.19 4.5a6.48 6.48 0 0 1-2.29 7.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5\"/><circle cx=\"12.5\" cy=\"8.5\" r=\"2.5\"/></g>`,\n\"Beef\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Beer = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M17 11h1a3 3 0 0 1 0 6h-1m-8-5v6m4-6v6m1-10.5c-1 0-1.44.5-3 .5s-2-.5-3-.5s-1.72.5-2.5.5a2.5 2.5 0 0 1 0-5c.78 0 1.57.5 2.5.5S9.44 2 11 2s2 1.5 3 1.5s1.72-.5 2.5-.5a2.5 2.5 0 0 1 0 5c-.78 0-1.5-.5-2.5-.5\"/><path d=\"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8\"/></g>`,\n\"Beer\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BeerOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 13v5m4-6.53V8m0 3h1a3 3 0 0 1 2.745 4.211M2 2l20 20M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3\"/><path d=\"M7.536 7.535C6.766 7.649 6.154 8 5.5 8a2.5 2.5 0 0 1-1.768-4.268m4.995-.528C9.306 2.767 9.885 2 11 2c1.56 0 2 1.5 3 1.5s1.72-.5 2.5-.5a1 1 0 1 1 0 5c-.78 0-1.5-.5-2.5-.5a3.2 3.2 0 0 0-.842.12M9 14.6V18\"/></g>`,\n\"BeerOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Bell = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.268 21a2 2 0 0 0 3.464 0m-10.47-5.674A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326\"/>`,\n\"Bell\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BellDot = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.268 21a2 2 0 0 0 3.464 0M11.68 2.009A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673c-.824-.85-1.678-1.731-2.21-3.348\"/><circle cx=\"18\" cy=\"5\" r=\"3\"/></g>`,\n\"BellDot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BellElectric = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18.518 17.347A7 7 0 0 1 14 19m4.8-15A11 11 0 0 1 20 9M9 9h.01\"/><circle cx=\"20\" cy=\"16\" r=\"2\"/><circle cx=\"9\" cy=\"9\" r=\"7\"/><rect width=\"10\" height=\"6\" x=\"4\" y=\"16\" rx=\"2\"/></g>`,\n\"BellElectric\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BellMinus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.268 21a2 2 0 0 0 3.464 0M15 8h6m-4.757-4.243A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673A9.4 9.4 0 0 1 18.667 12\"/>`,\n\"BellMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BellOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.268 21a2 2 0 0 0 3.464 0M17 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 .258-1.742M2 2l20 20M8.668 3.01A6 6 0 0 1 18 8c0 2.687.77 4.653 1.707 6.05\"/>`,\n\"BellOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BellPlus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.268 21a2 2 0 0 0 3.464 0M15 8h6m-3-3v6m2.002 3.464a9 9 0 0 0 .738.863A1 1 0 0 1 20 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 8.75-5.332\"/>`,\n\"BellPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BellRing = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.268 21a2 2 0 0 0 3.464 0M22 8c0-2.3-.8-4.3-2-6M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326M4 2C2.8 3.7 2 5.7 2 8\"/>`,\n\"BellRing\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BetweenHorizontalEnd = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"13\" height=\"7\" x=\"3\" y=\"3\" rx=\"1\"/><path d=\"m22 15l-3-3l3-3\"/><rect width=\"13\" height=\"7\" x=\"3\" y=\"14\" rx=\"1\"/></g>`,\n\"BetweenHorizontalEnd\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BetweenHorizontalStart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"13\" height=\"7\" x=\"8\" y=\"3\" rx=\"1\"/><path d=\"m2 9l3 3l-3 3\"/><rect width=\"13\" height=\"7\" x=\"8\" y=\"14\" rx=\"1\"/></g>`,\n\"BetweenHorizontalStart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BetweenVerticalEnd = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"7\" height=\"13\" x=\"3\" y=\"3\" rx=\"1\"/><path d=\"m9 22l3-3l3 3\"/><rect width=\"7\" height=\"13\" x=\"14\" y=\"3\" rx=\"1\"/></g>`,\n\"BetweenVerticalEnd\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BetweenVerticalStart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"7\" height=\"13\" x=\"3\" y=\"8\" rx=\"1\"/><path d=\"m15 2l-3 3l-3-3\"/><rect width=\"7\" height=\"13\" x=\"14\" y=\"8\" rx=\"1\"/></g>`,\n\"BetweenVerticalStart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BicepsFlexed = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.409 13.017A5 5 0 0 1 22 15c0 3.866-4 7-9 7c-4.077 0-8.153-.82-10.371-2.462c-.426-.316-.631-.832-.62-1.362C2.118 12.723 2.627 2 10 2a3 3 0 0 1 3 3a2 2 0 0 1-2 2c-1.105 0-1.64-.444-2-1\"/><path d=\"M15 14a5 5 0 0 0-7.584 2\"/><path d=\"M9.964 6.825C8.019 7.977 9.5 13 8 15\"/></g>`,\n\"BicepsFlexed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Bike = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"18.5\" cy=\"17.5\" r=\"3.5\"/><circle cx=\"5.5\" cy=\"17.5\" r=\"3.5\"/><circle cx=\"15\" cy=\"5\" r=\"1\"/><path d=\"M12 17.5V14l-3-3l4-3l2 3h2\"/></g>`,\n\"Bike\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Binary = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"4\" height=\"6\" x=\"14\" y=\"14\" rx=\"2\"/><rect width=\"4\" height=\"6\" x=\"6\" y=\"4\" rx=\"2\"/><path d=\"M6 20h4m4-10h4M6 14h2v6m6-16h2v6\"/></g>`,\n\"Binary\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Binoculars = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 10h4m5-3V4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3m5 14a2 2 0 0 0 2-2v-3.851c0-1.39-2-2.962-2-4.829V8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2zm2-5H2m2 5a2 2 0 0 1-2-2v-3.851c0-1.39 2-2.962 2-4.829V8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v11a2 2 0 0 1-2 2zM9 7V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3\"/>`,\n\"Binoculars\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Biohazard = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"11.9\" r=\"2\"/><path d=\"M6.7 3.4c-.9 2.5 0 5.2 2.2 6.7C6.5 9 3.7 9.6 2 11.6m6.9-1.5l1.4.8m7-7.5c.9 2.5 0 5.2-2.2 6.7c2.4-1.2 5.2-.6 6.9 1.5m-6.9-1.5l-1.4.8m3 9.9c-2.6-.4-4.6-2.6-4.7-5.3c-.2 2.6-2.1 4.8-4.7 5.2m4.7-6.8v1.6m1.5-10.1q-1.5-.3-3 0m6.5 11c.7-.7 1.2-1.6 1.5-2.5m-13 0c.3.9.8 1.8 1.5 2.5\"/></g>`,\n\"Biohazard\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Bird = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 7h.01M3.4 18H12a8 8 0 0 0 8-8V7a4 4 0 0 0-7.28-2.3L2 20\"/><path d=\"m20 7l2 .5l-2 .5M10 18v3m4-3.25V21m-7-3a6 6 0 0 0 3.84-10.61\"/></g>`,\n\"Bird\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Birdhouse = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 18v4m5-4l1.956-11.468M3 8l7.82-5.615a2 2 0 0 1 2.36 0L21 8M4 18h16M7 18L5.044 6.532\"/><circle cx=\"12\" cy=\"10\" r=\"2\"/></g>`,\n\"Birdhouse\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Bitcoin = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042l-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893l-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042l.348-1.97M7.48 20.364l3.126-17.727\"/>`,\n\"Bitcoin\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Blend = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"9\" cy=\"9\" r=\"7\"/><circle cx=\"15\" cy=\"15\" r=\"7\"/></g>`,\n\"Blend\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Blinds = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 3h18m-1 4H8m12 4H8m2 8h10M8 15h12M4 3v14\"/><circle cx=\"4\" cy=\"19\" r=\"2\"/></g>`,\n\"Blinds\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Blocks = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 22V7a1 1 0 0 0-1-1H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5a1 1 0 0 0-1-1H2\"/><rect width=\"8\" height=\"8\" x=\"14\" y=\"2\" rx=\"1\"/></g>`,\n\"Blocks\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Bluetooth = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7 7l10 10l-5 5V2l5 5L7 17\"/>`,\n\"Bluetooth\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BluetoothConnected = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7 7l10 10l-5 5V2l5 5L7 17m11-5h3M3 12h3\"/>`,\n\"BluetoothConnected\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BluetoothOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m17 17l-5 5V12l-5 5M2 2l20 20M14.5 9.5L17 7l-5-5v4.5\"/>`,\n\"BluetoothOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BluetoothSearching = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7 7l10 10l-5 5V2l5 5L7 17m13.83-2.17a4 4 0 0 0 0-5.66M18 12h.01\"/>`,\n\"BluetoothSearching\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Bold = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8\"/>`,\n\"Bold\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Bolt = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16\"/><circle cx=\"12\" cy=\"12\" r=\"4\"/></g>`,\n\"Bolt\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Bomb = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"11\" cy=\"13\" r=\"9\"/><path d=\"M14.35 4.65L16.3 2.7a2.41 2.41 0 0 1 3.4 0l1.6 1.6a2.4 2.4 0 0 1 0 3.4l-1.95 1.95M22 2l-1.5 1.5\"/></g>`,\n\"Bomb\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Bone = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 10c.7-.7 1.69 0 2.5 0a2.5 2.5 0 1 0 0-5a.5.5 0 0 1-.5-.5a2.5 2.5 0 1 0-5 0c0 .81.7 1.8 0 2.5l-7 7c-.7.7-1.69 0-2.5 0a2.5 2.5 0 0 0 0 5c.28 0 .5.22.5.5a2.5 2.5 0 1 0 5 0c0-.81-.7-1.8 0-2.5Z\"/>`,\n\"Bone\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Book = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/>`,\n\"Book\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookA = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/><path d=\"m8 13l4-7l4 7m-6.9-2h5.7\"/></g>`,\n\"BookA\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookAlert = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 13h.01M12 6v3M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/>`,\n\"BookAlert\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookAudio = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6v7m4-5v3M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20M8 8v3\"/>`,\n\"BookAudio\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/><path d=\"m9 9.5l2 2l4-4\"/></g>`,\n\"BookCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookCopy = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5 7a2 2 0 0 0-2 2v11\"/><path d=\"M5.803 18H5a2 2 0 0 0 0 4h9.5a.5.5 0 0 0 .5-.5V21m-6-6V4a2 2 0 0 1 2-2h9.5a.5.5 0 0 1 .5.5v14a.5.5 0 0 1-.5.5H11a2 2 0 0 1 0-4h10\"/></g>`,\n\"BookCopy\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookDashed = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 17h1.5M12 22h1.5M12 2h1.5m4 20H19a1 1 0 0 0 1-1M17.5 2H19a1 1 0 0 1 1 1v1.5m0 9.5v3h-2.5M20 8.5V10M4 10V8.5m0 11V14m0-9.5A2.5 2.5 0 0 1 6.5 2H8m0 20H6.5a1 1 0 0 1 0-5H8\"/>`,\n\"BookDashed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookDown = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 13V7M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/><path d=\"m9 10l3 3l3-3\"/></g>`,\n\"BookDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookHeadphones = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/><path d=\"M8 12v-2a4 4 0 0 1 8 0v2\"/><circle cx=\"15\" cy=\"12\" r=\"1\"/><circle cx=\"9\" cy=\"12\" r=\"1\"/></g>`,\n\"BookHeadphones\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookHeart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/><path d=\"M8.62 9.8A2.25 2.25 0 1 1 12 6.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z\"/></g>`,\n\"BookHeart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookImage = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m20 13.7l-2.1-2.1a2 2 0 0 0-2.8 0L9.7 17\"/><path d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/><circle cx=\"10\" cy=\"8\" r=\"2\"/></g>`,\n\"BookImage\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookKey = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 2H6.5A2.5 2.5 0 0 0 4 4.5v15M17 2v6m0-4h2\"/><path d=\"M20 15.2V21a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/><circle cx=\"17\" cy=\"10\" r=\"2\"/></g>`,\n\"BookKey\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookLock = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 6V4a2 2 0 1 0-4 0v2m6 9v6a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/><path d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H10\"/><rect width=\"8\" height=\"5\" x=\"12\" y=\"6\" rx=\"1\"/></g>`,\n\"BookLock\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookMarked = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 2v8l3-3l3 3V2\"/><path d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/></g>`,\n\"BookMarked\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookMinus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20M9 10h6\"/>`,\n\"BookMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookOpen = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 7v14m-9-3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4a4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3a3 3 0 0 0-3-3z\"/>`,\n\"BookOpen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookOpenCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 21V7m4 5l2 2l4-4\"/><path d=\"M22 6V4a1 1 0 0 0-1-1h-5a4 4 0 0 0-4 4a4 4 0 0 0-4-4H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h6a3 3 0 0 1 3 3a3 3 0 0 1 3-3h6a1 1 0 0 0 1-1v-1.3\"/></g>`,\n\"BookOpenCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookOpenText = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 7v14m4-9h2m-2-4h2M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4a4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3a3 3 0 0 0-3-3zm3-6h2M6 8h2\"/>`,\n\"BookOpenText\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookPlus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 7v6m-8 6.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20M9 10h6\"/>`,\n\"BookPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookSearch = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 22H5.5a1 1 0 0 1 0-5h4.501M21 22l-1.879-1.878\"/><path d=\"M3 19.5v-15A2.5 2.5 0 0 1 5.5 2H18a1 1 0 0 1 1 1v8\"/><circle cx=\"17\" cy=\"18\" r=\"3\"/></g>`,\n\"BookSearch\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookText = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20M8 11h8M8 7h6\"/>`,\n\"BookText\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookType = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 13h4m-2-7v7m4-5V6H8v2\"/><path d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/></g>`,\n\"BookType\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookUp = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 13V7M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/><path d=\"m9 10l3-3l3 3\"/></g>`,\n\"BookUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookUp2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 13V7m6-5h1a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/><path d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2M9 10l3-3l3 3M9 5l3-3l3 3\"/></g>`,\n\"BookUp2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookUser = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 13a3 3 0 1 0-6 0\"/><path d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/><circle cx=\"12\" cy=\"8\" r=\"2\"/></g>`,\n\"BookUser\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookX = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14.5 7l-5 5M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20M9.5 7l5 5\"/>`,\n\"BookX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Bookmark = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z\"/>`,\n\"Bookmark\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookmarkCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z\"/><path d=\"m9 10l2 2l4-4\"/></g>`,\n\"BookmarkCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookmarkMinus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 10H9m8-7a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z\"/>`,\n\"BookmarkMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookmarkPlus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 7v6m3-3H9m8-7a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z\"/>`,\n\"BookmarkPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BookmarkX = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14.5 7.5l-5 5M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2zM9.5 7.5l5 5\"/>`,\n\"BookmarkX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BoomBox = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4M8 8v1m4-1v1m4-1v1\"/><rect width=\"20\" height=\"12\" x=\"2\" y=\"9\" rx=\"2\"/><circle cx=\"8\" cy=\"15\" r=\"2\"/><circle cx=\"16\" cy=\"15\" r=\"2\"/></g>`,\n\"BoomBox\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Bot = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 8V4H8\"/><rect width=\"16\" height=\"12\" x=\"4\" y=\"8\" rx=\"2\"/><path d=\"M2 14h2m16 0h2m-7-1v2m-6-2v2\"/></g>`,\n\"Bot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BotMessageSquare = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6V2H8m7 9v2M2 12h2m16 0h2m-2 4a2 2 0 0 1-2 2H8.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 4 20.286V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2zM9 11v2\"/>`,\n\"BotMessageSquare\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BotOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.67 8H18a2 2 0 0 1 2 2v4.33M2 14h2m16 0h2m0 8L2 2m6 6H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 1.414-.586M9 13v2m.67-11H12v2.33\"/>`,\n\"BotOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BottleWine = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a6 6 0 0 0 1.2 3.6l.6.8A6 6 0 0 1 17 13v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-8a6 6 0 0 1 1.2-3.6l.6-.8A6 6 0 0 0 10 5z\"/><path d=\"M17 13h-4a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h4\"/></g>`,\n\"BottleWine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BowArrow = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 3h4v4m-2.425 4.082a13 13 0 0 1 1.048 9.027a1.17 1.17 0 0 1-1.914.597L14 17m-7-7L3.29 6.29a1.17 1.17 0 0 1 .6-1.91a13 13 0 0 1 9.03 1.05M7 14a1.7 1.7 0 0 0-1.207.5l-2.646 2.646A.5.5 0 0 0 3.5 18H5a1 1 0 0 1 1 1v1.5a.5.5 0 0 0 .854.354L9.5 18.207A1.7 1.7 0 0 0 10 17v-2a1 1 0 0 0-1-1zm2.707.293L21 3\"/>`,\n\"BowArrow\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Box = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z\"/><path d=\"m3.3 7l8.7 5l8.7-5M12 22V12\"/></g>`,\n\"Box\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Boxes = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3zM7 16.5l-4.74-2.85M7 16.5l5-3m-5 3v5.17m5-8.17V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5zm5 3l-5-3m5 3l4.74-2.85M17 16.5v5.17\"/><path d=\"M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3l5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0zM12 8L7.26 5.15M12 8l4.74-2.85M12 13.5V8\"/></g>`,\n\"Boxes\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Braces = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2a2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1m8 0h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1\"/>`,\n\"Braces\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Brackets = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 3h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-3m-8 0H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h3\"/>`,\n\"Brackets\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Brain = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 18V5m3 8a4.17 4.17 0 0 1-3-4a4.17 4.17 0 0 1-3 4m8.598-6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5\"/><path d=\"M17.997 5.125a4 4 0 0 1 2.526 5.77\"/><path d=\"M18 18a4 4 0 0 0 2-7.464\"/><path d=\"M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517\"/><path d=\"M6 18a4 4 0 0 1-2-7.464\"/><path d=\"M6.003 5.125a4 4 0 0 0-2.526 5.77\"/></g>`,\n\"Brain\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BrainCircuit = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 5a3 3 0 1 0-5.997.125a4 4 0 0 0-2.526 5.77a4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z\"/><path d=\"M9 13a4.5 4.5 0 0 0 3-4M6.003 5.125A3 3 0 0 0 6.401 6.5m-2.924 4.396a4 4 0 0 1 .585-.396M6 18a4 4 0 0 1-1.967-.516M12 13h4m-4 5h6a2 2 0 0 1 2 2v1M12 8h8m-4 0V5a2 2 0 0 1 2-2\"/><circle cx=\"16\" cy=\"13\" r=\".5\"/><circle cx=\"18\" cy=\"3\" r=\".5\"/><circle cx=\"20\" cy=\"21\" r=\".5\"/><circle cx=\"20\" cy=\"8\" r=\".5\"/></g>`,\n\"BrainCircuit\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BrainCog = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10.852 14.772l-.383.923m.383-6.467l-.383-.923m2.679 6.467l.382.924m.001-7.391l-.383.923m1.624 1.624l.923-.383m-.923 2.679l.923.383M17.598 6.5A3 3 0 1 0 12 5a3 3 0 0 0-5.63-1.446a3 3 0 0 0-.368 1.571a4 4 0 0 0-2.525 5.771\"/><path d=\"M17.998 5.125a4 4 0 0 1 2.525 5.771\"/><path d=\"M19.505 10.294a4 4 0 0 1-1.5 7.706\"/><path d=\"M4.032 17.483A4 4 0 0 0 11.464 20c.18-.311.892-.311 1.072 0a4 4 0 0 0 7.432-2.516\"/><path d=\"M4.5 10.291A4 4 0 0 0 6 18m.002-12.875a3 3 0 0 0 .4 1.375m2.826 4.352l-.923-.383m.923 2.679l-.923.383\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/></g>`,\n\"BrainCog\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BrickWall = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M12 9v6m4 0v6m0-18v6M3 15h18M3 9h18M8 15v6M8 3v6\"/></g>`,\n\"BrickWall\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BrickWallFire = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 3v2.107M17 9c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 22 17a5 5 0 0 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C13 11.5 16 9 17 9\"/><path d=\"M21 8.274V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.938M3 15h5.253M3 9h8.228M8 15v6M8 3v6\"/></g>`,\n\"BrickWallFire\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BrickWallShield = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 9v1.258M16 3v5.46m5 .658V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h5.75\"/><path d=\"M22 17.5c0 2.499-1.75 3.749-3.83 4.474a.5.5 0 0 1-.335-.005c-2.085-.72-3.835-1.97-3.835-4.47V14a.5.5 0 0 1 .5-.499c1 0 2.25-.6 3.12-1.36a.6.6 0 0 1 .76-.001c.875.765 2.12 1.36 3.12 1.36a.5.5 0 0 1 .5.5zM3 15h7M3 9h12.142M8 15v6M8 3v6\"/></g>`,\n\"BrickWallShield\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Briefcase = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"6\" rx=\"2\"/></g>`,\n\"Briefcase\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BriefcaseBusiness = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 12h.01M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2m14 7a18.15 18.15 0 0 1-20 0\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"6\" rx=\"2\"/></g>`,\n\"BriefcaseBusiness\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BriefcaseConveyorBelt = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 20v2m4-2v2m4-2v2m3-2H3m3 0v2m2-6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v12\"/><rect width=\"16\" height=\"10\" x=\"4\" y=\"6\" rx=\"2\"/></g>`,\n\"BriefcaseConveyorBelt\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BriefcaseMedical = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 11v4m2-2h-4m6-7V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2m10 0v14M6 6v14\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"6\" rx=\"2\"/></g>`,\n\"BriefcaseMedical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BringToFront = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"8\" x=\"8\" y=\"8\" rx=\"2\"/><path d=\"M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2m4 16a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2\"/></g>`,\n\"BringToFront\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Brush = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m11 10l3 3m-7.5 8A3.5 3.5 0 1 0 3 17.5a2.62 2.62 0 0 1-.708 1.792A1 1 0 0 0 3 21z\"/><path d=\"M9.969 17.031L21.378 5.624a1 1 0 0 0-3.002-3.002L6.967 14.031\"/></g>`,\n\"Brush\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BrushCleaning = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m16 22l-1-4m4-4a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2h-3a1 1 0 0 1-1-1V4a2 2 0 0 0-4 0v5a1 1 0 0 1-1 1H6a2 2 0 0 0-2 2v1a1 1 0 0 0 1 1\"/><path d=\"M19 14H5l-1.973 6.767A1 1 0 0 0 4 22h16a1 1 0 0 0 .973-1.233zM8 22l1-4\"/></g>`,\n\"BrushCleaning\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Bubbles = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7.001 15.085A1.5 1.5 0 0 1 9 16.5\"/><circle cx=\"18.5\" cy=\"8.5\" r=\"3.5\"/><circle cx=\"7.5\" cy=\"16.5\" r=\"5.5\"/><circle cx=\"7.5\" cy=\"4.5\" r=\"2.5\"/></g>`,\n\"Bubbles\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Bug = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 20v-9m2-4a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4zm.12-3.12L16 2\"/><path d=\"M21 21a4 4 0 0 0-3.81-4M21 5a4 4 0 0 1-3.55 3.97M22 13h-4M3 21a4 4 0 0 1 3.81-4M3 5a4 4 0 0 0 3.55 3.97M6 13H2M8 2l1.88 1.88M9 7.13V6a3 3 0 1 1 6 0v1.13\"/></g>`,\n\"Bug\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BugOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 20v-8m.656-5H14a4 4 0 0 1 4 4v1.344M14.12 3.88L16 2m1.123 15.123A6 6 0 0 1 6 14v-3a4 4 0 0 1 1.72-3.287M2 2l20 20\"/><path d=\"M21 5a4 4 0 0 1-3.55 3.97M22 13h-3.344M3 21a4 4 0 0 1 3.81-4M3 5a4 4 0 0 0 3.55 3.97M6 13H2M8 2l1.88 1.88m-.168.18A3 3 0 0 1 15 6v1.13\"/></g>`,\n\"BugOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BugPlay = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 19.655A6 6 0 0 1 6 14v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 3.97\"/><path d=\"M14 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86zm.12-11.123L16 2m5 3a4 4 0 0 1-3.55 3.97M3 21a4 4 0 0 1 3.81-4M3 5a4 4 0 0 0 3.55 3.97M6 13H2M8 2l1.88 1.88M9 7.13V6a3 3 0 1 1 6 0v1.13\"/></g>`,\n\"BugPlay\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Building = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 10h.01M12 14h.01M12 6h.01M16 10h.01M16 14h.01M16 6h.01M8 10h.01M8 14h.01M8 6h.01M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3\"/><rect width=\"16\" height=\"20\" x=\"4\" y=\"2\" rx=\"2\"/></g>`,\n\"Building\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Building2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 12h4m-4-4h4m0 13v-3a2 2 0 0 0-4 0v3\"/><path d=\"M6 10H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2\"/><path d=\"M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16\"/></g>`,\n\"Building2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Bus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 6v6m7-6v6M2 12h19.6M18 18h3s.5-1.7.8-2.8c.1-.4.2-.8.2-1.2s-.1-.8-.2-1.2l-1.4-5C20.1 6.8 19.1 6 18 6H4a2 2 0 0 0-2 2v10h3\"/><circle cx=\"7\" cy=\"18\" r=\"2\"/><path d=\"M9 18h5\"/><circle cx=\"16\" cy=\"18\" r=\"2\"/></g>`,\n\"Bus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const BusFront = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 6L2 7m8-1h4m8 1l-2-1\"/><rect width=\"16\" height=\"16\" x=\"4\" y=\"3\" rx=\"2\"/><path d=\"M4 11h16M8 15h.01M16 15h.01M6 19v2m12 0v-2\"/></g>`,\n\"BusFront\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Cable = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M17 19a1 1 0 0 1-1-1v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a1 1 0 0 1-1 1zm0 2v-2\"/><path d=\"M19 14V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V10m16 11v-2M3 5V3\"/><path d=\"M4 10a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2zm3-5V3\"/></g>`,\n\"Cable\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CableCar = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 3h.01M14 2h.01M2 9l20-5m-10 8V6.5\"/><rect width=\"16\" height=\"10\" x=\"4\" y=\"12\" rx=\"3\"/><path d=\"M9 12v5m6-5v5M4 17h16\"/></g>`,\n\"CableCar\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Cake = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8\"/><path d=\"M4 16s.5-1 2-1s2.5 2 4 2s2.5-2 4-2s2.5 2 4 2s2-1 2-1M2 21h20M7 8v3m5-3v3m5-3v3M7 4h.01M12 4h.01M17 4h.01\"/></g>`,\n\"Cake\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CakeSlice = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 13H3m13 4H3m4.2-9.1l-3.388 2.5A2 2 0 0 0 3 12.01V20a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-8.654c0-2-2.44-6.026-6.44-8.026a1 1 0 0 0-1.082.057L10.4 5.6\"/><circle cx=\"9\" cy=\"7\" r=\"2\"/></g>`,\n\"CakeSlice\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Calculator = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"20\" x=\"4\" y=\"2\" rx=\"2\"/><path d=\"M8 6h8m0 8v4m0-8h.01M12 10h.01M8 10h.01M12 14h.01M8 14h.01M12 18h.01M8 18h.01\"/></g>`,\n\"Calculator\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Calendar = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 2v4m8-4v4\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"/><path d=\"M3 10h18\"/></g>`,\n\"Calendar\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Calendar1 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 14h1v4m4-16v4M3 10h18M8 2v4\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"/></g>`,\n\"Calendar1\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CalendarArrowDown = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14 18l4 4l4-4M16 2v4m2 8v8\"/><path d=\"M21 11.354V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.343M3 10h18M8 2v4\"/></g>`,\n\"CalendarArrowDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CalendarArrowUp = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14 18l4-4l4 4M16 2v4m2 16v-8\"/><path d=\"M21 11.343V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h9M3 10h18M8 2v4\"/></g>`,\n\"CalendarArrowUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CalendarCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 2v4m8-4v4\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"/><path d=\"M3 10h18M9 16l2 2l4-4\"/></g>`,\n\"CalendarCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CalendarCheck2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 2v4m8-4v4m5 8V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8M3 10h18m-5 10l2 2l4-4\"/>`,\n\"CalendarCheck2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CalendarClock = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 14v2.2l1.6 1M16 2v4m5 1.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5M3 10h5m0-8v4\"/><circle cx=\"16\" cy=\"16\" r=\"6\"/></g>`,\n\"CalendarClock\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CalendarCog = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m15.228 16.852l-.923-.383m.923 2.679l-.923.383M16 2v4m.47 8.305l.382.923m0 5.544l-.383.924m2.679-6.468l.383-.923m-.001 7.391l-.382-.924m1.624-3.92l.924-.383m-.924 2.679l.924.383M21 10.592V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6M3 10h18M8 2v4\"/><circle cx=\"18\" cy=\"18\" r=\"3\"/></g>`,\n\"CalendarCog\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CalendarDays = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 2v4m8-4v4\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"/><path d=\"M3 10h18M8 14h.01M12 14h.01M16 14h.01M8 18h.01M12 18h.01M16 18h.01\"/></g>`,\n\"CalendarDays\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CalendarFold = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 20a2 2 0 0 0 2 2h10a2.4 2.4 0 0 0 1.706-.706l3.588-3.588A2.4 2.4 0 0 0 21 16V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z\"/><path d=\"M15 22v-5a1 1 0 0 1 1-1h5M8 2v4m8-4v4M3 10h18\"/></g>`,\n\"CalendarFold\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CalendarHeart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.127 22H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.125\"/><path d=\"M14.62 18.8A2.25 2.25 0 1 1 18 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0zM16 2v4M3 10h18M8 2v4\"/></g>`,\n\"CalendarHeart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CalendarMinus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 19h6M16 2v4m5 9V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5M3 10h18M8 2v4\"/>`,\n\"CalendarMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CalendarMinus2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 2v4m8-4v4\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"/><path d=\"M3 10h18m-11 6h4\"/></g>`,\n\"CalendarMinus2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CalendarOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4.2 4.2A2 2 0 0 0 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 1.82-1.18M21 15.5V6a2 2 0 0 0-2-2H9.5M16 2v4M3 10h7m11 0h-5.5M2 2l20 20\"/>`,\n\"CalendarOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CalendarPlus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 19h6M16 2v4m3 10v6m2-9.402V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5M3 10h18M8 2v4\"/>`,\n\"CalendarPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CalendarPlus2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 2v4m8-4v4\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"/><path d=\"M3 10h18m-11 6h4m-2-2v4\"/></g>`,\n\"CalendarPlus2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CalendarRange = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"/><path d=\"M16 2v4M3 10h18M8 2v4m9 8h-6m2 4H7m0-4h.01M17 18h.01\"/></g>`,\n\"CalendarRange\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CalendarSearch = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 2v4m5 5.75V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.25M22 22l-1.875-1.875M3 10h18M8 2v4\"/><circle cx=\"18\" cy=\"18\" r=\"3\"/></g>`,\n\"CalendarSearch\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CalendarSync = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 10v4h4\"/><path d=\"m11 14l1.535-1.605a5 5 0 0 1 8 1.5M16 2v4m5 12l-1.535 1.605a5 5 0 0 1-8-1.5\"/><path d=\"M21 22v-4h-4m4-9.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4.3M3 10h4m1-8v4\"/></g>`,\n\"CalendarSync\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CalendarX = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 2v4m8-4v4\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"/><path d=\"M3 10h18m-7 4l-4 4m0-4l4 4\"/></g>`,\n\"CalendarX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CalendarX2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 2v4m8-4v4m5 7V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8M3 10h18m-4 12l5-5m-5 0l5 5\"/>`,\n\"CalendarX2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Calendars = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 2v2m3.726 17.01A2 2 0 0 1 14 22H4a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2m14-6v2M2 13h2m4-5h14\"/><rect width=\"14\" height=\"14\" x=\"8\" y=\"3\" rx=\"2\"/></g>`,\n\"Calendars\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Camera = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z\"/><circle cx=\"12\" cy=\"13\" r=\"3\"/></g>`,\n\"Camera\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CameraOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14.564 14.558a3 3 0 1 1-4.122-4.121M2 2l20 20\"/><path d=\"M20 20H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 .819-.175m2.879-2.801A2 2 0 0 1 10.004 4h3.993a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v7.344\"/></g>`,\n\"CameraOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Candy = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 7v10.9m4-11.8V17m2-10V3a1 1 0 0 1 1.707-.707a2.5 2.5 0 0 0 2.152.717a1 1 0 0 1 1.131 1.131a2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4\"/><path d=\"M16.536 7.465a5 5 0 0 0-7.072 0l-2 2a5 5 0 0 0 0 7.07a5 5 0 0 0 7.072 0l2-2a5 5 0 0 0 0-7.07\"/><path d=\"M8 17v4a1 1 0 0 1-1.707.707a2.5 2.5 0 0 0-2.152-.717a1 1 0 0 1-1.131-1.131a2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4\"/></g>`,\n\"Candy\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CandyCane = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5.7 21a2 2 0 0 1-3.5-2l8.6-14a6 6 0 0 1 10.4 6a2 2 0 1 1-3.464-2a2 2 0 1 0-3.464-2ZM17.75 7L15 2.1m-4.1 2.7L13 9m-5.1.7l2 4.4m-5 .6L7 18.9\"/>`,\n\"CandyCane\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CandyOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 10v7.9m1.802-11.755a5 5 0 0 1 6.053 6.053M14 6.1v2.243m1.5 7.228l-.964.964a5 5 0 0 1-7.071 0a5 5 0 0 1 0-7.07l.964-.965\"/><path d=\"M16 7V3a1 1 0 0 1 1.707-.707a2.5 2.5 0 0 0 2.152.717a1 1 0 0 1 1.131 1.131a2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4M2 2l20 20M8 17v4a1 1 0 0 1-1.707.707a2.5 2.5 0 0 0-2.152-.717a1 1 0 0 1-1.131-1.131a2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4\"/></g>`,\n\"CandyOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Cannabis = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 22v-4m-5-6c-1.5 0-4.5 1.5-5 3c3.5 1.5 6 1 6 1c-1.5 1.5-2 3.5-2 5c2.5 0 4.5-1.5 6-3c1.5 1.5 3.5 3 6 3c0-1.5-.5-3.5-2-5c0 0 2.5.5 6-1c-.5-1.5-3.5-3-5-3c1.5-1 4-4 4-6c-2.5 0-5.5 1.5-7 3c0-2.5-.5-5-2-7c-1.5 2-2 4.5-2 7c-1.5-1.5-4.5-3-7-3c0 2 2.5 5 4 6\"/>`,\n\"Cannabis\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CannabisOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 22v-4c1.5 1.5 3.5 3 6 3c0-1.5-.5-3.5-2-5m-2.012-7.673C13.902 6.054 13.365 3.82 12 2a9.3 9.3 0 0 0-1.445 2.9m6.82 6.825C18.882 10.53 21 7.841 21 6c-2.324 0-5.08 1.296-6.662 2.684M2 2l20 20m-.976-6.622A15 15 0 0 0 22 15c-.426-1.279-2.67-2.557-4.25-2.907M6.995 6.992C5.714 6.4 4.29 6 3 6c0 2 2.5 5 4 6c-1.5 0-4.5 1.5-5 3c3.5 1.5 6 1 6 1c-1.5 1.5-2 3.5-2 5c2.5 0 4.5-1.5 6-3\"/>`,\n\"CannabisOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Captions = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"14\" x=\"3\" y=\"5\" rx=\"2\" ry=\"2\"/><path d=\"M7 15h4m4 0h2M7 11h2m4 0h4\"/></g>`,\n\"Captions\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CaptionsOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.5 5H19a2 2 0 0 1 2 2v8.5M17 11h-.5m2.5 8H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2M2 2l20 20M7 11h4m-4 4h2.5\"/>`,\n\"CaptionsOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Car = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2\"/><circle cx=\"7\" cy=\"17\" r=\"2\"/><path d=\"M9 17h6\"/><circle cx=\"17\" cy=\"17\" r=\"2\"/></g>`,\n\"Car\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CarFront = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m21 8l-2 2l-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10L3 8m4 6h.01M17 14h.01\"/><rect width=\"18\" height=\"8\" x=\"3\" y=\"10\" rx=\"2\"/><path d=\"M5 18v2m14-2v2\"/></g>`,\n\"CarFront\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CarTaxiFront = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 2h4m7 6l-2 2l-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10L3 8m4 6h.01M17 14h.01\"/><rect width=\"18\" height=\"8\" x=\"3\" y=\"10\" rx=\"2\"/><path d=\"M5 18v2m14-2v2\"/></g>`,\n\"CarTaxiFront\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Caravan = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 19V9a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v8a2 2 0 0 0 2 2h2\"/><path d=\"M2 9h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2m20 4v1a1 1 0 0 1-1 1H10v-9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v9\"/><circle cx=\"8\" cy=\"19\" r=\"2\"/></g>`,\n\"Caravan\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CardSim = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 14v4m2.172-16a2 2 0 0 1 1.414.586l3.828 3.828A2 2 0 0 1 20 7.828V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zM8 14h8\"/><rect width=\"8\" height=\"8\" x=\"8\" y=\"10\" rx=\"1\"/></g>`,\n\"CardSim\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Carrot = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2.27 21.7s9.87-3.5 12.73-6.36a4.5 4.5 0 0 0-6.36-6.37C5.77 11.84 2.27 21.7 2.27 21.7M8.64 14l-2.05-2.04M15.34 15l-2.46-2.46\"/><path d=\"M22 9s-1.33-2-3.5-2C16.86 7 15 9 15 9s1.33 2 3.5 2S22 9 22 9\"/><path d=\"M15 2s-2 1.33-2 3.5S15 9 15 9s2-1.84 2-3.5C17 3.33 15 2 15 2\"/></g>`,\n\"Carrot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CaseLower = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 9v7m4-10v10\"/><circle cx=\"17.5\" cy=\"12.5\" r=\"3.5\"/><circle cx=\"6.5\" cy=\"12.5\" r=\"3.5\"/></g>`,\n\"CaseLower\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CaseSensitive = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m2 16l4.039-9.69a.5.5 0 0 1 .923 0L11 16m11-7v7M3.304 13h6.392\"/><circle cx=\"18.5\" cy=\"12.5\" r=\"3.5\"/></g>`,\n\"CaseSensitive\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CaseUpper = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 11h4.5a1 1 0 0 1 0 5h-4a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h3a1 1 0 0 1 0 5M2 16l4.039-9.69a.5.5 0 0 1 .923 0L11 16m-7.696-3h6.392\"/>`,\n\"CaseUpper\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CassetteTape = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"16\" x=\"2\" y=\"4\" rx=\"2\"/><circle cx=\"8\" cy=\"10\" r=\"2\"/><path d=\"M8 12h8\"/><circle cx=\"16\" cy=\"10\" r=\"2\"/><path d=\"m6 20l.7-2.9A1.4 1.4 0 0 1 8.1 16h7.8a1.4 1.4 0 0 1 1.4 1l.7 3\"/></g>`,\n\"CassetteTape\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Cast = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6M2 12a9 9 0 0 1 8 8m-8-4a5 5 0 0 1 4 4m-4 0h.01\"/>`,\n\"Cast\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Castle = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 5V3m4 2V3m1 18v-3a3 3 0 0 0-6 0v3m9-18v8m0-6H6m16 6H2\"/><path d=\"M22 9v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9m4-6v8\"/></g>`,\n\"Castle\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Cat = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 5c.67 0 1.35.09 2 .26c1.78-2 5.03-2.84 6.42-2.26c1.4.58-.42 7-.42 7c.57 1.07 1 2.24 1 3.44C21 17.9 16.97 21 12 21s-9-3-9-7.56c0-1.25.5-2.4 1-3.44c0 0-1.89-6.42-.5-7s4.72.23 6.5 2.23A9 9 0 0 1 12 5m-4 9v.5m8-.5v.5\"/><path d=\"M11.25 16.25h1.5L12 17z\"/></g>`,\n\"Cat\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Cctv = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16.75 12h3.632a1 1 0 0 1 .894 1.447l-2.034 4.069a1 1 0 0 1-1.708.134l-2.124-2.97m1.696-5.627a1 1 0 0 1 .447 1.341l-3.106 6.211a1 1 0 0 1-1.342.447L3.61 12.3a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.92 2.92 0 0 1 3.92-1.3zM2 19h3.76a2 2 0 0 0 1.8-1.1L9 15m-7 6v-4m5-8h.01\"/>`,\n\"Cctv\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartArea = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 3v16a2 2 0 0 0 2 2h16\"/><path d=\"M7 11.207a.5.5 0 0 1 .146-.353l2-2a.5.5 0 0 1 .708 0l3.292 3.292a.5.5 0 0 0 .708 0l4.292-4.292a.5.5 0 0 1 .854.353V16a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1z\"/></g>`,\n\"ChartArea\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartBar = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 3v16a2 2 0 0 0 2 2h16M7 16h8m-8-5h12M7 6h3\"/>`,\n\"ChartBar\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartBarBig = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 3v16a2 2 0 0 0 2 2h16\"/><rect width=\"9\" height=\"4\" x=\"7\" y=\"13\" rx=\"1\"/><rect width=\"12\" height=\"4\" x=\"7\" y=\"5\" rx=\"1\"/></g>`,\n\"ChartBarBig\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartBarDecreasing = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 3v16a2 2 0 0 0 2 2h16M7 11h8m-8 5h3M7 6h12\"/>`,\n\"ChartBarDecreasing\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartBarIncreasing = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 3v16a2 2 0 0 0 2 2h16M7 11h8m-8 5h12M7 6h3\"/>`,\n\"ChartBarIncreasing\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartBarStacked = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 13v4m4-12v4M3 3v16a2 2 0 0 0 2 2h16\"/><rect width=\"9\" height=\"4\" x=\"7\" y=\"13\" rx=\"1\"/><rect width=\"12\" height=\"4\" x=\"7\" y=\"5\" rx=\"1\"/></g>`,\n\"ChartBarStacked\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartCandlestick = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 5v4\"/><rect width=\"4\" height=\"6\" x=\"7\" y=\"9\" rx=\"1\"/><path d=\"M9 15v2m8-14v2\"/><rect width=\"4\" height=\"8\" x=\"15\" y=\"5\" rx=\"1\"/><path d=\"M17 13v3M3 3v16a2 2 0 0 0 2 2h16\"/></g>`,\n\"ChartCandlestick\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartColumn = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 3v16a2 2 0 0 0 2 2h16m-3-4V9m-5 8V5M8 17v-3\"/>`,\n\"ChartColumn\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartColumnBig = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 3v16a2 2 0 0 0 2 2h16\"/><rect width=\"4\" height=\"12\" x=\"15\" y=\"5\" rx=\"1\"/><rect width=\"4\" height=\"9\" x=\"7\" y=\"8\" rx=\"1\"/></g>`,\n\"ChartColumnBig\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartColumnDecreasing = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 17V9m5 8v-3M3 3v16a2 2 0 0 0 2 2h16M8 17V5\"/>`,\n\"ChartColumnDecreasing\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartColumnIncreasing = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 17V9m5 8V5M3 3v16a2 2 0 0 0 2 2h16M8 17v-3\"/>`,\n\"ChartColumnIncreasing\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartColumnStacked = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 13H7m12-4h-4M3 3v16a2 2 0 0 0 2 2h16\"/><rect width=\"4\" height=\"12\" x=\"15\" y=\"5\" rx=\"1\"/><rect width=\"4\" height=\"9\" x=\"7\" y=\"8\" rx=\"1\"/></g>`,\n\"ChartColumnStacked\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartGantt = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 6h8m-6 10h6M3 3v16a2 2 0 0 0 2 2h16M8 11h7\"/>`,\n\"ChartGantt\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartLine = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 3v16a2 2 0 0 0 2 2h16\"/><path d=\"m19 9l-5 5l-4-4l-3 3\"/></g>`,\n\"ChartLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartNetwork = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m13.11 7.664l1.78 2.672m-.728 2.452l-3.324 1.424M20 4l-6.06 1.515M3 3v16a2 2 0 0 0 2 2h16\"/><circle cx=\"12\" cy=\"6\" r=\"2\"/><circle cx=\"16\" cy=\"12\" r=\"2\"/><circle cx=\"9\" cy=\"15\" r=\"2\"/></g>`,\n\"ChartNetwork\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartNoAxesColumn = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 21v-6m7 6V3m7 18V9\"/>`,\n\"ChartNoAxesColumn\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartNoAxesColumnDecreasing = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 21V3m7 18V9m7 12v-6\"/>`,\n\"ChartNoAxesColumnDecreasing\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartNoAxesColumnIncreasing = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 21v-6m7 6V9m7 12V3\"/>`,\n\"ChartNoAxesColumnIncreasing\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartNoAxesCombined = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 16v5m4-7v7m4-11v11m2-18l-8.646 8.646a.5.5 0 0 1-.708 0L9.354 8.354a.5.5 0 0 0-.707 0L2 15m2 3v3m4-7v7\"/>`,\n\"ChartNoAxesCombined\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartNoAxesGantt = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 5h12M4 12h10m-2 7h8\"/>`,\n\"ChartNoAxesGantt\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartPie = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z\"/><path d=\"M21.21 15.89A10 10 0 1 1 8 2.83\"/></g>`,\n\"ChartPie\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartScatter = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"7.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"/><circle cx=\"18.5\" cy=\"5.5\" r=\".5\" fill=\"currentColor\"/><circle cx=\"11.5\" cy=\"11.5\" r=\".5\" fill=\"currentColor\"/><circle cx=\"7.5\" cy=\"16.5\" r=\".5\" fill=\"currentColor\"/><circle cx=\"17.5\" cy=\"14.5\" r=\".5\" fill=\"currentColor\"/><path d=\"M3 3v16a2 2 0 0 0 2 2h16\"/></g>`,\n\"ChartScatter\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChartSpline = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 3v16a2 2 0 0 0 2 2h16\"/><path d=\"M7 16c.5-2 1.5-7 4-7c2 0 2 3 4 3c2.5 0 4.5-5 5-7\"/></g>`,\n\"ChartSpline\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Check = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 6L9 17l-5-5\"/>`,\n\"Check\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CheckCheck = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 6L7 17l-5-5m20-2l-7.5 7.5L13 16\"/>`,\n\"CheckCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CheckLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 4L9 15m12 4H3m6-4l-5-5\"/>`,\n\"CheckLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChefHat = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 21a1 1 0 0 0 1-1v-5.35c0-.457.316-.844.727-1.041a4 4 0 0 0-2.134-7.589a5 5 0 0 0-9.186 0a4 4 0 0 0-2.134 7.588c.411.198.727.585.727 1.041V20a1 1 0 0 0 1 1ZM6 17h12\"/>`,\n\"ChefHat\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Cherry = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3c-2.5-2-5 .24-5 3m10 0a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3c-2.5-2-5 .24-5 3\"/><path d=\"M7 14c3.22-2.91 4.29-8.75 5-12c1.66 2.38 4.94 9 5 12\"/><path d=\"M22 9c-4.29 0-7.14-2.33-10-7c5.71 0 10 4.67 10 7\"/></g>`,\n\"Cherry\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChessBishop = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zm10-2c1.5-.615 3-2.461 3-4.923C18 8.769 14.5 4.462 12 2C9.5 4.462 6 8.77 6 13.077C6 15.539 7.5 17.385 9 18m7-11l-2.5 2.5M9 2h6\"/>`,\n\"ChessBishop\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChessKing = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 20a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm2.7-2l-1-1C4.35 15.682 3 14.09 3 12a5 5 0 0 1 4.95-5c1.584 0 2.7.455 4.05 1.818C13.35 7.455 14.466 7 16.05 7A5 5 0 0 1 21 12c0 2.082-1.359 3.673-2.7 5l-1 1M10 4h4m-2-2v6.818\"/>`,\n\"ChessKing\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChessKnight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zm11.5-2c1-2 2.5-5 2.5-9a7 7 0 0 0-7-7H6.635a1 1 0 0 0-.768 1.64L7 5l-2.32 5.802a2 2 0 0 0 .95 2.526l2.87 1.456M15 5l1.425-1.425M17 8l1.53-1.53m-8.817 5.715L7 18\"/>`,\n\"ChessKnight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChessPawn = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zm9.5-10l1.5 8m-9-8h10m-9 8l1.5-8\"/><circle cx=\"12\" cy=\"6\" r=\"4\"/></g>`,\n\"ChessPawn\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChessQueen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 20a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm8.474-14.057l1.567 5.34a1 1 0 0 0 1.75.328l2.616-3.402M20 9l-3 9M5.594 8.209l2.615 3.403a1 1 0 0 0 1.75-.329l1.567-5.34M7 18L4 9\"/><circle cx=\"12\" cy=\"4\" r=\"2\"/><circle cx=\"20\" cy=\"7\" r=\"2\"/><circle cx=\"4\" cy=\"7\" r=\"2\"/></g>`,\n\"ChessQueen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChessRook = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zm5-18v2m4-2v2m3 14l-1-9M6 2v5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2M6 4h12M7 18l1-9\"/>`,\n\"ChessRook\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChevronDown = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 9l6 6l6-6\"/>`,\n\"ChevronDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChevronFirst = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m17 18l-6-6l6-6M7 6v12\"/>`,\n\"ChevronFirst\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChevronLast = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7 18l6-6l-6-6m10 0v12\"/>`,\n\"ChevronLast\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChevronLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 18l-6-6l6-6\"/>`,\n\"ChevronLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChevronRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 18l6-6l-6-6\"/>`,\n\"ChevronRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChevronUp = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18 15l-6-6l-6 6\"/>`,\n\"ChevronUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChevronsDown = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7 6l5 5l5-5M7 13l5 5l5-5\"/>`,\n\"ChevronsDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChevronsDownUp = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7 20l5-5l5 5M7 4l5 5l5-5\"/>`,\n\"ChevronsDownUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChevronsLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m11 17l-5-5l5-5m7 10l-5-5l5-5\"/>`,\n\"ChevronsLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChevronsLeftRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 7l-5 5l5 5m6-10l5 5l-5 5\"/>`,\n\"ChevronsLeftRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChevronsLeftRightEllipsis = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 12h.01M16 12h.01M17 7l5 5l-5 5M7 7l-5 5l5 5m1-5h.01\"/>`,\n\"ChevronsLeftRightEllipsis\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChevronsRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 17l5-5l-5-5m7 10l5-5l-5-5\"/>`,\n\"ChevronsRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChevronsRightLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m20 17l-5-5l5-5M4 17l5-5l-5-5\"/>`,\n\"ChevronsRightLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChevronsUp = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m17 11l-5-5l-5 5m10 7l-5-5l-5 5\"/>`,\n\"ChevronsUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ChevronsUpDown = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7 15l5 5l5-5M7 9l5-5l5 5\"/>`,\n\"ChevronsUpDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Chromium = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.88 21.94L15.46 14m5.71-6H12M3.95 6.06L8.54 14\"/><circle cx=\"12\" cy=\"12\" r=\"10\"/><circle cx=\"12\" cy=\"12\" r=\"4\"/></g>`,\n\"Chromium\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Church = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 9h4m-2-2v5m2 9v-3a2 2 0 0 0-4 0v3\"/><path d=\"m18 9l3.52 2.147a1 1 0 0 1 .48.854V19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-6.999a1 1 0 0 1 .48-.854L6 9\"/><path d=\"M6 21V7a1 1 0 0 1 .376-.782l5-3.999a1 1 0 0 1 1.249.001l5 4A1 1 0 0 1 18 7v14\"/></g>`,\n\"Church\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Cigarette = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h14m1-8c0-2.5-2-2.5-2-5m5 13a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1m1-4c0-2.5-2-2.5-2-5M7 12v4\"/>`,\n\"Cigarette\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CigaretteOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h13m2-8c0-2.5-2-2.5-2-5M2 2l20 20m-1-10a1 1 0 0 1 1 1v2a1 1 0 0 1-.5.866M22 8c0-2.5-2-2.5-2-5M7 12v4\"/>`,\n\"CigaretteOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Circle = createIcon(\n`<circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"/>`,\n\"Circle\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleAlert = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 8v4m0 4h.01\"/></g>`,\n\"CircleAlert\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleArrowDown = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 8v8m-4-4l4 4l4-4\"/></g>`,\n\"CircleArrowDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleArrowLeft = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m12 8l-4 4l4 4m4-4H8\"/></g>`,\n\"CircleArrowLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleArrowOutDownLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 12a10 10 0 1 1 10 10M2 22l10-10M8 22H2v-6\"/>`,\n\"CircleArrowOutDownLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleArrowOutDownRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 22a10 10 0 1 1 10-10m0 10L12 12m10 4v6h-6\"/>`,\n\"CircleArrowOutDownRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleArrowOutUpLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 8V2h6M2 2l10 10m0-10A10 10 0 1 1 2 12\"/>`,\n\"CircleArrowOutUpLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleArrowOutUpRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 12A10 10 0 1 1 12 2m10 0L12 12m4-10h6v6\"/>`,\n\"CircleArrowOutUpRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleArrowRight = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m12 16l4-4l-4-4m-4 4h8\"/></g>`,\n\"CircleArrowRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleArrowUp = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m16 12l-4-4l-4 4m4 4V8\"/></g>`,\n\"CircleArrowUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m9 12l2 2l4-4\"/></g>`,\n\"CircleCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleCheckBig = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21.801 10A10 10 0 1 1 17 3.335\"/><path d=\"m9 11l3 3L22 4\"/></g>`,\n\"CircleCheckBig\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleChevronDown = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m16 10l-4 4l-4-4\"/></g>`,\n\"CircleChevronDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleChevronLeft = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m14 16l-4-4l4-4\"/></g>`,\n\"CircleChevronLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleChevronRight = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m10 8l4 4l-4 4\"/></g>`,\n\"CircleChevronRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleChevronUp = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m8 14l4-4l4 4\"/></g>`,\n\"CircleChevronUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleDashed = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.1 2.182a10 10 0 0 1 3.8 0m0 19.636a10 10 0 0 1-3.8 0m7.509-18.097a10 10 0 0 1 2.69 2.7M2.182 13.9a10 10 0 0 1 0-3.8m18.097 7.509a10 10 0 0 1-2.7 2.69M21.818 10.1a10 10 0 0 1 0 3.8M3.721 6.391a10 10 0 0 1 2.7-2.69m-.03 16.578a10 10 0 0 1-2.69-2.7\"/>`,\n\"CircleDashed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleDivide = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M8 12h8m-4-4\"/></g>`,\n\"CircleDivide\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleDollarSign = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8m4 2V6\"/></g>`,\n\"CircleDollarSign\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleDot = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><circle cx=\"12\" cy=\"12\" r=\"1\"/></g>`,\n\"CircleDot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleDotDashed = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.1 2.18a9.9 9.9 0 0 1 3.8 0m3.7 1.53a10 10 0 0 1 2.69 2.7m1.53 3.69a9.9 9.9 0 0 1 0 3.8m-1.53 3.7a10 10 0 0 1-2.7 2.69m-3.69 1.53a9.9 9.9 0 0 1-3.8 0m-3.7-1.53a10 10 0 0 1-2.69-2.7M2.18 13.9a9.9 9.9 0 0 1 0-3.8m1.53-3.7a10 10 0 0 1 2.7-2.69\"/><circle cx=\"12\" cy=\"12\" r=\"1\"/></g>`,\n\"CircleDotDashed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleEllipsis = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M17 12h.01M12 12h.01M7 12h.01\"/></g>`,\n\"CircleEllipsis\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleEqual = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M7 10h10M7 14h10\"/></g>`,\n\"CircleEqual\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleFadingArrowUp = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2a10 10 0 0 1 7.38 16.75M16 12l-4-4l-4 4m4 4V8m-9.5.875a10 10 0 0 0-.5 3M2.83 16a10 10 0 0 0 2.43 3.4M4.636 5.235a10 10 0 0 1 .891-.857M8.644 21.42a10 10 0 0 0 7.631-.38\"/>`,\n\"CircleFadingArrowUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleFadingPlus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2a10 10 0 0 1 7.38 16.75M12 8v8m4-4H8M2.5 8.875a10 10 0 0 0-.5 3M2.83 16a10 10 0 0 0 2.43 3.4M4.636 5.235a10 10 0 0 1 .891-.857M8.644 21.42a10 10 0 0 0 7.631-.38\"/>`,\n\"CircleFadingPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleGauge = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15.6 2.7a10 10 0 1 0 5.7 5.7\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/><path d=\"M13.4 10.6L19 5\"/></g>`,\n\"CircleGauge\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleMinus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M8 12h8\"/></g>`,\n\"CircleMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m2 2l20 20M8.35 2.69A10 10 0 0 1 21.3 15.65m-2.22 3.43A10 10 0 1 1 4.92 4.92\"/>`,\n\"CircleOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleParking = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M9 17V7h4a3 3 0 0 1 0 6H9\"/></g>`,\n\"CircleParking\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleParkingOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.656 7H13a3 3 0 0 1 2.984 3.307M13 13H9m10.071 6.071A1 1 0 0 1 4.93 4.93M2 2l20 20\"/><path d=\"M8.357 2.687a10 10 0 0 1 12.956 12.956M9 17V9\"/></g>`,\n\"CircleParkingOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CirclePause = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M10 15V9m4 6V9\"/></g>`,\n\"CirclePause\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CirclePercent = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m15 9l-6 6m0-6h.01M15 15h.01\"/></g>`,\n\"CirclePercent\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CirclePile = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"19\" r=\"2\"/><circle cx=\"12\" cy=\"5\" r=\"2\"/><circle cx=\"16\" cy=\"12\" r=\"2\"/><circle cx=\"20\" cy=\"19\" r=\"2\"/><circle cx=\"4\" cy=\"19\" r=\"2\"/><circle cx=\"8\" cy=\"12\" r=\"2\"/></g>`,\n\"CirclePile\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CirclePlay = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z\"/><circle cx=\"12\" cy=\"12\" r=\"10\"/></g>`,\n\"CirclePlay\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CirclePlus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M8 12h8m-4-4v8\"/></g>`,\n\"CirclePlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CirclePoundSterling = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M10 16V9.5a1 1 0 0 1 5 0M8 12h4m-4 4h7\"/></g>`,\n\"CirclePoundSterling\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CirclePower = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 7v4M7.998 9.003a5 5 0 1 0 8-.005\"/></g>`,\n\"CirclePower\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleQuestionMark = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3m.08 4h.01\"/></g>`,\n\"CircleQuestionMark\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleSlash = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m9 15l6-6\"/></g>`,\n\"CircleSlash\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleSlash2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M22 2L2 22\"/></g>`,\n\"CircleSlash2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleSmall = createIcon(\n`<circle cx=\"12\" cy=\"12\" r=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"/>`,\n\"CircleSmall\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleStar = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M11.051 7.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.867l-1.156-1.152a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z\"/></g>`,\n\"CircleStar\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleStop = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><rect width=\"6\" height=\"6\" x=\"9\" y=\"9\" rx=\"1\"/></g>`,\n\"CircleStop\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleUser = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><circle cx=\"12\" cy=\"10\" r=\"3\"/><path d=\"M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662\"/></g>`,\n\"CircleUser\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleUserRound = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 20a6 6 0 0 0-12 0\"/><circle cx=\"12\" cy=\"10\" r=\"4\"/><circle cx=\"12\" cy=\"12\" r=\"10\"/></g>`,\n\"CircleUserRound\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircleX = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m15 9l-6 6m0-6l6 6\"/></g>`,\n\"CircleX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CircuitBoard = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M11 9h4a2 2 0 0 0 2-2V3\"/><circle cx=\"9\" cy=\"9\" r=\"2\"/><path d=\"M7 21v-4a2 2 0 0 1 2-2h4\"/><circle cx=\"15\" cy=\"15\" r=\"2\"/></g>`,\n\"CircuitBoard\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Citrus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21.66 17.67a1.08 1.08 0 0 1-.04 1.6A12 12 0 0 1 4.73 2.38a1.1 1.1 0 0 1 1.61-.04z\"/><path d=\"M19.65 15.66A8 8 0 0 1 8.35 4.34M14 10l-5.5 5.5\"/><path d=\"M14 17.85V10H6.15\"/></g>`,\n\"Citrus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Clapperboard = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12.296 3.464l3.02 3.956M20.2 6L3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3zM3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm3.18-5.724l3.1 3.899\"/>`,\n\"Clapperboard\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Clipboard = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"4\" x=\"8\" y=\"2\" rx=\"1\" ry=\"1\"/><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"/></g>`,\n\"Clipboard\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ClipboardCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"4\" x=\"8\" y=\"2\" rx=\"1\" ry=\"1\"/><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"/><path d=\"m9 14l2 2l4-4\"/></g>`,\n\"ClipboardCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ClipboardClock = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 14v2.2l1.6 1M16 4h2a2 2 0 0 1 2 2v.832M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2\"/><circle cx=\"16\" cy=\"16\" r=\"6\"/><rect width=\"8\" height=\"4\" x=\"8\" y=\"2\" rx=\"1\"/></g>`,\n\"ClipboardClock\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ClipboardCopy = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"4\" x=\"8\" y=\"2\" rx=\"1\" ry=\"1\"/><path d=\"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2M16 4h2a2 2 0 0 1 2 2v4m1 4H11\"/><path d=\"m15 10l-4 4l4 4\"/></g>`,\n\"ClipboardCopy\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ClipboardList = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"4\" x=\"8\" y=\"2\" rx=\"1\" ry=\"1\"/><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2m4 7h4m-4 5h4m-8-5h.01M8 16h.01\"/></g>`,\n\"ClipboardList\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ClipboardMinus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"4\" x=\"8\" y=\"2\" rx=\"1\" ry=\"1\"/><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2m1 10h6\"/></g>`,\n\"ClipboardMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ClipboardPaste = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 14h10M16 4h2a2 2 0 0 1 2 2v1.344M17 18l4-4l-4-4\"/><path d=\"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 1.793-1.113\"/><rect width=\"8\" height=\"4\" x=\"8\" y=\"2\" rx=\"1\"/></g>`,\n\"ClipboardPaste\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ClipboardPen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 4h2a2 2 0 0 1 2 2v2m1.34 7.664a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506zM8 22H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"/><rect width=\"8\" height=\"4\" x=\"8\" y=\"2\" rx=\"1\"/></g>`,\n\"ClipboardPen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ClipboardPenLine = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"4\" x=\"8\" y=\"2\" rx=\"1\"/><path d=\"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.5M16 4h2a2 2 0 0 1 1.73 1M8 18h1\"/><path d=\"M21.378 12.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z\"/></g>`,\n\"ClipboardPenLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ClipboardPlus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"4\" x=\"8\" y=\"2\" rx=\"1\" ry=\"1\"/><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2m1 10h6m-3 3v-6\"/></g>`,\n\"ClipboardPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ClipboardType = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"4\" x=\"8\" y=\"2\" rx=\"1\" ry=\"1\"/><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"/><path d=\"M9 12v-1h6v1m-4 5h2m-1-6v6\"/></g>`,\n\"ClipboardType\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ClipboardX = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"4\" x=\"8\" y=\"2\" rx=\"1\" ry=\"1\"/><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2m7 7l-6 6m0-6l6 6\"/></g>`,\n\"ClipboardX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Clock = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6l4 2\"/></g>`,\n\"Clock\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Clock1 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6l2-4\"/></g>`,\n\"Clock1\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Clock10 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6l-4-2\"/></g>`,\n\"Clock10\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Clock11 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6l-2-4\"/></g>`,\n\"Clock11\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Clock12 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6\"/></g>`,\n\"Clock12\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Clock2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6l4-2\"/></g>`,\n\"Clock2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Clock3 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6h4\"/></g>`,\n\"Clock3\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Clock4 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6l4 2\"/></g>`,\n\"Clock4\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Clock5 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6l2 4\"/></g>`,\n\"Clock5\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Clock6 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v10\"/></g>`,\n\"Clock6\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Clock7 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6l-2 4\"/></g>`,\n\"Clock7\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Clock8 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6l-4 2\"/></g>`,\n\"Clock8\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Clock9 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6H8\"/></g>`,\n\"Clock9\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ClockAlert = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6v6l4 2m4-2v5m0 4h.01\"/><path d=\"M21.25 8.2A10 10 0 1 0 16 21.16\"/></g>`,\n\"ClockAlert\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ClockArrowDown = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6v6l2 1\"/><path d=\"M12.337 21.994a10 10 0 1 1 9.588-8.767\"/><path d=\"m14 18l4 4l4-4m-4-4v8\"/></g>`,\n\"ClockArrowDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ClockArrowUp = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6v6l1.56.78\"/><path d=\"M13.227 21.925a10 10 0 1 1 8.767-9.588\"/><path d=\"m14 18l4-4l4 4m-4 4v-8\"/></g>`,\n\"ClockArrowUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ClockCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6v6l4 2\"/><path d=\"M22 12a10 10 0 1 0-11 9.95\"/><path d=\"m22 16l-5.5 5.5L14 19\"/></g>`,\n\"ClockCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ClockFading = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2a10 10 0 0 1 7.38 16.75M12 6v6l4 2M2.5 8.875a10 10 0 0 0-.5 3M2.83 16a10 10 0 0 0 2.43 3.4M4.636 5.235a10 10 0 0 1 .891-.857M8.644 21.42a10 10 0 0 0 7.631-.38\"/>`,\n\"ClockFading\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ClockPlus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6v6l3.644 1.822M16 19h6m-3-3v6\"/><path d=\"M21.92 13.267a10 10 0 1 0-8.653 8.653\"/></g>`,\n\"ClockPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ClosedCaption = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 9.17a3 3 0 1 0 0 5.66m7-5.66a3 3 0 1 0 0 5.66\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"/></g>`,\n\"ClosedCaption\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Cloud = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9\"/>`,\n\"Cloud\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CloudAlert = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 12v4m0 4h.01m-3.882-3.051A7 7 0 1 1 15.71 8h1.79a1 1 0 0 1 0 9h-1.642\"/>`,\n\"CloudAlert\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CloudBackup = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 15.251A4.5 4.5 0 0 0 17.5 8h-1.79A7 7 0 1 0 3 13.607\"/><path d=\"M7 11v4h4\"/><path d=\"M8 19a5 5 0 0 0 9-3a4.5 4.5 0 0 0-4.5-4.5a4.82 4.82 0 0 0-3.41 1.41L7 15\"/></g>`,\n\"CloudBackup\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CloudCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m17 15l-5.5 5.5L9 18\"/><path d=\"M5.516 16.07A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 3.501 7.327\"/></g>`,\n\"CloudCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CloudCog = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10.852 19.772l-.383.924m2.679-6.468l.383-.923m-.383 6.467a3 3 0 1 0-2.296-5.544l-.383-.923\"/><path d=\"m13.53 20.696l-.382-.924a3 3 0 1 1-2.296-5.544m3.92 1.624l.923-.383m-.923 2.679l.923.383\"/><path d=\"M4.2 15.1a7 7 0 1 1 9.93-9.858A7 7 0 0 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.2m-10.772-.348l-.923-.383m.923 2.679l-.923.383\"/></g>`,\n\"CloudCog\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CloudDownload = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 13v8l-4-4m4 4l4-4\"/><path d=\"M4.393 15.269A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.436 8.284\"/></g>`,\n\"CloudDownload\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CloudDrizzle = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242M8 19v1m0-6v1m8 4v1m0-6v1m-4 6v1m0-6v1\"/>`,\n\"CloudDrizzle\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CloudFog = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242M16 17H7m10 4H9\"/>`,\n\"CloudFog\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CloudHail = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242M16 14v2m-8-2v2m8 4h.01M8 20h.01M12 16v2m0 4h.01\"/>`,\n\"CloudHail\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CloudLightning = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973\"/><path d=\"m13 12l-3 5h4l-3 5\"/></g>`,\n\"CloudLightning\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CloudMoon = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 16a3 3 0 0 1 0 6H7a5 5 0 1 1 4.9-6zm5.376-1.488a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36\"/>`,\n\"CloudMoon\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CloudMoonRain = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 20v2m7.376-7.488a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24M7 19v2\"/>`,\n\"CloudMoonRain\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CloudOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.94 5.274A7 7 0 0 1 15.71 10h1.79a4.5 4.5 0 0 1 4.222 6.057m-2.926 2.753A4.5 4.5 0 0 1 17.5 19H9A7 7 0 0 1 5.79 5.78M2 2l20 20\"/>`,\n\"CloudOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CloudRain = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242M16 14v6m-8-6v6m4-4v6\"/>`,\n\"CloudRain\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CloudRainWind = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242M9.2 22l3-7M9 13l-3 7m11-7l-3 7\"/>`,\n\"CloudRainWind\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CloudSnow = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242M8 15h.01M8 19h.01M12 17h.01M12 21h.01M16 15h.01M16 19h.01\"/>`,\n\"CloudSnow\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CloudSun = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v2m-7.07.93l1.41 1.41M20 12h2m-2.93-7.07l-1.41 1.41m-1.713 6.31a4 4 0 0 0-5.925-4.128M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6\"/>`,\n\"CloudSun\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CloudSunRain = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v2m-7.07.93l1.41 1.41M20 12h2m-2.93-7.07l-1.41 1.41m-1.713 6.31a4 4 0 0 0-5.925-4.128M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24M11 20v2m-4-3v2\"/>`,\n\"CloudSunRain\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CloudSync = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m17 18l-1.535 1.605a5 5 0 0 1-8-1.5\"/><path d=\"M17 22v-4h-4m7.996-2.749A4.5 4.5 0 0 0 17.495 8h-1.79a7 7 0 1 0-12.709 5.607\"/><path d=\"M7 10v4h4\"/><path d=\"m7 14l1.535-1.605a5 5 0 0 1 8 1.5\"/></g>`,\n\"CloudSync\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CloudUpload = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 13v8m-8-6.101A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242\"/><path d=\"m8 17l4-4l4 4\"/></g>`,\n\"CloudUpload\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Cloudy = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M17.5 12a1 1 0 1 1 0 9H9.006a7 7 0 1 1 6.702-9z\"/><path d=\"M21.832 9A3 3 0 0 0 19 7h-2.207a5.5 5.5 0 0 0-10.72.61\"/></g>`,\n\"Cloudy\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Clover = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16.17 7.83L2 22m2.02-10a2.827 2.827 0 1 1 3.81-4.17A2.827 2.827 0 1 1 12 4.02a2.827 2.827 0 1 1 4.17 3.81A2.827 2.827 0 1 1 19.98 12a2.827 2.827 0 1 1-3.81 4.17A2.827 2.827 0 1 1 12 19.98a2.827 2.827 0 1 1-4.17-3.81A1 1 0 1 1 4 12m3.83-4.17l8.34 8.34\"/>`,\n\"Clover\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Club = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.28 9.05a5.5 5.5 0 1 0-10.56 0A5.5 5.5 0 1 0 12 17.66a5.5 5.5 0 1 0 5.28-8.6ZM12 17.66V22\"/>`,\n\"Club\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Code = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16 18l6-6l-6-6M8 6l-6 6l6 6\"/>`,\n\"Code\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CodeXml = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18 16l4-4l-4-4M6 8l-4 4l4 4m8.5-12l-5 16\"/>`,\n\"CodeXml\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Codepen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12 2l10 6.5v7L12 22L2 15.5v-7zm0 20v-6.5\"/><path d=\"m22 8.5l-10 7l-10-7\"/><path d=\"m2 15.5l10-7l10 7M12 2v6.5\"/></g>`,\n\"Codepen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Codesandbox = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16\"/><path d=\"m7.5 4.21l4.5 2.6l4.5-2.6m-9 15.58V14.6L3 12m18 0l-4.5 2.6v5.19M3.27 6.96L12 12.01l8.73-5.05M12 22.08V12\"/></g>`,\n\"Codesandbox\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Coffee = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 2v2m4-2v2m2 4a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1M6 2v2\"/>`,\n\"Coffee\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Cog = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 10.27L7 3.34m4 10.39l-4 6.93M12 22v-2m0-18v2m2 8h8m-5 8.66l-1-1.73m1-15.59l-1 1.73M2 12h2m16.66 5l-1.73-1m1.73-9l-1.73 1M3.34 17l1.73-1M3.34 7l1.73 1\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/><circle cx=\"12\" cy=\"12\" r=\"8\"/></g>`,\n\"Cog\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Coins = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13.744 17.736a6 6 0 1 1-7.48-7.48M15 6h1v4\"/><path d=\"m6.134 14.768l.866-.5l2 3.464\"/><circle cx=\"16\" cy=\"8\" r=\"6\"/></g>`,\n\"Coins\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Columns2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M12 3v18\"/></g>`,\n\"Columns2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Columns3 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M9 3v18m6-18v18\"/></g>`,\n\"Columns3\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Columns3Cog = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.5 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.5m-6.7 9.1l1-.4M15 3v7.5m.2 6.4l-.9-.3m2.3 5.1l.3-.9m-.1-5.5l-.4-1m2.7.9l.3-.9m.2 7.4l-.4-1m1.5-3.9l1-.4m0 3l-.9-.3M9 3v18\"/><circle cx=\"18\" cy=\"18\" r=\"3\"/></g>`,\n\"Columns3Cog\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Columns4 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M7.5 3v18M12 3v18m4.5-18v18\"/></g>`,\n\"Columns4\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Combine = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1m5-7a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1M7 15l3 3m-3 3l3-3H5a2 2 0 0 1-2-2v-2\"/><rect width=\"7\" height=\"7\" x=\"14\" y=\"14\" rx=\"1\"/><rect width=\"7\" height=\"7\" x=\"3\" y=\"3\" rx=\"1\"/></g>`,\n\"Combine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Command = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3\"/>`,\n\"Command\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Compass = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m16.24 7.76l-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z\"/></g>`,\n\"Compass\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Component = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0zm-13.239 0a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0zm6.619 6.619a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0zm0-13.238a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z\"/>`,\n\"Component\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Computer = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"8\" x=\"5\" y=\"2\" rx=\"2\"/><rect width=\"20\" height=\"8\" x=\"2\" y=\"14\" rx=\"2\"/><path d=\"M6 18h2m4 0h6\"/></g>`,\n\"Computer\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ConciergeBell = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 20a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1Zm17-4a8 8 0 1 0-16 0m8-12v4m-2-4h4\"/>`,\n\"ConciergeBell\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Cone = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m20.9 18.55l-8-15.98a1 1 0 0 0-1.8 0l-8 15.98\"/><ellipse cx=\"12\" cy=\"19\" rx=\"9\" ry=\"3\"/></g>`,\n\"Cone\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Construction = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"8\" x=\"2\" y=\"6\" rx=\"1\"/><path d=\"M17 14v7M7 14v7M17 3v3M7 3v3m3 8L2.3 6.3M14 6l7.7 7.7M8 6l8 8\"/></g>`,\n\"Construction\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Contact = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 2v2M7 22v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2M8 2v2\"/><circle cx=\"12\" cy=\"11\" r=\"3\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"/></g>`,\n\"Contact\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ContactRound = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 2v2m1.915 18a6 6 0 0 0-12 0M8 2v2\"/><circle cx=\"12\" cy=\"12\" r=\"4\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"/></g>`,\n\"ContactRound\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Container = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 7.7c0-.6-.4-1.2-.8-1.5l-6.3-3.9a1.72 1.72 0 0 0-1.7 0l-10.3 6c-.5.2-.9.8-.9 1.4v6.6c0 .5.4 1.2.8 1.5l6.3 3.9a1.72 1.72 0 0 0 1.7 0l10.3-6c.5-.3.9-1 .9-1.5Z\"/><path d=\"M10 21.9V14L2.1 9.1M10 14l11.9-6.9M14 19.8v-8.1m4 5.8V9.4\"/></g>`,\n\"Container\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Contrast = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 18a6 6 0 0 0 0-12z\"/></g>`,\n\"Contrast\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Cookie = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2a10 10 0 1 0 10 10a4 4 0 0 1-5-5a4 4 0 0 1-5-5M8.5 8.5v.01M16 15.5v.01M12 12v.01M11 17v.01M7 14v.01\"/>`,\n\"Cookie\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CookingPot = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 12h20m-2 0v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8m0-4l16-4M8.86 6.78l-.45-1.81a2 2 0 0 1 1.45-2.43l1.94-.48a2 2 0 0 1 2.43 1.46l.45 1.8\"/>`,\n\"CookingPot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Copy = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"14\" x=\"8\" y=\"8\" rx=\"2\" ry=\"2\"/><path d=\"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2\"/></g>`,\n\"Copy\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CopyCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12 15l2 2l4-4\"/><rect width=\"14\" height=\"14\" x=\"8\" y=\"8\" rx=\"2\" ry=\"2\"/><path d=\"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2\"/></g>`,\n\"CopyCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CopyMinus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 15h6\"/><rect width=\"14\" height=\"14\" x=\"8\" y=\"8\" rx=\"2\" ry=\"2\"/><path d=\"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2\"/></g>`,\n\"CopyMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CopyPlus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 12v6m-3-3h6\"/><rect width=\"14\" height=\"14\" x=\"8\" y=\"8\" rx=\"2\" ry=\"2\"/><path d=\"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2\"/></g>`,\n\"CopyPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CopySlash = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12 18l6-6\"/><rect width=\"14\" height=\"14\" x=\"8\" y=\"8\" rx=\"2\" ry=\"2\"/><path d=\"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2\"/></g>`,\n\"CopySlash\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CopyX = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12 12l6 6m-6 0l6-6\"/><rect width=\"14\" height=\"14\" x=\"8\" y=\"8\" rx=\"2\" ry=\"2\"/><path d=\"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2\"/></g>`,\n\"CopyX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Copyleft = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M9.17 14.83a4 4 0 1 0 0-5.66\"/></g>`,\n\"Copyleft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Copyright = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M14.83 14.83a4 4 0 1 1 0-5.66\"/></g>`,\n\"Copyright\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CornerDownLeft = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 4v7a4 4 0 0 1-4 4H4\"/><path d=\"m9 10l-5 5l5 5\"/></g>`,\n\"CornerDownLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CornerDownRight = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m15 10l5 5l-5 5\"/><path d=\"M4 4v7a4 4 0 0 0 4 4h12\"/></g>`,\n\"CornerDownRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CornerLeftDown = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14 15l-5 5l-5-5\"/><path d=\"M20 4h-7a4 4 0 0 0-4 4v12\"/></g>`,\n\"CornerLeftDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CornerLeftUp = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 9L9 4L4 9\"/><path d=\"M20 20h-7a4 4 0 0 1-4-4V4\"/></g>`,\n\"CornerLeftUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CornerRightDown = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10 15l5 5l5-5\"/><path d=\"M4 4h7a4 4 0 0 1 4 4v12\"/></g>`,\n\"CornerRightDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CornerRightUp = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10 9l5-5l5 5\"/><path d=\"M4 20h7a4 4 0 0 0 4-4V4\"/></g>`,\n\"CornerRightUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CornerUpLeft = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 20v-7a4 4 0 0 0-4-4H4\"/><path d=\"M9 14L4 9l5-5\"/></g>`,\n\"CornerUpLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CornerUpRight = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m15 14l5-5l-5-5\"/><path d=\"M4 20v-7a4 4 0 0 1 4-4h12\"/></g>`,\n\"CornerUpRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Cpu = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 20v2m0-20v2m5 16v2m0-20v2M2 12h2m-2 5h2M2 7h2m16 5h2m-2 5h2M20 7h2M7 20v2M7 2v2\"/><rect width=\"16\" height=\"16\" x=\"4\" y=\"4\" rx=\"2\"/><rect width=\"8\" height=\"8\" x=\"8\" y=\"8\" rx=\"1\"/></g>`,\n\"Cpu\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CreativeCommons = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M10 9.3a2.8 2.8 0 0 0-3.5 1a3.1 3.1 0 0 0 0 3.4a2.7 2.7 0 0 0 3.5 1m7-5.4a2.8 2.8 0 0 0-3.5 1a3.1 3.1 0 0 0 0 3.4a2.7 2.7 0 0 0 3.5 1\"/></g>`,\n\"CreativeCommons\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CreditCard = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"/><path d=\"M2 10h20\"/></g>`,\n\"CreditCard\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Croissant = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.2 18H4.774a1.5 1.5 0 0 1-1.352-.97a11 11 0 0 1 .132-6.487M18 10.2V4.774a1.5 1.5 0 0 0-.97-1.352a11 11 0 0 0-6.486.132\"/><path d=\"M18 5a4 3 0 0 1 4 3a2 2 0 0 1-2 2a10 10 0 0 0-5.139 1.42M5 18a3 4 0 0 0 3 4a2 2 0 0 0 2-2a10 10 0 0 1 1.42-5.14\"/><path d=\"M8.709 2.554a10 10 0 0 0-6.155 6.155a1.5 1.5 0 0 0 .676 1.626l9.807 5.42a2 2 0 0 0 2.718-2.718l-5.42-9.807a1.5 1.5 0 0 0-1.626-.676\"/></g>`,\n\"Croissant\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Crop = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 2v14a2 2 0 0 0 2 2h14\"/><path d=\"M18 22V8a2 2 0 0 0-2-2H2\"/></g>`,\n\"Crop\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Cross = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a1 1 0 0 1 1 1v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4a1 1 0 0 1 1-1h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-4a1 1 0 0 1-1-1V4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4a1 1 0 0 1-1 1z\"/>`,\n\"Cross\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Crosshair = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M22 12h-4M6 12H2m10-6V2m0 20v-4\"/></g>`,\n\"Crosshair\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Crown = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294zM5 21h14\"/>`,\n\"Crown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Cuboid = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m21.12 6.4l-6.05-4.06a2 2 0 0 0-2.17-.05L2.95 8.41a2 2 0 0 0-.95 1.7v5.82a2 2 0 0 0 .88 1.66l6.05 4.07a2 2 0 0 0 2.17.05l9.95-6.12a2 2 0 0 0 .95-1.7V8.06a2 2 0 0 0-.88-1.66\"/><path d=\"M10 22v-8L2.25 9.15M10 14l11.77-6.87\"/></g>`,\n\"Cuboid\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const CupSoda = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m6 8l1.75 12.28a2 2 0 0 0 2 1.72h4.54a2 2 0 0 0 2-1.72L18 8M5 8h14\"/><path d=\"M7 15a6.47 6.47 0 0 1 5 0a6.47 6.47 0 0 0 5 0m-5-7l1-6h2\"/></g>`,\n\"CupSoda\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Currency = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"8\"/><path d=\"m3 3l3 3m15-3l-3 3M3 21l3-3m15 3l-3-3\"/></g>`,\n\"Currency\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Cylinder = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><ellipse cx=\"12\" cy=\"5\" rx=\"9\" ry=\"3\"/><path d=\"M3 5v14a9 3 0 0 0 18 0V5\"/></g>`,\n\"Cylinder\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Dam = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 11.31c1.17.56 1.54 1.69 3.5 1.69c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1m-10.25 6c.35.5 1.45 1 2.75 1c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1M2 10h4m-4 4h4m-4 4h4M2 6h4\"/><path d=\"M7 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1L10 4a1 1 0 0 0-1-1z\"/></g>`,\n\"Dam\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Database = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><ellipse cx=\"12\" cy=\"5\" rx=\"9\" ry=\"3\"/><path d=\"M3 5v14a9 3 0 0 0 18 0V5\"/><path d=\"M3 12a9 3 0 0 0 18 0\"/></g>`,\n\"Database\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const DatabaseBackup = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><ellipse cx=\"12\" cy=\"5\" rx=\"9\" ry=\"3\"/><path d=\"M3 12a9 3 0 0 0 5 2.69M21 9.3V5\"/><path d=\"M3 5v14a9 3 0 0 0 6.47 2.88M12 12v4h4\"/><path d=\"M13 20a5 5 0 0 0 9-3a4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L12 16\"/></g>`,\n\"DatabaseBackup\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const DatabaseSearch = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 11.693V5m1 17l-1.875-1.875M3 12a9 3 0 0 0 8.697 2.998\"/><path d=\"M3 5v14a9 3 0 0 0 9.28 2.999\"/><circle cx=\"18\" cy=\"18\" r=\"3\"/><ellipse cx=\"12\" cy=\"5\" rx=\"9\" ry=\"3\"/></g>`,\n\"DatabaseSearch\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const DatabaseZap = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><ellipse cx=\"12\" cy=\"5\" rx=\"9\" ry=\"3\"/><path d=\"M3 5v14a9 3 0 0 0 12 2.84M21 5v3m0 4l-3 5h4l-3 5\"/><path d=\"M3 12a9 3 0 0 0 11.59 2.87\"/></g>`,\n\"DatabaseZap\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const DecimalsArrowLeft = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m13 21l-3-3l3-3m7 3H10m-7-7h.01\"/><rect width=\"5\" height=\"8\" x=\"6\" y=\"3\" rx=\"2.5\"/></g>`,\n\"DecimalsArrowLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const DecimalsArrowRight = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 18h10m-3 3l3-3l-3-3M3 11h.01\"/><rect width=\"5\" height=\"8\" x=\"15\" y=\"3\" rx=\"2.5\"/><rect width=\"5\" height=\"8\" x=\"6\" y=\"3\" rx=\"2.5\"/></g>`,\n\"DecimalsArrowRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Delete = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 5a2 2 0 0 0-1.344.519l-6.328 5.74a1 1 0 0 0 0 1.481l6.328 5.741A2 2 0 0 0 10 19h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm2 4l6 6m0-6l-6 6\"/>`,\n\"Delete\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Dessert = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.162 3.167A10 10 0 0 0 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4-.006a10 10 0 0 0-8.161-9.826\"/><path d=\"M20.804 14.869a9 9 0 0 1-17.608 0\"/><circle cx=\"12\" cy=\"4\" r=\"2\"/></g>`,\n\"Dessert\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Diameter = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"19\" cy=\"19\" r=\"2\"/><circle cx=\"5\" cy=\"5\" r=\"2\"/><path d=\"M6.48 3.66a10 10 0 0 1 13.86 13.86M6.41 6.41l11.18 11.18M3.66 6.48a10 10 0 0 0 13.86 13.86\"/></g>`,\n\"Diameter\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Diamond = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0Z\"/>`,\n\"Diamond\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const DiamondMinus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0zM8 12h8\"/>`,\n\"DiamondMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const DiamondPercent = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0Zm6.5-1.1h.01m5.29.3l-5 5m5.2.3h.01\"/>`,\n\"DiamondPercent\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const DiamondPlus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8v8m-9.3-5.7a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0zM8 12h8\"/>`,\n\"DiamondPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Dice1 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M12 12h.01\"/></g>`,\n\"Dice1\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Dice2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M15 9h.01M9 15h.01\"/></g>`,\n\"Dice2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Dice3 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M16 8h.01M12 12h.01M8 16h.01\"/></g>`,\n\"Dice3\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Dice4 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M16 8h.01M8 8h.01M8 16h.01M16 16h.01\"/></g>`,\n\"Dice4\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Dice5 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M16 8h.01M8 8h.01M8 16h.01M16 16h.01M12 12h.01\"/></g>`,\n\"Dice5\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Dice6 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M16 8h.01M16 12h.01M16 16h.01M8 8h.01M8 12h.01M8 16h.01\"/></g>`,\n\"Dice6\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Dices = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"12\" height=\"12\" x=\"2\" y=\"10\" rx=\"2\" ry=\"2\"/><path d=\"m17.92 14l3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6M6 18h.01M10 14h.01M15 6h.01M18 9h.01\"/></g>`,\n\"Dices\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Diff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 3v14m-7-7h14M5 21h14\"/>`,\n\"Diff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Disc = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/></g>`,\n\"Disc\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Disc2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><circle cx=\"12\" cy=\"12\" r=\"4\"/><path d=\"M12 12h.01\"/></g>`,\n\"Disc2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Disc3 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M6 12c0-1.7.7-3.2 1.8-4.2\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/><path d=\"M18 12c0 1.7-.7 3.2-1.8 4.2\"/></g>`,\n\"Disc3\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const DiscAlbum = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><circle cx=\"12\" cy=\"12\" r=\"5\"/><path d=\"M12 12h.01\"/></g>`,\n\"DiscAlbum\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Divide = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"6\" r=\"1\"/><path d=\"M5 12h14\"/><circle cx=\"12\" cy=\"18\" r=\"1\"/></g>`,\n\"Divide\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Dna = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10 16l1.5 1.5M14 8l-1.5-1.5M15 2c-1.798 1.998-2.518 3.995-2.807 5.993M16.5 10.5l1 1M17 6l-2.891-2.891M2 15c6.667-6 13.333 0 20-6m-2 0l.891.891M3.109 14.109L4 15m2.5-2.5l1 1M7 18l2.891 2.891M9 22c1.798-1.998 2.518-3.995 2.807-5.993\"/>`,\n\"Dna\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const DnaOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 2c-1.35 1.5-2.092 3-2.5 4.5L14 8m3-2l-2.891-2.891M2 15c3.333-3 6.667-3 10-3M2 2l20 20M20 9l.891.891M22 9c-1.5 1.35-3 2.092-4.5 2.5l-1-1M3.109 14.109L4 15m2.5-2.5l1 1M7 18l2.891 2.891M9 22c1.35-1.5 2.092-3 2.5-4.5L10 16\"/>`,\n\"DnaOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Dock = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 8h20\"/><rect width=\"20\" height=\"16\" x=\"2\" y=\"4\" rx=\"2\"/><path d=\"M6 16h12\"/></g>`,\n\"Dock\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Dog = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11.25 16.25h1.5L12 17zM16 14v.5\"/><path d=\"M4.42 11.247A13.2 13.2 0 0 0 4 14.556C4 18.728 7.582 21 12 21s8-2.272 8-6.444a11.7 11.7 0 0 0-.493-3.309M8 14v.5\"/><path d=\"M8.5 8.5c-.384 1.05-1.083 2.028-2.344 2.5c-1.931.722-3.576-.297-3.656-1c-.113-.994 1.177-6.53 4-7c1.923-.321 3.651.845 3.651 2.235A7.5 7.5 0 0 1 14 5.277c0-1.39 1.844-2.598 3.767-2.277c2.823.47 4.113 6.006 4 7c-.08.703-1.725 1.722-3.656 1c-1.261-.472-1.855-1.45-2.239-2.5\"/></g>`,\n\"Dog\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const DollarSign = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v20m5-17H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"/>`,\n\"DollarSign\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Donut = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20.5 10a2.5 2.5 0 0 1-2.4-3H18a2.95 2.95 0 0 1-2.6-4.4a10 10 0 1 0 6.3 7.1c-.3.2-.8.3-1.2.3\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/></g>`,\n\"Donut\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const DoorClosed = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 12h.01M18 20V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14m-4 0h20\"/>`,\n\"DoorClosed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const DoorClosedLocked = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 12h.01M18 9V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14m-4 0h8m10-3v-2a2 2 0 1 0-4 0v2\"/><rect width=\"8\" height=\"5\" x=\"14\" y=\"17\" rx=\"1\"/></g>`,\n\"DoorClosedLocked\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const DoorOpen = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 20H2m9-15.438v16.157a1 1 0 0 0 1.242.97L19 20V5.562a2 2 0 0 0-1.515-1.94l-4-1A2 2 0 0 0 11 4.561zM11 4H8a2 2 0 0 0-2 2v14m8-8h.01M22 20h-3\"/>`,\n\"DoorOpen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Dot = createIcon(\n`<circle cx=\"12.1\" cy=\"12.1\" r=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"/>`,\n\"Dot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Download = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 15V3m9 12v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"/><path d=\"m7 10l5 5l5-5\"/></g>`,\n\"Download\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const DraftingCompass = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12.99 6.74l1.93 3.44M19.136 12a10 10 0 0 1-14.271 0M21 21l-2.16-3.84M3 21l8.02-14.26\"/><circle cx=\"12\" cy=\"5\" r=\"2\"/></g>`,\n\"DraftingCompass\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Drama = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 11h.01M14 6h.01M18 6h.01M6.5 13.1h.01M22 5c0 9-4 12-6 12s-6-3-6-12q0-3 6-3c6 0 6 1 6 3\"/><path d=\"M17.4 9.9c-.8.8-2 .8-2.8 0m-4.5-2.8C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6c4.5 7.8 9.5 8.4 11.2 7.4c.9-.5 1.9-2.1 1.9-4.7\"/><path d=\"M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4\"/></g>`,\n\"Drama\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Dribbble = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94m19.5 1.9c-6.62-1.41-12.14 1-16.38 6.32\"/><path d=\"M8.56 2.75c4.37 6 6 9.42 8 17.72\"/></g>`,\n\"Dribbble\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Drill = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 18a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3a1 1 0 0 1 1-1zm3-8H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1l-.81 3.242a1 1 0 0 1-.97.758H8m6-10h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3m4-2h4M5 10l-2 8m4 0l2-8\"/>`,\n\"Drill\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Drone = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 10L7 7m3 7l-3 3m7-7l3-3m-3 7l3 3M14.205 4.139a4 4 0 1 1 5.439 5.863M19.637 14a4 4 0 1 1-5.432 5.868M4.367 10a4 4 0 1 1 5.438-5.862m-.01 15.724a4 4 0 1 1-5.429-5.873\"/><rect width=\"4\" height=\"8\" x=\"10\" y=\"8\" rx=\"1\"/></g>`,\n\"Drone\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Droplet = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5S5 13 5 15a7 7 0 0 0 7 7\"/>`,\n\"Droplet\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const DropletOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18.715 13.186C18.29 11.858 17.384 10.607 16 9.5c-2-1.6-3.5-4-4-6.5a10.7 10.7 0 0 1-.884 2.586M2 2l20 20M8.795 8.797A11 11 0 0 1 8 9.5C6 11.1 5 13 5 15a7 7 0 0 0 13.222 3.208\"/>`,\n\"DropletOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Droplets = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7 16.3c2.2 0 4-1.83 4-4.05c0-1.16-.57-2.26-1.71-3.19S7.29 6.75 7 5.3c-.29 1.45-1.14 2.84-2.29 3.76S3 11.1 3 12.25c0 2.22 1.8 4.05 4 4.05\"/><path d=\"M12.56 6.6A11 11 0 0 0 14 3.02c.5 2.5 2 4.9 4 6.5s3 3.5 3 5.5a6.98 6.98 0 0 1-11.91 4.97\"/></g>`,\n\"Droplets\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Drum = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m2 2l8 8m12-8l-8 8\"/><ellipse cx=\"12\" cy=\"9\" rx=\"10\" ry=\"5\"/><path d=\"M7 13.4v7.9m5-7.3v8m5-8.6v7.9M2 9v8a10 5 0 0 0 20 0V9\"/></g>`,\n\"Drum\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Drumstick = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15.4 15.63a7.875 6 135 1 1 6.23-6.23a4.5 3.43 135 0 0-6.23 6.23\"/><path d=\"m8.29 12.71l-2.6 2.6a2.5 2.5 0 1 0-1.65 4.65A2.5 2.5 0 1 0 8.7 18.3l2.59-2.59\"/></g>`,\n\"Drumstick\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Dumbbell = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.596 12.768a2 2 0 1 0 2.829-2.829l-1.768-1.767a2 2 0 0 0 2.828-2.829l-2.828-2.828a2 2 0 0 0-2.829 2.828l-1.767-1.768a2 2 0 1 0-2.829 2.829zM2.5 21.5l1.4-1.4M20.1 3.9l1.4-1.4M5.343 21.485a2 2 0 1 0 2.829-2.828l1.767 1.768a2 2 0 1 0 2.829-2.829l-6.364-6.364a2 2 0 1 0-2.829 2.829l1.768 1.767a2 2 0 0 0-2.828 2.829zM9.6 14.4l4.8-4.8\"/>`,\n\"Dumbbell\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Ear = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0\"/><path d=\"M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4\"/></g>`,\n\"Ear\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const EarOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46M6 8.5c0-.75.13-1.47.36-2.14M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76\"/><path d=\"M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18M2 2l20 20\"/></g>`,\n\"EarOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Earth = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21.54 15H17a2 2 0 0 0-2 2v4.54M7 3.34V5a3 3 0 0 0 3 3a2 2 0 0 1 2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2c0-1.1.9-2 2-2h3.17M11 21.95V18a2 2 0 0 0-2-2a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05\"/><circle cx=\"12\" cy=\"12\" r=\"10\"/></g>`,\n\"Earth\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const EarthLock = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7 3.34V5a3 3 0 0 0 3 3m1 13.95V18a2 2 0 0 0-2-2a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05m19.49 4H17a2 2 0 0 0-2 2v4.54\"/><path d=\"M12 2a10 10 0 1 0 9.54 13M20 6V4a2 2 0 1 0-4 0v2\"/><rect width=\"8\" height=\"5\" x=\"14\" y=\"6\" rx=\"1\"/></g>`,\n\"EarthLock\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Eclipse = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 2a7 7 0 1 0 10 10\"/></g>`,\n\"Eclipse\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Egg = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12\"/>`,\n\"Egg\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const EggFried = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"11.5\" cy=\"12.5\" r=\"3.5\"/><path d=\"M3 8c0-3.5 2.5-6 6.5-6c5 0 4.83 3 7.5 5s5 2 5 6c0 4.5-2.5 6.5-7 6.5c-2.5 0-2.5 2.5-6 2.5s-7-2-7-5.5c0-3 1.5-3 1.5-5C3.5 10 3 9 3 8\"/></g>`,\n\"EggFried\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const EggOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m2 2l20 20m-2-7.653V14c0-6-4-12-8-12c-1.078 0-2.157.436-3.157 1.19M6.206 6.21C4.871 8.4 4 11.2 4 14a8 8 0 0 0 14.568 4.568\"/>`,\n\"EggOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Ellipsis = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"1\"/><circle cx=\"19\" cy=\"12\" r=\"1\"/><circle cx=\"5\" cy=\"12\" r=\"1\"/></g>`,\n\"Ellipsis\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const EllipsisVertical = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"1\"/><circle cx=\"12\" cy=\"5\" r=\"1\"/><circle cx=\"12\" cy=\"19\" r=\"1\"/></g>`,\n\"EllipsisVertical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Equal = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 9h14M5 15h14\"/>`,\n\"Equal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const EqualApproximately = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 15a6.5 6.5 0 0 1 7 0a6.5 6.5 0 0 0 7 0M5 9a6.5 6.5 0 0 1 7 0a6.5 6.5 0 0 0 7 0\"/>`,\n\"EqualApproximately\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const EqualNot = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 9h14M5 15h14m0-10L5 19\"/>`,\n\"EqualNot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Eraser = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 21H8a2 2 0 0 1-1.42-.587l-3.994-3.999a2 2 0 0 1 0-2.828l10-10a2 2 0 0 1 2.829 0l5.999 6a2 2 0 0 1 0 2.828L12.834 21m-7.752-9.91l8.828 8.828\"/>`,\n\"Eraser\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const EthernetPort = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 20l3-3h2a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h2l3 3zM6 8v1m4-1v1m4-1v1m4-1v1\"/>`,\n\"EthernetPort\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Euro = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 10h12M4 14h9m6-8a7.7 7.7 0 0 0-5.2-2A7.9 7.9 0 0 0 6 12c0 4.4 3.5 8 7.8 8c2 0 3.8-.8 5.2-2\"/>`,\n\"Euro\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const EvCharger = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 4 0v-6.998a2 2 0 0 0-.59-1.42L18 5m-4 16V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16m-1 0h13M3 7h11\"/><path d=\"m9 11l-2 3h3l-2 3\"/></g>`,\n\"EvCharger\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Expand = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 15l6 6M15 9l6-6m0 13v5h-5m5-13V3h-5M3 16v5h5m-5 0l6-6M3 8V3h5m1 6L3 3\"/>`,\n\"Expand\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ExternalLink = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"/>`,\n\"ExternalLink\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Eye = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2.062 12.348a1 1 0 0 1 0-.696a10.75 10.75 0 0 1 19.876 0a1 1 0 0 1 0 .696a10.75 10.75 0 0 1-19.876 0\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/></g>`,\n\"Eye\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const EyeClosed = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 18l-.722-3.25M2 8a10.645 10.645 0 0 0 20 0m-2 7l-1.726-2.05M4 15l1.726-2.05M9 18l.722-3.25\"/>`,\n\"EyeClosed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const EyeOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575a1 1 0 0 1 0 .696a10.8 10.8 0 0 1-1.444 2.49m-6.41-.679a3 3 0 0 1-4.242-4.242\"/><path d=\"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151a1 1 0 0 1 0-.696a10.75 10.75 0 0 1 4.446-5.143M2 2l20 20\"/></g>`,\n\"EyeOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Facebook = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"/>`,\n\"Facebook\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Factory = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 16h.01M16 16h.01M3 19a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.5a.5.5 0 0 0-.769-.422l-4.462 2.844A.5.5 0 0 1 15 10.5v-2a.5.5 0 0 0-.769-.422L9.77 10.922A.5.5 0 0 1 9 10.5V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2zm5-3h.01\"/>`,\n\"Factory\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Fan = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.827 16.379a6.082 6.082 0 0 1-8.618-7.002l5.412 1.45a6.082 6.082 0 0 1 7.002-8.618l-1.45 5.412a6.082 6.082 0 0 1 8.618 7.002l-5.412-1.45a6.082 6.082 0 0 1-7.002 8.618zM12 12v.01\"/>`,\n\"Fan\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FastForward = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 12 18z\"/><path d=\"M2 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 2 18z\"/></g>`,\n\"FastForward\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Feather = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12.67 19a2 2 0 0 0 1.416-.588l6.154-6.172a6 6 0 0 0-8.49-8.49L5.586 9.914A2 2 0 0 0 5 11.328V18a1 1 0 0 0 1 1zM16 8L2 22m15.5-7H9\"/>`,\n\"Feather\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Fence = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 3L2 5v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Zm2 5h4M6 18h4m2-15l-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Zm2 5h4m-4 10h4m2-15l-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z\"/>`,\n\"Fence\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FerrisWheel = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"2\"/><path d=\"M12 2v4m-5.2 9l-3.5 2M20.7 7l-3.5 2M6.8 9L3.3 7m17.4 10l-3.5-2M9 22l3-8l3 8m-7 0h8\"/><path d=\"M18 18.7a9 9 0 1 0-12 0\"/></g>`,\n\"FerrisWheel\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Figma = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5M12 2h3.5a3.5 3.5 0 1 1 0 7H12z\"/><path d=\"M12 12.5a3.5 3.5 0 1 1 7 0a3.5 3.5 0 1 1-7 0m-7 7A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0m0-7A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5\"/></g>`,\n\"Figma\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const File = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5\"/></g>`,\n\"File\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileArchive = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13.659 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v11.5\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M8 12v-1m0 7v-2m0-9V6\"/><circle cx=\"8\" cy=\"20\" r=\"2\"/></g>`,\n\"FileArchive\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileAxis3d = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M8 18l4-4m-4-4v8h8\"/></g>`,\n\"FileAxis3d\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileBadge = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 22h5a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.3\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M7.69 16.479l1.29 4.88a.5.5 0 0 1-.698.591l-1.843-.849a1 1 0 0 0-.879.001l-1.846.85a.5.5 0 0 1-.692-.593l1.29-4.88\"/><circle cx=\"6\" cy=\"14\" r=\"3\"/></g>`,\n\"FileBadge\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileBox = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14.5 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.8\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-8.3 6.2L7 17l-4.7-2.8\"/><path d=\"M3 13.1a2 2 0 0 0-.999 1.76v3.24a2 2 0 0 0 .969 1.78L6 21.7a2 2 0 0 0 2.03.01L11 19.9a2 2 0 0 0 1-1.76V14.9a2 2 0 0 0-.97-1.78L8 11.3a2 2 0 0 0-2.03-.01zM7 17v5\"/></g>`,\n\"FileBox\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileBraces = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-10 4a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1a1 1 0 0 1 1 1v1a1 1 0 0 0 1 1m4 0a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1a1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1\"/></g>`,\n\"FileBraces\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileBracesCorner = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 22h4a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v6\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M5 14a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1a1 1 0 0 1 1 1v2a1 1 0 0 0 1 1m4 0a1 1 0 0 0 1-1v-2a1 1 0 0 1 1-1a1 1 0 0 1-1-1v-2a1 1 0 0 0-1-1\"/></g>`,\n\"FileBracesCorner\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileChartColumn = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M8 18v-1m4 1v-6m4 6v-3\"/></g>`,\n\"FileChartColumn\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileChartColumnIncreasing = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M8 18v-2m4 2v-4m4 4v-6\"/></g>`,\n\"FileChartColumnIncreasing\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileChartLine = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-4 5l-3.5 3.5l-2-2L8 17\"/></g>`,\n\"FileChartLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileChartPie = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15.941 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.704l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.512\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M4.017 11.512a6 6 0 1 0 8.466 8.475\"/><path d=\"M9 16a1 1 0 0 1-1-1v-4c0-.552.45-1.008.995-.917a6 6 0 0 1 4.922 4.922c.091.544-.365.995-.917.995z\"/></g>`,\n\"FileChartPie\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M9 15l2 2l4-4\"/></g>`,\n\"FileCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileCheckCorner = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.5 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v6\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-6 12l2 2l4-4\"/></g>`,\n\"FileCheckCorner\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileClock = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 22h2a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v2.85\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M8 14v2.2l1.6 1\"/><circle cx=\"8\" cy=\"16\" r=\"6\"/></g>`,\n\"FileClock\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileCode = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-10 4.5L8 15l2 2.5m4-5l2 2.5l-2 2.5\"/></g>`,\n\"FileCode\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileCodeCorner = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 12.15V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-3.35\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M5 16l-3 3l3 3m4 0l3-3l-3-3\"/></g>`,\n\"FileCodeCorner\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileCog = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 8a1 1 0 0 1-1-1V2a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8zm5 0v12a2 2 0 0 1-2 2h-4.182M3.305 19.53l.923-.382M4 10.592V4a2 2 0 0 1 2-2h8M4.228 16.852l-.924-.383m2.548-1.241l-.383-.923m.383 6.467l-.383.924m2.679-6.468l.383-.923m-.001 7.391l-.382-.924m1.625-3.92l.922-.383m-.922 2.679l.922.383\"/><circle cx=\"7\" cy=\"18\" r=\"3\"/></g>`,\n\"FileCog\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileDiff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2zm3-12h6m-3 3V7M9 17h6\"/>`,\n\"FileDiff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileDigit = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 12V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-10 8h2v6m-2 0h4\"/><rect width=\"4\" height=\"6\" x=\"2\" y=\"16\" rx=\"2\"/></g>`,\n\"FileDigit\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileDown = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-8 10v-6m-3 3l3 3l3-3\"/></g>`,\n\"FileDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileExclamationPoint = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2zm6-13v4m0 4h.01\"/>`,\n\"FileExclamationPoint\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileHeadphone = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 6.835V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-.343\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M2 19a2 2 0 0 1 4 0v1a2 2 0 0 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 0 1-4 0v-1a2 2 0 0 1 4 0\"/></g>`,\n\"FileHeadphone\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileHeart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 22h5a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v7\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M3.62 18.8A2.25 2.25 0 1 1 7 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a1 1 0 0 1-1.507 0z\"/></g>`,\n\"FileHeart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileImage = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5\"/><circle cx=\"10\" cy=\"12\" r=\"2\"/><path d=\"m20 17l-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22\"/></g>`,\n\"FileImage\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileInput = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 11V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-1\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M2 15h10m-3 3l3-3l-3-3\"/></g>`,\n\"FileInput\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileKey = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 2v5a1 1 0 0 0 1 1h5M4 12v6m0-4h2\"/><path d=\"M9.65 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v4\"/><circle cx=\"4\" cy=\"20\" r=\"2\"/></g>`,\n\"FileKey\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileLock = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 9.8V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-3\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M9 17v-2a2 2 0 0 0-4 0v2\"/><rect width=\"8\" height=\"5\" x=\"3\" y=\"17\" rx=\"1\"/></g>`,\n\"FileLock\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileMinus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M9 15h6\"/></g>`,\n\"FileMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileMinusCorner = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 14V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-6 10h6\"/></g>`,\n\"FileMinusCorner\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileMusic = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11.65 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v10.35\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M8 20v-7l3 1.474\"/><circle cx=\"6\" cy=\"20\" r=\"2\"/></g>`,\n\"FileMusic\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileOutput = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4.226 20.925A2 2 0 0 0 6 22h12a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.127\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M5 11l-3 3m3 3l-3-3h10\"/></g>`,\n\"FileOutput\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FilePen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.659 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v9.34\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-9.622 4.622a1 1 0 0 1 3 3.003L8.36 20.637a2 2 0 0 1-.854.506l-2.867.837a.5.5 0 0 1-.62-.62l.836-2.869a2 2 0 0 1 .506-.853z\"/></g>`,\n\"FilePen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FilePenLine = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14.364 13.634a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506l4.013-4.009a1 1 0 0 0-3.004-3.004zm.123-5.776A1 1 0 0 1 14 7V2\"/><path d=\"M20 19.645V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l2.516 2.516M8 18h1\"/></g>`,\n\"FilePenLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FilePlay = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-4.967 5.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56v-4.704a.645.645 0 0 1 .967-.56z\"/></g>`,\n\"FilePlay\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FilePlus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M9 15h6m-3 3v-6\"/></g>`,\n\"FilePlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FilePlusCorner = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11.35 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5.35\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-6 11h6m-3-3v6\"/></g>`,\n\"FilePlusCorner\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileQuestionMark = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2zm6-5h.01\"/><path d=\"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3\"/></g>`,\n\"FileQuestionMark\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileScan = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 10V8a2.4 2.4 0 0 0-.706-1.704l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4.35\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-4 6a2 2 0 0 0-2 2m2 6a2 2 0 0 1-2-2m6-6a2 2 0 0 1 2 2m-2 6a2 2 0 0 0 2-2\"/></g>`,\n\"FileScan\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileSearch = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5\"/><circle cx=\"11.5\" cy=\"14.5\" r=\"2.5\"/><path d=\"M13.3 16.3L15 18\"/></g>`,\n\"FileSearch\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileSearchCorner = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11.1 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.589 3.588A2.4 2.4 0 0 1 20 8v3.25\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m1 14l-2.88-2.88\"/><circle cx=\"16\" cy=\"17\" r=\"3\"/></g>`,\n\"FileSearchCorner\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileSignal = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M8 15h.01m3.49-1.5a2.5 2.5 0 0 1 0 3M15 12a5 5 0 0 1 0 6\"/></g>`,\n\"FileSignal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileSliders = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M8 12h8m-6-1v2m-2 4h8m-2-1v2\"/></g>`,\n\"FileSliders\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileSpreadsheet = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M8 13h2m4 0h2m-8 4h2m4 0h2\"/></g>`,\n\"FileSpreadsheet\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileStack = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1m12 4a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1m12-1a2 2 0 0 0-.586-1.414l-2-2A2 2 0 0 0 17 2h-3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1z\"/>`,\n\"FileStack\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileSymlink = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 11V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M10 18l3-3l-3-3\"/></g>`,\n\"FileSymlink\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileTerminal = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M8 16l2-2l-2-2m4 6h4\"/></g>`,\n\"FileTerminal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileText = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M10 9H8m8 4H8m8 4H8\"/></g>`,\n\"FileText\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileType = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-9 10h2m-1-6v6m-3-5v-.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v.5\"/></g>`,\n\"FileType\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileTypeCorner = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 22h6a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v6\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M3 16v-1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5V16m-5 6h2m-1-8v8\"/></g>`,\n\"FileTypeCorner\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileUp = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-8 4v6m3-3l-3-3l-3 3\"/></g>`,\n\"FileUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileUser = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-4 14a4 4 0 0 0-8 0\"/><circle cx=\"12\" cy=\"15\" r=\"3\"/></g>`,\n\"FileUser\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileVideoCamera = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 12V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-10 9.843l3.033-1.755a.64.64 0 0 1 .967.56v4.704a.65.65 0 0 1-.967.56L10 20.157\"/><rect width=\"7\" height=\"6\" x=\"3\" y=\"16\" rx=\"1\"/></g>`,\n\"FileVideoCamera\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileVolume = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 11.55V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-1.95\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-8 7a5 5 0 0 1 0 6m-4-6.498a.5.5 0 0 0-.826-.381l-1.893 1.631a1 1 0 0 1-.651.243H3.5a.5.5 0 0 0-.5.501v3.006a.5.5 0 0 0 .5.501h1.129a1 1 0 0 1 .652.243l1.893 1.633a.5.5 0 0 0 .826-.38z\"/></g>`,\n\"FileVolume\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileX = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-5.5 4.5l-5 5m0-5l5 5\"/></g>`,\n\"FileX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FileXCorner = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-5 9l5 5m0-5l-5 5\"/></g>`,\n\"FileXCorner\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Files = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 2h-4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8\"/><path d=\"M16.706 2.706A2.4 2.4 0 0 0 15 2v5a1 1 0 0 0 1 1h5a2.4 2.4 0 0 0-.706-1.706zM5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1\"/></g>`,\n\"Files\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Film = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M7 3v18M3 7.5h4M3 12h18M3 16.5h4M17 3v18m0-13.5h4m-4 9h4\"/></g>`,\n\"Film\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FingerprintPattern = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4M14 13.12c0 2.38 0 6.38-1 8.88m4.29-.98c.12-.6.43-2.3.5-3.02M2 12a10 10 0 0 1 18-6M2 16h.01m19.79 0c.2-2 .131-5.354 0-6\"/><path d=\"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2m2.31 12c.21-.66.45-1.32.57-2M9 6.8a6 6 0 0 1 9 5.2v2\"/></g>`,\n\"FingerprintPattern\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FireExtinguisher = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 6.5V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3.5M9 18h8m1-15h-3\"/><path d=\"M11 3a6 6 0 0 0-6 6v11m0-7h4m8-3a4 4 0 0 0-8 0v10a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2Z\"/></g>`,\n\"FireExtinguisher\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Fish = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6.5 12c.94-3.46 4.94-6 8.5-6s6.06 2.54 7 6c-.94 3.47-3.44 6-7 6s-7.56-2.53-8.5-6M18 12v.5\"/><path d=\"M16 17.93a9.77 9.77 0 0 1 0-11.86m-9 4.6C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5c-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33\"/><path d=\"M10.46 7.26C10.2 5.88 9.17 4.24 8 3h5.8a2 2 0 0 1 1.98 1.67l.23 1.4m0 11.86l-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98\"/></g>`,\n\"Fish\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FishOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 12.47v.03m0-.5v.47m-.475 5.056A6.7 6.7 0 0 1 15 18c-3.56 0-7.56-2.53-8.5-6c.348-1.28 1.114-2.433 2.121-3.38m3.444-2.088A8.8 8.8 0 0 1 15 6c3.56 0 6.06 2.54 7 6c-.309 1.14-.786 2.177-1.413 3.058\"/><path d=\"M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5c-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33m7.48-4.372A9.8 9.8 0 0 1 16 6.07m0 11.86a9.8 9.8 0 0 1-1.728-3.618\"/><path d=\"m16.01 17.93l-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98M8.53 3h5.27a2 2 0 0 1 1.98 1.67l.23 1.4M2 2l20 20\"/></g>`,\n\"FishOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FishSymbol = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 16s9-15 20-4C11 23 2 8 2 8\"/>`,\n\"FishSymbol\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FishingHook = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m17.586 11.414l-5.93 5.93a1 1 0 0 1-8-8l3.137-3.137a.707.707 0 0 1 1.207.5V10m12.414-1.414L22 7\"/><circle cx=\"19\" cy=\"10\" r=\"2\"/></g>`,\n\"FishingHook\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Flag = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528\"/>`,\n\"Flag\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FlagOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528M2 2l20 20M4 22V4m3.656-2H8c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10.347\"/>`,\n\"FlagOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FlagTriangleLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 22V2.8a.8.8 0 0 0-1.17-.71L5.45 7.78a.8.8 0 0 0 0 1.44L18 15.5\"/>`,\n\"FlagTriangleLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FlagTriangleRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 22V2.8a.8.8 0 0 1 1.17-.71l11.38 5.69a.8.8 0 0 1 0 1.44L6 15.5\"/>`,\n\"FlagTriangleRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Flame = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0a5 5 0 0 1 1-3a1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4\"/>`,\n\"Flame\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FlameKindling = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 17 10a5 5 0 1 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C8 4.5 11 2 12 2M5 22l14-4M5 18l14 4\"/>`,\n\"FlameKindling\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Flashlight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 13v1m5-12a1 1 0 0 1 1 1v4a3 3 0 0 1-.6 1.8l-.6.8A4 4 0 0 0 16 12v8a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-8a4 4 0 0 0-.8-2.4l-.6-.8A3 3 0 0 1 6 7V3a1 1 0 0 1 1-1zM6 6h12\"/>`,\n\"Flashlight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FlashlightOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11.652 6H18m-6 7v1m4 2v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-8a4 4 0 0 0-.8-2.4l-.6-.8A3 3 0 0 1 6 7V6M2 2l20 20M7.649 2H17a1 1 0 0 1 1 1v4a3 3 0 0 1-.6 1.8l-.6.8a4 4 0 0 0-.55 1.007\"/>`,\n\"FlashlightOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FlaskConical = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2M6.453 15h11.094M8.5 2h7\"/>`,\n\"FlaskConical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FlaskConicalOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 2v2.343M14 2v6.343M2 2l20 20m-2-2a2 2 0 0 1-2 2H6a2 2 0 0 1-1.755-2.96l5.227-9.563M6.453 15H15M8.5 2h7\"/>`,\n\"FlaskConicalOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FlaskRound = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 2v6.292a7 7 0 1 0 4 0V2M5 15h14M8.5 2h7\"/>`,\n\"FlaskRound\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FlipHorizontal2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 7l5 5l-5 5zm18 0l-5 5l5 5zm-9 13v2m0-8v2m0-8v2m0-8v2\"/>`,\n\"FlipHorizontal2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FlipVertical2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m17 3l-5 5l-5-5zm0 18l-5-5l-5 5zM4 12H2m8 0H8m8 0h-2m8 0h-2\"/>`,\n\"FlipVertical2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Flower = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"3\"/><path d=\"M12 16.5A4.5 4.5 0 1 1 7.5 12A4.5 4.5 0 1 1 12 7.5a4.5 4.5 0 1 1 4.5 4.5a4.5 4.5 0 1 1-4.5 4.5m0-9V9m-4.5 3H9m7.5 0H15m-3 4.5V15M8 8l1.88 1.88m4.24 0L16 8m-8 8l1.88-1.88m4.24 0L16 16\"/></g>`,\n\"Flower\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Flower2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1\"/><circle cx=\"12\" cy=\"8\" r=\"2\"/><path d=\"M12 10v12m0 0c4.2 0 7-1.667 7-5c-4.2 0-7 1.667-7 5m0 0c-4.2 0-7-1.667-7-5c4.2 0 7 1.667 7 5\"/></g>`,\n\"Flower2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Focus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"3\"/><path d=\"M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2M7 21H5a2 2 0 0 1-2-2v-2\"/></g>`,\n\"Focus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FoldHorizontal = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 12h6m14 0h-6M12 2v2m0 4v2m0 4v2m0 4v2m7-13l-3 3l3 3M5 15l3-3l-3-3\"/>`,\n\"FoldHorizontal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FoldVertical = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 22v-6m0-8V2M4 12H2m8 0H8m8 0h-2m8 0h-2m-5 7l-3-3l-3 3m6-14l-3 3l-3-3\"/>`,\n\"FoldVertical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Folder = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z\"/>`,\n\"Folder\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderArchive = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"15\" cy=\"19\" r=\"2\"/><path d=\"M20.9 19.8A2 2 0 0 0 22 18V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h5.1m5.9-9v-1m0 7v-2\"/></g>`,\n\"FolderArchive\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z\"/><path d=\"m9 13l2 2l4-4\"/></g>`,\n\"FolderCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderClock = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 14v2.2l1.6 1M7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2\"/><circle cx=\"16\" cy=\"16\" r=\"6\"/></g>`,\n\"FolderClock\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderClosed = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2ZM2 10h20\"/>`,\n\"FolderClosed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderCode = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 10.5L8 13l2 2.5m4-5l2 2.5l-2 2.5\"/><path d=\"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2z\"/></g>`,\n\"FolderCode\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderCog = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.98a2 2 0 0 1 1.69.9l.66 1.2A2 2 0 0 0 12 6h8a2 2 0 0 1 2 2v3.3m-7.695 8.23l.923-.382m0-2.296l-.923-.383m2.547-1.241l-.383-.923m.383 6.467l-.383.924m2.679-6.468l.383-.923m-.001 7.391l-.382-.924m1.624-3.92l.924-.383m-.924 2.679l.924.383\"/><circle cx=\"18\" cy=\"18\" r=\"3\"/></g>`,\n\"FolderCog\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderDot = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2\"/><circle cx=\"12\" cy=\"13\" r=\"1\"/></g>`,\n\"FolderDot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderDown = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Zm-8-10v6\"/><path d=\"m15 13l-3 3l-3-3\"/></g>`,\n\"FolderDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderGit = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"13\" r=\"2\"/><path d=\"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Zm-6-7h3M7 13h3\"/></g>`,\n\"FolderGit\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderGit2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 19a5 5 0 0 1-5-5v8\"/><path d=\"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5\"/><circle cx=\"13\" cy=\"12\" r=\"2\"/><circle cx=\"20\" cy=\"19\" r=\"2\"/></g>`,\n\"FolderGit2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderHeart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.638 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v3.417\"/><path d=\"M14.62 18.8A2.25 2.25 0 1 1 18 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z\"/></g>`,\n\"FolderHeart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderInput = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1m0-4h10\"/><path d=\"m9 16l3-3l-3-3\"/></g>`,\n\"FolderInput\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderKanban = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2m4-10v4m4-4v2m4-2v6\"/>`,\n\"FolderKanban\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderKey = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v1.36M19 12v6m0-4h2\"/><circle cx=\"19\" cy=\"20\" r=\"2\"/></g>`,\n\"FolderKey\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderLock = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"5\" x=\"14\" y=\"17\" rx=\"1\"/><path d=\"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2.5\"/><path d=\"M20 17v-2a2 2 0 1 0-4 0v2\"/></g>`,\n\"FolderLock\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderMinus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 13h6m5 7a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z\"/>`,\n\"FolderMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderOpen = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 14l1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2\"/>`,\n\"FolderOpen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderOpenDot = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m6 14l1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2\"/><circle cx=\"14\" cy=\"15\" r=\"1\"/></g>`,\n\"FolderOpenDot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderOutput = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 7.5V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-1.5M2 13h10\"/><path d=\"m5 10l-3 3l3 3\"/></g>`,\n\"FolderOutput\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderPen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 11.5V5a2 2 0 0 1 2-2h3.9c.7 0 1.3.3 1.7.9l.8 1.2c.4.6 1 .9 1.7.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5\"/><path d=\"M11.378 13.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z\"/></g>`,\n\"FolderPen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderPlus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 10v6m-3-3h6m5 7a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z\"/>`,\n\"FolderPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderRoot = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2\"/><circle cx=\"12\" cy=\"13\" r=\"2\"/><path d=\"M12 15v5\"/></g>`,\n\"FolderRoot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderSearch = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v4.1M21 21l-1.9-1.9\"/><circle cx=\"17\" cy=\"17\" r=\"3\"/></g>`,\n\"FolderSearch\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderSearch2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"11.5\" cy=\"12.5\" r=\"2.5\"/><path d=\"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Zm-6.7-5.7L15 16\"/></g>`,\n\"FolderSearch2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderSymlink = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 9.35V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7\"/><path d=\"m8 16l3-3l-3-3\"/></g>`,\n\"FolderSymlink\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderSync = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v.5\"/><path d=\"M12 10v4h4\"/><path d=\"m12 14l1.535-1.605a5 5 0 0 1 8 1.5M22 22v-4h-4\"/><path d=\"m22 18l-1.535 1.605a5 5 0 0 1-8-1.5\"/></g>`,\n\"FolderSync\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderTree = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Zm0 11a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1ZM3 5a2 2 0 0 0 2 2h3\"/><path d=\"M3 3v13a2 2 0 0 0 2 2h3\"/></g>`,\n\"FolderTree\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderUp = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Zm-8-10v6\"/><path d=\"m9 13l3-3l3 3\"/></g>`,\n\"FolderUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FolderX = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2ZM9.5 10.5l5 5m0-5l-5 5\"/>`,\n\"FolderX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Folders = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h2.5a1.5 1.5 0 0 1 1.2.6l.6.8a1.5 1.5 0 0 0 1.2.6z\"/><path d=\"M3 8.268a2 2 0 0 0-1 1.738V19a2 2 0 0 0 2 2h11a2 2 0 0 0 1.732-1\"/></g>`,\n\"Folders\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Footprints = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 16v-2.38C4 11.5 2.97 10.5 3 8c.03-2.72 1.49-6 4.5-6C9.37 2 10 3.8 10 5.5c0 3.11-2 5.66-2 8.68V16a2 2 0 1 1-4 0m16 4v-2.38c0-2.12 1.03-3.12 1-5.62c-.03-2.72-1.49-6-4.5-6C14.63 6 14 7.8 14 9.5c0 3.11 2 5.66 2 8.68V20a2 2 0 1 0 4 0m-4-3h4M4 13h4\"/>`,\n\"Footprints\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Forklift = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 12H5a2 2 0 0 0-2 2v5m12 0h7m-6 0V2M6 12V7a2 2 0 0 1 2-2h2.172a2 2 0 0 1 1.414.586l3.828 3.828A2 2 0 0 1 16 10.828M7 19h4\"/><circle cx=\"13\" cy=\"19\" r=\"2\"/><circle cx=\"5\" cy=\"19\" r=\"2\"/></g>`,\n\"Forklift\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Form = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 14h6M4 2h10\"/><rect width=\"16\" height=\"4\" x=\"4\" y=\"18\" rx=\"1\"/><rect width=\"16\" height=\"4\" x=\"4\" y=\"6\" rx=\"1\"/></g>`,\n\"Form\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Forward = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m15 17l5-5l-5-5\"/><path d=\"M4 18v-2a4 4 0 0 1 4-4h12\"/></g>`,\n\"Forward\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Frame = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 6H2m20 12H2M6 2v20M18 2v20\"/>`,\n\"Frame\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Framer = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7\"/>`,\n\"Framer\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Frown = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M16 16s-1.5-2-4-2s-4 2-4 2m1-7h.01M15 9h.01\"/></g>`,\n\"Frown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Fuel = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 4 0v-6.998a2 2 0 0 0-.59-1.42L18 5m-4 16V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16m-1 0h13M3 9h11\"/>`,\n\"Fuel\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Fullscreen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2M7 21H5a2 2 0 0 1-2-2v-2\"/><rect width=\"10\" height=\"8\" x=\"7\" y=\"8\" rx=\"1\"/></g>`,\n\"Fullscreen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Funnel = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z\"/>`,\n\"Funnel\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FunnelPlus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.354 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l1.218-1.348M16 6h6m-3-3v6\"/>`,\n\"FunnelPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const FunnelX = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12.531 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l.427-.473M16.5 3.5l5 5m0-5l-5 5\"/>`,\n\"FunnelX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GalleryHorizontal = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 3v18\"/><rect width=\"12\" height=\"18\" x=\"6\" y=\"3\" rx=\"2\"/><path d=\"M22 3v18\"/></g>`,\n\"GalleryHorizontal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GalleryHorizontalEnd = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 7v10M6 5v14\"/><rect width=\"12\" height=\"18\" x=\"10\" y=\"3\" rx=\"2\"/></g>`,\n\"GalleryHorizontalEnd\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GalleryThumbnails = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"14\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M4 21h1m4 0h1m4 0h1m4 0h1\"/></g>`,\n\"GalleryThumbnails\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GalleryVertical = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 2h18\"/><rect width=\"18\" height=\"12\" x=\"3\" y=\"6\" rx=\"2\"/><path d=\"M3 22h18\"/></g>`,\n\"GalleryVertical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GalleryVerticalEnd = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7 2h10M5 6h14\"/><rect width=\"18\" height=\"12\" x=\"3\" y=\"10\" rx=\"2\"/></g>`,\n\"GalleryVerticalEnd\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Gamepad = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 12h4m-2-2v4m7-1h.01M18 11h.01\"/><rect width=\"20\" height=\"12\" x=\"2\" y=\"6\" rx=\"2\"/></g>`,\n\"Gamepad\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Gamepad2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 11h4M8 9v4m7-1h.01M18 10h.01m-.69-5H6.68a4 4 0 0 0-3.978 3.59l-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258q-.01-.075-.017-.151A4 4 0 0 0 17.32 5\"/>`,\n\"Gamepad2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GamepadDirectional = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11.146 15.854a1.207 1.207 0 0 1 1.708 0l1.56 1.56A2 2 0 0 1 15 18.828V21a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-2.172a2 2 0 0 1 .586-1.414zM18.828 15a2 2 0 0 1-1.414-.586l-1.56-1.56a1.207 1.207 0 0 1 0-1.708l1.56-1.56A2 2 0 0 1 18.828 9H21a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1zm-12.242-.586A2 2 0 0 1 5.172 15H3a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2.172a2 2 0 0 1 1.414.586l1.56 1.56a1.207 1.207 0 0 1 0 1.708zM9 3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2.172a2 2 0 0 1-.586 1.414l-1.56 1.56a1.207 1.207 0 0 1-1.708 0l-1.56-1.56A2 2 0 0 1 9 5.172z\"/>`,\n\"GamepadDirectional\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Gauge = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 14l4-4M3.34 19a10 10 0 1 1 17.32 0\"/>`,\n\"Gauge\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Gavel = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14 13l-8.381 8.38a1 1 0 0 1-3.001-3l8.384-8.381M16 16l6-6m-.5.5l-8-8M8 8l6-6M8.5 7.5l8 8\"/>`,\n\"Gavel\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Gem = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.5 3L8 9l4 13l4-13l-2.5-6\"/><path d=\"M17 3a2 2 0 0 1 1.6.8l3 4a2 2 0 0 1 .013 2.382l-7.99 10.986a2 2 0 0 1-3.247 0l-7.99-10.986A2 2 0 0 1 2.4 7.8l2.998-3.997A2 2 0 0 1 7 3zM2 9h20\"/></g>`,\n\"Gem\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GeorgianLari = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11.5 21a7.5 7.5 0 1 1 7.35-9M13 12V3M4 21h16M9 12V3\"/>`,\n\"GeorgianLari\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Ghost = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 10h.01M15 10h.01M12 2a8 8 0 0 0-8 8v12l3-3l2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8\"/>`,\n\"Ghost\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Gift = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 7v14m8-10v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8m3.5-4a1 1 0 0 1 0-5A4.8 8 0 0 1 12 7a4.8 8 0 0 1 4.5-5a1 1 0 0 1 0 5\"/><rect width=\"18\" height=\"4\" x=\"3\" y=\"7\" rx=\"1\"/></g>`,\n\"Gift\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GitBranch = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 6a9 9 0 0 0-9 9V3\"/><circle cx=\"18\" cy=\"6\" r=\"3\"/><circle cx=\"6\" cy=\"18\" r=\"3\"/></g>`,\n\"GitBranch\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GitBranchMinus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 6a9 9 0 0 0-9 9V3m15 15h-6\"/><circle cx=\"18\" cy=\"6\" r=\"3\"/><circle cx=\"6\" cy=\"18\" r=\"3\"/></g>`,\n\"GitBranchMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GitBranchPlus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 3v12m12-6a3 3 0 1 0 0-6a3 3 0 0 0 0 6M6 21a3 3 0 1 0 0-6a3 3 0 0 0 0 6\"/><path d=\"M15 6a9 9 0 0 0-9 9m12 0v6m3-3h-6\"/></g>`,\n\"GitBranchPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GitCommitHorizontal = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"3\"/><path d=\"M3 12h6m6 0h6\"/></g>`,\n\"GitCommitHorizontal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GitCommitVertical = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 3v6\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/><path d=\"M12 15v6\"/></g>`,\n\"GitCommitVertical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GitCompare = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"18\" cy=\"18\" r=\"3\"/><circle cx=\"6\" cy=\"6\" r=\"3\"/><path d=\"M13 6h3a2 2 0 0 1 2 2v7m-7 3H8a2 2 0 0 1-2-2V9\"/></g>`,\n\"GitCompare\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GitCompareArrows = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"5\" cy=\"6\" r=\"3\"/><path d=\"M12 6h5a2 2 0 0 1 2 2v7\"/><path d=\"m15 9l-3-3l3-3\"/><circle cx=\"19\" cy=\"18\" r=\"3\"/><path d=\"M12 18H7a2 2 0 0 1-2-2V9\"/><path d=\"m9 15l3 3l-3 3\"/></g>`,\n\"GitCompareArrows\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GitFork = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"18\" r=\"3\"/><circle cx=\"6\" cy=\"6\" r=\"3\"/><circle cx=\"18\" cy=\"6\" r=\"3\"/><path d=\"M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9m6 3v3\"/></g>`,\n\"GitFork\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GitGraph = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"5\" cy=\"6\" r=\"3\"/><path d=\"M5 9v6\"/><circle cx=\"5\" cy=\"18\" r=\"3\"/><path d=\"M12 3v18\"/><circle cx=\"19\" cy=\"6\" r=\"3\"/><path d=\"M16 15.7A9 9 0 0 0 19 9\"/></g>`,\n\"GitGraph\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GitMerge = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"18\" cy=\"18\" r=\"3\"/><circle cx=\"6\" cy=\"6\" r=\"3\"/><path d=\"M6 21V9a9 9 0 0 0 9 9\"/></g>`,\n\"GitMerge\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GitMergeConflict = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6h4a2 2 0 0 1 2 2v7M6 12v9M9 3L3 9m6 0L3 3\"/><circle cx=\"18\" cy=\"18\" r=\"3\"/></g>`,\n\"GitMergeConflict\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GitPullRequest = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"18\" cy=\"18\" r=\"3\"/><circle cx=\"6\" cy=\"6\" r=\"3\"/><path d=\"M13 6h3a2 2 0 0 1 2 2v7M6 9v12\"/></g>`,\n\"GitPullRequest\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GitPullRequestArrow = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"5\" cy=\"6\" r=\"3\"/><path d=\"M5 9v12\"/><circle cx=\"19\" cy=\"18\" r=\"3\"/><path d=\"m15 9l-3-3l3-3\"/><path d=\"M12 6h5a2 2 0 0 1 2 2v7\"/></g>`,\n\"GitPullRequestArrow\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GitPullRequestClosed = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"6\" r=\"3\"/><path d=\"M6 9v12M21 3l-6 6m6 0l-6-6m3 8.5V15\"/><circle cx=\"18\" cy=\"18\" r=\"3\"/></g>`,\n\"GitPullRequestClosed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GitPullRequestCreate = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"6\" r=\"3\"/><path d=\"M6 9v12m7-15h3a2 2 0 0 1 2 2v3m0 4v6m3-3h-6\"/></g>`,\n\"GitPullRequestCreate\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GitPullRequestCreateArrow = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"5\" cy=\"6\" r=\"3\"/><path d=\"M5 9v12M15 9l-3-3l3-3\"/><path d=\"M12 6h5a2 2 0 0 1 2 2v3m0 4v6m3-3h-6\"/></g>`,\n\"GitPullRequestCreateArrow\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GitPullRequestDraft = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"18\" cy=\"18\" r=\"3\"/><circle cx=\"6\" cy=\"6\" r=\"3\"/><path d=\"M18 6V5m0 6v-1M6 9v12\"/></g>`,\n\"GitPullRequestDraft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Github = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5c.08-1.25-.27-2.48-1-3.5c.28-1.15.28-2.35 0-3.5c0 0-1 0-3 1.5c-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.4 5.4 0 0 0 4 9c0 3.5 3 5.5 6 5.5c-.39.49-.68 1.05-.85 1.65S8.93 17.38 9 18v4\"/><path d=\"M9 18c-4.51 2-5-2-7-2\"/></g>`,\n\"Github\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Gitlab = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m22 13.29l-3.33-10a.4.4 0 0 0-.14-.18a.38.38 0 0 0-.22-.11a.4.4 0 0 0-.23.07a.4.4 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.4.4 0 0 0-.1-.18a.38.38 0 0 0-.26-.08a.4.4 0 0 0-.23.07a.4.4 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83\"/>`,\n\"Gitlab\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GlassWater = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5.116 4.104A1 1 0 0 1 6.11 3h11.78a1 1 0 0 1 .994 1.105L17.19 20.21A2 2 0 0 1 15.2 22H8.8a2 2 0 0 1-2-1.79z\"/><path d=\"M6 12a5 5 0 0 1 6 0a5 5 0 0 0 6 0\"/></g>`,\n\"GlassWater\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Glasses = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"15\" r=\"4\"/><circle cx=\"18\" cy=\"15\" r=\"4\"/><path d=\"M14 15a2 2 0 0 0-2-2a2 2 0 0 0-2 2m-7.5-2L5 7c.7-1.3 1.4-2 3-2m13.5 8L19 7c-.7-1.3-1.5-2-3-2\"/></g>`,\n\"Glasses\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Globe = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 2a14.5 14.5 0 0 0 0 20a14.5 14.5 0 0 0 0-20M2 12h20\"/></g>`,\n\"Globe\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GlobeLock = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15.686 15A14.5 14.5 0 0 1 12 22a14.5 14.5 0 0 1 0-20a10 10 0 1 0 9.542 13M2 12h8.5M20 6V4a2 2 0 1 0-4 0v2\"/><rect width=\"8\" height=\"5\" x=\"14\" y=\"6\" rx=\"1\"/></g>`,\n\"GlobeLock\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GlobeOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.114 4.462A14.5 14.5 0 0 1 12 2a10 10 0 0 1 9.313 13.643m-5.756-.087A14.5 14.5 0 0 1 12 22A10 10 0 0 1 4.929 4.929\"/><path d=\"M15.892 10.234A14.5 14.5 0 0 0 12 2a10 10 0 0 0-3.643.687M17.656 12H22m-2.929 7.071A10 10 0 0 1 12 22A14.5 14.5 0 0 1 8.44 8.45M2 12h10M2 2l20 20\"/></g>`,\n\"GlobeOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GlobeX = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16 3l5 5M2 12h20A10 10 0 1 1 12 2a14.5 14.5 0 0 0 0 20a14.5 14.5 0 0 0 4-10m5-9l-5 5\"/>`,\n\"GlobeX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Goal = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 13V2l8 4l-8 4\"/><path d=\"M20.561 10.222a9 9 0 1 1-12.55-5.29\"/><path d=\"M8.002 9.997a5 5 0 1 0 8.9 2.02\"/></g>`,\n\"Goal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Gpu = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 21V3m0 2h18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2.26M7 17v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3\"/><circle cx=\"16\" cy=\"11\" r=\"2\"/><circle cx=\"8\" cy=\"11\" r=\"2\"/></g>`,\n\"Gpu\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GraduationCap = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0zM22 10v6\"/><path d=\"M6 12.5V16a6 3 0 0 0 12 0v-3.5\"/></g>`,\n\"GraduationCap\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Grape = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 5V2l-5.89 5.89\"/><circle cx=\"16.6\" cy=\"15.89\" r=\"3\"/><circle cx=\"8.11\" cy=\"7.4\" r=\"3\"/><circle cx=\"12.35\" cy=\"11.65\" r=\"3\"/><circle cx=\"13.91\" cy=\"5.85\" r=\"3\"/><circle cx=\"18.15\" cy=\"10.09\" r=\"3\"/><circle cx=\"6.56\" cy=\"13.2\" r=\"3\"/><circle cx=\"10.8\" cy=\"17.44\" r=\"3\"/><circle cx=\"5\" cy=\"19\" r=\"3\"/></g>`,\n\"Grape\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Grid2x2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 3v18m-9-9h18\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>`,\n\"Grid2x2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Grid2x2Check = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3m13 7l2 2l4-4\"/>`,\n\"Grid2x2Check\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Grid2x2Plus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3m13 7h6m-3 3v-6\"/>`,\n\"Grid2x2Plus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Grid2x2X = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3m13 4l5 5m-5 0l5-5\"/>`,\n\"Grid2x2X\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Grid3x2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 3v18M3 12h18M9 3v18\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>`,\n\"Grid3x2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Grid3x3 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M3 9h18M3 15h18M9 3v18m6-18v18\"/></g>`,\n\"Grid3x3\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Grip = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"5\" r=\"1\"/><circle cx=\"19\" cy=\"5\" r=\"1\"/><circle cx=\"5\" cy=\"5\" r=\"1\"/><circle cx=\"12\" cy=\"12\" r=\"1\"/><circle cx=\"19\" cy=\"12\" r=\"1\"/><circle cx=\"5\" cy=\"12\" r=\"1\"/><circle cx=\"12\" cy=\"19\" r=\"1\"/><circle cx=\"19\" cy=\"19\" r=\"1\"/><circle cx=\"5\" cy=\"19\" r=\"1\"/></g>`,\n\"Grip\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GripHorizontal = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"9\" r=\"1\"/><circle cx=\"19\" cy=\"9\" r=\"1\"/><circle cx=\"5\" cy=\"9\" r=\"1\"/><circle cx=\"12\" cy=\"15\" r=\"1\"/><circle cx=\"19\" cy=\"15\" r=\"1\"/><circle cx=\"5\" cy=\"15\" r=\"1\"/></g>`,\n\"GripHorizontal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const GripVertical = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"9\" cy=\"12\" r=\"1\"/><circle cx=\"9\" cy=\"5\" r=\"1\"/><circle cx=\"9\" cy=\"19\" r=\"1\"/><circle cx=\"15\" cy=\"12\" r=\"1\"/><circle cx=\"15\" cy=\"5\" r=\"1\"/><circle cx=\"15\" cy=\"19\" r=\"1\"/></g>`,\n\"GripVertical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Group = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 7V5c0-1.1.9-2 2-2h2m10 0h2c1.1 0 2 .9 2 2v2m0 10v2c0 1.1-.9 2-2 2h-2M7 21H5c-1.1 0-2-.9-2-2v-2\"/><rect width=\"7\" height=\"5\" x=\"7\" y=\"7\" rx=\"1\"/><rect width=\"7\" height=\"5\" x=\"10\" y=\"12\" rx=\"1\"/></g>`,\n\"Group\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Guitar = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m11.9 12.1l4.514-4.514M20.1 2.3a1 1 0 0 0-1.4 0l-1.114 1.114A2 2 0 0 0 17 4.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 17.828 7h1.344a2 2 0 0 0 1.414-.586L21.7 5.3a1 1 0 0 0 0-1.4zM6 16l2 2m.23-8.15A3 3 0 0 1 11 8a5 5 0 0 1 5 5a3 3 0 0 1-1.85 2.77l-.92.38A2 2 0 0 0 12 18a4 4 0 0 1-4 4a6 6 0 0 1-6-6a4 4 0 0 1 4-4a2 2 0 0 0 1.85-1.23z\"/>`,\n\"Guitar\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Ham = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13.144 21.144A7.274 10.445 45 1 0 2.856 10.856\"/><path d=\"M13.144 21.144A7.274 4.365 45 0 0 2.856 10.856a7.274 4.365 45 0 0 10.288 10.288m3.421-10.709L18.6 8.4a2.501 2.501 0 1 0 1.65-4.65a2.5 2.5 0 1 0-4.66 1.66l-2.024 2.025M8.5 16.5l-1-1\"/></g>`,\n\"Ham\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Hamburger = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 16H4a2 2 0 1 1 0-4h16a2 2 0 1 1 0 4h-4.25M5 12a2 2 0 0 1-2-2a9 7 0 0 1 18 0a2 2 0 0 1-2 2M5 16a2 2 0 0 0-2 2a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3a2 2 0 0 0-2-2q0 0 0 0\"/><path d=\"m6.67 12l6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2\"/></g>`,\n\"Hamburger\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Hammer = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m15 12l-9.373 9.373a1 1 0 0 1-3.001-3L12 9m6 6l4-4\"/><path d=\"m21.5 11.5l-1.914-1.914A2 2 0 0 1 19 8.172v-.344a2 2 0 0 0-.586-1.414l-1.657-1.657A6 6 0 0 0 12.516 3H9l1.243 1.243A6 6 0 0 1 12 8.485V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5\"/></g>`,\n\"Hammer\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Hand = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2m0 4V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2m0 4.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8\"/><path d=\"M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15\"/></g>`,\n\"Hand\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HandCoins = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17\"/><path d=\"m7 21l1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9M2 16l6 6\"/><circle cx=\"16\" cy=\"9\" r=\"2.9\"/><circle cx=\"6\" cy=\"5\" r=\"3\"/></g>`,\n\"HandCoins\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HandFist = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.035 17.012a3 3 0 0 0-3-3l-.311-.002a.72.72 0 0 1-.505-1.229l1.195-1.195A2 2 0 0 1 10.828 11H12a2 2 0 0 0 0-4H9.243a3 3 0 0 0-2.122.879l-2.707 2.707A4.83 4.83 0 0 0 3 14a8 8 0 0 0 8 8h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v2a2 2 0 1 0 4 0\"/><path d=\"M13.888 9.662A2 2 0 0 0 17 8V5a2 2 0 1 0-4 0M9 5a2 2 0 1 0-4 0v5m4-3V4a2 2 0 1 1 4 0v3.268\"/></g>`,\n\"HandFist\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HandGrab = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 11.5V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4m0-.4V8a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2m0-.1V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5m0 0a2 2 0 0 0-2-2a2 2 0 0 0-2 2\"/><path d=\"M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-4a8 8 0 0 1-8-8a2 2 0 1 1 4 0\"/></g>`,\n\"HandGrab\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HandHeart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 14h2a2 2 0 0 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16\"/><path d=\"m14.45 13.39l5.05-4.694C20.196 8 21 6.85 21 5.75a2.75 2.75 0 0 0-4.797-1.837a.276.276 0 0 1-.406 0A2.75 2.75 0 0 0 11 5.75c0 1.2.802 2.248 1.5 2.946L16 11.95M2 15l6 6\"/><path d=\"m7 20l1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a1 1 0 0 0-2.75-2.91\"/></g>`,\n\"HandHeart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HandHelping = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 12h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 14\"/><path d=\"m7 18l1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9M2 13l6 6\"/></g>`,\n\"HandHelping\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HandMetal = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 12.5V10a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4m0-.4V9a2 2 0 1 0-4 0v2m0-.5V5a2 2 0 1 0-4 0v9\"/><path d=\"m7 15l-1.76-1.76a2 2 0 0 0-2.83 2.82l3.6 3.6C7.5 21.14 9.2 22 12 22h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v5\"/></g>`,\n\"HandMetal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HandPlatter = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 3V2m3.4 15.4l3.2-2.8a2 2 0 1 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2l-1.302-1.464A1 1 0 0 0 6.151 19H5\"/><path d=\"M2 14h12a2 2 0 0 1 0 4h-2m-8-8h16M5 10a7 7 0 0 1 14 0\"/><path d=\"M5 14v6a1 1 0 0 1-1 1H2\"/></g>`,\n\"HandPlatter\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Handbag = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2.048 18.566A2 2 0 0 0 4 21h16a2 2 0 0 0 1.952-2.434l-2-9A2 2 0 0 0 18 8H6a2 2 0 0 0-1.952 1.566z\"/><path d=\"M8 11V6a4 4 0 0 1 8 0v5\"/></g>`,\n\"Handbag\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Handshake = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m11 17l2 2a1 1 0 1 0 3-3\"/><path d=\"m14 14l2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4\"/><path d=\"m21 3l1 11h-2M3 3L2 14l6.5 6.5a1 1 0 1 0 3-3M3 4h8\"/></g>`,\n\"Handshake\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HardDrive = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 16h.01m-7.798-4.423a2 2 0 0 0-.212.896V18a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5.527a2 2 0 0 0-.212-.896L18.55 5.11A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11zm19.734.436H2.054M6 16h.01\"/>`,\n\"HardDrive\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HardDriveDownload = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 2v8m4-4l-4 4l-4-4\"/><rect width=\"20\" height=\"8\" x=\"2\" y=\"14\" rx=\"2\"/><path d=\"M6 18h.01M10 18h.01\"/></g>`,\n\"HardDriveDownload\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HardDriveUpload = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m16 6l-4-4l-4 4m4-4v8\"/><rect width=\"20\" height=\"8\" x=\"2\" y=\"14\" rx=\"2\"/><path d=\"M6 18h.01M10 18h.01\"/></g>`,\n\"HardDriveUpload\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HardHat = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5m0-4a6 6 0 0 1 6 6v3M4 15v-3a6 6 0 0 1 6-6\"/><rect width=\"20\" height=\"4\" x=\"2\" y=\"15\" rx=\"1\"/></g>`,\n\"HardHat\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Hash = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 9h16M4 15h16M10 3L8 21m8-18l-2 18\"/>`,\n\"Hash\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HatGlasses = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 18a2 2 0 0 0-4 0m9-7l-2.11-6.657a2 2 0 0 0-2.752-1.148l-1.276.61A2 2 0 0 1 12 4H8.5a2 2 0 0 0-1.925 1.456L5 11m-3 0h20\"/><circle cx=\"17\" cy=\"18\" r=\"3\"/><circle cx=\"7\" cy=\"18\" r=\"3\"/></g>`,\n\"HatGlasses\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Haze = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5.2 6.2l1.4 1.4M2 13h2m16 0h2m-4.6-5.4l1.4-1.4M22 17H2m20 4H2m14-8a4 4 0 0 0-8 0m4-8V2.5\"/>`,\n\"Haze\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Hd = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 12H6m4 3V9m4 5.5a.5.5 0 0 0 .5.5h1a2.5 2.5 0 0 0 2.5-2.5v-1A2.5 2.5 0 0 0 15.5 9h-1a.5.5 0 0 0-.5.5zM6 15V9\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"/></g>`,\n\"Hd\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HdmiPort = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1l2 2h12l2-2h1a1 1 0 0 0 1-1ZM7.5 12h9\"/>`,\n\"HdmiPort\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Heading = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 12h12M6 20V4m12 16V4\"/>`,\n\"Heading\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Heading1 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 12h8m-8 6V6m8 12V6m5 6l3-2v8\"/>`,\n\"Heading1\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Heading2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 12h8m-8 6V6m8 12V6m9 12h-4c0-4 4-3 4-6c0-1.5-2-2.5-4-1\"/>`,\n\"Heading2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Heading3 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 12h8m-8 6V6m8 12V6m5.5 4.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2m-2 3.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2\"/>`,\n\"Heading3\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Heading4 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 18V6m5 4v3a1 1 0 0 0 1 1h3m0-4v8M4 12h8m-8 6V6\"/>`,\n\"Heading4\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Heading5 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 12h8m-8 6V6m8 12V6m5 7v-3h4m-4 7.7c.4.2.8.3 1.3.3c1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17\"/>`,\n\"Heading5\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Heading6 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 12h8m-8 6V6m8 12V6\"/><circle cx=\"19\" cy=\"16\" r=\"2\"/><path d=\"M20 10c-2 2-3 3.5-3 6\"/></g>`,\n\"Heading6\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HeadphoneOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 14h-1.343M9.128 3.47A9 9 0 0 1 21 12v3.343M2 2l20 20m-1.586-1.586A2 2 0 0 1 19 21h-1a2 2 0 0 1-2-2v-3M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 2.636-6.364\"/>`,\n\"HeadphoneOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Headphones = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3\"/>`,\n\"Headphones\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Headset = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 11h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm0 0a9 9 0 1 1 18 0m0 0v5a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2z\"/><path d=\"M21 16v2a4 4 0 0 1-4 4h-5\"/></g>`,\n\"Headset\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Heart = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 9.5a5.5 5.5 0 0 1 9.591-3.676a.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5\"/>`,\n\"Heart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HeartCrack = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.409 5.824c-.702.792-1.15 1.496-1.415 2.166l2.153 2.156a.5.5 0 0 1 0 .707l-2.293 2.293a.5.5 0 0 0 0 .707L12 15\"/><path d=\"M13.508 20.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.677a.6.6 0 0 0 .818.001A5.5 5.5 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5z\"/></g>`,\n\"HeartCrack\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HeartHandshake = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19.414 14.414C21 12.828 22 11.5 22 9.5a5.5 5.5 0 0 0-9.591-3.676a.6.6 0 0 1-.818.001A5.5 5.5 0 0 0 2 9.5c0 2.3 1.5 4 3 5.5l5.535 5.362a2 2 0 0 0 2.879.052a2.12 2.12 0 0 0-.004-3a2.124 2.124 0 1 0 3-3a2.124 2.124 0 0 0 3.004 0a2 2 0 0 0 0-2.828l-1.881-1.882a2.41 2.41 0 0 0-3.409 0l-1.71 1.71a2 2 0 0 1-2.828 0a2 2 0 0 1 0-2.828l2.823-2.762\"/>`,\n\"HeartHandshake\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HeartMinus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14.876 18.99l-1.368 1.323a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.676a.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5a5.2 5.2 0 0 1-.244 1.572M15 15h6\"/>`,\n\"HeartMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HeartOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.5 4.893a5.5 5.5 0 0 1 1.091.931a.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 1.872-1.002 3.356-2.187 4.655m-2.846 2.812l-3.459 3.346a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 2.747-4.761M2 2l20 20\"/>`,\n\"HeartOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HeartPlus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14.479 19.374l-.971.939a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.676a.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5a5.2 5.2 0 0 1-.219 1.49M15 15h6m-3-3v6\"/>`,\n\"HeartPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HeartPulse = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 9.5a5.5 5.5 0 0 1 9.591-3.676a.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5\"/><path d=\"M3.22 13H9.5l.5-1l2 4.5l2-7l1.5 3.5h5.27\"/></g>`,\n\"HeartPulse\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Heater = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 8c2-3-2-3 0-6m4.5 6c2-3-2-3 0-6M6 10h.01M6 14h.01M10 16v-4m4 4v-4m4 4v-4\"/><path d=\"M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3M5 20v2m14-2v2\"/></g>`,\n\"Heater\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Helicopter = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 17v4m3-18v8a2 2 0 0 0 2 2h5.865M17 17v4\"/><path d=\"M18 17a4 4 0 0 0 4-4a8 6 0 0 0-8-6a6 5 0 0 0-6 5v3a2 2 0 0 0 2 2zM2 10v5M6 3h16M7 21h14M8 13H2\"/></g>`,\n\"Helicopter\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Hexagon = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16\"/>`,\n\"Hexagon\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Highlighter = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m9 11l-6 6v3h9l3-3\"/><path d=\"m22 12l-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4\"/></g>`,\n\"Highlighter\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const History = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 12a9 9 0 1 0 9-9a9.75 9.75 0 0 0-6.74 2.74L3 8\"/><path d=\"M3 3v5h5m4-1v5l4 2\"/></g>`,\n\"History\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Hop = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.82 16.12c1.69.6 3.91.79 5.18.85c.55.03 1-.42.97-.97c-.06-1.27-.26-3.5-.85-5.18M11.5 6.5c1.64 0 5-.38 6.71-1.07c.52-.2.55-.82.12-1.17A10 10 0 0 0 4.26 18.33c.35.43.96.4 1.17-.12c.69-1.71 1.07-5.07 1.07-6.71c1.34.45 3.1.9 4.88.62a.88.88 0 0 0 .73-.74c.3-2.14-.15-3.5-.61-4.88\"/><path d=\"M15.62 16.95c.2.85.62 2.76.5 4.28a.77.77 0 0 1-.9.7a16.6 16.6 0 0 1-4.08-1.36\"/><path d=\"M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .96-.96a17.7 17.7 0 0 0-.9-4.87\"/><path d=\"M16.94 15.62c.86.2 2.77.62 4.29.5a.77.77 0 0 0 .7-.9a16.6 16.6 0 0 0-1.36-4.08\"/><path d=\"M17.99 5.52a20.8 20.8 0 0 1 3.15 4.5a.8.8 0 0 1-.68 1.13c-2.33.2-5.3-.32-8.27-1.57M4.93 4.93L3 3a.7.7 0 0 1 0-1m6.58 10.18c1.24 2.98 1.77 5.95 1.57 8.28a.8.8 0 0 1-1.13.68a20.8 20.8 0 0 1-4.5-3.15\"/></g>`,\n\"Hop\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HopOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.82 16.12c1.69.6 3.91.79 5.18.85c.28.01.53-.09.7-.27\"/><path d=\"M11.14 20.57c.52.24 2.44 1.12 4.08 1.37c.46.06.86-.25.9-.71c.12-1.52-.3-3.43-.5-4.28\"/><path d=\"M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .7-.26M17.99 5.52a20.8 20.8 0 0 1 3.15 4.5a.8.8 0 0 1-.68 1.13c-1.17.1-2.5.02-3.9-.25\"/><path d=\"M20.57 11.14c.24.52 1.12 2.44 1.37 4.08c.04.3-.08.59-.31.75M4.93 4.93a10 10 0 0 0-.67 13.4c.35.43.96.4 1.17-.12c.69-1.71 1.07-5.07 1.07-6.71c1.34.45 3.1.9 4.88.62a.85.85 0 0 0 .48-.24\"/><path d=\"M5.52 17.99c1.05.95 2.91 2.42 4.5 3.15a.8.8 0 0 0 1.13-.68c.2-2.34-.33-5.3-1.57-8.28m-1.23-9.5a10 10 0 0 1 9.98 1.58c.43.35.4.96-.12 1.17c-1.5.6-4.3.98-6.07 1.05M2 2l20 20\"/></g>`,\n\"HopOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Hospital = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 7v4m2 10v-3a2 2 0 0 0-4 0v3m4-12h-4\"/><path d=\"M18 11h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h2\"/><path d=\"M18 21V5a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16\"/></g>`,\n\"Hospital\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Hotel = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 22v-6.57M12 11h.01M12 7h.01M14 15.43V22m1-6a5 5 0 0 0-6 0m7-5h.01M16 7h.01M8 11h.01M8 7h.01\"/><rect width=\"16\" height=\"20\" x=\"4\" y=\"2\" rx=\"2\"/></g>`,\n\"Hotel\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Hourglass = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 22h14M5 2h14m-2 20v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2\"/>`,\n\"Hourglass\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const House = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8\"/><path d=\"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"/></g>`,\n\"House\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HouseHeart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8.62 13.8A2.25 2.25 0 1 1 12 10.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z\"/><path d=\"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"/></g>`,\n\"HouseHeart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HousePlug = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 12V8.964M14 12V8.964M15 12a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2a1 1 0 0 1 1-1z\"/><path d=\"M8.5 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-2\"/></g>`,\n\"HousePlug\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HousePlus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.35 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .71-1.53l7-6a2 2 0 0 1 2.58 0l7 6A2 2 0 0 1 21 10v2.35\"/><path d=\"M14.8 12.4a1 1 0 0 0-.8-.4h-4a1 1 0 0 0-1 1v8m6-3h6m-3-3v6\"/></g>`,\n\"HousePlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const HouseWifi = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9.5 13.866a4 4 0 0 1 5 .01M12 17h.01\"/><path d=\"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"/><path d=\"M7 10.754a8 8 0 0 1 10 0\"/></g>`,\n\"HouseWifi\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const IceCreamBowl = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 17c5 0 8-2.69 8-6H4c0 3.31 3 6 8 6m-4 4h8m-4-3v3M5.14 11a3.5 3.5 0 1 1 6.71 0\"/><path d=\"M12.14 11a3.5 3.5 0 1 1 6.71 0\"/><path d=\"M15.5 6.5a3.5 3.5 0 1 0-7 0\"/></g>`,\n\"IceCreamBowl\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const IceCreamCone = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7 11l4.08 10.35a1 1 0 0 0 1.84 0L17 11m0-4A5 5 0 0 0 7 7m10 0a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4\"/>`,\n\"IceCreamCone\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const IdCard = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 10h2m-2 4h2M6.17 15a3 3 0 0 1 5.66 0\"/><circle cx=\"9\" cy=\"11\" r=\"2\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"/></g>`,\n\"IdCard\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const IdCardLanyard = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13.5 8h-3M15 2l-1 2h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3\"/><path d=\"M16.899 22A5 5 0 0 0 7.1 22M9 2l3 6\"/><circle cx=\"12\" cy=\"15\" r=\"3\"/></g>`,\n\"IdCardLanyard\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Image = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><circle cx=\"9\" cy=\"9\" r=\"2\"/><path d=\"m21 15l-3.086-3.086a2 2 0 0 0-2.828 0L6 21\"/></g>`,\n\"Image\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ImageDown = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21\"/><path d=\"m14 19l3 3v-5.5m0 5.5l3-3\"/><circle cx=\"9\" cy=\"9\" r=\"2\"/></g>`,\n\"ImageDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ImageMinus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7m4 2h6\"/><circle cx=\"9\" cy=\"9\" r=\"2\"/><path d=\"m21 15l-3.086-3.086a2 2 0 0 0-2.828 0L6 21\"/></g>`,\n\"ImageMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ImageOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m2 2l20 20M10.41 10.41a2 2 0 1 1-2.83-2.83m5.92 5.92L6 21m12-9l3 3\"/><path d=\"M3.59 3.59A2 2 0 0 0 3 5v14a2 2 0 0 0 2 2h14c.55 0 1.052-.22 1.41-.59M21 15V5a2 2 0 0 0-2-2H9\"/></g>`,\n\"ImageOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ImagePlay = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z\"/><path d=\"M21 12.17V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6m-5 0l5-5\"/><circle cx=\"9\" cy=\"9\" r=\"2\"/></g>`,\n\"ImagePlay\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ImagePlus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 5h6m-3-3v6m2 3.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5\"/><path d=\"m21 15l-3.086-3.086a2 2 0 0 0-2.828 0L6 21\"/><circle cx=\"9\" cy=\"9\" r=\"2\"/></g>`,\n\"ImagePlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ImageUp = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21\"/><path d=\"m14 19.5l3-3l3 3M17 22v-5.5\"/><circle cx=\"9\" cy=\"9\" r=\"2\"/></g>`,\n\"ImageUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ImageUpscale = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 3h5v5m-4 13h2a2 2 0 0 0 2-2m0-7v3m0-12l-5 5M3 7V5a2 2 0 0 1 2-2m0 18l4.144-4.144a1.21 1.21 0 0 1 1.712 0L13 19M9 3h3\"/><rect width=\"10\" height=\"10\" x=\"3\" y=\"11\" rx=\"1\"/></g>`,\n\"ImageUpscale\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Images = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m22 11l-1.296-1.296a2.4 2.4 0 0 0-3.408 0L11 16\"/><path d=\"M4 8a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2\"/><circle cx=\"13\" cy=\"7\" r=\"1\" fill=\"currentColor\"/><rect width=\"14\" height=\"14\" x=\"8\" y=\"2\" rx=\"2\"/></g>`,\n\"Images\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Import = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 3v12m-4-4l4 4l4-4\"/><path d=\"M8 5H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-4\"/></g>`,\n\"Import\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Inbox = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 12h-6l-2 3h-4l-2-3H2\"/><path d=\"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11\"/></g>`,\n\"Inbox\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const IndianRupee = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 3h12M6 8h12M6 13l8.5 8M6 13h3m0 0c6.667 0 6.667-10 0-10\"/>`,\n\"IndianRupee\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Infinity = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 16c5 0 7-8 12-8a4 4 0 0 1 0 8c-5 0-7-8-12-8a4 4 0 1 0 0 8\"/>`,\n\"Infinity\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Info = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 16v-4m0-4h.01\"/></g>`,\n\"Info\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const InspectionPanel = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M7 7h.01M17 7h.01M7 17h.01M17 17h.01\"/></g>`,\n\"InspectionPanel\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Instagram = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"20\" x=\"2\" y=\"2\" rx=\"5\" ry=\"5\"/><path d=\"M16 11.37A4 4 0 1 1 12.63 8A4 4 0 0 1 16 11.37m1.5-4.87h.01\"/></g>`,\n\"Instagram\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Italic = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 4h-9m4 16H5M15 4L9 20\"/>`,\n\"Italic\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const IterationCcw = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m16 14l4 4l-4 4\"/><path d=\"M20 10a8 8 0 1 0-8 8h8\"/></g>`,\n\"IterationCcw\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const IterationCw = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 10a8 8 0 1 1 8 8H4\"/><path d=\"m8 22l-4-4l4-4\"/></g>`,\n\"IterationCw\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const JapaneseYen = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 9.5V21m0-11.5L6 3m6 6.5L18 3M6 15h12M6 11h12\"/>`,\n\"JapaneseYen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Joystick = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2zM6 15v-2m6 2V9\"/><circle cx=\"12\" cy=\"6\" r=\"3\"/></g>`,\n\"Joystick\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Kanban = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 3v14m7-14v8m7-8v18\"/>`,\n\"Kanban\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Kayak = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 17a1 1 0 0 0-1 1v1a2 2 0 1 0 2-2zm2.97-13.39a.45.45 0 0 0-.58-.58C10.2 6.6 6.6 10.2 3.03 20.39a.45.45 0 0 0 .58.58C13.8 17.4 17.4 13.8 20.97 3.61M6.707 6.707l10.586 10.586M7 5a2 2 0 1 0-2 2h1a1 1 0 0 0 1-1z\"/>`,\n\"Kayak\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Key = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m15.5 7.5l2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4m2-2l-9.6 9.6\"/><circle cx=\"7.5\" cy=\"15.5\" r=\"5.5\"/></g>`,\n\"Key\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const KeyRound = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z\"/><circle cx=\"16.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"/></g>`,\n\"KeyRound\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const KeySquare = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12.4 2.7a2.5 2.5 0 0 1 3.4 0l5.5 5.5a2.5 2.5 0 0 1 0 3.4l-3.7 3.7a2.5 2.5 0 0 1-3.4 0L8.7 9.8a2.5 2.5 0 0 1 0-3.4zM14 7l3 3m-7.6.6l-6.814 6.814A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814\"/>`,\n\"KeySquare\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Keyboard = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 8h.01M12 12h.01M14 8h.01M16 12h.01M18 8h.01M6 8h.01M7 16h10m-9-4h.01\"/><rect width=\"20\" height=\"16\" x=\"2\" y=\"4\" rx=\"2\"/></g>`,\n\"Keyboard\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const KeyboardMusic = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"16\" x=\"2\" y=\"4\" rx=\"2\"/><path d=\"M6 8h4m4 0h.01M18 8h.01M2 12h20M6 12v4m4-4v4m4-4v4m4-4v4\"/></g>`,\n\"KeyboardMusic\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const KeyboardOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 4a2 2 0 0 1 2 2m0 0v10.41M7 16h9M9.69 4H20m-6 4h.01M18 8h.01M2 2l20 20m-2-2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m2 4h.01M8 12h.01\"/>`,\n\"KeyboardOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Lamp = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 12v6m-7.923-7.385A1 1 0 0 0 5 12h14a1 1 0 0 0 .923-1.385l-3.077-7.384A2 2 0 0 0 15 2H9a2 2 0 0 0-1.846 1.23ZM8 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1z\"/>`,\n\"Lamp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LampCeiling = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 2v5m2.829 8.998a3 3 0 1 1-5.658 0\"/><path d=\"M20.92 14.606A1 1 0 0 1 20 16H4a1 1 0 0 1-.92-1.394l3-7A1 1 0 0 1 7 7h10a1 1 0 0 1 .92.606z\"/></g>`,\n\"LampCeiling\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LampDesk = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.293 2.293a1 1 0 0 1 1.414 0l2.5 2.5l5.994 1.227a1 1 0 0 1 .506 1.687l-7 7a1 1 0 0 1-1.687-.506l-1.227-5.994l-2.5-2.5a1 1 0 0 1 0-1.414zm3.914 2.5l-3.414 3.414M3 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z\"/><path d=\"m9.086 6.5l-4.793 4.793a1 1 0 0 0-.18 1.17L7 18\"/></g>`,\n\"LampDesk\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LampFloor = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 10v12m5.929-14.371A1 1 0 0 1 17 9H7a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 9 2h6a1 1 0 0 1 .928.629zM9 22h6\"/>`,\n\"LampFloor\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LampWallDown = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19.929 18.629A1 1 0 0 1 19 20H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 13h6a1 1 0 0 1 .928.629zM6 3a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm2 3h4a2 2 0 0 1 2 2v5\"/>`,\n\"LampWallDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LampWallUp = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19.929 9.629A1 1 0 0 1 19 11H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 4h6a1 1 0 0 1 .928.629zM6 15a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z\"/><path d=\"M8 18h4a2 2 0 0 0 2-2v-5\"/></g>`,\n\"LampWallUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LandPlot = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12 8l6-3l-6-3v10\"/><path d=\"m8 11.99l-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12m-9.51.85l11.02 6.3m0-6.3L6.5 19.15\"/></g>`,\n\"LandPlot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Landmark = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 18v-7m1.12-8.802a2 2 0 0 1 1.76.006l7.866 3.847c.476.233.31.949-.22.949H3.474c-.53 0-.695-.716-.22-.949zM14 18v-7m4 7v-7M3 22h18M6 18v-7\"/>`,\n\"Landmark\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Languages = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5 8l6 6m-7 0l6-6l2-3M2 5h12M7 2h1m14 20l-5-10l-5 10m2-4h6\"/>`,\n\"Languages\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Laptop = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 5a2 2 0 0 1 2 2v8.526a2 2 0 0 0 .212.897l1.068 2.127a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45l1.068-2.127A2 2 0 0 0 4 15.526V7a2 2 0 0 1 2-2zm2.054 10.987H3.946\"/>`,\n\"Laptop\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LaptopMinimal = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"12\" x=\"3\" y=\"4\" rx=\"2\" ry=\"2\"/><path d=\"M2 20h20\"/></g>`,\n\"LaptopMinimal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LaptopMinimalCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 20h20M9 10l2 2l4-4\"/><rect width=\"18\" height=\"12\" x=\"3\" y=\"4\" rx=\"2\"/></g>`,\n\"LaptopMinimalCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Lasso = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3.704 14.467a10 8 0 1 1 3.115 2.375M7 22a5 5 0 0 1-2-3.994\"/><circle cx=\"5\" cy=\"16\" r=\"2\"/></g>`,\n\"Lasso\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LassoSelect = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7 22a5 5 0 0 1-2-4m2-1.07c.96.43 1.96.74 2.99.91M3.34 14A6.8 6.8 0 0 1 2 10c0-4.42 4.48-8 10-8s10 3.58 10 8a7.2 7.2 0 0 1-.33 2\"/><path d=\"M5 18a2 2 0 1 0 0-4a2 2 0 0 0 0 4m9.33 4h-.09a.35.35 0 0 1-.24-.32v-10a.34.34 0 0 1 .33-.34c.08 0 .15.03.21.08l7.34 6a.33.33 0 0 1-.21.59h-4.49l-2.57 3.85a.35.35 0 0 1-.28.14\"/></g>`,\n\"LassoSelect\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Laugh = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M18 13a6 6 0 0 1-6 5a6 6 0 0 1-6-5zM9 9h.01M15 9h.01\"/></g>`,\n\"Laugh\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Layers = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z\"/><path d=\"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12\"/><path d=\"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17\"/></g>`,\n\"Layers\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Layers2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 13.74a2 2 0 0 1-2 0L2.5 8.87a1 1 0 0 1 0-1.74L11 2.26a2 2 0 0 1 2 0l8.5 4.87a1 1 0 0 1 0 1.74zm7 .545l1.5.845a1 1 0 0 1 0 1.74L13 21.74a2 2 0 0 1-2 0l-8.5-4.87a1 1 0 0 1 0-1.74l1.5-.845\"/>`,\n\"Layers2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LayersPlus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 .83.18a2 2 0 0 0 .83-.18l8.58-3.9a1 1 0 0 0 0-1.831zM16 17h6m-3-3v6M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 .825.178M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l2.116-.962\"/>`,\n\"LayersPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LayoutDashboard = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"7\" height=\"9\" x=\"3\" y=\"3\" rx=\"1\"/><rect width=\"7\" height=\"5\" x=\"14\" y=\"3\" rx=\"1\"/><rect width=\"7\" height=\"9\" x=\"14\" y=\"12\" rx=\"1\"/><rect width=\"7\" height=\"5\" x=\"3\" y=\"16\" rx=\"1\"/></g>`,\n\"LayoutDashboard\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LayoutGrid = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"7\" height=\"7\" x=\"3\" y=\"3\" rx=\"1\"/><rect width=\"7\" height=\"7\" x=\"14\" y=\"3\" rx=\"1\"/><rect width=\"7\" height=\"7\" x=\"14\" y=\"14\" rx=\"1\"/><rect width=\"7\" height=\"7\" x=\"3\" y=\"14\" rx=\"1\"/></g>`,\n\"LayoutGrid\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LayoutList = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"7\" height=\"7\" x=\"3\" y=\"3\" rx=\"1\"/><rect width=\"7\" height=\"7\" x=\"3\" y=\"14\" rx=\"1\"/><path d=\"M14 4h7m-7 5h7m-7 6h7m-7 5h7\"/></g>`,\n\"LayoutList\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LayoutPanelLeft = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"7\" height=\"18\" x=\"3\" y=\"3\" rx=\"1\"/><rect width=\"7\" height=\"7\" x=\"14\" y=\"3\" rx=\"1\"/><rect width=\"7\" height=\"7\" x=\"14\" y=\"14\" rx=\"1\"/></g>`,\n\"LayoutPanelLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LayoutPanelTop = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"7\" x=\"3\" y=\"3\" rx=\"1\"/><rect width=\"7\" height=\"7\" x=\"3\" y=\"14\" rx=\"1\"/><rect width=\"7\" height=\"7\" x=\"14\" y=\"14\" rx=\"1\"/></g>`,\n\"LayoutPanelTop\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LayoutTemplate = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"7\" x=\"3\" y=\"3\" rx=\"1\"/><rect width=\"9\" height=\"7\" x=\"3\" y=\"14\" rx=\"1\"/><rect width=\"5\" height=\"7\" x=\"16\" y=\"14\" rx=\"1\"/></g>`,\n\"LayoutTemplate\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Leaf = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8c0 5.5-4.78 10-10 10\"/><path d=\"M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12\"/></g>`,\n\"Leaf\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LeafyGreen = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 22c1.25-.987 2.27-1.975 3.9-2.2a5.56 5.56 0 0 1 3.8 1.5a4 4 0 0 0 6.187-2.353a3.5 3.5 0 0 0 3.69-5.116A3.5 3.5 0 0 0 20.95 8A3.5 3.5 0 1 0 16 3.05a3.5 3.5 0 0 0-5.831 1.373a3.5 3.5 0 0 0-5.116 3.69a4 4 0 0 0-2.348 6.155C3.499 15.42 4.409 16.712 4.2 18.1C3.926 19.743 3.014 20.732 2 22m0 0L17 7\"/>`,\n\"LeafyGreen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Lectern = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 12h3a2 2 0 0 0 1.902-1.38l1.056-3.333A1 1 0 0 0 21 6H3a1 1 0 0 0-.958 1.287l1.056 3.334A2 2 0 0 0 5 12h3\"/><path d=\"M18 6V3a1 1 0 0 0-1-1h-3\"/><rect width=\"8\" height=\"12\" x=\"8\" y=\"10\" rx=\"1\"/></g>`,\n\"Lectern\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LensConcave = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 2a1 1 0 0 0-.8 1.6a14 14 0 0 1 0 16.8A1 1 0 0 0 7 22h10a1 1 0 0 0 .8-1.6a14 14 0 0 1 0-16.8A1 1 0 0 0 17 2z\"/>`,\n\"LensConcave\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LensConvex = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.433 2a1 1 0 0 1 .824.448a18 18 0 0 1 0 19.104a1 1 0 0 1-.824.448h-2.866a1 1 0 0 1-.824-.448a18 18 0 0 1 0-19.104A1 1 0 0 1 10.567 2z\"/>`,\n\"LensConvex\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Library = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16 6l4 14M12 6v14M8 8v12M4 4v16\"/>`,\n\"Library\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LibraryBig = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"18\" x=\"3\" y=\"3\" rx=\"1\"/><path d=\"M7 3v18m13.4-2.1c.2.5-.1 1.1-.6 1.3l-1.9.7c-.5.2-1.1-.1-1.3-.6L11.1 5.1c-.2-.5.1-1.1.6-1.3l1.9-.7c.5-.2 1.1.1 1.3.6Z\"/></g>`,\n\"LibraryBig\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LifeBuoy = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m4.93 4.93l4.24 4.24m5.66 0l4.24-4.24m-4.24 9.9l4.24 4.24m-9.9-4.24l-4.24 4.24\"/><circle cx=\"12\" cy=\"12\" r=\"4\"/></g>`,\n\"LifeBuoy\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Ligature = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 12h2v8m-2 0h4M6 12h4m-4 8h4m-2 0V8a4 4 0 0 1 7.464-2\"/>`,\n\"Ligature\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Lightbulb = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 14c.2-1 .7-1.7 1.5-2.5c1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5c.7.7 1.3 1.5 1.5 2.5m0 4h6m-5 4h4\"/>`,\n\"Lightbulb\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LightbulbOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16.8 11.2c.8-.9 1.2-2 1.2-3.2a6 6 0 0 0-9.3-5M2 2l20 20M6.3 6.3a4.67 4.67 0 0 0 1.2 5.2c.7.7 1.3 1.5 1.5 2.5m0 4h6m-5 4h4\"/>`,\n\"LightbulbOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LineDotRightHorizontal = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 12h12\"/><circle cx=\"18\" cy=\"12\" r=\"3\"/></g>`,\n\"LineDotRightHorizontal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LineSquiggle = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 3.5c5-2 7 2.5 3 4C1.5 10 2 15 5 16c5 2 9-10 14-7s.5 13.5-4 12c-5-2.5.5-11 6-2\"/>`,\n\"LineSquiggle\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Link = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"/><path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"/></g>`,\n\"Link\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Link2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 17H7A5 5 0 0 1 7 7h2m6 0h2a5 5 0 1 1 0 10h-2m-7-5h8\"/>`,\n\"Link2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Link2Off = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 17H7A5 5 0 0 1 7 7m8 0h2a5 5 0 0 1 4 8M8 12h4M2 2l20 20\"/>`,\n\"Link2Off\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Linkedin = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2a2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6M2 9h4v12H2z\"/><circle cx=\"4\" cy=\"4\" r=\"2\"/></g>`,\n\"Linkedin\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const List = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5h.01M3 12h.01M3 19h.01M8 5h13M8 12h13M8 19h13\"/>`,\n\"List\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ListCheck = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 5H3m13 7H3m8 7H3m12-1l2 2l4-4\"/>`,\n\"ListCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ListChecks = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 5h8m-8 7h8m-8 7h8M3 17l2 2l4-4M3 7l2 2l4-4\"/>`,\n\"ListChecks\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ListChevronsDownUp = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5h8m-8 7h8m-8 7h8m4-14l3 3l3-3m-6 14l3-3l3 3\"/>`,\n\"ListChevronsDownUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ListChevronsUpDown = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5h8m-8 7h8m-8 7h8m4-11l3-3l3 3m-6 8l3 3l3-3\"/>`,\n\"ListChevronsUpDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ListCollapse = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 5h11m-11 7h11m-11 7h11M3 10l3-3l-3-3m0 16l3-3l-3-3\"/>`,\n\"ListCollapse\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ListEnd = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 5H3m13 7H3m6 7H3m13-3l-3 3l3 3\"/><path d=\"M21 5v12a2 2 0 0 1-2 2h-6\"/></g>`,\n\"ListEnd\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ListFilter = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 5h20M6 12h12m-9 7h6\"/>`,\n\"ListFilter\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ListFilterPlus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 5H2m4 7h12m-9 7h6m1-14h6m-3 3V2\"/>`,\n\"ListFilterPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ListIndentDecrease = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 5H11m10 7H11m10 7H11M7 8l-4 4l4 4\"/>`,\n\"ListIndentDecrease\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ListIndentIncrease = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 5H11m10 7H11m10 7H11M3 8l4 4l-4 4\"/>`,\n\"ListIndentIncrease\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ListMinus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 5H3m8 7H3m13 7H3m18-7h-6\"/>`,\n\"ListMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ListMusic = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 5H3m8 7H3m8 7H3m18-3V5\"/><circle cx=\"18\" cy=\"16\" r=\"3\"/></g>`,\n\"ListMusic\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ListOrdered = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 5h10m-10 7h10m-10 7h10M4 4h1v5M4 9h2m.5 11H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02\"/>`,\n\"ListOrdered\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ListPlus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 5H3m8 7H3m13 7H3M18 9v6m3-3h-6\"/>`,\n\"ListPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ListRestart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 5H3m4 7H3m4 7H3m9-1a5 5 0 0 0 9-3a4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L11 14\"/><path d=\"M11 10v4h4\"/></g>`,\n\"ListRestart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ListStart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 5h6m-6 7h13M3 19h13m0-11l-3-3l3-3\"/><path d=\"M21 19V7a2 2 0 0 0-2-2h-6\"/></g>`,\n\"ListStart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ListTodo = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 5h8m-8 7h8m-8 7h8M3 17l2 2l4-4\"/><rect width=\"6\" height=\"6\" x=\"3\" y=\"4\" rx=\"1\"/></g>`,\n\"ListTodo\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ListTree = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 5h13m-8 7h8m-8 7h8M3 10a2 2 0 0 0 2 2h3\"/><path d=\"M3 5v12a2 2 0 0 0 2 2h3\"/></g>`,\n\"ListTree\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ListVideo = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 5H3m7 7H3m7 7H3m12-6.997a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z\"/>`,\n\"ListVideo\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ListX = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 5H3m8 7H3m13 7H3m12.5-9.5l5 5m0-5l-5 5\"/>`,\n\"ListX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Loader = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v4m4.2 1.8l2.9-2.9M18 12h4m-5.8 4.2l2.9 2.9M12 18v4m-7.1-2.9l2.9-2.9M2 12h4M4.9 4.9l2.9 2.9\"/>`,\n\"Loader\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LoaderCircle = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 12a9 9 0 1 1-6.219-8.56\"/>`,\n\"LoaderCircle\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LoaderPinwheel = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 12a1 1 0 0 1-10 0a1 1 0 0 0-10 0\"/><path d=\"M7 20.7a1 1 0 1 1 5-8.7a1 1 0 1 0 5-8.6\"/><path d=\"M7 3.3a1 1 0 1 1 5 8.6a1 1 0 1 0 5 8.6\"/><circle cx=\"12\" cy=\"12\" r=\"10\"/></g>`,\n\"LoaderPinwheel\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Locate = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 12h3m14 0h3M12 2v3m0 14v3\"/><circle cx=\"12\" cy=\"12\" r=\"7\"/></g>`,\n\"Locate\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LocateFixed = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 12h3m14 0h3M12 2v3m0 14v3\"/><circle cx=\"12\" cy=\"12\" r=\"7\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/></g>`,\n\"LocateFixed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LocateOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 19v3m0-20v3m6.89 8.24a7 7 0 0 0-8.13-8.13M19 12h3M2 12h3M2 2l20 20M7.05 7.05a7 7 0 0 0 9.9 9.9\"/>`,\n\"LocateOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Lock = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"11\" x=\"3\" y=\"11\" rx=\"2\" ry=\"2\"/><path d=\"M7 11V7a5 5 0 0 1 10 0v4\"/></g>`,\n\"Lock\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LockKeyhole = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"16\" r=\"1\"/><rect width=\"18\" height=\"12\" x=\"3\" y=\"10\" rx=\"2\"/><path d=\"M7 10V7a5 5 0 0 1 10 0v3\"/></g>`,\n\"LockKeyhole\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LockKeyholeOpen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"16\" r=\"1\"/><rect width=\"18\" height=\"12\" x=\"3\" y=\"10\" rx=\"2\"/><path d=\"M7 10V7a5 5 0 0 1 9.33-2.5\"/></g>`,\n\"LockKeyholeOpen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LockOpen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"11\" x=\"3\" y=\"11\" rx=\"2\" ry=\"2\"/><path d=\"M7 11V7a5 5 0 0 1 9.9-1\"/></g>`,\n\"LockOpen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LogIn = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10 17l5-5l-5-5m5 5H3m12-9h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4\"/>`,\n\"LogIn\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const LogOut = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16 17l5-5l-5-5m5 5H9m0 9H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4\"/>`,\n\"LogOut\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Logs = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5h1m-1 7h1m-1 7h1M8 5h1m-1 7h1m-1 7h1m4-14h8m-8 7h8m-8 7h8\"/>`,\n\"Logs\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Lollipop = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"11\" cy=\"11\" r=\"8\"/><path d=\"m21 21l-4.3-4.3M11 11a2 2 0 0 0 4 0a4 4 0 0 0-8 0a6 6 0 0 0 12 0\"/></g>`,\n\"Lollipop\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Luggage = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 20a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2\"/><path d=\"M8 18V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14m-6 2h4\"/><circle cx=\"16\" cy=\"20\" r=\"2\"/><circle cx=\"8\" cy=\"20\" r=\"2\"/></g>`,\n\"Luggage\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Magnet = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 15l4 4M2.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.029-6.029a1 1 0 1 1 3 3l-6.029 6.029a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.365-6.367A1 1 0 0 0 8.716 4.282zM5 8l4 4\"/>`,\n\"Magnet\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Mail = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m22 7l-8.991 5.727a2 2 0 0 1-2.009 0L2 7\"/><rect width=\"20\" height=\"16\" x=\"2\" y=\"4\" rx=\"2\"/></g>`,\n\"Mail\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MailCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8\"/><path d=\"m22 7l-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7m14 12l2 2l4-4\"/></g>`,\n\"MailCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MailMinus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8\"/><path d=\"m22 7l-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7m14 12h6\"/></g>`,\n\"MailMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MailOpen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0z\"/><path d=\"m22 10l-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10\"/></g>`,\n\"MailOpen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MailPlus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8\"/><path d=\"m22 7l-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7m17 9v6m-3-3h6\"/></g>`,\n\"MailPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MailQuestionMark = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5\"/><path d=\"m22 7l-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7m16 8.28c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3c0 1.3-2 2-2 2M20 22v.01\"/></g>`,\n\"MailQuestionMark\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MailSearch = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5\"/><path d=\"m22 7l-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7m16 14a3 3 0 1 0 0-6a3 3 0 0 0 0 6\"/><circle cx=\"18\" cy=\"18\" r=\"3\"/><path d=\"m22 22l-1.5-1.5\"/></g>`,\n\"MailSearch\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MailWarning = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5\"/><path d=\"m22 7l-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7m18 7v4m0 4v.01\"/></g>`,\n\"MailWarning\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MailX = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9\"/><path d=\"m22 7l-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7m15 10l4 4m0-4l-4 4\"/></g>`,\n\"MailX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Mailbox = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5C2 7 4 5 6.5 5H18c2.2 0 4 1.8 4 4z\"/><path d=\"M15 9h3v2M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2m-3-9h1\"/></g>`,\n\"Mailbox\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Mails = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M17 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 1-1.732M22 5.5l-6.419 4.179a2 2 0 0 1-2.162 0L7 5.5\"/><rect width=\"15\" height=\"12\" x=\"7\" y=\"3\" rx=\"2\"/></g>`,\n\"Mails\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Map = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0zm.894.211v15M9 3.236v15\"/>`,\n\"Map\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MapMinus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m11 19l-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V14m-6-8.236V14m6 4h-6M9 3.236v15\"/>`,\n\"MapMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MapPin = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0\"/><circle cx=\"12\" cy=\"10\" r=\"3\"/></g>`,\n\"MapPin\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MapPinCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19.43 12.935c.357-.967.57-1.955.57-2.935a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0a32 32 0 0 0 .813-.728\"/><circle cx=\"12\" cy=\"10\" r=\"3\"/><path d=\"m16 18l2 2l4-4\"/></g>`,\n\"MapPinCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MapPinCheckInside = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0\"/><path d=\"m9 10l2 2l4-4\"/></g>`,\n\"MapPinCheckInside\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MapPinHouse = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 22a1 1 0 0 1-1-1v-4a1 1 0 0 1 .445-.832l3-2a1 1 0 0 1 1.11 0l3 2A1 1 0 0 1 22 17v4a1 1 0 0 1-1 1zm3-12a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 .601.2M18 22v-3\"/><circle cx=\"10\" cy=\"10\" r=\"3\"/></g>`,\n\"MapPinHouse\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MapPinMinus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18.977 14C19.6 12.701 20 11.343 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0a32 32 0 0 0 .824-.738\"/><circle cx=\"12\" cy=\"10\" r=\"3\"/><path d=\"M16 18h6\"/></g>`,\n\"MapPinMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MapPinMinusInside = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0M9 10h6\"/>`,\n\"MapPinMinusInside\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MapPinOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.75 7.09a3 3 0 0 1 2.16 2.16m2.162 7.822c-1.634 2.17-3.527 3.912-4.471 4.727a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 1.432-4.568M2 2l20 20\"/><path d=\"M8.475 2.818A8 8 0 0 1 20 10c0 1.183-.31 2.377-.81 3.533M9.13 9.13a3 3 0 0 0 3.74 3.74\"/></g>`,\n\"MapPinOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MapPinPen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M17.97 9.304A8 8 0 0 0 2 10c0 4.69 4.887 9.562 7.022 11.468m12.356-4.842a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z\"/><circle cx=\"10\" cy=\"10\" r=\"3\"/></g>`,\n\"MapPinPen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MapPinPlus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19.914 11.105A7 7 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0a32 32 0 0 0 .824-.738\"/><circle cx=\"12\" cy=\"10\" r=\"3\"/><path d=\"M16 18h6m-3-3v6\"/></g>`,\n\"MapPinPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MapPinPlusInside = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0m-8-3v6m-3-3h6\"/>`,\n\"MapPinPlusInside\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MapPinX = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19.752 11.901A7.8 7.8 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0l.09-.077\"/><circle cx=\"12\" cy=\"10\" r=\"3\"/><path d=\"m21.5 15.5l-5 5m5 0l-5-5\"/></g>`,\n\"MapPinX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MapPinXInside = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0m-5.5-2.5l-5 5m0-5l5 5\"/>`,\n\"MapPinXInside\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MapPinned = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 8c0 3.613-3.869 7.429-5.393 8.795a1 1 0 0 1-1.214 0C9.87 15.429 6 11.613 6 8a6 6 0 0 1 12 0\"/><circle cx=\"12\" cy=\"8\" r=\"2\"/><path d=\"M8.714 14h-3.71a1 1 0 0 0-.948.683l-2.004 6A1 1 0 0 0 3 22h18a1 1 0 0 0 .948-1.316l-2-6a1 1 0 0 0-.949-.684h-3.712\"/></g>`,\n\"MapPinned\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MapPlus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m11 19l-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V12m-6-6.236V12m3 3v6m3-3h-6M9 3.236v15\"/>`,\n\"MapPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Mars = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 3h5v5m0-5l-6.75 6.75\"/><circle cx=\"10\" cy=\"14\" r=\"6\"/></g>`,\n\"Mars\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MarsStroke = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14 6l4 4m-1-7h4v4m0-4l-7.75 7.75\"/><circle cx=\"9\" cy=\"15\" r=\"6\"/></g>`,\n\"MarsStroke\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Martini = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 22h8m-4-11v11m7-19l-7 8l-7-8Z\"/>`,\n\"Martini\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Maximize = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3M3 16v3a2 2 0 0 0 2 2h3m8 0h3a2 2 0 0 0 2-2v-3\"/>`,\n\"Maximize\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Maximize2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 3h6v6m0-6l-7 7M3 21l7-7m-1 7H3v-6\"/>`,\n\"Maximize2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Medal = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7.21 15L2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15M11 12L5.12 2.2M13 12l5.88-9.8M8 7h8\"/><circle cx=\"12\" cy=\"17\" r=\"5\"/><path d=\"M12 18v-2h-.5\"/></g>`,\n\"Medal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Megaphone = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z\"/><path d=\"M6 14a12 12 0 0 0 2.4 7.2a2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14M8 6v8\"/></g>`,\n\"Megaphone\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MegaphoneOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11.636 6A13 13 0 0 0 19.4 3.2A1 1 0 0 1 21 4v11.344m-6.622-.987A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1M2 2l20 20\"/><path d=\"M6 14a12 12 0 0 0 2.4 7.2a2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14M8 8v6\"/></g>`,\n\"MegaphoneOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Meh = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M8 15h8M9 9h.01M15 9h.01\"/></g>`,\n\"Meh\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MemoryStick = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 12v-2m0 8v-2m4-4v-2m0 8v-2M2 11h1.5M20 18v-2m.5-5H22M4 18v-2m4-4v-2m0 8v-2\"/><rect width=\"20\" height=\"10\" x=\"2\" y=\"6\" rx=\"2\"/></g>`,\n\"MemoryStick\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Menu = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 5h16M4 12h16M4 19h16\"/>`,\n\"Menu\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Merge = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m8 6l4-4l4 4\"/><path d=\"M12 2v10.3a4 4 0 0 1-1.172 2.872L4 22m16 0l-5-5\"/></g>`,\n\"Merge\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageCircle = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092a10 10 0 1 0-4.777-4.719\"/>`,\n\"MessageCircle\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageCircleCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092a10 10 0 1 0-4.777-4.719\"/><path d=\"m9 12l2 2l4-4\"/></g>`,\n\"MessageCircleCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageCircleCode = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10 9l-3 3l3 3m4 0l3-3l-3-3\"/><path d=\"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092a10 10 0 1 0-4.777-4.719\"/></g>`,\n\"MessageCircleCode\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageCircleDashed = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.1 2.182a10 10 0 0 1 3.8 0m0 19.636a10 10 0 0 1-3.8 0M17.609 3.72a10 10 0 0 1 2.69 2.7M2.182 13.9a10 10 0 0 1 0-3.8m18.098 7.51a10 10 0 0 1-2.7 2.69m4.238-10.2a10 10 0 0 1 0 3.8M3.721 6.391a10 10 0 0 1 2.7-2.69m-.258 17.416l-2.906.85a1 1 0 0 1-1.236-1.169l.965-2.98\"/>`,\n\"MessageCircleDashed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageCircleHeart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092a10 10 0 1 0-4.777-4.719\"/><path d=\"M7.828 13.07A3 3 0 0 1 12 8.764a3 3 0 0 1 5.004 2.224a3 3 0 0 1-.832 2.083l-3.447 3.62a1 1 0 0 1-1.45-.001z\"/></g>`,\n\"MessageCircleHeart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageCircleMore = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092a10 10 0 1 0-4.777-4.719M8 12h.01M12 12h.01M16 12h.01\"/>`,\n\"MessageCircleMore\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageCircleOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m2 2l20 20M4.93 4.929a10 10 0 0 0-1.938 11.412a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092a10 10 0 0 0 11.302-1.989M8.35 2.69A10 10 0 0 1 21.3 15.65\"/>`,\n\"MessageCircleOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageCirclePlus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092a10 10 0 1 0-4.777-4.719M8 12h8m-4-4v8\"/>`,\n\"MessageCirclePlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageCircleQuestionMark = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092a10 10 0 1 0-4.777-4.719\"/><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3m.08 4h.01\"/></g>`,\n\"MessageCircleQuestionMark\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageCircleReply = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092a10 10 0 1 0-4.777-4.719\"/><path d=\"m10 15l-3-3l3-3\"/><path d=\"M7 12h8a2 2 0 0 1 2 2v1\"/></g>`,\n\"MessageCircleReply\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageCircleWarning = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092a10 10 0 1 0-4.777-4.719M12 8v4m0 4h.01\"/>`,\n\"MessageCircleWarning\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageCircleX = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092a10 10 0 1 0-4.777-4.719M15 9l-6 6m0-6l6 6\"/>`,\n\"MessageCircleX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageSquare = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z\"/>`,\n\"MessageSquare\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageSquareCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.7.7 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z\"/><path d=\"m9 11l2 2l4-4\"/></g>`,\n\"MessageSquareCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageSquareCode = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z\"/><path d=\"m10 8l-3 3l3 3m4 0l3-3l-3-3\"/></g>`,\n\"MessageSquareCode\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageSquareDashed = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 3h2m0 16h-2M2 12v-2m0 6v5.286a.71.71 0 0 0 1.212.502l1.149-1.149M20 19a2 2 0 0 0 2-2v-1m0-6v2m0-6V5a2 2 0 0 0-2-2M4 3a2 2 0 0 0-2 2v1m6 13h2M8 3h2\"/>`,\n\"MessageSquareDashed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageSquareDiff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2zm-12-2h4m-4-6h4m-2-2v4\"/>`,\n\"MessageSquareDiff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageSquareDot = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.7 3H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H20a2 2 0 0 0 2-2v-4.7\"/><circle cx=\"19\" cy=\"6\" r=\"3\"/></g>`,\n\"MessageSquareDot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageSquareHeart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z\"/><path d=\"M7.5 9.5c0 .687.265 1.383.697 1.844l3.009 3.264a1.14 1.14 0 0 0 .407.314a1 1 0 0 0 .783-.004a1.14 1.14 0 0 0 .398-.31l3.008-3.264A2.77 2.77 0 0 0 16.5 9.5A2.5 2.5 0 0 0 12 8a2.5 2.5 0 0 0-4.5 1.5\"/></g>`,\n\"MessageSquareHeart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageSquareLock = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 8.5V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H10\"/><path d=\"M20 15v-2a2 2 0 0 0-4 0v2\"/><rect width=\"8\" height=\"5\" x=\"14\" y=\"15\" rx=\"1\"/></g>`,\n\"MessageSquareLock\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageSquareMore = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2zm-10-6h.01M16 11h.01M8 11h.01\"/>`,\n\"MessageSquareMore\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageSquareOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 19H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.7.7 0 0 1 2 21.286V5a2 2 0 0 1 1.184-1.826M2 2l20 20M8.656 3H20a2 2 0 0 1 2 2v11.344\"/>`,\n\"MessageSquareOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageSquarePlus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2zM12 8v6m-3-3h6\"/>`,\n\"MessageSquarePlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageSquareQuote = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 14a2 2 0 0 0 2-2V8h-2\"/><path d=\"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z\"/><path d=\"M8 14a2 2 0 0 0 2-2V8H8\"/></g>`,\n\"MessageSquareQuote\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageSquareReply = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z\"/><path d=\"m10 8l-3 3l3 3\"/><path d=\"M17 14v-1a2 2 0 0 0-2-2H7\"/></g>`,\n\"MessageSquareReply\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageSquareShare = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 3H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H20a2 2 0 0 0 2-2v-4M16 3h6v6m-6 0l6-6\"/>`,\n\"MessageSquareShare\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageSquareText = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2zM7 11h10M7 15h6M7 7h8\"/>`,\n\"MessageSquareText\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageSquareWarning = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2zm-10-2h.01M12 7v4\"/>`,\n\"MessageSquareWarning\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessageSquareX = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2zm-7.5-8.5l-5 5m0-5l5 5\"/>`,\n\"MessageSquareX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MessagesSquare = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 10a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 14.286V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2zm4-1a2 2 0 0 1 2 2v10.286a.71.71 0 0 1-1.212.502l-2.202-2.202A2 2 0 0 0 17.172 19H10a2 2 0 0 1-2-2v-1\"/>`,\n\"MessagesSquare\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Metronome = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 11.4V9.1m0 7.9l6.59-6.59M15.05 5.7l-.218-.691a3 3 0 0 0-5.663 0L4.418 19.695A1 1 0 0 0 5.37 21h13.253a1 1 0 0 0 .951-1.31L18.45 16.2\"/><circle cx=\"20\" cy=\"9\" r=\"2\"/></g>`,\n\"Metronome\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Mic = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 19v3m7-12v2a7 7 0 0 1-14 0v-2\"/><rect width=\"6\" height=\"13\" x=\"9\" y=\"2\" rx=\"3\"/></g>`,\n\"Mic\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MicOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 19v3m3-12.66V5a3 3 0 0 0-5.68-1.33m7.63 13.28A7 7 0 0 1 5 12v-2m13.89 3.23A7 7 0 0 0 19 12v-2M2 2l20 20\"/><path d=\"M9 9v3a3 3 0 0 0 5.12 2.12\"/></g>`,\n\"MicOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MicVocal = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m11 7.601l-5.994 8.19a1 1 0 0 0 .1 1.298l.817.818a1 1 0 0 0 1.314.087L15.09 12\"/><path d=\"M16.5 21.174C15.5 20.5 14.372 20 13 20c-2.058 0-3.928 2.356-6 2s-2.775-3.369-1.5-4.5\"/><circle cx=\"16\" cy=\"7\" r=\"5\"/></g>`,\n\"MicVocal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Microchip = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 12h4m-4 5h4M10 7h4m4 5h2m-2 6h2M18 6h2M4 12h2m-2 6h2M4 6h2\"/><rect width=\"12\" height=\"20\" x=\"6\" y=\"2\" rx=\"2\"/></g>`,\n\"Microchip\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Microscope = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 18h8M3 22h18m-7 0a7 7 0 1 0 0-14h-1m-4 6h2m-2-2a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Zm3-6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3\"/>`,\n\"Microscope\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Microwave = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"15\" x=\"2\" y=\"4\" rx=\"2\"/><rect width=\"8\" height=\"7\" x=\"6\" y=\"8\" rx=\"1\"/><path d=\"M18 8v7M6 19v2m12-2v2\"/></g>`,\n\"Microwave\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Milestone = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 13v8m0-18v3M4 6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h13a2 2 0 0 0 1.152-.365l3.424-2.317a1 1 0 0 0 0-1.635l-3.424-2.318A2 2 0 0 0 17 6z\"/>`,\n\"Milestone\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Milk = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 2h8M9 2v2.789a4 4 0 0 1-.672 2.219l-.656.984A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-9.789a4 4 0 0 0-.672-2.219l-.656-.984A4 4 0 0 1 15 4.788V2\"/><path d=\"M7 15a6.47 6.47 0 0 1 5 0a6.47 6.47 0 0 0 5 0\"/></g>`,\n\"Milk\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MilkOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 2h8M9 2v1.343M15 2v2.789a4 4 0 0 0 .672 2.219l.656.984a4 4 0 0 1 .672 2.22v1.131M7.8 7.8l-.128.192A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-3\"/><path d=\"M7 15a6.47 6.47 0 0 1 5 0a6.47 6.47 0 0 0 3.435.435M2 2l20 20\"/></g>`,\n\"MilkOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Minimize = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3M3 16h3a2 2 0 0 1 2 2v3m8 0v-3a2 2 0 0 1 2-2h3\"/>`,\n\"Minimize\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Minimize2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14 10l7-7m-1 7h-6V4M3 21l7-7m-6 0h6v6\"/>`,\n\"Minimize2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Minus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 12h14\"/>`,\n\"Minus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MirrorRectangular = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 6L8 9m8-2l-8 8\"/><rect width=\"16\" height=\"20\" x=\"4\" y=\"2\" rx=\"2\"/></g>`,\n\"MirrorRectangular\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MirrorRound = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 6.6L8.6 8M12 18v4m3-14.5L9.5 13M7 22h10\"/><circle cx=\"12\" cy=\"10\" r=\"8\"/></g>`,\n\"MirrorRound\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Monitor = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/><path d=\"M8 21h8m-4-4v4\"/></g>`,\n\"Monitor\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MonitorCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m9 10l2 2l4-4\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/><path d=\"M12 17v4m-4 0h8\"/></g>`,\n\"MonitorCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MonitorCloud = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 13a3 3 0 1 1 2.83-4H14a2 2 0 0 1 0 4zm1 4v4m-4 0h8\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/></g>`,\n\"MonitorCloud\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MonitorCog = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 17v4m2.305-13.47l.923-.382m0-2.296l-.923-.383m2.547-1.241l-.383-.924m.383 6.468l-.383.923m2.679-6.467l.383-.924m-.001 7.392l-.382-.924m1.624-3.92l.924-.383m-.924 2.679l.924.383M22 13v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7M8 21h8\"/><circle cx=\"18\" cy=\"6\" r=\"3\"/></g>`,\n\"MonitorCog\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MonitorDot = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 17v4m10-8.693V15a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8.693M8 21h8\"/><circle cx=\"19\" cy=\"6\" r=\"3\"/></g>`,\n\"MonitorDot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MonitorDown = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 13V7m3 3l-3 3l-3-3\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/><path d=\"M12 17v4m-4 0h8\"/></g>`,\n\"MonitorDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MonitorOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 17v4m5-4H4a2 2 0 0 1-2-2V5a2 2 0 0 1 1.184-1.826M2 2l20 20M8 21h8M8.656 3H20a2 2 0 0 1 2 2v10a2 2 0 0 1-.293 1.042\"/>`,\n\"MonitorOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MonitorPause = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 13V7m4 6V7\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/><path d=\"M12 17v4m-4 0h8\"/></g>`,\n\"MonitorPause\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MonitorPlay = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56zM12 17v4m-4 0h8\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/></g>`,\n\"MonitorPlay\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MonitorSmartphone = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8m-2 4v-3.96v3.15M7 19h5\"/><rect width=\"6\" height=\"10\" x=\"16\" y=\"12\" rx=\"2\"/></g>`,\n\"MonitorSmartphone\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MonitorSpeaker = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5.5 20H8m9-11h.01\"/><rect width=\"10\" height=\"16\" x=\"12\" y=\"4\" rx=\"2\"/><path d=\"M8 6H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4\"/><circle cx=\"17\" cy=\"15\" r=\"1\"/></g>`,\n\"MonitorSpeaker\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MonitorStop = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 17v4m-4 0h8\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/><rect width=\"6\" height=\"6\" x=\"9\" y=\"7\" rx=\"1\"/></g>`,\n\"MonitorStop\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MonitorUp = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m9 10l3-3l3 3m-3 3V7\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/><path d=\"M12 17v4m-4 0h8\"/></g>`,\n\"MonitorUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MonitorX = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14.5 12.5l-5-5m0 5l5-5\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/><path d=\"M12 17v4m-4 0h8\"/></g>`,\n\"MonitorX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Moon = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401\"/>`,\n\"Moon\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MoonStar = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 5h4m-2-2v4m.985 5.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401\"/>`,\n\"MoonStar\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Motorbike = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m18 14l-1-3M3 9l6 2a2 2 0 0 1 2-2h2a2 2 0 0 1 1.99 1.81\"/><path d=\"M8 17h3a1 1 0 0 0 1-1a6 6 0 0 1 6-6a1 1 0 0 0 1-1v-.75A5 5 0 0 0 17 5\"/><circle cx=\"19\" cy=\"17\" r=\"3\"/><circle cx=\"5\" cy=\"17\" r=\"3\"/></g>`,\n\"Motorbike\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Mountain = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m8 3l4 8l5-5l5 15H2z\"/>`,\n\"Mountain\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MountainSnow = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m8 3l4 8l5-5l5 15H2z\"/><path d=\"M4.14 15.08q3.93-2.355 7.86.42c2.74 1.94 5.49 2 8.23.19\"/></g>`,\n\"MountainSnow\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Mouse = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"20\" x=\"5\" y=\"2\" rx=\"7\"/><path d=\"M12 6v4\"/></g>`,\n\"Mouse\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MouseLeft = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 7.318V10m-7 0v5a7 7 0 0 0 14 0V9c0-3.527-2.608-6.515-6-7\"/><circle cx=\"7\" cy=\"4\" r=\"2\"/></g>`,\n\"MouseLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MouseOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6v.343m6.218 11.875A7 7 0 0 1 5 15V9a7 7 0 0 1 .782-3.218M19 13.343V9A7 7 0 0 0 8.56 2.902M22 22L2 2\"/>`,\n\"MouseOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MousePointer = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12.586 12.586L19 19M3.688 3.037a.497.497 0 0 0-.651.651l6.5 15.999a.501.501 0 0 0 .947-.062l1.569-6.083a2 2 0 0 1 1.448-1.479l6.124-1.579a.5.5 0 0 0 .063-.947z\"/>`,\n\"MousePointer\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MousePointer2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4.037 4.688a.495.495 0 0 1 .651-.651l16 6.5a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063z\"/>`,\n\"MousePointer2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MousePointer2Off = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15.55 8.45l5.138 2.087a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063L8.45 15.551M22 2L2 22m4.816-10.472l-2.779-6.84a.495.495 0 0 1 .651-.651l6.84 2.779\"/>`,\n\"MousePointer2Off\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MousePointerBan = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2.034 2.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.944L8.204 7.545a1 1 0 0 0-.66.66l-1.066 3.443a.5.5 0 0 1-.944.033z\"/><circle cx=\"16\" cy=\"16\" r=\"6\"/><path d=\"m11.8 11.8l8.4 8.4\"/></g>`,\n\"MousePointerBan\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MousePointerClick = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 4.1L12 6M5.1 8l-2.9-.8M6 12l-1.9 2M7.2 2.2L8 5.1m1.037 4.59a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z\"/>`,\n\"MousePointerClick\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MouseRight = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 7.318V10m7 0v5a7 7 0 0 1-14 0V9c0-3.527 2.608-6.515 6-7\"/><circle cx=\"17\" cy=\"4\" r=\"2\"/></g>`,\n\"MouseRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Move = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v20m3-3l-3 3l-3-3M19 9l3 3l-3 3M2 12h20M5 9l-3 3l3 3M9 5l3-3l3 3\"/>`,\n\"Move\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Move3d = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5 3v16h16M5 19l6-6\"/><path d=\"m2 6l3-3l3 3m10 10l3 3l-3 3\"/></g>`,\n\"Move3d\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MoveDiagonal = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 19H5v-6m8-8h6v6m0-6L5 19\"/>`,\n\"MoveDiagonal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MoveDiagonal2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 13v6h-6m-8-8V5h6M5 5l14 14\"/>`,\n\"MoveDiagonal2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MoveDown = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m8 18l4 4l4-4M12 2v20\"/>`,\n\"MoveDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MoveDownLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 19H5v-6m14-8L5 19\"/>`,\n\"MoveDownLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MoveDownRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 13v6h-6M5 5l14 14\"/>`,\n\"MoveDownRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MoveHorizontal = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18 8l4 4l-4 4M2 12h20M6 8l-4 4l4 4\"/>`,\n\"MoveHorizontal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MoveLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 8l-4 4l4 4m-4-4h20\"/>`,\n\"MoveLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MoveRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18 8l4 4l-4 4M2 12h20\"/>`,\n\"MoveRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MoveUp = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m8 6l4-4l4 4m-4-4v20\"/>`,\n\"MoveUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MoveUpLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 11V5h6M5 5l14 14\"/>`,\n\"MoveUpLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MoveUpRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 5h6v6m0-6L5 19\"/>`,\n\"MoveUpRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const MoveVertical = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v20m-4-4l4 4l4-4M8 6l4-4l4 4\"/>`,\n\"MoveVertical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Music = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 18V5l12-2v13\"/><circle cx=\"6\" cy=\"18\" r=\"3\"/><circle cx=\"18\" cy=\"16\" r=\"3\"/></g>`,\n\"Music\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Music2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"8\" cy=\"18\" r=\"4\"/><path d=\"M12 18V2l7 4\"/></g>`,\n\"Music2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Music3 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"18\" r=\"4\"/><path d=\"M16 18V2\"/></g>`,\n\"Music3\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Music4 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 18V5l12-2v13M9 9l12-2\"/><circle cx=\"6\" cy=\"18\" r=\"3\"/><circle cx=\"18\" cy=\"16\" r=\"3\"/></g>`,\n\"Music4\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Navigation = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 11l19-9l-9 19l-2-8z\"/>`,\n\"Navigation\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Navigation2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 2l7 19l-7-4l-7 4z\"/>`,\n\"Navigation2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Navigation2Off = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.31 9.31L5 21l7-4l7 4l-1.17-3.17m-3.3-8.95L12 2l-1.17 3.17M2 2l20 20\"/>`,\n\"Navigation2Off\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const NavigationOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8.43 8.43L3 11l8 2l2 8l2.57-5.43m1.82-3.84L22 2l-9.73 4.61M2 2l20 20\"/>`,\n\"NavigationOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Network = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"6\" x=\"16\" y=\"16\" rx=\"1\"/><rect width=\"6\" height=\"6\" x=\"2\" y=\"16\" rx=\"1\"/><rect width=\"6\" height=\"6\" x=\"9\" y=\"2\" rx=\"1\"/><path d=\"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3m-7-4V8\"/></g>`,\n\"Network\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Newspaper = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 18h-5m8-4h-8m-6 8h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-4 0v-9a2 2 0 0 1 2-2h2\"/><rect width=\"8\" height=\"4\" x=\"10\" y=\"6\" rx=\"1\"/></g>`,\n\"Newspaper\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Nfc = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 8.32a7.43 7.43 0 0 1 0 7.36m3.46-9.47a11.76 11.76 0 0 1 0 11.58M12.91 4.1a15.91 15.91 0 0 1 .01 15.8M16.37 2a20.16 20.16 0 0 1 0 20\"/>`,\n\"Nfc\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const NonBinary = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 2v10M8.5 4l7 4m-7 0l7-4\"/><circle cx=\"12\" cy=\"17\" r=\"5\"/></g>`,\n\"NonBinary\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Notebook = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 6h4m-4 4h4m-4 4h4m-4 4h4\"/><rect width=\"16\" height=\"20\" x=\"4\" y=\"2\" rx=\"2\"/><path d=\"M16 2v20\"/></g>`,\n\"Notebook\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const NotebookPen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4M2 6h4m-4 4h4m-4 4h4m-4 4h4\"/><path d=\"M21.378 5.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z\"/></g>`,\n\"NotebookPen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const NotebookTabs = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 6h4m-4 4h4m-4 4h4m-4 4h4\"/><rect width=\"16\" height=\"20\" x=\"4\" y=\"2\" rx=\"2\"/><path d=\"M15 2v20m0-15h5m-5 5h5m-5 5h5\"/></g>`,\n\"NotebookTabs\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const NotebookText = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 6h4m-4 4h4m-4 4h4m-4 4h4\"/><rect width=\"16\" height=\"20\" x=\"4\" y=\"2\" rx=\"2\"/><path d=\"M9.5 8h5m-5 4H16m-6.5 4H14\"/></g>`,\n\"NotebookText\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const NotepadText = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 2v4m4-4v4m4-4v4\"/><rect width=\"16\" height=\"18\" x=\"4\" y=\"4\" rx=\"2\"/><path d=\"M8 10h6m-6 4h8m-8 4h5\"/></g>`,\n\"NotepadText\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const NotepadTextDashed = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 2v4m4-4v4m4-4v4m0-2h2a2 2 0 0 1 2 2v2m0 4v2m0 4v2a2 2 0 0 1-2 2h-1m-4 0h-2m-4 0H6a2 2 0 0 1-2-2v-2m0-4v-2m0-4V6a2 2 0 0 1 2-2h2m0 6h6m-6 4h8m-8 4h5\"/>`,\n\"NotepadTextDashed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Nut = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 4V2m-7 8v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592A7 7 0 0 0 19 14v-4\"/><path d=\"M12 4C8 4 4.5 6 4 8c-.243.97-.919 1.952-2 3c1.31-.082 1.972-.29 3-1c.54.92.982 1.356 2 2c1.452-.647 1.954-1.098 2.5-2c.595.995 1.151 1.427 2.5 2c1.31-.621 1.862-1.058 2.5-2c.629.977 1.162 1.423 2.5 2c1.209-.548 1.68-.967 2-2c1.032.916 1.683 1.157 3 1c-1.297-1.036-1.758-2.03-2-3c-.5-2-4-4-8-4\"/></g>`,\n\"Nut\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const NutOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 4V2m-7 8v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592a7 7 0 0 0 4.125-2.939M19 10v3.343\"/><path d=\"M12 12c-1.349-.573-1.905-1.005-2.5-2c-.546.902-1.048 1.353-2.5 2c-1.018-.644-1.46-1.08-2-2c-1.028.71-1.69.918-3 1c1.081-1.048 1.757-2.03 2-3c.194-.776.84-1.551 1.79-2.21m11.654 5.997c.887-.457 1.28-.891 1.556-1.787c1.032.916 1.683 1.157 3 1c-1.297-1.036-1.758-2.03-2-3c-.5-2-4-4-8-4c-.74 0-1.461.068-2.15.192M2 2l20 20\"/></g>`,\n\"NutOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Octagon = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z\"/>`,\n\"Octagon\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const OctagonAlert = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 16h.01M12 8v4m3.312-10a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z\"/>`,\n\"OctagonAlert\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const OctagonMinus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586zM8 12h8\"/>`,\n\"OctagonMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const OctagonPause = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 15V9m4 6V9M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z\"/>`,\n\"OctagonPause\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const OctagonX = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 9l-6 6m-6.414 1.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586zM9 9l6 6\"/>`,\n\"OctagonX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Omega = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 20h4.5a.5.5 0 0 0 .5-.5v-.282a.52.52 0 0 0-.247-.437a8 8 0 1 1 8.494-.001a.52.52 0 0 0-.247.438v.282a.5.5 0 0 0 .5.5H21\"/>`,\n\"Omega\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Option = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 3h6l6 18h6M14 3h7\"/>`,\n\"Option\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Orbit = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20.341 6.484A10 10 0 0 1 10.266 21.85m-6.607-4.334A10 10 0 0 1 13.74 2.152\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/><circle cx=\"19\" cy=\"5\" r=\"2\"/><circle cx=\"5\" cy=\"19\" r=\"2\"/></g>`,\n\"Orbit\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Origami = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 12V4a1 1 0 0 1 1-1h6.297a1 1 0 0 1 .651 1.759l-4.696 4.025M12 21l-7.414-7.414A2 2 0 0 1 4 12.172V6.415a1.002 1.002 0 0 1 1.707-.707L20 20.009\"/><path d=\"m12.214 3.381l8.414 14.966a1 1 0 0 1-.167 1.199l-1.168 1.163a1 1 0 0 1-.706.291H6.351a1 1 0 0 1-.625-.219L3.25 18.8a1 1 0 0 1 .631-1.781l4.165.027\"/></g>`,\n\"Origami\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Package = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73zm1 .27V12\"/><path d=\"M3.29 7L12 12l8.71-5M7.5 4.27l9 5.15\"/></g>`,\n\"Package\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Package2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 3v6m4.76-6a2 2 0 0 1 1.8 1.1l2.23 4.479a2 2 0 0 1 .21.891V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9.472a2 2 0 0 1 .211-.894L5.45 4.1A2 2 0 0 1 7.24 3zM3.054 9.013h17.893\"/>`,\n\"Package2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PackageCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m16 16l2 2l4-4\"/><path d=\"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14M7.5 4.27l9 5.15\"/><path d=\"M3.29 7L12 12l8.71-5M12 22V12\"/></g>`,\n\"PackageCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PackageMinus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 16h6m-1-6V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14M7.5 4.27l9 5.15\"/><path d=\"M3.29 7L12 12l8.71-5M12 22V12\"/></g>`,\n\"PackageMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PackageOpen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 22v-9m3.17-10.79a1.67 1.67 0 0 1 1.63 0L21 4.57a1.93 1.93 0 0 1 0 3.36L8.82 14.79a1.66 1.66 0 0 1-1.64 0L3 12.43a1.93 1.93 0 0 1 0-3.36z\"/><path d=\"M20 13v3.87a2.06 2.06 0 0 1-1.11 1.83l-6 3.08a1.93 1.93 0 0 1-1.78 0l-6-3.08A2.06 2.06 0 0 1 4 16.87V13\"/><path d=\"M21 12.43a1.93 1.93 0 0 0 0-3.36L8.83 2.2a1.64 1.64 0 0 0-1.63 0L3 4.57a1.93 1.93 0 0 0 0 3.36l12.18 6.86a1.64 1.64 0 0 0 1.63 0z\"/></g>`,\n\"PackageOpen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PackagePlus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 16h6m-3-3v6m2-9V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14M7.5 4.27l9 5.15\"/><path d=\"M3.29 7L12 12l8.71-5M12 22V12\"/></g>`,\n\"PackagePlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PackageSearch = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14M7.5 4.27l9 5.15\"/><path d=\"M3.29 7L12 12l8.71-5M12 22V12\"/><circle cx=\"18.5\" cy=\"15.5\" r=\"2.5\"/><path d=\"M20.27 17.27L22 19\"/></g>`,\n\"PackageSearch\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PackageX = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14M7.5 4.27l9 5.15\"/><path d=\"M3.29 7L12 12l8.71-5M12 22V12m5 1l5 5m-5 0l5-5\"/></g>`,\n\"PackageX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PaintBucket = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 7L6 2m12.992 10H2.041m19.104 6.38A3.34 3.34 0 0 1 20 16.5a3.3 3.3 0 0 1-1.145 1.88c-.575.46-.855 1.02-.855 1.595A2 2 0 0 0 20 22a2 2 0 0 0 2-2.025c0-.58-.285-1.13-.855-1.595M8.5 4.5l2.148-2.148a1.205 1.205 0 0 1 1.704 0l7.296 7.296a1.205 1.205 0 0 1 0 1.704l-7.592 7.592a3.615 3.615 0 0 1-5.112 0l-3.888-3.888a3.615 3.615 0 0 1 0-5.112L5.67 7.33\"/>`,\n\"PaintBucket\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PaintRoller = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"6\" x=\"2\" y=\"2\" rx=\"2\"/><path d=\"M10 16v-2a2 2 0 0 1 2-2h8a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2\"/><rect width=\"4\" height=\"6\" x=\"8\" y=\"16\" rx=\"1\"/></g>`,\n\"PaintRoller\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Paintbrush = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14.622 17.897l-10.68-2.913M18.376 2.622a1 1 0 1 1 3.002 3.002L17.36 9.643a.5.5 0 0 0 0 .707l.944.944a2.41 2.41 0 0 1 0 3.408l-.944.944a.5.5 0 0 1-.707 0L8.354 7.348a.5.5 0 0 1 0-.707l.944-.944a2.41 2.41 0 0 1 3.408 0l.944.944a.5.5 0 0 0 .707 0zM9 8c-1.804 2.71-3.97 3.46-6.583 3.948a.507.507 0 0 0-.302.819l7.32 8.883a1 1 0 0 0 1.185.204C12.735 20.405 16 16.792 16 15\"/>`,\n\"Paintbrush\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PaintbrushVertical = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 2v2m4-2v4m3-4a1 1 0 0 1 1 1v9H6V3a1 1 0 0 1 1-1zM6 12a1 1 0 0 0-1 1v1a2 2 0 0 0 2 2h2a1 1 0 0 1 1 1v2.9a2 2 0 1 0 4 0V17a1 1 0 0 1 1-1h2a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1\"/>`,\n\"PaintbrushVertical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Palette = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 22a1 1 0 0 1 0-20a10 9 0 0 1 10 9a5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z\"/><circle cx=\"13.5\" cy=\"6.5\" r=\".5\" fill=\"currentColor\"/><circle cx=\"17.5\" cy=\"10.5\" r=\".5\" fill=\"currentColor\"/><circle cx=\"6.5\" cy=\"12.5\" r=\".5\" fill=\"currentColor\"/><circle cx=\"8.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"/></g>`,\n\"Palette\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Panda = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11.25 17.25h1.5L12 18zM15 12l2 2m1-7.5a.5.5 0 0 0-.5-.5\"/><path d=\"M20.69 9.67a4.5 4.5 0 1 0-7.04-5.5a8.4 8.4 0 0 0-3.3 0a4.5 4.5 0 1 0-7.04 5.5C2.49 11.2 2 12.88 2 14.5C2 19.47 6.48 22 12 22s10-2.53 10-7.5c0-1.62-.48-3.3-1.3-4.83\"/><path d=\"M6 6.5a.495.495 0 0 1 .5-.5M9 12l-2 2\"/></g>`,\n\"Panda\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelBottom = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M3 15h18\"/></g>`,\n\"PanelBottom\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelBottomClose = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M3 15h18m-6-7l-3 3l-3-3\"/></g>`,\n\"PanelBottomClose\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelBottomDashed = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M14 15h1m4 0h2M3 15h2m4 0h1\"/></g>`,\n\"PanelBottomDashed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelBottomOpen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M3 15h18M9 10l3-3l3 3\"/></g>`,\n\"PanelBottomOpen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelLeft = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M9 3v18\"/></g>`,\n\"PanelLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelLeftClose = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M9 3v18m7-6l-3-3l3-3\"/></g>`,\n\"PanelLeftClose\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelLeftDashed = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M9 14v1m0 4v2M9 3v2m0 4v1\"/></g>`,\n\"PanelLeftDashed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelLeftOpen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M9 3v18m5-12l3 3l-3 3\"/></g>`,\n\"PanelLeftOpen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelLeftRightDashed = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 10V9m0 6v-1m0 7v-2m0-14V3m-6 7V9m0 6v-1m0 7v-2M9 5V3\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>`,\n\"PanelLeftRightDashed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelRight = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M15 3v18\"/></g>`,\n\"PanelRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelRightClose = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M15 3v18M8 9l3 3l-3 3\"/></g>`,\n\"PanelRightClose\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelRightDashed = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M15 14v1m0 4v2m0-18v2m0 4v1\"/></g>`,\n\"PanelRightDashed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelRightOpen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M15 3v18m-5-6l-3-3l3-3\"/></g>`,\n\"PanelRightOpen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelTop = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M3 9h18\"/></g>`,\n\"PanelTop\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelTopBottomDashed = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 15h1m-1-6h1m4 6h2m-2-6h2M3 15h2M3 9h2m4 6h1M9 9h1\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>`,\n\"PanelTopBottomDashed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelTopClose = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M3 9h18M9 16l3-3l3 3\"/></g>`,\n\"PanelTopClose\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelTopDashed = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M14 9h1m4 0h2M3 9h2m4 0h1\"/></g>`,\n\"PanelTopDashed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelTopOpen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M3 9h18m-6 5l-3 3l-3-3\"/></g>`,\n\"PanelTopOpen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelsLeftBottom = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M9 3v18m0-6h12\"/></g>`,\n\"PanelsLeftBottom\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelsRightBottom = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M3 15h12m0-12v18\"/></g>`,\n\"PanelsRightBottom\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PanelsTopLeft = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M3 9h18M9 21V9\"/></g>`,\n\"PanelsTopLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Paperclip = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16 6l-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551\"/>`,\n\"Paperclip\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Parentheses = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 21s-4-3-4-9s4-9 4-9m8 0s4 3 4 9s-4 9-4 9\"/>`,\n\"Parentheses\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ParkingMeter = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 15h2m-1-3v3m0 4v3m3.282-3a1 1 0 0 0 .948-.68l2.37-6.988a7 7 0 1 0-13.2 0l2.37 6.988a1 1 0 0 0 .948.68z\"/><path d=\"M9 9a3 3 0 1 1 6 0\"/></g>`,\n\"ParkingMeter\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PartyPopper = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5.8 11.3L2 22l10.7-3.79M4 3h.01M22 8h.01M15 2h.01M22 20h.01M22 2l-2.24.75a2.9 2.9 0 0 0-1.96 3.12c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10m8 3l-.82-.33c-.86-.34-1.82.2-1.98 1.11c-.11.7-.72 1.22-1.43 1.22H17M11 2l.33.82c.34.86-.2 1.82-1.11 1.98c-.7.1-1.22.72-1.22 1.43V7\"/><path d=\"M11 13c1.93 1.93 2.83 4.17 2 5s-3.07-.07-5-2s-2.83-4.17-2-5s3.07.07 5 2\"/></g>`,\n\"PartyPopper\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Pause = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"5\" height=\"18\" x=\"14\" y=\"3\" rx=\"1\"/><rect width=\"5\" height=\"18\" x=\"5\" y=\"3\" rx=\"1\"/></g>`,\n\"Pause\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PawPrint = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"11\" cy=\"4\" r=\"2\"/><circle cx=\"18\" cy=\"8\" r=\"2\"/><circle cx=\"20\" cy=\"16\" r=\"2\"/><path d=\"M9 10a5 5 0 0 1 5 5v3.5a3.5 3.5 0 0 1-6.84 1.045q-.64-2.065-2.7-2.705A3.5 3.5 0 0 1 5.5 10Z\"/></g>`,\n\"PawPrint\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PcCase = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"20\" x=\"5\" y=\"2\" rx=\"2\"/><path d=\"M15 14h.01M9 6h6m-6 4h6\"/></g>`,\n\"PcCase\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Pen = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z\"/>`,\n\"Pen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PenLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 21h8m.174-14.188a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z\"/>`,\n\"PenLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PenOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10 10l-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982m-1.171-6.81l4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353M2 2l20 20\"/>`,\n\"PenOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PenTool = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15.707 21.293a1 1 0 0 1-1.414 0l-1.586-1.586a1 1 0 0 1 0-1.414l5.586-5.586a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 1 0 1.414z\"/><path d=\"m18 13l-1.375-6.874a1 1 0 0 0-.746-.776L3.235 2.028a1 1 0 0 0-1.207 1.207L5.35 15.879a1 1 0 0 0 .776.746L13 18M2.3 2.3l7.286 7.286\"/><circle cx=\"11\" cy=\"11\" r=\"2\"/></g>`,\n\"PenTool\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Pencil = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497zM15 5l4 4\"/>`,\n\"Pencil\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PencilLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 21h8M15 5l4 4m2.174-2.188a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z\"/>`,\n\"PencilLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PencilOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10 10l-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982m-1.171-6.81l4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353M15 5l4 4M2 2l20 20\"/>`,\n\"PencilOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PencilRuler = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 7L8.7 2.7a2.41 2.41 0 0 0-3.4 0L2.7 5.3a2.41 2.41 0 0 0 0 3.4L7 13m1-7l2-2m8 12l2-2m-3-3l4.3 4.3c.94.94.94 2.46 0 3.4l-2.6 2.6c-.94.94-2.46.94-3.4 0L11 17M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497zM15 5l4 4\"/>`,\n\"PencilRuler\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Pentagon = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.83 2.38a2 2 0 0 1 2.34 0l8 5.74a2 2 0 0 1 .73 2.25l-3.04 9.26a2 2 0 0 1-1.9 1.37H7.04a2 2 0 0 1-1.9-1.37L2.1 10.37a2 2 0 0 1 .73-2.25z\"/>`,\n\"Pentagon\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Percent = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19 5L5 19\"/><circle cx=\"6.5\" cy=\"6.5\" r=\"2.5\"/><circle cx=\"17.5\" cy=\"17.5\" r=\"2.5\"/></g>`,\n\"Percent\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PersonStanding = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"5\" r=\"1\"/><path d=\"m9 20l3-6l3 6M6 8l6 2l6-2m-6 2v4\"/></g>`,\n\"PersonStanding\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PhilippinePeso = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 11H4m16-4H4m3 14V4a1 1 0 0 1 1-1h4a1 1 0 0 1 0 12H7\"/>`,\n\"PhilippinePeso\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Phone = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233a14 14 0 0 0 6.392 6.384\"/>`,\n\"Phone\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PhoneCall = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 2a9 9 0 0 1 9 9m-9-5a5 5 0 0 1 5 5m-4.168 5.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233a14 14 0 0 0 6.392 6.384\"/>`,\n\"PhoneCall\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PhoneForwarded = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 6h8m-4-4l4 4l-4 4m-4.168 6.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233a14 14 0 0 0 6.392 6.384\"/>`,\n\"PhoneForwarded\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PhoneIncoming = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 2v6h6m0-6l-6 6m-2.168 8.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233a14 14 0 0 0 6.392 6.384\"/>`,\n\"PhoneIncoming\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PhoneMissed = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16 2l6 6m0-6l-6 6m-2.168 8.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233a14 14 0 0 0 6.392 6.384\"/>`,\n\"PhoneMissed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PhoneOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.1 13.9a14 14 0 0 0 3.732 2.668a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2a18 18 0 0 1-12.728-5.272M22 2L2 22m2.76-8.418A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233a14 14 0 0 0 .244.473\"/>`,\n\"PhoneOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PhoneOutgoing = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16 8l6-6m0 6V2h-6m-2.168 14.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233a14 14 0 0 0 6.392 6.384\"/>`,\n\"PhoneOutgoing\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Pi = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 4v16M4 7c0-1.7 1.3-3 3-3h13\"/><path d=\"M18 20c-1.7 0-3-1.3-3-3V4\"/></g>`,\n\"Pi\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Piano = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18.5 8c-1.4 0-2.6-.8-3.2-2A6.87 6.87 0 0 0 2 9v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-8.5C22 9.6 20.4 8 18.5 8M2 14h20M6 14v4m4-4v4m4-4v4m4-4v4\"/>`,\n\"Piano\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Pickaxe = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14 13l-8.381 8.38a1 1 0 0 1-3.001-3L11 9.999m4.973-5.972A13 13 0 0 0 5.902 2.373c-1.398.342-1.092 2.158.277 2.601a19.9 19.9 0 0 1 5.822 3.024m4 4.001a19.9 19.9 0 0 1 3.024 5.824c.444 1.369 2.26 1.676 2.603.278A13 13 0 0 0 20 8.069\"/><path d=\"M18.352 3.352a1.205 1.205 0 0 0-1.704 0l-5.296 5.296a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l5.296-5.296a1.205 1.205 0 0 0 0-1.704z\"/></g>`,\n\"Pickaxe\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PictureInPicture = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 10h6V4M2 4l6 6m13 0V7a2 2 0 0 0-2-2h-7m-9 9v2a2 2 0 0 0 2 2h3\"/><rect width=\"10\" height=\"7\" x=\"12\" y=\"14\" rx=\"1\"/></g>`,\n\"PictureInPicture\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PictureInPicture2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4\"/><rect width=\"10\" height=\"7\" x=\"12\" y=\"13\" rx=\"2\"/></g>`,\n\"PictureInPicture2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PiggyBank = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 17h3v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a3.16 3.16 0 0 0 2-2h1a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-1a5 5 0 0 0-2-4V3a4 4 0 0 0-3.2 1.6l-.3.4H11a6 6 0 0 0-6 6v1a5 5 0 0 0 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm5-7h.01M2 8v1a2 2 0 0 0 2 2h1\"/>`,\n\"PiggyBank\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Pilcrow = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 4v16m4-16v16m2-16H9.5a4.5 4.5 0 0 0 0 9H13\"/>`,\n\"Pilcrow\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PilcrowLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 3v11m0-5h-3a3 3 0 0 1 0-6h9m-2 0v11m4 4H2l4-4m0 8l-4-4\"/>`,\n\"PilcrowLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PilcrowRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 3v11m0-5H7a1 1 0 0 1 0-6h8m-1 0v11m4 0l4 4H2m20 0l-4 4\"/>`,\n\"PilcrowRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Pill = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10.5 20.5l10-10a4.95 4.95 0 1 0-7-7l-10 10a4.95 4.95 0 1 0 7 7m-2-12l7 7\"/>`,\n\"Pill\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PillBottle = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 11h-4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4\"/><path d=\"M6 7v13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7\"/><rect width=\"16\" height=\"5\" x=\"4\" y=\"2\" rx=\"1\"/></g>`,\n\"PillBottle\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Pin = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 17v5M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4a1 1 0 0 1 1 1z\"/>`,\n\"Pin\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PinOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 17v5m3-12.66V7a1 1 0 0 1 1-1a2 2 0 0 0 0-4H7.89M2 2l20 20M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h11\"/>`,\n\"PinOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Pipette = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12 9l-8.414 8.414A2 2 0 0 0 3 18.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 3.828 21h1.344a2 2 0 0 0 1.414-.586L15 12\"/><path d=\"m18 9l.4.4a1 1 0 1 1-3 3l-3.8-3.8a1 1 0 1 1 3-3l.4.4l3.4-3.4a1 1 0 1 1 3 3zM2 22l.414-.414\"/></g>`,\n\"Pipette\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Pizza = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12 14l-1 1m2.75 3.25l-1.25 1.42m5.275-14.016a15.68 15.68 0 0 0-12.121 12.12M18.8 9.3a1 1 0 0 0 2.1 7.7\"/><path d=\"M21.964 20.732a1 1 0 0 1-1.232 1.232l-18-5a1 1 0 0 1-.695-1.232A19.68 19.68 0 0 1 15.732 2.037a1 1 0 0 1 1.232.695z\"/></g>`,\n\"Pizza\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Plane = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.8 19.2L16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8L4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1l3 2l2 3l1-1v-3l3-2l3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2\"/>`,\n\"Plane\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PlaneLanding = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 22h20M3.77 10.77L2 9l2-4.5l1.1.55c.55.28.9.84.9 1.45s.35 1.17.9 1.45L8 8.5l3-6l1.05.53a2 2 0 0 1 1.09 1.52l.72 5.4a2 2 0 0 0 1.09 1.52l4.4 2.2c.42.22.78.55 1.01.96l.6 1.03c.49.88-.06 1.98-1.06 2.1l-1.18.15c-.47.06-.95-.02-1.37-.24L4.29 11.15a2 2 0 0 1-.52-.38\"/>`,\n\"PlaneLanding\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PlaneTakeoff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 22h20M6.36 17.4L4 17l-2-4l1.1-.55a2 2 0 0 1 1.8 0l.17.1a2 2 0 0 0 1.8 0L8 12L5 6l.9-.45a2 2 0 0 1 2.09.2l4.02 3a2 2 0 0 0 2.1.2l4.19-2.06a2.4 2.4 0 0 1 1.73-.17L21 7a1.4 1.4 0 0 1 .87 1.99l-.38.76c-.23.46-.6.84-1.07 1.08L7.58 17.2a2 2 0 0 1-1.22.18Z\"/>`,\n\"PlaneTakeoff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Play = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z\"/>`,\n\"Play\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Plug = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 22v-5m3-9V2m2 6a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1zM9 8V2\"/>`,\n\"Plug\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Plug2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 2v6m6-6v6m-3 9v5M5 8h14M6 11V8h12v3a6 6 0 1 1-12 0\"/>`,\n\"Plug2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PlugZap = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6l-2.3 2.3a2.4 2.4 0 0 0 0 3.4ZM2 22l3-3m2.5-5.5L10 11m.5 5.5L13 14m5-11l-4 4h6l-4 4\"/>`,\n\"PlugZap\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Plus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 12h14m-7-7v14\"/>`,\n\"Plus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Pocket = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 3a2 2 0 0 1 2 2v6a1 1 0 0 1-20 0V5a2 2 0 0 1 2-2z\"/><path d=\"m8 10l4 4l4-4\"/></g>`,\n\"Pocket\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PocketKnife = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 2v1c0 1 2 1 2 2S3 6 3 7s2 1 2 2s-2 1-2 2s2 1 2 2m13-7h.01M6 18h.01m14.82-9.17a4 4 0 0 0-5.66-5.66l-12 12a4 4 0 1 0 5.66 5.66Z\"/><path d=\"M18 11.66V22a4 4 0 0 0 4-4V6\"/></g>`,\n\"PocketKnife\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Podcast = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path fill=\"currentColor\" d=\"M13 17a1 1 0 1 0-2 0l.5 4.5a.5.5 0 0 0 1 0z\"/><path d=\"M16.85 18.58a9 9 0 1 0-9.7 0\"/><path d=\"M8 14a5 5 0 1 1 8 0\"/><circle cx=\"12\" cy=\"11\" r=\"1\" fill=\"currentColor\"/></g>`,\n\"Podcast\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Pointer = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 14a8 8 0 0 1-8 8m4-11v-1a2 2 0 0 0-2-2a2 2 0 0 0-2 2m0 0V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1m0-.5V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v10\"/><path d=\"M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15\"/></g>`,\n\"Pointer\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PointerOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 4.5V4a2 2 0 0 0-2.41-1.957M13.9 8.4a2 2 0 0 0-1.26-1.295M21.7 16.2A8 8 0 0 0 22 14v-3a2 2 0 1 0-4 0v-1a2 2 0 0 0-3.63-1.158M7 15l-1.8-1.8a2 2 0 0 0-2.79 2.86L6 19.7a7.74 7.74 0 0 0 6 2.3h2a8 8 0 0 0 5.657-2.343M6 6v8M2 2l20 20\"/>`,\n\"PointerOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Popcorn = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 8a2 2 0 0 0 0-4a2 2 0 0 0-4 0a2 2 0 0 0-4 0a2 2 0 0 0-4 0a2 2 0 0 0 0 4m4 14L9 8m5 14l1-14\"/><path d=\"M20 8c.5 0 .9.4.8 1l-2.6 12c-.1.5-.7 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L3.2 9c-.1-.6.3-1 .8-1Z\"/></g>`,\n\"Popcorn\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Popsicle = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18.6 14.4c.8-.8.8-2 0-2.8l-8.1-8.1a4.95 4.95 0 1 0-7.1 7.1l8.1 8.1c.9.7 2.1.7 2.9-.1ZM22 22l-5.5-5.5\"/>`,\n\"Popsicle\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PoundSterling = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 7c0-5.333-8-5.333-8 0m0 0v14m-4 0h12M6 13h10\"/>`,\n\"PoundSterling\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Power = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v10m6.4-5.4a9 9 0 1 1-12.77.04\"/>`,\n\"Power\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PowerOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18.36 6.64A9 9 0 0 1 20.77 15M6.16 6.16a9 9 0 1 0 12.68 12.68M12 2v4M2 2l20 20\"/>`,\n\"PowerOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Presentation = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 3h20m-1 0v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3m4 18l5-5l5 5\"/>`,\n\"Presentation\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Printer = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6\"/><rect width=\"12\" height=\"8\" x=\"6\" y=\"14\" rx=\"1\"/></g>`,\n\"Printer\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PrinterCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13.5 22H7a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v.5M16 19l2 2l4-4\"/><path d=\"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6\"/></g>`,\n\"PrinterCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const PrinterX = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.531 22H7a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h6.377m3.123 2.5l5 5m-5 0l5-5\"/><path d=\"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1.5M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6\"/></g>`,\n\"PrinterX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Projector = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5 7L3 5m6 1V3m4 4l2-2\"/><circle cx=\"9\" cy=\"13\" r=\"3\"/><path d=\"M11.83 12H20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2.17M16 16h2\"/></g>`,\n\"Projector\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Proportions = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"16\" x=\"2\" y=\"4\" rx=\"2\"/><path d=\"M12 9v11M2 9h13a2 2 0 0 1 2 2v9\"/></g>`,\n\"Proportions\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Puzzle = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15.39 4.39a1 1 0 0 0 1.68-.474a2.5 2.5 0 1 1 3.014 3.015a1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474a2.5 2.5 0 1 0-3.014 3.015a1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474a2.5 2.5 0 1 1-3.014-3.015a1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474a2.5 2.5 0 1 0 3.014-3.015a1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z\"/>`,\n\"Puzzle\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Pyramid = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.5 16.88a1 1 0 0 1-.32-1.43l9-13.02a1 1 0 0 1 1.64 0l9 13.01a1 1 0 0 1-.32 1.44l-8.51 4.86a2 2 0 0 1-1.98 0ZM12 2v20\"/>`,\n\"Pyramid\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const QrCode = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"5\" height=\"5\" x=\"3\" y=\"3\" rx=\"1\"/><rect width=\"5\" height=\"5\" x=\"16\" y=\"3\" rx=\"1\"/><rect width=\"5\" height=\"5\" x=\"3\" y=\"16\" rx=\"1\"/><path d=\"M21 16h-3a2 2 0 0 0-2 2v3m5 0v.01M12 7v3a2 2 0 0 1-2 2H7m-4 0h.01M12 3h.01M12 16v.01M16 12h1m4 0v.01M12 21v-1\"/></g>`,\n\"QrCode\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Quote = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2a1 1 0 0 1 1 1v1a2 2 0 0 1-2 2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1a6 6 0 0 0 6-6V5a2 2 0 0 0-2-2zM5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2a1 1 0 0 1 1 1v1a2 2 0 0 1-2 2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1a6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z\"/>`,\n\"Quote\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Rabbit = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 16a3 3 0 0 1 2.24 5M18 12h.01\"/><path d=\"M18 21h-8a4 4 0 0 1-4-4a7 7 0 0 1 7-7h.2L9.6 6.4a1 1 0 1 1 2.8-2.8L15.8 7h.2c3.3 0 6 2.7 6 6v1a2 2 0 0 1-2 2h-1a3 3 0 0 0-3 3\"/><path d=\"M20 8.54V4a2 2 0 1 0-4 0v3m-8.388 5.524a3 3 0 1 0-1.6 4.3\"/></g>`,\n\"Rabbit\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Radar = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19.07 4.93A10 10 0 0 0 6.99 3.34M4 6h.01M2.29 9.62a10 10 0 1 0 19.02-1.27\"/><path d=\"M16.24 7.76a6 6 0 1 0-8.01 8.91M12 18h.01m5.98-6.34a6 6 0 0 1-2.22 5.01\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/><path d=\"m13.41 10.59l5.66-5.66\"/></g>`,\n\"Radar\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Radiation = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 12h.01M14 15.464a4 4 0 0 1-4 0l-2.472 4.282a1 1 0 0 0 .465 1.416a10 10 0 0 0 8.014 0a1 1 0 0 0 .465-1.416zM16 12a4 4 0 0 0-2-3.464l2.472-4.282a1 1 0 0 1 1.46-.305a10 10 0 0 1 4.006 6.94A1 1 0 0 1 21 12zm-8 0a4 4 0 0 1 2-3.464L7.528 4.254a1 1 0 0 0-1.46-.305a10 10 0 0 0-4.006 6.94A1 1 0 0 0 3 12z\"/>`,\n\"Radiation\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Radical = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 12h3.28a1 1 0 0 1 .948.684l2.298 7.934a.5.5 0 0 0 .96-.044L13.82 4.771A1 1 0 0 1 14.792 4H21\"/>`,\n\"Radical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Radio = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16.247 7.761a6 6 0 0 1 0 8.478m2.828-11.306a10 10 0 0 1 0 14.134m-14.15 0a10 10 0 0 1 0-14.134m2.828 11.306a6 6 0 0 1 0-8.478\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/></g>`,\n\"Radio\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RadioReceiver = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5 16v2m14-2v2\"/><rect width=\"20\" height=\"8\" x=\"2\" y=\"8\" rx=\"2\"/><path d=\"M18 12h.01\"/></g>`,\n\"RadioReceiver\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RadioTower = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4.9 16.1C1 12.2 1 5.8 4.9 1.9m2.9 2.8a6.14 6.14 0 0 0-.8 7.5\"/><circle cx=\"12\" cy=\"9\" r=\"2\"/><path d=\"M16.2 4.8c2 2 2.26 5.11.8 7.47M19.1 1.9a9.96 9.96 0 0 1 0 14.1m-9.6 2h5M8 22l4-11l4 11\"/></g>`,\n\"RadioTower\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Radius = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20.34 17.52a10 10 0 1 0-2.82 2.82\"/><circle cx=\"19\" cy=\"19\" r=\"2\"/><path d=\"m13.41 13.41l4.18 4.18\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/></g>`,\n\"Radius\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RailSymbol = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 15h14M5 9h14m-5 11l-5-5l6-6l-5-5\"/>`,\n\"RailSymbol\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Rainbow = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 17a10 10 0 0 0-20 0\"/><path d=\"M6 17a6 6 0 0 1 12 0\"/><path d=\"M10 17a2 2 0 0 1 4 0\"/></g>`,\n\"Rainbow\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Rat = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 22H4a2 2 0 0 1 0-4h12m-2.764 0a3 3 0 0 0-2.2-5M16 9h.01\"/><path d=\"M16.82 3.94a3 3 0 1 1 3.237 4.868l1.815 2.587a1.5 1.5 0 0 1-1.5 2.1l-2.872-.453a3 3 0 0 0-3.5 3\"/><path d=\"M17 4.988a3 3 0 1 0-5.2 2.052A7 7 0 0 0 4 14.015A4 4 0 0 0 8 18\"/></g>`,\n\"Rat\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Ratio = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"12\" height=\"20\" x=\"6\" y=\"2\" rx=\"2\"/><rect width=\"20\" height=\"12\" x=\"2\" y=\"6\" rx=\"2\"/></g>`,\n\"Ratio\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Receipt = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 2v20l2-1l2 1l2-1l2 1l2-1l2 1l2-1l2 1V2l-2 1l-2-1l-2 1l-2-1l-2 1l-2-1l-2 1Z\"/><path d=\"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8m4 1.5v-11\"/></g>`,\n\"Receipt\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ReceiptCent = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 2v20l2-1l2 1l2-1l2 1l2-1l2 1l2-1l2 1V2l-2 1l-2-1l-2 1l-2-1l-2 1l-2-1l-2 1Zm8 4.5v11\"/><path d=\"M15 9.4a4 4 0 1 0 0 5.2\"/></g>`,\n\"ReceiptCent\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ReceiptEuro = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 2v20l2-1l2 1l2-1l2 1l2-1l2 1l2-1l2 1V2l-2 1l-2-1l-2 1l-2-1l-2 1l-2-1l-2 1Zm4 10h5\"/><path d=\"M16 9.5a4 4 0 1 0 0 5.2\"/></g>`,\n\"ReceiptEuro\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ReceiptIndianRupee = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 2v20l2-1l2 1l2-1l2 1l2-1l2 1l2-1l2 1V2l-2 1l-2-1l-2 1l-2-1l-2 1l-2-1l-2 1Zm4 5h8\"/><path d=\"M12 17.5L8 15h1a4 4 0 0 0 0-8m-1 4h8\"/></g>`,\n\"ReceiptIndianRupee\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ReceiptJapaneseYen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 2v20l2-1l2 1l2-1l2 1l2-1l2 1l2-1l2 1V2l-2 1l-2-1l-2 1l-2-1l-2 1l-2-1l-2 1Zm8 8l3-3\"/><path d=\"m9 7l3 3v7.5M9 11h6m-6 4h6\"/></g>`,\n\"ReceiptJapaneseYen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ReceiptPoundSterling = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 2v20l2-1l2 1l2-1l2 1l2-1l2 1l2-1l2 1V2l-2 1l-2-1l-2 1l-2-1l-2 1l-2-1l-2 1Zm4 11h5\"/><path d=\"M10 17V9.5a2.5 2.5 0 0 1 5 0M8 17h7\"/></g>`,\n\"ReceiptPoundSterling\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ReceiptRussianRuble = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 2v20l2-1l2 1l2-1l2 1l2-1l2 1l2-1l2 1V2l-2 1l-2-1l-2 1l-2-1l-2 1l-2-1l-2 1Zm4 13h5\"/><path d=\"M8 11h5a2 2 0 1 0 0-4h-3v10\"/></g>`,\n\"ReceiptRussianRuble\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ReceiptSwissFranc = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 2v20l2-1l2 1l2-1l2 1l2-1l2 1l2-1l2 1V2l-2 1l-2-1l-2 1l-2-1l-2 1l-2-1l-2 1Z\"/><path d=\"M10 17V7h5m-5 4h4m-6 4h5\"/></g>`,\n\"ReceiptSwissFranc\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ReceiptText = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 16H8m6-8H8m8 4H8M4 3a1 1 0 0 1 1-1a1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1a1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2a1 1 0 0 1-1-1z\"/>`,\n\"ReceiptText\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ReceiptTurkishLira = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 6.5v11a5.5 5.5 0 0 0 5.5-5.5M14 8l-6 3\"/><path d=\"M4 2v20l2-1l2 1l2-1l2 1l2-1l2 1l2-1l2 1V2l-2 1l-2-1l-2 1l-2-1l-2 1l-2-1l-2 1z\"/></g>`,\n\"ReceiptTurkishLira\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RectangleCircle = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 4v16H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z\"/><circle cx=\"14\" cy=\"12\" r=\"8\"/></g>`,\n\"RectangleCircle\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RectangleEllipsis = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"12\" x=\"2\" y=\"6\" rx=\"2\"/><path d=\"M12 12h.01M17 12h.01M7 12h.01\"/></g>`,\n\"RectangleEllipsis\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RectangleGoggles = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 6a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-4a2 2 0 0 1-1.6-.8l-1.6-2.13a1 1 0 0 0-1.6 0L9.6 17.2A2 2 0 0 1 8 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z\"/>`,\n\"RectangleGoggles\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RectangleHorizontal = createIcon(\n`<rect width=\"20\" height=\"12\" x=\"2\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" rx=\"2\"/>`,\n\"RectangleHorizontal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RectangleVertical = createIcon(\n`<rect width=\"12\" height=\"20\" x=\"6\" y=\"2\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" rx=\"2\"/>`,\n\"RectangleVertical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Recycle = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7 19H4.815a1.83 1.83 0 0 1-1.57-.881a1.79 1.79 0 0 1-.004-1.784L7.196 9.5M11 19h8.203a1.83 1.83 0 0 0 1.556-.89a1.78 1.78 0 0 0 0-1.775l-1.226-2.12\"/><path d=\"m14 16l-3 3l3 3m-5.707-8.404L7.196 9.5L3.1 10.598m6.244-4.787l1.093-1.892A1.83 1.83 0 0 1 11.985 3a1.78 1.78 0 0 1 1.546.888l3.943 6.843\"/><path d=\"m13.378 9.633l4.096 1.098l1.097-4.096\"/></g>`,\n\"Recycle\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Redo = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 7v6h-6\"/><path d=\"M3 17a9 9 0 0 1 9-9a9 9 0 0 1 6 2.3l3 2.7\"/></g>`,\n\"Redo\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Redo2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m15 14l5-5l-5-5\"/><path d=\"M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13\"/></g>`,\n\"Redo2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RedoDot = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"17\" r=\"1\"/><path d=\"M21 7v6h-6\"/><path d=\"M3 17a9 9 0 0 1 9-9a9 9 0 0 1 6 2.3l3 2.7\"/></g>`,\n\"RedoDot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RefreshCcw = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 12a9 9 0 0 0-9-9a9.75 9.75 0 0 0-6.74 2.74L3 8\"/><path d=\"M3 3v5h5m-5 4a9 9 0 0 0 9 9a9.75 9.75 0 0 0 6.74-2.74L21 16\"/><path d=\"M16 16h5v5\"/></g>`,\n\"RefreshCcw\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RefreshCcwDot = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 12a9 9 0 0 0-9-9a9.75 9.75 0 0 0-6.74 2.74L3 8\"/><path d=\"M3 3v5h5m-5 4a9 9 0 0 0 9 9a9.75 9.75 0 0 0 6.74-2.74L21 16\"/><path d=\"M16 16h5v5\"/><circle cx=\"12\" cy=\"12\" r=\"1\"/></g>`,\n\"RefreshCcwDot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RefreshCw = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 12a9 9 0 0 1 9-9a9.75 9.75 0 0 1 6.74 2.74L21 8\"/><path d=\"M21 3v5h-5m5 4a9 9 0 0 1-9 9a9.75 9.75 0 0 1-6.74-2.74L3 16\"/><path d=\"M8 16H3v5\"/></g>`,\n\"RefreshCw\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RefreshCwOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m21 8l-2.26-2.26A9.75 9.75 0 0 0 12 3c-1 0-1.97.16-2.87.47M8 16H3v5m0-9c0-2.49 1-4.74 2.64-6.36\"/><path d=\"m3 16l2.26 2.26A9.75 9.75 0 0 0 12 21c2.49 0 4.74-1 6.36-2.64M21 12c0 1-.16 1.97-.47 2.87M21 3v5h-5m6 14L2 2\"/></g>`,\n\"RefreshCwOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Refrigerator = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 6a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2zm0 4h14m-4-3v6\"/>`,\n\"Refrigerator\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Regex = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 3v10m-4.33-7.5l8.66 5m-8.66 0l8.66-5M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2z\"/>`,\n\"Regex\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RemoveFormatting = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 7V4h16v3M5 20h6m2-16L8 20m7-5l5 5m0-5l-5 5\"/>`,\n\"RemoveFormatting\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Repeat = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m17 2l4 4l-4 4\"/><path d=\"M3 11v-1a4 4 0 0 1 4-4h14M7 22l-4-4l4-4\"/><path d=\"M21 13v1a4 4 0 0 1-4 4H3\"/></g>`,\n\"Repeat\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Repeat1 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m17 2l4 4l-4 4\"/><path d=\"M3 11v-1a4 4 0 0 1 4-4h14M7 22l-4-4l4-4\"/><path d=\"M21 13v1a4 4 0 0 1-4 4H3m8-8h1v4\"/></g>`,\n\"Repeat1\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Repeat2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m2 9l3-3l3 3\"/><path d=\"M13 18H7a2 2 0 0 1-2-2V6m17 9l-3 3l-3-3\"/><path d=\"M11 6h6a2 2 0 0 1 2 2v10\"/></g>`,\n\"Repeat2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Replace = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 4a1 1 0 0 1 1-1m0 7a1 1 0 0 1-1-1m7-5a1 1 0 0 0-1-1m1 6a1 1 0 0 1-1 1M3 7l3 3l3-3\"/><path d=\"M6 10V5a2 2 0 0 1 2-2h2\"/><rect width=\"7\" height=\"7\" x=\"3\" y=\"14\" rx=\"1\"/></g>`,\n\"Replace\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ReplaceAll = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1m0-17a1 1 0 0 1 1-1m0 7a1 1 0 0 1-1-1m5 5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1m2-17a1 1 0 0 0-1-1m1 6a1 1 0 0 1-1 1M3 7l3 3l3-3\"/><path d=\"M6 10V5a2 2 0 0 1 2-2h2\"/><rect width=\"7\" height=\"7\" x=\"3\" y=\"14\" rx=\"1\"/></g>`,\n\"ReplaceAll\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Reply = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 18v-2a4 4 0 0 0-4-4H4\"/><path d=\"m9 17l-5-5l5-5\"/></g>`,\n\"Reply\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ReplyAll = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12 17l-5-5l5-5\"/><path d=\"M22 18v-2a4 4 0 0 0-4-4H7m0 5l-5-5l5-5\"/></g>`,\n\"ReplyAll\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Rewind = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 12 18z\"/><path d=\"M22 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 22 18z\"/></g>`,\n\"Rewind\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Ribbon = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 11.22C11 9.997 10 9 10 8a2 2 0 0 1 4 0c0 1-.998 2.002-2.01 3.22M12 18l2.57-3.5\"/><path d=\"M6.243 9.016a7 7 0 0 1 11.507-.009m-8.4 5.523L12 11.22\"/><path d=\"M9.35 14.53C7.728 12.246 6 10.221 6 7a6 5 0 0 1 12 0c-.005 3.22-1.778 5.235-3.43 7.5l3.557 4.527a1 1 0 0 1-.203 1.43l-1.894 1.36a1 1 0 0 1-1.384-.215L12 18l-2.679 3.593a1 1 0 0 1-1.39.213l-1.865-1.353a1 1 0 0 1-.203-1.422z\"/></g>`,\n\"Ribbon\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Rocket = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09\"/><path d=\"M9 12a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.4 22.4 0 0 1-4 2z\"/><path d=\"M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05\"/></g>`,\n\"Rocket\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RockingChair = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 13l3.708 7.416M3 19a15 15 0 0 0 18 0M3 2l3.21 9.633A2 2 0 0 0 8.109 13H18m-9 0l-3.708 7.416\"/>`,\n\"RockingChair\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RollerCoaster = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 19V5m4 14V6.8M14 19v-7.8M18 5v4m0 10v-6m4 6V9M2 19V9a4 4 0 0 1 4-4c2 0 4 1.33 6 4s4 4 6 4a4 4 0 1 0-3-6.65\"/>`,\n\"RollerCoaster\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Rose = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M17 10h-1a4 4 0 1 1 4-4v.534\"/><path d=\"M17 6h1a4 4 0 0 1 1.42 7.74l-2.29.87a6 6 0 0 1-5.339-10.68l2.069-1.31M4.5 17c2.8-.5 4.4 0 5.5.8s1.8 2.2 2.3 3.7c-2 .4-3.5.4-4.8-.3c-1.2-.6-2.3-1.9-3-4.2\"/><path d=\"M9.77 12C4 15 2 22 2 22\"/><circle cx=\"17\" cy=\"8\" r=\"2\"/></g>`,\n\"Rose\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Rotate3d = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16.466 7.5C15.643 4.237 13.952 2 12 2C9.239 2 7 6.477 7 12s2.239 10 5 10q.514-.002 1-.2m2.194-8.093l3.814 1.86l-1.86 3.814\"/><path d=\"M19 15.57c-1.804.885-4.274 1.43-7 1.43c-5.523 0-10-2.239-10-5s4.477-5 10-5c4.838 0 8.873 1.718 9.8 4\"/></g>`,\n\"Rotate3d\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RotateCcw = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 12a9 9 0 1 0 9-9a9.75 9.75 0 0 0-6.74 2.74L3 8\"/><path d=\"M3 3v5h5\"/></g>`,\n\"RotateCcw\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RotateCcwKey = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 7v6m0-4h2M3 12a9 9 0 1 0 9-9a9.74 9.74 0 0 0-6.74 2.74L3 8\"/><path d=\"M3 3v5h5\"/><circle cx=\"12\" cy=\"15\" r=\"2\"/></g>`,\n\"RotateCcwKey\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RotateCcwSquare = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 9V7a2 2 0 0 0-2-2h-6\"/><path d=\"m15 2l-3 3l3 3m5 5v5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2\"/></g>`,\n\"RotateCcwSquare\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RotateCw = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8\"/><path d=\"M21 3v5h-5\"/></g>`,\n\"RotateCw\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RotateCwSquare = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 5H6a2 2 0 0 0-2 2v3\"/><path d=\"m9 8l3-3l-3-3M4 14v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2\"/></g>`,\n\"RotateCwSquare\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Route = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"19\" r=\"3\"/><path d=\"M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15\"/><circle cx=\"18\" cy=\"5\" r=\"3\"/></g>`,\n\"Route\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RouteOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"19\" r=\"3\"/><path d=\"M9 19h8.5c.4 0 .9-.1 1.3-.2M5.2 5.2A3.5 3.53 0 0 0 6.5 12H12M2 2l20 20m-1-6.7a3.5 3.5 0 0 0-3.3-3.3M15 5h-4.3\"/><circle cx=\"18\" cy=\"5\" r=\"3\"/></g>`,\n\"RouteOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Router = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"8\" x=\"2\" y=\"14\" rx=\"2\"/><path d=\"M6.01 18H6m4.01 0H10m5-8v4m2.84-6.83a4 4 0 0 0-5.66 0m8.48-2.83a8 8 0 0 0-11.31 0\"/></g>`,\n\"Router\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Rows2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M3 12h18\"/></g>`,\n\"Rows2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Rows3 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M21 9H3m18 6H3\"/></g>`,\n\"Rows3\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Rows4 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M21 7.5H3M21 12H3m18 4.5H3\"/></g>`,\n\"Rows4\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Rss = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 11a9 9 0 0 1 9 9M4 4a16 16 0 0 1 16 16\"/><circle cx=\"5\" cy=\"19\" r=\"1\"/></g>`,\n\"Rss\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Ruler = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Zm-6.8-2.8l2-2m-5-1l2-2m-5-1l2-2m7 11l2-2\"/>`,\n\"Ruler\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RulerDimensionLine = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 15v-3m4 3v-3m4 3v-3M2 8V4m20 2H2m20 2V4M6 15v-3\"/><rect width=\"20\" height=\"8\" x=\"2\" y=\"12\" rx=\"2\"/></g>`,\n\"RulerDimensionLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const RussianRuble = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 11h8a4 4 0 0 0 0-8H9v18m-3-6h8\"/>`,\n\"RussianRuble\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Sailboat = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 2v15m-3 5a4 4 0 0 1-4-4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1a4 4 0 0 1-4 4zM9.159 2.46a1 1 0 0 1 1.521-.193l9.977 8.98A1 1 0 0 1 20 13H4a1 1 0 0 1-.824-1.567z\"/>`,\n\"Sailboat\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Salad = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7 21h10m-5 0a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9\"/><path d=\"M11.38 12a2.4 2.4 0 0 1-.4-4.77a2.4 2.4 0 0 1 3.2-2.77a2.4 2.4 0 0 1 3.47-.63a2.4 2.4 0 0 1 3.37 3.37a2.4 2.4 0 0 1-1.1 3.7a2.5 2.5 0 0 1 .03 1.1M13 12l4-4\"/><path d=\"M10.9 7.25A3.99 3.99 0 0 0 4 10c0 .73.2 1.41.54 2\"/></g>`,\n\"Salad\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Sandwich = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m2.37 11.223l8.372-6.777a2 2 0 0 1 2.516 0l8.371 6.777M21 15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5.25M3 15a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h9\"/><path d=\"m6.67 15l6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2\"/><rect width=\"20\" height=\"4\" x=\"2\" y=\"11\" rx=\"1\"/></g>`,\n\"Sandwich\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Satellite = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m13.5 6.5l-3.148-3.148a1.205 1.205 0 0 0-1.704 0L6.352 5.648a1.205 1.205 0 0 0 0 1.704L9.5 10.5m7-3L19 5m-1.5 5.5l3.148 3.148a1.205 1.205 0 0 1 0 1.704l-2.296 2.296a1.205 1.205 0 0 1-1.704 0L13.5 14.5M9 21a6 6 0 0 0-6-6\"/><path d=\"M9.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l4.296-4.296a1.205 1.205 0 0 0 0-1.704l-2.296-2.296a1.205 1.205 0 0 0-1.704 0z\"/></g>`,\n\"Satellite\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SatelliteDish = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 10a7.31 7.31 0 0 0 10 10Zm5 5l3-3m5 1a6 6 0 0 0-6-6m10 6A10 10 0 0 0 11 3\"/>`,\n\"SatelliteDish\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SaudiRiyal = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m20 19.5l-5.5 1.2m0-16.7v11.22a1 1 0 0 0 1.242.97L20 15.2M2.978 19.351l5.549-1.363A2 2 0 0 0 10 16V2m10 8L4 13.5\"/>`,\n\"SaudiRiyal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Save = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z\"/><path d=\"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7M7 3v4a1 1 0 0 0 1 1h7\"/></g>`,\n\"Save\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SaveAll = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 2v3a1 1 0 0 0 1 1h5m2 12v-6a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6\"/><path d=\"M18 22H4a2 2 0 0 1-2-2V6\"/><path d=\"M8 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9.172a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 22 6.828V16a2 2 0 0 1-2.01 2z\"/></g>`,\n\"SaveAll\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SaveOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 13H8a1 1 0 0 0-1 1v7m7-13h1m2 13v-4M2 2l20 20\"/><path d=\"M20.41 20.41A2 2 0 0 1 19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 .59-1.41M29.5 11.5s5 5 4 5M9 3h6.2a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V15\"/></g>`,\n\"SaveOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Scale = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 3v18m7-13l3 8a5 5 0 0 1-6 0zV7\"/><path d=\"M3 7h1a17 17 0 0 0 8-2a17 17 0 0 0 8 2h1M5 8l3 8a5 5 0 0 1-6 0zV7m2 14h10\"/></g>`,\n\"Scale\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Scale3d = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5 7v11a1 1 0 0 0 1 1h11m-11.707-.293L11 13\"/><circle cx=\"19\" cy=\"19\" r=\"2\"/><circle cx=\"5\" cy=\"5\" r=\"2\"/></g>`,\n\"Scale3d\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Scaling = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7\"/><path d=\"M14 15H9v-5m7-7h5v5m0-5L9 15\"/></g>`,\n\"Scaling\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Scan = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2M7 21H5a2 2 0 0 1-2-2v-2\"/>`,\n\"Scan\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ScanBarcode = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2M7 21H5a2 2 0 0 1-2-2v-2M8 7v10m4-10v10m5-10v10\"/>`,\n\"ScanBarcode\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ScanEye = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2M7 21H5a2 2 0 0 1-2-2v-2\"/><circle cx=\"12\" cy=\"12\" r=\"1\"/><path d=\"M18.944 12.33a1 1 0 0 0 0-.66a7.5 7.5 0 0 0-13.888 0a1 1 0 0 0 0 .66a7.5 7.5 0 0 0 13.888 0\"/></g>`,\n\"ScanEye\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ScanFace = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2M7 21H5a2 2 0 0 1-2-2v-2m5-3s1.5 2 4 2s4-2 4-2M9 9h.01M15 9h.01\"/>`,\n\"ScanFace\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ScanHeart = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 3h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2M3 7V5a2 2 0 0 1 2-2h2m0 18H5a2 2 0 0 1-2-2v-2m4.828-3.93A3 3 0 0 1 12 8.764a3 3 0 0 1 4.172 4.306l-3.447 3.62a1 1 0 0 1-1.449 0z\"/>`,\n\"ScanHeart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ScanLine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2M7 21H5a2 2 0 0 1-2-2v-2m4-5h10\"/>`,\n\"ScanLine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ScanQrCode = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M17 12v4a1 1 0 0 1-1 1h-4m5-14h2a2 2 0 0 1 2 2v2m-4 1V7m4 10v2a2 2 0 0 1-2 2h-2M3 7V5a2 2 0 0 1 2-2h2m0 14h.01M7 21H5a2 2 0 0 1-2-2v-2\"/><rect width=\"5\" height=\"5\" x=\"7\" y=\"7\" rx=\"1\"/></g>`,\n\"ScanQrCode\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ScanSearch = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2M7 21H5a2 2 0 0 1-2-2v-2\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/><path d=\"m16 16l-1.9-1.9\"/></g>`,\n\"ScanSearch\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ScanText = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2M7 21H5a2 2 0 0 1-2-2v-2m4-9h8m-8 4h10M7 16h6\"/>`,\n\"ScanText\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const School = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 21v-3a2 2 0 0 0-4 0v3m8-16v16M4 6l7.106-3.79a2 2 0 0 1 1.788 0L20 6\"/><path d=\"m6 11l-3.52 2.147a1 1 0 0 0-.48.854V19a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a1 1 0 0 0-.48-.853L18 11M6 5v16\"/><circle cx=\"12\" cy=\"9\" r=\"2\"/></g>`,\n\"School\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Scissors = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"6\" r=\"3\"/><path d=\"M8.12 8.12L12 12m8-8L8.12 15.88\"/><circle cx=\"6\" cy=\"18\" r=\"3\"/><path d=\"M14.8 14.8L20 20\"/></g>`,\n\"Scissors\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ScissorsLineDashed = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5.42 9.42L8 12\"/><circle cx=\"4\" cy=\"8\" r=\"2\"/><path d=\"m14 6l-8.58 8.58\"/><circle cx=\"4\" cy=\"16\" r=\"2\"/><path d=\"M10.8 14.8L14 18m2-6h-2m8 0h-2\"/></g>`,\n\"ScissorsLineDashed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Scooter = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 4h-3.5l2 11.05M6.95 17h5.142c.523 0 .95-.406 1.063-.916a6.5 6.5 0 0 1 5.345-5.009\"/><circle cx=\"19.5\" cy=\"17.5\" r=\"2.5\"/><circle cx=\"4.5\" cy=\"17.5\" r=\"2.5\"/></g>`,\n\"Scooter\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ScreenShare = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3M8 21h8m-4-4v4m5-13l5-5m-5 0h5v5\"/>`,\n\"ScreenShare\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ScreenShareOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3M8 21h8m-4-4v4M22 3l-5 5m0-5l5 5\"/>`,\n\"ScreenShareOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Scroll = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19 17V5a2 2 0 0 0-2-2H4\"/><path d=\"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3\"/></g>`,\n\"Scroll\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ScrollText = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 12h-5m5-4h-5m9 9V5a2 2 0 0 0-2-2H4\"/><path d=\"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3\"/></g>`,\n\"ScrollText\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Search = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m21 21l-4.34-4.34\"/><circle cx=\"11\" cy=\"11\" r=\"8\"/></g>`,\n\"Search\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SearchAlert = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"11\" cy=\"11\" r=\"8\"/><path d=\"m21 21l-4.3-4.3M11 7v4m0 4h.01\"/></g>`,\n\"SearchAlert\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SearchCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m8 11l2 2l4-4\"/><circle cx=\"11\" cy=\"11\" r=\"8\"/><path d=\"m21 21l-4.3-4.3\"/></g>`,\n\"SearchCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SearchCode = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m13 13.5l2-2.5l-2-2.5M21 21l-4.3-4.3M9 8.5L7 11l2 2.5\"/><circle cx=\"11\" cy=\"11\" r=\"8\"/></g>`,\n\"SearchCode\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SearchSlash = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m13.5 8.5l-5 5\"/><circle cx=\"11\" cy=\"11\" r=\"8\"/><path d=\"m21 21l-4.3-4.3\"/></g>`,\n\"SearchSlash\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SearchX = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m13.5 8.5l-5 5m0-5l5 5\"/><circle cx=\"11\" cy=\"11\" r=\"8\"/><path d=\"m21 21l-4.3-4.3\"/></g>`,\n\"SearchX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Section = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 5a4 3 0 0 0-8 0c0 4 8 3 8 7a4 3 0 0 1-8 0\"/><path d=\"M8 19a4 3 0 0 0 8 0c0-4-8-3-8-7a4 3 0 0 1 8 0\"/></g>`,\n\"Section\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Send = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11zm7.318-19.539l-10.94 10.939\"/>`,\n\"Send\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SendHorizontal = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904zM6 12h16\"/>`,\n\"SendHorizontal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SendToBack = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"8\" x=\"14\" y=\"14\" rx=\"2\"/><rect width=\"8\" height=\"8\" x=\"2\" y=\"2\" rx=\"2\"/><path d=\"M7 14v1a2 2 0 0 0 2 2h1m4-10h1a2 2 0 0 1 2 2v1\"/></g>`,\n\"SendToBack\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SeparatorHorizontal = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16 16l-4 4l-4-4m-5-4h18M8 8l4-4l4 4\"/>`,\n\"SeparatorHorizontal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SeparatorVertical = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 3v18m4-5l4-4l-4-4M8 8l-4 4l4 4\"/>`,\n\"SeparatorVertical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Server = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"8\" x=\"2\" y=\"2\" rx=\"2\" ry=\"2\"/><rect width=\"20\" height=\"8\" x=\"2\" y=\"14\" rx=\"2\" ry=\"2\"/><path d=\"M6 6h.01M6 18h.01\"/></g>`,\n\"Server\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ServerCog = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10.852 14.772l-.383.923m2.679-.923a3 3 0 1 0-2.296-5.544l-.383-.923m2.679.923l.383-.923\"/><path d=\"m13.53 15.696l-.382-.924a3 3 0 1 1-2.296-5.544m3.92 1.624l.923-.383m-.923 2.679l.923.383\"/><path d=\"M4.5 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-.5m-15 4H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-.5M6 18h.01M6 6h.01m3.218 4.852l-.923-.383m.923 2.679l-.923.383\"/></g>`,\n\"ServerCog\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ServerCrash = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2M6 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2M6 6h.01M6 18h.01\"/><path d=\"m13 6l-4 6h6l-4 6\"/></g>`,\n\"ServerCrash\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ServerOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5m-5 0L2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2zm12 7v-1a2 2 0 0 0-2-2h-1M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5l.5.5l-8-8zm2 4h.01M2 2l20 20\"/>`,\n\"ServerOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Settings = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9.671 4.136a2.34 2.34 0 0 1 4.659 0a2.34 2.34 0 0 0 3.319 1.915a2.34 2.34 0 0 1 2.33 4.033a2.34 2.34 0 0 0 0 3.831a2.34 2.34 0 0 1-2.33 4.033a2.34 2.34 0 0 0-3.319 1.915a2.34 2.34 0 0 1-4.659 0a2.34 2.34 0 0 0-3.32-1.915a2.34 2.34 0 0 1-2.33-4.033a2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/></g>`,\n\"Settings\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Settings2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 17H5M19 7h-9\"/><circle cx=\"17\" cy=\"17\" r=\"3\"/><circle cx=\"7\" cy=\"7\" r=\"3\"/></g>`,\n\"Settings2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Shapes = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8.3 10a.7.7 0 0 1-.626-1.079L11.4 3a.7.7 0 0 1 1.198-.043L16.3 8.9a.7.7 0 0 1-.572 1.1Z\"/><rect width=\"7\" height=\"7\" x=\"3\" y=\"14\" rx=\"1\"/><circle cx=\"17.5\" cy=\"17.5\" r=\"3.5\"/></g>`,\n\"Shapes\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Share = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v13m4-9l-4-4l-4 4m-4 6v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8\"/>`,\n\"Share\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Share2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"18\" cy=\"5\" r=\"3\"/><circle cx=\"6\" cy=\"12\" r=\"3\"/><circle cx=\"18\" cy=\"19\" r=\"3\"/><path d=\"m8.59 13.51l6.83 3.98m-.01-10.98l-6.82 3.98\"/></g>`,\n\"Share2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Sheet = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M3 9h18M3 15h18M9 9v12m6-12v12\"/></g>`,\n\"Sheet\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Shell = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 11a2 2 0 1 1-4 0a4 4 0 0 1 8 0a6 6 0 0 1-12 0a8 8 0 0 1 16 0a10 10 0 1 1-20 0a11.93 11.93 0 0 1 2.42-7.22a2 2 0 1 1 3.16 2.44\"/>`,\n\"Shell\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ShelvingUnit = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 12V9a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3m8 8v-3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3m8 2V2M4 12h16M4 20h16M4 2v20M4 4h16\"/>`,\n\"ShelvingUnit\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Shield = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"/>`,\n\"Shield\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ShieldAlert = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1zm-8-5v4m0 4h.01\"/>`,\n\"ShieldAlert\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ShieldBan = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1zM4.243 5.21l14.39 12.472\"/>`,\n\"ShieldBan\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ShieldCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"/><path d=\"m9 12l2 2l4-4\"/></g>`,\n\"ShieldCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ShieldEllipsis = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1zM8 12h.01M12 12h.01M16 12h.01\"/>`,\n\"ShieldEllipsis\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ShieldHalf = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1zm-8 9V2\"/>`,\n\"ShieldHalf\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ShieldMinus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1zM9 12h6\"/>`,\n\"ShieldMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ShieldOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m2 2l20 20M5 5a1 1 0 0 0-1 1v7c0 5 3.5 7.5 7.67 8.94a1 1 0 0 0 .67.01c2.35-.82 4.48-1.97 5.9-3.71M9.309 3.652A12.3 12.3 0 0 0 11.24 2.28a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1v7a10 10 0 0 1-.08 1.264\"/>`,\n\"ShieldOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ShieldPlus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1zM9 12h6m-3-3v6\"/>`,\n\"ShieldPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ShieldQuestionMark = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"/><path d=\"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3m.08 4h.01\"/></g>`,\n\"ShieldQuestionMark\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ShieldUser = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"/><path d=\"M6.376 18.91a6 6 0 0 1 11.249.003\"/><circle cx=\"12\" cy=\"11\" r=\"4\"/></g>`,\n\"ShieldUser\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ShieldX = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1zm-5.5-3.5l-5 5m0-5l5 5\"/>`,\n\"ShieldX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Ship = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 10.189V14m0-12v3m7 8V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6\"/><path d=\"M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76\"/><path d=\"M2 21c.6.5 1.2 1 2.5 1c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1\"/></g>`,\n\"Ship\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ShipWheel = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"8\"/><path d=\"M12 2v7.5M19 5l-5.23 5.23M22 12h-7.5m4.5 7l-5.23-5.23M12 14.5V22m-1.77-8.23L5 19m4.5-7H2m8.23-1.77L5 5\"/><circle cx=\"12\" cy=\"12\" r=\"2.5\"/></g>`,\n\"ShipWheel\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Shirt = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20.38 3.46L16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23\"/>`,\n\"Shirt\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ShoppingBag = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 10a4 4 0 0 1-8 0M3.103 6.034h17.794\"/><path d=\"M3.4 5.467a2 2 0 0 0-.4 1.2V20a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6.667a2 2 0 0 0-.4-1.2l-2-2.667A2 2 0 0 0 17 2H7a2 2 0 0 0-1.6.8z\"/></g>`,\n\"ShoppingBag\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ShoppingBasket = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 11l-1 9m5-9l-4-7M2 11h20M3.5 11l1.6 7.4a2 2 0 0 0 2 1.6h9.8a2 2 0 0 0 2-1.6l1.7-7.4M4.5 15.5h15M5 11l4-7m0 7l1 9\"/>`,\n\"ShoppingBasket\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ShoppingCart = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"8\" cy=\"21\" r=\"1\"/><circle cx=\"19\" cy=\"21\" r=\"1\"/><path d=\"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12\"/></g>`,\n\"ShoppingCart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Shovel = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21.56 4.56a1.5 1.5 0 0 1 0 2.122l-.47.47a3 3 0 0 1-4.212-.03a3 3 0 0 1 0-4.243l.44-.44a1.5 1.5 0 0 1 2.121 0zM3 22a1 1 0 0 1-1-1v-3.586a1 1 0 0 1 .293-.707l3.355-3.355a1.205 1.205 0 0 1 1.704 0l3.296 3.296a1.205 1.205 0 0 1 0 1.704l-3.355 3.355a1 1 0 0 1-.707.293zm6-7l7.879-7.878\"/>`,\n\"Shovel\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ShowerHead = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4 4l2.5 2.5m7 0a4.95 4.95 0 0 0-7 7M15 5L5 15m9 2v.01M10 16v.01M13 13v.01M16 10v.01M11 20v.01M17 14v.01M20 11v.01\"/>`,\n\"ShowerHead\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Shredder = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 13V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M10 22v-5m4 2v-2m4 3v-3M2 13h20M6 20v-3\"/></g>`,\n\"Shredder\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Shrimp = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 12h.01M13 22c.5-.5 1.12-1 2.5-1c-1.38 0-2-.5-2.5-1m1-18a3.28 3.28 0 0 1-3.227 1.798l-6.17-.561A2.387 2.387 0 1 0 4.387 8H15.5a1 1 0 0 1 0 13a1 1 0 0 0 0-5H12a7 7 0 0 1-7-7V8\"/><path d=\"M14 8a8.5 8.5 0 0 1 0 8m2 0c2 0 4.5-4 4-6\"/></g>`,\n\"Shrimp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Shrink = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 15l6 6m-6-6v4.8m0-4.8h4.8M9 19.8V15m0 0H4.2M9 15l-6 6M15 4.2V9m0 0h4.8M15 9l6-6M9 4.2V9m0 0H4.2M9 9L3 3\"/>`,\n\"Shrink\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Shrub = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 22v-5.172a2 2 0 0 0-.586-1.414L9.5 13.5m5 1L12 17\"/><path d=\"M17 8.8A6 6 0 0 1 13.8 20H10A6.5 6.5 0 0 1 7 8a5 5 0 0 1 10 0z\"/></g>`,\n\"Shrub\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Shuffle = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m18 14l4 4l-4 4m0-20l4 4l-4 4\"/><path d=\"M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22M2 6h1.972a4 4 0 0 1 3.6 2.2M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45\"/></g>`,\n\"Shuffle\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Sigma = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 7V5a1 1 0 0 0-1-1H6.5a.5.5 0 0 0-.4.8l4.5 6a2 2 0 0 1 0 2.4l-4.5 6a.5.5 0 0 0 .4.8H17a1 1 0 0 0 1-1v-2\"/>`,\n\"Sigma\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Signal = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 20h.01M7 20v-4m5 4v-8m5 8V8m5-4v16\"/>`,\n\"Signal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SignalHigh = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 20h.01M7 20v-4m5 4v-8m5 8V8\"/>`,\n\"SignalHigh\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SignalLow = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 20h.01M7 20v-4\"/>`,\n\"SignalLow\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SignalMedium = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 20h.01M7 20v-4m5 4v-8\"/>`,\n\"SignalMedium\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SignalZero = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 20h.01\"/>`,\n\"SignalZero\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Signature = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m21 17l-2.156-1.868A.5.5 0 0 0 18 15.5v.5a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1c0-2.545-3.991-3.97-8.5-4a1 1 0 0 0 0 5c4.153 0 4.745-11.295 5.708-13.5a2.5 2.5 0 1 1 3.31 3.284M3 21h18\"/>`,\n\"Signature\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Signpost = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 13v8m0-18v3m6 0a2 2 0 0 1 1.387.56l2.307 2.22a1 1 0 0 1 0 1.44l-2.307 2.22A2 2 0 0 1 18 13H6a2 2 0 0 1-1.387-.56l-2.306-2.22a1 1 0 0 1 0-1.44l2.306-2.22A2 2 0 0 1 6 6z\"/>`,\n\"Signpost\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SignpostBig = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 9H4L2 7l2-2h6m4 0h6l2 2l-2 2h-6m-4 13V4a2 2 0 1 1 4 0v18m-6 0h8\"/>`,\n\"SignpostBig\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Siren = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 18v-6a5 5 0 1 1 10 0v6M5 21a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2zm16-9h1m-3.5-7.5L18 5M2 12h1m9-10v1M4.929 4.929l.707.707M12 12v6\"/>`,\n\"Siren\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SkipBack = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.971 4.285A2 2 0 0 1 21 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432zM3 20V4\"/>`,\n\"SkipBack\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SkipForward = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 4v16M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z\"/>`,\n\"SkipForward\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Skull = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12.5 17l-.5-1l-.5 1z\"/><path d=\"M15 22a1 1 0 0 0 1-1v-1a2 2 0 0 0 1.56-3.25a8 8 0 1 0-11.12 0A2 2 0 0 0 8 20v1a1 1 0 0 0 1 1z\"/><circle cx=\"15\" cy=\"12\" r=\"1\"/><circle cx=\"9\" cy=\"12\" r=\"1\"/></g>`,\n\"Skull\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Slack = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"3\" height=\"8\" x=\"13\" y=\"2\" rx=\"1.5\"/><path d=\"M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5\"/><rect width=\"3\" height=\"8\" x=\"8\" y=\"14\" rx=\"1.5\"/><path d=\"M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5\"/><rect width=\"8\" height=\"3\" x=\"14\" y=\"13\" rx=\"1.5\"/><path d=\"M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5\"/><rect width=\"8\" height=\"3\" x=\"2\" y=\"8\" rx=\"1.5\"/><path d=\"M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5\"/></g>`,\n\"Slack\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Slash = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 2L2 22\"/>`,\n\"Slash\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Slice = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 16.586V19a1 1 0 0 1-1 1H2L18.37 3.63a1 1 0 1 1 3 3l-9.663 9.663a1 1 0 0 1-1.414 0L8 14\"/>`,\n\"Slice\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SlidersHorizontal = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 5H3m9 14H3M14 3v4m2 10v4m5-9h-9m9 7h-5m5-14h-7m-6 5v4m0-2H3\"/>`,\n\"SlidersHorizontal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SlidersVertical = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 8h4m-2 13v-9m0-4V3m5 13h4m-2-4V3m0 18v-5M3 14h4m-2-4V3m0 18v-7\"/>`,\n\"SlidersVertical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Smartphone = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"20\" x=\"5\" y=\"2\" rx=\"2\" ry=\"2\"/><path d=\"M12 18h.01\"/></g>`,\n\"Smartphone\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SmartphoneCharging = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"20\" x=\"5\" y=\"2\" rx=\"2\" ry=\"2\"/><path d=\"M12.667 8L10 12h4l-2.667 4\"/></g>`,\n\"SmartphoneCharging\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SmartphoneNfc = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"7\" height=\"12\" x=\"2\" y=\"6\" rx=\"1\"/><path d=\"M13 8.32a7.43 7.43 0 0 1 0 7.36m3.46-9.47a11.76 11.76 0 0 1 0 11.58M19.91 4.1a15.91 15.91 0 0 1 .01 15.8\"/></g>`,\n\"SmartphoneNfc\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Smile = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M8 14s1.5 2 4 2s4-2 4-2M9 9h.01M15 9h.01\"/></g>`,\n\"Smile\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SmilePlus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 11v1a10 10 0 1 1-9-10\"/><path d=\"M8 14s1.5 2 4 2s4-2 4-2M9 9h.01M15 9h.01M16 5h6m-3-3v6\"/></g>`,\n\"SmilePlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Snail = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 13a6 6 0 1 0 12 0a4 4 0 1 0-8 0a2 2 0 0 0 4 0\"/><circle cx=\"10\" cy=\"13\" r=\"8\"/><path d=\"M2 21h12c4.4 0 8-3.6 8-8V7a2 2 0 1 0-4 0v6m0-10l1.1 2.2M22 3l-1.1 2.2\"/></g>`,\n\"Snail\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Snowflake = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10 20l-1.25-2.5L6 18m4-14L8.75 6.5L6 6m8 14l1.25-2.5L18 18M14 4l1.25 2.5L18 6\"/><path d=\"m17 21l-3-6h-4m7-12l-3 6l1.5 3M2 12h6.5L10 9m10 1l-1.5 2l1.5 2\"/><path d=\"M22 12h-6.5L14 15M4 10l1.5 2L4 14m3 7l3-6l-1.5-3M7 3l3 6h4\"/></g>`,\n\"Snowflake\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SoapDispenserDroplet = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.5 2v4M14 2H7a2 2 0 0 0-2 2m14.29 10.76A6.67 6.67 0 0 1 17 11a6.6 6.6 0 0 1-2.29 3.76c-1.15.92-1.71 2.04-1.71 3.19c0 2.22 1.8 4.05 4 4.05s4-1.83 4-4.05c0-1.16-.57-2.26-1.71-3.19M9.607 21H6a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h7V7a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3\"/>`,\n\"SoapDispenserDroplet\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Sofa = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3\"/><path d=\"M2 16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0zm2 2v2m16-2v2M12 4v9\"/></g>`,\n\"Sofa\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SolarPanel = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 2h2m1.28 12l-4.56 8M21 22l-1.558-4H4.558M3 10v2\"/><path d=\"M6.245 15.04A2 2 0 0 1 8 14h12a1 1 0 0 1 .864 1.505l-3.11 5.457A2 2 0 0 1 16 22H4a1 1 0 0 1-.863-1.506zM7 2a4 4 0 0 1-4 4m5.66 1.66l1.41 1.41\"/></g>`,\n\"SolarPanel\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Soup = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9m-5 0h10m2.5-9L22 6m-5.75-3c.27.1.8.53.75 1.36c-.06.83-.93 1.2-1 2.02c-.05.78.34 1.24.73 1.62m-5.48-5c.27.1.8.53.74 1.36c-.05.83-.93 1.2-.98 2.02c-.06.78.33 1.24.72 1.62M6.25 3c.27.1.8.53.75 1.36c-.06.83-.93 1.2-1 2.02c-.05.78.34 1.24.74 1.62\"/>`,\n\"Soup\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Space = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1\"/>`,\n\"Space\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Spade = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 18v4M2 14.499a5.5 5.5 0 0 0 9.591 3.675a.6.6 0 0 1 .818.001A5.5 5.5 0 0 0 22 14.5c0-2.29-1.5-4-3-5.5l-5.492-5.312a2 2 0 0 0-3-.02L5 8.999c-1.5 1.5-3 3.2-3 5.5\"/>`,\n\"Spade\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Sparkle = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z\"/>`,\n\"Sparkle\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Sparkles = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594zM20 2v4m2-2h-4\"/><circle cx=\"4\" cy=\"20\" r=\"2\"/></g>`,\n\"Sparkles\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Speaker = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"20\" x=\"4\" y=\"2\" rx=\"2\"/><path d=\"M12 6h.01\"/><circle cx=\"12\" cy=\"14\" r=\"4\"/><path d=\"M12 14h.01\"/></g>`,\n\"Speaker\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Speech = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8.8 20v-4.1l1.9.2a2.3 2.3 0 0 0 2.164-2.1V8.3A5.37 5.37 0 0 0 2 8.25c0 2.8.656 3.054 1 4.55a5.8 5.8 0 0 1 .029 2.758L2 20m17.8-2.2a7.5 7.5 0 0 0 .003-10.603M17 15a3.5 3.5 0 0 0-.025-4.975\"/>`,\n\"Speech\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SpellCheck = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 16l6-12l6 12M8 12h8m0 8l2 2l4-4\"/>`,\n\"SpellCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SpellCheck2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 16l6-12l6 12M8 12h8M4 21c1.1 0 1.1-1 2.3-1s1.1 1 2.3 1c1.1 0 1.1-1 2.3-1c1.1 0 1.1 1 2.3 1c1.1 0 1.1-1 2.3-1c1.1 0 1.1 1 2.3 1c1.1 0 1.1-1 2.3-1\"/>`,\n\"SpellCheck2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Spline = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"19\" cy=\"5\" r=\"2\"/><circle cx=\"5\" cy=\"19\" r=\"2\"/><path d=\"M5 17A12 12 0 0 1 17 5\"/></g>`,\n\"Spline\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SplinePointer = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033zM5 17A12 12 0 0 1 17 5\"/><circle cx=\"19\" cy=\"5\" r=\"2\"/><circle cx=\"5\" cy=\"19\" r=\"2\"/></g>`,\n\"SplinePointer\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Split = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 3h5v5M8 3H3v5\"/><path d=\"M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3m12 6l6-6\"/></g>`,\n\"Split\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Spool = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M17 13.44L4.442 17.082A2 2 0 0 0 4.982 21H19a2 2 0 0 0 .558-3.921l-1.115-.32A2 2 0 0 1 17 14.837V7.66\"/><path d=\"m7 10.56l12.558-3.642A2 2 0 0 0 19.018 3H5a2 2 0 0 0-.558 3.921l1.115.32A2 2 0 0 1 7 9.163v7.178\"/></g>`,\n\"Spool\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Spotlight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15.295 19.562L16 22m1-6l3.758 2.098M19 12.5l3.026-.598M7.61 6.3a3 3 0 0 0-3.92 1.3l-1.38 2.79a3 3 0 0 0 1.3 3.91l6.89 3.597a1 1 0 0 0 1.342-.447l3.106-6.211a1 1 0 0 0-.447-1.341zM8 9V2\"/>`,\n\"Spotlight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SprayCan = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 3h.01M7 5h.01M11 7h.01M3 7h.01M7 9h.01M3 11h.01M15 5h4v4h-4zm4 4l2 2v10c0 .6-.4 1-1 1h-6c-.6 0-1-.4-1-1V11l2-2m-2 5l8-2m-8 7l8-2\"/>`,\n\"SprayCan\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Sprout = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 9.536V7a4 4 0 0 1 4-4h1.5a.5.5 0 0 1 .5.5V5a4 4 0 0 1-4 4a4 4 0 0 0-4 4c0 2 1 3 1 5a5 5 0 0 1-1 3M4 9a5 5 0 0 1 8 4a5 5 0 0 1-8-4m1 12h14\"/>`,\n\"Sprout\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Square = createIcon(\n`<rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" rx=\"2\"/>`,\n\"Square\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareActivity = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M17 12h-2l-2 5l-2-10l-2 5H7\"/></g>`,\n\"SquareActivity\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareArrowDown = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M12 8v8m-4-4l4 4l4-4\"/></g>`,\n\"SquareArrowDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareArrowDownLeft = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"m16 8l-8 8m8 0H8V8\"/></g>`,\n\"SquareArrowDownLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareArrowDownRight = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"m8 8l8 8m0-8v8H8\"/></g>`,\n\"SquareArrowDownRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareArrowLeft = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"m12 8l-4 4l4 4m4-4H8\"/></g>`,\n\"SquareArrowLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareArrowOutDownLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 21h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6m0 10l9-9m-3 9H3v-6\"/>`,\n\"SquareArrowOutDownLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareArrowOutDownRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6m10 0l-9-9m9 3v6h-6\"/>`,\n\"SquareArrowOutDownRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareArrowOutUpLeft = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6M3 3l9 9M3 9V3h6\"/>`,\n\"SquareArrowOutUpLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareArrowOutUpRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6m10 0l-9 9m3-9h6v6\"/>`,\n\"SquareArrowOutUpRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareArrowRight = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M8 12h8m-4 4l4-4l-4-4\"/></g>`,\n\"SquareArrowRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareArrowRightEnter = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10 16l4-4l-4-4m-7 4h11\"/><path d=\"M3 8V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3\"/></g>`,\n\"SquareArrowRightEnter\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareArrowRightExit = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 12h11m-4 4l4-4l-4-4\"/><path d=\"M21 6.344V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-1.344\"/></g>`,\n\"SquareArrowRightExit\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareArrowUp = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"m16 12l-4-4l-4 4m4 4V8\"/></g>`,\n\"SquareArrowUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareArrowUpLeft = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M8 16V8h8m0 8L8 8\"/></g>`,\n\"SquareArrowUpLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareArrowUpRight = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M8 8h8v8m-8 0l8-8\"/></g>`,\n\"SquareArrowUpRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareAsterisk = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M12 8v8m-3.5-2l7-4m-7 0l7 4\"/></g>`,\n\"SquareAsterisk\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareBottomDashedScissors = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5 3h14M3 5v14M21 5v14M9 21h1m4 0h1M3 5a2 2 0 0 1 2-2m14 0a2 2 0 0 1 2 2M5 21a2 2 0 0 1-2-2m18 0a2 2 0 0 1-2 2\"/><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"/><path d=\"M9.561 9.561L12 12m5 5l-2.18-2.18\"/><circle cx=\"8.5\" cy=\"15.5\" r=\"1.5\"/><path d=\"M9.561 14.439L17 7\"/></g>`,\n\"SquareBottomDashedScissors\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareCenterlineDashedHorizontal = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3m8-18h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3m-4-1v2m0-8v2m0-8v2m0-8v2\"/>`,\n\"SquareCenterlineDashedHorizontal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareCenterlineDashedVertical = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3m18 8v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3m1-4H2m8 0H8m8 0h-2m8 0h-2\"/>`,\n\"SquareCenterlineDashedVertical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareChartGantt = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M9 8h7m-8 4h6m-3 4h5\"/></g>`,\n\"SquareChartGantt\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"m9 12l2 2l4-4\"/></g>`,\n\"SquareCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareCheckBig = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344\"/><path d=\"m9 11l3 3L22 4\"/></g>`,\n\"SquareCheckBig\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareChevronDown = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"m16 10l-4 4l-4-4\"/></g>`,\n\"SquareChevronDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareChevronLeft = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"m14 16l-4-4l4-4\"/></g>`,\n\"SquareChevronLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareChevronRight = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"m10 8l4 4l-4 4\"/></g>`,\n\"SquareChevronRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareChevronUp = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"m8 14l4-4l4 4\"/></g>`,\n\"SquareChevronUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareCode = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10 9l-3 3l3 3m4 0l3-3l-3-3\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>`,\n\"SquareCode\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareDashed = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 3a2 2 0 0 0-2 2m16-2a2 2 0 0 1 2 2m0 14a2 2 0 0 1-2 2M5 21a2 2 0 0 1-2-2M9 3h1M9 21h1m4-18h1m-1 18h1M3 9v1m18-1v1M3 14v1m18-1v1\"/>`,\n\"SquareDashed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareDashedBottom = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2M9 21h1m4 0h1\"/>`,\n\"SquareDashedBottom\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareDashedBottomCode = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 9.5L8 12l2 2.5m4 6.5h1M14 9.5l2 2.5l-2 2.5\"/><path d=\"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2M9 21h1\"/></g>`,\n\"SquareDashedBottomCode\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareDashedKanban = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 7v7m4-7v4m4-4v9M5 3a2 2 0 0 0-2 2m6-2h1m4 0h1m4 0a2 2 0 0 1 2 2m0 4v1m0 4v1m0 4a2 2 0 0 1-2 2m-5 0h1m-6 0h1m-5 0a2 2 0 0 1-2-2m0-5v1m0-6v1\"/>`,\n\"SquareDashedKanban\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareDashedMousePointer = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033zM5 3a2 2 0 0 0-2 2m16-2a2 2 0 0 1 2 2M5 21a2 2 0 0 1-2-2M9 3h1M9 21h2m3-18h1M3 9v1m18-1v2M3 14v1\"/>`,\n\"SquareDashedMousePointer\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareDashedTopSolid = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 21h1m6-7v1m0 4a2 2 0 0 1-2 2m2-12v1M3 14v1M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2M3 9v1m2 11a2 2 0 0 1-2-2m6 2h1\"/>`,\n\"SquareDashedTopSolid\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareDivide = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M8 12h8m-4-4\"/></g>`,\n\"SquareDivide\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareDot = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><circle cx=\"12\" cy=\"12\" r=\"1\"/></g>`,\n\"SquareDot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareEqual = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M7 10h10M7 14h10\"/></g>`,\n\"SquareEqual\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareFunction = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M9 17c2 0 2.8-1 2.8-2.8V10c0-2 1-3.3 3.2-3m-6 4.2h5.7\"/></g>`,\n\"SquareFunction\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareKanban = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M8 7v7m4-7v4m4-4v9\"/></g>`,\n\"SquareKanban\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareLibrary = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M7 7v10m4-10v10m4-10l2 10\"/></g>`,\n\"SquareLibrary\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareM = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 16V8.5a.5.5 0 0 1 .9-.3l2.7 3.599a.5.5 0 0 0 .8 0l2.7-3.6a.5.5 0 0 1 .9.3V16\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>`,\n\"SquareM\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareMenu = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M7 8h10M7 12h10M7 16h10\"/></g>`,\n\"SquareMenu\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareMinus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M8 12h8\"/></g>`,\n\"SquareMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareMousePointer = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z\"/><path d=\"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6\"/></g>`,\n\"SquareMousePointer\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareParking = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M9 17V7h4a3 3 0 0 1 0 6H9\"/></g>`,\n\"SquareParking\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareParkingOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3.6 3.6A2 2 0 0 1 5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-.59 1.41M3 8.7V19a2 2 0 0 0 2 2h10.3M2 2l20 20\"/><path d=\"M13 13a3 3 0 1 0 0-6H9v2m0 8v-2.3\"/></g>`,\n\"SquareParkingOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquarePause = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M10 15V9m4 6V9\"/></g>`,\n\"SquarePause\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquarePen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7\"/><path d=\"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z\"/></g>`,\n\"SquarePen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquarePercent = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"m15 9l-6 6m0-6h.01M15 15h.01\"/></g>`,\n\"SquarePercent\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquarePi = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M7 7h10m-7 0v10m6 0a2 2 0 0 1-2-2V7\"/></g>`,\n\"SquarePi\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquarePilcrow = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M12 12H9.5a2.5 2.5 0 0 1 0-5H17m-5 0v10m4-10v10\"/></g>`,\n\"SquarePilcrow\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquarePlay = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z\"/></g>`,\n\"SquarePlay\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquarePlus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M8 12h8m-4-4v8\"/></g>`,\n\"SquarePlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquarePower = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 7v4M7.998 9.003a5 5 0 1 0 8-.005\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>`,\n\"SquarePower\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareRadical = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7 12h2l2 5l2-10h4\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>`,\n\"SquareRadical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareRoundCorner = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 11a8 8 0 0 0-8-8m8 12v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4\"/>`,\n\"SquareRoundCorner\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareScissors = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"/><path d=\"M9.561 9.561L12 12m5 5l-2.18-2.18\"/><circle cx=\"8.5\" cy=\"15.5\" r=\"1.5\"/><path d=\"M9.561 14.439L17 7\"/></g>`,\n\"SquareScissors\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareSigma = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M16 8.9V7H8l4 5l-4 5h8v-1.9\"/></g>`,\n\"SquareSigma\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareSlash = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"m9 15l6-6\"/></g>`,\n\"SquareSlash\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareSplitHorizontal = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3m8 0h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3M12 4v16\"/>`,\n\"SquareSplitHorizontal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareSplitVertical = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3m0 8v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3m-1-4h16\"/>`,\n\"SquareSplitVertical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareSquare = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><rect width=\"8\" height=\"8\" x=\"8\" y=\"8\" rx=\"1\"/></g>`,\n\"SquareSquare\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareStack = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 10c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2m0 12c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2\"/><rect width=\"8\" height=\"8\" x=\"14\" y=\"14\" rx=\"2\"/></g>`,\n\"SquareStack\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareStar = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11.035 7.69a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>`,\n\"SquareStar\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareStop = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><rect width=\"6\" height=\"6\" x=\"9\" y=\"9\" rx=\"1\"/></g>`,\n\"SquareStop\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareTerminal = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m7 11l2-2l-2-2m4 6h4\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/></g>`,\n\"SquareTerminal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareUser = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><circle cx=\"12\" cy=\"10\" r=\"3\"/><path d=\"M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2\"/></g>`,\n\"SquareUser\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareUserRound = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 21a6 6 0 0 0-12 0\"/><circle cx=\"12\" cy=\"11\" r=\"4\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>`,\n\"SquareUserRound\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquareX = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"m15 9l-6 6m0-6l6 6\"/></g>`,\n\"SquareX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquaresExclude = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 12v2a2 2 0 0 1-2 2H9a1 1 0 0 0-1 1v3a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2h0M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3a1 1 0 0 1-1 1h-5a2 2 0 0 0-2 2v2\"/>`,\n\"SquaresExclude\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquaresIntersect = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 22a2 2 0 0 1-2-2m6-18a2 2 0 0 1 2 2m0 18h-2M2 10V8m0-4a2 2 0 0 1 2-2m16 6a2 2 0 0 1 2 2m0 4v2m0 4a2 2 0 0 1-2 2M4 16a2 2 0 0 1-2-2m6-4a2 2 0 0 1 2-2h5a1 1 0 0 1 1 1v5a2 2 0 0 1-2 2H9a1 1 0 0 1-1-1zm0-8h2\"/>`,\n\"SquaresIntersect\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquaresSubtract = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 22a2 2 0 0 1-2-2m8 2h-2m2-18a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h3a1 1 0 0 0 1-1v-5a2 2 0 0 1 2-2h5a1 1 0 0 0 1-1zm4 4a2 2 0 0 1 2 2m0 4v2m0 4a2 2 0 0 1-2 2\"/>`,\n\"SquaresSubtract\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquaresUnite = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3a1 1 0 0 0 1 1h3a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-3a1 1 0 0 0-1-1z\"/>`,\n\"SquaresUnite\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Squircle = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 3c7.2 0 9 1.8 9 9s-1.8 9-9 9s-9-1.8-9-9s1.8-9 9-9\"/>`,\n\"Squircle\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SquircleDashed = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.77 3.043a34 34 0 0 0-3.54 0m3.541 17.913a33 33 0 0 1-3.541.001m9.95-3.217c-.51 1.15-1.29 1.93-2.439 2.44M20.18 6.259c-.51-1.148-1.291-1.929-2.44-2.438m3.217 6.409a33 33 0 0 1 0 3.54M3.043 10.23a34 34 0 0 0 .001 3.541m3.216 6.408c-1.15-.508-1.93-1.29-2.44-2.438M6.26 3.82c-1.149.51-1.93 1.291-2.44 2.44\"/>`,\n\"SquircleDashed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Squirrel = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15.236 22a3 3 0 0 0-2.2-5\"/><path d=\"M16 20a3 3 0 0 1 3-3h1a2 2 0 0 0 2-2v-2a4 4 0 0 0-4-4V4m0 9h.01\"/><path d=\"M18 6a4 4 0 0 0-4 4a7 7 0 0 0-7 7c0-5 4-5 4-10.5a4.5 4.5 0 1 0-9 0a2.5 2.5 0 0 0 5 0C7 10 3 11 3 17c0 2.8 2.2 5 5 5h10\"/></g>`,\n\"Squirrel\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Stamp = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-6 0c0 2 1 2 1 3.5V13m10 2.5a2.5 2.5 0 0 0-2.5-2.5h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1zM5 22h14\"/>`,\n\"Stamp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Star = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.12 2.12 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.12 2.12 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.12 2.12 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16z\"/>`,\n\"Star\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const StarHalf = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 18.338a2.1 2.1 0 0 0-.987.244L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16l2.309-4.679A.53.53 0 0 1 12 2\"/>`,\n\"StarHalf\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const StarOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10.344 4.688l1.181-2.393a.53.53 0 0 1 .95 0l2.31 4.679a2.12 2.12 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.237 3.152m-.658 4.999l.43 2.505a.53.53 0 0 1-.771.56l-4.618-2.428a2.12 2.12 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a8 8 0 0 0 .4-.099M2 2l20 20\"/>`,\n\"StarOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const StepBack = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.971 4.285A2 2 0 0 1 17 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432zM21 20V4\"/>`,\n\"StepBack\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const StepForward = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.029 4.285A2 2 0 0 0 7 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432zM3 4v16\"/>`,\n\"StepForward\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Stethoscope = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 2v2M5 2v2m0-1H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1\"/><path d=\"M8 15a6 6 0 0 0 12 0v-3\"/><circle cx=\"20\" cy=\"10\" r=\"2\"/></g>`,\n\"Stethoscope\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Sticker = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z\"/><path d=\"M15 3v5a1 1 0 0 0 1 1h5M8 13h.01M16 13h.01M10 16s.8 1 2 1c1.3 0 2-1 2-1\"/></g>`,\n\"Sticker\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const StickyNote = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z\"/><path d=\"M15 3v5a1 1 0 0 0 1 1h5\"/></g>`,\n\"StickyNote\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Stone = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11.264 2.205A4 4 0 0 0 6.42 4.211l-4 8a4 4 0 0 0 1.359 5.117l6 4a4 4 0 0 0 4.438 0l6-4a4 4 0 0 0 1.576-4.592l-2-6a4 4 0 0 0-2.53-2.53z\"/><path d=\"M11.99 22L14 12l7.822 3.184M14 12L8.47 2.302\"/></g>`,\n\"Stone\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Store = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5m8.774-10.69a1.12 1.12 0 0 0-1.549 0a2.5 2.5 0 0 1-3.451 0a1.12 1.12 0 0 0-1.548 0a2.5 2.5 0 0 1-3.452 0a1.12 1.12 0 0 0-1.549 0a2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244\"/><path d=\"M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05\"/></g>`,\n\"Store\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const StretchHorizontal = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"6\" x=\"2\" y=\"4\" rx=\"2\"/><rect width=\"20\" height=\"6\" x=\"2\" y=\"14\" rx=\"2\"/></g>`,\n\"StretchHorizontal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const StretchVertical = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"20\" x=\"4\" y=\"2\" rx=\"2\"/><rect width=\"6\" height=\"20\" x=\"14\" y=\"2\" rx=\"2\"/></g>`,\n\"StretchVertical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Strikethrough = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 4H9a3 3 0 0 0-2.83 4M14 12a4 4 0 0 1 0 8H6m-2-8h16\"/>`,\n\"Strikethrough\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Subscript = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4 5l8 8m0-8l-8 8m16 6h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0 0 0-2.62-.44c-.42.24-.74.62-.9 1.07\"/>`,\n\"Subscript\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Sun = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"4\"/><path d=\"M12 2v2m0 16v2M4.93 4.93l1.41 1.41m11.32 11.32l1.41 1.41M2 12h2m16 0h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41\"/></g>`,\n\"Sun\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SunDim = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"4\"/><path d=\"M12 4h.01M20 12h.01M12 20h.01M4 12h.01m13.647-5.657h.01m-.01 11.314h.01m-11.324 0h.01m-.01-11.314h.01\"/></g>`,\n\"SunDim\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SunMedium = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"4\"/><path d=\"M12 3v1m0 16v1m-9-9h1m16 0h1m-2.636-6.364l-.707.707M6.343 17.657l-.707.707m0-12.728l.707.707m11.314 11.314l.707.707\"/></g>`,\n\"SunMedium\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SunMoon = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v2m2.837 12.385a6 6 0 1 1-7.223-7.222c.624-.147.97.66.715 1.248a4 4 0 0 0 5.26 5.259c.589-.255 1.396.09 1.248.715M16 12a4 4 0 0 0-4-4m7-3l-1.256 1.256M20 12h2\"/>`,\n\"SunMoon\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SunSnow = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 21v-1m0-16V3m0 6a3 3 0 0 0 0 6m4 5l1.25-2.5L18 18M14 4l1.25 2.5L18 6\"/><path d=\"m17 21l-3-6l1.5-3H22m-5-9l-3 6l1.5 3M2 12h1\"/><path d=\"m20 10l-1.5 2l1.5 2M3.64 18.36l.7-.7m0-11.32l-.7-.7\"/></g>`,\n\"SunSnow\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Sunrise = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v8m-7.07.93l1.41 1.41M2 18h2m16 0h2m-2.93-7.07l-1.41 1.41M22 22H2M8 6l4-4l4 4m0 12a4 4 0 0 0-8 0\"/>`,\n\"Sunrise\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Sunset = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 10V2m-7.07 8.93l1.41 1.41M2 18h2m16 0h2m-2.93-7.07l-1.41 1.41M22 22H2M16 6l-4 4l-4-4m8 12a4 4 0 0 0-8 0\"/>`,\n\"Sunset\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Superscript = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4 19l8-8m0 8l-8-8m16 1h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06\"/>`,\n\"Superscript\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SwatchBook = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z\"/><path d=\"M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7m0-4h.01\"/><path d=\"m11 8l2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6 7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8\"/></g>`,\n\"SwatchBook\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SwissFranc = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 21V3h8M6 16h9m-5-6.5h7\"/>`,\n\"SwissFranc\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const SwitchCamera = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5m4 0h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/><path d=\"m18 22l-3-3l3-3M6 2l3 3l-3 3\"/></g>`,\n\"SwitchCamera\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Sword = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m11 19l-6-6m0 8l-2-2m5-3l-4 4m5.5-2.5L21 6V3h-3L6.5 14.5\"/>`,\n\"Sword\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Swords = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14.5 17.5L3 6V3h3l11.5 11.5M13 19l6-6m-3 3l4 4m-1 1l2-2M14.5 6.5L18 3h3v3l-3.5 3.5M5 14l4 4m-2-1l-3 3m-1-1l2 2\"/>`,\n\"Swords\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Syringe = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18 2l4 4m-5 1l3-3m-1 5L8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5m-6 6l4 4m-8 4l-3 3M14 4l6 6\"/>`,\n\"Syringe\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Table = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 3v18\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M3 9h18M3 15h18\"/></g>`,\n\"Table\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Table2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18\"/>`,\n\"Table2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TableCellsMerge = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 21v-6m0-6V3M3 15h18M3 9h18\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>`,\n\"TableCellsMerge\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TableCellsSplit = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 15V9m-9 6h18M3 9h18\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>`,\n\"TableCellsSplit\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TableColumnsSplit = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 14v2m0 4v2m0-20v2m0 4v2M2 15h8M2 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2M2 9h8m12 6h-4m4-12h-2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2m0-12h-4M5 3v18\"/>`,\n\"TableColumnsSplit\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TableOfContents = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 5H3m13 7H3m13 7H3M21 5h.01M21 12h.01M21 19h.01\"/>`,\n\"TableOfContents\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TableProperties = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 3v18\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M21 9H3m18 6H3\"/></g>`,\n\"TableProperties\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TableRowsSplit = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 10h2m-1 12v-8m0-12v4M2 10h2m16 0h2M3 19h18M3 22v-6a2 2 135 0 1 2-2h14a2 2 45 0 1 2 2v6M3 2v2a2 2 45 0 0 2 2h14a2 2 135 0 0 2-2V2M8 10h2M9 22v-8M9 2v4\"/>`,\n\"TableRowsSplit\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Tablet = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"20\" x=\"4\" y=\"2\" rx=\"2\" ry=\"2\"/><path d=\"M12 18h.01\"/></g>`,\n\"Tablet\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TabletSmartphone = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"10\" height=\"14\" x=\"3\" y=\"8\" rx=\"2\"/><path d=\"M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4M8 18h.01\"/></g>`,\n\"TabletSmartphone\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Tablets = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"7\" cy=\"7\" r=\"5\"/><circle cx=\"17\" cy=\"17\" r=\"5\"/><path d=\"M12 17h10M3.46 10.54l7.08-7.08\"/></g>`,\n\"Tablets\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Tag = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z\"/><circle cx=\"7.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"/></g>`,\n\"Tag\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Tags = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13.172 2a2 2 0 0 1 1.414.586l6.71 6.71a2.4 2.4 0 0 1 0 3.408l-4.592 4.592a2.4 2.4 0 0 1-3.408 0l-6.71-6.71A2 2 0 0 1 6 9.172V3a1 1 0 0 1 1-1zM2 7v6.172a2 2 0 0 0 .586 1.414l6.71 6.71a2.4 2.4 0 0 0 3.191.193\"/><circle cx=\"10.5\" cy=\"6.5\" r=\".5\" fill=\"currentColor\"/></g>`,\n\"Tags\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Tally1 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 4v16\"/>`,\n\"Tally1\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Tally2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 4v16M9 4v16\"/>`,\n\"Tally2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Tally3 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 4v16M9 4v16m5-16v16\"/>`,\n\"Tally3\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Tally4 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 4v16M9 4v16m5-16v16m5-16v16\"/>`,\n\"Tally4\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Tally5 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 4v16M9 4v16m5-16v16m5-16v16m3-14L2 18\"/>`,\n\"Tally5\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Tangent = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"17\" cy=\"4\" r=\"2\"/><path d=\"M15.59 5.41L5.41 15.59\"/><circle cx=\"4\" cy=\"17\" r=\"2\"/><path d=\"M12 22s-4-9-1.5-11.5S22 12 22 12\"/></g>`,\n\"Tangent\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Target = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><circle cx=\"12\" cy=\"12\" r=\"6\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/></g>`,\n\"Target\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Telescope = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10.065 12.493l-6.18 1.318a.934.934 0 0 1-1.108-.702l-.537-2.15a1.07 1.07 0 0 1 .691-1.265l13.504-4.44m-2.875 6.493l4.332-.924M16 21l-3.105-6.21\"/><path d=\"M16.485 5.94a2 2 0 0 1 1.455-2.425l1.09-.272a1 1 0 0 1 1.212.727l1.515 6.06a1 1 0 0 1-.727 1.213l-1.09.272a2 2 0 0 1-2.425-1.455zM6.158 8.633l1.114 4.456M8 21l3.105-6.21\"/><circle cx=\"12\" cy=\"13\" r=\"2\"/></g>`,\n\"Telescope\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Tent = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.5 21L14 3m6.5 18L10 3m5.5 18L12 15l-3.5 6M2 21h20\"/>`,\n\"Tent\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TentTree = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"4\" cy=\"4\" r=\"2\"/><path d=\"m14 5l3-3l3 3m-6 5l3-3l3 3m-3 4V2m0 12H7l-5 8h20Zm-9 0v8m1-8l5 8\"/></g>`,\n\"TentTree\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Terminal = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 19h8M4 17l6-6l-6-6\"/>`,\n\"Terminal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TestTube = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14.5 2v17.5c0 1.4-1.1 2.5-2.5 2.5s-2.5-1.1-2.5-2.5V2m-1 0h7m-1 14h-5\"/>`,\n\"TestTube\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TestTubeDiagonal = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 7L6.82 21.18a2.83 2.83 0 0 1-3.99-.01a2.83 2.83 0 0 1 0-4L17 3m-1-1l6 6m-10 8H4\"/>`,\n\"TestTubeDiagonal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TestTubes = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 2v17.5A2.5 2.5 0 0 1 6.5 22A2.5 2.5 0 0 1 4 19.5V2m16 0v17.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5V2M3 2h7m4 0h7M9 16H4m16 0h-5\"/>`,\n\"TestTubes\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TextAlignCenter = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 5H3m14 7H7m12 7H5\"/>`,\n\"TextAlignCenter\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TextAlignEnd = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 5H3m18 7H9m12 7H7\"/>`,\n\"TextAlignEnd\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TextAlignJustify = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5h18M3 12h18M3 19h18\"/>`,\n\"TextAlignJustify\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TextAlignStart = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 5H3m12 7H3m14 7H3\"/>`,\n\"TextAlignStart\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TextCursor = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1M7 22h1a4 4 0 0 0 4-4v-1M7 2h1a4 4 0 0 1 4 4v1\"/>`,\n\"TextCursor\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TextCursorInput = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 20h-1a2 2 0 0 1-2-2a2 2 0 0 1-2 2H6m7-12h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7m-8 0H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1m1-4h1a2 2 0 0 1 2 2a2 2 0 0 1 2-2h1M9 6v12\"/>`,\n\"TextCursorInput\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TextInitial = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 5h6m-6 7h6M3 19h18M3 12l3.553-7.724a.5.5 0 0 1 .894 0L11 12m-7.08-2h6.16\"/>`,\n\"TextInitial\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TextQuote = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 5H3m18 7H8m13 7H8m-5-7v7\"/>`,\n\"TextQuote\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TextSearch = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 5H3m7 7H3m7 7H3\"/><circle cx=\"17\" cy=\"15\" r=\"3\"/><path d=\"m21 19l-1.9-1.9\"/></g>`,\n\"TextSearch\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TextSelect = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 21h1M14 3h1m4 0a2 2 0 0 1 2 2m0 9v1m0 4a2 2 0 0 1-2 2m2-12v1M3 14v1m0-6v1m2 11a2 2 0 0 1-2-2M5 3a2 2 0 0 0-2 2m4 7h10M7 16h6M7 8h8M9 21h1M9 3h1\"/>`,\n\"TextSelect\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TextWrap = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m16 16l-3 3l3 3\"/><path d=\"M3 12h14.5a1 1 0 0 1 0 7H13M3 19h6M3 5h18\"/></g>`,\n\"TextWrap\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Theater = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 10s3-3 3-8m17 8s-3-3-3-8\"/><path d=\"M10 2c0 4.4-3.6 8-8 8m12-8c0 4.4 3.6 8 8 8M2 10s2 2 2 5m18-5s-2 2-2 5M8 15h8M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1m4 0v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1\"/></g>`,\n\"Theater\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Thermometer = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0\"/>`,\n\"Thermometer\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ThermometerSnowflake = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10 20l-1.25-2.5L6 18m4-14L8.75 6.5L6 6m4.585 9H10m-8-3h6.5L10 9m10 5.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z\"/><path d=\"m4 10l1.5 2L4 14m3 7l3-6l-1.5-3M7 3l3 6h2\"/></g>`,\n\"ThermometerSnowflake\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ThermometerSun = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v2m0 4a4 4 0 0 0-1.645 7.647M2 12h2m16 2.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0zM4.93 4.93l1.41 1.41m0 11.32l-1.41 1.41\"/>`,\n\"ThermometerSun\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ThumbsDown = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 18.12L10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88M17 14V2\"/>`,\n\"ThumbsDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ThumbsUp = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 5.88L14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88M7 10v12\"/>`,\n\"ThumbsUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Ticket = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Zm11-4v2m0 10v2m0-8v2\"/>`,\n\"Ticket\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TicketCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z\"/><path d=\"m9 12l2 2l4-4\"/></g>`,\n\"TicketCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TicketMinus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Zm7 3h6\"/>`,\n\"TicketMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TicketPercent = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Zm7 0h.01M15 9l-6 6m6 0h.01\"/>`,\n\"TicketPercent\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TicketPlus = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Zm7 3h6m-3-3v6\"/>`,\n\"TicketPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TicketSlash = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Zm7.5 5.5l5-5\"/>`,\n\"TicketSlash\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TicketX = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Zm7.5 5.5l5-5m-5 0l5 5\"/>`,\n\"TicketX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Tickets = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m3.173 8.18l11-5a2 2 0 0 1 2.647.993L18.56 8M6 10V8m0 6v1m0 4v2\"/><rect width=\"20\" height=\"13\" x=\"2\" y=\"8\" rx=\"2\"/></g>`,\n\"Tickets\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TicketsPlane = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12m-6 1.5l3.794.506M3.173 8.18l11-5a2 2 0 0 1 2.647.993L18.56 8M6 10V8m0 6v1m0 4v2\"/><rect width=\"20\" height=\"13\" x=\"2\" y=\"8\" rx=\"2\"/></g>`,\n\"TicketsPlane\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Timer = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 2h4m-2 12l3-3\"/><circle cx=\"12\" cy=\"14\" r=\"8\"/></g>`,\n\"Timer\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TimerOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 2h4m-9.4 9a8 8 0 0 0 1.7 8.7a8 8 0 0 0 8.7 1.7m-7.6-14a8 8 0 0 1 10.3 1a8 8 0 0 1 .9 10.2M2 2l20 20M12 12v-2\"/>`,\n\"TimerOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TimerReset = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 2h4m-2 12v-4m-8 3a8 8 0 0 1 8-7a8 8 0 1 1-5.3 14L4 17.6\"/><path d=\"M9 17H4v5\"/></g>`,\n\"TimerReset\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ToggleLeft = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"9\" cy=\"12\" r=\"3\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"7\"/></g>`,\n\"ToggleLeft\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ToggleRight = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"15\" cy=\"12\" r=\"3\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"7\"/></g>`,\n\"ToggleRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Toilet = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7 12h13a1 1 0 0 1 1 1a5 5 0 0 1-5 5h-.598a.5.5 0 0 0-.424.765l1.544 2.47a.5.5 0 0 1-.424.765H5.402a.5.5 0 0 1-.424-.765L7 18\"/><path d=\"M8 18a5 5 0 0 1-5-5V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8\"/></g>`,\n\"Toilet\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ToolCase = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 15h4m.817-4.005l-.971-1.45l1.034-1.232a2 2 0 0 0-2.025-3.238l-1.82.364L9.91 3.885a2 2 0 0 0-3.625.748L6.141 6.55l-1.725.426a2 2 0 0 0-.19 3.756l.657.27\"/><path d=\"m18.822 10.995l2.26-5.38a1 1 0 0 0-.557-1.318L16.954 2.9a1 1 0 0 0-1.281.533l-.924 2.122M4 12.006A1 1 0 0 1 4.994 11H19a1 1 0 0 1 1 1v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z\"/></g>`,\n\"ToolCase\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Toolbox = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 12v4m0-10a2 2 0 0 1 1.414.586l4 4A2 2 0 0 1 22 12v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 .586-1.414l4-4A2 2 0 0 1 8 6zm0 0V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2m-6 8h20M8 12v4\"/>`,\n\"Toolbox\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Tornado = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 4H3m15 4H6m13 4H9m7 4h-6m1 4H9\"/>`,\n\"Tornado\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Torus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><ellipse cx=\"12\" cy=\"11\" rx=\"3\" ry=\"2\"/><ellipse cx=\"12\" cy=\"12.5\" rx=\"10\" ry=\"8.5\"/></g>`,\n\"Torus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Touchpad = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"16\" x=\"2\" y=\"4\" rx=\"2\"/><path d=\"M2 14h20m-10 6v-6\"/></g>`,\n\"Touchpad\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TouchpadOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 20v-6m7.656 0H22M2 14h12M2 2l20 20m-2-2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m5.656 0H20a2 2 0 0 1 2 2v10.344\"/>`,\n\"TouchpadOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TowelRack = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 7h-2M6.5 3h11A2.5 2.5 0 0 1 20 5.5V20a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1V5.5a1 1 0 0 0-5 0V17a1 1 0 0 0 1 1h4M9 7H2\"/>`,\n\"TowelRack\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TowerControl = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18.2 12.27L20 6H4l1.8 6.27a1 1 0 0 0 .95.73h10.5a1 1 0 0 0 .96-.73ZM8 13v9m8 0v-9M9 6l1 7m5-7l-1 7m-2-7V2m1 0h-2\"/>`,\n\"TowerControl\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ToyBrick = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"12\" x=\"3\" y=\"8\" rx=\"1\"/><path d=\"M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3m14 0V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3\"/></g>`,\n\"ToyBrick\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Tractor = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10 11l11 .9a1 1 0 0 1 .8 1.1l-.665 4.158a1 1 0 0 1-.988.842H20m-4 0h-5\"/><path d=\"M18 5a1 1 0 0 0-1 1v5.573M3 4h8.129a1 1 0 0 1 .99.863L13 11.246M4 11V4m3 11h.01M8 10.1V4\"/><circle cx=\"18\" cy=\"18\" r=\"2\"/><circle cx=\"7\" cy=\"15\" r=\"5\"/></g>`,\n\"Tractor\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TrafficCone = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16.05 10.966a5 2.5 0 0 1-8.1 0m8.973 3.083l4.48 2.04a1 1 0 0 1 .001 1.831l-8.574 3.9a2 2 0 0 1-1.66 0l-8.574-3.91a1 1 0 0 1 0-1.83l4.484-2.04\"/><path d=\"M16.949 14.14a5 2.5 0 1 1-9.9 0L10.063 3.5a2 2 0 0 1 3.874 0z\"/><path d=\"M9.194 6.57a5 2.5 0 0 0 5.61 0\"/></g>`,\n\"TrafficCone\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TrainFront = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 3.1V7a4 4 0 0 0 8 0V3.1M9 15l-1-1m7 1l1-1\"/><path d=\"M9 19c-2.8 0-5-2.2-5-5v-4a8 8 0 0 1 16 0v4c0 2.8-2.2 5-5 5Zm-1 0l-2 3m10-3l2 3\"/></g>`,\n\"TrainFront\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TrainFrontTunnel = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 22V12a10 10 0 1 1 20 0v10\"/><path d=\"M15 6.8v1.4a3 2.8 0 1 1-6 0V6.8m1 8.2h.01M14 15h.01\"/><path d=\"M10 19a4 4 0 0 1-4-4v-3a6 6 0 1 1 12 0v3a4 4 0 0 1-4 4Zm-1 0l-2 3m8-3l2 3\"/></g>`,\n\"TrainFrontTunnel\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TrainTrack = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 17L17 2M2 14l8 8M5 11l8 8M8 8l8 8M11 5l8 8M14 2l8 8M7 22L22 7\"/>`,\n\"TrainTrack\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TramFront = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"16\" x=\"4\" y=\"3\" rx=\"2\"/><path d=\"M4 11h16m-8-8v8m-4 8l-2 3m12 0l-2-3m-8-4h.01M16 15h.01\"/></g>`,\n\"TramFront\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Transgender = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 16v6m2-2h-4m8-18h4v4M2 2l7.17 7.17M2 5.355V2h3.357M22 2l-7.17 7.17M8 5L5 8\"/><circle cx=\"12\" cy=\"12\" r=\"4\"/></g>`,\n\"Transgender\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Trash = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\"/>`,\n\"Trash\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Trash2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 11v6m4-6v6m5-11v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\"/>`,\n\"Trash2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TreeDeciduous = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Zm4 0v3\"/>`,\n\"TreeDeciduous\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TreePalm = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1l1 1h4m3-.86A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1l-1 1h-3\"/><path d=\"M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25l.7-.7l.71-.71l2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35\"/><path d=\"M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14\"/></g>`,\n\"TreePalm\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TreePine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m17 14l3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7zm-5 8v-3\"/>`,\n\"TreePine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Trees = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 10v.2A3 3 0 0 1 8.9 16H5a3 3 0 0 1-1-5.8V10a3 3 0 0 1 6 0m-3 6v6m6-3v3\"/><path d=\"M12 19h8.3a1 1 0 0 0 .7-1.7L18 14h.3a1 1 0 0 0 .7-1.7L16 9h.2a1 1 0 0 0 .8-1.7L13 3l-1.4 1.5\"/></g>`,\n\"Trees\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Trello = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M7 7h3v9H7zm7 0h3v5h-3z\"/></g>`,\n\"Trello\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TrendingDown = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 17h6v-6\"/><path d=\"m22 17l-8.5-8.5l-5 5L2 7\"/></g>`,\n\"TrendingDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TrendingUp = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 7h6v6\"/><path d=\"m22 7l-8.5 8.5l-5-5L2 17\"/></g>`,\n\"TrendingUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TrendingUpDown = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14.828 14.828L21 21m0-5v5h-5m5-18l-9 9l-4-4l-6 6\"/><path d=\"M21 8V3h-5\"/></g>`,\n\"TrendingUpDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Triangle = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z\"/>`,\n\"Triangle\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TriangleAlert = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m21.73 18l-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3M12 9v4m0 4h.01\"/>`,\n\"TriangleAlert\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TriangleDashed = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.17 4.193a2 2 0 0 1 3.666.013M14 21h2m-.126-13.257l1 1.732m1.975 3.477l1 1.732m1.975 3.496a2 2 0 0 1-1.835 2.824M4.024 21a2 2 0 0 1-1.839-2.839m2.951-5.209l-1 1.732M8 21h2M8.102 7.743l-1 1.732\"/>`,\n\"TriangleDashed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TriangleRight = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z\"/>`,\n\"TriangleRight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Trophy = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978m7-7.318v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978M18 9h1.5a1 1 0 0 0 0-5H18M4 22h16\"/><path d=\"M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1zm0 0H4.5a1 1 0 0 1 0-5H6\"/></g>`,\n\"Trophy\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Truck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2m10 0H9m10 0h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14\"/><circle cx=\"17\" cy=\"18\" r=\"2\"/><circle cx=\"7\" cy=\"18\" r=\"2\"/></g>`,\n\"Truck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TruckElectric = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 19V7a2 2 0 0 0-2-2H9m6 14H9m10 0h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.62L18.3 9.38a1 1 0 0 0-.78-.38H14M2 13v5a1 1 0 0 0 1 1h2M4 3L2.15 5.15a.495.495 0 0 0 .35.86h2.15a.47.47 0 0 1 .35.86L3 9.02\"/><circle cx=\"17\" cy=\"19\" r=\"2\"/><circle cx=\"7\" cy=\"19\" r=\"2\"/></g>`,\n\"TruckElectric\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TurkishLira = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 4L5 9m10-.5l-10 5M18 12a9 9 0 0 1-9 9V3\"/>`,\n\"TurkishLira\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Turntable = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 12.01h.01M18 8v4a8 8 0 0 1-1.07 4\"/><circle cx=\"10\" cy=\"12\" r=\"4\"/><rect width=\"20\" height=\"16\" x=\"2\" y=\"4\" rx=\"2\"/></g>`,\n\"Turntable\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Turtle = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12 10l2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a8 8 0 1 0-16 0v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3l2-4zM4.82 7.9L8 10m7.18-2.1L12 10\"/><path d=\"M16.93 10H20a2 2 0 0 1 0 4H2\"/></g>`,\n\"Turtle\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Tv = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m17 2l-5 5l-5-5\"/><rect width=\"20\" height=\"15\" x=\"2\" y=\"7\" rx=\"2\"/></g>`,\n\"Tv\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TvMinimal = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7 21h10\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/></g>`,\n\"TvMinimal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TvMinimalPlay = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56zM7 21h10\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/></g>`,\n\"TvMinimalPlay\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Twitch = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 2H3v16h5v4l4-4h5l4-4zm-10 9V7m5 4V7\"/>`,\n\"Twitch\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Twitter = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6c2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4c-.9-4.2 4-6.6 7-3.8c1.1 0 3-1.2 3-1.2\"/>`,\n\"Twitter\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Type = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 4v16M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2M9 20h6\"/>`,\n\"Type\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const TypeOutline = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 16.5a.5.5 0 0 0 .5.5h.5a2 2 0 0 1 0 4H9a2 2 0 0 1 0-4h.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V8a2 2 0 0 1-4 0V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3a2 2 0 0 1-4 0v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5Z\"/>`,\n\"TypeOutline\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Umbrella = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 13v7a2 2 0 0 0 4 0M12 2v2\"/><path d=\"M20.992 13a1 1 0 0 0 .97-1.274a10.284 10.284 0 0 0-19.923 0A1 1 0 0 0 3 13z\"/></g>`,\n\"Umbrella\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UmbrellaOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 13v7a2 2 0 0 0 4 0M12 2v2m6.656 9h2.336a1 1 0 0 0 .97-1.274a10.284 10.284 0 0 0-12.07-7.51M2 2l20 20\"/><path d=\"M5.961 5.957a10.28 10.28 0 0 0-3.922 5.769A1 1 0 0 0 3 13h10\"/></g>`,\n\"UmbrellaOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Underline = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 4v6a6 6 0 0 0 12 0V4M4 20h16\"/>`,\n\"Underline\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Undo = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 7v6h6\"/><path d=\"M21 17a9 9 0 0 0-9-9a9 9 0 0 0-6 2.3L3 13\"/></g>`,\n\"Undo\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Undo2 = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 14L4 9l5-5\"/><path d=\"M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11\"/></g>`,\n\"Undo2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UndoDot = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 17a9 9 0 0 0-15-6.7L3 13\"/><path d=\"M3 7v6h6\"/><circle cx=\"12\" cy=\"17\" r=\"1\"/></g>`,\n\"UndoDot\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UnfoldHorizontal = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 12h6M8 12H2M12 2v2m0 4v2m0 4v2m0 4v2m7-7l3-3l-3-3M5 9l-3 3l3 3\"/>`,\n\"UnfoldHorizontal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UnfoldVertical = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 22v-6m0-8V2M4 12H2m8 0H8m8 0h-2m8 0h-2m-5 7l-3 3l-3-3m6-14l-3-3l-3 3\"/>`,\n\"UnfoldVertical\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Ungroup = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"6\" x=\"5\" y=\"4\" rx=\"1\"/><rect width=\"8\" height=\"6\" x=\"11\" y=\"14\" rx=\"1\"/></g>`,\n\"Ungroup\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const University = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 21v-3a2 2 0 0 0-4 0v3m8-9h.01M18 16h.01\"/><path d=\"M22 7a1 1 0 0 0-1-1h-2a2 2 0 0 1-1.143-.359L13.143 2.36a2 2 0 0 0-2.286-.001L6.143 5.64A2 2 0 0 1 5 6H3a1 1 0 0 0-1 1v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2zM6 12h.01M6 16h.01\"/><circle cx=\"12\" cy=\"10\" r=\"2\"/></g>`,\n\"University\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Unlink = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18.84 12.25l1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07a5.006 5.006 0 0 0-6.95 0l-1.72 1.71m-6.58 6.57l-1.71 1.71a5.004 5.004 0 0 0 .12 7.07a5.006 5.006 0 0 0 6.95 0l1.71-1.71M8 2v3M2 8h3m11 11v3m3-6h3\"/>`,\n\"Unlink\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Unlink2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2\"/>`,\n\"Unlink2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Unplug = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m19 5l3-3M2 22l3-3m1.3 1.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6l-2.3 2.3a2.4 2.4 0 0 0 0 3.4Zm1.2-6.8L10 11m.5 5.5L13 14m-1-8l6 6l2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z\"/>`,\n\"Unplug\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Upload = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 3v12m5-7l-5-5l-5 5m14 7v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"/>`,\n\"Upload\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Usb = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"10\" cy=\"7\" r=\"1\"/><circle cx=\"4\" cy=\"20\" r=\"1\"/><path d=\"M4.7 19.3L19 5m2-2l-3 1l2 2ZM9.26 7.68L5 12l2 5m3-3l5 2l3.5-3.5\"/><path d=\"m18 12l1-1l1 1l-1 1Z\"/></g>`,\n\"Usb\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const User = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2\"/><circle cx=\"12\" cy=\"7\" r=\"4\"/></g>`,\n\"User\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UserCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m16 11l2 2l4-4m-6 12v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"/><circle cx=\"9\" cy=\"7\" r=\"4\"/></g>`,\n\"UserCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UserCog = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 15H6a4 4 0 0 0-4 4v2m12.305-4.47l.923-.382m0-2.296l-.923-.383m2.547-1.241l-.383-.923m.383 6.467l-.383.924m2.679-6.468l.383-.923m-.001 7.391l-.382-.924m1.624-3.92l.924-.383m-.924 2.679l.924.383\"/><circle cx=\"18\" cy=\"15\" r=\"3\"/><circle cx=\"9\" cy=\"7\" r=\"4\"/></g>`,\n\"UserCog\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UserKey = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 11v6m0-4h2M3 21v-2a4 4 0 0 1 4-4h6a4 4 0 0 1 2.072.578\"/><circle cx=\"10\" cy=\"7\" r=\"4\"/><circle cx=\"20\" cy=\"19\" r=\"2\"/></g>`,\n\"UserKey\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UserLock = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19 16v-2a2 2 0 0 0-4 0v2m-5.5-1H7a4 4 0 0 0-4 4v2\"/><circle cx=\"10\" cy=\"7\" r=\"4\"/><rect width=\"8\" height=\"5\" x=\"13\" y=\"16\" rx=\".899\"/></g>`,\n\"UserLock\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UserMinus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"/><circle cx=\"9\" cy=\"7\" r=\"4\"/><path d=\"M22 11h-6\"/></g>`,\n\"UserMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UserPen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11.5 15H7a4 4 0 0 0-4 4v2m18.378-4.374a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z\"/><circle cx=\"10\" cy=\"7\" r=\"4\"/></g>`,\n\"UserPen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UserPlus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"/><circle cx=\"9\" cy=\"7\" r=\"4\"/><path d=\"M19 8v6m3-3h-6\"/></g>`,\n\"UserPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UserRound = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"8\" r=\"5\"/><path d=\"M20 21a8 8 0 0 0-16 0\"/></g>`,\n\"UserRound\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UserRoundCheck = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 21a8 8 0 0 1 13.292-6\"/><circle cx=\"10\" cy=\"8\" r=\"5\"/><path d=\"m16 19l2 2l4-4\"/></g>`,\n\"UserRoundCheck\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UserRoundCog = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14.305 19.53l.923-.382m0-2.296l-.923-.383m2.547-1.241l-.383-.923m.383 6.467l-.383.924m2.679-6.468l.383-.923m-.001 7.391l-.382-.924M2 21a8 8 0 0 1 10.434-7.62m8.338 3.472l.924-.383m-.924 2.679l.924.383\"/><circle cx=\"10\" cy=\"8\" r=\"5\"/><circle cx=\"18\" cy=\"18\" r=\"3\"/></g>`,\n\"UserRoundCog\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UserRoundKey = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19 11v6m0-4h2M2 21a8 8 0 0 1 12.868-6.349\"/><circle cx=\"10\" cy=\"8\" r=\"5\"/><circle cx=\"19\" cy=\"19\" r=\"2\"/></g>`,\n\"UserRoundKey\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UserRoundMinus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 21a8 8 0 0 1 13.292-6\"/><circle cx=\"10\" cy=\"8\" r=\"5\"/><path d=\"M22 19h-6\"/></g>`,\n\"UserRoundMinus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UserRoundPen = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 21a8 8 0 0 1 10.821-7.487m8.557 3.113a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z\"/><circle cx=\"10\" cy=\"8\" r=\"5\"/></g>`,\n\"UserRoundPen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UserRoundPlus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 21a8 8 0 0 1 13.292-6\"/><circle cx=\"10\" cy=\"8\" r=\"5\"/><path d=\"M19 16v6m3-3h-6\"/></g>`,\n\"UserRoundPlus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UserRoundSearch = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"10\" cy=\"8\" r=\"5\"/><path d=\"M2 21a8 8 0 0 1 10.434-7.62\"/><circle cx=\"18\" cy=\"18\" r=\"3\"/><path d=\"m22 22l-1.9-1.9\"/></g>`,\n\"UserRoundSearch\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UserRoundX = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 21a8 8 0 0 1 11.873-7\"/><circle cx=\"10\" cy=\"8\" r=\"5\"/><path d=\"m17 17l5 5m0-5l-5 5\"/></g>`,\n\"UserRoundX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UserSearch = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"10\" cy=\"7\" r=\"4\"/><path d=\"M10.3 15H7a4 4 0 0 0-4 4v2\"/><circle cx=\"17\" cy=\"17\" r=\"3\"/><path d=\"m21 21l-1.9-1.9\"/></g>`,\n\"UserSearch\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UserStar = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16.051 12.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535zM8 15H7a4 4 0 0 0-4 4v2\"/><circle cx=\"10\" cy=\"7\" r=\"4\"/></g>`,\n\"UserStar\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UserX = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"/><circle cx=\"9\" cy=\"7\" r=\"4\"/><path d=\"m17 8l5 5m0-5l-5 5\"/></g>`,\n\"UserX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Users = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2M16 3.128a4 4 0 0 1 0 7.744M22 21v-2a4 4 0 0 0-3-3.87\"/><circle cx=\"9\" cy=\"7\" r=\"4\"/></g>`,\n\"Users\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UsersRound = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 21a8 8 0 0 0-16 0\"/><circle cx=\"10\" cy=\"8\" r=\"5\"/><path d=\"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3\"/></g>`,\n\"UsersRound\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Utensils = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2M7 2v20m14-7V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2zm0 0v7\"/>`,\n\"Utensils\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UtensilsCrossed = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16 2l-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8m-7 7L3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0zm0 0l7 7m-19.9-.2l6.4-6.3M19 5l-7 7\"/>`,\n\"UtensilsCrossed\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const UtilityPole = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v20M2 5h20M3 3v2m4-2v2m10-2v2m4-2v2m-2 0l-7 7l-7-7\"/>`,\n\"UtilityPole\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Van = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 6v5a1 1 0 0 0 1 1h6.102a1 1 0 0 1 .712.298l.898.91a1 1 0 0 1 .288.702V17a1 1 0 0 1-1 1h-3\"/><path d=\"M5 18H3a1 1 0 0 1-1-1V8a2 2 0 0 1 2-2h12c1.1 0 2.1.8 2.4 1.8l1.176 4.2M9 18h5\"/><circle cx=\"16\" cy=\"18\" r=\"2\"/><circle cx=\"7\" cy=\"18\" r=\"2\"/></g>`,\n\"Van\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Variable = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 21s-4-3-4-9s4-9 4-9m8 0s4 3 4 9s-4 9-4 9M15 9l-6 6m0-6l6 6\"/>`,\n\"Variable\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Vault = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><circle cx=\"7.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"/><path d=\"m7.9 7.9l2.7 2.7\"/><circle cx=\"16.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"/><path d=\"m13.4 10.6l2.7-2.7\"/><circle cx=\"7.5\" cy=\"16.5\" r=\".5\" fill=\"currentColor\"/><path d=\"m7.9 16.1l2.7-2.7\"/><circle cx=\"16.5\" cy=\"16.5\" r=\".5\" fill=\"currentColor\"/><path d=\"m13.4 13.4l2.7 2.7\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/></g>`,\n\"Vault\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const VectorSquare = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19.5 7a24 24 0 0 1 0 10M4.5 7a24 24 0 0 0 0 10M7 19.5a24 24 0 0 0 10 0M7 4.5a24 24 0 0 1 10 0\"/><rect width=\"5\" height=\"5\" x=\"17\" y=\"17\" rx=\"1\"/><rect width=\"5\" height=\"5\" x=\"17\" y=\"2\" rx=\"1\"/><rect width=\"5\" height=\"5\" x=\"2\" y=\"17\" rx=\"1\"/><rect width=\"5\" height=\"5\" x=\"2\" y=\"2\" rx=\"1\"/></g>`,\n\"VectorSquare\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Vegan = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 8q6 0 6-6q-6 0-6 6\"/><path d=\"M17.41 3.59a10 10 0 1 0 3 3\"/><path d=\"M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14\"/></g>`,\n\"Vegan\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const VenetianMask = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 11c-1.5 0-2.5.5-3 2\"/><path d=\"M4 6a2 2 0 0 0-2 2v4a5 5 0 0 0 5 5a8 8 0 0 1 5 2a8 8 0 0 1 5-2a5 5 0 0 0 5-5V8a2 2 0 0 0-2-2h-3a8 8 0 0 0-5 2a8 8 0 0 0-5-2z\"/><path d=\"M6 11c1.5 0 2.5.5 3 2\"/></g>`,\n\"VenetianMask\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Venus = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 15v7m-3-3h6\"/><circle cx=\"12\" cy=\"9\" r=\"6\"/></g>`,\n\"Venus\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const VenusAndMars = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 20h4m-2-4v6m5-20h4v4m0-4l-5.46 5.46\"/><circle cx=\"12\" cy=\"11\" r=\"5\"/></g>`,\n\"VenusAndMars\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Vibrate = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m2 8l2 2l-2 2l2 2l-2 2m20-8l-2 2l2 2l-2 2l2 2\"/><rect width=\"8\" height=\"14\" x=\"8\" y=\"5\" rx=\"1\"/></g>`,\n\"Vibrate\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const VibrateOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m2 8l2 2l-2 2l2 2l-2 2m20-8l-2 2l2 2l-2 2l2 2M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2m0-5.66V6c0-.55-.45-1-1-1h-4.34M2 2l20 20\"/>`,\n\"VibrateOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Video = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m16 13l5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5\"/><rect width=\"14\" height=\"12\" x=\"2\" y=\"6\" rx=\"2\"/></g>`,\n\"Video\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const VideoOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.66 6H14a2 2 0 0 1 2 2v2.5l5.248-3.062A.5.5 0 0 1 22 7.87v8.196M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2M2 2l20 20\"/>`,\n\"VideoOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Videotape = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"16\" x=\"2\" y=\"4\" rx=\"2\"/><path d=\"M2 8h20\"/><circle cx=\"8\" cy=\"14\" r=\"2\"/><path d=\"M8 12h8\"/><circle cx=\"16\" cy=\"14\" r=\"2\"/></g>`,\n\"Videotape\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const View = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2\"/><circle cx=\"12\" cy=\"12\" r=\"1\"/><path d=\"M18.944 12.33a1 1 0 0 0 0-.66a7.5 7.5 0 0 0-13.888 0a1 1 0 0 0 0 .66a7.5 7.5 0 0 0 13.888 0\"/></g>`,\n\"View\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Voicemail = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"12\" r=\"4\"/><circle cx=\"18\" cy=\"12\" r=\"4\"/><path d=\"M6 16h12\"/></g>`,\n\"Voicemail\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Volleyball = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11.1 7.1a16.55 16.55 0 0 1 10.9 4M12 12a12.6 12.6 0 0 1-8.7 5m13.5-3.4a16.55 16.55 0 0 1-9 7.5\"/><path d=\"M20.7 17a12.8 12.8 0 0 0-8.7-5a13.3 13.3 0 0 1 0-10M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5\"/><circle cx=\"12\" cy=\"12\" r=\"10\"/></g>`,\n\"Volleyball\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Volume = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z\"/>`,\n\"Volume\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Volume1 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298zM16 9a5 5 0 0 1 0 6\"/>`,\n\"Volume1\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Volume2 = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298zM16 9a5 5 0 0 1 0 6m3.364 3.364a9 9 0 0 0 0-12.728\"/>`,\n\"Volume2\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const VolumeOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 9a5 5 0 0 1 .95 2.293m2.414-5.657a9 9 0 0 1 1.889 9.96M2 2l20 20M7 7l-.587.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298V11M9.828 4.172A.686.686 0 0 1 11 4.657v.686\"/>`,\n\"VolumeOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const VolumeX = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298zM22 9l-6 6m0-6l6 6\"/>`,\n\"VolumeX\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Vote = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m9 12l2 2l4-4\"/><path d=\"M5 7c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v12H5zm17 12H2\"/></g>`,\n\"Vote\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Wallet = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1\"/><path d=\"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4\"/></g>`,\n\"Wallet\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const WalletCards = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21\"/></g>`,\n\"WalletCards\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const WalletMinimal = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 14h.01M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14\"/>`,\n\"WalletMinimal\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Wallpaper = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 17v4m-4 0h8m-7-4l6.1-6.1a2 2 0 0 1 2.81.01L22 15\"/><circle cx=\"8\" cy=\"9\" r=\"2\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/></g>`,\n\"Wallpaper\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Wand = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 4V2m0 14v-2M8 9h2m10 0h2m-4.2 2.8L19 13m-4-4h.01m2.79-2.8L19 5M3 21l9-9m.2-5.8L11 5\"/>`,\n\"Wand\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const WandSparkles = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m21.64 3.64l-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72M14 7l3 3M5 6v4m14 4v4M10 2v2M7 8H3m18 8h-4M11 3H9\"/>`,\n\"WandSparkles\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Warehouse = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11\"/><path d=\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 1.132-1.803l7.95-3.974a2 2 0 0 1 1.837 0l7.948 3.974A2 2 0 0 1 22 8zM6 13h12M6 17h12\"/></g>`,\n\"Warehouse\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const WashingMachine = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 6h3m11 0h.01\"/><rect width=\"18\" height=\"20\" x=\"3\" y=\"2\" rx=\"2\"/><circle cx=\"12\" cy=\"13\" r=\"5\"/><path d=\"M12 18a2.5 2.5 0 0 0 0-5a2.5 2.5 0 0 1 0-5\"/></g>`,\n\"WashingMachine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Watch = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 10v2.2l1.6 1m2.53-5.54l-.81-4.05a2 2 0 0 0-2-1.61h-2.68a2 2 0 0 0-2 1.61l-.78 4.05m.02 8.7l.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05\"/><circle cx=\"12\" cy=\"12\" r=\"6\"/></g>`,\n\"Watch\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Waves = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1M2 12c.6.5 1.2 1 2.5 1c2.5 0 2.5-2 5-2c2.6 0 2.4 2 5 2c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1M2 18c.6.5 1.2 1 2.5 1c2.5 0 2.5-2 5-2c2.6 0 2.4 2 5 2c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1\"/>`,\n\"Waves\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const WavesArrowDown = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 10V2m4 4l-4 4l-4-4m-6 9c.6.5 1.2 1 2.5 1c2.5 0 2.5-2 5-2c2.6 0 2.4 2 5 2c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1M2 21c.6.5 1.2 1 2.5 1c2.5 0 2.5-2 5-2c2.6 0 2.4 2 5 2c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1\"/>`,\n\"WavesArrowDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const WavesArrowUp = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v8M2 15c.6.5 1.2 1 2.5 1c2.5 0 2.5-2 5-2c2.6 0 2.4 2 5 2c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1M2 21c.6.5 1.2 1 2.5 1c2.5 0 2.5-2 5-2c2.6 0 2.4 2 5 2c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1M8 6l4-4l4 4\"/>`,\n\"WavesArrowUp\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const WavesLadder = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19 5a2 2 0 0 0-2 2v11\"/><path d=\"M2 18c.6.5 1.2 1 2.5 1c2.5 0 2.5-2 5-2c2.6 0 2.4 2 5 2c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1M7 13h10M7 9h10\"/><path d=\"M9 5a2 2 0 0 0-2 2v11\"/></g>`,\n\"WavesLadder\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Waypoints = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10.586 5.414l-5.172 5.172m13.172 2.828l-5.172 5.172M6 12h12\"/><circle cx=\"12\" cy=\"20\" r=\"2\"/><circle cx=\"12\" cy=\"4\" r=\"2\"/><circle cx=\"20\" cy=\"12\" r=\"2\"/><circle cx=\"4\" cy=\"12\" r=\"2\"/></g>`,\n\"Waypoints\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Webcam = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"10\" r=\"8\"/><circle cx=\"12\" cy=\"10\" r=\"3\"/><path d=\"M7 22h10m-5 0v-4\"/></g>`,\n\"Webcam\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Webhook = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2\"/><path d=\"m6 17l3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06\"/><path d=\"m12 6l3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8\"/></g>`,\n\"Webhook\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const WebhookOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 1 1 2.57 15M9 3.4a4 4 0 0 1 6.52.66\"/><path d=\"m6 17l3.1-5.8a2.5 2.5 0 0 0 .057-2.05M20.3 20.3a4 4 0 0 1-2.3.7m.6-8a4 4 0 0 1 3.357 3.414M12 6l.6 1M2 2l20 20\"/></g>`,\n\"WebhookOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Weight = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"5\" r=\"3\"/><path d=\"M6.5 8a2 2 0 0 0-1.905 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8Z\"/></g>`,\n\"Weight\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const WeightTilde = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6.5 8a2 2 0 0 0-1.906 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8z\"/><path d=\"M7.999 15a2.5 2.5 0 0 1 4 0a2.5 2.5 0 0 0 4 0\"/><circle cx=\"12\" cy=\"5\" r=\"3\"/></g>`,\n\"WeightTilde\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Wheat = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 22L16 8M3.47 12.53L5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94m4-4L9 7l1.53 1.53a3.5 3.5 0 0 1 0 4.94L9 15l-1.53-1.53a3.5 3.5 0 0 1 0-4.94m4-4L13 3l1.53 1.53a3.5 3.5 0 0 1 0 4.94L13 11l-1.53-1.53a3.5 3.5 0 0 1 0-4.94M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4\"/><path d=\"M11.47 17.47L13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0m4-4L17 15l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.5 3.5 0 0 1 4.94 0m4-4L21 11l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L13 11l1.53-1.53a3.5 3.5 0 0 1 4.94 0\"/></g>`,\n\"Wheat\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const WheatOff = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m2 22l10-10m4-4l-1.17 1.17M3.47 12.53L5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94M8 8l-.53.53a3.5 3.5 0 0 0 0 4.94L9 15l1.53-1.53c.55-.55.88-1.25.98-1.97m-.6-6.24c.15-.26.34-.51.56-.73L13 3l1.53 1.53a3.5 3.5 0 0 1 .28 4.62M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4\"/><path d=\"M11.47 17.47L13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0M16 16l-.53.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.5 3.5 0 0 1 1.97-.98m6.24.6c.26-.15.51-.34.73-.56L21 11l-1.53-1.53a3.5 3.5 0 0 0-4.62-.28M2 2l20 20\"/></g>`,\n\"WheatOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const WholeWord = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"7\" cy=\"12\" r=\"3\"/><path d=\"M10 9v6\"/><circle cx=\"17\" cy=\"12\" r=\"3\"/><path d=\"M14 7v8m8 2v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1\"/></g>`,\n\"WholeWord\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Wifi = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 20h.01M2 8.82a15 15 0 0 1 20 0M5 12.859a10 10 0 0 1 14 0m-10.5 3.57a5 5 0 0 1 7 0\"/>`,\n\"Wifi\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const WifiCog = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14.305 19.53l.923-.382m0-2.296l-.923-.383m2.547-1.241l-.383-.923m.383 6.467l-.383.924m2.679-6.468l.383-.923m-.001 7.391l-.382-.924M2 7.82a15 15 0 0 1 20 0m-1.228 9.032l.924-.383m-.924 2.679l.924.383M5 11.858a10 10 0 0 1 11.5-1.785m-8 5.356a5 5 0 0 1 2.413-1.31\"/><circle cx=\"18\" cy=\"18\" r=\"3\"/></g>`,\n\"WifiCog\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const WifiHigh = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 20h.01M5 12.859a10 10 0 0 1 14 0m-10.5 3.57a5 5 0 0 1 7 0\"/>`,\n\"WifiHigh\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const WifiLow = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 20h.01M8.5 16.429a5 5 0 0 1 7 0\"/>`,\n\"WifiLow\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const WifiOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 20h.01M8.5 16.429a5 5 0 0 1 7 0M5 12.859a10 10 0 0 1 5.17-2.69m8.83 2.69a10 10 0 0 0-2.007-1.523M2 8.82a15 15 0 0 1 4.177-2.643M22 8.82a15 15 0 0 0-11.288-3.764M2 2l20 20\"/>`,\n\"WifiOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const WifiPen = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 8.82a15 15 0 0 1 20 0m-.622 7.806a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506zM5 12.859a10 10 0 0 1 10.5-2.222m-7 5.792a5 5 0 0 1 3-1.406\"/>`,\n\"WifiPen\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const WifiSync = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11.965 10.105v4L13.5 12.5a5 5 0 0 1 8 1.5m-9.535.105h4m2 4h4L20.43 19.71a5 5 0 0 1-8-1.5M2 8.82a15 15 0 0 1 20 0m-.035 13.285v-4M5 12.86a10 10 0 0 1 3-2.032m.5 5.601h.01\"/>`,\n\"WifiSync\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const WifiZero = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 20h.01\"/>`,\n\"WifiZero\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Wind = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12.8 19.6A2 2 0 1 0 14 16H2m15.5-8a2.5 2.5 0 1 1 2 4H2m7.8-7.6A2 2 0 1 1 11 8H2\"/>`,\n\"Wind\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const WindArrowDown = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 2v8m2.8 11.6A2 2 0 1 0 14 18H2m15.5-8a2.5 2.5 0 1 1 2 4H2m4-8l4 4l4-4\"/>`,\n\"WindArrowDown\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Wine = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 22h8M7 10h10m-5 5v7m0-7a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5\"/>`,\n\"Wine\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const WineOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 22h8M7 10h3m7 0h-1.343M12 15v7M7.307 7.307A12.3 12.3 0 0 0 7 10a5 5 0 0 0 7.391 4.391M8.638 2.981Q8.807 2.511 9 2h6c1.5 4 2 6 2 8q-.001.613-.145 1.198M2 2l20 20\"/>`,\n\"WineOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Workflow = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"8\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M7 11v4a2 2 0 0 0 2 2h4\"/><rect width=\"8\" height=\"8\" x=\"13\" y=\"13\" rx=\"2\"/></g>`,\n\"Workflow\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Worm = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m19 12l-1.5 3m2.13 3.81L22 20M6.47 8.23a1.68 1.68 0 0 1 2.44 1.93l-.64 2.08a6.76 6.76 0 0 0 10.16 7.67l.42-.27a1 1 0 1 0-2.73-4.21l-.42.27a1.76 1.76 0 0 1-2.63-1.99l.64-2.08A6.66 6.66 0 0 0 3.94 3.9l-.7.4a1 1 0 1 0 2.55 4.34z\"/>`,\n\"Worm\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Wrench = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z\"/>`,\n\"Wrench\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const X = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 6L6 18M6 6l12 12\"/>`,\n\"X\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const XLineTop = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 4H6m12 4L6 20M6 8l12 12\"/>`,\n\"XLineTop\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Youtube = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2.5 17a24.1 24.1 0 0 1 0-10a2 2 0 0 1 1.4-1.4a49.6 49.6 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.1 24.1 0 0 1 0 10a2 2 0 0 1-1.4 1.4a49.6 49.6 0 0 1-16.2 0A2 2 0 0 1 2.5 17\"/><path d=\"m10 15l5-3l-5-3z\"/></g>`,\n\"Youtube\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const Zap = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z\"/>`,\n\"Zap\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ZapOff = createIcon(\n`<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.513 4.856L13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773m-2.787 2.87L10.88 21.83a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14H4a1 1 0 0 1-.78-1.63l4.507-4.643M2 2l20 20\"/>`,\n\"ZapOff\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ZoomIn = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"11\" cy=\"11\" r=\"8\"/><path d=\"m21 21l-4.35-4.35M11 8v6m-3-3h6\"/></g>`,\n\"ZoomIn\"\n)\n","\nimport { createIcon } from \"../createIcon\"\n\nexport const ZoomOut = createIcon(\n`<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"11\" cy=\"11\" r=\"8\"/><path d=\"m21 21l-4.35-4.35M8 11h6\"/></g>`,\n\"ZoomOut\"\n)\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;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","names":["Component"]}