diff options
Diffstat (limited to 'icons-react/icons-js/brand-yatse.js')
-rw-r--r-- | icons-react/icons-js/brand-yatse.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-yatse.js b/icons-react/icons-js/brand-yatse.js new file mode 100644 index 00000000..15a09a52 --- /dev/null +++ b/icons-react/icons-js/brand-yatse.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandYatse({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-yatse" 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="M7.002 3l4.998 2.876v5.088l4.197 -2.73l4.803 2.731l-9.281 5.478l-2.383 1.41l-2.334 1.377l-3.002 1.77v-5.565l3.002 -1.771z" /></svg>; +} + +export default IconBrandYatse;
\ No newline at end of file |