aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/notability.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/notability.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/notability.jsx13
1 files changed, 13 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/notability.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/notability.jsx
new file mode 100755
index 0000000..8a4c560
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/notability.jsx
@@ -0,0 +1,13 @@
1import Icon from "../icon.jsx";
2
3export default function Notability(props) {
4 return (
5 <Icon {...props}>
6 <path
7 fillRule="evenodd"
8 clipRule="evenodd"
9 d="M4 0a4 4 0 00-4 4v16a4 4 0 004 4h16a4 4 0 004-4V4a4 4 0 00-4-4H4zm.46 19.44l1.7-5.62 1-.97-.28.25c-.06-.86-.07-1.45 0-2.34.1-.33.2-.52.57-.86l5.07-5.13c.36.08.5.18.6.5l-2.1 1.92 1.07.87 3.4-3.3a3.24 3.24 0 012.26 0 4 4 0 011.6 1.6 3.1 3.1 0 010 2.15l-3.41 3.44.61.73 1.97-1.92c.4.07.54.2.66.52l-5.04 5.07c-.45.27-.7.37-1.17.5l-.86.13c-.45.06-.7.04-1.15 0l.42-.44-1.13 1.13-5.8 1.77zm7.48-3.47c.37.07.6.07 1.03 0 .99-.7 1.54-1.2 2.54-2.23l-.76-.6-2.8 2.83zm-.83-6.96l-3.36 3.27c-.1-.4-.1-.65 0-1.1.04-.35.14-.54.4-.88l1.91-1.95.9.8.15-.14z"
10 />
11 </Icon>
12 );
13}