Commit 5a295ea0 authored by Tommy C. Li's avatar Tommy C. Li Committed by Commit Bot

[omnibox] Make Clock Icon have same weight as other omnibox icons

Currently, the clock icon is very heavy-weight compared to the other
omnibox iconography. That was not intended.

This CL adds a revised (from Joel) icon that is more in-line with the
other icons in the omnibox.

Bug: 982852
Change-Id: I5fa73cfad2a89a52f322b1cef2680361d0c5baa2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704949Reviewed-by: default avatarOrin Jaworski <orinj@chromium.org>
Commit-Queue: Tommy Li <tommycli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#678047}
parent 44136750
...@@ -2,24 +2,26 @@ ...@@ -2,24 +2,26 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// Source: time_16px.svg --> SVGOMG --> Skiafy // Source: bklmn@ provided: clock_16px.svg --> SVGOMG --> Skiafy
CANVAS_DIMENSIONS, 16, CANVAS_DIMENSIONS, 16,
MOVE_TO, 8, 0, MOVE_TO, 7.99f, 1,
ARC_TO, 7.99f, 7.99f, 0, 0, 0, 0, 8, ARC_TO, 7, 7, 0, 0, 1, 15, 8,
R_CUBIC_TO, 0, 4.42f, 3.58f, 8, 8, 8, R_CUBIC_TO, 0, 3.86f, -3.14f, 7, -7.01f, 7,
R_ARC_TO, 8, 8, 0, 1, 0, 0, -16, ARC_TO, 7, 7, 0, 0, 1, 1, 8,
R_CUBIC_TO, 0, -3.86f, 3.13f, -7, 6.99f, -7,
CLOSE, CLOSE,
MOVE_TO, 8, 14, MOVE_TO, 8, 13.6f,
R_CUBIC_TO, -3.31f, 0, -6, -2.68f, -6, -6, R_CUBIC_TO, 3.09f, 0, 5.6f, -2.51f, 5.6f, -5.6f,
R_CUBIC_TO, 0, -3.32f, 2.69f, -6, 6, -6, CUBIC_TO_SHORTHAND, 11.09f, 2.4f, 8, 2.4f,
R_CUBIC_TO, 3.31f, 0, 6, 2.69f, 6, 6, ARC_TO, 5.6f, 5.6f, 0, 0, 0, 2.4f, 8,
R_CUBIC_TO, 0, 3.31f, -2.68f, 6, -6, 6, R_CUBIC_TO, 0, 3.09f, 2.51f, 5.6f, 5.6f, 5.6f,
CLOSE, CLOSE,
MOVE_TO, 8, 5, R_MOVE_TO, 0.35f, -9.1f,
H_LINE_TO, 7, R_V_LINE_TO, 3.68f,
R_V_LINE_TO, 3.93f, R_LINE_TO, 3.15f, 1.87f,
LINE_TO, 10.5f, 11, R_LINE_TO, -0.52f, 0.86f,
R_LINE_TO, 0.5f, -0.81f, LINE_TO, 7.3f, 8.7f,
R_LINE_TO, -3, -1.75f, V_LINE_TO, 4.5f,
R_H_LINE_TO, 1.05f,
CLOSE CLOSE
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment