1
0
Fork 0
mirror of https://github.com/homarr-labs/dashboard-icons.git synced 2025-09-28 18:30:23 +02:00

feat(icons): add microsoft-power-automate (#2001)

Co-authored-by: Dashboard Icons Manager <193821040+dashboard-icons-manager[bot]@users.noreply.github.com>
This commit is contained in:
dashboard-icons-manager[bot] 2025-09-08 15:32:01 +02:00 committed by GitHub
parent 0db680d19e
commit b67a97ae34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 81 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
"base": "svg",
"aliases": [],
"categories": [
"Development"
],
"update": {
"timestamp": "2025-09-08T13:30:59.356332",
"author": {
"id": 17816123,
"login": "themarkwilliams"
}
}
}

View file

@ -3982,6 +3982,20 @@
}
}
},
"microsoft-power-automate": {
"base": "svg",
"aliases": [],
"categories": [
"Development"
],
"update": {
"timestamp": "2025-09-08T13:30:59.356332",
"author": {
"id": 17816123,
"login": "themarkwilliams"
}
}
},
"pairdrop": {
"base": "png",
"aliases": [],

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View file

@ -0,0 +1,50 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="-5 10.4 102 77.6">
<defs>
<filter id="filter0_f">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="0.4" result="effect1_foregroundBlur"/>
</filter>
<filter id="filter1_f">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="4" result="effect1_foregroundBlur"/>
</filter>
<linearGradient id="paint0_linear" x1="43" y1="55" x2="29" y2="10" gradientUnits="userSpaceOnUse">
<stop stop-color="#0D36A5"/>
<stop offset="1" stop-color="#1152D4"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="46" y1="10" x2="46" y2="86" gradientUnits="userSpaceOnUse">
<stop stop-color="#84CAFF"/>
<stop offset="1" stop-color="#61B1FB"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="37.5" y1="10" x2="37.5" y2="86" gradientUnits="userSpaceOnUse">
<stop stop-color="#3B90F5"/>
<stop offset="1" stop-color="#2A78EE"/>
</linearGradient>
<clipPath id="clip0">
<rect width="96" height="96" fill="white"/>
</clipPath>
<clipPath id="clip1">
<rect width="96" height="96" fill="white"/>
</clipPath>
</defs>
<g clip-path="url(#clip0)">
<g clip-path="url(#clip1)">
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="-1" y="10" width="97" height="76">
<path d="M61.2116 10C62.3496 10 63.4337 10.4847 64.1925 11.3328L94.6136 45.3328C95.9723 46.8514 95.9723 49.1486 94.6136 50.6672L64.1925 84.6672C63.4337 85.5153 62.3496 86 61.2116 86H3.94634C0.488777 86 -1.34012 81.9095 0.965366 79.3328L29 48L0.965366 16.6672C-1.34012 14.0905 0.488777 10 3.94634 10H61.2116Z" fill="white"/>
</mask>
<g mask="url(#mask0)">
<path d="M63 10L29 48L-5 10H63Z" fill="url(#paint0_linear)"/>
<g filter="url(#filter0_f)">
<path d="M63 10.4L-5 86.4H63L97 48.4L63 10.4Z" fill="black" fill-opacity="0.24"/>
</g>
<g filter="url(#filter1_f)">
<path d="M63 12L-5 88H63L97 50L63 12Z" fill="black" fill-opacity="0.32"/>
</g>
<path d="M-5 86L63 10L97 48L63 86H-5Z" fill="url(#paint1_linear)"/>
<path d="M-5 86L63 10L80 29L29 86H-5Z" fill="url(#paint2_linear)"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -1270,6 +1270,7 @@
"microsoft-onedrive.png",
"microsoft-onenote.png",
"microsoft-outlook.png",
"microsoft-power-automate.png",
"microsoft-powerpoint.png",
"microsoft-remote-desktop.png",
"microsoft-sharepoint.png",
@ -3557,6 +3558,7 @@
"microsoft-onedrive.svg",
"microsoft-onenote.svg",
"microsoft-outlook.svg",
"microsoft-power-automate.svg",
"microsoft-powerpoint.svg",
"microsoft-sharepoint.svg",
"microsoft-sql-server-light.svg",
@ -5818,6 +5820,7 @@
"microsoft-onedrive.webp",
"microsoft-onenote.webp",
"microsoft-outlook.webp",
"microsoft-power-automate.webp",
"microsoft-powerpoint.webp",
"microsoft-remote-desktop.webp",
"microsoft-sharepoint.webp",

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB