@braineet/ui
Version:
Braineet design system
26 lines • 1.09 kB
JavaScript
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import * as React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
import { 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;