UNPKG

@icongo/sti

Version:
21 lines 663 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 STIWebmention = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "WebMention", viewBox: "0 0 512 512" }, props, { children: [/*#__PURE__*/_jsx("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/_jsx("path", { fill: "#610371", d: "m292 418-42-129-41 129h-55L88 169h55l39 169 43-129h51l42 131 30-131h-40l82-76 51 76h-40l-56 208z" })] })); export { STIWebmention };