UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

28 lines (25 loc) 1.48 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: 32, height: 28 }, props), /*#__PURE__*/React.createElement("path", { d: "M22.1 28H32v-9.9l-2.01 2.011v5.878H24.11L22.101 28zM15 27l-5.5-5.5L15 16v1.414L10.914 21.5 15 25.586V27z" }), /*#__PURE__*/React.createElement("path", { d: "M28 11c0 7.18-5.82 13-13 13v-1c6.627 0 12-5.373 12-12V9h1v2z" }), /*#__PURE__*/React.createElement("path", { d: "M27 11c0 6.627-5.373 12-12 12v-3a9 9 0 009-9V9h3v2z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M24 11a9 9 0 01-9 9v-1a8 8 0 008-8V9h1v2zM6 18L.5 12.5 6 7v1.414L1.914 12.5 6 16.586V18z" }), /*#__PURE__*/React.createElement("path", { d: "M19 2c0 7.18-5.82 13-13 13v-1c6.627 0 12-5.373 12-12V0h1v2z" }), /*#__PURE__*/React.createElement("path", { d: "M18 2c0 6.627-5.373 12-12 12v-3a9 9 0 009-9V0h3v2z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M26.627 24.042L4 1.414 5.414 0l22.628 22.627-1.415 1.415z" }), /*#__PURE__*/React.createElement("path", { d: "M15 2a9 9 0 01-9 9v-1a8 8 0 008-8V0h1v2z" })); export default SvgComponent;