@scaleflex/icons
Version:
SVG icons as React components
37 lines • 2.43 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 Speed = 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": "Speed",
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: "M25 0.000610352C22.7615 0.000610352 20.5917 0.294818 18.5272 0.846676L19.4495 4.29697C21.2158 3.8248 23.0757 3.57204 25 3.57204C36.8347 3.57204 46.4286 13.1659 46.4286 25.0006C46.4286 36.8353 36.8347 46.4292 25 46.4292C23.0757 46.4292 21.2158 46.1764 19.4495 45.7043L18.5272 49.1545C20.5917 49.7064 22.7615 50.0006 25 50.0006C38.8071 50.0006 50 38.8077 50 25.0006C50 11.1935 38.8071 0.000610352 25 0.000610352Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M12.498 3.34632C8.70421 5.54138 5.54077 8.70482 3.34571 12.4986L6.43699 14.2872C8.31922 11.0341 11.0335 8.31983 14.2866 6.4376L12.498 3.34632Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M0 25.0006C0 22.7621 0.294208 20.5923 0.846066 18.5278L4.29636 19.4501C3.82419 21.2164 3.57143 23.0763 3.57143 25.0006C3.57143 26.925 3.82419 28.7848 4.29636 30.5512L0.846066 31.4734C0.294208 29.4089 0 27.2391 0 25.0006Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M3.34571 37.5026C5.54077 41.2964 8.7042 44.4598 12.498 46.6549L14.2866 43.5636C11.0335 41.6814 8.31922 38.9671 6.43699 35.714L3.34571 37.5026Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M22.9115 14.8622L34.8142 23.0108C35.5809 23.5355 36.0002 24.2416 36 24.9997C36 25.7582 35.5759 26.4645 34.8101 26.9894L22.9018 35.1378C22.3509 35.5154 21.8059 35.7149 21.3448 35.7149C20.4569 35.7149 19.907 35.002 19.907 33.8077V16.1963C19.907 15.0006 20.4576 14.2863 21.3476 14.2863C21.808 14.2863 22.3618 14.4856 22.9115 14.8622Z",
fill: color
}));
});
export default Speed;