@iswa/jsx
Version:
international sign writing alphabet in jsx
17 lines (14 loc) • 981 B
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: 26,
height: 32
}, props), /*#__PURE__*/React.createElement("path", {
d: "M5 0v1.5h5c8.008 0 14.5 6.492 14.5 14.5S18.008 30.5 10 30.5H0V32h10c8.837 0 16-7.163 16-16S18.837 0 10 0H5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M5 1.5v4h5c5.799 0 10.5 4.701 10.5 10.5S15.799 26.5 10 26.5H0v4h10c8.008 0 14.5-6.492 14.5-14.5S18.008 1.5 10 1.5H5z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M5 5.5V7h5a9 9 0 110 18H0v1.5h10c5.799 0 10.5-4.701 10.5-10.5S15.799 5.5 10 5.5H5z"
}));
export default SvgComponent;