@iswa/jsx
Version:
international sign writing alphabet in jsx
36 lines (33 loc) • 2.38 kB
JavaScript
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 12H0v1h36v-1zM13 0H3v10L13 0zm-2.406 1L4 7.563V1h6.594z"
}), /*#__PURE__*/React.createElement("path", {
d: "M15 12.5c0-2.623-1.062-5-2.781-6.719l-2.5-2.5L9 4l2.5 2.5a8.458 8.458 0 012.5 6 8.458 8.458 0 01-2.5 6l-3.781 3.813.687.687 3.813-3.781A9.472 9.472 0 0015 12.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M14 12.5a8.458 8.458 0 00-2.5-6L9 4 6.875 6.125l2.5 2.5C10.37 9.62 11 10.981 11 12.5c0 1.519-.63 2.88-1.625 3.875l-3.781 3.813 2.125 2.125L11.5 18.5a8.458 8.458 0 002.5-6z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M11 12.5c0-1.519-.63-2.88-1.625-3.875l-2.5-2.5-.688.688 2.5 2.5A4.494 4.494 0 0110 12.5a4.494 4.494 0 01-1.313 3.188l-3.812 3.78.719.72 3.781-3.813C10.37 15.38 11 14.019 11 12.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M10.594 1H4v6.563L10.594 1z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M7 10.5v4h10v-4H7zM27 0H17v10L27 0zm-2.406 1L18 7.563V1h6.594z"
}), /*#__PURE__*/React.createElement("path", {
d: "M29 12.5c0-2.623-1.062-5-2.781-6.719l-2.5-2.5L23 4l2.5 2.5a8.458 8.458 0 012.5 6 8.458 8.458 0 01-2.5 6l-3.781 3.813.687.687 3.813-3.781A9.472 9.472 0 0029 12.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M28 12.5a8.458 8.458 0 00-2.5-6L23 4l-2.125 2.125 2.5 2.5C24.37 9.62 25 10.981 25 12.5c0 1.519-.63 2.88-1.625 3.875l-3.781 3.813 2.125 2.125L25.5 18.5a8.458 8.458 0 002.5-6z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M25 12.5c0-1.519-.63-2.88-1.625-3.875l-2.5-2.5-.688.688 2.5 2.5A4.494 4.494 0 0124 12.5a4.494 4.494 0 01-1.313 3.188l-3.812 3.78.719.72 3.781-3.813C24.37 15.38 25 14.019 25 12.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M24.594 1H18v6.563L24.594 1z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M21 10.5v4h10v-4H21z"
}));
export default SvgComponent;