aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/reeder5.jsx
blob: 77750501fbb76aff1e80464d809e64b91ab57c7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import Icon from "../icon.jsx";

export default function Reeder5(props) {
  return (
    <Icon {...props}>
      <path
        fillRule="evenodd"
        clipRule="evenodd"
        d="M19.58 19.99A4.83 4.83 0 0024 15.1a4.9 4.9 0 00-3.17-4.62A6.73 6.73 0 0014.21 4c-2 0-3.81.93-5.03 2.39a4.79 4.79 0 00-5.64 3.97A4.87 4.87 0 000 15.1c0 2.6 1.95 4.72 4.42 4.89h.23a4.74 4.74 0 00.17 0h14.36l.03.01h.37v-.01zM14.99 9.75l-.78-2.49-.78 2.49h-2.52l2.04 1.53-.78 2.48 2.04-1.53 2.04 1.53-.78-2.48 2.04-1.53H15z"
      />
    </Icon>
  );
}