From 73f89e1c84987f27435bd20dc18d72c070c987ad Mon Sep 17 00:00:00 2001 From: meriadec Date: Sun, 24 Jun 2018 20:05:29 +0200 Subject: [PATCH] Make HomeIcon fill with currentColor --- src/icons/Home.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/icons/Home.js b/src/icons/Home.js index 4850aa6a..14ab4f05 100644 --- a/src/icons/Home.js +++ b/src/icons/Home.js @@ -3,7 +3,10 @@ import React from 'react' const path = ( - + ) export default ({ size, ...p }: { size: number }) => (