@brizy/ui
Version:
React elements in Brizy style
5 lines (4 loc) • 1.47 kB
JavaScript
import React from "react";
export const CmsFile = () => (React.createElement("svg", { id: "cms-file", 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: "M9.52517748,12.8297214 C7.98838519,14.4148607 5.58714725,14.4148607 4.05035496,12.8297214 C2.51356267,11.244582 2.41751315,8.86687307 3.95430544,7.38080495 L8.27653375,2.92260062 C9.23702893,1.93188854 10.7738212,1.93188854 11.6382669,2.92260062 C12.5987621,3.91331269 12.5987621,5.49845201 11.6382669,6.39009288 L8.27653375,9.95665635 C7.89233568,10.3529412 7.31603857,10.3529412 6.9318405,9.95665635 C6.54764242,9.56037152 6.54764242,8.96594427 6.9318405,8.56965944 L9.621227,5.79566563 L8.18048423,4.40866873 L5.58714725,7.08359133 C4.43455303,8.27244582 4.43455303,10.1547988 5.58714725,11.244582 C6.73974146,12.3343653 8.5646823,12.4334365 9.621227,11.244582 L13.0790096,7.67801858 C14.807901,5.89473684 14.807901,3.12074303 13.0790096,1.3374613 C11.3501183,-0.445820433 8.66073182,-0.445820433 6.9318405,1.3374613 L2.60961219,5.99380805 C0.400473279,8.27244582 0.496522797,11.9380805 2.70566171,14.2167183 C3.85825592,15.4055728 5.29899869,16 6.83579098,16 C8.37258326,16 9.81332603,15.4055728 10.8698707,14.2167183 L15,9.95665635 L13.6553067,8.56965944 L9.52517748,12.8297214 Z", fill: "currentColor", fillRule: "nonzero" }))));