@brizy/ui-icons
Version:
5 lines (4 loc) • 369 B
JavaScript
import React from "react";
export const Shorten = () => (React.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
React.createElement("g", { fill: "none", fillRule: "nonzero" },
React.createElement("path", { fill: "currentColor", fillRule: "nonzero", d: "M0 2.25h12v1.5H0Zm0 3h10.5v1.5H0Zm0 3h6v1.5H0Z" }))));