UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

14 lines (11 loc) 856 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: 40 }, props), /*#__PURE__*/React.createElement("path", { d: "M17 23h-2l-3.5-3.5L8 23H6l5.5-5.5L17 23z" }), /*#__PURE__*/React.createElement("path", { d: "M7.5 0C9.985 0 12 3.806 12 8.5v8h-2v-8C10 4.358 8.88 2 7.5 2S4 4.358 4 8.5v23C4 35.642 6.12 38 7.5 38s2.5-2.358 2.5-6.5V24h2v7.5c0 4.694-2.015 8.5-4.5 8.5h-2C3.015 40 0 36.194 0 31.5v-23C0 3.806 3.015 0 5.5 0h2z" })); export default SvgComponent;