diff options
author | codecalm <codecalm@gmail.com> | 2022-07-15 12:11:32 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-07-15 12:11:32 +0200 |
commit | 00355ad10343c66c57f9e85c91639bc59c018414 (patch) | |
tree | d72e04d181a0d04720abd60c7296f77ec7db08ae /icons-react/icons-js/brand-surfshark.js | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | tabler-icons-1.75.0.tar.xz |
Release 1.75.0v1.75.0
Diffstat (limited to 'icons-react/icons-js/brand-surfshark.js')
-rw-r--r-- | icons-react/icons-js/brand-surfshark.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-surfshark.js b/icons-react/icons-js/brand-surfshark.js new file mode 100644 index 00000000..a331e22f --- /dev/null +++ b/icons-react/icons-js/brand-surfshark.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandSurfshark({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-surfshark" 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="M19.954 9.447c-.237 -6.217 0 -6.217 -5.996 -6.425c-5.774 -.208 -6.824 1.002 -7.91 5.382c-2.884 11.816 -3.845 14.716 4.792 11.198c9.392 -3.831 9.297 -5.382 9.114 -10.155z" /><path d="M8 16h.452c1.943 .007 3.526 -1.461 3.543 -3.286v-2.428c.018 -1.828 1.607 -3.298 3.553 -3.286h.452" /></svg>; +} + +export default IconBrandSurfshark;
\ No newline at end of file |