UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.6 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCrowdsourceW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CrowdsourceW100", short_name: "Crowdsource", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M624-552q-20 0-34-14t-14-34q0-20 14-34t34-14q20 0 34 14t14 34q0 20-14 34t-34 14Zm-288 0q-20 0-34-14t-14-34q0-20 14-34t34-14q20 0 34 14t14 34q0 20-14 34t-34 14Zm144 88q-20 0-34-14t-14-34q0-20 14-34t34-14q20 0 34 14t14 34q0 20-14 34t-34 14Zm0-176q-20 0-34-14t-14-34q0-20 14-34t34-14q20 0 34 14t14 34q0 20-14 34t-34 14Zm.049 416Q464-224 447.5-226t-31.5-7v-114q0-29 18.8-49t45.2-20q26.4 0 45.2 20 18.8 20 18.8 49v114q-15 5-31.451 7-16.45 2-32.5 2ZM368-250q-15.789-6.286-30.395-14.143Q323-272 309.022-281.75 286-298 273-323.6T260-378q0-20.141-4.5-37.57-4.5-17.43-15.583-34.4Q232-461 210.062-482.322q-21.938-21.322-40.287-39.827Q161-531 161-544.222T170-566q8.8-9 22.4-9 13.6 0 22.388 8.787l122.234 115.834Q353-436 360.5-416q7.5 20 7.5 40v126Zm224 0v-125.59q0-20.666 8-40.538Q608-436 623-450l122.864-116.186Q755.5-575 768.75-575t22.25 9q9 9 9 22.25t-8.735 21.824Q773-504 750.577-482.727 728.154-461.455 720-450q-11.2 15.906-15.6 33.799-4.4 17.894-4.4 38.571 0 28.63-13 54.13-13 25.5-36.2 42.274Q638-272 623.07-264.143 608.14-256.286 592-250Z" })); }); IconMaterialCrowdsourceW100.displayName = 'AmauiIconMaterialCrowdsourceW100'; export default IconMaterialCrowdsourceW100;