@iswa/jsx
Version:
international sign writing alphabet in jsx
16 lines (13 loc) • 826 B
JavaScript
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: 13,
height: 8
}, props), /*#__PURE__*/React.createElement("path", {
d: "M3.5 0L0 3.5l.719.719L3.5 1.406 6.281 4.22 7 3.5 3.5 0z"
}), /*#__PURE__*/React.createElement("path", {
d: "M2 3v4h1V3H2zM4 3v4h1V3H4zM9.5 8L6 4.5l.719-.719L9.5 6.594l2.781-2.813L13 4.5 9.5 8z"
}), /*#__PURE__*/React.createElement("path", {
d: "M8 5V1h1v4H8zM10 5V1h1v4h-1z"
}));
export default SvgComponent;