iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.01 kB
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 Magic = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0a29.658 29.658 0 01-3.611 3.53A27.326 27.326 0 019.729 12c0 2.948-.47 5.792-1.34 8.47A29.658 29.658 0 0112 24a29.658 29.658 0 013.611-3.53 27.326 27.326 0 01-1.34-8.47c0-2.948.47-5.792 1.34-8.47A29.658 29.658 0 0112 0zm6.109 5.381A27.362 27.362 0 0017.3 12c0 2.278.28 4.494.809 6.619a30.696 30.696 0 014.391-2.424A13.662 13.662 0 0121.843 12c0-1.46.23-2.868.657-4.195a30.698 30.698 0 01-4.391-2.424zm-12.218 0A30.7 30.7 0 011.5 7.805 13.67 13.67 0 012.157 12c0 1.46-.23 2.868-.657 4.195a30.696 30.696 0 014.391 2.424C6.42 16.494 6.7 14.278 6.7 12c0-2.278-.28-4.494-.809-6.619z" }));
exports.default = Magic;