@icongo/sti
Version:
Super Tiny Icons
29 lines (28 loc) • 1.43 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIBehance = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIBehance = function STIBehance(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Behance",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#4175fa",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M346.1 211.9c-73.4 0-73.5 73.1-73.5 73.5 0 0-5 73.2 73.5 73.2 0 0 65.5 3.7 65.5-50.9H378s1.1 20.6-30.7 20.6c0 0-33.6 2.2-33.6-33.2h99.1s10.9-83.1-66.6-83.1zm-32.9 57.5s4.1-29.4 33.6-29.4c29.6 0 29.1 29.4 29.1 29.4h-62.8zm-84-18.8s29.1-2.1 29.1-36.4c0-34.2-23.8-50.9-54.1-50.9h-99.6v191.4h99.5s60.8 1.9 60.8-56.5c0 0 2.6-47.5-35.8-47.5zm-80.6-53.4h55.7s13.5 0 13.5 19.9-7.9 22.8-16.9 22.8h-52.2v-42.7zm52.9 123.4h-52.9v-51.2h55.7s20.2-.2 20.1 26.4c0 22.4-15 24.7-22.9 24.9zM305 174.5v23.6h79v-23.6h-79z"
})]
}));
};
exports.STIBehance = STIBehance;