@iswa/jsx
Version:
international sign writing alphabet in jsx
23 lines (20 loc) • 1.52 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: "M11 1c1 0 1 1 1 1v2H9V2c0-1 1-1 1-1h1zM7 1c1 0 1 1 1 1v2H5V2c0-1 1-1 1-1h1zM3 1c1 0 1 1 1 1v2H1V2c0-1 1-1 1-1h1zm12.063 1.75c.38.035.656.313.656.313l.687.687c.707.707 0 1.406 0 1.406L15 6.594l-2.125-2.125 1.406-1.407c.265-.265.554-.333.781-.312z",
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;