UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.91 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var EmojiSparkle = /*#__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 48 48" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M32.83 12.11a5.36 5.36 0 0 0-2.54-1.8l-2.6-.85a1.03 1.03 0 0 1 0-1.94l2.6-.84a5.36 5.36 0 0 0 3.32-3.33l.02-.06.85-2.6a1.03 1.03 0 0 1 1.94 0l.84 2.6a5.36 5.36 0 0 0 3.4 3.39l2.6.84.05.02a1.03 1.03 0 0 1 0 1.94l-2.6.84a5.36 5.36 0 0 0-3.4 3.4l-.84 2.6-.03.06a1.03 1.03 0 0 1-1.9-.07l-.86-2.6a5.35 5.35 0 0 0-.85-1.6Zm6.27 7.07a.54.54 0 0 0-.09.2.54.54 0 0 0 .35.64l1.38.45a2.84 2.84 0 0 1 1.8 1.8l.45 1.38a.54.54 0 0 0 1 .04v-.01a.5.5 0 0 0 .02-.04l.45-1.38a2.84 2.84 0 0 1 1.8-1.8l1.38-.44a.54.54 0 0 0 0-1.03h-.03l-1.38-.45a2.84 2.84 0 0 1-1.8-1.8L44 15.36a.54.54 0 0 0-1.03 0l-.45 1.38a2.84 2.84 0 0 1-1.77 1.8l-1.38.44c-.1.04-.2.11-.26.2ZM24 44a20 20 0 1 1 5.61-39.2l-2.54.82a3.04 3.04 0 0 0-1.93 3.79 3.03 3.03 0 0 0 1.88 1.93l2.65.87a3.37 3.37 0 0 1 2.11 2.12l.85 2.6a3.05 3.05 0 0 0 2.85 2.06c.62 0 1.22-.18 1.73-.53a2.54 2.54 0 0 0 1.49 3.44l1.42.46a.84.84 0 0 1 .52.53l.45 1.37a2.57 2.57 0 0 0 2.02 1.71c.27.04.53.04.8 0A20 20 0 0 1 24 44Zm-6.5-22a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM33 19.5a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0ZM18.45 34.68c1.71.9 3.62 1.34 5.55 1.32a11.72 11.72 0 0 0 9.82-5.1 1.25 1.25 0 1 0-2.13-1.3A9.21 9.21 0 0 1 24 33.5a9.22 9.22 0 0 1-7.69-3.9 1.25 1.25 0 1 0-2.13 1.3c1.1 1.6 2.56 2.9 4.27 3.78Z" })); }); EmojiSparkle.displayName = 'EmojiSparkle'; export var EmojiSparkleDimensions = { height: 48, width: 48 };