UNPKG

@evg-b/evg-icons

Version:

material icons

16 lines (13 loc) 448 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var Details = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", { fill: "none", height: "24", width: "24" }), /*#__PURE__*/React.createElement("path", { d: "M12,3L2,21h20L12,3z M13,8.92L18.6,19H13V8.92z M11,8.92V19H5.4L11,8.92z" })), name: 'Details' }); export default Details;