UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.48 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialEntW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "EntW100", short_name: "Ent", viewBox: "0 96 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M445 710h115q5.95 0 9.975-4.035 4.025-4.035 4.025-10T569.975 686q-4.025-4-9.975-4H448l12-112q2-26 20.73-43 18.729-17 44.27-17h119q5.95 0 9.975-4.035 4.025-4.035 4.025-10T653.975 486q-4.025-4-9.975-4H526q-36.817 0-63.45 24.398Q435.917 530.796 432 567l-36 342q0 3 1.018 5.743 1.018 2.743 2.884 4.8 1.866 2.057 4.41 3.257 2.545 1.2 5.599 1.2 5.089 0 9.229-3.5 4.14-3.5 4.86-8.5l21-202Zm-153 70q-57-52-88.5-115.5T172 535.277q0-128.032 89.833-217.655Q351.667 228 480 228q103 0 187.5 63.5T777 455l38.316 151.92Q819 621 810 632.5q-9 11.5-24 11.5h-78v140q0 24.75-17.625 42.375T648 844H548v66q0 5.95-4.035 9.975-4.035 4.025-10 4.025T524 919.975q-4-4.025-4-9.975v-63.505q0-13.495 8.625-21.995Q537.25 816 550 816h98q14 0 23-9t9-23V646q0-12.75 8.625-21.375T710 616h78l-38-155q-23-92-99-148.5T480 256q-116 0-198 81.291Q200 418.583 200 535q0 59.744 24.5 113.513 24.5 53.769 69.5 95.59L320 768v142q0 5.95-4.035 9.975-4.035 4.025-10 4.025T296 919.975q-4-4.025-4-9.975V780Zm202-190Z" })); }); IconMaterialEntW100.displayName = 'AmauiIconMaterialEntW100'; export default IconMaterialEntW100;