UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

36 lines (33 loc) 2.11 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: "M1.494 16.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 14.536l-.707.707 1.414 1.414z" }), /*#__PURE__*/React.createElement("path", { d: "M2.201 15.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 15.95z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M4.322 13.828a9 9 0 0012.728 0l-.707-.707a8 8 0 01-11.314 0l-1.414-1.414-.707.707 1.414 1.414z" }), /*#__PURE__*/React.createElement("path", { d: "M14.219 11L22 18.781V11h-7.781zm2.406 1H21v4.344L16.625 12zM18 7l-7-7-7 7h14zm-2.438-1H6.438L11 1.437 15.563 6z" }), /*#__PURE__*/React.createElement("path", { d: "M15.563 6L11 1.437 6.437 6h9.125zM16.625 12L21 16.344V12h-4.375z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M1.494 28.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 26.536l-.707.707 1.414 1.414z" }), /*#__PURE__*/React.createElement("path", { d: "M2.201 27.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 27.95z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M12 7v32h-2V7h2z" }), /*#__PURE__*/React.createElement("path", { d: "M4.322 25.828a9 9 0 0012.728 0l-.707-.707a8 8 0 01-11.314 0l-1.414-1.414-.707.707 1.414 1.414z" }), /*#__PURE__*/React.createElement("path", { d: "M14.219 23L22 30.781V23h-7.781zm2.406 1H21v4.344L16.625 24z" }), /*#__PURE__*/React.createElement("path", { d: "M16.625 24L21 28.344V24h-4.375z", fill: "#fff" })); export default SvgComponent;