UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.31 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Sparkle = /*#__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: "M17.46 31.51a2.67 2.67 0 0 0 4-1.13l1.23-3.77a6.16 6.16 0 0 1 3.9-3.9l3.63-1.18a2.67 2.67 0 0 0 0-5.04l-3.7-1.2a6.2 6.2 0 0 1-3.9-3.88l-1.17-3.63a2.66 2.66 0 0 0-4.06-1.29c-.46.33-.8.79-1 1.32l-1.18 3.67a6.19 6.19 0 0 1-3.8 3.81l-3.63 1.18a2.67 2.67 0 0 0 .03 5.05l3.59 1.16a6.19 6.19 0 0 1 3.9 3.91l1.18 3.63c.19.52.53.97.98 1.29Zm15.42 9.13a1.95 1.95 0 0 0 2.97-.97l.57-1.74a2.41 2.41 0 0 1 1.5-1.5l1.79-.59a1.95 1.95 0 0 0-.07-3.69l-1.76-.56a2.37 2.37 0 0 1-1.5-1.5l-.58-1.8a1.93 1.93 0 0 0-1.54-1.27 1.94 1.94 0 0 0-2.14 1.3l-.57 1.76a2.38 2.38 0 0 1-1.46 1.5l-1.79.58a1.94 1.94 0 0 0 .03 3.68l1.75.57a2.37 2.37 0 0 1 1.5 1.5l.58 1.8c.14.37.39.7.72.93Z" })); }); Sparkle.displayName = 'Sparkle'; export var SparkleDimensions = { height: 48, width: 48 };