iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.57 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 Unlink2AngularEft = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.99 10.181a2.25 2.25 0 00-.127-3.045L10.12 3.392a2.25 2.25 0 00-3.182 0L3.155 7.175a2.25 2.25 0 000 3.182L6.9 14.101a2.25 2.25 0 003.045.126l4.046-4.046zm-2.549.438l-1.243-1.243a.75.75 0 00-1.061 1.06l1.243 1.244-1.36 1.36a.75.75 0 01-1.06 0L4.215 9.296a.75.75 0 010-1.06l3.782-3.783a.75.75 0 011.061 0l3.744 3.744a.75.75 0 010 1.06L11.44 10.62zM13.557 12.735l-1.06 1.06.005.006-1.36 1.36a2.25 2.25 0 000 3.182l3.74 3.74a2.25 2.25 0 003.181 0l3.783-3.783a2.25 2.25 0 000-3.182l-3.74-3.74a2.25 2.25 0 00-3.182 0l-1.361 1.363-.006-.006zm-1.355 3.487l1.36-1.36 1.232 1.231a.75.75 0 001.06-1.06l-1.23-1.232 1.361-1.362a.75.75 0 011.06 0l3.74 3.74a.75.75 0 010 1.06l-3.782 3.783a.75.75 0 01-1.061 0l-3.74-3.74a.75.75 0 010-1.06zM7.015 22.167a.75.75 0 01-.53-.919l.454-1.692a.75.75 0 111.448.389l-.453 1.692a.75.75 0 01-.919.53zM3.655 17.358a.75.75 0 00.388 1.449l1.693-.454a.75.75 0 00-.389-1.449l-1.692.454zM21.993 7.189a.75.75 0 00-.918-.53l-1.693.453a.75.75 0 00.388 1.449l1.693-.454a.75.75 0 00.53-.918zM17.184 3.829a.75.75 0 111.449.388l-.454 1.692a.75.75 0 11-1.449-.388l.454-1.692z", fill: "#323544" }));
exports.default = Unlink2AngularEft;