mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Add files via upload
This commit is contained in:
parent
b3bf2eaaa3
commit
c0100a398c
3 changed files with 86 additions and 0 deletions
30
components/vector_icons/info_outline.icon
Normal file
30
components/vector_icons/info_outline.icon
Normal file
|
@ -0,0 +1,30 @@
|
|||
// Copyright 2022 The Chromium Authors and Alex313031. 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, 0xFB, 0xBC, 0x04,
|
||||
MOVE_TO, 16, 2,
|
||||
CUBIC_TO, 8.27f, 2, 2, 8.27f, 2, 16,
|
||||
CUBIC_TO, 2, 23.73f, 8.27f, 30, 16, 30,
|
||||
CUBIC_TO, 23.73f, 30, 30, 23.73f, 30, 16,
|
||||
CUBIC_TO, 30, 8.27f, 23.73f, 2, 16, 2,
|
||||
CLOSE,
|
||||
MOVE_TO, 16, 27.2f,
|
||||
CUBIC_TO, 9.83f, 27.2f, 4.8f, 22.17f, 4.8f, 16,
|
||||
CUBIC_TO, 4.8f, 9.83f, 9.83f, 4.8f, 16, 4.8f,
|
||||
CUBIC_TO, 22.17f, 4.8f, 27.2f, 9.83f, 27.2f, 16,
|
||||
CUBIC_TO, 27.2f, 22.17f, 22.17f, 27.2f, 16, 27.2f,
|
||||
CLOSE,
|
||||
MOVE_TO, 14.6f, 23,
|
||||
LINE_TO, 17.4f, 23,
|
||||
LINE_TO, 17.4f, 14.6f,
|
||||
LINE_TO, 14.6f, 14.6f,
|
||||
LINE_TO, 14.6f, 23,
|
||||
CLOSE,
|
||||
MOVE_TO, 14.6f, 11.8f,
|
||||
LINE_TO, 17.4f, 11.8f,
|
||||
LINE_TO, 17.4f, 9,
|
||||
LINE_TO, 14.6f, 9,
|
||||
LINE_TO, 14.6f, 11.8f,
|
||||
CLOSE
|
25
components/vector_icons/warning.icon
Normal file
25
components/vector_icons/warning.icon
Normal file
|
@ -0,0 +1,25 @@
|
|||
// Copyright 2022 The Chromium Authors and Alex313031. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
PATH_COLOR_ARGB, 0xFF, 0xFB, 0xBC, 0x04,
|
||||
MOVE_TO, 2, 42,
|
||||
R_H_LINE_TO, 44,
|
||||
LINE_TO, 24, 4,
|
||||
LINE_TO, 2, 42,
|
||||
CLOSE,
|
||||
// Divergence from ic_warning: white fill on the ! portion.
|
||||
NEW_PATH,
|
||||
PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF,
|
||||
MOVE_TO, 26, 36,
|
||||
R_H_LINE_TO, -4,
|
||||
R_V_LINE_TO, -4,
|
||||
R_H_LINE_TO, 4,
|
||||
R_V_LINE_TO, 4,
|
||||
CLOSE,
|
||||
R_MOVE_TO, 0, -8,
|
||||
R_H_LINE_TO, -4,
|
||||
R_V_LINE_TO, -8,
|
||||
R_H_LINE_TO, 4,
|
||||
R_V_LINE_TO, 8,
|
||||
CLOSE
|
31
components/vector_icons/warning_outline.icon
Normal file
31
components/vector_icons/warning_outline.icon
Normal file
|
@ -0,0 +1,31 @@
|
|||
// Copyright 2022 The Chromium Authors and Alex313031. 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, 20,
|
||||
PATH_COLOR_ARGB, 0xFF, 0xFB, 0xBC, 0x04,
|
||||
MOVE_TO, 9.13f, 2.5f,
|
||||
CUBIC_TO, 9.52f, 1.83f, 10.48f, 1.83f, 10.87f, 2.5f,
|
||||
LINE_TO, 18.87f, 16.5f,
|
||||
CUBIC_TO, 19.25f, 17.17f, 18.77f, 18, 18, 18,
|
||||
H_LINE_TO, 2,
|
||||
CUBIC_TO, 1.23f, 18, 0.75f, 17.17f, 1.13f, 16.5f,
|
||||
LINE_TO, 9.13f, 2.5f,
|
||||
CLOSE,
|
||||
MOVE_TO, 10, 5.02f,
|
||||
LINE_TO, 3.72f, 16,
|
||||
H_LINE_TO, 16.28f,
|
||||
LINE_TO, 10, 5.02f,
|
||||
CLOSE,
|
||||
MOVE_TO, 11, 12,
|
||||
V_LINE_TO, 8,
|
||||
H_LINE_TO, 9,
|
||||
V_LINE_TO, 12,
|
||||
H_LINE_TO, 11,
|
||||
CLOSE,
|
||||
MOVE_TO, 11, 13,
|
||||
V_LINE_TO, 15,
|
||||
H_LINE_TO, 9,
|
||||
V_LINE_TO, 13,
|
||||
H_LINE_TO, 11,
|
||||
CLOSE
|
Loading…
Reference in a new issue