UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 784 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ChevronUpSIcon = 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.30723 11.7643C3.00818 12.0786 2.52333 12.0786 2.22429 11.7643C1.92524 11.4499 1.92524 10.9403 2.22429 10.626L7.27804 5.31431C7.67677 4.89523 8.32323 4.89523 8.72196 5.31431L13.7757 10.626C14.0748 10.9403 14.0748 11.4499 13.7757 11.7643C13.4767 12.0786 12.9918 12.0786 12.6928 11.7643L8 6.83216L3.30723 11.7643Z", fill: "currentColor" }))); }); ChevronUpSIcon.displayName = 'ChevronUpSIcon';