UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

12 lines (9 loc) 821 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: 26, height: 39 }, props), /*#__PURE__*/React.createElement("path", { d: "M21 0c-2.761 0-5 2.686-5 6v6.25c-.835-.768-1.868-1.25-3-1.25-2.761 0-5 2.686-5 6v6.25C7.165 22.482 6.132 22 5 22c-2.761 0-5 2.686-5 6v11h2V28c0-2.21 1.343-4 3-4s3 1.79 3 4v4h2V17c0-2.21 1.343-4 3-4s3 1.79 3 4v4h2V6c0-2.21 1.343-4 3-4s3 1.79 3 4v4h2V6c0-3.314-2.239-6-5-6z" })); export default SvgComponent;