@iswa/jsx
Version:
international sign writing alphabet in jsx
19 lines (16 loc) • 1.62 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: 29,
height: 32
}, props), /*#__PURE__*/React.createElement("path", {
d: "M16.5 32l-7-7h2l5 5 5-5h2l-7 7zM16 14.5v-2l5-5-5-5v-2l7 7-7 7zM23.5 18a5.467 5.467 0 00-3.875 1.625A5.467 5.467 0 0018 23.5V25h1v-1.5c0-1.151.434-2.309 1.313-3.188A4.493 4.493 0 0123.5 19H29v-1h-5.5zM9 14.5c0-1.407.551-2.801 1.625-3.875A5.467 5.467 0 0114.5 9H16v1h-1.5a4.493 4.493 0 00-3.188 1.313A4.493 4.493 0 0010 14.5V20H9v-5.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M28.281 29L0 .719.719 0 29 28.281l-.719.719z"
}), /*#__PURE__*/React.createElement("path", {
d: "M23.5 15c-2.175 0-4.34.84-6 2.5a8.462 8.462 0 00-2.5 6V25h3v-1.5c0-1.407.551-2.801 1.625-3.875A5.467 5.467 0 0123.5 18H29v-3h-5.5zM6 14.5c0-2.175.84-4.34 2.5-6a8.462 8.462 0 016-2.5H16v3h-1.5a5.467 5.467 0 00-3.875 1.625A5.467 5.467 0 009 14.5V20H6v-5.5z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M5 14.5c0-2.43.927-4.864 2.781-6.719A9.473 9.473 0 0114.5 5H16v1h-1.5c-2.175 0-4.34.84-6 2.5a8.462 8.462 0 00-2.5 6V20H5v-5.5zM23.5 14c-2.43 0-4.864.927-6.719 2.781A9.473 9.473 0 0014 23.5V25h1v-1.5c0-2.175.84-4.34 2.5-6a8.462 8.462 0 016-2.5H29v-1h-5.5z"
}));
export default SvgComponent;