diff options
author | codecalm <codecalm@gmail.com> | 2022-04-12 00:11:08 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-04-12 00:11:08 +0200 |
commit | 0300fec5e92d49652133659252e978c58773ce7a (patch) | |
tree | 2665a4739b20dc7e4adefb15d44deb12390815b9 /icons-react/icons-js/brand-nuxt.js | |
parent | remove failed icon (diff) | |
download | tabler-icons-0300fec5e92d49652133659252e978c58773ce7a.tar.xz |
Release 1.64.0v1.64.0
Diffstat (limited to 'icons-react/icons-js/brand-nuxt.js')
-rw-r--r-- | icons-react/icons-js/brand-nuxt.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-nuxt.js b/icons-react/icons-js/brand-nuxt.js new file mode 100644 index 00000000..548b57ae --- /dev/null +++ b/icons-react/icons-js/brand-nuxt.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandNuxt({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-nuxt" 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="M12.146 8.583l-1.3 -2.09a1.046 1.046 0 0 0 -1.786 .017l-5.91 9.908a1.046 1.046 0 0 0 .897 1.582h3.913" /><path d="M20.043 18c.743 0 1.201 -.843 .82 -1.505l-4.044 -7.013a0.936 .936 0 0 0 -1.638 0l-4.043 7.013c-.382 .662 .076 1.505 .819 1.505h8.086z" /></svg>; +} + +export default IconBrandNuxt;
\ No newline at end of file |