@evg-b/evg-icons
Version:
material icons
15 lines (12 loc) • 566 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var Looks3 = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M.01 0h24v24h-24z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M19.01 3h-14c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4 7.5c0 .83-.67 1.5-1.5 1.5.83 0 1.5.67 1.5 1.5V15c0 1.11-.9 2-2 2h-4v-2h4v-2h-2v-2h2V9h-4V7h4c1.1 0 2 .89 2 2v1.5z"
})),
name: 'Looks3'
});
export default Looks3;