iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 682 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 AnchorSimple = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 112h-24a8 8 0 000 16h15.64A88.15 88.15 0 01136 207.63V95a32 32 0 10-16 0v112.63A88.15 88.15 0 0140.36 128H56a8 8 0 000-16H32a8 8 0 00-8 8 104 104 0 00208 0 8 8 0 00-8-8zM112 64a16 16 0 1116 16 16 16 0 01-16-16z" }));
exports.default = AnchorSimple;