UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 798 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialElectricBoltW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ElectricBoltW100", short_name: "ElectricBolt", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m477-406-238-27q-20-2-25.5-21t9.5-32l386-339q2-2 4.5-3t7.5-1q8 0 13 7t0 15L480-553l240 27q20 2 26 20.5t-9 31.5L351-134q-2 2-4.5 2.5t-7.5.5q-8 0-12-7t0-14l150-254Zm-81 193 325-285-287-31 132-220-327 286 286 34-129 216Zm84-268Z" })); }); IconMaterialElectricBoltW100.displayName = 'OnesyIconMaterialElectricBoltW100'; export default IconMaterialElectricBoltW100;