@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSellW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SellW100",
short_name: "Sell",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M810-395 565-150q-9.14 9-20.57 13.5t-22.68 4.5q-11.25 0-22.5-4.5T479-150L150-478q-9-8-13.5-19.28Q132-508.56 132-521v-246q0-25.16 17.5-43.08Q167-828 193-828h246q12.07 0 23.39 4.87Q473.7-818.25 482-810l328 328q9.39 9.14 13.7 20.57Q828-450 828-438.38q0 11.62-4.3 22.85Q819.39-404.3 810-395ZM545-170l245-245q10-10 10-23.5T790-462L452-799H193q-14 0-23.5 9t-9.5 23v246q0 6 2 12t7 11l329 328q10 10 23.5 10t23.5-10ZM262.59-663q14.41 0 24.41-9.92 10-9.91 10-24.08 0-14.58-9.92-24.79Q277.17-732 263-732q-14.58 0-24.79 10.09Q228-711.82 228-697.41T238.09-673q10.09 10 24.5 10ZM482-478Z"
}));
});
IconMaterialSellW100.displayName = 'OnesyIconMaterialSellW100';
export default IconMaterialSellW100;