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

export default function Mimestream(props) {
  return (
    <Icon {...props}>
      <path
        fillRule="evenodd"
        clipRule="evenodd"
        d="M9.59.03c.4-.11.83.01 1.11.32l4.76 5.23 7.01-.94a1.1 1.1 0 0 1 1.1 1.63l-3.5 6.14 3.06 6.37a1.1 1.1 0 0 1-1.2 1.55l-6.94-1.44-5.1 4.89a1.1 1.1 0 0 1-1.85-.67l-.78-7.03-6.23-3.35a1.1 1.1 0 0 1 .07-1.97l6.45-2.9L8.81.88A1.1 1.1 0 0 1 9.6.03Zm.98 3.44L9.6 8.8a1.1 1.1 0 0 1-.62.8l-4.95 2.24 4.78 2.57a1.1 1.1 0 0 1 .57.84l.6 5.4 3.92-3.75a1.1 1.1 0 0 1 .98-.28l5.31 1.1-2.35-4.89a1.1 1.1 0 0 1 .03-1.02l2.7-4.71-5.39.72a1.1 1.1 0 0 1-.96-.34l-3.65-4.02Z"
      />
    </Icon>
  );
}