UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.85 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DislikeSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.DislikeSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.15542 14.6774C6.52244 14.4632 6.21429 13.858 6.21429 13.266V11.6115C6.21429 11.1973 5.8785 10.8615 5.46428 10.8615H2.13095C1.42876 10.8615 0.854282 10.6145 0.472368 10.1492C0.111535 9.70961 0 9.16902 0 8.70949V8.68778L0.345403 2.72647C0.352848 2.16888 0.612712 1.57375 1.00183 1.12227C1.4083 0.650651 2.03308 0.248535 2.82143 0.248535H11.1071C11.5709 0.248535 12.0558 0.367135 12.4183 0.735103C12.5834 0.902795 12.6969 1.09567 12.7713 1.30003H13.75C14.9926 1.30003 16 2.30739 16 3.55003V7.55999C16 8.80263 14.9926 9.80999 13.75 9.80999H12.4941L8.90142 14.1205L8.87956 14.1427C8.41527 14.6141 7.78262 14.8896 7.15542 14.6774ZM12.8929 8.30999H13.75C14.1642 8.30999 14.5 7.9742 14.5 7.55999V3.55003C14.5 3.13581 14.1642 2.80003 13.75 2.80003H12.8929V8.30999ZM11.3929 8.78842V2.05003C11.3929 1.86899 11.359 1.80264 11.3495 1.78809C11.3343 1.77842 11.2718 1.74854 11.1071 1.74854H2.82143C2.57407 1.74854 2.33575 1.87217 2.13805 2.10155C1.92872 2.34443 1.84524 2.61466 1.84524 2.75103V2.77274L1.50013 8.7289C1.50331 8.95958 1.563 9.11369 1.6318 9.19751C1.68143 9.25798 1.79743 9.36148 2.13095 9.36148H5.46428C6.70693 9.36148 7.71429 10.3688 7.71429 11.6115V13.1769C7.73737 13.159 7.76319 13.1368 7.79148 13.1094L11.3929 8.78842Z", fill: "currentColor" }))); }); exports.DislikeSIcon.displayName = 'DislikeSIcon';