libreoffice-online/browser/images/lc_basicshapes.circle.svg
Pedro Pinto Silva 530a8992a4 Do not use classes in iconURLAliases
With changes from 4e07514
Some elements without id were being listed (using their CSS classes)
and their corresponding SVG files were removed

This reverts those lines making sure that icons within insert shapes
menu or fontwork are not missing anymore.

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I4d1ad6a0f2124867ea47c8ca5c0c636aa5646143
2022-08-01 15:23:42 +02:00

11 lines
381 B
XML

<?xml-stylesheet type="text/css" href="icons.css" ?>
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path
class="icn icn--shape-color"
d="m12 2.5a9.5 9.5 0 0 0 -9.5 9.5 9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5-9.5 9.5 9.5 0 0 0 -9.5-9.5z"
fill="#fafafa"
stroke="#3a3a38"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>