@braineet/ui
Version:
Braineet design system
19 lines • 1.49 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";
function SmartPresentation(props) {
return /*#__PURE__*/_jsx("svg", _extends({
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M12 15.0526V19M12 15.0526L16.8 19M12 15.0526L7.2 19M4.8 4.78929V11.2631C4.8 12.5895 4.8 13.2527 5.06158 13.7594C5.29168 14.205 5.65883 14.5674 6.11042 14.7944C6.62381 15.0526 7.29587 15.0526 8.64 15.0526H15.36C16.7041 15.0526 17.3762 15.0526 17.8896 14.7944C18.3412 14.5674 18.7083 14.205 18.9384 13.7594C19.1548 13.3402 19.1922 12.8138 19.1987 11.8933M4 4.78929H12M20 7.94742L18.3765 7.26078C17.6213 6.94136 17.0195 6.34747 16.6958 5.60215L16 4L15.3042 5.60215C14.9805 6.34747 14.3787 6.94136 13.6235 7.26078L12 7.94742L13.6235 8.63406C14.3787 8.95348 14.9805 9.54737 15.3042 10.2927L16 11.8948L16.6958 10.2927C17.0195 9.54737 17.6213 8.95348 18.3765 8.63406L20 7.94742Z",
stroke: "currentColor",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
})
}));
}
export default SmartPresentation;