@scaleflex/icons
Version:
SVG icons as React components
28 lines • 2.48 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 HistoryModified = 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": "HistoryModified",
ref: ref,
width: size,
height: size,
viewBox: "0 0 41 40",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
d: "M40.1044 16.0756C39.0493 10.8498 36.0465 6.27718 31.5829 3.33766C23.3861 -2.13311 12.43 -0.745006 5.85633 6.52214L5.53169 4.72577C5.28822 3.66428 4.23319 2.9294 3.17815 3.17436C2.12312 3.41932 1.39272 4.48081 1.63619 5.5423L2.93469 11.9929C3.01585 12.4828 3.34048 12.9727 3.74626 13.2177C4.15204 13.5443 4.72013 13.626 5.20707 13.5443L11.6184 12.2379C12.6735 11.9929 13.4039 10.9314 13.1604 9.86993C12.9169 8.80844 11.8619 8.07355 10.8069 8.31851L9.10259 8.64513C11.7808 5.95057 15.3516 4.23585 19.166 3.90924C23.3861 3.58262 27.5251 4.88908 30.7714 7.66529C37.5074 13.381 38.3189 23.5877 32.5568 30.3649C26.8759 37.1421 16.7313 37.9587 9.99529 32.1613C6.91135 29.4667 4.9636 25.7923 4.47666 21.7097C4.39551 21.2197 4.15204 20.7298 3.74626 20.4032C3.34048 20.0766 2.85352 19.9133 2.28543 19.9133C1.79849 19.9949 1.31157 20.2399 0.986944 20.6482C0.662318 21.0564 0.5 21.5464 0.5 22.1179V22.1996C0.581156 22.7711 0.662303 23.3427 0.74346 23.9143C2.69122 33.3861 10.9692 40 20.3022 40C21.6007 40 22.9803 39.8367 24.2788 39.5917C29.4729 38.5302 34.0176 35.5091 36.9393 31.0181C40.1044 26.6905 41.1594 21.3014 40.1044 16.0756Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M18.524 24.9094L15.5907 21.9761L22.6683 14.8985L25.6016 17.8318L18.524 24.9094ZM15.3216 22.4874L18.0127 25.1785L14.4066 26.3895C14.2182 26.4433 14.0568 26.2819 14.1106 26.0935L15.3216 22.4874ZM26.5166 16.9168L26.0053 17.4281L23.072 14.4948L23.5833 13.9835C24.0946 13.4722 24.9289 13.4722 25.4402 13.9835L26.5166 15.0599C27.0279 15.5712 27.0279 16.4055 26.5166 16.9168Z",
fill: color
}));
});
export default HistoryModified;