UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

17 lines (14 loc) 1.46 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: 26, height: 36 }, props), /*#__PURE__*/React.createElement("path", { d: "M23 0v1.125c1.23.277 2.278 1.057 3 2.125V6.5C26 4.015 24.21 2 22 2V0h1zm3 6.5v3.25c-.722 1.068-1.77 1.848-3 2.125v2.469L24.531 17l-8.75 15.156C16.482 31.613 17.175 31 18 31h1c1.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 6V3H0V2h18v3.719l2 3.468V0h1v10.906l1 1.719V11c2.21 0 4-2.015 4-4.5zm-4-3c1.38 0 2.5 1.343 2.5 3s-1.12 3-2.5 3v-6zM14.687 6l6.376 11L12 32.688V36h-1v-3.594L19.875 17 14.094 7H0V6h14.688zM19 34c1.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 3v3l6.344 11L14 33.219V34c1.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 17 14.688 6H0V3h17z" }), /*#__PURE__*/React.createElement("path", { d: "M22 0v2c2.21 0 4 2.015 4 4.5S24.21 11 22 11v2h-1V0h1zm0 3.5v6c1.38 0 2.5-1.343 2.5-3s-1.12-3-2.5-3z" })); export default SvgComponent;