iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 810 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 BehanceLogoThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M108.16 122.74A34 34 0 0090 60H32a4 4 0 00-4 4v128a4 4 0 004 4h62a38 38 0 0014.16-73.26zM36 68h54a26 26 0 010 52H36zm58 120H36v-60h58a30 30 0 010 60zm70-108a4 4 0 014-4h64a4 4 0 010 8h-64a4 4 0 01-4-4zm36 28a44 44 0 1035.2 70.41 4 4 0 00-6.4-4.81 36 36 0 01-64.58-17.6H240a4 4 0 004-4 44.05 44.05 0 00-44-44zm-35.78 40a36 36 0 0171.56 0z" }));
exports.default = BehanceLogoThin;