diff options
Diffstat (limited to 'icons-react/icons-js/arrow-right-bar.js')
-rw-r--r-- | icons-react/icons-js/arrow-right-bar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/arrow-right-bar.js b/icons-react/icons-js/arrow-right-bar.js index 36995f27..b79023e2 100644 --- a/icons-react/icons-js/arrow-right-bar.js +++ b/icons-react/icons-js/arrow-right-bar.js @@ -6,7 +6,7 @@ function IconArrowRightBar({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-arrow-right-bar" 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="M18 15l3 -3l-3 -3" /><line x1={3} y1={12} x2={21} y2={12} /><line x1={3} y1={9} x2={3} y2={15} /></svg>; + return <svg className="icon icon-tabler icon-tabler-arrow-right-bar" 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="M18 15l3 -3l-3 -3" /><path d="M3 12h18" /><path d="M3 9v6" /></svg>; } export default IconArrowRightBar;
\ No newline at end of file |