UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 859 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 SendExclamation = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-send-exclamation", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M15.964.686a.5.5 0 00-.65-.65L.767 5.855a.75.75 0 00-.124 1.329l4.995 3.178 1.531 2.406a.5.5 0 00.844-.536L6.637 10.07l7.494-7.494-1.895 4.738a.5.5 0 10.928.372zm-2.54 1.183L5.93 9.363 1.591 6.602z" }), React.createElement("path", { d: "M12.5 16a3.5 3.5 0 100-7 3.5 3.5 0 000 7m.5-5v1.5a.5.5 0 01-1 0V11a.5.5 0 011 0m0 3a.5.5 0 11-1 0 .5.5 0 011 0" })); exports.default = SendExclamation;