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

export default function Mattermost(props) {
  return (
    <Icon {...props}>
      <path d="M19.052 2.29l.126 2.548c2.065 2.28 2.88 5.511 1.852 8.548-1.534 4.532-6.594 6.915-11.3 5.322s-7.28-6.56-5.745-11.092C5.017 4.569 7.64 2.494 10.68 1.945l1.642-1.94C7.2-.134 2.366 3.045.637 8.153c-2.124 6.276 1.24 13.086 7.516 15.21s13.086-1.24 15.21-7.516c1.727-5.1-.172-10.552-4.311-13.556z" />
      <path d="M16.11 9.806l-.087-3.56-.07-2.05-.047-1.775s.01-.856-.02-1.057a.328.328 0 00-.036-.107l-.006-.012a.278.278 0 00-.358-.127l-.004.001a.33.33 0 00-.109.071c-.145.142-.658.828-.658.828L13.6 3.4l-1.3 1.585-2.232 2.776s-1.024 1.278-.798 2.851 1.396 2.34 2.303 2.647c.908.308 2.303.41 3.438-.703 1.136-1.113 1.099-2.75 1.099-2.75z" />
    </Icon>
  );
}