UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 801 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ChevronUpSmallMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.28033 15.0311C6.98743 15.323 6.51256 15.323 6.21967 15.0311C5.92678 14.7392 5.92678 14.266 6.21967 13.9742L11.1694 9.04186C11.5599 8.65271 12.1931 8.65271 12.5836 9.04186L17.5334 13.9742C17.8263 14.266 17.8263 14.7392 17.5334 15.0311C17.2405 15.323 16.7656 15.323 16.4727 15.0311L11.8765 10.4513L7.28033 15.0311Z", fill: "currentColor" }))); }); ChevronUpSmallMIcon.displayName = 'ChevronUpSmallMIcon';