@braineet/ui
Version:
Braineet design system
25 lines • 993 B
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import * as React from 'react';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
function Vote(props) {
return /*#__PURE__*/_jsxs("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
opacity: 0.6,
fillRule: "evenodd",
clipRule: "evenodd",
d: "M4.47258 10.4556C4.21054 9.97526 4.38328 9.37347 4.86021 9.1052L11.12 5.58407C11.6046 5.31148 12.2185 5.48654 12.4865 5.97372L17.5 15.0891L7 15.0891L4.47258 10.4556Z",
fill: "currentColor"
}), /*#__PURE__*/_jsx("rect", {
x: 3,
y: 16,
width: 18,
height: 2,
rx: 1,
fill: "currentColor"
})]
}));
}
export default Vote;