UNPKG

@icongo/sti

Version:
29 lines (28 loc) 1.27 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIW3C = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIW3C = function STIW3C(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "W3C", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#005a9c", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#fff", d: "m165 152 37 124 37-124h99v13l-38 64c16 4 40 20 40 62 0 78-83 88-103 24l20-8c19 40 55 28 55-16 0-13-2-41-36-41h-10v-11l36-61h-45l-52 179h-2l-39-126-37 126h-3L63 152h26l37 124 25-83-12-41m222 118c-31-63 23-165 67-89l15-30 4 26-16 29c-29-54-80-14-70 64m-16 25c31 60 74 50 99 3l5 21c-28 53-83 52-105-24zm16-25c-31-63 23-165 67-89l15-30 4 26-16 29c-29-54-80-14-70 64z" })] })); }; exports.STIW3C = STIW3C;