UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.03 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialLightningStandW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "LightningStandW100Filled", short_name: "LightningStand", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M448-560h-38q-9 0-13.5-7t.5-15l101-177q3-5 8.5-4t5.5 7v132h38q9 0 13.5 7t-.5 15L462-425q-3 5-8.5 4t-5.5-7v-132Zm32 468q-134 0-201-32t-67-96q0-41 17-63.5t46-31.5q-11 5-17 16t-6 27q0 24 15 42.5t44 31q29 12.5 71.5 19.5t97.5 7q55 0 97.5-7t71.5-19.5q29-12.5 44-31t15-42.5q0-16-6-27t-17-16q29 9 46 31.5t17 63.5q0 64-67 96T480-92Zm0-108q-87 0-143.5-21T280-274q0-32 56.5-53T480-348q87 0 143.5 21t56.5 53q0 32-56.5 53T480-200Z" })); }); IconMaterialLightningStandW100Filled.displayName = 'OnesyIconMaterialLightningStandW100Filled'; export default IconMaterialLightningStandW100Filled;