UNPKG

@brizy/ui-icons

Version:
8 lines (7 loc) 611 B
import React from "react"; export const AlignHorizontal = () => (React.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, React.createElement("g", null, React.createElement("g", { fill: "currentColor", stroke: "none", strokeWidth: "1", fillRule: "evenodd" }, React.createElement("rect", { x: "0", y: "14", width: "16", height: "2", rx: "1" }), React.createElement("rect", { x: "3", y: "6", width: "10", height: "4", rx: "1" }), React.createElement("rect", { x: "0", y: "0", width: "16", height: "2", rx: "1" })))));