UNPKG

851 BJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var CaretUp = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M10.6847229,5.28414917 L17.7039765,13.4197743 C17.9440908,13.6970943 18.0427653,14.0152079 18,14.374115 C17.9572347,14.7330221 17.7206217,14.9416504 17.2901611,15 L2.74435425,15 C2.39289347,14.9752197 2.16174316,14.8010559 2.05090332,14.4775085 C1.94006348,14.1539612 1.9968516,13.8270264 2.2212677,13.4967041 L9.31777954,5.28414917 C9.51789347,5.09471639 9.74530029,5 10,5 C10.2546997,5 10.4829407,5.09471639 10.6847229,5.28414917 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file