add opened_folder fluent icon
This commit is contained in:
13
Pilz.SymbolPacks.Fluent/Files/opened_folder.svg
Normal file
13
Pilz.SymbolPacks.Fluent/Files/opened_folder.svg
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="240" height="240">
|
||||||
|
<linearGradient id="xGIh33lbYX9pWIYWeZsuka" x1="24" x2="24" y1="6.955" y2="23.167" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0" stop-color="#eba600" />
|
||||||
|
<stop offset="1" stop-color="#c28200" />
|
||||||
|
</linearGradient>
|
||||||
|
<path fill="url(#xGIh33lbYX9pWIYWeZsuka)" d="M24.414,10.414l-2.536-2.536C21.316,7.316,20.553,7,19.757,7H5C3.895,7,3,7.895,3,9v30c0,1.105,0.895,2,2,2h38c1.105,0,2-0.895,2-2V13c0-1.105-0.895-2-2-2H25.828C25.298,11,24.789,10.789,24.414,10.414z" />
|
||||||
|
<linearGradient id="xGIh33lbYX9pWIYWeZsukb" x1="24.066" x2="24.066" y1="19.228" y2="33.821" gradientTransform="matrix(-1 0 0 1 48 0)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0" stop-color="#ffd869" />
|
||||||
|
<stop offset="1" stop-color="#fec52b" />
|
||||||
|
</linearGradient>
|
||||||
|
<path fill="url(#xGIh33lbYX9pWIYWeZsukb)" d="M24,23l3.854-3.854C27.947,19.053,28.074,19,28.207,19H44.81c1.176,0,2.098,1.01,1.992,2.181l-1.636,18C45.072,40.211,44.208,41,43.174,41H4.79c-1.019,0-1.875-0.766-1.988-1.779L1.062,23.555C1.029,23.259,1.261,23,1.559,23H24z" />
|
||||||
|
</svg>
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>1.0.8</Version>
|
<Version>1.0.9</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>1.0.1</Version>
|
<Version>1.0.2</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -4198,4 +4198,5 @@ public enum SymbolsFluent
|
|||||||
list,
|
list,
|
||||||
index,
|
index,
|
||||||
project,
|
project,
|
||||||
|
opened_folder,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user