@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 GiftCard = /*#__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: "M9.5 19H19a3 3 0 0 0 3-3v-4.5H10.56l1.72 1.72a.75.75 0 1 1-1.06 1.06L9.5 12.56V19ZM8 10V9a1 1 0 1 0-1 1h1Zm1.5-1v1h1a1 1 0 1 0-1-1Zm0-2.3V4H19a3 3 0 0 1 3 3v3h-9.2a2.5 2.5 0 0 0-2.3-3.5c-.36 0-.7.07-1 .2ZM8 4v2.7A2.5 2.5 0 0 0 4.5 9c0 .36.07.7.2 1H2V7a3 3 0 0 1 3-3h3Zm0 8.56V19H5a3 3 0 0 1-3-3v-4.5h4.94l-1.72 1.72a.75.75 0 1 0 1.06 1.06L8 12.56Z"
}));
});
GiftCard.displayName = 'GiftCard';
export var GiftCardDimensions = {
height: 24,
width: 24
};