@icongo/sti
Version:
Super Tiny Icons
51 lines • 1.56 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 STIAmberframework = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Amber Framework",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#f3c095",
d: "m87 161 169-95-125 206-44 79z"
}), /*#__PURE__*/_jsx("path", {
fill: "#fffefc",
d: "M256 446 87 351l44-79L256 66l169 95v190z"
}), /*#__PURE__*/_jsx("path", {
fill: "#e67e25",
d: "m425 161-54 42 54 148V161zm-54 42-240 69 185 86 55-155zm-240 69-44 79 169 95-125-174z"
}), /*#__PURE__*/_jsxs("g", {
fillOpacity: 0.9,
children: [/*#__PURE__*/_jsx("path", {
fill: "#e57d25",
d: "M256 446 131 272l185 86z"
}), /*#__PURE__*/_jsx("path", {
fill: "#e67e26",
d: "m316 358 55-155 54 148z"
})]
}), /*#__PURE__*/_jsxs("g", {
fillOpacity: 0.8,
children: [/*#__PURE__*/_jsx("path", {
fill: "#e68025",
d: "M131 272 256 66l115 137z"
}), /*#__PURE__*/_jsx("path", {
fill: "#e47e27",
d: "M87 351V161l44 111z"
}), /*#__PURE__*/_jsx("path", {
fill: "#e68025",
d: "m256 446 60-88 109-7z"
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#e67e24",
d: "M371 203 256 66l169 95z"
})]
}));
export { STIAmberframework };