aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/subtask.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/subtask.js')
-rw-r--r--icons-react/icons-js/subtask.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/subtask.js b/icons-react/icons-js/subtask.js
index 0478a7b4..de29d6fe 100644
--- a/icons-react/icons-js/subtask.js
+++ b/icons-react/icons-js/subtask.js
@@ -6,7 +6,7 @@ function IconSubtask({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-subtask" 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/subtask"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><line x1={6} y1={9} x2={12} y2={9} /><line x1={4} y1={5} x2={8} y2={5} /><path d="M6 5v11a1 1 0 0 0 1 1h5" /><rect x={12} y={7} width={8} height={4} rx={1} /><rect x={12} y={15} width={8} height={4} rx={1} /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-subtask" 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" /><line x1={6} y1={9} x2={12} y2={9} /><line x1={4} y1={5} x2={8} y2={5} /><path d="M6 5v11a1 1 0 0 0 1 1h5" /><rect x={12} y={7} width={8} height={4} rx={1} /><rect x={12} y={15} width={8} height={4} rx={1} /></svg>;
}
export default IconSubtask; \ No newline at end of file