UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArrowRightTopSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ArrowRightTopSIcon = (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", { d: "M1.46973 14.5303C1.17684 14.2374 1.17684 13.7627 1.46973 13.4698L12.1895 2.75006L9.15821 2.75006C8.74399 2.75006 8.40821 2.41427 8.40821 2.00006C8.40821 1.58584 8.74399 1.25006 9.15821 1.25006L14 1.25006C14.4142 1.25006 14.75 1.58584 14.75 2.00006L14.75 6.84185C14.75 7.25607 14.4142 7.59185 14 7.59185C13.5858 7.59185 13.25 7.25607 13.25 6.84185L13.25 3.8106L2.53028 14.5303C2.23738 14.8232 1.76262 14.8232 1.46973 14.5303Z", fill: "currentColor" }))); }); exports.ArrowRightTopSIcon.displayName = 'ArrowRightTopSIcon';