UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 415 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var Functions = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M18 4H6v2l6.5 6L6 18v2h12v-3h-7l5-5-5-5h7z" })), name: 'Functions' }); export default Functions;