@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SparkleCircle = /*#__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: "M12 22a10 10 0 1 0 0-20 10 10 0 0 0 0 20ZM8.56 6.17a1 1 0 0 1 1.88 0l.46 1.3c.1.29.34.52.64.63l1.3.46a1 1 0 0 1 0 1.88l-1.3.46c-.3.1-.53.34-.64.64l-.46 1.3a1 1 0 0 1-1.88 0l-.46-1.3c-.1-.3-.34-.53-.64-.64l-1.3-.46a1 1 0 0 1 0-1.88l1.3-.46c.3-.1.54-.34.64-.64l.46-1.3Zm7.39 6.54.18.6c.08.27.3.48.57.56l.6.18a.99.99 0 0 1 0 1.9l-.6.18a.85.85 0 0 0-.57.57l-.18.6a.99.99 0 0 1-1.9 0l-.18-.6a.85.85 0 0 0-.57-.57l-.6-.18a.99.99 0 0 1 0-1.9l.6-.18c.28-.08.49-.3.57-.57l.18-.6a.99.99 0 0 1 1.9 0Z"
}));
});
SparkleCircle.displayName = 'SparkleCircle';
export var SparkleCircleDimensions = {
height: 24,
width: 24
};