UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 646 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var ThumbUpAlt = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M24 24H0V0h24v24z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M2 20h2c.55 0 1-.45 1-1v-9c0-.55-.45-1-1-1H2v11zm19.83-7.12c.11-.25.17-.52.17-.8V11c0-1.1-.9-2-2-2h-5.5l.92-4.65c.05-.22.02-.46-.08-.66-.23-.45-.52-.86-.88-1.22L14 2 7.59 8.41C7.21 8.79 7 9.3 7 9.83v7.84C7 18.95 8.05 20 9.34 20h8.11c.7 0 1.36-.37 1.72-.97l2.66-6.15z" })), name: 'ThumbUpAlt' }); export default ThumbUpAlt;