UNPKG

@prezly/theme-kit-ui

Version:
21 lines 2.41 kB
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'; var SvgComponent = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", role: "img" }, props), /*#__PURE__*/React.createElement("g", { clipPath: "url(#a)" }, /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.75 2c-.737 0-1.438.286-1.953.789A2.63 2.63 0 0 0 6 4.667c0 .7.284 1.375.797 1.877a2.8 2.8 0 0 0 1.953.79h2.75V2zm4.75 0v5.333h2.75c.364 0 .724-.07 1.06-.206.335-.135.638-.334.893-.583.254-.248.454-.542.59-.864a2.6 2.6 0 0 0 0-2.026 2.7 2.7 0 0 0-.59-.865 2.8 2.8 0 0 0-.893-.583A2.8 2.8 0 0 0 16.25 2zm5.688 6.333q.216-.166.413-.359a4.7 4.7 0 0 0 1.034-1.514 4.6 4.6 0 0 0 0-3.587 4.7 4.7 0 0 0-1.034-1.514A4.8 4.8 0 0 0 18.06.352 4.8 4.8 0 0 0 16.25 0h-7.5A4.8 4.8 0 0 0 5.4 1.359 4.63 4.63 0 0 0 4 4.667a4.63 4.63 0 0 0 1.812 3.666q-.216.167-.413.36A4.63 4.63 0 0 0 4 12a4.63 4.63 0 0 0 1.812 3.667q-.216.165-.413.359A4.63 4.63 0 0 0 4 19.333c0 1.245.506 2.435 1.4 3.308A4.8 4.8 0 0 0 8.75 24a4.8 4.8 0 0 0 3.35-1.359 4.63 4.63 0 0 0 1.4-3.308v-3.528q.44.307.94.51a4.82 4.82 0 0 0 3.62 0 4.8 4.8 0 0 0 1.54-1.007 4.7 4.7 0 0 0 1.035-1.515 4.6 4.6 0 0 0 0-3.586 4.66 4.66 0 0 0-1.447-1.874M11.5 14.667V9.333H8.75c-.737 0-1.438.287-1.953.79A2.63 2.63 0 0 0 6 12c0 .7.284 1.376.797 1.878a2.8 2.8 0 0 0 1.953.789zm0 2H8.75c-.737 0-1.438.286-1.953.789A2.63 2.63 0 0 0 6 19.333c0 .7.284 1.376.797 1.878A2.8 2.8 0 0 0 8.75 22c.737 0 1.438-.286 1.953-.789a2.63 2.63 0 0 0 .797-1.878zm4.75-7.334c-.364 0-.724.07-1.06.206a2.8 2.8 0 0 0-.893.583 2.7 2.7 0 0 0-.59.865 2.6 2.6 0 0 0 0 2.026c.136.322.336.616.59.865.255.248.558.447.893.583a2.82 2.82 0 0 0 2.12 0c.335-.136.638-.335.893-.583.254-.249.454-.543.59-.865a2.6 2.6 0 0 0 0-2.026 2.7 2.7 0 0 0-.59-.865 2.8 2.8 0 0 0-.893-.583 2.8 2.8 0 0 0-1.06-.206", clipRule: "evenodd" })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", { id: "a" }, /*#__PURE__*/React.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))); export default SvgComponent;