UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

23 lines (20 loc) 1.33 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: "M0 9.9V0h9.9L7.888 2.01H2.01V7.89L0 9.899z" }), /*#__PURE__*/React.createElement("path", { d: "M6.364 3.536L26.87 24.042l.707-.707L7.071 2.828l-.707.708zM-.002 15.998L5.5 21.5l5.502-5.502H9.588L5.5 20.086l-4.088-4.088H-.002z" }), /*#__PURE__*/React.createElement("path", { d: "M16 5C9.925 5 5 9.925 5 16h1c0-5.523 4.477-10 10-10h2V5h-2z" }), /*#__PURE__*/React.createElement("path", { d: "M2.828 7.071l20.507 20.506.707-.707L3.536 6.364l-.708.707zM7.998 23.998L13.5 29.5l5.502-5.502h-1.414L13.5 28.086l-4.088-4.088H7.998z" }), /*#__PURE__*/React.createElement("path", { d: "M24 13c-6.075 0-11 4.925-11 11h1c0-5.523 4.477-10 10-10h2v-1h-2z" }), /*#__PURE__*/React.createElement("path", { d: "M3.536 6.364L24.042 26.87l2.828-2.828L6.364 3.536 3.536 6.364z", fill: "#fff" })); export default SvgComponent;