UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.45 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialReceiptLongOffW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ReceiptLongOffW100", short_name: "ReceiptLongOff", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m842-78-64-64q-7 6-16 8t-14 2H240q-29 0-48.5-19.5T172-200v-38q0-13 8.5-21.5T202-268h90v-360L100-820q-4-4-4.5-9.5T100-840q5-5 10-5t10 5L862-98q5 5 4.5 10.5T862-78q-4 4-9.5 4.5T842-78Zm-602-82h520l-80-80H200v40q0 17 11.5 28.5T240-160Zm520-158v-442H335q-11 0-21-4t-18-12l-1-1q-4-4-3.5-8.5t2.5-8.5q2-4 6.5-4.5t9.5 1.5l23 13q4 2 7 2t7-2l36-20q4-2 7-2t7 2l36 20q4 2 7 2t7-2l36-20q4-2 7-2t7 2l36 20q4 2 7 2t7-2l36-20q4-2 7-2t7 2l36 20q4 2 7 2t7-2l36-20q4-2 7-2t7 2l36 20q4 2 7 2t7-2l30-17q4-2 7.5 0t3.5 6v477q0 7-4.5 10.5T774-304q-5 0-9.5-3.5T760-318Zm-440 50h332L320-600v332Zm252-358H452q-7 0-10.5-4.5T438-640q0-5 3.5-9.5T452-654h120q6 0 10 4t4 10q0 6-4 10t-10 4Zm102 134q-11 0-19.5-8.5T646-520q0-11 8.5-19.5T674-548q11 0 19.5 8.5T702-520q0 11-8.5 19.5T674-492Zm0-120q-11 0-19.5-8.5T646-640q0-11 8.5-19.5T674-668q11 0 19.5 8.5T702-640q0 11-8.5 19.5T674-612ZM200-160v-80 80Z" })); }); IconMaterialReceiptLongOffW100.displayName = 'OnesyIconMaterialReceiptLongOffW100'; export default IconMaterialReceiptLongOffW100;