@icongo/sti
Version:
Super Tiny Icons
49 lines (48 loc) • 1.8 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIAmazonS3 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIAmazonS3 = function STIAmazonS3(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
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__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#e05243",
d: "m260 348-137 33V131l137 32z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#8c3123",
d: "m256 349 133 32V131l-133 32v186"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
fill: "#e05243",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
id: "prefix__a",
d: "M256 64v97l58 14V93zm133 67v250l26-13V143zm-133 77v97l58-8v-82zm58 129-58 14v97l58-29z"
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
xlinkHref: "#prefix__a",
fill: "#8c3123",
transform: "rotate(180 256 256)"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#5e1f18",
d: "m314 175-58 11-58-11 58-15 58 15"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#f2b0a9",
d: "m314 337-58-11-58 11 58 16 58-16"
})]
}));
};
exports.STIAmazonS3 = STIAmazonS3;