UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

31 lines (28 loc) 1.71 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: "M5 16C5 9.925 9.925 5 16 5v1C10.477 6 6 10.477 6 16v2H5v-2z" }), /*#__PURE__*/React.createElement("path", { d: "M6.364 3.536L26.87 24.042l.707-.707L7.071 2.828l-.707.708zM15.998 11.002V-.002L21.5 5.5l-5.502 5.502zm.994-2.408L20.086 5.5l-3.072-3.071-.022 6.165z" }), /*#__PURE__*/React.createElement("path", { d: "M0 9.9V0h9.9L0 9.9zm1.016-2.431L7.47 1.016H1.016V7.47z" }), /*#__PURE__*/React.createElement("path", { d: "M2.828 7.071l20.507 20.506.707-.707L3.536 6.364l-.708.707z" }), /*#__PURE__*/React.createElement("path", { d: "M1.016 7.469V1.016H7.47L1.016 7.47zM16.992 8.594l.022-6.165L20.086 5.5l-3.094 3.094z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M13 24c0-6.075 4.925-11 11-11v1c-5.523 0-10 4.477-10 10v2h-1v-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" }), /*#__PURE__*/React.createElement("path", { d: "M23.998 19.002V7.998L29.5 13.5l-5.502 5.502zm.994-2.408l3.094-3.094-3.072-3.071-.022 6.165z" }), /*#__PURE__*/React.createElement("path", { d: "M24.992 16.594l.022-6.165 3.072 3.071-3.094 3.094z", fill: "#fff" })); export default SvgComponent;