12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="UTF-8"?>
- <svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>dictionary</title>
- <defs>
- <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
- <stop stop-color="#BA8EEC" offset="0%"></stop>
- <stop stop-color="#8B3CC4" offset="100%"></stop>
- </linearGradient>
- </defs>
- <g id="页面展示" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
- <g id="数据管理" transform="translate(-44.000000, -392.000000)">
- <g id="左侧" transform="translate(0.000000, 68.000000)">
- <g id="dictionary" transform="translate(44.000000, 324.000000)">
- <circle id="椭圆形备份-3" fill="url(#linearGradient-1)" cx="20" cy="20" r="20"></circle>
- <g id="数据字典-(1)" transform="translate(10.000000, 8.000000)" fill="#FFFFFF" fill-rule="nonzero">
- <path d="M3,24 C1.344,24 0,22.656 0,21 L0,3 C0,1.344 1.344,0 3,0 L18,0 L18,3 L21,3 L21,24 L3,24 Z M7.5,12 L6,12 L6,15 L7.5,15 L7.5,12 Z M10.5,6 L9,6 L9,15 L10.5,15 L10.5,6 Z M13.5,9 L12,9 L12,15 L13.5,15 L13.5,9 Z M15,16.5 L4.5,16.5 L4.5,6 L3,6 L3,18 L15,18 L15,16.5 Z M19.5,4.5 L18,4.5 L18,21 L3.414,21 C3.936,21.894 4.89,22.5 6,22.5 L19.5,22.5 L19.5,4.5 Z" id="形状"></path>
- </g>
- </g>
- </g>
- </g>
- </g>
- </svg>
|