UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 923 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const ArrowRightSquare = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-arrow-right-square", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M18.707 8.293l3 3q.054.053.097.112l.071.11.054.114.035.105.03.148L22 12l-.003.075-.017.126-.03.111-.044.111-.052.098-.074.104-.073.082-3 3a1 1 0 01-1.414-1.414L18.585 13H8v1a1 1 0 01-1 1H3a1 1 0 01-1-1v-4a1 1 0 011-1h4a1 1 0 011 1v1h10.585l-1.292-1.293a1 1 0 01-.083-1.32l.083-.094a1 1 0 011.414 0" })); exports.default = ArrowRightSquare;