UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

19 lines (16 loc) 1.15 kB
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: 28, height: 33 }, props), /*#__PURE__*/React.createElement("path", { d: "M13 0L5.5 7.5 13 15V0z" }), /*#__PURE__*/React.createElement("path", { d: "M13 4v1.5h1c6.904 0 12.5 5.596 12.5 12.5v1c0 6.904-5.596 12.5-12.5 12.5S1.5 25.904 1.5 19v-1H0v1c0 7.732 6.268 14 14 14s14-6.268 14-14v-1c0-7.732-6.268-14-14-14h-1z" }), /*#__PURE__*/React.createElement("path", { d: "M13 5.5v4h1a8.5 8.5 0 018.5 8.5v1a8.5 8.5 0 01-17 0v-1h-4v1c0 6.904 5.596 12.5 12.5 12.5S26.5 25.904 26.5 19v-1c0-6.904-5.596-12.5-12.5-12.5h-1z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M13 9.5V11h1a7 7 0 017 7v1a7 7 0 01-14 0v-1H5.5v1a8.5 8.5 0 0017 0v-1A8.5 8.5 0 0014 9.5h-1z" })); export default SvgComponent;