@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 696 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialFlashOn = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FlashOn",
short_name: "FlashOn",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M10.925 21.4q-.2.35-.562.237Q10 21.525 10 21.15V14H8q-.425 0-.713-.288Q7 13.425 7 13V3q0-.425.287-.713Q7.575 2 8 2h7.45q.55 0 .85.45.3.45.075.95L13 11h2.25q.575 0 .875.5.3.5 0 1Z"
}));
});
IconMaterialFlashOn.displayName = 'AmauiIconMaterialFlashOn';
export default IconMaterialFlashOn;