UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

12 lines (9 loc) 776 B
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: 31, height: 43 }, props), /*#__PURE__*/React.createElement("path", { d: "M17.5 4A8.5 8.5 0 009 12.5a8.501 8.501 0 005 7.75V23h-3a7 7 0 00-7 7v13h2V30a5 5 0 015-5h13a5 5 0 015 5v13h2V30a7 7 0 00-7-7h-3v-2.75a8.501 8.501 0 005-7.75A8.5 8.5 0 0017.5 4zM10 30v13h3V30h-3zm12 0v13h3V30h-3zM0 43V0h2v43H0z" })); export default SvgComponent;