iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 820 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 MediumAlt = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M7.645 6.322c3.13 0 5.645 2.549 5.645 5.678s-2.548 5.677-5.645 5.677C4.548 17.677 2 15.13 2 12c0-3.13 2.548-5.678 5.645-5.678zm9 .323c1.549 0 2.807 2.42 2.807 5.355 0 2.967-1.259 5.355-2.807 5.355S13.84 14.935 13.84 12c0-2.936 1.258-5.355 2.806-5.355zm4.355.58c.548 0 1 2.13 1 4.775 0 2.645-.452 4.774-1 4.774s-1-2.13-1-4.774c0-2.645.452-4.775 1-4.775z", fill: "#323544" }));
exports.default = MediumAlt;