@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 879 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialLdaW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "LdaW100Filled",
short_name: "Lda",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m466-293-206-87q-8-4-13-11.5t-5-16.5v-82q0-13 8.5-21.5T272-520h194v-120h-74q-13 0-21.5-8.5T362-670v-96q0-13 8.5-21.5T392-796h176q13 0 21.5 8.5T598-766v96q0 13-8.5 21.5T568-640h-74v120h194q13 0 21.5 8.5T718-490v82q0 9-5 16.5T700-380l-206 87v111q0 6-4 10t-10 4q-6 0-10-4t-4-10v-111Zm0-31v-168H270v85l196 83Zm28 0 196-83v-85H494v168Z"
}));
});
IconMaterialLdaW100Filled.displayName = 'OnesyIconMaterialLdaW100Filled';
export default IconMaterialLdaW100Filled;