@brizy/ui
Version:
React elements in Brizy style
5 lines (4 loc) • 859 B
JavaScript
import React from "react";
export const Promote = () => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "currentColor" },
React.createElement("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
React.createElement("path", { d: "M14.2222222,14.2222222 L1.77777778,14.2222222 L1.77777778,1.77777778 L7.11111111,1.77777778 L7.11111111,0 L1.77777778,0 C0.791111111,0 0,0.8 0,1.77777778 L0,14.2222222 C0,15.2 0.791111111,16 1.77777778,16 L14.2222222,16 C15.2,16 16,15.2 16,14.2222222 L16,8.88888889 L14.2222222,8.88888889 L14.2222222,14.2222222 Z M9.77777778,0 L9.77777778,1.77777778 L12.9688889,1.77777778 L4.23111111,10.5155556 L5.48444444,11.7688889 L14.2222222,3.03111111 L14.2222222,6.22222222 L16,6.22222222 L16,0 L9.77777778,0 Z", fill: "currentColor", fillRule: "nonzero" }))));