aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/quickshapes/weatherforecast/Gear_generated.qml
blob: 473f7235e0f50226b61f1c2c099eb42e15f689c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// Copyright (C) 2023 Framework7
// SPDX-License-Identifier: MIT
// Generated from: assets/gear-alt-stroke.svg
import QtQuick
import QtQuick.Shapes

Item {
    // viewBox 0, 0 56x56
    // size 56x56
    implicitWidth: 56
    implicitHeight: 56
    // START svg4 type: DOC 0
    Item { // structure node
        transform: [
            Scale { xScale: width / 56; yScale: height / 56 }
        ]
        objectName: "svg4"
        // skipping DEFS "defs8"
        // PATH visit path2 count: 78
        DemoShape {
            objectName: "path2"
            // Translate 4, 4
            x: 4
            y: 4
            ShapePath {
                objectName: "svg_path:path2"
                // boundingRect: 0.682945, 0.682945 46.7504x46.7504
                strokeColor: "#333333"
                strokeWidth: 3
                fillColor: "transparent"
                fillRule: ShapePath.WindingFill
                PathSvg { path: "M 18.7918 47.4333 C 16.3367 46.8901 14.0229 45.9709 11.9139 44.7392 L 12.0378 42.3144 C 12.2067 39.0073 9.65397 36.4638 6.35565 36.6322 L 3.67513 36.7691 C 2.41991 34.7754 1.44994 32.584 0.822479 30.2522 L 2.92622 28.3529 C 5.38411 26.1339 5.37761 22.5303 2.92622 20.3171 L 0.682945 18.2919 C 1.23975 16.0095 2.12294 13.855 3.28025 11.8807 L 6.35565 12.0378 C 9.66271 12.2067 12.2062 9.65397 12.0378 6.35565 L 11.8807 3.28025 C 13.855 2.12294 16.0095 1.23975 18.2919 0.682945 L 20.3171 2.92622 C 22.5361 5.38411 26.1397 5.37761 28.3529 2.92622 L 30.2522 0.822479 C 32.584 1.44994 34.7754 2.41991 36.7691 3.67513 L 36.6322 6.35565 C 36.4633 9.66271 39.016 12.2062 42.3144 12.0378 L 44.7392 11.9139 C 45.9709 14.0229 46.8901 16.3367 47.4333 18.7918 L 45.7438 20.3171 C 43.2859 22.5361 43.2924 26.1397 45.7438 28.3529 L 47.304 29.7614 C 46.6874 32.2638 45.6783 34.6117 44.3457 36.736 L 42.3144 36.6322 C 39.0073 36.4633 36.4638 39.016 36.6322 42.3144 L 36.736 44.3457 C 34.6117 45.6783 32.2638 46.6874 29.7614 47.304 L 28.3529 45.7438 C 26.1339 43.2859 22.5303 43.2924 20.3171 45.7438 L 18.7918 47.4333 M 24 34 C 29.5228 34 34 29.5228 34 24 C 34 18.4772 29.5228 14 24 14 C 18.4772 14 14 18.4772 14 24 C 14 29.5228 18.4772 34 24 34 " }
            }
        }
    } // END svg4 type: DOC 0
}