@iswa/jsx
Version:
international sign writing alphabet in jsx
20 lines (17 loc) • 1.36 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: 34
}, props), /*#__PURE__*/React.createElement("path", {
d: "M13.5 24a5.5 5.5 0 015.5 5.5 5.507 5.507 0 01-2.344 4.5h-6.312A5.507 5.507 0 018 29.5a5.5 5.5 0 015.5-5.5z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M18 0v2.719L24.531 14l-8.75 15.156C16.482 28.613 17.175 28 18 28h1c1.49 0 2.51 2 4 2h2v1h-2c-1.49 0-2.51-2-4-2h-1c-1.49 0-2.51 2-4 2v-1l9.344-16L17 3V0h1zm-3.313 3l6.376 11L12 29.688V33h2c1.49 0 2.51-2 4-2h1c1.49 0 2.51 2 4 2h2v1h-2c-1.49 0-2.51-2-4-2h-1c-1.49 0-2.51 2-4 2h-3v-4.594L19.875 14 14.094 4H0V3h14.688z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M17 0v3l6.344 11L14 30.219V31c1.49 0 2.51-2 4-2h1c1.49 0 2.51 2 4 2h2v2h-2c-1.49 0-2.51-2-4-2h-1c-1.49 0-2.51 2-4 2h-2v-3.313L21.063 14 14.688 3H0V0h17z"
}), /*#__PURE__*/React.createElement("path", {
d: "M13.5 25a4.5 4.5 0 110 9 4.5 4.5 0 010-9z"
}));
export default SvgComponent;