@iswa/jsx
Version:
international sign writing alphabet in jsx
22 lines (19 loc) • 1.4 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: 38,
height: 19
}, props), /*#__PURE__*/React.createElement("path", {
d: "M38 9v2H7V9h31zM14 3h11l-5.5 5.5L14 3zm2.408.994L19.5 7.086l3.07-3.07-6.162-.022zM7 17l-7-7 7-7v14zm-1-2.438V5.438L1.437 10 6 14.563z"
}), /*#__PURE__*/React.createElement("path", {
d: "M6 14.563L1.437 10 6 5.437v9.125zM16.408 3.994l6.162.022-3.07 3.07-3.092-3.092z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M16.5 0C14.567 0 13 1.343 13 3v8c0 4.418-1.79 8-4 8h9c-2.21 0-4-3.582-4-8V3c0-1.105 1.12-2 2.5-2s2.5.895 2.5 2h1c0-1.657-1.567-3-3.5-3zM26 3h11l-5.5 5.5L26 3zm2.408.994L31.5 7.086l3.07-3.07-6.162-.022z"
}), /*#__PURE__*/React.createElement("path", {
d: "M28.408 3.994l6.162.022-3.07 3.07-3.092-3.092z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M28.5 0C26.567 0 25 1.343 25 3v8c0 4.418-1.79 8-4 8h9c-2.21 0-4-3.582-4-8V3c0-1.105 1.12-2 2.5-2s2.5.895 2.5 2h1c0-1.657-1.567-3-3.5-3z"
}));
export default SvgComponent;