@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 881 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialLdaFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "LdaFilled",
short_name: "Lda",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m440-217-191-80q-23-9-36-29.5T200-371v-69q0-33 23.5-56.5T280-520h160v-120h-40q-33 0-56.5-23.5T320-720v-80q0-33 23.5-56.5T400-880h160q33 0 56.5 23.5T640-800v80q0 33-23.5 56.5T560-640h-40v120h160q33 0 56.5 23.5T760-440v69q0 24-13 44.5T711-297l-191 80v97q0 17-11.5 28.5T480-80q-17 0-28.5-11.5T440-120v-97Zm0-87v-136H280v69l160 67Zm80 0 160-67v-69H520v136Z"
}));
});
IconMaterialLdaFilled.displayName = 'OnesyIconMaterialLdaFilled';
export default IconMaterialLdaFilled;