iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 789 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 CirclesFourThin = (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 28zm96-64a36 36 0 1036 36 36 36 0 00-36-36zm0 64a28 28 0 1128-28 28 28 0 01-28 28z" }));
exports.default = CirclesFourThin;