mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 20:04:12 -03:00
25 lines
585 B
Text
25 lines
585 B
Text
// 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, 0xE5, 0x1C, 0x23,
|
|
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
|