UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

17 lines (14 loc) 1.41 kB
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: 25, height: 33 }, props), /*#__PURE__*/React.createElement("path", { d: "M7 0v2.719L.469 14l8.75 15.156C8.518 28.613 7.825 28 7 28H6c-1.49 0-2.51 2-4 2H0v1h2c1.49 0 2.51-2 4-2h1c1.49 0 2.51 2 4 2v-1L1.656 14 8 3V0H7zm3.313 3L3.936 14 8 21V8h1v2c2.21 0 4 2.015 4 4.5S11.21 19 9 19v2H8l5 8.688V33h1v-3.594L9.719 22H10v-2.125c2.278-.513 4-2.717 4-5.375s-1.722-4.862-4-5.375V7h-.813l1.72-3H25V3H10.312zM7 10.75v6.5L5.125 14 7 10.75zm2 .75v6c1.38 0 2.5-1.343 2.5-3s-1.12-3-2.5-3zM6 31c-1.49 0-2.51 2-4 2h2c.627-.5 1.255-1 2-1h1c.745 0 1.373.5 2 1h2c-1.49 0-2.51-2-4-2H6z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M8 0v3L1.656 14 11 30.219V31c-1.49 0-2.51-2-4-2H6c-1.49 0-2.51 2-4 2H0v2h2c1.49 0 2.51-2 4-2h1c1.49 0 2.51 2 4 2h2v-3.313L3.937 14l6.376-11H25V0H8z" }), /*#__PURE__*/React.createElement("path", { d: "M8 8v13h1v-2c2.21 0 4-2.015 4-4.5S11.21 10 9 10V8H8zm1 3.5c1.38 0 2.5 1.343 2.5 3s-1.12 3-2.5 3v-6z" })); export default SvgComponent;