@iswa/jsx
Version:
international sign writing alphabet in jsx
29 lines (26 loc) • 2.18 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: 23,
height: 36
}, props), /*#__PURE__*/React.createElement("path", {
d: "M11 0v36h-1V0h1zM23 9L13 19h10V9zm-1 2.406V18h-6.563L22 11.406z"
}), /*#__PURE__*/React.createElement("path", {
d: "M10.5 7c2.623 0 5 1.062 6.719 2.781l2.5 2.5L19 13l-2.5-2.5a8.458 8.458 0 00-6-2.5 8.458 8.458 0 00-6 2.5L.687 14.281 0 13.594 3.781 9.78A9.472 9.472 0 0110.5 7z"
}), /*#__PURE__*/React.createElement("path", {
d: "M10.5 8c2.347 0 4.462.962 6 2.5L19 13l-2.125 2.125-2.5-2.5C13.38 11.63 12.019 11 10.5 11c-1.519 0-2.88.63-3.875 1.625l-3.813 3.781-2.124-2.125L4.5 10.5a8.458 8.458 0 016-2.5z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M10.5 11c1.519 0 2.88.63 3.875 1.625l2.5 2.5-.688.688-2.5-2.5A4.494 4.494 0 0010.5 12a4.494 4.494 0 00-3.188 1.313l-3.78 3.812-.72-.719 3.813-3.781C7.62 11.63 8.981 11 10.5 11zM23 23L13 33h10V23zm-1 2.406V32h-6.563L22 25.406z"
}), /*#__PURE__*/React.createElement("path", {
d: "M10.5 21c2.623 0 5 1.062 6.719 2.781l2.5 2.5L19 27l-2.5-2.5a8.458 8.458 0 00-6-2.5 8.458 8.458 0 00-6 2.5L.687 28.281 0 27.594l3.781-3.813A9.472 9.472 0 0110.5 21z"
}), /*#__PURE__*/React.createElement("path", {
d: "M10.5 22c2.347 0 4.462.962 6 2.5L19 27l-2.125 2.125-2.5-2.5C13.38 25.63 12.019 25 10.5 25c-1.519 0-2.88.63-3.875 1.625l-3.813 3.781-2.124-2.125L4.5 24.5a8.458 8.458 0 016-2.5z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M10.5 25c1.519 0 2.88.63 3.875 1.625l2.5 2.5-.688.688-2.5-2.5A4.494 4.494 0 0010.5 26a4.494 4.494 0 00-3.188 1.313l-3.78 3.812-.72-.719 3.813-3.781C7.62 25.63 8.981 25 10.5 25z"
}), /*#__PURE__*/React.createElement("path", {
d: "M22 11.406L15.437 18H22v-6.594zM22 25.406L15.437 32H22v-6.594z",
fill: "#fff"
}));
export default SvgComponent;