UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 407 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var Publish = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M5 4v2h14V4H5zm0 10h4v6h6v-6h4l-7-7-7 7z" })), name: 'Publish' }); export default Publish;