UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 849 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialThumbDownOff = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ThumbDownOff", short_name: "ThumbDownOff", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M3 16q-.8 0-1.4-.6Q1 14.8 1 14v-2q0-.175.05-.375t.1-.375l3-7.05q.225-.5.75-.85T6 3h11v13l-6 5.95q-.375.375-.887.437-.513.063-.988-.187t-.7-.7q-.225-.45-.1-.925L9.45 16Zm12-.85V5H6l-3 7v2h9l-1.35 5.5ZM20 3q.825 0 1.413.587Q22 4.175 22 5v9q0 .825-.587 1.412Q20.825 16 20 16h-3v-2h3V5h-3V3Zm-5 2v10.15V5Z" })); }); IconMaterialThumbDownOff.displayName = 'OnesyIconMaterialThumbDownOff'; export default IconMaterialThumbDownOff;