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

Side by Side Diff: ui/webui/resources/images/laptop.svg

Issue 2830983005: Remove old webui History page on desktop and mobile (Closed)
Patch Set: fix unused var Created 3 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" width="24px" height="24px" viewBox="0 0 24 24" fill="#5a5a5a">
2 <defs>
3 <path id="a" d="M0 0h24v24H0V0z"/>
4 </defs>
5 <clipPath id="b">
6 <use xlink:href="#a" overflow="visible"/>
7 </clipPath>
8 <path clip-path="url(#b)" d="M20 18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0 -2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z"/>
9 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698