@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.93 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DislikeMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.DislikeMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.2399 20.9193C10.5365 20.6825 10.1786 20.0077 10.1786 19.3188V16.815C10.1786 16.4008 9.84279 16.065 9.42857 16.065H4.76191C3.91823 16.065 3.24883 15.7718 2.80692 15.2363C2.38575 14.7258 2.25 14.0903 2.25 13.5356V13.5138L2.69062 5.9487C2.69808 5.29505 3.00667 4.58152 3.47928 4.03601C3.96964 3.47001 4.71318 2.9986 5.64286 2.9986H16.2143C16.7723 2.9986 17.3281 3.14024 17.7383 3.55455C17.9607 3.77911 18.1031 4.0463 18.1867 4.33318H20C21.2426 4.33318 22.25 5.34054 22.25 6.58318V12.4804C22.25 13.7231 21.2426 14.7304 20 14.7304H17.8858L13.2454 20.2692L13.2234 20.2913C12.6633 20.857 11.9365 21.1538 11.2399 20.9193ZM18.2857 13.2304H20C20.4142 13.2304 20.75 12.8947 20.75 12.4804V6.58318C20.75 6.16897 20.4142 5.83318 20 5.83318H18.2857V13.2304ZM16.7857 13.7078V5.08318C16.7857 4.75207 16.704 4.64186 16.6724 4.60994C16.6422 4.57938 16.5373 4.4986 16.2143 4.4986H5.64286C5.2511 4.4986 4.89345 4.69448 4.61298 5.01821C4.3206 5.35568 4.19048 5.74339 4.19048 5.97291V5.99474L3.7501 13.5557C3.75341 13.8808 3.83709 14.1279 3.96391 14.2816C4.0726 14.4133 4.28415 14.565 4.76191 14.565H9.42857C10.6712 14.565 11.6786 15.5724 11.6786 16.815V19.3188C11.6786 19.4183 11.703 19.4706 11.7145 19.4889C11.7168 19.4926 11.7187 19.4952 11.7202 19.497C11.752 19.4993 11.8946 19.4937 12.1373 19.2561L16.7857 13.7078Z", fill: "currentColor" }))); });
exports.DislikeMIcon.displayName = 'DislikeMIcon';