UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 884 B
"use strict"; 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 BehanceLogoBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M117.82 121.39A42 42 0 0086 52H32a12 12 0 00-12 12v128a12 12 0 0012 12h58a46 46 0 0027.82-82.61zM44 76h42a18 18 0 010 36H44zm46 104H44v-44h46a22 22 0 010 44zm66-104a12 12 0 0112-12h64a12 12 0 010 24h-64a12 12 0 01-12-12zm44 24a52 52 0 000 104 51.45 51.45 0 0022.7-5.21 12 12 0 10-10.49-21.58A27.73 27.73 0 01200 180a28.05 28.05 0 01-25.3-16H240a12 12 0 0012-12 52.06 52.06 0 00-52-52zm-25.3 40a28 28 0 0150.6 0z" })); exports.default = BehanceLogoBold;