@iswa/jsx
Version:
international sign writing alphabet in jsx
20 lines (17 loc) • 1.07 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: 15,
height: 19
}, props), /*#__PURE__*/React.createElement("path", {
d: "M0 4h15v15H0z"
}), /*#__PURE__*/React.createElement("path", {
d: "M5.844 1C5.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 0z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M7 0s.908.017 1.5.625C8.211.921 8 1.345 8 2c0 0 0-1-1-1H6S5 1 5 2v2H4V2s0-2 2-2h1z"
}), /*#__PURE__*/React.createElement("path", {
d: "M8 4V2s0 2 0 0 2-2 2-2h1s-2 0 0 0 2 2 2 2v2h-1V2s0 1 0 0-1-1-1-1h-1s1 0 0 0-1 1-1 1v2H8z",
fillRule: "evenodd"
}));
export default SvgComponent;