UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 1.32 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function DribbbleIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "dribbble logo", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M15 13.17c.5-.07 1-.11 1.58-.11h.02c.93 0 1.95.12 3.06.37a7.788 7.788 0 0 1-3.24 4.99A57.5 57.5 0 0 0 15 13.17Zm-7.64 5.09c.28-.45.87-1.32 1.82-2.22.96-.93 2.32-1.89 4.05-2.46.59 1.67 1.13 3.57 1.54 5.71-.86.33-1.77.51-2.77.51-1.74 0-3.34-.57-4.64-1.54ZM4.2 11.89c.22.01.51.01.85.01 1.57-.01 4.31-.14 7.09-1.01.15.33.3.67.45 1.03-1.86.62-3.32 1.61-4.4 2.58-1.03.96-1.74 1.89-2.15 2.5a7.704 7.704 0 0 1-1.84-5v-.11Zm7.14-2.64c-2.34.71-4.73.87-6.16.87h-.12c-.25 0-.46 0-.63-.01C5 7.87 6.5 6 8.55 5c.55.65 1.63 2.06 2.79 4.25Zm5.52-3.34C15.84 7.14 14.5 8 13.03 8.65 12 6.67 11 5.25 10.34 4.38c.54-.11 1.09-.18 1.66-.18 1.84 0 3.53.64 4.86 1.71Zm2.93 5.72a15.32 15.32 0 0 0-3.19-.35c-.81 0-1.56.07-2.27.19-.17-.42-.33-.82-.52-1.21 1.58-.69 3.09-1.68 4.32-3.08a7.823 7.823 0 0 1 1.66 4.45ZM2 12A10 10 0 1 0 12 2C6.477 2 2 6.477 2 12Z", clipRule: "evenodd" }) }); } exports.default = DribbbleIcon;