iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.87 kB
JavaScript
;
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 Behance = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.969 16.927a2.561 2.561 0 001.901.677 2.501 2.501 0 001.531-.475c.362-.235.636-.584.779-.99h2.585a5.091 5.091 0 01-1.9 2.896 5.292 5.292 0 01-3.091.88 5.839 5.839 0 01-2.284-.433 4.871 4.871 0 01-1.723-1.211 5.657 5.657 0 01-1.08-1.874 7.057 7.057 0 01-.383-2.393c-.005-.8.129-1.595.396-2.349a5.313 5.313 0 015.088-3.604 4.87 4.87 0 012.376.563c.661.362 1.231.87 1.668 1.485a6.2 6.2 0 01.943 2.133c.194.821.263 1.666.205 2.508h-7.699c-.063.79.184 1.574.688 2.187zM6.947 4.084a8.065 8.065 0 011.928.198 4.29 4.29 0 011.49.638c.418.303.748.711.958 1.182.241.579.357 1.203.341 1.83a3.506 3.506 0 01-.506 1.961 3.726 3.726 0 01-1.503 1.287 3.588 3.588 0 012.027 1.437c.464.747.697 1.615.67 2.494a4.593 4.593 0 01-.423 2.032 3.945 3.945 0 01-1.163 1.413 5.114 5.114 0 01-1.683.807 7.135 7.135 0 01-1.928.259H0V4.084h6.947zm-.235 12.9c.308.004.616-.029.916-.099a2.18 2.18 0 00.766-.332c.228-.158.411-.371.534-.619.142-.317.208-.663.191-1.009a2.08 2.08 0 00-.642-1.715 2.618 2.618 0 00-1.696-.505h-3.54v4.279h3.471zm13.635-5.967a2.13 2.13 0 00-1.654-.619 2.336 2.336 0 00-1.163.259 2.474 2.474 0 00-.738.62 2.359 2.359 0 00-.396.792c-.074.239-.12.485-.137.734h4.769a3.239 3.239 0 00-.679-1.785l-.002-.001zm-13.813-.648a2.254 2.254 0 001.423-.433c.399-.355.607-.88.56-1.413a1.916 1.916 0 00-.178-.891 1.298 1.298 0 00-.495-.533 1.851 1.851 0 00-.711-.274 3.966 3.966 0 00-.835-.073H3.241v3.631h3.293v-.014zM21.62 5.122h-5.976v1.527h5.976V5.122z" }));
exports.default = Behance;