@icongo/sti
Version:
Super Tiny Icons
25 lines • 773 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 STIBlogger = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Blogger",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#FF5722",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M95 184c0-51 41-93 93-93h86c64 0 103 61 85 126 0 0 61-3 66 58v53c0 46-34 93-93 93H183c-49 0-88-39-88-88z"
}), /*#__PURE__*/_jsx("path", {
stroke: "#FF5722",
strokeWidth: 55,
d: "M199 188h68m-74 129h133"
})]
}));
export { STIBlogger };