UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.24 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialChargerW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ChargerW100", short_name: "Charger", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m492.85-248.58 76.84-258.44q2.31-7.98-1.86-13.48-4.18-5.5-11.83-5.5h-70v-188.77q0-7.23-6.5-7.73t-8.35 5.12l-76.84 260.34Q392-449 396.17-443.5q4.18 5.5 11.83 5.5h70v186.85q0 7.15 6.5 7.65t8.35-5.08ZM480.17-132q-72.17 0-135.73-27.39-63.56-27.39-110.57-74.35-47.02-46.96-74.44-110.43Q132-407.65 132-479.83q0-72.17 27.39-135.73 27.39-63.56 74.35-110.57 46.96-47.02 110.43-74.44Q407.65-828 479.83-828q72.17 0 135.73 27.39 63.56 27.39 110.57 74.35 47.02 46.96 74.44 110.43Q828-552.35 828-480.17q0 72.17-27.39 135.73-27.39 63.56-74.35 110.57-46.96 47.02-110.43 74.44Q552.35-132 480.17-132ZM480-480Zm0 320q133 0 226.5-93.5T800-480q0-133-93.5-226.5T480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160Z" })); }); IconMaterialChargerW100.displayName = 'OnesyIconMaterialChargerW100'; export default IconMaterialChargerW100;