diff options
Diffstat (limited to 'icons-react/icons-js/bone.js')
-rw-r--r-- | icons-react/icons-js/bone.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/bone.js b/icons-react/icons-js/bone.js index 824fafc1..87509e22 100644 --- a/icons-react/icons-js/bone.js +++ b/icons-react/icons-js/bone.js @@ -6,7 +6,7 @@ function IconBone({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-bone" 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="M15 3a3 3 0 0 1 3 3a3 3 0 1 1 -2.12 5.122l-4.758 4.758a3 3 0 1 1 -5.117 2.297l-.005 -.177l-.176 -.005a3 3 0 1 1 2.298 -5.115l4.758 -4.758a3 3 0 0 1 2.12 -5.122z" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-bone" 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="M15 3a3 3 0 0 1 3 3a3 3 0 1 1 -2.12 5.122l-4.758 4.758a3 3 0 1 1 -5.117 2.297l-.005 -.177l-.176 -.005a3 3 0 1 1 2.298 -5.115l4.758 -4.758a3 3 0 0 1 2.12 -5.122z" /></svg>; } export default IconBone;
\ No newline at end of file |