@icongo/sti
Version:
Super Tiny Icons
21 lines • 904 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 STILobsters = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Lobste.rs",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#ac130c",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M421 428.1H112.4v-23.5c9.8-.3 17.9-1.2 24.2-2.7 13-3.3 21.5-10.8 23.9-22.8 1.2-6.6 2.3-15.1 2.3-25.5V153.8c-1.5-21.2-1.9-43.1-23.9-47.9-5.4-1.5-16-2.5-24.9-3.1v-21h170.6v21c-10.2.3-23.5 1.2-29.8 2.7-23.4 6.2-21.1 32.9-21 51.5v183.3c-.9 33.9 8.8 51.8 41.2 57.6 23.3-.2 44.1.4 64.9-3.4 21.6-4.4 39.6-18.9 48.4-36.6 4.8-9.8 10.6-33 10.6-45h22.2z"
})]
}));
export { STILobsters };