@scaleflex/icons
Version:
SVG icons as React components
43 lines • 3.63 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["color", "size"];
import React from 'react';
import { intrinsicComponent } from './utils/functions';
export var Congratulations = intrinsicComponent(function (_ref, ref) {
var _ref$color = _ref.color,
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
_ref$size = _ref.size,
size = _ref$size === void 0 ? 14 : _ref$size,
rest = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
"data-icon-name": "Congratulations",
width: size,
height: size,
viewBox: "0 0 36 37",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
ref: ref
}, rest), /*#__PURE__*/React.createElement("path", {
d: "M17.4873 1.20494C17.4331 0.810943 17.0437 0.581817 16.6591 0.683097L15.7456 0.923656C15.3607 1.02503 15.1211 1.42159 15.159 1.81787C15.2698 2.97773 15.208 5.36072 13.3272 7.47919C13.0632 7.77654 13.0459 8.23073 13.3185 8.52015L13.9671 9.20856C14.2398 9.49799 14.6991 9.51184 14.9696 9.2204C17.792 6.17991 17.6901 2.67878 17.4873 1.20494Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M6.77693 7.95403C6.69359 8.0368 6.62849 8.14343 6.59244 8.27236L4.12274 17.1071L0.329004 30.6216C0.125624 31.3462 0.314565 32.1261 0.828609 32.6757C2.31185 34.2614 2.91624 34.864 3.82919 35.7006C4.37537 36.2011 5.14374 36.3789 5.8571 36.1789L19.5282 32.3471L22.6857 31.4473C22.7327 31.4437 22.7803 31.4355 22.828 31.4221L28.1251 29.9374C29.1857 29.6402 29.5335 28.3107 28.7543 27.5322L8.9726 7.76705C8.31549 7.1105 7.26698 7.25571 6.77693 7.95403Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M22.6903 3.64109C22.0315 3.64109 21.4974 4.17518 21.4974 4.83401C21.4974 5.49284 22.0315 6.02693 22.6903 6.02693C23.3492 6.02693 23.8833 5.49284 23.8833 4.83401C23.8833 4.17518 23.3492 3.64109 22.6903 3.64109Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M31.4172 12.2997C31.4172 11.6409 31.9513 11.1068 32.6101 11.1068C33.269 11.1068 33.803 11.6409 33.803 12.2997C33.803 12.9585 33.269 13.4926 32.6101 13.4926C31.9513 13.4926 31.4172 12.9585 31.4172 12.2997Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M31.4172 22.3468C30.7583 22.3468 30.2243 22.8808 30.2243 23.5397C30.2243 24.1985 30.7583 24.7326 31.4172 24.7326C32.076 24.7326 32.6101 24.1985 32.6101 23.5397C32.6101 22.8808 32.076 22.3468 31.4172 22.3468Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M27.3812 17.261C26.1262 17.791 25.2039 18.4464 24.6694 18.8832C24.362 19.1345 24.3662 19.5856 24.6515 19.8617L25.3363 20.5245C25.6205 20.7995 26.0794 20.7997 26.3945 20.5608C26.8279 20.2321 27.5097 19.7856 28.4027 19.42C30.3303 18.631 32.3917 18.5325 34.5399 19.1248C34.9232 19.2305 35.3319 19.0321 35.4604 18.6557L35.7658 17.7607C35.8942 17.3844 35.6937 16.9732 35.3113 16.8639C31.8875 15.8856 29.1312 16.522 27.3812 17.261Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M33.3143 1.74927C32.1949 5.9484 29.6819 9.58969 26.013 12.3147C23.949 13.8477 22.0378 14.7104 21.0617 15.0948C20.6919 15.2404 20.2902 15.0322 20.1713 14.6529L19.887 13.746C19.7685 13.3681 19.9754 12.9613 20.342 12.8115C21.2296 12.4489 22.891 11.6731 24.6573 10.3494C27.8719 7.94061 29.9983 4.87261 30.9862 1.22172C31.09 0.837876 31.4741 0.594134 31.8619 0.682002L32.7844 0.890999C33.1722 0.978866 33.4167 1.36505 33.3143 1.74927Z",
fill: color
}));
});
export default Congratulations;