@icongo/ti
Version:
Typicons Icons
14 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var TISocialFlickrCircular = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsx("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"
})
}));
export { TISocialFlickrCircular };