@iswa/jsx
Version:
international sign writing alphabet in jsx
20 lines (17 loc) • 1.37 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: 25,
height: 10
}, props), /*#__PURE__*/React.createElement("path", {
d: "M5 10H0V9h4V5h1v5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 5c0 1.38.564 2.626 1.469 3.531l.687-.687A4.01 4.01 0 011 5a4 4 0 118 0 3.975 3.975 0 01-2.219 3.563l.438.874C8.853 8.616 10 6.954 10 5A5 5 0 000 5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M2 5c0 .828.332 1.582.875 2.125l.719-.719A1.982 1.982 0 013 5a2 2 0 112.906 1.781l.438.875C7.319 7.161 8 6.17 8 5a3 3 0 00-6 0zM20 10h-5V9h4V5h1v5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M15 5c0 1.38.564 2.626 1.469 3.531l.687-.687A4.01 4.01 0 0116 5a4 4 0 118 0 3.975 3.975 0 01-2.219 3.563l.438.874C23.853 8.616 25 6.954 25 5a5 5 0 10-10 0z"
}), /*#__PURE__*/React.createElement("path", {
d: "M17 5c0 .828.332 1.582.875 2.125l.719-.719A1.982 1.982 0 0118 5a2 2 0 112.906 1.781l.438.875C22.319 7.161 23 6.17 23 5a3 3 0 00-6 0z"
}));
export default SvgComponent;