aboutsummaryrefslogtreecommitdiff
path: root/src/_icons/text-resize.svg
blob: 26af4266842ecd897adf32da83e07fa35a4dc771 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
category: Design
---
<svg>
  <circle cx="5" cy="5" r="2" />
  <circle cx="19" cy="5" r="2" />
  <circle cx="5" cy="19" r="2" />
  <circle cx="19" cy="19" r="2" />
  <path d="M5 7v10" />
  <path d="M7 5h10" />
  <path d="M7 19h10" />
  <path d="M19 7v10" />
  <path d="M10 10h4" />
  <path d="M12 14v-4" />
</svg>