diff options
Diffstat (limited to 'icons-react/icons-js/transfer-in.js')
-rw-r--r-- | icons-react/icons-js/transfer-in.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/transfer-in.js b/icons-react/icons-js/transfer-in.js index b68ed889..2b0b1837 100644 --- a/icons-react/icons-js/transfer-in.js +++ b/icons-react/icons-js/transfer-in.js @@ -6,7 +6,7 @@ function IconTransferIn({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-transfer-in" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/transfer-in"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4 18v3h16v-14l-8 -4l-8 4v3" /><path d="M4 14h9" /><path d="M10 11l3 3l-3 3" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-transfer-in" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4 18v3h16v-14l-8 -4l-8 4v3" /><path d="M4 14h9" /><path d="M10 11l3 3l-3 3" /></svg>; } export default IconTransferIn;
\ No newline at end of file |