UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.33 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChevronDoubleLeftMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ChevronDoubleLeftMIcon = (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: "M13.5303 4.46967C13.8232 4.76256 13.8232 5.23744 13.5303 5.53033L7.06066 12L13.5303 18.4697C13.8232 18.7626 13.8232 19.2374 13.5303 19.5303C13.2374 19.8232 12.7626 19.8232 12.4697 19.5303L5.46967 12.5303C5.17678 12.2374 5.17678 11.7626 5.46967 11.4697L12.4697 4.46967C12.7626 4.17678 13.2374 4.17678 13.5303 4.46967ZM18.5303 4.46967C18.8232 4.76256 18.8232 5.23744 18.5303 5.53033L12.0607 12L18.5303 18.4697C18.8232 18.7626 18.8232 19.2374 18.5303 19.5303C18.2374 19.8232 17.7626 19.8232 17.4697 19.5303L10.4697 12.5303C10.329 12.3897 10.25 12.1989 10.25 12C10.25 11.8011 10.329 11.6103 10.4697 11.4697L17.4697 4.46967C17.7626 4.17678 18.2374 4.17678 18.5303 4.46967Z", fill: "currentColor" }))); }); exports.ChevronDoubleLeftMIcon.displayName = 'ChevronDoubleLeftMIcon';