@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 983 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChevronDownSmallMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChevronDownSmallMIcon = (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: "M16.4727 8.96889C16.7656 8.67703 17.2405 8.67704 17.5334 8.9689C17.8263 9.26076 17.8263 9.73397 17.5334 10.0258L12.5836 14.9581C12.1931 15.3473 11.5599 15.3473 11.1694 14.9581L6.21968 10.0258C5.92679 9.73397 5.92679 9.26076 6.21968 8.9689C6.51257 8.67704 6.98744 8.67703 7.28034 8.96889L11.8765 13.5487L16.4727 8.96889Z", fill: "currentColor" }))); });
exports.ChevronDownSmallMIcon.displayName = 'ChevronDownSmallMIcon';