UNPKG

@semcore/icon

Version:
27 lines 1.25 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootPulse({ 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" })); } RootPulse.displayName = 'Pulse'; const Pulse = createBaseComponent(RootPulse); export { Pulse as default };