iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 689 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 AnchorSimpleThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 116h-24a4 4 0 000 8h19.91A92.13 92.13 0 01132 211.91V91.71a28 28 0 10-8 0v120.2A92.13 92.13 0 0136.09 124H56a4 4 0 000-8H32a4 4 0 00-4 4 100 100 0 00200 0 4 4 0 00-4-4zM108 64a20 20 0 1120 20 20 20 0 01-20-20z" }));
exports.default = AnchorSimpleThin;