Adds CircleDashedIcon to shared components
Created by: artemruts
Description
Fixes #17164 (closed)
Adds CircleDashedIcon
to the shared components.
I'm not sure the SVG is optimized enough but it's my first SVG icon and I did this:
-
circle
primitive +stroke-dasharray
andstroke-dashoffset
properties -
Inkscape
to convert primitive to path - minor optimizations online
- React component is based off the build output from
mdi-react
library