@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 965 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CreditCardClock = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M6.5 5A4.5 4.5 0 0 0 2 9.5V11h28V9.5A4.5 4.5 0 0 0 25.5 5h-19ZM2 22.5V13h28v4.34A9 9 0 0 0 14.94 27H6.5A4.5 4.5 0 0 1 2 22.5Zm21 8a7.5 7.5 0 1 1 0-15 7.5 7.5 0 0 1 0 15ZM22.75 18a.75.75 0 0 0-.75.75v4.5c0 .41.34.75.75.75h3.5a.75.75 0 0 0 0-1.5H23.5v-3.75a.75.75 0 0 0-.75-.75Z"
}));
});
CreditCardClock.displayName = 'CreditCardClock';
export var CreditCardClockDimensions = {
height: 32,
width: 32
};