UNPKG

@icongo/sti

Version:
34 lines (33 loc) 1.47 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIDribbble = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIDribbble = function STIDribbble(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Dribble", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 256, cy: 256, r: 192, fill: "#c32361" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#ea4c89", d: "M383 153a163 163 0 0 1 37 102c-6-1-60-13-114-6l-15-32c61-25 88-60 92-64zm-18-19c-3 4-28 37-86 59a885 885 0 0 0-62-96c57-14 113 5 148 37zm-179-26a1035 1035 0 0 1 61 94c-77 21-144 20-152 20a165 165 0 0 1 91-114zM92 251c7 0 87 1 168-23l14 28c-72 21-116 72-140 110a164 164 0 0 1-42-115zm63 135c3-6 38-72 130-103 18 42 33 108 35 124-36 17-104 25-165-21zm192 6c-1-10-10-58-31-117 51-8 96 5 102 7a163 163 0 0 1-71 110z" })] })); }; exports.STIDribbble = STIDribbble;