UNPKG

@brizy/ui-icons

Version:
7 lines (6 loc) 535 B
import React from "react"; export const Brush = () => (React.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, React.createElement("g", null, React.createElement("g", { transform: "translate(1)", fillRule: "nonzero", fill: "currentColor", stroke: "none", strokeWidth: "1" }, React.createElement("path", { d: "M0 9c0 1.7 1.3 3 3 3h2v2c0 1.1.9 2 2 2s2-.9 2-2v-2h2c1.7 0 3-1.3 3-3H0z" }), React.createElement("path", { d: "M0 0h7l2 3 2-3h3v7H0z" })))));