@iswa/jsx
Version:
international sign writing alphabet in jsx
23 lines (20 loc) • 1.61 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: 18,
height: 19
}, props), /*#__PURE__*/React.createElement("path", {
d: "M0 4h15v15H0z"
}), /*#__PURE__*/React.createElement("path", {
d: "M1.844 1C1.562 1.047 1 1.25 1 2v2h3V2s0-1-1-1H2s-.063-.016-.156 0zm4 0C5.562 1.047 5 1.25 5 2v2h3V2s0-1-1-1H6s-.063-.016-.156 0zm4 0C9.563 1.047 9 1.25 9 2v2h3V2s0-1-1-1h-1s-.063-.016-.156 0zm5.219 1.75c-.228-.02-.517.047-.782.313l-1.406 1.406L15 6.594l1.406-1.438s.707-.699 0-1.406l-.687-.688s-.277-.277-.656-.312zM0 8v3h15V8H0z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 4V2s0-2 2-2h1s2 0 2 2v2H4V2c0-1-1-1-1-1H2C1 1 1 2 1 2v2H0z"
}), /*#__PURE__*/React.createElement("path", {
d: "M4 4V2s0-2 2-2h1s2 0 2 2v2H8V2s0-1-1-1H6S5 1 5 2v2H4z"
}), /*#__PURE__*/React.createElement("path", {
d: "M8 4V2s0-2 2-2h1s2 0 2 2v2h-1V2s0-1-1-1h-1S9 1 9 2v2H8z"
}), /*#__PURE__*/React.createElement("path", {
d: "M15.117 1.719c.76.069 1.313.625 1.313.625l.687.719c1.415 1.414 0 2.812 0 2.812L14.992 8l-.687-.719 2.125-2.125c.707-.707 0-1.406 0-1.406-.25-.218-.48-.458-.719-.688-.707-.707-1.406 0-1.406 0L12.867 4.47l-.687-.719 1.406-1.406c.53-.53 1.076-.667 1.531-.625z"
}));
export default SvgComponent;