iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 931 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 Medium = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 5.519 4.48 10 10 10s10-4.481 10-10zm-8.996 0c0 2.458-1.98 4.45-4.42 4.45-2.442 0-4.421-1.992-4.421-4.45s1.98-4.451 4.42-4.451c2.442 0 4.421 1.993 4.421 4.45zm4.85 0c0 2.314-.99 4.19-2.21 4.19-1.222 0-2.211-1.876-2.211-4.19 0-2.314.99-4.19 2.21-4.19s2.21 1.875 2.21 4.19zm1.983 0c0 2.072-.348 3.754-.777 3.754-.43 0-.778-1.681-.778-3.754s.348-3.754.778-3.754c.429 0 .777 1.68.777 3.754z", fill: "#323544" }));
exports.default = Medium;