File size: 1,129 Bytes
816447d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 60" role="img" aria-label="Section divider">
  <!-- left rule -->
  <line x1="40" y1="30" x2="320" y2="30" stroke="#2c4a2e" stroke-width="0.8"/>
  <!-- right rule -->
  <line x1="480" y1="30" x2="760" y2="30" stroke="#2c4a2e" stroke-width="0.8"/>

  <!-- left dot -->
  <circle cx="320" cy="30" r="2" fill="#2c4a2e"/>
  <!-- right dot -->
  <circle cx="480" cy="30" r="2" fill="#2c4a2e"/>

  <!-- center sprig: a botanical leaf cluster with a small berry -->
  <g transform="translate(400,30)" stroke="#2c4a2e" fill="none" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round">
    <!-- central stem -->
    <line x1="-32" y1="0" x2="32" y2="0"/>
    <!-- left leaves -->
    <path d="M-26,0 q-4,-8 -12,-6 q-2,8 12,6"/>
    <path d="M-14,0 q-3,8 -10,8 q-1,-8 10,-8"/>
    <!-- right leaves -->
    <path d="M26,0 q4,-8 12,-6 q2,8 -12,6"/>
    <path d="M14,0 q3,8 10,8 q1,-8 -10,-8"/>
    <!-- center berry -->
    <circle cx="0" cy="0" r="3.5" fill="#b84a3e" stroke="#2c4a2e" stroke-width="1.2"/>
    <circle cx="0" cy="0" r="1" fill="#2c4a2e"/>
  </g>
</svg>