UNPKG

@icongo/sti

Version:
24 lines 700 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 STIStrava = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Strava", viewBox: "0 0 512 512" }, props, { children: [/*#__PURE__*/_jsx("rect", { width: 512, height: 512, fill: "#fc4c01", rx: "15%" }), /*#__PURE__*/_jsx("path", { fill: "#fff", d: "M120 288 232 56l112 232h-72l-40-96-40 96z" }), /*#__PURE__*/_jsx("path", { fill: "#fda580", d: "m280 288 32 72 32-72h48l-80 168-80-168z" })] })); export { STIStrava };