@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.ChevronDoubleRightSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChevronDoubleRightSIcon = (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: "M2.90619 3.08319C2.6133 2.79029 2.6133 2.31542 2.9062 2.02253C3.19909 1.72963 3.67397 1.72963 3.96687 2.02253L8.91661 6.97227C9.30713 7.3628 9.30713 7.99596 8.91661 8.38649L3.96687 13.3362C3.67397 13.6291 3.19909 13.6291 2.9062 13.3362C2.6133 13.0433 2.6133 12.5685 2.90619 12.2756L7.5022 7.67938L2.90619 3.08319Z", fill: "currentColor" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.90619 3.08319C7.6133 2.79029 7.6133 2.31542 7.9062 2.02253C8.19909 1.72963 8.67397 1.72963 8.96687 2.02253L13.9166 6.97227C14.3071 7.3628 14.3071 7.99596 13.9166 8.38649L8.96687 13.3362C8.67397 13.6291 8.19909 13.6291 7.9062 13.3362C7.6133 13.0433 7.6133 12.5685 7.90619 12.2756L12.5022 7.67938L7.90619 3.08319Z", fill: "currentColor" }))); });
exports.ChevronDoubleRightSIcon.displayName = 'ChevronDoubleRightSIcon';