UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

30 lines (27 loc) 2.16 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: 36, height: 23 }, props), /*#__PURE__*/React.createElement("path", { d: "M36 11H0v-1h36v1zM13 23H3V13l1.5 1.5v7h7L13 23z" }), /*#__PURE__*/React.createElement("path", { d: "M15 10.5c0 2.623-1.062 5-2.781 6.719l-2.5 2.5L9 19l2.5-2.5a8.458 8.458 0 002.5-6 8.458 8.458 0 00-2.5-6L7.719.687 8.406 0l3.813 3.781A9.472 9.472 0 0115 10.5z" }), /*#__PURE__*/React.createElement("path", { d: "M14 10.5a8.458 8.458 0 01-2.5 6L9 19l-2.125-2.125 2.5-2.5C10.37 13.38 11 12.019 11 10.5c0-1.519-.63-2.88-1.625-3.875L5.594 2.812 7.719.688 11.5 4.5a8.458 8.458 0 012.5 6z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M11 10.5c0 1.519-.63 2.88-1.625 3.875l-2.5 2.5-.688-.688 2.5-2.5A4.494 4.494 0 0010 10.5a4.494 4.494 0 00-1.313-3.188l-3.812-3.78.719-.72 3.781 3.813C10.37 7.62 11 8.981 11 10.5z" }), /*#__PURE__*/React.createElement("path", { d: "M7 12.5v-4h10v4H7zM27 23H17V13l1.5 1.5v7h7L27 23z" }), /*#__PURE__*/React.createElement("path", { d: "M29 10.5c0 2.623-1.062 5-2.781 6.719l-2.5 2.5L23 19l2.5-2.5a8.458 8.458 0 002.5-6 8.458 8.458 0 00-2.5-6L21.719.687 22.406 0l3.813 3.781A9.472 9.472 0 0129 10.5z" }), /*#__PURE__*/React.createElement("path", { d: "M28 10.5a8.458 8.458 0 01-2.5 6L23 19l-2.125-2.125 2.5-2.5C24.37 13.38 25 12.019 25 10.5c0-1.519-.63-2.88-1.625-3.875l-3.781-3.813L21.719.688 25.5 4.5a8.458 8.458 0 012.5 6z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M25 10.5c0 1.519-.63 2.88-1.625 3.875l-2.5 2.5-.688-.688 2.5-2.5A4.494 4.494 0 0024 10.5a4.494 4.494 0 00-1.313-3.188l-3.812-3.78.719-.72 3.781 3.813C24.37 7.62 25 8.981 25 10.5z" }), /*#__PURE__*/React.createElement("path", { d: "M21 12.5v-4h10v4H21z" })); export default SvgComponent;