UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 975 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChevronUpSmallSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ChevronUpSmallSIcon = (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: "M7.52637 6.16796C7.82095 5.92765 8.25567 5.94512 8.53028 6.21972L11.0303 8.71972L11.082 8.77636C11.3223 9.07094 11.3049 9.50566 11.0303 9.78027C10.7557 10.0549 10.321 10.0723 10.0264 9.83203L9.96973 9.78027L8 7.81054L6.03028 9.78027C5.73738 10.0732 5.26262 10.0732 4.96973 9.78027C4.67684 9.48738 4.67684 9.01261 4.96973 8.71972L7.46973 6.21972L7.52637 6.16796Z", fill: "currentColor" }))); }); exports.ChevronUpSmallSIcon.displayName = 'ChevronUpSmallSIcon';