UNPKG

1.08 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var VerticleRight = 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: "M13.6062931,9.25610352 L6.61405795,2.20275228 C6.24724783,1.91137478 5.90986903,1.91137478 5.60192154,2.20275228 C5.29397405,2.49412977 5.29397405,2.81885376 5.60192154,3.17692425 L12.2278569,9.85487499 L5.23639721,16.7309475 C4.92268131,17.0346038 4.9150238,17.356486 5.21342468,17.6965942 C5.51182556,18.0367025 5.85280464,18.0435836 6.23636191,17.7172376 L13.6062931,10.4718628 L13.6062931,17.3076249 C13.6062931,17.7692083 13.8385776,18 14.3031465,18 C14.7677155,18 15,17.7692083 15,17.3076249 L15,2.69237509 C15,2.22607557 14.7677155,1.99528387 14.3031465,2 C13.8385776,2.00471613 13.6062931,2.23550783 13.6062931,2.69237509 L13.6062931,9.25610352 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file