UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

28 lines (25 loc) 1.76 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: 22, height: 39 }, props), /*#__PURE__*/React.createElement("path", { d: "M18 32l-7 7-7-7h2.844L11 36.156 15.156 32H18zM22 25.781V18h-7.781l1 1H21v5.781l1 1z" }), /*#__PURE__*/React.createElement("path", { d: "M1.494 23.657c5.077 5.077 13.308 5.077 18.385 0l-.707-.707c-4.687 4.686-12.285 4.686-16.971 0L.787 21.536l-.707.707 1.414 1.414z" }), /*#__PURE__*/React.createElement("path", { d: "M2.201 22.95c4.686 4.686 12.284 4.686 16.97 0l-2.12-2.122a9 9 0 01-12.729 0l-1.414-1.414-2.121 2.122L2.2 22.95z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M4.322 20.828a9 9 0 0012.728 0l-.707-.707a8 8 0 01-11.314 0l-1.414-1.414-.707.707 1.414 1.414zM22 13.781V6h-7.781l1 1H21v5.781l1 1z" }), /*#__PURE__*/React.createElement("path", { d: "M1.494 11.657c5.077 5.077 13.308 5.077 18.385 0l-.707-.707c-4.687 4.686-12.285 4.686-16.971 0L.787 9.536l-.707.707 1.414 1.414z" }), /*#__PURE__*/React.createElement("path", { d: "M2.201 10.95c4.686 4.686 12.284 4.686 16.97 0l-2.12-2.122a9 9 0 01-12.729 0L2.908 7.414.787 9.536 2.2 10.95z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M12 32V0h-2v32h2z" }), /*#__PURE__*/React.createElement("path", { d: "M4.322 8.828a9 9 0 0012.728 0l-.707-.707a8 8 0 01-11.314 0L3.615 6.707l-.707.707 1.414 1.414z" })); export default SvgComponent;