UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.33 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var MoneyOff = /*#__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: "M3.28 2.22a.75.75 0 0 0-1.06 1.06L3.94 5h-.19C2.78 5 2 5.78 2 6.75v8.5c0 .97.78 1.75 1.75 1.75h12.19l1.5 1.5H4.4A3 3 0 0 0 7 20h10.25c.51 0 1-.08 1.46-.23l2.01 2.01a.75.75 0 1 0 1.06-1.06L3.28 2.22Zm8.65 10.77a2.25 2.25 0 0 1-3.17-3.17L11.93 13ZM5.19 6.25l1.3 1.3A2.25 2.25 0 0 1 4.24 9.5h-1V8h1c.41 0 .75-.34.75-.75v-1h.19ZM4.25 14h-1v-1.5h1c1.24 0 2.25 1 2.25 2.25v1H5v-1a.75.75 0 0 0-.75-.75Zm13.5 0h-.57l1.75 1.75c.04-.16.07-.33.07-.5v-8.5C19 5.78 18.22 5 17.25 5H8.18l7.68 7.68c.27-.12.57-.18.89-.18h1V14ZM16 6.25v1c0 .41.34.75.75.75h1v1.5h-1c-1.24 0-2.25-1-2.25-2.25v-1H16Zm4.06 10.63 1.09 1.09c.53-.77.85-1.71.85-2.72V10a3 3 0 0 0-1.5-2.6v7.85c0 .6-.16 1.15-.44 1.63Z" })); }); MoneyOff.displayName = 'MoneyOff'; export var MoneyOffDimensions = { height: 24, width: 24 };