@iswa/jsx
Version:
international sign writing alphabet in jsx
17 lines (14 loc) • 1.15 kB
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: 21,
height: 36
}, props), /*#__PURE__*/React.createElement("path", {
d: "M7 29V0h1v29H7zM13.222 6H21v7.778L13.222 6zM17 29H3l7 7 7-7zM12 29V0h1v29h-1z"
}), /*#__PURE__*/React.createElement("path", {
d: "M8 29V0h4v29H8z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M1.188 8.125l1.437 1.406c1.772 1.436 4.49 1.938 7.063 1.938 2.571 0 5.29-.502 7.062-1.938l.719.719a10.97 10.97 0 01-7.782 3.219 10.97 10.97 0 01-7.78-3.219L.5 8.844l.688-.719zM13.222 17H21v7.778L13.222 17zM1.188 19.125l1.437 1.406c1.772 1.436 4.49 1.938 7.063 1.938 2.571 0 5.29-.502 7.062-1.938l.719.719a10.97 10.97 0 01-7.782 3.219 10.97 10.97 0 01-7.78-3.219L.5 19.844l.688-.719z"
}));
export default SvgComponent;