UNPKG

@brizy/ui-icons

Version:
7 lines (6 loc) 544 B
import React from "react"; export const AlignHorizontalLegacy = ({ 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: 16, height: 2, y: 14, rx: 1 }), React.createElement("rect", { width: 10, height: 4, x: 3, y: 6, rx: 1 }), React.createElement("rect", { width: 16, height: 2, rx: 1 }))));