@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[] = [["circle",{"cx":"12","cy":"12","r":"10"}],["polyline",{"points":"8 12 12 16 16 12"}],["line",{"x1":"12","y1":"8","x2":"12","y2":"16"}]];
|
|
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":"17","y1":"7","x2":"7","y2":"17"}],["polyline",{"points":"17 17 7 17 7 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[] = [["line",{"x1":"7","y1":"7","x2":"17","y2":"17"}],["polyline",{"points":"17 7 17 17 7 17"}]];
|
|
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":"19","y1":"12","x2":"5","y2":"12"}],["polyline",{"points":"12 19 5 12 12 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[] = [["circle",{"cx":"12","cy":"12","r":"10"}],["polyline",{"points":"12 8 8 12 12 16"}],["line",{"x1":"16","y1":"12","x2":"8","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[] = [["line",{"x1":"5","y1":"12","x2":"19","y2":"12"}],["polyline",{"points":"12 5 19 12 12 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[] = [["circle",{"cx":"12","cy":"12","r":"10"}],["polyline",{"points":"12 16 16 12 12 8"}],["line",{"x1":"8","y1":"12","x2":"16","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[] = [["line",{"x1":"12","y1":"19","x2":"12","y2":"5"}],["polyline",{"points":"5 12 12 5 19 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[] = [["circle",{"cx":"12","cy":"12","r":"10"}],["polyline",{"points":"16 12 12 8 8 12"}],["line",{"x1":"12","y1":"16","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":"17","y1":"17","x2":"7","y2":"7"}],["polyline",{"points":"7 17 7 7 17 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[] = [["line",{"x1":"7","y1":"17","x2":"17","y2":"7"}],["polyline",{"points":"7 7 17 7 17 17"}]];
|
|
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":"4"}],["path",{"d":"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"}]];
|
|
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":"8","r":"7"}],["polyline",{"points":"8.21 13.89 7 23 12 20 17 23 15.79 13.88"}]];
|
|
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":"20","x2":"12","y2":"10"}],["line",{"x1":"18","y1":"20","x2":"18","y2":"4"}],["line",{"x1":"6","y1":"20","x2":"6","y2":"16"}]];
|
|
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":"18","y1":"20","x2":"18","y2":"10"}],["line",{"x1":"12","y1":"20","x2":"12","y2":"4"}],["line",{"x1":"6","y1":"20","x2":"6","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":"6","width":"18","height":"12","rx":"2","ry":"2"}],["line",{"x1":"23","y1":"13","x2":"23","y2":"11"}]];
|
|
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 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19"}],["line",{"x1":"23","y1":"13","x2":"23","y2":"11"}],["polyline",{"points":"11 6 7 12 13 12 9 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[] = [["path",{"d":"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}],["path",{"d":"M13.73 21a2 2 0 0 1-3.46 0"}]];
|
|
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.73 21a2 2 0 0 1-3.46 0"}],["path",{"d":"M18.63 13A17.89 17.89 0 0 1 18 8"}],["path",{"d":"M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14"}],["path",{"d":"M18 8a6 6 0 0 0-9.33-5"}],["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[] = [["polyline",{"points":"6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.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":"M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"}],["path",{"d":"M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"}]];
|
|
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 19.5A2.5 2.5 0 0 1 6.5 17H20"}],["path",{"d":"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"}]];
|
|
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":"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"}],["path",{"d":"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"}]];
|
|
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":"M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"}]];
|
|
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":"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[] = [["rect",{"x":"2","y":"7","width":"20","height":"14","rx":"2","ry":"2"}],["path",{"d":"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"}]];
|
|
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":"4","width":"18","height":"18","rx":"2","ry":"2"}],["line",{"x1":"16","y1":"2","x2":"16","y2":"6"}],["line",{"x1":"8","y1":"2","x2":"8","y2":"6"}],["line",{"x1":"3","y1":"10","x2":"21","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":"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"}],["circle",{"cx":"12","cy":"13","r":"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[] = [["line",{"x1":"1","y1":"1","x2":"23","y2":"23"}],["path",{"d":"M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"}]];
|
|
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":"M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"}],["line",{"x1":"2","y1":"20","x2":"2.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":"20 6 9 17 4 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":"M22 11.08V12a10 10 0 1 1-5.93-9.14"}],["polyline",{"points":"22 4 12 14.01 9 11.01"}]];
|
|
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 11 12 14 22 4"}],["path",{"d":"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"}]];
|
|
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":"6 9 12 15 18 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[] = [["polyline",{"points":"15 18 9 12 15 6"}]];
|
|
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 18 15 12 9 6"}]];
|
|
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":"18 15 12 9 6 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[] = [["polyline",{"points":"7 13 12 18 17 13"}],["polyline",{"points":"7 6 12 11 17 6"}]];
|
|
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":"11 17 6 12 11 7"}],["polyline",{"points":"18 17 13 12 18 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[] = [["polyline",{"points":"13 17 18 12 13 7"}],["polyline",{"points":"6 17 11 12 6 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[] = [["polyline",{"points":"17 11 12 6 7 11"}],["polyline",{"points":"17 18 12 13 7 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[] = [["circle",{"cx":"12","cy":"12","r":"10"}],["circle",{"cx":"12","cy":"12","r":"4"}],["line",{"x1":"21.17","y1":"8","x2":"12","y2":"8"}],["line",{"x1":"3.95","y1":"6.06","x2":"8.54","y2":"14"}],["line",{"x1":"10.88","y1":"21.94","x2":"15.46","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[] = [["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[] = [["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"}],["rect",{"x":"8","y":"2","width":"8","height":"4","rx":"1","ry":"1"}]];
|
|
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"}],["polyline",{"points":"12 6 12 12 16 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[] = [["path",{"d":"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"}]];
|
|
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":"19","x2":"8","y2":"21"}],["line",{"x1":"8","y1":"13","x2":"8","y2":"15"}],["line",{"x1":"16","y1":"19","x2":"16","y2":"21"}],["line",{"x1":"16","y1":"13","x2":"16","y2":"15"}],["line",{"x1":"12","y1":"21","x2":"12","y2":"23"}],["line",{"x1":"12","y1":"15","x2":"12","y2":"17"}],["path",{"d":"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"}]];
|
|
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":"M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"}],["polyline",{"points":"13 11 9 17 15 17 11 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":"M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-0.3"}],["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[] = [["line",{"x1":"16","y1":"13","x2":"16","y2":"21"}],["line",{"x1":"8","y1":"13","x2":"8","y2":"21"}],["line",{"x1":"12","y1":"15","x2":"12","y2":"23"}],["path",{"d":"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"}]];
|
|
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} />
|