UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 845 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSadTabW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SadTabW100", short_name: "SadTab", viewBox: "0 96 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M348 726h28v-28h208v29h28v-29h-28v-28H376v28h-28v28Zm14-152h28v-68h-28v68Zm208 0h28v-68h-28v68ZM192 844q-26 0-43-17t-17-43V408q0-26 17-43t43-17h223q12 0 23.5 5t19.5 13l22 22h288q26 0 43 17t17 43v336q0 26-17 43t-43 17H192Zm0-28h576q12 0 22-10t10-22V448q0-12-10-22t-22-10H160v368q0 12 10 22t22 10Zm-32 0V416v400Z" })); }); IconMaterialSadTabW100.displayName = 'OnesyIconMaterialSadTabW100'; export default IconMaterialSadTabW100;