UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

23 lines (20 loc) 1.47 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: 24, height: 37 }, props), /*#__PURE__*/React.createElement("path", { d: "M13.5 26a5.5 5.5 0 110 11 5.5 5.5 0 010-11zm1.5 5h-2v1h2v-1z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M24 0v22L9 37l-1.406-1.406L22 21.187V5H0V0h24z" }), /*#__PURE__*/React.createElement("path", { d: "M22 5v16.188L7.594 35.593 9 37H7.562l-1.406-1.406L21 20.75V6H0V5h22zM9 37l15-15v1.438L10.406 37H9z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M13.5 28a3.425 3.425 0 00-2.469 1.031 3.425 3.425 0 00-.75 1.094A3.556 3.556 0 0010 31.5a3.425 3.425 0 001.031 2.469c.317.316.675.573 1.094.75.419.177.892.281 1.375.281s.956-.104 1.375-.281a3.425 3.425 0 001.094-.75c.316-.317.573-.675.75-1.094.177-.419.281-.892.281-1.375s-.104-.956-.281-1.375a3.425 3.425 0 00-.75-1.094 3.425 3.425 0 00-1.094-.75A3.556 3.556 0 0013.5 28z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M13.5 27a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm0 1.5a3 3 0 100 6 3 3 0 000-6z" })); export default SvgComponent;