@brizy/ui-icons
Version:
8 lines (7 loc) • 659 B
JavaScript
import React from "react";
export const Blocks = () => (React.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
React.createElement("g", null,
React.createElement("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
React.createElement("rect", { fill: "currentColor", x: "1", y: "6", width: "14", height: "9", rx: "1" }),
React.createElement("rect", { fill: "currentColor", x: "3", y: "3", width: "10", height: "2", rx: "1" }),
React.createElement("rect", { fill: "currentColor", x: "5", y: "1", width: "6", height: "1", rx: ".5" })))));