diff options
author | codecalm <codecalm@gmail.com> | 2021-11-23 22:55:53 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-11-23 22:55:53 +0100 |
commit | a84fcfc0c20a7abc5f836e9cecb4a153c871da04 (patch) | |
tree | 6738d2796f8f254d5aaff0b9d17be80317ddd219 /icons-react/icons-js/brand-firebase.js | |
parent | strikethrough as s icon #146 (diff) | |
download | tabler-icons-a84fcfc0c20a7abc5f836e9cecb4a153c871da04.tar.xz |
Release 1.45.0v1.45.0
Diffstat (limited to 'icons-react/icons-js/brand-firebase.js')
-rw-r--r-- | icons-react/icons-js/brand-firebase.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-firebase.js b/icons-react/icons-js/brand-firebase.js new file mode 100644 index 00000000..565379cc --- /dev/null +++ b/icons-react/icons-js/brand-firebase.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandFirebase({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg className="icon icon-tabler icon-tabler-brand-firebase" 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="M4.53 17.05l6.15 -11.72h-.02c.38 -.74 1.28 -1.02 2.01 -.63c.26 .14 .48 .36 .62 .62l1.06 2.01" /><path d="M15.47 6.45c.58 -.59 1.53 -.59 2.11 -.01c.22 .22 .36 .5 .41 .81l1.5 9.11c.1 .62 -.2 1.24 -.76 1.54l-6.07 2.9c-.46 .25 -1.01 .26 -1.46 0l-6.02 -2.92c-.55 -.31 -.85 -.92 -.75 -1.54l1.96 -12.04c.12 -.82 .89 -1.38 1.7 -1.25c.46 .07 .87 .36 1.09 .77l1.24 1.76" /><path d="M4.57 17.18l10.93 -10.68" /></svg>; +} + +export default IconBrandFirebase;
\ No newline at end of file |