Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(367)

Unified Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/mediumicon-database-mask.svg

Issue 2671413004: DevTools: introduce spritesheet assembler. (Closed)
Patch Set: rebaseline tests Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/Images/icons/mediumicon-database-mask.svg
diff --git a/third_party/WebKit/Source/devtools/front_end/Images/icons/mediumicon-database-mask.svg b/third_party/WebKit/Source/devtools/front_end/Images/icons/mediumicon-database-mask.svg
new file mode 100644
index 0000000000000000000000000000000000000000..7b13e67d71febe88447f0278e26f152127ff59f2
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/Images/icons/mediumicon-database-mask.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="60 0 16 16" width="16" height="16">
+ <g style="fill:none;stroke:none" transform="translate(60,0)">
+ <rect width="16" height="16" style="opacity:0;fill:#e8f0fe"/>
+ <path d="M 8,6 C 11.313709,6 14,5.1045695 14,4 14,2.8954305 11.313709,2 8,2 4.6862915,2 2,2.8954305 2,4 2,5.1045695 4.6862915,6 8,6 z m -6,7 c 0,1.10457 2.6862915,2 6,2 3.313709,0 6,-0.89543 6,-2 l 0,-2 c 0,1.10457 -2.686291,2 -6,2 -3.3137085,0 -6,-0.89543 -6,-2 l 0,2 z m 0,-3 c 0,1.10457 2.6862915,2 6,2 3.313709,0 6,-0.89543 6,-2 L 14,8 C 14,9.1045695 11.313709,10 8,10 4.6862915,10 2,9.1045695 2,8 l 0,2 z M 2,7 c 0,1.1045695 2.6862915,2 6,2 3.313709,0 6,-0.8954305 6,-2 L 14,5 C 14,6.1045695 11.313709,7 8,7 4.6862915,7 2,6.1045695 2,5 l 0,2 z" style="fill:#000"/>
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698