PluginProbe
Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution / 1.3.0
Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution v1.3.0
2.0.1 trunk 1.0.0 1.1.0 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 1.4.2 1.5.0 1.6.0 1.6.1 1.7.0 1.7.1 1.8.0 1.9.0 2.0.0
solid-performance / src / Performance / Admin / meta / icon.js

icon.js in Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution 1.3.0, at src/Performance/Admin/meta/icon.js

21 lines 736 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 const solidIcon = <svg
2 xmlns="http://www.w3.org/2000/svg"
3 fillRule="evenodd"
4 strokeLinejoin="round"
5 strokeMiterlimit="2"
6 clipRule="evenodd"
7 viewBox="0 0 24 24"
8 >
9 <circle cx="12" cy="12" r="11.29" fill="#6817c5"></circle>
10 <path
11 fill="#d9d9d9"
12 fillRule="nonzero"
13 d="M8.962 11.117c0-.139.113-.252.253-.252h3.943c1.07 0 1.937.867 1.937 1.936h-4.449c-.93 0-1.684-.754-1.684-1.684z"
14 ></path>
15 <path
16 fill="#fbf9ff"
17 fillRule="nonzero"
18 d="M8.792 12.672h6.197c.059 0 .106.047.106.106a3.51 3.51 0 01-3.51 3.509H5.388a.106.106 0 01-.106-.105 3.51 3.51 0 013.51-3.51zM12.472 7.766h6.197c.058 0 .105.047.105.106a3.509 3.509 0 01-3.509 3.509H9.068a.105.105 0 01-.106-.105 3.51 3.51 0 013.51-3.51z"
19 ></path>
20 </svg>;
21 export default solidIcon;