@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ReceiptPlay = /*#__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: "M5 4.25C5 3.01 6 2 7.25 2h8.5C16.99 2 18 3 18 4.25V12h3.5v3.25c0 1.8-1.46 3.25-3.25 3.25h-5.33a6.55 6.55 0 0 0-.65-4h1.98a.75.75 0 0 0 0-1.5h-3.06A6.48 6.48 0 0 0 5 11.17V4.25ZM18 17h.25c.97 0 1.75-.78 1.75-1.75V13.5h-2V17ZM8.75 6a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5h-5.5Zm0 3.5a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5h-5.5ZM6.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11ZM5 14.96v5.08c0 .4.46.64.79.4l3.62-2.53a.5.5 0 0 0 0-.82L5.8 14.55a.5.5 0 0 0-.79.41Z"
}));
});
ReceiptPlay.displayName = 'ReceiptPlay';
export var ReceiptPlayDimensions = {
height: 24,
width: 24
};