UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 826 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArrowRightFilledSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ArrowRightFilledSIcon = (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: "M10.168 7.13413C10.8343 7.5191 10.8343 8.48089 10.168 8.86586L7.16689 10.5998C6.50022 10.985 5.66662 10.5039 5.66662 9.73397L5.66662 6.26602C5.66662 5.49608 6.50023 5.01497 7.16689 5.40015L10.168 7.13413Z", fill: "currentColor" }))); }); exports.ArrowRightFilledSIcon.displayName = 'ArrowRightFilledSIcon';