@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.29 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChevronDoubleUpMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChevronDoubleUpMIcon = (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: "M11.4697 5.46967C11.7626 5.17678 12.2374 5.17678 12.5303 5.46967L19.5303 12.4697C19.8232 12.7626 19.8232 13.2374 19.5303 13.5303C19.2374 13.8232 18.7626 13.8232 18.4697 13.5303L12 7.06066L5.53033 13.5303C5.23744 13.8232 4.76256 13.8232 4.46967 13.5303C4.17678 13.2374 4.17678 12.7626 4.46967 12.4697L11.4697 5.46967ZM12 12.0607L5.53033 18.5303C5.23744 18.8232 4.76256 18.8232 4.46967 18.5303C4.17678 18.2374 4.17678 17.7626 4.46967 17.4697L11.4697 10.4697C11.7626 10.1768 12.2374 10.1768 12.5303 10.4697L19.5303 17.4697C19.8232 17.7626 19.8232 18.2374 19.5303 18.5303C19.2374 18.8232 18.7626 18.8232 18.4697 18.5303L12 12.0607Z", fill: "currentColor" }))); });
exports.ChevronDoubleUpMIcon.displayName = 'ChevronDoubleUpMIcon';