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-svelte.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-svelte.js')
-rw-r--r-- | icons-react/icons-js/brand-svelte.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-svelte.js b/icons-react/icons-js/brand-svelte.js new file mode 100644 index 00000000..8cd5d92a --- /dev/null +++ b/icons-react/icons-js/brand-svelte.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandSvelte({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-svelte" 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 8l-5 3l.821 -.495c1.86 -1.15 4.412 -.49 5.574 1.352a3.91 3.91 0 0 1 -1.264 5.42l-5.053 3.126c-1.86 1.151 -4.312 .591 -5.474 -1.251a3.91 3.91 0 0 1 1.263 -5.42l.26 -.16" /><path d="M8 17l5 -3l-.822 .496c-1.86 1.151 -4.411 .491 -5.574 -1.351a3.91 3.91 0 0 1 1.264 -5.42l5.054 -3.127c1.86 -1.15 4.311 -.59 5.474 1.252a3.91 3.91 0 0 1 -1.264 5.42l-.26 .16" /></svg>; +} + +export default IconBrandSvelte;
\ No newline at end of file |