@iswa/jsx
Version:
international sign writing alphabet in jsx
23 lines (20 loc) • 1.66 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: "M3 4h15v15H3z"
}), /*#__PURE__*/React.createElement("path", {
d: "M7 1C6 1 6 2 6 2v2h3V2c0-1-1-1-1-1H7zm4 0c-1 0-1 1-1 1v2h3V2c0-1-1-1-1-1h-.625H11zm4 0c-1 0-1 1-1 1v2h3V2c0-1-1-1-1-1h-1zM2.937 2.75c-.38.035-.656.313-.656.313l-.687.687c-.707.707 0 1.406 0 1.406L3 6.594l2.125-2.125-1.406-1.407c-.265-.265-.554-.333-.781-.312zM5 6v2H3v3h2v6h6v-6h7V8h-7V6H5z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M18 4V2s0 2 0 0-2-2-2-2h-1s2 0 0 0-2 2-2 2v2h1V2s0 1 0 0 1-1 1-1h1s-1 0 0 0 1 1 1 1v2h1z"
}), /*#__PURE__*/React.createElement("path", {
d: "M14 4V2s0 2 0 0-2-2-2-2h-1s2 0 0 0-2 2-2 2v2h1V2s0 1 0 0 1-1 1-1h1s-1 0 0 0 1 1 1 1v2h1z"
}), /*#__PURE__*/React.createElement("path", {
d: "M10 4V2s0 2 0 0-2-2-2-2H7s2 0 0 0-2 2-2 2v2h1V2s0 1 0 0 1-1 1-1h1S7 1 8 1s1 1 1 1v2h1z"
}), /*#__PURE__*/React.createElement("path", {
d: "M2.883 1.719c-.76.069-1.313.625-1.313.625l-.687.719c-1.415 1.414 0 2.812 0 2.812L3.008 8l.687-.719L1.57 5.156c-.707-.707 0-1.406 0-1.406.25-.218.48-.458.719-.688.707-.707 1.406 0 1.406 0L5.133 4.47l.687-.719-1.406-1.406c-.53-.53-1.076-.667-1.531-.625z"
}));
export default SvgComponent;