@brizy/ui
Version:
React elements in Brizy style
5 lines (4 loc) • 666 B
JavaScript
import React from "react";
export const CmsIconEditFields = () => (React.createElement("svg", { id: "cms-edit-fields", width: "1em", height: "1em", viewBox: "0 0 16 16", version: "1.1", fill: "currentColor" },
React.createElement("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
React.createElement("path", { d: "M8.1,3.5 L12.5,7.9 L4.7,15.7 C4.5,15.9 4.3,16 4,16 L4,16 L1,16 C0.4,16 0,15.6 0,15 L0,15 L0,12 C0,11.7 0.1,11.5 0.3,11.3 L0.3,11.3 L8.1,3.5 Z M11.3,0.3 C11.7,-0.1 12.3,-0.1 12.7,0.3 L12.7,0.3 L15.7,3.3 C16.1,3.7 16.1,4.3 15.7,4.7 L15.7,4.7 L13.9,6.5 L9.5,2.1 Z", fill: "currentColor", fillRule: "nonzero" }))));