UNPKG

@semcore/icon

Version:
25 lines 1.24 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 RootLightning({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Lightning", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M5.03 16a1 1 0 0 1-.41-.09 1 1 0 0 1-.57-1.14L5.41 9H4a1 1 0 0 1-.75-.35 1 1 0 0 1-.24-.8l1-7a1 1 0 0 1 1-.85h5a1 1 0 0 1 .94 1.39L9.83 4h2.22a1 1 0 0 1 .89.53 1 1 0 0 1-.07 1l-7 10a1 1 0 0 1-.84.47Zm.13-9h1.51a1 1 0 0 1 1 1.22l-.45 1.92L10.11 6H8.25a1 1 0 0 1-.83-.45 1 1 0 0 1-.08-1l1.12-2.6H5.87L5.16 7Z", shapeRendering: "geometricPrecision" })); } RootLightning.displayName = 'Lightning'; const Lightning = createBaseComponent(RootLightning); export { Lightning as default };