@evg-b/evg-icons
Version:
material icons
15 lines (12 loc) • 512 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var FormatPaint = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M18 4V3c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6h1v4H9v11c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-9h8V4h-3z"
})),
name: 'FormatPaint'
});
export default FormatPaint;