UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 935 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 Link = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.4 3h3.085a3.4 3.4 0 013.4 3.4v.205A3.4 3.4 0 017.485 10H7V9h.485A2.4 2.4 0 009.88 6.61V6.4A2.4 2.4 0 007.49 4H4.4A2.4 2.4 0 002 6.4v.205A2.394 2.394 0 004 8.96v1a3.4 3.4 0 01-3-3.35V6.4A3.405 3.405 0 014.4 3zM12 7.04v-1a3.4 3.4 0 013 3.36v.205A3.405 3.405 0 0111.605 13h-3.09A3.4 3.4 0 015.12 9.61V9.4A3.4 3.4 0 018.515 6H9v1h-.485A2.4 2.4 0 006.12 9.4v.205A2.4 2.4 0 008.515 12h3.09A2.4 2.4 0 0014 9.61V9.4a2.394 2.394 0 00-2-2.36z", fill: "#C5C5C5" })); exports.default = Link;