iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.19 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 Link2AngularRight = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.102 14.1a2.25 2.25 0 01-3.182 0l-1.362-1.362-1.06 1.06 1.361 1.363a2.25 2.25 0 010 3.182l-3.74 3.74a2.25 2.25 0 01-3.181 0l-3.783-3.784a2.25 2.25 0 010-3.181l3.74-3.74a2.25 2.25 0 013.181 0l1.36 1.36 1.062-1.061-1.36-1.36a2.25 2.25 0 010-3.182l3.743-3.744a2.25 2.25 0 013.182 0l3.783 3.783a2.25 2.25 0 010 3.182L18.102 14.1zm-7.726-.301l-1.36-1.36a.75.75 0 00-1.06 0l-3.74 3.74a.75.75 0 000 1.06l3.783 3.783a.75.75 0 001.06 0l3.74-3.74a.75.75 0 000-1.06l-1.362-1.363-1.232 1.232a.75.75 0 11-1.06-1.06l1.23-1.232zm5.605-.76a.75.75 0 001.06 0l3.744-3.744a.75.75 0 000-1.06l-3.782-3.783a.75.75 0 00-1.061 0l-3.744 3.744a.75.75 0 000 1.06l1.36 1.36 1.243-1.243a.75.75 0 011.06 1.06l-1.242 1.244 1.362 1.362z", fill: "#323544" }));
exports.default = Link2AngularRight;