Skip to content

Commit 3f2751f

Browse files
crisbetommalerba
authored andcommitted
chore(datepicker): remove unused svg element (#14235)
Some of the Material design icons include a blank `path` element which doesn't really do anything. These changes remove it from our default datepicker icon.
1 parent 8432e80 commit 3f2751f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/datepicker/datepicker-toggle.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
height="24px"
1818
fill="currentColor"
1919
focusable="false">
20-
<path d="M0 0h24v24H0z" fill="none"/>
2120
<path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"/>
2221
</svg>
2322

0 commit comments

Comments
 (0)