UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

17 lines (14 loc) 921 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: 17, height: 20 }, props), /*#__PURE__*/React.createElement("path", { d: "M9 0v20c8 0 8-8 8-8V8c0-8-8-8-8-8z" }), /*#__PURE__*/React.createElement("path", { d: "M10 1.125v17.813c1.242-.135 2.22-.518 3-1.032V2.156c-1.075-.638-2.22-.913-3-1.031z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M7 .156C.012 1.25 0 8 0 8h2c0-2.597 2.93-3.493 5-3.813V.157zM0 14c0 4.19 4.352 5.431 7 5.813v-1.907C1.01 17.31.966 14.066 1 14H0z" })); export default SvgComponent;