UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

16 lines (15 loc) 1.51 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.SocialDribbble = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M12 3c-4.962 0-9 4.037-9 9s4.038 9 9 9 9-4.037 9-9-4.038-9-9-9zm6.962 8.275a12.343 12.343 0 00-5.205.262c-.18-.436-.383-.859-.59-1.283a12.355 12.355 0 003.713-3.262 6.978 6.978 0 012.082 4.283zM16.13 6.361a11.398 11.398 0 01-3.401 3.009 23.175 23.175 0 00-2.807-4.056 6.957 6.957 0 016.208 1.047zm-7.183-.65a22.227 22.227 0 012.892 4.117 11.394 11.394 0 01-6.717.899 7.011 7.011 0 013.825-5.016zM5 12l.015-.294c.676.111 1.353.188 2.024.188a12.38 12.38 0 005.237-1.187c.182.373.365.744.525 1.127A12.382 12.382 0 006.7 16.56 6.968 6.968 0 015 12zm2.393 5.257a11.61 11.61 0 015.764-4.487 22.154 22.154 0 011.292 5.779A6.94 6.94 0 0112 19a6.96 6.96 0 01-4.607-1.743zm8.014.852a23.207 23.207 0 00-1.293-5.632 11.402 11.402 0 014.871-.19 6.997 6.997 0 01-3.578 5.822z", key: "k0" }))); }); exports.SocialDribbble.displayName = 'SocialDribbble'; exports.SocialDribbbleDimensions = { height: 24, width: 24 };