UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 931 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialLightW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "LightW100", short_name: "Light", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-220q-47 0-79.5-32.5T368-332H200q-11.55 0-19.77-8.23Q172-348.45 172-360q0-121 85-212t209-96v-86q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v86q124 5 209 96t85 212q0 11.55-8.22 19.77Q771.55-332 760-332H592q0 47-32.5 79.5T480-220ZM200-360h560q0-116-82-198t-198-82q-116 0-198 82t-82 198Zm280.25 112q34.75 0 59.25-24.67Q564-297.35 564-332H396q0 35 24.75 59.5t59.5 24.5Zm-.25-84Z" })); }); IconMaterialLightW100.displayName = 'OnesyIconMaterialLightW100'; export default IconMaterialLightW100;