iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 878 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 Followers = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("g", { fill: "currentColor", fillRule: "evenodd" },
React.createElement("path", { d: "M5 14c0-1.105.902-2 2.009-2h7.982c1.11 0 2.009.894 2.009 2.006v4.44c0 3.405-12 3.405-12 0V14z" }),
React.createElement("circle", { cx: "11", cy: "7", r: "4" }),
React.createElement("path", { d: "M17.293 9.293a1 1 0 1 0 1.414 1.414l1.996-1.996a.999.999 0 0 0 0-1.422l-1.996-1.996a1 1 0 0 0-1.414 1.414L18.586 8l-1.293 1.293z", fillRule: "nonzero" })));
exports.default = Followers;