@icongo/sti
Version:
Super Tiny Icons
28 lines • 957 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 STIBuffer = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink",
width: "1em",
height: "1em",
fill: "#fff",
"aria-label": "Buffer",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#000",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
d: "M84 166q-7.5-4.5 0-9l162-75q10-4.5 20 0l162 75q7.5 4.5 0 9l-162 75q-10 4.5-20 0z"
}), /*#__PURE__*/_jsx("path", {
id: "prefix__a",
d: "M84 251q-7.5 5 0 10l162 75q10 3 20 0l162-75q7.5-5 0-10l-32-14q-10.5-4.5-21 0l-109 50q-10 4.5-20 0l-109-50q-10.5-4.5-21 0z"
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__a",
transform: "translate(0 94)"
})]
}));
export { STIBuffer };