UNPKG

@semcore/icon

Version:
26 lines 1.26 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function Pulse({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Pulse", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.943 5.002a1 1 0 0 0-.883.656l-3.019 8.303L7.95 7.684a1 1 0 0 0-1.898 0L5.28 10H3a1 1 0 1 0 0 2h3a1 1 0 0 0 .949-.684L7 11.162l2.051 6.154a1 1 0 0 0 1.889.026l3.205-8.815 2.96 5.92a1 1 0 0 0 1.844-.13L19.72 12H22a1 1 0 1 0 0-2h-3a1 1 0 0 0-.949.684l-.236.71-2.92-5.841a1 1 0 0 0-.952-.551Z", shapeRendering: "geometricPrecision" })); } Pulse.displayName = 'Pulse'; export default createBaseComponent(Pulse);