@evg-b/evg-icons
Version:
material icons
17 lines (14 loc) • 647 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var LineWeight = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("rect", {
fill: "none",
height: "24",
width: "24",
x: "0"
})), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
d: "M3,17h18v-2H3V17z M3,20h18v-1H3V20z M3,13h18v-3H3V13z M3,4v4h18V4H3z"
}))))),
name: 'LineWeight'
});
export default LineWeight;