iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 716 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 CirclesThreeThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M168 76a40 40 0 10-40 40 40 40 0 0040-40zm-40 32a32 32 0 1132-32 32 32 0 01-32 32zm60 24a40 40 0 1040 40 40 40 0 00-40-40zm0 72a32 32 0 1132-32 32 32 0 01-32 32zM68 132a40 40 0 1040 40 40 40 0 00-40-40zm0 72a32 32 0 1132-32 32 32 0 01-32 32z" }));
exports.default = CirclesThreeThin;