iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 888 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 AnchorLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M216 138a6 6 0 00-6 6c0 26.09-15 31.52-39.58 38.21-12.42 3.39-26.63 7.26-36.42 16.95V126h34a6 6 0 000-12h-34V85.4a30 30 0 10-12 0V114H88a6 6 0 000 12h34v73.16c-9.79-9.69-24-13.56-36.42-16.95C61 175.52 46 170.09 46 144a6 6 0 00-12 0c0 36.58 26.85 43.91 48.42 49.79C107 200.48 122 205.91 122 232a6 6 0 0012 0c0-26.09 15-31.52 39.58-38.21C195.15 187.91 222 180.58 222 144a6 6 0 00-6-6zM110 56a18 18 0 1118 18 18 18 0 01-18-18z" }));
exports.default = AnchorLight;