iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 818 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 CirclesThreePlusThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M80 44a36 36 0 1036 36 36 36 0 00-36-36zm0 64a28 28 0 1128-28 28 28 0 01-28 28zm96 8a36 36 0 10-36-36 36 36 0 0036 36zm0-64a28 28 0 11-28 28 28 28 0 0128-28zm-96 88a36 36 0 1036 36 36 36 0 00-36-36zm0 64a28 28 0 1128-28 28 28 0 01-28 28zm132-28a4 4 0 01-4 4h-28v28a4 4 0 01-8 0v-28h-28a4 4 0 010-8h28v-28a4 4 0 018 0v28h28a4 4 0 014 4z" }));
exports.default = CirclesThreePlusThin;