iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.03 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", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-magic", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M9.5 2.672a.5.5 0 101 0V.843a.5.5 0 00-1 0zm4.5.035A.5.5 0 0013.293 2L12 3.293a.5.5 0 10.707.707zM7.293 4A.5.5 0 108 3.293L6.707 2A.5.5 0 006 2.707zm-.621 2.5a.5.5 0 100-1H4.843a.5.5 0 100 1zm8.485 0a.5.5 0 100-1h-1.829a.5.5 0 000 1zM13.293 10A.5.5 0 1014 9.293L12.707 8a.5.5 0 10-.707.707zM9.5 11.157a.5.5 0 001 0V9.328a.5.5 0 00-1 0zm1.854-5.097a.5.5 0 000-.706l-.708-.708a.5.5 0 00-.707 0L8.646 5.94a.5.5 0 000 .707l.708.708a.5.5 0 00.707 0l1.293-1.293zm-3 3a.5.5 0 000-.706l-.708-.708a.5.5 0 00-.707 0L.646 13.94a.5.5 0 000 .707l.708.708a.5.5 0 00.707 0z" }));
exports.default = Magic;