UNPKG

1.16 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var RightSquare = 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: "M18.1818182,0 C19.1859723,0 20,0.814027728 20,1.81818182 L20,18.1818182 C20,19.1859723 19.1859723,20 18.1818182,20 L1.81818182,20 C0.814027728,20 0,19.1859723 0,18.1818182 L0,1.81818182 C0,0.814027728 0.814027728,0 1.81818182,0 L18.1818182,0 Z M8.74858635,5.62671923 C8.48578378,5.35703317 8.05411645,5.35145301 7.78443039,5.61425558 C7.51474433,5.87705816 7.50916416,6.30872549 7.77196674,6.57841155 L7.77196674,6.57841155 L11.1738765,10.0694262 L7.776618,13.4884968 C7.51120484,13.7556141 7.51258627,14.1873153 7.77970352,14.4527284 C8.04682076,14.7181416 8.47852194,14.7167602 8.7439351,14.4496429 L8.7439351,14.4496429 L12.6140786,10.5546511 C12.8764703,10.2905747 12.8785407,9.86484786 12.6187299,9.59823192 L12.6187299,9.59823192 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file