UNPKG

@theguild/components

Version:
6 lines (5 loc) 1.35 kB
import { jsx } from "react/jsx-runtime"; const SvgRightCorner = (props) => /* @__PURE__ */ jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "currentColor", ...props, children: /* @__PURE__ */ jsx("path", { d: "M13.2069 4.8C13.003 5.37818 12.8992 5.98691 12.9 6.6H5.70002V19.2H18.3V12C18.9131 12.0008 19.5218 11.897 20.1 11.6931V20.1C20.1 20.3387 20.0052 20.5676 19.8364 20.7364C19.6676 20.9052 19.4387 21 19.2 21H4.80002C4.56133 21 4.33241 20.9052 4.16363 20.7364C3.99485 20.5676 3.90002 20.3387 3.90002 20.1V5.7C3.90002 5.46131 3.99485 5.23239 4.16363 5.0636C4.33241 4.89482 4.56133 4.8 4.80002 4.8H13.2069ZM18.3 8.4C18.7774 8.4 19.2353 8.21036 19.5728 7.87279C19.9104 7.53523 20.1 7.07739 20.1 6.6C20.1 6.12261 19.9104 5.66477 19.5728 5.32721C19.2353 4.98964 18.7774 4.8 18.3 4.8C17.8226 4.8 17.3648 4.98964 17.0272 5.32721C16.6897 5.66477 16.5 6.12261 16.5 6.6C16.5 7.07739 16.6897 7.53523 17.0272 7.87279C17.3648 8.21036 17.8226 8.4 18.3 8.4ZM18.3 10.2C17.3452 10.2 16.4296 9.82072 15.7544 9.14558C15.0793 8.47045 14.7 7.55478 14.7 6.6C14.7 5.64522 15.0793 4.72955 15.7544 4.05442C16.4296 3.37928 17.3452 3 18.3 3C19.2548 3 20.1705 3.37928 20.8456 4.05442C21.5207 4.72955 21.9 5.64522 21.9 6.6C21.9 7.55478 21.5207 8.47045 20.8456 9.14558C20.1705 9.82072 19.2548 10.2 18.3 10.2Z" }) }); export { SvgRightCorner as ReactComponent };