@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 1.7 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function ThumbDownIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "thumbs down", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M14.6 15.5c.29-.072.788-.197 1.42-.298A1 1 0 0 0 17 16h4a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1h-4a1 1 0 0 0-.927.624c-.52-.162-.811-.262-.873-.324l-.3-.1C13.3 2.6 11.5 2 9 2H4.8C3.2 2 2 3.2 2 4.8v.3c-.3.3-1 1-1 2.2 0 .7.1 1.1.3 1.5l-.034.1C1.161 9.206 1 9.673 1 10.3c0 .627.16 1.094.266 1.4l.034.1-.039.113C1.156 12.218 1 12.67 1 13.2 1 14.7 2.3 16 3.8 16h2.035c.349 0 .596.352.524.693-.149.695-.203 1.524-.203 2.407 0 1.4.382 2.145 1.047 2.884a3.11 3.11 0 0 0 2.344 1.047c1.422 0 2.375-.125 2.375-1.547v-.243c-.004-.73-.009-1.869.178-2.941.2-.9.529-1.577 1.025-2.05.261-.249.775-.55 1.475-.75ZM4.8 4c-.5 0-.8.3-.8.8v.4c0 .71-.298 1.002-.569 1.268C3.206 6.688 3 6.89 3 7.3c0 .495.121.718.23.918.09.164.17.312.17.582 0 .278-.086.45-.179.632A1.692 1.692 0 0 0 3 10.3c0 .429.115.656.221.868.093.183.179.354.179.632 0 .33-.121.6-.23.842-.09.198-.17.378-.17.558 0 .4.4.8.8.8H6c.844 0 1.488.44 1.844.938.355.497.508 1.062.453 1.859-.007.104-.02.22-.035.357-.043.401-.106.977-.106 1.946 0 .867.263 1.923 1.563 1.923.148 0 .281-.054.281-.223 0-.9 0-1.9.2-2.8.2-1.1.6-2.2 1.6-3.2.6-.6 1.5-1 2.3-1.3.45-.15 1.239-.3 1.9-.408V5.7l-1.5-.5c-.05 0-.1-.025-.15-.05a.355.355 0 0 0-.15-.05C12.7 4.5 11.3 4 9 4H4.8ZM18 14h2V5h-2v9Z", clipRule: "evenodd" }) });
}
exports.default = ThumbDownIcon;