UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.19 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArrowUpSmallSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ArrowUpSmallSIcon = (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: "M7.98423 3.91679C8.18138 3.91269 8.37983 3.98585 8.53027 4.1363L10.5303 6.1363C10.8232 6.42919 10.8232 6.90406 10.5303 7.19696C10.2374 7.48985 9.7625 7.48985 9.46961 7.19696L8.72684 6.45419L8.74993 11.3297C8.75189 11.7439 8.4177 12.0813 8.00349 12.0833C7.58928 12.0852 7.25191 11.7511 7.24995 11.3368L7.22704 6.50018L6.53027 7.19696C6.23738 7.48985 5.7625 7.48985 5.46961 7.19696C5.17672 6.90406 5.17672 6.42919 5.46961 6.1363L7.32507 4.28084C7.45557 4.06369 7.69296 3.91792 7.96481 3.91663C7.9713 3.9166 7.97778 3.91666 7.98423 3.91679Z", fill: "currentColor" }))); }); exports.ArrowUpSmallSIcon.displayName = 'ArrowUpSmallSIcon';