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: 29, height: 33 }, props), /*#__PURE__*/React.createElement("path", { d: "M18 0v2.719l5 8.625V7h3v2.125c1.23.277 2.278 1.057 3 2.125v3.25c0-2.485-1.79-4.5-4-4.5V8h-1v13h1v-2c2.21 0 4-2.015 4-4.5v3.25c-.722 1.068-1.77 1.848-3 2.125V22h-3v-5.344l-7.219 12.5C16.482 28.613 17.175 28 18 28h1c1.49 0 2.51 2 4 2h3v3h-1v-2h-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 11L12 29.688V33h-1v-3.594L19.875 14 14.094 4H0V3h14.688zM25 11.5c1.38 0 2.5 1.343 2.5 3s-1.12 3-2.5 3v-6zM19 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: "M24 8v13h1v-2c2.21 0 4-2.015 4-4.5S27.21 10 25 10V8h-1zm1 3.5c1.38 0 2.5 1.343 2.5 3s-1.12 3-2.5 3v-6z" })); export default SvgComponent;