@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.22 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialHttpFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "HttpFilled",
short_name: "Http",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M40-390v-180q0-13 8.5-21.5T70-600q13 0 21.5 8.5T100-570v50h80v-50q0-13 8.5-21.5T210-600q13 0 21.5 8.5T240-570v180q0 13-8.5 21.5T210-360q-13 0-21.5-8.5T180-390v-70h-80v70q0 13-8.5 21.5T70-360q-13 0-21.5-8.5T40-390Zm300 0v-150h-30q-13 0-21.5-8.5T280-570q0-13 8.5-21.5T310-600h120q13 0 21.5 8.5T460-570q0 13-8.5 21.5T430-540h-30v150q0 13-8.5 21.5T370-360q-13 0-21.5-8.5T340-390Zm220 0v-150h-30q-13 0-21.5-8.5T500-570q0-13 8.5-21.5T530-600h120q13 0 21.5 8.5T680-570q0 13-8.5 21.5T650-540h-30v150q0 13-8.5 21.5T590-360q-13 0-21.5-8.5T560-390Zm160 0v-180q0-13 8.5-21.5T750-600h110q24 0 42 18t18 42v40q0 24-18 42t-42 18h-80v50q0 13-8.5 21.5T750-360q-13 0-21.5-8.5T720-390Zm60-110h80v-40h-80v40Z"
}));
});
IconMaterialHttpFilled.displayName = 'OnesyIconMaterialHttpFilled';
export default IconMaterialHttpFilled;