@icongo/sti
Version:
Super Tiny Icons
41 lines • 1.29 kB
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 STIAmazonS3 = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink",
width: "1em",
height: "1em",
"aria-label": "Amazon Simple Storage Service",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#e05243",
d: "m260 348-137 33V131l137 32z"
}), /*#__PURE__*/_jsx("path", {
fill: "#8c3123",
d: "m256 349 133 32V131l-133 32v186"
}), /*#__PURE__*/_jsx("g", {
fill: "#e05243",
children: /*#__PURE__*/_jsx("path", {
id: "prefix__a",
d: "M256 64v97l58 14V93zm133 67v250l26-13V143zm-133 77v97l58-8v-82zm58 129-58 14v97l58-29z"
})
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__a",
fill: "#8c3123",
transform: "rotate(180 256 256)"
}), /*#__PURE__*/_jsx("path", {
fill: "#5e1f18",
d: "m314 175-58 11-58-11 58-15 58 15"
}), /*#__PURE__*/_jsx("path", {
fill: "#f2b0a9",
d: "m314 337-58-11-58 11 58 16 58-16"
})]
}));
export { STIAmazonS3 };