@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Kinopoisk = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M23.273 16.103c-2.266 6.226-9.15 9.436-15.376 7.17C1.67 21.007-1.54 14.123.727 7.897c2.266-6.226 9.15-9.436 15.376-7.17 6.226 2.266 9.436 9.15 7.17 15.376zm-9.864-3.59a1.5 1.5 0 1 0-2.818-1.026 1.5 1.5 0 0 0 2.818 1.026zm-4.357 3.202a3 3 0 1 0-5.636-2.052 3 3 0 0 0 5.636 2.052zM12.13 7.26a3 3 0 1 0-5.636-2.052A3 3 0 0 0 12.13 7.26zm8.456 3.077a3 3 0 1 0-5.637-2.052 3 3 0 0 0 5.636 2.052zm-3.078 8.455a3 3 0 1 0-5.637-2.051 3 3 0 0 0 5.637 2.05Z"
}));
});
Kinopoisk.displayName = 'Kinopoisk';
export var KinopoiskDimensions = {
height: 24,
width: 24
};