@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 963 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialFormatQuoteOffFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FormatQuoteOffFilled",
short_name: "FormatQuoteOff",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M819-84q-12 11-28 11.5T763-84L425-422l-94 162q-5 9-14 14.5t-20 5.5q-23 0-34.5-20t-.5-40l58-100q-66 0-113-47t-47-113q0-27 8.5-51t23.5-44L84-763q-11-11-11-27.5T84-819q12-12 28.5-12t28.5 12l679 679q12 12 11.5 28T819-84ZM699-374 539-534q-10-10-14.5-22t-4.5-25q0-26 15-52t39-47q21-19 48-29.5t58-10.5q66 0 113 47t47 113q0 21-5.5 41.5T818-480l-56 98q-10 17-29.5 19.5T699-374Z"
}));
});
IconMaterialFormatQuoteOffFilled.displayName = 'OnesyIconMaterialFormatQuoteOffFilled';
export default IconMaterialFormatQuoteOffFilled;