UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

22 lines (19 loc) 1.21 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: 17, height: 40 }, props), /*#__PURE__*/React.createElement("path", { d: "M5.5 14.5L0 20h11l-5.5-5.5zm0 1.438L8.563 19H2.436L5.5 15.937z" }), /*#__PURE__*/React.createElement("path", { d: "M9.5 0C7.015 0 5 3.806 5 8.5v5h2v-5C7 4.358 8.12 2 9.5 2S13 4.358 13 8.5v23c0 4.142-2.12 6.5-3.5 6.5S7 35.642 7 31.5V27H5v4.5C5 36.194 7.015 40 9.5 40h2c2.485 0 5.5-3.806 5.5-8.5v-23C17 3.806 13.985 0 11.5 0h-2z" }), /*#__PURE__*/React.createElement("path", { d: "M5.5 15.938L2.437 19h6.126L5.5 15.937z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M5.5 20.5L0 26h11l-5.5-5.5zm0 1.438L8.563 25H2.436L5.5 21.937z" }), /*#__PURE__*/React.createElement("path", { d: "M5.5 21.938L2.437 25h6.126L5.5 21.937z", fill: "#fff" })); export default SvgComponent;