UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

21 lines (18 loc) 1.12 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: 21, height: 40 }, props), /*#__PURE__*/React.createElement("path", { d: "M15 6v1H5a3 3 0 00-3 3v2a3 3 0 003 3h11v3H5a5 5 0 01-5-5v-2a5 5 0 015-5h10z" }), /*#__PURE__*/React.createElement("path", { d: "M15 1v11l5.5-5.5L15 1zM7 0v15H6V0h1zm0 18v13H6V18h1zm0 16v6H6v-6h1z" }), /*#__PURE__*/React.createElement("path", { d: "M16 22v1H5a3 3 0 00-3 3v2a3 3 0 003 3h10v3H5a5 5 0 01-5-5v-2a5 5 0 015-5h11z" }), /*#__PURE__*/React.createElement("path", { d: "M10 0v15H7V0h3zm0 18v13H7V18h3zm0 16v6H7v-6h3z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M15 27v11l5.5-5.5L15 27zM11 0v15h-1V0h1zm0 18v13h-1V18h1zm0 16v6h-1v-6h1z" })); export default SvgComponent;