Add files via upload
This commit is contained in:
parent
627f9ca91c
commit
1dd43f3b4b
1 changed files with 21 additions and 0 deletions
21
src/components/vector_icons/submenu_arrow.icon
Normal file
21
src/components/vector_icons/submenu_arrow.icon
Normal file
|
@ -0,0 +1,21 @@
|
|||
// Copyright 2015 The Chromium Authors
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
CANVAS_DIMENSIONS, 16,
|
||||
PATH_COLOR_ARGB, 0xFF, 0x1A, 0x73, 0xE8,
|
||||
FLIPS_IN_RTL,
|
||||
MOVE_TO, 3, 16,
|
||||
R_LINE_TO, 11, -8,
|
||||
LINE_TO, 3, 0,
|
||||
R_V_LINE_TO, 16,
|
||||
CLOSE
|
||||
|
||||
CANVAS_DIMENSIONS, 8,
|
||||
PATH_COLOR_ARGB, 0xFF, 0x1A, 0x73, 0xE8,
|
||||
FLIPS_IN_RTL,
|
||||
MOVE_TO, 2, 8,
|
||||
R_LINE_TO, 5, -4,
|
||||
R_LINE_TO, -5, -4,
|
||||
R_V_LINE_TO, 8,
|
||||
CLOSE
|
Loading…
Reference in a new issue