@sanity/logos
Advanced tools
Comparing version 1.0.0-beta.5 to 1.0.0-beta.6
@@ -21,3 +21,3 @@ "use strict"; | ||
function GroqLogo(props) { | ||
return (react_1.default.createElement("svg", __assign({ height: "1em", viewBox: "0 0 304 64", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
return (react_1.default.createElement("svg", __assign({ "data-sanity-icon": "groq-logo", height: "1em", viewBox: "0 0 304 64", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
react_1.default.createElement("path", { d: "M32 0L0 32H32V0Z", fill: color_1.hues.magenta[400].hex }), | ||
@@ -24,0 +24,0 @@ react_1.default.createElement("path", { d: "M32 32H0L32 64V32Z", fill: color_1.hues.green[300].hex }), |
import { hues } from '@sanity/color'; | ||
import React from 'react'; | ||
export function GroqLogo(props) { | ||
return (React.createElement("svg", Object.assign({ height: "1em", viewBox: "0 0 304 64", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
return (React.createElement("svg", Object.assign({ "data-sanity-icon": "groq-logo", height: "1em", viewBox: "0 0 304 64", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { d: "M32 0L0 32H32V0Z", fill: hues.magenta[400].hex }), | ||
@@ -6,0 +6,0 @@ React.createElement("path", { d: "M32 32H0L32 64V32Z", fill: hues.green[300].hex }), |
{ | ||
"name": "@sanity/logos", | ||
"version": "1.0.0-beta.5", | ||
"version": "1.0.0-beta.6", | ||
"main": "dist/cjs/index.js", | ||
@@ -49,3 +49,3 @@ "module": "dist/es/index.js", | ||
}, | ||
"gitHead": "1a4624dbae548e29ba2bef4680f869c34d29a128" | ||
"gitHead": "1f13d1aa815c2baea171c4e43bb7822de66ed9c7" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
35684