UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

17 lines (14 loc) 1.45 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: "M18 0v2.719L24.531 14l-8.75 15.156C16.482 28.613 17.175 28 18 28h1c1.49 0 2.51 2 4 2h2v1h-2c-1.49 0-2.51-2-4-2h-1c-1.49 0-2.51 2-4 2v-1l9.344-16L17 3V0h1zm-3.313 3l6.376 11L17 21V8h-1v2c-2.21 0-4 2.015-4 4.5s1.79 4.5 4 4.5v2h1l-5 8.688V33h-1v-3.594L15.281 22H15v-2.125c-2.278-.513-4-2.717-4-5.375s1.722-4.862 4-5.375V7h.813l-1.72-3H0V3h14.688zM18 10.75v6.5L19.875 14 18 10.75zm-2 .75v6c-1.38 0-2.5-1.343-2.5-3s1.12-3 2.5-3zM19 31c1.49 0 2.51 2 4 2h-2c-.627-.5-1.255-1-2-1h-1c-.745 0-1.373.5-2 1h-2c1.49 0 2.51-2 4-2h1z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M17 0v3l6.344 11L14 30.219V31c1.49 0 2.51-2 4-2h1c1.49 0 2.51 2 4 2h2v2h-2c-1.49 0-2.51-2-4-2h-1c-1.49 0-2.51 2-4 2h-2v-3.313L21.063 14 14.688 3H0V0h17z" }), /*#__PURE__*/React.createElement("path", { d: "M17 8v13h-1v-2c-2.21 0-4-2.015-4-4.5s1.79-4.5 4-4.5V8h1zm-1 3.5c-1.38 0-2.5 1.343-2.5 3s1.12 3 2.5 3v-6z" })); export default SvgComponent;