iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 922 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 CirclesThreeDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 112a36 36 0 1136-36 36 36 0 01-36 36zm60 24a36 36 0 1036 36 36 36 0 00-36-36zm-120 0a36 36 0 1036 36 36 36 0 00-36-36z", opacity: ".2" }),
React.createElement("path", { d: "M172 76a44 44 0 10-44 44 44.05 44.05 0 0044-44zm-44 28a28 28 0 1128-28 28 28 0 01-28 28zm60 24a44 44 0 1044 44 44.05 44.05 0 00-44-44zm0 72a28 28 0 1128-28 28 28 0 01-28 28zM68 128a44 44 0 1044 44 44.05 44.05 0 00-44-44zm0 72a28 28 0 1128-28 28 28 0 01-28 28z" }));
exports.default = CirclesThreeDuotone;