UNPKG

@evg-b/evg-icons

Version:

material icons

16 lines (13 loc) 501 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var Foundation = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", { fill: "none", height: "24", width: "24" }), /*#__PURE__*/React.createElement("path", { d: "M19,12h3L12,3L2,12h3v3H3v2h2v3h2v-3h4v3h2v-3h4v3h2v-3h2v-2h-2V12z M7,15v-4.81l4-3.6V15H7z M13,15V6.59l4,3.6V15H13z" })), name: 'Foundation' }); export default Foundation;