@icongo/sti
Version:
Super Tiny Icons
21 lines • 661 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 STIQuora = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "quora",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#b92b27",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M412.9 386a18 18 0 0 1-12.5 30.4l-146-.1a163 163 0 1 1 128.8-59.8zM354 253.5a1 1 0 0 0-195 0 1 1 0 0 0 195 0z"
})]
}));
export { STIQuora };