iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 968 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 Bukalapak = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M10.976 23.845a3.158 3.158 0 11-1.95-6.008 3.158 3.158 0 011.95 6.008zm6.554-2.883c4.047-1.315 7.315-5.981 5.689-10.984-1.626-5.003-7.012-6.856-11.058-5.541a1.89 1.89 0 00-1.252 2.249l.414 1.682a1.892 1.892 0 002.42 1.348l.162-.053c1.861-.606 3.592.504 4.071 2.019.505 1.507-.244 3.422-2.106 4.027l-.162.054a1.891 1.891 0 00-1.166 2.512l.653 1.604a1.89 1.89 0 002.335 1.083zm-6.962-7.982L7.841 1.752A2.3 2.3 0 004.897.113l-2.952.959A2.3 2.3 0 00.526 4.128L4.92 14.815a2.3 2.3 0 002.841 1.318l1.285-.417a2.298 2.298 0 001.522-2.736z" }));
exports.default = Bukalapak;