UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArrowRightDownSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ArrowRightDownSIcon = (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 1.46967C1.76262 1.17678 2.23738 1.17678 2.53028 1.46967L13.25 12.1894V9.15815C13.25 8.74393 13.5858 8.40815 14 8.40815C14.4142 8.40815 14.75 8.74393 14.75 9.15815V13.9999C14.75 14.4142 14.4142 14.7499 14 14.7499H9.15821C8.74399 14.7499 8.40821 14.4142 8.40821 13.9999C8.40821 13.5857 8.74399 13.2499 9.15821 13.2499H12.1895L1.46973 2.53022C1.17684 2.23732 1.17684 1.76256 1.46973 1.46967Z", fill: "currentColor" }))); }); exports.ArrowRightDownSIcon.displayName = 'ArrowRightDownSIcon';