@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var GiftCardMultiple = /*#__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: "M5 4h3v2.7A2.5 2.5 0 0 0 4.5 9c0 .36.07.7.2 1H2V7a3 3 0 0 1 3-3ZM2 14.5v-3h4.94l-1.72 1.72a.75.75 0 1 0 1.06 1.06L8 12.56v4.94H5a3 3 0 0 1-3-3Zm7.5 3h7a3 3 0 0 0 3-3v-3h-8.94l1.72 1.72a.75.75 0 1 1-1.06 1.06L9.5 12.56v4.94Zm3.3-7.5h6.7V7a3 3 0 0 0-3-3h-7v2.7A2.5 2.5 0 0 1 13 9c0 .36-.07.7-.2 1Zm-2.3 0h-1V9a1 1 0 1 1 1 1ZM7 10h1V9a1 1 0 1 0-1 1Zm.5 10a3 3 0 0 1-2.6-1.5h11.6a4 4 0 0 0 4-4V6.9A3 3 0 0 1 22 9.5v5a5.5 5.5 0 0 1-5.5 5.5h-9Z"
}));
});
GiftCardMultiple.displayName = 'GiftCardMultiple';
export var GiftCardMultipleDimensions = {
height: 24,
width: 24
};