@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.42 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChevronDoubleDownSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChevronDoubleDownSIcon = (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: "M3.40387 2.45816C3.11097 2.16527 2.6361 2.16528 2.34321 2.45817C2.05031 2.75107 2.05031 3.22594 2.34321 3.51884L7.29295 8.46858C7.68347 8.85911 8.31664 8.85911 8.70716 8.46858L13.6569 3.51884C13.9498 3.22594 13.9498 2.75106 13.6569 2.45817C13.364 2.16528 12.8891 2.16527 12.5962 2.45816L8.00006 7.05417L3.40387 2.45816Z", fill: "currentColor" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.40387 7.45816C3.11097 7.16527 2.6361 7.16528 2.34321 7.45817C2.05031 7.75106 2.05031 8.22594 2.34321 8.51884L7.29295 13.4686C7.68348 13.8591 8.31664 13.8591 8.70716 13.4686L13.6569 8.51884C13.9498 8.22594 13.9498 7.75106 13.6569 7.45817C13.364 7.16528 12.8891 7.16527 12.5962 7.45816L8.00006 12.0542L3.40387 7.45816Z", fill: "currentColor" }))); });
exports.ChevronDoubleDownSIcon.displayName = 'ChevronDoubleDownSIcon';