@brizy/ui
Version:
React elements in Brizy style
8 lines (7 loc) • 1.56 kB
JavaScript
import React from "react";
export const CmsIconDatePicker = () => (React.createElement("svg", { id: "cms-date-picker", 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("g", { transform: "translate(-686.000000, -2060.000000)", fill: "currentColor" },
React.createElement("g", { transform: "translate(368.000000, 26.000000)" },
React.createElement("g", { transform: "translate(54.000000, 1996.000000)" },
React.createElement("path", { d: "M266,38 L278,38 C279.104569,38 280,38.8954305 280,40 L280,52 C280,53.1045695 279.104569,54 278,54 L266,54 C264.895431,54 264,53.1045695 264,52 L264,40 C264,38.8954305 264.895431,38 266,38 Z M270.5,42 L270.5,43 L271.5,43 L271.5,42 L272.5,42 L272.5,43 L273.5,43 L273.5,42 L274.5,42 L274.5,43 L275.5,43 C275.7765,43 276,43.2235 276,43.5 L276,43.5 L276,49.5 C276,49.7765 275.7765,50 275.5,50 L275.5,50 L268.5,50 C268.2235,50 268,49.7765 268,49.5 L268,49.5 L268,43.5 C268,43.2235 268.2235,43 268.5,43 L268.5,43 L269.5,43 L269.5,42 L270.5,42 Z M275,44.5 L269,44.5 L269,49 L275,49 L275,44.5 Z M271,47 L271,48 L270,48 L270,47 L271,47 Z M272.5,47 L272.5,48 L271.5,48 L271.5,47 L272.5,47 Z M274,47 L274,48 L273,48 L273,47 L274,47 Z M271,45.5 L271,46.5 L270,46.5 L270,45.5 L271,45.5 Z M272.5,45.5 L272.5,46.5 L271.5,46.5 L271.5,45.5 L272.5,45.5 Z M274,45.5 L274,46.5 L273,46.5 L273,45.5 L274,45.5 Z" })))))));