UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

27 lines (24 loc) 1.8 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: "M6.364 3.536L26.87 24.042l.707-.707L7.071 2.828l-.707.708zM2.828 7.071l20.507 20.506.707-.707L3.536 6.364l-.708.707z" }), /*#__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: "M4 16l2.01-.022c2.269-.238 4.546-1.806 6.365-3.624 1.818-1.819 3.386-4.096 3.624-6.364h1.016a10.97 10.97 0 01-3.226 7.778 10.97 10.97 0 01-7.778 3.226H4.022L4 16z" }), /*#__PURE__*/React.createElement("path", { d: "M11.005 5.99h11.004L16.507.488 11.005 5.99zm2.408-.994l3.094-3.094 3.071 3.072-6.165.022zM0 9.9V0h9.9L0 9.9zm1.016-2.431L7.47 1.016H1.016V7.47z" }), /*#__PURE__*/React.createElement("path", { d: "M1.016 7.469V1.016H7.47L1.016 7.47zM13.413 4.996l6.165-.022-3.071-3.072-3.094 3.094z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M11.978 24.006l2.01-.022c2.269-.238 4.546-1.806 6.365-3.624 1.818-1.819 3.386-4.096 3.624-6.364h1.016a10.97 10.97 0 01-3.226 7.778A10.97 10.97 0 0113.989 25H12l-.022-.994zM18.983 13.996h11.004l-5.502-5.503-5.502 5.503zM21.39 13l3.094-3.093 3.071 3.071-6.165.022z" }), /*#__PURE__*/React.createElement("path", { d: "M21.391 13.001l6.165-.022-3.071-3.071L21.39 13z", fill: "#fff" })); export default SvgComponent;