Angular SVG Icons

SVG Icon without height/width attributes

<svg-icon name="'star'"></svg-icon>

SVG Icon with height attribute

<svg-icon name="'star'" height="50"></svg-icon>

SVG Icon with width attribute

<svg-icon name="'star'" width="50"></svg-icon>

SVG Icon with width and height attributes and different ratio

<svg-icon name="'star'" width="100" height="50"></svg-icon>

Made with in