iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.7 kB
JavaScript
;
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 Xrp = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.72 22c-1.684 0-3.301-.858-4.192-2.377a4.534 4.534 0 01-.363-3.96c.132-.396.099-.925-.198-1.123-.33-.198-.826.033-1.09.364a4.901 4.901 0 01-3.63 1.617c-2.674 0-4.852-2.146-4.852-4.753 0-2.608 2.145-4.753 4.819-4.753 1.518 0 2.97.726 3.894 1.914.165.231.495.43.76.33.297-.132.396-.627.264-1.023-.43-1.287-.264-2.674.429-3.862 1.32-2.277 4.29-3.036 6.601-1.75A4.772 4.772 0 0121.44 5.53a4.588 4.588 0 01-.495 3.598c-.76 1.287-2.047 2.113-3.532 2.31-.33.1-.66.33-.66.595 0 .264.33.495.627.528a4.873 4.873 0 013.532 2.31c.66 1.09.825 2.377.495 3.598a4.577 4.577 0 01-2.278 2.905c-.759.429-1.584.627-2.41.627zm-5.017-9.01c.363 0 .693.098 1.023.296.99.627 1.188 1.915.825 2.872a3.134 3.134 0 00.264 2.706c.924 1.585 3.004 2.113 4.588 1.189.792-.43 1.32-1.156 1.551-2.014a3.159 3.159 0 00-.33-2.442 3.326 3.326 0 00-2.442-1.618c-1.09-.132-1.915-.99-1.915-1.98s.826-1.849 1.915-1.98c1.023-.133 1.947-.727 2.442-1.618.43-.76.561-1.617.33-2.442-.23-.859-.792-1.552-1.551-2.014-1.617-.891-3.664-.33-4.588 1.221a3.35 3.35 0 00-.297 2.641c.33 1.056.033 2.41-1.09 2.872-.858.363-1.88 0-2.508-.826-.627-.825-1.65-1.32-2.706-1.32-1.849 0-3.367 1.452-3.367 3.268 0 1.815 1.518 3.268 3.367 3.268.957 0 1.881-.397 2.541-1.123.462-.56 1.188-.957 1.948-.957z", fill: "#323544" }));
exports.default = Xrp;