Commit b9e32ff8 authored by Olivier Yiptong's avatar Olivier Yiptong Committed by Commit Bot

FontAccess: Vector icons for permission

Adding the UX-chosen icon: go/icons#icon=font_download

Used evanstade.github.io/skiafy

Bug: 1112552
Change-Id: Ica80e4186f324a8c9296a702483c49e03f6f4547
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337344
Commit-Queue: Olivier Yiptong <oyiptong@chromium.org>
Reviewed-by: default avatarEvan Stade <estade@chromium.org>
Cr-Commit-Position: refs/heads/master@{#794837}
parent 02fa4887
...@@ -36,6 +36,7 @@ aggregate_vector_icons("components_vector_icons") { ...@@ -36,6 +36,7 @@ aggregate_vector_icons("components_vector_icons") {
"folder_managed_touch.icon", "folder_managed_touch.icon",
"folder_open.icon", "folder_open.icon",
"folder_touch.icon", "folder_touch.icon",
"font_access.icon",
"forward_arrow.icon", "forward_arrow.icon",
"headset.icon", "headset.icon",
"help.icon", "help.icon",
......
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
CANVAS_DIMENSIONS, 24,
MOVE_TO, 20, 2,
H_LINE_TO, 4,
R_CUBIC_TO, -1.1f, 0, -2, 0.9f, -2, 2,
R_V_LINE_TO, 16,
R_CUBIC_TO, 0, 1.1f, 0.9f, 2, 2, 2,
R_H_LINE_TO, 16,
R_CUBIC_TO, 1.1f, 0, 2, -0.9f, 2, -2,
V_LINE_TO, 4,
R_CUBIC_TO, 0, -1.1f, -0.9f, -2, -2, -2,
CLOSE,
R_MOVE_TO, 0, 18,
H_LINE_TO, 4,
V_LINE_TO, 4,
R_H_LINE_TO, 16,
R_V_LINE_TO, 16,
CLOSE,
MOVE_TO, 10.69f, 6,
R_H_LINE_TO, 2.6f,
R_LINE_TO, 4.51f, 12,
R_H_LINE_TO, -2.5f,
R_LINE_TO, -1.01f, -2.87f,
H_LINE_TO, 9.7f,
LINE_TO, 8.7f, 18,
H_LINE_TO, 6.2f,
R_LINE_TO, 4.49f, -12,
CLOSE,
R_MOVE_TO, 2.87f, 7.06f,
R_LINE_TO, -1.06f, -3.02f,
R_LINE_TO, -0.43f, -1.44f,
R_H_LINE_TO, -0.13f,
R_LINE_TO, -0.44f, 1.44f,
R_LINE_TO, -1.07f, 3.02f,
R_H_LINE_TO, 3.13f,
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