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: "M14 16v1.5l3.5 3.5-3.5 3.5V26l5-5-5-5zM9 23a9 9 0 01-9-9V8h1v6a8 8 0 008 8h5v1H9z" }), /*#__PURE__*/React.createElement("path", { d: "M9 22a8 8 0 01-8-8V8h2v6a6 6 0 006 6h5v2H9z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M9 20a6 6 0 01-6-6V8h1v6a5 5 0 005 5h5v1H9zM19 8v1.5l3.5 3.5-3.5 3.5V18l5-5-5-5z" }), /*#__PURE__*/React.createElement("path", { d: "M14 15a9 9 0 01-9-9V0h1v6a8 8 0 008 8h5v1h-5z" }), /*#__PURE__*/React.createElement("path", { d: "M14 14a8 8 0 01-8-8V0h2v6a6 6 0 006 6h5v2h-5z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M14 12a6 6 0 01-6-6V0h1v6a5 5 0 005 5h5v1h-5z" })); export default SvgComponent;