iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 650 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 AnchorSimpleFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 120a104 104 0 01-208 0 8 8 0 018-8h24a8 8 0 010 16H40.36A88.15 88.15 0 00120 207.63V90.83a28 28 0 1116 0v116.8A88.15 88.15 0 00215.64 128H200a8 8 0 010-16h24a8 8 0 018 8z" }));
exports.default = AnchorSimpleFill;