iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 615 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 CirclesThreeFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 120a44 44 0 1144-44 44.05 44.05 0 01-44 44zm60 8a44 44 0 1044 44 44.05 44.05 0 00-44-44zm-120 0a44 44 0 1044 44 44.05 44.05 0 00-44-44z" }));
exports.default = CirclesThreeFill;