UNPKG

@brizy/ui-icons

Version:
7 lines (6 loc) 553 B
import React from "react"; export const BlocksLegacy = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" }, React.createElement("g", { fill: "currentColor", fillRule: "evenodd" }, React.createElement("rect", { width: 14, height: 9, x: 1, y: 6, rx: 1 }), React.createElement("rect", { width: 10, height: 2, x: 3, y: 3, rx: 1 }), React.createElement("rect", { width: 6, height: 1, x: 5, y: 1, rx: 0.5 }))));