UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 903 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 BehanceLogoFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M92 120H64V96h28a12 12 0 010 24zm4 16H64v32h32a16 16 0 000-32zm80-16a24 24 0 00-22.62 16h45.24A24 24 0 00176 120zm64-64v144a16 16 0 01-16 16H32a16 16 0 01-16-16V56a16 16 0 0116-16h192a16 16 0 0116 16zm-96 32a8 8 0 008 8h48a8 8 0 000-16h-48a8 8 0 00-8 8zm-16 64a32 32 0 00-14.13-26.53A28 28 0 0092 80H56a8 8 0 00-8 8v88a8 8 0 008 8h40a32 32 0 0032-32zm88-8a40 40 0 10-13.54 30 8 8 0 00-10.59-12 24 24 0 01-38.49-10H208a8 8 0 008-8z" })); exports.default = BehanceLogoFill;