iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 704 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 AnchorSimpleBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 108h-24a12 12 0 000 24h11.15A84.21 84.21 0 01140 203.14V97.94a36 36 0 10-24 0v105.2A84.21 84.21 0 0144.85 132H56a12 12 0 000-24H32a12 12 0 00-12 12 108 108 0 00216 0 12 12 0 00-12-12zm-96-56a12 12 0 11-12 12 12 12 0 0112-12z" }));
exports.default = AnchorSimpleBold;