UNPKG

667 BJavaScriptView Raw
1import * as React from "react";
2
3function ThumbDownIcon(props) {
4 return /*#__PURE__*/React.createElement("svg", Object.assign({
5 xmlns: "http://www.w3.org/2000/svg",
6 fill: "none",
7 viewBox: "0 0 24 24",
8 stroke: "currentColor",
9 "aria-hidden": "true"
10 }, props), /*#__PURE__*/React.createElement("path", {
11 strokeLinecap: "round",
12 strokeLinejoin: "round",
13 strokeWidth: 2,
14 d: "M10 14H5.236a2 2 0 01-1.789-2.894l3.5-7A2 2 0 018.736 3h4.018a2 2 0 01.485.06l3.76.94m-7 10v5a2 2 0 002 2h.096c.5 0 .905-.405.905-.904 0-.715.211-1.413.608-2.008L17 13V4m-7 10h2m5-10h2a2 2 0 012 2v6a2 2 0 01-2 2h-2.5"
15 }));
16}
17
18export default ThumbDownIcon;
\No newline at end of file