Skip to content

Resize created icon

Annabel Gray requested to merge created-icon-fix into master

What does this MR do?

Resizes created SVG

Why was this MR needed?

Because: Screen_Shot_2016-08-30_at_3.33.38_PM

Hard-coding in the size into the SVG isn't a great solution, but we've got a bit of technical debt here. All the other icons are sized this way, so for this patch fix I think we should just match it. Ideally we'll have classes directly in the SVG code so we can target all these icons properly, and do all color/sizing through CSS

Screenshots (if relevant)

Screen_Shot_2016-08-30_at_3.35.49_PM

Merge request reports