@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.ChevronDoubleLeftSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChevronDoubleLeftSIcon = (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: "M13.6794 12.6898C13.9723 12.9826 13.9723 13.4575 13.6794 13.7504C13.3865 14.0433 12.9116 14.0433 12.6187 13.7504L7.66899 8.80067C7.27847 8.41014 7.27847 7.77698 7.66899 7.38646L12.6187 2.43671C12.9116 2.14382 13.3865 2.14382 13.6794 2.43671C13.9723 2.72961 13.9723 3.20448 13.6794 3.49737L9.0834 8.09356L13.6794 12.6898Z", fill: "currentColor" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.67941 12.6898C8.9723 12.9826 8.9723 13.4575 8.6794 13.7504C8.38651 14.0433 7.91163 14.0433 7.61873 13.7504L2.66899 8.80067C2.27847 8.41014 2.27847 7.77698 2.66899 7.38646L7.61873 2.43671C7.91163 2.14382 8.38651 2.14382 8.6794 2.43671C8.9723 2.72961 8.9723 3.20448 8.67941 3.49737L4.0834 8.09356L8.67941 12.6898Z", fill: "currentColor" }))); });
exports.ChevronDoubleLeftSIcon.displayName = 'ChevronDoubleLeftSIcon';