2022-05-13 13:12:05 +00:00
|
|
|
// Copyright (C) 2017 The Qt Company Ltd.
|
2024-02-22 14:51:16 +00:00
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
2020-03-26 16:01:51 +00:00
|
|
|
import QtQuick
|
2015-10-13 14:14:44 +00:00
|
|
|
import "qrc:/shared"
|
|
|
|
|
|
|
|
Text {
|
|
|
|
id: icon
|
|
|
|
property alias iconId: icon.text
|
|
|
|
property alias size: icon.font.pixelSize
|
|
|
|
font.family: FontAwesome.fontLoader.name
|
|
|
|
}
|