iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 706 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 Astra = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0A12 12 0 000 12a12 12 0 0012 12 12 12 0 0012-12A12 12 0 0012 0m-.145 5.323l1.452 2.903c-1.646 3.32-3.29 6.648-4.936 9.967H5.758l6.097-12.87m2.71 5.322c1.229 2.516 2.448 5.032 3.677 7.548h-2.806c-.32-.745-.649-1.48-.968-2.225H12l.048-.097c.842-1.742 1.675-3.484 2.517-5.226" }));
exports.default = Astra;