@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.26 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialRequestQuoteW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "RequestQuoteW100",
short_name: "RequestQuote",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M484-279v27q0 5.2 3.9 9.1 3.9 3.9 9.1 3.9 6 0 10.5-4.5T512-254v-25h66q5.95 0 9.97-4.02Q592-287.05 592-293v-120q0-5.95-4.03-9.98Q583.95-427 578-427H432v-92h146q5.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-4h-66v-27q0-5.2-3.9-9.1-3.9-3.9-9.1-3.9-6 0-10.5 4.5T484-572v25h-66q-5.95 0-9.98 4.03Q404-538.95 404-533v120q0 5.95 4.02 9.98Q412.05-399 418-399h146v92H418q-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 4h66ZM272-132q-26 0-43-17t-17-43v-576q0-26 17-43t43-17h314l162 162v474q0 26-17 43t-43 17H272Zm0-28h416q12 0 22-10t10-22v-460H602q-12.75 0-21.37-8.63Q572-669.25 572-682v-118H272q-12 0-22 10t-10 22v576q0 12 10 22t22 10Zm-32-640v148-148 640-640Z"
}));
});
IconMaterialRequestQuoteW100.displayName = 'OnesyIconMaterialRequestQuoteW100';
export default IconMaterialRequestQuoteW100;