diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/kee-pass-x-c.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/kee-pass-x-c.jsx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/kee-pass-x-c.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/kee-pass-x-c.jsx new file mode 100755 index 0000000..1b73f58 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/kee-pass-x-c.jsx | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function KeePassXC(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path d="M13.67 3a1.73 1.73 0 1 1-3.37 0 8.14 8.14 0 0 1 3.37 0ZM7.2 5.07a4.79 4.79 0 0 0 2.74 4.34v8.72L12 20.2l2.06-2.06-.13-1.83.97-.97-.97-.96 1.46-1.47-1.46-1.46.13-2.03a4.82 4.82 0 0 0 2.67-5.28 9.16 9.16 0 0 1 3.16 12.59A9.18 9.18 0 1 1 7.28 4.15a5.7 5.7 0 0 0-.08.93Zm3.42 5.48h.68v6.87h-.68v-6.87Z" /> | ||
| 7 | <path | ||
| 8 | fillRule="evenodd" | ||
| 9 | clipRule="evenodd" | ||
| 10 | d="M12 .98a11.02 11.02 0 1 0 0 22.04A11.02 11.02 0 0 0 12 .98ZM.2 12a11.8 11.8 0 1 1 23.6 0A11.8 11.8 0 0 1 .2 12Z" | ||
| 11 | /> | ||
| 12 | </Icon> | ||
| 13 | ); | ||
| 14 | } | ||
