iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 824 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 CirclesThreePlusLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M80 42a38 38 0 1038 38 38 38 0 00-38-38zm0 64a26 26 0 1126-26 26 26 0 01-26 26zm96 12a38 38 0 10-38-38 38 38 0 0038 38zm0-64a26 26 0 11-26 26 26 26 0 0126-26zm-96 84a38 38 0 1038 38 38 38 0 00-38-38zm0 64a26 26 0 1126-26 26 26 0 01-26 26zm134-26a6 6 0 01-6 6h-26v26a6 6 0 01-12 0v-26h-26a6 6 0 010-12h26v-26a6 6 0 0112 0v26h26a6 6 0 016 6z" }));
exports.default = CirclesThreePlusLight;