@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Gift = /*#__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: "M11.25 13v9h-4A3.25 3.25 0 0 1 4 18.75V13h7.25zM20 13v5.75c0 1.8-1.46 3.25-3.25 3.25h-4v-9H20zM14.5 2a3.25 3.25 0 0 1 2.74 5h2.51c.69 0 1.25.47 1.25 1.04v2.92c0 .57-.56 1.04-1.25 1.04h-7V7h-1.5v5h-7C3.56 12 3 11.53 3 10.96V8.04C3 7.47 3.56 7 4.25 7h2.51A3.25 3.25 0 0 1 12 3.17C12.6 2.46 13.5 2 14.5 2zm-5 1.5A1.75 1.75 0 0 0 9.36 7h1.89V5.11c-.08-.9-.83-1.61-1.75-1.61zm5 0c-.97 0-1.75.78-1.75 1.75V7h1.75a1.75 1.75 0 1 0 0-3.5z"
}));
});
Gift.displayName = 'Gift';
export var GiftDimensions = {
height: 24,
width: 24
};