@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.53 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialComponentExchangeW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ComponentExchangeW100",
short_name: "ComponentExchange",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m210-136-5-46q-10-4-17.5-8.5T173-200l-43 18-30-52 36-27v-37l-36-28 30-52 43 18q7-5 15.5-10t16.5-9l5-45h60l5 46q4 1 8 3t7.5 4q3.5 2 7.5 5t9 6l43-18 30 52-36 27q1 8 .5 20t-2.5 18q5 4 8 6t8 6l218-126-29 49-171 98-26 46-43-18q-7 5-15.5 10t-16.5 9l-5 45h-60Zm30-220q-32 0-54 22t-22 54q0 32 22 54t54 22q32 0 54-22t22-54q0-32-22-54t-54-22Zm170-220-5-45q-11-5-19-9.5t-13-9.5l-9 8v218l-28 12v-220l-35-52 35-27v-37l-36-28 30-52 43 18q7-5 15.5-10t16.5-9l5-45h60l5 46q8 3 15 7t17 11l43-18 30 52-36 27v37l36 28-30 52-43-18q-7 5-15.5 10t-16.5 9l-5 45h-60Zm30-220q-32 0-54 22t-22 54q0 32 22 54t54 22q32 0 54-22t22-54q0-32-22-54t-54-22Zm250 660-5-46q-11-5-18-9t-14-9l-43 18-30-52 36-27v-37l-36-27 30-53 43 18q8-6 14.5-10t13.5-8l4-19-215-151h25l2-15 199 139h54l5 46q4 1 8 3t7.5 4q3.5 2 7.5 5t9 6l43-18 30 52-36 27v37l36 28-30 52-43-18q-8 6-16 11t-16 8l-5 45h-60Zm30-220q-32 0-54 22t-22 54q0 32 22 54t54 22q32 0 54-22t22-54q0-32-22-54t-54-22Z"
}));
});
IconMaterialComponentExchangeW100.displayName = 'OnesyIconMaterialComponentExchangeW100';
export default IconMaterialComponentExchangeW100;