PluginProbe
Code Block Pro – Beautiful Syntax Highlighting / 1.13.0
Code Block Pro – Beautiful Syntax Highlighting v1.13.0
1.27.1 1.27.2 1.27.3 1.27.4 1.27.5 1.27.6 1.27.7 1.28.0 1.3.0 1.4.0 1.5.0 1.5.1 1.5.2 1.6.0 1.7.0 1.8.0 1.9.0 1.9.1 1.9.2 1.9.3 trunk 1.1.0 1.10.0 1.11.0 1.11.1 All 63 releases
← All changes | src/icons.tsx +0 -31 1.4.01.13.0 View file →
@@ -29,35 +29,4 @@
29 29 d="M17.25 6.75L22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3l-4.5 16.5"
30 30 />
31 31 </svg>
32 32 );
33 -export const HeadlightsIcon = () => (
34 - <svg
35 - xmlns="http://www.w3.org/2000/svg"
36 - width={54}
37 - height={14}
38 - viewBox="0 0 54 14">
39 - <g fill="none" fillRule="evenodd" transform="translate(1 1)">
40 - <circle
41 - cx="6"
42 - cy="6"
43 - r="6"
44 - fill="#FF5F56"
45 - stroke="#E0443E"
46 - strokeWidth=".5"></circle>
47 - <circle
48 - cx="26"
49 - cy="6"
50 - r="6"
51 - fill="#FFBD2E"
52 - stroke="#DEA123"
53 - strokeWidth=".5"></circle>
54 - <circle
55 - cx="46"
56 - cy="6"
57 - r="6"
58 - fill="#27C93F"
59 - stroke="#1AAB29"
60 - strokeWidth=".5"></circle>
61 - </g>
62 - </svg>
63 -);