UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArrowLongRightSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ArrowLongRightSIcon = (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", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.2834 4.21044C10.5899 3.92617 11.0823 3.93044 11.3833 4.21997L14.7772 7.48528C15.0743 7.77107 15.0743 8.22893 14.7772 8.51472L11.3833 11.78C11.0823 12.0696 10.5899 12.0738 10.2834 11.7896C9.97686 11.5053 9.97235 11.0401 10.2733 10.7506L12.3686 8.73469H1.77778C1.34822 8.73469 1 8.40576 1 8C1 7.59424 1.34822 7.26531 1.77778 7.26531H12.3686L10.2733 5.24941C9.97235 4.95988 9.97686 4.49471 10.2834 4.21044Z", fill: "currentColor" }))); }); exports.ArrowLongRightSIcon.displayName = 'ArrowLongRightSIcon';