UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

24 lines (21 loc) 1.2 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: 26 }, props), /*#__PURE__*/React.createElement("path", { d: "M10 16v1.5L6.5 21l3.5 3.5V26l-5-5 5-5zM15 23a9 9 0 009-9V8h-1v6a8 8 0 01-8 8h-5v1h5z" }), /*#__PURE__*/React.createElement("path", { d: "M15 22a8 8 0 008-8V8h-2v6a6 6 0 01-6 6h-5v2h5z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M15 20a6 6 0 006-6V8h-1v6a5 5 0 01-5 5h-5v1h5zM5 8v1.5L1.5 13 5 16.5V18l-5-5 5-5z" }), /*#__PURE__*/React.createElement("path", { d: "M10 15a9 9 0 009-9V0h-1v6a8 8 0 01-8 8H5v1h5z" }), /*#__PURE__*/React.createElement("path", { d: "M10 14a8 8 0 008-8V0h-2v6a6 6 0 01-6 6H5v2h5z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M10 12a6 6 0 006-6V0h-1v6a5 5 0 01-5 5H5v1h5z" })); export default SvgComponent;