@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PlayingCards = /*#__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: "M6.82 2.74c.07-.27.19-.52.33-.74H7a2 2 0 0 0-2 2v5.54l1.82-6.8ZM4 3.5c0-.15.01-.3.04-.45l-.06.02a2 2 0 0 0-1.41 2.45l1.42 5.34L4 3.5Zm6.1-1.43a2 2 0 0 0-2.45 1.41L4.82 14.03a2 2 0 0 0 1.41 2.45l5.42 1.45a2 2 0 0 0 2.45-1.41l2.83-10.55a2 2 0 0 0-1.4-2.45L10.1 2.07ZM12 7a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm-1.25 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
}));
});
PlayingCards.displayName = 'PlayingCards';
export var PlayingCardsDimensions = {
height: 20,
width: 20
};