bfg-common 1.3.58 → 1.3.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/atoms/TheIcon.vue +21 -2
- package/package.json +1 -1
|
@@ -930,8 +930,8 @@
|
|
|
930
930
|
width="96"
|
|
931
931
|
height="124"
|
|
932
932
|
viewBox="0 0 96 124"
|
|
933
|
+
class="icon icon-obj-rp"
|
|
933
934
|
>
|
|
934
|
-
<script xmlns="" />
|
|
935
935
|
<defs>
|
|
936
936
|
<linearGradient
|
|
937
937
|
id="linear-gradient"
|
|
@@ -983,7 +983,6 @@
|
|
|
983
983
|
d="M48,97a32.1,32.1,0,1,1,32.1-32.1A32.14,32.14,0,0,1,48,97Zm0-62.2a30.1,30.1,0,1,0,30.1,30.1A30.13,30.13,0,0,0,48,34.82Z"
|
|
984
984
|
/>
|
|
985
985
|
</g>
|
|
986
|
-
<script xmlns="" />
|
|
987
986
|
</svg>
|
|
988
987
|
</template>
|
|
989
988
|
|
|
@@ -1748,4 +1747,24 @@ const props = defineProps<{
|
|
|
1748
1747
|
fill: #0091da;
|
|
1749
1748
|
}
|
|
1750
1749
|
}
|
|
1750
|
+
.icon-obj-rp {
|
|
1751
|
+
.cls-1 {
|
|
1752
|
+
fill: none;
|
|
1753
|
+
}
|
|
1754
|
+
.cls-2 {
|
|
1755
|
+
opacity: 0.3;
|
|
1756
|
+
fill: url(#linear-gradient);
|
|
1757
|
+
}
|
|
1758
|
+
.cls-3 {
|
|
1759
|
+
opacity: 0.5;
|
|
1760
|
+
fill: url(#illus_grad);
|
|
1761
|
+
}
|
|
1762
|
+
.cls-4,
|
|
1763
|
+
.cls-5 {
|
|
1764
|
+
fill: #0091da;
|
|
1765
|
+
}
|
|
1766
|
+
.cls-5 {
|
|
1767
|
+
opacity: 0.2;
|
|
1768
|
+
}
|
|
1769
|
+
}
|
|
1751
1770
|
</style>
|