SublimeText / AFileIcon

Sublime Text File-Specific Icons for Improved Visual Grepping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New icon: Blender

npanuhin opened this issue · comments

Expected Behavior

Could you please add a Blender icon for the .blend filetype (also .blend1, .blend2 and .blend3 if possible).

Current Behavior

Currently, there is no Blender icon in the package.

Possible Solution

Here is a possible SVG code to use:

<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" fill="#000" viewBox="0 0 666.213 550">
  <path d="M347.588,304.626c1.177-20.991,11.456-39.485,26.964-52.595c15.208-12.877,35.678-20.747,58.013-20.747c22.312,0,42.782,7.87,58.002,20.747c15.497,13.11,25.776,31.604,26.964,52.573c1.177,21.569-7.493,41.606-22.701,56.458c-15.508,15.108-37.565,24.588-62.264,24.588c-24.699,0-46.801-9.48-62.297-24.588C355.048,346.209,346.401,326.173,347.588,304.626z"/>
  <path d="M212.27,347.042c0.144,8.215,2.764,24.178,6.694,36.644c8.259,26.386,22.268,50.797,41.761,72.31c20.004,22.113,44.636,39.874,73.088,52.484c29.905,13.243,62.308,19.993,95.966,19.937c33.602-0.044,66.005-6.927,95.911-20.27c28.451-12.733,53.062-30.571,73.032-52.695c19.482-21.602,33.469-46.057,41.75-72.444c4.163-13.332,6.794-26.864,7.848-40.44c1.032-13.377,0.599-26.775-1.299-40.163c-3.708-26.087-12.733-50.564-26.631-72.876c-12.71-20.503-29.095-38.453-48.577-53.561l0.044-0.034L375.251,24.976c-0.178-0.133-0.322-0.277-0.511-0.399c-12.899-9.902-34.59-9.869-48.777,0.056c-14.342,10.035-15.985,26.631-3.219,37.098l-0.056,0.056l82.001,66.682l-249.934,0.267h-0.333c-20.659,0.022-40.518,13.576-44.447,30.705c-4.041,17.451,9.991,31.926,31.471,32.003l-0.033,0.078l126.682-0.244L42.04,364.792c-0.289,0.211-0.599,0.433-0.866,0.644c-21.324,16.329-28.218,43.482-14.786,60.666c13.632,17.473,42.616,17.506,64.162,0.1l123.374-100.973C213.924,325.229,212.126,338.861,212.27,347.042z M529.297,392.688c-25.421,25.898-61.01,40.584-99.518,40.662c-38.564,0.066-74.153-14.487-99.574-40.34c-12.422-12.599-21.547-27.097-27.175-42.538c-5.517-15.175-7.66-31.282-6.239-47.534c1.343-15.885,6.072-31.038,13.621-44.747c7.415-13.476,17.628-25.654,30.238-35.955c24.71-20.137,56.17-31.038,89.073-31.082c32.936-0.044,64.373,10.757,89.106,30.827c12.588,10.257,22.79,22.39,30.205,35.844c7.582,13.698,12.277,28.795,13.676,44.725c1.399,16.229-0.744,32.314-6.261,47.5C550.81,365.536,541.719,380.033,529.297,392.688z"/>
</svg>

Or a colored version (preferred):

<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" fill="#000" viewBox="0 0 666.213 550">
  <path style="fill:rgb(38,87,135)" d="M347.588,304.626c1.177-20.991,11.456-39.485,26.964-52.595c15.208-12.877,35.678-20.747,58.013-20.747c22.312,0,42.782,7.87,58.002,20.747c15.497,13.11,25.776,31.604,26.964,52.573c1.177,21.569-7.493,41.606-22.701,56.458c-15.508,15.108-37.565,24.588-62.264,24.588c-24.699,0-46.801-9.48-62.297-24.588C355.048,346.209,346.401,326.173,347.588,304.626z"/>
  <path style="fill:rgb(234,118,0)" d="M212.27,347.042c0.144,8.215,2.764,24.178,6.694,36.644c8.259,26.386,22.268,50.797,41.761,72.31c20.004,22.113,44.636,39.874,73.088,52.484c29.905,13.243,62.308,19.993,95.966,19.937c33.602-0.044,66.005-6.927,95.911-20.27c28.451-12.733,53.062-30.571,73.032-52.695c19.482-21.602,33.469-46.057,41.75-72.444c4.163-13.332,6.794-26.864,7.848-40.44c1.032-13.377,0.599-26.775-1.299-40.163c-3.708-26.087-12.733-50.564-26.631-72.876c-12.71-20.503-29.095-38.453-48.577-53.561l0.044-0.034L375.251,24.976c-0.178-0.133-0.322-0.277-0.511-0.399c-12.899-9.902-34.59-9.869-48.777,0.056c-14.342,10.035-15.985,26.631-3.219,37.098l-0.056,0.056l82.001,66.682l-249.934,0.267h-0.333c-20.659,0.022-40.518,13.576-44.447,30.705c-4.041,17.451,9.991,31.926,31.471,32.003l-0.033,0.078l126.682-0.244L42.04,364.792c-0.289,0.211-0.599,0.433-0.866,0.644c-21.324,16.329-28.218,43.482-14.786,60.666c13.632,17.473,42.616,17.506,64.162,0.1l123.374-100.973C213.924,325.229,212.126,338.861,212.27,347.042z M529.297,392.688c-25.421,25.898-61.01,40.584-99.518,40.662c-38.564,0.066-74.153-14.487-99.574-40.34c-12.422-12.599-21.547-27.097-27.175-42.538c-5.517-15.175-7.66-31.282-6.239-47.534c1.343-15.885,6.072-31.038,13.621-44.747c7.415-13.476,17.628-25.654,30.238-35.955c24.71-20.137,56.17-31.038,89.073-31.082c32.936-0.044,64.373,10.757,89.106,30.827c12.588,10.257,22.79,22.39,30.205,35.844c7.582,13.698,12.277,28.795,13.676,44.725c1.399,16.229-0.744,32.314-6.261,47.5C550.81,365.536,541.719,380.033,529.297,392.688z"/>
</svg>

PS: I tried adding this icon myself, but did not manage...

Looks great, thanks!
image