UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 689 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialCloudFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CloudFilled", short_name: "Cloud", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M260-160q-91 0-155.5-63T40-377q0-78 47-139t123-78q25-92 100-149t170-57q117 0 198.5 81.5T760-520q69 8 114.5 59.5T920-340q0 75-52.5 127.5T740-160H260Z" })); }); IconMaterialCloudFilled.displayName = 'OnesyIconMaterialCloudFilled'; export default IconMaterialCloudFilled;