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: 28, height: 30 }, props), /*#__PURE__*/React.createElement("path", { d: "M12 5c6.075 0 11 4.925 11 11h-1c0-5.523-4.477-10-10-10h-2V5h2z" }), /*#__PURE__*/React.createElement("path", { d: "M24.464 6.364L3.958 26.87l.707.707L25.172 7.071l-.708-.707zM16.998 15.998h11.004L22.5 21.5l-5.502-5.502zm2.408.994l3.094 3.094 3.071-3.072-6.165-.022z" }), /*#__PURE__*/React.createElement("path", { d: "M18.1 0H28v9.9L18.1 0zm2.431 1.016l6.453 6.453V1.016H20.53z" }), /*#__PURE__*/React.createElement("path", { d: "M20.929 2.828L.423 23.335l.707.707L21.636 3.536l-.707-.708z" }), /*#__PURE__*/React.createElement("path", { d: "M20.531 1.016h6.453V7.47L20.53 1.016zM19.406 16.992l6.165.022-3.071 3.072-3.094-3.094z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M4 13c6.075 0 11 4.925 11 11h-1c0-5.523-4.477-10-10-10H2v-1h2z" }), /*#__PURE__*/React.createElement("path", { d: "M21.636 3.536L1.13 24.042l2.828 2.828L24.464 6.364l-2.828-2.828z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M8.998 23.998h11.004L14.5 29.5l-5.502-5.502zm2.408.994l3.094 3.094 3.071-3.072-6.165-.022z" }), /*#__PURE__*/React.createElement("path", { d: "M11.406 24.992l6.165.022-3.071 3.072-3.094-3.094z", fill: "#fff" })); export default SvgComponent;