UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.84 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ReceiptSparkles = /*#__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: "M15.85 6.15a2.84 2.84 0 0 1 .69 1.11l.45 1.38a.54.54 0 0 0 1.02 0l.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.8L18 .36a.54.54 0 0 0-1.03 0l-.45 1.38-.01.03a2.84 2.84 0 0 1-1.76 1.77l-1.38.44a.57.57 0 0 0-.26.2.51.51 0 0 0-.1.34.5.5 0 0 0 .1.3.54.54 0 0 0 .26.19l1.38.45a2.83 2.83 0 0 1 1.11.69Zm7.17 3.81.76.25h.02a.3.3 0 0 1 .14.47.3.3 0 0 1-.14.1l-.77.26a1.58 1.58 0 0 0-1 1l-.24.76a.3.3 0 0 1-.58 0l-.24-.77a1.57 1.57 0 0 0-1-1l-.77-.25a.3.3 0 0 1-.14-.46.3.3 0 0 1 .14-.1l.77-.26a1.58 1.58 0 0 0 .98-1l.25-.76a.3.3 0 0 1 .57 0l.25.77a1.57 1.57 0 0 0 1 1ZM17 14V9.94c-.15-.05-.3-.12-.43-.21-.26-.2-.46-.46-.57-.77l-.44-1.38c-.07-.2-.16-.38-.29-.55l-.15-.17a1.8 1.8 0 0 0-.72-.44L13 5.96A1.57 1.57 0 0 1 12.06 4H6.25C5.01 4 4 5 4 6.25v12c0 1.24 1 2.25 2.25 2.25h11c1.8 0 3.25-1.46 3.25-3.25V14.5a.5.5 0 0 0-.5-.5h-3Zm.25 5H17v-3.5h2v1.75c0 .97-.78 1.75-1.75 1.75ZM7 8.75c0-.41.34-.75.75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5A.75.75 0 0 1 7 8.75Zm0 3.5c0-.41.34-.75.75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75Zm0 3.5c0-.41.34-.75.75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z" })); }); ReceiptSparkles.displayName = 'ReceiptSparkles'; export var ReceiptSparklesDimensions = { height: 24, width: 24 };