UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.06 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ReceiptSearch = /*#__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 20 20" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M3 5c0-1.1.9-2 2-2h7a2 2 0 0 1 2 2v7h3v2a3 3 0 0 1-3 3h-2.08c-.08-.2-.2-.4-.36-.56l-2-2A4.5 4.5 0 0 0 9.25 10h1.25a.5.5 0 0 0 0-1H8.33A4.5 4.5 0 0 0 3 8.76V5Zm11 11a2 2 0 0 0 2-2v-1h-2v3ZM6.5 6a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4Zm1.1 9.3a3.48 3.48 0 0 1-4.27-.06 3.5 3.5 0 1 1 4.97-.64l2.56 2.54a.5.5 0 0 1-.71.71L7.6 15.3Zm-3.49-.72a2.5 2.5 0 1 0 2.78-4.16 2.5 2.5 0 0 0-2.78 4.16Z" })); }); ReceiptSearch.displayName = 'ReceiptSearch'; export var ReceiptSearchDimensions = { height: 20, width: 20 };