UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 968 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 SendArrowDown = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-send-arrow-down", viewBox: "0 0 16 16", ...props }, React.createElement("path", { fillRule: "evenodd", d: "M15.854.146a.5.5 0 01.11.54l-2.8 7a.5.5 0 11-.928-.372l1.895-4.738-7.494 7.494 1.376 2.162a.5.5 0 11-.844.537l-1.531-2.407L.643 7.184a.75.75 0 01.124-1.33L15.314.037a.5.5 0 01.54.11zM5.93 9.363l7.494-7.494L1.591 6.602z" }), React.createElement("path", { fillRule: "evenodd", d: "M12.5 16a3.5 3.5 0 100-7 3.5 3.5 0 000 7m.354-1.646a.5.5 0 01-.722-.016l-1.149-1.25a.5.5 0 11.737-.676l.28.305V11a.5.5 0 011 0v1.793l.396-.397a.5.5 0 01.708.708z" })); exports.default = SendArrowDown;