mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
Add files via upload
This commit is contained in:
parent
669c8ec1b8
commit
3e8f7344a8
7 changed files with 205 additions and 0 deletions
26
infra/temp/chrome/back_arrow_touch.icon
Normal file
26
infra/temp/chrome/back_arrow_touch.icon
Normal file
|
@ -0,0 +1,26 @@
|
|||
// Copyright 2018 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,
|
||||
PATH_COLOR_ARGB, 0xFF, 0x1A, 0x73, 0xE8,
|
||||
MOVE_TO, 12.91f, 18.59f,
|
||||
R_LINE_TO, 0.09f, -0.09f,
|
||||
LINE_TO, 7.49f, 13,
|
||||
H_LINE_TO, 19,
|
||||
R_ARC_TO, 1, 1, 0, 0, 0, 0, -2,
|
||||
H_LINE_TO, 7.49f,
|
||||
LINE_TO, 13, 5.49f,
|
||||
R_LINE_TO, -0.09f, -0.09f,
|
||||
R_ARC_TO, 1, 1, 0, 0, 0, -1.32f, -1.32f,
|
||||
R_H_LINE_TO, 0,
|
||||
LINE_TO, 11.51f, 4,
|
||||
LINE_TO, 4, 11.51f,
|
||||
R_LINE_TO, 0.09f, 0.09f,
|
||||
R_ARC_TO, 1, 1, 0, 0, 0, 0, 0.82f,
|
||||
LINE_TO, 4, 12.5f,
|
||||
LINE_TO, 11.51f, 20,
|
||||
R_LINE_TO, 0.09f, -0.09f,
|
||||
R_ARC_TO, 1, 1, 0, 0, 0, 1.32f, -1.32f,
|
||||
R_V_LINE_TO, 0,
|
||||
CLOSE
|
16
infra/temp/chrome/back_arrow_windows.icon
Normal file
16
infra/temp/chrome/back_arrow_windows.icon
Normal file
|
@ -0,0 +1,16 @@
|
|||
// Copyright 2019 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, 16,
|
||||
PATH_COLOR_ARGB, 0xFF, 0x1A, 0x73, 0xE8,
|
||||
MOVE_TO, 1, 8.5f,
|
||||
LINE_TO, 8.2f, 1.3f,
|
||||
LINE_TO, 9.08f, 2.18f,
|
||||
LINE_TO, 3.39f, 7.88f,
|
||||
LINE_TO, 16, 7.88f,
|
||||
LINE_TO, 16, 9.13f,
|
||||
LINE_TO, 3.39f, 9.13f,
|
||||
LINE_TO, 9.08f, 14.82f,
|
||||
LINE_TO, 8.2f, 15.7f,
|
||||
CLOSE
|
16
infra/temp/chrome/back_arrow_windows_touch.icon
Normal file
16
infra/temp/chrome/back_arrow_windows_touch.icon
Normal file
|
@ -0,0 +1,16 @@
|
|||
// Copyright 2019 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,
|
||||
PATH_COLOR_ARGB, 0xFF, 0x1A, 0x73, 0xE8,
|
||||
MOVE_TO, 3, 12.5f,
|
||||
LINE_TO, 12.12f, 3.38f,
|
||||
LINE_TO, 13.24f, 4.5f,
|
||||
LINE_TO, 6.03f, 11.71f,
|
||||
LINE_TO, 22, 11.71f,
|
||||
LINE_TO, 22, 13.29f,
|
||||
LINE_TO, 6.03f, 13.29f,
|
||||
LINE_TO, 13.24f, 20.5f,
|
||||
LINE_TO, 12.12f, 21.62f,
|
||||
CLOSE
|
26
infra/temp/chrome/forward_arrow_touch.icon
Normal file
26
infra/temp/chrome/forward_arrow_touch.icon
Normal file
|
@ -0,0 +1,26 @@
|
|||
// Copyright 2018 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,
|
||||
PATH_COLOR_ARGB, 0xFF, 0x1A, 0x73, 0xE8,
|
||||
MOVE_TO, 11.09f, 18.59f,
|
||||
LINE_TO, 11, 18.51f,
|
||||
LINE_TO, 16.51f, 13,
|
||||
H_LINE_TO, 5,
|
||||
R_ARC_TO, 1, 1, 0, 0, 1, 0, -2,
|
||||
R_H_LINE_TO, 11.51f,
|
||||
LINE_TO, 11, 5.49f,
|
||||
R_LINE_TO, 0.09f, -0.09f,
|
||||
R_ARC_TO, 1, 1, 0, 0, 1, 1.32f, -1.32f,
|
||||
R_H_LINE_TO, 0,
|
||||
LINE_TO, 12.49f, 4,
|
||||
LINE_TO, 20, 11.51f,
|
||||
R_LINE_TO, -0.09f, 0.09f,
|
||||
R_ARC_TO, 1, 1, 0, 0, 1, 0, 0.82f,
|
||||
R_LINE_TO, 0.09f, 0.09f,
|
||||
LINE_TO, 12.49f, 20,
|
||||
R_LINE_TO, -0.09f, -0.09f,
|
||||
R_ARC_TO, 1, 1, 0, 0, 1, -1.32f, -1.32f,
|
||||
R_V_LINE_TO, 0,
|
||||
CLOSE
|
17
infra/temp/components/arrow_back.icon
Normal file
17
infra/temp/components/arrow_back.icon
Normal file
|
@ -0,0 +1,17 @@
|
|||
// Copyright 2021 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, 16,
|
||||
PATH_COLOR_ARGB, 0xFF, 0x1A, 0x73, 0xE8,
|
||||
MOVE_TO, 13.33f, 7.33f,
|
||||
H_LINE_TO, 5.22f,
|
||||
R_LINE_TO, 3.73f, -3.73f,
|
||||
LINE_TO, 8, 2.67f,
|
||||
LINE_TO, 2.67f, 8,
|
||||
LINE_TO, 8, 13.33f,
|
||||
R_LINE_TO, 0.94f, -0.94f,
|
||||
R_LINE_TO, -3.72f, -3.73f,
|
||||
R_H_LINE_TO, 8.11f,
|
||||
V_LINE_TO, 7.33f,
|
||||
CLOSE
|
53
infra/temp/components/back_arrow.icon
Normal file
53
infra/temp/components/back_arrow.icon
Normal file
|
@ -0,0 +1,53 @@
|
|||
// Copyright 2015 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.
|
||||
|
||||
// TODO(crbug.com/1219626): Rename this to toolbar_back_arrow and move it to
|
||||
// //chrome/app/resources.
|
||||
|
||||
CANVAS_DIMENSIONS, 32,
|
||||
PATH_COLOR_ARGB, 0xFF, 0x1A, 0x73, 0xE8,
|
||||
MOVE_TO, 4.22f, 14.03f,
|
||||
CUBIC_TO, 3.53f, 14.15f, 3, 14.77f, 3, 15.5f,
|
||||
CUBIC_TO, 3, 16.25f, 3.53f, 16.86f, 4.24f, 16.98f,
|
||||
LINE_TO, 4.02f, 17.19f,
|
||||
LINE_TO, 14.36f, 27.51f,
|
||||
CUBIC_TO, 14.65f, 27.81f, 15.05f, 28, 15.5f, 28,
|
||||
CUBIC_TO, 16.33f, 28, 17, 27.33f, 17, 26.5f,
|
||||
CUBIC_TO, 17, 26.05f, 16.8f, 25.65f, 16.49f, 25.38f,
|
||||
LINE_TO, 16.55f, 25.32f,
|
||||
LINE_TO, 8.22f, 17,
|
||||
LINE_TO, 27.51f, 17,
|
||||
CUBIC_TO, 28.33f, 17, 29, 16.33f, 29, 15.5f,
|
||||
CUBIC_TO, 29, 14.67f, 28.33f, 14, 27.51f, 14,
|
||||
LINE_TO, 8.2f, 14,
|
||||
LINE_TO, 16.55f, 5.66f,
|
||||
CUBIC_TO, 16.81f, 5.34f, 17, 4.94f, 17, 4.5f,
|
||||
CUBIC_TO, 17, 3.68f, 16.33f, 3, 15.5f, 3,
|
||||
CUBIC_TO, 15.06f, 3, 14.66f, 3.2f, 14.39f, 3.5f,
|
||||
LINE_TO, 14.36f, 3.47f,
|
||||
LINE_TO, 4, 13.81f,
|
||||
CLOSE
|
||||
|
||||
CANVAS_DIMENSIONS, 16,
|
||||
PATH_COLOR_ARGB, 0xFF, 0x1A, 0x73, 0xE8,
|
||||
MOVE_TO, 9, 13.51f,
|
||||
LINE_TO, 4.49f, 9,
|
||||
LINE_TO, 14, 9,
|
||||
CUBIC_TO, 14.55f, 9, 15, 8.55f, 15, 8,
|
||||
CUBIC_TO, 15, 7.45f, 14.55f, 7, 14, 7,
|
||||
LINE_TO, 4.49f, 7,
|
||||
LINE_TO, 9, 2.49f,
|
||||
CUBIC_TO, 8.97f, 2.28f, 9, 2.14f, 9, 2,
|
||||
CUBIC_TO, 9, 1.45f, 8.55f, 1, 8, 1,
|
||||
CUBIC_TO, 7.86f, 1, 7.72f, 1.03f, 7.59f, 1.09f,
|
||||
LINE_TO, 7.51f, 1,
|
||||
LINE_TO, 1, 7.51f,
|
||||
CUBIC_TO, 1.03f, 7.72f, 1, 7.85f, 1, 8,
|
||||
CUBIC_TO, 1, 8.15f, 1.03f, 8.28f, 1.09f, 8.41f,
|
||||
LINE_TO, 1, 8.49f,
|
||||
LINE_TO, 7.51f, 15,
|
||||
CUBIC_TO, 7.72f, 14.97f, 7.86f, 15, 8, 15,
|
||||
CUBIC_TO, 8.55f, 15, 9, 14.55f, 9, 14,
|
||||
CUBIC_TO, 9, 13.86f, 8.97f, 13.72f, 8.91f, 13.59f,
|
||||
CLOSE
|
51
infra/temp/components/forward_arrow.icon
Normal file
51
infra/temp/components/forward_arrow.icon
Normal file
|
@ -0,0 +1,51 @@
|
|||
// Copyright 2015 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, 32,
|
||||
PATH_COLOR_ARGB, 0xFF, 0x1A, 0x73, 0xE8,
|
||||
MOVE_TO, 27.78f, 14.03f,
|
||||
CUBIC_TO, 28.47f, 14.15f, 29, 14.77f, 29, 15.5f,
|
||||
CUBIC_TO, 29, 16.25f, 28.47f, 16.86f, 27.76f, 16.98f,
|
||||
LINE_TO, 27.98f, 17.19f,
|
||||
LINE_TO, 17.64f, 27.51f,
|
||||
CUBIC_TO, 17.35f, 27.81f, 16.95f, 28, 16.5f, 28,
|
||||
CUBIC_TO, 15.67f, 28, 15, 27.33f, 15, 26.5f,
|
||||
CUBIC_TO, 15, 26.05f, 15.2f, 25.65f, 15.51f, 25.38f,
|
||||
LINE_TO, 15.45f, 25.32f,
|
||||
LINE_TO, 23.78f, 17,
|
||||
LINE_TO, 4.49f, 17,
|
||||
CUBIC_TO, 3.67f, 17, 3, 16.33f, 3, 15.5f,
|
||||
CUBIC_TO, 3, 14.67f, 3.67f, 14, 4.49f, 14,
|
||||
LINE_TO, 23.8f, 14,
|
||||
LINE_TO, 15.45f, 5.66f,
|
||||
CUBIC_TO, 15.19f, 5.34f, 15, 4.94f, 15, 4.5f,
|
||||
CUBIC_TO, 15, 3.68f, 15.67f, 3, 16.5f, 3,
|
||||
CUBIC_TO, 16.94f, 3, 17.34f, 3.2f, 17.61f, 3.5f,
|
||||
LINE_TO, 17.64f, 3.47f,
|
||||
LINE_TO, 28, 13.81f,
|
||||
CLOSE
|
||||
|
||||
CANVAS_DIMENSIONS, 16,
|
||||
PATH_COLOR_ARGB, 0xFF, 0x1A, 0x73, 0xE8,
|
||||
MOVE_TO, 7, 13.51f,
|
||||
LINE_TO, 11.51f, 9,
|
||||
LINE_TO, 2, 9,
|
||||
CUBIC_TO, 1.45f, 9, 1, 8.55f, 1, 8,
|
||||
CUBIC_TO, 1, 7.45f, 1.45f, 7, 2, 7,
|
||||
LINE_TO, 11.51f, 7,
|
||||
LINE_TO, 7, 2.49f,
|
||||
CUBIC_TO, 7.03f, 2.28f, 7, 2.14f, 7, 2,
|
||||
CUBIC_TO, 7, 1.45f, 7.45f, 1, 8, 1,
|
||||
CUBIC_TO, 8.14f, 1, 8.28f, 1.03f, 8.41f, 1.09f,
|
||||
LINE_TO, 8.49f, 1,
|
||||
LINE_TO, 15, 7.51f,
|
||||
LINE_TO, 14.91f, 7.59f,
|
||||
CUBIC_TO, 14.97f, 7.72f, 15, 7.85f, 15, 8,
|
||||
CUBIC_TO, 15, 8.15f, 14.97f, 8.28f, 14.91f, 8.41f,
|
||||
LINE_TO, 15, 8.49f,
|
||||
LINE_TO, 8.49f, 15,
|
||||
CUBIC_TO, 8.28f, 14.97f, 8.14f, 15, 8, 15,
|
||||
CUBIC_TO, 7.45f, 15, 7, 14.55f, 7, 14,
|
||||
CUBIC_TO, 7, 13.86f, 7.03f, 13.72f, 7.09f, 13.59f,
|
||||
CLOSE
|
Loading…
Reference in a new issue