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 28 29
use hypertext::define_elements; define_elements! { svg { id class style xmlns fill viewBox stroke_width stroke aria_hidden data_slot stroke_linecap } path { d stroke_linecap stroke_linejoin } rect { width height x y rx } }