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

Unified Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/mediumicon-clear-storage-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-clear-storage-mask.svg
diff --git a/third_party/WebKit/Source/devtools/front_end/Images/icons/mediumicon-clear-storage-mask.svg b/third_party/WebKit/Source/devtools/front_end/Images/icons/mediumicon-clear-storage-mask.svg
new file mode 100644
index 0000000000000000000000000000000000000000..a5a1f315652899591696198ba6686d06661d84dd
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/Images/icons/mediumicon-clear-storage-mask.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="40 0 16 16" width="16" height="16">
+ <g style="fill:none;stroke:none" transform="translate(40,0)">
+ <rect width="16" height="16" style="opacity:0;fill:#e8f0fe"/>
+ <path d="m 3,4 10,0 0,9.007983 C 13,14.108144 12.112567,15 11.000385,15 l -6.00077,0 C 3.8952581,15 3,14.099824 3,13.007983 L 3,4 z M 2,2 14,2 14,3 2,3 2,2 z M 5,1 11,1 11,2 5,2 5,1 z" style="fill:#212121"/>
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698