iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 802 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", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.35 7.12A4.355 4.355 0 0112 11.47a4.355 4.355 0 01-4.35-4.35A4.355 4.355 0 0112 2.77a4.312 4.312 0 014.35 4.35zm-10 5.41A4.355 4.355 0 002 16.88a4.355 4.355 0 004.35 4.35 4.355 4.355 0 004.349-4.35 4.334 4.334 0 00-4.35-4.35zm11.3 0a4.355 4.355 0 00-4.349 4.35 4.355 4.355 0 004.35 4.35A4.355 4.355 0 0022 16.88a4.334 4.334 0 00-4.35-4.35z", fill: "#323544" }));
exports.default = Asana;