@react-symbols/icons
Version:
Symbols icons by Miguel Solorio for React
4 lines • 690 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const SVG = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24" }, props, { children: [_jsx("path", { stroke: "#52525B", strokeWidth: "1.5", d: "M5 5H19V19H5z" }), _jsx("rect", { width: "4", height: "4", x: "3", y: "3", fill: "#F472B6", rx: "1" }), _jsx("rect", { width: "4", height: "4", x: "17", y: "3", fill: "#F472B6", rx: "1" }), _jsx("rect", { width: "4", height: "4", x: "17", y: "17", fill: "#F472B6", rx: "1" }), _jsx("rect", { width: "4", height: "4", x: "3", y: "17", fill: "#F472B6", rx: "1" })] })));
export default SVG;
//# sourceMappingURL=svg.js.map