iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 796 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 BehanceLogo = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M160 80a8 8 0 018-8h64a8 8 0 010 16h-64a8 8 0 01-8-8zm-24 78a42 42 0 01-42 42H32a8 8 0 01-8-8V64a8 8 0 018-8h58a38 38 0 0125.65 66A42 42 0 01136 158zm-96-42h50a22 22 0 000-44H40zm80 42a26 26 0 00-26-26H40v52h54a26 26 0 0026-26zm128-6a8 8 0 01-8 8h-71a32 32 0 0056.59 11.2 8 8 0 0112.8 9.61A48 48 0 11248 152zm-17-8a32 32 0 00-62 0z" }));
exports.default = BehanceLogo;