UNPKG

@evg-b/evg-icons

Version:

material icons

17 lines (14 loc) 527 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var StarRate = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("rect", { fill: "none", height: "24", width: "24", x: "0" }), /*#__PURE__*/React.createElement("polygon", { points: "14.43,10 12,2 9.57,10 2,10 8.18,14.41 5.83,22 12,17.31 18.18,22 15.83,14.41 22,10" }))), name: 'StarRate' }); export default StarRate;