@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 905 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialLocalBarW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "LocalBarW100Filled",
short_name: "LocalBar",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M466-174v-276L210-738q-3.56-4-5.78-9.25T202-758q0-13 8.71-21.5T232-788h496q12.58 0 21.29 8.38 8.71 8.38 8.71 21.2 0 5.42-2.22 10.85T750-738L494-450v276h160q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H306q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h160ZM298-680h364l72-80H226l72 80Z"
}));
});
IconMaterialLocalBarW100Filled.displayName = 'OnesyIconMaterialLocalBarW100Filled';
export default IconMaterialLocalBarW100Filled;