UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 990 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArrowRightTopMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ArrowRightTopMIcon = (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 19.5303C4.76262 19.8232 5.23738 19.8232 5.53028 19.5303L18.25 6.81054V10.6494C18.2502 11.0635 18.5859 11.3994 19 11.3994C19.4141 11.3994 19.7498 11.0635 19.75 10.6494V5C19.75 4.58578 19.4142 4.25 19 4.25H13.3506C12.9365 4.25015 12.6006 4.58588 12.6006 5C12.6006 5.41411 12.9365 5.74984 13.3506 5.75H17.1895L4.46973 18.4697C4.17684 18.7626 4.17684 19.2374 4.46973 19.5303Z", fill: "currentColor" }))); }); exports.ArrowRightTopMIcon.displayName = 'ArrowRightTopMIcon';