iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 806 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 Prdotco = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 4.67a7.298 7.298 0 015.183 2.147 7.267 7.267 0 011.898 3.285l1.79-1.79a1.832 1.832 0 012.592 2.59l-6.28 6.281A7.307 7.307 0 0112 19.33a7.307 7.307 0 01-5.183-2.147 7.293 7.293 0 01-1.898-3.285l-1.791 1.79a1.832 1.832 0 11-2.591-2.59c2.092-2.094 4.19-4.19 5.95-5.951C8.183 5.287 10.258 4.672 12 4.67zm2.592 4.738a3.666 3.666 0 10-5.184 5.185 3.666 3.666 0 005.184-5.185z" }));
exports.default = Prdotco;