UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 761 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFlashOn = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FlashOn", short_name: "FlashOn", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m480-336 128-184H494l80-280H360v320h120v144Zm215-170L455-159q-6 9-15.5 12t-18.5 0q-9-3-15-10.5t-6-18.5v-224h-40q-33 0-56.5-23.5T280-480v-320q0-33 23.5-56.5T360-880h234q32 0 51.5 25t11.5 55l-57 200h45q36 0 53.5 32t-3.5 62Zm-215 26H360h120Z" })); }); IconMaterialFlashOn.displayName = 'OnesyIconMaterialFlashOn'; export default IconMaterialFlashOn;