diff options
author | codecalm <codecalm@gmail.com> | 2020-12-11 13:42:20 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-12-11 13:42:20 +0100 |
commit | a3e21c1343ff6a3f5ca5ab6f2973761f350ffe25 (patch) | |
tree | c7bfc0a64cc4ff2bfcbdb81aa8d845f870bea85f /icons-react/icons-js/layout-grid-add.js | |
parent | 4 new icons: `receipt-2`, `receipt-off`, `receipt-refund`, `receipt` (diff) | |
download | tabler-icons-a3e21c1343ff6a3f5ca5ab6f2973761f350ffe25.tar.xz |
Release 1.38.0v1.38.0
Diffstat (limited to 'icons-react/icons-js/layout-grid-add.js')
-rw-r--r-- | icons-react/icons-js/layout-grid-add.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/layout-grid-add.js b/icons-react/icons-js/layout-grid-add.js index a17f363f..ba0cadb3 100644 --- a/icons-react/icons-js/layout-grid-add.js +++ b/icons-react/icons-js/layout-grid-add.js @@ -6,7 +6,7 @@ function IconLayoutGridAdd({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-layout-grid-add" 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" /><rect x={4} y={4} width={6} height={6} rx={1} /><rect x={14} y={4} width={6} height={6} rx={1} /><rect x={4} y={14} width={6} height={6} rx={1} /><rect x={14} y={14} width={6} height={6} rx={1} /></svg>; + return <svg className="icon icon-tabler icon-tabler-layout-grid-add" 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" /><rect x={4} y={4} width={6} height={6} rx={1} /><rect x={14} y={4} width={6} height={6} rx={1} /><rect x={4} y={14} width={6} height={6} rx={1} /><path d="M14 17h6" /><path d="M17 14v6" /></svg>; } export default IconLayoutGridAdd;
\ No newline at end of file |