iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 939 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 Adonis = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 21c-7.259 0-9-1.741-9-9s1.741-9 9-9 9 1.741 9 9-1.741 9-9 9zM9.452 7.454L6.63 13.87c-.128.311-.238.715-.238 1.063 0 1.595 1.118 2.713 2.713 2.713.522 0 .956-.138 1.398-.277.456-.145.92-.292 1.498-.292.584 0 1.037.146 1.485.29.437.14.868.279 1.411.279 1.595 0 2.713-1.119 2.713-2.713 0-.348-.11-.752-.238-1.063l-2.823-6.416C14.07 6.373 13.155 5.786 12 5.786s-2.071.587-2.548 1.668zm-.238 7.424L12 8.572l2.75 6.306c-.789-.385-1.778-.568-2.75-.568-1.008 0-1.961.183-2.786.568z", fill: "#323544" }));
exports.default = Adonis;