iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 730 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 Link = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-link", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M6.354 5.5H4a3 3 0 000 6h3a3 3 0 002.83-4H9q-.13 0-.25.031A2 2 0 017 10.5H4a2 2 0 110-4h1.535c.218-.376.495-.714.82-1z" }),
React.createElement("path", { d: "M9 5.5a3 3 0 00-2.83 4h1.098A2 2 0 019 6.5h3a2 2 0 110 4h-1.535a4 4 0 01-.82 1H12a3 3 0 100-6z" }));
exports.default = Link;