UNPKG

@uiw/icons

Version:

The premium icon font for uiw Component Library.

14 lines 1.11 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; export var LeftSquare = props => /*#__PURE__*/_jsx("svg", _extends({ viewBox: "0 0 20 20", width: "16px", height: "16px" }, props, { className: "w-icon " + (props.className ? props.className : ''), children: /*#__PURE__*/_jsx("path", { 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 M10.7879967,5.62671923 L6.91785319,9.59823192 C6.65804237,9.86484786 6.66011276,10.2905747 6.92250445,10.5546511 L10.792648,14.4496429 C11.0580611,14.7167602 11.4897623,14.7181416 11.7568796,14.4527284 C12.0239968,14.1873153 12.0253782,13.7556141 11.7599651,13.4884968 L8.36270656,10.0694262 L11.7646163,6.57841155 C12.0274189,6.30872549 12.0218388,5.87705816 11.7521527,5.61425558 C11.4824666,5.35145301 11.0507993,5.35703317 10.7879967,5.62671923 Z", fillRule: "evenodd" }) }));