iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 825 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 Akaunting = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15.146 18.673a7.352 7.352 0 01-3.148.704 7.344 7.344 0 01-4.538-1.561l-3.013 3.511A11.956 11.956 0 0011.998 24c1.913 0 3.721-.448 5.326-1.244l-2.178-4.083zm4.229 2.792V24h4.623V12c0-6.627-5.372-12-12-12C5.473 0 .165 5.208.002 11.693h4.626a7.377 7.377 0 1111.034 6.711l2.177 4.081a12 12 0 001.536-1.02zM7.016 17.44a7.352 7.352 0 01-2.389-5.165H.002a11.97 11.97 0 004.002 8.675l3.012-3.51z" }));
exports.default = Akaunting;