diff options
Diffstat (limited to 'icons-react/icons-js/brand-sketch.js')
-rw-r--r-- | icons-react/icons-js/brand-sketch.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-sketch.js b/icons-react/icons-js/brand-sketch.js new file mode 100644 index 00000000..dda83794 --- /dev/null +++ b/icons-react/icons-js/brand-sketch.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconBrandSketch = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-brand-sketch" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M3.262 10.878l7.991 8.789c.4.44 1.091.44 1.491 0l7.993-8.79c.313-.344.349-.859.087-1.243L17.287 4.44a1 1 0 0 0 -.823 -.436H7.538a1 1 0 0 0 -.823 .436l-3.54 5.192c-.263 .385 -.227 .901 .087 1.246z" /></svg>; + +export default IconBrandSketch;
\ No newline at end of file |