UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 444 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var Crop = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M17 15h2V7c0-1.1-.9-2-2-2H9v2h8v8zM7 17V1H5v4H1v2h4v10c0 1.1.9 2 2 2h10v4h2v-4h4v-2H7z" })), name: 'Crop' }); export default Crop;