@iswa/jsx
Version:
international sign writing alphabet in jsx
29 lines (26 loc) • 1.64 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: "M12 29V0h1v29h-1zM7 29V0h1v29H7z"
}), /*#__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-.719z"
}), /*#__PURE__*/React.createElement("path", {
d: "M13.219 6L21 13.781V6h-7.781zm2.406 1H20v4.344L15.625 7zM3 29l7 7 7-7H3zm2.438 1h9.125L10 34.563 5.437 30z"
}), /*#__PURE__*/React.createElement("path", {
d: "M5.438 30L10 34.563 14.563 30H5.437zM15.625 7L20 11.344V7h-4.375z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M1.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"
}), /*#__PURE__*/React.createElement("path", {
d: "M13.219 17L21 24.781V17h-7.781zm2.406 1H20v4.344L15.625 18z"
}), /*#__PURE__*/React.createElement("path", {
d: "M15.625 18L20 22.344V18h-4.375z",
fill: "#fff"
}));
export default SvgComponent;