UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

28 lines (25 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: 23, height: 39 }, props), /*#__PURE__*/React.createElement("path", { d: "M2.494 22.343c5.077-5.077 13.308-5.077 18.385 0l-.707.707c-4.687-4.686-12.285-4.686-16.971 0l-1.414 1.414-.707-.707 1.414-1.414z" }), /*#__PURE__*/React.createElement("path", { d: "M13 32V0h-2v32h2z" }), /*#__PURE__*/React.createElement("path", { d: "M3.201 23.05c4.686-4.686 12.284-4.686 16.97 0l-2.12 2.122a9 9 0 00-12.729 0l-1.414 1.414-2.121-2.122L3.2 23.05z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M5.322 25.172a9 9 0 0112.728 0l-.707.707a8 8 0 00-11.314 0l-1.414 1.414-.707-.707 1.414-1.414z" }), /*#__PURE__*/React.createElement("path", { d: "M15.222 28H23v-7.778L15.222 28zM5 32h14l-7 7-7-7zM20.506 10.343c-5.077-5.077-13.308-5.077-18.385 0l.707.707c4.687-4.686 12.285-4.686 16.971 0l1.414 1.414.707-.707-1.414-1.414z" }), /*#__PURE__*/React.createElement("path", { d: "M19.799 11.05c-4.686-4.686-12.284-4.686-16.97 0l2.12 2.122a9 9 0 0112.729 0l1.414 1.414 2.121-2.122L19.8 11.05z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M17.678 13.172a9 9 0 00-12.728 0l.707.707a8 8 0 0111.314 0l1.414 1.414.707-.707-1.414-1.414z" }), /*#__PURE__*/React.createElement("path", { d: "M7.778 16H0V8.222L7.778 16z" })); export default SvgComponent;