@brizy/ui-icons
Version:
9 lines (8 loc) • 818 B
JavaScript
import React from "react";
export const Paragraph = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" },
React.createElement("path", { fill: "currentColor", d: "M6 0H1C.4 0 0 .4 0 1v5c0 .6.4 1 1 1h5c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1z" }),
React.createElement("path", { fill: "currentColor", d: "M6 9H1c-.6 0-1 .4-1 1v5c0 .6.4 1 1 1h5c.6 0 1-.4 1-1v-5c0-.6-.4-1-1-1z" }),
React.createElement("path", { d: "M9 1h7v2H9z", "data-color": "color-2" }),
React.createElement("path", { d: "M9 4h7v2H9z", "data-color": "color-2" }),
React.createElement("path", { d: "M9 10h7v2H9z", "data-color": "color-2" }),
React.createElement("path", { d: "M9 13h7v2H9z", "data-color": "color-2" })));