iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 605 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 Asana = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.78 12.653a5.22 5.22 0 100 10.44 5.22 5.22 0 000-10.44zm-13.56 0a5.22 5.22 0 10.001 10.439 5.22 5.22 0 00-.001-10.439zm12-6.525a5.22 5.22 0 11-10.44 0 5.22 5.22 0 0110.44 0z" }));
exports.default = Asana;