@brizy/ui
Version:
React elements in Brizy style
5 lines (4 loc) • 724 B
JavaScript
import React from "react";
export const Drop = () => (React.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
React.createElement("g", { stroke: "none", strokeWidth: "1", fill: "currentColor", fillRule: "evenodd" },
React.createElement("path", { d: "M13.09875,4.744 L8.5,0 L3.90125,4.744 C1.36625,7.24 1.36625,11.632 3.90125,14.128 C5.16875,15.376 6.834375,16 8.5,16 C10.165625,16 11.83125,15.376 13.09875,14.128 C15.63375,11.632 15.63375,7.24 13.09875,4.744 Z M8.5,14.408 C7.2,14.408 5.973125,13.912 5.055,13 C4.12875,12.088 3.625,10.888 3.625,9.608 C3.625,8.328 4.12875,6.784 5.055,5.88 L8.5,2.48 L8.5,14.408 Z", fill: "currentColor", fillRule: "nonzero" }))));