UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 851 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 AnchorThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M216 140a4 4 0 00-4 4c0 28.94-19 34.13-41.05 40.14-14.29 3.9-29.82 8.14-38.95 20.24V124h36a4 4 0 000-8h-36V83.71a28 28 0 10-8 0V116H88a4 4 0 000 8h36v80.38c-9.13-12.1-24.66-16.34-38.95-20.24-22-6-41-11.2-41-40.14a4 4 0 00-8 0c0 35.06 24.94 41.86 47 47.86S124 203.06 124 232a4 4 0 008 0c0-28.94 19-34.13 41.05-40.14S220 179.06 220 144a4 4 0 00-4-4zM108 56a20 20 0 1120 20 20 20 0 01-20-20z" })); exports.default = AnchorThin;