UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.4 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgGiftBox = function SvgGiftBox(_ref) { var _ref$size = _ref.size, size = _ref$size === void 0 ? 24 : _ref$size, _ref$color = _ref.color, color = _ref$color === void 0 ? "currentColor" : _ref$color, props = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ width: size, height: size, viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M14.5 2a3.25 3.25 0 0 1 2.739 5h2.511c.69 0 1.25.56 1.25 1.25v3.5a1.25 1.25 0 0 1-1 1.225v5.775a3.25 3.25 0 0 1-3.066 3.245l-.184.005h-9.5a3.25 3.25 0 0 1-3.245-3.066l-.005-.184v-5.775c-.57-.116-1-.62-1-1.225v-3.5c0-.69.56-1.25 1.25-1.25h2.511a3.25 3.25 0 0 1 5.24-3.827 3.24 3.24 0 0 1 2.499-1.173Zm-3.25 10.999h-5.75v5.751a1.75 1.75 0 0 0 1.606 1.744l.144.006h4v-7.501Zm7.25 0h-5.75v7.501h4a1.75 1.75 0 0 0 1.744-1.607l.006-.143v-5.751Zm-7.25-4.499h-6.75v3l6.75-.001v-2.999Zm8.25 3v-3h-6.75v2.999l6.75.001Zm-5-8a1.75 1.75 0 0 0-1.75 1.75v1.749h1.774l.12-.005a1.75 1.75 0 0 0-.144-3.494Zm-5 0a1.75 1.75 0 0 0-.144 3.494l.12.005h1.774v-1.749l-.006-.144a1.75 1.75 0 0 0-1.744-1.606Z", fill: color })); }; export { SvgGiftBox as S };