@evg-b/evg-icons
Version:
material icons
20 lines (17 loc) • 699 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var HowToReg = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none",
fillRule: "evenodd"
}), /*#__PURE__*/React.createElement("g", {
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("path", {
d: "M9 17l3-2.94c-.39-.04-.68-.06-1-.06-2.67 0-8 1.34-8 4v2h9l-3-3zm2-5c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4"
}), /*#__PURE__*/React.createElement("path", {
d: "M15.47 20.5L12 17l1.4-1.41 2.07 2.08 5.13-5.17 1.4 1.41z"
}))),
name: 'HowToReg'
});
export default HowToReg;