UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

21 lines (17 loc) 1.31 kB
"use strict"; exports.__esModule = true; var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var IconBase = require("../IconBase"); var FaBehanceSquare = function FaBehanceSquare(props) { return React.createElement( IconBase, _extends({ viewBox: "0 0 1536 1896.0833" }, props), React.createElement( "g", null, React.createElement("path", { d: "m1248 128q119 0 203.5 84.5t84.5 203.5v960q0 119-84.5 203.5t-203.5 84.5h-960q-119 0-203.5-84.5t-84.5-203.5v-960q0-119 84.5-203.5t203.5-84.5h960z m-749 367h-371v787h382q117 0 197-57.5t80-170.5q0-158-143-200 107-52 107-164 0-57-19.5-96.5t-56.5-60.5-79-29.5-97-8.5z m-22 318h-176v-184h163q119 0 119 90 0 94-106 94z m9 335h-185v-217h189q124 0 124 113 0 104-128 104z m650 32q-68 0-104-38t-36-107h411q1-10 1-30 0-132-74.5-220.5t-203.5-88.5q-128 0-210 86t-82 216q0 135 79 217t213 82q205 0 267-191h-138q-11 34-47.5 54t-75.5 20z m-10-366q113 0 124 122h-254q4-56 39-89t91-33z m-162-266h319v77h-319v-77z" }) ) ); }; exports["default"] = FaBehanceSquare; module.exports = exports["default"];