styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
15 lines (14 loc) • 1.72 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Dribbble = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "none", d: "M0 0h24v24H0z", key: "k0" }),
React.createElement("path", { d: "M19.989 11.572a7.96 7.96 0 00-1.573-4.351 9.749 9.749 0 01-.92.87 13.157 13.157 0 01-3.313 2.01c.167.35.32.689.455 1.009v.003a9.186 9.186 0 01.11.27c1.514-.17 3.11-.108 4.657.101.206.028.4.058.584.088zm-9.385-7.45a46.164 46.164 0 012.692 4.27c1.223-.482 2.234-1.09 3.048-1.767a7.88 7.88 0 00.796-.755A7.968 7.968 0 0012 4a8.05 8.05 0 00-1.396.121zM4.253 9.997a29.21 29.21 0 002.04-.123 31.53 31.53 0 004.862-.822 54.365 54.365 0 00-2.7-4.227 8.018 8.018 0 00-4.202 5.172zm1.53 7.038c.388-.567.898-1.205 1.575-1.899 1.454-1.49 3.17-2.65 5.156-3.29l.062-.018c-.165-.364-.32-.689-.476-.995-1.836.535-3.77.869-5.697 1.042-.94.085-1.783.122-2.403.128a7.967 7.967 0 001.784 5.032zm9.222 2.38a35.947 35.947 0 00-1.632-5.709c-2.002.727-3.597 1.79-4.83 3.058a9.77 9.77 0 00-1.317 1.655A7.964 7.964 0 0012 20a7.977 7.977 0 003.005-.583zm1.873-1.075a7.998 7.998 0 002.987-4.87c-.34-.085-.771-.17-1.245-.236a12.023 12.023 0 00-3.18-.033 39.368 39.368 0 011.438 5.14zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10z", key: "k1" })));
});
Dribbble.displayName = 'Dribbble';
export var DribbbleDimensions = { height: 24, width: 24 };