diff --git a/src/components/SvgIcon/index.vue b/src/components/SvgIcon/index.vue index 7e84ceb5..360791fd 100644 --- a/src/components/SvgIcon/index.vue +++ b/src/components/SvgIcon/index.vue @@ -7,6 +7,8 @@ v-bind="externalSvg.attributes" v-html="externalSvg.content" :style="{ height: svgStyle.height, width: svgStyle.width }" + :fill="fill !== '' ? fill : svgStyle.fill" + :stroke="stroke !== '' ? stroke : svgStyle.stroke" >