UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 390 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var Add = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z" })), name: 'Add' }); export default Add;