UNPKG

styled-icons

Version:

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

14 lines (13 loc) 1.55 kB
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var SocialDribbbleCircular = 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", { d: "M12 21c-4.962 0-9-4.037-9-9s4.038-9 9-9 9 4.037 9 9-4.038 9-9 9zm0-16c-3.86 0-7 3.141-7 7s3.14 7 7 7 7-3.141 7-7-3.14-7-7-7zm0 1.5c-3.033 0-5.5 2.468-5.5 5.5s2.467 5.5 5.5 5.5 5.5-2.468 5.5-5.5-2.467-5.5-5.5-5.5zm4.49 5.402a7.933 7.933 0 00-3.103.042 15.172 15.172 0 00-.417-.965 7.915 7.915 0 002.284-2.07 4.47 4.47 0 011.236 2.993zm-2-3.646a6.918 6.918 0 01-1.975 1.832 14.639 14.639 0 00-1.692-2.412A4.448 4.448 0 0112 7.5c.921 0 1.776.28 2.49.756zm-4.641-.184c.687.758 1.278 1.59 1.776 2.473a6.928 6.928 0 01-3.998.437 4.493 4.493 0 012.222-2.91zM7.5 12c.468.064.936.121 1.399.121a7.912 7.912 0 003.185-.683c.123.261.238.524.344.793A7.91 7.91 0 008.7 15.036 4.47 4.47 0 017.5 12zm1.948 3.699a6.918 6.918 0 013.318-2.527 13.72 13.72 0 01.596 3.095A4.458 4.458 0 0112 16.5a4.466 4.466 0 01-2.552-.801zm4.872.137c-.099-1-.296-1.983-.593-2.937a6.94 6.94 0 012.683.001 4.505 4.505 0 01-2.09 2.936z", key: "k0" }))); }); SocialDribbbleCircular.displayName = 'SocialDribbbleCircular'; export var SocialDribbbleCircularDimensions = { height: 24, width: 24 };