UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

17 lines (14 loc) 1.07 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: 28, height: 29 }, props), /*#__PURE__*/React.createElement("path", { d: "M13 0v1.5h1c6.904 0 12.5 5.596 12.5 12.5v1c0 6.904-5.596 12.5-12.5 12.5S1.5 21.904 1.5 15v-1H0v1c0 7.732 6.268 14 14 14s14-6.268 14-14v-1c0-7.732-6.268-14-14-14h-1z" }), /*#__PURE__*/React.createElement("path", { d: "M13 1.5v4h1a8.5 8.5 0 018.5 8.5v1a8.5 8.5 0 01-17 0v-1h-4v1c0 6.904 5.596 12.5 12.5 12.5S26.5 21.904 26.5 15v-1c0-6.904-5.596-12.5-12.5-12.5h-1z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M13 5.5V7h1a7 7 0 017 7v1a7 7 0 01-14 0v-1H5.5v1a8.5 8.5 0 0017 0v-1A8.5 8.5 0 0014 5.5h-1z" })); export default SvgComponent;