@mal-icons/svelte 0.1.0
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/README.md +95 -0
- package/dist/.tsbuildinfo +1 -0
- package/dist/context.d.ts +13 -0
- package/dist/context.d.ts.map +1 -0
- package/dist/icons/fi/index.d.ts +288 -0
- package/dist/icons/fi/index.d.ts.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/package.json +51 -0
- package/src/IconBase.svelte +61 -0
- package/src/context.ts +23 -0
- package/src/icons/fi/FiActivity.svelte +10 -0
- package/src/icons/fi/FiAirplay.svelte +10 -0
- package/src/icons/fi/FiAlertCircle.svelte +10 -0
- package/src/icons/fi/FiAlertOctagon.svelte +10 -0
- package/src/icons/fi/FiAlertTriangle.svelte +10 -0
- package/src/icons/fi/FiAlignCenter.svelte +10 -0
- package/src/icons/fi/FiAlignJustify.svelte +10 -0
- package/src/icons/fi/FiAlignLeft.svelte +10 -0
- package/src/icons/fi/FiAlignRight.svelte +10 -0
- package/src/icons/fi/FiAnchor.svelte +10 -0
- package/src/icons/fi/FiAperture.svelte +10 -0
- package/src/icons/fi/FiArchive.svelte +10 -0
- package/src/icons/fi/FiArrowDown.svelte +10 -0
- package/src/icons/fi/FiArrowDownCircle.svelte +10 -0
- package/src/icons/fi/FiArrowDownLeft.svelte +10 -0
- package/src/icons/fi/FiArrowDownRight.svelte +10 -0
- package/src/icons/fi/FiArrowLeft.svelte +10 -0
- package/src/icons/fi/FiArrowLeftCircle.svelte +10 -0
- package/src/icons/fi/FiArrowRight.svelte +10 -0
- package/src/icons/fi/FiArrowRightCircle.svelte +10 -0
- package/src/icons/fi/FiArrowUp.svelte +10 -0
- package/src/icons/fi/FiArrowUpCircle.svelte +10 -0
- package/src/icons/fi/FiArrowUpLeft.svelte +10 -0
- package/src/icons/fi/FiArrowUpRight.svelte +10 -0
- package/src/icons/fi/FiAtSign.svelte +10 -0
- package/src/icons/fi/FiAward.svelte +10 -0
- package/src/icons/fi/FiBarChart.svelte +10 -0
- package/src/icons/fi/FiBarChart2.svelte +10 -0
- package/src/icons/fi/FiBattery.svelte +10 -0
- package/src/icons/fi/FiBatteryCharging.svelte +10 -0
- package/src/icons/fi/FiBell.svelte +10 -0
- package/src/icons/fi/FiBellOff.svelte +10 -0
- package/src/icons/fi/FiBluetooth.svelte +10 -0
- package/src/icons/fi/FiBold.svelte +10 -0
- package/src/icons/fi/FiBook.svelte +10 -0
- package/src/icons/fi/FiBookOpen.svelte +10 -0
- package/src/icons/fi/FiBookmark.svelte +10 -0
- package/src/icons/fi/FiBox.svelte +10 -0
- package/src/icons/fi/FiBriefcase.svelte +10 -0
- package/src/icons/fi/FiCalendar.svelte +10 -0
- package/src/icons/fi/FiCamera.svelte +10 -0
- package/src/icons/fi/FiCameraOff.svelte +10 -0
- package/src/icons/fi/FiCast.svelte +10 -0
- package/src/icons/fi/FiCheck.svelte +10 -0
- package/src/icons/fi/FiCheckCircle.svelte +10 -0
- package/src/icons/fi/FiCheckSquare.svelte +10 -0
- package/src/icons/fi/FiChevronDown.svelte +10 -0
- package/src/icons/fi/FiChevronLeft.svelte +10 -0
- package/src/icons/fi/FiChevronRight.svelte +10 -0
- package/src/icons/fi/FiChevronUp.svelte +10 -0
- package/src/icons/fi/FiChevronsDown.svelte +10 -0
- package/src/icons/fi/FiChevronsLeft.svelte +10 -0
- package/src/icons/fi/FiChevronsRight.svelte +10 -0
- package/src/icons/fi/FiChevronsUp.svelte +10 -0
- package/src/icons/fi/FiChrome.svelte +10 -0
- package/src/icons/fi/FiCircle.svelte +10 -0
- package/src/icons/fi/FiClipboard.svelte +10 -0
- package/src/icons/fi/FiClock.svelte +10 -0
- package/src/icons/fi/FiCloud.svelte +10 -0
- package/src/icons/fi/FiCloudDrizzle.svelte +10 -0
- package/src/icons/fi/FiCloudLightning.svelte +10 -0
- package/src/icons/fi/FiCloudOff.svelte +10 -0
- package/src/icons/fi/FiCloudRain.svelte +10 -0
- package/src/icons/fi/FiCloudSnow.svelte +10 -0
- package/src/icons/fi/FiCode.svelte +10 -0
- package/src/icons/fi/FiCodepen.svelte +10 -0
- package/src/icons/fi/FiCodesandbox.svelte +10 -0
- package/src/icons/fi/FiCoffee.svelte +10 -0
- package/src/icons/fi/FiColumns.svelte +10 -0
- package/src/icons/fi/FiCommand.svelte +10 -0
- package/src/icons/fi/FiCompass.svelte +10 -0
- package/src/icons/fi/FiCopy.svelte +10 -0
- package/src/icons/fi/FiCornerDownLeft.svelte +10 -0
- package/src/icons/fi/FiCornerDownRight.svelte +10 -0
- package/src/icons/fi/FiCornerLeftDown.svelte +10 -0
- package/src/icons/fi/FiCornerLeftUp.svelte +10 -0
- package/src/icons/fi/FiCornerRightDown.svelte +10 -0
- package/src/icons/fi/FiCornerRightUp.svelte +10 -0
- package/src/icons/fi/FiCornerUpLeft.svelte +10 -0
- package/src/icons/fi/FiCornerUpRight.svelte +10 -0
- package/src/icons/fi/FiCpu.svelte +10 -0
- package/src/icons/fi/FiCreditCard.svelte +10 -0
- package/src/icons/fi/FiCrop.svelte +10 -0
- package/src/icons/fi/FiCrosshair.svelte +10 -0
- package/src/icons/fi/FiDatabase.svelte +10 -0
- package/src/icons/fi/FiDelete.svelte +10 -0
- package/src/icons/fi/FiDisc.svelte +10 -0
- package/src/icons/fi/FiDivide.svelte +10 -0
- package/src/icons/fi/FiDivideCircle.svelte +10 -0
- package/src/icons/fi/FiDivideSquare.svelte +10 -0
- package/src/icons/fi/FiDollarSign.svelte +10 -0
- package/src/icons/fi/FiDownload.svelte +10 -0
- package/src/icons/fi/FiDownloadCloud.svelte +10 -0
- package/src/icons/fi/FiDribbble.svelte +10 -0
- package/src/icons/fi/FiDroplet.svelte +10 -0
- package/src/icons/fi/FiEdit.svelte +10 -0
- package/src/icons/fi/FiEdit2.svelte +10 -0
- package/src/icons/fi/FiEdit3.svelte +10 -0
- package/src/icons/fi/FiExternalLink.svelte +10 -0
- package/src/icons/fi/FiEye.svelte +10 -0
- package/src/icons/fi/FiEyeOff.svelte +10 -0
- package/src/icons/fi/FiFacebook.svelte +10 -0
- package/src/icons/fi/FiFastForward.svelte +10 -0
- package/src/icons/fi/FiFeather.svelte +10 -0
- package/src/icons/fi/FiFigma.svelte +10 -0
- package/src/icons/fi/FiFile.svelte +10 -0
- package/src/icons/fi/FiFileMinus.svelte +10 -0
- package/src/icons/fi/FiFilePlus.svelte +10 -0
- package/src/icons/fi/FiFileText.svelte +10 -0
- package/src/icons/fi/FiFilm.svelte +10 -0
- package/src/icons/fi/FiFilter.svelte +10 -0
- package/src/icons/fi/FiFlag.svelte +10 -0
- package/src/icons/fi/FiFolder.svelte +10 -0
- package/src/icons/fi/FiFolderMinus.svelte +10 -0
- package/src/icons/fi/FiFolderPlus.svelte +10 -0
- package/src/icons/fi/FiFramer.svelte +10 -0
- package/src/icons/fi/FiFrown.svelte +10 -0
- package/src/icons/fi/FiGift.svelte +10 -0
- package/src/icons/fi/FiGitBranch.svelte +10 -0
- package/src/icons/fi/FiGitCommit.svelte +10 -0
- package/src/icons/fi/FiGitMerge.svelte +10 -0
- package/src/icons/fi/FiGitPullRequest.svelte +10 -0
- package/src/icons/fi/FiGithub.svelte +10 -0
- package/src/icons/fi/FiGitlab.svelte +10 -0
- package/src/icons/fi/FiGlobe.svelte +10 -0
- package/src/icons/fi/FiGrid.svelte +10 -0
- package/src/icons/fi/FiHardDrive.svelte +10 -0
- package/src/icons/fi/FiHash.svelte +10 -0
- package/src/icons/fi/FiHeadphones.svelte +10 -0
- package/src/icons/fi/FiHeart.svelte +10 -0
- package/src/icons/fi/FiHelpCircle.svelte +10 -0
- package/src/icons/fi/FiHexagon.svelte +10 -0
- package/src/icons/fi/FiHome.svelte +10 -0
- package/src/icons/fi/FiImage.svelte +10 -0
- package/src/icons/fi/FiInbox.svelte +10 -0
- package/src/icons/fi/FiInfo.svelte +10 -0
- package/src/icons/fi/FiInstagram.svelte +10 -0
- package/src/icons/fi/FiItalic.svelte +10 -0
- package/src/icons/fi/FiKey.svelte +10 -0
- package/src/icons/fi/FiLayers.svelte +10 -0
- package/src/icons/fi/FiLayout.svelte +10 -0
- package/src/icons/fi/FiLifeBuoy.svelte +10 -0
- package/src/icons/fi/FiLink.svelte +10 -0
- package/src/icons/fi/FiLink2.svelte +10 -0
- package/src/icons/fi/FiLinkedin.svelte +10 -0
- package/src/icons/fi/FiList.svelte +10 -0
- package/src/icons/fi/FiLoader.svelte +10 -0
- package/src/icons/fi/FiLock.svelte +10 -0
- package/src/icons/fi/FiLogIn.svelte +10 -0
- package/src/icons/fi/FiLogOut.svelte +10 -0
- package/src/icons/fi/FiMail.svelte +10 -0
- package/src/icons/fi/FiMap.svelte +10 -0
- package/src/icons/fi/FiMapPin.svelte +10 -0
- package/src/icons/fi/FiMaximize.svelte +10 -0
- package/src/icons/fi/FiMaximize2.svelte +10 -0
- package/src/icons/fi/FiMeh.svelte +10 -0
- package/src/icons/fi/FiMenu.svelte +10 -0
- package/src/icons/fi/FiMessageCircle.svelte +10 -0
- package/src/icons/fi/FiMessageSquare.svelte +10 -0
- package/src/icons/fi/FiMic.svelte +10 -0
- package/src/icons/fi/FiMicOff.svelte +10 -0
- package/src/icons/fi/FiMinimize.svelte +10 -0
- package/src/icons/fi/FiMinimize2.svelte +10 -0
- package/src/icons/fi/FiMinus.svelte +10 -0
- package/src/icons/fi/FiMinusCircle.svelte +10 -0
- package/src/icons/fi/FiMinusSquare.svelte +10 -0
- package/src/icons/fi/FiMonitor.svelte +10 -0
- package/src/icons/fi/FiMoon.svelte +10 -0
- package/src/icons/fi/FiMoreHorizontal.svelte +10 -0
- package/src/icons/fi/FiMoreVertical.svelte +10 -0
- package/src/icons/fi/FiMousePointer.svelte +10 -0
- package/src/icons/fi/FiMove.svelte +10 -0
- package/src/icons/fi/FiMusic.svelte +10 -0
- package/src/icons/fi/FiNavigation.svelte +10 -0
- package/src/icons/fi/FiNavigation2.svelte +10 -0
- package/src/icons/fi/FiOctagon.svelte +10 -0
- package/src/icons/fi/FiPackage.svelte +10 -0
- package/src/icons/fi/FiPaperclip.svelte +10 -0
- package/src/icons/fi/FiPause.svelte +10 -0
- package/src/icons/fi/FiPauseCircle.svelte +10 -0
- package/src/icons/fi/FiPenTool.svelte +10 -0
- package/src/icons/fi/FiPercent.svelte +10 -0
- package/src/icons/fi/FiPhone.svelte +10 -0
- package/src/icons/fi/FiPhoneCall.svelte +10 -0
- package/src/icons/fi/FiPhoneForwarded.svelte +10 -0
- package/src/icons/fi/FiPhoneIncoming.svelte +10 -0
- package/src/icons/fi/FiPhoneMissed.svelte +10 -0
- package/src/icons/fi/FiPhoneOff.svelte +10 -0
- package/src/icons/fi/FiPhoneOutgoing.svelte +10 -0
- package/src/icons/fi/FiPieChart.svelte +10 -0
- package/src/icons/fi/FiPlay.svelte +10 -0
- package/src/icons/fi/FiPlayCircle.svelte +10 -0
- package/src/icons/fi/FiPlus.svelte +10 -0
- package/src/icons/fi/FiPlusCircle.svelte +10 -0
- package/src/icons/fi/FiPlusSquare.svelte +10 -0
- package/src/icons/fi/FiPocket.svelte +10 -0
- package/src/icons/fi/FiPower.svelte +10 -0
- package/src/icons/fi/FiPrinter.svelte +10 -0
- package/src/icons/fi/FiRadio.svelte +10 -0
- package/src/icons/fi/FiRefreshCcw.svelte +10 -0
- package/src/icons/fi/FiRefreshCw.svelte +10 -0
- package/src/icons/fi/FiRepeat.svelte +10 -0
- package/src/icons/fi/FiRewind.svelte +10 -0
- package/src/icons/fi/FiRotateCcw.svelte +10 -0
- package/src/icons/fi/FiRotateCw.svelte +10 -0
- package/src/icons/fi/FiRss.svelte +10 -0
- package/src/icons/fi/FiSave.svelte +10 -0
- package/src/icons/fi/FiScissors.svelte +10 -0
- package/src/icons/fi/FiSearch.svelte +10 -0
- package/src/icons/fi/FiSend.svelte +10 -0
- package/src/icons/fi/FiServer.svelte +10 -0
- package/src/icons/fi/FiSettings.svelte +10 -0
- package/src/icons/fi/FiShare.svelte +10 -0
- package/src/icons/fi/FiShare2.svelte +10 -0
- package/src/icons/fi/FiShield.svelte +10 -0
- package/src/icons/fi/FiShieldOff.svelte +10 -0
- package/src/icons/fi/FiShoppingBag.svelte +10 -0
- package/src/icons/fi/FiShoppingCart.svelte +10 -0
- package/src/icons/fi/FiShuffle.svelte +10 -0
- package/src/icons/fi/FiSidebar.svelte +10 -0
- package/src/icons/fi/FiSkipBack.svelte +10 -0
- package/src/icons/fi/FiSkipForward.svelte +10 -0
- package/src/icons/fi/FiSlack.svelte +10 -0
- package/src/icons/fi/FiSlash.svelte +10 -0
- package/src/icons/fi/FiSliders.svelte +10 -0
- package/src/icons/fi/FiSmartphone.svelte +10 -0
- package/src/icons/fi/FiSmile.svelte +10 -0
- package/src/icons/fi/FiSpeaker.svelte +10 -0
- package/src/icons/fi/FiSquare.svelte +10 -0
- package/src/icons/fi/FiStar.svelte +10 -0
- package/src/icons/fi/FiStopCircle.svelte +10 -0
- package/src/icons/fi/FiSun.svelte +10 -0
- package/src/icons/fi/FiSunrise.svelte +10 -0
- package/src/icons/fi/FiSunset.svelte +10 -0
- package/src/icons/fi/FiTable.svelte +10 -0
- package/src/icons/fi/FiTablet.svelte +10 -0
- package/src/icons/fi/FiTag.svelte +10 -0
- package/src/icons/fi/FiTarget.svelte +10 -0
- package/src/icons/fi/FiTerminal.svelte +10 -0
- package/src/icons/fi/FiThermometer.svelte +10 -0
- package/src/icons/fi/FiThumbsDown.svelte +10 -0
- package/src/icons/fi/FiThumbsUp.svelte +10 -0
- package/src/icons/fi/FiToggleLeft.svelte +10 -0
- package/src/icons/fi/FiToggleRight.svelte +10 -0
- package/src/icons/fi/FiTool.svelte +10 -0
- package/src/icons/fi/FiTrash.svelte +10 -0
- package/src/icons/fi/FiTrash2.svelte +10 -0
- package/src/icons/fi/FiTrello.svelte +10 -0
- package/src/icons/fi/FiTrendingDown.svelte +10 -0
- package/src/icons/fi/FiTrendingUp.svelte +10 -0
- package/src/icons/fi/FiTriangle.svelte +10 -0
- package/src/icons/fi/FiTruck.svelte +10 -0
- package/src/icons/fi/FiTv.svelte +10 -0
- package/src/icons/fi/FiTwitch.svelte +10 -0
- package/src/icons/fi/FiTwitter.svelte +10 -0
- package/src/icons/fi/FiType.svelte +10 -0
- package/src/icons/fi/FiUmbrella.svelte +10 -0
- package/src/icons/fi/FiUnderline.svelte +10 -0
- package/src/icons/fi/FiUnlock.svelte +10 -0
- package/src/icons/fi/FiUpload.svelte +10 -0
- package/src/icons/fi/FiUploadCloud.svelte +10 -0
- package/src/icons/fi/FiUser.svelte +10 -0
- package/src/icons/fi/FiUserCheck.svelte +10 -0
- package/src/icons/fi/FiUserMinus.svelte +10 -0
- package/src/icons/fi/FiUserPlus.svelte +10 -0
- package/src/icons/fi/FiUserX.svelte +10 -0
- package/src/icons/fi/FiUsers.svelte +10 -0
- package/src/icons/fi/FiVideo.svelte +10 -0
- package/src/icons/fi/FiVideoOff.svelte +10 -0
- package/src/icons/fi/FiVoicemail.svelte +10 -0
- package/src/icons/fi/FiVolume.svelte +10 -0
- package/src/icons/fi/FiVolume1.svelte +10 -0
- package/src/icons/fi/FiVolume2.svelte +10 -0
- package/src/icons/fi/FiVolumeX.svelte +10 -0
- package/src/icons/fi/FiWatch.svelte +10 -0
- package/src/icons/fi/FiWifi.svelte +10 -0
- package/src/icons/fi/FiWifiOff.svelte +10 -0
- package/src/icons/fi/FiWind.svelte +10 -0
- package/src/icons/fi/FiX.svelte +10 -0
- package/src/icons/fi/FiXCircle.svelte +10 -0
- package/src/icons/fi/FiXOctagon.svelte +10 -0
- package/src/icons/fi/FiXSquare.svelte +10 -0
- package/src/icons/fi/FiYoutube.svelte +10 -0
- package/src/icons/fi/FiZap.svelte +10 -0
- package/src/icons/fi/FiZapOff.svelte +10 -0
- package/src/icons/fi/FiZoomIn.svelte +10 -0
- package/src/icons/fi/FiZoomOut.svelte +10 -0
- package/src/icons/fi/index.ts +287 -0
- package/src/index.ts +7 -0
- package/src/svelte-modules.d.ts +6 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25"}],["line",{"x1":"8","y1":"16","x2":"8.01","y2":"16"}],["line",{"x1":"8","y1":"20","x2":"8.01","y2":"20"}],["line",{"x1":"12","y1":"18","x2":"12.01","y2":"18"}],["line",{"x1":"12","y1":"22","x2":"12.01","y2":"22"}],["line",{"x1":"16","y1":"16","x2":"16.01","y2":"16"}],["line",{"x1":"16","y1":"20","x2":"16.01","y2":"20"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["polyline",{"points":"16 18 22 12 16 6"}],["polyline",{"points":"8 6 2 12 8 18"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["polygon",{"points":"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"}],["line",{"x1":"12","y1":"22","x2":"12","y2":"15.5"}],["polyline",{"points":"22 8.5 12 15.5 2 8.5"}],["polyline",{"points":"2 15.5 12 8.5 22 15.5"}],["line",{"x1":"12","y1":"2","x2":"12","y2":"8.5"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["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 16z"}],["polyline",{"points":"7.5 4.21 12 6.81 16.5 4.21"}],["polyline",{"points":"7.5 19.79 7.5 14.6 3 12"}],["polyline",{"points":"21 12 16.5 14.6 16.5 19.79"}],["polyline",{"points":"3.27 6.96 12 12.01 20.73 6.96"}],["line",{"x1":"12","y1":"22.08","x2":"12","y2":"12"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M18 8h1a4 4 0 0 1 0 8h-1"}],["path",{"d":"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"}],["line",{"x1":"6","y1":"1","x2":"6","y2":"4"}],["line",{"x1":"10","y1":"1","x2":"10","y2":"4"}],["line",{"x1":"14","y1":"1","x2":"14","y2":"4"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["circle",{"cx":"12","cy":"12","r":"10"}],["polygon",{"points":"16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["rect",{"x":"9","y":"9","width":"13","height":"13","rx":"2","ry":"2"}],["path",{"d":"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["polyline",{"points":"9 10 4 15 9 20"}],["path",{"d":"M20 4v7a4 4 0 0 1-4 4H4"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["polyline",{"points":"15 10 20 15 15 20"}],["path",{"d":"M4 4v7a4 4 0 0 0 4 4h12"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["polyline",{"points":"14 15 9 20 4 15"}],["path",{"d":"M20 4h-7a4 4 0 0 0-4 4v12"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["polyline",{"points":"14 9 9 4 4 9"}],["path",{"d":"M20 20h-7a4 4 0 0 1-4-4V4"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["polyline",{"points":"10 15 15 20 20 15"}],["path",{"d":"M4 4h7a4 4 0 0 1 4 4v12"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["polyline",{"points":"10 9 15 4 20 9"}],["path",{"d":"M4 20h7a4 4 0 0 0 4-4V4"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["polyline",{"points":"9 14 4 9 9 4"}],["path",{"d":"M20 20v-7a4 4 0 0 0-4-4H4"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["polyline",{"points":"15 14 20 9 15 4"}],["path",{"d":"M4 20v-7a4 4 0 0 1 4-4h12"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["rect",{"x":"4","y":"4","width":"16","height":"16","rx":"2","ry":"2"}],["rect",{"x":"9","y":"9","width":"6","height":"6"}],["line",{"x1":"9","y1":"1","x2":"9","y2":"4"}],["line",{"x1":"15","y1":"1","x2":"15","y2":"4"}],["line",{"x1":"9","y1":"20","x2":"9","y2":"23"}],["line",{"x1":"15","y1":"20","x2":"15","y2":"23"}],["line",{"x1":"20","y1":"9","x2":"23","y2":"9"}],["line",{"x1":"20","y1":"14","x2":"23","y2":"14"}],["line",{"x1":"1","y1":"9","x2":"4","y2":"9"}],["line",{"x1":"1","y1":"14","x2":"4","y2":"14"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["rect",{"x":"1","y":"4","width":"22","height":"16","rx":"2","ry":"2"}],["line",{"x1":"1","y1":"10","x2":"23","y2":"10"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M6.13 1L6 16a2 2 0 0 0 2 2h15"}],["path",{"d":"M1 6.13L16 6a2 2 0 0 1 2 2v15"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["circle",{"cx":"12","cy":"12","r":"10"}],["line",{"x1":"22","y1":"12","x2":"18","y2":"12"}],["line",{"x1":"6","y1":"12","x2":"2","y2":"12"}],["line",{"x1":"12","y1":"6","x2":"12","y2":"2"}],["line",{"x1":"12","y1":"22","x2":"12","y2":"18"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["ellipse",{"cx":"12","cy":"5","rx":"9","ry":"3"}],["path",{"d":"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"}],["path",{"d":"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"}],["line",{"x1":"18","y1":"9","x2":"12","y2":"15"}],["line",{"x1":"12","y1":"9","x2":"18","y2":"15"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["circle",{"cx":"12","cy":"12","r":"10"}],["circle",{"cx":"12","cy":"12","r":"3"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["circle",{"cx":"12","cy":"6","r":"2"}],["line",{"x1":"5","y1":"12","x2":"19","y2":"12"}],["circle",{"cx":"12","cy":"18","r":"2"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["line",{"x1":"8","y1":"12","x2":"16","y2":"12"}],["line",{"x1":"12","y1":"16","x2":"12","y2":"16"}],["line",{"x1":"12","y1":"8","x2":"12","y2":"8"}],["circle",{"cx":"12","cy":"12","r":"10"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["rect",{"x":"3","y":"3","width":"18","height":"18","rx":"2","ry":"2"}],["line",{"x1":"8","y1":"12","x2":"16","y2":"12"}],["line",{"x1":"12","y1":"16","x2":"12","y2":"16"}],["line",{"x1":"12","y1":"8","x2":"12","y2":"8"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["line",{"x1":"12","y1":"1","x2":"12","y2":"23"}],["path",{"d":"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}],["polyline",{"points":"7 10 12 15 17 10"}],["line",{"x1":"12","y1":"15","x2":"12","y2":"3"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["polyline",{"points":"8 17 12 21 16 17"}],["line",{"x1":"12","y1":"12","x2":"12","y2":"21"}],["path",{"d":"M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["circle",{"cx":"12","cy":"12","r":"10"}],["path",{"d":"M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-0.93-6.63-0.82-8.94 0-2.580.92-5.01 2.86-7.44 6.32"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}],["path",{"d":"M18.5 2.5a2.12 2.12 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M17 3a2.83 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M12 20h9"}],["path",{"d":"M16.5 3.5a2.12 2.12 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}],["polyline",{"points":"15 3 21 3 21 9"}],["line",{"x1":"10","y1":"14","x2":"21","y2":"3"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"}],["circle",{"cx":"12","cy":"12","r":"3"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"}],["line",{"x1":"1","y1":"1","x2":"23","y2":"23"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["polygon",{"points":"13 19 22 12 13 5 13 19"}],["polygon",{"points":"2 19 11 12 2 5 2 19"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"}],["line",{"x1":"16","y1":"8","x2":"2","y2":"22"}],["line",{"x1":"17.5","y1":"15","x2":"9","y2":"15"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"}],["path",{"d":"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"}],["path",{"d":"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"}],["path",{"d":"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"}],["path",{"d":"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"}],["polyline",{"points":"13 2 13 9 20 9"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}],["polyline",{"points":"14 2 14 8 20 8"}],["line",{"x1":"9","y1":"15","x2":"15","y2":"15"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}],["polyline",{"points":"14 2 14 8 20 8"}],["line",{"x1":"12","y1":"18","x2":"12","y2":"12"}],["line",{"x1":"9","y1":"15","x2":"15","y2":"15"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}],["polyline",{"points":"14 2 14 8 20 8"}],["line",{"x1":"16","y1":"13","x2":"8","y2":"13"}],["line",{"x1":"16","y1":"17","x2":"8","y2":"17"}],["polyline",{"points":"10 9 9 9 8 9"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["rect",{"x":"2","y":"2","width":"20","height":"20","rx":"2.18","ry":"2.18"}],["line",{"x1":"7","y1":"2","x2":"7","y2":"22"}],["line",{"x1":"17","y1":"2","x2":"17","y2":"22"}],["line",{"x1":"2","y1":"12","x2":"22","y2":"12"}],["line",{"x1":"2","y1":"7","x2":"7","y2":"7"}],["line",{"x1":"2","y1":"17","x2":"7","y2":"17"}],["line",{"x1":"17","y1":"17","x2":"22","y2":"17"}],["line",{"x1":"17","y1":"7","x2":"22","y2":"7"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["polygon",{"points":"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { NodeTuple } from "@mal-icons/core";
|
|
3
|
+
import IconBase from "../../IconBase.svelte";
|
|
4
|
+
|
|
5
|
+
const nodes: NodeTuple[] = [["path",{"d":"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"}],["line",{"x1":"4","y1":"22","x2":"4","y2":"15"}]];
|
|
6
|
+
const defaultAttr = {"fill":"none","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
7
|
+
let props = $props();
|
|
8
|
+
</script>
|
|
9
|
+
|
|
10
|
+
<IconBase viewBox="0 0 24 24" {nodes} {defaultAttr} {...props} />
|