@evg-b/evg-icons
Version:
material icons
17 lines (14 loc) • 664 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var CameraEnhance = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0V0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M9 3L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2h-3.17L15 3H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 17l1.25-2.75L16 13l-2.75-1.25L12 9l-1.25 2.75L8 13l2.75 1.25z"
})),
name: 'CameraEnhance'
});
export default CameraEnhance;