UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 618 B
"use strict"; 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 LinkIcon = (props) => React.createElement("svg", { "aria-label": "link icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M16 6h-3v1.9h3a4.1 4.1 0 1 1 0 8.2h-3V18h3a6 6 0 0 0 0-12zM3.9 12A4.1 4.1 0 0 1 8 7.9h3V6H8a6 6 0 0 0 0 12h3v-1.9H8c-2.26 0-4.1-1.84-4.1-4.1zM8 13h8v-2H8v2z" })); exports.default = LinkIcon;