@iconscout/react-unicons-monochrome
Version:
1,100+ vector icons as easy to use React Components
23 lines • 922 B
JavaScript
import * as React from "react";
import "../utils/style.css";
function UimWebGridAlt(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({}, props, {
xmlns: "http://www.w3.org/2000/svg",
enableBackground: "new 0 0 24 24",
viewBox: "0 0 24 24",
width: props.size || '1em',
height: props.size || '1em',
fill: "currentColor",
className: `ui-svg-inline ${props.className || ''}`
}), /*#__PURE__*/React.createElement("polygon", {
opacity: 0.25,
points: "22 8 2 8 2 10 11 10 11 22 13 22 13 10 22 10"
}), /*#__PURE__*/React.createElement("path", {
opacity: 1,
d: "M3,2h18c0.55228,0,1,0.44772,1,1v5l0,0H2l0,0V3C2,2.44772,2.44772,2,3,2z"
}), /*#__PURE__*/React.createElement("path", {
opacity: 0.5,
d: "M2,10h9l0,0v12l0,0H3c-0.55228,0-1-0.44772-1-1V10L2,10z M13,10h9l0,0v11c0,0.55228-0.44772,1-1,1h-8l0,0V10L13,10z"
}));
}
export default UimWebGridAlt;