@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 960 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChevronDownMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChevronDownMIcon = (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: "M19.5303 8.46967C19.2374 8.17678 18.7626 8.17678 18.4697 8.46967L12 14.9393L5.53033 8.46967C5.23744 8.17678 4.76256 8.17678 4.46967 8.46967C4.17678 8.76256 4.17678 9.23744 4.46967 9.53033L11.4697 16.5303C11.7626 16.8232 12.2374 16.8232 12.5303 16.5303L19.5303 9.53033C19.8232 9.23744 19.8232 8.76256 19.5303 8.46967Z", fill: "currentColor" }))); });
exports.ChevronDownMIcon.displayName = 'ChevronDownMIcon';