@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.3 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChevronDoubleDownMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChevronDoubleDownMIcon = (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: "M4.46967 5.46967C4.76256 5.17678 5.23744 5.17678 5.53033 5.46967L12 11.9393L18.4697 5.46967C18.7626 5.17678 19.2374 5.17678 19.5303 5.46967C19.8232 5.76256 19.8232 6.23744 19.5303 6.53033L12.5303 13.5303C12.2374 13.8232 11.7626 13.8232 11.4697 13.5303L4.46967 6.53033C4.17678 6.23744 4.17678 5.76256 4.46967 5.46967ZM4.46967 10.4697C4.76256 10.1768 5.23744 10.1768 5.53033 10.4697L12 16.9393L18.4697 10.4697C18.7626 10.1768 19.2374 10.1768 19.5303 10.4697C19.8232 10.7626 19.8232 11.2374 19.5303 11.5303L12.5303 18.5303C12.2374 18.8232 11.7626 18.8232 11.4697 18.5303L4.46967 11.5303C4.17678 11.2374 4.17678 10.7626 4.46967 10.4697Z", fill: "currentColor" }))); });
exports.ChevronDoubleDownMIcon.displayName = 'ChevronDoubleDownMIcon';