iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.11 kB
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 BrandBunpo = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-bunpo", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M3.9 7.205a17.764 17.764 0 004.008 2.753 7.917 7.917 0 004.57.567c1.5-.33 2.907-1 4.121-1.956a12.107 12.107 0 002.892-2.903c.603-.94.745-1.766.484-2.231-.261-.465-.927-.568-1.72-.257a7.564 7.564 0 00-2.608 2.034 18.425 18.425 0 00-2.588 3.884 34.927 34.927 0 00-2.093 5.073 12.908 12.908 0 00-.677 3.515c-.07.752.07 1.51.405 2.184.323.562 1.06 1.132 2.343 1.132 3.474 0 5.093-3.53 5.463-5.62.24-1.365-.085-3.197-1.182-4.01" }));
exports.default = BrandBunpo;