mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[images] IJPL-209489 Make Images plugin visible to users
GitOrigin-RevId: 1b9498f8bf45aa595751c8820b1e0749c32e0de8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
74ddb79b72
commit
785c4087d1
@@ -1,8 +1,10 @@
|
||||
<idea-plugin implementation-detail="true">
|
||||
<idea-plugin>
|
||||
<vendor>JetBrains</vendor>
|
||||
<name>Images</name>
|
||||
<id>com.intellij.platform.images</id>
|
||||
<description>Adds support for image file type preview, SVG file type contents language</description>
|
||||
<description><![CDATA[
|
||||
Provides Image file type preview, SVG file type contents language.
|
||||
]]></description>
|
||||
|
||||
<resource-bundle>messages.ImagesBundle</resource-bundle>
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<svg fill="none" width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(2.92 0 0 2.92 -3.33 -3.33)" stroke="#3574f0">
|
||||
<rect x="2.5" y="2.5" width="11" height="11" rx="1.5" fill="#e7effd"/>
|
||||
<path d="m2.5 9.34 1.68-1.67c0.378-0.375 0.984-0.387 1.38-0.0286l6.43 5.86"/>
|
||||
<circle cx="10" cy="6" r="1.5"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 373 B |
@@ -0,0 +1,7 @@
|
||||
<svg fill="none" width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(2.92 0 0 2.92 -3.33 -3.33)" stroke="#548AF7">
|
||||
<rect x="2.5" y="2.5" width="11" height="11" rx="1.5" fill="#25324D"/>
|
||||
<path d="m2.5 9.34 1.68-1.67c0.378-0.375 0.984-0.387 1.38-0.0286l6.43 5.86"/>
|
||||
<circle cx="10" cy="6" r="1.5"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 373 B |
Reference in New Issue
Block a user