UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 503 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var LabelImportant = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0V0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M3.5 18.99l11 .01c.67 0 1.27-.33 1.63-.84L20.5 12l-4.37-6.16c-.36-.51-.96-.84-1.63-.84l-11 .01L8.34 12 3.5 18.99z" })), name: 'LabelImportant' }); export default LabelImportant;