@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.22 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CreditCardToolbox = /*#__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: "M2 8.25C2 6.45 3.46 5 5.25 5h13.5C20.55 5 22 6.46 22 8.25V9.5H2V8.25ZM15.75 11H2v4.75C2 17.55 3.46 19 5.25 19H11v-2.75a2.5 2.5 0 0 1 2-2.45v-.05A2.75 2.75 0 0 1 15.75 11Zm-2.25 3.75h.5v-1c0-.97.78-1.75 1.75-1.75h3.5c.97 0 1.75.78 1.75 1.75v1h.5c.83 0 1.5.67 1.5 1.5V18h-3v-.5a.5.5 0 0 0-1 0v.5h-3v-.5a.5.5 0 0 0-1 0v.5h-3v-1.75c0-.83.67-1.5 1.5-1.5Zm2.25-1.25a.25.25 0 0 0-.25.25v1h4v-1a.25.25 0 0 0-.25-.25h-3.5Zm3.25 6V19h-3v.5a.5.5 0 0 1-1 0V19h-3v2.5c0 .83.67 1.5 1.5 1.5h8c.83 0 1.5-.67 1.5-1.5V19h-3v.5a.5.5 0 0 1-1 0Z"
}));
});
CreditCardToolbox.displayName = 'CreditCardToolbox';
export var CreditCardToolboxDimensions = {
height: 24,
width: 24
};