UNPKG

1.5 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var UpSquareO = 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: "M1.81818182,1.36363636 C1.5671433,1.36363636 1.36363636,1.5671433 1.36363636,1.81818182 L1.36363636,18.1818182 C1.36363636,18.4328567 1.5671433,18.6363636 1.81818182,18.6363636 L18.1818182,18.6363636 C18.4328567,18.6363636 18.6363636,18.4328567 18.6363636,18.1818182 L18.6363636,1.81818182 C18.6363636,1.5671433 18.4328567,1.36363636 18.1818182,1.36363636 L1.81818182,1.36363636 Z 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 M9.51942697,7.61708699 L5.62443516,11.4872305 C5.35731792,11.7526437 5.35593648,12.1843449 5.62134964,12.4514621 C5.8867628,12.7185794 6.31846398,12.7199608 6.58558122,12.4545476 L10.0046519,9.05728911 L13.4956665,12.4591989 C13.7653526,12.7220015 14.1970199,12.7164213 14.4598225,12.4467352 C14.7226251,12.1770492 14.7170449,11.7453818 14.4473588,11.4825793 L10.4758462,7.61243574 C10.2092302,7.35262491 9.78350334,7.35469531 9.51942697,7.61708699 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file