UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

27 lines (24 loc) 1.37 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: 21, height: 27 }, props), /*#__PURE__*/React.createElement("path", { d: "M7 17v10l-5-5 5-5zm-1 2.438L3.437 22 6 24.563v-5.125zM12 24a9 9 0 009-9V9h-1v6a8 8 0 01-8 8H7v1h5z" }), /*#__PURE__*/React.createElement("path", { d: "M12 23a8 8 0 008-8V9h-2v6a6 6 0 01-6 6H7v2h5z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M12 21a6 6 0 006-6V9h-1v6a5 5 0 01-5 5H7v1h5zM13 0l5 5H8l5-5zm0 1.406L10.437 4h5.126L13 1.406z" }), /*#__PURE__*/React.createElement("path", { d: "M15 5v3a9 9 0 01-9 9H0v-1h6a8 8 0 008-8V5h1z" }), /*#__PURE__*/React.createElement("path", { d: "M14 5v3a8 8 0 01-8 8H0v-2h6a6 6 0 006-6V5h2z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M12 5v3a6 6 0 01-6 6H0v-1h6a5 5 0 005-5V5h1z" }), /*#__PURE__*/React.createElement("path", { d: "M6 19.438v5.125L3.437 22 6 19.437zM13 1.406L15.563 4h-5.126L13 1.406z", fill: "#fff" })); export default SvgComponent;