@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 805 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChevronUpSmallSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.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" }))); });
ChevronUpSmallSIcon.displayName = 'ChevronUpSmallSIcon';