@icongo/sti
Version:
Super Tiny Icons
30 lines • 883 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STICodepen = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "CodePen",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#111",
rx: "15%"
}), /*#__PURE__*/_jsxs("g", {
fill: "none",
stroke: "#e6e6e6",
strokeLinejoin: "round",
strokeWidth: 33,
children: [/*#__PURE__*/_jsx("path", {
d: "M81 198v116l175 117 175-117V198L256 81z"
}), /*#__PURE__*/_jsx("path", {
d: "m81 198 175 116 175-116M256 81v117"
}), /*#__PURE__*/_jsx("path", {
d: "m81 314 175-116 175 116M256 431V314"
})]
})]
}));
export { STICodepen };