UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 764 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ChevronDownSmallSIcon = 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: "M9.96973 6.21967C10.2626 5.92678 10.7374 5.92678 11.0303 6.21967C11.3232 6.51256 11.3232 6.98732 11.0303 7.28022L8.53028 9.78022C8.23738 10.0731 7.76262 10.0731 7.46973 9.78022L4.96973 7.28022C4.67684 6.98732 4.67684 6.51256 4.96973 6.21967C5.26262 5.92678 5.73738 5.92678 6.03028 6.21967L8 8.1894L9.96973 6.21967Z", fill: "currentColor" }))); }); ChevronDownSmallSIcon.displayName = 'ChevronDownSmallSIcon';