aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ca-r-r-o-t.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ca-r-r-o-t.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ca-r-r-o-t.jsx10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ca-r-r-o-t.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ca-r-r-o-t.jsx
new file mode 100755
index 0000000..94339d1
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ca-r-r-o-t.jsx
@@ -0,0 +1,10 @@
1import Icon from "../icon.jsx";
2
3export default function CARROT(props) {
4 return (
5 <Icon {...props}>
6 <path d="M12.5 3.6h1.7v.1h.4v.1H15l.1.1h.1l.1.1.6.3h.1v.1l.4.2c.6.4 1 1 1.4 1.6h.1v.2c.2.2.4.5.4.8l.1.2.1.2V8h.1V8h.2l.6.4c.5.3 1 .8 1.3 1.3l.2.5v.2h.1V10.9l.1.2V13h-.1v.2l-.1.1v.1l-.2.4a7.1 7.1 0 0 0-.5.6l-.4.4-.3.3h-.1l-.1.1-.2.1h-.1l-.2.1-.1.1h-.2v.1H18l-.2.1H5.8v-.1H5.5v-.1h-.1l-.3-.1-.3-.2-.1-.1h-.1l-.1-.1-.6-.6-.2-.2V14l-.2-.2v-.1l-.3-.4V13H3v-.2l-.1-.3V10.7l.1-.1v-.1l.1-.2.2-.5h.1c0-.2.1-.2.2-.3a6.3 6.3 0 0 1 .7-.8l.3-.2.2-.1c.2-.1.5-.3.8-.3L6 8h.4l.3-.1H8v-.3l.1-.2v-.1l.1-.2.1-.2v-.2a6.6 6.6 0 0 1 1.2-1.6l1.3-1h.1l.3-.1.1-.1.3-.1a1930 1930 0 0 1 .2 0v-.1H12l.1-.1h.4M8 9.4l-.8.2a2.4 2.4 0 0 0 1 4.6h7.3a2.4 2.4 0 0 0 .3-4.8H8m10.4 3.7h-.1v.1l-.2.1v.7l.2.1h.5l.2-.2v-.5l-.2-.2c-.2 0-.3-.1-.4 0Zm0 0" />
7 <path d="m11.6 10.7.2-.2h.2l2 2.2.2.2H13c-.1 0-.2 0-.3-.2l-.7-.8-.8 1H9.5v-.1l2.1-2.1ZM11 16.7h2v.1h.1v.4H13v.1h-.1v.1l-.1.1v.1h-.1v.2a2.2 2.2 0 0 1-.2 0v.2H14v.1h.1v.2l-.1.1v.1h-.1l-.1.1h-.1v.1h-.2v.1h-.1v.1h-.2v.1H13v.1h-.1v.1h-.1v.1h-.2v.1h-.1l-.1.1h-.1l-.1.1H12v.1H12v.1h-.2v.1h-.1v.1h-.2v.1h-.1l-.1.1h-.1v.1H11v.1h-.2v.1h-.5V20.1l.1-.2v-.1h.1v-.2h.1v-.1h.1v-.1l.1-.1v-.1h.1v-.1l.1-.1V19h.1v-.1h.1v-.1h.1H10.4v-.2.1h-.6v-.1h-.1V18h.1V18l.1-.1v-.1h.1v-.1h.1v-.1h.1v-.1l.1-.1v-.1h.1V17h.1V17h.1l.1-.2h.1v-.1h.1Zm0 0" />
8 </Icon>
9 );
10}