iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 881 B
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 LocationArrowRight = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.565 12.785c-1.916-.768-1.873-3.497.068-4.203L18.63 3.486c1.796-.654 3.538 1.088 2.884 2.884l-5.096 13.997c-.706 1.94-3.435 1.984-4.203.067l-2.069-5.163a.75.75 0 00-.417-.417l-5.164-2.07zm.58-2.794c-.646.236-.66 1.145-.022 1.401l5.164 2.07a2.25 2.25 0 011.251 1.251l2.07 5.164c.256.638 1.165.624 1.4-.023l5.096-13.997a.75.75 0 00-.961-.961L5.146 9.99z", fill: "#323544" }));
exports.default = LocationArrowRight;