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.5 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.SocialFlickrCircular = 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 21c-2.489 0-4.635-.89-6.376-2.646C3.883 16.603 3 14.465 3 12c0-2.488.884-4.634 2.627-6.375C7.367 3.884 9.512 3 12 3c2.466 0 4.604.883 6.354 2.624C20.109 7.366 21 9.512 21 12c0 2.465-.89 4.604-2.644 6.357C16.605 20.11 14.467 21 12 21zm0-16c-1.966 0-3.588.667-4.958 2.04C5.668 8.412 5 10.034 5 12c0 1.944.668 3.562 2.043 4.945C8.415 18.328 10.036 19 12 19c1.943 0 3.56-.673 4.941-2.057C18.327 15.559 19 13.941 19 12c0-1.963-.672-3.585-2.055-4.957C15.562 5.668 13.945 5 12 5zm-3 9.5c-1.379 0-2.5-1.121-2.5-2.5S7.621 9.5 9 9.5s2.5 1.121 2.5 2.5-1.121 2.5-2.5 2.5zm0-4c-.827 0-1.5.673-1.5 1.5s.673 1.5 1.5 1.5 1.5-.673 1.5-1.5-.673-1.5-1.5-1.5zm6 4c-1.379 0-2.5-1.121-2.5-2.5s1.121-2.5 2.5-2.5 2.5 1.121 2.5 2.5-1.121 2.5-2.5 2.5z", key: "k0" }))); }); exports.SocialFlickrCircular.displayName = 'SocialFlickrCircular'; exports.SocialFlickrCircularDimensions = { height: 24, width: 24 };