UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 999 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArrowRightDownMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ArrowRightDownMIcon = (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", { d: "M4.46973 4.46973C4.76262 4.17684 5.23738 4.17684 5.53028 4.46973L18.25 17.1895V13.3506C18.2502 12.9365 18.5859 12.6006 19 12.6006C19.4141 12.6006 19.7498 12.9365 19.75 13.3506V19C19.75 19.4142 19.4142 19.75 19 19.75H13.3506C12.9365 19.7498 12.6006 19.4141 12.6006 19C12.6006 18.5859 12.9365 18.2502 13.3506 18.25H17.1895L4.46973 5.53028C4.17684 5.23738 4.17684 4.76262 4.46973 4.46973Z", fill: "currentColor" }))); }); exports.ArrowRightDownMIcon.displayName = 'ArrowRightDownMIcon';