@evg-b/evg-icons
Version:
material icons
16 lines (13 loc) • 581 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var CommentBank = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("rect", {
fill: "none",
height: "24",
width: "24"
})), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
d: "M20,2H4C2.9,2,2,2.9,2,4v18l4-4h14c1.1,0,2-0.9,2-2V4C22,2.9,21.1,2,20,2z M19,13l-2.5-1.5L14,13V5h5V13z"
}))),
name: 'CommentBank'
});
export default CommentBank;