UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.31 kB
"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 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.956 7.456L12.91 12.5c-.023.023-.052.039-.075.061-.038.042-.072.086-.111.126l-.02-.02c-1.118.927-2.85.97-3.906.092-.036-.023-.075-.04-.108-.072l-.064-.064-.678-.679-.467-.466a.57.57 0 1 1 .806-.807l.403.403.01-.009c.018.022.033.052.054.073l.68.678c.63.632 1.978.57 2.67-.122l1.416-1.416 3.629-3.63c.65-.65.626-1.816-.053-2.495l-1.484-1.485c-.68-.68-1.846-.703-2.496-.054l-.392.393-1.21 1.21a.57.57 0 1 1-.808-.807l1.21-1.21.393-.392c1.1-1.1 2.98-1.075 4.11.054l1.484 1.484c1.128 1.128 1.152 3.009.053 4.109zm-6.04.391l.404.404a.57.57 0 1 1-.806.807l-.404-.405-.807-.806a1.713 1.713 0 0 0-2.42 0l-5.242 5.244a1.713 1.713 0 0 0 0 2.42l1.613 1.613a1.713 1.713 0 0 0 2.42 0l.403-.403 1.21-1.21a.57.57 0 0 1 .806.807l-1.21 1.21-.402.403a2.856 2.856 0 0 1-4.034 0l-1.613-1.613a2.855 2.855 0 0 1 0-4.033l5.243-5.244a2.853 2.853 0 0 1 4.033 0l.806.806z", fill: "#000", fillRule: "evenodd" })); exports.default = Link;