UNPKG

@icongo/sti

Version:
21 lines 636 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 STIPinboard = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Pinboard", viewBox: "0 0 512 512" }, props, { children: [/*#__PURE__*/_jsx("rect", { width: 512, height: 512, fill: "#182ef5", rx: "15%" }), /*#__PURE__*/_jsx("path", { fill: "#fff", d: "M182 56 56 185l57-3 102 126-12 68 75-77 178 157-156-175 78-83-75 18-121-111" })] })); export { STIPinboard };