@icongo/sti
Version:
Super Tiny Icons
21 lines • 688 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 STIThisamericanlife = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "This American Life",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#ed0017",
d: "M90 170v98h117v-98zm157.7 0v29.25H423V170zm0 69v29.25H423V239zm30.3 97.25h145V307H90v29.25h118v84.15z"
})]
}));
export { STIThisamericanlife };