UNPKG

@icongo/sti

Version:
23 lines 678 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var STIVivino = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Vivino", viewBox: "0 0 512 512" }, props, { children: [/*#__PURE__*/_jsx("rect", { width: 512, height: 512, fill: "#a91b2a", rx: "15%" }), /*#__PURE__*/_jsx("path", { stroke: "#fff", strokeLinecap: "round", strokeWidth: 70, d: "M181 291zm41-70zm0 140zm40 70zm0-140zm0-140zm40-70zm0 140zm0 140zm41-70z" })] })); export { STIVivino };