UNPKG

@gravity-ui/icons

Version:

Pack of Gravity UI icons

8 lines (7 loc) 584 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const React = tslib_1.__importStar(require("react")); const ArrowDownRight = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props), React.createElement("path", { fill: "currentColor", d: "M3.802 2.741A.75.75 0 0 0 2.74 3.802l8.176 8.176H7.07a.75.75 0 0 0 0 1.5h5.657a.75.75 0 0 0 .75-.75V7.072a.751.751 0 0 0-1.5 0v3.846z" }))); exports.default = ArrowDownRight;