@icongo/sti
Version:
Super Tiny Icons
23 lines • 920 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 STIDeviantart = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "DeviantArt",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#232b31",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
d: "M296.3 90.7H360v58.6l-30.9 58.2c-22.7 42.6-30.2 58.9-28.3 61.8 1.9 3.2 9.1 4.3 59.2 5.4v80h-51.2c-45.6-.3-52 .2-57.3 4.5-3.2 2.7-11.5 15.7-18.4 28.8-7 13.1-14.4 26.1-16.8 28.8-3.8 4-8.8 4.8-64.3 4.5l.3-59.2 30.6-58.4c25.4-48.8 29.9-59.2 27.2-62.4-2.6-3.4-9.3-4.2-58.1-4v-80h51.5c44.5 0 52-.8 56.8-4.8 3.2-2.4 12.5-17.3 20.8-33.3z",
style: {
fill: "#00e49b"
}
})]
}));
export { STIDeviantart };