UNPKG

@astraicons/react

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

21 lines 1.88 kB
import * as React from "react"; function BehanceIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "M7.79 5.404c.54-.01 1.08.045 1.606.165.444.096.865.277 1.242.53.348.253.623.593.798.986.2.483.298 1.002.284 1.525a2.93 2.93 0 0 1-.421 1.634 3.1 3.1 0 0 1-1.253 1.072c.687.186 1.287.61 1.69 1.198.386.623.58 1.346.558 2.079a3.84 3.84 0 0 1-.353 1.693 3.3 3.3 0 0 1-.969 1.177 4.3 4.3 0 0 1-1.402.673 6 6 0 0 1-1.608.216H2V5.404zm-.345 5.237c.425.017.843-.11 1.186-.36a1.41 1.41 0 0 0 .467-1.178 1.6 1.6 0 0 0-.149-.743 1.1 1.1 0 0 0-.412-.444 1.55 1.55 0 0 0-.593-.229 3.3 3.3 0 0 0-.695-.06H4.7v3.025h2.744zm.149 5.512q.386.006.763-.082c.228-.05.445-.144.638-.277.19-.132.343-.31.445-.516a1.8 1.8 0 0 0 .16-.84 1.73 1.73 0 0 0-.536-1.43c-.408-.3-.908-.449-1.413-.42H4.7v3.565zM16.14 16.106a2.13 2.13 0 0 0 1.585.564c.457.011.906-.128 1.276-.396.301-.196.53-.486.65-.825h2.153c-.23.965-.79 1.82-1.584 2.414a4.4 4.4 0 0 1-2.575.732 4.9 4.9 0 0 1-1.904-.36 4.1 4.1 0 0 1-1.435-1.01 4.7 4.7 0 0 1-.9-1.56 5.9 5.9 0 0 1-.32-1.995 5.8 5.8 0 0 1 .33-1.958 4.42 4.42 0 0 1 4.24-3.003 4.06 4.06 0 0 1 1.98.469 4.16 4.16 0 0 1 1.39 1.237c.373.538.64 1.141.787 1.778.161.684.219 1.389.17 2.09h-6.416a2.55 2.55 0 0 0 .574 1.822m2.816-4.925a1.78 1.78 0 0 0-1.379-.516 1.95 1.95 0 0 0-.969.216c-.236.13-.445.306-.615.516-.15.198-.262.422-.33.66q-.092.3-.114.612h3.974a2.7 2.7 0 0 0-.566-1.487zM20.017 6.268h-4.98v1.273h4.98z" })); } const ForwardRef = React.forwardRef(BehanceIcon); export default ForwardRef;