UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

31 lines (28 loc) 1.72 kB
function _extends() { _extends = Object.assign || 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 React from "react"; const SvgComponent = props => /*#__PURE__*/React.createElement("svg", _extends({ width: 30, height: 28 }, props), /*#__PURE__*/React.createElement("path", { d: "M26.464 21.636L5.958 1.13l.707-.707 20.507 20.506-.708.707z" }), /*#__PURE__*/React.createElement("path", { d: "M24 11c-6.075 0-11 4.925-11 11h1c0-5.523 4.477-10 10-10h2v-1h-2z" }), /*#__PURE__*/React.createElement("path", { d: "M22.929 25.172L2.423 4.665l.707-.707 20.506 20.506-.707.708zM19.002 21.998H7.998L13.5 27.5l5.502-5.502zm-2.408.994L13.5 26.086l-3.071-3.072 6.165-.022z" }), /*#__PURE__*/React.createElement("path", { d: "M20.1 28H30v-9.9L20.1 28zm2.431-1.016l6.453-6.453v6.453H22.53z" }), /*#__PURE__*/React.createElement("path", { d: "M22.531 26.984h6.453V20.53l-6.453 6.453zM16.594 22.992l-6.165.022 3.071 3.072 3.094-3.094z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M16 3C9.925 3 5 7.925 5 14h1C6 8.477 10.477 4 16 4h2V3h-2z" }), /*#__PURE__*/React.createElement("path", { d: "M23.636 24.464L3.13 3.958 5.958 1.13l20.506 20.506-2.828 2.828z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M11.002 13.998H-.002L5.5 19.5l5.502-5.502zm-2.408.994L5.5 18.086l-3.071-3.072 6.165-.022z" }), /*#__PURE__*/React.createElement("path", { d: "M8.594 14.992l-6.165.022L5.5 18.086l3.094-3.094z", fill: "#fff" })); export default SvgComponent;