@iswa/jsx
Version:
international sign writing alphabet in jsx
36 lines (33 loc) • 2.39 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: 40,
height: 25
}, props), /*#__PURE__*/React.createElement("path", {
d: "M40 13H0v-1h40v1zM15 25H5V15l10 10zm-2.406-1L6 17.437V24h6.594z"
}), /*#__PURE__*/React.createElement("path", {
d: "M17 12.5c0 2.623-1.062 5-2.781 6.719l-2.5 2.5L11 21l2.5-2.5a8.458 8.458 0 002.5-6 8.458 8.458 0 00-2.5-6L9.719 2.687 10.406 2l3.813 3.781A9.472 9.472 0 0117 12.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M16 12.5a8.458 8.458 0 01-2.5 6L11 21l-2.125-2.125 2.5-2.5C12.37 15.38 13 14.019 13 12.5c0-1.519-.63-2.88-1.625-3.875L7.594 4.812l2.125-2.125L13.5 6.5a8.458 8.458 0 012.5 6z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M13 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 0012 12.5a4.494 4.494 0 00-1.313-3.188l-3.812-3.78.719-.72 3.781 3.813C12.37 9.62 13 10.981 13 12.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M12.594 24H6v-6.563L12.594 24z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M9 14.5v-4h10v4H9zM29 0H19v10L29 0zm-2.406 1L20 7.563V1h6.594z"
}), /*#__PURE__*/React.createElement("path", {
d: "M31 12.5c0-2.623-1.062-5-2.781-6.719l-2.5-2.5L25 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 0031 12.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M30 12.5a8.458 8.458 0 00-2.5-6L25 4l-2.125 2.125 2.5 2.5C26.37 9.62 27 10.981 27 12.5c0 1.519-.63 2.88-1.625 3.875l-3.781 3.813 2.125 2.125L27.5 18.5a8.458 8.458 0 002.5-6z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M27 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 0126 12.5a4.494 4.494 0 01-1.313 3.188l-3.812 3.78.719.72 3.781-3.813C26.37 15.38 27 14.019 27 12.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M26.594 1H20v6.563L26.594 1z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M23 14.5v-4h10v4H23z"
}));
export default SvgComponent;