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

Unified Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/largeicon-navigator-folder-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/largeicon-navigator-folder-mask.svg
diff --git a/third_party/WebKit/Source/devtools/front_end/Images/icons/largeicon-navigator-folder-mask.svg b/third_party/WebKit/Source/devtools/front_end/Images/icons/largeicon-navigator-folder-mask.svg
new file mode 100644
index 0000000000000000000000000000000000000000..921d2b98556d3b8bb1c0ae43d807a0e339f055f2
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/Images/icons/largeicon-navigator-folder-mask.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="64 120 32 24" width="32" height="24">
+ <path style="fill:none" d="m 71,124 h 18 v 18 H 71 z"/>
+ <g>
+ <g>
+ <path d="m 82,129 -2,-2 h -5 c -0.55,0 -1,0.45 -1,1 v 10 c 0,0.55 0.45,1 1,1 h 12 c 0.55,0 1,-0.45 1,-1 v -8 c 0,-0.55 -0.45,-1 -1,-1 h -5 z"/>
+ </g>
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698