UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 730 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFlashOnFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FlashOnFilled", short_name: "FlashOn", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M421-147q-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 62L455-159q-6 9-15.5 12t-18.5 0Z" })); }); IconMaterialFlashOnFilled.displayName = 'OnesyIconMaterialFlashOnFilled'; export default IconMaterialFlashOnFilled;