iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 726 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 CirclesThree = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
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 = CirclesThree;