UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 985 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialDuoW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DuoW100", short_name: "Duo", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480.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.4-135.73 27.41-63.56 74.39-110.57 46.98-47.02 110.49-74.44Q407.79-828 480-828h288q26 0 43 17t17 43v288q0 72.21-27.39 135.72-27.39 63.51-74.35 110.49-46.96 46.98-110.43 74.39Q552.35-132 480.17-132Zm-.17-28q134 0 227-93t93-227v-288q0-14-9-23t-23-9H480q-134 0-227 93t-93 227q0 134 93 227t227 93ZM320-394h228v-80l120 80v-188l-120 80v-80H320v188Zm160-86Z" })); }); IconMaterialDuoW100.displayName = 'OnesyIconMaterialDuoW100'; export default IconMaterialDuoW100;