@scaleflex/icons
Version:
SVG icons as React components
43 lines • 3.44 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 ReleaseNotes = 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": "ReleaseNotes",
ref: ref,
width: size,
height: size,
viewBox: "0 0 50 50",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
d: "M27.9297 22.168V10.254H29.3944C29.9351 10.254 30.4315 9.9564 30.6862 9.48003C30.9409 9.00366 30.9136 8.42573 30.6132 7.97651L26.2188 0.611572C25.6752 -0.203857 24.3248 -0.203857 23.7812 0.611572L19.3869 7.97661C19.0865 8.42583 19.0593 9.00376 19.3139 9.48013C19.5685 9.95649 20.0649 10.2541 20.6057 10.2541H22.0704V22.1681C22.0704 22.9771 22.7262 23.633 23.5352 23.633H26.4649C27.2739 23.6329 27.9297 22.977 27.9297 22.168Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M8.88677 23.6329H11.8165C12.6254 23.6329 13.2813 22.977 13.2813 22.168V16.1133H14.7459C15.2867 16.1133 15.7831 15.8158 16.0377 15.3394C16.2924 14.863 16.2652 14.2851 15.9648 13.8359L11.5704 6.47095C11.0268 5.65552 9.67632 5.65552 9.13276 6.47095L4.73843 13.836C4.43804 14.2852 4.41089 14.8631 4.66548 15.3395C4.92007 15.8159 5.41655 16.1133 5.95727 16.1133H7.42192V22.168C7.42192 22.977 8.07778 23.6329 8.88677 23.6329Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M38.1836 23.6329H41.1133C41.9223 23.6329 42.5782 22.977 42.5782 22.168V16.1133H44.0428C44.5835 16.1133 45.0799 15.8158 45.3346 15.3394C45.5893 14.863 45.5621 14.2851 45.2617 13.8359L40.8672 6.47095C40.3237 5.65552 38.9732 5.65552 38.4296 6.47095L34.0353 13.8359C33.7349 14.2851 33.7078 14.863 33.9623 15.3394C34.2169 15.8158 34.7133 16.1133 35.2541 16.1133H36.7188V22.168C36.7188 22.977 37.3746 23.6329 38.1836 23.6329Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M1.4674 35.3516H16.8919C17.3817 35.3516 17.8391 35.1068 18.1107 34.6993L23.5352 26.5625H6.64328C6.15353 26.5625 5.69611 26.8074 5.42452 27.2149L0.248548 33.0743C-0.400573 34.0477 0.297376 35.3516 1.4674 35.3516Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M44.5755 27.2149C44.3039 26.8074 43.8465 26.5625 43.3567 26.5625H26.4649L31.8894 34.6993C32.1609 35.1068 32.6184 35.3516 33.1081 35.3516H48.5326C49.7026 35.3516 50.4005 34.0477 49.7514 33.0743L44.5755 27.2149Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M44.043 48.5352C44.043 47.3843 44.043 42.7116 44.043 38.2813H33.1081C31.6361 38.2813 30.2686 37.5504 29.4518 36.3244L26.4649 31.8442V50.0001H42.5781C43.3878 50.0001 44.043 49.3449 44.043 48.5352Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M7.4219 50.0001H23.5352V31.8442L20.5483 36.3244C19.7315 37.5504 18.3639 38.2813 16.8919 38.2813H5.95705C5.95705 43.4337 5.95705 48.7844 5.95705 48.5352C5.95705 49.3449 6.61223 50.0001 7.4219 50.0001Z",
fill: color
}));
});
export default ReleaseNotes;