iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.45 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 DribbbleSymbol = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.983 2A9.975 9.975 0 002 11.983C2 17.505 6.463 22 11.983 22 17.505 22 22 17.504 22 11.983 22 6.463 17.504 2 11.983 2zm8.496 10.281c-1.95-.132-4 .066-6.016.562a48.173 48.173 0 00-.926-2.314 21.27 21.27 0 005.72-2.942c.793 1.289 1.222 2.81 1.222 4.43.033.066 0 .165 0 .264zm-2.115-5.917c-1.587 1.19-3.471 2.148-5.488 2.776-1.058-2.115-2.248-3.9-3.504-5.289a8.466 8.466 0 012.611-.396 8.664 8.664 0 016.38 2.909zM7.917 4.512c1.257 1.257 2.447 2.976 3.505 5.058-2.612.628-5.29.727-7.703.298a8.677 8.677 0 014.198-5.356zm-4.43 6.81c1.092.232 2.215.33 3.34.33 1.718 0 3.504-.23 5.256-.693.33.727.66 1.487.925 2.28-2.909.926-5.487 2.38-7.537 4.265-1.223-1.52-1.983-3.438-1.983-5.52v-.662zM6.53 18.53c1.884-1.72 4.297-3.075 6.975-3.9.1.33.199.66.298.958.43 1.487.76 2.975.991 4.396-.892.298-1.818.496-2.81.496-2.082.033-3.966-.727-5.454-1.95zm9.686.826a42.23 42.23 0 00-.959-4.198c-.099-.33-.198-.628-.297-.959a18.615 18.615 0 015.355-.495c-.496 2.446-2.05 4.462-4.1 5.652z", fill: "#323544" }));
exports.default = DribbbleSymbol;